Repository: mudmin/AnotherMaker Branch: master Commit: f0f704b5d954 Files: 404 Total size: 7.4 MB Directory structure: gitextract_39yg57z7/ ├── 37-sensors-one-arduino/ │ └── 37-sensors-1-arduino.ino ├── 4_dollar_xt_ide/ │ └── _readme.txt ├── 5-Practical-Uses-For-Node-Red-On-Android/ │ ├── flow3.json │ ├── flow4.json │ └── flow5.json ├── 9 Pin Cable Tester/ │ ├── no_screen.ino │ ├── readme.txt │ ├── with_screen.ino │ └── with_screen_and_button.ino ├── Apple II Gotek/ │ ├── ProDOS_2_4_3_po.hfe │ └── readme.txt ├── Atari 4x16/ │ ├── 16kBottomLabel.stl │ ├── 8K16KTop.stl │ ├── ATARI_CARY_REV_2_holder.stl │ └── desktop.ini ├── Atari Super Salt Diagnostic/ │ └── roms can be found here.txt ├── Component Organization/ │ ├── Common Electronics Values for Labels etc.xlsx │ └── live_version.txt ├── ESP32-Cheap-Yellow-Display/ │ └── split-screen-buttons/ │ └── split-screen-buttons.ino ├── Global-Variables-On-Node-Red/ │ ├── part1.json │ ├── part2-with-text-to-speech.json │ └── part2.json ├── IR-RF/ │ ├── master-receiver-ir-rf-video.c │ ├── master-receiver-ir-rf.c │ └── soundbar-fixer.ino ├── Kicad 8/ │ └── Kicad 8/ │ ├── Kicad 8.kicad_pcb │ ├── Kicad 8.kicad_prl │ ├── Kicad 8.kicad_pro │ ├── Kicad 8.kicad_sch │ ├── fp-info-cache │ └── kicad 8 video gerbers/ │ ├── Kicad 8-B_Cu.gbr │ ├── Kicad 8-B_Mask.gbr │ ├── Kicad 8-B_Paste.gbr │ ├── Kicad 8-B_Silkscreen.gbr │ ├── Kicad 8-Edge_Cuts.gbr │ ├── Kicad 8-F_Cu.gbr │ ├── Kicad 8-F_Mask.gbr │ ├── Kicad 8-F_Paste.gbr │ ├── Kicad 8-F_Silkscreen.gbr │ ├── Kicad 8-NPTH.drl │ ├── Kicad 8-PTH.drl │ └── Kicad 8-job.gbrjob ├── Lilygo-7000g/ │ ├── Arduino_Cayenne/ │ │ ├── Anothermaker-Stripped-LilyGO-SIM7000-Cayenne.ino │ │ ├── LilyGO-SIM7000-Cayenne.ino │ │ └── README.MD │ ├── Arduino_GPSTest/ │ │ └── Arduino_GPSTest.ino │ ├── Arduino_LoraShield/ │ │ ├── LoRaReceiver/ │ │ │ └── LoRaReceiver.ino │ │ ├── LoRaSender/ │ │ │ └── LoRaSender.ino │ │ └── README.MD │ ├── Arduino_NetworkTest/ │ │ └── Arduino_NetworkTest.ino │ ├── Arduino_Simple_API/ │ │ └── rough_api_test.ino │ ├── Arduino_TinyGSM/ │ │ ├── ATdebug/ │ │ │ └── ATdebug.ino │ │ ├── AllFunctions/ │ │ │ └── AllFunctions.ino │ │ ├── README.MD │ │ └── ResetModem/ │ │ └── ResetModem.ino │ ├── MicroPython_LoBo/ │ │ ├── README.MD │ │ ├── gps.py │ │ ├── gsm.py │ │ └── sd.py │ └── Platformio_Arduino_Thingsboard/ │ ├── .travis.yml │ ├── include/ │ │ └── README │ ├── lib/ │ │ └── README │ ├── platformio.ini │ ├── readme.md │ ├── src/ │ │ └── main.cpp │ └── test/ │ └── README ├── README.md ├── StreamArray/ │ ├── fancy_version/ │ │ ├── StreamArray.ino │ │ ├── build-notes.txt │ │ └── node-red-flow.json │ ├── scripts/ │ │ ├── dangerous.vbs │ │ ├── fidget.cmd │ │ ├── open_close_cd.vbs │ │ ├── reddit.cmd │ │ └── subscribe.cmd │ └── simple_version/ │ ├── node-red.json │ └── streaming_deck_arduino.ino ├── api-calls/ │ ├── apirelay.php │ ├── basic-api-call-8266.c │ ├── basic-api-call-esp32.c │ ├── basic_api_call_uno.c │ └── nr-relay.json ├── arduino-dmx ├── arduino-eeprom-torture/ │ ├── test_read.ino │ ├── torture-fast.ino │ └── torture.ino ├── arduino-lidar-tf-luna/ │ ├── arduino-lidar-tf-mini.ino │ ├── arduino-ultrasonic.ino │ └── printf.h ├── arduino-powered-cash-reader/ │ └── cash-reader-with-lcd.c ├── arduino-receipt-printer/ │ └── notes.txt ├── arduno-barcode/ │ ├── 01-Initial-hackery.ino │ └── 02-splitting-barcodes.ino ├── big-game/ │ ├── big-game-new-tv-arduino-nano.ino │ ├── big-game-new-tv-wemos-d1.ino │ └── ir_remote_codes.txt ├── blink-without-delay/ │ ├── 1-Blink.c │ ├── 2-blink-all.c │ ├── 3-millis.c │ ├── 4-Blink-1-no-delay.c │ ├── 5-Blink-1-with-comments.c │ ├── 6-Blink-3.c │ └── 7-Blink-Train.c ├── circuit-specialists-variac-data/ │ ├── 1000w toaster oven.csv │ ├── 25 watt 30 minute test.csv │ ├── 300w heat gun.csv │ └── This is my raw meter data from my variac stability tests.txt ├── diabolocal-it-prank/ │ └── it-prank-v1.ino ├── ds18b20/ │ └── address-finder.ino ├── ecom-pi-camera/ │ ├── node-red-sketch.json │ └── snippets.txt ├── engergyduino/ │ ├── data_logger.ino │ └── energyduino.php ├── eprom-booster/ │ └── readme.txt ├── escape-room/ │ ├── arduino_simon.ino │ ├── button_maze.ino │ └── true_false.ino ├── esp32-joke-phone/ │ ├── esp32-joke-phone-build-notes.txt │ └── esp32-joke-phone.ino ├── esp32-s3/ │ ├── Arduino IDE/ │ │ ├── pdpie-esp32-comm-test.ino │ │ └── pdpie-esp32-io-test v1.ino │ └── esp32-s3 notes ├── esp32-watch/ │ ├── infrared-tv-b-gone/ │ │ ├── 01-send-simple-ir.ino │ │ ├── 02-send-all-ir.ino │ │ ├── ESP8266-TV-B-Gone.ino │ │ ├── WORLD_IR_CODES.h │ │ └── main.h │ └── morse.ino ├── fb_sucks/ │ ├── index.php │ └── steps/ │ ├── 01_template.html │ └── 02_base_search.html ├── franklin-ace-1000/ │ └── monochrome-mod.txt ├── frehd/ │ ├── GAL Chip - Latest/ │ │ └── FreHD-ATF16V8B.JED │ ├── GAL Chip - Old Versions/ │ │ ├── gal16v8.jed │ │ ├── gal16v8.lst │ │ └── gal16v8.pld │ ├── PIC Hex Files/ │ │ ├── FreHD_213.hex │ │ └── FreHD_214.hex │ ├── PIC Source Files/ │ │ ├── 18f4620_g.lkr │ │ ├── FatFS/ │ │ │ ├── diskio.c │ │ │ ├── diskio.h │ │ │ ├── diskio2.asm │ │ │ ├── ff.c │ │ │ ├── ff.h │ │ │ ├── ffconf.h │ │ │ └── integer.h │ │ ├── FatFS.hex │ │ ├── FatFS.mcp │ │ ├── FatFS.mcs │ │ ├── FatFS.mcw │ │ ├── HardwareProfile.h │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── PIC.hex │ │ ├── PLDDesign.jed │ │ ├── action.h │ │ ├── bootloader.asm │ │ ├── bootloader.inc │ │ ├── c018i.c │ │ ├── crc.inc │ │ ├── ds1307.c │ │ ├── ds1307.h │ │ ├── dsk.c │ │ ├── eeprom.c │ │ ├── eeprom.h │ │ ├── generate_crc.pl │ │ ├── interrupt.asm │ │ ├── led.c │ │ ├── led.h │ │ ├── loader_eeprom.asm │ │ ├── main.c │ │ ├── reed.h │ │ ├── serial.c │ │ ├── serial.h │ │ ├── simul.DSN │ │ ├── stdint.h │ │ ├── sw_i2c.c │ │ ├── sw_i2c.h │ │ ├── trs_extra.c │ │ ├── trs_extra.h │ │ ├── trs_hard.c │ │ ├── trs_hard.h │ │ ├── trs_hard_defs.h │ │ ├── trs_uart.c │ │ ├── trs_uart.h │ │ └── version.h │ ├── bom/ │ │ ├── REAL Part locations.txt │ │ └── Use for Part numbers NOT Locations.XLS │ ├── dans_frehd_build_notes.txt │ ├── gerber/ │ │ ├── BOM for wd1010_rel1.bom │ │ ├── BOM for wd1010_rel1.txt │ │ ├── Status Report.txt │ │ ├── wd1010.reg │ │ ├── wd1010_rel1.DRL │ │ ├── wd1010_rel1.DRR │ │ ├── wd1010_rel1.GBL │ │ ├── wd1010_rel1.GBP │ │ ├── wd1010_rel1.GBS │ │ ├── wd1010_rel1.GKO │ │ ├── wd1010_rel1.GPB │ │ ├── wd1010_rel1.GPT │ │ ├── wd1010_rel1.GTL │ │ ├── wd1010_rel1.GTO │ │ ├── wd1010_rel1.GTP │ │ ├── wd1010_rel1.GTS │ │ ├── wd1010_rel1.REP │ │ ├── wd1010_rel1.TXT │ │ ├── wd1010_rel1.apr │ │ └── wd1010_rel1.drc │ ├── import.py │ ├── protel/ │ │ ├── wd1010_rel1.pcb │ │ └── wd1010_rel1.sch │ └── z80/ │ ├── frehd_rom/ │ │ ├── Makefile │ │ ├── frehd.asm │ │ ├── frehd.inc │ │ ├── frehd_macro.inc │ │ ├── ldos531.asm │ │ ├── ldos621.asm │ │ ├── ldos631.asm │ │ ├── loader.asm │ │ ├── m1ldos531.asm │ │ ├── m1newdos25.asm │ │ ├── make_eeprom.pl │ │ ├── menu.asm │ │ ├── menu_util.asm │ │ ├── newdos25.asm │ │ ├── rom-patches/ │ │ │ ├── Makefile │ │ │ ├── model1.rom │ │ │ ├── model1rom.asm │ │ │ ├── model3.rom │ │ │ ├── model3rom.asm │ │ │ ├── model4.gen2.rom │ │ │ ├── model4.rom │ │ │ ├── model4french.rom │ │ │ ├── model4frenchrom.asm │ │ │ ├── model4german.rom │ │ │ ├── model4germanrom.asm │ │ │ ├── model4germanrom.lst │ │ │ ├── model4germanrom.p │ │ │ ├── model4p_rom.asm │ │ │ ├── model4rom.asm │ │ │ └── model4rom.gen2.asm │ │ └── time.asm │ └── utils/ │ ├── Makefile │ ├── dsk.z80 │ ├── eupdate.z80 │ ├── export2.cmd │ ├── export2.hex │ ├── export2.lst │ ├── export2.z80 │ ├── fatfserr.z80 │ ├── frehd.z80 │ ├── frehdtst.z80 │ ├── fupdate.z80 │ ├── getversion.z80 │ ├── import2.z80 │ ├── import3.z80 │ ├── param.z80 │ ├── trsident.z80 │ ├── utlcore.z80 │ ├── version.z80 │ ├── vhdutl_cpm.z80 │ ├── vhdutl_kpro_cpm.z80 │ ├── vhdutl_ldos.z80 │ └── vhdutl_trs_cpm.z80 ├── gameshow/ │ ├── gameshow_arduino.c │ └── self-contained-gameshow.ino ├── gameshow_ultimate/ │ └── note.txt ├── gotek/ │ └── resources.txt ├── hyperbowl/ │ ├── arduino-code/ │ │ └── pro_mini_buttons.ino │ └── laser-files/ │ └── URL to tweak console.txt ├── incomplete-pcbs/ │ └── 40_pin_v2_led.ino ├── laser-shooting-gallery/ │ ├── Node-Red-Flow-Scoreboard.json │ ├── esp32-TARGET.c │ └── esp8266-laser.c ├── lazy_kicad/ │ ├── _old_versions/ │ │ └── v1.0/ │ │ └── index.php │ ├── index.php │ ├── kicad_cards/ │ │ └── netlabels_card.php │ ├── kicad_functions/ │ │ └── core_functions.php │ ├── kicad_logic/ │ │ └── netlabels_logic.php │ └── process.php ├── mini-notebook/ │ └── 555-timer-circuits/ │ ├── Mims 555 BOM-ALSO SEE -README.csv │ └── _readme_first.txt ├── mission_control/ │ ├── button_grid/ │ │ ├── arduino_code/ │ │ │ ├── 01_button_test.ino │ │ │ ├── 02_grid_no_ethernet.ino │ │ │ └── 03_grid_with_ethernet.ino │ │ ├── laser_files/ │ │ │ ├── button grid.lbrn2 │ │ │ └── button_numbers.txt │ │ └── server_files/ │ │ ├── index.php │ │ └── sounds/ │ │ └── free_sound_fx_provided_by_zapsplat.txt │ ├── do_not_touch/ │ │ └── arduino_code/ │ │ └── 01-WemosWithRelayShield.ino │ └── pi_tablet/ │ └── laser_files/ │ ├── RasPad.lbrn │ └── note_that_this_is_a_lightburn_file.txt ├── mp3/ │ ├── index.php │ ├── sound.php │ ├── sounds/ │ │ └── free_sound_fx_provided_by_zapsplat.txt │ └── test.php ├── nec-pc-6001a/ │ └── readme.txt ├── node-red-christmas-tree/ │ ├── another_example.json │ ├── basic_outputs.json │ ├── notes │ └── python/ │ ├── LICENSE │ ├── Notes.txt │ ├── README.md │ ├── example/ │ │ ├── blink.py │ │ ├── group.py │ │ ├── oneStar.py │ │ ├── oneStar_catch.py │ │ └── sequence.py │ ├── gpiod/ │ │ ├── readme.md │ │ └── sequence.py │ └── oled/ │ ├── oled.py │ └── readme.md ├── node-red-youtube-notifier/ │ ├── notes.txt │ └── notifier.json ├── olimex/ │ ├── Olimex ESP32-EVB/ │ │ ├── ethernet-mqtt.c │ │ └── webserver-with-wifi-and-ethernet.ino │ ├── Olimex ESP32-POE-ISO/ │ │ ├── board_holder-65mm.stl │ │ ├── ethernet_and_poe_diag.ino │ │ ├── ethernet_udp_example.ino │ │ ├── holder.f3d │ │ └── sample_code.ino │ ├── Olimex Protoboard/ │ │ └── olimex-protoboard.ino │ └── board_id/ │ ├── initial_setup_of_board_id.ino │ └── read_back_id.ino ├── open-canary/ │ └── steps.txt ├── quack-attack/ │ ├── quack-attack-build-notes.txt │ └── quack-attack-node-red.json ├── raspberry-pi-cooling/ │ └── test.sh ├── relay-test/ │ ├── every-single-pin.ino │ └── relay-test.ino ├── rgb-to-hdmi-build-notes/ │ └── coming-soon.txt ├── rgbduino/ │ ├── README.md │ └── examples/ │ ├── _RGB_LED_test.ino │ ├── _buzzer_test.ino │ ├── lesson1.ino │ ├── lesson2.ino │ ├── lesson3.ino │ ├── lesson4.ino │ ├── lesson5.ino │ ├── lesson6.ino │ ├── lesson7-anothermaker.ino │ ├── lesson8-anothermaker.ino │ └── lesson9-anothermaker.ino ├── rigged-o-fortune/ │ └── rigged.c ├── smart-doorbell/ │ ├── 03-node-red-flow-for-rev-02.json │ ├── arduino-mega/ │ │ ├── 01-basic-current-sensor.ino │ │ └── 02-with-ethernet-and-mqtt.ino │ └── esp32/ │ ├── 01-basic-current-sensor.ino │ └── 02-with-wifi-and-mqtt.ino ├── tandy-2000/ │ ├── Tandy 2000 Card Mount/ │ │ ├── Tandy 2000 Card Mount - Heat Set M3x4x4.2 - LEFT.stl │ │ ├── Tandy 2000 Card Mount - Heat Set M3x4x4.2 - Right.stl │ │ ├── Tandy 2000 Card Mount - Heat Set M4x6x6 - Left.stl │ │ ├── Tandy 2000 Card Mount - Heat Set M4x6x6 - Right.stl │ │ ├── Tandy 2000 Card Mount - Screws Only - LEFT.stl │ │ ├── Tandy 2000 Card Mount - Screws Only - Right.stl │ │ └── Tandy 2000 Card Mount Build Notes.txt │ └── Tandy 2000 Replacement Slot Cover/ │ └── Tandy 2000 Slot cover.stl ├── tandy-3-in-1/ │ ├── 3-in-1-cache.lib │ ├── 3-in-1-rescue.dcm │ ├── 3-in-1-rescue.lib │ ├── 3-in-1.kicad_pcb │ ├── 3-in-1.pro │ ├── 3-in-1.sch │ ├── BIOS/ │ │ ├── 3in1BIOS-8088/ │ │ │ └── xtidecfg.com │ │ └── 3in1BIOS-V20/ │ │ └── xtidecfg.com │ ├── README.md │ ├── dans_build_notes.txt │ ├── fp-info-cache │ └── sym-lib-table ├── tandy-terminator/ │ └── readme.txt ├── traffic-light/ │ └── traffic-light-sketch.ino ├── vintage_emulation/ │ ├── apple ii/ │ │ ├── User_Guide_apple2.txt │ │ └── sources.txt │ ├── atari 8 bit/ │ │ ├── User_Guide_Atari8bit.txt │ │ └── sources.txt │ ├── trs-80/ │ │ ├── User_Guide_TRS-80.txt │ │ └── sources.txt │ └── zx spectrum/ │ ├── User_Guide_ZX81.txt │ └── sources.txt ├── water-quality/ │ ├── CCS811/ │ │ ├── CCS811.cpp │ │ ├── CCS811.h │ │ └── examples/ │ │ └── readData/ │ │ └── readData.ino │ ├── notes.txt │ ├── water-and-co2.ino │ └── water.ino ├── will-it-blow-up/ │ ├── 10-ways-to-destroy-arduino/ │ │ └── 10-ways-to-destroy-arduino.ino │ ├── led-test/ │ │ ├── screen-test.ino │ │ ├── screen1.ino │ │ ├── screen2.ino │ │ ├── screen3.ino │ │ └── screen4.ino │ ├── relay-test/ │ │ ├── baseline-test.ino │ │ ├── every-single-pin.ino │ │ └── relay-test.ino │ └── xeon/ │ ├── arduino/ │ │ ├── date-call.ino │ │ └── key-call.ino │ └── esp32/ │ └── esp32-key-call.ino ├── wind-speed-arduino/ │ └── wind-speed-arduino.ino ├── youtube-notifier/ │ ├── wemos-d1-code.ino │ └── youtube-notifier-node-red.json └── yt_sucks/ ├── index.php └── steps/ ├── 01_base.php └── v1.1.0.php ================================================ FILE CONTENTS ================================================ ================================================ FILE: 37-sensors-one-arduino/37-sensors-1-arduino.ino ================================================ #include #include #include #include #include #include "DS3231.h" #include #include IRsend irsend; RTClib RTC; dht11 DHT; const int photoCell = A0; const int microphone = A1; const int temt = A2; const int joyX = A3; const int joyY = A4; const int thermistor = A5; //analog temp const int rotary = A6; const int moist = A7; const int lm = A8; const int knock = 3; const int joyBut = 4; const int piranha = 5; const int photoInt = 6; const int actBuzz = 7; const int greenLed = 8; const int blueLed = 2; //can't use 9 because of IRsend const int redLed = 10; const int yellowButton = 11; const int hallSensor = 12; const int whiteLed = 13; /* Arduino Rotary Encoder Tutorial * * by Dejan Nedelkovski, www.HowToMechatronics.com * */ const int outputA = 49; const int outputB = 48; const int DHT11_PIN = 47; const int passBuzz = 46; const int pir = 45; const int capTouch = 44; const int echoPin = 43; const int trigPin = 42; const int DS18S20_Pin = 41; const int hugeLed = 40; const int relay = 39; const int vibe = 38; const int line = 37; const int tilt = 36; const int RECV_PIN = 35; const int flame = 34; const int obst = 33; OneWire ds(DS18S20_Pin); int relayState = 0; int counter = 0; int aState; int aLastState; unsigned char vibeState = 0; int maximumRange = 200; // Maximum range needed int minimumRange = 0; // Minimum range needed long duration, distance; // Duration used to calculate distance int val = 0; //store random int values //stuff for Analog Temp sensor double Thermister(int RawADC) { //Function to perform the fancy math of the Steinhart-Hart equation double Temp; Temp = log(((10240000/RawADC) - 10000)); Temp = 1 / (0.001129148 + (0.000234125 + (0.0000000876741 * Temp * Temp ))* Temp ); Temp = Temp - 273.15; // Convert Kelvin to Celsius Temp = (Temp * 9.0)/ 5.0 + 32.0; // Celsius to Fahrenheit - comment out this line if you need Celsius } //345 accelerometer_data Adafruit_ADXL345_Unified accel = Adafruit_ADXL345_Unified(12345); float AccelMinX = 0; float AccelMaxX = 0; float AccelMinY = 0; float AccelMaxY = 0; float AccelMinZ = 0; float AccelMaxZ = 0; void setup(){ Serial.begin(9600); /* Initialise the sensor */ if(!accel.begin()) { /* There was a problem detecting the ADXL345 ... check your connections */ Serial.println("Ooops, no ADXL345 detected ... Check your wiring!"); delay(1000); } pinMode(joyBut,INPUT); pinMode(piranha, OUTPUT); pinMode(photoInt, INPUT); pinMode(actBuzz, OUTPUT); pinMode(passBuzz, OUTPUT); pinMode(redLed, OUTPUT); pinMode(blueLed, OUTPUT); pinMode(greenLed, OUTPUT); pinMode(yellowButton, INPUT); pinMode(hallSensor, INPUT); pinMode(whiteLed, OUTPUT); pinMode(pir, INPUT); pinMode(capTouch, INPUT); pinMode(trigPin, OUTPUT); pinMode(echoPin, INPUT); pinMode(hugeLed, OUTPUT); pinMode(relay, OUTPUT); pinMode(vibe, INPUT); pinMode(line, INPUT); pinMode(tilt, INPUT); pinMode(RECV_PIN, INPUT); pinMode(flame, INPUT); pinMode(obst, INPUT); Wire.begin(); aLastState = digitalRead(outputA); } void loop(){ digitalWrite(whiteLed, LOW); digitalWrite(piranha, LOW); digitalWrite(hugeLed, LOW); digitalWrite(actBuzz, LOW); digitalWrite(passBuzz, LOW); lightLevel(); hallDetect(); checkButton(); rainbow(); photoInter(); soundLevel(); checkVibe(); temtLight(); checkJoy(); analogTemp(); checkRoto(); rotaryEncoder(); axdl(); moisture(); lmTemp(); checkKnock(); readDht(); rtcNow(); readPir(); touchSensor(); echoRange(); getTemp(); checkGas(); relayFlip(); isLine(); isTilt(); irsend.sendRC5(0x0, 8); isIR(); isFlame(); obstCheck(); Serial.println("*********************"); digitalWrite(whiteLed, HIGH); digitalWrite(piranha, HIGH); delay(5000); digitalWrite(hugeLed, HIGH); digitalWrite(actBuzz, HIGH); digitalWrite(passBuzz, HIGH); } //So, uh yeah. Let's get started... // void whiteLED(){ // digitalWrite(white,HIGH); // delay(1000); // digitalWrite(white,LOW); // delay(1000); // } void lightLevel(){ val = analogRead(photoCell); Serial.print("light: "); Serial.println(val, DEC); } void hallDetect(){ val = digitalRead(hallSensor); // read input value if (val == HIGH) { // check if the input is HIGH Serial.println("No Magnet"); } else { Serial.println("Magnet"); } } void checkButton(){ val = digitalRead(yellowButton); // read input value if (val == HIGH) { // check if the input is HIGH Serial.println("Not Pushed"); } else { Serial.println("Pushed"); } } void rainbow(){ for(val=255; val>0; val--) {analogWrite(redLed, val); analogWrite(blueLed, 255-val); analogWrite(greenLed, 128-val); } for(val=0; val<255; val++) {analogWrite(redLed, val); analogWrite(blueLed, 255-val); analogWrite(greenLed, 128-val); } digitalWrite(redLed, HIGH); digitalWrite(blueLed, HIGH); digitalWrite(greenLed, HIGH); } void photoInter(){ val = digitalRead(photoInt); if (val == HIGH) { Serial.println("Beam Broken"); }else{ Serial.println("Beam Solid"); } } void soundLevel(){ val=analogRead(microphone); Serial.print("SoundLvl: "); Serial.println(val,DEC); } void temtLight(){ val = analogRead(temt); Serial.print("TEMT Light: "); Serial.println(val); } void checkJoy(){ int x,y,z; x=analogRead(joyX); y=analogRead(joyY); z=digitalRead(joyBut); Serial.print("X: "); Serial.print(x ,DEC); Serial.print(","); Serial.print("Y: "); Serial.print(y ,DEC); Serial.print(","); if(z == HIGH){ Serial.println(" Button Pushed"); }else{ Serial.println(" Button NOT Pushed"); } } void analogTemp(){ Serial.print(Thermister(analogRead(thermistor))); Serial.println("c"); } void checkRoto(){ int rot=analogRead(rotary); Serial.print("Rotary Value: "); Serial.println(val,DEC); } void rotaryEncoder(){ aState = digitalRead(outputA); // Reads the "current" state of the outputA // If the previous and the current state of the outputA are different, that means a Pulse has occured if (aState != aLastState){ // If the outputB state is different to the outputA state, that means the encoder is rotating clockwise if (digitalRead(outputB) != aState) { counter ++; } else { counter --; } Serial.print("Position: "); Serial.println(counter); } aLastState = aState; // Updates the previous state of the outputA with the current state } void axdl(){ AccelMinX = 0; AccelMaxX = 0; AccelMinY = 0; AccelMaxY = 0; AccelMinZ = 0; AccelMaxZ = 0; sensors_event_t accelEvent; accel.getEvent(&accelEvent); if (accelEvent.acceleration.x < AccelMinX) AccelMinX = accelEvent.acceleration.x; if (accelEvent.acceleration.x > AccelMaxX) AccelMaxX = accelEvent.acceleration.x; if (accelEvent.acceleration.y < AccelMinY) AccelMinY = accelEvent.acceleration.y; if (accelEvent.acceleration.y > AccelMaxY) AccelMaxY = accelEvent.acceleration.y; if (accelEvent.acceleration.z < AccelMinZ) AccelMinZ = accelEvent.acceleration.z; if (accelEvent.acceleration.z > AccelMaxZ) AccelMaxZ = accelEvent.acceleration.z; Serial.print("Accel Minimums: "); Serial.print(AccelMinX); Serial.print(" ");Serial.print(AccelMinY); Serial.print(" "); Serial.print(AccelMinZ); Serial.println(); Serial.print("Accel Maximums: "); Serial.print(AccelMaxX); Serial.print(" ");Serial.print(AccelMaxY); Serial.print(" "); Serial.print(AccelMaxZ); Serial.println(); } void moisture(){ val=analogRead(moist); Serial.print("Moisture: "); Serial.println(val,DEC); } void lmTemp(){ val = analogRead(lm); float mv = ( val/1024.0)*5000; float cel = mv/10; float farh = (cel*9)/5 + 32; Serial.print("LM35: "); Serial.print(cel); Serial.print("*C"); Serial.println(); } void checkKnock(){ val=digitalRead(knock); if(val==HIGH){ Serial.println("Shock Detected"); }else{ Serial.println("No Shock Detected"); } } void readDht(){ val = DHT.read(DHT11_PIN); Serial.print("DHT: "); Serial.print(DHT.humidity,1); Serial.print("%,\t"); Serial.print(DHT.temperature,1); Serial.println(" deg C"); } void rtcNow(){ DateTime now = RTC.now(); Serial.print(now.year(), DEC); Serial.print('/'); Serial.print(now.month(), DEC); Serial.print('/'); Serial.print(now.day(), DEC); Serial.print(' '); Serial.print(now.hour(), DEC); Serial.print(':'); Serial.print(now.minute(), DEC); Serial.print(':'); Serial.print(now.second(), DEC); Serial.println(); } void readPir(){ val = digitalRead(pir); if(val == 1){ Serial.println("Somebody is in this area!"); }else{ Serial.println("No motion!"); } } void touchSensor(){ if(digitalRead(capTouch)==HIGH) { Serial.println("Capacitive Touched"); }else{ Serial.println("Not touched"); } } void echoRange(){ digitalWrite(trigPin, LOW); delayMicroseconds(2); digitalWrite(trigPin, HIGH); delayMicroseconds(10); digitalWrite(trigPin, LOW); duration = pulseIn(echoPin, HIGH); //Calculate the distance (in cm) based on the speed of sound. distance = duration/58.2; if (distance >= maximumRange || distance <= minimumRange){ Serial.println("Out of Range"); }else { Serial.print(distance); Serial.println(" cm"); } } void getTemp(){ //returns the temperature from one DS18S20 in DEG Celsius byte data[12]; byte addr[8]; if ( !ds.search(addr)) { //no more sensors on chain, reset search ds.reset_search(); return -1000; } if ( OneWire::crc8( addr, 7) != addr[7]) { Serial.println("CRC is not valid!"); return -1000; } if ( addr[0] != 0x10 && addr[0] != 0x28) { Serial.print("Device is not recognized"); return -1000; } ds.reset(); ds.select(addr); ds.write(0x44,1); // start conversion, with parasite power on at the end byte present = ds.reset(); ds.select(addr); ds.write(0xBE); // Read Scratchpad for (int i = 0; i < 9; i++) { // we need 9 bytes data[i] = ds.read(); } ds.reset_search(); byte MSB = data[1]; byte LSB = data[0]; float tempRead = ((MSB << 8) | LSB); //using two's compliment float TemperatureSum = tempRead / 16; Serial.print("DS18b20: "); Serial.print(TemperatureSum); Serial.println(" deg C"); } void checkGas(){ val = analogRead(10);//gas sensor Serial.print("Gas: "); Serial.println(val,DEC); val = analogRead(9);//alcohol sensor Serial.print("Alc: "); Serial.println(val,DEC); } void relayFlip(){ if(relayState == 0){ digitalWrite(relay,HIGH); relayState = 1; Serial.println("Setting Relay High"); }else{ digitalWrite(relay,LOW); relayState = 0; Serial.println("Setting Relay Low"); } } void checkVibe(){ val = digitalRead(vibe); // Serial.println(val); if(val != 0){ Serial.println("Vibration detected"); }else{ Serial.println("Vibration NOT detected"); } } void isLine(){ val = digitalRead(line); if(val != 0){ Serial.println("No Line!"); }else{ Serial.println("Line!!!!!!!!!!!!!!!!!"); } } void isTilt(){ val = digitalRead(tilt); if(val != 0){ Serial.println("Steady"); }else{ Serial.println("TILT!"); } } void isIR(){ val = digitalRead(RECV_PIN); if(val == 0){ Serial.println("IR Detected"); }else{ Serial.println("No IR Detected"); } } void isFlame(){ val = digitalRead(flame); if (val == HIGH) { Serial.println("Flame NOT Detected"); } else { Serial.println("Flame Detected"); } } void obstCheck(){ val = digitalRead(obst); if (val == HIGH) { Serial.println("Object NOT Detected"); } else { Serial.println("Object Detected"); } } //Sketch uses 13512 bytes (5%) of program storage space. Maximum is 253952 bytes. //Global variables use 1405 bytes (17%) of dynamic memory, leaving 6787 bytes for local variables. Maximum is 8192 bytes. ================================================ FILE: 4_dollar_xt_ide/_readme.txt ================================================ These are just quick and dirty bios exports to get you up and running in the vast majority of situations. You can configure a lot more options if you download the full XTIDE Universal BIOS Package from https://www.xtideuniversalbios.org/ and configure it properly. Video Link https://youtu.be/WTBoUmHI0pU PCBs and the latest BOMs can be found at The $4 XT-IDE Card https://www.pcbway.com/project/shareproject/The_4_XTIDE_69f4ccdd.html The $5 XT-IDE Card https://www.pcbway.com/project/shareproject/The_5_XTIDE_d82d86c8.html ================================================ FILE: 5-Practical-Uses-For-Node-Red-On-Android/flow3.json ================================================ [{"id":"525fadc.ed09b54","type":"inject","z":"41ca64f3.1d227c","name":"","topic":"","payload":"Start!","payloadType":"str","repeat":"3","crontab":"","once":true,"onceDelay":0.1,"x":90,"y":160,"wires":[["5eb0269c.f49da8","8516419f.405e9","8996e27f.65a39","74e394d6.9048ec","922b3e46.96f8d","2ae7328a.e2132e"]]},{"id":"8516419f.405e9","type":"light","z":"41ca64f3.1d227c","name":"","x":270,"y":140,"wires":[["b00c310d.67b71"]]},{"id":"5eb0269c.f49da8","type":"motion","z":"41ca64f3.1d227c","name":"","x":270,"y":200,"wires":[["402ce830.b73648","dc4f741.a551e88","9785b23.f67d85"]]},{"id":"8996e27f.65a39","type":"gyroscope","z":"41ca64f3.1d227c","name":"","x":290,"y":360,"wires":[["692313b6.3f448c","a5d3ab1a.5f8468","3ba68bef.710394"]]},{"id":"74e394d6.9048ec","type":"compass","z":"41ca64f3.1d227c","name":"","x":280,"y":540,"wires":[["a35dafcf.adb72"]]},{"id":"922b3e46.96f8d","type":"db","z":"41ca64f3.1d227c","name":"","x":270,"y":460,"wires":[["1767f923.edefd7"]]},{"id":"74d183e6.c5d6ec","type":"ui_gauge","z":"41ca64f3.1d227c","name":"","group":"c63627f1.5c7318","order":0,"width":0,"height":0,"gtype":"gage","title":"Light Intensity","label":"","format":"{{value}}","min":0,"max":"100","colors":["#00b500","#e6e600","#ca3838"],"seg1":"","seg2":"","x":620,"y":140,"wires":[]},{"id":"b00c310d.67b71","type":"function","z":"41ca64f3.1d227c","name":"","func":"msg.payload = msg.payload.intensity;\nreturn msg;","outputs":1,"noerr":0,"x":420,"y":140,"wires":[["74d183e6.c5d6ec"]]},{"id":"402ce830.b73648","type":"ui_text","z":"41ca64f3.1d227c","group":"9e66dc54.60929","order":1,"width":0,"height":0,"name":"","label":"Motion X (m/s^2)","format":"{{msg.payload.x}}","layout":"row-spread","x":490,"y":180,"wires":[]},{"id":"dc4f741.a551e88","type":"ui_text","z":"41ca64f3.1d227c","group":"9e66dc54.60929","order":1,"width":0,"height":0,"name":"","label":"Motion Y (m/s^2)","format":"{{msg.payload.y}}","layout":"row-spread","x":490,"y":220,"wires":[]},{"id":"9785b23.f67d85","type":"ui_text","z":"41ca64f3.1d227c","group":"9e66dc54.60929","order":1,"width":0,"height":0,"name":"","label":"Motion Z (m/s^2)","format":"{{msg.payload.z}}","layout":"row-spread","x":490,"y":260,"wires":[]},{"id":"692313b6.3f448c","type":"ui_text","z":"41ca64f3.1d227c","group":"9e66dc54.60929","order":1,"width":0,"height":0,"name":"","label":"Rotation X (rad/s)","format":"{{msg.payload.x}}","layout":"row-spread","x":490,"y":320,"wires":[]},{"id":"a5d3ab1a.5f8468","type":"ui_text","z":"41ca64f3.1d227c","group":"9e66dc54.60929","order":1,"width":0,"height":0,"name":"","label":"Rotation Y (rad/s)","format":"{{msg.payload.y}}","layout":"row-spread","x":490,"y":360,"wires":[]},{"id":"3ba68bef.710394","type":"ui_text","z":"41ca64f3.1d227c","group":"9e66dc54.60929","order":1,"width":0,"height":0,"name":"","label":"Rotation Z (rad/s)","format":"{{msg.payload.z}}","layout":"row-spread","x":490,"y":400,"wires":[]},{"id":"1767f923.edefd7","type":"function","z":"41ca64f3.1d227c","name":"","func":"var db = msg.payload.avg;\ndb = db-30;\ndb = db.toFixed(2);\nmsg.payload = db;\nreturn msg;","outputs":1,"noerr":0,"x":430,"y":460,"wires":[["ae7176b8.a8e948"]]},{"id":"ae7176b8.a8e948","type":"ui_gauge","z":"41ca64f3.1d227c","name":"","group":"c63627f1.5c7318","order":0,"width":0,"height":0,"gtype":"gage","title":"Sound Intensity","label":"dB","format":"{{value}}","min":0,"max":"100","colors":["#80ffff","#0273e3","#1205fc"],"seg1":"","seg2":"","x":630,"y":460,"wires":[]},{"id":"6d06207c.68f6b","type":"ui_text","z":"41ca64f3.1d227c","group":"9e66dc54.60929","order":1,"width":0,"height":0,"name":"","label":"Magnetic Heading","format":"{{msg.payload}}","layout":"row-spread","x":670,"y":540,"wires":[]},{"id":"a35dafcf.adb72","type":"function","z":"41ca64f3.1d227c","name":"","func":"msg.payload = msg.payload.magneticHeading;\nreturn msg;","outputs":1,"noerr":0,"x":430,"y":540,"wires":[["6d06207c.68f6b"]]},{"id":"2ae7328a.e2132e","type":"battery","z":"41ca64f3.1d227c","name":"","x":270,"y":620,"wires":[["c2412236.2bc","7b3d40d6.81447"]]},{"id":"c2412236.2bc","type":"function","z":"41ca64f3.1d227c","name":"","func":"msg.payload = msg.payload.level;\nreturn msg;","outputs":1,"noerr":0,"x":430,"y":600,"wires":[["72efd830.2af678"]]},{"id":"72efd830.2af678","type":"ui_text","z":"41ca64f3.1d227c","group":"9e66dc54.60929","order":1,"width":0,"height":0,"name":"","label":"Battery Level","format":"{{msg.payload}}%","layout":"row-spread","x":650,"y":600,"wires":[]},{"id":"596e3384.79d33c","type":"ui_switch","z":"41ca64f3.1d227c","name":"","label":"Plugged in?","tooltip":"","group":"9e66dc54.60929","order":8,"width":0,"height":0,"passthru":true,"decouple":"false","topic":"","style":"","onvalue":"true","onvalueType":"bool","onicon":"","oncolor":"","offvalue":"false","offvalueType":"bool","officon":"","offcolor":"","x":660,"y":660,"wires":[[]]},{"id":"7b3d40d6.81447","type":"function","z":"41ca64f3.1d227c","name":"","func":"msg.payload = msg.payload.isPlugged;\nreturn msg;","outputs":1,"noerr":0,"x":430,"y":660,"wires":[["596e3384.79d33c"]]},{"id":"c63627f1.5c7318","type":"ui_group","z":"","name":"Gauge","tab":"6c42d8e.4926428","disp":true,"width":"6","collapse":false},{"id":"9e66dc54.60929","type":"ui_group","z":"","name":"Lab","tab":"6c42d8e.4926428","disp":true,"width":"7","collapse":false},{"id":"6c42d8e.4926428","type":"ui_tab","z":"","name":"Lab","icon":"fa-flask","disabled":false,"hidden":false}] ================================================ FILE: 5-Practical-Uses-For-Node-Red-On-Android/flow4.json ================================================ [{"id":"7348226e.5a7fcc","type":"change","z":"41ca64f3.1d227c","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"{ \"text\": \"Please speak your passphrase.\", \"lang\": \"en-US\" }","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":280,"y":120,"wires":[["a337f668.4fe438"]]},{"id":"a337f668.4fe438","type":"text-to-speech","z":"41ca64f3.1d227c","name":"","x":520,"y":120,"wires":[[]]}] ================================================ FILE: 5-Practical-Uses-For-Node-Red-On-Android/flow5.json ================================================ [{"id":"7a24a90f.8d5f28","type":"change","z":"41ca64f3.1d227c","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"{ \"text\": \"Please speak your passphrase.\", \"lang\": \"en-US\" }","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":320,"y":140,"wires":[["1112a9c1.8f7836"]]},{"id":"1112a9c1.8f7836","type":"text-to-speech","z":"41ca64f3.1d227c","name":"","x":540,"y":140,"wires":[["f31162f.349b2a"]]},{"id":"ceb30d0.ad1fff","type":"speech-to-text","z":"41ca64f3.1d227c","name":"","x":1100,"y":140,"wires":[["cc08934.94b6d7","3808c806.fe05f8"]]},{"id":"81c00d38.f1758","type":"change","z":"41ca64f3.1d227c","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"{ \"language\": \"en-US\", \"matches\": 5, \"prompt\": \"please talk\", \"showPopup\": true }","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":900,"y":140,"wires":[["ceb30d0.ad1fff"]]},{"id":"14d07534.e14c6b","type":"debug","z":"41ca64f3.1d227c","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":630,"y":460,"wires":[]},{"id":"cc08934.94b6d7","type":"switch","z":"41ca64f3.1d227c","name":"See if the word code is used","property":"payload","propertyType":"msg","rules":[{"t":"cont","v":"code","vt":"str"},{"t":"cont","v":"Code","vt":"str"},{"t":"else"}],"checkall":"false","repair":false,"outputs":3,"x":240,"y":300,"wires":[["67e180c.188fb8"],["67e180c.188fb8"],["df9aca3a.71dab8"]]},{"id":"f31162f.349b2a","type":"delay","z":"41ca64f3.1d227c","name":"","pauseType":"delay","timeout":"1.5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":730,"y":140,"wires":[["81c00d38.f1758"]]},{"id":"67e180c.188fb8","type":"switch","z":"41ca64f3.1d227c","name":"Look for a valid trigger","property":"payload","propertyType":"msg","rules":[{"t":"cont","v":"yellow","vt":"str"},{"t":"cont","v":"Yellow","vt":"str"},{"t":"cont","v":"brown","vt":"str"},{"t":"cont","v":"Brown","vt":"str"}],"checkall":"false","repair":false,"outputs":4,"x":560,"y":280,"wires":[["14d07534.e14c6b","f1c2e1d5.369cf"],["14d07534.e14c6b","f1c2e1d5.369cf"],["14d07534.e14c6b","9c16b6ae.505998"],["14d07534.e14c6b","9c16b6ae.505998"]]},{"id":"c4cc099b.413a28","type":"text-to-speech","z":"41ca64f3.1d227c","name":"Invalid Phrase","x":360,"y":360,"wires":[[]]},{"id":"df9aca3a.71dab8","type":"change","z":"41ca64f3.1d227c","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"{ \"text\": \"Invalid phrase\", \"lang\": \"en-US\" }","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":160,"y":360,"wires":[["c4cc099b.413a28"]]},{"id":"f1c2e1d5.369cf","type":"change","z":"41ca64f3.1d227c","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"{ \"text\": \"Bathroom Unlocked. Please don't forget to put the seat down when you are finished.\", \"lang\": \"en-US\" }","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":880,"y":260,"wires":[["3b220a2b.b94b96"]]},{"id":"3b220a2b.b94b96","type":"text-to-speech","z":"41ca64f3.1d227c","name":"Code Yellow","x":1070,"y":260,"wires":[[]]},{"id":"9c16b6ae.505998","type":"change","z":"41ca64f3.1d227c","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"{ \"text\": \"Please state your name\", \"lang\": \"en-US\" }","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":880,"y":320,"wires":[["6134b98c.9f78a8"]]},{"id":"6134b98c.9f78a8","type":"text-to-speech","z":"41ca64f3.1d227c","name":"Request Name","x":1080,"y":320,"wires":[["efe0a225.95c67"]]},{"id":"efe0a225.95c67","type":"delay","z":"41ca64f3.1d227c","name":"","pauseType":"delay","timeout":"1","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":860,"y":380,"wires":[["47757393.fae95c"]]},{"id":"47757393.fae95c","type":"change","z":"41ca64f3.1d227c","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"{ \"language\": \"en-US\", \"matches\": 1, \"prompt\": \"please talk\", \"showPopup\": true }","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":1040,"y":380,"wires":[["af412c0f.fa129"]]},{"id":"af412c0f.fa129","type":"speech-to-text","z":"41ca64f3.1d227c","name":"","x":1240,"y":380,"wires":[["14d07534.e14c6b","1f3be3ef.00549c","d5d87ccb.6ffda","47b9766f.59bec8"]]},{"id":"1f3be3ef.00549c","type":"http request","z":"41ca64f3.1d227c","name":"","method":"GET","ret":"txt","paytoqs":false,"url":"http://192.168.95.148/shop/sound.php?sound=attention","tls":"","proxy":"","authType":"","x":870,"y":460,"wires":[[]]},{"id":"d5d87ccb.6ffda","type":"delay","z":"41ca64f3.1d227c","name":"","pauseType":"delay","timeout":"2","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":860,"y":520,"wires":[["a5318edf.ffb7e"]]},{"id":"a5318edf.ffb7e","type":"mqtt out","z":"41ca64f3.1d227c","name":"","topic":"tts","qos":"0","retain":"false","broker":"c730a4d9.d64ec8","x":1030,"y":520,"wires":[]},{"id":"47b9766f.59bec8","type":"delay","z":"41ca64f3.1d227c","name":"","pauseType":"delay","timeout":"3.5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":870,"y":580,"wires":[["af1c969b.792258"]]},{"id":"af1c969b.792258","type":"http request","z":"41ca64f3.1d227c","name":"","method":"GET","ret":"txt","paytoqs":false,"url":"http://192.168.95.148/shop/sound.php?sound=brown","tls":"","proxy":"","authType":"","x":1070,"y":580,"wires":[[]]},{"id":"3808c806.fe05f8","type":"debug","z":"41ca64f3.1d227c","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":1230,"y":220,"wires":[]},{"id":"c730a4d9.d64ec8","type":"mqtt-broker","z":"","name":"","broker":"192.168.95.225","port":"1883","clientid":"","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""}] ================================================ FILE: 9 Pin Cable Tester/no_screen.ino ================================================ //if you are not familiar with programming the arduino, //you can find the software and instructions here: // https://www.arduino.cc/en/Guide/ArduinoNano void setup() { // Initialize the serial port Serial.begin(9600); // Set pins 12 through 4 as output for (int pin = 12; pin >= 4; pin--) { pinMode(pin, OUTPUT); } // Print a welcome message Serial.println("9 Pin Cable Tester by AnotherMaker"); } void loop() { for (int pin = 12; pin >= 4; pin--) { // Turn on the current LED digitalWrite(pin, HIGH); // Print which LED is lit up Serial.print("LED "); Serial.print(13 - pin); Serial.println(" is lit up"); // Wait for 0.5 seconds delay(500); // Turn off the current LED digitalWrite(pin, LOW); } } ================================================ FILE: 9 Pin Cable Tester/readme.txt ================================================ This project requires Arduino Nano - https://amzn.to/3ysygOz 18 @ 5mm LEDs - https://amzn.to/3WQ7TvY 9 @ 330 ohm resistors - https://amzn.to/4boEXQi 4 DE-9 connectors - https://amzn.to/3QSAUmT Optional parts: Female Headers for Nano & screen https://amzn.to/3UMBFPF 7 Segment Display - https://amzn.to/4c25rqP Network cable tester - https://amzn.to/3K4ua1H //if you are not familiar with programming the arduino, //you can find the software and instructions here: https://www.arduino.cc/en/Guide/ArduinoNano ================================================ FILE: 9 Pin Cable Tester/with_screen.ino ================================================ //if you are not familiar with programming the arduino, //you can find the software and instructions here: // https://www.arduino.cc/en/Guide/ArduinoNano // be sure to include the TM1637 library in the Arduino IDE #include // Define the connections pins for TM1637 display #define CLK A0 #define DIO A1 TM1637Display display(CLK, DIO); // Custom segment definitions for "P", "I", and "N" on the first 3 digits const uint8_t SEG_P = 0b01110011; const uint8_t SEG_I = 0b00000100; const uint8_t SEG_N = 0b01010100; void setup() { // Initialize serial communication at 9600 baud Serial.begin(9600); // Initialize the TM1637 display display.setBrightness(0x0f); // Set the brightness to maximum // Set pins 12 through 4 as output for (int pin = 12; pin >= 4; pin--) { pinMode(pin, OUTPUT); } // Print a welcome message Serial.println("9 Pin Cable Tester with Screen by AnotherMaker"); } void loop() { // Loop through pins 12 through 4 for (int pin = 12; pin >= 4; pin--) { // Turn on the current LED digitalWrite(pin, HIGH); // Determine which LED is lit up int ledNumber = 13 - pin; // Print which LED is lit up Serial.print("LED "); Serial.print(ledNumber); Serial.println(" is lit up"); // Display "PIN" followed by the LED number on TM1637 display uint8_t data[] = {SEG_P, SEG_I, SEG_N, display.encodeDigit(ledNumber)}; display.setSegments(data); // Wait for 0.5 seconds delay(500); // Turn off the current LED digitalWrite(pin, LOW); } } ================================================ FILE: 9 Pin Cable Tester/with_screen_and_button.ino ================================================ // A button gets soldered between Pins A6 and GND on the Arduino Nano // Holding the button down on boot will switch to mode 1 which allows you to // manually step through the pins. Tapping the button in mode 0 will change // the speed at which the LEDs step through the pins. #include int stepSpeed = 500; int mode = 0; const int buttonPin = A6; bool buttonPressed = false; unsigned long lastDebounceTime = 0; unsigned long debounceDelay = 68; unsigned long buttonPressStartTime = 0; bool buttonHeld = false; unsigned long lastStepTime = 0; #define CLK A0 #define DIO A1 TM1637Display display(CLK, DIO); const uint8_t SEG_P = 0b01110011; const uint8_t SEG_I = 0b00000100; const uint8_t SEG_N = 0b01010100; const uint8_t SEG_DASH = 0b01000000; void setup() { Serial.begin(9600); pinMode(buttonPin, INPUT_PULLUP); display.setBrightness(0x0f); for (int pin = 12; pin >= 4; pin--) { pinMode(pin, OUTPUT); } int bootreading = analogRead(buttonPin); if(bootreading< 10){ mode = 1; } Serial.println("9 Pin Cable Tester with Screen by AnotherMaker"); // Display initial mode on boot uint8_t data[4]; data[0] = SEG_DASH; data[1] = SEG_DASH; data[2] = SEG_DASH; data[3] = display.encodeDigit(mode); display.setSegments(data); delay(1000); updateDisplayAfterModeSwitch(); } void loop() { int reading = analogRead(buttonPin); Serial.println(reading); if (reading < 10) { if (!buttonPressed && (millis() - lastDebounceTime) > debounceDelay) { buttonPressed = true; buttonPressStartTime = millis(); lastDebounceTime = millis(); } } else { if (buttonPressed) { if (!buttonHeld && (millis() - lastDebounceTime) > debounceDelay) { if (mode == 0) { adjustStepSpeed(); } else if (mode == 1) { incrementLEDs(); } } buttonPressed = false; buttonHeld = false; lastDebounceTime = millis(); } } if (mode == 0) { autoStepThroughPins(); } } void adjustStepSpeed() { if (stepSpeed == 500) { stepSpeed = 1000; } else if (stepSpeed == 1000) { stepSpeed = 2500; } else if (stepSpeed == 2500) { stepSpeed = 250; } else { stepSpeed = 500; } Serial.print("Step Speed: "); Serial.println(stepSpeed); display.clear(); display.showNumberDec(stepSpeed); delay(1000); // Blocking delay for speed change display.clear(); // Clear the display after showing speed } void incrementLEDs() { static int currentLED = 12; static bool firstPress = true; if (firstPress) { firstPress = false; currentLED = 12; // Reset to initial state on first press in mode 1 } else { digitalWrite(currentLED, LOW); currentLED--; if (currentLED < 4) { currentLED = 12; } } digitalWrite(currentLED, HIGH); int ledNumber = 13 - currentLED; uint8_t data[] = {SEG_P, SEG_I, SEG_N, display.encodeDigit(ledNumber)}; display.setSegments(data); } void autoStepThroughPins() { static int currentPin = 12; unsigned long currentTime = millis(); if (currentTime - lastStepTime >= stepSpeed) { digitalWrite(currentPin, LOW); // Turn off the previous LED currentPin--; if (currentPin < 4) { currentPin = 12; } digitalWrite(currentPin, HIGH); // Turn on the current LED int ledNumber = 13 - currentPin; uint8_t data[] = {SEG_P, SEG_I, SEG_N, display.encodeDigit(ledNumber)}; display.setSegments(data); lastStepTime = currentTime; } } void updateDisplayAfterModeSwitch() { if (mode == 1) { static int currentLED = 12; // Ensure the currentLED value is consistent int ledNumber = 13 - currentLED; uint8_t data[] = {SEG_P, SEG_I, SEG_N, display.encodeDigit(ledNumber)}; display.setSegments(data); } else { display.clear(); } } ================================================ FILE: Apple II Gotek/readme.txt ================================================ This is the home of my Apple ][ Gotek Adapter I will eventually release the gerbers, but as a thank you, I am offering it on my PCBWay shared projects page only for a limited time. If you want to support me, please order it from there. https://www.pcbway.com/project/shareproject/Apple___Gotek_Adapter.html Parts I used 2x17 female headers https://amzn.to/3vm8A4z (You can use 2@single row also) Female Single Row Headers - https://amzn.to/47duGU8 Male Single Row Headers - https://amzn.to/4aI2fAO Thanks to the HxC firmware (currently free!) https://hxc2001.com/store/ for providing the software and especially to Jean-François over at HxC for all his hard work on the project. IMPORTANT: At the time of this publication, v2.5.6.6 of HxC Floppy Emulator for Converting my images. There are 2 VERY important steps to converting existing files. 1. Before you import, make sure you rename any files that are .dsk to .do so the software is clear that they are Apple files. This will probably not be necessary in future versions. 2. When you export make sure that you export as "Rev 3 Experimental." This is the only version that works with the Apple ][ at the time I released this board.. https://i.imgur.com/7uMgklw.png ================================================ FILE: Atari 4x16/desktop.ini ================================================ [LocalizedFileNames] 16kBottomLabel.stl=@16kBottomLabel.stl,0 ATARI_CARY_REV_2_holder.stl=@ATARI_CARY_REV_2_holder.stl,0 8K16KTop.stl=@8K16KTop.stl,0 ================================================ FILE: Atari Super Salt Diagnostic/roms can be found here.txt ================================================ https://archive.org/download/super-salt-roms/SUPER_SALT_ROMS.zip ================================================ FILE: Component Organization/live_version.txt ================================================ I will try to keep exporting, but I will share my live link with you with the latest values. These are great for storing in a database or for printing labels. https://docs.google.com/spreadsheets/d/1c1tNzaBOpc-Giuv75RJBtnUbS3LsTN9mnHcwL9sqR7Q/edit?usp=sharing ================================================ FILE: ESP32-Cheap-Yellow-Display/split-screen-buttons/split-screen-buttons.ino ================================================ // Adapted from // https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/tree/main/Examples/Basics/2-TouchTest //Splits the screen horizontally and adds an arrow to pointing to the left and right. //touching each half of the screen will fire off a different function. // Make sure to copy the UserSetup.h file into the library as // per the Github Instructions at //https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/blob/main/SETUP.md. //The pins are defined in there. // ---------------------------- // Standard Libraries // ---------------------------- #include // ---------------------------- // Additional Libraries - each one of these will need to be installed. // ---------------------------- #include #include // ---------------------------- // Touch Screen pins // ---------------------------- #define XPT2046_IRQ 36 #define XPT2046_MOSI 32 #define XPT2046_MISO 39 #define XPT2046_CLK 25 #define XPT2046_CS 33 int pressureThreshold = 500; int arrowSize = 20; // the larger the offset, the more the arrows are pushed to the edge of the screen int arrowOffsetX = 300; int arrowOffsetY = 60; // ---------------------------- SPIClass mySpi = SPIClass(HSPI); XPT2046_Touchscreen ts(XPT2046_CS, XPT2046_IRQ); TFT_eSPI tft = TFT_eSPI(); void setup() { Serial.begin(115200); // Staright the SPI for the touch screen and init the TS library mySpi.begin(XPT2046_CLK, XPT2046_MISO, XPT2046_MOSI, XPT2046_CS); ts.begin(mySpi); ts.setRotation(1); // Staright the tft display and set it to black tft.init(); tft.setRotation(1); baseScreenBackground(); int x = tft.width() / 2; int y = 100; int fontSize = 2; tft.drawCentreString("Touch Screen to Start", x, y, fontSize); } void baseScreenBackground() { // Clear the screen and draw the red and green halves tft.fillScreen(TFT_RED); tft.fillRect(0, tft.height() / 2, tft.width(), tft.height() / 2, TFT_BLUE); // right arrow (rotated 180 degrees) on the left side int rightArrowX = arrowOffsetX + arrowSize / 2; int rightArrowY = tft.height() / 2 + arrowOffsetY; int rightArrowTopX = rightArrowX - arrowSize / 2; int rightArrowTopY = rightArrowY - arrowSize / 2; int rightArrowBottomY = rightArrowY + arrowSize / 2; tft.fillTriangle( rightArrowTopX, rightArrowTopY, rightArrowX, rightArrowY, rightArrowTopX, rightArrowBottomY, TFT_WHITE); // Calculate the X-coordinate of the left point of the arrow's base int leftArrowX = tft.width() - arrowOffsetX - arrowSize / 2; // Calculate the Y-coordinate of the center point of the arrow int leftArrowY = tft.height() / 2 - arrowOffsetY; // Calculate the X-coordinate of the top point of the arrow int leftArrowTopX = leftArrowX + arrowSize / 2; // Calculate the Y-coordinate of the top point of the arrow int leftArrowTopY = leftArrowY - arrowSize / 2; // Calculate the Y-coordinate of the bottom point of the arrow int leftArrowBottomY = leftArrowY + arrowSize / 2; // Draw the left arrow using the calculated coordinates tft.fillTriangle( // X-coordinate of the top point of the arrow leftArrowTopX, // Y-coordinate of the top point of the arrow leftArrowTopY, // X-coordinate of the left point of the arrow's base leftArrowX, // Y-coordinate of the center point of the arrow leftArrowY, // X-coordinate of the top point of the arrow (again, to close the triangle) leftArrowTopX, // Y-coordinate of the bottom point of the arrow leftArrowBottomY, // Color of the arrow (in this case, white) TFT_WHITE); } void printTouchLocation(TS_Point p) { Serial.print("Pressure = "); Serial.print(p.z); Serial.print(", x = "); Serial.print(p.x); Serial.print(", y = "); Serial.print(p.y); Serial.println(); // leave a dead zone in the middle of the screen. if (p.y < 2000) { topPressed(); } else if (p.y > 2800) { bottomPressed(); } delay(1000); baseScreenBackground(); } void topPressed(){ tft.fillScreen(TFT_GREEN); tft.setTextColor(TFT_BLACK, TFT_GREEN); tft.drawCentreString("Top half touched", tft.width() / 2, tft.height() / 2, 2); Serial.println("Top half touched"); } void bottomPressed(){ tft.fillScreen(TFT_GREEN); tft.setTextColor(TFT_BLACK, TFT_GREEN); tft.drawCentreString("Bottom half touched", tft.width() / 2, tft.height() / 2, 2); Serial.println("Bottom half touched"); } void loop() { if (ts.tirqTouched() && ts.touched()) { TS_Point p = ts.getPoint(); if (p.z >= pressureThreshold) { printTouchLocation(p); } delay(100); } } ================================================ FILE: Global-Variables-On-Node-Red/part1.json ================================================ [{"id":"c8614d89.c2194","type":"tab","label":"Flow 3","disabled":false,"info":""},{"id":"9f2ba77e.586b38","type":"inject","z":"c8614d89.c2194","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":100,"y":60,"wires":[["f25220c5.15bb4"]]},{"id":"f25220c5.15bb4","type":"function","z":"c8614d89.c2194","name":"","func":"var a = 4;\nmsg.payload = a;\nreturn msg;","outputs":1,"noerr":0,"x":280,"y":60,"wires":[["c04256f0.eeecd8"]]},{"id":"c04256f0.eeecd8","type":"debug","z":"c8614d89.c2194","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":480,"y":60,"wires":[]},{"id":"be16fa72.470658","type":"inject","z":"c8614d89.c2194","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":100,"y":120,"wires":[["f9ca4601.1b7848"]]},{"id":"f9ca4601.1b7848","type":"function","z":"c8614d89.c2194","name":"","func":"var b = 10 + a;\nmsg.payload = b;\nreturn msg;","outputs":1,"noerr":0,"x":280,"y":120,"wires":[["6129504e.8a768"]]},{"id":"6129504e.8a768","type":"debug","z":"c8614d89.c2194","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":480,"y":120,"wires":[]},{"id":"9af77677.3ad128","type":"inject","z":"c8614d89.c2194","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":100,"y":240,"wires":[["1ff677ce.fc91e8"]]},{"id":"1ff677ce.fc91e8","type":"function","z":"c8614d89.c2194","name":"","func":"global.set('a',4);\nreturn msg;","outputs":1,"noerr":0,"x":280,"y":240,"wires":[["a6f7a248.46cb5"]]},{"id":"a6f7a248.46cb5","type":"debug","z":"c8614d89.c2194","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":480,"y":240,"wires":[]},{"id":"b9bb1001.bb773","type":"inject","z":"c8614d89.c2194","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":100,"y":300,"wires":[["1d7143e.357ccbc"]]},{"id":"1d7143e.357ccbc","type":"function","z":"c8614d89.c2194","name":"","func":"var a = global.get('a');\nvar b = 10 + a;\nmsg.payload = b;\nreturn msg;","outputs":1,"noerr":0,"x":280,"y":300,"wires":[["d4f788d9.62aa18"]]},{"id":"d4f788d9.62aa18","type":"debug","z":"c8614d89.c2194","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":480,"y":300,"wires":[]},{"id":"860da857.c80ca8","type":"comment","z":"c8614d89.c2194","name":"This Doesn't Work","info":"","x":730,"y":80,"wires":[]},{"id":"5ba33fb6.437c9","type":"comment","z":"c8614d89.c2194","name":"This Works","info":"","x":700,"y":260,"wires":[]}] ================================================ FILE: Global-Variables-On-Node-Red/part2-with-text-to-speech.json ================================================ [{"id":"3f62355a.ef21aa","type":"inject","z":"7a36420f.45489c","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":120,"y":80,"wires":[["1a2cd85.92bc428"]]},{"id":"1a2cd85.92bc428","type":"function","z":"7a36420f.45489c","name":"Reset Game","func":"global.set('1isPressed',0);\nglobal.set('2isPressed',0);\nglobal.set('3isPressed',0);\nglobal.set('4isPressed',0);\n\nglobal.set('1',0);\nglobal.set('2',0);\nglobal.set('3',0);\nglobal.set('4',0);\n\nglobal.set('gameOver',0);\nglobal.set('numPressed',0);\n\nvar mine = Math.floor(Math.random() * 4 + 1);\nglobal.set(\"\"+mine,1);\nmsg.payload = mine;\nreturn msg;","outputs":1,"noerr":0,"x":370,"y":80,"wires":[["d1f13fde.91bf8"]]},{"id":"d1f13fde.91bf8","type":"debug","z":"7a36420f.45489c","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":610,"y":80,"wires":[]},{"id":"1002db81.9280a4","type":"inject","z":"7a36420f.45489c","name":"","topic":"","payload":"1","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":130,"y":180,"wires":[["b1892651.afb888"]]},{"id":"9b91eeb5.29423","type":"inject","z":"7a36420f.45489c","name":"","topic":"","payload":"3","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":130,"y":260,"wires":[["b1892651.afb888"]]},{"id":"821b9013.8fa6","type":"inject","z":"7a36420f.45489c","name":"","topic":"","payload":"4","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":130,"y":300,"wires":[["b1892651.afb888"]]},{"id":"1b225a06.352e26","type":"inject","z":"7a36420f.45489c","name":"","topic":"","payload":"2","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":130,"y":220,"wires":[["b1892651.afb888"]]},{"id":"b1892651.afb888","type":"function","z":"7a36420f.45489c","name":"","func":"var gameState = global.get('gameOver');\nif(gameState === 1){\n msg.payload = \"The Game is Over! Please Reset!\";\n return msg;\n}\n\n\nvar pressed = msg.payload;\nvar check = global.get(pressed+\"isPressed\"); \n\n\nif(check === 0){ //has not been pressed\n var press = global.get('numPressed');\n global.set('numPressed',press+1);\n \n global.set(pressed+\"isPressed\",1);\n \n var isMine = global.get(\"\"+pressed);\n if (isMine === 1){\n msg.payload = \"Mineeeeeee!\";\n global.set('gameOver',1);\n return msg;\n }else{\n if(press < 1){ //2\n msg.payload = \"You are fine, but you must press another button\";\n }else{\n msg.payload = \"You win!!!!!!!!!!!!!!!!!!\"; \n }\n return msg;\n }\n \n}\n\n","outputs":1,"noerr":0,"x":360,"y":240,"wires":[["d1f13fde.91bf8","ff18913b.60c74"]]},{"id":"ff18913b.60c74","type":"switch","z":"7a36420f.45489c","name":"","property":"payload","propertyType":"msg","rules":[{"t":"cont","v":"Over","vt":"str"},{"t":"cont","v":"another","vt":"str"},{"t":"cont","v":"Mine","vt":"str"},{"t":"cont","v":"win","vt":"str"},{"t":"else"}],"checkall":"false","repair":false,"outputs":5,"x":590,"y":240,"wires":[["3d20721e.27b9ce"],["27fef652.5eb74a"],["be46dff5.31e1f"],["e1adbe78.74739"],[]]},{"id":"3d20721e.27b9ce","type":"say","z":"7a36420f.45489c","name":"The game is over, please hit reset.","voice":"","x":910,"y":200,"wires":[[]]},{"id":"27fef652.5eb74a","type":"say","z":"7a36420f.45489c","name":"You are good, but please press another button","voice":"","x":940,"y":240,"wires":[[]]},{"id":"be46dff5.31e1f","type":"say","z":"7a36420f.45489c","name":"Boom","voice":"","x":810,"y":280,"wires":[[]]},{"id":"e1adbe78.74739","type":"say","z":"7a36420f.45489c","name":"You win!","voice":"","x":820,"y":320,"wires":[[]]}] ================================================ FILE: Global-Variables-On-Node-Red/part2.json ================================================ [{"id":"de21b0f1.09d24","type":"inject","z":"c8614d89.c2194","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":120,"y":80,"wires":[["229d1fe3.7e05"]]},{"id":"229d1fe3.7e05","type":"function","z":"c8614d89.c2194","name":"Reset Game","func":"global.set('1isPressed',0);\nglobal.set('2isPressed',0);\nglobal.set('3isPressed',0);\nglobal.set('4isPressed',0);\n\nglobal.set('1',0);\nglobal.set('2',0);\nglobal.set('3',0);\nglobal.set('4',0);\n\nglobal.set('gameOver',0);\nglobal.set('numPressed',0);\n\nvar mine = Math.floor(Math.random() * 4 + 1);\nglobal.set(\"\"+mine,1);\nmsg.payload = mine;\nreturn msg;","outputs":1,"noerr":0,"x":370,"y":80,"wires":[["cb7ecae2.79d218"]]},{"id":"cb7ecae2.79d218","type":"debug","z":"c8614d89.c2194","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":610,"y":80,"wires":[]},{"id":"58920348.b06ccc","type":"inject","z":"c8614d89.c2194","name":"","topic":"","payload":"1","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":130,"y":180,"wires":[["cfc6a53f.ab7c48"]]},{"id":"b38f7c39.696ea","type":"inject","z":"c8614d89.c2194","name":"","topic":"","payload":"3","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":130,"y":260,"wires":[["cfc6a53f.ab7c48"]]},{"id":"125291f3.8ce3ae","type":"inject","z":"c8614d89.c2194","name":"","topic":"","payload":"4","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":130,"y":300,"wires":[["cfc6a53f.ab7c48"]]},{"id":"eb4035f.c4c8ec8","type":"inject","z":"c8614d89.c2194","name":"","topic":"","payload":"2","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":130,"y":220,"wires":[["cfc6a53f.ab7c48"]]},{"id":"cfc6a53f.ab7c48","type":"function","z":"c8614d89.c2194","name":"","func":"var gameState = global.get('gameOver');\nif(gameState === 1){\n msg.payload = \"The Game is Over! Please Reset!\";\n return msg;\n}\n\n\nvar pressed = msg.payload;\nvar check = global.get(pressed+\"isPressed\");\n\n\nif(check === 0){ //has not been pressed\n var press = global.get('numPressed');\n global.set('numPressed',press+1);\n \n global.set(pressed+\"isPressed\",1);\n \n var isMine = global.get(\"\"+pressed);\n if (isMine === 1){\n msg.payload = \"Mineeeeeee!\";\n global.set('gameOver',1);\n return msg;\n }else{\n if(press < 1){\n msg.payload = \"You are fine, but you must press another button\";\n }else{\n msg.payload = \"You win!!!!!!!!!!!!!!!!!!\"; \n }\n return msg;\n }\n \n}\n\n","outputs":1,"noerr":0,"x":360,"y":240,"wires":[["cb7ecae2.79d218"]]}] ================================================ FILE: IR-RF/master-receiver-ir-rf-video.c ================================================ //------------------------------------------------------------------------------ // Include the IRremote library header // #include #include RCSwitch mySwitch = RCSwitch(); //------------------------------------------------------------------------------ // Tell IRremote which Arduino pin is connected to the IR Receiver (TSOP4838) // int blueLED = 7; int redLED = 8; int greenLED = 9; int recvPin = 6; IRrecv irrecv(recvPin); unsigned long interval1 = 250; //how long should the green led be off to indicate blinking in ms unsigned long finished = 0; // just a place to store when to stop blinking //+============================================================================= // Configure the Arduino // void setup ( ) { Serial.begin(9600); // Status message will be sent to PC at 9600 baud irrecv.enableIRIn(); // Start the receiver // mySwitch.enableReceive(0); // Receiver on interrupt 0 => that is pin #2 on nano,uno,mega mySwitch.enableReceive(1); // Receiver on interrupt 1 => that is pin #3 on nano,uno,mega pinMode(blueLED,OUTPUT); pinMode(redLED,OUTPUT); pinMode(greenLED,OUTPUT); Serial.println("Master Receiver Booted"); digitalWrite(greenLED,LOW); digitalWrite(redLED,HIGH); digitalWrite(blueLED,HIGH); } //+============================================================================= // Display IR code // void ircode (decode_results *results) { // Panasonic has an Address if (results->decode_type == PANASONIC) { Serial.print(results->address, HEX); Serial.print(":"); } // Print Code Serial.print(results->value, HEX); } //+============================================================================= // Display encoding type // void encoding (decode_results *results) { switch (results->decode_type) { default: case UNKNOWN: Serial.print("UNKNOWN"); break ; case NEC: Serial.print("NEC"); break ; case SONY: Serial.print("SONY"); break ; case RC5: Serial.print("RC5"); break ; case RC6: Serial.print("RC6"); break ; case DISH: Serial.print("DISH"); break ; case SHARP: Serial.print("SHARP"); break ; case JVC: Serial.print("JVC"); break ; case SANYO: Serial.print("SANYO"); break ; case MITSUBISHI: Serial.print("MITSUBISHI"); break ; case SAMSUNG: Serial.print("SAMSUNG"); break ; case LG: Serial.print("LG"); break ; case WHYNTER: Serial.print("WHYNTER"); break ; case AIWA_RC_T501: Serial.print("AIWA_RC_T501"); break ; case PANASONIC: Serial.print("PANASONIC"); break ; case DENON: Serial.print("Denon"); break ; } } //+============================================================================= // Dump out the decode_results structure. // void dumpInfo (decode_results *results) { // Check if the buffer overflowed if (results->overflow) { Serial.println("IR code too long. Edit IRremoteInt.h and increase RAWBUF"); return; } // Show Encoding standard Serial.print("Encoding : "); encoding(results); Serial.println(""); // Show Code & length Serial.print("Code : "); ircode(results); Serial.print(" ("); Serial.print(results->bits, DEC); Serial.println(" bits)"); } //+============================================================================= // Dump out the decode_results structure. // void dumpRaw (decode_results *results) { // Print Raw data Serial.print("Timing["); Serial.print(results->rawlen-1, DEC); Serial.println("]: "); for (int i = 1; i < results->rawlen; i++) { unsigned long x = results->rawbuf[i] * USECPERTICK; if (!(i & 1)) { // even Serial.print("-"); if (x < 1000) Serial.print(" ") ; if (x < 100) Serial.print(" ") ; Serial.print(x, DEC); } else { // odd Serial.print(" "); Serial.print("+"); if (x < 1000) Serial.print(" ") ; if (x < 100) Serial.print(" ") ; Serial.print(x, DEC); if (i < results->rawlen-1) Serial.print(", "); //',' not needed for last one } if (!(i % 8)) Serial.println(""); } Serial.println(""); // Newline } //+============================================================================= // Dump out the decode_results structure. // void dumpCode (decode_results *results) { // Start declaration Serial.print("unsigned int "); // variable type Serial.print("rawData["); // array name Serial.print(results->rawlen - 1, DEC); // array size Serial.print("] = {"); // Start declaration // Dump data for (int i = 1; i < results->rawlen; i++) { Serial.print(results->rawbuf[i] * USECPERTICK, DEC); if ( i < results->rawlen-1 ) Serial.print(","); // ',' not needed on last one if (!(i & 1)) Serial.print(" "); } // End declaration Serial.print("};"); // // Comment Serial.print(" // "); encoding(results); Serial.print(" "); ircode(results); // Newline Serial.println(""); // Now dump "known" codes if (results->decode_type != UNKNOWN) { // Some protocols have an address if (results->decode_type == PANASONIC) { Serial.print("unsigned int addr = 0x"); Serial.print(results->address, HEX); Serial.println(";"); } // All protocols have data Serial.print("unsigned int data = 0x"); Serial.print(results->value, HEX); Serial.println(";"); } } //+============================================================================= // The repeating section of the code // void loop ( ) { unsigned long currentMillis = millis(); decode_results results; // Somewhere to store the results if(currentMillis >= finished){ digitalWrite(blueLED, HIGH); digitalWrite(redLED, HIGH); digitalWrite(greenLED, LOW); } if (irrecv.decode(&results)) { // Grab an IR code digitalWrite(redLED, LOW); digitalWrite(greenLED, HIGH); finished = interval1 + currentMillis; Serial.println("Received IR:"); dumpInfo(&results); // Output the results dumpRaw(&results); // Output the results in RAW format dumpCode(&results); // Output the results as source code Serial.println(""); // Blank line between entries irrecv.resume(); // Prepare for the next value } if (mySwitch.available()) { digitalWrite(blueLED, LOW); digitalWrite(greenLED, HIGH); finished = interval1 + currentMillis; Serial.print("Received RF:"); Serial.print( mySwitch.getReceivedValue() ); Serial.print(" / "); Serial.print( mySwitch.getReceivedBitlength() ); Serial.print("bit "); Serial.print("Protocol: "); Serial.println( mySwitch.getReceivedProtocol() ); mySwitch.resetAvailable(); } } ================================================ FILE: IR-RF/master-receiver-ir-rf.c ================================================ //------------------------------------------------------------------------------ // Include the IRremote library header // #include #include RCSwitch mySwitch = RCSwitch(); //------------------------------------------------------------------------------ // Tell IRremote which Arduino pin is connected to the IR Receiver (TSOP4838) // int recvPin = 10; IRrecv irrecv(recvPin); //+============================================================================= // Configure the Arduino // void setup ( ) { Serial.begin(9600); // Status message will be sent to PC at 9600 baud irrecv.enableIRIn(); // Start the receiver mySwitch.enableReceive(0); // Receiver on interrupt 0 => that is pin #2 Serial.println("Booted"); } //+============================================================================= // Display IR code // void ircode (decode_results *results) { // Panasonic has an Address if (results->decode_type == PANASONIC) { Serial.print(results->address, HEX); Serial.print(":"); } // Print Code Serial.print(results->value, HEX); } //+============================================================================= // Display encoding type // void encoding (decode_results *results) { switch (results->decode_type) { default: case UNKNOWN: Serial.print("UNKNOWN"); break ; case NEC: Serial.print("NEC"); break ; case SONY: Serial.print("SONY"); break ; case RC5: Serial.print("RC5"); break ; case RC6: Serial.print("RC6"); break ; case DISH: Serial.print("DISH"); break ; case SHARP: Serial.print("SHARP"); break ; case JVC: Serial.print("JVC"); break ; case SANYO: Serial.print("SANYO"); break ; case MITSUBISHI: Serial.print("MITSUBISHI"); break ; case SAMSUNG: Serial.print("SAMSUNG"); break ; case LG: Serial.print("LG"); break ; case WHYNTER: Serial.print("WHYNTER"); break ; case AIWA_RC_T501: Serial.print("AIWA_RC_T501"); break ; case PANASONIC: Serial.print("PANASONIC"); break ; case DENON: Serial.print("Denon"); break ; } } //+============================================================================= // Dump out the decode_results structure. // void dumpInfo (decode_results *results) { // Check if the buffer overflowed if (results->overflow) { Serial.println("IR code too long. Edit IRremoteInt.h and increase RAWBUF"); return; } // Show Encoding standard Serial.print("Encoding : "); encoding(results); Serial.println(""); // Show Code & length Serial.print("Code : "); ircode(results); Serial.print(" ("); Serial.print(results->bits, DEC); Serial.println(" bits)"); } //+============================================================================= // Dump out the decode_results structure. // void dumpRaw (decode_results *results) { // Print Raw data Serial.print("Timing["); Serial.print(results->rawlen-1, DEC); Serial.println("]: "); for (int i = 1; i < results->rawlen; i++) { unsigned long x = results->rawbuf[i] * USECPERTICK; if (!(i & 1)) { // even Serial.print("-"); if (x < 1000) Serial.print(" ") ; if (x < 100) Serial.print(" ") ; Serial.print(x, DEC); } else { // odd Serial.print(" "); Serial.print("+"); if (x < 1000) Serial.print(" ") ; if (x < 100) Serial.print(" ") ; Serial.print(x, DEC); if (i < results->rawlen-1) Serial.print(", "); //',' not needed for last one } if (!(i % 8)) Serial.println(""); } Serial.println(""); // Newline } //+============================================================================= // Dump out the decode_results structure. // void dumpCode (decode_results *results) { // Start declaration Serial.print("unsigned int "); // variable type Serial.print("rawData["); // array name Serial.print(results->rawlen - 1, DEC); // array size Serial.print("] = {"); // Start declaration // Dump data for (int i = 1; i < results->rawlen; i++) { Serial.print(results->rawbuf[i] * USECPERTICK, DEC); if ( i < results->rawlen-1 ) Serial.print(","); // ',' not needed on last one if (!(i & 1)) Serial.print(" "); } // End declaration Serial.print("};"); // // Comment Serial.print(" // "); encoding(results); Serial.print(" "); ircode(results); // Newline Serial.println(""); // Now dump "known" codes if (results->decode_type != UNKNOWN) { // Some protocols have an address if (results->decode_type == PANASONIC) { Serial.print("unsigned int addr = 0x"); Serial.print(results->address, HEX); Serial.println(";"); } // All protocols have data Serial.print("unsigned int data = 0x"); Serial.print(results->value, HEX); Serial.println(";"); } } //+============================================================================= // The repeating section of the code // void loop ( ) { decode_results results; // Somewhere to store the results if (irrecv.decode(&results)) { // Grab an IR code Serial.println("Received IR:"); dumpInfo(&results); // Output the results dumpRaw(&results); // Output the results in RAW format dumpCode(&results); // Output the results as source code Serial.println(""); // Blank line between entries irrecv.resume(); // Prepare for the next value } if (mySwitch.available()) { Serial.print("Received RF:"); Serial.print( mySwitch.getReceivedValue() ); Serial.print(" / "); Serial.print( mySwitch.getReceivedBitlength() ); Serial.print("bit "); Serial.print("Protocol: "); Serial.println( mySwitch.getReceivedProtocol() ); mySwitch.resetAvailable(); } } ================================================ FILE: IR-RF/soundbar-fixer.ino ================================================ //youtube.com/AnotherMaker //You may want to consider using my universal receiver to get the codes for your remote. //https://github.com/mudmin/AnotherMaker/blob/master/IR-RF/master-receiver-ir-rf-video.c //video - https://www.youtube.com/watch?v=McYDX7_Tqy0 //You need an IR sending LED with the long leg (anode) to pin 3 of an Uno/Nano or Pin 9 of a Mega //Connect a 200 to 330 ohm resistor to the short leg of the LED and send the other side of the resistor to ground int khz = 38; // 38kHz carrier frequency for the NEC protocol //Volume Up 1 unsigned int irUp[] = {4550,4400, 650,500, 600,500, 600,1600, 650,1600, 600,500, 600,1650, 600,500, 600,500, 650,500, 600,500, 600,1600, 650,1600, 600,500, 600,1650, 600,500, 600,500, 600,1650, 600,1600, 600,1600, 650,450, 650,1600, 650,450, 650,450, 650,500, 650,450, 650,450, 650,500, 600,1600, 650,450, 650,1600, 650,1550, 650,1600, 650}; //Volume Down 1 unsigned int irDn[] = {4550,4400, 650,500, 600,500, 600,1600, 650,1600, 600,500, 600,1650, 600,500, 600,500, 600,550, 600,500, 600,1600, 600,1650, 600,500, 600,1650, 600,500, 600,500, 600,500, 650,1600, 600,1600, 650,500, 550,1650, 600,500, 650,500, 600,500, 600,1600, 600,550, 550,550, 600,1600, 650,500, 550,1650, 600,1650, 600,1600, 600}; // SAMSUNG 34346897}; #include IRsend irsend; void setup() { Serial.begin(9600); Serial.println("Booted"); } void loop() { Serial.println("Send it"); irsend.sendRaw(irUp, sizeof(irUp) / sizeof(irUp[0]), khz); delay(500); irsend.sendRaw(irDn, sizeof(irDn) / sizeof(irDn[0]), khz); delay(200000); } ================================================ FILE: Kicad 8/Kicad 8/Kicad 8.kicad_pcb ================================================ (kicad_pcb (version 20240108) (generator "pcbnew") (generator_version "8.0") (general (thickness 1.6) (legacy_teardrops no) ) (paper "A4") (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) (50 "User.1" user) (51 "User.2" user) (52 "User.3" user) (53 "User.4" user) (54 "User.5" user) (55 "User.6" user) (56 "User.7" user) (57 "User.8" user) (58 "User.9" user) ) (setup (stackup (layer "F.SilkS" (type "Top Silk Screen") ) (layer "F.Paste" (type "Top Solder Paste") ) (layer "F.Mask" (type "Top Solder Mask") (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") (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) (pcbplotparams (layerselection 0x00010fc_ffffffff) (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 4) (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 0) (scaleselection 1) (outputdirectory "kicad 8 video gerbers/") ) ) (net 0 "") (net 1 "GND") (net 2 "Net-(D1-A)") (net 3 "Net-(J1-Pin_3)") (net 4 "Net-(J1-Pin_4)") (net 5 "Net-(J1-Pin_1)") (net 6 "Net-(J1-Pin_5)") (net 7 "Net-(J1-Pin_2)") (net 8 "Net-(J1-Pin_6)") (net 9 "Net-(J1-Pin_8)") (net 10 "Net-(J2-Pin_1)") (net 11 "Net-(J2-Pin_3)") (net 12 "Net-(J2-Pin_2)") (net 13 "Net-(J2-Pin_5)") (net 14 "Net-(J2-Pin_7)") (net 15 "Net-(J2-Pin_6)") (net 16 "Net-(J2-Pin_8)") (net 17 "Net-(J2-Pin_4)") (footprint "Button_Switch_THT:SW_PUSH_6mm_H5mm" (layer "F.Cu") (uuid "0a9303d2-a128-420a-b759-315bd1a7a9b7") (at 83 85.5 90) (descr "tactile push button, 6x6mm e.g. PHAP33xx series, height=5mm") (tags "tact sw push 6mm") (property "Reference" "SW1" (at 3.25 -2 90) (layer "F.SilkS") (hide yes) (uuid "42ad02b5-f80d-4fac-91aa-0595046882e4") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Value" "SW_Push" (at 3.75 6.7 90) (layer "F.Fab") (uuid "4adfe832-69a7-490c-9322-d7dd290b1f3c") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Footprint" "Button_Switch_THT:SW_PUSH_6mm_H5mm" (at 0 0 90) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "8796fbae-525a-4df0-80fc-bb5a8f683a44") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Datasheet" "" (at 0 0 90) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "83ccc5ab-7ee0-4aba-8e1e-d447254d3a60") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Description" "Push button switch, generic, two pins" (at 0 0 90) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "96019a4e-013b-4a9d-9199-3e962fe0de5f") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (path "/271caf55-eac8-40c7-ba3d-ea7b2407be7a") (sheetname "Root") (sheetfile "Kicad 8.kicad_sch") (attr through_hole) (fp_line (start 5.5 -1) (end 1 -1) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "73743328-d25d-49aa-af91-4f889b1315cc") ) (fp_line (start -0.25 1.5) (end -0.25 3) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "4dd9e3f7-bb14-4b3e-9787-09e432869ef4") ) (fp_line (start 6.75 3) (end 6.75 1.5) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "c8ca664c-9002-49b5-a95e-a7820daa9fe0") ) (fp_line (start 1 5.5) (end 5.5 5.5) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "4a051c76-eba8-4426-9e15-106d98f2cf56") ) (fp_line (start 8 -1.5) (end 8 -1.25) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "f5b5975f-d8ac-4f9b-bc1e-9b394faa0d74") ) (fp_line (start 7.75 -1.5) (end 8 -1.5) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "d6c737d1-0244-4542-830e-9339718057e3") ) (fp_line (start -1.25 -1.5) (end 7.75 -1.5) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "49ad368b-abe8-4af6-ab72-13fe1c89f27d") ) (fp_line (start -1.5 -1.5) (end -1.25 -1.5) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "312bff1e-3af9-4bd3-bcc7-4c35dd1776ac") ) (fp_line (start 8 -1.25) (end 8 5.75) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "cc250891-f03e-47ab-887e-63252acc9425") ) (fp_line (start -1.5 -1.25) (end -1.5 -1.5) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "f26995ba-be82-4d05-ad15-69467c16db69") ) (fp_line (start -1.5 5.75) (end -1.5 -1.25) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "b7047c87-78d7-4fda-b06a-a1fb5b1a27c4") ) (fp_line (start -1.5 5.75) (end -1.5 6) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "e18c09f5-b6aa-48bc-be96-ecbd4d07e19c") ) (fp_line (start 8 6) (end 8 5.75) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "d4a10414-5575-427a-ba42-3c3adf032fae") ) (fp_line (start 7.75 6) (end 8 6) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "d1e677fb-cb39-417c-85c0-b6852ce92ee0") ) (fp_line (start 7.75 6) (end -1.25 6) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "e1d47fe2-c39d-48e1-8ed6-b65c300077e8") ) (fp_line (start -1.5 6) (end -1.25 6) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "2992213b-39c1-4d24-af29-0097e998caac") ) (fp_line (start 6.25 -0.75) (end 6.25 5.25) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "4d60554e-fdb2-4546-aa03-8aea49387e45") ) (fp_line (start 3.25 -0.75) (end 6.25 -0.75) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "e4ca6879-3735-4cc0-9d8c-f4080dd2ec50") ) (fp_line (start 0.25 -0.75) (end 3.25 -0.75) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "76e4834c-7b9d-4fa8-be87-c98a44bf0c26") ) (fp_line (start 6.25 5.25) (end 0.25 5.25) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "797b52e2-5757-4ccf-81b2-43d18639a5ab") ) (fp_line (start 0.25 5.25) (end 0.25 -0.75) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "93a9ac03-cf71-412d-9991-2ede839806ce") ) (fp_circle (center 3.25 2.25) (end 1.25 2.5) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "03474c3c-c5fa-4bc0-920a-44139330d22b") ) (fp_text user "${REFERENCE}" (at 3.25 2.25 90) (layer "F.Fab") (uuid "f0171358-ada2-4348-ac25-132be67425dd") (effects (font (size 1 1) (thickness 0.15) ) ) ) (pad "1" thru_hole circle (at 0 0 180) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 1 "GND") (pinfunction "1") (pintype "passive") (uuid "8436482f-a743-49bf-adcd-699454e7971e") ) (pad "1" thru_hole circle (at 6.5 0 180) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 1 "GND") (pinfunction "1") (pintype "passive") (uuid "72f1db5d-79ae-42f0-8abe-f3f7c4016c48") ) (pad "2" thru_hole circle (at 0 4.5 180) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 10 "Net-(J2-Pin_1)") (pinfunction "2") (pintype "passive") (uuid "647186db-c454-4e10-8db5-ce8f685ca8b6") ) (pad "2" thru_hole circle (at 6.5 4.5 180) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 10 "Net-(J2-Pin_1)") (pinfunction "2") (pintype "passive") (uuid "2f0a9d9c-d0c3-4895-bda2-16f9f65c1753") ) (model "${KICAD8_3DMODEL_DIR}/Button_Switch_THT.3dshapes/SW_PUSH_6mm_H5mm.wrl" (offset (xyz 0 0 0) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 0 0) ) ) ) (footprint "Module:WEMOS_D1_mini_light" (layer "F.Cu") (uuid "15a5e2db-995a-4210-bc10-6f3241f60604") (at 131.5 54) (descr "16-pin module, column spacing 22.86 mm (900 mils), https://wiki.wemos.cc/products:d1:d1_mini, https://c1.staticflickr.com/1/734/31400410271_f278b087db_z.jpg") (tags "ESP8266 WiFi microcontroller") (property "Reference" "U4" (at 22 27 0) (layer "F.SilkS") (uuid "8cc203ab-2971-4457-a970-bdb021a35fa5") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Value" "WeMos_D1_mini" (at 11.7 0 0) (layer "F.Fab") (uuid "e4407053-72fc-4efd-b915-f32c4fd8e40a") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Footprint" "Module:WEMOS_D1_mini_light" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "bef1910a-3775-4b9c-9f7f-ce52e51d99a3") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Datasheet" "https://wiki.wemos.cc/products:d1:d1_mini#documentation" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "4ec02a03-10ff-4fbf-81bc-cd1968a0997b") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Description" "32-bit microcontroller module with WiFi" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "48c4598d-89dd-4a77-af15-9ad37b8089f8") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property ki_fp_filters "WEMOS*D1*mini*") (path "/821c07b0-77b0-4aef-9b64-c420c580f057") (sheetname "Root") (sheetfile "Kicad 8.kicad_sch") (attr through_hole) (fp_line (start -1.5 19.22) (end -1.5 -6.21) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "72e3d252-152f-4b68-8e15-cea9eb9eb47e") ) (fp_line (start -1.5 19.22) (end 1.04 19.22) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "620550dd-290c-4d51-9229-cab42a5132ac") ) (fp_line (start 1.04 19.22) (end 1.04 26.12) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "61210183-7d89-4e9f-91af-9cc26ea33d18") ) (fp_line (start 1.04 26.12) (end 24.36 26.12) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "f6405a79-fcf9-44e0-82ec-15f02fd1b939") ) (fp_line (start 22.24 -8.34) (end 0.63 -8.34) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "ac0fdd4f-f7f0-4241-a9ee-460cb74344f3") ) (fp_line (start 24.36 26.12) (end 24.36 -6.21) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "085789a1-5c88-4c4a-91e6-32239133f543") ) (fp_arc (start -1.5 -6.21) (mid -0.876137 -7.716137) (end 0.63 -8.34) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "f773a409-7134-4c10-96b6-860a8fbffca6") ) (fp_arc (start 22.23 -8.34) (mid 23.736137 -7.716137) (end 24.36 -6.21) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "30f2db37-e6a4-4de7-aa37-a0f4b52d2fda") ) (fp_poly (pts (xy -2.54 -0.635) (xy -2.54 0.635) (xy -1.905 0) ) (stroke (width 0.15) (type solid) ) (fill solid) (layer "F.SilkS") (uuid "b387ac21-b7bf-4b7c-a128-c2247c9450ec") ) (fp_line (start -1.35 -8.2) (end -1.35 -1.4) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "102e9c30-0117-4053-980e-d148d0c2bc62") ) (fp_line (start -1.35 -7.4) (end -0.55 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "6091d15e-1cfb-4b8d-a4a4-d493ab27f4c0") ) (fp_line (start -1.35 -3.4) (end 3.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "ca74e68d-ef1b-42f0-99be-ee5bfb9a18e7") ) (fp_line (start -1.35 -1.4) (end 5.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "bb3d5184-586e-4f82-a297-3fde3d3a4a99") ) (fp_line (start -1.35 -1.4) (end 24.25 -1.4) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "1db5a10e-eab1-400a-b6a1-bb267faecdc4") ) (fp_line (start -1.3 -5.45) (end 1.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "73afd41b-3ef2-4450-9811-44dc27bd9285") ) (fp_line (start 0.65 -1.4) (end 7.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "31fbfd00-9eb8-4110-b6d7-7015592450bd") ) (fp_line (start 2.65 -1.4) (end 9.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "b52d91bd-baa3-46a5-8b72-36427c745624") ) (fp_line (start 4.65 -1.4) (end 11.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "1284fa63-1164-4ed7-9720-7a27ee8a4a76") ) (fp_line (start 6.65 -1.4) (end 13.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "ef51328c-a236-4e7e-9549-9c362e3a35e2") ) (fp_line (start 8.65 -1.4) (end 15.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "edc3c113-9e55-4c24-a223-89f1647c2a5b") ) (fp_line (start 10.65 -1.4) (end 17.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "66e3beab-60fe-4ce0-8a4b-2344bda4b933") ) (fp_line (start 12.65 -1.4) (end 19.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "b1e3690e-cf25-487c-8f3a-ffcd72bf49ae") ) (fp_line (start 14.65 -1.4) (end 21.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "bbb19298-ea56-4c1a-b590-37add62e7bf3") ) (fp_line (start 16.65 -1.4) (end 23.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "76c5b596-4bf1-4ca9-b1e2-fbef8f92cbad") ) (fp_line (start 18.65 -1.4) (end 24.25 -7) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "668847d9-f8c4-411e-ace2-a6d7160c6e68") ) (fp_line (start 20.65 -1.4) (end 24.25 -5) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "47cf26db-1383-4f55-98a2-95e9e97fce12") ) (fp_line (start 22.65 -1.4) (end 24.25 -3) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "8a10ac51-c343-4c7d-8af1-b795fc470598") ) (fp_line (start 24.25 -8.2) (end -1.35 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "b646ce55-776e-4e52-a288-8b50143c1aa1") ) (fp_line (start 24.25 -1.4) (end 24.25 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "bffd0a1c-b516-4771-b2d2-db806e41b93b") ) (fp_line (start -1.62 -8.46) (end 24.48 -8.46) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "7fe38370-20c2-44bf-b34d-3af065220ec6") ) (fp_line (start -1.62 26.24) (end -1.62 -8.46) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "cc89264b-7ec5-4333-8168-6a6a90af45ff") ) (fp_line (start 24.48 -8.46) (end 24.48 26.24) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "64c93c86-cab2-4e6f-a635-52e219b11c82") ) (fp_line (start 24.48 26.24) (end -1.62 26.24) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "a85608a0-89a7-4dbc-91ca-d60a2f0df66f") ) (fp_line (start -1.37 -6.21) (end -1.37 -1) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "fbae055a-bce4-4aac-b89b-4b596ab626ab") ) (fp_line (start -1.37 1) (end -1.37 19.09) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "365e4f43-ae27-4013-9342-6b07999d27eb") ) (fp_line (start -1.37 1) (end -0.37 0) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "21abf4f4-9389-4fcc-b6b3-858084a73c0d") ) (fp_line (start -1.37 19.09) (end 1.17 19.09) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "0bebe0b7-5284-46e4-bf50-dd8d33cabc40") ) (fp_line (start -0.37 0) (end -1.37 -1) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "66f4029b-a3a8-4fd6-a420-673c0b90ef0f") ) (fp_line (start 1.17 19.09) (end 1.17 25.99) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "3899d9cb-4e06-4c26-a823-006788121273") ) (fp_line (start 1.17 25.99) (end 24.23 25.99) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "043f4d47-7f5a-47bd-a0ad-87a90d91eb2b") ) (fp_line (start 22.23 -8.21) (end 0.63 -8.21) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "cf8737cc-1881-4a9e-8bb7-8e0bd57226b4") ) (fp_line (start 24.23 25.99) (end 24.23 -6.21) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "024e9996-1200-49b5-8d65-2e03a17b3cbe") ) (fp_arc (start -1.37 -6.21) (mid -0.784214 -7.624214) (end 0.63 -8.21) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "d6611864-7894-4d9e-b253-8f2ead9cc48d") ) (fp_arc (start 22.25 -8.21) (mid 23.658356 -7.610071) (end 24.23 -6.19) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "3b48d749-0ca6-43ac-b2a5-1419f54747e5") ) (fp_text user "No copper" (at 11.43 -3.81 0) (layer "Cmts.User") (uuid "2462c333-ec2f-475a-9a9a-0823b24e4c61") (effects (font (size 1 1) (thickness 0.15) ) ) ) (fp_text user "KEEP OUT" (at 11.43 -6.35 0) (layer "Cmts.User") (uuid "98743922-0d4b-4ba2-b878-94c32dfeeff2") (effects (font (size 1 1) (thickness 0.15) ) ) ) (fp_text user "${REFERENCE}" (at 11.43 10 0) (layer "F.Fab") (uuid "816fa616-400a-433b-ae16-5aab94b09755") (effects (font (size 1 1) (thickness 0.15) ) ) ) (pad "1" thru_hole rect (at 0 0) (size 2 2) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 10 "Net-(J2-Pin_1)") (pinfunction "~{RST}") (pintype "input") (uuid "7b645f68-6f15-43ca-bd60-aa49002b84c0") ) (pad "2" thru_hole oval (at 0 2.54) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 12 "Net-(J2-Pin_2)") (pinfunction "A0") (pintype "input") (uuid "05fe543b-ac69-429a-9a0a-19adb95b6a40") ) (pad "3" thru_hole oval (at 0 5.08) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 11 "Net-(J2-Pin_3)") (pinfunction "D0") (pintype "bidirectional") (uuid "3b1435e8-5db2-4b3f-9899-d662d917a35e") ) (pad "4" thru_hole oval (at 0 7.62) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 17 "Net-(J2-Pin_4)") (pinfunction "SCK/D5") (pintype "bidirectional") (uuid "87e1d286-274c-4ded-80b4-2148c96b4712") ) (pad "5" thru_hole oval (at 0 10.16) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 13 "Net-(J2-Pin_5)") (pinfunction "MISO/D6") (pintype "bidirectional") (uuid "0cb11f74-3bbe-4a2b-bf82-32498b30d34c") ) (pad "6" thru_hole oval (at 0 12.7) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 15 "Net-(J2-Pin_6)") (pinfunction "MOSI/D7") (pintype "bidirectional") (uuid "0c2388e2-aee0-4de8-94e5-447144887da1") ) (pad "7" thru_hole oval (at 0 15.24) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 14 "Net-(J2-Pin_7)") (pinfunction "CS/D8") (pintype "bidirectional") (uuid "6ae805a7-9172-4c85-ae4e-88d17e4d1dca") ) (pad "8" thru_hole oval (at 0 17.78) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 16 "Net-(J2-Pin_8)") (pinfunction "3V3") (pintype "power_out") (uuid "16fc3fec-03bc-4e5b-a6cb-adbac9e2391a") ) (pad "9" thru_hole oval (at 22.86 17.78) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 9 "Net-(J1-Pin_8)") (pinfunction "5V") (pintype "power_in") (uuid "4d2a42e0-5000-4934-a937-90e83f4978f4") ) (pad "10" thru_hole oval (at 22.86 15.24) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 1 "GND") (pinfunction "GND") (pintype "power_in") (uuid "0d7622cd-7329-4c2c-881c-c53f2410fbff") ) (pad "11" thru_hole oval (at 22.86 12.7) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 8 "Net-(J1-Pin_6)") (pinfunction "D4") (pintype "bidirectional") (uuid "2dec5448-e3d4-4235-88cd-1a993adbe7ab") ) (pad "12" thru_hole oval (at 22.86 10.16) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 6 "Net-(J1-Pin_5)") (pinfunction "D3") (pintype "bidirectional") (uuid "166193e4-579f-4f6d-a47e-f94352a5864c") ) (pad "13" thru_hole oval (at 22.86 7.62) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 4 "Net-(J1-Pin_4)") (pinfunction "SDA/D2") (pintype "bidirectional") (uuid "8b7ef2c6-7b7b-4ae7-a36e-c246ef1c2ae9") ) (pad "14" thru_hole oval (at 22.86 5.08) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 3 "Net-(J1-Pin_3)") (pinfunction "SCL/D1") (pintype "bidirectional") (uuid "c56b2894-6215-4737-95c1-c05b24ae4196") ) (pad "15" thru_hole oval (at 22.86 2.54) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 7 "Net-(J1-Pin_2)") (pinfunction "RX") (pintype "input") (uuid "60866d99-0dad-47bc-9f96-dc249f0b6b76") ) (pad "16" thru_hole oval (at 22.86 0) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 5 "Net-(J1-Pin_1)") (pinfunction "TX") (pintype "output") (uuid "e81e8050-75c7-45c6-aec0-d1e23e989346") ) (model "${KICAD8_3DMODEL_DIR}/Module.3dshapes/wemos_d1_mini_light.wrl" (offset (xyz 0 0 0) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 0 0) ) ) (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x08_P2.54mm_Vertical.wrl" (offset (xyz 0 0 9.5) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 -180 0) ) ) (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x08_P2.54mm_Vertical.wrl" (offset (xyz 22.86 0 9.5) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 -180 0) ) ) (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) ) ) (model "${KICAD8_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x08_P2.54mm_Vertical.wrl" (offset (xyz 22.86 0 0) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 0 0) ) ) ) (footprint "Connector_PinHeader_2.54mm:PinHeader_1x08_P2.54mm_Vertical" (layer "F.Cu") (uuid "19f06d5c-34ed-4860-8e21-d23608bad5f5") (at 88 94.515) (descr "Through hole straight pin header, 1x08, 2.54mm pitch, single row") (tags "Through hole pin header THT 1x08 2.54mm single row") (property "Reference" "J2" (at 0 -2.33 0) (layer "F.SilkS") (uuid "8c639d69-4d4a-48b8-8582-cc619d8f9193") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Value" "Conn_01x08_Pin - L" (at 0 20.11 0) (layer "F.Fab") (uuid "07691077-3c5d-4291-8d22-7ec9b84c541e") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x08_P2.54mm_Vertical" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "799e7bac-c35c-4616-9ca2-eabf696ffe20") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Datasheet" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "2b90a94e-a7c1-4fed-9952-cfd9dcca4456") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Description" "Generic connector, single row, 01x08, script generated" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "b2fca465-7182-4ae8-b1e8-0ae0c9ff008c") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property ki_fp_filters "Connector*:*_1x??_*") (path "/a8388ad7-e052-43ad-81fa-ef133b176f18") (sheetname "Root") (sheetfile "Kicad 8.kicad_sch") (attr through_hole) (fp_line (start -1.33 -1.33) (end 0 -1.33) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "9c22b570-8a46-4aba-a4b9-78726a4f8a30") ) (fp_line (start -1.33 0) (end -1.33 -1.33) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "510a0167-ccdc-4b80-ae88-0d4a3e54a374") ) (fp_line (start -1.33 1.27) (end -1.33 19.11) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "ed36cc41-e792-4728-9d1e-91b6569e48f3") ) (fp_line (start -1.33 1.27) (end 1.33 1.27) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "569cbcb1-7d48-4ff6-85a4-fd33427e981a") ) (fp_line (start -1.33 19.11) (end 1.33 19.11) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "5f84260a-8396-4a1e-a5c7-ca3076fce1c1") ) (fp_line (start 1.33 1.27) (end 1.33 19.11) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "29e35cf4-d495-4658-a026-0c9264e11e92") ) (fp_line (start -1.8 -1.8) (end -1.8 19.55) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "282cfa39-56e3-405a-9d37-97dcc63ce954") ) (fp_line (start -1.8 19.55) (end 1.8 19.55) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "6c4ef4c9-d398-4340-be25-27d0c6008e1d") ) (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "f456e9dd-4385-471a-a6af-07ba82ff6918") ) (fp_line (start 1.8 19.55) (end 1.8 -1.8) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "babbd6c6-06b6-49dc-8f6e-9e154c126cda") ) (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "573155e9-7fa0-4bae-9ecc-e1801221c097") ) (fp_line (start -1.27 19.05) (end -1.27 -0.635) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "99dad6e4-bd9f-4178-b3e0-52eb7f3096c9") ) (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "bd12d20a-d126-46c8-b97a-f1b69cadb7ab") ) (fp_line (start 1.27 -1.27) (end 1.27 19.05) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "bdf2787e-4eb0-4fed-b754-bc1179986374") ) (fp_line (start 1.27 19.05) (end -1.27 19.05) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "52fe8b13-82b7-4991-b698-6e20eaf10e8c") ) (fp_text user "${REFERENCE}" (at 0 8.89 90) (layer "F.Fab") (uuid "fc72a3e6-134d-48f5-9b2e-ef4aade6a366") (effects (font (size 1 1) (thickness 0.15) ) ) ) (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 10 "Net-(J2-Pin_1)") (pinfunction "Pin_1") (pintype "passive") (uuid "664ef6bd-f693-4814-a286-c2e31b829c7c") ) (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 12 "Net-(J2-Pin_2)") (pinfunction "Pin_2") (pintype "passive") (uuid "dfd56fa6-347c-482b-9fad-40cf904df487") ) (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 11 "Net-(J2-Pin_3)") (pinfunction "Pin_3") (pintype "passive") (uuid "f07782df-f99b-4863-8c5d-4e18e56de0aa") ) (pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 17 "Net-(J2-Pin_4)") (pinfunction "Pin_4") (pintype "passive") (uuid "68ff1354-f53b-4234-a5a0-af7ba4d60434") ) (pad "5" thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 13 "Net-(J2-Pin_5)") (pinfunction "Pin_5") (pintype "passive") (uuid "4791fd3a-d76e-4892-9e6b-b98cc1b72dda") ) (pad "6" thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 15 "Net-(J2-Pin_6)") (pinfunction "Pin_6") (pintype "passive") (uuid "c61c8839-9d9f-4ae8-816e-d70e2a8cbad1") ) (pad "7" thru_hole oval (at 0 15.24) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 14 "Net-(J2-Pin_7)") (pinfunction "Pin_7") (pintype "passive") (uuid "5b4cb2c8-604c-4903-8f06-f38180b2d658") ) (pad "8" thru_hole oval (at 0 17.78) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 16 "Net-(J2-Pin_8)") (pinfunction "Pin_8") (pintype "passive") (uuid "e083492a-0dda-42bf-805a-5a1fc5666739") ) (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x08_P2.54mm_Vertical.wrl" (offset (xyz 0 0 0) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 0 0) ) ) ) (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" (layer "F.Cu") (uuid "542cbb73-7d9d-46cd-a967-ce7dd0d37b62") (at 158 35.19 -90) (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=7.62mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 7.62mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") (property "Reference" "R1" (at 3.81 0 90) (layer "F.SilkS") (uuid "41531ba0-66cd-44b6-af8f-80937483a0a6") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Value" "R" (at 3.81 2.37 90) (layer "F.Fab") (uuid "0a6e1d13-2b1c-4387-8c72-ec31ccc9a001") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" (at 0 0 -90) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "237f11df-cb10-414e-8a78-b54fb6e7b9fc") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Datasheet" "" (at 0 0 -90) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "50b5de61-8a96-4452-9820-b68b99b0e45c") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Description" "Resistor" (at 0 0 -90) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "3d9c2113-aaef-4315-b2b5-f264028d2179") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property ki_fp_filters "R_*") (path "/40c55569-8314-425f-9a8c-a3b604acff22") (sheetname "Root") (sheetfile "Kicad 8.kicad_sch") (attr through_hole) (fp_line (start 0.54 1.37) (end 7.08 1.37) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "59a949fe-f605-4269-9e19-55b08e816658") ) (fp_line (start 7.08 1.37) (end 7.08 1.04) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "1b1f9f93-9538-4126-8b68-ac652829a53f") ) (fp_line (start 0.54 1.04) (end 0.54 1.37) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "23d478cd-7641-44fa-9089-024c041e3c80") ) (fp_line (start 0.54 -1.04) (end 0.54 -1.37) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "7523f4c7-6e4d-4213-b1d4-133d687ed360") ) (fp_line (start 0.54 -1.37) (end 7.08 -1.37) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "6f4c809e-0b78-4bfc-a94c-b311035316b6") ) (fp_line (start 7.08 -1.37) (end 7.08 -1.04) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "d2ffb98f-c2ff-4474-8262-bb4f017f99af") ) (fp_line (start -1.05 1.5) (end 8.67 1.5) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "e84edc36-0327-4124-a716-3d29d84043aa") ) (fp_line (start 8.67 1.5) (end 8.67 -1.5) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "b5066578-2d0f-4b14-ad9c-e0d2cc2a6362") ) (fp_line (start -1.05 -1.5) (end -1.05 1.5) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "d021c58a-7255-40f9-b9c4-b772753a8c6e") ) (fp_line (start 8.67 -1.5) (end -1.05 -1.5) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "fd49c9bf-c40d-40a5-9e1b-9b954d94f0d9") ) (fp_line (start 0.66 1.25) (end 6.96 1.25) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "8f19c609-f2ed-4a42-ad5e-1dce257e0dcf") ) (fp_line (start 6.96 1.25) (end 6.96 -1.25) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "5ee48225-7f57-4e84-81a5-a5a1b1111cb0") ) (fp_line (start 0 0) (end 0.66 0) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "c2d4d8d5-b117-4f8a-a40a-189e17f6e5b5") ) (fp_line (start 7.62 0) (end 6.96 0) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "f55e3b09-4eb7-4536-a80a-e8342cf6039d") ) (fp_line (start 0.66 -1.25) (end 0.66 1.25) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "387b7772-b4a9-47f5-8048-239d35660457") ) (fp_line (start 6.96 -1.25) (end 0.66 -1.25) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "b197963c-982f-49ce-b8f7-1f5e1730c434") ) (fp_text user "${REFERENCE}" (at 3.81 0 90) (layer "F.Fab") (uuid "83fabcff-72e4-46c5-b60c-54ec91cf348f") (effects (font (size 1 1) (thickness 0.15) ) ) ) (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 2 "Net-(D1-A)") (pintype "passive") (uuid "5aaa12de-ed16-475a-b512-c696a39c0dfe") ) (pad "2" thru_hole oval (at 7.62 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 9 "Net-(J1-Pin_8)") (pintype "passive") (uuid "5bfc9de6-b446-4391-8fa3-f84a707b446d") ) (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal.wrl" (offset (xyz 0 0 0) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 0 0) ) ) ) (footprint "Connector_PinHeader_2.54mm:PinHeader_1x08_P2.54mm_Vertical" (layer "F.Cu") (uuid "628c96cf-e70e-46d0-8be1-9b180bd05106") (at 122 94.515) (descr "Through hole straight pin header, 1x08, 2.54mm pitch, single row") (tags "Through hole pin header THT 1x08 2.54mm single row") (property "Reference" "J1" (at 0 -2.33 0) (layer "F.SilkS") (uuid "9da7883d-3c78-4cbb-8370-4aadf1e5c2d9") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Value" "Conn_01x08_Pin - R" (at 0 20.11 0) (layer "F.Fab") (uuid "50908e89-ac26-40d3-9970-97ef82662e9e") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x08_P2.54mm_Vertical" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "81c5e1c9-4f4c-48fc-af56-3f8ce8ffdfcf") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Datasheet" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "13ea4125-2cf5-464a-b08a-18a2b9362d23") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Description" "Generic connector, single row, 01x08, script generated" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "7aabcbf6-fe06-4551-8388-34287d6c2222") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property ki_fp_filters "Connector*:*_1x??_*") (path "/b38961b6-2e0a-4aee-a4a8-88631a00266e") (sheetname "Root") (sheetfile "Kicad 8.kicad_sch") (attr through_hole) (fp_line (start -1.33 -1.33) (end 0 -1.33) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "6cca7904-a127-4f7a-b18b-8524b39cfbe4") ) (fp_line (start -1.33 0) (end -1.33 -1.33) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "88c3b0f1-9a15-48ef-bf97-b07ad7372d85") ) (fp_line (start -1.33 1.27) (end -1.33 19.11) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "adb7f653-f45c-4ce9-a069-7d623f2b7bcf") ) (fp_line (start -1.33 1.27) (end 1.33 1.27) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "5d35b8b4-e6b4-417f-9fd0-1329572691d7") ) (fp_line (start -1.33 19.11) (end 1.33 19.11) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "0445f551-f0e2-4783-9935-a9c7fd28ac1b") ) (fp_line (start 1.33 1.27) (end 1.33 19.11) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "b24ac547-7e5b-429b-8379-3631fbca2123") ) (fp_line (start -1.8 -1.8) (end -1.8 19.55) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "2ae9f507-5e0d-4b50-acfd-b8dcf78d1b49") ) (fp_line (start -1.8 19.55) (end 1.8 19.55) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "35da6e89-c5a8-4660-88a1-05ad40190e6b") ) (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "ea4c5a2b-809c-4ee8-8339-3a86fb1e6b96") ) (fp_line (start 1.8 19.55) (end 1.8 -1.8) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "8484ad86-836a-4f9f-b179-397409826f7e") ) (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "e6a2312a-7a32-4a25-9b6e-3c4068f2d4f7") ) (fp_line (start -1.27 19.05) (end -1.27 -0.635) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "3ab490bd-2986-420b-8dee-78b36e3d5506") ) (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "2e1628a9-2dde-4a9f-bab4-be7a526cadfc") ) (fp_line (start 1.27 -1.27) (end 1.27 19.05) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "965bc1cb-c154-4339-a90e-394766d53a93") ) (fp_line (start 1.27 19.05) (end -1.27 19.05) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "150786fb-7b12-429d-a3a0-c1309e15e3ef") ) (fp_text user "${REFERENCE}" (at 0 8.89 90) (layer "F.Fab") (uuid "d48a3c29-eaad-4449-9dbc-2b88c0a04bf3") (effects (font (size 1 1) (thickness 0.15) ) ) ) (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 5 "Net-(J1-Pin_1)") (pinfunction "Pin_1") (pintype "passive") (uuid "f491ace3-ff49-462d-bb54-4518cfc14c23") ) (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 7 "Net-(J1-Pin_2)") (pinfunction "Pin_2") (pintype "passive") (uuid "bcde83a2-2ce1-4f48-9991-b5ff1eefdb5a") ) (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 3 "Net-(J1-Pin_3)") (pinfunction "Pin_3") (pintype "passive") (uuid "744cc7cb-82de-4797-9d38-38f92f4a4d94") ) (pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 4 "Net-(J1-Pin_4)") (pinfunction "Pin_4") (pintype "passive") (uuid "b56af8c9-e17a-4134-a17e-e1bfe6c2b89e") ) (pad "5" thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 6 "Net-(J1-Pin_5)") (pinfunction "Pin_5") (pintype "passive") (uuid "3806092e-d40c-4f3a-b2f3-e050dc29b5a7") ) (pad "6" thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 8 "Net-(J1-Pin_6)") (pinfunction "Pin_6") (pintype "passive") (uuid "a73bd933-1508-4453-b205-09c95c6242d2") ) (pad "7" thru_hole oval (at 0 15.24) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 1 "GND") (pinfunction "Pin_7") (pintype "passive") (uuid "b5ab4e48-ae6b-4b4f-8d58-ee58b81b22d1") ) (pad "8" thru_hole oval (at 0 17.78) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 9 "Net-(J1-Pin_8)") (pinfunction "Pin_8") (pintype "passive") (uuid "806026b1-1236-4465-bec6-7260f9e4f77f") ) (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x08_P2.54mm_Vertical.wrl" (offset (xyz 0 0 0) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 0 0) ) ) ) (footprint "Module:WEMOS_D1_mini_light" (layer "F.Cu") (uuid "6e70f540-872b-4a37-85b1-c8427d41036e") (at 93.5 54) (descr "16-pin module, column spacing 22.86 mm (900 mils), https://wiki.wemos.cc/products:d1:d1_mini, https://c1.staticflickr.com/1/734/31400410271_f278b087db_z.jpg") (tags "ESP8266 WiFi microcontroller") (property "Reference" "U3" (at 22 27 0) (layer "F.SilkS") (uuid "d552dd36-0b24-41c4-95a9-ea772bd66932") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Value" "WeMos_D1_mini" (at 11.7 0 0) (layer "F.Fab") (uuid "b4508c96-c787-4799-8932-cb57520faa09") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Footprint" "Module:WEMOS_D1_mini_light" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "f0ae6ef0-c0b3-4804-9f5d-a23b4ab9c87f") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Datasheet" "https://wiki.wemos.cc/products:d1:d1_mini#documentation" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "bb10c7bd-d458-4435-a1ab-830551cc8bf5") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Description" "32-bit microcontroller module with WiFi" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "10abdcd3-7494-4992-823d-29c13578ae5e") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property ki_fp_filters "WEMOS*D1*mini*") (path "/7e7488c7-5c64-4d49-a49a-4dd4ebe5e4b8") (sheetname "Root") (sheetfile "Kicad 8.kicad_sch") (attr through_hole) (fp_line (start -1.5 19.22) (end -1.5 -6.21) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "d4b312d4-ebb9-44ad-b4b9-6f24c1a2ffb3") ) (fp_line (start -1.5 19.22) (end 1.04 19.22) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "c628312b-801e-44aa-8af5-da1a1ee34f12") ) (fp_line (start 1.04 19.22) (end 1.04 26.12) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "e5702a99-27a9-4905-bf85-52e44e397dd0") ) (fp_line (start 1.04 26.12) (end 24.36 26.12) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "c0c6181f-2b4a-4661-a418-791285538452") ) (fp_line (start 22.24 -8.34) (end 0.63 -8.34) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "f4323d39-4263-4f90-a0fa-ec25c4726f28") ) (fp_line (start 24.36 26.12) (end 24.36 -6.21) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "6af4c9f6-7af5-40f4-917f-c53cef4d7cce") ) (fp_arc (start -1.5 -6.21) (mid -0.876137 -7.716137) (end 0.63 -8.34) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "5687f1a5-ee19-44c1-baad-e11a4ed7b59f") ) (fp_arc (start 22.23 -8.34) (mid 23.736137 -7.716137) (end 24.36 -6.21) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "aa4c4e48-f28f-4c32-b9bc-d0813e81f916") ) (fp_poly (pts (xy -2.54 -0.635) (xy -2.54 0.635) (xy -1.905 0) ) (stroke (width 0.15) (type solid) ) (fill solid) (layer "F.SilkS") (uuid "716f62f9-4fc2-4559-b7e7-da73d6a1415d") ) (fp_line (start -1.35 -8.2) (end -1.35 -1.4) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "44e7882f-b5aa-4945-8a1e-efda8d4dded7") ) (fp_line (start -1.35 -7.4) (end -0.55 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "eb698839-88ae-4f13-aa4b-e0a736c6458e") ) (fp_line (start -1.35 -3.4) (end 3.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "2c458a68-cd4e-4ef5-8d37-b38ce1066047") ) (fp_line (start -1.35 -1.4) (end 5.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "d77404d0-aac2-4676-9216-2cab1892af4f") ) (fp_line (start -1.35 -1.4) (end 24.25 -1.4) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "14d1b41b-056c-452d-9eff-c848ef03b691") ) (fp_line (start -1.3 -5.45) (end 1.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "3225f41d-37f9-4810-9842-59dbcc1675b2") ) (fp_line (start 0.65 -1.4) (end 7.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "5bfc5361-977b-46c4-9dd9-2211780e639a") ) (fp_line (start 2.65 -1.4) (end 9.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "2b07a432-9aef-43c8-81ae-c8c4b6bb7f64") ) (fp_line (start 4.65 -1.4) (end 11.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "46235d26-0ea9-4978-a69f-7eba859df5ad") ) (fp_line (start 6.65 -1.4) (end 13.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "19ad3b20-4bf7-42a4-b4a7-d09100633f76") ) (fp_line (start 8.65 -1.4) (end 15.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "db588535-26ae-447c-8386-2f4755357363") ) (fp_line (start 10.65 -1.4) (end 17.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "8b43cbfe-ccd9-4401-9331-8f69842f6ab4") ) (fp_line (start 12.65 -1.4) (end 19.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "d5922523-0dba-4bee-b531-07ed7237248a") ) (fp_line (start 14.65 -1.4) (end 21.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "419008a8-0bee-4729-95b5-70d77a74f1e7") ) (fp_line (start 16.65 -1.4) (end 23.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "33d96156-a2cc-46e3-a514-0ee58b902ac6") ) (fp_line (start 18.65 -1.4) (end 24.25 -7) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "8c7cb86b-c24d-4099-8f9c-ef7a7d7226ac") ) (fp_line (start 20.65 -1.4) (end 24.25 -5) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "8dd858f4-fbb9-4815-8f8e-1462b55b40a9") ) (fp_line (start 22.65 -1.4) (end 24.25 -3) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "386d91bb-899b-4d63-adb4-50eca88a43c5") ) (fp_line (start 24.25 -8.2) (end -1.35 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "de5a0504-701e-40d5-a8cc-5c00728d077c") ) (fp_line (start 24.25 -1.4) (end 24.25 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "b5ba1808-6d90-42ee-97a8-aa0a6352fde9") ) (fp_line (start -1.62 -8.46) (end 24.48 -8.46) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "6e4d66c2-2621-41d0-9f25-222fd9aad4f8") ) (fp_line (start -1.62 26.24) (end -1.62 -8.46) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "fad18a89-059f-47c1-a065-4e7cfb1022d1") ) (fp_line (start 24.48 -8.46) (end 24.48 26.24) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "d095d556-e531-4f10-ab11-4e0f88a927be") ) (fp_line (start 24.48 26.24) (end -1.62 26.24) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "ea322905-ccfb-449c-bf5f-38a486e2270a") ) (fp_line (start -1.37 -6.21) (end -1.37 -1) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "6bd9c03a-8f42-46aa-a5d4-71563e6b6507") ) (fp_line (start -1.37 1) (end -1.37 19.09) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "57b707ff-5131-4204-b6b7-5cd2d5c12426") ) (fp_line (start -1.37 1) (end -0.37 0) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "ec150a89-831b-472b-8691-90239c1d904b") ) (fp_line (start -1.37 19.09) (end 1.17 19.09) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "97409b50-cd5c-4a93-986b-79ff16c9a7bf") ) (fp_line (start -0.37 0) (end -1.37 -1) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "dc3dbd2c-177e-4b12-8f84-b8cd4021d29a") ) (fp_line (start 1.17 19.09) (end 1.17 25.99) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "18e0aed1-08bd-4fcd-8592-f95f12ec4634") ) (fp_line (start 1.17 25.99) (end 24.23 25.99) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "eb03735a-fa1f-419d-ada6-44787bb34cd2") ) (fp_line (start 22.23 -8.21) (end 0.63 -8.21) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "310e5034-5795-41fa-81e7-1924aca2cd2a") ) (fp_line (start 24.23 25.99) (end 24.23 -6.21) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "1d08273e-05fe-402c-a13e-84ca289a2212") ) (fp_arc (start -1.37 -6.21) (mid -0.784214 -7.624214) (end 0.63 -8.21) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "24cd120b-2a7f-400a-9f12-0a5afb5da00d") ) (fp_arc (start 22.25 -8.21) (mid 23.658356 -7.610071) (end 24.23 -6.19) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "5c9ed653-d2aa-43e1-a3d6-5716953d71ca") ) (fp_text user "KEEP OUT" (at 11.43 -6.35 0) (layer "Cmts.User") (uuid "53569575-1780-4f31-bd7a-243a2b74b14a") (effects (font (size 1 1) (thickness 0.15) ) ) ) (fp_text user "No copper" (at 11.43 -3.81 0) (layer "Cmts.User") (uuid "65efae54-80f6-4529-821d-caadf9ec6986") (effects (font (size 1 1) (thickness 0.15) ) ) ) (fp_text user "${REFERENCE}" (at 11.43 10 0) (layer "F.Fab") (uuid "3a90bd76-f8d6-41ac-9000-c7a5685169ee") (effects (font (size 1 1) (thickness 0.15) ) ) ) (pad "1" thru_hole rect (at 0 0) (size 2 2) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 10 "Net-(J2-Pin_1)") (pinfunction "~{RST}") (pintype "input") (uuid "3be5bd4e-b9d6-4c80-909c-6f8db4133009") ) (pad "2" thru_hole oval (at 0 2.54) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 12 "Net-(J2-Pin_2)") (pinfunction "A0") (pintype "input") (uuid "21bf233c-1de9-4770-922c-fa301efad121") ) (pad "3" thru_hole oval (at 0 5.08) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 11 "Net-(J2-Pin_3)") (pinfunction "D0") (pintype "bidirectional") (uuid "7cd1d3d0-4a45-42dc-9c30-c24fffd269c1") ) (pad "4" thru_hole oval (at 0 7.62) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 17 "Net-(J2-Pin_4)") (pinfunction "SCK/D5") (pintype "bidirectional") (uuid "44f0e311-c7e4-4a1d-a03f-e16679b477cf") ) (pad "5" thru_hole oval (at 0 10.16) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 13 "Net-(J2-Pin_5)") (pinfunction "MISO/D6") (pintype "bidirectional") (uuid "bdb31b85-cdae-417d-abb7-af110473f0c7") ) (pad "6" thru_hole oval (at 0 12.7) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 15 "Net-(J2-Pin_6)") (pinfunction "MOSI/D7") (pintype "bidirectional") (uuid "8c6ef439-3da8-4f32-8497-f51d61b89a3f") ) (pad "7" thru_hole oval (at 0 15.24) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 14 "Net-(J2-Pin_7)") (pinfunction "CS/D8") (pintype "bidirectional") (uuid "a2afb31b-7bef-457a-9552-2163495f0d3e") ) (pad "8" thru_hole oval (at 0 17.78) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 16 "Net-(J2-Pin_8)") (pinfunction "3V3") (pintype "power_out") (uuid "151d8168-6ba0-4cf9-b945-516a6b05550e") ) (pad "9" thru_hole oval (at 22.86 17.78) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 9 "Net-(J1-Pin_8)") (pinfunction "5V") (pintype "power_in") (uuid "9a51ea1e-22e7-48b9-bdcd-d9eeddc0ae8b") ) (pad "10" thru_hole oval (at 22.86 15.24) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 1 "GND") (pinfunction "GND") (pintype "power_in") (uuid "8dbc528e-e64c-46c2-8e60-c837c9196bbe") ) (pad "11" thru_hole oval (at 22.86 12.7) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 8 "Net-(J1-Pin_6)") (pinfunction "D4") (pintype "bidirectional") (uuid "2d8c2aa3-2d93-492a-9c79-bafe190e0477") ) (pad "12" thru_hole oval (at 22.86 10.16) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 6 "Net-(J1-Pin_5)") (pinfunction "D3") (pintype "bidirectional") (uuid "2553b9e2-90a4-4234-a014-45defea21af0") ) (pad "13" thru_hole oval (at 22.86 7.62) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 4 "Net-(J1-Pin_4)") (pinfunction "SDA/D2") (pintype "bidirectional") (uuid "9b5e530e-9f5a-4e36-8ec6-789bde185cd0") ) (pad "14" thru_hole oval (at 22.86 5.08) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 3 "Net-(J1-Pin_3)") (pinfunction "SCL/D1") (pintype "bidirectional") (uuid "60476186-954a-491f-b473-5bb08e10e472") ) (pad "15" thru_hole oval (at 22.86 2.54) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 7 "Net-(J1-Pin_2)") (pinfunction "RX") (pintype "input") (uuid "37593070-1eff-4dce-8985-c805ee179128") ) (pad "16" thru_hole oval (at 22.86 0) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 5 "Net-(J1-Pin_1)") (pinfunction "TX") (pintype "output") (uuid "06e87f93-e2ec-4550-bf2c-0f12210a1bca") ) (model "${KICAD8_3DMODEL_DIR}/Module.3dshapes/wemos_d1_mini_light.wrl" (offset (xyz 0 0 0) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 0 0) ) ) (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x08_P2.54mm_Vertical.wrl" (offset (xyz 0 0 9.5) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 -180 0) ) ) (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x08_P2.54mm_Vertical.wrl" (offset (xyz 22.86 0 9.5) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 -180 0) ) ) (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) ) ) (model "${KICAD8_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x08_P2.54mm_Vertical.wrl" (offset (xyz 22.86 0 0) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 0 0) ) ) ) (footprint "Module:WEMOS_D1_mini_light" (layer "F.Cu") (uuid "760effc4-4c56-4044-b871-f37286098267") (at 131.5 94.5) (descr "16-pin module, column spacing 22.86 mm (900 mils), https://wiki.wemos.cc/products:d1:d1_mini, https://c1.staticflickr.com/1/734/31400410271_f278b087db_z.jpg") (tags "ESP8266 WiFi microcontroller") (property "Reference" "U2" (at 24.36 27.5 0) (layer "F.SilkS") (uuid "284fbe53-4c73-4198-b6f2-0a05f885f193") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Value" "WeMos_D1_mini" (at 11.7 0 0) (layer "F.Fab") (uuid "9a8d7046-db9a-41d1-95b1-880368129e90") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Footprint" "Module:WEMOS_D1_mini_light" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "539a38d3-d6a6-4f57-8aeb-e8b922b08bff") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Datasheet" "https://wiki.wemos.cc/products:d1:d1_mini#documentation" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "1d4e6113-b941-47e9-89aa-af24a758875d") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Description" "32-bit microcontroller module with WiFi" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "34f63b40-143b-444f-a611-a4a783880503") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property ki_fp_filters "WEMOS*D1*mini*") (path "/857ad8e9-c677-475a-b327-42b8efd3690d") (sheetname "Root") (sheetfile "Kicad 8.kicad_sch") (attr through_hole) (fp_line (start -1.5 19.22) (end -1.5 -6.21) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "bd33bd8d-d64e-433d-ba66-deea01f1ac2e") ) (fp_line (start -1.5 19.22) (end 1.04 19.22) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "0578290f-7d24-4755-b133-d41da0afa3ce") ) (fp_line (start 1.04 19.22) (end 1.04 26.12) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "1efc1b2d-aa3c-459b-8f5e-cc97110560f0") ) (fp_line (start 1.04 26.12) (end 24.36 26.12) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "ef396bf8-e263-4d8b-990e-d21a77369ff4") ) (fp_line (start 22.24 -8.34) (end 0.63 -8.34) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "82f10b40-59dc-45ca-9200-6786caae74a7") ) (fp_line (start 24.36 26.12) (end 24.36 -6.21) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "8ce23e93-93b8-4aa5-8633-56a22a67fd8c") ) (fp_arc (start -1.5 -6.21) (mid -0.876137 -7.716137) (end 0.63 -8.34) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "288de293-f83b-4944-9c21-eac5bdba95de") ) (fp_arc (start 22.23 -8.34) (mid 23.736137 -7.716137) (end 24.36 -6.21) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "feeefca7-48df-49a6-8a20-e4c646bbce11") ) (fp_poly (pts (xy -2.54 -0.635) (xy -2.54 0.635) (xy -1.905 0) ) (stroke (width 0.15) (type solid) ) (fill solid) (layer "F.SilkS") (uuid "420fd2a3-15d6-41cc-b23a-71b54d36cd5c") ) (fp_line (start -1.35 -8.2) (end -1.35 -1.4) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "96980017-9f91-4e0d-b2a3-a5b9b8a55501") ) (fp_line (start -1.35 -7.4) (end -0.55 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "9713d591-c19a-41b9-98fc-e6be5ed349bb") ) (fp_line (start -1.35 -3.4) (end 3.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "19296b9f-de9c-4121-b22d-8827bd5c8463") ) (fp_line (start -1.35 -1.4) (end 5.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "030f078d-1733-40d4-a1d6-101ed6aaa598") ) (fp_line (start -1.35 -1.4) (end 24.25 -1.4) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "c422de46-fc93-4fe4-8fef-89cb0486fe18") ) (fp_line (start -1.3 -5.45) (end 1.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "ac3ca053-8599-49f1-84d8-e756ecdc6c77") ) (fp_line (start 0.65 -1.4) (end 7.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "dde9c118-1fad-4e16-a3e8-66205f624b01") ) (fp_line (start 2.65 -1.4) (end 9.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "757ff474-4b47-4046-b9c2-e9793cbf326e") ) (fp_line (start 4.65 -1.4) (end 11.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "c25ab519-f50b-4e82-afea-36f991219540") ) (fp_line (start 6.65 -1.4) (end 13.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "d8367d07-649d-4a5a-b46d-679ebde9032f") ) (fp_line (start 8.65 -1.4) (end 15.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "a84dad86-d2ce-418c-a689-16f793a2082e") ) (fp_line (start 10.65 -1.4) (end 17.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "0ebbecc2-164c-49b9-918b-df4723e33a54") ) (fp_line (start 12.65 -1.4) (end 19.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "334c04c1-af77-4b06-a9b3-39679b6c2f0e") ) (fp_line (start 14.65 -1.4) (end 21.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "55900f61-3110-4687-8ef1-3225eae9d353") ) (fp_line (start 16.65 -1.4) (end 23.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "c59c1f63-0f5c-47cb-b466-e070937ca777") ) (fp_line (start 18.65 -1.4) (end 24.25 -7) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "57697b63-9c56-401a-98aa-69bac03a63d4") ) (fp_line (start 20.65 -1.4) (end 24.25 -5) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "9824f5aa-eb0d-4ff4-a4f2-aed9048922eb") ) (fp_line (start 22.65 -1.4) (end 24.25 -3) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "8ee13050-e922-47b0-9098-3b64085ce8ab") ) (fp_line (start 24.25 -8.2) (end -1.35 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "ef6c6956-e087-475e-8a89-cb0c18608a63") ) (fp_line (start 24.25 -1.4) (end 24.25 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "b66f973d-e146-419c-9653-64d0fa5e82ab") ) (fp_line (start -1.62 -8.46) (end 24.48 -8.46) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "7bc8d81d-4e24-4144-96f3-43fb314c9dac") ) (fp_line (start -1.62 26.24) (end -1.62 -8.46) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "1d0e159d-8f55-4ece-838c-82dfed70fd07") ) (fp_line (start 24.48 -8.46) (end 24.48 26.24) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "b7193c97-0088-4253-bf55-e2b7ffd3dcc6") ) (fp_line (start 24.48 26.24) (end -1.62 26.24) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "ae6be8a6-4993-4a31-b071-f401a6acfcc3") ) (fp_line (start -1.37 -6.21) (end -1.37 -1) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "6c6d1c5e-09ff-4635-874c-8b9362991f1a") ) (fp_line (start -1.37 1) (end -1.37 19.09) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "5e88cf82-3b43-4b58-98cf-f8b1f81cb014") ) (fp_line (start -1.37 1) (end -0.37 0) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "764675ee-ee2b-4597-a527-b96f998178a2") ) (fp_line (start -1.37 19.09) (end 1.17 19.09) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "229cd1bd-0c88-421d-b839-3da7b7cb191a") ) (fp_line (start -0.37 0) (end -1.37 -1) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "126c3d24-7576-4ab4-b493-de793e3e3564") ) (fp_line (start 1.17 19.09) (end 1.17 25.99) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "21050291-0c5d-42c5-986b-40a55c4dfe53") ) (fp_line (start 1.17 25.99) (end 24.23 25.99) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "f8b254ba-18d8-47d6-b157-7421f4153eeb") ) (fp_line (start 22.23 -8.21) (end 0.63 -8.21) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "5ab0e7f1-9388-4cbb-8c22-fd9c403f326d") ) (fp_line (start 24.23 25.99) (end 24.23 -6.21) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "ecc15e3a-5a56-46bb-925f-f00c82b6328a") ) (fp_arc (start -1.37 -6.21) (mid -0.784214 -7.624214) (end 0.63 -8.21) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "f044164e-4951-4a22-a59f-a5c70c3e1367") ) (fp_arc (start 22.25 -8.21) (mid 23.658356 -7.610071) (end 24.23 -6.19) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "3cf9a2a2-0ff2-44c6-8541-df7d43848b6a") ) (fp_text user "No copper" (at 11.43 -3.81 0) (layer "Cmts.User") (uuid "83b4ad98-8939-40cd-b1f0-a14f3f793097") (effects (font (size 1 1) (thickness 0.15) ) ) ) (fp_text user "KEEP OUT" (at 11.43 -6.35 0) (layer "Cmts.User") (uuid "ad83270f-3cf0-4a4b-a30b-18a9fe65480e") (effects (font (size 1 1) (thickness 0.15) ) ) ) (fp_text user "${REFERENCE}" (at 11.43 10 0) (layer "F.Fab") (uuid "55a60560-c54c-4181-9c6e-1cd71167e3a7") (effects (font (size 1 1) (thickness 0.15) ) ) ) (pad "1" thru_hole rect (at 0 0) (size 2 2) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 10 "Net-(J2-Pin_1)") (pinfunction "~{RST}") (pintype "input") (uuid "a6f9411b-c05b-45cf-a6bd-35828db4153c") ) (pad "2" thru_hole oval (at 0 2.54) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 12 "Net-(J2-Pin_2)") (pinfunction "A0") (pintype "input") (uuid "cc6c3f03-0a03-4ccc-89d1-ed4ffb4c4dc8") ) (pad "3" thru_hole oval (at 0 5.08) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 11 "Net-(J2-Pin_3)") (pinfunction "D0") (pintype "bidirectional") (uuid "68193a5f-6ba3-4604-9de2-9d3659011723") ) (pad "4" thru_hole oval (at 0 7.62) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 17 "Net-(J2-Pin_4)") (pinfunction "SCK/D5") (pintype "bidirectional") (uuid "41ae4edc-4553-4258-aa20-e2130ef39f67") ) (pad "5" thru_hole oval (at 0 10.16) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 13 "Net-(J2-Pin_5)") (pinfunction "MISO/D6") (pintype "bidirectional") (uuid "4594d360-1a37-4ca2-bc85-035fcaa3ab31") ) (pad "6" thru_hole oval (at 0 12.7) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 15 "Net-(J2-Pin_6)") (pinfunction "MOSI/D7") (pintype "bidirectional") (uuid "4f196664-c69e-4f5f-ac56-e37866f5a09c") ) (pad "7" thru_hole oval (at 0 15.24) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 14 "Net-(J2-Pin_7)") (pinfunction "CS/D8") (pintype "bidirectional") (uuid "38beaa3d-cb2e-4567-8b49-17edff0999b6") ) (pad "8" thru_hole oval (at 0 17.78) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 16 "Net-(J2-Pin_8)") (pinfunction "3V3") (pintype "power_out") (uuid "446e360b-e229-449f-b501-fc4897eb5b85") ) (pad "9" thru_hole oval (at 22.86 17.78) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 9 "Net-(J1-Pin_8)") (pinfunction "5V") (pintype "power_in") (uuid "c5784e0a-f212-4dcf-a6e8-a0f518842475") ) (pad "10" thru_hole oval (at 22.86 15.24) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 1 "GND") (pinfunction "GND") (pintype "power_in") (uuid "39621df5-7fcd-4cf9-b621-ae4cefbaa1a7") ) (pad "11" thru_hole oval (at 22.86 12.7) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 8 "Net-(J1-Pin_6)") (pinfunction "D4") (pintype "bidirectional") (uuid "f89efa83-49ba-400f-823d-49c170d7ff10") ) (pad "12" thru_hole oval (at 22.86 10.16) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 6 "Net-(J1-Pin_5)") (pinfunction "D3") (pintype "bidirectional") (uuid "f4e9d6bc-cf07-4a76-b52b-f27bd9122e91") ) (pad "13" thru_hole oval (at 22.86 7.62) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 4 "Net-(J1-Pin_4)") (pinfunction "SDA/D2") (pintype "bidirectional") (uuid "87099a52-b2ed-4ea9-bb84-8f6869181732") ) (pad "14" thru_hole oval (at 22.86 5.08) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 3 "Net-(J1-Pin_3)") (pinfunction "SCL/D1") (pintype "bidirectional") (uuid "a68c6335-dd71-4cc8-b83a-b3ee6573cd97") ) (pad "15" thru_hole oval (at 22.86 2.54) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 7 "Net-(J1-Pin_2)") (pinfunction "RX") (pintype "input") (uuid "6d43da7b-7703-40f0-83f1-1441c08516df") ) (pad "16" thru_hole oval (at 22.86 0) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 5 "Net-(J1-Pin_1)") (pinfunction "TX") (pintype "output") (uuid "a19f43ee-9289-492c-8330-b0c3f13f1514") ) (model "${KICAD8_3DMODEL_DIR}/Module.3dshapes/wemos_d1_mini_light.wrl" (offset (xyz 0 0 0) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 0 0) ) ) (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x08_P2.54mm_Vertical.wrl" (offset (xyz 0 0 9.5) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 -180 0) ) ) (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x08_P2.54mm_Vertical.wrl" (offset (xyz 22.86 0 9.5) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 -180 0) ) ) (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) ) ) (model "${KICAD8_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x08_P2.54mm_Vertical.wrl" (offset (xyz 22.86 0 0) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 0 0) ) ) ) (footprint "Connector_PinSocket_2.54mm:PinSocket_1x05_P2.54mm_Vertical" (layer "F.Cu") (uuid "87ddd931-6237-4830-8c6f-c82fe7c69b47") (at 160.5 81.3712) (descr "Through hole straight socket strip, 1x05, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") (tags "Through hole socket strip THT 1x05 2.54mm single row") (property "Reference" "J5" (at 0 -2.77 0) (layer "F.SilkS") (uuid "e21ccfa3-602b-4f93-ada5-653fc0e454d8") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Value" "Conn_01x05_Pin - 5v" (at 0 12.93 0) (layer "F.Fab") (uuid "7f922299-d59a-4816-8b69-144e3fc4a4f1") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x05_P2.54mm_Vertical" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "8c78bbd5-f56a-4f01-8e73-478157607449") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Datasheet" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "dacece15-e4b3-417c-b337-07139dc1083d") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Description" "Generic connector, single row, 01x05, script generated" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "e920b8ab-84eb-4d5c-92b9-ffee59cfc268") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property ki_fp_filters "Connector*:*_1x??_*") (path "/f18a20b4-e7b5-4a52-9d98-d364421505d9") (sheetname "Root") (sheetfile "Kicad 8.kicad_sch") (attr through_hole) (fp_line (start -1.33 1.27) (end -1.33 11.49) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "d6fed4ba-bee6-4540-9bc7-dee385f6401e") ) (fp_line (start -1.33 1.27) (end 1.33 1.27) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "757dc119-87c5-4740-9920-da42f1bf31dd") ) (fp_line (start -1.33 11.49) (end 1.33 11.49) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "1f015641-a38a-4492-be49-dc76c2249247") ) (fp_line (start 0 -1.33) (end 1.33 -1.33) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "7e322f3e-8b7e-4824-8905-40446669b936") ) (fp_line (start 1.33 -1.33) (end 1.33 0) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "0672b8a1-7697-47f7-b63e-3644636ff802") ) (fp_line (start 1.33 1.27) (end 1.33 11.49) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "76b7162c-4212-45f6-8283-15894243ad94") ) (fp_line (start -1.8 -1.8) (end 1.75 -1.8) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "e99100be-5f21-41cc-ac85-aedfd1796b21") ) (fp_line (start -1.8 11.9) (end -1.8 -1.8) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "e2a96c38-ce52-4b88-9888-ca9863a02e0b") ) (fp_line (start 1.75 -1.8) (end 1.75 11.9) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "f7ec738d-5f4f-463f-9145-5be7646b895e") ) (fp_line (start 1.75 11.9) (end -1.8 11.9) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "4ae18694-db8a-47ea-a2c9-35df7313039e") ) (fp_line (start -1.27 -1.27) (end 0.635 -1.27) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "f127b867-b285-4d63-8c15-869ee9a40712") ) (fp_line (start -1.27 11.43) (end -1.27 -1.27) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "08f1f7e4-4058-4119-84aa-3d9a00c5a4ca") ) (fp_line (start 0.635 -1.27) (end 1.27 -0.635) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "5f7b17e1-2ceb-4398-9d3b-763cec4acfc7") ) (fp_line (start 1.27 -0.635) (end 1.27 11.43) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "059823e8-308a-4ffc-9cfe-94b8d335aa1e") ) (fp_line (start 1.27 11.43) (end -1.27 11.43) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "db9444fd-e2ab-47e4-ab4d-4d1584f844c6") ) (fp_text user "${REFERENCE}" (at 0 5.08 90) (layer "F.Fab") (uuid "fed5c04e-5844-4a27-afde-a622ab767f5c") (effects (font (size 1 1) (thickness 0.15) ) ) ) (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 9 "Net-(J1-Pin_8)") (pinfunction "Pin_1") (pintype "passive") (uuid "460b45ad-b231-4601-b4f5-30c26514586d") ) (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 9 "Net-(J1-Pin_8)") (pinfunction "Pin_2") (pintype "passive") (uuid "89a179bb-f059-448a-baeb-58299479381d") ) (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 9 "Net-(J1-Pin_8)") (pinfunction "Pin_3") (pintype "passive") (uuid "c4eb4001-017a-4012-8029-ab27ff859251") ) (pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 9 "Net-(J1-Pin_8)") (pinfunction "Pin_4") (pintype "passive") (uuid "1f34e95a-78a7-4ec9-9d2d-6be9a824c266") ) (pad "5" thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 9 "Net-(J1-Pin_8)") (pinfunction "Pin_5") (pintype "passive") (uuid "d82407b4-a28b-4e25-9e09-71a33aadb7ca") ) (model "${KICAD8_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x05_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_1x05_P2.54mm_Vertical" (layer "F.Cu") (uuid "9760a81e-3980-4f90-a7f7-e6b7aed93416") (at 160.5 48) (descr "Through hole straight socket strip, 1x05, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") (tags "Through hole socket strip THT 1x05 2.54mm single row") (property "Reference" "J7" (at 0 -2.77 0) (layer "F.SilkS") (uuid "420e5814-d779-4afb-8ba9-490f9de1d02e") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Value" "Conn_01x05_Pin - G" (at 0 12.93 0) (layer "F.Fab") (uuid "00dfdc21-922b-427f-b07f-e4fc1cf031ee") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x05_P2.54mm_Vertical" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "9c0fff76-eb42-4060-9685-476cf8822538") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Datasheet" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "94edb96b-26c3-4ddd-a216-1f27a192b310") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Description" "Generic connector, single row, 01x05, script generated" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "bd638b4b-30b3-444c-9f6c-1922f30c8624") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property ki_fp_filters "Connector*:*_1x??_*") (path "/451e32c7-d634-44eb-a1a3-474541a7fdd7") (sheetname "Root") (sheetfile "Kicad 8.kicad_sch") (attr through_hole) (fp_line (start -1.33 1.27) (end -1.33 11.49) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "ee80f72b-72d8-4b92-b01c-13c4ba8350f6") ) (fp_line (start -1.33 1.27) (end 1.33 1.27) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "0ec243b9-8b45-4653-8ce7-03b8fd39f0eb") ) (fp_line (start -1.33 11.49) (end 1.33 11.49) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "489b5c47-3bff-46f6-9f8d-b66e7604c96c") ) (fp_line (start 0 -1.33) (end 1.33 -1.33) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "81f4f159-07b2-4e1c-9ab3-c1fdbfe2f001") ) (fp_line (start 1.33 -1.33) (end 1.33 0) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "7845f02d-a376-4c6c-9185-f7c62d08612c") ) (fp_line (start 1.33 1.27) (end 1.33 11.49) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "fef55039-bda5-4300-b58f-eef44ed24675") ) (fp_line (start -1.8 -1.8) (end 1.75 -1.8) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "0977ce7e-4c7f-4ebc-b887-cfb512e27f96") ) (fp_line (start -1.8 11.9) (end -1.8 -1.8) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "8621d6e7-1337-4026-9ce4-42f2b7dc2f55") ) (fp_line (start 1.75 -1.8) (end 1.75 11.9) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "e497cb31-36e8-43ee-b817-a76ca80426a1") ) (fp_line (start 1.75 11.9) (end -1.8 11.9) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "bd652872-d144-4d2f-afa8-89056f6a9157") ) (fp_line (start -1.27 -1.27) (end 0.635 -1.27) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "f22376d6-3c61-46ed-a620-75dda622edd1") ) (fp_line (start -1.27 11.43) (end -1.27 -1.27) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "cf40c5af-295d-4723-a863-a0ae1e64e9f4") ) (fp_line (start 0.635 -1.27) (end 1.27 -0.635) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "f8ef5e87-e8ac-40fa-954d-913b309a39e5") ) (fp_line (start 1.27 -0.635) (end 1.27 11.43) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "b5c780f5-5d86-4fb7-855f-a34f4f490f72") ) (fp_line (start 1.27 11.43) (end -1.27 11.43) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "13c76e0f-c2a2-432b-8d32-bb0b07f964b8") ) (fp_text user "${REFERENCE}" (at 0 5.08 90) (layer "F.Fab") (uuid "0acbf02c-2469-4908-b118-5bb982e74691") (effects (font (size 1 1) (thickness 0.15) ) ) ) (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 1 "GND") (pinfunction "Pin_1") (pintype "passive") (uuid "e084f8ed-7d5b-4cbf-8302-8b21f3b9de01") ) (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 1 "GND") (pinfunction "Pin_2") (pintype "passive") (uuid "bcd77423-cc84-4195-9267-d7354c8452dd") ) (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 1 "GND") (pinfunction "Pin_3") (pintype "passive") (uuid "3a3035a0-4d84-4f33-8e27-98bb8be75276") ) (pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 1 "GND") (pinfunction "Pin_4") (pintype "passive") (uuid "44754907-d6e4-4aa7-8595-998f3e93510b") ) (pad "5" thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 1 "GND") (pinfunction "Pin_5") (pintype "passive") (uuid "5c08ce3d-3840-4b5b-8e75-7e748e829c16") ) (model "${KICAD8_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x05_P2.54mm_Vertical.wrl" (offset (xyz 0 0 0) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 0 0) ) ) ) (footprint "TerminalBlock_RND:TerminalBlock_RND_205-00018_1x08_P5.00mm_Horizontal" (layer "F.Cu") (uuid "a0c5ea09-3ab9-48a6-8894-6f7df857856d") (at 174 36.5 -90) (descr "terminal block RND 205-00018, 8 pins, pitch 5mm, size 40x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND") (tags "THT terminal block RND 205-00018 pitch 5mm size 40x7.6mm^2 drill 1.3mm pad 2.5mm") (property "Reference" "J4" (at 17.5 -1.5 90) (layer "F.SilkS") (uuid "7a0019cd-933b-46d1-9714-6ba03dd0365e") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Value" "Conn_01x08_Pin - R" (at 17.5 4.547 90) (layer "F.Fab") (uuid "0c62ac51-0ae1-447d-bfaa-0eb594893a42") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Footprint" "TerminalBlock_RND:TerminalBlock_RND_205-00018_1x08_P5.00mm_Horizontal" (at 0 0 -90) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "16ca4fed-bd0b-4161-9e3a-049a02dfcc41") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Datasheet" "" (at 0 0 -90) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "d5d181f2-b6d4-44d7-928e-1a1b6e62bb4e") (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 "863b83ca-a159-4ad4-913d-4e1a214de118") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property ki_fp_filters "Connector*:*_1x??_*") (path "/c769e809-e4e6-45f4-a5af-126dc5a562cb") (sheetname "Root") (sheetfile "Kicad 8.kicad_sch") (attr through_hole) (fp_line (start -2.8 3.8) (end -2.2 3.8) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "0145b2e0-a2e5-47b3-a6dc-4686e4606692") ) (fp_line (start -2.56 3.561) (end 37.56 3.561) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "f29ca5b3-35f3-4d1b-b987-099184c3c4d7") ) (fp_line (start -2.8 2.96) (end -2.8 3.8) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "ecd0712c-c985-4537-86d1-58de177c96c3") ) (fp_line (start -2.56 2.9) (end 37.56 2.9) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "5d152e00-c5df-4858-89d9-8614fc42b738") ) (fp_line (start -2.56 2.3) (end 37.56 2.3) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "fc3c27e4-42ec-4c93-9ee5-71c8fa74caca") ) (fp_line (start 3.99 1.216) (end 3.931 1.274) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "837c9e93-406b-4a39-8442-d7fbf626674a") ) (fp_line (start 8.99 1.216) (end 8.931 1.274) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "355ef67a-87ea-464a-8659-c23844cedfd5") ) (fp_line (start 13.99 1.216) (end 13.931 1.274) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "58b1f268-f606-49ef-b940-b6b3032731c9") ) (fp_line (start 18.99 1.216) (end 18.931 1.274) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "550eb677-1697-45e7-86ed-73ea9c01a65d") ) (fp_line (start 23.99 1.216) (end 23.931 1.274) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "6e640670-dc2e-4ad9-b95f-7ab47629aeef") ) (fp_line (start 28.99 1.216) (end 28.931 1.274) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "6286d185-54ba-4c5d-bdf9-e5575c7905a9") ) (fp_line (start 33.99 1.216) (end 33.931 1.274) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "4d240f31-2b69-41d3-ac8d-f257e47b3f9f") ) (fp_line (start 3.82 0.976) (end 3.726 1.069) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "48fd63cc-436c-4b66-a1af-c06af16a58eb") ) (fp_line (start 8.82 0.976) (end 8.726 1.069) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "e7abe6a3-1729-4d9f-a78b-318b3bdd8a0c") ) (fp_line (start 13.82 0.976) (end 13.726 1.069) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "fe5f72d0-cd10-4b1d-9f38-d7652856c184") ) (fp_line (start 18.82 0.976) (end 18.726 1.069) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "5c1226b1-33b1-4e2b-96d0-4b11e54c75db") ) (fp_line (start 23.82 0.976) (end 23.726 1.069) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "b83936f1-d8b9-4aca-a08c-c8499fc99eef") ) (fp_line (start 28.82 0.976) (end 28.726 1.069) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "982a27d0-b0b5-480f-bdba-bc1cce41cf63") ) (fp_line (start 33.82 0.976) (end 33.726 1.069) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "80e0f60a-e225-40ad-a63a-ddc0fb740e22") ) (fp_line (start 6.275 -1.069) (end 6.181 -0.976) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "b6df04a8-9344-4d2b-9aeb-e1c13ff9dd17") ) (fp_line (start 11.275 -1.069) (end 11.181 -0.976) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "c90488ba-65d0-446a-b284-edac772fbbbf") ) (fp_line (start 16.275 -1.069) (end 16.181 -0.976) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "5037da14-584b-4648-937a-5bf9a82dd636") ) (fp_line (start 21.275 -1.069) (end 21.181 -0.976) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "8e7ab2df-d69b-471c-bf6b-fd8c5378c0a1") ) (fp_line (start 26.275 -1.069) (end 26.181 -0.976) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "86682ac5-404d-429e-87e1-cef7c44c0335") ) (fp_line (start 31.275 -1.069) (end 31.181 -0.976) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "94e8b8b5-37a2-4183-b039-859d4571caa3") ) (fp_line (start 36.275 -1.069) (end 36.181 -0.976) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "54eedcb5-be5d-4c9d-a4d0-d9d4c4b9ef54") ) (fp_line (start 6.07 -1.275) (end 6.011 -1.216) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "aad3792b-7503-4005-9c9c-5d2829f75af7") ) (fp_line (start 11.07 -1.275) (end 11.011 -1.216) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "e23ad742-3f25-44d8-8f4a-6e4e3f2c9594") ) (fp_line (start 16.07 -1.275) (end 16.011 -1.216) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "7c3a98cd-3da1-4890-a745-55ef42a73fad") ) (fp_line (start 21.07 -1.275) (end 21.011 -1.216) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "46708a4e-38d8-46c8-804e-8854f806f841") ) (fp_line (start 26.07 -1.275) (end 26.011 -1.216) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "eee93008-6419-4ffb-be05-d247add9e3a1") ) (fp_line (start 31.07 -1.275) (end 31.011 -1.216) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "a28b01eb-0759-42c2-b4ba-2e1843e5285e") ) (fp_line (start 36.07 -1.275) (end 36.011 -1.216) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "4762e520-5005-4e59-b9c9-42219db2aa7a") ) (fp_line (start -2.56 -2.4) (end 37.56 -2.4) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "9fe17b47-b61d-4f92-ace8-9cd1eaca4fde") ) (fp_line (start -2.56 -4.16) (end -2.56 3.561) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "39401c2d-1c97-4578-8cff-a9de6ca2e770") ) (fp_line (start -2.56 -4.16) (end 37.56 -4.16) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "c6b91f47-248b-419d-87db-1690698c3a35") ) (fp_line (start 37.56 -4.16) (end 37.56 3.561) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "fd974bcf-4d73-4f98-9777-a6b00fca5aeb") ) (fp_arc (start 0.029383 1.68045) (mid -0.392304 1.634281) (end -0.789 1.484) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "1da40089-3d83-414e-9902-cfa4858814b9") ) (fp_arc (start 0.788712 1.483352) (mid 0.406429 1.630097) (end 0 1.68) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "00717a57-056b-4940-aa4f-a5b9634f8726") ) (fp_arc (start -1.483953 0.789089) (mid -1.680708 0.00005) (end -1.484 -0.789) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "6a211290-ce86-4555-a273-e3f4a42f54dd") ) (fp_arc (start 1.483953 -0.789089) (mid 1.680708 -0.00005) (end 1.484 0.789) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "d06adccc-0e4c-467c-8bd9-818447922a04") ) (fp_arc (start -0.789089 -1.483953) (mid -0.00005 -1.680708) (end 0.789 -1.484) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "de76541e-d688-4a68-a467-0882d87bd783") ) (fp_circle (center 5 0) (end 6.68 0) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "0d3978eb-f248-4bd3-93a7-be5791f86873") ) (fp_circle (center 10 0) (end 11.68 0) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "6ad93564-fdb6-43ab-8e76-6919977010e1") ) (fp_circle (center 15 0) (end 16.68 0) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "0150989b-84c4-48ae-8f94-2e41ee02421c") ) (fp_circle (center 20 0) (end 21.68 0) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "d3032a42-e1f7-4579-ae8f-eda4fb54d7bc") ) (fp_circle (center 25 0) (end 26.68 0) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "d5ca9463-f7dc-4b0c-8327-a08a123d51af") ) (fp_circle (center 30 0) (end 31.68 0) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "bc057cbf-6340-4d5b-a2f2-7c2d7b6e547d") ) (fp_circle (center 35 0) (end 36.68 0) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "bf138c3a-430d-41d1-92c4-dee38eab1678") ) (fp_circle (center 0 -3) (end 0.55 -3) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "805127f6-3a5d-4980-aed5-a2e13520799b") ) (fp_circle (center 5 -3) (end 5.55 -3) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "083f812e-3812-4238-a212-91368c735139") ) (fp_circle (center 10 -3) (end 10.55 -3) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "f1fec285-235b-42bd-8d4e-c424b9944d0e") ) (fp_circle (center 15 -3) (end 15.55 -3) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "7e0c614e-ff5d-40f9-b40b-bbf2d001870b") ) (fp_circle (center 20 -3) (end 20.55 -3) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "0404d872-87e5-45a5-9e52-dca1f4a7386c") ) (fp_circle (center 25 -3) (end 25.55 -3) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "66cc3f9d-d273-4ba9-8352-fc9513e21303") ) (fp_circle (center 30 -3) (end 30.55 -3) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "624611d7-47c9-4d49-9d99-31865642cc19") ) (fp_circle (center 35 -3) (end 35.55 -3) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "6b0044e8-a13d-4ff7-8755-68b238c1ae6d") ) (fp_line (start -3 4) (end 38 4) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "eeffd734-7cf4-47c9-bb79-23dd2979c248") ) (fp_line (start 38 4) (end 38 -4.6) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "75cba9ca-0abb-4dea-8d8a-88723bfaf400") ) (fp_line (start -3 -4.6) (end -3 4) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "799c0c5f-b7dd-4ee3-9872-2bcf036cdcc5") ) (fp_line (start 38 -4.6) (end -3 -4.6) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "3a583fe3-da5d-4a0a-bd7f-ba3f0d91289c") ) (fp_line (start -1.9 3.5) (end -2.5 2.9) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "4f7b5092-7456-4b24-8f1f-971fade0b268") ) (fp_line (start 37.5 3.5) (end -1.9 3.5) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "514b311d-c2eb-402a-91fb-f3f732a96b82") ) (fp_line (start -2.5 2.9) (end 37.5 2.9) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "5df30fb0-3d5c-4e06-8115-2f4f0e2b8c82") ) (fp_line (start -2.5 2.9) (end -2.5 -4.1) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "1cdbf4f9-b42d-4e52-9bf6-d729cd9b0d9c") ) (fp_line (start -2.5 2.3) (end 37.5 2.3) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "ee585254-afe0-47f7-8273-cb4ab204f83f") ) (fp_line (start 1.138 -0.955) (end -0.955 1.138) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "97efa982-0a52-45ec-a6d3-4bfc2a7496fa") ) (fp_line (start 6.138 -0.955) (end 4.046 1.138) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "740a1f8c-b44a-462c-94df-0b362fc0d1b2") ) (fp_line (start 11.138 -0.955) (end 9.046 1.138) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "5864365e-48c3-45f1-a0f2-6d76f280ae27") ) (fp_line (start 16.138 -0.955) (end 14.046 1.138) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "8b07b1cb-cbfc-4e4c-8c93-f93641a9ed18") ) (fp_line (start 21.138 -0.955) (end 19.046 1.138) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "2312d8a3-bc65-4da5-bad9-506912419963") ) (fp_line (start 26.138 -0.955) (end 24.046 1.138) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "d5fed81b-1554-4430-8ebe-a6bb482f778b") ) (fp_line (start 31.138 -0.955) (end 29.046 1.138) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "e7d50b34-65dd-4343-83a6-f45c9440f241") ) (fp_line (start 36.138 -0.955) (end 34.046 1.138) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "54c61e22-4b41-4e33-8b2d-7a906caaabc6") ) (fp_line (start 0.955 -1.138) (end -1.138 0.955) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "85adb6d0-d653-4c3c-a834-f32740846e7c") ) (fp_line (start 5.955 -1.138) (end 3.863 0.955) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "0761b6aa-ae22-4c5c-ae3a-1802fc8f662b") ) (fp_line (start 10.955 -1.138) (end 8.863 0.955) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "36125b68-10db-41b2-b617-6a4157f591cc") ) (fp_line (start 15.955 -1.138) (end 13.863 0.955) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "3d8352ce-0bcf-497d-bee8-ec5c60d105ee") ) (fp_line (start 20.955 -1.138) (end 18.863 0.955) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "6055a572-a1f2-47ce-9f69-426a41b2c0ae") ) (fp_line (start 25.955 -1.138) (end 23.863 0.955) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "07558c0b-b296-414e-b3be-7b63ec020372") ) (fp_line (start 30.955 -1.138) (end 28.863 0.955) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "986123e6-e51a-4806-9311-358a566eb013") ) (fp_line (start 35.955 -1.138) (end 33.863 0.955) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "f19208da-fcd9-460a-b869-84e2dee76320") ) (fp_line (start -2.5 -2.4) (end 37.5 -2.4) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "f8b2c751-f983-4a2a-b2c7-c8bca733280c") ) (fp_line (start -2.5 -4.1) (end 37.5 -4.1) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "67436795-ae03-4093-82c0-137612548e3f") ) (fp_line (start 37.5 -4.1) (end 37.5 3.5) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "f8aa06a1-1cce-4e28-b8be-1ebc11064c2c") ) (fp_circle (center 0 0) (end 1.5 0) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "12df2b92-6fcc-4ce0-96d6-0099f71e5c79") ) (fp_circle (center 5 0) (end 6.5 0) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "af15dbe1-56ec-40ed-8541-860ad03f863b") ) (fp_circle (center 10 0) (end 11.5 0) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "6bded19e-9149-4cb4-936a-4db62fc4f1b6") ) (fp_circle (center 15 0) (end 16.5 0) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "fe163443-06ae-46d9-a9b4-9ee34df32028") ) (fp_circle (center 20 0) (end 21.5 0) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "37a5394a-367f-42ac-a0b1-1ccacee1f2a6") ) (fp_circle (center 25 0) (end 26.5 0) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "4b1fb329-4176-4ce2-b08c-824402929855") ) (fp_circle (center 30 0) (end 31.5 0) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "3b5096ae-6fe5-4b5b-bb9c-7e06f3aa4e59") ) (fp_circle (center 35 0) (end 36.5 0) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "15c130fb-6fcf-4a36-b338-87dec904926a") ) (fp_circle (center 0 -3) (end 0.55 -3) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "8a36d98c-dfb4-4ffc-9a93-42b01002f3cc") ) (fp_circle (center 5 -3) (end 5.55 -3) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "9bb38f42-c380-4c89-a58a-001c3201051f") ) (fp_circle (center 10 -3) (end 10.55 -3) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "b4799289-a624-41f8-801c-4994e8956955") ) (fp_circle (center 15 -3) (end 15.55 -3) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "31f12c53-2382-4eaa-a24d-0032f52f2d5d") ) (fp_circle (center 20 -3) (end 20.55 -3) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "611e511c-a358-41c1-99d2-e5ffd293170d") ) (fp_circle (center 25 -3) (end 25.55 -3) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "03026993-63b4-4aad-8a86-863da541e11a") ) (fp_circle (center 30 -3) (end 30.55 -3) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "bcd5df17-aca6-48e6-88eb-664da66889a4") ) (fp_circle (center 35 -3) (end 35.55 -3) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "c726d9c0-6a75-48cb-816f-a730a553e947") ) (fp_text user "${REFERENCE}" (at 17.5 1.5 90) (layer "F.Fab") (uuid "6ca83c6f-d8e2-4805-8b17-ad7ca0058026") (effects (font (size 1 1) (thickness 0.15) ) ) ) (pad "1" thru_hole rect (at 0 0 270) (size 2.5 2.5) (drill 1.3) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 5 "Net-(J1-Pin_1)") (pinfunction "Pin_1") (pintype "passive") (uuid "e04334fd-7a16-40ac-86bc-241e4b0be3a1") ) (pad "2" thru_hole circle (at 5 0 270) (size 2.5 2.5) (drill 1.3) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 7 "Net-(J1-Pin_2)") (pinfunction "Pin_2") (pintype "passive") (uuid "4c54392f-5d47-48a8-8ad2-e4d20ec05798") ) (pad "3" thru_hole circle (at 10 0 270) (size 2.5 2.5) (drill 1.3) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 3 "Net-(J1-Pin_3)") (pinfunction "Pin_3") (pintype "passive") (uuid "878e7c69-a91e-457c-b4d0-138d308b116f") ) (pad "4" thru_hole circle (at 15 0 270) (size 2.5 2.5) (drill 1.3) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 4 "Net-(J1-Pin_4)") (pinfunction "Pin_4") (pintype "passive") (uuid "bb9f407b-7f33-42a4-9ad6-5b55b960a023") ) (pad "5" thru_hole circle (at 20 0 270) (size 2.5 2.5) (drill 1.3) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 6 "Net-(J1-Pin_5)") (pinfunction "Pin_5") (pintype "passive") (uuid "d11b7039-175b-460d-845b-3a6ac1cc353f") ) (pad "6" thru_hole circle (at 25 0 270) (size 2.5 2.5) (drill 1.3) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 8 "Net-(J1-Pin_6)") (pinfunction "Pin_6") (pintype "passive") (uuid "4be0f3fe-5476-4452-b094-832585a14c34") ) (pad "7" thru_hole circle (at 30 0 270) (size 2.5 2.5) (drill 1.3) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 1 "GND") (pinfunction "Pin_7") (pintype "passive") (uuid "f9706a9f-c233-4fc3-833e-063f7a69bc58") ) (pad "8" thru_hole circle (at 35 0 270) (size 2.5 2.5) (drill 1.3) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 9 "Net-(J1-Pin_8)") (pinfunction "Pin_8") (pintype "passive") (uuid "b36ffd2c-d488-438b-aeab-f1dd9a3e7510") ) (model "${KICAD8_3DMODEL_DIR}/TerminalBlock_RND.3dshapes/TerminalBlock_RND_205-00018_1x08_P5.00mm_Horizontal.wrl" (offset (xyz 0 0 0) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 0 0) ) ) ) (footprint "Connector_PinSocket_2.54mm:PinSocket_1x05_P2.54mm_Vertical" (layer "F.Cu") (uuid "d224a047-43d8-4431-9a7a-1a8cab3ee8f1") (at 160.5 64.6856) (descr "Through hole straight socket strip, 1x05, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") (tags "Through hole socket strip THT 1x05 2.54mm single row") (property "Reference" "J6" (at 0 -2.77 0) (layer "F.SilkS") (uuid "6b02e8c2-edfa-4cc4-8d77-90c76e38a25d") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Value" "Conn_01x05_Pin - 3.3v" (at 0 12.93 0) (layer "F.Fab") (uuid "b66023df-557c-460d-a4d9-540d61558f87") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x05_P2.54mm_Vertical" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "5cd53de4-93a9-42e8-adf3-69a28e99d5f6") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Datasheet" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "2ef0ae8b-bf5b-438e-b4ed-d14b57c0f541") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Description" "Generic connector, single row, 01x05, script generated" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "67373ab2-cc4a-4348-9bb7-03a834c9c4a2") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property ki_fp_filters "Connector*:*_1x??_*") (path "/3e0384b4-1cb3-4158-9957-9e752458aa54") (sheetname "Root") (sheetfile "Kicad 8.kicad_sch") (attr through_hole) (fp_line (start -1.33 1.27) (end -1.33 11.49) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "de8b92a5-fcf7-4b7b-8beb-423159bc156d") ) (fp_line (start -1.33 1.27) (end 1.33 1.27) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "e4695a08-8de0-4289-bb1f-76f9b2ada2fa") ) (fp_line (start -1.33 11.49) (end 1.33 11.49) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "c59561dd-bb70-4a97-9825-d8ba68d0c1e2") ) (fp_line (start 0 -1.33) (end 1.33 -1.33) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "82e5926d-b77a-48f5-a416-1fdb9e567813") ) (fp_line (start 1.33 -1.33) (end 1.33 0) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "684dce6a-c324-4f43-9563-cceef7a5e237") ) (fp_line (start 1.33 1.27) (end 1.33 11.49) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "845bf314-f517-43ef-9a0a-242fc9007278") ) (fp_line (start -1.8 -1.8) (end 1.75 -1.8) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "b48f1672-3f0f-45fc-972e-d374a889a74c") ) (fp_line (start -1.8 11.9) (end -1.8 -1.8) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "8fc3faa1-5556-470b-944a-463c013cbac5") ) (fp_line (start 1.75 -1.8) (end 1.75 11.9) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "e91a6097-9e7e-463d-a6a0-337a03ef4ae8") ) (fp_line (start 1.75 11.9) (end -1.8 11.9) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "d81951e5-fef5-4d5e-a534-9eac20e38aab") ) (fp_line (start -1.27 -1.27) (end 0.635 -1.27) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "579fd4c6-82f8-4823-8b32-07d53c4aca08") ) (fp_line (start -1.27 11.43) (end -1.27 -1.27) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "de7d9975-9239-40bf-9501-5fdeece2cece") ) (fp_line (start 0.635 -1.27) (end 1.27 -0.635) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "72ec9784-fdbe-4ef1-bdb5-dcf18c361a1c") ) (fp_line (start 1.27 -0.635) (end 1.27 11.43) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "b44c3517-e1f7-4dc4-a878-79327aa3449b") ) (fp_line (start 1.27 11.43) (end -1.27 11.43) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "b1f52c28-5f6d-4bf3-a3b4-2679b1ba75e6") ) (fp_text user "${REFERENCE}" (at 0 5.08 90) (layer "F.Fab") (uuid "37d177a0-58de-4e47-8ef6-d755a8bf328c") (effects (font (size 1 1) (thickness 0.15) ) ) ) (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 16 "Net-(J2-Pin_8)") (pinfunction "Pin_1") (pintype "passive") (uuid "bc57f602-4b39-48cf-92f4-10262121129a") ) (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 16 "Net-(J2-Pin_8)") (pinfunction "Pin_2") (pintype "passive") (uuid "e336f620-7f78-4916-a5e8-08b500d4ca75") ) (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 16 "Net-(J2-Pin_8)") (pinfunction "Pin_3") (pintype "passive") (uuid "d416b652-172c-4729-b135-e76ea54ef3a6") ) (pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 16 "Net-(J2-Pin_8)") (pinfunction "Pin_4") (pintype "passive") (uuid "d57895b2-8e58-4803-a386-1ddaf6ade988") ) (pad "5" thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 16 "Net-(J2-Pin_8)") (pinfunction "Pin_5") (pintype "passive") (uuid "13ba4f1e-4f34-489f-91d1-2c648dbd6f16") ) (model "${KICAD8_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x05_P2.54mm_Vertical.wrl" (offset (xyz 0 0 0) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 0 0) ) ) ) (footprint "TerminalBlock_RND:TerminalBlock_RND_205-00018_1x08_P5.00mm_Horizontal" (layer "F.Cu") (uuid "d5eef5e5-76ec-41de-af49-da9a14842d74") (at 174 78.5 -90) (descr "terminal block RND 205-00018, 8 pins, pitch 5mm, size 40x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND") (tags "THT terminal block RND 205-00018 pitch 5mm size 40x7.6mm^2 drill 1.3mm pad 2.5mm") (property "Reference" "J3" (at 18 -1.5 90) (layer "F.SilkS") (uuid "7e5212b1-70ed-48d1-addf-977b0d09fe4b") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Value" "Conn_01x08_Pin - L" (at 17.5 4.547 90) (layer "F.Fab") (uuid "8fc7e502-fde9-4031-805b-fdcb7f5baa78") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Footprint" "TerminalBlock_RND:TerminalBlock_RND_205-00018_1x08_P5.00mm_Horizontal" (at 0 0 -90) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "a24e1ca9-02b5-41f2-bea6-c0d0ee2886fd") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Datasheet" "" (at 0 0 -90) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "580556d8-ce75-4d8b-8cfa-d913ce584b4b") (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 "0ff95068-d794-4c91-a621-0ac4a27334f9") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property ki_fp_filters "Connector*:*_1x??_*") (path "/d3f8ce83-bb7b-4640-992c-86f8bc72cafb") (sheetname "Root") (sheetfile "Kicad 8.kicad_sch") (attr through_hole) (fp_line (start -2.8 3.8) (end -2.2 3.8) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "8bf2335b-ddcb-49df-8df0-cb3a596397e0") ) (fp_line (start -2.56 3.561) (end 37.56 3.561) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "de22abbc-42f8-4079-9363-9f802e3916a4") ) (fp_line (start -2.8 2.96) (end -2.8 3.8) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "6ab5bce7-c036-47bb-8cb1-09d75ede8461") ) (fp_line (start -2.56 2.9) (end 37.56 2.9) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "e9086204-8838-4255-a1f3-9e1d869f4698") ) (fp_line (start -2.56 2.3) (end 37.56 2.3) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "321906ca-1720-480f-856b-c25fdb93cfc2") ) (fp_line (start 3.99 1.216) (end 3.931 1.274) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "0d3af0f6-9855-4ae3-a59a-265c023378e6") ) (fp_line (start 8.99 1.216) (end 8.931 1.274) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "523d238c-9aa4-4494-81ba-4765478878a9") ) (fp_line (start 13.99 1.216) (end 13.931 1.274) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "cdbd8ae9-6c2d-4f0a-9086-aef79512f0d8") ) (fp_line (start 18.99 1.216) (end 18.931 1.274) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "8b5bca91-b770-436f-84c3-53652a067a9f") ) (fp_line (start 23.99 1.216) (end 23.931 1.274) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "9362fa9c-a332-405f-98fe-0259bf9ca647") ) (fp_line (start 28.99 1.216) (end 28.931 1.274) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "921f7886-57af-461d-9dc7-27e9f000cb17") ) (fp_line (start 33.99 1.216) (end 33.931 1.274) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "bd9d49e2-e31d-40fd-b47a-98b70d32e8f2") ) (fp_line (start 3.82 0.976) (end 3.726 1.069) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "5034ad38-89bb-4792-8e5d-c06e0cae94a6") ) (fp_line (start 8.82 0.976) (end 8.726 1.069) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "716900e4-bc54-47b1-91a2-fd7d7c6641e3") ) (fp_line (start 13.82 0.976) (end 13.726 1.069) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "a7b1e2ef-7cde-4f0a-a675-a70163e85af9") ) (fp_line (start 18.82 0.976) (end 18.726 1.069) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "71ed7187-1e8e-4ec4-82c6-ed2f070814b2") ) (fp_line (start 23.82 0.976) (end 23.726 1.069) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "3bcf8428-7b81-4483-9a9b-2ec0fdabb0b9") ) (fp_line (start 28.82 0.976) (end 28.726 1.069) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "62e9f9a4-687e-4eda-9739-a69ab60aed54") ) (fp_line (start 33.82 0.976) (end 33.726 1.069) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "b1765195-f4ad-4df1-8eba-cc8dc12b0c44") ) (fp_line (start 6.275 -1.069) (end 6.181 -0.976) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "b6425f54-6711-4165-b6ee-5d71c9861fd0") ) (fp_line (start 11.275 -1.069) (end 11.181 -0.976) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "9f47490d-ea12-4bdf-ae10-a6e75ac408e0") ) (fp_line (start 16.275 -1.069) (end 16.181 -0.976) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "85d6982d-d2f6-4ec0-88d8-539b92653ab8") ) (fp_line (start 21.275 -1.069) (end 21.181 -0.976) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "058bca36-012c-423f-9a4b-c69e171a4de1") ) (fp_line (start 26.275 -1.069) (end 26.181 -0.976) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "3f983004-3ab8-4771-bbb5-1c60bde884dc") ) (fp_line (start 31.275 -1.069) (end 31.181 -0.976) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "26f5f1aa-0787-4523-af53-b2ba0b2e6dea") ) (fp_line (start 36.275 -1.069) (end 36.181 -0.976) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "02830f3a-361c-44e0-8862-1a98daca444d") ) (fp_line (start 6.07 -1.275) (end 6.011 -1.216) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "ea66a964-a83b-4d79-b462-dc75916be248") ) (fp_line (start 11.07 -1.275) (end 11.011 -1.216) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "2838c5d3-02ed-451e-bf25-2ccfc8735c3e") ) (fp_line (start 16.07 -1.275) (end 16.011 -1.216) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "ce6ee9b3-e396-4857-ac8d-7aef3c5f20da") ) (fp_line (start 21.07 -1.275) (end 21.011 -1.216) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "8e9d2bce-b6a2-4e57-be40-c6f507d4f4e8") ) (fp_line (start 26.07 -1.275) (end 26.011 -1.216) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "5456c348-dcd8-4b18-8c89-7bb7753d9992") ) (fp_line (start 31.07 -1.275) (end 31.011 -1.216) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "42a77b4d-5219-4652-ac6a-99f7ba0f16d7") ) (fp_line (start 36.07 -1.275) (end 36.011 -1.216) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "fe2345ff-fc2e-408c-8067-bf912c4b91b7") ) (fp_line (start -2.56 -2.4) (end 37.56 -2.4) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "7bded36d-110a-4d71-a147-b64bdc73d26b") ) (fp_line (start -2.56 -4.16) (end -2.56 3.561) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "a37cfa34-23ac-4547-a2ed-3f74aab0acd0") ) (fp_line (start -2.56 -4.16) (end 37.56 -4.16) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "0b3ab90d-c642-4b48-8aa8-f05759dc70b4") ) (fp_line (start 37.56 -4.16) (end 37.56 3.561) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "c976c18c-4528-4db8-8526-0145031a1ef3") ) (fp_arc (start 0.029383 1.68045) (mid -0.392304 1.634281) (end -0.789 1.484) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "b582b981-ab1d-48d5-a962-b59ea7f9ffa7") ) (fp_arc (start 0.788712 1.483352) (mid 0.406429 1.630097) (end 0 1.68) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "89644584-0212-4c5b-8b01-005a83ddb8cb") ) (fp_arc (start -1.483953 0.789089) (mid -1.680708 0.00005) (end -1.484 -0.789) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "6206eccc-83a7-4e9f-99ae-69af252870c3") ) (fp_arc (start 1.483953 -0.789089) (mid 1.680708 -0.00005) (end 1.484 0.789) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "4d9bbce3-40f4-49bc-9c50-7be863099bd0") ) (fp_arc (start -0.789089 -1.483953) (mid -0.00005 -1.680708) (end 0.789 -1.484) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "14cc96b4-1eb3-4762-932d-fd1cbcf636b5") ) (fp_circle (center 5 0) (end 6.68 0) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "270f9f8f-910b-4a8c-af22-e47632d1ddb6") ) (fp_circle (center 10 0) (end 11.68 0) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "e1868aa2-70fb-41cd-b45b-edc523406e2a") ) (fp_circle (center 15 0) (end 16.68 0) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "61350e62-aac7-4729-9459-37edb2754510") ) (fp_circle (center 20 0) (end 21.68 0) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "fe3c103f-7bfe-4046-a642-6de14963629a") ) (fp_circle (center 25 0) (end 26.68 0) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "c8e10684-8c04-4e9e-b6e0-35e020efd417") ) (fp_circle (center 30 0) (end 31.68 0) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "4de2b65a-42d5-46cf-a311-f7733bfd1a83") ) (fp_circle (center 35 0) (end 36.68 0) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "3795c9d0-8bb4-452b-8c79-6e3cc70b7872") ) (fp_circle (center 0 -3) (end 0.55 -3) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "c9efb0c8-7c5d-4507-af7b-e8e5e1272031") ) (fp_circle (center 5 -3) (end 5.55 -3) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "01802e08-a4b9-4524-b5fa-71b5298b4d91") ) (fp_circle (center 10 -3) (end 10.55 -3) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "4b7297d9-d330-4731-8d36-423172bb18b2") ) (fp_circle (center 15 -3) (end 15.55 -3) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "98b08962-ff2d-452e-a459-c536e1dc170d") ) (fp_circle (center 20 -3) (end 20.55 -3) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "10e8cb70-30a5-42dc-ba0d-ae92b51772be") ) (fp_circle (center 25 -3) (end 25.55 -3) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "93030315-a157-4d29-b558-c5bd7dd4b4af") ) (fp_circle (center 30 -3) (end 30.55 -3) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "ec60c60f-f17c-450f-ba51-f18a0d477985") ) (fp_circle (center 35 -3) (end 35.55 -3) (stroke (width 0.12) (type solid) ) (fill none) (layer "F.SilkS") (uuid "0c5fa8ab-86e7-4f2b-b5cf-72b92fe4e5a4") ) (fp_line (start -3 4) (end 38 4) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "1cf15af2-d28d-45d8-a6b0-462ddf026300") ) (fp_line (start 38 4) (end 38 -4.6) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "480d0200-6db5-4d86-9d2e-78f6d7e5f1bd") ) (fp_line (start -3 -4.6) (end -3 4) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "95605032-c60d-44cb-bae8-95424f86ed09") ) (fp_line (start 38 -4.6) (end -3 -4.6) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "c5c1f1a0-a627-4230-b4f5-275eb646cde7") ) (fp_line (start -1.9 3.5) (end -2.5 2.9) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "ce4cebc6-c074-4a86-8f96-7825411fd249") ) (fp_line (start 37.5 3.5) (end -1.9 3.5) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "7748d0e2-3dfb-424d-8b95-1873068cb5a7") ) (fp_line (start -2.5 2.9) (end 37.5 2.9) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "8aa06404-02c1-442d-bc4a-72c676875c81") ) (fp_line (start -2.5 2.9) (end -2.5 -4.1) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "0febf183-52e2-432d-9262-fc2821b5b14e") ) (fp_line (start -2.5 2.3) (end 37.5 2.3) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "b8106485-3f46-4e30-8606-f58473d0345b") ) (fp_line (start 1.138 -0.955) (end -0.955 1.138) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "badae8c5-55b7-4c26-aaea-503baabffd52") ) (fp_line (start 6.138 -0.955) (end 4.046 1.138) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "dfb48ed6-24e3-42d3-ada5-e9991bd5319f") ) (fp_line (start 11.138 -0.955) (end 9.046 1.138) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "91a0cb27-5be1-41a9-8836-39c121826cd3") ) (fp_line (start 16.138 -0.955) (end 14.046 1.138) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "b0b4818e-19b0-4e62-9271-a9b0da8b1998") ) (fp_line (start 21.138 -0.955) (end 19.046 1.138) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "226f8423-79d9-4b35-a318-1de1f334cf6c") ) (fp_line (start 26.138 -0.955) (end 24.046 1.138) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "94b0da2f-b500-453c-bd49-19b8089cf8d3") ) (fp_line (start 31.138 -0.955) (end 29.046 1.138) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "a6043147-1955-4225-a094-528902fb863b") ) (fp_line (start 36.138 -0.955) (end 34.046 1.138) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "b1e2db1a-8d6f-4264-be55-a87cb143f43f") ) (fp_line (start 0.955 -1.138) (end -1.138 0.955) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "e3b2df0a-c542-4caa-b04b-7d9065cf9766") ) (fp_line (start 5.955 -1.138) (end 3.863 0.955) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "98cf91cb-cad6-4ead-ad4c-edf6350b8290") ) (fp_line (start 10.955 -1.138) (end 8.863 0.955) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "82b9057c-f4e5-4964-8b08-24d74be61172") ) (fp_line (start 15.955 -1.138) (end 13.863 0.955) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "c02b8676-f784-43b7-9ed5-3e85cc5ff8c8") ) (fp_line (start 20.955 -1.138) (end 18.863 0.955) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "8b7ae64e-d668-4227-ba49-a0e8850bf3d9") ) (fp_line (start 25.955 -1.138) (end 23.863 0.955) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "c0f1cb92-a3bd-4e5e-9780-5c63e2e888b8") ) (fp_line (start 30.955 -1.138) (end 28.863 0.955) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "f98d79f2-dc55-4863-8f85-c842d4720a92") ) (fp_line (start 35.955 -1.138) (end 33.863 0.955) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "7cfb706e-6cad-46ea-8f59-1c64d0a704da") ) (fp_line (start -2.5 -2.4) (end 37.5 -2.4) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "e7ecccf0-8250-4de2-aef3-599cdbbda6fa") ) (fp_line (start -2.5 -4.1) (end 37.5 -4.1) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "28f74f66-f570-4dc3-86ab-dd8a8cdbf525") ) (fp_line (start 37.5 -4.1) (end 37.5 3.5) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "1a92bd7e-f915-46ff-bd3b-fae9fd7d9515") ) (fp_circle (center 0 0) (end 1.5 0) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "e7fff131-1814-4ec4-8501-fbd130cccb58") ) (fp_circle (center 5 0) (end 6.5 0) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "f5036923-cb9c-4c3a-ba2e-9062d9a969dd") ) (fp_circle (center 10 0) (end 11.5 0) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "0003e202-c4fa-47e0-890d-2d0e61cff6f9") ) (fp_circle (center 15 0) (end 16.5 0) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "d0a997bf-c859-4ba9-a54d-76697032138c") ) (fp_circle (center 20 0) (end 21.5 0) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "8848cea4-c0e2-4198-9fd9-e3dea955aa3c") ) (fp_circle (center 25 0) (end 26.5 0) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "1d6cad82-285d-4ac2-96de-7bedd575feb9") ) (fp_circle (center 30 0) (end 31.5 0) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "52ad7c06-5ffb-4280-948b-699a64e4318c") ) (fp_circle (center 35 0) (end 36.5 0) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "14562564-98e5-4e14-93c7-baec01329e75") ) (fp_circle (center 0 -3) (end 0.55 -3) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "40f53306-1fdb-46c5-ac4b-8256eccedf2e") ) (fp_circle (center 5 -3) (end 5.55 -3) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "b4caaff7-eb14-4f64-a778-60f4a1e61c83") ) (fp_circle (center 10 -3) (end 10.55 -3) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "ad32cf81-73d8-4c10-ada8-48408464414f") ) (fp_circle (center 15 -3) (end 15.55 -3) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "71bd0746-007e-47bb-93b9-1b6b25d17bf5") ) (fp_circle (center 20 -3) (end 20.55 -3) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "61012970-3420-4c60-98fb-555dca51caf7") ) (fp_circle (center 25 -3) (end 25.55 -3) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "45e41ac6-9d52-41da-83aa-ca9aa6fee68c") ) (fp_circle (center 30 -3) (end 30.55 -3) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "6d2482bc-226b-4bf0-96c7-4d2ae0fc6455") ) (fp_circle (center 35 -3) (end 35.55 -3) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "d8616a05-1062-402a-ab58-4c27a895bd43") ) (fp_text user "${REFERENCE}" (at 17.5 1.5 90) (layer "F.Fab") (uuid "ebfa51b9-e77d-448b-9e84-5fa3b9f1a4ac") (effects (font (size 1 1) (thickness 0.15) ) ) ) (pad "1" thru_hole rect (at 0 0 270) (size 2.5 2.5) (drill 1.3) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 10 "Net-(J2-Pin_1)") (pinfunction "Pin_1") (pintype "passive") (uuid "246a6a3d-b934-4c72-94d0-0216dedea7b4") ) (pad "2" thru_hole circle (at 5 0 270) (size 2.5 2.5) (drill 1.3) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 12 "Net-(J2-Pin_2)") (pinfunction "Pin_2") (pintype "passive") (uuid "12bef900-4f24-404d-adf7-63d7313df107") ) (pad "3" thru_hole circle (at 10 0 270) (size 2.5 2.5) (drill 1.3) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 11 "Net-(J2-Pin_3)") (pinfunction "Pin_3") (pintype "passive") (uuid "ee336e77-8ca3-4f20-9de4-62153eb84df2") ) (pad "4" thru_hole circle (at 15 0 270) (size 2.5 2.5) (drill 1.3) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 17 "Net-(J2-Pin_4)") (pinfunction "Pin_4") (pintype "passive") (uuid "9eae0527-d565-4426-a692-39418d7978b2") ) (pad "5" thru_hole circle (at 20 0 270) (size 2.5 2.5) (drill 1.3) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 13 "Net-(J2-Pin_5)") (pinfunction "Pin_5") (pintype "passive") (uuid "e3287347-4e3a-4203-a90d-49e31f5e6955") ) (pad "6" thru_hole circle (at 25 0 270) (size 2.5 2.5) (drill 1.3) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 15 "Net-(J2-Pin_6)") (pinfunction "Pin_6") (pintype "passive") (uuid "c878fdce-7112-43f0-9d5a-e43e4eacfd60") ) (pad "7" thru_hole circle (at 30 0 270) (size 2.5 2.5) (drill 1.3) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 14 "Net-(J2-Pin_7)") (pinfunction "Pin_7") (pintype "passive") (uuid "93deca2b-ccfe-47f0-a159-3b07598a8ae6") ) (pad "8" thru_hole circle (at 35 0 270) (size 2.5 2.5) (drill 1.3) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 16 "Net-(J2-Pin_8)") (pinfunction "Pin_8") (pintype "passive") (uuid "410787a3-bb32-4d30-846f-dffbb3103b5a") ) (model "${KICAD8_3DMODEL_DIR}/TerminalBlock_RND.3dshapes/TerminalBlock_RND_205-00018_1x08_P5.00mm_Horizontal.wrl" (offset (xyz 0 0 0) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 0 0) ) ) ) (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") (uuid "e2553c91-f19e-4e37-8041-387eb4282224") (at 156.725 30) (descr "LED, diameter 3.0mm, 2 pins") (tags "LED diameter 3.0mm 2 pins") (property "Reference" "D1" (at 1.27 -2.96 0) (layer "F.SilkS") (uuid "0e77ed4c-03f5-4f0c-bec1-803ef29b352d") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Value" "LED" (at 1.27 2.96 0) (layer "F.Fab") (uuid "80111325-22f0-48ac-851c-7ac68402302f") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Footprint" "LED_THT:LED_D3.0mm" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "b1884a10-33d2-4c1b-92a1-e92a6b81c420") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Datasheet" "" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "65217f84-ba2e-4771-af4c-6a48c79d082e") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Description" "Light emitting diode" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "7cbd5dd0-2550-42e5-a5fb-7a00a35af70b") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property ki_fp_filters "LED* LED_SMD:* LED_THT:*") (path "/e9661f17-dfcf-4506-ae48-b5f69dd4b05b") (sheetname "Root") (sheetfile "Kicad 8.kicad_sch") (attr through_hole) (fp_line (start -0.29 -1.236) (end -0.29 -1.08) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "4a6bf684-d0bd-4403-93e0-2c993167136b") ) (fp_line (start -0.29 1.08) (end -0.29 1.236) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "d66608ba-f6d1-4125-a8b0-a2f3d8e2971b") ) (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "904d4fd0-bf44-4e5d-bd8c-9c471784eea9") ) (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "fef5ff5f-a333-496a-94b9-e964e73ff7d0") ) (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "837992f5-7c0c-46dd-bca0-17e67b46a8c7") ) (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "8c45b9ca-1245-4901-9cf5-408d6c38b20f") ) (fp_line (start -1.15 -2.25) (end -1.15 2.25) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "5abec0f2-ee16-48a0-9b48-e2884cf63383") ) (fp_line (start -1.15 2.25) (end 3.7 2.25) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "f35c347a-941f-4872-b921-5da1e09c30c4") ) (fp_line (start 3.7 -2.25) (end -1.15 -2.25) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "ce43d6cf-2adc-403e-8deb-34146781e6d0") ) (fp_line (start 3.7 2.25) (end 3.7 -2.25) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "80eb6416-6aeb-4f25-8e91-c7ec2a752c21") ) (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "d2316818-997b-4a48-a8ba-922a3da5bdaf") ) (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "4ab01ba5-ac2b-46c3-94b6-66f01e32748f") ) (fp_circle (center 1.27 0) (end 2.77 0) (stroke (width 0.1) (type solid) ) (fill none) (layer "F.Fab") (uuid "aa31b67d-9bcb-4d20-9271-16b927e9826a") ) (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 1 "GND") (pinfunction "K") (pintype "passive") (uuid "4a6674e1-3858-4e97-b0e8-ef79360f8246") ) (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 2 "Net-(D1-A)") (pinfunction "A") (pintype "passive") (uuid "d79cd340-cc6c-4602-9048-43a5bee764d9") ) (model "${KICAD8_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" (offset (xyz 0 0 0) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 0 0) ) ) ) (footprint "Module:WEMOS_D1_mini_light" (layer "F.Cu") (uuid "f5ad002f-813d-4624-ae56-ee042cfe3f06") (at 93.5 94.5) (descr "16-pin module, column spacing 22.86 mm (900 mils), https://wiki.wemos.cc/products:d1:d1_mini, https://c1.staticflickr.com/1/734/31400410271_f278b087db_z.jpg") (tags "ESP8266 WiFi microcontroller") (property "Reference" "U1" (at 24.36 27.5 0) (layer "F.SilkS") (uuid "66791f5e-5829-463b-8f14-9fc069f7dc08") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Value" "WeMos_D1_mini" (at 11.7 0 0) (layer "F.Fab") (uuid "f5ff4099-c6f5-46a5-83b7-a268ea33ba5c") (effects (font (size 1 1) (thickness 0.15) ) ) ) (property "Footprint" "Module:WEMOS_D1_mini_light" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "6d2ffbe6-25da-40a6-ae5a-e046aacbe8ed") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Datasheet" "https://wiki.wemos.cc/products:d1:d1_mini#documentation" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "3c2ac169-8485-4cb4-bacf-c5f2c22e49dd") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property "Description" "32-bit microcontroller module with WiFi" (at 0 0 0) (unlocked yes) (layer "F.Fab") (hide yes) (uuid "a56a7b66-0d9e-4b77-80b6-3ecab0fcb3c1") (effects (font (size 1.27 1.27) (thickness 0.15) ) ) ) (property ki_fp_filters "WEMOS*D1*mini*") (path "/cc0f15f6-0983-43bc-9607-afda337c751e") (sheetname "Root") (sheetfile "Kicad 8.kicad_sch") (attr through_hole) (fp_line (start -1.5 19.22) (end -1.5 -6.21) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "fe90df8c-d602-498a-ad40-23bd7469569e") ) (fp_line (start -1.5 19.22) (end 1.04 19.22) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "15b0fb61-0bf9-4e62-a4f6-f711172983c0") ) (fp_line (start 1.04 19.22) (end 1.04 26.12) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "f623e66d-0242-4e64-a897-4e844c1d7576") ) (fp_line (start 1.04 26.12) (end 24.36 26.12) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "7679b744-0c46-428c-8b93-77b4c4ba1cd0") ) (fp_line (start 22.24 -8.34) (end 0.63 -8.34) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "bb60fcf8-5736-4c9f-858a-0324e5ad3562") ) (fp_line (start 24.36 26.12) (end 24.36 -6.21) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "39dc57bd-2b44-43a7-9673-6c9cc4627b93") ) (fp_arc (start -1.5 -6.21) (mid -0.876137 -7.716137) (end 0.63 -8.34) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "42352f0b-7220-4cc7-9bbe-e29156883f19") ) (fp_arc (start 22.23 -8.34) (mid 23.736137 -7.716137) (end 24.36 -6.21) (stroke (width 0.12) (type solid) ) (layer "F.SilkS") (uuid "39461d2f-9362-4fcb-a1ce-b0156c6cb7fb") ) (fp_poly (pts (xy -2.54 -0.635) (xy -2.54 0.635) (xy -1.905 0) ) (stroke (width 0.15) (type solid) ) (fill solid) (layer "F.SilkS") (uuid "542479eb-03df-42fb-97a0-4b3eae346372") ) (fp_line (start -1.35 -8.2) (end -1.35 -1.4) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "f2a985fa-4200-4192-9e90-9aabc93435da") ) (fp_line (start -1.35 -7.4) (end -0.55 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "8acdee6c-1d50-4039-b519-a6fcd46b12b7") ) (fp_line (start -1.35 -3.4) (end 3.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "4e67f945-722e-4b46-a4b4-0b58c034039c") ) (fp_line (start -1.35 -1.4) (end 5.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "0011a42a-0e9d-4276-abad-b88c2ca11ff2") ) (fp_line (start -1.35 -1.4) (end 24.25 -1.4) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "6d2ea0d3-0bd1-4c44-80ed-66d90fdcf1f2") ) (fp_line (start -1.3 -5.45) (end 1.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "75d48b7f-2eda-494b-9f86-1408208fc650") ) (fp_line (start 0.65 -1.4) (end 7.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "1b75a458-ee06-421c-87d3-d07e0a7b1c81") ) (fp_line (start 2.65 -1.4) (end 9.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "85110adf-9782-4252-ad52-56d4979ddaa1") ) (fp_line (start 4.65 -1.4) (end 11.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "5a7214f6-909b-44e5-9436-a74a7668e694") ) (fp_line (start 6.65 -1.4) (end 13.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "37c9773f-be69-43f8-8f94-62547518ca1e") ) (fp_line (start 8.65 -1.4) (end 15.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "1a1f098c-8f46-4b02-8d76-6a6a8e226e8d") ) (fp_line (start 10.65 -1.4) (end 17.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "96506d0c-7280-4a95-a9bd-4bc70fbccc7b") ) (fp_line (start 12.65 -1.4) (end 19.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "dae0b446-8462-4d4a-9d9c-f0ee0f459a9b") ) (fp_line (start 14.65 -1.4) (end 21.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "840ccc40-7190-42a9-a951-c9e027a1b292") ) (fp_line (start 16.65 -1.4) (end 23.45 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "7ccc58ea-40ae-429d-bb61-969a4bbbce84") ) (fp_line (start 18.65 -1.4) (end 24.25 -7) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "5d81d2e1-585b-42b6-bf5d-dd9729c47eb7") ) (fp_line (start 20.65 -1.4) (end 24.25 -5) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "f107b6a2-6cbd-4c17-8bc4-1a7d8e42e740") ) (fp_line (start 22.65 -1.4) (end 24.25 -3) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "ad1644b8-a421-4377-b1f4-b6ffa4dd9331") ) (fp_line (start 24.25 -8.2) (end -1.35 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "fa1e83b9-34bf-431e-bddc-bee1743ebed8") ) (fp_line (start 24.25 -1.4) (end 24.25 -8.2) (stroke (width 0.1) (type solid) ) (layer "Dwgs.User") (uuid "dbe27f41-89f2-4301-bfc8-9a32e75168c1") ) (fp_line (start -1.62 -8.46) (end 24.48 -8.46) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "551365f1-f93a-4772-819e-a1f2decb1070") ) (fp_line (start -1.62 26.24) (end -1.62 -8.46) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "c183f87b-6cfc-4637-8fc0-61b47686ec6c") ) (fp_line (start 24.48 -8.46) (end 24.48 26.24) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "d0afa224-2d41-4ad5-94aa-6e7bc3f68e6a") ) (fp_line (start 24.48 26.24) (end -1.62 26.24) (stroke (width 0.05) (type solid) ) (layer "F.CrtYd") (uuid "f919a197-b6cd-4693-bfd3-62716d36b1c7") ) (fp_line (start -1.37 -6.21) (end -1.37 -1) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "64457c14-beaf-4760-9acd-11fd9defb888") ) (fp_line (start -1.37 1) (end -1.37 19.09) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "338ebfb9-f360-4d1e-a331-e67211a692d2") ) (fp_line (start -1.37 1) (end -0.37 0) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "b6078784-5946-4f3d-a980-74a55ebd41c0") ) (fp_line (start -1.37 19.09) (end 1.17 19.09) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "86ae4e81-2952-4a5a-91b6-3c89c0a7a9fb") ) (fp_line (start -0.37 0) (end -1.37 -1) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "6ba735c8-9703-4272-93ff-d517c40681a5") ) (fp_line (start 1.17 19.09) (end 1.17 25.99) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "0ec87f84-fbac-42e6-8d55-d747c608227a") ) (fp_line (start 1.17 25.99) (end 24.23 25.99) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "f0068b87-5427-479d-93fb-643b268c06fc") ) (fp_line (start 22.23 -8.21) (end 0.63 -8.21) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "5fdcec65-8ec1-48b4-8232-60a68cd127d1") ) (fp_line (start 24.23 25.99) (end 24.23 -6.21) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "b5119fdd-d276-4e60-bdb0-72fd0f060eb0") ) (fp_arc (start -1.37 -6.21) (mid -0.784214 -7.624214) (end 0.63 -8.21) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "d2af3d80-1a81-4dbb-9f13-3e198371aea9") ) (fp_arc (start 22.25 -8.21) (mid 23.658356 -7.610071) (end 24.23 -6.19) (stroke (width 0.1) (type solid) ) (layer "F.Fab") (uuid "b33ad795-0869-40f0-982e-4dd534d2a52c") ) (fp_text user "No copper" (at 11.43 -3.81 0) (layer "Cmts.User") (uuid "a55f46fb-5a6d-4bcb-8849-1383d218d772") (effects (font (size 1 1) (thickness 0.15) ) ) ) (fp_text user "KEEP OUT" (at 11.43 -6.35 0) (layer "Cmts.User") (uuid "cc5ca837-2f1e-4e09-a251-040642630bba") (effects (font (size 1 1) (thickness 0.15) ) ) ) (fp_text user "${REFERENCE}" (at 11.43 10 0) (layer "F.Fab") (uuid "bc843a1b-9180-4f2e-b018-4325275af021") (effects (font (size 1 1) (thickness 0.15) ) ) ) (pad "1" thru_hole rect (at 0 0) (size 2 2) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 10 "Net-(J2-Pin_1)") (pinfunction "~{RST}") (pintype "input") (uuid "9d2a310b-8ffa-4e63-bc49-741ffcf64b3a") ) (pad "2" thru_hole oval (at 0 2.54) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 12 "Net-(J2-Pin_2)") (pinfunction "A0") (pintype "input") (uuid "55c7a423-81af-47df-98c0-df48e78a2618") ) (pad "3" thru_hole oval (at 0 5.08) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 11 "Net-(J2-Pin_3)") (pinfunction "D0") (pintype "bidirectional") (uuid "ea2c0328-7570-44fa-b31b-aa26c8caeb29") ) (pad "4" thru_hole oval (at 0 7.62) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 17 "Net-(J2-Pin_4)") (pinfunction "SCK/D5") (pintype "bidirectional") (uuid "7992fe68-329f-4d80-944c-4e03274421f9") ) (pad "5" thru_hole oval (at 0 10.16) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 13 "Net-(J2-Pin_5)") (pinfunction "MISO/D6") (pintype "bidirectional") (uuid "4d4de9c9-35a7-493d-be71-5ab1bc245f1b") ) (pad "6" thru_hole oval (at 0 12.7) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 15 "Net-(J2-Pin_6)") (pinfunction "MOSI/D7") (pintype "bidirectional") (uuid "62ee6a48-6eba-4fda-af6e-4252bbda24b8") ) (pad "7" thru_hole oval (at 0 15.24) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 14 "Net-(J2-Pin_7)") (pinfunction "CS/D8") (pintype "bidirectional") (uuid "8fef2b99-33d9-4a32-8088-5c36bc62dc27") ) (pad "8" thru_hole oval (at 0 17.78) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 16 "Net-(J2-Pin_8)") (pinfunction "3V3") (pintype "power_out") (uuid "b7f18898-a98f-43f8-a404-d090622f1c44") ) (pad "9" thru_hole oval (at 22.86 17.78) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 9 "Net-(J1-Pin_8)") (pinfunction "5V") (pintype "power_in") (uuid "5fb91ef9-a241-4431-af8d-e9754a93c28b") ) (pad "10" thru_hole oval (at 22.86 15.24) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 1 "GND") (pinfunction "GND") (pintype "power_in") (uuid "a7c224d2-180f-4d35-8e1e-10825af0ed7e") ) (pad "11" thru_hole oval (at 22.86 12.7) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 8 "Net-(J1-Pin_6)") (pinfunction "D4") (pintype "bidirectional") (uuid "aaeee514-fc0a-4dd9-aebb-01347c83ad7f") ) (pad "12" thru_hole oval (at 22.86 10.16) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 6 "Net-(J1-Pin_5)") (pinfunction "D3") (pintype "bidirectional") (uuid "fa61ffcd-43f5-4c04-ab84-8b2affb23cab") ) (pad "13" thru_hole oval (at 22.86 7.62) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 4 "Net-(J1-Pin_4)") (pinfunction "SDA/D2") (pintype "bidirectional") (uuid "4af41460-2ca3-4f1d-aa32-2bc40d17c88a") ) (pad "14" thru_hole oval (at 22.86 5.08) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 3 "Net-(J1-Pin_3)") (pinfunction "SCL/D1") (pintype "bidirectional") (uuid "919790e2-557a-4f9c-a146-b5b3a82f7d27") ) (pad "15" thru_hole oval (at 22.86 2.54) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 7 "Net-(J1-Pin_2)") (pinfunction "RX") (pintype "input") (uuid "23cb1e0d-ed69-4ab0-b2a6-8431d2f5a7c5") ) (pad "16" thru_hole oval (at 22.86 0) (size 2 1.6) (drill 1) (layers "*.Cu" "*.Mask") (remove_unused_layers no) (net 5 "Net-(J1-Pin_1)") (pinfunction "TX") (pintype "output") (uuid "004b8d01-26b5-4275-aeef-8b105dcecbfc") ) (model "${KICAD8_3DMODEL_DIR}/Module.3dshapes/wemos_d1_mini_light.wrl" (offset (xyz 0 0 0) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 0 0) ) ) (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x08_P2.54mm_Vertical.wrl" (offset (xyz 0 0 9.5) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 -180 0) ) ) (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x08_P2.54mm_Vertical.wrl" (offset (xyz 22.86 0 9.5) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 -180 0) ) ) (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) ) ) (model "${KICAD8_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x08_P2.54mm_Vertical.wrl" (offset (xyz 22.86 0 0) ) (scale (xyz 1 1 1) ) (rotate (xyz 0 0 0) ) ) ) (gr_rect (start 80 25.5) (end 179 123.5) (locked yes) (stroke (width 0.05) (type default) ) (fill none) (layer "Edge.Cuts") (uuid "a841bbdf-a722-4cb9-ab07-a6c3d66a9697") ) (gr_text "Project by AnotherMaker\nhttps://github.com/mudmin/AnotherMaker/" (at 118.5 41 0) (layer "B.SilkS") (uuid "1cb42c1a-53ca-4332-b1c6-d0125ad11b10") (effects (font (size 2.2 2.2) (thickness 0.1) ) (justify bottom mirror) ) ) (gr_text "WeMos Shield 2" (at 101.5 82.5 0) (layer "F.SilkS") (uuid "0a3ce943-2489-4ac1-9563-e4ce1d12e305") (effects (font (size 1 1) (thickness 0.1) ) (justify left bottom) ) ) (gr_text "GND" (at 164 54.62381 90) (layer "F.SilkS") (uuid "11de51ee-dfae-4dd8-94a2-10befed54ea6") (effects (font (size 1 1) (thickness 0.1) ) (justify left bottom) ) ) (gr_text "3.3v" (at 164 71.357012 90) (layer "F.SilkS") (uuid "12480dc6-46d8-4b6a-839a-ee31d5330113") (effects (font (size 1 1) (thickness 0.1) ) (justify left bottom) ) ) (gr_text "5v" (at 164 87.328309 90) (layer "F.SilkS") (uuid "4cb2242d-1cd1-4d19-ab54-bcf801c5314a") (effects (font (size 1 1) (thickness 0.1) ) (justify left bottom) ) ) (gr_text "3v D8 D7 D6 D5 D0 A0 RS" (at 169.5 114.06 90) (layer "F.SilkS") (uuid "4fbe4e74-b1e3-4dbd-af06-fbe4e5b7bd01") (effects (font (size 1.5 1.5) (thickness 0.1) ) (justify left bottom) ) ) (gr_text "WeMos D1 Mini" (at 102.36 122.5395 0) (layer "F.SilkS") (uuid "626f334c-a5d3-47ca-a263-f5e4ca24dbc2") (effects (font (size 1 1) (thickness 0.1) ) (justify left bottom) ) ) (gr_text "WeMos D1 Max" (at 81.5 43.5 0) (layer "F.SilkS") (uuid "62ee1ae8-4b3f-4885-a54f-b736902734e9") (effects (font (face "Open Sans") (size 9 7) (thickness 1.2) (bold yes) ) (justify left bottom) ) (render_cache "WeMos D1 Max" 0 (polygon (pts (xy 89.232972 41.97) (xy 87.53524 41.97) (xy 86.582937 37.246099) (xy 86.499509 36.792002) (xy 86.425091 36.34741) (xy 86.401709 36.204159) (xy 86.333154 35.760443) (xy 86.27252 35.310184) (xy 86.256385 35.142435) (xy 86.200895 35.609257) (xy 86.132093 36.076235) (xy 86.11106 36.210753) (xy 86.038368 36.6659) (xy 85.963382 37.101673) (xy 85.933251 37.259288) (xy 84.986078 41.97) (xy 83.293475 41.97) (xy 81.5 32.966231) (xy 82.966922 32.966231) (xy 83.864515 37.876978) (xy 83.948423 38.374403) (xy 84.023196 38.846172) (xy 84.088832 39.292283) (xy 84.153861 39.780319) (xy 84.206454 40.233433) (xy 84.253899 39.786102) (xy 84.313605 39.325101) (xy 84.338101 39.147529) (xy 84.408186 38.680481) (xy 84.486845 38.229649) (xy 84.533007 38.006671) (xy 85.558827 32.966231) (xy 86.96762 32.966231) (xy 87.99173 38.006671) (xy 88.072226 38.466852) (xy 88.140668 38.912705) (xy 88.159281 39.039818) (xy 88.222974 39.494256) (xy 88.279554 39.937277) (xy 88.313154 40.233433) (xy 88.366168 39.768688) (xy 88.42932 39.298002) (xy 88.467027 39.03762) (xy 88.53768 38.576168) (xy 88.61545 38.115206) (xy 88.660223 37.876978) (xy 89.554396 32.966231) (xy 91.021318 32.966231) ) ) (polygon (pts (xy 94.302101 34.956252) (xy 94.681814 35.034769) (xy 95.026065 35.172173) (xy 95.334853 35.368464) (xy 95.650284 35.671897) (xy 95.731542 35.773314) (xy 95.979361 36.170228) (xy 96.143332 36.558998) (xy 96.262584 36.99259) (xy 96.337116 37.471005) (xy 96.366929 37.994242) (xy 96.36755 38.085806) (xy 96.36755 39.004647) (xy 92.900279 39.004647) (xy 92.946628 39.471762) (xy 93.07012 39.906247) (xy 93.269574 40.257613) (xy 93.568825 40.532214) (xy 93.911569 40.672596) (xy 94.240683 40.708241) (xy 94.597396 40.690003) (xy 94.939203 40.635289) (xy 95.158792 40.578548) (xy 95.488738 40.45964) (xy 95.829743 40.297455) (xy 96.063224 40.165289) (xy 96.063224 41.622686) (xy 95.741922 41.802042) (xy 95.403126 41.940041) (xy 95.240858 41.989783) (xy 94.885668 42.063457) (xy 94.512766 42.10112) (xy 94.174005 42.110683) (xy 93.782302 42.088197) (xy 93.418231 42.020738) (xy 93.081792 41.908306) (xy 92.714541 41.714025) (xy 92.38708 41.454982) (xy 92.144591 41.189644) (xy 91.896491 40.816459) (xy 91.699722 40.389332) (xy 91.554284 39.908265) (xy 91.472297 39.466169) (xy 91.425956 38.986615) (xy 91.414549 38.576001) (xy 91.431037 38.051903) (xy 91.461844 37.749483) (xy 92.934473 37.749483) (xy 94.991242 37.749483) (xy 94.953077 37.302554) (xy 94.827752 36.872819) (xy 94.707431 36.661381) (xy 94.431095 36.398415) (xy 94.0808 36.282709) (xy 93.967131 36.276699) (xy 93.622301 36.340186) (xy 93.306466 36.571221) (xy 93.23709 36.661381) (xy 93.048735 37.057905) (xy 92.956572 37.496237) (xy 92.934473 37.749483) (xy 91.461844 37.749483) (xy 91.4805 37.566338) (xy 91.562938 37.119306) (xy 91.70539 36.63373) (xy 91.895327 36.203641) (xy 92.089881 35.88762) (xy 92.361342 35.564152) (xy 92.669229 35.307608) (xy 93.01354 35.117989) (xy 93.394275 34.995294) (xy 93.739379 34.944171) (xy 93.958583 34.935806) ) ) (polygon (pts (xy 100.617864 41.97) (xy 98.925261 34.907229) (xy 98.882519 34.907229) (xy 98.904157 35.423391) (xy 98.92291 35.894764) (xy 98.942295 36.420998) (xy 98.957171 36.87725) (xy 98.969072 37.332377) (xy 98.974842 37.782456) (xy 98.974842 41.97) (xy 97.642986 41.97) (xy 97.642986 32.966231) (xy 99.67069 32.966231) (xy 101.335938 39.850949) (xy 101.365003 39.850949) (xy 103.129413 32.966231) (xy 105.157117 32.966231) (xy 105.157117 41.97) (xy 103.768841 41.97) (xy 103.768841 37.709916) (xy 103.772073 37.252195) (xy 103.77568 37.015289) (xy 103.788022 36.535226) (xy 103.801883 36.085884) (xy 103.817671 35.601441) (xy 103.833583 35.127726) (xy 103.840648 34.920418) (xy 103.797906 34.920418) (xy 101.983914 41.97) ) ) (polygon (pts (xy 109.436176 34.962871) (xy 109.789122 35.044066) (xy 110.119201 35.179392) (xy 110.426413 35.368848) (xy 110.737389 35.642342) (xy 111.004819 35.97565) (xy 111.228701 36.368774) (xy 111.334263 36.613021) (xy 111.47339 37.036034) (xy 111.572766 37.493944) (xy 111.632392 37.98675) (xy 111.651957 38.446581) (xy 111.652267 38.514452) (xy 111.635362 39.024725) (xy 111.584648 39.499041) (xy 111.500123 39.937401) (xy 111.354063 40.41597) (xy 111.159318 40.842762) (xy 110.959839 41.158869) (xy 110.681064 41.482337) (xy 110.364062 41.738881) (xy 110.008832 41.9285) (xy 109.615374 42.051195) (xy 109.25829 42.102318) (xy 109.031297 42.110683) (xy 108.655484 42.083481) (xy 108.302538 42.001873) (xy 107.972459 41.86586) (xy 107.665247 41.675443) (xy 107.354135 41.399302) (xy 107.0863 41.062999) (xy 106.861742 40.666533) (xy 106.755687 40.420279) (xy 106.617308 39.994518) (xy 106.518466 39.534959) (xy 106.459161 39.041604) (xy 106.439701 38.582194) (xy 106.439392 38.514452) (xy 107.93367 38.514452) (xy 107.950019 38.997503) (xy 108.007496 39.466051) (xy 108.119896 39.893667) (xy 108.195254 40.070767) (xy 108.438886 40.390912) (xy 108.774842 40.563298) (xy 109.050104 40.596133) (xy 109.414282 40.534314) (xy 109.722629 40.325864) (xy 109.892986 40.072965) (xy 110.039969 39.652766) (xy 110.114847 39.218936) (xy 110.147117 38.765285) (xy 110.151151 38.514452) (xy 110.134909 38.032225) (xy 110.077807 37.566574) (xy 109.966143 37.144626) (xy 109.891277 36.971325) (xy 109.649728 36.657878) (xy 109.314894 36.489098) (xy 109.039846 36.45695) (xy 108.675264 36.517471) (xy 108.365555 36.721542) (xy 108.193545 36.969127) (xy 108.045589 37.381817) (xy 107.970215 37.811822) (xy 107.937731 38.263824) (xy 107.93367 38.514452) (xy 106.439392 38.514452) (xy 106.456172 38.002601) (xy 106.506511 37.527672) (xy 106.59041 37.089667) (xy 106.735388 36.612798) (xy 106.92869 36.189098) (xy 107.126692 35.876629) (xy 107.404084 35.556896) (xy 107.720786 35.303315) (xy 108.076797 35.115885) (xy 108.472119 34.994607) (xy 108.831581 34.944074) (xy 109.060362 34.935806) ) ) (polygon (pts (xy 116.583042 39.932281) (xy 116.555553 40.373554) (xy 116.456818 40.818618) (xy 116.286276 41.200484) (xy 116.043926 41.519152) (xy 116.008583 41.554542) (xy 115.685663 41.797854) (xy 115.344555 41.953726) (xy 115.008679 42.044968) (xy 114.632652 42.097106) (xy 114.288625 42.110683) (xy 113.938971 42.100594) (xy 113.593306 42.066189) (xy 113.28845 42.007369) (xy 112.936566 41.900379) (xy 112.604971 41.756363) (xy 112.513956 41.708415) (xy 112.513956 40.1521) (xy 112.834846 40.325619) (xy 113.184586 40.476882) (xy 113.433775 40.565359) (xy 113.771855 40.660473) (xy 114.133897 40.72198) (xy 114.336496 40.732421) (xy 114.685809 40.695189) (xy 115.003154 40.522411) (xy 115.134926 40.136713) (xy 115.028925 39.77621) (xy 114.740503 39.513767) (xy 114.663049 39.459672) (xy 114.339532 39.25436) (xy 114.025718 39.07559) (xy 113.97233 39.046413) (xy 113.649332 38.862467) (xy 113.325449 38.648507) (xy 113.06106 38.428722) (xy 112.809734 38.122625) (xy 112.637055 37.775861) (xy 112.534334 37.335715) (xy 112.505408 36.868011) (xy 112.549361 36.3819) (xy 112.68122 35.962212) (xy 112.900985 35.608946) (xy 113.06106 35.441388) (xy 113.367844 35.220196) (xy 113.732545 35.062201) (xy 114.099167 34.975798) (xy 114.448707 34.940249) (xy 114.635694 34.935806) (xy 114.997997 34.954971) (xy 115.356573 35.012467) (xy 115.711422 35.108294) (xy 116.062545 35.242452) (xy 116.409942 35.414941) (xy 116.524912 35.480956) (xy 116.0821 36.841632) (xy 115.76273 36.674304) (xy 115.437727 36.523316) (xy 115.326413 36.476734) (xy 114.972505 36.369572) (xy 114.611758 36.333852) (xy 114.26915 36.378073) (xy 113.984913 36.632788) (xy 113.962072 36.786678) (xy 114.121769 37.178573) (xy 114.170655 37.226315) (xy 114.476749 37.440606) (xy 114.801859 37.626936) (xy 115.087055 37.77806) (xy 115.415147 37.958991) (xy 115.743419 38.171157) (xy 116.010293 38.391353) (xy 116.265465 38.696901) (xy 116.442847 39.046413) (xy 116.552237 39.481449) ) ) (polygon (pts (xy 122.986696 32.984435) (xy 123.380702 33.039046) (xy 123.750719 33.130065) (xy 124.096746 33.257491) (xy 124.418784 33.421324) (xy 124.787597 33.677314) (xy 125.118926 33.990191) (xy 125.240963 34.13127) (xy 125.515308 34.517251) (xy 125.743153 34.948419) (xy 125.9245 35.424775) (xy 126.059348 35.946318) (xy 126.133746 36.396088) (xy 126.178386 36.874777) (xy 126.193265 37.382386) (xy 126.177825 37.921732) (xy 126.131502 38.428585) (xy 126.054299 38.902947) (xy 125.946214 39.344816) (xy 125.807247 39.754194) (xy 125.590112 40.220224) (xy 125.324724 40.635486) (xy 125.205059 40.787376) (xy 124.874831 41.128073) (xy 124.579815 41.359054) (xy 124.257389 41.553078) (xy 123.907555 41.710146) (xy 123.530313 41.830256) (xy 123.125661 41.913409) (xy 122.693601 41.959605) (xy 122.35157 41.97) (xy 120.361479 41.97) (xy 120.361479 40.387306) (xy 121.850628 40.387306) (xy 122.490055 40.387306) (xy 122.875038 40.36132) (xy 123.222154 40.283364) (xy 123.626071 40.098579) (xy 123.962668 39.821402) (xy 124.231946 39.451832) (xy 124.433904 38.989869) (xy 124.568543 38.435515) (xy 124.625344 37.959116) (xy 124.644277 37.430746) (xy 124.626696 36.913376) (xy 124.573952 36.446895) (xy 124.448931 35.904081) (xy 124.261398 35.451735) (xy 124.011354 35.089859) (xy 123.6988 34.818452) (xy 123.323734 34.637513) (xy 122.886158 34.547044) (xy 122.643928 34.535736) (xy 121.850628 34.535736) (xy 121.850628 40.387306) (xy 120.361479 40.387306) (xy 120.361479 32.966231) (xy 122.568702 32.966231) ) ) (polygon (pts (xy 130.792358 41.97) (xy 129.306629 41.97) (xy 129.306629 36.764696) (xy 129.322016 35.909602) (xy 129.345952 34.975373) (xy 129.099675 35.284081) (xy 128.84053 35.585739) (xy 128.831332 35.595261) (xy 128.022644 36.426175) (xy 127.30628 35.276524) (xy 129.571632 32.966231) (xy 130.792358 32.966231) ) ) (polygon (pts (xy 138.723656 41.97) (xy 137.031053 34.907229) (xy 136.988311 34.907229) (xy 137.009949 35.423391) (xy 137.028702 35.894764) (xy 137.048087 36.420998) (xy 137.062963 36.87725) (xy 137.074864 37.332377) (xy 137.080635 37.782456) (xy 137.080635 41.97) (xy 135.748778 41.97) (xy 135.748778 32.966231) (xy 137.776482 32.966231) (xy 139.44173 39.850949) (xy 139.470795 39.850949) (xy 141.235205 32.966231) (xy 143.262909 32.966231) (xy 143.262909 41.97) (xy 141.874633 41.97) (xy 141.874633 37.709916) (xy 141.877866 37.252195) (xy 141.881472 37.015289) (xy 141.893814 36.535226) (xy 141.907675 36.085884) (xy 141.923463 35.601441) (xy 141.939375 35.127726) (xy 141.946441 34.920418) (xy 141.903698 34.920418) (xy 140.089706 41.97) ) ) (polygon (pts (xy 147.461879 34.957057) (xy 147.814344 35.020813) (xy 148.180581 35.148916) (xy 148.498385 35.334871) (xy 148.73224 35.540307) (xy 148.985061 35.88185) (xy 149.165648 36.301978) (xy 149.264407 36.734054) (xy 149.307861 37.226298) (xy 149.310118 37.37799) (xy 149.310118 41.97) (xy 148.286008 41.97) (xy 148.002198 41.046762) (xy 147.962875 41.046762) (xy 147.729728 41.385978) (xy 147.467866 41.676303) (xy 147.200348 41.879874) (xy 146.873288 42.020523) (xy 146.514767 42.092426) (xy 146.179658 42.110683) (xy 145.813034 42.07565) (xy 145.449885 41.952485) (xy 145.138938 41.740641) (xy 144.960642 41.550146) (xy 144.74576 41.197286) (xy 144.601204 40.769309) (xy 144.531747 40.325825) (xy 144.516397 39.960858) (xy 146.020655 39.960858) (xy 146.104698 40.400136) (xy 146.388081 40.671389) (xy 146.731891 40.732421) (xy 147.086199 40.681107) (xy 147.404375 40.509704) (xy 147.547418 40.367522) (xy 147.756622 40.002795) (xy 147.848672 39.547187) (xy 147.853454 39.400321) (xy 147.853454 38.850774) (xy 147.285833 38.874954) (xy 146.918081 38.913465) (xy 146.560967 39.021451) (xy 146.333531 39.162916) (xy 146.098874 39.493194) (xy 146.020961 39.927604) (xy 146.020655 39.960858) (xy 144.516397 39.960858) (xy 144.51612 39.954263) (xy 144.544754 39.507385) (xy 144.647603 39.063386) (xy 144.852717 38.648953) (xy 145.114515 38.356182) (xy 145.451753 38.127708) (xy 145.809247 37.974902) (xy 146.162033 37.878921) (xy 146.557615 37.815242) (xy 146.919958 37.786852) (xy 147.853454 37.749483) (xy 147.853454 37.432944) (xy 147.801094 36.952091) (xy 147.617018 36.575351) (xy 147.300406 36.372492) (xy 147.015701 36.333852) (xy 146.635286 36.373322) (xy 146.267166 36.474679) (xy 145.92192 36.614532) (xy 145.555076 36.80214) (xy 145.500907 36.83284) (xy 145.015352 35.56009) (xy 145.370582 35.347931) (xy 145.739998 35.179667) (xy 146.123598 35.055297) (xy 146.521384 34.974823) (xy 146.863708 34.941292) (xy 147.073831 34.935806) ) ) (polygon (pts (xy 151.888346 38.448506) (xy 150.158129 35.076489) (xy 151.821667 35.076489) (xy 152.864584 37.26808) (xy 153.917759 35.076489) (xy 155.581297 35.076489) (xy 153.830565 38.448506) (xy 155.663363 41.97) (xy 153.994696 41.97) (xy 152.864584 39.611346) (xy 151.729344 41.97) (xy 150.065806 41.97) ) ) ) ) (gr_text "\nTX\nRX\nD1\nD2\nD3\nD4\nG\n5v" (at 124.5 113.5 0) (layer "F.SilkS") (uuid "8782843f-76d8-44ec-9349-75beaf30fac0") (effects (font (size 1.5 1.5) (thickness 0.1) ) (justify left bottom) ) ) (gr_text "5v G D4 D3 D2 D1 RX TX" (at 169.5 73 90) (layer "F.SilkS") (uuid "966036b7-4d5a-44f5-bcce-e3983b84ff3d") (effects (font (size 1.5 1.5) (thickness 0.1) ) (justify left bottom) ) ) (gr_text "RST\nA0\nD0\nD5\nD6\nD7\nD8\n3v3" (at 85 112.5 0) (layer "F.SilkS") (uuid "a5366ccd-7c71-45f2-8e48-19dad9b42ac9") (effects (font (size 1.5 1.5) (thickness 0.1) ) (justify right bottom) ) ) (gr_text "Reset" (at 83 77 0) (layer "F.SilkS") (uuid "dc8dc8ac-f6f5-4b25-ab63-755e7b940c6d") (effects (font (size 1 1) (thickness 0.1) ) (justify left bottom) ) ) (gr_text "WeMos Shield 1" (at 140.22 122.5395 0) (layer "F.SilkS") (uuid "e212a204-ff69-4cea-9070-5147961ff224") (effects (font (size 1 1) (thickness 0.1) ) (justify left bottom) ) ) (gr_text "WeMos Shield 3" (at 139.36 82.5 0) (layer "F.SilkS") (uuid "fd4f0117-0194-4970-8951-dfc3faacc3a6") (effects (font (size 1 1) (thickness 0.1) ) (justify left bottom) ) ) (segment (start 154.36 69.24) (end 154.36 68.1383) (width 0.2) (layer "F.Cu") (net 1) (uuid "0805804b-75cc-40ae-8dd2-bc363d626373") ) (segment (start 116.36 109.74) (end 117.6617 109.74) (width 0.2) (layer "F.Cu") (net 1) (uuid "18b51495-b2bc-4441-b436-95893e3de893") ) (segment (start 172.0044 68.4956) (end 174 66.5) (width 0.2) (layer "F.Cu") (net 1) (uuid "2ee776f7-3164-4f7d-bf4d-fb2cb58c35f0") ) (segment (start 156.4061 68.4956) (end 172.0044 68.4956) (width 0.2) (layer "F.Cu") (net 1) (uuid "3d8e8fb3-700a-4451-88ae-c0b5714bb003") ) (segment (start 117.9117 68.1383) (end 116.36 69.69) (width 0.2) (layer "F.Cu") (net 1) (uuid "6067e3e5-fdb6-49f2-af95-3238dd0af084") ) (segment (start 155.6617 69.24) (end 156.4061 68.4956) (width 0.2) (layer "F.Cu") (net 1) (uuid "6093f893-d51a-4ad8-b504-b3384f4b76f2") ) (segment (start 116.36 69.24) (end 116.36 69.69) (width 0.2) (layer "F.Cu") (net 1) (uuid "6c47f279-6771-4add-b8d0-818909857f38") ) (segment (start 91.49 70.51) (end 83 79) (width 0.2) (layer "F.Cu") (net 1) (uuid "6c875311-2adf-4036-a188-211f42aad44d") ) (segment (start 116.36 69.69) (end 95.022 69.69) (width 0.2) (layer "F.Cu") (net 1) (uuid "7e20e2eb-33ec-4af2-bfa5-497ad9b5ab43") ) (segment (start 117.6767 109.755) (end 122 109.755) (width 0.2) (layer "F.Cu") (net 1) (uuid "9c24dbb2-772f-44fe-8e46-c7493e4cbe20") ) (segment (start 154.36 68.1383) (end 117.9117 68.1383) (width 0.2) (layer "F.Cu") (net 1) (uuid "9c42101e-9ed5-4d9d-ac55-643632d2f33a") ) (segment (start 117.6617 109.74) (end 117.6767 109.755) (width 0.2) (layer "F.Cu") (net 1) (uuid "aa209ee7-3f6f-4e96-8225-4a8349cf4331") ) (segment (start 156.725 31.2017) (end 160.5 34.9767) (width 0.2) (layer "F.Cu") (net 1) (uuid "d4de9b0c-a758-41a7-8559-d349df4baad5") ) (segment (start 94.202 70.51) (end 91.49 70.51) (width 0.2) (layer "F.Cu") (net 1) (uuid "e9b70d96-ac12-4160-8da1-38cbe18c9dc7") ) (segment (start 160.5 34.9767) (end 160.5 48) (width 0.2) (layer "F.Cu") (net 1) (uuid "efb2cfe0-6af3-49ba-b4ed-c853e8aa8df1") ) (segment (start 154.36 69.24) (end 155.6617 69.24) (width 0.2) (layer "F.Cu") (net 1) (uuid "f2172933-059b-4231-ad06-2338afecfb8d") ) (segment (start 156.725 30) (end 156.725 31.2017) (width 0.2) (layer "F.Cu") (net 1) (uuid "f2c16e6e-f5cf-429b-ac88-f42881e17e77") ) (segment (start 95.022 69.69) (end 94.202 70.51) (width 0.2) (layer "F.Cu") (net 1) (uuid "fcd7346a-111a-4290-92fb-3fd8ec47daf6") ) (segment (start 114.2243 106.8309) (end 116.0317 108.6383) (width 0.2) (layer "B.Cu") (net 1) (uuid "021cd87c-c7d3-49de-96f8-2516adb0e534") ) (segment (start 116.36 70.3417) (end 115.9469 70.3417) (width 0.2) (layer "B.Cu") (net 1) (uuid "12b1c4c8-6172-4035-b820-d086e7ee2711") ) (segment (start 160.5 58.16) (end 160.5 59.3117) (width 0.2) (layer "B.Cu") (net 1) (uuid "1447b49c-2cb4-4054-bc27-4a245c64f6cf") ) (segment (start 154.36 69.24) (end 154.36 68.1383) (width 0.2) (layer "B.Cu") (net 1) (uuid "15a3cedd-d5a1-4cee-ba76-b0ea6dcce58e") ) (segment (start 123.1517 109.755) (end 127.2385 113.8418) (width 0.2) (layer "B.Cu") (net 1) (uuid "2304e851-9a32-46e8-b0c3-0a097edf2d4a") ) (segment (start 122 109.755) (end 123.1517 109.755) (width 0.2) (layer "B.Cu") (net 1) (uuid "389bea6e-5fe4-40a0-bb36-0e298e17e1e6") ) (segment (start 155.7998 67.0268) (end 154.6883 68.1383) (width 0.2) (layer "B.Cu") (net 1) (uuid "4a8ffe0e-4e2f-4589-b8ca-bfa0be6c592b") ) (segment (start 160.5 59.3117) (end 155.7998 64.0119) (width 0.2) (layer "B.Cu") (net 1) (uuid "511b9046-4888-448a-88de-4f7ecc260f81") ) (segment (start 116.36 109.74) (end 116.36 108.6383) (width 0.2) (layer "B.Cu") (net 1) (uuid "5933f403-c97d-43a4-baed-b8536b7ca9a5") ) (segment (start 115.9469 70.3417) (end 114.2243 72.0643) (width 0.2) (layer "B.Cu") (net 1) (uuid "67e6ddf0-6b5c-4904-a241-605575ab67d9") ) (segment (start 83 79) (end 83 85.5) (width 0.2) (layer "B.Cu") (net 1) (uuid "6bb0ee97-1128-4b22-acbb-94cde858d56e") ) (segment (start 114.2243 72.0643) (end 114.2243 106.8309) (width 0.2) (layer "B.Cu") (net 1) (uuid "71ede471-1f97-48b0-af7e-356d5bf8efa0") ) (segment (start 116.0317 108.6383) (end 116.36 108.6383) (width 0.2) (layer "B.Cu") (net 1) (uuid "77f519c1-cad2-4a55-87b9-9de1bb355057") ) (segment (start 155.7998 64.0119) (end 155.7998 67.0268) (width 0.2) (layer "B.Cu") (net 1) (uuid "88cc1aeb-1be3-4f0b-b01d-6449a55722b4") ) (segment (start 150.2582 113.8418) (end 154.36 109.74) (width 0.2) (layer "B.Cu") (net 1) (uuid "8ba6b76d-c800-4fa3-be27-0eb6d5e482e6") ) (segment (start 116.36 69.24) (end 116.36 70.3417) (width 0.2) (layer "B.Cu") (net 1) (uuid "9bb640b3-24a3-482a-b7f5-01bc3165aceb") ) (segment (start 160.5 50.54) (end 160.5 48) (width 0.2) (layer "B.Cu") (net 1) (uuid "add534a7-7506-4c94-acdf-7660e6e9ec66") ) (segment (start 154.6883 68.1383) (end 154.36 68.1383) (width 0.2) (layer "B.Cu") (net 1) (uuid "c95ad1e7-5c95-4790-81d4-e738f6cae037") ) (segment (start 160.5 53.08) (end 160.5 50.54) (width 0.2) (layer "B.Cu") (net 1) (uuid "cccb2bc4-e6a1-46a9-8f61-070873bce5c8") ) (segment (start 160.5 55.62) (end 160.5 58.16) (width 0.2) (layer "B.Cu") (net 1) (uuid "ce7d7c7e-3750-45e5-8fd3-68e232e19ed0") ) (segment (start 127.2385 113.8418) (end 150.2582 113.8418) (width 0.2) (layer "B.Cu") (net 1) (uuid "dfd3fa27-3f81-44c3-9476-50492621bf21") ) (segment (start 160.5 55.62) (end 160.5 53.08) (width 0.2) (layer "B.Cu") (net 1) (uuid "ef673447-7677-4da0-874c-4f93018d047c") ) (segment (start 159.265 30) (end 159.265 33.925) (width 0.2) (layer "B.Cu") (net 2) (uuid "7811e784-97f4-4b57-a1fc-417ac85344f4") ) (segment (start 159.265 33.925) (end 158 35.19) (width 0.2) (layer "B.Cu") (net 2) (uuid "f51cc03d-064f-4f9a-a67e-bf94053b3845") ) (segment (start 174 46.5) (end 166.15 54.35) (width 0.2) (layer "F.Cu") (net 3) (uuid "5aa29d7b-bfb1-457d-963a-15402645b2b2") ) (segment (start 166.15 54.35) (end 159.09 54.35) (width 0.2) (layer "F.Cu") (net 3) (uuid "66ed9a84-6969-4c2b-9286-2e34d57e920b") ) (segment (start 122 99.595) (end 117.6767 99.595) (width 0.2) (layer "F.Cu") (net 3) (uuid "6ad1fcd6-eb4e-4f0d-8776-14a26eec7c51") ) (segment (start 116.36 99.58) (end 117.6617 99.58) (width 0.2) (layer "F.Cu") (net 3) (uuid "79311db7-67c3-429d-af09-8dfeb2cdbb61") ) (segment (start 155.4617 57.9783) (end 154.36 57.9783) (width 0.2) (layer "F.Cu") (net 3) (uuid "7c4ce079-92a0-4b81-951a-824f0c150e16") ) (segment (start 159.09 54.35) (end 155.4617 57.9783) (width 0.2) (layer "F.Cu") (net 3) (uuid "a03cb46e-9782-4d43-b705-db0986dd6a65") ) (segment (start 116.36 57.9783) (end 154.36 57.9783) (width 0.2) (layer "F.Cu") (net 3) (uuid "bb0fa847-dbb0-4c75-99fd-741588bb32a3") ) (segment (start 154.36 59.08) (end 154.36 57.9783) (width 0.2) (layer "F.Cu") (net 3) (uuid "d3ed0b65-e3c3-4918-89c0-051d605ecba9") ) (segment (start 117.6767 99.595) (end 117.6617 99.58) (width 0.2) (layer "F.Cu") (net 3) (uuid "df5f3c71-0752-49a9-9680-b70a60dad9e8") ) (segment (start 116.36 59.08) (end 116.36 57.9783) (width 0.2) (layer "F.Cu") (net 3) (uuid "e8451fa3-271e-44e0-ba99-cdd019dd3529") ) (segment (start 154.36 99.58) (end 154.36 98.4783) (width 0.2) (layer "B.Cu") (net 3) (uuid "014ff361-8867-4c5f-9096-e467dd39f0e2") ) (segment (start 121.7371 98.4433) (end 122 98.4433) (width 0.2) (layer "B.Cu") (net 3) (uuid "3074d411-6625-4282-8bfe-cd352bba5fe1") ) (segment (start 118.8991 62.3077) (end 118.8991 95.6053) (width 0.2) (layer "B.Cu") (net 3) (uuid "3ef96c4e-6f2a-44f8-80d5-7184c8553bcd") ) (segment (start 156.1127 97.0539) (end 154.6883 98.4783) (width 0.2) (layer "B.Cu") (net 3) (uuid "42eb74e4-f440-41ab-9997-b0f29b265565") ) (segment (start 118.8991 95.6053) (end 121.7371 98.4433) (width 0.2) (layer "B.Cu") (net 3) (uuid "6106a702-7b7f-4e65-8640-c9d14cc64ac0") ) (segment (start 153.9469 60.1817) (end 152.2134 61.9152) (width 0.2) (layer "B.Cu") (net 3) (uuid "6cb16eb2-34a8-4ef1-b53f-53830539ebe2") ) (segment (start 156.1127 92.0768) (end 156.1127 97.0539) (width 0.2) (layer "B.Cu") (net 3) (uuid "6cb2c68a-0817-48aa-a462-18cffa40b467") ) (segment (start 152.2134 61.9152) (end 152.2134 88.1775) (width 0.2) (layer "B.Cu") (net 3) (uuid "6fe0a7a1-4724-4005-89c8-0b7e2f0fbe37") ) (segment (start 116.36 60.1817) (end 116.7731 60.1817) (width 0.2) (layer "B.Cu") (net 3) (uuid "97e5e3c9-56a9-49d2-8920-a334278f5385") ) (segment (start 154.6883 98.4783) (end 154.36 98.4783) (width 0.2) (layer "B.Cu") (net 3) (uuid "a903d3bc-79fb-4ad8-9014-49b70fd0a240") ) (segment (start 154.36 59.08) (end 154.36 60.1817) (width 0.2) (layer "B.Cu") (net 3) (uuid "bb6c550b-4566-447c-bb6d-d0399563926a") ) (segment (start 116.7731 60.1817) (end 118.8991 62.3077) (width 0.2) (layer "B.Cu") (net 3) (uuid "ccffaf5b-a1b4-44d3-a676-867a0835e38d") ) (segment (start 154.36 60.1817) (end 153.9469 60.1817) (width 0.2) (layer "B.Cu") (net 3) (uuid "d46c421e-366d-4553-ad81-5214540ea0ec") ) (segment (start 116.36 59.08) (end 116.36 60.1817) (width 0.2) (layer "B.Cu") (net 3) (uuid "e8023508-1f2f-4004-aaa8-a832c52570ad") ) (segment (start 122 99.595) (end 122 98.4433) (width 0.2) (layer "B.Cu") (net 3) (uuid "e9608791-467a-46f7-8a4f-8c5a7437f3ab") ) (segment (start 152.2134 88.1775) (end 156.1127 92.0768) (width 0.2) (layer "B.Cu") (net 3) (uuid "f9dd61d8-5af5-4425-b2c6-5f37100b83c9") ) (segment (start 154.36 61.62) (end 154.36 60.5183) (width 0.2) (layer "F.Cu") (net 4) (uuid "50e1e41b-40bd-4664-b628-094f02b2dd1d") ) (segment (start 174 51.5) (end 164.9817 60.5183) (width 0.2) (layer "F.Cu") (net 4) (uuid "984a806a-d5a4-4506-8e01-c21f5530c170") ) (segment (start 116.36 60.5183) (end 154.36 60.5183) (width 0.2) (layer "F.Cu") (net 4) (uuid "a29e0174-a008-4d31-9deb-e3b952fd9113") ) (segment (start 116.36 61.62) (end 116.36 60.5183) (width 0.2) (layer "F.Cu") (net 4) (uuid "adda7afe-3603-432d-9e8a-701c1da61d34") ) (segment (start 164.9817 60.5183) (end 154.36 60.5183) (width 0.2) (layer "F.Cu") (net 4) (uuid "f32c2efc-63bf-49d5-9ad0-d81f4fa98bcd") ) (segment (start 116.36 62.7217) (end 116.7731 62.7217) (width 0.2) (layer "B.Cu") (net 4) (uuid "18b381f6-3f1b-41b1-a364-292736e16534") ) (segment (start 116.36 61.62) (end 116.36 62.7217) (width 0.2) (layer "B.Cu") (net 4) (uuid "1ee272a0-d8bf-43c5-a679-01ef6347fa09") ) (segment (start 118.4892 99.4271) (end 118.3148 99.6015) (width 0.2) (layer "B.Cu") (net 4) (uuid "2b51aa7e-fe16-47b7-b81f-f9d75747a5aa") ) (segment (start 152.6173 64.0513) (end 153.9469 62.7217) (width 0.2) (layer "B.Cu") (net 4) (uuid "4b363b29-f66e-40d1-be0b-2f159b42d6ba") ) (segment (start 154.6883 101.0183) (end 156.5328 99.1738) (width 0.2) (layer "B.Cu") (net 4) (uuid "55bd998b-0a78-4cfd-8cf0-d2faa0408288") ) (segment (start 120.8483 102.135) (end 118.3148 99.6015) (width 0.2) (layer "B.Cu") (net 4) (uuid "619f4220-01d1-4a3a-804a-bcdac49bf137") ) (segment (start 154.36 102.12) (end 154.36 101.0183) (width 0.2) (layer "B.Cu") (net 4) (uuid "62b4c032-2219-4de8-9487-6cc60494a383") ) (segment (start 116.7731 62.7217) (end 118.4892 64.4378) (width 0.2) (layer "B.Cu") (net 4) (uuid "746e5fa7-637b-474f-96da-435e17405d98") ) (segment (start 118.3148 99.6015) (end 116.898 101.0183) (width 0.2) (layer "B.Cu") (net 4) (uuid "7faea6ec-b8e3-4ec5-8dbb-e7610b8585e9") ) (segment (start 156.5328 81.7458) (end 152.6173 77.8303) (width 0.2) (layer "B.Cu") (net 4) (uuid "877f7faf-e0d6-4793-aa53-a539998b766a") ) (segment (start 156.5328 99.1738) (end 156.5328 81.7458) (width 0.2) (layer "B.Cu") (net 4) (uuid "915ff142-e635-454b-bf31-9d1bb460c94e") ) (segment (start 116.36 102.12) (end 116.36 101.0183) (width 0.2) (layer "B.Cu") (net 4) (uuid "a5c1d47e-5917-4f7c-bd75-fea6fa09cc43") ) (segment (start 116.898 101.0183) (end 116.36 101.0183) (width 0.2) (layer "B.Cu") (net 4) (uuid "b8199c8e-08c5-472b-bddc-c70259376ad1") ) (segment (start 154.36 101.0183) (end 154.6883 101.0183) (width 0.2) (layer "B.Cu") (net 4) (uuid "bba927be-bbba-447c-80b2-6940b908724d") ) (segment (start 153.9469 62.7217) (end 154.36 62.7217) (width 0.2) (layer "B.Cu") (net 4) (uuid "c3202007-f9bc-4322-b454-8b03944a0223") ) (segment (start 154.36 61.62) (end 154.36 62.7217) (width 0.2) (layer "B.Cu") (net 4) (uuid "d7a6227d-8089-4ba6-96b0-39071ed9ec25") ) (segment (start 122 102.135) (end 120.8483 102.135) (width 0.2) (layer "B.Cu") (net 4) (uuid "f0075b19-aca6-4155-9f63-b941894aa1a7") ) (segment (start 118.4892 64.4378) (end 118.4892 99.4271) (width 0.2) (layer "B.Cu") (net 4) (uuid "f2ba7f10-4998-4f32-8b13-274de69b817e") ) (segment (start 152.6173 77.8303) (end 152.6173 64.0513) (width 0.2) (layer "B.Cu") (net 4) (uuid "f6b04688-e8d3-4945-8f24-1499aae7b173") ) (segment (start 162.7817 49.27) (end 157.9883 49.27) (width 0.2) (layer "F.Cu") (net 5) (uuid "012b2995-740b-47ae-b39a-c8895d77b50d") ) (segment (start 116.36 94.5) (end 117.6617 94.5) (width 0.2) (layer "F.Cu") (net 5) (uuid "458ad172-c2a8-44e9-9697-b1678c0311f2") ) (segment (start 120.8483 94.515) (end 120.8333 94.5) (width 0.2) (layer "F.Cu") (net 5) (uuid "4c8e2d09-388c-46e0-87e4-d212965c5b39") ) (segment (start 154.36 54) (end 154.36 52.8983) (width 0.2) (layer "F.Cu") (net 5) (uuid "5f14a1ed-6edc-4fe4-881c-0e6ce4c4c3c9") ) (segment (start 157.9883 49.27) (end 154.36 52.8983) (width 0.2) (layer "F.Cu") (net 5) (uuid "8bd2351c-1358-45b3-89e8-39c3ecb439b3") ) (segment (start 174 38.0517) (end 162.7817 49.27) (width 0.2) (layer "F.Cu") (net 5) (uuid "a1e57056-ab9e-4005-8019-5ac9045c26d6") ) (segment (start 120.8333 94.5) (end 117.6617 94.5) (width 0.2) (layer "F.Cu") (net 5) (uuid "a580dd9b-88e1-431e-bb92-7150eee95ab1") ) (segment (start 174 36.5) (end 174 38.0517) (width 0.2) (layer "F.Cu") (net 5) (uuid "c56cb8dc-8c68-4744-82a0-9fe16551151f") ) (segment (start 122 94.515) (end 120.8483 94.515) (width 0.2) (layer "F.Cu") (net 5) (uuid "e71e5dd1-b343-43fe-a1cb-a9bc9b409d58") ) (segment (start 151.0812 90.1195) (end 154.36 93.3983) (width 0.2) (layer "B.Cu") (net 5) (uuid "019f7382-5fc7-4224-9481-a1d623e0915e") ) (segment (start 153.9522 55.1017) (end 151.0812 57.9727) (width 0.2) (layer "B.Cu") (net 5) (uuid "197910b6-312c-460f-8acc-cc9ae5e6bf78") ) (segment (start 116.6883 55.1017) (end 116.36 55.1017) (width 0.2) (layer "B.Cu") (net 5) (uuid "1ef3adf3-5df1-429d-a83b-e0f654052f41") ) (segment (start 122 60.4134) (end 116.6883 55.1017) (width 0.2) (layer "B.Cu") (net 5) (uuid "3c2baeb9-5462-416c-a1ec-f0e26927003b") ) (segment (start 122 94.515) (end 122 60.4134) (width 0.2) (layer "B.Cu") (net 5) (uuid "64601cd6-8cbf-4c27-b3bc-a053ea3ffd6e") ) (segment (start 154.36 55.1017) (end 153.9522 55.1017) (width 0.2) (layer "B.Cu") (net 5) (uuid "6e5e3a9f-5180-4b8d-a11c-02b440aabb02") ) (segment (start 151.0812 57.9727) (end 124.4407 57.9727) (width 0.2) (layer "B.Cu") (net 5) (uuid "841576cd-80d6-44cc-b571-29983b2cd2da") ) (segment (start 154.36 54) (end 154.36 55.1017) (width 0.2) (layer "B.Cu") (net 5) (uuid "ad4fa8f4-6ee9-4bb8-ba6d-e377c35d2d12") ) (segment (start 154.36 94.5) (end 154.36 93.3983) (width 0.2) (layer "B.Cu") (net 5) (uuid "c5807f43-82f4-4be4-9be8-067bf02ba6b4") ) (segment (start 116.36 54) (end 116.36 55.1017) (width 0.2) (layer "B.Cu") (net 5) (uuid "cc842728-4396-4c68-8b29-215704513383") ) (segment (start 151.0812 57.9727) (end 151.0812 90.1195) (width 0.2) (layer "B.Cu") (net 5) (uuid "e91c7b08-54cd-4f03-a88d-0b8a941e41a6") ) (segment (start 124.4407 57.9727) (end 122 60.4134) (width 0.2) (layer "B.Cu") (net 5) (uuid "fb11d607-9de1-46f3-bc43-00a2ffa89397") ) (segment (start 117.6767 104.675) (end 117.6617 104.66) (width 0.2) (layer "F.Cu") (net 6) (uuid "0fce38b7-3688-4ed7-b26d-cb87f61d60e3") ) (segment (start 116.36 63.0583) (end 154.36 63.0583) (width 0.2) (layer "F.Cu") (net 6) (uuid "18444478-382c-4f66-9ca6-cefcbdf4a8d5") ) (segment (start 167.4417 63.0583) (end 154.36 63.0583) (width 0.2) (layer "F.Cu") (net 6) (uuid "1e7ea47d-f105-4d5b-ab69-5342f7a71a5a") ) (segment (start 116.36 64.16) (end 116.36 63.0583) (width 0.2) (layer "F.Cu") (net 6) (uuid "7414b032-5559-48d6-a751-7beacdb2dca9") ) (segment (start 122 104.675) (end 117.6767 104.675) (width 0.2) (layer "F.Cu") (net 6) (uuid "7ce3f610-2c55-4074-bd68-6dcb328e642c") ) (segment (start 174 56.5) (end 167.4417 63.0583) (width 0.2) (layer "F.Cu") (net 6) (uuid "9b3297fe-fd2a-4135-b5b2-deea2a76edba") ) (segment (start 154.36 64.16) (end 154.36 63.0583) (width 0.2) (layer "F.Cu") (net 6) (uuid "e148010a-a6fc-443e-a9a4-f289479171f5") ) (segment (start 116.36 104.66) (end 117.6617 104.66) (width 0.2) (layer "F.Cu") (net 6) (uuid "f9a97691-facb-41c7-87a7-ef44e942a7c0") ) (segment (start 130.7787 113.3817) (end 145.6383 113.3817) (width 0.2) (layer "B.Cu") (net 6) (uuid "0c67ddfa-c3d0-4b06-b2b8-c196f4ade5c0") ) (segment (start 116.7731 65.2617) (end 116.36 65.2617) (width 0.2) (layer "B.Cu") (net 6) (uuid "1f2f7f46-379b-4f7b-97ad-fbc50f8ffe84") ) (segment (start 116.36 103.5583) (end 116.0317 103.5583) (width 0.2) (layer "B.Cu") (net 6) (uuid "3d5efa53-7ed8-4684-ba4b-f8e0ecbd278b") ) (segment (start 123.1517 104.675) (end 123.1517 105.7547) (width 0.2) (layer "B.Cu") (net 6) (uuid "4ba9358c-d3a9-4c12-8a14-85e55c29f2b4") ) (segment (start 115.0497 92.0679) (end 118.081 89.0366) (width 0.2) (layer "B.Cu") (net 6) (uuid "55f41321-fd3c-47ea-854a-90c4df561b78") ) (segment (start 123.1517 105.7547) (end 130.7787 113.3817) (width 0.2) (layer "B.Cu") (net 6) (uuid "71f946bd-99cf-4b28-b62d-019c6546c96e") ) (segment (start 118.081 66.5696) (end 116.7731 65.2617) (width 0.2) (layer "B.Cu") (net 6) (uuid "7737e26d-a7dd-4532-9615-541a888347f3") ) (segment (start 116.0317 103.5583) (end 115.0497 102.5763) (width 0.2) (layer "B.Cu") (net 6) (uuid "78fe5ffa-e5c4-46fc-a390-220d8f6b556b") ) (segment (start 116.36 104.66) (end 116.36 103.5583) (width 0.2) (layer "B.Cu") (net 6) (uuid "7be06de3-8b39-4f2d-9f0d-e52c51f7488b") ) (segment (start 118.081 89.0366) (end 118.081 66.5696) (width 0.2) (layer "B.Cu") (net 6) (uuid "9bda4d93-8114-4b6c-93c2-8b47763c6985") ) (segment (start 116.36 64.16) (end 116.36 65.2617) (width 0.2) (layer "B.Cu") (net 6) (uuid "a824ffe2-bf2c-4243-bd0c-712f400c41e4") ) (segment (start 145.6383 113.3817) (end 154.36 104.66) (width 0.2) (layer "B.Cu") (net 6) (uuid "b826171f-6684-496c-a214-26ef785bf59d") ) (segment (start 122 104.675) (end 123.1517 104.675) (width 0.2) (layer "B.Cu") (net 6) (uuid "eed19645-9716-4a2d-8111-f1883a94b7b7") ) (segment (start 115.0497 102.5763) (end 115.0497 92.0679) (width 0.2) (layer "B.Cu") (net 6) (uuid "f4e89d1a-dc8e-47f5-a279-23b185ed5478") ) (segment (start 117.6617 97.04) (end 117.6767 97.055) (width 0.2) (layer "F.Cu") (net 7) (uuid "0787cd32-a078-48a4-8d66-cafb78e76805") ) (segment (start 122 97.055) (end 127.7175 97.055) (width 0.2) (layer "F.Cu") (net 7) (uuid "0e5895bf-eb0a-4bb5-bb86-10a2c435f05f") ) (segment (start 155.4617 55.4383) (end 154.36 55.4383) (width 0.2) (layer "F.Cu") (net 7) (uuid "22ad7752-78d4-4ea8-adbc-622dc8da5556") ) (segment (start 128.8042 98.1417) (end 154.36 98.1417) (width 0.2) (layer "F.Cu") (net 7) (uuid "4ba81e20-41c4-420b-9772-07e250d41004") ) (segment (start 117.6767 97.055) (end 122 97.055) (width 0.2) (layer "F.Cu") (net 7) (uuid "5d37344f-06ee-4f08-8878-17e18891401c") ) (segment (start 116.36 97.04) (end 117.6617 97.04) (width 0.2) (layer "F.Cu") (net 7) (uuid "6b08dbc3-1f21-4cb6-bbe7-73cd19870c76") ) (segment (start 127.7175 97.055) (end 128.8042 98.1417) (width 0.2) (layer "F.Cu") (net 7) (uuid "b0162a84-4be2-4a7b-bb29-77640af5eae4") ) (segment (start 174 41.5) (end 163.69 51.81) (width 0.2) (layer "F.Cu") (net 7) (uuid "b9f73aa9-cc20-4e41-8143-9005db820d0a") ) (segment (start 154.36 56.54) (end 154.36 55.4383) (width 0.2) (layer "F.Cu") (net 7) (uuid "bf6f4b15-f377-4c54-bd67-2f4e75940d1b") ) (segment (start 163.69 51.81) (end 159.09 51.81) (width 0.2) (layer "F.Cu") (net 7) (uuid "c79c8dfb-3755-462e-9824-f7674116cc02") ) (segment (start 159.09 51.81) (end 155.4617 55.4383) (width 0.2) (layer "F.Cu") (net 7) (uuid "e1120071-ef99-4d10-915e-d84661e4f6f6") ) (segment (start 154.36 97.04) (end 154.36 98.1417) (width 0.2) (layer "F.Cu") (net 7) (uuid "f354d370-0807-4219-8091-7d5182def68b") ) (segment (start 151.8094 88.4121) (end 155.6926 92.2953) (width 0.2) (layer "B.Cu") (net 7) (uuid "0f409e5c-a802-44ec-85a7-fa3ab1eff909") ) (segment (start 116.6883 57.6417) (end 116.36 57.6417) (width 0.2) (layer "B.Cu") (net 7) (uuid "19653b31-89f5-4436-ba1b-01b6a53598a6") ) (segment (start 122 95.9033) (end 121.2082 95.9033) (width 0.2) (layer "B.Cu") (net 7) (uuid "1fa7a135-8f4e-4074-a31b-28a879aae132") ) (segment (start 120.8483 95.5434) (end 120.8483 61.8017) (width 0.2) (layer "B.Cu") (net 7) (uuid "2fd2a173-433c-4a8e-aaae-c06e5acc46cc") ) (segment (start 121.2082 95.9033) (end 120.8483 95.5434) (width 0.2) (layer "B.Cu") (net 7) (uuid "318e577b-27bb-4db5-98cc-0087b72f456a") ) (segment (start 122 97.055) (end 122 95.9033) (width 0.2) (layer "B.Cu") (net 7) (uuid "65feb49d-e6af-4a6c-a559-5198a270c4f2") ) (segment (start 155.6926 94.934) (end 154.6883 95.9383) (width 0.2) (layer "B.Cu") (net 7) (uuid "668aabc4-cea7-4851-882a-2a392aaf0282") ) (segment (start 154.36 57.6417) (end 153.9469 57.6417) (width 0.2) (layer "B.Cu") (net 7) (uuid "673ee539-9263-4616-bb21-b609a4fdecf6") ) (segment (start 154.36 97.04) (end 154.36 95.9383) (width 0.2) (layer "B.Cu") (net 7) (uuid "72fd7591-d029-47bf-a30f-e4521723107e") ) (segment (start 120.8483 61.8017) (end 116.6883 57.6417) (width 0.2) (layer "B.Cu") (net 7) (uuid "73e8b8f7-74b0-4004-9e62-a14246657560") ) (segment (start 154.6883 95.9383) (end 154.36 95.9383) (width 0.2) (layer "B.Cu") (net 7) (uuid "76c26d74-a1cf-48c2-bcfe-ebef0c1820e1") ) (segment (start 153.9469 57.6417) (end 151.8094 59.7792) (width 0.2) (layer "B.Cu") (net 7) (uuid "77a60279-c67f-4043-b581-40b7f0585c36") ) (segment (start 116.36 56.54) (end 116.36 57.6417) (width 0.2) (layer "B.Cu") (net 7) (uuid "793265cf-9cfc-49f4-b2e6-a1ddaaa25c6b") ) (segment (start 151.8094 59.7792) (end 151.8094 88.4121) (width 0.2) (layer "B.Cu") (net 7) (uuid "d36452ea-8340-4b8a-a6a7-a41414431ed8") ) (segment (start 154.36 56.54) (end 154.36 57.6417) (width 0.2) (layer "B.Cu") (net 7) (uuid "db386079-5fb3-435e-b77b-13ec3a73b2a3") ) (segment (start 155.6926 92.2953) (end 155.6926 94.934) (width 0.2) (layer "B.Cu") (net 7) (uuid "e87d290d-13b3-407f-82fb-31cf57495e24") ) (segment (start 174 61.5) (end 169.4499 66.0501) (width 0.2) (layer "F.Cu") (net 8) (uuid "281c0f9d-771b-4dfd-8a39-bd9b9af75255") ) (segment (start 117.6617 107.2) (end 117.6767 107.215) (width 0.2) (layer "F.Cu") (net 8) (uuid "3c1e7e46-2d2c-4e00-a8d0-3208ff0b926c") ) (segment (start 154.36 108.3017) (end 124.2384 108.3017) (width 0.2) (layer "F.Cu") (net 8) (uuid "56383d78-d049-4607-b281-37abee470ad1") ) (segment (start 117.6767 107.215) (end 122 107.215) (width 0.2) (layer "F.Cu") (net 8) (uuid "766f1e28-2125-4adc-a1c9-8d0019c013f0") ) (segment (start 169.4499 66.0501) (end 156.3116 66.0501) (width 0.2) (layer "F.Cu") (net 8) (uuid "838c84be-9b21-4612-a1b2-2ad867ec4bba") ) (segment (start 154.36 66.7) (end 155.6617 66.7) (width 0.2) (layer "F.Cu") (net 8) (uuid "8c9272cd-65be-46a2-b7ce-26bdc85ff9e7") ) (segment (start 116.36 107.2) (end 117.6617 107.2) (width 0.2) (layer "F.Cu") (net 8) (uuid "94188c1e-5afe-4dfa-9a54-3e1c0db8aa8a") ) (segment (start 156.3116 66.0501) (end 155.6617 66.7) (width 0.2) (layer "F.Cu") (net 8) (uuid "992b2426-a659-4c2d-97fa-a251e960741c") ) (segment (start 124.2384 108.3017) (end 123.1517 107.215) (width 0.2) (layer "F.Cu") (net 8) (uuid "c5073676-16d9-413f-b5b3-1aae7a21944e") ) (segment (start 122 107.215) (end 123.1517 107.215) (width 0.2) (layer "F.Cu") (net 8) (uuid "d3baf5f7-1d55-41fe-83c7-4b84a86a0dfd") ) (segment (start 154.36 107.2) (end 154.36 108.3017) (width 0.2) (layer "F.Cu") (net 8) (uuid "fb446dba-e9d9-4b2d-ba9a-e7989517b841") ) (segment (start 116.36 107.2) (end 116.36 106.0983) (width 0.2) (layer "B.Cu") (net 8) (uuid "05d5174e-d8b4-4d76-a832-96e3ec09d002") ) (segment (start 117.6698 68.7832) (end 116.6883 67.8017) (width 0.2) (layer "B.Cu") (net 8) (uuid "0943e8b2-fe64-47e8-884c-a163d292f2cb") ) (segment (start 114.637 77.2453) (end 117.6698 74.2125) (width 0.2) (layer "B.Cu") (net 8) (uuid "19d48daf-622b-40b5-919c-1ac9dc13525d") ) (segment (start 116.36 66.7) (end 116.36 67.8017) (width 0.2) (layer "B.Cu") (net 8) (uuid "29f04cd9-92a9-45e0-9487-1b3e4572d19c") ) (segment (start 156.9763 81.4821) (end 153.0379 77.5437) (width 0.2) (layer "B.Cu") (net 8) (uuid "2f68642c-6a1d-4f5c-939a-0cebe2883a7b") ) (segment (start 116.36 106.0983) (end 115.9469 106.0983) (width 0.2) (layer "B.Cu") (net 8) (uuid "3c14f461-a6e2-43fa-a742-2fb703246f2f") ) (segment (start 153.0379 68.0221) (end 154.36 66.7) (width 0.2) (layer "B.Cu") (net 8) (uuid "44e9e3c7-dad3-44f1-b2c5-62d8ad4d7035") ) (segment (start 116.6883 67.8017) (end 116.36 67.8017) (width 0.2) (layer "B.Cu") (net 8) (uuid "518d39b5-516e-4cea-9bca-6a8562d9752d") ) (segment (start 154.36 107.2) (end 154.36 106.0983) (width 0.2) (layer "B.Cu") (net 8) (uuid "5736a9e6-dc00-4629-bed2-13e80db8678f") ) (segment (start 117.6698 74.2125) (end 117.6698 68.7832) (width 0.2) (layer "B.Cu") (net 8) (uuid "8270499d-3958-4ebe-a2f3-e4afc34a9d94") ) (segment (start 115.9469 106.0983) (end 114.637 104.7884) (width 0.2) (layer "B.Cu") (net 8) (uuid "93405007-81fb-42fc-8793-e07d500ab402") ) (segment (start 154.6883 106.0983) (end 156.9763 103.8103) (width 0.2) (layer "B.Cu") (net 8) (uuid "9bc6fec7-6776-487c-aa9e-5ecb6a5c4515") ) (segment (start 154.36 106.0983) (end 154.6883 106.0983) (width 0.2) (layer "B.Cu") (net 8) (uuid "a99f2f86-c57a-4a4f-938e-c24dfc5fd3cf") ) (segment (start 114.637 104.7884) (end 114.637 77.2453) (width 0.2) (layer "B.Cu") (net 8) (uuid "c8d38bcd-21c9-45e8-8f09-b1321831df5d") ) (segment (start 156.9763 103.8103) (end 156.9763 81.4821) (width 0.2) (layer "B.Cu") (net 8) (uuid "d3b6d636-09df-4bd3-b72d-878d955c2101") ) (segment (start 153.0379 77.5437) (end 153.0379 68.0221) (width 0.2) (layer "B.Cu") (net 8) (uuid "f3b5c015-b75c-4440-8cd2-469edbef253a") ) (segment (start 116.36 112.28) (end 117.6617 112.28) (width 0.2) (layer "F.Cu") (net 9) (uuid "0a992ae9-0b0d-40cb-ac55-470c6654e6c4") ) (segment (start 154.36 72.8817) (end 116.36 72.8817) (width 0.2) (layer "F.Cu") (net 9) (uuid "0d7469a7-9089-4fc9-989b-50aa0bca424f") ) (segment (start 117.6767 112.295) (end 122 112.295) (width 0.2) (layer "F.Cu") (net 9) (uuid "406d772b-be59-40b1-a3be-d07fd55f7702") ) (segment (start 117.6617 112.28) (end 117.6767 112.295) (width 0.2) (layer "F.Cu") (net 9) (uuid "69343280-e5fe-4e89-b4af-aec3db722f75") ) (segment (start 116.36 71.78) (end 116.36 72.8817) (width 0.2) (layer "F.Cu") (net 9) (uuid "6ec95d3d-0581-4b42-a3ad-59d5f83276c7") ) (segment (start 154.36 71.78) (end 154.36 72.8817) (width 0.2) (layer "F.Cu") (net 9) (uuid "aeb3a8a1-d3b3-41b7-99e0-579efd381953") ) (segment (start 154.36 112.28) (end 154.36 111.1783) (width 0.2) (layer "B.Cu") (net 9) (uuid "037d8e78-775a-4e60-b7aa-06212c6d5426") ) (segment (start 158.774 64.1266) (end 158.774 66.5926) (width 0.2) (layer "B.Cu") (net 9) (uuid "04c6fcf8-f129-44ea-aca9-ee5e5490e8c1") ) (segment (start 158 43.9117) (end 158.5508 43.9117) (width 0.2) (layer "B.Cu") (net 9) (uuid "0d90eb0d-bb05-4024-be82-c4a2552219af") ) (segment (start 154.36 112.28) (end 154.36 113.3817) (width 0.2) (layer "B.Cu") (net 9) (uuid "0fde80f7-4202-4b3f-ace9-c63400a88c87") ) (segment (start 161.6548 47.0157) (end 161.6548 61.2458) (width 0.2) (layer "B.Cu") (net 9) (uuid "16502f85-7d45-47c6-83e0-9b2169a10e73") ) (segment (start 161.6548 61.2458) (end 158.774 64.1266) (width 0.2) (layer "B.Cu") (net 9) (uuid "2164c2f3-fc23-448b-8922-91a75ab85904") ) (segment (start 153.4792 114.2625) (end 154.36 113.3817) (width 0.2) (layer "B.Cu") (net 9) (uuid "317c5a48-a8dd-4f2f-bbd6-1dceab651158") ) (segment (start 160.5 79.0217) (end 154.36 72.8817) (width 0.2) (layer "B.Cu") (net 9) (uuid "354f1f2c-b936-46e2-9834-d64d80c98dc1") ) (segment (start 154.6883 70.6783) (end 154.36 70.6783) (width 0.2) (layer "B.Cu") (net 9) (uuid "35543644-973b-4cc9-9fc7-96b5ca7dc180") ) (segment (start 154.36 71.78) (end 154.36 72.8817) (width 0.2) (layer "B.Cu") (net 9) (uuid "3669ff46-254c-4e46-a42b-22972a998d8e") ) (segment (start 154.36 71.78) (end 154.36 70.6783) (width 0.2) (layer "B.Cu") (net 9) (uuid "3d01e7e8-4136-42bb-b9b9-db74f2f1c29c") ) (segment (start 174 71.5) (end 165.2805 80.2195) (width 0.2) (layer "B.Cu") (net 9) (uuid "4f6de7f9-63a0-4b70-9997-c5a7d924b96e") ) (segment (start 160.5 83.9112) (end 160.5 81.3712) (width 0.2) (layer "B.Cu") (net 9) (uuid "50c2f1f3-7d95-4914-b84a-1f2762b70025") ) (segment (start 123.1517 112.295) (end 125.1192 114.2625) (width 0.2) (layer "B.Cu") (net 9) (uuid "60d01440-4536-4b59-bd76-1a0be8d6961a") ) (segment (start 160.5 88.9912) (end 160.5 86.4512) (width 0.2) (layer "B.Cu") (net 9) (uuid "82670cbd-bd5a-4f6c-9328-3248ee3b7453") ) (segment (start 158.774 66.5926) (end 154.6883 70.6783) (width 0.2) (layer "B.Cu") (net 9) (uuid "91da78ce-ca9f-4ab3-a0e4-bdd455798b68") ) (segment (start 125.1192 114.2625) (end 153.4792 114.2625) (width 0.2) (layer "B.Cu") (net 9) (uuid "9e7cda13-a74c-41de-851f-85aa9ffd2c11") ) (segment (start 160.5 80.2195) (end 160.5 79.0217) (width 0.2) (layer "B.Cu") (net 9) (uuid "acfc8fea-f826-4dd3-aa2c-e86363166c8f") ) (segment (start 158 42.81) (end 158 43.9117) (width 0.2) (layer "B.Cu") (net 9) (uuid "b01184f2-f908-4d36-bc40-428d3a06f582") ) (segment (start 122 112.295) (end 123.1517 112.295) (width 0.2) (layer "B.Cu") (net 9) (uuid "b15b6d7b-11c7-4dbe-ad67-56bb7016749e") ) (segment (start 154.6883 111.1783) (end 154.36 111.1783) (width 0.2) (layer "B.Cu") (net 9) (uuid "b4fe7d1d-8856-4f7a-9b72-bc68413a3dc4") ) (segment (start 165.2805 80.2195) (end 160.5 80.2195) (width 0.2) (layer "B.Cu") (net 9) (uuid "c2ce9764-79c4-4824-8a7c-26a03a71250e") ) (segment (start 160.5 81.3712) (end 160.5 80.2195) (width 0.2) (layer "B.Cu") (net 9) (uuid "c88fee26-5096-4519-91b6-1da0d0c30b71") ) (segment (start 160.5 88.9912) (end 160.5 91.5312) (width 0.2) (layer "B.Cu") (net 9) (uuid "ed1923eb-0846-4000-8a18-0f03c7a08cc9") ) (segment (start 158.5508 43.9117) (end 161.6548 47.0157) (width 0.2) (layer "B.Cu") (net 9) (uuid "f4d113ac-d4f4-4bfb-a442-406a70bd9c49") ) (segment (start 160.5 91.5312) (end 160.5 105.3666) (width 0.2) (layer "B.Cu") (net 9) (uuid "f79df313-1335-4466-bd24-6993f3509ffe") ) (segment (start 160.5 86.4512) (end 160.5 83.9112) (width 0.2) (layer "B.Cu") (net 9) (uuid "f9356e9c-3e84-4806-9196-60f1dbf875a4") ) (segment (start 160.5 105.3666) (end 154.6883 111.1783) (width 0.2) (layer "B.Cu") (net 9) (uuid "fe47864a-041c-4a8b-a6f0-24184a99cd05") ) (segment (start 92.8492 94.5) (end 93.5 94.5) (width 0.2) (layer "F.Cu") (net 10) (uuid "14a99ab1-a2f5-4d70-b71b-1debdcc7f78d") ) (segment (start 131.5 54) (end 130.1983 54) (width 0.2) (layer "F.Cu") (net 10) (uuid "19ca6885-d5f5-4913-a054-beb8f5795ba6") ) (segment (start 92.8492 94.5) (end 92.1983 94.5) (width 0.2) (layer "F.Cu") (net 10) (uuid "3747e89c-bc0b-4093-9ea0-37619a2aab1c") ) (segment (start 129.0871 55.1112) (end 95.9129 55.1112) (width 0.2) (layer "F.Cu") (net 10) (uuid "3d0d334c-a411-43b5-b792-335f919e8504") ) (segment (start 148.8017 78.5) (end 132.8017 94.5) (width 0.2) (layer "F.Cu") (net 10) (uuid "55f0cb15-ed22-4c7b-bce8-91f283da4d3a") ) (segment (start 131.5 94.5) (end 130.1983 94.5) (width 0.2) (layer "F.Cu") (net 10) (uuid "6578fc62-6915-42c9-8774-639d8066a1d3") ) (segment (start 92.1833 94.515) (end 92.1983 94.5) (width 0.2) (layer "F.Cu") (net 10) (uuid "6c4a5df8-973e-4e1e-9578-c88fbb3355cb") ) (segment (start 131.5 94.5) (end 132.8017 94.5) (width 0.2) (layer "F.Cu") (net 10) (uuid "97c99e81-edd9-4a69-a098-a924bb8335eb") ) (segment (start 129.0616 93.3633) (end 130.1983 94.5) (width 0.2) (layer "F.Cu") (net 10) (uuid "9c13cfaa-efb6-4729-aaa7-12518dd3facf") ) (segment (start 93.5 54) (end 94.8017 54) (width 0.2) (layer "F.Cu") (net 10) (uuid "a1f95315-6545-40be-bf1e-d7f8ca7026e1") ) (segment (start 130.1983 54) (end 129.0871 55.1112) (width 0.2) (layer "F.Cu") (net 10) (uuid "a9a7005c-e0ef-47ee-8d54-393f70dd4f6f") ) (segment (start 93.5 94.5) (end 94.8017 94.5) (width 0.2) (layer "F.Cu") (net 10) (uuid "b59dc87e-a734-46dc-854a-519e5aba8294") ) (segment (start 95.9384 93.3633) (end 129.0616 93.3633) (width 0.2) (layer "F.Cu") (net 10) (uuid "ba30831f-5e68-46fd-ab65-445f378c7e8e") ) (segment (start 174 78.5) (end 148.8017 78.5) (width 0.2) (layer "F.Cu") (net 10) (uuid "bb294b3a-74bf-4e6c-8912-ac8422a0d131") ) (segment (start 94.8017 94.5) (end 95.9384 93.3633) (width 0.2) (layer "F.Cu") (net 10) (uuid "c58a87df-cd13-438f-9502-cd9095d65854") ) (segment (start 88 94.515) (end 92.1833 94.515) (width 0.2) (layer "F.Cu") (net 10) (uuid "d5dae29d-88aa-4506-b87d-45f1f4b263e5") ) (segment (start 95.9129 55.1112) (end 94.8017 54) (width 0.2) (layer "F.Cu") (net 10) (uuid "f2b70e63-8362-4a4c-a16c-abf648fcb7fe") ) (segment (start 87.5 79) (end 87.5 60.7322) (width 0.2) (layer "B.Cu") (net 10) (uuid "073d2c94-58e6-495b-ac67-c556cea19021") ) (segment (start 93.5 54) (end 93.5 55.3017) (width 0.2) (layer "B.Cu") (net 10) (uuid "197ca6f5-0edb-4885-879c-49ddaa17295b") ) (segment (start 87.5 85.5) (end 87.5 79) (width 0.2) (layer "B.Cu") (net 10) (uuid "4a4bd346-2f74-4e2f-9a50-ffb376354c42") ) (segment (start 88 94.515) (end 88 93.3633) (width 0.2) (layer "B.Cu") (net 10) (uuid "73588e30-8fb0-4b01-b4df-5d075ecd34a1") ) (segment (start 87.5 60.7322) (end 92.9305 55.3017) (width 0.2) (layer "B.Cu") (net 10) (uuid "8b9bd848-38d8-4d74-8adb-2c6f6675a5e4") ) (segment (start 92.9305 55.3017) (end 93.5 55.3017) (width 0.2) (layer "B.Cu") (net 10) (uuid "b262eac8-7cfa-4922-a35b-376581315cd5") ) (segment (start 88 93.3633) (end 87.5 92.8633) (width 0.2) (layer "B.Cu") (net 10) (uuid "f45430ca-7b81-4929-89c8-18d831f654c7") ) (segment (start 87.5 92.8633) (end 87.5 85.5) (width 0.2) (layer "B.Cu") (net 10) (uuid "f74d9d15-0471-4be1-ae93-7312557fc370") ) (segment (start 129.6071 99.58) (end 131.5 99.58) (width 0.2) (layer "F.Cu") (net 11) (uuid "1d2b84e7-a512-45fe-8ca9-c839244b20d5") ) (segment (start 93.5 99.58) (end 92.1983 99.58) (width 0.2) (layer "F.Cu") (net 11) (uuid "2489f709-d1d8-459a-8363-356bf2e204c8") ) (segment (start 93.5767 98.4016) (end 128.4287 98.4016) (width 0.2) (layer "F.Cu") (net 11) (uuid "9838fcf8-23ff-4bca-9655-5acdad4e34e9") ) (segment (start 128.4287 98.4016) (end 129.6071 99.58) (width 0.2) (layer "F.Cu") (net 11) (uuid "c587390e-d745-4e9d-86e2-ae27ae83dcf3") ) (segment (start 174 88.5) (end 161.9538 100.5462) (width 0.2) (layer "F.Cu") (net 11) (uuid "cd4ffed9-a1c3-410f-b987-0f07d3f1b28a") ) (segment (start 161.9538 100.5462) (end 156.3746 100.5462) (width 0.2) (layer "F.Cu") (net 11) (uuid "d3bd8d96-b880-4edd-b93e-3b2a8711949a") ) (segment (start 93.5 98.4783) (end 93.5767 98.4016) (width 0.2) (layer "F.Cu") (net 11) (uuid "dc4253fb-689e-47d6-b30b-5a9f6f117a34") ) (segment (start 92.1833 99.595) (end 92.1983 99.58) (width 0.2) (layer "F.Cu") (net 11) (uuid "f2469b48-ffc9-4647-9c7d-fbae46c2e7d5") ) (segment (start 88 99.595) (end 92.1833 99.595) (width 0.2) (layer "F.Cu") (net 11) (uuid "fb46064c-5930-4339-96e7-52e4563a0fcd") ) (segment (start 93.5 99.58) (end 93.5 98.4783) (width 0.2) (layer "F.Cu") (net 11) (uuid "ff1068bd-50f6-43a0-ab70-169cb12af16a") ) (via (at 156.3746 100.5462) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 11) (uuid "1d8b8799-c692-4ad2-8169-d7c499573532") ) (segment (start 155.0583 103.2349) (end 130.8518 103.2349) (width 0.2) (layer "B.Cu") (net 11) (uuid "003c5a52-d539-495d-ac9e-c1dbf8e56732") ) (segment (start 90.9659 95.7653) (end 88.2879 98.4433) (width 0.2) (layer "B.Cu") (net 11) (uuid "03027135-0ebf-404a-b3ca-397d2bf5e9e8") ) (segment (start 88.2879 98.4433) (end 88 98.4433) (width 0.2) (layer "B.Cu") (net 11) (uuid "1200d325-2fc5-4f83-be8a-e5e8108f4d26") ) (segment (start 90.9659 62.3875) (end 90.9659 95.7653) (width 0.2) (layer "B.Cu") (net 11) (uuid "16243a7e-d922-4427-b7cc-b9fc1355553a") ) (segment (start 88 99.595) (end 88 98.4433) (width 0.2) (layer "B.Cu") (net 11) (uuid "186735c9-43c6-4c5b-b287-517bab137d7c") ) (segment (start 133.2057 97.1009) (end 133.2057 66.5786) (width 0.2) (layer "B.Cu") (net 11) (uuid "20cf2b9c-d153-4ff0-9143-2df48fb9b11b") ) (segment (start 93.1717 60.1817) (end 90.9659 62.3875) (width 0.2) (layer "B.Cu") (net 11) (uuid "2fd84b08-1e90-4b79-bec3-bf75934d29de") ) (segment (start 131.5 98.4783) (end 131.8283 98.4783) (width 0.2) (layer "B.Cu") (net 11) (uuid "387395c5-500b-459e-a98d-8c3828b48af8") ) (segment (start 130.9303 65.43) (end 130.169 64.6687) (width 0.2) (layer "B.Cu") (net 11) (uuid "52fc7be0-0962-4c54-8066-b2fde0ff31c2") ) (segment (start 132.0571 65.43) (end 130.9303 65.43) (width 0.2) (layer "B.Cu") (net 11) (uuid "53c1b98b-a718-43b3-b57d-517b6e030a48") ) (segment (start 130.196 102.5791) (end 130.196 100.884) (width 0.2) (layer "B.Cu") (net 11) (uuid "592b6566-8b04-45bc-ba8f-c22fb8ab2f84") ) (segment (start 130.169 64.6687) (end 130.169 61.1844) (width 0.2) (layer "B.Cu") (net 11) (uuid "5b3232ea-bd77-44d6-8319-4b57b6172b6a") ) (segment (start 133.2057 66.5786) (end 132.0571 65.43) (width 0.2) (layer "B.Cu") (net 11) (uuid "89992e5e-e385-41b1-9b9c-ad7c7e633614") ) (segment (start 131.5 99.58) (end 131.5 98.4783) (width 0.2) (layer "B.Cu") (net 11) (uuid "8a598f0f-3f9b-44da-8ad1-58ed6870952c") ) (segment (start 131.1717 60.1817) (end 131.5 60.1817) (width 0.2) (layer "B.Cu") (net 11) (uuid "916f1fc0-ee64-45df-9006-d19cb2690b20") ) (segment (start 131.5 59.08) (end 131.5 60.1817) (width 0.2) (layer "B.Cu") (net 11) (uuid "9a69911f-7dbd-4e05-b52f-f66d756411ee") ) (segment (start 130.196 100.884) (end 131.5 99.58) (width 0.2) (layer "B.Cu") (net 11) (uuid "9a8e9733-2cc4-4b47-8425-eeeffcd53e5e") ) (segment (start 156.3746 101.9186) (end 155.0583 103.2349) (width 0.2) (layer "B.Cu") (net 11) (uuid "9ed17dbb-52be-490f-9179-0a1c8274b3e2") ) (segment (start 93.5 59.08) (end 93.5 60.1817) (width 0.2) (layer "B.Cu") (net 11) (uuid "aef93341-908b-4cf7-ad51-6706a278fb6d") ) (segment (start 130.169 61.1844) (end 131.1717 60.1817) (width 0.2) (layer "B.Cu") (net 11) (uuid "b010d8bc-e546-4ad7-993c-d84ad09598b8") ) (segment (start 131.8283 98.4783) (end 133.2057 97.1009) (width 0.2) (layer "B.Cu") (net 11) (uuid "c594bcc0-8a3d-475b-a41f-83637bd57ffc") ) (segment (start 130.8518 103.2349) (end 130.196 102.5791) (width 0.2) (layer "B.Cu") (net 11) (uuid "c70f81b3-3e99-4dfb-97d6-483393d73199") ) (segment (start 93.5 60.1817) (end 93.1717 60.1817) (width 0.2) (layer "B.Cu") (net 11) (uuid "cd1d859b-6b36-4747-b17a-0ef105ea01e2") ) (segment (start 156.3746 100.5462) (end 156.3746 101.9186) (width 0.2) (layer "B.Cu") (net 11) (uuid "dc1f5830-1841-4e6e-86a1-2c413055148b") ) (segment (start 131.5 96.0972) (end 131.5 96.0559) (width 0.2) (layer "F.Cu") (net 12) (uuid "2a5fec1e-b83d-4955-8643-d618c15ad879") ) (segment (start 161.6998 95.8002) (end 149.2296 95.8002) (width 0.2) (layer "F.Cu") (net 12) (uuid "3c6583e4-cb20-428a-844f-41f52fc44c8f") ) (segment (start 88 97.055) (end 89.1517 97.055) (width 0.2) (layer "F.Cu") (net 12) (uuid "3eaf7839-f7ab-4c36-91b9-9fd3036a49f6") ) (segment (start 93.5356 95.9027) (end 131.4292 95.9027) (width 0.2) (layer "F.Cu") (net 12) (uuid "4b702fc1-b809-49ab-8737-044a65bf7535") ) (segment (start 93.5 96.4891) (end 93.5 95.9383) (width 0.2) (layer "F.Cu") (net 12) (uuid "5d3ec650-0597-4b6e-b7cc-4a9546e6830b") ) (segment (start 131.5 97.04) (end 131.5 96.0972) (width 0.2) (layer "F.Cu") (net 12) (uuid "70342ebc-40a6-4b11-98b3-00a608f264f8") ) (segment (start 93.5 95.9383) (end 93.5356 95.9027) (width 0.2) (layer "F.Cu") (net 12) (uuid "70a1ad58-15a8-4207-bd41-a9ea16e36747") ) (segment (start 149.2296 95.8002) (end 149.0563 95.9735) (width 0.2) (layer "F.Cu") (net 12) (uuid "727a4a83-2a91-420a-bd68-3681e079a9f8") ) (segment (start 131.5 96.0559) (end 131.5 95.9735) (width 0.2) (layer "F.Cu") (net 12) (uuid "86570852-2ab8-4585-94a2-3606b705928b") ) (segment (start 93.5 96.4891) (end 89.7176 96.4891) (width 0.2) (layer "F.Cu") (net 12) (uuid "9d46f5b0-558c-4b33-82d6-0334cf4147e8") ) (segment (start 149.0563 95.9735) (end 131.5 95.9735) (width 0.2) (layer "F.Cu") (net 12) (uuid "b5c68839-1825-4fd1-98d2-501da917d86d") ) (segment (start 131.4292 95.9027) (end 131.5 95.9735) (width 0.2) (layer "F.Cu") (net 12) (uuid "b9caf4ba-6cc9-4cd7-909e-a3a3966e2331") ) (segment (start 93.5 97.04) (end 93.5 96.4891) (width 0.2) (layer "F.Cu") (net 12) (uuid "d8ad47f6-e5f5-4682-9476-8f9259e88577") ) (segment (start 174 83.5) (end 161.6998 95.8002) (width 0.2) (layer "F.Cu") (net 12) (uuid "ddfd5f4e-acc7-42f9-b144-c256596f82dc") ) (segment (start 89.7176 96.4891) (end 89.1517 97.055) (width 0.2) (layer "F.Cu") (net 12) (uuid "fe85b6e2-6c64-4038-82c9-d7cec99e6ae7") ) (segment (start 127.8099 52.8499) (end 130.3983 55.4383) (width 0.2) (layer "B.Cu") (net 12) (uuid "1bb9c426-7af1-4abc-93ed-5a1f0cc33ebe") ) (segment (start 93.5 57.0908) (end 93.5 57.6417) (width 0.2) (layer "B.Cu") (net 12) (uuid "3255b9e2-0ffd-4ac5-8d70-ea0c99f21615") ) (segment (start 93.5 57.0908) (end 97.7409 52.8499) (width 0.2) (layer "B.Cu") (net 12) (uuid "3b690109-7520-4dd5-8a40-9cbb58ffb2cb") ) (segment (start 93.5 56.54) (end 93.5 57.0908) (width 0.2) (layer "B.Cu") (net 12) (uuid "4ab19907-0da3-43ac-bbd7-8b7f549f3ae9") ) (segment (start 131.5 56.54) (end 131.5 55.4383) (width 0.2) (layer "B.Cu") (net 12) (uuid "60ac9b28-e3ca-4930-b09f-346a5f1d4317") ) (segment (start 93.1757 57.6417) (end 93.5 57.6417) (width 0.2) (layer "B.Cu") (net 12) (uuid "6ed41967-31cf-477e-a78d-34492e395036") ) (segment (start 88.7918 95.9033) (end 89.9549 94.7402) (width 0.2) (layer "B.Cu") (net 12) (uuid "9a838a1a-0102-4e06-85df-3a977eaae4aa") ) (segment (start 89.9549 60.8625) (end 93.1757 57.6417) (width 0.2) (layer "B.Cu") (net 12) (uuid "9d955c16-42cf-4fe0-88de-e42e7164388f") ) (segment (start 88 97.055) (end 88 95.9033) (width 0.2) (layer "B.Cu") (net 12) (uuid "c76058ff-891b-4ae6-a973-fd5246b3ea6e") ) (segment (start 88 95.9033) (end 88.7918 95.9033) (width 0.2) (layer "B.Cu") (net 12) (uuid "e19f71ff-2b98-4f6a-96d5-2afc21f32210") ) (segment (start 89.9549 94.7402) (end 89.9549 60.8625) (width 0.2) (layer "B.Cu") (net 12) (uuid "e3b34224-e4e7-49a9-b8ea-d89c60b1412f") ) (segment (start 97.7409 52.8499) (end 127.8099 52.8499) (width 0.2) (layer "B.Cu") (net 12) (uuid "f41d5cdf-bb55-4380-978c-e4b691b5e8b6") ) (segment (start 130.3983 55.4383) (end 131.5 55.4383) (width 0.2) (layer "B.Cu") (net 12) (uuid "fbda74ca-08ba-40f0-b711-85d8f695140d") ) (segment (start 168.9417 103.5583) (end 131.5 103.5583) (width 0.2) (layer "F.Cu") (net 13) (uuid "10a01585-20ca-4d09-a57f-477a14a9b1a5") ) (segment (start 93.5767 103.4816) (end 131.4233 103.4816) (width 0.2) (layer "F.Cu") (net 13) (uuid "1a77e6e1-ee67-4138-bf6e-3758f256cb3e") ) (segment (start 89.1517 104.675) (end 89.1667 104.66) (width 0.2) (layer "F.Cu") (net 13) (uuid "3d513385-9148-42d8-b880-305498707b13") ) (segment (start 131.5 64.16) (end 131.5 65.2617) (width 0.2) (layer "F.Cu") (net 13) (uuid "3d865ae3-fa2a-4046-87eb-7f40655f6e44") ) (segment (start 131.4233 103.4816) (end 131.5 103.5583) (width 0.2) (layer "F.Cu") (net 13) (uuid "3f94d263-6b9b-45dc-9375-38b5dec6ba8a") ) (segment (start 131.5 65.2617) (end 93.5 65.2617) (width 0.2) (layer "F.Cu") (net 13) (uuid "46bc0d9f-a3e5-4978-9fb7-8e94a2ebdf36") ) (segment (start 174 98.5) (end 168.9417 103.5583) (width 0.2) (layer "F.Cu") (net 13) (uuid "5527e326-aad1-4e7a-b79c-09dbd5f02506") ) (segment (start 131.5 104.66) (end 131.5 103.5583) (width 0.2) (layer "F.Cu") (net 13) (uuid "721633c4-5583-4a59-b87f-92f6de4c39c8") ) (segment (start 89.1667 104.66) (end 93.5 104.66) (width 0.2) (layer "F.Cu") (net 13) (uuid "8f3288a6-f1ae-46b2-9468-6eacc92ba508") ) (segment (start 93.5 64.16) (end 93.5 65.2617) (width 0.2) (layer "F.Cu") (net 13) (uuid "b69f581f-ac1f-4d27-bd07-1cefdfdaa6e5") ) (segment (start 93.5 103.5583) (end 93.5767 103.4816) (width 0.2) (layer "F.Cu") (net 13) (uuid "ca0054e7-028d-4148-bf9c-e1c237151f8e") ) (segment (start 88 104.675) (end 89.1517 104.675) (width 0.2) (layer "F.Cu") (net 13) (uuid "cb28c7ec-a067-4afb-87c1-e441338274e6") ) (segment (start 93.5 104.66) (end 93.5 103.5583) (width 0.2) (layer "F.Cu") (net 13) (uuid "cb8ae56d-c232-4b9e-92a1-06b00834f6eb") ) (segment (start 91.7693 74.7203) (end 91.7693 66.6641) (width 0.2) (layer "B.Cu") (net 13) (uuid "08c2b815-3096-49d9-b750-5aa0b7513efc") ) (segment (start 94.8026 102.5781) (end 94.8026 77.7536) (width 0.2) (layer "B.Cu") (net 13) (uuid "580e2f97-a897-40f7-810b-ea6b064b1798") ) (segment (start 93.5 104.66) (end 93.5 103.5583) (width 0.2) (layer "B.Cu") (net 13) (uuid "654aabb8-7b73-4cf7-88db-ff9271e0e300") ) (segment (start 94.8026 77.7536) (end 91.7693 74.7203) (width 0.2) (layer "B.Cu") (net 13) (uuid "679f6ec3-13ed-40aa-bf3f-02db8d72fb20") ) (segment (start 91.7693 66.6641) (end 93.1717 65.2617) (width 0.2) (layer "B.Cu") (net 13) (uuid "7e0551bc-1f87-49bb-8311-5d22572326f6") ) (segment (start 93.5 64.16) (end 93.5 65.2617) (width 0.2) (layer "B.Cu") (net 13) (uuid "8582096d-e4e8-43f1-8749-39320a403fed") ) (segment (start 93.5 103.5583) (end 93.8224 103.5583) (width 0.2) (layer "B.Cu") (net 13) (uuid "bda34590-c8fe-41a5-82c2-41894ad11ad2") ) (segment (start 93.1717 65.2617) (end 93.5 65.2617) (width 0.2) (layer "B.Cu") (net 13) (uuid "e3125fa7-3313-43af-8378-4d9504e7afee") ) (segment (start 93.8224 103.5583) (end 94.8026 102.5781) (width 0.2) (layer "B.Cu") (net 13) (uuid "e3b45cb3-b4b0-4f9c-9ef4-4286ca82cd5d") ) (segment (start 130.8557 110.9179) (end 93.5762 110.9179) (width 0.2) (layer "F.Cu") (net 14) (uuid "0c01c1b2-64ed-43ec-99b0-9736c619d0db") ) (segment (start 88 109.755) (end 92.1833 109.755) (width 0.2) (layer "F.Cu") (net 14) (uuid "173db040-9050-475b-8574-76b71c83ab4b") ) (segment (start 131.5 110.2736) (end 130.8557 110.9179) (width 0.2) (layer "F.Cu") (net 14) (uuid "2250101c-2d5c-4ca4-bdc4-b69b3ecb5081") ) (segment (start 171.6583 110.8417) (end 174 108.5) (width 0.2) (layer "F.Cu") (net 14) (uuid "5774e36f-35fc-47b7-b44d-5e0ea02c72a2") ) (segment (start 93.5 109.74) (end 92.1983 109.74) (width 0.2) (layer "F.Cu") (net 14) (uuid "60092481-11ab-454c-8fa8-2ac5e79d5b03") ) (segment (start 93.5 109.74) (end 93.5 110.8417) (width 0.2) (layer "F.Cu") (net 14) (uuid "86eb6d9f-2f77-494b-90bc-b74155d7c554") ) (segment (start 131.5 109.74) (end 131.5 110.2736) (width 0.2) (layer "F.Cu") (net 14) (uuid "90ed717f-7d47-4a5a-85d9-a64ec27107f2") ) (segment (start 131.5 110.8417) (end 171.6583 110.8417) (width 0.2) (layer "F.Cu") (net 14) (uuid "a34ed109-3f80-403c-b59b-d26ec242b08e") ) (segment (start 93.5762 110.9179) (end 93.5 110.8417) (width 0.2) (layer "F.Cu") (net 14) (uuid "d5d6666f-c6b7-42ca-be4e-3390384e0e2a") ) (segment (start 131.5 110.2736) (end 131.5 110.8417) (width 0.2) (layer "F.Cu") (net 14) (uuid "f04c5352-6f4f-4056-add3-11094d4b15a7") ) (segment (start 92.1833 109.755) (end 92.1983 109.74) (width 0.2) (layer "F.Cu") (net 14) (uuid "fb4628b2-1784-4c2b-8342-95fc0c9b49a8") ) (segment (start 93.5 109.74) (end 93.5 108.6383) (width 0.2) (layer "B.Cu") (net 14) (uuid "04cbbf06-9827-485b-b5f3-e888b2801d11") ) (segment (start 131.0869 108.6383) (end 131.5 108.6383) (width 0.2) (layer "B.Cu") (net 14) (uuid "11e33a0c-2268-45cd-a408-5d4dfaaa5b4f") ) (segment (start 131.5 109.74) (end 131.5 108.6383) (width 0.2) (layer "B.Cu") (net 14) (uuid "1e0499de-77ab-4c6f-81ea-f39105dd9fa3") ) (segment (start 131.5 69.24) (end 131.5 70.3417) (width 0.2) (layer "B.Cu") (net 14) (uuid "38245aa3-f64d-4823-99d4-0d2995a094c2") ) (segment (start 93.5 69.24) (end 93.5 70.3417) (width 0.2) (layer "B.Cu") (net 14) (uuid "3c090880-5eaa-46a3-9f46-d6e83eb58f7f") ) (segment (start 132.804 73.0967) (end 129.7905 76.1102) (width 0.2) (layer "B.Cu") (net 14) (uuid "3ffef440-52ac-49be-a580-bc301eac9dc2") ) (segment (start 95.606 72.1194) (end 93.8283 70.3417) (width 0.2) (layer "B.Cu") (net 14) (uuid "58297f34-58ec-4e95-af07-0ca2dbca18ae") ) (segment (start 131.8283 70.3417) (end 132.804 71.3174) (width 0.2) (layer "B.Cu") (net 14) (uuid "6c991c92-b850-4839-a1d4-83a85f02db90") ) (segment (start 131.5 70.3417) (end 131.8283 70.3417) (width 0.2) (layer "B.Cu") (net 14) (uuid "94aa5d67-817b-4758-af00-4038873531fe") ) (segment (start 95.606 106.9002) (end 95.606 72.1194) (width 0.2) (layer "B.Cu") (net 14) (uuid "9b2f6408-27e8-4e2c-b6a2-591e09f50fa9") ) (segment (start 93.8679 108.6383) (end 95.606 106.9002) (width 0.2) (layer "B.Cu") (net 14) (uuid "a5fd0f98-2a51-4840-9496-962bf19c08cc") ) (segment (start 129.7905 107.3419) (end 131.0869 108.6383) (width 0.2) (layer "B.Cu") (net 14) (uuid "a87c3e17-8f8b-4f50-ac40-cf6d3f44da30") ) (segment (start 129.7905 76.1102) (end 129.7905 107.3419) (width 0.2) (layer "B.Cu") (net 14) (uuid "c9c1c469-3b19-40bc-a0c3-c0e21c14453d") ) (segment (start 93.8283 70.3417) (end 93.5 70.3417) (width 0.2) (layer "B.Cu") (net 14) (uuid "e6e0a829-eded-4811-9ce0-f562b8a7b8a6") ) (segment (start 93.5 108.6383) (end 93.8679 108.6383) (width 0.2) (layer "B.Cu") (net 14) (uuid "ec3132da-6241-4f66-a696-ecc06929488b") ) (segment (start 132.804 71.3174) (end 132.804 73.0967) (width 0.2) (layer "B.Cu") (net 14) (uuid "fcdf4a61-2cbc-4c6d-a38b-b4137b34934e") ) (segment (start 93.5 107.2) (end 93.5 106.0983) (width 0.2) (layer "F.Cu") (net 15) (uuid "11ef0fbc-a2ab-4728-816c-dacb499a2ae8") ) (segment (start 131.5 107.2) (end 131.5 106.1816) (width 0.2) (layer "F.Cu") (net 15) (uuid "127b2470-5def-4d9e-855f-a070fd6699e1") ) (segment (start 93.5 66.7) (end 93.5 67.8017) (width 0.2) (layer "F.Cu") (net 15) (uuid "2d76410b-6a38-4337-8322-157996bc9835") ) (segment (start 131.5 106.1816) (end 131.5 106.0983) (width 0.2) (layer "F.Cu") (net 15) (uuid "2f3fc344-3228-4e41-bd5b-aba10e65ee74") ) (segment (start 93.5 67.8017) (end 117.4102 67.8017) (width 0.2) (layer "F.Cu") (net 15) (uuid "44feee71-bae6-4044-b699-2cacc54eda17") ) (segment (start 131.5 106.0983) (end 131.4158 106.0141) (width 0.2) (layer "F.Cu") (net 15) (uuid "59292e7f-58fa-4cc8-b587-8d4229ca7f49") ) (segment (start 117.4102 67.8017) (end 118.5119 66.7) (width 0.2) (layer "F.Cu") (net 15) (uuid "60960420-d960-4d48-ad50-6f91c15bc74c") ) (segment (start 174 103.5) (end 171.4017 106.0983) (width 0.2) (layer "F.Cu") (net 15) (uuid "8ecd3b00-37cc-4aa3-94bb-3d321b5b7403") ) (segment (start 93.5842 106.0141) (end 93.5 106.0983) (width 0.2) (layer "F.Cu") (net 15) (uuid "92ab3c4e-6a26-4f9d-8371-59503badb9a1") ) (segment (start 131.4158 106.0141) (end 93.5842 106.0141) (width 0.2) (layer "F.Cu") (net 15) (uuid "a4751e8b-83ae-4fea-b990-642135b26494") ) (segment (start 92.1833 107.215) (end 92.1983 107.2) (width 0.2) (layer "F.Cu") (net 15) (uuid "c3c5efbc-56a4-43ae-9545-907225073bfc") ) (segment (start 88 107.215) (end 92.1833 107.215) (width 0.2) (layer "F.Cu") (net 15) (uuid "da0d32da-9964-4fa5-bb95-9f125330646e") ) (segment (start 171.4017 106.0983) (end 131.5 106.0983) (width 0.2) (layer "F.Cu") (net 15) (uuid "f239ba76-1a03-46d3-89b5-a54dfc0bf187") ) (segment (start 118.5119 66.7) (end 131.5 66.7) (width 0.2) (layer "F.Cu") (net 15) (uuid "fa533535-30f5-45c4-909d-384272b3935e") ) (segment (start 93.5 107.2) (end 92.1983 107.2) (width 0.2) (layer "F.Cu") (net 15) (uuid "fe789f87-3a14-4add-89a4-ca36a9c42180") ) (segment (start 92.1971 68.7763) (end 93.1717 67.8017) (width 0.2) (layer "B.Cu") (net 15) (uuid "1693df0c-118a-422b-a6f8-5e58c3789b11") ) (segment (start 93.5 107.2) (end 93.5 106.0983) (width 0.2) (layer "B.Cu") (net 15) (uuid "3fe91758-8be1-4cb3-b674-6087d96479b5") ) (segment (start 95.2043 76.6848) (end 92.1971 73.6776) (width 0.2) (layer "B.Cu") (net 15) (uuid "9f5ac2c5-067e-42bd-9464-098f922cac4d") ) (segment (start 93.1717 67.8017) (end 93.5 67.8017) (width 0.2) (layer "B.Cu") (net 15) (uuid "b9f44200-4473-4202-8f68-499734eb57ef") ) (segment (start 93.5 66.7) (end 93.5 67.8017) (width 0.2) (layer "B.Cu") (net 15) (uuid "c04d99c6-d0a6-4713-a130-177e43cfec7f") ) (segment (start 95.2043 104.7619) (end 95.2043 76.6848) (width 0.2) (layer "B.Cu") (net 15) (uuid "da8bd892-70ab-41ea-8ed2-995da7353fc3") ) (segment (start 92.1971 73.6776) (end 92.1971 68.7763) (width 0.2) (layer "B.Cu") (net 15) (uuid "dcffbbf3-9a11-4aee-bc22-366eef5740ff") ) (segment (start 93.8679 106.0983) (end 95.2043 104.7619) (width 0.2) (layer "B.Cu") (net 15) (uuid "e259516a-e890-4265-a2f8-5e17ba5eb1b3") ) (segment (start 93.5 106.0983) (end 93.8679 106.0983) (width 0.2) (layer "B.Cu") (net 15) (uuid "fbb042cd-bf81-4049-beb8-80b76f1e8ac8") ) (segment (start 131.5 70.6783) (end 115.2917 70.6783) (width 0.2) (layer "F.Cu") (net 16) (uuid "264487a2-127c-4037-9926-1eea24df8181") ) (segment (start 114.19 71.78) (end 93.5 71.78) (width 0.2) (layer "F.Cu") (net 16) (uuid "29d1f459-c15e-4356-a9e6-b333528b7788") ) (segment (start 131.5 112.28) (end 131.5 113.3817) (width 0.2) (layer "F.Cu") (net 16) (uuid "2dad38a6-888b-4ea2-9e01-1fc323ac217d") ) (segment (start 88 112.295) (end 92.1833 112.295) (width 0.2) (layer "F.Cu") (net 16) (uuid "350a024d-cd16-4683-8541-5533e23b502c") ) (segment (start 131.435 113.4467) (end 93.565 113.4467) (width 0.2) (layer "F.Cu") (net 16) (uuid "5a2253cf-9c6f-4081-b269-58bc507d70b4") ) (segment (start 93.565 113.4467) (end 93.5 113.3817) (width 0.2) (layer "F.Cu") (net 16) (uuid "639e582f-2e4b-42bb-b0d3-eca17e47b3c3") ) (segment (start 160.5 69.7656) (end 159.3483 69.7656) (width 0.2) (layer "F.Cu") (net 16) (uuid "6522c2cc-1c8d-42c7-b6e2-4729dde56b12") ) (segment (start 131.5 113.3817) (end 131.435 113.4467) (width 0.2) (layer "F.Cu") (net 16) (uuid "6878d566-3355-4392-81e6-bb7614724063") ) (segment (start 92.1833 112.295) (end 92.1983 112.28) (width 0.2) (layer "F.Cu") (net 16) (uuid "68cef78d-f886-4174-996b-f56540456d60") ) (segment (start 131.5 113.3817) (end 131.6183 113.5) (width 0.2) (layer "F.Cu") (net 16) (uuid "6cebe69e-00fd-4957-90b9-74694510bf0f") ) (segment (start 93.5 112.28) (end 93.5 113.3817) (width 0.2) (layer "F.Cu") (net 16) (uuid "7ef5dd27-de78-4daa-85df-b6d2e8b56dec") ) (segment (start 159.3483 69.7656) (end 158.4356 70.6783) (width 0.2) (layer "F.Cu") (net 16) (uuid "81464b0c-8587-4c47-af5b-5b17955ba976") ) (segment (start 158.4356 70.6783) (end 131.5 70.6783) (width 0.2) (layer "F.Cu") (net 16) (uuid "91c8acb7-5551-422f-97d2-54dfae644ec1") ) (segment (start 131.6183 113.5) (end 174 113.5) (width 0.2) (layer "F.Cu") (net 16) (uuid "adc769d3-3a43-4d47-9332-66b8650a7b04") ) (segment (start 131.5 71.78) (end 131.5 70.6941) (width 0.2) (layer "F.Cu") (net 16) (uuid "d642d85e-70ed-4baf-9882-b317019eddc6") ) (segment (start 115.2917 70.6783) (end 114.19 71.78) (width 0.2) (layer "F.Cu") (net 16) (uuid "e32ec1eb-f79b-462a-be5b-7ef7be15f2b4") ) (segment (start 93.5 112.28) (end 92.1983 112.28) (width 0.2) (layer "F.Cu") (net 16) (uuid "e50a80c3-31a3-4f19-9a2f-c8720a19a845") ) (segment (start 131.5 70.6941) (end 131.5 70.6783) (width 0.2) (layer "F.Cu") (net 16) (uuid "ff1a0270-ac82-44c2-b7c2-3f69c5ae3a7b") ) (segment (start 160.5 72.3056) (end 160.5 69.7656) (width 0.2) (layer "B.Cu") (net 16) (uuid "2ebff999-02ae-4744-afb3-b4516649e805") ) (segment (start 160.5 74.8456) (end 160.5 72.3056) (width 0.2) (layer "B.Cu") (net 16) (uuid "5f68dfc1-797d-4ff7-849e-256efc47a46b") ) (segment (start 160.5 67.2256) (end 160.5 64.6856) (width 0.2) (layer "B.Cu") (net 16) (uuid "71fb5344-fd0f-4fab-8950-08fd40c51aec") ) (segment (start 129.3888 109.4802) (end 131.0869 111.1783) (width 0.2) (layer "B.Cu") (net 16) (uuid "8e3e540b-f378-4b0c-834e-97041a7a5db5") ) (segment (start 129.3888 74.9929) (end 129.3888 109.4802) (width 0.2) (layer "B.Cu") (net 16) (uuid "8ea40b02-485e-46e0-ae58-897b6f553811") ) (segment (start 160.5 69.7656) (end 160.5 67.2256) (width 0.2) (layer "B.Cu") (net 16) (uuid "995bff2a-5680-4f41-bfdd-16ab5223609d") ) (segment (start 131.5 72.8817) (end 129.3888 74.9929) (width 0.2) (layer "B.Cu") (net 16) (uuid "b9a1a365-8585-4a5a-917c-e5f296cb00a8") ) (segment (start 131.5 112.28) (end 131.5 111.1783) (width 0.2) (layer "B.Cu") (net 16) (uuid "da962316-8592-43a4-84fc-23d5fe8a14c5") ) (segment (start 131.0869 111.1783) (end 131.5 111.1783) (width 0.2) (layer "B.Cu") (net 16) (uuid "f173a7bf-91f3-4dfc-8c24-9cb52bb279b3") ) (segment (start 131.5 71.78) (end 131.5 72.8817) (width 0.2) (layer "B.Cu") (net 16) (uuid "fbe66889-88fa-4f45-9a1a-7761f5bf24e9") ) (segment (start 131.5 102.12) (end 131.5 101.0183) (width 0.2) (layer "F.Cu") (net 17) (uuid "00d52dc4-ea39-4100-9fc2-6bfb72dc0f5b") ) (segment (start 131.5 101.0183) (end 155.7868 101.0183) (width 0.2) (layer "F.Cu") (net 17) (uuid "1fea0bd3-69d5-4038-82e1-37f2bbf34003") ) (segment (start 93.5 101.0183) (end 93.5767 100.9416) (width 0.2) (layer "F.Cu") (net 17) (uuid "35e8aa9e-c78a-4e12-a3b6-6d31480e9fa2") ) (segment (start 155.9164 101.1479) (end 166.3521 101.1479) (width 0.2) (layer "F.Cu") (net 17) (uuid "4bf274c2-87e8-46b7-b981-d08a2e9e6297") ) (segment (start 166.3521 101.1479) (end 174 93.5) (width 0.2) (layer "F.Cu") (net 17) (uuid "7c0ef157-bb13-435f-9e57-cf9e286c7668") ) (segment (start 131.4233 100.9416) (end 131.5 101.0183) (width 0.2) (layer "F.Cu") (net 17) (uuid "7eb8705a-9307-430e-a7c4-2d8f6668bc3b") ) (segment (start 93.5 102.12) (end 93.5 101.0183) (width 0.2) (layer "F.Cu") (net 17) (uuid "bc49faaa-0ad8-447a-b50d-a38fd22d7fcf") ) (segment (start 93.5767 100.9416) (end 131.4233 100.9416) (width 0.2) (layer "F.Cu") (net 17) (uuid "be457fc1-9d91-490a-b0ca-8022bd9f7fc6") ) (segment (start 155.7868 101.0183) (end 155.9164 101.1479) (width 0.2) (layer "F.Cu") (net 17) (uuid "e38452df-455e-4a33-91a0-34b495469b03") ) (segment (start 93.2633 100.7816) (end 91.3676 100.7816) (width 0.2) (layer "B.Cu") (net 17) (uuid "14c3d342-bf5f-4b84-a6f0-5d5e3f29cc58") ) (segment (start 91.3676 100.7816) (end 90.5051 100.7816) (width 0.2) (layer "B.Cu") (net 17) (uuid "3d060f0c-33cb-4ae3-a9a3-518c84a9cab2") ) (segment (start 93.5 62.7217) (end 93.1717 62.7217) (width 0.2) (layer "B.Cu") (net 17) (uuid "63b68059-9594-48a9-b362-23fda81537d7") ) (segment (start 91.3676 64.5258) (end 91.3676 100.7816) (width 0.2) (layer "B.Cu") (net 17) (uuid "6bb1443e-515d-4a98-8277-b611d0476a70") ) (segment (start 93.5 61.62) (end 93.5 62.7217) (width 0.2) (layer "B.Cu") (net 17) (uuid "7c0efc84-ee4f-4c54-85a4-29220cdb6e3d") ) (segment (start 88 102.135) (end 89.1517 102.135) (width 0.2) (layer "B.Cu") (net 17) (uuid "82e0cc11-0234-4e69-bfd4-bc2a8a4df47e") ) (segment (start 131.5 101.0183) (end 131.9103 101.0183) (width 0.2) (layer "B.Cu") (net 17) (uuid "9349663d-6fd1-47b1-a7c2-915ed29759c8") ) (segment (start 93.1717 62.7217) (end 91.3676 64.5258) (width 0.2) (layer "B.Cu") (net 17) (uuid "a130726e-dc90-4639-bd83-f3b1c2adbdb2") ) (segment (start 93.5 102.12) (end 93.5 101.0183) (width 0.2) (layer "B.Cu") (net 17) (uuid "a7fb8b16-ac3c-40fa-bb52-7492aef5431e") ) (segment (start 90.5051 100.7816) (end 89.1517 102.135) (width 0.2) (layer "B.Cu") (net 17) (uuid "b644dd4d-10e7-40de-8bdd-89e01f9de941") ) (segment (start 93.5 101.0183) (end 93.2633 100.7816) (width 0.2) (layer "B.Cu") (net 17) (uuid "c7ef7943-f10f-4628-89c6-893e976731d1") ) (segment (start 131.8283 62.7217) (end 131.5 62.7217) (width 0.2) (layer "B.Cu") (net 17) (uuid "cd5b565e-52b5-482f-8e34-9a0996d8ed69") ) (segment (start 131.5 102.12) (end 131.5 101.0183) (width 0.2) (layer "B.Cu") (net 17) (uuid "db2b8ef7-fcd9-46f5-90c7-8f1a1921d763") ) (segment (start 133.6074 64.5008) (end 131.8283 62.7217) (width 0.2) (layer "B.Cu") (net 17) (uuid "de049b44-98e6-4ef4-9a3e-246e6eb02a47") ) (segment (start 133.6074 99.3212) (end 133.6074 64.5008) (width 0.2) (layer "B.Cu") (net 17) (uuid "de40e6f0-aa50-4dbd-ac7b-b45eb002581b") ) (segment (start 131.5 61.62) (end 131.5 62.7217) (width 0.2) (layer "B.Cu") (net 17) (uuid "e973ef7d-97c1-4cdd-a30a-a765da655c75") ) (segment (start 131.9103 101.0183) (end 133.6074 99.3212) (width 0.2) (layer "B.Cu") (net 17) (uuid "edf6375c-d635-4d43-bf7d-36e91888303e") ) (zone (net 1) (net_name "GND") (layers "F&B.Cu") (uuid "97e1cf9f-42f9-4bca-82b3-c82f1e7ce0e4") (hatch edge 0.5) (connect_pads (clearance 0.5) ) (min_thickness 0.25) (filled_areas_thickness no) (fill yes (thermal_gap 0.5) (thermal_bridge_width 0.5) ) (polygon (pts (xy 76 22.5) (xy 183.5 22.5) (xy 187.5 135) (xy 66 131) ) ) (filled_polygon (layer "F.Cu") (pts (xy 114.879149 106.634285) (xy 114.924904 106.687089) (xy 114.934848 106.756247) (xy 114.930041 106.776918) (xy 114.891523 106.895461) (xy 114.891523 106.895464) (xy 114.8595 107.097648) (xy 114.8595 107.302351) (xy 114.891522 107.504534) (xy 114.954781 107.699223) (xy 115.014028 107.8155) (xy 115.046007 107.878262) (xy 115.047715 107.881613) (xy 115.168028 108.047213) (xy 115.312786 108.191971) (xy 115.467749 108.304556) (xy 115.47839 108.312287) (xy 115.550424 108.34899) (xy 115.571629 108.359795) (xy 115.622425 108.40777) (xy 115.63922 108.475591) (xy 115.616682 108.541726) (xy 115.571629 108.580765) (xy 115.47865 108.62814) (xy 115.313105 108.748417) (xy 115.313104 108.748417) (xy 115.168417 108.893104) (xy 115.168417 108.893105) (xy 115.04814 109.05865) (xy 114.955244 109.24097) (xy 114.892009 109.435586) (xy 114.883391 109.49) (xy 115.926988 109.49) (xy 115.894075 109.547007) (xy 115.86 109.674174) (xy 115.86 109.805826) (xy 115.894075 109.932993) (xy 115.926988 109.99) (xy 114.883391 109.99) (xy 114.892009 110.044413) (xy 114.927968 110.155082) (xy 114.929963 110.224923) (xy 114.893883 110.284756) (xy 114.831182 110.315584) (xy 114.810037 110.3174) (xy 95.050489 110.3174) (xy 94.98345 110.297715) (xy 94.937695 110.244911) (xy 94.927751 110.175753) (xy 94.932558 110.155081) (xy 94.968477 110.044534) (xy 94.986144 109.932993) (xy 95.0005 109.842352) (xy 95.0005 109.637648) (xy 94.968477 109.435465) (xy 94.921649 109.291344) (xy 94.90522 109.240781) (xy 94.905218 109.240778) (xy 94.905218 109.240776) (xy 94.866617 109.165019) (xy 94.812287 109.05839) (xy 94.77991 109.013826) (xy 94.691971 108.892786) (xy 94.547213 108.748028) (xy 94.381614 108.627715) (xy 94.375006 108.624348) (xy 94.288917 108.580483) (xy 94.238123 108.532511) (xy 94.221328 108.46469) (xy 94.243865 108.398555) (xy 94.288917 108.359516) (xy 94.38161 108.312287) (xy 94.462534 108.253493) (xy 94.547213 108.191971) (xy 94.547215 108.191968) (xy 94.547219 108.191966) (xy 94.691966 108.047219) (xy 94.691968 108.047215) (xy 94.691971 108.047213) (xy 94.804132 107.892834) (xy 94.812287 107.88161) (xy 94.90522 107.699219) (xy 94.968477 107.504534) (xy 95.0005 107.302352) (xy 95.0005 107.097648) (xy 94.968477 106.895466) (xy 94.968476 106.895462) (xy 94.968476 106.895461) (xy 94.929959 106.776918) (xy 94.927964 106.707077) (xy 94.964044 106.647244) (xy 95.026745 106.616416) (xy 95.04789 106.6146) (xy 114.81211 106.6146) ) ) (filled_polygon (layer "F.Cu") (pts (xy 120.777948 107.835185) (xy 120.823292 107.887097) (xy 120.825965 107.89283) (xy 120.952059 108.072911) (xy 120.961501 108.086395) (xy 120.961506 108.086402) (xy 121.128597 108.253493) (xy 121.128603 108.253498) (xy 121.314594 108.38373) (xy 121.358219 108.438307) (xy 121.365413 108.507805) (xy 121.33389 108.57016) (xy 121.314595 108.58688) (xy 121.128922 108.71689) (xy 121.12892 108.716891) (xy 120.961891 108.88392) (xy 120.961886 108.883926) (xy 120.8264 109.07742) (xy 120.826399 109.077422) (xy 120.72657 109.291507) (xy 120.726567 109.291513) (xy 120.669364 109.504999) (xy 120.669364 109.505) (xy 121.566988 109.505) (xy 121.534075 109.562007) (xy 121.5 109.689174) (xy 121.5 109.820826) (xy 121.534075 109.947993) (xy 121.566988 110.005) (xy 120.669364 110.005) (xy 120.711246 110.161306) (xy 120.709583 110.231156) (xy 120.670421 110.289019) (xy 120.606192 110.316523) (xy 120.591471 110.3174) (xy 117.909963 110.3174) (xy 117.842924 110.297715) (xy 117.797169 110.244911) (xy 117.787225 110.175753) (xy 117.792032 110.155082) (xy 117.82799 110.044413) (xy 117.836609 109.99) (xy 116.793012 109.99) (xy 116.825925 109.932993) (xy 116.86 109.805826) (xy 116.86 109.674174) (xy 116.825925 109.547007) (xy 116.793012 109.49) (xy 117.836609 109.49) (xy 117.82799 109.435586) (xy 117.764755 109.24097) (xy 117.671859 109.05865) (xy 117.551582 108.893105) (xy 117.551582 108.893104) (xy 117.406895 108.748417) (xy 117.241349 108.62814) (xy 117.14837 108.580765) (xy 117.097574 108.53279) (xy 117.080779 108.464969) (xy 117.103316 108.398835) (xy 117.14837 108.359795) (xy 117.14892 108.359515) (xy 117.24161 108.312287) (xy 117.322534 108.253493) (xy 117.407213 108.191971) (xy 117.407215 108.191968) (xy 117.407219 108.191966) (xy 117.551966 108.047219) (xy 117.551968 108.047215) (xy 117.551971 108.047213) (xy 117.672287 107.88161) (xy 117.674832 107.877458) (xy 117.676144 107.878262) (xy 117.719444 107.832412) (xy 117.781959 107.8155) (xy 120.710909 107.8155) ) ) (filled_polygon (layer "F.Cu") (pts (xy 123.149513 108.077895) (xy 123.193861 108.106396) (xy 123.753539 108.666074) (xy 123.753549 108.666085) (xy 123.757879 108.670415) (xy 123.75788 108.670416) (xy 123.869684 108.78222) (xy 123.956495 108.832339) (xy 123.956497 108.832341) (xy 123.994551 108.854311) (xy 124.006615 108.861277) (xy 124.159343 108.902201) (xy 124.159346 108.902201) (xy 124.325053 108.902201) (xy 124.325069 108.9022) (xy 130.064946 108.9022) (xy 130.131985 108.921885) (xy 130.17774 108.974689) (xy 130.187684 109.043847) (xy 130.175431 109.082495) (xy 130.094781 109.240776) (xy 130.031522 109.435465) (xy 129.9995 109.637648) (xy 129.9995 109.842351) (xy 130.031522 110.044534) (xy 130.067442 110.155081) (xy 130.069437 110.224923) (xy 130.033357 110.284756) (xy 129.970656 110.315584) (xy 129.949511 110.3174) (xy 123.408529 110.3174) (xy 123.34149 110.297715) (xy 123.295735 110.244911) (xy 123.285791 110.175753) (xy 123.288754 110.161306) (xy 123.330636 110.005) (xy 122.433012 110.005) (xy 122.465925 109.947993) (xy 122.5 109.820826) (xy 122.5 109.689174) (xy 122.465925 109.562007) (xy 122.433012 109.505) (xy 123.330636 109.505) (xy 123.330635 109.504999) (xy 123.273432 109.291513) (xy 123.273429 109.291507) (xy 123.1736 109.077422) (xy 123.173599 109.07742) (xy 123.038113 108.883926) (xy 123.038108 108.88392) (xy 122.871078 108.71689) (xy 122.685405 108.586879) (xy 122.64178 108.532302) (xy 122.634588 108.462804) (xy 122.66611 108.400449) (xy 122.685406 108.38373) (xy 122.719589 108.359795) (xy 122.871401 108.253495) (xy 123.018502 108.106393) (xy 123.079822 108.072911) ) ) (filled_polygon (layer "F.Cu") (pts (xy 152.992545 108.921885) (xy 153.0383 108.974689) (xy 153.048244 109.043847) (xy 153.035991 109.082495) (xy 152.955244 109.24097) (xy 152.892009 109.435586) (xy 152.883391 109.49) (xy 153.926988 109.49) (xy 153.894075 109.547007) (xy 153.86 109.674174) (xy 153.86 109.805826) (xy 153.894075 109.932993) (xy 153.926988 109.99) (xy 152.883391 109.99) (xy 152.892008 110.044411) (xy 152.903209 110.078881) (xy 152.905204 110.148722) (xy 152.869124 110.208555) (xy 152.806424 110.239384) (xy 152.785278 110.2412) (xy 133.075248 110.2412) (xy 133.008209 110.221515) (xy 132.962454 110.168711) (xy 132.95251 110.099553) (xy 132.957317 110.078881) (xy 132.968477 110.044534) (xy 132.986144 109.932993) (xy 133.0005 109.842352) (xy 133.0005 109.637648) (xy 132.968477 109.435465) (xy 132.921649 109.291344) (xy 132.90522 109.240781) (xy 132.905218 109.240778) (xy 132.905218 109.240776) (xy 132.824569 109.082495) (xy 132.811673 109.013826) (xy 132.837949 108.949085) (xy 132.895056 108.908828) (xy 132.935054 108.9022) (xy 152.925506 108.9022) ) ) (filled_polygon (layer "F.Cu") (pts (xy 114.992545 68.421885) (xy 115.0383 68.474689) (xy 115.048244 68.543847) (xy 115.035991 68.582495) (xy 114.955244 68.74097) (xy 114.892009 68.935586) (xy 114.883391 68.99) (xy 115.926988 68.99) (xy 115.894075 69.047007) (xy 115.86 69.174174) (xy 115.86 69.305826) (xy 115.894075 69.432993) (xy 115.926988 69.49) (xy 114.883391 69.49) (xy 114.892009 69.544413) (xy 114.955244 69.739029) (xy 115.04814 69.92135) (xy 115.071695 69.953769) (xy 115.095176 70.019575) (xy 115.079351 70.087629) (xy 115.033456 70.133998) (xy 115.032626 70.134478) (xy 115.032548 70.134523) (xy 114.922987 70.197777) (xy 114.922982 70.197781) (xy 114.81475 70.306014) (xy 114.81118 70.309584) (xy 114.811178 70.309586) (xy 114.382408 70.738357) (xy 113.977584 71.143181) (xy 113.916261 71.176666) (xy 113.889903 71.1795) (xy 94.929602 71.1795) (xy 94.862563 71.159815) (xy 94.819117 71.111795) (xy 94.812284 71.098385) (xy 94.691971 70.932786) (xy 94.547213 70.788028) (xy 94.381614 70.667715) (xy 94.321334 70.637001) (xy 94.288917 70.620483) (xy 94.238123 70.572511) (xy 94.221328 70.50469) (xy 94.243865 70.438555) (xy 94.288917 70.399516) (xy 94.38161 70.352287) (xy 94.40277 70.336913) (xy 94.547213 70.231971) (xy 94.547215 70.231968) (xy 94.547219 70.231966) (xy 94.691966 70.087219) (xy 94.691968 70.087215) (xy 94.691971 70.087213) (xy 94.770034 69.979767) (xy 94.812287 69.92161) (xy 94.90522 69.739219) (xy 94.968477 69.544534) (xy 95.0005 69.342352) (xy 95.0005 69.137648) (xy 94.986144 69.047007) (xy 94.968477 68.935465) (xy 94.905218 68.740776) (xy 94.832049 68.597175) (xy 94.824568 68.582494) (xy 94.811673 68.513826) (xy 94.837949 68.449085) (xy 94.895056 68.408828) (xy 94.935054 68.4022) (xy 114.925506 68.4022) ) ) (filled_polygon (layer "F.Cu") (pts (xy 130.137437 67.320185) (xy 130.180883 67.368205) (xy 130.187715 67.381614) (xy 130.308028 67.547213) (xy 130.452786 67.691971) (xy 130.607749 67.804556) (xy 130.61839 67.812287) (xy 130.70984 67.858883) (xy 130.71108 67.859515) (xy 130.761876 67.90749) (xy 130.778671 67.975311) (xy 130.756134 68.041446) (xy 130.71108 68.080485) (xy 130.618386 68.127715) (xy 130.452786 68.248028) (xy 130.308028 68.392786) (xy 130.187715 68.558386) (xy 130.094781 68.740776) (xy 130.031522 68.935465) (xy 129.9995 69.137648) (xy 129.9995 69.342351) (xy 130.031522 69.544534) (xy 130.094781 69.739223) (xy 130.175431 69.897505) (xy 130.188327 69.966174) (xy 130.162051 70.030915) (xy 130.104944 70.071172) (xy 130.064946 70.0778) (xy 117.794494 70.0778) (xy 117.727455 70.058115) (xy 117.6817 70.005311) (xy 117.671756 69.936153) (xy 117.684009 69.897505) (xy 117.764755 69.739029) (xy 117.82799 69.544413) (xy 117.836609 69.49) (xy 116.793012 69.49) (xy 116.825925 69.432993) (xy 116.86 69.305826) (xy 116.86 69.174174) (xy 116.825925 69.047007) (xy 116.793012 68.99) (xy 117.836609 68.99) (xy 117.82799 68.935586) (xy 117.764755 68.74097) (xy 117.671857 68.558646) (xy 117.642954 68.518864) (xy 117.619474 68.453058) (xy 117.6353 68.385004) (xy 117.681273 68.338592) (xy 117.692104 68.332339) (xy 117.778916 68.28222) (xy 117.89072 68.170416) (xy 117.89072 68.170414) (xy 117.900928 68.160207) (xy 117.900929 68.160204) (xy 118.724316 67.336819) (xy 118.785639 67.303334) (xy 118.811997 67.3005) (xy 130.070398 67.3005) ) ) (filled_polygon (layer "F.Cu") (pts (xy 152.851791 63.678485) (xy 152.897546 63.731289) (xy 152.90749 63.800447) (xy 152.902683 63.821119) (xy 152.891522 63.855465) (xy 152.8595 64.057648) (xy 152.8595 64.262351) (xy 152.891522 64.464534) (xy 152.954781 64.659223) (xy 153.047715 64.841613) (xy 153.168028 65.007213) (xy 153.312786 65.151971) (xy 153.467749 65.264556) (xy 153.47839 65.272287) (xy 153.56984 65.318883) (xy 153.57108 65.319515) (xy 153.621876 65.36749) (xy 153.638671 65.435311) (xy 153.616134 65.501446) (xy 153.57108 65.540485) (xy 153.478386 65.587715) (xy 153.312786 65.708028) (xy 153.168028 65.852786) (xy 153.047715 66.018386) (xy 152.954781 66.200776) (xy 152.891522 66.395465) (xy 152.8595 66.597648) (xy 152.8595 66.802351) (xy 152.891522 67.004534) (xy 152.954781 67.199223) (xy 153.047715 67.381613) (xy 153.168028 67.547213) (xy 153.312786 67.691971) (xy 153.467749 67.804556) (xy 153.47839 67.812287) (xy 153.550424 67.84899) (xy 153.571629 67.859795) (xy 153.622425 67.90777) (xy 153.63922 67.975591) (xy 153.616682 68.041726) (xy 153.571629 68.080765) (xy 153.47865 68.12814) (xy 153.313105 68.248417) (xy 153.313104 68.248417) (xy 153.168417 68.393104) (xy 153.168417 68.393105) (xy 153.04814 68.55865) (xy 152.955244 68.74097) (xy 152.892009 68.935586) (xy 152.883391 68.99) (xy 153.926988 68.99) (xy 153.894075 69.047007) (xy 153.86 69.174174) (xy 153.86 69.305826) (xy 153.894075 69.432993) (xy 153.926988 69.49) (xy 152.883391 69.49) (xy 152.892009 69.544413) (xy 152.955244 69.739029) (xy 153.035991 69.897505) (xy 153.048887 69.966175) (xy 153.02261 70.030915) (xy 152.965504 70.071172) (xy 152.925506 70.0778) (xy 132.935054 70.0778) (xy 132.868015 70.058115) (xy 132.82226 70.005311) (xy 132.812316 69.936153) (xy 132.824569 69.897505) (xy 132.905218 69.739223) (xy 132.905218 69.739222) (xy 132.90522 69.739219) (xy 132.968477 69.544534) (xy 133.0005 69.342352) (xy 133.0005 69.137648) (xy 132.986144 69.047007) (xy 132.968477 68.935465) (xy 132.905218 68.740776) (xy 132.871503 68.674607) (xy 132.812287 68.55839) (xy 132.766668 68.4956) (xy 132.691971 68.392786) (xy 132.547213 68.248028) (xy 132.381614 68.127715) (xy 132.321334 68.097001) (xy 132.288917 68.080483) (xy 132.238123 68.032511) (xy 132.221328 67.96469) (xy 132.243865 67.898555) (xy 132.288917 67.859516) (xy 132.38161 67.812287) (xy 132.40277 67.796913) (xy 132.547213 67.691971) (xy 132.547215 67.691968) (xy 132.547219 67.691966) (xy 132.691966 67.547219) (xy 132.691968 67.547215) (xy 132.691971 67.547213) (xy 132.754605 67.461003) (xy 132.812287 67.38161) (xy 132.90522 67.199219) (xy 132.968477 67.004534) (xy 133.0005 66.802352) (xy 133.0005 66.597648) (xy 132.989884 66.53062) (xy 132.968477 66.395465) (xy 132.939127 66.305137) (xy 132.90522 66.200781) (xy 132.905218 66.200778) (xy 132.905218 66.200776) (xy 132.856507 66.105177) (xy 132.812287 66.01839) (xy 132.77991 65.973826) (xy 132.691971 65.852786) (xy 132.547213 65.708028) (xy 132.381614 65.587715) (xy 132.346012 65.569575) (xy 132.288917 65.540483) (xy 132.238123 65.492511) (xy 132.221328 65.42469) (xy 132.243865 65.358555) (xy 132.288917 65.319516) (xy 132.38161 65.272287) (xy 132.40277 65.256913) (xy 132.547213 65.151971) (xy 132.547215 65.151968) (xy 132.547219 65.151966) (xy 132.691966 65.007219) (xy 132.691968 65.007215) (xy 132.691971 65.007213) (xy 132.744732 64.93459) (xy 132.812287 64.84161) (xy 132.90522 64.659219) (xy 132.968477 64.464534) (xy 133.0005 64.262352) (xy 133.0005 64.057648) (xy 132.968477 63.855466) (xy 132.957317 63.821119) (xy 132.955322 63.751278) (xy 132.991402 63.691445) (xy 133.054102 63.660616) (xy 133.075248 63.6588) (xy 152.784752 63.6588) ) ) (filled_polygon (layer "F.Cu") (pts (xy 159.161369 66.670285) (xy 159.207124 66.723089) (xy 159.217068 66.792247) (xy 159.214105 66.806693) (xy 159.164938 66.990186) (xy 159.164936 66.990196) (xy 159.146476 67.2012) (xy 159.144341 67.2256) (xy 159.149227 67.281448) (xy 159.164936 67.461003) (xy 159.164938 67.461013) (xy 159.226094 67.689255) (xy 159.226096 67.689259) (xy 159.226097 67.689263) (xy 159.22736 67.691971) (xy 159.325965 67.90343) (xy 159.325967 67.903434) (xy 159.416544 68.03279) (xy 159.450136 68.080765) (xy 159.461501 68.096995) (xy 159.461506 68.097002) (xy 159.628597 68.264093) (xy 159.628603 68.264098) (xy 159.814158 68.394025) (xy 159.857783 68.448602) (xy 159.864977 68.5181) (xy 159.833454 68.580455) (xy 159.814158 68.597175) (xy 159.628597 68.727105) (xy 159.461505 68.894197) (xy 159.325965 69.087769) (xy 159.325964 69.08777) (xy 159.31729 69.106372) (xy 159.271115 69.158809) (xy 159.237005 69.173736) (xy 159.11652 69.206021) (xy 159.116509 69.206026) (xy 158.97959 69.285075) (xy 158.979582 69.285081) (xy 158.223184 70.041481) (xy 158.161861 70.074966) (xy 158.135503 70.0778) (xy 155.794494 70.0778) (xy 155.727455 70.058115) (xy 155.6817 70.005311) (xy 155.671756 69.936153) (xy 155.684009 69.897505) (xy 155.764755 69.739029) (xy 155.82799 69.544413) (xy 155.836609 69.49) (xy 154.793012 69.49) (xy 154.825925 69.432993) (xy 154.86 69.305826) (xy 154.86 69.174174) (xy 154.825925 69.047007) (xy 154.793012 68.99) (xy 155.836609 68.99) (xy 155.82799 68.935586) (xy 155.764755 68.74097) (xy 155.671859 68.55865) (xy 155.551582 68.393105) (xy 155.551582 68.393104) (xy 155.406895 68.248417) (xy 155.241349 68.12814) (xy 155.14837 68.080765) (xy 155.097574 68.03279) (xy 155.080779 67.964969) (xy 155.103316 67.898835) (xy 155.14837 67.859795) (xy 155.14892 67.859515) (xy 155.24161 67.812287) (xy 155.26277 67.796913) (xy 155.407213 67.691971) (xy 155.407215 67.691968) (xy 155.407219 67.691966) (xy 155.551966 67.547219) (xy 155.551968 67.547215) (xy 155.551971 67.547213) (xy 155.672284 67.381614) (xy 155.672285 67.381613) (xy 155.672287 67.38161) (xy 155.684258 67.358114) (xy 155.732231 67.307319) (xy 155.762642 67.294636) (xy 155.893485 67.259577) (xy 155.952334 67.2256) (xy 156.030416 67.18052) (xy 156.14222 67.068716) (xy 156.14222 67.068714) (xy 156.152424 67.058511) (xy 156.152427 67.058506) (xy 156.524016 66.686919) (xy 156.585339 66.653434) (xy 156.611697 66.6506) (xy 159.09433 66.6506) ) ) (filled_polygon (layer "F.Cu") (pts (xy 160.75 57.726988) (xy 160.692993 57.694075) (xy 160.565826 57.66) (xy 160.434174 57.66) (xy 160.307007 57.694075) (xy 160.25 57.726988) (xy 160.25 56.053012) (xy 160.307007 56.085925) (xy 160.434174 56.12) (xy 160.565826 56.12) (xy 160.692993 56.085925) (xy 160.75 56.053012) ) ) (filled_polygon (layer "F.Cu") (pts (xy 159.091797 52.75995) (xy 159.146838 52.800645) (xy 159.169363 52.83) (xy 160.066988 52.83) (xy 160.034075 52.887007) (xy 160 53.014174) (xy 160 53.145826) (xy 160.034075 53.272993) (xy 160.066988 53.33) (xy 159.169364 53.33) (xy 159.226567 53.543486) (xy 159.226569 53.543492) (xy 159.240374 53.573095) (xy 159.250866 53.642172) (xy 159.222347 53.705956) (xy 159.16387 53.744196) (xy 159.127992 53.7495) (xy 159.010943 53.7495) (xy 158.858215 53.790423) (xy 158.858214 53.790423) (xy 158.858212 53.790424) (xy 158.858209 53.790425) (xy 158.808096 53.819359) (xy 158.808095 53.81936) (xy 158.764689 53.84442) (xy 158.721285 53.869479) (xy 158.721282 53.869481) (xy 158.609478 53.981286) (xy 156.072044 56.518719) (xy 156.010721 56.552204) (xy 155.941029 56.54722) (xy 155.885096 56.505348) (xy 155.861376 56.442441) (xy 155.861262 56.44246) (xy 155.861174 56.441907) (xy 155.860746 56.440771) (xy 155.8605 56.437651) (xy 155.828477 56.235465) (xy 155.813612 56.189718) (xy 155.773178 56.065276) (xy 155.771184 55.995438) (xy 155.807264 55.935605) (xy 155.829109 55.919574) (xy 155.830416 55.91882) (xy 155.94222 55.807016) (xy 155.94222 55.807014) (xy 155.952428 55.796807) (xy 155.952429 55.796804) (xy 158.960786 52.788448) (xy 159.022105 52.754966) ) ) (filled_polygon (layer "F.Cu") (pts (xy 160.693039 54.970185) (xy 160.738794 55.022989) (xy 160.75 55.0745) (xy 160.75 55.186988) (xy 160.692993 55.154075) (xy 160.565826 55.12) (xy 160.434174 55.12) (xy 160.307007 55.154075) (xy 160.25 55.186988) (xy 160.25 55.0745) (xy 160.269685 55.007461) (xy 160.322489 54.961706) (xy 160.374 54.9505) (xy 160.626 54.9505) ) ) (filled_polygon (layer "F.Cu") (pts (xy 159.195031 49.890185) (xy 159.240786 49.942989) (xy 159.25073 50.012147) (xy 159.240374 50.046905) (xy 159.226569 50.076507) (xy 159.226567 50.076513) (xy 159.169364 50.289999) (xy 159.169364 50.29) (xy 160.066988 50.29) (xy 160.034075 50.347007) (xy 160 50.474174) (xy 160 50.605826) (xy 160.034075 50.732993) (xy 160.066988 50.79) (xy 159.169364 50.79) (xy 159.226567 51.003486) (xy 159.226569 51.003492) (xy 159.240374 51.033095) (xy 159.250866 51.102172) (xy 159.222347 51.165956) (xy 159.16387 51.204196) (xy 159.127992 51.2095) (xy 159.010943 51.2095) (xy 158.858214 51.250423) (xy 158.827399 51.268215) (xy 158.827398 51.268215) (xy 158.721287 51.329477) (xy 158.721282 51.329481) (xy 158.609478 51.441286) (xy 156.072044 53.978719) (xy 156.010721 54.012204) (xy 155.941029 54.00722) (xy 155.885096 53.965348) (xy 155.861376 53.902441) (xy 155.861262 53.90246) (xy 155.861174 53.901907) (xy 155.860746 53.900771) (xy 155.8605 53.897651) (xy 155.856038 53.869481) (xy 155.831283 53.713181) (xy 155.828477 53.695465) (xy 155.779888 53.545925) (xy 155.76522 53.500781) (xy 155.765218 53.500778) (xy 155.765218 53.500776) (xy 155.707249 53.387007) (xy 155.672287 53.31839) (xy 155.664556 53.307749) (xy 155.551971 53.152786) (xy 155.407215 53.00803) (xy 155.346448 52.963882) (xy 155.303782 52.908553) (xy 155.297801 52.83894) (xy 155.330406 52.777144) (xy 155.331575 52.775958) (xy 158.200716 49.906819) (xy 158.262039 49.873334) (xy 158.288397 49.8705) (xy 159.127992 49.8705) ) ) (filled_polygon (layer "F.Cu") (pts (xy 160.75 53.6255) (xy 160.730315 53.692539) (xy 160.677511 53.738294) (xy 160.626 53.7495) (xy 160.374 53.7495) (xy 160.306961 53.729815) (xy 160.261206 53.677011) (xy 160.25 53.6255) (xy 160.25 53.513012) (xy 160.307007 53.545925) (xy 160.434174 53.58) (xy 160.565826 53.58) (xy 160.692993 53.545925) (xy 160.75 53.513012) ) ) (filled_polygon (layer "F.Cu") (pts (xy 160.693039 52.430185) (xy 160.738794 52.482989) (xy 160.75 52.5345) (xy 160.75 52.646988) (xy 160.692993 52.614075) (xy 160.565826 52.58) (xy 160.434174 52.58) (xy 160.307007 52.614075) (xy 160.25 52.646988) (xy 160.25 52.5345) (xy 160.269685 52.467461) (xy 160.322489 52.421706) (xy 160.374 52.4105) (xy 160.626 52.4105) ) ) (filled_polygon (layer "F.Cu") (pts (xy 160.75 51.0855) (xy 160.730315 51.152539) (xy 160.677511 51.198294) (xy 160.626 51.2095) (xy 160.374 51.2095) (xy 160.306961 51.189815) (xy 160.261206 51.137011) (xy 160.25 51.0855) (xy 160.25 50.973012) (xy 160.307007 51.005925) (xy 160.434174 51.04) (xy 160.565826 51.04) (xy 160.692993 51.005925) (xy 160.75 50.973012) ) ) (filled_polygon (layer "F.Cu") (pts (xy 172.294503 40.708944) (xy 172.350436 40.750816) (xy 172.374853 40.81628) (xy 172.366598 40.870427) (xy 172.322583 40.982578) (xy 172.32258 40.982585) (xy 172.322576 40.982597) (xy 172.264197 41.238374) (xy 172.264196 41.238379) (xy 172.244592 41.499995) (xy 172.244592 41.500004) (xy 172.264196 41.76162) (xy 172.264197 41.761625) (xy 172.322578 42.017412) (xy 172.380509 42.165019) (xy 172.386677 42.234616) (xy 172.354239 42.2965) (xy 172.352761 42.298002) (xy 163.477584 51.173181) (xy 163.416261 51.206666) (xy 163.389903 51.2095) (xy 161.872008 51.2095) (xy 161.804969 51.189815) (xy 161.759214 51.137011) (xy 161.74927 51.067853) (xy 161.759626 51.033095) (xy 161.77343 51.003492) (xy 161.773432 51.003486) (xy 161.830636 50.79) (xy 160.933012 50.79) (xy 160.965925 50.732993) (xy 161 50.605826) (xy 161 50.474174) (xy 160.965925 50.347007) (xy 160.933012 50.29) (xy 161.830636 50.29) (xy 161.830635 50.289999) (xy 161.773432 50.076513) (xy 161.77343 50.076507) (xy 161.759626 50.046905) (xy 161.749134 49.977828) (xy 161.777653 49.914044) (xy 161.83613 49.875804) (xy 161.872008 49.8705) (xy 162.695031 49.8705) (xy 162.695047 49.870501) (xy 162.702643 49.870501) (xy 162.860754 49.870501) (xy 162.860757 49.870501) (xy 163.013485 49.829577) (xy 163.084452 49.788604) (xy 163.150416 49.75052) (xy 163.26222 49.638716) (xy 163.26222 49.638714) (xy 163.272424 49.628511) (xy 163.272428 49.628506) (xy 172.16349 40.737443) (xy 172.224811 40.70396) ) ) (filled_polygon (layer "F.Cu") (pts (xy 160.693039 49.890185) (xy 160.738794 49.942989) (xy 160.75 49.9945) (xy 160.75 50.106988) (xy 160.692993 50.074075) (xy 160.565826 50.04) (xy 160.434174 50.04) (xy 160.307007 50.074075) (xy 160.25 50.106988) (xy 160.25 49.9945) (xy 160.269685 49.927461) (xy 160.322489 49.881706) (xy 160.374 49.8705) (xy 160.626 49.8705) ) ) (filled_polygon (layer "F.Cu") (pts (xy 160.75 48.5455) (xy 160.730315 48.612539) (xy 160.677511 48.658294) (xy 160.626 48.6695) (xy 160.374 48.6695) (xy 160.306961 48.649815) (xy 160.261206 48.597011) (xy 160.25 48.5455) (xy 160.25 48.433012) (xy 160.307007 48.465925) (xy 160.434174 48.5) (xy 160.565826 48.5) (xy 160.692993 48.465925) (xy 160.75 48.433012) ) ) (filled_polygon (layer "F.Cu") (pts (xy 178.442539 26.020185) (xy 178.488294 26.072989) (xy 178.4995 26.1245) (xy 178.4995 122.8755) (xy 178.479815 122.942539) (xy 178.427011 122.988294) (xy 178.3755 122.9995) (xy 80.6245 122.9995) (xy 80.557461 122.979815) (xy 80.511706 122.927011) (xy 80.5005 122.8755) (xy 80.5005 97.054999) (xy 86.644341 97.054999) (xy 86.644341 97.055) (xy 86.664936 97.290403) (xy 86.664938 97.290413) (xy 86.726094 97.518655) (xy 86.726096 97.518659) (xy 86.726097 97.518663) (xy 86.789906 97.655501) (xy 86.825965 97.73283) (xy 86.825967 97.732834) (xy 86.961501 97.926395) (xy 86.961506 97.926402) (xy 87.128597 98.093493) (xy 87.128603 98.093498) (xy 87.314158 98.223425) (xy 87.357783 98.278002) (xy 87.364977 98.3475) (xy 87.333454 98.409855) (xy 87.314158 98.426575) (xy 87.128597 98.556505) (xy 86.961505 98.723597) (xy 86.825965 98.917169) (xy 86.825964 98.917171) (xy 86.726098 99.131335) (xy 86.726094 99.131344) (xy 86.664938 99.359586) (xy 86.664936 99.359596) (xy 86.644341 99.594999) (xy 86.644341 99.595) (xy 86.664936 99.830403) (xy 86.664938 99.830413) (xy 86.726094 100.058655) (xy 86.726096 100.058659) (xy 86.726097 100.058663) (xy 86.797317 100.211394) (xy 86.825965 100.27283) (xy 86.825967 100.272834) (xy 86.961501 100.466395) (xy 86.961506 100.466402) (xy 87.128597 100.633493) (xy 87.128603 100.633498) (xy 87.314158 100.763425) (xy 87.357783 100.818002) (xy 87.364977 100.8875) (xy 87.333454 100.949855) (xy 87.314158 100.966575) (xy 87.128597 101.096505) (xy 86.961505 101.263597) (xy 86.825965 101.457169) (xy 86.825964 101.457171) (xy 86.726098 101.671335) (xy 86.726094 101.671344) (xy 86.664938 101.899586) (xy 86.664936 101.899596) (xy 86.644341 102.134999) (xy 86.644341 102.135) (xy 86.664936 102.370403) (xy 86.664938 102.370413) (xy 86.726094 102.598655) (xy 86.726096 102.598659) (xy 86.726097 102.598663) (xy 86.773727 102.700805) (xy 86.825965 102.81283) (xy 86.825967 102.812834) (xy 86.961501 103.006395) (xy 86.961506 103.006402) (xy 87.128597 103.173493) (xy 87.128603 103.173498) (xy 87.314158 103.303425) (xy 87.357783 103.358002) (xy 87.364977 103.4275) (xy 87.333454 103.489855) (xy 87.314158 103.506575) (xy 87.128597 103.636505) (xy 86.961505 103.803597) (xy 86.825965 103.997169) (xy 86.825964 103.997171) (xy 86.726098 104.211335) (xy 86.726094 104.211344) (xy 86.664938 104.439586) (xy 86.664936 104.439596) (xy 86.644341 104.674999) (xy 86.644341 104.675) (xy 86.664936 104.910403) (xy 86.664938 104.910413) (xy 86.726094 105.138655) (xy 86.726096 105.138659) (xy 86.726097 105.138663) (xy 86.809493 105.317505) (xy 86.825965 105.35283) (xy 86.825967 105.352834) (xy 86.961501 105.546395) (xy 86.961506 105.546402) (xy 87.128597 105.713493) (xy 87.128603 105.713498) (xy 87.314158 105.843425) (xy 87.357783 105.898002) (xy 87.364977 105.9675) (xy 87.333454 106.029855) (xy 87.314158 106.046575) (xy 87.128597 106.176505) (xy 86.961505 106.343597) (xy 86.825965 106.537169) (xy 86.825964 106.537171) (xy 86.726098 106.751335) (xy 86.726094 106.751344) (xy 86.664938 106.979586) (xy 86.664936 106.979596) (xy 86.644341 107.214999) (xy 86.644341 107.215) (xy 86.664936 107.450403) (xy 86.664938 107.450413) (xy 86.726094 107.678655) (xy 86.726096 107.678659) (xy 86.726097 107.678663) (xy 86.789906 107.815501) (xy 86.825965 107.89283) (xy 86.825967 107.892834) (xy 86.961501 108.086395) (xy 86.961506 108.086402) (xy 87.128597 108.253493) (xy 87.128603 108.253498) (xy 87.314158 108.383425) (xy 87.357783 108.438002) (xy 87.364977 108.5075) (xy 87.333454 108.569855) (xy 87.314158 108.586575) (xy 87.128597 108.716505) (xy 86.961505 108.883597) (xy 86.825965 109.077169) (xy 86.825964 109.077171) (xy 86.726098 109.291335) (xy 86.726094 109.291344) (xy 86.664938 109.519586) (xy 86.664936 109.519596) (xy 86.644341 109.754999) (xy 86.644341 109.755) (xy 86.664936 109.990403) (xy 86.664938 109.990413) (xy 86.726094 110.218655) (xy 86.726096 110.218659) (xy 86.726097 110.218663) (xy 86.789906 110.355501) (xy 86.825965 110.43283) (xy 86.825967 110.432834) (xy 86.961501 110.626395) (xy 86.961506 110.626402) (xy 87.128597 110.793493) (xy 87.128603 110.793498) (xy 87.314158 110.923425) (xy 87.357783 110.978002) (xy 87.364977 111.0475) (xy 87.333454 111.109855) (xy 87.314158 111.126575) (xy 87.128597 111.256505) (xy 86.961505 111.423597) (xy 86.825965 111.617169) (xy 86.825964 111.617171) (xy 86.726098 111.831335) (xy 86.726094 111.831344) (xy 86.664938 112.059586) (xy 86.664936 112.059596) (xy 86.644341 112.294999) (xy 86.644341 112.295) (xy 86.664936 112.530403) (xy 86.664938 112.530413) (xy 86.726094 112.758655) (xy 86.726096 112.758659) (xy 86.726097 112.758663) (xy 86.789906 112.895501) (xy 86.825965 112.97283) (xy 86.825967 112.972834) (xy 86.934069 113.127219) (xy 86.961505 113.166401) (xy 87.128599 113.333495) (xy 87.212558 113.392284) (xy 87.322165 113.469032) (xy 87.322167 113.469033) (xy 87.32217 113.469035) (xy 87.536337 113.568903) (xy 87.764592 113.630063) (xy 87.952918 113.646539) (xy 87.999999 113.650659) (xy 88 113.650659) (xy 88.000001 113.650659) (xy 88.039234 113.647226) (xy 88.235408 113.630063) (xy 88.463663 113.568903) (xy 88.67783 113.469035) (xy 88.871401 113.333495) (xy 89.038495 113.166401) (xy 89.174035 112.97283) (xy 89.176707 112.967097) (xy 89.222878 112.914658) (xy 89.289091 112.8955) (xy 92.078041 112.8955) (xy 92.14508 112.915185) (xy 92.183984 112.958181) (xy 92.185168 112.957457) (xy 92.187706 112.9616) (xy 92.187712 112.961608) (xy 92.187713 112.96161) (xy 92.202961 112.982597) (xy 92.308034 113.127219) (xy 92.452786 113.271971) (xy 92.607749 113.384556) (xy 92.61839 113.392287) (xy 92.800781 113.48522) (xy 92.852061 113.501881) (xy 92.909736 113.541318) (xy 92.933518 113.587718) (xy 92.940421 113.613482) (xy 92.940422 113.613483) (xy 92.940423 113.613485) (xy 92.961886 113.650659) (xy 93.000282 113.717163) (xy 93.019479 113.750415) (xy 93.196284 113.92722) (xy 93.283095 113.977339) (xy 93.283097 113.977341) (xy 93.321151 113.999311) (xy 93.333215 114.006277) (xy 93.485943 114.047201) (xy 93.485946 114.047201) (xy 93.651653 114.047201) (xy 93.651669 114.0472) (xy 131.33197 114.0472) (xy 131.37942 114.056638) (xy 131.386511 114.059574) (xy 131.386516 114.059577) (xy 131.498319 114.089534) (xy 131.539242 114.1005) (xy 131.539243 114.1005) (xy 172.270647 114.1005) (xy 172.337686 114.120185) (xy 172.383441 114.172989) (xy 172.386058 114.179157) (xy 172.418432 114.261643) (xy 172.549614 114.488857) (xy 172.681736 114.654533) (xy 172.713198 114.693985) (xy 172.894753 114.862441) (xy 172.905521 114.872433) (xy 173.122296 115.020228) (xy 173.122301 115.02023) (xy 173.122302 115.020231) (xy 173.122303 115.020232) (xy 173.247843 115.080688) (xy 173.358673 115.134061) (xy 173.358674 115.134061) (xy 173.358677 115.134063) (xy 173.609385 115.211396) (xy 173.868818 115.2505) (xy 174.131182 115.2505) (xy 174.390615 115.211396) (xy 174.641323 115.134063) (xy 174.877704 115.020228) (xy 175.094479 114.872433) (xy 175.286805 114.693981) (xy 175.450386 114.488857) (xy 175.581568 114.261643) (xy 175.67742 114.017416) (xy 175.735802 113.76163) (xy 175.735803 113.76162) (xy 175.755408 113.500004) (xy 175.755408 113.499995) (xy 175.735803 113.238379) (xy 175.735802 113.238374) (xy 175.735802 113.23837) (xy 175.67742 112.982584) (xy 175.581568 112.738357) (xy 175.450386 112.511143) (xy 175.286805 112.306019) (xy 175.286804 112.306018) (xy 175.286801 112.306014) (xy 175.094479 112.127567) (xy 174.994769 112.059586) (xy 174.877704 111.979772) (xy 174.8777 111.97977) (xy 174.877697 111.979768) (xy 174.877696 111.979767) (xy 174.641325 111.865938) (xy 174.641327 111.865938) (xy 174.390623 111.788606) (xy 174.390619 111.788605) (xy 174.390615 111.788604) (xy 174.265823 111.769794) (xy 174.131187 111.7495) (xy 174.131182 111.7495) (xy 173.868818 111.7495) (xy 173.868812 111.7495) (xy 173.707247 111.773853) (xy 173.609385 111.788604) (xy 173.609382 111.788605) (xy 173.609376 111.788606) (xy 173.358673 111.865938) (xy 173.122303 111.979767) (xy 173.122302 111.979768) (xy 172.90552 112.127567) (xy 172.713198 112.306014) (xy 172.549614 112.511143) (xy 172.418435 112.73835) (xy 172.418432 112.738355) (xy 172.418432 112.738357) (xy 172.386073 112.820805) (xy 172.34326 112.876016) (xy 172.27739 112.899317) (xy 172.270647 112.8995) (xy 155.89681 112.8995) (xy 155.829771 112.879815) (xy 155.784016 112.827011) (xy 155.774072 112.757853) (xy 155.778879 112.737182) (xy 155.828476 112.584538) (xy 155.828476 112.584537) (xy 155.828477 112.584534) (xy 155.8605 112.382352) (xy 155.8605 112.177648) (xy 155.841802 112.059596) (xy 155.828477 111.975465) (xy 155.781649 111.831344) (xy 155.76522 111.780781) (xy 155.765218 111.780778) (xy 155.765218 111.780776) (xy 155.684569 111.622495) (xy 155.671673 111.553826) (xy 155.697949 111.489085) (xy 155.755056 111.448828) (xy 155.795054 111.4422) (xy 171.571631 111.4422) (xy 171.571647 111.442201) (xy 171.579243 111.442201) (xy 171.737354 111.442201) (xy 171.737357 111.442201) (xy 171.890085 111.401277) (xy 171.940204 111.372339) (xy 172.027016 111.32222) (xy 172.13882 111.210416) (xy 172.13882 111.210414) (xy 172.149028 111.200207) (xy 172.14903 111.200204) (xy 173.199605 110.149628) (xy 173.260926 110.116145) (xy 173.330618 110.121129) (xy 173.341079 110.125588) (xy 173.358677 110.134063) (xy 173.609385 110.211396) (xy 173.868818 110.2505) (xy 174.131182 110.2505) (xy 174.390615 110.211396) (xy 174.641323 110.134063) (xy 174.877704 110.020228) (xy 175.094479 109.872433) (xy 175.286805 109.693981) (xy 175.450386 109.488857) (xy 175.581568 109.261643) (xy 175.67742 109.017416) (xy 175.735802 108.76163) (xy 175.736821 108.748034) (xy 175.755408 108.500004) (xy 175.755408 108.499995) (xy 175.735803 108.238379) (xy 175.735802 108.238374) (xy 175.735802 108.23837) (xy 175.67742 107.982584) (xy 175.581568 107.738357) (xy 175.450386 107.511143) (xy 175.286805 107.306019) (xy 175.286804 107.306018) (xy 175.286801 107.306014) (xy 175.094479 107.127567) (xy 175.050596 107.097648) (xy 174.877704 106.979772) (xy 174.8777 106.97977) (xy 174.877697 106.979768) (xy 174.877696 106.979767) (xy 174.641325 106.865938) (xy 174.641327 106.865938) (xy 174.390623 106.788606) (xy 174.390619 106.788605) (xy 174.390615 106.788604) (xy 174.265823 106.769794) (xy 174.131187 106.7495) (xy 174.131182 106.7495) (xy 173.868818 106.7495) (xy 173.868812 106.7495) (xy 173.72426 106.771289) (xy 173.609385 106.788604) (xy 173.609382 106.788605) (xy 173.609376 106.788606) (xy 173.358673 106.865938) (xy 173.122303 106.979767) (xy 173.122302 106.979768) (xy 172.90552 107.127567) (xy 172.713198 107.306014) (xy 172.549614 107.511143) (xy 172.418432 107.738356) (xy 172.322582 107.982578) (xy 172.322576 107.982597) (xy 172.264197 108.238374) (xy 172.264196 108.238379) (xy 172.244592 108.499995) (xy 172.244592 108.500004) (xy 172.264196 108.76162) (xy 172.264197 108.761625) (xy 172.322578 109.017412) (xy 172.380509 109.165019) (xy 172.386677 109.234616) (xy 172.354239 109.2965) (xy 172.352761 109.298002) (xy 171.445884 110.204881) (xy 171.384561 110.238366) (xy 171.358203 110.2412) (xy 155.934722 110.2412) (xy 155.867683 110.221515) (xy 155.821928 110.168711) (xy 155.811984 110.099553) (xy 155.816791 110.078881) (xy 155.827991 110.044411) (xy 155.836609 109.99) (xy 154.793012 109.99) (xy 154.825925 109.932993) (xy 154.86 109.805826) (xy 154.86 109.674174) (xy 154.825925 109.547007) (xy 154.793012 109.49) (xy 155.836609 109.49) (xy 155.82799 109.435586) (xy 155.764755 109.24097) (xy 155.671859 109.05865) (xy 155.551582 108.893105) (xy 155.551582 108.893104) (xy 155.406895 108.748417) (xy 155.241349 108.62814) (xy 155.14837 108.580765) (xy 155.097574 108.53279) (xy 155.080779 108.464969) (xy 155.103316 108.398835) (xy 155.14837 108.359795) (xy 155.14892 108.359515) (xy 155.24161 108.312287) (xy 155.322534 108.253493) (xy 155.407213 108.191971) (xy 155.407215 108.191968) (xy 155.407219 108.191966) (xy 155.551966 108.047219) (xy 155.551968 108.047215) (xy 155.551971 108.047213) (xy 155.664132 107.892834) (xy 155.672287 107.88161) (xy 155.76522 107.699219) (xy 155.828477 107.504534) (xy 155.8605 107.302352) (xy 155.8605 107.097648) (xy 155.841802 106.979596) (xy 155.828477 106.895465) (xy 155.817317 106.861119) (xy 155.815322 106.791278) (xy 155.851402 106.731445) (xy 155.914102 106.700616) (xy 155.935248 106.6988) (xy 171.315031 106.6988) (xy 171.315047 106.698801) (xy 171.322643 106.698801) (xy 171.480754 106.698801) (xy 171.480757 106.698801) (xy 171.633485 106.657877) (xy 171.683604 106.628939) (xy 171.770416 106.57882) (xy 171.88222 106.467016) (xy 171.88222 106.467014) (xy 171.892428 106.456807) (xy 171.89243 106.456804) (xy 173.199605 105.149628) (xy 173.260926 105.116145) (xy 173.330618 105.121129) (xy 173.341079 105.125588) (xy 173.358677 105.134063) (xy 173.609385 105.211396) (xy 173.868818 105.2505) (xy 174.131182 105.2505) (xy 174.390615 105.211396) (xy 174.641323 105.134063) (xy 174.877704 105.020228) (xy 175.094479 104.872433) (xy 175.286805 104.693981) (xy 175.450386 104.488857) (xy 175.581568 104.261643) (xy 175.67742 104.017416) (xy 175.735802 103.76163) (xy 175.742816 103.668034) (xy 175.755408 103.500004) (xy 175.755408 103.499995) (xy 175.735803 103.238379) (xy 175.735802 103.238374) (xy 175.735802 103.23837) (xy 175.67742 102.982584) (xy 175.581568 102.738357) (xy 175.450386 102.511143) (xy 175.286805 102.306019) (xy 175.286804 102.306018) (xy 175.286801 102.306014) (xy 175.094479 102.127567) (xy 174.877704 101.979772) (xy 174.8777 101.97977) (xy 174.877697 101.979768) (xy 174.877696 101.979767) (xy 174.641325 101.865938) (xy 174.641327 101.865938) (xy 174.390623 101.788606) (xy 174.390619 101.788605) (xy 174.390615 101.788604) (xy 174.260905 101.769053) (xy 174.131187 101.7495) (xy 174.131182 101.7495) (xy 173.868818 101.7495) (xy 173.868812 101.7495) (xy 173.707247 101.773853) (xy 173.609385 101.788604) (xy 173.609382 101.788605) (xy 173.609376 101.788606) (xy 173.358673 101.865938) (xy 173.122303 101.979767) (xy 173.122302 101.979768) (xy 172.90552 102.127567) (xy 172.713198 102.306014) (xy 172.549614 102.511143) (xy 172.418432 102.738356) (xy 172.322582 102.982578) (xy 172.322576 102.982597) (xy 172.264197 103.238374) (xy 172.264196 103.238379) (xy 172.244592 103.499995) (xy 172.244592 103.500004) (xy 172.264196 103.76162) (xy 172.264197 103.761625) (xy 172.322578 104.017412) (xy 172.380509 104.165019) (xy 172.386677 104.234616) (xy 172.354239 104.2965) (xy 172.352761 104.298002) (xy 171.189284 105.461481) (xy 171.127961 105.494966) (xy 171.101603 105.4978) (xy 155.795054 105.4978) (xy 155.728015 105.478115) (xy 155.68226 105.425311) (xy 155.672316 105.356153) (xy 155.684569 105.317505) (xy 155.692483 105.301974) (xy 155.76522 105.159219) (xy 155.828477 104.964534) (xy 155.8605 104.762352) (xy 155.8605 104.557648) (xy 155.841802 104.439596) (xy 155.828477 104.355465) (xy 155.817317 104.321119) (xy 155.815322 104.251278) (xy 155.851402 104.191445) (xy 155.914102 104.160616) (xy 155.935248 104.1588) (xy 168.855031 104.1588) (xy 168.855047 104.158801) (xy 168.862643 104.158801) (xy 169.020754 104.158801) (xy 169.020757 104.158801) (xy 169.173485 104.117877) (xy 169.235452 104.0821) (xy 169.310416 104.03882) (xy 169.42222 103.927016) (xy 169.42222 103.927014) (xy 169.432424 103.916811) (xy 169.432428 103.916806) (xy 173.199605 100.149628) (xy 173.260926 100.116145) (xy 173.330618 100.121129) (xy 173.341079 100.125588) (xy 173.358677 100.134063) (xy 173.609385 100.211396) (xy 173.868818 100.2505) (xy 174.131182 100.2505) (xy 174.390615 100.211396) (xy 174.641323 100.134063) (xy 174.877704 100.020228) (xy 175.094479 99.872433) (xy 175.286805 99.693981) (xy 175.450386 99.488857) (xy 175.581568 99.261643) (xy 175.67742 99.017416) (xy 175.735802 98.76163) (xy 175.735803 98.76162) (xy 175.755408 98.500004) (xy 175.755408 98.499995) (xy 175.735803 98.238379) (xy 175.735802 98.238374) (xy 175.735802 98.23837) (xy 175.67742 97.982584) (xy 175.581568 97.738357) (xy 175.450386 97.511143) (xy 175.286805 97.306019) (xy 175.286804 97.306018) (xy 175.286801 97.306014) (xy 175.094479 97.127567) (xy 175.042948 97.092434) (xy 174.877704 96.979772) (xy 174.8777 96.97977) (xy 174.877697 96.979768) (xy 174.877696 96.979767) (xy 174.641325 96.865938) (xy 174.641327 96.865938) (xy 174.390623 96.788606) (xy 174.390619 96.788605) (xy 174.390615 96.788604) (xy 174.265823 96.769794) (xy 174.131187 96.7495) (xy 174.131182 96.7495) (xy 173.868818 96.7495) (xy 173.868812 96.7495) (xy 173.707247 96.773853) (xy 173.609385 96.788604) (xy 173.609382 96.788605) (xy 173.609376 96.788606) (xy 173.358673 96.865938) (xy 173.122303 96.979767) (xy 173.122302 96.979768) (xy 172.90552 97.127567) (xy 172.713198 97.306014) (xy 172.549614 97.511143) (xy 172.418432 97.738356) (xy 172.322582 97.982578) (xy 172.322576 97.982597) (xy 172.264197 98.238374) (xy 172.264196 98.238379) (xy 172.244592 98.499995) (xy 172.244592 98.500004) (xy 172.264196 98.76162) (xy 172.264197 98.761625) (xy 172.322578 99.017412) (xy 172.380509 99.165019) (xy 172.386677 99.234616) (xy 172.354239 99.2965) (xy 172.352761 99.298002) (xy 168.729284 102.921481) (xy 168.667961 102.954966) (xy 168.641603 102.9578) (xy 155.795054 102.9578) (xy 155.728015 102.938115) (xy 155.68226 102.885311) (xy 155.672316 102.816153) (xy 155.684569 102.777505) (xy 155.704517 102.738356) (xy 155.76522 102.619219) (xy 155.828477 102.424534) (xy 155.8605 102.222352) (xy 155.8605 102.017648) (xy 155.840567 101.891798) (xy 155.849522 101.822505) (xy 155.894518 101.769053) (xy 155.961269 101.748413) (xy 155.96304 101.7484) (xy 166.265431 101.7484) (xy 166.265447 101.748401) (xy 166.273043 101.748401) (xy 166.431154 101.748401) (xy 166.431157 101.748401) (xy 166.583885 101.707477) (xy 166.664236 101.661086) (xy 166.720816 101.62842) (xy 166.83262 101.516616) (xy 166.83262 101.516614) (xy 166.842824 101.506411) (xy 166.842828 101.506406) (xy 173.199605 95.149628) (xy 173.260926 95.116145) (xy 173.330618 95.121129) (xy 173.341079 95.125588) (xy 173.358677 95.134063) (xy 173.609385 95.211396) (xy 173.868818 95.2505) (xy 174.131182 95.2505) (xy 174.390615 95.211396) (xy 174.641323 95.134063) (xy 174.877704 95.020228) (xy 175.094479 94.872433) (xy 175.286805 94.693981) (xy 175.450386 94.488857) (xy 175.581568 94.261643) (xy 175.67742 94.017416) (xy 175.735802 93.76163) (xy 175.754806 93.508034) (xy 175.755408 93.500004) (xy 175.755408 93.499995) (xy 175.735803 93.238379) (xy 175.735802 93.238374) (xy 175.735802 93.23837) (xy 175.67742 92.982584) (xy 175.581568 92.738357) (xy 175.450386 92.511143) (xy 175.286805 92.306019) (xy 175.286804 92.306018) (xy 175.286801 92.306014) (xy 175.094479 92.127567) (xy 174.877704 91.979772) (xy 174.8777 91.97977) (xy 174.877697 91.979768) (xy 174.877696 91.979767) (xy 174.641325 91.865938) (xy 174.641327 91.865938) (xy 174.390623 91.788606) (xy 174.390619 91.788605) (xy 174.390615 91.788604) (xy 174.265823 91.769794) (xy 174.131187 91.7495) (xy 174.131182 91.7495) (xy 173.868818 91.7495) (xy 173.868812 91.7495) (xy 173.707247 91.773853) (xy 173.609385 91.788604) (xy 173.609382 91.788605) (xy 173.609376 91.788606) (xy 173.358673 91.865938) (xy 173.122303 91.979767) (xy 173.122302 91.979768) (xy 172.90552 92.127567) (xy 172.713198 92.306014) (xy 172.549614 92.511143) (xy 172.418432 92.738356) (xy 172.322582 92.982578) (xy 172.322576 92.982597) (xy 172.264197 93.238374) (xy 172.264196 93.238379) (xy 172.244592 93.499995) (xy 172.244592 93.500004) (xy 172.264196 93.76162) (xy 172.264197 93.761625) (xy 172.322578 94.017412) (xy 172.380509 94.165019) (xy 172.386677 94.234616) (xy 172.354239 94.2965) (xy 172.352761 94.298002) (xy 166.139684 100.511081) (xy 166.078361 100.544566) (xy 166.052003 100.5474) (xy 163.101197 100.5474) (xy 163.034158 100.527715) (xy 162.988403 100.474911) (xy 162.978459 100.405753) (xy 163.007484 100.342197) (xy 163.013516 100.335719) (xy 165.554763 97.794472) (xy 173.199605 90.149628) (xy 173.260926 90.116145) (xy 173.330618 90.121129) (xy 173.341079 90.125588) (xy 173.358677 90.134063) (xy 173.609385 90.211396) (xy 173.868818 90.2505) (xy 174.131182 90.2505) (xy 174.390615 90.211396) (xy 174.641323 90.134063) (xy 174.828111 90.04411) (xy 174.877696 90.020232) (xy 174.877696 90.020231) (xy 174.877704 90.020228) (xy 175.094479 89.872433) (xy 175.286805 89.693981) (xy 175.450386 89.488857) (xy 175.581568 89.261643) (xy 175.67742 89.017416) (xy 175.735802 88.76163) (xy 175.736239 88.755796) (xy 175.755408 88.500004) (xy 175.755408 88.499995) (xy 175.735803 88.238379) (xy 175.735802 88.238374) (xy 175.735802 88.23837) (xy 175.67742 87.982584) (xy 175.581568 87.738357) (xy 175.450386 87.511143) (xy 175.286805 87.306019) (xy 175.286804 87.306018) (xy 175.286801 87.306014) (xy 175.094479 87.127567) (xy 174.877704 86.979772) (xy 174.8777 86.97977) (xy 174.877697 86.979768) (xy 174.877696 86.979767) (xy 174.641325 86.865938) (xy 174.641327 86.865938) (xy 174.390623 86.788606) (xy 174.390619 86.788605) (xy 174.390615 86.788604) (xy 174.265823 86.769794) (xy 174.131187 86.7495) (xy 174.131182 86.7495) (xy 173.868818 86.7495) (xy 173.868812 86.7495) (xy 173.707247 86.773853) (xy 173.609385 86.788604) (xy 173.609382 86.788605) (xy 173.609376 86.788606) (xy 173.358673 86.865938) (xy 173.122303 86.979767) (xy 173.122302 86.979768) (xy 172.90552 87.127567) (xy 172.713198 87.306014) (xy 172.549614 87.511143) (xy 172.418432 87.738356) (xy 172.322582 87.982578) (xy 172.322576 87.982597) (xy 172.264197 88.238374) (xy 172.264196 88.238379) (xy 172.244592 88.499995) (xy 172.244592 88.500004) (xy 172.264196 88.76162) (xy 172.264197 88.761625) (xy 172.322578 89.017412) (xy 172.380509 89.165019) (xy 172.386677 89.234616) (xy 172.354239 89.2965) (xy 172.352761 89.298002) (xy 161.741384 99.909381) (xy 161.680061 99.942866) (xy 161.653703 99.9457) (xy 156.957012 99.9457) (xy 156.889973 99.926015) (xy 156.879697 99.918645) (xy 156.876863 99.916385) (xy 156.876862 99.916384) (xy 156.820096 99.880715) (xy 156.724123 99.820411) (xy 156.553854 99.760831) (xy 156.553849 99.76083) (xy 156.374604 99.740635) (xy 156.374596 99.740635) (xy 156.19535 99.76083) (xy 156.195342 99.760832) (xy 156.023587 99.820932) (xy 155.953809 99.824493) (xy 155.893181 99.789764) (xy 155.860954 99.727771) (xy 155.860212 99.68721) (xy 155.860118 99.687203) (xy 155.860194 99.686235) (xy 155.860162 99.684484) (xy 155.8605 99.682352) (xy 155.8605 99.477648) (xy 155.841802 99.359596) (xy 155.828477 99.275465) (xy 155.781649 99.131344) (xy 155.76522 99.080781) (xy 155.765218 99.080778) (xy 155.765218 99.080776) (xy 155.72513 99.0021) (xy 155.672287 98.89839) (xy 155.63991 98.853826) (xy 155.551971 98.732786) (xy 155.407213 98.588028) (xy 155.241614 98.467715) (xy 155.235006 98.464348) (xy 155.148917 98.420483) (xy 155.098123 98.372511) (xy 155.081328 98.30469) (xy 155.103865 98.238555) (xy 155.148917 98.199516) (xy 155.24161 98.152287) (xy 155.322534 98.093493) (xy 155.407213 98.031971) (xy 155.407215 98.031968) (xy 155.407219 98.031966) (xy 155.551966 97.887219) (xy 155.551968 97.887215) (xy 155.551971 97.887213) (xy 155.604732 97.81459) (xy 155.672287 97.72161) (xy 155.76522 97.539219) (xy 155.828477 97.344534) (xy 155.8605 97.142352) (xy 155.8605 96.937648) (xy 155.841802 96.819596) (xy 155.828477 96.735465) (xy 155.806062 96.666481) (xy 155.772444 96.563017) (xy 155.77045 96.493177) (xy 155.80653 96.433344) (xy 155.869231 96.402516) (xy 155.890376 96.4007) (xy 161.613131 96.4007) (xy 161.613147 96.400701) (xy 161.620743 96.400701) (xy 161.778854 96.400701) (xy 161.778857 96.400701) (xy 161.931585 96.359777) (xy 161.981704 96.330839) (xy 162.068516 96.28072) (xy 162.18032 96.168916) (xy 162.18032 96.168914) (xy 162.190528 96.158707) (xy 162.190529 96.158704) (xy 173.199606 85.149628) (xy 173.260927 85.116145) (xy 173.330619 85.121129) (xy 173.341068 85.125583) (xy 173.358677 85.134063) (xy 173.609385 85.211396) (xy 173.868818 85.2505) (xy 174.131182 85.2505) (xy 174.390615 85.211396) (xy 174.641323 85.134063) (xy 174.877704 85.020228) (xy 175.094479 84.872433) (xy 175.286805 84.693981) (xy 175.450386 84.488857) (xy 175.581568 84.261643) (xy 175.67742 84.017416) (xy 175.735802 83.76163) (xy 175.755408 83.5) (xy 175.751476 83.447535) (xy 175.735803 83.238379) (xy 175.735802 83.238374) (xy 175.735802 83.23837) (xy 175.67742 82.982584) (xy 175.581568 82.738357) (xy 175.450386 82.511143) (xy 175.286805 82.306019) (xy 175.286804 82.306018) (xy 175.286801 82.306014) (xy 175.094479 82.127567) (xy 174.877704 81.979772) (xy 174.8777 81.97977) (xy 174.877697 81.979768) (xy 174.877696 81.979767) (xy 174.641325 81.865938) (xy 174.641327 81.865938) (xy 174.390623 81.788606) (xy 174.390619 81.788605) (xy 174.390615 81.788604) (xy 174.265823 81.769794) (xy 174.131187 81.7495) (xy 174.131182 81.7495) (xy 173.868818 81.7495) (xy 173.868812 81.7495) (xy 173.707247 81.773853) (xy 173.609385 81.788604) (xy 173.609382 81.788605) (xy 173.609376 81.788606) (xy 173.358673 81.865938) (xy 173.122303 81.979767) (xy 173.122302 81.979768) (xy 172.90552 82.127567) (xy 172.713198 82.306014) (xy 172.549614 82.511143) (xy 172.418432 82.738356) (xy 172.322582 82.982578) (xy 172.322576 82.982597) (xy 172.264197 83.238374) (xy 172.264196 83.238379) (xy 172.244592 83.499995) (xy 172.244592 83.500004) (xy 172.264196 83.76162) (xy 172.264197 83.761625) (xy 172.322576 84.017402) (xy 172.322582 84.017421) (xy 172.380509 84.165017) (xy 172.386678 84.234614) (xy 172.35424 84.296497) (xy 172.352762 84.298) (xy 161.487384 95.163381) (xy 161.426061 95.196866) (xy 161.399703 95.1997) (xy 155.86542 95.1997) (xy 155.798381 95.180015) (xy 155.752626 95.127211) (xy 155.742682 95.058053) (xy 155.754935 95.019406) (xy 155.765217 94.999226) (xy 155.765217 94.999222) (xy 155.76522 94.999219) (xy 155.828477 94.804534) (xy 155.8605 94.602352) (xy 155.8605 94.397648) (xy 155.844717 94.298002) (xy 155.828477 94.195465) (xy 155.771712 94.020761) (xy 155.76522 94.000781) (xy 155.765218 94.000778) (xy 155.765218 94.000776) (xy 155.731503 93.934607) (xy 155.672287 93.81839) (xy 155.631049 93.76163) (xy 155.551971 93.652786) (xy 155.407213 93.508028) (xy 155.241613 93.387715) (xy 155.241612 93.387714) (xy 155.24161 93.387713) (xy 155.184653 93.358691) (xy 155.059223 93.294781) (xy 154.864534 93.231522) (xy 154.689995 93.203878) (xy 154.662352 93.1995) (xy 154.057648 93.1995) (xy 154.033329 93.203351) (xy 153.855465 93.231522) (xy 153.660776 93.294781) (xy 153.478386 93.387715) (xy 153.312786 93.508028) (xy 153.168028 93.652786) (xy 153.047715 93.818386) (xy 152.954781 94.000776) (xy 152.891522 94.195465) (xy 152.8595 94.397648) (xy 152.8595 94.602351) (xy 152.891522 94.804534) (xy 152.954782 94.999226) (xy 152.965065 95.019406) (xy 152.977961 95.088075) (xy 152.951684 95.152815) (xy 152.894578 95.193072) (xy 152.85458 95.1997) (xy 149.150542 95.1997) (xy 148.997815 95.240623) (xy 148.980708 95.2505) (xy 148.980707 95.2505) (xy 148.86089 95.319675) (xy 148.860882 95.319681) (xy 148.843883 95.336681) (xy 148.78256 95.370166) (xy 148.756202 95.373) (xy 133.1245 95.373) (xy 133.057461 95.353315) (xy 133.011706 95.300511) (xy 133.0005 95.249001) (xy 133.000499 95.150213) (xy 133.020183 95.083174) (xy 133.062497 95.042826) (xy 133.101639 95.020228) (xy 133.170416 94.98052) (xy 133.28222 94.868716) (xy 133.28222 94.868714) (xy 133.292424 94.858511) (xy 133.292427 94.858506) (xy 144.239735 83.911199) (xy 159.144341 83.911199) (xy 159.144341 83.9112) (xy 159.164936 84.146603) (xy 159.164938 84.146613) (xy 159.226094 84.374855) (xy 159.226096 84.374859) (xy 159.226097 84.374863) (xy 159.319523 84.575215) (xy 159.325965 84.58903) (xy 159.325967 84.589034) (xy 159.461501 84.782595) (xy 159.461506 84.782602) (xy 159.628597 84.949693) (xy 159.628603 84.949698) (xy 159.814158 85.079625) (xy 159.857783 85.134202) (xy 159.864977 85.2037) (xy 159.833454 85.266055) (xy 159.814158 85.282775) (xy 159.628597 85.412705) (xy 159.461505 85.579797) (xy 159.325965 85.773369) (xy 159.325964 85.773371) (xy 159.226098 85.987535) (xy 159.226094 85.987544) (xy 159.164938 86.215786) (xy 159.164936 86.215796) (xy 159.144341 86.451199) (xy 159.144341 86.4512) (xy 159.164936 86.686603) (xy 159.164938 86.686613) (xy 159.226094 86.914855) (xy 159.226096 86.914859) (xy 159.226097 86.914863) (xy 159.325283 87.127567) (xy 159.325965 87.12903) (xy 159.325967 87.129034) (xy 159.461501 87.322595) (xy 159.461506 87.322602) (xy 159.628597 87.489693) (xy 159.628603 87.489698) (xy 159.814158 87.619625) (xy 159.857783 87.674202) (xy 159.864977 87.7437) (xy 159.833454 87.806055) (xy 159.814158 87.822775) (xy 159.628597 87.952705) (xy 159.461505 88.119797) (xy 159.325965 88.313369) (xy 159.325964 88.313371) (xy 159.226098 88.527535) (xy 159.226094 88.527544) (xy 159.164938 88.755786) (xy 159.164936 88.755796) (xy 159.144341 88.991199) (xy 159.144341 88.9912) (xy 159.164936 89.226603) (xy 159.164938 89.226613) (xy 159.226094 89.454855) (xy 159.226096 89.454859) (xy 159.226097 89.454863) (xy 159.241949 89.488857) (xy 159.325965 89.66903) (xy 159.325967 89.669034) (xy 159.461501 89.862595) (xy 159.461506 89.862602) (xy 159.628597 90.029693) (xy 159.628603 90.029698) (xy 159.814158 90.159625) (xy 159.857783 90.214202) (xy 159.864977 90.2837) (xy 159.833454 90.346055) (xy 159.814158 90.362775) (xy 159.628597 90.492705) (xy 159.461505 90.659797) (xy 159.325965 90.853369) (xy 159.325964 90.853371) (xy 159.226098 91.067535) (xy 159.226094 91.067544) (xy 159.164938 91.295786) (xy 159.164936 91.295796) (xy 159.144341 91.531199) (xy 159.144341 91.5312) (xy 159.164936 91.766603) (xy 159.164938 91.766613) (xy 159.226094 91.994855) (xy 159.226096 91.994859) (xy 159.226097 91.994863) (xy 159.287978 92.127567) (xy 159.325965 92.20903) (xy 159.325967 92.209034) (xy 159.393874 92.306014) (xy 159.461505 92.402601) (xy 159.628599 92.569695) (xy 159.725384 92.637465) (xy 159.822165 92.705232) (xy 159.822167 92.705233) (xy 159.82217 92.705235) (xy 160.036337 92.805103) (xy 160.264592 92.866263) (xy 160.452918 92.882739) (xy 160.499999 92.886859) (xy 160.5 92.886859) (xy 160.500001 92.886859) (xy 160.546622 92.88278) (xy 160.735408 92.866263) (xy 160.963663 92.805103) (xy 161.17783 92.705235) (xy 161.371401 92.569695) (xy 161.538495 92.402601) (xy 161.674035 92.20903) (xy 161.773903 91.994863) (xy 161.835063 91.766608) (xy 161.855659 91.5312) (xy 161.835063 91.295792) (xy 161.773903 91.067537) (xy 161.674035 90.853371) (xy 161.538495 90.659799) (xy 161.538494 90.659797) (xy 161.371402 90.492706) (xy 161.371396 90.492701) (xy 161.185842 90.362775) (xy 161.142217 90.308198) (xy 161.135023 90.2387) (xy 161.166546 90.176345) (xy 161.185842 90.159625) (xy 161.247938 90.116145) (xy 161.371401 90.029695) (xy 161.538495 89.862601) (xy 161.674035 89.66903) (xy 161.773903 89.454863) (xy 161.835063 89.226608) (xy 161.855659 88.9912) (xy 161.835063 88.755792) (xy 161.773903 88.527537) (xy 161.674035 88.313371) (xy 161.621526 88.238379) (xy 161.538494 88.119797) (xy 161.371402 87.952706) (xy 161.371396 87.952701) (xy 161.185842 87.822775) (xy 161.142217 87.768198) (xy 161.135023 87.6987) (xy 161.166546 87.636345) (xy 161.185842 87.619625) (xy 161.34077 87.511143) (xy 161.371401 87.489695) (xy 161.538495 87.322601) (xy 161.674035 87.12903) (xy 161.773903 86.914863) (xy 161.835063 86.686608) (xy 161.855659 86.4512) (xy 161.835063 86.215792) (xy 161.773903 85.987537) (xy 161.674035 85.773371) (xy 161.656139 85.747812) (xy 161.538494 85.579797) (xy 161.371402 85.412706) (xy 161.371396 85.412701) (xy 161.185842 85.282775) (xy 161.142217 85.228198) (xy 161.135023 85.1587) (xy 161.166546 85.096345) (xy 161.185842 85.079625) (xy 161.270665 85.020231) (xy 161.371401 84.949695) (xy 161.538495 84.782601) (xy 161.674035 84.58903) (xy 161.773903 84.374863) (xy 161.835063 84.146608) (xy 161.855659 83.9112) (xy 161.835063 83.675792) (xy 161.773903 83.447537) (xy 161.674035 83.233371) (xy 161.538495 83.039799) (xy 161.416567 82.917871) (xy 161.383084 82.856551) (xy 161.388068 82.786859) (xy 161.429939 82.730925) (xy 161.460915 82.71401) (xy 161.592331 82.664996) (xy 161.707546 82.578746) (xy 161.793796 82.463531) (xy 161.844091 82.328683) (xy 161.8505 82.269073) (xy 161.850499 80.473328) (xy 161.844091 80.413717) (xy 161.831078 80.378828) (xy 161.793797 80.278871) (xy 161.793793 80.278864) (xy 161.707547 80.163655) (xy 161.707544 80.163652) (xy 161.592335 80.077406) (xy 161.592328 80.077402) (xy 161.457482 80.027108) (xy 161.457483 80.027108) (xy 161.397883 80.020701) (xy 161.397881 80.0207) (xy 161.397873 80.0207) (xy 161.397864 80.0207) (xy 159.602129 80.0207) (xy 159.602123 80.020701) (xy 159.542516 80.027108) (xy 159.407671 80.077402) (xy 159.407664 80.077406) (xy 159.292455 80.163652) (xy 159.292452 80.163655) (xy 159.206206 80.278864) (xy 159.206202 80.278871) (xy 159.155908 80.413717) (xy 159.151031 80.459083) (xy 159.149501 80.473323) (xy 159.1495 80.473335) (xy 159.1495 82.26907) (xy 159.149501 82.269076) (xy 159.155908 82.328683) (xy 159.206202 82.463528) (xy 159.206206 82.463535) (xy 159.292452 82.578744) (xy 159.292455 82.578747) (xy 159.407664 82.664993) (xy 159.407671 82.664997) (xy 159.539081 82.71401) (xy 159.595015 82.755881) (xy 159.619432 82.821345) (xy 159.60458 82.889618) (xy 159.58343 82.917873) (xy 159.461503 83.0398) (xy 159.325965 83.233369) (xy 159.325964 83.233371) (xy 159.226098 83.447535) (xy 159.226094 83.447544) (xy 159.164938 83.675786) (xy 159.164936 83.675796) (xy 159.144341 83.911199) (xy 144.239735 83.911199) (xy 149.014116 79.136819) (xy 149.075439 79.103334) (xy 149.101797 79.1005) (xy 172.125501 79.1005) (xy 172.19254 79.120185) (xy 172.238295 79.172989) (xy 172.249501 79.2245) (xy 172.249501 79.797876) (xy 172.255908 79.857483) (xy 172.306202 79.992328) (xy 172.306206 79.992335) (xy 172.392452 80.107544) (xy 172.392455 80.107547) (xy 172.507664 80.193793) (xy 172.507671 80.193797) (xy 172.642517 80.244091) (xy 172.642516 80.244091) (xy 172.649444 80.244835) (xy 172.702127 80.2505) (xy 175.297872 80.250499) (xy 175.357483 80.244091) (xy 175.492331 80.193796) (xy 175.607546 80.107546) (xy 175.693796 79.992331) (xy 175.744091 79.857483) (xy 175.7505 79.797873) (xy 175.750499 77.202128) (xy 175.744091 77.142517) (xy 175.693796 77.007669) (xy 175.693795 77.007668) (xy 175.693793 77.007664) (xy 175.607547 76.892455) (xy 175.607544 76.892452) (xy 175.492335 76.806206) (xy 175.492328 76.806202) (xy 175.357482 76.755908) (xy 175.357483 76.755908) (xy 175.297883 76.749501) (xy 175.297881 76.7495) (xy 175.297873 76.7495) (xy 175.297864 76.7495) (xy 172.702129 76.7495) (xy 172.702123 76.749501) (xy 172.642516 76.755908) (xy 172.507671 76.806202) (xy 172.507664 76.806206) (xy 172.392455 76.892452) (xy 172.392452 76.892455) (xy 172.306206 77.007664) (xy 172.306202 77.007671) (xy 172.255908 77.142517) (xy 172.249501 77.202116) (xy 172.249501 77.202123) (xy 172.2495 77.202135) (xy 172.2495 77.7755) (xy 172.229815 77.842539) (xy 172.177011 77.888294) (xy 172.1255 77.8995) (xy 148.888369 77.8995) (xy 148.888353 77.899499) (xy 148.880757 77.899499) (xy 148.722643 77.899499) (xy 148.615287 77.928265) (xy 148.56991 77.940424) (xy 148.569909 77.940425) (xy 148.519796 77.969359) (xy 148.519795 77.96936) (xy 148.476389 77.99442) (xy 148.432985 78.019479) (xy 148.432982 78.019481) (xy 148.321178 78.131286) (xy 133.148416 93.304047) (xy 133.087093 93.337532) (xy 133.017401 93.332548) (xy 132.961468 93.290676) (xy 132.944551 93.259693) (xy 132.944394 93.259273) (xy 132.943796 93.257669) (xy 132.943794 93.257666) (xy 132.943793 93.257664) (xy 132.857547 93.142455) (xy 132.857544 93.142452) (xy 132.742335 93.056206) (xy 132.742328 93.056202) (xy 132.607482 93.005908) (xy 132.607483 93.005908) (xy 132.547883 92.999501) (xy 132.547881 92.9995) (xy 132.547873 92.9995) (xy 132.547864 92.9995) (xy 130.452129 92.9995) (xy 130.452123 92.999501) (xy 130.392516 93.005908) (xy 130.257671 93.056202) (xy 130.257664 93.056206) (xy 130.142455 93.142452) (xy 130.142452 93.142455) (xy 130.056206 93.257664) (xy 130.056203 93.257669) (xy 130.055446 93.259701) (xy 130.054146 93.261436) (xy 130.051953 93.265454) (xy 130.051375 93.265138) (xy 130.013574 93.315634) (xy 129.94811 93.340051) (xy 129.879837 93.325199) (xy 129.851583 93.304048) (xy 129.54919 93.001655) (xy 129.549188 93.001652) (xy 129.430317 92.882781) (xy 129.430316 92.88278) (xy 129.343504 92.83266) (xy 129.343504 92.832659) (xy 129.3435 92.832658) (xy 129.293385 92.803723) (xy 129.140657 92.762799) (xy 128.982543 92.762799) (xy 128.974947 92.762799) (xy 128.974931 92.7628) (xy 96.02507 92.7628) (xy 96.025054 92.762799) (xy 96.017458 92.762799) (xy 95.859343 92.762799) (xy 95.782979 92.783261) (xy 95.706614 92.803723) (xy 95.706609 92.803726) (xy 95.56969 92.882775) (xy 95.569682 92.882781) (xy 95.148416 93.304047) (xy 95.087093 93.337532) (xy 95.017401 93.332548) (xy 94.961468 93.290676) (xy 94.944551 93.259693) (xy 94.944394 93.259273) (xy 94.943796 93.257669) (xy 94.943794 93.257666) (xy 94.943793 93.257664) (xy 94.857547 93.142455) (xy 94.857544 93.142452) (xy 94.742335 93.056206) (xy 94.742328 93.056202) (xy 94.607482 93.005908) (xy 94.607483 93.005908) (xy 94.547883 92.999501) (xy 94.547881 92.9995) (xy 94.547873 92.9995) (xy 94.547864 92.9995) (xy 92.452129 92.9995) (xy 92.452123 92.999501) (xy 92.392516 93.005908) (xy 92.257671 93.056202) (xy 92.257664 93.056206) (xy 92.142455 93.142452) (xy 92.142452 93.142455) (xy 92.056206 93.257664) (xy 92.056202 93.257671) (xy 92.005908 93.392517) (xy 91.999501 93.452116) (xy 91.9995 93.452135) (xy 91.9995 93.7905) (xy 91.979815 93.857539) (xy 91.927011 93.903294) (xy 91.8755 93.9145) (xy 89.474499 93.9145) (xy 89.40746 93.894815) (xy 89.361705 93.842011) (xy 89.350499 93.7905) (xy 89.350499 93.617129) (xy 89.350498 93.617123) (xy 89.350497 93.617116) (xy 89.344091 93.557517) (xy 89.304728 93.45198) (xy 89.293797 93.422671) (xy 89.293793 93.422664) (xy 89.207547 93.307455) (xy 89.207544 93.307452) (xy 89.092335 93.221206) (xy 89.092328 93.221202) (xy 88.957482 93.170908) (xy 88.957483 93.170908) (xy 88.897883 93.164501) (xy 88.897881 93.1645) (xy 88.897873 93.1645) (xy 88.897864 93.1645) (xy 87.102129 93.1645) (xy 87.102123 93.164501) (xy 87.042516 93.170908) (xy 86.907671 93.221202) (xy 86.907664 93.221206) (xy 86.792455 93.307452) (xy 86.792452 93.307455) (xy 86.706206 93.422664) (xy 86.706202 93.422671) (xy 86.655908 93.557517) (xy 86.649501 93.617116) (xy 86.649501 93.617123) (xy 86.6495 93.617135) (xy 86.6495 95.41287) (xy 86.649501 95.412876) (xy 86.655908 95.472483) (xy 86.706202 95.607328) (xy 86.706206 95.607335) (xy 86.792452 95.722544) (xy 86.792455 95.722547) (xy 86.907664 95.808793) (xy 86.907671 95.808797) (xy 87.039081 95.85781) (xy 87.095015 95.899681) (xy 87.119432 95.965145) (xy 87.10458 96.033418) (xy 87.08343 96.061673) (xy 86.961503 96.1836) (xy 86.825965 96.377169) (xy 86.825964 96.377171) (xy 86.726098 96.591335) (xy 86.726094 96.591344) (xy 86.664938 96.819586) (xy 86.664936 96.819596) (xy 86.644341 97.054999) (xy 80.5005 97.054999) (xy 80.5005 85.499994) (xy 81.494859 85.499994) (xy 81.494859 85.500005) (xy 81.515385 85.747729) (xy 81.515387 85.747738) (xy 81.576412 85.988717) (xy 81.676266 86.216364) (xy 81.776564 86.369882) (xy 82.476212 85.670234) (xy 82.487482 85.712292) (xy 82.55989 85.837708) (xy 82.662292 85.94011) (xy 82.787708 86.012518) (xy 82.829765 86.023787) (xy 82.129942 86.723609) (xy 82.176768 86.760055) (xy 82.17677 86.760056) (xy 82.395385 86.878364) (xy 82.395396 86.878369) (xy 82.630506 86.959083) (xy 82.875707 87) (xy 83.124293 87) (xy 83.369493 86.959083) (xy 83.604603 86.878369) (xy 83.604614 86.878364) (xy 83.823228 86.760057) (xy 83.823231 86.760055) (xy 83.870056 86.723609) (xy 83.170234 86.023787) (xy 83.212292 86.012518) (xy 83.337708 85.94011) (xy 83.44011 85.837708) (xy 83.512518 85.712292) (xy 83.523787 85.670235) (xy 84.223434 86.369882) (xy 84.323731 86.216369) (xy 84.423587 85.988717) (xy 84.484612 85.747738) (xy 84.484614 85.747729) (xy 84.505141 85.500005) (xy 84.505141 85.499994) (xy 85.994357 85.499994) (xy 85.994357 85.500005) (xy 86.01489 85.747812) (xy 86.014892 85.747824) (xy 86.075936 85.988881) (xy 86.175826 86.216606) (xy 86.311833 86.424782) (xy 86.311836 86.424785) (xy 86.480256 86.607738) (xy 86.676491 86.760474) (xy 86.676493 86.760475) (xy 86.894332 86.878364) (xy 86.89519 86.878828) (xy 87.114141 86.953994) (xy 87.128964 86.959083) (xy 87.130386 86.959571) (xy 87.375665 87.0005) (xy 87.624335 87.0005) (xy 87.869614 86.959571) (xy 88.10481 86.878828) (xy 88.323509 86.760474) (xy 88.519744 86.607738) (xy 88.688164 86.424785) (xy 88.824173 86.216607) (xy 88.924063 85.988881) (xy 88.985108 85.747821) (xy 89.005643 85.5) (xy 88.998409 85.412701) (xy 88.985109 85.252187) (xy 88.985107 85.252175) (xy 88.924063 85.011118) (xy 88.824173 84.783393) (xy 88.688166 84.575217) (xy 88.666557 84.551744) (xy 88.519744 84.392262) (xy 88.323509 84.239526) (xy 88.323507 84.239525) (xy 88.323506 84.239524) (xy 88.104811 84.121172) (xy 88.104802 84.121169) (xy 87.869616 84.040429) (xy 87.624335 83.9995) (xy 87.375665 83.9995) (xy 87.130383 84.040429) (xy 86.895197 84.121169) (xy 86.895188 84.121172) (xy 86.676493 84.239524) (xy 86.480257 84.392261) (xy 86.311833 84.575217) (xy 86.175826 84.783393) (xy 86.075936 85.011118) (xy 86.014892 85.252175) (xy 86.01489 85.252187) (xy 85.994357 85.499994) (xy 84.505141 85.499994) (xy 84.484614 85.25227) (xy 84.484612 85.252261) (xy 84.423587 85.011282) (xy 84.323731 84.78363) (xy 84.223434 84.630116) (xy 83.523787 85.329764) (xy 83.512518 85.287708) (xy 83.44011 85.162292) (xy 83.337708 85.05989) (xy 83.212292 84.987482) (xy 83.170235 84.976212) (xy 83.870057 84.27639) (xy 83.870056 84.276389) (xy 83.823229 84.239943) (xy 83.604614 84.121635) (xy 83.604603 84.12163) (xy 83.369493 84.040916) (xy 83.124293 84) (xy 82.875707 84) (xy 82.630506 84.040916) (xy 82.395396 84.12163) (xy 82.39539 84.121632) (xy 82.176761 84.239949) (xy 82.129942 84.276388) (xy 82.129942 84.27639) (xy 82.829765 84.976212) (xy 82.787708 84.987482) (xy 82.662292 85.05989) (xy 82.55989 85.162292) (xy 82.487482 85.287708) (xy 82.476212 85.329764) (xy 81.776564 84.630116) (xy 81.676267 84.783632) (xy 81.576412 85.011282) (xy 81.515387 85.252261) (xy 81.515385 85.25227) (xy 81.494859 85.499994) (xy 80.5005 85.499994) (xy 80.5005 78.999994) (xy 81.494859 78.999994) (xy 81.494859 79.000005) (xy 81.515385 79.247729) (xy 81.515387 79.247738) (xy 81.576412 79.488717) (xy 81.676266 79.716364) (xy 81.776564 79.869882) (xy 82.476212 79.170234) (xy 82.487482 79.212292) (xy 82.55989 79.337708) (xy 82.662292 79.44011) (xy 82.787708 79.512518) (xy 82.829765 79.523787) (xy 82.129942 80.223609) (xy 82.176768 80.260055) (xy 82.17677 80.260056) (xy 82.395385 80.378364) (xy 82.395396 80.378369) (xy 82.630506 80.459083) (xy 82.875707 80.5) (xy 83.124293 80.5) (xy 83.369493 80.459083) (xy 83.604603 80.378369) (xy 83.604614 80.378364) (xy 83.823228 80.260057) (xy 83.823231 80.260055) (xy 83.870056 80.223609) (xy 83.170234 79.523787) (xy 83.212292 79.512518) (xy 83.337708 79.44011) (xy 83.44011 79.337708) (xy 83.512518 79.212292) (xy 83.523787 79.170235) (xy 84.223434 79.869882) (xy 84.323731 79.716369) (xy 84.423587 79.488717) (xy 84.484612 79.247738) (xy 84.484614 79.247729) (xy 84.505141 79.000005) (xy 84.505141 78.999994) (xy 85.994357 78.999994) (xy 85.994357 79.000005) (xy 86.01489 79.247812) (xy 86.014892 79.247824) (xy 86.075936 79.488881) (xy 86.175826 79.716606) (xy 86.311833 79.924782) (xy 86.311836 79.924785) (xy 86.480256 80.107738) (xy 86.676491 80.260474) (xy 86.676493 80.260475) (xy 86.894332 80.378364) (xy 86.89519 80.378828) (xy 87.114141 80.453994) (xy 87.128964 80.459083) (xy 87.130386 80.459571) (xy 87.375665 80.5005) (xy 87.624335 80.5005) (xy 87.869614 80.459571) (xy 88.10481 80.378828) (xy 88.323509 80.260474) (xy 88.519744 80.107738) (xy 88.688164 79.924785) (xy 88.824173 79.716607) (xy 88.924063 79.488881) (xy 88.985108 79.247821) (xy 88.985116 79.247729) (xy 89.005643 79.000005) (xy 89.005643 78.999994) (xy 88.985109 78.752187) (xy 88.985107 78.752175) (xy 88.924063 78.511118) (xy 88.824173 78.283393) (xy 88.688166 78.075217) (xy 88.636855 78.019479) (xy 88.519744 77.892262) (xy 88.323509 77.739526) (xy 88.323507 77.739525) (xy 88.323506 77.739524) (xy 88.104811 77.621172) (xy 88.104802 77.621169) (xy 87.869616 77.540429) (xy 87.624335 77.4995) (xy 87.375665 77.4995) (xy 87.130383 77.540429) (xy 86.895197 77.621169) (xy 86.895188 77.621172) (xy 86.676493 77.739524) (xy 86.480257 77.892261) (xy 86.311833 78.075217) (xy 86.175826 78.283393) (xy 86.075936 78.511118) (xy 86.014892 78.752175) (xy 86.01489 78.752187) (xy 85.994357 78.999994) (xy 84.505141 78.999994) (xy 84.484614 78.75227) (xy 84.484612 78.752261) (xy 84.423587 78.511282) (xy 84.323731 78.28363) (xy 84.223434 78.130116) (xy 83.523787 78.829764) (xy 83.512518 78.787708) (xy 83.44011 78.662292) (xy 83.337708 78.55989) (xy 83.212292 78.487482) (xy 83.170235 78.476212) (xy 83.870057 77.77639) (xy 83.870056 77.776389) (xy 83.823229 77.739943) (xy 83.604614 77.621635) (xy 83.604603 77.62163) (xy 83.369493 77.540916) (xy 83.124293 77.5) (xy 82.875707 77.5) (xy 82.630506 77.540916) (xy 82.395396 77.62163) (xy 82.39539 77.621632) (xy 82.176761 77.739949) (xy 82.129942 77.776388) (xy 82.129942 77.77639) (xy 82.829765 78.476212) (xy 82.787708 78.487482) (xy 82.662292 78.55989) (xy 82.55989 78.662292) (xy 82.487482 78.787708) (xy 82.476212 78.829764) (xy 81.776564 78.130116) (xy 81.676267 78.283632) (xy 81.576412 78.511282) (xy 81.515387 78.752261) (xy 81.515385 78.75227) (xy 81.494859 78.999994) (xy 80.5005 78.999994) (xy 80.5005 52.952135) (xy 91.9995 52.952135) (xy 91.9995 55.04787) (xy 91.999501 55.047876) (xy 92.005908 55.107483) (xy 92.056202 55.242328) (xy 92.056206 55.242335) (xy 92.142452 55.357544) (xy 92.142455 55.357547) (xy 92.257664 55.443793) (xy 92.257673 55.443798) (xy 92.294914 55.457688) (xy 92.350848 55.499559) (xy 92.375266 55.565023) (xy 92.360415 55.633296) (xy 92.339265 55.66155) (xy 92.308027 55.692787) (xy 92.187715 55.858386) (xy 92.094781 56.040776) (xy 92.031522 56.235465) (xy 91.9995 56.437648) (xy 91.9995 56.642351) (xy 92.031522 56.844534) (xy 92.094781 57.039223) (xy 92.187715 57.221613) (xy 92.308028 57.387213) (xy 92.452786 57.531971) (xy 92.607749 57.644556) (xy 92.61839 57.652287) (xy 92.705177 57.696507) (xy 92.71108 57.699515) (xy 92.761876 57.74749) (xy 92.778671 57.815311) (xy 92.756134 57.881446) (xy 92.71108 57.920485) (xy 92.618386 57.967715) (xy 92.452786 58.088028) (xy 92.308028 58.232786) (xy 92.187715 58.398386) (xy 92.094781 58.580776) (xy 92.031522 58.775465) (xy 91.9995 58.977648) (xy 91.9995 59.182351) (xy 92.031522 59.384534) (xy 92.094781 59.579223) (xy 92.187715 59.761613) (xy 92.308028 59.927213) (xy 92.452786 60.071971) (xy 92.607749 60.184556) (xy 92.61839 60.192287) (xy 92.70984 60.238883) (xy 92.71108 60.239515) (xy 92.761876 60.28749) (xy 92.778671 60.355311) (xy 92.756134 60.421446) (xy 92.71108 60.460485) (xy 92.618386 60.507715) (xy 92.452786 60.628028) (xy 92.308028 60.772786) (xy 92.187715 60.938386) (xy 92.094781 61.120776) (xy 92.031522 61.315465) (xy 91.9995 61.517648) (xy 91.9995 61.722351) (xy 92.031522 61.924534) (xy 92.094781 62.119223) (xy 92.118116 62.165019) (xy 92.185109 62.2965) (xy 92.187715 62.301613) (xy 92.308028 62.467213) (xy 92.452786 62.611971) (xy 92.565671 62.693985) (xy 92.61839 62.732287) (xy 92.70984 62.778883) (xy 92.71108 62.779515) (xy 92.761876 62.82749) (xy 92.778671 62.895311) (xy 92.756134 62.961446) (xy 92.71108 63.000485) (xy 92.618386 63.047715) (xy 92.452786 63.168028) (xy 92.308028 63.312786) (xy 92.187715 63.478386) (xy 92.094781 63.660776) (xy 92.031522 63.855465) (xy 91.9995 64.057648) (xy 91.9995 64.262351) (xy 92.031522 64.464534) (xy 92.094781 64.659223) (xy 92.187715 64.841613) (xy 92.308028 65.007213) (xy 92.452786 65.151971) (xy 92.607749 65.264556) (xy 92.61839 65.272287) (xy 92.70984 65.318883) (xy 92.71108 65.319515) (xy 92.761876 65.36749) (xy 92.778671 65.435311) (xy 92.756134 65.501446) (xy 92.71108 65.540485) (xy 92.618386 65.587715) (xy 92.452786 65.708028) (xy 92.308028 65.852786) (xy 92.187715 66.018386) (xy 92.094781 66.200776) (xy 92.031522 66.395465) (xy 91.9995 66.597648) (xy 91.9995 66.802351) (xy 92.031522 67.004534) (xy 92.094781 67.199223) (xy 92.187715 67.381613) (xy 92.308028 67.547213) (xy 92.452786 67.691971) (xy 92.607749 67.804556) (xy 92.61839 67.812287) (xy 92.70984 67.858883) (xy 92.71108 67.859515) (xy 92.761876 67.90749) (xy 92.778671 67.975311) (xy 92.756134 68.041446) (xy 92.71108 68.080485) (xy 92.618386 68.127715) (xy 92.452786 68.248028) (xy 92.308028 68.392786) (xy 92.187715 68.558386) (xy 92.094781 68.740776) (xy 92.031522 68.935465) (xy 91.9995 69.137648) (xy 91.9995 69.342351) (xy 92.031522 69.544534) (xy 92.094781 69.739223) (xy 92.187715 69.921613) (xy 92.308028 70.087213) (xy 92.452786 70.231971) (xy 92.607749 70.344556) (xy 92.61839 70.352287) (xy 92.70984 70.398883) (xy 92.71108 70.399515) (xy 92.761876 70.44749) (xy 92.778671 70.515311) (xy 92.756134 70.581446) (xy 92.71108 70.620485) (xy 92.618386 70.667715) (xy 92.452786 70.788028) (xy 92.308028 70.932786) (xy 92.187715 71.098386) (xy 92.094781 71.280776) (xy 92.031522 71.475465) (xy 91.9995 71.677648) (xy 91.9995 71.882351) (xy 92.031522 72.084534) (xy 92.094781 72.279223) (xy 92.187715 72.461613) (xy 92.308028 72.627213) (xy 92.452786 72.771971) (xy 92.591062 72.872432) (xy 92.61839 72.892287) (xy 92.734607 72.951503) (xy 92.800776 72.985218) (xy 92.800778 72.985218) (xy 92.800781 72.98522) (xy 92.905137 73.019127) (xy 92.995465 73.048477) (xy 93.096557 73.064488) (xy 93.197648 73.0805) (xy 93.197649 73.0805) (xy 93.802351 73.0805) (xy 93.802352 73.0805) (xy 94.004534 73.048477) (xy 94.199219 72.98522) (xy 94.38161 72.892287) (xy 94.47459 72.824732) (xy 94.547213 72.771971) (xy 94.547215 72.771968) (xy 94.547219 72.771966) (xy 94.691966 72.627219) (xy 94.691968 72.627215) (xy 94.691971 72.627213) (xy 94.812284 72.461614) (xy 94.812285 72.461613) (xy 94.812287 72.46161) (xy 94.819117 72.448204) (xy 94.867091 72.397409) (xy 94.929602 72.3805) (xy 114.103331 72.3805) (xy 114.103347 72.380501) (xy 114.110943 72.380501) (xy 114.269054 72.380501) (xy 114.269057 72.380501) (xy 114.421785 72.339577) (xy 114.480634 72.3056) (xy 114.558716 72.26052) (xy 114.67052 72.148716) (xy 114.67052 72.148714) (xy 114.680724 72.138511) (xy 114.680728 72.138506) (xy 114.709983 72.10925) (xy 114.771304 72.075767) (xy 114.840996 72.080751) (xy 114.896929 72.122623) (xy 114.915593 72.158614) (xy 114.954781 72.279223) (xy 115.047715 72.461613) (xy 115.168028 72.627213) (xy 115.312786 72.771971) (xy 115.451062 72.872432) (xy 115.47839 72.892287) (xy 115.59762 72.953037) (xy 115.66078 72.98522) (xy 115.660786 72.985222) (xy 115.712061 73.001882) (xy 115.769737 73.041319) (xy 115.793518 73.087716) (xy 115.800422 73.113482) (xy 115.800426 73.11349) (xy 115.879475 73.250409) (xy 115.879479 73.250414) (xy 115.87948 73.250416) (xy 115.991284 73.36222) (xy 115.991286 73.362221) (xy 115.99129 73.362224) (xy 116.128209 73.441273) (xy 116.128216 73.441277) (xy 116.280943 73.4822) (xy 116.280945 73.4822) (xy 154.439055 73.4822) (xy 154.439057 73.4822) (xy 154.591784 73.441277) (xy 154.728716 73.36222) (xy 154.84052 73.250416) (xy 154.919577 73.113484) (xy 154.92648 73.08772) (xy 154.962843 73.028061) (xy 155.007936 73.001882) (xy 155.059219 72.98522) (xy 155.24161 72.892287) (xy 155.33459 72.824732) (xy 155.407213 72.771971) (xy 155.407215 72.771968) (xy 155.407219 72.771966) (xy 155.551966 72.627219) (xy 155.551968 72.627215) (xy 155.551971 72.627213) (xy 155.614605 72.541003) (xy 155.672287 72.46161) (xy 155.76522 72.279219) (xy 155.828477 72.084534) (xy 155.8605 71.882352) (xy 155.8605 71.677648) (xy 155.828477 71.475466) (xy 155.817317 71.441119) (xy 155.815322 71.371278) (xy 155.851402 71.311445) (xy 155.914102 71.280616) (xy 155.935248 71.2788) (xy 158.348931 71.2788) (xy 158.348947 71.278801) (xy 158.356543 71.278801) (xy 158.514654 71.278801) (xy 158.514657 71.278801) (xy 158.667385 71.237877) (xy 158.717504 71.208939) (xy 158.804316 71.15882) (xy 158.91612 71.047016) (xy 158.91612 71.047014) (xy 158.926328 71.036807) (xy 158.926329 71.036804) (xy 159.306139 70.656995) (xy 159.367461 70.623511) (xy 159.437153 70.628495) (xy 159.4815 70.656996) (xy 159.628597 70.804093) (xy 159.628603 70.804098) (xy 159.814158 70.934025) (xy 159.857783 70.988602) (xy 159.864977 71.0581) (xy 159.833454 71.120455) (xy 159.814158 71.137175) (xy 159.628597 71.267105) (xy 159.461505 71.434197) (xy 159.325965 71.627769) (xy 159.325964 71.627771) (xy 159.226098 71.841935) (xy 159.226094 71.841944) (xy 159.164938 72.070186) (xy 159.164936 72.070196) (xy 159.146476 72.2812) (xy 159.144341 72.3056) (xy 159.147314 72.339576) (xy 159.164936 72.541003) (xy 159.164938 72.541013) (xy 159.226094 72.769255) (xy 159.226096 72.769259) (xy 159.226097 72.769263) (xy 159.22736 72.771971) (xy 159.325965 72.98343) (xy 159.325967 72.983434) (xy 159.461501 73.176995) (xy 159.461506 73.177002) (xy 159.628597 73.344093) (xy 159.628603 73.344098) (xy 159.814158 73.474025) (xy 159.857783 73.528602) (xy 159.864977 73.5981) (xy 159.833454 73.660455) (xy 159.814158 73.677175) (xy 159.628597 73.807105) (xy 159.461505 73.974197) (xy 159.325965 74.167769) (xy 159.325964 74.167771) (xy 159.226098 74.381935) (xy 159.226094 74.381944) (xy 159.164938 74.610186) (xy 159.164936 74.610196) (xy 159.144341 74.845599) (xy 159.144341 74.8456) (xy 159.164936 75.081003) (xy 159.164938 75.081013) (xy 159.226094 75.309255) (xy 159.226096 75.309259) (xy 159.226097 75.309263) (xy 159.325965 75.52343) (xy 159.325967 75.523434) (xy 159.434281 75.678121) (xy 159.461505 75.717001) (xy 159.628599 75.884095) (xy 159.725384 75.951865) (xy 159.822165 76.019632) (xy 159.822167 76.019633) (xy 159.82217 76.019635) (xy 160.036337 76.119503) (xy 160.264592 76.180663) (xy 160.452918 76.197139) (xy 160.499999 76.201259) (xy 160.5 76.201259) (xy 160.500001 76.201259) (xy 160.539234 76.197826) (xy 160.735408 76.180663) (xy 160.963663 76.119503) (xy 161.17783 76.019635) (xy 161.371401 75.884095) (xy 161.538495 75.717001) (xy 161.674035 75.52343) (xy 161.773903 75.309263) (xy 161.835063 75.081008) (xy 161.855659 74.8456) (xy 161.835063 74.610192) (xy 161.773903 74.381937) (xy 161.674035 74.167771) (xy 161.538495 73.974199) (xy 161.538494 73.974197) (xy 161.371402 73.807106) (xy 161.371396 73.807101) (xy 161.185842 73.677175) (xy 161.142217 73.622598) (xy 161.135023 73.5531) (xy 161.166546 73.490745) (xy 161.185842 73.474025) (xy 161.232612 73.441276) (xy 161.371401 73.344095) (xy 161.538495 73.177001) (xy 161.674035 72.98343) (xy 161.773903 72.769263) (xy 161.835063 72.541008) (xy 161.855659 72.3056) (xy 161.835063 72.070192) (xy 161.773903 71.841937) (xy 161.674035 71.627771) (xy 161.58457 71.5) (xy 161.584566 71.499995) (xy 172.244592 71.499995) (xy 172.244592 71.500004) (xy 172.264196 71.76162) (xy 172.264197 71.761625) (xy 172.322576 72.017402) (xy 172.322578 72.017411) (xy 172.32258 72.017416) (xy 172.418432 72.261643) (xy 172.549614 72.488857) (xy 172.659949 72.627213) (xy 172.713198 72.693985) (xy 172.797248 72.771971) (xy 172.905521 72.872433) (xy 173.122296 73.020228) (xy 173.122301 73.02023) (xy 173.122302 73.020231) (xy 173.122303 73.020232) (xy 173.247452 73.0805) (xy 173.358673 73.134061) (xy 173.358674 73.134061) (xy 173.358677 73.134063) (xy 173.609385 73.211396) (xy 173.868818 73.2505) (xy 174.131182 73.2505) (xy 174.390615 73.211396) (xy 174.641323 73.134063) (xy 174.877704 73.020228) (xy 175.094479 72.872433) (xy 175.286805 72.693981) (xy 175.450386 72.488857) (xy 175.581568 72.261643) (xy 175.67742 72.017416) (xy 175.735802 71.76163) (xy 175.735803 71.76162) (xy 175.755408 71.500004) (xy 175.755408 71.499995) (xy 175.735803 71.238379) (xy 175.735802 71.238374) (xy 175.735802 71.23837) (xy 175.67742 70.982584) (xy 175.581568 70.738357) (xy 175.450386 70.511143) (xy 175.286805 70.306019) (xy 175.286804 70.306018) (xy 175.286801 70.306014) (xy 175.094479 70.127567) (xy 175.035299 70.087219) (xy 174.877704 69.979772) (xy 174.8777 69.97977) (xy 174.877697 69.979768) (xy 174.877696 69.979767) (xy 174.641325 69.865938) (xy 174.641327 69.865938) (xy 174.390623 69.788606) (xy 174.390619 69.788605) (xy 174.390615 69.788604) (xy 174.265823 69.769794) (xy 174.131187 69.7495) (xy 174.131182 69.7495) (xy 173.868818 69.7495) (xy 173.868812 69.7495) (xy 173.707247 69.773853) (xy 173.609385 69.788604) (xy 173.609382 69.788605) (xy 173.609376 69.788606) (xy 173.358673 69.865938) (xy 173.122303 69.979767) (xy 173.122302 69.979768) (xy 172.90552 70.127567) (xy 172.713198 70.306014) (xy 172.549614 70.511143) (xy 172.418432 70.738356) (xy 172.322582 70.982578) (xy 172.322576 70.982597) (xy 172.264197 71.238374) (xy 172.264196 71.238379) (xy 172.244592 71.499995) (xy 161.584566 71.499995) (xy 161.538494 71.434197) (xy 161.371402 71.267106) (xy 161.371396 71.267101) (xy 161.185842 71.137175) (xy 161.142217 71.082598) (xy 161.135023 71.0131) (xy 161.166546 70.950745) (xy 161.185842 70.934025) (xy 161.208026 70.918491) (xy 161.371401 70.804095) (xy 161.538495 70.637001) (xy 161.674035 70.44343) (xy 161.773903 70.229263) (xy 161.835063 70.001008) (xy 161.855659 69.7656) (xy 161.835063 69.530192) (xy 161.773903 69.301937) (xy 161.674035 69.087771) (xy 161.674034 69.087769) (xy 161.538494 68.894197) (xy 161.371402 68.727106) (xy 161.371396 68.727101) (xy 161.185842 68.597175) (xy 161.142217 68.542598) (xy 161.135023 68.4731) (xy 161.166546 68.410745) (xy 161.185842 68.394025) (xy 161.232611 68.361277) (xy 161.371401 68.264095) (xy 161.538495 68.097001) (xy 161.674035 67.90343) (xy 161.773903 67.689263) (xy 161.835063 67.461008) (xy 161.855659 67.2256) (xy 161.835063 66.990192) (xy 161.785895 66.806692) (xy 161.787558 66.736843) (xy 161.826721 66.678981) (xy 161.890949 66.651477) (xy 161.90567 66.6506) (xy 169.363231 66.6506) (xy 169.363247 66.650601) (xy 169.370843 66.650601) (xy 169.528954 66.650601) (xy 169.528957 66.650601) (xy 169.681685 66.609677) (xy 169.731804 66.580739) (xy 169.818616 66.53062) (xy 169.849241 66.499995) (xy 172.245093 66.499995) (xy 172.245093 66.500004) (xy 172.264692 66.761545) (xy 172.264693 66.76155) (xy 172.323058 67.01727) (xy 172.418883 67.261426) (xy 172.418882 67.261426) (xy 172.550027 67.488573) (xy 172.597874 67.548571) (xy 173.398958 66.747488) (xy 173.423978 66.80789) (xy 173.495112 66.914351) (xy 173.585649 67.004888) (xy 173.69211 67.076022) (xy 173.75251 67.101041) (xy 172.95083 67.90272) (xy 173.122546 68.019793) (xy 173.12255 68.019795) (xy 173.358854 68.133594) (xy 173.358858 68.133595) (xy 173.609494 68.210907) (xy 173.6095 68.210909) (xy 173.868848 68.249999) (xy 173.868857 68.25) (xy 174.131143 68.25) (xy 174.131151 68.249999) (xy 174.390499 68.210909) (xy 174.390505 68.210907) (xy 174.641143 68.133595) (xy 174.877445 68.019798) (xy 174.877447 68.019797) (xy 175.049168 67.90272) (xy 174.247488 67.101041) (xy 174.30789 67.076022) (xy 174.414351 67.004888) (xy 174.504888 66.914351) (xy 174.576022 66.80789) (xy 174.601041 66.747488) (xy 175.402125 67.548572) (xy 175.449971 67.488573) (xy 175.581116 67.261426) (xy 175.676941 67.01727) (xy 175.735306 66.76155) (xy 175.735307 66.761545) (xy 175.754907 66.500004) (xy 175.754907 66.499995) (xy 175.735307 66.238454) (xy 175.735306 66.238449) (xy 175.676941 65.982729) (xy 175.581116 65.738573) (xy 175.581117 65.738573) (xy 175.449972 65.511426) (xy 175.402124 65.451427) (xy 174.601041 66.25251) (xy 174.576022 66.19211) (xy 174.504888 66.085649) (xy 174.414351 65.995112) (xy 174.30789 65.923978) (xy 174.247488 65.898958) (xy 175.049168 65.097278) (xy 174.877454 64.980206) (xy 174.877445 64.980201) (xy 174.641142 64.866404) (xy 174.641144 64.866404) (xy 174.390505 64.789092) (xy 174.390499 64.78909) (xy 174.131151 64.75) (xy 173.868848 64.75) (xy 173.6095 64.78909) (xy 173.609494 64.789092) (xy 173.358858 64.866404) (xy 173.358854 64.866405) (xy 173.122547 64.980205) (xy 173.122539 64.98021) (xy 172.95083 65.097277) (xy 173.752511 65.898958) (xy 173.69211 65.923978) (xy 173.585649 65.995112) (xy 173.495112 66.085649) (xy 173.423978 66.19211) (xy 173.398958 66.25251) (xy 172.597874 65.451427) (xy 172.550028 65.511425) (xy 172.418883 65.738573) (xy 172.323058 65.982729) (xy 172.264693 66.238449) (xy 172.264692 66.238454) (xy 172.245093 66.499995) (xy 169.849241 66.499995) (xy 169.93042 66.418816) (xy 169.93042 66.418814) (xy 169.940628 66.408607) (xy 169.94063 66.408604) (xy 173.199605 63.149628) (xy 173.260926 63.116145) (xy 173.330618 63.121129) (xy 173.341079 63.125588) (xy 173.358677 63.134063) (xy 173.609385 63.211396) (xy 173.868818 63.2505) (xy 174.131182 63.2505) (xy 174.390615 63.211396) (xy 174.641323 63.134063) (xy 174.877704 63.020228) (xy 175.094479 62.872433) (xy 175.286805 62.693981) (xy 175.450386 62.488857) (xy 175.581568 62.261643) (xy 175.67742 62.017416) (xy 175.735802 61.76163) (xy 175.735803 61.76162) (xy 175.755408 61.500004) (xy 175.755408 61.499995) (xy 175.735803 61.238379) (xy 175.735802 61.238374) (xy 175.735802 61.23837) (xy 175.67742 60.982584) (xy 175.581568 60.738357) (xy 175.450386 60.511143) (xy 175.286805 60.306019) (xy 175.286804 60.306018) (xy 175.286801 60.306014) (xy 175.094479 60.127567) (xy 174.877704 59.979772) (xy 174.8777 59.97977) (xy 174.877697 59.979768) (xy 174.877696 59.979767) (xy 174.641325 59.865938) (xy 174.641327 59.865938) (xy 174.390623 59.788606) (xy 174.390619 59.788605) (xy 174.390615 59.788604) (xy 174.265823 59.769794) (xy 174.131187 59.7495) (xy 174.131182 59.7495) (xy 173.868818 59.7495) (xy 173.868812 59.7495) (xy 173.707247 59.773853) (xy 173.609385 59.788604) (xy 173.609382 59.788605) (xy 173.609376 59.788606) (xy 173.358673 59.865938) (xy 173.122303 59.979767) (xy 173.122302 59.979768) (xy 172.90552 60.127567) (xy 172.713198 60.306014) (xy 172.549614 60.511143) (xy 172.418432 60.738356) (xy 172.322582 60.982578) (xy 172.322576 60.982597) (xy 172.264197 61.238374) (xy 172.264196 61.238379) (xy 172.244592 61.499995) (xy 172.244592 61.500004) (xy 172.264196 61.76162) (xy 172.264197 61.761625) (xy 172.322578 62.017412) (xy 172.380509 62.165019) (xy 172.386677 62.234616) (xy 172.354239 62.2965) (xy 172.352761 62.298002) (xy 169.237484 65.413281) (xy 169.176161 65.446766) (xy 169.149803 65.4496) (xy 161.9745 65.4496) (xy 161.907461 65.429915) (xy 161.861706 65.377111) (xy 161.8505 65.3256) (xy 161.850499 63.784407) (xy 161.851776 63.784407) (xy 161.866664 63.721431) (xy 161.916947 63.67292) (xy 161.974413 63.6588) (xy 167.355031 63.6588) (xy 167.355047 63.658801) (xy 167.362643 63.658801) (xy 167.520754 63.658801) (xy 167.520757 63.658801) (xy 167.673485 63.617877) (xy 167.723604 63.588939) (xy 167.810416 63.53882) (xy 167.92222 63.427016) (xy 167.92222 63.427014) (xy 167.932428 63.416807) (xy 167.932429 63.416804) (xy 173.199606 58.149628) (xy 173.260927 58.116145) (xy 173.330619 58.121129) (xy 173.341068 58.125583) (xy 173.358677 58.134063) (xy 173.609385 58.211396) (xy 173.868818 58.2505) (xy 174.131182 58.2505) (xy 174.390615 58.211396) (xy 174.641323 58.134063) (xy 174.877704 58.020228) (xy 175.094479 57.872433) (xy 175.286805 57.693981) (xy 175.450386 57.488857) (xy 175.581568 57.261643) (xy 175.67742 57.017416) (xy 175.735802 56.76163) (xy 175.74356 56.658105) (xy 175.755408 56.500004) (xy 175.755408 56.499995) (xy 175.735803 56.238379) (xy 175.735802 56.238374) (xy 175.735802 56.23837) (xy 175.67742 55.982584) (xy 175.581568 55.738357) (xy 175.450386 55.511143) (xy 175.286805 55.306019) (xy 175.286804 55.306018) (xy 175.286801 55.306014) (xy 175.094479 55.127567) (xy 175.016644 55.0745) (xy 174.877704 54.979772) (xy 174.8777 54.97977) (xy 174.877697 54.979768) (xy 174.877696 54.979767) (xy 174.641326 54.865938) (xy 174.390623 54.788606) (xy 174.390619 54.788605) (xy 174.390615 54.788604) (xy 174.265823 54.769794) (xy 174.131187 54.7495) (xy 174.131182 54.7495) (xy 173.868818 54.7495) (xy 173.868812 54.7495) (xy 173.707247 54.773853) (xy 173.609385 54.788604) (xy 173.609382 54.788605) (xy 173.609376 54.788606) (xy 173.358673 54.865938) (xy 173.122303 54.979767) (xy 173.122302 54.979768) (xy 172.90552 55.127567) (xy 172.713198 55.306014) (xy 172.549614 55.511143) (xy 172.418432 55.738356) (xy 172.322582 55.982578) (xy 172.322576 55.982597) (xy 172.264197 56.238374) (xy 172.264196 56.238379) (xy 172.244592 56.499995) (xy 172.244592 56.500004) (xy 172.264196 56.76162) (xy 172.264197 56.761625) (xy 172.322576 57.017402) (xy 172.322578 57.017411) (xy 172.32258 57.017416) (xy 172.363584 57.121894) (xy 172.380509 57.165017) (xy 172.386678 57.234614) (xy 172.35424 57.296497) (xy 172.352762 57.298) (xy 167.229284 62.421481) (xy 167.167961 62.454966) (xy 167.141603 62.4578) (xy 155.795054 62.4578) (xy 155.728015 62.438115) (xy 155.68226 62.385311) (xy 155.672316 62.316153) (xy 155.684569 62.277505) (xy 155.765218 62.119223) (xy 155.765218 62.119222) (xy 155.76522 62.119219) (xy 155.828477 61.924534) (xy 155.8605 61.722352) (xy 155.8605 61.517648) (xy 155.828477 61.315466) (xy 155.817317 61.281119) (xy 155.815322 61.211278) (xy 155.851402 61.151445) (xy 155.914102 61.120616) (xy 155.935248 61.1188) (xy 164.895031 61.1188) (xy 164.895047 61.118801) (xy 164.902643 61.118801) (xy 165.060754 61.118801) (xy 165.060757 61.118801) (xy 165.213485 61.077877) (xy 165.263604 61.048939) (xy 165.350416 60.99882) (xy 165.46222 60.887016) (xy 165.46222 60.887014) (xy 165.472428 60.876807) (xy 165.47243 60.876804) (xy 173.199605 53.149628) (xy 173.260926 53.116145) (xy 173.330618 53.121129) (xy 173.341079 53.125588) (xy 173.358677 53.134063) (xy 173.609385 53.211396) (xy 173.868818 53.2505) (xy 174.131182 53.2505) (xy 174.390615 53.211396) (xy 174.641323 53.134063) (xy 174.877704 53.020228) (xy 175.094479 52.872433) (xy 175.286805 52.693981) (xy 175.450386 52.488857) (xy 175.581568 52.261643) (xy 175.67742 52.017416) (xy 175.735802 51.76163) (xy 175.755408 51.5) (xy 175.742629 51.329477) (xy 175.735803 51.238379) (xy 175.735802 51.238374) (xy 175.735802 51.23837) (xy 175.67742 50.982584) (xy 175.581568 50.738357) (xy 175.450386 50.511143) (xy 175.286805 50.306019) (xy 175.286804 50.306018) (xy 175.286801 50.306014) (xy 175.094479 50.127567) (xy 174.877704 49.979772) (xy 174.8777 49.97977) (xy 174.877697 49.979768) (xy 174.877696 49.979767) (xy 174.641325 49.865938) (xy 174.641327 49.865938) (xy 174.390623 49.788606) (xy 174.390619 49.788605) (xy 174.390615 49.788604) (xy 174.265823 49.769794) (xy 174.131187 49.7495) (xy 174.131182 49.7495) (xy 173.868818 49.7495) (xy 173.868812 49.7495) (xy 173.707247 49.773853) (xy 173.609385 49.788604) (xy 173.609382 49.788605) (xy 173.609376 49.788606) (xy 173.358673 49.865938) (xy 173.122303 49.979767) (xy 173.122302 49.979768) (xy 172.90552 50.127567) (xy 172.713198 50.306014) (xy 172.549614 50.511143) (xy 172.418432 50.738356) (xy 172.322582 50.982578) (xy 172.322576 50.982597) (xy 172.264197 51.238374) (xy 172.264196 51.238379) (xy 172.244592 51.499995) (xy 172.244592 51.500004) (xy 172.264196 51.76162) (xy 172.264197 51.761625) (xy 172.322578 52.017412) (xy 172.380509 52.165019) (xy 172.386677 52.234616) (xy 172.354239 52.2965) (xy 172.352761 52.298002) (xy 164.769284 59.881481) (xy 164.707961 59.914966) (xy 164.681603 59.9178) (xy 155.795054 59.9178) (xy 155.728015 59.898115) (xy 155.68226 59.845311) (xy 155.672316 59.776153) (xy 155.684569 59.737505) (xy 155.765218 59.579223) (xy 155.765218 59.579222) (xy 155.76522 59.579219) (xy 155.828477 59.384534) (xy 155.8605 59.182352) (xy 155.8605 58.977648) (xy 155.828477 58.775466) (xy 155.773178 58.605276) (xy 155.771184 58.535438) (xy 155.807264 58.475605) (xy 155.829109 58.459574) (xy 155.830416 58.45882) (xy 155.94222 58.347016) (xy 155.94222 58.347014) (xy 155.952428 58.336807) (xy 155.952429 58.336804) (xy 158.960786 55.328448) (xy 159.022105 55.294966) (xy 159.091797 55.29995) (xy 159.146838 55.340645) (xy 159.169363 55.37) (xy 160.066988 55.37) (xy 160.034075 55.427007) (xy 160 55.554174) (xy 160 55.685826) (xy 160.034075 55.812993) (xy 160.066988 55.87) (xy 159.169364 55.87) (xy 159.226567 56.083486) (xy 159.22657 56.083492) (xy 159.326399 56.297578) (xy 159.461894 56.491082) (xy 159.628917 56.658105) (xy 159.815031 56.788425) (xy 159.858656 56.843003) (xy 159.865848 56.912501) (xy 159.834326 56.974856) (xy 159.815031 56.991575) (xy 159.628922 57.12189) (xy 159.62892 57.121891) (xy 159.461891 57.28892) (xy 159.461886 57.288926) (xy 159.3264 57.48242) (xy 159.326399 57.482422) (xy 159.22657 57.696507) (xy 159.226567 57.696513) (xy 159.169364 57.909999) (xy 159.169364 57.91) (xy 160.066988 57.91) (xy 160.034075 57.967007) (xy 160 58.094174) (xy 160 58.225826) (xy 160.034075 58.352993) (xy 160.066988 58.41) (xy 159.169364 58.41) (xy 159.226567 58.623486) (xy 159.22657 58.623492) (xy 159.326399 58.837578) (xy 159.461894 59.031082) (xy 159.628917 59.198105) (xy 159.822421 59.3336) (xy 160.036507 59.433429) (xy 160.036516 59.433433) (xy 160.25 59.490634) (xy 160.25 58.593012) (xy 160.307007 58.625925) (xy 160.434174 58.66) (xy 160.565826 58.66) (xy 160.692993 58.625925) (xy 160.75 58.593012) (xy 160.75 59.490633) (xy 160.963483 59.433433) (xy 160.963492 59.433429) (xy 161.177578 59.3336) (xy 161.371082 59.198105) (xy 161.538105 59.031082) (xy 161.6736 58.837578) (xy 161.773429 58.623492) (xy 161.773432 58.623486) (xy 161.830636 58.41) (xy 160.933012 58.41) (xy 160.965925 58.352993) (xy 161 58.225826) (xy 161 58.094174) (xy 160.965925 57.967007) (xy 160.933012 57.91) (xy 161.830636 57.91) (xy 161.830635 57.909999) (xy 161.773432 57.696513) (xy 161.773429 57.696507) (xy 161.6736 57.482422) (xy 161.673599 57.48242) (xy 161.538113 57.288926) (xy 161.538108 57.28892) (xy 161.371082 57.121894) (xy 161.184968 56.991575) (xy 161.141344 56.936998) (xy 161.134151 56.867499) (xy 161.165673 56.805145) (xy 161.184968 56.788425) (xy 161.371082 56.658105) (xy 161.538105 56.491082) (xy 161.6736 56.297578) (xy 161.773429 56.083492) (xy 161.773432 56.083486) (xy 161.830636 55.87) (xy 160.933012 55.87) (xy 160.965925 55.812993) (xy 161 55.685826) (xy 161 55.554174) (xy 160.965925 55.427007) (xy 160.933012 55.37) (xy 161.830636 55.37) (xy 161.830635 55.369999) (xy 161.773432 55.156513) (xy 161.77343 55.156507) (xy 161.759626 55.126905) (xy 161.749134 55.057828) (xy 161.777653 54.994044) (xy 161.83613 54.955804) (xy 161.872008 54.9505) (xy 166.063331 54.9505) (xy 166.063347 54.950501) (xy 166.070943 54.950501) (xy 166.229054 54.950501) (xy 166.229057 54.950501) (xy 166.381785 54.909577) (xy 166.457371 54.865937) (xy 166.518716 54.83052) (xy 166.63052 54.718716) (xy 166.63052 54.718714) (xy 166.640724 54.708511) (xy 166.640728 54.708506) (xy 173.199605 48.149628) (xy 173.260926 48.116145) (xy 173.330618 48.121129) (xy 173.341079 48.125588) (xy 173.358677 48.134063) (xy 173.609385 48.211396) (xy 173.868818 48.2505) (xy 174.131182 48.2505) (xy 174.390615 48.211396) (xy 174.641323 48.134063) (xy 174.877704 48.020228) (xy 175.094479 47.872433) (xy 175.286805 47.693981) (xy 175.450386 47.488857) (xy 175.581568 47.261643) (xy 175.67742 47.017416) (xy 175.735802 46.76163) (xy 175.739922 46.706649) (xy 175.755408 46.500004) (xy 175.755408 46.499995) (xy 175.735803 46.238379) (xy 175.735802 46.238374) (xy 175.735802 46.23837) (xy 175.67742 45.982584) (xy 175.581568 45.738357) (xy 175.450386 45.511143) (xy 175.286805 45.306019) (xy 175.286804 45.306018) (xy 175.286801 45.306014) (xy 175.094479 45.127567) (xy 174.877704 44.979772) (xy 174.8777 44.97977) (xy 174.877697 44.979768) (xy 174.877696 44.979767) (xy 174.641325 44.865938) (xy 174.641327 44.865938) (xy 174.390623 44.788606) (xy 174.390619 44.788605) (xy 174.390615 44.788604) (xy 174.265823 44.769794) (xy 174.131187 44.7495) (xy 174.131182 44.7495) (xy 173.868818 44.7495) (xy 173.868812 44.7495) (xy 173.707247 44.773853) (xy 173.609385 44.788604) (xy 173.609382 44.788605) (xy 173.609376 44.788606) (xy 173.358673 44.865938) (xy 173.122303 44.979767) (xy 173.122302 44.979768) (xy 172.90552 45.127567) (xy 172.713198 45.306014) (xy 172.549614 45.511143) (xy 172.418432 45.738356) (xy 172.322582 45.982578) (xy 172.322576 45.982597) (xy 172.264197 46.238374) (xy 172.264196 46.238379) (xy 172.244592 46.499995) (xy 172.244592 46.500004) (xy 172.264196 46.76162) (xy 172.264197 46.761625) (xy 172.322578 47.017412) (xy 172.380509 47.165019) (xy 172.386677 47.234616) (xy 172.354239 47.2965) (xy 172.352761 47.298002) (xy 165.937584 53.713181) (xy 165.876261 53.746666) (xy 165.849903 53.7495) (xy 161.872008 53.7495) (xy 161.804969 53.729815) (xy 161.759214 53.677011) (xy 161.74927 53.607853) (xy 161.759626 53.573095) (xy 161.77343 53.543492) (xy 161.773432 53.543486) (xy 161.830636 53.33) (xy 160.933012 53.33) (xy 160.965925 53.272993) (xy 161 53.145826) (xy 161 53.014174) (xy 160.965925 52.887007) (xy 160.933012 52.83) (xy 161.830636 52.83) (xy 161.830635 52.829999) (xy 161.773432 52.616513) (xy 161.77343 52.616507) (xy 161.759626 52.586905) (xy 161.749134 52.517828) (xy 161.777653 52.454044) (xy 161.83613 52.415804) (xy 161.872008 52.4105) (xy 163.603331 52.4105) (xy 163.603347 52.410501) (xy 163.610943 52.410501) (xy 163.769054 52.410501) (xy 163.769057 52.410501) (xy 163.921785 52.369577) (xy 163.975225 52.338723) (xy 164.058716 52.29052) (xy 164.17052 52.178716) (xy 164.17052 52.178714) (xy 164.180724 52.168511) (xy 164.180728 52.168506) (xy 173.199605 43.149628) (xy 173.260926 43.116145) (xy 173.330618 43.121129) (xy 173.341079 43.125588) (xy 173.358677 43.134063) (xy 173.609385 43.211396) (xy 173.868818 43.2505) (xy 174.131182 43.2505) (xy 174.390615 43.211396) (xy 174.641323 43.134063) (xy 174.877704 43.020228) (xy 175.094479 42.872433) (xy 175.286805 42.693981) (xy 175.450386 42.488857) (xy 175.581568 42.261643) (xy 175.67742 42.017416) (xy 175.735802 41.76163) (xy 175.753582 41.524365) (xy 175.755408 41.500004) (xy 175.755408 41.499995) (xy 175.735803 41.238379) (xy 175.735802 41.238374) (xy 175.735802 41.23837) (xy 175.67742 40.982584) (xy 175.581568 40.738357) (xy 175.450386 40.511143) (xy 175.286805 40.306019) (xy 175.286804 40.306018) (xy 175.286801 40.306014) (xy 175.094479 40.127567) (xy 174.877704 39.979772) (xy 174.8777 39.97977) (xy 174.877697 39.979768) (xy 174.877696 39.979767) (xy 174.641325 39.865938) (xy 174.641327 39.865938) (xy 174.390623 39.788606) (xy 174.390619 39.788605) (xy 174.390615 39.788604) (xy 174.265823 39.769794) (xy 174.131187 39.7495) (xy 174.131182 39.7495) (xy 173.868818 39.7495) (xy 173.868812 39.7495) (xy 173.707247 39.773853) (xy 173.609385 39.788604) (xy 173.609382 39.788605) (xy 173.609376 39.788606) (xy 173.420879 39.84675) (xy 173.368396 39.862939) (xy 173.298534 39.863889) (xy 173.239247 39.826918) (xy 173.209361 39.763763) (xy 173.218362 39.694475) (xy 173.244163 39.65677) (xy 174.368713 38.532221) (xy 174.368716 38.53222) (xy 174.48052 38.420416) (xy 174.530639 38.333604) (xy 174.542831 38.312487) (xy 174.593403 38.264278) (xy 174.650212 38.250499) (xy 175.297871 38.250499) (xy 175.297872 38.250499) (xy 175.357483 38.244091) (xy 175.492331 38.193796) (xy 175.607546 38.107546) (xy 175.693796 37.992331) (xy 175.744091 37.857483) (xy 175.7505 37.797873) (xy 175.750499 35.202128) (xy 175.744091 35.142517) (xy 175.693796 35.007669) (xy 175.693795 35.007668) (xy 175.693793 35.007664) (xy 175.607547 34.892455) (xy 175.607544 34.892452) (xy 175.492335 34.806206) (xy 175.492328 34.806202) (xy 175.357482 34.755908) (xy 175.357483 34.755908) (xy 175.297883 34.749501) (xy 175.297881 34.7495) (xy 175.297873 34.7495) (xy 175.297864 34.7495) (xy 172.702129 34.7495) (xy 172.702123 34.749501) (xy 172.642516 34.755908) (xy 172.507671 34.806202) (xy 172.507664 34.806206) (xy 172.392455 34.892452) (xy 172.392452 34.892455) (xy 172.306206 35.007664) (xy 172.306202 35.007671) (xy 172.255908 35.142517) (xy 172.249501 35.202116) (xy 172.249501 35.202123) (xy 172.2495 35.202135) (xy 172.2495 37.79787) (xy 172.249501 37.797876) (xy 172.255908 37.857483) (xy 172.306202 37.992328) (xy 172.306206 37.992335) (xy 172.392452 38.107544) (xy 172.392455 38.107547) (xy 172.507664 38.193793) (xy 172.507671 38.193797) (xy 172.552618 38.210561) (xy 172.642517 38.244091) (xy 172.670021 38.247048) (xy 172.73457 38.273785) (xy 172.774418 38.331178) (xy 172.776912 38.401003) (xy 172.744445 38.458018) (xy 162.569284 48.633181) (xy 162.507961 48.666666) (xy 162.481603 48.6695) (xy 161.974 48.6695) (xy 161.906961 48.649815) (xy 161.861206 48.597011) (xy 161.85 48.5455) (xy 161.85 48.25) (xy 160.933012 48.25) (xy 160.965925 48.192993) (xy 161 48.065826) (xy 161 47.934174) (xy 160.965925 47.807007) (xy 160.933012 47.75) (xy 161.85 47.75) (xy 161.85 47.102172) (xy 161.849999 47.102155) (xy 161.843598 47.042627) (xy 161.843596 47.04262) (xy 161.793354 46.907913) (xy 161.79335 46.907906) (xy 161.70719 46.792812) (xy 161.707187 46.792809) (xy 161.592093 46.706649) (xy 161.592086 46.706645) (xy 161.457379 46.656403) (xy 161.457372 46.656401) (xy 161.397844 46.65) (xy 160.75 46.65) (xy 160.75 47.566988) (xy 160.692993 47.534075) (xy 160.565826 47.5) (xy 160.434174 47.5) (xy 160.307007 47.534075) (xy 160.25 47.566988) (xy 160.25 46.65) (xy 159.602155 46.65) (xy 159.542627 46.656401) (xy 159.54262 46.656403) (xy 159.407913 46.706645) (xy 159.407906 46.706649) (xy 159.292812 46.792809) (xy 159.292809 46.792812) (xy 159.206649 46.907906) (xy 159.206645 46.907913) (xy 159.156403 47.04262) (xy 159.156401 47.042627) (xy 159.15 47.102155) (xy 159.15 47.75) (xy 160.066988 47.75) (xy 160.034075 47.807007) (xy 160 47.934174) (xy 160 48.065826) (xy 160.034075 48.192993) (xy 160.066988 48.25) (xy 159.15 48.25) (xy 159.15 48.5455) (xy 159.130315 48.612539) (xy 159.077511 48.658294) (xy 159.026 48.6695) (xy 158.067357 48.6695) (xy 157.909243 48.6695) (xy 157.756515 48.710423) (xy 157.756514 48.710423) (xy 157.756512 48.710424) (xy 157.756509 48.710425) (xy 157.706396 48.739359) (xy 157.706395 48.73936) (xy 157.662989 48.76442) (xy 157.619585 48.789479) (xy 157.619582 48.789481) (xy 153.879481 52.529582) (xy 153.879477 52.529587) (xy 153.864111 52.556204) (xy 153.858334 52.566211) (xy 153.850373 52.58) (xy 153.800422 52.666515) (xy 153.800422 52.666516) (xy 153.793518 52.692282) (xy 153.757152 52.751941) (xy 153.712064 52.778116) (xy 153.66078 52.794779) (xy 153.478386 52.887715) (xy 153.312786 53.008028) (xy 153.168028 53.152786) (xy 153.047715 53.318386) (xy 152.954781 53.500776) (xy 152.891522 53.695465) (xy 152.8595 53.897648) (xy 152.8595 54.102351) (xy 152.891522 54.304534) (xy 152.954781 54.499223) (xy 153.047715 54.681613) (xy 153.168028 54.847213) (xy 153.312786 54.991971) (xy 153.42638 55.0745) (xy 153.47839 55.112287) (xy 153.565177 55.156507) (xy 153.57108 55.159515) (xy 153.621876 55.20749) (xy 153.638671 55.275311) (xy 153.616134 55.341446) (xy 153.57108 55.380485) (xy 153.478386 55.427715) (xy 153.312786 55.548028) (xy 153.168028 55.692786) (xy 153.047715 55.858386) (xy 152.954781 56.040776) (xy 152.891522 56.235465) (xy 152.8595 56.437648) (xy 152.8595 56.642351) (xy 152.891522 56.844534) (xy 152.954781 57.039223) (xy 153.035431 57.197505) (xy 153.048327 57.266174) (xy 153.022051 57.330915) (xy 152.964944 57.371172) (xy 152.924946 57.3778) (xy 132.935054 57.3778) (xy 132.868015 57.358115) (xy 132.82226 57.305311) (xy 132.812316 57.236153) (xy 132.824569 57.197505) (xy 132.905218 57.039223) (xy 132.905218 57.039222) (xy 132.90522 57.039219) (xy 132.968477 56.844534) (xy 133.0005 56.642352) (xy 133.0005 56.437648) (xy 132.978315 56.297578) (xy 132.968477 56.235465) (xy 132.919888 56.085925) (xy 132.90522 56.040781) (xy 132.905218 56.040778) (xy 132.905218 56.040776) (xy 132.847249 55.927007) (xy 132.812287 55.85839) (xy 132.786812 55.823326) (xy 132.691971 55.692786) (xy 132.660736 55.661551) (xy 132.627251 55.600228) (xy 132.632235 55.530536) (xy 132.674107 55.474603) (xy 132.70508 55.457689) (xy 132.742331 55.443796) (xy 132.857546 55.357546) (xy 132.943796 55.242331) (xy 132.994091 55.107483) (xy 133.0005 55.047873) (xy 133.000499 52.952128) (xy 132.994091 52.892517) (xy 132.992299 52.887713) (xy 132.943797 52.757671) (xy 132.943793 52.757664) (xy 132.857547 52.642455) (xy 132.857544 52.642452) (xy 132.742335 52.556206) (xy 132.742328 52.556202) (xy 132.607482 52.505908) (xy 132.607483 52.505908) (xy 132.547883 52.499501) (xy 132.547881 52.4995) (xy 132.547873 52.4995) (xy 132.547864 52.4995) (xy 130.452129 52.4995) (xy 130.452123 52.499501) (xy 130.392516 52.505908) (xy 130.257671 52.556202) (xy 130.257664 52.556206) (xy 130.142455 52.642452) (xy 130.142452 52.642455) (xy 130.056206 52.757664) (xy 130.056202 52.757671) (xy 130.005908 52.892517) (xy 129.999501 52.952116) (xy 129.999501 52.952123) (xy 129.9995 52.952135) (xy 129.9995 53.349788) (xy 129.979815 53.416827) (xy 129.9375 53.457174) (xy 129.916395 53.46936) (xy 129.872989 53.49442) (xy 129.829585 53.519479) (xy 129.829582 53.519481) (xy 129.717778 53.631286) (xy 128.874684 54.474381) (xy 128.813361 54.507866) (xy 128.787003 54.5107) (xy 117.932161 54.5107) (xy 117.865122 54.491015) (xy 117.819367 54.438211) (xy 117.809423 54.369053) (xy 117.81423 54.348381) (xy 117.828477 54.304534) (xy 117.8605 54.102351) (xy 117.8605 53.897648) (xy 117.828477 53.695465) (xy 117.779888 53.545925) (xy 117.76522 53.500781) (xy 117.765218 53.500778) (xy 117.765218 53.500776) (xy 117.707249 53.387007) (xy 117.672287 53.31839) (xy 117.664556 53.307749) (xy 117.551971 53.152786) (xy 117.407213 53.008028) (xy 117.241613 52.887715) (xy 117.241612 52.887714) (xy 117.24161 52.887713) (xy 117.145888 52.83894) (xy 117.059223 52.794781) (xy 116.864534 52.731522) (xy 116.689995 52.703878) (xy 116.662352 52.6995) (xy 116.057648 52.6995) (xy 116.033329 52.703351) (xy 115.855465 52.731522) (xy 115.660776 52.794781) (xy 115.478386 52.887715) (xy 115.312786 53.008028) (xy 115.168028 53.152786) (xy 115.047715 53.318386) (xy 114.954781 53.500776) (xy 114.891522 53.695465) (xy 114.8595 53.897648) (xy 114.8595 54.102351) (xy 114.891522 54.304534) (xy 114.90577 54.348381) (xy 114.907766 54.418222) (xy 114.871686 54.478055) (xy 114.808985 54.508884) (xy 114.787839 54.5107) (xy 96.212997 54.5107) (xy 96.145958 54.491015) (xy 96.125316 54.474381) (xy 95.28929 53.638355) (xy 95.289288 53.638352) (xy 95.170417 53.519481) (xy 95.170416 53.51948) (xy 95.083604 53.46936) (xy 95.083604 53.469358) (xy 95.083599 53.469357) (xy 95.0625 53.457175) (xy 95.062495 53.457172) (xy 95.014281 53.406602) (xy 95.000499 53.349787) (xy 95.000499 52.952129) (xy 95.000498 52.952123) (xy 95.000497 52.952116) (xy 94.994091 52.892517) (xy 94.992299 52.887713) (xy 94.943797 52.757671) (xy 94.943793 52.757664) (xy 94.857547 52.642455) (xy 94.857544 52.642452) (xy 94.742335 52.556206) (xy 94.742328 52.556202) (xy 94.607482 52.505908) (xy 94.607483 52.505908) (xy 94.547883 52.499501) (xy 94.547881 52.4995) (xy 94.547873 52.4995) (xy 94.547864 52.4995) (xy 92.452129 52.4995) (xy 92.452123 52.499501) (xy 92.392516 52.505908) (xy 92.257671 52.556202) (xy 92.257664 52.556206) (xy 92.142455 52.642452) (xy 92.142452 52.642455) (xy 92.056206 52.757664) (xy 92.056202 52.757671) (xy 92.005908 52.892517) (xy 91.999501 52.952116) (xy 91.999501 52.952123) (xy 91.9995 52.952135) (xy 80.5005 52.952135) (xy 80.5005 42.809998) (xy 156.694532 42.809998) (xy 156.694532 42.810001) (xy 156.714364 43.036686) (xy 156.714366 43.036697) (xy 156.773258 43.256488) (xy 156.773261 43.256497) (xy 156.869431 43.462732) (xy 156.869432 43.462734) (xy 156.999954 43.649141) (xy 157.160858 43.810045) (xy 157.160861 43.810047) (xy 157.347266 43.940568) (xy 157.553504 44.036739) (xy 157.773308 44.095635) (xy 157.93523 44.109801) (xy 157.999998 44.115468) (xy 158 44.115468) (xy 158.000002 44.115468) (xy 158.056673 44.110509) (xy 158.226692 44.095635) (xy 158.446496 44.036739) (xy 158.652734 43.940568) (xy 158.839139 43.810047) (xy 159.000047 43.649139) (xy 159.130568 43.462734) (xy 159.226739 43.256496) (xy 159.285635 43.036692) (xy 159.305468 42.81) (xy 159.285635 42.583308) (xy 159.226739 42.363504) (xy 159.130568 42.157266) (xy 159.000047 41.970861) (xy 159.000045 41.970858) (xy 158.839141 41.809954) (xy 158.652734 41.679432) (xy 158.652732 41.679431) (xy 158.446497 41.583261) (xy 158.446488 41.583258) (xy 158.226697 41.524366) (xy 158.226693 41.524365) (xy 158.226692 41.524365) (xy 158.226691 41.524364) (xy 158.226686 41.524364) (xy 158.000002 41.504532) (xy 157.999998 41.504532) (xy 157.773313 41.524364) (xy 157.773302 41.524366) (xy 157.553511 41.583258) (xy 157.553502 41.583261) (xy 157.347267 41.679431) (xy 157.347265 41.679432) (xy 157.160858 41.809954) (xy 156.999954 41.970858) (xy 156.869432 42.157265) (xy 156.869431 42.157267) (xy 156.773261 42.363502) (xy 156.773258 42.363511) (xy 156.714366 42.583302) (xy 156.714364 42.583313) (xy 156.694532 42.809998) (xy 80.5005 42.809998) (xy 80.5005 35.189998) (xy 156.694532 35.189998) (xy 156.694532 35.190001) (xy 156.714364 35.416686) (xy 156.714366 35.416697) (xy 156.773258 35.636488) (xy 156.773261 35.636497) (xy 156.869431 35.842732) (xy 156.869432 35.842734) (xy 156.999954 36.029141) (xy 157.160858 36.190045) (xy 157.160861 36.190047) (xy 157.347266 36.320568) (xy 157.553504 36.416739) (xy 157.773308 36.475635) (xy 157.93523 36.489801) (xy 157.999998 36.495468) (xy 158 36.495468) (xy 158.000002 36.495468) (xy 158.056673 36.490509) (xy 158.226692 36.475635) (xy 158.446496 36.416739) (xy 158.652734 36.320568) (xy 158.839139 36.190047) (xy 159.000047 36.029139) (xy 159.130568 35.842734) (xy 159.226739 35.636496) (xy 159.285635 35.416692) (xy 159.305468 35.19) (xy 159.285635 34.963308) (xy 159.226739 34.743504) (xy 159.130568 34.537266) (xy 159.000047 34.350861) (xy 159.000045 34.350858) (xy 158.839141 34.189954) (xy 158.652734 34.059432) (xy 158.652732 34.059431) (xy 158.446497 33.963261) (xy 158.446488 33.963258) (xy 158.226697 33.904366) (xy 158.226693 33.904365) (xy 158.226692 33.904365) (xy 158.226691 33.904364) (xy 158.226686 33.904364) (xy 158.000002 33.884532) (xy 157.999998 33.884532) (xy 157.773313 33.904364) (xy 157.773302 33.904366) (xy 157.553511 33.963258) (xy 157.553502 33.963261) (xy 157.347267 34.059431) (xy 157.347265 34.059432) (xy 157.160858 34.189954) (xy 156.999954 34.350858) (xy 156.869432 34.537265) (xy 156.869431 34.537267) (xy 156.773261 34.743502) (xy 156.773258 34.743511) (xy 156.714366 34.963302) (xy 156.714364 34.963313) (xy 156.694532 35.189998) (xy 80.5005 35.189998) (xy 80.5005 29.052155) (xy 155.325 29.052155) (xy 155.325 29.75) (xy 156.349722 29.75) (xy 156.305667 29.826306) (xy 156.275 29.940756) (xy 156.275 30.059244) (xy 156.305667 30.173694) (xy 156.349722 30.25) (xy 155.325 30.25) (xy 155.325 30.947844) (xy 155.331401 31.007372) (xy 155.331403 31.007379) (xy 155.381645 31.142086) (xy 155.381649 31.142093) (xy 155.467809 31.257187) (xy 155.467812 31.25719) (xy 155.582906 31.34335) (xy 155.582913 31.343354) (xy 155.71762 31.393596) (xy 155.717627 31.393598) (xy 155.777155 31.399999) (xy 155.777172 31.4) (xy 156.475 31.4) (xy 156.475 30.375277) (xy 156.551306 30.419333) (xy 156.665756 30.45) (xy 156.784244 30.45) (xy 156.898694 30.419333) (xy 156.975 30.375277) (xy 156.975 31.4) (xy 157.672828 31.4) (xy 157.672844 31.399999) (xy 157.732372 31.393598) (xy 157.732379 31.393596) (xy 157.867086 31.343354) (xy 157.867093 31.34335) (xy 157.982187 31.25719) (xy 157.98219 31.257187) (xy 158.06835 31.142093) (xy 158.068355 31.142084) (xy 158.097075 31.065081) (xy 158.138945 31.009147) (xy 158.204409 30.984729) (xy 158.272682 30.99958) (xy 158.304484 31.024428) (xy 158.313216 31.033913) (xy 158.313219 31.033915) (xy 158.313222 31.033918) (xy 158.496365 31.176464) (xy 158.496371 31.176468) (xy 158.496374 31.17647) (xy 158.700497 31.286936) (xy 158.814487 31.326068) (xy 158.920015 31.362297) (xy 158.920017 31.362297) (xy 158.920019 31.362298) (xy 159.148951 31.4005) (xy 159.148952 31.4005) (xy 159.381048 31.4005) (xy 159.381049 31.4005) (xy 159.609981 31.362298) (xy 159.829503 31.286936) (xy 160.033626 31.17647) (xy 160.216784 31.033913) (xy 160.373979 30.863153) (xy 160.500924 30.668849) (xy 160.594157 30.4563) (xy 160.651134 30.231305) (xy 160.6703 30) (xy 160.6703 29.999993) (xy 160.651135 29.768702) (xy 160.651133 29.768691) (xy 160.594157 29.543699) (xy 160.500924 29.331151) (xy 160.373983 29.136852) (xy 160.37398 29.136849) (xy 160.373979 29.136847) (xy 160.216784 28.966087) (xy 160.216779 28.966083) (xy 160.216777 28.966081) (xy 160.033634 28.823535) (xy 160.033628 28.823531) (xy 159.829504 28.713064) (xy 159.829495 28.713061) (xy 159.609984 28.637702) (xy 159.422404 28.606401) (xy 159.381049 28.5995) (xy 159.148951 28.5995) (xy 159.107596 28.606401) (xy 158.920015 28.637702) (xy 158.700504 28.713061) (xy 158.700495 28.713064) (xy 158.496371 28.823531) (xy 158.496365 28.823535) (xy 158.313222 28.966081) (xy 158.313215 28.966087) (xy 158.304484 28.975572) (xy 158.244595 29.011561) (xy 158.174757 29.009458) (xy 158.117143 28.969932) (xy 158.097075 28.934918) (xy 158.068355 28.857915) (xy 158.06835 28.857906) (xy 157.98219 28.742812) (xy 157.982187 28.742809) (xy 157.867093 28.656649) (xy 157.867086 28.656645) (xy 157.732379 28.606403) (xy 157.732372 28.606401) (xy 157.672844 28.6) (xy 156.975 28.6) (xy 156.975 29.624722) (xy 156.898694 29.580667) (xy 156.784244 29.55) (xy 156.665756 29.55) (xy 156.551306 29.580667) (xy 156.475 29.624722) (xy 156.475 28.6) (xy 155.777155 28.6) (xy 155.717627 28.606401) (xy 155.71762 28.606403) (xy 155.582913 28.656645) (xy 155.582906 28.656649) (xy 155.467812 28.742809) (xy 155.467809 28.742812) (xy 155.381649 28.857906) (xy 155.381645 28.857913) (xy 155.331403 28.99262) (xy 155.331401 28.992627) (xy 155.325 29.052155) (xy 80.5005 29.052155) (xy 80.5005 26.1245) (xy 80.520185 26.057461) (xy 80.572989 26.011706) (xy 80.6245 26.0005) (xy 178.3755 26.0005) ) ) (filled_polygon (layer "B.Cu") (pts (xy 123.542572 106.99701) (xy 123.557528 107.009763) (xy 129.998084 113.450319) (xy 130.031569 113.511642) (xy 130.026585 113.581334) (xy 129.984713 113.637267) (xy 129.919249 113.661684) (xy 129.910403 113.662) (xy 125.419297 113.662) (xy 125.352258 113.642315) (xy 125.331616 113.625681) (xy 123.63929 111.933355) (xy 123.639288 111.933352) (xy 123.520417 111.814481) (xy 123.520416 111.81448) (xy 123.433604 111.76436) (xy 123.433604 111.764359) (xy 123.4336 111.764358) (xy 123.416112 111.75426) (xy 123.383486 111.735423) (xy 123.262994 111.703137) (xy 123.203334 111.666771) (xy 123.182708 111.635768) (xy 123.174038 111.617176) (xy 123.174034 111.617169) (xy 123.038494 111.423597) (xy 122.871402 111.256506) (xy 122.871401 111.256505) (xy 122.685405 111.126269) (xy 122.641781 111.071692) (xy 122.634588 111.002193) (xy 122.66611 110.939839) (xy 122.685405 110.923119) (xy 122.871082 110.793105) (xy 123.038105 110.626082) (xy 123.1736 110.432578) (xy 123.273429 110.218492) (xy 123.273432 110.218486) (xy 123.330636 110.005) (xy 122.433012 110.005) (xy 122.465925 109.947993) (xy 122.5 109.820826) (xy 122.5 109.689174) (xy 122.465925 109.562007) (xy 122.433012 109.505) (xy 123.330636 109.505) (xy 123.330635 109.504999) (xy 123.273432 109.291513) (xy 123.273429 109.291507) (xy 123.1736 109.077422) (xy 123.173599 109.07742) (xy 123.038113 108.883926) (xy 123.038108 108.88392) (xy 122.871078 108.71689) (xy 122.685405 108.586879) (xy 122.64178 108.532302) (xy 122.634588 108.462804) (xy 122.66611 108.400449) (xy 122.685406 108.38373) (xy 122.719589 108.359795) (xy 122.871401 108.253495) (xy 123.038495 108.086401) (xy 123.174035 107.89283) (xy 123.273903 107.678663) (xy 123.335063 107.450408) (xy 123.355659 107.215) (xy 123.346319 107.10825) (xy 123.360085 107.039752) (xy 123.4087 106.989569) (xy 123.476729 106.973635) ) ) (filled_polygon (layer "B.Cu") (pts (xy 152.77897 107.192777) (xy 152.834903 107.234649) (xy 152.858627 107.297557) (xy 152.858738 107.29754) (xy 152.858822 107.298076) (xy 152.859252 107.299214) (xy 152.859498 107.302342) (xy 152.891522 107.504534) (xy 152.954781 107.699223) (xy 153.047715 107.881613) (xy 153.168028 108.047213) (xy 153.312786 108.191971) (xy 153.467749 108.304556) (xy 153.47839 108.312287) (xy 153.550424 108.34899) (xy 153.571629 108.359795) (xy 153.622425 108.40777) (xy 153.63922 108.475591) (xy 153.616682 108.541726) (xy 153.571629 108.580765) (xy 153.47865 108.62814) (xy 153.313105 108.748417) (xy 153.313104 108.748417) (xy 153.168417 108.893104) (xy 153.168417 108.893105) (xy 153.04814 109.05865) (xy 152.955244 109.24097) (xy 152.892009 109.435586) (xy 152.883391 109.49) (xy 153.926988 109.49) (xy 153.894075 109.547007) (xy 153.86 109.674174) (xy 153.86 109.805826) (xy 153.894075 109.932993) (xy 153.926988 109.99) (xy 152.883391 109.99) (xy 152.892009 110.044413) (xy 152.955244 110.239029) (xy 153.04814 110.421349) (xy 153.168417 110.586894) (xy 153.168417 110.586895) (xy 153.313104 110.731582) (xy 153.478652 110.851861) (xy 153.571628 110.899234) (xy 153.622425 110.947208) (xy 153.63922 111.015029) (xy 153.616683 111.081164) (xy 153.57163 111.120203) (xy 153.478388 111.167713) (xy 153.312786 111.288028) (xy 153.168028 111.432786) (xy 153.047715 111.598386) (xy 152.954781 111.780776) (xy 152.891522 111.975465) (xy 152.8595 112.177648) (xy 152.8595 112.382351) (xy 152.891522 112.584534) (xy 152.954781 112.779223) (xy 153.047715 112.961613) (xy 153.168028 113.127213) (xy 153.312782 113.271967) (xy 153.312787 113.271971) (xy 153.37355 113.316118) (xy 153.416216 113.371448) (xy 153.422195 113.441061) (xy 153.38959 113.502856) (xy 153.388347 113.504117) (xy 153.266782 113.625682) (xy 153.205462 113.659166) (xy 153.179103 113.662) (xy 146.506597 113.662) (xy 146.439558 113.642315) (xy 146.393803 113.589511) (xy 146.383859 113.520353) (xy 146.412884 113.456797) (xy 146.418916 113.450319) (xy 147.942951 111.926284) (xy 152.647957 107.221276) (xy 152.709278 107.187793) ) ) (filled_polygon (layer "B.Cu") (pts (xy 160.75 57.726988) (xy 160.692993 57.694075) (xy 160.565826 57.66) (xy 160.434174 57.66) (xy 160.307007 57.694075) (xy 160.25 57.726988) (xy 160.25 56.053012) (xy 160.307007 56.085925) (xy 160.434174 56.12) (xy 160.565826 56.12) (xy 160.692993 56.085925) (xy 160.75 56.053012) ) ) (filled_polygon (layer "B.Cu") (pts (xy 160.75 55.186988) (xy 160.692993 55.154075) (xy 160.565826 55.12) (xy 160.434174 55.12) (xy 160.307007 55.154075) (xy 160.25 55.186988) (xy 160.25 53.513012) (xy 160.307007 53.545925) (xy 160.434174 53.58) (xy 160.565826 53.58) (xy 160.692993 53.545925) (xy 160.75 53.513012) ) ) (filled_polygon (layer "B.Cu") (pts (xy 160.75 52.646988) (xy 160.692993 52.614075) (xy 160.565826 52.58) (xy 160.434174 52.58) (xy 160.307007 52.614075) (xy 160.25 52.646988) (xy 160.25 50.973012) (xy 160.307007 51.005925) (xy 160.434174 51.04) (xy 160.565826 51.04) (xy 160.692993 51.005925) (xy 160.75 50.973012) ) ) (filled_polygon (layer "B.Cu") (pts (xy 160.75 50.106988) (xy 160.692993 50.074075) (xy 160.565826 50.04) (xy 160.434174 50.04) (xy 160.307007 50.074075) (xy 160.25 50.106988) (xy 160.25 48.433012) (xy 160.307007 48.465925) (xy 160.434174 48.5) (xy 160.565826 48.5) (xy 160.692993 48.465925) (xy 160.75 48.433012) ) ) (filled_polygon (layer "B.Cu") (pts (xy 178.442539 26.020185) (xy 178.488294 26.072989) (xy 178.4995 26.1245) (xy 178.4995 122.8755) (xy 178.479815 122.942539) (xy 178.427011 122.988294) (xy 178.3755 122.9995) (xy 80.6245 122.9995) (xy 80.557461 122.979815) (xy 80.511706 122.927011) (xy 80.5005 122.8755) (xy 80.5005 85.499994) (xy 81.494859 85.499994) (xy 81.494859 85.500005) (xy 81.515385 85.747729) (xy 81.515387 85.747738) (xy 81.576412 85.988717) (xy 81.676266 86.216364) (xy 81.776564 86.369882) (xy 82.476212 85.670234) (xy 82.487482 85.712292) (xy 82.55989 85.837708) (xy 82.662292 85.94011) (xy 82.787708 86.012518) (xy 82.829765 86.023787) (xy 82.129942 86.723609) (xy 82.176768 86.760055) (xy 82.17677 86.760056) (xy 82.395385 86.878364) (xy 82.395396 86.878369) (xy 82.630506 86.959083) (xy 82.875707 87) (xy 83.124293 87) (xy 83.369493 86.959083) (xy 83.604603 86.878369) (xy 83.604614 86.878364) (xy 83.823228 86.760057) (xy 83.823231 86.760055) (xy 83.870056 86.723609) (xy 83.170234 86.023787) (xy 83.212292 86.012518) (xy 83.337708 85.94011) (xy 83.44011 85.837708) (xy 83.512518 85.712292) (xy 83.523787 85.670235) (xy 84.223434 86.369882) (xy 84.323731 86.216369) (xy 84.423587 85.988717) (xy 84.484612 85.747738) (xy 84.484614 85.747729) (xy 84.505141 85.500005) (xy 84.505141 85.499994) (xy 84.484614 85.25227) (xy 84.484612 85.252261) (xy 84.423587 85.011282) (xy 84.323731 84.78363) (xy 84.223434 84.630116) (xy 83.523787 85.329764) (xy 83.512518 85.287708) (xy 83.44011 85.162292) (xy 83.337708 85.05989) (xy 83.212292 84.987482) (xy 83.170235 84.976212) (xy 83.870057 84.27639) (xy 83.870056 84.276389) (xy 83.823229 84.239943) (xy 83.604614 84.121635) (xy 83.604603 84.12163) (xy 83.369493 84.040916) (xy 83.124293 84) (xy 82.875707 84) (xy 82.630506 84.040916) (xy 82.395396 84.12163) (xy 82.39539 84.121632) (xy 82.176761 84.239949) (xy 82.129942 84.276388) (xy 82.129942 84.27639) (xy 82.829765 84.976212) (xy 82.787708 84.987482) (xy 82.662292 85.05989) (xy 82.55989 85.162292) (xy 82.487482 85.287708) (xy 82.476212 85.329764) (xy 81.776564 84.630116) (xy 81.676267 84.783632) (xy 81.576412 85.011282) (xy 81.515387 85.252261) (xy 81.515385 85.25227) (xy 81.494859 85.499994) (xy 80.5005 85.499994) (xy 80.5005 78.999994) (xy 81.494859 78.999994) (xy 81.494859 79.000005) (xy 81.515385 79.247729) (xy 81.515387 79.247738) (xy 81.576412 79.488717) (xy 81.676266 79.716364) (xy 81.776564 79.869882) (xy 82.476212 79.170234) (xy 82.487482 79.212292) (xy 82.55989 79.337708) (xy 82.662292 79.44011) (xy 82.787708 79.512518) (xy 82.829765 79.523787) (xy 82.129942 80.223609) (xy 82.176768 80.260055) (xy 82.17677 80.260056) (xy 82.395385 80.378364) (xy 82.395396 80.378369) (xy 82.630506 80.459083) (xy 82.875707 80.5) (xy 83.124293 80.5) (xy 83.369493 80.459083) (xy 83.604603 80.378369) (xy 83.604614 80.378364) (xy 83.823228 80.260057) (xy 83.823231 80.260055) (xy 83.870056 80.223609) (xy 83.170234 79.523787) (xy 83.212292 79.512518) (xy 83.337708 79.44011) (xy 83.44011 79.337708) (xy 83.512518 79.212292) (xy 83.523787 79.170235) (xy 84.223434 79.869882) (xy 84.323731 79.716369) (xy 84.423587 79.488717) (xy 84.484612 79.247738) (xy 84.484614 79.247729) (xy 84.505141 79.000005) (xy 84.505141 78.999994) (xy 85.994357 78.999994) (xy 85.994357 79.000005) (xy 86.01489 79.247812) (xy 86.014892 79.247824) (xy 86.075936 79.488881) (xy 86.175826 79.716606) (xy 86.311833 79.924782) (xy 86.311836 79.924785) (xy 86.480256 80.107738) (xy 86.676491 80.260474) (xy 86.676494 80.260476) (xy 86.676496 80.260477) (xy 86.742609 80.296255) (xy 86.834517 80.345993) (xy 86.884108 80.395212) (xy 86.8995 80.455048) (xy 86.8995 84.044951) (xy 86.879815 84.11199) (xy 86.834518 84.154006) (xy 86.676493 84.239524) (xy 86.480257 84.392261) (xy 86.311833 84.575217) (xy 86.175826 84.783393) (xy 86.075936 85.011118) (xy 86.014892 85.252175) (xy 86.01489 85.252187) (xy 85.994357 85.499994) (xy 85.994357 85.500005) (xy 86.01489 85.747812) (xy 86.014892 85.747824) (xy 86.075936 85.988881) (xy 86.175826 86.216606) (xy 86.311833 86.424782) (xy 86.311836 86.424785) (xy 86.480256 86.607738) (xy 86.676491 86.760474) (xy 86.676494 86.760476) (xy 86.676496 86.760477) (xy 86.728474 86.788606) (xy 86.834517 86.845993) (xy 86.884108 86.895212) (xy 86.8995 86.955048) (xy 86.8995 92.77663) (xy 86.899499 92.776648) (xy 86.899499 92.942354) (xy 86.899498 92.942354) (xy 86.899499 92.942357) (xy 86.939599 93.092011) (xy 86.941377 93.098644) (xy 86.939714 93.168494) (xy 86.900552 93.226357) (xy 86.895924 93.229995) (xy 86.792454 93.307454) (xy 86.792453 93.307455) (xy 86.792452 93.307456) (xy 86.706206 93.422664) (xy 86.706202 93.422671) (xy 86.655908 93.557517) (xy 86.649501 93.617116) (xy 86.649501 93.617123) (xy 86.6495 93.617135) (xy 86.6495 95.41287) (xy 86.649501 95.412876) (xy 86.655908 95.472483) (xy 86.706202 95.607328) (xy 86.706206 95.607335) (xy 86.792452 95.722544) (xy 86.792455 95.722547) (xy 86.907664 95.808793) (xy 86.907671 95.808797) (xy 87.039081 95.85781) (xy 87.095015 95.899681) (xy 87.119432 95.965145) (xy 87.10458 96.033418) (xy 87.08343 96.061673) (xy 86.961503 96.1836) (xy 86.825965 96.377169) (xy 86.825964 96.377171) (xy 86.726098 96.591335) (xy 86.726094 96.591344) (xy 86.664938 96.819586) (xy 86.664936 96.819596) (xy 86.644341 97.054999) (xy 86.644341 97.055) (xy 86.664936 97.290403) (xy 86.664938 97.290413) (xy 86.726094 97.518655) (xy 86.726096 97.518659) (xy 86.726097 97.518663) (xy 86.800506 97.678233) (xy 86.825965 97.73283) (xy 86.825967 97.732834) (xy 86.961501 97.926395) (xy 86.961506 97.926402) (xy 87.128597 98.093493) (xy 87.128603 98.093498) (xy 87.314158 98.223425) (xy 87.357783 98.278002) (xy 87.364977 98.3475) (xy 87.333454 98.409855) (xy 87.314158 98.426575) (xy 87.128597 98.556505) (xy 86.961505 98.723597) (xy 86.825965 98.917169) (xy 86.825964 98.917171) (xy 86.726098 99.131335) (xy 86.726094 99.131344) (xy 86.664938 99.359586) (xy 86.664936 99.359596) (xy 86.644341 99.594995) (xy 86.644341 99.595) (xy 86.664936 99.830403) (xy 86.664938 99.830413) (xy 86.726094 100.058655) (xy 86.726096 100.058659) (xy 86.726097 100.058663) (xy 86.797317 100.211394) (xy 86.825965 100.27283) (xy 86.825967 100.272834) (xy 86.961501 100.466395) (xy 86.961506 100.466402) (xy 87.128597 100.633493) (xy 87.128603 100.633498) (xy 87.314158 100.763425) (xy 87.357783 100.818002) (xy 87.364977 100.8875) (xy 87.333454 100.949855) (xy 87.314158 100.966575) (xy 87.128597 101.096505) (xy 86.961505 101.263597) (xy 86.825965 101.457169) (xy 86.825964 101.457171) (xy 86.726098 101.671335) (xy 86.726094 101.671344) (xy 86.664938 101.899586) (xy 86.664936 101.899596) (xy 86.644341 102.134999) (xy 86.644341 102.135) (xy 86.664936 102.370403) (xy 86.664938 102.370413) (xy 86.726094 102.598655) (xy 86.726096 102.598659) (xy 86.726097 102.598663) (xy 86.789906 102.735501) (xy 86.825965 102.81283) (xy 86.825967 102.812834) (xy 86.918392 102.94483) (xy 86.951201 102.991686) (xy 86.961501 103.006395) (xy 86.961506 103.006402) (xy 87.128597 103.173493) (xy 87.128603 103.173498) (xy 87.314158 103.303425) (xy 87.357783 103.358002) (xy 87.364977 103.4275) (xy 87.333454 103.489855) (xy 87.314158 103.506575) (xy 87.128597 103.636505) (xy 86.961505 103.803597) (xy 86.825965 103.997169) (xy 86.825964 103.997171) (xy 86.726098 104.211335) (xy 86.726094 104.211344) (xy 86.664938 104.439586) (xy 86.664936 104.439596) (xy 86.644341 104.674999) (xy 86.644341 104.675) (xy 86.664936 104.910403) (xy 86.664938 104.910413) (xy 86.726094 105.138655) (xy 86.726096 105.138659) (xy 86.726097 105.138663) (xy 86.795519 105.287539) (xy 86.825965 105.35283) (xy 86.825967 105.352834) (xy 86.961501 105.546395) (xy 86.961506 105.546402) (xy 87.128597 105.713493) (xy 87.128603 105.713498) (xy 87.314158 105.843425) (xy 87.357783 105.898002) (xy 87.364977 105.9675) (xy 87.333454 106.029855) (xy 87.314158 106.046575) (xy 87.128597 106.176505) (xy 86.961505 106.343597) (xy 86.825965 106.537169) (xy 86.825964 106.537171) (xy 86.726098 106.751335) (xy 86.726094 106.751344) (xy 86.664938 106.979586) (xy 86.664936 106.979596) (xy 86.644341 107.214999) (xy 86.644341 107.215) (xy 86.664936 107.450403) (xy 86.664938 107.450413) (xy 86.726094 107.678655) (xy 86.726096 107.678659) (xy 86.726097 107.678663) (xy 86.753933 107.738357) (xy 86.825965 107.89283) (xy 86.825967 107.892834) (xy 86.961501 108.086395) (xy 86.961506 108.086402) (xy 87.128597 108.253493) (xy 87.128603 108.253498) (xy 87.314158 108.383425) (xy 87.357783 108.438002) (xy 87.364977 108.5075) (xy 87.333454 108.569855) (xy 87.314158 108.586575) (xy 87.128597 108.716505) (xy 86.961505 108.883597) (xy 86.825965 109.077169) (xy 86.825964 109.077171) (xy 86.726098 109.291335) (xy 86.726094 109.291344) (xy 86.664938 109.519586) (xy 86.664936 109.519596) (xy 86.644341 109.754999) (xy 86.644341 109.755) (xy 86.664936 109.990403) (xy 86.664938 109.990413) (xy 86.726094 110.218655) (xy 86.726096 110.218659) (xy 86.726097 110.218663) (xy 86.820611 110.421349) (xy 86.825965 110.43283) (xy 86.825967 110.432834) (xy 86.961501 110.626395) (xy 86.961506 110.626402) (xy 87.128597 110.793493) (xy 87.128603 110.793498) (xy 87.314158 110.923425) (xy 87.357783 110.978002) (xy 87.364977 111.0475) (xy 87.333454 111.109855) (xy 87.314158 111.126575) (xy 87.128597 111.256505) (xy 86.961505 111.423597) (xy 86.825965 111.617169) (xy 86.825964 111.617171) (xy 86.726098 111.831335) (xy 86.726094 111.831344) (xy 86.664938 112.059586) (xy 86.664936 112.059596) (xy 86.644341 112.294999) (xy 86.644341 112.295) (xy 86.664936 112.530403) (xy 86.664938 112.530413) (xy 86.726094 112.758655) (xy 86.726096 112.758659) (xy 86.726097 112.758663) (xy 86.820733 112.96161) (xy 86.825965 112.97283) (xy 86.825967 112.972834) (xy 86.905754 113.08678) (xy 86.961505 113.166401) (xy 87.128599 113.333495) (xy 87.212558 113.392284) (xy 87.322165 113.469032) (xy 87.322167 113.469033) (xy 87.32217 113.469035) (xy 87.536337 113.568903) (xy 87.764592 113.630063) (xy 87.952918 113.646539) (xy 87.999999 113.650659) (xy 88 113.650659) (xy 88.000001 113.650659) (xy 88.039234 113.647226) (xy 88.235408 113.630063) (xy 88.463663 113.568903) (xy 88.67783 113.469035) (xy 88.871401 113.333495) (xy 89.038495 113.166401) (xy 89.174035 112.97283) (xy 89.273903 112.758663) (xy 89.335063 112.530408) (xy 89.355659 112.295) (xy 89.335063 112.059592) (xy 89.273903 111.831337) (xy 89.174035 111.617171) (xy 89.160885 111.59839) (xy 89.038494 111.423597) (xy 88.871402 111.256506) (xy 88.871396 111.256501) (xy 88.685842 111.126575) (xy 88.642217 111.071998) (xy 88.635023 111.0025) (xy 88.666546 110.940145) (xy 88.685842 110.923425) (xy 88.787437 110.852287) (xy 88.871401 110.793495) (xy 89.038495 110.626401) (xy 89.174035 110.43283) (xy 89.273903 110.218663) (xy 89.335063 109.990408) (xy 89.355659 109.755) (xy 89.335063 109.519592) (xy 89.273903 109.291337) (xy 89.174035 109.077171) (xy 89.165793 109.065399) (xy 89.038494 108.883597) (xy 88.871402 108.716506) (xy 88.871396 108.716501) (xy 88.685842 108.586575) (xy 88.642217 108.531998) (xy 88.635023 108.4625) (xy 88.666546 108.400145) (xy 88.685842 108.383425) (xy 88.787437 108.312287) (xy 88.871401 108.253495) (xy 89.038495 108.086401) (xy 89.174035 107.89283) (xy 89.273903 107.678663) (xy 89.335063 107.450408) (xy 89.355659 107.215) (xy 89.335063 106.979592) (xy 89.273903 106.751337) (xy 89.174035 106.537171) (xy 89.165814 106.525429) (xy 89.038494 106.343597) (xy 88.871402 106.176506) (xy 88.871396 106.176501) (xy 88.685842 106.046575) (xy 88.642217 105.991998) (xy 88.635023 105.9225) (xy 88.666546 105.860145) (xy 88.685842 105.843425) (xy 88.719989 105.819515) (xy 88.871401 105.713495) (xy 89.038495 105.546401) (xy 89.174035 105.35283) (xy 89.273903 105.138663) (xy 89.335063 104.910408) (xy 89.355659 104.675) (xy 89.335063 104.439592) (xy 89.273903 104.211337) (xy 89.174035 103.997171) (xy 89.174034 103.997169) (xy 89.038494 103.803597) (xy 88.871402 103.636506) (xy 88.871396 103.636501) (xy 88.685842 103.506575) (xy 88.642217 103.451998) (xy 88.635023 103.3825) (xy 88.666546 103.320145) (xy 88.685842 103.303425) (xy 88.787437 103.232287) (xy 88.871401 103.173495) (xy 89.038495 103.006401) (xy 89.174035 102.81283) (xy 89.182707 102.794233) (xy 89.228879 102.741793) (xy 89.26299 102.726863) (xy 89.383485 102.694577) (xy 89.448298 102.657157) (xy 89.520416 102.61552) (xy 89.63222 102.503716) (xy 89.63222 102.503714) (xy 89.642424 102.493511) (xy 89.642427 102.493506) (xy 90.717517 101.418419) (xy 90.77884 101.384934) (xy 90.805198 101.3821) (xy 91.288543 101.3821) (xy 91.446657 101.3821) (xy 92.014044 101.3821) (xy 92.081083 101.401785) (xy 92.126838 101.454589) (xy 92.136782 101.523747) (xy 92.124529 101.562395) (xy 92.094781 101.620776) (xy 92.031522 101.815465) (xy 91.9995 102.017648) (xy 91.9995 102.222351) (xy 92.031522 102.424534) (xy 92.094781 102.619223) (xy 92.149626 102.72686) (xy 92.183954 102.794233) (xy 92.187715 102.801613) (xy 92.308028 102.967213) (xy 92.452786 103.111971) (xy 92.607749 103.224556) (xy 92.61839 103.232287) (xy 92.70984 103.278883) (xy 92.71108 103.279515) (xy 92.761876 103.32749) (xy 92.778671 103.395311) (xy 92.756134 103.461446) (xy 92.71108 103.500485) (xy 92.618386 103.547715) (xy 92.452786 103.668028) (xy 92.308028 103.812786) (xy 92.187715 103.978386) (xy 92.094781 104.160776) (xy 92.031522 104.355465) (xy 91.9995 104.557648) (xy 91.9995 104.762351) (xy 92.031522 104.964534) (xy 92.094781 105.159223) (xy 92.187715 105.341613) (xy 92.308028 105.507213) (xy 92.452786 105.651971) (xy 92.607749 105.764556) (xy 92.61839 105.772287) (xy 92.70984 105.818883) (xy 92.71108 105.819515) (xy 92.761876 105.86749) (xy 92.778671 105.935311) (xy 92.756134 106.001446) (xy 92.71108 106.040485) (xy 92.618386 106.087715) (xy 92.452786 106.208028) (xy 92.308028 106.352786) (xy 92.187715 106.518386) (xy 92.094781 106.700776) (xy 92.031522 106.895465) (xy 91.9995 107.097648) (xy 91.9995 107.302351) (xy 92.031522 107.504534) (xy 92.094781 107.699223) (xy 92.187715 107.881613) (xy 92.308028 108.047213) (xy 92.452786 108.191971) (xy 92.607749 108.304556) (xy 92.61839 108.312287) (xy 92.70984 108.358883) (xy 92.71108 108.359515) (xy 92.761876 108.40749) (xy 92.778671 108.475311) (xy 92.756134 108.541446) (xy 92.71108 108.580485) (xy 92.618386 108.627715) (xy 92.452786 108.748028) (xy 92.308028 108.892786) (xy 92.187715 109.058386) (xy 92.094781 109.240776) (xy 92.031522 109.435465) (xy 91.9995 109.637648) (xy 91.9995 109.842351) (xy 92.031522 110.044534) (xy 92.094781 110.239223) (xy 92.187715 110.421613) (xy 92.308028 110.587213) (xy 92.452786 110.731971) (xy 92.607749 110.844556) (xy 92.61839 110.852287) (xy 92.70984 110.898883) (xy 92.71108 110.899515) (xy 92.761876 110.94749) (xy 92.778671 111.015311) (xy 92.756134 111.081446) (xy 92.71108 111.120485) (xy 92.618386 111.167715) (xy 92.452786 111.288028) (xy 92.308028 111.432786) (xy 92.187715 111.598386) (xy 92.094781 111.780776) (xy 92.031522 111.975465) (xy 91.9995 112.177648) (xy 91.9995 112.382351) (xy 92.031522 112.584534) (xy 92.094781 112.779223) (xy 92.187715 112.961613) (xy 92.308028 113.127213) (xy 92.452786 113.271971) (xy 92.589707 113.371448) (xy 92.61839 113.392287) (xy 92.732284 113.450319) (xy 92.800776 113.485218) (xy 92.800778 113.485218) (xy 92.800781 113.48522) (xy 92.85894 113.504117) (xy 92.995465 113.548477) (xy 93.096557 113.564488) (xy 93.197648 113.5805) (xy 93.197649 113.5805) (xy 93.802351 113.5805) (xy 93.802352 113.5805) (xy 94.004534 113.548477) (xy 94.199219 113.48522) (xy 94.38161 113.392287) (xy 94.47459 113.324732) (xy 94.547213 113.271971) (xy 94.547215 113.271968) (xy 94.547219 113.271966) (xy 94.691966 113.127219) (xy 94.691968 113.127215) (xy 94.691971 113.127213) (xy 94.797039 112.982597) (xy 94.812287 112.96161) (xy 94.90522 112.779219) (xy 94.968477 112.584534) (xy 95.0005 112.382352) (xy 95.0005 112.177648) (xy 94.981802 112.059596) (xy 94.968477 111.975465) (xy 94.921649 111.831344) (xy 94.90522 111.780781) (xy 94.905218 111.780778) (xy 94.905218 111.780776) (xy 94.847129 111.666771) (xy 94.812287 111.59839) (xy 94.804556 111.587749) (xy 94.691971 111.432786) (xy 94.547213 111.288028) (xy 94.381614 111.167715) (xy 94.375006 111.164348) (xy 94.288917 111.120483) (xy 94.238123 111.072511) (xy 94.221328 111.00469) (xy 94.243865 110.938555) (xy 94.288917 110.899516) (xy 94.38161 110.852287) (xy 94.463068 110.793105) (xy 94.547213 110.731971) (xy 94.547215 110.731968) (xy 94.547219 110.731966) (xy 94.691966 110.587219) (xy 94.691968 110.587215) (xy 94.691971 110.587213) (xy 94.804318 110.432578) (xy 94.812287 110.42161) (xy 94.90522 110.239219) (xy 94.968477 110.044534) (xy 95.0005 109.842352) (xy 95.0005 109.637648) (xy 94.988596 109.562489) (xy 94.968477 109.435465) (xy 94.921649 109.291344) (xy 94.90522 109.240781) (xy 94.905218 109.240778) (xy 94.905218 109.240776) (xy 94.871503 109.174607) (xy 94.812287 109.05839) (xy 94.753833 108.977934) (xy 94.691971 108.892786) (xy 94.664991 108.865806) (xy 94.631506 108.804483) (xy 94.63649 108.734791) (xy 94.664991 108.690444) (xy 95.308222 108.047213) (xy 96.08652 107.268916) (xy 96.165577 107.131984) (xy 96.206501 106.979257) (xy 96.206501 106.821142) (xy 96.206501 106.813547) (xy 96.2065 106.813529) (xy 96.2065 72.040343) (xy 96.199378 72.013765) (xy 96.178778 71.936884) (xy 96.165577 71.887616) (xy 96.165576 71.887613) (xy 96.086524 71.75069) (xy 96.086521 71.750686) (xy 96.08652 71.750684) (xy 95.974716 71.63888) (xy 95.974715 71.638879) (xy 95.970385 71.634549) (xy 95.970374 71.634539) (xy 94.645191 70.309356) (xy 94.611706 70.248033) (xy 94.61669 70.178341) (xy 94.645191 70.133994) (xy 94.660462 70.118723) (xy 94.691966 70.087219) (xy 94.691968 70.087215) (xy 94.691971 70.087213) (xy 94.770034 69.979767) (xy 94.812287 69.92161) (xy 94.90522 69.739219) (xy 94.968477 69.544534) (xy 95.0005 69.342352) (xy 95.0005 69.137648) (xy 94.986144 69.047007) (xy 94.968477 68.935465) (xy 94.905218 68.740776) (xy 94.871503 68.674607) (xy 94.812287 68.55839) (xy 94.750321 68.4731) (xy 94.691971 68.392786) (xy 94.547213 68.248028) (xy 94.381614 68.127715) (xy 94.321334 68.097001) (xy 94.288917 68.080483) (xy 94.238123 68.032511) (xy 94.221328 67.96469) (xy 94.243865 67.898555) (xy 94.288917 67.859516) (xy 94.38161 67.812287) (xy 94.474686 67.744664) (xy 94.547213 67.691971) (xy 94.547215 67.691968) (xy 94.547219 67.691966) (xy 94.691966 67.547219) (xy 94.691968 67.547215) (xy 94.691971 67.547213) (xy 94.754605 67.461003) (xy 94.812287 67.38161) (xy 94.90522 67.199219) (xy 94.968477 67.004534) (xy 95.0005 66.802352) (xy 95.0005 66.597648) (xy 94.9926 66.547769) (xy 94.968477 66.395465) (xy 94.935022 66.292502) (xy 94.90522 66.200781) (xy 94.905218 66.200778) (xy 94.905218 66.200776) (xy 94.846557 66.085649) (xy 94.812287 66.01839) (xy 94.783957 65.979397) (xy 94.691971 65.852786) (xy 94.547213 65.708028) (xy 94.381614 65.587715) (xy 94.373271 65.583464) (xy 94.288917 65.540483) (xy 94.238123 65.492511) (xy 94.221328 65.42469) (xy 94.243865 65.358555) (xy 94.288917 65.319516) (xy 94.38161 65.272287) (xy 94.441599 65.228703) (xy 94.547213 65.151971) (xy 94.547215 65.151968) (xy 94.547219 65.151966) (xy 94.691966 65.007219) (xy 94.691968 65.007215) (xy 94.691971 65.007213) (xy 94.771833 64.89729) (xy 94.812287 64.84161) (xy 94.90522 64.659219) (xy 94.968477 64.464534) (xy 95.0005 64.262352) (xy 95.0005 64.057648) (xy 94.9989 64.047545) (xy 94.968477 63.855465) (xy 94.905218 63.660776) (xy 94.870818 63.593264) (xy 94.812287 63.47839) (xy 94.804556 63.467749) (xy 94.691971 63.312786) (xy 94.547213 63.168028) (xy 94.381614 63.047715) (xy 94.375006 63.044348) (xy 94.288917 63.000483) (xy 94.238123 62.952511) (xy 94.221328 62.88469) (xy 94.243865 62.818555) (xy 94.288917 62.779516) (xy 94.38161 62.732287) (xy 94.405474 62.714949) (xy 94.547213 62.611971) (xy 94.547215 62.611968) (xy 94.547219 62.611966) (xy 94.691966 62.467219) (xy 94.691968 62.467215) (xy 94.691971 62.467213) (xy 94.770429 62.359223) (xy 94.812287 62.30161) (xy 94.90522 62.119219) (xy 94.968477 61.924534) (xy 95.0005 61.722352) (xy 95.0005 61.517648) (xy 94.97031 61.327041) (xy 94.968477 61.315465) (xy 94.932358 61.204303) (xy 94.90522 61.120781) (xy 94.905218 61.120778) (xy 94.905218 61.120776) (xy 94.860135 61.032297) (xy 94.812287 60.93839) (xy 94.78222 60.897006) (xy 94.691971 60.772786) (xy 94.547213 60.628028) (xy 94.381614 60.507715) (xy 94.354269 60.493782) (xy 94.288917 60.460483) (xy 94.238123 60.412511) (xy 94.221328 60.34469) (xy 94.243865 60.278555) (xy 94.288917 60.239516) (xy 94.38161 60.192287) (xy 94.40277 60.176913) (xy 94.547213 60.071971) (xy 94.547215 60.071968) (xy 94.547219 60.071966) (xy 94.691966 59.927219) (xy 94.691968 59.927215) (xy 94.691971 59.927213) (xy 94.792674 59.788605) (xy 94.812287 59.76161) (xy 94.90522 59.579219) (xy 94.968477 59.384534) (xy 95.0005 59.182352) (xy 95.0005 58.977648) (xy 94.968477 58.775466) (xy 94.968476 58.775464) (xy 94.919888 58.625925) (xy 94.90522 58.580781) (xy 94.905218 58.580778) (xy 94.905218 58.580776) (xy 94.847249 58.467007) (xy 94.812287 58.39839) (xy 94.804556 58.387749) (xy 94.691971 58.232786) (xy 94.547213 58.088028) (xy 94.381614 57.967715) (xy 94.375006 57.964348) (xy 94.288917 57.920483) (xy 94.238123 57.872511) (xy 94.221328 57.80469) (xy 94.243865 57.738555) (xy 94.288917 57.699516) (xy 94.38161 57.652287) (xy 94.448094 57.603984) (xy 94.547213 57.531971) (xy 94.547215 57.531968) (xy 94.547219 57.531966) (xy 94.691966 57.387219) (xy 94.691968 57.387215) (xy 94.691971 57.387213) (xy 94.763384 57.28892) (xy 94.812287 57.22161) (xy 94.90522 57.039219) (xy 94.968477 56.844534) (xy 95.0005 56.642352) (xy 95.0005 56.490897) (xy 95.020185 56.423858) (xy 95.036819 56.403216) (xy 97.953316 53.486719) (xy 98.014639 53.453234) (xy 98.040997 53.4504) (xy 114.800478 53.4504) (xy 114.867517 53.470085) (xy 114.913272 53.522889) (xy 114.923216 53.592047) (xy 114.918409 53.612718) (xy 114.891523 53.695461) (xy 114.891523 53.695464) (xy 114.8595 53.897648) (xy 114.8595 54.102351) (xy 114.891522 54.304534) (xy 114.954781 54.499223) (xy 115.047715 54.681613) (xy 115.168028 54.847213) (xy 115.312786 54.991971) (xy 115.467749 55.104556) (xy 115.47839 55.112287) (xy 115.565177 55.156507) (xy 115.57108 55.159515) (xy 115.621876 55.20749) (xy 115.638671 55.275311) (xy 115.616134 55.341446) (xy 115.57108 55.380485) (xy 115.478386 55.427715) (xy 115.312786 55.548028) (xy 115.168028 55.692786) (xy 115.047715 55.858386) (xy 114.954781 56.040776) (xy 114.891522 56.235465) (xy 114.8595 56.437648) (xy 114.8595 56.642351) (xy 114.891522 56.844534) (xy 114.954781 57.039223) (xy 115.047715 57.221613) (xy 115.168028 57.387213) (xy 115.312786 57.531971) (xy 115.422051 57.611355) (xy 115.47839 57.652287) (xy 115.565177 57.696507) (xy 115.57108 57.699515) (xy 115.621876 57.74749) (xy 115.638671 57.815311) (xy 115.616134 57.881446) (xy 115.57108 57.920485) (xy 115.478386 57.967715) (xy 115.312786 58.088028) (xy 115.168028 58.232786) (xy 115.047715 58.398386) (xy 114.954781 58.580776) (xy 114.891522 58.775465) (xy 114.8595 58.977648) (xy 114.8595 59.182351) (xy 114.891522 59.384534) (xy 114.954781 59.579223) (xy 115.047715 59.761613) (xy 115.168028 59.927213) (xy 115.312786 60.071971) (xy 115.467749 60.184556) (xy 115.47839 60.192287) (xy 115.56984 60.238883) (xy 115.57108 60.239515) (xy 115.621876 60.28749) (xy 115.638671 60.355311) (xy 115.616134 60.421446) (xy 115.57108 60.460485) (xy 115.478386 60.507715) (xy 115.312786 60.628028) (xy 115.168028 60.772786) (xy 115.047715 60.938386) (xy 114.954781 61.120776) (xy 114.891522 61.315465) (xy 114.8595 61.517648) (xy 114.8595 61.722352) (xy 114.860129 61.726321) (xy 114.891522 61.924534) (xy 114.954781 62.119223) (xy 114.983811 62.176196) (xy 115.047712 62.301609) (xy 115.047715 62.301613) (xy 115.168028 62.467213) (xy 115.312786 62.611971) (xy 115.454526 62.714949) (xy 115.47839 62.732287) (xy 115.56984 62.778883) (xy 115.57108 62.779515) (xy 115.621876 62.82749) (xy 115.638671 62.895311) (xy 115.616134 62.961446) (xy 115.57108 63.000485) (xy 115.478386 63.047715) (xy 115.312786 63.168028) (xy 115.168028 63.312786) (xy 115.047715 63.478386) (xy 114.954781 63.660776) (xy 114.891522 63.855465) (xy 114.8611 64.047545) (xy 114.8595 64.057648) (xy 114.8595 64.262352) (xy 114.863878 64.289995) (xy 114.891522 64.464534) (xy 114.954781 64.659223) (xy 115.018691 64.784653) (xy 115.045084 64.836451) (xy 115.047715 64.841613) (xy 115.168028 65.007213) (xy 115.312786 65.151971) (xy 115.467749 65.264556) (xy 115.47839 65.272287) (xy 115.529328 65.298241) (xy 115.57108 65.319515) (xy 115.621876 65.36749) (xy 115.638671 65.435311) (xy 115.616134 65.501446) (xy 115.57108 65.540485) (xy 115.478386 65.587715) (xy 115.312786 65.708028) (xy 115.168028 65.852786) (xy 115.047715 66.018386) (xy 114.954781 66.200776) (xy 114.891522 66.395465) (xy 114.8595 66.597648) (xy 114.8595 66.802351) (xy 114.891522 67.004534) (xy 114.954781 67.199223) (xy 114.998637 67.285294) (xy 115.030993 67.348796) (xy 115.047715 67.381613) (xy 115.168028 67.547213) (xy 115.312786 67.691971) (xy 115.467749 67.804556) (xy 115.47839 67.812287) (xy 115.550424 67.84899) (xy 115.571629 67.859795) (xy 115.622425 67.90777) (xy 115.63922 67.975591) (xy 115.616682 68.041726) (xy 115.571629 68.080765) (xy 115.47865 68.12814) (xy 115.313105 68.248417) (xy 115.313104 68.248417) (xy 115.168417 68.393104) (xy 115.168417 68.393105) (xy 115.04814 68.55865) (xy 114.955244 68.74097) (xy 114.892009 68.935586) (xy 114.883391 68.99) (xy 115.926988 68.99) (xy 115.894075 69.047007) (xy 115.86 69.174174) (xy 115.86 69.305826) (xy 115.894075 69.432993) (xy 115.926988 69.49) (xy 114.883391 69.49) (xy 114.892009 69.544413) (xy 114.955244 69.739029) (xy 115.04814 69.921349) (xy 115.168417 70.086894) (xy 115.168417 70.086895) (xy 115.313104 70.231582) (xy 115.478652 70.351861) (xy 115.571628 70.399234) (xy 115.622425 70.447208) (xy 115.63922 70.515029) (xy 115.616683 70.581164) (xy 115.57163 70.620203) (xy 115.478388 70.667713) (xy 115.312786 70.788028) (xy 115.168028 70.932786) (xy 115.047715 71.098386) (xy 114.954781 71.280776) (xy 114.891522 71.475465) (xy 114.8595 71.677648) (xy 114.8595 71.882351) (xy 114.891522 72.084534) (xy 114.954781 72.279223) (xy 115.000085 72.368135) (xy 115.044741 72.455778) (xy 115.047715 72.461613) (xy 115.168028 72.627213) (xy 115.312786 72.771971) (xy 115.449707 72.871448) (xy 115.47839 72.892287) (xy 115.594607 72.951503) (xy 115.660776 72.985218) (xy 115.660778 72.985218) (xy 115.660781 72.98522) (xy 115.71894 73.004117) (xy 115.855465 73.048477) (xy 115.956557 73.064488) (xy 116.057648 73.0805) (xy 116.057649 73.0805) (xy 116.662351 73.0805) (xy 116.662352 73.0805) (xy 116.864534 73.048477) (xy 116.906981 73.034684) (xy 116.976822 73.03269) (xy 117.036655 73.06877) (xy 117.067484 73.13147) (xy 117.0693 73.152616) (xy 117.0693 73.912402) (xy 117.049615 73.979441) (xy 117.032981 74.000083) (xy 115.628622 75.404442) (xy 114.268286 76.764778) (xy 114.268284 76.76478) (xy 114.226862 76.806202) (xy 114.156479 76.876584) (xy 114.148253 76.890832) (xy 114.147318 76.892454) (xy 114.077423 77.013515) (xy 114.036499 77.166243) (xy 114.036499 77.166245) (xy 114.036499 77.334346) (xy 114.0365 77.334359) (xy 114.0365 104.70173) (xy 114.036499 104.701748) (xy 114.036499 104.867454) (xy 114.036498 104.867454) (xy 114.077423 105.020186) (xy 114.091007 105.043712) (xy 114.091008 105.043717) (xy 114.09101 105.043717) (xy 114.145822 105.138655) (xy 114.156479 105.157114) (xy 114.156481 105.157117) (xy 114.275349 105.275985) (xy 114.275355 105.27599) (xy 115.172409 106.173044) (xy 115.205894 106.234367) (xy 115.20091 106.304059) (xy 115.172409 106.348406) (xy 115.168032 106.352782) (xy 115.168028 106.352786) (xy 115.047715 106.518386) (xy 114.954781 106.700776) (xy 114.891522 106.895465) (xy 114.8595 107.097648) (xy 114.8595 107.302351) (xy 114.891522 107.504534) (xy 114.954781 107.699223) (xy 115.047715 107.881613) (xy 115.168028 108.047213) (xy 115.312786 108.191971) (xy 115.467749 108.304556) (xy 115.47839 108.312287) (xy 115.550424 108.34899) (xy 115.571629 108.359795) (xy 115.622425 108.40777) (xy 115.63922 108.475591) (xy 115.616682 108.541726) (xy 115.571629 108.580765) (xy 115.47865 108.62814) (xy 115.313105 108.748417) (xy 115.313104 108.748417) (xy 115.168417 108.893104) (xy 115.168417 108.893105) (xy 115.04814 109.05865) (xy 114.955244 109.24097) (xy 114.892009 109.435586) (xy 114.883391 109.49) (xy 115.926988 109.49) (xy 115.894075 109.547007) (xy 115.86 109.674174) (xy 115.86 109.805826) (xy 115.894075 109.932993) (xy 115.926988 109.99) (xy 114.883391 109.99) (xy 114.892009 110.044413) (xy 114.955244 110.239029) (xy 115.04814 110.421349) (xy 115.168417 110.586894) (xy 115.168417 110.586895) (xy 115.313104 110.731582) (xy 115.478652 110.851861) (xy 115.571628 110.899234) (xy 115.622425 110.947208) (xy 115.63922 111.015029) (xy 115.616683 111.081164) (xy 115.57163 111.120203) (xy 115.478388 111.167713) (xy 115.312786 111.288028) (xy 115.168028 111.432786) (xy 115.047715 111.598386) (xy 114.954781 111.780776) (xy 114.891522 111.975465) (xy 114.8595 112.177648) (xy 114.8595 112.382351) (xy 114.891522 112.584534) (xy 114.954781 112.779223) (xy 115.047715 112.961613) (xy 115.168028 113.127213) (xy 115.312786 113.271971) (xy 115.449707 113.371448) (xy 115.47839 113.392287) (xy 115.592284 113.450319) (xy 115.660776 113.485218) (xy 115.660778 113.485218) (xy 115.660781 113.48522) (xy 115.71894 113.504117) (xy 115.855465 113.548477) (xy 115.956557 113.564488) (xy 116.057648 113.5805) (xy 116.057649 113.5805) (xy 116.662351 113.5805) (xy 116.662352 113.5805) (xy 116.864534 113.548477) (xy 117.059219 113.48522) (xy 117.24161 113.392287) (xy 117.33459 113.324732) (xy 117.407213 113.271971) (xy 117.407215 113.271968) (xy 117.407219 113.271966) (xy 117.551966 113.127219) (xy 117.551968 113.127215) (xy 117.551971 113.127213) (xy 117.657039 112.982597) (xy 117.672287 112.96161) (xy 117.76522 112.779219) (xy 117.828477 112.584534) (xy 117.8605 112.382352) (xy 117.8605 112.177648) (xy 117.841802 112.059596) (xy 117.828477 111.975465) (xy 117.781649 111.831344) (xy 117.76522 111.780781) (xy 117.765218 111.780778) (xy 117.765218 111.780776) (xy 117.707129 111.666771) (xy 117.672287 111.59839) (xy 117.664556 111.587749) (xy 117.551971 111.432786) (xy 117.407213 111.288028) (xy 117.241611 111.167713) (xy 117.148369 111.120203) (xy 117.097574 111.072229) (xy 117.080779 111.004407) (xy 117.103317 110.938273) (xy 117.148371 110.899234) (xy 117.241347 110.851861) (xy 117.406894 110.731582) (xy 117.406895 110.731582) (xy 117.551582 110.586895) (xy 117.551582 110.586894) (xy 117.671859 110.421349) (xy 117.764755 110.239029) (xy 117.82799 110.044413) (xy 117.836609 109.99) (xy 116.793012 109.99) (xy 116.825925 109.932993) (xy 116.86 109.805826) (xy 116.86 109.674174) (xy 116.825925 109.547007) (xy 116.793012 109.49) (xy 117.836609 109.49) (xy 117.82799 109.435586) (xy 117.764755 109.24097) (xy 117.671859 109.05865) (xy 117.551582 108.893105) (xy 117.551582 108.893104) (xy 117.406895 108.748417) (xy 117.241349 108.62814) (xy 117.14837 108.580765) (xy 117.097574 108.53279) (xy 117.080779 108.464969) (xy 117.103316 108.398835) (xy 117.14837 108.359795) (xy 117.14892 108.359515) (xy 117.24161 108.312287) (xy 117.322534 108.253493) (xy 117.407213 108.191971) (xy 117.407215 108.191968) (xy 117.407219 108.191966) (xy 117.551966 108.047219) (xy 117.551968 108.047215) (xy 117.551971 108.047213) (xy 117.664135 107.89283) (xy 117.672287 107.88161) (xy 117.76522 107.699219) (xy 117.828477 107.504534) (xy 117.8605 107.302352) (xy 117.8605 107.097648) (xy 117.841802 106.979596) (xy 117.828477 106.895465) (xy 117.781649 106.751344) (xy 117.76522 106.700781) (xy 117.765218 106.700778) (xy 117.765218 106.700776) (xy 117.681855 106.537169) (xy 117.672287 106.51839) (xy 117.636934 106.46973) (xy 117.551971 106.352786) (xy 117.407213 106.208028) (xy 117.241614 106.087715) (xy 117.235006 106.084348) (xy 117.148917 106.040483) (xy 117.098123 105.992511) (xy 117.081328 105.92469) (xy 117.103865 105.858555) (xy 117.148917 105.819516) (xy 117.24161 105.772287) (xy 117.322534 105.713493) (xy 117.407213 105.651971) (xy 117.407215 105.651968) (xy 117.407219 105.651966) (xy 117.551966 105.507219) (xy 117.551968 105.507215) (xy 117.551971 105.507213) (xy 117.664135 105.35283) (xy 117.672287 105.34161) (xy 117.76522 105.159219) (xy 117.828477 104.964534) (xy 117.8605 104.762352) (xy 117.8605 104.557648) (xy 117.849604 104.488856) (xy 117.828477 104.355465) (xy 117.781649 104.211344) (xy 117.76522 104.160781) (xy 117.765218 104.160778) (xy 117.765218 104.160776) (xy 117.725659 104.083138) (xy 117.672287 103.97839) (xy 117.6495 103.947026) (xy 117.551971 103.812786) (xy 117.407213 103.668028) (xy 117.241614 103.547715) (xy 117.235006 103.544348) (xy 117.148917 103.500483) (xy 117.098123 103.452511) (xy 117.081328 103.38469) (xy 117.103865 103.318555) (xy 117.148917 103.279516) (xy 117.24161 103.232287) (xy 117.322534 103.173493) (xy 117.407213 103.111971) (xy 117.407215 103.111968) (xy 117.407219 103.111966) (xy 117.551966 102.967219) (xy 117.551968 102.967215) (xy 117.551971 102.967213) (xy 117.664132 102.812834) (xy 117.672287 102.80161) (xy 117.76522 102.619219) (xy 117.828477 102.424534) (xy 117.8605 102.222352) (xy 117.8605 102.017648) (xy 117.841802 101.899596) (xy 117.828477 101.815465) (xy 117.781649 101.671344) (xy 117.76522 101.620781) (xy 117.765218 101.620778) (xy 117.765218 101.620776) (xy 117.672287 101.43839) (xy 117.589298 101.324164) (xy 117.565819 101.258357) (xy 117.581645 101.190303) (xy 117.601932 101.163602) (xy 118.227119 100.538416) (xy 118.288442 100.504931) (xy 118.358134 100.509915) (xy 118.402481 100.538416) (xy 120.363439 102.499374) (xy 120.363449 102.499385) (xy 120.367779 102.503715) (xy 120.36778 102.503716) (xy 120.479584 102.61552) (xy 120.551702 102.657157) (xy 120.602816 102.686668) (xy 120.616511 102.694575) (xy 120.616515 102.694577) (xy 120.737005 102.726862) (xy 120.796662 102.763224) (xy 120.81729 102.794228) (xy 120.825963 102.812828) (xy 120.825965 102.812831) (xy 120.918392 102.94483) (xy 120.951201 102.991686) (xy 120.961501 103.006395) (xy 120.961506 103.006402) (xy 121.128597 103.173493) (xy 121.128603 103.173498) (xy 121.314158 103.303425) (xy 121.357783 103.358002) (xy 121.364977 103.4275) (xy 121.333454 103.489855) (xy 121.314158 103.506575) (xy 121.128597 103.636505) (xy 120.961505 103.803597) (xy 120.825965 103.997169) (xy 120.825964 103.997171) (xy 120.726098 104.211335) (xy 120.726094 104.211344) (xy 120.664938 104.439586) (xy 120.664936 104.439596) (xy 120.644341 104.674999) (xy 120.644341 104.675) (xy 120.664936 104.910403) (xy 120.664938 104.910413) (xy 120.726094 105.138655) (xy 120.726096 105.138659) (xy 120.726097 105.138663) (xy 120.795519 105.287539) (xy 120.825965 105.35283) (xy 120.825967 105.352834) (xy 120.961501 105.546395) (xy 120.961506 105.546402) (xy 121.128597 105.713493) (xy 121.128603 105.713498) (xy 121.314158 105.843425) (xy 121.357783 105.898002) (xy 121.364977 105.9675) (xy 121.333454 106.029855) (xy 121.314158 106.046575) (xy 121.128597 106.176505) (xy 120.961505 106.343597) (xy 120.825965 106.537169) (xy 120.825964 106.537171) (xy 120.726098 106.751335) (xy 120.726094 106.751344) (xy 120.664938 106.979586) (xy 120.664936 106.979596) (xy 120.644341 107.214999) (xy 120.644341 107.215) (xy 120.664936 107.450403) (xy 120.664938 107.450413) (xy 120.726094 107.678655) (xy 120.726096 107.678659) (xy 120.726097 107.678663) (xy 120.753933 107.738357) (xy 120.825965 107.89283) (xy 120.825967 107.892834) (xy 120.961501 108.086395) (xy 120.961506 108.086402) (xy 121.128597 108.253493) (xy 121.128603 108.253498) (xy 121.314594 108.38373) (xy 121.358219 108.438307) (xy 121.365413 108.507805) (xy 121.33389 108.57016) (xy 121.314595 108.58688) (xy 121.128922 108.71689) (xy 121.12892 108.716891) (xy 120.961891 108.88392) (xy 120.961886 108.883926) (xy 120.8264 109.07742) (xy 120.826399 109.077422) (xy 120.72657 109.291507) (xy 120.726567 109.291513) (xy 120.669364 109.504999) (xy 120.669364 109.505) (xy 121.566988 109.505) (xy 121.534075 109.562007) (xy 121.5 109.689174) (xy 121.5 109.820826) (xy 121.534075 109.947993) (xy 121.566988 110.005) (xy 120.669364 110.005) (xy 120.726567 110.218486) (xy 120.72657 110.218492) (xy 120.826399 110.432578) (xy 120.961894 110.626082) (xy 121.128917 110.793105) (xy 121.314595 110.923119) (xy 121.358219 110.977696) (xy 121.365412 111.047195) (xy 121.33389 111.109549) (xy 121.314595 111.126269) (xy 121.128594 111.256508) (xy 120.961505 111.423597) (xy 120.825965 111.617169) (xy 120.825964 111.617171) (xy 120.726098 111.831335) (xy 120.726094 111.831344) (xy 120.664938 112.059586) (xy 120.664936 112.059596) (xy 120.644341 112.294999) (xy 120.644341 112.295) (xy 120.664936 112.530403) (xy 120.664938 112.530413) (xy 120.726094 112.758655) (xy 120.726096 112.758659) (xy 120.726097 112.758663) (xy 120.820733 112.96161) (xy 120.825965 112.97283) (xy 120.825967 112.972834) (xy 120.905754 113.08678) (xy 120.961505 113.166401) (xy 121.128599 113.333495) (xy 121.212558 113.392284) (xy 121.322165 113.469032) (xy 121.322167 113.469033) (xy 121.32217 113.469035) (xy 121.536337 113.568903) (xy 121.764592 113.630063) (xy 121.952918 113.646539) (xy 121.999999 113.650659) (xy 122 113.650659) (xy 122.000001 113.650659) (xy 122.039234 113.647226) (xy 122.235408 113.630063) (xy 122.463663 113.568903) (xy 122.67783 113.469035) (xy 122.871401 113.333495) (xy 123.018502 113.186393) (xy 123.079822 113.152911) (xy 123.149513 113.157895) (xy 123.193861 113.186396) (xy 124.634339 114.626874) (xy 124.634349 114.626885) (xy 124.638679 114.631215) (xy 124.63868 114.631216) (xy 124.750484 114.74302) (xy 124.837295 114.793139) (xy 124.837297 114.793141) (xy 124.875351 114.815111) (xy 124.887415 114.822077) (xy 125.040143 114.863) (xy 153.392531 114.863) (xy 153.392547 114.863001) (xy 153.400143 114.863001) (xy 153.558254 114.863001) (xy 153.558257 114.863001) (xy 153.710985 114.822077) (xy 153.761104 114.793139) (xy 153.847916 114.74302) (xy 153.95972 114.631216) (xy 153.95972 114.631214) (xy 153.969928 114.621007) (xy 153.96993 114.621004) (xy 154.718506 113.872428) (xy 154.718511 113.872424) (xy 154.728714 113.86222) (xy 154.728716 113.86222) (xy 154.84052 113.750416) (xy 154.898114 113.650659) (xy 154.919577 113.613485) (xy 154.92648 113.587719) (xy 154.962844 113.52806) (xy 155.007936 113.501882) (xy 155.013744 113.499995) (xy 172.244592 113.499995) (xy 172.244592 113.500004) (xy 172.264196 113.76162) (xy 172.264197 113.761625) (xy 172.322576 114.017402) (xy 172.322578 114.017411) (xy 172.32258 114.017416) (xy 172.418432 114.261643) (xy 172.549614 114.488857) (xy 172.655 114.621007) (xy 172.713198 114.693985) (xy 172.820062 114.793139) (xy 172.905521 114.872433) (xy 173.122296 115.020228) (xy 173.122301 115.02023) (xy 173.122302 115.020231) (xy 173.122303 115.020232) (xy 173.247843 115.080688) (xy 173.358673 115.134061) (xy 173.358674 115.134061) (xy 173.358677 115.134063) (xy 173.609385 115.211396) (xy 173.868818 115.2505) (xy 174.131182 115.2505) (xy 174.390615 115.211396) (xy 174.641323 115.134063) (xy 174.877704 115.020228) (xy 175.094479 114.872433) (xy 175.286805 114.693981) (xy 175.450386 114.488857) (xy 175.581568 114.261643) (xy 175.67742 114.017416) (xy 175.735802 113.76163) (xy 175.735803 113.76162) (xy 175.755408 113.500004) (xy 175.755408 113.499995) (xy 175.735803 113.238379) (xy 175.735802 113.238374) (xy 175.735802 113.23837) (xy 175.67742 112.982584) (xy 175.581568 112.738357) (xy 175.450386 112.511143) (xy 175.286805 112.306019) (xy 175.286804 112.306018) (xy 175.286801 112.306014) (xy 175.094479 112.127567) (xy 174.994769 112.059586) (xy 174.877704 111.979772) (xy 174.8777 111.97977) (xy 174.877697 111.979768) (xy 174.877696 111.979767) (xy 174.641325 111.865938) (xy 174.641327 111.865938) (xy 174.390623 111.788606) (xy 174.390619 111.788605) (xy 174.390615 111.788604) (xy 174.265823 111.769794) (xy 174.131187 111.7495) (xy 174.131182 111.7495) (xy 173.868818 111.7495) (xy 173.868812 111.7495) (xy 173.707247 111.773853) (xy 173.609385 111.788604) (xy 173.609382 111.788605) (xy 173.609376 111.788606) (xy 173.358673 111.865938) (xy 173.122303 111.979767) (xy 173.122302 111.979768) (xy 172.90552 112.127567) (xy 172.713198 112.306014) (xy 172.549614 112.511143) (xy 172.418432 112.738356) (xy 172.322582 112.982578) (xy 172.322576 112.982597) (xy 172.264197 113.238374) (xy 172.264196 113.238379) (xy 172.244592 113.499995) (xy 155.013744 113.499995) (xy 155.059219 113.48522) (xy 155.24161 113.392287) (xy 155.33459 113.324732) (xy 155.407213 113.271971) (xy 155.407215 113.271968) (xy 155.407219 113.271966) (xy 155.551966 113.127219) (xy 155.551968 113.127215) (xy 155.551971 113.127213) (xy 155.657039 112.982597) (xy 155.672287 112.96161) (xy 155.76522 112.779219) (xy 155.828477 112.584534) (xy 155.8605 112.382352) (xy 155.8605 112.177648) (xy 155.841802 112.059596) (xy 155.828477 111.975465) (xy 155.781649 111.831344) (xy 155.76522 111.780781) (xy 155.765218 111.780778) (xy 155.765218 111.780776) (xy 155.707129 111.666771) (xy 155.672287 111.59839) (xy 155.664556 111.587749) (xy 155.551971 111.432786) (xy 155.50519 111.386005) (xy 155.471705 111.324682) (xy 155.476689 111.25499) (xy 155.505186 111.210648) (xy 158.215838 108.499995) (xy 172.244592 108.499995) (xy 172.244592 108.500004) (xy 172.264196 108.76162) (xy 172.264197 108.761625) (xy 172.322576 109.017402) (xy 172.322578 109.017411) (xy 172.32258 109.017416) (xy 172.418432 109.261643) (xy 172.549614 109.488857) (xy 172.608334 109.562489) (xy 172.713198 109.693985) (xy 172.8731 109.842351) (xy 172.905521 109.872433) (xy 173.122296 110.020228) (xy 173.122301 110.02023) (xy 173.122302 110.020231) (xy 173.122303 110.020232) (xy 173.209051 110.062007) (xy 173.358673 110.134061) (xy 173.358674 110.134061) (xy 173.358677 110.134063) (xy 173.609385 110.211396) (xy 173.868818 110.2505) (xy 174.131182 110.2505) (xy 174.390615 110.211396) (xy 174.641323 110.134063) (xy 174.877704 110.020228) (xy 175.094479 109.872433) (xy 175.286805 109.693981) (xy 175.450386 109.488857) (xy 175.581568 109.261643) (xy 175.67742 109.017416) (xy 175.735802 108.76163) (xy 175.736821 108.748034) (xy 175.755408 108.500004) (xy 175.755408 108.499995) (xy 175.735803 108.238379) (xy 175.735802 108.238374) (xy 175.735802 108.23837) (xy 175.67742 107.982584) (xy 175.581568 107.738357) (xy 175.450386 107.511143) (xy 175.286805 107.306019) (xy 175.286804 107.306018) (xy 175.286801 107.306014) (xy 175.094479 107.127567) (xy 174.965678 107.039752) (xy 174.877704 106.979772) (xy 174.8777 106.97977) (xy 174.877697 106.979768) (xy 174.877696 106.979767) (xy 174.641325 106.865938) (xy 174.641327 106.865938) (xy 174.390623 106.788606) (xy 174.390619 106.788605) (xy 174.390615 106.788604) (xy 174.265823 106.769794) (xy 174.131187 106.7495) (xy 174.131182 106.7495) (xy 173.868818 106.7495) (xy 173.868812 106.7495) (xy 173.707247 106.773853) (xy 173.609385 106.788604) (xy 173.609382 106.788605) (xy 173.609376 106.788606) (xy 173.358673 106.865938) (xy 173.122303 106.979767) (xy 173.122302 106.979768) (xy 173.122296 106.979771) (xy 173.122296 106.979772) (xy 173.102615 106.99319) (xy 172.90552 107.127567) (xy 172.713198 107.306014) (xy 172.549614 107.511143) (xy 172.418432 107.738356) (xy 172.322582 107.982578) (xy 172.322576 107.982597) (xy 172.264197 108.238374) (xy 172.264196 108.238379) (xy 172.244592 108.499995) (xy 158.215838 108.499995) (xy 160.858506 105.857327) (xy 160.858511 105.857324) (xy 160.868714 105.84712) (xy 160.868716 105.84712) (xy 160.98052 105.735316) (xy 161.048379 105.61778) (xy 161.059577 105.598385) (xy 161.100501 105.445657) (xy 161.100501 105.287543) (xy 161.100501 105.279948) (xy 161.1005 105.27993) (xy 161.1005 103.499995) (xy 172.244592 103.499995) (xy 172.244592 103.500004) (xy 172.264196 103.76162) (xy 172.264197 103.761625) (xy 172.322576 104.017402) (xy 172.322578 104.017411) (xy 172.32258 104.017416) (xy 172.418432 104.261643) (xy 172.549614 104.488857) (xy 172.635014 104.595945) (xy 172.713198 104.693985) (xy 172.894753 104.862441) (xy 172.905521 104.872433) (xy 173.122296 105.020228) (xy 173.122301 105.02023) (xy 173.122302 105.020231) (xy 173.122303 105.020232) (xy 173.171069 105.043716) (xy 173.358673 105.134061) (xy 173.358674 105.134061) (xy 173.358677 105.134063) (xy 173.609385 105.211396) (xy 173.868818 105.2505) (xy 174.131182 105.2505) (xy 174.390615 105.211396) (xy 174.641323 105.134063) (xy 174.877704 105.020228) (xy 175.094479 104.872433) (xy 175.286805 104.693981) (xy 175.450386 104.488857) (xy 175.581568 104.261643) (xy 175.67742 104.017416) (xy 175.735802 103.76163) (xy 175.735803 103.76162) (xy 175.755408 103.500004) (xy 175.755408 103.499995) (xy 175.735803 103.238379) (xy 175.735802 103.238374) (xy 175.735802 103.23837) (xy 175.67742 102.982584) (xy 175.581568 102.738357) (xy 175.450386 102.511143) (xy 175.286805 102.306019) (xy 175.286804 102.306018) (xy 175.286801 102.306014) (xy 175.094479 102.127567) (xy 174.877704 101.979772) (xy 174.8777 101.97977) (xy 174.877697 101.979768) (xy 174.877696 101.979767) (xy 174.641325 101.865938) (xy 174.641327 101.865938) (xy 174.390623 101.788606) (xy 174.390619 101.788605) (xy 174.390615 101.788604) (xy 174.265823 101.769794) (xy 174.131187 101.7495) (xy 174.131182 101.7495) (xy 173.868818 101.7495) (xy 173.868812 101.7495) (xy 173.707247 101.773853) (xy 173.609385 101.788604) (xy 173.609382 101.788605) (xy 173.609376 101.788606) (xy 173.358673 101.865938) (xy 173.122303 101.979767) (xy 173.122302 101.979768) (xy 172.90552 102.127567) (xy 172.713198 102.306014) (xy 172.549614 102.511143) (xy 172.418432 102.738356) (xy 172.322582 102.982578) (xy 172.322576 102.982597) (xy 172.264197 103.238374) (xy 172.264196 103.238379) (xy 172.244592 103.499995) (xy 161.1005 103.499995) (xy 161.1005 98.499995) (xy 172.244592 98.499995) (xy 172.244592 98.500004) (xy 172.264196 98.76162) (xy 172.264197 98.761625) (xy 172.322576 99.017402) (xy 172.322578 99.017411) (xy 172.32258 99.017416) (xy 172.418432 99.261643) (xy 172.549614 99.488857) (xy 172.63427 99.595012) (xy 172.713198 99.693985) (xy 172.860234 99.830413) (xy 172.905521 99.872433) (xy 173.122296 100.020228) (xy 173.122301 100.02023) (xy 173.122302 100.020231) (xy 173.122303 100.020232) (xy 173.202107 100.058663) (xy 173.358673 100.134061) (xy 173.358674 100.134061) (xy 173.358677 100.134063) (xy 173.609385 100.211396) (xy 173.868818 100.2505) (xy 174.131182 100.2505) (xy 174.390615 100.211396) (xy 174.641323 100.134063) (xy 174.877704 100.020228) (xy 175.094479 99.872433) (xy 175.286805 99.693981) (xy 175.450386 99.488857) (xy 175.581568 99.261643) (xy 175.67742 99.017416) (xy 175.735802 98.76163) (xy 175.735803 98.76162) (xy 175.755408 98.500004) (xy 175.755408 98.499995) (xy 175.735803 98.238379) (xy 175.735802 98.238374) (xy 175.735802 98.23837) (xy 175.67742 97.982584) (xy 175.581568 97.738357) (xy 175.450386 97.511143) (xy 175.286805 97.306019) (xy 175.286804 97.306018) (xy 175.286801 97.306014) (xy 175.094479 97.127567) (xy 175.072667 97.112696) (xy 174.877704 96.979772) (xy 174.8777 96.97977) (xy 174.877697 96.979768) (xy 174.877696 96.979767) (xy 174.641325 96.865938) (xy 174.641327 96.865938) (xy 174.390623 96.788606) (xy 174.390619 96.788605) (xy 174.390615 96.788604) (xy 174.265823 96.769794) (xy 174.131187 96.7495) (xy 174.131182 96.7495) (xy 173.868818 96.7495) (xy 173.868812 96.7495) (xy 173.707247 96.773853) (xy 173.609385 96.788604) (xy 173.609382 96.788605) (xy 173.609376 96.788606) (xy 173.358673 96.865938) (xy 173.122303 96.979767) (xy 173.122302 96.979768) (xy 172.90552 97.127567) (xy 172.713198 97.306014) (xy 172.549614 97.511143) (xy 172.418432 97.738356) (xy 172.322582 97.982578) (xy 172.322576 97.982597) (xy 172.264197 98.238374) (xy 172.264196 98.238379) (xy 172.244592 98.499995) (xy 161.1005 98.499995) (xy 161.1005 93.499995) (xy 172.244592 93.499995) (xy 172.244592 93.500004) (xy 172.264196 93.76162) (xy 172.264197 93.761625) (xy 172.322576 94.017402) (xy 172.322578 94.017411) (xy 172.32258 94.017416) (xy 172.418432 94.261643) (xy 172.549614 94.488857) (xy 172.681736 94.654533) (xy 172.713198 94.693985) (xy 172.832343 94.804534) (xy 172.905521 94.872433) (xy 173.122296 95.020228) (xy 173.122301 95.02023) (xy 173.122302 95.020231) (xy 173.122303 95.020232) (xy 173.247843 95.080688) (xy 173.358673 95.134061) (xy 173.358674 95.134061) (xy 173.358677 95.134063) (xy 173.609385 95.211396) (xy 173.868818 95.2505) (xy 174.131182 95.2505) (xy 174.390615 95.211396) (xy 174.641323 95.134063) (xy 174.877704 95.020228) (xy 175.094479 94.872433) (xy 175.286805 94.693981) (xy 175.450386 94.488857) (xy 175.581568 94.261643) (xy 175.67742 94.017416) (xy 175.735802 93.76163) (xy 175.737826 93.734623) (xy 175.755408 93.500004) (xy 175.755408 93.499995) (xy 175.735803 93.238379) (xy 175.735802 93.238374) (xy 175.735802 93.23837) (xy 175.67742 92.982584) (xy 175.581568 92.738357) (xy 175.450386 92.511143) (xy 175.286805 92.306019) (xy 175.286804 92.306018) (xy 175.286801 92.306014) (xy 175.094479 92.127567) (xy 174.877704 91.979772) (xy 174.8777 91.97977) (xy 174.877697 91.979768) (xy 174.877696 91.979767) (xy 174.641325 91.865938) (xy 174.641327 91.865938) (xy 174.390623 91.788606) (xy 174.390619 91.788605) (xy 174.390615 91.788604) (xy 174.265823 91.769794) (xy 174.131187 91.7495) (xy 174.131182 91.7495) (xy 173.868818 91.7495) (xy 173.868812 91.7495) (xy 173.707247 91.773853) (xy 173.609385 91.788604) (xy 173.609382 91.788605) (xy 173.609376 91.788606) (xy 173.358673 91.865938) (xy 173.122303 91.979767) (xy 173.122302 91.979768) (xy 172.90552 92.127567) (xy 172.713198 92.306014) (xy 172.549614 92.511143) (xy 172.418432 92.738356) (xy 172.322582 92.982578) (xy 172.322576 92.982597) (xy 172.264197 93.238374) (xy 172.264196 93.238379) (xy 172.244592 93.499995) (xy 161.1005 93.499995) (xy 161.1005 92.82029) (xy 161.120185 92.753251) (xy 161.172101 92.707906) (xy 161.17783 92.705235) (xy 161.371401 92.569695) (xy 161.538495 92.402601) (xy 161.674035 92.20903) (xy 161.773903 91.994863) (xy 161.835063 91.766608) (xy 161.855659 91.5312) (xy 161.835063 91.295792) (xy 161.773903 91.067537) (xy 161.674035 90.853371) (xy 161.661511 90.835484) (xy 161.538494 90.659797) (xy 161.371402 90.492706) (xy 161.371396 90.492701) (xy 161.185842 90.362775) (xy 161.142217 90.308198) (xy 161.135023 90.2387) (xy 161.166546 90.176345) (xy 161.185842 90.159625) (xy 161.222351 90.134061) (xy 161.371401 90.029695) (xy 161.538495 89.862601) (xy 161.674035 89.66903) (xy 161.773903 89.454863) (xy 161.835063 89.226608) (xy 161.855659 88.9912) (xy 161.835063 88.755792) (xy 161.773903 88.527537) (xy 161.76106 88.499995) (xy 172.244592 88.499995) (xy 172.244592 88.500004) (xy 172.264196 88.76162) (xy 172.264197 88.761625) (xy 172.322576 89.017402) (xy 172.322578 89.017411) (xy 172.32258 89.017416) (xy 172.418432 89.261643) (xy 172.549614 89.488857) (xy 172.681736 89.654533) (xy 172.713198 89.693985) (xy 172.848368 89.819403) (xy 172.905521 89.872433) (xy 173.122296 90.020228) (xy 173.122301 90.02023) (xy 173.122302 90.020231) (xy 173.122303 90.020232) (xy 173.242541 90.078135) (xy 173.358673 90.134061) (xy 173.358674 90.134061) (xy 173.358677 90.134063) (xy 173.609385 90.211396) (xy 173.868818 90.2505) (xy 174.131182 90.2505) (xy 174.390615 90.211396) (xy 174.641323 90.134063) (xy 174.851536 90.03283) (xy 174.877696 90.020232) (xy 174.877696 90.020231) (xy 174.877704 90.020228) (xy 175.094479 89.872433) (xy 175.286805 89.693981) (xy 175.450386 89.488857) (xy 175.581568 89.261643) (xy 175.67742 89.017416) (xy 175.735802 88.76163) (xy 175.736239 88.755796) (xy 175.755408 88.500004) (xy 175.755408 88.499995) (xy 175.735803 88.238379) (xy 175.735802 88.238374) (xy 175.735802 88.23837) (xy 175.67742 87.982584) (xy 175.581568 87.738357) (xy 175.450386 87.511143) (xy 175.286805 87.306019) (xy 175.286804 87.306018) (xy 175.286801 87.306014) (xy 175.094479 87.127567) (xy 174.877704 86.979772) (xy 174.8777 86.97977) (xy 174.877697 86.979768) (xy 174.877696 86.979767) (xy 174.641325 86.865938) (xy 174.641327 86.865938) (xy 174.390623 86.788606) (xy 174.390619 86.788605) (xy 174.390615 86.788604) (xy 174.265823 86.769794) (xy 174.131187 86.7495) (xy 174.131182 86.7495) (xy 173.868818 86.7495) (xy 173.868812 86.7495) (xy 173.707247 86.773853) (xy 173.609385 86.788604) (xy 173.609382 86.788605) (xy 173.609376 86.788606) (xy 173.358673 86.865938) (xy 173.122303 86.979767) (xy 173.122302 86.979768) (xy 172.90552 87.127567) (xy 172.713198 87.306014) (xy 172.549614 87.511143) (xy 172.418432 87.738356) (xy 172.322582 87.982578) (xy 172.322576 87.982597) (xy 172.264197 88.238374) (xy 172.264196 88.238379) (xy 172.244592 88.499995) (xy 161.76106 88.499995) (xy 161.674035 88.313371) (xy 161.621526 88.238379) (xy 161.538494 88.119797) (xy 161.371402 87.952706) (xy 161.371396 87.952701) (xy 161.185842 87.822775) (xy 161.142217 87.768198) (xy 161.135023 87.6987) (xy 161.166546 87.636345) (xy 161.185842 87.619625) (xy 161.34077 87.511143) (xy 161.371401 87.489695) (xy 161.538495 87.322601) (xy 161.674035 87.12903) (xy 161.773903 86.914863) (xy 161.835063 86.686608) (xy 161.855659 86.4512) (xy 161.835063 86.215792) (xy 161.773903 85.987537) (xy 161.674035 85.773371) (xy 161.656139 85.747812) (xy 161.538494 85.579797) (xy 161.371402 85.412706) (xy 161.371396 85.412701) (xy 161.185842 85.282775) (xy 161.142217 85.228198) (xy 161.135023 85.1587) (xy 161.166546 85.096345) (xy 161.185842 85.079625) (xy 161.270665 85.020231) (xy 161.371401 84.949695) (xy 161.538495 84.782601) (xy 161.674035 84.58903) (xy 161.773903 84.374863) (xy 161.835063 84.146608) (xy 161.855659 83.9112) (xy 161.835063 83.675792) (xy 161.787959 83.499995) (xy 172.244592 83.499995) (xy 172.244592 83.500004) (xy 172.264196 83.76162) (xy 172.264197 83.761625) (xy 172.322576 84.017402) (xy 172.322578 84.017411) (xy 172.32258 84.017416) (xy 172.418432 84.261643) (xy 172.549614 84.488857) (xy 172.629503 84.589034) (xy 172.713198 84.693985) (xy 172.894753 84.862441) (xy 172.905521 84.872433) (xy 173.122296 85.020228) (xy 173.122301 85.02023) (xy 173.122302 85.020231) (xy 173.122303 85.020232) (xy 173.204655 85.05989) (xy 173.358673 85.134061) (xy 173.358674 85.134061) (xy 173.358677 85.134063) (xy 173.609385 85.211396) (xy 173.868818 85.2505) (xy 174.131182 85.2505) (xy 174.390615 85.211396) (xy 174.641323 85.134063) (xy 174.877704 85.020228) (xy 175.094479 84.872433) (xy 175.286805 84.693981) (xy 175.450386 84.488857) (xy 175.581568 84.261643) (xy 175.67742 84.017416) (xy 175.735802 83.76163) (xy 175.755408 83.5) (xy 175.751476 83.447535) (xy 175.735803 83.238379) (xy 175.735802 83.238374) (xy 175.735802 83.23837) (xy 175.67742 82.982584) (xy 175.581568 82.738357) (xy 175.450386 82.511143) (xy 175.286805 82.306019) (xy 175.286804 82.306018) (xy 175.286801 82.306014) (xy 175.094479 82.127567) (xy 174.936031 82.019539) (xy 174.877704 81.979772) (xy 174.8777 81.97977) (xy 174.877697 81.979768) (xy 174.877696 81.979767) (xy 174.641325 81.865938) (xy 174.641327 81.865938) (xy 174.390623 81.788606) (xy 174.390619 81.788605) (xy 174.390615 81.788604) (xy 174.265823 81.769794) (xy 174.131187 81.7495) (xy 174.131182 81.7495) (xy 173.868818 81.7495) (xy 173.868812 81.7495) (xy 173.707247 81.773853) (xy 173.609385 81.788604) (xy 173.609382 81.788605) (xy 173.609376 81.788606) (xy 173.358673 81.865938) (xy 173.122303 81.979767) (xy 173.122302 81.979768) (xy 172.90552 82.127567) (xy 172.713198 82.306014) (xy 172.549614 82.511143) (xy 172.418432 82.738356) (xy 172.322582 82.982578) (xy 172.322576 82.982597) (xy 172.264197 83.238374) (xy 172.264196 83.238379) (xy 172.244592 83.499995) (xy 161.787959 83.499995) (xy 161.773903 83.447537) (xy 161.674035 83.233371) (xy 161.538495 83.039799) (xy 161.416567 82.917871) (xy 161.383084 82.856551) (xy 161.388068 82.786859) (xy 161.429939 82.730925) (xy 161.460915 82.71401) (xy 161.592331 82.664996) (xy 161.707546 82.578746) (xy 161.793796 82.463531) (xy 161.844091 82.328683) (xy 161.8505 82.269073) (xy 161.850499 80.943999) (xy 161.870184 80.876961) (xy 161.922987 80.831206) (xy 161.974499 80.82) (xy 165.193831 80.82) (xy 165.193847 80.820001) (xy 165.201443 80.820001) (xy 165.359554 80.820001) (xy 165.359557 80.820001) (xy 165.512285 80.779077) (xy 165.591368 80.733418) (xy 165.649216 80.70002) (xy 165.76102 80.588216) (xy 165.76102 80.588214) (xy 165.771224 80.578011) (xy 165.771228 80.578006) (xy 169.147099 77.202135) (xy 172.2495 77.202135) (xy 172.2495 79.79787) (xy 172.249501 79.797876) (xy 172.255908 79.857483) (xy 172.306202 79.992328) (xy 172.306206 79.992335) (xy 172.392452 80.107544) (xy 172.392455 80.107547) (xy 172.507664 80.193793) (xy 172.507671 80.193797) (xy 172.642517 80.244091) (xy 172.642516 80.244091) (xy 172.649444 80.244835) (xy 172.702127 80.2505) (xy 175.297872 80.250499) (xy 175.357483 80.244091) (xy 175.492331 80.193796) (xy 175.607546 80.107546) (xy 175.693796 79.992331) (xy 175.744091 79.857483) (xy 175.7505 79.797873) (xy 175.750499 77.202128) (xy 175.744091 77.142517) (xy 175.695976 77.013515) (xy 175.693797 77.007671) (xy 175.693793 77.007664) (xy 175.607547 76.892455) (xy 175.607544 76.892452) (xy 175.492335 76.806206) (xy 175.492328 76.806202) (xy 175.357482 76.755908) (xy 175.357483 76.755908) (xy 175.297883 76.749501) (xy 175.297881 76.7495) (xy 175.297873 76.7495) (xy 175.297864 76.7495) (xy 172.702129 76.7495) (xy 172.702123 76.749501) (xy 172.642516 76.755908) (xy 172.507671 76.806202) (xy 172.507664 76.806206) (xy 172.392455 76.892452) (xy 172.392452 76.892455) (xy 172.306206 77.007664) (xy 172.306202 77.007671) (xy 172.255908 77.142517) (xy 172.249501 77.202116) (xy 172.249501 77.202123) (xy 172.2495 77.202135) (xy 169.147099 77.202135) (xy 173.199605 73.149628) (xy 173.260926 73.116145) (xy 173.330618 73.121129) (xy 173.341079 73.125588) (xy 173.358677 73.134063) (xy 173.609385 73.211396) (xy 173.868818 73.2505) (xy 174.131182 73.2505) (xy 174.390615 73.211396) (xy 174.641323 73.134063) (xy 174.847684 73.034685) (xy 174.877696 73.020232) (xy 174.877696 73.020231) (xy 174.877704 73.020228) (xy 175.094479 72.872433) (xy 175.286805 72.693981) (xy 175.450386 72.488857) (xy 175.581568 72.261643) (xy 175.67742 72.017416) (xy 175.735802 71.76163) (xy 175.736622 71.750686) (xy 175.755408 71.500004) (xy 175.755408 71.499995) (xy 175.735803 71.238379) (xy 175.735802 71.238374) (xy 175.735802 71.23837) (xy 175.67742 70.982584) (xy 175.581568 70.738357) (xy 175.450386 70.511143) (xy 175.286805 70.306019) (xy 175.286804 70.306018) (xy 175.286801 70.306014) (xy 175.094479 70.127567) (xy 175.035299 70.087219) (xy 174.877704 69.979772) (xy 174.8777 69.97977) (xy 174.877697 69.979768) (xy 174.877696 69.979767) (xy 174.641325 69.865938) (xy 174.641327 69.865938) (xy 174.390623 69.788606) (xy 174.390619 69.788605) (xy 174.390615 69.788604) (xy 174.265823 69.769794) (xy 174.131187 69.7495) (xy 174.131182 69.7495) (xy 173.868818 69.7495) (xy 173.868812 69.7495) (xy 173.707247 69.773853) (xy 173.609385 69.788604) (xy 173.609382 69.788605) (xy 173.609376 69.788606) (xy 173.358673 69.865938) (xy 173.122303 69.979767) (xy 173.122302 69.979768) (xy 172.90552 70.127567) (xy 172.713198 70.306014) (xy 172.549614 70.511143) (xy 172.418432 70.738356) (xy 172.322582 70.982578) (xy 172.322576 70.982597) (xy 172.264197 71.238374) (xy 172.264196 71.238379) (xy 172.244592 71.499995) (xy 172.244592 71.500004) (xy 172.264196 71.76162) (xy 172.264197 71.761625) (xy 172.322578 72.017412) (xy 172.380509 72.165019) (xy 172.386677 72.234616) (xy 172.354239 72.2965) (xy 172.352761 72.298002) (xy 165.068084 79.582681) (xy 165.006761 79.616166) (xy 164.980403 79.619) (xy 161.2245 79.619) (xy 161.157461 79.599315) (xy 161.111706 79.546511) (xy 161.1005 79.495) (xy 161.1005 78.942643) (xy 161.100499 78.942639) (xy 161.088146 78.896536) (xy 161.088146 78.896535) (xy 161.059577 78.789915) (xy 161.030639 78.739795) (xy 160.98052 78.652984) (xy 160.868716 78.54118) (xy 160.868715 78.541179) (xy 160.864385 78.536849) (xy 160.864374 78.536839) (xy 155.331652 73.004117) (xy 155.298167 72.942794) (xy 155.303151 72.873102) (xy 155.345023 72.817169) (xy 155.346448 72.816118) (xy 155.407219 72.771966) (xy 155.551966 72.627219) (xy 155.551968 72.627215) (xy 155.551971 72.627213) (xy 155.614605 72.541003) (xy 155.672287 72.46161) (xy 155.76522 72.279219) (xy 155.828477 72.084534) (xy 155.8605 71.882352) (xy 155.8605 71.677648) (xy 155.828477 71.475466) (xy 155.76522 71.280781) (xy 155.765218 71.280778) (xy 155.765218 71.280776) (xy 155.731503 71.214607) (xy 155.672287 71.09839) (xy 155.610321 71.0131) (xy 155.551971 70.932786) (xy 155.50519 70.886005) (xy 155.471705 70.824682) (xy 155.476689 70.75499) (xy 155.505186 70.710648) (xy 158.943912 67.271921) (xy 159.005233 67.238438) (xy 159.074925 67.243422) (xy 159.130858 67.285294) (xy 159.155119 67.348796) (xy 159.164936 67.461003) (xy 159.164938 67.461013) (xy 159.226094 67.689255) (xy 159.226096 67.689259) (xy 159.226097 67.689263) (xy 159.283463 67.812284) (xy 159.325965 67.90343) (xy 159.325967 67.903434) (xy 159.416544 68.03279) (xy 159.450136 68.080765) (xy 159.461501 68.096995) (xy 159.461506 68.097002) (xy 159.628597 68.264093) (xy 159.628603 68.264098) (xy 159.814158 68.394025) (xy 159.857783 68.448602) (xy 159.864977 68.5181) (xy 159.833454 68.580455) (xy 159.814158 68.597175) (xy 159.628597 68.727105) (xy 159.461505 68.894197) (xy 159.325965 69.087769) (xy 159.325964 69.087771) (xy 159.226098 69.301935) (xy 159.226094 69.301944) (xy 159.164938 69.530186) (xy 159.164936 69.530196) (xy 159.144341 69.765599) (xy 159.144341 69.7656) (xy 159.164936 70.001003) (xy 159.164938 70.001013) (xy 159.226094 70.229255) (xy 159.226096 70.229259) (xy 159.226097 70.229263) (xy 159.283266 70.351861) (xy 159.325965 70.44343) (xy 159.325967 70.443434) (xy 159.461501 70.636995) (xy 159.461506 70.637002) (xy 159.628597 70.804093) (xy 159.628603 70.804098) (xy 159.814158 70.934025) (xy 159.857783 70.988602) (xy 159.864977 71.0581) (xy 159.833454 71.120455) (xy 159.814158 71.137175) (xy 159.628597 71.267105) (xy 159.461505 71.434197) (xy 159.325965 71.627769) (xy 159.325964 71.627771) (xy 159.226098 71.841935) (xy 159.226094 71.841944) (xy 159.164938 72.070186) (xy 159.164936 72.070196) (xy 159.144341 72.305599) (xy 159.144341 72.3056) (xy 159.164936 72.541003) (xy 159.164938 72.541013) (xy 159.226094 72.769255) (xy 159.226096 72.769259) (xy 159.226097 72.769263) (xy 159.306208 72.941061) (xy 159.325965 72.98343) (xy 159.325967 72.983434) (xy 159.461501 73.176995) (xy 159.461506 73.177002) (xy 159.628597 73.344093) (xy 159.628603 73.344098) (xy 159.814158 73.474025) (xy 159.857783 73.528602) (xy 159.864977 73.5981) (xy 159.833454 73.660455) (xy 159.814158 73.677175) (xy 159.628597 73.807105) (xy 159.461505 73.974197) (xy 159.325965 74.167769) (xy 159.325964 74.167771) (xy 159.226098 74.381935) (xy 159.226094 74.381944) (xy 159.164938 74.610186) (xy 159.164936 74.610196) (xy 159.144341 74.845599) (xy 159.144341 74.8456) (xy 159.164936 75.081003) (xy 159.164938 75.081013) (xy 159.226094 75.309255) (xy 159.226096 75.309259) (xy 159.226097 75.309263) (xy 159.282039 75.429231) (xy 159.325965 75.52343) (xy 159.325967 75.523434) (xy 159.405323 75.636765) (xy 159.461505 75.717001) (xy 159.628599 75.884095) (xy 159.715522 75.944959) (xy 159.822165 76.019632) (xy 159.822167 76.019633) (xy 159.82217 76.019635) (xy 160.036337 76.119503) (xy 160.264592 76.180663) (xy 160.452918 76.197139) (xy 160.499999 76.201259) (xy 160.5 76.201259) (xy 160.500001 76.201259) (xy 160.539234 76.197826) (xy 160.735408 76.180663) (xy 160.963663 76.119503) (xy 161.17783 76.019635) (xy 161.371401 75.884095) (xy 161.538495 75.717001) (xy 161.674035 75.52343) (xy 161.773903 75.309263) (xy 161.835063 75.081008) (xy 161.855659 74.8456) (xy 161.835063 74.610192) (xy 161.773903 74.381937) (xy 161.674035 74.167771) (xy 161.542166 73.979441) (xy 161.538494 73.974197) (xy 161.371402 73.807106) (xy 161.371396 73.807101) (xy 161.185842 73.677175) (xy 161.142217 73.622598) (xy 161.135023 73.5531) (xy 161.166546 73.490745) (xy 161.185842 73.474025) (xy 161.323689 73.377503) (xy 161.371401 73.344095) (xy 161.538495 73.177001) (xy 161.674035 72.98343) (xy 161.773903 72.769263) (xy 161.835063 72.541008) (xy 161.855659 72.3056) (xy 161.835063 72.070192) (xy 161.773903 71.841937) (xy 161.674035 71.627771) (xy 161.58457 71.5) (xy 161.538494 71.434197) (xy 161.371402 71.267106) (xy 161.371396 71.267101) (xy 161.185842 71.137175) (xy 161.142217 71.082598) (xy 161.135023 71.0131) (xy 161.166546 70.950745) (xy 161.185842 70.934025) (xy 161.208026 70.918491) (xy 161.371401 70.804095) (xy 161.538495 70.637001) (xy 161.674035 70.44343) (xy 161.773903 70.229263) (xy 161.835063 70.001008) (xy 161.855659 69.7656) (xy 161.835063 69.530192) (xy 161.773903 69.301937) (xy 161.674035 69.087771) (xy 161.656333 69.062489) (xy 161.538494 68.894197) (xy 161.371402 68.727106) (xy 161.371396 68.727101) (xy 161.185842 68.597175) (xy 161.142217 68.542598) (xy 161.135023 68.4731) (xy 161.166546 68.410745) (xy 161.185842 68.394025) (xy 161.311533 68.306015) (xy 161.371401 68.264095) (xy 161.538495 68.097001) (xy 161.674035 67.90343) (xy 161.773903 67.689263) (xy 161.835063 67.461008) (xy 161.855659 67.2256) (xy 161.835063 66.990192) (xy 161.773903 66.761937) (xy 161.674035 66.547771) (xy 161.640588 66.500004) (xy 161.640582 66.499995) (xy 172.245093 66.499995) (xy 172.245093 66.500004) (xy 172.264692 66.761545) (xy 172.264693 66.76155) (xy 172.323058 67.01727) (xy 172.418883 67.261426) (xy 172.418882 67.261426) (xy 172.550027 67.488573) (xy 172.597874 67.548571) (xy 173.398958 66.747488) (xy 173.423978 66.80789) (xy 173.495112 66.914351) (xy 173.585649 67.004888) (xy 173.69211 67.076022) (xy 173.75251 67.101041) (xy 172.95083 67.90272) (xy 173.122546 68.019793) (xy 173.12255 68.019795) (xy 173.358854 68.133594) (xy 173.358858 68.133595) (xy 173.609494 68.210907) (xy 173.6095 68.210909) (xy 173.868848 68.249999) (xy 173.868857 68.25) (xy 174.131143 68.25) (xy 174.131151 68.249999) (xy 174.390499 68.210909) (xy 174.390505 68.210907) (xy 174.641143 68.133595) (xy 174.877445 68.019798) (xy 174.877447 68.019797) (xy 175.049168 67.90272) (xy 174.247488 67.101041) (xy 174.30789 67.076022) (xy 174.414351 67.004888) (xy 174.504888 66.914351) (xy 174.576022 66.80789) (xy 174.601041 66.747488) (xy 175.402125 67.548572) (xy 175.449971 67.488573) (xy 175.581116 67.261426) (xy 175.676941 67.01727) (xy 175.735306 66.76155) (xy 175.735307 66.761545) (xy 175.754907 66.500004) (xy 175.754907 66.499995) (xy 175.735307 66.238454) (xy 175.735306 66.238449) (xy 175.676941 65.982729) (xy 175.581116 65.738573) (xy 175.581117 65.738573) (xy 175.449972 65.511426) (xy 175.402124 65.451427) (xy 174.601041 66.25251) (xy 174.576022 66.19211) (xy 174.504888 66.085649) (xy 174.414351 65.995112) (xy 174.30789 65.923978) (xy 174.247488 65.898958) (xy 175.049168 65.097278) (xy 174.877454 64.980206) (xy 174.877445 64.980201) (xy 174.641142 64.866404) (xy 174.641144 64.866404) (xy 174.390505 64.789092) (xy 174.390499 64.78909) (xy 174.131151 64.75) (xy 173.868848 64.75) (xy 173.6095 64.78909) (xy 173.609494 64.789092) (xy 173.358858 64.866404) (xy 173.358854 64.866405) (xy 173.122547 64.980205) (xy 173.122539 64.98021) (xy 172.95083 65.097277) (xy 173.752511 65.898958) (xy 173.69211 65.923978) (xy 173.585649 65.995112) (xy 173.495112 66.085649) (xy 173.423978 66.19211) (xy 173.398958 66.25251) (xy 172.597874 65.451427) (xy 172.550028 65.511425) (xy 172.418883 65.738573) (xy 172.323058 65.982729) (xy 172.264693 66.238449) (xy 172.264692 66.238454) (xy 172.245093 66.499995) (xy 161.640582 66.499995) (xy 161.538496 66.3542) (xy 161.494698 66.310402) (xy 161.416567 66.232271) (xy 161.383084 66.170951) (xy 161.388068 66.101259) (xy 161.429939 66.045325) (xy 161.460915 66.02841) (xy 161.592331 65.979396) (xy 161.707546 65.893146) (xy 161.793796 65.777931) (xy 161.844091 65.643083) (xy 161.8505 65.583473) (xy 161.850499 63.787728) (xy 161.844091 63.728117) (xy 161.818976 63.660781) (xy 161.793797 63.593271) (xy 161.793793 63.593264) (xy 161.707547 63.478055) (xy 161.707544 63.478052) (xy 161.592335 63.391806) (xy 161.592328 63.391802) (xy 161.457482 63.341508) (xy 161.457483 63.341508) (xy 161.397883 63.335101) (xy 161.397881 63.3351) (xy 161.397873 63.3351) (xy 161.397865 63.3351) (xy 160.714096 63.3351) (xy 160.647057 63.315415) (xy 160.601302 63.262611) (xy 160.591358 63.193453) (xy 160.620383 63.129897) (xy 160.626415 63.123419) (xy 161.282621 62.467213) (xy 162.013306 61.736528) (xy 162.013311 61.736524) (xy 162.023514 61.72632) (xy 162.023516 61.72632) (xy 162.13532 61.614516) (xy 162.201438 61.499995) (xy 172.244592 61.499995) (xy 172.244592 61.500004) (xy 172.264196 61.76162) (xy 172.264197 61.761625) (xy 172.264197 61.761629) (xy 172.264198 61.76163) (xy 172.266238 61.770568) (xy 172.322576 62.017402) (xy 172.322579 62.017412) (xy 172.32258 62.017416) (xy 172.418432 62.261643) (xy 172.549614 62.488857) (xy 172.640328 62.602609) (xy 172.713198 62.693985) (xy 172.857084 62.82749) (xy 172.905521 62.872433) (xy 173.122296 63.020228) (xy 173.122301 63.02023) (xy 173.122302 63.020231) (xy 173.122303 63.020232) (xy 173.179369 63.047713) (xy 173.358673 63.134061) (xy 173.358674 63.134061) (xy 173.358677 63.134063) (xy 173.609385 63.211396) (xy 173.868818 63.2505) (xy 174.131182 63.2505) (xy 174.390615 63.211396) (xy 174.641323 63.134063) (xy 174.877704 63.020228) (xy 175.094479 62.872433) (xy 175.286805 62.693981) (xy 175.450386 62.488857) (xy 175.581568 62.261643) (xy 175.67742 62.017416) (xy 175.735802 61.76163) (xy 175.737683 61.736532) (xy 175.755408 61.500004) (xy 175.755408 61.499995) (xy 175.735803 61.238379) (xy 175.735802 61.238374) (xy 175.735802 61.23837) (xy 175.67742 60.982584) (xy 175.581568 60.738357) (xy 175.450386 60.511143) (xy 175.286805 60.306019) (xy 175.286804 60.306018) (xy 175.286801 60.306014) (xy 175.094479 60.127567) (xy 175.061391 60.105008) (xy 174.877704 59.979772) (xy 174.8777 59.97977) (xy 174.877697 59.979768) (xy 174.877696 59.979767) (xy 174.641325 59.865938) (xy 174.641327 59.865938) (xy 174.390623 59.788606) (xy 174.390619 59.788605) (xy 174.390615 59.788604) (xy 174.265823 59.769794) (xy 174.131187 59.7495) (xy 174.131182 59.7495) (xy 173.868818 59.7495) (xy 173.868812 59.7495) (xy 173.707247 59.773853) (xy 173.609385 59.788604) (xy 173.609382 59.788605) (xy 173.609376 59.788606) (xy 173.358673 59.865938) (xy 173.122303 59.979767) (xy 173.122302 59.979768) (xy 172.90552 60.127567) (xy 172.713198 60.306014) (xy 172.549614 60.511143) (xy 172.418432 60.738356) (xy 172.322582 60.982578) (xy 172.322576 60.982597) (xy 172.264197 61.238374) (xy 172.264196 61.238379) (xy 172.244592 61.499995) (xy 162.201438 61.499995) (xy 162.214377 61.477584) (xy 162.2553 61.324857) (xy 162.2553 56.499995) (xy 172.244592 56.499995) (xy 172.244592 56.500004) (xy 172.264196 56.76162) (xy 172.264197 56.761625) (xy 172.322576 57.017402) (xy 172.322578 57.017411) (xy 172.32258 57.017416) (xy 172.418432 57.261643) (xy 172.549614 57.488857) (xy 172.645709 57.609356) (xy 172.713198 57.693985) (xy 172.832511 57.80469) (xy 172.905521 57.872433) (xy 173.122296 58.020228) (xy 173.122301 58.02023) (xy 173.122302 58.020231) (xy 173.122303 58.020232) (xy 173.247843 58.080688) (xy 173.358673 58.134061) (xy 173.358674 58.134061) (xy 173.358677 58.134063) (xy 173.609385 58.211396) (xy 173.868818 58.2505) (xy 174.131182 58.2505) (xy 174.390615 58.211396) (xy 174.641323 58.134063) (xy 174.877704 58.020228) (xy 175.094479 57.872433) (xy 175.286805 57.693981) (xy 175.450386 57.488857) (xy 175.581568 57.261643) (xy 175.67742 57.017416) (xy 175.735802 56.76163) (xy 175.74356 56.658105) (xy 175.755408 56.500004) (xy 175.755408 56.499995) (xy 175.735803 56.238379) (xy 175.735802 56.238374) (xy 175.735802 56.23837) (xy 175.67742 55.982584) (xy 175.581568 55.738357) (xy 175.450386 55.511143) (xy 175.286805 55.306019) (xy 175.286804 55.306018) (xy 175.286801 55.306014) (xy 175.094479 55.127567) (xy 174.977604 55.047883) (xy 174.877704 54.979772) (xy 174.8777 54.97977) (xy 174.877697 54.979768) (xy 174.877696 54.979767) (xy 174.641325 54.865938) (xy 174.641327 54.865938) (xy 174.390623 54.788606) (xy 174.390619 54.788605) (xy 174.390615 54.788604) (xy 174.265823 54.769794) (xy 174.131187 54.7495) (xy 174.131182 54.7495) (xy 173.868818 54.7495) (xy 173.868812 54.7495) (xy 173.707247 54.773853) (xy 173.609385 54.788604) (xy 173.609382 54.788605) (xy 173.609376 54.788606) (xy 173.358673 54.865938) (xy 173.122303 54.979767) (xy 173.122302 54.979768) (xy 172.90552 55.127567) (xy 172.713198 55.306014) (xy 172.549614 55.511143) (xy 172.418432 55.738356) (xy 172.322582 55.982578) (xy 172.322576 55.982597) (xy 172.264197 56.238374) (xy 172.264196 56.238379) (xy 172.244592 56.499995) (xy 162.2553 56.499995) (xy 162.2553 51.499995) (xy 172.244592 51.499995) (xy 172.244592 51.500004) (xy 172.264196 51.76162) (xy 172.264197 51.761625) (xy 172.264197 51.761629) (xy 172.264198 51.76163) (xy 172.272914 51.799818) (xy 172.322576 52.017402) (xy 172.322578 52.017411) (xy 172.32258 52.017416) (xy 172.418432 52.261643) (xy 172.549614 52.488857) (xy 172.649472 52.614075) (xy 172.713198 52.693985) (xy 172.859788 52.829999) (xy 172.905521 52.872433) (xy 173.122296 53.020228) (xy 173.122301 53.02023) (xy 173.122302 53.020231) (xy 173.122303 53.020232) (xy 173.247843 53.080688) (xy 173.358673 53.134061) (xy 173.358674 53.134061) (xy 173.358677 53.134063) (xy 173.609385 53.211396) (xy 173.868818 53.2505) (xy 174.131182 53.2505) (xy 174.390615 53.211396) (xy 174.641323 53.134063) (xy 174.877704 53.020228) (xy 175.094479 52.872433) (xy 175.286805 52.693981) (xy 175.450386 52.488857) (xy 175.581568 52.261643) (xy 175.67742 52.017416) (xy 175.735802 51.76163) (xy 175.755408 51.5) (xy 175.735802 51.23837) (xy 175.67742 50.982584) (xy 175.581568 50.738357) (xy 175.450386 50.511143) (xy 175.286805 50.306019) (xy 175.286804 50.306018) (xy 175.286801 50.306014) (xy 175.094479 50.127567) (xy 174.877704 49.979772) (xy 174.8777 49.97977) (xy 174.877697 49.979768) (xy 174.877696 49.979767) (xy 174.641325 49.865938) (xy 174.641327 49.865938) (xy 174.390623 49.788606) (xy 174.390619 49.788605) (xy 174.390615 49.788604) (xy 174.265823 49.769794) (xy 174.131187 49.7495) (xy 174.131182 49.7495) (xy 173.868818 49.7495) (xy 173.868812 49.7495) (xy 173.707247 49.773853) (xy 173.609385 49.788604) (xy 173.609382 49.788605) (xy 173.609376 49.788606) (xy 173.358673 49.865938) (xy 173.122303 49.979767) (xy 173.122302 49.979768) (xy 172.90552 50.127567) (xy 172.713198 50.306014) (xy 172.549614 50.511143) (xy 172.418432 50.738356) (xy 172.322582 50.982578) (xy 172.322576 50.982597) (xy 172.264197 51.238374) (xy 172.264196 51.238379) (xy 172.244592 51.499995) (xy 162.2553 51.499995) (xy 162.2553 47.104759) (xy 162.255301 47.104746) (xy 162.255301 46.936645) (xy 162.255301 46.936643) (xy 162.214377 46.783915) (xy 162.185439 46.733795) (xy 162.13532 46.646984) (xy 162.023516 46.53518) (xy 162.023515 46.535179) (xy 162.019185 46.530849) (xy 162.019174 46.530839) (xy 161.98833 46.499995) (xy 172.244592 46.499995) (xy 172.244592 46.500004) (xy 172.264196 46.76162) (xy 172.264197 46.761625) (xy 172.264197 46.761629) (xy 172.264198 46.76163) (xy 172.271314 46.792809) (xy 172.322576 47.017402) (xy 172.322578 47.017411) (xy 172.32258 47.017416) (xy 172.418432 47.261643) (xy 172.549614 47.488857) (xy 172.638169 47.599901) (xy 172.713198 47.693985) (xy 172.835008 47.807007) (xy 172.905521 47.872433) (xy 173.122296 48.020228) (xy 173.122301 48.02023) (xy 173.122302 48.020231) (xy 173.122303 48.020232) (xy 173.216981 48.065826) (xy 173.358673 48.134061) (xy 173.358674 48.134061) (xy 173.358677 48.134063) (xy 173.609385 48.211396) (xy 173.868818 48.2505) (xy 174.131182 48.2505) (xy 174.390615 48.211396) (xy 174.641323 48.134063) (xy 174.877704 48.020228) (xy 175.094479 47.872433) (xy 175.286805 47.693981) (xy 175.450386 47.488857) (xy 175.581568 47.261643) (xy 175.67742 47.017416) (xy 175.735802 46.76163) (xy 175.739922 46.706649) (xy 175.755408 46.500004) (xy 175.755408 46.499995) (xy 175.735803 46.238379) (xy 175.735802 46.238374) (xy 175.735802 46.23837) (xy 175.67742 45.982584) (xy 175.581568 45.738357) (xy 175.450386 45.511143) (xy 175.286805 45.306019) (xy 175.286804 45.306018) (xy 175.286801 45.306014) (xy 175.094479 45.127567) (xy 174.877704 44.979772) (xy 174.8777 44.97977) (xy 174.877697 44.979768) (xy 174.877696 44.979767) (xy 174.641325 44.865938) (xy 174.641327 44.865938) (xy 174.390623 44.788606) (xy 174.390619 44.788605) (xy 174.390615 44.788604) (xy 174.265823 44.769794) (xy 174.131187 44.7495) (xy 174.131182 44.7495) (xy 173.868818 44.7495) (xy 173.868812 44.7495) (xy 173.707247 44.773853) (xy 173.609385 44.788604) (xy 173.609382 44.788605) (xy 173.609376 44.788606) (xy 173.358673 44.865938) (xy 173.122303 44.979767) (xy 173.122302 44.979768) (xy 172.90552 45.127567) (xy 172.713198 45.306014) (xy 172.549614 45.511143) (xy 172.418432 45.738356) (xy 172.322582 45.982578) (xy 172.322576 45.982597) (xy 172.264197 46.238374) (xy 172.264196 46.238379) (xy 172.244592 46.499995) (xy 161.98833 46.499995) (xy 159.130216 43.641881) (xy 159.096731 43.580558) (xy 159.101715 43.510866) (xy 159.11632 43.483081) (xy 159.130568 43.462734) (xy 159.226739 43.256496) (xy 159.285635 43.036692) (xy 159.305468 42.81) (xy 159.285635 42.583308) (xy 159.226739 42.363504) (xy 159.130568 42.157266) (xy 159.000047 41.970861) (xy 159.000045 41.970858) (xy 158.839141 41.809954) (xy 158.652734 41.679432) (xy 158.652732 41.679431) (xy 158.446497 41.583261) (xy 158.446488 41.583258) (xy 158.226697 41.524366) (xy 158.226693 41.524365) (xy 158.226692 41.524365) (xy 158.226691 41.524364) (xy 158.226686 41.524364) (xy 158.000002 41.504532) (xy 157.999998 41.504532) (xy 157.773313 41.524364) (xy 157.773302 41.524366) (xy 157.553511 41.583258) (xy 157.553502 41.583261) (xy 157.347267 41.679431) (xy 157.347265 41.679432) (xy 157.160858 41.809954) (xy 156.999954 41.970858) (xy 156.869432 42.157265) (xy 156.869431 42.157267) (xy 156.773261 42.363502) (xy 156.773258 42.363511) (xy 156.714366 42.583302) (xy 156.714364 42.583313) (xy 156.694532 42.809998) (xy 156.694532 42.810001) (xy 156.714364 43.036686) (xy 156.714366 43.036697) (xy 156.773258 43.256488) (xy 156.773261 43.256497) (xy 156.869431 43.462732) (xy 156.869432 43.462734) (xy 156.999954 43.649141) (xy 157.160858 43.810045) (xy 157.160861 43.810047) (xy 157.347266 43.940568) (xy 157.347278 43.940573) (xy 157.348661 43.941372) (xy 157.349155 43.94189) (xy 157.351701 43.943673) (xy 157.351342 43.944184) (xy 157.39688 43.991935) (xy 157.406444 44.016671) (xy 157.440423 44.143483) (xy 157.440426 44.14349) (xy 157.519475 44.280409) (xy 157.519479 44.280414) (xy 157.51948 44.280416) (xy 157.631284 44.39222) (xy 157.631286 44.392221) (xy 157.63129 44.392224) (xy 157.768209 44.471273) (xy 157.768216 44.471277) (xy 157.920943 44.5122) (xy 158.250703 44.5122) (xy 158.317742 44.531885) (xy 158.338384 44.548519) (xy 160.228184 46.438319) (xy 160.261669 46.499642) (xy 160.256685 46.569334) (xy 160.214813 46.625267) (xy 160.149349 46.649684) (xy 160.140503 46.65) (xy 159.602155 46.65) (xy 159.542627 46.656401) (xy 159.54262 46.656403) (xy 159.407913 46.706645) (xy 159.407906 46.706649) (xy 159.292812 46.792809) (xy 159.292809 46.792812) (xy 159.206649 46.907906) (xy 159.206645 46.907913) (xy 159.156403 47.04262) (xy 159.156401 47.042627) (xy 159.15 47.102155) (xy 159.15 47.75) (xy 160.066988 47.75) (xy 160.034075 47.807007) (xy 160 47.934174) (xy 160 48.065826) (xy 160.034075 48.192993) (xy 160.066988 48.25) (xy 159.15 48.25) (xy 159.15 48.897844) (xy 159.156401 48.957372) (xy 159.156403 48.957379) (xy 159.206645 49.092086) (xy 159.206649 49.092093) (xy 159.292809 49.207187) (xy 159.292812 49.20719) (xy 159.407906 49.29335) (xy 159.407913 49.293354) (xy 159.539986 49.342614) (xy 159.59592 49.384485) (xy 159.620337 49.449949) (xy 159.605486 49.518222) (xy 159.584335 49.546477) (xy 159.461886 49.668926) (xy 159.3264 49.86242) (xy 159.326399 49.862422) (xy 159.22657 50.076507) (xy 159.226567 50.076513) (xy 159.169364 50.289999) (xy 159.169364 50.29) (xy 160.066988 50.29) (xy 160.034075 50.347007) (xy 160 50.474174) (xy 160 50.605826) (xy 160.034075 50.732993) (xy 160.066988 50.79) (xy 159.169364 50.79) (xy 159.226567 51.003486) (xy 159.22657 51.003492) (xy 159.326399 51.217578) (xy 159.461894 51.411082) (xy 159.628917 51.578105) (xy 159.815031 51.708425) (xy 159.858656 51.763003) (xy 159.865848 51.832501) (xy 159.834326 51.894856) (xy 159.815031 51.911575) (xy 159.628922 52.04189) (xy 159.62892 52.041891) (xy 159.461891 52.20892) (xy 159.461886 52.208926) (xy 159.3264 52.40242) (xy 159.326399 52.402422) (xy 159.22657 52.616507) (xy 159.226567 52.616513) (xy 159.169364 52.829999) (xy 159.169364 52.83) (xy 160.066988 52.83) (xy 160.034075 52.887007) (xy 160 53.014174) (xy 160 53.145826) (xy 160.034075 53.272993) (xy 160.066988 53.33) (xy 159.169364 53.33) (xy 159.226567 53.543486) (xy 159.22657 53.543492) (xy 159.326399 53.757578) (xy 159.461894 53.951082) (xy 159.628917 54.118105) (xy 159.815031 54.248425) (xy 159.858656 54.303003) (xy 159.865848 54.372501) (xy 159.834326 54.434856) (xy 159.815031 54.451575) (xy 159.628922 54.58189) (xy 159.62892 54.581891) (xy 159.461891 54.74892) (xy 159.461886 54.748926) (xy 159.3264 54.94242) (xy 159.326399 54.942422) (xy 159.22657 55.156507) (xy 159.226567 55.156513) (xy 159.169364 55.369999) (xy 159.169364 55.37) (xy 160.066988 55.37) (xy 160.034075 55.427007) (xy 160 55.554174) (xy 160 55.685826) (xy 160.034075 55.812993) (xy 160.066988 55.87) (xy 159.169364 55.87) (xy 159.226567 56.083486) (xy 159.22657 56.083492) (xy 159.326399 56.297578) (xy 159.461894 56.491082) (xy 159.628917 56.658105) (xy 159.815031 56.788425) (xy 159.858656 56.843003) (xy 159.865848 56.912501) (xy 159.834326 56.974856) (xy 159.815031 56.991575) (xy 159.628922 57.12189) (xy 159.62892 57.121891) (xy 159.461891 57.28892) (xy 159.461886 57.288926) (xy 159.3264 57.48242) (xy 159.326399 57.482422) (xy 159.22657 57.696507) (xy 159.226567 57.696513) (xy 159.169364 57.909999) (xy 159.169364 57.91) (xy 160.066988 57.91) (xy 160.034075 57.967007) (xy 160 58.094174) (xy 160 58.225826) (xy 160.034075 58.352993) (xy 160.066988 58.41) (xy 159.169364 58.41) (xy 159.226567 58.623486) (xy 159.22657 58.623492) (xy 159.326399 58.837578) (xy 159.461894 59.031082) (xy 159.628917 59.198105) (xy 159.822421 59.3336) (xy 160.036507 59.433429) (xy 160.036516 59.433433) (xy 160.25 59.490634) (xy 160.25 58.593012) (xy 160.307007 58.625925) (xy 160.434174 58.66) (xy 160.565826 58.66) (xy 160.692993 58.625925) (xy 160.75 58.593012) (xy 160.75 59.490633) (xy 160.898207 59.450923) (xy 160.968057 59.452586) (xy 161.025919 59.491749) (xy 161.053423 59.555977) (xy 161.0543 59.570698) (xy 161.0543 60.945702) (xy 161.034615 61.012741) (xy 161.017981 61.033383) (xy 158.293481 63.757882) (xy 158.293475 63.75789) (xy 158.257898 63.819513) (xy 158.257898 63.819515) (xy 158.214423 63.894814) (xy 158.214423 63.894815) (xy 158.173499 64.047543) (xy 158.173499 64.047545) (xy 158.173499 64.215646) (xy 158.1735 64.215659) (xy 158.1735 66.292502) (xy 158.153815 66.359541) (xy 158.137181 66.380183) (xy 155.889367 68.627996) (xy 155.828044 68.661481) (xy 155.758352 68.656497) (xy 155.702419 68.614625) (xy 155.691201 68.59661) (xy 155.671859 68.55865) (xy 155.551582 68.393105) (xy 155.551582 68.393104) (xy 155.406895 68.248417) (xy 155.241349 68.12814) (xy 155.14837 68.080765) (xy 155.097574 68.03279) (xy 155.080779 67.964969) (xy 155.103316 67.898835) (xy 155.14837 67.859795) (xy 155.14892 67.859515) (xy 155.24161 67.812287) (xy 155.334686 67.744664) (xy 155.407213 67.691971) (xy 155.407215 67.691968) (xy 155.407219 67.691966) (xy 155.551966 67.547219) (xy 155.551968 67.547215) (xy 155.551971 67.547213) (xy 155.614605 67.461003) (xy 155.672287 67.38161) (xy 155.76522 67.199219) (xy 155.828477 67.004534) (xy 155.8605 66.802352) (xy 155.8605 66.597648) (xy 155.8526 66.547769) (xy 155.828477 66.395465) (xy 155.795022 66.292502) (xy 155.76522 66.200781) (xy 155.765218 66.200778) (xy 155.765218 66.200776) (xy 155.706557 66.085649) (xy 155.672287 66.01839) (xy 155.643957 65.979397) (xy 155.551971 65.852786) (xy 155.407213 65.708028) (xy 155.241614 65.587715) (xy 155.233271 65.583464) (xy 155.148917 65.540483) (xy 155.098123 65.492511) (xy 155.081328 65.42469) (xy 155.103865 65.358555) (xy 155.148917 65.319516) (xy 155.24161 65.272287) (xy 155.301599 65.228703) (xy 155.407213 65.151971) (xy 155.407215 65.151968) (xy 155.407219 65.151966) (xy 155.551966 65.007219) (xy 155.551968 65.007215) (xy 155.551971 65.007213) (xy 155.631833 64.89729) (xy 155.672287 64.84161) (xy 155.76522 64.659219) (xy 155.828477 64.464534) (xy 155.8605 64.262352) (xy 155.8605 64.057648) (xy 155.8589 64.047545) (xy 155.828477 63.855465) (xy 155.765218 63.660776) (xy 155.730818 63.593264) (xy 155.672287 63.47839) (xy 155.664556 63.467749) (xy 155.551971 63.312786) (xy 155.407213 63.168028) (xy 155.241614 63.047715) (xy 155.235006 63.044348) (xy 155.148917 63.000483) (xy 155.098123 62.952511) (xy 155.081328 62.88469) (xy 155.103865 62.818555) (xy 155.148917 62.779516) (xy 155.24161 62.732287) (xy 155.265474 62.714949) (xy 155.407213 62.611971) (xy 155.407215 62.611968) (xy 155.407219 62.611966) (xy 155.551966 62.467219) (xy 155.551968 62.467215) (xy 155.551971 62.467213) (xy 155.630429 62.359223) (xy 155.672287 62.30161) (xy 155.76522 62.119219) (xy 155.828477 61.924534) (xy 155.8605 61.722352) (xy 155.8605 61.517648) (xy 155.83031 61.327041) (xy 155.828477 61.315465) (xy 155.792358 61.204303) (xy 155.76522 61.120781) (xy 155.765218 61.120778) (xy 155.765218 61.120776) (xy 155.720135 61.032297) (xy 155.672287 60.93839) (xy 155.64222 60.897006) (xy 155.551971 60.772786) (xy 155.407213 60.628028) (xy 155.241614 60.507715) (xy 155.214269 60.493782) (xy 155.148917 60.460483) (xy 155.098123 60.412511) (xy 155.081328 60.34469) (xy 155.103865 60.278555) (xy 155.148917 60.239516) (xy 155.24161 60.192287) (xy 155.26277 60.176913) (xy 155.407213 60.071971) (xy 155.407215 60.071968) (xy 155.407219 60.071966) (xy 155.551966 59.927219) (xy 155.551968 59.927215) (xy 155.551971 59.927213) (xy 155.652674 59.788605) (xy 155.672287 59.76161) (xy 155.76522 59.579219) (xy 155.828477 59.384534) (xy 155.8605 59.182352) (xy 155.8605 58.977648) (xy 155.828477 58.775466) (xy 155.828476 58.775464) (xy 155.779888 58.625925) (xy 155.76522 58.580781) (xy 155.765218 58.580778) (xy 155.765218 58.580776) (xy 155.707249 58.467007) (xy 155.672287 58.39839) (xy 155.664556 58.387749) (xy 155.551971 58.232786) (xy 155.407213 58.088028) (xy 155.241614 57.967715) (xy 155.235006 57.964348) (xy 155.148917 57.920483) (xy 155.098123 57.872511) (xy 155.081328 57.80469) (xy 155.103865 57.738555) (xy 155.148917 57.699516) (xy 155.24161 57.652287) (xy 155.308094 57.603984) (xy 155.407213 57.531971) (xy 155.407215 57.531968) (xy 155.407219 57.531966) (xy 155.551966 57.387219) (xy 155.551968 57.387215) (xy 155.551971 57.387213) (xy 155.623384 57.28892) (xy 155.672287 57.22161) (xy 155.76522 57.039219) (xy 155.828477 56.844534) (xy 155.8605 56.642352) (xy 155.8605 56.437648) (xy 155.838315 56.297578) (xy 155.828477 56.235465) (xy 155.779888 56.085925) (xy 155.76522 56.040781) (xy 155.765218 56.040778) (xy 155.765218 56.040776) (xy 155.707249 55.927007) (xy 155.672287 55.85839) (xy 155.664556 55.847749) (xy 155.551971 55.692786) (xy 155.407213 55.548028) (xy 155.241614 55.427715) (xy 155.235006 55.424348) (xy 155.148917 55.380483) (xy 155.098123 55.332511) (xy 155.081328 55.26469) (xy 155.103865 55.198555) (xy 155.148917 55.159516) (xy 155.24161 55.112287) (xy 155.3007 55.069356) (xy 155.407213 54.991971) (xy 155.407215 54.991968) (xy 155.407219 54.991966) (xy 155.551966 54.847219) (xy 155.551968 54.847215) (xy 155.551971 54.847213) (xy 155.623384 54.74892) (xy 155.672287 54.68161) (xy 155.76522 54.499219) (xy 155.828477 54.304534) (xy 155.8605 54.102352) (xy 155.8605 53.897648) (xy 155.828477 53.695466) (xy 155.828476 53.695464) (xy 155.779888 53.545925) (xy 155.76522 53.500781) (xy 155.765218 53.500778) (xy 155.765218 53.500776) (xy 155.707249 53.387007) (xy 155.672287 53.31839) (xy 155.664556 53.307749) (xy 155.551971 53.152786) (xy 155.407213 53.008028) (xy 155.241613 52.887715) (xy 155.241612 52.887714) (xy 155.24161 52.887713) (xy 155.184653 52.858691) (xy 155.059223 52.794781) (xy 154.864534 52.731522) (xy 154.689995 52.703878) (xy 154.662352 52.6995) (xy 154.057648 52.6995) (xy 154.033329 52.703351) (xy 153.855465 52.731522) (xy 153.660776 52.794781) (xy 153.478386 52.887715) (xy 153.312786 53.008028) (xy 153.168028 53.152786) (xy 153.047715 53.318386) (xy 152.954781 53.500776) (xy 152.891522 53.695465) (xy 152.8595 53.897648) (xy 152.8595 54.102351) (xy 152.891522 54.304534) (xy 152.954781 54.499223) (xy 153.047715 54.681613) (xy 153.168028 54.847213) (xy 153.175059 54.854244) (xy 153.208544 54.915567) (xy 153.20356 54.985259) (xy 153.175059 55.029606) (xy 150.868784 57.335881) (xy 150.807461 57.369366) (xy 150.781103 57.3722) (xy 132.937907 57.3722) (xy 132.870868 57.352515) (xy 132.825113 57.299711) (xy 132.815169 57.230553) (xy 132.827422 57.191905) (xy 132.85453 57.138704) (xy 132.90522 57.039219) (xy 132.968477 56.844534) (xy 133.0005 56.642352) (xy 133.0005 56.437648) (xy 132.978315 56.297578) (xy 132.968477 56.235465) (xy 132.919888 56.085925) (xy 132.90522 56.040781) (xy 132.905218 56.040778) (xy 132.905218 56.040776) (xy 132.847249 55.927007) (xy 132.812287 55.85839) (xy 132.804556 55.847749) (xy 132.691971 55.692786) (xy 132.660736 55.661551) (xy 132.627251 55.600228) (xy 132.632235 55.530536) (xy 132.674107 55.474603) (xy 132.70508 55.457689) (xy 132.742331 55.443796) (xy 132.857546 55.357546) (xy 132.943796 55.242331) (xy 132.994091 55.107483) (xy 133.0005 55.047873) (xy 133.000499 52.952128) (xy 132.994091 52.892517) (xy 132.992299 52.887713) (xy 132.943797 52.757671) (xy 132.943793 52.757664) (xy 132.857547 52.642455) (xy 132.857544 52.642452) (xy 132.742335 52.556206) (xy 132.742328 52.556202) (xy 132.607482 52.505908) (xy 132.607483 52.505908) (xy 132.547883 52.499501) (xy 132.547881 52.4995) (xy 132.547873 52.4995) (xy 132.547864 52.4995) (xy 130.452129 52.4995) (xy 130.452123 52.499501) (xy 130.392516 52.505908) (xy 130.257671 52.556202) (xy 130.257664 52.556206) (xy 130.142455 52.642452) (xy 130.142452 52.642455) (xy 130.056206 52.757664) (xy 130.056202 52.757671) (xy 130.005908 52.892517) (xy 129.999501 52.952116) (xy 129.999501 52.952123) (xy 129.9995 52.952135) (xy 129.9995 53.890903) (xy 129.979815 53.957942) (xy 129.927011 54.003697) (xy 129.857853 54.013641) (xy 129.794297 53.984616) (xy 129.787819 53.978584) (xy 128.29749 52.488255) (xy 128.297488 52.488252) (xy 128.178617 52.369381) (xy 128.178616 52.36938) (xy 128.091804 52.31926) (xy 128.091804 52.319259) (xy 128.0918 52.319258) (xy 128.041685 52.290323) (xy 127.888957 52.249399) (xy 127.730843 52.249399) (xy 127.723247 52.249399) (xy 127.723231 52.2494) (xy 97.819957 52.2494) (xy 97.661842 52.2494) (xy 97.509115 52.290323) (xy 97.509114 52.290323) (xy 97.509112 52.290324) (xy 97.509109 52.290325) (xy 97.458996 52.319259) (xy 97.458995 52.31926) (xy 97.415589 52.34432) (xy 97.372185 52.369379) (xy 97.372182 52.369381) (xy 95.21218 54.529384) (xy 95.150857 54.562869) (xy 95.081165 54.557885) (xy 95.025232 54.516013) (xy 95.000815 54.450549) (xy 95.000499 54.441703) (xy 95.000499 52.952129) (xy 95.000498 52.952123) (xy 95.000497 52.952116) (xy 94.994091 52.892517) (xy 94.992299 52.887713) (xy 94.943797 52.757671) (xy 94.943793 52.757664) (xy 94.857547 52.642455) (xy 94.857544 52.642452) (xy 94.742335 52.556206) (xy 94.742328 52.556202) (xy 94.607482 52.505908) (xy 94.607483 52.505908) (xy 94.547883 52.499501) (xy 94.547881 52.4995) (xy 94.547873 52.4995) (xy 94.547864 52.4995) (xy 92.452129 52.4995) (xy 92.452123 52.499501) (xy 92.392516 52.505908) (xy 92.257671 52.556202) (xy 92.257664 52.556206) (xy 92.142455 52.642452) (xy 92.142452 52.642455) (xy 92.056206 52.757664) (xy 92.056202 52.757671) (xy 92.005908 52.892517) (xy 91.999501 52.952116) (xy 91.999501 52.952123) (xy 91.9995 52.952135) (xy 91.9995 55.04787) (xy 91.999501 55.047876) (xy 92.005909 55.107484) (xy 92.05129 55.22916) (xy 92.056274 55.298851) (xy 92.022789 55.360173) (xy 87.131286 60.251678) (xy 87.019481 60.363482) (xy 87.019479 60.363485) (xy 86.989866 60.414778) (xy 86.989865 60.41478) (xy 86.940423 60.500414) (xy 86.940423 60.500415) (xy 86.899499 60.653143) (xy 86.899499 60.653145) (xy 86.899499 60.821246) (xy 86.8995 60.821259) (xy 86.8995 77.544951) (xy 86.879815 77.61199) (xy 86.834518 77.654006) (xy 86.676493 77.739524) (xy 86.480257 77.892261) (xy 86.311833 78.075217) (xy 86.175826 78.283393) (xy 86.075936 78.511118) (xy 86.014892 78.752175) (xy 86.01489 78.752187) (xy 85.994357 78.999994) (xy 84.505141 78.999994) (xy 84.484614 78.75227) (xy 84.484612 78.752261) (xy 84.423587 78.511282) (xy 84.323731 78.28363) (xy 84.223434 78.130116) (xy 83.523787 78.829764) (xy 83.512518 78.787708) (xy 83.44011 78.662292) (xy 83.337708 78.55989) (xy 83.212292 78.487482) (xy 83.170235 78.476212) (xy 83.870057 77.77639) (xy 83.870056 77.776389) (xy 83.823229 77.739943) (xy 83.604614 77.621635) (xy 83.604603 77.62163) (xy 83.369493 77.540916) (xy 83.124293 77.5) (xy 82.875707 77.5) (xy 82.630506 77.540916) (xy 82.395396 77.62163) (xy 82.39539 77.621632) (xy 82.176761 77.739949) (xy 82.129942 77.776388) (xy 82.129942 77.77639) (xy 82.829765 78.476212) (xy 82.787708 78.487482) (xy 82.662292 78.55989) (xy 82.55989 78.662292) (xy 82.487482 78.787708) (xy 82.476212 78.829764) (xy 81.776564 78.130116) (xy 81.676267 78.283632) (xy 81.576412 78.511282) (xy 81.515387 78.752261) (xy 81.515385 78.75227) (xy 81.494859 78.999994) (xy 80.5005 78.999994) (xy 80.5005 41.499995) (xy 172.244592 41.499995) (xy 172.244592 41.500004) (xy 172.264196 41.76162) (xy 172.264197 41.761625) (xy 172.322576 42.017402) (xy 172.322578 42.017411) (xy 172.32258 42.017416) (xy 172.418432 42.261643) (xy 172.549614 42.488857) (xy 172.681736 42.654533) (xy 172.713198 42.693985) (xy 172.838234 42.81) (xy 172.905521 42.872433) (xy 173.122296 43.020228) (xy 173.122301 43.02023) (xy 173.122302 43.020231) (xy 173.122303 43.020232) (xy 173.247843 43.080688) (xy 173.358673 43.134061) (xy 173.358674 43.134061) (xy 173.358677 43.134063) (xy 173.609385 43.211396) (xy 173.868818 43.2505) (xy 174.131182 43.2505) (xy 174.390615 43.211396) (xy 174.641323 43.134063) (xy 174.877704 43.020228) (xy 175.094479 42.872433) (xy 175.286805 42.693981) (xy 175.450386 42.488857) (xy 175.581568 42.261643) (xy 175.67742 42.017416) (xy 175.735802 41.76163) (xy 175.753582 41.524365) (xy 175.755408 41.500004) (xy 175.755408 41.499995) (xy 175.735803 41.238379) (xy 175.735802 41.238374) (xy 175.735802 41.23837) (xy 175.67742 40.982584) (xy 175.581568 40.738357) (xy 175.450386 40.511143) (xy 175.286805 40.306019) (xy 175.286804 40.306018) (xy 175.286801 40.306014) (xy 175.094479 40.127567) (xy 174.877704 39.979772) (xy 174.8777 39.97977) (xy 174.877697 39.979768) (xy 174.877696 39.979767) (xy 174.641325 39.865938) (xy 174.641327 39.865938) (xy 174.390623 39.788606) (xy 174.390619 39.788605) (xy 174.390615 39.788604) (xy 174.265823 39.769794) (xy 174.131187 39.7495) (xy 174.131182 39.7495) (xy 173.868818 39.7495) (xy 173.868812 39.7495) (xy 173.707247 39.773853) (xy 173.609385 39.788604) (xy 173.609382 39.788605) (xy 173.609376 39.788606) (xy 173.358673 39.865938) (xy 173.122303 39.979767) (xy 173.122302 39.979768) (xy 172.90552 40.127567) (xy 172.713198 40.306014) (xy 172.549614 40.511143) (xy 172.418432 40.738356) (xy 172.322582 40.982578) (xy 172.322576 40.982597) (xy 172.264197 41.238374) (xy 172.264196 41.238379) (xy 172.244592 41.499995) (xy 80.5005 41.499995) (xy 80.5005 29.052155) (xy 155.325 29.052155) (xy 155.325 29.75) (xy 156.349722 29.75) (xy 156.305667 29.826306) (xy 156.275 29.940756) (xy 156.275 30.059244) (xy 156.305667 30.173694) (xy 156.349722 30.25) (xy 155.325 30.25) (xy 155.325 30.947844) (xy 155.331401 31.007372) (xy 155.331403 31.007379) (xy 155.381645 31.142086) (xy 155.381649 31.142093) (xy 155.467809 31.257187) (xy 155.467812 31.25719) (xy 155.582906 31.34335) (xy 155.582913 31.343354) (xy 155.71762 31.393596) (xy 155.717627 31.393598) (xy 155.777155 31.399999) (xy 155.777172 31.4) (xy 156.475 31.4) (xy 156.475 30.375277) (xy 156.551306 30.419333) (xy 156.665756 30.45) (xy 156.784244 30.45) (xy 156.898694 30.419333) (xy 156.975 30.375277) (xy 156.975 31.4) (xy 157.672828 31.4) (xy 157.672844 31.399999) (xy 157.732372 31.393598) (xy 157.732379 31.393596) (xy 157.867086 31.343354) (xy 157.867093 31.34335) (xy 157.982187 31.25719) (xy 157.98219 31.257187) (xy 158.06835 31.142093) (xy 158.068355 31.142084) (xy 158.097075 31.065081) (xy 158.138945 31.009147) (xy 158.204409 30.984729) (xy 158.272682 30.99958) (xy 158.304484 31.024428) (xy 158.313216 31.033913) (xy 158.313219 31.033915) (xy 158.313222 31.033918) (xy 158.496365 31.176464) (xy 158.496376 31.176471) (xy 158.599517 31.232288) (xy 158.649108 31.281507) (xy 158.6645 31.341343) (xy 158.6645 33.624902) (xy 158.644815 33.691941) (xy 158.628181 33.712583) (xy 158.442705 33.898058) (xy 158.381382 33.931543) (xy 158.322931 33.930152) (xy 158.226697 33.904366) (xy 158.226693 33.904365) (xy 158.226692 33.904365) (xy 158.226691 33.904364) (xy 158.226686 33.904364) (xy 158.000002 33.884532) (xy 157.999998 33.884532) (xy 157.773313 33.904364) (xy 157.773302 33.904366) (xy 157.553511 33.963258) (xy 157.553502 33.963261) (xy 157.347267 34.059431) (xy 157.347265 34.059432) (xy 157.160858 34.189954) (xy 156.999954 34.350858) (xy 156.869432 34.537265) (xy 156.869431 34.537267) (xy 156.773261 34.743502) (xy 156.773258 34.743511) (xy 156.714366 34.963302) (xy 156.714364 34.963313) (xy 156.694532 35.189998) (xy 156.694532 35.190001) (xy 156.714364 35.416686) (xy 156.714366 35.416697) (xy 156.773258 35.636488) (xy 156.773261 35.636497) (xy 156.869431 35.842732) (xy 156.869432 35.842734) (xy 156.999954 36.029141) (xy 157.160858 36.190045) (xy 157.160861 36.190047) (xy 157.347266 36.320568) (xy 157.553504 36.416739) (xy 157.773308 36.475635) (xy 157.93523 36.489801) (xy 157.999998 36.495468) (xy 158 36.495468) (xy 158.000002 36.495468) (xy 158.056673 36.490509) (xy 158.226692 36.475635) (xy 158.446496 36.416739) (xy 158.652734 36.320568) (xy 158.839139 36.190047) (xy 159.000047 36.029139) (xy 159.130568 35.842734) (xy 159.226739 35.636496) (xy 159.285635 35.416692) (xy 159.304406 35.202135) (xy 172.2495 35.202135) (xy 172.2495 37.79787) (xy 172.249501 37.797876) (xy 172.255908 37.857483) (xy 172.306202 37.992328) (xy 172.306206 37.992335) (xy 172.392452 38.107544) (xy 172.392455 38.107547) (xy 172.507664 38.193793) (xy 172.507671 38.193797) (xy 172.642517 38.244091) (xy 172.642516 38.244091) (xy 172.649444 38.244835) (xy 172.702127 38.2505) (xy 175.297872 38.250499) (xy 175.357483 38.244091) (xy 175.492331 38.193796) (xy 175.607546 38.107546) (xy 175.693796 37.992331) (xy 175.744091 37.857483) (xy 175.7505 37.797873) (xy 175.750499 35.202128) (xy 175.744091 35.142517) (xy 175.693796 35.007669) (xy 175.693795 35.007668) (xy 175.693793 35.007664) (xy 175.607547 34.892455) (xy 175.607544 34.892452) (xy 175.492335 34.806206) (xy 175.492328 34.806202) (xy 175.357482 34.755908) (xy 175.357483 34.755908) (xy 175.297883 34.749501) (xy 175.297881 34.7495) (xy 175.297873 34.7495) (xy 175.297864 34.7495) (xy 172.702129 34.7495) (xy 172.702123 34.749501) (xy 172.642516 34.755908) (xy 172.507671 34.806202) (xy 172.507664 34.806206) (xy 172.392455 34.892452) (xy 172.392452 34.892455) (xy 172.306206 35.007664) (xy 172.306202 35.007671) (xy 172.255908 35.142517) (xy 172.249501 35.202116) (xy 172.249501 35.202123) (xy 172.2495 35.202135) (xy 159.304406 35.202135) (xy 159.305468 35.19) (xy 159.285635 34.963308) (xy 159.259847 34.867066) (xy 159.26151 34.797217) (xy 159.291939 34.747294) (xy 159.623506 34.415728) (xy 159.623511 34.415724) (xy 159.633714 34.40552) (xy 159.633716 34.40552) (xy 159.74552 34.293716) (xy 159.805427 34.189953) (xy 159.824577 34.156785) (xy 159.8655 34.004057) (xy 159.8655 33.845943) (xy 159.8655 31.341343) (xy 159.885185 31.274304) (xy 159.930483 31.232288) (xy 160.033626 31.17647) (xy 160.216784 31.033913) (xy 160.373979 30.863153) (xy 160.500924 30.668849) (xy 160.594157 30.4563) (xy 160.651134 30.231305) (xy 160.6703 30) (xy 160.6703 29.999993) (xy 160.651135 29.768702) (xy 160.651133 29.768691) (xy 160.594157 29.543699) (xy 160.500924 29.331151) (xy 160.373983 29.136852) (xy 160.37398 29.136849) (xy 160.373979 29.136847) (xy 160.216784 28.966087) (xy 160.216779 28.966083) (xy 160.216777 28.966081) (xy 160.033634 28.823535) (xy 160.033628 28.823531) (xy 159.829504 28.713064) (xy 159.829495 28.713061) (xy 159.609984 28.637702) (xy 159.422404 28.606401) (xy 159.381049 28.5995) (xy 159.148951 28.5995) (xy 159.107596 28.606401) (xy 158.920015 28.637702) (xy 158.700504 28.713061) (xy 158.700495 28.713064) (xy 158.496371 28.823531) (xy 158.496365 28.823535) (xy 158.313222 28.966081) (xy 158.313215 28.966087) (xy 158.304484 28.975572) (xy 158.244595 29.011561) (xy 158.174757 29.009458) (xy 158.117143 28.969932) (xy 158.097075 28.934918) (xy 158.068355 28.857915) (xy 158.06835 28.857906) (xy 157.98219 28.742812) (xy 157.982187 28.742809) (xy 157.867093 28.656649) (xy 157.867086 28.656645) (xy 157.732379 28.606403) (xy 157.732372 28.606401) (xy 157.672844 28.6) (xy 156.975 28.6) (xy 156.975 29.624722) (xy 156.898694 29.580667) (xy 156.784244 29.55) (xy 156.665756 29.55) (xy 156.551306 29.580667) (xy 156.475 29.624722) (xy 156.475 28.6) (xy 155.777155 28.6) (xy 155.717627 28.606401) (xy 155.71762 28.606403) (xy 155.582913 28.656645) (xy 155.582906 28.656649) (xy 155.467812 28.742809) (xy 155.467809 28.742812) (xy 155.381649 28.857906) (xy 155.381645 28.857913) (xy 155.331403 28.99262) (xy 155.331401 28.992627) (xy 155.325 29.052155) (xy 80.5005 29.052155) (xy 80.5005 26.1245) (xy 80.520185 26.057461) (xy 80.572989 26.011706) (xy 80.6245 26.0005) (xy 178.3755 26.0005) ) ) ) ) ================================================ FILE: Kicad 8/Kicad 8/Kicad 8.kicad_prl ================================================ { "board": { "active_layer": 37, "active_layer_preset": "", "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": true, "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_7ffffffe", "zone_display_mode": 0 }, "git": { "repo_password": "", "repo_type": "", "repo_username": "", "ssh_key": "" }, "meta": { "filename": "Kicad 8.kicad_prl", "version": 3 }, "project": { "files": [] } } ================================================ FILE: Kicad 8/Kicad 8/Kicad 8.kicad_pro ================================================ { "board": { "3dviewports": [], "design_settings": { "defaults": { "apply_defaults_to_fp_fields": false, "apply_defaults_to_fp_shapes": false, "apply_defaults_to_fp_text": false, "board_outline_line_width": 0.05, "copper_line_width": 0.2, "copper_text_italic": false, "copper_text_size_h": 1.5, "copper_text_size_v": 1.5, "copper_text_thickness": 0.3, "copper_text_upright": false, "courtyard_line_width": 0.05, "dimension_precision": 4, "dimension_units": 3, "dimensions": { "arrow_length": 1270000, "extension_offset": 500000, "keep_text_aligned": true, "suppress_zeroes": false, "text_position": 0, "units_format": 1 }, "fab_line_width": 0.1, "fab_text_italic": false, "fab_text_size_h": 1.0, "fab_text_size_v": 1.0, "fab_text_thickness": 0.15, "fab_text_upright": false, "other_line_width": 0.1, "other_text_italic": false, "other_text_size_h": 1.0, "other_text_size_v": 1.0, "other_text_thickness": 0.15, "other_text_upright": false, "pads": { "drill": 0.762, "height": 1.524, "width": 1.524 }, "silk_line_width": 0.1, "silk_text_italic": false, "silk_text_size_h": 1.0, "silk_text_size_v": 1.0, "silk_text_thickness": 0.1, "silk_text_upright": false, "zones": { "min_clearance": 0.5 } }, "diff_pair_dimensions": [ { "gap": 0.0, "via_gap": 0.0, "width": 0.0 } ], "drc_exclusions": [], "meta": { "version": 2 }, "rule_severities": { "annular_width": "error", "clearance": "error", "connection_width": "warning", "copper_edge_clearance": "error", "copper_sliver": "warning", "courtyards_overlap": "error", "diff_pair_gap_out_of_range": "error", "diff_pair_uncoupled_length_too_long": "error", "drill_out_of_range": "error", "duplicate_footprints": "warning", "extra_footprint": "warning", "footprint": "error", "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "ignore", "hole_clearance": "error", "hole_near_hole": "error", "holes_co_located": "warning", "invalid_outline": "error", "isolated_copper": "warning", "item_on_disabled_layer": "error", "items_not_allowed": "error", "length_out_of_range": "error", "lib_footprint_issues": "warning", "lib_footprint_mismatch": "warning", "malformed_courtyard": "error", "microvia_drill_out_of_range": "error", "missing_courtyard": "ignore", "missing_footprint": "warning", "net_conflict": "warning", "npth_inside_courtyard": "ignore", "padstack": "warning", "pth_inside_courtyard": "ignore", "shorting_items": "error", "silk_edge_clearance": "warning", "silk_over_copper": "warning", "silk_overlap": "warning", "skew_out_of_range": "error", "solder_mask_bridge": "error", "starved_thermal": "error", "text_height": "warning", "text_thickness": "warning", "through_hole_pad_without_hole": "error", "too_many_vias": "error", "track_dangling": "warning", "track_width": "error", "tracks_crossing": "error", "unconnected_items": "error", "unresolved_variable": "error", "via_dangling": "warning", "zones_intersect": "error" }, "rules": { "max_error": 0.005, "min_clearance": 0.0, "min_connection": 0.0, "min_copper_edge_clearance": 0.5, "min_hole_clearance": 0.25, "min_hole_to_hole": 0.25, "min_microvia_diameter": 0.2, "min_microvia_drill": 0.1, "min_resolved_spokes": 1, "min_silk_clearance": 0.0, "min_text_height": 0.8, "min_text_thickness": 0.08, "min_through_hole_diameter": 0.3, "min_track_width": 0.0, "min_via_annular_width": 0.1, "min_via_diameter": 0.5, "solder_mask_to_copper_clearance": 0.0, "use_height_for_length_calcs": true }, "teardrop_options": [ { "td_onpadsmd": true, "td_onroundshapesonly": false, "td_ontrackend": false, "td_onviapad": true } ], "teardrop_parameters": [ { "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, "td_on_pad_in_zone": false, "td_target_name": "td_round_shape", "td_width_to_size_filter_ratio": 0.9 }, { "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, "td_on_pad_in_zone": false, "td_target_name": "td_rect_shape", "td_width_to_size_filter_ratio": 0.9 }, { "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, "td_on_pad_in_zone": false, "td_target_name": "td_track_end", "td_width_to_size_filter_ratio": 0.9 } ], "track_widths": [ 0.0 ], "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 } ], "zones_allow_external_fillets": false }, "ipc2581": { "dist": "", "distpn": "", "internal_id": "", "mfg": "", "mpn": "" }, "layer_presets": [], "viewports": [] }, "boards": [], "cvpcb": { "equivalence_files": [] }, "erc": { "erc_exclusions": [], "meta": { "version": 0 }, "pin_map": [ [ 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2 ], [ 0, 2, 0, 1, 0, 0, 1, 0, 2, 2, 2, 2 ], [ 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 2 ], [ 0, 1, 0, 0, 0, 0, 1, 1, 2, 1, 1, 2 ], [ 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 ], [ 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 2 ], [ 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 2 ], [ 0, 2, 1, 2, 0, 0, 1, 0, 2, 2, 2, 2 ], [ 0, 2, 0, 1, 0, 0, 1, 0, 2, 0, 0, 2 ], [ 0, 2, 1, 1, 0, 0, 1, 0, 2, 0, 0, 2 ], [ 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2 ] ], "rule_severities": { "bus_definition_conflict": "error", "bus_entry_needed": "error", "bus_to_bus_conflict": "error", "bus_to_net_conflict": "error", "conflicting_netclasses": "error", "different_unit_footprint": "error", "different_unit_net": "error", "duplicate_reference": "error", "duplicate_sheet_names": "error", "endpoint_off_grid": "warning", "extra_units": "error", "global_label_dangling": "warning", "hier_label_mismatch": "error", "label_dangling": "error", "lib_symbol_issues": "warning", "missing_bidi_pin": "warning", "missing_input_pin": "warning", "missing_power_pin": "error", "missing_unit": "warning", "multiple_net_names": "warning", "net_not_bus_member": "warning", "no_connect_connected": "warning", "no_connect_dangling": "warning", "pin_not_connected": "error", "pin_not_driven": "error", "pin_to_pin": "warning", "power_pin_not_driven": "error", "similar_labels": "warning", "simulation_model_issue": "ignore", "unannotated": "error", "unit_value_mismatch": "error", "unresolved_variable": "error", "wire_dangling": "error" } }, "libraries": { "pinned_footprint_libs": [], "pinned_symbol_libs": [] }, "meta": { "filename": "Kicad 8.kicad_pro", "version": 1 }, "net_settings": { "classes": [ { "bus_width": 12, "clearance": 0.2, "diff_pair_gap": 0.25, "diff_pair_via_gap": 0.25, "diff_pair_width": 0.2, "line_style": 0, "microvia_diameter": 0.3, "microvia_drill": 0.1, "name": "Default", "pcb_color": "rgba(0, 0, 0, 0.000)", "schematic_color": "rgba(0, 0, 0, 0.000)", "track_width": 0.2, "via_diameter": 0.6, "via_drill": 0.3, "wire_width": 6 } ], "meta": { "version": 3 }, "net_colors": null, "netclass_assignments": null, "netclass_patterns": [] }, "pcbnew": { "last_paths": { "gencad": "", "idf": "", "netlist": "", "plot": "kicad 8 video gerbers/", "pos_files": "", "specctra_dsn": "", "step": "", "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, "bom_export_filename": "", "bom_fmt_presets": [], "bom_fmt_settings": { "field_delimiter": ",", "keep_line_breaks": false, "keep_tabs": false, "name": "CSV", "ref_delimiter": ",", "ref_range_delimiter": "", "string_delimiter": "\"" }, "bom_presets": [], "bom_settings": { "exclude_dnp": false, "fields_ordered": [ { "group_by": false, "label": "Reference", "name": "Reference", "show": true }, { "group_by": true, "label": "Value", "name": "Value", "show": true }, { "group_by": false, "label": "Datasheet", "name": "Datasheet", "show": true }, { "group_by": false, "label": "Footprint", "name": "Footprint", "show": true }, { "group_by": false, "label": "Qty", "name": "${QUANTITY}", "show": true }, { "group_by": true, "label": "DNP", "name": "${DNP}", "show": true } ], "filter_string": "", "group_symbols": true, "name": "Grouped By Value", "sort_asc": true, "sort_field": "Reference" }, "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, "default_line_thickness": 6.0, "default_text_size": 50.0, "field_names": [], "intersheets_ref_own_page": false, "intersheets_ref_prefix": "", "intersheets_ref_short": false, "intersheets_ref_show": false, "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.375, "operating_point_overlay_i_precision": 3, "operating_point_overlay_i_range": "~A", "operating_point_overlay_v_precision": 3, "operating_point_overlay_v_range": "~V", "overbar_offset_ratio": 1.23, "pin_symbol_size": 25.0, "text_offset_ratio": 0.15 }, "legacy_lib_dir": "", "legacy_lib_list": [], "meta": { "version": 1 }, "net_format_name": "", "page_layout_descr_file": "", "plot_directory": "", "spice_current_sheet_as_root": false, "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 }, "sheets": [ [ "f013cab0-cf41-4f46-b8e3-39a853954b51", "Root" ] ], "text_variables": {} } ================================================ FILE: Kicad 8/Kicad 8/Kicad 8.kicad_sch ================================================ (kicad_sch (version 20231120) (generator "eeschema") (generator_version "8.0") (uuid "f013cab0-cf41-4f46-b8e3-39a853954b51") (paper "A0") (lib_symbols (symbol "Connector:Conn_01x05_Pin" (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_01x05_Pin" (at 0 -7.62 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, 01x05, 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_01x05_Pin_1_1" (polyline (pts (xy 1.27 -5.08) (xy 0.8636 -5.08) ) (stroke (width 0.1524) (type default) ) (fill (type none) ) ) (polyline (pts (xy 1.27 -2.54) (xy 0.8636 -2.54) ) (stroke (width 0.1524) (type default) ) (fill (type none) ) ) (polyline (pts (xy 1.27 0) (xy 0.8636 0) ) (stroke (width 0.1524) (type default) ) (fill (type none) ) ) (polyline (pts (xy 1.27 2.54) (xy 0.8636 2.54) ) (stroke (width 0.1524) (type default) ) (fill (type none) ) ) (polyline (pts (xy 1.27 5.08) (xy 0.8636 5.08) ) (stroke (width 0.1524) (type default) ) (fill (type none) ) ) (rectangle (start 0.8636 -4.953) (end 0 -5.207) (stroke (width 0.1524) (type default) ) (fill (type outline) ) ) (rectangle (start 0.8636 -2.413) (end 0 -2.667) (stroke (width 0.1524) (type default) ) (fill (type outline) ) ) (rectangle (start 0.8636 0.127) (end 0 -0.127) (stroke (width 0.1524) (type default) ) (fill (type outline) ) ) (rectangle (start 0.8636 2.667) (end 0 2.413) (stroke (width 0.1524) (type default) ) (fill (type outline) ) ) (rectangle (start 0.8636 5.207) (end 0 4.953) (stroke (width 0.1524) (type default) ) (fill (type outline) ) ) (pin passive line (at 5.08 5.08 180) (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 180) (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 180) (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 180) (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 180) (length 3.81) (name "Pin_5" (effects (font (size 1.27 1.27) ) ) ) (number "5" (effects (font (size 1.27 1.27) ) ) ) ) ) ) (symbol "Connector:Conn_01x08_Pin" (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_Pin" (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_Pin_1_1" (polyline (pts (xy 1.27 -10.16) (xy 0.8636 -10.16) ) (stroke (width 0.1524) (type default) ) (fill (type none) ) ) (polyline (pts (xy 1.27 -7.62) (xy 0.8636 -7.62) ) (stroke (width 0.1524) (type default) ) (fill (type none) ) ) (polyline (pts (xy 1.27 -5.08) (xy 0.8636 -5.08) ) (stroke (width 0.1524) (type default) ) (fill (type none) ) ) (polyline (pts (xy 1.27 -2.54) (xy 0.8636 -2.54) ) (stroke (width 0.1524) (type default) ) (fill (type none) ) ) (polyline (pts (xy 1.27 0) (xy 0.8636 0) ) (stroke (width 0.1524) (type default) ) (fill (type none) ) ) (polyline (pts (xy 1.27 2.54) (xy 0.8636 2.54) ) (stroke (width 0.1524) (type default) ) (fill (type none) ) ) (polyline (pts (xy 1.27 5.08) (xy 0.8636 5.08) ) (stroke (width 0.1524) (type default) ) (fill (type none) ) ) (polyline (pts (xy 1.27 7.62) (xy 0.8636 7.62) ) (stroke (width 0.1524) (type default) ) (fill (type none) ) ) (rectangle (start 0.8636 -10.033) (end 0 -10.287) (stroke (width 0.1524) (type default) ) (fill (type outline) ) ) (rectangle (start 0.8636 -7.493) (end 0 -7.747) (stroke (width 0.1524) (type default) ) (fill (type outline) ) ) (rectangle (start 0.8636 -4.953) (end 0 -5.207) (stroke (width 0.1524) (type default) ) (fill (type outline) ) ) (rectangle (start 0.8636 -2.413) (end 0 -2.667) (stroke (width 0.1524) (type default) ) (fill (type outline) ) ) (rectangle (start 0.8636 0.127) (end 0 -0.127) (stroke (width 0.1524) (type default) ) (fill (type outline) ) ) (rectangle (start 0.8636 2.667) (end 0 2.413) (stroke (width 0.1524) (type default) ) (fill (type outline) ) ) (rectangle (start 0.8636 5.207) (end 0 4.953) (stroke (width 0.1524) (type default) ) (fill (type outline) ) ) (rectangle (start 0.8636 7.747) (end 0 7.493) (stroke (width 0.1524) (type default) ) (fill (type outline) ) ) (pin passive line (at 5.08 7.62 180) (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 180) (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 180) (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 180) (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 180) (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 180) (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 180) (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 180) (length 3.81) (name "Pin_8" (effects (font (size 1.27 1.27) ) ) ) (number "8" (effects (font (size 1.27 1.27) ) ) ) ) ) ) (symbol "Device:LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D" (at 0 2.54 0) (effects (font (size 1.27 1.27) ) ) ) (property "Value" "LED" (at 0 -2.54 0) (effects (font (size 1.27 1.27) ) ) ) (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (symbol "LED_0_1" (polyline (pts (xy -1.27 -1.27) (xy -1.27 1.27) ) (stroke (width 0.254) (type default) ) (fill (type none) ) ) (polyline (pts (xy -1.27 0) (xy 1.27 0) ) (stroke (width 0) (type default) ) (fill (type none) ) ) (polyline (pts (xy 1.27 -1.27) (xy 1.27 1.27) (xy -1.27 0) (xy 1.27 -1.27) ) (stroke (width 0.254) (type default) ) (fill (type none) ) ) (polyline (pts (xy -3.048 -0.762) (xy -4.572 -2.286) (xy -3.81 -2.286) (xy -4.572 -2.286) (xy -4.572 -1.524) ) (stroke (width 0) (type default) ) (fill (type none) ) ) (polyline (pts (xy -1.778 -0.762) (xy -3.302 -2.286) (xy -2.54 -2.286) (xy -3.302 -2.286) (xy -3.302 -1.524) ) (stroke (width 0) (type default) ) (fill (type none) ) ) ) (symbol "LED_1_1" (pin passive line (at -3.81 0 0) (length 2.54) (name "K" (effects (font (size 1.27 1.27) ) ) ) (number "1" (effects (font (size 1.27 1.27) ) ) ) ) (pin passive line (at 3.81 0 180) (length 2.54) (name "A" (effects (font (size 1.27 1.27) ) ) ) (number "2" (effects (font (size 1.27 1.27) ) ) ) ) ) ) (symbol "Device: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_Module:WeMos_D1_mini" (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U" (at 3.81 19.05 0) (effects (font (size 1.27 1.27) ) (justify left) ) ) (property "Value" "WeMos_D1_mini" (at 1.27 -19.05 0) (effects (font (size 1.27 1.27) ) (justify left) ) ) (property "Footprint" "Module:WEMOS_D1_mini_light" (at 0 -29.21 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Datasheet" "https://wiki.wemos.cc/products:d1:d1_mini#documentation" (at -46.99 -29.21 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Description" "32-bit microcontroller module with WiFi" (at 0 0 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "ki_keywords" "ESP8266 WiFi microcontroller ESP8266EX" (at 0 0 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "ki_fp_filters" "WEMOS*D1*mini*" (at 0 0 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (symbol "WeMos_D1_mini_1_1" (rectangle (start -7.62 17.78) (end 7.62 -17.78) (stroke (width 0.254) (type default) ) (fill (type background) ) ) (pin input line (at -10.16 10.16 0) (length 2.54) (name "~{RST}" (effects (font (size 1.27 1.27) ) ) ) (number "1" (effects (font (size 1.27 1.27) ) ) ) ) (pin power_in line (at 0 -20.32 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 10.16 0 180) (length 2.54) (name "D4" (effects (font (size 1.27 1.27) ) ) ) (number "11" (effects (font (size 1.27 1.27) ) ) ) ) (pin bidirectional line (at 10.16 2.54 180) (length 2.54) (name "D3" (effects (font (size 1.27 1.27) ) ) ) (number "12" (effects (font (size 1.27 1.27) ) ) ) ) (pin bidirectional line (at 10.16 5.08 180) (length 2.54) (name "SDA/D2" (effects (font (size 1.27 1.27) ) ) ) (number "13" (effects (font (size 1.27 1.27) ) ) ) ) (pin bidirectional line (at 10.16 7.62 180) (length 2.54) (name "SCL/D1" (effects (font (size 1.27 1.27) ) ) ) (number "14" (effects (font (size 1.27 1.27) ) ) ) ) (pin input line (at -10.16 2.54 0) (length 2.54) (name "RX" (effects (font (size 1.27 1.27) ) ) ) (number "15" (effects (font (size 1.27 1.27) ) ) ) ) (pin output line (at -10.16 0 0) (length 2.54) (name "TX" (effects (font (size 1.27 1.27) ) ) ) (number "16" (effects (font (size 1.27 1.27) ) ) ) ) (pin input line (at 10.16 12.7 180) (length 2.54) (name "A0" (effects (font (size 1.27 1.27) ) ) ) (number "2" (effects (font (size 1.27 1.27) ) ) ) ) (pin bidirectional line (at 10.16 10.16 180) (length 2.54) (name "D0" (effects (font (size 1.27 1.27) ) ) ) (number "3" (effects (font (size 1.27 1.27) ) ) ) ) (pin bidirectional line (at 10.16 -2.54 180) (length 2.54) (name "SCK/D5" (effects (font (size 1.27 1.27) ) ) ) (number "4" (effects (font (size 1.27 1.27) ) ) ) ) (pin bidirectional line (at 10.16 -5.08 180) (length 2.54) (name "MISO/D6" (effects (font (size 1.27 1.27) ) ) ) (number "5" (effects (font (size 1.27 1.27) ) ) ) ) (pin bidirectional line (at 10.16 -7.62 180) (length 2.54) (name "MOSI/D7" (effects (font (size 1.27 1.27) ) ) ) (number "6" (effects (font (size 1.27 1.27) ) ) ) ) (pin bidirectional line (at 10.16 -10.16 180) (length 2.54) (name "CS/D8" (effects (font (size 1.27 1.27) ) ) ) (number "7" (effects (font (size 1.27 1.27) ) ) ) ) (pin power_out line (at 2.54 20.32 270) (length 2.54) (name "3V3" (effects (font (size 1.27 1.27) ) ) ) (number "8" (effects (font (size 1.27 1.27) ) ) ) ) (pin power_in line (at -2.54 20.32 270) (length 2.54) (name "5V" (effects (font (size 1.27 1.27) ) ) ) (number "9" (effects (font (size 1.27 1.27) ) ) ) ) ) ) (symbol "Switch:SW_Push" (pin_numbers hide) (pin_names (offset 1.016) hide) (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "SW" (at 1.27 2.54 0) (effects (font (size 1.27 1.27) ) (justify left) ) ) (property "Value" "SW_Push" (at 0 -1.524 0) (effects (font (size 1.27 1.27) ) ) ) (property "Footprint" "" (at 0 5.08 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Datasheet" "~" (at 0 5.08 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Description" "Push button switch, generic, two pins" (at 0 0 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "ki_keywords" "switch normally-open pushbutton push-button" (at 0 0 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (symbol "SW_Push_0_1" (circle (center -2.032 0) (radius 0.508) (stroke (width 0) (type default) ) (fill (type none) ) ) (polyline (pts (xy 0 1.27) (xy 0 3.048) ) (stroke (width 0) (type default) ) (fill (type none) ) ) (polyline (pts (xy 2.54 1.27) (xy -2.54 1.27) ) (stroke (width 0) (type default) ) (fill (type none) ) ) (circle (center 2.032 0) (radius 0.508) (stroke (width 0) (type default) ) (fill (type none) ) ) (pin passive line (at -5.08 0 0) (length 2.54) (name "1" (effects (font (size 1.27 1.27) ) ) ) (number "1" (effects (font (size 1.27 1.27) ) ) ) ) (pin passive line (at 5.08 0 180) (length 2.54) (name "2" (effects (font (size 1.27 1.27) ) ) ) (number "2" (effects (font (size 1.27 1.27) ) ) ) ) ) ) (symbol "power:GND" (power) (pin_numbers hide) (pin_names (offset 0) hide) (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27) ) ) ) (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (symbol "GND_0_1" (polyline (pts (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) ) (stroke (width 0) (type default) ) (fill (type none) ) ) ) (symbol "GND_1_1" (pin power_in line (at 0 0 270) (length 0) (name "~" (effects (font (size 1.27 1.27) ) ) ) (number "1" (effects (font (size 1.27 1.27) ) ) ) ) ) ) ) (junction (at 219.71 290.83) (diameter 0) (color 0 0 0 0) (uuid "0553e3de-d53d-4ac3-b6e9-d6f01bd13d76") ) (junction (at 299.72 288.29) (diameter 0) (color 0 0 0 0) (uuid "080064a1-7680-41df-afe3-c57fc93413a6") ) (junction (at 205.74 140.97) (diameter 0) (color 0 0 0 0) (uuid "0834574c-51f2-454c-82a5-191cbad9cc68") ) (junction (at 186.69 105.41) (diameter 0) (color 0 0 0 0) (uuid "0d239a83-033f-43f8-8291-3657b9e2762b") ) (junction (at 273.05 71.12) (diameter 0) (color 0 0 0 0) (uuid "148e90c7-350d-4e5f-8e18-0f279844f025") ) (junction (at 243.84 36.83) (diameter 0) (color 0 0 0 0) (uuid "159a04a8-4498-45dc-bfcb-5413e0f89b1b") ) (junction (at 255.27 148.59) (diameter 0) (color 0 0 0 0) (uuid "1c79392d-9180-4a1c-8f83-db1da1da1e3a") ) (junction (at 205.74 146.05) (diameter 0) (color 0 0 0 0) (uuid "1da8a348-eff5-47e7-a599-4d9e3436190e") ) (junction (at 214.63 33.02) (diameter 0) (color 0 0 0 0) (uuid "2230d5ab-738b-44c0-8540-8f213ad519cc") ) (junction (at 248.92 46.99) (diameter 0) (color 0 0 0 0) (uuid "224b89c6-8f99-4b92-bdd9-c8835fe536ed") ) (junction (at 287.02 300.99) (diameter 0) (color 0 0 0 0) (uuid "26369146-bfe9-4d78-92e2-3d9ef3901143") ) (junction (at 287.02 209.55) (diameter 0) (color 0 0 0 0) (uuid "2676476a-6364-4e86-aa16-bd6aa40e8f44") ) (junction (at 307.34 189.23) (diameter 0) (color 0 0 0 0) (uuid "2a1d7d5d-37d2-4a50-8125-2c4372e145ae") ) (junction (at 209.55 66.04) (diameter 0) (color 0 0 0 0) (uuid "2affe4b6-5ff6-40c2-9bb2-4effb363a530") ) (junction (at 309.88 278.13) (diameter 0) (color 0 0 0 0) (uuid "302208f7-29ae-49ee-bf35-b043f9885e1c") ) (junction (at 297.18 199.39) (diameter 0) (color 0 0 0 0) (uuid "37b80e5f-f986-406a-b261-11ea8f900277") ) (junction (at 255.27 140.97) (diameter 0) (color 0 0 0 0) (uuid "3a2bb4d0-c8c8-430e-9135-130d2503a847") ) (junction (at 294.64 293.37) (diameter 0) (color 0 0 0 0) (uuid "3c42ecae-daaa-49e0-9cd0-ffc422b41e89") ) (junction (at 255.27 135.89) (diameter 0) (color 0 0 0 0) (uuid "4671319e-b66d-4354-a18b-9c7383895b5a") ) (junction (at 265.43 25.4) (diameter 0) (color 0 0 0 0) (uuid "4a4d1912-66fe-42a9-ad6c-56d243a6bd87") ) (junction (at 246.38 105.41) (diameter 0) (color 0 0 0 0) (uuid "4ac5be9c-786c-47cb-9437-8dfced57d4b1") ) (junction (at 292.1 204.47) (diameter 0) (color 0 0 0 0) (uuid "4fbcbe4b-875c-4c71-907f-b8ccf6ffe604") ) (junction (at 237.49 33.02) (diameter 0) (color 0 0 0 0) (uuid "5225136a-d98c-414a-b379-9d458e9da1c6") ) (junction (at 265.43 27.94) (diameter 0) (color 0 0 0 0) (uuid "5310ba5f-c8c1-4d09-bcc2-b17c430c85e0") ) (junction (at 283.21 81.28) (diameter 0) (color 0 0 0 0) (uuid "5433625c-de43-4047-9e9c-b3a7584162fa") ) (junction (at 219.71 199.39) (diameter 0) (color 0 0 0 0) (uuid "586ac6b0-86ac-4d74-9f25-d1e2c62506d4") ) (junction (at 219.71 76.2) (diameter 0) (color 0 0 0 0) (uuid "5cabf4d9-f925-433f-9d05-5fe1e2e3cdc4") ) (junction (at 274.32 73.66) (diameter 0) (color 0 0 0 0) (uuid "5cddca97-20fa-43f4-a15c-155bbb066398") ) (junction (at 255.27 146.05) (diameter 0) (color 0 0 0 0) (uuid "6458161d-a394-4280-9ad3-524eab652e8f") ) (junction (at 309.88 186.69) (diameter 0) (color 0 0 0 0) (uuid "697b0b04-ae17-4f15-85e1-a17bf17bd922") ) (junction (at 266.7 66.04) (diameter 0) (color 0 0 0 0) (uuid "6d0c90b9-893c-41be-a6dc-92a1c4f96058") ) (junction (at 205.74 135.89) (diameter 0) (color 0 0 0 0) (uuid "71145511-116a-406b-9e44-638e0d6906b5") ) (junction (at 302.26 285.75) (diameter 0) (color 0 0 0 0) (uuid "7549e7ce-0a15-4710-8393-788445e5954b") ) (junction (at 214.63 105.41) (diameter 0) (color 0 0 0 0) (uuid "7a03b9a5-3af2-4ca2-91da-0322fa039950") ) (junction (at 255.27 130.81) (diameter 0) (color 0 0 0 0) (uuid "7c25f209-9704-4d4c-bb5c-eaea35a9e9d1") ) (junction (at 214.63 27.94) (diameter 0) (color 0 0 0 0) (uuid "836f8763-f4e7-4d45-b3ee-087b8c8263f2") ) (junction (at 271.78 68.58) (diameter 0) (color 0 0 0 0) (uuid "838fadc0-801c-4018-b0b7-afe1b11730c3") ) (junction (at 281.94 83.82) (diameter 0) (color 0 0 0 0) (uuid "83e4ca30-b80a-406a-8688-52f1a1d9fb93") ) (junction (at 292.1 295.91) (diameter 0) (color 0 0 0 0) (uuid "8738283e-1e23-4230-bb38-0ea63a0df1de") ) (junction (at 205.74 130.81) (diameter 0) (color 0 0 0 0) (uuid "89629d71-7d23-4d10-a46e-cdec0d981fb7") ) (junction (at 275.59 76.2) (diameter 0) (color 0 0 0 0) (uuid "89afa453-24e8-4743-bfc7-12762aea794e") ) (junction (at 237.49 27.94) (diameter 0) (color 0 0 0 0) (uuid "90b87696-006f-402b-a4b2-69bddd36f29f") ) (junction (at 237.49 25.4) (diameter 0) (color 0 0 0 0) (uuid "91535096-53f6-44bd-bd40-e36321584dc0") ) (junction (at 214.63 22.86) (diameter 0) (color 0 0 0 0) (uuid "918f65cc-242b-45fb-86ea-986cb29b12ad") ) (junction (at 214.63 30.48) (diameter 0) (color 0 0 0 0) (uuid "92694960-3923-4a7b-a5c5-4b81f827025c") ) (junction (at 222.25 314.96) (diameter 0) (color 0 0 0 0) (uuid "9377fb71-89dd-4862-b450-b91ceac0de77") ) (junction (at 299.72 196.85) (diameter 0) (color 0 0 0 0) (uuid "9382337e-4547-4eb3-9c82-aa330063dbe9") ) (junction (at 265.43 33.02) (diameter 0) (color 0 0 0 0) (uuid "941fe1eb-a332-4396-a9bf-ae6dd5f41cdf") ) (junction (at 255.27 138.43) (diameter 0) (color 0 0 0 0) (uuid "9554d552-332f-436a-b404-e5dfdaa40253") ) (junction (at 218.44 73.66) (diameter 0) (color 0 0 0 0) (uuid "99490062-80a6-4293-97aa-f0dc74e4472c") ) (junction (at 217.17 288.29) (diameter 0) (color 0 0 0 0) (uuid "9b526927-c912-4649-954a-7ebe4dba5fc9") ) (junction (at 205.74 133.35) (diameter 0) (color 0 0 0 0) (uuid "9b57e7aa-9cbe-4ee1-a37c-57c6ed24809a") ) (junction (at 297.18 290.83) (diameter 0) (color 0 0 0 0) (uuid "9b907007-e2fb-412a-a482-bc32b8bc78d4") ) (junction (at 265.43 63.5) (diameter 0) (color 0 0 0 0) (uuid "9d8ebd2d-2607-4139-8280-5cc878386a08") ) (junction (at 209.55 171.45) (diameter 0) (color 0 0 0 0) (uuid "9dc91eaf-d6cc-41f0-aae6-3a207ebdb3a2") ) (junction (at 280.67 86.36) (diameter 0) (color 0 0 0 0) (uuid "a21f2bff-471c-463e-baf3-e18f00a6d34f") ) (junction (at 217.17 50.8) (diameter 0) (color 0 0 0 0) (uuid "a4b4efce-9ab1-4af1-8e5b-1439808803ec") ) (junction (at 237.49 30.48) (diameter 0) (color 0 0 0 0) (uuid "a6d0bcf2-12e7-4b37-9aec-4b94ed02a868") ) (junction (at 304.8 283.21) (diameter 0) (color 0 0 0 0) (uuid "a783c777-6040-40dc-aeab-cf2badd4529e") ) (junction (at 205.74 143.51) (diameter 0) (color 0 0 0 0) (uuid "ab835a3f-8828-4465-9cd5-b458b30451ef") ) (junction (at 212.09 168.91) (diameter 0) (color 0 0 0 0) (uuid "b49d4d44-0fa4-4271-a27f-dfccbaba1c55") ) (junction (at 289.56 207.01) (diameter 0) (color 0 0 0 0) (uuid "b52d0227-afbf-4272-86d4-22de3cd26352") ) (junction (at 307.34 280.67) (diameter 0) (color 0 0 0 0) (uuid "b6abea29-a9e5-46ef-870d-b13bc6c546c7") ) (junction (at 255.27 143.51) (diameter 0) (color 0 0 0 0) (uuid "b8e47e74-2f91-4b87-82e7-57b7aef4cab2") ) (junction (at 255.27 133.35) (diameter 0) (color 0 0 0 0) (uuid "b97cd290-05f0-4e79-bd70-609189e04210") ) (junction (at 248.92 50.8) (diameter 0) (color 0 0 0 0) (uuid "bc67cc1e-5b53-4fc6-8513-4314c06eedd1") ) (junction (at 212.09 250.19) (diameter 0) (color 0 0 0 0) (uuid "bc8606c0-1713-44b7-a99a-4ace3032abf7") ) (junction (at 226.06 66.04) (diameter 0) (color 0 0 0 0) (uuid "c01ed639-687f-4fe4-9fc2-1f58a57bb404") ) (junction (at 222.25 219.71) (diameter 0) (color 0 0 0 0) (uuid "c0897cb5-3c68-4b8f-8fc8-d68e1e23e033") ) (junction (at 214.63 36.83) (diameter 0) (color 0 0 0 0) (uuid "c4422041-5dfa-44aa-8fdc-63eca1cd05e5") ) (junction (at 265.43 30.48) (diameter 0) (color 0 0 0 0) (uuid "c99dc4b5-4c8f-4556-97b1-a5d9f4f948f6") ) (junction (at 304.8 191.77) (diameter 0) (color 0 0 0 0) (uuid "ccc9911f-caf7-4e1f-8460-23037cf671ca") ) (junction (at 284.48 78.74) (diameter 0) (color 0 0 0 0) (uuid "cda5faa6-7df3-4a4e-be2d-b142bd6a364a") ) (junction (at 243.84 50.8) (diameter 0) (color 0 0 0 0) (uuid "d2c794f6-8f26-47f0-ae1d-d01ac71afb23") ) (junction (at 214.63 189.23) (diameter 0) (color 0 0 0 0) (uuid "e2eea136-812e-43c0-8e8c-34d7225590f6") ) (junction (at 217.17 196.85) (diameter 0) (color 0 0 0 0) (uuid "e3bcde6c-54ad-4eb3-9fbc-479478306978") ) (junction (at 302.26 194.31) (diameter 0) (color 0 0 0 0) (uuid "e620cd9c-3d3c-4aa3-a2ed-3b0fc0ff3e64") ) (junction (at 205.74 138.43) (diameter 0) (color 0 0 0 0) (uuid "e6fae865-fce9-4767-91ab-15199de3db04") ) (junction (at 294.64 201.93) (diameter 0) (color 0 0 0 0) (uuid "e925600d-a987-4739-ac5b-e9c9f1ae4f53") ) (junction (at 289.56 298.45) (diameter 0) (color 0 0 0 0) (uuid "ea75ffb1-2a3b-4a9d-aaec-2befdbe4977a") ) (junction (at 214.63 25.4) (diameter 0) (color 0 0 0 0) (uuid "ea9dea4e-839a-4784-884a-cf2ac94d6ddb") ) (junction (at 205.74 148.59) (diameter 0) (color 0 0 0 0) (uuid "ec18b872-8290-4a43-b04b-cb8a775099fd") ) (junction (at 214.63 280.67) (diameter 0) (color 0 0 0 0) (uuid "ed4ddb5f-1461-4ef0-b455-09c8e7a86508") ) (junction (at 209.55 245.11) (diameter 0) (color 0 0 0 0) (uuid "f2cf5182-edf8-4f4e-b68d-5e881bb5582f") ) (wire (pts (xy 219.71 76.2) (xy 219.71 111.76) ) (stroke (width 0) (type default) ) (uuid "0022207f-4701-4b7e-b73d-1c5ce38ce635") ) (wire (pts (xy 250.19 250.19) (xy 212.09 250.19) ) (stroke (width 0) (type default) ) (uuid "00bfdc4c-a694-48ab-97eb-a5ba54bd06a8") ) (wire (pts (xy 182.88 130.81) (xy 205.74 130.81) ) (stroke (width 0) (type default) ) (uuid "024a3065-0862-40e2-9bc4-1edb47a5c407") ) (wire (pts (xy 248.92 55.88) (xy 248.92 50.8) ) (stroke (width 0) (type default) ) (uuid "02a7b5a6-1b8e-4996-b42e-e3d1c8a2170c") ) (wire (pts (xy 242.57 179.07) (xy 242.57 171.45) ) (stroke (width 0) (type default) ) (uuid "02d5c149-27c2-4633-9314-210e8ccc02c9") ) (wire (pts (xy 292.1 295.91) (xy 257.81 295.91) ) (stroke (width 0) (type default) ) (uuid "0470aec6-5f94-41c8-8f92-8b775ca2200e") ) (wire (pts (xy 232.41 133.35) (xy 255.27 133.35) ) (stroke (width 0) (type default) ) (uuid "05d126b3-f864-4255-9757-11dc2213a7b1") ) (wire (pts (xy 237.49 22.86) (xy 237.49 25.4) ) (stroke (width 0) (type default) ) (uuid "06ebb861-1d38-458a-81a1-da56baf7a5fe") ) (wire (pts (xy 146.05 46.99) (xy 146.05 168.91) ) (stroke (width 0) (type default) ) (uuid "0833cad3-c61c-4684-a1b7-9c4516b847cd") ) (wire (pts (xy 265.43 27.94) (xy 265.43 30.48) ) (stroke (width 0) (type default) ) (uuid "0a214daa-0103-4ee1-894d-384e5e27b93f") ) (wire (pts (xy 248.92 46.99) (xy 146.05 46.99) ) (stroke (width 0) (type default) ) (uuid "0bd237fb-5f95-4d01-8295-baf0d3b9163d") ) (wire (pts (xy 256.54 73.66) (xy 274.32 73.66) ) (stroke (width 0) (type default) ) (uuid "0be49691-a08e-42bf-ad51-8a516a443d61") ) (wire (pts (xy 280.67 156.21) (xy 207.01 156.21) ) (stroke (width 0) (type default) ) (uuid "0cf08d2f-12ee-4980-8ee6-e31f57083a54") ) (wire (pts (xy 214.63 27.94) (xy 214.63 30.48) ) (stroke (width 0) (type default) ) (uuid "0d0c2479-5774-4f98-85a3-fc9a5f9fe340") ) (wire (pts (xy 219.71 290.83) (xy 237.49 290.83) ) (stroke (width 0) (type default) ) (uuid "0d89be40-7225-4fa5-a74d-75bc1db2d970") ) (wire (pts (xy 217.17 196.85) (xy 234.95 196.85) ) (stroke (width 0) (type default) ) (uuid "0dba6f9d-deaa-48f2-83cc-c0b94784aeb3") ) (wire (pts (xy 246.38 349.25) (xy 209.55 349.25) ) (stroke (width 0) (type default) ) (uuid "0e7cadd2-360f-4601-ac67-44b40a8086c5") ) (wire (pts (xy 205.74 143.51) (xy 208.28 143.51) ) (stroke (width 0) (type default) ) (uuid "0f282f50-df14-41ff-b81b-0cf89a176447") ) (wire (pts (xy 255.27 191.77) (xy 304.8 191.77) ) (stroke (width 0) (type default) ) (uuid "0f9d1515-1f3b-42ce-8aa7-e8d4cc0b8e7a") ) (wire (pts (xy 236.22 66.04) (xy 226.06 66.04) ) (stroke (width 0) (type default) ) (uuid "108637df-c3d7-4289-8f41-d3b690769aeb") ) (wire (pts (xy 284.48 78.74) (xy 284.48 160.02) ) (stroke (width 0) (type default) ) (uuid "13e21833-9122-418b-bd39-ccd89f1dce90") ) (wire (pts (xy 283.21 81.28) (xy 283.21 158.75) ) (stroke (width 0) (type default) ) (uuid "153eb36f-a185-4205-9827-9a91def962d3") ) (wire (pts (xy 281.94 83.82) (xy 281.94 157.48) ) (stroke (width 0) (type default) ) (uuid "16508924-6b6b-45e6-873a-00a1cb0c84b8") ) (wire (pts (xy 299.72 288.29) (xy 331.47 288.29) ) (stroke (width 0) (type default) ) (uuid "16779978-41c0-4733-98e3-dfbc14d43008") ) (wire (pts (xy 217.17 50.8) (xy 217.17 114.3) ) (stroke (width 0) (type default) ) (uuid "16dbe806-97f2-4693-ab0e-362b1743a585") ) (wire (pts (xy 250.19 270.51) (xy 250.19 250.19) ) (stroke (width 0) (type default) ) (uuid "16f23dd6-9ac9-42a3-a5e1-e4bb5698ef53") ) (wire (pts (xy 309.88 63.5) (xy 309.88 186.69) ) (stroke (width 0) (type default) ) (uuid "173d0357-347d-4696-ac88-2e9a322b2392") ) (wire (pts (xy 313.69 379.73) (xy 259.08 379.73) ) (stroke (width 0) (type default) ) (uuid "17b85fa9-9e43-46f4-8164-d19c0690bb96") ) (wire (pts (xy 274.32 73.66) (xy 321.31 73.66) ) (stroke (width 0) (type default) ) (uuid "1842a2f7-2662-408c-b09d-f7ae5a0eba92") ) (wire (pts (xy 238.76 369.57) (xy 219.71 369.57) ) (stroke (width 0) (type default) ) (uuid "18b810ac-dae3-413d-8cdf-1f2e868beaa5") ) (wire (pts (xy 218.44 73.66) (xy 236.22 73.66) ) (stroke (width 0) (type default) ) (uuid "18c04f73-11c3-49da-b052-22aa5912d8b6") ) (wire (pts (xy 328.93 290.83) (xy 328.93 369.57) ) (stroke (width 0) (type default) ) (uuid "1af20601-9afa-4f95-88d7-a9b04c534dfe") ) (wire (pts (xy 212.09 45.72) (xy 212.09 135.89) ) (stroke (width 0) (type default) ) (uuid "1c154030-026b-40c2-badd-e2b919d0aa18") ) (wire (pts (xy 336.55 283.21) (xy 336.55 361.95) ) (stroke (width 0) (type default) ) (uuid "1f1d8c84-61a0-4976-9725-eab8ae6d5652") ) (wire (pts (xy 297.18 290.83) (xy 328.93 290.83) ) (stroke (width 0) (type default) ) (uuid "2052e00a-f8b6-48ef-99ee-4497c6a08643") ) (wire (pts (xy 205.74 135.89) (xy 212.09 135.89) ) (stroke (width 0) (type default) ) (uuid "237d7fc0-412b-4318-8f4d-2314257fd30a") ) (wire (pts (xy 317.5 377.19) (xy 317.5 298.45) ) (stroke (width 0) (type default) ) (uuid "24cd0215-c889-4843-bf7c-93b0b0312706") ) (wire (pts (xy 182.88 135.89) (xy 205.74 135.89) ) (stroke (width 0) (type default) ) (uuid "25520ec6-1885-48b6-bb66-e652a49e02b2") ) (wire (pts (xy 256.54 68.58) (xy 271.78 68.58) ) (stroke (width 0) (type default) ) (uuid "255290bb-5f80-4139-b0bd-befccb169318") ) (wire (pts (xy 157.48 76.2) (xy 157.48 199.39) ) (stroke (width 0) (type default) ) (uuid "261c072e-9e4c-4d24-a022-953ab48920fc") ) (wire (pts (xy 280.67 86.36) (xy 280.67 156.21) ) (stroke (width 0) (type default) ) (uuid "27500ce9-a920-4aae-8d63-fba833ec3c4f") ) (wire (pts (xy 182.88 148.59) (xy 205.74 148.59) ) (stroke (width 0) (type default) ) (uuid "27eba946-8905-4524-8107-379921d82c1b") ) (wire (pts (xy 247.65 168.91) (xy 247.65 179.07) ) (stroke (width 0) (type default) ) (uuid "295dbd06-df7c-4e32-a5b7-2045e7569a7e") ) (wire (pts (xy 248.92 50.8) (xy 279.4 50.8) ) (stroke (width 0) (type default) ) (uuid "2b0483e2-c713-42f3-a6db-3b037a9c0b67") ) (wire (pts (xy 205.74 152.4) (xy 205.74 148.59) ) (stroke (width 0) (type default) ) (uuid "2b5006ab-5ebd-44f1-9259-b6155186d70b") ) (wire (pts (xy 316.23 68.58) (xy 316.23 191.77) ) (stroke (width 0) (type default) ) (uuid "2b849db2-5b5e-4b7e-a38b-0c31b1fb7023") ) (wire (pts (xy 304.8 283.21) (xy 336.55 283.21) ) (stroke (width 0) (type default) ) (uuid "2bf0568f-d90d-4e05-af55-80f67172dfaf") ) (wire (pts (xy 270.51 133.35) (xy 255.27 133.35) ) (stroke (width 0) (type default) ) (uuid "2c4c0de6-5527-40b6-aca8-0776de109a61") ) (wire (pts (xy 205.74 130.81) (xy 209.55 130.81) ) (stroke (width 0) (type default) ) (uuid "2eddd961-0b60-47b2-a476-a148f0d2cb93") ) (wire (pts (xy 255.27 189.23) (xy 307.34 189.23) ) (stroke (width 0) (type default) ) (uuid "2f4f24f8-c672-48f9-a67c-65dbf65e5343") ) (wire (pts (xy 214.63 30.48) (xy 214.63 33.02) ) (stroke (width 0) (type default) ) (uuid "31e9d329-9adf-4cee-bcd3-0143e38c152f") ) (wire (pts (xy 287.02 300.99) (xy 313.69 300.99) ) (stroke (width 0) (type default) ) (uuid "32c52b49-a5e9-4bdd-b51f-99748b6c6d26") ) (wire (pts (xy 326.39 78.74) (xy 326.39 201.93) ) (stroke (width 0) (type default) ) (uuid "32e54507-e606-4e71-b31b-a03c884b16f3") ) (wire (pts (xy 214.63 280.67) (xy 214.63 359.41) ) (stroke (width 0) (type default) ) (uuid "32f5b763-ea9e-4d45-bcc2-0fea576652bd") ) (wire (pts (xy 302.26 194.31) (xy 302.26 285.75) ) (stroke (width 0) (type default) ) (uuid "33343ef6-7a3c-41ed-aece-d20676f39aa7") ) (wire (pts (xy 292.1 204.47) (xy 292.1 295.91) ) (stroke (width 0) (type default) ) (uuid "338d9dee-7289-4ad3-bbf0-b0285427ba2c") ) (wire (pts (xy 276.86 146.05) (xy 255.27 146.05) ) (stroke (width 0) (type default) ) (uuid "34ba3166-ae21-4685-926f-4c746c419bc6") ) (wire (pts (xy 328.93 204.47) (xy 292.1 204.47) ) (stroke (width 0) (type default) ) (uuid "350942dd-b2a2-4028-8ad4-b2c9f35d089d") ) (wire (pts (xy 218.44 113.03) (xy 270.51 113.03) ) (stroke (width 0) (type default) ) (uuid "35e6a6a8-e732-4640-8d73-6ed908868a18") ) (wire (pts (xy 328.93 81.28) (xy 328.93 204.47) ) (stroke (width 0) (type default) ) (uuid "361f2110-17b2-4597-a429-ae2cc536f845") ) (wire (pts (xy 217.17 288.29) (xy 237.49 288.29) ) (stroke (width 0) (type default) ) (uuid "37678200-b9db-408b-87c6-77556a5ac9d9") ) (wire (pts (xy 313.69 66.04) (xy 313.69 189.23) ) (stroke (width 0) (type default) ) (uuid "3af7d727-d1f7-4024-b755-7329b6b8f878") ) (wire (pts (xy 237.49 33.02) (xy 243.84 33.02) ) (stroke (width 0) (type default) ) (uuid "3b00fcd1-3ac0-4b4b-bcd0-c1e08347934c") ) (wire (pts (xy 214.63 33.02) (xy 214.63 36.83) ) (stroke (width 0) (type default) ) (uuid "3b20e2da-0d4c-454b-ac59-c78b8a553f1b") ) (wire (pts (xy 209.55 171.45) (xy 209.55 245.11) ) (stroke (width 0) (type default) ) (uuid "3b32e6ef-7f6f-4d8e-96c3-7afa285fab69") ) (wire (pts (xy 247.65 314.96) (xy 222.25 314.96) ) (stroke (width 0) (type default) ) (uuid "3b9397f0-fbba-4685-9c67-4645eecd13cd") ) (wire (pts (xy 255.27 199.39) (xy 297.18 199.39) ) (stroke (width 0) (type default) ) (uuid "3cae0cec-b27b-412e-b4a4-252de4d4001b") ) (wire (pts (xy 214.63 359.41) (xy 238.76 359.41) ) (stroke (width 0) (type default) ) (uuid "3dc45ed5-07d0-4950-b1a1-ff175146ce92") ) (wire (pts (xy 274.32 73.66) (xy 274.32 140.97) ) (stroke (width 0) (type default) ) (uuid "3e58da01-d4e5-4ea4-965c-2c1f4da74745") ) (wire (pts (xy 209.55 158.75) (xy 209.55 140.97) ) (stroke (width 0) (type default) ) (uuid "3e7796b6-954c-44c4-9e19-747ddbdd287d") ) (wire (pts (xy 255.27 196.85) (xy 299.72 196.85) ) (stroke (width 0) (type default) ) (uuid "40f84735-55f8-4770-b395-a982982f395c") ) (wire (pts (xy 259.08 377.19) (xy 317.5 377.19) ) (stroke (width 0) (type default) ) (uuid "416733b0-e239-460f-b6f5-a6605bfa0ebc") ) (wire (pts (xy 278.13 148.59) (xy 255.27 148.59) ) (stroke (width 0) (type default) ) (uuid "429e3188-96e5-4d44-9b64-3244cb95ae10") ) (wire (pts (xy 217.17 50.8) (xy 163.83 50.8) ) (stroke (width 0) (type default) ) (uuid "42bc60fb-5b7e-4dce-b839-841af970b8c4") ) (wire (pts (xy 248.92 41.91) (xy 265.43 41.91) ) (stroke (width 0) (type default) ) (uuid "430eb5bb-9e67-4ba0-81fc-552eafc01d26") ) (wire (pts (xy 325.12 372.11) (xy 259.08 372.11) ) (stroke (width 0) (type default) ) (uuid "440559b0-bb6b-4688-b2fd-cf753ce92056") ) (wire (pts (xy 283.21 81.28) (xy 328.93 81.28) ) (stroke (width 0) (type default) ) (uuid "449a5d70-fbc0-4947-b9b6-2fcb0197975a") ) (wire (pts (xy 214.63 36.83) (xy 214.63 105.41) ) (stroke (width 0) (type default) ) (uuid "44b78983-8b25-4324-b7e5-5fd14cc3c22f") ) (wire (pts (xy 287.02 209.55) (xy 287.02 300.99) ) (stroke (width 0) (type default) ) (uuid "44fbf3c1-1414-42ab-96bd-2a7eb5a21374") ) (wire (pts (xy 271.78 68.58) (xy 316.23 68.58) ) (stroke (width 0) (type default) ) (uuid "49adbd45-4cf5-4fe6-828e-82f90b313217") ) (wire (pts (xy 316.23 191.77) (xy 304.8 191.77) ) (stroke (width 0) (type default) ) (uuid "49db5b9b-9532-48f6-ba66-7e5a3c35b19c") ) (wire (pts (xy 302.26 285.75) (xy 257.81 285.75) ) (stroke (width 0) (type default) ) (uuid "4c9976fd-2155-4781-9cbc-f1d55d305946") ) (wire (pts (xy 210.82 44.45) (xy 210.82 133.35) ) (stroke (width 0) (type default) ) (uuid "4cab85cc-a03d-4365-81ed-fc9ceab535e0") ) (wire (pts (xy 256.54 83.82) (xy 281.94 83.82) ) (stroke (width 0) (type default) ) (uuid "4dfccbe1-c05f-4f14-a6a0-ba721ee1205b") ) (wire (pts (xy 266.7 66.04) (xy 313.69 66.04) ) (stroke (width 0) (type default) ) (uuid "4e9f3599-0858-452b-935d-e5e66acdb215") ) (wire (pts (xy 297.18 290.83) (xy 257.81 290.83) ) (stroke (width 0) (type default) ) (uuid "504f9662-a9ac-47a7-8360-8efdc127163f") ) (wire (pts (xy 219.71 76.2) (xy 157.48 76.2) ) (stroke (width 0) (type default) ) (uuid "5086863a-e269-4b9f-8bc6-084dd62042c8") ) (wire (pts (xy 256.54 86.36) (xy 280.67 86.36) ) (stroke (width 0) (type default) ) (uuid "517e9c26-9de0-44e3-a919-b684076d7e67") ) (wire (pts (xy 340.36 280.67) (xy 307.34 280.67) ) (stroke (width 0) (type default) ) (uuid "52d1fb34-67b2-44ed-83aa-a26b5c641085") ) (wire (pts (xy 217.17 196.85) (xy 154.94 196.85) ) (stroke (width 0) (type default) ) (uuid "530bbef3-7b21-46c2-b895-fb55b0151bbd") ) (wire (pts (xy 234.95 189.23) (xy 214.63 189.23) ) (stroke (width 0) (type default) ) (uuid "53c379fe-de4b-4d7c-a0a1-a9256cfc7fdc") ) (wire (pts (xy 331.47 367.03) (xy 259.08 367.03) ) (stroke (width 0) (type default) ) (uuid "557dfc96-8912-40a4-a465-c043f765b99f") ) (wire (pts (xy 334.01 364.49) (xy 334.01 285.75) ) (stroke (width 0) (type default) ) (uuid "55f17068-e27a-476f-b393-412cfa65d3aa") ) (wire (pts (xy 236.22 76.2) (xy 219.71 76.2) ) (stroke (width 0) (type default) ) (uuid "5604cce1-9f9f-4974-84af-675f38e5d0b4") ) (wire (pts (xy 226.06 59.69) (xy 226.06 66.04) ) (stroke (width 0) (type default) ) (uuid "58283d9b-5d13-4d55-953f-a0c2944c34f5") ) (wire (pts (xy 307.34 189.23) (xy 307.34 280.67) ) (stroke (width 0) (type default) ) (uuid "595d4298-c568-491b-a31c-a23fc98b9467") ) (wire (pts (xy 207.01 156.21) (xy 207.01 146.05) ) (stroke (width 0) (type default) ) (uuid "5ab149e8-1c85-466e-a4d4-d84579a69351") ) (wire (pts (xy 209.55 66.04) (xy 209.55 130.81) ) (stroke (width 0) (type default) ) (uuid "5b505e14-d553-4f46-b145-9ed673ab603f") ) (wire (pts (xy 217.17 367.03) (xy 238.76 367.03) ) (stroke (width 0) (type default) ) (uuid "5c37e6c7-83af-42ac-9d10-fc6aec6bb63d") ) (wire (pts (xy 217.17 114.3) (xy 278.13 114.3) ) (stroke (width 0) (type default) ) (uuid "5da2cc1c-42ab-4e39-b0d7-a1d1001552ab") ) (wire (pts (xy 321.31 295.91) (xy 321.31 374.65) ) (stroke (width 0) (type default) ) (uuid "5e60017e-333b-45bf-a45f-a6ad270c6b5c") ) (wire (pts (xy 304.8 191.77) (xy 304.8 283.21) ) (stroke (width 0) (type default) ) (uuid "5eace6f1-87a8-48c5-be54-baa824a0ffb5") ) (wire (pts (xy 279.4 152.4) (xy 205.74 152.4) ) (stroke (width 0) (type default) ) (uuid "607b100b-17e8-48f0-bf3f-9b1566bcc8ff") ) (wire (pts (xy 214.63 22.86) (xy 214.63 25.4) ) (stroke (width 0) (type default) ) (uuid "62b79bd5-3c8d-459a-b940-b45abf302324") ) (wire (pts (xy 217.17 288.29) (xy 217.17 196.85) ) (stroke (width 0) (type default) ) (uuid "636323f8-efdd-4f9d-a969-89b6de774545") ) (wire (pts (xy 289.56 298.45) (xy 257.81 298.45) ) (stroke (width 0) (type default) ) (uuid "6633b612-28ad-4a15-834b-ce6e1381da59") ) (wire (pts (xy 237.49 25.4) (xy 237.49 27.94) ) (stroke (width 0) (type default) ) (uuid "6a1bcba7-b21c-45e3-bfb3-1964a26e1654") ) (wire (pts (xy 331.47 288.29) (xy 331.47 367.03) ) (stroke (width 0) (type default) ) (uuid "6bd6340a-6553-412e-afa5-c716ca3ced60") ) (wire (pts (xy 287.02 300.99) (xy 257.81 300.99) ) (stroke (width 0) (type default) ) (uuid "6dc5a07f-2d37-4094-a675-ef4ce9d9a7a7") ) (wire (pts (xy 182.88 133.35) (xy 205.74 133.35) ) (stroke (width 0) (type default) ) (uuid "6ee8e1c0-80dc-4742-8cc4-f0f1154cd408") ) (wire (pts (xy 265.43 63.5) (xy 265.43 44.45) ) (stroke (width 0) (type default) ) (uuid "709d5e53-3ee8-4d4e-8eb6-ff0b9b99f7b7") ) (wire (pts (xy 161.29 219.71) (xy 222.25 219.71) ) (stroke (width 0) (type default) ) (uuid "70a43e36-1609-4b02-9e47-d5e836af57c0") ) (wire (pts (xy 152.4 66.04) (xy 152.4 189.23) ) (stroke (width 0) (type default) ) (uuid "70c70d38-a3bd-400a-ad99-69dda84ed230") ) (wire (pts (xy 214.63 25.4) (xy 214.63 27.94) ) (stroke (width 0) (type default) ) (uuid "71075ee5-a298-43a0-8988-980f661c1537") ) (wire (pts (xy 208.28 157.48) (xy 208.28 143.51) ) (stroke (width 0) (type default) ) (uuid "72d2ce6d-f70e-419c-8f14-07704267a8c1") ) (wire (pts (xy 247.65 311.15) (xy 247.65 314.96) ) (stroke (width 0) (type default) ) (uuid "76afaf91-056e-42e0-9a32-d578e4367472") ) (wire (pts (xy 256.54 71.12) (xy 273.05 71.12) ) (stroke (width 0) (type default) ) (uuid "77af5ed0-2803-496a-a4d5-76be3d9205c0") ) (wire (pts (xy 248.92 46.99) (xy 248.92 41.91) ) (stroke (width 0) (type default) ) (uuid "7870c988-6952-4f2c-a8df-781f0b460594") ) (wire (pts (xy 255.27 186.69) (xy 309.88 186.69) ) (stroke (width 0) (type default) ) (uuid "78d75c39-1d0b-448b-8245-5bfe99053581") ) (wire (pts (xy 222.25 400.05) (xy 248.92 400.05) ) (stroke (width 0) (type default) ) (uuid "7d792870-25e3-4d0e-a298-1b1c867147a2") ) (wire (pts (xy 259.08 359.41) (xy 340.36 359.41) ) (stroke (width 0) (type default) ) (uuid "7e2daf9a-daba-4390-8bad-795b946eb7bd") ) (wire (pts (xy 318.77 71.12) (xy 318.77 194.31) ) (stroke (width 0) (type default) ) (uuid "7f67c6cc-bdd0-4687-a6c3-3f73c68174a9") ) (wire (pts (xy 196.85 59.69) (xy 226.06 59.69) ) (stroke (width 0) (type default) ) (uuid "807f8b68-d07e-4971-b117-b5b24bec13f8") ) (wire (pts (xy 313.69 189.23) (xy 307.34 189.23) ) (stroke (width 0) (type default) ) (uuid "810232d3-0cb0-4c11-a73d-d156ba5e4845") ) (wire (pts (xy 219.71 111.76) (xy 269.24 111.76) ) (stroke (width 0) (type default) ) (uuid "82203fe2-6ed1-419f-b5d7-fc971866f3ac") ) (wire (pts (xy 275.59 143.51) (xy 255.27 143.51) ) (stroke (width 0) (type default) ) (uuid "836c80c2-d0f3-442e-95b4-ad4fac26ff70") ) (wire (pts (xy 212.09 250.19) (xy 212.09 330.2) ) (stroke (width 0) (type default) ) (uuid "84de4ddd-7804-4c6b-a318-3de6c56fb7a3") ) (wire (pts (xy 294.64 201.93) (xy 294.64 293.37) ) (stroke (width 0) (type default) ) (uuid "84f8eb92-4d56-4a4c-907f-9e12d0e9ad99") ) (wire (pts (xy 245.11 219.71) (xy 222.25 219.71) ) (stroke (width 0) (type default) ) (uuid "85c82072-db77-4460-90c3-fde62c355b62") ) (wire (pts (xy 186.69 59.69) (xy 186.69 105.41) ) (stroke (width 0) (type default) ) (uuid "85f12670-e9b7-4250-8b8e-c1b914661729") ) (wire (pts (xy 278.13 114.3) (xy 278.13 148.59) ) (stroke (width 0) (type default) ) (uuid "87969e04-cc8f-43a0-9aa6-743fd9e75400") ) (wire (pts (xy 280.67 86.36) (xy 334.01 86.36) ) (stroke (width 0) (type default) ) (uuid "87ae7fa8-f9d7-4269-a86f-d4a218d9d99b") ) (wire (pts (xy 294.64 293.37) (xy 325.12 293.37) ) (stroke (width 0) (type default) ) (uuid "87c24372-aeff-49ff-8ff4-1ce8bca117b0") ) (wire (pts (xy 218.44 73.66) (xy 218.44 113.03) ) (stroke (width 0) (type default) ) (uuid "88179535-5a9f-448b-833d-7a3c927cd535") ) (wire (pts (xy 321.31 374.65) (xy 259.08 374.65) ) (stroke (width 0) (type default) ) (uuid "8866d221-c376-4f1f-b19e-66a3ab847561") ) (wire (pts (xy 265.43 44.45) (xy 210.82 44.45) ) (stroke (width 0) (type default) ) (uuid "8a6b02d2-0369-4d25-a1ef-564e05940971") ) (wire (pts (xy 281.94 83.82) (xy 331.47 83.82) ) (stroke (width 0) (type default) ) (uuid "8aff145b-2f09-4226-953e-3b58ba25c93f") ) (wire (pts (xy 307.34 280.67) (xy 257.81 280.67) ) (stroke (width 0) (type default) ) (uuid "8b7c2f2a-3194-4b46-a981-88355b1fbe5e") ) (wire (pts (xy 256.54 76.2) (xy 275.59 76.2) ) (stroke (width 0) (type default) ) (uuid "8d344991-4bbc-4a26-bf09-53836ba556bb") ) (wire (pts (xy 323.85 199.39) (xy 297.18 199.39) ) (stroke (width 0) (type default) ) (uuid "8f3af739-7b48-42fc-8033-ca0868e8e1a7") ) (wire (pts (xy 275.59 76.2) (xy 323.85 76.2) ) (stroke (width 0) (type default) ) (uuid "911e3c39-6227-4424-87bf-9b4ce02d7558") ) (wire (pts (xy 265.43 41.91) (xy 265.43 33.02) ) (stroke (width 0) (type default) ) (uuid "922c202c-6532-4598-9e03-b427ab471743") ) (wire (pts (xy 309.88 356.87) (xy 309.88 278.13) ) (stroke (width 0) (type default) ) (uuid "927c3c80-ec71-4eba-8866-9c3b73f06d9d") ) (wire (pts (xy 161.29 105.41) (xy 161.29 219.71) ) (stroke (width 0) (type default) ) (uuid "9319ed1f-fd18-42c1-acdb-c7183e98ae45") ) (wire (pts (xy 336.55 361.95) (xy 259.08 361.95) ) (stroke (width 0) (type default) ) (uuid "939bc3fa-0594-4f32-9069-32509c62cf84") ) (wire (pts (xy 163.83 171.45) (xy 209.55 171.45) ) (stroke (width 0) (type default) ) (uuid "9655b1f6-2881-47bf-a599-6aaefc7d20b4") ) (wire (pts (xy 299.72 196.85) (xy 299.72 288.29) ) (stroke (width 0) (type default) ) (uuid "96a6a7af-2e50-4a60-83e6-1f0a3746d2e0") ) (wire (pts (xy 255.27 204.47) (xy 292.1 204.47) ) (stroke (width 0) (type default) ) (uuid "97932029-fa78-438b-ac79-743035ce5e4a") ) (wire (pts (xy 248.92 400.05) (xy 248.92 389.89) ) (stroke (width 0) (type default) ) (uuid "98566cbb-92be-4a00-b51b-7d6080e523ac") ) (wire (pts (xy 212.09 168.91) (xy 247.65 168.91) ) (stroke (width 0) (type default) ) (uuid "9b3a7fc8-0e74-4a68-a25f-5428703f45d0") ) (wire (pts (xy 266.7 66.04) (xy 256.54 66.04) ) (stroke (width 0) (type default) ) (uuid "9c918fd1-2483-497a-8b30-1beb631fcc5a") ) (wire (pts (xy 255.27 209.55) (xy 287.02 209.55) ) (stroke (width 0) (type default) ) (uuid "9d55d976-14fc-4dfa-a21f-8e8300b80d6c") ) (wire (pts (xy 294.64 293.37) (xy 257.81 293.37) ) (stroke (width 0) (type default) ) (uuid "9e12e1b6-9bfc-49c8-856c-8b75bcbd83b4") ) (wire (pts (xy 271.78 68.58) (xy 271.78 135.89) ) (stroke (width 0) (type default) ) (uuid "9e515268-cc1b-4ba4-b473-2ae867371bb2") ) (wire (pts (xy 210.82 160.02) (xy 210.82 138.43) ) (stroke (width 0) (type default) ) (uuid "9ea77d98-c6b3-4e6d-afa7-c843f838197d") ) (wire (pts (xy 281.94 157.48) (xy 208.28 157.48) ) (stroke (width 0) (type default) ) (uuid "9f283af3-529b-44d4-8e32-a5feb7a3abe2") ) (wire (pts (xy 232.41 146.05) (xy 255.27 146.05) ) (stroke (width 0) (type default) ) (uuid "a168fee3-3729-4f8d-9159-0f33a108060b") ) (wire (pts (xy 284.48 78.74) (xy 326.39 78.74) ) (stroke (width 0) (type default) ) (uuid "a16a82a7-92e9-4eea-9a71-70b002307843") ) (wire (pts (xy 259.08 356.87) (xy 309.88 356.87) ) (stroke (width 0) (type default) ) (uuid "a17e7dc4-7c81-4983-a8de-6e38fae366bb") ) (wire (pts (xy 283.21 158.75) (xy 209.55 158.75) ) (stroke (width 0) (type default) ) (uuid "a2bfd7b7-2912-437d-91d6-4319bb1a9ec4") ) (wire (pts (xy 317.5 298.45) (xy 289.56 298.45) ) (stroke (width 0) (type default) ) (uuid "a4545088-a3fa-4df6-b7fe-5615f9d2e174") ) (wire (pts (xy 287.02 209.55) (xy 334.01 209.55) ) (stroke (width 0) (type default) ) (uuid "a49894cf-e783-4909-85a3-0809fbd35dc3") ) (wire (pts (xy 246.38 105.41) (xy 246.38 96.52) ) (stroke (width 0) (type default) ) (uuid "a4cb1a36-945a-449e-9960-be37154f34aa") ) (wire (pts (xy 214.63 105.41) (xy 246.38 105.41) ) (stroke (width 0) (type default) ) (uuid "a4df1649-966c-4e62-87c6-668c684a8219") ) (wire (pts (xy 182.88 140.97) (xy 205.74 140.97) ) (stroke (width 0) (type default) ) (uuid "a4e4825f-4237-49b3-9973-9c3df8707900") ) (wire (pts (xy 186.69 105.41) (xy 214.63 105.41) ) (stroke (width 0) (type default) ) (uuid "a7d26610-f1a2-46c6-8718-5f6f83f67b42") ) (wire (pts (xy 219.71 199.39) (xy 234.95 199.39) ) (stroke (width 0) (type default) ) (uuid "abe19f29-40a5-4785-a05c-ef651668fd52") ) (wire (pts (xy 269.24 130.81) (xy 255.27 130.81) ) (stroke (width 0) (type default) ) (uuid "ac46ab89-6732-4790-b7cb-a85580e66014") ) (wire (pts (xy 232.41 135.89) (xy 255.27 135.89) ) (stroke (width 0) (type default) ) (uuid "aca88461-48c2-4b59-b017-5ae28f52e502") ) (wire (pts (xy 297.18 199.39) (xy 297.18 290.83) ) (stroke (width 0) (type default) ) (uuid "aeb9de83-4e6a-40b4-8d3f-132514345317") ) (wire (pts (xy 245.11 245.11) (xy 245.11 270.51) ) (stroke (width 0) (type default) ) (uuid "aebc04ea-2a97-475b-b680-26ca48be86c1") ) (wire (pts (xy 256.54 81.28) (xy 283.21 81.28) ) (stroke (width 0) (type default) ) (uuid "af0ae37a-9343-4cf5-9ce5-bb8e9b191e42") ) (wire (pts (xy 289.56 207.01) (xy 289.56 298.45) ) (stroke (width 0) (type default) ) (uuid "af79a9ed-14bd-4668-aa09-bd5797b705f3") ) (wire (pts (xy 251.46 330.2) (xy 251.46 349.25) ) (stroke (width 0) (type default) ) (uuid "af7b90e0-5ee5-4e9e-bd27-fc0751cb4186") ) (wire (pts (xy 212.09 330.2) (xy 251.46 330.2) ) (stroke (width 0) (type default) ) (uuid "b066a967-ed1a-44e6-a530-cc582f468acf") ) (wire (pts (xy 265.43 63.5) (xy 309.88 63.5) ) (stroke (width 0) (type default) ) (uuid "b097f023-cbb0-48d1-8af8-aedafae239e5") ) (wire (pts (xy 279.4 50.8) (xy 279.4 152.4) ) (stroke (width 0) (type default) ) (uuid "b12abd00-c5e6-4db3-8e4f-cb072ccaf553") ) (wire (pts (xy 274.32 140.97) (xy 255.27 140.97) ) (stroke (width 0) (type default) ) (uuid "b17df8c9-59c0-46f0-8b90-571b618c2581") ) (wire (pts (xy 232.41 140.97) (xy 255.27 140.97) ) (stroke (width 0) (type default) ) (uuid "b17eee63-d25f-48bb-99a6-c5bc1c5f3b45") ) (wire (pts (xy 259.08 364.49) (xy 334.01 364.49) ) (stroke (width 0) (type default) ) (uuid "b1afe289-6d09-4697-961b-ce5af09e81d7") ) (wire (pts (xy 325.12 293.37) (xy 325.12 372.11) ) (stroke (width 0) (type default) ) (uuid "b1b53ca5-d2ef-4f42-b44f-b2b0c97485bc") ) (wire (pts (xy 243.84 50.8) (xy 243.84 55.88) ) (stroke (width 0) (type default) ) (uuid "b2214ab6-dee0-4071-9e78-aa21399ce666") ) (wire (pts (xy 309.88 278.13) (xy 257.81 278.13) ) (stroke (width 0) (type default) ) (uuid "b314a182-d02f-4422-a8f8-0c4048e4b1f7") ) (wire (pts (xy 265.43 22.86) (xy 265.43 25.4) ) (stroke (width 0) (type default) ) (uuid "b33e3946-a2de-40ad-9f4c-377ec40ce424") ) (wire (pts (xy 232.41 143.51) (xy 255.27 143.51) ) (stroke (width 0) (type default) ) (uuid "b54c1db2-35bb-4d3d-a4c0-d0074d3a9073") ) (wire (pts (xy 154.94 196.85) (xy 154.94 73.66) ) (stroke (width 0) (type default) ) (uuid "b5755d84-3780-44aa-92b6-9bc4fb2d4923") ) (wire (pts (xy 284.48 160.02) (xy 210.82 160.02) ) (stroke (width 0) (type default) ) (uuid "b599e16c-5e49-4c38-b364-9a460658015d") ) (wire (pts (xy 209.55 245.11) (xy 245.11 245.11) ) (stroke (width 0) (type default) ) (uuid "b6c306c5-74db-4545-901b-67fbee01ce44") ) (wire (pts (xy 243.84 33.02) (xy 243.84 36.83) ) (stroke (width 0) (type default) ) (uuid "b85486a2-5489-4bf4-9f23-3dd0c37a1621") ) (wire (pts (xy 271.78 135.89) (xy 255.27 135.89) ) (stroke (width 0) (type default) ) (uuid "b95c0c2b-aefa-4821-a38c-8ce10bcb9348") ) (wire (pts (xy 242.57 171.45) (xy 209.55 171.45) ) (stroke (width 0) (type default) ) (uuid "b97ccfc6-b7dc-43fd-8888-1917454f7dd7") ) (wire (pts (xy 154.94 73.66) (xy 218.44 73.66) ) (stroke (width 0) (type default) ) (uuid "ba49b7cd-5af3-4ee1-b49a-18c53361c125") ) (wire (pts (xy 321.31 73.66) (xy 321.31 196.85) ) (stroke (width 0) (type default) ) (uuid "bcc8fe1a-7a0e-4747-aebd-8a5cc3b283db") ) (wire (pts (xy 152.4 189.23) (xy 214.63 189.23) ) (stroke (width 0) (type default) ) (uuid "bcfd9f3e-ee0c-4a98-a1ae-9b99a9a4ef4b") ) (wire (pts (xy 226.06 66.04) (xy 209.55 66.04) ) (stroke (width 0) (type default) ) (uuid "bdd0a6d7-a6a1-4f54-a983-eafb47ff4742") ) (wire (pts (xy 146.05 168.91) (xy 212.09 168.91) ) (stroke (width 0) (type default) ) (uuid "bdfc1c2e-4dd5-49f8-bbe1-ac740b4319d2") ) (wire (pts (xy 246.38 105.41) (xy 276.86 105.41) ) (stroke (width 0) (type default) ) (uuid "be3d175d-017e-4d1a-84b8-091f238201ff") ) (wire (pts (xy 232.41 148.59) (xy 255.27 148.59) ) (stroke (width 0) (type default) ) (uuid "bfe12da8-7c0e-49a4-b759-4f0a03954f91") ) (wire (pts (xy 273.05 71.12) (xy 318.77 71.12) ) (stroke (width 0) (type default) ) (uuid "c0456093-e06c-481c-97bc-eed6591fbbf7") ) (wire (pts (xy 273.05 71.12) (xy 273.05 138.43) ) (stroke (width 0) (type default) ) (uuid "c37e7602-2856-495e-9072-fe3bfcd743e8") ) (wire (pts (xy 237.49 280.67) (xy 214.63 280.67) ) (stroke (width 0) (type default) ) (uuid "c431fec1-127d-4c9e-93ea-2dfbe993bd80") ) (wire (pts (xy 157.48 199.39) (xy 219.71 199.39) ) (stroke (width 0) (type default) ) (uuid "c6c0da17-5517-4f49-a4fa-dc36f6af0f36") ) (wire (pts (xy 273.05 138.43) (xy 255.27 138.43) ) (stroke (width 0) (type default) ) (uuid "c76548dd-1a6c-4a83-a091-78dcb876f818") ) (wire (pts (xy 222.25 219.71) (xy 222.25 314.96) ) (stroke (width 0) (type default) ) (uuid "ca2bc511-7238-4b24-8d34-ee0ab2ad3204") ) (wire (pts (xy 256.54 78.74) (xy 284.48 78.74) ) (stroke (width 0) (type default) ) (uuid "ca3fd19e-680a-49a5-b574-a7ad0c4a7a0b") ) (wire (pts (xy 214.63 189.23) (xy 214.63 280.67) ) (stroke (width 0) (type default) ) (uuid "cadf2900-06f6-4220-bb2b-a32e30ffd6f3") ) (wire (pts (xy 266.7 45.72) (xy 266.7 66.04) ) (stroke (width 0) (type default) ) (uuid "cb5a485a-4d22-4bec-9d7a-1d498528a657") ) (wire (pts (xy 205.74 133.35) (xy 210.82 133.35) ) (stroke (width 0) (type default) ) (uuid "cb66ff32-ef53-4612-8fda-89450a3d23b9") ) (wire (pts (xy 207.01 146.05) (xy 205.74 146.05) ) (stroke (width 0) (type default) ) (uuid "ccfa6e48-d32a-45d5-9c6b-37a27464fcdd") ) (wire (pts (xy 269.24 111.76) (xy 269.24 130.81) ) (stroke (width 0) (type default) ) (uuid "cdccc8c4-4a92-48bd-a4ea-1e7b7fa1e21a") ) (wire (pts (xy 243.84 50.8) (xy 217.17 50.8) ) (stroke (width 0) (type default) ) (uuid "cdcf6596-d15b-4ed2-ada8-531f7e850c1c") ) (wire (pts (xy 292.1 295.91) (xy 321.31 295.91) ) (stroke (width 0) (type default) ) (uuid "ce4137a2-abbb-4eff-8cb2-d47964a0758b") ) (wire (pts (xy 209.55 66.04) (xy 152.4 66.04) ) (stroke (width 0) (type default) ) (uuid "d142bcab-82d9-451a-84a6-9ca29623a703") ) (wire (pts (xy 326.39 201.93) (xy 294.64 201.93) ) (stroke (width 0) (type default) ) (uuid "d1480dc8-4095-4b57-9cce-94467fbbb0ed") ) (wire (pts (xy 229.87 36.83) (xy 243.84 36.83) ) (stroke (width 0) (type default) ) (uuid "d1c47f6e-3a0e-4044-83e5-99d055542298") ) (wire (pts (xy 255.27 201.93) (xy 294.64 201.93) ) (stroke (width 0) (type default) ) (uuid "d31b3f57-8e98-4b36-97ef-3d8f6416fad8") ) (wire (pts (xy 304.8 283.21) (xy 257.81 283.21) ) (stroke (width 0) (type default) ) (uuid "d49b584f-6f7f-4b5e-8a44-9cc716fa12c6") ) (wire (pts (xy 321.31 196.85) (xy 299.72 196.85) ) (stroke (width 0) (type default) ) (uuid "d5648ee9-2a59-4486-b276-d1384a2f1d7b") ) (wire (pts (xy 313.69 300.99) (xy 313.69 379.73) ) (stroke (width 0) (type default) ) (uuid "d5d3f972-436d-43e6-b83e-34f6cb9c4554") ) (wire (pts (xy 340.36 359.41) (xy 340.36 280.67) ) (stroke (width 0) (type default) ) (uuid "d9bb5701-2416-4047-a2a6-6f98e1e115b8") ) (wire (pts (xy 265.43 30.48) (xy 265.43 33.02) ) (stroke (width 0) (type default) ) (uuid "da8946ce-0157-4b78-b0a7-8b0c3c3c2c4f") ) (wire (pts (xy 161.29 105.41) (xy 186.69 105.41) ) (stroke (width 0) (type default) ) (uuid "dcce97bb-e553-4d2a-9dc1-65c2de83b108") ) (wire (pts (xy 255.27 207.01) (xy 289.56 207.01) ) (stroke (width 0) (type default) ) (uuid "ddc9a0f9-d723-4614-b756-f4a908e7ce34") ) (wire (pts (xy 259.08 369.57) (xy 328.93 369.57) ) (stroke (width 0) (type default) ) (uuid "df3fec53-93d5-49ab-aa99-78611faea857") ) (wire (pts (xy 237.49 30.48) (xy 237.49 33.02) ) (stroke (width 0) (type default) ) (uuid "df9740b8-e173-4f08-93f9-a3c4751d6e4b") ) (wire (pts (xy 182.88 138.43) (xy 205.74 138.43) ) (stroke (width 0) (type default) ) (uuid "e06390de-42d2-40f9-b0db-9511544bbd10") ) (wire (pts (xy 331.47 83.82) (xy 331.47 207.01) ) (stroke (width 0) (type default) ) (uuid "e13b6894-5bfc-4908-bbbb-260caa9b3b53") ) (wire (pts (xy 255.27 194.31) (xy 302.26 194.31) ) (stroke (width 0) (type default) ) (uuid "e2083b75-e640-40e8-b69f-76de530decc6") ) (wire (pts (xy 217.17 367.03) (xy 217.17 288.29) ) (stroke (width 0) (type default) ) (uuid "e227c69b-7761-4cf4-b9f1-1b5ce3322cc6") ) (wire (pts (xy 209.55 140.97) (xy 205.74 140.97) ) (stroke (width 0) (type default) ) (uuid "e25cc69e-6ffe-41a7-b652-73e3284159be") ) (wire (pts (xy 163.83 50.8) (xy 163.83 171.45) ) (stroke (width 0) (type default) ) (uuid "e4afadf7-bf45-4512-ba43-75dcdae10c1b") ) (wire (pts (xy 265.43 25.4) (xy 265.43 27.94) ) (stroke (width 0) (type default) ) (uuid "e4d9c57f-891b-4688-ac32-62688102b911") ) (wire (pts (xy 219.71 290.83) (xy 219.71 199.39) ) (stroke (width 0) (type default) ) (uuid "e4dce1f5-5536-4db2-8868-01c139a99795") ) (wire (pts (xy 232.41 138.43) (xy 255.27 138.43) ) (stroke (width 0) (type default) ) (uuid "e8a171a7-1c04-456a-ab6d-ae2972b942fb") ) (wire (pts (xy 275.59 76.2) (xy 275.59 143.51) ) (stroke (width 0) (type default) ) (uuid "ea15d6b5-1ca0-482b-ae8c-f4372868f1a3") ) (wire (pts (xy 334.01 285.75) (xy 302.26 285.75) ) (stroke (width 0) (type default) ) (uuid "eb42ee28-88fb-44ae-ad81-0176905302f8") ) (wire (pts (xy 302.26 194.31) (xy 318.77 194.31) ) (stroke (width 0) (type default) ) (uuid "ed138e89-bf69-475f-8b76-570995a7bdbc") ) (wire (pts (xy 212.09 45.72) (xy 266.7 45.72) ) (stroke (width 0) (type default) ) (uuid "ef612736-ec60-490f-9a0f-7f2e4e2883d0") ) (wire (pts (xy 182.88 146.05) (xy 205.74 146.05) ) (stroke (width 0) (type default) ) (uuid "ef8f994c-fe1e-4931-952b-98151c57dff1") ) (wire (pts (xy 243.84 36.83) (xy 243.84 50.8) ) (stroke (width 0) (type default) ) (uuid "f0f50b4f-703e-4d4b-8482-aa1de8e5ae79") ) (wire (pts (xy 334.01 209.55) (xy 334.01 86.36) ) (stroke (width 0) (type default) ) (uuid "f471b902-70f0-46f7-91bb-9d7f3935316d") ) (wire (pts (xy 276.86 105.41) (xy 276.86 146.05) ) (stroke (width 0) (type default) ) (uuid "f50c9bde-1401-41d8-91d0-909a5660b0e4") ) (wire (pts (xy 331.47 207.01) (xy 289.56 207.01) ) (stroke (width 0) (type default) ) (uuid "f58e663a-85c4-4884-955e-175b6489014b") ) (wire (pts (xy 210.82 138.43) (xy 205.74 138.43) ) (stroke (width 0) (type default) ) (uuid "f65d2d5f-6163-4fd0-8afc-e632b5242938") ) (wire (pts (xy 232.41 130.81) (xy 255.27 130.81) ) (stroke (width 0) (type default) ) (uuid "f66ac36a-846c-42de-bcbc-f90f05c495c4") ) (wire (pts (xy 209.55 349.25) (xy 209.55 245.11) ) (stroke (width 0) (type default) ) (uuid "f69cad2e-3a64-4024-beaa-8be280c3b6dc") ) (wire (pts (xy 270.51 113.03) (xy 270.51 133.35) ) (stroke (width 0) (type default) ) (uuid "f7226b7b-e9dc-42fc-bcf5-b1034b4914db") ) (wire (pts (xy 309.88 186.69) (xy 309.88 278.13) ) (stroke (width 0) (type default) ) (uuid "f727e2f0-eb9a-419d-a00b-86857d54d95e") ) (wire (pts (xy 212.09 250.19) (xy 212.09 168.91) ) (stroke (width 0) (type default) ) (uuid "f9bc3849-2ebd-428e-bbf8-495037b92d4a") ) (wire (pts (xy 182.88 143.51) (xy 205.74 143.51) ) (stroke (width 0) (type default) ) (uuid "fac1285a-5d18-41df-a7b1-ddff53249205") ) (wire (pts (xy 299.72 288.29) (xy 257.81 288.29) ) (stroke (width 0) (type default) ) (uuid "fae10c21-c686-41c2-9289-f7903c8ca6f6") ) (wire (pts (xy 256.54 63.5) (xy 265.43 63.5) ) (stroke (width 0) (type default) ) (uuid "fb54b1e4-defc-4c45-ac8f-442915ad1f42") ) (wire (pts (xy 222.25 314.96) (xy 222.25 400.05) ) (stroke (width 0) (type default) ) (uuid "fb570e72-af72-431b-ac1d-1ae4b6433abf") ) (wire (pts (xy 323.85 76.2) (xy 323.85 199.39) ) (stroke (width 0) (type default) ) (uuid "fbb92dd8-5e4f-4b2a-ac6a-c2758461ab53") ) (wire (pts (xy 237.49 27.94) (xy 237.49 30.48) ) (stroke (width 0) (type default) ) (uuid "fbcafe7c-cfdb-41cc-a93a-a577ce5f823e") ) (wire (pts (xy 248.92 50.8) (xy 248.92 46.99) ) (stroke (width 0) (type default) ) (uuid "fbef9f70-f72c-4a08-b4d9-c565f4413018") ) (wire (pts (xy 219.71 369.57) (xy 219.71 290.83) ) (stroke (width 0) (type default) ) (uuid "fea52c7e-b672-427c-a653-ad651da454fa") ) (text "3v D8 D7 D6 D5 D0 A0 RS" (exclude_from_sim no) (at 198.882 139.954 90) (effects (font (size 0.9652 0.9652) ) ) (uuid "143db598-3670-408f-bc25-451e143a646c") ) (text "3v D8 D7 D6 D5 D0 A0 RS" (exclude_from_sim no) (at 175.768 140.462 90) (effects (font (size 0.9652 0.9652) ) ) (uuid "202a7540-4ca5-473f-860a-2234537e91f6") ) (text "5v G D4 D3 D2 D1 RX TX" (exclude_from_sim no) (at 225.806 139.954 90) (effects (font (size 0.9652 0.9652) ) ) (uuid "88cb1497-7710-4a12-8a32-ce2681087050") ) (text "5v G D4 D3 D2 D1 RX TX" (exclude_from_sim no) (at 248.666 140.208 90) (effects (font (size 0.9652 0.9652) ) ) (uuid "da5dbc19-c84d-4dc7-9db8-590adb217e31") ) (symbol (lib_id "Switch:SW_Push") (at 191.77 59.69 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) (uuid "271caf55-eac8-40c7-ba3d-ea7b2407be7a") (property "Reference" "SW1" (at 191.77 52.07 0) (effects (font (size 1.27 1.27) ) ) ) (property "Value" "SW_Push" (at 191.77 54.61 0) (effects (font (size 1.27 1.27) ) ) ) (property "Footprint" "Button_Switch_THT:SW_PUSH_6mm_H5mm" (at 191.77 54.61 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Datasheet" "~" (at 191.77 54.61 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Description" "Push button switch, generic, two pins" (at 191.77 59.69 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (pin "2" (uuid "dbbbb6b8-693f-462c-92fe-05d8414aba91") ) (pin "1" (uuid "cb1fb2ac-5632-447b-a961-fff07b52a1a0") ) (instances (project "" (path "/f013cab0-cf41-4f46-b8e3-39a853954b51" (reference "SW1") (unit 1) ) ) ) ) (symbol (lib_id "Connector:Conn_01x05_Pin") (at 260.35 27.94 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (uuid "3e0384b4-1cb3-4158-9957-9e752458aa54") (property "Reference" "J6" (at 260.985 17.78 0) (effects (font (size 1.27 1.27) ) ) ) (property "Value" "Conn_01x05_Pin - 3.3v" (at 260.985 20.32 0) (effects (font (size 1.27 1.27) ) ) ) (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x05_P2.54mm_Vertical" (at 260.35 27.94 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Datasheet" "~" (at 260.35 27.94 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Description" "Generic connector, single row, 01x05, script generated" (at 260.35 27.94 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (pin "4" (uuid "597d5198-172a-40da-8a3a-b61f70f66bf6") ) (pin "3" (uuid "5a3c1678-3dcd-47cb-975d-bfc8d337b254") ) (pin "1" (uuid "7994b214-4fb0-4c84-a032-e4333f0b9afc") ) (pin "5" (uuid "e5579371-98b1-4722-bb64-86f397ac0431") ) (pin "2" (uuid "3627e426-0cd6-42b8-8024-aaded709298b") ) (instances (project "Kicad 8" (path "/f013cab0-cf41-4f46-b8e3-39a853954b51" (reference "J6") (unit 1) ) ) ) ) (symbol (lib_id "Device:R") (at 226.06 36.83 90) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) (uuid "40c55569-8314-425f-9a8c-a3b604acff22") (property "Reference" "R1" (at 226.06 30.48 90) (effects (font (size 1.27 1.27) ) ) ) (property "Value" "R" (at 226.06 33.02 90) (effects (font (size 1.27 1.27) ) ) ) (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" (at 226.06 38.608 90) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Datasheet" "~" (at 226.06 36.83 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Description" "Resistor" (at 226.06 36.83 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (pin "2" (uuid "d90946c1-6e66-4902-bc66-86f99d227900") ) (pin "1" (uuid "f868f151-f889-4401-a992-334651ad55c5") ) (instances (project "" (path "/f013cab0-cf41-4f46-b8e3-39a853954b51" (reference "R1") (unit 1) ) ) ) ) (symbol (lib_id "Connector:Conn_01x05_Pin") (at 209.55 27.94 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) (uuid "451e32c7-d634-44eb-a1a3-474541a7fdd7") (property "Reference" "J7" (at 210.185 17.78 0) (effects (font (size 1.27 1.27) ) ) ) (property "Value" "Conn_01x05_Pin - G" (at 210.185 20.32 0) (effects (font (size 1.27 1.27) ) ) ) (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x05_P2.54mm_Vertical" (at 209.55 27.94 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Datasheet" "~" (at 209.55 27.94 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Description" "Generic connector, single row, 01x05, script generated" (at 209.55 27.94 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (pin "4" (uuid "90a4ae5a-2294-46de-b20b-ec537fb06a7a") ) (pin "3" (uuid "e990f703-19bc-48ef-a6ed-95f71f9d72fa") ) (pin "1" (uuid "eabe9175-4e10-4609-b015-1f3f969ad282") ) (pin "5" (uuid "356a6108-0e31-448a-a344-1fd7ff237656") ) (pin "2" (uuid "e44c0311-cb82-4bd7-a38f-702e2e5994cc") ) (instances (project "Kicad 8" (path "/f013cab0-cf41-4f46-b8e3-39a853954b51" (reference "J7") (unit 1) ) ) ) ) (symbol (lib_id "power:GND") (at 214.63 22.86 90) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) (uuid "545b82d8-0213-4295-85b4-560c6f92833a") (property "Reference" "#PWR01" (at 220.98 22.86 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Value" "GND" (at 218.44 22.8599 90) (effects (font (size 1.27 1.27) ) (justify right) ) ) (property "Footprint" "" (at 214.63 22.86 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Datasheet" "" (at 214.63 22.86 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 214.63 22.86 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (pin "1" (uuid "cd5f6325-6206-42fd-8f1b-de654fa1ba5b") ) (instances (project "" (path "/f013cab0-cf41-4f46-b8e3-39a853954b51" (reference "#PWR01") (unit 1) ) ) ) ) (symbol (lib_id "MCU_Module:WeMos_D1_mini") (at 247.65 290.83 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) (uuid "7e7488c7-5c64-4d49-a49a-4dd4ebe5e4b8") (property "Reference" "U3" (at 249.8441 311.15 0) (effects (font (size 1.27 1.27) ) (justify left) ) ) (property "Value" "WeMos_D1_mini" (at 249.8441 313.69 0) (effects (font (size 1.27 1.27) ) (justify left) ) ) (property "Footprint" "Module:WEMOS_D1_mini_light" (at 247.65 320.04 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Datasheet" "https://wiki.wemos.cc/products:d1:d1_mini#documentation" (at 200.66 320.04 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Description" "32-bit microcontroller module with WiFi" (at 247.65 290.83 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (pin "2" (uuid "cd1de6e6-1c1b-4af3-b64c-c6bbb4de1507") ) (pin "10" (uuid "f3ccaba9-e64b-4fa1-92a4-e71d292b119c") ) (pin "8" (uuid "4e976d72-00e1-49e6-b745-e4aace4e978f") ) (pin "15" (uuid "b53f7134-493d-409a-b000-00e24cd4eb90") ) (pin "16" (uuid "801d1e3d-a472-4e62-ac70-0ed04751141c") ) (pin "3" (uuid "122d5c2e-8326-4cf4-ad91-fdc250272ffe") ) (pin "5" (uuid "ae5ad025-aec7-4f1c-bc64-922358005761") ) (pin "6" (uuid "d794c862-703c-4cff-b12b-7b15c219a6a5") ) (pin "7" (uuid "cd07773c-a031-4e25-a393-da96c3b2af6e") ) (pin "1" (uuid "9d8f15c3-f782-4cb5-a5ce-81daa3413e82") ) (pin "14" (uuid "31babc08-17d8-43cf-b40f-2331f3def3ce") ) (pin "11" (uuid "5a4d611a-3c86-4d4f-8ed5-fd88fbd96b94") ) (pin "13" (uuid "af990772-18bd-4311-b696-516f9786802e") ) (pin "4" (uuid "ff7d03ef-93de-4703-aaa9-00e59dd717a9") ) (pin "9" (uuid "788a9be5-b906-4c97-89e5-bd8a996d9351") ) (pin "12" (uuid "5b99bea9-5e17-4e36-8b73-d17f7ace9164") ) (instances (project "Kicad 8" (path "/f013cab0-cf41-4f46-b8e3-39a853954b51" (reference "U3") (unit 1) ) ) ) ) (symbol (lib_id "MCU_Module:WeMos_D1_mini") (at 248.92 369.57 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) (uuid "821c07b0-77b0-4aef-9b64-c420c580f057") (property "Reference" "U4" (at 251.1141 389.89 0) (effects (font (size 1.27 1.27) ) (justify left) ) ) (property "Value" "WeMos_D1_mini" (at 251.1141 392.43 0) (effects (font (size 1.27 1.27) ) (justify left) ) ) (property "Footprint" "Module:WEMOS_D1_mini_light" (at 248.92 398.78 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Datasheet" "https://wiki.wemos.cc/products:d1:d1_mini#documentation" (at 201.93 398.78 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Description" "32-bit microcontroller module with WiFi" (at 248.92 369.57 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (pin "2" (uuid "178ec14a-6e65-4a92-823b-ff871e6bc981") ) (pin "10" (uuid "ee7fc17d-1ee3-4fc0-ab55-2cd51d842c34") ) (pin "8" (uuid "d1217a8f-c909-4fa3-9c73-8347f6d94ba7") ) (pin "15" (uuid "a4a97b8e-9b7f-4c78-89b8-40bf5ed4d9dd") ) (pin "16" (uuid "046ba892-cdae-448f-9f65-d948b13fc249") ) (pin "3" (uuid "5fcd6bdc-ecb5-44c1-9686-183556dccca6") ) (pin "5" (uuid "0fe569bb-c90c-49cd-9182-1d5704776d13") ) (pin "6" (uuid "65ec4163-48f4-4bbf-b23a-86bbe4bc4049") ) (pin "7" (uuid "e31d97d3-f233-4d68-8bfa-6429875d6244") ) (pin "1" (uuid "4d826ec4-76d6-4dae-958a-e80e82a4c682") ) (pin "14" (uuid "9e1731d9-c13e-413e-a818-3287f13bb6a3") ) (pin "11" (uuid "be1f7bca-ceb1-47de-86d5-4c48a256d790") ) (pin "13" (uuid "7eddde87-a88a-4adb-a69f-5ed65050a5fb") ) (pin "4" (uuid "3c309f47-a709-4247-80be-2112c260aae3") ) (pin "9" (uuid "702c98c1-092e-4e3c-a29f-ed2453f8b895") ) (pin "12" (uuid "ff43ee72-f3b8-4c2c-8231-51f8993746e3") ) (instances (project "Kicad 8" (path "/f013cab0-cf41-4f46-b8e3-39a853954b51" (reference "U4") (unit 1) ) ) ) ) (symbol (lib_id "MCU_Module:WeMos_D1_mini") (at 245.11 199.39 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) (uuid "857ad8e9-c677-475a-b327-42b8efd3690d") (property "Reference" "U2" (at 247.3041 219.71 0) (effects (font (size 1.27 1.27) ) (justify left) ) ) (property "Value" "WeMos_D1_mini" (at 247.3041 222.25 0) (effects (font (size 1.27 1.27) ) (justify left) ) ) (property "Footprint" "Module:WEMOS_D1_mini_light" (at 245.11 228.6 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Datasheet" "https://wiki.wemos.cc/products:d1:d1_mini#documentation" (at 198.12 228.6 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Description" "32-bit microcontroller module with WiFi" (at 245.11 199.39 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (pin "2" (uuid "6b7b93bc-9162-4646-b0ed-0349046220b8") ) (pin "10" (uuid "5d817e34-bf07-4bba-90fb-2364648a2560") ) (pin "8" (uuid "8e95bce6-4b78-4d6e-b7c7-ca9b7caa4142") ) (pin "15" (uuid "d56aef4a-3cf6-4fac-ba76-3fd7b56deae8") ) (pin "16" (uuid "688f1fb3-a713-411b-9366-9947415e90f7") ) (pin "3" (uuid "663808d6-e5c9-4748-946c-f52942fa73c7") ) (pin "5" (uuid "ef0c623c-633f-45e8-ad7f-96ac21d30562") ) (pin "6" (uuid "c1fc57b8-343c-4897-bc41-7080b460d92b") ) (pin "7" (uuid "0917191b-96ad-422f-b262-a8269751c5da") ) (pin "1" (uuid "ef5429a1-fe9d-427a-81df-812bacb2f00b") ) (pin "14" (uuid "b2adb05f-438a-410d-aee3-b0d9bec96adf") ) (pin "11" (uuid "7214167e-8d5c-4b4d-8ab1-274d3bb29d19") ) (pin "13" (uuid "c7dd37af-3506-44a8-a41d-38b44c0cc5aa") ) (pin "4" (uuid "9d58f903-fe28-4fc8-9ddc-3ecc3639c3c4") ) (pin "9" (uuid "31acfbf0-428d-403d-b35f-1eefc0a2284f") ) (pin "12" (uuid "d558eda0-c818-47e3-98ba-91e7ae3883ed") ) (instances (project "Kicad 8" (path "/f013cab0-cf41-4f46-b8e3-39a853954b51" (reference "U2") (unit 1) ) ) ) ) (symbol (lib_id "Connector:Conn_01x08_Pin") (at 200.66 138.43 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) (uuid "a8388ad7-e052-43ad-81fa-ef133b176f18") (property "Reference" "J2" (at 201.295 125.73 0) (effects (font (size 1.27 1.27) ) ) ) (property "Value" "Conn_01x08_Pin - L" (at 201.295 128.27 0) (effects (font (size 1.27 1.27) ) ) ) (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x08_P2.54mm_Vertical" (at 200.66 138.43 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Datasheet" "~" (at 200.66 138.43 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Description" "Generic connector, single row, 01x08, script generated" (at 200.66 138.43 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (pin "8" (uuid "eb4c8843-62c0-41f2-b441-2cde47b00bd6") ) (pin "4" (uuid "536a1b28-f41b-4bb8-b3dd-e923344f2978") ) (pin "3" (uuid "898ada74-e85c-46bd-b2dd-b0702d20779a") ) (pin "1" (uuid "2aa05ce0-6b46-4a65-9703-3fad6a1c9b30") ) (pin "7" (uuid "b6953504-2c4d-446e-9e30-e8b36c75d2cb") ) (pin "2" (uuid "5be29862-7df1-4751-82cd-058f7369648b") ) (pin "5" (uuid "4fc54725-481d-43eb-bded-1a9eeb9682fd") ) (pin "6" (uuid "d9736731-b395-4802-a689-01376229f03c") ) (instances (project "Kicad 8" (path "/f013cab0-cf41-4f46-b8e3-39a853954b51" (reference "J2") (unit 1) ) ) ) ) (symbol (lib_id "Connector:Conn_01x08_Pin") (at 227.33 138.43 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) (uuid "b38961b6-2e0a-4aee-a4a8-88631a00266e") (property "Reference" "J1" (at 227.965 125.73 0) (effects (font (size 1.27 1.27) ) ) ) (property "Value" "Conn_01x08_Pin - R" (at 227.965 128.27 0) (effects (font (size 1.27 1.27) ) ) ) (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x08_P2.54mm_Vertical" (at 227.33 138.43 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Datasheet" "~" (at 227.33 138.43 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Description" "Generic connector, single row, 01x08, script generated" (at 227.33 138.43 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (pin "8" (uuid "916990d9-285b-4526-a6a8-937deb754cc3") ) (pin "4" (uuid "a8b8b298-e0f4-446e-b15b-2435fcf777e3") ) (pin "3" (uuid "83508608-a997-46a1-b088-a47a2a68db28") ) (pin "1" (uuid "895758e6-2034-444e-ab37-848d2e0c4ac5") ) (pin "7" (uuid "a2ef36f2-5278-4221-9384-3e60dfcb8231") ) (pin "2" (uuid "55fd36cd-97a1-4fb5-9955-6fb926f343a8") ) (pin "5" (uuid "9f03c519-b0fd-4b90-a924-38303f86a893") ) (pin "6" (uuid "28c99ddb-17f8-4da9-bbb2-3cbda59f3c13") ) (instances (project "" (path "/f013cab0-cf41-4f46-b8e3-39a853954b51" (reference "J1") (unit 1) ) ) ) ) (symbol (lib_id "Connector:Conn_01x08_Pin") (at 250.19 138.43 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) (uuid "c769e809-e4e6-45f4-a5af-126dc5a562cb") (property "Reference" "J4" (at 250.825 125.73 0) (effects (font (size 1.27 1.27) ) ) ) (property "Value" "Conn_01x08_Pin - R" (at 250.825 128.27 0) (effects (font (size 1.27 1.27) ) ) ) (property "Footprint" "TerminalBlock_RND:TerminalBlock_RND_205-00018_1x08_P5.00mm_Horizontal" (at 250.19 138.43 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Datasheet" "~" (at 250.19 138.43 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Description" "Generic connector, single row, 01x08, script generated" (at 250.19 138.43 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (pin "8" (uuid "b37f4e24-5365-4f18-9c0b-ba632b54f662") ) (pin "4" (uuid "7b414d6b-dbc6-4d4b-bcac-b7fbfd16345e") ) (pin "3" (uuid "a544f851-392a-4e63-8817-ec4f85dd0342") ) (pin "1" (uuid "f14c555f-867d-40dd-97da-e14cec437fa1") ) (pin "7" (uuid "d8365594-595a-476b-b5f1-66eb0304909f") ) (pin "2" (uuid "2a399341-7203-4b11-845c-ff326bc9eaf4") ) (pin "5" (uuid "38de91b0-92a6-41e1-ae0b-7ba3174d17e9") ) (pin "6" (uuid "e1e2443a-275b-4872-83c3-3608ca145cf6") ) (instances (project "Kicad 8" (path "/f013cab0-cf41-4f46-b8e3-39a853954b51" (reference "J4") (unit 1) ) ) ) ) (symbol (lib_id "MCU_Module:WeMos_D1_mini") (at 246.38 76.2 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) (uuid "cc0f15f6-0983-43bc-9607-afda337c751e") (property "Reference" "U1" (at 248.5741 96.52 0) (effects (font (size 1.27 1.27) ) (justify left) ) ) (property "Value" "WeMos_D1_mini" (at 248.5741 99.06 0) (effects (font (size 1.27 1.27) ) (justify left) ) ) (property "Footprint" "Module:WEMOS_D1_mini_light" (at 246.38 105.41 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Datasheet" "https://wiki.wemos.cc/products:d1:d1_mini#documentation" (at 199.39 105.41 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Description" "32-bit microcontroller module with WiFi" (at 246.38 76.2 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (pin "2" (uuid "bf4ac109-9f92-4f6f-b4c4-80af1c08bbaf") ) (pin "10" (uuid "f1816cfa-1dd6-4702-a7da-eb2d31127a9f") ) (pin "8" (uuid "fd8a87ec-beed-4443-896e-b60e8e608f5b") ) (pin "15" (uuid "a6c801b7-302b-42c5-99f0-cf8bf562810c") ) (pin "16" (uuid "a10dcc46-aec3-4c85-8b5f-bf5688969ee2") ) (pin "3" (uuid "6ef96231-d714-4e76-9a25-fbfce51969ef") ) (pin "5" (uuid "4c35af18-ad1b-44e7-b69d-0ecd1a8f63e6") ) (pin "6" (uuid "abe7ba00-d9c2-4d5c-a111-8914b9da85ae") ) (pin "7" (uuid "914a3e3c-8211-47ed-b768-72ea256b57ba") ) (pin "1" (uuid "690f4e15-7a40-4acf-9131-9bdd90f2bb3f") ) (pin "14" (uuid "09f14ffc-e99f-4883-b442-549558e93fad") ) (pin "11" (uuid "1907ca05-fb0b-4813-89dc-e12abf3a3877") ) (pin "13" (uuid "abc4a870-ec8d-48da-99a2-5f912687637b") ) (pin "4" (uuid "909c40df-554b-4460-ad61-cf34b9c944a8") ) (pin "9" (uuid "b7d917b7-c590-4007-a8a5-4a0c83b1f6fa") ) (pin "12" (uuid "f996316e-3ece-44ed-a7af-7619d14106f8") ) (instances (project "" (path "/f013cab0-cf41-4f46-b8e3-39a853954b51" (reference "U1") (unit 1) ) ) ) ) (symbol (lib_id "Connector:Conn_01x08_Pin") (at 177.8 138.43 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) (uuid "d3f8ce83-bb7b-4640-992c-86f8bc72cafb") (property "Reference" "J3" (at 178.435 125.73 0) (effects (font (size 1.27 1.27) ) ) ) (property "Value" "Conn_01x08_Pin - L" (at 178.435 128.27 0) (effects (font (size 1.27 1.27) ) ) ) (property "Footprint" "TerminalBlock_RND:TerminalBlock_RND_205-00018_1x08_P5.00mm_Horizontal" (at 177.8 138.43 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Datasheet" "~" (at 177.8 138.43 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Description" "Generic connector, single row, 01x08, script generated" (at 177.8 138.43 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (pin "8" (uuid "1992681b-ad24-4b53-95ed-82d5c405088a") ) (pin "4" (uuid "e2a1c28b-0895-4931-9e52-72891c62b8d6") ) (pin "3" (uuid "4c56311f-1cdc-4914-8e05-8d6c000cb8e7") ) (pin "1" (uuid "d9922e14-7cc1-4c0c-99b2-f6d6e4808434") ) (pin "7" (uuid "b91e6907-b030-4f6b-bc17-746e2268b339") ) (pin "2" (uuid "2197cf6c-4fcc-4f16-a760-69be3b4b30f0") ) (pin "5" (uuid "1f791fb8-60c9-4492-93d6-c42fd9acf588") ) (pin "6" (uuid "334151ae-f0cb-4514-9872-be4d0b2d4336") ) (instances (project "Kicad 8" (path "/f013cab0-cf41-4f46-b8e3-39a853954b51" (reference "J3") (unit 1) ) ) ) ) (symbol (lib_id "Device:LED") (at 218.44 36.83 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) (uuid "e9661f17-dfcf-4506-ae48-b5f69dd4b05b") (property "Reference" "D1" (at 216.8525 30.48 0) (effects (font (size 1.27 1.27) ) ) ) (property "Value" "LED" (at 216.8525 33.02 0) (effects (font (size 1.27 1.27) ) ) ) (property "Footprint" "LED_THT:LED_D3.0mm" (at 218.44 36.83 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Datasheet" "~" (at 218.44 36.83 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Description" "Light emitting diode" (at 218.44 36.83 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (pin "2" (uuid "a24cefc9-199e-4445-b64f-2326e57cb85e") ) (pin "1" (uuid "50ffdfa9-731c-4454-b264-6b7230705d82") ) (instances (project "" (path "/f013cab0-cf41-4f46-b8e3-39a853954b51" (reference "D1") (unit 1) ) ) ) ) (symbol (lib_id "Connector:Conn_01x05_Pin") (at 232.41 27.94 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) (uuid "f18a20b4-e7b5-4a52-9d98-d364421505d9") (property "Reference" "J5" (at 233.045 17.78 0) (effects (font (size 1.27 1.27) ) ) ) (property "Value" "Conn_01x05_Pin - 5v" (at 233.045 20.32 0) (effects (font (size 1.27 1.27) ) ) ) (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x05_P2.54mm_Vertical" (at 232.41 27.94 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Datasheet" "~" (at 232.41 27.94 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (property "Description" "Generic connector, single row, 01x05, script generated" (at 232.41 27.94 0) (effects (font (size 1.27 1.27) ) (hide yes) ) ) (pin "4" (uuid "4624f738-8ed7-4ada-b276-9d0d92f2edd4") ) (pin "3" (uuid "3863b079-ca6c-4394-80b2-2bf243c1843a") ) (pin "1" (uuid "7d230e98-8ef9-467e-b8c9-257b2ad4ceea") ) (pin "5" (uuid "d6f06794-3186-4ce3-b8be-bd845f7ad4c0") ) (pin "2" (uuid "1e61bdcc-39f0-4d26-af11-e8f8e2d478f1") ) (instances (project "" (path "/f013cab0-cf41-4f46-b8e3-39a853954b51" (reference "J5") (unit 1) ) ) ) ) (sheet_instances (path "/" (page "1") ) ) ) ================================================ FILE: Kicad 8/Kicad 8/fp-info-cache ================================================ 0 ================================================ FILE: Kicad 8/Kicad 8/kicad 8 video gerbers/Kicad 8-B_Cu.gbr ================================================ %TF.GenerationSoftware,KiCad,Pcbnew,8.0.3*% %TF.CreationDate,2024-06-10T16:35:51-04:00*% %TF.ProjectId,Kicad 8,4b696361-6420-4382-9e6b-696361645f70,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Copper,L2,Bot*% %TF.FilePolarity,Positive*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Created by KiCad (PCBNEW 8.0.3) date 2024-06-10 16:35:51* %MOMM*% %LPD*% G01* G04 APERTURE LIST* %TA.AperFunction,ComponentPad*% %ADD10C,2.000000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD11R,2.000000X2.000000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD12O,2.000000X1.600000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD13R,1.700000X1.700000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD14O,1.700000X1.700000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD15C,1.600000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD16O,1.600000X1.600000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD17R,2.500000X2.500000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD18C,2.500000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD19R,1.800000X1.800000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD20C,1.800000*% %TD*% %TA.AperFunction,ViaPad*% %ADD21C,0.600000*% %TD*% %TA.AperFunction,Conductor*% %ADD22C,0.200000*% %TD*% G04 APERTURE END LIST* D10* %TO.P,SW1,1,1*% %TO.N,GND*% X83000000Y-85500000D03* X83000000Y-79000000D03* %TO.P,SW1,2,2*% %TO.N,Net-(J2-Pin_1)*% X87500000Y-85500000D03* X87500000Y-79000000D03* %TD*% D11* %TO.P,U4,1,~{RST}*% %TO.N,Net-(J2-Pin_1)*% X131500000Y-54000000D03* D12* %TO.P,U4,2,A0*% %TO.N,Net-(J2-Pin_2)*% X131500000Y-56540000D03* %TO.P,U4,3,D0*% %TO.N,Net-(J2-Pin_3)*% X131500000Y-59080000D03* %TO.P,U4,4,SCK/D5*% %TO.N,Net-(J2-Pin_4)*% X131500000Y-61620000D03* %TO.P,U4,5,MISO/D6*% %TO.N,Net-(J2-Pin_5)*% X131500000Y-64160000D03* %TO.P,U4,6,MOSI/D7*% %TO.N,Net-(J2-Pin_6)*% X131500000Y-66700000D03* %TO.P,U4,7,CS/D8*% %TO.N,Net-(J2-Pin_7)*% X131500000Y-69240000D03* %TO.P,U4,8,3V3*% %TO.N,Net-(J2-Pin_8)*% X131500000Y-71780000D03* %TO.P,U4,9,5V*% %TO.N,Net-(J1-Pin_8)*% X154360000Y-71780000D03* %TO.P,U4,10,GND*% %TO.N,GND*% X154360000Y-69240000D03* %TO.P,U4,11,D4*% %TO.N,Net-(J1-Pin_6)*% X154360000Y-66700000D03* %TO.P,U4,12,D3*% %TO.N,Net-(J1-Pin_5)*% X154360000Y-64160000D03* %TO.P,U4,13,SDA/D2*% %TO.N,Net-(J1-Pin_4)*% X154360000Y-61620000D03* %TO.P,U4,14,SCL/D1*% %TO.N,Net-(J1-Pin_3)*% X154360000Y-59080000D03* %TO.P,U4,15,RX*% %TO.N,Net-(J1-Pin_2)*% X154360000Y-56540000D03* %TO.P,U4,16,TX*% %TO.N,Net-(J1-Pin_1)*% X154360000Y-54000000D03* %TD*% D13* %TO.P,J2,1,Pin_1*% %TO.N,Net-(J2-Pin_1)*% X88000000Y-94515000D03* D14* %TO.P,J2,2,Pin_2*% %TO.N,Net-(J2-Pin_2)*% X88000000Y-97055000D03* %TO.P,J2,3,Pin_3*% %TO.N,Net-(J2-Pin_3)*% X88000000Y-99595000D03* %TO.P,J2,4,Pin_4*% %TO.N,Net-(J2-Pin_4)*% X88000000Y-102135000D03* %TO.P,J2,5,Pin_5*% %TO.N,Net-(J2-Pin_5)*% X88000000Y-104675000D03* %TO.P,J2,6,Pin_6*% %TO.N,Net-(J2-Pin_6)*% X88000000Y-107215000D03* %TO.P,J2,7,Pin_7*% %TO.N,Net-(J2-Pin_7)*% X88000000Y-109755000D03* %TO.P,J2,8,Pin_8*% %TO.N,Net-(J2-Pin_8)*% X88000000Y-112295000D03* %TD*% D15* %TO.P,R1,1*% %TO.N,Net-(D1-A)*% X158000000Y-35190000D03* D16* %TO.P,R1,2*% %TO.N,Net-(J1-Pin_8)*% X158000000Y-42810000D03* %TD*% D13* %TO.P,J1,1,Pin_1*% %TO.N,Net-(J1-Pin_1)*% X122000000Y-94515000D03* D14* %TO.P,J1,2,Pin_2*% %TO.N,Net-(J1-Pin_2)*% X122000000Y-97055000D03* %TO.P,J1,3,Pin_3*% %TO.N,Net-(J1-Pin_3)*% X122000000Y-99595000D03* %TO.P,J1,4,Pin_4*% %TO.N,Net-(J1-Pin_4)*% X122000000Y-102135000D03* %TO.P,J1,5,Pin_5*% %TO.N,Net-(J1-Pin_5)*% X122000000Y-104675000D03* %TO.P,J1,6,Pin_6*% %TO.N,Net-(J1-Pin_6)*% X122000000Y-107215000D03* %TO.P,J1,7,Pin_7*% %TO.N,GND*% X122000000Y-109755000D03* %TO.P,J1,8,Pin_8*% %TO.N,Net-(J1-Pin_8)*% X122000000Y-112295000D03* %TD*% D11* %TO.P,U3,1,~{RST}*% %TO.N,Net-(J2-Pin_1)*% X93500000Y-54000000D03* D12* %TO.P,U3,2,A0*% %TO.N,Net-(J2-Pin_2)*% X93500000Y-56540000D03* %TO.P,U3,3,D0*% %TO.N,Net-(J2-Pin_3)*% X93500000Y-59080000D03* %TO.P,U3,4,SCK/D5*% %TO.N,Net-(J2-Pin_4)*% X93500000Y-61620000D03* %TO.P,U3,5,MISO/D6*% %TO.N,Net-(J2-Pin_5)*% X93500000Y-64160000D03* %TO.P,U3,6,MOSI/D7*% %TO.N,Net-(J2-Pin_6)*% X93500000Y-66700000D03* %TO.P,U3,7,CS/D8*% %TO.N,Net-(J2-Pin_7)*% X93500000Y-69240000D03* %TO.P,U3,8,3V3*% %TO.N,Net-(J2-Pin_8)*% X93500000Y-71780000D03* %TO.P,U3,9,5V*% %TO.N,Net-(J1-Pin_8)*% X116360000Y-71780000D03* %TO.P,U3,10,GND*% %TO.N,GND*% X116360000Y-69240000D03* %TO.P,U3,11,D4*% %TO.N,Net-(J1-Pin_6)*% X116360000Y-66700000D03* %TO.P,U3,12,D3*% %TO.N,Net-(J1-Pin_5)*% X116360000Y-64160000D03* %TO.P,U3,13,SDA/D2*% %TO.N,Net-(J1-Pin_4)*% X116360000Y-61620000D03* %TO.P,U3,14,SCL/D1*% %TO.N,Net-(J1-Pin_3)*% X116360000Y-59080000D03* %TO.P,U3,15,RX*% %TO.N,Net-(J1-Pin_2)*% X116360000Y-56540000D03* %TO.P,U3,16,TX*% %TO.N,Net-(J1-Pin_1)*% X116360000Y-54000000D03* %TD*% D11* %TO.P,U2,1,~{RST}*% %TO.N,Net-(J2-Pin_1)*% X131500000Y-94500000D03* D12* %TO.P,U2,2,A0*% %TO.N,Net-(J2-Pin_2)*% X131500000Y-97040000D03* %TO.P,U2,3,D0*% %TO.N,Net-(J2-Pin_3)*% X131500000Y-99580000D03* %TO.P,U2,4,SCK/D5*% %TO.N,Net-(J2-Pin_4)*% X131500000Y-102120000D03* %TO.P,U2,5,MISO/D6*% %TO.N,Net-(J2-Pin_5)*% X131500000Y-104660000D03* %TO.P,U2,6,MOSI/D7*% %TO.N,Net-(J2-Pin_6)*% X131500000Y-107200000D03* %TO.P,U2,7,CS/D8*% %TO.N,Net-(J2-Pin_7)*% X131500000Y-109740000D03* %TO.P,U2,8,3V3*% %TO.N,Net-(J2-Pin_8)*% X131500000Y-112280000D03* %TO.P,U2,9,5V*% %TO.N,Net-(J1-Pin_8)*% X154360000Y-112280000D03* %TO.P,U2,10,GND*% %TO.N,GND*% X154360000Y-109740000D03* %TO.P,U2,11,D4*% %TO.N,Net-(J1-Pin_6)*% X154360000Y-107200000D03* %TO.P,U2,12,D3*% %TO.N,Net-(J1-Pin_5)*% X154360000Y-104660000D03* %TO.P,U2,13,SDA/D2*% %TO.N,Net-(J1-Pin_4)*% X154360000Y-102120000D03* %TO.P,U2,14,SCL/D1*% %TO.N,Net-(J1-Pin_3)*% X154360000Y-99580000D03* %TO.P,U2,15,RX*% %TO.N,Net-(J1-Pin_2)*% X154360000Y-97040000D03* %TO.P,U2,16,TX*% %TO.N,Net-(J1-Pin_1)*% X154360000Y-94500000D03* %TD*% D13* %TO.P,J5,1,Pin_1*% %TO.N,Net-(J1-Pin_8)*% X160500000Y-81371200D03* D14* %TO.P,J5,2,Pin_2*% X160500000Y-83911200D03* %TO.P,J5,3,Pin_3*% X160500000Y-86451200D03* %TO.P,J5,4,Pin_4*% X160500000Y-88991200D03* %TO.P,J5,5,Pin_5*% X160500000Y-91531200D03* %TD*% D13* %TO.P,J7,1,Pin_1*% %TO.N,GND*% X160500000Y-48000000D03* D14* %TO.P,J7,2,Pin_2*% X160500000Y-50540000D03* %TO.P,J7,3,Pin_3*% X160500000Y-53080000D03* %TO.P,J7,4,Pin_4*% X160500000Y-55620000D03* %TO.P,J7,5,Pin_5*% X160500000Y-58160000D03* %TD*% D17* %TO.P,J4,1,Pin_1*% %TO.N,Net-(J1-Pin_1)*% X174000000Y-36500000D03* D18* %TO.P,J4,2,Pin_2*% %TO.N,Net-(J1-Pin_2)*% X174000000Y-41500000D03* %TO.P,J4,3,Pin_3*% %TO.N,Net-(J1-Pin_3)*% X174000000Y-46500000D03* %TO.P,J4,4,Pin_4*% %TO.N,Net-(J1-Pin_4)*% X174000000Y-51500000D03* %TO.P,J4,5,Pin_5*% %TO.N,Net-(J1-Pin_5)*% X174000000Y-56500000D03* %TO.P,J4,6,Pin_6*% %TO.N,Net-(J1-Pin_6)*% X174000000Y-61500000D03* %TO.P,J4,7,Pin_7*% %TO.N,GND*% X174000000Y-66500000D03* %TO.P,J4,8,Pin_8*% %TO.N,Net-(J1-Pin_8)*% X174000000Y-71500000D03* %TD*% D13* %TO.P,J6,1,Pin_1*% %TO.N,Net-(J2-Pin_8)*% X160500000Y-64685600D03* D14* %TO.P,J6,2,Pin_2*% X160500000Y-67225600D03* %TO.P,J6,3,Pin_3*% X160500000Y-69765600D03* %TO.P,J6,4,Pin_4*% X160500000Y-72305600D03* %TO.P,J6,5,Pin_5*% X160500000Y-74845600D03* %TD*% D17* %TO.P,J3,1,Pin_1*% %TO.N,Net-(J2-Pin_1)*% X174000000Y-78500000D03* D18* %TO.P,J3,2,Pin_2*% %TO.N,Net-(J2-Pin_2)*% X174000000Y-83500000D03* %TO.P,J3,3,Pin_3*% %TO.N,Net-(J2-Pin_3)*% X174000000Y-88500000D03* %TO.P,J3,4,Pin_4*% %TO.N,Net-(J2-Pin_4)*% X174000000Y-93500000D03* %TO.P,J3,5,Pin_5*% %TO.N,Net-(J2-Pin_5)*% X174000000Y-98500000D03* %TO.P,J3,6,Pin_6*% %TO.N,Net-(J2-Pin_6)*% X174000000Y-103500000D03* %TO.P,J3,7,Pin_7*% %TO.N,Net-(J2-Pin_7)*% X174000000Y-108500000D03* %TO.P,J3,8,Pin_8*% %TO.N,Net-(J2-Pin_8)*% X174000000Y-113500000D03* %TD*% D19* %TO.P,D1,1,K*% %TO.N,GND*% X156725000Y-30000000D03* D20* %TO.P,D1,2,A*% %TO.N,Net-(D1-A)*% X159265000Y-30000000D03* %TD*% D11* %TO.P,U1,1,~{RST}*% %TO.N,Net-(J2-Pin_1)*% X93500000Y-94500000D03* D12* %TO.P,U1,2,A0*% %TO.N,Net-(J2-Pin_2)*% X93500000Y-97040000D03* %TO.P,U1,3,D0*% %TO.N,Net-(J2-Pin_3)*% X93500000Y-99580000D03* %TO.P,U1,4,SCK/D5*% %TO.N,Net-(J2-Pin_4)*% X93500000Y-102120000D03* %TO.P,U1,5,MISO/D6*% %TO.N,Net-(J2-Pin_5)*% X93500000Y-104660000D03* %TO.P,U1,6,MOSI/D7*% %TO.N,Net-(J2-Pin_6)*% X93500000Y-107200000D03* %TO.P,U1,7,CS/D8*% %TO.N,Net-(J2-Pin_7)*% X93500000Y-109740000D03* %TO.P,U1,8,3V3*% %TO.N,Net-(J2-Pin_8)*% X93500000Y-112280000D03* %TO.P,U1,9,5V*% %TO.N,Net-(J1-Pin_8)*% X116360000Y-112280000D03* %TO.P,U1,10,GND*% %TO.N,GND*% X116360000Y-109740000D03* %TO.P,U1,11,D4*% %TO.N,Net-(J1-Pin_6)*% X116360000Y-107200000D03* %TO.P,U1,12,D3*% %TO.N,Net-(J1-Pin_5)*% X116360000Y-104660000D03* %TO.P,U1,13,SDA/D2*% %TO.N,Net-(J1-Pin_4)*% X116360000Y-102120000D03* %TO.P,U1,14,SCL/D1*% %TO.N,Net-(J1-Pin_3)*% X116360000Y-99580000D03* %TO.P,U1,15,RX*% %TO.N,Net-(J1-Pin_2)*% X116360000Y-97040000D03* %TO.P,U1,16,TX*% %TO.N,Net-(J1-Pin_1)*% X116360000Y-94500000D03* %TD*% D21* %TO.N,Net-(J2-Pin_3)*% X156374600Y-100546200D03* %TD*% D22* %TO.N,GND*% X116360000Y-70341700D02* X115946900Y-70341700D01* X115946900Y-70341700D02* X114224300Y-72064300D01* X114224300Y-72064300D02* X114224300Y-106830900D01* X114224300Y-106830900D02* X116031700Y-108638300D01* X116031700Y-108638300D02* X116360000Y-108638300D01* X160500000Y-58160000D02* X160500000Y-59311700D01* X160500000Y-59311700D02* X155799800Y-64011900D01* X155799800Y-64011900D02* X155799800Y-67026800D01* X155799800Y-67026800D02* X154688300Y-68138300D01* X154688300Y-68138300D02* X154360000Y-68138300D01* X160500000Y-55620000D02* X160500000Y-58160000D01* X154360000Y-69240000D02* X154360000Y-68138300D01* X122000000Y-109755000D02* X123151700Y-109755000D01* X123151700Y-109755000D02* X127238500Y-113841800D01* X127238500Y-113841800D02* X150258200Y-113841800D01* X150258200Y-113841800D02* X154360000Y-109740000D01* X116360000Y-109740000D02* X116360000Y-108638300D01* X116360000Y-69240000D02* X116360000Y-70341700D01* X83000000Y-79000000D02* X83000000Y-85500000D01* X160500000Y-50540000D02* X160500000Y-48000000D01* X160500000Y-53080000D02* X160500000Y-50540000D01* X160500000Y-55620000D02* X160500000Y-53080000D01* %TO.N,Net-(D1-A)*% X159265000Y-30000000D02* X159265000Y-33925000D01* X159265000Y-33925000D02* X158000000Y-35190000D01* %TO.N,Net-(J1-Pin_3)*% X154360000Y-99580000D02* X154360000Y-98478300D01* X154360000Y-59080000D02* X154360000Y-60181700D01* X154360000Y-60181700D02* X153946900Y-60181700D01* X153946900Y-60181700D02* X152213400Y-61915200D01* X152213400Y-61915200D02* X152213400Y-88177500D01* X152213400Y-88177500D02* X156112700Y-92076800D01* X156112700Y-92076800D02* X156112700Y-97053900D01* X156112700Y-97053900D02* X154688300Y-98478300D01* X154688300Y-98478300D02* X154360000Y-98478300D01* X116360000Y-60181700D02* X116773100Y-60181700D01* X116773100Y-60181700D02* X118899100Y-62307700D01* X118899100Y-62307700D02* X118899100Y-95605300D01* X118899100Y-95605300D02* X121737100Y-98443300D01* X121737100Y-98443300D02* X122000000Y-98443300D01* X122000000Y-99595000D02* X122000000Y-98443300D01* X116360000Y-59080000D02* X116360000Y-60181700D01* %TO.N,Net-(J1-Pin_4)*% X154360000Y-101018300D02* X154688300Y-101018300D01* X154688300Y-101018300D02* X156532800Y-99173800D01* X156532800Y-99173800D02* X156532800Y-81745800D01* X156532800Y-81745800D02* X152617300Y-77830300D01* X152617300Y-77830300D02* X152617300Y-64051300D01* X152617300Y-64051300D02* X153946900Y-62721700D01* X153946900Y-62721700D02* X154360000Y-62721700D01* X118314800Y-99601500D02* X116898000Y-101018300D01* X116898000Y-101018300D02* X116360000Y-101018300D01* X116360000Y-62721700D02* X116773100Y-62721700D01* X116773100Y-62721700D02* X118489200Y-64437800D01* X118489200Y-64437800D02* X118489200Y-99427100D01* X118489200Y-99427100D02* X118314800Y-99601500D01* X120848300Y-102135000D02* X118314800Y-99601500D01* X122000000Y-102135000D02* X120848300Y-102135000D01* X116360000Y-102120000D02* X116360000Y-101018300D01* X116360000Y-61620000D02* X116360000Y-62721700D01* X154360000Y-102120000D02* X154360000Y-101018300D01* X154360000Y-61620000D02* X154360000Y-62721700D01* %TO.N,Net-(J1-Pin_1)*% X151081200Y-57972700D02* X151081200Y-90119500D01* X151081200Y-90119500D02* X154360000Y-93398300D01* X154360000Y-55101700D02* X153952200Y-55101700D01* X153952200Y-55101700D02* X151081200Y-57972700D01* X151081200Y-57972700D02* X124440700Y-57972700D01* X124440700Y-57972700D02* X122000000Y-60413400D01* X154360000Y-94500000D02* X154360000Y-93398300D01* X154360000Y-54000000D02* X154360000Y-55101700D01* X122000000Y-60413400D02* X116688300Y-55101700D01* X116688300Y-55101700D02* X116360000Y-55101700D01* X122000000Y-94515000D02* X122000000Y-60413400D01* X116360000Y-54000000D02* X116360000Y-55101700D01* %TO.N,Net-(J1-Pin_5)*% X116360000Y-103558300D02* X116031700Y-103558300D01* X116031700Y-103558300D02* X115049700Y-102576300D01* X115049700Y-102576300D02* X115049700Y-92067900D01* X115049700Y-92067900D02* X118081000Y-89036600D01* X118081000Y-89036600D02* X118081000Y-66569600D01* X118081000Y-66569600D02* X116773100Y-65261700D01* X116773100Y-65261700D02* X116360000Y-65261700D01* X116360000Y-104660000D02* X116360000Y-103558300D01* X116360000Y-64160000D02* X116360000Y-65261700D01* X122000000Y-104675000D02* X123151700Y-104675000D01* X123151700Y-104675000D02* X123151700Y-105754700D01* X123151700Y-105754700D02* X130778700Y-113381700D01* X130778700Y-113381700D02* X145638300Y-113381700D01* X145638300Y-113381700D02* X154360000Y-104660000D01* %TO.N,Net-(J1-Pin_2)*% X154360000Y-57641700D02* X153946900Y-57641700D01* X153946900Y-57641700D02* X151809400Y-59779200D01* X151809400Y-59779200D02* X151809400Y-88412100D01* X151809400Y-88412100D02* X155692600Y-92295300D01* X155692600Y-92295300D02* X155692600Y-94934000D01* X155692600Y-94934000D02* X154688300Y-95938300D01* X154688300Y-95938300D02* X154360000Y-95938300D01* X116360000Y-56540000D02* X116360000Y-57641700D01* X122000000Y-97055000D02* X122000000Y-95903300D01* X122000000Y-95903300D02* X121208200Y-95903300D01* X121208200Y-95903300D02* X120848300Y-95543400D01* X120848300Y-95543400D02* X120848300Y-61801700D01* X120848300Y-61801700D02* X116688300Y-57641700D01* X116688300Y-57641700D02* X116360000Y-57641700D01* X154360000Y-97040000D02* X154360000Y-95938300D01* X154360000Y-56540000D02* X154360000Y-57641700D01* %TO.N,Net-(J1-Pin_6)*% X116360000Y-66700000D02* X116360000Y-67801700D01* X116360000Y-107200000D02* X116360000Y-106098300D01* X116360000Y-106098300D02* X115946900Y-106098300D01* X115946900Y-106098300D02* X114637000Y-104788400D01* X114637000Y-104788400D02* X114637000Y-77245300D01* X114637000Y-77245300D02* X117669800Y-74212500D01* X117669800Y-74212500D02* X117669800Y-68783200D01* X117669800Y-68783200D02* X116688300Y-67801700D01* X116688300Y-67801700D02* X116360000Y-67801700D01* X154360000Y-106098300D02* X154688300Y-106098300D01* X154688300Y-106098300D02* X156976300Y-103810300D01* X156976300Y-103810300D02* X156976300Y-81482100D01* X156976300Y-81482100D02* X153037900Y-77543700D01* X153037900Y-77543700D02* X153037900Y-68022100D01* X153037900Y-68022100D02* X154360000Y-66700000D01* X154360000Y-107200000D02* X154360000Y-106098300D01* %TO.N,Net-(J1-Pin_8)*% X160500000Y-91531200D02* X160500000Y-105366600D01* X160500000Y-105366600D02* X154688300Y-111178300D01* X154688300Y-111178300D02* X154360000Y-111178300D01* X160500000Y-88991200D02* X160500000Y-91531200D01* X154360000Y-112280000D02* X154360000Y-111178300D01* X154360000Y-71780000D02* X154360000Y-70678300D01* X158000000Y-42810000D02* X158000000Y-43911700D01* X158000000Y-43911700D02* X158550800Y-43911700D01* X158550800Y-43911700D02* X161654800Y-47015700D01* X161654800Y-47015700D02* X161654800Y-61245800D01* X161654800Y-61245800D02* X158774000Y-64126600D01* X158774000Y-64126600D02* X158774000Y-66592600D01* X158774000Y-66592600D02* X154688300Y-70678300D01* X154688300Y-70678300D02* X154360000Y-70678300D01* X160500000Y-80219500D02* X160500000Y-79021700D01* X160500000Y-79021700D02* X154360000Y-72881700D01* X154360000Y-71780000D02* X154360000Y-72881700D01* X174000000Y-71500000D02* X165280500Y-80219500D01* X165280500Y-80219500D02* X160500000Y-80219500D01* X160500000Y-81371200D02* X160500000Y-80219500D01* X123151700Y-112295000D02* X125119200Y-114262500D01* X125119200Y-114262500D02* X153479200Y-114262500D01* X153479200Y-114262500D02* X154360000Y-113381700D01* X154360000Y-112280000D02* X154360000Y-113381700D01* X122000000Y-112295000D02* X123151700Y-112295000D01* X160500000Y-83911200D02* X160500000Y-81371200D01* X160500000Y-86451200D02* X160500000Y-83911200D01* X160500000Y-88991200D02* X160500000Y-86451200D01* %TO.N,Net-(J2-Pin_1)*% X87500000Y-79000000D02* X87500000Y-60732200D01* X87500000Y-60732200D02* X92930500Y-55301700D01* X92930500Y-55301700D02* X93500000Y-55301700D01* X87500000Y-85500000D02* X87500000Y-79000000D01* X93500000Y-54000000D02* X93500000Y-55301700D01* X88000000Y-94515000D02* X88000000Y-93363300D01* X88000000Y-93363300D02* X87500000Y-92863300D01* X87500000Y-92863300D02* X87500000Y-85500000D01* %TO.N,Net-(J2-Pin_3)*% X156374600Y-100546200D02* X156374600Y-101918600D01* X156374600Y-101918600D02* X155058300Y-103234900D01* X155058300Y-103234900D02* X130851800Y-103234900D01* X130851800Y-103234900D02* X130196000Y-102579100D01* X130196000Y-102579100D02* X130196000Y-100884000D01* X130196000Y-100884000D02* X131500000Y-99580000D01* X131500000Y-98478300D02* X131828300Y-98478300D01* X131828300Y-98478300D02* X133205700Y-97100900D01* X133205700Y-97100900D02* X133205700Y-66578600D01* X133205700Y-66578600D02* X132057100Y-65430000D01* X132057100Y-65430000D02* X130930300Y-65430000D01* X130930300Y-65430000D02* X130169000Y-64668700D01* X130169000Y-64668700D02* X130169000Y-61184400D01* X130169000Y-61184400D02* X131171700Y-60181700D01* X131171700Y-60181700D02* X131500000Y-60181700D01* X93500000Y-60181700D02* X93171700Y-60181700D01* X93171700Y-60181700D02* X90965900Y-62387500D01* X90965900Y-62387500D02* X90965900Y-95765300D01* X90965900Y-95765300D02* X88287900Y-98443300D01* X88287900Y-98443300D02* X88000000Y-98443300D01* X131500000Y-59080000D02* X131500000Y-60181700D01* X131500000Y-99580000D02* X131500000Y-98478300D01* X93500000Y-59080000D02* X93500000Y-60181700D01* X88000000Y-99595000D02* X88000000Y-98443300D01* %TO.N,Net-(J2-Pin_2)*% X88000000Y-95903300D02* X88791800Y-95903300D01* X88791800Y-95903300D02* X89954900Y-94740200D01* X89954900Y-94740200D02* X89954900Y-60862500D01* X89954900Y-60862500D02* X93175700Y-57641700D01* X93175700Y-57641700D02* X93500000Y-57641700D01* X131500000Y-56540000D02* X131500000Y-55438300D01* X93500000Y-57090800D02* X97740900Y-52849900D01* X97740900Y-52849900D02* X127809900Y-52849900D01* X127809900Y-52849900D02* X130398300Y-55438300D01* X130398300Y-55438300D02* X131500000Y-55438300D01* X93500000Y-57090800D02* X93500000Y-57641700D01* X93500000Y-56540000D02* X93500000Y-57090800D01* X88000000Y-97055000D02* X88000000Y-95903300D01* %TO.N,Net-(J2-Pin_5)*% X93500000Y-64160000D02* X93500000Y-65261700D01* X93500000Y-104660000D02* X93500000Y-103558300D01* X93500000Y-103558300D02* X93822400Y-103558300D01* X93822400Y-103558300D02* X94802600Y-102578100D01* X94802600Y-102578100D02* X94802600Y-77753600D01* X94802600Y-77753600D02* X91769300Y-74720300D01* X91769300Y-74720300D02* X91769300Y-66664100D01* X91769300Y-66664100D02* X93171700Y-65261700D01* X93171700Y-65261700D02* X93500000Y-65261700D01* %TO.N,Net-(J2-Pin_7)*% X131500000Y-70341700D02* X131828300Y-70341700D01* X131828300Y-70341700D02* X132804000Y-71317400D01* X132804000Y-71317400D02* X132804000Y-73096700D01* X132804000Y-73096700D02* X129790500Y-76110200D01* X129790500Y-76110200D02* X129790500Y-107341900D01* X129790500Y-107341900D02* X131086900Y-108638300D01* X131086900Y-108638300D02* X131500000Y-108638300D01* X131500000Y-69240000D02* X131500000Y-70341700D01* X131500000Y-109740000D02* X131500000Y-108638300D01* X93500000Y-108638300D02* X93867900Y-108638300D01* X93867900Y-108638300D02* X95606000Y-106900200D01* X95606000Y-106900200D02* X95606000Y-72119400D01* X95606000Y-72119400D02* X93828300Y-70341700D01* X93828300Y-70341700D02* X93500000Y-70341700D01* X93500000Y-69240000D02* X93500000Y-70341700D01* X93500000Y-109740000D02* X93500000Y-108638300D01* %TO.N,Net-(J2-Pin_6)*% X93500000Y-106098300D02* X93867900Y-106098300D01* X93867900Y-106098300D02* X95204300Y-104761900D01* X95204300Y-104761900D02* X95204300Y-76684800D01* X95204300Y-76684800D02* X92197100Y-73677600D01* X92197100Y-73677600D02* X92197100Y-68776300D01* X92197100Y-68776300D02* X93171700Y-67801700D01* X93171700Y-67801700D02* X93500000Y-67801700D01* X93500000Y-66700000D02* X93500000Y-67801700D01* X93500000Y-107200000D02* X93500000Y-106098300D01* %TO.N,Net-(J2-Pin_8)*% X131500000Y-72881700D02* X129388800Y-74992900D01* X129388800Y-74992900D02* X129388800Y-109480200D01* X129388800Y-109480200D02* X131086900Y-111178300D01* X131086900Y-111178300D02* X131500000Y-111178300D01* X131500000Y-71780000D02* X131500000Y-72881700D01* X131500000Y-112280000D02* X131500000Y-111178300D01* X160500000Y-67225600D02* X160500000Y-64685600D01* X160500000Y-69765600D02* X160500000Y-67225600D01* X160500000Y-72305600D02* X160500000Y-69765600D01* X160500000Y-74845600D02* X160500000Y-72305600D01* %TO.N,Net-(J2-Pin_4)*% X131500000Y-101018300D02* X131910300Y-101018300D01* X131910300Y-101018300D02* X133607400Y-99321200D01* X133607400Y-99321200D02* X133607400Y-64500800D01* X133607400Y-64500800D02* X131828300Y-62721700D01* X131828300Y-62721700D02* X131500000Y-62721700D01* X91367600Y-100781600D02* X90505100Y-100781600D01* X90505100Y-100781600D02* X89151700Y-102135000D01* X93500000Y-101018300D02* X93263300Y-100781600D01* X93263300Y-100781600D02* X91367600Y-100781600D01* X93500000Y-62721700D02* X93171700Y-62721700D01* X93171700Y-62721700D02* X91367600Y-64525800D01* X91367600Y-64525800D02* X91367600Y-100781600D01* X88000000Y-102135000D02* X89151700Y-102135000D01* X93500000Y-61620000D02* X93500000Y-62721700D01* X93500000Y-102120000D02* X93500000Y-101018300D01* X131500000Y-61620000D02* X131500000Y-62721700D01* X131500000Y-102120000D02* X131500000Y-101018300D01* %TD*% %TA.AperFunction,Conductor*% %TO.N,GND*% G36* X123542572Y-106997010D02* G01* X123557528Y-107009763D01* X129998084Y-113450319D01* X130031569Y-113511642D01* X130026585Y-113581334D01* X129984713Y-113637267D01* X129919249Y-113661684D01* X129910403Y-113662000D01* X125419297Y-113662000D01* X125352258Y-113642315D01* X125331616Y-113625681D01* X123639290Y-111933355D01* X123639288Y-111933352D01* X123520417Y-111814481D01* X123520416Y-111814480D01* X123433604Y-111764360D01* X123433604Y-111764359D01* X123433600Y-111764358D01* X123416112Y-111754260D01* X123383486Y-111735423D01* X123262994Y-111703137D01* X123203334Y-111666771D01* X123182708Y-111635768D01* X123174038Y-111617176D01* X123174034Y-111617169D01* X123038494Y-111423597D01* X122871402Y-111256506D01* X122871401Y-111256505D01* X122685405Y-111126269D01* X122641781Y-111071692D01* X122634588Y-111002193D01* X122666110Y-110939839D01* X122685405Y-110923119D01* X122871082Y-110793105D01* X123038105Y-110626082D01* X123173600Y-110432578D01* X123273429Y-110218492D01* X123273432Y-110218486D01* X123330636Y-110005000D01* X122433012Y-110005000D01* X122465925Y-109947993D01* X122500000Y-109820826D01* X122500000Y-109689174D01* X122465925Y-109562007D01* X122433012Y-109505000D01* X123330636Y-109505000D01* X123330635Y-109504999D01* X123273432Y-109291513D01* X123273429Y-109291507D01* X123173600Y-109077422D01* X123173599Y-109077420D01* X123038113Y-108883926D01* X123038108Y-108883920D01* X122871078Y-108716890D01* X122685405Y-108586879D01* X122641780Y-108532302D01* X122634588Y-108462804D01* X122666110Y-108400449D01* X122685406Y-108383730D01* X122719589Y-108359795D01* X122871401Y-108253495D01* X123038495Y-108086401D01* X123174035Y-107892830D01* X123273903Y-107678663D01* X123335063Y-107450408D01* X123355659Y-107215000D01* X123346319Y-107108250D01* X123360085Y-107039752D01* X123408700Y-106989569D01* X123476729Y-106973635D01* X123542572Y-106997010D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X152778970Y-107192777D02* G01* X152834903Y-107234649D01* X152858627Y-107297557D01* X152858738Y-107297540D01* X152858822Y-107298076D01* X152859252Y-107299214D01* X152859498Y-107302342D01* X152891522Y-107504534D01* X152954781Y-107699223D01* X153047715Y-107881613D01* X153168028Y-108047213D01* X153312786Y-108191971D01* X153467749Y-108304556D01* X153478390Y-108312287D01* X153550424Y-108348990D01* X153571629Y-108359795D01* X153622425Y-108407770D01* X153639220Y-108475591D01* X153616682Y-108541726D01* X153571629Y-108580765D01* X153478650Y-108628140D01* X153313105Y-108748417D01* X153313104Y-108748417D01* X153168417Y-108893104D01* X153168417Y-108893105D01* X153048140Y-109058650D01* X152955244Y-109240970D01* X152892009Y-109435586D01* X152883391Y-109490000D01* X153926988Y-109490000D01* X153894075Y-109547007D01* X153860000Y-109674174D01* X153860000Y-109805826D01* X153894075Y-109932993D01* X153926988Y-109990000D01* X152883391Y-109990000D01* X152892009Y-110044413D01* X152955244Y-110239029D01* X153048140Y-110421349D01* X153168417Y-110586894D01* X153168417Y-110586895D01* X153313104Y-110731582D01* X153478652Y-110851861D01* X153571628Y-110899234D01* X153622425Y-110947208D01* X153639220Y-111015029D01* X153616683Y-111081164D01* X153571630Y-111120203D01* X153478388Y-111167713D01* X153312786Y-111288028D01* X153168028Y-111432786D01* X153047715Y-111598386D01* X152954781Y-111780776D01* X152891522Y-111975465D01* X152859500Y-112177648D01* X152859500Y-112382351D01* X152891522Y-112584534D01* X152954781Y-112779223D01* X153047715Y-112961613D01* X153168028Y-113127213D01* X153312782Y-113271967D01* X153312787Y-113271971D01* X153373550Y-113316118D01* X153416216Y-113371448D01* X153422195Y-113441061D01* X153389590Y-113502856D01* X153388347Y-113504117D01* X153266782Y-113625682D01* X153205462Y-113659166D01* X153179103Y-113662000D01* X146506597Y-113662000D01* X146439558Y-113642315D01* X146393803Y-113589511D01* X146383859Y-113520353D01* X146412884Y-113456797D01* X146418916Y-113450319D01* X147942951Y-111926284D01* X152647957Y-107221276D01* X152709278Y-107187793D01* X152778970Y-107192777D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X160750000Y-57726988D02* G01* X160692993Y-57694075D01* X160565826Y-57660000D01* X160434174Y-57660000D01* X160307007Y-57694075D01* X160250000Y-57726988D01* X160250000Y-56053012D01* X160307007Y-56085925D01* X160434174Y-56120000D01* X160565826Y-56120000D01* X160692993Y-56085925D01* X160750000Y-56053012D01* X160750000Y-57726988D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X160750000Y-55186988D02* G01* X160692993Y-55154075D01* X160565826Y-55120000D01* X160434174Y-55120000D01* X160307007Y-55154075D01* X160250000Y-55186988D01* X160250000Y-53513012D01* X160307007Y-53545925D01* X160434174Y-53580000D01* X160565826Y-53580000D01* X160692993Y-53545925D01* X160750000Y-53513012D01* X160750000Y-55186988D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X160750000Y-52646988D02* G01* X160692993Y-52614075D01* X160565826Y-52580000D01* X160434174Y-52580000D01* X160307007Y-52614075D01* X160250000Y-52646988D01* X160250000Y-50973012D01* X160307007Y-51005925D01* X160434174Y-51040000D01* X160565826Y-51040000D01* X160692993Y-51005925D01* X160750000Y-50973012D01* X160750000Y-52646988D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X160750000Y-50106988D02* G01* X160692993Y-50074075D01* X160565826Y-50040000D01* X160434174Y-50040000D01* X160307007Y-50074075D01* X160250000Y-50106988D01* X160250000Y-48433012D01* X160307007Y-48465925D01* X160434174Y-48500000D01* X160565826Y-48500000D01* X160692993Y-48465925D01* X160750000Y-48433012D01* X160750000Y-50106988D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X178442539Y-26020185D02* G01* X178488294Y-26072989D01* X178499500Y-26124500D01* X178499500Y-122875500D01* X178479815Y-122942539D01* X178427011Y-122988294D01* X178375500Y-122999500D01* X80624500Y-122999500D01* X80557461Y-122979815D01* X80511706Y-122927011D01* X80500500Y-122875500D01* X80500500Y-85499994D01* X81494859Y-85499994D01* X81494859Y-85500005D01* X81515385Y-85747729D01* X81515387Y-85747738D01* X81576412Y-85988717D01* X81676266Y-86216364D01* X81776564Y-86369882D01* X82476212Y-85670234D01* X82487482Y-85712292D01* X82559890Y-85837708D01* X82662292Y-85940110D01* X82787708Y-86012518D01* X82829765Y-86023787D01* X82129942Y-86723609D01* X82176768Y-86760055D01* X82176770Y-86760056D01* X82395385Y-86878364D01* X82395396Y-86878369D01* X82630506Y-86959083D01* X82875707Y-87000000D01* X83124293Y-87000000D01* X83369493Y-86959083D01* X83604603Y-86878369D01* X83604614Y-86878364D01* X83823228Y-86760057D01* X83823231Y-86760055D01* X83870056Y-86723609D01* X83170234Y-86023787D01* X83212292Y-86012518D01* X83337708Y-85940110D01* X83440110Y-85837708D01* X83512518Y-85712292D01* X83523787Y-85670235D01* X84223434Y-86369882D01* X84323731Y-86216369D01* X84423587Y-85988717D01* X84484612Y-85747738D01* X84484614Y-85747729D01* X84505141Y-85500005D01* X84505141Y-85499994D01* X84484614Y-85252270D01* X84484612Y-85252261D01* X84423587Y-85011282D01* X84323731Y-84783630D01* X84223434Y-84630116D01* X83523787Y-85329764D01* X83512518Y-85287708D01* X83440110Y-85162292D01* X83337708Y-85059890D01* X83212292Y-84987482D01* X83170235Y-84976212D01* X83870057Y-84276390D01* X83870056Y-84276389D01* X83823229Y-84239943D01* X83604614Y-84121635D01* X83604603Y-84121630D01* X83369493Y-84040916D01* X83124293Y-84000000D01* X82875707Y-84000000D01* X82630506Y-84040916D01* X82395396Y-84121630D01* X82395390Y-84121632D01* X82176761Y-84239949D01* X82129942Y-84276388D01* X82129942Y-84276390D01* X82829765Y-84976212D01* X82787708Y-84987482D01* X82662292Y-85059890D01* X82559890Y-85162292D01* X82487482Y-85287708D01* X82476212Y-85329764D01* X81776564Y-84630116D01* X81676267Y-84783632D01* X81576412Y-85011282D01* X81515387Y-85252261D01* X81515385Y-85252270D01* X81494859Y-85499994D01* X80500500Y-85499994D01* X80500500Y-78999994D01* X81494859Y-78999994D01* X81494859Y-79000005D01* X81515385Y-79247729D01* X81515387Y-79247738D01* X81576412Y-79488717D01* X81676266Y-79716364D01* X81776564Y-79869882D01* X82476212Y-79170234D01* X82487482Y-79212292D01* X82559890Y-79337708D01* X82662292Y-79440110D01* X82787708Y-79512518D01* X82829765Y-79523787D01* X82129942Y-80223609D01* X82176768Y-80260055D01* X82176770Y-80260056D01* X82395385Y-80378364D01* X82395396Y-80378369D01* X82630506Y-80459083D01* X82875707Y-80500000D01* X83124293Y-80500000D01* X83369493Y-80459083D01* X83604603Y-80378369D01* X83604614Y-80378364D01* X83823228Y-80260057D01* X83823231Y-80260055D01* X83870056Y-80223609D01* X83170234Y-79523787D01* X83212292Y-79512518D01* X83337708Y-79440110D01* X83440110Y-79337708D01* X83512518Y-79212292D01* X83523787Y-79170235D01* X84223434Y-79869882D01* X84323731Y-79716369D01* X84423587Y-79488717D01* X84484612Y-79247738D01* X84484614Y-79247729D01* X84505141Y-79000005D01* X84505141Y-78999994D01* X85994357Y-78999994D01* X85994357Y-79000005D01* X86014890Y-79247812D01* X86014892Y-79247824D01* X86075936Y-79488881D01* X86175826Y-79716606D01* X86311833Y-79924782D01* X86311836Y-79924785D01* X86480256Y-80107738D01* X86676491Y-80260474D01* X86676494Y-80260476D01* X86676496Y-80260477D01* X86742609Y-80296255D01* X86834517Y-80345993D01* X86884108Y-80395212D01* X86899500Y-80455048D01* X86899500Y-84044951D01* X86879815Y-84111990D01* X86834518Y-84154006D01* X86676493Y-84239524D01* X86480257Y-84392261D01* X86311833Y-84575217D01* X86175826Y-84783393D01* X86075936Y-85011118D01* X86014892Y-85252175D01* X86014890Y-85252187D01* X85994357Y-85499994D01* X85994357Y-85500005D01* X86014890Y-85747812D01* X86014892Y-85747824D01* X86075936Y-85988881D01* X86175826Y-86216606D01* X86311833Y-86424782D01* X86311836Y-86424785D01* X86480256Y-86607738D01* X86676491Y-86760474D01* X86676494Y-86760476D01* X86676496Y-86760477D01* X86728474Y-86788606D01* X86834517Y-86845993D01* X86884108Y-86895212D01* X86899500Y-86955048D01* X86899500Y-92776630D01* X86899499Y-92776648D01* X86899499Y-92942354D01* X86899498Y-92942354D01* X86899499Y-92942357D01* X86939599Y-93092011D01* X86941377Y-93098644D01* X86939714Y-93168494D01* X86900552Y-93226357D01* X86895924Y-93229995D01* X86792454Y-93307454D01* X86792453Y-93307455D01* X86792452Y-93307456D01* X86706206Y-93422664D01* X86706202Y-93422671D01* X86655908Y-93557517D01* X86649501Y-93617116D01* X86649501Y-93617123D01* X86649500Y-93617135D01* X86649500Y-95412870D01* X86649501Y-95412876D01* X86655908Y-95472483D01* X86706202Y-95607328D01* X86706206Y-95607335D01* X86792452Y-95722544D01* X86792455Y-95722547D01* X86907664Y-95808793D01* X86907671Y-95808797D01* X87039081Y-95857810D01* X87095015Y-95899681D01* X87119432Y-95965145D01* X87104580Y-96033418D01* X87083430Y-96061673D01* X86961503Y-96183600D01* X86825965Y-96377169D01* X86825964Y-96377171D01* X86726098Y-96591335D01* X86726094Y-96591344D01* X86664938Y-96819586D01* X86664936Y-96819596D01* X86644341Y-97054999D01* X86644341Y-97055000D01* X86664936Y-97290403D01* X86664938Y-97290413D01* X86726094Y-97518655D01* X86726096Y-97518659D01* X86726097Y-97518663D01* X86800506Y-97678233D01* X86825965Y-97732830D01* X86825967Y-97732834D01* X86961501Y-97926395D01* X86961506Y-97926402D01* X87128597Y-98093493D01* X87128603Y-98093498D01* X87314158Y-98223425D01* X87357783Y-98278002D01* X87364977Y-98347500D01* X87333454Y-98409855D01* X87314158Y-98426575D01* X87128597Y-98556505D01* X86961505Y-98723597D01* X86825965Y-98917169D01* X86825964Y-98917171D01* X86726098Y-99131335D01* X86726094Y-99131344D01* X86664938Y-99359586D01* X86664936Y-99359596D01* X86644341Y-99594995D01* X86644341Y-99595000D01* X86664936Y-99830403D01* X86664938Y-99830413D01* X86726094Y-100058655D01* X86726096Y-100058659D01* X86726097Y-100058663D01* X86797317Y-100211394D01* X86825965Y-100272830D01* X86825967Y-100272834D01* X86961501Y-100466395D01* X86961506Y-100466402D01* X87128597Y-100633493D01* X87128603Y-100633498D01* X87314158Y-100763425D01* X87357783Y-100818002D01* X87364977Y-100887500D01* X87333454Y-100949855D01* X87314158Y-100966575D01* X87128597Y-101096505D01* X86961505Y-101263597D01* X86825965Y-101457169D01* X86825964Y-101457171D01* X86726098Y-101671335D01* X86726094Y-101671344D01* X86664938Y-101899586D01* X86664936Y-101899596D01* X86644341Y-102134999D01* X86644341Y-102135000D01* X86664936Y-102370403D01* X86664938Y-102370413D01* X86726094Y-102598655D01* X86726096Y-102598659D01* X86726097Y-102598663D01* X86789906Y-102735501D01* X86825965Y-102812830D01* X86825967Y-102812834D01* X86918392Y-102944830D01* X86951201Y-102991686D01* X86961501Y-103006395D01* X86961506Y-103006402D01* X87128597Y-103173493D01* X87128603Y-103173498D01* X87314158Y-103303425D01* X87357783Y-103358002D01* X87364977Y-103427500D01* X87333454Y-103489855D01* X87314158Y-103506575D01* X87128597Y-103636505D01* X86961505Y-103803597D01* X86825965Y-103997169D01* X86825964Y-103997171D01* X86726098Y-104211335D01* X86726094Y-104211344D01* X86664938Y-104439586D01* X86664936Y-104439596D01* X86644341Y-104674999D01* X86644341Y-104675000D01* X86664936Y-104910403D01* X86664938Y-104910413D01* X86726094Y-105138655D01* X86726096Y-105138659D01* X86726097Y-105138663D01* X86795519Y-105287539D01* X86825965Y-105352830D01* X86825967Y-105352834D01* X86961501Y-105546395D01* X86961506Y-105546402D01* X87128597Y-105713493D01* X87128603Y-105713498D01* X87314158Y-105843425D01* X87357783Y-105898002D01* X87364977Y-105967500D01* X87333454Y-106029855D01* X87314158Y-106046575D01* X87128597Y-106176505D01* X86961505Y-106343597D01* X86825965Y-106537169D01* X86825964Y-106537171D01* X86726098Y-106751335D01* X86726094Y-106751344D01* X86664938Y-106979586D01* X86664936Y-106979596D01* X86644341Y-107214999D01* X86644341Y-107215000D01* X86664936Y-107450403D01* X86664938Y-107450413D01* X86726094Y-107678655D01* X86726096Y-107678659D01* X86726097Y-107678663D01* X86753933Y-107738357D01* X86825965Y-107892830D01* X86825967Y-107892834D01* X86961501Y-108086395D01* X86961506Y-108086402D01* X87128597Y-108253493D01* X87128603Y-108253498D01* X87314158Y-108383425D01* X87357783Y-108438002D01* X87364977Y-108507500D01* X87333454Y-108569855D01* X87314158Y-108586575D01* X87128597Y-108716505D01* X86961505Y-108883597D01* X86825965Y-109077169D01* X86825964Y-109077171D01* X86726098Y-109291335D01* X86726094Y-109291344D01* X86664938Y-109519586D01* X86664936Y-109519596D01* X86644341Y-109754999D01* X86644341Y-109755000D01* X86664936Y-109990403D01* X86664938Y-109990413D01* X86726094Y-110218655D01* X86726096Y-110218659D01* X86726097Y-110218663D01* X86820611Y-110421349D01* X86825965Y-110432830D01* X86825967Y-110432834D01* X86961501Y-110626395D01* X86961506Y-110626402D01* X87128597Y-110793493D01* X87128603Y-110793498D01* X87314158Y-110923425D01* X87357783Y-110978002D01* X87364977Y-111047500D01* X87333454Y-111109855D01* X87314158Y-111126575D01* X87128597Y-111256505D01* X86961505Y-111423597D01* X86825965Y-111617169D01* X86825964Y-111617171D01* X86726098Y-111831335D01* X86726094Y-111831344D01* X86664938Y-112059586D01* X86664936Y-112059596D01* X86644341Y-112294999D01* X86644341Y-112295000D01* X86664936Y-112530403D01* X86664938Y-112530413D01* X86726094Y-112758655D01* X86726096Y-112758659D01* X86726097Y-112758663D01* X86820733Y-112961610D01* X86825965Y-112972830D01* X86825967Y-112972834D01* X86905754Y-113086780D01* X86961505Y-113166401D01* X87128599Y-113333495D01* X87212558Y-113392284D01* X87322165Y-113469032D01* X87322167Y-113469033D01* X87322170Y-113469035D01* X87536337Y-113568903D01* X87764592Y-113630063D01* X87952918Y-113646539D01* X87999999Y-113650659D01* X88000000Y-113650659D01* X88000001Y-113650659D01* X88039234Y-113647226D01* X88235408Y-113630063D01* X88463663Y-113568903D01* X88677830Y-113469035D01* X88871401Y-113333495D01* X89038495Y-113166401D01* X89174035Y-112972830D01* X89273903Y-112758663D01* X89335063Y-112530408D01* X89355659Y-112295000D01* X89335063Y-112059592D01* X89273903Y-111831337D01* X89174035Y-111617171D01* X89160885Y-111598390D01* X89038494Y-111423597D01* X88871402Y-111256506D01* X88871396Y-111256501D01* X88685842Y-111126575D01* X88642217Y-111071998D01* X88635023Y-111002500D01* X88666546Y-110940145D01* X88685842Y-110923425D01* X88787437Y-110852287D01* X88871401Y-110793495D01* X89038495Y-110626401D01* X89174035Y-110432830D01* X89273903Y-110218663D01* X89335063Y-109990408D01* X89355659Y-109755000D01* X89335063Y-109519592D01* X89273903Y-109291337D01* X89174035Y-109077171D01* X89165793Y-109065399D01* X89038494Y-108883597D01* X88871402Y-108716506D01* X88871396Y-108716501D01* X88685842Y-108586575D01* X88642217Y-108531998D01* X88635023Y-108462500D01* X88666546Y-108400145D01* X88685842Y-108383425D01* X88787437Y-108312287D01* X88871401Y-108253495D01* X89038495Y-108086401D01* X89174035Y-107892830D01* X89273903Y-107678663D01* X89335063Y-107450408D01* X89355659Y-107215000D01* X89335063Y-106979592D01* X89273903Y-106751337D01* X89174035Y-106537171D01* X89165814Y-106525429D01* X89038494Y-106343597D01* X88871402Y-106176506D01* X88871396Y-106176501D01* X88685842Y-106046575D01* X88642217Y-105991998D01* X88635023Y-105922500D01* X88666546Y-105860145D01* X88685842Y-105843425D01* X88719989Y-105819515D01* X88871401Y-105713495D01* X89038495Y-105546401D01* X89174035Y-105352830D01* X89273903Y-105138663D01* X89335063Y-104910408D01* X89355659Y-104675000D01* X89335063Y-104439592D01* X89273903Y-104211337D01* X89174035Y-103997171D01* X89174034Y-103997169D01* X89038494Y-103803597D01* X88871402Y-103636506D01* X88871396Y-103636501D01* X88685842Y-103506575D01* X88642217Y-103451998D01* X88635023Y-103382500D01* X88666546Y-103320145D01* X88685842Y-103303425D01* X88787437Y-103232287D01* X88871401Y-103173495D01* X89038495Y-103006401D01* X89174035Y-102812830D01* X89182707Y-102794233D01* X89228879Y-102741793D01* X89262990Y-102726863D01* X89383485Y-102694577D01* X89448298Y-102657157D01* X89520416Y-102615520D01* X89632220Y-102503716D01* X89632220Y-102503714D01* X89642424Y-102493511D01* X89642427Y-102493506D01* X90717517Y-101418419D01* X90778840Y-101384934D01* X90805198Y-101382100D01* X91288543Y-101382100D01* X91446657Y-101382100D01* X92014044Y-101382100D01* X92081083Y-101401785D01* X92126838Y-101454589D01* X92136782Y-101523747D01* X92124529Y-101562395D01* X92094781Y-101620776D01* X92031522Y-101815465D01* X91999500Y-102017648D01* X91999500Y-102222351D01* X92031522Y-102424534D01* X92094781Y-102619223D01* X92149626Y-102726860D01* X92183954Y-102794233D01* X92187715Y-102801613D01* X92308028Y-102967213D01* X92452786Y-103111971D01* X92607749Y-103224556D01* X92618390Y-103232287D01* X92709840Y-103278883D01* X92711080Y-103279515D01* X92761876Y-103327490D01* X92778671Y-103395311D01* X92756134Y-103461446D01* X92711080Y-103500485D01* X92618386Y-103547715D01* X92452786Y-103668028D01* X92308028Y-103812786D01* X92187715Y-103978386D01* X92094781Y-104160776D01* X92031522Y-104355465D01* X91999500Y-104557648D01* X91999500Y-104762351D01* X92031522Y-104964534D01* X92094781Y-105159223D01* X92187715Y-105341613D01* X92308028Y-105507213D01* X92452786Y-105651971D01* X92607749Y-105764556D01* X92618390Y-105772287D01* X92709840Y-105818883D01* X92711080Y-105819515D01* X92761876Y-105867490D01* X92778671Y-105935311D01* X92756134Y-106001446D01* X92711080Y-106040485D01* X92618386Y-106087715D01* X92452786Y-106208028D01* X92308028Y-106352786D01* X92187715Y-106518386D01* X92094781Y-106700776D01* X92031522Y-106895465D01* X91999500Y-107097648D01* X91999500Y-107302351D01* X92031522Y-107504534D01* X92094781Y-107699223D01* X92187715Y-107881613D01* X92308028Y-108047213D01* X92452786Y-108191971D01* X92607749Y-108304556D01* X92618390Y-108312287D01* X92709840Y-108358883D01* X92711080Y-108359515D01* X92761876Y-108407490D01* X92778671Y-108475311D01* X92756134Y-108541446D01* X92711080Y-108580485D01* X92618386Y-108627715D01* X92452786Y-108748028D01* X92308028Y-108892786D01* X92187715Y-109058386D01* X92094781Y-109240776D01* X92031522Y-109435465D01* X91999500Y-109637648D01* X91999500Y-109842351D01* X92031522Y-110044534D01* X92094781Y-110239223D01* X92187715Y-110421613D01* X92308028Y-110587213D01* X92452786Y-110731971D01* X92607749Y-110844556D01* X92618390Y-110852287D01* X92709840Y-110898883D01* X92711080Y-110899515D01* X92761876Y-110947490D01* X92778671Y-111015311D01* X92756134Y-111081446D01* X92711080Y-111120485D01* X92618386Y-111167715D01* X92452786Y-111288028D01* X92308028Y-111432786D01* X92187715Y-111598386D01* X92094781Y-111780776D01* X92031522Y-111975465D01* X91999500Y-112177648D01* X91999500Y-112382351D01* X92031522Y-112584534D01* X92094781Y-112779223D01* X92187715Y-112961613D01* X92308028Y-113127213D01* X92452786Y-113271971D01* X92589707Y-113371448D01* X92618390Y-113392287D01* X92732284Y-113450319D01* X92800776Y-113485218D01* X92800778Y-113485218D01* X92800781Y-113485220D01* X92858940Y-113504117D01* X92995465Y-113548477D01* X93096557Y-113564488D01* X93197648Y-113580500D01* X93197649Y-113580500D01* X93802351Y-113580500D01* X93802352Y-113580500D01* X94004534Y-113548477D01* X94199219Y-113485220D01* X94381610Y-113392287D01* X94474590Y-113324732D01* X94547213Y-113271971D01* X94547215Y-113271968D01* X94547219Y-113271966D01* X94691966Y-113127219D01* X94691968Y-113127215D01* X94691971Y-113127213D01* X94797039Y-112982597D01* X94812287Y-112961610D01* X94905220Y-112779219D01* X94968477Y-112584534D01* X95000500Y-112382352D01* X95000500Y-112177648D01* X94981802Y-112059596D01* X94968477Y-111975465D01* X94921649Y-111831344D01* X94905220Y-111780781D01* X94905218Y-111780778D01* X94905218Y-111780776D01* X94847129Y-111666771D01* X94812287Y-111598390D01* X94804556Y-111587749D01* X94691971Y-111432786D01* X94547213Y-111288028D01* X94381614Y-111167715D01* X94375006Y-111164348D01* X94288917Y-111120483D01* X94238123Y-111072511D01* X94221328Y-111004690D01* X94243865Y-110938555D01* X94288917Y-110899516D01* X94381610Y-110852287D01* X94463068Y-110793105D01* X94547213Y-110731971D01* X94547215Y-110731968D01* X94547219Y-110731966D01* X94691966Y-110587219D01* X94691968Y-110587215D01* X94691971Y-110587213D01* X94804318Y-110432578D01* X94812287Y-110421610D01* X94905220Y-110239219D01* X94968477Y-110044534D01* X95000500Y-109842352D01* X95000500Y-109637648D01* X94988596Y-109562489D01* X94968477Y-109435465D01* X94921649Y-109291344D01* X94905220Y-109240781D01* X94905218Y-109240778D01* X94905218Y-109240776D01* X94871503Y-109174607D01* X94812287Y-109058390D01* X94753833Y-108977934D01* X94691971Y-108892786D01* X94664991Y-108865806D01* X94631506Y-108804483D01* X94636490Y-108734791D01* X94664991Y-108690444D01* X95308222Y-108047213D01* X96086520Y-107268916D01* X96165577Y-107131984D01* X96206501Y-106979257D01* X96206501Y-106821142D01* X96206501Y-106813547D01* X96206500Y-106813529D01* X96206500Y-72040343D01* X96199378Y-72013765D01* X96178778Y-71936884D01* X96165577Y-71887616D01* X96165576Y-71887613D01* X96086524Y-71750690D01* X96086521Y-71750686D01* X96086520Y-71750684D01* X95974716Y-71638880D01* X95974715Y-71638879D01* X95970385Y-71634549D01* X95970374Y-71634539D01* X94645191Y-70309356D01* X94611706Y-70248033D01* X94616690Y-70178341D01* X94645191Y-70133994D01* X94660462Y-70118723D01* X94691966Y-70087219D01* X94691968Y-70087215D01* X94691971Y-70087213D01* X94770034Y-69979767D01* X94812287Y-69921610D01* X94905220Y-69739219D01* X94968477Y-69544534D01* X95000500Y-69342352D01* X95000500Y-69137648D01* X94986144Y-69047007D01* X94968477Y-68935465D01* X94905218Y-68740776D01* X94871503Y-68674607D01* X94812287Y-68558390D01* X94750321Y-68473100D01* X94691971Y-68392786D01* X94547213Y-68248028D01* X94381614Y-68127715D01* X94321334Y-68097001D01* X94288917Y-68080483D01* X94238123Y-68032511D01* X94221328Y-67964690D01* X94243865Y-67898555D01* X94288917Y-67859516D01* X94381610Y-67812287D01* X94474686Y-67744664D01* X94547213Y-67691971D01* X94547215Y-67691968D01* X94547219Y-67691966D01* X94691966Y-67547219D01* X94691968Y-67547215D01* X94691971Y-67547213D01* X94754605Y-67461003D01* X94812287Y-67381610D01* X94905220Y-67199219D01* X94968477Y-67004534D01* X95000500Y-66802352D01* X95000500Y-66597648D01* X94992600Y-66547769D01* X94968477Y-66395465D01* X94935022Y-66292502D01* X94905220Y-66200781D01* X94905218Y-66200778D01* X94905218Y-66200776D01* X94846557Y-66085649D01* X94812287Y-66018390D01* X94783957Y-65979397D01* X94691971Y-65852786D01* X94547213Y-65708028D01* X94381614Y-65587715D01* X94373271Y-65583464D01* X94288917Y-65540483D01* X94238123Y-65492511D01* X94221328Y-65424690D01* X94243865Y-65358555D01* X94288917Y-65319516D01* X94381610Y-65272287D01* X94441599Y-65228703D01* X94547213Y-65151971D01* X94547215Y-65151968D01* X94547219Y-65151966D01* X94691966Y-65007219D01* X94691968Y-65007215D01* X94691971Y-65007213D01* X94771833Y-64897290D01* X94812287Y-64841610D01* X94905220Y-64659219D01* X94968477Y-64464534D01* X95000500Y-64262352D01* X95000500Y-64057648D01* X94998900Y-64047545D01* X94968477Y-63855465D01* X94905218Y-63660776D01* X94870818Y-63593264D01* X94812287Y-63478390D01* X94804556Y-63467749D01* X94691971Y-63312786D01* X94547213Y-63168028D01* X94381614Y-63047715D01* X94375006Y-63044348D01* X94288917Y-63000483D01* X94238123Y-62952511D01* X94221328Y-62884690D01* X94243865Y-62818555D01* X94288917Y-62779516D01* X94381610Y-62732287D01* X94405474Y-62714949D01* X94547213Y-62611971D01* X94547215Y-62611968D01* X94547219Y-62611966D01* X94691966Y-62467219D01* X94691968Y-62467215D01* X94691971Y-62467213D01* X94770429Y-62359223D01* X94812287Y-62301610D01* X94905220Y-62119219D01* X94968477Y-61924534D01* X95000500Y-61722352D01* X95000500Y-61517648D01* X94970310Y-61327041D01* X94968477Y-61315465D01* X94932358Y-61204303D01* X94905220Y-61120781D01* X94905218Y-61120778D01* X94905218Y-61120776D01* X94860135Y-61032297D01* X94812287Y-60938390D01* X94782220Y-60897006D01* X94691971Y-60772786D01* X94547213Y-60628028D01* X94381614Y-60507715D01* X94354269Y-60493782D01* X94288917Y-60460483D01* X94238123Y-60412511D01* X94221328Y-60344690D01* X94243865Y-60278555D01* X94288917Y-60239516D01* X94381610Y-60192287D01* X94402770Y-60176913D01* X94547213Y-60071971D01* X94547215Y-60071968D01* X94547219Y-60071966D01* X94691966Y-59927219D01* X94691968Y-59927215D01* X94691971Y-59927213D01* X94792674Y-59788605D01* X94812287Y-59761610D01* X94905220Y-59579219D01* X94968477Y-59384534D01* X95000500Y-59182352D01* X95000500Y-58977648D01* X94968477Y-58775466D01* X94968476Y-58775464D01* X94919888Y-58625925D01* X94905220Y-58580781D01* X94905218Y-58580778D01* X94905218Y-58580776D01* X94847249Y-58467007D01* X94812287Y-58398390D01* X94804556Y-58387749D01* X94691971Y-58232786D01* X94547213Y-58088028D01* X94381614Y-57967715D01* X94375006Y-57964348D01* X94288917Y-57920483D01* X94238123Y-57872511D01* X94221328Y-57804690D01* X94243865Y-57738555D01* X94288917Y-57699516D01* X94381610Y-57652287D01* X94448094Y-57603984D01* X94547213Y-57531971D01* X94547215Y-57531968D01* X94547219Y-57531966D01* X94691966Y-57387219D01* X94691968Y-57387215D01* X94691971Y-57387213D01* X94763384Y-57288920D01* X94812287Y-57221610D01* X94905220Y-57039219D01* X94968477Y-56844534D01* X95000500Y-56642352D01* X95000500Y-56490897D01* X95020185Y-56423858D01* X95036819Y-56403216D01* X97953316Y-53486719D01* X98014639Y-53453234D01* X98040997Y-53450400D01* X114800478Y-53450400D01* X114867517Y-53470085D01* X114913272Y-53522889D01* X114923216Y-53592047D01* X114918409Y-53612718D01* X114891523Y-53695461D01* X114891523Y-53695464D01* X114859500Y-53897648D01* X114859500Y-54102351D01* X114891522Y-54304534D01* X114954781Y-54499223D01* X115047715Y-54681613D01* X115168028Y-54847213D01* X115312786Y-54991971D01* X115467749Y-55104556D01* X115478390Y-55112287D01* X115565177Y-55156507D01* X115571080Y-55159515D01* X115621876Y-55207490D01* X115638671Y-55275311D01* X115616134Y-55341446D01* X115571080Y-55380485D01* X115478386Y-55427715D01* X115312786Y-55548028D01* X115168028Y-55692786D01* X115047715Y-55858386D01* X114954781Y-56040776D01* X114891522Y-56235465D01* X114859500Y-56437648D01* X114859500Y-56642351D01* X114891522Y-56844534D01* X114954781Y-57039223D01* X115047715Y-57221613D01* X115168028Y-57387213D01* X115312786Y-57531971D01* X115422051Y-57611355D01* X115478390Y-57652287D01* X115565177Y-57696507D01* X115571080Y-57699515D01* X115621876Y-57747490D01* X115638671Y-57815311D01* X115616134Y-57881446D01* X115571080Y-57920485D01* X115478386Y-57967715D01* X115312786Y-58088028D01* X115168028Y-58232786D01* X115047715Y-58398386D01* X114954781Y-58580776D01* X114891522Y-58775465D01* X114859500Y-58977648D01* X114859500Y-59182351D01* X114891522Y-59384534D01* X114954781Y-59579223D01* X115047715Y-59761613D01* X115168028Y-59927213D01* X115312786Y-60071971D01* X115467749Y-60184556D01* X115478390Y-60192287D01* X115569840Y-60238883D01* X115571080Y-60239515D01* X115621876Y-60287490D01* X115638671Y-60355311D01* X115616134Y-60421446D01* X115571080Y-60460485D01* X115478386Y-60507715D01* X115312786Y-60628028D01* X115168028Y-60772786D01* X115047715Y-60938386D01* X114954781Y-61120776D01* X114891522Y-61315465D01* X114859500Y-61517648D01* X114859500Y-61722352D01* X114860129Y-61726321D01* X114891522Y-61924534D01* X114954781Y-62119223D01* X114983811Y-62176196D01* X115047712Y-62301609D01* X115047715Y-62301613D01* X115168028Y-62467213D01* X115312786Y-62611971D01* X115454526Y-62714949D01* X115478390Y-62732287D01* X115569840Y-62778883D01* X115571080Y-62779515D01* X115621876Y-62827490D01* X115638671Y-62895311D01* X115616134Y-62961446D01* X115571080Y-63000485D01* X115478386Y-63047715D01* X115312786Y-63168028D01* X115168028Y-63312786D01* X115047715Y-63478386D01* X114954781Y-63660776D01* X114891522Y-63855465D01* X114861100Y-64047545D01* X114859500Y-64057648D01* X114859500Y-64262352D01* X114863878Y-64289995D01* X114891522Y-64464534D01* X114954781Y-64659223D01* X115018691Y-64784653D01* X115045084Y-64836451D01* X115047715Y-64841613D01* X115168028Y-65007213D01* X115312786Y-65151971D01* X115467749Y-65264556D01* X115478390Y-65272287D01* X115529328Y-65298241D01* X115571080Y-65319515D01* X115621876Y-65367490D01* X115638671Y-65435311D01* X115616134Y-65501446D01* X115571080Y-65540485D01* X115478386Y-65587715D01* X115312786Y-65708028D01* X115168028Y-65852786D01* X115047715Y-66018386D01* X114954781Y-66200776D01* X114891522Y-66395465D01* X114859500Y-66597648D01* X114859500Y-66802351D01* X114891522Y-67004534D01* X114954781Y-67199223D01* X114998637Y-67285294D01* X115030993Y-67348796D01* X115047715Y-67381613D01* X115168028Y-67547213D01* X115312786Y-67691971D01* X115467749Y-67804556D01* X115478390Y-67812287D01* X115550424Y-67848990D01* X115571629Y-67859795D01* X115622425Y-67907770D01* X115639220Y-67975591D01* X115616682Y-68041726D01* X115571629Y-68080765D01* X115478650Y-68128140D01* X115313105Y-68248417D01* X115313104Y-68248417D01* X115168417Y-68393104D01* X115168417Y-68393105D01* X115048140Y-68558650D01* X114955244Y-68740970D01* X114892009Y-68935586D01* X114883391Y-68990000D01* X115926988Y-68990000D01* X115894075Y-69047007D01* X115860000Y-69174174D01* X115860000Y-69305826D01* X115894075Y-69432993D01* X115926988Y-69490000D01* X114883391Y-69490000D01* X114892009Y-69544413D01* X114955244Y-69739029D01* X115048140Y-69921349D01* X115168417Y-70086894D01* X115168417Y-70086895D01* X115313104Y-70231582D01* X115478652Y-70351861D01* X115571628Y-70399234D01* X115622425Y-70447208D01* X115639220Y-70515029D01* X115616683Y-70581164D01* X115571630Y-70620203D01* X115478388Y-70667713D01* X115312786Y-70788028D01* X115168028Y-70932786D01* X115047715Y-71098386D01* X114954781Y-71280776D01* X114891522Y-71475465D01* X114859500Y-71677648D01* X114859500Y-71882351D01* X114891522Y-72084534D01* X114954781Y-72279223D01* X115000085Y-72368135D01* X115044741Y-72455778D01* X115047715Y-72461613D01* X115168028Y-72627213D01* X115312786Y-72771971D01* X115449707Y-72871448D01* X115478390Y-72892287D01* X115594607Y-72951503D01* X115660776Y-72985218D01* X115660778Y-72985218D01* X115660781Y-72985220D01* X115718940Y-73004117D01* X115855465Y-73048477D01* X115956557Y-73064488D01* X116057648Y-73080500D01* X116057649Y-73080500D01* X116662351Y-73080500D01* X116662352Y-73080500D01* X116864534Y-73048477D01* X116906981Y-73034684D01* X116976822Y-73032690D01* X117036655Y-73068770D01* X117067484Y-73131470D01* X117069300Y-73152616D01* X117069300Y-73912402D01* X117049615Y-73979441D01* X117032981Y-74000083D01* X115628622Y-75404442D01* X114268286Y-76764778D01* X114268284Y-76764780D01* X114226862Y-76806202D01* X114156479Y-76876584D01* X114148253Y-76890832D01* X114147318Y-76892454D01* X114077423Y-77013515D01* X114036499Y-77166243D01* X114036499Y-77166245D01* X114036499Y-77334346D01* X114036500Y-77334359D01* X114036500Y-104701730D01* X114036499Y-104701748D01* X114036499Y-104867454D01* X114036498Y-104867454D01* X114077423Y-105020186D01* X114091007Y-105043712D01* X114091008Y-105043717D01* X114091010Y-105043717D01* X114145822Y-105138655D01* X114156479Y-105157114D01* X114156481Y-105157117D01* X114275349Y-105275985D01* X114275355Y-105275990D01* X115172409Y-106173044D01* X115205894Y-106234367D01* X115200910Y-106304059D01* X115172409Y-106348406D01* X115168032Y-106352782D01* X115168028Y-106352786D01* X115047715Y-106518386D01* X114954781Y-106700776D01* X114891522Y-106895465D01* X114859500Y-107097648D01* X114859500Y-107302351D01* X114891522Y-107504534D01* X114954781Y-107699223D01* X115047715Y-107881613D01* X115168028Y-108047213D01* X115312786Y-108191971D01* X115467749Y-108304556D01* X115478390Y-108312287D01* X115550424Y-108348990D01* X115571629Y-108359795D01* X115622425Y-108407770D01* X115639220Y-108475591D01* X115616682Y-108541726D01* X115571629Y-108580765D01* X115478650Y-108628140D01* X115313105Y-108748417D01* X115313104Y-108748417D01* X115168417Y-108893104D01* X115168417Y-108893105D01* X115048140Y-109058650D01* X114955244Y-109240970D01* X114892009Y-109435586D01* X114883391Y-109490000D01* X115926988Y-109490000D01* X115894075Y-109547007D01* X115860000Y-109674174D01* X115860000Y-109805826D01* X115894075Y-109932993D01* X115926988Y-109990000D01* X114883391Y-109990000D01* X114892009Y-110044413D01* X114955244Y-110239029D01* X115048140Y-110421349D01* X115168417Y-110586894D01* X115168417Y-110586895D01* X115313104Y-110731582D01* X115478652Y-110851861D01* X115571628Y-110899234D01* X115622425Y-110947208D01* X115639220Y-111015029D01* X115616683Y-111081164D01* X115571630Y-111120203D01* X115478388Y-111167713D01* X115312786Y-111288028D01* X115168028Y-111432786D01* X115047715Y-111598386D01* X114954781Y-111780776D01* X114891522Y-111975465D01* X114859500Y-112177648D01* X114859500Y-112382351D01* X114891522Y-112584534D01* X114954781Y-112779223D01* X115047715Y-112961613D01* X115168028Y-113127213D01* X115312786Y-113271971D01* X115449707Y-113371448D01* X115478390Y-113392287D01* X115592284Y-113450319D01* X115660776Y-113485218D01* X115660778Y-113485218D01* X115660781Y-113485220D01* X115718940Y-113504117D01* X115855465Y-113548477D01* X115956557Y-113564488D01* X116057648Y-113580500D01* X116057649Y-113580500D01* X116662351Y-113580500D01* X116662352Y-113580500D01* X116864534Y-113548477D01* X117059219Y-113485220D01* X117241610Y-113392287D01* X117334590Y-113324732D01* X117407213Y-113271971D01* X117407215Y-113271968D01* X117407219Y-113271966D01* X117551966Y-113127219D01* X117551968Y-113127215D01* X117551971Y-113127213D01* X117657039Y-112982597D01* X117672287Y-112961610D01* X117765220Y-112779219D01* X117828477Y-112584534D01* X117860500Y-112382352D01* X117860500Y-112177648D01* X117841802Y-112059596D01* X117828477Y-111975465D01* X117781649Y-111831344D01* X117765220Y-111780781D01* X117765218Y-111780778D01* X117765218Y-111780776D01* X117707129Y-111666771D01* X117672287Y-111598390D01* X117664556Y-111587749D01* X117551971Y-111432786D01* X117407213Y-111288028D01* X117241611Y-111167713D01* X117148369Y-111120203D01* X117097574Y-111072229D01* X117080779Y-111004407D01* X117103317Y-110938273D01* X117148371Y-110899234D01* X117241347Y-110851861D01* X117406894Y-110731582D01* X117406895Y-110731582D01* X117551582Y-110586895D01* X117551582Y-110586894D01* X117671859Y-110421349D01* X117764755Y-110239029D01* X117827990Y-110044413D01* X117836609Y-109990000D01* X116793012Y-109990000D01* X116825925Y-109932993D01* X116860000Y-109805826D01* X116860000Y-109674174D01* X116825925Y-109547007D01* X116793012Y-109490000D01* X117836609Y-109490000D01* X117827990Y-109435586D01* X117764755Y-109240970D01* X117671859Y-109058650D01* X117551582Y-108893105D01* X117551582Y-108893104D01* X117406895Y-108748417D01* X117241349Y-108628140D01* X117148370Y-108580765D01* X117097574Y-108532790D01* X117080779Y-108464969D01* X117103316Y-108398835D01* X117148370Y-108359795D01* X117148920Y-108359515D01* X117241610Y-108312287D01* X117322534Y-108253493D01* X117407213Y-108191971D01* X117407215Y-108191968D01* X117407219Y-108191966D01* X117551966Y-108047219D01* X117551968Y-108047215D01* X117551971Y-108047213D01* X117664135Y-107892830D01* X117672287Y-107881610D01* X117765220Y-107699219D01* X117828477Y-107504534D01* X117860500Y-107302352D01* X117860500Y-107097648D01* X117841802Y-106979596D01* X117828477Y-106895465D01* X117781649Y-106751344D01* X117765220Y-106700781D01* X117765218Y-106700778D01* X117765218Y-106700776D01* X117681855Y-106537169D01* X117672287Y-106518390D01* X117636934Y-106469730D01* X117551971Y-106352786D01* X117407213Y-106208028D01* X117241614Y-106087715D01* X117235006Y-106084348D01* X117148917Y-106040483D01* X117098123Y-105992511D01* X117081328Y-105924690D01* X117103865Y-105858555D01* X117148917Y-105819516D01* X117241610Y-105772287D01* X117322534Y-105713493D01* X117407213Y-105651971D01* X117407215Y-105651968D01* X117407219Y-105651966D01* X117551966Y-105507219D01* X117551968Y-105507215D01* X117551971Y-105507213D01* X117664135Y-105352830D01* X117672287Y-105341610D01* X117765220Y-105159219D01* X117828477Y-104964534D01* X117860500Y-104762352D01* X117860500Y-104557648D01* X117849604Y-104488856D01* X117828477Y-104355465D01* X117781649Y-104211344D01* X117765220Y-104160781D01* X117765218Y-104160778D01* X117765218Y-104160776D01* X117725659Y-104083138D01* X117672287Y-103978390D01* X117649500Y-103947026D01* X117551971Y-103812786D01* X117407213Y-103668028D01* X117241614Y-103547715D01* X117235006Y-103544348D01* X117148917Y-103500483D01* X117098123Y-103452511D01* X117081328Y-103384690D01* X117103865Y-103318555D01* X117148917Y-103279516D01* X117241610Y-103232287D01* X117322534Y-103173493D01* X117407213Y-103111971D01* X117407215Y-103111968D01* X117407219Y-103111966D01* X117551966Y-102967219D01* X117551968Y-102967215D01* X117551971Y-102967213D01* X117664132Y-102812834D01* X117672287Y-102801610D01* X117765220Y-102619219D01* X117828477Y-102424534D01* X117860500Y-102222352D01* X117860500Y-102017648D01* X117841802Y-101899596D01* X117828477Y-101815465D01* X117781649Y-101671344D01* X117765220Y-101620781D01* X117765218Y-101620778D01* X117765218Y-101620776D01* X117672287Y-101438390D01* X117589298Y-101324164D01* X117565819Y-101258357D01* X117581645Y-101190303D01* X117601932Y-101163602D01* X118227119Y-100538416D01* X118288442Y-100504931D01* X118358134Y-100509915D01* X118402481Y-100538416D01* X120363439Y-102499374D01* X120363449Y-102499385D01* X120367779Y-102503715D01* X120367780Y-102503716D01* X120479584Y-102615520D01* X120551702Y-102657157D01* X120602816Y-102686668D01* X120616511Y-102694575D01* X120616515Y-102694577D01* X120737005Y-102726862D01* X120796662Y-102763224D01* X120817290Y-102794228D01* X120825963Y-102812828D01* X120825965Y-102812831D01* X120918392Y-102944830D01* X120951201Y-102991686D01* X120961501Y-103006395D01* X120961506Y-103006402D01* X121128597Y-103173493D01* X121128603Y-103173498D01* X121314158Y-103303425D01* X121357783Y-103358002D01* X121364977Y-103427500D01* X121333454Y-103489855D01* X121314158Y-103506575D01* X121128597Y-103636505D01* X120961505Y-103803597D01* X120825965Y-103997169D01* X120825964Y-103997171D01* X120726098Y-104211335D01* X120726094Y-104211344D01* X120664938Y-104439586D01* X120664936Y-104439596D01* X120644341Y-104674999D01* X120644341Y-104675000D01* X120664936Y-104910403D01* X120664938Y-104910413D01* X120726094Y-105138655D01* X120726096Y-105138659D01* X120726097Y-105138663D01* X120795519Y-105287539D01* X120825965Y-105352830D01* X120825967Y-105352834D01* X120961501Y-105546395D01* X120961506Y-105546402D01* X121128597Y-105713493D01* X121128603Y-105713498D01* X121314158Y-105843425D01* X121357783Y-105898002D01* X121364977Y-105967500D01* X121333454Y-106029855D01* X121314158Y-106046575D01* X121128597Y-106176505D01* X120961505Y-106343597D01* X120825965Y-106537169D01* X120825964Y-106537171D01* X120726098Y-106751335D01* X120726094Y-106751344D01* X120664938Y-106979586D01* X120664936Y-106979596D01* X120644341Y-107214999D01* X120644341Y-107215000D01* X120664936Y-107450403D01* X120664938Y-107450413D01* X120726094Y-107678655D01* X120726096Y-107678659D01* X120726097Y-107678663D01* X120753933Y-107738357D01* X120825965Y-107892830D01* X120825967Y-107892834D01* X120961501Y-108086395D01* X120961506Y-108086402D01* X121128597Y-108253493D01* X121128603Y-108253498D01* X121314594Y-108383730D01* X121358219Y-108438307D01* X121365413Y-108507805D01* X121333890Y-108570160D01* X121314595Y-108586880D01* X121128922Y-108716890D01* X121128920Y-108716891D01* X120961891Y-108883920D01* X120961886Y-108883926D01* X120826400Y-109077420D01* X120826399Y-109077422D01* X120726570Y-109291507D01* X120726567Y-109291513D01* X120669364Y-109504999D01* X120669364Y-109505000D01* X121566988Y-109505000D01* X121534075Y-109562007D01* X121500000Y-109689174D01* X121500000Y-109820826D01* X121534075Y-109947993D01* X121566988Y-110005000D01* X120669364Y-110005000D01* X120726567Y-110218486D01* X120726570Y-110218492D01* X120826399Y-110432578D01* X120961894Y-110626082D01* X121128917Y-110793105D01* X121314595Y-110923119D01* X121358219Y-110977696D01* X121365412Y-111047195D01* X121333890Y-111109549D01* X121314595Y-111126269D01* X121128594Y-111256508D01* X120961505Y-111423597D01* X120825965Y-111617169D01* X120825964Y-111617171D01* X120726098Y-111831335D01* X120726094Y-111831344D01* X120664938Y-112059586D01* X120664936Y-112059596D01* X120644341Y-112294999D01* X120644341Y-112295000D01* X120664936Y-112530403D01* X120664938Y-112530413D01* X120726094Y-112758655D01* X120726096Y-112758659D01* X120726097Y-112758663D01* X120820733Y-112961610D01* X120825965Y-112972830D01* X120825967Y-112972834D01* X120905754Y-113086780D01* X120961505Y-113166401D01* X121128599Y-113333495D01* X121212558Y-113392284D01* X121322165Y-113469032D01* X121322167Y-113469033D01* X121322170Y-113469035D01* X121536337Y-113568903D01* X121764592Y-113630063D01* X121952918Y-113646539D01* X121999999Y-113650659D01* X122000000Y-113650659D01* X122000001Y-113650659D01* X122039234Y-113647226D01* X122235408Y-113630063D01* X122463663Y-113568903D01* X122677830Y-113469035D01* X122871401Y-113333495D01* X123018502Y-113186393D01* X123079822Y-113152911D01* X123149513Y-113157895D01* X123193861Y-113186396D01* X124634339Y-114626874D01* X124634349Y-114626885D01* X124638679Y-114631215D01* X124638680Y-114631216D01* X124750484Y-114743020D01* X124837295Y-114793139D01* X124837297Y-114793141D01* X124875351Y-114815111D01* X124887415Y-114822077D01* X125040143Y-114863000D01* X153392531Y-114863000D01* X153392547Y-114863001D01* X153400143Y-114863001D01* X153558254Y-114863001D01* X153558257Y-114863001D01* X153710985Y-114822077D01* X153761104Y-114793139D01* X153847916Y-114743020D01* X153959720Y-114631216D01* X153959720Y-114631214D01* X153969928Y-114621007D01* X153969930Y-114621004D01* X154718506Y-113872428D01* X154718511Y-113872424D01* X154728714Y-113862220D01* X154728716Y-113862220D01* X154840520Y-113750416D01* X154898114Y-113650659D01* X154919577Y-113613485D01* X154926480Y-113587719D01* X154962844Y-113528060D01* X155007936Y-113501882D01* X155013744Y-113499995D01* X172244592Y-113499995D01* X172244592Y-113500004D01* X172264196Y-113761620D01* X172264197Y-113761625D01* X172322576Y-114017402D01* X172322578Y-114017411D01* X172322580Y-114017416D01* X172418432Y-114261643D01* X172549614Y-114488857D01* X172655000Y-114621007D01* X172713198Y-114693985D01* X172820062Y-114793139D01* X172905521Y-114872433D01* X173122296Y-115020228D01* X173122301Y-115020230D01* X173122302Y-115020231D01* X173122303Y-115020232D01* X173247843Y-115080688D01* X173358673Y-115134061D01* X173358674Y-115134061D01* X173358677Y-115134063D01* X173609385Y-115211396D01* X173868818Y-115250500D01* X174131182Y-115250500D01* X174390615Y-115211396D01* X174641323Y-115134063D01* X174877704Y-115020228D01* X175094479Y-114872433D01* X175286805Y-114693981D01* X175450386Y-114488857D01* X175581568Y-114261643D01* X175677420Y-114017416D01* X175735802Y-113761630D01* X175735803Y-113761620D01* X175755408Y-113500004D01* X175755408Y-113499995D01* X175735803Y-113238379D01* X175735802Y-113238374D01* X175735802Y-113238370D01* X175677420Y-112982584D01* X175581568Y-112738357D01* X175450386Y-112511143D01* X175286805Y-112306019D01* X175286804Y-112306018D01* X175286801Y-112306014D01* X175094479Y-112127567D01* X174994769Y-112059586D01* X174877704Y-111979772D01* X174877700Y-111979770D01* X174877697Y-111979768D01* X174877696Y-111979767D01* X174641325Y-111865938D01* X174641327Y-111865938D01* X174390623Y-111788606D01* X174390619Y-111788605D01* X174390615Y-111788604D01* X174265823Y-111769794D01* X174131187Y-111749500D01* X174131182Y-111749500D01* X173868818Y-111749500D01* X173868812Y-111749500D01* X173707247Y-111773853D01* X173609385Y-111788604D01* X173609382Y-111788605D01* X173609376Y-111788606D01* X173358673Y-111865938D01* X173122303Y-111979767D01* X173122302Y-111979768D01* X172905520Y-112127567D01* X172713198Y-112306014D01* X172549614Y-112511143D01* X172418432Y-112738356D01* X172322582Y-112982578D01* X172322576Y-112982597D01* X172264197Y-113238374D01* X172264196Y-113238379D01* X172244592Y-113499995D01* X155013744Y-113499995D01* X155059219Y-113485220D01* X155241610Y-113392287D01* X155334590Y-113324732D01* X155407213Y-113271971D01* X155407215Y-113271968D01* X155407219Y-113271966D01* X155551966Y-113127219D01* X155551968Y-113127215D01* X155551971Y-113127213D01* X155657039Y-112982597D01* X155672287Y-112961610D01* X155765220Y-112779219D01* X155828477Y-112584534D01* X155860500Y-112382352D01* X155860500Y-112177648D01* X155841802Y-112059596D01* X155828477Y-111975465D01* X155781649Y-111831344D01* X155765220Y-111780781D01* X155765218Y-111780778D01* X155765218Y-111780776D01* X155707129Y-111666771D01* X155672287Y-111598390D01* X155664556Y-111587749D01* X155551971Y-111432786D01* X155505190Y-111386005D01* X155471705Y-111324682D01* X155476689Y-111254990D01* X155505186Y-111210648D01* X158215838Y-108499995D01* X172244592Y-108499995D01* X172244592Y-108500004D01* X172264196Y-108761620D01* X172264197Y-108761625D01* X172322576Y-109017402D01* X172322578Y-109017411D01* X172322580Y-109017416D01* X172418432Y-109261643D01* X172549614Y-109488857D01* X172608334Y-109562489D01* X172713198Y-109693985D01* X172873100Y-109842351D01* X172905521Y-109872433D01* X173122296Y-110020228D01* X173122301Y-110020230D01* X173122302Y-110020231D01* X173122303Y-110020232D01* X173209051Y-110062007D01* X173358673Y-110134061D01* X173358674Y-110134061D01* X173358677Y-110134063D01* X173609385Y-110211396D01* X173868818Y-110250500D01* X174131182Y-110250500D01* X174390615Y-110211396D01* X174641323Y-110134063D01* X174877704Y-110020228D01* X175094479Y-109872433D01* X175286805Y-109693981D01* X175450386Y-109488857D01* X175581568Y-109261643D01* X175677420Y-109017416D01* X175735802Y-108761630D01* X175736821Y-108748034D01* X175755408Y-108500004D01* X175755408Y-108499995D01* X175735803Y-108238379D01* X175735802Y-108238374D01* X175735802Y-108238370D01* X175677420Y-107982584D01* X175581568Y-107738357D01* X175450386Y-107511143D01* X175286805Y-107306019D01* X175286804Y-107306018D01* X175286801Y-107306014D01* X175094479Y-107127567D01* X174965678Y-107039752D01* X174877704Y-106979772D01* X174877700Y-106979770D01* X174877697Y-106979768D01* X174877696Y-106979767D01* X174641325Y-106865938D01* X174641327Y-106865938D01* X174390623Y-106788606D01* X174390619Y-106788605D01* X174390615Y-106788604D01* X174265823Y-106769794D01* X174131187Y-106749500D01* X174131182Y-106749500D01* X173868818Y-106749500D01* X173868812Y-106749500D01* X173707247Y-106773853D01* X173609385Y-106788604D01* X173609382Y-106788605D01* X173609376Y-106788606D01* X173358673Y-106865938D01* X173122303Y-106979767D01* X173122302Y-106979768D01* X173122296Y-106979771D01* X173122296Y-106979772D01* X173102615Y-106993190D01* X172905520Y-107127567D01* X172713198Y-107306014D01* X172549614Y-107511143D01* X172418432Y-107738356D01* X172322582Y-107982578D01* X172322576Y-107982597D01* X172264197Y-108238374D01* X172264196Y-108238379D01* X172244592Y-108499995D01* X158215838Y-108499995D01* X160858506Y-105857327D01* X160858511Y-105857324D01* X160868714Y-105847120D01* X160868716Y-105847120D01* X160980520Y-105735316D01* X161048379Y-105617780D01* X161059577Y-105598385D01* X161100501Y-105445657D01* X161100501Y-105287543D01* X161100501Y-105279948D01* X161100500Y-105279930D01* X161100500Y-103499995D01* X172244592Y-103499995D01* X172244592Y-103500004D01* X172264196Y-103761620D01* X172264197Y-103761625D01* X172322576Y-104017402D01* X172322578Y-104017411D01* X172322580Y-104017416D01* X172418432Y-104261643D01* X172549614Y-104488857D01* X172635014Y-104595945D01* X172713198Y-104693985D01* X172894753Y-104862441D01* X172905521Y-104872433D01* X173122296Y-105020228D01* X173122301Y-105020230D01* X173122302Y-105020231D01* X173122303Y-105020232D01* X173171069Y-105043716D01* X173358673Y-105134061D01* X173358674Y-105134061D01* X173358677Y-105134063D01* X173609385Y-105211396D01* X173868818Y-105250500D01* X174131182Y-105250500D01* X174390615Y-105211396D01* X174641323Y-105134063D01* X174877704Y-105020228D01* X175094479Y-104872433D01* X175286805Y-104693981D01* X175450386Y-104488857D01* X175581568Y-104261643D01* X175677420Y-104017416D01* X175735802Y-103761630D01* X175735803Y-103761620D01* X175755408Y-103500004D01* X175755408Y-103499995D01* X175735803Y-103238379D01* X175735802Y-103238374D01* X175735802Y-103238370D01* X175677420Y-102982584D01* X175581568Y-102738357D01* X175450386Y-102511143D01* X175286805Y-102306019D01* X175286804Y-102306018D01* X175286801Y-102306014D01* X175094479Y-102127567D01* X174877704Y-101979772D01* X174877700Y-101979770D01* X174877697Y-101979768D01* X174877696Y-101979767D01* X174641325Y-101865938D01* X174641327Y-101865938D01* X174390623Y-101788606D01* X174390619Y-101788605D01* X174390615Y-101788604D01* X174265823Y-101769794D01* X174131187Y-101749500D01* X174131182Y-101749500D01* X173868818Y-101749500D01* X173868812Y-101749500D01* X173707247Y-101773853D01* X173609385Y-101788604D01* X173609382Y-101788605D01* X173609376Y-101788606D01* X173358673Y-101865938D01* X173122303Y-101979767D01* X173122302Y-101979768D01* X172905520Y-102127567D01* X172713198Y-102306014D01* X172549614Y-102511143D01* X172418432Y-102738356D01* X172322582Y-102982578D01* X172322576Y-102982597D01* X172264197Y-103238374D01* X172264196Y-103238379D01* X172244592Y-103499995D01* X161100500Y-103499995D01* X161100500Y-98499995D01* X172244592Y-98499995D01* X172244592Y-98500004D01* X172264196Y-98761620D01* X172264197Y-98761625D01* X172322576Y-99017402D01* X172322578Y-99017411D01* X172322580Y-99017416D01* X172418432Y-99261643D01* X172549614Y-99488857D01* X172634270Y-99595012D01* X172713198Y-99693985D01* X172860234Y-99830413D01* X172905521Y-99872433D01* X173122296Y-100020228D01* X173122301Y-100020230D01* X173122302Y-100020231D01* X173122303Y-100020232D01* X173202107Y-100058663D01* X173358673Y-100134061D01* X173358674Y-100134061D01* X173358677Y-100134063D01* X173609385Y-100211396D01* X173868818Y-100250500D01* X174131182Y-100250500D01* X174390615Y-100211396D01* X174641323Y-100134063D01* X174877704Y-100020228D01* X175094479Y-99872433D01* X175286805Y-99693981D01* X175450386Y-99488857D01* X175581568Y-99261643D01* X175677420Y-99017416D01* X175735802Y-98761630D01* X175735803Y-98761620D01* X175755408Y-98500004D01* X175755408Y-98499995D01* X175735803Y-98238379D01* X175735802Y-98238374D01* X175735802Y-98238370D01* X175677420Y-97982584D01* X175581568Y-97738357D01* X175450386Y-97511143D01* X175286805Y-97306019D01* X175286804Y-97306018D01* X175286801Y-97306014D01* X175094479Y-97127567D01* X175072667Y-97112696D01* X174877704Y-96979772D01* X174877700Y-96979770D01* X174877697Y-96979768D01* X174877696Y-96979767D01* X174641325Y-96865938D01* X174641327Y-96865938D01* X174390623Y-96788606D01* X174390619Y-96788605D01* X174390615Y-96788604D01* X174265823Y-96769794D01* X174131187Y-96749500D01* X174131182Y-96749500D01* X173868818Y-96749500D01* X173868812Y-96749500D01* X173707247Y-96773853D01* X173609385Y-96788604D01* X173609382Y-96788605D01* X173609376Y-96788606D01* X173358673Y-96865938D01* X173122303Y-96979767D01* X173122302Y-96979768D01* X172905520Y-97127567D01* X172713198Y-97306014D01* X172549614Y-97511143D01* X172418432Y-97738356D01* X172322582Y-97982578D01* X172322576Y-97982597D01* X172264197Y-98238374D01* X172264196Y-98238379D01* X172244592Y-98499995D01* X161100500Y-98499995D01* X161100500Y-93499995D01* X172244592Y-93499995D01* X172244592Y-93500004D01* X172264196Y-93761620D01* X172264197Y-93761625D01* X172322576Y-94017402D01* X172322578Y-94017411D01* X172322580Y-94017416D01* X172418432Y-94261643D01* X172549614Y-94488857D01* X172681736Y-94654533D01* X172713198Y-94693985D01* X172832343Y-94804534D01* X172905521Y-94872433D01* X173122296Y-95020228D01* X173122301Y-95020230D01* X173122302Y-95020231D01* X173122303Y-95020232D01* X173247843Y-95080688D01* X173358673Y-95134061D01* X173358674Y-95134061D01* X173358677Y-95134063D01* X173609385Y-95211396D01* X173868818Y-95250500D01* X174131182Y-95250500D01* X174390615Y-95211396D01* X174641323Y-95134063D01* X174877704Y-95020228D01* X175094479Y-94872433D01* X175286805Y-94693981D01* X175450386Y-94488857D01* X175581568Y-94261643D01* X175677420Y-94017416D01* X175735802Y-93761630D01* X175737826Y-93734623D01* X175755408Y-93500004D01* X175755408Y-93499995D01* X175735803Y-93238379D01* X175735802Y-93238374D01* X175735802Y-93238370D01* X175677420Y-92982584D01* X175581568Y-92738357D01* X175450386Y-92511143D01* X175286805Y-92306019D01* X175286804Y-92306018D01* X175286801Y-92306014D01* X175094479Y-92127567D01* X174877704Y-91979772D01* X174877700Y-91979770D01* X174877697Y-91979768D01* X174877696Y-91979767D01* X174641325Y-91865938D01* X174641327Y-91865938D01* X174390623Y-91788606D01* X174390619Y-91788605D01* X174390615Y-91788604D01* X174265823Y-91769794D01* X174131187Y-91749500D01* X174131182Y-91749500D01* X173868818Y-91749500D01* X173868812Y-91749500D01* X173707247Y-91773853D01* X173609385Y-91788604D01* X173609382Y-91788605D01* X173609376Y-91788606D01* X173358673Y-91865938D01* X173122303Y-91979767D01* X173122302Y-91979768D01* X172905520Y-92127567D01* X172713198Y-92306014D01* X172549614Y-92511143D01* X172418432Y-92738356D01* X172322582Y-92982578D01* X172322576Y-92982597D01* X172264197Y-93238374D01* X172264196Y-93238379D01* X172244592Y-93499995D01* X161100500Y-93499995D01* X161100500Y-92820290D01* X161120185Y-92753251D01* X161172101Y-92707906D01* X161177830Y-92705235D01* X161371401Y-92569695D01* X161538495Y-92402601D01* X161674035Y-92209030D01* X161773903Y-91994863D01* X161835063Y-91766608D01* X161855659Y-91531200D01* X161835063Y-91295792D01* X161773903Y-91067537D01* X161674035Y-90853371D01* X161661511Y-90835484D01* X161538494Y-90659797D01* X161371402Y-90492706D01* X161371396Y-90492701D01* X161185842Y-90362775D01* X161142217Y-90308198D01* X161135023Y-90238700D01* X161166546Y-90176345D01* X161185842Y-90159625D01* X161222351Y-90134061D01* X161371401Y-90029695D01* X161538495Y-89862601D01* X161674035Y-89669030D01* X161773903Y-89454863D01* X161835063Y-89226608D01* X161855659Y-88991200D01* X161835063Y-88755792D01* X161773903Y-88527537D01* X161761060Y-88499995D01* X172244592Y-88499995D01* X172244592Y-88500004D01* X172264196Y-88761620D01* X172264197Y-88761625D01* X172322576Y-89017402D01* X172322578Y-89017411D01* X172322580Y-89017416D01* X172418432Y-89261643D01* X172549614Y-89488857D01* X172681736Y-89654533D01* X172713198Y-89693985D01* X172848368Y-89819403D01* X172905521Y-89872433D01* X173122296Y-90020228D01* X173122301Y-90020230D01* X173122302Y-90020231D01* X173122303Y-90020232D01* X173242541Y-90078135D01* X173358673Y-90134061D01* X173358674Y-90134061D01* X173358677Y-90134063D01* X173609385Y-90211396D01* X173868818Y-90250500D01* X174131182Y-90250500D01* X174390615Y-90211396D01* X174641323Y-90134063D01* X174851536Y-90032830D01* X174877696Y-90020232D01* X174877696Y-90020231D01* X174877704Y-90020228D01* X175094479Y-89872433D01* X175286805Y-89693981D01* X175450386Y-89488857D01* X175581568Y-89261643D01* X175677420Y-89017416D01* X175735802Y-88761630D01* X175736239Y-88755796D01* X175755408Y-88500004D01* X175755408Y-88499995D01* X175735803Y-88238379D01* X175735802Y-88238374D01* X175735802Y-88238370D01* X175677420Y-87982584D01* X175581568Y-87738357D01* X175450386Y-87511143D01* X175286805Y-87306019D01* X175286804Y-87306018D01* X175286801Y-87306014D01* X175094479Y-87127567D01* X174877704Y-86979772D01* X174877700Y-86979770D01* X174877697Y-86979768D01* X174877696Y-86979767D01* X174641325Y-86865938D01* X174641327Y-86865938D01* X174390623Y-86788606D01* X174390619Y-86788605D01* X174390615Y-86788604D01* X174265823Y-86769794D01* X174131187Y-86749500D01* X174131182Y-86749500D01* X173868818Y-86749500D01* X173868812Y-86749500D01* X173707247Y-86773853D01* X173609385Y-86788604D01* X173609382Y-86788605D01* X173609376Y-86788606D01* X173358673Y-86865938D01* X173122303Y-86979767D01* X173122302Y-86979768D01* X172905520Y-87127567D01* X172713198Y-87306014D01* X172549614Y-87511143D01* X172418432Y-87738356D01* X172322582Y-87982578D01* X172322576Y-87982597D01* X172264197Y-88238374D01* X172264196Y-88238379D01* X172244592Y-88499995D01* X161761060Y-88499995D01* X161674035Y-88313371D01* X161621526Y-88238379D01* X161538494Y-88119797D01* X161371402Y-87952706D01* X161371396Y-87952701D01* X161185842Y-87822775D01* X161142217Y-87768198D01* X161135023Y-87698700D01* X161166546Y-87636345D01* X161185842Y-87619625D01* X161340770Y-87511143D01* X161371401Y-87489695D01* X161538495Y-87322601D01* X161674035Y-87129030D01* X161773903Y-86914863D01* X161835063Y-86686608D01* X161855659Y-86451200D01* X161835063Y-86215792D01* X161773903Y-85987537D01* X161674035Y-85773371D01* X161656139Y-85747812D01* X161538494Y-85579797D01* X161371402Y-85412706D01* X161371396Y-85412701D01* X161185842Y-85282775D01* X161142217Y-85228198D01* X161135023Y-85158700D01* X161166546Y-85096345D01* X161185842Y-85079625D01* X161270665Y-85020231D01* X161371401Y-84949695D01* X161538495Y-84782601D01* X161674035Y-84589030D01* X161773903Y-84374863D01* X161835063Y-84146608D01* X161855659Y-83911200D01* X161835063Y-83675792D01* X161787959Y-83499995D01* X172244592Y-83499995D01* X172244592Y-83500004D01* X172264196Y-83761620D01* X172264197Y-83761625D01* X172322576Y-84017402D01* X172322578Y-84017411D01* X172322580Y-84017416D01* X172418432Y-84261643D01* X172549614Y-84488857D01* X172629503Y-84589034D01* X172713198Y-84693985D01* X172894753Y-84862441D01* X172905521Y-84872433D01* X173122296Y-85020228D01* X173122301Y-85020230D01* X173122302Y-85020231D01* X173122303Y-85020232D01* X173204655Y-85059890D01* X173358673Y-85134061D01* X173358674Y-85134061D01* X173358677Y-85134063D01* X173609385Y-85211396D01* X173868818Y-85250500D01* X174131182Y-85250500D01* X174390615Y-85211396D01* X174641323Y-85134063D01* X174877704Y-85020228D01* X175094479Y-84872433D01* X175286805Y-84693981D01* X175450386Y-84488857D01* X175581568Y-84261643D01* X175677420Y-84017416D01* X175735802Y-83761630D01* X175755408Y-83500000D01* X175751476Y-83447535D01* X175735803Y-83238379D01* X175735802Y-83238374D01* X175735802Y-83238370D01* X175677420Y-82982584D01* X175581568Y-82738357D01* X175450386Y-82511143D01* X175286805Y-82306019D01* X175286804Y-82306018D01* X175286801Y-82306014D01* X175094479Y-82127567D01* X174936031Y-82019539D01* X174877704Y-81979772D01* X174877700Y-81979770D01* X174877697Y-81979768D01* X174877696Y-81979767D01* X174641325Y-81865938D01* X174641327Y-81865938D01* X174390623Y-81788606D01* X174390619Y-81788605D01* X174390615Y-81788604D01* X174265823Y-81769794D01* X174131187Y-81749500D01* X174131182Y-81749500D01* X173868818Y-81749500D01* X173868812Y-81749500D01* X173707247Y-81773853D01* X173609385Y-81788604D01* X173609382Y-81788605D01* X173609376Y-81788606D01* X173358673Y-81865938D01* X173122303Y-81979767D01* X173122302Y-81979768D01* X172905520Y-82127567D01* X172713198Y-82306014D01* X172549614Y-82511143D01* X172418432Y-82738356D01* X172322582Y-82982578D01* X172322576Y-82982597D01* X172264197Y-83238374D01* X172264196Y-83238379D01* X172244592Y-83499995D01* X161787959Y-83499995D01* X161773903Y-83447537D01* X161674035Y-83233371D01* X161538495Y-83039799D01* X161416567Y-82917871D01* X161383084Y-82856551D01* X161388068Y-82786859D01* X161429939Y-82730925D01* X161460915Y-82714010D01* X161592331Y-82664996D01* X161707546Y-82578746D01* X161793796Y-82463531D01* X161844091Y-82328683D01* X161850500Y-82269073D01* X161850499Y-80943999D01* X161870184Y-80876961D01* X161922987Y-80831206D01* X161974499Y-80820000D01* X165193831Y-80820000D01* X165193847Y-80820001D01* X165201443Y-80820001D01* X165359554Y-80820001D01* X165359557Y-80820001D01* X165512285Y-80779077D01* X165591368Y-80733418D01* X165649216Y-80700020D01* X165761020Y-80588216D01* X165761020Y-80588214D01* X165771224Y-80578011D01* X165771228Y-80578006D01* X169147099Y-77202135D01* X172249500Y-77202135D01* X172249500Y-79797870D01* X172249501Y-79797876D01* X172255908Y-79857483D01* X172306202Y-79992328D01* X172306206Y-79992335D01* X172392452Y-80107544D01* X172392455Y-80107547D01* X172507664Y-80193793D01* X172507671Y-80193797D01* X172642517Y-80244091D01* X172642516Y-80244091D01* X172649444Y-80244835D01* X172702127Y-80250500D01* X175297872Y-80250499D01* X175357483Y-80244091D01* X175492331Y-80193796D01* X175607546Y-80107546D01* X175693796Y-79992331D01* X175744091Y-79857483D01* X175750500Y-79797873D01* X175750499Y-77202128D01* X175744091Y-77142517D01* X175695976Y-77013515D01* X175693797Y-77007671D01* X175693793Y-77007664D01* X175607547Y-76892455D01* X175607544Y-76892452D01* X175492335Y-76806206D01* X175492328Y-76806202D01* X175357482Y-76755908D01* X175357483Y-76755908D01* X175297883Y-76749501D01* X175297881Y-76749500D01* X175297873Y-76749500D01* X175297864Y-76749500D01* X172702129Y-76749500D01* X172702123Y-76749501D01* X172642516Y-76755908D01* X172507671Y-76806202D01* X172507664Y-76806206D01* X172392455Y-76892452D01* X172392452Y-76892455D01* X172306206Y-77007664D01* X172306202Y-77007671D01* X172255908Y-77142517D01* X172249501Y-77202116D01* X172249501Y-77202123D01* X172249500Y-77202135D01* X169147099Y-77202135D01* X173199605Y-73149628D01* X173260926Y-73116145D01* X173330618Y-73121129D01* X173341079Y-73125588D01* X173358677Y-73134063D01* X173609385Y-73211396D01* X173868818Y-73250500D01* X174131182Y-73250500D01* X174390615Y-73211396D01* X174641323Y-73134063D01* X174847684Y-73034685D01* X174877696Y-73020232D01* X174877696Y-73020231D01* X174877704Y-73020228D01* X175094479Y-72872433D01* X175286805Y-72693981D01* X175450386Y-72488857D01* X175581568Y-72261643D01* X175677420Y-72017416D01* X175735802Y-71761630D01* X175736622Y-71750686D01* X175755408Y-71500004D01* X175755408Y-71499995D01* X175735803Y-71238379D01* X175735802Y-71238374D01* X175735802Y-71238370D01* X175677420Y-70982584D01* X175581568Y-70738357D01* X175450386Y-70511143D01* X175286805Y-70306019D01* X175286804Y-70306018D01* X175286801Y-70306014D01* X175094479Y-70127567D01* X175035299Y-70087219D01* X174877704Y-69979772D01* X174877700Y-69979770D01* X174877697Y-69979768D01* X174877696Y-69979767D01* X174641325Y-69865938D01* X174641327Y-69865938D01* X174390623Y-69788606D01* X174390619Y-69788605D01* X174390615Y-69788604D01* X174265823Y-69769794D01* X174131187Y-69749500D01* X174131182Y-69749500D01* X173868818Y-69749500D01* X173868812Y-69749500D01* X173707247Y-69773853D01* X173609385Y-69788604D01* X173609382Y-69788605D01* X173609376Y-69788606D01* X173358673Y-69865938D01* X173122303Y-69979767D01* X173122302Y-69979768D01* X172905520Y-70127567D01* X172713198Y-70306014D01* X172549614Y-70511143D01* X172418432Y-70738356D01* X172322582Y-70982578D01* X172322576Y-70982597D01* X172264197Y-71238374D01* X172264196Y-71238379D01* X172244592Y-71499995D01* X172244592Y-71500004D01* X172264196Y-71761620D01* X172264197Y-71761625D01* X172322578Y-72017412D01* X172380509Y-72165019D01* X172386677Y-72234616D01* X172354239Y-72296500D01* X172352761Y-72298002D01* X165068084Y-79582681D01* X165006761Y-79616166D01* X164980403Y-79619000D01* X161224500Y-79619000D01* X161157461Y-79599315D01* X161111706Y-79546511D01* X161100500Y-79495000D01* X161100500Y-78942643D01* X161100499Y-78942639D01* X161088146Y-78896536D01* X161088146Y-78896535D01* X161059577Y-78789915D01* X161030639Y-78739795D01* X160980520Y-78652984D01* X160868716Y-78541180D01* X160868715Y-78541179D01* X160864385Y-78536849D01* X160864374Y-78536839D01* X155331652Y-73004117D01* X155298167Y-72942794D01* X155303151Y-72873102D01* X155345023Y-72817169D01* X155346448Y-72816118D01* X155407219Y-72771966D01* X155551966Y-72627219D01* X155551968Y-72627215D01* X155551971Y-72627213D01* X155614605Y-72541003D01* X155672287Y-72461610D01* X155765220Y-72279219D01* X155828477Y-72084534D01* X155860500Y-71882352D01* X155860500Y-71677648D01* X155828477Y-71475466D01* X155765220Y-71280781D01* X155765218Y-71280778D01* X155765218Y-71280776D01* X155731503Y-71214607D01* X155672287Y-71098390D01* X155610321Y-71013100D01* X155551971Y-70932786D01* X155505190Y-70886005D01* X155471705Y-70824682D01* X155476689Y-70754990D01* X155505186Y-70710648D01* X158943912Y-67271921D01* X159005233Y-67238438D01* X159074925Y-67243422D01* X159130858Y-67285294D01* X159155119Y-67348796D01* X159164936Y-67461003D01* X159164938Y-67461013D01* X159226094Y-67689255D01* X159226096Y-67689259D01* X159226097Y-67689263D01* X159283463Y-67812284D01* X159325965Y-67903430D01* X159325967Y-67903434D01* X159416544Y-68032790D01* X159450136Y-68080765D01* X159461501Y-68096995D01* X159461506Y-68097002D01* X159628597Y-68264093D01* X159628603Y-68264098D01* X159814158Y-68394025D01* X159857783Y-68448602D01* X159864977Y-68518100D01* X159833454Y-68580455D01* X159814158Y-68597175D01* X159628597Y-68727105D01* X159461505Y-68894197D01* X159325965Y-69087769D01* X159325964Y-69087771D01* X159226098Y-69301935D01* X159226094Y-69301944D01* X159164938Y-69530186D01* X159164936Y-69530196D01* X159144341Y-69765599D01* X159144341Y-69765600D01* X159164936Y-70001003D01* X159164938Y-70001013D01* X159226094Y-70229255D01* X159226096Y-70229259D01* X159226097Y-70229263D01* X159283266Y-70351861D01* X159325965Y-70443430D01* X159325967Y-70443434D01* X159461501Y-70636995D01* X159461506Y-70637002D01* X159628597Y-70804093D01* X159628603Y-70804098D01* X159814158Y-70934025D01* X159857783Y-70988602D01* X159864977Y-71058100D01* X159833454Y-71120455D01* X159814158Y-71137175D01* X159628597Y-71267105D01* X159461505Y-71434197D01* X159325965Y-71627769D01* X159325964Y-71627771D01* X159226098Y-71841935D01* X159226094Y-71841944D01* X159164938Y-72070186D01* X159164936Y-72070196D01* X159144341Y-72305599D01* X159144341Y-72305600D01* X159164936Y-72541003D01* X159164938Y-72541013D01* X159226094Y-72769255D01* X159226096Y-72769259D01* X159226097Y-72769263D01* X159306208Y-72941061D01* X159325965Y-72983430D01* X159325967Y-72983434D01* X159461501Y-73176995D01* X159461506Y-73177002D01* X159628597Y-73344093D01* X159628603Y-73344098D01* X159814158Y-73474025D01* X159857783Y-73528602D01* X159864977Y-73598100D01* X159833454Y-73660455D01* X159814158Y-73677175D01* X159628597Y-73807105D01* X159461505Y-73974197D01* X159325965Y-74167769D01* X159325964Y-74167771D01* X159226098Y-74381935D01* X159226094Y-74381944D01* X159164938Y-74610186D01* X159164936Y-74610196D01* X159144341Y-74845599D01* X159144341Y-74845600D01* X159164936Y-75081003D01* X159164938Y-75081013D01* X159226094Y-75309255D01* X159226096Y-75309259D01* X159226097Y-75309263D01* X159282039Y-75429231D01* X159325965Y-75523430D01* X159325967Y-75523434D01* X159405323Y-75636765D01* X159461505Y-75717001D01* X159628599Y-75884095D01* X159715522Y-75944959D01* X159822165Y-76019632D01* X159822167Y-76019633D01* X159822170Y-76019635D01* X160036337Y-76119503D01* X160264592Y-76180663D01* X160452918Y-76197139D01* X160499999Y-76201259D01* X160500000Y-76201259D01* X160500001Y-76201259D01* X160539234Y-76197826D01* X160735408Y-76180663D01* X160963663Y-76119503D01* X161177830Y-76019635D01* X161371401Y-75884095D01* X161538495Y-75717001D01* X161674035Y-75523430D01* X161773903Y-75309263D01* X161835063Y-75081008D01* X161855659Y-74845600D01* X161835063Y-74610192D01* X161773903Y-74381937D01* X161674035Y-74167771D01* X161542166Y-73979441D01* X161538494Y-73974197D01* X161371402Y-73807106D01* X161371396Y-73807101D01* X161185842Y-73677175D01* X161142217Y-73622598D01* X161135023Y-73553100D01* X161166546Y-73490745D01* X161185842Y-73474025D01* X161323689Y-73377503D01* X161371401Y-73344095D01* X161538495Y-73177001D01* X161674035Y-72983430D01* X161773903Y-72769263D01* X161835063Y-72541008D01* X161855659Y-72305600D01* X161835063Y-72070192D01* X161773903Y-71841937D01* X161674035Y-71627771D01* X161584570Y-71500000D01* X161538494Y-71434197D01* X161371402Y-71267106D01* X161371396Y-71267101D01* X161185842Y-71137175D01* X161142217Y-71082598D01* X161135023Y-71013100D01* X161166546Y-70950745D01* X161185842Y-70934025D01* X161208026Y-70918491D01* X161371401Y-70804095D01* X161538495Y-70637001D01* X161674035Y-70443430D01* X161773903Y-70229263D01* X161835063Y-70001008D01* X161855659Y-69765600D01* X161835063Y-69530192D01* X161773903Y-69301937D01* X161674035Y-69087771D01* X161656333Y-69062489D01* X161538494Y-68894197D01* X161371402Y-68727106D01* X161371396Y-68727101D01* X161185842Y-68597175D01* X161142217Y-68542598D01* X161135023Y-68473100D01* X161166546Y-68410745D01* X161185842Y-68394025D01* X161311533Y-68306015D01* X161371401Y-68264095D01* X161538495Y-68097001D01* X161674035Y-67903430D01* X161773903Y-67689263D01* X161835063Y-67461008D01* X161855659Y-67225600D01* X161835063Y-66990192D01* X161773903Y-66761937D01* X161674035Y-66547771D01* X161640588Y-66500004D01* X161640582Y-66499995D01* X172245093Y-66499995D01* X172245093Y-66500004D01* X172264692Y-66761545D01* X172264693Y-66761550D01* X172323058Y-67017270D01* X172418883Y-67261426D01* X172418882Y-67261426D01* X172550027Y-67488573D01* X172597874Y-67548571D01* X173398958Y-66747488D01* X173423978Y-66807890D01* X173495112Y-66914351D01* X173585649Y-67004888D01* X173692110Y-67076022D01* X173752510Y-67101041D01* X172950830Y-67902720D01* X173122546Y-68019793D01* X173122550Y-68019795D01* X173358854Y-68133594D01* X173358858Y-68133595D01* X173609494Y-68210907D01* X173609500Y-68210909D01* X173868848Y-68249999D01* X173868857Y-68250000D01* X174131143Y-68250000D01* X174131151Y-68249999D01* X174390499Y-68210909D01* X174390505Y-68210907D01* X174641143Y-68133595D01* X174877445Y-68019798D01* X174877447Y-68019797D01* X175049168Y-67902720D01* X174247488Y-67101041D01* X174307890Y-67076022D01* X174414351Y-67004888D01* X174504888Y-66914351D01* X174576022Y-66807890D01* X174601041Y-66747488D01* X175402125Y-67548572D01* X175449971Y-67488573D01* X175581116Y-67261426D01* X175676941Y-67017270D01* X175735306Y-66761550D01* X175735307Y-66761545D01* X175754907Y-66500004D01* X175754907Y-66499995D01* X175735307Y-66238454D01* X175735306Y-66238449D01* X175676941Y-65982729D01* X175581116Y-65738573D01* X175581117Y-65738573D01* X175449972Y-65511426D01* X175402124Y-65451427D01* X174601041Y-66252510D01* X174576022Y-66192110D01* X174504888Y-66085649D01* X174414351Y-65995112D01* X174307890Y-65923978D01* X174247488Y-65898958D01* X175049168Y-65097278D01* X174877454Y-64980206D01* X174877445Y-64980201D01* X174641142Y-64866404D01* X174641144Y-64866404D01* X174390505Y-64789092D01* X174390499Y-64789090D01* X174131151Y-64750000D01* X173868848Y-64750000D01* X173609500Y-64789090D01* X173609494Y-64789092D01* X173358858Y-64866404D01* X173358854Y-64866405D01* X173122547Y-64980205D01* X173122539Y-64980210D01* X172950830Y-65097277D01* X173752511Y-65898958D01* X173692110Y-65923978D01* X173585649Y-65995112D01* X173495112Y-66085649D01* X173423978Y-66192110D01* X173398958Y-66252510D01* X172597874Y-65451427D01* X172550028Y-65511425D01* X172418883Y-65738573D01* X172323058Y-65982729D01* X172264693Y-66238449D01* X172264692Y-66238454D01* X172245093Y-66499995D01* X161640582Y-66499995D01* X161538496Y-66354200D01* X161494698Y-66310402D01* X161416567Y-66232271D01* X161383084Y-66170951D01* X161388068Y-66101259D01* X161429939Y-66045325D01* X161460915Y-66028410D01* X161592331Y-65979396D01* X161707546Y-65893146D01* X161793796Y-65777931D01* X161844091Y-65643083D01* X161850500Y-65583473D01* X161850499Y-63787728D01* X161844091Y-63728117D01* X161818976Y-63660781D01* X161793797Y-63593271D01* X161793793Y-63593264D01* X161707547Y-63478055D01* X161707544Y-63478052D01* X161592335Y-63391806D01* X161592328Y-63391802D01* X161457482Y-63341508D01* X161457483Y-63341508D01* X161397883Y-63335101D01* X161397881Y-63335100D01* X161397873Y-63335100D01* X161397865Y-63335100D01* X160714096Y-63335100D01* X160647057Y-63315415D01* X160601302Y-63262611D01* X160591358Y-63193453D01* X160620383Y-63129897D01* X160626415Y-63123419D01* X161282621Y-62467213D01* X162013306Y-61736528D01* X162013311Y-61736524D01* X162023514Y-61726320D01* X162023516Y-61726320D01* X162135320Y-61614516D01* X162201438Y-61499995D01* X172244592Y-61499995D01* X172244592Y-61500004D01* X172264196Y-61761620D01* X172264197Y-61761625D01* X172264197Y-61761629D01* X172264198Y-61761630D01* X172266238Y-61770568D01* X172322576Y-62017402D01* X172322579Y-62017412D01* X172322580Y-62017416D01* X172418432Y-62261643D01* X172549614Y-62488857D01* X172640328Y-62602609D01* X172713198Y-62693985D01* X172857084Y-62827490D01* X172905521Y-62872433D01* X173122296Y-63020228D01* X173122301Y-63020230D01* X173122302Y-63020231D01* X173122303Y-63020232D01* X173179369Y-63047713D01* X173358673Y-63134061D01* X173358674Y-63134061D01* X173358677Y-63134063D01* X173609385Y-63211396D01* X173868818Y-63250500D01* X174131182Y-63250500D01* X174390615Y-63211396D01* X174641323Y-63134063D01* X174877704Y-63020228D01* X175094479Y-62872433D01* X175286805Y-62693981D01* X175450386Y-62488857D01* X175581568Y-62261643D01* X175677420Y-62017416D01* X175735802Y-61761630D01* X175737683Y-61736532D01* X175755408Y-61500004D01* X175755408Y-61499995D01* X175735803Y-61238379D01* X175735802Y-61238374D01* X175735802Y-61238370D01* X175677420Y-60982584D01* X175581568Y-60738357D01* X175450386Y-60511143D01* X175286805Y-60306019D01* X175286804Y-60306018D01* X175286801Y-60306014D01* X175094479Y-60127567D01* X175061391Y-60105008D01* X174877704Y-59979772D01* X174877700Y-59979770D01* X174877697Y-59979768D01* X174877696Y-59979767D01* X174641325Y-59865938D01* X174641327Y-59865938D01* X174390623Y-59788606D01* X174390619Y-59788605D01* X174390615Y-59788604D01* X174265823Y-59769794D01* X174131187Y-59749500D01* X174131182Y-59749500D01* X173868818Y-59749500D01* X173868812Y-59749500D01* X173707247Y-59773853D01* X173609385Y-59788604D01* X173609382Y-59788605D01* X173609376Y-59788606D01* X173358673Y-59865938D01* X173122303Y-59979767D01* X173122302Y-59979768D01* X172905520Y-60127567D01* X172713198Y-60306014D01* X172549614Y-60511143D01* X172418432Y-60738356D01* X172322582Y-60982578D01* X172322576Y-60982597D01* X172264197Y-61238374D01* X172264196Y-61238379D01* X172244592Y-61499995D01* X162201438Y-61499995D01* X162214377Y-61477584D01* X162255300Y-61324857D01* X162255300Y-56499995D01* X172244592Y-56499995D01* X172244592Y-56500004D01* X172264196Y-56761620D01* X172264197Y-56761625D01* X172322576Y-57017402D01* X172322578Y-57017411D01* X172322580Y-57017416D01* X172418432Y-57261643D01* X172549614Y-57488857D01* X172645709Y-57609356D01* X172713198Y-57693985D01* X172832511Y-57804690D01* X172905521Y-57872433D01* X173122296Y-58020228D01* X173122301Y-58020230D01* X173122302Y-58020231D01* X173122303Y-58020232D01* X173247843Y-58080688D01* X173358673Y-58134061D01* X173358674Y-58134061D01* X173358677Y-58134063D01* X173609385Y-58211396D01* X173868818Y-58250500D01* X174131182Y-58250500D01* X174390615Y-58211396D01* X174641323Y-58134063D01* X174877704Y-58020228D01* X175094479Y-57872433D01* X175286805Y-57693981D01* X175450386Y-57488857D01* X175581568Y-57261643D01* X175677420Y-57017416D01* X175735802Y-56761630D01* X175743560Y-56658105D01* X175755408Y-56500004D01* X175755408Y-56499995D01* X175735803Y-56238379D01* X175735802Y-56238374D01* X175735802Y-56238370D01* X175677420Y-55982584D01* X175581568Y-55738357D01* X175450386Y-55511143D01* X175286805Y-55306019D01* X175286804Y-55306018D01* X175286801Y-55306014D01* X175094479Y-55127567D01* X174977604Y-55047883D01* X174877704Y-54979772D01* X174877700Y-54979770D01* X174877697Y-54979768D01* X174877696Y-54979767D01* X174641325Y-54865938D01* X174641327Y-54865938D01* X174390623Y-54788606D01* X174390619Y-54788605D01* X174390615Y-54788604D01* X174265823Y-54769794D01* X174131187Y-54749500D01* X174131182Y-54749500D01* X173868818Y-54749500D01* X173868812Y-54749500D01* X173707247Y-54773853D01* X173609385Y-54788604D01* X173609382Y-54788605D01* X173609376Y-54788606D01* X173358673Y-54865938D01* X173122303Y-54979767D01* X173122302Y-54979768D01* X172905520Y-55127567D01* X172713198Y-55306014D01* X172549614Y-55511143D01* X172418432Y-55738356D01* X172322582Y-55982578D01* X172322576Y-55982597D01* X172264197Y-56238374D01* X172264196Y-56238379D01* X172244592Y-56499995D01* X162255300Y-56499995D01* X162255300Y-51499995D01* X172244592Y-51499995D01* X172244592Y-51500004D01* X172264196Y-51761620D01* X172264197Y-51761625D01* X172264197Y-51761629D01* X172264198Y-51761630D01* X172272914Y-51799818D01* X172322576Y-52017402D01* X172322578Y-52017411D01* X172322580Y-52017416D01* X172418432Y-52261643D01* X172549614Y-52488857D01* X172649472Y-52614075D01* X172713198Y-52693985D01* X172859788Y-52829999D01* X172905521Y-52872433D01* X173122296Y-53020228D01* X173122301Y-53020230D01* X173122302Y-53020231D01* X173122303Y-53020232D01* X173247843Y-53080688D01* X173358673Y-53134061D01* X173358674Y-53134061D01* X173358677Y-53134063D01* X173609385Y-53211396D01* X173868818Y-53250500D01* X174131182Y-53250500D01* X174390615Y-53211396D01* X174641323Y-53134063D01* X174877704Y-53020228D01* X175094479Y-52872433D01* X175286805Y-52693981D01* X175450386Y-52488857D01* X175581568Y-52261643D01* X175677420Y-52017416D01* X175735802Y-51761630D01* X175755408Y-51500000D01* X175735802Y-51238370D01* X175677420Y-50982584D01* X175581568Y-50738357D01* X175450386Y-50511143D01* X175286805Y-50306019D01* X175286804Y-50306018D01* X175286801Y-50306014D01* X175094479Y-50127567D01* X174877704Y-49979772D01* X174877700Y-49979770D01* X174877697Y-49979768D01* X174877696Y-49979767D01* X174641325Y-49865938D01* X174641327Y-49865938D01* X174390623Y-49788606D01* X174390619Y-49788605D01* X174390615Y-49788604D01* X174265823Y-49769794D01* X174131187Y-49749500D01* X174131182Y-49749500D01* X173868818Y-49749500D01* X173868812Y-49749500D01* X173707247Y-49773853D01* X173609385Y-49788604D01* X173609382Y-49788605D01* X173609376Y-49788606D01* X173358673Y-49865938D01* X173122303Y-49979767D01* X173122302Y-49979768D01* X172905520Y-50127567D01* X172713198Y-50306014D01* X172549614Y-50511143D01* X172418432Y-50738356D01* X172322582Y-50982578D01* X172322576Y-50982597D01* X172264197Y-51238374D01* X172264196Y-51238379D01* X172244592Y-51499995D01* X162255300Y-51499995D01* X162255300Y-47104759D01* X162255301Y-47104746D01* X162255301Y-46936645D01* X162255301Y-46936643D01* X162214377Y-46783915D01* X162185439Y-46733795D01* X162135320Y-46646984D01* X162023516Y-46535180D01* X162023515Y-46535179D01* X162019185Y-46530849D01* X162019174Y-46530839D01* X161988330Y-46499995D01* X172244592Y-46499995D01* X172244592Y-46500004D01* X172264196Y-46761620D01* X172264197Y-46761625D01* X172264197Y-46761629D01* X172264198Y-46761630D01* X172271314Y-46792809D01* X172322576Y-47017402D01* X172322578Y-47017411D01* X172322580Y-47017416D01* X172418432Y-47261643D01* X172549614Y-47488857D01* X172638169Y-47599901D01* X172713198Y-47693985D01* X172835008Y-47807007D01* X172905521Y-47872433D01* X173122296Y-48020228D01* X173122301Y-48020230D01* X173122302Y-48020231D01* X173122303Y-48020232D01* X173216981Y-48065826D01* X173358673Y-48134061D01* X173358674Y-48134061D01* X173358677Y-48134063D01* X173609385Y-48211396D01* X173868818Y-48250500D01* X174131182Y-48250500D01* X174390615Y-48211396D01* X174641323Y-48134063D01* X174877704Y-48020228D01* X175094479Y-47872433D01* X175286805Y-47693981D01* X175450386Y-47488857D01* X175581568Y-47261643D01* X175677420Y-47017416D01* X175735802Y-46761630D01* X175739922Y-46706649D01* X175755408Y-46500004D01* X175755408Y-46499995D01* X175735803Y-46238379D01* X175735802Y-46238374D01* X175735802Y-46238370D01* X175677420Y-45982584D01* X175581568Y-45738357D01* X175450386Y-45511143D01* X175286805Y-45306019D01* X175286804Y-45306018D01* X175286801Y-45306014D01* X175094479Y-45127567D01* X174877704Y-44979772D01* X174877700Y-44979770D01* X174877697Y-44979768D01* X174877696Y-44979767D01* X174641325Y-44865938D01* X174641327Y-44865938D01* X174390623Y-44788606D01* X174390619Y-44788605D01* X174390615Y-44788604D01* X174265823Y-44769794D01* X174131187Y-44749500D01* X174131182Y-44749500D01* X173868818Y-44749500D01* X173868812Y-44749500D01* X173707247Y-44773853D01* X173609385Y-44788604D01* X173609382Y-44788605D01* X173609376Y-44788606D01* X173358673Y-44865938D01* X173122303Y-44979767D01* X173122302Y-44979768D01* X172905520Y-45127567D01* X172713198Y-45306014D01* X172549614Y-45511143D01* X172418432Y-45738356D01* X172322582Y-45982578D01* X172322576Y-45982597D01* X172264197Y-46238374D01* X172264196Y-46238379D01* X172244592Y-46499995D01* X161988330Y-46499995D01* X159130216Y-43641881D01* X159096731Y-43580558D01* X159101715Y-43510866D01* X159116320Y-43483081D01* X159130568Y-43462734D01* X159226739Y-43256496D01* X159285635Y-43036692D01* X159305468Y-42810000D01* X159285635Y-42583308D01* X159226739Y-42363504D01* X159130568Y-42157266D01* X159000047Y-41970861D01* X159000045Y-41970858D01* X158839141Y-41809954D01* X158652734Y-41679432D01* X158652732Y-41679431D01* X158446497Y-41583261D01* X158446488Y-41583258D01* X158226697Y-41524366D01* X158226693Y-41524365D01* X158226692Y-41524365D01* X158226691Y-41524364D01* X158226686Y-41524364D01* X158000002Y-41504532D01* X157999998Y-41504532D01* X157773313Y-41524364D01* X157773302Y-41524366D01* X157553511Y-41583258D01* X157553502Y-41583261D01* X157347267Y-41679431D01* X157347265Y-41679432D01* X157160858Y-41809954D01* X156999954Y-41970858D01* X156869432Y-42157265D01* X156869431Y-42157267D01* X156773261Y-42363502D01* X156773258Y-42363511D01* X156714366Y-42583302D01* X156714364Y-42583313D01* X156694532Y-42809998D01* X156694532Y-42810001D01* X156714364Y-43036686D01* X156714366Y-43036697D01* X156773258Y-43256488D01* X156773261Y-43256497D01* X156869431Y-43462732D01* X156869432Y-43462734D01* X156999954Y-43649141D01* X157160858Y-43810045D01* X157160861Y-43810047D01* X157347266Y-43940568D01* X157347278Y-43940573D01* X157348661Y-43941372D01* X157349155Y-43941890D01* X157351701Y-43943673D01* X157351342Y-43944184D01* X157396880Y-43991935D01* X157406444Y-44016671D01* X157440423Y-44143483D01* X157440426Y-44143490D01* X157519475Y-44280409D01* X157519479Y-44280414D01* X157519480Y-44280416D01* X157631284Y-44392220D01* X157631286Y-44392221D01* X157631290Y-44392224D01* X157768209Y-44471273D01* X157768216Y-44471277D01* X157920943Y-44512200D01* X158250703Y-44512200D01* X158317742Y-44531885D01* X158338384Y-44548519D01* X160228184Y-46438319D01* X160261669Y-46499642D01* X160256685Y-46569334D01* X160214813Y-46625267D01* X160149349Y-46649684D01* X160140503Y-46650000D01* X159602155Y-46650000D01* X159542627Y-46656401D01* X159542620Y-46656403D01* X159407913Y-46706645D01* X159407906Y-46706649D01* X159292812Y-46792809D01* X159292809Y-46792812D01* X159206649Y-46907906D01* X159206645Y-46907913D01* X159156403Y-47042620D01* X159156401Y-47042627D01* X159150000Y-47102155D01* X159150000Y-47750000D01* X160066988Y-47750000D01* X160034075Y-47807007D01* X160000000Y-47934174D01* X160000000Y-48065826D01* X160034075Y-48192993D01* X160066988Y-48250000D01* X159150000Y-48250000D01* X159150000Y-48897844D01* X159156401Y-48957372D01* X159156403Y-48957379D01* X159206645Y-49092086D01* X159206649Y-49092093D01* X159292809Y-49207187D01* X159292812Y-49207190D01* X159407906Y-49293350D01* X159407913Y-49293354D01* X159539986Y-49342614D01* X159595920Y-49384485D01* X159620337Y-49449949D01* X159605486Y-49518222D01* X159584335Y-49546477D01* X159461886Y-49668926D01* X159326400Y-49862420D01* X159326399Y-49862422D01* X159226570Y-50076507D01* X159226567Y-50076513D01* X159169364Y-50289999D01* X159169364Y-50290000D01* X160066988Y-50290000D01* X160034075Y-50347007D01* X160000000Y-50474174D01* X160000000Y-50605826D01* X160034075Y-50732993D01* X160066988Y-50790000D01* X159169364Y-50790000D01* X159226567Y-51003486D01* X159226570Y-51003492D01* X159326399Y-51217578D01* X159461894Y-51411082D01* X159628917Y-51578105D01* X159815031Y-51708425D01* X159858656Y-51763003D01* X159865848Y-51832501D01* X159834326Y-51894856D01* X159815031Y-51911575D01* X159628922Y-52041890D01* X159628920Y-52041891D01* X159461891Y-52208920D01* X159461886Y-52208926D01* X159326400Y-52402420D01* X159326399Y-52402422D01* X159226570Y-52616507D01* X159226567Y-52616513D01* X159169364Y-52829999D01* X159169364Y-52830000D01* X160066988Y-52830000D01* X160034075Y-52887007D01* X160000000Y-53014174D01* X160000000Y-53145826D01* X160034075Y-53272993D01* X160066988Y-53330000D01* X159169364Y-53330000D01* X159226567Y-53543486D01* X159226570Y-53543492D01* X159326399Y-53757578D01* X159461894Y-53951082D01* X159628917Y-54118105D01* X159815031Y-54248425D01* X159858656Y-54303003D01* X159865848Y-54372501D01* X159834326Y-54434856D01* X159815031Y-54451575D01* X159628922Y-54581890D01* X159628920Y-54581891D01* X159461891Y-54748920D01* X159461886Y-54748926D01* X159326400Y-54942420D01* X159326399Y-54942422D01* X159226570Y-55156507D01* X159226567Y-55156513D01* X159169364Y-55369999D01* X159169364Y-55370000D01* X160066988Y-55370000D01* X160034075Y-55427007D01* X160000000Y-55554174D01* X160000000Y-55685826D01* X160034075Y-55812993D01* X160066988Y-55870000D01* X159169364Y-55870000D01* X159226567Y-56083486D01* X159226570Y-56083492D01* X159326399Y-56297578D01* X159461894Y-56491082D01* X159628917Y-56658105D01* X159815031Y-56788425D01* X159858656Y-56843003D01* X159865848Y-56912501D01* X159834326Y-56974856D01* X159815031Y-56991575D01* X159628922Y-57121890D01* X159628920Y-57121891D01* X159461891Y-57288920D01* X159461886Y-57288926D01* X159326400Y-57482420D01* X159326399Y-57482422D01* X159226570Y-57696507D01* X159226567Y-57696513D01* X159169364Y-57909999D01* X159169364Y-57910000D01* X160066988Y-57910000D01* X160034075Y-57967007D01* X160000000Y-58094174D01* X160000000Y-58225826D01* X160034075Y-58352993D01* X160066988Y-58410000D01* X159169364Y-58410000D01* X159226567Y-58623486D01* X159226570Y-58623492D01* X159326399Y-58837578D01* X159461894Y-59031082D01* X159628917Y-59198105D01* X159822421Y-59333600D01* X160036507Y-59433429D01* X160036516Y-59433433D01* X160250000Y-59490634D01* X160250000Y-58593012D01* X160307007Y-58625925D01* X160434174Y-58660000D01* X160565826Y-58660000D01* X160692993Y-58625925D01* X160750000Y-58593012D01* X160750000Y-59490633D01* X160898207Y-59450923D01* X160968057Y-59452586D01* X161025919Y-59491749D01* X161053423Y-59555977D01* X161054300Y-59570698D01* X161054300Y-60945702D01* X161034615Y-61012741D01* X161017981Y-61033383D01* X158293481Y-63757882D01* X158293475Y-63757890D01* X158257898Y-63819513D01* X158257898Y-63819515D01* X158214423Y-63894814D01* X158214423Y-63894815D01* X158173499Y-64047543D01* X158173499Y-64047545D01* X158173499Y-64215646D01* X158173500Y-64215659D01* X158173500Y-66292502D01* X158153815Y-66359541D01* X158137181Y-66380183D01* X155889367Y-68627996D01* X155828044Y-68661481D01* X155758352Y-68656497D01* X155702419Y-68614625D01* X155691201Y-68596610D01* X155671859Y-68558650D01* X155551582Y-68393105D01* X155551582Y-68393104D01* X155406895Y-68248417D01* X155241349Y-68128140D01* X155148370Y-68080765D01* X155097574Y-68032790D01* X155080779Y-67964969D01* X155103316Y-67898835D01* X155148370Y-67859795D01* X155148920Y-67859515D01* X155241610Y-67812287D01* X155334686Y-67744664D01* X155407213Y-67691971D01* X155407215Y-67691968D01* X155407219Y-67691966D01* X155551966Y-67547219D01* X155551968Y-67547215D01* X155551971Y-67547213D01* X155614605Y-67461003D01* X155672287Y-67381610D01* X155765220Y-67199219D01* X155828477Y-67004534D01* X155860500Y-66802352D01* X155860500Y-66597648D01* X155852600Y-66547769D01* X155828477Y-66395465D01* X155795022Y-66292502D01* X155765220Y-66200781D01* X155765218Y-66200778D01* X155765218Y-66200776D01* X155706557Y-66085649D01* X155672287Y-66018390D01* X155643957Y-65979397D01* X155551971Y-65852786D01* X155407213Y-65708028D01* X155241614Y-65587715D01* X155233271Y-65583464D01* X155148917Y-65540483D01* X155098123Y-65492511D01* X155081328Y-65424690D01* X155103865Y-65358555D01* X155148917Y-65319516D01* X155241610Y-65272287D01* X155301599Y-65228703D01* X155407213Y-65151971D01* X155407215Y-65151968D01* X155407219Y-65151966D01* X155551966Y-65007219D01* X155551968Y-65007215D01* X155551971Y-65007213D01* X155631833Y-64897290D01* X155672287Y-64841610D01* X155765220Y-64659219D01* X155828477Y-64464534D01* X155860500Y-64262352D01* X155860500Y-64057648D01* X155858900Y-64047545D01* X155828477Y-63855465D01* X155765218Y-63660776D01* X155730818Y-63593264D01* X155672287Y-63478390D01* X155664556Y-63467749D01* X155551971Y-63312786D01* X155407213Y-63168028D01* X155241614Y-63047715D01* X155235006Y-63044348D01* X155148917Y-63000483D01* X155098123Y-62952511D01* X155081328Y-62884690D01* X155103865Y-62818555D01* X155148917Y-62779516D01* X155241610Y-62732287D01* X155265474Y-62714949D01* X155407213Y-62611971D01* X155407215Y-62611968D01* X155407219Y-62611966D01* X155551966Y-62467219D01* X155551968Y-62467215D01* X155551971Y-62467213D01* X155630429Y-62359223D01* X155672287Y-62301610D01* X155765220Y-62119219D01* X155828477Y-61924534D01* X155860500Y-61722352D01* X155860500Y-61517648D01* X155830310Y-61327041D01* X155828477Y-61315465D01* X155792358Y-61204303D01* X155765220Y-61120781D01* X155765218Y-61120778D01* X155765218Y-61120776D01* X155720135Y-61032297D01* X155672287Y-60938390D01* X155642220Y-60897006D01* X155551971Y-60772786D01* X155407213Y-60628028D01* X155241614Y-60507715D01* X155214269Y-60493782D01* X155148917Y-60460483D01* X155098123Y-60412511D01* X155081328Y-60344690D01* X155103865Y-60278555D01* X155148917Y-60239516D01* X155241610Y-60192287D01* X155262770Y-60176913D01* X155407213Y-60071971D01* X155407215Y-60071968D01* X155407219Y-60071966D01* X155551966Y-59927219D01* X155551968Y-59927215D01* X155551971Y-59927213D01* X155652674Y-59788605D01* X155672287Y-59761610D01* X155765220Y-59579219D01* X155828477Y-59384534D01* X155860500Y-59182352D01* X155860500Y-58977648D01* X155828477Y-58775466D01* X155828476Y-58775464D01* X155779888Y-58625925D01* X155765220Y-58580781D01* X155765218Y-58580778D01* X155765218Y-58580776D01* X155707249Y-58467007D01* X155672287Y-58398390D01* X155664556Y-58387749D01* X155551971Y-58232786D01* X155407213Y-58088028D01* X155241614Y-57967715D01* X155235006Y-57964348D01* X155148917Y-57920483D01* X155098123Y-57872511D01* X155081328Y-57804690D01* X155103865Y-57738555D01* X155148917Y-57699516D01* X155241610Y-57652287D01* X155308094Y-57603984D01* X155407213Y-57531971D01* X155407215Y-57531968D01* X155407219Y-57531966D01* X155551966Y-57387219D01* X155551968Y-57387215D01* X155551971Y-57387213D01* X155623384Y-57288920D01* X155672287Y-57221610D01* X155765220Y-57039219D01* X155828477Y-56844534D01* X155860500Y-56642352D01* X155860500Y-56437648D01* X155838315Y-56297578D01* X155828477Y-56235465D01* X155779888Y-56085925D01* X155765220Y-56040781D01* X155765218Y-56040778D01* X155765218Y-56040776D01* X155707249Y-55927007D01* X155672287Y-55858390D01* X155664556Y-55847749D01* X155551971Y-55692786D01* X155407213Y-55548028D01* X155241614Y-55427715D01* X155235006Y-55424348D01* X155148917Y-55380483D01* X155098123Y-55332511D01* X155081328Y-55264690D01* X155103865Y-55198555D01* X155148917Y-55159516D01* X155241610Y-55112287D01* X155300700Y-55069356D01* X155407213Y-54991971D01* X155407215Y-54991968D01* X155407219Y-54991966D01* X155551966Y-54847219D01* X155551968Y-54847215D01* X155551971Y-54847213D01* X155623384Y-54748920D01* X155672287Y-54681610D01* X155765220Y-54499219D01* X155828477Y-54304534D01* X155860500Y-54102352D01* X155860500Y-53897648D01* X155828477Y-53695466D01* X155828476Y-53695464D01* X155779888Y-53545925D01* X155765220Y-53500781D01* X155765218Y-53500778D01* X155765218Y-53500776D01* X155707249Y-53387007D01* X155672287Y-53318390D01* X155664556Y-53307749D01* X155551971Y-53152786D01* X155407213Y-53008028D01* X155241613Y-52887715D01* X155241612Y-52887714D01* X155241610Y-52887713D01* X155184653Y-52858691D01* X155059223Y-52794781D01* X154864534Y-52731522D01* X154689995Y-52703878D01* X154662352Y-52699500D01* X154057648Y-52699500D01* X154033329Y-52703351D01* X153855465Y-52731522D01* X153660776Y-52794781D01* X153478386Y-52887715D01* X153312786Y-53008028D01* X153168028Y-53152786D01* X153047715Y-53318386D01* X152954781Y-53500776D01* X152891522Y-53695465D01* X152859500Y-53897648D01* X152859500Y-54102351D01* X152891522Y-54304534D01* X152954781Y-54499223D01* X153047715Y-54681613D01* X153168028Y-54847213D01* X153175059Y-54854244D01* X153208544Y-54915567D01* X153203560Y-54985259D01* X153175059Y-55029606D01* X150868784Y-57335881D01* X150807461Y-57369366D01* X150781103Y-57372200D01* X132937907Y-57372200D01* X132870868Y-57352515D01* X132825113Y-57299711D01* X132815169Y-57230553D01* X132827422Y-57191905D01* X132854530Y-57138704D01* X132905220Y-57039219D01* X132968477Y-56844534D01* X133000500Y-56642352D01* X133000500Y-56437648D01* X132978315Y-56297578D01* X132968477Y-56235465D01* X132919888Y-56085925D01* X132905220Y-56040781D01* X132905218Y-56040778D01* X132905218Y-56040776D01* X132847249Y-55927007D01* X132812287Y-55858390D01* X132804556Y-55847749D01* X132691971Y-55692786D01* X132660736Y-55661551D01* X132627251Y-55600228D01* X132632235Y-55530536D01* X132674107Y-55474603D01* X132705080Y-55457689D01* X132742331Y-55443796D01* X132857546Y-55357546D01* X132943796Y-55242331D01* X132994091Y-55107483D01* X133000500Y-55047873D01* X133000499Y-52952128D01* X132994091Y-52892517D01* X132992299Y-52887713D01* X132943797Y-52757671D01* X132943793Y-52757664D01* X132857547Y-52642455D01* X132857544Y-52642452D01* X132742335Y-52556206D01* X132742328Y-52556202D01* X132607482Y-52505908D01* X132607483Y-52505908D01* X132547883Y-52499501D01* X132547881Y-52499500D01* X132547873Y-52499500D01* X132547864Y-52499500D01* X130452129Y-52499500D01* X130452123Y-52499501D01* X130392516Y-52505908D01* X130257671Y-52556202D01* X130257664Y-52556206D01* X130142455Y-52642452D01* X130142452Y-52642455D01* X130056206Y-52757664D01* X130056202Y-52757671D01* X130005908Y-52892517D01* X129999501Y-52952116D01* X129999501Y-52952123D01* X129999500Y-52952135D01* X129999500Y-53890903D01* X129979815Y-53957942D01* X129927011Y-54003697D01* X129857853Y-54013641D01* X129794297Y-53984616D01* X129787819Y-53978584D01* X128297490Y-52488255D01* X128297488Y-52488252D01* X128178617Y-52369381D01* X128178616Y-52369380D01* X128091804Y-52319260D01* X128091804Y-52319259D01* X128091800Y-52319258D01* X128041685Y-52290323D01* X127888957Y-52249399D01* X127730843Y-52249399D01* X127723247Y-52249399D01* X127723231Y-52249400D01* X97819957Y-52249400D01* X97661842Y-52249400D01* X97509115Y-52290323D01* X97509114Y-52290323D01* X97509112Y-52290324D01* X97509109Y-52290325D01* X97458996Y-52319259D01* X97458995Y-52319260D01* X97415589Y-52344320D01* X97372185Y-52369379D01* X97372182Y-52369381D01* X95212180Y-54529384D01* X95150857Y-54562869D01* X95081165Y-54557885D01* X95025232Y-54516013D01* X95000815Y-54450549D01* X95000499Y-54441703D01* X95000499Y-52952129D01* X95000498Y-52952123D01* X95000497Y-52952116D01* X94994091Y-52892517D01* X94992299Y-52887713D01* X94943797Y-52757671D01* X94943793Y-52757664D01* X94857547Y-52642455D01* X94857544Y-52642452D01* X94742335Y-52556206D01* X94742328Y-52556202D01* X94607482Y-52505908D01* X94607483Y-52505908D01* X94547883Y-52499501D01* X94547881Y-52499500D01* X94547873Y-52499500D01* X94547864Y-52499500D01* X92452129Y-52499500D01* X92452123Y-52499501D01* X92392516Y-52505908D01* X92257671Y-52556202D01* X92257664Y-52556206D01* X92142455Y-52642452D01* X92142452Y-52642455D01* X92056206Y-52757664D01* X92056202Y-52757671D01* X92005908Y-52892517D01* X91999501Y-52952116D01* X91999501Y-52952123D01* X91999500Y-52952135D01* X91999500Y-55047870D01* X91999501Y-55047876D01* X92005909Y-55107484D01* X92051290Y-55229160D01* X92056274Y-55298851D01* X92022789Y-55360173D01* X87131286Y-60251678D01* X87019481Y-60363482D01* X87019479Y-60363485D01* X86989866Y-60414778D01* X86989865Y-60414780D01* X86940423Y-60500414D01* X86940423Y-60500415D01* X86899499Y-60653143D01* X86899499Y-60653145D01* X86899499Y-60821246D01* X86899500Y-60821259D01* X86899500Y-77544951D01* X86879815Y-77611990D01* X86834518Y-77654006D01* X86676493Y-77739524D01* X86480257Y-77892261D01* X86311833Y-78075217D01* X86175826Y-78283393D01* X86075936Y-78511118D01* X86014892Y-78752175D01* X86014890Y-78752187D01* X85994357Y-78999994D01* X84505141Y-78999994D01* X84484614Y-78752270D01* X84484612Y-78752261D01* X84423587Y-78511282D01* X84323731Y-78283630D01* X84223434Y-78130116D01* X83523787Y-78829764D01* X83512518Y-78787708D01* X83440110Y-78662292D01* X83337708Y-78559890D01* X83212292Y-78487482D01* X83170235Y-78476212D01* X83870057Y-77776390D01* X83870056Y-77776389D01* X83823229Y-77739943D01* X83604614Y-77621635D01* X83604603Y-77621630D01* X83369493Y-77540916D01* X83124293Y-77500000D01* X82875707Y-77500000D01* X82630506Y-77540916D01* X82395396Y-77621630D01* X82395390Y-77621632D01* X82176761Y-77739949D01* X82129942Y-77776388D01* X82129942Y-77776390D01* X82829765Y-78476212D01* X82787708Y-78487482D01* X82662292Y-78559890D01* X82559890Y-78662292D01* X82487482Y-78787708D01* X82476212Y-78829764D01* X81776564Y-78130116D01* X81676267Y-78283632D01* X81576412Y-78511282D01* X81515387Y-78752261D01* X81515385Y-78752270D01* X81494859Y-78999994D01* X80500500Y-78999994D01* X80500500Y-41499995D01* X172244592Y-41499995D01* X172244592Y-41500004D01* X172264196Y-41761620D01* X172264197Y-41761625D01* X172322576Y-42017402D01* X172322578Y-42017411D01* X172322580Y-42017416D01* X172418432Y-42261643D01* X172549614Y-42488857D01* X172681736Y-42654533D01* X172713198Y-42693985D01* X172838234Y-42810000D01* X172905521Y-42872433D01* X173122296Y-43020228D01* X173122301Y-43020230D01* X173122302Y-43020231D01* X173122303Y-43020232D01* X173247843Y-43080688D01* X173358673Y-43134061D01* X173358674Y-43134061D01* X173358677Y-43134063D01* X173609385Y-43211396D01* X173868818Y-43250500D01* X174131182Y-43250500D01* X174390615Y-43211396D01* X174641323Y-43134063D01* X174877704Y-43020228D01* X175094479Y-42872433D01* X175286805Y-42693981D01* X175450386Y-42488857D01* X175581568Y-42261643D01* X175677420Y-42017416D01* X175735802Y-41761630D01* X175753582Y-41524365D01* X175755408Y-41500004D01* X175755408Y-41499995D01* X175735803Y-41238379D01* X175735802Y-41238374D01* X175735802Y-41238370D01* X175677420Y-40982584D01* X175581568Y-40738357D01* X175450386Y-40511143D01* X175286805Y-40306019D01* X175286804Y-40306018D01* X175286801Y-40306014D01* X175094479Y-40127567D01* X174877704Y-39979772D01* X174877700Y-39979770D01* X174877697Y-39979768D01* X174877696Y-39979767D01* X174641325Y-39865938D01* X174641327Y-39865938D01* X174390623Y-39788606D01* X174390619Y-39788605D01* X174390615Y-39788604D01* X174265823Y-39769794D01* X174131187Y-39749500D01* X174131182Y-39749500D01* X173868818Y-39749500D01* X173868812Y-39749500D01* X173707247Y-39773853D01* X173609385Y-39788604D01* X173609382Y-39788605D01* X173609376Y-39788606D01* X173358673Y-39865938D01* X173122303Y-39979767D01* X173122302Y-39979768D01* X172905520Y-40127567D01* X172713198Y-40306014D01* X172549614Y-40511143D01* X172418432Y-40738356D01* X172322582Y-40982578D01* X172322576Y-40982597D01* X172264197Y-41238374D01* X172264196Y-41238379D01* X172244592Y-41499995D01* X80500500Y-41499995D01* X80500500Y-29052155D01* X155325000Y-29052155D01* X155325000Y-29750000D01* X156349722Y-29750000D01* X156305667Y-29826306D01* X156275000Y-29940756D01* X156275000Y-30059244D01* X156305667Y-30173694D01* X156349722Y-30250000D01* X155325000Y-30250000D01* X155325000Y-30947844D01* X155331401Y-31007372D01* X155331403Y-31007379D01* X155381645Y-31142086D01* X155381649Y-31142093D01* X155467809Y-31257187D01* X155467812Y-31257190D01* X155582906Y-31343350D01* X155582913Y-31343354D01* X155717620Y-31393596D01* X155717627Y-31393598D01* X155777155Y-31399999D01* X155777172Y-31400000D01* X156475000Y-31400000D01* X156475000Y-30375277D01* X156551306Y-30419333D01* X156665756Y-30450000D01* X156784244Y-30450000D01* X156898694Y-30419333D01* X156975000Y-30375277D01* X156975000Y-31400000D01* X157672828Y-31400000D01* X157672844Y-31399999D01* X157732372Y-31393598D01* X157732379Y-31393596D01* X157867086Y-31343354D01* X157867093Y-31343350D01* X157982187Y-31257190D01* X157982190Y-31257187D01* X158068350Y-31142093D01* X158068355Y-31142084D01* X158097075Y-31065081D01* X158138945Y-31009147D01* X158204409Y-30984729D01* X158272682Y-30999580D01* X158304484Y-31024428D01* X158313216Y-31033913D01* X158313219Y-31033915D01* X158313222Y-31033918D01* X158496365Y-31176464D01* X158496376Y-31176471D01* X158599517Y-31232288D01* X158649108Y-31281507D01* X158664500Y-31341343D01* X158664500Y-33624902D01* X158644815Y-33691941D01* X158628181Y-33712583D01* X158442705Y-33898058D01* X158381382Y-33931543D01* X158322931Y-33930152D01* X158226697Y-33904366D01* X158226693Y-33904365D01* X158226692Y-33904365D01* X158226691Y-33904364D01* X158226686Y-33904364D01* X158000002Y-33884532D01* X157999998Y-33884532D01* X157773313Y-33904364D01* X157773302Y-33904366D01* X157553511Y-33963258D01* X157553502Y-33963261D01* X157347267Y-34059431D01* X157347265Y-34059432D01* X157160858Y-34189954D01* X156999954Y-34350858D01* X156869432Y-34537265D01* X156869431Y-34537267D01* X156773261Y-34743502D01* X156773258Y-34743511D01* X156714366Y-34963302D01* X156714364Y-34963313D01* X156694532Y-35189998D01* X156694532Y-35190001D01* X156714364Y-35416686D01* X156714366Y-35416697D01* X156773258Y-35636488D01* X156773261Y-35636497D01* X156869431Y-35842732D01* X156869432Y-35842734D01* X156999954Y-36029141D01* X157160858Y-36190045D01* X157160861Y-36190047D01* X157347266Y-36320568D01* X157553504Y-36416739D01* X157773308Y-36475635D01* X157935230Y-36489801D01* X157999998Y-36495468D01* X158000000Y-36495468D01* X158000002Y-36495468D01* X158056673Y-36490509D01* X158226692Y-36475635D01* X158446496Y-36416739D01* X158652734Y-36320568D01* X158839139Y-36190047D01* X159000047Y-36029139D01* X159130568Y-35842734D01* X159226739Y-35636496D01* X159285635Y-35416692D01* X159304406Y-35202135D01* X172249500Y-35202135D01* X172249500Y-37797870D01* X172249501Y-37797876D01* X172255908Y-37857483D01* X172306202Y-37992328D01* X172306206Y-37992335D01* X172392452Y-38107544D01* X172392455Y-38107547D01* X172507664Y-38193793D01* X172507671Y-38193797D01* X172642517Y-38244091D01* X172642516Y-38244091D01* X172649444Y-38244835D01* X172702127Y-38250500D01* X175297872Y-38250499D01* X175357483Y-38244091D01* X175492331Y-38193796D01* X175607546Y-38107546D01* X175693796Y-37992331D01* X175744091Y-37857483D01* X175750500Y-37797873D01* X175750499Y-35202128D01* X175744091Y-35142517D01* X175693796Y-35007669D01* X175693795Y-35007668D01* X175693793Y-35007664D01* X175607547Y-34892455D01* X175607544Y-34892452D01* X175492335Y-34806206D01* X175492328Y-34806202D01* X175357482Y-34755908D01* X175357483Y-34755908D01* X175297883Y-34749501D01* X175297881Y-34749500D01* X175297873Y-34749500D01* X175297864Y-34749500D01* X172702129Y-34749500D01* X172702123Y-34749501D01* X172642516Y-34755908D01* X172507671Y-34806202D01* X172507664Y-34806206D01* X172392455Y-34892452D01* X172392452Y-34892455D01* X172306206Y-35007664D01* X172306202Y-35007671D01* X172255908Y-35142517D01* X172249501Y-35202116D01* X172249501Y-35202123D01* X172249500Y-35202135D01* X159304406Y-35202135D01* X159305468Y-35190000D01* X159285635Y-34963308D01* X159259847Y-34867066D01* X159261510Y-34797217D01* X159291939Y-34747294D01* X159623506Y-34415728D01* X159623511Y-34415724D01* X159633714Y-34405520D01* X159633716Y-34405520D01* X159745520Y-34293716D01* X159805427Y-34189953D01* X159824577Y-34156785D01* X159865500Y-34004057D01* X159865500Y-33845943D01* X159865500Y-31341343D01* X159885185Y-31274304D01* X159930483Y-31232288D01* X160033626Y-31176470D01* X160216784Y-31033913D01* X160373979Y-30863153D01* X160500924Y-30668849D01* X160594157Y-30456300D01* X160651134Y-30231305D01* X160670300Y-30000000D01* X160670300Y-29999993D01* X160651135Y-29768702D01* X160651133Y-29768691D01* X160594157Y-29543699D01* X160500924Y-29331151D01* X160373983Y-29136852D01* X160373980Y-29136849D01* X160373979Y-29136847D01* X160216784Y-28966087D01* X160216779Y-28966083D01* X160216777Y-28966081D01* X160033634Y-28823535D01* X160033628Y-28823531D01* X159829504Y-28713064D01* X159829495Y-28713061D01* X159609984Y-28637702D01* X159422404Y-28606401D01* X159381049Y-28599500D01* X159148951Y-28599500D01* X159107596Y-28606401D01* X158920015Y-28637702D01* X158700504Y-28713061D01* X158700495Y-28713064D01* X158496371Y-28823531D01* X158496365Y-28823535D01* X158313222Y-28966081D01* X158313215Y-28966087D01* X158304484Y-28975572D01* X158244595Y-29011561D01* X158174757Y-29009458D01* X158117143Y-28969932D01* X158097075Y-28934918D01* X158068355Y-28857915D01* X158068350Y-28857906D01* X157982190Y-28742812D01* X157982187Y-28742809D01* X157867093Y-28656649D01* X157867086Y-28656645D01* X157732379Y-28606403D01* X157732372Y-28606401D01* X157672844Y-28600000D01* X156975000Y-28600000D01* X156975000Y-29624722D01* X156898694Y-29580667D01* X156784244Y-29550000D01* X156665756Y-29550000D01* X156551306Y-29580667D01* X156475000Y-29624722D01* X156475000Y-28600000D01* X155777155Y-28600000D01* X155717627Y-28606401D01* X155717620Y-28606403D01* X155582913Y-28656645D01* X155582906Y-28656649D01* X155467812Y-28742809D01* X155467809Y-28742812D01* X155381649Y-28857906D01* X155381645Y-28857913D01* X155331403Y-28992620D01* X155331401Y-28992627D01* X155325000Y-29052155D01* X80500500Y-29052155D01* X80500500Y-26124500D01* X80520185Y-26057461D01* X80572989Y-26011706D01* X80624500Y-26000500D01* X178375500Y-26000500D01* X178442539Y-26020185D01* G37* %TD.AperFunction*% %TD*% M02* ================================================ FILE: Kicad 8/Kicad 8/kicad 8 video gerbers/Kicad 8-B_Mask.gbr ================================================ %TF.GenerationSoftware,KiCad,Pcbnew,8.0.3*% %TF.CreationDate,2024-06-10T16:35:51-04:00*% %TF.ProjectId,Kicad 8,4b696361-6420-4382-9e6b-696361645f70,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Soldermask,Bot*% %TF.FilePolarity,Negative*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Created by KiCad (PCBNEW 8.0.3) date 2024-06-10 16:35:51* %MOMM*% %LPD*% G01* G04 APERTURE LIST* %ADD10C,2.000000*% %ADD11R,2.000000X2.000000*% %ADD12O,2.000000X1.600000*% %ADD13R,1.700000X1.700000*% %ADD14O,1.700000X1.700000*% %ADD15C,1.600000*% %ADD16O,1.600000X1.600000*% %ADD17R,2.500000X2.500000*% %ADD18C,2.500000*% %ADD19R,1.800000X1.800000*% %ADD20C,1.800000*% G04 APERTURE END LIST* D10* %TO.C,SW1*% X83000000Y-85500000D03* X83000000Y-79000000D03* X87500000Y-85500000D03* X87500000Y-79000000D03* %TD*% D11* %TO.C,U4*% X131500000Y-54000000D03* D12* X131500000Y-56540000D03* X131500000Y-59080000D03* X131500000Y-61620000D03* X131500000Y-64160000D03* X131500000Y-66700000D03* X131500000Y-69240000D03* X131500000Y-71780000D03* X154360000Y-71780000D03* X154360000Y-69240000D03* X154360000Y-66700000D03* X154360000Y-64160000D03* X154360000Y-61620000D03* X154360000Y-59080000D03* X154360000Y-56540000D03* X154360000Y-54000000D03* %TD*% D13* %TO.C,J2*% X88000000Y-94515000D03* D14* X88000000Y-97055000D03* X88000000Y-99595000D03* X88000000Y-102135000D03* X88000000Y-104675000D03* X88000000Y-107215000D03* X88000000Y-109755000D03* X88000000Y-112295000D03* %TD*% D15* %TO.C,R1*% X158000000Y-35190000D03* D16* X158000000Y-42810000D03* %TD*% D13* %TO.C,J1*% X122000000Y-94515000D03* D14* X122000000Y-97055000D03* X122000000Y-99595000D03* X122000000Y-102135000D03* X122000000Y-104675000D03* X122000000Y-107215000D03* X122000000Y-109755000D03* X122000000Y-112295000D03* %TD*% D11* %TO.C,U3*% X93500000Y-54000000D03* D12* X93500000Y-56540000D03* X93500000Y-59080000D03* X93500000Y-61620000D03* X93500000Y-64160000D03* X93500000Y-66700000D03* X93500000Y-69240000D03* X93500000Y-71780000D03* X116360000Y-71780000D03* X116360000Y-69240000D03* X116360000Y-66700000D03* X116360000Y-64160000D03* X116360000Y-61620000D03* X116360000Y-59080000D03* X116360000Y-56540000D03* X116360000Y-54000000D03* %TD*% D11* %TO.C,U2*% X131500000Y-94500000D03* D12* X131500000Y-97040000D03* X131500000Y-99580000D03* X131500000Y-102120000D03* X131500000Y-104660000D03* X131500000Y-107200000D03* X131500000Y-109740000D03* X131500000Y-112280000D03* X154360000Y-112280000D03* X154360000Y-109740000D03* X154360000Y-107200000D03* X154360000Y-104660000D03* X154360000Y-102120000D03* X154360000Y-99580000D03* X154360000Y-97040000D03* X154360000Y-94500000D03* %TD*% D13* %TO.C,J5*% X160500000Y-81371200D03* D14* X160500000Y-83911200D03* X160500000Y-86451200D03* X160500000Y-88991200D03* X160500000Y-91531200D03* %TD*% D13* %TO.C,J7*% X160500000Y-48000000D03* D14* X160500000Y-50540000D03* X160500000Y-53080000D03* X160500000Y-55620000D03* X160500000Y-58160000D03* %TD*% D17* %TO.C,J4*% X174000000Y-36500000D03* D18* X174000000Y-41500000D03* X174000000Y-46500000D03* X174000000Y-51500000D03* X174000000Y-56500000D03* X174000000Y-61500000D03* X174000000Y-66500000D03* X174000000Y-71500000D03* %TD*% D13* %TO.C,J6*% X160500000Y-64685600D03* D14* X160500000Y-67225600D03* X160500000Y-69765600D03* X160500000Y-72305600D03* X160500000Y-74845600D03* %TD*% D17* %TO.C,J3*% X174000000Y-78500000D03* D18* X174000000Y-83500000D03* X174000000Y-88500000D03* X174000000Y-93500000D03* X174000000Y-98500000D03* X174000000Y-103500000D03* X174000000Y-108500000D03* X174000000Y-113500000D03* %TD*% D19* %TO.C,D1*% X156725000Y-30000000D03* D20* X159265000Y-30000000D03* %TD*% D11* %TO.C,U1*% X93500000Y-94500000D03* D12* X93500000Y-97040000D03* X93500000Y-99580000D03* X93500000Y-102120000D03* X93500000Y-104660000D03* X93500000Y-107200000D03* X93500000Y-109740000D03* X93500000Y-112280000D03* X116360000Y-112280000D03* X116360000Y-109740000D03* X116360000Y-107200000D03* X116360000Y-104660000D03* X116360000Y-102120000D03* X116360000Y-99580000D03* X116360000Y-97040000D03* X116360000Y-94500000D03* %TD*% M02* ================================================ FILE: Kicad 8/Kicad 8/kicad 8 video gerbers/Kicad 8-B_Paste.gbr ================================================ %TF.GenerationSoftware,KiCad,Pcbnew,8.0.3*% %TF.CreationDate,2024-06-10T16:35:51-04:00*% %TF.ProjectId,Kicad 8,4b696361-6420-4382-9e6b-696361645f70,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Paste,Bot*% %TF.FilePolarity,Positive*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Created by KiCad (PCBNEW 8.0.3) date 2024-06-10 16:35:51* %MOMM*% %LPD*% G01* G04 APERTURE LIST* G04 APERTURE END LIST* M02* ================================================ FILE: Kicad 8/Kicad 8/kicad 8 video gerbers/Kicad 8-B_Silkscreen.gbr ================================================ %TF.GenerationSoftware,KiCad,Pcbnew,8.0.3*% %TF.CreationDate,2024-06-10T16:35:51-04:00*% %TF.ProjectId,Kicad 8,4b696361-6420-4382-9e6b-696361645f70,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Legend,Bot*% %TF.FilePolarity,Positive*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Created by KiCad (PCBNEW 8.0.3) date 2024-06-10 16:35:51* %MOMM*% %LPD*% G01* G04 APERTURE LIST* %ADD10C,0.100000*% G04 APERTURE END LIST* D10* X138247617Y-37183684D02* X138247617Y-34983684D01* X138247617Y-34983684D02* X137409522Y-34983684D01* X137409522Y-34983684D02* X137199998Y-35088446D01* X137199998Y-35088446D02* X137095236Y-35193208D01* X137095236Y-35193208D02* X136990474Y-35402732D01* X136990474Y-35402732D02* X136990474Y-35717018D01* X136990474Y-35717018D02* X137095236Y-35926542D01* X137095236Y-35926542D02* X137199998Y-36031303D01* X137199998Y-36031303D02* X137409522Y-36136065D01* X137409522Y-36136065D02* X138247617Y-36136065D01* X136047617Y-37183684D02* X136047617Y-35717018D01* X136047617Y-36136065D02* X135942855Y-35926542D01* X135942855Y-35926542D02* X135838093Y-35821780D01* X135838093Y-35821780D02* X135628569Y-35717018D01* X135628569Y-35717018D02* X135419046Y-35717018D01* X134371426Y-37183684D02* X134580950Y-37078923D01* X134580950Y-37078923D02* X134685712Y-36974161D01* X134685712Y-36974161D02* X134790474Y-36764637D01* X134790474Y-36764637D02* X134790474Y-36136065D01* X134790474Y-36136065D02* X134685712Y-35926542D01* X134685712Y-35926542D02* X134580950Y-35821780D01* X134580950Y-35821780D02* X134371426Y-35717018D01* X134371426Y-35717018D02* X134057141Y-35717018D01* X134057141Y-35717018D02* X133847617Y-35821780D01* X133847617Y-35821780D02* X133742855Y-35926542D01* X133742855Y-35926542D02* X133638093Y-36136065D01* X133638093Y-36136065D02* X133638093Y-36764637D01* X133638093Y-36764637D02* X133742855Y-36974161D01* X133742855Y-36974161D02* X133847617Y-37078923D01* X133847617Y-37078923D02* X134057141Y-37183684D01* X134057141Y-37183684D02* X134371426Y-37183684D01* X132695236Y-35717018D02* X132695236Y-37602732D01* X132695236Y-37602732D02* X132799998Y-37812256D01* X132799998Y-37812256D02* X133009522Y-37917018D01* X133009522Y-37917018D02* X133114284Y-37917018D01* X132695236Y-34983684D02* X132799998Y-35088446D01* X132799998Y-35088446D02* X132695236Y-35193208D01* X132695236Y-35193208D02* X132590474Y-35088446D01* X132590474Y-35088446D02* X132695236Y-34983684D01* X132695236Y-34983684D02* X132695236Y-35193208D01* X130809522Y-37078923D02* X131019046Y-37183684D01* X131019046Y-37183684D02* X131438093Y-37183684D01* X131438093Y-37183684D02* X131647617Y-37078923D01* X131647617Y-37078923D02* X131752379Y-36869399D01* X131752379Y-36869399D02* X131752379Y-36031303D01* X131752379Y-36031303D02* X131647617Y-35821780D01* X131647617Y-35821780D02* X131438093Y-35717018D01* X131438093Y-35717018D02* X131019046Y-35717018D01* X131019046Y-35717018D02* X130809522Y-35821780D01* X130809522Y-35821780D02* X130704760Y-36031303D01* X130704760Y-36031303D02* X130704760Y-36240827D01* X130704760Y-36240827D02* X131752379Y-36450351D01* X128819046Y-37078923D02* X129028570Y-37183684D01* X129028570Y-37183684D02* X129447617Y-37183684D01* X129447617Y-37183684D02* X129657141Y-37078923D01* X129657141Y-37078923D02* X129761903Y-36974161D01* X129761903Y-36974161D02* X129866665Y-36764637D01* X129866665Y-36764637D02* X129866665Y-36136065D01* X129866665Y-36136065D02* X129761903Y-35926542D01* X129761903Y-35926542D02* X129657141Y-35821780D01* X129657141Y-35821780D02* X129447617Y-35717018D01* X129447617Y-35717018D02* X129028570Y-35717018D01* X129028570Y-35717018D02* X128819046Y-35821780D01* X128190475Y-35717018D02* X127352379Y-35717018D01* X127876189Y-34983684D02* X127876189Y-36869399D01* X127876189Y-36869399D02* X127771427Y-37078923D01* X127771427Y-37078923D02* X127561903Y-37183684D01* X127561903Y-37183684D02* X127352379Y-37183684D01* X124942856Y-37183684D02* X124942856Y-34983684D01* X124942856Y-35821780D02* X124733332Y-35717018D01* X124733332Y-35717018D02* X124314285Y-35717018D01* X124314285Y-35717018D02* X124104761Y-35821780D01* X124104761Y-35821780D02* X123999999Y-35926542D01* X123999999Y-35926542D02* X123895237Y-36136065D01* X123895237Y-36136065D02* X123895237Y-36764637D01* X123895237Y-36764637D02* X123999999Y-36974161D01* X123999999Y-36974161D02* X124104761Y-37078923D01* X124104761Y-37078923D02* X124314285Y-37183684D01* X124314285Y-37183684D02* X124733332Y-37183684D01* X124733332Y-37183684D02* X124942856Y-37078923D01* X123161904Y-35717018D02* X122638094Y-37183684D01* X122114285Y-35717018D02* X122638094Y-37183684D01* X122638094Y-37183684D02* X122847618Y-37707494D01* X122847618Y-37707494D02* X122952380Y-37812256D01* X122952380Y-37812256D02* X123161904Y-37917018D01* X119704762Y-36555113D02* X118657143Y-36555113D01* X119914286Y-37183684D02* X119180952Y-34983684D01* X119180952Y-34983684D02* X118447619Y-37183684D01* X117714286Y-35717018D02* X117714286Y-37183684D01* X117714286Y-35926542D02* X117609524Y-35821780D01* X117609524Y-35821780D02* X117400000Y-35717018D01* X117400000Y-35717018D02* X117085715Y-35717018D01* X117085715Y-35717018D02* X116876191Y-35821780D01* X116876191Y-35821780D02* X116771429Y-36031303D01* X116771429Y-36031303D02* X116771429Y-37183684D01* X115409524Y-37183684D02* X115619048Y-37078923D01* X115619048Y-37078923D02* X115723810Y-36974161D01* X115723810Y-36974161D02* X115828572Y-36764637D01* X115828572Y-36764637D02* X115828572Y-36136065D01* X115828572Y-36136065D02* X115723810Y-35926542D01* X115723810Y-35926542D02* X115619048Y-35821780D01* X115619048Y-35821780D02* X115409524Y-35717018D01* X115409524Y-35717018D02* X115095239Y-35717018D01* X115095239Y-35717018D02* X114885715Y-35821780D01* X114885715Y-35821780D02* X114780953Y-35926542D01* X114780953Y-35926542D02* X114676191Y-36136065D01* X114676191Y-36136065D02* X114676191Y-36764637D01* X114676191Y-36764637D02* X114780953Y-36974161D01* X114780953Y-36974161D02* X114885715Y-37078923D01* X114885715Y-37078923D02* X115095239Y-37183684D01* X115095239Y-37183684D02* X115409524Y-37183684D01* X114047620Y-35717018D02* X113209524Y-35717018D01* X113733334Y-34983684D02* X113733334Y-36869399D01* X113733334Y-36869399D02* X113628572Y-37078923D01* X113628572Y-37078923D02* X113419048Y-37183684D01* X113419048Y-37183684D02* X113209524Y-37183684D01* X112476191Y-37183684D02* X112476191Y-34983684D01* X111533334Y-37183684D02* X111533334Y-36031303D01* X111533334Y-36031303D02* X111638096Y-35821780D01* X111638096Y-35821780D02* X111847620Y-35717018D01* X111847620Y-35717018D02* X112161905Y-35717018D01* X112161905Y-35717018D02* X112371429Y-35821780D01* X112371429Y-35821780D02* X112476191Y-35926542D01* X109647620Y-37078923D02* X109857144Y-37183684D01* X109857144Y-37183684D02* X110276191Y-37183684D01* X110276191Y-37183684D02* X110485715Y-37078923D01* X110485715Y-37078923D02* X110590477Y-36869399D01* X110590477Y-36869399D02* X110590477Y-36031303D01* X110590477Y-36031303D02* X110485715Y-35821780D01* X110485715Y-35821780D02* X110276191Y-35717018D01* X110276191Y-35717018D02* X109857144Y-35717018D01* X109857144Y-35717018D02* X109647620Y-35821780D01* X109647620Y-35821780D02* X109542858Y-36031303D01* X109542858Y-36031303D02* X109542858Y-36240827D01* X109542858Y-36240827D02* X110590477Y-36450351D01* X108600001Y-37183684D02* X108600001Y-35717018D01* X108600001Y-36136065D02* X108495239Y-35926542D01* X108495239Y-35926542D02* X108390477Y-35821780D01* X108390477Y-35821780D02* X108180953Y-35717018D01* X108180953Y-35717018D02* X107971430Y-35717018D01* X107238096Y-37183684D02* X107238096Y-34983684D01* X107238096Y-34983684D02* X106504763Y-36555113D01* X106504763Y-36555113D02* X105771429Y-34983684D01* X105771429Y-34983684D02* X105771429Y-37183684D01* X103780953Y-37183684D02* X103780953Y-36031303D01* X103780953Y-36031303D02* X103885715Y-35821780D01* X103885715Y-35821780D02* X104095239Y-35717018D01* X104095239Y-35717018D02* X104514286Y-35717018D01* X104514286Y-35717018D02* X104723810Y-35821780D01* X103780953Y-37078923D02* X103990477Y-37183684D01* X103990477Y-37183684D02* X104514286Y-37183684D01* X104514286Y-37183684D02* X104723810Y-37078923D01* X104723810Y-37078923D02* X104828572Y-36869399D01* X104828572Y-36869399D02* X104828572Y-36659875D01* X104828572Y-36659875D02* X104723810Y-36450351D01* X104723810Y-36450351D02* X104514286Y-36345589D01* X104514286Y-36345589D02* X103990477Y-36345589D01* X103990477Y-36345589D02* X103780953Y-36240827D01* X102733334Y-37183684D02* X102733334Y-34983684D01* X102523810Y-36345589D02* X101895239Y-37183684D01* X101895239Y-35717018D02* X102733334Y-36555113D01* X100114287Y-37078923D02* X100323811Y-37183684D01* X100323811Y-37183684D02* X100742858Y-37183684D01* X100742858Y-37183684D02* X100952382Y-37078923D01* X100952382Y-37078923D02* X101057144Y-36869399D01* X101057144Y-36869399D02* X101057144Y-36031303D01* X101057144Y-36031303D02* X100952382Y-35821780D01* X100952382Y-35821780D02* X100742858Y-35717018D01* X100742858Y-35717018D02* X100323811Y-35717018D01* X100323811Y-35717018D02* X100114287Y-35821780D01* X100114287Y-35821780D02* X100009525Y-36031303D01* X100009525Y-36031303D02* X100009525Y-36240827D01* X100009525Y-36240827D02* X101057144Y-36450351D01* X99066668Y-37183684D02* X99066668Y-35717018D01* X99066668Y-36136065D02* X98961906Y-35926542D01* X98961906Y-35926542D02* X98857144Y-35821780D01* X98857144Y-35821780D02* X98647620Y-35717018D01* X98647620Y-35717018D02* X98438097Y-35717018D01* X154852378Y-40725561D02* X154852378Y-38525561D01* X153909521Y-40725561D02* X153909521Y-39573180D01* X153909521Y-39573180D02* X154014283Y-39363657D01* X154014283Y-39363657D02* X154223807Y-39258895D01* X154223807Y-39258895D02* X154538092Y-39258895D01* X154538092Y-39258895D02* X154747616Y-39363657D01* X154747616Y-39363657D02* X154852378Y-39468419D01* X153176188Y-39258895D02* X152338092Y-39258895D01* X152861902Y-38525561D02* X152861902Y-40411276D01* X152861902Y-40411276D02* X152757140Y-40620800D01* X152757140Y-40620800D02* X152547616Y-40725561D01* X152547616Y-40725561D02* X152338092Y-40725561D01* X151919045Y-39258895D02* X151080949Y-39258895D01* X151604759Y-38525561D02* X151604759Y-40411276D01* X151604759Y-40411276D02* X151499997Y-40620800D01* X151499997Y-40620800D02* X151290473Y-40725561D01* X151290473Y-40725561D02* X151080949Y-40725561D01* X150347616Y-39258895D02* X150347616Y-41458895D01* X150347616Y-39363657D02* X150138092Y-39258895D01* X150138092Y-39258895D02* X149719045Y-39258895D01* X149719045Y-39258895D02* X149509521Y-39363657D01* X149509521Y-39363657D02* X149404759Y-39468419D01* X149404759Y-39468419D02* X149299997Y-39677942D01* X149299997Y-39677942D02* X149299997Y-40306514D01* X149299997Y-40306514D02* X149404759Y-40516038D01* X149404759Y-40516038D02* X149509521Y-40620800D01* X149509521Y-40620800D02* X149719045Y-40725561D01* X149719045Y-40725561D02* X150138092Y-40725561D01* X150138092Y-40725561D02* X150347616Y-40620800D01* X148461902Y-40620800D02* X148252378Y-40725561D01* X148252378Y-40725561D02* X147833330Y-40725561D01* X147833330Y-40725561D02* X147623807Y-40620800D01* X147623807Y-40620800D02* X147519045Y-40411276D01* X147519045Y-40411276D02* X147519045Y-40306514D01* X147519045Y-40306514D02* X147623807Y-40096990D01* X147623807Y-40096990D02* X147833330Y-39992228D01* X147833330Y-39992228D02* X148147616Y-39992228D01* X148147616Y-39992228D02* X148357140Y-39887466D01* X148357140Y-39887466D02* X148461902Y-39677942D01* X148461902Y-39677942D02* X148461902Y-39573180D01* X148461902Y-39573180D02* X148357140Y-39363657D01* X148357140Y-39363657D02* X148147616Y-39258895D01* X148147616Y-39258895D02* X147833330Y-39258895D01* X147833330Y-39258895D02* X147623807Y-39363657D01* X146576188Y-40516038D02* X146471426Y-40620800D01* X146471426Y-40620800D02* X146576188Y-40725561D01* X146576188Y-40725561D02* X146680950Y-40620800D01* X146680950Y-40620800D02* X146576188Y-40516038D01* X146576188Y-40516038D02* X146576188Y-40725561D01* X146576188Y-39363657D02* X146471426Y-39468419D01* X146471426Y-39468419D02* X146576188Y-39573180D01* X146576188Y-39573180D02* X146680950Y-39468419D01* X146680950Y-39468419D02* X146576188Y-39363657D01* X146576188Y-39363657D02* X146576188Y-39573180D01* X143957140Y-38420800D02* X145842855Y-41249371D01* X141652378Y-38420800D02* X143538093Y-41249371D01* X139976188Y-39258895D02* X139976188Y-41039847D01* X139976188Y-41039847D02* X140080950Y-41249371D01* X140080950Y-41249371D02* X140185712Y-41354133D01* X140185712Y-41354133D02* X140395235Y-41458895D01* X140395235Y-41458895D02* X140709521Y-41458895D01* X140709521Y-41458895D02* X140919045Y-41354133D01* X139976188Y-40620800D02* X140185712Y-40725561D01* X140185712Y-40725561D02* X140604759Y-40725561D01* X140604759Y-40725561D02* X140814283Y-40620800D01* X140814283Y-40620800D02* X140919045Y-40516038D01* X140919045Y-40516038D02* X141023807Y-40306514D01* X141023807Y-40306514D02* X141023807Y-39677942D01* X141023807Y-39677942D02* X140919045Y-39468419D01* X140919045Y-39468419D02* X140814283Y-39363657D01* X140814283Y-39363657D02* X140604759Y-39258895D01* X140604759Y-39258895D02* X140185712Y-39258895D01* X140185712Y-39258895D02* X139976188Y-39363657D01* X138928569Y-40725561D02* X138928569Y-39258895D01* X138928569Y-38525561D02* X139033331Y-38630323D01* X139033331Y-38630323D02* X138928569Y-38735085D01* X138928569Y-38735085D02* X138823807Y-38630323D01* X138823807Y-38630323D02* X138928569Y-38525561D01* X138928569Y-38525561D02* X138928569Y-38735085D01* X138195236Y-39258895D02* X137357140Y-39258895D01* X137880950Y-38525561D02* X137880950Y-40411276D01* X137880950Y-40411276D02* X137776188Y-40620800D01* X137776188Y-40620800D02* X137566664Y-40725561D01* X137566664Y-40725561D02* X137357140Y-40725561D01* X136623807Y-40725561D02* X136623807Y-38525561D01* X135680950Y-40725561D02* X135680950Y-39573180D01* X135680950Y-39573180D02* X135785712Y-39363657D01* X135785712Y-39363657D02* X135995236Y-39258895D01* X135995236Y-39258895D02* X136309521Y-39258895D01* X136309521Y-39258895D02* X136519045Y-39363657D01* X136519045Y-39363657D02* X136623807Y-39468419D01* X133690474Y-39258895D02* X133690474Y-40725561D01* X134633331Y-39258895D02* X134633331Y-40411276D01* X134633331Y-40411276D02* X134528569Y-40620800D01* X134528569Y-40620800D02* X134319045Y-40725561D01* X134319045Y-40725561D02* X134004760Y-40725561D01* X134004760Y-40725561D02* X133795236Y-40620800D01* X133795236Y-40620800D02* X133690474Y-40516038D01* X132642855Y-40725561D02* X132642855Y-38525561D01* X132642855Y-39363657D02* X132433331Y-39258895D01* X132433331Y-39258895D02* X132014284Y-39258895D01* X132014284Y-39258895D02* X131804760Y-39363657D01* X131804760Y-39363657D02* X131699998Y-39468419D01* X131699998Y-39468419D02* X131595236Y-39677942D01* X131595236Y-39677942D02* X131595236Y-40306514D01* X131595236Y-40306514D02* X131699998Y-40516038D01* X131699998Y-40516038D02* X131804760Y-40620800D01* X131804760Y-40620800D02* X132014284Y-40725561D01* X132014284Y-40725561D02* X132433331Y-40725561D01* X132433331Y-40725561D02* X132642855Y-40620800D01* X130652379Y-40516038D02* X130547617Y-40620800D01* X130547617Y-40620800D02* X130652379Y-40725561D01* X130652379Y-40725561D02* X130757141Y-40620800D01* X130757141Y-40620800D02* X130652379Y-40516038D01* X130652379Y-40516038D02* X130652379Y-40725561D01* X128661903Y-40620800D02* X128871427Y-40725561D01* X128871427Y-40725561D02* X129290474Y-40725561D01* X129290474Y-40725561D02* X129499998Y-40620800D01* X129499998Y-40620800D02* X129604760Y-40516038D01* X129604760Y-40516038D02* X129709522Y-40306514D01* X129709522Y-40306514D02* X129709522Y-39677942D01* X129709522Y-39677942D02* X129604760Y-39468419D01* X129604760Y-39468419D02* X129499998Y-39363657D01* X129499998Y-39363657D02* X129290474Y-39258895D01* X129290474Y-39258895D02* X128871427Y-39258895D01* X128871427Y-39258895D02* X128661903Y-39363657D01* X127404760Y-40725561D02* X127614284Y-40620800D01* X127614284Y-40620800D02* X127719046Y-40516038D01* X127719046Y-40516038D02* X127823808Y-40306514D01* X127823808Y-40306514D02* X127823808Y-39677942D01* X127823808Y-39677942D02* X127719046Y-39468419D01* X127719046Y-39468419D02* X127614284Y-39363657D01* X127614284Y-39363657D02* X127404760Y-39258895D01* X127404760Y-39258895D02* X127090475Y-39258895D01* X127090475Y-39258895D02* X126880951Y-39363657D01* X126880951Y-39363657D02* X126776189Y-39468419D01* X126776189Y-39468419D02* X126671427Y-39677942D01* X126671427Y-39677942D02* X126671427Y-40306514D01* X126671427Y-40306514D02* X126776189Y-40516038D01* X126776189Y-40516038D02* X126880951Y-40620800D01* X126880951Y-40620800D02* X127090475Y-40725561D01* X127090475Y-40725561D02* X127404760Y-40725561D01* X125728570Y-40725561D02* X125728570Y-39258895D01* X125728570Y-39468419D02* X125623808Y-39363657D01* X125623808Y-39363657D02* X125414284Y-39258895D01* X125414284Y-39258895D02* X125099999Y-39258895D01* X125099999Y-39258895D02* X124890475Y-39363657D01* X124890475Y-39363657D02* X124785713Y-39573180D01* X124785713Y-39573180D02* X124785713Y-40725561D01* X124785713Y-39573180D02* X124680951Y-39363657D01* X124680951Y-39363657D02* X124471427Y-39258895D01* X124471427Y-39258895D02* X124157141Y-39258895D01* X124157141Y-39258895D02* X123947618Y-39363657D01* X123947618Y-39363657D02* X123842856Y-39573180D01* X123842856Y-39573180D02* X123842856Y-40725561D01* X121223808Y-38420800D02* X123109523Y-41249371D01* X120490475Y-40725561D02* X120490475Y-39258895D01* X120490475Y-39468419D02* X120385713Y-39363657D01* X120385713Y-39363657D02* X120176189Y-39258895D01* X120176189Y-39258895D02* X119861904Y-39258895D01* X119861904Y-39258895D02* X119652380Y-39363657D01* X119652380Y-39363657D02* X119547618Y-39573180D01* X119547618Y-39573180D02* X119547618Y-40725561D01* X119547618Y-39573180D02* X119442856Y-39363657D01* X119442856Y-39363657D02* X119233332Y-39258895D01* X119233332Y-39258895D02* X118919046Y-39258895D01* X118919046Y-39258895D02* X118709523Y-39363657D01* X118709523Y-39363657D02* X118604761Y-39573180D01* X118604761Y-39573180D02* X118604761Y-40725561D01* X116614285Y-39258895D02* X116614285Y-40725561D01* X117557142Y-39258895D02* X117557142Y-40411276D01* X117557142Y-40411276D02* X117452380Y-40620800D01* X117452380Y-40620800D02* X117242856Y-40725561D01* X117242856Y-40725561D02* X116928571Y-40725561D01* X116928571Y-40725561D02* X116719047Y-40620800D01* X116719047Y-40620800D02* X116614285Y-40516038D01* X114623809Y-40725561D02* X114623809Y-38525561D01* X114623809Y-40620800D02* X114833333Y-40725561D01* X114833333Y-40725561D02* X115252380Y-40725561D01* X115252380Y-40725561D02* X115461904Y-40620800D01* X115461904Y-40620800D02* X115566666Y-40516038D01* X115566666Y-40516038D02* X115671428Y-40306514D01* X115671428Y-40306514D02* X115671428Y-39677942D01* X115671428Y-39677942D02* X115566666Y-39468419D01* X115566666Y-39468419D02* X115461904Y-39363657D01* X115461904Y-39363657D02* X115252380Y-39258895D01* X115252380Y-39258895D02* X114833333Y-39258895D01* X114833333Y-39258895D02* X114623809Y-39363657D01* X113576190Y-40725561D02* X113576190Y-39258895D01* X113576190Y-39468419D02* X113471428Y-39363657D01* X113471428Y-39363657D02* X113261904Y-39258895D01* X113261904Y-39258895D02* X112947619Y-39258895D01* X112947619Y-39258895D02* X112738095Y-39363657D01* X112738095Y-39363657D02* X112633333Y-39573180D01* X112633333Y-39573180D02* X112633333Y-40725561D01* X112633333Y-39573180D02* X112528571Y-39363657D01* X112528571Y-39363657D02* X112319047Y-39258895D01* X112319047Y-39258895D02* X112004761Y-39258895D01* X112004761Y-39258895D02* X111795238Y-39363657D01* X111795238Y-39363657D02* X111690476Y-39573180D01* X111690476Y-39573180D02* X111690476Y-40725561D01* X110642857Y-40725561D02* X110642857Y-39258895D01* X110642857Y-38525561D02* X110747619Y-38630323D01* X110747619Y-38630323D02* X110642857Y-38735085D01* X110642857Y-38735085D02* X110538095Y-38630323D01* X110538095Y-38630323D02* X110642857Y-38525561D01* X110642857Y-38525561D02* X110642857Y-38735085D01* X109595238Y-39258895D02* X109595238Y-40725561D01* X109595238Y-39468419D02* X109490476Y-39363657D01* X109490476Y-39363657D02* X109280952Y-39258895D01* X109280952Y-39258895D02* X108966667Y-39258895D01* X108966667Y-39258895D02* X108757143Y-39363657D01* X108757143Y-39363657D02* X108652381Y-39573180D01* X108652381Y-39573180D02* X108652381Y-40725561D01* X106033333Y-38420800D02* X107919048Y-41249371D01* X105404762Y-40096990D02* X104357143Y-40096990D01* X105614286Y-40725561D02* X104880952Y-38525561D01* X104880952Y-38525561D02* X104147619Y-40725561D01* X103414286Y-39258895D02* X103414286Y-40725561D01* X103414286Y-39468419D02* X103309524Y-39363657D01* X103309524Y-39363657D02* X103100000Y-39258895D01* X103100000Y-39258895D02* X102785715Y-39258895D01* X102785715Y-39258895D02* X102576191Y-39363657D01* X102576191Y-39363657D02* X102471429Y-39573180D01* X102471429Y-39573180D02* X102471429Y-40725561D01* X101109524Y-40725561D02* X101319048Y-40620800D01* X101319048Y-40620800D02* X101423810Y-40516038D01* X101423810Y-40516038D02* X101528572Y-40306514D01* X101528572Y-40306514D02* X101528572Y-39677942D01* X101528572Y-39677942D02* X101423810Y-39468419D01* X101423810Y-39468419D02* X101319048Y-39363657D01* X101319048Y-39363657D02* X101109524Y-39258895D01* X101109524Y-39258895D02* X100795239Y-39258895D01* X100795239Y-39258895D02* X100585715Y-39363657D01* X100585715Y-39363657D02* X100480953Y-39468419D01* X100480953Y-39468419D02* X100376191Y-39677942D01* X100376191Y-39677942D02* X100376191Y-40306514D01* X100376191Y-40306514D02* X100480953Y-40516038D01* X100480953Y-40516038D02* X100585715Y-40620800D01* X100585715Y-40620800D02* X100795239Y-40725561D01* X100795239Y-40725561D02* X101109524Y-40725561D01* X99747620Y-39258895D02* X98909524Y-39258895D01* X99433334Y-38525561D02* X99433334Y-40411276D01* X99433334Y-40411276D02* X99328572Y-40620800D01* X99328572Y-40620800D02* X99119048Y-40725561D01* X99119048Y-40725561D02* X98909524Y-40725561D01* X98176191Y-40725561D02* X98176191Y-38525561D01* X97233334Y-40725561D02* X97233334Y-39573180D01* X97233334Y-39573180D02* X97338096Y-39363657D01* X97338096Y-39363657D02* X97547620Y-39258895D01* X97547620Y-39258895D02* X97861905Y-39258895D01* X97861905Y-39258895D02* X98071429Y-39363657D01* X98071429Y-39363657D02* X98176191Y-39468419D01* X95347620Y-40620800D02* X95557144Y-40725561D01* X95557144Y-40725561D02* X95976191Y-40725561D01* X95976191Y-40725561D02* X96185715Y-40620800D01* X96185715Y-40620800D02* X96290477Y-40411276D01* X96290477Y-40411276D02* X96290477Y-39573180D01* X96290477Y-39573180D02* X96185715Y-39363657D01* X96185715Y-39363657D02* X95976191Y-39258895D01* X95976191Y-39258895D02* X95557144Y-39258895D01* X95557144Y-39258895D02* X95347620Y-39363657D01* X95347620Y-39363657D02* X95242858Y-39573180D01* X95242858Y-39573180D02* X95242858Y-39782704D01* X95242858Y-39782704D02* X96290477Y-39992228D01* X94300001Y-40725561D02* X94300001Y-39258895D01* X94300001Y-39677942D02* X94195239Y-39468419D01* X94195239Y-39468419D02* X94090477Y-39363657D01* X94090477Y-39363657D02* X93880953Y-39258895D01* X93880953Y-39258895D02* X93671430Y-39258895D01* X92938096Y-40725561D02* X92938096Y-38525561D01* X92938096Y-38525561D02* X92204763Y-40096990D01* X92204763Y-40096990D02* X91471429Y-38525561D01* X91471429Y-38525561D02* X91471429Y-40725561D01* X89480953Y-40725561D02* X89480953Y-39573180D01* X89480953Y-39573180D02* X89585715Y-39363657D01* X89585715Y-39363657D02* X89795239Y-39258895D01* X89795239Y-39258895D02* X90214286Y-39258895D01* X90214286Y-39258895D02* X90423810Y-39363657D01* X89480953Y-40620800D02* X89690477Y-40725561D01* X89690477Y-40725561D02* X90214286Y-40725561D01* X90214286Y-40725561D02* X90423810Y-40620800D01* X90423810Y-40620800D02* X90528572Y-40411276D01* X90528572Y-40411276D02* X90528572Y-40201752D01* X90528572Y-40201752D02* X90423810Y-39992228D01* X90423810Y-39992228D02* X90214286Y-39887466D01* X90214286Y-39887466D02* X89690477Y-39887466D01* X89690477Y-39887466D02* X89480953Y-39782704D01* X88433334Y-40725561D02* X88433334Y-38525561D01* X88223810Y-39887466D02* X87595239Y-40725561D01* X87595239Y-39258895D02* X88433334Y-40096990D01* X85814287Y-40620800D02* X86023811Y-40725561D01* X86023811Y-40725561D02* X86442858Y-40725561D01* X86442858Y-40725561D02* X86652382Y-40620800D01* X86652382Y-40620800D02* X86757144Y-40411276D01* X86757144Y-40411276D02* X86757144Y-39573180D01* X86757144Y-39573180D02* X86652382Y-39363657D01* X86652382Y-39363657D02* X86442858Y-39258895D01* X86442858Y-39258895D02* X86023811Y-39258895D01* X86023811Y-39258895D02* X85814287Y-39363657D01* X85814287Y-39363657D02* X85709525Y-39573180D01* X85709525Y-39573180D02* X85709525Y-39782704D01* X85709525Y-39782704D02* X86757144Y-39992228D01* X84766668Y-40725561D02* X84766668Y-39258895D01* X84766668Y-39677942D02* X84661906Y-39468419D01* X84661906Y-39468419D02* X84557144Y-39363657D01* X84557144Y-39363657D02* X84347620Y-39258895D01* X84347620Y-39258895D02* X84138097Y-39258895D01* X81833334Y-38420800D02* X83719049Y-41249371D01* M02* ================================================ FILE: Kicad 8/Kicad 8/kicad 8 video gerbers/Kicad 8-Edge_Cuts.gbr ================================================ %TF.GenerationSoftware,KiCad,Pcbnew,8.0.3*% %TF.CreationDate,2024-06-10T16:35:51-04:00*% %TF.ProjectId,Kicad 8,4b696361-6420-4382-9e6b-696361645f70,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Profile,NP*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Created by KiCad (PCBNEW 8.0.3) date 2024-06-10 16:35:51* %MOMM*% %LPD*% G01* G04 APERTURE LIST* %TA.AperFunction,Profile*% %ADD10C,0.050000*% %TD*% G04 APERTURE END LIST* D10* X80000000Y-25500000D02* X179000000Y-25500000D01* X179000000Y-123500000D01* X80000000Y-123500000D01* X80000000Y-25500000D01* M02* ================================================ FILE: Kicad 8/Kicad 8/kicad 8 video gerbers/Kicad 8-F_Cu.gbr ================================================ %TF.GenerationSoftware,KiCad,Pcbnew,8.0.3*% %TF.CreationDate,2024-06-10T16:35:51-04:00*% %TF.ProjectId,Kicad 8,4b696361-6420-4382-9e6b-696361645f70,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Copper,L1,Top*% %TF.FilePolarity,Positive*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Created by KiCad (PCBNEW 8.0.3) date 2024-06-10 16:35:51* %MOMM*% %LPD*% G01* G04 APERTURE LIST* %TA.AperFunction,ComponentPad*% %ADD10C,2.000000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD11R,2.000000X2.000000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD12O,2.000000X1.600000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD13R,1.700000X1.700000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD14O,1.700000X1.700000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD15C,1.600000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD16O,1.600000X1.600000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD17R,2.500000X2.500000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD18C,2.500000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD19R,1.800000X1.800000*% %TD*% %TA.AperFunction,ComponentPad*% %ADD20C,1.800000*% %TD*% %TA.AperFunction,ViaPad*% %ADD21C,0.600000*% %TD*% %TA.AperFunction,Conductor*% %ADD22C,0.200000*% %TD*% G04 APERTURE END LIST* D10* %TO.P,SW1,1,1*% %TO.N,GND*% X83000000Y-85500000D03* X83000000Y-79000000D03* %TO.P,SW1,2,2*% %TO.N,Net-(J2-Pin_1)*% X87500000Y-85500000D03* X87500000Y-79000000D03* %TD*% D11* %TO.P,U4,1,~{RST}*% %TO.N,Net-(J2-Pin_1)*% X131500000Y-54000000D03* D12* %TO.P,U4,2,A0*% %TO.N,Net-(J2-Pin_2)*% X131500000Y-56540000D03* %TO.P,U4,3,D0*% %TO.N,Net-(J2-Pin_3)*% X131500000Y-59080000D03* %TO.P,U4,4,SCK/D5*% %TO.N,Net-(J2-Pin_4)*% X131500000Y-61620000D03* %TO.P,U4,5,MISO/D6*% %TO.N,Net-(J2-Pin_5)*% X131500000Y-64160000D03* %TO.P,U4,6,MOSI/D7*% %TO.N,Net-(J2-Pin_6)*% X131500000Y-66700000D03* %TO.P,U4,7,CS/D8*% %TO.N,Net-(J2-Pin_7)*% X131500000Y-69240000D03* %TO.P,U4,8,3V3*% %TO.N,Net-(J2-Pin_8)*% X131500000Y-71780000D03* %TO.P,U4,9,5V*% %TO.N,Net-(J1-Pin_8)*% X154360000Y-71780000D03* %TO.P,U4,10,GND*% %TO.N,GND*% X154360000Y-69240000D03* %TO.P,U4,11,D4*% %TO.N,Net-(J1-Pin_6)*% X154360000Y-66700000D03* %TO.P,U4,12,D3*% %TO.N,Net-(J1-Pin_5)*% X154360000Y-64160000D03* %TO.P,U4,13,SDA/D2*% %TO.N,Net-(J1-Pin_4)*% X154360000Y-61620000D03* %TO.P,U4,14,SCL/D1*% %TO.N,Net-(J1-Pin_3)*% X154360000Y-59080000D03* %TO.P,U4,15,RX*% %TO.N,Net-(J1-Pin_2)*% X154360000Y-56540000D03* %TO.P,U4,16,TX*% %TO.N,Net-(J1-Pin_1)*% X154360000Y-54000000D03* %TD*% D13* %TO.P,J2,1,Pin_1*% %TO.N,Net-(J2-Pin_1)*% X88000000Y-94515000D03* D14* %TO.P,J2,2,Pin_2*% %TO.N,Net-(J2-Pin_2)*% X88000000Y-97055000D03* %TO.P,J2,3,Pin_3*% %TO.N,Net-(J2-Pin_3)*% X88000000Y-99595000D03* %TO.P,J2,4,Pin_4*% %TO.N,Net-(J2-Pin_4)*% X88000000Y-102135000D03* %TO.P,J2,5,Pin_5*% %TO.N,Net-(J2-Pin_5)*% X88000000Y-104675000D03* %TO.P,J2,6,Pin_6*% %TO.N,Net-(J2-Pin_6)*% X88000000Y-107215000D03* %TO.P,J2,7,Pin_7*% %TO.N,Net-(J2-Pin_7)*% X88000000Y-109755000D03* %TO.P,J2,8,Pin_8*% %TO.N,Net-(J2-Pin_8)*% X88000000Y-112295000D03* %TD*% D15* %TO.P,R1,1*% %TO.N,Net-(D1-A)*% X158000000Y-35190000D03* D16* %TO.P,R1,2*% %TO.N,Net-(J1-Pin_8)*% X158000000Y-42810000D03* %TD*% D13* %TO.P,J1,1,Pin_1*% %TO.N,Net-(J1-Pin_1)*% X122000000Y-94515000D03* D14* %TO.P,J1,2,Pin_2*% %TO.N,Net-(J1-Pin_2)*% X122000000Y-97055000D03* %TO.P,J1,3,Pin_3*% %TO.N,Net-(J1-Pin_3)*% X122000000Y-99595000D03* %TO.P,J1,4,Pin_4*% %TO.N,Net-(J1-Pin_4)*% X122000000Y-102135000D03* %TO.P,J1,5,Pin_5*% %TO.N,Net-(J1-Pin_5)*% X122000000Y-104675000D03* %TO.P,J1,6,Pin_6*% %TO.N,Net-(J1-Pin_6)*% X122000000Y-107215000D03* %TO.P,J1,7,Pin_7*% %TO.N,GND*% X122000000Y-109755000D03* %TO.P,J1,8,Pin_8*% %TO.N,Net-(J1-Pin_8)*% X122000000Y-112295000D03* %TD*% D11* %TO.P,U3,1,~{RST}*% %TO.N,Net-(J2-Pin_1)*% X93500000Y-54000000D03* D12* %TO.P,U3,2,A0*% %TO.N,Net-(J2-Pin_2)*% X93500000Y-56540000D03* %TO.P,U3,3,D0*% %TO.N,Net-(J2-Pin_3)*% X93500000Y-59080000D03* %TO.P,U3,4,SCK/D5*% %TO.N,Net-(J2-Pin_4)*% X93500000Y-61620000D03* %TO.P,U3,5,MISO/D6*% %TO.N,Net-(J2-Pin_5)*% X93500000Y-64160000D03* %TO.P,U3,6,MOSI/D7*% %TO.N,Net-(J2-Pin_6)*% X93500000Y-66700000D03* %TO.P,U3,7,CS/D8*% %TO.N,Net-(J2-Pin_7)*% X93500000Y-69240000D03* %TO.P,U3,8,3V3*% %TO.N,Net-(J2-Pin_8)*% X93500000Y-71780000D03* %TO.P,U3,9,5V*% %TO.N,Net-(J1-Pin_8)*% X116360000Y-71780000D03* %TO.P,U3,10,GND*% %TO.N,GND*% X116360000Y-69240000D03* %TO.P,U3,11,D4*% %TO.N,Net-(J1-Pin_6)*% X116360000Y-66700000D03* %TO.P,U3,12,D3*% %TO.N,Net-(J1-Pin_5)*% X116360000Y-64160000D03* %TO.P,U3,13,SDA/D2*% %TO.N,Net-(J1-Pin_4)*% X116360000Y-61620000D03* %TO.P,U3,14,SCL/D1*% %TO.N,Net-(J1-Pin_3)*% X116360000Y-59080000D03* %TO.P,U3,15,RX*% %TO.N,Net-(J1-Pin_2)*% X116360000Y-56540000D03* %TO.P,U3,16,TX*% %TO.N,Net-(J1-Pin_1)*% X116360000Y-54000000D03* %TD*% D11* %TO.P,U2,1,~{RST}*% %TO.N,Net-(J2-Pin_1)*% X131500000Y-94500000D03* D12* %TO.P,U2,2,A0*% %TO.N,Net-(J2-Pin_2)*% X131500000Y-97040000D03* %TO.P,U2,3,D0*% %TO.N,Net-(J2-Pin_3)*% X131500000Y-99580000D03* %TO.P,U2,4,SCK/D5*% %TO.N,Net-(J2-Pin_4)*% X131500000Y-102120000D03* %TO.P,U2,5,MISO/D6*% %TO.N,Net-(J2-Pin_5)*% X131500000Y-104660000D03* %TO.P,U2,6,MOSI/D7*% %TO.N,Net-(J2-Pin_6)*% X131500000Y-107200000D03* %TO.P,U2,7,CS/D8*% %TO.N,Net-(J2-Pin_7)*% X131500000Y-109740000D03* %TO.P,U2,8,3V3*% %TO.N,Net-(J2-Pin_8)*% X131500000Y-112280000D03* %TO.P,U2,9,5V*% %TO.N,Net-(J1-Pin_8)*% X154360000Y-112280000D03* %TO.P,U2,10,GND*% %TO.N,GND*% X154360000Y-109740000D03* %TO.P,U2,11,D4*% %TO.N,Net-(J1-Pin_6)*% X154360000Y-107200000D03* %TO.P,U2,12,D3*% %TO.N,Net-(J1-Pin_5)*% X154360000Y-104660000D03* %TO.P,U2,13,SDA/D2*% %TO.N,Net-(J1-Pin_4)*% X154360000Y-102120000D03* %TO.P,U2,14,SCL/D1*% %TO.N,Net-(J1-Pin_3)*% X154360000Y-99580000D03* %TO.P,U2,15,RX*% %TO.N,Net-(J1-Pin_2)*% X154360000Y-97040000D03* %TO.P,U2,16,TX*% %TO.N,Net-(J1-Pin_1)*% X154360000Y-94500000D03* %TD*% D13* %TO.P,J5,1,Pin_1*% %TO.N,Net-(J1-Pin_8)*% X160500000Y-81371200D03* D14* %TO.P,J5,2,Pin_2*% X160500000Y-83911200D03* %TO.P,J5,3,Pin_3*% X160500000Y-86451200D03* %TO.P,J5,4,Pin_4*% X160500000Y-88991200D03* %TO.P,J5,5,Pin_5*% X160500000Y-91531200D03* %TD*% D13* %TO.P,J7,1,Pin_1*% %TO.N,GND*% X160500000Y-48000000D03* D14* %TO.P,J7,2,Pin_2*% X160500000Y-50540000D03* %TO.P,J7,3,Pin_3*% X160500000Y-53080000D03* %TO.P,J7,4,Pin_4*% X160500000Y-55620000D03* %TO.P,J7,5,Pin_5*% X160500000Y-58160000D03* %TD*% D17* %TO.P,J4,1,Pin_1*% %TO.N,Net-(J1-Pin_1)*% X174000000Y-36500000D03* D18* %TO.P,J4,2,Pin_2*% %TO.N,Net-(J1-Pin_2)*% X174000000Y-41500000D03* %TO.P,J4,3,Pin_3*% %TO.N,Net-(J1-Pin_3)*% X174000000Y-46500000D03* %TO.P,J4,4,Pin_4*% %TO.N,Net-(J1-Pin_4)*% X174000000Y-51500000D03* %TO.P,J4,5,Pin_5*% %TO.N,Net-(J1-Pin_5)*% X174000000Y-56500000D03* %TO.P,J4,6,Pin_6*% %TO.N,Net-(J1-Pin_6)*% X174000000Y-61500000D03* %TO.P,J4,7,Pin_7*% %TO.N,GND*% X174000000Y-66500000D03* %TO.P,J4,8,Pin_8*% %TO.N,Net-(J1-Pin_8)*% X174000000Y-71500000D03* %TD*% D13* %TO.P,J6,1,Pin_1*% %TO.N,Net-(J2-Pin_8)*% X160500000Y-64685600D03* D14* %TO.P,J6,2,Pin_2*% X160500000Y-67225600D03* %TO.P,J6,3,Pin_3*% X160500000Y-69765600D03* %TO.P,J6,4,Pin_4*% X160500000Y-72305600D03* %TO.P,J6,5,Pin_5*% X160500000Y-74845600D03* %TD*% D17* %TO.P,J3,1,Pin_1*% %TO.N,Net-(J2-Pin_1)*% X174000000Y-78500000D03* D18* %TO.P,J3,2,Pin_2*% %TO.N,Net-(J2-Pin_2)*% X174000000Y-83500000D03* %TO.P,J3,3,Pin_3*% %TO.N,Net-(J2-Pin_3)*% X174000000Y-88500000D03* %TO.P,J3,4,Pin_4*% %TO.N,Net-(J2-Pin_4)*% X174000000Y-93500000D03* %TO.P,J3,5,Pin_5*% %TO.N,Net-(J2-Pin_5)*% X174000000Y-98500000D03* %TO.P,J3,6,Pin_6*% %TO.N,Net-(J2-Pin_6)*% X174000000Y-103500000D03* %TO.P,J3,7,Pin_7*% %TO.N,Net-(J2-Pin_7)*% X174000000Y-108500000D03* %TO.P,J3,8,Pin_8*% %TO.N,Net-(J2-Pin_8)*% X174000000Y-113500000D03* %TD*% D19* %TO.P,D1,1,K*% %TO.N,GND*% X156725000Y-30000000D03* D20* %TO.P,D1,2,A*% %TO.N,Net-(D1-A)*% X159265000Y-30000000D03* %TD*% D11* %TO.P,U1,1,~{RST}*% %TO.N,Net-(J2-Pin_1)*% X93500000Y-94500000D03* D12* %TO.P,U1,2,A0*% %TO.N,Net-(J2-Pin_2)*% X93500000Y-97040000D03* %TO.P,U1,3,D0*% %TO.N,Net-(J2-Pin_3)*% X93500000Y-99580000D03* %TO.P,U1,4,SCK/D5*% %TO.N,Net-(J2-Pin_4)*% X93500000Y-102120000D03* %TO.P,U1,5,MISO/D6*% %TO.N,Net-(J2-Pin_5)*% X93500000Y-104660000D03* %TO.P,U1,6,MOSI/D7*% %TO.N,Net-(J2-Pin_6)*% X93500000Y-107200000D03* %TO.P,U1,7,CS/D8*% %TO.N,Net-(J2-Pin_7)*% X93500000Y-109740000D03* %TO.P,U1,8,3V3*% %TO.N,Net-(J2-Pin_8)*% X93500000Y-112280000D03* %TO.P,U1,9,5V*% %TO.N,Net-(J1-Pin_8)*% X116360000Y-112280000D03* %TO.P,U1,10,GND*% %TO.N,GND*% X116360000Y-109740000D03* %TO.P,U1,11,D4*% %TO.N,Net-(J1-Pin_6)*% X116360000Y-107200000D03* %TO.P,U1,12,D3*% %TO.N,Net-(J1-Pin_5)*% X116360000Y-104660000D03* %TO.P,U1,13,SDA/D2*% %TO.N,Net-(J1-Pin_4)*% X116360000Y-102120000D03* %TO.P,U1,14,SCL/D1*% %TO.N,Net-(J1-Pin_3)*% X116360000Y-99580000D03* %TO.P,U1,15,RX*% %TO.N,Net-(J1-Pin_2)*% X116360000Y-97040000D03* %TO.P,U1,16,TX*% %TO.N,Net-(J1-Pin_1)*% X116360000Y-94500000D03* %TD*% D21* %TO.N,Net-(J2-Pin_3)*% X156374600Y-100546200D03* %TD*% D22* %TO.N,GND*% X156725000Y-30000000D02* X156725000Y-31201700D01* X156725000Y-31201700D02* X160500000Y-34976700D01* X160500000Y-34976700D02* X160500000Y-48000000D01* X116360000Y-69690000D02* X95022000Y-69690000D01* X95022000Y-69690000D02* X94202000Y-70510000D01* X94202000Y-70510000D02* X91490000Y-70510000D01* X91490000Y-70510000D02* X83000000Y-79000000D01* X154360000Y-68138300D02* X117911700Y-68138300D01* X117911700Y-68138300D02* X116360000Y-69690000D01* X154360000Y-69240000D02* X154360000Y-68138300D01* X116360000Y-69240000D02* X116360000Y-69690000D01* X154360000Y-69240000D02* X155661700Y-69240000D01* X155661700Y-69240000D02* X156406100Y-68495600D01* X156406100Y-68495600D02* X172004400Y-68495600D01* X172004400Y-68495600D02* X174000000Y-66500000D01* X117661700Y-109740000D02* X117676700Y-109755000D01* X117676700Y-109755000D02* X122000000Y-109755000D01* X116360000Y-109740000D02* X117661700Y-109740000D01* %TO.N,Net-(J1-Pin_3)*% X116360000Y-59080000D02* X116360000Y-57978300D01* X116360000Y-57978300D02* X154360000Y-57978300D01* X154360000Y-59080000D02* X154360000Y-57978300D01* X174000000Y-46500000D02* X166150000Y-54350000D01* X166150000Y-54350000D02* X159090000Y-54350000D01* X159090000Y-54350000D02* X155461700Y-57978300D01* X155461700Y-57978300D02* X154360000Y-57978300D01* X116360000Y-99580000D02* X117661700Y-99580000D01* X122000000Y-99595000D02* X117676700Y-99595000D01* X117676700Y-99595000D02* X117661700Y-99580000D01* %TO.N,Net-(J1-Pin_4)*% X174000000Y-51500000D02* X164981700Y-60518300D01* X164981700Y-60518300D02* X154360000Y-60518300D01* X154360000Y-61620000D02* X154360000Y-60518300D01* X116360000Y-61620000D02* X116360000Y-60518300D01* X116360000Y-60518300D02* X154360000Y-60518300D01* %TO.N,Net-(J1-Pin_1)*% X154360000Y-54000000D02* X154360000Y-52898300D01* X174000000Y-36500000D02* X174000000Y-38051700D01* X174000000Y-38051700D02* X162781700Y-49270000D01* X162781700Y-49270000D02* X157988300Y-49270000D01* X157988300Y-49270000D02* X154360000Y-52898300D01* X122000000Y-94515000D02* X120848300Y-94515000D01* X120848300Y-94515000D02* X120833300Y-94500000D01* X120833300Y-94500000D02* X117661700Y-94500000D01* X116360000Y-94500000D02* X117661700Y-94500000D01* %TO.N,Net-(J1-Pin_5)*% X116360000Y-64160000D02* X116360000Y-63058300D01* X116360000Y-63058300D02* X154360000Y-63058300D01* X154360000Y-64160000D02* X154360000Y-63058300D01* X174000000Y-56500000D02* X167441700Y-63058300D01* X167441700Y-63058300D02* X154360000Y-63058300D01* X116360000Y-104660000D02* X117661700Y-104660000D01* X122000000Y-104675000D02* X117676700Y-104675000D01* X117676700Y-104675000D02* X117661700Y-104660000D01* %TO.N,Net-(J1-Pin_2)*% X154360000Y-56540000D02* X154360000Y-55438300D01* X174000000Y-41500000D02* X163690000Y-51810000D01* X163690000Y-51810000D02* X159090000Y-51810000D01* X159090000Y-51810000D02* X155461700Y-55438300D01* X155461700Y-55438300D02* X154360000Y-55438300D01* X154360000Y-97040000D02* X154360000Y-98141700D01* X122000000Y-97055000D02* X127717500Y-97055000D01* X127717500Y-97055000D02* X128804200Y-98141700D01* X128804200Y-98141700D02* X154360000Y-98141700D01* X117661700Y-97040000D02* X117676700Y-97055000D01* X117676700Y-97055000D02* X122000000Y-97055000D01* X116360000Y-97040000D02* X117661700Y-97040000D01* %TO.N,Net-(J1-Pin_6)*% X122000000Y-107215000D02* X123151700Y-107215000D01* X154360000Y-107200000D02* X154360000Y-108301700D01* X154360000Y-108301700D02* X124238400Y-108301700D01* X124238400Y-108301700D02* X123151700Y-107215000D01* X154360000Y-66700000D02* X155661700Y-66700000D01* X174000000Y-61500000D02* X169449900Y-66050100D01* X169449900Y-66050100D02* X156311600Y-66050100D01* X156311600Y-66050100D02* X155661700Y-66700000D01* X117661700Y-107200000D02* X117676700Y-107215000D01* X117676700Y-107215000D02* X122000000Y-107215000D01* X116360000Y-107200000D02* X117661700Y-107200000D01* %TO.N,Net-(J1-Pin_8)*% X116360000Y-71780000D02* X116360000Y-72881700D01* X154360000Y-71780000D02* X154360000Y-72881700D01* X154360000Y-72881700D02* X116360000Y-72881700D01* X117661700Y-112280000D02* X117676700Y-112295000D01* X117676700Y-112295000D02* X122000000Y-112295000D01* X116360000Y-112280000D02* X117661700Y-112280000D01* %TO.N,Net-(J2-Pin_1)*% X131500000Y-94500000D02* X130198300Y-94500000D01* X93500000Y-94500000D02* X94801700Y-94500000D01* X94801700Y-94500000D02* X95938400Y-93363300D01* X95938400Y-93363300D02* X129061600Y-93363300D01* X129061600Y-93363300D02* X130198300Y-94500000D01* X92849200Y-94500000D02* X93500000Y-94500000D01* X131500000Y-94500000D02* X132801700Y-94500000D01* X174000000Y-78500000D02* X148801700Y-78500000D01* X148801700Y-78500000D02* X132801700Y-94500000D01* X92849200Y-94500000D02* X92198300Y-94500000D01* X93500000Y-54000000D02* X94801700Y-54000000D01* X131500000Y-54000000D02* X130198300Y-54000000D01* X130198300Y-54000000D02* X129087100Y-55111200D01* X129087100Y-55111200D02* X95912900Y-55111200D01* X95912900Y-55111200D02* X94801700Y-54000000D01* X88000000Y-94515000D02* X92183300Y-94515000D01* X92183300Y-94515000D02* X92198300Y-94500000D01* %TO.N,Net-(J2-Pin_3)*% X174000000Y-88500000D02* X161953800Y-100546200D01* X161953800Y-100546200D02* X156374600Y-100546200D01* X93500000Y-98478300D02* X93576700Y-98401600D01* X93576700Y-98401600D02* X128428700Y-98401600D01* X128428700Y-98401600D02* X129607100Y-99580000D01* X129607100Y-99580000D02* X131500000Y-99580000D01* X93500000Y-99580000D02* X92198300Y-99580000D01* X88000000Y-99595000D02* X92183300Y-99595000D01* X92183300Y-99595000D02* X92198300Y-99580000D01* X93500000Y-99580000D02* X93500000Y-98478300D01* %TO.N,Net-(J2-Pin_2)*% X174000000Y-83500000D02* X161699800Y-95800200D01* X161699800Y-95800200D02* X149229600Y-95800200D01* X149229600Y-95800200D02* X149056300Y-95973500D01* X149056300Y-95973500D02* X131500000Y-95973500D01* X88000000Y-97055000D02* X89151700Y-97055000D01* X93500000Y-96489100D02* X89717600Y-96489100D01* X89717600Y-96489100D02* X89151700Y-97055000D01* X93500000Y-96489100D02* X93500000Y-95938300D01* X93500000Y-97040000D02* X93500000Y-96489100D01* X131500000Y-96055900D02* X131500000Y-95973500D01* X93500000Y-95938300D02* X93535600Y-95902700D01* X93535600Y-95902700D02* X131429200Y-95902700D01* X131429200Y-95902700D02* X131500000Y-95973500D01* X131500000Y-96097200D02* X131500000Y-96055900D01* X131500000Y-97040000D02* X131500000Y-96097200D01* %TO.N,Net-(J2-Pin_5)*% X93500000Y-104660000D02* X93500000Y-103558300D01* X93500000Y-103558300D02* X93576700Y-103481600D01* X93576700Y-103481600D02* X131423300Y-103481600D01* X131423300Y-103481600D02* X131500000Y-103558300D01* X89151700Y-104675000D02* X89166700Y-104660000D01* X89166700Y-104660000D02* X93500000Y-104660000D01* X131500000Y-104660000D02* X131500000Y-103558300D01* X174000000Y-98500000D02* X168941700Y-103558300D01* X168941700Y-103558300D02* X131500000Y-103558300D01* X88000000Y-104675000D02* X89151700Y-104675000D01* X93500000Y-64160000D02* X93500000Y-65261700D01* X131500000Y-64160000D02* X131500000Y-65261700D01* X131500000Y-65261700D02* X93500000Y-65261700D01* %TO.N,Net-(J2-Pin_7)*% X93500000Y-109740000D02* X92198300Y-109740000D01* X88000000Y-109755000D02* X92183300Y-109755000D01* X92183300Y-109755000D02* X92198300Y-109740000D01* X93500000Y-109740000D02* X93500000Y-110841700D01* X131500000Y-110273600D02* X130855700Y-110917900D01* X130855700Y-110917900D02* X93576200Y-110917900D01* X93576200Y-110917900D02* X93500000Y-110841700D01* X131500000Y-110273600D02* X131500000Y-110841700D01* X131500000Y-109740000D02* X131500000Y-110273600D01* X131500000Y-110841700D02* X171658300Y-110841700D01* X171658300Y-110841700D02* X174000000Y-108500000D01* %TO.N,Net-(J2-Pin_6)*% X93500000Y-66700000D02* X93500000Y-67801700D01* X93500000Y-67801700D02* X117410200Y-67801700D01* X117410200Y-67801700D02* X118511900Y-66700000D01* X118511900Y-66700000D02* X131500000Y-66700000D01* X93500000Y-107200000D02* X92198300Y-107200000D01* X88000000Y-107215000D02* X92183300Y-107215000D01* X92183300Y-107215000D02* X92198300Y-107200000D01* X93500000Y-107200000D02* X93500000Y-106098300D01* X131500000Y-106098300D02* X131415800Y-106014100D01* X131415800Y-106014100D02* X93584200Y-106014100D01* X93584200Y-106014100D02* X93500000Y-106098300D01* X131500000Y-106181600D02* X131500000Y-106098300D01* X131500000Y-107200000D02* X131500000Y-106181600D01* X174000000Y-103500000D02* X171401700Y-106098300D01* X171401700Y-106098300D02* X131500000Y-106098300D01* %TO.N,Net-(J2-Pin_8)*% X159348300Y-69765600D02* X158435600Y-70678300D01* X158435600Y-70678300D02* X131500000Y-70678300D01* X131500000Y-70678300D02* X115291700Y-70678300D01* X115291700Y-70678300D02* X114190000Y-71780000D01* X114190000Y-71780000D02* X93500000Y-71780000D01* X131500000Y-70694100D02* X131500000Y-70678300D01* X131500000Y-71780000D02* X131500000Y-70694100D01* X93500000Y-112280000D02* X92198300Y-112280000D01* X88000000Y-112295000D02* X92183300Y-112295000D01* X92183300Y-112295000D02* X92198300Y-112280000D01* X131500000Y-113381700D02* X131618300Y-113500000D01* X131618300Y-113500000D02* X174000000Y-113500000D01* X131500000Y-113381700D02* X131435000Y-113446700D01* X131435000Y-113446700D02* X93565000Y-113446700D01* X93565000Y-113446700D02* X93500000Y-113381700D01* X93500000Y-112280000D02* X93500000Y-113381700D01* X160500000Y-69765600D02* X159348300Y-69765600D01* X131500000Y-112280000D02* X131500000Y-113381700D01* %TO.N,Net-(J2-Pin_4)*% X131500000Y-101018300D02* X155786800Y-101018300D01* X155786800Y-101018300D02* X155916400Y-101147900D01* X155916400Y-101147900D02* X166352100Y-101147900D01* X166352100Y-101147900D02* X174000000Y-93500000D01* X93500000Y-102120000D02* X93500000Y-101018300D01* X93500000Y-101018300D02* X93576700Y-100941600D01* X93576700Y-100941600D02* X131423300Y-100941600D01* X131423300Y-100941600D02* X131500000Y-101018300D01* X131500000Y-102120000D02* X131500000Y-101018300D01* %TD*% %TA.AperFunction,Conductor*% %TO.N,GND*% G36* X114879149Y-106634285D02* G01* X114924904Y-106687089D01* X114934848Y-106756247D01* X114930041Y-106776918D01* X114891523Y-106895461D01* X114891523Y-106895464D01* X114859500Y-107097648D01* X114859500Y-107302351D01* X114891522Y-107504534D01* X114954781Y-107699223D01* X115014028Y-107815500D01* X115046007Y-107878262D01* X115047715Y-107881613D01* X115168028Y-108047213D01* X115312786Y-108191971D01* X115467749Y-108304556D01* X115478390Y-108312287D01* X115550424Y-108348990D01* X115571629Y-108359795D01* X115622425Y-108407770D01* X115639220Y-108475591D01* X115616682Y-108541726D01* X115571629Y-108580765D01* X115478650Y-108628140D01* X115313105Y-108748417D01* X115313104Y-108748417D01* X115168417Y-108893104D01* X115168417Y-108893105D01* X115048140Y-109058650D01* X114955244Y-109240970D01* X114892009Y-109435586D01* X114883391Y-109490000D01* X115926988Y-109490000D01* X115894075Y-109547007D01* X115860000Y-109674174D01* X115860000Y-109805826D01* X115894075Y-109932993D01* X115926988Y-109990000D01* X114883391Y-109990000D01* X114892009Y-110044413D01* X114927968Y-110155082D01* X114929963Y-110224923D01* X114893883Y-110284756D01* X114831182Y-110315584D01* X114810037Y-110317400D01* X95050489Y-110317400D01* X94983450Y-110297715D01* X94937695Y-110244911D01* X94927751Y-110175753D01* X94932558Y-110155081D01* X94968477Y-110044534D01* X94986144Y-109932993D01* X95000500Y-109842352D01* X95000500Y-109637648D01* X94968477Y-109435465D01* X94921649Y-109291344D01* X94905220Y-109240781D01* X94905218Y-109240778D01* X94905218Y-109240776D01* X94866617Y-109165019D01* X94812287Y-109058390D01* X94779910Y-109013826D01* X94691971Y-108892786D01* X94547213Y-108748028D01* X94381614Y-108627715D01* X94375006Y-108624348D01* X94288917Y-108580483D01* X94238123Y-108532511D01* X94221328Y-108464690D01* X94243865Y-108398555D01* X94288917Y-108359516D01* X94381610Y-108312287D01* X94462534Y-108253493D01* X94547213Y-108191971D01* X94547215Y-108191968D01* X94547219Y-108191966D01* X94691966Y-108047219D01* X94691968Y-108047215D01* X94691971Y-108047213D01* X94804132Y-107892834D01* X94812287Y-107881610D01* X94905220Y-107699219D01* X94968477Y-107504534D01* X95000500Y-107302352D01* X95000500Y-107097648D01* X94968477Y-106895466D01* X94968476Y-106895462D01* X94968476Y-106895461D01* X94929959Y-106776918D01* X94927964Y-106707077D01* X94964044Y-106647244D01* X95026745Y-106616416D01* X95047890Y-106614600D01* X114812110Y-106614600D01* X114879149Y-106634285D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X120777948Y-107835185D02* G01* X120823292Y-107887097D01* X120825965Y-107892830D01* X120952059Y-108072911D01* X120961501Y-108086395D01* X120961506Y-108086402D01* X121128597Y-108253493D01* X121128603Y-108253498D01* X121314594Y-108383730D01* X121358219Y-108438307D01* X121365413Y-108507805D01* X121333890Y-108570160D01* X121314595Y-108586880D01* X121128922Y-108716890D01* X121128920Y-108716891D01* X120961891Y-108883920D01* X120961886Y-108883926D01* X120826400Y-109077420D01* X120826399Y-109077422D01* X120726570Y-109291507D01* X120726567Y-109291513D01* X120669364Y-109504999D01* X120669364Y-109505000D01* X121566988Y-109505000D01* X121534075Y-109562007D01* X121500000Y-109689174D01* X121500000Y-109820826D01* X121534075Y-109947993D01* X121566988Y-110005000D01* X120669364Y-110005000D01* X120711246Y-110161306D01* X120709583Y-110231156D01* X120670421Y-110289019D01* X120606192Y-110316523D01* X120591471Y-110317400D01* X117909963Y-110317400D01* X117842924Y-110297715D01* X117797169Y-110244911D01* X117787225Y-110175753D01* X117792032Y-110155082D01* X117827990Y-110044413D01* X117836609Y-109990000D01* X116793012Y-109990000D01* X116825925Y-109932993D01* X116860000Y-109805826D01* X116860000Y-109674174D01* X116825925Y-109547007D01* X116793012Y-109490000D01* X117836609Y-109490000D01* X117827990Y-109435586D01* X117764755Y-109240970D01* X117671859Y-109058650D01* X117551582Y-108893105D01* X117551582Y-108893104D01* X117406895Y-108748417D01* X117241349Y-108628140D01* X117148370Y-108580765D01* X117097574Y-108532790D01* X117080779Y-108464969D01* X117103316Y-108398835D01* X117148370Y-108359795D01* X117148920Y-108359515D01* X117241610Y-108312287D01* X117322534Y-108253493D01* X117407213Y-108191971D01* X117407215Y-108191968D01* X117407219Y-108191966D01* X117551966Y-108047219D01* X117551968Y-108047215D01* X117551971Y-108047213D01* X117672287Y-107881610D01* X117674832Y-107877458D01* X117676144Y-107878262D01* X117719444Y-107832412D01* X117781959Y-107815500D01* X120710909Y-107815500D01* X120777948Y-107835185D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X123149513Y-108077895D02* G01* X123193861Y-108106396D01* X123753539Y-108666074D01* X123753549Y-108666085D01* X123757879Y-108670415D01* X123757880Y-108670416D01* X123869684Y-108782220D01* X123956495Y-108832339D01* X123956497Y-108832341D01* X123994551Y-108854311D01* X124006615Y-108861277D01* X124159343Y-108902201D01* X124159346Y-108902201D01* X124325053Y-108902201D01* X124325069Y-108902200D01* X130064946Y-108902200D01* X130131985Y-108921885D01* X130177740Y-108974689D01* X130187684Y-109043847D01* X130175431Y-109082495D01* X130094781Y-109240776D01* X130031522Y-109435465D01* X129999500Y-109637648D01* X129999500Y-109842351D01* X130031522Y-110044534D01* X130067442Y-110155081D01* X130069437Y-110224923D01* X130033357Y-110284756D01* X129970656Y-110315584D01* X129949511Y-110317400D01* X123408529Y-110317400D01* X123341490Y-110297715D01* X123295735Y-110244911D01* X123285791Y-110175753D01* X123288754Y-110161306D01* X123330636Y-110005000D01* X122433012Y-110005000D01* X122465925Y-109947993D01* X122500000Y-109820826D01* X122500000Y-109689174D01* X122465925Y-109562007D01* X122433012Y-109505000D01* X123330636Y-109505000D01* X123330635Y-109504999D01* X123273432Y-109291513D01* X123273429Y-109291507D01* X123173600Y-109077422D01* X123173599Y-109077420D01* X123038113Y-108883926D01* X123038108Y-108883920D01* X122871078Y-108716890D01* X122685405Y-108586879D01* X122641780Y-108532302D01* X122634588Y-108462804D01* X122666110Y-108400449D01* X122685406Y-108383730D01* X122719589Y-108359795D01* X122871401Y-108253495D01* X123018502Y-108106393D01* X123079822Y-108072911D01* X123149513Y-108077895D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X152992545Y-108921885D02* G01* X153038300Y-108974689D01* X153048244Y-109043847D01* X153035991Y-109082495D01* X152955244Y-109240970D01* X152892009Y-109435586D01* X152883391Y-109490000D01* X153926988Y-109490000D01* X153894075Y-109547007D01* X153860000Y-109674174D01* X153860000Y-109805826D01* X153894075Y-109932993D01* X153926988Y-109990000D01* X152883391Y-109990000D01* X152892008Y-110044411D01* X152903209Y-110078881D01* X152905204Y-110148722D01* X152869124Y-110208555D01* X152806424Y-110239384D01* X152785278Y-110241200D01* X133075248Y-110241200D01* X133008209Y-110221515D01* X132962454Y-110168711D01* X132952510Y-110099553D01* X132957317Y-110078881D01* X132968477Y-110044534D01* X132986144Y-109932993D01* X133000500Y-109842352D01* X133000500Y-109637648D01* X132968477Y-109435465D01* X132921649Y-109291344D01* X132905220Y-109240781D01* X132905218Y-109240778D01* X132905218Y-109240776D01* X132824569Y-109082495D01* X132811673Y-109013826D01* X132837949Y-108949085D01* X132895056Y-108908828D01* X132935054Y-108902200D01* X152925506Y-108902200D01* X152992545Y-108921885D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X114992545Y-68421885D02* G01* X115038300Y-68474689D01* X115048244Y-68543847D01* X115035991Y-68582495D01* X114955244Y-68740970D01* X114892009Y-68935586D01* X114883391Y-68990000D01* X115926988Y-68990000D01* X115894075Y-69047007D01* X115860000Y-69174174D01* X115860000Y-69305826D01* X115894075Y-69432993D01* X115926988Y-69490000D01* X114883391Y-69490000D01* X114892009Y-69544413D01* X114955244Y-69739029D01* X115048140Y-69921350D01* X115071695Y-69953769D01* X115095176Y-70019575D01* X115079351Y-70087629D01* X115033456Y-70133998D01* X115032626Y-70134478D01* X115032548Y-70134523D01* X114922987Y-70197777D01* X114922982Y-70197781D01* X114814750Y-70306014D01* X114811180Y-70309584D01* X114811178Y-70309586D01* X114382408Y-70738357D01* X113977584Y-71143181D01* X113916261Y-71176666D01* X113889903Y-71179500D01* X94929602Y-71179500D01* X94862563Y-71159815D01* X94819117Y-71111795D01* X94812284Y-71098385D01* X94691971Y-70932786D01* X94547213Y-70788028D01* X94381614Y-70667715D01* X94321334Y-70637001D01* X94288917Y-70620483D01* X94238123Y-70572511D01* X94221328Y-70504690D01* X94243865Y-70438555D01* X94288917Y-70399516D01* X94381610Y-70352287D01* X94402770Y-70336913D01* X94547213Y-70231971D01* X94547215Y-70231968D01* X94547219Y-70231966D01* X94691966Y-70087219D01* X94691968Y-70087215D01* X94691971Y-70087213D01* X94770034Y-69979767D01* X94812287Y-69921610D01* X94905220Y-69739219D01* X94968477Y-69544534D01* X95000500Y-69342352D01* X95000500Y-69137648D01* X94986144Y-69047007D01* X94968477Y-68935465D01* X94905218Y-68740776D01* X94832049Y-68597175D01* X94824568Y-68582494D01* X94811673Y-68513826D01* X94837949Y-68449085D01* X94895056Y-68408828D01* X94935054Y-68402200D01* X114925506Y-68402200D01* X114992545Y-68421885D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X130137437Y-67320185D02* G01* X130180883Y-67368205D01* X130187715Y-67381614D01* X130308028Y-67547213D01* X130452786Y-67691971D01* X130607749Y-67804556D01* X130618390Y-67812287D01* X130709840Y-67858883D01* X130711080Y-67859515D01* X130761876Y-67907490D01* X130778671Y-67975311D01* X130756134Y-68041446D01* X130711080Y-68080485D01* X130618386Y-68127715D01* X130452786Y-68248028D01* X130308028Y-68392786D01* X130187715Y-68558386D01* X130094781Y-68740776D01* X130031522Y-68935465D01* X129999500Y-69137648D01* X129999500Y-69342351D01* X130031522Y-69544534D01* X130094781Y-69739223D01* X130175431Y-69897505D01* X130188327Y-69966174D01* X130162051Y-70030915D01* X130104944Y-70071172D01* X130064946Y-70077800D01* X117794494Y-70077800D01* X117727455Y-70058115D01* X117681700Y-70005311D01* X117671756Y-69936153D01* X117684009Y-69897505D01* X117764755Y-69739029D01* X117827990Y-69544413D01* X117836609Y-69490000D01* X116793012Y-69490000D01* X116825925Y-69432993D01* X116860000Y-69305826D01* X116860000Y-69174174D01* X116825925Y-69047007D01* X116793012Y-68990000D01* X117836609Y-68990000D01* X117827990Y-68935586D01* X117764755Y-68740970D01* X117671857Y-68558646D01* X117642954Y-68518864D01* X117619474Y-68453058D01* X117635300Y-68385004D01* X117681273Y-68338592D01* X117692104Y-68332339D01* X117778916Y-68282220D01* X117890720Y-68170416D01* X117890720Y-68170414D01* X117900928Y-68160207D01* X117900929Y-68160204D01* X118724316Y-67336819D01* X118785639Y-67303334D01* X118811997Y-67300500D01* X130070398Y-67300500D01* X130137437Y-67320185D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X152851791Y-63678485D02* G01* X152897546Y-63731289D01* X152907490Y-63800447D01* X152902683Y-63821119D01* X152891522Y-63855465D01* X152859500Y-64057648D01* X152859500Y-64262351D01* X152891522Y-64464534D01* X152954781Y-64659223D01* X153047715Y-64841613D01* X153168028Y-65007213D01* X153312786Y-65151971D01* X153467749Y-65264556D01* X153478390Y-65272287D01* X153569840Y-65318883D01* X153571080Y-65319515D01* X153621876Y-65367490D01* X153638671Y-65435311D01* X153616134Y-65501446D01* X153571080Y-65540485D01* X153478386Y-65587715D01* X153312786Y-65708028D01* X153168028Y-65852786D01* X153047715Y-66018386D01* X152954781Y-66200776D01* X152891522Y-66395465D01* X152859500Y-66597648D01* X152859500Y-66802351D01* X152891522Y-67004534D01* X152954781Y-67199223D01* X153047715Y-67381613D01* X153168028Y-67547213D01* X153312786Y-67691971D01* X153467749Y-67804556D01* X153478390Y-67812287D01* X153550424Y-67848990D01* X153571629Y-67859795D01* X153622425Y-67907770D01* X153639220Y-67975591D01* X153616682Y-68041726D01* X153571629Y-68080765D01* X153478650Y-68128140D01* X153313105Y-68248417D01* X153313104Y-68248417D01* X153168417Y-68393104D01* X153168417Y-68393105D01* X153048140Y-68558650D01* X152955244Y-68740970D01* X152892009Y-68935586D01* X152883391Y-68990000D01* X153926988Y-68990000D01* X153894075Y-69047007D01* X153860000Y-69174174D01* X153860000Y-69305826D01* X153894075Y-69432993D01* X153926988Y-69490000D01* X152883391Y-69490000D01* X152892009Y-69544413D01* X152955244Y-69739029D01* X153035991Y-69897505D01* X153048887Y-69966175D01* X153022610Y-70030915D01* X152965504Y-70071172D01* X152925506Y-70077800D01* X132935054Y-70077800D01* X132868015Y-70058115D01* X132822260Y-70005311D01* X132812316Y-69936153D01* X132824569Y-69897505D01* X132905218Y-69739223D01* X132905218Y-69739222D01* X132905220Y-69739219D01* X132968477Y-69544534D01* X133000500Y-69342352D01* X133000500Y-69137648D01* X132986144Y-69047007D01* X132968477Y-68935465D01* X132905218Y-68740776D01* X132871503Y-68674607D01* X132812287Y-68558390D01* X132766668Y-68495600D01* X132691971Y-68392786D01* X132547213Y-68248028D01* X132381614Y-68127715D01* X132321334Y-68097001D01* X132288917Y-68080483D01* X132238123Y-68032511D01* X132221328Y-67964690D01* X132243865Y-67898555D01* X132288917Y-67859516D01* X132381610Y-67812287D01* X132402770Y-67796913D01* X132547213Y-67691971D01* X132547215Y-67691968D01* X132547219Y-67691966D01* X132691966Y-67547219D01* X132691968Y-67547215D01* X132691971Y-67547213D01* X132754605Y-67461003D01* X132812287Y-67381610D01* X132905220Y-67199219D01* X132968477Y-67004534D01* X133000500Y-66802352D01* X133000500Y-66597648D01* X132989884Y-66530620D01* X132968477Y-66395465D01* X132939127Y-66305137D01* X132905220Y-66200781D01* X132905218Y-66200778D01* X132905218Y-66200776D01* X132856507Y-66105177D01* X132812287Y-66018390D01* X132779910Y-65973826D01* X132691971Y-65852786D01* X132547213Y-65708028D01* X132381614Y-65587715D01* X132346012Y-65569575D01* X132288917Y-65540483D01* X132238123Y-65492511D01* X132221328Y-65424690D01* X132243865Y-65358555D01* X132288917Y-65319516D01* X132381610Y-65272287D01* X132402770Y-65256913D01* X132547213Y-65151971D01* X132547215Y-65151968D01* X132547219Y-65151966D01* X132691966Y-65007219D01* X132691968Y-65007215D01* X132691971Y-65007213D01* X132744732Y-64934590D01* X132812287Y-64841610D01* X132905220Y-64659219D01* X132968477Y-64464534D01* X133000500Y-64262352D01* X133000500Y-64057648D01* X132968477Y-63855466D01* X132957317Y-63821119D01* X132955322Y-63751278D01* X132991402Y-63691445D01* X133054102Y-63660616D01* X133075248Y-63658800D01* X152784752Y-63658800D01* X152851791Y-63678485D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X159161369Y-66670285D02* G01* X159207124Y-66723089D01* X159217068Y-66792247D01* X159214105Y-66806693D01* X159164938Y-66990186D01* X159164936Y-66990196D01* X159146476Y-67201200D01* X159144341Y-67225600D01* X159149227Y-67281448D01* X159164936Y-67461003D01* X159164938Y-67461013D01* X159226094Y-67689255D01* X159226096Y-67689259D01* X159226097Y-67689263D01* X159227360Y-67691971D01* X159325965Y-67903430D01* X159325967Y-67903434D01* X159416544Y-68032790D01* X159450136Y-68080765D01* X159461501Y-68096995D01* X159461506Y-68097002D01* X159628597Y-68264093D01* X159628603Y-68264098D01* X159814158Y-68394025D01* X159857783Y-68448602D01* X159864977Y-68518100D01* X159833454Y-68580455D01* X159814158Y-68597175D01* X159628597Y-68727105D01* X159461505Y-68894197D01* X159325965Y-69087769D01* X159325964Y-69087770D01* X159317290Y-69106372D01* X159271115Y-69158809D01* X159237005Y-69173736D01* X159116520Y-69206021D01* X159116509Y-69206026D01* X158979590Y-69285075D01* X158979582Y-69285081D01* X158223184Y-70041481D01* X158161861Y-70074966D01* X158135503Y-70077800D01* X155794494Y-70077800D01* X155727455Y-70058115D01* X155681700Y-70005311D01* X155671756Y-69936153D01* X155684009Y-69897505D01* X155764755Y-69739029D01* X155827990Y-69544413D01* X155836609Y-69490000D01* X154793012Y-69490000D01* X154825925Y-69432993D01* X154860000Y-69305826D01* X154860000Y-69174174D01* X154825925Y-69047007D01* X154793012Y-68990000D01* X155836609Y-68990000D01* X155827990Y-68935586D01* X155764755Y-68740970D01* X155671859Y-68558650D01* X155551582Y-68393105D01* X155551582Y-68393104D01* X155406895Y-68248417D01* X155241349Y-68128140D01* X155148370Y-68080765D01* X155097574Y-68032790D01* X155080779Y-67964969D01* X155103316Y-67898835D01* X155148370Y-67859795D01* X155148920Y-67859515D01* X155241610Y-67812287D01* X155262770Y-67796913D01* X155407213Y-67691971D01* X155407215Y-67691968D01* X155407219Y-67691966D01* X155551966Y-67547219D01* X155551968Y-67547215D01* X155551971Y-67547213D01* X155672284Y-67381614D01* X155672285Y-67381613D01* X155672287Y-67381610D01* X155684258Y-67358114D01* X155732231Y-67307319D01* X155762642Y-67294636D01* X155893485Y-67259577D01* X155952334Y-67225600D01* X156030416Y-67180520D01* X156142220Y-67068716D01* X156142220Y-67068714D01* X156152424Y-67058511D01* X156152427Y-67058506D01* X156524016Y-66686919D01* X156585339Y-66653434D01* X156611697Y-66650600D01* X159094330Y-66650600D01* X159161369Y-66670285D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X160750000Y-57726988D02* G01* X160692993Y-57694075D01* X160565826Y-57660000D01* X160434174Y-57660000D01* X160307007Y-57694075D01* X160250000Y-57726988D01* X160250000Y-56053012D01* X160307007Y-56085925D01* X160434174Y-56120000D01* X160565826Y-56120000D01* X160692993Y-56085925D01* X160750000Y-56053012D01* X160750000Y-57726988D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X159091797Y-52759950D02* G01* X159146838Y-52800645D01* X159169363Y-52830000D01* X160066988Y-52830000D01* X160034075Y-52887007D01* X160000000Y-53014174D01* X160000000Y-53145826D01* X160034075Y-53272993D01* X160066988Y-53330000D01* X159169364Y-53330000D01* X159226567Y-53543486D01* X159226569Y-53543492D01* X159240374Y-53573095D01* X159250866Y-53642172D01* X159222347Y-53705956D01* X159163870Y-53744196D01* X159127992Y-53749500D01* X159010943Y-53749500D01* X158858215Y-53790423D01* X158858214Y-53790423D01* X158858212Y-53790424D01* X158858209Y-53790425D01* X158808096Y-53819359D01* X158808095Y-53819360D01* X158764689Y-53844420D01* X158721285Y-53869479D01* X158721282Y-53869481D01* X158609478Y-53981286D01* X156072044Y-56518719D01* X156010721Y-56552204D01* X155941029Y-56547220D01* X155885096Y-56505348D01* X155861376Y-56442441D01* X155861262Y-56442460D01* X155861174Y-56441907D01* X155860746Y-56440771D01* X155860500Y-56437651D01* X155828477Y-56235465D01* X155813612Y-56189718D01* X155773178Y-56065276D01* X155771184Y-55995438D01* X155807264Y-55935605D01* X155829109Y-55919574D01* X155830416Y-55918820D01* X155942220Y-55807016D01* X155942220Y-55807014D01* X155952428Y-55796807D01* X155952429Y-55796804D01* X158960786Y-52788448D01* X159022105Y-52754966D01* X159091797Y-52759950D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X160693039Y-54970185D02* G01* X160738794Y-55022989D01* X160750000Y-55074500D01* X160750000Y-55186988D01* X160692993Y-55154075D01* X160565826Y-55120000D01* X160434174Y-55120000D01* X160307007Y-55154075D01* X160250000Y-55186988D01* X160250000Y-55074500D01* X160269685Y-55007461D01* X160322489Y-54961706D01* X160374000Y-54950500D01* X160626000Y-54950500D01* X160693039Y-54970185D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X159195031Y-49890185D02* G01* X159240786Y-49942989D01* X159250730Y-50012147D01* X159240374Y-50046905D01* X159226569Y-50076507D01* X159226567Y-50076513D01* X159169364Y-50289999D01* X159169364Y-50290000D01* X160066988Y-50290000D01* X160034075Y-50347007D01* X160000000Y-50474174D01* X160000000Y-50605826D01* X160034075Y-50732993D01* X160066988Y-50790000D01* X159169364Y-50790000D01* X159226567Y-51003486D01* X159226569Y-51003492D01* X159240374Y-51033095D01* X159250866Y-51102172D01* X159222347Y-51165956D01* X159163870Y-51204196D01* X159127992Y-51209500D01* X159010943Y-51209500D01* X158858214Y-51250423D01* X158827399Y-51268215D01* X158827398Y-51268215D01* X158721287Y-51329477D01* X158721282Y-51329481D01* X158609478Y-51441286D01* X156072044Y-53978719D01* X156010721Y-54012204D01* X155941029Y-54007220D01* X155885096Y-53965348D01* X155861376Y-53902441D01* X155861262Y-53902460D01* X155861174Y-53901907D01* X155860746Y-53900771D01* X155860500Y-53897651D01* X155856038Y-53869481D01* X155831283Y-53713181D01* X155828477Y-53695465D01* X155779888Y-53545925D01* X155765220Y-53500781D01* X155765218Y-53500778D01* X155765218Y-53500776D01* X155707249Y-53387007D01* X155672287Y-53318390D01* X155664556Y-53307749D01* X155551971Y-53152786D01* X155407215Y-53008030D01* X155346448Y-52963882D01* X155303782Y-52908553D01* X155297801Y-52838940D01* X155330406Y-52777144D01* X155331575Y-52775958D01* X158200716Y-49906819D01* X158262039Y-49873334D01* X158288397Y-49870500D01* X159127992Y-49870500D01* X159195031Y-49890185D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X160750000Y-53625500D02* G01* X160730315Y-53692539D01* X160677511Y-53738294D01* X160626000Y-53749500D01* X160374000Y-53749500D01* X160306961Y-53729815D01* X160261206Y-53677011D01* X160250000Y-53625500D01* X160250000Y-53513012D01* X160307007Y-53545925D01* X160434174Y-53580000D01* X160565826Y-53580000D01* X160692993Y-53545925D01* X160750000Y-53513012D01* X160750000Y-53625500D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X160693039Y-52430185D02* G01* X160738794Y-52482989D01* X160750000Y-52534500D01* X160750000Y-52646988D01* X160692993Y-52614075D01* X160565826Y-52580000D01* X160434174Y-52580000D01* X160307007Y-52614075D01* X160250000Y-52646988D01* X160250000Y-52534500D01* X160269685Y-52467461D01* X160322489Y-52421706D01* X160374000Y-52410500D01* X160626000Y-52410500D01* X160693039Y-52430185D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X160750000Y-51085500D02* G01* X160730315Y-51152539D01* X160677511Y-51198294D01* X160626000Y-51209500D01* X160374000Y-51209500D01* X160306961Y-51189815D01* X160261206Y-51137011D01* X160250000Y-51085500D01* X160250000Y-50973012D01* X160307007Y-51005925D01* X160434174Y-51040000D01* X160565826Y-51040000D01* X160692993Y-51005925D01* X160750000Y-50973012D01* X160750000Y-51085500D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X172294503Y-40708944D02* G01* X172350436Y-40750816D01* X172374853Y-40816280D01* X172366598Y-40870427D01* X172322583Y-40982578D01* X172322580Y-40982585D01* X172322576Y-40982597D01* X172264197Y-41238374D01* X172264196Y-41238379D01* X172244592Y-41499995D01* X172244592Y-41500004D01* X172264196Y-41761620D01* X172264197Y-41761625D01* X172322578Y-42017412D01* X172380509Y-42165019D01* X172386677Y-42234616D01* X172354239Y-42296500D01* X172352761Y-42298002D01* X163477584Y-51173181D01* X163416261Y-51206666D01* X163389903Y-51209500D01* X161872008Y-51209500D01* X161804969Y-51189815D01* X161759214Y-51137011D01* X161749270Y-51067853D01* X161759626Y-51033095D01* X161773430Y-51003492D01* X161773432Y-51003486D01* X161830636Y-50790000D01* X160933012Y-50790000D01* X160965925Y-50732993D01* X161000000Y-50605826D01* X161000000Y-50474174D01* X160965925Y-50347007D01* X160933012Y-50290000D01* X161830636Y-50290000D01* X161830635Y-50289999D01* X161773432Y-50076513D01* X161773430Y-50076507D01* X161759626Y-50046905D01* X161749134Y-49977828D01* X161777653Y-49914044D01* X161836130Y-49875804D01* X161872008Y-49870500D01* X162695031Y-49870500D01* X162695047Y-49870501D01* X162702643Y-49870501D01* X162860754Y-49870501D01* X162860757Y-49870501D01* X163013485Y-49829577D01* X163084452Y-49788604D01* X163150416Y-49750520D01* X163262220Y-49638716D01* X163262220Y-49638714D01* X163272424Y-49628511D01* X163272428Y-49628506D01* X172163490Y-40737443D01* X172224811Y-40703960D01* X172294503Y-40708944D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X160693039Y-49890185D02* G01* X160738794Y-49942989D01* X160750000Y-49994500D01* X160750000Y-50106988D01* X160692993Y-50074075D01* X160565826Y-50040000D01* X160434174Y-50040000D01* X160307007Y-50074075D01* X160250000Y-50106988D01* X160250000Y-49994500D01* X160269685Y-49927461D01* X160322489Y-49881706D01* X160374000Y-49870500D01* X160626000Y-49870500D01* X160693039Y-49890185D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X160750000Y-48545500D02* G01* X160730315Y-48612539D01* X160677511Y-48658294D01* X160626000Y-48669500D01* X160374000Y-48669500D01* X160306961Y-48649815D01* X160261206Y-48597011D01* X160250000Y-48545500D01* X160250000Y-48433012D01* X160307007Y-48465925D01* X160434174Y-48500000D01* X160565826Y-48500000D01* X160692993Y-48465925D01* X160750000Y-48433012D01* X160750000Y-48545500D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* X178442539Y-26020185D02* G01* X178488294Y-26072989D01* X178499500Y-26124500D01* X178499500Y-122875500D01* X178479815Y-122942539D01* X178427011Y-122988294D01* X178375500Y-122999500D01* X80624500Y-122999500D01* X80557461Y-122979815D01* X80511706Y-122927011D01* X80500500Y-122875500D01* X80500500Y-97054999D01* X86644341Y-97054999D01* X86644341Y-97055000D01* X86664936Y-97290403D01* X86664938Y-97290413D01* X86726094Y-97518655D01* X86726096Y-97518659D01* X86726097Y-97518663D01* X86789906Y-97655501D01* X86825965Y-97732830D01* X86825967Y-97732834D01* X86961501Y-97926395D01* X86961506Y-97926402D01* X87128597Y-98093493D01* X87128603Y-98093498D01* X87314158Y-98223425D01* X87357783Y-98278002D01* X87364977Y-98347500D01* X87333454Y-98409855D01* X87314158Y-98426575D01* X87128597Y-98556505D01* X86961505Y-98723597D01* X86825965Y-98917169D01* X86825964Y-98917171D01* X86726098Y-99131335D01* X86726094Y-99131344D01* X86664938Y-99359586D01* X86664936Y-99359596D01* X86644341Y-99594999D01* X86644341Y-99595000D01* X86664936Y-99830403D01* X86664938Y-99830413D01* X86726094Y-100058655D01* X86726096Y-100058659D01* X86726097Y-100058663D01* X86797317Y-100211394D01* X86825965Y-100272830D01* X86825967Y-100272834D01* X86961501Y-100466395D01* X86961506Y-100466402D01* X87128597Y-100633493D01* X87128603Y-100633498D01* X87314158Y-100763425D01* X87357783Y-100818002D01* X87364977Y-100887500D01* X87333454Y-100949855D01* X87314158Y-100966575D01* X87128597Y-101096505D01* X86961505Y-101263597D01* X86825965Y-101457169D01* X86825964Y-101457171D01* X86726098Y-101671335D01* X86726094Y-101671344D01* X86664938Y-101899586D01* X86664936Y-101899596D01* X86644341Y-102134999D01* X86644341Y-102135000D01* X86664936Y-102370403D01* X86664938Y-102370413D01* X86726094Y-102598655D01* X86726096Y-102598659D01* X86726097Y-102598663D01* X86773727Y-102700805D01* X86825965Y-102812830D01* X86825967Y-102812834D01* X86961501Y-103006395D01* X86961506Y-103006402D01* X87128597Y-103173493D01* X87128603Y-103173498D01* X87314158Y-103303425D01* X87357783Y-103358002D01* X87364977Y-103427500D01* X87333454Y-103489855D01* X87314158Y-103506575D01* X87128597Y-103636505D01* X86961505Y-103803597D01* X86825965Y-103997169D01* X86825964Y-103997171D01* X86726098Y-104211335D01* X86726094Y-104211344D01* X86664938Y-104439586D01* X86664936Y-104439596D01* X86644341Y-104674999D01* X86644341Y-104675000D01* X86664936Y-104910403D01* X86664938Y-104910413D01* X86726094Y-105138655D01* X86726096Y-105138659D01* X86726097Y-105138663D01* X86809493Y-105317505D01* X86825965Y-105352830D01* X86825967Y-105352834D01* X86961501Y-105546395D01* X86961506Y-105546402D01* X87128597Y-105713493D01* X87128603Y-105713498D01* X87314158Y-105843425D01* X87357783Y-105898002D01* X87364977Y-105967500D01* X87333454Y-106029855D01* X87314158Y-106046575D01* X87128597Y-106176505D01* X86961505Y-106343597D01* X86825965Y-106537169D01* X86825964Y-106537171D01* X86726098Y-106751335D01* X86726094Y-106751344D01* X86664938Y-106979586D01* X86664936Y-106979596D01* X86644341Y-107214999D01* X86644341Y-107215000D01* X86664936Y-107450403D01* X86664938Y-107450413D01* X86726094Y-107678655D01* X86726096Y-107678659D01* X86726097Y-107678663D01* X86789906Y-107815501D01* X86825965Y-107892830D01* X86825967Y-107892834D01* X86961501Y-108086395D01* X86961506Y-108086402D01* X87128597Y-108253493D01* X87128603Y-108253498D01* X87314158Y-108383425D01* X87357783Y-108438002D01* X87364977Y-108507500D01* X87333454Y-108569855D01* X87314158Y-108586575D01* X87128597Y-108716505D01* X86961505Y-108883597D01* X86825965Y-109077169D01* X86825964Y-109077171D01* X86726098Y-109291335D01* X86726094Y-109291344D01* X86664938Y-109519586D01* X86664936Y-109519596D01* X86644341Y-109754999D01* X86644341Y-109755000D01* X86664936Y-109990403D01* X86664938Y-109990413D01* X86726094Y-110218655D01* X86726096Y-110218659D01* X86726097Y-110218663D01* X86789906Y-110355501D01* X86825965Y-110432830D01* X86825967Y-110432834D01* X86961501Y-110626395D01* X86961506Y-110626402D01* X87128597Y-110793493D01* X87128603Y-110793498D01* X87314158Y-110923425D01* X87357783Y-110978002D01* X87364977Y-111047500D01* X87333454Y-111109855D01* X87314158Y-111126575D01* X87128597Y-111256505D01* X86961505Y-111423597D01* X86825965Y-111617169D01* X86825964Y-111617171D01* X86726098Y-111831335D01* X86726094Y-111831344D01* X86664938Y-112059586D01* X86664936Y-112059596D01* X86644341Y-112294999D01* X86644341Y-112295000D01* X86664936Y-112530403D01* X86664938Y-112530413D01* X86726094Y-112758655D01* X86726096Y-112758659D01* X86726097Y-112758663D01* X86789906Y-112895501D01* X86825965Y-112972830D01* X86825967Y-112972834D01* X86934069Y-113127219D01* X86961505Y-113166401D01* X87128599Y-113333495D01* X87212558Y-113392284D01* X87322165Y-113469032D01* X87322167Y-113469033D01* X87322170Y-113469035D01* X87536337Y-113568903D01* X87764592Y-113630063D01* X87952918Y-113646539D01* X87999999Y-113650659D01* X88000000Y-113650659D01* X88000001Y-113650659D01* X88039234Y-113647226D01* X88235408Y-113630063D01* X88463663Y-113568903D01* X88677830Y-113469035D01* X88871401Y-113333495D01* X89038495Y-113166401D01* X89174035Y-112972830D01* X89176707Y-112967097D01* X89222878Y-112914658D01* X89289091Y-112895500D01* X92078041Y-112895500D01* X92145080Y-112915185D01* X92183984Y-112958181D01* X92185168Y-112957457D01* X92187706Y-112961600D01* X92187712Y-112961608D01* X92187713Y-112961610D01* X92202961Y-112982597D01* X92308034Y-113127219D01* X92452786Y-113271971D01* X92607749Y-113384556D01* X92618390Y-113392287D01* X92800781Y-113485220D01* X92852061Y-113501881D01* X92909736Y-113541318D01* X92933518Y-113587718D01* X92940421Y-113613482D01* X92940422Y-113613483D01* X92940423Y-113613485D01* X92961886Y-113650659D01* X93000282Y-113717163D01* X93019479Y-113750415D01* X93196284Y-113927220D01* X93283095Y-113977339D01* X93283097Y-113977341D01* X93321151Y-113999311D01* X93333215Y-114006277D01* X93485943Y-114047201D01* X93485946Y-114047201D01* X93651653Y-114047201D01* X93651669Y-114047200D01* X131331970Y-114047200D01* X131379420Y-114056638D01* X131386511Y-114059574D01* X131386516Y-114059577D01* X131498319Y-114089534D01* X131539242Y-114100500D01* X131539243Y-114100500D01* X172270647Y-114100500D01* X172337686Y-114120185D01* X172383441Y-114172989D01* X172386058Y-114179157D01* X172418432Y-114261643D01* X172549614Y-114488857D01* X172681736Y-114654533D01* X172713198Y-114693985D01* X172894753Y-114862441D01* X172905521Y-114872433D01* X173122296Y-115020228D01* X173122301Y-115020230D01* X173122302Y-115020231D01* X173122303Y-115020232D01* X173247843Y-115080688D01* X173358673Y-115134061D01* X173358674Y-115134061D01* X173358677Y-115134063D01* X173609385Y-115211396D01* X173868818Y-115250500D01* X174131182Y-115250500D01* X174390615Y-115211396D01* X174641323Y-115134063D01* X174877704Y-115020228D01* X175094479Y-114872433D01* X175286805Y-114693981D01* X175450386Y-114488857D01* X175581568Y-114261643D01* X175677420Y-114017416D01* X175735802Y-113761630D01* X175735803Y-113761620D01* X175755408Y-113500004D01* X175755408Y-113499995D01* X175735803Y-113238379D01* X175735802Y-113238374D01* X175735802Y-113238370D01* X175677420Y-112982584D01* X175581568Y-112738357D01* X175450386Y-112511143D01* X175286805Y-112306019D01* X175286804Y-112306018D01* X175286801Y-112306014D01* X175094479Y-112127567D01* X174994769Y-112059586D01* X174877704Y-111979772D01* X174877700Y-111979770D01* X174877697Y-111979768D01* X174877696Y-111979767D01* X174641325Y-111865938D01* X174641327Y-111865938D01* X174390623Y-111788606D01* X174390619Y-111788605D01* X174390615Y-111788604D01* X174265823Y-111769794D01* X174131187Y-111749500D01* X174131182Y-111749500D01* X173868818Y-111749500D01* X173868812Y-111749500D01* X173707247Y-111773853D01* X173609385Y-111788604D01* X173609382Y-111788605D01* X173609376Y-111788606D01* X173358673Y-111865938D01* X173122303Y-111979767D01* X173122302Y-111979768D01* X172905520Y-112127567D01* X172713198Y-112306014D01* X172549614Y-112511143D01* X172418435Y-112738350D01* X172418432Y-112738355D01* X172418432Y-112738357D01* X172386073Y-112820805D01* X172343260Y-112876016D01* X172277390Y-112899317D01* X172270647Y-112899500D01* X155896810Y-112899500D01* X155829771Y-112879815D01* X155784016Y-112827011D01* X155774072Y-112757853D01* X155778879Y-112737182D01* X155828476Y-112584538D01* X155828476Y-112584537D01* X155828477Y-112584534D01* X155860500Y-112382352D01* X155860500Y-112177648D01* X155841802Y-112059596D01* X155828477Y-111975465D01* X155781649Y-111831344D01* X155765220Y-111780781D01* X155765218Y-111780778D01* X155765218Y-111780776D01* X155684569Y-111622495D01* X155671673Y-111553826D01* X155697949Y-111489085D01* X155755056Y-111448828D01* X155795054Y-111442200D01* X171571631Y-111442200D01* X171571647Y-111442201D01* X171579243Y-111442201D01* X171737354Y-111442201D01* X171737357Y-111442201D01* X171890085Y-111401277D01* X171940204Y-111372339D01* X172027016Y-111322220D01* X172138820Y-111210416D01* X172138820Y-111210414D01* X172149028Y-111200207D01* X172149030Y-111200204D01* X173199605Y-110149628D01* X173260926Y-110116145D01* X173330618Y-110121129D01* X173341079Y-110125588D01* X173358677Y-110134063D01* X173609385Y-110211396D01* X173868818Y-110250500D01* X174131182Y-110250500D01* X174390615Y-110211396D01* X174641323Y-110134063D01* X174877704Y-110020228D01* X175094479Y-109872433D01* X175286805Y-109693981D01* X175450386Y-109488857D01* X175581568Y-109261643D01* X175677420Y-109017416D01* X175735802Y-108761630D01* X175736821Y-108748034D01* X175755408Y-108500004D01* X175755408Y-108499995D01* X175735803Y-108238379D01* X175735802Y-108238374D01* X175735802Y-108238370D01* X175677420Y-107982584D01* X175581568Y-107738357D01* X175450386Y-107511143D01* X175286805Y-107306019D01* X175286804Y-107306018D01* X175286801Y-107306014D01* X175094479Y-107127567D01* X175050596Y-107097648D01* X174877704Y-106979772D01* X174877700Y-106979770D01* X174877697Y-106979768D01* X174877696Y-106979767D01* X174641325Y-106865938D01* X174641327Y-106865938D01* X174390623Y-106788606D01* X174390619Y-106788605D01* X174390615Y-106788604D01* X174265823Y-106769794D01* X174131187Y-106749500D01* X174131182Y-106749500D01* X173868818Y-106749500D01* X173868812Y-106749500D01* X173724260Y-106771289D01* X173609385Y-106788604D01* X173609382Y-106788605D01* X173609376Y-106788606D01* X173358673Y-106865938D01* X173122303Y-106979767D01* X173122302Y-106979768D01* X172905520Y-107127567D01* X172713198Y-107306014D01* X172549614Y-107511143D01* X172418432Y-107738356D01* X172322582Y-107982578D01* X172322576Y-107982597D01* X172264197Y-108238374D01* X172264196Y-108238379D01* X172244592Y-108499995D01* X172244592Y-108500004D01* X172264196Y-108761620D01* X172264197Y-108761625D01* X172322578Y-109017412D01* X172380509Y-109165019D01* X172386677Y-109234616D01* X172354239Y-109296500D01* X172352761Y-109298002D01* X171445884Y-110204881D01* X171384561Y-110238366D01* X171358203Y-110241200D01* X155934722Y-110241200D01* X155867683Y-110221515D01* X155821928Y-110168711D01* X155811984Y-110099553D01* X155816791Y-110078881D01* X155827991Y-110044411D01* X155836609Y-109990000D01* X154793012Y-109990000D01* X154825925Y-109932993D01* X154860000Y-109805826D01* X154860000Y-109674174D01* X154825925Y-109547007D01* X154793012Y-109490000D01* X155836609Y-109490000D01* X155827990Y-109435586D01* X155764755Y-109240970D01* X155671859Y-109058650D01* X155551582Y-108893105D01* X155551582Y-108893104D01* X155406895Y-108748417D01* X155241349Y-108628140D01* X155148370Y-108580765D01* X155097574Y-108532790D01* X155080779Y-108464969D01* X155103316Y-108398835D01* X155148370Y-108359795D01* X155148920Y-108359515D01* X155241610Y-108312287D01* X155322534Y-108253493D01* X155407213Y-108191971D01* X155407215Y-108191968D01* X155407219Y-108191966D01* X155551966Y-108047219D01* X155551968Y-108047215D01* X155551971Y-108047213D01* X155664132Y-107892834D01* X155672287Y-107881610D01* X155765220Y-107699219D01* X155828477Y-107504534D01* X155860500Y-107302352D01* X155860500Y-107097648D01* X155841802Y-106979596D01* X155828477Y-106895465D01* X155817317Y-106861119D01* X155815322Y-106791278D01* X155851402Y-106731445D01* X155914102Y-106700616D01* X155935248Y-106698800D01* X171315031Y-106698800D01* X171315047Y-106698801D01* X171322643Y-106698801D01* X171480754Y-106698801D01* X171480757Y-106698801D01* X171633485Y-106657877D01* X171683604Y-106628939D01* X171770416Y-106578820D01* X171882220Y-106467016D01* X171882220Y-106467014D01* X171892428Y-106456807D01* X171892430Y-106456804D01* X173199605Y-105149628D01* X173260926Y-105116145D01* X173330618Y-105121129D01* X173341079Y-105125588D01* X173358677Y-105134063D01* X173609385Y-105211396D01* X173868818Y-105250500D01* X174131182Y-105250500D01* X174390615Y-105211396D01* X174641323Y-105134063D01* X174877704Y-105020228D01* X175094479Y-104872433D01* X175286805Y-104693981D01* X175450386Y-104488857D01* X175581568Y-104261643D01* X175677420Y-104017416D01* X175735802Y-103761630D01* X175742816Y-103668034D01* X175755408Y-103500004D01* X175755408Y-103499995D01* X175735803Y-103238379D01* X175735802Y-103238374D01* X175735802Y-103238370D01* X175677420Y-102982584D01* X175581568Y-102738357D01* X175450386Y-102511143D01* X175286805Y-102306019D01* X175286804Y-102306018D01* X175286801Y-102306014D01* X175094479Y-102127567D01* X174877704Y-101979772D01* X174877700Y-101979770D01* X174877697Y-101979768D01* X174877696Y-101979767D01* X174641325Y-101865938D01* X174641327Y-101865938D01* X174390623Y-101788606D01* X174390619Y-101788605D01* X174390615Y-101788604D01* X174260905Y-101769053D01* X174131187Y-101749500D01* X174131182Y-101749500D01* X173868818Y-101749500D01* X173868812Y-101749500D01* X173707247Y-101773853D01* X173609385Y-101788604D01* X173609382Y-101788605D01* X173609376Y-101788606D01* X173358673Y-101865938D01* X173122303Y-101979767D01* X173122302Y-101979768D01* X172905520Y-102127567D01* X172713198Y-102306014D01* X172549614Y-102511143D01* X172418432Y-102738356D01* X172322582Y-102982578D01* X172322576Y-102982597D01* X172264197Y-103238374D01* X172264196Y-103238379D01* X172244592Y-103499995D01* X172244592Y-103500004D01* X172264196Y-103761620D01* X172264197Y-103761625D01* X172322578Y-104017412D01* X172380509Y-104165019D01* X172386677Y-104234616D01* X172354239Y-104296500D01* X172352761Y-104298002D01* X171189284Y-105461481D01* X171127961Y-105494966D01* X171101603Y-105497800D01* X155795054Y-105497800D01* X155728015Y-105478115D01* X155682260Y-105425311D01* X155672316Y-105356153D01* X155684569Y-105317505D01* X155692483Y-105301974D01* X155765220Y-105159219D01* X155828477Y-104964534D01* X155860500Y-104762352D01* X155860500Y-104557648D01* X155841802Y-104439596D01* X155828477Y-104355465D01* X155817317Y-104321119D01* X155815322Y-104251278D01* X155851402Y-104191445D01* X155914102Y-104160616D01* X155935248Y-104158800D01* X168855031Y-104158800D01* X168855047Y-104158801D01* X168862643Y-104158801D01* X169020754Y-104158801D01* X169020757Y-104158801D01* X169173485Y-104117877D01* X169235452Y-104082100D01* X169310416Y-104038820D01* X169422220Y-103927016D01* X169422220Y-103927014D01* X169432424Y-103916811D01* X169432428Y-103916806D01* X173199605Y-100149628D01* X173260926Y-100116145D01* X173330618Y-100121129D01* X173341079Y-100125588D01* X173358677Y-100134063D01* X173609385Y-100211396D01* X173868818Y-100250500D01* X174131182Y-100250500D01* X174390615Y-100211396D01* X174641323Y-100134063D01* X174877704Y-100020228D01* X175094479Y-99872433D01* X175286805Y-99693981D01* X175450386Y-99488857D01* X175581568Y-99261643D01* X175677420Y-99017416D01* X175735802Y-98761630D01* X175735803Y-98761620D01* X175755408Y-98500004D01* X175755408Y-98499995D01* X175735803Y-98238379D01* X175735802Y-98238374D01* X175735802Y-98238370D01* X175677420Y-97982584D01* X175581568Y-97738357D01* X175450386Y-97511143D01* X175286805Y-97306019D01* X175286804Y-97306018D01* X175286801Y-97306014D01* X175094479Y-97127567D01* X175042948Y-97092434D01* X174877704Y-96979772D01* X174877700Y-96979770D01* X174877697Y-96979768D01* X174877696Y-96979767D01* X174641325Y-96865938D01* X174641327Y-96865938D01* X174390623Y-96788606D01* X174390619Y-96788605D01* X174390615Y-96788604D01* X174265823Y-96769794D01* X174131187Y-96749500D01* X174131182Y-96749500D01* X173868818Y-96749500D01* X173868812Y-96749500D01* X173707247Y-96773853D01* X173609385Y-96788604D01* X173609382Y-96788605D01* X173609376Y-96788606D01* X173358673Y-96865938D01* X173122303Y-96979767D01* X173122302Y-96979768D01* X172905520Y-97127567D01* X172713198Y-97306014D01* X172549614Y-97511143D01* X172418432Y-97738356D01* X172322582Y-97982578D01* X172322576Y-97982597D01* X172264197Y-98238374D01* X172264196Y-98238379D01* X172244592Y-98499995D01* X172244592Y-98500004D01* X172264196Y-98761620D01* X172264197Y-98761625D01* X172322578Y-99017412D01* X172380509Y-99165019D01* X172386677Y-99234616D01* X172354239Y-99296500D01* X172352761Y-99298002D01* X168729284Y-102921481D01* X168667961Y-102954966D01* X168641603Y-102957800D01* X155795054Y-102957800D01* X155728015Y-102938115D01* X155682260Y-102885311D01* X155672316Y-102816153D01* X155684569Y-102777505D01* X155704517Y-102738356D01* X155765220Y-102619219D01* X155828477Y-102424534D01* X155860500Y-102222352D01* X155860500Y-102017648D01* X155840567Y-101891798D01* X155849522Y-101822505D01* X155894518Y-101769053D01* X155961269Y-101748413D01* X155963040Y-101748400D01* X166265431Y-101748400D01* X166265447Y-101748401D01* X166273043Y-101748401D01* X166431154Y-101748401D01* X166431157Y-101748401D01* X166583885Y-101707477D01* X166664236Y-101661086D01* X166720816Y-101628420D01* X166832620Y-101516616D01* X166832620Y-101516614D01* X166842824Y-101506411D01* X166842828Y-101506406D01* X173199605Y-95149628D01* X173260926Y-95116145D01* X173330618Y-95121129D01* X173341079Y-95125588D01* X173358677Y-95134063D01* X173609385Y-95211396D01* X173868818Y-95250500D01* X174131182Y-95250500D01* X174390615Y-95211396D01* X174641323Y-95134063D01* X174877704Y-95020228D01* X175094479Y-94872433D01* X175286805Y-94693981D01* X175450386Y-94488857D01* X175581568Y-94261643D01* X175677420Y-94017416D01* X175735802Y-93761630D01* X175754806Y-93508034D01* X175755408Y-93500004D01* X175755408Y-93499995D01* X175735803Y-93238379D01* X175735802Y-93238374D01* X175735802Y-93238370D01* X175677420Y-92982584D01* X175581568Y-92738357D01* X175450386Y-92511143D01* X175286805Y-92306019D01* X175286804Y-92306018D01* X175286801Y-92306014D01* X175094479Y-92127567D01* X174877704Y-91979772D01* X174877700Y-91979770D01* X174877697Y-91979768D01* X174877696Y-91979767D01* X174641325Y-91865938D01* X174641327Y-91865938D01* X174390623Y-91788606D01* X174390619Y-91788605D01* X174390615Y-91788604D01* X174265823Y-91769794D01* X174131187Y-91749500D01* X174131182Y-91749500D01* X173868818Y-91749500D01* X173868812Y-91749500D01* X173707247Y-91773853D01* X173609385Y-91788604D01* X173609382Y-91788605D01* X173609376Y-91788606D01* X173358673Y-91865938D01* X173122303Y-91979767D01* X173122302Y-91979768D01* X172905520Y-92127567D01* X172713198Y-92306014D01* X172549614Y-92511143D01* X172418432Y-92738356D01* X172322582Y-92982578D01* X172322576Y-92982597D01* X172264197Y-93238374D01* X172264196Y-93238379D01* X172244592Y-93499995D01* X172244592Y-93500004D01* X172264196Y-93761620D01* X172264197Y-93761625D01* X172322578Y-94017412D01* X172380509Y-94165019D01* X172386677Y-94234616D01* X172354239Y-94296500D01* X172352761Y-94298002D01* X166139684Y-100511081D01* X166078361Y-100544566D01* X166052003Y-100547400D01* X163101197Y-100547400D01* X163034158Y-100527715D01* X162988403Y-100474911D01* X162978459Y-100405753D01* X163007484Y-100342197D01* X163013516Y-100335719D01* X165554763Y-97794472D01* X173199605Y-90149628D01* X173260926Y-90116145D01* X173330618Y-90121129D01* X173341079Y-90125588D01* X173358677Y-90134063D01* X173609385Y-90211396D01* X173868818Y-90250500D01* X174131182Y-90250500D01* X174390615Y-90211396D01* X174641323Y-90134063D01* X174828111Y-90044110D01* X174877696Y-90020232D01* X174877696Y-90020231D01* X174877704Y-90020228D01* X175094479Y-89872433D01* X175286805Y-89693981D01* X175450386Y-89488857D01* X175581568Y-89261643D01* X175677420Y-89017416D01* X175735802Y-88761630D01* X175736239Y-88755796D01* X175755408Y-88500004D01* X175755408Y-88499995D01* X175735803Y-88238379D01* X175735802Y-88238374D01* X175735802Y-88238370D01* X175677420Y-87982584D01* X175581568Y-87738357D01* X175450386Y-87511143D01* X175286805Y-87306019D01* X175286804Y-87306018D01* X175286801Y-87306014D01* X175094479Y-87127567D01* X174877704Y-86979772D01* X174877700Y-86979770D01* X174877697Y-86979768D01* X174877696Y-86979767D01* X174641325Y-86865938D01* X174641327Y-86865938D01* X174390623Y-86788606D01* X174390619Y-86788605D01* X174390615Y-86788604D01* X174265823Y-86769794D01* X174131187Y-86749500D01* X174131182Y-86749500D01* X173868818Y-86749500D01* X173868812Y-86749500D01* X173707247Y-86773853D01* X173609385Y-86788604D01* X173609382Y-86788605D01* X173609376Y-86788606D01* X173358673Y-86865938D01* X173122303Y-86979767D01* X173122302Y-86979768D01* X172905520Y-87127567D01* X172713198Y-87306014D01* X172549614Y-87511143D01* X172418432Y-87738356D01* X172322582Y-87982578D01* X172322576Y-87982597D01* X172264197Y-88238374D01* X172264196Y-88238379D01* X172244592Y-88499995D01* X172244592Y-88500004D01* X172264196Y-88761620D01* X172264197Y-88761625D01* X172322578Y-89017412D01* X172380509Y-89165019D01* X172386677Y-89234616D01* X172354239Y-89296500D01* X172352761Y-89298002D01* X161741384Y-99909381D01* X161680061Y-99942866D01* X161653703Y-99945700D01* X156957012Y-99945700D01* X156889973Y-99926015D01* X156879697Y-99918645D01* X156876863Y-99916385D01* X156876862Y-99916384D01* X156820096Y-99880715D01* X156724123Y-99820411D01* X156553854Y-99760831D01* X156553849Y-99760830D01* X156374604Y-99740635D01* X156374596Y-99740635D01* X156195350Y-99760830D01* X156195342Y-99760832D01* X156023587Y-99820932D01* X155953809Y-99824493D01* X155893181Y-99789764D01* X155860954Y-99727771D01* X155860212Y-99687210D01* X155860118Y-99687203D01* X155860194Y-99686235D01* X155860162Y-99684484D01* X155860500Y-99682352D01* X155860500Y-99477648D01* X155841802Y-99359596D01* X155828477Y-99275465D01* X155781649Y-99131344D01* X155765220Y-99080781D01* X155765218Y-99080778D01* X155765218Y-99080776D01* X155725130Y-99002100D01* X155672287Y-98898390D01* X155639910Y-98853826D01* X155551971Y-98732786D01* X155407213Y-98588028D01* X155241614Y-98467715D01* X155235006Y-98464348D01* X155148917Y-98420483D01* X155098123Y-98372511D01* X155081328Y-98304690D01* X155103865Y-98238555D01* X155148917Y-98199516D01* X155241610Y-98152287D01* X155322534Y-98093493D01* X155407213Y-98031971D01* X155407215Y-98031968D01* X155407219Y-98031966D01* X155551966Y-97887219D01* X155551968Y-97887215D01* X155551971Y-97887213D01* X155604732Y-97814590D01* X155672287Y-97721610D01* X155765220Y-97539219D01* X155828477Y-97344534D01* X155860500Y-97142352D01* X155860500Y-96937648D01* X155841802Y-96819596D01* X155828477Y-96735465D01* X155806062Y-96666481D01* X155772444Y-96563017D01* X155770450Y-96493177D01* X155806530Y-96433344D01* X155869231Y-96402516D01* X155890376Y-96400700D01* X161613131Y-96400700D01* X161613147Y-96400701D01* X161620743Y-96400701D01* X161778854Y-96400701D01* X161778857Y-96400701D01* X161931585Y-96359777D01* X161981704Y-96330839D01* X162068516Y-96280720D01* X162180320Y-96168916D01* X162180320Y-96168914D01* X162190528Y-96158707D01* X162190529Y-96158704D01* X173199606Y-85149628D01* X173260927Y-85116145D01* X173330619Y-85121129D01* X173341068Y-85125583D01* X173358677Y-85134063D01* X173609385Y-85211396D01* X173868818Y-85250500D01* X174131182Y-85250500D01* X174390615Y-85211396D01* X174641323Y-85134063D01* X174877704Y-85020228D01* X175094479Y-84872433D01* X175286805Y-84693981D01* X175450386Y-84488857D01* X175581568Y-84261643D01* X175677420Y-84017416D01* X175735802Y-83761630D01* X175755408Y-83500000D01* X175751476Y-83447535D01* X175735803Y-83238379D01* X175735802Y-83238374D01* X175735802Y-83238370D01* X175677420Y-82982584D01* X175581568Y-82738357D01* X175450386Y-82511143D01* X175286805Y-82306019D01* X175286804Y-82306018D01* X175286801Y-82306014D01* X175094479Y-82127567D01* X174877704Y-81979772D01* X174877700Y-81979770D01* X174877697Y-81979768D01* X174877696Y-81979767D01* X174641325Y-81865938D01* X174641327Y-81865938D01* X174390623Y-81788606D01* X174390619Y-81788605D01* X174390615Y-81788604D01* X174265823Y-81769794D01* X174131187Y-81749500D01* X174131182Y-81749500D01* X173868818Y-81749500D01* X173868812Y-81749500D01* X173707247Y-81773853D01* X173609385Y-81788604D01* X173609382Y-81788605D01* X173609376Y-81788606D01* X173358673Y-81865938D01* X173122303Y-81979767D01* X173122302Y-81979768D01* X172905520Y-82127567D01* X172713198Y-82306014D01* X172549614Y-82511143D01* X172418432Y-82738356D01* X172322582Y-82982578D01* X172322576Y-82982597D01* X172264197Y-83238374D01* X172264196Y-83238379D01* X172244592Y-83499995D01* X172244592Y-83500004D01* X172264196Y-83761620D01* X172264197Y-83761625D01* X172322576Y-84017402D01* X172322582Y-84017421D01* X172380509Y-84165017D01* X172386678Y-84234614D01* X172354240Y-84296497D01* X172352762Y-84298000D01* X161487384Y-95163381D01* X161426061Y-95196866D01* X161399703Y-95199700D01* X155865420Y-95199700D01* X155798381Y-95180015D01* X155752626Y-95127211D01* X155742682Y-95058053D01* X155754935Y-95019406D01* X155765217Y-94999226D01* X155765217Y-94999222D01* X155765220Y-94999219D01* X155828477Y-94804534D01* X155860500Y-94602352D01* X155860500Y-94397648D01* X155844717Y-94298002D01* X155828477Y-94195465D01* X155771712Y-94020761D01* X155765220Y-94000781D01* X155765218Y-94000778D01* X155765218Y-94000776D01* X155731503Y-93934607D01* X155672287Y-93818390D01* X155631049Y-93761630D01* X155551971Y-93652786D01* X155407213Y-93508028D01* X155241613Y-93387715D01* X155241612Y-93387714D01* X155241610Y-93387713D01* X155184653Y-93358691D01* X155059223Y-93294781D01* X154864534Y-93231522D01* X154689995Y-93203878D01* X154662352Y-93199500D01* X154057648Y-93199500D01* X154033329Y-93203351D01* X153855465Y-93231522D01* X153660776Y-93294781D01* X153478386Y-93387715D01* X153312786Y-93508028D01* X153168028Y-93652786D01* X153047715Y-93818386D01* X152954781Y-94000776D01* X152891522Y-94195465D01* X152859500Y-94397648D01* X152859500Y-94602351D01* X152891522Y-94804534D01* X152954782Y-94999226D01* X152965065Y-95019406D01* X152977961Y-95088075D01* X152951684Y-95152815D01* X152894578Y-95193072D01* X152854580Y-95199700D01* X149150542Y-95199700D01* X148997815Y-95240623D01* X148980708Y-95250500D01* X148980707Y-95250500D01* X148860890Y-95319675D01* X148860882Y-95319681D01* X148843883Y-95336681D01* X148782560Y-95370166D01* X148756202Y-95373000D01* X133124500Y-95373000D01* X133057461Y-95353315D01* X133011706Y-95300511D01* X133000500Y-95249001D01* X133000499Y-95150213D01* X133020183Y-95083174D01* X133062497Y-95042826D01* X133101639Y-95020228D01* X133170416Y-94980520D01* X133282220Y-94868716D01* X133282220Y-94868714D01* X133292424Y-94858511D01* X133292427Y-94858506D01* X144239735Y-83911199D01* X159144341Y-83911199D01* X159144341Y-83911200D01* X159164936Y-84146603D01* X159164938Y-84146613D01* X159226094Y-84374855D01* X159226096Y-84374859D01* X159226097Y-84374863D01* X159319523Y-84575215D01* X159325965Y-84589030D01* X159325967Y-84589034D01* X159461501Y-84782595D01* X159461506Y-84782602D01* X159628597Y-84949693D01* X159628603Y-84949698D01* X159814158Y-85079625D01* X159857783Y-85134202D01* X159864977Y-85203700D01* X159833454Y-85266055D01* X159814158Y-85282775D01* X159628597Y-85412705D01* X159461505Y-85579797D01* X159325965Y-85773369D01* X159325964Y-85773371D01* X159226098Y-85987535D01* X159226094Y-85987544D01* X159164938Y-86215786D01* X159164936Y-86215796D01* X159144341Y-86451199D01* X159144341Y-86451200D01* X159164936Y-86686603D01* X159164938Y-86686613D01* X159226094Y-86914855D01* X159226096Y-86914859D01* X159226097Y-86914863D01* X159325283Y-87127567D01* X159325965Y-87129030D01* X159325967Y-87129034D01* X159461501Y-87322595D01* X159461506Y-87322602D01* X159628597Y-87489693D01* X159628603Y-87489698D01* X159814158Y-87619625D01* X159857783Y-87674202D01* X159864977Y-87743700D01* X159833454Y-87806055D01* X159814158Y-87822775D01* X159628597Y-87952705D01* X159461505Y-88119797D01* X159325965Y-88313369D01* X159325964Y-88313371D01* X159226098Y-88527535D01* X159226094Y-88527544D01* X159164938Y-88755786D01* X159164936Y-88755796D01* X159144341Y-88991199D01* X159144341Y-88991200D01* X159164936Y-89226603D01* X159164938Y-89226613D01* X159226094Y-89454855D01* X159226096Y-89454859D01* X159226097Y-89454863D01* X159241949Y-89488857D01* X159325965Y-89669030D01* X159325967Y-89669034D01* X159461501Y-89862595D01* X159461506Y-89862602D01* X159628597Y-90029693D01* X159628603Y-90029698D01* X159814158Y-90159625D01* X159857783Y-90214202D01* X159864977Y-90283700D01* X159833454Y-90346055D01* X159814158Y-90362775D01* X159628597Y-90492705D01* X159461505Y-90659797D01* X159325965Y-90853369D01* X159325964Y-90853371D01* X159226098Y-91067535D01* X159226094Y-91067544D01* X159164938Y-91295786D01* X159164936Y-91295796D01* X159144341Y-91531199D01* X159144341Y-91531200D01* X159164936Y-91766603D01* X159164938Y-91766613D01* X159226094Y-91994855D01* X159226096Y-91994859D01* X159226097Y-91994863D01* X159287978Y-92127567D01* X159325965Y-92209030D01* X159325967Y-92209034D01* X159393874Y-92306014D01* X159461505Y-92402601D01* X159628599Y-92569695D01* X159725384Y-92637465D01* X159822165Y-92705232D01* X159822167Y-92705233D01* X159822170Y-92705235D01* X160036337Y-92805103D01* X160264592Y-92866263D01* X160452918Y-92882739D01* X160499999Y-92886859D01* X160500000Y-92886859D01* X160500001Y-92886859D01* X160546622Y-92882780D01* X160735408Y-92866263D01* X160963663Y-92805103D01* X161177830Y-92705235D01* X161371401Y-92569695D01* X161538495Y-92402601D01* X161674035Y-92209030D01* X161773903Y-91994863D01* X161835063Y-91766608D01* X161855659Y-91531200D01* X161835063Y-91295792D01* X161773903Y-91067537D01* X161674035Y-90853371D01* X161538495Y-90659799D01* X161538494Y-90659797D01* X161371402Y-90492706D01* X161371396Y-90492701D01* X161185842Y-90362775D01* X161142217Y-90308198D01* X161135023Y-90238700D01* X161166546Y-90176345D01* X161185842Y-90159625D01* X161247938Y-90116145D01* X161371401Y-90029695D01* X161538495Y-89862601D01* X161674035Y-89669030D01* X161773903Y-89454863D01* X161835063Y-89226608D01* X161855659Y-88991200D01* X161835063Y-88755792D01* X161773903Y-88527537D01* X161674035Y-88313371D01* X161621526Y-88238379D01* X161538494Y-88119797D01* X161371402Y-87952706D01* X161371396Y-87952701D01* X161185842Y-87822775D01* X161142217Y-87768198D01* X161135023Y-87698700D01* X161166546Y-87636345D01* X161185842Y-87619625D01* X161340770Y-87511143D01* X161371401Y-87489695D01* X161538495Y-87322601D01* X161674035Y-87129030D01* X161773903Y-86914863D01* X161835063Y-86686608D01* X161855659Y-86451200D01* X161835063Y-86215792D01* X161773903Y-85987537D01* X161674035Y-85773371D01* X161656139Y-85747812D01* X161538494Y-85579797D01* X161371402Y-85412706D01* X161371396Y-85412701D01* X161185842Y-85282775D01* X161142217Y-85228198D01* X161135023Y-85158700D01* X161166546Y-85096345D01* X161185842Y-85079625D01* X161270665Y-85020231D01* X161371401Y-84949695D01* X161538495Y-84782601D01* X161674035Y-84589030D01* X161773903Y-84374863D01* X161835063Y-84146608D01* X161855659Y-83911200D01* X161835063Y-83675792D01* X161773903Y-83447537D01* X161674035Y-83233371D01* X161538495Y-83039799D01* X161416567Y-82917871D01* X161383084Y-82856551D01* X161388068Y-82786859D01* X161429939Y-82730925D01* X161460915Y-82714010D01* X161592331Y-82664996D01* X161707546Y-82578746D01* X161793796Y-82463531D01* X161844091Y-82328683D01* X161850500Y-82269073D01* X161850499Y-80473328D01* X161844091Y-80413717D01* X161831078Y-80378828D01* X161793797Y-80278871D01* X161793793Y-80278864D01* X161707547Y-80163655D01* X161707544Y-80163652D01* X161592335Y-80077406D01* X161592328Y-80077402D01* X161457482Y-80027108D01* X161457483Y-80027108D01* X161397883Y-80020701D01* X161397881Y-80020700D01* X161397873Y-80020700D01* X161397864Y-80020700D01* X159602129Y-80020700D01* X159602123Y-80020701D01* X159542516Y-80027108D01* X159407671Y-80077402D01* X159407664Y-80077406D01* X159292455Y-80163652D01* X159292452Y-80163655D01* X159206206Y-80278864D01* X159206202Y-80278871D01* X159155908Y-80413717D01* X159151031Y-80459083D01* X159149501Y-80473323D01* X159149500Y-80473335D01* X159149500Y-82269070D01* X159149501Y-82269076D01* X159155908Y-82328683D01* X159206202Y-82463528D01* X159206206Y-82463535D01* X159292452Y-82578744D01* X159292455Y-82578747D01* X159407664Y-82664993D01* X159407671Y-82664997D01* X159539081Y-82714010D01* X159595015Y-82755881D01* X159619432Y-82821345D01* X159604580Y-82889618D01* X159583430Y-82917873D01* X159461503Y-83039800D01* X159325965Y-83233369D01* X159325964Y-83233371D01* X159226098Y-83447535D01* X159226094Y-83447544D01* X159164938Y-83675786D01* X159164936Y-83675796D01* X159144341Y-83911199D01* X144239735Y-83911199D01* X149014116Y-79136819D01* X149075439Y-79103334D01* X149101797Y-79100500D01* X172125501Y-79100500D01* X172192540Y-79120185D01* X172238295Y-79172989D01* X172249501Y-79224500D01* X172249501Y-79797876D01* X172255908Y-79857483D01* X172306202Y-79992328D01* X172306206Y-79992335D01* X172392452Y-80107544D01* X172392455Y-80107547D01* X172507664Y-80193793D01* X172507671Y-80193797D01* X172642517Y-80244091D01* X172642516Y-80244091D01* X172649444Y-80244835D01* X172702127Y-80250500D01* X175297872Y-80250499D01* X175357483Y-80244091D01* X175492331Y-80193796D01* X175607546Y-80107546D01* X175693796Y-79992331D01* X175744091Y-79857483D01* X175750500Y-79797873D01* X175750499Y-77202128D01* X175744091Y-77142517D01* X175693796Y-77007669D01* X175693795Y-77007668D01* X175693793Y-77007664D01* X175607547Y-76892455D01* X175607544Y-76892452D01* X175492335Y-76806206D01* X175492328Y-76806202D01* X175357482Y-76755908D01* X175357483Y-76755908D01* X175297883Y-76749501D01* X175297881Y-76749500D01* X175297873Y-76749500D01* X175297864Y-76749500D01* X172702129Y-76749500D01* X172702123Y-76749501D01* X172642516Y-76755908D01* X172507671Y-76806202D01* X172507664Y-76806206D01* X172392455Y-76892452D01* X172392452Y-76892455D01* X172306206Y-77007664D01* X172306202Y-77007671D01* X172255908Y-77142517D01* X172249501Y-77202116D01* X172249501Y-77202123D01* X172249500Y-77202135D01* X172249500Y-77775500D01* X172229815Y-77842539D01* X172177011Y-77888294D01* X172125500Y-77899500D01* X148888369Y-77899500D01* X148888353Y-77899499D01* X148880757Y-77899499D01* X148722643Y-77899499D01* X148615287Y-77928265D01* X148569910Y-77940424D01* X148569909Y-77940425D01* X148519796Y-77969359D01* X148519795Y-77969360D01* X148476389Y-77994420D01* X148432985Y-78019479D01* X148432982Y-78019481D01* X148321178Y-78131286D01* X133148416Y-93304047D01* X133087093Y-93337532D01* X133017401Y-93332548D01* X132961468Y-93290676D01* X132944551Y-93259693D01* X132944394Y-93259273D01* X132943796Y-93257669D01* X132943794Y-93257666D01* X132943793Y-93257664D01* X132857547Y-93142455D01* X132857544Y-93142452D01* X132742335Y-93056206D01* X132742328Y-93056202D01* X132607482Y-93005908D01* X132607483Y-93005908D01* X132547883Y-92999501D01* X132547881Y-92999500D01* X132547873Y-92999500D01* X132547864Y-92999500D01* X130452129Y-92999500D01* X130452123Y-92999501D01* X130392516Y-93005908D01* X130257671Y-93056202D01* X130257664Y-93056206D01* X130142455Y-93142452D01* X130142452Y-93142455D01* X130056206Y-93257664D01* X130056203Y-93257669D01* X130055446Y-93259701D01* X130054146Y-93261436D01* X130051953Y-93265454D01* X130051375Y-93265138D01* X130013574Y-93315634D01* X129948110Y-93340051D01* X129879837Y-93325199D01* X129851583Y-93304048D01* X129549190Y-93001655D01* X129549188Y-93001652D01* X129430317Y-92882781D01* X129430316Y-92882780D01* X129343504Y-92832660D01* X129343504Y-92832659D01* X129343500Y-92832658D01* X129293385Y-92803723D01* X129140657Y-92762799D01* X128982543Y-92762799D01* X128974947Y-92762799D01* X128974931Y-92762800D01* X96025070Y-92762800D01* X96025054Y-92762799D01* X96017458Y-92762799D01* X95859343Y-92762799D01* X95782979Y-92783261D01* X95706614Y-92803723D01* X95706609Y-92803726D01* X95569690Y-92882775D01* X95569682Y-92882781D01* X95148416Y-93304047D01* X95087093Y-93337532D01* X95017401Y-93332548D01* X94961468Y-93290676D01* X94944551Y-93259693D01* X94944394Y-93259273D01* X94943796Y-93257669D01* X94943794Y-93257666D01* X94943793Y-93257664D01* X94857547Y-93142455D01* X94857544Y-93142452D01* X94742335Y-93056206D01* X94742328Y-93056202D01* X94607482Y-93005908D01* X94607483Y-93005908D01* X94547883Y-92999501D01* X94547881Y-92999500D01* X94547873Y-92999500D01* X94547864Y-92999500D01* X92452129Y-92999500D01* X92452123Y-92999501D01* X92392516Y-93005908D01* X92257671Y-93056202D01* X92257664Y-93056206D01* X92142455Y-93142452D01* X92142452Y-93142455D01* X92056206Y-93257664D01* X92056202Y-93257671D01* X92005908Y-93392517D01* X91999501Y-93452116D01* X91999500Y-93452135D01* X91999500Y-93790500D01* X91979815Y-93857539D01* X91927011Y-93903294D01* X91875500Y-93914500D01* X89474499Y-93914500D01* X89407460Y-93894815D01* X89361705Y-93842011D01* X89350499Y-93790500D01* X89350499Y-93617129D01* X89350498Y-93617123D01* X89350497Y-93617116D01* X89344091Y-93557517D01* X89304728Y-93451980D01* X89293797Y-93422671D01* X89293793Y-93422664D01* X89207547Y-93307455D01* X89207544Y-93307452D01* X89092335Y-93221206D01* X89092328Y-93221202D01* X88957482Y-93170908D01* X88957483Y-93170908D01* X88897883Y-93164501D01* X88897881Y-93164500D01* X88897873Y-93164500D01* X88897864Y-93164500D01* X87102129Y-93164500D01* X87102123Y-93164501D01* X87042516Y-93170908D01* X86907671Y-93221202D01* X86907664Y-93221206D01* X86792455Y-93307452D01* X86792452Y-93307455D01* X86706206Y-93422664D01* X86706202Y-93422671D01* X86655908Y-93557517D01* X86649501Y-93617116D01* X86649501Y-93617123D01* X86649500Y-93617135D01* X86649500Y-95412870D01* X86649501Y-95412876D01* X86655908Y-95472483D01* X86706202Y-95607328D01* X86706206Y-95607335D01* X86792452Y-95722544D01* X86792455Y-95722547D01* X86907664Y-95808793D01* X86907671Y-95808797D01* X87039081Y-95857810D01* X87095015Y-95899681D01* X87119432Y-95965145D01* X87104580Y-96033418D01* X87083430Y-96061673D01* X86961503Y-96183600D01* X86825965Y-96377169D01* X86825964Y-96377171D01* X86726098Y-96591335D01* X86726094Y-96591344D01* X86664938Y-96819586D01* X86664936Y-96819596D01* X86644341Y-97054999D01* X80500500Y-97054999D01* X80500500Y-85499994D01* X81494859Y-85499994D01* X81494859Y-85500005D01* X81515385Y-85747729D01* X81515387Y-85747738D01* X81576412Y-85988717D01* X81676266Y-86216364D01* X81776564Y-86369882D01* X82476212Y-85670234D01* X82487482Y-85712292D01* X82559890Y-85837708D01* X82662292Y-85940110D01* X82787708Y-86012518D01* X82829765Y-86023787D01* X82129942Y-86723609D01* X82176768Y-86760055D01* X82176770Y-86760056D01* X82395385Y-86878364D01* X82395396Y-86878369D01* X82630506Y-86959083D01* X82875707Y-87000000D01* X83124293Y-87000000D01* X83369493Y-86959083D01* X83604603Y-86878369D01* X83604614Y-86878364D01* X83823228Y-86760057D01* X83823231Y-86760055D01* X83870056Y-86723609D01* X83170234Y-86023787D01* X83212292Y-86012518D01* X83337708Y-85940110D01* X83440110Y-85837708D01* X83512518Y-85712292D01* X83523787Y-85670235D01* X84223434Y-86369882D01* X84323731Y-86216369D01* X84423587Y-85988717D01* X84484612Y-85747738D01* X84484614Y-85747729D01* X84505141Y-85500005D01* X84505141Y-85499994D01* X85994357Y-85499994D01* X85994357Y-85500005D01* X86014890Y-85747812D01* X86014892Y-85747824D01* X86075936Y-85988881D01* X86175826Y-86216606D01* X86311833Y-86424782D01* X86311836Y-86424785D01* X86480256Y-86607738D01* X86676491Y-86760474D01* X86676493Y-86760475D01* X86894332Y-86878364D01* X86895190Y-86878828D01* X87114141Y-86953994D01* X87128964Y-86959083D01* X87130386Y-86959571D01* X87375665Y-87000500D01* X87624335Y-87000500D01* X87869614Y-86959571D01* X88104810Y-86878828D01* X88323509Y-86760474D01* X88519744Y-86607738D01* X88688164Y-86424785D01* X88824173Y-86216607D01* X88924063Y-85988881D01* X88985108Y-85747821D01* X89005643Y-85500000D01* X88998409Y-85412701D01* X88985109Y-85252187D01* X88985107Y-85252175D01* X88924063Y-85011118D01* X88824173Y-84783393D01* X88688166Y-84575217D01* X88666557Y-84551744D01* X88519744Y-84392262D01* X88323509Y-84239526D01* X88323507Y-84239525D01* X88323506Y-84239524D01* X88104811Y-84121172D01* X88104802Y-84121169D01* X87869616Y-84040429D01* X87624335Y-83999500D01* X87375665Y-83999500D01* X87130383Y-84040429D01* X86895197Y-84121169D01* X86895188Y-84121172D01* X86676493Y-84239524D01* X86480257Y-84392261D01* X86311833Y-84575217D01* X86175826Y-84783393D01* X86075936Y-85011118D01* X86014892Y-85252175D01* X86014890Y-85252187D01* X85994357Y-85499994D01* X84505141Y-85499994D01* X84484614Y-85252270D01* X84484612Y-85252261D01* X84423587Y-85011282D01* X84323731Y-84783630D01* X84223434Y-84630116D01* X83523787Y-85329764D01* X83512518Y-85287708D01* X83440110Y-85162292D01* X83337708Y-85059890D01* X83212292Y-84987482D01* X83170235Y-84976212D01* X83870057Y-84276390D01* X83870056Y-84276389D01* X83823229Y-84239943D01* X83604614Y-84121635D01* X83604603Y-84121630D01* X83369493Y-84040916D01* X83124293Y-84000000D01* X82875707Y-84000000D01* X82630506Y-84040916D01* X82395396Y-84121630D01* X82395390Y-84121632D01* X82176761Y-84239949D01* X82129942Y-84276388D01* X82129942Y-84276390D01* X82829765Y-84976212D01* X82787708Y-84987482D01* X82662292Y-85059890D01* X82559890Y-85162292D01* X82487482Y-85287708D01* X82476212Y-85329764D01* X81776564Y-84630116D01* X81676267Y-84783632D01* X81576412Y-85011282D01* X81515387Y-85252261D01* X81515385Y-85252270D01* X81494859Y-85499994D01* X80500500Y-85499994D01* X80500500Y-78999994D01* X81494859Y-78999994D01* X81494859Y-79000005D01* X81515385Y-79247729D01* X81515387Y-79247738D01* X81576412Y-79488717D01* X81676266Y-79716364D01* X81776564Y-79869882D01* X82476212Y-79170234D01* X82487482Y-79212292D01* X82559890Y-79337708D01* X82662292Y-79440110D01* X82787708Y-79512518D01* X82829765Y-79523787D01* X82129942Y-80223609D01* X82176768Y-80260055D01* X82176770Y-80260056D01* X82395385Y-80378364D01* X82395396Y-80378369D01* X82630506Y-80459083D01* X82875707Y-80500000D01* X83124293Y-80500000D01* X83369493Y-80459083D01* X83604603Y-80378369D01* X83604614Y-80378364D01* X83823228Y-80260057D01* X83823231Y-80260055D01* X83870056Y-80223609D01* X83170234Y-79523787D01* X83212292Y-79512518D01* X83337708Y-79440110D01* X83440110Y-79337708D01* X83512518Y-79212292D01* X83523787Y-79170235D01* X84223434Y-79869882D01* X84323731Y-79716369D01* X84423587Y-79488717D01* X84484612Y-79247738D01* X84484614Y-79247729D01* X84505141Y-79000005D01* X84505141Y-78999994D01* X85994357Y-78999994D01* X85994357Y-79000005D01* X86014890Y-79247812D01* X86014892Y-79247824D01* X86075936Y-79488881D01* X86175826Y-79716606D01* X86311833Y-79924782D01* X86311836Y-79924785D01* X86480256Y-80107738D01* X86676491Y-80260474D01* X86676493Y-80260475D01* X86894332Y-80378364D01* X86895190Y-80378828D01* X87114141Y-80453994D01* X87128964Y-80459083D01* X87130386Y-80459571D01* X87375665Y-80500500D01* X87624335Y-80500500D01* X87869614Y-80459571D01* X88104810Y-80378828D01* X88323509Y-80260474D01* X88519744Y-80107738D01* X88688164Y-79924785D01* X88824173Y-79716607D01* X88924063Y-79488881D01* X88985108Y-79247821D01* X88985116Y-79247729D01* X89005643Y-79000005D01* X89005643Y-78999994D01* X88985109Y-78752187D01* X88985107Y-78752175D01* X88924063Y-78511118D01* X88824173Y-78283393D01* X88688166Y-78075217D01* X88636855Y-78019479D01* X88519744Y-77892262D01* X88323509Y-77739526D01* X88323507Y-77739525D01* X88323506Y-77739524D01* X88104811Y-77621172D01* X88104802Y-77621169D01* X87869616Y-77540429D01* X87624335Y-77499500D01* X87375665Y-77499500D01* X87130383Y-77540429D01* X86895197Y-77621169D01* X86895188Y-77621172D01* X86676493Y-77739524D01* X86480257Y-77892261D01* X86311833Y-78075217D01* X86175826Y-78283393D01* X86075936Y-78511118D01* X86014892Y-78752175D01* X86014890Y-78752187D01* X85994357Y-78999994D01* X84505141Y-78999994D01* X84484614Y-78752270D01* X84484612Y-78752261D01* X84423587Y-78511282D01* X84323731Y-78283630D01* X84223434Y-78130116D01* X83523787Y-78829764D01* X83512518Y-78787708D01* X83440110Y-78662292D01* X83337708Y-78559890D01* X83212292Y-78487482D01* X83170235Y-78476212D01* X83870057Y-77776390D01* X83870056Y-77776389D01* X83823229Y-77739943D01* X83604614Y-77621635D01* X83604603Y-77621630D01* X83369493Y-77540916D01* X83124293Y-77500000D01* X82875707Y-77500000D01* X82630506Y-77540916D01* X82395396Y-77621630D01* X82395390Y-77621632D01* X82176761Y-77739949D01* X82129942Y-77776388D01* X82129942Y-77776390D01* X82829765Y-78476212D01* X82787708Y-78487482D01* X82662292Y-78559890D01* X82559890Y-78662292D01* X82487482Y-78787708D01* X82476212Y-78829764D01* X81776564Y-78130116D01* X81676267Y-78283632D01* X81576412Y-78511282D01* X81515387Y-78752261D01* X81515385Y-78752270D01* X81494859Y-78999994D01* X80500500Y-78999994D01* X80500500Y-52952135D01* X91999500Y-52952135D01* X91999500Y-55047870D01* X91999501Y-55047876D01* X92005908Y-55107483D01* X92056202Y-55242328D01* X92056206Y-55242335D01* X92142452Y-55357544D01* X92142455Y-55357547D01* X92257664Y-55443793D01* X92257673Y-55443798D01* X92294914Y-55457688D01* X92350848Y-55499559D01* X92375266Y-55565023D01* X92360415Y-55633296D01* X92339265Y-55661550D01* X92308027Y-55692787D01* X92187715Y-55858386D01* X92094781Y-56040776D01* X92031522Y-56235465D01* X91999500Y-56437648D01* X91999500Y-56642351D01* X92031522Y-56844534D01* X92094781Y-57039223D01* X92187715Y-57221613D01* X92308028Y-57387213D01* X92452786Y-57531971D01* X92607749Y-57644556D01* X92618390Y-57652287D01* X92705177Y-57696507D01* X92711080Y-57699515D01* X92761876Y-57747490D01* X92778671Y-57815311D01* X92756134Y-57881446D01* X92711080Y-57920485D01* X92618386Y-57967715D01* X92452786Y-58088028D01* X92308028Y-58232786D01* X92187715Y-58398386D01* X92094781Y-58580776D01* X92031522Y-58775465D01* X91999500Y-58977648D01* X91999500Y-59182351D01* X92031522Y-59384534D01* X92094781Y-59579223D01* X92187715Y-59761613D01* X92308028Y-59927213D01* X92452786Y-60071971D01* X92607749Y-60184556D01* X92618390Y-60192287D01* X92709840Y-60238883D01* X92711080Y-60239515D01* X92761876Y-60287490D01* X92778671Y-60355311D01* X92756134Y-60421446D01* X92711080Y-60460485D01* X92618386Y-60507715D01* X92452786Y-60628028D01* X92308028Y-60772786D01* X92187715Y-60938386D01* X92094781Y-61120776D01* X92031522Y-61315465D01* X91999500Y-61517648D01* X91999500Y-61722351D01* X92031522Y-61924534D01* X92094781Y-62119223D01* X92118116Y-62165019D01* X92185109Y-62296500D01* X92187715Y-62301613D01* X92308028Y-62467213D01* X92452786Y-62611971D01* X92565671Y-62693985D01* X92618390Y-62732287D01* X92709840Y-62778883D01* X92711080Y-62779515D01* X92761876Y-62827490D01* X92778671Y-62895311D01* X92756134Y-62961446D01* X92711080Y-63000485D01* X92618386Y-63047715D01* X92452786Y-63168028D01* X92308028Y-63312786D01* X92187715Y-63478386D01* X92094781Y-63660776D01* X92031522Y-63855465D01* X91999500Y-64057648D01* X91999500Y-64262351D01* X92031522Y-64464534D01* X92094781Y-64659223D01* X92187715Y-64841613D01* X92308028Y-65007213D01* X92452786Y-65151971D01* X92607749Y-65264556D01* X92618390Y-65272287D01* X92709840Y-65318883D01* X92711080Y-65319515D01* X92761876Y-65367490D01* X92778671Y-65435311D01* X92756134Y-65501446D01* X92711080Y-65540485D01* X92618386Y-65587715D01* X92452786Y-65708028D01* X92308028Y-65852786D01* X92187715Y-66018386D01* X92094781Y-66200776D01* X92031522Y-66395465D01* X91999500Y-66597648D01* X91999500Y-66802351D01* X92031522Y-67004534D01* X92094781Y-67199223D01* X92187715Y-67381613D01* X92308028Y-67547213D01* X92452786Y-67691971D01* X92607749Y-67804556D01* X92618390Y-67812287D01* X92709840Y-67858883D01* X92711080Y-67859515D01* X92761876Y-67907490D01* X92778671Y-67975311D01* X92756134Y-68041446D01* X92711080Y-68080485D01* X92618386Y-68127715D01* X92452786Y-68248028D01* X92308028Y-68392786D01* X92187715Y-68558386D01* X92094781Y-68740776D01* X92031522Y-68935465D01* X91999500Y-69137648D01* X91999500Y-69342351D01* X92031522Y-69544534D01* X92094781Y-69739223D01* X92187715Y-69921613D01* X92308028Y-70087213D01* X92452786Y-70231971D01* X92607749Y-70344556D01* X92618390Y-70352287D01* X92709840Y-70398883D01* X92711080Y-70399515D01* X92761876Y-70447490D01* X92778671Y-70515311D01* X92756134Y-70581446D01* X92711080Y-70620485D01* X92618386Y-70667715D01* X92452786Y-70788028D01* X92308028Y-70932786D01* X92187715Y-71098386D01* X92094781Y-71280776D01* X92031522Y-71475465D01* X91999500Y-71677648D01* X91999500Y-71882351D01* X92031522Y-72084534D01* X92094781Y-72279223D01* X92187715Y-72461613D01* X92308028Y-72627213D01* X92452786Y-72771971D01* X92591062Y-72872432D01* X92618390Y-72892287D01* X92734607Y-72951503D01* X92800776Y-72985218D01* X92800778Y-72985218D01* X92800781Y-72985220D01* X92905137Y-73019127D01* X92995465Y-73048477D01* X93096557Y-73064488D01* X93197648Y-73080500D01* X93197649Y-73080500D01* X93802351Y-73080500D01* X93802352Y-73080500D01* X94004534Y-73048477D01* X94199219Y-72985220D01* X94381610Y-72892287D01* X94474590Y-72824732D01* X94547213Y-72771971D01* X94547215Y-72771968D01* X94547219Y-72771966D01* X94691966Y-72627219D01* X94691968Y-72627215D01* X94691971Y-72627213D01* X94812284Y-72461614D01* X94812285Y-72461613D01* X94812287Y-72461610D01* X94819117Y-72448204D01* X94867091Y-72397409D01* X94929602Y-72380500D01* X114103331Y-72380500D01* X114103347Y-72380501D01* X114110943Y-72380501D01* X114269054Y-72380501D01* X114269057Y-72380501D01* X114421785Y-72339577D01* X114480634Y-72305600D01* X114558716Y-72260520D01* X114670520Y-72148716D01* X114670520Y-72148714D01* X114680724Y-72138511D01* X114680728Y-72138506D01* X114709983Y-72109250D01* X114771304Y-72075767D01* X114840996Y-72080751D01* X114896929Y-72122623D01* X114915593Y-72158614D01* X114954781Y-72279223D01* X115047715Y-72461613D01* X115168028Y-72627213D01* X115312786Y-72771971D01* X115451062Y-72872432D01* X115478390Y-72892287D01* X115597620Y-72953037D01* X115660780Y-72985220D01* X115660786Y-72985222D01* X115712061Y-73001882D01* X115769737Y-73041319D01* X115793518Y-73087716D01* X115800422Y-73113482D01* X115800426Y-73113490D01* X115879475Y-73250409D01* X115879479Y-73250414D01* X115879480Y-73250416D01* X115991284Y-73362220D01* X115991286Y-73362221D01* X115991290Y-73362224D01* X116128209Y-73441273D01* X116128216Y-73441277D01* X116280943Y-73482200D01* X116280945Y-73482200D01* X154439055Y-73482200D01* X154439057Y-73482200D01* X154591784Y-73441277D01* X154728716Y-73362220D01* X154840520Y-73250416D01* X154919577Y-73113484D01* X154926480Y-73087720D01* X154962843Y-73028061D01* X155007936Y-73001882D01* X155059219Y-72985220D01* X155241610Y-72892287D01* X155334590Y-72824732D01* X155407213Y-72771971D01* X155407215Y-72771968D01* X155407219Y-72771966D01* X155551966Y-72627219D01* X155551968Y-72627215D01* X155551971Y-72627213D01* X155614605Y-72541003D01* X155672287Y-72461610D01* X155765220Y-72279219D01* X155828477Y-72084534D01* X155860500Y-71882352D01* X155860500Y-71677648D01* X155828477Y-71475466D01* X155817317Y-71441119D01* X155815322Y-71371278D01* X155851402Y-71311445D01* X155914102Y-71280616D01* X155935248Y-71278800D01* X158348931Y-71278800D01* X158348947Y-71278801D01* X158356543Y-71278801D01* X158514654Y-71278801D01* X158514657Y-71278801D01* X158667385Y-71237877D01* X158717504Y-71208939D01* X158804316Y-71158820D01* X158916120Y-71047016D01* X158916120Y-71047014D01* X158926328Y-71036807D01* X158926329Y-71036804D01* X159306139Y-70656995D01* X159367461Y-70623511D01* X159437153Y-70628495D01* X159481500Y-70656996D01* X159628597Y-70804093D01* X159628603Y-70804098D01* X159814158Y-70934025D01* X159857783Y-70988602D01* X159864977Y-71058100D01* X159833454Y-71120455D01* X159814158Y-71137175D01* X159628597Y-71267105D01* X159461505Y-71434197D01* X159325965Y-71627769D01* X159325964Y-71627771D01* X159226098Y-71841935D01* X159226094Y-71841944D01* X159164938Y-72070186D01* X159164936Y-72070196D01* X159146476Y-72281200D01* X159144341Y-72305600D01* X159147314Y-72339576D01* X159164936Y-72541003D01* X159164938Y-72541013D01* X159226094Y-72769255D01* X159226096Y-72769259D01* X159226097Y-72769263D01* X159227360Y-72771971D01* X159325965Y-72983430D01* X159325967Y-72983434D01* X159461501Y-73176995D01* X159461506Y-73177002D01* X159628597Y-73344093D01* X159628603Y-73344098D01* X159814158Y-73474025D01* X159857783Y-73528602D01* X159864977Y-73598100D01* X159833454Y-73660455D01* X159814158Y-73677175D01* X159628597Y-73807105D01* X159461505Y-73974197D01* X159325965Y-74167769D01* X159325964Y-74167771D01* X159226098Y-74381935D01* X159226094Y-74381944D01* X159164938Y-74610186D01* X159164936Y-74610196D01* X159144341Y-74845599D01* X159144341Y-74845600D01* X159164936Y-75081003D01* X159164938Y-75081013D01* X159226094Y-75309255D01* X159226096Y-75309259D01* X159226097Y-75309263D01* X159325965Y-75523430D01* X159325967Y-75523434D01* X159434281Y-75678121D01* X159461505Y-75717001D01* X159628599Y-75884095D01* X159725384Y-75951865D01* X159822165Y-76019632D01* X159822167Y-76019633D01* X159822170Y-76019635D01* X160036337Y-76119503D01* X160264592Y-76180663D01* X160452918Y-76197139D01* X160499999Y-76201259D01* X160500000Y-76201259D01* X160500001Y-76201259D01* X160539234Y-76197826D01* X160735408Y-76180663D01* X160963663Y-76119503D01* X161177830Y-76019635D01* X161371401Y-75884095D01* X161538495Y-75717001D01* X161674035Y-75523430D01* X161773903Y-75309263D01* X161835063Y-75081008D01* X161855659Y-74845600D01* X161835063Y-74610192D01* X161773903Y-74381937D01* X161674035Y-74167771D01* X161538495Y-73974199D01* X161538494Y-73974197D01* X161371402Y-73807106D01* X161371396Y-73807101D01* X161185842Y-73677175D01* X161142217Y-73622598D01* X161135023Y-73553100D01* X161166546Y-73490745D01* X161185842Y-73474025D01* X161232612Y-73441276D01* X161371401Y-73344095D01* X161538495Y-73177001D01* X161674035Y-72983430D01* X161773903Y-72769263D01* X161835063Y-72541008D01* X161855659Y-72305600D01* X161835063Y-72070192D01* X161773903Y-71841937D01* X161674035Y-71627771D01* X161584570Y-71500000D01* X161584566Y-71499995D01* X172244592Y-71499995D01* X172244592Y-71500004D01* X172264196Y-71761620D01* X172264197Y-71761625D01* X172322576Y-72017402D01* X172322578Y-72017411D01* X172322580Y-72017416D01* X172418432Y-72261643D01* X172549614Y-72488857D01* X172659949Y-72627213D01* X172713198Y-72693985D01* X172797248Y-72771971D01* X172905521Y-72872433D01* X173122296Y-73020228D01* X173122301Y-73020230D01* X173122302Y-73020231D01* X173122303Y-73020232D01* X173247452Y-73080500D01* X173358673Y-73134061D01* X173358674Y-73134061D01* X173358677Y-73134063D01* X173609385Y-73211396D01* X173868818Y-73250500D01* X174131182Y-73250500D01* X174390615Y-73211396D01* X174641323Y-73134063D01* X174877704Y-73020228D01* X175094479Y-72872433D01* X175286805Y-72693981D01* X175450386Y-72488857D01* X175581568Y-72261643D01* X175677420Y-72017416D01* X175735802Y-71761630D01* X175735803Y-71761620D01* X175755408Y-71500004D01* X175755408Y-71499995D01* X175735803Y-71238379D01* X175735802Y-71238374D01* X175735802Y-71238370D01* X175677420Y-70982584D01* X175581568Y-70738357D01* X175450386Y-70511143D01* X175286805Y-70306019D01* X175286804Y-70306018D01* X175286801Y-70306014D01* X175094479Y-70127567D01* X175035299Y-70087219D01* X174877704Y-69979772D01* X174877700Y-69979770D01* X174877697Y-69979768D01* X174877696Y-69979767D01* X174641325Y-69865938D01* X174641327Y-69865938D01* X174390623Y-69788606D01* X174390619Y-69788605D01* X174390615Y-69788604D01* X174265823Y-69769794D01* X174131187Y-69749500D01* X174131182Y-69749500D01* X173868818Y-69749500D01* X173868812Y-69749500D01* X173707247Y-69773853D01* X173609385Y-69788604D01* X173609382Y-69788605D01* X173609376Y-69788606D01* X173358673Y-69865938D01* X173122303Y-69979767D01* X173122302Y-69979768D01* X172905520Y-70127567D01* X172713198Y-70306014D01* X172549614Y-70511143D01* X172418432Y-70738356D01* X172322582Y-70982578D01* X172322576Y-70982597D01* X172264197Y-71238374D01* X172264196Y-71238379D01* X172244592Y-71499995D01* X161584566Y-71499995D01* X161538494Y-71434197D01* X161371402Y-71267106D01* X161371396Y-71267101D01* X161185842Y-71137175D01* X161142217Y-71082598D01* X161135023Y-71013100D01* X161166546Y-70950745D01* X161185842Y-70934025D01* X161208026Y-70918491D01* X161371401Y-70804095D01* X161538495Y-70637001D01* X161674035Y-70443430D01* X161773903Y-70229263D01* X161835063Y-70001008D01* X161855659Y-69765600D01* X161835063Y-69530192D01* X161773903Y-69301937D01* X161674035Y-69087771D01* X161674034Y-69087769D01* X161538494Y-68894197D01* X161371402Y-68727106D01* X161371396Y-68727101D01* X161185842Y-68597175D01* X161142217Y-68542598D01* X161135023Y-68473100D01* X161166546Y-68410745D01* X161185842Y-68394025D01* X161232611Y-68361277D01* X161371401Y-68264095D01* X161538495Y-68097001D01* X161674035Y-67903430D01* X161773903Y-67689263D01* X161835063Y-67461008D01* X161855659Y-67225600D01* X161835063Y-66990192D01* X161785895Y-66806692D01* X161787558Y-66736843D01* X161826721Y-66678981D01* X161890949Y-66651477D01* X161905670Y-66650600D01* X169363231Y-66650600D01* X169363247Y-66650601D01* X169370843Y-66650601D01* X169528954Y-66650601D01* X169528957Y-66650601D01* X169681685Y-66609677D01* X169731804Y-66580739D01* X169818616Y-66530620D01* X169849241Y-66499995D01* X172245093Y-66499995D01* X172245093Y-66500004D01* X172264692Y-66761545D01* X172264693Y-66761550D01* X172323058Y-67017270D01* X172418883Y-67261426D01* X172418882Y-67261426D01* X172550027Y-67488573D01* X172597874Y-67548571D01* X173398958Y-66747488D01* X173423978Y-66807890D01* X173495112Y-66914351D01* X173585649Y-67004888D01* X173692110Y-67076022D01* X173752510Y-67101041D01* X172950830Y-67902720D01* X173122546Y-68019793D01* X173122550Y-68019795D01* X173358854Y-68133594D01* X173358858Y-68133595D01* X173609494Y-68210907D01* X173609500Y-68210909D01* X173868848Y-68249999D01* X173868857Y-68250000D01* X174131143Y-68250000D01* X174131151Y-68249999D01* X174390499Y-68210909D01* X174390505Y-68210907D01* X174641143Y-68133595D01* X174877445Y-68019798D01* X174877447Y-68019797D01* X175049168Y-67902720D01* X174247488Y-67101041D01* X174307890Y-67076022D01* X174414351Y-67004888D01* X174504888Y-66914351D01* X174576022Y-66807890D01* X174601041Y-66747488D01* X175402125Y-67548572D01* X175449971Y-67488573D01* X175581116Y-67261426D01* X175676941Y-67017270D01* X175735306Y-66761550D01* X175735307Y-66761545D01* X175754907Y-66500004D01* X175754907Y-66499995D01* X175735307Y-66238454D01* X175735306Y-66238449D01* X175676941Y-65982729D01* X175581116Y-65738573D01* X175581117Y-65738573D01* X175449972Y-65511426D01* X175402124Y-65451427D01* X174601041Y-66252510D01* X174576022Y-66192110D01* X174504888Y-66085649D01* X174414351Y-65995112D01* X174307890Y-65923978D01* X174247488Y-65898958D01* X175049168Y-65097278D01* X174877454Y-64980206D01* X174877445Y-64980201D01* X174641142Y-64866404D01* X174641144Y-64866404D01* X174390505Y-64789092D01* X174390499Y-64789090D01* X174131151Y-64750000D01* X173868848Y-64750000D01* X173609500Y-64789090D01* X173609494Y-64789092D01* X173358858Y-64866404D01* X173358854Y-64866405D01* X173122547Y-64980205D01* X173122539Y-64980210D01* X172950830Y-65097277D01* X173752511Y-65898958D01* X173692110Y-65923978D01* X173585649Y-65995112D01* X173495112Y-66085649D01* X173423978Y-66192110D01* X173398958Y-66252510D01* X172597874Y-65451427D01* X172550028Y-65511425D01* X172418883Y-65738573D01* X172323058Y-65982729D01* X172264693Y-66238449D01* X172264692Y-66238454D01* X172245093Y-66499995D01* X169849241Y-66499995D01* X169930420Y-66418816D01* X169930420Y-66418814D01* X169940628Y-66408607D01* X169940630Y-66408604D01* X173199605Y-63149628D01* X173260926Y-63116145D01* X173330618Y-63121129D01* X173341079Y-63125588D01* X173358677Y-63134063D01* X173609385Y-63211396D01* X173868818Y-63250500D01* X174131182Y-63250500D01* X174390615Y-63211396D01* X174641323Y-63134063D01* X174877704Y-63020228D01* X175094479Y-62872433D01* X175286805Y-62693981D01* X175450386Y-62488857D01* X175581568Y-62261643D01* X175677420Y-62017416D01* X175735802Y-61761630D01* X175735803Y-61761620D01* X175755408Y-61500004D01* X175755408Y-61499995D01* X175735803Y-61238379D01* X175735802Y-61238374D01* X175735802Y-61238370D01* X175677420Y-60982584D01* X175581568Y-60738357D01* X175450386Y-60511143D01* X175286805Y-60306019D01* X175286804Y-60306018D01* X175286801Y-60306014D01* X175094479Y-60127567D01* X174877704Y-59979772D01* X174877700Y-59979770D01* X174877697Y-59979768D01* X174877696Y-59979767D01* X174641325Y-59865938D01* X174641327Y-59865938D01* X174390623Y-59788606D01* X174390619Y-59788605D01* X174390615Y-59788604D01* X174265823Y-59769794D01* X174131187Y-59749500D01* X174131182Y-59749500D01* X173868818Y-59749500D01* X173868812Y-59749500D01* X173707247Y-59773853D01* X173609385Y-59788604D01* X173609382Y-59788605D01* X173609376Y-59788606D01* X173358673Y-59865938D01* X173122303Y-59979767D01* X173122302Y-59979768D01* X172905520Y-60127567D01* X172713198Y-60306014D01* X172549614Y-60511143D01* X172418432Y-60738356D01* X172322582Y-60982578D01* X172322576Y-60982597D01* X172264197Y-61238374D01* X172264196Y-61238379D01* X172244592Y-61499995D01* X172244592Y-61500004D01* X172264196Y-61761620D01* X172264197Y-61761625D01* X172322578Y-62017412D01* X172380509Y-62165019D01* X172386677Y-62234616D01* X172354239Y-62296500D01* X172352761Y-62298002D01* X169237484Y-65413281D01* X169176161Y-65446766D01* X169149803Y-65449600D01* X161974500Y-65449600D01* X161907461Y-65429915D01* X161861706Y-65377111D01* X161850500Y-65325600D01* X161850499Y-63784407D01* X161851776Y-63784407D01* X161866664Y-63721431D01* X161916947Y-63672920D01* X161974413Y-63658800D01* X167355031Y-63658800D01* X167355047Y-63658801D01* X167362643Y-63658801D01* X167520754Y-63658801D01* X167520757Y-63658801D01* X167673485Y-63617877D01* X167723604Y-63588939D01* X167810416Y-63538820D01* X167922220Y-63427016D01* X167922220Y-63427014D01* X167932428Y-63416807D01* X167932429Y-63416804D01* X173199606Y-58149628D01* X173260927Y-58116145D01* X173330619Y-58121129D01* X173341068Y-58125583D01* X173358677Y-58134063D01* X173609385Y-58211396D01* X173868818Y-58250500D01* X174131182Y-58250500D01* X174390615Y-58211396D01* X174641323Y-58134063D01* X174877704Y-58020228D01* X175094479Y-57872433D01* X175286805Y-57693981D01* X175450386Y-57488857D01* X175581568Y-57261643D01* X175677420Y-57017416D01* X175735802Y-56761630D01* X175743560Y-56658105D01* X175755408Y-56500004D01* X175755408Y-56499995D01* X175735803Y-56238379D01* X175735802Y-56238374D01* X175735802Y-56238370D01* X175677420Y-55982584D01* X175581568Y-55738357D01* X175450386Y-55511143D01* X175286805Y-55306019D01* X175286804Y-55306018D01* X175286801Y-55306014D01* X175094479Y-55127567D01* X175016644Y-55074500D01* X174877704Y-54979772D01* X174877700Y-54979770D01* X174877697Y-54979768D01* X174877696Y-54979767D01* X174641326Y-54865938D01* X174390623Y-54788606D01* X174390619Y-54788605D01* X174390615Y-54788604D01* X174265823Y-54769794D01* X174131187Y-54749500D01* X174131182Y-54749500D01* X173868818Y-54749500D01* X173868812Y-54749500D01* X173707247Y-54773853D01* X173609385Y-54788604D01* X173609382Y-54788605D01* X173609376Y-54788606D01* X173358673Y-54865938D01* X173122303Y-54979767D01* X173122302Y-54979768D01* X172905520Y-55127567D01* X172713198Y-55306014D01* X172549614Y-55511143D01* X172418432Y-55738356D01* X172322582Y-55982578D01* X172322576Y-55982597D01* X172264197Y-56238374D01* X172264196Y-56238379D01* X172244592Y-56499995D01* X172244592Y-56500004D01* X172264196Y-56761620D01* X172264197Y-56761625D01* X172322576Y-57017402D01* X172322578Y-57017411D01* X172322580Y-57017416D01* X172363584Y-57121894D01* X172380509Y-57165017D01* X172386678Y-57234614D01* X172354240Y-57296497D01* X172352762Y-57298000D01* X167229284Y-62421481D01* X167167961Y-62454966D01* X167141603Y-62457800D01* X155795054Y-62457800D01* X155728015Y-62438115D01* X155682260Y-62385311D01* X155672316Y-62316153D01* X155684569Y-62277505D01* X155765218Y-62119223D01* X155765218Y-62119222D01* X155765220Y-62119219D01* X155828477Y-61924534D01* X155860500Y-61722352D01* X155860500Y-61517648D01* X155828477Y-61315466D01* X155817317Y-61281119D01* X155815322Y-61211278D01* X155851402Y-61151445D01* X155914102Y-61120616D01* X155935248Y-61118800D01* X164895031Y-61118800D01* X164895047Y-61118801D01* X164902643Y-61118801D01* X165060754Y-61118801D01* X165060757Y-61118801D01* X165213485Y-61077877D01* X165263604Y-61048939D01* X165350416Y-60998820D01* X165462220Y-60887016D01* X165462220Y-60887014D01* X165472428Y-60876807D01* X165472430Y-60876804D01* X173199605Y-53149628D01* X173260926Y-53116145D01* X173330618Y-53121129D01* X173341079Y-53125588D01* X173358677Y-53134063D01* X173609385Y-53211396D01* X173868818Y-53250500D01* X174131182Y-53250500D01* X174390615Y-53211396D01* X174641323Y-53134063D01* X174877704Y-53020228D01* X175094479Y-52872433D01* X175286805Y-52693981D01* X175450386Y-52488857D01* X175581568Y-52261643D01* X175677420Y-52017416D01* X175735802Y-51761630D01* X175755408Y-51500000D01* X175742629Y-51329477D01* X175735803Y-51238379D01* X175735802Y-51238374D01* X175735802Y-51238370D01* X175677420Y-50982584D01* X175581568Y-50738357D01* X175450386Y-50511143D01* X175286805Y-50306019D01* X175286804Y-50306018D01* X175286801Y-50306014D01* X175094479Y-50127567D01* X174877704Y-49979772D01* X174877700Y-49979770D01* X174877697Y-49979768D01* X174877696Y-49979767D01* X174641325Y-49865938D01* X174641327Y-49865938D01* X174390623Y-49788606D01* X174390619Y-49788605D01* X174390615Y-49788604D01* X174265823Y-49769794D01* X174131187Y-49749500D01* X174131182Y-49749500D01* X173868818Y-49749500D01* X173868812Y-49749500D01* X173707247Y-49773853D01* X173609385Y-49788604D01* X173609382Y-49788605D01* X173609376Y-49788606D01* X173358673Y-49865938D01* X173122303Y-49979767D01* X173122302Y-49979768D01* X172905520Y-50127567D01* X172713198Y-50306014D01* X172549614Y-50511143D01* X172418432Y-50738356D01* X172322582Y-50982578D01* X172322576Y-50982597D01* X172264197Y-51238374D01* X172264196Y-51238379D01* X172244592Y-51499995D01* X172244592Y-51500004D01* X172264196Y-51761620D01* X172264197Y-51761625D01* X172322578Y-52017412D01* X172380509Y-52165019D01* X172386677Y-52234616D01* X172354239Y-52296500D01* X172352761Y-52298002D01* X164769284Y-59881481D01* X164707961Y-59914966D01* X164681603Y-59917800D01* X155795054Y-59917800D01* X155728015Y-59898115D01* X155682260Y-59845311D01* X155672316Y-59776153D01* X155684569Y-59737505D01* X155765218Y-59579223D01* X155765218Y-59579222D01* X155765220Y-59579219D01* X155828477Y-59384534D01* X155860500Y-59182352D01* X155860500Y-58977648D01* X155828477Y-58775466D01* X155773178Y-58605276D01* X155771184Y-58535438D01* X155807264Y-58475605D01* X155829109Y-58459574D01* X155830416Y-58458820D01* X155942220Y-58347016D01* X155942220Y-58347014D01* X155952428Y-58336807D01* X155952429Y-58336804D01* X158960786Y-55328448D01* X159022105Y-55294966D01* X159091797Y-55299950D01* X159146838Y-55340645D01* X159169363Y-55370000D01* X160066988Y-55370000D01* X160034075Y-55427007D01* X160000000Y-55554174D01* X160000000Y-55685826D01* X160034075Y-55812993D01* X160066988Y-55870000D01* X159169364Y-55870000D01* X159226567Y-56083486D01* X159226570Y-56083492D01* X159326399Y-56297578D01* X159461894Y-56491082D01* X159628917Y-56658105D01* X159815031Y-56788425D01* X159858656Y-56843003D01* X159865848Y-56912501D01* X159834326Y-56974856D01* X159815031Y-56991575D01* X159628922Y-57121890D01* X159628920Y-57121891D01* X159461891Y-57288920D01* X159461886Y-57288926D01* X159326400Y-57482420D01* X159326399Y-57482422D01* X159226570Y-57696507D01* X159226567Y-57696513D01* X159169364Y-57909999D01* X159169364Y-57910000D01* X160066988Y-57910000D01* X160034075Y-57967007D01* X160000000Y-58094174D01* X160000000Y-58225826D01* X160034075Y-58352993D01* X160066988Y-58410000D01* X159169364Y-58410000D01* X159226567Y-58623486D01* X159226570Y-58623492D01* X159326399Y-58837578D01* X159461894Y-59031082D01* X159628917Y-59198105D01* X159822421Y-59333600D01* X160036507Y-59433429D01* X160036516Y-59433433D01* X160250000Y-59490634D01* X160250000Y-58593012D01* X160307007Y-58625925D01* X160434174Y-58660000D01* X160565826Y-58660000D01* X160692993Y-58625925D01* X160750000Y-58593012D01* X160750000Y-59490633D01* X160963483Y-59433433D01* X160963492Y-59433429D01* X161177578Y-59333600D01* X161371082Y-59198105D01* X161538105Y-59031082D01* X161673600Y-58837578D01* X161773429Y-58623492D01* X161773432Y-58623486D01* X161830636Y-58410000D01* X160933012Y-58410000D01* X160965925Y-58352993D01* X161000000Y-58225826D01* X161000000Y-58094174D01* X160965925Y-57967007D01* X160933012Y-57910000D01* X161830636Y-57910000D01* X161830635Y-57909999D01* X161773432Y-57696513D01* X161773429Y-57696507D01* X161673600Y-57482422D01* X161673599Y-57482420D01* X161538113Y-57288926D01* X161538108Y-57288920D01* X161371082Y-57121894D01* X161184968Y-56991575D01* X161141344Y-56936998D01* X161134151Y-56867499D01* X161165673Y-56805145D01* X161184968Y-56788425D01* X161371082Y-56658105D01* X161538105Y-56491082D01* X161673600Y-56297578D01* X161773429Y-56083492D01* X161773432Y-56083486D01* X161830636Y-55870000D01* X160933012Y-55870000D01* X160965925Y-55812993D01* X161000000Y-55685826D01* X161000000Y-55554174D01* X160965925Y-55427007D01* X160933012Y-55370000D01* X161830636Y-55370000D01* X161830635Y-55369999D01* X161773432Y-55156513D01* X161773430Y-55156507D01* X161759626Y-55126905D01* X161749134Y-55057828D01* X161777653Y-54994044D01* X161836130Y-54955804D01* X161872008Y-54950500D01* X166063331Y-54950500D01* X166063347Y-54950501D01* X166070943Y-54950501D01* X166229054Y-54950501D01* X166229057Y-54950501D01* X166381785Y-54909577D01* X166457371Y-54865937D01* X166518716Y-54830520D01* X166630520Y-54718716D01* X166630520Y-54718714D01* X166640724Y-54708511D01* X166640728Y-54708506D01* X173199605Y-48149628D01* X173260926Y-48116145D01* X173330618Y-48121129D01* X173341079Y-48125588D01* X173358677Y-48134063D01* X173609385Y-48211396D01* X173868818Y-48250500D01* X174131182Y-48250500D01* X174390615Y-48211396D01* X174641323Y-48134063D01* X174877704Y-48020228D01* X175094479Y-47872433D01* X175286805Y-47693981D01* X175450386Y-47488857D01* X175581568Y-47261643D01* X175677420Y-47017416D01* X175735802Y-46761630D01* X175739922Y-46706649D01* X175755408Y-46500004D01* X175755408Y-46499995D01* X175735803Y-46238379D01* X175735802Y-46238374D01* X175735802Y-46238370D01* X175677420Y-45982584D01* X175581568Y-45738357D01* X175450386Y-45511143D01* X175286805Y-45306019D01* X175286804Y-45306018D01* X175286801Y-45306014D01* X175094479Y-45127567D01* X174877704Y-44979772D01* X174877700Y-44979770D01* X174877697Y-44979768D01* X174877696Y-44979767D01* X174641325Y-44865938D01* X174641327Y-44865938D01* X174390623Y-44788606D01* X174390619Y-44788605D01* X174390615Y-44788604D01* X174265823Y-44769794D01* X174131187Y-44749500D01* X174131182Y-44749500D01* X173868818Y-44749500D01* X173868812Y-44749500D01* X173707247Y-44773853D01* X173609385Y-44788604D01* X173609382Y-44788605D01* X173609376Y-44788606D01* X173358673Y-44865938D01* X173122303Y-44979767D01* X173122302Y-44979768D01* X172905520Y-45127567D01* X172713198Y-45306014D01* X172549614Y-45511143D01* X172418432Y-45738356D01* X172322582Y-45982578D01* X172322576Y-45982597D01* X172264197Y-46238374D01* X172264196Y-46238379D01* X172244592Y-46499995D01* X172244592Y-46500004D01* X172264196Y-46761620D01* X172264197Y-46761625D01* X172322578Y-47017412D01* X172380509Y-47165019D01* X172386677Y-47234616D01* X172354239Y-47296500D01* X172352761Y-47298002D01* X165937584Y-53713181D01* X165876261Y-53746666D01* X165849903Y-53749500D01* X161872008Y-53749500D01* X161804969Y-53729815D01* X161759214Y-53677011D01* X161749270Y-53607853D01* X161759626Y-53573095D01* X161773430Y-53543492D01* X161773432Y-53543486D01* X161830636Y-53330000D01* X160933012Y-53330000D01* X160965925Y-53272993D01* X161000000Y-53145826D01* X161000000Y-53014174D01* X160965925Y-52887007D01* X160933012Y-52830000D01* X161830636Y-52830000D01* X161830635Y-52829999D01* X161773432Y-52616513D01* X161773430Y-52616507D01* X161759626Y-52586905D01* X161749134Y-52517828D01* X161777653Y-52454044D01* X161836130Y-52415804D01* X161872008Y-52410500D01* X163603331Y-52410500D01* X163603347Y-52410501D01* X163610943Y-52410501D01* X163769054Y-52410501D01* X163769057Y-52410501D01* X163921785Y-52369577D01* X163975225Y-52338723D01* X164058716Y-52290520D01* X164170520Y-52178716D01* X164170520Y-52178714D01* X164180724Y-52168511D01* X164180728Y-52168506D01* X173199605Y-43149628D01* X173260926Y-43116145D01* X173330618Y-43121129D01* X173341079Y-43125588D01* X173358677Y-43134063D01* X173609385Y-43211396D01* X173868818Y-43250500D01* X174131182Y-43250500D01* X174390615Y-43211396D01* X174641323Y-43134063D01* X174877704Y-43020228D01* X175094479Y-42872433D01* X175286805Y-42693981D01* X175450386Y-42488857D01* X175581568Y-42261643D01* X175677420Y-42017416D01* X175735802Y-41761630D01* X175753582Y-41524365D01* X175755408Y-41500004D01* X175755408Y-41499995D01* X175735803Y-41238379D01* X175735802Y-41238374D01* X175735802Y-41238370D01* X175677420Y-40982584D01* X175581568Y-40738357D01* X175450386Y-40511143D01* X175286805Y-40306019D01* X175286804Y-40306018D01* X175286801Y-40306014D01* X175094479Y-40127567D01* X174877704Y-39979772D01* X174877700Y-39979770D01* X174877697Y-39979768D01* X174877696Y-39979767D01* X174641325Y-39865938D01* X174641327Y-39865938D01* X174390623Y-39788606D01* X174390619Y-39788605D01* X174390615Y-39788604D01* X174265823Y-39769794D01* X174131187Y-39749500D01* X174131182Y-39749500D01* X173868818Y-39749500D01* X173868812Y-39749500D01* X173707247Y-39773853D01* X173609385Y-39788604D01* X173609382Y-39788605D01* X173609376Y-39788606D01* X173420879Y-39846750D01* X173368396Y-39862939D01* X173298534Y-39863889D01* X173239247Y-39826918D01* X173209361Y-39763763D01* X173218362Y-39694475D01* X173244163Y-39656770D01* X174368713Y-38532221D01* X174368716Y-38532220D01* X174480520Y-38420416D01* X174530639Y-38333604D01* X174542831Y-38312487D01* X174593403Y-38264278D01* X174650212Y-38250499D01* X175297871Y-38250499D01* X175297872Y-38250499D01* X175357483Y-38244091D01* X175492331Y-38193796D01* X175607546Y-38107546D01* X175693796Y-37992331D01* X175744091Y-37857483D01* X175750500Y-37797873D01* X175750499Y-35202128D01* X175744091Y-35142517D01* X175693796Y-35007669D01* X175693795Y-35007668D01* X175693793Y-35007664D01* X175607547Y-34892455D01* X175607544Y-34892452D01* X175492335Y-34806206D01* X175492328Y-34806202D01* X175357482Y-34755908D01* X175357483Y-34755908D01* X175297883Y-34749501D01* X175297881Y-34749500D01* X175297873Y-34749500D01* X175297864Y-34749500D01* X172702129Y-34749500D01* X172702123Y-34749501D01* X172642516Y-34755908D01* X172507671Y-34806202D01* X172507664Y-34806206D01* X172392455Y-34892452D01* X172392452Y-34892455D01* X172306206Y-35007664D01* X172306202Y-35007671D01* X172255908Y-35142517D01* X172249501Y-35202116D01* X172249501Y-35202123D01* X172249500Y-35202135D01* X172249500Y-37797870D01* X172249501Y-37797876D01* X172255908Y-37857483D01* X172306202Y-37992328D01* X172306206Y-37992335D01* X172392452Y-38107544D01* X172392455Y-38107547D01* X172507664Y-38193793D01* X172507671Y-38193797D01* X172552618Y-38210561D01* X172642517Y-38244091D01* X172670021Y-38247048D01* X172734570Y-38273785D01* X172774418Y-38331178D01* X172776912Y-38401003D01* X172744445Y-38458018D01* X162569284Y-48633181D01* X162507961Y-48666666D01* X162481603Y-48669500D01* X161974000Y-48669500D01* X161906961Y-48649815D01* X161861206Y-48597011D01* X161850000Y-48545500D01* X161850000Y-48250000D01* X160933012Y-48250000D01* X160965925Y-48192993D01* X161000000Y-48065826D01* X161000000Y-47934174D01* X160965925Y-47807007D01* X160933012Y-47750000D01* X161850000Y-47750000D01* X161850000Y-47102172D01* X161849999Y-47102155D01* X161843598Y-47042627D01* X161843596Y-47042620D01* X161793354Y-46907913D01* X161793350Y-46907906D01* X161707190Y-46792812D01* X161707187Y-46792809D01* X161592093Y-46706649D01* X161592086Y-46706645D01* X161457379Y-46656403D01* X161457372Y-46656401D01* X161397844Y-46650000D01* X160750000Y-46650000D01* X160750000Y-47566988D01* X160692993Y-47534075D01* X160565826Y-47500000D01* X160434174Y-47500000D01* X160307007Y-47534075D01* X160250000Y-47566988D01* X160250000Y-46650000D01* X159602155Y-46650000D01* X159542627Y-46656401D01* X159542620Y-46656403D01* X159407913Y-46706645D01* X159407906Y-46706649D01* X159292812Y-46792809D01* X159292809Y-46792812D01* X159206649Y-46907906D01* X159206645Y-46907913D01* X159156403Y-47042620D01* X159156401Y-47042627D01* X159150000Y-47102155D01* X159150000Y-47750000D01* X160066988Y-47750000D01* X160034075Y-47807007D01* X160000000Y-47934174D01* X160000000Y-48065826D01* X160034075Y-48192993D01* X160066988Y-48250000D01* X159150000Y-48250000D01* X159150000Y-48545500D01* X159130315Y-48612539D01* X159077511Y-48658294D01* X159026000Y-48669500D01* X158067357Y-48669500D01* X157909243Y-48669500D01* X157756515Y-48710423D01* X157756514Y-48710423D01* X157756512Y-48710424D01* X157756509Y-48710425D01* X157706396Y-48739359D01* X157706395Y-48739360D01* X157662989Y-48764420D01* X157619585Y-48789479D01* X157619582Y-48789481D01* X153879481Y-52529582D01* X153879477Y-52529587D01* X153864111Y-52556204D01* X153858334Y-52566211D01* X153850373Y-52580000D01* X153800422Y-52666515D01* X153800422Y-52666516D01* X153793518Y-52692282D01* X153757152Y-52751941D01* X153712064Y-52778116D01* X153660780Y-52794779D01* X153478386Y-52887715D01* X153312786Y-53008028D01* X153168028Y-53152786D01* X153047715Y-53318386D01* X152954781Y-53500776D01* X152891522Y-53695465D01* X152859500Y-53897648D01* X152859500Y-54102351D01* X152891522Y-54304534D01* X152954781Y-54499223D01* X153047715Y-54681613D01* X153168028Y-54847213D01* X153312786Y-54991971D01* X153426380Y-55074500D01* X153478390Y-55112287D01* X153565177Y-55156507D01* X153571080Y-55159515D01* X153621876Y-55207490D01* X153638671Y-55275311D01* X153616134Y-55341446D01* X153571080Y-55380485D01* X153478386Y-55427715D01* X153312786Y-55548028D01* X153168028Y-55692786D01* X153047715Y-55858386D01* X152954781Y-56040776D01* X152891522Y-56235465D01* X152859500Y-56437648D01* X152859500Y-56642351D01* X152891522Y-56844534D01* X152954781Y-57039223D01* X153035431Y-57197505D01* X153048327Y-57266174D01* X153022051Y-57330915D01* X152964944Y-57371172D01* X152924946Y-57377800D01* X132935054Y-57377800D01* X132868015Y-57358115D01* X132822260Y-57305311D01* X132812316Y-57236153D01* X132824569Y-57197505D01* X132905218Y-57039223D01* X132905218Y-57039222D01* X132905220Y-57039219D01* X132968477Y-56844534D01* X133000500Y-56642352D01* X133000500Y-56437648D01* X132978315Y-56297578D01* X132968477Y-56235465D01* X132919888Y-56085925D01* X132905220Y-56040781D01* X132905218Y-56040778D01* X132905218Y-56040776D01* X132847249Y-55927007D01* X132812287Y-55858390D01* X132786812Y-55823326D01* X132691971Y-55692786D01* X132660736Y-55661551D01* X132627251Y-55600228D01* X132632235Y-55530536D01* X132674107Y-55474603D01* X132705080Y-55457689D01* X132742331Y-55443796D01* X132857546Y-55357546D01* X132943796Y-55242331D01* X132994091Y-55107483D01* X133000500Y-55047873D01* X133000499Y-52952128D01* X132994091Y-52892517D01* X132992299Y-52887713D01* X132943797Y-52757671D01* X132943793Y-52757664D01* X132857547Y-52642455D01* X132857544Y-52642452D01* X132742335Y-52556206D01* X132742328Y-52556202D01* X132607482Y-52505908D01* X132607483Y-52505908D01* X132547883Y-52499501D01* X132547881Y-52499500D01* X132547873Y-52499500D01* X132547864Y-52499500D01* X130452129Y-52499500D01* X130452123Y-52499501D01* X130392516Y-52505908D01* X130257671Y-52556202D01* X130257664Y-52556206D01* X130142455Y-52642452D01* X130142452Y-52642455D01* X130056206Y-52757664D01* X130056202Y-52757671D01* X130005908Y-52892517D01* X129999501Y-52952116D01* X129999501Y-52952123D01* X129999500Y-52952135D01* X129999500Y-53349788D01* X129979815Y-53416827D01* X129937500Y-53457174D01* X129916395Y-53469360D01* X129872989Y-53494420D01* X129829585Y-53519479D01* X129829582Y-53519481D01* X129717778Y-53631286D01* X128874684Y-54474381D01* X128813361Y-54507866D01* X128787003Y-54510700D01* X117932161Y-54510700D01* X117865122Y-54491015D01* X117819367Y-54438211D01* X117809423Y-54369053D01* X117814230Y-54348381D01* X117828477Y-54304534D01* X117860500Y-54102351D01* X117860500Y-53897648D01* X117828477Y-53695465D01* X117779888Y-53545925D01* X117765220Y-53500781D01* X117765218Y-53500778D01* X117765218Y-53500776D01* X117707249Y-53387007D01* X117672287Y-53318390D01* X117664556Y-53307749D01* X117551971Y-53152786D01* X117407213Y-53008028D01* X117241613Y-52887715D01* X117241612Y-52887714D01* X117241610Y-52887713D01* X117145888Y-52838940D01* X117059223Y-52794781D01* X116864534Y-52731522D01* X116689995Y-52703878D01* X116662352Y-52699500D01* X116057648Y-52699500D01* X116033329Y-52703351D01* X115855465Y-52731522D01* X115660776Y-52794781D01* X115478386Y-52887715D01* X115312786Y-53008028D01* X115168028Y-53152786D01* X115047715Y-53318386D01* X114954781Y-53500776D01* X114891522Y-53695465D01* X114859500Y-53897648D01* X114859500Y-54102351D01* X114891522Y-54304534D01* X114905770Y-54348381D01* X114907766Y-54418222D01* X114871686Y-54478055D01* X114808985Y-54508884D01* X114787839Y-54510700D01* X96212997Y-54510700D01* X96145958Y-54491015D01* X96125316Y-54474381D01* X95289290Y-53638355D01* X95289288Y-53638352D01* X95170417Y-53519481D01* X95170416Y-53519480D01* X95083604Y-53469360D01* X95083604Y-53469358D01* X95083599Y-53469357D01* X95062500Y-53457175D01* X95062495Y-53457172D01* X95014281Y-53406602D01* X95000499Y-53349787D01* X95000499Y-52952129D01* X95000498Y-52952123D01* X95000497Y-52952116D01* X94994091Y-52892517D01* X94992299Y-52887713D01* X94943797Y-52757671D01* X94943793Y-52757664D01* X94857547Y-52642455D01* X94857544Y-52642452D01* X94742335Y-52556206D01* X94742328Y-52556202D01* X94607482Y-52505908D01* X94607483Y-52505908D01* X94547883Y-52499501D01* X94547881Y-52499500D01* X94547873Y-52499500D01* X94547864Y-52499500D01* X92452129Y-52499500D01* X92452123Y-52499501D01* X92392516Y-52505908D01* X92257671Y-52556202D01* X92257664Y-52556206D01* X92142455Y-52642452D01* X92142452Y-52642455D01* X92056206Y-52757664D01* X92056202Y-52757671D01* X92005908Y-52892517D01* X91999501Y-52952116D01* X91999501Y-52952123D01* X91999500Y-52952135D01* X80500500Y-52952135D01* X80500500Y-42809998D01* X156694532Y-42809998D01* X156694532Y-42810001D01* X156714364Y-43036686D01* X156714366Y-43036697D01* X156773258Y-43256488D01* X156773261Y-43256497D01* X156869431Y-43462732D01* X156869432Y-43462734D01* X156999954Y-43649141D01* X157160858Y-43810045D01* X157160861Y-43810047D01* X157347266Y-43940568D01* X157553504Y-44036739D01* X157773308Y-44095635D01* X157935230Y-44109801D01* X157999998Y-44115468D01* X158000000Y-44115468D01* X158000002Y-44115468D01* X158056673Y-44110509D01* X158226692Y-44095635D01* X158446496Y-44036739D01* X158652734Y-43940568D01* X158839139Y-43810047D01* X159000047Y-43649139D01* X159130568Y-43462734D01* X159226739Y-43256496D01* X159285635Y-43036692D01* X159305468Y-42810000D01* X159285635Y-42583308D01* X159226739Y-42363504D01* X159130568Y-42157266D01* X159000047Y-41970861D01* X159000045Y-41970858D01* X158839141Y-41809954D01* X158652734Y-41679432D01* X158652732Y-41679431D01* X158446497Y-41583261D01* X158446488Y-41583258D01* X158226697Y-41524366D01* X158226693Y-41524365D01* X158226692Y-41524365D01* X158226691Y-41524364D01* X158226686Y-41524364D01* X158000002Y-41504532D01* X157999998Y-41504532D01* X157773313Y-41524364D01* X157773302Y-41524366D01* X157553511Y-41583258D01* X157553502Y-41583261D01* X157347267Y-41679431D01* X157347265Y-41679432D01* X157160858Y-41809954D01* X156999954Y-41970858D01* X156869432Y-42157265D01* X156869431Y-42157267D01* X156773261Y-42363502D01* X156773258Y-42363511D01* X156714366Y-42583302D01* X156714364Y-42583313D01* X156694532Y-42809998D01* X80500500Y-42809998D01* X80500500Y-35189998D01* X156694532Y-35189998D01* X156694532Y-35190001D01* X156714364Y-35416686D01* X156714366Y-35416697D01* X156773258Y-35636488D01* X156773261Y-35636497D01* X156869431Y-35842732D01* X156869432Y-35842734D01* X156999954Y-36029141D01* X157160858Y-36190045D01* X157160861Y-36190047D01* X157347266Y-36320568D01* X157553504Y-36416739D01* X157773308Y-36475635D01* X157935230Y-36489801D01* X157999998Y-36495468D01* X158000000Y-36495468D01* X158000002Y-36495468D01* X158056673Y-36490509D01* X158226692Y-36475635D01* X158446496Y-36416739D01* X158652734Y-36320568D01* X158839139Y-36190047D01* X159000047Y-36029139D01* X159130568Y-35842734D01* X159226739Y-35636496D01* X159285635Y-35416692D01* X159305468Y-35190000D01* X159285635Y-34963308D01* X159226739Y-34743504D01* X159130568Y-34537266D01* X159000047Y-34350861D01* X159000045Y-34350858D01* X158839141Y-34189954D01* X158652734Y-34059432D01* X158652732Y-34059431D01* X158446497Y-33963261D01* X158446488Y-33963258D01* X158226697Y-33904366D01* X158226693Y-33904365D01* X158226692Y-33904365D01* X158226691Y-33904364D01* X158226686Y-33904364D01* X158000002Y-33884532D01* X157999998Y-33884532D01* X157773313Y-33904364D01* X157773302Y-33904366D01* X157553511Y-33963258D01* X157553502Y-33963261D01* X157347267Y-34059431D01* X157347265Y-34059432D01* X157160858Y-34189954D01* X156999954Y-34350858D01* X156869432Y-34537265D01* X156869431Y-34537267D01* X156773261Y-34743502D01* X156773258Y-34743511D01* X156714366Y-34963302D01* X156714364Y-34963313D01* X156694532Y-35189998D01* X80500500Y-35189998D01* X80500500Y-29052155D01* X155325000Y-29052155D01* X155325000Y-29750000D01* X156349722Y-29750000D01* X156305667Y-29826306D01* X156275000Y-29940756D01* X156275000Y-30059244D01* X156305667Y-30173694D01* X156349722Y-30250000D01* X155325000Y-30250000D01* X155325000Y-30947844D01* X155331401Y-31007372D01* X155331403Y-31007379D01* X155381645Y-31142086D01* X155381649Y-31142093D01* X155467809Y-31257187D01* X155467812Y-31257190D01* X155582906Y-31343350D01* X155582913Y-31343354D01* X155717620Y-31393596D01* X155717627Y-31393598D01* X155777155Y-31399999D01* X155777172Y-31400000D01* X156475000Y-31400000D01* X156475000Y-30375277D01* X156551306Y-30419333D01* X156665756Y-30450000D01* X156784244Y-30450000D01* X156898694Y-30419333D01* X156975000Y-30375277D01* X156975000Y-31400000D01* X157672828Y-31400000D01* X157672844Y-31399999D01* X157732372Y-31393598D01* X157732379Y-31393596D01* X157867086Y-31343354D01* X157867093Y-31343350D01* X157982187Y-31257190D01* X157982190Y-31257187D01* X158068350Y-31142093D01* X158068355Y-31142084D01* X158097075Y-31065081D01* X158138945Y-31009147D01* X158204409Y-30984729D01* X158272682Y-30999580D01* X158304484Y-31024428D01* X158313216Y-31033913D01* X158313219Y-31033915D01* X158313222Y-31033918D01* X158496365Y-31176464D01* X158496371Y-31176468D01* X158496374Y-31176470D01* X158700497Y-31286936D01* X158814487Y-31326068D01* X158920015Y-31362297D01* X158920017Y-31362297D01* X158920019Y-31362298D01* X159148951Y-31400500D01* X159148952Y-31400500D01* X159381048Y-31400500D01* X159381049Y-31400500D01* X159609981Y-31362298D01* X159829503Y-31286936D01* X160033626Y-31176470D01* X160216784Y-31033913D01* X160373979Y-30863153D01* X160500924Y-30668849D01* X160594157Y-30456300D01* X160651134Y-30231305D01* X160670300Y-30000000D01* X160670300Y-29999993D01* X160651135Y-29768702D01* X160651133Y-29768691D01* X160594157Y-29543699D01* X160500924Y-29331151D01* X160373983Y-29136852D01* X160373980Y-29136849D01* X160373979Y-29136847D01* X160216784Y-28966087D01* X160216779Y-28966083D01* X160216777Y-28966081D01* X160033634Y-28823535D01* X160033628Y-28823531D01* X159829504Y-28713064D01* X159829495Y-28713061D01* X159609984Y-28637702D01* X159422404Y-28606401D01* X159381049Y-28599500D01* X159148951Y-28599500D01* X159107596Y-28606401D01* X158920015Y-28637702D01* X158700504Y-28713061D01* X158700495Y-28713064D01* X158496371Y-28823531D01* X158496365Y-28823535D01* X158313222Y-28966081D01* X158313215Y-28966087D01* X158304484Y-28975572D01* X158244595Y-29011561D01* X158174757Y-29009458D01* X158117143Y-28969932D01* X158097075Y-28934918D01* X158068355Y-28857915D01* X158068350Y-28857906D01* X157982190Y-28742812D01* X157982187Y-28742809D01* X157867093Y-28656649D01* X157867086Y-28656645D01* X157732379Y-28606403D01* X157732372Y-28606401D01* X157672844Y-28600000D01* X156975000Y-28600000D01* X156975000Y-29624722D01* X156898694Y-29580667D01* X156784244Y-29550000D01* X156665756Y-29550000D01* X156551306Y-29580667D01* X156475000Y-29624722D01* X156475000Y-28600000D01* X155777155Y-28600000D01* X155717627Y-28606401D01* X155717620Y-28606403D01* X155582913Y-28656645D01* X155582906Y-28656649D01* X155467812Y-28742809D01* X155467809Y-28742812D01* X155381649Y-28857906D01* X155381645Y-28857913D01* X155331403Y-28992620D01* X155331401Y-28992627D01* X155325000Y-29052155D01* X80500500Y-29052155D01* X80500500Y-26124500D01* X80520185Y-26057461D01* X80572989Y-26011706D01* X80624500Y-26000500D01* X178375500Y-26000500D01* X178442539Y-26020185D01* G37* %TD.AperFunction*% %TD*% M02* ================================================ FILE: Kicad 8/Kicad 8/kicad 8 video gerbers/Kicad 8-F_Mask.gbr ================================================ %TF.GenerationSoftware,KiCad,Pcbnew,8.0.3*% %TF.CreationDate,2024-06-10T16:35:51-04:00*% %TF.ProjectId,Kicad 8,4b696361-6420-4382-9e6b-696361645f70,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Soldermask,Top*% %TF.FilePolarity,Negative*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Created by KiCad (PCBNEW 8.0.3) date 2024-06-10 16:35:51* %MOMM*% %LPD*% G01* G04 APERTURE LIST* %ADD10C,2.000000*% %ADD11R,2.000000X2.000000*% %ADD12O,2.000000X1.600000*% %ADD13R,1.700000X1.700000*% %ADD14O,1.700000X1.700000*% %ADD15C,1.600000*% %ADD16O,1.600000X1.600000*% %ADD17R,2.500000X2.500000*% %ADD18C,2.500000*% %ADD19R,1.800000X1.800000*% %ADD20C,1.800000*% G04 APERTURE END LIST* D10* %TO.C,SW1*% X83000000Y-85500000D03* X83000000Y-79000000D03* X87500000Y-85500000D03* X87500000Y-79000000D03* %TD*% D11* %TO.C,U4*% X131500000Y-54000000D03* D12* X131500000Y-56540000D03* X131500000Y-59080000D03* X131500000Y-61620000D03* X131500000Y-64160000D03* X131500000Y-66700000D03* X131500000Y-69240000D03* X131500000Y-71780000D03* X154360000Y-71780000D03* X154360000Y-69240000D03* X154360000Y-66700000D03* X154360000Y-64160000D03* X154360000Y-61620000D03* X154360000Y-59080000D03* X154360000Y-56540000D03* X154360000Y-54000000D03* %TD*% D13* %TO.C,J2*% X88000000Y-94515000D03* D14* X88000000Y-97055000D03* X88000000Y-99595000D03* X88000000Y-102135000D03* X88000000Y-104675000D03* X88000000Y-107215000D03* X88000000Y-109755000D03* X88000000Y-112295000D03* %TD*% D15* %TO.C,R1*% X158000000Y-35190000D03* D16* X158000000Y-42810000D03* %TD*% D13* %TO.C,J1*% X122000000Y-94515000D03* D14* X122000000Y-97055000D03* X122000000Y-99595000D03* X122000000Y-102135000D03* X122000000Y-104675000D03* X122000000Y-107215000D03* X122000000Y-109755000D03* X122000000Y-112295000D03* %TD*% D11* %TO.C,U3*% X93500000Y-54000000D03* D12* X93500000Y-56540000D03* X93500000Y-59080000D03* X93500000Y-61620000D03* X93500000Y-64160000D03* X93500000Y-66700000D03* X93500000Y-69240000D03* X93500000Y-71780000D03* X116360000Y-71780000D03* X116360000Y-69240000D03* X116360000Y-66700000D03* X116360000Y-64160000D03* X116360000Y-61620000D03* X116360000Y-59080000D03* X116360000Y-56540000D03* X116360000Y-54000000D03* %TD*% D11* %TO.C,U2*% X131500000Y-94500000D03* D12* X131500000Y-97040000D03* X131500000Y-99580000D03* X131500000Y-102120000D03* X131500000Y-104660000D03* X131500000Y-107200000D03* X131500000Y-109740000D03* X131500000Y-112280000D03* X154360000Y-112280000D03* X154360000Y-109740000D03* X154360000Y-107200000D03* X154360000Y-104660000D03* X154360000Y-102120000D03* X154360000Y-99580000D03* X154360000Y-97040000D03* X154360000Y-94500000D03* %TD*% D13* %TO.C,J5*% X160500000Y-81371200D03* D14* X160500000Y-83911200D03* X160500000Y-86451200D03* X160500000Y-88991200D03* X160500000Y-91531200D03* %TD*% D13* %TO.C,J7*% X160500000Y-48000000D03* D14* X160500000Y-50540000D03* X160500000Y-53080000D03* X160500000Y-55620000D03* X160500000Y-58160000D03* %TD*% D17* %TO.C,J4*% X174000000Y-36500000D03* D18* X174000000Y-41500000D03* X174000000Y-46500000D03* X174000000Y-51500000D03* X174000000Y-56500000D03* X174000000Y-61500000D03* X174000000Y-66500000D03* X174000000Y-71500000D03* %TD*% D13* %TO.C,J6*% X160500000Y-64685600D03* D14* X160500000Y-67225600D03* X160500000Y-69765600D03* X160500000Y-72305600D03* X160500000Y-74845600D03* %TD*% D17* %TO.C,J3*% X174000000Y-78500000D03* D18* X174000000Y-83500000D03* X174000000Y-88500000D03* X174000000Y-93500000D03* X174000000Y-98500000D03* X174000000Y-103500000D03* X174000000Y-108500000D03* X174000000Y-113500000D03* %TD*% D19* %TO.C,D1*% X156725000Y-30000000D03* D20* X159265000Y-30000000D03* %TD*% D11* %TO.C,U1*% X93500000Y-94500000D03* D12* X93500000Y-97040000D03* X93500000Y-99580000D03* X93500000Y-102120000D03* X93500000Y-104660000D03* X93500000Y-107200000D03* X93500000Y-109740000D03* X93500000Y-112280000D03* X116360000Y-112280000D03* X116360000Y-109740000D03* X116360000Y-107200000D03* X116360000Y-104660000D03* X116360000Y-102120000D03* X116360000Y-99580000D03* X116360000Y-97040000D03* X116360000Y-94500000D03* %TD*% M02* ================================================ FILE: Kicad 8/Kicad 8/kicad 8 video gerbers/Kicad 8-F_Paste.gbr ================================================ %TF.GenerationSoftware,KiCad,Pcbnew,8.0.3*% %TF.CreationDate,2024-06-10T16:35:51-04:00*% %TF.ProjectId,Kicad 8,4b696361-6420-4382-9e6b-696361645f70,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Paste,Top*% %TF.FilePolarity,Positive*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Created by KiCad (PCBNEW 8.0.3) date 2024-06-10 16:35:51* %MOMM*% %LPD*% G01* G04 APERTURE LIST* G04 APERTURE END LIST* M02* ================================================ FILE: Kicad 8/Kicad 8/kicad 8 video gerbers/Kicad 8-F_Silkscreen.gbr ================================================ %TF.GenerationSoftware,KiCad,Pcbnew,8.0.3*% %TF.CreationDate,2024-06-10T16:35:51-04:00*% %TF.ProjectId,Kicad 8,4b696361-6420-4382-9e6b-696361645f70,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Legend,Top*% %TF.FilePolarity,Positive*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* G04 Created by KiCad (PCBNEW 8.0.3) date 2024-06-10 16:35:51* %MOMM*% %LPD*% G01* G04 APERTURE LIST* %ADD10C,0.100000*% %ADD11C,1.200000*% %ADD12C,0.150000*% %ADD13C,0.120000*% G04 APERTURE END LIST* D10* X101708646Y-81372419D02* X101946741Y-82372419D01* X101946741Y-82372419D02* X102137217Y-81658133D01* X102137217Y-81658133D02* X102327693Y-82372419D01* X102327693Y-82372419D02* X102565789Y-81372419D01* X103327693Y-82324800D02* X103232455Y-82372419D01* X103232455Y-82372419D02* X103041979Y-82372419D01* X103041979Y-82372419D02* X102946741Y-82324800D01* X102946741Y-82324800D02* X102899122Y-82229561D01* X102899122Y-82229561D02* X102899122Y-81848609D01* X102899122Y-81848609D02* X102946741Y-81753371D01* X102946741Y-81753371D02* X103041979Y-81705752D01* X103041979Y-81705752D02* X103232455Y-81705752D01* X103232455Y-81705752D02* X103327693Y-81753371D01* X103327693Y-81753371D02* X103375312Y-81848609D01* X103375312Y-81848609D02* X103375312Y-81943847D01* X103375312Y-81943847D02* X102899122Y-82039085D01* X103803884Y-82372419D02* X103803884Y-81372419D01* X103803884Y-81372419D02* X104137217Y-82086704D01* X104137217Y-82086704D02* X104470550Y-81372419D01* X104470550Y-81372419D02* X104470550Y-82372419D01* X105089598Y-82372419D02* X104994360Y-82324800D01* X104994360Y-82324800D02* X104946741Y-82277180D01* X104946741Y-82277180D02* X104899122Y-82181942D01* X104899122Y-82181942D02* X104899122Y-81896228D01* X104899122Y-81896228D02* X104946741Y-81800990D01* X104946741Y-81800990D02* X104994360Y-81753371D01* X104994360Y-81753371D02* X105089598Y-81705752D01* X105089598Y-81705752D02* X105232455Y-81705752D01* X105232455Y-81705752D02* X105327693Y-81753371D01* X105327693Y-81753371D02* X105375312Y-81800990D01* X105375312Y-81800990D02* X105422931Y-81896228D01* X105422931Y-81896228D02* X105422931Y-82181942D01* X105422931Y-82181942D02* X105375312Y-82277180D01* X105375312Y-82277180D02* X105327693Y-82324800D01* X105327693Y-82324800D02* X105232455Y-82372419D01* X105232455Y-82372419D02* X105089598Y-82372419D01* X105803884Y-82324800D02* X105899122Y-82372419D01* X105899122Y-82372419D02* X106089598Y-82372419D01* X106089598Y-82372419D02* X106184836Y-82324800D01* X106184836Y-82324800D02* X106232455Y-82229561D01* X106232455Y-82229561D02* X106232455Y-82181942D01* X106232455Y-82181942D02* X106184836Y-82086704D01* X106184836Y-82086704D02* X106089598Y-82039085D01* X106089598Y-82039085D02* X105946741Y-82039085D01* X105946741Y-82039085D02* X105851503Y-81991466D01* X105851503Y-81991466D02* X105803884Y-81896228D01* X105803884Y-81896228D02* X105803884Y-81848609D01* X105803884Y-81848609D02* X105851503Y-81753371D01* X105851503Y-81753371D02* X105946741Y-81705752D01* X105946741Y-81705752D02* X106089598Y-81705752D01* X106089598Y-81705752D02* X106184836Y-81753371D01* X107375313Y-82324800D02* X107518170Y-82372419D01* X107518170Y-82372419D02* X107756265Y-82372419D01* X107756265Y-82372419D02* X107851503Y-82324800D01* X107851503Y-82324800D02* X107899122Y-82277180D01* X107899122Y-82277180D02* X107946741Y-82181942D01* X107946741Y-82181942D02* X107946741Y-82086704D01* X107946741Y-82086704D02* X107899122Y-81991466D01* X107899122Y-81991466D02* X107851503Y-81943847D01* X107851503Y-81943847D02* X107756265Y-81896228D01* X107756265Y-81896228D02* X107565789Y-81848609D01* X107565789Y-81848609D02* X107470551Y-81800990D01* X107470551Y-81800990D02* X107422932Y-81753371D01* X107422932Y-81753371D02* X107375313Y-81658133D01* X107375313Y-81658133D02* X107375313Y-81562895D01* X107375313Y-81562895D02* X107422932Y-81467657D01* X107422932Y-81467657D02* X107470551Y-81420038D01* X107470551Y-81420038D02* X107565789Y-81372419D01* X107565789Y-81372419D02* X107803884Y-81372419D01* X107803884Y-81372419D02* X107946741Y-81420038D01* X108375313Y-82372419D02* X108375313Y-81372419D01* X108803884Y-82372419D02* X108803884Y-81848609D01* X108803884Y-81848609D02* X108756265Y-81753371D01* X108756265Y-81753371D02* X108661027Y-81705752D01* X108661027Y-81705752D02* X108518170Y-81705752D01* X108518170Y-81705752D02* X108422932Y-81753371D01* X108422932Y-81753371D02* X108375313Y-81800990D01* X109280075Y-82372419D02* X109280075Y-81705752D01* X109280075Y-81372419D02* X109232456Y-81420038D01* X109232456Y-81420038D02* X109280075Y-81467657D01* X109280075Y-81467657D02* X109327694Y-81420038D01* X109327694Y-81420038D02* X109280075Y-81372419D01* X109280075Y-81372419D02* X109280075Y-81467657D01* X110137217Y-82324800D02* X110041979Y-82372419D01* X110041979Y-82372419D02* X109851503Y-82372419D01* X109851503Y-82372419D02* X109756265Y-82324800D01* X109756265Y-82324800D02* X109708646Y-82229561D01* X109708646Y-82229561D02* X109708646Y-81848609D01* X109708646Y-81848609D02* X109756265Y-81753371D01* X109756265Y-81753371D02* X109851503Y-81705752D01* X109851503Y-81705752D02* X110041979Y-81705752D01* X110041979Y-81705752D02* X110137217Y-81753371D01* X110137217Y-81753371D02* X110184836Y-81848609D01* X110184836Y-81848609D02* X110184836Y-81943847D01* X110184836Y-81943847D02* X109708646Y-82039085D01* X110756265Y-82372419D02* X110661027Y-82324800D01* X110661027Y-82324800D02* X110613408Y-82229561D01* X110613408Y-82229561D02* X110613408Y-81372419D01* X111565789Y-82372419D02* X111565789Y-81372419D01* X111565789Y-82324800D02* X111470551Y-82372419D01* X111470551Y-82372419D02* X111280075Y-82372419D01* X111280075Y-82372419D02* X111184837Y-82324800D01* X111184837Y-82324800D02* X111137218Y-82277180D01* X111137218Y-82277180D02* X111089599Y-82181942D01* X111089599Y-82181942D02* X111089599Y-81896228D01* X111089599Y-81896228D02* X111137218Y-81800990D01* X111137218Y-81800990D02* X111184837Y-81753371D01* X111184837Y-81753371D02* X111280075Y-81705752D01* X111280075Y-81705752D02* X111470551Y-81705752D01* X111470551Y-81705752D02* X111565789Y-81753371D01* X112756266Y-81467657D02* X112803885Y-81420038D01* X112803885Y-81420038D02* X112899123Y-81372419D01* X112899123Y-81372419D02* X113137218Y-81372419D01* X113137218Y-81372419D02* X113232456Y-81420038D01* X113232456Y-81420038D02* X113280075Y-81467657D01* X113280075Y-81467657D02* X113327694Y-81562895D01* X113327694Y-81562895D02* X113327694Y-81658133D01* X113327694Y-81658133D02* X113280075Y-81800990D01* X113280075Y-81800990D02* X112708647Y-82372419D01* X112708647Y-82372419D02* X113327694Y-82372419D01* X162920038Y-53796116D02* X162872419Y-53891354D01* X162872419Y-53891354D02* X162872419Y-54034211D01* X162872419Y-54034211D02* X162920038Y-54177068D01* X162920038Y-54177068D02* X163015276Y-54272306D01* X163015276Y-54272306D02* X163110514Y-54319925D01* X163110514Y-54319925D02* X163300990Y-54367544D01* X163300990Y-54367544D02* X163443847Y-54367544D01* X163443847Y-54367544D02* X163634323Y-54319925D01* X163634323Y-54319925D02* X163729561Y-54272306D01* X163729561Y-54272306D02* X163824800Y-54177068D01* X163824800Y-54177068D02* X163872419Y-54034211D01* X163872419Y-54034211D02* X163872419Y-53938973D01* X163872419Y-53938973D02* X163824800Y-53796116D01* X163824800Y-53796116D02* X163777180Y-53748497D01* X163777180Y-53748497D02* X163443847Y-53748497D01* X163443847Y-53748497D02* X163443847Y-53938973D01* X163872419Y-53319925D02* X162872419Y-53319925D01* X162872419Y-53319925D02* X163872419Y-52748497D01* X163872419Y-52748497D02* X162872419Y-52748497D01* X163872419Y-52272306D02* X162872419Y-52272306D01* X162872419Y-52272306D02* X162872419Y-52034211D01* X162872419Y-52034211D02* X162920038Y-51891354D01* X162920038Y-51891354D02* X163015276Y-51796116D01* X163015276Y-51796116D02* X163110514Y-51748497D01* X163110514Y-51748497D02* X163300990Y-51700878D01* X163300990Y-51700878D02* X163443847Y-51700878D01* X163443847Y-51700878D02* X163634323Y-51748497D01* X163634323Y-51748497D02* X163729561Y-51796116D01* X163729561Y-51796116D02* X163824800Y-51891354D01* X163824800Y-51891354D02* X163872419Y-52034211D01* X163872419Y-52034211D02* X163872419Y-52272306D01* X162872419Y-71148365D02* X162872419Y-70529318D01* X162872419Y-70529318D02* X163253371Y-70862651D01* X163253371Y-70862651D02* X163253371Y-70719794D01* X163253371Y-70719794D02* X163300990Y-70624556D01* X163300990Y-70624556D02* X163348609Y-70576937D01* X163348609Y-70576937D02* X163443847Y-70529318D01* X163443847Y-70529318D02* X163681942Y-70529318D01* X163681942Y-70529318D02* X163777180Y-70576937D01* X163777180Y-70576937D02* X163824800Y-70624556D01* X163824800Y-70624556D02* X163872419Y-70719794D01* X163872419Y-70719794D02* X163872419Y-71005508D01* X163872419Y-71005508D02* X163824800Y-71100746D01* X163824800Y-71100746D02* X163777180Y-71148365D01* X163777180Y-70100746D02* X163824800Y-70053127D01* X163824800Y-70053127D02* X163872419Y-70100746D01* X163872419Y-70100746D02* X163824800Y-70148365D01* X163824800Y-70148365D02* X163777180Y-70100746D01* X163777180Y-70100746D02* X163872419Y-70100746D01* X162872419Y-69719794D02* X162872419Y-69100747D01* X162872419Y-69100747D02* X163253371Y-69434080D01* X163253371Y-69434080D02* X163253371Y-69291223D01* X163253371Y-69291223D02* X163300990Y-69195985D01* X163300990Y-69195985D02* X163348609Y-69148366D01* X163348609Y-69148366D02* X163443847Y-69100747D01* X163443847Y-69100747D02* X163681942Y-69100747D01* X163681942Y-69100747D02* X163777180Y-69148366D01* X163777180Y-69148366D02* X163824800Y-69195985D01* X163824800Y-69195985D02* X163872419Y-69291223D01* X163872419Y-69291223D02* X163872419Y-69576937D01* X163872419Y-69576937D02* X163824800Y-69672175D01* X163824800Y-69672175D02* X163777180Y-69719794D01* X163205752Y-68767413D02* X163872419Y-68529318D01* X163872419Y-68529318D02* X163205752Y-68291223D01* X162872419Y-86548234D02* X162872419Y-87024424D01* X162872419Y-87024424D02* X163348609Y-87072043D01* X163348609Y-87072043D02* X163300990Y-87024424D01* X163300990Y-87024424D02* X163253371Y-86929186D01* X163253371Y-86929186D02* X163253371Y-86691091D01* X163253371Y-86691091D02* X163300990Y-86595853D01* X163300990Y-86595853D02* X163348609Y-86548234D01* X163348609Y-86548234D02* X163443847Y-86500615D01* X163443847Y-86500615D02* X163681942Y-86500615D01* X163681942Y-86500615D02* X163777180Y-86548234D01* X163777180Y-86548234D02* X163824800Y-86595853D01* X163824800Y-86595853D02* X163872419Y-86691091D01* X163872419Y-86691091D02* X163872419Y-86929186D01* X163872419Y-86929186D02* X163824800Y-87024424D01* X163824800Y-87024424D02* X163777180Y-87072043D01* X163205752Y-86167281D02* X163872419Y-85929186D01* X163872419Y-85929186D02* X163205752Y-85691091D01* X167811228Y-113779925D02* X167811228Y-112851353D01* X167811228Y-112851353D02* X168382657Y-113351353D01* X168382657Y-113351353D02* X168382657Y-113137068D01* X168382657Y-113137068D02* X168454085Y-112994211D01* X168454085Y-112994211D02* X168525514Y-112922782D01* X168525514Y-112922782D02* X168668371Y-112851353D01* X168668371Y-112851353D02* X169025514Y-112851353D01* X169025514Y-112851353D02* X169168371Y-112922782D01* X169168371Y-112922782D02* X169239800Y-112994211D01* X169239800Y-112994211D02* X169311228Y-113137068D01* X169311228Y-113137068D02* X169311228Y-113565639D01* X169311228Y-113565639D02* X169239800Y-113708496D01* X169239800Y-113708496D02* X169168371Y-113779925D01* X168311228Y-112351354D02* X169311228Y-111994211D01* X169311228Y-111994211D02* X168311228Y-111637068D01* X169311228Y-108779926D02* X167811228Y-108779926D01* X167811228Y-108779926D02* X167811228Y-108422783D01* X167811228Y-108422783D02* X167882657Y-108208497D01* X167882657Y-108208497D02* X168025514Y-108065640D01* X168025514Y-108065640D02* X168168371Y-107994211D01* X168168371Y-107994211D02* X168454085Y-107922783D01* X168454085Y-107922783D02* X168668371Y-107922783D01* X168668371Y-107922783D02* X168954085Y-107994211D01* X168954085Y-107994211D02* X169096942Y-108065640D01* X169096942Y-108065640D02* X169239800Y-108208497D01* X169239800Y-108208497D02* X169311228Y-108422783D01* X169311228Y-108422783D02* X169311228Y-108779926D01* X168454085Y-107065640D02* X168382657Y-107208497D01* X168382657Y-107208497D02* X168311228Y-107279926D01* X168311228Y-107279926D02* X168168371Y-107351354D01* X168168371Y-107351354D02* X168096942Y-107351354D01* X168096942Y-107351354D02* X167954085Y-107279926D01* X167954085Y-107279926D02* X167882657Y-107208497D01* X167882657Y-107208497D02* X167811228Y-107065640D01* X167811228Y-107065640D02* X167811228Y-106779926D01* X167811228Y-106779926D02* X167882657Y-106637069D01* X167882657Y-106637069D02* X167954085Y-106565640D01* X167954085Y-106565640D02* X168096942Y-106494211D01* X168096942Y-106494211D02* X168168371Y-106494211D01* X168168371Y-106494211D02* X168311228Y-106565640D01* X168311228Y-106565640D02* X168382657Y-106637069D01* X168382657Y-106637069D02* X168454085Y-106779926D01* X168454085Y-106779926D02* X168454085Y-107065640D01* X168454085Y-107065640D02* X168525514Y-107208497D01* X168525514Y-107208497D02* X168596942Y-107279926D01* X168596942Y-107279926D02* X168739800Y-107351354D01* X168739800Y-107351354D02* X169025514Y-107351354D01* X169025514Y-107351354D02* X169168371Y-107279926D01* X169168371Y-107279926D02* X169239800Y-107208497D01* X169239800Y-107208497D02* X169311228Y-107065640D01* X169311228Y-107065640D02* X169311228Y-106779926D01* X169311228Y-106779926D02* X169239800Y-106637069D01* X169239800Y-106637069D02* X169168371Y-106565640D01* X169168371Y-106565640D02* X169025514Y-106494211D01* X169025514Y-106494211D02* X168739800Y-106494211D01* X168739800Y-106494211D02* X168596942Y-106565640D01* X168596942Y-106565640D02* X168525514Y-106637069D01* X168525514Y-106637069D02* X168454085Y-106779926D01* X169311228Y-103565641D02* X167811228Y-103565641D01* X167811228Y-103565641D02* X167811228Y-103208498D01* X167811228Y-103208498D02* X167882657Y-102994212D01* X167882657Y-102994212D02* X168025514Y-102851355D01* X168025514Y-102851355D02* X168168371Y-102779926D01* X168168371Y-102779926D02* X168454085Y-102708498D01* X168454085Y-102708498D02* X168668371Y-102708498D01* X168668371Y-102708498D02* X168954085Y-102779926D01* X168954085Y-102779926D02* X169096942Y-102851355D01* X169096942Y-102851355D02* X169239800Y-102994212D01* X169239800Y-102994212D02* X169311228Y-103208498D01* X169311228Y-103208498D02* X169311228Y-103565641D01* X167811228Y-102208498D02* X167811228Y-101208498D01* X167811228Y-101208498D02* X169311228Y-101851355D01* X169311228Y-98351356D02* X167811228Y-98351356D01* X167811228Y-98351356D02* X167811228Y-97994213D01* X167811228Y-97994213D02* X167882657Y-97779927D01* X167882657Y-97779927D02* X168025514Y-97637070D01* X168025514Y-97637070D02* X168168371Y-97565641D01* X168168371Y-97565641D02* X168454085Y-97494213D01* X168454085Y-97494213D02* X168668371Y-97494213D01* X168668371Y-97494213D02* X168954085Y-97565641D01* X168954085Y-97565641D02* X169096942Y-97637070D01* X169096942Y-97637070D02* X169239800Y-97779927D01* X169239800Y-97779927D02* X169311228Y-97994213D01* X169311228Y-97994213D02* X169311228Y-98351356D01* X167811228Y-96208499D02* X167811228Y-96494213D01* X167811228Y-96494213D02* X167882657Y-96637070D01* X167882657Y-96637070D02* X167954085Y-96708499D01* X167954085Y-96708499D02* X168168371Y-96851356D01* X168168371Y-96851356D02* X168454085Y-96922784D01* X168454085Y-96922784D02* X169025514Y-96922784D01* X169025514Y-96922784D02* X169168371Y-96851356D01* X169168371Y-96851356D02* X169239800Y-96779927D01* X169239800Y-96779927D02* X169311228Y-96637070D01* X169311228Y-96637070D02* X169311228Y-96351356D01* X169311228Y-96351356D02* X169239800Y-96208499D01* X169239800Y-96208499D02* X169168371Y-96137070D01* X169168371Y-96137070D02* X169025514Y-96065641D01* X169025514Y-96065641D02* X168668371Y-96065641D01* X168668371Y-96065641D02* X168525514Y-96137070D01* X168525514Y-96137070D02* X168454085Y-96208499D01* X168454085Y-96208499D02* X168382657Y-96351356D01* X168382657Y-96351356D02* X168382657Y-96637070D01* X168382657Y-96637070D02* X168454085Y-96779927D01* X168454085Y-96779927D02* X168525514Y-96851356D01* X168525514Y-96851356D02* X168668371Y-96922784D01* X169311228Y-93137071D02* X167811228Y-93137071D01* X167811228Y-93137071D02* X167811228Y-92779928D01* X167811228Y-92779928D02* X167882657Y-92565642D01* X167882657Y-92565642D02* X168025514Y-92422785D01* X168025514Y-92422785D02* X168168371Y-92351356D01* X168168371Y-92351356D02* X168454085Y-92279928D01* X168454085Y-92279928D02* X168668371Y-92279928D01* X168668371Y-92279928D02* X168954085Y-92351356D01* X168954085Y-92351356D02* X169096942Y-92422785D01* X169096942Y-92422785D02* X169239800Y-92565642D01* X169239800Y-92565642D02* X169311228Y-92779928D01* X169311228Y-92779928D02* X169311228Y-93137071D01* X167811228Y-90922785D02* X167811228Y-91637071D01* X167811228Y-91637071D02* X168525514Y-91708499D01* X168525514Y-91708499D02* X168454085Y-91637071D01* X168454085Y-91637071D02* X168382657Y-91494214D01* X168382657Y-91494214D02* X168382657Y-91137071D01* X168382657Y-91137071D02* X168454085Y-90994214D01* X168454085Y-90994214D02* X168525514Y-90922785D01* X168525514Y-90922785D02* X168668371Y-90851356D01* X168668371Y-90851356D02* X169025514Y-90851356D01* X169025514Y-90851356D02* X169168371Y-90922785D01* X169168371Y-90922785D02* X169239800Y-90994214D01* X169239800Y-90994214D02* X169311228Y-91137071D01* X169311228Y-91137071D02* X169311228Y-91494214D01* X169311228Y-91494214D02* X169239800Y-91637071D01* X169239800Y-91637071D02* X169168371Y-91708499D01* X169311228Y-87922786D02* X167811228Y-87922786D01* X167811228Y-87922786D02* X167811228Y-87565643D01* X167811228Y-87565643D02* X167882657Y-87351357D01* X167882657Y-87351357D02* X168025514Y-87208500D01* X168025514Y-87208500D02* X168168371Y-87137071D01* X168168371Y-87137071D02* X168454085Y-87065643D01* X168454085Y-87065643D02* X168668371Y-87065643D01* X168668371Y-87065643D02* X168954085Y-87137071D01* X168954085Y-87137071D02* X169096942Y-87208500D01* X169096942Y-87208500D02* X169239800Y-87351357D01* X169239800Y-87351357D02* X169311228Y-87565643D01* X169311228Y-87565643D02* X169311228Y-87922786D01* X167811228Y-86137071D02* X167811228Y-85994214D01* X167811228Y-85994214D02* X167882657Y-85851357D01* X167882657Y-85851357D02* X167954085Y-85779929D01* X167954085Y-85779929D02* X168096942Y-85708500D01* X168096942Y-85708500D02* X168382657Y-85637071D01* X168382657Y-85637071D02* X168739800Y-85637071D01* X168739800Y-85637071D02* X169025514Y-85708500D01* X169025514Y-85708500D02* X169168371Y-85779929D01* X169168371Y-85779929D02* X169239800Y-85851357D01* X169239800Y-85851357D02* X169311228Y-85994214D01* X169311228Y-85994214D02* X169311228Y-86137071D01* X169311228Y-86137071D02* X169239800Y-86279929D01* X169239800Y-86279929D02* X169168371Y-86351357D01* X169168371Y-86351357D02* X169025514Y-86422786D01* X169025514Y-86422786D02* X168739800Y-86494214D01* X168739800Y-86494214D02* X168382657Y-86494214D01* X168382657Y-86494214D02* X168096942Y-86422786D01* X168096942Y-86422786D02* X167954085Y-86351357D01* X167954085Y-86351357D02* X167882657Y-86279929D01* X167882657Y-86279929D02* X167811228Y-86137071D01* X168882657Y-82779929D02* X168882657Y-82065644D01* X169311228Y-82922786D02* X167811228Y-82422786D01* X167811228Y-82422786D02* X169311228Y-81922786D01* X167811228Y-81137072D02* X167811228Y-80994215D01* X167811228Y-80994215D02* X167882657Y-80851358D01* X167882657Y-80851358D02* X167954085Y-80779930D01* X167954085Y-80779930D02* X168096942Y-80708501D01* X168096942Y-80708501D02* X168382657Y-80637072D01* X168382657Y-80637072D02* X168739800Y-80637072D01* X168739800Y-80637072D02* X169025514Y-80708501D01* X169025514Y-80708501D02* X169168371Y-80779930D01* X169168371Y-80779930D02* X169239800Y-80851358D01* X169239800Y-80851358D02* X169311228Y-80994215D01* X169311228Y-80994215D02* X169311228Y-81137072D01* X169311228Y-81137072D02* X169239800Y-81279930D01* X169239800Y-81279930D02* X169168371Y-81351358D01* X169168371Y-81351358D02* X169025514Y-81422787D01* X169025514Y-81422787D02* X168739800Y-81494215D01* X168739800Y-81494215D02* X168382657Y-81494215D01* X168382657Y-81494215D02* X168096942Y-81422787D01* X168096942Y-81422787D02* X167954085Y-81351358D01* X167954085Y-81351358D02* X167882657Y-81279930D01* X167882657Y-81279930D02* X167811228Y-81137072D01* X169311228Y-76851359D02* X168596942Y-77351359D01* X169311228Y-77708502D02* X167811228Y-77708502D01* X167811228Y-77708502D02* X167811228Y-77137073D01* X167811228Y-77137073D02* X167882657Y-76994216D01* X167882657Y-76994216D02* X167954085Y-76922787D01* X167954085Y-76922787D02* X168096942Y-76851359D01* X168096942Y-76851359D02* X168311228Y-76851359D01* X168311228Y-76851359D02* X168454085Y-76922787D01* X168454085Y-76922787D02* X168525514Y-76994216D01* X168525514Y-76994216D02* X168596942Y-77137073D01* X168596942Y-77137073D02* X168596942Y-77708502D01* X169239800Y-76279930D02* X169311228Y-76065645D01* X169311228Y-76065645D02* X169311228Y-75708502D01* X169311228Y-75708502D02* X169239800Y-75565645D01* X169239800Y-75565645D02* X169168371Y-75494216D01* X169168371Y-75494216D02* X169025514Y-75422787D01* X169025514Y-75422787D02* X168882657Y-75422787D01* X168882657Y-75422787D02* X168739800Y-75494216D01* X168739800Y-75494216D02* X168668371Y-75565645D01* X168668371Y-75565645D02* X168596942Y-75708502D01* X168596942Y-75708502D02* X168525514Y-75994216D01* X168525514Y-75994216D02* X168454085Y-76137073D01* X168454085Y-76137073D02* X168382657Y-76208502D01* X168382657Y-76208502D02* X168239800Y-76279930D01* X168239800Y-76279930D02* X168096942Y-76279930D01* X168096942Y-76279930D02* X167954085Y-76208502D01* X167954085Y-76208502D02* X167882657Y-76137073D01* X167882657Y-76137073D02* X167811228Y-75994216D01* X167811228Y-75994216D02* X167811228Y-75637073D01* X167811228Y-75637073D02* X167882657Y-75422787D01* X102568646Y-121411919D02* X102806741Y-122411919D01* X102806741Y-122411919D02* X102997217Y-121697633D01* X102997217Y-121697633D02* X103187693Y-122411919D01* X103187693Y-122411919D02* X103425789Y-121411919D01* X104187693Y-122364300D02* X104092455Y-122411919D01* X104092455Y-122411919D02* X103901979Y-122411919D01* X103901979Y-122411919D02* X103806741Y-122364300D01* X103806741Y-122364300D02* X103759122Y-122269061D01* X103759122Y-122269061D02* X103759122Y-121888109D01* X103759122Y-121888109D02* X103806741Y-121792871D01* X103806741Y-121792871D02* X103901979Y-121745252D01* X103901979Y-121745252D02* X104092455Y-121745252D01* X104092455Y-121745252D02* X104187693Y-121792871D01* X104187693Y-121792871D02* X104235312Y-121888109D01* X104235312Y-121888109D02* X104235312Y-121983347D01* X104235312Y-121983347D02* X103759122Y-122078585D01* X104663884Y-122411919D02* X104663884Y-121411919D01* X104663884Y-121411919D02* X104997217Y-122126204D01* X104997217Y-122126204D02* X105330550Y-121411919D01* X105330550Y-121411919D02* X105330550Y-122411919D01* X105949598Y-122411919D02* X105854360Y-122364300D01* X105854360Y-122364300D02* X105806741Y-122316680D01* X105806741Y-122316680D02* X105759122Y-122221442D01* X105759122Y-122221442D02* X105759122Y-121935728D01* X105759122Y-121935728D02* X105806741Y-121840490D01* X105806741Y-121840490D02* X105854360Y-121792871D01* X105854360Y-121792871D02* X105949598Y-121745252D01* X105949598Y-121745252D02* X106092455Y-121745252D01* X106092455Y-121745252D02* X106187693Y-121792871D01* X106187693Y-121792871D02* X106235312Y-121840490D01* X106235312Y-121840490D02* X106282931Y-121935728D01* X106282931Y-121935728D02* X106282931Y-122221442D01* X106282931Y-122221442D02* X106235312Y-122316680D01* X106235312Y-122316680D02* X106187693Y-122364300D01* X106187693Y-122364300D02* X106092455Y-122411919D01* X106092455Y-122411919D02* X105949598Y-122411919D01* X106663884Y-122364300D02* X106759122Y-122411919D01* X106759122Y-122411919D02* X106949598Y-122411919D01* X106949598Y-122411919D02* X107044836Y-122364300D01* X107044836Y-122364300D02* X107092455Y-122269061D01* X107092455Y-122269061D02* X107092455Y-122221442D01* X107092455Y-122221442D02* X107044836Y-122126204D01* X107044836Y-122126204D02* X106949598Y-122078585D01* X106949598Y-122078585D02* X106806741Y-122078585D01* X106806741Y-122078585D02* X106711503Y-122030966D01* X106711503Y-122030966D02* X106663884Y-121935728D01* X106663884Y-121935728D02* X106663884Y-121888109D01* X106663884Y-121888109D02* X106711503Y-121792871D01* X106711503Y-121792871D02* X106806741Y-121745252D01* X106806741Y-121745252D02* X106949598Y-121745252D01* X106949598Y-121745252D02* X107044836Y-121792871D01* X108282932Y-122411919D02* X108282932Y-121411919D01* X108282932Y-121411919D02* X108521027Y-121411919D01* X108521027Y-121411919D02* X108663884Y-121459538D01* X108663884Y-121459538D02* X108759122Y-121554776D01* X108759122Y-121554776D02* X108806741Y-121650014D01* X108806741Y-121650014D02* X108854360Y-121840490D01* X108854360Y-121840490D02* X108854360Y-121983347D01* X108854360Y-121983347D02* X108806741Y-122173823D01* X108806741Y-122173823D02* X108759122Y-122269061D01* X108759122Y-122269061D02* X108663884Y-122364300D01* X108663884Y-122364300D02* X108521027Y-122411919D01* X108521027Y-122411919D02* X108282932Y-122411919D01* X109806741Y-122411919D02* X109235313Y-122411919D01* X109521027Y-122411919D02* X109521027Y-121411919D01* X109521027Y-121411919D02* X109425789Y-121554776D01* X109425789Y-121554776D02* X109330551Y-121650014D01* X109330551Y-121650014D02* X109235313Y-121697633D01* X110997218Y-122411919D02* X110997218Y-121411919D01* X110997218Y-121411919D02* X111330551Y-122126204D01* X111330551Y-122126204D02* X111663884Y-121411919D01* X111663884Y-121411919D02* X111663884Y-122411919D01* X112140075Y-122411919D02* X112140075Y-121745252D01* X112140075Y-121411919D02* X112092456Y-121459538D01* X112092456Y-121459538D02* X112140075Y-121507157D01* X112140075Y-121507157D02* X112187694Y-121459538D01* X112187694Y-121459538D02* X112140075Y-121411919D01* X112140075Y-121411919D02* X112140075Y-121507157D01* X112616265Y-121745252D02* X112616265Y-122411919D01* X112616265Y-121840490D02* X112663884Y-121792871D01* X112663884Y-121792871D02* X112759122Y-121745252D01* X112759122Y-121745252D02* X112901979Y-121745252D01* X112901979Y-121745252D02* X112997217Y-121792871D01* X112997217Y-121792871D02* X113044836Y-121888109D01* X113044836Y-121888109D02* X113044836Y-122411919D01* X113521027Y-122411919D02* X113521027Y-121745252D01* X113521027Y-121411919D02* X113473408Y-121459538D01* X113473408Y-121459538D02* X113521027Y-121507157D01* X113521027Y-121507157D02* X113568646Y-121459538D01* X113568646Y-121459538D02* X113521027Y-121411919D01* X113521027Y-121411919D02* X113521027Y-121507157D01* D11* G36* X89232972Y-41970000D02* G01* X87535240Y-41970000D01* X86582937Y-37246099D01* X86499509Y-36792002D01* X86425091Y-36347410D01* X86401709Y-36204159D01* X86333154Y-35760443D01* X86272520Y-35310184D01* X86256385Y-35142435D01* X86200895Y-35609257D01* X86132093Y-36076235D01* X86111060Y-36210753D01* X86038368Y-36665900D01* X85963382Y-37101673D01* X85933251Y-37259288D01* X84986078Y-41970000D01* X83293475Y-41970000D01* X81500000Y-32966231D01* X82966922Y-32966231D01* X83864515Y-37876978D01* X83948423Y-38374403D01* X84023196Y-38846172D01* X84088832Y-39292283D01* X84153861Y-39780319D01* X84206454Y-40233433D01* X84253899Y-39786102D01* X84313605Y-39325101D01* X84338101Y-39147529D01* X84408186Y-38680481D01* X84486845Y-38229649D01* X84533007Y-38006671D01* X85558827Y-32966231D01* X86967620Y-32966231D01* X87991730Y-38006671D01* X88072226Y-38466852D01* X88140668Y-38912705D01* X88159281Y-39039818D01* X88222974Y-39494256D01* X88279554Y-39937277D01* X88313154Y-40233433D01* X88366168Y-39768688D01* X88429320Y-39298002D01* X88467027Y-39037620D01* X88537680Y-38576168D01* X88615450Y-38115206D01* X88660223Y-37876978D01* X89554396Y-32966231D01* X91021318Y-32966231D01* X89232972Y-41970000D01* G37* G36* X94302101Y-34956252D02* G01* X94681814Y-35034769D01* X95026065Y-35172173D01* X95334853Y-35368464D01* X95650284Y-35671897D01* X95731542Y-35773314D01* X95979361Y-36170228D01* X96143332Y-36558998D01* X96262584Y-36992590D01* X96337116Y-37471005D01* X96366929Y-37994242D01* X96367550Y-38085806D01* X96367550Y-39004647D01* X92900279Y-39004647D01* X92946628Y-39471762D01* X93070120Y-39906247D01* X93269574Y-40257613D01* X93568825Y-40532214D01* X93911569Y-40672596D01* X94240683Y-40708241D01* X94597396Y-40690003D01* X94939203Y-40635289D01* X95158792Y-40578548D01* X95488738Y-40459640D01* X95829743Y-40297455D01* X96063224Y-40165289D01* X96063224Y-41622686D01* X95741922Y-41802042D01* X95403126Y-41940041D01* X95240858Y-41989783D01* X94885668Y-42063457D01* X94512766Y-42101120D01* X94174005Y-42110683D01* X93782302Y-42088197D01* X93418231Y-42020738D01* X93081792Y-41908306D01* X92714541Y-41714025D01* X92387080Y-41454982D01* X92144591Y-41189644D01* X91896491Y-40816459D01* X91699722Y-40389332D01* X91554284Y-39908265D01* X91472297Y-39466169D01* X91425956Y-38986615D01* X91414549Y-38576001D01* X91431037Y-38051903D01* X91461844Y-37749483D01* X92934473Y-37749483D01* X94991242Y-37749483D01* X94953077Y-37302554D01* X94827752Y-36872819D01* X94707431Y-36661381D01* X94431095Y-36398415D01* X94080800Y-36282709D01* X93967131Y-36276699D01* X93622301Y-36340186D01* X93306466Y-36571221D01* X93237090Y-36661381D01* X93048735Y-37057905D01* X92956572Y-37496237D01* X92934473Y-37749483D01* X91461844Y-37749483D01* X91480500Y-37566338D01* X91562938Y-37119306D01* X91705390Y-36633730D01* X91895327Y-36203641D01* X92089881Y-35887620D01* X92361342Y-35564152D01* X92669229Y-35307608D01* X93013540Y-35117989D01* X93394275Y-34995294D01* X93739379Y-34944171D01* X93958583Y-34935806D01* X94302101Y-34956252D01* G37* G36* X100617864Y-41970000D02* G01* X98925261Y-34907229D01* X98882519Y-34907229D01* X98904157Y-35423391D01* X98922910Y-35894764D01* X98942295Y-36420998D01* X98957171Y-36877250D01* X98969072Y-37332377D01* X98974842Y-37782456D01* X98974842Y-41970000D01* X97642986Y-41970000D01* X97642986Y-32966231D01* X99670690Y-32966231D01* X101335938Y-39850949D01* X101365003Y-39850949D01* X103129413Y-32966231D01* X105157117Y-32966231D01* X105157117Y-41970000D01* X103768841Y-41970000D01* X103768841Y-37709916D01* X103772073Y-37252195D01* X103775680Y-37015289D01* X103788022Y-36535226D01* X103801883Y-36085884D01* X103817671Y-35601441D01* X103833583Y-35127726D01* X103840648Y-34920418D01* X103797906Y-34920418D01* X101983914Y-41970000D01* X100617864Y-41970000D01* G37* G36* X109436176Y-34962871D02* G01* X109789122Y-35044066D01* X110119201Y-35179392D01* X110426413Y-35368848D01* X110737389Y-35642342D01* X111004819Y-35975650D01* X111228701Y-36368774D01* X111334263Y-36613021D01* X111473390Y-37036034D01* X111572766Y-37493944D01* X111632392Y-37986750D01* X111651957Y-38446581D01* X111652267Y-38514452D01* X111635362Y-39024725D01* X111584648Y-39499041D01* X111500123Y-39937401D01* X111354063Y-40415970D01* X111159318Y-40842762D01* X110959839Y-41158869D01* X110681064Y-41482337D01* X110364062Y-41738881D01* X110008832Y-41928500D01* X109615374Y-42051195D01* X109258290Y-42102318D01* X109031297Y-42110683D01* X108655484Y-42083481D01* X108302538Y-42001873D01* X107972459Y-41865860D01* X107665247Y-41675443D01* X107354135Y-41399302D01* X107086300Y-41062999D01* X106861742Y-40666533D01* X106755687Y-40420279D01* X106617308Y-39994518D01* X106518466Y-39534959D01* X106459161Y-39041604D01* X106439701Y-38582194D01* X106439392Y-38514452D01* X107933670Y-38514452D01* X107950019Y-38997503D01* X108007496Y-39466051D01* X108119896Y-39893667D01* X108195254Y-40070767D01* X108438886Y-40390912D01* X108774842Y-40563298D01* X109050104Y-40596133D01* X109414282Y-40534314D01* X109722629Y-40325864D01* X109892986Y-40072965D01* X110039969Y-39652766D01* X110114847Y-39218936D01* X110147117Y-38765285D01* X110151151Y-38514452D01* X110134909Y-38032225D01* X110077807Y-37566574D01* X109966143Y-37144626D01* X109891277Y-36971325D01* X109649728Y-36657878D01* X109314894Y-36489098D01* X109039846Y-36456950D01* X108675264Y-36517471D01* X108365555Y-36721542D01* X108193545Y-36969127D01* X108045589Y-37381817D01* X107970215Y-37811822D01* X107937731Y-38263824D01* X107933670Y-38514452D01* X106439392Y-38514452D01* X106456172Y-38002601D01* X106506511Y-37527672D01* X106590410Y-37089667D01* X106735388Y-36612798D01* X106928690Y-36189098D01* X107126692Y-35876629D01* X107404084Y-35556896D01* X107720786Y-35303315D01* X108076797Y-35115885D01* X108472119Y-34994607D01* X108831581Y-34944074D01* X109060362Y-34935806D01* X109436176Y-34962871D01* G37* G36* X116583042Y-39932281D02* G01* X116555553Y-40373554D01* X116456818Y-40818618D01* X116286276Y-41200484D01* X116043926Y-41519152D01* X116008583Y-41554542D01* X115685663Y-41797854D01* X115344555Y-41953726D01* X115008679Y-42044968D01* X114632652Y-42097106D01* X114288625Y-42110683D01* X113938971Y-42100594D01* X113593306Y-42066189D01* X113288450Y-42007369D01* X112936566Y-41900379D01* X112604971Y-41756363D01* X112513956Y-41708415D01* X112513956Y-40152100D01* X112834846Y-40325619D01* X113184586Y-40476882D01* X113433775Y-40565359D01* X113771855Y-40660473D01* X114133897Y-40721980D01* X114336496Y-40732421D01* X114685809Y-40695189D01* X115003154Y-40522411D01* X115134926Y-40136713D01* X115028925Y-39776210D01* X114740503Y-39513767D01* X114663049Y-39459672D01* X114339532Y-39254360D01* X114025718Y-39075590D01* X113972330Y-39046413D01* X113649332Y-38862467D01* X113325449Y-38648507D01* X113061060Y-38428722D01* X112809734Y-38122625D01* X112637055Y-37775861D01* X112534334Y-37335715D01* X112505408Y-36868011D01* X112549361Y-36381900D01* X112681220Y-35962212D01* X112900985Y-35608946D01* X113061060Y-35441388D01* X113367844Y-35220196D01* X113732545Y-35062201D01* X114099167Y-34975798D01* X114448707Y-34940249D01* X114635694Y-34935806D01* X114997997Y-34954971D01* X115356573Y-35012467D01* X115711422Y-35108294D01* X116062545Y-35242452D01* X116409942Y-35414941D01* X116524912Y-35480956D01* X116082100Y-36841632D01* X115762730Y-36674304D01* X115437727Y-36523316D01* X115326413Y-36476734D01* X114972505Y-36369572D01* X114611758Y-36333852D01* X114269150Y-36378073D01* X113984913Y-36632788D01* X113962072Y-36786678D01* X114121769Y-37178573D01* X114170655Y-37226315D01* X114476749Y-37440606D01* X114801859Y-37626936D01* X115087055Y-37778060D01* X115415147Y-37958991D01* X115743419Y-38171157D01* X116010293Y-38391353D01* X116265465Y-38696901D01* X116442847Y-39046413D01* X116552237Y-39481449D01* X116583042Y-39932281D01* G37* G36* X122986696Y-32984435D02* G01* X123380702Y-33039046D01* X123750719Y-33130065D01* X124096746Y-33257491D01* X124418784Y-33421324D01* X124787597Y-33677314D01* X125118926Y-33990191D01* X125240963Y-34131270D01* X125515308Y-34517251D01* X125743153Y-34948419D01* X125924500Y-35424775D01* X126059348Y-35946318D01* X126133746Y-36396088D01* X126178386Y-36874777D01* X126193265Y-37382386D01* X126177825Y-37921732D01* X126131502Y-38428585D01* X126054299Y-38902947D01* X125946214Y-39344816D01* X125807247Y-39754194D01* X125590112Y-40220224D01* X125324724Y-40635486D01* X125205059Y-40787376D01* X124874831Y-41128073D01* X124579815Y-41359054D01* X124257389Y-41553078D01* X123907555Y-41710146D01* X123530313Y-41830256D01* X123125661Y-41913409D01* X122693601Y-41959605D01* X122351570Y-41970000D01* X120361479Y-41970000D01* X120361479Y-40387306D01* X121850628Y-40387306D01* X122490055Y-40387306D01* X122875038Y-40361320D01* X123222154Y-40283364D01* X123626071Y-40098579D01* X123962668Y-39821402D01* X124231946Y-39451832D01* X124433904Y-38989869D01* X124568543Y-38435515D01* X124625344Y-37959116D01* X124644277Y-37430746D01* X124626696Y-36913376D01* X124573952Y-36446895D01* X124448931Y-35904081D01* X124261398Y-35451735D01* X124011354Y-35089859D01* X123698800Y-34818452D01* X123323734Y-34637513D01* X122886158Y-34547044D01* X122643928Y-34535736D01* X121850628Y-34535736D01* X121850628Y-40387306D01* X120361479Y-40387306D01* X120361479Y-32966231D01* X122568702Y-32966231D01* X122986696Y-32984435D01* G37* G36* X130792358Y-41970000D02* G01* X129306629Y-41970000D01* X129306629Y-36764696D01* X129322016Y-35909602D01* X129345952Y-34975373D01* X129099675Y-35284081D01* X128840530Y-35585739D01* X128831332Y-35595261D01* X128022644Y-36426175D01* X127306280Y-35276524D01* X129571632Y-32966231D01* X130792358Y-32966231D01* X130792358Y-41970000D01* G37* G36* X138723656Y-41970000D02* G01* X137031053Y-34907229D01* X136988311Y-34907229D01* X137009949Y-35423391D01* X137028702Y-35894764D01* X137048087Y-36420998D01* X137062963Y-36877250D01* X137074864Y-37332377D01* X137080635Y-37782456D01* X137080635Y-41970000D01* X135748778Y-41970000D01* X135748778Y-32966231D01* X137776482Y-32966231D01* X139441730Y-39850949D01* X139470795Y-39850949D01* X141235205Y-32966231D01* X143262909Y-32966231D01* X143262909Y-41970000D01* X141874633Y-41970000D01* X141874633Y-37709916D01* X141877866Y-37252195D01* X141881472Y-37015289D01* X141893814Y-36535226D01* X141907675Y-36085884D01* X141923463Y-35601441D01* X141939375Y-35127726D01* X141946441Y-34920418D01* X141903698Y-34920418D01* X140089706Y-41970000D01* X138723656Y-41970000D01* G37* G36* X147461879Y-34957057D02* G01* X147814344Y-35020813D01* X148180581Y-35148916D01* X148498385Y-35334871D01* X148732240Y-35540307D01* X148985061Y-35881850D01* X149165648Y-36301978D01* X149264407Y-36734054D01* X149307861Y-37226298D01* X149310118Y-37377990D01* X149310118Y-41970000D01* X148286008Y-41970000D01* X148002198Y-41046762D01* X147962875Y-41046762D01* X147729728Y-41385978D01* X147467866Y-41676303D01* X147200348Y-41879874D01* X146873288Y-42020523D01* X146514767Y-42092426D01* X146179658Y-42110683D01* X145813034Y-42075650D01* X145449885Y-41952485D01* X145138938Y-41740641D01* X144960642Y-41550146D01* X144745760Y-41197286D01* X144601204Y-40769309D01* X144531747Y-40325825D01* X144516397Y-39960858D01* X146020655Y-39960858D01* X146104698Y-40400136D01* X146388081Y-40671389D01* X146731891Y-40732421D01* X147086199Y-40681107D01* X147404375Y-40509704D01* X147547418Y-40367522D01* X147756622Y-40002795D01* X147848672Y-39547187D01* X147853454Y-39400321D01* X147853454Y-38850774D01* X147285833Y-38874954D01* X146918081Y-38913465D01* X146560967Y-39021451D01* X146333531Y-39162916D01* X146098874Y-39493194D01* X146020961Y-39927604D01* X146020655Y-39960858D01* X144516397Y-39960858D01* X144516120Y-39954263D01* X144544754Y-39507385D01* X144647603Y-39063386D01* X144852717Y-38648953D01* X145114515Y-38356182D01* X145451753Y-38127708D01* X145809247Y-37974902D01* X146162033Y-37878921D01* X146557615Y-37815242D01* X146919958Y-37786852D01* X147853454Y-37749483D01* X147853454Y-37432944D01* X147801094Y-36952091D01* X147617018Y-36575351D01* X147300406Y-36372492D01* X147015701Y-36333852D01* X146635286Y-36373322D01* X146267166Y-36474679D01* X145921920Y-36614532D01* X145555076Y-36802140D01* X145500907Y-36832840D01* X145015352Y-35560090D01* X145370582Y-35347931D01* X145739998Y-35179667D01* X146123598Y-35055297D01* X146521384Y-34974823D01* X146863708Y-34941292D01* X147073831Y-34935806D01* X147461879Y-34957057D01* G37* G36* X151888346Y-38448506D02* G01* X150158129Y-35076489D01* X151821667Y-35076489D01* X152864584Y-37268080D01* X153917759Y-35076489D01* X155581297Y-35076489D01* X153830565Y-38448506D01* X155663363Y-41970000D01* X153994696Y-41970000D01* X152864584Y-39611346D01* X151729344Y-41970000D01* X150065806Y-41970000D01* X151888346Y-38448506D01* G37* D10* X124708646Y-94906816D02* X125565789Y-94906816D01* X125137217Y-96406816D02* X125137217Y-94906816D01* X125922931Y-94906816D02* X126922931Y-96406816D01* X126922931Y-94906816D02* X125922931Y-96406816D01* X125780074Y-98821732D02* X125280074Y-98107446D01* X124922931Y-98821732D02* X124922931Y-97321732D01* X124922931Y-97321732D02* X125494360Y-97321732D01* X125494360Y-97321732D02* X125637217Y-97393161D01* X125637217Y-97393161D02* X125708646Y-97464589D01* X125708646Y-97464589D02* X125780074Y-97607446D01* X125780074Y-97607446D02* X125780074Y-97821732D01* X125780074Y-97821732D02* X125708646Y-97964589D01* X125708646Y-97964589D02* X125637217Y-98036018D01* X125637217Y-98036018D02* X125494360Y-98107446D01* X125494360Y-98107446D02* X124922931Y-98107446D01* X126280074Y-97321732D02* X127280074Y-98821732D01* X127280074Y-97321732D02* X126280074Y-98821732D01* X124922931Y-101236648D02* X124922931Y-99736648D01* X124922931Y-99736648D02* X125280074Y-99736648D01* X125280074Y-99736648D02* X125494360Y-99808077D01* X125494360Y-99808077D02* X125637217Y-99950934D01* X125637217Y-99950934D02* X125708646Y-100093791D01* X125708646Y-100093791D02* X125780074Y-100379505D01* X125780074Y-100379505D02* X125780074Y-100593791D01* X125780074Y-100593791D02* X125708646Y-100879505D01* X125708646Y-100879505D02* X125637217Y-101022362D01* X125637217Y-101022362D02* X125494360Y-101165220D01* X125494360Y-101165220D02* X125280074Y-101236648D01* X125280074Y-101236648D02* X124922931Y-101236648D01* X127208646Y-101236648D02* X126351503Y-101236648D01* X126780074Y-101236648D02* X126780074Y-99736648D01* X126780074Y-99736648D02* X126637217Y-99950934D01* X126637217Y-99950934D02* X126494360Y-100093791D01* X126494360Y-100093791D02* X126351503Y-100165220D01* X124922931Y-103651564D02* X124922931Y-102151564D01* X124922931Y-102151564D02* X125280074Y-102151564D01* X125280074Y-102151564D02* X125494360Y-102222993D01* X125494360Y-102222993D02* X125637217Y-102365850D01* X125637217Y-102365850D02* X125708646Y-102508707D01* X125708646Y-102508707D02* X125780074Y-102794421D01* X125780074Y-102794421D02* X125780074Y-103008707D01* X125780074Y-103008707D02* X125708646Y-103294421D01* X125708646Y-103294421D02* X125637217Y-103437278D01* X125637217Y-103437278D02* X125494360Y-103580136D01* X125494360Y-103580136D02* X125280074Y-103651564D01* X125280074Y-103651564D02* X124922931Y-103651564D01* X126351503Y-102294421D02* X126422931Y-102222993D01* X126422931Y-102222993D02* X126565789Y-102151564D01* X126565789Y-102151564D02* X126922931Y-102151564D01* X126922931Y-102151564D02* X127065789Y-102222993D01* X127065789Y-102222993D02* X127137217Y-102294421D01* X127137217Y-102294421D02* X127208646Y-102437278D01* X127208646Y-102437278D02* X127208646Y-102580136D01* X127208646Y-102580136D02* X127137217Y-102794421D01* X127137217Y-102794421D02* X126280074Y-103651564D01* X126280074Y-103651564D02* X127208646Y-103651564D01* X124922931Y-106066480D02* X124922931Y-104566480D01* X124922931Y-104566480D02* X125280074Y-104566480D01* X125280074Y-104566480D02* X125494360Y-104637909D01* X125494360Y-104637909D02* X125637217Y-104780766D01* X125637217Y-104780766D02* X125708646Y-104923623D01* X125708646Y-104923623D02* X125780074Y-105209337D01* X125780074Y-105209337D02* X125780074Y-105423623D01* X125780074Y-105423623D02* X125708646Y-105709337D01* X125708646Y-105709337D02* X125637217Y-105852194D01* X125637217Y-105852194D02* X125494360Y-105995052D01* X125494360Y-105995052D02* X125280074Y-106066480D01* X125280074Y-106066480D02* X124922931Y-106066480D01* X126280074Y-104566480D02* X127208646Y-104566480D01* X127208646Y-104566480D02* X126708646Y-105137909D01* X126708646Y-105137909D02* X126922931Y-105137909D01* X126922931Y-105137909D02* X127065789Y-105209337D01* X127065789Y-105209337D02* X127137217Y-105280766D01* X127137217Y-105280766D02* X127208646Y-105423623D01* X127208646Y-105423623D02* X127208646Y-105780766D01* X127208646Y-105780766D02* X127137217Y-105923623D01* X127137217Y-105923623D02* X127065789Y-105995052D01* X127065789Y-105995052D02* X126922931Y-106066480D01* X126922931Y-106066480D02* X126494360Y-106066480D01* X126494360Y-106066480D02* X126351503Y-105995052D01* X126351503Y-105995052D02* X126280074Y-105923623D01* X124922931Y-108481396D02* X124922931Y-106981396D01* X124922931Y-106981396D02* X125280074Y-106981396D01* X125280074Y-106981396D02* X125494360Y-107052825D01* X125494360Y-107052825D02* X125637217Y-107195682D01* X125637217Y-107195682D02* X125708646Y-107338539D01* X125708646Y-107338539D02* X125780074Y-107624253D01* X125780074Y-107624253D02* X125780074Y-107838539D01* X125780074Y-107838539D02* X125708646Y-108124253D01* X125708646Y-108124253D02* X125637217Y-108267110D01* X125637217Y-108267110D02* X125494360Y-108409968D01* X125494360Y-108409968D02* X125280074Y-108481396D01* X125280074Y-108481396D02* X124922931Y-108481396D01* X127065789Y-107481396D02* X127065789Y-108481396D01* X126708646Y-106909968D02* X126351503Y-107981396D01* X126351503Y-107981396D02* X127280074Y-107981396D01* X125708646Y-109467741D02* X125565789Y-109396312D01* X125565789Y-109396312D02* X125351503Y-109396312D01* X125351503Y-109396312D02* X125137217Y-109467741D01* X125137217Y-109467741D02* X124994360Y-109610598D01* X124994360Y-109610598D02* X124922931Y-109753455D01* X124922931Y-109753455D02* X124851503Y-110039169D01* X124851503Y-110039169D02* X124851503Y-110253455D01* X124851503Y-110253455D02* X124922931Y-110539169D01* X124922931Y-110539169D02* X124994360Y-110682026D01* X124994360Y-110682026D02* X125137217Y-110824884D01* X125137217Y-110824884D02* X125351503Y-110896312D01* X125351503Y-110896312D02* X125494360Y-110896312D01* X125494360Y-110896312D02* X125708646Y-110824884D01* X125708646Y-110824884D02* X125780074Y-110753455D01* X125780074Y-110753455D02* X125780074Y-110253455D01* X125780074Y-110253455D02* X125494360Y-110253455D01* X125637217Y-111811228D02* X124922931Y-111811228D01* X124922931Y-111811228D02* X124851503Y-112525514D01* X124851503Y-112525514D02* X124922931Y-112454085D01* X124922931Y-112454085D02* X125065789Y-112382657D01* X125065789Y-112382657D02* X125422931Y-112382657D01* X125422931Y-112382657D02* X125565789Y-112454085D01* X125565789Y-112454085D02* X125637217Y-112525514D01* X125637217Y-112525514D02* X125708646Y-112668371D01* X125708646Y-112668371D02* X125708646Y-113025514D01* X125708646Y-113025514D02* X125637217Y-113168371D01* X125637217Y-113168371D02* X125565789Y-113239800D01* X125565789Y-113239800D02* X125422931Y-113311228D01* X125422931Y-113311228D02* X125065789Y-113311228D01* X125065789Y-113311228D02* X124922931Y-113239800D01* X124922931Y-113239800D02* X124851503Y-113168371D01* X126208645Y-112311228D02* X126565788Y-113311228D01* X126565788Y-113311228D02* X126922931Y-112311228D01* X167811228Y-71862782D02* X167811228Y-72577068D01* X167811228Y-72577068D02* X168525514Y-72648496D01* X168525514Y-72648496D02* X168454085Y-72577068D01* X168454085Y-72577068D02* X168382657Y-72434211D01* X168382657Y-72434211D02* X168382657Y-72077068D01* X168382657Y-72077068D02* X168454085Y-71934211D01* X168454085Y-71934211D02* X168525514Y-71862782D01* X168525514Y-71862782D02* X168668371Y-71791353D01* X168668371Y-71791353D02* X169025514Y-71791353D01* X169025514Y-71791353D02* X169168371Y-71862782D01* X169168371Y-71862782D02* X169239800Y-71934211D01* X169239800Y-71934211D02* X169311228Y-72077068D01* X169311228Y-72077068D02* X169311228Y-72434211D01* X169311228Y-72434211D02* X169239800Y-72577068D01* X169239800Y-72577068D02* X169168371Y-72648496D01* X168311228Y-71291354D02* X169311228Y-70934211D01* X169311228Y-70934211D02* X168311228Y-70577068D01* X167882657Y-66934211D02* X167811228Y-67077069D01* X167811228Y-67077069D02* X167811228Y-67291354D01* X167811228Y-67291354D02* X167882657Y-67505640D01* X167882657Y-67505640D02* X168025514Y-67648497D01* X168025514Y-67648497D02* X168168371Y-67719926D01* X168168371Y-67719926D02* X168454085Y-67791354D01* X168454085Y-67791354D02* X168668371Y-67791354D01* X168668371Y-67791354D02* X168954085Y-67719926D01* X168954085Y-67719926D02* X169096942Y-67648497D01* X169096942Y-67648497D02* X169239800Y-67505640D01* X169239800Y-67505640D02* X169311228Y-67291354D01* X169311228Y-67291354D02* X169311228Y-67148497D01* X169311228Y-67148497D02* X169239800Y-66934211D01* X169239800Y-66934211D02* X169168371Y-66862783D01* X169168371Y-66862783D02* X168668371Y-66862783D01* X168668371Y-66862783D02* X168668371Y-67148497D01* X169311228Y-63934212D02* X167811228Y-63934212D01* X167811228Y-63934212D02* X167811228Y-63577069D01* X167811228Y-63577069D02* X167882657Y-63362783D01* X167882657Y-63362783D02* X168025514Y-63219926D01* X168025514Y-63219926D02* X168168371Y-63148497D01* X168168371Y-63148497D02* X168454085Y-63077069D01* X168454085Y-63077069D02* X168668371Y-63077069D01* X168668371Y-63077069D02* X168954085Y-63148497D01* X168954085Y-63148497D02* X169096942Y-63219926D01* X169096942Y-63219926D02* X169239800Y-63362783D01* X169239800Y-63362783D02* X169311228Y-63577069D01* X169311228Y-63577069D02* X169311228Y-63934212D01* X168311228Y-61791355D02* X169311228Y-61791355D01* X167739800Y-62148497D02* X168811228Y-62505640D01* X168811228Y-62505640D02* X168811228Y-61577069D01* X169311228Y-58719927D02* X167811228Y-58719927D01* X167811228Y-58719927D02* X167811228Y-58362784D01* X167811228Y-58362784D02* X167882657Y-58148498D01* X167882657Y-58148498D02* X168025514Y-58005641D01* X168025514Y-58005641D02* X168168371Y-57934212D01* X168168371Y-57934212D02* X168454085Y-57862784D01* X168454085Y-57862784D02* X168668371Y-57862784D01* X168668371Y-57862784D02* X168954085Y-57934212D01* X168954085Y-57934212D02* X169096942Y-58005641D01* X169096942Y-58005641D02* X169239800Y-58148498D01* X169239800Y-58148498D02* X169311228Y-58362784D01* X169311228Y-58362784D02* X169311228Y-58719927D01* X167811228Y-57362784D02* X167811228Y-56434212D01* X167811228Y-56434212D02* X168382657Y-56934212D01* X168382657Y-56934212D02* X168382657Y-56719927D01* X168382657Y-56719927D02* X168454085Y-56577070D01* X168454085Y-56577070D02* X168525514Y-56505641D01* X168525514Y-56505641D02* X168668371Y-56434212D01* X168668371Y-56434212D02* X169025514Y-56434212D01* X169025514Y-56434212D02* X169168371Y-56505641D01* X169168371Y-56505641D02* X169239800Y-56577070D01* X169239800Y-56577070D02* X169311228Y-56719927D01* X169311228Y-56719927D02* X169311228Y-57148498D01* X169311228Y-57148498D02* X169239800Y-57291355D01* X169239800Y-57291355D02* X169168371Y-57362784D01* X169311228Y-53505642D02* X167811228Y-53505642D01* X167811228Y-53505642D02* X167811228Y-53148499D01* X167811228Y-53148499D02* X167882657Y-52934213D01* X167882657Y-52934213D02* X168025514Y-52791356D01* X168025514Y-52791356D02* X168168371Y-52719927D01* X168168371Y-52719927D02* X168454085Y-52648499D01* X168454085Y-52648499D02* X168668371Y-52648499D01* X168668371Y-52648499D02* X168954085Y-52719927D01* X168954085Y-52719927D02* X169096942Y-52791356D01* X169096942Y-52791356D02* X169239800Y-52934213D01* X169239800Y-52934213D02* X169311228Y-53148499D01* X169311228Y-53148499D02* X169311228Y-53505642D01* X167954085Y-52077070D02* X167882657Y-52005642D01* X167882657Y-52005642D02* X167811228Y-51862785D01* X167811228Y-51862785D02* X167811228Y-51505642D01* X167811228Y-51505642D02* X167882657Y-51362785D01* X167882657Y-51362785D02* X167954085Y-51291356D01* X167954085Y-51291356D02* X168096942Y-51219927D01* X168096942Y-51219927D02* X168239800Y-51219927D01* X168239800Y-51219927D02* X168454085Y-51291356D01* X168454085Y-51291356D02* X169311228Y-52148499D01* X169311228Y-52148499D02* X169311228Y-51219927D01* X169311228Y-48291357D02* X167811228Y-48291357D01* X167811228Y-48291357D02* X167811228Y-47934214D01* X167811228Y-47934214D02* X167882657Y-47719928D01* X167882657Y-47719928D02* X168025514Y-47577071D01* X168025514Y-47577071D02* X168168371Y-47505642D01* X168168371Y-47505642D02* X168454085Y-47434214D01* X168454085Y-47434214D02* X168668371Y-47434214D01* X168668371Y-47434214D02* X168954085Y-47505642D01* X168954085Y-47505642D02* X169096942Y-47577071D01* X169096942Y-47577071D02* X169239800Y-47719928D01* X169239800Y-47719928D02* X169311228Y-47934214D01* X169311228Y-47934214D02* X169311228Y-48291357D01* X169311228Y-46005642D02* X169311228Y-46862785D01* X169311228Y-46434214D02* X167811228Y-46434214D01* X167811228Y-46434214D02* X168025514Y-46577071D01* X168025514Y-46577071D02* X168168371Y-46719928D01* X168168371Y-46719928D02* X168239800Y-46862785D01* X169311228Y-42219929D02* X168596942Y-42719929D01* X169311228Y-43077072D02* X167811228Y-43077072D01* X167811228Y-43077072D02* X167811228Y-42505643D01* X167811228Y-42505643D02* X167882657Y-42362786D01* X167882657Y-42362786D02* X167954085Y-42291357D01* X167954085Y-42291357D02* X168096942Y-42219929D01* X168096942Y-42219929D02* X168311228Y-42219929D01* X168311228Y-42219929D02* X168454085Y-42291357D01* X168454085Y-42291357D02* X168525514Y-42362786D01* X168525514Y-42362786D02* X168596942Y-42505643D01* X168596942Y-42505643D02* X168596942Y-43077072D01* X167811228Y-41719929D02* X169311228Y-40719929D01* X167811228Y-40719929D02* X169311228Y-41719929D01* X167811228Y-38077072D02* X167811228Y-37219930D01* X169311228Y-37648501D02* X167811228Y-37648501D01* X167811228Y-36862787D02* X169311228Y-35862787D01* X167811228Y-35862787D02* X169311228Y-36862787D01* X82077068Y-95406816D02* X81577068Y-94692530D01* X81219925Y-95406816D02* X81219925Y-93906816D01* X81219925Y-93906816D02* X81791354Y-93906816D01* X81791354Y-93906816D02* X81934211Y-93978245D01* X81934211Y-93978245D02* X82005640Y-94049673D01* X82005640Y-94049673D02* X82077068Y-94192530D01* X82077068Y-94192530D02* X82077068Y-94406816D01* X82077068Y-94406816D02* X82005640Y-94549673D01* X82005640Y-94549673D02* X81934211Y-94621102D01* X81934211Y-94621102D02* X81791354Y-94692530D01* X81791354Y-94692530D02* X81219925Y-94692530D01* X82648497Y-95335388D02* X82862783Y-95406816D01* X82862783Y-95406816D02* X83219925Y-95406816D01* X83219925Y-95406816D02* X83362783Y-95335388D01* X83362783Y-95335388D02* X83434211Y-95263959D01* X83434211Y-95263959D02* X83505640Y-95121102D01* X83505640Y-95121102D02* X83505640Y-94978245D01* X83505640Y-94978245D02* X83434211Y-94835388D01* X83434211Y-94835388D02* X83362783Y-94763959D01* X83362783Y-94763959D02* X83219925Y-94692530D01* X83219925Y-94692530D02* X82934211Y-94621102D01* X82934211Y-94621102D02* X82791354Y-94549673D01* X82791354Y-94549673D02* X82719925Y-94478245D01* X82719925Y-94478245D02* X82648497Y-94335388D01* X82648497Y-94335388D02* X82648497Y-94192530D01* X82648497Y-94192530D02* X82719925Y-94049673D01* X82719925Y-94049673D02* X82791354Y-93978245D01* X82791354Y-93978245D02* X82934211Y-93906816D01* X82934211Y-93906816D02* X83291354Y-93906816D01* X83291354Y-93906816D02* X83505640Y-93978245D01* X83934211Y-93906816D02* X84791354Y-93906816D01* X84362782Y-95406816D02* X84362782Y-93906816D01* X82505640Y-97393161D02* X83219926Y-97393161D01* X82362783Y-97821732D02* X82862783Y-96321732D01* X82862783Y-96321732D02* X83362783Y-97821732D01* X84148497Y-96321732D02* X84291354Y-96321732D01* X84291354Y-96321732D02* X84434211Y-96393161D01* X84434211Y-96393161D02* X84505640Y-96464589D01* X84505640Y-96464589D02* X84577068Y-96607446D01* X84577068Y-96607446D02* X84648497Y-96893161D01* X84648497Y-96893161D02* X84648497Y-97250304D01* X84648497Y-97250304D02* X84577068Y-97536018D01* X84577068Y-97536018D02* X84505640Y-97678875D01* X84505640Y-97678875D02* X84434211Y-97750304D01* X84434211Y-97750304D02* X84291354Y-97821732D01* X84291354Y-97821732D02* X84148497Y-97821732D01* X84148497Y-97821732D02* X84005640Y-97750304D01* X84005640Y-97750304D02* X83934211Y-97678875D01* X83934211Y-97678875D02* X83862782Y-97536018D01* X83862782Y-97536018D02* X83791354Y-97250304D01* X83791354Y-97250304D02* X83791354Y-96893161D01* X83791354Y-96893161D02* X83862782Y-96607446D01* X83862782Y-96607446D02* X83934211Y-96464589D01* X83934211Y-96464589D02* X84005640Y-96393161D01* X84005640Y-96393161D02* X84148497Y-96321732D01* X82362782Y-100236648D02* X82362782Y-98736648D01* X82362782Y-98736648D02* X82719925Y-98736648D01* X82719925Y-98736648D02* X82934211Y-98808077D01* X82934211Y-98808077D02* X83077068Y-98950934D01* X83077068Y-98950934D02* X83148497Y-99093791D01* X83148497Y-99093791D02* X83219925Y-99379505D01* X83219925Y-99379505D02* X83219925Y-99593791D01* X83219925Y-99593791D02* X83148497Y-99879505D01* X83148497Y-99879505D02* X83077068Y-100022362D01* X83077068Y-100022362D02* X82934211Y-100165220D01* X82934211Y-100165220D02* X82719925Y-100236648D01* X82719925Y-100236648D02* X82362782Y-100236648D01* X84148497Y-98736648D02* X84291354Y-98736648D01* X84291354Y-98736648D02* X84434211Y-98808077D01* X84434211Y-98808077D02* X84505640Y-98879505D01* X84505640Y-98879505D02* X84577068Y-99022362D01* X84577068Y-99022362D02* X84648497Y-99308077D01* X84648497Y-99308077D02* X84648497Y-99665220D01* X84648497Y-99665220D02* X84577068Y-99950934D01* X84577068Y-99950934D02* X84505640Y-100093791D01* X84505640Y-100093791D02* X84434211Y-100165220D01* X84434211Y-100165220D02* X84291354Y-100236648D01* X84291354Y-100236648D02* X84148497Y-100236648D01* X84148497Y-100236648D02* X84005640Y-100165220D01* X84005640Y-100165220D02* X83934211Y-100093791D01* X83934211Y-100093791D02* X83862782Y-99950934D01* X83862782Y-99950934D02* X83791354Y-99665220D01* X83791354Y-99665220D02* X83791354Y-99308077D01* X83791354Y-99308077D02* X83862782Y-99022362D01* X83862782Y-99022362D02* X83934211Y-98879505D01* X83934211Y-98879505D02* X84005640Y-98808077D01* X84005640Y-98808077D02* X84148497Y-98736648D01* X82362782Y-102651564D02* X82362782Y-101151564D01* X82362782Y-101151564D02* X82719925Y-101151564D01* X82719925Y-101151564D02* X82934211Y-101222993D01* X82934211Y-101222993D02* X83077068Y-101365850D01* X83077068Y-101365850D02* X83148497Y-101508707D01* X83148497Y-101508707D02* X83219925Y-101794421D01* X83219925Y-101794421D02* X83219925Y-102008707D01* X83219925Y-102008707D02* X83148497Y-102294421D01* X83148497Y-102294421D02* X83077068Y-102437278D01* X83077068Y-102437278D02* X82934211Y-102580136D01* X82934211Y-102580136D02* X82719925Y-102651564D01* X82719925Y-102651564D02* X82362782Y-102651564D01* X84577068Y-101151564D02* X83862782Y-101151564D01* X83862782Y-101151564D02* X83791354Y-101865850D01* X83791354Y-101865850D02* X83862782Y-101794421D01* X83862782Y-101794421D02* X84005640Y-101722993D01* X84005640Y-101722993D02* X84362782Y-101722993D01* X84362782Y-101722993D02* X84505640Y-101794421D01* X84505640Y-101794421D02* X84577068Y-101865850D01* X84577068Y-101865850D02* X84648497Y-102008707D01* X84648497Y-102008707D02* X84648497Y-102365850D01* X84648497Y-102365850D02* X84577068Y-102508707D01* X84577068Y-102508707D02* X84505640Y-102580136D01* X84505640Y-102580136D02* X84362782Y-102651564D01* X84362782Y-102651564D02* X84005640Y-102651564D01* X84005640Y-102651564D02* X83862782Y-102580136D01* X83862782Y-102580136D02* X83791354Y-102508707D01* X82362782Y-105066480D02* X82362782Y-103566480D01* X82362782Y-103566480D02* X82719925Y-103566480D01* X82719925Y-103566480D02* X82934211Y-103637909D01* X82934211Y-103637909D02* X83077068Y-103780766D01* X83077068Y-103780766D02* X83148497Y-103923623D01* X83148497Y-103923623D02* X83219925Y-104209337D01* X83219925Y-104209337D02* X83219925Y-104423623D01* X83219925Y-104423623D02* X83148497Y-104709337D01* X83148497Y-104709337D02* X83077068Y-104852194D01* X83077068Y-104852194D02* X82934211Y-104995052D01* X82934211Y-104995052D02* X82719925Y-105066480D01* X82719925Y-105066480D02* X82362782Y-105066480D01* X84505640Y-103566480D02* X84219925Y-103566480D01* X84219925Y-103566480D02* X84077068Y-103637909D01* X84077068Y-103637909D02* X84005640Y-103709337D01* X84005640Y-103709337D02* X83862782Y-103923623D01* X83862782Y-103923623D02* X83791354Y-104209337D01* X83791354Y-104209337D02* X83791354Y-104780766D01* X83791354Y-104780766D02* X83862782Y-104923623D01* X83862782Y-104923623D02* X83934211Y-104995052D01* X83934211Y-104995052D02* X84077068Y-105066480D01* X84077068Y-105066480D02* X84362782Y-105066480D01* X84362782Y-105066480D02* X84505640Y-104995052D01* X84505640Y-104995052D02* X84577068Y-104923623D01* X84577068Y-104923623D02* X84648497Y-104780766D01* X84648497Y-104780766D02* X84648497Y-104423623D01* X84648497Y-104423623D02* X84577068Y-104280766D01* X84577068Y-104280766D02* X84505640Y-104209337D01* X84505640Y-104209337D02* X84362782Y-104137909D01* X84362782Y-104137909D02* X84077068Y-104137909D01* X84077068Y-104137909D02* X83934211Y-104209337D01* X83934211Y-104209337D02* X83862782Y-104280766D01* X83862782Y-104280766D02* X83791354Y-104423623D01* X82362782Y-107481396D02* X82362782Y-105981396D01* X82362782Y-105981396D02* X82719925Y-105981396D01* X82719925Y-105981396D02* X82934211Y-106052825D01* X82934211Y-106052825D02* X83077068Y-106195682D01* X83077068Y-106195682D02* X83148497Y-106338539D01* X83148497Y-106338539D02* X83219925Y-106624253D01* X83219925Y-106624253D02* X83219925Y-106838539D01* X83219925Y-106838539D02* X83148497Y-107124253D01* X83148497Y-107124253D02* X83077068Y-107267110D01* X83077068Y-107267110D02* X82934211Y-107409968D01* X82934211Y-107409968D02* X82719925Y-107481396D01* X82719925Y-107481396D02* X82362782Y-107481396D01* X83719925Y-105981396D02* X84719925Y-105981396D01* X84719925Y-105981396D02* X84077068Y-107481396D01* X82362782Y-109896312D02* X82362782Y-108396312D01* X82362782Y-108396312D02* X82719925Y-108396312D01* X82719925Y-108396312D02* X82934211Y-108467741D01* X82934211Y-108467741D02* X83077068Y-108610598D01* X83077068Y-108610598D02* X83148497Y-108753455D01* X83148497Y-108753455D02* X83219925Y-109039169D01* X83219925Y-109039169D02* X83219925Y-109253455D01* X83219925Y-109253455D02* X83148497Y-109539169D01* X83148497Y-109539169D02* X83077068Y-109682026D01* X83077068Y-109682026D02* X82934211Y-109824884D01* X82934211Y-109824884D02* X82719925Y-109896312D01* X82719925Y-109896312D02* X82362782Y-109896312D01* X84077068Y-109039169D02* X83934211Y-108967741D01* X83934211Y-108967741D02* X83862782Y-108896312D01* X83862782Y-108896312D02* X83791354Y-108753455D01* X83791354Y-108753455D02* X83791354Y-108682026D01* X83791354Y-108682026D02* X83862782Y-108539169D01* X83862782Y-108539169D02* X83934211Y-108467741D01* X83934211Y-108467741D02* X84077068Y-108396312D01* X84077068Y-108396312D02* X84362782Y-108396312D01* X84362782Y-108396312D02* X84505640Y-108467741D01* X84505640Y-108467741D02* X84577068Y-108539169D01* X84577068Y-108539169D02* X84648497Y-108682026D01* X84648497Y-108682026D02* X84648497Y-108753455D01* X84648497Y-108753455D02* X84577068Y-108896312D01* X84577068Y-108896312D02* X84505640Y-108967741D01* X84505640Y-108967741D02* X84362782Y-109039169D01* X84362782Y-109039169D02* X84077068Y-109039169D01* X84077068Y-109039169D02* X83934211Y-109110598D01* X83934211Y-109110598D02* X83862782Y-109182026D01* X83862782Y-109182026D02* X83791354Y-109324884D01* X83791354Y-109324884D02* X83791354Y-109610598D01* X83791354Y-109610598D02* X83862782Y-109753455D01* X83862782Y-109753455D02* X83934211Y-109824884D01* X83934211Y-109824884D02* X84077068Y-109896312D01* X84077068Y-109896312D02* X84362782Y-109896312D01* X84362782Y-109896312D02* X84505640Y-109824884D01* X84505640Y-109824884D02* X84577068Y-109753455D01* X84577068Y-109753455D02* X84648497Y-109610598D01* X84648497Y-109610598D02* X84648497Y-109324884D01* X84648497Y-109324884D02* X84577068Y-109182026D01* X84577068Y-109182026D02* X84505640Y-109110598D01* X84505640Y-109110598D02* X84362782Y-109039169D01* X81148497Y-110811228D02* X82077069Y-110811228D01* X82077069Y-110811228D02* X81577069Y-111382657D01* X81577069Y-111382657D02* X81791354Y-111382657D01* X81791354Y-111382657D02* X81934212Y-111454085D01* X81934212Y-111454085D02* X82005640Y-111525514D01* X82005640Y-111525514D02* X82077069Y-111668371D01* X82077069Y-111668371D02* X82077069Y-112025514D01* X82077069Y-112025514D02* X82005640Y-112168371D01* X82005640Y-112168371D02* X81934212Y-112239800D01* X81934212Y-112239800D02* X81791354Y-112311228D01* X81791354Y-112311228D02* X81362783Y-112311228D01* X81362783Y-112311228D02* X81219926Y-112239800D01* X81219926Y-112239800D02* X81148497Y-112168371D01* X82577068Y-111311228D02* X82934211Y-112311228D01* X82934211Y-112311228D02* X83291354Y-111311228D01* X83719925Y-110811228D02* X84648497Y-110811228D01* X84648497Y-110811228D02* X84148497Y-111382657D01* X84148497Y-111382657D02* X84362782Y-111382657D01* X84362782Y-111382657D02* X84505640Y-111454085D01* X84505640Y-111454085D02* X84577068Y-111525514D01* X84577068Y-111525514D02* X84648497Y-111668371D01* X84648497Y-111668371D02* X84648497Y-112025514D01* X84648497Y-112025514D02* X84577068Y-112168371D01* X84577068Y-112168371D02* X84505640Y-112239800D01* X84505640Y-112239800D02* X84362782Y-112311228D01* X84362782Y-112311228D02* X83934211Y-112311228D01* X83934211Y-112311228D02* X83791354Y-112239800D01* X83791354Y-112239800D02* X83719925Y-112168371D01* X83875312Y-76872419D02* X83541979Y-76396228D01* X83303884Y-76872419D02* X83303884Y-75872419D01* X83303884Y-75872419D02* X83684836Y-75872419D01* X83684836Y-75872419D02* X83780074Y-75920038D01* X83780074Y-75920038D02* X83827693Y-75967657D01* X83827693Y-75967657D02* X83875312Y-76062895D01* X83875312Y-76062895D02* X83875312Y-76205752D01* X83875312Y-76205752D02* X83827693Y-76300990D01* X83827693Y-76300990D02* X83780074Y-76348609D01* X83780074Y-76348609D02* X83684836Y-76396228D01* X83684836Y-76396228D02* X83303884Y-76396228D01* X84684836Y-76824800D02* X84589598Y-76872419D01* X84589598Y-76872419D02* X84399122Y-76872419D01* X84399122Y-76872419D02* X84303884Y-76824800D01* X84303884Y-76824800D02* X84256265Y-76729561D01* X84256265Y-76729561D02* X84256265Y-76348609D01* X84256265Y-76348609D02* X84303884Y-76253371D01* X84303884Y-76253371D02* X84399122Y-76205752D01* X84399122Y-76205752D02* X84589598Y-76205752D01* X84589598Y-76205752D02* X84684836Y-76253371D01* X84684836Y-76253371D02* X84732455Y-76348609D01* X84732455Y-76348609D02* X84732455Y-76443847D01* X84732455Y-76443847D02* X84256265Y-76539085D01* X85113408Y-76824800D02* X85208646Y-76872419D01* X85208646Y-76872419D02* X85399122Y-76872419D01* X85399122Y-76872419D02* X85494360Y-76824800D01* X85494360Y-76824800D02* X85541979Y-76729561D01* X85541979Y-76729561D02* X85541979Y-76681942D01* X85541979Y-76681942D02* X85494360Y-76586704D01* X85494360Y-76586704D02* X85399122Y-76539085D01* X85399122Y-76539085D02* X85256265Y-76539085D01* X85256265Y-76539085D02* X85161027Y-76491466D01* X85161027Y-76491466D02* X85113408Y-76396228D01* X85113408Y-76396228D02* X85113408Y-76348609D01* X85113408Y-76348609D02* X85161027Y-76253371D01* X85161027Y-76253371D02* X85256265Y-76205752D01* X85256265Y-76205752D02* X85399122Y-76205752D01* X85399122Y-76205752D02* X85494360Y-76253371D01* X86351503Y-76824800D02* X86256265Y-76872419D01* X86256265Y-76872419D02* X86065789Y-76872419D01* X86065789Y-76872419D02* X85970551Y-76824800D01* X85970551Y-76824800D02* X85922932Y-76729561D01* X85922932Y-76729561D02* X85922932Y-76348609D01* X85922932Y-76348609D02* X85970551Y-76253371D01* X85970551Y-76253371D02* X86065789Y-76205752D01* X86065789Y-76205752D02* X86256265Y-76205752D01* X86256265Y-76205752D02* X86351503Y-76253371D01* X86351503Y-76253371D02* X86399122Y-76348609D01* X86399122Y-76348609D02* X86399122Y-76443847D01* X86399122Y-76443847D02* X85922932Y-76539085D01* X86684837Y-76205752D02* X87065789Y-76205752D01* X86827694Y-75872419D02* X86827694Y-76729561D01* X86827694Y-76729561D02* X86875313Y-76824800D01* X86875313Y-76824800D02* X86970551Y-76872419D01* X86970551Y-76872419D02* X87065789Y-76872419D01* X140428646Y-121411919D02* X140666741Y-122411919D01* X140666741Y-122411919D02* X140857217Y-121697633D01* X140857217Y-121697633D02* X141047693Y-122411919D01* X141047693Y-122411919D02* X141285789Y-121411919D01* X142047693Y-122364300D02* X141952455Y-122411919D01* X141952455Y-122411919D02* X141761979Y-122411919D01* X141761979Y-122411919D02* X141666741Y-122364300D01* X141666741Y-122364300D02* X141619122Y-122269061D01* X141619122Y-122269061D02* X141619122Y-121888109D01* X141619122Y-121888109D02* X141666741Y-121792871D01* X141666741Y-121792871D02* X141761979Y-121745252D01* X141761979Y-121745252D02* X141952455Y-121745252D01* X141952455Y-121745252D02* X142047693Y-121792871D01* X142047693Y-121792871D02* X142095312Y-121888109D01* X142095312Y-121888109D02* X142095312Y-121983347D01* X142095312Y-121983347D02* X141619122Y-122078585D01* X142523884Y-122411919D02* X142523884Y-121411919D01* X142523884Y-121411919D02* X142857217Y-122126204D01* X142857217Y-122126204D02* X143190550Y-121411919D01* X143190550Y-121411919D02* X143190550Y-122411919D01* X143809598Y-122411919D02* X143714360Y-122364300D01* X143714360Y-122364300D02* X143666741Y-122316680D01* X143666741Y-122316680D02* X143619122Y-122221442D01* X143619122Y-122221442D02* X143619122Y-121935728D01* X143619122Y-121935728D02* X143666741Y-121840490D01* X143666741Y-121840490D02* X143714360Y-121792871D01* X143714360Y-121792871D02* X143809598Y-121745252D01* X143809598Y-121745252D02* X143952455Y-121745252D01* X143952455Y-121745252D02* X144047693Y-121792871D01* X144047693Y-121792871D02* X144095312Y-121840490D01* X144095312Y-121840490D02* X144142931Y-121935728D01* X144142931Y-121935728D02* X144142931Y-122221442D01* X144142931Y-122221442D02* X144095312Y-122316680D01* X144095312Y-122316680D02* X144047693Y-122364300D01* X144047693Y-122364300D02* X143952455Y-122411919D01* X143952455Y-122411919D02* X143809598Y-122411919D01* X144523884Y-122364300D02* X144619122Y-122411919D01* X144619122Y-122411919D02* X144809598Y-122411919D01* X144809598Y-122411919D02* X144904836Y-122364300D01* X144904836Y-122364300D02* X144952455Y-122269061D01* X144952455Y-122269061D02* X144952455Y-122221442D01* X144952455Y-122221442D02* X144904836Y-122126204D01* X144904836Y-122126204D02* X144809598Y-122078585D01* X144809598Y-122078585D02* X144666741Y-122078585D01* X144666741Y-122078585D02* X144571503Y-122030966D01* X144571503Y-122030966D02* X144523884Y-121935728D01* X144523884Y-121935728D02* X144523884Y-121888109D01* X144523884Y-121888109D02* X144571503Y-121792871D01* X144571503Y-121792871D02* X144666741Y-121745252D01* X144666741Y-121745252D02* X144809598Y-121745252D01* X144809598Y-121745252D02* X144904836Y-121792871D01* X146095313Y-122364300D02* X146238170Y-122411919D01* X146238170Y-122411919D02* X146476265Y-122411919D01* X146476265Y-122411919D02* X146571503Y-122364300D01* X146571503Y-122364300D02* X146619122Y-122316680D01* X146619122Y-122316680D02* X146666741Y-122221442D01* X146666741Y-122221442D02* X146666741Y-122126204D01* X146666741Y-122126204D02* X146619122Y-122030966D01* X146619122Y-122030966D02* X146571503Y-121983347D01* X146571503Y-121983347D02* X146476265Y-121935728D01* X146476265Y-121935728D02* X146285789Y-121888109D01* X146285789Y-121888109D02* X146190551Y-121840490D01* X146190551Y-121840490D02* X146142932Y-121792871D01* X146142932Y-121792871D02* X146095313Y-121697633D01* X146095313Y-121697633D02* X146095313Y-121602395D01* X146095313Y-121602395D02* X146142932Y-121507157D01* X146142932Y-121507157D02* X146190551Y-121459538D01* X146190551Y-121459538D02* X146285789Y-121411919D01* X146285789Y-121411919D02* X146523884Y-121411919D01* X146523884Y-121411919D02* X146666741Y-121459538D01* X147095313Y-122411919D02* X147095313Y-121411919D01* X147523884Y-122411919D02* X147523884Y-121888109D01* X147523884Y-121888109D02* X147476265Y-121792871D01* X147476265Y-121792871D02* X147381027Y-121745252D01* X147381027Y-121745252D02* X147238170Y-121745252D01* X147238170Y-121745252D02* X147142932Y-121792871D01* X147142932Y-121792871D02* X147095313Y-121840490D01* X148000075Y-122411919D02* X148000075Y-121745252D01* X148000075Y-121411919D02* X147952456Y-121459538D01* X147952456Y-121459538D02* X148000075Y-121507157D01* X148000075Y-121507157D02* X148047694Y-121459538D01* X148047694Y-121459538D02* X148000075Y-121411919D01* X148000075Y-121411919D02* X148000075Y-121507157D01* X148857217Y-122364300D02* X148761979Y-122411919D01* X148761979Y-122411919D02* X148571503Y-122411919D01* X148571503Y-122411919D02* X148476265Y-122364300D01* X148476265Y-122364300D02* X148428646Y-122269061D01* X148428646Y-122269061D02* X148428646Y-121888109D01* X148428646Y-121888109D02* X148476265Y-121792871D01* X148476265Y-121792871D02* X148571503Y-121745252D01* X148571503Y-121745252D02* X148761979Y-121745252D01* X148761979Y-121745252D02* X148857217Y-121792871D01* X148857217Y-121792871D02* X148904836Y-121888109D01* X148904836Y-121888109D02* X148904836Y-121983347D01* X148904836Y-121983347D02* X148428646Y-122078585D01* X149476265Y-122411919D02* X149381027Y-122364300D01* X149381027Y-122364300D02* X149333408Y-122269061D01* X149333408Y-122269061D02* X149333408Y-121411919D01* X150285789Y-122411919D02* X150285789Y-121411919D01* X150285789Y-122364300D02* X150190551Y-122411919D01* X150190551Y-122411919D02* X150000075Y-122411919D01* X150000075Y-122411919D02* X149904837Y-122364300D01* X149904837Y-122364300D02* X149857218Y-122316680D01* X149857218Y-122316680D02* X149809599Y-122221442D01* X149809599Y-122221442D02* X149809599Y-121935728D01* X149809599Y-121935728D02* X149857218Y-121840490D01* X149857218Y-121840490D02* X149904837Y-121792871D01* X149904837Y-121792871D02* X150000075Y-121745252D01* X150000075Y-121745252D02* X150190551Y-121745252D01* X150190551Y-121745252D02* X150285789Y-121792871D01* X152047694Y-122411919D02* X151476266Y-122411919D01* X151761980Y-122411919D02* X151761980Y-121411919D01* X151761980Y-121411919D02* X151666742Y-121554776D01* X151666742Y-121554776D02* X151571504Y-121650014D01* X151571504Y-121650014D02* X151476266Y-121697633D01* X139568646Y-81372419D02* X139806741Y-82372419D01* X139806741Y-82372419D02* X139997217Y-81658133D01* X139997217Y-81658133D02* X140187693Y-82372419D01* X140187693Y-82372419D02* X140425789Y-81372419D01* X141187693Y-82324800D02* X141092455Y-82372419D01* X141092455Y-82372419D02* X140901979Y-82372419D01* X140901979Y-82372419D02* X140806741Y-82324800D01* X140806741Y-82324800D02* X140759122Y-82229561D01* X140759122Y-82229561D02* X140759122Y-81848609D01* X140759122Y-81848609D02* X140806741Y-81753371D01* X140806741Y-81753371D02* X140901979Y-81705752D01* X140901979Y-81705752D02* X141092455Y-81705752D01* X141092455Y-81705752D02* X141187693Y-81753371D01* X141187693Y-81753371D02* X141235312Y-81848609D01* X141235312Y-81848609D02* X141235312Y-81943847D01* X141235312Y-81943847D02* X140759122Y-82039085D01* X141663884Y-82372419D02* X141663884Y-81372419D01* X141663884Y-81372419D02* X141997217Y-82086704D01* X141997217Y-82086704D02* X142330550Y-81372419D01* X142330550Y-81372419D02* X142330550Y-82372419D01* X142949598Y-82372419D02* X142854360Y-82324800D01* X142854360Y-82324800D02* X142806741Y-82277180D01* X142806741Y-82277180D02* X142759122Y-82181942D01* X142759122Y-82181942D02* X142759122Y-81896228D01* X142759122Y-81896228D02* X142806741Y-81800990D01* X142806741Y-81800990D02* X142854360Y-81753371D01* X142854360Y-81753371D02* X142949598Y-81705752D01* X142949598Y-81705752D02* X143092455Y-81705752D01* X143092455Y-81705752D02* X143187693Y-81753371D01* X143187693Y-81753371D02* X143235312Y-81800990D01* X143235312Y-81800990D02* X143282931Y-81896228D01* X143282931Y-81896228D02* X143282931Y-82181942D01* X143282931Y-82181942D02* X143235312Y-82277180D01* X143235312Y-82277180D02* X143187693Y-82324800D01* X143187693Y-82324800D02* X143092455Y-82372419D01* X143092455Y-82372419D02* X142949598Y-82372419D01* X143663884Y-82324800D02* X143759122Y-82372419D01* X143759122Y-82372419D02* X143949598Y-82372419D01* X143949598Y-82372419D02* X144044836Y-82324800D01* X144044836Y-82324800D02* X144092455Y-82229561D01* X144092455Y-82229561D02* X144092455Y-82181942D01* X144092455Y-82181942D02* X144044836Y-82086704D01* X144044836Y-82086704D02* X143949598Y-82039085D01* X143949598Y-82039085D02* X143806741Y-82039085D01* X143806741Y-82039085D02* X143711503Y-81991466D01* X143711503Y-81991466D02* X143663884Y-81896228D01* X143663884Y-81896228D02* X143663884Y-81848609D01* X143663884Y-81848609D02* X143711503Y-81753371D01* X143711503Y-81753371D02* X143806741Y-81705752D01* X143806741Y-81705752D02* X143949598Y-81705752D01* X143949598Y-81705752D02* X144044836Y-81753371D01* X145235313Y-82324800D02* X145378170Y-82372419D01* X145378170Y-82372419D02* X145616265Y-82372419D01* X145616265Y-82372419D02* X145711503Y-82324800D01* X145711503Y-82324800D02* X145759122Y-82277180D01* X145759122Y-82277180D02* X145806741Y-82181942D01* X145806741Y-82181942D02* X145806741Y-82086704D01* X145806741Y-82086704D02* X145759122Y-81991466D01* X145759122Y-81991466D02* X145711503Y-81943847D01* X145711503Y-81943847D02* X145616265Y-81896228D01* X145616265Y-81896228D02* X145425789Y-81848609D01* X145425789Y-81848609D02* X145330551Y-81800990D01* X145330551Y-81800990D02* X145282932Y-81753371D01* X145282932Y-81753371D02* X145235313Y-81658133D01* X145235313Y-81658133D02* X145235313Y-81562895D01* X145235313Y-81562895D02* X145282932Y-81467657D01* X145282932Y-81467657D02* X145330551Y-81420038D01* X145330551Y-81420038D02* X145425789Y-81372419D01* X145425789Y-81372419D02* X145663884Y-81372419D01* X145663884Y-81372419D02* X145806741Y-81420038D01* X146235313Y-82372419D02* X146235313Y-81372419D01* X146663884Y-82372419D02* X146663884Y-81848609D01* X146663884Y-81848609D02* X146616265Y-81753371D01* X146616265Y-81753371D02* X146521027Y-81705752D01* X146521027Y-81705752D02* X146378170Y-81705752D01* X146378170Y-81705752D02* X146282932Y-81753371D01* X146282932Y-81753371D02* X146235313Y-81800990D01* X147140075Y-82372419D02* X147140075Y-81705752D01* X147140075Y-81372419D02* X147092456Y-81420038D01* X147092456Y-81420038D02* X147140075Y-81467657D01* X147140075Y-81467657D02* X147187694Y-81420038D01* X147187694Y-81420038D02* X147140075Y-81372419D01* X147140075Y-81372419D02* X147140075Y-81467657D01* X147997217Y-82324800D02* X147901979Y-82372419D01* X147901979Y-82372419D02* X147711503Y-82372419D01* X147711503Y-82372419D02* X147616265Y-82324800D01* X147616265Y-82324800D02* X147568646Y-82229561D01* X147568646Y-82229561D02* X147568646Y-81848609D01* X147568646Y-81848609D02* X147616265Y-81753371D01* X147616265Y-81753371D02* X147711503Y-81705752D01* X147711503Y-81705752D02* X147901979Y-81705752D01* X147901979Y-81705752D02* X147997217Y-81753371D01* X147997217Y-81753371D02* X148044836Y-81848609D01* X148044836Y-81848609D02* X148044836Y-81943847D01* X148044836Y-81943847D02* X147568646Y-82039085D01* X148616265Y-82372419D02* X148521027Y-82324800D01* X148521027Y-82324800D02* X148473408Y-82229561D01* X148473408Y-82229561D02* X148473408Y-81372419D01* X149425789Y-82372419D02* X149425789Y-81372419D01* X149425789Y-82324800D02* X149330551Y-82372419D01* X149330551Y-82372419D02* X149140075Y-82372419D01* X149140075Y-82372419D02* X149044837Y-82324800D01* X149044837Y-82324800D02* X148997218Y-82277180D01* X148997218Y-82277180D02* X148949599Y-82181942D01* X148949599Y-82181942D02* X148949599Y-81896228D01* X148949599Y-81896228D02* X148997218Y-81800990D01* X148997218Y-81800990D02* X149044837Y-81753371D01* X149044837Y-81753371D02* X149140075Y-81705752D01* X149140075Y-81705752D02* X149330551Y-81705752D01* X149330551Y-81705752D02* X149425789Y-81753371D01* X150568647Y-81372419D02* X151187694Y-81372419D01* X151187694Y-81372419D02* X150854361Y-81753371D01* X150854361Y-81753371D02* X150997218Y-81753371D01* X150997218Y-81753371D02* X151092456Y-81800990D01* X151092456Y-81800990D02* X151140075Y-81848609D01* X151140075Y-81848609D02* X151187694Y-81943847D01* X151187694Y-81943847D02* X151187694Y-82181942D01* X151187694Y-82181942D02* X151140075Y-82277180D01* X151140075Y-82277180D02* X151092456Y-82324800D01* X151092456Y-82324800D02* X150997218Y-82372419D01* X150997218Y-82372419D02* X150711504Y-82372419D01* X150711504Y-82372419D02* X150616266Y-82324800D01* X150616266Y-82324800D02* X150568647Y-82277180D01* D12* X152738095Y-80454819D02* X152738095Y-81264342D01* X152738095Y-81264342D02* X152785714Y-81359580D01* X152785714Y-81359580D02* X152833333Y-81407200D01* X152833333Y-81407200D02* X152928571Y-81454819D01* X152928571Y-81454819D02* X153119047Y-81454819D01* X153119047Y-81454819D02* X153214285Y-81407200D01* X153214285Y-81407200D02* X153261904Y-81359580D01* X153261904Y-81359580D02* X153309523Y-81264342D01* X153309523Y-81264342D02* X153309523Y-80454819D01* X154214285Y-80788152D02* X154214285Y-81454819D01* X153976190Y-80407200D02* X153738095Y-81121485D01* X153738095Y-81121485D02* X154357142Y-81121485D01* X87666666Y-91639819D02* X87666666Y-92354104D01* X87666666Y-92354104D02* X87619047Y-92496961D01* X87619047Y-92496961D02* X87523809Y-92592200D01* X87523809Y-92592200D02* X87380952Y-92639819D01* X87380952Y-92639819D02* X87285714Y-92639819D01* X88095238Y-91735057D02* X88142857Y-91687438D01* X88142857Y-91687438D02* X88238095Y-91639819D01* X88238095Y-91639819D02* X88476190Y-91639819D01* X88476190Y-91639819D02* X88571428Y-91687438D01* X88571428Y-91687438D02* X88619047Y-91735057D01* X88619047Y-91735057D02* X88666666Y-91830295D01* X88666666Y-91830295D02* X88666666Y-91925533D01* X88666666Y-91925533D02* X88619047Y-92068390D01* X88619047Y-92068390D02* X88047619Y-92639819D01* X88047619Y-92639819D02* X88666666Y-92639819D01* X158454819Y-39166666D02* X157978628Y-39499999D01* X158454819Y-39738094D02* X157454819Y-39738094D01* X157454819Y-39738094D02* X157454819Y-39357142D01* X157454819Y-39357142D02* X157502438Y-39261904D01* X157502438Y-39261904D02* X157550057Y-39214285D01* X157550057Y-39214285D02* X157645295Y-39166666D01* X157645295Y-39166666D02* X157788152Y-39166666D01* X157788152Y-39166666D02* X157883390Y-39214285D01* X157883390Y-39214285D02* X157931009Y-39261904D01* X157931009Y-39261904D02* X157978628Y-39357142D01* X157978628Y-39357142D02* X157978628Y-39738094D01* X158454819Y-38214285D02* X158454819Y-38785713D01* X158454819Y-38499999D02* X157454819Y-38499999D01* X157454819Y-38499999D02* X157597676Y-38595237D01* X157597676Y-38595237D02* X157692914Y-38690475D01* X157692914Y-38690475D02* X157740533Y-38785713D01* X121666666Y-91639819D02* X121666666Y-92354104D01* X121666666Y-92354104D02* X121619047Y-92496961D01* X121619047Y-92496961D02* X121523809Y-92592200D01* X121523809Y-92592200D02* X121380952Y-92639819D01* X121380952Y-92639819D02* X121285714Y-92639819D01* X122666666Y-92639819D02* X122095238Y-92639819D01* X122380952Y-92639819D02* X122380952Y-91639819D01* X122380952Y-91639819D02* X122285714Y-91782676D01* X122285714Y-91782676D02* X122190476Y-91877914D01* X122190476Y-91877914D02* X122095238Y-91925533D01* X114738095Y-80454819D02* X114738095Y-81264342D01* X114738095Y-81264342D02* X114785714Y-81359580D01* X114785714Y-81359580D02* X114833333Y-81407200D01* X114833333Y-81407200D02* X114928571Y-81454819D01* X114928571Y-81454819D02* X115119047Y-81454819D01* X115119047Y-81454819D02* X115214285Y-81407200D01* X115214285Y-81407200D02* X115261904Y-81359580D01* X115261904Y-81359580D02* X115309523Y-81264342D01* X115309523Y-81264342D02* X115309523Y-80454819D01* X115690476Y-80454819D02* X116309523Y-80454819D01* X116309523Y-80454819D02* X115976190Y-80835771D01* X115976190Y-80835771D02* X116119047Y-80835771D01* X116119047Y-80835771D02* X116214285Y-80883390D01* X116214285Y-80883390D02* X116261904Y-80931009D01* X116261904Y-80931009D02* X116309523Y-81026247D01* X116309523Y-81026247D02* X116309523Y-81264342D01* X116309523Y-81264342D02* X116261904Y-81359580D01* X116261904Y-81359580D02* X116214285Y-81407200D01* X116214285Y-81407200D02* X116119047Y-81454819D01* X116119047Y-81454819D02* X115833333Y-81454819D01* X115833333Y-81454819D02* X115738095Y-81407200D01* X115738095Y-81407200D02* X115690476Y-81359580D01* X155098095Y-121454819D02* X155098095Y-122264342D01* X155098095Y-122264342D02* X155145714Y-122359580D01* X155145714Y-122359580D02* X155193333Y-122407200D01* X155193333Y-122407200D02* X155288571Y-122454819D01* X155288571Y-122454819D02* X155479047Y-122454819D01* X155479047Y-122454819D02* X155574285Y-122407200D01* X155574285Y-122407200D02* X155621904Y-122359580D01* X155621904Y-122359580D02* X155669523Y-122264342D01* X155669523Y-122264342D02* X155669523Y-121454819D01* X156098095Y-121550057D02* X156145714Y-121502438D01* X156145714Y-121502438D02* X156240952Y-121454819D01* X156240952Y-121454819D02* X156479047Y-121454819D01* X156479047Y-121454819D02* X156574285Y-121502438D01* X156574285Y-121502438D02* X156621904Y-121550057D01* X156621904Y-121550057D02* X156669523Y-121645295D01* X156669523Y-121645295D02* X156669523Y-121740533D01* X156669523Y-121740533D02* X156621904Y-121883390D01* X156621904Y-121883390D02* X156050476Y-122454819D01* X156050476Y-122454819D02* X156669523Y-122454819D01* X160166666Y-78056019D02* X160166666Y-78770304D01* X160166666Y-78770304D02* X160119047Y-78913161D01* X160119047Y-78913161D02* X160023809Y-79008400D01* X160023809Y-79008400D02* X159880952Y-79056019D01* X159880952Y-79056019D02* X159785714Y-79056019D01* X161119047Y-78056019D02* X160642857Y-78056019D01* X160642857Y-78056019D02* X160595238Y-78532209D01* X160595238Y-78532209D02* X160642857Y-78484590D01* X160642857Y-78484590D02* X160738095Y-78436971D01* X160738095Y-78436971D02* X160976190Y-78436971D01* X160976190Y-78436971D02* X161071428Y-78484590D01* X161071428Y-78484590D02* X161119047Y-78532209D01* X161119047Y-78532209D02* X161166666Y-78627447D01* X161166666Y-78627447D02* X161166666Y-78865542D01* X161166666Y-78865542D02* X161119047Y-78960780D01* X161119047Y-78960780D02* X161071428Y-79008400D01* X161071428Y-79008400D02* X160976190Y-79056019D01* X160976190Y-79056019D02* X160738095Y-79056019D01* X160738095Y-79056019D02* X160642857Y-79008400D01* X160642857Y-79008400D02* X160595238Y-78960780D01* X160166666Y-44684819D02* X160166666Y-45399104D01* X160166666Y-45399104D02* X160119047Y-45541961D01* X160119047Y-45541961D02* X160023809Y-45637200D01* X160023809Y-45637200D02* X159880952Y-45684819D01* X159880952Y-45684819D02* X159785714Y-45684819D01* X160547619Y-44684819D02* X161214285Y-44684819D01* X161214285Y-44684819D02* X160785714Y-45684819D01* X174954819Y-54333333D02* X175669104Y-54333333D01* X175669104Y-54333333D02* X175811961Y-54380952D01* X175811961Y-54380952D02* X175907200Y-54476190D01* X175907200Y-54476190D02* X175954819Y-54619047D01* X175954819Y-54619047D02* X175954819Y-54714285D01* X175288152Y-53428571D02* X175954819Y-53428571D01* X174907200Y-53666666D02* X175621485Y-53904761D01* X175621485Y-53904761D02* X175621485Y-53285714D01* X160166666Y-61370419D02* X160166666Y-62084704D01* X160166666Y-62084704D02* X160119047Y-62227561D01* X160119047Y-62227561D02* X160023809Y-62322800D01* X160023809Y-62322800D02* X159880952Y-62370419D01* X159880952Y-62370419D02* X159785714Y-62370419D01* X161071428Y-61370419D02* X160880952Y-61370419D01* X160880952Y-61370419D02* X160785714Y-61418038D01* X160785714Y-61418038D02* X160738095Y-61465657D01* X160738095Y-61465657D02* X160642857Y-61608514D01* X160642857Y-61608514D02* X160595238Y-61798990D01* X160595238Y-61798990D02* X160595238Y-62179942D01* X160595238Y-62179942D02* X160642857Y-62275180D01* X160642857Y-62275180D02* X160690476Y-62322800D01* X160690476Y-62322800D02* X160785714Y-62370419D01* X160785714Y-62370419D02* X160976190Y-62370419D01* X160976190Y-62370419D02* X161071428Y-62322800D01* X161071428Y-62322800D02* X161119047Y-62275180D01* X161119047Y-62275180D02* X161166666Y-62179942D01* X161166666Y-62179942D02* X161166666Y-61941847D01* X161166666Y-61941847D02* X161119047Y-61846609D01* X161119047Y-61846609D02* X161071428Y-61798990D01* X161071428Y-61798990D02* X160976190Y-61751371D01* X160976190Y-61751371D02* X160785714Y-61751371D01* X160785714Y-61751371D02* X160690476Y-61798990D01* X160690476Y-61798990D02* X160642857Y-61846609D01* X160642857Y-61846609D02* X160595238Y-61941847D01* X174954819Y-96833333D02* X175669104Y-96833333D01* X175669104Y-96833333D02* X175811961Y-96880952D01* X175811961Y-96880952D02* X175907200Y-96976190D01* X175907200Y-96976190D02* X175954819Y-97119047D01* X175954819Y-97119047D02* X175954819Y-97214285D01* X174954819Y-96452380D02* X174954819Y-95833333D01* X174954819Y-95833333D02* X175335771Y-96166666D01* X175335771Y-96166666D02* X175335771Y-96023809D01* X175335771Y-96023809D02* X175383390Y-95928571D01* X175383390Y-95928571D02* X175431009Y-95880952D01* X175431009Y-95880952D02* X175526247Y-95833333D01* X175526247Y-95833333D02* X175764342Y-95833333D01* X175764342Y-95833333D02* X175859580Y-95880952D01* X175859580Y-95880952D02* X175907200Y-95928571D01* X175907200Y-95928571D02* X175954819Y-96023809D01* X175954819Y-96023809D02* X175954819Y-96309523D01* X175954819Y-96309523D02* X175907200Y-96404761D01* X175907200Y-96404761D02* X175859580Y-96452380D01* X157256905Y-27494819D02* X157256905Y-26494819D01* X157256905Y-26494819D02* X157495000Y-26494819D01* X157495000Y-26494819D02* X157637857Y-26542438D01* X157637857Y-26542438D02* X157733095Y-26637676D01* X157733095Y-26637676D02* X157780714Y-26732914D01* X157780714Y-26732914D02* X157828333Y-26923390D01* X157828333Y-26923390D02* X157828333Y-27066247D01* X157828333Y-27066247D02* X157780714Y-27256723D01* X157780714Y-27256723D02* X157733095Y-27351961D01* X157733095Y-27351961D02* X157637857Y-27447200D01* X157637857Y-27447200D02* X157495000Y-27494819D01* X157495000Y-27494819D02* X157256905Y-27494819D01* X158780714Y-27494819D02* X158209286Y-27494819D01* X158495000Y-27494819D02* X158495000Y-26494819D01* X158495000Y-26494819D02* X158399762Y-26637676D01* X158399762Y-26637676D02* X158304524Y-26732914D01* X158304524Y-26732914D02* X158209286Y-26780533D01* X117098095Y-121454819D02* X117098095Y-122264342D01* X117098095Y-122264342D02* X117145714Y-122359580D01* X117145714Y-122359580D02* X117193333Y-122407200D01* X117193333Y-122407200D02* X117288571Y-122454819D01* X117288571Y-122454819D02* X117479047Y-122454819D01* X117479047Y-122454819D02* X117574285Y-122407200D01* X117574285Y-122407200D02* X117621904Y-122359580D01* X117621904Y-122359580D02* X117669523Y-122264342D01* X117669523Y-122264342D02* X117669523Y-121454819D01* X118669523Y-122454819D02* X118098095Y-122454819D01* X118383809Y-122454819D02* X118383809Y-121454819D01* X118383809Y-121454819D02* X118288571Y-121597676D01* X118288571Y-121597676D02* X118193333Y-121692914D01* X118193333Y-121692914D02* X118098095Y-121740533D01* D13* %TO.C,SW1*% X82000000Y-80000000D02* X82000000Y-84500000D01* X84500000Y-85750000D02* X86000000Y-85750000D01* X86000000Y-78750000D02* X84500000Y-78750000D01* X88500000Y-84500000D02* X88500000Y-80000000D01* %TO.C,U4*% X130000000Y-73220000D02* X130000000Y-47790000D01* X130000000Y-73220000D02* X132540000Y-73220000D01* X132540000Y-73220000D02* X132540000Y-80120000D01* X132540000Y-80120000D02* X155860000Y-80120000D01* X153740000Y-45660000D02* X132130000Y-45660000D01* X155860000Y-80120000D02* X155860000Y-47790000D01* X130000000Y-47790000D02* G75* G02* X132130000Y-45660000I2130002J-2D01* G01* X153730000Y-45660000D02* G75* G02* X155860000Y-47790000I0J-2130000D01* G01* D12* X129595000Y-54000000D02* X128960000Y-54635000D01* X128960000Y-53365000D01* X129595000Y-54000000D01* G36* X129595000Y-54000000D02* G01* X128960000Y-54635000D01* X128960000Y-53365000D01* X129595000Y-54000000D01* G37* D13* %TO.C,J2*% X86670000Y-93185000D02* X88000000Y-93185000D01* X86670000Y-94515000D02* X86670000Y-93185000D01* X86670000Y-95785000D02* X86670000Y-113625000D01* X86670000Y-95785000D02* X89330000Y-95785000D01* X86670000Y-113625000D02* X89330000Y-113625000D01* X89330000Y-95785000D02* X89330000Y-113625000D01* %TO.C,R1*% X156630000Y-35730000D02* X156630000Y-42270000D01* X156630000Y-42270000D02* X156960000Y-42270000D01* X156960000Y-35730000D02* X156630000Y-35730000D01* X159040000Y-35730000D02* X159370000Y-35730000D01* X159370000Y-35730000D02* X159370000Y-42270000D01* X159370000Y-42270000D02* X159040000Y-42270000D01* %TO.C,J1*% X120670000Y-93185000D02* X122000000Y-93185000D01* X120670000Y-94515000D02* X120670000Y-93185000D01* X120670000Y-95785000D02* X120670000Y-113625000D01* X120670000Y-95785000D02* X123330000Y-95785000D01* X120670000Y-113625000D02* X123330000Y-113625000D01* X123330000Y-95785000D02* X123330000Y-113625000D01* %TO.C,U3*% X92000000Y-73220000D02* X92000000Y-47790000D01* X92000000Y-73220000D02* X94540000Y-73220000D01* X94540000Y-73220000D02* X94540000Y-80120000D01* X94540000Y-80120000D02* X117860000Y-80120000D01* X115740000Y-45660000D02* X94130000Y-45660000D01* X117860000Y-80120000D02* X117860000Y-47790000D01* X92000000Y-47790000D02* G75* G02* X94130000Y-45660000I2130002J-2D01* G01* X115730000Y-45660000D02* G75* G02* X117860000Y-47790000I0J-2130000D01* G01* D12* X91595000Y-54000000D02* X90960000Y-54635000D01* X90960000Y-53365000D01* X91595000Y-54000000D01* G36* X91595000Y-54000000D02* G01* X90960000Y-54635000D01* X90960000Y-53365000D01* X91595000Y-54000000D01* G37* D13* %TO.C,U2*% X130000000Y-113720000D02* X130000000Y-88290000D01* X130000000Y-113720000D02* X132540000Y-113720000D01* X132540000Y-113720000D02* X132540000Y-120620000D01* X132540000Y-120620000D02* X155860000Y-120620000D01* X153740000Y-86160000D02* X132130000Y-86160000D01* X155860000Y-120620000D02* X155860000Y-88290000D01* X130000000Y-88290000D02* G75* G02* X132130000Y-86160000I2130002J-2D01* G01* X153730000Y-86160000D02* G75* G02* X155860000Y-88290000I0J-2130000D01* G01* D12* X129595000Y-94500000D02* X128960000Y-95135000D01* X128960000Y-93865000D01* X129595000Y-94500000D01* G36* X129595000Y-94500000D02* G01* X128960000Y-95135000D01* X128960000Y-93865000D01* X129595000Y-94500000D01* G37* D13* %TO.C,J5*% X159170000Y-82641200D02* X159170000Y-92861200D01* X159170000Y-82641200D02* X161830000Y-82641200D01* X159170000Y-92861200D02* X161830000Y-92861200D01* X160500000Y-80041200D02* X161830000Y-80041200D01* X161830000Y-80041200D02* X161830000Y-81371200D01* X161830000Y-82641200D02* X161830000Y-92861200D01* %TO.C,J7*% X159170000Y-49270000D02* X159170000Y-59490000D01* X159170000Y-49270000D02* X161830000Y-49270000D01* X159170000Y-59490000D02* X161830000Y-59490000D01* X160500000Y-46670000D02* X161830000Y-46670000D01* X161830000Y-46670000D02* X161830000Y-48000000D01* X161830000Y-49270000D02* X161830000Y-59490000D01* %TO.C,J4*% X170200000Y-33700000D02* X170200000Y-34300000D01* X170439000Y-33940000D02* X170439000Y-74060000D01* X171040000Y-33700000D02* X170200000Y-33700000D01* X171100000Y-33940000D02* X171100000Y-74060000D01* X171700000Y-33940000D02* X171700000Y-74060000D01* X172784000Y-40490000D02* X172726000Y-40431000D01* X172784000Y-45490000D02* X172726000Y-45431000D01* X172784000Y-50490000D02* X172726000Y-50431000D01* X172784000Y-55490000D02* X172726000Y-55431000D01* X172784000Y-60490000D02* X172726000Y-60431000D01* X172784000Y-65490000D02* X172726000Y-65431000D01* X172784000Y-70490000D02* X172726000Y-70431000D01* X173024000Y-40320000D02* X172931000Y-40226000D01* X173024000Y-45320000D02* X172931000Y-45226000D01* X173024000Y-50320000D02* X172931000Y-50226000D01* X173024000Y-55320000D02* X172931000Y-55226000D01* X173024000Y-60320000D02* X172931000Y-60226000D01* X173024000Y-65320000D02* X172931000Y-65226000D01* X173024000Y-70320000D02* X172931000Y-70226000D01* X175069000Y-42775000D02* X174976000Y-42681000D01* X175069000Y-47775000D02* X174976000Y-47681000D01* X175069000Y-52775000D02* X174976000Y-52681000D01* X175069000Y-57775000D02* X174976000Y-57681000D01* X175069000Y-62775000D02* X174976000Y-62681000D01* X175069000Y-67775000D02* X174976000Y-67681000D01* X175069000Y-72775000D02* X174976000Y-72681000D01* X175275000Y-42570000D02* X175216000Y-42511000D01* X175275000Y-47570000D02* X175216000Y-47511000D01* X175275000Y-52570000D02* X175216000Y-52511000D01* X175275000Y-57570000D02* X175216000Y-57511000D01* X175275000Y-62570000D02* X175216000Y-62511000D01* X175275000Y-67570000D02* X175216000Y-67511000D01* X175275000Y-72570000D02* X175216000Y-72511000D01* X176400000Y-33940000D02* X176400000Y-74060000D01* X178160000Y-33940000D02* X170439000Y-33940000D01* X178160000Y-33940000D02* X178160000Y-74060000D01* X178160000Y-74060000D02* X170439000Y-74060000D01* X172319550Y-36529383D02* G75* G02* X172516000Y-35711000I1680445J29385D01* G01* X172516648Y-37288712D02* G75* G02* X172320000Y-36500000I1483352J788712D01* G01* X173210911Y-35016047D02* G75* G02* X174789000Y-35016000I789089J-1483948D01* G01* X174789089Y-37983953D02* G75* G02* X173211000Y-37984000I-789089J1483953D01* G01* X175483953Y-35710911D02* G75* G02* X175484000Y-37289000I-1483948J-789089D01* G01* X175680000Y-41500000D02* G75* G02* X172320000Y-41500000I-1680000J0D01* G01* X172320000Y-41500000D02* G75* G02* X175680000Y-41500000I1680000J0D01* G01* X175680000Y-46500000D02* G75* G02* X172320000Y-46500000I-1680000J0D01* G01* X172320000Y-46500000D02* G75* G02* X175680000Y-46500000I1680000J0D01* G01* X175680000Y-51500000D02* G75* G02* X172320000Y-51500000I-1680000J0D01* G01* X172320000Y-51500000D02* G75* G02* X175680000Y-51500000I1680000J0D01* G01* X175680000Y-56500000D02* G75* G02* X172320000Y-56500000I-1680000J0D01* G01* X172320000Y-56500000D02* G75* G02* X175680000Y-56500000I1680000J0D01* G01* X175680000Y-61500000D02* G75* G02* X172320000Y-61500000I-1680000J0D01* G01* X172320000Y-61500000D02* G75* G02* X175680000Y-61500000I1680000J0D01* G01* X175680000Y-66500000D02* G75* G02* X172320000Y-66500000I-1680000J0D01* G01* X172320000Y-66500000D02* G75* G02* X175680000Y-66500000I1680000J0D01* G01* X175680000Y-71500000D02* G75* G02* X172320000Y-71500000I-1680000J0D01* G01* X172320000Y-71500000D02* G75* G02* X175680000Y-71500000I1680000J0D01* G01* X177550000Y-36500000D02* G75* G02* X176450000Y-36500000I-550000J0D01* G01* X176450000Y-36500000D02* G75* G02* X177550000Y-36500000I550000J0D01* G01* X177550000Y-41500000D02* G75* G02* X176450000Y-41500000I-550000J0D01* G01* X176450000Y-41500000D02* G75* G02* X177550000Y-41500000I550000J0D01* G01* X177550000Y-46500000D02* G75* G02* X176450000Y-46500000I-550000J0D01* G01* X176450000Y-46500000D02* G75* G02* X177550000Y-46500000I550000J0D01* G01* X177550000Y-51500000D02* G75* G02* X176450000Y-51500000I-550000J0D01* G01* X176450000Y-51500000D02* G75* G02* X177550000Y-51500000I550000J0D01* G01* X177550000Y-56500000D02* G75* G02* X176450000Y-56500000I-550000J0D01* G01* X176450000Y-56500000D02* G75* G02* X177550000Y-56500000I550000J0D01* G01* X177550000Y-61500000D02* G75* G02* X176450000Y-61500000I-550000J0D01* G01* X176450000Y-61500000D02* G75* G02* X177550000Y-61500000I550000J0D01* G01* X177550000Y-66500000D02* G75* G02* X176450000Y-66500000I-550000J0D01* G01* X176450000Y-66500000D02* G75* G02* X177550000Y-66500000I550000J0D01* G01* X177550000Y-71500000D02* G75* G02* X176450000Y-71500000I-550000J0D01* G01* X176450000Y-71500000D02* G75* G02* X177550000Y-71500000I550000J0D01* G01* %TO.C,J6*% X159170000Y-65955600D02* X159170000Y-76175600D01* X159170000Y-65955600D02* X161830000Y-65955600D01* X159170000Y-76175600D02* X161830000Y-76175600D01* X160500000Y-63355600D02* X161830000Y-63355600D01* X161830000Y-63355600D02* X161830000Y-64685600D01* X161830000Y-65955600D02* X161830000Y-76175600D01* %TO.C,J3*% X170200000Y-75700000D02* X170200000Y-76300000D01* X170439000Y-75940000D02* X170439000Y-116060000D01* X171040000Y-75700000D02* X170200000Y-75700000D01* X171100000Y-75940000D02* X171100000Y-116060000D01* X171700000Y-75940000D02* X171700000Y-116060000D01* X172784000Y-82490000D02* X172726000Y-82431000D01* X172784000Y-87490000D02* X172726000Y-87431000D01* X172784000Y-92490000D02* X172726000Y-92431000D01* X172784000Y-97490000D02* X172726000Y-97431000D01* X172784000Y-102490000D02* X172726000Y-102431000D01* X172784000Y-107490000D02* X172726000Y-107431000D01* X172784000Y-112490000D02* X172726000Y-112431000D01* X173024000Y-82320000D02* X172931000Y-82226000D01* X173024000Y-87320000D02* X172931000Y-87226000D01* X173024000Y-92320000D02* X172931000Y-92226000D01* X173024000Y-97320000D02* X172931000Y-97226000D01* X173024000Y-102320000D02* X172931000Y-102226000D01* X173024000Y-107320000D02* X172931000Y-107226000D01* X173024000Y-112320000D02* X172931000Y-112226000D01* X175069000Y-84775000D02* X174976000Y-84681000D01* X175069000Y-89775000D02* X174976000Y-89681000D01* X175069000Y-94775000D02* X174976000Y-94681000D01* X175069000Y-99775000D02* X174976000Y-99681000D01* X175069000Y-104775000D02* X174976000Y-104681000D01* X175069000Y-109775000D02* X174976000Y-109681000D01* X175069000Y-114775000D02* X174976000Y-114681000D01* X175275000Y-84570000D02* X175216000Y-84511000D01* X175275000Y-89570000D02* X175216000Y-89511000D01* X175275000Y-94570000D02* X175216000Y-94511000D01* X175275000Y-99570000D02* X175216000Y-99511000D01* X175275000Y-104570000D02* X175216000Y-104511000D01* X175275000Y-109570000D02* X175216000Y-109511000D01* X175275000Y-114570000D02* X175216000Y-114511000D01* X176400000Y-75940000D02* X176400000Y-116060000D01* X178160000Y-75940000D02* X170439000Y-75940000D01* X178160000Y-75940000D02* X178160000Y-116060000D01* X178160000Y-116060000D02* X170439000Y-116060000D01* X172319550Y-78529383D02* G75* G02* X172516000Y-77711000I1680445J29385D01* G01* X172516648Y-79288712D02* G75* G02* X172320000Y-78500000I1483352J788712D01* G01* X173210911Y-77016047D02* G75* G02* X174789000Y-77016000I789089J-1483948D01* G01* X174789089Y-79983953D02* G75* G02* X173211000Y-79984000I-789089J1483953D01* G01* X175483953Y-77710911D02* G75* G02* X175484000Y-79289000I-1483948J-789089D01* G01* X175680000Y-83500000D02* G75* G02* X172320000Y-83500000I-1680000J0D01* G01* X172320000Y-83500000D02* G75* G02* X175680000Y-83500000I1680000J0D01* G01* X175680000Y-88500000D02* G75* G02* X172320000Y-88500000I-1680000J0D01* G01* X172320000Y-88500000D02* G75* G02* X175680000Y-88500000I1680000J0D01* G01* X175680000Y-93500000D02* G75* G02* X172320000Y-93500000I-1680000J0D01* G01* X172320000Y-93500000D02* G75* G02* X175680000Y-93500000I1680000J0D01* G01* X175680000Y-98500000D02* G75* G02* X172320000Y-98500000I-1680000J0D01* G01* X172320000Y-98500000D02* G75* G02* X175680000Y-98500000I1680000J0D01* G01* X175680000Y-103500000D02* G75* G02* X172320000Y-103500000I-1680000J0D01* G01* X172320000Y-103500000D02* G75* G02* X175680000Y-103500000I1680000J0D01* G01* X175680000Y-108500000D02* G75* G02* X172320000Y-108500000I-1680000J0D01* G01* X172320000Y-108500000D02* G75* G02* X175680000Y-108500000I1680000J0D01* G01* X175680000Y-113500000D02* G75* G02* X172320000Y-113500000I-1680000J0D01* G01* X172320000Y-113500000D02* G75* G02* X175680000Y-113500000I1680000J0D01* G01* X177550000Y-78500000D02* G75* G02* X176450000Y-78500000I-550000J0D01* G01* X176450000Y-78500000D02* G75* G02* X177550000Y-78500000I550000J0D01* G01* X177550000Y-83500000D02* G75* G02* X176450000Y-83500000I-550000J0D01* G01* X176450000Y-83500000D02* G75* G02* X177550000Y-83500000I550000J0D01* G01* X177550000Y-88500000D02* G75* G02* X176450000Y-88500000I-550000J0D01* G01* X176450000Y-88500000D02* G75* G02* X177550000Y-88500000I550000J0D01* G01* X177550000Y-93500000D02* G75* G02* X176450000Y-93500000I-550000J0D01* G01* X176450000Y-93500000D02* G75* G02* X177550000Y-93500000I550000J0D01* G01* X177550000Y-98500000D02* G75* G02* X176450000Y-98500000I-550000J0D01* G01* X176450000Y-98500000D02* G75* G02* X177550000Y-98500000I550000J0D01* G01* X177550000Y-103500000D02* G75* G02* X176450000Y-103500000I-550000J0D01* G01* X176450000Y-103500000D02* G75* G02* X177550000Y-103500000I550000J0D01* G01* X177550000Y-108500000D02* G75* G02* X176450000Y-108500000I-550000J0D01* G01* X176450000Y-108500000D02* G75* G02* X177550000Y-108500000I550000J0D01* G01* X177550000Y-113500000D02* G75* G02* X176450000Y-113500000I-550000J0D01* G01* X176450000Y-113500000D02* G75* G02* X177550000Y-113500000I550000J0D01* G01* %TO.C,D1*% X156435000Y-28764000D02* X156435000Y-28920000D01* X156435000Y-31080000D02* X156435000Y-31236000D01* X156435000Y-28764484D02* G75* G02* X159667335Y-28921392I1560000J-1235516D01* G01* X156954039Y-28920000D02* G75* G02* X159036130Y-28920163I1040961J-1080000D01* G01* X159036130Y-31079837D02* G75* G02* X156954039Y-31080000I-1041130J1079837D01* G01* X159667335Y-31078608D02* G75* G02* X156435000Y-31235516I-1672335J1078608D01* G01* %TO.C,U1*% X92000000Y-113720000D02* X92000000Y-88290000D01* X92000000Y-113720000D02* X94540000Y-113720000D01* X94540000Y-113720000D02* X94540000Y-120620000D01* X94540000Y-120620000D02* X117860000Y-120620000D01* X115740000Y-86160000D02* X94130000Y-86160000D01* X117860000Y-120620000D02* X117860000Y-88290000D01* X92000000Y-88290000D02* G75* G02* X94130000Y-86160000I2130002J-2D01* G01* X115730000Y-86160000D02* G75* G02* X117860000Y-88290000I0J-2130000D01* G01* D12* X91595000Y-94500000D02* X90960000Y-95135000D01* X90960000Y-93865000D01* X91595000Y-94500000D01* G36* X91595000Y-94500000D02* G01* X90960000Y-95135000D01* X90960000Y-93865000D01* X91595000Y-94500000D01* G37* %TD*% M02* ================================================ FILE: Kicad 8/Kicad 8/kicad 8 video gerbers/Kicad 8-NPTH.drl ================================================ M48 ; DRILL file {KiCad 8.0.3} date 2024-06-10T16:35:46-0400 ; FORMAT={-:-/ absolute / inch / decimal} ; #@! TF.CreationDate,2024-06-10T16:35:46-04:00 ; #@! TF.GenerationSoftware,Kicad,Pcbnew,8.0.3 ; #@! TF.FileFunction,NonPlated,1,2,NPTH FMAT,2 INCH % G90 G05 M30 ================================================ FILE: Kicad 8/Kicad 8/kicad 8 video gerbers/Kicad 8-PTH.drl ================================================ M48 ; DRILL file {KiCad 8.0.3} date 2024-06-10T16:35:46-0400 ; FORMAT={-:-/ absolute / inch / decimal} ; #@! TF.CreationDate,2024-06-10T16:35:46-04:00 ; #@! TF.GenerationSoftware,Kicad,Pcbnew,8.0.3 ; #@! TF.FileFunction,Plated,1,2,PTH FMAT,2 INCH ; #@! TA.AperFunction,Plated,PTH,ViaDrill T1C0.0118 ; #@! TA.AperFunction,Plated,PTH,ComponentDrill T2C0.0315 ; #@! TA.AperFunction,Plated,PTH,ComponentDrill T3C0.0354 ; #@! TA.AperFunction,Plated,PTH,ComponentDrill T4C0.0394 ; #@! TA.AperFunction,Plated,PTH,ComponentDrill T5C0.0433 ; #@! TA.AperFunction,Plated,PTH,ComponentDrill T6C0.0512 % G90 G05 T1 X6.1565Y-3.9585 T2 X6.2205Y-1.3854 X6.2205Y-1.6854 T3 X6.1703Y-1.1811 X6.2703Y-1.1811 T4 X3.4646Y-3.7211 X3.4646Y-3.8211 X3.4646Y-3.9211 X3.4646Y-4.0211 X3.4646Y-4.1211 X3.4646Y-4.2211 X3.4646Y-4.3211 X3.4646Y-4.4211 X3.6811Y-2.126 X3.6811Y-2.226 X3.6811Y-2.326 X3.6811Y-2.426 X3.6811Y-2.526 X3.6811Y-2.626 X3.6811Y-2.726 X3.6811Y-2.826 X3.6811Y-3.7205 X3.6811Y-3.8205 X3.6811Y-3.9205 X3.6811Y-4.0205 X3.6811Y-4.1205 X3.6811Y-4.2205 X3.6811Y-4.3205 X3.6811Y-4.4205 X4.5811Y-2.126 X4.5811Y-2.226 X4.5811Y-2.326 X4.5811Y-2.426 X4.5811Y-2.526 X4.5811Y-2.626 X4.5811Y-2.726 X4.5811Y-2.826 X4.5811Y-3.7205 X4.5811Y-3.8205 X4.5811Y-3.9205 X4.5811Y-4.0205 X4.5811Y-4.1205 X4.5811Y-4.2205 X4.5811Y-4.3205 X4.5811Y-4.4205 X4.8031Y-3.7211 X4.8031Y-3.8211 X4.8031Y-3.9211 X4.8031Y-4.0211 X4.8031Y-4.1211 X4.8031Y-4.2211 X4.8031Y-4.3211 X4.8031Y-4.4211 X5.1772Y-2.126 X5.1772Y-2.226 X5.1772Y-2.326 X5.1772Y-2.426 X5.1772Y-2.526 X5.1772Y-2.626 X5.1772Y-2.726 X5.1772Y-2.826 X5.1772Y-3.7205 X5.1772Y-3.8205 X5.1772Y-3.9205 X5.1772Y-4.0205 X5.1772Y-4.1205 X5.1772Y-4.2205 X5.1772Y-4.3205 X5.1772Y-4.4205 X6.0772Y-2.126 X6.0772Y-2.226 X6.0772Y-2.326 X6.0772Y-2.426 X6.0772Y-2.526 X6.0772Y-2.626 X6.0772Y-2.726 X6.0772Y-2.826 X6.0772Y-3.7205 X6.0772Y-3.8205 X6.0772Y-3.9205 X6.0772Y-4.0205 X6.0772Y-4.1205 X6.0772Y-4.2205 X6.0772Y-4.3205 X6.0772Y-4.4205 X6.3189Y-1.8898 X6.3189Y-1.9898 X6.3189Y-2.0898 X6.3189Y-2.1898 X6.3189Y-2.2898 X6.3189Y-2.5467 X6.3189Y-2.6467 X6.3189Y-2.7467 X6.3189Y-2.8467 X6.3189Y-2.9467 X6.3189Y-3.2036 X6.3189Y-3.3036 X6.3189Y-3.4036 X6.3189Y-3.5036 X6.3189Y-3.6036 T5 X3.2677Y-3.1102 X3.2677Y-3.3661 X3.4449Y-3.1102 X3.4449Y-3.3661 T6 X6.8504Y-1.437 X6.8504Y-1.6339 X6.8504Y-1.8307 X6.8504Y-2.0276 X6.8504Y-2.2244 X6.8504Y-2.4213 X6.8504Y-2.6181 X6.8504Y-2.815 X6.8504Y-3.0906 X6.8504Y-3.2874 X6.8504Y-3.4843 X6.8504Y-3.6811 X6.8504Y-3.878 X6.8504Y-4.0748 X6.8504Y-4.2717 X6.8504Y-4.4685 M30 ================================================ FILE: Kicad 8/Kicad 8/kicad 8 video gerbers/Kicad 8-job.gbrjob ================================================ { "Header": { "GenerationSoftware": { "Vendor": "KiCad", "Application": "Pcbnew", "Version": "8.0.3" }, "CreationDate": "2024-06-10T16:35:51-04:00" }, "GeneralSpecs": { "ProjectId": { "Name": "Kicad 8", "GUID": "4b696361-6420-4382-9e6b-696361645f70", "Revision": "rev?" }, "Size": { "X": 99.05, "Y": 98.05 }, "LayerNumber": 2, "BoardThickness": 1.6, "Finish": "None" }, "DesignRules": [ { "Layers": "Outer", "PadToPad": 0.2, "PadToTrack": 0.2, "TrackToTrack": 0.2, "MinLineWidth": 0.2, "TrackToRegion": 0.5, "RegionToRegion": 0.5 } ], "FilesAttributes": [ { "Path": "Kicad 8-F_Cu.gbr", "FileFunction": "Copper,L1,Top", "FilePolarity": "Positive" }, { "Path": "Kicad 8-B_Cu.gbr", "FileFunction": "Copper,L2,Bot", "FilePolarity": "Positive" }, { "Path": "Kicad 8-F_Paste.gbr", "FileFunction": "SolderPaste,Top", "FilePolarity": "Positive" }, { "Path": "Kicad 8-B_Paste.gbr", "FileFunction": "SolderPaste,Bot", "FilePolarity": "Positive" }, { "Path": "Kicad 8-F_Silkscreen.gbr", "FileFunction": "Legend,Top", "FilePolarity": "Positive" }, { "Path": "Kicad 8-B_Silkscreen.gbr", "FileFunction": "Legend,Bot", "FilePolarity": "Positive" }, { "Path": "Kicad 8-F_Mask.gbr", "FileFunction": "SolderMask,Top", "FilePolarity": "Negative" }, { "Path": "Kicad 8-B_Mask.gbr", "FileFunction": "SolderMask,Bot", "FilePolarity": "Negative" }, { "Path": "Kicad 8-Edge_Cuts.gbr", "FileFunction": "Profile", "FilePolarity": "Positive" } ], "MaterialStackup": [ { "Type": "Legend", "Name": "Top Silk Screen" }, { "Type": "SolderPaste", "Name": "Top Solder Paste" }, { "Type": "SolderMask", "Thickness": 0.01, "Name": "Top Solder Mask" }, { "Type": "Copper", "Thickness": 0.035, "Name": "F.Cu" }, { "Type": "Dielectric", "Thickness": 1.51, "Material": "FR4", "Name": "F.Cu/B.Cu", "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)" }, { "Type": "Copper", "Thickness": 0.035, "Name": "B.Cu" }, { "Type": "SolderMask", "Thickness": 0.01, "Name": "Bottom Solder Mask" }, { "Type": "SolderPaste", "Name": "Bottom Solder Paste" }, { "Type": "Legend", "Name": "Bottom Silk Screen" } ] } ================================================ FILE: Lilygo-7000g/Arduino_Cayenne/Anothermaker-Stripped-LilyGO-SIM7000-Cayenne.ino ================================================ #define TINY_GSM_DEBUG Serial #define CAYENNE_PRINT Serial #define TINY_GSM_MODEM_SIM7000 #define USE_GSM //! Uncomment will use SIM7000 for GSM communication #ifdef USE_GSM #include #else #include #endif #include #include #define BATTERY_VIRTUAL_CHANNEL 1 #define SOLAR_VIRTUAL_CHANNEL 2 #define PIN_TX 27 #define PIN_RX 26 #define UART_BAUD 9600 #define PWR_PIN 4 #define BAT_ADC 35 #define SOLAR_ADC 36 HardwareSerial gsmSerial(1); #ifdef USE_GSM // GSM connection info. char apn[] = "h2g2"; // Access point name. Leave empty if it is not needed. char gprsLogin[] = ""; // GPRS username. Leave empty if it is not needed. char gprsPassword[] = ""; // GPRS password. Leave empty if it is not needed. char pin[] = ""; // SIM pin number. Leave empty if it is not needed. #else // WiFi network info. char ssid[] = "your wifi ssid"; char wifiPassword[] = "your wifi password"; #endif // Cayenne authentication info. This should be obtained from the Cayenne Dashboard. char username[] = "Cayenne username"; char password[] = "Cayenne password"; char clientID[] = "Cayenne clientID"; bool bmpSensorDetected = true; void setup() { Serial.begin(UART_BAUD); gsmSerial.begin(UART_BAUD, SERIAL_8N1, PIN_RX, PIN_TX); pinMode(PWR_PIN, OUTPUT); //Launch SIM7000 digitalWrite(PWR_PIN, HIGH); delay(300); digitalWrite(PWR_PIN, LOW); //Wait for the SIM7000 communication to be normal, and will quit when receiving any byte int i = 6; delay(200); while (i) { Serial.println("Send AT"); gsmSerial.println("AT"); if (gsmSerial.available()) { String r = gsmSerial.readString(); Serial.println(r); break; } delay(1000); i--; } #ifdef USE_GSM Cayenne.begin(username, password, clientID, gsmSerial, apn, gprsLogin, gprsPassword, pin); #else Cayenne.begin(username, password, clientID, ssid, wifiPassword); #endif } void loop() { Cayenne.loop(); } // Default function for processing actuator commands from the Cayenne Dashboard. // You can also use functions for specific channels, e.g CAYENNE_IN(1) for channel 1 commands. CAYENNE_IN_DEFAULT() { CAYENNE_LOG("Channel %u, value %s", request.channel, getValue.asString()); //Process message here. If there is an error set an error message using getValue.setError(), e.g getValue.setError("Error message"); } CAYENNE_IN(1) { CAYENNE_LOG("Channel %u, value %s", request.channel, getValue.asString()); } float readBattery(uint8_t pin) { int vref = 1100; uint16_t volt = analogRead(pin); float battery_voltage = ((float)volt / 4095.0) * 2.0 * 3.3 * (vref); return battery_voltage; } CAYENNE_OUT(BATTERY_VIRTUAL_CHANNEL) { float mv = readBattery(BAT_ADC); Serial.printf("batter : %f\n", mv); Cayenne.virtualWrite(BATTERY_VIRTUAL_CHANNEL, mv, TYPE_VOLTAGE, UNIT_MILLIVOLTS); } CAYENNE_OUT(SOLAR_VIRTUAL_CHANNEL) { float mv = readBattery(SOLAR_ADC); Serial.printf("solar : %f\n", mv); Cayenne.virtualWrite(SOLAR_VIRTUAL_CHANNEL, mv, TYPE_VOLTAGE, UNIT_MILLIVOLTS); } ================================================ FILE: Lilygo-7000g/Arduino_Cayenne/LilyGO-SIM7000-Cayenne.ino ================================================ #define TINY_GSM_DEBUG Serial #define CAYENNE_PRINT Serial #define TINY_GSM_MODEM_SIM7000 #define USE_GSM //! Uncomment will use SIM7000 for GSM communication #ifdef USE_GSM #include #else #include #endif #include #include #include #define TEMPERATURE_VIRTUAL_CHANNEL 1 #define BAROMETER_VIRTUAL_CHANNEL 2 #define ALTITUDE_VIRTUAL_CHANNEL 3 #define BATTERY_VIRTUAL_CHANNEL 4 #define SOLAR_VIRTUAL_CHANNEL 5 #define LIGHTSENSOR_VIRTUAL_CHANNEL 6 #define PIN_TX 27 #define PIN_RX 26 #define UART_BAUD 115200 #define PWR_PIN 4 #define BAT_ADC 35 #define SOLAR_ADC 36 Adafruit_BMP085 bmp; HardwareSerial gsmSerial(1); #ifdef USE_GSM // GSM connection info. char apn[] = ""; // Access point name. Leave empty if it is not needed. char gprsLogin[] = ""; // GPRS username. Leave empty if it is not needed. char gprsPassword[] = ""; // GPRS password. Leave empty if it is not needed. char pin[] = ""; // SIM pin number. Leave empty if it is not needed. #else // WiFi network info. char ssid[] = "your wifi ssid"; char wifiPassword[] = "your wifi password"; #endif // Cayenne authentication info. This should be obtained from the Cayenne Dashboard. char username[] = "Cayenne username"; char password[] = "Cayenne password"; char clientID[] = "Cayenne clientID"; bool bmpSensorDetected = true; void setup() { Serial.begin(UART_BAUD); gsmSerial.begin(UART_BAUD, SERIAL_8N1, PIN_RX, PIN_TX); pinMode(PWR_PIN, OUTPUT); //Launch SIM7000 digitalWrite(PWR_PIN, HIGH); delay(300); digitalWrite(PWR_PIN, LOW); // Launch BMP085 if (!bmp.begin()) { bmpSensorDetected = false; Serial.println("Could not find a valid BMP085 sensor, check wiring!"); while (1) {} } //Wait for the SIM7000 communication to be normal, and will quit when receiving any byte int i = 6; delay(200); while (i) { Serial.println("Send AT"); gsmSerial.println("AT"); if (gsmSerial.available()) { String r = gsmSerial.readString(); Serial.println(r); break; } delay(1000); i--; } #ifdef USE_GSM Cayenne.begin(username, password, clientID, gsmSerial, apn, gprsLogin, gprsPassword, pin); #else Cayenne.begin(username, password, clientID, ssid, wifiPassword); #endif } void loop() { Cayenne.loop(); } // Default function for processing actuator commands from the Cayenne Dashboard. // You can also use functions for specific channels, e.g CAYENNE_IN(1) for channel 1 commands. CAYENNE_IN_DEFAULT() { CAYENNE_LOG("Channel %u, value %s", request.channel, getValue.asString()); //Process message here. If there is an error set an error message using getValue.setError(), e.g getValue.setError("Error message"); } CAYENNE_IN(1) { CAYENNE_LOG("Channel %u, value %s", request.channel, getValue.asString()); } // This function is called at intervals to send temperature sensor data to Cayenne. CAYENNE_OUT(TEMPERATURE_VIRTUAL_CHANNEL) { if (bmpSensorDetected) { float temperature = bmp.readTemperature(); Serial.print("Temperature = "); Serial.print(temperature); Serial.println(" *C"); Cayenne.celsiusWrite(TEMPERATURE_VIRTUAL_CHANNEL, temperature); } } // This function is called at intervals to send barometer sensor data to Cayenne. CAYENNE_OUT(BAROMETER_VIRTUAL_CHANNEL) { if (bmpSensorDetected) { float pressure = bmp.readPressure() / 1000; Serial.print("Pressure = "); Serial.print(pressure ); Serial.println(" hPa"); Cayenne.hectoPascalWrite(BAROMETER_VIRTUAL_CHANNEL, pressure); } } CAYENNE_OUT(ALTITUDE_VIRTUAL_CHANNEL) { if (bmpSensorDetected) { float altitude = bmp.readAltitude(); Serial.print("Altitude = "); Serial.print(altitude); Serial.println(" meters"); Cayenne.virtualWrite(ALTITUDE_VIRTUAL_CHANNEL, altitude, "meters", UNIT_METER); } } float readBattery(uint8_t pin) { int vref = 1100; uint16_t volt = analogRead(pin); float battery_voltage = ((float)volt / 4095.0) * 2.0 * 3.3 * (vref); return battery_voltage; } CAYENNE_OUT(BATTERY_VIRTUAL_CHANNEL) { float mv = readBattery(BAT_ADC); Serial.printf("batter : %f\n", mv); Cayenne.virtualWrite(BATTERY_VIRTUAL_CHANNEL, mv, TYPE_VOLTAGE, UNIT_MILLIVOLTS); } CAYENNE_OUT(SOLAR_VIRTUAL_CHANNEL) { float mv = readBattery(SOLAR_ADC); Serial.printf("solar : %f\n", mv); Cayenne.virtualWrite(SOLAR_VIRTUAL_CHANNEL, mv, TYPE_VOLTAGE, UNIT_MILLIVOLTS); } ================================================ FILE: Lilygo-7000g/Arduino_Cayenne/README.MD ================================================

LilyGO T-SIM7000 Cayenne

💦 ☀💨🌹 The sample code is based on the **[LilyGO T-SIM7000](https://www.aliexpress.com/item/4000542688096.html)** board, which takes the data of the external BMP180 sensor and uploads it to **[Cayenne](https://cayenne.mydevices.com/)**. ![](../../Historical/Image/cayenne.jpg) # Steps: 1. Need to install the following dependencies - [Adafruit BMP085 Library](https://github.com/adafruit/Adafruit-BMP085-Library) - [CayenneMQTT](https://github.com/myDevicesIoT/Cayenne-MQTT-Arduino) - [ArduinoJson](https://github.com/bblanchon/ArduinoJson) Use version 6.13.0 - [TinyGSM](https://github.com/vshymanskyy/TinyGSM) 2. Set the Cayenne authentication info to match the authentication info from the Dashboard.If you don't have an account, then [create an account](https://accounts.mydevices.com/auth/realms/cayenne/login-actions/registration?client_id=cayenne-web-app&tab_id=01AaoLwmlng) 3. After logging in, you will see the dashboard, click **Add new** in the upper left,Choose **Generic ESP8266**,Then you can see the MQTT username, password and ID you need to use,Replace it with the definition in `main.cpp` 4. Set the network name and password. 5. Compile and upload the sketch. 6. A temporary widget will be automatically generated in the Cayenne Dashboard. To make the widget permanent click the plus sign on the widget. 7. By default, GSM is used to upload sensor data. You can also change it to ESP32 to upload. You only need to host the **USE_GSM** macro in the sketch. ================================================ FILE: Lilygo-7000g/Arduino_GPSTest/Arduino_GPSTest.ino ================================================ // Set serial for debug console (to the Serial Monitor, default speed 115200) #define SerialMon Serial // Set serial for AT commands (to the module) // Use Hardware Serial on Mega, Leonardo, Micro #define SerialAT Serial1 #define TINY_GSM_MODEM_SIM7000 #define TINY_GSM_RX_BUFFER 1024 // Set RX buffer to 1Kb #define SerialAT Serial1 // See all AT commands, if wanted // #define DUMP_AT_COMMANDS // set GSM PIN, if any #define GSM_PIN "" // Your GPRS credentials, if any const char apn[] = "h2g2"; //SET TO YOUR APN const char gprsUser[] = ""; const char gprsPass[] = ""; #include #include #include #include #ifdef DUMP_AT_COMMANDS #include StreamDebugger debugger(SerialAT, SerialMon); TinyGsm modem(debugger); #else TinyGsm modem(SerialAT); #endif #define uS_TO_S_FACTOR 1000000ULL // Conversion factor for micro seconds to seconds #define TIME_TO_SLEEP 60 // Time ESP32 will go to sleep (in seconds) #define UART_BAUD 9600 #define PIN_DTR 25 #define PIN_TX 27 #define PIN_RX 26 #define PWR_PIN 4 #define SD_MISO 2 #define SD_MOSI 15 #define SD_SCLK 14 #define SD_CS 13 #define LED_PIN 12 void enableGPS(void) { // Set SIM7000G GPIO4 LOW ,turn on GPS power // CMD:AT+SGPIO=0,4,1,1 // Only in version 20200415 is there a function to control GPS power modem.sendAT("+SGPIO=0,4,1,1"); modem.enableGPS(); } void disableGPS(void) { // Set SIM7000G GPIO4 LOW ,turn off GPS power // CMD:AT+SGPIO=0,4,1,0 // Only in version 20200415 is there a function to control GPS power modem.sendAT("+SGPIO=0,4,1,0"); modem.disableGPS(); } void modemPowerOn() { pinMode(PWR_PIN, OUTPUT); digitalWrite(PWR_PIN, LOW); delay(1000); //Datasheet Ton mintues = 1S digitalWrite(PWR_PIN, HIGH); } void modemPowerOff() { pinMode(PWR_PIN, OUTPUT); digitalWrite(PWR_PIN, LOW); delay(1500); //Datasheet Ton mintues = 1.2S digitalWrite(PWR_PIN, HIGH); } void modemRestart() { modemPowerOff(); delay(1000); modemPowerOn(); } void setup() { // Set console baud rate SerialMon.begin(115200); delay(10); // Set LED OFF pinMode(LED_PIN, OUTPUT); digitalWrite(LED_PIN, HIGH); modemPowerOn(); SerialAT.begin(UART_BAUD, SERIAL_8N1, PIN_RX, PIN_TX); Serial.println("/**********************************************************/"); Serial.println("To initialize the network test, please make sure your GPS"); Serial.println("antenna has been connected to the GPS port on the board."); Serial.println("/**********************************************************/\n\n"); delay(10000); } void loop() { if (!modem.testAT()) { Serial.println("Failed to restart modem, attempting to continue without restarting"); modemRestart(); return; } Serial.println("Start positioning . Make sure to locate outdoors."); Serial.println("The blue indicator light flashes to indicate positioning."); enableGPS(); float lat, lon; while (1) { if (modem.getGPS(&lat, &lon)) { Serial.println("The location has been locked, the latitude and longitude are:"); Serial.print("latitude:"); Serial.println(lat); Serial.print("longitude:"); Serial.println(lon); break; } digitalWrite(LED_PIN, !digitalRead(LED_PIN)); delay(2000); } disableGPS(); Serial.println("/**********************************************************/"); Serial.println("After the network test is complete, please enter the "); Serial.println("AT command in the serial terminal."); Serial.println("/**********************************************************/\n\n"); while (1) { while (SerialAT.available()) { SerialMon.write(SerialAT.read()); } while (SerialMon.available()) { SerialAT.write(SerialMon.read()); } } } ================================================ FILE: Lilygo-7000g/Arduino_LoraShield/LoRaReceiver/LoRaReceiver.ino ================================================ /* * Depend https://github.com/sandeepmistry/arduino-LoRa * */ #include #include #include #define PIN_TX 27 #define PIN_RX 26 #define UART_BAUD 115200 #define PWR_PIN 4 #define SD_MISO 2 #define SD_MOSI 15 #define SD_SCLK 14 #define SD_CS 13 #define LORA_RST 12 #define LORA_DI0 32 #define RADIO_DIO_1 33 #define RADIO_DIO_2 34 #define LORA_SS 5 #define LORA_MISO 19 #define LORA_MOSI 23 #define LORA_SCK 18 #define BAND 470E6 SPIClass SPI1(HSPI); void setup() { Serial.begin(115200); while (!Serial); Serial.println("LoRa Receiver"); // Specify pin to initialize SPI SPI.begin(SD_SCLK, SD_MISO, SD_MOSI, SD_CS); if (!SD.begin(SD_CS)) { Serial.println("SDCard MOUNT FAIL"); } else { uint32_t cardSize = SD.cardSize() / (1024 * 1024); String str = "SDCard Size: " + String(cardSize) + "MB"; Serial.println(str); } // Specify pin to initialize SPI1 SPI1.begin(LORA_SCK, LORA_MISO, LORA_MOSI, LORA_SS); LoRa.setSPI(SPI1); LoRa.setPins(LORA_SS, LORA_RST, LORA_DI0); Serial.printf("Setup Lora freq : %.0f\n", BAND); if (!LoRa.begin(BAND)) { Serial.println("LORA Begin FAIL"); while (1); } Serial.println("LORA Begin PASS"); } void loop() { // try to parse packet int packetSize = LoRa.parsePacket(); if (packetSize) { // received a packet Serial.print("Received packet '"); // read packet while (LoRa.available()) { Serial.print((char)LoRa.read()); } // print RSSI of packet Serial.print("' with RSSI "); Serial.println(LoRa.packetRssi()); } } ================================================ FILE: Lilygo-7000g/Arduino_LoraShield/LoRaSender/LoRaSender.ino ================================================ /* * Depend https://github.com/sandeepmistry/arduino-LoRa * */ #include #include #include #define PIN_TX 27 #define PIN_RX 26 #define UART_BAUD 115200 #define PWR_PIN 4 #define SD_MISO 2 #define SD_MOSI 15 #define SD_SCLK 14 #define SD_CS 13 #define LORA_RST 12 #define LORA_DI0 32 #define RADIO_DIO_1 33 #define RADIO_DIO_2 34 #define LORA_SS 5 #define LORA_MISO 19 #define LORA_MOSI 23 #define LORA_SCK 18 #define BAND 470E6 uint32_t counter = 0; SPIClass SPI1(HSPI); void setup() { Serial.begin(115200); while (!Serial); Serial.println("LoRa Sender"); // Specify pin to initialize SPI SPI.begin(SD_SCLK, SD_MISO, SD_MOSI, SD_CS); if (!SD.begin(SD_CS)) { Serial.println("SDCard MOUNT FAIL"); } else { uint32_t cardSize = SD.cardSize() / (1024 * 1024); String str = "SDCard Size: " + String(cardSize) + "MB"; Serial.println(str); } // Specify pin to initialize SPI1 SPI1.begin(LORA_SCK, LORA_MISO, LORA_MOSI, LORA_SS); LoRa.setSPI(SPI1); LoRa.setPins(LORA_SS, LORA_RST, LORA_DI0); Serial.printf("Setup Lora freq : %.0f\n", BAND); if (!LoRa.begin(BAND)) { Serial.println("LORA Begin FAIL"); while (1); } Serial.println("LORA Begin PASS"); } void loop() { Serial.print("Sending packet: "); Serial.println(counter); // send packet LoRa.beginPacket(); LoRa.print("hello "); LoRa.print(counter); LoRa.endPacket(); counter++; delay(5000); } ================================================ FILE: Lilygo-7000g/Arduino_LoraShield/README.MD ================================================ ## Install the following dependency library files: [arduino-LoRa](https://github.com/sandeepmistry/arduino-LoRa) - For more examples, please refer to arduino-LoRa/examples ================================================ FILE: Lilygo-7000g/Arduino_NetworkTest/Arduino_NetworkTest.ino ================================================ // Set serial for debug console (to the Serial Monitor, default speed 115200) #define SerialMon Serial // Set serial for AT commands (to the module) // Use Hardware Serial on Mega, Leonardo, Micro #define SerialAT Serial1 #define TINY_GSM_MODEM_SIM7000 #define TINY_GSM_RX_BUFFER 1024 // Set RX buffer to 1Kb #define SerialAT Serial1 // See all AT commands, if wanted // #define DUMP_AT_COMMANDS // set GSM PIN, if any #define GSM_PIN "" // Your GPRS credentials, if any const char apn[] = "h2g2"; //SET TO YOUR APN const char gprsUser[] = ""; const char gprsPass[] = ""; #include #include #include #include #ifdef DUMP_AT_COMMANDS #include StreamDebugger debugger(SerialAT, SerialMon); TinyGsm modem(debugger); #else TinyGsm modem(SerialAT); #endif #define uS_TO_S_FACTOR 1000000ULL // Conversion factor for micro seconds to seconds #define TIME_TO_SLEEP 60 // Time ESP32 will go to sleep (in seconds) #define UART_BAUD 9600 #define PIN_DTR 25 #define PIN_TX 27 #define PIN_RX 26 #define PWR_PIN 4 #define SD_MISO 2 #define SD_MOSI 15 #define SD_SCLK 14 #define SD_CS 13 #define LED_PIN 12 void enableGPS(void) { // Set SIM7000G GPIO4 LOW ,turn on GPS power // CMD:AT+SGPIO=0,4,1,1 // Only in version 20200415 is there a function to control GPS power modem.sendAT("+SGPIO=0,4,1,1"); } void disableGPS(void) { // Set SIM7000G GPIO4 LOW ,turn off GPS power // CMD:AT+SGPIO=0,4,1,0 // Only in version 20200415 is there a function to control GPS power modem.sendAT("+SGPIO=0,4,1,0"); } void modemPowerOn() { pinMode(PWR_PIN, OUTPUT); digitalWrite(PWR_PIN, LOW); delay(1000); //Datasheet Ton mintues = 1S digitalWrite(PWR_PIN, HIGH); } void modemPowerOff() { pinMode(PWR_PIN, OUTPUT); digitalWrite(PWR_PIN, LOW); delay(1500); //Datasheet Ton mintues = 1.2S digitalWrite(PWR_PIN, HIGH); } void modemRestart() { modemPowerOff(); delay(1000); modemPowerOn(); } void setup() { // Set console baud rate SerialMon.begin(115200); delay(10); // Set LED OFF pinMode(LED_PIN, OUTPUT); digitalWrite(LED_PIN, HIGH); modemPowerOn(); Serial.println("========SDCard Detect.======"); SPI.begin(SD_SCLK, SD_MISO, SD_MOSI); if (!SD.begin(SD_CS)) { Serial.println("SDCard MOUNT FAIL"); } else { uint32_t cardSize = SD.cardSize() / (1024 * 1024); String str = "SDCard Size: " + String(cardSize) + "MB"; Serial.println(str); } Serial.println("==========================="); SerialAT.begin(UART_BAUD, SERIAL_8N1, PIN_RX, PIN_TX); Serial.println("/**********************************************************/"); Serial.println("To initialize the network test, please make sure your LET "); Serial.println("antenna has been connected to the SIM interface on the board."); Serial.println("/**********************************************************/\n\n"); delay(10000); } void loop() { String res; Serial.println("========INIT========"); if (!modem.init()) { modemRestart(); delay(2000); Serial.println("Failed to restart modem, attempting to continue without restarting"); return; } Serial.println("========SIMCOMATI======"); modem.sendAT("+SIMCOMATI"); modem.waitResponse(1000L, res); res.replace(GSM_NL "OK" GSM_NL, ""); Serial.println(res); res = ""; Serial.println("======================="); Serial.println("=====Preferred mode selection====="); modem.sendAT("+CNMP?"); if (modem.waitResponse(1000L, res) == 1) { res.replace(GSM_NL "OK" GSM_NL, ""); Serial.println(res); } res = ""; Serial.println("======================="); Serial.println("=====Preferred selection between CAT-M and NB-IoT====="); modem.sendAT("+CMNB?"); if (modem.waitResponse(1000L, res) == 1) { res.replace(GSM_NL "OK" GSM_NL, ""); Serial.println(res); } res = ""; Serial.println("======================="); String name = modem.getModemName(); Serial.println("Modem Name: " + name); String modemInfo = modem.getModemInfo(); Serial.println("Modem Info: " + modemInfo); // Unlock your SIM card with a PIN if needed if ( GSM_PIN && modem.getSimStatus() != 3 ) { modem.simUnlock(GSM_PIN); } for (int i = 0; i <= 4; i++) { uint8_t network[] = { 2, /*Automatic*/ 13, /*GSM only*/ 38, /*LTE only*/ 51 /*GSM and LTE only*/ }; Serial.printf("Try %d method\n", network[i]); modem.setNetworkMode(network[i]); delay(3000); bool isConnected = false; int tryCount = 60; while (tryCount--) { int16_t signal = modem.getSignalQuality(); Serial.print("Signal: "); Serial.print(signal); Serial.print(" "); Serial.print("isNetworkConnected: "); isConnected = modem.isNetworkConnected(); Serial.println( isConnected ? "CONNECT" : "NO CONNECT"); if (isConnected) { break; } delay(1000); digitalWrite(LED_PIN, !digitalRead(LED_PIN)); } if (isConnected) { break; } } digitalWrite(LED_PIN, HIGH); Serial.println(); Serial.println("Device is connected ."); Serial.println(); Serial.println("=====Inquiring UE system information====="); modem.sendAT("+CPSI?"); if (modem.waitResponse(1000L, res) == 1) { res.replace(GSM_NL "OK" GSM_NL, ""); Serial.println(res); } Serial.println("/**********************************************************/"); Serial.println("After the network test is complete, please enter the "); Serial.println("AT command in the serial terminal."); Serial.println("/**********************************************************/\n\n"); while (1) { while (SerialAT.available()) { SerialMon.write(SerialAT.read()); } while (SerialMon.available()) { SerialAT.write(SerialMon.read()); } } } ================================================ FILE: Lilygo-7000g/Arduino_Simple_API/rough_api_test.ino ================================================ /* Very rough example of how to send your lat/lon to a webhook/api via get request. See my other videos at https://youtube.com/anothermaker for other esp32 API Examples or look in the api-calls folder of this repository FILE: AllFunctions.ino AUTHOR: Koby Hale PURPOSE: Test functionality */ #define TINY_GSM_MODEM_SIM7000 #define TINY_GSM_RX_BUFFER 1024 // Set RX buffer to 1Kb // Set serial for debug console (to the Serial Monitor, default speed 115200) #define SerialMon Serial // Set serial for AT commands (to the module) // Use Hardware Serial on Mega, Leonardo, Micro #define SerialAT Serial1 // or Software Serial on Uno, Nano //#include //SoftwareSerial SerialAT(2, 3); // RX, TX #define TINY_GSM_DEBUG SerialMon // See all AT commands, if wanted // #define DUMP_AT_COMMANDS /* Tests enabled */ // Range to attempt to autobaud #define GSM_AUTOBAUD_MIN 9600 #define GSM_AUTOBAUD_MAX 115200 #define TINY_GSM_USE_GPRS true #define TINY_GSM_USE_WIFI false #define TINY_GSM_TEST_GPRS true #define TINY_GSM_TEST_GPS true #define TINY_GSM_POWERDOWN true // set GSM PIN, if any #define GSM_PIN "" // Your GPRS credentials, if any const char apn[] = "h2g2"; //SET TO YOUR APN const char gprsUser[] = ""; const char gprsPass[] = ""; // Server details const char server[] = "yourdomain_with_nohttp.com"; //set the rest of the api call below const int port = 80; #include #include #include #include #include #ifdef DUMP_AT_COMMANDS // if enabled it requires the streamDebugger lib #include StreamDebugger debugger(SerialAT, Serial); TinyGsm modem(debugger); #else TinyGsm modem(SerialAT); #endif TinyGsmClient client(modem); HttpClient http(client, server, port); #define uS_TO_S_FACTOR 1000000ULL // Conversion factor for micro seconds to seconds #define TIME_TO_SLEEP 60 // Time ESP32 will go to sleep (in seconds) #define UART_BAUD 9600 #define PIN_DTR 25 #define PIN_TX 27 #define PIN_RX 26 #define PWR_PIN 4 #define SD_MISO 2 #define SD_MOSI 15 #define SD_SCLK 14 #define SD_CS 13 #define LED_PIN 12 int counter, lastIndex, numberOfPieces = 24; String pieces[24], input; void setup() { // Set console baud rate Serial.begin(9600); delay(10); // Set LED OFF pinMode(LED_PIN, OUTPUT); digitalWrite(LED_PIN, HIGH); pinMode(PWR_PIN, OUTPUT); digitalWrite(PWR_PIN, HIGH); delay(300); digitalWrite(PWR_PIN, LOW); SPI.begin(SD_SCLK, SD_MISO, SD_MOSI, SD_CS); if (!SD.begin(SD_CS)) { Serial.println("SDCard MOUNT FAIL"); } else { uint32_t cardSize = SD.cardSize() / (1024 * 1024); String str = "SDCard Size: " + String(cardSize) + "MB"; Serial.println(str); } Serial.println("\nWait..."); delay(10000); SerialAT.begin(UART_BAUD, SERIAL_8N1, PIN_RX, PIN_TX); // Set GSM module baud rate // TinyGsmAutoBaud(SerialAT, GSM_AUTOBAUD_MIN, GSM_AUTOBAUD_MAX); // SerialAT.begin(9600); delay(6000); modem.simUnlock(GSM_PIN); // Restart takes quite some time // To skip it, call init() instead of restart() Serial.println("Initializing modem..."); if (!modem.restart()) { Serial.println("Failed to restart modem, attempting to continue without restarting"); } String name = modem.getModemName(); delay(500); Serial.println("Modem Name: " + name); String modemInfo = modem.getModemInfo(); delay(500); Serial.println("Modem Info: " + modemInfo); // Set SIM7000G GPIO4 LOW ,turn off GPS power // CMD:AT+SGPIO=0,4,1,0 // Only in version 20200415 is there a function to control GPS power modem.sendAT("+SGPIO=0,4,1,0"); #if TINY_GSM_USE_GPRS // Unlock your SIM card with a PIN if needed if ( GSM_PIN && modem.getSimStatus() != 3 ) { modem.simUnlock(GSM_PIN); } #endif /* 2 Automatic 13 GSM only 38 LTE only 51 GSM and LTE only * * * */ String res; do { res = modem.setNetworkMode(38); delay(500); } while (res != "OK"); /* 1 CAT-M 2 NB-Iot 3 CAT-M and NB-IoT * * */ do { res = modem.setPreferredMode(1); delay(500); } while (res != "OK"); } void apiCall(){ #if TINY_GSM_USE_GPRS && defined TINY_GSM_MODEM_XBEE // The XBee must run the gprsConnect function BEFORE waiting for network! modem.gprsConnect(apn, gprsUser, gprsPass); #endif SerialMon.print("Waiting for network..."); if (!modem.waitForNetwork()) { SerialMon.println(" fail"); delay(10000); return; } SerialMon.println(" success"); if (modem.isNetworkConnected()) { SerialMon.println("Network connected"); } SerialMon.print(F("Connecting to ")); SerialMon.print(apn); if (!modem.gprsConnect(apn, gprsUser, gprsPass)) { SerialMon.println(" fail"); delay(10000); return; } SerialMon.println(" success"); if (modem.isGprsConnected()) { SerialMon.println("GPRS connected"); } modem.sendAT("+SGPIO=0,4,1,1"); modem.enableGPS(); float lat, lon; while (1) { if (modem.getGPS(&lat, &lon)) { Serial.printf("lat:%f lon:%f\n", lat, lon); break; } else { Serial.print("getGPS "); Serial.println(millis()); } delay(2000); } modem.disableGPS(); // Set SIM7000G GPIO4 LOW ,turn off GPS power // CMD:AT+SGPIO=0,4,1,0 // Only in version 20200415 is there a function to control GPS power modem.sendAT("+SGPIO=0,4,1,0"); Serial.println("\n---End of GPRS TEST---\n"); SerialMon.print(F("Performing HTTP GET request... ")); String message = "/therestofyourdomain/api.php?key=sim7000g"; message = message + "&lat="; message = message + lat; message = message + "&lon="; message = message + lon; int err = http.get(message); if (err != 0) { SerialMon.println(F("failed to connect")); delay(10000); return; } int status = http.responseStatusCode(); SerialMon.print(F("Response status code: ")); SerialMon.println(status); if (!status) { delay(10000); return; } SerialMon.println(F("Response Headers:")); while (http.headerAvailable()) { String headerName = http.readHeaderName(); String headerValue = http.readHeaderValue(); SerialMon.println(" " + headerName + " : " + headerValue); } int length = http.contentLength(); if (length >= 0) { SerialMon.print(F("Content length is: ")); SerialMon.println(length); } if (http.isResponseChunked()) { SerialMon.println(F("The response is chunked")); } String body = http.responseBody(); SerialMon.println(F("Response:")); SerialMon.println(body); SerialMon.print(F("Body length is: ")); SerialMon.println(body.length()); // Shutdown http.stop(); SerialMon.println(F("Server disconnected")); // #if TINY_GSM_USE_WIFI // modem.networkDisconnect(); // SerialMon.println(F("WiFi disconnected")); // #endif // #if TINY_GSM_USE_GPRS // modem.gprsDisconnect(); // SerialMon.println(F("GPRS disconnected")); // #endif } void loop() { apiCall(); delay(30000); } ================================================ FILE: Lilygo-7000g/Arduino_TinyGSM/ATdebug/ATdebug.ino ================================================ /* FILE: ATdebug.ino AUTHOR: Koby Hale PURPOSE: test AT commands List of SIM7000 AT commands can be found here http://www.microchip.ua/simcom/LTE/SIM7000/SIM7000%20Series_AT%20Command%20Manual_V1.05.pdf */ #define SerialAT Serial1 #define PIN_DTR 25 #define PIN_TX 27 #define PIN_RX 26 #define PWR_PIN 4 bool reply = false; void modem_on() { // Set-up modem power pin Serial.println("\nStarting Up Modem..."); pinMode(PWR_PIN, OUTPUT); digitalWrite(PWR_PIN, HIGH); delay(300); digitalWrite(PWR_PIN, LOW); delay(10000); //Wait for the SIM7000 communication to be normal, and will quit when receiving OK int i = 10; Serial.println("\nTesting Modem Response...\n"); Serial.println("****"); while (i) { SerialAT.println("AT"); delay(500); if (SerialAT.available()) { String r = SerialAT.readString(); Serial.println(r); if ( r.indexOf("OK") >= 0 ) { reply = true; break;; } } delay(500); i--; } Serial.println("****\n"); } void setup() { Serial.begin(9600); // Set console baud rate SerialAT.begin(9600, SERIAL_8N1, PIN_RX, PIN_TX); delay(100); modem_on(); if (reply) { Serial.println(F("***********************************************************")); Serial.println(F(" You can now send AT commands")); Serial.println(F(" Enter \"AT\" (without quotes), and you should see \"OK\"")); Serial.println(F(" If it doesn't work, select \"Both NL & CR\" in Serial Monitor")); Serial.println(F(" DISCLAIMER: Entering AT commands without knowing what they do")); Serial.println(F(" can have undesired consiquinces...")); Serial.println(F("***********************************************************\n")); } else { Serial.println(F("***********************************************************")); Serial.println(F(" Failed to connect to the modem! Check the baud and try again.")); Serial.println(F("***********************************************************\n")); } } void loop() { while (true) { if (SerialAT.available()) { Serial.write(SerialAT.read()); } if (Serial.available()) { SerialAT.write(Serial.read()); } delay(1); } Serial.println("Failed"); setup(); } ================================================ FILE: Lilygo-7000g/Arduino_TinyGSM/AllFunctions/AllFunctions.ino ================================================ /* FILE: AllFunctions.ino AUTHOR: Koby Hale PURPOSE: Test functionality */ #define TINY_GSM_MODEM_SIM7000 #define TINY_GSM_RX_BUFFER 1024 // Set RX buffer to 1Kb #define SerialAT Serial1 // See all AT commands, if wanted // #define DUMP_AT_COMMANDS /* Tests enabled */ #define TINY_GSM_TEST_GPRS true #define TINY_GSM_TEST_GPS true #define TINY_GSM_POWERDOWN true // set GSM PIN, if any #define GSM_PIN "" // Your GPRS credentials, if any const char apn[] = "h2g2"; //SET TO YOUR APN const char gprsUser[] = ""; const char gprsPass[] = ""; #include #include #include #include #ifdef DUMP_AT_COMMANDS // if enabled it requires the streamDebugger lib #include StreamDebugger debugger(SerialAT, Serial); TinyGsm modem(debugger); #else TinyGsm modem(SerialAT); #endif #define uS_TO_S_FACTOR 1000000ULL // Conversion factor for micro seconds to seconds #define TIME_TO_SLEEP 60 // Time ESP32 will go to sleep (in seconds) #define UART_BAUD 9600 #define PIN_DTR 25 #define PIN_TX 27 #define PIN_RX 26 #define PWR_PIN 4 #define SD_MISO 2 #define SD_MOSI 15 #define SD_SCLK 14 #define SD_CS 13 #define LED_PIN 12 int counter, lastIndex, numberOfPieces = 24; String pieces[24], input; void setup() { // Set console baud rate Serial.begin(9600); delay(10); // Set LED OFF pinMode(LED_PIN, OUTPUT); digitalWrite(LED_PIN, HIGH); pinMode(PWR_PIN, OUTPUT); digitalWrite(PWR_PIN, HIGH); delay(300); digitalWrite(PWR_PIN, LOW); SPI.begin(SD_SCLK, SD_MISO, SD_MOSI, SD_CS); if (!SD.begin(SD_CS)) { Serial.println("SDCard MOUNT FAIL"); } else { uint32_t cardSize = SD.cardSize() / (1024 * 1024); String str = "SDCard Size: " + String(cardSize) + "MB"; Serial.println(str); } Serial.println("\nWait..."); delay(10000); SerialAT.begin(UART_BAUD, SERIAL_8N1, PIN_RX, PIN_TX); // Restart takes quite some time // To skip it, call init() instead of restart() Serial.println("Initializing modem..."); if (!modem.restart()) { Serial.println("Failed to restart modem, attempting to continue without restarting"); } String name = modem.getModemName(); delay(500); Serial.println("Modem Name: " + name); String modemInfo = modem.getModemInfo(); delay(500); Serial.println("Modem Info: " + modemInfo); // Set SIM7000G GPIO4 LOW ,turn off GPS power // CMD:AT+SGPIO=0,4,1,0 // Only in version 20200415 is there a function to control GPS power modem.sendAT("+SGPIO=0,4,1,0"); #if TINY_GSM_TEST_GPRS // Unlock your SIM card with a PIN if needed if ( GSM_PIN && modem.getSimStatus() != 3 ) { modem.simUnlock(GSM_PIN); } #endif /* 2 Automatic 13 GSM only 38 LTE only 51 GSM and LTE only * * * */ String res; do { res = modem.setNetworkMode(38); delay(500); } while (res != "OK"); /* 1 CAT-M 2 NB-Iot 3 CAT-M and NB-IoT * * */ do { res = modem.setPreferredMode(1); delay(500); } while (res != "OK"); } void loop() { #if TINY_GSM_TEST_GPRS SerialAT.println("AT+CGDCONT?"); delay(500); if (SerialAT.available()) { input = SerialAT.readString(); for (int i = 0; i < input.length(); i++) { if (input.substring(i, i + 1) == "\n") { pieces[counter] = input.substring(lastIndex, i); lastIndex = i + 1; counter++; } if (i == input.length() - 1) { pieces[counter] = input.substring(lastIndex, i); } } // Reset for reuse input = ""; counter = 0; lastIndex = 0; for ( int y = 0; y < numberOfPieces; y++) { for ( int x = 0; x < pieces[y].length(); x++) { char c = pieces[y][x]; //gets one byte from buffer if (c == ',') { if (input.indexOf(": ") >= 0) { String data = input.substring((input.indexOf(": ") + 1)); if ( data.toInt() > 0 && data.toInt() < 25) { modem.sendAT("+CGDCONT=" + String(data.toInt()) + ",\"IP\",\"" + String(apn) + "\",\"0.0.0.0\",0,0,0,0"); } input = ""; break; } // Reset for reuse input = ""; } else { input += c; } } } } else { Serial.println("Failed to get PDP!"); } Serial.println("\n\n\nWaiting for network..."); if (!modem.waitForNetwork()) { delay(10000); return; } if (modem.isNetworkConnected()) { Serial.println("Network connected"); } Serial.println("\n---Starting GPRS TEST---\n"); Serial.println("Connecting to: " + String(apn)); if (!modem.gprsConnect(apn, gprsUser, gprsPass)) { delay(10000); return; } Serial.print("GPRS status: "); if (modem.isGprsConnected()) { Serial.println("connected"); } else { Serial.println("not connected"); } String ccid = modem.getSimCCID(); Serial.println("CCID: " + ccid); String imei = modem.getIMEI(); Serial.println("IMEI: " + imei); String cop = modem.getOperator(); Serial.println("Operator: " + cop); IPAddress local = modem.localIP(); Serial.println("Local IP: " + String(local)); int csq = modem.getSignalQuality(); Serial.println("Signal quality: " + String(csq)); SerialAT.println("AT+CPSI?"); //Get connection type and band delay(500); if (SerialAT.available()) { String r = SerialAT.readString(); Serial.println(r); } Serial.println("\n---End of GPRS TEST---\n"); #endif #if TINY_GSM_TEST_GPRS modem.gprsDisconnect(); if (!modem.isGprsConnected()) { Serial.println("GPRS disconnected"); } else { Serial.println("GPRS disconnect: Failed."); } #endif #if TINY_GSM_TEST_GPS Serial.println("\n---Starting GPS TEST---\n"); // Set SIM7000G GPIO4 HIGH ,turn on GPS power // CMD:AT+SGPIO=0,4,1,1 // Only in version 20200415 is there a function to control GPS power modem.sendAT("+SGPIO=0,4,1,1"); modem.enableGPS(); float lat, lon; while (1) { if (modem.getGPS(&lat, &lon)) { Serial.printf("lat:%f lon:%f\n", lat, lon); break; } else { Serial.print("getGPS "); Serial.println(millis()); } delay(2000); } modem.disableGPS(); // Set SIM7000G GPIO4 LOW ,turn off GPS power // CMD:AT+SGPIO=0,4,1,0 // Only in version 20200415 is there a function to control GPS power modem.sendAT("+SGPIO=0,4,1,0"); Serial.println("\n---End of GPRS TEST---\n"); #endif #if TINY_GSM_POWERDOWN // Try to power-off (modem may decide to restart automatically) // To turn off modem completely, please use Reset/Enable pins modem.poweroff(); Serial.println("Poweroff."); #endif esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP * uS_TO_S_FACTOR); delay(200); esp_deep_sleep_start(); // Do nothing forevermore while (true) { modem.maintain(); } } ================================================ FILE: Lilygo-7000g/Arduino_TinyGSM/README.MD ================================================ ## Install the following dependency library files: [TinyGSM](https://github.com/vshymanskyy/TinyGSM) ### Reset Modem Sometimes (especially if you played with AT commands), your module configuration may become invalid. This may result in problems such as: - Can't connect to the GPRS network - Can't connect to the server - Sent/received data contains invalid bytes - etc. To return module to Factory Defaults, use the ResetModem sketch. ================================================ FILE: Lilygo-7000g/Arduino_TinyGSM/ResetModem/ResetModem.ino ================================================ /* FILE: ResetModem.ino AUTHOR: Koby Hale PURPOSE: reset the SIM7000 */ #define TINY_GSM_MODEM_SIM800 // sim800 and sim7000 are very identical, no sim7000 reset tool yet but sim800 works #include // Define pins #define PIN_DTR 25 #define PIN_TX 27 #define PIN_RX 26 #define PWR_PIN 4 // Set serial for AT commands (to the module) #define SerialAT Serial1 // See all AT commands, if wanted #define DUMP_AT_COMMANDS #ifdef DUMP_AT_COMMANDS #include // if enabled it requires the streamDebugger lib StreamDebugger debugger(SerialAT, Serial); TinyGsm modem(debugger); #else TinyGsm modem(SerialAT); #endif bool reply = false; void setup() { // Set console and modem baud rate Serial.begin(9600); SerialAT.begin(9600, SERIAL_8N1, PIN_RX, PIN_TX); delay(500); // Set-up modem power pin Serial.println("\nStarting Up Modem..."); pinMode(PWR_PIN, OUTPUT); digitalWrite(PWR_PIN, HIGH); delay(300); digitalWrite(PWR_PIN, LOW); delay(10000); //Wait for the SIM7000 communication to be normal, and will quit when receiving OK int i = 10; Serial.println("\nTesting Modem Response...\n"); Serial.println("****"); while (i) { SerialAT.println("AT"); delay(500); if (SerialAT.available()) { String r = SerialAT.readString(); Serial.println(r); if ( r.indexOf("OK") >= 0 ) { reply = true; break;; } } delay(500); i--; } Serial.println("****\n"); if (reply) { bool ret = modem.factoryDefault(); Serial.println(F("\n***********************************************************")); Serial.print (F(" Reset settings to Factory Default: ")); Serial.println((ret) ? "OK" : "FAIL"); Serial.println(F("***********************************************************")); } else { Serial.println(F("***********************************************************")); Serial.println(F(" Failed to connect to the modem! Check the baud and try again.")); Serial.println(F("***********************************************************\n")); } } void loop() { } ================================================ FILE: Lilygo-7000g/MicroPython_LoBo/README.MD ================================================ ## Flash Micropython to ESP32 The recommended version of Micropython for this board is [`MicroPython_LoBo_esp32_psram_all.zip`](https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/raw/master/MicroPython_BUILD/firmware/MicroPython_LoBo_esp32_psram_all.zip) from [LoBo prebuilt packages](https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/tree/master/MicroPython_BUILD/firmware). Flash using [`esptool`](https://github.com/espressif/esptool): ```sh esptool --chip esp32 --port PORT --baud BAUD --before default_reset --after no_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 bootloader/bootloader.bin 0xf000 phy_init_data.bin 0x10000 MicroPython.bin 0x8000 partitions_mpy.bin ``` Or you can use any other GUI/tools and specify address for each file. ## Upload the example Using [`ampy`](https://github.com/pycampers/ampy): ```sh ampy put main.py ``` ================================================ FILE: Lilygo-7000g/MicroPython_LoBo/gps.py ================================================ ''' - Make sure the GPS antenna is firmly connected - For more documentation on the GPS module, please check the manual ''' import socket import machine import time import sys import gsm # APN credentials (replace with yours) GSM_APN = '' # Your APN GSM_USER = '' # Your User GSM_PASS = '' # Your Pass # Power on the GSM module GSM_PWR = machine.Pin(4, machine.Pin.OUT) LED = machine.Pin(12, machine.Pin.INOUT) GSM_PWR.value(1) time.sleep_ms(300) GSM_PWR.value(0) LED.value(1) # Init PPPoS # gsm.debug(True) # Uncomment this to see more logs, investigate issues, etc. gsm.start(tx=27, rx=26, apn=GSM_APN, user=GSM_USER, password=GSM_PASS) sys.stdout.write('Waiting for AT command response...') for retry in range(20): if gsm.atcmd('AT'): break else: sys.stdout.write('.') time.sleep_ms(5000) else: raise Exception("Modem not responding!") print() # Turn on GPS positioning gsm.atcmd('AT+CGNSPWR=1', printable=True) # Turn on GPS power control, it is controlled by module GPIO4 gsm.atcmd('AT+SGPIO=0,4,1,1', printable=True) while True: # Get positioning data raw = gsm.atcmd('AT+CGNSINF', printable=True) # Output information print(raw) string = raw.split(',') if(int(string[1]) == 1): print('{yy}/{mm}/{dd} == {h}:{m}:{s} == lat:{lat}-lon:{lon}'.format( yy=string[2][:4], mm=string[2][4:6], dd=string[2][6:8], h=string[2][8:10], m=string[2][10:12], s=string[2][12:], lat=string[3], lon=string[4])) break # Let the LED flash when in the positioning state LED.value(not LED.value()) time.sleep_ms(1000) # Turn off GPS positioning gsm.atcmd('AT+CGNSPWR=0', printable=True) # Turn off GPS power control, it is controlled by module GPIO4 gsm.atcmd('AT+SGPIO=0,4,1,0', printable=True) ================================================ FILE: Lilygo-7000g/MicroPython_LoBo/gsm.py ================================================ import socket import machine import time import sys import gsm # APN credentials (replace with yours) GSM_APN = '' # Your APN GSM_USER = '' # Your User GSM_PASS = '' # Your Pass # Power on the GSM module GSM_PWR = machine.Pin(4, machine.Pin.OUT) GSM_PWR.value(1) time.sleep_ms(300) GSM_PWR.value(0) LED = machine.Pin(12, machine.Pin.OUT) LED.value(1) # Init PPPoS # gsm.debug(True) # Uncomment this to see more logs, investigate issues, etc. gsm.start(tx=27, rx=26, apn=GSM_APN, user=GSM_USER, password=GSM_PASS) sys.stdout.write('Waiting for AT command response...') for retry in range(20): if gsm.atcmd('AT'): break else: sys.stdout.write('.') time.sleep_ms(5000) else: raise Exception("Modem not responding!") print() print("Connecting to GSM...") gsm.connect() while gsm.status()[0] != 1: pass print('IP:', gsm.ifconfig()[0]) print("Connected !") addr = socket.getaddrinfo('loboris.eu', 80)[0][-1] s = socket.socket() s.connect(addr) s.send(b'GET /ESP32/info.txt HTTP/1.1\r\nHost: loboris.eu\r\n\r\n') data = s.recv(1000) print('data=', end='') print(data) s.close() # GSM connection is complete. # You can now use modules like urequests, uPing, etc. # Let's try socket API: ================================================ FILE: Lilygo-7000g/MicroPython_LoBo/sd.py ================================================ import os import uos import machine # The SD SPI pin of the firmware compiled by lobo is not the pin used by T-SIM7000, # so here we use uos to initialize the SD card uos.sdconfig(uos.SDMODE_SPI, clk=14, mosi=15, miso=2, cs=13, maxspeed=16) os.mountsd() os.listdir('/sd') ================================================ FILE: Lilygo-7000g/Platformio_Arduino_Thingsboard/.travis.yml ================================================ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline # several times a day < https://docs.platformio.org/page/ci/index.html > # # Documentation: # # * Travis CI Embedded Builds with PlatformIO # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI # < https://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command # < https://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment # it (remove "# " before each line) or use own configuration according to the # Travis CI documentation (see above). # # # Template #1: General project. Test it using existing `platformio.ini`. # # language: python # python: # - "2.7" # # sudo: false # cache: # directories: # - "~/.platformio" # # install: # - pip install -U platformio # - platformio update # # script: # - platformio run # # Template #2: The project is intended to be used as a library with examples. # # language: python # python: # - "2.7" # # sudo: false # cache: # directories: # - "~/.platformio" # # env: # - PLATFORMIO_CI_SRC=path/to/test/file.c # - PLATFORMIO_CI_SRC=examples/file.ino # - PLATFORMIO_CI_SRC=path/to/test/directory # # install: # - pip install -U platformio # - platformio update # # script: # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N ================================================ FILE: Lilygo-7000g/Platformio_Arduino_Thingsboard/include/README ================================================ This directory is intended for project header files. A header file is a file containing C declarations and macro definitions to be shared between several project source files. You request the use of a header file in your project source file (C, C++, etc) located in `src` folder by including it, with the C preprocessing directive `#include'. ```src/main.c #include "header.h" int main (void) { ... } ``` Including a header file produces the same results as copying the header file into each source file that needs it. Such copying would be time-consuming and error-prone. With a header file, the related declarations appear in only one place. If they need to be changed, they can be changed in one place, and programs that include the header file will automatically use the new version when next recompiled. The header file eliminates the labor of finding and changing all the copies as well as the risk that a failure to find one copy will result in inconsistencies within a program. In C, the usual convention is to give header files names that end with `.h'. It is most portable to use only letters, digits, dashes, and underscores in header file names, and at most one dot. Read more about using header files in official GCC documentation: * Include Syntax * Include Operation * Once-Only Headers * Computed Includes https://gcc.gnu.org/onlinedocs/cpp/Header-Files.html ================================================ FILE: Lilygo-7000g/Platformio_Arduino_Thingsboard/lib/README ================================================ This directory is intended for project specific (private) libraries. PlatformIO will compile them to static libraries and link into executable file. The source code of each library should be placed in a an own separate directory ("lib/your_library_name/[here are source files]"). For example, see a structure of the following two libraries `Foo` and `Bar`: |--lib | | | |--Bar | | |--docs | | |--examples | | |--src | | |- Bar.c | | |- Bar.h | | |- library.json (optional, custom build options, etc) https://docs.platformio.org/page/librarymanager/config.html | | | |--Foo | | |- Foo.c | | |- Foo.h | | | |- README --> THIS FILE | |- platformio.ini |--src |- main.c and a contents of `src/main.c`: ``` #include #include int main (void) { ... } ``` PlatformIO Library Dependency Finder will find automatically dependent libraries scanning project source files. More information about PlatformIO Library Dependency Finder - https://docs.platformio.org/page/librarymanager/ldf.html ================================================ FILE: Lilygo-7000g/Platformio_Arduino_Thingsboard/platformio.ini ================================================ ;PlatformIO Project Configuration File ; ; Build options: build flags, source filter ; Upload options: custom upload port, speed and extra flags ; Library options: dependencies, extra library storages ; Advanced options: extra scripting ; ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html [env:win] platform = espressif32 board = esp-wrover-kit framework = arduino monitor_speed = 115200 lib_deps = https://github.com/nikil511/TinyGSM.git StreamDebugger CRC32 Thingsboard ArduinoHttpClient PubSubClient ArduinoJSON ================================================ FILE: Lilygo-7000g/Platformio_Arduino_Thingsboard/readme.md ================================================ # Example project for Platformio - T-SIM7000 NBIoT or GSM mode (modified TinyGSM lib) - Connecting to Thingsboard and sending telemetry battery/rssi/bootcount via MQTT - Sleeping ESP32 & SIM7000 (~1mA consumption) ================================================ FILE: Lilygo-7000g/Platformio_Arduino_Thingsboard/src/main.cpp ================================================ /* Battery test T-SIM7000 & Thingsboard */ #define TINY_GSM_MODEM_SIM7000 #define TINY_GSM_RX_BUFFER 1024 // Set RX buffer to 1Kb #define DUMP_AT_COMMANDS #include "TinyGsmClient.h" #include "ThingsBoard.h" #define uS_TO_S_FACTOR 1000000 /* Conversion factor for micro seconds to seconds */ #define TIME_TO_SLEEP 60 /* ESP32 should sleep more seconds (note SIM7000 needs ~20sec to turn off if sleep is activated) */ RTC_DATA_ATTR int bootCount = 0; HardwareSerial serialGsm(1); #define SerialAT serialGsm #define TINY_GSM_USE_GPRS true #define TINY_GSM_USE_WIFI false // cosmote const char apn[] = "internet"; const char nbiot_apn[] = "iot"; // 1nce // const char apn[] = "iot.1nce.net"; // const char nbiot_apn[] = "iot.1nce.net"; #define isNBIOT true const char user[] = ""; const char pass[] = ""; // TTGO T-SIM pin definitions #define MODEM_RST 5 #define MODEM_PWKEY 4 #define MODEM_DTR 25 #define MODEM_TX 26 #define MODEM_RX 27 #define I2C_SDA 21 #define I2C_SCL 22 #define PIN_ADC_BAT 35 #define PIN_ADC_SOLAR 36 #define ADC_BATTERY_LEVEL_SAMPLES 100 #ifdef DUMP_AT_COMMANDS #include "StreamDebugger.h" StreamDebugger debugger(serialGsm, Serial); TinyGsm modem(debugger); #else TinyGsm modem(serialGsm); #endif #define TOKEN "xxxxxxxxxxxxxxxxxxxx" // thingsboard token #define THINGSBOARD_SERVER "192.168.1.1" //thingsboard server // Baud rate for debug serial #define SERIAL_DEBUG_BAUD 115200 // Initialize GSM client TinyGsmClient client(modem); // Initialize ThingsBoard instance ThingsBoard tb(client); // Set to true, if modem is connected bool modemConnected = false; void read_adc_bat(uint16_t *voltage); void read_adc_solar(uint16_t *voltage); void shutdown(); void wait_till_ready(); void modem_off(); void print_wakeup_reason() { esp_sleep_wakeup_cause_t wakeup_reason; wakeup_reason = esp_sleep_get_wakeup_cause(); switch (wakeup_reason) { case ESP_SLEEP_WAKEUP_EXT0: Serial.println("Wakeup caused by external signal using RTC_IO"); break; case ESP_SLEEP_WAKEUP_EXT1: Serial.println("Wakeup caused by external signal using RTC_CNTL"); break; case ESP_SLEEP_WAKEUP_TIMER: Serial.println("Wakeup caused by timer"); break; case ESP_SLEEP_WAKEUP_TOUCHPAD: Serial.println("Wakeup caused by touchpad"); break; case ESP_SLEEP_WAKEUP_ULP: Serial.println("Wakeup caused by ULP program"); break; default: Serial.printf("Wakeup was not caused by deep sleep: %d\n", wakeup_reason); break; } } void modem_reset() { Serial.println("Modem hardware reset"); pinMode(MODEM_RST, OUTPUT); digitalWrite(MODEM_RST, LOW); delay(260); //Treset 252ms digitalWrite(MODEM_RST, HIGH); delay(4000); //Modem takes longer to get ready and reply after this kind of reset vs power on //modem.factoryDefault(); //modem.restart(); //this results in +CGREG: 0,0 } void modem_on() { // Set-up modem power pin pinMode(MODEM_PWKEY, OUTPUT); digitalWrite(MODEM_PWKEY, HIGH); delay(10); digitalWrite(MODEM_PWKEY, LOW); delay(1010); //Ton 1sec digitalWrite(MODEM_PWKEY, HIGH); //wait_till_ready(); Serial.println("Waiting till modem ready..."); delay(4510); //Ton uart 4.5sec but seems to need ~7sec after hard (button) reset //On soft-reset serial replies immediately. } void modem_off() { //if you turn modem off while activating the fancy sleep modes it takes ~20sec, else its immediate Serial.println("Going to sleep now with modem turned off"); //modem.gprsDisconnect(); //modem.radioOff(); modem.sleepEnable(false); // required in case sleep was activated and will apply after reboot modem.poweroff(); } // fancy low power mode - while connected void modem_sleep() // will have an effect after reboot and will replace normal power down { Serial.println("Going to sleep now with modem in power save mode"); // needs reboot to activa and takes ~20sec to sleep modem.PSM_mode(); //if network supports will enter a low power sleep PCM (9uA) modem.eDRX_mode14(); // https://github.com/botletics/SIM7000-LTE-Shield/wiki/Current-Consumption#e-drx-mode modem.sleepEnable(); //will sleep (1.7mA), needs DTR or PWRKEY to wake pinMode(MODEM_DTR, OUTPUT); digitalWrite(MODEM_DTR, HIGH); } void modem_wake() { Serial.println("Wake up modem from sleep"); // DTR low to wake serial pinMode(MODEM_DTR, OUTPUT); digitalWrite(MODEM_DTR, LOW); delay(50); //wait_till_ready(); } void shutdown() { //modem_sleep(); modem_off(); delay(1000); Serial.flush(); esp_deep_sleep_start(); Serial.println("Going to sleep now"); delay(1000); Serial.flush(); esp_deep_sleep_start(); } void wait_till_ready() // NOT WORKING - Attempt to minimize waiting time { for (int8_t i = 0; i < 100; i++) //timeout 100 x 100ms = 10sec { if (modem.testAT()) { //Serial.println("Wait time:%F sec\n", i/10)); Serial.printf("Wait time: %d\n", i); break; } delay(100); } } void setup() { // Set console baud rate Serial.begin(SERIAL_DEBUG_BAUD); delay(10); Serial.println(F("Started")); pinMode(PIN_ADC_BAT, INPUT); pinMode(PIN_ADC_SOLAR, INPUT); uint16_t v_bat = 0; uint16_t v_solar = 0; // while (1) // { read_adc_bat(&v_bat); Serial.print("BAT: "); Serial.print(v_bat); read_adc_solar(&v_solar); Serial.print(" SOLAR: "); Serial.println(v_solar); // delay(1000); // } //Increment boot number and print it every reboot ++bootCount; Serial.println("Boot number: " + String(bootCount)); //Print the wakeup reason for ESP32 print_wakeup_reason(); /* First we configure the wake up source We set our ESP32 to wake up every 5 seconds */ esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP * uS_TO_S_FACTOR); Serial.println("Setup ESP32 to sleep for every " + String(TIME_TO_SLEEP) + " Seconds"); // if (esp_sleep_get_wakeup_cause() == ESP_SLEEP_WAKEUP_TIMER) // { // modem_wake(); // } // else { modem_on(); //modem_wake(); //modem_reset(); } // Set GSM module baud rate and UART pins SerialAT.begin(9600, SERIAL_8N1, MODEM_TX, MODEM_RX); //reversing them String modemInfo = modem.getModemInfo(); Serial.print(F("Modem: ")); Serial.println(modemInfo); if (!modemConnected) { //SIM7000 if (isNBIOT) { Serial.println("configuring NBIoT mode"); modem.setPreferredMode(38); modem.setPreferredLTEMode(2); modem.setOperatingBand(20); // Required for cosmote Greece Serial.print(F("Waiting for network...")); if (!modem.waitForNetwork(60000L)) { Serial.println(" fail"); modem_reset(); shutdown(); } Serial.println(" OK"); Serial.print("Signal quality:"); Serial.println(modem.getSignalQuality()); Serial.print(F("Connecting to apn:")); Serial.println(nbiot_apn); if (!modem.gprsConnect(nbiot_apn, user, pass)) { Serial.println(" failed"); modem_reset(); shutdown(); } modemConnected = true; Serial.println(" OK"); } else { Serial.println("configuring GSM mode"); // AUTO or GSM ONLY modem.setPreferredMode(13); //2 Auto // 13 GSM only // 38 LTE only Serial.print(F("Waiting for network...")); if (!modem.waitForNetwork(60000L)) { Serial.println(" fail"); modem_reset(); shutdown(); } Serial.println(" OK"); Serial.print("Signal quality:"); Serial.println(modem.getSignalQuality()); Serial.print(F("Connecting to ")); Serial.print(apn); if (!modem.gprsConnect(apn, user, pass)) { Serial.println(" failed"); modem_reset(); shutdown(); } modemConnected = true; Serial.println(" GSM OK"); } } if (!tb.connected()) { // Connect to the ThingsBoard Serial.print("Connecting to: "); Serial.print(THINGSBOARD_SERVER); Serial.print(" with token "); Serial.println(TOKEN); if (!tb.connect(THINGSBOARD_SERVER, TOKEN)) { Serial.println("Failed to connect"); modem_reset(); shutdown(); } } Serial.println("Sending data..."); // Uploads new telemetry to ThingsBoard using MQTT. // See https://thingsboard.io/docs/reference/mqtt-api/#telemetry-upload-api // for more details if (tb.sendAttributeBool("beat", true)) ; Serial.println("send beat"); if (tb.sendTelemetryInt("bootCount", bootCount)) Serial.println("bootCount send"); if (tb.sendTelemetryInt("d_gsm_CSQ", modem.getSignalQuality())) //CSQ need to convert to RSSI Serial.println("d_gsm_CSQ send"); read_adc_bat(&v_bat); if (tb.sendTelemetryInt("d_bat", v_bat)) Serial.print("read_adc_bat: "); Serial.print(v_bat); Serial.println(" send"); read_adc_solar(&v_solar); if (tb.sendTelemetryInt("d_solar", v_solar)) Serial.print("read_adc_solar: "); Serial.print(v_solar); Serial.println(" send"); delay(1000); // required - else will shutdown too early and miss last value shutdown(); } void loop() { } void read_adc_bat(uint16_t *voltage) { uint32_t in = 0; for (int i = 0; i < ADC_BATTERY_LEVEL_SAMPLES; i++) { in += (uint32_t)analogRead(PIN_ADC_BAT); } in = (int)in / ADC_BATTERY_LEVEL_SAMPLES; uint16_t bat_mv = ((float)in / 4096) * 3600 * 2; *voltage = bat_mv; } void read_adc_solar(uint16_t *voltage) { uint32_t in = 0; for (int i = 0; i < ADC_BATTERY_LEVEL_SAMPLES; i++) { in += (uint32_t)analogRead(PIN_ADC_SOLAR); } in = (int)in / ADC_BATTERY_LEVEL_SAMPLES; uint16_t bat_mv = ((float)in / 4096) * 3600 * 2; *voltage = bat_mv; } ================================================ FILE: Lilygo-7000g/Platformio_Arduino_Thingsboard/test/README ================================================ This directory is intended for PIO Unit Testing and project tests. Unit Testing is a software testing method by which individual units of source code, sets of one or more MCU program modules together with associated control data, usage procedures, and operating procedures, are tested to determine whether they are fit for use. Unit testing finds problems early in the development cycle. More information about PIO Unit Testing: - https://docs.platformio.org/page/plus/unit-testing.html ================================================ FILE: README.md ================================================ # AnotherMaker This is where I will store code snippets for AnotherMaker Videos ================================================ FILE: StreamArray/fancy_version/StreamArray.ino ================================================ //This sketch is obviously a ridiculously lazy fork of my "Interactive Mode" for the coding array. // The point is that you can hook up pretty much whatever sensors you want to whatever pins you want. // The pins are declared down in line 44-ish. // THE ONLY think we care about is that data is being transmitted to the PC with a Serial.print of // a variable with an =, so for the touchpad, we are sending touch=true or touch=false. That's it // Node red will look for these strings and parse that data. Also note that you do not need to have all these // sensors and buttons to make this work. The only thing that matters is that you're sending a whatever=whatever // when something happens. All the magic happens in node red. //If you don't understand what's going on, just upload this code and look at the serial monitor. It will all //make sense. #include //Used Primarily for Platform IO #include "pitches.h" //To create sounds and tones from the buzzer #include //Used to communicate with I2C devices like the LCD #include //the little servo motor Servo myservo; #include //Temperature & Humidity Sensor #define DHTPIN 12 //Temp & Humidity sensor pin #define DHTTYPE DHT11 //There are multiple types of DHT Sensors, CA uses DHT11 #define buz 6 //Buzzer pin DHT dht(DHTPIN, DHTTYPE); #include //Special library for the LCD screen LiquidCrystal_I2C lcd(0x27, 16, 2); //The address of the LCD Screen and how many columns/rows it has /////////////////////////// //this section tells the Arduino what pins the sensors are connected to int echo = 4; //Ultrasonic sensor echo pin int trigger = 5; //Ultrasonic sensor trigger pin int touch = 7; //Touch module int pushbutton = 8; //Tactile pushbutton int red = 9; //RGB LED Red pin int green = 10; //RGB LED Green pin int blue = 11; //RGB LED Blue pin int dhtsensor = 12; //DHT 11 Temperature & Humidity Sensor int led = 13; //The single color led is connected to pin 13 int hall = A2; //Hall Effect(Magnetic Sensor) int flame = A5; //end pin declarations ////////////////////////// //We are going to create some variables here that will hold data lower in the sketch //These top ones basically keep track of time to determine how often a sensor should be checked long mil = 0; long ledt = 0; long buzt = 0; long lcdt = 0; long dist = 0; long lit = 0; long analogt =0; long mict = 0; float temp, humi; unsigned long dura = 0; float dst = 0; int leds = 0; int bar = 0; int oldbar = 0; //The previous reading of the sliderbar int touchwas = false; //Save whether the touch sensor was last in a touched or not state int touched = 0; int pbpushed = false; //Save whether the pushbutton was last in a pushed or not state //Microphone (You can adjust sensitivity with the screw) const int sampleWindow = 125; // sample period milliseconds (125 mS = 8 Hz) int soundValue = 0; // store the value of the sound sensor double threshold = 2.0; // set clapping sound threshold voltage value int flamewas = false; //These variables are used to receive data from the PC/Raspberry Pi const byte numChars = 32; char receivedChars[numChars]; boolean newData = false; //The code in the setup function is run once on boot void setup() { Serial.begin(9600); //Setup the serial port to begin at 9600bps Serial.println("StreamArray Booted"); //Give the Arduino some basic information on what the pins we declared above actually do pinMode(echo, INPUT); //Ultrasonic sensor echo pin pinMode(trigger, OUTPUT); //Ultrasonic sensor trigger pin pinMode(touch, INPUT); //Touch Module pinMode(pushbutton, INPUT); //Tactile Pushbutton pinMode(red, OUTPUT); //RGB Red LED pinMode(green, OUTPUT); //RGB Green LED pinMode(blue, OUTPUT); //RGB Blue LED pinMode(led, OUTPUT); //Single Color LED myservo.attach(3); //Tell the servo library which pin the servo is connected to dht.begin(); //Start the temperature and humidity sensor myservo.write(180 - int(bar / 5.68)); lcd.init(); //Startup the LCD lcd.backlight(); //Turn on the LCD baclight bar = analogRead(A0); //Read the position of the slider bar once on boot oldbar = bar; makeIcon(); //Call the functions that display the boot animation on the LCD Screen drawIcon(); } void loop() { //The number of milliseconds since the Arduino booted mil = millis(); if(digitalRead(pushbutton) == HIGH){ if(pbpushed == false){ Serial.println("pb=true"); pbpushed = true; }else{ pbpushed = false; } } if(analogRead(flame) > 1019){ if(flamewas == false){ //only print this if it was previously false Serial.println("fire=true"); } flamewas = true; }else{ flamewas = false; } if(analogRead(hall) < 480){ //look for a magnet near the hall effect sensor if one is found Serial.println("magnet=true"); } //Set up some variables that get cleared out every time the code loops over float Duration, Distance; bar = analogRead(A0); // myservo.write(180 - int(bar / 5.68)); if(bar != oldbar){ // Serial.println(bar); Serial.println("slider=true"); oldbar = bar; } //Ultrasonic Sensor Reading if (mil > dist) { dist = mil + 1000; digitalWrite(trigger, LOW); //Make sure the trigger is off delayMicroseconds(2); //Wait 2 microseconds digitalWrite(trigger, HIGH); //Shoot off a pulse of ultrasound delayMicroseconds(10); //Keep shooting for 10 microseconds digitalWrite(trigger, LOW); //Stop shooting Duration = pulseIn(echo, HIGH); //See how long it took to receive the reflected sound Distance = ((float)(340 * Duration) / 10000) / 2; //Calculate the distance based on the time it took to receive the signal lcd.setCursor(10, 1); //Print the distance on the second (1) line of the LCD in the 10th position if (Distance < 100) { lcd.print(Distance, 10); } else { lcd.print(" "); lcd.print(int(Distance)); } lcd.setCursor(14, 1); lcd.print("cm"); if(Distance > 17 && Distance < 21){ Serial.println("dist=true"); //Only send serial distance if in range of trigger Serial.println(Distance); } } //Temperature & Humidity if (mil > lcdt) { lcdt = mil + 5000; //Read the temperature every 5 seconds (5000 milliseconds) temp = dht.readTemperature(); //Read the temperature sensor and assign it to the temp variable humi = dht.readHumidity(); //Get the humidity and assign it to the humi variable lcd.setCursor(3, 0); //Move the cursor to the top row (0), 3rd position if (temp < 10) { //If temp < 10 put a space to make the spacing nice on the screen lcd.print(" "); } lcd.print(int(temp)); //Print the temperature to the screen lcd.setCursor(11, 0); //Move the cursor to the top row, 11th position if (humi < 10) { lcd.print(" "); //Add a space if the humidity is less than 10% } lcd.print(int(humi)); //Print the humidity to the lcd // Serial.print("temp="); //Send temperature and humidity to serial monitor // Serial.println(temp); if(humi > 85){ Serial.println("hum=true"); } } //Photocell (measure light) if (mil > lit) { lit = mil + 2000; //Measure light every 2 seconds (2000 milliseconds) // Serial.print("photo="); lcd.setCursor(0, 1); //Set the cursor to the left side of the second line (1) if (analogRead(A1) > 700) { Serial.println("photo=true"); // Serial.println("Bright"); } // else if (analogRead(A1) > 550) { // Serial.println("Normal"); // } else { // Serial.println("Dark"); // } } if(mil > mict){ mict = mil + 300; unsigned long start= millis(); // start sampling unsigned int peakToPeak = 0; // Amplitude Value Variables unsigned int signalMax = 0; unsigned int signalMin = 1024; // collect data for 125 milliseconds. while (millis() - start < sampleWindow) { soundValue = analogRead(3); // specify analogue pin number 3. if (soundValue < 1024) // Read data up to the ADC maximum (1024=10bit). { if (soundValue > signalMax) { signalMax = soundValue; // Store the maximum sound value in the signalMax variable. } else if (soundValue < signalMin) { signalMin = soundValue; // store the sound minimum in the variable (signalMin). } } } peakToPeak = signalMax - signalMin; // calculate peak-to-peak amplitude double volts = (peakToPeak * 5.0) / 1024; // convert the ADC value to a voltage value. Reference Voltage 5V //let's increase the bottom a little bit if(volts < 1.5){ volts = volts*3; }else{ volts = volts *2; } if(volts > 6.6){ Serial.println("sound=true"); } // Serial.println(volts); } //RGB led //If either the touch sensor is touched scroll through the RGB LED, otherwise, turn it off if (digitalRead(touch) == HIGH) { if (mil > ledt) { if(touchwas == false){ //check whether this is different than last time Serial.println("touch=true"); touchwas = true; } ledt = mil + 120; leds++; if (leds == 1) { digitalWrite(9, HIGH); digitalWrite(11, LOW); } else if (leds == 2) { digitalWrite(10, HIGH); digitalWrite(9, LOW); } else { digitalWrite(11, HIGH); digitalWrite(10, LOW); } if (leds == 3) { leds = 0; } } } else { if(touchwas == true){ //check whether this is different than last time Serial.println("touch=false"); touchwas = false; } digitalWrite(9, LOW); digitalWrite(10, LOW); digitalWrite(11, LOW); } } //This function makes the little icons that display on the LCD during the temperature/humidity readings void makeIcon() { const static uint8_t icon_temp0[] PROGMEM = { 0x4, 0xa, 0xa, 0xe, 0xe, 0x1f, 0x1f, 0xe }; const static uint8_t icon_temp1[] PROGMEM = { 0x8, 0x14, 0x8, 0x3, 0x4, 0x4, 0x3, 0 }; const static uint8_t icon_temp2[] PROGMEM = { 0xc, 0x12, 0x12, 0xc, 0, 0, 0, 0 }; const static uint8_t icon_humi[] PROGMEM = { 0x4, 0x4, 0xa, 0xa, 0x11, 0x11, 0x11, 0xe }; const static uint8_t icon_sonar[] PROGMEM = { 0x2, 0x9, 0x5, 0x15, 0x15, 0x5, 0x9, 0x2 }; uint8_t temp[8]; memcpy_P(temp, icon_temp0, 8); lcd.createChar(0, temp); memcpy_P(temp, icon_temp1, 8); lcd.createChar(1, temp); memcpy_P(temp, icon_temp2, 8); lcd.createChar(2, temp); memcpy_P(temp, icon_humi, 8); lcd.createChar(3, temp); memcpy_P(temp, icon_sonar, 8); lcd.createChar(4, temp); } //This puts the icons on the right place on the screen void drawIcon() { lcd.clear(); lcd.setCursor(1, 0); lcd.write(0); // lcd.setCursor(5, 0); // lcd.write(1); lcd.setCursor(5, 0); lcd.write(2); lcd.write('C'); lcd.setCursor(9, 0); lcd.write(3); lcd.setCursor(13, 0); lcd.write('%'); lcd.setCursor(9, 1); lcd.write(4); lcd.setCursor(14, 1); lcd.print("cm"); } ================================================ FILE: StreamArray/fancy_version/build-notes.txt ================================================ On the node red side, you will need to install 2 additional nodes in the pallet manager. node-red-node-serialport will allow you to read the serial data from the Arduino node-red-contrib-message-counter will let you count your fidgets The sensors in my arduino sketch are merely examples. Literally any input can be used to trigger something in node red. The execute node (which is built in) lets you trigger any commands that your logged in user can trigger. I used some scripts to do the chrome and visual basic scripts, but mine are just examples to get you started. I have a bunch of libraries in this repo which may or may not be needed depending on which sensors you use. ================================================ FILE: StreamArray/fancy_version/node-red-flow.json ================================================ [{"id":"7ae30b2d.16f864","type":"tab","label":"StreamArray","disabled":false,"info":""},{"id":"77b04dc8.f9d494","type":"serial in","z":"7ae30b2d.16f864","name":"","serial":"bb06798a.540668","x":90,"y":220,"wires":[["a378b612.061f18","5a90ed2a.474e54"]]},{"id":"a378b612.061f18","type":"switch","z":"7ae30b2d.16f864","name":"Parsing a ton of serial data","property":"payload","propertyType":"msg","rules":[{"t":"cont","v":"touch=true","vt":"str"},{"t":"cont","v":"pb=true","vt":"str"},{"t":"cont","v":"hum=true","vt":"str"},{"t":"cont","v":"sound=true","vt":"str"},{"t":"cont","v":"fire=true","vt":"str"},{"t":"cont","v":"slider=true","vt":"str"},{"t":"cont","v":"photo=true","vt":"str"}],"checkall":"true","repair":false,"outputs":7,"x":320,"y":220,"wires":[["880a62e.26df7a"],["217690d3.7dc57"],["7e670dd0.754f94"],["6182b420.0a3ddc"],["26e28567.ed85ea"],["d6a8ed6d.f1c2d"],["fa741a39.48e488"]]},{"id":"bee27c46.7a948","type":"exec","z":"7ae30b2d.16f864","command":"calc.exe","addpay":false,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"Run the calculator Touchpad","x":820,"y":40,"wires":[[],[],[]]},{"id":"880a62e.26df7a","type":"throttle","z":"7ae30b2d.16f864","name":"Rate Limit","throttleType":"time","timeLimit":"30","timeLimitType":"seconds","countLimit":0,"blockSize":0,"locked":false,"x":580,"y":40,"wires":[["bee27c46.7a948"]]},{"id":"7e670dd0.754f94","type":"throttle","z":"7ae30b2d.16f864","name":"Rate Limit","throttleType":"time","timeLimit":"1","timeLimitType":"minutes","countLimit":0,"blockSize":0,"locked":false,"x":580,"y":160,"wires":[["234188ca.d93e68"]]},{"id":"234188ca.d93e68","type":"exec","z":"7ae30b2d.16f864","command":"C:\\xampp\\htdocs\\AnotherMaker\\StreamArray\\scripts\\reddit.cmd","addpay":false,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"Reddit - Humidity","x":790,"y":160,"wires":[[],[],[]]},{"id":"7375ba6f.486314","type":"exec","z":"7ae30b2d.16f864","command":"C:\\progra~2\\Audacity\\audacity.exe","addpay":false,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"Audacity - Sound","x":790,"y":220,"wires":[[],[],[]]},{"id":"6182b420.0a3ddc","type":"throttle","z":"7ae30b2d.16f864","name":"Rate Limit","throttleType":"time","timeLimit":"1","timeLimitType":"minutes","countLimit":0,"blockSize":0,"locked":false,"x":580,"y":220,"wires":[["7375ba6f.486314"]]},{"id":"5a90ed2a.474e54","type":"debug","z":"7ae30b2d.16f864","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":130,"y":120,"wires":[]},{"id":"26e28567.ed85ea","type":"throttle","z":"7ae30b2d.16f864","name":"Rate Limit","throttleType":"time","timeLimit":"1","timeLimitType":"minutes","countLimit":0,"blockSize":0,"locked":false,"x":580,"y":280,"wires":[["702d00dc.d5676"]]},{"id":"702d00dc.d5676","type":"exec","z":"7ae30b2d.16f864","command":"C:\\xampp\\htdocs\\AnotherMaker\\StreamArray\\scripts\\subscribe.cmd","addpay":false,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"AnotherMaker - Fire","x":800,"y":280,"wires":[[],[],[]]},{"id":"217690d3.7dc57","type":"throttle","z":"7ae30b2d.16f864","name":"Rate Limit","throttleType":"time","timeLimit":"1","timeLimitType":"minutes","countLimit":0,"blockSize":0,"locked":false,"x":580,"y":100,"wires":[["484422c6.e38d3c"]]},{"id":"484422c6.e38d3c","type":"exec","z":"7ae30b2d.16f864","command":"wscript C:\\xampp\\htdocs\\AnotherMaker\\StreamArray\\scripts\\dangerous.vbs","addpay":false,"append":"","useSpawn":"true","timer":"","oldrc":false,"name":"Dangerous VB Script","x":800,"y":100,"wires":[[],[],[]]},{"id":"d6a8ed6d.f1c2d","type":"Message Counter","z":"7ae30b2d.16f864","name":"Look for continuious motion","units":"seconds","interval":"10","alignToClock":true,"generator":"internal","x":480,"y":400,"wires":[["8aa6119.bf0edf"],[]]},{"id":"8aa6119.bf0edf","type":"switch","z":"7ae30b2d.16f864","name":"Count Fidgets","property":"payload","propertyType":"msg","rules":[{"t":"gt","v":"3","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":740,"y":400,"wires":[["d17940cf.83312"]]},{"id":"d17940cf.83312","type":"exec","z":"7ae30b2d.16f864","command":"C:\\xampp\\htdocs\\AnotherMaker\\StreamArray\\scripts\\fidget.cmd","addpay":false,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"Reddit - Humidity","x":930,"y":400,"wires":[[],[],[]]},{"id":"4575f7e7.e78a78","type":"inject","z":"7ae30b2d.16f864","name":"","topic":"","payload":"photo=true","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":120,"y":400,"wires":[["a378b612.061f18"]]},{"id":"fa741a39.48e488","type":"throttle","z":"7ae30b2d.16f864","name":"Rate Limit","throttleType":"time","timeLimit":"1","timeLimitType":"minutes","countLimit":0,"blockSize":0,"locked":false,"x":580,"y":340,"wires":[["27fcca.3fbfc336"]]},{"id":"27fcca.3fbfc336","type":"exec","z":"7ae30b2d.16f864","command":"mspaint.exe","addpay":false,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"MS Paint - Photocell","x":800,"y":340,"wires":[[],[],[]]},{"id":"bb06798a.540668","type":"serial-port","z":"","serialport":"COM37","serialbaud":"9600","databits":"8","parity":"none","stopbits":"1","waitfor":"","newline":"\\n","bin":"false","out":"char","addchar":"","responsetimeout":"10000"}] ================================================ FILE: StreamArray/scripts/dangerous.vbs ================================================ Dim message, sapi message=InputBox("What do you want me to say?","Speak to Me") Set sapi=CreateObject("sapi.spvoice") sapi.Speak message ================================================ FILE: StreamArray/scripts/fidget.cmd ================================================ start chrome "https://amzn.to/2DbwW5L" ================================================ FILE: StreamArray/scripts/open_close_cd.vbs ================================================ Set oWMP = CreateObject("WMPlayer.OCX.7") Set colCDROMs = oWMP.cdromCollection do if colCDROMs.Count >= 1 then For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next End If wscript.sleep 5000 loop ================================================ FILE: StreamArray/scripts/reddit.cmd ================================================ start chrome "https://www.reddit.com/r/politics" ================================================ FILE: StreamArray/scripts/subscribe.cmd ================================================ start chrome "https://www.youtube.com/AnotherMaker?sub_confirmation=1." ================================================ FILE: StreamArray/simple_version/node-red.json ================================================ [{"id":"c6a69a12.f92768","type":"tab","label":"Flow 6","disabled":false,"info":""},{"id":"c09073ba.a5022","type":"serial in","z":"c6a69a12.f92768","name":"","serial":"8a1b1313.ec6c1","x":180,"y":140,"wires":[["c3d389ce.f94e08"]]},{"id":"f6cf6928.d2f2f8","type":"debug","z":"c6a69a12.f92768","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":770,"y":380,"wires":[]},{"id":"c3d389ce.f94e08","type":"switch","z":"c6a69a12.f92768","name":"","property":"payload","propertyType":"msg","rules":[{"t":"cont","v":"blue=true","vt":"str"},{"t":"cont","v":"white=true","vt":"str"},{"t":"cont","v":"yellow=true","vt":"str"}],"checkall":"true","repair":false,"outputs":3,"x":370,"y":140,"wires":[["ab8a83ab.f216"],["754876d7.2b5078"],["51d1577a.ad9038"]]},{"id":"ab8a83ab.f216","type":"throttle","z":"c6a69a12.f92768","name":"","throttleType":"time","timeLimit":"5","timeLimitType":"seconds","countLimit":0,"blockSize":0,"locked":false,"x":550,"y":140,"wires":[["33620929.ce0516"]]},{"id":"33620929.ce0516","type":"exec","z":"c6a69a12.f92768","command":"calc.exe","addpay":true,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"","x":740,"y":140,"wires":[[],[],[]]},{"id":"754876d7.2b5078","type":"throttle","z":"c6a69a12.f92768","name":"","throttleType":"time","timeLimit":"5","timeLimitType":"seconds","countLimit":0,"blockSize":0,"locked":false,"x":550,"y":200,"wires":[["cf6b04cd.a88778"]]},{"id":"cf6b04cd.a88778","type":"exec","z":"c6a69a12.f92768","command":"C:\\xampp\\htdocs\\AnotherMaker\\StreamArray\\scripts\\subscribe.cmd","addpay":true,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"Sub to AnotherMaker","x":780,"y":200,"wires":[[],[],[]]},{"id":"51d1577a.ad9038","type":"throttle","z":"c6a69a12.f92768","name":"","throttleType":"time","timeLimit":"5","timeLimitType":"seconds","countLimit":0,"blockSize":0,"locked":false,"x":550,"y":260,"wires":[["3ffc335a.b3a98c"]]},{"id":"3ffc335a.b3a98c","type":"exec","z":"c6a69a12.f92768","command":"wscript C:\\xampp\\htdocs\\AnotherMaker\\StreamArray\\scripts\\dangerous.vbs","addpay":true,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"Dangerous VB Script","x":780,"y":260,"wires":[[],[],[]]},{"id":"8a1b1313.ec6c1","type":"serial-port","z":"","serialport":"COM28","serialbaud":"9600","databits":"8","parity":"none","stopbits":"1","waitfor":"","newline":"\\n","bin":"false","out":"char","addchar":"","responsetimeout":"10000"}] ================================================ FILE: StreamArray/simple_version/streaming_deck_arduino.ino ================================================ // https://youtube.com/AnotherMaker // Stream(ing) Deck simplified demo //buttons are wired with one side of the button going to the //digital pin and the other side going to ground int blue = 5; //As in Digital Pin 5 int white = 6; int yellow = 7; void setup(){ Serial.begin(9600); pinMode(blue, INPUT_PULLUP); pinMode(white, INPUT_PULLUP); pinMode(yellow, INPUT_PULLUP); Serial.println("Arduino has booted"); } void loop(){ if(digitalRead(blue) == LOW){ Serial.println("blue=true"); } if(digitalRead(white) == LOW){ Serial.println("white=true"); } if(digitalRead(yellow) == LOW){ Serial.println("yellow=true"); } } ================================================ FILE: api-calls/apirelay.php ================================================ "https://api.openweathermap.org/data/2.5/forecast?id=5128581&MyAPIKeyHere&units=imperial", CURLOPT_POST => true, CURLOPT_RETURNTRANSFER => true, ); curl_setopt_array($ch, $curlConfig); $result = curl_exec($ch); $result = json_decode($result); $code = $result->cod; if($code == 200){ $msg['temp'] = number_format($result->list[0]->main->temp,2); $msg['humidity'] = $result->list[0]->main->humidity; $msg['weather'] = ucwords($result->list[0]->weather[0]->description); curl_close($ch); echo json_encode($msg); } ================================================ FILE: api-calls/basic-api-call-8266.c ================================================ //https://electrosome.com/calling-api-esp8266/ #include #include #include //v6.11.5 from Library Manager const char* ssid = "YOURssid"; const char* password = "yourPASSWORD"; // Use arduinojson.org/v6/assistant to compute the capacity. DynamicJsonDocument doc(1024); const char* api = "http://192.168.95.8:1880/apiCalls"; //Node-Red // const char* api = "http://192.168.95.148:80/4414/apirelay.php"; //PHP void setup() { Serial.begin(9600); WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) { delay(1000); Serial.println("Connecting..."); } } void loop() { apiCall(); delay(10000); } void apiCall(){ if(WiFi.status()== WL_CONNECTED){ //Check WiFi connection status Serial.println("Trying API"); HTTPClient http; //Declare object of class HTTPClient http.begin(api); //Specify request destination http.addHeader("Content-Type", "text/plain"); //Specify content-type header int httpCode = http.GET(); //if you want GET // int httpCode = http.POST("{\"key\":\"O7KWV-VXKF4-NU5D5-2C2D9-DFEF8\"}"); //If you want POST String payload = http.getString(); Serial.println(payload); deserializeJson(doc, payload); //Get the response payload // Extract values Serial.println(F("Response:")); Serial.print("The weather outside is currently: "); Serial.println(doc["weather"].as()); Serial.print("The temperature is: "); Serial.print(doc["temp"].as(),2); Serial.println(" F"); Serial.print("The humidity is "); Serial.print(doc["humidity"].as()); Serial.println("%"); http.end(); //Close connection }else{ Serial.println("Error in WiFi connection"); } } ================================================ FILE: api-calls/basic-api-call-esp32.c ================================================ #include #include #include // https://github.com/espressif/arduino-esp32/tree/master/libraries/HTTPClient #include //v6.11.5 from Library Manager const char* ssid = "yourSSID"; const char* password = "YOURpassword"; // Use arduinojson.org/v6/assistant to compute the capacity. DynamicJsonDocument doc(1024); const char* api = "http://192.168.95.8:1880/apiCalls"; //Node-Red // const char* api = "http://192.168.95.148:80/4414/apirelay.php"; //PHP void setup() { Serial.begin(9600); Serial.println("Booted"); delay(10); // We start by connecting to a WiFi network Serial.println(); Serial.println(); Serial.print("Connecting to "); Serial.println(ssid); WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); } Serial.println(""); Serial.println("WiFi connected"); Serial.println("IP address: "); Serial.println(WiFi.localIP()); } void loop() { apiCall(); delay(10000); } void apiCall(){ if(WiFi.status()== WL_CONNECTED){ //Check WiFi connection status Serial.println("Trying API"); HTTPClient http; //Declare object of class HTTPClient http.begin(api); //Specify request destination http.addHeader("Content-Type", "text/plain"); //Specify content-type header int httpCode = http.GET(); //if you want GET // int httpCode = http.POST("{\"key\":\"O7KWV-VXKF4-NU5D5-2C2D9-DFEF8\"}"); //If you want POST String payload = http.getString(); Serial.println(payload); deserializeJson(doc, payload); //Get the response payload // Extract values Serial.println(F("Response:")); Serial.print("The weather outside is currently: "); Serial.println(doc["weather"].as()); Serial.print("The temperature is: "); Serial.print(doc["temp"].as(),2); Serial.println(" F"); Serial.print("The humidity is "); Serial.print(doc["humidity"].as()); Serial.println("%"); http.end(); //Close connection }else{ Serial.println("Error in WiFi connection"); } } ================================================ FILE: api-calls/basic_api_call_uno.c ================================================ #include #include #include //v6.11.5 from Library Manager // //Node-Red API Relay const int port = 1880; const char* server = "192.168.95.8"; const char* api = "GET /apiCalls HTTP/1.0"; // // PHP API Relay // //note the 4414 is there because my php file is in c:\xampp\htdocs\4414 // const int port = 80; // const char* server = "192.168.95.148"; // const char* api = "GET /4414/apirelay.php HTTP/1.0"; EthernetClient client; void setup() { // Initialize Serial port Serial.begin(9600); while (!Serial) continue; // Initialize Ethernet library byte mac[] = {0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED}; if (!Ethernet.begin(mac)) { Serial.println(F("Failed to configure Ethernet")); return; } delay(1000); Serial.println(F("Connecting...")); } void loop() { apiCall(); delay(10000); } void apiCall(){ if (!client.connect(server, port)) { Serial.println(F("Connection failed")); return; } Serial.println(F("Connected!")); // Send HTTP request client.println(api); client.println(F("Host: test.org")); client.println(F("Connection: close")); if (client.println() == 0) { Serial.println(F("Failed to send request")); return; } // Check HTTP status char status[32] = {0}; client.readBytesUntil('\r', status, sizeof(status)); if (strcmp(status, "HTTP/1.1 200 OK") != 0) { Serial.print(F("Unexpected response: ")); Serial.println(status); return; } // Skip HTTP headers char endOfHeaders[] = "\r\n\r\n"; if (!client.find(endOfHeaders)) { Serial.println(F("Invalid response")); return; } // Allocate the JSON document // Use arduinojson.org/v6/assistant to compute the capacity. const size_t capacity = JSON_OBJECT_SIZE(3) + JSON_ARRAY_SIZE(2) + 60; DynamicJsonDocument doc(capacity); // Parse JSON object DeserializationError error = deserializeJson(doc, client); if (error) { Serial.print(F("deserializeJson() failed: ")); Serial.println(error.c_str()); return; } // Extract values Serial.println(F("Response:")); Serial.print("The weather outside is currently: "); Serial.println(doc["weather"].as()); Serial.print("The temperature is: "); Serial.print(doc["temp"].as(),2); Serial.println(" F"); Serial.print("The humidity is "); Serial.print(doc["humidity"].as()); Serial.println("%"); // Disconnect client.stop(); } ================================================ FILE: api-calls/nr-relay.json ================================================ [{"id":"6c691f7e.493ed","type":"http request","z":"a07a4fc2.1d4ae","name":"","method":"POST","ret":"obj","url":"https://api.openweathermap.org/data/2.5/forecast?id=5128581&APPID=YOURkeyHERE&units=imperial","tls":"","x":370,"y":80,"wires":[["c14c91a9.8e4fb"]]},{"id":"8f892324.a5987","type":"debug","z":"a07a4fc2.1d4ae","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":1170,"y":80,"wires":[]},{"id":"c14c91a9.8e4fb","type":"function","z":"a07a4fc2.1d4ae","name":"","func":"var merge = function(objects) {\n var out = {};\n\n for (var i = 0; i < objects.length; i++) {\n for (var p in objects[i]) {\n out[p] = objects[i][p];\n }\n }\n\n return out;\n}\n\nvar flatten = function(obj, name, stem) {\n var out = {};\n var newStem = (typeof stem !== 'undefined' && stem !== '') ? stem + '_' + name : name;\n\n if (typeof obj !== 'object') {\n out[newStem] = obj;\n return out;\n }\n\n for (var p in obj) {\n var prop = flatten(obj[p], p, newStem);\n out = merge([out, prop]);\n }\n\n return out;\n};\nvar data = flatten(msg.payload);\nvar code = {};\ncode.temp = data.list_0_main_temp;\ncode.weather = data.list_0_weather_0_description;\ncode.humidity = data.list_1_main_humidity;\nmsg.payload = JSON.stringify(code);\n// msg.payload = data;\n\nreturn msg;","outputs":1,"noerr":0,"x":610,"y":80,"wires":[["8f892324.a5987","72cdb26f.cfcefc"]]},{"id":"65f5b5dc.97cb6c","type":"http in","z":"a07a4fc2.1d4ae","name":"","url":"/apiCalls","method":"get","upload":false,"swaggerDoc":"","x":150,"y":80,"wires":[["6c691f7e.493ed"]]},{"id":"72cdb26f.cfcefc","type":"http response","z":"a07a4fc2.1d4ae","name":"","statusCode":"200","headers":{},"x":920,"y":160,"wires":[]},{"id":"1fd5387c.0c28c8","type":"inject","z":"a07a4fc2.1d4ae","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":160,"y":140,"wires":[["6c691f7e.493ed"]]}] ================================================ FILE: arduino-dmx ================================================ ================================================ FILE: arduino-eeprom-torture/test_read.ino ================================================ //This just reads the rom one time to see if you got what appears to be valid data. //if you cut the power mid cycle on a torture test, you should get a combo of ones and 0s. //Otherwise, you will get all the same. //Just checking to make sure my results seem valid #include //for loop int a = 1; int b = 1; int read = 0; // a place to store our read void setup(){ Serial.begin(9600); } void loop(){ while(a == b){ for (int i = 0; i < 255; i++){ read = EEPROM.read(i); //address Serial.println(read); } b = 0; } } ================================================ FILE: arduino-eeprom-torture/torture-fast.ino ================================================ #include //for loop int a = 1; int b = 1; int read = 0; // a place to store our read int step = 0; // either 0 or 1 unsigned long counter = 0; void setup() { Serial.begin(9600); Serial.println("Booted"); delay(5000); //for drama } void loop(){ while(a == b){ //until it fails //speed things up by cutting doing 1/128th of the writing for (int i = 0; i < 2; i++){ EEPROM.write(i, step); //address, value } //read it back and make sure you're getting the right value for (int i = 0; i < 2; i++){ read = EEPROM.read(i); //address if(read != step){ Serial.println("FAIIIIIIIIIIIIIIIIIIIIIL"); b = 0; //kill the loop } } if(step == 0){ step = 1; }else{ step = 0; } counter++; Serial.print("Round "); Serial.print(counter); Serial.print(" successful - Step "); Serial.println(step); // //do a test run of just a few times time // if(counter >= 7){ // b = 8; // } } } ================================================ FILE: arduino-eeprom-torture/torture.ino ================================================ #include //for loop int a = 1; int b = 1; int read = 0; // a place to store our read int step = 0; // either 0 or 1 unsigned long counter = 0; void setup() { Serial.begin(9600); Serial.println("Booted"); delay(5000); //for drama } void loop(){ while(a == b){ //until it fails //write 256 to the eeprom for (int i = 0; i <= 255; i++){ EEPROM.write(i, step); //address, value } //read it back and make sure you're getting the right value for (int i = 0; i <= 255; i++){ read = EEPROM.read(i); //address if(read != step){ Serial.println("FAIIIIIIIIIIIIIIIIIIIIIL"); b = 0; //kill the loop } } if(step == 0){ step = 1; }else{ step = 0; } counter++; Serial.print("Round "); Serial.print(counter); Serial.print(" successful - Step "); Serial.println(step); // //do a test run of just a few times time // if(counter >= 7){ // b = 8; // } } } ================================================ FILE: arduino-lidar-tf-luna/arduino-lidar-tf-mini.ino ================================================ /* Arduino TF Luna LIDAR sensor Uses the LiquidCrystal library and the TFMPlus library by Bud Ryerson Both available in the Arduino IDE Be sure to copy the printf.h file into your sketch directory after saving, but before uploading This sketch is currently designed to go on an arduino board with multiple serial interfaces such as the Mega When looking at the lenses of the TF-Luna (Left being pin 1, right being Pin 6) 1-VCC 2-Mega Pin 18 3-Mega Pin 17 4-Ground 5/6 - Not connected You could probably convert this sketch to work with an uno by using the software serial library, but I have not tested that. Most of the comments below are from the TFMPlus library by Bud except those pertaining to the LCD * Developer: Bud Ryerson * Inception: 29JAN2019 * Last work: 10SEP2021 * Description: Arduino sketch to test the Benewake TFMini Plus * time-of-flight Lidar ranging sensor using the TFMPlus Library. * Default settings for the TFMini Plus are a 115200 serial baud rate * and a 100Hz measurement frame rate. The device will begin returning * measurement data right away: * Distance in centimeters, * Signal strength in arbitrary units, * and an encoded number for Temperature in degrees centigrade. * Use the 'sendCommand()' to send commands and return a status code. * Commands are selected from the library's list of defined commands. * Parameters can be entered directly (115200, 250, etc) but for * safety, they should be chosen from the library's defined lists. */ #include #include // Include TFMini Plus Library v1.5.0 TFMPlus tfmP; // Create a TFMini Plus object #include "printf.h" // Modified to support Intel based Arduino // devices such as the Galileo. Download from: // https://github.com/spaniakos/AES/blob/master/printf.h // The Software Serial library is an alternative for devices that // have only one hardware serial port. Delete the comment slashes // on lines 37 and 38 to invoke the library, and be sure to choose // the correct RX and TX pins: pins 10 and 11 in this example. Then // in the 'setup' section, change the name of the hardware 'Serial2' // port to match the name of your software serial port, such as: // 'mySerial.begin(115200); etc. //#include //SoftwareSerial mySerial( 10, 11); const int pin_RS = 8; const int pin_EN = 9; const int pin_d4 = 4; const int pin_d5 = 5; const int pin_d6 = 6; const int pin_d7 = 7; const int pin_BL = 10; LiquidCrystal lcd( pin_RS, pin_EN, pin_d4, pin_d5, pin_d6, pin_d7); int16_t tfDist = 0; // Distance to object in centimeters int16_t tfFlux = 0; // Strength or quality of return signal int16_t tfTemp = 0; // Internal temperature of Lidar sensor chip int counter = 0; char dist[11]; void setup() { Serial.begin(115200); lcd.begin(16, 2); lcd.setCursor(0,0); lcd.print("Device"); lcd.setCursor(0,1); lcd.print("Booted"); delay(20); // Give port time to initalize printf_begin(); // Initialize printf. printf("\r\nTFMPlus Library Example - 10SEP2021\r\n"); // say 'hello' Serial2.begin( 115200); // Initialize TFMPLus device serial port. delay(20); // Give port time to initalize tfmP.begin( &Serial2); // Initialize device library object and... // pass device serial port to the object. // Send some example commands to the TFMini-Plus // - - Perform a system reset - - - - - - - - - - - printf( "Soft reset: "); if( tfmP.sendCommand( SOFT_RESET, 0)) { printf( "passed.\r\n"); } else tfmP.printReply(); delay(500); // added to allow the System Rest enough time to complete // - - Display the firmware version - - - - - - - - - printf( "Firmware version: "); if( tfmP.sendCommand( GET_FIRMWARE_VERSION, 0)) { printf( "%1u.", tfmP.version[ 0]); // print three single numbers printf( "%1u.", tfmP.version[ 1]); // each separated by a dot printf( "%1u\r\n", tfmP.version[ 2]); } else tfmP.printReply(); // - - Set the data frame-rate to 20Hz - - - - - - - - printf( "Data-Frame rate: "); if( tfmP.sendCommand( SET_FRAME_RATE, FRAME_20)) { printf( "%2uHz.\r\n", FRAME_20); } else tfmP.printReply(); delay(2000); lcd.clear(); lcd.setCursor(0,0); lcd.print("Distance"); lcd.setCursor(0,1); lcd.print("0000cm"); } void loop() { delay(20); // Loop delay to match the 20Hz data frame rate counter++; if( tfmP.getData( tfDist, tfFlux, tfTemp)) // Get data from the device. { printf( "Dist:%04icm ", tfDist); // display distance, printf( "Flux:%05i ", tfFlux); // display signal strength/quality, printf( "Temp:%2i%s", tfTemp, "C"); // display temperature, printf( "\r\n"); // end-of-line. if(counter >= 10){ sprintf (dist, "%04i", tfDist); lcd.setCursor(0,1); lcd.print(dist); counter=0; } } else // If the command fails... { tfmP.printFrame(); // display the error and HEX dataa } } ================================================ FILE: arduino-lidar-tf-luna/arduino-ultrasonic.ino ================================================ // ---------------------------------------------------------------- // // Arduino Ultrasoninc Sensor HC-SR04 // Re-writed by Arbi Abdul Jabbaar // Using Arduino IDE 1.8.7 // Using HC-SR04 Module // Tested on 17 September 2019 // ---------------------------------------------------------------- // #include #define echoPin 18 // attach pin D18 Arduino to pin Echo of HC-SR04 #define trigPin 19 //attach pin D19 Arduino to pin Trig of HC-SR04 const int pin_RS = 8; const int pin_EN = 9; const int pin_d4 = 4; const int pin_d5 = 5; const int pin_d6 = 6; const int pin_d7 = 7; const int pin_BL = 10; LiquidCrystal lcd( pin_RS, pin_EN, pin_d4, pin_d5, pin_d6, pin_d7); // defines variables long duration; // variable for the duration of sound wave travel int distance; // variable for the distance measurement char dist[11]; void setup() { pinMode(trigPin, OUTPUT); // Sets the trigPin as an OUTPUT pinMode(echoPin, INPUT); // Sets the echoPin as an INPUT Serial.begin(115200); // // Serial Communication is starting with 9600 of baudrate speed lcd.begin(16, 2); lcd.setCursor(0,0); lcd.print("Device"); lcd.setCursor(0,1); lcd.print("Booted"); delay(2000); lcd.clear(); lcd.setCursor(0,0); lcd.print("Distance (cm)"); lcd.setCursor(0,1); lcd.print("0cm"); } void loop() { // Clears the trigPin condition digitalWrite(trigPin, LOW); delayMicroseconds(2); // Sets the trigPin HIGH (ACTIVE) for 10 microseconds digitalWrite(trigPin, HIGH); delayMicroseconds(10); digitalWrite(trigPin, LOW); // Reads the echoPin, returns the sound wave travel time in microseconds duration = pulseIn(echoPin, HIGH); // Calculating the distance distance = duration * 0.034 / 2; // Speed of sound wave divided by 2 (go and back) // Displays the distance on the Serial Monitor Serial.print("Distance: "); Serial.print(distance); Serial.println(" cm"); sprintf (dist, "%04i", distance); lcd.setCursor(0,1); lcd.print(dist); } ================================================ FILE: arduino-lidar-tf-luna/printf.h ================================================ /* Copyright (C) 2011 J. Coliz This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. */ /* Galileo support from spaniakos */ /** * @file printf.h * * Setup necessary to direct stdout to the Arduino Serial library, which * enables 'printf' */ #ifndef __PRINTF_H__ #define __PRINTF_H__ #if defined (ARDUINO) && !defined (__arm__) && !defined(__ARDUINO_X86__) int serial_putc( char c, FILE * ) { Serial.write( c ); return c; } void printf_begin(void) { fdevopen( &serial_putc, 0 ); } #elif defined (__arm__) void printf_begin(void){} #elif defined(__ARDUINO_X86__) int serial_putc( char c, FILE * ) { Serial.write( c ); return c; } void printf_begin(void) { //For reddirect stdout to /dev/ttyGS0 (Serial Monitor port) stdout = freopen("/dev/ttyGS0","w",stdout); delay(500); printf("redirecting to Serial..."); // ----------------------------------------------------------- } #else #error This example is only for use on Arduino. #endif // ARDUINO #endif // __PRINTF_H__ ================================================ FILE: arduino-powered-cash-reader/cash-reader-with-lcd.c ================================================ #include const int pin_RS = 8; const int pin_EN = 9; const int pin_d4 = 4; const int pin_d5 = 5; const int pin_d6 = 6; const int pin_d7 = 7; const int pin_BL = 10; LiquidCrystal lcd( pin_RS, pin_EN, pin_d4, pin_d5, pin_d6, pin_d7); const int cash = 15; //connect blue wire to pin 15, purple to ground int pulse; int dollars = 0; int counter = 0; void setup() { Serial.begin(115200); pinMode(cash, INPUT_PULLUP); Serial.println("Cash machine booted"); lcd.begin(16, 2); lcd.setCursor(0,0); lcd.print("Booted"); delay(1000); } void loop() { lcd.setCursor(0,0); lcd.print("Ready! "); pulse = digitalRead(cash); if(pulse == 0){ counter++; if(counter > 8000){ lcd.setCursor(0,0); lcd.print("Bill Accepted!"); dollars = dollars + 1; lcd.setCursor(0,1); lcd.print("$"); lcd.print(dollars); lcd.print(" total"); delay(1000); counter = 0; } } if(pulse == 1 && counter > 0){ Serial.println(counter); counter = 0; } } ================================================ FILE: arduino-receipt-printer/notes.txt ================================================ Commands: 27 64 - init 27 105 - cut 27 97 xxx - justification 27 77 xxx - font 29 66 xxx - color 27 71 xxx - bold 29 33 xxx - size 27 100 xxx - feed 29 40 75 2 0 50 xxx - speed Command Notes: http://download.delfi.com/SupportDL/Epson/Manuals/TM-T88IV/Programming%20manual%20APG_1005_receipt.pdf Starter Code //https://www.youtube.com/watch?v=yNPC8QJPuZ4&feature=youtu.be void setup() { Serial.begin(9600); delay(1000); int delTime=0; // delay between each instruction begin(); //reset all settings justification(0); //left side Serial.println("Arduino"); delay(delTime); justification(1); //middle size(2); //big text Serial.println("TEST V 0.2"); delay(delTime); size(0); //small text justification(0); //left side color(1); //white text Serial.println(" White text "); delay(delTime); color(0); //black text Serial.println("Hello world!!!!!"); delay(delTime); feed(1); //print 1 line below Serial.println("Thermal Printer TEST"); delay(delTime); feed(1); //print 1 line below justification(1); Serial.println("SIMPLE THERMAL PRINTER"); delay(delTime); feed(1); //print 1 line below Serial.println("CONNECTED TO ARDUINO"); delay(delTime); feed(1); //print 1 line below Serial.println("very very very long text in this line......"); delay(delTime); feed(1); //print 1 line below Serial.println("very very very long text in this line again"); delay(delTime); feed(1); //print 1 line below Serial.println("Printing complete!"); cut(); //cut the paper } void loop() { } void begin() { Serial.write(27); Serial.write(64); Serial.write(10); } void justification(int just) { Serial.write(27); Serial.write(97); Serial.write(just); Serial.write(10); } void feed(int lines) { Serial.write(27); Serial.write(100); Serial.write(lines); Serial.write(10); } void cut() { feed(3); Serial.write(27); Serial.write(105); Serial.write(10); } void color(bool col) { Serial.write(29); Serial.write(66); Serial.write(col); Serial.write(10); } void size(int siz) { Serial.write(29); Serial.write(33); Serial.write(siz); Serial.write(10); } ================================================ FILE: arduno-barcode/01-Initial-hackery.ino ================================================ #include #include // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include #endif #include class KbdRptParser : public KeyboardReportParser { void PrintKey(uint8_t mod, uint8_t key); protected: void OnControlKeysChanged(uint8_t before, uint8_t after); void OnKeyDown (uint8_t mod, uint8_t key); void OnKeyUp (uint8_t mod, uint8_t key); void OnKeyPressed(uint8_t key); }; void KbdRptParser::PrintKey(uint8_t m, uint8_t key) { MODIFIERKEYS mod; *((uint8_t*)&mod) = m; //if you'd rather have hex PrintHex(key, 0x80); }; void KbdRptParser::OnKeyDown(uint8_t mod, uint8_t key) { // Serial.print("DN "); PrintKey(mod, key); uint8_t c = OemToAscii(mod, key); if (c) OnKeyPressed(c); } void KbdRptParser::OnControlKeysChanged(uint8_t before, uint8_t after) { MODIFIERKEYS beforeMod; } void KbdRptParser::OnKeyUp(uint8_t mod, uint8_t key) { } void KbdRptParser::OnKeyPressed(uint8_t key) { //If you'd rather have ASCII // Serial.println((char)key); }; USB Usb; //USBHub Hub(&Usb); HIDBoot HidKeyboard(&Usb); KbdRptParser Prs; void setup() { Serial.begin( 115200 ); #if !defined(__MIPSEL__) while (!Serial); // Wait for serial port to connect - used on Leonardo, Teensy and other boards with built-in USB CDC serial connection #endif Serial.println("Start"); if (Usb.Init() == -1) Serial.println("OSC did not start."); delay( 200 ); HidKeyboard.SetReportParser(0, &Prs); } void loop() { Usb.Task(); } ================================================ FILE: arduno-barcode/02-splitting-barcodes.ino ================================================ #include #include // Satisfy the IDE, which needs to see the include statment in the ino too. #ifdef dobogusinclude #include #endif #include class KbdRptParser : public KeyboardReportParser { void PrintKey(uint8_t mod, uint8_t key); protected: void OnControlKeysChanged(uint8_t before, uint8_t after); void OnKeyDown (uint8_t mod, uint8_t key); void OnKeyUp (uint8_t mod, uint8_t key); void OnKeyPressed(uint8_t key); }; void KbdRptParser::PrintKey(uint8_t m, uint8_t key) { MODIFIERKEYS mod; *((uint8_t*)&mod) = m; //if you'd rather have hex // PrintHex(key, 0x80); }; void KbdRptParser::OnKeyDown(uint8_t mod, uint8_t key) { // Serial.print("DN "); PrintKey(mod, key); uint8_t c = OemToAscii(mod, key); if (c) OnKeyPressed(c); } void KbdRptParser::OnControlKeysChanged(uint8_t before, uint8_t after) { MODIFIERKEYS beforeMod; } void KbdRptParser::OnKeyUp(uint8_t mod, uint8_t key) { } void KbdRptParser::OnKeyPressed(uint8_t key) { //If you'd rather have ASCII if(key != 13){ Serial.print((char)key); }else{ Serial.println(""); } }; USB Usb; //USBHub Hub(&Usb); HIDBoot HidKeyboard(&Usb); KbdRptParser Prs; void setup() { Serial.begin( 115200 ); #if !defined(__MIPSEL__) while (!Serial); // Wait for serial port to connect - used on Leonardo, Teensy and other boards with built-in USB CDC serial connection #endif Serial.println("Start"); if (Usb.Init() == -1) Serial.println("OSC did not start."); delay( 200 ); HidKeyboard.SetReportParser(0, &Prs); } void loop() { Usb.Task(); } ================================================ FILE: big-game/big-game-new-tv-arduino-nano.ino ================================================ //Another Maker //AnotherMaker.com //Youtube.com/AnotherMaker //The loop is just an example. Do whatever you think //is fun. Use it as an experiment to play with randomness //and maybe convert it to a switch statement. //You will need the IR Remote Library from the Arduino IDE #include int rn = 0; IRsend irsend; void setup() { Serial.begin(115200); Serial.println("Your KEY to a new TV (c) 2021 AnotherMaker"); } void loop() { rn = random(0,6); if(rn == 0){ irsend.sendNEC(0x20DFC03F, 32); Serial.println("volume down"); }else if(rn == 1){ irsend.sendNEC(0x20DF40BF, 32); Serial.println("volume up"); }else if(rn == 2){ irsend.sendNEC(0x20DF00FF, 32); Serial.println("channel up"); }else if(rn == 3){ irsend.sendNEC(0xFFFFFFFF, 32); Serial.println("channel down"); }else if(rn == 4){ irsend.sendNEC(0x20DF906F, 32); Serial.println("mute"); }else if(rn == 5){ irsend.sendNEC(0x20DFF40B, 32); Serial.println("input"); } delay(random(1000,3000)); } ================================================ FILE: big-game/big-game-new-tv-wemos-d1.ino ================================================ //Another Maker //AnotherMaker.com //Youtube.com/AnotherMaker //The loop is just an example. Do whatever you think //is fun. Use it as an experiment to play with randomness //and maybe convert it to a switch statement. //You will need the IRremoteESP8266 Library from the Arduino IDE #include #include #include //Pin Definitions const uint16_t kIrLed = 4; // ESP8266 GPIO pin D2 const int connected = LED_BUILTIN; //D4,GPIO2 IRsend irsend(kIrLed); // Set the GPIO to be used to sending the message. int rn = 0; void setup() { irsend.begin(); Serial.begin(115200); pinMode(connected,OUTPUT); digitalWrite(connected,HIGH); Serial.println("Your KEY to a new TV (c) 2021 AnotherMaker"); } void loop() { rn = random(0,6); if(rn == 0){ irsend.sendNEC(0x20DFC03F, 32); Serial.println("volume down"); }else if(rn == 1){ irsend.sendNEC(0x20DF40BF, 32); Serial.println("volume up"); }else if(rn == 2){ irsend.sendNEC(0x20DF00FF, 32); Serial.println("channel up"); }else if(rn == 3){ irsend.sendNEC(0xFFFFFFFF, 32); Serial.println("channel down"); }else if(rn == 4){ irsend.sendNEC(0x20DF906F, 32); Serial.println("mute"); }else if(rn == 5){ irsend.sendNEC(0x20DFF40B, 32); Serial.println("input"); } delay(random(1000,3000)); } ================================================ FILE: big-game/ir_remote_codes.txt ================================================ upvol 20DF40BF downvol 20DFC03F power 20DF10EF chup 0x20DF00FF chdown 0xFFFFFFFF mute 0x20DF906F input 0x20DFF40B ================================================ FILE: blink-without-delay/1-Blink.c ================================================ int red = 2; void setup() { pinMode(red, OUTPUT); } // the loop function runs over and over again forever void loop() { digitalWrite(red, HIGH); // turn the LED on (HIGH is the voltage level) delay(1000); // wait for a second digitalWrite(red, LOW); // turn the LED off by making the voltage LOW delay(1000); // wait for a second } ================================================ FILE: blink-without-delay/2-blink-all.c ================================================ int red = 2; int blue = 3; int green = 4; void setup() { pinMode(red, OUTPUT); pinMode(blue, OUTPUT); pinMode(green, OUTPUT); } void loop() { digitalWrite(red, HIGH); digitalWrite(blue, HIGH); digitalWrite(green, HIGH); delay(1000); digitalWrite(red, LOW); digitalWrite(blue, LOW); digitalWrite(green, LOW); delay(1000); } ================================================ FILE: blink-without-delay/3-millis.c ================================================ unsigned long currentMillis = 0; void setup() { Serial.begin(9600); } void loop() { currentMillis = millis(); Serial.print("Current Millis: "); Serial.println(currentMillis); delay(5000); } ================================================ FILE: blink-without-delay/4-Blink-1-no-delay.c ================================================ int red = 2; int intervalRed = 1000; //how long to delay in millis unsigned long previousRed = 0; int redState = LOW; void setup() { Serial.begin(9600); pinMode(red, OUTPUT); } void loop() { unsigned long currentMillis = millis(); if(currentMillis - previousRed >= intervalRed){ //save this reading! previousRed = currentMillis; //figure out if you should turn the LED on or off if(redState == LOW){ redState = HIGH; }else{ redState = LOW; } digitalWrite(red,redState); } } ================================================ FILE: blink-without-delay/5-Blink-1-with-comments.c ================================================ int red = 2; int intervalRed = 1000; //how long to delay in millis unsigned long previousRed = 0; int redState = LOW; void setup() { Serial.begin(9600); pinMode(red, OUTPUT); } void loop() { unsigned long currentMillis = millis(); Serial.print("Current Millis: "); Serial.println(currentMillis); Serial.print("Previous Red State Change:"); Serial.println(previousRed); Serial.print("Difference"); Serial.print(currentMillis-previousRed); Serial.println(" ms"); delay(800); if(currentMillis - previousRed >= intervalRed){ Serial.println("Difference is greater than interval. Change state!"); //save this reading! previousRed = currentMillis; //figure out if you should turn the LED on or off if(redState == LOW){ redState = HIGH; }else{ redState = LOW; } digitalWrite(red,redState); } } ================================================ FILE: blink-without-delay/6-Blink-3.c ================================================ int red = 2; int intervalRed = 1000; //how long to delay in millis unsigned long previousRed = 0; int redState = LOW; int blue = 3; int intervalBlue = 2500; //how long to delay in millis unsigned long previousBlue = 0; int blueState = LOW; int green = 4; int intervalGreen = 5000; //how long to delay in millis unsigned long previousGreen = 0; int greenState = LOW; void setup() { Serial.begin(9600); pinMode(red, OUTPUT); pinMode(blue, OUTPUT); pinMode(green, OUTPUT); } void checkRed(){ unsigned long currentMillis = millis(); if(currentMillis - previousRed >= intervalRed){ //save this reading! previousRed = currentMillis; //figure out if you should turn the LED on or off if(redState == LOW){ redState = HIGH; }else{ redState = LOW; } digitalWrite(red,redState); } } void checkGreen(){ unsigned long currentMillis = millis(); if(currentMillis - previousGreen >= intervalGreen){ //save this reading! previousGreen= currentMillis; //figure out if you should turn the LED on or off if(greenState == LOW){ greenState = HIGH; }else{ greenState = LOW; } digitalWrite(green,greenState); } } void checkBlue(){ unsigned long currentMillis = millis(); if(currentMillis - previousBlue >= intervalBlue){ //save this reading! previousBlue= currentMillis; //figure out if you should turn the LED on or off if(blueState == LOW){ blueState = HIGH; }else{ blueState = LOW; } digitalWrite(blue,blueState); } } void loop() { checkRed(); checkGreen(); checkBlue(); } ================================================ FILE: blink-without-delay/7-Blink-Train.c ================================================ //This is in response of how to make these lights have a 1 second interval but 500 ms apart. //There are a lot of ways to do this, but this is a quick and dirty way. //basically what I'm doing is starting the left one a half second earlier and then changing the //interval after the first time it goes through the loop. int left = 2; int intervalLeft = 500; //how long to delay in millis unsigned long previousLeft = 0; int leftState = LOW; int right = 3; int intervalRight = 1000; //how long to delay in millis unsigned long previousRight = 0; int rightState = LOW; void setup() { Serial.begin(9600); pinMode(left, OUTPUT); pinMode(right, OUTPUT); } void checkLeft(){ unsigned long currentMillis = millis(); if(currentMillis - previousLeft >= intervalLeft){ //save this reading! previousLeft = currentMillis; //figure out if you should turn the LED on or off if(leftState == LOW){ leftState = HIGH; intervalLeft = 1000; //fix the offset I created }else{ leftState = LOW; } digitalWrite(left,leftState); } } void checkRight(){ unsigned long currentMillis = millis(); if(currentMillis - previousRight >= intervalRight){ //save this reading! previousRight= currentMillis; //figure out if you should turn the LED on or off if(rightState == LOW){ rightState = HIGH; }else{ rightState = LOW; } digitalWrite(right,rightState); } } void loop() { checkLeft(); checkRight(); } ================================================ FILE: circuit-specialists-variac-data/1000w toaster oven.csv ================================================ NO.,Time,Value 1,00:00.0,120.3V 2,00:00.5,120.3V 3,00:00.9,120.3V 4,00:01.3,120.3V 5,00:01.8,120.3V 6,00:02.2,120.3V 7,00:02.7,120.3V 8,00:03.1,120.3V 9,00:03.5,120.3V 10,00:04.0,120.3V 11,00:04.4,120.3V 12,00:04.9,120.3V 13,00:05.4,120.3V 14,00:05.8,120.3V 15,00:06.2,120.4V 16,00:06.7,120.4V 17,00:07.1,120.3V 18,00:07.6,120.4V 19,00:08.0,120.3V 20,00:08.5,120.4V 21,00:08.9,120.4V 22,00:09.4,120.4V 23,00:09.8,120.4V 24,00:10.3,120.4V 25,00:10.7,120.3V 26,00:11.2,120.3V 27,00:11.7,120.3V 28,00:12.1,120.3V 29,00:12.5,120.3V 30,00:13.0,120.3V 31,00:13.4,120.3V 32,00:13.8,120.4V 33,00:14.3,120.4V 34,00:14.7,120.4V 35,00:15.2,120.4V 36,00:15.6,120.3V 37,00:16.1,120.3V 38,00:16.5,120.4V 39,00:17.0,120.4V 40,00:17.4,120.4V 41,00:17.9,120.4V 42,00:18.3,120.4V 43,00:18.7,120.5V 44,00:19.2,120.4V 45,00:19.6,120.4V 46,00:20.1,120.4V 47,00:20.5,120.4V 48,00:21.0,120.4V 49,00:21.4,120.4V 50,00:21.8,120.4V 51,00:22.3,120.4V 52,00:22.8,120.3V 53,00:23.2,120.3V 54,00:23.6,120.3V 55,00:24.1,120.3V 56,00:24.5,120.3V 57,00:25.0,120.3V 58,00:25.4,120.3V 59,00:25.9,120.3V 60,00:26.3,120.3V 61,00:26.8,120.3V 62,00:27.2,120.3V 63,00:27.7,120.3V 64,00:28.1,120.3V 65,00:28.5,120.3V 66,00:29.0,120.4V 67,00:29.4,120.5V 68,00:29.9,120.5V 69,00:30.3,120.5V 70,00:30.8,120.5V 71,00:31.3,120.5V 72,00:31.7,120.4V 73,00:32.1,120.4V 74,00:32.6,120.4V 75,00:33.0,120.4V 76,00:33.5,120.5V 77,00:33.9,120.5V 78,00:34.3,120.4V 79,00:34.8,120.4V 80,00:35.2,120.4V 81,00:35.7,120.4V 82,00:36.1,120.4V 83,00:36.6,120.4V 84,00:37.0,120.4V 85,00:37.5,120.4V 86,00:37.9,120.4V 87,00:38.4,120.4V 88,00:38.8,120.4V 89,00:39.3,120.4V 90,00:39.7,120.4V 91,00:40.2,120.4V 92,00:40.6,120.3V 93,00:41.1,120.4V 94,00:41.5,120.4V 95,00:41.9,120.4V 96,00:42.4,120.4V 97,00:42.8,120.4V 98,00:43.3,120.4V 99,00:43.7,120.4V 100,00:44.2,120.4V 101,00:44.6,120.3V 102,00:45.1,120.3V 103,00:45.5,120.3V 104,00:46.0,120.4V 105,00:46.4,120.4V 106,00:46.8,120.3V 107,00:47.3,120.3V 108,00:47.7,120.3V 109,00:48.2,120.3V 110,00:48.6,120.4V 111,00:49.1,120.3V 112,00:49.5,120.3V 113,00:50.0,120.3V 114,00:50.4,120.4V 115,00:50.9,120.4V 116,00:51.3,120.4V 117,00:51.8,120.4V 118,00:52.2,120.4V 119,00:52.7,120.3V 120,00:53.1,120.4V 121,00:53.5,120.4V 122,00:54.0,120.4V 123,00:54.4,120.4V 124,00:54.9,120.4V 125,00:55.3,120.4V 126,00:55.8,120.4V 127,00:56.2,120.4V 128,00:56.7,120.5V 129,00:57.1,120.4V 130,00:57.6,120.4V 131,00:58.0,120.3V 132,00:58.5,120.4V 133,00:58.9,120.4V 134,00:59.3,120.4V 135,00:59.8,120.4V 136,01:00.2,120.3V 137,01:00.7,120.1V 138,01:01.1,119.9V 139,01:01.6,120V 140,01:02.0,120.1V 141,01:02.5,120.2V 142,01:02.9,120.3V 143,01:03.4,120.4V 144,01:03.8,120.5V 145,01:04.2,120.5V 146,01:04.7,120.3V 147,01:05.1,120.2V 148,01:05.6,120.1V 149,01:06.0,120V 150,01:06.5,120V 151,01:06.9,120.1V 152,01:07.4,120.1V 153,01:07.8,120.2V 154,01:08.3,120.3V 155,01:08.7,120.4V 156,01:09.1,120.5V 157,01:09.6,120.6V 158,01:10.1,120.5V 159,01:10.5,120.6V 160,01:11.0,120.5V 161,01:11.4,120.5V 162,01:11.8,120.4V 163,01:12.3,120.4V 164,01:12.7,120.4V 165,01:13.2,120.4V 166,01:13.6,120.5V 167,01:14.0,120.6V 168,01:14.5,120.6V 169,01:15.0,120.6V 170,01:15.4,120.6V 171,01:15.9,120.5V 172,01:16.3,120.5V 173,01:16.8,120.5V 174,01:17.2,120.3V 175,01:17.7,120.4V 176,01:18.1,120.4V 177,01:18.6,120.5V 178,01:19.0,120.5V 179,01:19.5,120.5V 180,01:19.9,120.5V 181,01:20.3,120.6V 182,01:20.8,120.6V 183,01:21.2,120.6V 184,01:21.7,120.5V 185,01:22.1,120.6V 186,01:22.6,120.5V 187,01:23.0,120.5V 188,01:23.5,120.5V 189,01:23.9,120.5V 190,01:24.3,120.5V 191,01:24.8,120.5V 192,01:25.2,120.5V 193,01:25.7,120.6V 194,01:26.1,120.5V 195,01:26.5,120.5V 196,01:27.0,120.5V 197,01:27.5,120.6V 198,01:27.9,120.5V 199,01:28.4,120.5V 200,01:28.8,120.5V 201,01:29.2,120.5V 202,01:29.7,120.5V 203,01:30.1,120.5V 204,01:30.5,120.6V 205,01:31.0,120.6V 206,01:31.4,120.6V 207,01:31.9,120.6V 208,01:32.3,120.6V 209,01:32.7,120.6V 210,01:33.2,120.6V 211,01:33.6,120.6V 212,01:34.1,120.6V 213,01:34.5,120.6V 214,01:34.9,120.6V 215,01:35.4,120.6V 216,01:35.8,120.6V 217,01:36.3,120.6V 218,01:36.7,120.6V 219,01:37.1,120.6V 220,01:37.6,120.6V 221,01:38.1,120.6V 222,01:38.5,120.6V 223,01:39.0,120.6V 224,01:39.4,120.6V 225,01:39.8,120.6V 226,01:40.3,120.6V 227,01:40.7,120.7V 228,01:41.2,120.7V 229,01:41.6,120.7V 230,01:42.1,120.7V 231,01:42.5,120.6V 232,01:43.0,120.6V 233,01:43.4,120.6V 234,01:43.9,120.6V 235,01:44.3,120.6V 236,01:44.7,120.7V 237,01:45.2,120.7V 238,01:45.6,120.7V 239,01:46.1,120.6V 240,01:46.5,120.6V 241,01:46.9,120.6V 242,01:47.4,120.6V 243,01:47.9,120.6V 244,01:48.3,120.6V 245,01:48.8,124.4V 246,01:49.2,124.4V 247,01:49.6,124.3V 248,01:50.1,124.3V 249,01:50.5,124.3V 250,01:51.0,124.3V 251,01:51.4,124.3V 252,01:51.8,124.3V 253,01:52.3,124.2V 254,01:52.8,124.2V 255,01:53.2,124.2V 256,01:53.6,124.2V 257,01:54.1,124.2V 258,01:54.5,124.2V 259,01:55.0,124.1V 260,01:55.4,124V 261,01:55.8,124V 262,01:56.3,124V 263,01:56.7,124.1V 264,01:57.2,124V 265,01:57.7,124V 266,01:58.1,124V 267,01:58.5,124V 268,01:59.0,124V 269,01:59.4,124.1V 270,01:59.9,124.1V 271,02:00.3,124.1V 272,02:00.7,124.1V 273,02:01.2,124.1V 274,02:01.6,124.1V 275,02:02.1,124V 276,02:02.5,123.9V 277,02:02.9,123.9V 278,02:03.4,124V 279,02:03.9,124.1V 280,02:04.3,124.1V 281,02:04.8,124.1V 282,02:05.2,124V 283,02:05.6,124V 284,02:06.1,124V 285,02:06.5,124.1V 286,02:07.0,124.2V 287,02:07.4,124.2V 288,02:07.8,124.2V 289,02:08.3,124.2V 290,02:08.8,124.1V 291,02:09.2,124.2V 292,02:09.6,124.2V 293,02:10.1,124.1V 294,02:10.5,124.1V 295,02:11.0,124.1V 296,02:11.4,124.1V 297,02:11.8,124.1V 298,02:12.3,124V 299,02:12.7,124V 300,02:13.2,124V 301,02:13.7,124.1V 302,02:14.1,124.1V 303,02:14.5,124.1V 304,02:15.0,124V 305,02:15.4,124V 306,02:15.9,123.9V 307,02:16.3,124V 308,02:16.8,124.1V 309,02:17.2,124.1V 310,02:17.6,124.1V 311,02:18.1,124.2V 312,02:18.6,124.2V 313,02:19.0,124.1V 314,02:19.4,124.1V 315,02:19.9,124.1V 316,02:20.3,124.2V 317,02:20.8,124.2V 318,02:21.2,124.1V 319,02:21.6,124.2V 320,02:22.1,124.2V 321,02:22.5,124.2V 322,02:23.0,124.2V 323,02:23.5,124.2V 324,02:23.9,124.2V 325,02:24.3,124.2V 326,02:24.8,124.2V 327,02:25.2,124.1V 328,02:25.7,124.2V 329,02:26.1,124.2V 330,02:26.5,124.2V 331,02:27.0,124.2V 332,02:27.4,124.2V 333,02:27.8,124.2V 334,02:28.3,124.2V 335,02:28.7,124.3V 336,02:29.2,124.3V 337,02:29.6,124.3V 338,02:30.0,124.3V 339,02:30.5,124.3V 340,02:30.9,124.3V 341,02:31.4,124.3V 342,02:31.9,124.2V 343,02:32.3,124.2V 344,02:32.7,124.2V 345,02:33.2,124.2V 346,02:33.6,124.2V 347,02:34.1,124.2V 348,02:34.5,124.2V 349,02:35.0,123.8V 350,02:35.4,123.6V 351,02:35.8,123.6V 352,02:36.3,123.8V 353,02:36.7,124V 354,02:37.2,124.1V 355,02:37.6,124.1V 356,02:38.1,124.2V 357,02:38.5,124.1V 358,02:38.9,124.1V 359,02:39.4,124.1V 360,02:39.8,124.2V 361,02:40.3,124.1V 362,02:40.7,124.1V 363,02:41.1,124.1V 364,02:41.6,124.1V 365,02:42.0,124.1V 366,02:42.5,124.1V 367,02:42.9,124.1V 368,02:43.3,124.1V 369,02:43.8,124.1V 370,02:44.2,124.1V 371,02:44.7,124.1V 372,02:45.2,124.1V 373,02:45.6,124.1V 374,02:46.0,124.1V 375,02:46.5,124V 376,02:46.9,124V 377,02:47.4,124V 378,02:47.8,124V 379,02:48.3,124V 380,02:48.7,124V 381,02:49.1,124V 382,02:49.6,124V 383,02:50.0,124.1V 384,02:50.5,124.1V 385,02:50.9,124.1V 386,02:51.4,124.1V 387,02:51.8,124.1V 388,02:52.3,124V 389,02:52.7,124V 390,02:53.1,124V 391,02:53.6,124V 392,02:54.0,124V 393,02:54.5,124V 394,02:54.9,124.1V 395,02:55.3,124.1V 396,02:55.8,124.1V 397,02:56.2,124V 398,02:56.7,120.6V 399,02:57.1,2V 400,02:57.6,0.47V 401,02:58.0,0.34V 402,02:58.5,0.34V 403,02:58.9,0.34V 404,02:59.3,0.341V 405,02:59.8,0.341V 406,03:00.2,0.341V 407,03:00.7,0.341V 408,03:01.1,0.341V 409,03:01.5,0.341V 410,03:02.0,0.341V 411,03:02.4,0.341V 412,03:02.9,0.341V 413,03:03.3,0.341V 414,03:03.8,0.341V 415,03:04.3,0.341V 416,03:04.7,0.341V 417,03:05.1,0.341V 418,03:05.6,0.341V 419,03:06.0,0.341V 420,03:06.5,0.341V 421,03:06.9,0.341V 422,03:07.4,0.341V 423,03:07.8,0.341V 424,03:08.3,0.341V 425,03:08.7,0.341V 426,03:09.2,0.341V 427,03:09.6,0.341V 428,03:10.1,0.341V 429,03:10.5,0.341V 430,03:11.0,0.341V 431,03:11.4,0.341V 432,03:11.8,0.341V 433,03:12.3,0.341V 434,03:12.7,0.341V 435,03:13.2,0.341V 436,03:13.6,0.341V 437,03:14.0,0.341V 438,03:14.5,0.341V 439,03:14.9,0.341V 440,03:15.4,0.341V 441,03:15.8,0.341V 442,03:16.3,0.341V 443,03:16.7,0.341V 444,03:17.2,0.341V 445,03:17.6,0.341V 446,03:18.0,0.341V 447,03:18.5,0.341V 448,03:18.9,0.341V 449,03:19.4,0.341V 450,03:19.8,0.341V 451,03:20.3,0.341V 452,03:20.7,0.341V 453,03:21.1,0.341V 454,03:21.6,0.341V 455,03:22.0,0.341V 456,03:22.5,0.341V 457,03:22.9,0.341V 458,03:23.4,0.341V 459,03:23.8,0.341V 460,03:24.2,0.341V 461,03:24.7,0.341V 462,03:25.1,0.341V 463,03:25.6,0.341V 464,03:26.0,0.341V 465,03:26.5,0.341V 466,03:26.9,0.341V 467,03:27.3,0.341V 468,03:27.8,0.341V 469,03:28.2,0.341V 470,03:28.7,0.341V 471,03:29.1,0.341V 472,03:29.5,0.341V 473,03:30.0,0.341V 474,03:30.4,0.341V 475,03:30.9,0.341V 476,03:31.3,0.341V 477,03:31.8,0.341V 478,03:32.2,0.341V 479,03:32.7,0.341V 480,03:33.1,0.341V 481,03:33.6,0.341V 482,03:34.0,0.341V 483,03:34.5,0.341V 484,03:34.9,0.341V 485,03:35.4,0V 486,03:35.8,125.6V 487,03:36.2,125.6V 488,03:36.7,125.6V 489,03:37.1,125.1V 490,03:37.6,124.2V 491,03:38.0,123.7V 492,03:38.4,123.7V 493,03:38.9,123.7V 494,03:39.4,123.6V 495,03:39.8,123.6V 496,03:40.3,123.7V 497,03:40.7,123.9V 498,03:41.1,123.9V 499,03:41.6,124V 500,03:42.0,124.1V 501,03:42.5,124V 502,03:42.9,124.1V 503,03:43.3,124V 504,03:43.8,124V 505,03:44.2,123.9V 506,03:44.7,123.9V 507,03:45.1,123.9V 508,03:45.5,124V 509,03:46.0,123.9V 510,03:46.5,123.9V 511,03:46.9,123.9V 512,03:47.4,124V 513,03:47.8,124V 514,03:48.2,123.9V 515,03:48.7,123.9V 516,03:49.1,123.9V 517,03:49.6,123.9V 518,03:50.0,123.9V 519,03:50.4,124V 520,03:50.9,124V 521,03:51.4,124V 522,03:51.8,124V 523,03:52.3,124V 524,03:52.7,124V 525,03:53.1,124.1V 526,03:53.6,124.1V 527,03:54.0,124.1V 528,03:54.5,124.1V 529,03:54.9,124V 530,03:55.3,124V 531,03:55.8,124V 532,03:56.3,124V 533,03:56.7,124V 534,03:57.2,124V 535,03:57.6,124V 536,03:58.0,124V 537,03:58.5,124V 538,03:58.9,124V 539,03:59.4,124V 540,03:59.8,124V 541,04:00.2,124V 542,04:00.7,124V 543,04:01.2,124V 544,04:01.6,124.1V 545,04:02.0,124.1V 546,04:02.5,124.2V 547,04:02.9,124.2V 548,04:03.4,124.2V 549,04:03.8,124.2V 550,04:04.3,124.2V 551,04:04.7,124.2V 552,04:05.1,124.2V 553,04:05.6,124.1V 554,04:06.1,124.1V 555,04:06.5,124.1V 556,04:07.0,124.2V 557,04:07.4,124.2V 558,04:07.8,124.1V 559,04:08.3,124.1V 560,04:08.7,113.7V 561,04:09.2,113.7V 562,04:09.6,113.7V 563,04:10.0,113.7V 564,04:10.5,113.6V 565,04:11.0,113.6V 566,04:11.4,113.6V 567,04:11.8,113.6V 568,04:12.3,113.6V 569,04:12.7,113.6V 570,04:13.2,113.7V 571,04:13.6,113.8V 572,04:14.0,113.8V 573,04:14.5,113.8V 574,04:14.9,113.8V 575,04:15.4,113.7V 576,04:15.9,113.7V 577,04:16.3,113.7V 578,04:16.8,113.7V 579,04:17.2,113.7V 580,04:17.6,113.8V 581,04:18.1,113.8V 582,04:18.5,113.8V 583,04:19.0,113.8V 584,04:19.4,113.8V 585,04:19.8,113.8V 586,04:20.3,113.9V 587,04:20.8,113.9V 588,04:21.2,113.9V 589,04:21.6,114.1V 590,04:22.1,114.8V 591,04:22.5,115.9V 592,04:23.0,117.3V 593,04:23.4,119.5V 594,04:23.8,120.2V 595,04:24.3,120.5V 596,04:24.7,120.7V 597,04:25.2,120.8V 598,04:25.6,120.8V 599,04:26.0,120.7V 600,04:26.5,120.7V 601,04:27.0,120.8V 602,04:27.4,120.7V 603,04:27.9,120.7V 604,04:28.3,120.7V 605,04:28.7,120.8V 606,04:29.2,120.8V 607,04:29.6,120.8V 608,04:30.1,120.8V 609,04:30.5,120.8V 610,04:31.0,120.8V 611,04:31.4,120.8V 612,04:31.9,120.8V 613,04:32.3,120.8V 614,04:32.8,120.8V 615,04:33.2,120.8V 616,04:33.6,120.8V 617,04:34.1,120.8V 618,04:34.5,120.8V 619,04:35.0,120.8V 620,04:35.4,120.7V 621,04:35.8,120.8V 622,04:36.3,120.7V 623,04:36.8,120.7V 624,04:37.2,120.7V 625,04:37.7,120.7V 626,04:38.1,120.6V 627,04:38.5,120.6V 628,04:39.0,120.6V 629,04:39.4,120.7V 630,04:39.9,120.8V 631,04:40.3,120.8V 632,04:40.8,120.8V 633,04:41.2,120.8V 634,04:41.7,120.8V 635,04:42.1,120.7V 636,04:42.6,120.7V 637,04:43.0,120.7V 638,04:43.5,120.8V 639,04:43.9,120.8V 640,04:44.3,120.8V 641,04:44.8,120.8V 642,04:45.2,120.8V 643,04:45.7,120.8V 644,04:46.1,120.7V 645,04:46.6,120.7V 646,04:47.0,120.7V 647,04:47.5,120.7V 648,04:47.9,120.7V 649,04:48.3,120.7V 650,04:48.8,120.8V 651,04:49.2,120.8V 652,04:49.7,120.8V 653,04:50.2,120.8V 654,04:50.6,120.8V 655,04:51.0,120.7V 656,04:51.5,120.7V 657,04:51.9,120.7V 658,04:52.4,120.8V 659,04:52.8,120.8V 660,04:53.3,120.8V 661,04:53.7,120.8V 662,04:54.1,120.8V 663,04:54.6,120.7V 664,04:55.0,120.7V 665,04:55.5,120.7V 666,04:55.9,120.7V 667,04:56.4,120.7V 668,04:56.8,120.7V 669,04:57.3,120.7V 670,04:57.7,120.8V 671,04:58.1,120.7V 672,04:58.6,120.8V 673,04:59.0,120.8V 674,04:59.5,120.7V 675,05:00.0,120.7V 676,05:00.4,120.7V 677,05:00.8,120.7V 678,05:01.3,120.7V 679,05:01.7,120.7V 680,05:02.2,120.7V 681,05:02.7,120.7V 682,05:03.1,120.6V 683,05:03.5,120.6V 684,05:04.0,120.7V 685,05:04.4,120.7V 686,05:04.9,120.7V 687,05:05.3,120.7V 688,05:05.7,120.6V 689,05:06.2,120.7V 690,05:06.6,120.7V 691,05:07.1,120.8V 692,05:07.5,120.8V 693,05:08.0,120.7V 694,05:08.5,120.7V 695,05:08.9,120.8V 696,05:09.3,120.8V 697,05:09.8,120.8V 698,05:10.2,120.8V 699,05:10.7,120.8V 700,05:11.2,120.8V 701,05:11.6,120.8V 702,05:12.0,120.8V 703,05:12.5,120.8V 704,05:12.9,120.8V 705,05:13.4,120.8V 706,05:13.8,120.8V 707,05:14.2,120.8V 708,05:14.7,120.7V 709,05:15.1,120.7V 710,05:15.6,120.7V 711,05:16.0,120.7V 712,05:16.5,120.7V 713,05:16.9,120.6V 714,05:17.4,120.7V 715,05:17.8,120.8V 716,05:18.2,120.7V 717,05:18.7,120.8V 718,05:19.1,120.7V 719,05:19.6,120.8V 720,05:20.0,120.7V 721,05:20.5,120.8V 722,05:21.0,120.7V 723,05:21.4,120.8V 724,05:21.8,120.7V 725,05:22.3,120.7V 726,05:22.7,120.7V 727,05:23.2,120.7V 728,05:23.6,120.7V 729,05:24.1,120.7V 730,05:24.5,120.7V 731,05:25.0,120.7V 732,05:25.4,120.7V 733,05:25.9,120.6V 734,05:26.3,120.6V 735,05:26.7,120.6V 736,05:27.2,120.7V 737,05:27.6,120.7V 738,05:28.1,120.7V 739,05:28.5,120.7V 740,05:29.0,120.7V 741,05:29.4,120.7V 742,05:29.9,120.7V 743,05:30.3,120.7V 744,05:30.8,120.7V 745,05:31.2,120.7V 746,05:31.6,120.7V 747,05:32.1,120.7V 748,05:32.5,120.7V 749,05:33.0,120.7V 750,05:33.4,120.6V 751,05:33.9,120.6V 752,05:34.3,120.6V 753,05:34.8,120.6V 754,05:35.2,120.6V 755,05:35.7,120.6V 756,05:36.1,120.6V 757,05:36.5,120.6V 758,05:37.0,120.6V 759,05:37.4,120.6V 760,05:37.9,120.6V 761,05:38.3,120.6V 762,05:38.8,120.6V 763,05:39.2,120.6V 764,05:39.7,120.6V 765,05:40.1,120.6V 766,05:40.5,120.6V 767,05:41.0,120.6V 768,05:41.4,120.6V 769,05:41.9,120.7V 770,05:42.3,120.7V 771,05:42.8,120.7V 772,05:43.2,120.7V 773,05:43.7,120.6V 774,05:44.1,120.6V 775,05:44.6,120.6V 776,05:45.0,120.7V 777,05:45.4,120.6V 778,05:45.9,120.6V 779,05:46.3,120.6V 780,05:46.8,120.6V 781,05:47.2,120.6V 782,05:47.7,120.6V 783,05:48.1,120.6V 784,05:48.6,120.6V 785,05:49.0,120.6V 786,05:49.5,120.6V 787,05:49.9,120.6V 788,05:50.4,120.6V 789,05:50.8,120.6V 790,05:51.3,120.6V 791,05:51.7,120.6V 792,05:52.2,120.6V 793,05:52.6,120.5V 794,05:53.0,120.5V 795,05:53.5,120.5V 796,05:53.9,120.5V 797,05:54.4,120.5V 798,05:54.8,120.5V 799,05:55.3,120.5V 800,05:55.7,120.5V 801,05:56.2,120.6V 802,05:56.6,120.6V 803,05:57.1,120.6V 804,05:57.5,120.5V 805,05:58.0,120.5V 806,05:58.4,120.5V 807,05:58.8,120.6V 808,05:59.3,120.7V 809,05:59.7,120.7V 810,06:00.2,120.6V 811,06:00.6,120.7V 812,06:01.1,120.7V 813,06:01.5,120.7V 814,06:02.0,120.7V 815,06:02.4,120.7V 816,06:02.9,120.7V 817,06:03.3,120.7V 818,06:03.7,120.7V 819,06:04.2,120.7V 820,06:04.6,120.7V 821,06:05.1,120.7V 822,06:05.5,120.7V 823,06:06.0,120.7V 824,06:06.4,120.7V 825,06:06.9,120.8V 826,06:07.3,120.7V 827,06:07.7,120.7V 828,06:08.2,120.7V 829,06:08.6,120.7V 830,06:09.1,120.7V 831,06:09.5,120.7V 832,06:10.0,120.7V 833,06:10.4,120.7V 834,06:10.9,120.7V 835,06:11.3,120.7V 836,06:11.8,120.7V 837,06:12.2,120.7V 838,06:12.7,120.7V 839,06:13.1,120.7V 840,06:13.5,120.7V 841,06:14.0,120.7V 842,06:14.4,120.7V 843,06:14.9,120.7V 844,06:15.3,120.6V 845,06:15.8,120.6V 846,06:16.2,120.6V 847,06:16.7,120.6V 848,06:17.1,120.7V 849,06:17.5,120.7V 850,06:18.0,120.7V 851,06:18.4,120.7V 852,06:18.9,120.6V 853,06:19.3,120.7V 854,06:19.8,120.7V 855,06:20.2,120.6V 856,06:20.7,120.7V 857,06:21.1,120.6V 858,06:21.6,120.6V 859,06:22.0,120.6V 860,06:22.4,120.7V 861,06:22.9,120.7V 862,06:23.3,120.7V 863,06:23.8,120.6V 864,06:24.2,120.6V 865,06:24.6,120.6V 866,06:25.1,120.6V 867,06:25.6,120.6V 868,06:26.0,120.6V 869,06:26.5,120.6V 870,06:26.9,120.6V 871,06:27.3,120.6V 872,06:27.8,120.6V 873,06:28.2,120.6V 874,06:28.7,120.6V 875,06:29.2,120.6V 876,06:29.6,120.6V 877,06:30.0,120.6V 878,06:30.5,120.6V 879,06:30.9,120.6V 880,06:31.4,120.6V 881,06:31.8,120.6V 882,06:32.2,120.6V 883,06:32.7,120.6V 884,06:33.1,120.6V 885,06:33.6,120.6V 886,06:34.1,120.6V 887,06:34.5,120.6V 888,06:35.0,120.5V 889,06:35.4,120.5V 890,06:35.8,120.5V 891,06:36.3,120.4V 892,06:36.7,120.4V 893,06:37.2,120.4V 894,06:37.6,120.5V 895,06:38.0,120.5V 896,06:38.5,120.4V 897,06:39.0,120.3V 898,06:39.4,120.3V 899,06:39.8,120.4V 900,06:40.3,120.4V 901,06:40.7,120.4V 902,06:41.2,120.4V 903,06:41.6,120.5V 904,06:42.0,120.4V 905,06:42.5,120.4V 906,06:42.9,120.4V 907,06:43.4,120.6V 908,06:43.9,120.6V 909,06:44.3,120.6V 910,06:44.8,120.6V 911,06:45.2,120.6V 912,06:45.6,120.6V 913,06:46.1,120.6V 914,06:46.5,120.5V 915,06:47.0,120.5V 916,06:47.4,120.5V 917,06:47.8,120.4V 918,06:48.3,120.5V 919,06:48.8,120.6V 920,06:49.2,120.6V 921,06:49.7,120.5V 922,06:50.1,120.5V ================================================ FILE: circuit-specialists-variac-data/25 watt 30 minute test.csv ================================================ NO.,Time,Value 1,00:00:00.000,0.336V 2,00:00:00.438,0.336V 3,00:00:00.891,0.336V 4,00:00:01.375,0.335V 5,00:00:01.813,0.335V 6,00:00:02.266,0.335V 7,00:00:02.703,0.336V 8,00:00:03.141,0.335V 9,00:00:03.594,0.335V 10,00:00:04.031,0.335V 11,00:00:04.469,0.335V 12,00:00:04.906,0.335V 13,00:00:05.359,0.335V 14,00:00:05.797,0.335V 15,00:00:06.266,0.336V 16,00:00:06.719,0.336V 17,00:00:07.156,0.335V 18,00:00:07.609,0.335V 19,00:00:08.047,0.336V 20,00:00:08.500,0.336V 21,00:00:08.938,0.336V 22,00:00:09.422,0.336V 23,00:00:09.875,0.336V 24,00:00:10.313,0.335V 25,00:00:10.766,0.335V 26,00:00:11.203,0.335V 27,00:00:11.641,0.336V 28,00:00:12.078,0.336V 29,00:00:12.563,0.336V 30,00:00:13.016,0.336V 31,00:00:13.469,0.336V 32,00:00:13.906,0.336V 33,00:00:14.344,0.336V 34,00:00:14.797,0.336V 35,00:00:15.234,0.336V 36,00:00:15.719,0.336V 37,00:00:16.172,0.336V 38,00:00:16.609,0V 39,00:00:17.047,120.3V 40,00:00:17.500,120.3V 41,00:00:17.938,120.2V 42,00:00:18.375,120.2V 43,00:00:18.875,120.1V 44,00:00:19.313,120V 45,00:00:19.750,120V 46,00:00:20.203,120V 47,00:00:20.641,120V 48,00:00:21.094,120V 49,00:00:21.531,119.9V 50,00:00:22.016,120V 51,00:00:22.469,119.9V 52,00:00:22.906,120V 53,00:00:23.344,119.9V 54,00:00:23.797,119.9V 55,00:00:24.234,119.9V 56,00:00:24.672,119.9V 57,00:00:25.109,119.9V 58,00:00:25.563,119.8V 59,00:00:26.000,119.8V 60,00:00:26.438,119.8V 61,00:00:26.922,119.9V 62,00:00:27.359,119.9V 63,00:00:27.813,119.9V 64,00:00:28.250,120V 65,00:00:28.688,120V 66,00:00:29.141,120V 67,00:00:29.578,120V 68,00:00:30.063,119.9V 69,00:00:30.516,119.9V 70,00:00:30.953,119.9V 71,00:00:31.406,119.9V 72,00:00:31.844,119.9V 73,00:00:32.281,119.9V 74,00:00:32.734,119.9V 75,00:00:33.219,119.9V 76,00:00:33.656,120V 77,00:00:34.094,120V 78,00:00:34.547,120V 79,00:00:34.984,120V 80,00:00:35.438,119.9V 81,00:00:35.875,120V 82,00:00:36.359,119.9V 83,00:00:36.813,120V 84,00:00:37.250,120V 85,00:00:37.688,120V 86,00:00:38.141,120V 87,00:00:38.578,120V 88,00:00:39.031,120V 89,00:00:39.516,120V 90,00:00:39.969,120V 91,00:00:40.406,120V 92,00:00:40.844,120V 93,00:00:41.297,120V 94,00:00:41.734,120V 95,00:00:42.188,119.9V 96,00:00:42.656,119.9V 97,00:00:43.109,119.8V 98,00:00:43.547,119.7V 99,00:00:44.000,119.7V 100,00:00:44.438,119.7V 101,00:00:44.875,119.7V 102,00:00:45.313,119.8V 103,00:00:45.750,119.8V 104,00:00:46.188,119.9V 105,00:00:46.625,119.9V 106,00:00:47.078,120V 107,00:00:47.563,120V 108,00:00:48.000,120V 109,00:00:48.438,120V 110,00:00:48.875,120V 111,00:00:49.313,120.1V 112,00:00:49.750,120.1V 113,00:00:50.188,120V 114,00:00:50.641,120V 115,00:00:51.078,120V 116,00:00:51.531,120.1V 117,00:00:51.969,120.1V 118,00:00:52.406,120.1V 119,00:00:52.844,120.1V 120,00:00:53.281,120V 121,00:00:53.719,120.1V 122,00:00:54.156,120V 123,00:00:54.594,120V 124,00:00:55.031,120V 125,00:00:55.469,120.1V 126,00:00:55.953,120.1V 127,00:00:56.391,120V 128,00:00:56.844,120V 129,00:00:57.297,120V 130,00:00:57.734,120V 131,00:00:58.172,120.1V 132,00:00:58.609,120.1V 133,00:00:59.109,120.1V 134,00:00:59.547,120.1V 135,00:00:59.984,120.1V 136,00:01:00.422,120.1V 137,00:01:00.859,120V 138,00:01:01.313,120V 139,00:01:01.750,120V 140,00:01:02.188,120.1V 141,00:01:02.625,120.1V 142,00:01:03.063,120.1V 143,00:01:03.500,120.1V 144,00:01:03.953,120V 145,00:01:04.391,120V 146,00:01:04.828,119.9V 147,00:01:05.266,120V 148,00:01:05.750,120V 149,00:01:06.203,120V 150,00:01:06.641,120V 151,00:01:07.078,120V 152,00:01:07.516,120V 153,00:01:07.953,120V 154,00:01:08.391,120.1V 155,00:01:08.828,120.1V 156,00:01:09.266,120.1V 157,00:01:09.719,120V 158,00:01:10.156,120V 159,00:01:10.594,120.1V 160,00:01:11.031,120.1V 161,00:01:11.469,120V 162,00:01:11.906,120V 163,00:01:12.344,120V 164,00:01:12.781,120V 165,00:01:13.234,120V 166,00:01:13.672,120V 167,00:01:14.156,120V 168,00:01:14.594,120V 169,00:01:15.047,120V 170,00:01:15.484,120V 171,00:01:15.922,120V 172,00:01:16.359,120V 173,00:01:16.797,120V 174,00:01:17.250,120V 175,00:01:17.688,120.1V 176,00:01:18.125,120V 177,00:01:18.563,120V 178,00:01:19.000,120V 179,00:01:19.438,120V 180,00:01:19.875,120V 181,00:01:20.313,120V 182,00:01:20.797,120V 183,00:01:21.234,120V 184,00:01:21.672,120V 185,00:01:22.125,120V 186,00:01:22.578,120V 187,00:01:23.016,120V 188,00:01:23.453,120V 189,00:01:23.953,120V 190,00:01:24.391,120V 191,00:01:24.828,120V 192,00:01:25.266,119.9V 193,00:01:25.703,120V 194,00:01:26.141,119.9V 195,00:01:26.594,119.9V 196,00:01:27.031,119.9V 197,00:01:27.469,120V 198,00:01:27.906,120V 199,00:01:28.344,120V 200,00:01:28.797,120.1V 201,00:01:29.234,120.1V 202,00:01:29.656,120.1V 203,00:01:30.109,120.1V 204,00:01:30.547,120V 205,00:01:30.984,120V 206,00:01:31.422,120V 207,00:01:31.859,120.1V 208,00:01:32.344,120.1V 209,00:01:32.781,120.1V 210,00:01:33.219,120V 211,00:01:33.672,120V 212,00:01:34.125,119.9V 213,00:01:34.563,119.9V 214,00:01:35.000,119.9V 215,00:01:35.438,119.9V 216,00:01:35.875,120V 217,00:01:36.313,119.9V 218,00:01:36.766,119.9V 219,00:01:37.234,119.9V 220,00:01:37.688,119.9V 221,00:01:38.141,119.9V 222,00:01:38.578,119.8V 223,00:01:39.031,119.9V 224,00:01:39.469,119.9V 225,00:01:39.922,119.9V 226,00:01:40.391,120V 227,00:01:40.828,120V 228,00:01:41.266,120V 229,00:01:41.703,119.9V 230,00:01:42.156,119.9V 231,00:01:42.594,119.8V 232,00:01:43.031,119.8V 233,00:01:43.469,119.9V 234,00:01:43.906,119.9V 235,00:01:44.344,119.8V 236,00:01:44.797,119.8V 237,00:01:45.234,119.9V 238,00:01:45.688,119.9V 239,00:01:46.125,119.8V 240,00:01:46.563,119.8V 241,00:01:47.031,119.9V 242,00:01:47.484,120V 243,00:01:47.922,119.9V 244,00:01:48.375,119.9V 245,00:01:48.813,119.7V 246,00:01:49.250,119.7V 247,00:01:49.688,119.7V 248,00:01:50.125,119.9V 249,00:01:50.563,120V 250,00:01:51.000,120V 251,00:01:51.438,120V 252,00:01:51.891,120V 253,00:01:52.328,120V 254,00:01:52.766,120V 255,00:01:53.203,120V 256,00:01:53.688,119.9V 257,00:01:54.125,120V 258,00:01:54.563,119.9V 259,00:01:55.016,119.9V 260,00:01:55.453,119.9V 261,00:01:55.891,119.9V 262,00:01:56.328,119.9V 263,00:01:56.781,119.8V 264,00:01:57.219,119.8V 265,00:01:57.656,119.8V 266,00:01:58.094,119.6V 267,00:01:58.578,119.5V 268,00:01:59.031,119.4V 269,00:01:59.469,119.6V 270,00:01:59.906,119.6V 271,00:02:00.344,119.6V 272,00:02:00.781,119.6V 273,00:02:01.219,119.6V 274,00:02:01.656,119.5V 275,00:02:02.109,119.4V 276,00:02:02.547,119.5V 277,00:02:02.984,119.6V 278,00:02:03.422,119.7V 279,00:02:03.859,119.7V 280,00:02:04.313,119.6V 281,00:02:04.750,119.6V 282,00:02:05.234,119.6V 283,00:02:05.672,119.7V 284,00:02:06.109,119.7V 285,00:02:06.563,119.7V 286,00:02:07.000,119.6V 287,00:02:07.453,119.7V 288,00:02:07.891,119.7V 289,00:02:08.328,119.7V 290,00:02:08.766,119.8V 291,00:02:09.203,119.8V 292,00:02:09.641,119.8V 293,00:02:10.125,119.7V 294,00:02:10.578,119.7V 295,00:02:11.016,119.7V 296,00:02:11.453,119.7V 297,00:02:11.906,119.7V 298,00:02:12.344,119.7V 299,00:02:12.781,119.7V 300,00:02:13.219,119.7V 301,00:02:13.656,119.7V 302,00:02:14.109,119.7V 303,00:02:14.547,119.7V 304,00:02:15.031,119.7V 305,00:02:15.484,119.7V 306,00:02:15.922,119.7V 307,00:02:16.359,119.7V 308,00:02:16.797,119.7V 309,00:02:17.234,119.7V 310,00:02:17.672,119.7V 311,00:02:18.125,119.7V 312,00:02:18.563,119.8V 313,00:02:19.000,119.7V 314,00:02:19.438,119.7V 315,00:02:19.922,119.7V 316,00:02:20.359,119.7V 317,00:02:20.813,119.7V 318,00:02:21.250,119.7V 319,00:02:21.688,119.7V 320,00:02:22.125,119.7V 321,00:02:22.563,119.7V 322,00:02:23.000,119.7V 323,00:02:23.438,119.7V 324,00:02:23.875,119.7V 325,00:02:24.328,119.7V 326,00:02:24.766,119.8V 327,00:02:25.219,119.8V 328,00:02:25.672,119.8V 329,00:02:26.094,119.8V 330,00:02:26.578,119.9V 331,00:02:27.016,119.9V 332,00:02:27.453,119.9V 333,00:02:27.891,119.8V 334,00:02:28.328,119.8V 335,00:02:28.766,119.8V 336,00:02:29.203,119.8V 337,00:02:29.641,119.8V 338,00:02:30.078,119.8V 339,00:02:30.531,119.8V 340,00:02:30.969,119.8V 341,00:02:31.406,119.8V 342,00:02:31.844,119.8V 343,00:02:32.281,119.8V 344,00:02:32.719,119.8V 345,00:02:33.156,119.7V 346,00:02:33.594,119.7V 347,00:02:34.047,119.7V 348,00:02:34.484,119.6V 349,00:02:34.969,119.4V 350,00:02:35.422,119.4V 351,00:02:35.859,119.5V 352,00:02:36.297,119.7V 353,00:02:36.734,119.7V 354,00:02:37.172,119.7V 355,00:02:37.609,119.6V 356,00:02:38.047,119.3V 357,00:02:38.500,119.2V 358,00:02:38.938,119.1V 359,00:02:39.375,119.1V 360,00:02:39.875,119.2V 361,00:02:40.313,119.4V 362,00:02:40.750,119.5V 363,00:02:41.203,119.7V 364,00:02:41.641,119.7V 365,00:02:42.094,119.7V 366,00:02:42.531,119.7V 367,00:02:42.969,119.7V 368,00:02:43.406,119.6V 369,00:02:43.844,119.7V 370,00:02:44.281,119.7V 371,00:02:44.766,119.7V 372,00:02:45.203,119.6V 373,00:02:45.656,119.6V 374,00:02:46.094,119.6V 375,00:02:46.531,119.7V 376,00:02:46.969,119.7V 377,00:02:47.406,119.7V 378,00:02:47.844,119.7V 379,00:02:48.281,119.8V 380,00:02:48.719,119.8V 381,00:02:49.156,119.7V 382,00:02:49.594,119.6V 383,00:02:50.031,119.6V 384,00:02:50.469,119.6V 385,00:02:50.906,119.6V 386,00:02:51.359,119.6V 387,00:02:51.797,119.6V 388,00:02:52.250,119.6V 389,00:02:52.688,119.7V 390,00:02:53.172,119.7V 391,00:02:53.609,119.7V 392,00:02:54.047,119.7V 393,00:02:54.484,119.7V 394,00:02:54.922,119.7V 395,00:02:55.359,119.7V 396,00:02:55.797,119.7V 397,00:02:56.234,119.7V 398,00:02:56.672,119.7V 399,00:02:57.125,119.7V 400,00:02:57.563,119.7V 401,00:02:58.000,119.7V 402,00:02:58.438,119.7V 403,00:02:58.875,119.7V 404,00:02:59.313,119.7V 405,00:02:59.750,119.6V 406,00:03:00.203,119.6V 407,00:03:00.641,119.6V 408,00:03:01.078,119.5V 409,00:03:01.563,119.6V 410,00:03:02.016,119.6V 411,00:03:02.453,119.6V 412,00:03:02.891,119.6V 413,00:03:03.344,119.6V 414,00:03:03.781,119.6V 415,00:03:04.219,119.7V 416,00:03:04.719,119.7V 417,00:03:05.156,119.6V 418,00:03:05.594,119.6V 419,00:03:06.031,119.5V 420,00:03:06.484,119.5V 421,00:03:06.922,119.4V 422,00:03:07.359,119.4V 423,00:03:07.797,119.5V 424,00:03:08.234,119.6V 425,00:03:08.688,119.7V 426,00:03:09.125,119.7V 427,00:03:09.609,119.7V 428,00:03:10.047,119.7V 429,00:03:10.484,119.7V 430,00:03:10.922,119.7V 431,00:03:11.375,119.7V 432,00:03:11.813,119.6V 433,00:03:12.250,119.6V 434,00:03:12.688,119.6V 435,00:03:13.141,119.6V 436,00:03:13.578,119.6V 437,00:03:14.016,119.7V 438,00:03:14.453,119.6V 439,00:03:14.891,119.6V 440,00:03:15.344,119.6V 441,00:03:15.781,119.5V 442,00:03:16.250,119.4V 443,00:03:16.703,119.5V 444,00:03:17.141,119.5V 445,00:03:17.578,119.6V 446,00:03:18.016,119.6V 447,00:03:18.453,119.7V 448,00:03:18.906,119.7V 449,00:03:19.344,119.7V 450,00:03:19.781,119.7V 451,00:03:20.219,119.7V 452,00:03:20.656,119.6V 453,00:03:21.094,119.5V 454,00:03:21.531,119.5V 455,00:03:21.984,119.5V 456,00:03:22.422,119.5V 457,00:03:22.859,119.6V 458,00:03:23.297,119.6V 459,00:03:23.734,119.6V 460,00:03:24.172,119.6V 461,00:03:24.656,119.5V 462,00:03:25.109,119.5V 463,00:03:25.547,119.5V 464,00:03:25.984,119.6V 465,00:03:26.422,119.5V 466,00:03:26.859,119.5V 467,00:03:27.313,119.5V 468,00:03:27.750,119.6V 469,00:03:28.188,119.6V 470,00:03:28.625,119.6V 471,00:03:29.063,119.6V 472,00:03:29.500,119.7V 473,00:03:29.938,119.7V 474,00:03:30.375,119.6V 475,00:03:30.828,119.6V 476,00:03:31.297,119.5V 477,00:03:31.750,119.5V 478,00:03:32.188,119.4V 479,00:03:32.625,119.4V 480,00:03:33.078,119.4V 481,00:03:33.516,119.4V 482,00:03:33.953,119.4V 483,00:03:34.391,119.3V 484,00:03:34.844,119.3V 485,00:03:35.281,119.3V 486,00:03:35.719,119.3V 487,00:03:36.203,119.4V 488,00:03:36.656,119.4V 489,00:03:37.078,119.4V 490,00:03:37.531,119.4V 491,00:03:37.969,119.4V 492,00:03:38.406,119.4V 493,00:03:38.844,119.5V 494,00:03:39.281,119.6V 495,00:03:39.719,119.6V 496,00:03:40.156,119.5V 497,00:03:40.594,119.5V 498,00:03:41.047,119.5V 499,00:03:41.484,119.5V 500,00:03:41.922,119.5V 501,00:03:42.359,119.5V 502,00:03:42.797,119.5V 503,00:03:43.234,119.5V 504,00:03:43.672,119.5V 505,00:03:44.109,119.4V 506,00:03:44.594,119.4V 507,00:03:45.031,119.4V 508,00:03:45.484,119.4V 509,00:03:45.922,119.4V 510,00:03:46.375,119.5V 511,00:03:46.813,119.5V 512,00:03:47.250,119.5V 513,00:03:47.688,119.5V 514,00:03:48.125,119.5V 515,00:03:48.563,119.5V 516,00:03:49.000,119.5V 517,00:03:49.500,119.5V 518,00:03:49.938,119.5V 519,00:03:50.375,119.5V 520,00:03:50.813,119.4V 521,00:03:51.250,119.4V 522,00:03:51.703,119.4V 523,00:03:52.141,119.4V 524,00:03:52.578,119.4V 525,00:03:53.016,119.5V 526,00:03:53.453,119.5V 527,00:03:53.906,119.5V 528,00:03:54.391,119.5V 529,00:03:54.828,119.5V 530,00:03:55.266,119.5V 531,00:03:55.703,119.4V 532,00:03:56.156,119.5V 533,00:03:56.594,119.4V 534,00:03:57.031,119.4V 535,00:03:57.484,119.4V 536,00:03:57.922,119.4V 537,00:03:58.375,119.5V 538,00:03:58.828,119.5V 539,00:03:59.297,119.5V 540,00:03:59.734,119.4V 541,00:04:00.172,119.4V 542,00:04:00.609,119.4V 543,00:04:01.063,119.4V 544,00:04:01.500,119.5V 545,00:04:01.953,119.5V 546,00:04:02.438,119.5V 547,00:04:02.875,119.5V 548,00:04:03.313,119.5V 549,00:04:03.750,119.4V 550,00:04:04.188,119.4V 551,00:04:04.641,119.4V 552,00:04:05.078,119.4V 553,00:04:05.516,119.5V 554,00:04:05.969,119.5V 555,00:04:06.406,119.5V 556,00:04:06.844,119.5V 557,00:04:07.281,119.5V 558,00:04:07.734,119.5V 559,00:04:08.172,119.5V 560,00:04:08.609,119.5V 561,00:04:09.094,119.5V 562,00:04:09.547,119.5V 563,00:04:09.984,119.4V 564,00:04:10.422,119.4V 565,00:04:10.859,119.4V 566,00:04:11.297,119.5V 567,00:04:11.734,119.5V 568,00:04:12.188,119.4V 569,00:04:12.625,119.4V 570,00:04:13.078,119.4V 571,00:04:13.516,119.4V 572,00:04:13.984,119.4V 573,00:04:14.438,119.4V 574,00:04:14.875,119.4V 575,00:04:15.313,119.4V 576,00:04:15.750,119.4V 577,00:04:16.188,119.4V 578,00:04:16.625,119.4V 579,00:04:17.078,119.4V 580,00:04:17.516,119.4V 581,00:04:17.953,119.4V 582,00:04:18.391,119.4V 583,00:04:18.828,119.4V 584,00:04:19.281,119.3V 585,00:04:19.719,119.4V 586,00:04:20.156,119.3V 587,00:04:20.641,119.3V 588,00:04:21.078,119.3V 589,00:04:21.531,119.3V 590,00:04:21.969,119.4V 591,00:04:22.422,119.4V 592,00:04:22.859,119.4V 593,00:04:23.297,119.4V 594,00:04:23.781,119.5V 595,00:04:24.219,119.5V 596,00:04:24.656,119.5V 597,00:04:25.109,119.4V 598,00:04:25.547,119.4V 599,00:04:25.984,119.4V 600,00:04:26.422,119.5V 601,00:04:26.859,119.4V 602,00:04:27.297,119.4V 603,00:04:27.734,119.4V 604,00:04:28.188,119.5V 605,00:04:28.625,119.4V 606,00:04:29.078,119.4V 607,00:04:29.516,119.4V 608,00:04:29.953,119.4V 609,00:04:30.438,119.2V 610,00:04:30.875,119.1V 611,00:04:31.313,119.1V 612,00:04:31.750,119.3V 613,00:04:32.203,119.3V 614,00:04:32.641,119.3V 615,00:04:33.078,119.3V 616,00:04:33.516,119.3V 617,00:04:33.969,119.3V 618,00:04:34.406,119.4V 619,00:04:34.844,119.4V 620,00:04:35.328,119.5V 621,00:04:35.781,119.5V 622,00:04:36.219,119.5V 623,00:04:36.656,119.5V 624,00:04:37.109,119.5V 625,00:04:37.547,119.4V 626,00:04:37.984,119.4V 627,00:04:38.422,119.3V 628,00:04:38.859,119.3V 629,00:04:39.313,119.3V 630,00:04:39.750,119.2V 631,00:04:40.234,119.4V 632,00:04:40.672,119.4V 633,00:04:41.109,119.5V 634,00:04:41.547,119.6V 635,00:04:42.000,119.5V 636,00:04:42.438,119.5V 637,00:04:42.875,119.5V 638,00:04:43.313,119.6V 639,00:04:43.750,119.6V 640,00:04:44.188,119.6V 641,00:04:44.641,119.5V 642,00:04:45.078,119.5V 643,00:04:45.516,119.5V 644,00:04:45.969,119.5V 645,00:04:46.406,119.5V 646,00:04:46.875,119.5V 647,00:04:47.313,119.6V 648,00:04:47.750,119.6V 649,00:04:48.188,119.6V 650,00:04:48.641,119.7V 651,00:04:49.078,119.7V 652,00:04:49.516,119.7V 653,00:04:49.953,119.7V 654,00:04:50.391,119.6V 655,00:04:50.844,119.6V 656,00:04:51.281,119.6V 657,00:04:51.719,119.6V 658,00:04:52.156,119.6V 659,00:04:52.609,119.6V 660,00:04:53.047,119.6V 661,00:04:53.531,119.7V 662,00:04:53.969,119.7V 663,00:04:54.406,119.7V 664,00:04:54.844,119.6V 665,00:04:55.281,119.6V 666,00:04:55.734,119.6V 667,00:04:56.172,119.6V 668,00:04:56.625,119.6V 669,00:04:57.063,119.6V 670,00:04:57.500,119.5V 671,00:04:57.938,119.6V 672,00:04:58.422,119.6V 673,00:04:58.859,119.6V 674,00:04:59.297,119.6V 675,00:04:59.750,119.6V 676,00:05:00.188,119.6V 677,00:05:00.625,119.6V 678,00:05:01.063,119.6V 679,00:05:01.500,119.6V 680,00:05:01.953,119.6V 681,00:05:02.391,119.6V 682,00:05:02.828,119.6V 683,00:05:03.266,119.6V 684,00:05:03.703,119.6V 685,00:05:04.156,119.6V 686,00:05:04.594,119.6V 687,00:05:05.078,119.6V 688,00:05:05.516,119.5V 689,00:05:05.953,119.5V 690,00:05:06.391,119.5V 691,00:05:06.828,119.4V 692,00:05:07.266,119.4V 693,00:05:07.703,119.4V 694,00:05:08.156,119.5V 695,00:05:08.594,119.5V 696,00:05:09.031,119.5V 697,00:05:09.484,119.5V 698,00:05:09.969,119.5V 699,00:05:10.422,119.4V 700,00:05:10.859,119.4V 701,00:05:11.297,119.3V 702,00:05:11.734,119.3V 703,00:05:12.172,119.4V 704,00:05:12.609,119.4V 705,00:05:13.063,119.4V 706,00:05:13.516,119.4V 707,00:05:13.953,119.5V 708,00:05:14.391,119.5V 709,00:05:14.859,119.5V 710,00:05:15.297,119.5V 711,00:05:15.750,119.5V 712,00:05:16.188,119.5V 713,00:05:16.625,119.5V 714,00:05:17.063,119.5V 715,00:05:17.500,119.5V 716,00:05:17.953,119.5V 717,00:05:18.391,119.5V 718,00:05:18.828,119.6V 719,00:05:19.266,119.6V 720,00:05:19.703,119.7V 721,00:05:20.156,119.7V 722,00:05:20.594,119.7V 723,00:05:21.031,119.7V 724,00:05:21.516,119.7V 725,00:05:21.953,119.6V 726,00:05:22.406,119.7V 727,00:05:22.844,119.7V 728,00:05:23.281,119.7V 729,00:05:23.719,119.7V 730,00:05:24.156,119.7V 731,00:05:24.594,119.7V 732,00:05:25.047,119.7V 733,00:05:25.484,119.7V 734,00:05:25.922,119.7V 735,00:05:26.406,119.7V 736,00:05:26.859,119.7V 737,00:05:27.297,119.7V 738,00:05:27.734,119.7V 739,00:05:28.172,119.7V 740,00:05:28.609,119.7V 741,00:05:29.063,119.7V 742,00:05:29.500,119.8V 743,00:05:29.938,119.8V 744,00:05:30.375,119.8V 745,00:05:30.828,119.8V 746,00:05:31.313,119.8V 747,00:05:31.750,119.8V 748,00:05:32.203,119.8V 749,00:05:32.641,119.7V 750,00:05:33.078,119.8V 751,00:05:33.516,119.7V 752,00:05:33.969,119.7V 753,00:05:34.406,119.6V 754,00:05:34.844,119.6V 755,00:05:35.281,119.7V 756,00:05:35.734,119.6V 757,00:05:36.203,119.7V 758,00:05:36.656,119.8V 759,00:05:37.094,119.8V 760,00:05:37.531,119.8V 761,00:05:37.984,119.8V 762,00:05:38.422,119.8V 763,00:05:38.875,119.7V 764,00:05:39.359,119.6V 765,00:05:39.797,119.5V 766,00:05:40.250,119.5V 767,00:05:40.688,119.6V 768,00:05:41.125,119.6V 769,00:05:41.578,119.6V 770,00:05:42.016,119.7V 771,00:05:42.453,119.7V 772,00:05:42.891,119.8V 773,00:05:43.328,119.9V 774,00:05:43.766,120V 775,00:05:44.250,120.1V 776,00:05:44.703,120V 777,00:05:45.141,120V 778,00:05:45.578,120.1V 779,00:05:46.016,120.1V 780,00:05:46.469,120.1V 781,00:05:46.906,120V 782,00:05:47.344,120V 783,00:05:47.781,120V 784,00:05:48.219,120V 785,00:05:48.656,120V 786,00:05:49.109,120V 787,00:05:49.547,120V 788,00:05:49.984,120V 789,00:05:50.438,120V 790,00:05:50.906,120V 791,00:05:51.344,120.1V 792,00:05:51.781,120.1V 793,00:05:52.234,120V 794,00:05:52.656,120V 795,00:05:53.109,120V 796,00:05:53.547,120V 797,00:05:53.984,120V 798,00:05:54.422,120V 799,00:05:54.859,120V 800,00:05:55.297,120V 801,00:05:55.750,120V 802,00:05:56.188,120V 803,00:05:56.625,120V 804,00:05:57.078,120V 805,00:05:57.547,120.1V 806,00:05:58.000,120V 807,00:05:58.453,120V 808,00:05:58.891,120V 809,00:05:59.328,120V 810,00:05:59.781,120V 811,00:06:00.219,120V 812,00:06:00.703,120.1V 813,00:06:01.141,120.1V 814,00:06:01.578,120.1V 815,00:06:02.016,120V 816,00:06:02.469,119.9V 817,00:06:02.906,119.9V 818,00:06:03.359,119.9V 819,00:06:03.797,120V 820,00:06:04.234,120V 821,00:06:04.672,120V 822,00:06:05.109,120V 823,00:06:05.594,120V 824,00:06:06.031,120V 825,00:06:06.484,120V 826,00:06:06.922,120V 827,00:06:07.375,120V 828,00:06:07.813,120V 829,00:06:08.266,120.1V 830,00:06:08.750,120V 831,00:06:09.188,120V 832,00:06:09.625,120.1V 833,00:06:10.078,120.2V 834,00:06:10.516,120.1V 835,00:06:10.953,120.1V 836,00:06:11.406,120.1V 837,00:06:11.844,120.1V 838,00:06:12.281,120V 839,00:06:12.734,119.9V 840,00:06:13.172,119.9V 841,00:06:13.641,119.8V 842,00:06:14.094,119.9V 843,00:06:14.531,119.9V 844,00:06:14.969,119.9V 845,00:06:15.422,120V 846,00:06:15.859,120V 847,00:06:16.313,120V 848,00:06:16.750,120V 849,00:06:17.188,120V 850,00:06:17.625,120V 851,00:06:18.063,120V 852,00:06:18.547,119.9V 853,00:06:19.000,119.9V 854,00:06:19.438,119.9V 855,00:06:19.891,120V 856,00:06:20.328,120.1V 857,00:06:20.781,120.1V 858,00:06:21.219,120V 859,00:06:21.688,119.9V 860,00:06:22.141,119.9V 861,00:06:22.594,120V 862,00:06:23.031,120.1V 863,00:06:23.469,120.1V 864,00:06:23.922,120.1V 865,00:06:24.359,120V 866,00:06:24.844,120V 867,00:06:25.281,120V 868,00:06:25.734,120V 869,00:06:26.172,120V 870,00:06:26.609,120V 871,00:06:27.063,120V 872,00:06:27.500,120V 873,00:06:27.938,120.1V 874,00:06:28.375,120.1V 875,00:06:28.813,120.1V 876,00:06:29.250,120.1V 877,00:06:29.734,120.1V 878,00:06:30.188,120.1V 879,00:06:30.625,120.1V 880,00:06:31.063,120.2V 881,00:06:31.500,120.2V 882,00:06:31.953,120.3V 883,00:06:32.391,120.3V 884,00:06:32.828,120.3V 885,00:06:33.266,120.3V 886,00:06:33.703,120.3V 887,00:06:34.156,120.3V 888,00:06:34.641,120.1V 889,00:06:35.078,120.1V 890,00:06:35.531,120V 891,00:06:35.969,120V 892,00:06:36.406,120V 893,00:06:36.844,120.1V 894,00:06:37.281,120V 895,00:06:37.734,120V 896,00:06:38.172,120V 897,00:06:38.609,120V 898,00:06:39.063,120V 899,00:06:39.531,119.8V 900,00:06:39.969,119.8V 901,00:06:40.422,119.8V 902,00:06:40.859,120V 903,00:06:41.297,120V 904,00:06:41.734,120V 905,00:06:42.188,120V 906,00:06:42.625,120V 907,00:06:43.063,120V 908,00:06:43.500,119.9V 909,00:06:43.953,119.8V 910,00:06:44.438,119.8V 911,00:06:44.875,119.9V 912,00:06:45.313,120V 913,00:06:45.766,120V 914,00:06:46.203,119.9V 915,00:06:46.641,119.9V 916,00:06:47.094,120V 917,00:06:47.531,120V 918,00:06:47.969,120V 919,00:06:48.406,120V 920,00:06:48.844,120V 921,00:06:49.281,120V 922,00:06:49.734,120V 923,00:06:50.172,120V 924,00:06:50.625,120V 925,00:06:51.078,120V 926,00:06:51.531,120V 927,00:06:51.969,120V 928,00:06:52.406,120V 929,00:06:52.844,120V 930,00:06:53.281,120V 931,00:06:53.719,120V 932,00:06:54.156,120V 933,00:06:54.594,120V 934,00:06:55.047,120V 935,00:06:55.484,120V 936,00:06:55.922,120V 937,00:06:56.375,120V 938,00:06:56.813,120V 939,00:06:57.250,120V 940,00:06:57.734,120V 941,00:06:58.172,120V 942,00:06:58.625,120V 943,00:06:59.063,120.1V 944,00:06:59.500,120.1V 945,00:06:59.953,120.1V 946,00:07:00.391,120.1V 947,00:07:00.875,120V 948,00:07:01.313,120V 949,00:07:01.766,120V 950,00:07:02.203,120.1V 951,00:07:02.641,120.1V 952,00:07:03.078,120.1V 953,00:07:03.516,120V 954,00:07:03.953,120V 955,00:07:04.406,120V 956,00:07:04.844,120V 957,00:07:05.281,120V 958,00:07:05.719,120V 959,00:07:06.172,120V 960,00:07:06.609,120V 961,00:07:07.047,120.1V 962,00:07:07.531,120.1V 963,00:07:07.969,120.1V 964,00:07:08.422,120.2V 965,00:07:08.859,120.2V 966,00:07:09.297,120.1V 967,00:07:09.734,120.1V 968,00:07:10.188,120.1V 969,00:07:10.625,120.1V 970,00:07:11.063,120.1V 971,00:07:11.500,120V 972,00:07:11.938,120.1V 973,00:07:12.422,120.1V 974,00:07:12.875,120.2V 975,00:07:13.313,120.1V 976,00:07:13.750,120.1V 977,00:07:14.203,120V 978,00:07:14.641,120V 979,00:07:15.078,120V 980,00:07:15.516,120.1V 981,00:07:15.953,120.1V 982,00:07:16.391,120.1V 983,00:07:16.844,120.1V 984,00:07:17.328,120.1V 985,00:07:17.766,120.1V 986,00:07:18.203,120.1V 987,00:07:18.656,120.1V 988,00:07:19.094,120V 989,00:07:19.531,120V 990,00:07:19.969,119.9V 991,00:07:20.422,119.9V 992,00:07:20.859,119.9V 993,00:07:21.313,120V 994,00:07:21.750,120V 995,00:07:22.219,120V 996,00:07:22.656,120.1V 997,00:07:23.109,120.1V 998,00:07:23.547,120.2V 999,00:07:23.984,120.2V 1000,00:07:24.438,120.2V 1001,00:07:24.875,120.1V 1002,00:07:25.328,120.1V 1003,00:07:25.766,120.1V 1004,00:07:26.203,120.1V 1005,00:07:26.656,120.1V 1006,00:07:27.125,120.1V 1007,00:07:27.563,120.2V 1008,00:07:28.016,120.1V 1009,00:07:28.453,120.1V 1010,00:07:28.891,120.1V 1011,00:07:29.328,120.2V 1012,00:07:29.781,120.2V 1013,00:07:30.219,120.2V 1014,00:07:30.656,120.3V 1015,00:07:31.109,120.2V 1016,00:07:31.547,120.1V 1017,00:07:32.016,120.2V 1018,00:07:32.469,120.1V 1019,00:07:32.906,120.2V 1020,00:07:33.344,120.1V 1021,00:07:33.797,120.2V 1022,00:07:34.234,120.2V 1023,00:07:34.672,120.1V 1024,00:07:35.109,120.1V 1025,00:07:35.547,120.1V 1026,00:07:36.000,120.2V 1027,00:07:36.438,120.2V 1028,00:07:36.922,120.2V 1029,00:07:37.359,120.2V 1030,00:07:37.813,120.2V 1031,00:07:38.250,120.2V 1032,00:07:38.688,120.2V 1033,00:07:39.141,120.2V 1034,00:07:39.578,120.1V 1035,00:07:40.063,120.1V 1036,00:07:40.516,120.1V 1037,00:07:40.953,120.2V 1038,00:07:41.391,120.2V 1039,00:07:41.844,120.3V 1040,00:07:42.281,120.3V 1041,00:07:42.719,120.3V 1042,00:07:43.172,120.2V 1043,00:07:43.609,120.2V 1044,00:07:44.047,120.1V 1045,00:07:44.500,120.2V 1046,00:07:44.969,120.1V 1047,00:07:45.406,120.2V 1048,00:07:45.844,120.1V 1049,00:07:46.297,120.2V 1050,00:07:46.734,120.1V 1051,00:07:47.172,120.2V 1052,00:07:47.625,120.2V 1053,00:07:48.063,120.3V 1054,00:07:48.500,120.3V 1055,00:07:48.953,120.3V 1056,00:07:49.391,120.3V 1057,00:07:49.859,120.2V 1058,00:07:50.313,120.3V 1059,00:07:50.750,120.3V 1060,00:07:51.203,120.3V 1061,00:07:51.641,120.3V 1062,00:07:52.078,120.3V 1063,00:07:52.516,120.3V 1064,00:07:52.953,120.3V 1065,00:07:53.406,120.3V 1066,00:07:53.844,120.3V 1067,00:07:54.281,120.3V 1068,00:07:54.766,120.2V 1069,00:07:55.203,120.2V 1070,00:07:55.641,120.2V 1071,00:07:56.078,120.3V 1072,00:07:56.531,120.3V 1073,00:07:56.969,120.3V 1074,00:07:57.406,120.3V 1075,00:07:57.844,120.3V 1076,00:07:58.297,120.3V 1077,00:07:58.734,120.3V 1078,00:07:59.172,120.3V 1079,00:07:59.656,120.3V 1080,00:08:00.109,120.3V 1081,00:08:00.547,120.3V 1082,00:08:00.984,120.3V 1083,00:08:01.438,120.3V 1084,00:08:01.875,120.4V 1085,00:08:02.328,120.3V 1086,00:08:02.813,120.3V 1087,00:08:03.250,120.3V 1088,00:08:03.688,120.3V 1089,00:08:04.141,120.3V 1090,00:08:04.578,120.3V 1091,00:08:05.016,120.3V 1092,00:08:05.469,120.3V 1093,00:08:05.906,120.3V 1094,00:08:06.344,120.4V 1095,00:08:06.781,120.4V 1096,00:08:07.219,120.4V 1097,00:08:07.656,120.4V 1098,00:08:08.094,120.4V 1099,00:08:08.531,120.4V 1100,00:08:08.984,120.4V 1101,00:08:09.453,120.4V 1102,00:08:09.906,120.4V 1103,00:08:10.344,120.4V 1104,00:08:10.781,120.4V 1105,00:08:11.219,120.4V 1106,00:08:11.672,120.4V 1107,00:08:12.109,120.4V 1108,00:08:12.547,120.3V 1109,00:08:13.000,120.3V 1110,00:08:13.438,120.3V 1111,00:08:13.875,120.4V 1112,00:08:14.359,120.4V 1113,00:08:14.797,120.4V 1114,00:08:15.234,120.4V 1115,00:08:15.688,120.4V 1116,00:08:16.125,120.3V 1117,00:08:16.563,120.4V 1118,00:08:17.000,120.3V 1119,00:08:17.453,120.3V 1120,00:08:17.891,120.3V 1121,00:08:18.328,120.3V 1122,00:08:18.766,120.3V 1123,00:08:19.250,120.3V 1124,00:08:19.688,120.3V 1125,00:08:20.141,120.3V 1126,00:08:20.578,120.3V 1127,00:08:21.016,120.3V 1128,00:08:21.469,120.3V 1129,00:08:21.906,120.4V 1130,00:08:22.344,120.4V 1131,00:08:22.797,120.4V 1132,00:08:23.234,120.4V 1133,00:08:23.672,120.4V 1134,00:08:24.156,120.4V 1135,00:08:24.594,120.4V 1136,00:08:25.031,120.3V 1137,00:08:25.469,120.3V 1138,00:08:25.906,120.3V 1139,00:08:26.359,120.3V 1140,00:08:26.797,120.3V 1141,00:08:27.234,120.3V 1142,00:08:27.672,120.2V 1143,00:08:28.125,120.2V 1144,00:08:28.563,120.2V 1145,00:08:29.000,120.3V 1146,00:08:29.438,120.2V 1147,00:08:29.875,120.2V 1148,00:08:30.328,120.2V 1149,00:08:30.797,120.2V 1150,00:08:31.234,120.3V 1151,00:08:31.672,120.3V 1152,00:08:32.125,120.3V 1153,00:08:32.563,120.3V 1154,00:08:33.000,120.4V 1155,00:08:33.438,120.4V 1156,00:08:33.875,120.3V 1157,00:08:34.328,120.2V 1158,00:08:34.766,120.2V 1159,00:08:35.203,120.1V 1160,00:08:35.641,120.1V 1161,00:08:36.078,120.1V 1162,00:08:36.531,120V 1163,00:08:36.969,120V 1164,00:08:37.453,120V 1165,00:08:37.891,120.2V 1166,00:08:38.328,120.2V 1167,00:08:38.766,120.3V 1168,00:08:39.219,120.3V 1169,00:08:39.656,120.2V 1170,00:08:40.094,120.2V 1171,00:08:40.531,120.1V 1172,00:08:40.969,120.2V 1173,00:08:41.422,120.2V 1174,00:08:41.859,120.2V 1175,00:08:42.344,120.2V 1176,00:08:42.781,120.2V 1177,00:08:43.234,120.2V 1178,00:08:43.672,120.2V 1179,00:08:44.125,120.2V 1180,00:08:44.563,120.2V 1181,00:08:45.000,120.1V 1182,00:08:45.438,120.1V 1183,00:08:45.891,120V 1184,00:08:46.328,120.1V 1185,00:08:46.766,120.2V 1186,00:08:47.250,120.2V 1187,00:08:47.688,120.2V 1188,00:08:48.141,120.1V 1189,00:08:48.578,120.2V 1190,00:08:49.016,120.2V 1191,00:08:49.453,120.2V 1192,00:08:49.891,120.2V 1193,00:08:50.328,120.1V 1194,00:08:50.766,120.1V 1195,00:08:51.219,120.2V 1196,00:08:51.656,120.2V 1197,00:08:52.141,120.2V 1198,00:08:52.578,120.2V 1199,00:08:53.031,120.2V 1200,00:08:53.469,120.2V 1201,00:08:53.906,120.2V 1202,00:08:54.344,120.2V 1203,00:08:54.797,120.2V 1204,00:08:55.234,120.2V 1205,00:08:55.672,120.3V 1206,00:08:56.109,120.3V 1207,00:08:56.547,120.3V 1208,00:08:56.984,120.3V 1209,00:08:57.438,120.3V 1210,00:08:57.875,120.3V 1211,00:08:58.313,120.3V 1212,00:08:58.797,120.3V 1213,00:08:59.234,120.3V 1214,00:08:59.672,120.3V 1215,00:09:00.109,120.3V 1216,00:09:00.563,120.3V 1217,00:09:01.000,120.3V 1218,00:09:01.438,120.3V 1219,00:09:01.891,120.3V 1220,00:09:02.328,120.3V 1221,00:09:02.766,120.3V 1222,00:09:03.203,120.3V 1223,00:09:03.688,120.3V 1224,00:09:04.141,120.3V 1225,00:09:04.578,120.3V 1226,00:09:05.016,120.3V 1227,00:09:05.453,120.3V 1228,00:09:05.906,120.3V 1229,00:09:06.344,120.3V 1230,00:09:06.781,120.3V 1231,00:09:07.219,120.3V 1232,00:09:07.672,120.3V 1233,00:09:08.109,120.3V 1234,00:09:08.594,120.3V 1235,00:09:09.031,120.3V 1236,00:09:09.469,120.3V 1237,00:09:09.906,120.2V 1238,00:09:10.359,120.2V 1239,00:09:10.797,120.2V 1240,00:09:11.234,120.3V 1241,00:09:11.672,120.2V 1242,00:09:12.125,120.2V 1243,00:09:12.563,120.3V 1244,00:09:13.000,120.3V 1245,00:09:13.438,120.3V 1246,00:09:13.875,120.3V 1247,00:09:14.313,120.3V 1248,00:09:14.750,120.3V 1249,00:09:15.234,120.3V 1250,00:09:15.688,120.3V 1251,00:09:16.125,120.3V 1252,00:09:16.563,120.2V 1253,00:09:17.016,120.3V 1254,00:09:17.453,120.3V 1255,00:09:17.891,120.3V 1256,00:09:18.328,120.3V 1257,00:09:18.766,120.3V 1258,00:09:19.203,120.3V 1259,00:09:19.641,120.3V 1260,00:09:20.141,120.3V 1261,00:09:20.578,120.2V 1262,00:09:21.031,120.2V 1263,00:09:21.484,120.3V 1264,00:09:21.922,120.3V 1265,00:09:22.375,120.3V 1266,00:09:22.813,120.3V 1267,00:09:23.281,120.2V 1268,00:09:23.719,120.2V 1269,00:09:24.172,120.2V 1270,00:09:24.609,120.2V 1271,00:09:25.047,120.2V 1272,00:09:25.484,120.2V 1273,00:09:25.922,120.2V 1274,00:09:26.375,120.2V 1275,00:09:26.813,120.1V 1276,00:09:27.250,120.2V 1277,00:09:27.688,120.1V 1278,00:09:28.188,120.2V 1279,00:09:28.625,120.2V 1280,00:09:29.063,120.2V 1281,00:09:29.500,120.2V 1282,00:09:29.938,120.2V 1283,00:09:30.391,120.2V 1284,00:09:30.828,120.2V 1285,00:09:31.266,120.3V 1286,00:09:31.703,120.2V 1287,00:09:32.156,120.2V 1288,00:09:32.594,120.2V 1289,00:09:33.031,120.2V 1290,00:09:33.469,120.2V 1291,00:09:33.906,120.2V 1292,00:09:34.359,120.1V 1293,00:09:34.828,120V 1294,00:09:35.281,120V 1295,00:09:35.719,120V 1296,00:09:36.156,120.1V 1297,00:09:36.594,120V 1298,00:09:37.047,120V 1299,00:09:37.484,120V 1300,00:09:37.922,120V 1301,00:09:38.359,119.9V 1302,00:09:38.797,120V 1303,00:09:39.250,120V 1304,00:09:39.734,120V 1305,00:09:40.172,120V 1306,00:09:40.609,120V 1307,00:09:41.047,120.1V 1308,00:09:41.500,120.1V 1309,00:09:41.938,120.1V 1310,00:09:42.375,120.1V 1311,00:09:42.813,120.1V 1312,00:09:43.266,120.1V 1313,00:09:43.703,120.2V 1314,00:09:44.141,120.2V 1315,00:09:44.625,120.1V 1316,00:09:45.078,120.1V 1317,00:09:45.516,120.2V 1318,00:09:45.953,120.2V 1319,00:09:46.391,120.2V 1320,00:09:46.828,120.2V 1321,00:09:47.266,120.2V 1322,00:09:47.703,120.1V 1323,00:09:48.156,120.1V 1324,00:09:48.594,120.1V 1325,00:09:49.031,120.1V 1326,00:09:49.469,120.1V 1327,00:09:49.906,120.1V 1328,00:09:50.359,120.1V 1329,00:09:50.797,120.1V 1330,00:09:51.266,120.1V 1331,00:09:51.703,120.1V 1332,00:09:52.156,120.1V 1333,00:09:52.594,120.1V 1334,00:09:53.031,120.1V 1335,00:09:53.469,120.1V 1336,00:09:53.906,120.1V 1337,00:09:54.344,120.1V 1338,00:09:54.781,120.1V 1339,00:09:55.234,120.1V 1340,00:09:55.672,120.1V 1341,00:09:56.109,120.1V 1342,00:09:56.547,120.1V 1343,00:09:57.000,120.1V 1344,00:09:57.438,120V 1345,00:09:57.922,120V 1346,00:09:58.359,120V 1347,00:09:58.813,120V 1348,00:09:59.234,120V 1349,00:09:59.688,120V 1350,00:10:00.125,120V 1351,00:10:00.563,120V 1352,00:10:01.000,120V 1353,00:10:01.453,120V 1354,00:10:01.891,120V 1355,00:10:02.328,120V 1356,00:10:02.813,120V 1357,00:10:03.266,120V 1358,00:10:03.703,120V 1359,00:10:04.156,120V 1360,00:10:04.594,120V 1361,00:10:05.047,120V 1362,00:10:05.484,120V 1363,00:10:05.969,120V 1364,00:10:06.406,120.1V 1365,00:10:06.844,120.1V 1366,00:10:07.297,120.1V 1367,00:10:07.734,120.1V 1368,00:10:08.172,120.1V 1369,00:10:08.609,120.1V 1370,00:10:09.063,120.1V 1371,00:10:09.500,120.1V 1372,00:10:09.938,120.1V 1373,00:10:10.375,120.1V 1374,00:10:10.859,120.1V 1375,00:10:11.313,120V 1376,00:10:11.750,120V 1377,00:10:12.188,120V 1378,00:10:12.625,120V 1379,00:10:13.063,120.1V 1380,00:10:13.500,120V 1381,00:10:13.938,120V 1382,00:10:14.391,120V 1383,00:10:14.828,120V 1384,00:10:15.266,120V 1385,00:10:15.703,120V 1386,00:10:16.156,120.1V 1387,00:10:16.594,120V 1388,00:10:17.031,120V 1389,00:10:17.516,120V 1390,00:10:17.953,120V 1391,00:10:18.391,120V 1392,00:10:18.844,120V 1393,00:10:19.281,120V 1394,00:10:19.719,120V 1395,00:10:20.156,120V 1396,00:10:20.609,120V 1397,00:10:21.047,120V 1398,00:10:21.500,119.9V 1399,00:10:21.938,119.9V 1400,00:10:22.406,120V 1401,00:10:22.859,120V 1402,00:10:23.313,119.9V 1403,00:10:23.750,119.8V 1404,00:10:24.203,119.8V 1405,00:10:24.641,119.9V 1406,00:10:25.078,119.9V 1407,00:10:25.563,120V 1408,00:10:26.000,120V 1409,00:10:26.438,120V 1410,00:10:26.891,119.8V 1411,00:10:27.328,119.8V 1412,00:10:27.766,119.8V 1413,00:10:28.203,119.9V 1414,00:10:28.641,120.1V 1415,00:10:29.094,120.2V 1416,00:10:29.531,120.2V 1417,00:10:29.969,120.2V 1418,00:10:30.406,120.2V 1419,00:10:30.844,120.2V 1420,00:10:31.281,120.2V 1421,00:10:31.719,120.2V 1422,00:10:32.203,120.2V 1423,00:10:32.656,120.2V 1424,00:10:33.094,120.2V 1425,00:10:33.531,120.2V 1426,00:10:33.969,120.2V 1427,00:10:34.406,120.2V 1428,00:10:34.844,120.2V 1429,00:10:35.297,120.3V 1430,00:10:35.734,120.2V 1431,00:10:36.172,120.2V 1432,00:10:36.609,120.2V 1433,00:10:37.063,120.2V 1434,00:10:37.500,120.2V 1435,00:10:37.938,120.3V 1436,00:10:38.391,120.2V 1437,00:10:38.859,120.2V 1438,00:10:39.297,120.1V 1439,00:10:39.750,120.2V 1440,00:10:40.188,120.1V 1441,00:10:40.625,120.1V 1442,00:10:41.063,120.1V 1443,00:10:41.516,120.1V 1444,00:10:42.000,120.2V 1445,00:10:42.453,120.2V 1446,00:10:42.891,120.2V 1447,00:10:43.328,120.2V 1448,00:10:43.766,120.2V 1449,00:10:44.203,120.2V 1450,00:10:44.641,120.2V 1451,00:10:45.078,120.2V 1452,00:10:45.516,120.2V 1453,00:10:45.969,120.2V 1454,00:10:46.406,120.2V 1455,00:10:46.844,120.2V 1456,00:10:47.281,120.2V 1457,00:10:47.719,120.2V 1458,00:10:48.156,120.2V 1459,00:10:48.594,120.3V 1460,00:10:49.031,120.3V 1461,00:10:49.469,120.3V 1462,00:10:49.906,120.2V 1463,00:10:50.344,120.2V 1464,00:10:50.781,120.2V 1465,00:10:51.219,120.2V 1466,00:10:51.672,120.1V 1467,00:10:52.156,120.1V 1468,00:10:52.609,120.1V 1469,00:10:53.047,120.1V 1470,00:10:53.484,120.1V 1471,00:10:53.922,120.2V 1472,00:10:54.359,120.2V 1473,00:10:54.813,120.2V 1474,00:10:55.250,120.1V 1475,00:10:55.688,120V 1476,00:10:56.125,120.1V 1477,00:10:56.563,120.1V 1478,00:10:57.047,119.9V 1479,00:10:57.500,119.9V 1480,00:10:57.938,120V 1481,00:10:58.375,120V 1482,00:10:58.813,120V 1483,00:10:59.250,120V 1484,00:10:59.688,120V 1485,00:11:00.141,120.1V 1486,00:11:00.578,120.2V 1487,00:11:01.016,120.1V 1488,00:11:01.453,120V 1489,00:11:01.953,119.9V 1490,00:11:02.391,119.9V 1491,00:11:02.828,119.9V 1492,00:11:03.266,119.9V 1493,00:11:03.703,119.9V 1494,00:11:04.156,120V 1495,00:11:04.594,119.9V 1496,00:11:05.031,119.9V 1497,00:11:05.469,119.9V 1498,00:11:05.922,120V 1499,00:11:06.359,120V 1500,00:11:06.797,120V 1501,00:11:07.234,120V 1502,00:11:07.688,120V 1503,00:11:08.109,120V 1504,00:11:08.594,120.1V 1505,00:11:09.047,120V 1506,00:11:09.484,120V 1507,00:11:09.922,119.7V 1508,00:11:10.359,119.8V 1509,00:11:10.797,119.8V 1510,00:11:11.234,119.9V 1511,00:11:11.688,120V 1512,00:11:12.125,120V 1513,00:11:12.563,120V 1514,00:11:13.000,119.5V 1515,00:11:13.500,119.4V 1516,00:11:13.938,119.3V 1517,00:11:14.375,119.8V 1518,00:11:14.813,119.8V 1519,00:11:15.250,119.8V 1520,00:11:15.688,119.8V 1521,00:11:16.125,119.8V 1522,00:11:16.563,119.9V 1523,00:11:17.000,119.7V 1524,00:11:17.438,119.7V 1525,00:11:17.891,119.7V 1526,00:11:18.328,119.8V 1527,00:11:18.781,119.8V 1528,00:11:19.219,119.7V 1529,00:11:19.656,119.7V 1530,00:11:20.094,119.6V 1531,00:11:20.531,119.6V 1532,00:11:20.969,119.5V 1533,00:11:21.422,119.7V 1534,00:11:21.891,119.7V 1535,00:11:22.328,119.7V 1536,00:11:22.766,119.7V 1537,00:11:23.219,119.7V 1538,00:11:23.656,119.7V 1539,00:11:24.094,119.7V 1540,00:11:24.531,119.7V 1541,00:11:24.984,119.5V 1542,00:11:25.422,119.5V 1543,00:11:25.859,119.4V 1544,00:11:26.297,119.4V 1545,00:11:26.734,119.4V 1546,00:11:27.188,119.4V 1547,00:11:27.625,119.3V 1548,00:11:28.063,119.3V 1549,00:11:28.547,119.4V 1550,00:11:28.984,119.5V 1551,00:11:29.422,119.5V 1552,00:11:29.859,119.6V 1553,00:11:30.297,119.6V 1554,00:11:30.734,119.6V 1555,00:11:31.172,119.5V 1556,00:11:31.625,119.7V 1557,00:11:32.063,119.7V 1558,00:11:32.500,119.7V 1559,00:11:32.953,119.7V 1560,00:11:33.438,119.6V 1561,00:11:33.875,119.6V 1562,00:11:34.328,119.6V 1563,00:11:34.766,119.6V 1564,00:11:35.203,119.6V 1565,00:11:35.656,119.6V 1566,00:11:36.094,119.6V 1567,00:11:36.531,119.6V 1568,00:11:36.969,119.6V 1569,00:11:37.406,119.7V 1570,00:11:37.859,119.6V 1571,00:11:38.344,119.6V 1572,00:11:38.781,119.5V 1573,00:11:39.219,119.6V 1574,00:11:39.656,119.5V 1575,00:11:40.109,119.4V 1576,00:11:40.547,119.4V 1577,00:11:40.984,119.4V 1578,00:11:41.422,119.6V 1579,00:11:41.859,119.7V 1580,00:11:42.297,119.7V 1581,00:11:42.750,119.7V 1582,00:11:43.188,119.6V 1583,00:11:43.625,119.6V 1584,00:11:44.063,119.6V 1585,00:11:44.516,119.7V 1586,00:11:44.984,119.7V 1587,00:11:45.422,119.7V 1588,00:11:45.859,119.7V 1589,00:11:46.313,119.7V 1590,00:11:46.750,119.6V 1591,00:11:47.188,119.6V 1592,00:11:47.625,119.7V 1593,00:11:48.063,119.7V 1594,00:11:48.500,119.7V 1595,00:11:48.953,119.7V 1596,00:11:49.391,119.7V 1597,00:11:49.828,119.5V 1598,00:11:50.266,119.5V 1599,00:11:50.703,119.5V 1600,00:11:51.141,119.5V 1601,00:11:51.625,119.6V 1602,00:11:52.078,119.7V 1603,00:11:52.516,119.7V 1604,00:11:52.953,119.7V 1605,00:11:53.391,119.7V 1606,00:11:53.844,119.6V 1607,00:11:54.281,119.7V 1608,00:11:54.734,119.6V 1609,00:11:55.172,119.6V 1610,00:11:55.609,119.5V 1611,00:11:56.047,119.5V 1612,00:11:56.531,119.6V 1613,00:11:56.969,119.7V 1614,00:11:57.406,119.7V 1615,00:11:57.844,119.6V 1616,00:11:58.281,119.7V 1617,00:11:58.734,119.6V 1618,00:11:59.172,119.6V 1619,00:11:59.625,119.5V 1620,00:12:00.063,119.6V 1621,00:12:00.500,119.6V 1622,00:12:00.953,119.6V 1623,00:12:01.422,119.6V 1624,00:12:01.875,119.7V 1625,00:12:02.313,119.7V 1626,00:12:02.766,119.6V 1627,00:12:03.203,119.6V 1628,00:12:03.641,119.6V 1629,00:12:04.094,119.6V 1630,00:12:04.578,119.5V 1631,00:12:05.031,119.6V 1632,00:12:05.469,119.6V 1633,00:12:05.906,119.6V 1634,00:12:06.344,119.6V 1635,00:12:06.797,119.7V 1636,00:12:07.234,119.5V 1637,00:12:07.672,119.5V 1638,00:12:08.109,119.5V 1639,00:12:08.547,119.7V 1640,00:12:08.984,119.7V 1641,00:12:09.422,119.6V 1642,00:12:09.859,119.6V 1643,00:12:10.297,119.6V 1644,00:12:10.734,119.5V 1645,00:12:11.219,119.6V 1646,00:12:11.672,119.7V 1647,00:12:12.109,119.7V 1648,00:12:12.547,119.7V 1649,00:12:12.984,119.7V 1650,00:12:13.422,119.7V 1651,00:12:13.859,119.7V 1652,00:12:14.313,119.7V 1653,00:12:14.750,119.7V 1654,00:12:15.188,119.7V 1655,00:12:15.625,119.7V 1656,00:12:16.063,119.7V 1657,00:12:16.516,119.6V 1658,00:12:16.953,119.6V 1659,00:12:17.391,119.6V 1660,00:12:17.875,119.6V 1661,00:12:18.313,119.7V 1662,00:12:18.766,119.7V 1663,00:12:19.203,119.7V 1664,00:12:19.641,119.7V 1665,00:12:20.078,119.7V 1666,00:12:20.516,119.7V 1667,00:12:20.953,119.7V 1668,00:12:21.391,119.6V 1669,00:12:21.828,119.6V 1670,00:12:22.281,119.5V 1671,00:12:22.719,119.5V 1672,00:12:23.172,119.4V 1673,00:12:23.609,119.5V 1674,00:12:24.047,119.5V 1675,00:12:24.516,119.6V 1676,00:12:24.953,119.6V 1677,00:12:25.406,119.6V 1678,00:12:25.844,119.7V 1679,00:12:26.281,119.7V 1680,00:12:26.719,119.7V 1681,00:12:27.156,119.7V 1682,00:12:27.594,119.7V 1683,00:12:28.047,119.7V 1684,00:12:28.484,119.7V 1685,00:12:28.938,119.6V 1686,00:12:29.375,119.5V 1687,00:12:29.813,119.4V 1688,00:12:30.250,119.4V 1689,00:12:30.688,119.5V 1690,00:12:31.172,119.4V 1691,00:12:31.609,119.5V 1692,00:12:32.063,119.5V 1693,00:12:32.500,119.6V 1694,00:12:32.938,119.6V 1695,00:12:33.375,119.6V 1696,00:12:33.828,119.6V 1697,00:12:34.266,119.5V 1698,00:12:34.703,119.4V 1699,00:12:35.141,119.4V 1700,00:12:35.594,119.5V 1701,00:12:36.063,119.6V 1702,00:12:36.516,119.6V 1703,00:12:36.953,119.7V 1704,00:12:37.391,119.7V 1705,00:12:37.828,119.6V 1706,00:12:38.266,119.6V 1707,00:12:38.719,119.5V 1708,00:12:39.156,119.4V 1709,00:12:39.594,119.4V 1710,00:12:40.031,119.5V 1711,00:12:40.469,119.5V 1712,00:12:40.906,119.7V 1713,00:12:41.359,119.7V 1714,00:12:41.797,119.7V 1715,00:12:42.234,119.7V 1716,00:12:42.719,119.8V 1717,00:12:43.172,119.7V 1718,00:12:43.609,119.7V 1719,00:12:44.047,119.7V 1720,00:12:44.484,119.6V 1721,00:12:44.922,119.7V 1722,00:12:45.359,119.7V 1723,00:12:45.813,119.7V 1724,00:12:46.250,119.7V 1725,00:12:46.672,119.8V 1726,00:12:47.109,119.7V 1727,00:12:47.563,119.8V 1728,00:12:48.000,119.8V 1729,00:12:48.438,119.8V 1730,00:12:48.875,119.8V 1731,00:12:49.359,119.8V 1732,00:12:49.797,119.9V 1733,00:12:50.250,119.8V 1734,00:12:50.688,119.8V 1735,00:12:51.125,119.8V 1736,00:12:51.563,119.8V 1737,00:12:52.000,119.8V 1738,00:12:52.453,119.7V 1739,00:12:52.891,119.7V 1740,00:12:53.328,119.7V 1741,00:12:53.766,119.7V 1742,00:12:54.203,119.8V 1743,00:12:54.641,119.8V 1744,00:12:55.094,119.8V 1745,00:12:55.531,119.8V 1746,00:12:56.016,119.9V 1747,00:12:56.453,119.9V 1748,00:12:56.891,119.9V 1749,00:12:57.328,119.8V 1750,00:12:57.781,119.8V 1751,00:12:58.219,119.8V 1752,00:12:58.672,119.9V 1753,00:12:59.156,119.9V 1754,00:12:59.594,119.9V 1755,00:13:00.031,119.9V 1756,00:13:00.484,119.9V 1757,00:13:00.922,119.8V 1758,00:13:01.359,119.8V 1759,00:13:01.797,119.7V 1760,00:13:02.234,119.7V 1761,00:13:02.688,119.7V 1762,00:13:03.125,119.8V 1763,00:13:03.563,119.8V 1764,00:13:04.000,119.8V 1765,00:13:04.438,119.9V 1766,00:13:04.875,119.8V 1767,00:13:05.328,119.8V 1768,00:13:05.813,119.8V 1769,00:13:06.250,119.9V 1770,00:13:06.703,119.9V 1771,00:13:07.141,119.8V 1772,00:13:07.578,119.8V 1773,00:13:08.016,119.7V 1774,00:13:08.453,119.8V 1775,00:13:08.891,119.8V 1776,00:13:09.328,119.8V 1777,00:13:09.766,119.8V 1778,00:13:10.219,119.8V 1779,00:13:10.656,119.8V 1780,00:13:11.094,119.9V 1781,00:13:11.531,119.8V 1782,00:13:11.969,119.8V 1783,00:13:12.453,119.8V 1784,00:13:12.906,119.8V 1785,00:13:13.344,119.8V 1786,00:13:13.797,119.8V 1787,00:13:14.234,119.9V 1788,00:13:14.672,119.9V 1789,00:13:15.125,119.9V 1790,00:13:15.609,119.9V 1791,00:13:16.047,119.9V 1792,00:13:16.500,120V 1793,00:13:16.922,120V 1794,00:13:17.375,120V 1795,00:13:17.813,120V 1796,00:13:18.250,120V 1797,00:13:18.688,120V 1798,00:13:19.125,120V 1799,00:13:19.578,120V 1800,00:13:20.016,119.9V 1801,00:13:20.500,119.9V 1802,00:13:20.938,119.9V 1803,00:13:21.375,119.9V 1804,00:13:21.828,119.9V 1805,00:13:22.266,119.8V 1806,00:13:22.703,119.5V 1807,00:13:23.156,119.3V 1808,00:13:23.594,119.2V 1809,00:13:24.031,119.4V 1810,00:13:24.469,119.5V 1811,00:13:24.922,119.7V 1812,00:13:25.406,119.7V 1813,00:13:25.844,119.7V 1814,00:13:26.281,119.7V 1815,00:13:26.734,119.7V 1816,00:13:27.172,119.7V 1817,00:13:27.609,119.7V 1818,00:13:28.063,119.7V 1819,00:13:28.500,119.8V 1820,00:13:28.938,119.8V 1821,00:13:29.375,119.8V 1822,00:13:29.813,119.7V 1823,00:13:30.297,119.7V 1824,00:13:30.734,119.6V 1825,00:13:31.188,119.7V 1826,00:13:31.625,119.8V 1827,00:13:32.063,119.9V 1828,00:13:32.500,119.9V 1829,00:13:32.938,120V 1830,00:13:33.375,119.9V 1831,00:13:33.813,119.9V 1832,00:13:34.250,119.9V 1833,00:13:34.688,119.9V 1834,00:13:35.125,119.9V 1835,00:13:35.578,119.9V 1836,00:13:36.016,119.9V 1837,00:13:36.453,119.9V 1838,00:13:36.891,120V 1839,00:13:37.344,120V 1840,00:13:37.781,120V 1841,00:13:38.219,119.9V 1842,00:13:38.703,119.8V 1843,00:13:39.141,119.9V 1844,00:13:39.578,120V 1845,00:13:40.031,120V 1846,00:13:40.469,120V 1847,00:13:40.906,120V 1848,00:13:41.344,120V 1849,00:13:41.781,119.9V 1850,00:13:42.219,120V 1851,00:13:42.672,120V 1852,00:13:43.109,119.9V 1853,00:13:43.594,120V 1854,00:13:44.047,120V 1855,00:13:44.484,120V 1856,00:13:44.922,120V 1857,00:13:45.359,119.9V 1858,00:13:45.797,119.9V 1859,00:13:46.234,119.9V 1860,00:13:46.672,119.9V 1861,00:13:47.109,119.9V 1862,00:13:47.563,120V 1863,00:13:48.000,120V 1864,00:13:48.438,120V 1865,00:13:48.891,120V 1866,00:13:49.328,120V 1867,00:13:49.766,120V 1868,00:13:50.234,119.9V 1869,00:13:50.688,119.9V 1870,00:13:51.141,119.9V 1871,00:13:51.594,119.9V 1872,00:13:52.031,119.9V 1873,00:13:52.469,119.9V 1874,00:13:52.922,119.9V 1875,00:13:53.391,119.8V 1876,00:13:53.844,119.8V 1877,00:13:54.281,119.7V 1878,00:13:54.719,119.7V 1879,00:13:55.172,119.7V 1880,00:13:55.609,119.5V 1881,00:13:56.047,119.5V 1882,00:13:56.484,119.4V 1883,00:13:56.922,119.5V 1884,00:13:57.375,119.5V 1885,00:13:57.813,119.5V 1886,00:13:58.297,119.5V 1887,00:13:58.734,119.6V 1888,00:13:59.172,119.6V 1889,00:13:59.609,119.6V 1890,00:14:00.047,119.6V 1891,00:14:00.500,119.7V 1892,00:14:00.938,119.7V 1893,00:14:01.375,119.7V 1894,00:14:01.828,119.7V 1895,00:14:02.266,119.8V 1896,00:14:02.703,119.8V 1897,00:14:03.188,119.6V 1898,00:14:03.625,119.6V 1899,00:14:04.078,119.5V 1900,00:14:04.516,119.7V 1901,00:14:04.969,119.7V 1902,00:14:05.406,119.9V 1903,00:14:05.844,119.9V 1904,00:14:06.281,120V 1905,00:14:06.734,119.9V 1906,00:14:07.172,120V 1907,00:14:07.609,120V 1908,00:14:08.094,120.1V 1909,00:14:08.516,120.1V 1910,00:14:08.969,120.2V 1911,00:14:09.406,120.1V 1912,00:14:09.844,120.1V 1913,00:14:10.297,120.1V 1914,00:14:10.734,120.1V 1915,00:14:11.172,120.1V 1916,00:14:11.625,120.1V 1917,00:14:12.063,120.1V 1918,00:14:12.516,120.1V 1919,00:14:12.984,120.1V 1920,00:14:13.422,120.1V 1921,00:14:13.859,120V 1922,00:14:14.313,120V 1923,00:14:14.750,120V 1924,00:14:15.188,120V 1925,00:14:15.641,120V 1926,00:14:16.078,120V 1927,00:14:16.516,120V 1928,00:14:16.953,120V 1929,00:14:17.391,120V 1930,00:14:17.875,120V 1931,00:14:18.328,120V 1932,00:14:18.766,120V 1933,00:14:19.219,120.1V 1934,00:14:19.656,120.1V 1935,00:14:20.094,120.2V 1936,00:14:20.531,120.2V 1937,00:14:20.969,120.2V 1938,00:14:21.422,120.2V 1939,00:14:21.859,120.2V 1940,00:14:22.297,120.1V 1941,00:14:22.781,120V 1942,00:14:23.219,120V 1943,00:14:23.656,120V 1944,00:14:24.109,119.9V 1945,00:14:24.547,119.9V 1946,00:14:24.984,119.9V 1947,00:14:25.438,120V 1948,00:14:25.875,120V 1949,00:14:26.313,120V 1950,00:14:26.750,120V 1951,00:14:27.188,120V 1952,00:14:27.672,120.1V 1953,00:14:28.125,120.2V 1954,00:14:28.563,120.1V 1955,00:14:29.000,120.2V 1956,00:14:29.438,120.2V 1957,00:14:29.875,120.2V 1958,00:14:30.313,120.3V 1959,00:14:30.750,120.3V 1960,00:14:31.188,120.3V 1961,00:14:31.641,120.2V 1962,00:14:32.078,120.2V 1963,00:14:32.516,120.2V 1964,00:14:32.953,120.2V 1965,00:14:33.391,120.2V 1966,00:14:33.828,120.2V 1967,00:14:34.266,120.3V 1968,00:14:34.719,120.2V 1969,00:14:35.156,120.2V 1970,00:14:35.594,120.1V 1971,00:14:36.078,120V 1972,00:14:36.531,120V 1973,00:14:36.969,120.1V 1974,00:14:37.406,120.1V 1975,00:14:37.844,120.1V 1976,00:14:38.281,120.1V 1977,00:14:38.719,119.9V 1978,00:14:39.172,119.9V 1979,00:14:39.609,119.8V 1980,00:14:40.047,119.9V 1981,00:14:40.484,119.8V 1982,00:14:40.969,119.9V 1983,00:14:41.406,119.8V 1984,00:14:41.844,119.8V 1985,00:14:42.281,119.9V 1986,00:14:42.719,120V 1987,00:14:43.156,120V 1988,00:14:43.609,120V 1989,00:14:44.047,120.1V 1990,00:14:44.484,120.1V 1991,00:14:44.922,120.1V 1992,00:14:45.375,120.1V 1993,00:14:45.813,120.1V 1994,00:14:46.250,120.1V 1995,00:14:46.688,120.1V 1996,00:14:47.125,120.1V 1997,00:14:47.578,120.2V 1998,00:14:48.016,120.3V 1999,00:14:48.453,120.3V 2000,00:14:48.906,120.3V 2001,00:14:49.375,120.3V 2002,00:14:49.813,120.3V 2003,00:14:50.266,120.2V 2004,00:14:50.719,120.2V 2005,00:14:51.156,120.3V 2006,00:14:51.609,120.3V 2007,00:14:52.047,120.3V 2008,00:14:52.516,120.2V 2009,00:14:52.953,120.2V 2010,00:14:53.406,120.3V 2011,00:14:53.844,120.2V 2012,00:14:54.281,120.2V 2013,00:14:54.734,120.2V 2014,00:14:55.172,120.3V 2015,00:14:55.609,120.3V 2016,00:14:56.063,120.3V 2017,00:14:56.500,120.2V 2018,00:14:56.938,120.2V 2019,00:14:57.422,120.2V 2020,00:14:57.859,120.2V 2021,00:14:58.313,120.2V 2022,00:14:58.750,120.2V 2023,00:14:59.188,120.2V 2024,00:14:59.625,120.2V 2025,00:15:00.063,120.3V 2026,00:15:00.516,120.3V 2027,00:15:00.953,120.2V 2028,00:15:01.391,120.2V 2029,00:15:01.844,120.2V 2030,00:15:02.313,120.3V 2031,00:15:02.766,120.2V 2032,00:15:03.203,120.2V 2033,00:15:03.641,120.2V 2034,00:15:04.078,120.2V 2035,00:15:04.516,120.2V 2036,00:15:04.953,120.2V 2037,00:15:05.391,120.2V 2038,00:15:05.844,120.2V 2039,00:15:06.281,120.2V 2040,00:15:06.719,120.2V 2041,00:15:07.156,120.2V 2042,00:15:07.609,120.2V 2043,00:15:08.047,120.2V 2044,00:15:08.484,120.2V 2045,00:15:08.969,120.2V 2046,00:15:09.406,120.2V 2047,00:15:09.844,120.2V 2048,00:15:10.281,120.2V 2049,00:15:10.719,120.1V 2050,00:15:11.156,120.2V 2051,00:15:11.594,120.2V 2052,00:15:12.047,120.2V 2053,00:15:12.484,120.2V 2054,00:15:12.922,120.2V 2055,00:15:13.359,120.2V 2056,00:15:13.813,120.3V 2057,00:15:14.250,120.3V 2058,00:15:14.688,120.3V 2059,00:15:15.125,120.3V 2060,00:15:15.609,120.3V 2061,00:15:16.063,120.3V 2062,00:15:16.500,120.3V 2063,00:15:16.938,120.4V 2064,00:15:17.375,120.3V 2065,00:15:17.813,120.3V 2066,00:15:18.250,120.3V 2067,00:15:18.688,120.4V 2068,00:15:19.141,120.4V 2069,00:15:19.578,120.4V 2070,00:15:20.016,120.4V 2071,00:15:20.453,120.4V 2072,00:15:20.891,120.4V 2073,00:15:21.328,120.4V 2074,00:15:21.781,120.4V 2075,00:15:22.219,120.3V 2076,00:15:22.656,120.3V 2077,00:15:23.094,120.3V 2078,00:15:23.531,120.3V 2079,00:15:24.016,120.3V 2080,00:15:24.453,120.3V 2081,00:15:24.891,120.3V 2082,00:15:25.344,120.2V 2083,00:15:25.797,120.2V 2084,00:15:26.219,120.2V 2085,00:15:26.656,120.2V 2086,00:15:27.109,120.3V 2087,00:15:27.547,120.3V 2088,00:15:27.984,120.3V 2089,00:15:28.438,120.3V 2090,00:15:28.906,120.5V 2091,00:15:29.359,120.6V 2092,00:15:29.797,120.6V 2093,00:15:30.250,120.6V 2094,00:15:30.688,120.6V 2095,00:15:31.141,120.6V 2096,00:15:31.578,120.6V 2097,00:15:32.063,120.5V 2098,00:15:32.500,120.4V 2099,00:15:32.938,120.2V 2100,00:15:33.375,120V 2101,00:15:33.828,120V 2102,00:15:34.266,120V 2103,00:15:34.719,119.9V 2104,00:15:35.156,119.9V 2105,00:15:35.594,119.9V 2106,00:15:36.047,120V 2107,00:15:36.484,120V 2108,00:15:36.953,120V 2109,00:15:37.406,120V 2110,00:15:37.844,120V 2111,00:15:38.281,119.9V 2112,00:15:38.719,119.9V 2113,00:15:39.172,119.9V 2114,00:15:39.609,119.9V 2115,00:15:40.047,119.9V 2116,00:15:40.484,120V 2117,00:15:40.922,120V 2118,00:15:41.359,120V 2119,00:15:41.797,120V 2120,00:15:42.250,120V 2121,00:15:42.688,120V 2122,00:15:43.125,120V 2123,00:15:43.609,120V 2124,00:15:44.047,120V 2125,00:15:44.484,120V 2126,00:15:44.922,119.9V 2127,00:15:45.359,119.9V 2128,00:15:45.797,120V 2129,00:15:46.234,120V 2130,00:15:46.688,120V 2131,00:15:47.125,120V 2132,00:15:47.563,120V 2133,00:15:48.016,120V 2134,00:15:48.453,119.9V 2135,00:15:48.891,119.9V 2136,00:15:49.344,119.9V 2137,00:15:49.781,119.9V 2138,00:15:50.250,120V 2139,00:15:50.703,120V 2140,00:15:51.141,120V 2141,00:15:51.578,119.9V 2142,00:15:52.016,119.9V 2143,00:15:52.453,120V 2144,00:15:52.906,120V 2145,00:15:53.344,120V 2146,00:15:53.781,120V 2147,00:15:54.219,120V 2148,00:15:54.672,120V 2149,00:15:55.156,120V 2150,00:15:55.594,120V 2151,00:15:56.031,120V 2152,00:15:56.469,120V 2153,00:15:56.922,120V 2154,00:15:57.359,120V 2155,00:15:57.797,120V 2156,00:15:58.234,120V 2157,00:15:58.672,120V 2158,00:15:59.109,120V 2159,00:15:59.563,119.9V 2160,00:16:00.000,119.9V 2161,00:16:00.438,120V 2162,00:16:00.875,120V 2163,00:16:01.313,120V 2164,00:16:01.797,120V 2165,00:16:02.234,120V 2166,00:16:02.688,120V 2167,00:16:03.125,120V 2168,00:16:03.563,120V 2169,00:16:04.000,120V 2170,00:16:04.438,120V 2171,00:16:04.891,120V 2172,00:16:05.328,120V 2173,00:16:05.781,120V 2174,00:16:06.219,120V 2175,00:16:06.703,120V 2176,00:16:07.141,120V 2177,00:16:07.578,120.1V 2178,00:16:08.031,120.1V 2179,00:16:08.453,120.1V 2180,00:16:08.891,120.1V 2181,00:16:09.328,120.1V 2182,00:16:09.781,120.1V 2183,00:16:10.219,120.1V 2184,00:16:10.672,120.1V 2185,00:16:11.109,120.1V 2186,00:16:11.547,120.2V 2187,00:16:11.984,120.2V 2188,00:16:12.422,120.2V 2189,00:16:12.859,120.2V 2190,00:16:13.344,120.2V 2191,00:16:13.797,120.2V 2192,00:16:14.234,120.2V 2193,00:16:14.688,120.1V 2194,00:16:15.125,120.1V 2195,00:16:15.563,120.1V 2196,00:16:15.984,120.1V 2197,00:16:16.438,120.2V 2198,00:16:16.875,120.2V 2199,00:16:17.313,120.2V 2200,00:16:17.750,120.1V 2201,00:16:18.188,120.1V 2202,00:16:18.625,120.1V 2203,00:16:19.078,120.1V 2204,00:16:19.531,120.1V 2205,00:16:19.984,120V 2206,00:16:20.438,120V 2207,00:16:20.875,120V 2208,00:16:21.313,120V 2209,00:16:21.750,120V 2210,00:16:22.188,120V 2211,00:16:22.625,120V 2212,00:16:23.063,120V 2213,00:16:23.516,120V 2214,00:16:23.953,120.1V 2215,00:16:24.391,120.1V 2216,00:16:24.828,120V 2217,00:16:25.281,120V 2218,00:16:25.719,120V 2219,00:16:26.156,120V 2220,00:16:26.641,120.1V 2221,00:16:27.078,120.1V 2222,00:16:27.531,120.1V 2223,00:16:27.969,120.1V 2224,00:16:28.406,120.1V 2225,00:16:28.844,120.1V 2226,00:16:29.281,120.1V 2227,00:16:29.719,120.1V 2228,00:16:30.156,120.1V 2229,00:16:30.594,120.1V 2230,00:16:31.031,120V 2231,00:16:31.484,120.1V 2232,00:16:31.922,120.1V 2233,00:16:32.359,120.2V 2234,00:16:32.797,120.2V 2235,00:16:33.234,120.2V 2236,00:16:33.672,120.2V 2237,00:16:34.125,120.2V 2238,00:16:34.563,120.2V 2239,00:16:35.031,120.2V 2240,00:16:35.484,120.1V 2241,00:16:35.922,120.1V 2242,00:16:36.359,120V 2243,00:16:36.797,120.1V 2244,00:16:37.234,120V 2245,00:16:37.688,120V 2246,00:16:38.125,120V 2247,00:16:38.563,120.1V 2248,00:16:39.000,120V 2249,00:16:39.453,120V 2250,00:16:39.891,120V 2251,00:16:40.328,120.1V 2252,00:16:40.781,120.1V 2253,00:16:41.219,120.1V 2254,00:16:41.688,120.1V 2255,00:16:42.125,120.1V 2256,00:16:42.563,120.1V 2257,00:16:43.016,120.1V 2258,00:16:43.453,120.1V 2259,00:16:43.891,120.1V 2260,00:16:44.328,120.2V 2261,00:16:44.766,120.2V 2262,00:16:45.203,120.1V 2263,00:16:45.656,120.1V 2264,00:16:46.094,120.1V 2265,00:16:46.578,120V 2266,00:16:47.031,120.1V 2267,00:16:47.469,120.1V 2268,00:16:47.922,120.1V 2269,00:16:48.359,120.1V 2270,00:16:48.797,120.1V 2271,00:16:49.250,120.1V 2272,00:16:49.734,120.1V 2273,00:16:50.172,120V 2274,00:16:50.625,120V 2275,00:16:51.063,120.1V 2276,00:16:51.500,120.1V 2277,00:16:51.938,120.2V 2278,00:16:52.375,120.2V 2279,00:16:52.828,120.2V 2280,00:16:53.266,120.2V 2281,00:16:53.703,120.2V 2282,00:16:54.156,120.1V 2283,00:16:54.625,120.1V 2284,00:16:55.078,120.1V 2285,00:16:55.500,120V 2286,00:16:55.938,119.9V 2287,00:16:56.375,119.8V 2288,00:16:56.828,119.8V 2289,00:16:57.266,119.8V 2290,00:16:57.703,119.9V 2291,00:16:58.141,119.9V 2292,00:16:58.594,120V 2293,00:16:59.016,119.9V 2294,00:16:59.469,119.9V 2295,00:16:59.891,119.9V 2296,00:17:00.328,119.9V 2297,00:17:00.781,119.9V 2298,00:17:01.219,119.9V 2299,00:17:01.672,119.9V 2300,00:17:02.109,119.9V 2301,00:17:02.547,119.9V 2302,00:17:03.031,119.8V 2303,00:17:03.469,119.8V 2304,00:17:03.906,119.8V 2305,00:17:04.344,119.8V 2306,00:17:04.797,119.8V 2307,00:17:05.234,119.8V 2308,00:17:05.688,119.8V 2309,00:17:06.125,119.9V 2310,00:17:06.563,119.9V 2311,00:17:07.000,119.9V 2312,00:17:07.438,119.9V 2313,00:17:07.922,119.9V 2314,00:17:08.375,119.9V 2315,00:17:08.813,119.9V 2316,00:17:09.250,119.9V 2317,00:17:09.688,119.9V 2318,00:17:10.141,119.9V 2319,00:17:10.578,119.9V 2320,00:17:11.016,120V 2321,00:17:11.453,119.9V 2322,00:17:11.891,119.9V 2323,00:17:12.328,119.9V 2324,00:17:12.766,119.9V 2325,00:17:13.219,119.8V 2326,00:17:13.656,119.8V 2327,00:17:14.109,119.8V 2328,00:17:14.578,119.9V 2329,00:17:15.016,119.9V 2330,00:17:15.453,119.9V 2331,00:17:15.891,119.9V 2332,00:17:16.328,120V 2333,00:17:16.766,119.9V 2334,00:17:17.203,119.9V 2335,00:17:17.641,119.9V 2336,00:17:18.094,119.9V 2337,00:17:18.516,119.8V 2338,00:17:18.969,119.8V 2339,00:17:19.406,119.8V 2340,00:17:19.844,119.9V 2341,00:17:20.281,119.9V 2342,00:17:20.719,119.9V 2343,00:17:21.156,119.9V 2344,00:17:21.594,119.9V 2345,00:17:22.031,119.9V 2346,00:17:22.469,120V 2347,00:17:22.906,119.9V 2348,00:17:23.359,119.9V 2349,00:17:23.797,119.9V 2350,00:17:24.234,119.9V 2351,00:17:24.719,119.9V 2352,00:17:25.156,119.9V 2353,00:17:25.609,119.9V 2354,00:17:26.047,120V 2355,00:17:26.484,120V 2356,00:17:26.922,120V 2357,00:17:27.359,120V 2358,00:17:27.797,119.8V 2359,00:17:28.250,119.8V 2360,00:17:28.688,119.8V 2361,00:17:29.125,119.9V 2362,00:17:29.563,120V 2363,00:17:30.000,120V 2364,00:17:30.438,120V 2365,00:17:30.875,120V 2366,00:17:31.375,120V 2367,00:17:31.813,120V 2368,00:17:32.250,120V 2369,00:17:32.688,120V 2370,00:17:33.125,120V 2371,00:17:33.563,120V 2372,00:17:34.016,120V 2373,00:17:34.453,119.8V 2374,00:17:34.891,119.7V 2375,00:17:35.328,119.6V 2376,00:17:35.766,119.5V 2377,00:17:36.203,119.6V 2378,00:17:36.641,119.7V 2379,00:17:37.094,119.7V 2380,00:17:37.531,119.7V 2381,00:17:37.969,119.7V 2382,00:17:38.406,119.6V 2383,00:17:38.844,119.6V 2384,00:17:39.281,119.5V 2385,00:17:39.766,119.6V 2386,00:17:40.203,119.6V 2387,00:17:40.641,119.6V 2388,00:17:41.078,119.7V 2389,00:17:41.531,119.7V 2390,00:17:41.969,119.7V 2391,00:17:42.422,119.7V 2392,00:17:42.906,119.7V 2393,00:17:43.344,119.7V 2394,00:17:43.797,119.7V 2395,00:17:44.234,119.7V 2396,00:17:44.672,119.7V 2397,00:17:45.109,119.7V 2398,00:17:45.547,119.7V 2399,00:17:45.984,119.7V 2400,00:17:46.422,119.7V 2401,00:17:46.875,119.7V 2402,00:17:47.313,119.7V 2403,00:17:47.750,119.7V 2404,00:17:48.188,119.7V 2405,00:17:48.641,119.7V 2406,00:17:49.078,119.7V 2407,00:17:49.563,119.6V 2408,00:17:50.000,119.6V 2409,00:17:50.438,119.6V 2410,00:17:50.875,119.7V 2411,00:17:51.328,119.7V 2412,00:17:51.766,119.7V 2413,00:17:52.203,119.7V 2414,00:17:52.641,119.6V 2415,00:17:53.078,119.6V 2416,00:17:53.516,119.6V 2417,00:17:53.953,119.6V 2418,00:17:54.406,119.6V 2419,00:17:54.844,119.7V 2420,00:17:55.297,119.7V 2421,00:17:55.734,119.7V 2422,00:17:56.203,119.6V 2423,00:17:56.641,119.6V 2424,00:17:57.094,119.7V 2425,00:17:57.531,119.7V 2426,00:17:57.984,119.7V 2427,00:17:58.422,119.7V 2428,00:17:58.859,119.7V 2429,00:17:59.297,119.7V 2430,00:17:59.734,119.6V 2431,00:18:00.172,119.6V 2432,00:18:00.609,119.6V 2433,00:18:01.047,119.6V 2434,00:18:01.500,119.7V 2435,00:18:01.938,119.7V 2436,00:18:02.375,119.7V 2437,00:18:02.859,119.7V 2438,00:18:03.297,119.7V 2439,00:18:03.734,119.7V 2440,00:18:04.172,119.7V 2441,00:18:04.609,119.7V 2442,00:18:05.063,119.7V 2443,00:18:05.500,119.7V 2444,00:18:05.938,119.8V 2445,00:18:06.375,119.8V 2446,00:18:06.813,119.8V 2447,00:18:07.250,119.8V 2448,00:18:07.688,119.7V 2449,00:18:08.141,119.7V 2450,00:18:08.578,119.7V 2451,00:18:09.016,119.7V 2452,00:18:09.500,119.7V 2453,00:18:09.953,119.6V 2454,00:18:10.375,119.7V 2455,00:18:10.813,119.7V 2456,00:18:11.266,119.8V 2457,00:18:11.719,119.8V 2458,00:18:12.141,119.8V 2459,00:18:12.578,119.8V 2460,00:18:13.016,119.8V 2461,00:18:13.453,119.7V 2462,00:18:13.891,119.7V 2463,00:18:14.344,119.7V 2464,00:18:14.781,119.7V 2465,00:18:15.219,119.7V 2466,00:18:15.656,119.7V 2467,00:18:16.094,119.8V 2468,00:18:16.531,119.8V 2469,00:18:16.969,119.7V 2470,00:18:17.406,119.8V 2471,00:18:17.859,119.8V 2472,00:18:18.297,119.8V 2473,00:18:18.734,119.8V 2474,00:18:19.172,119.7V 2475,00:18:19.656,119.7V 2476,00:18:20.094,119.7V 2477,00:18:20.531,119.7V 2478,00:18:20.969,119.7V 2479,00:18:21.422,119.7V 2480,00:18:21.859,119.7V 2481,00:18:22.297,119.8V 2482,00:18:22.734,119.7V 2483,00:18:23.188,119.7V 2484,00:18:23.625,119.7V 2485,00:18:24.063,119.7V 2486,00:18:24.500,119.7V 2487,00:18:24.938,119.7V 2488,00:18:25.375,119.7V 2489,00:18:25.828,119.7V 2490,00:18:26.297,119.8V 2491,00:18:26.734,119.8V 2492,00:18:27.188,119.8V 2493,00:18:27.625,119.8V 2494,00:18:28.063,119.8V 2495,00:18:28.500,119.7V 2496,00:18:28.938,119.7V 2497,00:18:29.375,119.7V 2498,00:18:29.813,119.7V 2499,00:18:30.266,119.7V 2500,00:18:30.703,119.6V 2501,00:18:31.141,119.6V 2502,00:18:31.578,119.6V 2503,00:18:32.016,119.6V 2504,00:18:32.469,119.7V 2505,00:18:32.953,119.7V 2506,00:18:33.391,119.7V 2507,00:18:33.828,119.7V 2508,00:18:34.250,119.7V 2509,00:18:34.703,119.7V 2510,00:18:35.141,119.7V 2511,00:18:35.578,119.7V 2512,00:18:36.016,119.7V 2513,00:18:36.453,119.7V 2514,00:18:36.891,119.7V 2515,00:18:37.328,119.7V 2516,00:18:37.781,119.7V 2517,00:18:38.203,119.7V 2518,00:18:38.641,119.7V 2519,00:18:39.094,119.7V 2520,00:18:39.531,119.7V 2521,00:18:39.969,119.7V 2522,00:18:40.406,119.7V 2523,00:18:40.844,119.6V 2524,00:18:41.297,119.7V 2525,00:18:41.734,119.8V 2526,00:18:42.172,119.8V 2527,00:18:42.609,119.8V 2528,00:18:43.094,119.9V 2529,00:18:43.531,119.9V 2530,00:18:43.969,119.9V 2531,00:18:44.406,119.8V 2532,00:18:44.859,119.9V 2533,00:18:45.297,119.9V 2534,00:18:45.734,119.8V 2535,00:18:46.188,119.7V 2536,00:18:46.625,119.6V 2537,00:18:47.063,119.7V 2538,00:18:47.500,119.7V 2539,00:18:47.938,119.7V 2540,00:18:48.375,119.7V 2541,00:18:48.813,119.7V 2542,00:18:49.250,119.7V 2543,00:18:49.734,119.7V 2544,00:18:50.188,119.7V 2545,00:18:50.625,119.7V 2546,00:18:51.063,119.8V 2547,00:18:51.500,119.8V 2548,00:18:51.953,119.8V 2549,00:18:52.391,119.8V 2550,00:18:52.828,119.8V 2551,00:18:53.266,119.8V 2552,00:18:53.703,119.8V 2553,00:18:54.141,119.8V 2554,00:18:54.578,119.8V 2555,00:18:55.031,119.7V 2556,00:18:55.453,119.8V 2557,00:18:55.906,119.7V 2558,00:18:56.391,119.7V 2559,00:18:56.828,119.7V 2560,00:18:57.266,119.7V 2561,00:18:57.703,119.7V 2562,00:18:58.141,119.7V 2563,00:18:58.578,119.8V 2564,00:18:59.016,119.8V 2565,00:18:59.469,119.7V 2566,00:18:59.906,119.7V 2567,00:19:00.344,119.8V 2568,00:19:00.781,119.8V 2569,00:19:01.219,119.8V 2570,00:19:01.656,119.8V 2571,00:19:02.094,119.8V 2572,00:19:02.531,119.7V 2573,00:19:02.969,119.7V 2574,00:19:03.406,119.7V 2575,00:19:03.844,119.7V 2576,00:19:04.297,119.7V 2577,00:19:04.734,119.7V 2578,00:19:05.172,119.7V 2579,00:19:05.609,119.7V 2580,00:19:06.047,119.7V 2581,00:19:06.484,119.7V 2582,00:19:06.922,119.7V 2583,00:19:07.359,119.7V 2584,00:19:07.813,119.7V 2585,00:19:08.281,119.7V 2586,00:19:08.719,119.6V 2587,00:19:09.172,119.6V 2588,00:19:09.594,119.5V 2589,00:19:10.047,119.5V 2590,00:19:10.484,119.5V 2591,00:19:10.922,119.5V 2592,00:19:11.359,119.5V 2593,00:19:11.797,119.5V 2594,00:19:12.234,119.5V 2595,00:19:12.672,119.5V 2596,00:19:13.125,119.5V 2597,00:19:13.563,119.5V 2598,00:19:14.000,119.6V 2599,00:19:14.438,119.6V 2600,00:19:14.875,119.6V 2601,00:19:15.313,119.6V 2602,00:19:15.750,119.6V 2603,00:19:16.203,119.6V 2604,00:19:16.688,119.6V 2605,00:19:17.125,119.6V 2606,00:19:17.563,119.5V 2607,00:19:18.000,119.6V 2608,00:19:18.438,119.6V 2609,00:19:18.875,119.6V 2610,00:19:19.313,119.6V 2611,00:19:19.750,119.6V 2612,00:19:20.188,119.6V 2613,00:19:20.641,119.6V 2614,00:19:21.078,119.6V 2615,00:19:21.516,119.6V 2616,00:19:21.953,119.6V 2617,00:19:22.391,119.6V 2618,00:19:22.844,119.6V 2619,00:19:23.281,119.6V 2620,00:19:23.719,119.6V 2621,00:19:24.156,119.6V 2622,00:19:24.609,119.6V 2623,00:19:25.078,119.5V 2624,00:19:25.531,119.5V 2625,00:19:25.969,119.5V 2626,00:19:26.406,119.5V 2627,00:19:26.844,119.5V 2628,00:19:27.281,119.6V 2629,00:19:27.734,119.6V 2630,00:19:28.172,119.5V 2631,00:19:28.625,119.5V 2632,00:19:29.063,119.5V 2633,00:19:29.500,119.5V 2634,00:19:29.984,119.5V 2635,00:19:30.406,119.5V 2636,00:19:30.859,119.5V 2637,00:19:31.297,119.5V 2638,00:19:31.734,119.5V 2639,00:19:32.172,119.6V 2640,00:19:32.609,119.6V 2641,00:19:33.047,119.7V 2642,00:19:33.484,119.7V 2643,00:19:33.922,119.6V 2644,00:19:34.359,119.6V 2645,00:19:34.813,119.6V 2646,00:19:35.266,119.6V 2647,00:19:35.703,119.6V 2648,00:19:36.141,119.6V 2649,00:19:36.625,119.5V 2650,00:19:37.063,119.6V 2651,00:19:37.500,119.5V 2652,00:19:37.953,119.6V 2653,00:19:38.391,119.5V 2654,00:19:38.828,119.6V 2655,00:19:39.266,119.5V 2656,00:19:39.703,119.5V 2657,00:19:40.141,119.4V 2658,00:19:40.594,119.5V 2659,00:19:41.031,119.6V 2660,00:19:41.516,119.6V 2661,00:19:41.969,119.6V 2662,00:19:42.406,119.6V 2663,00:19:42.844,119.6V 2664,00:19:43.281,119.6V 2665,00:19:43.734,119.6V 2666,00:19:44.172,119.6V 2667,00:19:44.609,119.6V 2668,00:19:45.047,119.6V 2669,00:19:45.484,119.5V 2670,00:19:45.922,119.6V 2671,00:19:46.359,119.6V 2672,00:19:46.813,119.6V 2673,00:19:47.250,119.6V 2674,00:19:47.688,119.6V 2675,00:19:48.172,119.6V 2676,00:19:48.609,119.7V 2677,00:19:49.047,119.7V 2678,00:19:49.500,119.6V 2679,00:19:49.938,119.6V 2680,00:19:50.375,119.6V 2681,00:19:50.813,119.7V 2682,00:19:51.250,119.6V 2683,00:19:51.688,119.6V 2684,00:19:52.125,119.6V 2685,00:19:52.563,119.6V 2686,00:19:53.016,119.6V 2687,00:19:53.453,119.6V 2688,00:19:53.891,119.6V 2689,00:19:54.328,119.6V 2690,00:19:54.813,119.7V 2691,00:19:55.266,119.7V 2692,00:19:55.703,119.7V 2693,00:19:56.141,119.7V 2694,00:19:56.578,119.6V 2695,00:19:57.016,119.6V 2696,00:19:57.453,119.6V 2697,00:19:57.906,119.7V 2698,00:19:58.359,119.6V 2699,00:19:58.797,119.6V 2700,00:19:59.234,119.7V 2701,00:19:59.719,119.7V 2702,00:20:00.156,119.7V 2703,00:20:00.594,119.7V 2704,00:20:01.031,119.7V 2705,00:20:01.469,119.7V 2706,00:20:01.922,119.7V 2707,00:20:02.359,119.7V 2708,00:20:02.797,119.7V 2709,00:20:03.234,119.7V 2710,00:20:03.688,119.7V 2711,00:20:04.125,119.7V 2712,00:20:04.563,119.7V 2713,00:20:05.000,119.7V 2714,00:20:05.438,119.7V 2715,00:20:05.875,119.7V 2716,00:20:06.359,119.7V 2717,00:20:06.813,119.7V 2718,00:20:07.250,119.7V 2719,00:20:07.688,119.8V 2720,00:20:08.125,119.8V 2721,00:20:08.578,119.8V 2722,00:20:09.016,119.8V 2723,00:20:09.453,119.8V 2724,00:20:09.891,119.7V 2725,00:20:10.328,119.7V 2726,00:20:10.781,119.8V 2727,00:20:11.219,119.7V 2728,00:20:11.656,119.7V 2729,00:20:12.094,119.7V 2730,00:20:12.531,119.8V 2731,00:20:13.016,119.8V 2732,00:20:13.453,119.7V 2733,00:20:13.906,119.7V 2734,00:20:14.344,119.7V 2735,00:20:14.781,119.7V 2736,00:20:15.219,119.7V 2737,00:20:15.656,119.7V 2738,00:20:16.094,119.7V 2739,00:20:16.547,119.7V 2740,00:20:16.984,119.7V 2741,00:20:17.422,119.7V 2742,00:20:17.859,119.8V 2743,00:20:18.297,119.8V 2744,00:20:18.734,119.8V 2745,00:20:19.172,119.8V 2746,00:20:19.656,119.8V 2747,00:20:20.109,119.7V 2748,00:20:20.547,119.7V 2749,00:20:20.984,119.7V 2750,00:20:21.422,119.7V 2751,00:20:21.859,119.7V 2752,00:20:22.297,119.7V 2753,00:20:22.734,119.8V 2754,00:20:23.172,119.7V 2755,00:20:23.609,119.7V 2756,00:20:24.063,119.7V 2757,00:20:24.500,119.7V 2758,00:20:24.938,119.7V 2759,00:20:25.375,119.7V 2760,00:20:25.813,119.6V 2761,00:20:26.250,119.7V 2762,00:20:26.703,119.7V 2763,00:20:27.141,119.7V 2764,00:20:27.578,119.7V 2765,00:20:28.063,119.7V 2766,00:20:28.516,119.7V 2767,00:20:28.953,119.7V 2768,00:20:29.391,119.7V 2769,00:20:29.828,119.7V 2770,00:20:30.266,119.7V 2771,00:20:30.703,119.7V 2772,00:20:31.141,119.6V 2773,00:20:31.594,119.6V 2774,00:20:32.031,119.6V 2775,00:20:32.469,119.7V 2776,00:20:32.953,119.7V 2777,00:20:33.391,119.7V 2778,00:20:33.828,119.7V 2779,00:20:34.266,119.6V 2780,00:20:34.703,119.6V 2781,00:20:35.141,119.7V 2782,00:20:35.594,119.6V 2783,00:20:36.031,119.7V 2784,00:20:36.469,119.7V 2785,00:20:36.906,119.7V 2786,00:20:37.344,119.7V 2787,00:20:37.797,119.7V 2788,00:20:38.234,119.6V 2789,00:20:38.672,119.7V 2790,00:20:39.109,119.7V 2791,00:20:39.547,119.7V 2792,00:20:39.984,119.7V 2793,00:20:40.438,119.6V 2794,00:20:40.875,119.6V 2795,00:20:41.359,119.7V 2796,00:20:41.797,119.7V 2797,00:20:42.234,119.7V 2798,00:20:42.672,119.7V 2799,00:20:43.109,119.7V 2800,00:20:43.563,119.7V 2801,00:20:44.000,119.7V 2802,00:20:44.438,119.6V 2803,00:20:44.875,119.7V 2804,00:20:45.313,119.7V 2805,00:20:45.766,119.7V 2806,00:20:46.250,119.6V 2807,00:20:46.688,119.6V 2808,00:20:47.141,119.6V 2809,00:20:47.578,119.7V 2810,00:20:48.016,119.6V 2811,00:20:48.453,119.6V 2812,00:20:48.906,119.7V 2813,00:20:49.344,119.7V 2814,00:20:49.766,119.6V 2815,00:20:50.203,119.6V 2816,00:20:50.656,119.6V 2817,00:20:51.156,119.7V 2818,00:20:51.594,119.7V 2819,00:20:52.031,119.7V 2820,00:20:52.469,119.7V 2821,00:20:52.906,119.7V 2822,00:20:53.359,119.7V 2823,00:20:53.797,119.7V 2824,00:20:54.234,119.7V 2825,00:20:54.672,119.6V 2826,00:20:55.109,119.6V 2827,00:20:55.547,119.5V 2828,00:20:56.000,119.6V 2829,00:20:56.438,119.6V 2830,00:20:56.875,119.7V 2831,00:20:57.313,119.7V 2832,00:20:57.797,119.7V 2833,00:20:58.234,119.7V 2834,00:20:58.688,119.7V 2835,00:20:59.125,119.7V 2836,00:20:59.563,119.7V 2837,00:21:00.016,119.7V 2838,00:21:00.453,119.7V 2839,00:21:00.891,119.7V 2840,00:21:01.328,119.7V 2841,00:21:01.766,119.7V 2842,00:21:02.219,119.7V 2843,00:21:02.688,119.7V 2844,00:21:03.141,119.7V 2845,00:21:03.578,119.6V 2846,00:21:04.031,119.5V 2847,00:21:04.469,119.5V 2848,00:21:04.906,119.5V 2849,00:21:05.344,119.5V 2850,00:21:05.781,119.5V 2851,00:21:06.219,119.5V 2852,00:21:06.672,119.5V 2853,00:21:07.109,119.5V 2854,00:21:07.594,119.4V 2855,00:21:08.031,119.4V 2856,00:21:08.484,119.5V 2857,00:21:08.922,119.6V 2858,00:21:09.375,119.5V 2859,00:21:09.813,119.5V 2860,00:21:10.250,119.5V 2861,00:21:10.688,119.5V 2862,00:21:11.141,119.5V 2863,00:21:11.578,119.5V 2864,00:21:12.016,119.5V 2865,00:21:12.484,119.6V 2866,00:21:12.938,119.5V 2867,00:21:13.375,119.4V 2868,00:21:13.813,119.4V 2869,00:21:14.250,119.4V 2870,00:21:14.703,119.4V 2871,00:21:15.141,119.4V 2872,00:21:15.578,119.4V 2873,00:21:16.016,119.4V 2874,00:21:16.453,119.4V 2875,00:21:16.891,119.4V 2876,00:21:17.391,119.4V 2877,00:21:17.828,119.4V 2878,00:21:18.266,119.4V 2879,00:21:18.719,119.5V 2880,00:21:19.156,119.4V 2881,00:21:19.594,119.4V 2882,00:21:20.031,119.4V 2883,00:21:20.469,119.4V 2884,00:21:20.922,119.4V 2885,00:21:21.359,119.4V 2886,00:21:21.797,119.4V 2887,00:21:22.234,119.4V 2888,00:21:22.688,119.4V 2889,00:21:23.125,119.4V 2890,00:21:23.563,119.4V 2891,00:21:24.047,119.4V 2892,00:21:24.484,119.5V 2893,00:21:24.922,119.6V 2894,00:21:25.375,119.7V 2895,00:21:25.813,119.7V 2896,00:21:26.250,119.7V 2897,00:21:26.688,119.7V 2898,00:21:27.125,119.7V 2899,00:21:27.563,119.7V 2900,00:21:28.000,119.6V 2901,00:21:28.453,119.6V 2902,00:21:28.938,119.5V 2903,00:21:29.375,119.6V 2904,00:21:29.828,119.6V 2905,00:21:30.266,119.6V 2906,00:21:30.703,119.6V 2907,00:21:31.141,119.6V 2908,00:21:31.578,119.7V 2909,00:21:32.031,119.7V 2910,00:21:32.469,119.6V 2911,00:21:32.906,119.6V 2912,00:21:33.344,119.6V 2913,00:21:33.781,119.7V 2914,00:21:34.219,119.7V 2915,00:21:34.656,119.6V 2916,00:21:35.094,119.6V 2917,00:21:35.578,119.6V 2918,00:21:36.031,119.7V 2919,00:21:36.469,119.7V 2920,00:21:36.906,119.6V 2921,00:21:37.344,119.6V 2922,00:21:37.781,119.6V 2923,00:21:38.219,119.7V 2924,00:21:38.672,119.6V 2925,00:21:39.125,119.6V 2926,00:21:39.563,119.6V 2927,00:21:40.000,119.6V 2928,00:21:40.438,119.6V 2929,00:21:40.875,119.6V 2930,00:21:41.313,119.6V 2931,00:21:41.750,119.6V 2932,00:21:42.234,119.6V 2933,00:21:42.672,119.6V 2934,00:21:43.125,119.6V 2935,00:21:43.563,119.7V 2936,00:21:44.000,119.6V 2937,00:21:44.438,119.6V 2938,00:21:44.891,119.6V 2939,00:21:45.375,119.6V 2940,00:21:45.813,119.6V 2941,00:21:46.250,119.7V 2942,00:21:46.703,119.7V 2943,00:21:47.141,119.7V 2944,00:21:47.578,119.6V 2945,00:21:48.016,119.6V 2946,00:21:48.469,119.6V 2947,00:21:48.906,119.6V 2948,00:21:49.344,119.6V 2949,00:21:49.781,119.6V 2950,00:21:50.234,119.7V 2951,00:21:50.672,119.7V 2952,00:21:51.109,119.7V 2953,00:21:51.547,119.6V 2954,00:21:52.031,119.7V 2955,00:21:52.484,119.7V 2956,00:21:52.922,119.7V 2957,00:21:53.359,119.7V 2958,00:21:53.797,119.7V 2959,00:21:54.234,119.7V 2960,00:21:54.688,119.7V 2961,00:21:55.125,119.7V 2962,00:21:55.578,119.7V 2963,00:21:56.016,119.7V 2964,00:21:56.453,119.7V 2965,00:21:56.922,119.6V 2966,00:21:57.375,119.6V 2967,00:21:57.813,119.6V 2968,00:21:58.250,119.7V 2969,00:21:58.688,119.7V 2970,00:21:59.125,119.7V 2971,00:21:59.563,119.7V 2972,00:22:00.000,119.6V 2973,00:22:00.453,119.6V 2974,00:22:00.891,119.6V 2975,00:22:01.328,119.6V 2976,00:22:01.766,119.6V 2977,00:22:02.203,119.6V 2978,00:22:02.641,119.6V 2979,00:22:03.094,119.6V 2980,00:22:03.578,119.6V 2981,00:22:04.016,119.6V 2982,00:22:04.453,119.6V 2983,00:22:04.891,119.6V 2984,00:22:05.328,119.6V 2985,00:22:05.781,119.6V 2986,00:22:06.219,119.6V 2987,00:22:06.656,119.6V 2988,00:22:07.094,119.6V 2989,00:22:07.531,119.6V 2990,00:22:07.984,119.6V 2991,00:22:08.422,119.7V 2992,00:22:08.859,119.7V 2993,00:22:09.297,119.7V 2994,00:22:09.734,119.6V 2995,00:22:10.219,119.6V 2996,00:22:10.672,119.6V 2997,00:22:11.109,119.6V 2998,00:22:11.563,119.7V 2999,00:22:12.000,119.7V 3000,00:22:12.438,119.7V 3001,00:22:12.875,119.7V 3002,00:22:13.313,119.7V 3003,00:22:13.750,119.6V 3004,00:22:14.188,119.7V 3005,00:22:14.625,119.6V 3006,00:22:15.125,119.6V 3007,00:22:15.563,119.6V 3008,00:22:16.000,119.6V 3009,00:22:16.453,119.5V 3010,00:22:16.891,119.5V 3011,00:22:17.328,119.5V 3012,00:22:17.766,119.5V 3013,00:22:18.203,119.6V 3014,00:22:18.641,119.6V 3015,00:22:19.078,119.6V 3016,00:22:19.531,119.6V 3017,00:22:19.969,119.6V 3018,00:22:20.406,119.5V 3019,00:22:20.844,119.5V 3020,00:22:21.281,119.5V 3021,00:22:21.766,119.5V 3022,00:22:22.203,119.5V 3023,00:22:22.641,119.5V 3024,00:22:23.078,119.6V 3025,00:22:23.531,119.6V 3026,00:22:23.969,119.6V 3027,00:22:24.406,119.6V 3028,00:22:24.844,119.6V 3029,00:22:25.281,119.6V 3030,00:22:25.719,119.6V 3031,00:22:26.172,119.5V 3032,00:22:26.609,119.5V 3033,00:22:27.047,119.5V 3034,00:22:27.484,119.5V 3035,00:22:27.922,119.5V 3036,00:22:28.422,119.5V 3037,00:22:28.859,119.5V 3038,00:22:29.297,119.5V 3039,00:22:29.734,119.5V 3040,00:22:30.172,119.5V 3041,00:22:30.609,119.5V 3042,00:22:31.063,119.5V 3043,00:22:31.500,119.5V 3044,00:22:31.938,119.5V 3045,00:22:32.375,119.6V 3046,00:22:32.813,119.6V 3047,00:22:33.266,119.6V 3048,00:22:33.703,119.6V 3049,00:22:34.141,119.6V 3050,00:22:34.578,119.5V 3051,00:22:35.063,119.5V 3052,00:22:35.500,119.4V 3053,00:22:35.953,119.4V 3054,00:22:36.391,119.4V 3055,00:22:36.828,119.5V 3056,00:22:37.266,119.4V 3057,00:22:37.703,119.4V 3058,00:22:38.156,119.4V 3059,00:22:38.594,119.4V 3060,00:22:39.031,119.4V 3061,00:22:39.469,119.4V 3062,00:22:39.906,119.4V 3063,00:22:40.344,119.4V 3064,00:22:40.797,119.4V 3065,00:22:41.234,119.4V 3066,00:22:41.719,119.3V 3067,00:22:42.156,119.4V 3068,00:22:42.594,119.4V 3069,00:22:43.031,119.5V 3070,00:22:43.469,119.5V 3071,00:22:43.906,119.5V 3072,00:22:44.344,119.5V 3073,00:22:44.781,119.5V 3074,00:22:45.219,119.4V 3075,00:22:45.656,119.4V 3076,00:22:46.109,119.4V 3077,00:22:46.531,119.4V 3078,00:22:46.969,119.4V 3079,00:22:47.422,119.4V 3080,00:22:47.859,119.4V 3081,00:22:48.297,119.4V 3082,00:22:48.734,119.4V 3083,00:22:49.188,119.4V 3084,00:22:49.625,119.4V 3085,00:22:50.109,119.4V 3086,00:22:50.563,119.4V 3087,00:22:51.000,119.4V 3088,00:22:51.438,119.5V 3089,00:22:51.875,119.5V 3090,00:22:52.313,119.6V 3091,00:22:52.750,119.6V 3092,00:22:53.203,119.5V 3093,00:22:53.641,119.5V 3094,00:22:54.078,119.5V 3095,00:22:54.516,119.4V 3096,00:22:54.953,119.4V 3097,00:22:55.406,119.4V 3098,00:22:55.844,119.4V 3099,00:22:56.281,119.4V 3100,00:22:56.750,119.4V 3101,00:22:57.203,119.5V 3102,00:22:57.641,119.5V 3103,00:22:58.078,119.5V 3104,00:22:58.516,119.5V 3105,00:22:58.953,119.4V 3106,00:22:59.406,119.4V 3107,00:22:59.844,119.4V 3108,00:23:00.281,119.4V 3109,00:23:00.719,119.4V 3110,00:23:01.156,119.4V 3111,00:23:01.594,119.4V 3112,00:23:02.031,119.4V 3113,00:23:02.484,119.4V 3114,00:23:02.922,119.4V 3115,00:23:03.406,119.3V 3116,00:23:03.844,119.4V 3117,00:23:04.297,119.4V 3118,00:23:04.734,119.4V 3119,00:23:05.172,119.4V 3120,00:23:05.609,119.4V 3121,00:23:06.047,119.4V 3122,00:23:06.500,119.4V 3123,00:23:06.938,119.4V 3124,00:23:07.375,119.4V 3125,00:23:07.813,119.4V 3126,00:23:08.297,119.4V 3127,00:23:08.750,119.4V 3128,00:23:09.188,119.4V 3129,00:23:09.625,119.4V 3130,00:23:10.063,119.4V 3131,00:23:10.500,119.4V 3132,00:23:10.953,119.4V 3133,00:23:11.391,119.4V 3134,00:23:11.828,119.5V 3135,00:23:12.281,119.4V 3136,00:23:12.719,119.4V 3137,00:23:13.203,119.4V 3138,00:23:13.641,119.4V 3139,00:23:14.078,119.4V 3140,00:23:14.531,119.4V 3141,00:23:14.969,119.4V 3142,00:23:15.422,119.4V 3143,00:23:15.875,119.4V 3144,00:23:16.344,119.4V 3145,00:23:16.797,119.4V 3146,00:23:17.234,119.5V 3147,00:23:17.688,119.4V 3148,00:23:18.125,119.4V 3149,00:23:18.563,119.4V 3150,00:23:19.000,119.4V 3151,00:23:19.438,119.4V 3152,00:23:19.875,119.4V 3153,00:23:20.328,119.4V 3154,00:23:20.766,119.4V 3155,00:23:21.250,119.4V 3156,00:23:21.703,119.4V 3157,00:23:22.141,119.4V 3158,00:23:22.578,119.4V 3159,00:23:23.016,119.5V 3160,00:23:23.453,119.4V 3161,00:23:23.891,119.4V 3162,00:23:24.344,119.4V 3163,00:23:24.781,119.4V 3164,00:23:25.219,119.4V 3165,00:23:25.656,119.4V 3166,00:23:26.141,119.5V 3167,00:23:26.594,119.4V 3168,00:23:27.031,119.4V 3169,00:23:27.469,119.4V 3170,00:23:27.906,119.4V 3171,00:23:28.344,119.4V 3172,00:23:28.797,119.4V 3173,00:23:29.234,119.4V 3174,00:23:29.672,119.4V 3175,00:23:30.109,119.4V 3176,00:23:30.547,119.4V 3177,00:23:30.984,119.4V 3178,00:23:31.422,119.4V 3179,00:23:31.859,119.5V 3180,00:23:32.297,119.4V 3181,00:23:32.750,119.4V 3182,00:23:33.188,119.4V 3183,00:23:33.625,119.4V 3184,00:23:34.063,119.4V 3185,00:23:34.547,119.2V 3186,00:23:34.984,119.2V 3187,00:23:35.422,119.3V 3188,00:23:35.875,119.4V 3189,00:23:36.297,119.4V 3190,00:23:36.734,119.4V 3191,00:23:37.188,119.4V 3192,00:23:37.625,119.5V 3193,00:23:38.063,119.5V 3194,00:23:38.500,119.5V 3195,00:23:38.938,119.5V 3196,00:23:39.375,119.4V 3197,00:23:39.813,119.4V 3198,00:23:40.266,119.4V 3199,00:23:40.703,119.4V 3200,00:23:41.141,119.5V 3201,00:23:41.578,119.5V 3202,00:23:42.016,119.5V 3203,00:23:42.469,119.5V 3204,00:23:42.938,119.4V 3205,00:23:43.391,119.4V 3206,00:23:43.828,119.4V 3207,00:23:44.266,119.5V 3208,00:23:44.703,119.4V 3209,00:23:45.141,119.5V 3210,00:23:45.578,119.4V 3211,00:23:46.031,119.5V 3212,00:23:46.469,119.5V 3213,00:23:46.906,119.5V 3214,00:23:47.344,119.6V 3215,00:23:47.781,119.6V 3216,00:23:48.219,119.6V 3217,00:23:48.656,119.6V 3218,00:23:49.094,119.5V 3219,00:23:49.594,119.5V 3220,00:23:50.031,119.5V 3221,00:23:50.469,119.5V 3222,00:23:50.906,119.5V 3223,00:23:51.359,119.5V 3224,00:23:51.797,119.5V 3225,00:23:52.234,119.5V 3226,00:23:52.672,119.6V 3227,00:23:53.109,119.6V 3228,00:23:53.563,119.6V 3229,00:23:54.000,119.6V 3230,00:23:54.484,119.7V 3231,00:23:54.922,119.7V 3232,00:23:55.375,119.7V 3233,00:23:55.813,119.7V 3234,00:23:56.250,119.7V 3235,00:23:56.688,119.7V 3236,00:23:57.125,119.7V 3237,00:23:57.563,119.7V 3238,00:23:58.016,119.7V 3239,00:23:58.453,119.7V 3240,00:23:58.891,119.6V 3241,00:23:59.328,119.6V 3242,00:23:59.766,119.6V 3243,00:24:00.219,119.6V 3244,00:24:00.641,119.6V 3245,00:24:01.141,119.6V 3246,00:24:01.578,119.7V 3247,00:24:02.016,119.7V 3248,00:24:02.469,119.7V 3249,00:24:02.906,119.7V 3250,00:24:03.344,119.7V 3251,00:24:03.781,119.7V 3252,00:24:04.234,119.6V 3253,00:24:04.672,119.6V 3254,00:24:05.109,119.6V 3255,00:24:05.547,119.6V 3256,00:24:06.031,119.6V 3257,00:24:06.484,119.6V 3258,00:24:06.922,119.7V 3259,00:24:07.359,119.7V 3260,00:24:07.813,119.6V 3261,00:24:08.250,119.6V 3262,00:24:08.688,119.5V 3263,00:24:09.125,119.4V 3264,00:24:09.578,119.4V 3265,00:24:10.016,119.5V 3266,00:24:10.453,119.4V 3267,00:24:10.938,119.5V 3268,00:24:11.391,119.5V 3269,00:24:11.828,119.6V 3270,00:24:12.266,119.6V 3271,00:24:12.703,119.7V 3272,00:24:13.141,119.7V 3273,00:24:13.578,119.7V 3274,00:24:14.031,119.7V 3275,00:24:14.469,119.7V 3276,00:24:14.906,119.7V 3277,00:24:15.344,119.7V 3278,00:24:15.828,119.7V 3279,00:24:16.281,119.8V 3280,00:24:16.719,119.8V 3281,00:24:17.156,119.9V 3282,00:24:17.594,119.9V 3283,00:24:18.031,119.8V 3284,00:24:18.469,119.8V 3285,00:24:18.906,119.8V 3286,00:24:19.344,119.8V 3287,00:24:19.797,119.8V 3288,00:24:20.234,119.7V 3289,00:24:20.734,119.7V 3290,00:24:21.172,119.7V 3291,00:24:21.609,119.7V 3292,00:24:22.063,119.8V 3293,00:24:22.500,119.8V 3294,00:24:22.938,119.8V 3295,00:24:23.391,119.7V 3296,00:24:23.828,119.7V 3297,00:24:24.266,119.7V 3298,00:24:24.703,119.8V 3299,00:24:25.141,119.8V 3300,00:24:25.625,119.8V 3301,00:24:26.078,119.9V 3302,00:24:26.516,119.9V 3303,00:24:26.953,119.9V 3304,00:24:27.391,119.9V 3305,00:24:27.844,119.9V 3306,00:24:28.281,119.9V 3307,00:24:28.719,119.9V 3308,00:24:29.156,119.9V 3309,00:24:29.594,119.9V 3310,00:24:30.031,119.9V 3311,00:24:30.469,119.9V 3312,00:24:30.922,119.8V 3313,00:24:31.359,119.9V 3314,00:24:31.797,119.9V 3315,00:24:32.281,119.9V 3316,00:24:32.719,119.8V 3317,00:24:33.172,119.9V 3318,00:24:33.609,119.9V 3319,00:24:34.047,119.9V 3320,00:24:34.484,119.8V 3321,00:24:34.922,119.8V 3322,00:24:35.359,119.7V 3323,00:24:35.813,119.7V 3324,00:24:36.250,119.7V 3325,00:24:36.688,119.7V 3326,00:24:37.172,119.7V 3327,00:24:37.609,119.8V 3328,00:24:38.063,119.8V 3329,00:24:38.500,119.9V 3330,00:24:38.938,119.9V 3331,00:24:39.375,119.9V 3332,00:24:39.828,119.9V 3333,00:24:40.266,119.9V 3334,00:24:40.703,119.9V 3335,00:24:41.141,119.8V 3336,00:24:41.578,119.7V 3337,00:24:42.016,119.7V 3338,00:24:42.453,119.8V 3339,00:24:42.906,119.8V 3340,00:24:43.344,119.9V 3341,00:24:43.828,119.9V 3342,00:24:44.266,119.9V 3343,00:24:44.703,119.9V 3344,00:24:45.141,119.9V 3345,00:24:45.578,119.9V 3346,00:24:46.016,119.9V 3347,00:24:46.453,119.9V 3348,00:24:46.891,119.9V 3349,00:24:47.328,119.9V 3350,00:24:47.766,119.9V 3351,00:24:48.203,119.9V 3352,00:24:48.656,119.8V 3353,00:24:49.094,119.8V 3354,00:24:49.531,119.8V 3355,00:24:49.969,119.7V 3356,00:24:50.406,119.7V 3357,00:24:50.859,119.7V 3358,00:24:51.297,119.7V 3359,00:24:51.734,119.7V 3360,00:24:52.172,119.8V 3361,00:24:52.609,119.8V 3362,00:24:53.047,119.8V 3363,00:24:53.484,119.8V 3364,00:24:53.969,119.8V 3365,00:24:54.406,119.8V 3366,00:24:54.844,119.8V 3367,00:24:55.297,119.7V 3368,00:24:55.734,119.7V 3369,00:24:56.172,119.7V 3370,00:24:56.609,119.7V 3371,00:24:57.047,119.7V 3372,00:24:57.484,119.7V 3373,00:24:57.938,119.7V 3374,00:24:58.375,119.7V 3375,00:24:58.813,119.8V 3376,00:24:59.250,119.8V 3377,00:24:59.703,119.8V 3378,00:25:00.141,119.9V 3379,00:25:00.609,119.9V 3380,00:25:01.063,119.8V 3381,00:25:01.516,119.8V 3382,00:25:01.953,119.8V 3383,00:25:02.391,119.9V 3384,00:25:02.844,119.8V 3385,00:25:03.281,119.8V 3386,00:25:03.766,119.8V 3387,00:25:04.203,119.8V 3388,00:25:04.641,119.9V 3389,00:25:05.078,119.9V 3390,00:25:05.516,119.9V 3391,00:25:05.969,119.9V 3392,00:25:06.422,119.9V 3393,00:25:06.859,119.9V 3394,00:25:07.297,119.8V 3395,00:25:07.734,119.8V 3396,00:25:08.172,119.8V 3397,00:25:08.656,119.8V 3398,00:25:09.109,119.8V 3399,00:25:09.547,119.8V 3400,00:25:09.984,119.8V 3401,00:25:10.422,119.8V 3402,00:25:10.859,119.8V 3403,00:25:11.297,119.9V 3404,00:25:11.750,119.9V 3405,00:25:12.188,119.9V 3406,00:25:12.625,119.9V 3407,00:25:13.063,119.8V 3408,00:25:13.500,119.9V 3409,00:25:13.938,119.9V 3410,00:25:14.375,119.9V 3411,00:25:14.813,119.9V 3412,00:25:15.266,119.9V 3413,00:25:15.703,119.9V 3414,00:25:16.141,119.9V 3415,00:25:16.578,119.9V 3416,00:25:17.063,119.9V 3417,00:25:17.500,119.9V 3418,00:25:17.938,119.9V 3419,00:25:18.375,119.9V 3420,00:25:18.813,119.9V 3421,00:25:19.250,119.9V 3422,00:25:19.688,119.9V 3423,00:25:20.141,119.9V 3424,00:25:20.578,119.9V 3425,00:25:21.016,119.9V 3426,00:25:21.453,119.9V 3427,00:25:21.906,119.9V 3428,00:25:22.344,119.9V 3429,00:25:22.781,119.9V 3430,00:25:23.219,119.9V 3431,00:25:23.703,119.9V 3432,00:25:24.141,119.9V 3433,00:25:24.578,119.9V 3434,00:25:25.031,119.8V 3435,00:25:25.469,119.8V 3436,00:25:25.906,119.8V 3437,00:25:26.344,119.9V 3438,00:25:26.797,119.9V 3439,00:25:27.234,119.9V 3440,00:25:27.672,119.9V 3441,00:25:28.109,119.9V 3442,00:25:28.547,119.8V 3443,00:25:28.984,119.9V 3444,00:25:29.422,119.9V 3445,00:25:29.875,119.9V 3446,00:25:30.297,119.9V 3447,00:25:30.750,119.9V 3448,00:25:31.188,119.9V 3449,00:25:31.625,119.9V 3450,00:25:32.109,119.9V 3451,00:25:32.547,119.8V 3452,00:25:32.984,119.9V 3453,00:25:33.422,119.8V 3454,00:25:33.875,119.8V 3455,00:25:34.313,119.8V 3456,00:25:34.750,119.8V 3457,00:25:35.188,119.8V 3458,00:25:35.625,119.7V 3459,00:25:36.063,119.8V 3460,00:25:36.500,119.9V 3461,00:25:36.953,119.9V 3462,00:25:37.391,119.9V 3463,00:25:37.844,119.9V 3464,00:25:38.281,119.9V 3465,00:25:38.750,119.8V 3466,00:25:39.203,119.8V 3467,00:25:39.641,119.7V 3468,00:25:40.078,119.7V 3469,00:25:40.516,119.7V 3470,00:25:40.953,119.7V 3471,00:25:41.406,119.8V 3472,00:25:41.844,119.8V 3473,00:25:42.281,119.8V 3474,00:25:42.719,119.8V 3475,00:25:43.156,119.8V 3476,00:25:43.656,119.8V 3477,00:25:44.094,119.8V 3478,00:25:44.531,119.8V 3479,00:25:44.969,119.7V 3480,00:25:45.406,119.7V 3481,00:25:45.844,119.7V 3482,00:25:46.281,119.7V 3483,00:25:46.719,119.8V 3484,00:25:47.156,119.8V 3485,00:25:47.609,119.8V 3486,00:25:48.047,119.8V 3487,00:25:48.484,119.7V 3488,00:25:48.922,119.7V 3489,00:25:49.359,119.7V 3490,00:25:49.813,119.7V 3491,00:25:50.250,119.7V 3492,00:25:50.688,119.7V 3493,00:25:51.125,119.7V 3494,00:25:51.563,119.7V 3495,00:25:52.047,119.7V 3496,00:25:52.484,119.7V 3497,00:25:52.922,119.7V 3498,00:25:53.375,119.7V 3499,00:25:53.813,119.7V 3500,00:25:54.250,119.8V 3501,00:25:54.688,119.8V 3502,00:25:55.125,119.7V 3503,00:25:55.563,119.7V 3504,00:25:56.000,119.7V 3505,00:25:56.453,119.8V 3506,00:25:56.953,119.9V 3507,00:25:57.391,119.9V 3508,00:25:57.828,119.9V 3509,00:25:58.266,119.9V 3510,00:25:58.719,119.9V 3511,00:25:59.156,119.9V 3512,00:25:59.594,119.9V 3513,00:26:00.031,119.8V 3514,00:26:00.469,119.8V 3515,00:26:00.922,119.8V 3516,00:26:01.359,119.9V 3517,00:26:01.844,119.8V 3518,00:26:02.281,119.8V 3519,00:26:02.719,119.8V 3520,00:26:03.156,119.8V 3521,00:26:03.594,119.8V 3522,00:26:04.031,119.8V 3523,00:26:04.484,119.8V 3524,00:26:04.922,119.8V 3525,00:26:05.359,119.8V 3526,00:26:05.797,119.8V 3527,00:26:06.234,119.8V 3528,00:26:06.672,119.8V 3529,00:26:07.109,119.8V 3530,00:26:07.547,119.9V 3531,00:26:08.000,119.9V 3532,00:26:08.438,119.9V 3533,00:26:08.875,119.9V 3534,00:26:09.313,119.8V 3535,00:26:09.750,119.8V 3536,00:26:10.188,119.8V 3537,00:26:10.625,119.9V 3538,00:26:11.063,119.9V 3539,00:26:11.516,119.9V 3540,00:26:11.984,119.9V 3541,00:26:12.438,119.9V 3542,00:26:12.875,119.8V 3543,00:26:13.313,119.9V 3544,00:26:13.750,119.9V 3545,00:26:14.188,119.9V 3546,00:26:14.641,119.9V 3547,00:26:15.078,119.9V 3548,00:26:15.531,119.9V 3549,00:26:15.969,119.9V 3550,00:26:16.406,119.9V 3551,00:26:16.891,119.9V 3552,00:26:17.328,119.8V 3553,00:26:17.766,119.8V 3554,00:26:18.203,119.8V 3555,00:26:18.641,119.8V 3556,00:26:19.078,119.8V 3557,00:26:19.516,119.9V 3558,00:26:19.969,119.9V 3559,00:26:20.406,119.8V 3560,00:26:20.844,119.8V 3561,00:26:21.281,119.9V 3562,00:26:21.734,120V 3563,00:26:22.172,120V 3564,00:26:22.609,120V 3565,00:26:23.047,119.9V 3566,00:26:23.531,119.9V 3567,00:26:23.984,119.9V 3568,00:26:24.422,120V 3569,00:26:24.859,119.9V 3570,00:26:25.297,119.9V 3571,00:26:25.734,119.9V 3572,00:26:26.172,119.9V 3573,00:26:26.625,119.9V 3574,00:26:27.063,119.9V 3575,00:26:27.500,119.9V 3576,00:26:27.938,119.9V 3577,00:26:28.375,119.9V 3578,00:26:28.828,119.9V 3579,00:26:29.266,120V 3580,00:26:29.703,120V 3581,00:26:30.141,119.9V 3582,00:26:30.578,119.9V 3583,00:26:31.016,119.9V 3584,00:26:31.453,119.9V 3585,00:26:31.938,119.8V 3586,00:26:32.375,119.9V 3587,00:26:32.828,119.9V 3588,00:26:33.250,119.9V 3589,00:26:33.703,119.9V 3590,00:26:34.141,119.9V 3591,00:26:34.578,119.8V 3592,00:26:35.031,119.8V 3593,00:26:35.469,119.8V 3594,00:26:35.906,119.9V 3595,00:26:36.344,119.9V 3596,00:26:36.828,119.9V 3597,00:26:37.281,119.9V 3598,00:26:37.719,119.9V 3599,00:26:38.156,119.9V 3600,00:26:38.594,119.9V 3601,00:26:39.031,119.9V 3602,00:26:39.484,119.9V 3603,00:26:39.906,119.9V 3604,00:26:40.344,119.9V 3605,00:26:40.781,119.9V 3606,00:26:41.219,119.9V 3607,00:26:41.656,119.9V 3608,00:26:42.109,119.9V 3609,00:26:42.547,119.8V 3610,00:26:42.984,119.9V 3611,00:26:43.422,119.9V 3612,00:26:43.859,119.9V 3613,00:26:44.297,119.9V 3614,00:26:44.734,119.9V 3615,00:26:45.172,120V 3616,00:26:45.609,120V 3617,00:26:46.047,120V 3618,00:26:46.500,119.9V 3619,00:26:46.938,119.9V 3620,00:26:47.359,119.9V 3621,00:26:47.813,119.9V 3622,00:26:48.250,119.9V 3623,00:26:48.734,119.9V 3624,00:26:49.172,119.9V 3625,00:26:49.609,119.9V 3626,00:26:50.047,119.9V 3627,00:26:50.484,119.9V 3628,00:26:50.938,120V 3629,00:26:51.375,120V 3630,00:26:51.813,119.9V 3631,00:26:52.250,119.9V 3632,00:26:52.688,119.9V 3633,00:26:53.125,120V 3634,00:26:53.563,120V 3635,00:26:54.016,120V 3636,00:26:54.453,120V 3637,00:26:54.891,120V 3638,00:26:55.375,120V 3639,00:26:55.813,120V 3640,00:26:56.250,120V 3641,00:26:56.703,120V 3642,00:26:57.141,120V 3643,00:26:57.594,120V 3644,00:26:58.031,120.1V 3645,00:26:58.469,120V 3646,00:26:58.906,120V 3647,00:26:59.359,120V 3648,00:26:59.797,120V 3649,00:27:00.281,120V 3650,00:27:00.719,120V 3651,00:27:01.156,120V 3652,00:27:01.594,120V 3653,00:27:02.031,120V 3654,00:27:02.469,120V 3655,00:27:02.906,119.9V 3656,00:27:03.344,119.9V 3657,00:27:03.797,119.9V 3658,00:27:04.234,119.9V 3659,00:27:04.688,119.9V 3660,00:27:05.125,119.9V 3661,00:27:05.563,119.9V 3662,00:27:06.016,119.9V 3663,00:27:06.453,120V 3664,00:27:06.922,120V 3665,00:27:07.359,120V 3666,00:27:07.813,119.9V 3667,00:27:08.250,120V 3668,00:27:08.688,119.9V 3669,00:27:09.125,120V 3670,00:27:09.578,120V 3671,00:27:10.016,119.9V 3672,00:27:10.469,119.9V 3673,00:27:10.906,119.9V 3674,00:27:11.344,119.9V 3675,00:27:11.828,119.9V 3676,00:27:12.266,119.9V 3677,00:27:12.703,119.9V 3678,00:27:13.156,120V 3679,00:27:13.594,120V 3680,00:27:14.031,120V 3681,00:27:14.469,119.9V 3682,00:27:14.906,119.9V 3683,00:27:15.344,119.9V 3684,00:27:15.781,120V 3685,00:27:16.219,120V 3686,00:27:16.656,120V 3687,00:27:17.094,120V 3688,00:27:17.531,120V 3689,00:27:17.984,120V 3690,00:27:18.422,120V 3691,00:27:18.859,120V 3692,00:27:19.297,120V 3693,00:27:19.750,120V 3694,00:27:20.219,119.9V 3695,00:27:20.672,119.9V 3696,00:27:21.109,119.9V 3697,00:27:21.547,119.9V 3698,00:27:21.984,120V 3699,00:27:22.422,119.9V 3700,00:27:22.859,119.8V 3701,00:27:23.313,119.8V 3702,00:27:23.750,119.8V 3703,00:27:24.188,119.8V 3704,00:27:24.625,119.8V 3705,00:27:25.109,119.8V 3706,00:27:25.563,119.9V 3707,00:27:26.000,119.9V 3708,00:27:26.438,120V 3709,00:27:26.875,120V 3710,00:27:27.313,120V 3711,00:27:27.750,120V 3712,00:27:28.188,119.9V 3713,00:27:28.641,119.9V 3714,00:27:29.078,120V 3715,00:27:29.531,120V 3716,00:27:29.969,120V 3717,00:27:30.406,120V 3718,00:27:30.844,120V 3719,00:27:31.281,120V 3720,00:27:31.766,120V 3721,00:27:32.219,120V 3722,00:27:32.656,120V 3723,00:27:33.094,120V 3724,00:27:33.531,120V 3725,00:27:33.969,120V 3726,00:27:34.406,119.9V 3727,00:27:34.859,119.9V 3728,00:27:35.297,120V 3729,00:27:35.734,120V 3730,00:27:36.172,120V 3731,00:27:36.656,120V 3732,00:27:37.109,120V 3733,00:27:37.547,119.7V 3734,00:27:37.984,119.5V 3735,00:27:38.422,119.4V 3736,00:27:38.859,119.5V 3737,00:27:39.297,119.7V 3738,00:27:39.734,119.8V 3739,00:27:40.188,119.7V 3740,00:27:40.625,119.7V 3741,00:27:41.078,119.9V 3742,00:27:41.563,119.9V 3743,00:27:42.000,120V 3744,00:27:42.438,120V 3745,00:27:42.875,119.9V 3746,00:27:43.328,120V 3747,00:27:43.750,120V 3748,00:27:44.203,120V 3749,00:27:44.641,119.9V 3750,00:27:45.078,119.9V 3751,00:27:45.516,119.9V 3752,00:27:45.953,120V 3753,00:27:46.406,120V 3754,00:27:46.844,120V 3755,00:27:47.281,120V 3756,00:27:47.719,120V 3757,00:27:48.203,119.9V 3758,00:27:48.641,119.9V 3759,00:27:49.078,119.8V 3760,00:27:49.531,119.9V 3761,00:27:49.969,119.9V 3762,00:27:50.406,120V 3763,00:27:50.844,120V 3764,00:27:51.281,119.9V 3765,00:27:51.734,119.9V 3766,00:27:52.172,119.9V 3767,00:27:52.625,119.9V 3768,00:27:53.063,119.9V 3769,00:27:53.500,119.9V 3770,00:27:53.938,119.9V 3771,00:27:54.375,119.9V 3772,00:27:54.859,119.9V 3773,00:27:55.297,119.9V 3774,00:27:55.734,119.9V 3775,00:27:56.188,119.9V 3776,00:27:56.625,120V 3777,00:27:57.063,120V 3778,00:27:57.516,120V 3779,00:27:58.000,119.9V 3780,00:27:58.453,119.9V 3781,00:27:58.875,119.9V 3782,00:27:59.328,119.9V 3783,00:27:59.766,119.9V 3784,00:28:00.219,119.9V 3785,00:28:00.656,119.9V 3786,00:28:01.094,119.9V 3787,00:28:01.531,119.9V 3788,00:28:01.969,119.9V 3789,00:28:02.406,119.9V 3790,00:28:02.844,119.9V 3791,00:28:03.281,119.9V 3792,00:28:03.719,119.9V 3793,00:28:04.156,119.9V 3794,00:28:04.594,119.9V 3795,00:28:05.031,119.9V 3796,00:28:05.484,119.9V 3797,00:28:05.922,119.9V 3798,00:28:06.406,120V 3799,00:28:06.844,120V 3800,00:28:07.281,120V 3801,00:28:07.734,119.9V 3802,00:28:08.172,119.9V 3803,00:28:08.609,120V 3804,00:28:09.047,119.9V 3805,00:28:09.484,119.9V 3806,00:28:09.922,119.9V 3807,00:28:10.359,119.8V 3808,00:28:10.797,119.8V 3809,00:28:11.234,119.8V 3810,00:28:11.688,119.9V 3811,00:28:12.125,119.9V 3812,00:28:12.563,120V 3813,00:28:13.047,119.9V 3814,00:28:13.484,119.9V 3815,00:28:13.922,119.9V 3816,00:28:14.375,119.9V 3817,00:28:14.813,119.8V 3818,00:28:15.250,119.7V 3819,00:28:15.688,119.7V 3820,00:28:16.125,119.8V 3821,00:28:16.563,119.9V 3822,00:28:17.016,119.9V 3823,00:28:17.453,119.9V 3824,00:28:17.953,119.9V 3825,00:28:18.391,119.9V 3826,00:28:18.828,119.9V 3827,00:28:19.266,119.8V 3828,00:28:19.703,119.8V 3829,00:28:20.141,119.8V 3830,00:28:20.578,119.8V 3831,00:28:21.031,119.9V 3832,00:28:21.469,119.9V 3833,00:28:21.906,120V 3834,00:28:22.344,119.9V 3835,00:28:22.797,119.9V 3836,00:28:23.234,119.9V 3837,00:28:23.688,119.9V 3838,00:28:24.125,119.9V 3839,00:28:24.594,119.9V 3840,00:28:25.047,119.9V 3841,00:28:25.484,119.9V 3842,00:28:25.922,119.9V 3843,00:28:26.359,119.9V 3844,00:28:26.797,119.9V 3845,00:28:27.250,119.9V 3846,00:28:27.688,119.9V 3847,00:28:28.125,119.9V 3848,00:28:28.563,119.8V 3849,00:28:29.000,119.8V 3850,00:28:29.438,119.9V 3851,00:28:29.875,119.9V 3852,00:28:30.313,119.9V 3853,00:28:30.750,119.9V 3854,00:28:31.188,119.8V 3855,00:28:31.641,119.8V 3856,00:28:32.063,119.9V 3857,00:28:32.500,119.9V 3858,00:28:33.000,120V 3859,00:28:33.438,120V 3860,00:28:33.875,120V 3861,00:28:34.313,119.9V 3862,00:28:34.750,119.8V 3863,00:28:35.188,119.8V 3864,00:28:35.641,119.8V 3865,00:28:36.078,119.7V 3866,00:28:36.516,119.7V 3867,00:28:36.953,119.7V 3868,00:28:37.406,119.7V 3869,00:28:37.844,119.8V 3870,00:28:38.281,119.8V 3871,00:28:38.719,119.8V 3872,00:28:39.156,119.8V 3873,00:28:39.641,119.7V 3874,00:28:40.094,119.7V 3875,00:28:40.531,119.7V 3876,00:28:40.969,119.7V 3877,00:28:41.406,119.7V 3878,00:28:41.844,119.7V 3879,00:28:42.281,119.7V 3880,00:28:42.734,119.8V 3881,00:28:43.172,119.8V 3882,00:28:43.609,119.8V 3883,00:28:44.047,119.8V 3884,00:28:44.531,119.8V 3885,00:28:44.984,119.8V 3886,00:28:45.438,119.8V 3887,00:28:45.875,119.8V 3888,00:28:46.328,119.8V 3889,00:28:46.766,119.8V 3890,00:28:47.203,119.8V 3891,00:28:47.688,119.8V 3892,00:28:48.125,119.8V 3893,00:28:48.578,119.8V 3894,00:28:49.016,119.9V 3895,00:28:49.453,119.8V 3896,00:28:49.891,119.8V 3897,00:28:50.328,119.8V 3898,00:28:50.766,119.9V 3899,00:28:51.203,119.8V 3900,00:28:51.641,119.8V 3901,00:28:52.094,119.8V 3902,00:28:52.531,119.8V 3903,00:28:52.984,119.7V 3904,00:28:53.422,119.7V 3905,00:28:53.859,119.6V 3906,00:28:54.344,119.7V 3907,00:28:54.781,119.6V 3908,00:28:55.219,119.7V 3909,00:28:55.656,119.7V 3910,00:28:56.094,119.7V 3911,00:28:56.531,119.7V 3912,00:28:56.969,119.7V 3913,00:28:57.406,119.7V 3914,00:28:57.859,119.5V 3915,00:28:58.297,119.5V 3916,00:28:58.734,119.4V 3917,00:28:59.172,119.5V 3918,00:28:59.609,119.5V 3919,00:29:00.047,119.6V 3920,00:29:00.500,119.6V 3921,00:29:00.984,119.6V 3922,00:29:01.438,119.6V 3923,00:29:01.875,119.6V 3924,00:29:02.313,119.6V 3925,00:29:02.750,119.5V 3926,00:29:03.188,119.5V 3927,00:29:03.625,119.6V 3928,00:29:04.078,119.6V 3929,00:29:04.516,119.6V 3930,00:29:04.953,119.5V 3931,00:29:05.391,119.5V 3932,00:29:05.828,119.5V 3933,00:29:06.266,119.6V 3934,00:29:06.719,119.6V 3935,00:29:07.156,119.5V 3936,00:29:07.625,119.5V 3937,00:29:08.078,119.5V 3938,00:29:08.516,119.6V 3939,00:29:08.953,119.6V 3940,00:29:09.391,119.6V 3941,00:29:09.828,119.5V 3942,00:29:10.266,119.5V 3943,00:29:10.703,119.5V 3944,00:29:11.156,119.5V 3945,00:29:11.594,119.5V 3946,00:29:12.031,119.5V 3947,00:29:12.484,119.6V 3948,00:29:12.922,119.6V 3949,00:29:13.359,119.5V 3950,00:29:13.797,119.5V 3951,00:29:14.281,119.5V 3952,00:29:14.719,119.6V 3953,00:29:15.156,119.6V 3954,00:29:15.609,119.6V 3955,00:29:16.063,119.5V 3956,00:29:16.500,119.6V 3957,00:29:16.938,119.6V 3958,00:29:17.422,119.5V 3959,00:29:17.875,119.6V 3960,00:29:18.313,119.6V 3961,00:29:18.750,119.6V 3962,00:29:19.188,119.6V 3963,00:29:19.641,119.5V 3964,00:29:20.078,119.5V 3965,00:29:20.516,119.5V 3966,00:29:20.953,119.6V 3967,00:29:21.391,119.6V 3968,00:29:21.844,119.6V 3969,00:29:22.328,119.5V 3970,00:29:22.766,119.5V 3971,00:29:23.203,119.5V 3972,00:29:23.641,119.5V 3973,00:29:24.078,119.5V 3974,00:29:24.531,119.5V 3975,00:29:24.953,119.5V 3976,00:29:25.391,119.5V 3977,00:29:25.844,119.5V 3978,00:29:26.281,119.6V 3979,00:29:26.719,119.6V 3980,00:29:27.156,119.6V 3981,00:29:27.609,119.6V 3982,00:29:28.047,119.5V 3983,00:29:28.484,119.5V 3984,00:29:28.922,119.4V 3985,00:29:29.359,119.5V 3986,00:29:29.797,119.5V 3987,00:29:30.234,119.5V 3988,00:29:30.719,119.5V 3989,00:29:31.172,119.5V 3990,00:29:31.609,119.5V 3991,00:29:32.047,119.5V 3992,00:29:32.484,119.5V 3993,00:29:32.922,119.5V 3994,00:29:33.359,119.5V 3995,00:29:33.813,119.5V 3996,00:29:34.250,119.5V 3997,00:29:34.688,119.4V 3998,00:29:35.125,119.4V 3999,00:29:35.563,119.5V 4000,00:29:36.016,119.6V 4001,00:29:36.453,119.5V 4002,00:29:36.906,119.4V 4003,00:29:37.375,119.2V 4004,00:29:37.813,119.3V 4005,00:29:38.266,119.3V 4006,00:29:38.703,119.4V 4007,00:29:39.156,119.4V 4008,00:29:39.594,119.4V 4009,00:29:40.031,119.5V 4010,00:29:40.516,119.5V 4011,00:29:40.969,119.5V 4012,00:29:41.406,119.5V 4013,00:29:41.844,119.5V 4014,00:29:42.281,119.5V 4015,00:29:42.734,119.4V 4016,00:29:43.172,119.4V 4017,00:29:43.609,119.4V 4018,00:29:44.047,119.4V 4019,00:29:44.500,119.4V 4020,00:29:44.938,119.4V 4021,00:29:45.422,119.5V 4022,00:29:45.859,119.5V 4023,00:29:46.297,119.6V 4024,00:29:46.734,119.5V 4025,00:29:47.188,119.5V 4026,00:29:47.625,119.5V 4027,00:29:48.063,119.5V 4028,00:29:48.500,119.4V 4029,00:29:48.953,119.4V 4030,00:29:49.391,119.4V 4031,00:29:49.828,119.4V 4032,00:29:50.266,119.5V 4033,00:29:50.703,119.5V 4034,00:29:51.141,119.5V 4035,00:29:51.594,119.5V 4036,00:29:52.063,119.5V 4037,00:29:52.516,119.5V 4038,00:29:52.953,119.5V 4039,00:29:53.391,119.4V 4040,00:29:53.828,119.4V 4041,00:29:54.266,119.4V 4042,00:29:54.703,119.4V 4043,00:29:55.141,119.5V 4044,00:29:55.578,119.5V 4045,00:29:56.031,119.5V 4046,00:29:56.469,119.5V 4047,00:29:56.906,119.6V 4048,00:29:57.344,119.6V 4049,00:29:57.781,119.6V 4050,00:29:58.219,119.6V 4051,00:29:58.719,119.6V 4052,00:29:59.156,119.6V 4053,00:29:59.594,119.5V 4054,00:30:00.031,119.4V 4055,00:30:00.469,119.4V 4056,00:30:00.922,119.4V 4057,00:30:01.359,119.5V 4058,00:30:01.797,119.5V 4059,00:30:02.250,119.5V 4060,00:30:02.688,119.5V 4061,00:30:03.125,119.5V 4062,00:30:03.563,119.6V 4063,00:30:04.000,119.5V 4064,00:30:04.438,119.5V 4065,00:30:04.875,119.5V 4066,00:30:05.359,119.5V 4067,00:30:05.797,119.5V 4068,00:30:06.250,119.6V 4069,00:30:06.688,119.6V 4070,00:30:07.125,119.6V 4071,00:30:07.563,119.6V 4072,00:30:08.016,119.6V 4073,00:30:08.453,119.6V 4074,00:30:08.891,119.7V 4075,00:30:09.328,119.6V 4076,00:30:09.781,119.6V 4077,00:30:10.266,119.6V 4078,00:30:10.703,119.6V 4079,00:30:11.141,119.5V 4080,00:30:11.594,119.5V 4081,00:30:12.031,119.5V 4082,00:30:12.469,119.6V 4083,00:30:12.906,119.6V 4084,00:30:13.344,119.6V 4085,00:30:13.781,119.6V 4086,00:30:14.234,119.6V 4087,00:30:14.672,119.6V 4088,00:30:15.109,119.6V 4089,00:30:15.547,119.6V 4090,00:30:15.984,119.6V 4091,00:30:16.422,119.6V 4092,00:30:16.906,119.6V 4093,00:30:17.344,119.6V 4094,00:30:17.781,119.6V 4095,00:30:18.219,119.6V 4096,00:30:18.672,119.6V 4097,00:30:19.109,119.6V 4098,00:30:19.547,119.6V 4099,00:30:19.984,119.6V 4100,00:30:20.422,119.5V 4101,00:30:20.859,119.5V 4102,00:30:21.313,119.5V 4103,00:30:21.750,119.4V 4104,00:30:22.188,119.4V 4105,00:30:22.625,119.5V 4106,00:30:23.063,119.5V 4107,00:30:23.500,119.5V 4108,00:30:23.938,119.5V 4109,00:30:24.391,119.5V 4110,00:30:24.828,119.4V 4111,00:30:25.313,119.4V 4112,00:30:25.750,119.4V 4113,00:30:26.188,119.5V 4114,00:30:26.625,119.5V 4115,00:30:27.063,119.5V 4116,00:30:27.516,119.5V 4117,00:30:27.953,119.5V 4118,00:30:28.391,119.6V 4119,00:30:28.828,119.6V 4120,00:30:29.266,119.6V 4121,00:30:29.703,119.6V 4122,00:30:30.156,119.6V 4123,00:30:30.609,119.7V 4124,00:30:31.047,119.7V 4125,00:30:31.484,119.7V 4126,00:30:31.953,119.7V 4127,00:30:32.406,119.7V 4128,00:30:32.844,119.7V 4129,00:30:33.281,119.7V 4130,00:30:33.719,119.7V 4131,00:30:34.156,119.7V 4132,00:30:34.594,119.6V 4133,00:30:35.047,119.5V 4134,00:30:35.484,119.5V 4135,00:30:35.922,119.6V 4136,00:30:36.359,119.6V 4137,00:30:36.844,119.7V 4138,00:30:37.297,119.6V 4139,00:30:37.734,119.6V 4140,00:30:38.172,119.7V 4141,00:30:38.609,119.7V 4142,00:30:39.047,119.7V 4143,00:30:39.484,119.6V 4144,00:30:39.922,119.5V 4145,00:30:40.375,119.5V 4146,00:30:40.813,119.5V 4147,00:30:41.250,119.5V 4148,00:30:41.688,119.4V 4149,00:30:42.125,119.5V 4150,00:30:42.563,119.6V 4151,00:30:43.016,119.6V 4152,00:30:43.500,119.6V 4153,00:30:43.938,119.6V 4154,00:30:44.375,119.7V 4155,00:30:44.828,119.7V 4156,00:30:45.266,119.7V 4157,00:30:45.719,119.7V 4158,00:30:46.156,119.6V 4159,00:30:46.594,119.6V 4160,00:30:47.031,119.7V 4161,00:30:47.469,119.7V 4162,00:30:47.922,119.7V 4163,00:30:48.391,119.7V 4164,00:30:48.844,119.7V 4165,00:30:49.281,119.7V 4166,00:30:49.719,119.6V 4167,00:30:50.156,119.6V 4168,00:30:50.594,119.6V 4169,00:30:51.031,119.6V 4170,00:30:51.484,119.6V 4171,00:30:51.922,119.6V 4172,00:30:52.359,119.6V 4173,00:30:52.797,119.6V 4174,00:30:53.234,119.7V 4175,00:30:53.672,119.6V 4176,00:30:54.109,119.7V 4177,00:30:54.547,119.6V 4178,00:30:55.047,119.3V 4179,00:30:55.484,119.2V 4180,00:30:55.922,119.3V 4181,00:30:56.375,119.4V 4182,00:30:56.813,119.5V 4183,00:30:57.250,119.5V 4184,00:30:57.688,119.5V 4185,00:30:58.125,119.5V 4186,00:30:58.563,119.5V 4187,00:30:59.000,119.6V 4188,00:30:59.453,119.5V 4189,00:30:59.891,119.5V 4190,00:31:00.328,119.5V 4191,00:31:00.766,119.5V 4192,00:31:01.203,119.5V 4193,00:31:01.688,119.4V ================================================ FILE: circuit-specialists-variac-data/300w heat gun.csv ================================================ NO.,Time,Value 1,00:00:00.000,120.3V 2,00:00:00.453,120.3V 3,00:00:00.890,120.3V 4,00:00:01.344,120.3V 5,00:00:01.781,120.3V 6,00:00:02.219,120.3V 7,00:00:02.656,120.3V 8,00:00:03.094,120.3V 9,00:00:03.547,120.3V 10,00:00:03.984,120.3V 11,00:00:04.422,120.3V 12,00:00:04.906,120.3V 13,00:00:05.359,120.3V 14,00:00:05.797,120.3V 15,00:00:06.234,120.4V 16,00:00:06.672,120.4V 17,00:00:07.125,120.3V 18,00:00:07.562,120.4V 19,00:00:08.047,120.3V 20,00:00:08.500,120.4V 21,00:00:08.937,120.4V 22,00:00:09.390,120.4V 23,00:00:09.828,120.4V 24,00:00:10.265,120.4V 25,00:00:10.719,120.3V 26,00:00:11.203,120.3V 27,00:00:11.656,120.3V 28,00:00:12.078,120.3V 29,00:00:12.531,120.3V 30,00:00:12.969,120.3V 31,00:00:13.406,120.3V 32,00:00:13.844,120.4V 33,00:00:14.297,120.4V 34,00:00:14.734,120.4V 35,00:00:15.172,120.4V 36,00:00:15.625,120.3V 37,00:00:16.094,120.3V 38,00:00:16.531,120.4V 39,00:00:16.984,120.4V 40,00:00:17.422,120.4V 41,00:00:17.859,120.4V 42,00:00:18.297,120.4V 43,00:00:18.734,120.5V 44,00:00:19.187,120.4V 45,00:00:19.625,120.4V 46,00:00:20.062,120.4V 47,00:00:20.500,120.4V 48,00:00:20.953,120.4V 49,00:00:21.390,120.4V 50,00:00:21.828,120.4V 51,00:00:22.265,120.4V 52,00:00:22.750,120.3V 53,00:00:23.187,120.3V 54,00:00:23.640,120.3V 55,00:00:24.078,120.3V 56,00:00:24.515,120.3V 57,00:00:24.969,120.3V 58,00:00:25.406,120.3V 59,00:00:25.890,120.3V 60,00:00:26.344,120.3V 61,00:00:26.781,120.3V 62,00:00:27.219,120.3V 63,00:00:27.656,120.3V 64,00:00:28.109,120.3V 65,00:00:28.547,120.3V 66,00:00:28.984,120.4V 67,00:00:29.437,120.5V 68,00:00:29.875,120.5V 69,00:00:30.312,120.5V 70,00:00:30.797,120.5V 71,00:00:31.250,120.5V 72,00:00:31.687,120.4V 73,00:00:32.125,120.4V 74,00:00:32.562,120.4V 75,00:00:33.015,120.4V 76,00:00:33.453,120.5V 77,00:00:33.890,120.5V 78,00:00:34.344,120.4V 79,00:00:34.781,120.4V 80,00:00:35.219,120.4V 81,00:00:35.687,120.4V 82,00:00:36.140,120.4V 83,00:00:36.578,120.4V 84,00:00:37.031,120.4V 85,00:00:37.469,120.4V 86,00:00:37.906,120.4V 87,00:00:38.359,120.4V 88,00:00:38.844,120.4V 89,00:00:39.281,120.4V 90,00:00:39.734,120.4V 91,00:00:40.172,120.4V 92,00:00:40.609,120.3V 93,00:00:41.062,120.4V 94,00:00:41.500,120.4V 95,00:00:41.937,120.4V 96,00:00:42.375,120.4V 97,00:00:42.812,120.4V 98,00:00:43.265,120.4V 99,00:00:43.734,120.4V 100,00:00:44.187,120.4V 101,00:00:44.640,120.3V 102,00:00:45.078,120.3V 103,00:00:45.515,120.3V 104,00:00:45.953,120.4V 105,00:00:46.406,120.4V 106,00:00:46.844,120.3V 107,00:00:47.281,120.3V 108,00:00:47.719,120.3V 109,00:00:48.156,120.3V 110,00:00:48.640,120.4V 111,00:00:49.078,120.3V 112,00:00:49.531,120.3V 113,00:00:49.969,120.3V 114,00:00:50.406,120.4V 115,00:00:50.859,120.4V 116,00:00:51.297,120.4V 117,00:00:51.781,120.4V 118,00:00:52.234,120.4V 119,00:00:52.672,120.3V 120,00:00:53.109,120.4V 121,00:00:53.547,120.4V 122,00:00:53.984,120.4V 123,00:00:54.437,120.4V 124,00:00:54.875,120.4V 125,00:00:55.312,120.4V 126,00:00:55.765,120.4V 127,00:00:56.203,120.4V 128,00:00:56.687,120.5V 129,00:00:57.125,120.4V 130,00:00:57.578,120.4V 131,00:00:58.015,120.3V 132,00:00:58.453,120.4V 133,00:00:58.890,120.4V 134,00:00:59.344,120.4V 135,00:00:59.781,120.4V 136,00:01:00.234,120.3V 137,00:01:00.672,120.1V 138,00:01:01.125,119.9V 139,00:01:01.594,120V 140,00:01:02.031,120.1V 141,00:01:02.469,120.2V 142,00:01:02.922,120.3V 143,00:01:03.359,120.4V 144,00:01:03.797,120.5V 145,00:01:04.234,120.5V 146,00:01:04.687,120.3V 147,00:01:05.125,120.2V 148,00:01:05.562,120.1V 149,00:01:06.015,120V 150,00:01:06.484,120V 151,00:01:06.922,120.1V 152,00:01:07.375,120.1V 153,00:01:07.828,120.2V 154,00:01:08.265,120.3V 155,00:01:08.703,120.4V 156,00:01:09.140,120.5V 157,00:01:09.625,120.6V 158,00:01:10.062,120.5V 159,00:01:10.515,120.6V 160,00:01:10.953,120.5V 161,00:01:11.406,120.5V 162,00:01:11.844,120.4V 163,00:01:12.281,120.4V 164,00:01:12.719,120.4V 165,00:01:13.172,120.4V 166,00:01:13.609,120.5V 167,00:01:14.047,120.6V 168,00:01:14.531,120.6V 169,00:01:14.969,120.6V 170,00:01:15.406,120.6V 171,00:01:15.859,120.5V 172,00:01:16.312,120.5V 173,00:01:16.750,120.5V 174,00:01:17.187,120.3V 175,00:01:17.687,120.4V 176,00:01:18.125,120.4V 177,00:01:18.562,120.5V 178,00:01:19.000,120.5V 179,00:01:19.453,120.5V 180,00:01:19.890,120.5V 181,00:01:20.328,120.6V 182,00:01:20.765,120.6V 183,00:01:21.203,120.6V 184,00:01:21.656,120.5V 185,00:01:22.094,120.6V 186,00:01:22.578,120.5V 187,00:01:23.031,120.5V 188,00:01:23.469,120.5V 189,00:01:23.906,120.5V 190,00:01:24.344,120.5V 191,00:01:24.781,120.5V 192,00:01:25.219,120.5V 193,00:01:25.656,120.6V 194,00:01:26.094,120.5V 195,00:01:26.547,120.5V 196,00:01:27.000,120.5V 197,00:01:27.484,120.6V 198,00:01:27.922,120.5V 199,00:01:28.359,120.5V 200,00:01:28.797,120.5V 201,00:01:29.234,120.5V 202,00:01:29.672,120.5V 203,00:01:30.109,120.5V 204,00:01:30.547,120.6V 205,00:01:30.984,120.6V 206,00:01:31.422,120.6V 207,00:01:31.875,120.6V 208,00:01:32.312,120.6V 209,00:01:32.750,120.6V 210,00:01:33.187,120.6V 211,00:01:33.625,120.6V 212,00:01:34.062,120.6V 213,00:01:34.500,120.6V 214,00:01:34.937,120.6V 215,00:01:35.375,120.6V 216,00:01:35.812,120.6V 217,00:01:36.265,120.6V 218,00:01:36.703,120.6V 219,00:01:37.140,120.6V 220,00:01:37.625,120.6V 221,00:01:38.078,120.6V 222,00:01:38.515,120.6V 223,00:01:38.953,120.6V 224,00:01:39.390,120.6V 225,00:01:39.844,120.6V 226,00:01:40.281,120.6V 227,00:01:40.719,120.7V 228,00:01:41.172,120.7V 229,00:01:41.609,120.7V 230,00:01:42.062,120.7V 231,00:01:42.515,120.6V 232,00:01:42.969,120.6V 233,00:01:43.406,120.6V 234,00:01:43.859,120.6V 235,00:01:44.297,120.6V 236,00:01:44.734,120.7V 237,00:01:45.172,120.7V 238,00:01:45.625,120.7V 239,00:01:46.078,120.6V 240,00:01:46.515,120.6V 241,00:01:46.937,120.6V 242,00:01:47.422,120.6V 243,00:01:47.875,120.6V 244,00:01:48.312,120.6V 245,00:01:48.765,124.4V 246,00:01:49.203,124.4V 247,00:01:49.640,124.3V 248,00:01:50.078,124.3V 249,00:01:50.515,124.3V 250,00:01:50.953,124.3V 251,00:01:51.390,124.3V 252,00:01:51.844,124.3V 253,00:01:52.312,124.2V 254,00:01:52.765,124.2V 255,00:01:53.203,124.2V 256,00:01:53.640,124.2V 257,00:01:54.078,124.2V 258,00:01:54.531,124.2V 259,00:01:54.969,124.1V 260,00:01:55.406,124V 261,00:01:55.844,124V 262,00:01:56.281,124V 263,00:01:56.719,124.1V 264,00:01:57.219,124V 265,00:01:57.656,124V 266,00:01:58.094,124V 267,00:01:58.531,124V 268,00:01:58.984,124V 269,00:01:59.422,124.1V 270,00:01:59.859,124.1V 271,00:02:00.297,124.1V 272,00:02:00.734,124.1V 273,00:02:01.187,124.1V 274,00:02:01.625,124.1V 275,00:02:02.062,124V 276,00:02:02.500,123.9V 277,00:02:02.937,123.9V 278,00:02:03.375,124V 279,00:02:03.859,124.1V 280,00:02:04.312,124.1V 281,00:02:04.750,124.1V 282,00:02:05.187,124V 283,00:02:05.640,124V 284,00:02:06.078,124V 285,00:02:06.515,124.1V 286,00:02:06.953,124.2V 287,00:02:07.390,124.2V 288,00:02:07.828,124.2V 289,00:02:08.281,124.2V 290,00:02:08.765,124.1V 291,00:02:09.203,124.2V 292,00:02:09.640,124.2V 293,00:02:10.078,124.1V 294,00:02:10.515,124.1V 295,00:02:10.953,124.1V 296,00:02:11.406,124.1V 297,00:02:11.844,124.1V 298,00:02:12.297,124V 299,00:02:12.734,124V 300,00:02:13.172,124V 301,00:02:13.656,124.1V 302,00:02:14.109,124.1V 303,00:02:14.547,124.1V 304,00:02:15.000,124V ================================================ FILE: circuit-specialists-variac-data/This is my raw meter data from my variac stability tests.txt ================================================ ================================================ FILE: diabolocal-it-prank/it-prank-v1.ino ================================================ /* AnotherMaker IT Prank Requires FabGL Library in the Arduino IDE While this can be done on any ESP32 board, the ones with the built in VGA are cleaner https://www.banggood.com/custlink/DvKRbJiRWl https://amzn.to/3pe9fQa /* Created by Fabrizio Di Vittorio (fdivitto2013@gmail.com) - Copyright (c) 2019-2021 Fabrizio Di Vittorio. All rights reserved. * Please contact fdivitto2013@gmail.com if you need a commercial license. * This library and related software is available under GPL v3. FabGL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. FabGL is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with FabGL. If not, see . */ #include "fabgl.h" #include #include "network/ICMP.h" char const * AUTOEXEC = "info\r" "keyb us\r" "scan\r"; enum class State { Prompt, PromptInput, UnknownCommand, Help, Info, Wifi, TelnetInit, Telnet, Scan, Ping, Reset, Keyb }; State state = State::Prompt; WiFiClient client; char const * currentScript = nullptr; bool error = false; fabgl::VGATextController DisplayController; fabgl::PS2Controller PS2Controller; fabgl::Terminal Terminal; fabgl::LineEditor LineEditor(&Terminal); void exe_info() { Terminal.write("\e[95m* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * \r\n"); Terminal.write("\e[95m* * *\e[92m \e[95m* * *\r\n"); Terminal.write("\e[95m* * *\e[92m You have been INFECTED with BIOS Root Kit \e[95m* * *\r\n"); Terminal.write("\e[95m* * *\e[92m \e[95m* * *\r\n"); Terminal.write("\e[95m* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * \r\n\r\n"); Terminal.write("\e[93m All your files are belong to us!\r\n\r\n"); Terminal.write("\e[94m You can not turn off\r\n\r\n"); Terminal.write("\e[96m You can not reboot\r\n\r\n"); Terminal.write("\e[91m To decrypt system you must buy one ESP Crypto at the following link \r\n\r\n"); Terminal.write("\e[97m https://bit.ly/3J5nvlZ\r\n\r\n"); error = false; state = State::Prompt; } void exe_help() { error = false; state = State::Prompt; } void decode_command() { auto inputLine = LineEditor.get(); if (*inputLine == 0) state = State::Prompt; else if (strncmp(inputLine, "help", 4) == 0) state = State::Help; else if (strncmp(inputLine, "info", 4) == 0) state = State::Info; else if (strncmp(inputLine, "wifi", 4) == 0) state = State::Wifi; else if (strncmp(inputLine, "telnet", 6) == 0) state = State::TelnetInit; else if (strncmp(inputLine, "scan", 4) == 0) state = State::Scan; else if (strncmp(inputLine, "ping", 4) == 0) state = State::Ping; else if (strncmp(inputLine, "reboot", 6) == 0) state = State::Reset; else if (strncmp(inputLine, "keyb", 4) == 0) state = State::Keyb; else state = State::UnknownCommand; } void exe_prompt() { if (currentScript) { // process commands from script if (*currentScript == 0 || error) { // end of script, return to prompt currentScript = nullptr; state = State::Prompt; } else { // execute current line and move to the next one int linelen = strchr(currentScript, '\r') - currentScript; LineEditor.setText(currentScript, linelen); currentScript += linelen + 1; decode_command(); } } else { // process commands from keyboard Terminal.write(">"); state = State::PromptInput; } } void exe_promptInput() { LineEditor.setText(""); LineEditor.edit(); decode_command(); } void exe_scan() { static char const * ENC2STR[] = { "Open", "WEP", "WPA-PSK", "WPA2-PSK", "WPA/WPA2-PSK", "WPA-ENTERPRISE" }; Terminal.write("\e[93mWe are actively exploiting the following networks:\r\n\r\n"); Terminal.flush(); int networksCount = WiFi.scanNetworks(); if (networksCount) { Terminal.write ("\e[90m #\e[4GSSID\e[45GRSSI\e[55GCh\e[60GEncryption\e[92m\r\n"); for (int i = 0; i < networksCount; ++i) Terminal.printf("\e[93m %d\e[4G%s\e[93m\e[45G%d dBm\e[55G%d\e[60G%s\e[92m\r\n", i + 1, WiFi.SSID(i).c_str(), WiFi.RSSI(i), WiFi.channel(i), ENC2STR[WiFi.encryptionType(i)]); } Terminal.write("\e[97m\r\n Your defenses are useless against our attacks!!!!!!!!!!!!!!!!\r\n\r\n"); WiFi.scanDelete(); error = false; state = State::Prompt; } void exe_wifi() { static const int MAX_SSID_SIZE = 32; static const int MAX_PSW_SIZE = 32; char ssid[MAX_SSID_SIZE + 1]; char psw[MAX_PSW_SIZE + 1] = {0}; error = true; auto inputLine = LineEditor.get(); if (sscanf(inputLine, "wifi %32s %32s", ssid, psw) >= 1) { // Terminal.write("Connecting WiFi..."); // Terminal.flush(); WiFi.disconnect(true, true); for (int i = 0; i < 2; ++i) { WiFi.begin(ssid, psw); if (WiFi.waitForConnectResult() == WL_CONNECTED) break; WiFi.disconnect(true, true); } if (WiFi.status() == WL_CONNECTED) { // Terminal.printf("connected to %s, IP is %s\r\n", WiFi.SSID().c_str(), WiFi.localIP().toString().c_str()); error = false; } else { // Terminal.write("failed!\r\n"); } } state = State::Prompt; } void exe_telnetInit() { static const int MAX_HOST_SIZE = 32; char host[MAX_HOST_SIZE + 1]; int port; error = true; auto inputLine = LineEditor.get(); int pCount = sscanf(inputLine, "telnet %32s %d", host, &port); if (pCount > 0) { if (pCount == 1) port = 23; Terminal.printf("Trying %s...\r\n", host); if (client.connect(host, port)) { Terminal.printf("Connected to %s\r\n", host); error = false; state = State::Telnet; } else { Terminal.write("Unable to connect to remote host\r\n"); state = State::Prompt; } } else { Terminal.write("Mistake\r\n"); state = State::Prompt; } } int clientWaitForChar() { // not so good...:-) while (!client.available()) ; return client.read(); } void exe_telnet() { // process data from remote host (up to 1024 codes at the time) for (int i = 0; client.available() && i < 1024; ++i) { int c = client.read(); if (c == 0xFF) { // IAC (Interpret As Command) uint8_t cmd = clientWaitForChar(); uint8_t opt = clientWaitForChar(); if (cmd == 0xFD && opt == 0x1F) { // DO WINDOWSIZE client.write("\xFF\xFB\x1F", 3); // IAC WILL WINDOWSIZE client.write("\xFF\xFA\x1F" "\x00\x50\x00\x19" "\xFF\xF0", 9); // IAC SB WINDOWSIZE 0 80 0 25 IAC SE } else if (cmd == 0xFD && opt == 0x18) { // DO TERMINALTYPE client.write("\xFF\xFB\x18", 3); // IAC WILL TERMINALTYPE } else if (cmd == 0xFA && opt == 0x18) { // SB TERMINALTYPE c = clientWaitForChar(); // bypass '1' c = clientWaitForChar(); // bypass IAC c = clientWaitForChar(); // bypass SE client.write("\xFF\xFA\x18\x00" "wsvt25" "\xFF\xF0", 12); // IAC SB TERMINALTYPE 0 "...." IAC SE } else { uint8_t pck[3] = {0xFF, 0, opt}; if (cmd == 0xFD) // DO -> WONT pck[1] = 0xFC; else if (cmd == 0xFB) // WILL -> DO pck[1] = 0xFD; client.write(pck, 3); } } else { Terminal.write(c); } } // process data from terminal (keyboard) while (Terminal.available()) { client.write( Terminal.read() ); } // return to prompt? if (!client.connected()) { client.stop(); state = State::Prompt; } } void exe_ping() { char host[64]; auto inputLine = LineEditor.get(); int pcount = sscanf(inputLine, "ping %s", host); if (pcount > 0) { int sent = 0, recv = 0; fabgl::ICMP icmp; while (true) { // CTRL-C ? if (Terminal.available() && Terminal.read() == 0x03) break; int t = icmp.ping(host); if (t >= 0) { Terminal.printf("%d bytes from %s: icmp_seq=%d ttl=%d time=%.3f ms\r\n", icmp.receivedBytes(), icmp.hostIP().toString().c_str(), icmp.receivedSeq(), icmp.receivedTTL(), (double)t/1000.0); delay(1000); ++recv; } else if (t == -2) { Terminal.printf("Cannot resolve %s: Unknown host\r\n", host); break; } else { Terminal.printf("Request timeout for icmp_seq %d\r\n", icmp.receivedSeq()); } ++sent; } if (sent > 0) { Terminal.printf("--- %s ping statistics ---\r\n", host); Terminal.printf("%d packets transmitted, %d packets received, %.1f%% packet loss\r\n", sent, recv, (double)(sent - recv) / sent * 100.0); } } state = State::Prompt; } void exe_keyb() { if (PS2Controller.keyboard()->isKeyboardAvailable()) { char layout[3]; auto inputLine = LineEditor.get(); if (sscanf(inputLine, "keyb %2s", layout) == 1) { if (strcasecmp(layout, "US") == 0) Terminal.keyboard()->setLayout(&fabgl::USLayout); else if (strcasecmp(layout, "UK") == 0) Terminal.keyboard()->setLayout(&fabgl::UKLayout); else if (strcasecmp(layout, "DE") == 0) Terminal.keyboard()->setLayout(&fabgl::GermanLayout); else if (strcasecmp(layout, "IT") == 0) Terminal.keyboard()->setLayout(&fabgl::ItalianLayout); else if (strcasecmp(layout, "ES") == 0) Terminal.keyboard()->setLayout(&fabgl::SpanishLayout); else if (strcasecmp(layout, "FR") == 0) Terminal.keyboard()->setLayout(&fabgl::FrenchLayout); else if (strcasecmp(layout, "BE") == 0) Terminal.keyboard()->setLayout(&fabgl::BelgianLayout); else { Terminal.printf("Error! Invalid keyboard layout.\r\n"); state = State::Prompt; return; } } Terminal.printf("\r\nKeyboard layout is : \e[93m%s\e[92m\r\n\r\n", Terminal.keyboard()->getLayout()->desc); } else { // Terminal.printf("No keyboard present\r\n"); } state = State::Prompt; } void setup() { //Serial.begin(115200); // DEBUG ONLY PS2Controller.begin(PS2Preset::KeyboardPort0); DisplayController.begin(); DisplayController.setResolution(); Terminal.begin(&DisplayController); Terminal.connectLocally(); // to use Terminal.read(), available(), etc.. //Terminal.setLogStream(Serial); // DEBUG ONLY Terminal.setBackgroundColor(Color::Black); Terminal.setForegroundColor(Color::BrightGreen); Terminal.clear(); Terminal.enableCursor(true); currentScript = AUTOEXEC; } void loop() { switch (state) { case State::Prompt: exe_prompt(); break; case State::PromptInput: exe_promptInput(); break; case State::Help: exe_help(); break; case State::Info: exe_info(); break; case State::Wifi: exe_wifi(); break; case State::TelnetInit: exe_telnetInit(); break; case State::Telnet: exe_telnet(); break; case State::Scan: exe_scan(); break; case State::Ping: exe_ping(); break; case State::Reset: ESP.restart(); break; case State::Keyb: exe_keyb(); break; case State::UnknownCommand: Terminal.write("\r\nMistake\r\n"); state = State::Prompt; break; default: Terminal.write("\r\nNot Implemeted\r\n"); state = State::Prompt; break; } } ================================================ FILE: ds18b20/address-finder.ino ================================================ #include #include // Data wire is plugged into pin 2 on the Arduino #define ONE_WIRE_BUS 2 #define TEMPERATURE_PRECISION 9 OneWire oneWire(ONE_WIRE_BUS); DallasTemperature sensors(&oneWire); int numberOfDevices; DeviceAddress tempDeviceAddress; void setup(void) { Serial.begin(9600); sensors.begin(); numberOfDevices = sensors.getDeviceCount(); Serial.print("Locating devices..."); Serial.print("Found "); Serial.print(numberOfDevices, DEC); Serial.println(" devices."); Serial.print("Parasite power is: "); if (sensors.isParasitePowerMode()) Serial.println("ON"); else Serial.println("OFF"); // Loop through each device, print out address for(int i=0;i #include #include //v6.11.5 from Library Manager #include dht DHT; #define DHT11_PIN 7 // //Node-Red API Relay // const int port = 1880; // const char* server = "192.168.95.8"; // const char* api = "GET /apiCalls HTTP/1.0"; const int port = 80; const char* server = "192.168.95.198"; // const char* api = "GET /527/energyduino.php HTTP/1.0"; EthernetClient client; void setup() { // Initialize Serial port Serial.begin(9600); while (!Serial) continue; // Initialize Ethernet library byte mac[] = {0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED}; if (!Ethernet.begin(mac)) { Serial.println(F("Failed to configure Ethernet")); return; } delay(1000); Serial.println(F("Connecting...")); } void loop() { apiCall(); delay(10000); } void apiCall(){ if (!client.connect(server, port)) { Serial.println(F("Connection failed")); return; } Serial.println(F("Connected!")); //my api happens to be in c:/xampp/htdocs/527 on my pc String api = "GET /527/energyduino.php?temp="; int chk = DHT.read11(DHT11_PIN); Serial.print("Temperature = "); Serial.println(DHT.temperature); Serial.print("Humidity = "); Serial.println(DHT.humidity); //let's build out that API string for the URL api = api + DHT.temperature; api = api + "&hum="; api = api + DHT.humidity; // Send HTTP request client.println(api); client.println(F("Host: test.org")); client.println(F("Connection: close")); if (client.println() == 0) { Serial.println(F("Failed to send request")); return; } // Check HTTP status char status[32] = {0}; client.readBytesUntil('\r', status, sizeof(status)); if (strcmp(status, "HTTP/1.1 200 OK") != 0) { Serial.print(F("Response: ")); Serial.println(status); return; } // Skip HTTP headers char endOfHeaders[] = "\r\n\r\n"; if (!client.find(endOfHeaders)) { Serial.println(F("Invalid response")); return; } // Disconnect client.stop(); } ================================================ FILE: engergyduino/energyduino.php ================================================ query("SELECT id FROM energyduino LIMIT 1")->count(); if($check < 1){ $db->query(" CREATE TABLE `energyduino` ( `id` int(11) UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT, `temperature` decimal(11,2) NOT NULL, `humidity` decimal(11,2) NOT NULL, `ts` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; "); } $fields = [ 'humidity'=>$hum, 'temperature'=>$temp ]; $db->insert("energyduino",$fields); echo "success"; }else{ echo "fail"; } ================================================ FILE: eprom-booster/readme.txt ================================================ Video - https://youtu.be/cmfbbyea2WM Get the boards here: https://www.pcbway.com/project/shareproject/EPROM_Booster_Program_Higher_voltage_Vintage_Eproms_on_your_XGECU_T48_866ii_353885a0.html The cheaper XGECU Programmers are not capable of programming EPROMS at higher voltages. Even when you try to apply 25v, it often only puts out 21v. This board allows you to decouple the VPP from the programmer and supply external voltage. Requires 6 @ 16 pin 2.54mm Male Pin headers - standard dupont (https://amzn.to/3Eayc8Zl) 1 @ 8 pin 2.54mm Male Pin Header - standard dupont 2 @ 16 pin 2.54 Male-Male Socket Pinheaders - round not square (https://amzn.to/3CfpJ3Q) 1 @ 32 pin Socket or Zif socket (usually 28 pins is plenty for these eproms) (https://amzn.to/4h93jAf) 32 @ 2.54mm jumpers (https://amzn.to/4av3hjP) Optional Dupont gators - https://amzn.to/3E70Gk2 Dupont female - https://amzn.to/4hwf97n Programmers - T48 with no adapters https://amzn.to/3pP7RpF T48 with some adapters https://amzn.to/3Coo4sC T48 with many adapters https://amzn.to/4jtLL3v The T56 has been replaced with the T76 https://amzn.to/4h9Coo5 Videos I mentioned Eprom Programmer Comparison https://youtu.be/42VCmOVWAyc Learn Kicad in 45 Minutes https://youtu.be/SFJRHFMOhQA Necroware's video https://www.youtube.com/watch?v=VwxCpSt-3RQ ================================================ FILE: escape-room/arduino_simon.ino ================================================ //////////////////////////// //Network Stuff is commented out because you really don't need that unless you're doing a connected escape room. // #include // byte mac[] = { 0xDE, 0xED, 0xBA, 0xED, 0xDE, 0xED }; // IPAddress ip(192, 168, 95, 205); //of your arduino // IPAddress server(192, 168, 95, 223); // EthernetClient client; //////////////////////////// int connected = 0; // LED pin definitions #define LED_GREEN 40 #define LED_BLUE 41 #define LED_PURPLE 42 #define LED_RED 43 #define LED_CORRECT 48 #define LED_WRONG 49 // Button pin definitions #define BUTTON_PURPLE 24 #define BUTTON_GREEN 22 #define BUTTON_RED 23 #define BUTTON_BLUE 25 // Buzzer definitions #define BUZZER 26 #define RED_TONE 220 #define GREEN_TONE 262 #define BLUE_TONE 330 #define PURPLE_TONE 392 #define TONE_DURATION 250 // Game Variables int start = 27; int readyLed = 28; int resetRelay = 7; int go = 0; int GAME_SPEED = 400; int GAME_STATUS = 0; int const GAME_MAX_SEQUENCE = 10; int GAME_SEQUENCE[GAME_MAX_SEQUENCE]; int GAME_STEP = 0; int READ_STEP = 0; int HDA_MAX = 7; //This is the number of steps to win!! void setup(){ randomSeed(analogRead(0)); pinMode(LED_RED, OUTPUT); pinMode(LED_GREEN, OUTPUT); pinMode(LED_BLUE, OUTPUT); pinMode(LED_PURPLE, OUTPUT); pinMode(LED_CORRECT, OUTPUT); pinMode(LED_WRONG, OUTPUT); pinMode(resetRelay, OUTPUT); digitalWrite(resetRelay, LOW); pinMode(readyLed, OUTPUT); digitalWrite(readyLed, LOW); pinMode(BUTTON_RED, INPUT_PULLUP); pinMode(BUTTON_GREEN, INPUT_PULLUP); pinMode(BUTTON_BLUE, INPUT_PULLUP); pinMode(BUTTON_PURPLE, INPUT_PULLUP); pinMode(start, INPUT_PULLUP); pinMode(BUZZER, OUTPUT); Serial.begin(9600); // Ethernet.begin(mac, ip); // Allow the hardware to sort itself out delay(1500); Serial.println("Booted"); } void loop(){ // //if you're not connected to the server, connect! // if (!client.connect(server, 80)){ // Serial.println("connecing"); // client.connect(server, 80); // } if(go == 0){ digitalWrite(readyLed, HIGH); int check = digitalRead(start); if(check == LOW){ go = 1; digitalWrite(readyLed, LOW); Serial.println("Start button pushed!"); resetGame(); } } if(go == 1){ switch(GAME_STATUS){ case 0: resetGame(); break; case 1: playSequence(); break; case 2: readSequence(); break; case 3: gameOver(); go = 0; break; } } } void playSequence(){ // play a step of our sequence for(int i=0; i<=GAME_STEP; i++){ Serial.print("Set LED"); Serial.println(GAME_SEQUENCE[i]); delay(GAME_SPEED*2); setLED(GAME_SEQUENCE[i]); playTone(GAME_SEQUENCE[i]); delay(GAME_SPEED); clearLEDs(); } // Go to next step: reading buttons GAME_STATUS = 2; } void readSequence(){ // read our buttons int button_value = readButtons(); if(button_value > 0){ // a button has been pressed if(button_value == GAME_SEQUENCE[READ_STEP]){ // correct value! setLED(button_value); playTone(button_value); digitalWrite(LED_CORRECT, HIGH); delay(GAME_SPEED); clearLEDs(); digitalWrite(LED_CORRECT, LOW); // Lets speed it up! GAME_SPEED = GAME_SPEED-7; Serial.println("Correct!"); if(READ_STEP == GAME_STEP){ // reset read step READ_STEP = 0; // Go to next game step GAME_STEP++; // Go to playback sequence mode of our game GAME_STATUS = 1; Serial.println("Go To Next Step"); Serial.println(GAME_STEP); if(GAME_STEP >= HDA_MAX){ //did they get enough to win Serial.println("Winner!!!"); // client.print("GET /hda/pick/simon.php?msg=done"); // client.println(" HTTP/1.1"); // client.println("Host: 192.168.95.223"); // client.println("Connection: close"); // client.println(); delay(5000); } // Light all LEDs to indicate next sequence setLEDs(true,true,true,true); delay(GAME_SPEED); setLEDs(false,false,false,false); }else{ READ_STEP++; } delay(10); }else{ // wrong value! // Go to game over mode GAME_STATUS = 3; Serial.println("Game Over!"); Serial.println("Fail!!!"); // client.print("GET /hda/pick/simon.php?msg=fail"); // client.println(" HTTP/1.1"); // client.println("Host: 192.168.95.223"); // client.println("Connection: close"); // client.println(); digitalWrite(resetRelay, LOW); delay(100); digitalWrite(resetRelay, HIGH); } } delay(10); } void resetGame(){ // reset steps READ_STEP = 0; GAME_STEP = 0; // create random sequence for(int i=0; i const byte ROWS = 4; //four rows const byte COLS = 4; //three columns char keys[ROWS][COLS] = { {'1', '2', 'X', '3'}, {'4', '5', 'X', '6'}, {'7', '8', '9', 'X'}, {'A', '0', 'B', 'X'} }; int hangup = 2; int onHook = 0; int played = 0; //color ESP32 Pin / Arduino Pin / Label on Keypad //orange 14/9/C1 //Purple 27/8/C2 //White 26/7/C3 //Brown 25/6/C3 // Blue 33/5/R1 // Yellow 32/4/R2 // Green 15/3/R3 // Gray 19/2/R4 //arduino uno // byte rowPins[ROWS] = {5, 4, 3, 2}; //connect to the row pinouts of the keypad // byte colPins[COLS] = {9, 8, 7, 6}; //connect to the column pinouts of the keypad // esp32 byte rowPins[ROWS] = {33, 32, 15, 19}; //connect to the row pinouts of the keypad byte colPins[COLS] = {14, 27, 26, 25}; //connect to the column pinouts of the keypad Keypad keypad = Keypad( makeKeymap(keys), rowPins, colPins, ROWS, COLS ); //#include /* Bytes are allocated: 0 Fixed 0x7E Start Command 1 Fixed 0xFF Version info ?? 2 Fixed 0x06 Data length not including parity 3 Command code 0x?? number 4 Acknowledge 01= yes, 00 = no, returns info 5 Track high byte 6 Track low byte 7 Checksum high byte 8 Checksum low byte 9 Fixed 0xEF End Command Example: track number 100 (bytes 5 & 6) = 0x64 byte 6, 0x00 byte 5 volume is set to max (30) by default, to set to half volume (15) send the following commands: 7E FF 06 06 00 00 0F FF D5 EF Checksum is calculated: -Sum(bytes(1 to 6)) note the minus sign */ //SoftwareSerial mp3(10, 11); HardwareSerial mp3(2); //16,17 #define startByte 0x7E #define endByte 0xEF #define versionByte 0xFF #define dataLength 0x06 #define infoReq 0x01 #define isDebug false template void debugPrint(T printMe, bool newLine = false) { if (isDebug) { if (newLine) { Serial.println(printMe); } else { Serial.print(printMe); } Serial.flush(); } } void setup() { // NB For comms to MP3 player not USB mp3.begin(9600); pinMode(hangup, INPUT_PULLUP); // Serial Monitor serial Serial.begin(9600); // Equaliser setting sendCommand(0x07, 0, 5); // Specify track to play (0 = first track) // sendCommand(0x03, 0, 0); // Play // sendCommand(0x0D, 0, 0); // Set volume (otherwise full blast!) command code 0x06 followed by high byte / low byte sendCommand(0x06, 0, 5); } void loop() { //deal with playing a sound on initial pickup of the phone if(played == 0){ int read = digitalRead(hangup); if(read == HIGH){ sendCommand(0x06, 0, 5); sendCommand(0x12, 0, 15); //play buzz sound played = 1; } } if(played == 1){ int read = digitalRead(hangup); if(read == LOW){ played = 0; delay(100);//debounce } } //only play sounds with phone off the hook int loopRead = digitalRead(hangup); if(loopRead == HIGH){ char key = keypad.getKey(); if (key != NO_KEY) { if (key == 49) { //1 sendCommand(0x06, 0, 5); sendCommand(0x12, 0, 01); } if (key == 50) { //2 sendCommand(0x06, 0, 5); sendCommand(0x12, 0, 02); } if (key == 51) { //3 sendCommand(0x06, 0, 5); sendCommand(0x12, 0, 03); } if (key == 52) { //4 sendCommand(0x06, 0, 5); sendCommand(0x12, 0, 04); } if (key == 53) { //5 sendCommand(0x06, 0, 5); sendCommand(0x12, 0, 05); } if (key == 54) { //6 sendCommand(0x06, 0, 5); sendCommand(0x12, 0, 06); } if (key == 55) { //7 sendCommand(0x06, 0, 5); sendCommand(0x12, 0, 07); } if (key == 56) { //8 sendCommand(0x06, 0, 5); sendCommand(0x12, 0, 10); } if (key == 57) { //9 sendCommand(0x06, 0, 5); sendCommand(0x12, 0, 11); } if (key == 48) { //0 sendCommand(0x06, 0, 5); sendCommand(0x12, 0, 12); } if (key == 65) { //A Serial.println("star"); sendCommand(0x06, 0, 5); sendCommand(0x12, 0, 13); } if (key == 66) { //B in place of * Serial.println("pound"); sendCommand(0x06, 0, 5); sendCommand(0x12, 0, 14); } } }//end off the hook check // Get Serial Monitor input if (Serial.available()) { byte Command = Serial.parseInt(); byte Parameter1 = Serial.parseInt(); byte Parameter2 = Serial.parseInt(); // Execute that command Serial.print("Sending command: "); Serial.print(Command); Serial.print(","); Serial.print(Parameter1); Serial.print(","); Serial.println(Parameter2); sendCommand(Command, Parameter1, Parameter2); } // Get MP3 player response (always 10 bytes) if (mp3.available() >= 10) { byte Returned[10]; for (byte k = 0; k < 10; k++) Returned[k] = mp3.read(); Serial.print("Returned: 0x"); if (Returned[3] < 16) Serial.print("0"); Serial.print(Returned[3], HEX); Serial.print("("); Serial.print(Returned[3], DEC); Serial.print("); Parameter: 0x"); if (Returned[5] < 16) Serial.print("0"); Serial.print(Returned[5], HEX); Serial.print("("); Serial.print(Returned[5], DEC); Serial.print("), 0x"); if (Returned[6] < 16) Serial.print("0"); Serial.print(Returned[6], HEX); Serial.print("("); Serial.print(Returned[6], DEC); Serial.println(")"); } } void sendCommand(byte Command, byte Param1, byte Param2) { // Calculate the checksum unsigned int checkSum = -(versionByte + dataLength + Command + infoReq + Param1 + Param2); // Construct the command line byte commandBuffer[10] = { startByte, versionByte, dataLength, Command, infoReq, Param1, Param2, highByte(checkSum), lowByte(checkSum), endByte }; for (int cnt = 0; cnt < 10; cnt++) { mp3.write(commandBuffer[cnt]); } // Delay needed between successive commands delay(30); } ================================================ FILE: esp32-s3/Arduino IDE/pdpie-esp32-comm-test.ino ================================================ //the laziest automated chat test void setup() { Serial.begin(9600); } void loop() { String message = "Hello from Arduino 1. Random number: "; long randomNumber = random(0, 101); message += String(randomNumber); Serial.print(message); Serial.println(); delay(30000); } /* //arduino 2 void setup() { Serial.begin(9600); } void loop() { String message = "Hello from Arduino 2. Random number: "; long randomNumber = random(100, 201); message += String(randomNumber); Serial.print(message); Serial.println(); delay(30000); } */ ================================================ FILE: esp32-s3/Arduino IDE/pdpie-esp32-io-test v1.ino ================================================ // // ESP32-S3 Demo for Arduino IDE // // Requires Adafruit Neopixel Library // This sketch demonstrates: // - Reading three buttons with internal pull-ups. // - Controlling the onboard RGB LED (NeoPixel) on GPIO 48. // - Sending data to both the native USB serial (Serial) and a secondary hardware UART (Serial1). // // // 1. INCLUDE LIBRARIES #include // 2. PIN & CONFIGURATION DEFINITIONS // -- Hardware Pins -- const int NEOPIXEL_PIN = 48; // GPIO for the onboard RGB LED const int BUTTON_1_PIN = 8; const int BUTTON_2_PIN = 9; const int BUTTON_3_PIN = 16; // -- UART Pins (for Serial1) -- const int UART_TX_PIN = 1; // Connect this to the RX of your other device const int UART_RX_PIN = 2; // Connect this to the TX of your other device // -- NeoPixel Configuration -- const int NUM_PIXELS = 1; // There is only one RGB LED on the board Adafruit_NeoPixel strip(NUM_PIXELS, NEOPIXEL_PIN, NEO_GRB + NEO_KHZ800); // -- Timing for Periodic Message -- unsigned long previousMillis = 0; const long interval = 2000; // Interval to print the counter (2000ms = 2 seconds) int counter = 0; void setup() { // 3. INITIALIZE SERIAL PORTS // Initialize Native USB Serial Port. This is the one you'll see in the Arduino Serial Monitor. Serial.begin(115200); // Initialize the secondary Hardware UART (UART1) on GPIO 1 and 2. // Syntax: Serial1.begin(baud-rate, protocol, RX_PIN, TX_PIN); Serial1.begin(115200, SERIAL_8N1, UART_RX_PIN, UART_TX_PIN); // Wait a moment for serial ports to initialize, especially the USB one. delay(1000); Serial.println("--- ESP32-S3 Demo Sketch Initialized ---"); Serial.println("Monitoring Native USB (Serial)"); Serial1.println("--- ESP32-S3 Demo Sketch Initialized ---"); Serial1.println("Monitoring Hardware UART (Serial1) on TX:1, RX:2"); // 4. INITIALIZE BUTTONS // Configure the button pins as inputs with their internal pull-up resistors enabled. // This means the pin will be HIGH when the button is not pressed and LOW when it is. pinMode(BUTTON_1_PIN, INPUT_PULLUP); pinMode(BUTTON_2_PIN, INPUT_PULLUP); pinMode(BUTTON_3_PIN, INPUT_PULLUP); Serial.println("Buttons on pins 8, 9, 16 are configured."); // 5. INITIALIZE NEOPIXEL strip.begin(); strip.setBrightness(40); // Set a moderate brightness (0-255) to avoid being blinded! strip.clear(); // Initialize all pixels to 'off' strip.show(); Serial.println("RGB LED on pin 48 is configured."); } void loop() { // 6. PERIODIC COUNTER MESSAGE // This section uses millis() to send a message every 'interval' milliseconds without blocking the code. unsigned long currentMillis = millis(); if (currentMillis - previousMillis >= interval) { previousMillis = currentMillis; // Save the last time the message was sent counter++; // Increment the counter // Print to both serial ports String message = "Periodic update. Counter: " + String(counter); Serial.println(message); Serial1.println(message); } // 7. CHECK BUTTON STATES // The logic is structured with if-else if to handle one button press at a time. // digitalRead() will be LOW if a button is pressed because we are using INPUT_PULLUP. if (digitalRead(BUTTON_1_PIN) == LOW) { String message = "Button on pin 8 pressed!"; Serial.println(message); Serial1.println(message); strip.setPixelColor(0, strip.Color(255, 0, 0)); // Set LED to RED ❤️ strip.show(); } else if (digitalRead(BUTTON_2_PIN) == LOW) { String message = "Button on pin 9 pressed!"; Serial.println(message); Serial1.println(message); strip.setPixelColor(0, strip.Color(0, 255, 0)); // Set LED to GREEN 💚 strip.show(); } else if (digitalRead(BUTTON_3_PIN) == LOW) { String message = "Button on pin 16 pressed!"; Serial.println(message); Serial1.println(message); strip.setPixelColor(0, strip.Color(0, 0, 255)); // Set LED to BLUE 💙 strip.show(); } else { // If no buttons are being pressed, turn the LED off. strip.clear(); strip.show(); } // A small delay to prevent bouncing and overwhelming the serial ports. delay(50); } ================================================ FILE: esp32-s3/esp32-s3 notes ================================================ Most of these scripts are for the upcoming PD-PIE project and are simply for letting people test their S3s. ================================================ FILE: esp32-watch/infrared-tv-b-gone/01-send-simple-ir.ino ================================================ #include #include #include #include #define DEVICE "0x3E8" unsigned long phaser = 0x3E8; const uint16_t kIrLed = 13; IRsend irsend(kIrLed); void setup() { irsend.begin(); #if ESP8266 Serial.begin(115200, SERIAL_8N1, SERIAL_TX_ONLY); #else // ESP8266 Serial.begin(115200, SERIAL_8N1); #endif // ESP8266 } void loop() { Serial.println("NEC"); irsend.sendNEC(phaser); //1000 delay(1000); Serial.println("NEC"); irsend.sendNEC(0x270F); //9999 delay(5000); } ================================================ FILE: esp32-watch/infrared-tv-b-gone/02-send-all-ir.ino ================================================ #define LILYGO_WATCH_2020_V1 #include #include #include "WORLD_IR_CODES.h" #include #include TTGOClass *ttgo; IRsend irsend(IRLED); void xmitCodeElement(uint16_t ontime, uint16_t offtime, uint8_t PWM_code ); void quickflashLEDx( uint8_t x ); void delay_ten_us(uint16_t us); void quickflashLED( void ); uint8_t read_bits(uint8_t count); uint16_t rawData[300]; #define putstring_nl(s) Serial.println(s) #define putstring(s) Serial.print(s) #define putnum_ud(n) Serial.print(n, DEC) #define putnum_uh(n) Serial.print(n, HEX) #define MAX_WAIT_TIME 65535 //tens of us (ie: 655.350ms) extern const IrCode* const NApowerCodes[]; extern const IrCode* const EUpowerCodes[]; extern uint8_t num_NAcodes, num_EUcodes; uint8_t bitsleft_r = 0; uint8_t bits_r=0; uint8_t code_ptr; volatile const IrCode * powerCode; // we cant read more than 8 bits at a time so dont try! uint8_t read_bits(uint8_t count) { uint8_t i; uint8_t tmp=0; // we need to read back count bytes for (i=0; icodes[code_ptr++]; DEBUGP(putstring("\n\rGet byte: "); putnum_uh(bits_r); ); // and reset the buffer size (8 bites in a byte) bitsleft_r = 8; } // remove one bit bitsleft_r--; // and shift it off of the end of 'bits_r' tmp |= (((bits_r >> (bitsleft_r)) & 1) << (count-1-i)); } // return the selected bits in the LSB part of tmp return tmp; } #define BUTTON_PRESSED LOW #define BUTTON_RELEASED HIGH uint16_t ontime, offtime; uint8_t i,num_codes; uint8_t region; bool irq = false; void setup() { irsend.begin(); pinMode(4,OUTPUT); #if ESP8266 Serial.begin(115200, SERIAL_8N1, SERIAL_TX_ONLY); #else // ESP8266 Serial.begin(115200, SERIAL_8N1); #endif // ESP8266 ttgo = TTGOClass::getWatch(); ttgo->begin(); ttgo->openBL(); ttgo->tft->fillScreen(TFT_BLACK); ttgo->tft->setTextSize(2); ttgo->tft->setTextColor(TFT_BLUE); ttgo->tft->drawString(".", 0, 0); pinMode(AXP202_INT, INPUT_PULLUP); attachInterrupt(AXP202_INT, [] { irq = true; }, FALLING); //!Clear IRQ unprocessed first ttgo->power->enableIRQ(AXP202_PEK_SHORTPRESS_IRQ | AXP202_VBUS_REMOVED_IRQ | AXP202_VBUS_CONNECT_IRQ | AXP202_CHARGING_IRQ, true); ttgo->power->clearIRQ(); delay_ten_us(5000); //50ms (5000x10 us) delay: let everything settle for a bit // determine region if (digitalRead(REGIONSWITCH)) { region = NA; DEBUGP(putstring_nl("NA")); } else { region = EU; DEBUGP(putstring_nl("EU")); } // Debug output: indicate how big our database is DEBUGP(putstring("\n\rNA Codesize: "); putnum_ud(num_NAcodes); ); DEBUGP(putstring("\n\rEU Codesize: "); putnum_ud(num_EUcodes); ); region = NA; } void sendAllCodes() { ttgo->tft->fillScreen(TFT_BLACK); ttgo->tft->setTextColor(TFT_RED); ttgo->tft->drawString(".", 0, 0); digitalWrite(4,HIGH); delay(250); digitalWrite(4,LOW); delay(15000); //get in range digitalWrite(4,HIGH); delay(150); digitalWrite(4,LOW); ttgo->tft->fillScreen(TFT_BLACK); ttgo->tft->drawString("..", 0, 0); bool endingEarly = false; //will be set to true if the user presses the button during code-sending // determine region from REGIONSWITCH: 1 = NA, 0 = EU (defined in main.h) if (digitalRead(REGIONSWITCH)) { region = NA; num_codes = num_NAcodes; } else { region = EU; num_codes = num_EUcodes; } // for every POWER code in our collection for (i=0 ; itimer_val; // set OCR for Timer1 to output this POWER code's carrier frequency // Print out the frequency of the carrier and the PWM settings DEBUGP(putstring("\n\rFrequency: "); putnum_ud(freq); ); DEBUGP(uint16_t x = (freq+1) * 2; putstring("\n\rFreq: "); putnum_ud(F_CPU/x); ); // Get the number of pairs, the second byte from the code struct const uint8_t numpairs = powerCode->numpairs; DEBUGP(putstring("\n\rOn/off pairs: "); putnum_ud(numpairs)); // Get the number of bits we use to index into the timer table // This is the third byte of the structure const uint8_t bitcompression = powerCode->bitcompression; DEBUGP(putstring("\n\rCompression: "); putnum_ud(bitcompression); putstring("\n\r")); // For EACH pair in this code.... code_ptr = 0; for (uint8_t k=0; ktimes[ti]; // read word 1 - ontime offtime = powerCode->times[ti+1]; // read word 2 - offtime DEBUGP(putstring("\n\rti = "); putnum_ud(ti>>1); putstring("\tPair = "); putnum_ud(ontime)); DEBUGP(putstring("\t"); putnum_ud(offtime)); rawData[k*2] = ontime * 10; rawData[(k*2)+1] = offtime * 10; yield(); } // Send Code with library irsend.sendRaw(rawData, (numpairs*2) , freq); Serial.print("\n"); yield(); //Flush remaining bits, so that next code starts //with a fresh set of 8 bits. bitsleft_r=0; // visible indication that a code has been output. quickflashLED(); // delay 205 milliseconds before transmitting next POWER code delay_ten_us(20500); // if user is pushing (holding down) TRIGGER button, stop transmission early if (digitalRead(TRIGGER) == BUTTON_PRESSED) { while (digitalRead(TRIGGER) == BUTTON_PRESSED){ yield(); } endingEarly = true; delay_ten_us(50000); //500ms delay quickflashLEDx(4); //pause for ~1.3 sec to give the user time to release the button so that the code sequence won't immediately start again. delay_ten_us(MAX_WAIT_TIME); // wait 655.350ms delay_ten_us(MAX_WAIT_TIME); // wait 655.350ms break; //exit the POWER code "for" loop } } //end of POWER code for loop if (endingEarly==false) { //pause for ~1.3 sec, then flash the visible LED 8 times to indicate that we're done delay_ten_us(MAX_WAIT_TIME); // wait 655.350ms delay_ten_us(MAX_WAIT_TIME); // wait 655.350ms quickflashLEDx(8); } for (int i = 0; i < 5; i++) { digitalWrite(4,HIGH); delay(75); digitalWrite(4,LOW); delay(75); } ttgo->tft->fillScreen(TFT_BLACK); ttgo->tft->setTextColor(TFT_BLUE); ttgo->tft->drawString(".", 0, 0); } //end of sendAllCodes void loop() { if (irq) { irq = false; ttgo->power->readIRQ(); if (ttgo->power->isPEKShortPressIRQ()) { sendAllCodes(); } ttgo->power->clearIRQ(); } } void delay_ten_us(uint16_t us) { uint8_t timer; while (us != 0) { // for 8MHz we want to delay 80 cycles per 10 microseconds // this code is tweaked to give about that amount. for (timer=0; timer <= DELAY_CNT; timer++) { NOP; NOP; } NOP; us--; } } // This function quickly pulses the visible LED (connected to PB0, pin 5) // This will indicate to the user that a code is being transmitted void quickflashLED( void ) { digitalWrite(LED, LOW); delay_ten_us(3000); // 30 ms ON-time delay digitalWrite(LED, HIGH); } // This function just flashes the visible LED a couple times, used to // tell the user what region is selected void quickflashLEDx( uint8_t x ) { quickflashLED(); while(--x) { delay_ten_us(25000); // 250 ms OFF-time delay between flashes quickflashLED(); } } ================================================ FILE: esp32-watch/infrared-tv-b-gone/ESP8266-TV-B-Gone.ino ================================================ /* Last Updated: 30 Mar. 2018 By Anton Grimpelhuber (anton.grimpelhuber@gmail.com) ----------------------------------------------------------- Semver (http://semver.org/) VERSION HISTORY (newest on top): (date format: yyyymmdd; ex: 20161022 is 22 Oct. 2016) ------------------------------------------------------------ - 20180330 - v1.4 - First port to ESP8266 (tested: wemos D1 mini) by Anton Grimpelhuber - 20161022 - v1.3 - Semver versioning implemented; various code updates, clarifications, & comment additions, and changes to fix incompatibilities so it will now compile with latest versions of gcc compiler; also improved blink indicator routines & added the ability to stop the code-sending sequence once it has begun; by Gabriel Staples (http://www.ElectricRCAircraftGuy.com) - 20101023 - v1.2 - Latest version posted by Ken Shirriff on his website here (http://www.righto.com/2010/11/improved-arduino-tv-b-gone.html) (direct download link here: http://arcfn.com/files/arduino-tv-b-gone-1.2.zip) - 20101018 - v1.2 - Universality for EU (European Union) & NA (North America) added by Mitch Altman; sleep mode added by ka1kjz - 2010____ - v1.2 - code ported to Arduino; by Ken Shirriff - 20090816 - v1.2 - for ATtiny85v, by Mitch Altman & Limor Fried (https://www.adafruit.com/), w/some code by Kevin Timmerman & Damien Good TV-B-Gone for Arduino version 1.2, Oct 23 2010 Ported to Arduino by Ken Shirriff See here: http://www.arcfn.com/2009/12/tv-b-gone-for-arduino.html and here: http://www.righto.com/2010/11/improved-arduino-tv-b-gone.html (newer) I added universality for EU (European Union) or NA (North America), and Sleep mode to Ken's Arduino port -- Mitch Altman 18-Oct-2010 Thanks to ka1kjz for the code for adding Sleep The original code is: TV-B-Gone Firmware version 1.2 for use with ATtiny85v and v1.2 hardware (c) Mitch Altman + Limor Fried 2009 Last edits, August 16 2009 With some code from: Kevin Timmerman & Damien Good 7-Dec-07 ------------------------------------------------------------ CIRCUIT: ------------------------------------------------------------ -NB: SEE "main.h" TO VERIFY DEFINED PINS TO USE The hardware for this project uses a wemos D1 mini ESP8266-based board: Connect an IR LED to pin 14 / D5 (IRLED). Uses the built-in LED via pin 2. Connect a push-button between pin 12 / D6 (TRIGGER) and ground. Pin 5 / D1 (REGIONSWITCH) must be left floating for North America, or wire it to ground to have it output European codes. More about the wiring is written in the readme. ------------------------------------------------------------ LICENSE: ------------------------------------------------------------ Distributed under Creative Commons 2.5 -- Attribution & Share Alike */ #include "WORLD_IR_CODES.h" #include #include void xmitCodeElement(uint16_t ontime, uint16_t offtime, uint8_t PWM_code ); void quickflashLEDx( uint8_t x ); void delay_ten_us(uint16_t us); void quickflashLED( void ); uint8_t read_bits(uint8_t count); uint16_t rawData[300]; #define putstring_nl(s) Serial.println(s) #define putstring(s) Serial.print(s) #define putnum_ud(n) Serial.print(n, DEC) #define putnum_uh(n) Serial.print(n, HEX) #define MAX_WAIT_TIME 65535 //tens of us (ie: 655.350ms) IRsend irsend(IRLED); // Set the GPIO to be used to sending the message. /* This project transmits a bunch of TV POWER codes, one right after the other, with a pause in between each. (To have a visible indication that it is transmitting, it also pulses a visible LED once each time a POWER code is transmitted.) That is all TV-B-Gone does. The tricky part of TV-B-Gone was collecting all of the POWER codes, and getting rid of the duplicates and near-duplicates (because if there is a duplicate, then one POWER code will turn a TV off, and the duplicate will turn it on again (which we certainly do not want). I have compiled the most popular codes with the duplicates eliminated, both for North America (which is the same as Asia, as far as POWER codes are concerned -- even though much of Asia USES PAL video) and for Europe (which works for Australia, New Zealand, the Middle East, and other parts of the world that use PAL video). Before creating a TV-B-Gone Kit, I originally started this project by hacking the MiniPOV kit. This presents a limitation, based on the size of the Atmel ATtiny2313 internal flash memory, which is 2KB. With 2KB we can only fit about 7 POWER codes into the firmware's database of POWER codes. However, the more codes the better! Which is why we chose the ATtiny85 for the TV-B-Gone Kit. This version of the firmware has the most popular 100+ POWER codes for North America and 100+ POWER codes for Europe. You can select which region to use by soldering a 10K pulldown resistor. */ /* This project is a good example of how to use the AVR chip timers. */ extern const IrCode* const NApowerCodes[]; extern const IrCode* const EUpowerCodes[]; extern uint8_t num_NAcodes, num_EUcodes; /* This is kind of a strange but very useful helper function Because we are using compression, we index to the timer table not with a full 8-bit byte (which is wasteful) but 2 or 3 bits. Once code_ptr is set up to point to the right part of memory, this function will let us read 'count' bits at a time which it does by reading a byte into 'bits_r' and then buffering it. */ uint8_t bitsleft_r = 0; uint8_t bits_r=0; uint8_t code_ptr; volatile const IrCode * powerCode; // we cant read more than 8 bits at a time so dont try! uint8_t read_bits(uint8_t count) { uint8_t i; uint8_t tmp=0; // we need to read back count bytes for (i=0; icodes[code_ptr++]; DEBUGP(putstring("\n\rGet byte: "); putnum_uh(bits_r); ); // and reset the buffer size (8 bites in a byte) bitsleft_r = 8; } // remove one bit bitsleft_r--; // and shift it off of the end of 'bits_r' tmp |= (((bits_r >> (bitsleft_r)) & 1) << (count-1-i)); } // return the selected bits in the LSB part of tmp return tmp; } /* Legacy explanation from old Arduino Code for reference The C compiler creates code that will transfer all constants into RAM when the microcontroller resets. Since this firmware has a table (powerCodes) that is too large to transfer into RAM, the C compiler needs to be told to keep it in program memory space. This is accomplished by the macro (this is used in the definition for powerCodes). Since the C compiler assumes that constants are in RAM, rather than in program memory, when accessing powerCodes, we need to use the pgm_read_word() and pgm_read_byte macros, and we need to use powerCodes as an address. This is done with PGM_P, defined below. For example, when we start a new powerCode, we first point to it with the following statement: PGM_P thecode_p = pgm_read_word(powerCodes+i); The next read from the powerCode is a byte that indicates the carrier frequency, read as follows: const uint8_t freq = pgm_read_byte(code_ptr++); After that is a byte that tells us how many 'onTime/offTime' pairs we have: const uint8_t numpairs = pgm_read_byte(code_ptr++); The next byte tells us the compression method. Since we are going to use a timing table to keep track of how to pulse the LED, and the tables are pretty short (usually only 4-8 entries), we can index into the table with only 2 to 4 bits. Once we know the bit-packing-size we can decode the pairs const uint8_t bitcompression = pgm_read_byte(code_ptr++); Subsequent reads from the powerCode are n bits (same as the packing size) that index into another table in ROM that actually stores the on/off times const PGM_P time_ptr = (PGM_P)pgm_read_word(code_ptr); */ #define BUTTON_PRESSED LOW #define BUTTON_RELEASED HIGH uint16_t ontime, offtime; uint8_t i,num_codes; uint8_t region; void setup() { Serial.begin(115200); irsend.begin(); digitalWrite(LED, HIGH); pinMode(LED, OUTPUT); pinMode(REGIONSWITCH, INPUT_PULLUP); pinMode(TRIGGER, INPUT_PULLUP); delay_ten_us(5000); //50ms (5000x10 us) delay: let everything settle for a bit // determine region if (digitalRead(REGIONSWITCH)) { region = NA; DEBUGP(putstring_nl("NA")); } else { region = EU; DEBUGP(putstring_nl("EU")); } // Debug output: indicate how big our database is DEBUGP(putstring("\n\rNA Codesize: "); putnum_ud(num_NAcodes); ); DEBUGP(putstring("\n\rEU Codesize: "); putnum_ud(num_EUcodes); ); // Tell the user what region we're in - 3 flashes is NA, 6 is EU if (region == NA) quickflashLEDx(3); else //region == EU quickflashLEDx(6); } void sendAllCodes() { bool endingEarly = false; //will be set to true if the user presses the button during code-sending // determine region from REGIONSWITCH: 1 = NA, 0 = EU (defined in main.h) if (digitalRead(REGIONSWITCH)) { region = NA; num_codes = num_NAcodes; } else { region = EU; num_codes = num_EUcodes; } // for every POWER code in our collection for (i=0 ; itimer_val; // set OCR for Timer1 to output this POWER code's carrier frequency // Print out the frequency of the carrier and the PWM settings DEBUGP(putstring("\n\rFrequency: "); putnum_ud(freq); ); DEBUGP(uint16_t x = (freq+1) * 2; putstring("\n\rFreq: "); putnum_ud(F_CPU/x); ); // Get the number of pairs, the second byte from the code struct const uint8_t numpairs = powerCode->numpairs; DEBUGP(putstring("\n\rOn/off pairs: "); putnum_ud(numpairs)); // Get the number of bits we use to index into the timer table // This is the third byte of the structure const uint8_t bitcompression = powerCode->bitcompression; DEBUGP(putstring("\n\rCompression: "); putnum_ud(bitcompression); putstring("\n\r")); // For EACH pair in this code.... code_ptr = 0; for (uint8_t k=0; ktimes[ti]; // read word 1 - ontime offtime = powerCode->times[ti+1]; // read word 2 - offtime DEBUGP(putstring("\n\rti = "); putnum_ud(ti>>1); putstring("\tPair = "); putnum_ud(ontime)); DEBUGP(putstring("\t"); putnum_ud(offtime)); rawData[k*2] = ontime * 10; rawData[(k*2)+1] = offtime * 10; yield(); } // Send Code with library irsend.sendRaw(rawData, (numpairs*2) , freq); Serial.print("\n"); yield(); //Flush remaining bits, so that next code starts //with a fresh set of 8 bits. bitsleft_r=0; // visible indication that a code has been output. quickflashLED(); // delay 205 milliseconds before transmitting next POWER code delay_ten_us(20500); // if user is pushing (holding down) TRIGGER button, stop transmission early if (digitalRead(TRIGGER) == BUTTON_PRESSED) { while (digitalRead(TRIGGER) == BUTTON_PRESSED){ yield(); } endingEarly = true; delay_ten_us(50000); //500ms delay quickflashLEDx(4); //pause for ~1.3 sec to give the user time to release the button so that the code sequence won't immediately start again. delay_ten_us(MAX_WAIT_TIME); // wait 655.350ms delay_ten_us(MAX_WAIT_TIME); // wait 655.350ms break; //exit the POWER code "for" loop } } //end of POWER code for loop if (endingEarly==false) { //pause for ~1.3 sec, then flash the visible LED 8 times to indicate that we're done delay_ten_us(MAX_WAIT_TIME); // wait 655.350ms delay_ten_us(MAX_WAIT_TIME); // wait 655.350ms quickflashLEDx(8); } } //end of sendAllCodes void loop() { //Super "ghetto" (but decent enough for this application) button debouncing: //-if the user pushes the Trigger button, then wait a while to let the button stop bouncing, then start transmission of all POWER codes if (digitalRead(TRIGGER) == BUTTON_PRESSED) { delay_ten_us(40000); while (digitalRead(TRIGGER) == BUTTON_PRESSED){ delay_ten_us(500); yield(); } sendAllCodes(); } yield(); } /****************************** LED AND DELAY FUNCTIONS ********/ // This function delays the specified number of 10 microseconds // it is 'hardcoded' and is calibrated by adjusting DELAY_CNT // in main.h Unless you are changing the crystal from 8MHz, dont // mess with this. //-due to uint16_t datatype, max delay is 65535 tens of microseconds, or 655350 us, or 655.350 ms. //-NB: DELAY_CNT has been increased in main.h from 11 to 25 (last I checked) in order to allow this function // to work properly with 16MHz Arduinos now (instead of 8MHz). void delay_ten_us(uint16_t us) { uint8_t timer; while (us != 0) { // for 8MHz we want to delay 80 cycles per 10 microseconds // this code is tweaked to give about that amount. for (timer=0; timer <= DELAY_CNT; timer++) { NOP; NOP; } NOP; us--; } } // This function quickly pulses the visible LED (connected to PB0, pin 5) // This will indicate to the user that a code is being transmitted void quickflashLED( void ) { digitalWrite(LED, LOW); delay_ten_us(3000); // 30 ms ON-time delay digitalWrite(LED, HIGH); } // This function just flashes the visible LED a couple times, used to // tell the user what region is selected void quickflashLEDx( uint8_t x ) { quickflashLED(); while(--x) { delay_ten_us(25000); // 250 ms OFF-time delay between flashes quickflashLED(); } } ================================================ FILE: esp32-watch/infrared-tv-b-gone/WORLD_IR_CODES.h ================================================ /* Last Updated: 30 Mar. 2018 By Anton Grimpelhuber (anton.grimpelhuber@gmail.com) Added discrete Samsung / NECv2 power off code_eu140Code TV-B-Gone for Arduino version 0.001 Ported to Arduino by Ken Shirriff, Dec 3, 2009 http://arcfn.com The original code is: TV-B-Gone Firmware version 1.2 for use with ATtiny85v and v1.2 hardware (c) Mitch Altman + Limor Fried 2009 */ //Codes captured from Generation 3 TV-B-Gone by Limor Fried & Mitch Altman //table of POWER codes #include "main.h" const uint16_t code_na000Times[] = { 60, 60, 60, 2700, 120, 60, 240, 60, }; const uint8_t code_na000Codes[] = { 0xE2, 0x20, 0x80, 0x78, 0x88, 0x20, 0x10, }; const struct IrCode code_na000Code = { freq_to_timerval(38400), 26, // # of pairs 2, // # of bits per index code_na000Times, code_na000Codes }; const uint16_t code_na001Times[] = { 50, 100, 50, 200, 50, 800, 400, 400, }; const uint8_t code_na001Codes[] = { 0xD5, 0x41, 0x11, 0x00, 0x14, 0x44, 0x6D, 0x54, 0x11, 0x10, 0x01, 0x44, 0x45, }; const struct IrCode code_na001Code = { freq_to_timerval(57143), 52, // # of pairs 2, // # of bits per index code_na001Times, code_na001Codes }; const uint16_t code_na002Times[] = { 42, 46, 42, 133, 42, 7519, 347, 176, 347, 177, }; const uint8_t code_na002Codes[] = { 0x60, 0x80, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x04, 0x12, 0x48, 0x04, 0x12, 0x48, 0x2A, 0x02, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x10, 0x49, 0x20, 0x10, 0x49, 0x20, 0x80, }; const struct IrCode code_na002Code = { freq_to_timerval(37037), 100, // # of pairs 3, // # of bits per index code_na002Times, code_na002Codes }; const uint16_t code_na003Times[] = { 26, 185, 27, 80, 27, 185, 27, 4549, }; const uint8_t code_na003Codes[] = { 0x15, 0x5A, 0x65, 0x67, 0x95, 0x65, 0x9A, 0x9B, 0x95, 0x5A, 0x65, 0x67, 0x95, 0x65, 0x9A, 0x99, }; const struct IrCode code_na003Code = { freq_to_timerval(38610), 64, // # of pairs 2, // # of bits per index code_na003Times, code_na003Codes }; const uint16_t code_na004Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; const uint8_t code_na004Codes[] = { 0xA0, 0x00, 0x01, 0x04, 0x92, 0x48, 0x20, 0x80, 0x40, 0x04, 0x12, 0x09, 0x2B, 0x3D, 0x00, }; const struct IrCode code_na004Code = { freq_to_timerval(38610), 38, // # of pairs 3, // # of bits per index code_na004Times, code_na004Codes }; const uint16_t code_na005Times[] = { 88, 90, 88, 91, 88, 181, 88, 8976, 177, 91, }; const uint8_t code_na005Codes[] = { 0x10, 0x92, 0x49, 0x46, 0x33, 0x09, 0x24, 0x94, 0x60, }; const struct IrCode code_na005Code = { freq_to_timerval(35714), 24, // # of pairs 3, // # of bits per index code_na005Times, code_na005Codes }; const uint16_t code_na006Times[] = { 50, 62, 50, 172, 50, 4541, 448, 466, 450, 465, }; const uint8_t code_na006Codes[] = { 0x64, 0x90, 0x00, 0x04, 0x90, 0x00, 0x00, 0x80, 0x00, 0x04, 0x12, 0x49, 0x2A, 0x12, 0x40, 0x00, 0x12, 0x40, 0x00, 0x02, 0x00, 0x00, 0x10, 0x49, 0x24, 0x90, }; const struct IrCode code_na006Code = { freq_to_timerval(38462), 68, // # of pairs 3, // # of bits per index code_na006Times, code_na006Codes }; const uint16_t code_na007Times[] = { 49, 49, 49, 50, 49, 410, 49, 510, 49, 12107, }; const uint8_t code_na007Codes[] = { 0x09, 0x94, 0x53, 0x29, 0x94, 0xD9, 0x85, 0x32, 0x8A, 0x65, 0x32, 0x9B, 0x20, }; const struct IrCode code_na007Code = { freq_to_timerval(39216), 34, // # of pairs 3, // # of bits per index code_na007Times, code_na007Codes }; const uint16_t code_na008Times[] = { 56, 58, 56, 170, 56, 4011, 898, 450, 900, 449, }; const uint8_t code_na008Codes[] = { 0x64, 0x00, 0x49, 0x00, 0x92, 0x00, 0x20, 0x82, 0x01, 0x04, 0x10, 0x48, 0x2A, 0x10, 0x01, 0x24, 0x02, 0x48, 0x00, 0x82, 0x08, 0x04, 0x10, 0x41, 0x20, 0x90, }; const struct IrCode code_na008Code = { freq_to_timerval(38462), 68, // # of pairs 3, // # of bits per index code_na008Times, code_na008Codes }; const uint16_t code_na009Times[] = { 53, 56, 53, 171, 53, 3950, 53, 9599, 898, 451, 900, 226, }; const uint8_t code_na009Codes[] = { 0x84, 0x90, 0x00, 0x20, 0x80, 0x08, 0x00, 0x00, 0x09, 0x24, 0x92, 0x40, 0x0A, 0xBA, 0x40, }; const struct IrCode code_na009Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na009Times, code_na009Codes }; const uint16_t code_na010Times[] = { 51, 55, 51, 158, 51, 2286, 841, 419, }; const uint8_t code_na010Codes[] = { 0xD4, 0x00, 0x15, 0x10, 0x25, 0x00, 0x05, 0x44, 0x09, 0x40, 0x01, 0x51, 0x01, }; const struct IrCode code_na010Code = { freq_to_timerval(38462), 52, // # of pairs 2, // # of bits per index code_na010Times, code_na010Codes }; const uint16_t code_na011Times[] = { 55, 55, 55, 172, 55, 4039, 55, 9348, 56, 0, 884, 442, 885, 225, }; const uint8_t code_na011Codes[] = { 0xA0, 0x00, 0x41, 0x04, 0x92, 0x08, 0x24, 0x90, 0x40, 0x00, 0x02, 0x09, 0x2B, 0x3D, 0x00, }; const struct IrCode code_na011Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na011Times, code_na011Codes }; const uint16_t code_na012Times[] = { 81, 87, 81, 254, 81, 3280, 331, 336, 331, 337, }; const uint8_t code_na012Codes[] = { 0x64, 0x12, 0x08, 0x24, 0x00, 0x08, 0x20, 0x10, 0x09, 0x2A, 0x10, 0x48, 0x20, 0x90, 0x00, 0x20, 0x80, 0x40, 0x24, 0x90, }; const struct IrCode code_na012Code = { freq_to_timerval(38462), 52, // # of pairs 3, // # of bits per index code_na012Times, code_na012Codes }; const uint16_t code_na013Times[] = { 53, 55, 53, 167, 53, 2304, 53, 9369, 893, 448, 895, 447, }; const uint8_t code_na013Codes[] = { 0x80, 0x12, 0x40, 0x04, 0x00, 0x09, 0x00, 0x12, 0x41, 0x24, 0x82, 0x01, 0x00, 0x10, 0x48, 0x24, 0xAA, 0xE8, }; const struct IrCode code_na013Code = { freq_to_timerval(38462), 48, // # of pairs 3, // # of bits per index code_na013Times, code_na013Codes }; /* Duplicate timing table, same as na004 ! const uint16_t code_na014Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ const uint8_t code_na014Codes[] = { 0xA0, 0x00, 0x09, 0x04, 0x92, 0x40, 0x24, 0x80, 0x00, 0x00, 0x12, 0x49, 0x2B, 0x3D, 0x00, }; const struct IrCode code_na014Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_na014Codes }; /* Duplicate timing table, same as na004 ! const uint16_t code_na015Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ const uint8_t code_na015Codes[] = { 0xA0, 0x80, 0x01, 0x04, 0x12, 0x48, 0x24, 0x00, 0x00, 0x00, 0x92, 0x49, 0x2B, 0x3D, 0x00, }; const struct IrCode code_na015Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_na015Codes }; const uint16_t code_na016Times[] = { 28, 90, 28, 211, 28, 2507, }; const uint8_t code_na016Codes[] = { 0x54, 0x04, 0x10, 0x00, 0x95, 0x01, 0x04, 0x00, 0x10, }; const struct IrCode code_na016Code = { freq_to_timerval(34483), 34, // # of pairs 2, // # of bits per index code_na016Times, code_na016Codes }; const uint16_t code_na017Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; const uint8_t code_na017Codes[] = { 0xA0, 0x02, 0x48, 0x04, 0x90, 0x01, 0x20, 0x80, 0x40, 0x04, 0x12, 0x09, 0x2A, 0x38, 0x00, }; const struct IrCode code_na017Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na017Codes }; const uint16_t code_na018Times[] = { 51, 55, 51, 161, 51, 2566, 849, 429, 849, 430, }; const uint8_t code_na018Codes[] = { 0x60, 0x82, 0x08, 0x24, 0x10, 0x41, 0x00, 0x12, 0x40, 0x04, 0x80, 0x09, 0x2A, 0x02, 0x08, 0x20, 0x90, 0x41, 0x04, 0x00, 0x49, 0x00, 0x12, 0x00, 0x24, 0xA8, 0x08, 0x20, 0x82, 0x41, 0x04, 0x10, 0x01, 0x24, 0x00, 0x48, 0x00, 0x92, 0xA0, 0x20, 0x82, 0x09, 0x04, 0x10, 0x40, 0x04, 0x90, 0x01, 0x20, 0x02, 0x48, }; const struct IrCode code_na018Code = { freq_to_timerval(38462), 136, // # of pairs 3, // # of bits per index code_na018Times, code_na018Codes }; const uint16_t code_na019Times[] = { 40, 42, 40, 124, 40, 4601, 325, 163, 326, 163, }; const uint8_t code_na019Codes[] = { 0x60, 0x10, 0x40, 0x04, 0x80, 0x09, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x20, 0x10, 0x00, 0x20, 0x80, 0x00, 0x0A, 0x00, 0x41, 0x00, 0x12, 0x00, 0x24, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x80, 0x40, 0x00, 0x82, 0x00, 0x00, 0x00, }; const struct IrCode code_na019Code = { freq_to_timerval(38462), 100, // # of pairs 3, // # of bits per index code_na019Times, code_na019Codes }; const uint16_t code_na020Times[] = { 60, 55, 60, 163, 60, 4099, 60, 9698, 61, 0, 898, 461, 900, 230, }; const uint8_t code_na020Codes[] = { 0xA0, 0x10, 0x00, 0x04, 0x82, 0x49, 0x20, 0x02, 0x00, 0x04, 0x90, 0x49, 0x2B, 0x3D, 0x00, }; const struct IrCode code_na020Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na020Times, code_na020Codes }; const uint16_t code_na021Times[] = { 48, 52, 48, 160, 48, 400, 48, 2335, 799, 400, }; const uint8_t code_na021Codes[] = { 0x80, 0x10, 0x40, 0x08, 0x82, 0x08, 0x01, 0xC0, 0x08, 0x20, 0x04, 0x41, 0x04, 0x00, 0x00, }; const struct IrCode code_na021Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na021Times, code_na021Codes }; const uint16_t code_na022Times[] = { 53, 60, 53, 175, 53, 4463, 53, 9453, 892, 450, 895, 225, }; const uint8_t code_na022Codes[] = { 0x80, 0x02, 0x40, 0x00, 0x02, 0x40, 0x00, 0x00, 0x01, 0x24, 0x92, 0x48, 0x0A, 0xBA, 0x00, }; const struct IrCode code_na022Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na022Times, code_na022Codes }; const uint16_t code_na023Times[] = { 48, 52, 48, 409, 48, 504, 48, 10461, }; const uint8_t code_na023Codes[] = { 0xA1, 0x18, 0x61, 0xA1, 0x18, 0x7A, 0x11, 0x86, 0x1A, 0x11, 0x86, }; const struct IrCode code_na023Code = { freq_to_timerval(40000), 44, // # of pairs 2, // # of bits per index code_na023Times, code_na023Codes }; const uint16_t code_na024Times[] = { 58, 60, 58, 2569, 118, 60, 237, 60, 238, 60, }; const uint8_t code_na024Codes[] = { 0x69, 0x24, 0x10, 0x40, 0x03, 0x12, 0x48, 0x20, 0x80, 0x00, }; const struct IrCode code_na024Code = { freq_to_timerval(38462), 26, // # of pairs 3, // # of bits per index code_na024Times, code_na024Codes }; const uint16_t code_na025Times[] = { 84, 90, 84, 264, 84, 3470, 346, 350, 347, 350, }; const uint8_t code_na025Codes[] = { 0x64, 0x92, 0x49, 0x00, 0x00, 0x00, 0x00, 0x02, 0x49, 0x2A, 0x12, 0x49, 0x24, 0x00, 0x00, 0x00, 0x00, 0x09, 0x24, 0x90, }; const struct IrCode code_na025Code = { freq_to_timerval(38462), 52, // # of pairs 3, // # of bits per index code_na025Times, code_na025Codes }; const uint16_t code_na026Times[] = { 49, 49, 49, 50, 49, 410, 49, 510, 49, 12582, }; const uint8_t code_na026Codes[] = { 0x09, 0x94, 0x53, 0x65, 0x32, 0x99, 0x85, 0x32, 0x8A, 0x6C, 0xA6, 0x53, 0x20, }; const struct IrCode code_na026Code = { freq_to_timerval(39216), 34, // # of pairs 3, // # of bits per index code_na026Times, code_na026Codes }; /* Duplicate timing table, same as na001 ! const uint16_t code_na027Times[] = { 50, 100, 50, 200, 50, 800, 400, 400, }; */ const uint8_t code_na027Codes[] = { 0xC5, 0x41, 0x11, 0x10, 0x14, 0x44, 0x6C, 0x54, 0x11, 0x11, 0x01, 0x44, 0x44, }; const struct IrCode code_na027Code = { freq_to_timerval(57143), 52, // # of pairs 2, // # of bits per index code_na001Times, code_na027Codes }; const uint16_t code_na028Times[] = { 118, 121, 118, 271, 118, 4750, 258, 271, }; const uint8_t code_na028Codes[] = { 0xC4, 0x45, 0x14, 0x04, 0x6C, 0x44, 0x51, 0x40, 0x44, }; const struct IrCode code_na028Code = { freq_to_timerval(38610), 36, // # of pairs 2, // # of bits per index code_na028Times, code_na028Codes }; const uint16_t code_na029Times[] = { 88, 90, 88, 91, 88, 181, 177, 91, 177, 8976, }; const uint8_t code_na029Codes[] = { 0x0C, 0x92, 0x53, 0x46, 0x16, 0x49, 0x29, 0xA2, 0xC0, }; const struct IrCode code_na029Code = { freq_to_timerval(35842), 22, // # of pairs 3, // # of bits per index code_na029Times, code_na029Codes }; /* Duplicate timing table, same as na009 ! const uint16_t code_na030Times[] = { 53, 56, 53, 171, 53, 3950, 53, 9599, 898, 451, 900, 226, }; */ const uint8_t code_na030Codes[] = { 0x80, 0x00, 0x41, 0x04, 0x12, 0x08, 0x20, 0x00, 0x00, 0x04, 0x92, 0x49, 0x2A, 0xBA, 0x00, }; const struct IrCode code_na030Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na009Times, code_na030Codes }; const uint16_t code_na031Times[] = { 88, 89, 88, 90, 88, 179, 88, 8977, 177, 90, }; const uint8_t code_na031Codes[] = { 0x06, 0x12, 0x49, 0x46, 0x32, 0x61, 0x24, 0x94, 0x60, }; const struct IrCode code_na031Code = { freq_to_timerval(35842), 24, // # of pairs 3, // # of bits per index code_na031Times, code_na031Codes }; /* Duplicate timing table, same as na009 ! const uint16_t code_na032Times[] = { 53, 56, 53, 171, 53, 3950, 53, 9599, 898, 451, 900, 226, }; */ const uint8_t code_na032Codes[] = { 0x80, 0x00, 0x41, 0x04, 0x12, 0x08, 0x20, 0x80, 0x00, 0x04, 0x12, 0x49, 0x2A, 0xBA, 0x00, }; const struct IrCode code_na032Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na009Times, code_na032Codes }; const uint16_t code_na033Times[] = { 40, 43, 40, 122, 40, 5297, 334, 156, 336, 155, }; const uint8_t code_na033Codes[] = { 0x60, 0x10, 0x40, 0x04, 0x80, 0x09, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x20, 0x82, 0x00, 0x20, 0x00, 0x00, 0x0A, 0x00, 0x41, 0x00, 0x12, 0x00, 0x24, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x82, 0x08, 0x00, 0x80, 0x00, 0x00, 0x00, }; const struct IrCode code_na033Code = { freq_to_timerval(38462), 100, // # of pairs 3, // # of bits per index code_na033Times, code_na033Codes }; /* Duplicate timing table, same as na004 ! const uint16_t code_na034Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ const uint8_t code_na034Codes[] = { 0xA0, 0x00, 0x41, 0x04, 0x92, 0x08, 0x24, 0x92, 0x48, 0x00, 0x00, 0x01, 0x2B, 0x3D, 0x00, }; const struct IrCode code_na034Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_na034Codes }; const uint16_t code_na035Times[] = { 96, 93, 97, 93, 97, 287, 97, 3431, }; const uint8_t code_na035Codes[] = { 0x16, 0x66, 0x5D, 0x59, 0x99, 0x50, }; const struct IrCode code_na035Code = { freq_to_timerval(41667), 22, // # of pairs 2, // # of bits per index code_na035Times, code_na035Codes }; const uint16_t code_na036Times[] = { 82, 581, 84, 250, 84, 580, 85, 0, }; const uint8_t code_na036Codes[] = { 0x15, 0x9A, 0x9C, }; const struct IrCode code_na036Code = { freq_to_timerval(37037), 11, // # of pairs 2, // # of bits per index code_na036Times, code_na036Codes }; const uint16_t code_na037Times[] = { 39, 263, 164, 163, 514, 164, }; const uint8_t code_na037Codes[] = { 0x80, 0x45, 0x00, }; const struct IrCode code_na037Code = { freq_to_timerval(41667), 11, // # of pairs 2, // # of bits per index code_na037Times, code_na037Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na038Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na038Codes[] = { 0xA4, 0x10, 0x40, 0x00, 0x82, 0x09, 0x20, 0x80, 0x40, 0x04, 0x12, 0x09, 0x2A, 0x38, 0x40, }; const struct IrCode code_na038Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na038Codes }; const uint16_t code_na039Times[] = { 113, 101, 688, 2707, }; const uint8_t code_na039Codes[] = { 0x11, }; const struct IrCode code_na039Code = { freq_to_timerval(40000), 4, // # of pairs 2, // # of bits per index code_na039Times, code_na039Codes }; const uint16_t code_na040Times[] = { 113, 101, 113, 201, 113, 2707, }; const uint8_t code_na040Codes[] = { 0x06, 0x04, }; const struct IrCode code_na040Code = { freq_to_timerval(40000), 8, // # of pairs 2, // # of bits per index code_na040Times, code_na040Codes }; const uint16_t code_na041Times[] = { 58, 62, 58, 2746, 117, 62, 242, 62, }; const uint8_t code_na041Codes[] = { 0xE2, 0x20, 0x80, 0x78, 0x88, 0x20, 0x00, }; const struct IrCode code_na041Code = { freq_to_timerval(76923), 26, // # of pairs 2, // # of bits per index code_na041Times, code_na041Codes }; const uint16_t code_na042Times[] = { 54, 65, 54, 170, 54, 4099, 54, 8668, 899, 226, 899, 421, }; const uint8_t code_na042Codes[] = { 0xA4, 0x80, 0x00, 0x20, 0x82, 0x49, 0x00, 0x02, 0x00, 0x04, 0x90, 0x49, 0x2A, 0x38, 0x40, }; const struct IrCode code_na042Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na042Times, code_na042Codes }; const uint16_t code_na043Times[] = { 43, 120, 43, 121, 43, 3491, 131, 45, }; const uint8_t code_na043Codes[] = { 0x15, 0x75, 0x56, 0x55, 0x75, 0x54, }; const struct IrCode code_na043Code = { freq_to_timerval(40000), 24, // # of pairs 2, // # of bits per index code_na043Times, code_na043Codes }; const uint16_t code_na044Times[] = { 51, 51, 51, 160, 51, 4096, 51, 9513, 431, 436, 883, 219, }; const uint8_t code_na044Codes[] = { 0x84, 0x90, 0x00, 0x00, 0x02, 0x49, 0x20, 0x80, 0x00, 0x04, 0x12, 0x49, 0x2A, 0xBA, 0x40, }; const struct IrCode code_na044Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na044Times, code_na044Codes }; const uint16_t code_na045Times[] = { 58, 53, 58, 167, 58, 4494, 58, 9679, 455, 449, 456, 449, }; const uint8_t code_na045Codes[] = { 0x80, 0x90, 0x00, 0x00, 0x90, 0x00, 0x04, 0x92, 0x00, 0x00, 0x00, 0x49, 0x2A, 0x97, 0x48, }; const struct IrCode code_na045Code = { freq_to_timerval(38462), 40, // # of pairs 3, // # of bits per index code_na045Times, code_na045Codes }; const uint16_t code_na046Times[] = { 51, 277, 52, 53, 52, 105, 52, 277, 52, 2527, 52, 12809, 103, 54, }; const uint8_t code_na046Codes[] = { 0x0B, 0x12, 0x63, 0x44, 0x92, 0x6B, 0x44, 0x92, 0x50, }; const struct IrCode code_na046Code = { freq_to_timerval(29412), 23, // # of pairs 3, // # of bits per index code_na046Times, code_na046Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na047Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na047Codes[] = { 0xA0, 0x00, 0x40, 0x04, 0x92, 0x09, 0x24, 0x92, 0x09, 0x20, 0x00, 0x40, 0x0A, 0x38, 0x00, }; const struct IrCode code_na047Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na047Codes }; /* Duplicate timing table, same as na044 ! const uint16_t code_na048Times[] = { 51, 51, 51, 160, 51, 4096, 51, 9513, 431, 436, 883, 219, }; */ const uint8_t code_na048Codes[] = { 0x80, 0x00, 0x00, 0x04, 0x92, 0x49, 0x24, 0x92, 0x00, 0x00, 0x00, 0x49, 0x2A, 0xBA, 0x00, }; const struct IrCode code_na048Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na044Times, code_na048Codes }; const uint16_t code_na049Times[] = { 274, 854, 274, 1986, }; const uint8_t code_na049Codes[] = { 0x14, 0x11, 0x40, }; const struct IrCode code_na049Code = { freq_to_timerval(45455), 11, // # of pairs 2, // # of bits per index code_na049Times, code_na049Codes }; const uint16_t code_na050Times[] = { 80, 88, 80, 254, 80, 3750, 359, 331, }; const uint8_t code_na050Codes[] = { 0xC0, 0x00, 0x01, 0x55, 0x55, 0x52, 0xC0, 0x00, 0x01, 0x55, 0x55, 0x50, }; const struct IrCode code_na050Code = { freq_to_timerval(55556), 48, // # of pairs 2, // # of bits per index code_na050Times, code_na050Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na051Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na051Codes[] = { 0xA0, 0x10, 0x01, 0x24, 0x82, 0x48, 0x00, 0x02, 0x40, 0x04, 0x90, 0x09, 0x2A, 0x38, 0x00, }; const struct IrCode code_na051Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na051Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na052Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na052Codes[] = { 0xA4, 0x90, 0x48, 0x00, 0x02, 0x01, 0x20, 0x80, 0x40, 0x04, 0x12, 0x09, 0x2A, 0x38, 0x40, }; const struct IrCode code_na052Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na052Codes }; const uint16_t code_na053Times[] = { 51, 232, 51, 512, 51, 792, 51, 2883, }; const uint8_t code_na053Codes[] = { 0x22, 0x21, 0x40, 0x1C, 0x88, 0x85, 0x00, 0x40, }; const struct IrCode code_na053Code = { freq_to_timerval(55556), 30, // # of pairs 2, // # of bits per index code_na053Times, code_na053Codes }; /* Duplicate timing table, same as na053 ! const uint16_t code_na054Times[] = { 51, 232, 51, 512, 51, 792, 51, 2883, }; */ const uint8_t code_na054Codes[] = { 0x22, 0x20, 0x15, 0x72, 0x22, 0x01, 0x54, }; const struct IrCode code_na054Code = { freq_to_timerval(55556), 28, // # of pairs 2, // # of bits per index code_na053Times, code_na054Codes }; const uint16_t code_na055Times[] = { 3, 10, 3, 20, 3, 30, 3, 12778, }; const uint8_t code_na055Codes[] = { 0x81, 0x51, 0x14, 0xB8, 0x15, 0x11, 0x44, }; const struct IrCode code_na055Code = { 0, // Non-pulsed code 27, // # of pairs 2, // # of bits per index code_na055Times, code_na055Codes }; const uint16_t code_na056Times[] = { 55, 193, 57, 192, 57, 384, 58, 0, }; const uint8_t code_na056Codes[] = { 0x2A, 0x57, }; const struct IrCode code_na056Code = { freq_to_timerval(37175), 8, // # of pairs 2, // # of bits per index code_na056Times, code_na056Codes }; const uint16_t code_na057Times[] = { 45, 148, 46, 148, 46, 351, 46, 2781, }; const uint8_t code_na057Codes[] = { 0x2A, 0x5D, 0xA9, 0x60, }; const struct IrCode code_na057Code = { freq_to_timerval(40000), 14, // # of pairs 2, // # of bits per index code_na057Times, code_na057Codes }; const uint16_t code_na058Times[] = { 22, 101, 22, 219, 23, 101, 23, 219, 31, 218, }; const uint8_t code_na058Codes[] = { 0x8D, 0xA4, 0x08, 0x04, 0x04, 0x92, 0x4C, }; const struct IrCode code_na058Code = { freq_to_timerval(33333), 18, // # of pairs 3, // # of bits per index code_na058Times, code_na058Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na059Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na059Codes[] = { 0xA4, 0x12, 0x09, 0x00, 0x80, 0x40, 0x20, 0x10, 0x40, 0x04, 0x82, 0x09, 0x2A, 0x38, 0x40, }; const struct IrCode code_na059Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na059Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na060Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na060Codes[] = { 0xA0, 0x00, 0x08, 0x04, 0x92, 0x41, 0x24, 0x00, 0x40, 0x00, 0x92, 0x09, 0x2A, 0x38, 0x00, }; const struct IrCode code_na060Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na060Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na061Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na061Codes[] = { 0xA0, 0x00, 0x08, 0x24, 0x92, 0x41, 0x04, 0x82, 0x00, 0x00, 0x10, 0x49, 0x2A, 0x38, 0x00, }; const struct IrCode code_na061Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na061Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na062Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na062Codes[] = { 0xA0, 0x02, 0x08, 0x04, 0x90, 0x41, 0x24, 0x82, 0x00, 0x00, 0x10, 0x49, 0x2A, 0x38, 0x00, }; const struct IrCode code_na062Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na062Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na063Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na063Codes[] = { 0xA4, 0x92, 0x49, 0x20, 0x00, 0x00, 0x04, 0x92, 0x48, 0x00, 0x00, 0x01, 0x2A, 0x38, 0x40, }; const struct IrCode code_na063Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na063Codes }; /* Duplicate timing table, same as na001 ! const uint16_t code_na064Times[] = { 50, 100, 50, 200, 50, 800, 400, 400, }; */ const uint8_t code_na064Codes[] = { 0xC0, 0x01, 0x51, 0x55, 0x54, 0x04, 0x2C, 0x00, 0x15, 0x15, 0x55, 0x40, 0x40, }; const struct IrCode code_na064Code = { freq_to_timerval(57143), 52, // # of pairs 2, // # of bits per index code_na001Times, code_na064Codes }; const uint16_t code_na065Times[] = { 48, 98, 48, 197, 98, 846, 395, 392, 1953, 392, }; const uint8_t code_na065Codes[] = { 0x84, 0x92, 0x01, 0x24, 0x12, 0x00, 0x04, 0x80, 0x08, 0x09, 0x92, 0x48, 0x04, 0x90, 0x48, 0x00, 0x12, 0x00, 0x20, 0x26, 0x49, 0x20, 0x12, 0x41, 0x20, 0x00, 0x48, 0x00, 0x80, 0x80, }; const struct IrCode code_na065Code = { freq_to_timerval(59172), 78, // # of pairs 3, // # of bits per index code_na065Times, code_na065Codes }; const uint16_t code_na066Times[] = { 38, 276, 165, 154, 415, 155, 742, 154, }; const uint8_t code_na066Codes[] = { 0xC0, 0x45, 0x02, 0x01, 0x14, 0x08, 0x04, 0x50, 0x00, }; const struct IrCode code_na066Code = { freq_to_timerval(38462), 33, // # of pairs 2, // # of bits per index code_na066Times, code_na066Codes }; /* Duplicate timing table, same as na044 ! const uint16_t code_na067Times[] = { 51, 51, 51, 160, 51, 4096, 51, 9513, 431, 436, 883, 219, }; */ const uint8_t code_na067Codes[] = { 0x80, 0x02, 0x49, 0x24, 0x90, 0x00, 0x00, 0x80, 0x00, 0x04, 0x12, 0x49, 0x2A, 0xBA, 0x00, }; const struct IrCode code_na067Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na044Times, code_na067Codes }; const uint16_t code_na068Times[] = { 43, 121, 43, 9437, 130, 45, 131, 45, }; const uint8_t code_na068Codes[] = { 0x8C, 0x30, 0x0D, 0xCC, 0x30, 0x0C, }; const struct IrCode code_na068Code = { freq_to_timerval(40000), 24, // # of pairs 2, // # of bits per index code_na068Times, code_na068Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na069Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na069Codes[] = { 0xA0, 0x00, 0x00, 0x04, 0x92, 0x49, 0x24, 0x82, 0x00, 0x00, 0x10, 0x49, 0x2A, 0x38, 0x00, }; const struct IrCode code_na069Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na069Codes }; const uint16_t code_na070Times[] = { 27, 76, 27, 182, 27, 183, 27, 3199, }; const uint8_t code_na070Codes[] = { 0x40, 0x02, 0x08, 0xA2, 0xE0, 0x00, 0x82, 0x28, 0x40, }; const struct IrCode code_na070Code = { freq_to_timerval(38462), 33, // # of pairs 2, // # of bits per index code_na070Times, code_na070Codes }; const uint16_t code_na071Times[] = { 37, 181, 37, 272, }; const uint8_t code_na071Codes[] = { 0x11, 0x40, }; const struct IrCode code_na071Code = { freq_to_timerval(55556), 8, // # of pairs 2, // # of bits per index code_na071Times, code_na071Codes }; /* Duplicate timing table, same as na042 ! const uint16_t code_na072Times[] = { 54, 65, 54, 170, 54, 4099, 54, 8668, 899, 226, 899, 421, }; */ const uint8_t code_na072Codes[] = { 0xA0, 0x90, 0x00, 0x00, 0x90, 0x00, 0x00, 0x10, 0x40, 0x04, 0x82, 0x09, 0x2A, 0x38, 0x00, }; const struct IrCode code_na072Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na042Times, code_na072Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na073Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na073Codes[] = { 0xA0, 0x82, 0x08, 0x24, 0x10, 0x41, 0x00, 0x00, 0x00, 0x24, 0x92, 0x49, 0x0A, 0x38, 0x00, }; const struct IrCode code_na073Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na073Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na074Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na074Codes[] = { 0xA4, 0x00, 0x41, 0x00, 0x92, 0x08, 0x20, 0x02, 0x00, 0x04, 0x90, 0x49, 0x2A, 0x38, 0x40, }; const struct IrCode code_na074Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na074Codes }; const uint16_t code_na075Times[] = { 51, 98, 51, 194, 102, 931, 390, 390, 390, 391, }; const uint8_t code_na075Codes[] = { 0x60, 0x00, 0x01, 0x04, 0x10, 0x49, 0x24, 0x82, 0x08, 0x2A, 0x00, 0x00, 0x04, 0x10, 0x41, 0x24, 0x92, 0x08, 0x20, 0xA0, }; const struct IrCode code_na075Code = { freq_to_timerval(41667), 52, // # of pairs 3, // # of bits per index code_na075Times, code_na075Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na076Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na076Codes[] = { 0xA0, 0x92, 0x09, 0x04, 0x00, 0x40, 0x20, 0x10, 0x40, 0x04, 0x82, 0x09, 0x2A, 0x38, 0x00, }; const struct IrCode code_na076Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na076Codes }; /* Duplicate timing table, same as na031 ! const uint16_t code_na077Times[] = { 88, 89, 88, 90, 88, 179, 88, 8977, 177, 90, }; */ const uint8_t code_na077Codes[] = { 0x10, 0xA2, 0x62, 0x31, 0x98, 0x51, 0x31, 0x18, 0x00, }; const struct IrCode code_na077Code = { freq_to_timerval(35714), 22, // # of pairs 3, // # of bits per index code_na031Times, code_na077Codes }; const uint16_t code_na078Times[] = { 40, 275, 160, 154, 480, 155, }; const uint8_t code_na078Codes[] = { 0x80, 0x45, 0x04, 0x01, 0x14, 0x10, 0x04, 0x50, 0x40, }; const struct IrCode code_na078Code = { freq_to_timerval(38462), 34, // # of pairs 2, // # of bits per index code_na078Times, code_na078Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na079Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na079Codes[] = { 0xA0, 0x82, 0x08, 0x24, 0x10, 0x41, 0x04, 0x90, 0x08, 0x20, 0x02, 0x41, 0x0A, 0x38, 0x00, }; const struct IrCode code_na079Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na079Codes }; /* Duplicate timing table, same as na055 ! const uint16_t code_na080Times[] = { 3, 10, 3, 20, 3, 30, 3, 12778, }; */ const uint8_t code_na080Codes[] = { 0x81, 0x50, 0x40, 0xB8, 0x15, 0x04, 0x08, }; const struct IrCode code_na080Code = { 0, // Non-pulsed code 27, // # of pairs 2, // # of bits per index code_na055Times, code_na080Codes }; const uint16_t code_na081Times[] = { 48, 52, 48, 409, 48, 504, 48, 9978, }; const uint8_t code_na081Codes[] = { 0x18, 0x46, 0x18, 0x68, 0x47, 0x18, 0x46, 0x18, 0x68, 0x44, }; const struct IrCode code_na081Code = { freq_to_timerval(40000), 40, // # of pairs 2, // # of bits per index code_na081Times, code_na081Codes }; const uint16_t code_na082Times[] = { 88, 89, 88, 90, 88, 179, 88, 8888, 177, 90, 177, 179, }; const uint8_t code_na082Codes[] = { 0x0A, 0x12, 0x49, 0x2A, 0xB2, 0xA1, 0x24, 0x92, 0xA8, }; const struct IrCode code_na082Code = { freq_to_timerval(35714), 24, // # of pairs 3, // # of bits per index code_na082Times, code_na082Codes }; /* Duplicate timing table, same as na031 ! const uint16_t code_na083Times[] = { 88, 89, 88, 90, 88, 179, 88, 8977, 177, 90, }; */ const uint8_t code_na083Codes[] = { 0x10, 0x92, 0x49, 0x46, 0x33, 0x09, 0x24, 0x94, 0x60, }; const struct IrCode code_na083Code = { freq_to_timerval(35714), 24, // # of pairs 3, // # of bits per index code_na031Times, code_na083Codes }; const uint16_t code_na084Times[] = { 41, 43, 41, 128, 41, 7476, 336, 171, 338, 169, }; const uint8_t code_na084Codes[] = { 0x60, 0x80, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x40, 0x20, 0x00, 0x00, 0x04, 0x12, 0x48, 0x04, 0x12, 0x08, 0x2A, 0x02, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x01, 0x00, 0x80, 0x00, 0x00, 0x10, 0x49, 0x20, 0x10, 0x48, 0x20, 0x80, }; const struct IrCode code_na084Code = { freq_to_timerval(37037), 100, // # of pairs 3, // # of bits per index code_na084Times, code_na084Codes }; const uint16_t code_na085Times[] = { 55, 60, 55, 165, 55, 2284, 445, 437, 448, 436, }; const uint8_t code_na085Codes[] = { 0x64, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x80, 0xA1, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x20, 0x10, }; const struct IrCode code_na085Code = { freq_to_timerval(38462), 44, // # of pairs 3, // # of bits per index code_na085Times, code_na085Codes }; const uint16_t code_na086Times[] = { 42, 46, 42, 126, 42, 6989, 347, 176, 347, 177, }; const uint8_t code_na086Codes[] = { 0x60, 0x82, 0x08, 0x20, 0x82, 0x41, 0x04, 0x92, 0x00, 0x20, 0x80, 0x40, 0x00, 0x90, 0x40, 0x04, 0x00, 0x41, 0x2A, 0x02, 0x08, 0x20, 0x82, 0x09, 0x04, 0x12, 0x48, 0x00, 0x82, 0x01, 0x00, 0x02, 0x41, 0x00, 0x10, 0x01, 0x04, 0x80, }; const struct IrCode code_na086Code = { freq_to_timerval(37175), 100, // # of pairs 3, // # of bits per index code_na086Times, code_na086Codes }; const uint16_t code_na087Times[] = { 56, 69, 56, 174, 56, 4165, 56, 9585, 880, 222, 880, 435, }; const uint8_t code_na087Codes[] = { 0xA0, 0x02, 0x40, 0x04, 0x90, 0x09, 0x20, 0x02, 0x00, 0x04, 0x90, 0x49, 0x2A, 0x38, 0x00, }; const struct IrCode code_na087Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na087Times, code_na087Codes }; /* Duplicate timing table, same as na009 ! const uint16_t code_na088Times[] = { 53, 56, 53, 171, 53, 3950, 53, 9599, 898, 451, 900, 226, }; */ const uint8_t code_na088Codes[] = { 0x80, 0x00, 0x40, 0x04, 0x12, 0x08, 0x04, 0x92, 0x40, 0x00, 0x00, 0x09, 0x2A, 0xBA, 0x00, }; const struct IrCode code_na088Code = { freq_to_timerval(38610), 38, // # of pairs 3, // # of bits per index code_na009Times, code_na088Codes }; /* Duplicate timing table, same as na004 ! const uint16_t code_na089Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ const uint8_t code_na089Codes[] = { 0xA0, 0x02, 0x00, 0x04, 0x90, 0x49, 0x20, 0x80, 0x40, 0x04, 0x12, 0x09, 0x2B, 0x3D, 0x00, }; const struct IrCode code_na089Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_na089Codes }; const uint16_t code_na090Times[] = { 88, 90, 88, 91, 88, 181, 88, 8976, 177, 91, 177, 181, }; const uint8_t code_na090Codes[] = { 0x10, 0xAB, 0x11, 0x8C, 0xC2, 0xAC, 0x46, 0x00, }; const struct IrCode code_na090Code = { freq_to_timerval(35714), 20, // # of pairs 3, // # of bits per index code_na090Times, code_na090Codes }; const uint16_t code_na091Times[] = { 48, 100, 48, 200, 48, 1050, 400, 400, }; const uint8_t code_na091Codes[] = { 0xD5, 0x41, 0x51, 0x40, 0x14, 0x04, 0x2D, 0x54, 0x15, 0x14, 0x01, 0x40, 0x41, }; const struct IrCode code_na091Code = { freq_to_timerval(58824), 52, // # of pairs 2, // # of bits per index code_na091Times, code_na091Codes }; const uint16_t code_na092Times[] = { 54, 56, 54, 170, 54, 4927, 451, 447, }; const uint8_t code_na092Codes[] = { 0xD1, 0x00, 0x11, 0x00, 0x04, 0x00, 0x11, 0x55, 0x6D, 0x10, 0x01, 0x10, 0x00, 0x40, 0x01, 0x15, 0x55, }; const struct IrCode code_na092Code = { freq_to_timerval(38462), 68, // # of pairs 2, // # of bits per index code_na092Times, code_na092Codes }; const uint16_t code_na093Times[] = { 55, 57, 55, 167, 55, 4400, 895, 448, 897, 447, }; const uint8_t code_na093Codes[] = { 0x60, 0x90, 0x00, 0x20, 0x80, 0x00, 0x04, 0x02, 0x01, 0x00, 0x90, 0x48, 0x2A, 0x02, 0x40, 0x00, 0x82, 0x00, 0x00, 0x10, 0x08, 0x04, 0x02, 0x41, 0x20, 0x80, }; const struct IrCode code_na093Code = { freq_to_timerval(38462), 68, // # of pairs 3, // # of bits per index code_na093Times, code_na093Codes }; /* Duplicate timing table, same as na005 ! const uint16_t code_na094Times[] = { 88, 90, 88, 91, 88, 181, 88, 8976, 177, 91, }; */ const uint8_t code_na094Codes[] = { 0x10, 0x94, 0x62, 0x31, 0x98, 0x4A, 0x31, 0x18, 0x00, }; const struct IrCode code_na094Code = { freq_to_timerval(35714), 22, // # of pairs 3, // # of bits per index code_na005Times, code_na094Codes }; const uint16_t code_na095Times[] = { 56, 58, 56, 174, 56, 4549, 56, 9448, 440, 446, }; const uint8_t code_na095Codes[] = { 0x80, 0x02, 0x00, 0x00, 0x02, 0x00, 0x04, 0x82, 0x00, 0x00, 0x10, 0x49, 0x2A, 0x17, 0x08, }; const struct IrCode code_na095Code = { freq_to_timerval(38462), 40, // # of pairs 3, // # of bits per index code_na095Times, code_na095Codes }; /* Duplicate timing table, same as na009 ! const uint16_t code_na096Times[] = { 53, 56, 53, 171, 53, 3950, 53, 9599, 898, 451, 900, 226, }; */ const uint8_t code_na096Codes[] = { 0x80, 0x80, 0x40, 0x04, 0x92, 0x49, 0x20, 0x92, 0x00, 0x04, 0x00, 0x49, 0x2A, 0xBA, 0x00, }; const struct IrCode code_na096Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na009Times, code_na096Codes }; /* Duplicate timing table, same as na009 ! const uint16_t code_na097Times[] = { 53, 56, 53, 171, 53, 3950, 53, 9599, 898, 451, 900, 226, }; */ const uint8_t code_na097Codes[] = { 0x84, 0x80, 0x00, 0x24, 0x10, 0x41, 0x00, 0x80, 0x01, 0x24, 0x12, 0x48, 0x0A, 0xBA, 0x40, }; const struct IrCode code_na097Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na009Times, code_na097Codes }; /* Duplicate timing table, same as na004 ! const uint16_t code_na098Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ const uint8_t code_na098Codes[] = { 0xA0, 0x00, 0x00, 0x04, 0x92, 0x49, 0x24, 0x00, 0x41, 0x00, 0x92, 0x08, 0x2B, 0x3D, 0x00, }; const struct IrCode code_na098Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_na098Codes }; /* Duplicate timing table, same as na009 ! const uint16_t code_na099Times[] = { 53, 56, 53, 171, 53, 3950, 53, 9599, 898, 451, 900, 226, }; */ const uint8_t code_na099Codes[] = { 0x80, 0x00, 0x00, 0x04, 0x12, 0x48, 0x24, 0x00, 0x00, 0x00, 0x92, 0x49, 0x2A, 0xBA, 0x00, }; const struct IrCode code_na099Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na009Times, code_na099Codes }; const uint16_t code_na100Times[] = { 43, 171, 45, 60, 45, 170, 54, 2301, }; const uint8_t code_na100Codes[] = { 0x29, 0x59, 0x65, 0x55, 0xEA, 0x56, 0x59, 0x55, 0x70, }; const struct IrCode code_na100Code = { freq_to_timerval(35842), 34, // # of pairs 2, // # of bits per index code_na100Times, code_na100Codes }; /* Duplicate timing table, same as na004 ! const uint16_t code_na101Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ const uint8_t code_na101Codes[] = { 0xA0, 0x00, 0x09, 0x04, 0x92, 0x40, 0x20, 0x00, 0x00, 0x04, 0x92, 0x49, 0x2B, 0x3D, 0x00, }; const struct IrCode code_na101Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_na101Codes }; const uint16_t code_na102Times[] = { 86, 87, 86, 258, 86, 3338, 346, 348, 348, 347, }; const uint8_t code_na102Codes[] = { 0x64, 0x02, 0x08, 0x00, 0x02, 0x09, 0x04, 0x12, 0x49, 0x0A, 0x10, 0x08, 0x20, 0x00, 0x08, 0x24, 0x10, 0x49, 0x24, 0x10, }; const struct IrCode code_na102Code = { freq_to_timerval(40000), 52, // # of pairs 3, // # of bits per index code_na102Times, code_na102Codes }; /* Duplicate timing table, same as na045 ! const uint16_t code_na103Times[] = { 58, 53, 58, 167, 58, 4494, 58, 9679, 455, 449, 456, 449, }; */ const uint8_t code_na103Codes[] = { 0x80, 0x02, 0x00, 0x00, 0x02, 0x00, 0x04, 0x92, 0x00, 0x00, 0x00, 0x49, 0x2A, 0x97, 0x48, }; const struct IrCode code_na103Code = { freq_to_timerval(38462), 40, // # of pairs 3, // # of bits per index code_na045Times, code_na103Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na104Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na104Codes[] = { 0xA4, 0x00, 0x49, 0x00, 0x92, 0x00, 0x20, 0x02, 0x00, 0x04, 0x90, 0x49, 0x2A, 0x38, 0x40, }; const struct IrCode code_na104Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na104Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na105Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na105Codes[] = { 0xA4, 0x80, 0x00, 0x20, 0x12, 0x49, 0x04, 0x92, 0x49, 0x20, 0x00, 0x00, 0x0A, 0x38, 0x40, }; const struct IrCode code_na105Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na105Codes }; /* Duplicate timing table, same as na044 ! const uint16_t code_na106Times[] = { 51, 51, 51, 160, 51, 4096, 51, 9513, 431, 436, 883, 219, }; */ const uint8_t code_na106Codes[] = { 0x80, 0x02, 0x00, 0x04, 0x90, 0x49, 0x24, 0x92, 0x00, 0x00, 0x00, 0x49, 0x2A, 0xBA, 0x00, }; const struct IrCode code_na106Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na044Times, code_na106Codes }; /* Duplicate timing table, same as na045 ! const uint16_t code_na107Times[] = { 58, 53, 58, 167, 58, 4494, 58, 9679, 455, 449, 456, 449, }; */ const uint8_t code_na107Codes[] = { 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x92, 0x00, 0x00, 0x00, 0x49, 0x2A, 0x97, 0x48, }; const struct IrCode code_na107Code = { freq_to_timerval(38462), 40, // # of pairs 3, // # of bits per index code_na045Times, code_na107Codes }; /* Duplicate timing table, same as na045 ! const uint16_t code_na108Times[] = { 58, 53, 58, 167, 58, 4494, 58, 9679, 455, 449, 456, 449, }; */ const uint8_t code_na108Codes[] = { 0x80, 0x90, 0x40, 0x00, 0x90, 0x40, 0x04, 0x92, 0x00, 0x00, 0x00, 0x49, 0x2A, 0x97, 0x48, }; const struct IrCode code_na108Code = { freq_to_timerval(38462), 40, // # of pairs 3, // # of bits per index code_na045Times, code_na108Codes }; const uint16_t code_na109Times[] = { 58, 61, 58, 211, 58, 9582, 73, 4164, 883, 211, 1050, 494, }; const uint8_t code_na109Codes[] = { 0xA0, 0x00, 0x08, 0x24, 0x92, 0x41, 0x00, 0x82, 0x00, 0x04, 0x10, 0x49, 0x2E, 0x28, 0x00, }; const struct IrCode code_na109Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na109Times, code_na109Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na110Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na110Codes[] = { 0xA4, 0x80, 0x00, 0x20, 0x12, 0x49, 0x00, 0x02, 0x00, 0x04, 0x90, 0x49, 0x2A, 0x38, 0x40, }; const struct IrCode code_na110Code = { freq_to_timerval(40161), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na110Codes }; /* Duplicate timing table, same as na044 ! const uint16_t code_na111Times[] = { 51, 51, 51, 160, 51, 4096, 51, 9513, 431, 436, 883, 219, }; */ const uint8_t code_na111Codes[] = { 0x84, 0x92, 0x49, 0x20, 0x00, 0x00, 0x04, 0x92, 0x00, 0x00, 0x00, 0x49, 0x2A, 0xBA, 0x40, }; const struct IrCode code_na111Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na044Times, code_na111Codes }; /* Duplicate timing table, same as na004 ! const uint16_t code_na112Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ const uint8_t code_na112Codes[] = { 0xA4, 0x00, 0x00, 0x00, 0x92, 0x49, 0x24, 0x00, 0x00, 0x00, 0x92, 0x49, 0x2B, 0x3D, 0x00, }; const struct IrCode code_na112Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_na112Codes }; const uint16_t code_na113Times[] = { 56, 54, 56, 166, 56, 3945, 896, 442, 896, 443, }; const uint8_t code_na113Codes[] = { 0x60, 0x00, 0x00, 0x20, 0x02, 0x09, 0x04, 0x02, 0x01, 0x00, 0x90, 0x48, 0x2A, 0x00, 0x00, 0x00, 0x80, 0x08, 0x24, 0x10, 0x08, 0x04, 0x02, 0x41, 0x20, 0x80, }; const struct IrCode code_na113Code = { freq_to_timerval(40000), 68, // # of pairs 3, // # of bits per index code_na113Times, code_na113Codes }; const uint16_t code_na114Times[] = { 44, 50, 44, 147, 44, 447, 44, 2236, 791, 398, 793, 397, }; const uint8_t code_na114Codes[] = { 0x84, 0x10, 0x40, 0x08, 0x82, 0x08, 0x01, 0xD2, 0x08, 0x20, 0x04, 0x41, 0x04, 0x00, 0x40, }; const struct IrCode code_na114Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na114Times, code_na114Codes }; const uint16_t code_na115Times[] = { 81, 86, 81, 296, 81, 3349, 328, 331, 329, 331, }; const uint8_t code_na115Codes[] = { 0x60, 0x82, 0x00, 0x20, 0x80, 0x41, 0x04, 0x90, 0x41, 0x2A, 0x02, 0x08, 0x00, 0x82, 0x01, 0x04, 0x12, 0x41, 0x04, 0x80, }; const struct IrCode code_na115Code = { freq_to_timerval(40000), 52, // # of pairs 3, // # of bits per index code_na115Times, code_na115Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na116Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na116Codes[] = { 0xA0, 0x00, 0x40, 0x04, 0x92, 0x09, 0x24, 0x00, 0x40, 0x00, 0x92, 0x09, 0x2A, 0x38, 0x00, }; const struct IrCode code_na116Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na116Codes }; const uint16_t code_na117Times[] = { 49, 54, 49, 158, 49, 420, 49, 2446, 819, 420, 821, 419, }; const uint8_t code_na117Codes[] = { 0x84, 0x00, 0x00, 0x08, 0x12, 0x40, 0x01, 0xD2, 0x00, 0x00, 0x04, 0x09, 0x20, 0x00, 0x40, }; const struct IrCode code_na117Code = { freq_to_timerval(41667), 38, // # of pairs 3, // # of bits per index code_na117Times, code_na117Codes }; /* Duplicate timing table, same as na044 ! const uint16_t code_na118Times[] = { 51, 51, 51, 160, 51, 4096, 51, 9513, 431, 436, 883, 219, }; */ const uint8_t code_na118Codes[] = { 0x84, 0x90, 0x49, 0x20, 0x02, 0x00, 0x04, 0x92, 0x00, 0x00, 0x00, 0x49, 0x2A, 0xBA, 0x40, }; const struct IrCode code_na118Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na044Times, code_na118Codes }; const uint16_t code_na119Times[] = { 55, 63, 55, 171, 55, 4094, 55, 9508, 881, 219, 881, 438, }; const uint8_t code_na119Codes[] = { 0xA0, 0x10, 0x00, 0x04, 0x82, 0x49, 0x20, 0x02, 0x00, 0x04, 0x90, 0x49, 0x2A, 0x38, 0x00, }; const struct IrCode code_na119Code = { freq_to_timerval(55556), 38, // # of pairs 3, // # of bits per index code_na119Times, code_na119Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na120Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na120Codes[] = { 0xA0, 0x12, 0x00, 0x04, 0x80, 0x49, 0x24, 0x92, 0x40, 0x00, 0x00, 0x09, 0x2A, 0x38, 0x00, }; const struct IrCode code_na120Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na120Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na121Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na121Codes[] = { 0xA0, 0x00, 0x40, 0x04, 0x92, 0x09, 0x20, 0x02, 0x00, 0x04, 0x90, 0x49, 0x2A, 0x38, 0x00, }; const struct IrCode code_na121Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na121Codes }; const uint16_t code_na122Times[] = { 80, 95, 80, 249, 80, 3867, 81, 0, 329, 322, }; const uint8_t code_na122Codes[] = { 0x80, 0x00, 0x00, 0x00, 0x12, 0x49, 0x24, 0x90, 0x0A, 0x80, 0x00, 0x00, 0x00, 0x12, 0x49, 0x24, 0x90, 0x0B, }; const struct IrCode code_na122Code = { freq_to_timerval(52632), 48, // # of pairs 3, // # of bits per index code_na122Times, code_na122Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na123Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na123Codes[] = { 0xA0, 0x02, 0x48, 0x04, 0x90, 0x01, 0x20, 0x12, 0x40, 0x04, 0x80, 0x09, 0x2A, 0x38, 0x00, }; const struct IrCode code_na123Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na123Codes }; const uint16_t code_na124Times[] = { 54, 56, 54, 151, 54, 4092, 54, 8677, 900, 421, 901, 226, }; const uint8_t code_na124Codes[] = { 0x80, 0x00, 0x48, 0x04, 0x92, 0x01, 0x20, 0x00, 0x00, 0x04, 0x92, 0x49, 0x2A, 0xBA, 0x00, }; const struct IrCode code_na124Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na124Times, code_na124Codes }; /* Duplicate timing table, same as na119 ! const uint16_t code_na125Times[] = { 55, 63, 55, 171, 55, 4094, 55, 9508, 881, 219, 881, 438, }; */ const uint8_t code_na125Codes[] = { 0xA0, 0x02, 0x48, 0x04, 0x90, 0x01, 0x20, 0x80, 0x40, 0x04, 0x12, 0x09, 0x2A, 0x38, 0x00, }; const struct IrCode code_na125Code = { freq_to_timerval(55556), 38, // # of pairs 3, // # of bits per index code_na119Times, code_na125Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na126Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na126Codes[] = { 0xA4, 0x10, 0x00, 0x20, 0x82, 0x49, 0x00, 0x02, 0x00, 0x04, 0x90, 0x49, 0x2A, 0x38, 0x40, }; const struct IrCode code_na126Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na126Codes }; const uint16_t code_na127Times[] = { 114, 100, 115, 100, 115, 200, 115, 2706, }; const uint8_t code_na127Codes[] = { 0x1B, 0x59, }; const struct IrCode code_na127Code = { freq_to_timerval(25641), 8, // # of pairs 2, // # of bits per index code_na127Times, code_na127Codes }; /* Duplicate timing table, same as na102 ! const uint16_t code_na128Times[] = { 86, 87, 86, 258, 86, 3338, 346, 348, 348, 347, }; */ const uint8_t code_na128Codes[] = { 0x60, 0x02, 0x08, 0x00, 0x02, 0x49, 0x04, 0x12, 0x49, 0x0A, 0x00, 0x08, 0x20, 0x00, 0x09, 0x24, 0x10, 0x49, 0x24, 0x00, }; const struct IrCode code_na128Code = { freq_to_timerval(40000), 52, // # of pairs 3, // # of bits per index code_na102Times, code_na128Codes }; /* Duplicate timing table, same as na017 ! const uint16_t code_na129Times[] = { 56, 57, 56, 175, 56, 4150, 56, 9499, 898, 227, 898, 449, }; */ const uint8_t code_na129Codes[] = { 0xA4, 0x92, 0x49, 0x20, 0x00, 0x00, 0x00, 0x02, 0x00, 0x04, 0x90, 0x49, 0x2A, 0x38, 0x40, }; const struct IrCode code_na129Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na017Times, code_na129Codes }; const uint16_t code_na130Times[] = { 88, 90, 88, 258, 88, 2247, 358, 349, 358, 350, }; const uint8_t code_na130Codes[] = { 0x64, 0x00, 0x08, 0x24, 0x82, 0x09, 0x24, 0x10, 0x01, 0x0A, 0x10, 0x00, 0x20, 0x92, 0x08, 0x24, 0x90, 0x40, 0x04, 0x10, }; const struct IrCode code_na130Code = { freq_to_timerval(37037), 52, // # of pairs 3, // # of bits per index code_na130Times, code_na130Codes }; /* Duplicate timing table, same as na042 ! const uint16_t code_na131Times[] = { 54, 65, 54, 170, 54, 4099, 54, 8668, 899, 226, 899, 421, }; */ const uint8_t code_na131Codes[] = { 0xA0, 0x10, 0x40, 0x04, 0x82, 0x09, 0x24, 0x82, 0x40, 0x00, 0x10, 0x09, 0x2A, 0x38, 0x00, }; const struct IrCode code_na131Code = { freq_to_timerval(40000), 38, // # of pairs 3, // # of bits per index code_na042Times, code_na131Codes }; const uint16_t code_na132Times[] = { 28, 106, 28, 238, 28, 370, 28, 1173, }; const uint8_t code_na132Codes[] = { 0x22, 0x20, 0x00, 0x17, 0x22, 0x20, 0x00, 0x14, }; const struct IrCode code_na132Code = { freq_to_timerval(83333), 32, // # of pairs 2, // # of bits per index code_na132Times, code_na132Codes }; const uint16_t code_na133Times[] = { 13, 741, 15, 489, 15, 740, 17, 4641, 18, 0, }; const uint8_t code_na133Codes[] = { 0x09, 0x24, 0x49, 0x48, 0xB4, 0x92, 0x44, 0x94, 0x8C, }; const struct IrCode code_na133Code = { freq_to_timerval(41667), 24, // # of pairs 3, // # of bits per index code_na133Times, code_na133Codes }; /* Duplicate timing table, same as na113 ! const uint16_t code_na134Times[] = { 56, 54, 56, 166, 56, 3945, 896, 442, 896, 443, }; */ const uint8_t code_na134Codes[] = { 0x60, 0x90, 0x00, 0x24, 0x10, 0x00, 0x04, 0x92, 0x00, 0x00, 0x00, 0x49, 0x2A, 0x02, 0x40, 0x00, 0x90, 0x40, 0x00, 0x12, 0x48, 0x00, 0x00, 0x01, 0x24, 0x80, }; const struct IrCode code_na134Code = { freq_to_timerval(40000), 68, // # of pairs 3, // # of bits per index code_na113Times, code_na134Codes }; const uint16_t code_na135Times[] = { 53, 59, 53, 171, 53, 2301, 892, 450, 895, 448, }; const uint8_t code_na135Codes[] = { 0x60, 0x12, 0x49, 0x00, 0x00, 0x09, 0x00, 0x00, 0x49, 0x24, 0x80, 0x00, 0x00, 0x12, 0x49, 0x24, 0xA8, 0x01, 0x24, 0x90, 0x00, 0x00, 0x90, 0x00, 0x04, 0x92, 0x48, 0x00, 0x00, 0x01, 0x24, 0x92, 0x48, }; const struct IrCode code_na135Code = { freq_to_timerval(38462), 88, // # of pairs 3, // # of bits per index code_na135Times, code_na135Codes }; const uint16_t code_na136Times[] = { 53, 59, 53, 171, 53, 2301, 55, 0, 892, 450, 895, 448, }; const uint8_t code_na136Codes[] = { 0x84, 0x82, 0x49, 0x00, 0x00, 0x00, 0x20, 0x00, 0x49, 0x24, 0x80, 0x00, 0x00, 0x12, 0x49, 0x24, 0xAA, 0x48, 0x24, 0x90, 0x00, 0x00, 0x02, 0x00, 0x04, 0x92, 0x48, 0x00, 0x00, 0x01, 0x24, 0x92, 0x4B, }; const struct IrCode code_na136Code = { freq_to_timerval(38610), 88, // # of pairs 3, // # of bits per index code_na136Times, code_na136Codes }; const uint16_t code_eu000Times[] = { 43, 47, 43, 91, 43, 8324, 88, 47, 133, 133, 264, 90, 264, 91, }; const uint8_t code_eu000Codes[] = { 0xA4, 0x08, 0x00, 0x00, 0x00, 0x00, 0x64, 0x2C, 0x40, 0x80, 0x00, 0x00, 0x00, 0x06, 0x41, }; const struct IrCode code_eu000Code = { freq_to_timerval(35714), 40, // # of pairs 3, // # of bits per index code_eu000Times, code_eu000Codes }; const uint16_t code_eu001Times[] = { 47, 265, 51, 54, 51, 108, 51, 263, 51, 2053, 51, 11647, 100, 109, }; const uint8_t code_eu001Codes[] = { 0x04, 0x92, 0x49, 0x26, 0x35, 0x89, 0x24, 0x9A, 0xD6, 0x24, 0x92, 0x48, }; const struct IrCode code_eu001Code = { freq_to_timerval(30303), 31, // # of pairs 3, // # of bits per index code_eu001Times, code_eu001Codes }; const uint16_t code_eu002Times[] = { 43, 206, 46, 204, 46, 456, 46, 3488, }; const uint8_t code_eu002Codes[] = { 0x1A, 0x56, 0xA6, 0xD6, 0x95, 0xA9, 0x90, }; const struct IrCode code_eu002Code = { freq_to_timerval(33333), 26, // # of pairs 2, // # of bits per index code_eu002Times, code_eu002Codes }; /* Duplicate timing table, same as na000 ! const uint16_t code_eu003Times[] = { 58, 60, 58, 2687, 118, 60, 237, 60, 238, 60, }; */ /* const uint8_t code_eu003Codes[] = { 0x68, 0x20, 0x80, 0x40, 0x03, 0x10, 0x41, 0x00, 0x80, 0x00, }; const struct IrCode code_eu003Code = { freq_to_timerval(38462), 26, // # of pairs 3, // # of bits per index code_na000Times, code_eu003Codes };// Duplicate IR Code - same as na000 */ const uint16_t code_eu004Times[] = { 44, 45, 44, 131, 44, 7462, 346, 176, 346, 178, }; const uint8_t code_eu004Codes[] = { 0x60, 0x80, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x04, 0x12, 0x48, 0x04, 0x12, 0x48, 0x2A, 0x02, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x10, 0x49, 0x20, 0x10, 0x49, 0x20, 0x80, }; const struct IrCode code_eu004Code = { freq_to_timerval(37037), 100, // # of pairs 3, // # of bits per index code_eu004Times, code_eu004Codes };// Duplicate IR Code? Similar to NA002 const uint16_t code_eu005Times[] = { 24, 190, 25, 80, 25, 190, 25, 4199, 25, 4799, }; const uint8_t code_eu005Codes[] = { 0x04, 0x92, 0x52, 0x28, 0x92, 0x8C, 0x44, 0x92, 0x89, 0x45, 0x24, 0x53, 0x44, 0x92, 0x52, 0x28, 0x92, 0x8C, 0x44, 0x92, 0x89, 0x45, 0x24, 0x51, }; const struct IrCode code_eu005Code = { freq_to_timerval(38610), 64, // # of pairs 3, // # of bits per index code_eu005Times, code_eu005Codes }; // This is actually power TOGGLE for Samsung TVs. Therefore followed later by new eu141, discrete OFF const uint16_t code_eu006Times[] = { 53, 63, 53, 172, 53, 4472, 54, 0, 455, 468, }; const uint8_t code_eu006Codes[] = { 0x84, 0x90, 0x00, 0x04, 0x90, 0x00, 0x00, 0x80, 0x00, 0x04, 0x12, 0x49, 0x2A, 0x12, 0x40, 0x00, 0x12, 0x40, 0x00, 0x02, 0x00, 0x00, 0x10, 0x49, 0x24, 0xB0, }; const struct IrCode code_eu006Code = { freq_to_timerval(38462), 68, // # of pairs 3, // # of bits per index code_eu006Times, code_eu006Codes }; const uint16_t code_eu007Times[] = { 50, 54, 50, 159, 50, 2307, 838, 422, }; const uint8_t code_eu007Codes[] = { 0xD4, 0x00, 0x15, 0x10, 0x25, 0x00, 0x05, 0x44, 0x09, 0x40, 0x01, 0x51, 0x01, }; const struct IrCode code_eu007Code = { freq_to_timerval(38462), 52, // # of pairs 2, // # of bits per index code_eu007Times, code_eu007Codes };// Duplicate IR Code? - Similar to NA010 /* Duplicate timing table, same as na004 ! const uint16_t code_eu008Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ const uint8_t code_eu008Codes[] = { 0xA0, 0x00, 0x41, 0x04, 0x92, 0x08, 0x24, 0x90, 0x40, 0x00, 0x02, 0x09, 0x2B, 0x3D, 0x00, }; const struct IrCode code_eu008Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_eu008Codes }; /* Duplicate timing table, same as na005 ! const uint16_t code_eu009Times[] = { 88, 90, 88, 91, 88, 181, 88, 8976, 177, 91, }; */ /* const uint8_t code_eu009Codes[] = { 0x10, 0x92, 0x49, 0x46, 0x33, 0x09, 0x24, 0x94, 0x60, }; const struct IrCode code_eu009Code = { freq_to_timerval(35714), 24, // # of pairs 3, // # of bits per index code_na005Times, code_eu009Codes };// Duplicate IR Code - same as na005 */ /* Duplicate timing table, same as na004 ! const uint16_t code_eu010Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ /* const uint8_t code_eu010Codes[] = { 0xA0, 0x00, 0x01, 0x04, 0x92, 0x48, 0x20, 0x80, 0x40, 0x04, 0x12, 0x09, 0x2B, 0x3D, 0x00, }; const struct IrCode code_eu010Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_eu010Codes };// Duplicate IR Code - same as NA004 */ /* Duplicate timing table, same as na009 ! const uint16_t code_eu011Times[] = { 53, 56, 53, 171, 53, 3950, 53, 9599, 898, 451, 900, 226, }; */ const uint8_t code_eu011Codes[] = { 0x84, 0x00, 0x48, 0x04, 0x02, 0x01, 0x04, 0x80, 0x09, 0x00, 0x12, 0x40, 0x2A, 0xBA, 0x40, }; const struct IrCode code_eu011Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na009Times, code_eu011Codes }; const uint16_t code_eu012Times[] = { 46, 206, 46, 459, 46, 3447, }; const uint8_t code_eu012Codes[] = { 0x05, 0x01, 0x51, 0x81, 0x40, 0x54, 0x40, }; const struct IrCode code_eu012Code = { freq_to_timerval(33445), 26, // # of pairs 2, // # of bits per index code_eu012Times, code_eu012Codes }; const uint16_t code_eu013Times[] = { 53, 59, 53, 171, 53, 2302, 895, 449, }; const uint8_t code_eu013Codes[] = { 0xD4, 0x55, 0x00, 0x00, 0x40, 0x15, 0x54, 0x00, 0x01, 0x55, 0x56, 0xD4, 0x55, 0x00, 0x00, 0x40, 0x15, 0x54, 0x00, 0x01, 0x55, 0x55, }; const struct IrCode code_eu013Code = { freq_to_timerval(38462), 88, // # of pairs 2, // # of bits per index code_eu013Times, code_eu013Codes }; /* Duplicate timing table, same as na021 ! const uint16_t code_eu014Times[] = { 48, 52, 48, 160, 48, 400, 48, 2335, 799, 400, }; */ /* const uint8_t code_eu014Codes[] = { 0x80, 0x10, 0x40, 0x08, 0x82, 0x08, 0x01, 0xC0, 0x08, 0x20, 0x04, 0x41, 0x04, 0x00, 0x00, }; const struct IrCode code_eu014Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na021Times, code_eu014Codes };// Duplicate IR Code - same as NA021 */ const uint16_t code_eu015Times[] = { 53, 54, 53, 156, 53, 2542, 851, 425, 853, 424, }; const uint8_t code_eu015Codes[] = { 0x60, 0x82, 0x08, 0x24, 0x10, 0x41, 0x00, 0x12, 0x40, 0x04, 0x80, 0x09, 0x2A, 0x02, 0x08, 0x20, 0x90, 0x41, 0x04, 0x00, 0x49, 0x00, 0x12, 0x00, 0x24, 0xA8, 0x08, 0x20, 0x82, 0x41, 0x04, 0x10, 0x01, 0x24, 0x00, 0x48, 0x00, 0x92, 0xA0, 0x20, 0x82, 0x09, 0x04, 0x10, 0x40, 0x04, 0x90, 0x01, 0x20, 0x02, 0x48, }; const struct IrCode code_eu015Code = { freq_to_timerval(38462), 136, // # of pairs 3, // # of bits per index code_eu015Times, code_eu015Codes };// Duplicate IR Code? - Similar to NA018 const uint16_t code_eu016Times[] = { 28, 92, 28, 213, 28, 214, 28, 2771, }; const uint8_t code_eu016Codes[] = { 0x68, 0x08, 0x20, 0x00, 0xEA, 0x02, 0x08, 0x00, 0x10, }; const struct IrCode code_eu016Code = { freq_to_timerval(33333), 34, // # of pairs 2, // # of bits per index code_eu016Times, code_eu016Codes }; const uint16_t code_eu017Times[] = { 15, 844, 16, 557, 16, 844, 16, 5224, }; const uint8_t code_eu017Codes[] = { 0x1A, 0x9A, 0x9B, 0x9A, 0x9A, 0x99, }; const struct IrCode code_eu017Code = { freq_to_timerval(33333), 24, // # of pairs 2, // # of bits per index code_eu017Times, code_eu017Codes }; /* Duplicate timing table, same as na004 ! const uint16_t code_eu018Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ const uint8_t code_eu018Codes[] = { 0xA0, 0x02, 0x48, 0x04, 0x90, 0x01, 0x20, 0x12, 0x40, 0x04, 0x80, 0x09, 0x2B, 0x3D, 0x00, }; const struct IrCode code_eu018Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_eu018Codes }; const uint16_t code_eu019Times[] = { 50, 54, 50, 158, 50, 418, 50, 2443, 843, 418, }; const uint8_t code_eu019Codes[] = { 0x80, 0x80, 0x00, 0x08, 0x12, 0x40, 0x01, 0xC0, 0x40, 0x00, 0x04, 0x09, 0x20, 0x00, 0x00, }; const struct IrCode code_eu019Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_eu019Times, code_eu019Codes }; const uint16_t code_eu020Times[] = { 48, 301, 48, 651, 48, 1001, 48, 3001, }; const uint8_t code_eu020Codes[] = { 0x22, 0x20, 0x00, 0x01, 0xC8, 0x88, 0x00, 0x00, 0x40, }; const struct IrCode code_eu020Code = { freq_to_timerval(35714), 34, // # of pairs 2, // # of bits per index code_eu020Times, code_eu020Codes }; /* Duplicate timing table, same as na009 ! const uint16_t code_eu021Times[] = { 53, 56, 53, 171, 53, 3950, 53, 9599, 898, 451, 900, 226, }; */ const uint8_t code_eu021Codes[] = { 0x84, 0x80, 0x00, 0x20, 0x82, 0x49, 0x00, 0x02, 0x00, 0x04, 0x90, 0x49, 0x2A, 0xBA, 0x40, }; const struct IrCode code_eu021Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na009Times, code_eu021Codes }; /* Duplicate timing table, same as na004 ! const uint16_t code_eu022Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ const uint8_t code_eu022Codes[] = { 0xA4, 0x80, 0x41, 0x00, 0x12, 0x08, 0x24, 0x90, 0x40, 0x00, 0x02, 0x09, 0x2B, 0x3D, 0x00, }; const struct IrCode code_eu022Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_eu022Codes }; /* Duplicate timing table, same as na022 ! const uint16_t code_eu023Times[] = { 53, 60, 53, 175, 53, 4463, 53, 9453, 892, 450, 895, 225, }; */ /* const uint8_t code_eu023Codes[] = { 0x80, 0x02, 0x40, 0x00, 0x02, 0x40, 0x00, 0x00, 0x01, 0x24, 0x92, 0x48, 0x0A, 0xBA, 0x00, }; const struct IrCode code_eu023Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na022Times, code_eu023Codes };// Duplicate IR Code - Same as NA022 */ /* Duplicate timing table, same as na004 ! const uint16_t code_eu024Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ const uint8_t code_eu024Codes[] = { 0xA0, 0x02, 0x48, 0x04, 0x90, 0x01, 0x20, 0x00, 0x40, 0x04, 0x92, 0x09, 0x2B, 0x3D, 0x00, }; const struct IrCode code_eu024Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_eu024Codes }; const uint16_t code_eu025Times[] = { 49, 52, 49, 102, 49, 250, 49, 252, 49, 2377, 49, 12009, 100, 52, 100, 102, }; const uint8_t code_eu025Codes[] = { 0x47, 0x00, 0x23, 0x3C, 0x01, 0x59, 0xE0, 0x04, }; const struct IrCode code_eu025Code = { freq_to_timerval(31250), 21, // # of pairs 3, // # of bits per index code_eu025Times, code_eu025Codes }; const uint16_t code_eu026Times[] = { 14, 491, 14, 743, 14, 4926, }; const uint8_t code_eu026Codes[] = { 0x55, 0x40, 0x42, 0x55, 0x40, 0x41, }; const struct IrCode code_eu026Code = { freq_to_timerval(38462), 24, // # of pairs 2, // # of bits per index code_eu026Times, code_eu026Codes }; /* Duplicate timing table, same as na004 ! const uint16_t code_eu027Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ const uint8_t code_eu027Codes[] = { 0xA0, 0x82, 0x08, 0x24, 0x10, 0x41, 0x04, 0x10, 0x01, 0x20, 0x82, 0x48, 0x0B, 0x3D, 0x00, }; const struct IrCode code_eu027Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_eu027Codes }; const uint16_t code_eu028Times[] = { 47, 267, 50, 55, 50, 110, 50, 265, 50, 2055, 50, 12117, 100, 57, }; const uint8_t code_eu028Codes[] = { 0x04, 0x92, 0x49, 0x26, 0x34, 0x72, 0x24, 0x9A, 0xD1, 0xC8, 0x92, 0x48, }; const struct IrCode code_eu028Code = { freq_to_timerval(30303), 31, // # of pairs 3, // # of bits per index code_eu028Times, code_eu028Codes }; const uint16_t code_eu029Times[] = { 50, 50, 50, 99, 50, 251, 50, 252, 50, 1445, 50, 11014, 102, 49, 102, 98, }; const uint8_t code_eu029Codes[] = { 0x47, 0x00, 0x00, 0x00, 0x00, 0x04, 0x64, 0x62, 0x00, 0xE0, 0x00, 0x2B, 0x23, 0x10, 0x07, 0x00, 0x00, 0x80, }; const struct IrCode code_eu029Code = { freq_to_timerval(34483), 46, // # of pairs 3, // # of bits per index code_eu029Times, code_eu029Codes }; /* Duplicate timing table, same as na004 ! const uint16_t code_eu030Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ const uint8_t code_eu030Codes[] = { 0xA0, 0x10, 0x00, 0x04, 0x82, 0x49, 0x20, 0x02, 0x00, 0x04, 0x90, 0x49, 0x2B, 0x3D, 0x00, }; const struct IrCode code_eu030Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_eu030Codes };// Duplicate IR Code? - Smilar to NA020 const uint16_t code_eu031Times[] = { 53, 53, 53, 160, 53, 1697, 838, 422, }; const uint8_t code_eu031Codes[] = { 0xD5, 0x50, 0x15, 0x11, 0x65, 0x54, 0x05, 0x44, 0x59, 0x55, 0x01, 0x51, 0x15, }; const struct IrCode code_eu031Code = { freq_to_timerval(38462), 52, // # of pairs 2, // # of bits per index code_eu031Times, code_eu031Codes }; const uint16_t code_eu032Times[] = { 49, 205, 49, 206, 49, 456, 49, 3690, }; const uint8_t code_eu032Codes[] = { 0x1A, 0x56, 0xA5, 0xD6, 0x95, 0xA9, 0x40, }; const struct IrCode code_eu032Code = { freq_to_timerval(33333), 26, // # of pairs 2, // # of bits per index code_eu032Times, code_eu032Codes }; const uint16_t code_eu033Times[] = { 48, 150, 50, 149, 50, 347, 50, 2936, }; const uint8_t code_eu033Codes[] = { 0x2A, 0x5D, 0xA9, 0x60, }; const struct IrCode code_eu033Code = { freq_to_timerval(38462), 14, // # of pairs 2, // # of bits per index code_eu033Times, code_eu033Codes }; /* Duplicate timing table, same as na004 ! const uint16_t code_eu034Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ const uint8_t code_eu034Codes[] = { 0xA0, 0x02, 0x40, 0x04, 0x90, 0x09, 0x20, 0x02, 0x00, 0x04, 0x90, 0x49, 0x2B, 0x3D, 0x00, }; const struct IrCode code_eu034Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_eu034Codes }; /* Duplicate timing table, same as na005 ! const uint16_t code_eu035Times[] = { 88, 90, 88, 91, 88, 181, 88, 8976, 177, 91, }; */ /* const uint8_t code_eu035Codes[] = { 0x10, 0x92, 0x49, 0x46, 0x33, 0x09, 0x24, 0x94, 0x60, }; const struct IrCode code_eu035Code = { freq_to_timerval(35714), 24, // # of pairs 3, // # of bits per index code_na005Times, code_eu035Codes };// Duplicate IR Code - same as eu009! */ /* Duplicate timing table, same as na004 ! const uint16_t code_eu036Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ const uint8_t code_eu036Codes[] = { 0xA4, 0x00, 0x49, 0x00, 0x92, 0x00, 0x20, 0x02, 0x00, 0x04, 0x90, 0x49, 0x2B, 0x3D, 0x00, }; const struct IrCode code_eu036Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_eu036Codes }; const uint16_t code_eu037Times[] = { 14, 491, 14, 743, 14, 5178, }; const uint8_t code_eu037Codes[] = { 0x45, 0x50, 0x02, 0x45, 0x50, 0x01, }; const struct IrCode code_eu037Code = { freq_to_timerval(38462), 24, // # of pairs 2, // # of bits per index code_eu037Times, code_eu037Codes }; const uint16_t code_eu038Times[] = { 3, 1002, 3, 1495, 3, 3059, }; const uint8_t code_eu038Codes[] = { 0x05, 0x60, 0x54, }; const struct IrCode code_eu038Code = { 0, // Non-pulsed code 11, // # of pairs 2, // # of bits per index code_eu038Times, code_eu038Codes }; const uint16_t code_eu039Times[] = { 13, 445, 13, 674, 13, 675, 13, 4583, }; const uint8_t code_eu039Codes[] = { 0x6A, 0x82, 0x83, 0xAA, 0x82, 0x81, }; const struct IrCode code_eu039Code = { freq_to_timerval(40161), 24, // # of pairs 2, // # of bits per index code_eu039Times, code_eu039Codes }; const uint16_t code_eu040Times[] = { 85, 89, 85, 264, 85, 3402, 347, 350, 348, 350, }; const uint8_t code_eu040Codes[] = { 0x60, 0x90, 0x40, 0x20, 0x80, 0x40, 0x20, 0x90, 0x41, 0x2A, 0x02, 0x41, 0x00, 0x82, 0x01, 0x00, 0x82, 0x41, 0x04, 0x80, }; const struct IrCode code_eu040Code = { freq_to_timerval(35714), 52, // # of pairs 3, // # of bits per index code_eu040Times, code_eu040Codes }; const uint16_t code_eu041Times[] = { 46, 300, 49, 298, 49, 648, 49, 997, 49, 3056, }; const uint8_t code_eu041Codes[] = { 0x0C, 0xB2, 0xCA, 0x49, 0x13, 0x0B, 0x2C, 0xB2, 0x92, 0x44, 0xB0, }; const struct IrCode code_eu041Code = { freq_to_timerval(33333), 28, // # of pairs 3, // # of bits per index code_eu041Times, code_eu041Codes }; /* Duplicate timing table, same as na009 ! const uint16_t code_eu042Times[] = { 53, 56, 53, 171, 53, 3950, 53, 9599, 898, 451, 900, 226, }; */ const uint8_t code_eu042Codes[] = { 0x80, 0x00, 0x00, 0x24, 0x92, 0x09, 0x00, 0x82, 0x00, 0x04, 0x10, 0x49, 0x2A, 0xBA, 0x00, }; const struct IrCode code_eu042Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na009Times, code_eu042Codes }; const uint16_t code_eu043Times[] = { 1037, 4216, 1040, 0, }; const uint8_t code_eu043Codes[] = { 0x10, }; const struct IrCode code_eu043Code = { freq_to_timerval(41667), 2, // # of pairs 2, // # of bits per index code_eu043Times, code_eu043Codes }; /* Duplicate timing table, same as na004 ! const uint16_t code_eu044Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ const uint8_t code_eu044Codes[] = { 0xA0, 0x02, 0x01, 0x04, 0x90, 0x48, 0x20, 0x00, 0x00, 0x04, 0x92, 0x49, 0x2B, 0x3D, 0x00, }; const struct IrCode code_eu044Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_eu044Codes }; const uint16_t code_eu045Times[] = { 152, 471, 154, 156, 154, 469, 154, 2947, }; const uint8_t code_eu045Codes[] = { 0x16, 0xE5, 0x90, }; const struct IrCode code_eu045Code = { freq_to_timerval(41667), 10, // # of pairs 2, // # of bits per index code_eu045Times, code_eu045Codes }; const uint16_t code_eu046Times[] = { 15, 493, 16, 493, 16, 698, 16, 1414, }; const uint8_t code_eu046Codes[] = { 0x16, 0xAB, 0x56, 0xA9, }; const struct IrCode code_eu046Code = { freq_to_timerval(34602), 16, // # of pairs 2, // # of bits per index code_eu046Times, code_eu046Codes }; const uint16_t code_eu047Times[] = { 3, 496, 3, 745, 3, 1488, }; const uint8_t code_eu047Codes[] = { 0x41, 0x24, 0x12, 0x41, 0x00, }; const struct IrCode code_eu047Code = { 0, // Non-pulsed code 17, // # of pairs 2, // # of bits per index code_eu047Times, code_eu047Codes }; /* Duplicate timing table, same as na009 ! const uint16_t code_eu048Times[] = { 53, 56, 53, 171, 53, 3950, 53, 9599, 898, 451, 900, 226, }; */ const uint8_t code_eu048Codes[] = { 0x80, 0x00, 0x00, 0x24, 0x82, 0x49, 0x04, 0x80, 0x40, 0x00, 0x12, 0x09, 0x2A, 0xBA, 0x00, }; const struct IrCode code_eu048Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na009Times, code_eu048Codes }; const uint16_t code_eu049Times[] = { 55, 55, 55, 167, 55, 4577, 55, 9506, 448, 445, 450, 444, }; const uint8_t code_eu049Codes[] = { 0x80, 0x92, 0x00, 0x00, 0x92, 0x00, 0x00, 0x10, 0x40, 0x04, 0x82, 0x09, 0x2A, 0x97, 0x48, }; const struct IrCode code_eu049Code = { freq_to_timerval(38462), 40, // # of pairs 3, // # of bits per index code_eu049Times, code_eu049Codes }; const uint16_t code_eu050Times[] = { 91, 88, 91, 267, 91, 3621, 361, 358, 361, 359, }; const uint8_t code_eu050Codes[] = { 0x60, 0x00, 0x00, 0x00, 0x12, 0x49, 0x24, 0x92, 0x42, 0x80, 0x00, 0x00, 0x00, 0x12, 0x49, 0x24, 0x92, 0x40, }; const struct IrCode code_eu050Code = { freq_to_timerval(33333), 48, // # of pairs 3, // # of bits per index code_eu050Times, code_eu050Codes }; const uint16_t code_eu051Times[] = { 84, 88, 84, 261, 84, 3360, 347, 347, 347, 348, }; const uint8_t code_eu051Codes[] = { 0x60, 0x82, 0x00, 0x20, 0x80, 0x41, 0x04, 0x90, 0x41, 0x2A, 0x02, 0x08, 0x00, 0x82, 0x01, 0x04, 0x12, 0x41, 0x04, 0x80, }; const struct IrCode code_eu051Code = { freq_to_timerval(38462), 52, // # of pairs 3, // # of bits per index code_eu051Times, code_eu051Codes };// Duplicate IR Code? - Similar to NA115 const uint16_t code_eu052Times[] = { 16, 838, 17, 558, 17, 839, 17, 6328, }; const uint8_t code_eu052Codes[] = { 0x1A, 0x9A, 0x9B, 0x9A, 0x9A, 0x99, }; const struct IrCode code_eu052Code = { freq_to_timerval(31250), 24, // # of pairs 2, // # of bits per index code_eu052Times, code_eu052Codes };// Duplicate IR Code? - Similar to EU017 /* Duplicate timing table, same as eu046 ! const uint16_t code_eu053Times[] = { 15, 493, 16, 493, 16, 698, 16, 1414, }; */ const uint8_t code_eu053Codes[] = { 0x26, 0xAB, 0x66, 0xAA, }; const struct IrCode code_eu053Code = { freq_to_timerval(34483), 16, // # of pairs 2, // # of bits per index code_eu046Times, code_eu053Codes }; const uint16_t code_eu054Times[] = { 49, 53, 49, 104, 49, 262, 49, 264, 49, 8030, 100, 103, }; const uint8_t code_eu054Codes[] = { 0x40, 0x1A, 0x23, 0x00, 0xD0, 0x80, }; const struct IrCode code_eu054Code = { freq_to_timerval(31250), 14, // # of pairs 3, // # of bits per index code_eu054Times, code_eu054Codes }; /* Duplicate timing table, same as na009 ! const uint16_t code_eu055Times[] = { 53, 56, 53, 171, 53, 3950, 53, 9599, 898, 451, 900, 226, }; */ const uint8_t code_eu055Codes[] = { 0x80, 0x00, 0x00, 0x20, 0x92, 0x49, 0x00, 0x02, 0x40, 0x04, 0x90, 0x09, 0x2A, 0xBA, 0x00, }; const struct IrCode code_eu055Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na009Times, code_eu055Codes }; const uint16_t code_eu056Times[] = { 112, 107, 113, 107, 677, 2766, }; const uint8_t code_eu056Codes[] = { 0x26, }; const struct IrCode code_eu056Code = { freq_to_timerval(38462), 4, // # of pairs 2, // # of bits per index code_eu056Times, code_eu056Codes }; /* Duplicate timing table, same as na004 ! const uint16_t code_eu057Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ /* const uint8_t code_eu057Codes[] = { 0xA0, 0x00, 0x41, 0x04, 0x92, 0x08, 0x20, 0x02, 0x00, 0x04, 0x90, 0x49, 0x2B, 0x3D, 0x00, }; const struct IrCode code_eu057Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_eu057Codes }; // Duplicate IR code - same as EU008 */ /* Duplicate timing table, same as na009 ! const uint16_t code_eu058Times[] = { 53, 56, 53, 171, 53, 3950, 53, 9599, 898, 451, 900, 226, }; */ const uint8_t code_eu058Codes[] = { 0x80, 0x00, 0x00, 0x24, 0x10, 0x49, 0x00, 0x82, 0x00, 0x04, 0x10, 0x49, 0x2A, 0xBA, 0x00, }; const struct IrCode code_eu058Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na009Times, code_eu058Codes }; const uint16_t code_eu059Times[] = { 310, 613, 310, 614, 622, 8312, }; const uint8_t code_eu059Codes[] = { 0x26, }; const struct IrCode code_eu059Code = { freq_to_timerval(41667), 4, // # of pairs 2, // # of bits per index code_eu059Times, code_eu059Codes };// Duplicate IR Code? - Similar to EU056 const uint16_t code_eu060Times[] = { 50, 158, 53, 51, 53, 156, 53, 2180, }; const uint8_t code_eu060Codes[] = { 0x25, 0x59, 0x9A, 0x5A, 0xE9, 0x56, 0x66, 0x96, 0xA0, }; const struct IrCode code_eu060Code = { freq_to_timerval(38462), 34, // # of pairs 2, // # of bits per index code_eu060Times, code_eu060Codes }; /* Duplicate timing table, same as na005 ! const uint16_t code_eu061Times[] = { 88, 90, 88, 91, 88, 181, 88, 8976, 177, 91, }; */ const uint8_t code_eu061Codes[] = { 0x10, 0x92, 0x54, 0x24, 0xB3, 0x09, 0x25, 0x42, 0x48, }; const struct IrCode code_eu061Code = { freq_to_timerval(35714), 24, // # of pairs 3, // # of bits per index code_na005Times, code_eu061Codes }; /* Duplicate timing table, same as eu060 ! const uint16_t code_eu062Times[] = { 50, 158, 53, 51, 53, 156, 53, 2180, }; */ const uint8_t code_eu062Codes[] = { 0x25, 0x99, 0x9A, 0x5A, 0xE9, 0x66, 0x66, 0x96, 0xA0, }; const struct IrCode code_eu062Code = { freq_to_timerval(38462), 34, // # of pairs 2, // # of bits per index code_eu060Times, code_eu062Codes }; /* Duplicate timing table, same as na009 ! const uint16_t code_eu063Times[] = { 53, 56, 53, 171, 53, 3950, 53, 9599, 898, 451, 900, 226, }; */ const uint8_t code_eu063Codes[] = { 0x80, 0x00, 0x00, 0x24, 0x90, 0x41, 0x00, 0x82, 0x00, 0x04, 0x10, 0x49, 0x2A, 0xBA, 0x00, }; const struct IrCode code_eu063Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na009Times, code_eu063Codes }; const uint16_t code_eu064Times[] = { 47, 267, 50, 55, 50, 110, 50, 265, 50, 2055, 50, 12117, 100, 57, 100, 112, }; const uint8_t code_eu064Codes[] = { 0x04, 0x92, 0x49, 0x26, 0x32, 0x51, 0xCB, 0xD6, 0x4A, 0x39, 0x72, }; const struct IrCode code_eu064Code = { freq_to_timerval(30395), 29, // # of pairs 3, // # of bits per index code_eu064Times, code_eu064Codes }; const uint16_t code_eu065Times[] = { 47, 267, 50, 55, 50, 110, 50, 265, 50, 2055, 50, 12117, 100, 112, }; const uint8_t code_eu065Codes[] = { 0x04, 0x92, 0x49, 0x26, 0x32, 0x4A, 0x38, 0x9A, 0xC9, 0x28, 0xE2, 0x48, }; const struct IrCode code_eu065Code = { freq_to_timerval(30303), 31, // # of pairs 3, // # of bits per index code_eu065Times, code_eu065Codes }; /* Duplicate timing table, same as eu049 ! const uint16_t code_eu066Times[] = { 55, 55, 55, 167, 55, 4577, 55, 9506, 448, 445, 450, 444, }; */ const uint8_t code_eu066Codes[] = { 0x84, 0x82, 0x00, 0x04, 0x82, 0x00, 0x00, 0x82, 0x00, 0x04, 0x10, 0x49, 0x2A, 0x87, 0x41, }; const struct IrCode code_eu066Code = { freq_to_timerval(38462), 40, // # of pairs 3, // # of bits per index code_eu049Times, code_eu066Codes }; const uint16_t code_eu067Times[] = { 94, 473, 94, 728, 102, 1637, }; const uint8_t code_eu067Codes[] = { 0x41, 0x24, 0x12, }; const struct IrCode code_eu067Code = { freq_to_timerval(38462), 12, // # of pairs 2, // # of bits per index code_eu067Times, code_eu067Codes }; const uint16_t code_eu068Times[] = { 49, 263, 50, 54, 50, 108, 50, 263, 50, 2029, 50, 10199, 100, 110, }; const uint8_t code_eu068Codes[] = { 0x04, 0x92, 0x49, 0x26, 0x34, 0x49, 0x38, 0x9A, 0xD1, 0x24, 0xE2, 0x48, }; const struct IrCode code_eu068Code = { freq_to_timerval(38610), 31, // # of pairs 3, // # of bits per index code_eu068Times, code_eu068Codes }; const uint16_t code_eu069Times[] = { 4, 499, 4, 750, 4, 4999, }; const uint8_t code_eu069Codes[] = { 0x05, 0x54, 0x06, 0x05, 0x54, 0x04, }; const struct IrCode code_eu069Code = { 0, // Non-pulsed code 23, // # of pairs 2, // # of bits per index code_eu069Times, code_eu069Codes }; /* Duplicate timing table, same as eu069 ! const uint16_t code_eu070Times[] = { 4, 499, 4, 750, 4, 4999, }; */ const uint8_t code_eu070Codes[] = { 0x14, 0x54, 0x06, 0x14, 0x54, 0x04, }; const struct IrCode code_eu070Code = { 0, // Non-pulsed code 23, // # of pairs 2, // # of bits per index code_eu069Times, code_eu070Codes }; const uint16_t code_eu071Times[] = { 14, 491, 14, 743, 14, 4422, }; const uint8_t code_eu071Codes[] = { 0x45, 0x44, 0x56, 0x45, 0x44, 0x55, }; const struct IrCode code_eu071Code = { freq_to_timerval(38462), 24, // # of pairs 2, // # of bits per index code_eu071Times, code_eu071Codes }; const uint16_t code_eu072Times[] = { 5, 568, 5, 854, 5, 4999, }; const uint8_t code_eu072Codes[] = { 0x55, 0x45, 0x46, 0x55, 0x45, 0x44, }; const struct IrCode code_eu072Code = { 0, // Non-pulsed code 23, // # of pairs 2, // # of bits per index code_eu072Times, code_eu072Codes }; /* Duplicate timing table, same as eu046 ! const uint16_t code_eu073Times[] = { 15, 493, 16, 493, 16, 698, 16, 1414, }; */ const uint8_t code_eu073Codes[] = { 0x19, 0x57, 0x59, 0x55, }; const struct IrCode code_eu073Code = { freq_to_timerval(34483), 16, // # of pairs 2, // # of bits per index code_eu046Times, code_eu073Codes }; /* Duplicate timing table, same as na031 ! const uint16_t code_eu074Times[] = { 88, 89, 88, 90, 88, 179, 88, 8977, 177, 90, }; */ const uint8_t code_eu074Codes[] = { 0x04, 0x92, 0x49, 0x28, 0xC6, 0x49, 0x24, 0x92, 0x51, 0x80, }; const struct IrCode code_eu074Code = { freq_to_timerval(35714), 26, // # of pairs 3, // # of bits per index code_na031Times, code_eu074Codes }; const uint16_t code_eu075Times[] = { 6, 566, 6, 851, 6, 5474, }; const uint8_t code_eu075Codes[] = { 0x05, 0x45, 0x46, 0x05, 0x45, 0x44, }; const struct IrCode code_eu075Code = { 0, // Non-pulsed code 23, // # of pairs 2, // # of bits per index code_eu075Times, code_eu075Codes }; const uint16_t code_eu076Times[] = { 14, 843, 16, 555, 16, 841, 16, 4911, }; const uint8_t code_eu076Codes[] = { 0x2A, 0x9A, 0x9B, 0xAA, 0x9A, 0x9A, }; const struct IrCode code_eu076Code = { freq_to_timerval(38462), 24, // # of pairs 2, // # of bits per index code_eu076Times, code_eu076Codes }; /* Duplicate timing table, same as eu028 ! const uint16_t code_eu077Times[] = { 47, 267, 50, 55, 50, 110, 50, 265, 50, 2055, 50, 12117, 100, 57, }; */ const uint8_t code_eu077Codes[] = { 0x04, 0x92, 0x49, 0x26, 0x32, 0x51, 0xC8, 0x9A, 0xC9, 0x47, 0x22, 0x48, }; const struct IrCode code_eu077Code = { freq_to_timerval(30303), 31, // # of pairs 3, // # of bits per index code_eu028Times, code_eu077Codes }; const uint16_t code_eu078Times[] = { 6, 925, 6, 1339, 6, 2098, 6, 2787, }; const uint8_t code_eu078Codes[] = { 0x90, 0x0D, 0x00, }; const struct IrCode code_eu078Code = { 0, // Non-pulsed code 12, // # of pairs 2, // # of bits per index code_eu078Times, code_eu078Codes }; const uint16_t code_eu079Times[] = { 53, 59, 53, 170, 53, 4359, 892, 448, 893, 448, }; const uint8_t code_eu079Codes[] = { 0x60, 0x00, 0x00, 0x24, 0x80, 0x09, 0x04, 0x92, 0x00, 0x00, 0x00, 0x49, 0x2A, 0x00, 0x00, 0x00, 0x92, 0x00, 0x24, 0x12, 0x48, 0x00, 0x00, 0x01, 0x24, 0x80, }; const struct IrCode code_eu079Code = { freq_to_timerval(38462), 68, // # of pairs 3, // # of bits per index code_eu079Times, code_eu079Codes }; const uint16_t code_eu080Times[] = { 55, 57, 55, 167, 55, 4416, 895, 448, 897, 447, }; const uint8_t code_eu080Codes[] = { 0x60, 0x00, 0x00, 0x20, 0x10, 0x09, 0x04, 0x02, 0x01, 0x00, 0x90, 0x48, 0x2A, 0x00, 0x00, 0x00, 0x80, 0x40, 0x24, 0x10, 0x08, 0x04, 0x02, 0x41, 0x20, 0x80, }; const struct IrCode code_eu080Code = { freq_to_timerval(38462), 68, // # of pairs 3, // # of bits per index code_eu080Times, code_eu080Codes }; const uint16_t code_eu081Times[] = { 26, 185, 27, 80, 27, 185, 27, 4249, }; const uint8_t code_eu081Codes[] = { 0x1A, 0x5A, 0x65, 0x67, 0x9A, 0x65, 0x9A, 0x9B, 0x9A, 0x5A, 0x65, 0x67, 0x9A, 0x65, 0x9A, 0x9B, 0x9A, 0x5A, 0x65, 0x65, }; const struct IrCode code_eu081Code = { freq_to_timerval(38462), 80, // # of pairs 2, // # of bits per index code_eu081Times, code_eu081Codes }; const uint16_t code_eu082Times[] = { 51, 56, 51, 162, 51, 2842, 848, 430, 850, 429, }; const uint8_t code_eu082Codes[] = { 0x60, 0x82, 0x08, 0x24, 0x10, 0x41, 0x04, 0x82, 0x40, 0x00, 0x10, 0x09, 0x2A, 0x02, 0x08, 0x20, 0x90, 0x41, 0x04, 0x12, 0x09, 0x00, 0x00, 0x40, 0x24, 0x80, }; const struct IrCode code_eu082Code = { freq_to_timerval(40000), 68, // # of pairs 3, // # of bits per index code_eu082Times, code_eu082Codes }; const uint16_t code_eu083Times[] = { 16, 559, 16, 847, 16, 5900, 17, 559, 17, 847, }; const uint8_t code_eu083Codes[] = { 0x0E, 0x38, 0x21, 0x82, 0x26, 0x20, 0x82, 0x48, 0x23, }; const struct IrCode code_eu083Code = { freq_to_timerval(33333), 24, // # of pairs 3, // # of bits per index code_eu083Times, code_eu083Codes }; const uint16_t code_eu084Times[] = { 16, 484, 16, 738, 16, 739, 16, 4795, }; const uint8_t code_eu084Codes[] = { 0x6A, 0xA0, 0x03, 0xAA, 0xA0, 0x01, }; const struct IrCode code_eu084Code = { freq_to_timerval(38462), 24, // # of pairs 2, // # of bits per index code_eu084Times, code_eu084Codes }; const uint16_t code_eu085Times[] = { 48, 52, 48, 160, 48, 400, 48, 2120, 799, 400, }; const uint8_t code_eu085Codes[] = { 0x84, 0x82, 0x40, 0x08, 0x92, 0x48, 0x01, 0xC2, 0x41, 0x20, 0x04, 0x49, 0x24, 0x00, 0x40, }; const struct IrCode code_eu085Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_eu085Times, code_eu085Codes }; const uint16_t code_eu086Times[] = { 16, 851, 17, 554, 17, 850, 17, 851, 17, 4847, }; const uint8_t code_eu086Codes[] = { 0x45, 0x86, 0x5B, 0x05, 0xC6, 0x5B, 0x05, 0xB0, 0x42, }; const struct IrCode code_eu086Code = { freq_to_timerval(33333), 24, // # of pairs 3, // # of bits per index code_eu086Times, code_eu086Codes }; const uint16_t code_eu087Times[] = { 14, 491, 14, 743, 14, 5126, }; const uint8_t code_eu087Codes[] = { 0x55, 0x50, 0x02, 0x55, 0x50, 0x01, }; const struct IrCode code_eu087Code = { freq_to_timerval(38462), 24, // # of pairs 2, // # of bits per index code_eu087Times, code_eu087Codes }; const uint16_t code_eu088Times[] = { 14, 491, 14, 743, 14, 4874, }; const uint8_t code_eu088Codes[] = { 0x45, 0x54, 0x42, 0x45, 0x54, 0x41, }; const struct IrCode code_eu088Code = { freq_to_timerval(38462), 24, // # of pairs 2, // # of bits per index code_eu088Times, code_eu088Codes }; /* Duplicate timing table, same as na021 ! const uint16_t code_eu089Times[] = { 48, 52, 48, 160, 48, 400, 48, 2335, 799, 400, }; */ const uint8_t code_eu089Codes[] = { 0x84, 0x10, 0x40, 0x08, 0x82, 0x08, 0x01, 0xC2, 0x08, 0x20, 0x04, 0x41, 0x04, 0x00, 0x40, }; const struct IrCode code_eu089Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na021Times, code_eu089Codes }; const uint16_t code_eu090Times[] = { 3, 9, 3, 19, 3, 29, 3, 39, 3, 9968, }; const uint8_t code_eu090Codes[] = { 0x60, 0x00, 0x88, 0x00, 0x02, 0xE3, 0x00, 0x04, 0x40, 0x00, 0x16, }; const struct IrCode code_eu090Code = { 0, // Non-pulsed code 29, // # of pairs 3, // # of bits per index code_eu090Times, code_eu090Codes }; const uint16_t code_eu091Times[] = { 15, 138, 15, 446, 15, 605, 15, 6565, }; const uint8_t code_eu091Codes[] = { 0x80, 0x01, 0x00, 0x2E, 0x00, 0x04, 0x00, 0xA0, }; const struct IrCode code_eu091Code = { freq_to_timerval(38462), 30, // # of pairs 2, // # of bits per index code_eu091Times, code_eu091Codes }; const uint16_t code_eu092Times[] = { 48, 50, 48, 148, 48, 149, 48, 1424, }; const uint8_t code_eu092Codes[] = { 0x48, 0x80, 0x0E, 0x22, 0x00, 0x10, }; const struct IrCode code_eu092Code = { freq_to_timerval(40000), 22, // # of pairs 2, // # of bits per index code_eu092Times, code_eu092Codes }; const uint16_t code_eu093Times[] = { 87, 639, 88, 275, 88, 639, }; const uint8_t code_eu093Codes[] = { 0x15, 0x9A, 0x94, }; const struct IrCode code_eu093Code = { freq_to_timerval(35714), 11, // # of pairs 2, // # of bits per index code_eu093Times, code_eu093Codes }; const uint16_t code_eu094Times[] = { 3, 8, 3, 18, 3, 24, 3, 38, 3, 9969, }; const uint8_t code_eu094Codes[] = { 0x60, 0x80, 0x88, 0x00, 0x00, 0xE3, 0x04, 0x04, 0x40, 0x00, 0x06, }; const struct IrCode code_eu094Code = { 0, // Non-pulsed code 29, // # of pairs 3, // # of bits per index code_eu094Times, code_eu094Codes }; /* Duplicate timing table, same as eu046 ! const uint16_t code_eu095Times[] = { 15, 493, 16, 493, 16, 698, 16, 1414, }; */ const uint8_t code_eu095Codes[] = { 0x2A, 0xAB, 0x6A, 0xAA, }; const struct IrCode code_eu095Code = { freq_to_timerval(34483), 16, // # of pairs 2, // # of bits per index code_eu046Times, code_eu095Codes }; const uint16_t code_eu096Times[] = { 13, 608, 14, 141, 14, 296, 14, 451, 14, 606, 14, 608, 14, 6207, }; const uint8_t code_eu096Codes[] = { 0x04, 0x94, 0x4B, 0x24, 0x95, 0x35, 0x24, 0xA2, 0x59, 0x24, 0xA8, 0x40, }; const struct IrCode code_eu096Code = { freq_to_timerval(38462), 30, // # of pairs 3, // # of bits per index code_eu096Times, code_eu096Codes }; /* Duplicate timing table, same as eu046 ! const uint16_t code_eu097Times[] = { 15, 493, 16, 493, 16, 698, 16, 1414, }; */ const uint8_t code_eu097Codes[] = { 0x19, 0xAB, 0x59, 0xA9, }; const struct IrCode code_eu097Code = { freq_to_timerval(34483), 16, // # of pairs 2, // # of bits per index code_eu046Times, code_eu097Codes }; const uint16_t code_eu098Times[] = { 3, 8, 3, 18, 3, 28, 3, 12731, }; const uint8_t code_eu098Codes[] = { 0x80, 0x01, 0x00, 0xB8, 0x55, 0x10, 0x08, }; const struct IrCode code_eu098Code = { 0, // Non-pulsed code 27, // # of pairs 2, // # of bits per index code_eu098Times, code_eu098Codes }; const uint16_t code_eu099Times[] = { 46, 53, 46, 106, 46, 260, 46, 1502, 46, 10962, 93, 53, 93, 106, }; const uint8_t code_eu099Codes[] = { 0x46, 0x80, 0x00, 0x00, 0x00, 0x03, 0x44, 0x52, 0x00, 0x00, 0x0C, 0x22, 0x22, 0x90, 0x00, 0x00, 0x60, 0x80, }; const struct IrCode code_eu099Code = { freq_to_timerval(35714), 46, // # of pairs 3, // # of bits per index code_eu099Times, code_eu099Codes }; /* Duplicate timing table, same as eu098 ! const uint16_t code_eu100Times[] = { 3, 8, 3, 18, 3, 28, 3, 12731, }; */ const uint8_t code_eu100Codes[] = { 0x80, 0x04, 0x00, 0xB8, 0x55, 0x40, 0x08, }; const struct IrCode code_eu100Code = { 0, // Non-pulsed code 27, // # of pairs 2, // # of bits per index code_eu098Times, code_eu100Codes }; const uint16_t code_eu101Times[] = { 14, 491, 14, 743, 14, 4674, }; const uint8_t code_eu101Codes[] = { 0x55, 0x50, 0x06, 0x55, 0x50, 0x05, }; const struct IrCode code_eu101Code = { freq_to_timerval(38462), 24, // # of pairs 2, // # of bits per index code_eu101Times, code_eu101Codes }; /* Duplicate timing table, same as eu087 ! const uint16_t code_eu102Times[] = { 14, 491, 14, 743, 14, 5126, }; */ const uint8_t code_eu102Codes[] = { 0x45, 0x54, 0x02, 0x45, 0x54, 0x01, }; const struct IrCode code_eu102Code = { freq_to_timerval(38462), 24, // # of pairs 2, // # of bits per index code_eu087Times, code_eu102Codes }; const uint16_t code_eu103Times[] = { 44, 815, 45, 528, 45, 815, 45, 5000, }; const uint8_t code_eu103Codes[] = { 0x29, 0x9A, 0x9B, 0xA9, 0x9A, 0x9A, }; const struct IrCode code_eu103Code = { freq_to_timerval(34483), 24, // # of pairs 2, // # of bits per index code_eu103Times, code_eu103Codes }; const uint16_t code_eu104Times[] = { 14, 491, 14, 743, 14, 5881, }; const uint8_t code_eu104Codes[] = { 0x44, 0x40, 0x02, 0x44, 0x40, 0x01, }; const struct IrCode code_eu104Code = { freq_to_timerval(38462), 24, // # of pairs 2, // # of bits per index code_eu104Times, code_eu104Codes }; /* Duplicate timing table, same as na009 ! const uint16_t code_eu105Times[] = { 53, 56, 53, 171, 53, 3950, 53, 9599, 898, 451, 900, 226, }; */ const uint8_t code_eu105Codes[] = { 0x84, 0x10, 0x00, 0x20, 0x90, 0x01, 0x00, 0x80, 0x40, 0x04, 0x12, 0x09, 0x2A, 0xBA, 0x40, }; const struct IrCode code_eu105Code = { freq_to_timerval(38610), 38, // # of pairs 3, // # of bits per index code_na009Times, code_eu105Codes }; const uint16_t code_eu106Times[] = { 48, 246, 50, 47, 50, 94, 50, 245, 50, 1488, 50, 10970, 100, 47, 100, 94, }; const uint8_t code_eu106Codes[] = { 0x0B, 0x12, 0x49, 0x24, 0x92, 0x49, 0x8D, 0x1C, 0x89, 0x27, 0xFC, 0xAB, 0x47, 0x22, 0x49, 0xFF, 0x2A, 0xD1, 0xC8, 0x92, 0x7F, 0xC9, 0x00, }; const struct IrCode code_eu106Code = { freq_to_timerval(38462), 59, // # of pairs 3, // # of bits per index code_eu106Times, code_eu106Codes }; const uint16_t code_eu107Times[] = { 16, 847, 16, 5900, 17, 559, 17, 846, 17, 847, }; const uint8_t code_eu107Codes[] = { 0x62, 0x08, 0xA0, 0x8A, 0x19, 0x04, 0x08, 0x40, 0x83, }; const struct IrCode code_eu107Code = { freq_to_timerval(33333), 24, // # of pairs 3, // # of bits per index code_eu107Times, code_eu107Codes }; const uint16_t code_eu108Times[] = { 14, 491, 14, 743, 14, 4622, }; const uint8_t code_eu108Codes[] = { 0x45, 0x54, 0x16, 0x45, 0x54, 0x15, }; const struct IrCode code_eu108Code = { freq_to_timerval(38462), 24, // # of pairs 2, // # of bits per index code_eu108Times, code_eu108Codes }; const uint16_t code_eu109Times[] = { 24, 185, 27, 78, 27, 183, 27, 1542, }; const uint8_t code_eu109Codes[] = { 0x19, 0x95, 0x5E, 0x66, 0x55, 0x50, }; const struct IrCode code_eu109Code = { freq_to_timerval(38462), 22, // # of pairs 2, // # of bits per index code_eu109Times, code_eu109Codes }; const uint16_t code_eu110Times[] = { 56, 55, 56, 168, 56, 4850, 447, 453, 448, 453, }; const uint8_t code_eu110Codes[] = { 0x64, 0x10, 0x00, 0x04, 0x10, 0x00, 0x00, 0x80, 0x00, 0x04, 0x12, 0x49, 0x2A, 0x10, 0x40, 0x00, 0x10, 0x40, 0x00, 0x02, 0x00, 0x00, 0x10, 0x49, 0x24, 0x90, }; const struct IrCode code_eu110Code = { freq_to_timerval(38462), 68, // # of pairs 3, // # of bits per index code_eu110Times, code_eu110Codes }; const uint16_t code_eu111Times[] = { 49, 52, 49, 250, 49, 252, 49, 2377, 49, 12009, 100, 52, 100, 102, }; const uint8_t code_eu111Codes[] = { 0x22, 0x80, 0x1A, 0x18, 0x01, 0x10, 0xC0, 0x02, }; const struct IrCode code_eu111Code = { freq_to_timerval(31250), 21, // # of pairs 3, // # of bits per index code_eu111Times, code_eu111Codes }; const uint16_t code_eu112Times[] = { 55, 55, 55, 167, 55, 5023, 55, 9506, 448, 445, 450, 444, }; const uint8_t code_eu112Codes[] = { 0x80, 0x02, 0x00, 0x00, 0x02, 0x00, 0x04, 0x92, 0x00, 0x00, 0x00, 0x49, 0x2A, 0x97, 0x48, }; const struct IrCode code_eu112Code = { freq_to_timerval(38462), 40, // # of pairs 3, // # of bits per index code_eu112Times, code_eu112Codes }; /* Duplicate timing table, same as eu054 ! const uint16_t code_eu113Times[] = { 49, 53, 49, 104, 49, 262, 49, 264, 49, 8030, 100, 103, }; */ const uint8_t code_eu113Codes[] = { 0x46, 0x80, 0x23, 0x34, 0x00, 0x80, }; const struct IrCode code_eu113Code = { freq_to_timerval(31250), 14, // # of pairs 3, // # of bits per index code_eu054Times, code_eu113Codes }; /* Duplicate timing table, same as eu028 ! const uint16_t code_eu114Times[] = { 47, 267, 50, 55, 50, 110, 50, 265, 50, 2055, 50, 12117, 100, 57, }; */ const uint8_t code_eu114Codes[] = { 0x04, 0x92, 0x49, 0x26, 0x34, 0x71, 0x44, 0x9A, 0xD1, 0xC5, 0x12, 0x48, }; const struct IrCode code_eu114Code = { freq_to_timerval(30303), 31, // # of pairs 3, // # of bits per index code_eu028Times, code_eu114Codes }; const uint16_t code_eu115Times[] = { 48, 98, 48, 196, 97, 836, 395, 388, 1931, 389, }; const uint8_t code_eu115Codes[] = { 0x84, 0x92, 0x01, 0x24, 0x12, 0x00, 0x04, 0x80, 0x08, 0x09, 0x92, 0x48, 0x04, 0x90, 0x48, 0x00, 0x12, 0x00, 0x20, 0x26, 0x49, 0x20, 0x12, 0x41, 0x20, 0x00, 0x48, 0x00, 0x82, }; const struct IrCode code_eu115Code = { freq_to_timerval(58824), 77, // # of pairs 3, // # of bits per index code_eu115Times, code_eu115Codes }; const uint16_t code_eu116Times[] = { 3, 9, 3, 31, 3, 42, 3, 10957, }; const uint8_t code_eu116Codes[] = { 0x80, 0x01, 0x00, 0x2E, 0x00, 0x04, 0x00, 0x80, }; const struct IrCode code_eu116Code = { 0, // Non-pulsed code 29, // # of pairs 2, // # of bits per index code_eu116Times, code_eu116Codes }; const uint16_t code_eu117Times[] = { 49, 53, 49, 262, 49, 264, 49, 8030, 100, 103, }; const uint8_t code_eu117Codes[] = { 0x22, 0x00, 0x1A, 0x10, 0x00, 0x40, }; const struct IrCode code_eu117Code = { freq_to_timerval(31250), 14, // # of pairs 3, // # of bits per index code_eu117Times, code_eu117Codes }; const uint16_t code_eu118Times[] = { 44, 815, 45, 528, 45, 815, 45, 4713, }; const uint8_t code_eu118Codes[] = { 0x2A, 0x9A, 0x9B, 0xAA, 0x9A, 0x9A, }; const struct IrCode code_eu118Code = { freq_to_timerval(34483), 24, // # of pairs 2, // # of bits per index code_eu118Times, code_eu118Codes }; const uint16_t code_eu119Times[] = { 14, 491, 14, 743, 14, 5430, }; const uint8_t code_eu119Codes[] = { 0x44, 0x44, 0x02, 0x44, 0x44, 0x01, }; const struct IrCode code_eu119Code = { freq_to_timerval(38462), 24, // # of pairs 2, // # of bits per index code_eu119Times, code_eu119Codes }; const uint16_t code_eu120Times[] = { 19, 78, 21, 27, 21, 77, 21, 3785, 22, 0, }; const uint8_t code_eu120Codes[] = { 0x09, 0x24, 0x92, 0x49, 0x12, 0x4A, 0x24, 0x92, 0x49, 0x24, 0x92, 0x49, 0x24, 0x94, 0x89, 0x69, 0x24, 0x92, 0x49, 0x22, 0x49, 0x44, 0x92, 0x49, 0x24, 0x92, 0x49, 0x24, 0x92, 0x91, 0x30, }; const struct IrCode code_eu120Code = { freq_to_timerval(38462), 82, // # of pairs 3, // # of bits per index code_eu120Times, code_eu120Codes }; /* Duplicate timing table, same as eu051 ! const uint16_t code_eu121Times[] = { 84, 88, 84, 261, 84, 3360, 347, 347, 347, 348, }; */ const uint8_t code_eu121Codes[] = { 0x64, 0x00, 0x09, 0x24, 0x00, 0x09, 0x24, 0x00, 0x09, 0x2A, 0x10, 0x00, 0x24, 0x90, 0x00, 0x24, 0x90, 0x00, 0x24, 0x90, }; const struct IrCode code_eu121Code = { freq_to_timerval(38462), 52, // # of pairs 3, // # of bits per index code_eu051Times, code_eu121Codes }; /* Duplicate timing table, same as eu120 ! const uint16_t code_eu122Times[] = { 19, 78, 21, 27, 21, 77, 21, 3785, 22, 0, }; */ const uint8_t code_eu122Codes[] = { 0x04, 0xA4, 0x92, 0x49, 0x22, 0x49, 0x48, 0x92, 0x49, 0x24, 0x92, 0x49, 0x24, 0x94, 0x89, 0x68, 0x94, 0x92, 0x49, 0x24, 0x49, 0x29, 0x12, 0x49, 0x24, 0x92, 0x49, 0x24, 0x92, 0x91, 0x30, }; const struct IrCode code_eu122Code = { freq_to_timerval(38462), 82, // # of pairs 3, // # of bits per index code_eu120Times, code_eu122Codes }; const uint16_t code_eu123Times[] = { 13, 490, 13, 741, 13, 742, 13, 5443, }; const uint8_t code_eu123Codes[] = { 0x6A, 0xA0, 0x0B, 0xAA, 0xA0, 0x09, }; const struct IrCode code_eu123Code = { freq_to_timerval(40000), 24, // # of pairs 2, // # of bits per index code_eu123Times, code_eu123Codes }; const uint16_t code_eu124Times[] = { 50, 54, 50, 158, 50, 407, 50, 2153, 843, 407, }; const uint8_t code_eu124Codes[] = { 0x80, 0x10, 0x40, 0x08, 0x92, 0x48, 0x01, 0xC0, 0x08, 0x20, 0x04, 0x49, 0x24, 0x00, 0x00, }; const struct IrCode code_eu124Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_eu124Times, code_eu124Codes }; const uint16_t code_eu125Times[] = { 55, 56, 55, 168, 55, 3929, 56, 0, 882, 454, 884, 452, }; const uint8_t code_eu125Codes[] = { 0x84, 0x80, 0x00, 0x20, 0x82, 0x49, 0x00, 0x02, 0x00, 0x04, 0x90, 0x49, 0x2A, 0x92, 0x00, 0x00, 0x82, 0x09, 0x24, 0x00, 0x08, 0x00, 0x12, 0x41, 0x24, 0xB0, }; const struct IrCode code_eu125Code = { freq_to_timerval(38462), 68, // # of pairs 3, // # of bits per index code_eu125Times, code_eu125Codes }; /* Duplicate timing table, same as na004 ! const uint16_t code_eu126Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ const uint8_t code_eu126Codes[] = { 0xA0, 0x00, 0x00, 0x04, 0x92, 0x49, 0x20, 0x00, 0x00, 0x04, 0x92, 0x49, 0x2B, 0x3D, 0x00, }; const struct IrCode code_eu126Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_eu126Codes }; /* Duplicate timing table, same as eu087 ! const uint16_t code_eu127Times[] = { 14, 491, 14, 743, 14, 5126, }; */ const uint8_t code_eu127Codes[] = { 0x44, 0x40, 0x56, 0x44, 0x40, 0x55, }; const struct IrCode code_eu127Code = { freq_to_timerval(38462), 24, // # of pairs 2, // # of bits per index code_eu087Times, code_eu127Codes }; const uint16_t code_eu128Times[] = { 152, 471, 154, 156, 154, 469, 154, 782, 154, 2947, }; const uint8_t code_eu128Codes[] = { 0x05, 0xC4, 0x59, }; const struct IrCode code_eu128Code = { freq_to_timerval(41667), 8, // # of pairs 3, // # of bits per index code_eu128Times, code_eu128Codes }; const uint16_t code_eu129Times[] = { 50, 50, 50, 99, 50, 251, 50, 252, 50, 1449, 50, 11014, 102, 49, 102, 98, }; const uint8_t code_eu129Codes[] = { 0x47, 0x00, 0x00, 0x00, 0x00, 0x00, 0x8C, 0x8C, 0x40, 0x03, 0xF1, 0xEB, 0x23, 0x10, 0x00, 0xFC, 0x74, }; const struct IrCode code_eu129Code = { freq_to_timerval(38462), 45, // # of pairs 3, // # of bits per index code_eu129Times, code_eu129Codes }; /* Duplicate timing table, same as eu129 ! const uint16_t code_eu130Times[] = { 50, 50, 50, 99, 50, 251, 50, 252, 50, 1449, 50, 11014, 102, 49, 102, 98, }; */ const uint8_t code_eu130Codes[] = { 0x47, 0x00, 0x00, 0x00, 0x00, 0x00, 0x8C, 0x8C, 0x40, 0x03, 0xE3, 0xEB, 0x23, 0x10, 0x00, 0xF8, 0xF4, }; const struct IrCode code_eu130Code = { freq_to_timerval(38462), 45, // # of pairs 3, // # of bits per index code_eu129Times, code_eu130Codes }; const uint16_t code_eu131Times[] = { 14, 491, 14, 743, 14, 4170, }; const uint8_t code_eu131Codes[] = { 0x55, 0x55, 0x42, 0x55, 0x55, 0x41, }; const struct IrCode code_eu131Code = { freq_to_timerval(38462), 24, // # of pairs 2, // # of bits per index code_eu131Times, code_eu131Codes }; /* Duplicate timing table, same as eu069 ! const uint16_t code_eu132Times[] = { 4, 499, 4, 750, 4, 4999, }; */ const uint8_t code_eu132Codes[] = { 0x05, 0x50, 0x06, 0x05, 0x50, 0x04, }; const struct IrCode code_eu132Code = { 0, // Non-pulsed code 23, // # of pairs 2, // # of bits per index code_eu069Times, code_eu132Codes }; /* Duplicate timing table, same as eu071 ! const uint16_t code_eu133Times[] = { 14, 491, 14, 743, 14, 4422, }; */ const uint8_t code_eu133Codes[] = { 0x55, 0x54, 0x12, 0x55, 0x54, 0x11, }; const struct IrCode code_eu133Code = { freq_to_timerval(38462), 24, // # of pairs 2, // # of bits per index code_eu071Times, code_eu133Codes }; const uint16_t code_eu134Times[] = { 13, 490, 13, 741, 13, 742, 13, 5939, }; const uint8_t code_eu134Codes[] = { 0x40, 0x0A, 0x83, 0x80, 0x0A, 0x81, }; const struct IrCode code_eu134Code = { freq_to_timerval(40000), 24, // # of pairs 2, // # of bits per index code_eu134Times, code_eu134Codes }; const uint16_t code_eu135Times[] = { 6, 566, 6, 851, 6, 5188, }; const uint8_t code_eu135Codes[] = { 0x54, 0x45, 0x46, 0x54, 0x45, 0x44, }; const struct IrCode code_eu135Code = { 0, // Non-pulsed code 23, // # of pairs 2, // # of bits per index code_eu135Times, code_eu135Codes }; /* Duplicate timing table, same as na004 ! const uint16_t code_eu136Times[] = { 55, 57, 55, 170, 55, 3949, 55, 9623, 56, 0, 898, 453, 900, 226, }; */ const uint8_t code_eu136Codes[] = { 0xA0, 0x00, 0x00, 0x04, 0x92, 0x49, 0x24, 0x00, 0x00, 0x00, 0x92, 0x49, 0x2B, 0x3D, 0x00, }; const struct IrCode code_eu136Code = { freq_to_timerval(38462), 38, // # of pairs 3, // # of bits per index code_na004Times, code_eu136Codes }; const uint16_t code_eu137Times[] = { 86, 91, 87, 90, 87, 180, 87, 8868, 88, 0, 174, 90, }; const uint8_t code_eu137Codes[] = { 0x14, 0x95, 0x4A, 0x35, 0x9A, 0x4A, 0xA5, 0x1B, 0x00, }; const struct IrCode code_eu137Code = { freq_to_timerval(35714), 22, // # of pairs 3, // # of bits per index code_eu137Times, code_eu137Codes }; const uint16_t code_eu138Times[] = { 4, 1036, 4, 1507, 4, 3005, }; const uint8_t code_eu138Codes[] = { 0x05, 0x60, 0x54, }; const struct IrCode code_eu138Code = { 0, // Non-pulsed code 11, // # of pairs 2, // # of bits per index code_eu138Times, code_eu138Codes }; const uint16_t code_eu139Times[] = { 0, 0, 14, 141, 14, 452, 14, 607, 14, 6310, }; const uint8_t code_eu139Codes[] = { 0x64, 0x92, 0x4A, 0x24, 0x92, 0xE3, 0x24, 0x92, 0x51, 0x24, 0x96, 0x00, }; const struct IrCode code_eu139Code = { 0, // Non-pulsed code 30, // # of pairs 3, // # of bits per index code_eu139Times, code_eu139Codes }; const uint16_t code_eu140Times[] = { 448, 448, 56, 168, 56, 56, 56, 4526, }; const uint8_t code_eu140Codes[] = { 0x15, 0xAA, 0x95, 0xAA, 0xAA, 0x5A, 0x55, 0xA5, 0xB1, 0x5A, 0xA9, 0x5A, 0xAA, 0xA5, 0xA5, 0x5A, 0x5B, }; const struct IrCode code_eu140Code = { freq_to_timerval(38462), 68, // # of pairs 2, // # of bits per index code_eu140Times, code_eu140Codes }; //////////////////////////////////////////////////////////////// //const array (called "NApowerCodes") of const pointers to IrCode structs //-otherwise stated: "declare NApowerCodes as array of const pointers to const IrCode structs" //-to confirm this, go to http://cdecl.org/ and paste "const int* const NApowerCodes[]", and you'll // see it means "declare NApowerCodes as array of const pointer to const int" const IrCode* const NApowerCodes[] = { &code_na000Code, &code_na001Code, &code_na002Code, &code_na003Code, &code_na004Code, &code_na005Code, &code_na006Code, &code_na007Code, &code_na008Code, &code_na009Code, &code_na010Code, &code_na011Code, &code_na012Code, &code_na013Code, &code_na014Code, &code_na015Code, &code_na016Code, &code_na017Code, &code_na018Code, &code_na019Code, &code_na020Code, &code_na021Code, &code_na022Code, &code_na023Code, &code_na024Code, &code_na025Code, &code_na026Code, &code_na027Code, &code_na028Code, &code_na029Code, &code_na030Code, &code_na031Code, &code_na032Code, &code_na033Code, &code_na034Code, &code_na035Code, &code_na036Code, &code_na037Code, &code_na038Code, &code_na039Code, &code_na040Code, &code_na041Code, &code_na042Code, &code_na043Code, &code_na044Code, &code_na045Code, &code_na046Code, &code_na047Code, &code_na048Code, &code_na049Code, &code_na050Code, &code_na051Code, &code_na052Code, &code_na053Code, &code_na054Code, &code_na055Code, &code_na056Code, &code_na057Code, &code_na058Code, &code_na059Code, &code_na060Code, &code_na061Code, &code_na062Code, &code_na063Code, &code_na064Code, &code_na065Code, &code_na066Code, &code_na067Code, &code_na068Code, &code_na069Code, &code_na070Code, &code_na071Code, &code_na072Code, &code_na073Code, &code_na074Code, &code_na075Code, &code_na076Code, &code_na077Code, &code_na078Code, &code_na079Code, &code_na080Code, &code_na081Code, &code_na082Code, &code_na083Code, &code_na084Code, &code_na085Code, &code_na086Code, &code_na087Code, &code_na088Code, &code_na089Code, &code_na090Code, &code_na091Code, &code_na092Code, &code_na093Code, &code_na094Code, &code_na095Code, &code_na096Code, &code_na097Code, &code_na098Code, &code_na099Code, &code_na100Code, &code_na101Code, &code_na102Code, &code_na103Code, &code_na104Code, &code_na105Code, &code_na106Code, &code_na107Code, &code_na108Code, &code_na109Code, &code_na110Code, &code_na111Code, &code_na112Code, &code_na113Code, &code_na114Code, &code_na115Code, &code_na116Code, &code_na117Code, &code_na118Code, &code_na119Code, &code_na120Code, &code_na121Code, &code_na122Code, &code_na123Code, &code_na124Code, &code_na125Code, &code_na126Code, &code_na127Code, &code_na128Code, &code_na129Code, &code_na130Code, &code_na131Code, &code_na132Code, &code_na133Code, &code_na134Code, &code_na135Code, &code_na136Code, }; const IrCode* const EUpowerCodes[] = { &code_eu000Code, &code_eu001Code, &code_eu002Code, &code_na000Code, // same as &code_eu003Code &code_eu004Code, &code_eu005Code, &code_eu006Code, // toggle power, &code_eu140Code turns it off again &code_eu007Code, &code_eu008Code, &code_na005Code, // same as &code_eu009Code &code_na004Code, // same as &code_eu010Code &code_eu011Code, &code_eu012Code, &code_eu013Code, &code_na021Code, // same as &code_eu014Code &code_eu015Code, &code_eu016Code, &code_eu017Code, &code_eu018Code, &code_eu019Code, &code_eu020Code, &code_eu021Code, &code_eu022Code, &code_na022Code, // same as &code_eu023Code &code_eu024Code, &code_eu025Code, &code_eu026Code, &code_eu140Code, // counters &code_eu006Code (toggle), so out of order &code_eu027Code, &code_eu028Code, &code_eu029Code, &code_eu030Code, &code_eu031Code, &code_eu032Code, &code_eu033Code, &code_eu034Code, //&code_eu035Code, same as eu009 &code_eu036Code, &code_eu037Code, &code_eu038Code, &code_eu039Code, &code_eu040Code, &code_eu041Code, &code_eu042Code, &code_eu043Code, &code_eu044Code, &code_eu045Code, &code_eu046Code, &code_eu047Code, &code_eu048Code, &code_eu049Code, &code_eu050Code, &code_eu051Code, &code_eu052Code, &code_eu053Code, &code_eu054Code, &code_eu055Code, &code_eu056Code, //&code_eu057Code, same as eu008 &code_eu058Code, &code_eu059Code, &code_eu060Code, &code_eu061Code, &code_eu062Code, &code_eu063Code, &code_eu064Code, &code_eu065Code, &code_eu066Code, &code_eu067Code, &code_eu068Code, &code_eu069Code, &code_eu070Code, &code_eu071Code, &code_eu072Code, &code_eu073Code, &code_eu074Code, &code_eu075Code, &code_eu076Code, &code_eu077Code, &code_eu078Code, &code_eu079Code, &code_eu080Code, &code_eu081Code, &code_eu082Code, &code_eu083Code, &code_eu084Code, &code_eu085Code, &code_eu086Code, &code_eu087Code, &code_eu088Code, &code_eu089Code, &code_eu090Code, &code_eu091Code, &code_eu092Code, &code_eu093Code, &code_eu094Code, &code_eu095Code, &code_eu096Code, &code_eu097Code, &code_eu098Code, &code_eu099Code, &code_eu100Code, &code_eu101Code, &code_eu102Code, &code_eu103Code, &code_eu104Code, &code_eu105Code, &code_eu106Code, &code_eu107Code, &code_eu108Code, &code_eu109Code, &code_eu110Code, &code_eu111Code, &code_eu112Code, &code_eu113Code, &code_eu114Code, &code_eu115Code, &code_eu116Code, &code_eu117Code, &code_eu118Code, &code_eu119Code, &code_eu120Code, &code_eu121Code, &code_eu122Code, &code_eu123Code, &code_eu124Code, &code_eu125Code, &code_eu126Code, &code_eu127Code, &code_eu128Code, &code_eu129Code, &code_eu130Code, &code_eu131Code, &code_eu132Code, &code_eu133Code, &code_eu134Code, &code_eu135Code, &code_eu136Code, &code_eu137Code, &code_eu138Code, &code_eu139Code, }; uint8_t num_NAcodes = NUM_ELEM(NApowerCodes); uint8_t num_EUcodes = NUM_ELEM(EUpowerCodes); ================================================ FILE: esp32-watch/infrared-tv-b-gone/main.h ================================================ /* Last Updated: 30 Mar. 2018 By Anton Grimpelhuber (anton.grimpelhuber@gmail.com) */ // The TV-B-Gone for Arduino can use either the EU (European Union) or the NA (North America) database of POWER CODES // EU is for Europe, Middle East, Australia, New Zealand, and some countries in Africa and South America // NA is for North America, Asia, and the rest of the world not covered by EU // Two regions! #define NA 1 //set by a HIGH on REGIONSWITCH pin #define EU 0 //set by a LOW on REGIONSWITCH pin // What pins do what #define LED 99 //LED indicator pin (built-in LED) #define IRLED 13 //the IR sender LED / D5 on wemos D1 mini #define TRIGGER 12 //the button pin / D6 on wemos D1 mini #define REGIONSWITCH 5 //HIGH (1) = NA, LOW (0) = EU; Pin 5 / D1 (REGIONSWITCH) is HIGH (via in input pullup resistor) for North America, or you (the user) must wire it to ground to set the codes for Europe. // Lets us calculate the size of the NA/EU databases #define NUM_ELEM(x) (sizeof (x) / sizeof (*(x))); // set define to 0 to turn off debug output #define DEBUG 0 #define DEBUGP(x) if (DEBUG == 1) { x ; } // Shortcut to insert single, non-optimized-out nop #define NOP __asm__ __volatile__ ("nop") // Not used any more on esp8266, so don't bother // Tweak this if neccessary to change timing // -for 8MHz Arduinos, a good starting value is 11 // -for 16MHz Arduinos, a good starting value is 25 #define DELAY_CNT 25 // Makes the codes more readable. the OCRA is actually // programmed in terms of 'periods' not 'freqs' - that // is, the inverse! // #define freq_to_timerval(x) (F_CPU / 8 / x - 1) #define freq_to_timerval(x) (x / 1000) // The structure of compressed code entries struct IrCode { uint8_t timer_val; uint8_t numpairs; uint8_t bitcompression; uint16_t const *times; uint8_t const *codes; }; ================================================ FILE: esp32-watch/morse.ino ================================================ /********* TTGO SmartWatch-2020 Morse Code Vibrator Even if they don't want it, much credit goes to https://create.arduino.cc/projecthub/electropeak/how-to-make-a-morse-code-translator-with-arduino-d6ecc8 and the great Rui Santos Complete project details at https://RandomNerdTutorials.com/esp32-esp8266-input-data-html-form/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. *********/ #include #include #include #include #define LILYGO_WATCH_2020_V1 #include TTGOClass *ttgo; AsyncWebServer server(80); // REPLACE WITH YOUR NETWORK CREDENTIALS const char* ssid = "xxxxxxx"; const char* password = "xxxxxxxxxxx"; const char* PARAM_INPUT_1 = "input1"; const int buz = 4; String code = ""; int len = 0; char ch; char new_char; int unit_delay = 150; // HTML web page to handle 3 input fields (input1, input2, input3) const char index_html[] PROGMEM = R"rawliteral( Send me a message
Message (20 chars max):

)rawliteral"; void notFound(AsyncWebServerRequest *request) { request->send(404, "text/plain", "Not found"); } void dot() { Serial.print("."); digitalWrite(buz, HIGH); delay(unit_delay); digitalWrite(buz, LOW); delay(unit_delay); } void dash() { Serial.print("-"); digitalWrite(buz, HIGH); delay(unit_delay * 3); digitalWrite(buz, LOW); delay(unit_delay); } void A() { dot(); delay(unit_delay); dash(); delay(unit_delay); } void B() { dash(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); } void C() { dash(); delay(unit_delay); dot(); delay(unit_delay); dash(); delay(unit_delay); dot(); delay(unit_delay); } void D() { dash(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); } void E() { dot(); delay(unit_delay); } void f() { dot(); delay(unit_delay); dot(); delay(unit_delay); dash(); delay(unit_delay); dot(); delay(unit_delay); } void G() { dash(); delay(unit_delay); dash(); delay(unit_delay); dot(); delay(unit_delay); } void H() { dot(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); } void I() { dot(); delay(unit_delay); dot(); delay(unit_delay); } void J() { dot(); delay(unit_delay); dash(); delay(unit_delay); dash(); delay(unit_delay); dash(); delay(unit_delay); } void K() { dash(); delay(unit_delay); dot(); delay(unit_delay); dash(); delay(unit_delay); } void L() { dot(); delay(unit_delay); dash(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); } void M() { dash(); delay(unit_delay); dash(); delay(unit_delay); } void N() { dash(); delay(unit_delay); dot(); delay(unit_delay); } void O() { dash(); delay(unit_delay); dash(); delay(unit_delay); dash(); delay(unit_delay); } void P() { dot(); delay(unit_delay); dash(); delay(unit_delay); dash(); delay(unit_delay); dot(); } void Q() { dash(); delay(unit_delay); dash(); delay(unit_delay); dot(); delay(unit_delay); dash(); delay(unit_delay); } void R() { dot(); delay(unit_delay); dash(); delay(unit_delay); dot(); delay(unit_delay); } void S() { dot(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); } void T() { dash(); delay(unit_delay); } void U() { dot(); delay(unit_delay); dot(); delay(unit_delay); dash(); delay(unit_delay); } void V() { dot(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); dash(); delay(unit_delay); } void W() { dot(); delay(unit_delay); dash(); delay(unit_delay); dash(); delay(unit_delay); } void X() { dash(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); dash(); delay(unit_delay); } void Y() { dash(); delay(unit_delay); dot(); delay(unit_delay); dash(); delay(unit_delay); dash(); delay(unit_delay); } void Z() { dash(); delay(unit_delay); dash(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); } void one() { dot(); delay(unit_delay); dash(); delay(unit_delay); dash(); delay(unit_delay); dash(); delay(unit_delay); dash(); delay(unit_delay); } void two() { dot(); delay(unit_delay); dot(); delay(unit_delay); dash(); delay(unit_delay); dash(); delay(unit_delay); dash(); delay(unit_delay); } void three() { dot(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); dash(); delay(unit_delay); dash(); delay(unit_delay); } void four() { dot(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); dash(); delay(unit_delay); } void five() { dot(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); } void six() { dash(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); } void seven() { dash(); delay(unit_delay); dash(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); } void eight() { dash(); delay(unit_delay); dash(); delay(unit_delay); dash(); delay(unit_delay); dot(); delay(unit_delay); dot(); delay(unit_delay); } void nine() { dash(); delay(unit_delay); dash(); delay(unit_delay); dash(); delay(unit_delay); dash(); delay(unit_delay); dot(); delay(unit_delay); } void zero() { dash(); delay(unit_delay); dash(); delay(unit_delay); dash(); delay(unit_delay); dash(); delay(unit_delay); dash(); delay(unit_delay); } void morse() { if (ch == 'A' || ch == 'a') { A(); Serial.print(" "); } else if (ch == 'B' || ch == 'b') { B(); Serial.print(" "); } else if (ch == 'C' || ch == 'c') { C(); Serial.print(" "); } else if (ch == 'D' || ch == 'd') { D(); Serial.print(" "); } else if (ch == 'E' || ch == 'e') { E(); Serial.print(" "); } else if (ch == 'f' || ch == 'f') { f(); Serial.print(" "); } else if (ch == 'G' || ch == 'g') { G(); Serial.print(" "); } else if (ch == 'H' || ch == 'h') { H(); Serial.print(" "); } else if (ch == 'I' || ch == 'i') { I(); Serial.print(" "); } else if (ch == 'J' || ch == 'j') { J(); Serial.print(" "); } else if (ch == 'K' || ch == 'k') { K(); Serial.print(" "); } else if (ch == 'L' || ch == 'l') { L(); Serial.print(" "); } else if (ch == 'M' || ch == 'm') { M(); Serial.print(" "); } else if (ch == 'N' || ch == 'n') { N(); Serial.print(" "); } else if (ch == 'O' || ch == 'o') { O(); Serial.print(" "); } else if (ch == 'P' || ch == 'p') { P(); Serial.print(" "); } else if (ch == 'Q' || ch == 'q') { Q(); Serial.print(" "); } else if (ch == 'R' || ch == 'r') { R(); Serial.print(" "); } else if (ch == 'S' || ch == 's') { S(); Serial.print(" "); } else if (ch == 'T' || ch == 't') { T(); Serial.print(" "); } else if (ch == 'U' || ch == 'u') { U(); Serial.print(" "); } else if (ch == 'V' || ch == 'v') { V(); Serial.print(" "); } else if (ch == 'W' || ch == 'w') { W(); Serial.print(" "); } else if (ch == 'X' || ch == 'x') { X(); Serial.print(" "); } else if (ch == 'Y' || ch == 'y') { Y(); Serial.print(" "); } else if (ch == 'Z' || ch == 'z') { Z(); Serial.print(" "); } else if (ch == '0') { zero(); Serial.print(" "); } else if (ch == '1') { one(); Serial.print(" "); } else if (ch == '2') { two(); Serial.print(" "); } else if (ch == '3') { three(); Serial.print(" "); } else if (ch == '4') { four(); Serial.print(" "); } else if (ch == '5') { five(); Serial.print(" "); } else if (ch == '6') { six(); Serial.print(" "); } else if (ch == '7') { seven(); Serial.print(" "); } else if (ch == '8') { eight(); Serial.print(" "); } else if (ch == '9') { nine(); Serial.print(" "); } else if(ch == ' ') { delay(unit_delay*7); Serial.print("/ "); } else Serial.println("Unknown symbol!"); } void String2Morse() { len = code.length(); for (int i = 0; i < len; i++) { ch = code.charAt(i); delay(10); morse(); } } void setup() { Serial.begin(115200); WiFi.mode(WIFI_STA); WiFi.begin(ssid, password); pinMode(buz, OUTPUT); digitalWrite(buz,LOW); if (WiFi.waitForConnectResult() != WL_CONNECTED) { Serial.println("WiFi Failed!"); return; } Serial.println(); Serial.print("IP Address: "); Serial.println(WiFi.localIP()); ttgo = TTGOClass::getWatch(); ttgo->begin(); ttgo->openBL(); ttgo->tft->fillScreen(TFT_BLACK); ttgo->tft->setTextSize(5); ttgo->tft->setTextColor(TFT_RED); String ip = WiFi.localIP().toString(); ttgo->tft->drawString(ip, 62, 90); // Send web page with input fields to client server.on("/", HTTP_GET, [](AsyncWebServerRequest *request){ request->send_P(200, "text/html", index_html); }); // Send a GET request to /get?input1= server.on("/get", HTTP_GET, [] (AsyncWebServerRequest *request) { String inputMessage; String inputParam; // GET input1 value on /get?input1= if (request->hasParam(PARAM_INPUT_1)) { inputMessage = request->getParam(PARAM_INPUT_1)->value(); inputParam = PARAM_INPUT_1; } else { inputMessage = "No message sent"; inputParam = "none"; } Serial.println(inputMessage); code = inputMessage; request->send(200, "text/html", "Sent: " + inputMessage + "
Return to Home Page"); inputMessage = ""; }); server.onNotFound(notFound); server.begin(); } void loop() { delay(30); if(code != ""){ String2Morse(); code = ""; digitalWrite(buz,LOW); } } ================================================ FILE: fb_sucks/index.php ================================================ 'Electronics', 'apparel' => 'Clothing', 'entertainment' => 'Entertainment', 'family' => 'Family', 'free' => 'Free', 'garden' => 'Home & Garden', 'home' => 'Home Goods', 'home-improvements' => 'Home Improvement', 'hobbies' => 'Hobbies', 'instruments' => 'Instrument', 'propertyforsale' => 'Property', 'sports' => 'Sporting Goods', 'toys' => 'Toys', 'vehicles' => 'Vehicles', ]; $searchTerm = ''; $category = ''; // Check if form is submitted if ($_SERVER['REQUEST_METHOD'] === 'POST') { // Get search term $searchTerm = isset($_POST['search']) ? $_POST['search'] : ''; // Get category $category = isset($_POST['custom_cat']) && !empty($_POST['custom_cat']) ? $_POST['custom_cat'] : (isset($_POST['category']) ? $_POST['category'] : ''); // Build query parameters $queryParams = []; $queryParams[] = 'deliveryMethod=local_pick_up'; $queryParams[] = 'query=' . urlencode($searchTerm); $queryParams[] = 'sortBy=distance_ascend'; if (isset($_POST['exact']) && $_POST['exact'] === 'on') { $queryParams[] = 'exact=true'; } // Build query string $queryString = implode('&', $queryParams); // Build URL $url = 'https://www.facebook.com/marketplace/'; if (!empty($category)) { $url .= 'category/' . $category . '/'; } $url .= '?' . $queryString; // Redirect to constructed URL header("Location: $url"); exit(); } ?> Facebook Search Sucks

Search Facebook Marketplace


Note: You REALLY want a category whether from the list or one you type in yourself.
>

Want to host your own version of this? Check out the Get the Code.

If you appreciate my work, feel free to donate at https://userspice.com/donate/.

================================================ FILE: fb_sucks/steps/01_template.html ================================================ Facebook Search Sucks

Let's fix it

================================================ FILE: fb_sucks/steps/02_base_search.html ================================================ Facebook Search Sucks

Search Facebook Marketplace

================================================ FILE: franklin-ace-1000/monochrome-mod.txt ================================================ The Franklin ACE 1000 didn’t originally support color, due to an Apple patent on the skeevy color-burst generation circuit. Franklin eventually worked around this by shipping a daughterboard that plugged into the character generator ROM socket and had a few flying leads to strategic spots on the motherboard. The daughterboard (aka “color board”) bypassed most of the motherboard’s video generation circuitry, and delivered a color video signal that was decidedly inferior to that of the Apple circuit. Prior to the introduction of the color board, it was common to add the missing components to the monochrome motherboard to replicate the Apple circuit. The procedure is somewhat laid out on page 57 of the “Franklin Service 1 of 2” PDF available on archive.org, but it omits a few very important bits. I have both a monochrome ACE 1000 (modified for Apple-ish color) and a color board ACE 1000. The video on the latter is, frankly, quite [crappy] in comparison to the former. I undertook to convert the color board ACE to mono, with an eye towards creating a kit to make conversion mostly painless. This is a write-up of my notes on converting a color ACE to mono. First, the color ACE removed a number of components from the motherboard — this makes sense, as the color board bypasses them and thus they were not populated. The following components will be needed: ZA4: 74LS166 ZA9: 74LS257 ZA10: 74LS151 ZA11: 74LS194 ZA12: 74LS74 ZB4: 74LS194 ZB9: 74LS194 RJ6: 2k 1/4-watt resistor RJ7: 1.5k 1/4-watt resistor Q3 2N2222 2716 or 2732 EPROM There will be small PCBs in the ZA4 and ZA9 sockets; remove them and replace with the appropriate IC. The Q3 footprint will have two wires soldered into the pads; remove the wires and replace with the transistor. RJ5 needs to be decoupled from ground. Don’t remove it completely, as the colorburst signal will eventually be fed into Q3 through it, just desolder that leg and lift it off the motherboard. The color board’s chargen EPROM will not work when plugged directly into the motherboard, as it’s a 2532 and thus not-pin-compatible with the motherboard’s 2716 socket. Burn the bottom 2k of the stock color board EPROM into a 2716 (or twice into a 2732) and use that on the motherboard. Side note: the lower half of the Franklin chargen EPROM data is byte-for-byte identical with the “Apple II+ – Lowercase Character Generator – 2716.bin” that Henry has made available at https://downloads.reactivemicro.com/Apple%20II%20Items/ROM_and_JEDEC/II_&_II+/. I should contact Henry and ask about the provenance of that binary — it would be interesting if it was originally sourced from Franklin gear. The upper half of the EPROM contains data that’s only valid in graphic mode (I haven’t reverse-engineered the color board to determine why that is) and can be safely omitted from the 2716/2732. Pin 1 on ZB14 needs to be isolated from pin 2 and connected to the color burst signal generated by the clock circuit. The easiest way to do that is to lift that pin and solder a flying wire to pin 3 on ZD1. A cleaner method would be to cut the trace between pins 1 and 2 on the bottom of the motherboard and run the wire underneath. At this point the ACE should be fully converted to monochrome-only video. The new color circuit should look like this: That circuit is a synthesis of the handwritten notes in the Franklin service manual, the color schematic in the Red Book, and what I found in my mono-modified ACE. I’m waiting on the 27uH choke and the variable capacitor to arrive before I can prototype this, but it’s relatively straightforward: the colorburst signal is picked up off pin 12 from ZB12, run through a LC filter, and fed into the output video amp, Q3 gates the colorburst signal by the state of TEXT/GR (picked up from pin 2 of ZB14), providing the “color killer” functionality added to the Apple ][+, the COLOREF signal from the clock generator is factored into the NOR gate I’ll update this post with the color circuit procedure when I have this nailed down. ================================================ FILE: frehd/GAL Chip - Latest/FreHD-ATF16V8B.JED ================================================  Device : ATF16V8B Created By: http://www.xgecu.com Date : 2022-09-15 16:47 *QP20 *QF2194 *G0 *F0 *L00000 01010111011110111011011101111010 *L01024 11111111111010111011011101101110 *L01056 11101111111110111011011101101010 *L01088 10111111111110111011011101101010 *L01120 11111011111110111011011101101010 *L01152 11111111101110111011011101101010 *L01280 11111111111110111011011101111010 *L01536 11111111111010111011011101111110 *L01568 11101111111110111011011101111010 *L01600 10111111111110111011011101111010 *L01632 11111011111110111011011101111010 *L01664 11111111101110111011011101111010 *L02112 00000000011100011111111111111111 *L02144 11111111111111111111111111111111 *L02176 111111111111111110 *C2E0D *8F5C ================================================ FILE: frehd/GAL Chip - Old Versions/gal16v8.jed ================================================  ADVANCED PLD 4.0 Device g16v8s Library DLIB-h-36-9 Created Fri Mar 30 17:29:31 2012 PLDDesign 1 1/18/2012 Protel International *QP20 *QF2194 *G0 *F0 *L00000 01010111011110111011011101111010 *L01024 11111111111010111011011101101110 *L01056 11101111111110111011011101101010 *L01088 10111111111110111011011101101010 *L01120 11111011111110111011011101101010 *L01152 11111111101110111011011101101010 *L01280 11111111111110111011011101111010 *L01536 11111111111010111011011101111110 *L01568 11101111111110111011011101111010 *L01600 10111111111110111011011101111010 *L01632 11111011111110111011011101111010 *L01664 11111111101110111011011101111010 *L02112 00000000011100011111111111111111 *L02144 11111111111111111111111111111111 *L02176 111111111111111110 *C2E0D *BAD1 ================================================ FILE: frehd/GAL Chip - Old Versions/gal16v8.lst ================================================ LISTING FOR LOGIC DESCRIPTION FILE: gal16v8.pld Page 1 ADVANCED PLD: Universal Compiler for Programmable Logic Copyright (c) 1998, Protel International Pty Ltd Created Fri Mar 30 17:29:31 2012 1:Name PLDDesign ; 2:Partno ; 3:Revision 1 ; 4:Date 1/18/2012 ; 5:Designer ; 6:Company Protel International ; 7:Assembly ; 8:Location ; 9:Device g16v8 ; 10:Format jedec ; 11: 12: 13:/** Inputs **/ 14:Pin [1..8] = [A0..7] ; 15:Pin 9 = !RD_N ; 16:Pin 18 = !WR_N ; 17:Pin 11 = !IORQ_N ; 18:Pin 12 = !PIC_WAIT_N ; 19: 20: 21:/* not used but connected */ 22:Pin 16 = BUS_INT_N ; 23:Pin 17 = SPARE1 ; 24: 25:/** Outputs **/ 26:Pin 13 = !PIC_SEL_N ; 27:Pin 19 = !STAT_OE_N ; 28:Pin 14 = !EXTIO_SEL_N ; 29:Pin 15 = !WAIT_N ; 30: 31: 32:/** Logic Equations **/ 33: 34:/* we are selected when address is 1100.... and IORQ is asserted */ 35:sel = A7 & A6 & !A5 & !A4 & IORQ_N ; 36: 37:/* status register is at address 11001111 */ 38:status = A3 & A2 & A1 & A0 ; 39:stat_sel = sel & status & RD_N ; 40:pic_sel = (sel & status & WR_N) # (sel & !status & (RD_N # WR_N)) ; 41: 42:/* the PIC handles all requests except reading the status */ 43:STAT_OE_N = stat_sel ; 44:PIC_SEL_N = pic_sel ; 45: 46:/* WAIT_N is generated by the PIC */ 47:WAIT_N = pic_sel & PIC_WAIT_N ; 48: 49:/* EXTIOSEL allows the TRS80 to read */ 50:EXTIO_SEL_N = sel & RD_N ; 51: 52: Jedec Fuse Checksum (2e0d) Jedec Transmit Checksum (bad1) ================================================ FILE: frehd/GAL Chip - Old Versions/gal16v8.pld ================================================ Name PLDDesign ; Partno ; Revision 1 ; Date 1/18/2012 ; Designer ; Company Protel International ; Assembly ; Location ; Device g16v8 ; Format jedec ; /** Inputs **/ Pin [1..8] = [A0..7] ; Pin 9 = !RD_N ; Pin 18 = !WR_N ; Pin 11 = !IORQ_N ; Pin 12 = !PIC_WAIT_N ; /* not used but connected */ Pin 16 = BUS_INT_N ; Pin 17 = SPARE1 ; /** Outputs **/ Pin 13 = !PIC_SEL_N ; Pin 19 = !STAT_OE_N ; Pin 14 = !EXTIO_SEL_N ; Pin 15 = !WAIT_N ; /** Logic Equations **/ /* we are selected when address is 1100.... and IORQ is asserted */ sel = A7 & A6 & !A5 & !A4 & IORQ_N ; /* status register is at address 11001111 */ status = A3 & A2 & A1 & A0 ; stat_sel = sel & status & RD_N ; pic_sel = (sel & status & WR_N) # (sel & !status & (RD_N # WR_N)) ; /* the PIC handles all requests except reading the status */ STAT_OE_N = stat_sel ; PIC_SEL_N = pic_sel ; /* WAIT_N is generated by the PIC */ WAIT_N = pic_sel & PIC_WAIT_N ; /* EXTIOSEL allows the TRS80 to read */ EXTIO_SEL_N = sel & RD_N ; ================================================ FILE: frehd/PIC Hex Files/FreHD_213.hex ================================================ :020000040000FA :0400000053EF00F0CA :020006000102F5 :0400080006EF04F00B :080018007F6603EF04F0F0A085 :100020002DD0F09080A80DD083CFDEFF80A603D026 :100030007E82800E29D88A8681A2FED795688A960C :10004000110080500F0B04E1010E8C6E956AF3D7FE :10005000080A04E1020E8C6E956AEDD70C0A04E1E1 :100060007DC08CFF956AE7D7080A04E17CC08CFF4D :10007000956AE1D74F0E8C6E956ADDD7F2A403D056 :10008000F2947B667B061100C96EC7A0FED78B80F9 :10009000C9508B901200DF38DEBC8F0FDF24DEBC2E :1000A000F90FCD0F12007F6A7E6A8EEC01F0FE0E12 :1000B000F66EFF0EF76EF86A0900F5507D627E8CD1 :1000C0000900F5507C627E8C7EBC26D0030EAA6EA1 :1000D000FE0EA96EA69EA69CA680A8507D627E8E6E :1000E000A92AA69EA69CA680A8507C627E8E7EBE73 :1000F00013D07F6800EF04F0030EAA6EFE0EA96E07 :100100007DC0A8FF040EA66EC3D8A92A7CC0A8FF94 :10011000040EA66EBDD8FF0094900F0EC16E8A9695 :100120009396F086F09CF19A8A9E939E8A9C939C6B :100130009496949A400EC76E210EC66E870ED56EA9 :10014000F194F28A120E7B6ED08E8A8E8A8C856B29 :10015000846B21EE00F0F28CF28E400E95DF7EB2C1 :1001600005D87EBCFCD77B66FAD7C6D77E9221EE37 :1001700000F0DE503A0A37E18EDF806F040F816FA6 :100180008ADF8027812FFCD7806726D021EE01F0FF :1001900082DF816F80DF836F7EDF826F7CDF866F1F :1001A000070B88EC01F0F5EF00F064EF01F0EAEFE7 :1001B00000F0EAEF00F05BEF01F0EAEF00F066EF2D :1001C00001F0EAEF00F040095FDF21EE00F01200DD :1001D000000EF9D7020EF7D7030EF5D77E84050E71 :1001E000F2D7010EF0D7040EEED77EB4F3D78551C7 :1001F000F1E1845105E033D88451F00A18E0EAD7E0 :100200008251F65C876F8351F75808E38713E6E164 :1002100042DF8107F56E7E8649D801D0F5680D0072 :10022000F6503F0BD8B424D88167EAD7D1D7A6B20D :10023000FED78451F008876F8351FC0B871185111D :10024000D0E18351AA6E8251A96E25DF8107A86E85 :10025000040EA66E1DD82AD88167E9D7B9D77EA625 :100260001200F5680D00F6503F0BFCE101D81200BA :100270007EA60CD07E960A00FF0EF65C070EF7589D :1002800004E37E8C840EA66E03D80900A66A1200D1 :10029000F29EF29C550EA76EAA0EA76EA682F28C55 :1002A000F28E0000A6B2FED7A6941200E86A822B56 :1002B0008323842312008105E82C95D7ECDE856F1B :1002C000EADE846F000E7FD7CADFFF0083298BE14F :1002D000825101E00FD07E8C000EF66E080EF76E94 :1002E000F86A940EA66ED4DF400EF626E86AF7226E :1002F000F8E16ED7A868AA6AA96A040EA66EC8DFDC :10030000A6B2FED7A93EF9D7AA2AAA50F6E160D72D :10031000E844E844FD26000EFE221200000EF66EB0 :10032000080EF76EF86A7C6A7D6A0900F55007D8F6 :10033000F750FF08FAE1F650FE08F7E112007C18CA :100340007D187D1A7D187C6E7D507D3A7D1A7D3238 :100350007DB0D8707DB2D8707DB4D8707D6E010E3E :10036000D8B07C1A400E7D32D8B07C1A7D347D1A0C :0A0370007D32800ED8B07C1A000C1C :06080000BEEF70F01200D3 :060806009CEF6CF01200F3 :04080C00F0900366FF :100810005DD080501F0B186205D08338070B0F6E18 :10082000106A1F0F62EC04F06BEF04F071EF04F03C :10083000A8EF04F09CEF04F081EF04F099EF04F0CE :10084000B8EF04F0A2EF04F06EEF04F090EF04F0C4 :1008500093EF04F09FEF04F08DEF04F096EF04F0B7 :10086000B8EF04F001EF05F001EF05F0C9EF04F077 :1008700055EF05F018EF05F0E3EF04F012EF05F087 :1008800064EF05F01FEF05F0B9EF04F001EF05F09C :1008900060EF05F01BEF05F02AEF05F015EF05F00E :1008A00064EF05F001EF05F030EF05F036EF05F0ED :1008B0003DEF05F04AEF05F051EF05F051EF05F07F :1008C0004AEF05F0E844E844FD26120080B899D0CC :1008D00004C08CFF95D00EC08CFF92D006C08CFF58 :1008E0008FD0E9CF49F0EACF4AF009EE00F010C00E :1008F000E9FFEFCF8CFF103E7FD0500EC96E046E23 :1009000076D0E9CF49F0EACF4AF00AEE00F015C000 :10091000E9FF152AEFCF8CFF6FD013C08CFF70D08A :1009200007C08CFF6DD012C08CFF6AD009C08CFF4D :1009300067D008C08CFF64D00AC08CFF61D00BC0A8 :100940008CFF5ED00C44E844E8440D108C6E58D007 :10095000020E166203D017C08CFF08D016C0A9FF84 :10096000AA6AA69EA69CA680A8CF8CFF162A48D06D :1009700048D08350066EE8B644D0056606D0510EC6 :10098000C96E046E100E076E42D0500EC96E046E12 :100990003ED00F50030A35E1E9CF49F0EACF4AF0E3 :1009A00009EE00F010C0E9FF83CFEFFF49C0E9FF77 :1009B0004AC0EAFF103E25D0820EC96E046E030EB7 :1009C000016E008424D0E9CF49F0EACF4AF00AEE64 :1009D00000F015C0E9FF83CFEFFF49C0E9FF4AC02F :1009E000EAFF152A135015620CD0400E62D0C7A042 :1009F000FED78B8000008B9049C0E9FF4AC0EAFF18 :100A0000956A8A8681A2FED795688A961100C7A04A :100A1000FED78B808A8681A2FED79568C9508B90BD :100A20008A96110083CF08F0ECD783CF09F0E9D77D :100A300083CF0AF0E6D78350030B0B6EE2D78344D3 :100A4000E838030B0C6E8350070B0D6E500EC96E09 :100A5000046EDDD7146A8350136ED3E1142AD1D704 :100A6000500EC96E046E0A6A0B6AD1D7820EC96E27 :100A7000046E020E016E0084CAD78350040B04E199 :100A8000580EC96E046EC3D7510EC96E046E040EA3 :100A9000076EBDD7820EC96E046E010E016E008412 :100AA000B6D7500EC96E046EB2D783CF11F0156A57 :100AB000800E1110016E820EC96E046E0084A7D7DD :0A0AC00083CF17F0166A9DD79CD76C :060ACA000100DAE100006A :080AD000CD0000000100000050 :080AD800D9CFE6FFDACFE6FFFB :100AE000E1CFD9FFE2CFDAFFE652E652E652E65214 :100AF000FC0EDBCFDEFFDBCFDDFFFA0EDBCF3DF000 :100B0000FB0EDBCF3EF0020E3DC0DBFF030E3EC00E :100B1000DBFFF80EDBCF1DF0F90EDBCF1EF0020E6F :100B20001D5C000E1E582BE3020EDBCFE9FF030E07 :100B3000DBCFEAFFEECF1DF0EFCF1EF0DECFE9FFF7 :100B4000DDCFEAFF1DC0EEFF1EC0EDFF020EDE2668 :100B5000000EDD22D950020FE96E000EDA20EA6E97 :100B6000020EEE26000EED22D950F80FE96EFF0EB0 :100B7000DA20EA6E020EEE5E000EED5ACAD7F80ECB :100B8000DBCF1DF0DB06F90EDBCF1EF001E2DB064A :100B90001D501E1017E0020EDBCFE9FFDB2A030E0B :100BA000DBCFEAFF01E3DB2AEF50E66EDFCFE9FFA0 :100BB000DF2A010EDBCFEAFF01E3DB2AE552E75033 :100BC000EF6EDDD7040EE15C02E2E16AE552E16E10 :100BD000E552E5CFDAFFE7CFD9FF1200D9CFE6FF24 :100BE000DACFE6FFE1CFD9FFE2CFDAFFE652E652F5 :100BF000FC0EDBCFDEFFDBCFDDFFF80EDBCF1DF021 :100C0000DB06F90EDBCF1EF001E2DB061D501E10E5 :100C10000CE0DFCFE9FFDF2A010EDBCFEAFF01E3C3 :100C2000DB2AFA0EDBCFEFFFE8D7E552E552E552BB :100C3000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF51 :100C4000E6FFE1CFD9FFE2CFDAFF060EE12402E3AF :100C5000E168E652E16EFC0EDBCFDEFFDBCFDDFFAD :100C6000FA0EDBCF3DF0FB0EDBCF3EF0020E3DC0B7 :100C7000DBFF030E3EC0DBFF040EDB6A050EDB6A02 :100C8000F80EDBCF1DF0DB06F90EDBCF1EF001E224 :100C9000DB061D501E1020E0DFCFE9FFDF2A010E2A :100CA000DBCFEAFF01E3DB2AEFCF21F0020EDBCF3F :100CB000E9FFDB2A030EDBCFEAFF01E3DB2AEF507B :100CC000215C1F6E206A040E1FC0DBFF050E20C0D2 :100CD000DBFF1F502010D4E0040EDBCF1DF0050E0B :100CE000DBCF1EF01DC0F3FF1EC0F4FF060EE15C5B :100CF00002E2E16AE552E16EE552E5CFDAFFE7CFC5 :100D0000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF56 :100D1000E2CFDAFFFC0EDBCFF6FFFD0EDBCFF7FFF5 :100D20000800F5501AE0FC0EDBCFF6FFFD0EDBCF1E :100D3000F7FF0800F5CF1DF01E6A1DBE1E68FA0EF3 :100D4000DB501D1803E1FB0EDB501E1806E0FC0E05 :100D5000DB2AFD0EDFE3DB2ADDD7FC0EDBCFF6FF5F :100D6000FD0EDBCFF7FF0800F5CF1DF01E6A1DBE9C :100D70001E681DC0F3FF1EC0F4FFE552E5CFDAFF89 :100D8000E7CFD9FF1200D9CFE6FFDACFE6FFE1CFF8 :100D9000D9FFE2CFDAFF060EE12402E3E168E65272 :100DA000E16EFC0EDBCFE9FFFD0EDBCFEAFF040EA8 :100DB000E926000EEA22EF5001E11ED1FC0EDBCF46 :100DC000E9FFFD0EDBCFEAFF2E0EE926000EEA2238 :100DD000EECFDFFF010EEECFDBFF020EEECFDBFF2B :100DE000030EEECFDBFF010EE66ED9CFE9FFDACFBF :100DF000EAFFEECFE6FFEECFE6FFEECFE6FFEFCF66 :100E0000E6FFFC0EDBCFE9FFFD0EDBCFEAFF320E83 :100E1000E926000EEA22E9CF1DF0EACF1EF0E9CF65 :100E2000E6FFEACFE6FFFC0EDBCFE9FFFD0EDBCFEE :100E3000EAFFEE52EF50E66E65EC5EF01F6E080EB4 :100E4000E15C02E2E16AE552E16E1F50000902E056 :100E5000010ED3D0FC0EDBCFE9FFFD0EDBCFEAFFA6 :100E6000040EE926000EEA22EF6AFC0EDBCFE9FF52 :100E7000FD0EDBCFEAFF220EE926000EEA22EECFBE :100E80001DF0EECF1EF0EECF1FF0EFCF20F0D9CF48 :100E9000E9FFDACFEAFF1D50EE5C1E50EE581F50FE :100EA000EE582050EE5801E2A7D0FC0EDBCFE9FF50 :100EB000FD0EDBCFEAFF1A0EE926000EEA22EECF86 :100EC00021F0EECF22F0EECF23F0EFCF24F0FC0E96 :100ED000DBCFE9FFFD0EDBCFEAFF220EE926000E95 :100EE000EA22EE502126EE502222EE502322EE502E :100EF0002422D9CFE9FFDACFEAFF2150EE5C22505D :100F0000EE582350EE582450EE5876E2FC0EDBCF1C :100F1000E9FFFD0EDBCFEAFF030EE926000EEA2211 :100F2000EF50E66ED950040FE96E000EDA20EA6E3B :100F3000E552E750EE6EED6A040EDBCF1DF0050EB4 :100F4000DBCF1EF0020E1D5C000E1E5855E3FC0E9A :100F5000DBCFE9FFFD0EDBCFEAFF1A0EE926000E1C :100F6000EA22EECF1DF0EECF1EF0EECF1FF0EFCF56 :100F700020F01D50DE261E50DE221F50DE222050A3 :100F8000DD22DD52DD52010EE66ED9CFE9FFDACF68 :100F9000EAFFEECFE6FFEECFE6FFEECFE6FFEFCFC4 :100FA000E6FFFC0EDBCFE9FFFD0EDBCFEAFF320EE2 :100FB000E926000EEA22E9CF1DF0EACF1EF0E9CFC4 :100FC000E6FFEACFE6FFFC0EDBCFE9FFFD0EDBCF4D :100FD000EAFFEE52EF50E66E65EC5EF01F6E080E13 :100FE000E15C02E2E16AE552E16E1F50040EDB06AD :100FF000050EA2E2DB06A0D7000E1D6E060EE15C18 :1010000002E2E16AE552E16E1D50E552E5CFDAFFFA :10101000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF65 :10102000D9FFE2CFDAFFF80EDBCF1DF0F90EDBCFF0 :101030001EF0FA0EDBCF1FF0FB0EDBCF20F0FC0E14 :10104000DBCFE9FFFD0EDBCFEAFF2E0EE926000E17 :10105000EA221D50EE1808E11E50EE1805E11F505F :10106000EE1802E12050EE185AE0FC0EDBCFE6FF4E :10107000FD0EDBCFE6FF87DEE552E552000937E1E2 :10108000010EE66ED950F80FE96EFF0EDA20EA6E17 :10109000EECFE6FFEECFE6FFEECFE6FFEFCFE6FFC7 :1010A000FC0EDBCFE9FFFD0EDBCFEAFF320EE926B7 :1010B000000EEA22E9CF1DF0EACF1EF0E9CFE6FFED :1010C000EACFE6FFFC0EDBCFE9FFFD0EDBCFEAFF48 :1010D000EE52EF50E66EF5EC5DF01F6E080EE15C2F :1010E00002E2E16AE552E16E1F50000902E0010EE2 :1010F00017D0FC0EDBCFE9FFFD0EDBCFEAFF2E0E93 :10110000E926000EEA22F80EDBCFEEFFF90EDBCF68 :10111000EEFFFA0EDBCFEEFFFB0EDBCFEEFF000E95 :10112000E552E5CFDAFFE7CFD9FF1200D9CFE6FFCE :10113000DACFE6FFE1CFD9FFE2CFDAFFE652FC0ECD :10114000DBCFE6FFFD0EDBCFE6FF1DDEE552E5520D :10115000DF6EDF5001E028D1FC0EDBCFE9FFFD0E92 :10116000DBCFEAFFEF50030801E007D1FC0EDBCF35 :10117000E9FFFD0EDBCFEAFF050EE926000EEA22AD :10118000EF5001E1FAD0FC0EDBCFE9FFFD0EDBCF23 :10119000EAFF2E0EE926000EEA22EE6AEE6AEE6AF9 :1011A000EE6AE66A020EE66E000EE66EE66AFC0E77 :1011B000DBCFE9FFFD0EDBCFEAFF320EE926000EA2 :1011C000EA22E9CF1DF0EACF1EF0E9CFE6FFEACF31 :1011D000E6FF04DD1F6E060EE15C02E2E16AE55205 :1011E000E16E1F50FC0EDBCFE9FFFD0EDBCFEAFF07 :1011F000320EE926000EEA22FE0EE926010EEA2250 :10120000550EEE6EAA0EED6EFC0EDBCFE9FFFD0E65 :10121000DBCFEAFF320EE926000EEA22520EEE6E16 :10122000EE6E610EEE6E410EEE6EFC0EDBCFE9FF50 :10123000FD0EDBCFEAFF320EE926000EEA22E40EB5 :10124000E926010EEA22720EEE6EEE6E410EEE6E91 :10125000610EEE6EFC0EDBCFE9FFFD0EDBCFEAFF89 :101260000E0EE926000EEA22EECF1DF0EECF1EF0A4 :10127000EECF1FF0EFCF20F0FC0EDBCFE9FFFD0E2D :10128000DBCFEAFF320EE926000EEA22E80EE9265D :10129000010EEA221DC0EEFF1EC0EEFF1FC0EEFFD2 :1012A00020C0EEFFFC0EDBCFE9FFFD0EDBCFEAFF37 :1012B0000A0EE926000EEA22EECF1DF0EECF1EF058 :1012C000EECF1FF0EFCF20F0FC0EDBCFE9FFFD0EDD :1012D000DBCFEAFF320EE926000EEA22EC0EE92609 :1012E000010EEA221DC0EEFF1EC0EEFF1FC0EEFF82 :1012F00020C0EEFFE66EFC0EDBCFE9FFFD0EDBCF7C :10130000EAFF120EE926000EEA22EECFE6FFEECF4C :10131000E6FFEECFE6FFEFCFE6FFFC0EDBCFE9FF07 :10132000FD0EDBCFEAFF320EE926000EEA22E9CFFE :101330001DF0EACF1EF0E9CFE6FFEACFE6FFFC0E94 :10134000DBCFE9FFFD0EDBCFEAFFEE52EF50E66E9A :1013500065EC5EF01F6E080EE15C02E2E16AE552A8 :10136000E16E1F50FC0EDBCFE9FFFD0EDBCFEAFF85 :10137000050EE926000EEA22EF6A000EE66EE66A26 :10138000E66AFC0EDBCFE9FFFD0EDBCFEAFFEE5293 :10139000EF50E66ED7EC5EF0E552E552E552E552CD :1013A000000902E0010EDF6EDF50E552E552E5CFA5 :1013B000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF99 :1013C000E1CFD9FFE2CFDAFFE150F80FE96EFF0E6F :1013D000E220EA6E020EEE5E000EEE5AEE5AEE5A71 :1013E000FC0EDBCFE9FFFD0EDBCFEAFF160EE92690 :1013F000000EEA22EECF1DF0EECF1EF0EECF1FF072 :10140000EFCF20F0020E1D5E000E1E5A1F5A205A0A :10141000D950F80FE96EFF0EDA20EA6E1D50EE5C2F :101420001E50EE581F50EE582050EE5805E33B6A10 :101430003C6A3D6A3E6A4AD0FC0EDBCFE9FFFD0EF6 :10144000DBCFEAFF2A0EE926000EEA22EECF25F0D6 :10145000EECF26F0EECF27F0EFCF28F0FC0EDBCF5B :10146000E9FFFD0EDBCFEAFF020EE926000EEA22BD :10147000EFCF21F0226A236A246A21C03BF022C008 :101480003CF023C03DF024C03EF0F80EDBCF40F02E :10149000F90EDBCF41F0FA0EDBCF42F0FB0EDBCFD3 :1014A00043F0CEEC6FF0375025241D6E38502620C7 :1014B0001E6E395027201F6E3A502820206E1DC006 :1014C0003BF01EC03CF01FC03DF03E6EE552E5CF44 :1014D000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF78 :1014E000E1CFD9FFE2CFDAFF060EE12402E3E168A3 :1014F000E652E16ED950F80FE96EFF0EDA20EA6E7F :10150000020EEE5C000EEE58000EEE58000EEE5885 :101510001FE3F80EDBCF1DF0F90EDBCF1EF0FA0E45 :10152000DBCF1FF0FB0EDBCF20F0FC0EDBCFE9FFA3 :10153000FD0EDBCFEAFF160EE926000EEA22EE5082 :101540001D5CEE501E58EE501F58EE50205806E31A :10155000010E3B6E3C6A3D6A3E6A29D2FC0EDBCF2F :10156000E9FFFD0EDBCFEAFFEF50030A01E18AD16C :10157000010A01E108D1030A01E015D2F80EDBCF20 :101580003DF0F90EDBCF3EF0020E3DC0DBFF030E57 :101590003EC0DBFF020EDBCF1DF0030EDBCF1EF0E3 :1015A000010E0F0B05E0D8901E321D32E806FBE15C :1015B000D950020FE96E000EDA20EA6E1D50EE26B9 :1015C0001E50ED22020EDBCF1DF0030EDBCF1EF00E :1015D000090E0F0B05E0D8901E321D32E806FBE124 :1015E0001F6A206AFC0EDBCFE9FFFD0EDBCFEAFFAE :1015F000220EE926000EEA22EE501D26EE501E2293 :10160000EE501F22EE5020221DC0E6FF1EC0E6FF56 :101610001FC0E6FF20C0E6FFFC0EDBCFE6FFFD0E9D :10162000DBCFE6FFF8DC216E060EE15C02E2E16A48 :10163000E552E16E2150000901E0B5D1FC0EDBCF8F :10164000E9FFFD0EDBCFEAFF320EE926000EEA22AB :10165000020EDBCF1FF0030EDBCF20F00001010EE6 :101660002016E9501F24E96EEA502020EA6EEF5060 :10167000DE6EDD6A020EDB2A030E01E3DB2A020EB8 :10168000DBCF1DF0030EDBCF1EF0090E0F0B05E0C4 :10169000D8901E321D32E806FBE11F6A206AFC0E5C :1016A000DBCFE9FFFD0EDBCFEAFF220EE926000EBD :1016B000EA22EE501D26EE501E22EE501F22EE5062 :1016C00020221DC0E6FF1EC0E6FF1FC0E6FF20C0AF :1016D000E6FFFC0EDBCFE6FFFD0EDBCFE6FF9BDC7B :1016E000216E060EE15C02E2E16AE552E16E2150F4 :1016F000000901E058D1FC0EDBCFE9FFFD0EDBCF86 :10170000EAFF320EE926000EEA22020EDBCF1FF0BE :10171000030EDBCF20F0010E2016E9501F24E96EE6 :10172000EA502020EA6EEF50000EF350DF12010E57 :10173000216E226A236A246AD950F80FE96EFF0EDF :10174000DA20EA6EEE502116EE502216EE502316E5 :10175000EE50241621502210231024100BE0DECF6F :101760001DF0DDCF1EF0040ED8901E321D32E804AD :10177000FBE185D0DECF1DF0DDCF1EF0FF0E1D1684 :101780000F0E1E167CD0F80EDBCF1DF0F90EDBCF4E :101790001EF0FA0EDBCF1FF0FB0EDBCF20F0080EA1 :1017A000D89020321F321E321D32E806F9E1FC0EBD :1017B000DBCFE9FFFD0EDBCFEAFF220EE926000EAC :1017C000EA22EE501D26EE501E22EE501F22EE5051 :1017D00020221DC0E6FF1EC0E6FF1FC0E6FF20C09E :1017E000E6FFFC0EDBCFE6FFFD0EDBCFE6FF13DCF2 :1017F000216E060EE15C02E2E16AE552E16E2150E3 :10180000000901E0D0D0FC0EDBCFE9FFFD0EDBCFFD :10181000EAFF320EE926000EEA22E9CF1FF0EACFF6 :1018200020F0F80EDBCF3BF0F90EDBCF3CF0FA0EE8 :10183000DBCF3DF0FB0EDBCF3EF0D8903B363C36A5 :101840003D363E36406A020E416E426A436A2BECD8 :1018500070F01F5037241D6E205038201E6E040E6D :101860001DC0DBFF050E1EC0DBFF040EDBCFE9FF52 :10187000050EDBCFEAFFEECF1DF0EFCF1EF01F6AA3 :10188000206A88D0F80EDBCF1DF0F90EDBCF1EF0FA :10189000FA0EDBCF1FF0FB0EDBCF20F0070ED89047 :1018A00020321F321E321D32E806F9E1FC0EDBCF7A :1018B000E9FFFD0EDBCFEAFF220EE926000EEA2249 :1018C000EE501D26EE501E22EE501F22EE5020221A :1018D0001DC0E6FF1EC0E6FF1FC0E6FF20C0E6FFFA :1018E000FC0EDBCFE6FFFD0EDBCFE6FF0BEC08F0D6 :1018F000216E060EE15C02E2E16AE552E16E2150E2 :10190000000951E1FC0EDBCFE9FFFD0EDBCFEAFF62 :10191000320EE926000EEA22E9CF1FF0EACF20F0CE :10192000F80EDBCF3BF0F90EDBCF3CF0FA0EDBCF4D :101930003DF0FB0EDBCF3EF0020ED8903B363C363E :101940003D363E36E806F9E1406A020E416E426AD3 :10195000436A2BEC70F01F5037241D6E2050382046 :101960001E6E040E1DC0DBFF050E1EC0DBFF1D68D2 :101970001E681F680F0E206E040EDBCFE9FF050EF8 :10198000DBCFEAFFEE501D16EE501E16EE501F166E :10199000EE5020161DC03BF01EC03CF01FC03DF0B5 :1019A00020C03EF004D03B683C683D683E68060EAF :1019B000E15C02E2E16AE552E16EE552E5CFDAFF71 :1019C000E7CFD9FF1200D9CFE6FFDACFE6FFE1CFAC :1019D000D9FFE2CFDAFFE652E652E652E652E6528D :1019E000D950F80FE96EFF0EDA20EA6E020EEE5CB7 :1019F000000EEE58000EEE58000EEE581FE3F80EE3 :101A0000DBCF1DF0F90EDBCF1EF0FA0EDBCF1FF09F :101A1000FB0EDBCF20F0FC0EDBCFE9FFFD0EDBCFB2 :101A2000EAFF160EE926000EEA22EE501D5CEE508B :101A30001E58EE501F58EE50205806E3020EF36E6B :101A4000040EF3CFDBFFBDD2FC0EDBCFE9FFFD0EB2 :101A5000DBCFEAFFEF50030A01E1F5D1010A01E112 :101A60006ED1030A01E09CD2F80EDBCFDEFFDBCFA4 :101A7000DDFFDECF1DF0DDCF1EF0010E0F0B05E008 :101A8000D8901E321D32E806FBE1D9CFE9FFDACF4C :101A9000EAFF1D50EE261E50ED22DECF1DF0DDCFF9 :101AA0001EF0090E0F0B05E0D8901E321D32E8061D :101AB000FBE11F6A206AFC0EDBCFE9FFFD0EDBCFE6 :101AC000EAFF220EE926000EEA22EE501D26EE5015 :101AD0001E22EE501F22EE5020221DC0E6FF1EC027 :101AE000E6FF1FC0E6FF20C0E6FFFC0EDBCFE6FFEF :101AF000FD0EDBCFE6FF0BEC08F0216E060EE15C7D :101B000002E2E16AE552E16E2150E76E040EE7CF92 :101B1000DBFFDB5001E049D2FC0EDBCFE9FFFD0E1D :101B2000DBCFEAFF320EE926000EEA22DECF21F0FB :101B3000DDCF22F00001010E2216E95021241D6E96 :101B4000EA5022201E6E020E1DC0DBFF030E1EC0D7 :101B5000DBFF010E1D6E1E6A1F6A206AD950F80F46 :101B6000E96EFF0EDA20EA6EEE501D16EE501E16DC :101B7000EE501F16EE5020161D501E101F10201084 :101B80000EE0F40EDB38F00B216E020EDBCFE9FF26 :101B9000030EDBCFEAFFEF500F0B211002D0F40E43 :101BA000DB50E66E020EDBCFE9FF030EDBCFEAFF70 :101BB000E552E750EF6EDF2A010E01E3DB2AFC0E4F :101BC000DBCFE9FFFD0EDBCFEAFF040EE926000EB6 :101BD000EA22010EEF6EDECF1DF0DDCF1EF0090E02 :101BE0000F0B05E0D8901E321D32E806FBE11F6A9C :101BF000206AFC0EDBCFE9FFFD0EDBCFEAFF220EF1 :101C0000E926000EEA22EE501D26EE501E22EE506E :101C10001F22EE5020221DC0E6FF1EC0E6FF1FC09F :101C2000E6FF20C0E6FFFC0EDBCFE6FFFD0EDBCFBC :101C3000E6FF0BEC08F0216E060EE15C02E2E16AC1 :101C4000E552E16E2150E76E040EE7CFDBFFDB507B :101C500001E0ABD1FC0EDBCFE9FFFD0EDBCFEAFFED :101C6000320EE926000EEA22DECF21F0DDCF22F08F :101C7000010E2216E95021241D6EEA5022201E6E0C :101C8000020E1DC0DBFF030E1EC0DBFF010E1D6E2A :101C90001E6A1F6A206AD950F80FE96EFF0EDA201B :101CA000EA6EEE501D16EE501E16EE501F16EE5048 :101CB00020161D501E101F10201016E0F40EDBCF52 :101CC00021F0F50EDBCF22F0F60EDBCF23F0F70E7E :101CD000DBCF24F0040ED89024322332223221327A :101CE000E806F9E1215020D0F40EDBCF26F0F50E06 :101CF000DBCF27F0F60EDBCF28F0F70EDBCF29F095 :101D0000080ED8902932283227322632E806F9E127 :101D10000F0E2614256E020EDBCFE9FF030EDBCF7C :101D2000EAFFEF50F00B2510E66E020EDBCFE9FF65 :101D3000030EDBCFEAFFE552E750EF6E36D1F80E27 :101D4000DBCF1DF0F90EDBCF1EF0FA0EDBCF1FF05C :101D5000FB0EDBCF20F0080ED89020321F321E324F :101D60001D32E806F9E1FC0EDBCFE9FFFD0EDBCF0B :101D7000EAFF220EE926000EEA22EE501D26EE5062 :101D80001E22EE501F22EE5020221DC0E6FF1EC074 :101D9000E6FF1FC0E6FF20C0E6FFFC0EDBCFE6FF3C :101DA000FD0EDBCFE6FF0BEC08F0216E060EE15CCA :101DB00002E2E16AE552E16E2150E76E040EE7CFE0 :101DC000DBFFDB5001E0F1D0FC0EDBCFE9FFFD0EC5 :101DD000DBCFEAFF320EE926000EEA22E9CF1FF040 :101DE000EACF20F0F80EDBCF3BF0F90EDBCF3CF072 :101DF000FA0EDBCF3DF0FB0EDBCF3EF0D8903B364A :101E00003C363D363E36406A020E416E426A436AB7 :101E10002BEC70F01F5037241D6E205038201E6EA2 :101E2000020E1DC0DBFF030E1EC0DBFF020EDBCF68 :101E3000E9FF030EDBCFEAFFF40EDBCFEEFFF50E7A :101E4000DBCFEDFFB2D0F80EDBCF1DF0F90EDBCF0C :101E50001EF0FA0EDBCF1FF0FB0EDBCF20F0070EDB :101E6000D89020321F321E321D32E806F9E1FC0EF6 :101E7000DBCFE9FFFD0EDBCFEAFF220EE926000EE5 :101E8000EA22EE501D26EE501E22EE501F22EE508A :101E900020221DC0E6FF1EC0E6FF1FC0E6FF20C0D7 :101EA000E6FFFC0EDBCFE6FFFD0EDBCFE6FF0BEC23 :101EB00008F0216E060EE15C02E2E16AE552E16E95 :101EC0002150E76E040EE7CFDBFFDB506EE1FC0E26 :101ED000DBCFE9FFFD0EDBCFEAFF320EE926000E75 :101EE000EA22E9CF1FF0EACF20F0F80EDBCF3BF07B :101EF000F90EDBCF3CF0FA0EDBCF3DF0FB0EDBCF73 :101F00003EF0020ED8903B363C363D363E36E80673 :101F1000F9E1406A020E416E426A436A2BEC70F0AE :101F20001F5037241D6E205038201E6E020E1DC01B :101F3000DBFF030E1EC0DBFF1D6A1E6A1F6AF00E68 :101F4000206E020EDBCFE9FF030EDBCFEAFFEE507F :101F50001D16EE501E16EE501F16EE502016D950CC :101F6000F40FE96EFF0EDA20EA6E1D50EE121E50DD :101F7000EE121F50EE122050EE12020EDBCFE9FFE0 :101F8000030EDBCFEAFFF40EDBCFEEFFF50EDBCF67 :101F9000EEFFF60EDBCFEEFFF70EDBCFEEFF05D048 :101FA000020EF36E040EF3CFDBFFFC0EDBCFE9FF76 :101FB000FD0EDBCFEAFF040EE926000EEA22010E39 :101FC000EF6E040EDB501D6E050EE15C02E2E16A6D :101FD000E552E16E1D50E552E5CFDAFFE7CFD9FFBC :101FE0001200D9CFE6FFDACFE6FFE1CFD9FFE2CF8B :101FF000DAFFE652E652E652E652E652D950F80FC0 :10200000E96EFF0EDA20EA6E020EEE5C000EEE586C :10201000000EEE58000EEE5801E28BD0F80EDBCF2A :102020001DF0F90EDBCF1EF0FA0EDBCF1FF0FB0E1A :10203000DBCF20F0FC0EDBCFE9FFFD0EDBCFEAFFAC :10204000160EE926000EEA22EE501D5CEE501E58D8 :10205000EE501F58EE5020586CE2DF6AF80EDBCFCE :102060001DF0F90EDBCF1EF0FA0EDBCF1FF0FB0EDA :10207000DBCF20F0FC0EDBCFE9FFFD0EDBCFEAFF6C :10208000160EE926000EEA22EE501D5CEE501E5898 :10209000EE501F58EE50205801E3C9D0D950F80F28 :1020A000E96EFF0EDA20EA6EEECFE6FFEECFE6FF36 :1020B000EECFE6FFEFCFE6FFFC0EDBCFE6FFFD0E37 :1020C000DBCFE6FF6CEC0AF01D6E060EE15C02E26F :1020D000E16AE552E16E1D50010E3BC0DBFF020ECE :1020E0003CC0DBFF030E3DC0DBFF040E3EC0DBFF48 :1020F000010EDBCF1DF0020EDBCF1EF0030EDBCF97 :102100001FF0040EDBCF20F01D501E101F102010FA :1021100001E18DD0D950010FE96E000EDA20EA6E90 :10212000010EEE1808E1EE5006E1EE5004E1EE502B :1021300002E1020E13D0D950010FE96E000EDA2031 :10214000EA6EE868EE180CE1E868EE1809E1E86864 :10215000EE1806E1E868EE1803E1010EDF6E67D0C5 :10216000E66AE66AE66AE66AD950F80FE96EFF0E9B :10217000DA20EA6EEECFE6FFEECFE6FFEECFE6FF27 :10218000EFCFE6FFFC0EDBCFE6FFFD0EDBCFE6FF79 :102190001ADC1D6E0A0EE15C02E2E16AE552E16EB4 :1021A0001D50DF6EDF5043E1FC0EDBCFE9FFFD0E7B :1021B000DBCFEAFF0E0EE926000EEA22E868EE18F1 :1021C00008E1E868EE1805E1E868EE1802E1E86861 :1021D000EE181AE0FC0EDBCFE9FFFD0EDBCFEAFFC5 :1021E0000E0EE926000EEA22EE2AEE22EE22EE2262 :1021F000FC0EDBCFE9FFFD0EDBCFEAFF050EE92683 :10220000000EEA22010EEF6ED950010FE96E000EAA :10221000DA20EA6EF80EEECFDBFFF90EEECFDBFF31 :10222000FA0EEECFDBFFFB0EEECFDBFF17D7DF5052 :102230001D6E050EE15C02E2E16AE552E16E1D50A1 :10224000E552E5CFDAFFE7CFD9FF1200D9CFE6FF9D :10225000DACFE6FFE1CFD9FFE2CFDAFF0D0EE124BE :1022600002E3E168E652E16EF80EDBCF1DF0F90EF5 :10227000DBCF1EF0FA0EDBCF1FF0FB0EDBCF20F022 :102280001D501E101F10201053E1FC0EDBCFE9FF84 :10229000FD0EDBCFEAFF0A0EE926000EEA22080E49 :1022A000EECFDBFF090EEECFDBFF0A0EEECFDBFF3A :1022B0000B0EEECFDBFF080EDBCF1DF0090EDBCFE0 :1022C0001EF00A0EDBCF1FF00B0EDBCF20F01D50EF :1022D0001E101F10201020E0080EDBCF21F0090E89 :1022E000DBCF22F00A0EDBCF23F00B0EDBCF24F086 :1022F000FC0EDBCFE9FFFD0EDBCFEAFF160EE92671 :10230000000EEA22EE50215CEE502258EE50235887 :10231000EE50245801E276D0010EF36E080EF3CF92 :10232000DBFF090EDB6A0A0EDB6A0B0EDB6A6AD082 :10233000D950F80FE96EFF0EDA20EA6EEECFE6FF15 :10234000EECFE6FFEECFE6FFEFCFE6FFFC0EDBCFF2 :10235000E6FFFD0EDBCFE6FF6CEC0AF01D6E060E0D :10236000E15C02E2E16AE552E16E1D503BC0DEFF36 :102370003CC0DEFF3DC0DEFF3EC0DDFFDD52DD5272 :10238000D9CFE9FFDACFEAFF020EEE5C000EEE587D :10239000000EEE58000EEE5803E2010E3B6E3CD1EB :1023A000FC0EDBCFE9FFFD0EDBCFEAFF160EE926C0 :1023B000000EEA22EECF1DF0EECF1EF0EECF1FF0A2 :1023C000EFCF20F0D9CFE9FFDACFEAFF1D50EE5C66 :1023D0001E50EE581F50EE582050EE5801E2ECD03F :1023E000D950F80FE96EFF0EDA20EA6E080EEECF34 :1023F000DBFF090EEECFDBFF0A0EEECFDBFF0B0E8D :10240000EECFDBFFD950080FE96E000EDA20EA6E3E :10241000040EEECFDBFF050EEECFDBFF060EEECF98 :10242000DBFF070EEECFDBFFD950040FE96E000E85 :10243000DA20EA6EEE2A000EEE22EE22EE22040EE2 :10244000DBCF1DF0050EDBCF1EF0060EDBCF1FF03D :10245000070EDBCF20F0FC0EDBCFE9FFFD0EDBCF5C :10246000EAFF160EE926000EEA22EE501D5CEE5041 :102470001E58EE501F58EE50205828E3020EF36EFF :10248000040EF3CFDBFF050EDB6A060EDB6A070ED8 :10249000DB6A080EDBCF1DF0090EDBCF1EF00A0E43 :1024A000DBCF1FF00B0EDBCF20F0D950040FE96E0D :1024B000000EDA20EA6EEE501D5CEE501E58EE5013 :1024C0001F58EE50205802E23B6AA6D0D950040FA4 :1024D000E96E000EDA20EA6EEECFE6FFEECFE6FF01 :1024E000EECFE6FFEFCFE6FFFC0EDBCFE6FFFD0E03 :1024F000DBCFE6FF6CEC0AF01D6E060EE15C02E23B :10250000E16AE552E16E1D503BC0DEFF3CC0DEFFDC :102510003DC0DEFF3EC0DDFFDD52DD52D9CFE9FF19 :10252000DACFEAFFEECF1DF0EECF1EF0EECF1FF0B8 :10253000EFCF20F01D501E101F10201020E1E66884 :10254000E668E6680F0EE66ED950040FE96E000EDD :10255000DA20EA6EEECFE6FFEECFE6FFEECFE6FF43 :10256000EFCFE6FFFC0EDBCFE6FFFD0EDBCFE6FF95 :10257000E3EC0CF01D6E0A0EE15C54E251D0D9CFB1 :10258000E9FFDACFEAFFE868EE1808E1E868EE183C :1025900005E1E868EE1802E1E868EE180DE0D9CF31 :1025A000E9FFDACFEAFF010EEE1811E1EE500FE17C :1025B000EE500DE1EE500BE1DECF3BF0DECF3CF014 :1025C000DECF3DF0DDCF3EF0DD52DD52EBD0040E2C :1025D000DBCF1DF0050EDBCF1EF0060EDBCF1FF0AC :1025E000070EDBCF20F0D950080FE96E000EDA207D :1025F000EA6E1D50EE1801E017D71E50EE1801E0EC :1026000013D71F50EE1801E00FD72050EE1801E04D :102610000BD701E009D73B6A3C6A3D6A3E6AC2D0EB :10262000E16AE552E16E1D50E76E0C0EE7CFDBFF6D :10263000DB5041E1F80EDBCF1DF0F90EDBCF1EF0D1 :10264000FA0EDBCF1FF0FB0EDBCF20F01D501E106B :102650001F10201030E0D950040FE96E000EDA2070 :10266000EA6EEECFE6FFEECFE6FFEECFE6FFEFCF6E :10267000E6FFD950F80FE96EFF0EDA20EA6EEECFD2 :10268000E6FFEECFE6FFEECFE6FFEFCFE6FFFC0E74 :10269000DBCFE6FFFD0EDBCFE6FFE3EC0CF01D6EBB :1026A0000A0EE15C02E2E16AE552E16E1D50E76E5E :1026B0000C0EE7CFDBFF0C0EDB5047E1FC0EDBCF4F :1026C000E9FFFD0EDBCFEAFF0A0EE926000EEA2243 :1026D000040EDBCFEEFF050EDBCFEEFF060EDBCFE9 :1026E000EEFF070EDBCFEEFFFC0EDBCFE9FFFD0EAA :1026F000DBCFEAFF0E0EE926000EEA22E868EE18AC :1027000008E1E868EE1805E1E868EE1802E1E8681B :10271000EE1834E0FC0EDBCFE9FFFD0EDBCFEAFF65 :102720000E0EE926000EEA22EE06EE5AEE5AEE5A98 :10273000FC0EDBCFE9FFFD0EDBCFEAFF050EE9263D :10274000000EEA22010EEF6E19D00C0EDB0405E13B :102750001D681E681F68206805D0010E1D6E1E6A68 :102760001F6A206A040E1DC0DBFF050E1EC0DBFFC2 :10277000060E1FC0DBFF070E20C0DBFF040EDBCF01 :102780001DF0050EDBCF1EF0060EDBCF1FF0070E8F :10279000DBCF20F01DC03BF01EC03CF01FC03DF061 :1027A00020C03EF00D0EE15C02E2E16AE552E16E0E :1027B000E552E5CFDAFFE7CFD9FF1200D9CFE6FF28 :1027C000DACFE6FFE1CFD9FFE2CFDAFF0A0EE1244C :1027D00002E3E168E652E16EFC0EDBCFE9FFFD0E9D :1027E000DBCFEAFF200EE926000EEA22EECF1DF035 :1027F000EFCF1EF0040E1D26000E1E22080E1DC077 :10280000DBFF090E1EC0DBFFFC0EDBCFE9FFFD0E78 :10281000DBCFEAFFEE50EFCFEAFFE96E020EE926CA :10282000000EEA22EFCF1DF01E6A1F6A206AF80E22 :10283000DBCF3BF0F90EDBCF3CF0FA0EDBCF3DF007 :10284000FB0EDBCF3EF0406A020E416E426A436AE5 :102850002BEC70F01DC040F01EC041F01FC042F0D4 :1028600020C043F02BEC70F03BC0DEFF3CC0DEFF2D :102870003DC0DEFF3EC0DDFFDD52DD52D950080F06 :10288000E96E000EDA20EA6EEECFF3FFEDCFF4FF33 :10289000040EEE26000EEF22F3CFE9FFF4CFEAFF9D :1028A000040EEECFDBFF050EEECFDBFF060EEECF04 :1028B000DBFF070EEECFDBFF040EDBCF1DF0050EB6 :1028C000DBCF1EF0060EDBCF1FF0070EDBCF20F0B4 :1028D0001D501E101F10201005E13B6A3C6A3D6A26 :1028E0003E6A56D0040EDBCF1DF0050EDBCF1EF086 :1028F000060EDBCF1FF0070EDBCF20F0D9CFE9FFAC :10290000DACFEAFF1D50EE5C1E50EE581F50EE5815 :102910002050EE581BE3D9CFE9FFDACFEAFF040ECF :10292000DB50EE5E050EDB50EE5A060EDB50EE5A23 :10293000070EDB50EE5AD950080FE96E000EDA2070 :10294000EA6E040EEE26000EEF2298D7080EDBCFBB :10295000E9FF090EDBCFEAFFEECF1DF0EECF1EF050 :10296000EECF1FF0EFCF20F0D9CFE9FFDACFEAFFAB :10297000EE501D26EE501E22EE501F22EE50202259 :102980001DC03BF01EC03CF01FC03DF020C03EF01B :102990000A0EE15C02E2E16AE552E16EE552E5CF42 :1029A000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF93 :1029B000E1CFD9FFE2CFDAFF060EE12402E3E168BE :1029C000E652E16EFC0EDBCFE9FFFD0EDBCFEAFF46 :1029D000040EE926000EEA22FA0EDBCFEEFFFB0E14 :1029E000DBCFEDFFFC0EDBCFE9FFFD0EDBCFEAFF17 :1029F000060EE926000EEA22EECFDFFF010EEECF33 :102A0000DBFF020EEECFDBFF030EEECFDBFFD9CFF5 :102A1000E9FFDACFEAFF010EEE1805E1EE5003E11F :102A2000EE5001E1EE5001E164D1FC0EDBCFE9FF95 :102A3000FD0EDBCFEAFFEE50EFCFEAFFE96E160E98 :102A4000E926000EEA22EECF1DF0EECF1EF0EECF0B :102A50001FF0EFCF20F0D9CFE9FFDACFEAFF1D500A :102A6000EE5C1E50EE581F50EE582050EE5801E319 :102A700040D1D9CFE9FFDACFEAFFEECF1DF0EECF9C :102A80001EF0EECF1FF0EFCF20F01D501E101F10D4 :102A9000201026E1FC0EDBCFE9FFFD0EDBCFEAFFC5 :102AA000EE50EFCFEAFFE96EEF50030819E1FC0E9C :102AB000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF01 :102AC000E96E260EE926000EEA22EECFDFFF010EA8 :102AD000EECFDBFF020EEECFDBFF030EEECFDBFF10 :102AE000D9CFE9FFDACFEAFFEECF1DF0EECF1EF02F :102AF000EECF1FF0EFCF20F01D501E101F10201042 :102B00005AE1FC0EDBCFE9FFFD0EDBCFEAFF0A0E38 :102B1000E926000EEA22DFCFEEFF010EDBCFEEFF4B :102B2000020EDBCFEEFF030EDBCFEEFFFA0EDBCFA4 :102B30001DF0FB0EDBCF1EF0FC0EDBCFE9FFFD0E20 :102B4000DBCFEAFFEE50EFCFEAFFE96E080EE92691 :102B5000000EEA22EECF1FF0EFCF20F01F501D5CD9 :102B600020501E5801E3C5D0FA0EDBCF1DF0FB0E3E :102B7000DBCF1EF0040E0F0B05E0D8901E321D3285 :102B8000E806FBE11F6A206AFC0EDBCFE9FFFD0EC1 :102B9000DBCFEAFFEE50EFCFEAFFE96E260EE92623 :102BA000000EEA22EE501D26EE501E22EE501F228D :102BB000EE50202216D1FC0EDBCFE9FFFD0EDBCF5D :102BC000EAFFEE50EFCFEAFFE96E020EE926000EB3 :102BD000EA22EF501D6E1E6A100E3D6E3E6A1DC049 :102BE00042F01EC043F04FEC70F0040E3BC0DBFF20 :102BF000050E3CC0DBFFFA0EDBCF1DF0FB0EDBCF7A :102C00001EF0040EDBCF1FF0050EDBCF20F01F50AF :102C10001D5C20501E5801E27FD0D9CFE9FFDACFEA :102C2000EAFFEECFE6FFEECFE6FFEECFE6FFEFCF17 :102C3000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEECFB8 :102C4000E6FFEFCFE6FF6CEC0AF01D6E060EE15CCE :102C500002E2E16AE552E16E1D503BC0DEFF3CC07E :102C6000DEFF3DC0DEFF3EC0DDFFDD52DD52D9CFCD :102C7000E9FFDACFEAFFE868EE180BE1E868EE1842 :102C800008E1E868EE1805E1E868EE1802E1010ED7 :102C9000EDD0D9CFE9FFDACFEAFF020EEE5C000EED :102CA000EE58000EEE58000EEE5823E3FC0EDBCF7C :102CB000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96E52 :102CC000160EE926000EEA22EECF1DF0EECF1EF022 :102CD000EECF1FF0EFCF20F0D9CFE9FFDACFEAFF38 :102CE0001D50EE5C1E50EE581F50EE582050EE580E :102CF00002E3020EBBD0040EDBCF1DF0050EDBCFCE :102D00001EF0D950FA0FE96EFF0EDA20EA6E1D5060 :102D1000EE5E1E50ED5A6FD7FC0EDBCFE9FFFD0EC5 :102D2000DBCFEAFF0A0EE926000EEA22DFCFEEFF34 :102D3000010EDBCFEEFF020EDBCFEEFF030EDBCF8B :102D4000EEFFFA0EDBCF22F0FB0EDBCF23F0040EFA :102D50000F0B05E0D89023322232E806FBE1246A0B :102D6000256A22C0E6FF23C0E6FF24C0E6FF25C097 :102D7000E6FFD9CFE9FFDACFEAFFEECFE6FFEECFED :102D8000E6FFEECFE6FFEFCFE6FFFC0EDBCFE9FF7D :102D9000FD0EDBCFEAFFEECFE6FFEFCFE6FFDCEC88 :102DA00009F0216E060EE15C02E2E16AE552E16E95 :102DB0002150E552E7CF25F0E552E7CF24F0E55268 :102DC000E7CF23F0E552E7CF22F03B5022241D6EDF :102DD0003C5023201E6E3D5024201F6E3E50252067 :102DE000206EFC0EDBCFE9FFFD0EDBCFEAFF0E0EFF :102DF000E926000EEA221DC0EEFF1EC0EEFF1FC036 :102E0000EEFF20C0EEFFFC0EDBCFE9FFFD0EDBCFB7 :102E1000EAFFEE50EFCFEAFFE96E320EE926000E30 :102E2000EA22E9CF1FF0EACF20F0FA0EDBCF21F043 :102E3000FB0E226A0F0E2116050ED890213622367F :102E4000E806FBE11F5021241D6E205022201E6E3B :102E5000FC0EDBCFE9FFFD0EDBCFEAFF120EE92609 :102E6000000EEA221DC0EEFF1EC0EDFF1D6E060E15 :102E7000E15C02E2E16AE552E16E1D50E552E5CF08 :102E8000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFAE :102E9000E1CFD9FFE2CFDAFF070EE12402E3E168D8 :102EA000E652E16EFA0EDBCF3DF0FB0EDBCF3EF0DB :102EB000FA0E3DC0DBFFFB0E3EC0DBFFFC0EDBCF9E :102EC000E9FFFD0EDBCFEAFF040EE926000EEA2241 :102ED000EECF1DF0EFCF1EF0010E1D26000E1E22BC :102EE000040E1DC0DBFF050E1EC0DBFFD950040F12 :102EF000E96E000EDA20EA6EEE50ED1001E109D124 :102F0000FC0EDBCFE9FFFD0EDBCFEAFF0E0EE9265C :102F1000000EEA22EECF1DF0EECF1EF0EECF1FF036 :102F2000EFCF20F01D501E101F10201001E1F1D036 :102F3000040EDBCF1DF0050E1E6A0F0E1D161D5070 :102F40001E1001E078D2FC0EDBCFE9FFFD0EDBCFD7 :102F5000EAFF0E0EE926000EEA22EE2AEE22EE220B :102F6000EE22FC0EDBCFE9FFFD0EDBCFEAFF0A0EFF :102F7000E926000EEA22EECF1DF0EECF1EF0EECFD6 :102F80001FF0EFCF20F01D501E101F1020101FE16A :102F9000040EDBCF1DF0050EDBCF1EF0FC0EDBCFE9 :102FA000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96E5F :102FB000080EE926000EEA22EECF1FF0EFCF20F038 :102FC0001F501D5C20501E5801E235D2A2D0040EC5 :102FD000DBCF1FF0050EDBCF20F0040E0F0B05E05A :102FE000D89020321F32E806FBE1FC0EDBCFE9FF70 :102FF000FD0EDBCFEAFFEE50EFCFEAFFE96E020EE7 :10300000E926000EEA22EF0400011F141D6E1E6A5D :10301000E8501E1001E00FD2FC0EDBCFE9FFFD0EE1 :10302000DBCFEAFF0A0EE926000EEA22EECFE6FF2A :10303000EECFE6FFEECFE6FFEFCFE6FFFC0EDBCFF5 :10304000E9FFFD0EDBCFEAFFEECFE6FFEFCFE6FFB5 :103050006CEC0AF01D6E060EE15C02E2E16AE552DC :10306000E16E1D503BC0DEFF3CC0DEFF3DC0DEFF19 :103070003EC0DDFFDD52DD52D9CFE9FFDACFEAFFF6 :10308000D880010EEE54000EEE54000EEE54000EE9 :10309000EE5401E390D0D9CFE9FFDACFEAFFE86838 :1030A000EE180AE1E868EE1807E1E868EE1804E1B6 :1030B000E868EE1801E13FD1FC0EDBCFE9FFFD0E21 :1030C000DBCFEAFFEE50EFCFEAFFE96E160EE926FE :1030D000000EEA22EECF1DF0EECF1EF0EECF1FF075 :1030E000EFCF20F0D9CFE9FFDACFEAFF1D50EE5C39 :1030F0001E50EE581F50EE582050EE5801E24ED1AF :10310000D950FA0FE96EFF0EDA20EA6EEE50ED109C :1031100002E1040ED3D1FC0EDBCFE9FFFD0EDBCFC5 :10312000EAFF0A0EE926000EEA22EECFE6FFEECF16 :10313000E6FFEECFE6FFEFCFE6FFFC0EDBCFE9FFC9 :10314000FD0EDBCFEAFFEECFE6FFEFCFE6FF26EC8A :1031500011F01D6E060EE15C02E2E16AE552E16EDD :103160001D503BC0DEFF3CC0DEFF3DC0DEFF3EC069 :10317000DDFFDD52DD52D9CFE9FFDACFEAFFEECF36 :103180001DF0EECF1EF0EECF1FF0EFCF20F01D5060 :103190001E101F10201002E1070E90D1D9CFE9FFB9 :1031A000DACFEAFF010EEE1808E1EE5006E1EE502C :1031B00004E1EE5002E1020E81D1D9CFE9FFDACF6E :1031C000EAFFE868EE180AE1E868EE1807E1E86847 :1031D000EE1804E1E868EE1801E1ADD0FC0EDBCF9B :1031E000E9FFFD0EDBCFEAFFEECFE6FFEFCFE6FF14 :1031F000C3EC06F0E552E552000901E09CD0E66A16 :10320000020EE66E000EE66EE66AFC0EDBCFE9FF0C :10321000FD0EDBCFEAFFEE50EFCFEAFFE96E320E94 :10322000E926000EEA22E9CF1DF0EACF1EF0E9CF31 :10323000E6FFEACFE6FFEEEC05F01F6E060EE15C5E :1032400002E2E16AE552E16E1F50D9CFE9FFDACF21 :10325000EAFFEECFE6FFEECFE6FFEECFE6FFEFCFE1 :10326000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEECF82 :10327000E6FFEFCFE6FFDCEC09F0216E060EE15C25 :1032800002E2E16AE552E16E21503BC01DF03CC014 :103290001EF03DC01FF03EC020F0FC0EDBCFE9FF6A :1032A000FD0EDBCFEAFFEE50EFCFEAFFE96E2E0E08 :1032B000E926000EEA223BC0EEFF1EC0EEFF1FC053 :1032C000EEFF20C0EEFF060EDB6AFC0EDBCFE9FF4F :1032D000FD0EDBCFEAFFEE50EFCFEAFFE96E020E04 :1032E000E926000EEA22EF50F36E060EDBCFF4FF64 :1032F000F350F45C37E2FC0EDBCFE9FFFD0EDBCFD1 :10330000EAFFEE50EFCFEAFFE96E040EE926000E69 :10331000EA22010EEF6EFC0EDBCFE9FFFD0EDBCFE4 :10332000EAFFEECFE6FFEFCFE6FFC3EC06F0E55293 :10333000E552000902E0010EC1D0FC0EDBCFE9FF2F :10334000FD0EDBCFEAFFEE50EFCFEAFFE96E2E0E67 :10335000E926000EEA22EE2AEE22EE22EE22060EE8 :10336000DB2AB3D7060EDBCF1DF01E6A1F6A206A68 :10337000FC0EDBCFE9FFFD0EDBCFEAFFEE50EFCF17 :10338000EAFFE96E2E0EE926000EEA221D50EE5EDF :103390001E50EE5A1F50EE5A2050EE5AFC0EDBCF54 :1033A000E9FFFD0EDBCFEAFF0A0EE926000EEA2256 :1033B000DFCFEEFF010EDBCFEEFF020EDBCFEEFF25 :1033C000030EDBCFEEFFD9CFE9FFDACFEAFFEECF76 :1033D000E6FFEECFE6FFEECFE6FFEFCFE6FFFC0E17 :1033E000DBCFE9FFFD0EDBCFEAFFEECFE6FFEFCF4D :1033F000E6FFDCEC09F0216E060EE15C02E2E16A18 :10340000E552E16E21503CC01EF03DC01FF03EC0B1 :1034100020F0FC0EDBCFE9FFFD0EDBCFEAFF0E0E46 :10342000E926000EEA223BC0EEFF1EC0EEFF1FC0E1 :10343000EEFF20C0EEFFFC0EDBCFE9FFFD0EDBCF81 :10344000EAFF040EE926000EEA22040EDBCFEEFFAF :10345000050EDBCFEDFFFC0EDBCFE9FFFD0EDBCF72 :10346000EAFFEE50EFCFEAFFE96E320EE926000EDA :10347000EA22E9CF1FF0EACF20F0040EDBCF21F0E3 :10348000050E226A0F0E2116050ED890213622361F :10349000E806FBE11F5021241D6E205022201E6EE5 :1034A000FC0EDBCFE9FFFD0EDBCFEAFF120EE926B3 :1034B000000EEA221DC0EEFF1EC0EDFF1D6E070EBE :1034C000E15C02E2E16AE552E16E1D50E552E5CFB2 :1034D000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF58 :1034E000E1CFD9FFE2CFDAFFE652E652E652000E14 :1034F000E66EE66AFC0EDBCFE6FFFD0EDBCFE6FFF5 :10350000D4EC14F0E552E552E552E552DF6EDF509F :1035100075E1010EDB6A020EDB6AFC0EDBCFE9FF10 :10352000FD0EDBCFEAFF0E0EE926000EEA22EECFFB :10353000E6FFEECFE6FFEECFE6FFEFCFE6FFFC0EB5 :10354000DBCFE9FFFD0EDBCFEAFFEECFE6FFEFCFEB :10355000E6FF0BEC08F01D6E060EE15C02E2E16A8C :10356000E552E16E1D50DF6EDF5048E1FC0EDBCF0F :10357000E9FFFD0EDBCFEAFF120EE926000EEA227C :10358000EE50EFCFEAFFE96EEF50E50810E0FC0ED9 :10359000DBCFE9FFFD0EDBCFEAFF120EE926000EBE :1035A000EA22EE50EFCFEAFFE96EEF5012E1010E92 :1035B000DB2ADBCF1DF0020E01E3DB2ADBCF1EF09E :1035C000FA0EDB501D1809E1FB0EDB501E1805E159 :1035D00015D0010EDB6A020EDB6A010EE66EE66AAA :1035E000FC0EDBCFE6FFFD0EDBCFE6FF4DDCE55248 :1035F000E552E552E552DF6EDF508FE0040EDF5CEE :1036000002E1070EDF6EDF50E552E552E552E5526A :10361000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF47 :10362000E6FFE1CFD9FFE2CFDAFFE652E652E652FB :10363000E6521A0EE76EFA0EDBCFE9FFFB0EDBCF88 :10364000EAFFE750E926000EEA22EECF1DF0EFCFA9 :103650001EF01DC0DFFF010E1EC0DBFF020EDB6A85 :10366000030EDB6AFC0EDBCFE9FFFD0EDBCFEAFFCA :10367000EF50030826E1140EE76EFA0EDBCFE9FFE8 :10368000FB0EDBCFEAFFE750E926000EEA22EECF81 :103690001DF0EFCF1EF01F6A206A100E1F0B07E00F :1036A000D8901D361E361F362036E806F9E11D502B :1036B000DE121E50DE121F50DE122050DD12DD52CF :1036C000DD52DECF3BF0DECF3CF0DECF3DF0DDCF94 :1036D0003EF0DD52DD52040EE15C02E2E16AE552A9 :1036E000E16EE552E5CFDAFFE7CFD9FF1200D9CF7F :1036F000E6FFDACFE6FFE1CFD9FFE2CFDAFF1A0E1D :10370000E76EFC0EDBCFE9FFFD0EDBCFEAFFE750F3 :10371000E926000EEA22F80EDBCFEEFFF90EDBCF32 :10372000EDFFF80EDBCF1DF0F90EDBCF1EF0FA0E29 :10373000DBCF1FF0FB0EDBCF20F0100ED890203235 :103740001F321E321D32E806F9E1140EE76EFC0E40 :10375000DBCFE9FFFD0EDBCFEAFFE750E926000EE5 :10376000EA221DC0EEFF1EC0EDFFE552E5CFDAFFF5 :10377000E7CFD9FF1200D9CFE6FFDACFE6FFE1CFDE :10378000D9FFE2CFDAFFE652E652E652E652000EE9 :10379000E66EE66AFC0EDBCFE6FFFD0EDBCFE6FF52 :1037A000D4EC14F0E552E552E552E552DF6EDF50FD :1037B00002E0DF5092D0FC0EDBCFE9FFFD0EDBCF45 :1037C000EAFF0E0EE926000EEA22EECFE6FFEECF6C :1037D000E6FFEECFE6FFEFCFE6FFFC0EDBCFE9FF23 :1037E000FD0EDBCFEAFFEECFE6FFEFCFE6FF0BECFF :1037F00008F01D6E060EE15C02E2E16AE552E16E40 :103800001D50DF6EDF5068E1FC0EDBCFE9FFFD0EDF :10381000DBCFEAFF120EE926000EEA22020EEECFFF :10382000DBFF030EEDCFDBFF020EDBCFE9FF030E64 :10383000DBCFEAFF010EEFCFDBFFDB5003E1040E2D :10384000DF6E4AD00B0EE76E020EDBCFE9FF030EF0 :10385000DBCFEAFFE750E926000EEA22EF50080B23 :1038600028E10B0EE66EE66AFC0EDBCFE9FFFD0EEB :10387000DBCFEAFF140EE926000EEA22EECFE6FFC8 :10388000EFCFE6FF020EDBCFE6FF030EDBCFE6FF56 :103890001DEC06F01F6E060EE15C02E2E16AE552E5 :1038A000E16E1F50F3CF1DF0F4CF1EF0F350F41073 :1038B00013E0000EE66EE66AFC0EDBCFE6FFFD0EBF :1038C000DBCFE6FF44EC17F0E552E552E552E55256 :1038D000DF6EDF5001E16FD7DF501D6E040EE15C3B :1038E00002E2E16AE552E16E1D50E552E5CFDAFFF2 :1038F000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF5D :10390000D9FFE2CFDAFFE652E652E652E652E6523D :10391000040EDF6EFC0EDBCFE9FFFD0EDBCFEAFF0E :103920000E0EE926000EEA22EECF1DF0EECF1EF0BD :10393000EECF1FF0EFCF20F01D501E101F102010F3 :1039400001E18BD0FC0EDBCFE9FFFD0EDBCFEAFF00 :103950000E0EE926000EEA22EECFE6FFEECFE6FFDE :10396000EECFE6FFEFCFE6FFFC0EDBCFE9FFFD0E6B :10397000DBCFEAFFEECFE6FFEFCFE6FF0BEC08F080 :103980001D6E060EE15C02E2E16AE552E16E1D5039 :10399000DF6EDF5062E1FC0EDBCFE9FFFD0EDBCF17 :1039A000EAFF120EE926000EEA22030EEECFDBFF3D :1039B000040EEDCFDBFF030EDBCFE9FF040EDBCF00 :1039C000EAFF020EEFCFDBFFDB5003E1040EDF6EF8 :1039D00044D00B0EE76E030EDBCFE9FF040EDBCF06 :1039E000EAFFE750E926000EEA22EF503F0BE76EB0 :1039F000010EE7CFDBFF020EDB50E5081BE0020EF5 :103A0000DB502E0817E0010EDB500F0813E0010E0B :103A1000DB50080802E0000E01D0010E1D6E1E6A88 :103A20001DBE1E68FA0EDB501D1804E1FB0EDB50B4 :103A30001E1813E0000EE66EE66AFC0EDBCFE6FF12 :103A4000FD0EDBCFE6FF44EC17F0E552E552E55200 :103A5000E552DF6EDF5001E15DD7DF500EE0FC0E76 :103A6000DBCFE9FFFD0EDBCFEAFF0E0EE926000EED :103A7000EA22EE6AEE6AEE6AEE6ADF501D6E050E0D :103A8000E15C02E2E16AE552E16E1D50E552E5CFEC :103A9000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF92 :103AA000E1CFD9FFE2CFDAFFE652010EE66EE66A19 :103AB000FC0EDBCFE6FFFD0EDBCFE6FF0DDDE552B2 :103AC000E552E552E552DF6EDF5001E080D0FC0E9A :103AD000DBCFE9FFFD0EDBCFEAFF0E0EE926000E7D :103AE000EA22EECFE6FFEECFE6FFEECFE6FFEFCF26 :103AF000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEECFEA :103B0000E6FFEFCFE6FF0BEC08F01D6E060EE15C62 :103B100002E2E16AE552E16E1D50DF6EDF5057E1CF :103B2000200EE66EE66A000EE66EE66AFC0EDBCF5D :103B3000E9FFFD0EDBCFEAFF120EE926000EEA22B6 :103B4000EECFE6FFEFCFE6FFEEEC05F01D6E060EC2 :103B5000E15C02E2E16AE552E16E1D500B0EE66E99 :103B6000E66AFC0EDBCFE9FFFD0EDBCFEAFF140EA9 :103B7000E926000EEA22EECFE6FFEFCFE6FFFC0ECD :103B8000DBCFE9FFFD0EDBCFEAFF120EE926000EC8 :103B9000EA22EECFE6FFEFCFE6FF6CEC05F01D6EFC :103BA000060EE15C02E2E16AE552E16E1D50FC0E98 :103BB000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFFF0 :103BC000E96E040EE926000EEA22010EEF6EDF50C8 :103BD000E552E552E5CFDAFFE7CFD9FF1200D9CFA2 :103BE000E6FFDACFE6FFE1CFD9FFE2CFDAFF0D0E35 :103BF000E12402E3E168E652E16EFA0EDBCFE9FF71 :103C0000FB0EDBCFEAFF0B0EEECFDBFF0C0EEDCF92 :103C1000DBFF0B0EDBCFE9FF0C0EDBCFEAFFEF5033 :103C20002F0809E00B0EDBCFE9FF0C0EDBCFEAFF1C :103C3000EF505C0806E10B0EDB2A0C0EEAE3DB2AF0 :103C4000E8D7FC0EDBCFE9FFFD0EDBCFEAFF140E59 :103C5000E926000EEA22030EEECFDBFF040EEDCFC5 :103C6000DBFF0B0EE66EE66A200EE66EE66A030EDA :103C7000DBCFE6FF040EDBCFE6FFEEEC05F01D6EBA :103C8000060EE15C02E2E16AE552E16E1D50000EB3 :103C9000DF6EE66ED950090FE96E000EDA20EA6E8B :103CA000E552E750EE6EED6AE66ED950070FE96E09 :103CB000000EDA20EA6EE552E750EE6EED6A080E6D :103CC000F36E050EF3CFDBFF060EDB6A070EDBCFCC :103CD0001DF0DB2A080EDBCF1EF001E3DB2A0B0E02 :103CE000DB501D24E96E0C0EDB501E20EA6E010E27 :103CF000EFCFDBFFDB50200801E39CD0010EDB504F :103D00002F0801E197D0010EDB505C0801E192D051 :103D1000010EDB502E0811E0090EDBCF1DF00A0E5C :103D2000DBCF1EF0050EDBCF1FF0060EDBCF20F041 :103D30001F501D5C20501E5825E3D950050FE96E19 :103D4000000EDA20EA6E080EEE1801E09FD0ED506A :103D500001E09CD0010EDB502E0801E097D0080E48 :103D6000F36E090EF3CFDBFF0A0EDB6A0B0EF36E68 :103D7000050EF3CFDBFF060EDB6A040EDF02F3CF86 :103D8000DFFFA4D7800EF36E010EDBCFF4FFF350FC :103D9000F45C04E3000EDF80DF8278D0010EDBCF1D :103DA000E6FFE66A3C0EE66EE10EE66E82EC06F099 :103DB000E552E552E552E552F350F41067E1410E49 :103DC000F36E010EDBCFF4FFF350F45C06E3010E5B :103DD000DB505A0802E3DF8218D0610EF36E010E49 :103DE000DBCFF4FFF350F45C10E3010EDB507A08F4 :103DF0000CE3000EDF80200E1D6E010EDBCFE7FF0F :103E00001D50E75E010EE7CFDBFF090EDBCF1DF093 :103E1000DB2A0A0EDBCF1EF001E3DB2A030EDB50A8 :103E20001D24E96E040EDB501E20EA6E010EDBCF6E :103E3000EFFF4CD7070EDBCF1FF0080EDBCF20F0D3 :103E40000B0EDB501F241D6E0C0EDB5020201E6E4F :103E5000FA0EDBCFE9FFFB0EDBCFEAFF1DC0EEFF62 :103E60001EC0EDFF010EDB50200802E3040E01D05E :103E7000000EE76E010EE7CFDBFFD950090FE96EA8 :103E8000000EDA20EA6EEE50ED1002E1060E3CD094 :103E9000030EDBCFE9FF040EDBCFEAFFEF50E508AE :103EA00008E1030EDBCFE9FF040EDBCFEAFF050ECE :103EB000EF6ED950050FE96E000EDA20EA6E080E9B :103EC000EE1806E1ED5004E1040EDF02F3CFDFFF50 :103ED000030EDF14010802E1010EDB880C0EDF1473 :103EE000040802E1010EDB860B0EE76E030EDBCF4A :103EF000E9FF040EDBCFEAFFE750E926000EEA22D5 :103F0000010EDBCFEFFF000E1D6E0D0EE15C02E235 :103F1000E16AE552E16E1D50E552E5CFDAFFE7CFE9 :103F2000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF04 :103F3000E2CFDAFF080EE12402E3E168E652E16E27 :103F4000FA0EDBCFE9FFFB0EDBCFEAFF090EE92615 :103F5000000EEA22050EE9CFDBFF060EEACFDBFFFB :103F6000FC0EDBCFE9FFFD0EDBCFEAFF0E0EE926EC :103F7000000EEA22EECF1DF0EECF1EF0EECF1FF0C6 :103F8000EFCF20F01D501E101F10201001E118D19E :103F9000FC0EDBCFE9FFFD0EDBCFEAFF120EE926B8 :103FA000000EEA22030EEECFDBFF040EEDCFDBFFA7 :103FB0000C0EE76E030EDBCFE9FF040EDBCFEAFF4A :103FC000E750E926000EEA22020EEFCFDBFFDE6AA1 :103FD000DD6ADECF1DF0DDCF1EF0080E1D5C000E89 :103FE0001E582CE2030EDBCF1DF0040EDBCF1EF0BB :103FF000DE501D24E96EDD501E20EA6E070EEFCF65 :10400000DBFFDB5020081AE0070EDB50050805E156 :10401000E50EF36E070EF3CFDBFF050EDBCFE9FFF6 :10402000DB2A060EDBCFEAFF01E3DB2A070EDBCF3C :10403000EFFFDF2A010ECDE3DB2ACBD7080EE76EB8 :10404000030EDBCFE9FF040EDBCFEAFFE750E926E2 :10405000000EEA22EF5020083AE0050EDBCFE9FF20 :10406000DB2A060EDBCFEAFF01E3DB2A2E0EEF6E22 :10407000080EDE6EDD6ADECF1DF0DDCF1EF00B0E0A :104080001D5C000E1E5823E2030EDBCF1DF0040E54 :10409000DBCF1EF0DE501D24E96EDD501E20EA6EDF :1040A000070EEFCFDBFFDB50200811E0050EDBCF62 :1040B000E9FFDB2A060EDBCFEAFF01E3DB2A070E6E :1040C000DBCFEFFFDF2A010ED6E3DB2AD4D70B0EBE :1040D000E76E030EDBCFE9FF040EDBCFEAFFE7500C :1040E000E926000EEA22EF50E66EFA0EDBCFE9FF7A :1040F000FB0EDBCFEAFF080EE926000EEA22E552AE :10410000E750EF6E1C0EE76E030EDBCFE9FF040EE7 :10411000DBCFEAFFE750E926000EEA22EECF1DF0E2 :10412000EECF1EF0EECF1FF0EFCF20F0FA0EDBCF78 :10413000E9FFFB0EDBCFEAFF1DC0EEFF1EC0EEFF66 :104140001FC0EEFF20C0EEFF180EE76E030EDBCFA0 :10415000E9FF040EDBCFEAFFE750E926000EEA2272 :10416000EECF1DF0EFCF1EF0FA0EDBCFE9FFFB0E16 :10417000DBCFEAFF040EE926000EEA221DC0EEFFA7 :104180001EC0EDFF160EE76E030EDBCFE9FF040E37 :10419000DBCFEAFFE750E926000EEA22EECF1DF062 :1041A000EFCF1EF0FA0EDBCFE9FFFB0EDBCFEAFF0D :1041B000060EE926000EEA221DC0EEFF1EC0EDFF2E :1041C000050EDBCFE9FF060EDBCFEAFFEF6A080E34 :1041D000E15C02E2E16AE552E16EE552E5CFDAFF29 :1041E000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF64 :1041F000D9FFE2CFDAFFE652E652E652E652FA0E75 :10420000DBCFE9FFFB0EDBCFEAFFEF502F0809E021 :10421000FA0EDBCFE9FFFB0EDBCFEAFFEF505C08C5 :1042200005E1FA0EDB2AFB0E01E3DB2AFC0EDBCFF5 :10423000E9FFFD0EDBCFEAFF060EE926000EEA22BB :10424000EE6AEE6AEE6AEE6AFA0EDBCFE9FFFB0E6B :10425000DBCFEAFFEFCF1DF01E6A1DBE1E68200EE9 :104260001D5C000E1E581BE2000EE66EE66AFC0E98 :10427000DBCFE6FFFD0EDBCFE6FFD4EC14F0E5521A :10428000E552E552E552DF6EFC0EDBCFE9FFFD0E95 :10429000DBCFEAFF120EEB6A130EEB6A94D0D95013 :1042A000FA0FE66EFF0EDA20E66EFC0EDBCFE6FFBD :1042B000FD0EDBCFE6FF93DCE552E552E552E55219 :1042C000DF6EDF5001E07FD0FC0EDBCFE6FFFD0E9E :1042D000DBCFE6FFBBEC1BF0E552E552DF6EFC0ED8 :1042E000DBCFE9FFFD0EDBCFEAFF140EE926000E5F :1042F000EA22EE50EFCFEAFFE96E0B0EE926000E40 :10430000EA22030EEFCFDBFFDF5007E0040EDF5C95 :104310005AE1030EDBB457D022D0030EDBB453D0E6 :10432000FC0EDBCFE9FFFD0EDBCFEAFF120EE92624 :10433000000EEA22010EEECFDBFF020EEDCFDBFF17 :104340000B0EE76E010EDBCFE9FF020EDBCFEAFFBB :10435000E750E926000EEA22EF50100B03E1050EAC :10436000DF6E31D0010EDBCFE6FF020EDBCFE6FFC2 :10437000FC0EDBCFE9FFFD0EDBCFEAFFEECFE6FF61 :10438000EFCFE6FF0DEC1BF0E552E552E552E552AA :104390003BC01DF03CC01EF03DC01FF03EC020F0F1 :1043A000FC0EDBCFE9FFFD0EDBCFEAFF060EE926B0 :1043B000000EEA223BC0EEFF1EC0EEFF1FC0EEFF64 :1043C00020C0EEFF6CD7DF501D6E040EE15C02E2F0 :1043D000E16AE552E16E1D50E552E5CFDAFFE7CF25 :1043E000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF40 :1043F000E2CFDAFF010EE66ED950F80FE96EFF0E3C :10440000DA20EA6EEECFE6FFEECFE6FFEECFE6FF74 :10441000EFCFE6FFFC0EDBCFE9FFFD0EDBCFEAFFBF :10442000320EE926000EEA22E9CF1DF0EACF1EF097 :10443000E9CFE6FFEACFE6FFFC0EDBCFE9FFFD0E9A :10444000DBCFEAFFEE52EF50E66EF5EC5DF01F6E4B :10445000080EE15C02E2E16AE552E16E1F500009DC :1044600002E0030E63D0FC0EDBCFE9FFFD0EDBCFD5 :10447000EAFF320EE926000EEA22FE0EE926010EC0 :10448000EA22550EEE1802E1AA0EED1802E0020E25 :104490004DD01D681E681F68206AFC0EDBCFE9FF47 :1044A000FD0EDBCFEAFF320EE926000EEA22360EC1 :1044B000E926000EEA22EE501D16EE501E16EE50B2 :1044C0001F16EE502016460E1D1808E1410E1E184C :1044D00005E1540E1F1802E1205025E01D681E68FA :1044E0001F68206AFC0EDBCFE9FFFD0EDBCFEAFF81 :1044F000320EE926000EEA22520EE926000EEA22CA :10450000EE501D16EE501E16EE501F16EE502016E1 :10451000460E1D180AE1410E1E1807E1540E1F1821 :1045200004E1205002E1000E01D0010EE552E5CF7A :10453000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFE7 :10454000E1CFD9FFE2CFDAFF260EE12402E3E168F2 :10455000E652E16EFC0EDBCFE9FFFD0EDBCFEAFF9A :10456000220EEECFDBFF230EEDCFDBFF220EDBCFE3 :10457000E9FF230EDBCFEAFFEF50D00FE66ED950F4 :10458000050FE96E000EDA20EA6EE552E750EE6E96 :10459000ED6AD950050FE96E000EDA20EA6E090EB9 :1045A000D880EE54000EED5426E3010EE76E220E85 :1045B000DBCFE9FF230EDBCFEAFFE750E926000E51 :1045C000EA22EF503A0817E1D950220FE96E000EA7 :1045D000DA20EA6E020EEE26000EED22FC0EDBCF94 :1045E000E9FFFD0EDBCFEAFF220EDBCFEEFF230E4D :1045F000DBCFEDFF04D0050EDB6A060EDB6AFA0E98 :10460000DBCFE9FFFB0EDBCFEAFFEE6AED6A050EBA :10461000DBCF1DF0060EDBCF1EF0010E1D5C000E81 :104620001E5803E30B0EC1EF29F0050EDBCFE9FFA7 :10463000060EDBCFEAFF010ED890E936EA36E8062F :10464000FBE1C60EE926000EEA22240EEECFDBFFC8 :10465000250EEDCFDBFFD950240FE96E000EDA20D6 :10466000EA6EEE50ED1003E10C0EC1EF29F0FA0EE8 :10467000DBCFE9FFFB0EDBCFEAFF240EDBCFEEFF43 :10468000250EDBCFEDFF240EDBCFE9FF250EDBCFC0 :10469000EAFFEF501CE0240EDBCFE9FF250EDBCF55 :1046A000EAFFEE52EF50E66EE0EC5DF0E552E76EA9 :1046B000070EE7CFDBFFDBB00AD0F90EDB5004E0DA :1046C000070EDB50040B30E1000EC1EF29F0240E81 :1046D000DBCFE9FF250EDBCFEAFFEF6A240EDBCF4D :1046E000E9FF250EDBCFEAFFEE52050EDBCFEFFF31 :1046F000240EDBCFE9FF250EDBCFEAFFEE52EF50B1 :10470000E66E9FEC5CF0E552E76E070EE7CFDBFF4D :10471000DBA003D0030EC1EF29F0F90EDB5007E058 :10472000070EDB50040B03E00A0EC1EF29F0080E60 :10473000DB6A090EDB6A0A0EDB6A0B0EDB6AE66ACD :10474000E66AE66AE66A240EDBCFE6FF250EDBCFDB :10475000E6FF48DE1D6E060EE15C02E2E16AE5520C :10476000E16E1D50DF6EDF046CE1020EDB6ADB5090 :1047700002E0020EDB06240EDBCFE9FF250EDBCFC5 :10478000EAFF320EE926000EEA22E9CF1FF0EACF57 :1047900020F0020EDB50100DF350226ABE0F216E86 :1047A000010E2222E95021241D6EEA5022201E6EA5 :1047B000030E1DC0DBFF040E1EC0DBFFE76E030E01 :1047C000DBCFE9FF040EDBCFEAFFE750E926000E5E :1047D000EA22EF5036E0080EE76E030EDBCFE9FF6A :1047E000040EDBCFEAFFE750E926000EEA22080EAE :1047F000EECFDBFF090EEECFDBFF0A0EEECFDBFFC5 :104800000B0EEECFDBFFD950080FE96E000EDA2059 :10481000EA6EEECFE6FFEECFE6FFEECFE6FFEFCF9C :10482000E6FF240EDBCFE6FF250EDBCFE6FFDADD69 :104830001D6E060EE15C02E2E16AE552E16E1D507A :10484000DF6E030EDF5C03E1010EC1EF29F0DF50E4 :1048500002E05BEF28F0240EDBCFE9FF250EDBCF73 :10486000EAFF320EE926000EEA220B0EE926000EC0 :10487000EA22EE5002E05BEF28F0020EED1802E0B3 :104880005BEF28F0240EDBCFE9FF250EDBCFEAFF3C :10489000320EE926000EEA22160EE926000EEA2262 :1048A000EECF1DF0EFCF1EF00C0E1DC0DBFF0D0E86 :1048B0001EC0DBFF0E0EDB6A0F0EDB6A0C0EDBCFB9 :1048C0001DF00D0EDBCF1EF00E0EDBCF1FF00F0E16 :1048D000DBCF20F01D501E101F1020101AE1240EF7 :1048E000DBCFE9FF250EDBCFEAFF320EE926000E13 :1048F000EA22240EE926000EEA220C0EEECFDBFFA0 :104900000D0EEECFDBFF0E0EEECFDBFF0F0EEECF68 :10491000DBFF240EDBCFE9FF250EDBCFEAFF1A0E0B :10492000E926000EEA220C0EDBCFEEFF0D0EDBCFE8 :10493000EEFF0E0EDBCFEEFF0F0EDBCFEEFF240EF1 :10494000DBCFE9FF250EDBCFEAFF320EE926000EB2 :10495000EA22100EE926000EEA22010EEFCFDBFF5D :10496000240EDBCFE9FF250EDBCFEAFF030EE9269D :10497000000EEA22010EDBCFEFFFDB0405E0010EA3 :10498000DB50020801E097D3010EDBCF1DF01E6A59 :104990001F6A206AD9500C0FE96E000EDA20EA6E09 :1049A0001DC040F01EC041F01FC042F020C043F0C7 :1049B000EECF3BF0EECF3CF0EECF3DF0EFCF3EF050 :1049C000CEEC6FF03AC0EDFF39C0EDFF38C0EDFF1F :1049D00037C0EFFF240EDBCFE9FF250EDBCFEAFF68 :1049E000320EE926000EEA220D0EE926000EEA221A :1049F000010EEFCFDBFF240EDBCFE9FF250EDBCF6F :104A0000EAFF020EE926000EEA22010EDBCFEFFFDD :104A1000DB5001E150D3010EDBCFE6FFDB04E552B2 :104A2000E71401E048D3240EDBCFE9FF250EDBCFEE :104A3000EAFF320EE926000EEA22110EE926000EE8 :104A4000EA22EECF1DF0EFCF1EF0240EDBCFE9FF00 :104A5000250EDBCFEAFF080EE926000EEA221DC074 :104A6000EEFF1EC0EDFF240EDBCFE9FF250EDBCFEE :104A7000EAFF080EE926000EEA22EECF1DF0000143 :104A80001E6A0F0E1D161D501E1001E014D3240EB9 :104A9000DBCFE9FF250EDBCFEAFF320EE926000E61 :104AA000EA22130EE926000EEA22EECF1DF0EFCF28 :104AB0001EF0100E1DC0DBFF110E1EC0DBFF120E1C :104AC000DB6A130EDB6A100EDBCF1DF0110EDBCF9D :104AD0001EF0120EDBCF1FF0130EDBCF20F01D50A7 :104AE0001E101F1020101AE1240EDBCFE9FF250E47 :104AF000DBCFEAFF320EE926000EEA22200EE9267D :104B0000000EEA22100EEECFDBFF110EEECFDBFF20 :104B1000120EEECFDBFF130EEECFDBFF240EDBCF4A :104B2000E9FF250EDBCFEAFF320EE926000EEA226E :104B30000E0EE926000EEA22200EEECFDBFF210E3C :104B4000EDCFDBFFD950200FE96E000EDA20EA6EC0 :104B5000EE50ED1001E1AFD2200EDBCF21F0210E9F :104B6000DBCF22F0236A246AD9500C0FE96E000EC5 :104B7000DA20EA6E2150EE241D6E2250EE201E6EC9 :104B80002350EE201F6E2450EE20206E240EDBCF2B :104B9000E9FF250EDBCFEAFF080EE926000EEA2228 :104BA000EECF25F0EFCF26F0040E0F0B05E0D890E6 :104BB00026322532E806FBE1276A286A25501D26A1 :104BC00026501E2227501F2228502022140E1DC0BE :104BD000DBFF150E1EC0DBFF160E1FC0DBFF170E1E :104BE00020C0DBFF140EDBCF1DF0150EDBCF1EF057 :104BF000160EDBCF1FF0170EDBCF20F0D950100FB1 :104C0000E96E000EDA20EA6E1D50EE5C1E50EE5882 :104C10001F50EE582050EE5801E24DD2240EDBCF4B :104C2000E9FF250EDBCFEAFF020EE926000EEA229D :104C3000EFCF25F0266A276A286A100EDBCF21F015 :104C4000110EDBCF22F0120EDBCF23F0130EDBCFE1 :104C500024F0D950140FE96E000EDA20EA6EEE50FF :104C6000215C1D6EEE5022581E6EEE5023581F6EB2 :104C7000EE502458206E1DC03BF01EC03CF01FC0FB :104C80003DF03E6E25C040F026C041F027C042F006 :104C900028C043F02BEC70F0180E3BC0DBFF190E60 :104CA0003CC0DBFF1A0E3DC0DBFF1B0E3EC0DBFF2E :104CB000180EDBCF1DF0190EDBCF1EF01A0EDBCF66 :104CC0001FF01B0EDBCF20F01D501E101F102010F8 :104CD00001E1F1D1010EDF6ED950180FE96E000E1F :104CE000DA20EA6EF60EEE5C0F0EEE58000EEE586D :104CF000000EEE5802E3020EDF6ED950180FE96E77 :104D0000000EDA20EA6EF60EEE5CFF0EEE58000E94 :104D1000EE58000EEE5802E3030EDF6E020E1D6E1B :104D20001E6A1F6A206AD950180FE96E000EDA2039 :104D3000EA6EEE501D26EE501E22EE501F22EE505F :104D40002022240EDBCFE9FF250EDBCFEAFF160E73 :104D5000E926000EEA221DC0EEFF1EC0EEFF1FC0B6 :104D6000EEFF20C0EEFF240EDBCFE9FF250EDBCFE8 :104D7000EAFF1E0EE926000EEA22080EDBCFEEFF48 :104D8000090EDBCFEEFF0A0EDBCFEEFF0B0EDBCF03 :104D9000EEFF200EDBCF1DF0210EDBCF1EF01F6AD1 :104DA000206AD950080FE96E000EDA20EA6EEE5044 :104DB0001D26EE501E22EE501F22EE502022240E01 :104DC000DBCFE9FF250EDBCFEAFF220EE926000E3E :104DD000EA221DC0EEFF1EC0EEFF1FC0EEFF20C086 :104DE000EEFF140EDBCF1DF0150EDBCF1EF0160EFE :104DF000DBCF1FF0170EDBCF20F0D950080FE96E84 :104E0000000EDA20EA6EEE501D26EE501E22EE5005 :104E10001F22EE502022240EDBCFE9FF250EDBCF30 :104E2000EAFF2A0EE926000EEA221DC0EEFF1EC090 :104E3000EEFF1FC0EEFF20C0EEFF030EDF5C5CE163 :104E4000240EDBCFE9FF250EDBCFEAFF080EE926B3 :104E5000000EEA22EE50ED1001E02DD1240EDBCF42 :104E6000E9FF250EDBCFEAFF320EE926000EEA222B :104E70002C0EE926000EEA22EECF1DF0EECF1EF03A :104E8000EECF1FF0EFCF20F0240EDBCFE9FF250E91 :104E9000DBCFEAFF260EE926000EEA221DC0EEFF58 :104EA0001EC0EEFF1FC0EEFF20C0EEFF240EDBCFC2 :104EB000E9FF250EDBCFEAFF160EE926000EEA22F7 :104EC000EECF3BF0EECF3CF0EECF3DF0EFCF3EF03B :104ED000040E406E416A426A436ACEEC6FF01C0ECB :104EE00037C0DBFF1D0E38C0DBFF1E0E39C0DBFFF5 :104EF0001F0E3AC0DBFFB1D0240EDBCFE9FF250E39 :104F0000DBCFEAFF080EE926000EEA22EE50ED1094 :104F100001E1D1D00C0EDBCF1DF00D0EDBCF1EF06A :104F20000E0EDBCF1FF00F0EDBCF20F0240EDBCFF9 :104F3000E9FF250EDBCFEAFF220EE926000EEA226A :104F4000EE501D26EE501E22EE501F22EE50202263 :104F5000240EDBCFE9FF250EDBCFEAFF260EE92684 :104F6000000EEA221DC0EEFF1EC0EEFF1FC0EEFFC6 :104F700020C0EEFF020EDF5C18E1240EDBCFE9FF5C :104F8000250EDBCFEAFF160EE926000EEA22EECF51 :104F90001DF0EECF1EF0EECF1FF0EFCF20F0D89037 :104FA0001D361E361F3620364CD0010E216E226A69 :104FB000236A246A240EDBCFE9FF250EDBCFEAFF4C :104FC000160EE926000EEA22EE502116EE502216A9 :104FD000EE502316EE502416240EDBCFE9FF250EEB :104FE000DBCFEAFF160EE926000EEA22EECF3BF0F9 :104FF000EECF3CF0EECF3DF0EFCF3EF0030E406E33 :10500000416A426A436ACEEC6FF037C03BF038C069 :105010003CF039C03DF03AC03EF0020E406E416AAD :10502000426A436A2BEC70F03B50000121241D6E54 :105030003C5022201E6E3D5023201F6E3E502420E7 :10504000206E1C0E1DC0DBFF1D0E1EC0DBFF1E0EE2 :105050001FC0DBFF1F0E20C0DBFF1C0EDBCF1DF0CF :105060001D0EDBCF1EF01E0EDBCF1FF01F0EDBCFA1 :1050700020F0FF0E1D26010E1E22000E1F222022F0 :10508000090ED89020321F321E321D32E806F9E197 :10509000240EDBCFE9FF250EDBCFEAFF1A0EE9264F :1050A000000EEA221D50EE5C1E50EE581F50EE58C6 :1050B0002050EE5802E20D0E64D1240EDBCFE9FF42 :1050C000250EDBCFEAFF0E0EE926000EEA22EE687F :1050D000EE68EE68EE68240EDBCFE9FF250EDBCF2D :1050E000EAFF0A0EE926000EEA22EE6AEE6AEE6A8E :1050F000EE6A030EDF5C01E011D1240EDBCFE9FF85 :10510000250EDBCFEAFF050EE926000EEA22EF6A44 :10511000240EDBCFE9FF250EDBCFEAFF320EE926B6 :10512000000EEA22300EE926000EEA22EECF1DF034 :10513000EFCF1EF01F6A206AD950080FE96E000EEB :10514000DA20EA6EEE501D26EE501E22EE501F228F :10515000EE502022240EDBCFE9FF250EDBCFEAFF45 :10516000120EE926000EEA221DC0EEFF1EC0EEFF61 :105170001FC0EEFF20C0EEFF010EE66E240EDBCF57 :10518000E9FF250EDBCFEAFF120EE926000EEA2228 :10519000EECFE6FFEECFE6FFEECFE6FFEFCFE6FF86 :1051A000240EDBCFE9FF250EDBCFEAFF320EE92626 :1051B000000EEA22E9CF1DF0EACF1EF0E9CFE6FFAC :1051C000EACFE6FF240EDBCFE9FF250EDBCFEAFFB7 :1051D000EE52EF50E66EF5EC5DF01F6E080EE15CEE :1051E00002E2E16AE552E16E1F50000901E096D04B :1051F000240EDBCFE9FF250EDBCFEAFF320EE926D6 :10520000000EEA22FE0EE926010EEA22550EEE18E5 :1052100001E084D0AA0EED1801E080D0240EDBCF8F :10522000E9FF250EDBCFEAFF320EE926000EEA2267 :10523000520EEE1873E1520EEE1870E1610EEE1888 :105240006DE1410EEE186AE1240EDBCFE9FF250E79 :10525000DBCFEAFF320EE926000EEA22E40EE92651 :10526000010EEA22720EEE1859E1720EEE1856E1A6 :10527000410EEE1853E1610EEE1850E1240EDBCF23 :10528000E9FF250EDBCFEAFF320EE926000EEA2207 :10529000EC0EE926010EEA22EECF1DF0EECF1EF055 :1052A000EECF1FF0EFCF20F0240EDBCFE9FF250E6D :1052B000DBCFEAFF0A0EE926000EEA221DC0EEFF50 :1052C0001EC0EEFF1FC0EEFF20C0EEFF240EDBCF9E :1052D000E9FF250EDBCFEAFF320EE926000EEA22B7 :1052E000E80EE926010EEA22EECF1DF0EECF1EF009 :1052F000EECF1FF0EFCF20F0240EDBCFE9FF250E1D :10530000DBCFEAFF0E0EE926000EEA221DC0EEFFFB :105310001EC0EEFF1FC0EEFF20C0EEFF240EDBCF4D :10532000E9FF250EDBCFEAFFDFCFEFFF0001C82B3F :10533000000EC923240EDBCFE9FF250EDBCFEAFFE9 :10534000060EE926000EEA22C8C0EEFFC9C0EDFF36 :10535000240EDBCFE9FF250EDBCFEAFF2E0EE92678 :10536000000EEA22EE6AEE6AEE6AEE6A240EDBCFE7 :10537000E9FF250EDBCFEAFF040EE926000EEA2244 :10538000EF6A1D6E260EE15C02E2E16AE552E16E13 :105390001D50E552E5CFDAFFE7CFD9FF1200D9CF94 :1053A000E6FFDACFE6FFE1CFD9FFE2CFDAFFE65240 :1053B000E652FC0EDBCFDEFFDBCFDDFFD9CFE9FF0E :1053C000DACFEAFFEE50ED1033E0DECFE9FFDDCFBC :1053D000EAFFEE50ED102CE0DECFE9FFDDCFEAFF73 :1053E000EE50EFCFEAFFE96EEF5022E0DECFE9FFAB :1053F000DDCFEAFFEE50EFCFEAFFE96E060EE926B9 :10540000000EEA22EECF1DF0EFCF1EF0DECFE9FF57 :10541000DDCFEAFF020EE926000EEA22EECF1FF0F2 :10542000EFCF20F01F501D1802E120501E1802E09F :10543000090E13D0DECFE9FFDDCFEAFFEE50EFCF4C :10544000EAFFE96EEE52EF50E66EE0EC5DF0E552F9 :10545000010B02E0030E01D0000EE552E552E552C9 :10546000E5CFDAFFE7CFD9FF1200D9CFE6FFDACFD9 :10547000E6FFE1CFD9FFE2CFDAFFE652E652010EB6 :10548000F36EFD0EDBCFF4FFF350F45C02E30B0E82 :105490003BD0FD0EEA6ADB34FE0BEA36E96EC60E3F :1054A000E926000EEA22EECFDEFFEDCFDDFFD9CFF9 :1054B000E9FFDACFEAFFEE50ED1005E0DECFE9FFBD :1054C000DDCFEAFFEF6AD950FB0FE96EFF0EDA205D :1054D000EA6EEE50ED1007E0FB0EDBCFE9FFFC0EAD :1054E000DBCFEAFFEF6AFD0EEA6ADB34FE0BEA3639 :1054F000E96EC60EE926000EEA22FB0EDBCFEEFFB8 :10550000FC0EDBCFEDFF000EE552E552E552E5CF94 :10551000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFF7 :10552000E1CFD9FFE2CFDAFF2D0EE12402E3E168FB :10553000E652E16ED950FC0FE96EFF0EDA20EA6EFA :10554000EE50ED1002E1090EBFD2FC0EDBCFE9FFF9 :10555000FD0EDBCFEAFFEE6AED6AF90EDB9ADB9C0B :10556000DB9EDB50FE0BE66ED950010FE66E000E9F :10557000DA20E66ED950FA0FE66EFF0EDA20E66EFC :105580009CEC22F01D6E050EE15C02E2E16AE55240 :10559000E16E1D50DF6EDF5001E095D2D950190F3A :1055A0001D6E000EDA201E6E150E1DC0DBFF160EDE :1055B0001EC0DBFFFA0EDBCFE6FFFB0EDBCFE6FF04 :1055C000D950010FE66E000EDA20E66EF3EC20F003 :1055D000E552E552E552E552DF6E130EDBCF3DF0AA :1055E000140EDBCF3EF0170E3DC0DBFF180E3EC0A1 :1055F000DBFFDF500BE1D950170FE96E000EDA2008 :10560000EA6EEE50ED1002E1060EDF6EF90EDB5091 :105610001C0B01E149D1DF501DE0040EDF5C0BE102 :10562000D950010FE66E000EDA20E66E4CEC1DF04C :10563000E552E552DF6EF90EDB86130EDBCF3DF04F :10564000140EDBCF3EF0170E3DC0DBFF180E3EC040 :10565000DBFF16D00B0EE76E170EDBCFE9FF180E3F :10566000DBCFEAFFE750E926000EEA22EF50110BEC :1056700002E0070E04D0F90EDBA402D0080EDF6EA4 :10568000DF5001E039D1F90EDB50080B01E134D1D4 :105690007AEC68F0250E3BC0DBFF260E3CC0DBFF3A :1056A000270E3DC0DBFF280E3EC0DBFF0E0EE76E6F :1056B000170EDBCFE9FF180EDBCFEAFFE750E92634 :1056C000000EEA22250EDBCFEEFF260EDBCFEEFF2B :1056D000270EDBCFEEFF280EDBCFEEFF0B0EE76EC3 :1056E000170EDBCFE9FF180EDBCFEAFFE750E92604 :1056F000000EEA22EF6A1C0EE76E170EDBCFE9FF01 :10570000180EDBCFEAFFE750E926000EEA22EE6A28 :10571000EE6AEE6AEE6A170EDBCFE6FF180EDBCFFD :10572000E6FF010EDBCFE6FF020EDBCFE6FF0DEC5E :105730001BF0E552E552E552E552290E3BC0DBFF76 :105740002A0E3CC0DBFF2B0E3DC0DBFF2C0E3EC003 :10575000DBFFE66AE66AE66AE66A170EDBCFE6FF7B :10576000180EDBCFE6FF77EC1BF01D6E060EE15C3A :1057700002E2E16AE552E16E1D50010EDBCFE9FF66 :10578000020EDBCFEAFF040EE926000EEA22010E2C :10579000EF6E290EDBCF1DF02A0EDBCF1EF02B0E95 :1057A000DBCF1FF02C0EDBCF20F01D501E101F1082 :1057B000201001E1A1D0010EDBCFE9FF020EDBCF0B :1057C000EAFF2E0EE926000EEA22250EEECFDBFFC1 :1057D000260EEECFDBFF270EEECFDBFF280EEECF3F :1057E000DBFFD950290FE96E000EDA20EA6EEECF0A :1057F000E6FFEECFE6FFEECFE6FFEFCFE6FF010ECE :10580000DBCFE6FF020EDBCFE6FFF1EC0FF01D6E03 :10581000060EE15C02E2E16AE552E16E1D50DF6EC8 :10582000DF506AE1290EDBCF1DF02A0EDBCF1EF020 :105830002B0EDBCF1FF02C0EDBCF20F01D06000E51 :105840001E5A1F5A205A010EDBCFE9FF020EDBCF92 :10585000EAFF0A0EE926000EEA221DC0EEFF1EC076 :10586000EEFF1FC0EEFF20C0EEFFD950250FE96EFE :10587000000EDA20EA6EEECFE6FFEECFE6FFEECFC7 :10588000E6FFEFCFE6FF010EDBCFE6FF020EDBCF38 :10589000E6FF0BEC08F01D6E060EE15C02E2E16A29 :1058A000E552E16E1D5027D0DF5026E10B0EE76E6A :1058B000170EDBCFE9FF180EDBCFEAFFE750E92632 :1058C000000EEA22EF50100B02E0040E14D0F90E85 :1058D000DB50020B11E00B0EE76E170EDBCFE9FF7A :1058E000180EDBCFEAFFE750E926000EEA22EF5060 :1058F000010B02E0070EDF6EDF5037E1F90EDBB679 :10590000DB8A010EDBCFE9FF020EDBCFEAFF2E0EB2 :10591000E926000EEA22EECF1DF0EECF1EF0EECF0C :105920001FF0EFCF20F0FC0EDBCFE9FFFD0EDBCF49 :10593000EAFF1A0EE926000EEA221DC0EEFF1EC085 :10594000EEFF1FC0EEFF20C0EEFFFC0EDBCFE9FF35 :10595000FD0EDBCFEAFF1E0EE926000EEA22170E2F :10596000DBCFEEFF180EDBCFEDFFDF5001E0ABD059 :10597000FC0EDBCFE9FFFD0EDBCFEAFF040EE926CC :10598000000EEA22F90EDBCFEFFF170EDBCFE6FFAA :10599000180EDBCFE6FF010EDBCFE6FF020EDBCFFA :1059A000E6FF0DEC1BF0E552E552E552E5523CC036 :1059B0001EF03DC01FF03EC020F0FC0EDBCFE9FF23 :1059C000FD0EDBCFEAFF0E0EE926000EEA223BC0F9 :1059D000EEFF1EC0EEFF1FC0EEFF20C0EEFF1C0E4C :1059E000E76E170EDBCFE9FF180EDBCFEAFFE750BB :1059F000E926000EEA22EECF1DF0EECF1EF0EECF2C :105A00001FF0EFCF20F0FC0EDBCFE9FFFD0EDBCF68 :105A1000EAFF0A0EE926000EEA221DC0EEFF1EC0B4 :105A2000EEFF1FC0EEFF20C0EEFFFC0EDBCFE9FF54 :105A3000FD0EDBCFEAFF060EE926000EEA22EE6A33 :105A4000EE6AEE6AEE6AFC0EDBCFE9FFFD0EDBCFFD :105A5000EAFF160EE926000EEA22EE6AEE6AEE6A08 :105A6000EE6AFC0EDBCFE9FFFD0EDBCFEAFF200E76 :105A7000EB6A210EEB6AFC0EDBCFE9FFFD0EDBCFFC :105A8000EAFF010EDBCFEEFF020EDBCFEDFF010ED2 :105A9000DBCFE9FF020EDBCFEAFF060EE926000EA0 :105AA000EA22EECF1DF0EFCF1EF0FC0EDBCFE9FFB8 :105AB000FD0EDBCFEAFF020EE926000EEA221DC032 :105AC000EEFF1EC0EDFFDF501D6E2D0EE15C02E209 :105AD000E16AE552E16E1D50E552E5CFDAFFE7CF0E :105AE000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF29 :105AF000E2CFDAFF140EE12402E3E168E652E16E40 :105B0000FA0EDBCF3DF0FB0EDBCF3EF0120E3DC0B8 :105B1000DBFF130E3EC0DBFFF60EDBCFE9FFF70E17 :105B2000DBCFEAFFEE6AED6AFC0EDBCFE6FFFD0E8F :105B3000DBCFE6FF34DCE552E552DF6EDF5003E0F9 :105B4000DF50FFEF31F0FC0EDBCFE9FFFD0EDBCFC6 :105B5000EAFF040EE926000EEA22EF50800B01E076 :105B6000D6D1FC0EDBCFE9FFFD0EDBCFEAFF040E42 :105B7000E926000EEA22EF50010B03E1070EFFEFCA :105B800031F0FC0EDBCFE9FFFD0EDBCFEAFF0A0EA2 :105B9000E926000EEA22EECF21F0EECF22F0EECF82 :105BA00023F0EFCF24F0FC0EDBCFE9FFFD0EDBCFBF :105BB000EAFF060EE926000EEA22EE50215C1D6E79 :105BC000EE5022581E6EEE5023581F6EEE50245891 :105BD000206E090E1DC0DBFF0A0E1EC0DBFF0B0E80 :105BE0001FC0DBFF0C0E20C0DBFFF80EDBCF1DF06B :105BF000F90EDBCF1EF01F6A206AD950090FE96E3B :105C0000000EDA20EA6E1D50EE5C1E50EE581F505A :105C1000EE582050EE580CE2090EDBCF3DF00A0E94 :105C2000DBCF3EF0F80E3DC0DBFFF90E3EC0DBFFE0 :105C3000D950F80FE96EFF0EDA20EA6EEE50ED1043 :105C400001E1DCD3FC0EDBCFE9FFFD0EDBCFEAFF89 :105C5000060EE926000EEA22EECF1DF0EECF1EF072 :105C6000010E1E161F6A206A1D501E101F102010E4 :105C700001E0C1D2FC0EDBCFE9FFFD0EDBCFEAFF76 :105C8000060EE926000EEA22EECF1DF0EECF1EF042 :105C9000EECF1FF0EFCF20F0090ED89020321F3248 :105CA0001E321D32E806F9E1FC0EDBCFE9FFFD0EE6 :105CB000DBCFEAFFEE50EFCFEAFFE96E020EE926F6 :105CC000000EEA22EF04216E226A236A246AE85059 :105CD0001D1622501E1623501F1624502016110E7A :105CE0001DC0DBFFDB5001E0C4D0FC0EDBCFE9FFC1 :105CF000FD0EDBCFEAFF060EE926000EEA22EECF0C :105D00001DF0EECF1EF0EECF1FF0EFCF20F01D50B4 :105D10001E101F10201017E1FC0EDBCFE9FFFD0E57 :105D2000DBCFEAFF0E0EE926000EEA22010EEECFCF :105D3000DBFF020EEECFDBFF030EEECFDBFF040E28 :105D4000EECFDBFF5ED0FC0EDBCFE9FFFD0EDBCF3D :105D5000EAFF200EE926000EEA22EE50ED101FE0C9 :105D6000FC0EDBCFE9FFFD0EDBCFEAFF060EE926D6 :105D7000000EEA22EECFE6FFEECFE6FFEECFE6FF23 :105D8000EFCFE6FFFC0EDBCFE6FFFD0EDBCFE6FF3D :105D9000DEEC13F01D6E060EE15C25E222D0FC0E57 :105DA000DBCFE9FFFD0EDBCFEAFF120EE926000E86 :105DB000EA22EECFE6FFEECFE6FFEECFE6FFEFCF33 :105DC000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEECFF7 :105DD000E6FFEFCFE6FF6CEC0AF01D6E060EE15C0D :105DE00002E2E16AE552E16E1D50010E3BC0DBFFAD :105DF000020E3CC0DBFF030E3DC0DBFF040E3EC0C5 :105E0000DBFFD950010FE96E000EDA20EA6E020EB8 :105E1000EE5C000EEE58000EEE58000EEE586CE3ED :105E2000D950010FE96E000EDA20EA6EE868EE182C :105E30000AE1E868EE1807E1E868EE1804E1E868AE :105E4000EE1801E139D2FC0EDBCFE9FFFD0EDBCF0E :105E5000EAFF120EE926000EEA22010EDBCFEEFF6A :105E6000020EDBCFEEFF030EDBCFEEFF040EDBCF27 :105E7000EEFFFC0EDBCFE9FFFD0EDBCFEAFF120EDB :105E8000E926000EEA22EECFE6FFEECFE6FFEECFE8 :105E9000E6FFEFCFE6FFFC0EDBCFE9FFFD0EDBCF29 :105EA000EAFFEECFE6FFEFCFE6FFDCEC09F01D6E78 :105EB000060EE15C02E2E16AE552E16E1D50050E5C :105EC0003BC0DBFF060E3CC0DBFF070E3DC0DBFF27 :105ED000080E3EC0DBFF050EDBCF1DF0060EDBCF4C :105EE0001EF0070EDBCF1FF0080EDBCF20F01D5099 :105EF0001E101F1020100DE1FC0EDBCFE9FFFD0E80 :105F0000DBCFEAFF040EE926000EEA22EF8E020E36 :105F100076D2110EDBCF1DF01E6A1F6A206AD9509F :105F2000050FE96E000EDA20EA6E1D50EE261E50B7 :105F3000EE221F50EE222050EE221D6A020E1E6E2F :105F4000F80EDBCF3DF0F90EDBCF3EF01DC042F086 :105F50001EC043F088EC70F00F0E3DC0DBFF100E4A :105F60003EC0DBFFD9500F0FE96E000EDA20EA6E5B :105F7000EE50ED1001E129D1110EDB501F6E206AA9 :105F80000F0EDB501F241D6E100EDB5020201E6EE6 :105F9000FC0EDBCFE9FFFD0EDBCFEAFFEE50EFCFCB :105FA000EAFFE96E020EE926000EEA22EF50216EAA :105FB000226A1D50215C1E50225820E2110EDBCFB8 :105FC000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEE5074 :105FD000EFCFEAFFE96E020EE926000EEA22EF504B :105FE000E552D880E754E66ED9500F0FE96E000EE7 :105FF000DA20EA6EE552E750EE6EED6A0F0EDBCF67 :10600000E6FFD950050FE96E000EDA20EA6EEECFFA :10601000E6FFEECFE6FFEECFE6FFEFCFE6FF120E94 :10602000DBCFE6FF130EDBCFE6FFFC0EDBCFE9FF95 :10603000FD0EDBCFEAFFEE50EFCFEAFFE96EEE5246 :10604000EF50E66EF5EC5DF01D6E080EE15C02E2CD :10605000E16AE552E16E1D50000901E02DD1FC0E10 :10606000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF1B :10607000E96E040EE926000EEA22EF5001E193D00A :10608000050EDBCF21F0060EDBCF22F0070EDBCFB3 :1060900023F0080EDBCF24F0FC0EDBCFE9FFFD0E72 :1060A000DBCFEAFFEE50EFCFEAFFE96E2E0EE926D6 :1060B000000EEA222150EE5C1D6E2250EE581E6E3C :1060C0002350EE581F6E2450EE58206E0F0EDBCF7B :1060D00025F0100EDBCF26F0276A286A25501D5CBC :1060E00026501E5827501F58285020585CE2E66A58 :1060F000020EE66EFC0EDBCFE9FFFD0EDBCFEAFF02 :10610000EE50EFCFEAFFE96E320EE926000EEA22EA :10611000E9CF1DF0EACF1EF0E9CFE6FFEACFE6FFB8 :10612000050EDBCF25F0060EDBCF26F0070EDBCF0A :1061300027F0080EDBCF28F0FC0EDBCFE9FFFD0EC9 :10614000DBCFEAFFEE50EFCFEAFFE96E2E0EE92635 :10615000000EEA222550EE5C216E2650EE58226E8B :106160002750EE58236E2850EE58246E090ED89012 :106170002136223623362436E806F9E1120EDB50AA :1061800021241F6E130EDB502220206E1FC0E6FF5D :10619000E66E6CEC05F0296E060EE15C02E2E16A47 :1061A000E552E16E29503D6A020E3E6E0F0EDBCFC6 :1061B00042F0100EDBCF43F04FEC70F00D0E3BC001 :1061C000DBFF0E0E3CC0DBFFCED0FC0EDBCFE9FFC9 :1061D000FD0EDBCFEAFF160EE926000EEA22050EC1 :1061E000DBCFEEFF060EDBCFEEFF070EDBCFEEFFC1 :1061F000080EDBCFEEFFFC0EDBCFE9FFFD0EDBCFA1 :10620000EAFF060EE926000EEA22EECF1DF0EFCFE0 :106210001EF00001010E1E16000ED8801D56020E43 :106220001E560D0E1DC0DBFF0E0E1EC0DBFF0D0E39 :10623000DBCF1DF00E0EDBCF1EF0F80EDBCF1FF014 :10624000F90EDBCF20F01D501F5C1E5020580CE2D1 :10625000F80EDBCF3DF0F90EDBCF3EF00D0E3DC06A :10626000DBFF0E0E3EC0DBFFFC0EDBCFE9FFFD0EB9 :10627000DBCFEAFF160EE926000EEA22EECFE6FF9C :10628000EECFE6FFEECFE6FFEFCFE6FFFC0EDBCF73 :10629000E9FFFD0EDBCFEAFFEECFE6FFEFCFE6FF33 :1062A0000BEC08F01D6E060EE15C02E2E16AE552BD :1062B000E16E1D5000090DE0FC0EDBCFE9FFFD0E85 :1062C000DBCFEAFF040EE926000EEA22EF8E010E74 :1062D00096D00D0EDBCFE6FF0E0EDBCFE6FFFC0EF9 :1062E000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF99 :1062F000E96E320EE926000EEA22E9CF1FF0EACF5E :1063000020F0FC0EDBCFE9FFFD0EDBCFEAFF060E2F :10631000E926000EEA22EECF3BF0EECF3CF0EECFC6 :106320003DF0EFCF3EF0406A020E416E426A436A92 :106330002BEC70F01F5037241D6E205038201E6E3D :106340001DC0E6FFE66E120EDBCFE6FF130EDBCFBD :10635000E6FF6CEC05F0216E060EE15C02E2E16AFC :10636000E552E16E21500D0EDBCF1DF00E0EDBCF9E :106370001EF0D950120FE96E000EDA20EA6E1D50A1 :10638000EE261E50ED220D0EDBCF1FF00E0EDBCFE2 :1063900020F0216A226AFC0EDBCFE9FFFD0EDBCF85 :1063A000EAFF060EE926000EEA221F50EE262050D4 :1063B000EE222150EE222250EE220D0EDBCF23F0F2 :1063C0000E0EDBCF24F0F60EDBCFE9FFF70EDBCFAE :1063D000EAFF2350EE262450ED220D0EDBCF25F0F0 :1063E0000E0EDBCF26F0D950F80FE96EFF0EDA2043 :1063F000EA6E2550EE5E2650ED5A1AD4000E1D6E40 :10640000140EE15C02E2E16AE552E16E1D50E552D4 :10641000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF19 :10642000E6FFE1CFD9FFE2CFDAFF100EE12402E36D :10643000E168E652E16EFA0EDBCF3DF0FB0EDBCFFA :106440003EF00D0E3DC0DBFF0E0E3EC0DBFFF60E34 :10645000DBCFE9FFF70EDBCFEAFFEE6AED6AFC0E59 :10646000DBCFE6FFFD0EDBCFE6FFCFEC29F0E552F8 :10647000E552DF6EDF5003E0DF50C3EF37F0FC0E74 :10648000DBCFE9FFFD0EDBCFEAFF040EE926000EAD :10649000EA22EF50800B01E04CD2FC0EDBCFE9FF8B :1064A000FD0EDBCFEAFF040EE926000EEA22EF50D4 :1064B000020B03E1070EC3EF37F0F80EDBCF1DF040 :1064C000F90EDBCF1EF01F6A206AFC0EDBCFE9FF5E :1064D000FD0EDBCFEAFF0A0EE926000EEA22EE509F :1064E0001D26EE501E22EE501F22EE502022FC0EE2 :1064F000DBCFE9FFFD0EDBCFEAFF0A0EE926000E37 :10650000EA22EE501D5CEE501E58EE501F58EE5021 :10651000205804E2F80EDB6AF90EDB6AD950F80F56 :10652000E96EFF0EDA20EA6EEE50ED1002E16FEF39 :1065300037F0FC0EDBCFE9FFFD0EDBCFEAFF060EE6 :10654000E926000EEA22EECF1DF0EECF1EF0010E7E :106550001E161F6A206A1D501E101F10201001E019 :10656000AAD3FC0EDBCFE9FFFD0EDBCFEAFF060E60 :10657000E926000EEA22EECF1DF0EECF1EF0EECFA0 :106580001FF0EFCF20F0090ED89020321F321E32BC :106590001D32E806F9E1FC0EDBCFE9FFFD0EDBCF93 :1065A000EAFFEE50EFCFEAFFE96E020EE926000E99 :1065B000EA22EF04216E226A236A246AE8501D163B :1065C00022502350245020160F0E1DC0DBFFDB503D :1065D00001E023D1FC0EDBCFE9FFFD0EDBCFEAFFAC :1065E000060EE926000EEA22EECF1DF0EECF1EF0D9 :1065F000EECF1FF0EFCF20F01D501E101F10201007 :1066000063E1FC0EDBCFE9FFFD0EDBCFEAFF0E0EF0 :10661000E926000EEA22010EEECFDBFF020EEECFDE :10662000DBFF030EEECFDBFF040EEECFDBFF010E30 :10663000DBCF1DF0020EDBCF1EF0030EDBCF1FF011 :10664000040EDBCF20F01D501E101F10201001E0A3 :1066500099D0E66AE66AE66AE66AFC0EDBCFE9FFF5 :10666000FD0EDBCFEAFFEECFE6FFEFCFE6FF26EC35 :1066700011F01D6E060EE15C02E2E16AE552E16E88 :106680001D50010E3BC0DBFF020E3CC0DBFF030EC2 :106690003DC0DBFF040E3EC0DBFFFC0EDBCFE9FF9D :1066A000FD0EDBCFEAFF0E0EE926000EEA22010EF8 :1066B000DBCFEEFF020EDBCFEEFF030EDBCFEEFFF4 :1066C000040EDBCFEEFF5ED0FC0EDBCFE9FFFD0E4C :1066D000DBCFEAFF200EE926000EEA22EE50ED1095 :1066E0001FE0FC0EDBCFE9FFFD0EDBCFEAFF060E5D :1066F000E926000EEA22EECFE6FFEECFE6FFEECF70 :10670000E6FFEFCFE6FFFC0EDBCFE6FFFD0EDBCFB3 :10671000E6FFDEEC13F01D6E060EE15C25E222D0F2 :10672000FC0EDBCFE9FFFD0EDBCFEAFF120EE92600 :10673000000EEA22EECFE6FFEECFE6FFEECFE6FF59 :10674000EFCFE6FFFC0EDBCFE9FFFD0EDBCFEAFF6C :10675000EECFE6FFEFCFE6FF26EC11F01D6E060E42 :10676000E15C02E2E16AE552E16E1D50010E3BC0C0 :10677000DBFF020E3CC0DBFF030E3DC0DBFF040E5F :106780003EC0DBFF010EDBCF1DF0020EDBCF1EF0A3 :10679000030EDBCF1FF0040EDBCF20F01D501E10C8 :1067A0001F10201001E19BD3D950010FE96E000E9C :1067B000DA20EA6E010EEE1807E1EE5005E1EE5028 :1067C00003E1EE5001E1AAD0D950010FE96E000EAD :1067D000DA20EA6EE868EE180AE1E868EE1807E1E8 :1067E000E868EE1804E1E868EE1801E1C5D2FC0E95 :1067F000DBCFE9FFFD0EDBCFEAFF120EE926000E2C :10680000EA22010EDBCFEEFF020EDBCFEEFF030E1E :10681000DBCFEEFF040EDBCFEEFFFC0EDBCFE9FF9C :10682000FD0EDBCFEAFFEE50EFCFEAFFE96E2E0E52 :10683000E926000EEA22EECF1DF0EECF1EF0EECFDD :106840001FF0EFCF20F0FC0EDBCFE9FFFD0EDBCF1A :10685000EAFF160EE926000EEA221D50EE181BE193 :106860001E50EE1818E11F50EE1815E12050EE18DA :1068700012E111E1FC0EDBCFE9FFFD0EDBCFEAFFF9 :10688000EECFE6FFEFCFE6FFC3EC06F0E552E552B0 :10689000000901E071D2FC0EDBCFE9FFFD0EDBCF7A :1068A000EAFF120EE926000EEA22EECFE6FFEECF57 :1068B000E6FFEECFE6FFEFCFE6FFFC0EDBCFE9FF12 :1068C000FD0EDBCFEAFFEECFE6FFEFCFE6FFDCEC1D :1068D00009F01D6E060EE15C02E2E16AE552E16E2E :1068E0001D50050E3BC0DBFF060E3CC0DBFF070E54 :1068F0003DC0DBFF080E3EC0DBFF050EDBCF1DF009 :10690000060EDBCF1EF0070EDBCF1FF0080EDBCF2D :1069100020F01D501E101F1020100DE1FC0EDBCFCB :10692000E9FFFD0EDBCFEAFF040EE926000EEA22A6 :10693000EF8E020E28D30F0EDBCF1DF01E6A1F6AEA :10694000206AD950050FE96E000EDA20EA6E1D505C :10695000EE261E50EE221F50EE222050EE221D6A1F :10696000020E1E6EF80EDBCF3DF0F90EDBCF3EF0CF :106970001DC042F01EC043F088EC70F00B0E3DC00D :10698000DBFF0C0E3EC0DBFFD9500B0FE96E000E93 :10699000DA20EA6EEE50ED1001E127D10F0EDB5048 :1069A0001F6E206A0B0EDB501F241D6E0C0EDB5079 :1069B00020201E6EFC0EDBCFE9FFFD0EDBCFEAFFD1 :1069C000EE50EFCFEAFFE96E020EE926000EEA2252 :1069D000EF50216E226A1D50215C1E50225820E289 :1069E0000F0EDBCFE6FFFC0EDBCFE9FFFD0EDBCFAA :1069F000EAFFEE50EFCFEAFFE96E020EE926000E45 :106A0000EA22EF50E552D880E754E66ED9500B0FDA :106A1000E96E000EDA20EA6EE552E750EE6EED6A9E :106A20000B0EDBCFE6FFD950050FE96E000EDA2022 :106A3000EA6EEECFE6FFEECFE6FFEECFE6FFEFCF5A :106A4000E6FF0D0EDBCFE6FF0E0EDBCFE6FFFC0E02 :106A5000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF21 :106A6000E96EEE52EF50E66E65EC5EF01D6E080EBC :106A7000E15C02E2E16AE552E16E1D50000901E0CD :106A80007BD1050EDBCF21F0060EDBCF22F0070E07 :106A9000DBCF23F0080EDBCF24F0FC0EDBCFE9FFC9 :106AA000FD0EDBCFEAFFEE50EFCFEAFFE96E2E0ED0 :106AB000E926000EEA222150EE5C1D6E2250EE58AF :106AC0001E6E2350EE581F6E2450EE58206E0B0E93 :106AD000DBCF25F00C0EDBCF26F0276A286A255085 :106AE0001D5C26501E5827501F58285020586BE216 :106AF000E66A020EE66E050EDBCF23F0060EDBCF54 :106B000024F0070EDBCF25F0080EDBCF26F0FC0EBD :106B1000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF60 :106B2000E96E2E0EE926000EEA222350EE5C1F6E5F :106B30002450EE58206E2550EE58216E2650EE5807 :106B4000226E090ED8901F36203621362236E806EE :106B5000F9E10D0EDB501F241D6E0E0EDB502020C0 :106B60001E6E1DC0E6FFE66EFC0EDBCFE9FFFD0EDC :106B7000DBCFEAFFEE50EFCFEAFFE96E320EE926F7 :106B8000000EEA22E9CF27F0EACF28F0E9CFE6FFAE :106B9000EACFE6FF6CEC05F0296E060EE15C02E23E :106BA000E16AE552E16E2950FC0EDBCFE9FFFD0EF4 :106BB000DBCFEAFFEE50EFCFEAFFE96E040EE926E5 :106BC000000EEA22EF6A3D6A020E3E6E0B0EDBCF2C :106BD00042F00C0EDBCF43F04FEC70F0090E3BC0DF :106BE000DBFF0A0E3CC0DBFF2ED1FC0EDBCFE9FF42 :106BF000FD0EDBCFEAFF0A0EE926000EEA22EECFF9 :106C00001DF0EECF1EF0EECF1FF0EFCF20F0FC0E08 :106C1000DBCFE9FFFD0EDBCFEAFF060EE926000E13 :106C2000EA221D50EE5C1E50EE581F50EE582050C8 :106C3000EE582BE3FC0EDBCFE9FFFD0EDBCFEAFFC6 :106C4000EECFE6FFEFCFE6FFC3EC06F0E552E552EC :106C5000000901E091D0FC0EDBCFE9FFFD0EDBCF98 :106C6000EAFFEE50EFCFEAFFE96E2E0EE926000EA6 :106C7000EA22050EDBCFEEFF060EDBCFEEFF070E9E :106C8000DBCFEEFF080EDBCFEEFFFC0EDBCFE9FF24 :106C9000FD0EDBCFEAFF160EE926000EEA22050EF6 :106CA000DBCFEEFF060EDBCFEEFF070EDBCFEEFFF6 :106CB000080EDBCFEEFFFC0EDBCFE9FFFD0EDBCFD6 :106CC000EAFF060EE926000EEA22EECF1DF0EFCF16 :106CD0001EF00001010E1E16000ED8801D56020E79 :106CE0001E56090E1DC0DBFF0A0E1EC0DBFF090E7B :106CF000DBCF1DF00A0EDBCF1EF0F80EDBCF1FF04E :106D0000F90EDBCF20F01D501F5C1E5020580CE206 :106D1000F80EDBCF3DF0F90EDBCF3EF0090E3DC0A3 :106D2000DBFF0A0E3EC0DBFFFC0EDBCFE9FFFD0EF2 :106D3000DBCFEAFF160EE926000EEA22EECFE6FFD1 :106D4000EECFE6FFEECFE6FFEFCFE6FFFC0EDBCFA8 :106D5000E9FFFD0EDBCFEAFFEECFE6FFEFCFE6FF68 :106D60000BEC08F01D6E060EE15C02E2E16AE552F2 :106D7000E16E1D5000090DE0FC0EDBCFE9FFFD0EBA :106D8000DBCFEAFF040EE926000EEA22EF8E010EA9 :106D9000FAD0090EDBCFE6FF0A0EDBCFE6FF0D0EC1 :106DA000DBCFE6FF0E0EDBCFE6FFFC0EDBCFE9FF0D :106DB000FD0EDBCFEAFFEE50EFCFEAFFE96E320EB9 :106DC000E926000EEA22E9CF1FF0EACF20F0FC0E00 :106DD000DBCFE9FFFD0EDBCFEAFF060EE926000E52 :106DE000EA22EECF3BF0EECF3CF0EECF3DF0EFCF1E :106DF0003EF0406A020E416E426A436A2BEC70F02C :106E00001F5037241D6E205038201E6E1DC0E6FF17 :106E1000E66E6CEC05F0216E060EE15C02E2E16AC2 :106E2000E552E16E2150FC0EDBCFE9FFFD0EDBCF1A :106E3000EAFFEE50EFCFEAFFE96E040EE926000EFE :106E4000EA22010EEF6E090EDBCF1DF00A0EDBCF3A :106E50001EF0D9500D0FE96E000EDA20EA6E1D50BB :106E6000EE261E50ED22090EDBCF1FF00A0EDBCFFF :106E700020F0216A226AFC0EDBCFE9FFFD0EDBCF9A :106E8000EAFF060EE926000EEA221F50EE262050E9 :106E9000EE222150EE222250EE22090EDBCF23F00B :106EA0000A0EDBCF24F0F60EDBCFE9FFF70EDBCFC7 :106EB000EAFF2350EE262450ED22090EDBCF25F009 :106EC0000A0EDBCF26F0D950F80FE96EFF0EDA205C :106ED000EA6E2550EE5E2650ED5A8EEF32F0FC0E33 :106EE000DBCFE9FFFD0EDBCFEAFF0A0EE926000E3D :106EF000EA22EECF1DF0EECF1EF0EECF1FF0EFCF67 :106F000020F0FC0EDBCFE9FFFD0EDBCFEAFF060E23 :106F1000E926000EEA22EE501D5CEE501E58EE509F :106F20001F58EE50205824E2FC0EDBCFE9FFFD0E87 :106F3000DBCFEAFF060EE926000EEA22EECF1DF0B7 :106F4000EECF1EF0EECF1FF0EFCF20F0FC0EDBCF28 :106F5000E9FFFD0EDBCFEAFF0A0EE926000EEA226A :106F60001DC0EEFF1EC0EEFF1FC0EEFF20C0EEFFF3 :106F7000FC0EDBCFE9FFFD0EDBCFEAFF040EE926B6 :106F8000000EEA22EF8A1D6E100EE15C02E2E16A59 :106F9000E552E16E1D50E552E5CFDAFFE7CFD9FFAC :106FA0001200D9CFE6FFDACFE6FFE1CFD9FFE2CF7B :106FB000DAFF070EE12402E3E168E652E16EFC0E1F :106FC000DBCFE6FFFD0EDBCFE6FFCFEC29F0E5528D :106FD000E552DF6EDF5001E0FBD0FC0EDBCFE9FFB6 :106FE000FD0EDBCFEAFF040EE926000EEA22EF5089 :106FF000200B01E1EDD0FC0EDBCFE9FFFD0EDBCF76 :10700000EAFF1A0EE926000EEA22EECFE6FFEECFE7 :10701000E6FFEECFE6FFEFCFE6FFFC0EDBCFE9FFAA :10702000FD0EDBCFEAFFEECFE6FFEFCFE6FF0BEC86 :1070300008F01D6E060EE15C02E2E16AE552E16EC7 :107040001D50DF6EDF5001E0C3D0FC0EDBCFE9FF47 :10705000FD0EDBCFEAFF1E0EE926000EEA22050E2A :10706000EECFDBFF060EEDCFDBFF0B0EE76E050E5E :10707000DBCFE9FF060EDBCFEAFFE750E926000E83 :10708000EA22EF8AFC0EDBCFE9FFFD0EDBCFEAFF41 :107090000A0EE926000EEA22EECF1DF0EECF1EF01A :1070A000EECF1FF0EFCF20F01C0EE76E050EDBCF0A :1070B000E9FF060EDBCFEAFFE750E926000EEA22E1 :1070C0001DC0EEFF1EC0EEFF1FC0EEFF20C0EEFF92 :1070D000FC0EDBCFE9FFFD0EDBCFEAFF0E0EE9264B :1070E000000EEA22EECFE6FFEECFE6FFEECFE6FFA0 :1070F000EFCFE6FF050EDBCFE6FF060EDBCFE6FFA8 :1071000077EC1BF01D6E060EE15C02E2E16AE552CF :10711000E16E1D507AEC68F0010E3BC0DBFF020E01 :107120003CC0DBFF030E3DC0DBFF040E3EC0DBFFB7 :10713000160EE76E050EDBCFE9FF060EDBCFEAFF8A :10714000E750E926000EEA22010EDBCFEEFF020E29 :10715000DBCFEEFF030EDBCFEEFF040EDBCFEEFF47 :10716000120EE76E050EDBCFE9FF060EDBCFEAFF5E :10717000E750E926000EEA22EE6AED6AFC0EDBCF4C :10718000E9FFFD0EDBCFEAFF040EE926000EEA223E :10719000EF9AFC0EDBCFE9FFFD0EDBCFEAFFEE50EE :1071A000EFCFEAFFE96E040EE926000EEA22010E97 :1071B000EF6EFC0EDBCFE9FFFD0EDBCFEAFFEECF7B :1071C000E6FFEFCFE6FF96EC08F0E552E552DF6E02 :1071D000DF501D6E070EE15C02E2E16AE552E16EEE :1071E0001D50E552E5CFDAFFE7CFD9FF1200D9CF26 :1071F000E6FFDACFE6FFE1CFD9FFE2CFDAFFE652D2 :10720000FC0EDBCFE6FFFD0EDBCFE6FFCADEE5526C :10721000E552DF6EDF5008E1FC0EDBCFE9FFFD0E2B :10722000DBCFEAFFEE6AED6ADF50E552E552E5CFCB :10723000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFBA :10724000E1CFD9FFE2CFDAFF2F0EE12402E3E168BC :10725000E652E16EFC0EDBCFE6FFFD0EDBCFE6FF74 :10726000CFEC29F0E552E552DF6EDF5003E0DF504E :1072700078EF41F0FC0EDBCFE9FFFD0EDBCFEAFF3C :10728000040EE926000EEA22EF50800B02E0B0EF78 :1072900040F0FC0EDBCFE9FFFD0EDBCFEAFF200E56 :1072A000E926000EEA22EE50ED1001E172D3D9502A :1072B000F80FE96EFF0EDA20EA6EE868EE1801E0DA :1072C000EAD1E868EE1801E0E6D1E868EE1801E0DE :1072D000E2D1E868EE1801E0DED1FC0EDBCFE9FF79 :1072E000FD0EDBCFEAFF200EE926000EEA221D0E7E :1072F000EECFDBFF1E0EEDCFDBFFD9501D0FE96E89 :10730000000EDA20EA6EEECFF3FFEDCFF4FF040EAD :10731000EE26000EEF22F3CFE9FFF4CFEAFF150EC1 :10732000EECFDBFF160EEECFDBFF170EEECFDBFF4F :10733000180EEECFDBFF020EF36E190EF3CFDBFF5C :107340001A0EDB6A1B0EDB6A1C0EDB6AFC0EDBCF3F :10735000E9FFFD0EDBCFEAFF0E0EE926000EEA2262 :10736000010EEECFDBFF020EEECFDBFF030EEECF02 :10737000DBFF040EEECFDBFF010EDBCF1DF0020EB4 :10738000DBCF1EF0030EDBCF1FF0040EDBCF20F0AF :107390001D501E101F10201001E138D1D950010FCF :1073A000E96E000EDA20EA6E0D0EEECFDBFF0E0E58 :1073B000EECFDBFF0F0EEECFDBFF100EEECFDBFFCD :1073C000090EDB6A0A0EDB6A0B0EDB6A0C0EDB6A47 :1073D000D950190FE96E000EDA20EA6E020EEE2681 :1073E000000EEE22EE22EE22D950010FE96E000EC1 :1073F000DA20EA6E050EEECFDBFF060EEECFDBFFE6 :10740000070EEECFDBFF080EEECFDBFFD950090FE2 :10741000E96E000EDA20EA6EEE2A000EEE22EE226F :10742000EE22D950010FE96E000EDA20EA6EEECF9F :10743000E6FFEECFE6FFEECFE6FFEFCFE6FFFC0E76 :10744000DBCFE9FFFD0EDBCFEAFFEECFE6FFEFCFAC :10745000E6FF6CEC0AF01D6E060EE15C02E2E16AEA :10746000E552E16E1D50010E3BC0DBFF020E3CC039 :10747000DBFF030E3DC0DBFF040E3EC0DBFFD95037 :10748000010FE96E000EDA20EA6ED880010EEE548C :10749000000EEE54000EEE54000EEE5402E3A5EF83 :1074A00040F0D950010FE96E000EDA20EA6EE8686C :1074B000EE180BE1E868EE1808E1E868EE1805E15F :1074C000E868EE1802E1BEEF3FF0010E1D6E1E6A85 :1074D0001F6A206AD950050FE96E000EDA20EA6EA5 :1074E000EE501D26EE501E22EE501F22EE5020229E :1074F000D950010FE96E000EDA20EA6EEE501D1829 :1075000008E1EE501E1805E1EE501F1802E1EE50A2 :10751000201801E169D7150EDBCF1DF0160EDBCF69 :107520001EF0170EDBCF1FF0180EDBCF20F0D95066 :10753000190FE96E000EDA20EA6EEE501D5CEE5077 :107540001E58EE501F58EE5020583CE3D9501D0FE6 :10755000E96E000EDA20EA6EEECFF3FFEDCFF4FF16 :10756000040EEE26000EEF22F3CFE9FFF4CFEAFF80 :10757000090EDBCFEEFF0A0EDBCFEEFF0B0EDBCFEB :10758000EEFF0C0EDBCFEEFFD9501D0FE96E000EA3 :10759000DA20EA6EEECFF3FFEDCFF4FF040EEE2615 :1075A000000EEF22F3CFE9FFF4CFEAFF0D0EDBCFA1 :1075B000EEFF0E0EDBCFEEFF0F0EDBCFEEFF100E59 :1075C000DBCFEEFF010EDBCF1DF0020EDBCF1EF096 :1075D000030EDBCF1FF0040EDBCF20F0FC0EDBCF61 :1075E000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96ED9 :1075F000160EE926000EEA22EE501D5CEE501E58D3 :10760000EE501F58EE50205801E2C8D6FC0EDBCFDA :10761000E9FFFD0EDBCFEAFF200EE926000EEA228D :10762000EE50EFCFEAFFE96E190EDBCFEEFF1A0E38 :10763000DBCFEEFF1B0EDBCFEEFF1C0EDBCFEEFF32 :10764000150EDBCF1DF0160EDBCF1EF0170EDBCFB5 :107650001FF0180EDBCF20F0D950190FE96E000E85 :10766000DA20EA6EEE501D5CEE501E58EE501F58A8 :10767000EE5020580CE31D0EDBCFE9FF1E0EDBCFD2 :10768000EAFFEE6AEE6AEE6AEE6A77EF41F0110EFB :10769000DF6E77EF41F0F80EDBCF1DF0F90EDBCF98 :1076A0001EF0FA0EDBCF1FF0FB0EDBCF20F0FC0E3E :1076B000DBCFE9FFFD0EDBCFEAFF0A0EE926000E65 :1076C000EA221D50EE5C1E50EE581F50EE5820501E :1076D000EE5816E2FC0EDBCFE9FFFD0EDBCFEAFF32 :1076E0000A0EE926000EEA22F80EEECFDBFFF90EB5 :1076F000EECFDBFFFA0EEECFDBFFFB0EEECFDBFFB4 :10770000FC0EDBCFE9FFFD0EDBCFEAFF060EE9261C :10771000000EEA22F80EDBCFEEFFF90EDBCFEEFF14 :10772000FA0EDBCFEEFFFB0EDBCFEEFFF80EDBCF6A :107730001DF0F90EDBCF1EF0FA0EDBCF1FF0FB0EB3 :10774000DBCF20F01D501E101F10201002E177EF3C :1077500041F0F80EDBCF21F0F90EDBCF22F0FA0E6C :10776000DBCF23F0FB0EDBCF24F02106000E225AE4 :10777000235A245A21C0E6FF22C0E6FF23C0E6FFB9 :1077800024C0E6FFFC0EDBCFE6FFFD0EDBCFE6FFFD :10779000DEEC13F0256E060EE15C02E2E16AE552D2 :1077A000E16E25503BC01DF03CC01EF03DC01FF0F7 :1077B0003EC020F0FC0EDBCFE9FFFD0EDBCFEAFF81 :1077C000120EE926000EEA223BC0EEFF1EC0EEFFBD :1077D0001FC0EEFF20C0EEFFFC0EDBCFE9FFFD0E69 :1077E000DBCFEAFF120EE926000EEA22EECFE6FF1B :1077F000EECFE6FFEECFE6FFEFCFE6FFFC0EDBCFEE :10780000E9FFFD0EDBCFEAFFEECFE6FFEFCFE6FFAD :10781000DCEC09F01D6E060EE15C02E2E16AE55265 :10782000E16E1D50110E3BC0DBFF120E3CC0DBFFB2 :10783000130E3DC0DBFF140E3EC0DBFF110EDBCF8D :107840001DF0120EDBCF1EF0130EDBCF1FF0140E57 :10785000DBCF20F01D501E101F10201002E1A5EFFD :1078600040F0F80EDBCF1DF0F90EDBCF1EF0FA0E64 :10787000DBCF1FF0FB0EDBCF20F01D06000E1E5AE3 :107880001F5A205A090ED89020321F321E321D3244 :10789000E806F9E1FC0EDBCFE9FFFD0EDBCFEAFFE6 :1078A000EE50EFCFEAFFE96E020EE926000EEA2263 :1078B000EF04226A236A246AE8501D1622501E161D :1078C00023501F1624502016D950110FE96E000EB8 :1078D000DA20EA6E1D50EE261E50EE221F50EE22D8 :1078E0002050EE22FC0EDBCFE9FFFD0EDBCFEAFFDE :1078F000060EE926000EEA22EECF1DF0EECF1EF0B6 :10790000EECF1FF0010E1E161F6A206A1D501E10BA :107910001F10201002E177EF41F0110EDBCF21F0B4 :10792000120EDBCF22F0130EDBCF23F0140EDBCFD1 :1079300024F0FC0EDBCFE9FFFD0EDBCFEAFF160ED5 :10794000E926000EEA222150EE1808E12250EE1836 :1079500005E12350EE1802E12450EE1802E177EF22 :1079600041F0FC0EDBCFE9FFFD0EDBCFEAFF160E88 :10797000E926000EEA22110EDBCFEEFF120EDBCF5E :10798000EEFF130EDBCFEEFF140EDBCFEEFF77EF33 :1079900041F0F80EDBCF1DF0F90EDBCF1EF0FA0E32 :1079A000DBCF1FF0FB0EDBCF20F0FC0EDBCFE9FFBF :1079B000FD0EDBCFEAFF0A0EE926000EEA221D507B :1079C000EE5C1E50EE581F50EE582050EE5823E249 :1079D000FC0EDBCFE9FFFD0EDBCFEAFF040EE9264C :1079E000000EEA22EF50020B16E1FC0EDBCFE9FF9E :1079F000FD0EDBCFEAFF0A0EE926000EEA22F80EA2 :107A0000EECFDBFFF90EEECFDBFFFA0EEECFDBFFA2 :107A1000FB0EEECFDBFFFC0EDBCFE9FFFD0EDBCF75 :107A2000EAFF060EE926000EEA222B0EEECFDBFF60 :107A30002C0EEECFDBFF2D0EEECFDBFF2E0EEECFAA :107A4000DBFF270EDB6A280EDB6A290EDB6A2A0EB3 :107A5000DB6AFC0EDBCFE9FFFD0EDBCFEAFF060E93 :107A6000E926000EEA22EE6AEE6AEE6AEE6AF80E87 :107A7000DBCF1DF0F90EDBCF1EF0FA0EDBCF1FF0CF :107A8000FB0EDBCF20F01D501E101F10201001E157 :107A90008BD3FC0EDBCFE9FFFD0EDBCFEAFFEE5010 :107AA000EFCFEAFFE96E020EE926000EEA22EFCFE1 :107AB0003BF03C6A3D6A3E6A406A020E416E426A91 :107AC000436ACEEC6FF0230E37C0DBFF240E38C0C4 :107AD000DBFF250E39C0DBFF260E3AC0DBFFD95095 :107AE0002B0FE96E000EDA20EA6ED880000EEE54FD :107AF000000EEE54000EEE54000EEE5401E3D7D00B :107B00002B0EDBCF25F02C0EDBCF26F02D0EDBCF9E :107B100027F02E0EDBCF28F02506000E265A275A16 :107B2000285A25C03BF026C03CF027C03DF028C0B5 :107B30003EF0230EDBCF40F0240EDBCF41F0250ECC :107B4000DBCF42F0260EDBCF43F02BEC70F03BC0D6 :107B500021F03CC022F03DC023F03EC024F0F80EDE :107B6000DBCF1DF0F90EDBCF1EF0FA0EDBCF1FF0DE :107B7000FB0EDBCF20F01D06000E1E5A1F5A205AA6 :107B80001DC03BF01EC03CF01FC03DF020C03EF0C9 :107B9000230EDBCF40F0240EDBCF41F0250EDBCFF0 :107BA00042F0260EDBCF43F02BEC70F021503B5C13 :107BB00022503C5823503D5824503E5801E277D083 :107BC0002B0EDBCF1DF02C0EDBCF1EF02D0EDBCFEE :107BD0001FF02E0EDBCF20F01D06000E1E5A1F5A7E :107BE000205A230EDBCF21F0240EDBCF22F0250E0E :107BF000DBCF23F0260EDBCF24F02106000E225A25 :107C0000235A245A211E221E231E241E21501D16D3 :107C100022501E1623501F1624502016FC0EDBCFB8 :107C2000E9FFFD0EDBCFEAFF060EE926000EEA2291 :107C30001DC0EEFF1EC0EEFF1FC0EEFF20C0EEFF16 :107C4000FC0EDBCFE9FFFD0EDBCFEAFF060EE926D7 :107C5000000EEA22EECF1DF0EECF1EF0EECF1FF0A9 :107C6000EFCF20F0D950F80FE96EFF0EDA20EA6E60 :107C70001D50EE5E1E50EE5A1F50EE5A2050EE5A26 :107C8000FC0EDBCFE9FFFD0EDBCFEAFF120EE9268B :107C9000000EEA221F0EEECFDBFF200EEECFDBFF41 :107CA000210EEECFDBFF220EEECFDBFF9AD0FC0ED3 :107CB000DBCFE9FFFD0EDBCFEAFF0E0EE926000E5B :107CC000EA221F0EEECFDBFF200EEECFDBFF210EF0 :107CD000EECFDBFF220EEECFDBFF1F0EDBCF1DF062 :107CE000200EDBCF1EF0210EDBCF1FF0220EDBCFEC :107CF00020F01D501E101F1020105DE1E66AE66A9C :107D0000E66AE66AFC0EDBCFE9FFFD0EDBCFEAFF99 :107D1000EECFE6FFEFCFE6FF26EC11F01D6E060E6C :107D2000E15C02E2E16AE552E16E1D501F0E3BC0CC :107D3000DBFF200E3CC0DBFF210E3DC0DBFF220E2F :107D40003EC0DBFFD9501F0FE96E000EDA20EA6E4D :107D5000010EEE1807E1EE5005E1EE5003E1EE50A2 :107D600001E1F3D1D9501F0FE96E000EDA20EA6E5F :107D7000E868EE180AE1E868EE1807E1E868EE182E :107D800004E1E868EE1801E1F9D0FC0EDBCFE9FF71 :107D9000FD0EDBCFEAFF0E0EE926000EEA221F0ED3 :107DA000DBCFEEFF200EDBCFEEFF210EDBCFEEFFB1 :107DB000220EDBCFEEFFFC0EDBCFE9FFFD0EDBCFAB :107DC000EAFF120EE926000EEA221F0EDBCFEEFFBD :107DD000200EDBCFEEFF210EDBCFEEFF220EDBCF3E :107DE000EEFF1F0EDBCF1DF0200EDBCF1EF0210EAD :107DF000DBCF1FF0220EDBCF20F01D501E101F1016 :107E0000201001E1D1D1230EDBCF1DF0240EDBCFFA :107E10001EF0250EDBCF1FF0260EDBCF20F0D95051 :107E2000F80FE96EFF0EDA20EA6EEE501D5CEE50A0 :107E30001E58EE501F58EE50205801E320D1FC0E82 :107E4000DBCFE9FFFD0EDBCFEAFF040EE926000ED3 :107E5000EA22EF50020B52E0D9501F0FE96E000EDC :107E6000DA20EA6EEECFE6FFEECFE6FFEECFE6FFDA :107E7000EFCFE6FFFC0EDBCFE9FFFD0EDBCFEAFF25 :107E8000EECFE6FFEFCFE6FF26EC11F01D6E060EFB :107E9000E15C02E2E16AE552E16E1D501F0E3BC05B :107EA000DBFF200E3CC0DBFF210E3DC0DBFF220EBE :107EB0003EC0DBFF1F0EDBCF1DF0200EDBCF1EF020 :107EC000210EDBCF1FF0220EDBCF20F01D501E1045 :107ED0001F10201041E1D950230FE96E000EDA2067 :107EE000EA6EF80EEECFDBFFF90EEECFDBFFFA0EF7 :107EF000EECFDBFFFB0EEECFDBFFC1D0D9501F0F63 :107F0000E96E000EDA20EA6EEECFE6FFEECFE6FF76 :107F1000EECFE6FFEFCFE6FFFC0EDBCFE9FFFD0E75 :107F2000DBCFEAFFEECFE6FFEFCFE6FF6CEC0AF027 :107F30001D6E060EE15C02E2E16AE552E16E1D5043 :107F40001F0E3BC0DBFF200E3CC0DBFF210E3DC0FF :107F5000DBFF220E3EC0DBFFD9501F0FE96E000E83 :107F6000DA20EA6EE868EE1816E1E868EE1813E128 :107F7000E868EE1810E1E868EE180DE1FC0EDBCFC2 :107F8000E9FFFD0EDBCFEAFF040EE926000EEA2230 :107F9000EF8E010EADD1D9501F0FE96E000EDA2021 :107FA000EA6ED880010EEE54000EEE54000EEE5430 :107FB000000EEE5401E3C9D01F0EDBCF1DF0200EE2 :107FC000DBCF1EF0210EDBCF1FF0220EDBCF20F027 :107FD000FC0EDBCFE9FFFD0EDBCFEAFFEE50EFCF6B :107FE000EAFFE96E160EE926000EEA22EE501D5C4D :107FF000EE501E58EE501F58EE50205801E3A5D009 :10800000FC0EDBCFE9FFFD0EDBCFEAFF120EE92607 :10801000000EEA221F0EDBCFEEFF200EDBCFEEFFBD :10802000210EDBCFEEFF220EDBCFEEFFFC0EDBCF0F :10803000E9FFFD0EDBCFEAFF060EE926000EEA227D :10804000230EDB50EE26240EDB50EE22250EDB50F5 :10805000EE22260EDB50EE22D950F80FE96EFF0E0D :10806000DA20EA6E230EDB50EE5E240EDB50EE5A71 :10807000250EDB50EE5A260EDB50EE5AC4D6FC0E0F :10808000DBCFE9FFFD0EDBCFEAFF060EE926000E8F :10809000EA22F80EDB50EE26F90EDB50EE22FA0E45 :1080A000DB50EE22FB0EDB50EE22F80EDBCF1DF094 :1080B000F90EDBCF1EF0FA0EFB0E010E1E161F6A24 :1080C000206A1D501E101F1020106EE0D9501F0F87 :1080D000E96E000EDA20EA6EEECFE6FFEECFE6FFA5 :1080E000EECFE6FFEFCFE6FFFC0EDBCFE9FFFD0EA4 :1080F000DBCFEAFFEECFE6FFEFCFE6FFDCEC09F0E7 :108100001D6E060EE15C02E2E16AE552E16E1D5071 :10811000270E3BC0DBFF280E3CC0DBFF290E3DC015 :10812000DBFF2A0E3EC0DBFF270EDBCF1DF0280E43 :10813000DBCF1EF0290EDBCF1FF02A0EDBCF20F0A5 :108140001D501E101F1020100DE1FC0EDBCFE9FFAB :10815000FD0EDBCFEAFF040EE926000EEA22EF8EC9 :10816000020EC6D0F80EDBCF1DF0F90EDBCF1EF0ED :10817000FA0EDBCF1FF0FB0EDBCF20F0090ED890FC :1081800020321F321E321D32E806F9E1D950270F86 :10819000E96E000EDA20EA6E1D50EE261E50EE2229 :1081A0001F50EE222050EE22FC0EDBCFE9FFFD0E29 :1081B000DBCFEAFF060EE926000EEA22EECF1DF025 :1081C000EECF1EF0010E1E161F6A206A1D501E10F3 :1081D0001F10201038E0270EDBCF21F0280EDBCF58 :1081E00022F0290EDBCF23F02A0EDBCF24F0FC0E89 :1081F000DBCFE9FFFD0EDBCFEAFF160EE926000E0E :10820000EA222150EE1808E12250EE1805E1235031 :10821000EE1802E12450EE1816E0FC0EDBCFE9FF69 :10822000FD0EDBCFEAFF160EE926000EEA22270E2E :10823000DBCFEEFF280EDBCFEEFF290EDBCFEEFF0C :108240002A0EDBCFEEFFFC0EDBCFE9FFFD0EDBCF0E :10825000EAFF0A0EE926000EEA22EECF1DF0EECF6D :108260001EF0EECF1FF0EFCF20F0FC0EDBCFE9FFCA :10827000FD0EDBCFEAFF060EE926000EEA22EE50E5 :108280001D5CEE501E58EE501F58EE5020582FE245 :10829000FC0EDBCFE9FFFD0EDBCFEAFF060EE92681 :1082A000000EEA22EECF1DF0EECF1EF0EECF1FF053 :1082B000EFCF20F0FC0EDBCFE9FFFD0EDBCFEAFFB6 :1082C0000A0EE926000EEA221DC0EEFF1EC0EEFFD8 :1082D0001FC0EEFF20C0EEFFFC0EDBCFE9FFFD0E5E :1082E000DBCFEAFF040EE926000EEA22EF8ADF5018 :1082F0001D6E2F0EE15C02E2E16AE552E16E1D5057 :10830000E552E5CFDAFFE7CFD9FF1200D9CFE6FF7C :10831000DACFE6FFE1CFD9FFE2CFDAFF0F0EE1249B :1083200002E3E168E652E16ED950FC0FE96EFF0E00 :10833000DA20EA6EEE50ED1002E1090EEDD0E66AA9 :10834000FC0EDBCFE9FFFD0EDBCFEAFFE9CF1DF02E :10835000EACF1EF0E9CFE6FFEACFE6FFD950FA0FE9 :10836000E66EFF0EDA20E66E9CEC22F01F6E050E24 :10837000E15C02E2E16AE552E16E1F50DF6EFC0E45 :10838000DBCFE9FFFD0EDBCFEAFF010EEECFDBFF17 :10839000020EEDCFDBFFDF5001E0B5D0D950030F67 :1083A0001D6E000EDA201E6EFC0EDBCFE9FFFD0E07 :1083B000DBCFEAFF140EE926000EEA221DC0EEFF15 :1083C0001EC0EDFFFA0EDBCFE6FFFB0EDBCFE6FFB4 :1083D000FC0EDBCFE6FFFD0EDBCFE6FFF3EC20F07B :1083E000E552E552E552E552DF6EDF5001E084D000 :1083F000FC0EDBCFE9FFFD0EDBCFEAFF120EE92614 :10840000000EEA22EE50ED104AE0FC0EDBCFE9FF51 :10841000FD0EDBCFEAFF120EE926000EEA22EE5037 :10842000EFCFEAFFE96E0B0EE926000EEA22EF50CD :10843000100B33E0FC0EDBCFE9FFFD0EDBCFEAFFD4 :10844000120EE926000EEA22EECFE6FFEFCFE6FF9E :10845000010EDBCFE6FF020EDBCFE6FF0DEC1BF0DB :10846000E552E552E552E5523CC01EF03DC01FF01A :108470003EC020F0FC0EDBCFE9FFFD0EDBCFEAFFB4 :10848000060EE926000EEA223BC0EEFF1EC0EEFFFC :108490001FC0EEFF20C0EEFF02D0050EDF6EDF50E2 :1084A0002BE1010EDBCFE9FF020EDBCFEAFF060E68 :1084B000E926000EEA22EECF1DF0EFCF1EF0FC0EF3 :1084C000DBCFE9FFFD0EDBCFEAFF020EE926000E4F :1084D000EA221DC0EEFF1EC0EDFFE66EE66AFC0E4E :1084E000DBCFE6FFFD0EDBCFE6FFD4EC14F0E55268 :1084F000E552E552E552DF6E040EDF5C02E1050E47 :10850000DF6EDF5008E0FC0EDBCFE9FFFD0EDBCFB6 :10851000EAFFEE6AED6ADF501D6E0F0EE15C02E2CB :10852000E16AE552E16E1D50E552E5CFDAFFE7CF93 :10853000D9FF1200D9CFE6FFDACFE6FFE1CFD9FFAE :10854000E2CFDAFF0D0EE12402E3E168E652E16ECC :10855000FC0EDBCFE6FFFD0EDBCFE6FFCFEC29F014 :10856000E552E552DF6EDF5001E085D0D950FA0FB9 :10857000E96EFF0EDA20EA6EEE50ED1011E1000E0A :10858000E66EE66AFC0EDBCFE6FFFD0EDBCFE6FF14 :10859000D4EC14F0E552E552E552E552DF6E6BD0B3 :1085A000D950010F1D6E000EDA201E6EFC0EDBCFBF :1085B000E9FFFD0EDBCFEAFF140EE926000EEA22EA :1085C0001DC0EEFF1EC0EDFFE66EE66AFC0EDBCFBF :1085D000E6FFFD0EDBCFE6FF7BEC1CF0E552E5523B :1085E000E552E552DF6E040EDF5C0FE1FC0EDBCFDF :1085F000E9FFFD0EDBCFEAFF0E0EE926000EEA22B0 :10860000EE6AEE6AEE6AEE6ADF6ADF5034E1FA0E75 :10861000DBCFE6FFFB0EDBCFE6FFFC0EDBCFE6FF9A :10862000FD0EDBCFE6FF92EC1FF0E552E552E5527E :10863000E552000EE66EE66AFC0EDBCFE6FFFD0EAD :10864000DBCFE6FF44EC17F0E552E552E552E55288 :10865000DF6E040EDF5C0FE1FC0EDBCFE9FFFD0EE9 :10866000DBCFEAFF0E0EE926000EEA22EE6AEE6A82 :10867000EE6AEE6ADF6ADF501D6E0D0EE15C02E20B :10868000E16AE552E16E1D50E552E5CFDAFFE7CF32 :04869000D9FF1200FC :0C869400D9CFE6FFDACFE6FFE1CFD9FF37 :1086A000E2CFDAFFE652E652E652E652E652D950FF :1086B000030FE66E000EDA20E66E100EE66EE66A36 :1086C000000EE66E0A0EE66EB00EE66E060EE66E62 :1086D00072EC2DF01D6E080EE15C02E2E16AE552DB :1086E000E16E1D50DF6EDF5001E0A0D0030EDBCF46 :1086F0001DF0040EDBCF1EF0100E1D5C000E1E5888 :1087000001E294D00A01005103E0FF0E005D48E150 :108710000C513AE10D5138E10E5136E10F5134E17F :108720000251E66ED950010FE96E000EDA20EA6EB2 :10873000E552E750EE6EED6A03CA1DF003CA1EF063 :108740001D6AD950010FE96E000EDA20EA6E1D5045 :10875000EE121E50ED12010EDBCF1DF0020EDBCF2C :108760001EF0100E1D5C000E1E580EE3D950010FB6 :10877000E96E000EDA20EA6E000ED880EE54400E4C :10878000ED5402E3010E5DD0780E0C5D09E1560E4A :108790000D5D06E1340E0E5D03E1120E0F5D46E045 :1087A000005105E1FE0E015D02E1030E4AD0E668CC :1087B000210EE66EE66AE66AB00EE66E060EE66E1C :1087C0001CEC39F01D6E060EE15C02E2E16AE55236 :1087D000E16E1D50DF6EDF501CE1D950030FE66ED5 :1087E000000EDA20E66E080EE66EE66A000EE66E11 :1087F0000A0EE66EB00EE66E060EE66E72EC2DF018 :108800001D6E080EE15C02E2E16AE552E16E1D5068 :10881000DF6EDF500BE1030EDBCF1DF0040EDBCF6C :108820001EF0080E1D5C000E1E5802E2000E09D05C :108830000A01005103E0FF0E005D02E1020E01D0CB :10884000030E1D6E050EE15C02E2E16AE552E16E87 :108850001D50E552E5CFDAFFE7CFD9FF1200D9CF9F :10886000E6FFDACFE6FFE1CFD9FFE2CFDAFFE6524B :10887000E652E652E652126AD950FB0FE96EFF0E3D :10888000DA20EA6EEE50ED1006E1FD0EDB50080135 :10889000F75D01E121D1FF0E0801F75D0AE0B00E9E :1088A000E66E060EE66EF7EC38F0E552E55208018A :1088B000F769D950FB0FE96EFF0EDA20EA6EEE5031 :1088C000ED1028E0FB0EDBCFE9FFFC0EDBCFEAFF6B :1088D000EF5020E0FB0EDBCFE6FFFC0EDBCFE6FF28 :1088E000FD0EDB50190DF3CFE9FFF4CFEAFF2F0E99 :1088F000E926080EEA22EE52E9CF1DF0EACF1EF07B :10890000E9CFE6FFEACFE6FF2FEC6EF0E552E55245 :10891000E552E552010EE66EFD0EDB50190DF3CF68 :10892000E9FFF4CFEAFF2F0EE926080EEA22EE5205 :10893000E9CF1DF0EACF1EF0E9CFE6FFEACFE6FF70 :10894000B00EE66E060EE66E8CEC2AF01F6E050E7B :10895000E15C02E2E16AE552E16E1F50E76E030E50 :10896000E7CFDBFFDB5002E0180E48D0FD0EDBCF77 :10897000F7F8D950FB0FE96EFF0EDA20EA6EEE50E1 :10898000ED1001E1A9D0FD0EDBCFE6FF83DEE5525D :10899000E66EFD0EDB50190DF3CFE9FFF4CFEAFFD1 :1089A0002F0EE926080EEA22E552E750EF6EE66A3E :1089B000E66AE66AE66AB00EE66E060EE66E1CEC45 :1089C00039F01D6E060EE15C02E2E16AE552E16EED :1089D0001D50FD0EDB50190DF3CFE9FFF4CFEAFF78 :1089E0002F0EE926080EEA22EF50030A3DE0010AA5 :1089F00021E0030A05E0010A54E1080E126E6CD072 :108A0000D950020FE66E000EDA20E66ED950010F43 :108A1000E66E000EDA20E66ED9CFE6FFDACFE6FF8B :108A2000FD0EDBCFE6FF74EC49F01D6E070EE15C36 :108A300036E233D0D950020FE66E000EDA20E66E31 :108A4000D950010FE66E000EDA20E66ED9CFE6FFB0 :108A5000DACFE6FFFD0EDBCFE6FF18EC4EF01D6E21 :108A6000070EE15C1CE219D0D950020FE66E000E31 :108A7000DA20E66ED950010FE66E000EDA20E66EBF :108A8000D9CFE6FFDACFE6FFFD0EDBCFE6FF8EECB7 :108A900051F01D6E070EE15C02E2E16AE552E16E03 :108AA0001D50DFCF00FA010EDBCF01FA020EDBCF43 :108AB00002FA0A01010E036FFD0EDB50190DF3CF10 :108AC000E9FFF4CFEAFF2F0EE926080EEA22EFCFE6 :108AD00004FA050E136E146A040EE15C02E2E16A08 :108AE000E552E16EE552E5CFDAFFE7CFD9FF12009C :108AF000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF49 :108B0000E65200CADFFFDF50070850E3156A0A018A :108B10000151010A0AE0010A69E1020EE66E0A0E3D :108B2000E66EDFCFE6FF9BDE5ED0DF500801F75D2B :108B30002AE0000EE66EE66ADFCFE6FF90DEE55241 :108B4000E552E552DF50190DF3CFE9FFF4CFEAFF0C :108B50002F0EE926080EEA22EF0413E1DF50190D6B :108B6000F3CFE9FFF4CFEAFF2F0EE926080EEA2241 :108B70000E0EE926000EEA22020EE926000EEA2277 :108B8000EF68125033E1DF50190DF3CFE9FFF4CF56 :108B9000EAFF2F0EE926080EEA22EF50030A1BE037 :108BA000010A10E0030A05E0010A20E1050E126E39 :108BB0001DD003CAE6FF02CAE6FFDFCFE6FF38ECAE :108BC0004AF011D003CAE6FF02CAE6FFDFCFE6FF94 :108BD00097EC50F008D003CAE6FF02CAE6FFDFCFE9 :108BE000E6FFB4EC51F0E552E552E552E552E552AC :108BF000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF12 :108C0000E6FFE1CFD9FFE2CFDAFF070EE12402E36E :108C1000E168E652E16EFD0EDB50190DF3CFE9FF7E :108C2000F4CFEAFF2F0EE926080EEA220E0EE926FF :108C3000000EEA22E9CFDEFFEACFDDFFFC0EDB50BB :108C4000E66ED950020FE96E000EDA20EA6EE552A8 :108C5000E750EE6EED6ADECFE9FFDDCFEAFF040EEE :108C6000E926000EEA22EF500CE1D950020FE96E1E :108C7000000EDA20EA6E010ED890EE36ED36E806E8 :108C8000FBE1FB0EDB501D6E1E6AD950020FE96E30 :108C9000000EDA20EA6E1D50EE261E50ED22020E66 :108CA000DBCF1DF0030EDBCF1EF01F6A206ADECF84 :108CB000E9FFDDCFEAFF070EE926000EEA221DC01C :108CC000EEFF1EC0EEFF1FC0EEFF20C0EEFFDECFA6 :108CD000E9FFDDCFEAFFEECF1DF0EFCF1EF01F6AF8 :108CE000206ADECFE9FFDDCFEAFF070EE926000E9E :108CF000EA221DC040F01EC041F01FC042F020C05B :108D000043F0EECF3BF0EECF3CF0EECF3DF0EFCFB7 :108D10003EF0CEEC6FF03AC0EDFF39C0EDFF38C049 :108D2000EDFF37C0EFFFDECFE9FFDDCFEAFF070E33 :108D3000E926000EEA22100EEE26000EEE22EE22AA :108D4000EE22DECFE9FFDDCFEAFF070EE926000EB7 :108D5000EA22EECFE6FFEECFE6FFEECFE6FFEFCF63 :108D6000E6FFB00EE66E060EE66E1CEC39F01D6EE8 :108D7000060EE15C02E2E16AE552E16E1D50E76E2B :108D8000040EE7CFDBFFDB501FE1D950050FE66E85 :108D9000000EDA20E66E800EE66EE66AD20EE66E11 :108DA000060EE66EB00EE66E060EE66E72EC2DF066 :108DB0001D6E080EE15C02E2E16AE552E16E1D50B3 :108DC000E76E040EE7CFDBFF040EDB500BE1050E70 :108DD000DBCF1DF0060EDBCF1EF0800E1D5C000EFB :108DE0001E5803E2050E126E17D0DECFE9FFDDCF6D :108DF000EAFF020EE926000EEA22FC0EDBCFEFFFAF :108E0000DECFE9FFDDCFEAFF030EE926000EEA22FE :108E1000FB0EDBCFEFFF126A12501E6A12C0F3FF87 :108E20001EC0F4FF070EE15C02E2E16AE552E16E6A :108E3000E552E5CFDAFFE7CFD9FF1200D9CFE6FF41 :108E4000DACFE6FFE1CFD9FFE2CFDAFF0F0EE12460 :108E500002E3E168E652E16EFD0EDB50190DF3CF3F :108E6000E9FFF4CFEAFF2F0EE926080EEA220E0EE4 :108E7000E926000EEA22E9CFDEFFEACFDDFFFB0E96 :108E8000DBCFE9FFFC0EDBCFEAFF010EEF6EF90E40 :108E9000DBCFE9FFFA0EDBCFEAFF010EEF6EDECF8C :108EA000E9FFDDCFEAFFEECF1DF0EFCF1EF0070E9A :108EB0001DC0DBFF080E1EC0DBFF090EDB6A0A0EB9 :108EC000DB6AD950070FE96E000EDA20EA6E100E49 :108ED000EE26000EEE22EE22EE22D950070FE96EAA :108EE000000EDA20EA6EEECFE6FFEECFE6FFEECF21 :108EF000E6FFEFCFE6FFB00EE66E060EE66E1CEC68 :108F000039F01D6E060EE15C02E2E16AE552E16EA7 :108F10001D50E76E060EE7CFDBFFDB501FE1D95097 :108F20000D0FE66E000EDA20E66E800EE66EE66A43 :108F3000D20EE66E060EE66EB00EE66E060EE66E1B :108F400072EC2DF01D6E080EE15C02E2E16AE55262 :108F5000E16E1D50E76E060EE7CFDBFF060EDB501D :108F60000CE00D0EDBCF1DF00E0EDBCF1EF0800EE1 :108F70001D5C000E1E5801E2ABD1DECFE9FFDDCF54 :108F8000EAFF060EE926000EEA22EF6A020EDB6A0D :108F9000400EF36E020EDBCFF4FFF350F45C01E3FE :108FA000FED0020EDB28EA6AD20FE96E060EEA2234 :108FB000EFCF1FF01FC020F01F6A020EDB50EA6ADD :108FC000D20FE96E060EEA22EF5000011F241D6E3B :108FD000000E20201E6E0B0E1DC0DBFF0C0E1EC0EF :108FE000DBFFD9500B0FE96E000EDA20EA6EEE506F :108FF000ED1001E1D4D00C0EDB50800B02E0010E2D :1090000001D0000EE76E050EE7CFDBFFD9500B0F46 :10901000E96E000EDA20EA6EEE523F0EED16DECF5C :10902000E9FFDDCFEAFF060EE926000EEA22EF2A6D :10903000050EDB5007E0F90EDBCFE9FFFA0EDBCFC0 :10904000EAFFEF6ADECFE9FFDDCFEAFF050EE92692 :10905000000EEA22EF5005E1050EDB5002E1000EA2 :1090600001D0010E000902E0010E01D0020EE76EF0 :10907000040EE7CFDBFF0B0EDBCF1DF00C0EDBCFBA :109080001EF01F6A206AD950070FE96E000EDA2021 :10909000EA6EEE501D26EE501E22EE501F22EE50BC :1090A00020221DC0E6FF1EC0E6FF1FC0E6FF20C055 :1090B000E6FFB00EE66E060EE66E1CEC39F0216E91 :1090C000060EE15C02E2E16AE552E16E2150E76ED4 :1090D000060EE7CFDBFFDB501FE1D9500D0FE66E28 :1090E000000EDA20E66E0E0EE66EE66A000EE66E02 :1090F0000A0EE66EB00EE66E060EE66E72EC2DF00F :109100001D6E080EE15C02E2E16AE552E16E1D505F :10911000E76E060EE7CFDBFF060EDB5040E10D0EDB :10912000DBCF1DF00E0EDBCF1EF01D5C000E1E58B7 :1091300036E3030EDB6ADB50EA6A000FE96E0A0EC3 :10914000EA22EF50FE0821E1030EDBCFE7FF040E19 :10915000DB50E726030EE7CFDBFFDBCFE7FF040E94 :10916000DB50E726030EE7CFDBFFDB50EA6A000F98 :10917000E96E0A0EEA22EF50010B07E0FB0EDBCF8F :10918000E9FFFC0EDBCFEAFFEF6A020E1D6EDBCFBC :10919000E7FFE850E726020EE7CFDBFFF9D6DECF88 :1091A000E9FFDDCFEAFF060EE926000EEA22EF50C6 :1091B0006BE1E66AE66AFD0EDBCFE6FF1EDDE552F7 :1091C000E552E552020EDB6A400EF36E020EDBCF73 :1091D000F4FFF350F45C58E2020EDB28EA6AD20F87 :1091E000E96E060EEA22EFCF1FF01FC020F01F6AC3 :1091F000020EDB50EA6AD20FE96E060EEA22EF5049 :109200001F241D6E000E20201E6E0B0E1DC0DBFFE6 :109210000C0E1EC0DBFFD9500B0FE96E000EDA20DA :10922000EA6EEE50ED1030E00C0EDB50800B02E0E9 :10923000010E01D0000EE76E050EE7CFDBFFD9501F :109240000B0FE96E000EDA20EA6EEE523F0EED16BD :10925000DECFE9FFDDCFEAFF060EE926000EEA22A7 :10926000EF2A050EDB5007E0F90EDBCFE9FFFA0E1F :10927000DBCFEAFFEF6A020EDBCFE7FFE850E7261D :10928000020EE7CFDBFFA0D7DECFE9FFDDCFEAFF9D :10929000050EE926000EEA22EF5008E0F90EDBCFBA :1092A000E9FFFA0EDBCFEAFF010EEF6EDECFE9FF3A :1092B000DDCFEAFF040EE926000EEA22EF5008E0B7 :1092C000FB0EDBCFE9FFFC0EDBCFEAFF010EEF6EFA :1092D0000F0EE15C02E2E16AE552E16EE552E5CF94 :1092E000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFEA :1092F000E1CFD9FFE2CFDAFFE652E652E652E6527C :10930000E652FD0EDB50190DF3CFE9FFF4CFEAFF73 :109310002F0EE926080EEA220E0EE926000EEA229A :10932000E9CF1DF0EACF1EF0E9CFDEFFEACFDDFF87 :10933000D950030FE66E000EDA20E66E100EE66ED0 :10934000E66AD20EE66E060EE66EB00EE66E060E0B :10935000E66E72EC2DF01D6E080EE15C02E2E16A31 :10936000E552E16E1D50E76E020EE7CFDBFFDB50EA :109370000BE1030EDBCF1DF0040EDBCF1EF0100E51 :109380001D5C000E1E5803E2050E126E65D006012C :10939000D305E66EFB0EDBCFE9FFFC0EDBCFEAFF69 :1093A000E552E750EF6E100ED615E66EDECFE9FF00 :1093B000DDCFEAFF040EE926000EEA22E552E7506F :1093C000EF6E400ED615E66EDECFE9FFDDCFEAFF89 :1093D000050EE926000EEA22E552E750EF6ED5C6EB :1093E0001FF0D5C620F01F6AD45100011F101D6E5A :1093F000D5C61EF0DECFE9FFDDCFEAFFEE6E1EC060 :10940000EDFFDECFE9FFDDCFEAFF020EE926000E19 :10941000EA22EF68DECFE9FFDDCFEAFF030EE9269F :10942000000EEA22EF68F70EDBCFE6FFF80EDBCF87 :10943000E6FFF90EDBCFE6FFFA0EDBCFE6FFFD0E0F :10944000DBCFE6FFFBDC1D6E050EE15C02E2E16AAC :10945000E552E16E1D50126A050EE15C02E2E16A1E :10946000E552E16EE552E5CFDAFFE7CFD9FF120012 :10947000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFBF :10948000130EE12402E3E168E652E16EFD0EDB50CB :10949000190DF3CFE9FFF4CFEAFF2F0EE926080EEE :1094A000EA220E0EE926000EEA22EACF1EF0E9CFEC :1094B000DEFFEACFDDFFDECFE9FFDDCFEAFF060EFC :1094C000E926000EEA22EF50F36EFB0EDBCFF4FF2D :1094D000F350F45C02E2000E01D0010EE76E020EC2 :1094E000E7CFDBFFDB5010E0DECFE9FFDDCFEAFFA7 :1094F000060EE926000EEA22FB0EDBCFE7FFEF5057 :10950000E75EFB0EE7CFDBFFDECFE9FFDDCFEAFF53 :10951000020EE926000EEA22EFCF1DF0FC0EDB5012 :109520001D5C0EE1DECFE9FFDDCFEAFF030EE92689 :10953000000EEA22EFCF1EF0020EDB501E5C14E09C :10954000020EDBCFE6FFFC0EDBCFE6FFFD0EDBCF2E :10955000E6FFFDEC45F0E552E552E552120EF3CF81 :10956000DBFFDB5001E056D3060EDB6A400EF36EE4 :10957000060EDBCFF4FFF350F45C01E34BD3060E91 :10958000DB28EA6AD20FE96E060EEA22EFCF1FF05F :109590001FC020F01F6A060EDB50EA6AD20FE96E88 :1095A000060EEA22EF5000011F241D6E000E20203F :1095B0001E6E030E1DC0DBFF040E1EC0DBFFD95064 :1095C000030FE96E000EDA20EA6EEE50ED1001E1B5 :1095D00021D3040EDB50800B02E0010E01D0000EFF :1095E000E76E050EE7CFDBFFD950030FE96E000EE3 :1095F000DA20EA6EEE523F0EED16DECFE9FFDDCF48 :10960000EAFF050EE926000EEA22EF5005E1050EFD :10961000DB5002E1000E01D0010E000902E0010E54 :1096200001D0020EE76E090EE7CFDBFF030EDBCFA2 :109630001DF0040EDBCF1EF01F6A206ADECFE9FFAB :10964000DDCFEAFF070EE926000EEA22EE501D26C6 :10965000EE501E22EE501F22EE5020221DC0E6FFCB :109660001EC0E6FF1FC0E6FF20C0E6FFB00EE66E9C :10967000060EE66E1CEC39F0216E060EE15C02E28D :10968000E16AE552E16E2150E76E120EE7CFDBFF93 :10969000DB501FE1D950100FE66E000EDA20E66EA7 :1096A0000E0EE66EE66A000EE66E0A0EE66EB00E6E :1096B000E66E060EE66E72EC2DF01D6E080EE15C95 :1096C00002E2E16AE552E16E1D50E76E120EE7CF4D :1096D000DBFF120EDB5001E09DD2100EDBCF1DF040 :1096E000110EDBCF1EF00E0E1D5C000E1E5801E2A7 :1096F00091D2070EDB6ADB50EA6A000FE96E0A0EB0 :10970000EA22EF50FE0801E07AD2070EDBCFE7FF36 :10971000090EDB50E726070EE7CFDBFFDB50EA6AD6 :10972000000FE96E0A0EEA22EFCF1DF0FC0EDB50AF :109730001D5C01E064D2070EDBCFE7FF090EDB50B2 :10974000E726070EE7CFDBFFDB50EA6A000FE96E82 :109750000A0EEA22EF50010B1D6E020EDB501D5C5B :1097600001E04DD2070EDBCFE7FF090EDB50E72605 :10977000070EE7CFDBFFDB50EA6A000FE96E0A0E47 :10978000EA22EFCF1DF0FB0EDB501D5C01E037D26B :10979000070EDBCFE7FF090EDB50E726070EE7CF0A :1097A000DBFFDBCFE7FF090EDB50E726070EE7CF35 :1097B000DBFFDBCFE7FF090EDB50E726070EE7CF25 :1097C000DBFFDBCFE7FF090EDB50E726070EE7CF15 :1097D000DBFF050EDB5002E02B0E01D01E0EE76E04 :1097E0000E0EE7CFDBFFDBCFE7FF090EDB50E70212 :1097F0000E0EF3CFDBFF070EDB50E76E030EDBCF61 :109800001DF0040EDBCF1EF0E7501D26000E1E22B9 :109810001F6A206ADECFE9FFDDCFEAFF070EE926E7 :10982000000EEA22EE501D26EE501E22EE501F22A0 :10983000EE5020221DC0E6FF1EC0E6FF1FC0E6FF5F :1098400020C0E6FFB00EE66E060EE66E1CEC39F0A8 :10985000216E060EE15C02E2E16AE552E16E215002 :10986000E76E120EE7CFDBFFDB5020E1D950100F7F :10987000E66E000EDA20E66E0E0EDBCFE6FFE66A3D :10988000000EE66E0A0EE66EB00EE66E060EE66E90 :1098900072EC2DF01D6E080EE15C02E2E16AE55209 :1098A000E16E1D50E76E120EE7CFDBFF120EDB50AC :1098B00001E0B0D1100EDBCF1DF0110EDBCF1EF09A :1098C0000E0EDB50206AE8501D5C20501E5801E24D :1098D000A1D10F0EDB68080EDB6A0E0EDB50F36EB3 :1098E000080EDBCFF4FFF350F45C2CE2F80E1D6E93 :1098F000080EDB50EA6A000FE96E0A0EEA22EF500A :10990000D8801D5415E3080EDB50EA6A000FE96E9B :109910000A0EEA22EF50FB080BE3080EDB50EA6A5E :10992000000FE96E0A0EEA220F0EEFCFDBFF0AD01E :10993000080EDBCFE7FF090EDB50E726080EE7CF66 :10994000DBFFCBD70F0EDB50FF0801E163D1080E20 :10995000DBCFE7FF090EDB50E726080EE7CFDBFF82 :10996000070EDB50E76E030EDBCF21F0040EDBCFDA :1099700022F0E7502126000E2222080EDB500001C3 :1099800021241D6E000E22201E6E1F6A206ADECF6B :10999000E9FFDDCFEAFF070EE926000EEA22EE50CE :1099A0001D26EE501E22EE501F22EE5020221DC01A :1099B000E6FF1EC0E6FF1FC0E6FF20C0E6FFB00EB8 :1099C000E66E060EE66E1CEC39F0236E060EE15CC8 :1099D00002E2E16AE552E16E2350E76E120EE7CF34 :1099E000DBFFDB5001E016D1090EDB0420E1D9508A :1099F000100FE66E000EDA20E66EE66A010EE66EE5 :109A0000000EE66E0A0EE66EB00EE66E060EE66E0E :109A100072EC2DF01D6E080EE15C02E2E16AE55287 :109A2000E16E1D50E76E120EE7CFDBFFD3D0D950A9 :109A30000A0FE96EDACFEAFF000EEA22000EEE6EA0 :109A40000A0EED6ED950100FE66E000EDA20E66EAB :109A5000E66A010EE66E000EE66E090EE66EB00EC8 :109A6000E66E060EE66E72EC2DF01D6E080EE15CE1 :109A700002E2E16AE552E16E1D50E76E120EE7CF99 :109A8000DBFFDB5001E0C6D0100EDBCF1DF0110E66 :109A9000DBCF1EF0000E1D5C010E1E5801E2BAD095 :109AA000D9500C0FE96EDACFEAFF000EEA22000E61 :109AB000EE6E090EED6E080EDB6ADB501D6E1E6A3F :109AC000D8901E5004E6800E1D5C000E1E581FE24A :109AD0000C0EDBCFE9FFDB2A0D0EDBCFEAFF01E343 :109AE000DB2AEF50E66E0A0EDBCFE9FFDB2A0B0E16 :109AF000DBCFEAFF01E3DB2AE552E750EF6E0C0E05 :109B0000DB2A0D0E01E3DB2A080EDB2AD6D7D9505B :109B1000100FE66E000EDA20E66EE66A010EE66EC3 :109B2000000EE66E090EE66EB00EE66E060EE66EEE :109B300072EC2DF01D6E080EE15C02E2E16AE55266 :109B4000E16E1D50E76E120EE7CFDBFFDB5062E1E6 :109B5000100EDBCF1DF0110EDBCF1EF0000E1D5CD2 :109B6000010E1E5857E3D9500C0FE96EDACFEAFF09 :109B7000000EEA22000EEE6E090EED6E080EDB6A94 :109B8000DB501D6E1E6AD8901E5004E6800E1D5CD0 :109B9000000E1E581FE20C0EDBCFE9FFDB2A0D0E74 :109BA000DBCFEAFF01E3DB2AEF50E66E0A0EDBCFE4 :109BB000E9FFDB2A0B0EDBCFEAFF01E3DB2AE552EC :109BC000E750EF6E0C0EDB2A0D0E01E3DB2A080EC8 :109BD000DB2AD6D70F0EDB50F80806E00F0EDB505D :109BE000FA0802E0000E01D0010E000902E0060EA4 :109BF00001D0000E126E136A010E146E0DD0020E0B :109C00001D6E060EDBCFE7FF1D50E726060EE7CFE1 :109C1000DBFFACD4050E126E130EE15C02E2E16ACA :109C2000E552E16EE552E5CFDAFFE7CFD9FF12004A :109C3000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFF7 :109C4000080EE12402E3E168E652E16EFD0EDB500E :109C5000190DF3CFE9FFF4CFEAFF2F0EE926080E26 :109C6000EA220E0EE926000EEA22060EE9CFDBFFFD :109C7000070EEACFDBFFFB0EDBCFE9FFFC0EDBCFED :109C8000EAFFEF6AF90EDBCFE9FFFA0EDBCFEAFF5E :109C9000010EEF6EF70EDBCFE9FFF80EDBCFEAFF28 :109CA000010EEF6E060EDBCFE9FF070EDBCFEAFFFA :109CB000EF6A010EDB6A020EDB6A010EDBCF1DF0DC :109CC000020EDBCF1EF0550E1D5C0B0E1E5801E37D :109CD000BFD0D950040FE66E000EDA20E66EFF0EFC :109CE000E66EE66A000EE66E0A0EE66EB00EE66EF0 :109CF000060EE66E72EC2DF01D6E080EE15C02E2BF :109D0000E16AE552E16E1D50E76E030EE7CFDBFF1F :109D1000DB5001E0A4D0040EDBCF1DF0050EDBCF3D :109D20001EF0FF0E1D5C000E1E5801E298D0DF6A87 :109D3000DF501D6E1E6AD8901E5004E6FF0E1D5C9B :109D4000000E1E58BAE2010EDBCF1FF0020EDBCF71 :109D500020F0550E1F5C0B0E2058AFE2DF50EA6A70 :109D6000000FE96E0A0EEA22EF50FF0868E0DF50AC :109D7000EA6A000FE96E0A0EEA22EFCF1DF0FB0E31 :109D8000DBCFE9FFFC0EDBCFEAFFEF50D8801D549C :109D900011E2DF50EA6A000FE96E0A0EEA22EF5084 :109DA000E66EFB0EDBCFE9FFFC0EDBCFEAFFE552F0 :109DB000E750EF6EDF28EA6A000FE96E0A0EEA222A :109DC000EFCF1DF0060EDBCFE9FF070EDBCFEAFF7A :109DD000EF50D8801D5411E2DF28EA6A000FE96EC7 :109DE0000A0EEA22EF50E66E060EDBCFE9FF070E01 :109DF000DBCFEAFFE552E750EF6E020EDF24EA6A9E :109E0000000FE96E0A0EEA22EF50800B07E0F70E12 :109E1000DBCFE9FFF80EDBCFEAFFEF6A020EDF24AB :109E2000EA6A000FE96E0A0EEA22EF50100B07E013 :109E3000F90EDBCFE9FFFA0EDBCFEAFFEF6A030E84 :109E4000DF26010EDB2A020E01E272D7DB2A70D771 :109E5000060EDBCFE9FF070EDBCFEAFFEF2A080E85 :109E6000E15C02E2E16AE552E16EE552E5CFDAFF3C :109E7000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF77 :109E8000D9FFE2CFDAFF0A0EE12402E3E168E652ED :109E9000E16EFD0EDB50190DF3CFE9FFF4CFEAFFC1 :109EA0002F0EE926080EEA220E0EE926000EEA22FF :109EB000E9CF1DF0EACF1EF0E9CFDEFFEACFDDFFEC :109EC000DECFE9FFDDCFEAFF020EE926000EEA222F :109ED000EECFE6FFEECFE6FFEECFE6FFEFCFE6FFF9 :109EE000B00EE66E060EE66E1CEC39F01D6E060E28 :109EF000E15C02E2E16AE552E16E1D50E76E090E97 :109F0000E7CFDBFFDB504AE1DECFE9FFDDCFEAFF41 :109F1000020EE926000EEA22EE52220EEE26000E76 :109F2000EE22EE22020EDB6A030EDB6A020EDBCFAC :109F30001DF0030EDBCF1EF0550E1D5C0B0E1E58E0 :109F400001E3E6D0D950070FE66E000EDA20E66E88 :109F5000FF0EE66EE66A000EE66E0A0EE66EB00EC4 :109F6000E66E060EE66E72EC2DF01D6E080EE15CDC :109F700002E2E16AE552E16E1D50E76E090EE7CF9D :109F8000DBFFDB500BE1070EDBCF1DF0080EDBCF54 :109F90001EF0FF0E1D5C000E1E5802E2000EB9D02E :109FA000040EDB6A040EDB501D6E1E6AD8901E5034 :109FB00004E6FF0E1D5C000E1E58B8E2020EDBCF59 :109FC0001FF0030EDBCF20F0550E1F5C0B0E205848 :109FD000ADE2040EDB50EA6A000FE96E0A0EEA22D7 :109FE000EF50FF0847E0040EDB50EA6A000FE96E0D :109FF0000A0EEA22EFCF1DF0FC0EDB501D5C3AE1A9 :10A00000040EDB28EA6A000FE96E0A0EEA22EFCF9F :10A010001EF0FB0EDB501E5C2DE1040EDB50020F28 :10A02000EA6A000FE96E0A0EEA22EF50100B02E016 :10A03000010E01D0000EE76E060EE7CFDBFFDB500E :10A04000F36EFA0EDB50F35C15E1040EDB50020FE9 :10A05000EA6A000FE96E0A0EEA22EF50E00BE66EA4 :10A06000DECFE9FFDDCFEAFFEE52E552E750EF6EBB :10A07000010E4FD0040EDB50EA6A000FE96E0A0EA3 :10A08000EA22EF50FF0802E1020E01D0010E1D6E20 :10A09000040EDB50020FEA6A000FE96E0A0EEA2294 :10A0A000EF50030B1D18E76E050EE7CFDBFF800EA8 :10A0B0001D6E1E6A1F6A206A050EDB501F0B07E02B :10A0C000D8901D361E361F362036E806F9E1DECF61 :10A0D000E9FFDDCFEAFF020EE926000EEA221D505D :10A0E000EE261E50EE221F50EE222050EE22030ECE :10A0F0001D6E040EDBCFE7FF1D50E726040EE7CFF1 :10A10000DBFF020EDB2A030E01E24CD7DB2A4AD723 :10A11000000E1D6E0A0EE15C02E2E16AE552E16E9C :10A120001D50E552E5CFDAFFE7CFD9FF1200D9CFB6 :10A13000E6FFDACFE6FFE1CFD9FFE2CFDAFF060E86 :10A14000E12402E3E168E652E16EFD0EDB50190DF9 :10A15000F3CFE9FFF4CFEAFF2F0EE926080EEA223B :10A160000E0EE926000EEA22E9CF1DF0EACF1EF01E :10A17000E9CFDEFFEACFDDFFDECFE9FFDDCFEAFF8B :10A18000EF50F36EFB0EDBCFF4FFF350F45C02E212 :10A19000000E01D0010EE76E050EE7CFDBFFDB50AE :10A1A0000CE0DECFE9FFDDCFEAFFFB0EDBCFE7FF00 :10A1B000EF50E75EFB0EE7CFDBFFDECFE9FFDDCF41 :10A1C000EAFF020EE926000EEA22EE6AEE6AEE6A65 :10A1D000EE6A050EDBCFE6FFFB0EDBCFE6FFFC0EE3 :10A1E000DBCFE6FFFD0EDBCFE6FF45DEE552E552B5 :10A1F000E552E552000913E1050EDBCFE6FFFB0E49 :10A20000DBCFE6FFFC0EDBCFE6FFFD0EDBCFE6FF8C :10A2100032DEE552E552E552E552000951E0DECF6B :10A22000E9FFDDCFEAFF020EE926000EEA22EECFBB :10A23000E6FFEECFE6FFEECFE6FFEFCFE6FFB00E94 :10A24000E66E060EE66E1CEC39F01D6E060EE15C45 :10A2500002E2E16AE552E16E1D50E76E020EE7CFC1 :10A26000DBFFDB501FE1D950030FE66E000EDA2052 :10A27000E66EE66A010EE66E000EE66E0A0EE66E09 :10A28000B00EE66E060EE66E72EC2DF01D6E080E38 :10A29000E15C02E2E16AE552E16E1D50E76E020EFA :10A2A000E7CFDBFF020EDB500BE1030EDBCF1DF02F :10A2B000040EDBCF1EF0000E1D5C010E1E5803E2E3 :10A2C000050E126E1FD0DECFE9FFDDCFEAFFEE52A2 :10A2D000EF50A00810E0DECFE9FFDDCFEAFFEE523D :10A2E000EF50600808E0DECFE9FFDDCFEAFFEE5275 :10A2F000EF50200803E1060E126E01D0126A136AB5 :10A30000010E146E060EE15C02E2E16AE552E16EB6 :10A31000E552E5CFDAFFE7CFD9FF1200D9CFE6FF4C :10A32000DACFE6FFE1CFD9FFE2CFDAFFFB0EDBCFDA :10A33000E9FFFC0EDBCFEAFF230EEF6EF90EDBCF59 :10A34000E9FFFA0EDBCFEAFF010EEF6EF70EDBCF6F :10A35000E9FFF80EDBCFEAFF010EEF6EE552E5CF25 :10A36000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF59 :10A37000E1CFD9FFE2CFDAFFE652E652E652E652EB :10A38000E652FD0EDB50190DF3CFE9FFF4CFEAFFE3 :10A390002F0EE926080EEA220E0EE926000EEA220A :10A3A000E9CFDEFFEACFDDFF0A0EF36EFB0EDBCF57 :10A3B000F4FFF350F45C02E3050E9AD0FC0EDBCF01 :10A3C0001DF01E6A1F6A206ADECFE9FFDDCFEAFFBB :10A3D0001DC0EEFF1EC0EEFF1FC0EEFF20C0EEFF4F :10A3E000DECFE9FFDDCFEAFF0A0E406E416A426A26 :10A3F000436AEECF3BF0EECF3CF0EECF3DF0EFCF37 :10A400003EF0CEEC6FF03AC0EDFF39C0EDFF38C042 :10A41000EDFF37C0EFFFFB0EDBCF1DF01E6A1F6A9A :10A42000206ADECFE9FFDDCFEAFF1D50EE261E5089 :10A43000EE221F50EE222050EE22DECFE9FFDDCFCC :10A44000EAFFEF50EE6AEFCFF4FFEE6EEF50F4CF7D :10A45000EEFFEF6EDECFE9FFDDCFEAFFEECFE6FFE6 :10A46000EECFE6FFEECFE6FFEFCFE6FFB00EE66EF3 :10A47000060EE66E1CEC39F01D6E060EE15C02E283 :10A48000E16AE552E16E1D50E76E020EE7CFDBFF99 :10A49000DB501FE1D950030FE66E000EDA20E66EA6 :10A4A000E66A010EE66E000EE66E0A0EE66EB00E6D :10A4B000E66E060EE66E72EC2DF01D6E080EE15C87 :10A4C00002E2E16AE552E16E1D50E76E020EE7CF4F :10A4D000DBFF020EDB500BE1030EDBCF1DF0040EA1 :10A4E000DBCF1EF0000E1D5C010E1E5803E2180E9D :10A4F000126E0BD0136A010E146EFC0EDB501108A5 :10A5000002E1060E01D0000E126E050EE15C02E2C1 :10A51000E16AE552E16EE552E5CFDAFFE7CFD9FF18 :02A52000120027 :0EA52200D9CFE6FFDACFE6FFE1CFD9FFE2CFD7 :10A53000DAFFFD0EDB50C96EFD0EDB50046EC7A0C6 :10A54000FED78B80C9501C6E8B90E552E5CFDAFFA9 :10A55000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF90 :10A56000D9FFE2CFDAFFE652E652010EDB6ADF6A7C :10A57000040EDF5C15E2DF50B70DF3CFE9FFF4CF37 :10A58000EAFF320EE926030EEA222F0EE926000E1C :10A59000EA22EF5003E0DE52010EDD6EDF2AE8D73B :10A5A000010EDB50056EE552E552E552E5CFDAFFCC :10A5B000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF30 :10A5C000D9FFE2CFDAFFE652E652E652E652E65211 :10A5D000000EDE6E090EDD6EE66A010EE66EE66ABC :10A5E000DECFE6FFDDCFE6FF15EC6EF01D6E050E4B :10A5F000E15C02E2E16AE552E16E1D50DECFE9FF67 :10A60000DDCFEAFF560EEF6EDECFE9FFDDCFEAFFCA :10A61000EE52CB0EEF6EDECFE9FFDDCFEAFF020E8A :10A62000E926000EEA22100EEF6EDECFE9FFDDCF45 :10A63000EAFF040EE926000EEA22010EEF6EDECFDD :10A64000E9FFDDCFEAFF050EE926000EEA22010E42 :10A65000EF6EDECFE9FFDDCFEAFF0A0EE926000E3E :10A66000EA22430EEF6EF29CDECFE9FFDDCFEAFF78 :10A670000C0EE926000EEA228DC0EFFFDECFE9FFC7 :10A68000DDCFEAFF0D0EE926000EEA228CC0EFFFB7 :10A69000640E00018E25E66EDECFE9FFDDCFEAFF16 :10A6A0000E0EE926000EEA22E552E750EF6EF28C1C :10A6B000DECFE9FFDDCFEAFF1B0EE926000EEA221E :10A6C000030EEF6EDECFE9FFDDCFEAFF1C0EE926B9 :10A6D000000EEA22480EEF6EDECFE9FFDDCFEAFF83 :10A6E0001D0EE926000EEA22C00EEF6EDECFE9FF56 :10A6F000DDCFEAFF1E0EE926000EEA22080EEF6EFD :10A70000DECFE9FFDDCFEAFF1F0EE926000EEA22C9 :10A71000010EEF6E530E1D6EE10E1E6E1F6A1DC000 :10A72000E6FFE66E1FC0E6FFDECFE9FFDDCFEAFF02 :10A73000200EE926000EEA22E9CF20F0EACF21F030 :10A74000E9CFE6FFEACFE6FF50EC6EF0226E050E91 :10A75000E15C02E2E16AE552E16E2250D950030F5A :10A76000E66E000EDA20E66EE66A010EE66E000E78 :10A77000E66E090EE66EFC0EDBCFE6FFFD0EDBCFCC :10A78000E6FF0DEC32F01D6E080EE15C02E2E16ABC :10A79000E552E16E1D50E76E020EE7CFDBFFDB50A6 :10A7A00028E1FC0EDBCFE6FFFD0EDBCFE6FFD1ECB0 :10A7B00037F0E552E552E76E020EE7CFDBFFDB50E4 :10A7C00018E1E66AE66AE66AE66AFC0EDBCFE6FFB7 :10A7D000FD0EDBCFE6FF1CEC39F01D6E060EE15CD2 :10A7E00002E2E16AE552E16E1D50E76E020EE7CF2C :10A7F000DBFF000E1D6E050EE15C02E2E16AE55230 :10A80000E16E1D50E552E5CFDAFFE7CFD9FF120028 :10A81000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF0B :10A820000C0EE12402E3E168E652E16EFD0EDB501E :10A83000B70DF3CF1DF0F4CF1EF0320E1D26030E20 :10A840001E220A0E1DC0DBFF0B0E1EC0DBFF0A0E10 :10A85000DBCFE9FF0B0EDBCFEAFF2F0EE926000E60 :10A86000EA22EF5002E0000E84D2FD0EDB50B70D5D :10A87000F3CFE9FFF4CFEAFF320EE926030EEA2216 :10A88000220EE926000EEA22E9CFDEFFEACFDDFF45 :10A89000DECFE9FFDDCFEAFFEF5030E14B0E1D6E5A :10A8A000E10E1E6E1F6A1DC0E6FFE66E1FC0E6FFCA :10A8B000DECFE6FFDDCFE6FF50EC6EF0206E050E3A :10A8C000E15C02E2E16AE552E16E2050FD0EDB50F0 :10A8D000300FE66EDECFE9FFDDCFEAFF070EE92697 :10A8E000000EEA22E552E750EF6EDECFE9FFDDCF42 :10A8F000EAFF080EE926000EEA22EF6A030EF36E65 :10A90000070EF3CFDBFFFC0EDBA203D0070EF36EC6 :10A9100005D0DBA405D0010EF36E070EF3CFDBFFED :10A92000070EDBCFE6FFDECFE6FFDDCFE6FF0A0E48 :10A93000DBCFE9FF0B0EDBCFEAFFE9CF1DF0EACF5B :10A940001EF0E9CFE6FFEACFE6FF8CEC2AF01F6E9F :10A95000050EE15C02E2E16AE552E16E1F50E76E2E :10A96000020EE7CFDBFFDB5001E001D2FC0EDB5033 :10A97000030B58E10A0EDBCFE9FF0B0EDBCFEAFF3A :10A98000370EE926000EEA22E9CF1DF0EACF1EF0CD :10A990000A0EDBCFE9FF0B0EDBCFEAFF200EE92624 :10A9A000000EEA221DC0EEFF1EC0EDFF0A0EDBCF37 :10A9B000E9FF0B0EDBCFEAFF370EE926000EEA2295 :10A9C000200EEE6EEE6AEE6AEE6AE668E668E6680B :10A9D000E6680A0EDBCFE9FF0B0EDBCFEAFFE9CF1B :10A9E0001DF0EACF1EF0E9CFE6FFEACFE6FF1CEC50 :10A9F00039F01F6E060EE15C02E2E16AE552E16E9B :10AA00001F50E76E020EE7CFDBFFDB500BE10A0EB3 :10AA1000DBCFE9FF0B0EDBCFEAFF2F0EE926000E9E :10AA2000EA22EF82FC0EDBA218D00A0EDBCFE9FF90 :10AA30000B0EDBCFEAFFE9CF1DF0EACF1EF0E9CF26 :10AA4000E6FFEACFE6FFB7DDE552E552E76E020E1C :10AA5000E7CFDBFFDB5001E078D1D950030FE66E82 :10AA6000000EDA20E66EE66A010EE66E000EE66E75 :10AA7000090EE66E0A0EDBCFE9FF0B0EDBCFEAFF15 :10AA8000E9CF1DF0EACF1EF0E9CFE6FFEACFE6FFFF :10AA900072EC2DF01F6E080EE15C02E2E16AE552F5 :10AAA000E16E1F50E76E020EE7CFDBFFDB5001E0E7 :10AAB0004CD1D950030FE96E000EDA20EA6EEE5049 :10AAC00001E027D1010EED1801E023D1D950080F84 :10AAD000E96EDACFEAFF000EEA22000EEE6E090EF2 :10AAE000ED6E080EDBCFE9FF090EDBCFEAFFEF507A :10AAF000560801E00ED1080EDBCFE9FF090EDBCFCF :10AB0000EAFFEE52EF50CB0801E003D1080EDBCF95 :10AB1000E9FF090EDBCFEAFF020EE926000EEA226A :10AB2000EF5010080EE0080EDBCFE9FF090EDBCF77 :10AB3000EAFF020EE926000EEA22EF50110801E0BA :10AB4000E8D0FC0EDBA40CD00A0EDBCFE9FF0B0E25 :10AB5000DBCFEAFF320EE926000EEA22010E1DD0FD :10AB6000080EDBCFE9FF090EDBCFEAFF070EE9266F :10AB7000000EEA22EF50800B02E0010E01D0000E21 :10AB8000E66E0A0EDBCFE9FF0B0EDBCFEAFF320EDB :10AB9000E926000EEA22E552E750EF6E080EDBCF01 :10ABA000E9FF090EDBCFEAFF1B0EE926000EEA22C1 :10ABB000EF50030B1E6E1D6A0A0EDBCFE9FF0B0E72 :10ABC000DBCFEAFF330EE926000EEA221DC0EEFFBE :10ABD0001EC0EDFF080EDBCFE9FF090EDBCFEAFF59 :10ABE0001C0EE926000EEA22EF501D6E1E6A0A0EA8 :10ABF000DBCFE9FF0B0EDBCFEAFF330EE926000EB9 :10AC0000EA221D50EE261E50ED220A0EDBCFE9FF90 :10AC10000B0EDBCFEAFF360EE926000EEA22200EED :10AC2000EF6E080EDBCFE9FF090EDBCFEAFF1D0E4A :10AC3000E926000EEA22EF500EE0080EDBCFE9FF16 :10AC4000090EDBCFEAFF1D0EE926000EEA22EF50C7 :10AC50001D6E1E6A03D01D6A010E1E6E050E1DC0FC :10AC6000DBFF060E1EC0DBFF0A0EDBCFE9FF0B0E7B :10AC7000DBCFEAFF360EE926000EEA22EF501D6E0A :10AC80001E6A050EDBCF3DF0060EDBCF3EF01DC089 :10AC900042F01EC043F088EC70F03D50E66E0A0EA4 :10ACA000DBCFE9FF0B0EDBCFEAFF350EE926000E06 :10ACB000EA22E552E750EF6E080EDBCFE9FF090EFE :10ACC000DBCFEAFF1D0EE926000EEA22EFCF1DF0D2 :10ACD0000A0EDBCFE9FF0B0EDBCFEAFF360EE926CB :10ACE000000EEA22EFCF1EF01EC043F01DC03EF062 :10ACF000CCEC70F03A500DE10A0EDBCFE9FF0B0E01 :10AD0000DBCFEAFF350EE926000EEA22EF500808F5 :10AD100006E2090EF36E020EF3CFDBFF16D00A0E29 :10AD2000DBCFE9FF0B0EDBCFEAFF300EEB6A310E13 :10AD3000EB6A0A0EDBCFE9FF0B0EDBCFEAFF2F0E2B :10AD4000E926000EEA22EF8014D00A0EDBCFE9FFDD :10AD50000B0EDBCFEAFFE9CF1DF0EACF1EF0E9CF03 :10AD6000E6FFEACFE6FFF7EC38F0E552E552020ED7 :10AD7000DB501D6E0C0EE15C02E2E16AE552E16E11 :10AD80001D50E552E5CFDAFFE7CFD9FF1200D9CF4A :10AD9000E6FFDACFE6FFE1CFD9FFE2CFDAFFE652F6 :10ADA0000E6ADF6A040EDF5C27E2E66ADFCFE6FFA9 :10ADB0002FDDE552E55200091DE1010E056EDF5061 :10ADC000B70DF3CFE9FFF4CFEAFF320EE926030E09 :10ADD000EA22320EE926000EEA22EF500BE0800E46 :10ADE000DF5206E0DFCFF3FFE8327F0BF306FCE132 :10ADF00002090E6EDF2AD6D7ABEC52F0055002E006 :10AE0000000E01D0010EE552E552E5CFDAFFE7CFA3 :10AE1000D9FF1200D9CFE6FFDACFE6FFE1CFD9FFA5 :10AE2000E2CFDAFFE652E652FD0EDB50B70DF3CF6C :10AE3000E9FFF4CFEAFF320EE926030EEA222F0ED5 :10AE4000E926000EEA22EF5037E0FD0EDB50B70D89 :10AE5000F3CFE9FFF4CFEAFF320EE926030EEA2230 :10AE6000E9CF1DF0EACF1EF0E9CFE6FFEACFE6FF1B :10AE7000F7EC38F0E552E552FD0EDB50B70DF3CF9D :10AE8000E9FFF4CFEAFF320EE926030EEA222F0E85 :10AE9000E926000EEA22EF6AFD0EDB50B70DF3CF74 :10AEA000E9FFF4CFEAFF320EE926030EEA22220E72 :10AEB000E926000EEA22EF6AABEC52F0E552E552C9 :10AEC000E552E5CFDAFFE7CFD9FF1200D9CFE6FF91 :10AED000DACFE6FFE1CFD9FFE2CFDAFFE652DF6A51 :10AEE000040EDF5C06E2DFCFE6FF94DFE552DF2AE7 :10AEF000F7D7E552E552E5CFDAFFE7CFD9FF1200E9 :10AF0000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF14 :10AF1000070EE12402E3E168E652E16E0C50B70D42 :10AF2000F3CF1DF0F4CF1EF0320E1D26030E1E22AD :10AF30001DC0DEFF1EC0DDFFDECFE9FFDDCFEAFF73 :10AF4000350EE926000EEA22EF500D5C0CE2DECF52 :10AF5000E9FFDDCFEAFF360EE926000EEA22EF50C8 :10AF6000D880095402E2130E12D1DECFE9FFDDCF03 :10AF7000EAFF360EE926000EEA22EFCF29F02A6A10 :10AF80002B6A2C6ADECFE9FFDDCFEAFF350EE9261A :10AF9000000EEA22EFCF25F0266A276A286A0AC047 :10AFA00021F00BC022F0236A246A0AC03BF00BC0D8 :10AFB0003CF023C03DF024C03EF025C040F026C048 :10AFC00041F027C042F028C043F0CEEC6FF037C00C :10AFD0001DF038C01EF039C01FF03AC020F037C055 :10AFE0003BF038C03CF039C03DF03AC03EF029C0DB :10AFF00040F02AC041F02BC042F02CC043F0CEEC10 :10B000006FF0020E37C0DBFF030E38C0DBFF040E0B :10B0100039C0DBFF050E3AC0DBFFDECFE9FFDDCF35 :10B02000EAFF360EE926000EEA22EFCF25F0266A67 :10B03000276A286A0D50216E226A236A246A0DC08D :10B040003BF022C03CF023C03DF024C03EF025C0C0 :10B0500040F026C041F027C042F028C043F0CEECBB :10B060006FF037C01DF038C01EF039C01FF03AC075 :10B0700020F0D950020FE96E000EDA20EA6E375048 :10B08000EE261E50EE221F50EE222050EE22DECF82 :10B09000E9FFDDCFEAFF360EE926000EEA22EFCF08 :10B0A00025F0266A276A286A0950216E226A236AD7 :10B0B000246A09C03BF022C03CF023C03DF024C00C :10B0C0003EF025C040F026C041F027C042F028C025 :10B0D00043F02BEC70F038C01EF039C01FF03AC0BE :10B0E00020F0D950020FE96E000EDA20EA6E3750D8 :10B0F000EE261E50EE221F50EE222050EE22D95096 :10B10000020FE96E000EDA20EA6EEF50EE6AEFCF22 :10B11000F4FFEE6EEF50F4CFEEFFEF6ED950020F5A :10B12000E96E000EDA20EA6EEE52EE2A000EEE22F2 :10B13000EE22D950020FE96E000EDA20EA6EEECF51 :10B14000E6FFEECFE6FFEECFE6FFEFCFE6FFDECF86 :10B15000E9FFDDCFEAFFE9CF1DF0EACF1EF0E9CF2E :10B16000E6FFEACFE6FF1CEC39F01F6E060EE15C4D :10B1700002E2E16AE552E16E1F50E76E060EE7CF8C :10B18000DBFFDB5003E0060EDB5001D0000E1D6E2E :10B19000070EE15C02E2E16AE552E16E1D50E55204 :10B1A000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF3C :10B1B000E6FFE1CFD9FFE2CFDAFFE652E652E652F0 :10B1C000E652E6520C50B70DF3CF1DF0F4CF1EF04F :10B1D000320E1D26030E1E221DC0DEFF1EC0DDFF27 :10B1E000D950020FE66E000EDA20E66EE66A010E16 :10B1F000E66E000EE66E090EE66EDECFE9FFDDCFED :10B20000EAFFE9CF1DF0EACF1EF0E9CFE6FFEACF73 :10B21000E6FF72EC2DF01F6E080EE15C02E2E16ABF :10B22000E552E16E1F50E76E040EE7CFDBFFDB5007 :10B2300017E1DECFE9FFDDCFEAFF300EE926000E91 :10B24000EA22EE50ED100CE0DECFE9FFDDCFEAFFA1 :10B25000300EE926000EEA22580EEE6E020EED6E5A :10B26000040EDB501D6E050EE15C02E2E16AE55260 :10B27000E16E1D50E552E5CFDAFFE7CFD9FF1200AE :10B28000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF91 :10B29000E652E652E652E652E6520C50B70DF3CFB4 :10B2A0001DF0F4CF1EF0320E1D26030E1E221DC00F :10B2B000DEFF1EC0DDFFD950020FE66E000EDA2061 :10B2C000E66EE66A010EE66E000EE66E090EE66EAA :10B2D000DECFE9FFDDCFEAFFE9CF1DF0EACF1EF0B8 :10B2E000E9CFE6FFEACFE6FF0DEC32F01F6E080E65 :10B2F000E15C02E2E16AE552E16E1F50E76E040E86 :10B30000E7CFDBFFDB500FE1DECFE9FFDDCFEAFF68 :10B31000300EE926000EEA22580EEE6E020EED6E99 :10B320000801010EF96F040EDB501D6E050EE15C85 :10B3300002E2E16AE552E16E1D50E552E5CFDAFF27 :10B34000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF92 :10B35000D9FFE2CFDAFFE652E652E652E652E65273 :10B36000DE52010EDD6E020EDB6ADF6A040EDF5C68 :10B3700065E2DF50B70DF3CF1DF0F4CF1EF0320EB3 :10B380001D26030E1E22030E1DC0DBFF040E1EC071 :10B39000DBFF030EDBCFE9FF040EDBCFEAFF2F0E4E :10B3A000E926000EEA22EF5047E0010EF36E020E8E :10B3B000F3CFDBFF030EDBCFE9FF040EDBCFEAFFA9 :10B3C000300EE926000EEA22EE50ED1035E0030EB5 :10B3D000DBCFE9FF040EDBCFEAFF300EE926000EDB :10B3E000EA22EE06000EEF5A030EDBCFE9FF040E51 :10B3F000DBCFEAFF300EE926000EEA22EE50ED1018 :10B4000019E1F29E030EDBCFE9FF040EDBCFEAFF6A :10B41000E9CF1DF0EACF1EF01DC0E6FF1EC0E6FF1B :10B42000D1EC37F0E552E55281B202D006ED04F0DE :10B43000F28E02D0010EDB6ADF2A98D7020EDB50B3 :10B4400005E0010EDB5002E00801F96B050EE15C3E :10B4500002E2E16AE552E16EE552E5CFDAFFE7CFBD :10B46000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF4F :10B47000E2CFDAFFE652DF6A040EDF5C1EE2B70EAF :10B48000E66EE66AE66ADF50B70DF3CF1DF0F4CF43 :10B490001EF0320E1D26030E1E221DC0E6FF1EC02A :10B4A000E6FF15EC6EF01F6E050EE15C02E2E16A4C :10B4B000E552E16E1F50DF2ADFD7400EE66E91ECB9 :10B4C00052F0E552E552E552E5CFDAFFE7CFD9FF7A :10B4D00012000150030A28E0010A1DE0030A16E0E9 :10B4E00001AC39D00F0E0114F66EF76AD890F6361B :10B4F000F7365C0EF626E10EF7220900F5CF1DF0B7 :10B500000800F5CF1EF0010EE66E23D0F9DC00092D :10B5100010E1500E3BD0580E026EF2DC000909E13A :10B5200044DE000934E00CD0500E026EE9DC000964 :10B5300004E0510E026E100E06D0A2DE000927E0D4 :10B54000510E026E400E076E22D01EC0FAFF1D5033 :10B55000F96EFBDF1AD001AE1AD00F0E0114F66E91 :10B56000F76AD890F636F7365C0EF626E10EF7222B :10B570000900F5CF1DF00800F5CF1EF0E66A04D0F3 :10B580001EC0FAFF1D50F96EFBDFE552026E02503D :0AB59000E66E91EC52F0E552120055 :06B59A00D9CFE6FFDACF75 :10B5A000E6FFE1CFD9FFE2CFDAFFFD0EDB50C96E37 :10B5B000C7A0FED7C950E552E5CFDAFFE7CFD9FFE4 :10B5C0001200D9CFE6FFDACFE6FFE1CFD9FFE2CF15 :10B5D000DAFFE6520001640EA16FE668DEDFE55295 :10B5E000E668DBDFE552DF6EFF0EDF5C03E00001A3 :10B5F000A151F6E1DF50E552E552E5CFDAFFE7CFA2 :10B60000D9FF1200898AE668C8DFE55212001200ED :10B61000899AD7DFF7DF0001CD811200D9CFE6FF8D :10B62000DACFE6FFE1CFD9FFE2CFDAFF0801FC8FE6 :10B630000001280EA06FE668B0DFE5520001A56F9B :10B64000FF0EA55D02E1A051F6E1FE0EA55D40E111 :10B6500000011A6B1B6BE668A0DFE552E66EFC0E7C :10B66000DBCFE9FFFD0EDBCFEAFFE552E750EF6EDF :10B67000FC0EDBCFE9FFFD0EDBCFEAFFEF50E66EFD :10B6800018EC70F0E552FC0EDB2AFD0E01E3DB2A1C :10B69000FA0EDB06DBCF1DF0FB0E01E2DB06DBCF93 :10B6A0001EF01D501E10D7E1E66877DFE55200015D :10B6B000A66FE66872DFE5520001A76F1BC01DF0A0 :10B6C0001D50A65D05E100011A510001A75D02E0D1 :10B6D000000E01D0010EE552E5CFDAFFE7CFD9FF2A :10B6E0001200D9CFE6FFDACFE6FFE1CFD9FFE2CFF4 :10B6F000DAFF67DFFF0857E1FB0EDBCFE6FF4DDF28 :10B70000E552FB0EDB50FD0850E00801F98F000107 :10B71000A96B020EAA6FFC0EDBCFABF0FD0EDBCFE8 :10B72000ACF000011A6B1B6B0001ABC0E9FFACC0B1 :10B73000EAFFAB2B000EAC23EF50E66E18EC70F076 :10B74000E5520001A907000EAA5BA951AA11ECE17C :10B75000A96B020EAA6FFC0EDBCFE9FFDB2AFD0E00 :10B76000DBCFEAFF01E3DB2AEF50E66E16DFE5529E :10B770000001A907000EAA5BA951AA11ECE11BC0A8 :10B780001DF01E6A1D50E66E08DFE5521AC0E6FF86 :10B7900004DFE552E66801DFE5520001A86F1F0EE5 :10B7A000A815050802E0000E01D0010EE552E5CF14 :10B7B000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFF5 :10B7C000E1CFD9FFE2CFDAFFFD0EDBAE18D0FD0EE0 :10B7D000DB9EE66AE66AE66AE66A770EE66EECDF0C :10B7E0001D6E050EE15C02E2E16AE552E16E1D505C :10B7F0000001AE6F1D50010802E2AE519AD0898A55 :10B80000899ADFDEFF0802E0FF0E93D00001196B7A :10B81000FD0EDBCFE6FFC1DEE552FD0EDBCFE6FF1E :10B8200006EC70F0E552F90EDBCF1DF0FA0EDBCF1F :10B830001EF0FB0EDBCF1FF0FC0EDBCF20F0180E4E :10B84000D89020321F321E321D32E806F9E11DC0A9 :10B85000ADF01DC0E6FFA1DEE552ADC0E6FF06EC8F :10B8600070F0E552F90EDBCF1DF0FA0EDBCF1EF0C3 :10B87000FB0EDBCF1FF0FC0EDBCF20F0100ED890BC :10B8800020321F321E321D32E806F9E11DC0ADF034 :10B890001DC0E6FF82DEE552ADC0E6FF06EC70F0AB :10B8A000E552F90EDBCF1DF0FA0EDBCF1EF0FB0EDA :10B8B000DBCF1FF0FC0EDBCF20F0080ED89020323B :10B8C0001F321E321D32E806F9E11DC0ADF01DC069 :10B8D000E6FF63DEE552ADC0E6FF06EC70F0E55230 :10B8E000F90EDBCFADF0ADC0E6FF57DEE552ADC0DF :10B8F000E6FF06EC70F0E5520001199F1947198127 :10B9000019C0E6FF4ADEE552FD0EDB504C0803E1AC :10B91000E66843DEE55200010A0EAD6FE6683DDEE3 :10B92000E5520001AE6F800EAE1502E0AD07F6E104 :10B93000AE51E552E5CFDAFFE7CFD9FF1200D9CFFC :10B94000E6FFDACFE6FFE1CFD9FFE2CFDAFF070E5D :10B95000E12402E3E168E652E16EFD0EDB5002E015 :10B96000010E20D10001CDB31CD151DE220EC66ED6 :10B970000A0EDF6EDF5005E0E6680FDEE552DF06F7 :10B98000F9D7020EDB6AE66AE66AE66AE66A400E04 :10B99000E66E12DF1D6E050EE15C02E2E16AE55221 :10B9A000E16E1D50010801E0D4D00001C80EA06F67 :10B9B000AA0EE66E010EE66EE66AE66A480EE66ECE :10B9C000FBDE1D6E050EE15C02E2E16AE552E16E0E :10B9D0001D50010873E1DF6A040EDF5C16E2E668C1 :10B9E000DCDDE552E66ED950030F1D6E000EDA2045 :10B9F0001E6EDF500F011D24E96E000E1E20EA6E40 :10BA0000E552E750EF6EDF2AE7D7050EDB0401E0D1 :10BA1000A0D0060EDB50AA0801E09BD00001A05187 :10BA200012E0E66AE66AE66A400EE66EE90EE66E47 :10BA3000C3DE1D6E050EE15C02E2E16AE552E16ED5 :10BA40001D500009EBE10001A05101E182D0E66A3E :10BA5000E66AE66AE66A7A0EE66EAEDE1D6E050EF0 :10BA6000E15C02E2E16AE552E16E1D50000971E11C :10BA7000DF6A040EDF5C16E2E6688FDDE552E66EF3 :10BA8000D950030F1D6E000EDA201E6EDF500F011D :10BA90001D24E96E000E1E20EA6EE552E750EF6E9F :10BAA000DF2AE7D7030EDB50400B02E00C0E01D07B :10BAB000040EE76E020EE7CFDBFF4BD0E66AE66AC4 :10BAC000E66AE66AE90EE66E77DE1D6E050EE15C5B :10BAD00002E2E16AE552E16E1D50010806E3020E42 :10BAE000F36EDB6EDE52E90E07D0010EF36E020E2E :10BAF000F3CFDBFFDE52410EDD6E0001A05112E0FC :10BB0000E66AE66AE66AE66A010EDBCFE6FF54DE25 :10BB10001D6E050EE15C02E2E16AE552E16E1D5028 :10BB20000009EBE10001A05112E0E66A020EE66EA8 :10BB3000E66AE66A500EE66E3FDE1D6E050EE15CBB :10BB400002E2E16AE552E16E1D50000902E0020ED8 :10BB5000DB6A020EDB500001A26FA36B53DD020E05 :10BB6000DB501AE0200EC66E010EE66EE66AE66A4B :10BB7000E66A7B0EE66E20DE1D6E050EE15C02E2DB :10BB8000E16AE552E16E1D50DF6EDF5003E1000116 :10BB9000CD9102D0020EDB6A020EDB5001E138DDEE :10BBA0000001CD511D6E070EE15C02E2E16AE55233 :10BBB000E16E1D50E552E5CFDAFFE7CFD9FF120065 :10BBC000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF48 :10BBD000FD0EDB5002E0010E02D00001CD51E55216 :10BBE000E5CFDAFFE7CFD9FF1200D9CFE6FFDACFF2 :10BBF000E6FFE1CFD9FFE2CFDAFFFD0EDB5003E134 :10BC0000F60EDB0402E0040E5AD00001CDA102D0F2 :10BC1000030E55D00001A251080B12E1D950F70FC5 :10BC2000E96EFF0EDA20EA6E090EE76ED890EF3665 :10BC3000010EEB36020EEB36030EEB36E706F6E1AD :10BC40000001200EA46FD950F70FE96EFF0EDA2025 :10BC5000EA6EEECFE6FFEECFE6FFEECFE6FFEFCFE8 :10BC6000E6FF510EE66EA8DD1D6E050EE15C02E2F8 :10BC7000E16AE552E16E1D50000912E1E66A020E2A :10BC8000E66EFB0EDBCFE6FFFC0EDBCFE6FFC6DC8D :10BC9000E552E552E552E552000902E0F60EDB6A94 :10BCA000B1DCF60EDB5005E00001A451A40700084A :10BCB000CAE3F60EDB5002E0010E01D0000EE552A1 :10BCC000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF11 :10BCD000E6FFE1CFD9FFE2CFDAFFFD0EDB5003E153 :10BCE000F60EDB0402E0040E5CD00001CDA102D010 :10BCF000030E57D0CDA502D0020E53D00001A251A1 :10BD0000080B12E1D950F70FE96EFF0EDA20EA6E48 :10BD1000090EE76ED890EF36010EEB36020EEB36C9 :10BD2000030EEB36E706F6E10001200EA46FD950B2 :10BD3000F70FE96EFF0EDA20EA6EEECFE6FFEECFE8 :10BD4000E6FFEECFE6FFEFCFE6FF580EE66E34DDFE :10BD50001D6E050EE15C02E2E16AE552E16E1D50E6 :10BD6000000910E1FE0EE66EFB0EDBCFE6FFFC0ED7 :10BD7000DBCFE6FFB6DCE552E552E552000902E012 :10BD8000F60EDB6A3FDCF60EDB5005E00001A45145 :10BD9000A4070008CCE3F60EDB5002E0010E01D050 :10BDA000000EE552E5CFDAFFE7CFD9FF1200D9CF79 :10BDB000E6FFDACFE6FFE1CFD9FFE2CFDAFF180ED8 :10BDC000E12402E3E168E652E16EFA0EDBCF3DF0DA :10BDD000FB0EDBCF3EF0120E3DC0DBFF130E3EC06C :10BDE000DBFFFD0EDB5002E0040EE2D20001CDA12C :10BDF00002D0030EDDD2010EDF6EFC0EDB500E0A08 :10BE000001E1A4D2030A01E16DD2010A01E146D2A7 :10BE1000070A01E11DD2010A01E111D2090A01E17B :10BE20001CD1010A01E10FD1030A0AE0010A01E075 :10BE3000BAD2899AE1EC5AF0FF0801E0B6D2B1D249 :10BE4000E66AE66AE66AE66A490EE66EB5DC1D6EEB :10BE5000050EE15C02E2E16AE552E16E1D50000967 :10BE600001E0A3D2100EE66EE66AD950020FE66E2C :10BE7000000EDA20E66E0EEC5BF0E552E552E5527C :10BE8000E552000901E191D2060E1D6E020EDB5053 :10BE90001DC0E7FFE75204E0E8427F0BE706FCE144 :10BEA000010856E10A0EDBCF25F025C026F0256AF1 :10BEB0000B0EDB5000012524216E000E2620226E81 :10BEC000236A246A090EDB503F0B276E286A296A11 :10BED0002A6A100E1F0B07E0D8902736283629361D :10BEE0002A36E806F9E1215027241D6E2250282029 :10BEF0001E6E235029201F6E24502A20206E1D2ADA :10BF0000000E1E221F222022140E1DC0DBFF150E64 :10BF10001EC0DBFF160E1FC0DBFF170E20C0DBFFAD :10BF2000140EDBCF1DF0150EDBCF1EF0160EDBCF8F :10BF30001FF0170EDBCF20F00A0E1F0B01E170D1AE :10BF4000D8901D361E361F362036E806F9E168D136 :10BF50000C0EDB50216E226A800E2116000E221676 :10BF6000070ED89022322132E804FBE1070EDB50A5 :10BF70000F0B21241F6E000E2220206E0B0EDB50B3 :10BF8000030BE8241F241D6E000E20201E6E020EDF :10BF90001D26000E1E22010E1DC0DBFF090EDB5008 :10BFA000226E236AD89022362336D8902236233642 :10BFB000060E216E0A0EDB5021C0E7FFE75204E0B7 :10BFC000E8427F0BE706FCE1000122241F6E000E11 :10BFD0002320206E080EDB50030B246E256A0A0E08 :10BFE000D89024362536E804FBE11F5024241D6E2A :10BFF000205025201E6E010E1D26000E1E22140E3E :10C000001DC0DBFF150E1EC0DBFF160EDB6A170E10 :10C01000DB6A140EDBCF1DF0150EDBCF1EF0160E03 :10C02000DBCF1FF0170EDBCF20F0010EDB50F70F38 :10C030001F0B01E1F5D0D8901D361E361F36203675 :10C04000E806F9E1EDD0FA0EDBCFE9FFFB0EDBCF1E :10C05000EAFFEE6A020EED6EA4D10001A251040BBC :10C0600049E0E66AE66AE66AE66ACD0EE66EDCEC70 :10C070005BF01D6E050EE15C02E2E16AE552E16EE5 :10C080001D50000901E091D1E668CDEC5AF0E5526F :10C09000100EE66EE66AD950020FE66E000EDA2048 :10C0A000E66E0EEC5BF0E552E552E552E552000912 :10C0B00001E17BD1DE52300EDD6E010EDB5007E078 :10C0C000E668CDEC5AF0E552010EDB06F6D7100E0D :10C0D0001D6E1E6A1F6A206A0C0EDB380F0B1F0BC9 :10C0E00001E19ED0D8901D361E361F362036E80658 :10C0F000F9E196D0E66AE66AE66AE66A490EE66E15 :10C10000DCEC5BF01D6E050EE15C02E2E16AE552DB :10C11000E16E1D50000901E048D1100EE66EE66A9E :10C12000D950020FE66E000EDA20E66E0EEC5BF0E0 :10C13000E552E552E552E552000901E136D1000130 :10C14000A251020B34E00D0EDB50236E246A800EE8 :10C150002316000E2416070ED89024322332E8044A :10C16000FBE10C0EDB503F0BE82400012324216E81 :10C17000000E2420226E010E2126000E2222060E21 :10C18000256E0F0EDB5025C0E7FFE75204E0E842C2 :10C190007F0BE706FCE1FF0F21C01DF022C01EF05F :10C1A0003DE0D8901D361E36E804FBE137D00D0E79 :10C1B000DB50256E266AE00E2516000E2616050EAB :10C1C000D89026322532E804FBE10D0EDB50030B3C :10C1D000080DF35000012524236E000E2620246E46 :10C1E000010E2326000E24220C0EDB507C0BE840AF :10C1F000E8403F0B216E226A010E2126000E22220A :10C2000021C03DF022C03EF023C042F024C043F0E4 :10C210004FEC70F03BC01DF03CC01EF01F6A206A5E :10C22000FA0EDBCFE9FFFB0EDBCFEAFF1DC0EEFF0E :10C230001EC0EEFF1FC0EEFF20C0EEFFB2D0120EF8 :10C24000DBCFE9FF130EDBCFEAFFA2C0EFFFA9D0DF :10C25000E66AE66AE66AE66A490EE66EDCEC5BF0E0 :10C260001D6E050EE15C02E2E16AE552E16E1D50D1 :10C27000000901E09AD0100EE66EE66AFA0EDBCFF6 :10C28000E6FFFB0EDBCFE6FF0EEC5BF0E552E5527E :10C29000E552E552000901E188D083D0E66AE66AFA :10C2A000E66AE66A4A0EE66EDCEC5BF01D6E050E91 :10C2B000E15C02E2E16AE552E16E1D50000975E1C0 :10C2C000100EE66EE66AFA0EDBCFE6FFFB0EDBCF62 :10C2D000E6FF0EEC5BF0E552E552E552E55200094F :10C2E00064E05FD0E66AE66AE66AE66A7A0EE66EBF :10C2F000DCEC5BF01D6E050EE15C02E2E16AE552EA :10C30000E16E1D50000951E1010EDB6A040EF36E6F :10C31000010EDBCFF4FFF350F45C43E2E668CDECB2 :10C320005AF0E552E66E010EDB50E76EFA0EDBCFF7 :10C33000E9FFFB0EDBCFEAFFE750E926000EEA2219 :10C34000E552E750EF6E010EDB2AE0D70001A25163 :10C35000040B2BE0E66AE66AE66AE66ACD0EE66E54 :10C36000DCEC5BF01D6E050EE15C02E2E16AE55279 :10C37000E16E1D50000919E1E668CDEC5AF0E55276 :10C38000400EE66EE66AFA0EDBCFE6FFFB0EDBCF71 :10C39000E6FF0EEC5BF0E552E552E552E55200098E :10C3A00004E0DF6A02D0040EDF6E02EC5BF0DF50C7 :10C3B0001D6E180EE15C02E2E16AE552E16E1D506D :10C3C000E552E5CFDAFFE7CFD9FF1200D9CFE6FF7C :10C3D000DACFE6FFE1CFD9FFE2CFDAFFE652E6524D :10C3E000E6520001A05101E0A007A15101E0A10720 :10C3F0000801F82BAFC0DEFFB0C0DDFF300E8114A6 :10C400000001AF6FB06BDECF1DF0DDCF1EF0E85046 :10C410001D1819E1B0511E1816E1020ECDC0DBFF48 :10C42000DF50200B03E0020EDB8402D0020EDB940F :10C43000DF50100B04E0020EDB80DB8202D0020E24 :10C44000DB92DBCFCDF0E552E552E552E552E5CF88 :10C45000DAFFE7CFD9FF1200020E0001CD1501E08F :04C46000000C010CBF :0CC46400D9CFE6FFDACFE6FF580EE55214 :10C47000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF59 :10C48000E6FF060E136E146A0A01020E006F0D0E0F :10C49000016F060EF66EF76A0800F5CF02FA070E76 :10C4A000F66EF76A0800F5CF03FAFE0EF66EF7682F :10C4B0000800F5CF04FAF668F7680800F5CF05FA2A :10C4C000580EE552E5CFDAFFE7CFD9FF1200D9CFFA :10C4D000E6FFDACFE6FF060E136E146AF29C88C000 :10C4E00000FA89C001FA8AC002FA8EC003FA8CC031 :10C4F00004FA8DC005FAF28C580EE552E5CFDAFF4A :10C50000E7CFD9FF1200D9CFE6FFDACFE6FFE1CFC0 :10C51000D9FFE2CFDAFFFD0EDB5004E1060E136E09 :10C52000146A18D000CA92F001CA93F002CA94F0BB :10C5300003CA98F004CA96F005CA97F00001010EEC :10C54000956F920EE66E000EE66EDAEC67F0E5523D :10C55000E5520080580EE552E5CFDAFFE7CFD9FF6C :10C560001200D9CFE6FFDACFE6FFE1CFD9FFE2CF65 :10C57000DAFFFD0EDB0442E108012D510AE00E0E48 :10C58000E66E060EE66EF7EC38F0E552E55208016D :10C590002D6B00CAE6FF010EE66E0A0EE66E0E0E69 :10C5A000E66E060EE66E8CEC2AF01D6E050EE15C62 :10C5B00002E2E16AE552E16E1D50126E1D5004E088 :10C5C000136A146A510E1BD00801010E2D6F040E60 :10C5D000136E146AE66EE66A180EE66E060EE66ED6 :10C5E000000EE66E0A0EE66EEAEC6DF01D6E060EAB :10C5F000E15C02E2E16AE552E16E1D50580EE5523F :10C60000E5CFDAFFE7CFD9FF1200D9CFE6FFDACFC7 :10C61000E6FFE1CFD9FFE2CFDAFFE652E6520801AA :10C620002D512AE0D9CFE6FFDACFE6FF13C0E6FFAF :10C6300014C0E6FF000EE66E0A0EE66E0E0EE66E03 :10C64000060EE66E72EC2DF01D6E080EE15C02E245 :10C65000E16AE552E16E1D50126E1D500FE1DECF12 :10C6600013F0DDCF14F0D9CFE9FFDACFEAFFEE50B7 :10C67000ED1006E1500E05D0040E126E510E01D0E1 :10C68000580EE552E552E552E5CFDAFFE7CFD9FF84 :10C690001200D9CFE6FFDACFE6FFE1CFD9FFE2CF34 :10C6A000DAFFE652E652FD0EDB5009E108012D519A :10C6B00004E0136A010E146E2CD0040E27D0D9CFDB :10C6C000E6FFDACFE6FF13C0E6FF14C0E6FF000E78 :10C6D000E66E0A0EE66E0E0EE66E060EE66E0DECC9 :10C6E00032F01D6E080EE15C02E2E16AE552E16E95 :10C6F0001D50126E1D500BE1DECF1DF0DDCF1EF080 :10C7000013501D5C14501E5804E2140E126E510E8C :10C7100001D0580EE552E552E552E5CFDAFFE7CFFA :10C72000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF7C :10C73000E2CFDAFFE652E652E652E652FD0EDB5059 :10C740002AE108012D5124E0040E136E146A14C668 :10C75000DFFF010E15C6DBFF020E16C6DBFF030E60 :10C7600017C6DBFF040EE66EE66AD9CFE6FFDACF26 :10C77000E6FF000EE66E0A0EE66EEAEC6DF01D6E48 :10C78000060EE15C02E2E16AE552E16E1D5037D02F :10C79000040E126E32D0040EE66EE66A000EE66EED :10C7A0000A0EE66ED9CFE6FFDACFE6FFEAEC6DF0CF :10C7B0001D6E060EE15C02E2E16AE552E16E1D507B :10C7C000D9CFE9FFDACFEAFFEECFE6FFEECFE6FF03 :10C7D000EECFE6FFEFCFE6FF0E0EE66E060EE66E3C :10C7E0001CEC39F01D6E060EE15C02E2E16AE552D6 :10C7F000E16E1D50126E1D5002E0510E01D0580E18 :10C800001D6E040EE15C02E2E16AE552E16E1D502C :10C81000E552E5CFDAFFE7CFD9FF1200D9CFE6FF27 :10C82000DACFE6FFE1CFD9FFE2CFDAFF08012D51E1 :10C830000FE00E0EE66E060EE66EF7EC38F0E552EF :10C84000E552126EE85002E0510E03D008012D6B44 :10C85000500EE552E5CFDAFFE7CFD9FF1200D9CF6E :10C86000E6FFDACFE6FFE1CFD9FFE2CFDAFFFD0E38 :10C87000DB5004E1020E136E146A1CD0150E0A017F :10C88000005D18E1040E0A01015D14E1E668FE0E88 :10C89000E66E030EE66E07EC6FF0E552E552E552E8 :10C8A000E668E668030EE66E07EC6FF0E552E552C7 :10C8B000E552FF00580E00D0E552E5CFDAFFE7CF92 :10C8C000D9FF1200D9CFE6FFDACFE6FFE1CFD9FFDB :10C8D000E2CFDAFFFD0EDB041AE1000EE66E0A0E6F :10C8E000E66E000EE66E080EE66E86EC41F0E5524E :10C8F000E552E552E552126EE85006E0136A146AFA :10C9000008012C6B510E04D00801010E2C6F580E3B :10C91000E552E5CFDAFFE7CFD9FF1200D9CFE6FF26 :10C92000DACFE6FFE1CFD9FFE2CFDAFF08012C51E1 :10C9300003E1050E126E11D0160EE66E080EE66EBD :10C94000000EE66E080EE66E9AEC42F0E552E552F5 :10C95000E552E552126EE85002E0510E1ED0080179 :10C960001F5102E1500E19D0160E136E146AE66EB6 :10C9700014C0E6FF160EE66E080EE66E000EE66EBA :10C980000A0EE66EEAEC6DF01D6E060EE15C02E248 :10C99000E16AE552E16E1D50580EE552E5CFDAFF2F :10C9A000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF1C :10C9B000D9FFE2CFDAFFE652FD0EDB043FE1030EC2 :10C9C000135C000E145805E300CADFFF040EDF5CA1 :10C9D00003E3130E126E30D0DFCFE6FF0AEC57F000 :10C9E000E552020EE66E0A0EE66EDF50B70DF3CF8B :10C9F000E9FFF4CFEAFF320EE926030EEA22220E07 :10CA0000E926000EEA22E9CF1DF0EACF1EF0E9CFB9 :10CA1000E6FFEACFE6FF2FEC6EF0E552E552E55275 :10CA2000E55201CAE6FF00CAE6FF08EC54F0E55201 :10CA3000E552126EE85002E0510E01D0580EE55258 :10CA4000E552E5CFDAFFE7CFD9FF1200D9CFE6FFF5 :10CA5000DACFE6FFE1CFD9FFE2CFDAFFE652E652C6 :10CA6000E652FD0EDB5001E0E8D0136A146ADF6A7B :10CA7000040EDF5C01E3E1D0DF50B70DF3CF1DF012 :10CA8000F4CF1EF0320E1D26030E1E22010E1DC015 :10CA9000DBFF020E1EC0DBFF010EDBCFE9FF020E43 :10CAA000DBCFEAFF2F0EE926000EEA22EF50E66EFA :10CAB00013C0E9FF14C0EAFF132A000E1422000E6F :10CAC000E9260A0EEA22E552E750EF6E010EDBCFAF :10CAD000E9FF020EDBCFEAFF320EE926000EEA2262 :10CAE000EF50E66E13C0E9FF14C0EAFF132A000EF0 :10CAF0001422000EE9260A0EEA22E552E750EF6EF4 :10CB0000010EDBCFE9FF020EDBCFEAFF330EE92691 :10CB1000000EEA22EECF1DF0EFCF1EF01EC01DF07A :10CB20001E6A13C0E9FF14C0EAFF132A1422000E84 :10CB3000E9260A0EEA221DC0EFFF010EDBCFE9FF56 :10CB4000020EDBCFEAFF330EE926000EEA22EECF1B :10CB50001DF0EFCF1EF0FF0E1D16000E1E1613C0A7 :10CB6000E9FF14C0EAFF132A1422000EE9260A0E78 :10CB7000EA221DC0EFFF010EDBCFE9FF020EDBCF83 :10CB8000EAFF350EE926000EEA22EF50E66E13C0EA :10CB9000E9FF14C0EAFF132A000E1422000EE92652 :10CBA0000A0EEA22E552E750EF6E010EDBCFE9FFF5 :10CBB000020EDBCFEAFF360EE926000EEA22EF5026 :10CBC000E66E13C0E9FF14C0EAFF132A000E142218 :10CBD000000EE9260A0EEA22E552E750EF6E0D0E2E :10CBE000E66EE66A010EDBCFE9FF020EDBCFEAFF5D :10CBF000220EE926000EEA22E9CF1DF0EACF1EF050 :10CC0000E9CFE6FFEACFE6FF000E13241F6E0A0EFF :10CC10001420206E1FC0E6FFE66EEAEC6DF0216E78 :10CC2000060EE15C02E2E16AE552E16E21500D0E72 :10CC30001326000E1422DF2A1BD7580EE552E552A8 :10CC4000E552E552E5CFDAFFE7CFD9FF1200D9CFA1 :10CC5000E6FFDACFE6FFE1CFD9FFE2CFDAFFFD0E44 :10CC6000DB0402E178EC45F0580EE552E5CFDAFF3F :10CC7000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF49 :10CC8000D9FFE2CFDAFFE652E652E652E652FD0E57 :10CC9000DB5063E10C50B70DF3CF1DF0F4CF1EF065 :10CCA000320E1D26030E1E221DC0DEFF1EC0DDFF3C :10CCB000DECFE9FFDDCFEAFF2F0EE926000EEA22E4 :10CCC000EF5043E0E66AE66AE66AE66ADECFE9FF2D :10CCD000DDCFEAFFE9CF1DF0EACF1EF0E9CFE6FF96 :10CCE000EACFE6FF1CEC39F01F6E060EE15C02E2B3 :10CCF000E16AE552E16E1F50126E1F502EE1D950CD :10CD0000020FE66E000EDA20E66EE66A010EE66EAF :10CD1000000EE66E0A0EE66EDECFE9FFDDCFEAFF1B :10CD2000E9CF1DF0EACF1EF0E9CFE6FFEACFE6FF3C :10CD300072EC2DF01F6E080EE15C02E2E16AE55232 :10CD4000E16E1F50126E1F5002E0510E07D0020E0E :10CD5000DBCF13F0030EDBCF14F0580E1D6E040E64 :10CD6000E15C02E2E16AE552E16E1D50E552E5CF79 :08CD7000DAFFE7CFD9FF120042 :08CD7800D9CFE6FFDACFE6FF98 :10CD8000E1CFD9FFE2CFDAFFE652E652DF6AFD0ECD :10CD9000DB50F00BE8380F0BE76E010EE7CFDBFF3F :10CDA000DBCF1DF0000EE76E1D18E8AE02D01D347B :10CDB00003D0E750D8801D5405E20A0EDF26010E8D :10CDC000DB06EED7FD0EDB500F0BDF26DF50E55202 :10CDD000E552E552E5CFDAFFE7CFD9FF1200D9CF10 :10CDE000E6FFDACFE6FFE1CFD9FFE2CFDAFFE65286 :10CDF000DF6AFD0EDBCF1DF00A0EE76E1D18E8AEF0 :10CE000002D0E73402D0E7501D5C0CE30A0E1D6E21 :10CE1000FD0EDBCFE7FF1D50E75EFD0EE7CFDBFF2A :10CE2000DF2AE7D7DF38F00BDF6EFD0EDB50DF12B5 :10CE3000DF50E552E552E5CFDAFFE7CFD9FF120028 :10CE4000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFB5 :10CE50002DEC6BF0D00EE66E58EC6CF0E55200094C :10CE600010E1FD0EDBCFE6FF58EC6CF0E552000957 :10CE700008E1FC0EDBCFE6FF58EC6CF0E552000950 :10CE800002E0FF0E03D035EC6BF0000EE552E5CF6B :10CE9000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFFE :10CEA000E1CFD9FFE2CFDAFFE652010EDF6E2DECC3 :10CEB0006BF0D00EE66E58EC6CF0E55200091DE107 :10CEC000E66A58EC6CF0E552000917E148EC6BF0AB :10CED000D10EE66E58EC6CF0E55200090EE10A0E38 :10CEE000E66E920EE66E000EE66ECCEC6BF0E5524E :10CEF000E552E552000901E1DF6A35EC6BF0DF50E5 :10CF000051E1F29CDF6ADFCF1DF0060EE76E1D18BF :10CF1000E8AE02D01D3403D0E750D8801D541CE386 :10CF2000DFCFE9FFEA6AE9BEEA68920EE926000E61 :10CF3000EA22EF50E66E20DFE552E66EDFCFE9FF32 :10CF4000EA6AE9BEEA68880EE926000EEA22E5529E :10CF5000E750EF6EDF2AD7D7DFCF1DF00A0EE76E5E :10CF60001D18E8AE02D0E73402D0E7501D5C19E28C :10CF7000DFCFE9FFEA6AE9BEEA68920EE926000E11 :10CF8000EA22EF50E66EDFCFE9FFEA6AE9BEEA681F :10CF9000880EE926000EEA22E552E750EF6EDF2AFE :10CFA000DBD7F28C000EE552E552E5CFDAFFE7CF92 :10CFB000D9FF1200D9CFE6FFDACFE6FFE1CFD9FFE4 :10CFC000E2CFDAFFE652E652DF6ADFCF1DF0060E4F :10CFD000E76E1D18E8AE02D01D3403D0E750D880AC :10CFE0001D5420E3DFCF1DF01E6A1DBE1E68FC0E1F :10CFF000DB501D24E96EFD0EDB501E20EA6EEF5063 :10D00000E66EEDDEE552E66EDFCFE9FFEA6AE9BEE5 :10D01000EA68920EE926000EEA22E552E750EF6E2A :10D02000DF2AD3D70001100E996F150E9A6F040EE8 :10D030009B6FDE52010EDD6E2DEC6BF0D00EE66EB6 :10D0400058EC6CF0E552000915E1E66A58EC6CF01A :10D05000E55200090FE10A0EE66E920EE66E000E32 :10D06000E66E73EC6CF0E552E552E552000902E120 :10D07000010EDB6A35EC6BF0010EDB50E552E55238 :10D08000E552E5CFDAFFE7CFD9FF1200100EE66ECA :10D09000070EE66ED5DEE552E552FEDE150E000106 :10D0A000905D03E1040E915D12E0926B936B946BC3 :10D0B000010E956F966F040E976F0C0E986F920E7F :10D0C000E66E000EE66E76DFE552E552E5DE120012 :10D0D0000001882B3C0E885D0CE3886B892B3C0E8D :10D0E000895D07E3896B8A2B180E8A5D02E38A6BE0 :10D0F00000801200F29C8EC01DF01E6A1F6A206A1A :10D10000140E1D26000E1E221F222022190E1F0B98 :10D1100007E0D8901D361E361F362036E806F9E1A6 :10D120008DC021F0226A236A246A150E1F0B07E0C6 :10D13000D8902136223623362436E806F9E12150EC :10D140001D1222501E1223501F12245020128CC078 :10D1500025F0266A276A286A100E1F0B07E0D89070 :10D160002536263627362836E806F9E125501D12E1 :10D1700026501E1227501F122850201200018A51DB :10D18000296E2A6A2950296AE834E834E834F80B11 :10D190002A6E2B6A2C6A29501D122A501E122B50FF :10D1A0001F122C50201289512D6E2E6A050ED89018 :10D1B0002D362E36E804FBE12F6A306A2D501D1201 :10D1C0002E501E122F501F12305020120001885175 :10D1D000316E326AD89032323132336A346A1D503D :10D1E00031109C6F1E5032109D6F1F5033109E6F78 :10D1F000205034109F6FF28C9CC03BF09DC03CF0DF :08D200009EC03DF03E6E1200DD :08D20800949C948E969096828E :10D21000AC6AAC8AAC84AB6AAB8EAB889F9A9F98A1 :10D220002A0EAF6EAC84B86A9D8A0001BB6BBC6BE2 :10D23000BD6BBE6BBF6BC06B12000001BB5102E146 :10D240009D981200BD51EA6A000FE96E0B0EEA22AA :10D25000EF50AD6EBD2BBD511D6E1E6A800E1D18A8 :10D2600003E11E5001E1BD6BBB0712000001BB5181 :10D270001D6E1E6AD8901E5004E6800E1D5C000EC6 :10D280001E5801E3000C010CD9CFE6FFDACFE6FF10 :10D29000E1CFD9FFE2CFDAFF0001BB511D6E1E6A5C :10D2A000D8901E5004E6800E1D5C000E1E58F4E25D :10D2B000F29CBC51EA6A000FE96E0B0EEA22FD0EE9 :10D2C000DBCFEFFFBC2BBC511D6E1E6A800E1D18FC :10D2D00003E11E5001E1BC6BBB2B9D88F28CE55233 :10D2E000E5CFDAFFE7CFD9FF12000001BB51FDE126 :10D2F0001200ABA202D0AB98AB88ABB420D0000137 :10D30000BE511D6E1E6AD8901E5004E6800E1D5C34 :10D31000000E1E5814E2BF51EA6A800FE96E0B0E30 :10D32000EA22AECFEFFFBF2BBF511D6E1E6A800EEB :10D330001D1803E11E5001E1BF6BBE2B1200AECFE2 :10D34000C1F01200D9CFE6FFDACFE6FFE1CFD9FF77 :10D35000E2CFDAFF0001BE5102E1000E1FD0F29CC5 :10D36000C051EA6A800FE96E0B0EEA22EF50E66EBA :10D37000FC0EDBCFE9FFFD0EDBCFEAFFE552E75005 :10D38000EF6EC02BC0511D6E1E6A800E1D1803E18A :10D390001E5001E1C06BBE07F28C010EE552E5CFD5 :10D3A000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFE9 :10D3B000E1CFD9FFE2CFDAFFFC0EDBCFF6FFFD0EA7 :10D3C000DBCFF7FF0800F5500FE0FC0EDBCFF6FFD8 :10D3D000DB2AFD0EDBCFF7FF01E3DB2A0800F55067 :10D3E000E66E52DFE552E8D7E552E5CFDAFFE7CF48 :10D3F000D9FF1200D9CFE6FFDACFE6FFE1CFD9FFA0 :10D40000E2CFDAFFFC0EDBCFE6FFFD0EDBCFE6FF5F :10D41000CBDFE552E5520D0EE66E36DFE5520A0E21 :10D42000E66E32DFE552E552E5CFDAFFE7CFD9FF0E :10D430001200D9CFE6FFDACFE6FFE1CFD9FFE2CF86 :10D44000DAFFFC0EDBCFE9FFFD0EDBCFEAFFEF508A :10D450000EE0FC0EDBCFE9FFDB2AFD0EDBCFEAFF9F :10D4600001E3DB2AEF50E66E0FDFE552EAD7E55223 :10D47000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF49 :10D48000E6FFE1CFD9FFE2CFDAFFFC0EDBCFE6FF0C :10D49000FD0EDBCFE6FFCDDFE552E5520D0EE66E69 :10D4A000F3DEE5520A0EE66EEFDEE552E552E5CF19 :10D4B000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFD8 :10D4C000E1CFD9FFE2CFDAFFE652FD0EDB50F00BE1 :10D4D000E8380F0BDF6EDFCF1DF0090EE76E1D1869 :10D4E000E8AE02D01D3403D0E750D8801D5402E2CC :10D4F000370E01D0300EDF26DFCFE6FFC5DEE55266 :10D50000FD0EDB500F0BDF6EDFCF1DF0090EE76E57 :10D510001D18E8AE02D01D3403D0E750D8801D544A :10D5200002E2370E01D0300EDF26DFCFE6FFACDEA1 :10D53000E552E552E552E5CFDAFFE7CFD9FF120019 :10D54000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFAE :10D55000FD0EDBCF1EF01EC01DF01E6A1D50E66ED4 :10D56000ABDFE552FF0EE76EFC0EDBCF1DF0E750A0 :10D570001D161E6A1D50E66E9FDFE552E552E5CF8F :10D58000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF07 :10D59000E1CFD9FFE2CFDAFFFA0EDBCF1DF0FB0EB1 :10D5A000DBCF1EF0FC0EDBCF1FF0FD0EDBCF20F03B :10D5B000180ED89020321F321E321D32E806F9E1D3 :10D5C0001D50E66E79DFE552FA0EDBCF1DF0FB0E43 :10D5D000DBCF1EF0FC0EDBCF1FF0FD0EDBCF20F00B :10D5E000100ED89020321F321E321D32E806F9E1AB :10D5F0001D50E66E61DFE552FA0EDBCF1DF0FB0E2B :10D60000DBCF1EF0FC0EDBCF1FF0FD0EDBCF20F0DA :10D61000080ED89020321F321E321D32E806F9E182 :10D620001D50E66E49DFE552FA0EDBCF1DF0FB0E12 :10D63000DBCF1EF0FC0EDBCF1FF0FD0EDBCF20F0AA :10D640001D50E66E39DFE552E552E5CFDAFFE7CF50 :04D65000D9FF1200EC :0CD654009482948412008B9294920A0E2F :10D66000E66EDAEC70F0E55212008B9494948B9293 :10D6700094920A0EE66EDAEC70F0E55294840A0E8B :10D68000E66EDAEC70F0E5529482000000001200C1 :10D690008B94949494820A0EE66EDAEC70F0E55264 :10D6A00094840A0EE66EDAEC70F0E5528B92949256 :10D6B0000A0EE66EDAEC70F0E55212008B94949448 :10D6C00094820A0EE66EDAEC70F0E5529484320E23 :10D6D000E66EDAEC70F0E55282B2FF0C000C1E0E22 :10D6E000E66EDAEC70F0E55282A4FE0C000C00014C :10D6F000080ECC6F8B94949494820A0EE66EDAEC4A :10D7000070F0E5529484010EE66EDAEC70F0E552AA :10D7100082B407D0E4DF000904E0FE0EF36EF46883 :10D720001200010E0001D890CA37E806FCE10001A2 :10D73000CA91CB6B82B2CA81CC07DDE1CAC0F3FFCC :10D74000CBC0F4FF1200D9CFE6FFDACFE6FFE1CF7E :10D75000D9FFE2CFDAFFE652E652C9DFF3CFDEFFB0 :10D76000F4CFDDFF010EDB50FF0B03E1A7DF000963 :10D7700003E1F368F46808D0DECF1DF0DDCF1EF0C2 :10D780001DC0F3FF1EC0F4FFE552E552E552E5CFA0 :10D79000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFF5 :10D7A000E1CFD9FFE2CFDAFFE652E652FB0EDBCF44 :10D7B000F3FFDB06F35000092BE099DFF3CFDEFF28 :10D7C000F4CFDDFF010EDB50FF0B02E0FF0E21D096 :10D7D000FC0EDBCFE9FFDB2AFD0EDBCFEAFF01E326 :10D7E000DB2ADFCFEFFFFB0EDB5003E19494948242 :10D7F00003D094948B9294920A0EE66EDAEC70F059 :10D80000E55294840A0EE66EDAEC70F0E552CED75B :10D81000000EE552E552E552E5CFDAFFE7CFD9FF3A :10D820001200D9CFE6FFDACFE6FFE1CFD9FFE2CF92 :10D83000DAFF0001080ECC6FFD0EDB500001CA6F4D :10D84000CB6B8B9482B406D04ADF000902E0FF0E56 :10D8500029D023D00001CB6BCA37D8A00ED0949426 :10D8600094820A0EE66EDAEC70F0E55294840A0EA9 :10D87000E66EDAEC70F0E5520ED094948B929492AE :10D880000A0EE66EDAEC70F0E55294840A0EE66E4B :10D89000DAEC70F0E5520001CC070001CC51D2E186 :10D8A000000E00D0E552E5CFDAFFE7CFD9FF120036 :10D8B000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF3B :10D8C000FD0EDBCFE6FFADDFE552000903E1F6DE3A :10D8D000000902E0FF0E01D0000EE552E5CFDAFFAD :10D8E000E7CFD9FF1200D9CFE6FFDACFE6FFE1CFCD :10D8F000D9FFE2CFDAFFFB0EDB5017E0FC0EDBCFE7 :10D90000E9FFDB2AFD0EDBCFEAFF01E3DB2AEF5064 :10D91000E66E87DFE552000903E1D0DE000902E090 :10D92000FF0E04D0FB0EDB06E6D7000EE552E5CF76 :08D93000DAFFE7CFD9FF120076 :08D93800D8CFE4FFE0CFE4FFCB :10D94000E46EE9CFE4FFEACFE4FFF6CFE4FFF7CFE0 :10D95000E4FFF5CFE4FFF3CFE4FFF4CFE4FFFACF29 :10D96000E4FF00EE35F0140EE80403E3EECFE4FF2D :10D97000FBD700EE1DF0180EE80403E3EECFE4FF42 :10D98000FBD7E6529EA204D09E92E6EC61F00082A4 :10D99000F0A203D0F09268EC68F09EA803D09E98A5 :10D9A0001DEC69F09EAA03D09E9A79EC69F0E552CD :10D9B00000EE34F0180EE80403E3E5CFEDFFFBD7EB :10D9C00000EE48F0140EE80403E3E5CFEDFFFBD7CB :10D9D000E5CFFAFFE5CFF4FFE5CFF3FFE5CFF5FFA5 :10D9E000E5CFF7FFE5CFF6FFE5CFEAFFE5CFE9FFAB :10D9F000E550E5CFE0FFE5CFD8FF1000D9CFE6FF37 :10DA0000DACFE6FFE1CFD9FFE2CFDAFFE652929A12 :10DA1000938A938894969488949A898A94908B9008 :10DA20000F0EC16E921293968A9692889382F08618 :10DA3000F08CF19A9384F088F09EF198939E939CD9 :10DA40008A9E8A9CFE0EE66E6DEC70F0E552C30E67 :10DA5000CB6E9F92400EC76E210EC66ED08E1F0EEB :10DA6000186E006A08012E6B2D6B2C6BDF6A040E9A :10DA7000DF5C11E2DF50B70DF3CFE9FFF4CFEAFF2F :10DA8000320EE926030EEA22220EE926000EEA22D1 :10DA9000EF6ADF2AECD7E552E552E5CFDAFFE7CFB0 :10DAA000D9FF1200D9CFE6FFDACFE6FFE1CFD9FFE9 :10DAB000E2CFDAFFE652E6520801FC8F020E2E6F2B :10DAC000DE52030EDD6EE66A9FEC5CF0E552DF6E1F :10DAD000DF5007E0010EDBCFF3FFDB06F350000859 :10DAE000F2E3DF5013E1000EE66E010EE66EE66A29 :10DAF00035EC2AF0E552E552E552DF6EDF5006E1E3 :10DB00000801010E2E6FC7EC56F0DF6E020E080101 :10DB10002E5D02E1020EF96FDF50126EE552E55202 :10DB2000E552E5CFDAFFE7CFD9FF120066EC57F0F8 :10DB3000000EE66EE66AE66A35EC2AF0E552E5523A :10DB4000E55208012E6BF96B120058DF69EC6EF09C :10DB50002AEC6BF046EC68F032EC5AF004EC69F019 :10DB60008CEC6FF0036A400EE66E91EC52F0E552D9 :10DB7000F28EF28C00A003D04CEC67F0009000A273 :10DB800023D00092F90EE66E080EE66E73EC6EF08E :10DB9000E552E552FC0EE66E080EE66E73EC6EF092 :10DBA000E552E552A3EC59F02CEC62F0000904E0D8 :10DBB00008012E5101E176DF2CEC62F0000904E14E :10DBC00008012E5101E0B2DF00A4D4D7009469EC23 :04DBD0005AF0D0D760 :0CDBD400D9CFE6FFDACFE6FFFA0EE3CF70 :10DBE000D9FFFB0EE3CFDAFFFC0EE3CFE9FFFD0E1A :10DBF000E3CFEAFFE9CFF3FFEACFF4FFF80EE350FB :10DC000003E1F90EE35008E0F80EE30602E2F90E34 :10DC1000E306DECFEEFFF2D7FF0EE3CFDAFFE552E9 :10DC2000FF0EE3CFD9FFE5521200FE0EE3CFE9FF6E :10DC3000FF0EE3CFEAFFE9CFF3FFEACFF4FFFB0EDD :10DC4000E35003E1FC0EE35009E0FB0EE30602E2C1 :10DC5000FC0EE306FD0EE350EE6EF1D71200D9CFB5 :10DC6000E6FFDACFE6FFFA0EE3CFD9FFFB0EE3CFF4 :10DC7000DAFFFC0EE3CFE9FFFD0EE3CFEAFFE9CFC9 :10DC8000F3FFEACFF4FFDECFEFFFEE66FCD7FF0E27 :10DC9000E3CFDAFFE552FF0EE3CFD9FFE5521200E2 :10DCA000FB0EE3CFF6FFFC0EE3CFF7FFFD0EE3CF55 :10DCB000F8FFFE0EE3CFE9FFFF0EE3CFEAFFE9CF67 :10DCC000F3FFEACFF4FF0900F5CFEFFFEE66FBD7D5 :02DCD000120040 :0EDCD2000801010EFB6FFA6BF96B0801FE6B87 :10DCE000FD6BFC6B1200D9CFE6FFDACFE6FFE1CF88 :10DCF000D9FFE2CFDAFFFC0EDBCFE9FFFD0EDBCF71 :10DD0000EAFFEF50030B030A0EE0010A0AE0030AE0 :10DD100005E0010A0DE10801FF6B0AD00801010EC0 :10DD200006D0400E01D0800E0801F8150801FF6FE3 :10DD3000FC0EDBCFE9FFFD0EDBCFEAFFEF50800BDF :10DD400010E0FC0EDBCFE9FFFD0EDBCFEAFFEF9E1C :10DD5000FC0EDBCFE9FFFD0EDBCFEAFFEE52080E33 :10DD6000EF6EFC0EDBCFE9FFFD0EDBCFEAFFEE52DC :10DD7000EF500AE0FC0EDBCFE9FFFD0EDBCFEAFF40 :10DD8000EE52EF060801FF71FC0EDBCFE9FFFD0E3E :10DD9000DBCFEAFF020EE926000EEA22EF5008E090 :10DDA0000801FF51E8B08A8CE8B008D08A9C06D000 :10DDB0000801FF51E8B08A8EE8A08A9EE552E5CFBF :08DDC000DAFFE7CFD9FF1200E2 :08DDC800D9CFE6FFDACFE6FF38 :10DDD000E1CFD9FFE2CFDAFFFF0EE76EFC0EDBCF1B :10DDE0001DF0E7501D161D50A96EFD0EDBCF1EF075 :10DDF0001EC01DF01E6A1D50AA6EA69EA69CA6807F :10DE0000A850E552E5CFDAFFE7CFD9FF1200D9CF0E :10DE1000E6FFDACFE6FFE1CFD9FFE2CFDAFFFF0E70 :10DE2000E76EFC0EDBCF1DF0FD0EDBCF1EF0E750E2 :10DE30001D161E6A1D50A96EFC0EDBCF1DF0FD0ED7 :10DE4000DBCF1EF01EC01DF01E6A1D50AA6EFB0E19 :10DE5000DB50A86EA69CA69EA684F29E550EA76EC9 :10DE6000AA0EA76EA682F28EA6B2FED7A694E5529F :0ADE7000E5CFDAFFE7CFD9FF12007B :06DE7A00CA0EF66E0A0E4E :10DE8000F76E000EF86E00010900F550B66F09003C :10DE9000F550B76F03E1B66701D03DD00900F550EA :10DEA000B16F0900F550B26F0900F550B36F09006A :10DEB0000900F550E96E0900F550EA6E0900090005 :10DEC0000900F550B46F0900F550B56F090009005D :10DED000F6CFB8F0F7CFB9F0F8CFBAF0B1C0F6FF8F :10DEE000B2C0F7FFB3C0F8FF0001B45302E1B5536D :10DEF00007E00900F550EE6EB407F8E2B507F9D770 :10DF0000B8C0F6FFB9C0F7FFBAC0F8FF0001B60706 :08DF1000000EB75BBFD7120041 :08DF18000001C46B400EC56F4F :10DF200012000001C45107E0C2C0E6FF44EC69F0F2 :10DF3000E5520001C46B36EC69F0000903E0000112 :10DF4000C58D02D00001C59DC5B90CD0C30EE66ECB :10DF5000000EE66EA2EC69F0E552E552000902E01F :10DF60000001C58912000001C45106E183CFC2F04F :10DF7000010EC46FC59D1200C58F12000001C5A916 :10DF800004D0C3C08CFFC59902D0C58B8C68956A3C :0CDF90001200C5C08CFF956A1200120040 :04DF9C003B504002B4 :10DFA000F3CF37F0F4CF38F04102F3503826000EAB :10DFB000F420396E3B504202F3503926000EF42013 :10DFC0003A6E3B504302F3503A263C504002F35025 :10DFD0003826F4503922000E3A223C504102F350C8 :10DFE0003926F4503A223C504202F3503A263D5032 :10DFF0004002F3503926F4503A223D504102F3508A :0CE000003A263E504002F3503A2612002F :04E00C00E550080EC5 :10E010001C6ED8901936E7AE02D0090E191A19AE47 :10E0200002D0090E191AE7461C2EF3D7E65012004B :10E03000FF0EE3501B181C6EF00B1C3A1C1A1C50F0 :10E04000F00B1A181B6E1C441B1AE00B1B1A1C3A0F :06E050001C181A6E000C02 :0AE056003A6A396A386A376A200E08 :10E06000E76ED8903B363C363D363E36373638364E :10E0700039363A364050375C41503858425039585A :10E0800043503A5809E34050375E4150385A4250A5 :0EE09000395A43503A5A3B2AE72EE4D7120081 :02E09E003DC083 :10E0A00047F03D504202F4CF3CF0F3CF3BF03E50FE :10E0B0004302F4CF3EF0F3CF3DF04202F3503C2652 :10E0C000F4503D22E86A3E2247504302F3503C267A :0AE0D000F4503D22E86A3E22000CE5 :06E0DA00D9CFE6FFDACF0A :10E0E000E6FFE1CFD9FFE2CFDAFFFD0EDB50FB0BFD :10E0F000CA6ECC6A9E92FD0EDBAE02D09D8201D02C :10E100009D92CA84E552E5CFDAFFE7CFD9FF12002E :10E110003A6A396A100EE76ED8903D363E36393687 :10E120003A364250395C43503A5805E34250395E22 :0CE1300043503A5A3D2AE72EF0D7120067 :04E13C00222A2B2C3C :10E140003A3B3C3D3E3F5B5D7C7F002F68617264E3 :0CE15000342D0065747273686172640005 :04E15C007AC4CEC4EF :10E1600006C562C50AC692C61CC85EC8C4C81CC91A :0CE17000A6C924C74CCA4ECC76CC64C4AF :04E17C001CEE00F0A5 :10E180002CEE00F0F86A369C3DEC6FF0ECEC70F091 :08E19000A5EC6DF0FBD71200B5 :08E198003A6A080EE76ED89008 :10E1A0003E363A3643503A5C02E33A6E3E2AE72E58 :04E1B000F7D712008B :0CE1B400FF0EE350E84E1200000000D007 :0AE1C00000D000D0E82EFAD71200BC :06E1CA0000EE00F00F0E54 :08E1D000EE6AEA62FDD71200BD :02E1D800120033 :01E1DA000143 :02FFFE0007FA00 :020000040030CA :0100010006F8 :0100020018E5 :010003001EDE :010005008179 :010006008178 :01000B00A054 :0200000400F00A :10000000FEFEFF180218193A4038E680C01116505B :100010000609CD1F50C0E946524548442E524F4D67 :1000200021000039E5DDE1EB3E03D3C4CDA45078D7 :100030003C3CD3C30EC23E01ED79EDB3AFED79CDBB :10004000A450C00EFFCD7F503D200CCD7050CD7F11 :1000500050772310F918EE3D280BCD7F5047CD7F08 :100060005010FB18E0CD70503E06D3C4CDA450AF65 :10007000C9CD7F5047CD7F506F05CD7F506705C9F3 :100080000C2003CD8850DBC2C9AFD3C33E04D3C418 :10009000CDA4502005DBCFE608C03E06D3C4CDA4D6 :1000A00050DDF93CC9DBCF0738FBDBCFE601C9FFE8 :1000B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50 :1000C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40 :1000D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30 :1000E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20 :1000F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10 :0203FE0007FAFC :00000001FF ================================================ FILE: frehd/PIC Hex Files/FreHD_214.hex ================================================ :020000040000FA :0400000053EF00F0CA :020006000102F5 :0400080006EF04F00B :080018007F6603EF04F0F0A085 :100020002DD0F09080A80DD083CFDEFF80A603D026 :100030007E82800E29D88A8681A2FED795688A960C :10004000110080500F0B04E1010E8C6E956AF3D7FE :10005000080A04E1020E8C6E956AEDD70C0A04E1E1 :100060007DC08CFF956AE7D7080A04E17CC08CFF4D :10007000956AE1D74F0E8C6E956ADDD7F2A403D056 :10008000F2947B667B061100C96EC7A0FED78B80F9 :10009000C9508B901200DF38DEBC8F0FDF24DEBC2E :1000A000F90FCD0F12007F6A7E6A8EEC01F0FE0E12 :1000B000F66EFF0EF76EF86A0900F5507D627E8CD1 :1000C0000900F5507C627E8C7EBC26D0030EAA6EA1 :1000D000FE0EA96EA69EA69CA680A8507D627E8E6E :1000E000A92AA69EA69CA680A8507C627E8E7EBE73 :1000F00013D07F6800EF04F0030EAA6EFE0EA96E07 :100100007DC0A8FF040EA66EC3D8A92A7CC0A8FF94 :10011000040EA66EBDD8FF0094900F0EC16E8A9695 :100120009396F086F09CF19A8A9E939E8A9C939C6B :100130009496949A400EC76E210EC66E870ED56EA9 :10014000F194F28A120E7B6ED08E8A8E8A8C856B29 :10015000846B21EE00F0F28CF28E400E95DF7EB2C1 :1001600005D87EBCFCD77B66FAD7C6D77E9221EE37 :1001700000F0DE503A0A37E18EDF806F040F816FA6 :100180008ADF8027812FFCD7806726D021EE01F0FF :1001900082DF816F80DF836F7EDF826F7CDF866F1F :1001A000070B88EC01F0F5EF00F064EF01F0EAEFE7 :1001B00000F0EAEF00F05BEF01F0EAEF00F066EF2D :1001C00001F0EAEF00F040095FDF21EE00F01200DD :1001D000000EF9D7020EF7D7030EF5D77E84050E71 :1001E000F2D7010EF0D7040EEED77EB4F3D78551C7 :1001F000F1E1845105E033D88451F00A18E0EAD7E0 :100200008251F65C876F8351F75808E38713E6E164 :1002100042DF8107F56E7E8649D801D0F5680D0072 :10022000F6503F0BD8B424D88167EAD7D1D7A6B20D :10023000FED78451F008876F8351FC0B871185111D :10024000D0E18351AA6E8251A96E25DF8107A86E85 :10025000040EA66E1DD82AD88167E9D7B9D77EA625 :100260001200F5680D00F6503F0BFCE101D81200BA :100270007EA60CD07E960A00FF0EF65C070EF7589D :1002800004E37E8C840EA66E03D80900A66A1200D1 :10029000F29EF29C550EA76EAA0EA76EA682F28C55 :1002A000F28E0000A6B2FED7A6941200E86A822B56 :1002B0008323842312008105E82C95D7ECDE856F1B :1002C000EADE846F000E7FD7CADFFF0083298BE14F :1002D000825101E00FD07E8C000EF66E080EF76E94 :1002E000F86A940EA66ED4DF400EF626E86AF7226E :1002F000F8E16ED7A868AA6AA96A040EA66EC8DFDC :10030000A6B2FED7A93EF9D7AA2AAA50F6E160D72D :10031000E844E844FD26000EFE221200000EF66EB0 :10032000080EF76EF86A7C6A7D6A0900F55007D8F6 :10033000F750FF08FAE1F650FE08F7E112007C18CA :100340007D187D1A7D187C6E7D507D3A7D1A7D3238 :100350007DB0D8707DB2D8707DB4D8707D6E010E3E :10036000D8B07C1A400E7D32D8B07C1A7D347D1A0C :0A0370007D32800ED8B07C1A000C1C :060800004BEF71F0120045 :0608060029EF6DF0120065 :04080C00F0900366FF :100810005ED080501F0B1C6206D08338070B0F6E12 :10082000106A116A1F0F63EC04F06CEF04F072EFB2 :1008300004F017EF05F0A5EF04F08AEF04F0A2EF43 :1008400004F0B5EF04F0ABEF04F06FEF04F099EFB4 :1008500004F09CEF04F0A8EF04F096EF04F09FEF93 :1008600004F0B5EF04F006EF05F006EF05F0C6EF73 :1008700004F07FEF05F02DEF05F0E8EF04F027EF2F :1008800005F08EEF05F034EF05F0B6EF04F006EF5B :1008900005F08AEF05F030EF05F054EF05F02AEF90 :1008A00005F08EEF05F006EF05F05AEF05F060EF6A :1008B00005F067EF05F074EF05F07BEF05F07BEFD7 :1008C00005F074EF05F0E844E844FD26120080B816 :1008D0009DD004C08CFF99D00EC08CFF96D006C06E :1008E0008CFF93D0E9CF4DF0EACF4EF007EE52F0F7 :1008F0001050E9261150EA22EFCF8CFF104A112A3E :100900001050135C7EE11150145C7BE1500EC96EF7 :10091000046E72D0E9CF4DF0EACF4EF00BEE00F04E :1009200019C0E9FF192AEFCF8CFF6BD017C08CFFDD :100930006CD007C08CFF69D016C08CFF66D009C090 :100940008CFF63D008C08CFF60D00AC08CFF5DD0E4 :100950000BC08CFF5AD01244E838206E0C44E84497 :10096000E8440D1020108C6E50D050D08350066E8D :10097000E8B64CD0056606D0510EC96E046E100E56 :10098000076E4AD0500EC96E046E46D00F50030A4F :100990003DE1E9CF4DF0EACF4EF007EE52F01050B6 :1009A000E9261150EA2283CFEFFF4DC0E9FF4EC088 :1009B000EAFF104A112A1050135C28E11150145C10 :1009C00025E1820EC96E046E030E016E008424D0F0 :1009D000E9CF4DF0EACF4EF00BEE00F019C0E9FF81 :1009E00083CFEFFF4DC0E9FF4EC0EAFF192A175031 :1009F00019620CD0400E87D0C7A0FED78B800000B4 :100A00008B904DC0E9FF4EC0EAFF956A8A8681A2AD :100A1000FED795688A961100C7A0FED78B808A867C :100A200081A2FED79568C9508B908A961100020E5C :100A30001A6203D01BC08CFF08D01AC0A9FFAA6A93 :100A4000A69EA69CA680A8CF8CFF1A2ADED783CFAD :100A500008F0DCD783CF09F0D9D783CF0AF0D6D7F7 :100A60008350030B0B6ED2D7500EC96E046E136AFF :100A7000146A8340E838030B126E02E1142A0CD08A :100A8000010A03E1020E146E07D0030A03E1040E0B :100A9000146E02D0800E136E8344E838030B0C6E84 :100AA0008350070B0D6EB8D7186A8350176EAEE1EE :100AB000182AACD7500EC96E046E0A6A0B6AACD7FE :100AC000820EC96E046E020E016E0084A5D783509B :100AD000040B04E1580EC96E046E9ED7510EC96E08 :100AE000046E040E076E98D7820EC96E046E010E56 :100AF000016E008491D7500EC96E046E8DD783CFDE :100B000015F0196A800E1510016E820EC96E046E02 :0E0B1000008482D783CF1BF01A6A78D777D77C :020B1E000100D4 :0C0B2000F4E20000050F000001000000DE :040B2C00D9CFE6FF38 :100B3000DACFE6FFE1CFD9FFE2CFDAFFE652E652A5 :100B4000E652E652FC0EDBCFDEFFDBCFDDFFFA0E16 :100B5000DBCF41F0FB0EDBCF42F0020E41C0DBFFEA :100B6000030E42C0DBFFF80EDBCF21F0F90EDBCF26 :100B700022F0020E215C000E22582BE3020EDBCF86 :100B8000E9FF030EDBCFEAFFEECF21F0EFCF22F03B :100B9000DECFE9FFDDCFEAFF21C0EEFF22C0EDFF8F :100BA000020EDE26000EDD22D950020FE96E000E85 :100BB000DA20EA6E020EEE26000EED22D950F80F72 :100BC000E96EFF0EDA20EA6E020EEE5E000EED5ABE :100BD000CAD7F80EDBCF21F0DB06F90EDBCF22F00F :100BE00001E2DB062150221017E0020EDBCFE9FF05 :100BF000DB2A030EDBCFEAFF01E3DB2AEF50E66ED0 :100C0000DFCFE9FFDF2A010EDBCFEAFF01E3DB2ABA :100C1000E552E750EF6EDDD7040EE15C02E2E16AD7 :100C2000E552E16EE552E5CFDAFFE7CFD9FF1200DA :100C3000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF87 :100C4000E652E652FC0EDBCFDEFFDBCFDDFFF80E17 :100C5000DBCF21F0DB06F90EDBCF22F001E2DB0671 :100C6000215022100CE0DFCFE9FFDF2A010EDBCF9D :100C7000EAFF01E3DB2AFA0EDBCFEFFFE8D7E5520C :100C8000E552E552E5CFDAFFE7CFD9FF1200D9CF21 :100C9000E6FFDACFE6FFE1CFD9FFE2CFDAFF060EBB :100CA000E12402E3E168E652E16EFC0EDBCFDEFFF9 :100CB000DBCFDDFFFA0EDBCF41F0FB0EDBCF42F0E6 :100CC000020E41C0DBFF030E42C0DBFF040EDB6AF5 :100CD000050EDB6AF80EDBCF21F0DB06F90EDBCF69 :100CE00022F001E2DB062150221020E0DFCFE9FFF5 :100CF000DF2A010EDBCFEAFF01E3DB2AEFCF25F08D :100D0000020EDBCFE9FFDB2A030EDBCFEAFF01E3B4 :100D1000DB2AEF50255C236E246A040E23C0DBFF20 :100D2000050E24C0DBFF23502410D4E0040EDBCFDB :100D300021F0050EDBCF22F021C0F3FF22C0F4FF2B :100D4000060EE15C02E2E16AE552E16EE552E5CFB2 :100D5000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFFF :100D6000E1CFD9FFE2CFDAFFFC0EDBCFF6FFFD0EBD :100D7000DBCFF7FF0800F5501AE0FC0EDBCFF6FFE3 :100D8000FD0EDBCFF7FF0800F5CF21F0226A21BE70 :100D90002268FA0EDB50211803E1FB0EDB5022180B :100DA00006E0FC0EDB2AFD0EDFE3DB2ADDD7FC0EBE :100DB000DBCFF6FFFD0EDBCFF7FF0800F5CF21F00C :100DC000226A21BE226821C0F3FF22C0F4FFE5524F :100DD000E5CFDAFFE7CFD9FF1200D9CFE6FFDACFB0 :100DE000E6FFE1CFD9FFE2CFDAFF060EE12402E30E :100DF000E168E652E16EFC0EDBCFE9FFFD0EDBCFD2 :100E0000EAFF040EE926000EEA22EF5001E11ED1AE :100E1000FC0EDBCFE9FFFD0EDBCFEAFF2E0EE9264D :100E2000000EEA22EECFDFFF010EEECFDBFF020E57 :100E3000EECFDBFF030EEECFDBFF010EE66ED9CF68 :100E4000E9FFDACFEAFFEECFE6FFEECFE6FFEECF27 :100E5000E6FFEFCFE6FFFC0EDBCFE9FFFD0EDBCFB9 :100E6000EAFF320EE926000EEA22E9CF21F0EACFAE :100E700022F0E9CFE6FFEACFE6FFFC0EDBCFE9FF89 :100E8000FD0EDBCFEAFFEE52EF50E66EF2EC5EF0C5 :100E9000236E080EE15C02E2E16AE552E16E235046 :100EA000000902E0010ED3D0FC0EDBCFE9FFFD0EFE :100EB000DBCFEAFF040EE926000EEA22EF6AFC0E01 :100EC000DBCFE9FFFD0EDBCFEAFF220EE926000EA5 :100ED000EA22EECF21F0EECF22F0EECF23F0EFCFDB :100EE00024F0D9CFE9FFDACFEAFF2150EE5C22509F :100EF000EE582350EE582450EE5801E2A7D0FC0ED5 :100F0000DBCFE9FFFD0EDBCFEAFF1A0EE926000E6C :100F1000EA22EECF25F0EECF26F0EECF27F0EFCF8E :100F200028F0FC0EDBCFE9FFFD0EDBCFEAFF220E3F :100F3000E926000EEA22EE502526EE502622EE503B :100F40002722EE502822D9CFE9FFDACFEAFF255039 :100F5000EE5C2650EE582750EE582850EE5876E2B8 :100F6000FC0EDBCFE9FFFD0EDBCFEAFF030EE92627 :100F7000000EEA22EF50E66ED950040FE96E000E23 :100F8000DA20EA6EE552E750EE6EED6A040EDBCF32 :100F900021F0050EDBCF22F0020E215C000E22585C :100FA00055E3FC0EDBCFE9FFFD0EDBCFEAFF1A0EA7 :100FB000E926000EEA22EECF21F0EECF22F0EECFAE :100FC00023F0EFCF24F02150DE262250DE222350E2 :100FD000DE222450DD22DD52DD52010EE66ED9CF35 :100FE000E9FFDACFEAFFEECFE6FFEECFE6FFEECF86 :100FF000E6FFEFCFE6FFFC0EDBCFE9FFFD0EDBCF18 :10100000EAFF320EE926000EEA22E9CF21F0EACF0C :1010100022F0E9CFE6FFEACFE6FFFC0EDBCFE9FFE7 :10102000FD0EDBCFEAFFEE52EF50E66EF2EC5EF023 :10103000236E080EE15C02E2E16AE552E16E2350A4 :10104000040EDB06050EA2E2DB06A0D7000E216E21 :10105000060EE15C02E2E16AE552E16E2150E552E2 :10106000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF1D :10107000E6FFE1CFD9FFE2CFDAFFF80EDBCF21F0B8 :10108000F90EDBCF22F0FA0EDBCF23F0FB0EDBCF25 :1010900024F0FC0EDBCFE9FFFD0EDBCFEAFF2E0EC6 :1010A000E926000EEA222150EE1808E12250EE183F :1010B00005E12350EE1802E12450EE185AE0FC0E30 :1010C000DBCFE6FFFD0EDBCFE6FF87DEE552E55224 :1010D000000937E1010EE66ED950F80FE96EFF0EF8 :1010E000DA20EA6EEECFE6FFEECFE6FFEECFE6FFC8 :1010F000EFCFE6FFFC0EDBCFE9FFFD0EDBCFEAFF13 :10110000320EE926000EEA22E9CF21F0EACF22F0E2 :10111000E9CFE6FFEACFE6FFFC0EDBCFE9FFFD0EED :10112000DBCFEAFFEE52EF50E66E82EC5EF0236E0C :10113000080EE15C02E2E16AE552E16E235000092B :1011400002E0010E17D0FC0EDBCFE9FFFD0EDBCF76 :10115000EAFF2E0EE926000EEA22F80EDBCFEEFFA4 :10116000F90EDBCFEEFFFA0EDBCFEEFFFB0EDBCF8F :10117000EEFF000EE552E5CFDAFFE7CFD9FF120010 :10118000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF32 :10119000E652FC0EDBCFE6FFFD0EDBCFE6FF1DDEE9 :1011A000E552E552DF6EDF5001E028D1FC0EDBCFC7 :1011B000E9FFFD0EDBCFEAFFEF50030801E007D1A6 :1011C000FC0EDBCFE9FFFD0EDBCFEAFF050EE926C3 :1011D000000EEA22EF5001E1FAD0FC0EDBCFE9FF6E :1011E000FD0EDBCFEAFF2E0EE926000EEA22EE6AA4 :1011F000EE6AEE6AEE6AE66A020EE66E000EE66ED1 :10120000E66AFC0EDBCFE9FFFD0EDBCFEAFF320E14 :10121000E926000EEA22E9CF21F0EACF22F0E9CF59 :10122000E6FFEACFE6FF04DD236E060EE15C02E294 :10123000E16AE552E16E2350FC0EDBCFE9FFFD0EC3 :10124000DBCFEAFF320EE926000EEA22FE0EE92687 :10125000010EEA22550EEE6EAA0EED6EFC0EDBCFED :10126000E9FFFD0EDBCFEAFF320EE926000EEA228F :10127000520EEE6EEE6E610EEE6E410EEE6EFC0ED6 :10128000DBCFE9FFFD0EDBCFEAFF320EE926000ED1 :10129000EA22E40EE926010EEA22720EEE6EEE6EEE :1012A000410EEE6E610EEE6EFC0EDBCFE9FFFD0E21 :1012B000DBCFEAFF0E0EE926000EEA22EECF21F088 :1012C000EECF22F0EECF23F0EFCF24F0FC0EDBCFF9 :1012D000E9FFFD0EDBCFEAFF320EE926000EEA221F :1012E000E80EE926010EEA2221C0EEFF22C0EEFF41 :1012F00023C0EEFF24C0EEFFFC0EDBCFE9FFFD0EA6 :10130000DBCFEAFF0A0EE926000EEA22EECF21F03B :10131000EECF22F0EECF23F0EFCF24F0FC0EDBCFA8 :10132000E9FFFD0EDBCFEAFF320EE926000EEA22CE :10133000EC0EE926010EEA2221C0EEFF22C0EEFFEC :1013400023C0EEFF24C0EEFFE66EFC0EDBCFE9FF0C :10135000FD0EDBCFEAFF120EE926000EEA22EECFE9 :10136000E6FFEECFE6FFEECFE6FFEFCFE6FFFC0EA7 :10137000DBCFE9FFFD0EDBCFEAFF320EE926000EE0 :10138000EA22E9CF21F0EACF22F0E9CFE6FFEACF67 :10139000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEE52EE :1013A000EF50E66EF2EC5EF0236E080EE15C02E2B6 :1013B000E16AE552E16E2350FC0EDBCFE9FFFD0E42 :1013C000DBCFEAFF050EE926000EEA22EF6A000EE7 :1013D000E66EE66AE66AFC0EDBCFE9FFFD0EDBCFC8 :1013E000EAFFEE52EF50E66E64EC5FF0E552E55234 :1013F000E552E552000902E0010EDF6EDF50E552D2 :10140000E552E5CFDAFFE7CFD9FF1200D9CFE6FFEB :10141000DACFE6FFE1CFD9FFE2CFDAFFE150F80FF4 :10142000E96EFF0EE220EA6E020EEE5E000EEE5A4C :10143000EE5AEE5AFC0EDBCFE9FFFD0EDBCFEAFFE2 :10144000160EE926000EEA22EECF21F0EECF22F0B2 :10145000EECF23F0EFCF24F0020E215E000E225AD1 :10146000235A245AD950F80FE96EFF0EDA20EA6E9B :101470002150EE5C2250EE582350EE582450EE5886 :1014800005E33F6A406A416A426A4AD0FC0EDBCFFC :10149000E9FFFD0EDBCFEAFF2A0EE926000EEA2265 :1014A000EECF29F0EECF2AF0EECF2BF0EFCF2CF0DD :1014B000FC0EDBCFE9FFFD0EDBCFEAFF020EE926D3 :1014C000000EEA22EFCF25F0266A276A286A25C097 :1014D0003FF026C040F027C041F028C042F0F80E8F :1014E000DBCF44F0F90EDBCF45F0FA0EDBCF46F050 :1014F000FB0EDBCF47F05BEC70F03B502924216EF4 :101500003C502A20226E3D502B20236E3E502C2032 :10151000246E21C03FF022C040F023C041F0426E53 :10152000E552E5CFDAFFE7CFD9FF1200D9CFE6FFCA :10153000DACFE6FFE1CFD9FFE2CFDAFF060EE124F2 :1015400002E3E168E652E16ED950F80FE96EFF0E52 :10155000DA20EA6E020EEE5C000EEE58000EEE5837 :10156000000EEE581FE3F80EDBCF21F0F90EDBCFB3 :1015700022F0FA0EDBCF23F0FB0EDBCF24F0FC0EC3 :10158000DBCFE9FFFD0EDBCFEAFF160EE926000EEA :10159000EA22EE50215CEE502258EE502358EE50D5 :1015A000245806E3010E3F6E406A416A426A29D21E :1015B000FC0EDBCFE9FFFD0EDBCFEAFFEF50030AA5 :1015C00001E18AD1010A01E108D1030A01E015D243 :1015D000F80EDBCF41F0F90EDBCF42F0020E41C036 :1015E000DBFF030E42C0DBFF020EDBCF21F0030E58 :1015F000DBCF22F0010E0F0B05E0D8902232213212 :10160000E806FBE1D950020FE96E000EDA20EA6E1F :101610002150EE262250ED22020EDBCF21F0030EE8 :10162000DBCF22F0090E0F0B05E0D89022322132D9 :10163000E806FBE1236A246AFC0EDBCFE9FFFD0E1E :10164000DBCFEAFF220EE926000EEA22EE50212629 :10165000EE502222EE502322EE50242221C0E6FF3B :1016600022C0E6FF23C0E6FF24C0E6FFFC0EDBCF6E :10167000E6FFFD0EDBCFE6FFF8DC256E060EE15C33 :1016800002E2E16AE552E16E2550000901E0B5D1C0 :10169000FC0EDBCFE9FFFD0EDBCFEAFF320EE926C1 :1016A000000EEA22020EDBCF23F0030EDBCF24F084 :1016B0000001010E2416E9502324E96EEA5024208B :1016C000EA6EEF50DE6EDD6A020EDB2A030E01E3E6 :1016D000DB2A020EDBCF21F0030EDBCF22F0090E56 :1016E0000F0B05E0D89022322132E806FBE1236A95 :1016F000246AFC0EDBCFE9FFFD0EDBCFEAFF220EF2 :10170000E926000EEA22EE502126EE502222EE506B :101710002322EE50242221C0E6FF22C0E6FF23C090 :10172000E6FF24C0E6FFFC0EDBCFE6FFFD0EDBCFBD :10173000E6FF9BDC256E060EE15C02E2E16AE55203 :10174000E16E2550000901E058D1FC0EDBCFE9FF26 :10175000FD0EDBCFEAFF320EE926000EEA22020E72 :10176000DBCF23F0030EDBCF24F0010E2416E9506B :101770002324E96EEA502420EA6EEF50000EF35065 :10178000DF12010E256E266A276A286AD950F80FE3 :10179000E96EFF0EDA20EA6EEE502516EE502616A0 :1017A000EE502716EE502816255026102710281028 :1017B0000BE0DECF21F0DDCF22F0040ED8902232F4 :1017C0002132E804FBE185D0DECF21F0DDCF22F02D :1017D000FF0E21160F0E22167CD0F80EDBCF21F063 :1017E000F90EDBCF22F0FA0EDBCF23F0FB0EDBCFBE :1017F00024F0080ED8902432233222322132E80617 :10180000F9E1FC0EDBCFE9FFFD0EDBCFEAFF220E94 :10181000E926000EEA22EE502126EE502222EE505A :101820002322EE50242221C0E6FF22C0E6FF23C07F :10183000E6FF24C0E6FFFC0EDBCFE6FFFD0EDBCFAC :10184000E6FF13DC256E060EE15C02E2E16AE5527A :10185000E16E2550000901E0D0D0FC0EDBCFE9FF9E :10186000FD0EDBCFEAFF320EE926000EEA22E9CFB9 :1018700023F0EACF24F0F80EDBCF3FF0F90EDBCFF8 :1018800040F0FA0EDBCF41F0FB0EDBCF42F0D890F8 :101890003F36403641364236446A020E456E466A4D :1018A000476AB8EC70F023503B24216E24503C2052 :1018B000226E040E21C0DBFF050E22C0DBFF040EEA :1018C000DBCFE9FF050EDBCFEAFFEECF21F0EFCF54 :1018D00022F0236A246A88D0F80EDBCF21F0F90EBB :1018E000DBCF22F0FA0EDBCF23F0FB0EDBCF24F0B0 :1018F000070ED8902432233222322132E806F9E151 :10190000FC0EDBCFE9FFFD0EDBCFEAFF220EE9265E :10191000000EEA22EE502126EE502222EE50232223 :10192000EE50242221C0E6FF22C0E6FF23C0E6FFDE :1019300024C0E6FFFC0EDBCFE6FFFD0EDBCFE6FFAB :1019400035EC08F0256E060EE15C02E2E16AE55234 :10195000E16E2550000951E1FC0EDBCFE9FFFD0EE1 :10196000DBCFEAFF320EE926000EEA22E9CF23F0B0 :10197000EACF24F0F80EDBCF3FF0F90EDBCF40F0DA :10198000FA0EDBCF41F0FB0EDBCF42F0020ED89017 :101990003F36403641364236E806F9E1446A020EE7 :1019A000456E466A476AB8EC70F023503B24216EBE :1019B00024503C20226E040E21C0DBFF050E22C005 :1019C000DBFF2168226823680F0E246E040EDBCF34 :1019D000E9FF050EDBCFEAFFEE502116EE5022168E :1019E000EE502316EE50241621C03FF022C040F0E6 :1019F00023C041F024C042F004D03F6840684168F1 :101A00004268060EE15C02E2E16AE552E16EE552EF :101A1000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF63 :101A2000E6FFE1CFD9FFE2CFDAFFE652E652E65217 :101A3000E652E652D950F80FE96EFF0EDA20EA6E50 :101A4000020EEE5C000EEE58000EEE58000EEE5840 :101A50001FE3F80EDBCF21F0F90EDBCF22F0FA0EF8 :101A6000DBCF23F0FB0EDBCF24F0FC0EDBCFE9FF56 :101A7000FD0EDBCFEAFF160EE926000EEA22EE503D :101A8000215CEE502258EE502358EE50245806E3C5 :101A9000020EF36E040EF3CFDBFFBDD2FC0EDBCFE4 :101AA000E9FFFD0EDBCFEAFFEF50030A01E1F5D1BC :101AB000010A01E16ED1030A01E09CD2F80EDBCFEE :101AC000DEFFDBCFDDFFDECF21F0DDCF22F0010E28 :101AD0000F0B05E0D89022322132E806FBE1D9CF86 :101AE000E9FFDACFEAFF2150EE262250ED22DECFC9 :101AF00021F0DDCF22F0090E0F0B05E0D890223245 :101B00002132E806FBE1236A246AFC0EDBCFE9FF01 :101B1000FD0EDBCFEAFF220EE926000EEA22EE5090 :101B20002126EE502222EE502322EE50242221C004 :101B3000E6FF22C0E6FF23C0E6FF24C0E6FFFC0E5E :101B4000DBCFE6FFFD0EDBCFE6FF35EC08F0256EC0 :101B5000060EE15C02E2E16AE552E16E2550E76EB5 :101B6000040EE7CFDBFFDB5001E049D2FC0EDBCFF8 :101B7000E9FFFD0EDBCFEAFF320EE926000EEA2276 :101B8000DECF25F0DDCF26F00001010E2616E9504C :101B90002524216EEA502620226E020E21C0DBFF92 :101BA000030E22C0DBFF010E216E226A236A246A23 :101BB000D950F80FE96EFF0EDA20EA6EEE502116CA :101BC000EE502216EE502316EE502416215022100D :101BD000231024100EE0F40EDB38F00B256E020EFD :101BE000DBCFE9FF030EDBCFEAFFEF500F0B251031 :101BF00002D0F40EDB50E66E020EDBCFE9FF030EDF :101C0000DBCFEAFFE552E750EF6EDF2A010E01E37A :101C1000DB2AFC0EDBCFE9FFFD0EDBCFEAFF040E73 :101C2000E926000EEA22010EEF6EDECF21F0DDCFB5 :101C300022F0090E0F0B05E0D89022322132E8067F :101C4000FBE1236A246AFC0EDBCFE9FFFD0EDBCF4C :101C5000EAFF220EE926000EEA22EE502126EE507F :101C60002222EE502322EE50242221C0E6FF22C081 :101C7000E6FF23C0E6FF24C0E6FFFC0EDBCFE6FF55 :101C8000FD0EDBCFE6FF35EC08F0256E060EE15CBD :101C900002E2E16AE552E16E2550E76E040EE7CFFD :101CA000DBFFDB5001E0ABD1FC0EDBCFE9FFFD0E2B :101CB000DBCFEAFF320EE926000EEA22DECF25F066 :101CC000DDCF26F0010E2616E9502524216EEA50BC :101CD0002620226E020E21C0DBFF030E22C0DBFF96 :101CE000010E216E226A236A246AD950F80FE96E28 :101CF000FF0EDA20EA6EEE502116EE502216EE505C :101D00002316EE502416215022102310241016E022 :101D1000F40EDBCF25F0F50EDBCF26F0F60EDBCF91 :101D200027F0F70EDBCF28F0040ED89028322732A8 :101D300026322532E806F9E1255020D0F40EDBCF1B :101D40002AF0F50EDBCF2BF0F60EDBCF2CF0F70EE2 :101D5000DBCF2DF0080ED8902D322C322B322A32C8 :101D6000E806F9E10F0E2A14296E020EDBCFE9FF17 :101D7000030EDBCFEAFFEF50F00B2910E66E020EE8 :101D8000DBCFE9FF030EDBCFEAFFE552E750EF6E52 :101D900036D1F80EDBCF21F0F90EDBCF22F0FA0EB0 :101DA000DBCF23F0FB0EDBCF24F0080ED8902432DB :101DB000233222322132E806F9E1FC0EDBCFE9FFC3 :101DC000FD0EDBCFEAFF220EE926000EEA22EE50DE :101DD0002126EE502222EE502322EE50242221C052 :101DE000E6FF22C0E6FF23C0E6FF24C0E6FFFC0EAC :101DF000DBCFE6FFFD0EDBCFE6FF35EC08F0256E0E :101E0000060EE15C02E2E16AE552E16E2550E76E02 :101E1000040EE7CFDBFFDB5001E0F1D0FC0EDBCF9F :101E2000E9FFFD0EDBCFEAFF320EE926000EEA22C3 :101E3000E9CF23F0EACF24F0F80EDBCF3FF0F90E24 :101E4000DBCF40F0FA0EDBCF41F0FB0EDBCF42F0F0 :101E5000D8903F36403641364236446A020E456ECF :101E6000466A476AB8EC70F023503B24216E245038 :101E70003C20226E020E21C0DBFF030E22C0DBFFDE :101E8000020EDBCFE9FF030EDBCFEAFFF40EDBCF60 :101E9000EEFFF50EDBCFEDFFB2D0F80EDBCF21F079 :101EA000F90EDBCF22F0FA0EDBCF23F0FB0EDBCFF7 :101EB00024F0070ED8902432233222322132E80651 :101EC000F9E1FC0EDBCFE9FFFD0EDBCFEAFF220ECE :101ED000E926000EEA22EE502126EE502222EE5094 :101EE0002322EE50242221C0E6FF22C0E6FF23C0B9 :101EF000E6FF24C0E6FFFC0EDBCFE6FFFD0EDBCFE6 :101F0000E6FF35EC08F0256E060EE15C02E2E16AC0 :101F1000E552E16E2550E76E040EE7CFDBFFDB50A4 :101F20006EE1FC0EDBCFE9FFFD0EDBCFEAFF320EE8 :101F3000E926000EEA22E9CF23F0EACF24F0F80EDA :101F4000DBCF3FF0F90EDBCF40F0FA0EDBCF41F0F4 :101F5000FB0EDBCF42F0020ED8903F3640364136C2 :101F60004236E806F9E1446A020E456E466A476A5F :101F7000B8EC70F023503B24216E24503C20226E9C :101F8000020E21C0DBFF030E22C0DBFF216A226AA2 :101F9000236AF00E246E020EDBCFE9FF030EDBCFC7 :101FA000EAFFEE502116EE502216EE502316EE50A8 :101FB0002416D950F40FE96EFF0EDA20EA6E215094 :101FC000EE122250EE122350EE122450EE12020EA8 :101FD000DBCFE9FF030EDBCFEAFFF40EDBCFEEFF32 :101FE000F50EDBCFEEFFF60EDBCFEEFFF70EDBCF0D :101FF000EEFF05D0020EF36E040EF3CFDBFFFC0EF6 :10200000DBCFE9FFFD0EDBCFEAFF040EE926000E71 :10201000EA22010EEF6E040EDB50216E050EE15C2C :1020200002E2E16AE552E16E2150E552E5CFDAFFC6 :10203000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF35 :10204000D9FFE2CFDAFFE652E652E652E652E65216 :10205000D950F80FE96EFF0EDA20EA6E020EEE5C40 :10206000000EEE58000EEE58000EEE5801E28BD036 :10207000F80EDBCF21F0F90EDBCF22F0FA0EDBCF2A :1020800023F0FB0EDBCF24F0FC0EDBCFE9FFFD0ECF :10209000DBCFEAFF160EE926000EEA22EE50215CA5 :1020A000EE502258EE502358EE5024586CE2DF6A6E :1020B000F80EDBCF21F0F90EDBCF22F0FA0EDBCFEA :1020C00023F0FB0EDBCF24F0FC0EDBCFE9FFFD0E8F :1020D000DBCFEAFF160EE926000EEA22EE50215C65 :1020E000EE502258EE502358EE50245801E3C9D048 :1020F000D950F80FE96EFF0EDA20EA6EEECFE6FF58 :10210000EECFE6FFEECFE6FFEFCFE6FFFC0EDBCF34 :10211000E6FFFD0EDBCFE6FF96EC0AF0216E060E21 :10212000E15C02E2E16AE552E16E2150010E3FC03E :10213000DBFF020E40C0DBFF030E41C0DBFF040EDD :1021400042C0DBFF010EDBCF21F0020EDBCF22F01D :10215000030EDBCF23F0040EDBCF24F0215022103E :102160002310241001E18DD0D950010FE96E000E2B :10217000DA20EA6E010EEE1808E1EE5006E1EE50AC :1021800004E1EE5002E1020E13D0D950010FE96EC6 :10219000000EDA20EA6EE868EE180CE1E868EE1846 :1021A00009E1E868EE1806E1E868EE1803E1010EBF :1021B000DF6E67D0E66AE66AE66AE66AD950F80F2B :1021C000E96EFF0EDA20EA6EEECFE6FFEECFE6FF15 :1021D000EECFE6FFEFCFE6FFFC0EDBCFE6FFFD0E16 :1021E000DBCFE6FF1ADC216E0A0EE15C02E2E16A57 :1021F000E552E16E2150DF6EDF5043E1FC0EDBCF94 :10220000E9FFFD0EDBCFEAFF0E0EE926000EEA2203 :10221000E868EE1808E1E868EE1805E1E868EE18ED :1022200002E1E868EE181AE0FC0EDBCFE9FFFD0ED4 :10223000DBCFEAFF0E0EE926000EEA22EE2AEE229E :10224000EE22EE22FC0EDBCFE9FFFD0EDBCFEAFF34 :10225000050EE926000EEA22010EEF6ED950010F9D :10226000E96E000EDA20EA6EF80EEECFDBFFF90E13 :10227000EECFDBFFFA0EEECFDBFFFB0EEECFDBFF88 :1022800017D7DF50216E050EE15C02E2E16AE552EC :10229000E16E2150E552E5CFDAFFE7CFD9FF12001A :1022A000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF01 :1022B0000D0EE12402E3E168E652E16EF80EDBCF99 :1022C00021F0F90EDBCF22F0FA0EDBCF23F0FB0E6C :1022D000DBCF24F0215022102310241053E1FC0EF8 :1022E000DBCFE9FFFD0EDBCFEAFF0A0EE926000E89 :1022F000EA22080EEECFDBFF090EEECFDBFF0A0E5F :10230000EECFDBFF0B0EEECFDBFF080EDBCF21F0B5 :10231000090EDBCF22F00A0EDBCF23F00B0EDBCF52 :1023200024F0215022102310241020E0080EDBCFCF :1023300025F0090EDBCF26F00A0EDBCF27F00B0EBF :10234000DBCF28F0FC0EDBCFE9FFFD0EDBCFEAFF91 :10235000160EE926000EEA22EE50255CEE502658B5 :10236000EE502758EE50285801E276D0010EF36E59 :10237000080EF3CFDBFF090EDB6A0A0EDB6A0B0ED9 :10238000DB6A6AD0D950F80FE96EFF0EDA20EA6EE8 :10239000EECFE6FFEECFE6FFEECFE6FFEFCFE6FFB4 :1023A000FC0EDBCFE6FFFD0EDBCFE6FF96EC0AF07E :1023B000216E060EE15C02E2E16AE552E16E215017 :1023C0003FC0DEFF40C0DEFF41C0DEFF42C0DDFF98 :1023D000DD52DD52D9CFE9FFDACFEAFF020EEE5C23 :1023E000000EEE58000EEE58000EEE5803E2010EFD :1023F0003F6E3CD1FC0EDBCFE9FFFD0EDBCFEAFFE9 :10240000160EE926000EEA22EECF21F0EECF22F0E2 :10241000EECF23F0EFCF24F0D9CFE9FFDACFEAFFF8 :102420002150EE5C2250EE582350EE582450EE58C6 :1024300001E2ECD0D950F80FE96EFF0EDA20EA6E17 :10244000080EEECFDBFF090EEECFDBFF0A0EEECF5C :10245000DBFF0B0EEECFDBFFD950080FE96E000E4D :10246000DA20EA6E040EEECFDBFF050EEECFDBFFC7 :10247000060EEECFDBFF070EEECFDBFFD950040FC9 :10248000E96E000EDA20EA6EEE2A000EEE22EE224F :10249000EE22040EDBCF21F0050EDBCF22F0060E7C :1024A000DBCF23F0070EDBCF24F0FC0EDBCFE9FF00 :1024B000FD0EDBCFEAFF160EE926000EEA22EE50F3 :1024C000215CEE502258EE502358EE50245828E359 :1024D000020EF36E040EF3CFDBFF050EDB6A060E71 :1024E000DB6A070EDB6A080EDBCF21F0090EDBCFBB :1024F00022F00A0EDBCF23F00B0EDBCF24F0D950F5 :10250000040FE96E000EDA20EA6EEE50215CEE5008 :102510002258EE502358EE50245802E23F6AA6D0CB :10252000D950040FE96E000EDA20EA6EEECFE6FF16 :10253000EECFE6FFEECFE6FFEFCFE6FFFC0EDBCF00 :10254000E6FFFD0EDBCFE6FF96EC0AF0216E060EED :10255000E15C02E2E16AE552E16E21503FC0DEFF3C :1025600040C0DEFF41C0DEFF42C0DDFFDD52DD5274 :10257000D9CFE9FFDACFEAFFEECF21F0EECF22F09C :10258000EECF23F0EFCF24F021502210231024109F :1025900020E1E668E668E6680F0EE66ED950040FA3 :1025A000E96E000EDA20EA6EEECFE6FFEECFE6FF30 :1025B000EECFE6FFEFCFE6FFFC0EDBCFE6FFFD0E32 :1025C000DBCFE6FF0DEC0DF0216E0A0EE15C54E26C :1025D00051D0D9CFE9FFDACFEAFFE868EE1808E179 :1025E000E868EE1805E1E868EE1802E1E868EE1820 :1025F0000DE0D9CFE9FFDACFEAFF010EEE1811E1C5 :10260000EE500FE1EE500DE1EE500BE1DECF3FF06A :10261000DECF40F0DECF41F0DDCF42F0DD52DD52C3 :10262000EBD0040EDBCF21F0050EDBCF22F0060E3F :10263000DBCF23F0070EDBCF24F0D950080FE96E73 :10264000000EDA20EA6E2150EE1801E017D7225072 :10265000EE1801E013D72350EE1801E00FD72450F5 :10266000EE1801E00BD701E009D73F6A406A416AE2 :10267000426AC2D0E16AE552E16E2150E76E0C0E6B :10268000E7CFDBFFDB5041E1F80EDBCF21F0F90EA5 :10269000DBCF22F0FA0EDBCF23F0FB0EDBCF24F0F2 :1026A000215022102310241030E0D950040FE96E7D :1026B000000EDA20EA6EEECFE6FFEECFE6FFEECFB9 :1026C000E6FFEFCFE6FFD950F80FE96EFF0EDA20F4 :1026D000EA6EEECFE6FFEECFE6FFEECFE6FFEFCFFE :1026E000E6FFFC0EDBCFE6FFFD0EDBCFE6FF0DECD9 :1026F0000DF0216E0A0EE15C02E2E16AE552E16E44 :102700002150E76E0C0EE7CFDBFF0C0EDB5047E1EC :10271000FC0EDBCFE9FFFD0EDBCFEAFF0A0EE92658 :10272000000EEA22040EDBCFEEFF050EDBCFEEFF3C :10273000060EDBCFEEFF070EDBCFEEFFFC0EDBCF8E :10274000E9FFFD0EDBCFEAFF0E0EE926000EEA22BE :10275000E868EE1808E1E868EE1805E1E868EE18A8 :1027600002E1E868EE1834E0FC0EDBCFE9FFFD0E75 :10277000DBCFEAFF0E0EE926000EEA22EE06EE5A45 :10278000EE5AEE5AFC0EDBCFE9FFFD0EDBCFEAFF7F :10279000050EE926000EEA22010EEF6E19D00C0E8E :1027A000DB0405E1216822682368246805D0010E56 :1027B000216E226A236A246A040E21C0DBFF050E03 :1027C00022C0DBFF060E23C0DBFF070E24C0DBFFA9 :1027D000040EDBCF21F0050EDBCF22F0060EDBCF9F :1027E00023F0070EDBCF24F021C03FF022C040F0E1 :1027F00023C041F024C042F00D0EE15C02E2E16A28 :10280000E552E16EE552E5CFDAFFE7CFD9FF1200DE :10281000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF8B :102820000A0EE12402E3E168E652E16EFC0EDBCF22 :10283000E9FFFD0EDBCFEAFF200EE926000EEA22BB :10284000EECF21F0EFCF22F0040E2126000E22223F :10285000080E21C0DBFF090E22C0DBFFFC0EDBCF20 :10286000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96EA6 :10287000020EE926000EEA22EFCF21F0226A236A37 :10288000246AF80EDBCF3FF0F90EDBCF40F0FA0EF2 :10289000DBCF41F0FB0EDBCF42F0446A020E456E07 :1028A000466A476AB8EC70F021C044F022C045F097 :1028B00023C046F024C047F0B8EC70F03FC0DEFF04 :1028C00040C0DEFF41C0DEFF42C0DDFFDD52DD5211 :1028D000D950080FE96E000EDA20EA6EEECFF3FF52 :1028E000EDCFF4FF040EEE26000EEF22F3CFE9FF4A :1028F000F4CFEAFF040EEECFDBFF050EEECFDBFFD9 :10290000060EEECFDBFF070EEECFDBFF040EDBCFB4 :1029100021F0050EDBCF22F0060EDBCF23F0070EF1 :10292000DBCF24F0215022102310241005E13F6A50 :10293000406A416A426A56D0040EDBCF21F0050E90 :10294000DBCF22F0060EDBCF23F0070EDBCF24F027 :10295000D9CFE9FFDACFEAFF2150EE5C2250EE58E2 :102960002350EE582450EE581BE3D9CFE9FFDACFBD :10297000EAFF040EDB50EE5E050EDB50EE5A060E4B :10298000DB50EE5A070EDB50EE5AD950080FE96EB5 :10299000000EDA20EA6E040EEE26000EEF2298D723 :1029A000080EDBCFE9FF090EDBCFEAFFEECF21F007 :1029B000EECF22F0EECF23F0EFCF24F0D9CFE9FF16 :1029C000DACFEAFFEE502126EE502222EE502322EB :1029D000EE50242221C03FF022C040F023C041F03D :1029E00024C042F00A0EE15C02E2E16AE552E16EC7 :1029F000E552E5CFDAFFE7CFD9FF1200D9CFE6FFE6 :102A0000DACFE6FFE1CFD9FFE2CFDAFF060EE1240D :102A100002E3E168E652E16EFC0EDBCFE9FFFD0E5A :102A2000DBCFEAFF040EE926000EEA22FA0EDBCF26 :102A3000EEFFFB0EDBCFEDFFFC0EDBCFE9FFFD0E63 :102A4000DBCFEAFF060EE926000EEA22EECFDFFF1B :102A5000010EEECFDBFF020EEECFDBFF030EEECF5B :102A6000DBFFD9CFE9FFDACFEAFF010EEE1805E16F :102A7000EE5003E1EE5001E1EE5001E164D1FC0EB5 :102A8000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF31 :102A9000E96E160EE926000EEA22EECF21F0EECF07 :102AA00022F0EECF23F0EFCF24F0D9CFE9FFDACF39 :102AB000EAFF2150EE5C2250EE582350EE5824508D :102AC000EE5801E340D1D9CFE9FFDACFEAFFEECFEC :102AD00021F0EECF22F0EECF23F0EFCF24F0215003 :102AE00022102310241026E1FC0EDBCFE9FFFD0E9F :102AF000DBCFEAFFEE50EFCFEAFFE96EEF500308BD :102B000019E1FC0EDBCFE9FFFD0EDBCFEAFFEE5053 :102B1000EFCFEAFFE96E260EE926000EEA22EECF9D :102B2000DFFF010EEECFDBFF020EEECFDBFF030E69 :102B3000EECFDBFFD9CFE9FFDACFEAFFEECF21F00E :102B4000EECF22F0EECF23F0EFCF24F02150221071 :102B5000231024105AE1FC0EDBCFE9FFFD0EDBCF82 :102B6000EAFF0A0EE926000EEA22DFCFEEFF010E91 :102B7000DBCFEEFF020EDBCFEEFF030EDBCFEEFF6F :102B8000FA0EDBCF21F0FB0EDBCF22F0FC0EDBCF09 :102B9000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96E73 :102BA000080EE926000EEA22EECF23F0EFCF24F044 :102BB0002350215C2450225801E3C5D0FA0EDBCF0C :102BC00021F0FB0EDBCF22F0040E0F0B05E0D890B6 :102BD00022322132E806FBE1236A246AFC0EDBCFB5 :102BE000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96E23 :102BF000260EE926000EEA22EE502126EE50222271 :102C0000EE502322EE50242216D1FC0EDBCFE9FF3A :102C1000FD0EDBCFEAFFEE50EFCFEAFFE96E020ECA :102C2000E926000EEA22EF50216E226A100E416E54 :102C3000426A21C046F022C047F0DCEC70F0040E7E :102C40003FC0DBFF050E40C0DBFFFA0EDBCF21F0FB :102C5000FB0EDBCF22F0040EDBCF23F0050EDBCF23 :102C600024F02350215C2450225801E27FD0D9CF98 :102C7000E9FFDACFEAFFEECFE6FFEECFE6FFEECFD9 :102C8000E6FFEFCFE6FFFC0EDBCFE9FFFD0EDBCF6B :102C9000EAFFEECFE6FFEFCFE6FF96EC0AF0216EFB :102CA000060EE15C02E2E16AE552E16E21503FC0AE :102CB000DEFF40C0DEFF41C0DEFF42C0DDFFDD526F :102CC000DD52D9CFE9FFDACFEAFFE868EE180BE171 :102CD000E868EE1808E1E868EE1805E1E868EE1823 :102CE00002E1010EEDD0D9CFE9FFDACFEAFF020E03 :102CF000EE5C000EEE58000EEE58000EEE5823E388 :102D0000FC0EDBCFE9FFFD0EDBCFEAFFEE50EFCF8D :102D1000EAFFE96E160EE926000EEA22EECF21F058 :102D2000EECF22F0EECF23F0EFCF24F0D9CFE9FFA2 :102D3000DACFEAFF2150EE5C2250EE582350EE58D5 :102D40002450EE5802E3020EBBD0040EDBCF21F07C :102D5000050EDBCF22F0D950FA0FE96EFF0EDA2014 :102D6000EA6E2150EE5E2250ED5A6FD7FC0EDBCF9B :102D7000E9FFFD0EDBCFEAFF0A0EE926000EEA228C :102D8000DFCFEEFF010EDBCFEEFF020EDBCFEEFF5B :102D9000030EDBCFEEFFFA0EDBCF26F0FB0EDBCF10 :102DA00027F0040E0F0B05E0D89027322632E806F4 :102DB000FBE1286A296A26C0E6FF27C0E6FF28C093 :102DC000E6FF29C0E6FFD9CFE9FFDACFEAFFEECF71 :102DD000E6FFEECFE6FFEECFE6FFEFCFE6FFFC0E1D :102DE000DBCFE9FFFD0EDBCFEAFFEECFE6FFEFCF53 :102DF000E6FF06EC0AF0256E060EE15C02E2E16AEF :102E0000E552E16E2550E552E7CF29F0E552E7CFD4 :102E100028F0E552E7CF27F0E552E7CF26F03F5004 :102E20002624216E40502720226E41502820236EF8 :102E300042502920246EFC0EDBCFE9FFFD0EDBCFD4 :102E4000EAFF0E0EE926000EEA2221C0EEFF22C0A4 :102E5000EEFF23C0EEFF24C0EEFFFC0EDBCFE9FF48 :102E6000FD0EDBCFEAFFEE50EFCFEAFFE96E320E48 :102E7000E926000EEA22E9CF23F0EACF24F0FA0E89 :102E8000DBCF25F0FB0E266A0F0E2516050ED89017 :102E900025362636E806FBE123502524216E2450F2 :102EA0002620226EFC0EDBCFE9FFFD0EDBCFEAFF12 :102EB000120EE926000EEA2221C0EEFF22C0EDFF2D :102EC000216E060EE15C02E2E16AE552E16E2150FC :102ED000E552E5CFDAFFE7CFD9FF1200D9CFE6FF01 :102EE000DACFE6FFE1CFD9FFE2CFDAFF070EE12428 :102EF00002E3E168E652E16EFA0EDBCF41F0FB0E31 :102F0000DBCF42F0FA0E41C0DBFFFB0E42C0DBFF1D :102F1000FC0EDBCFE9FFFD0EDBCFEAFF040EE92656 :102F2000000EEA22EECF21F0EFCF22F0010E212693 :102F3000000E2222040E21C0DBFF050E22C0DBFFA3 :102F4000D950040FE96E000EDA20EA6EEE50ED1053 :102F500001E109D1FC0EDBCFE9FFFD0EDBCFEAFF7B :102F60000E0EE926000EEA22EECF21F0EECF22F07F :102F7000EECF23F0EFCF24F02150221023102410A5 :102F800001E1F1D0040EDBCF21F0050E226A0F0E15 :102F900021162150221001E078D2FC0EDBCFE9FF90 :102FA000FD0EDBCFEAFF0E0EE926000EEA22EE2A26 :102FB000EE22EE22EE22FC0EDBCFE9FFFD0EDBCF90 :102FC000EAFF0A0EE926000EEA22EECF21F0EECF4C :102FD00022F0EECF23F0EFCF24F021502210231067 :102FE00024101FE1040EDBCF21F0050EDBCF22F011 :102FF000FC0EDBCFE9FFFD0EDBCFEAFFEE50EFCF9B :10300000EAFFE96E080EE926000EEA22EECF23F071 :10301000EFCF24F02350215C2450225801E235D216 :10302000A2D0040EDBCF23F0050EDBCF24F0040E7C :103030000F0B05E0D89024322332E806FBE1FC0EAA :10304000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF6B :10305000E96E020EE926000EEA22EF0400012314B5 :10306000216E226AE850221001E00FD2FC0EDBCF65 :10307000E9FFFD0EDBCFEAFF0A0EE926000EEA2289 :10308000EECFE6FFEECFE6FFEECFE6FFEFCFE6FFB7 :10309000FC0EDBCFE9FFFD0EDBCFEAFFEECFE6FF54 :1030A000EFCFE6FF96EC0AF0216E060EE15C02E23D :1030B000E16AE552E16E21503FC0DEFF40C0DEFF15 :1030C00041C0DEFF42C0DDFFDD52DD52D9CFE9FF56 :1030D000DACFEAFFD880010EEE54000EEE54000E57 :1030E000EE54000EEE5401E390D0D9CFE9FFDACFD1 :1030F000EAFFE868EE180AE1E868EE1807E1E86818 :10310000EE1804E1E868EE1801E13FD1FC0EDBCFD8 :10311000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96EED :10312000160EE926000EEA22EECF21F0EECF22F0B5 :10313000EECF23F0EFCF24F0D9CFE9FFDACFEAFFCB :103140002150EE5C2250EE582350EE582450EE5899 :1031500001E24ED1D950FA0FE96EFF0EDA20EA6E85 :10316000EE50ED1002E1040ED3D1FC0EDBCFE9FFEF :10317000FD0EDBCFEAFF0A0EE926000EEA22EECFB3 :10318000E6FFEECFE6FFEECFE6FFEFCFE6FFFC0E69 :10319000DBCFE9FFFD0EDBCFEAFFEECFE6FFEFCF9F :1031A000E6FF50EC11F0216E060EE15C02E2E16AEE :1031B000E552E16E21503FC0DEFF40C0DEFF41C05E :1031C000DEFF42C0DDFFDD52DD52D9CFE9FFDACFAD :1031D000EAFFEECF21F0EECF22F0EECF23F0EFCFDB :1031E00024F0215022102310241002E1070E90D168 :1031F000D9CFE9FFDACFEAFF010EEE1808E1EE5071 :1032000006E1EE5004E1EE5002E1020E81D1D9CF89 :10321000E9FFDACFEAFFE868EE180AE1E868EE189D :1032200007E1E868EE1804E1E868EE1801E1ADD0C6 :10323000FC0EDBCFE9FFFD0EDBCFEAFFEECFE6FFB2 :10324000EFCFE6FFEDEC06F0E552E552000901E0B4 :103250009CD0E66A020EE66E000EE66EE66AFC0E92 :10326000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF49 :10327000E96E320EE926000EEA22E9CF21F0EACF0C :1032800022F0E9CFE6FFEACFE6FF18EC06F0236E66 :10329000060EE15C02E2E16AE552E16E2350D9CF0D :1032A000E9FFDACFEAFFEECFE6FFEECFE6FFEECFA3 :1032B000E6FFEFCFE6FFFC0EDBCFE9FFFD0EDBCF35 :1032C000EAFFEECFE6FFEFCFE6FF06EC0AF0256E51 :1032D000060EE15C02E2E16AE552E16E25503FC074 :1032E00021F040C022F041C023F042C024F0FC0E87 :1032F000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFFB9 :10330000E96E2E0EE926000EEA223FC0EEFF22C033 :10331000EEFF23C0EEFF24C0EEFF060EDB6AFC0EBC :10332000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF88 :10333000E96E020EE926000EEA22EF50F36E060E49 :10334000DBCFF4FFF350F45C37E2FC0EDBCFE9FF98 :10335000FD0EDBCFEAFFEE50EFCFEAFFE96E040E81 :10336000E926000EEA22010EEF6EFC0EDBCFE9FF2C :10337000FD0EDBCFEAFFEECFE6FFEFCFE6FFEDEC91 :1033800006F0E552E552000902E0010EC1D0FC0E44 :10339000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF18 :1033A000E96E2E0EE926000EEA22EE2AEE22EE2229 :1033B000EE22060EDB2AB3D7060EDBCF21F0226AFF :1033C000236A246AFC0EDBCFE9FFFD0EDBCFEAFFA8 :1033D000EE50EFCFEAFFE96E2E0EE926000EEA224C :1033E0002150EE5E2250EE5A2350EE5A2450EE5AEF :1033F000FC0EDBCFE9FFFD0EDBCFEAFF0A0EE9266C :10340000000EEA22DFCFEEFF010EDBCFEEFF020E51 :10341000DBCFEEFF030EDBCFEEFFD9CFE9FFDACF34 :10342000EAFFEECFE6FFEECFE6FFEECFE6FFEFCF0F :10343000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEECFB0 :10344000E6FFEFCFE6FF06EC0AF0256E060EE15C24 :1034500002E2E16AE552E16E255040C022F041C02F :1034600023F042C024F0FC0EDBCFE9FFFD0EDBCFE2 :10347000EAFF0E0EE926000EEA223FC0EEFF22C050 :10348000EEFF23C0EEFF24C0EEFFFC0EDBCFE9FF12 :10349000FD0EDBCFEAFF040EE926000EEA22040E41 :1034A000DBCFEEFF050EDBCFEDFFFC0EDBCFE9FF40 :1034B000FD0EDBCFEAFFEE50EFCFEAFFE96E320EF2 :1034C000E926000EEA22E9CF23F0EACF24F0040E29 :1034D000DBCF25F0050E266A0F0E2516050ED890B7 :1034E00025362636E806FBE123502524216E24509C :1034F0002620226EFC0EDBCFE9FFFD0EDBCFEAFFBC :10350000120EE926000EEA2221C0EEFF22C0EDFFD6 :10351000216E070EE15C02E2E16AE552E16E2150A4 :10352000E552E5CFDAFFE7CFD9FF1200D9CFE6FFAA :10353000DACFE6FFE1CFD9FFE2CFDAFFE652E6527B :10354000E652000EE66EE66AFC0EDBCFE6FFFD0EED :10355000DBCFE6FFFEEC14F0E552E552E552E55212 :10356000DF6EDF5075E1010EDB6A020EDB6AFC0ED6 :10357000DBCFE9FFFD0EDBCFEAFF0E0EE926000EE2 :10358000EA22EECFE6FFEECFE6FFEECFE6FFEFCF8B :10359000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEECF4F :1035A000E6FFEFCFE6FF35EC08F0216E060EE15C9A :1035B00002E2E16AE552E16E2150DF6EDF5048E140 :1035C000FC0EDBCFE9FFFD0EDBCFEAFF120EE92692 :1035D000000EEA22EE50EFCFEAFFE96EEF50E50869 :1035E00010E0FC0EDBCFE9FFFD0EDBCFEAFF120E91 :1035F000E926000EEA22EE50EFCFEAFFE96EEF5027 :1036000012E1010EDB2ADBCF21F0020E01E3DB2AFF :10361000DBCF22F0FA0EDB50211809E1FB0EDB5064 :10362000221805E115D0010EDB6A020EDB6A010EDD :10363000E66EE66AFC0EDBCFE6FFFD0EDBCFE6FFB3 :103640004DDCE552E552E552E552DF6EDF508FE08A :10365000040EDF5C02E1070EDF6EDF50E552E5523B :10366000E552E552E5CFDAFFE7CFD9FF1200D9CF17 :10367000E6FFDACFE6FFE1CFD9FFE2CFDAFFE6528D :10368000E652E652E6521A0EE76EFA0EDBCFE9FF7B :10369000FB0EDBCFEAFFE750E926000EEA22EECF71 :1036A00021F0EFCF22F021C0DFFF010E22C0DBFFAF :1036B000020EDB6A030EDB6AFC0EDBCFE9FFFD0EB8 :1036C000DBCFEAFFEF50030826E1140EE76EFA0E97 :1036D000DBCFE9FFFB0EDBCFEAFFE750E926000E68 :1036E000EA22EECF21F0EFCF22F0236A246A100EF7 :1036F0001F0B07E0D8902136223623362436E80601 :10370000F9E12150DE122250DE122350DE12245045 :10371000DD12DD52DD52DECF3FF0DECF40F0DECFF6 :1037200041F0DDCF42F0DD52DD52040EE15C02E2F9 :10373000E16AE552E16EE552E5CFDAFFE7CFD9FF66 :103740001200D9CFE6FFDACFE6FFE1CFD9FFE2CF13 :10375000DAFF1A0EE76EFC0EDBCFE9FFFD0EDBCFC2 :10376000EAFFE750E926000EEA22F80EDBCFEEFF73 :10377000F90EDBCFEDFFF80EDBCF21F0F90EDBCF3A :1037800022F0FA0EDBCF23F0FB0EDBCF24F0100E7D :10379000D8902432233222322132E806F9E1140E85 :1037A000E76EFC0EDBCFE9FFFD0EDBCFEAFFE75053 :1037B000E926000EEA2221C0EEFF22C0EDFFE5520D :1037C000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF96 :1037D000E6FFE1CFD9FFE2CFDAFFE652E652E6524A :1037E000E652000EE66EE66AFC0EDBCFE6FFFD0E4B :1037F000DBCFE6FFFEEC14F0E552E552E552E55270 :10380000DF6EDF5002E0DF5092D0FC0EDBCFE9FF2D :10381000FD0EDBCFEAFF0E0EE926000EEA22EECF08 :10382000E6FFEECFE6FFEECFE6FFEFCFE6FFFC0EC2 :10383000DBCFE9FFFD0EDBCFEAFFEECFE6FFEFCFF8 :10384000E6FF35EC08F0216E060EE15C02E2E16A6B :10385000E552E16E2150DF6EDF5068E1FC0EDBCFF8 :10386000E9FFFD0EDBCFEAFF120EE926000EEA2289 :10387000020EEECFDBFF030EEDCFDBFF020EDBCF40 :10388000E9FF030EDBCFEAFF010EEFCFDBFFDB50DA :1038900003E1040EDF6E4AD00B0EE76E020EDBCFA3 :1038A000E9FF030EDBCFEAFFE750E926000EEA222C :1038B000EF50080B28E10B0EE66EE66AFC0EDBCF3C :1038C000E9FFFD0EDBCFEAFF140EE926000EEA2227 :1038D000EECFE6FFEFCFE6FF020EDBCFE6FF030EF3 :1038E000DBCFE6FF47EC06F0236E060EE15C02E25A :1038F000E16AE552E16E2350F3CF21F0F4CF22F0DC :10390000F350F41013E0000EE66EE66AFC0EDBCF17 :10391000E6FFFD0EDBCFE6FF6EEC17F0E552E55259 :10392000E552E552DF6EDF5001E16FD7DF50216EC7 :10393000040EE15C02E2E16AE552E16E2150E552DB :10394000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF14 :10395000E6FFE1CFD9FFE2CFDAFFE652E652E652C8 :10396000E652E652040EDF6EFC0EDBCFE9FFFD0EE1 :10397000DBCFEAFF0E0EE926000EEA22EECF21F0A1 :10398000EECF22F0EECF23F0EFCF24F02150221023 :103990002310241001E18BD0FC0EDBCFE9FFFD0EDC :1039A000DBCFEAFF0E0EE926000EEA22EECFE6FF9D :1039B000EECFE6FFEECFE6FFEFCFE6FFFC0EDBCF6C :1039C000E9FFFD0EDBCFEAFFEECFE6FFEFCFE6FF2C :1039D00035EC08F0216E060EE15C02E2E16AE55288 :1039E000E16E2150DF6EDF5062E1FC0EDBCFE9FFBC :1039F000FD0EDBCFEAFF120EE926000EEA22030ECF :103A0000EECFDBFF040EEDCFDBFF030EDBCFE9FFD4 :103A1000040EDBCFEAFF020EEFCFDBFFDB5003E14A :103A2000040EDF6E44D00B0EE76E030EDBCFE9FF12 :103A3000040EDBCFEAFFE750E926000EEA22EF5042 :103A40003F0BE76E010EE7CFDBFF020EDB50E50810 :103A50001BE0020EDB502E0817E0010EDB500F08B2 :103A600013E0010EDB50080802E0000E01D0010E49 :103A7000216E226A21BE2268FA0EDB50211804E171 :103A8000FB0EDB50221813E0000EE66EE66AFC0E19 :103A9000DBCFE6FFFD0EDBCFE6FF6EEC17F0E55265 :103AA000E552E552E552DF6EDF5001E15DD7DF50B0 :103AB0000EE0FC0EDBCFE9FFFD0EDBCFEAFF0E0EC2 :103AC000E926000EEA22EE6AEE6AEE6AEE6ADF503E :103AD000216E050EE15C02E2E16AE552E16E2150E1 :103AE000E552E5CFDAFFE7CFD9FF1200D9CFE6FFE5 :103AF000DACFE6FFE1CFD9FFE2CFDAFFE652010EDF :103B0000E66EE66AFC0EDBCFE6FFFD0EDBCFE6FFDE :103B10000DDDE552E552E552E552DF6EDF5001E082 :103B200080D0FC0EDBCFE9FFFD0EDBCFEAFF0E0EEF :103B3000E926000EEA22EECFE6FFEECFE6FFEECF5B :103B4000E6FFEFCFE6FFFC0EDBCFE9FFFD0EDBCF9C :103B5000EAFFEECFE6FFEFCFE6FF35EC08F0216E8F :103B6000060EE15C02E2E16AE552E16E2150DF6E91 :103B7000DF5057E1200EE66EE66A000EE66EE66A5A :103B8000FC0EDBCFE9FFFD0EDBCFEAFF120EE926CC :103B9000000EEA22EECFE6FFEFCFE6FF18EC06F0CC :103BA000216E060EE15C02E2E16AE552E16E21500F :103BB0000B0EE66EE66AFC0EDBCFE9FFFD0EDBCFF7 :103BC000EAFF140EE926000EEA22EECFE6FFEFCF61 :103BD000E6FFFC0EDBCFE9FFFD0EDBCFEAFF120EA6 :103BE000E926000EEA22EECFE6FFEFCFE6FF96ECE5 :103BF00005F0216E060EE15C02E2E16AE552E16E3B :103C00002150FC0EDBCFE9FFFD0EDBCFEAFFEE50CB :103C1000EFCFEAFFE96E040EE926000EEA22010E5C :103C2000EF6EDF50E552E552E5CFDAFFE7CFD9FF7F :103C30001200D9CFE6FFDACFE6FFE1CFD9FFE2CF1E :103C4000DAFF0D0EE12402E3E168E652E16EFA0EBE :103C5000DBCFE9FFFB0EDBCFEAFF0B0EEECFDBFF86 :103C60000C0EEDCFDBFF0B0EDBCFE9FF0C0EDBCF35 :103C7000EAFFEF502F0809E00B0EDBCFE9FF0C0E37 :103C8000DBCFEAFFEF505C0806E10B0EDB2A0C0EDF :103C9000EAE3DB2AE8D7FC0EDBCFE9FFFD0EDBCF42 :103CA000EAFF140EE926000EEA22030EEECFDBFF38 :103CB000040EEDCFDBFF0B0EE66EE66A200EE66E1D :103CC000E66A030EDBCFE6FF040EDBCFE6FF18EC5F :103CD00006F0216E060EE15C02E2E16AE552E16E59 :103CE0002150000EDF6EE66ED950090FE96E000E0E :103CF000DA20EA6EE552E750EE6EED6AE66ED950D4 :103D0000070FE96E000EDA20EA6EE552E750EE6E1C :103D1000ED6A080EF36E050EF3CFDBFF060EDB6ACD :103D2000070EDBCF21F0DB2A080EDBCF22F001E308 :103D3000DB2A0B0EDB502124E96E0C0EDB50222017 :103D4000EA6E010EEFCFDBFFDB50200801E39CD0D1 :103D5000010EDB502F0801E197D0010EDB505C080B :103D600001E192D0010EDB502E0811E0090EDBCFED :103D700021F00A0EDBCF22F0050EDBCF23F0060E7A :103D8000DBCF24F02350215C2450225825E3D95066 :103D9000050FE96E000EDA20EA6E080EEE1801E05B :103DA0009FD0ED5001E09CD0010EDB502E0801E0C9 :103DB00097D0080EF36E090EF3CFDBFF0A0EDB6A15 :103DC0000B0EF36E050EF3CFDBFF060EDB6A040E5F :103DD000DF02F3CFDFFFA4D7800EF36E010EDBCF3F :103DE000F4FFF350F45C04E3000EDF80DF8278D050 :103DF000010EDBCFE6FFE66A560EE66EE20EE66ED9 :103E0000ACEC06F0E552E552E552E552F350F41001 :103E100067E1410EF36E010EDBCFF4FFF350F45C6B :103E200006E3010EDB505A0802E3DF8218D0610E70 :103E3000F36E010EDBCFF4FFF350F45C10E3010EE0 :103E4000DB507A080CE3000EDF80200E216E010E9D :103E5000DBCFE7FF2150E75E010EE7CFDBFF090E66 :103E6000DBCF21F0DB2A0A0EDBCF22F001E3DB2AD5 :103E7000030EDB502124E96E040EDB502220EA6E93 :103E8000010EDBCFEFFF4CD7070EDBCF23F0080E80 :103E9000DBCF24F00B0EDB502324216E0C0EDB5005 :103EA0002420226EFA0EDBCFE9FFFB0EDBCFEAFF08 :103EB00021C0EEFF22C0EDFF010EDB50200802E31F :103EC000040E01D0000EE76E010EE7CFDBFFD950E4 :103ED000090FE96E000EDA20EA6EEE50ED1002E1F5 :103EE000060E3CD0030EDBCFE9FF040EDBCFEAFF6A :103EF000EF50E50808E1030EDBCFE9FF040EDBCF4E :103F0000EAFF050EEF6ED950050FE96E000EDA20BC :103F1000EA6E080EEE1806E1ED5004E1040EDF0231 :103F2000F3CFDFFF030EDF14010802E1010EDB888F :103F30000C0EDF14040802E1010EDB860B0EE76EA7 :103F4000030EDBCFE9FF040EDBCFEAFFE750E926E3 :103F5000000EEA22010EDBCFEFFF000E216E0D0EE8 :103F6000E15C02E2E16AE552E16E2150E552E5CF03 :103F7000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFAD :103F8000E1CFD9FFE2CFDAFF080EE12402E3E168D6 :103F9000E652E16EFA0EDBCFE9FFFB0EDBCFEAFF64 :103FA000090EE926000EEA22050EE9CFDBFF060E18 :103FB000EACFDBFFFC0EDBCFE9FFFD0EDBCFEAFF34 :103FC0000E0EE926000EEA22EECF21F0EECF22F00F :103FD000EECF23F0EFCF24F0215022102310241035 :103FE00001E118D1FC0EDBCFE9FFFD0EDBCFEAFFCC :103FF000120EE926000EEA22030EEECFDBFF040EBE :10400000EDCFDBFF0C0EE76E030EDBCFE9FF040EF6 :10401000DBCFEAFFE750E926000EEA22020EEFCFDF :10402000DBFFDE6ADD6ADECF21F0DDCF22F0080E95 :10403000215C000E22582CE2030EDBCF21F0040E8F :10404000DBCF22F0DE502124E96EDD502220EA6E23 :10405000070EEFCFDBFFDB5020081AE0070EDB5026 :10406000050805E1E50EF36E070EF3CFDBFF050E45 :10407000DBCFE9FFDB2A060EDBCFEAFF01E3DB2A19 :10408000070EDBCFEFFFDF2A010ECDE3DB2ACBD714 :10409000080EE76E030EDBCFE9FF040EDBCFEAFF6D :1040A000E750E926000EEA22EF5020083AE0050E1C :1040B000DBCFE9FFDB2A060EDBCFEAFF01E3DB2AD9 :1040C0002E0EEF6E080EDE6EDD6ADECF21F0DDCF44 :1040D00022F00B0E215C000E225823E2030EDBCFF0 :1040E00021F0040EDBCF22F0DE502124E96EDD50FA :1040F0002220EA6E070EEFCFDBFFDB50200811E035 :10410000050EDBCFE9FFDB2A060EDBCFEAFF01E37A :10411000DB2A070EDBCFEFFFDF2A010ED6E3DB2A17 :10412000D4D70B0EE76E030EDBCFE9FF040EDBCF17 :10413000EAFFE750E926000EEA22EF50E66EFA0E9B :10414000DBCFE9FFFB0EDBCFEAFF080EE926000E0E :10415000EA22E552E750EF6E1C0EE76E030EDBCF4E :10416000E9FF040EDBCFEAFFE750E926000EEA2262 :10417000EECF21F0EECF22F0EECF23F0EFCF24F000 :10418000FA0EDBCFE9FFFB0EDBCFEAFF21C0EEFF2B :1041900022C0EEFF23C0EEFF24C0EEFF180EE76E34 :1041A000030EDBCFE9FF040EDBCFEAFFE750E92681 :1041B000000EEA22EECF21F0EFCF22F0FA0EDBCF95 :1041C000E9FFFB0EDBCFEAFF040EE926000EEA2230 :1041D00021C0EEFF22C0EDFF160EE76E030EDBCF0F :1041E000E9FF040EDBCFEAFFE750E926000EEA22E2 :1041F000EECF21F0EFCF22F0FA0EDBCFE9FFFB0E7E :10420000DBCFEAFF060EE926000EEA2221C0EEFF10 :1042100022C0EDFF050EDBCFE9FF060EDBCFEAFF84 :10422000EF6A080EE15C02E2E16AE552E16EE552F6 :10423000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF1B :10424000E6FFE1CFD9FFE2CFDAFFE652E652E652CF :10425000E652FA0EDBCFE9FFFB0EDBCFEAFFEF50B1 :104260002F0809E0FA0EDBCFE9FFFB0EDBCFEAFFF8 :10427000EF505C0805E1FA0EDB2AFB0E01E3DB2AB6 :10428000FC0EDBCFE9FFFD0EDBCFEAFF060EE926D1 :10429000000EEA22EE6AEE6AEE6AEE6AFA0EDBCFF2 :1042A000E9FFFB0EDBCFEAFFEFCF21F0226A21BE50 :1042B0002268200E215C000E22581BE2000EE66EE2 :1042C000E66AFC0EDBCFE6FFFD0EDBCFE6FFFEEC81 :1042D00014F0E552E552E552E552DF6EFC0EDBCFFD :1042E000E9FFFD0EDBCFEAFF120EEB6A130EEB6A5D :1042F00094D0D950FA0FE66EFF0EDA20E66EFC0E6F :10430000DBCFE6FFFD0EDBCFE6FF93DCE552E552A7 :10431000E552E552DF6EDF5001E07FD0FC0EDBCFCF :10432000E6FFFD0EDBCFE6FFE5EC1BF0E552E552C4 :10433000DF6EFC0EDBCFE9FFFD0EDBCFEAFF140ED4 :10434000E926000EEA22EE50EFCFEAFFE96E0B0EEF :10435000E926000EEA22030EEFCFDBFFDF5007E075 :10436000040EDF5C5AE1030EDBB457D022D0030EFB :10437000DBB453D0FC0EDBCFE9FFFD0EDBCFEAFF51 :10438000120EE926000EEA22010EEECFDBFF020E2E :10439000EDCFDBFF0B0EE76E010EDBCFE9FF020E68 :1043A000DBCFEAFFE750E926000EEA22EF50100BC0 :1043B00003E1050EDF6E31D0010EDBCFE6FF020E0A :1043C000DBCFE6FFFC0EDBCFE9FFFD0EDBCFEAFF24 :1043D000EECFE6FFEFCFE6FF37EC1BF0E552E552FC :1043E000E552E5523FC021F040C022F041C023F029 :1043F00042C024F0FC0EDBCFE9FFFD0EDBCFEAFF6D :10440000060EE926000EEA223FC0EEFF22C0EEFFB4 :1044100023C0EEFF24C0EEFF6CD7DF50216E040EE8 :10442000E15C02E2E16AE552E16E2150E552E5CF3E :10443000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFE8 :10444000E1CFD9FFE2CFDAFF010EE66ED950F80FC7 :10445000E96EFF0EDA20EA6EEECFE6FFEECFE6FF62 :10446000EECFE6FFEFCFE6FFFC0EDBCFE9FFFD0E60 :10447000DBCFEAFF320EE926000EEA22E9CF21F077 :10448000EACF22F0E9CFE6FFEACFE6FFFC0EDBCF72 :10449000E9FFFD0EDBCFEAFFEE52EF50E66E82EC55 :1044A0005EF0236E080EE15C02E2E16AE552E16E25 :1044B0002350000902E0030E63D0FC0EDBCFE9FFBE :1044C000FD0EDBCFEAFF320EE926000EEA22FE0ED9 :1044D000E926010EEA22550EEE1802E1AA0EED18A9 :1044E00002E0020E4DD0216822682368246AFC0E87 :1044F000DBCFE9FFFD0EDBCFEAFF320EE926000E2F :10450000EA22360EE926000EEA22EE502116EE507F :104510002216EE502316EE502416460E211808E1FE :10452000410E221805E1540E231802E1245025E023 :10453000216822682368246AFC0EDBCFE9FFFD0EA8 :10454000DBCFEAFF320EE926000EEA22520EE92600 :10455000000EEA22EE502116EE502216EE502316DF :10456000EE502416460E21180AE1410E221807E1EA :10457000540E231804E1245002E1000E01D0010E74 :10458000E552E5CFDAFFE7CFD9FF1200D9CFE6FF3A :10459000DACFE6FFE1CFD9FFE2CFDAFF260EE12442 :1045A00002E3E168E652E16EFC0EDBCFE9FFFD0EAF :1045B000DBCFEAFF220EEECFDBFF230EEDCFDBFFDA :1045C000220EDBCFE9FF230EDBCFEAFFEF50D00F47 :1045D000E66ED950050FE96E000EDA20EA6EE5525C :1045E000E750EE6EED6AD950050FE96E000EDA2045 :1045F000EA6E090ED880EE54000EED5426E3010E4B :10460000E76E220EDBCFE9FF230EDBCFEAFFE75098 :10461000E926000EEA22EF503A0817E1D950220F9E :10462000E96E000EDA20EA6E020EEE26000EED2292 :10463000FC0EDBCFE9FFFD0EDBCFEAFF220EDBCF66 :10464000EEFF230EDBCFEDFF04D0050EDB6A060E76 :10465000DB6AFA0EDBCFE9FFFB0EDBCFEAFFEE6A87 :10466000ED6A050EDBCF21F0060EDBCF22F0010E46 :10467000215C000E225803E30B0EEBEF29F0050E30 :10468000DBCFE9FF060EDBCFEAFF010ED890E9365B :10469000EA36E806FBE1000EE9260F0EEA22240EB8 :1046A000EECFDBFF250EEDCFDBFFD950240FE96EF7 :1046B000000EDA20EA6EEE50ED1003E10C0EEBEF87 :1046C00029F0FA0EDBCFE9FFFB0EDBCFEAFF240E69 :1046D000DBCFEEFF250EDBCFEDFF240EDBCFE9FFB6 :1046E000250EDBCFEAFFEF501CE0240EDBCFE9FF05 :1046F000250EDBCFEAFFEE52EF50E66E6DEC5EF07A :10470000E552E76E070EE7CFDBFFDBB00AD0F90E0C :10471000DB5004E0070EDB50040B30E1000EEBEF42 :1047200029F0240EDBCFE9FF250EDBCFEAFFEF6A8D :10473000240EDBCFE9FF250EDBCFEAFFEE52050E9C :10474000DBCFEFFF240EDBCFE9FF250EDBCFEAFF47 :10475000EE52EF50E66E2CEC5DF0E552E76E070E80 :10476000E7CFDBFFDBA003D0030EEBEF29F0F90E60 :10477000DB5007E0070EDB50040B03E00A0EEBEF03 :1047800029F0080EDB6A090EDB6A0A0EDB6A0B0EE3 :10479000DB6AE66AE66AE66AE66A240EDBCFE6FFD3 :1047A000250EDBCFE6FF48DE216E060EE15C02E25D :1047B000E16AE552E16E2150DF6EDF046CE1020E2A :1047C000DB6ADB5002E0020EDB06240EDBCFE9FFE2 :1047D000250EDBCFEAFF320EE926000EEA22E9CFF2 :1047E00023F0EACF24F0020EDB50100DF350266ABE :1047F000BE0F256E010E2622E9502524216EEA50B7 :104800002620226E030E21C0DBFF040E22C0DBFF38 :10481000E76E030EDBCFE9FF040EDBCFEAFFE750C4 :10482000E926000EEA22EF5036E0080EE76E030E8E :10483000DBCFE9FF040EDBCFEAFFE750E926000EED :10484000EA22080EEECFDBFF090EEECFDBFF0A0EE9 :10485000EECFDBFF0B0EEECFDBFFD950080FE96E7A :10486000000EDA20EA6EEECFE6FFEECFE6FFEECFE7 :10487000E6FFEFCFE6FF240EDBCFE6FF250EDBCF12 :10488000E6FFDADD216E060EE15C02E2E16AE55246 :10489000E16E2150DF6E030EDF5C03E1010EEBEFF2 :1048A00029F0DF5002E085EF28F0240EDBCFE9FF8E :1048B000250EDBCFEAFF320EE926000EEA220B0EB0 :1048C000E926000EEA22EE5002E085EF28F0020E03 :1048D000ED1802E085EF28F0240EDBCFE9FF250E6E :1048E000DBCFEAFF320EE926000EEA22160EE92699 :1048F000000EEA22EECF21F0EFCF22F00C0E21C005 :10490000DBFF0D0E22C0DBFF0E0EDB6A0F0EDB6A33 :104910000C0EDBCF21F00D0EDBCF22F00E0EDBCF25 :1049200023F00F0EDBCF24F021502210231024108F :104930001AE1240EDBCFE9FF250EDBCFEAFF320EB2 :10494000E926000EEA22240EE926000EEA220C0EC9 :10495000EECFDBFF0D0EEECFDBFF0E0EEECFDBFF5B :104960000F0EEECFDBFF240EDBCFE9FF250EDBCFF2 :10497000EAFF1A0EE926000EEA220C0EDBCFEEFF4C :104980000D0EDBCFEEFF0E0EDBCFEEFF0F0EDBCFFB :10499000EEFF240EDBCFE9FF250EDBCFEAFF320E60 :1049A000E926000EEA22100EE926000EEA22010E88 :1049B000EFCFDBFF240EDBCFE9FF250EDBCFEAFFD5 :1049C000030EE926000EEA22010EDBCFEFFFDB0427 :1049D00005E0010EDB50020801E097D3010EDBCFAA :1049E00021F0226A236A246AD9500C0FE96E000E66 :1049F000DA20EA6E21C044F022C045F023C046F020 :104A000024C047F0EECF3FF0EECF40F0EECF41F0C4 :104A1000EFCF42F05BEC70F03EC0EDFF3DC0EDFF2C :104A20003CC0EDFF3BC0EFFF240EDBCFE9FF250EBE :104A3000DBCFEAFF320EE926000EEA220D0EE92650 :104A4000000EEA22010EEFCFDBFF240EDBCFE9FFE1 :104A5000250EDBCFEAFF020EE926000EEA22010E48 :104A6000DBCFEFFFDB5001E150D3010EDBCFE6FFE0 :104A7000DB04E552E71401E048D3240EDBCFE9FF65 :104A8000250EDBCFEAFF320EE926000EEA22110ED8 :104A9000E926000EEA22EECF21F0EFCF22F0240E1D :104AA000DBCFE9FF250EDBCFEAFF080EE926000E7B :104AB000EA2221C0EEFF22C0EDFF240EDBCFE9FF8A :104AC000250EDBCFEAFF080EE926000EEA22EECF24 :104AD00021F00001226A0F0E21162150221001E060 :104AE00014D3240EDBCFE9FF250EDBCFEAFF320E15 :104AF000E926000EEA22130EE926000EEA22EECF86 :104B000021F0EFCF22F0100E21C0DBFF110E22C0EA :104B1000DBFF120EDB6A130EDB6A100EDBCF21F017 :104B2000110EDBCF22F0120EDBCF23F0130EDBCF02 :104B300024F021502210231024101AE1240EDBCF80 :104B4000E9FF250EDBCFEAFF320EE926000EEA224E :104B5000200EE926000EEA22100EEECFDBFF110E2A :104B6000EECFDBFF120EEECFDBFF130EEECFDBFF3F :104B7000240EDBCFE9FF250EDBCFEAFF320EE9265C :104B8000000EEA220E0EE926000EEA22200EEECFDB :104B9000DBFF210EEDCFDBFFD950200FE96E000EB9 :104BA000DA20EA6EEE50ED1001E1AFD2200EDBCF3D :104BB00025F0210EDBCF26F0276A286AD9500C0F8A :104BC000E96E000EDA20EA6E2550EE24216E2650A2 :104BD000EE20226E2750EE20236E2850EE20246E09 :104BE000240EDBCFE9FF250EDBCFEAFF080EE92616 :104BF000000EEA22EECF29F0EFCF2AF0040E0F0BC1 :104C000005E0D8902A322932E806FBE12B6A2C6AAB :104C1000295021262A5022222B5023222C50242294 :104C2000140E21C0DBFF150E22C0DBFF160E23C0C1 :104C3000DBFF170E24C0DBFF140EDBCF21F0150EB7 :104C4000DBCF22F0160EDBCF23F0170EDBCF24F0E4 :104C5000D950100FE96E000EDA20EA6E2150EE5C9A :104C60002250EE582350EE582450EE5801E24DD217 :104C7000240EDBCFE9FF250EDBCFEAFF020EE9268B :104C8000000EEA22EFCF29F02A6A2B6A2C6A100E56 :104C9000DBCF25F0110EDBCF26F0120EDBCF27F095 :104CA000130EDBCF28F0D950140FE96E000EDA2076 :104CB000EA6EEE50255C216EEE502658226EEE50C4 :104CC0002758236EEE502858246E21C03FF022C092 :104CD00040F023C041F0426E29C044F02AC045F0A4 :104CE0002BC046F02CC047F0B8EC70F0180E3FC057 :104CF000DBFF190E40C0DBFF1A0E41C0DBFF1B0EAD :104D000042C0DBFF180EDBCF21F0190EDBCF22F003 :104D10001A0EDBCF23F01B0EDBCF24F02150221024 :104D20002310241001E1F1D1010EDF6ED950180FCC :104D3000E96E000EDA20EA6EF60EEE5C0F0EEE580B :104D4000000EEE58000EEE5802E3020EDF6ED95050 :104D5000180FE96E000EDA20EA6EF60EEE5CFF0E1A :104D6000EE58000EEE58000EEE5802E3030EDF6E12 :104D7000020E216E226A236A246AD950180FE96E46 :104D8000000EDA20EA6EEE502126EE502222EE507E :104D90002322EE502422240EDBCFE9FF250EDBCFA9 :104DA000EAFF160EE926000EEA2221C0EEFF22C01D :104DB000EEFF23C0EEFF24C0EEFF240EDBCFE9FFA1 :104DC000250EDBCFEAFF1E0EE926000EEA22080EB2 :104DD000DBCFEEFF090EDBCFEEFF0A0EDBCFEEFFDF :104DE0000B0EDBCFEEFF200EDBCF21F0210EDBCF51 :104DF00022F0236A246AD950080FE96E000EDA20E7 :104E0000EA6EEE502126EE502222EE502322EE5082 :104E10002422240EDBCFE9FF250EDBCFEAFF220E92 :104E2000E926000EEA2221C0EEFF22C0EEFF23C0D9 :104E3000EEFF24C0EEFF140EDBCF21F0150EDBCF0A :104E400022F0160EDBCF23F0170EDBCF24F0D95063 :104E5000080FE96E000EDA20EA6EEE502126EE50C1 :104E60002222EE502322EE502422240EDBCFE9FF33 :104E7000250EDBCFEAFF2A0EE926000EEA2221C02A :104E8000EEFF22C0EEFF23C0EEFF24C0EEFF030EB4 :104E9000DF5C5CE1240EDBCFE9FF250EDBCFEAFF10 :104EA000080EE926000EEA22EE50ED1001E02DD1A9 :104EB000240EDBCFE9FF250EDBCFEAFF320EE92619 :104EC000000EEA222C0EE926000EEA22EECF21F097 :104ED000EECF22F0EECF23F0EFCF24F0240EDBCF85 :104EE000E9FF250EDBCFEAFF260EE926000EEA22B7 :104EF00021C0EEFF22C0EEFF23C0EEFF24C0EEFF74 :104F0000240EDBCFE9FF250EDBCFEAFF160EE926E4 :104F1000000EEA22EECF3FF0EECF40F0EECF41F0B0 :104F2000EFCF42F0040E446E456A466A476A5BEC76 :104F300070F01C0E3BC0DBFF1D0E3CC0DBFF1E0EE5 :104F40003DC0DBFF1F0E3EC0DBFFB1D0240EDBCF28 :104F5000E9FF250EDBCFEAFF080EE926000EEA2264 :104F6000EE50ED1001E1D1D00C0EDBCF21F00D0E93 :104F7000DBCF22F00E0EDBCF23F00F0EDBCF24F0C1 :104F8000240EDBCFE9FF250EDBCFEAFF220EE92658 :104F9000000EEA22EE502126EE502222EE5023226D :104FA000EE502422240EDBCFE9FF250EDBCFEAFFF3 :104FB000260EE926000EEA2221C0EEFF22C0EEFFF7 :104FC00023C0EEFF24C0EEFF020EDF5C18E1240ECA :104FD000DBCFE9FF250EDBCFEAFF160EE926000E38 :104FE000EA22EECF21F0EECF22F0EECF23F0EFCF8A :104FF00024F0D89021362236233624364CD0010EA8 :10500000256E266A276A286A240EDBCFE9FF250E63 :10501000DBCFEAFF160EE926000EEA22EE50251637 :10502000EE502616EE502716EE502816240EDBCF33 :10503000E9FF250EDBCFEAFF160EE926000EEA2275 :10504000EECF3FF0EECF40F0EECF41F0EFCF42F0A9 :10505000030E446E456A466A476A5BEC70F03BC0DB :105060003FF03CC040F03DC041F03EC042F0020E77 :10507000446E456A466A476AB8EC70F03F500001DA :105080002524216E40502620226E41502720236E79 :1050900042502820246E1C0E21C0DBFF1D0E22C0B2 :1050A000DBFF1E0E23C0DBFF1F0E24C0DBFF1C0E28 :1050B000DBCF21F01D0EDBCF22F01E0EDBCF23F065 :1050C0001F0EDBCF24F0FF0E2126010E2222000E40 :1050D00023222422090ED890243223322232213274 :1050E000E806F9E1240EDBCFE9FF250EDBCFEAFF6E :1050F0001A0EE926000EEA222150EE5C2250EE58EC :105100002350EE582450EE5802E20D0E64D1240EC6 :10511000DBCFE9FF250EDBCFEAFF0E0EE926000EFE :10512000EA22EE68EE68EE68EE68240EDBCFE9FF57 :10513000250EDBCFEAFF0A0EE926000EEA22EE6A10 :10514000EE6AEE6AEE6A030EDF5C01E011D1240E16 :10515000DBCFE9FF250EDBCFEAFF050EE926000EC7 :10516000EA22EF6A240EDBCFE9FF250EDBCFEAFF50 :10517000320EE926000EEA22300EE926000EEA225F :10518000EECF21F0EFCF22F0236A246AD950080F26 :10519000E96E000EDA20EA6EEE502126EE50222251 :1051A000EE502322EE502422240EDBCFE9FF250E01 :1051B000DBCFEAFF120EE926000EEA2221C0EEFF45 :1051C00022C0EEFF23C0EEFF24C0EEFF010EE66E0C :1051D000240EDBCFE9FF250EDBCFEAFF120EE92616 :1051E000000EEA22EECFE6FFEECFE6FFEECFE6FFBF :1051F000EFCFE6FF240EDBCFE9FF250EDBCFEAFF82 :10520000320EE926000EEA22E9CF21F0EACF22F0A1 :10521000E9CFE6FFEACFE6FF240EDBCFE9FF250E5C :10522000DBCFEAFFEE52EF50E66E82EC5EF0236ECB :10523000080EE15C02E2E16AE552E16E23500009EA :1052400001E096D0240EDBCFE9FF250EDBCFEAFF8D :10525000320EE926000EEA22FE0EE926010EEA22AF :10526000550EEE1801E084D0AA0EED1801E080D0B2 :10527000240EDBCFE9FF250EDBCFEAFF320EE92655 :10528000000EEA22520EEE1873E1520EEE1870E193 :10529000610EEE186DE1410EEE186AE1240EDBCFCF :1052A000E9FF250EDBCFEAFF320EE926000EEA22E7 :1052B000E40EE926010EEA22720EEE1859E1720E92 :1052C000EE1856E1410EEE1853E1610EEE1850E172 :1052D000240EDBCFE9FF250EDBCFEAFF320EE926F5 :1052E000000EEA22EC0EE926010EEA22EECF21F0B2 :1052F000EECF22F0EECF23F0EFCF24F0240EDBCF61 :10530000E9FF250EDBCFEAFF0A0EE926000EEA22AE :1053100021C0EEFF22C0EEFF23C0EEFF24C0EEFF4F :10532000240EDBCFE9FF250EDBCFEAFF320EE926A4 :10533000000EEA22E80EE926010EEA22EECF21F065 :10534000EECF22F0EECF23F0EFCF24F0240EDBCF10 :10535000E9FF250EDBCFEAFF0E0EE926000EEA225A :1053600021C0EEFF22C0EEFF23C0EEFF24C0EEFFFF :10537000240EDBCFE9FF250EDBCFEAFFDFCFEFFF07 :105380000F01022B000E0323240EDBCFE9FF250EB5 :10539000DBCFEAFF060EE926000EEA2202CFEEFF7F :1053A00003CFEDFF240EDBCFE9FF250EDBCFEAFFB5 :1053B0002E0EE926000EEA22EE6AEE6AEE6AEE6A28 :1053C000240EDBCFE9FF250EDBCFEAFF040EE92632 :1053D000000EEA22EF6A216E260EE15C02E2E16A2B :1053E000E552E16E2150E552E5CFDAFFE7CFD9FF74 :1053F0001200D9CFE6FFDACFE6FFE1CFD9FFE2CF47 :10540000DAFFE652E652FC0EDBCFDEFFDBCFDDFF3C :10541000D9CFE9FFDACFEAFFEE50ED1033E0DECF6F :10542000E9FFDDCFEAFFEE50ED102CE0DECFE9FF23 :10543000DDCFEAFFEE50EFCFEAFFE96EEF5022E05A :10544000DECFE9FFDDCFEAFFEE50EFCFEAFFE96EF6 :10545000060EE926000EEA22EECF21F0EFCF22F071 :10546000DECFE9FFDDCFEAFF020EE926000EEA22D9 :10547000EECF23F0EFCF24F02350211802E1245087 :10548000221802E0090E13D0DECFE9FFDDCFEAFFDC :10549000EE50EFCFEAFFE96EEE52EF50E66E6DECA4 :1054A0005EF0E552010B02E0030E01D0000EE55262 :1054B000E552E552E5CFDAFFE7CFD9FF1200D9CFA9 :1054C000E6FFDACFE6FFE1CFD9FFE2CFDAFFE6521F :1054D000E652010EF36EFD0EDBCFF4FFF350F45CE9 :1054E00002E30B0E3BD0FD0EEA6ADB34FE0BEA361C :1054F000E96E000EE9260F0EEA22EECFDEFFEDCFB9 :10550000DDFFD9CFE9FFDACFEAFFEE50ED1005E07D :10551000DECFE9FFDDCFEAFFEF6AD950FB0FE96E7E :10552000FF0EDA20EA6EEE50ED1007E0FB0EDBCF47 :10553000E9FFFC0EDBCFEAFFEF6AFD0EEA6ADB341F :10554000FE0BEA36E96E000EE9260F0EEA22FB0E8C :10555000DBCFEEFFFC0EDBCFEDFF000EE552E55298 :10556000E552E5CFDAFFE7CFD9FF1200D9CFE6FF4A :10557000DACFE6FFE1CFD9FFE2CFDAFF2D0EE1244B :1055800002E3E168E652E16ED950FC0FE96EFF0ECE :10559000DA20EA6EEE50ED1002E1090EBFD2FC0EE9 :1055A000DBCFE9FFFD0EDBCFEAFFEE6AED6AF90E15 :1055B000DB9ADB9CDB9EDB50FE0BE66ED950010FC5 :1055C000E66E000EDA20E66ED950FA0FE66EFF0E98 :1055D000DA20E66EC6EC22F0216E050EE15C02E2F6 :1055E000E16AE552E16E2150DF6EDF5001E095D2B5 :1055F000D950190F216E000EDA20226E150E21C02F :10560000DBFF160E22C0DBFFFA0EDBCFE6FFFB0E40 :10561000DBCFE6FFD950010FE66E000EDA20E66E12 :105620001DEC21F0E552E552E552E552DF6E130E16 :10563000DBCF41F0140EDBCF42F0170E41C0DBFF91 :10564000180E42C0DBFFDF500BE1D950170FE96E97 :10565000000EDA20EA6EEE50ED1002E1060EDF6E6B :10566000F90EDB501C0B01E149D1DF501DE0040EA7 :10567000DF5C0BE1D950010FE66E000EDA20E66E1A :1056800076EC1DF0E552E552DF6EF90EDB86130E67 :10569000DBCF41F0140EDBCF42F0170E41C0DBFF31 :1056A000180E42C0DBFF16D00B0EE76E170EDBCFD5 :1056B000E9FF180EDBCFEAFFE750E926000EEA22E9 :1056C000EF50110B02E0070E04D0F90EDBA402D05C :1056D000080EDF6EDF5001E039D1F90EDB50080B08 :1056E00001E134D107EC69F0250E3FC0DBFF260E47 :1056F00040C0DBFF270E41C0DBFF280E42C0DBFFAE :105700000E0EE76E170EDBCFE9FF180EDBCFEAFFB8 :10571000E750E926000EEA22250EDBCFEEFF260E2B :10572000DBCFEEFF270EDBCFEEFF280EDBCFEEFF49 :105730000B0EE76E170EDBCFE9FF180EDBCFEAFF8B :10574000E750E926000EEA22EF6A1C0EE76E170EFC :10575000DBCFE9FF180EDBCFEAFFE750E926000EAA :10576000EA22EE6AEE6AEE6AEE6A170EDBCFE6FF19 :10577000180EDBCFE6FF010EDBCFE6FF020EDBCF1C :10578000E6FF37EC1BF0E552E552E552E552290EF3 :105790003FC0DBFF2A0E40C0DBFF2B0E41C0DBFF0A :1057A0002C0E42C0DBFFE66AE66AE66AE66A170E7E :1057B000DBCFE6FF180EDBCFE6FFA1EC1BF0216E7E :1057C000060EE15C02E2E16AE552E16E2150010E53 :1057D000DBCFE9FF020EDBCFEAFF040EE926000E65 :1057E000EA22010EEF6E290EDBCF21F02A0EDBCF6D :1057F00022F02B0EDBCF23F02C0EDBCF24F0215038 :1058000022102310241001E1A1D0010EDBCFE9FF0B :10581000020EDBCFEAFF2E0EE926000EEA22250E4D :10582000EECFDBFF260EEECFDBFF270EEECFDBFF4A :10583000280EEECFDBFFD950290FE96E000EDA20DB :10584000EA6EEECFE6FFEECFE6FFEECFE6FFEFCF5C :10585000E6FF010EDBCFE6FF020EDBCFE6FF1BEC1F :1058600010F0216E060EE15C02E2E16AE552E16EA3 :105870002150DF6EDF506AE1290EDBCF21F02A0EC6 :10588000DBCF22F02B0EDBCF23F02C0EDBCF24F06E :105890002106000E225A235A245A010EDBCFE9FFBB :1058A000020EDBCFEAFF0A0EE926000EEA2221C033 :1058B000EEFF22C0EEFF23C0EEFF24C0EEFFD95062 :1058C000250FE96E000EDA20EA6EEECFE6FFEECF8E :1058D000E6FFEECFE6FFEFCFE6FF010EDBCFE6FF00 :1058E000020EDBCFE6FF35EC08F0216E060EE15C20 :1058F00002E2E16AE552E16E215027D0DF5026E155 :105900000B0EE76E170EDBCFE9FF180EDBCFEAFFB9 :10591000E750E926000EEA22EF50100B02E0040ED9 :1059200014D0F90EDB50020B11E00B0EE76E170ED0 :10593000DBCFE9FF180EDBCFEAFFE750E926000EC8 :10594000EA22EF50010B02E0070EDF6EDF5037E175 :10595000F90EDBB6DB8A010EDBCFE9FF020EDBCFEF :10596000EAFF2E0EE926000EEA22EECF21F0EECF5E :1059700022F0EECF23F0EFCF24F0FC0EDBCFE9FFD7 :10598000FD0EDBCFEAFF1A0EE926000EEA2221C047 :10599000EEFF22C0EEFF23C0EEFF24C0EEFFFC0EA0 :1059A000DBCFE9FFFD0EDBCFEAFF1E0EE926000E7E :1059B000EA22170EDBCFEEFF180EDBCFEDFFDF5034 :1059C00001E0ABD0FC0EDBCFE9FFFD0EDBCFEAFF41 :1059D000040EE926000EEA22F90EDBCFEFFF170EC8 :1059E000DBCFE6FF180EDBCFE6FF010EDBCFE6FFD5 :1059F000020EDBCFE6FF37EC1BF0E552E552E55235 :105A0000E55240C022F041C023F042C024F0FC0E19 :105A1000DBCFE9FFFD0EDBCFEAFF0E0EE926000E1D :105A2000EA223FC0EEFF22C0EEFF23C0EEFF24C0FB :105A3000EEFF1C0EE76E170EDBCFE9FF180EDBCF73 :105A4000EAFFE750E926000EEA22EECF21F0EECF82 :105A500022F0EECF23F0EFCF24F0FC0EDBCFE9FFF6 :105A6000FD0EDBCFEAFF0A0EE926000EEA2221C076 :105A7000EEFF22C0EEFF23C0EEFF24C0EEFFFC0EBF :105A8000DBCFE9FFFD0EDBCFEAFF060EE926000EB5 :105A9000EA22EE6AEE6AEE6AEE6AFC0EDBCFE9FFFE :105AA000FD0EDBCFEAFF160EE926000EEA22EE6AB3 :105AB000EE6AEE6AEE6AFC0EDBCFE9FFFD0EDBCF8D :105AC000EAFF200EEB6A210EEB6AFC0EDBCFE9FF4A :105AD000FD0EDBCFEAFF010EDBCFEEFF020EDBCFC8 :105AE000EDFF010EDBCFE9FF020EDBCFEAFF060E72 :105AF000E926000EEA22EECF21F0EFCF22F0FC0ED5 :105B0000DBCFE9FFFD0EDBCFEAFF020EE926000E38 :105B1000EA2221C0EEFF22C0EDFFDF50216E2D0EE4 :105B2000E15C02E2E16AE552E16E2150E552E5CF27 :105B3000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFD1 :105B4000E1CFD9FFE2CFDAFF140EE12402E3E168EE :105B5000E652E16EFA0EDBCF41F0FB0EDBCF42F0F6 :105B6000120E41C0DBFF130E42C0DBFFF60EDBCF8F :105B7000E9FFF70EDBCFEAFFEE6AED6AFC0EDBCF42 :105B8000E6FFFD0EDBCFE6FF34DCE552E552DF6ECB :105B9000DF5003E0DF5029EF32F0FC0EDBCFE9FFEE :105BA000FD0EDBCFEAFF040EE926000EEA22EF50DD :105BB000800B01E0D6D1FC0EDBCFE9FFFD0EDBCF81 :105BC000EAFF040EE926000EEA22EF50010B03E182 :105BD000070E29EF32F0FC0EDBCFE9FFFD0EDBCF25 :105BE000EAFF0A0EE926000EEA22EECF25F0EECFFC :105BF00026F0EECF27F0EFCF28F0FC0EDBCFE9FF49 :105C0000FD0EDBCFEAFF060EE926000EEA22EE507B :105C1000255C216EEE502658226EEE502758236EDA :105C2000EE502858246E090E21C0DBFF0A0E22C058 :105C3000DBFF0B0E23C0DBFF0C0E24C0DBFFF80ED6 :105C4000DBCF21F0F90EDBCF22F0236A246AD95092 :105C5000090FE96E000EDA20EA6E2150EE5C225048 :105C6000EE582350EE582450EE580CE2090EDBCFCC :105C700041F00A0EDBCF42F0F80E41C0DBFFF90E17 :105C800042C0DBFFD950F80FE96EFF0EDA20EA6E52 :105C9000EE50ED1001E1DCD3FC0EDBCFE9FFFD0E91 :105CA000DBCFEAFF060EE926000EEA22EECF21F056 :105CB000EECF22F0010E2216236A246A2150221010 :105CC0002310241001E0C1D2FC0EDBCFE9FFFD0E52 :105CD000DBCFEAFF060EE926000EEA22EECF21F026 :105CE000EECF22F0EECF23F0EFCF24F0090ED890C4 :105CF0002432233222322132E806F9E1FC0EDBCFD6 :105D0000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96ED1 :105D1000020EE926000EEA22EF04256E266A276AA3 :105D2000286AE8502116265022162750231628509C :105D30002416110E21C0DBFFDB5001E0C4D0FC0EA5 :105D4000DBCFE9FFFD0EDBCFEAFF060EE926000EF2 :105D5000EA22EECF21F0EECF22F0EECF23F0EFCF0C :105D600024F0215022102310241017E1FC0EDBCF69 :105D7000E9FFFD0EDBCFEAFF0E0EE926000EEA2258 :105D8000010EEECFDBFF020EEECFDBFF030EEECFF8 :105D9000DBFF040EEECFDBFF5ED0FC0EDBCFE9FFB6 :105DA000FD0EDBCFEAFF200EE926000EEA22EE50C0 :105DB000ED101FE0FC0EDBCFE9FFFD0EDBCFEAFFAD :105DC000060EE926000EEA22EECFE6FFEECFE6FF52 :105DD000EECFE6FFEFCFE6FFFC0EDBCFE6FFFD0EDA :105DE000DBCFE6FF08EC14F0216E060EE15C25E245 :105DF00022D0FC0EDBCFE9FFFD0EDBCFEAFF120E57 :105E0000E926000EEA22EECFE6FFEECFE6FFEECF68 :105E1000E6FFEFCFE6FFFC0EDBCFE9FFFD0EDBCFA9 :105E2000EAFFEECFE6FFEFCFE6FF96EC0AF0216E39 :105E3000060EE15C02E2E16AE552E16E2150010EDC :105E40003FC0DBFF020E40C0DBFF030E41C0DBFFA3 :105E5000040E42C0DBFFD950010FE96E000EDA20BC :105E6000EA6E020EEE5C000EEE58000EEE58000ECA :105E7000EE586CE3D950010FE96E000EDA20EA6E9D :105E8000E868EE180AE1E868EE1807E1E868EE183D :105E900004E1E868EE1801E139D2FC0EDBCFE9FF3E :105EA000FD0EDBCFEAFF120EE926000EEA22010EFC :105EB000DBCFEEFF020EDBCFEEFF030EDBCFEEFFFC :105EC000040EDBCFEEFFFC0EDBCFE9FFFD0EDBCFD8 :105ED000EAFF120EE926000EEA22EECFE6FFEECF31 :105EE000E6FFEECFE6FFEFCFE6FFFC0EDBCFE9FFEC :105EF000FD0EDBCFEAFFEECFE6FFEFCFE6FF06ECCD :105F00000AF0216E060EE15C02E2E16AE552E16E02 :105F10002150050E3FC0DBFF060E40C0DBFF070E21 :105F200041C0DBFF080E42C0DBFF050EDBCF21F0D6 :105F3000060EDBCF22F0070EDBCF23F0080EDBCFFF :105F400024F021502210231024100DE1FC0EDBCF91 :105F5000E9FFFD0EDBCFEAFF040EE926000EEA2280 :105F6000EF8E020E76D2110EDBCF21F0226A236A69 :105F7000246AD950050FE96E000EDA20EA6E21502E :105F8000EE262250EE222350EE222450EE22216AE9 :105F9000020E226EF80EDBCF41F0F90EDBCF42F09D :105FA00021C046F022C047F015EC71F00F0E41C041 :105FB000DBFF100E42C0DBFFD9500F0FE96E000E61 :105FC000DA20EA6EEE50ED1001E129D1110EDB501E :105FD000236E246A0F0EDB502324216E100EDB503B :105FE0002420226EFC0EDBCFE9FFFD0EDBCFEAFFA3 :105FF000EE50EFCFEAFFE96E020EE926000EEA222C :10600000EF50256E266A2150255C2250265820E24A :10601000110EDBCFE6FFFC0EDBCFE9FFFD0EDBCF81 :10602000EAFFEE50EFCFEAFFE96E020EE926000E1E :10603000EA22EF50E552D880E754E66ED9500F0FB0 :10604000E96E000EDA20EA6EE552E750EE6EED6A78 :106050000F0EDBCFE6FFD950050FE96E000EDA20F8 :10606000EA6EEECFE6FFEECFE6FFEECFE6FFEFCF34 :10607000E6FF120EDBCFE6FF130EDBCFE6FFFC0ED2 :10608000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFFFB :10609000E96EEE52EF50E66E82EC5EF0216E080E75 :1060A000E15C02E2E16AE552E16E2150000901E0A3 :1060B0002DD1FC0EDBCFE9FFFD0EDBCFEAFFEE506A :1060C000EFCFEAFFE96E040EE926000EEA22EF5058 :1060D00001E193D0050EDBCF25F0060EDBCF26F0D5 :1060E000070EDBCF27F0080EDBCF28F0FC0EDBCF4E :1060F000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96EDE :106100002E0EE926000EEA222550EE5C216E265066 :10611000EE58226E2750EE58236E2850EE58246E0B :106120000F0EDBCF29F0100EDBCF2AF02B6A2C6A82 :106130002950215C2A5022582B5023582C50245887 :106140005CE2E66A020EE66EFC0EDBCFE9FFFD0EB6 :10615000DBCFEAFFEE50EFCFEAFFE96E320EE92621 :10616000000EEA22E9CF21F0EACF22F0E9CFE6FFE4 :10617000EACFE6FF050EDBCF29F0060EDBCF2AF0D3 :10618000070EDBCF2BF0080EDBCF2CF0FC0EDBCFA5 :10619000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96E3D :1061A0002E0EE926000EEA222950EE5C256E2A50BA :1061B000EE58266E2B50EE58276E2C50EE58286E57 :1061C000090ED8902536263627362836E806F9E116 :1061D000120EDB502524236E130EDB502620246E76 :1061E00023C0E6FFE66E96EC05F02D6E060EE15C30 :1061F00002E2E16AE552E16E2D50416A020E426E02 :106200000F0EDBCF46F0100EDBCF47F0DCEC70F06A :106210000D0E3FC0DBFF0E0E40C0DBFFCED0FC0EEC :10622000DBCFE9FFFD0EDBCFEAFF160EE926000EFD :10623000EA22050EDBCFEEFF060EDBCFEEFF070EE8 :10624000DBCFEEFF080EDBCFEEFFFC0EDBCFE9FF6E :10625000FD0EDBCFEAFF060EE926000EEA22EECFA6 :1062600021F0EFCF22F00001010E2216000ED8809F :106270002156020E22560D0E21C0DBFF0E0E22C04B :10628000DBFF0D0EDBCF21F00E0EDBCF22F0F80E80 :10629000DBCF23F0F90EDBCF24F02150235C22501A :1062A00024580CE2F80EDBCF41F0F90EDBCF42F0C0 :1062B0000D0E41C0DBFF0E0E42C0DBFFFC0EDBCF3C :1062C000E9FFFD0EDBCFEAFF160EE926000EEA22FB :1062D000EECFE6FFEECFE6FFEECFE6FFEFCFE6FF35 :1062E000FC0EDBCFE9FFFD0EDBCFEAFFEECFE6FFD2 :1062F000EFCFE6FF35EC08F0216E060EE15C02E21E :10630000E16AE552E16E215000090DE0FC0EDBCFA1 :10631000E9FFFD0EDBCFEAFF040EE926000EEA22BC :10632000EF8E010E96D00D0EDBCFE6FF0E0EDBCF0B :10633000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEE5000 :10634000EFCFEAFFE96E320EE926000EEA22E9CF2E :1063500023F0EACF24F0FC0EDBCFE9FFFD0EDBCF0C :10636000EAFF060EE926000EEA22EECF3FF0EECF5E :1063700040F0EECF41F0EFCF42F0446A020E456E9E :10638000466A476AB8EC70F023503B24216E2450D3 :106390003C20226E21C0E6FFE66E120EDBCFE6FF48 :1063A000130EDBCFE6FF96EC05F0256E060EE15CE2 :1063B00002E2E16AE552E16E25500D0EDBCF21F0DD :1063C0000E0EDBCF22F0D950120FE96E000EDA204C :1063D000EA6E2150EE262250ED220D0EDBCF23F087 :1063E0000E0EDBCF24F0256A266AFC0EDBCFE9FF18 :1063F000FD0EDBCFEAFF060EE926000EEA2223504F :10640000EE262450EE222550EE222650EE220D0ECE :10641000DBCF27F00E0EDBCF28F0F60EDBCFE9FF47 :10642000F70EDBCFEAFF2750EE262850ED220D0EA7 :10643000DBCF29F00E0EDBCF2AF0D950F80FE96E32 :10644000FF0EDA20EA6E2950EE5E2A50ED5A1AD479 :10645000000E216E140EE15C02E2E16AE552E16E8B :106460002150E552E5CFDAFFE7CFD9FF1200D9CFAF :10647000E6FFDACFE6FFE1CFD9FFE2CFDAFF100E79 :10648000E12402E3E168E652E16EFA0EDBCF41F06F :10649000FB0EDBCF42F00D0E41C0DBFF0E0E42C003 :1064A000DBFFF60EDBCFE9FFF70EDBCFEAFFEE6A8C :1064B000ED6AFC0EDBCFE6FFFD0EDBCFE6FFF9EC6D :1064C00029F0E552E552DF6EDF5003E0DF50EDEFDB :1064D00037F0FC0EDBCFE9FFFD0EDBCFEAFF040E49 :1064E000E926000EEA22EF50800B01E04CD2FC0EB0 :1064F000DBCFE9FFFD0EDBCFEAFF040EE926000E3D :10650000EA22EF50020B03E1070EEDEF37F0F80E31 :10651000DBCF21F0F90EDBCF22F0236A246AFC0ED8 :10652000DBCFE9FFFD0EDBCFEAFF0A0EE926000E06 :10653000EA22EE502126EE502222EE502322EE5087 :106540002422FC0EDBCFE9FFFD0EDBCFEAFF0A0EB3 :10655000E926000EEA22EE50215CEE502258EE5061 :106560002358EE50245804E2F80EDB6AF90EDB6A79 :10657000D950F80FE96EFF0EDA20EA6EEE50ED10FA :1065800002E199EF37F0FC0EDBCFE9FFFD0EDBCF28 :10659000EAFF060EE926000EEA22EECF21F0EECF4A :1065A00022F0010E2216236A246A215022102310A1 :1065B000241001E0AAD3FC0EDBCFE9FFFD0EDBCFF8 :1065C000EAFF060EE926000EEA22EECF21F0EECF1A :1065D00022F0EECF23F0EFCF24F0090ED890243232 :1065E000233222322132E806F9E1FC0EDBCFE9FF4B :1065F000FD0EDBCFEAFFEE50EFCFEAFFE96E020EB1 :10660000E926000EEA22EF04256E266A276A286A28 :10661000E850211626502750285024160F0E21C06E :10662000DBFFDB5001E023D1FC0EDBCFE9FFFD0EE9 :10663000DBCFEAFF060EE926000EEA22EECF21F0BC :10664000EECF22F0EECF23F0EFCF24F02150221036 :106650002310241063E1FC0EDBCFE9FFFD0EDBCF3E :10666000EAFF0E0EE926000EEA22010EEECFDBFF56 :10667000020EEECFDBFF030EEECFDBFF040EEECFFC :10668000DBFF010EDBCF21F0020EDBCF22F0030E89 :10669000DBCF23F0040EDBCF24F021502210231097 :1066A000241001E099D0E66AE66AE66AE66AFC0E22 :1066B000DBCFE9FFFD0EDBCFEAFFEECFE6FFEFCF4A :1066C000E6FF50EC11F0216E060EE15C02E2E16A99 :1066D000E552E16E2150010E3FC0DBFF020E40C0CB :1066E000DBFF030E41C0DBFF040E42C0DBFFFC0EEC :1066F000DBCFE9FFFD0EDBCFEAFF0E0EE926000E31 :10670000EA22010EDBCFEEFF020EDBCFEEFF030E1F :10671000DBCFEEFF040EDBCFEEFF5ED0FC0EDBCF57 :10672000E9FFFD0EDBCFEAFF200EE926000EEA228C :10673000EE50ED101FE0FC0EDBCFE9FFFD0EDBCFCE :10674000EAFF060EE926000EEA22EECFE6FFEECFC4 :10675000E6FFEECFE6FFEFCFE6FFFC0EDBCFE6FF76 :10676000FD0EDBCFE6FF08EC14F0216E060EE15CB7 :1067700025E222D0FC0EDBCFE9FFFD0EDBCFEAFFE6 :10678000120EE926000EEA22EECFE6FFEECFE6FF7C :10679000EECFE6FFEFCFE6FFFC0EDBCFE9FFFD0E0D :1067A000DBCFEAFFEECFE6FFEFCFE6FF50EC11F0D4 :1067B000216E060EE15C02E2E16AE552E16E2150D3 :1067C000010E3FC0DBFF020E40C0DBFF030E41C0E5 :1067D000DBFF040E42C0DBFF010EDBCF21F0020E17 :1067E000DBCF22F0030EDBCF23F0040EDBCF24F04F :1067F000215022102310241001E19BD3D950010F06 :10680000E96E000EDA20EA6E010EEE1807E1EE5096 :1068100005E1EE5003E1EE5001E1AAD0D950010F9D :10682000E96E000EDA20EA6EE868EE180AE1E86820 :10683000EE1807E1E868EE1804E1E868EE1801E1F7 :10684000C5D2FC0EDBCFE9FFFD0EDBCFEAFF120E57 :10685000E926000EEA22010EDBCFEEFF020EDBCFAF :10686000EEFF030EDBCFEEFF040EDBCFEEFFFC0EE0 :10687000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF03 :10688000E96E2E0EE926000EEA22EECF21F0EECFC1 :1068900022F0EECF23F0EFCF24F0FC0EDBCFE9FFA8 :1068A000FD0EDBCFEAFF160EE926000EEA2221508C :1068B000EE181BE12250EE1818E12350EE1815E1F6 :1068C0002450EE1812E111E1FC0EDBCFE9FFFD0EC2 :1068D000DBCFEAFFEECFE6FFEFCFE6FFEDEC06F011 :1068E000E552E552000901E071D2FC0EDBCFE9FF71 :1068F000FD0EDBCFEAFF120EE926000EEA22EECFF4 :10690000E6FFEECFE6FFEECFE6FFEFCFE6FFFC0EB1 :10691000DBCFE9FFFD0EDBCFEAFFEECFE6FFEFCFE7 :10692000E6FF06EC0AF0216E060EE15C02E2E16A87 :10693000E552E16E2150050E3FC0DBFF060E40C060 :10694000DBFF070E41C0DBFF080E42C0DBFF050E78 :10695000DBCF21F0060EDBCF22F0070EDBCF23F0DA :10696000080EDBCF24F021502210231024100DE15B :10697000FC0EDBCFE9FFFD0EDBCFEAFF040EE926BC :10698000000EEA22EF8E020E28D30F0EDBCF21F08D :10699000226A236A246AD950050FE96E000EDA20B4 :1069A000EA6E2150EE262250EE222350EE22245091 :1069B000EE22216A020E226EF80EDBCF41F0F90EB4 :1069C000DBCF42F021C046F022C047F015EC71F059 :1069D0000B0E41C0DBFF0C0E42C0DBFFD9500B0F8A :1069E000E96E000EDA20EA6EEE50ED1001E127D1DB :1069F0000F0EDB50236E246A0B0EDB502324216E16 :106A00000C0EDB502420226EFC0EDBCFE9FFFD0EC6 :106A1000DBCFEAFFEE50EFCFEAFFE96E020EE92688 :106A2000000EEA22EF50256E266A2150255C225086 :106A3000265820E20F0EDBCFE6FFFC0EDBCFE9FF8E :106A4000FD0EDBCFEAFFEE50EFCFEAFFE96E020E5C :106A5000E926000EEA22EF50E552D880E754E66EB0 :106A6000D9500B0FE96E000EDA20EA6EE552E750BE :106A7000EE6EED6A0B0EDBCFE6FFD950050FE96E27 :106A8000000EDA20EA6EEECFE6FFEECFE6FFEECFA5 :106A9000E6FFEFCFE6FF0D0EDBCFE6FF0E0EDBCFFE :106AA000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEE5089 :106AB000EFCFEAFFE96EEE52EF50E66EF2EC5EF0D9 :106AC000216E080EE15C02E2E16AE552E16E2150BE :106AD000000901E07BD1050EDBCF25F0060EDBCFF0 :106AE00026F0070EDBCF27F0080EDBCF28F0FC0ED8 :106AF000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF81 :106B0000E96E2E0EE926000EEA222550EE5C216E7B :106B10002650EE58226E2750EE58236E2850EE581D :106B2000246E0B0EDBCF29F00C0EDBCF2AF02B6A84 :106B30002C6A2950215C2A5022582B5023582C5063 :106B400024586BE2E66A020EE66E050EDBCF27F0F4 :106B5000060EDBCF28F0070EDBCF29F0080EDBCFC7 :106B60002AF0FC0EDBCFE9FFFD0EDBCFEAFFEE5093 :106B7000EFCFEAFFE96E2E0EE926000EEA2227503B :106B8000EE5C236E2850EE58246E2950EE58256E88 :106B90002A50EE58266E090ED89023362436253614 :106BA0002636E806F9E10D0EDB502324216E0E0E89 :106BB000DB502420226E21C0E6FFE66EFC0EDBCF08 :106BC000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96E03 :106BD000320EE926000EEA22E9CF2BF0EACF2CF0A4 :106BE000E9CFE6FFEACFE6FF96EC05F02D6E060E44 :106BF000E15C02E2E16AE552E16E2D50FC0EDBCF72 :106C0000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96EC2 :106C1000040EE926000EEA22EF6A416A020E426E75 :106C20000B0EDBCF46F00C0EDBCF47F0DCEC70F048 :106C3000090E3FC0DBFF0A0E40C0DBFF2ED1FC0E69 :106C4000DBCFE9FFFD0EDBCFEAFF0A0EE926000EDF :106C5000EA22EECF21F0EECF22F0EECF23F0EFCFFD :106C600024F0FC0EDBCFE9FFFD0EDBCFEAFF060EC2 :106C7000E926000EEA222150EE5C2250EE58235005 :106C8000EE582450EE582BE3FC0EDBCFE9FFFD0E4F :106C9000DBCFEAFFEECFE6FFEFCFE6FFEDEC06F04D :106CA000E552E552000901E091D0FC0EDBCFE9FF8F :106CB000FD0EDBCFEAFFEE50EFCFEAFFE96E2E0EBE :106CC000E926000EEA22050EDBCFEEFF060EDBCF33 :106CD000EEFF070EDBCFEEFF080EDBCFEEFFFC0E64 :106CE000DBCFE9FFFD0EDBCFEAFF160EE926000E33 :106CF000EA22050EDBCFEEFF060EDBCFEEFF070E1E :106D0000DBCFEEFF080EDBCFEEFFFC0EDBCFE9FFA3 :106D1000FD0EDBCFEAFF060EE926000EEA22EECFDB :106D200021F0EFCF22F00001010E2216000ED880D4 :106D30002156020E2256090E21C0DBFF0A0E22C088 :106D4000DBFF090EDBCF21F00A0EDBCF22F0F80EBD :106D5000DBCF23F0F90EDBCF24F02150235C22504F :106D600024580CE2F80EDBCF41F0F90EDBCF42F0F5 :106D7000090E41C0DBFF0A0E42C0DBFFFC0EDBCF79 :106D8000E9FFFD0EDBCFEAFF160EE926000EEA2230 :106D9000EECFE6FFEECFE6FFEECFE6FFEFCFE6FF6A :106DA000FC0EDBCFE9FFFD0EDBCFEAFFEECFE6FF07 :106DB000EFCFE6FF35EC08F0216E060EE15C02E253 :106DC000E16AE552E16E215000090DE0FC0EDBCFD7 :106DD000E9FFFD0EDBCFEAFF040EE926000EEA22F2 :106DE000EF8E010EFAD0090EDBCFE6FF0A0EDBCFE5 :106DF000E6FF0D0EDBCFE6FF0E0EDBCFE6FFFC0E4F :106E0000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF6D :106E1000E96E320EE926000EEA22E9CF23F0EACF2E :106E200024F0FC0EDBCFE9FFFD0EDBCFEAFF060E00 :106E3000E926000EEA22EECF3FF0EECF40F0EECF93 :106E400041F0EFCF42F0446A020E456E466A476A4F :106E5000B8EC70F023503B24216E24503C20226E6D :106E600021C0E6FFE66E96EC05F0256E060EE15CAD :106E700002E2E16AE552E16E2550FC0EDBCFE9FF4C :106E8000FD0EDBCFEAFFEE50EFCFEAFFE96E040E16 :106E9000E926000EEA22010EEF6E090EDBCF21F08B :106EA0000A0EDBCF22F0D9500D0FE96E000EDA206A :106EB000EA6E2150EE262250ED22090EDBCF23F0A0 :106EC0000A0EDBCF24F0256A266AFC0EDBCFE9FF31 :106ED000FD0EDBCFEAFF060EE926000EEA22235064 :106EE000EE262450EE222550EE222650EE22090EE8 :106EF000DBCF27F00A0EDBCF28F0F60EDBCFE9FF61 :106F0000F70EDBCFEAFF2750EE262850ED22090EC0 :106F1000DBCF29F00A0EDBCF2AF0D950F80FE96E4B :106F2000FF0EDA20EA6E2950EE5E2A50ED5AB8EFD5 :106F300032F0FC0EDBCFE9FFFD0EDBCFEAFF0A0EDD :106F4000E926000EEA22EECF21F0EECF22F0EECFBE :106F500023F0EFCF24F0FC0EDBCFE9FFFD0EDBCFFB :106F6000EAFF060EE926000EEA22EE50215CEE5002 :106F70002258EE502358EE50245824E2FC0EDBCF6A :106F8000E9FFFD0EDBCFEAFF060EE926000EEA223E :106F9000EECF21F0EECF22F0EECF23F0EFCF24F0B2 :106FA000FC0EDBCFE9FFFD0EDBCFEAFF0A0EE92680 :106FB000000EEA2221C0EEFF22C0EEFF23C0EEFF4A :106FC00024C0EEFFFC0EDBCFE9FFFD0EDBCFEAFFB6 :106FD000040EE926000EEA22EF8A216E100EE15C13 :106FE00002E2E16AE552E16E2150E552E5CFDAFFB7 :106FF000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF26 :10700000D9FFE2CFDAFF070EE12402E3E168E6529E :10701000E16EFC0EDBCFE6FFFD0EDBCFE6FFF9EC09 :1070200029F0E552E552DF6EDF5001E0FBD0FC0EA7 :10703000DBCFE9FFFD0EDBCFEAFF040EE926000EF1 :10704000EA22EF50200B01E1EDD0FC0EDBCFE9FF8F :10705000FD0EDBCFEAFF1A0EE926000EEA22EECF84 :10706000E6FFEECFE6FFEECFE6FFEFCFE6FFFC0E4A :10707000DBCFE9FFFD0EDBCFEAFFEECFE6FFEFCF80 :10708000E6FF35EC08F0216E060EE15C02E2E16AF3 :10709000E552E16E2150DF6EDF5001E0C3D0FC0EFF :1070A000DBCFE9FFFD0EDBCFEAFF1E0EE926000E67 :1070B000EA22050EEECFDBFF060EEDCFDBFF0B0E57 :1070C000E76E050EDBCFE9FF060EDBCFEAFFE750E8 :1070D000E926000EEA22EF8AFC0EDBCFE9FFFD0E67 :1070E000DBCFEAFF0A0EE926000EEA22EECF21F0FE :1070F000EECF22F0EECF23F0EFCF24F01C0EE76EA0 :10710000050EDBCFE9FF060EDBCFEAFFE750E926ED :10711000000EEA2221C0EEFF22C0EEFF23C0EEFFE8 :1071200024C0EEFFFC0EDBCFE9FFFD0EDBCFEAFF54 :107130000E0EE926000EEA22EECFE6FFEECFE6FFC6 :10714000EECFE6FFEFCFE6FF050EDBCFE6FF060E44 :10715000DBCFE6FFA1EC1BF0216E060EE15C02E244 :10716000E16AE552E16E215007EC69F0010E3FC083 :10717000DBFF020E40C0DBFF030E41C0DBFF040E4D :1071800042C0DBFF160EE76E050EDBCFE9FF060EF1 :10719000DBCFEAFFE750E926000EEA22010EDBCF43 :1071A000EEFF020EDBCFEEFF030EDBCFEEFF040E91 :1071B000DBCFEEFF120EE76E050EDBCFE9FF060E0A :1071C000DBCFEAFFE750E926000EEA22EE6AED6A1D :1071D000FC0EDBCFE9FFFD0EDBCFEAFF040EE92654 :1071E000000EEA22EF9AFC0EDBCFE9FFFD0EDBCFAB :1071F000EAFFEE50EFCFEAFFE96E040EE926000E3B :10720000EA22010EEF6EFC0EDBCFE9FFFD0EDBCFB5 :10721000EAFFEECFE6FFEFCFE6FFC0EC08F0E55265 :10722000E552DF6EDF50216E070EE15C02E2E16A9B :10723000E552E16E2150E552E5CFDAFFE7CFD9FF05 :107240001200D9CFE6FFDACFE6FFE1CFD9FFE2CFD8 :10725000DAFFE652FC0EDBCFE6FFFD0EDBCFE6FFEA :10726000CADEE552E552DF6EDF5008E1FC0EDBCFEF :10727000E9FFFD0EDBCFEAFFEE6AED6ADF50E55273 :10728000E552E5CFDAFFE7CFD9FF1200D9CFE6FF0D :10729000DACFE6FFE1CFD9FFE2CFDAFF2F0EE1240C :1072A00002E3E168E652E16EFC0EDBCFE6FFFD0E85 :1072B000DBCFE6FFF9EC29F0E552E552DF6EDF5057 :1072C00003E0DF50A2EF41F0FC0EDBCFE9FFFD0E43 :1072D000DBCFEAFF040EE926000EEA22EF50800B16 :1072E00002E0DAEF40F0FC0EDBCFE9FFFD0EDBCF72 :1072F000EAFF200EE926000EEA22EE50ED1001E131 :1073000072D3D950F80FE96EFF0EDA20EA6EE86802 :10731000EE1801E0EAD1E868EE1801E0E6D1E8688D :10732000EE1801E0E2D1E868EE1801E0DED1FC0ED3 :10733000DBCFE9FFFD0EDBCFEAFF200EE926000ED2 :10734000EA221D0EEECFDBFF1E0EEDCFDBFFD95084 :107350001D0FE96E000EDA20EA6EEECFF3FFEDCFDF :10736000F4FF040EEE26000EEF22F3CFE9FFF4CF78 :10737000EAFF150EEECFDBFF160EEECFDBFF170E8A :10738000EECFDBFF180EEECFDBFF020EF36E190E11 :10739000F3CFDBFF1A0EDB6A1B0EDB6A1C0EDB6A07 :1073A000FC0EDBCFE9FFFD0EDBCFEAFF0E0EE92678 :1073B000000EEA22010EEECFDBFF020EEECFDBFF66 :1073C000030EEECFDBFF040EEECFDBFF010EDBCFB3 :1073D00021F0020EDBCF22F0030EDBCF23F0040EF0 :1073E000DBCF24F0215022102310241001E138D1EA :1073F000D950010FE96E000EDA20EA6E0D0EEECFC5 :10740000DBFF0E0EEECFDBFF0F0EEECFDBFF100E1D :10741000EECFDBFF090EDB6A0A0EDB6A0B0EDB6ABE :107420000C0EDB6AD950190FE96E000EDA20EA6EF5 :10743000020EEE26000EEE22EE22EE22D950010FB1 :10744000E96E000EDA20EA6E050EEECFDBFF060EC7 :10745000EECFDBFF070EEECFDBFF080EEECFDBFF3C :10746000D950090FE96E000EDA20EA6EEE2A000EFE :10747000EE22EE22EE22D950010FE96E000EDA2044 :10748000EA6EEECFE6FFEECFE6FFEECFE6FFEFCF00 :10749000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEECF10 :1074A000E6FFEFCFE6FF96EC0AF0216E060EE15CF8 :1074B00002E2E16AE552E16E2150010E3FC0DBFFBE :1074C000020E40C0DBFF030E41C0DBFF040E42C0D2 :1074D000DBFFD950010FE96E000EDA20EA6ED8808A :1074E000010EEE54000EEE54000EEE54000EEE545B :1074F00002E3CFEF40F0D950010FE96E000EDA2021 :10750000EA6EE868EE180BE1E868EE1808E1E86852 :10751000EE1805E1E868EE1802E1E8EF3FF0010E31 :10752000216E226A236A246AD950050FE96E000E83 :10753000DA20EA6EEE502126EE502222EE5023226F :10754000EE502422D950010FE96E000EDA20EA6EC7 :10755000EE50211808E1EE50221805E1EE502318F4 :1075600002E1EE50241801E169D7150EDBCF21F0BE :10757000160EDBCF22F0170EDBCF23F0180EDBCF79 :1075800024F0D950190FE96E000EDA20EA6EEE50A1 :10759000215CEE502258EE502358EE5024583CE324 :1075A000D9501D0FE96E000EDA20EA6EEECFF3FF20 :1075B000EDCFF4FF040EEE26000EEF22F3CFE9FF2D :1075C000F4CFEAFF090EDBCFEEFF0A0EDBCFEEFFB2 :1075D0000B0EDBCFEEFF0C0EDBCFEEFFD9501D0FF5 :1075E000E96E000EDA20EA6EEECFF3FFEDCFF4FF86 :1075F000040EEE26000EEF22F3CFE9FFF4CFEAFFF0 :107600000D0EDBCFEEFF0E0EDBCFEEFF0F0EDBCF4E :10761000EEFF100EDBCFEEFF010EDBCF21F0020EEE :10762000DBCF22F0030EDBCF23F0040EDBCF24F000 :10763000FC0EDBCFE9FFFD0EDBCFEAFFEE50EFCF14 :10764000EAFFE96E160EE926000EEA22EE50215CF2 :10765000EE502258EE502358EE50245801E2C8D67E :10766000FC0EDBCFE9FFFD0EDBCFEAFF200EE926A3 :10767000000EEA22EE50EFCFEAFFE96E190EDBCFE3 :10768000EEFF1A0EDBCFEEFF1B0EDBCFEEFF1C0E64 :10769000DBCFEEFF150EDBCF21F0160EDBCF22F095 :1076A000170EDBCF23F0180EDBCF24F0D950190FC3 :1076B000E96E000EDA20EA6EEE50215CEE502258A0 :1076C000EE502358EE5024580CE31D0EDBCFE9FF9B :1076D0001E0EDBCFEAFFEE6AEE6AEE6AEE6AA1EFFB :1076E00041F0110EDF6EA1EF41F0F80EDBCF21F07B :1076F000F90EDBCF22F0FA0EDBCF23F0FB0EDBCF4F :1077000024F0FC0EDBCFE9FFFD0EDBCFEAFF0A0E13 :10771000E926000EEA222150EE5C2250EE5823505A :10772000EE582450EE5816E2FC0EDBCFE9FFFD0EBA :10773000DBCFEAFF0A0EE926000EEA22F80EEECFB2 :10774000DBFFF90EEECFDBFFFA0EEECFDBFFFB0E19 :10775000EECFDBFFFC0EDBCFE9FFFD0EDBCFEAFF58 :10776000060EE926000EEA22F80EDBCFEEFFF90E38 :10777000DBCFEEFFFA0EDBCFEEFFFB0EDBCFEEFF33 :10778000F80EDBCF21F0F90EDBCF22F0FA0EDBCFC3 :1077900023F0FB0EDBCF24F0215022102310241005 :1077A00002E1A1EF41F0F80EDBCF25F0F90EDBCFBF :1077B00026F0FA0EDBCF27F0FB0EDBCF28F02506F4 :1077C000000E265A275A285A25C0E6FF26C0E6FF93 :1077D00027C0E6FF28C0E6FFFC0EDBCFE6FFFD0E6C :1077E000DBCFE6FF08EC14F0296E060EE15C02E246 :1077F000E16AE552E16E29503FC021F040C022F01D :1078000041C023F042C024F0FC0EDBCFE9FFFD0EA7 :10781000DBCFEAFF120EE926000EEA223FC0EEFFA0 :1078200022C0EEFF23C0EEFF24C0EEFFFC0EDBCF34 :10783000E9FFFD0EDBCFEAFF120EE926000EEA2279 :10784000EECFE6FFEECFE6FFEECFE6FFEFCFE6FFAF :10785000FC0EDBCFE9FFFD0EDBCFEAFFEECFE6FF4C :10786000EFCFE6FF06EC0AF0216E060EE15C02E2C5 :10787000E16AE552E16E2150110E3FC0DBFF120EAE :1078800040C0DBFF130E41C0DBFF140E42C0DBFF24 :10789000110EDBCF21F0120EDBCF22F0130EDBCF67 :1078A00023F0140EDBCF24F02150221023102410DB :1078B00002E1CFEF40F0F80EDBCF21F0F90EDBCF85 :1078C00022F0FA0EDBCF23F0FB0EDBCF24F02106F3 :1078D000000E225A235A245A090ED89024322332F9 :1078E00022322132E806F9E1FC0EDBCFE9FFFD0E82 :1078F000DBCFEAFFEE50EFCFEAFFE96E020EE9269A :10790000000EEA22EF04266A276A286AE850211648 :10791000265022162750231628502416D950110F0E :10792000E96E000EDA20EA6E2150EE262250EE2299 :107930002350EE222450EE22FC0EDBCFE9FFFD0E99 :10794000DBCFEAFF060EE926000EEA22EECF21F099 :10795000EECF22F0EECF23F0010E2216236A246A26 :10796000215022102310241002E1A1EF41F0110E4A :10797000DBCF25F0120EDBCF26F0130EDBCF27F086 :10798000140EDBCF28F0FC0EDBCFE9FFFD0EDBCFC2 :10799000EAFF160EE926000EEA222550EE1808E14D :1079A0002650EE1805E12750EE1802E12850EE1897 :1079B00002E1A1EF41F0FC0EDBCFE9FFFD0EDBCFD2 :1079C000EAFF160EE926000EEA22110EDBCFEEFFCB :1079D000120EDBCFEEFF130EDBCFEEFF140EDBCF6C :1079E000EEFFA1EF41F0F80EDBCF21F0F90EDBCF77 :1079F00022F0FA0EDBCF23F0FB0EDBCF24F0FC0EDF :107A0000DBCFE9FFFD0EDBCFEAFF0A0EE926000E11 :107A1000EA222150EE5C2250EE582350EE582450BA :107A2000EE5823E2FC0EDBCFE9FFFD0EDBCFEAFFD1 :107A3000040EE926000EEA22EF50020B16E1FC0EBE :107A4000DBCFE9FFFD0EDBCFEAFF0A0EE926000ED1 :107A5000EA22F80EEECFDBFFF90EEECFDBFFFA0ED7 :107A6000EECFDBFFFB0EEECFDBFFFC0EDBCFE9FF43 :107A7000FD0EDBCFEAFF060EE926000EEA222B0EF2 :107A8000EECFDBFF2C0EEECFDBFF2D0EEECFDBFFBC :107A90002E0EEECFDBFF270EDB6A280EDB6A290EE7 :107AA000DB6A2A0EDB6AFC0EDBCFE9FFFD0EDBCFC3 :107AB000EAFF060EE926000EEA22EE6AEE6AEE6A98 :107AC000EE6AF80EDBCF21F0F90EDBCF22F0FA0ED2 :107AD000DBCF23F0FB0EDBCF24F02150221023104C :107AE000241001E18BD3FC0EDBCFE9FFFD0EDBCFD1 :107AF000EAFFEE50EFCFEAFFE96E020EE926000E34 :107B0000EA22EFCF3FF0406A416A426A446A020EBD :107B1000456E466A476A5BEC70F0230E3BC0DBFFA4 :107B2000240E3CC0DBFF250E3DC0DBFF260E3EC011 :107B3000DBFFD9502B0FE96E000EDA20EA6ED880F9 :107B4000000EEE54000EEE54000EEE54000EEE54F5 :107B500001E3D7D02B0EDBCF29F02C0EDBCF2AF0A0 :107B60002D0EDBCF2BF02E0EDBCF2CF02906000ED6 :107B70002A5A2B5A2C5A29C03FF02AC040F02BC059 :107B800041F02CC042F0230EDBCF44F0240EDBCFBB :107B900045F0250EDBCF46F0260EDBCF47F0B8ECE4 :107BA00070F03FC025F040C026F041C027F042C031 :107BB00028F0F80EDBCF21F0F90EDBCF22F0FA0E21 :107BC000DBCF23F0FB0EDBCF24F02106000E225A80 :107BD000235A245A21C03FF022C040F023C041F074 :107BE00024C042F0230EDBCF44F0240EDBCF45F05F :107BF000250EDBCF46F0260EDBCF47F0B8EC70F059 :107C000025503F5C26504058275041582850425834 :107C100001E277D02B0EDBCF21F02C0EDBCF22F050 :107C20002D0EDBCF23F02E0EDBCF24F02106000E2D :107C3000225A235A245A230EDBCF25F0240EDBCF01 :107C400026F0250EDBCF27F0260EDBCF28F0250609 :107C5000000E265A275A285A251E261E271E281E81 :107C60002550211626502216275023162850241658 :107C7000FC0EDBCFE9FFFD0EDBCFEAFF060EE926A7 :107C8000000EEA2221C0EEFF22C0EEFF23C0EEFF6D :107C900024C0EEFFFC0EDBCFE9FFFD0EDBCFEAFFD9 :107CA000060EE926000EEA22EECF21F0EECF22F0FA :107CB000EECF23F0EFCF24F0D950F80FE96EFF0E8E :107CC000DA20EA6E2150EE5E2250EE5A2350EE5A30 :107CD0002450EE5AFC0EDBCFE9FFFD0EDBCFEAFFAE :107CE000120EE926000EEA221F0EEECFDBFF200E59 :107CF000EECFDBFF210EEECFDBFF220EEECFDBFF60 :107D00009AD0FC0EDBCFE9FFFD0EDBCFEAFF0E0EB3 :107D1000E926000EEA221F0EEECFDBFF200EEECF8B :107D2000DBFF210EEECFDBFF220EEECFDBFF1F0EBF :107D3000DBCF21F0200EDBCF22F0210EDBCF23F0B2 :107D4000220EDBCF24F021502210231024105DE1FD :107D5000E66AE66AE66AE66AFC0EDBCFE9FFFD0E3C :107D6000DBCFEAFFEECFE6FFEFCFE6FF50EC11F0FE :107D7000216E060EE15C02E2E16AE552E16E2150FD :107D80001F0E3FC0DBFF200E40C0DBFF210E41C0B5 :107D9000DBFF220E42C0DBFFD9501F0FE96E000E41 :107DA000DA20EA6E010EEE1807E1EE5005E1EE5022 :107DB00003E1EE5001E1F3D1D9501F0FE96E000E3F :107DC000DA20EA6EE868EE180AE1E868EE1807E1E2 :107DD000E868EE1804E1E868EE1801E1F9D0FC0E5D :107DE000DBCFE9FFFD0EDBCFEAFF0E0EE926000E2A :107DF000EA221F0EDBCFEEFF200EDBCFEEFF210EBF :107E0000DBCFEEFF220EDBCFEEFFFC0EDBCFE9FF78 :107E1000FD0EDBCFEAFF120EE926000EEA221F0E4E :107E2000DBCFEEFF200EDBCFEEFF210EDBCFEEFF30 :107E3000220EDBCFEEFF1F0EDBCF21F0200EDBCFBB :107E400022F0210EDBCF23F0220EDBCF24F02150D5 :107E500022102310241001E1D1D1230EDBCF21F019 :107E6000240EDBCF22F0250EDBCF23F0260EDBCF56 :107E700024F0D950F80FE96EFF0EDA20EA6EEE50CA :107E8000215CEE502258EE502358EE50245801E366 :107E900020D1FC0EDBCFE9FFFD0EDBCFEAFF040EA5 :107EA000E926000EEA22EF50020B52E0D9501F0FD4 :107EB000E96E000EDA20EA6EEECFE6FFEECFE6FFC7 :107EC000EECFE6FFEFCFE6FFFC0EDBCFE9FFFD0EC6 :107ED000DBCFEAFFEECFE6FFEFCFE6FF50EC11F08D :107EE000216E060EE15C02E2E16AE552E16E21508C :107EF0001F0E3FC0DBFF200E40C0DBFF210E41C044 :107F0000DBFF220E42C0DBFF1F0EDBCF21F0200E75 :107F1000DBCF22F0210EDBCF23F0220EDBCF24F0CB :107F2000215022102310241041E1D950230FE96E73 :107F3000000EDA20EA6EF80EEECFDBFFF90EEECF80 :107F4000DBFFFA0EEECFDBFFFB0EEECFDBFFC1D087 :107F5000D9501F0FE96E000EDA20EA6EEECFE6FF71 :107F6000EECFE6FFEECFE6FFEFCFE6FFFC0EDBCF76 :107F7000E9FFFD0EDBCFEAFFEECFE6FFEFCFE6FF36 :107F800096EC0AF0216E060EE15C02E2E16AE5522F :107F9000E16E21501F0E3FC0DBFF200E40C0DBFF13 :107FA000210E41C0DBFF220E42C0DBFFD9501F0F64 :107FB000E96E000EDA20EA6EE868EE1816E1E8686D :107FC000EE1813E1E868EE1810E1E868EE180DE12C :107FD000FC0EDBCFE9FFFD0EDBCFEAFF040EE92646 :107FE000000EEA22EF8E010EADD1D9501F0FE96EBF :107FF000000EDA20EA6ED880010EEE54000EEE5428 :10800000000EEE54000EEE5401E3C9D01F0EDBCF7C :1080100021F0200EDBCF22F0210EDBCF23F0220E49 :10802000DBCF24F0FC0EDBCFE9FFFD0EDBCFEAFF58 :10803000EE50EFCFEAFFE96E160EE926000EEA22B7 :10804000EE50215CEE502258EE502358EE5024584A :1080500001E3A5D0FC0EDBCFE9FFFD0EDBCFEAFF8D :10806000120EE926000EEA221F0EDBCFEEFF200ED5 :10807000DBCFEEFF210EDBCFEEFF220EDBCFEEFFDC :10808000FC0EDBCFE9FFFD0EDBCFEAFF060EE92693 :10809000000EEA22230EDB50EE26240EDB50EE22E9 :1080A000250EDB50EE22260EDB50EE22D950F80FC3 :1080B000E96EFF0EDA20EA6E230EDB50EE5E240E30 :1080C000DB50EE5A250EDB50EE5A260EDB50EE5AF0 :1080D000C4D6FC0EDBCFE9FFFD0EDBCFEAFF060EB8 :1080E000E926000EEA22F80EDB50EE26F90EDB50F0 :1080F000EE22FA0EDB50EE22FB0EDB50EE22F80EE3 :10810000DBCF21F0F90EDBCF22F0FA0EFB0E010ED1 :108110002216236A246A21502210231024106EE0B4 :10812000D9501F0FE96E000EDA20EA6EEECFE6FF9F :10813000EECFE6FFEECFE6FFEFCFE6FFFC0EDBCFA4 :10814000E9FFFD0EDBCFEAFFEECFE6FFEFCFE6FF64 :1081500006EC0AF0216E060EE15C02E2E16AE552ED :10816000E16E2150270E3FC0DBFF280E40C0DBFF31 :10817000290E41C0DBFF2A0E42C0DBFF270EDBCFFA :1081800021F0280EDBCF22F0290EDBCF23F02A0EC0 :10819000DBCF24F021502210231024100DE1FC0E1F :1081A000DBCFE9FFFD0EDBCFEAFF040EE926000E70 :1081B000EA22EF8E020EC6D0F80EDBCF21F0F90EC8 :1081C000DBCF22F0FA0EDBCF23F0FB0EDBCF24F067 :1081D000090ED8902432233222322132E806F9E106 :1081E000D950270FE96E000EDA20EA6E2150EE26F4 :1081F0002250EE222350EE222450EE22FC0EDBCF42 :10820000E9FFFD0EDBCFEAFF060EE926000EEA22AB :10821000EECF21F0EECF22F0010E2216236A246A5F :10822000215022102310241038E0270EDBCF25F038 :10823000280EDBCF26F0290EDBCF27F02A0EDBCF6E :1082400028F0FC0EDBCFE9FFFD0EDBCFEAFF160EB8 :10825000E926000EEA222550EE1808E12650EE1815 :1082600005E12750EE1802E12850EE1816E0FC0E4A :10827000DBCFE9FFFD0EDBCFEAFF160EE926000E8D :10828000EA22270EDBCFEEFF280EDBCFEEFF290E12 :10829000DBCFEEFF2A0EDBCFEEFFFC0EDBCFE9FFDC :1082A000FD0EDBCFEAFF0A0EE926000EEA22EECF32 :1082B00021F0EECF22F0EECF23F0EFCF24F0FC0E32 :1082C000DBCFE9FFFD0EDBCFEAFF060EE926000E4D :1082D000EA22EE50215CEE502258EE502358EE5028 :1082E00024582FE2FC0EDBCFE9FFFD0EDBCFEAFFC7 :1082F000060EE926000EEA22EECF21F0EECF22F0A4 :10830000EECF23F0EFCF24F0FC0EDBCFE9FFFD0E24 :10831000DBCFEAFF0A0EE926000EEA2221C0EEFFBB :1083200022C0EEFF23C0EEFF24C0EEFFFC0EDBCF29 :10833000E9FFFD0EDBCFEAFF040EE926000EEA227C :10834000EF8ADF50216E2F0EE15C02E2E16AE55216 :10835000E16E2150E552E5CFDAFFE7CFD9FF1200F9 :10836000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFE0 :108370000F0EE12402E3E168E652E16ED950FC0FF2 :10838000E96EFF0EDA20EA6EEE50ED1002E1090E02 :10839000EDD0E66AFC0EDBCFE9FFFD0EDBCFEAFF96 :1083A000E9CF21F0EACF22F0E9CFE6FFEACFE6FFFE :1083B000D950FA0FE66EFF0EDA20E66EC6EC22F018 :1083C000236E050EE15C02E2E16AE552E16E2350A4 :1083D000DF6EFC0EDBCFE9FFFD0EDBCFEAFF010E07 :1083E000EECFDBFF020EEDCFDBFFDF5001E0B5D0BB :1083F000D950030F216E000EDA20226EFC0EDBCF67 :10840000E9FFFD0EDBCFEAFF140EE926000EEA229B :1084100021C0EEFF22C0EDFFFA0EDBCFE6FFFB0E20 :10842000DBCFE6FFFC0EDBCFE6FFFD0EDBCFE6FF8A :108430001DEC21F0E552E552E552E552DF6EDF50CA :1084400001E084D0FC0EDBCFE9FFFD0EDBCFEAFFBD :10845000120EE926000EEA22EE50ED104AE0FC0E64 :10846000DBCFE9FFFD0EDBCFEAFF120EE926000E9F :10847000EA22EE50EFCFEAFFE96E0B0EE926000E7E :10848000EA22EF50100B33E0FC0EDBCFE9FFFD0ECC :10849000DBCFEAFF120EE926000EEA22EECFE6FF5E :1084A000EFCFE6FF010EDBCFE6FF020EDBCFE6FFEC :1084B00037EC1BF0E552E552E552E55240C022F0A0 :1084C00041C023F042C024F0FC0EDBCFE9FFFD0EDB :1084D000DBCFEAFF060EE926000EEA223FC0EEFFE0 :1084E00022C0EEFF23C0EEFF24C0EEFF02D0050E37 :1084F000DF6EDF502BE1010EDBCFE9FF020EDBCF99 :10850000EAFF060EE926000EEA22EECF21F0EFCFB9 :1085100022F0FC0EDBCFE9FFFD0EDBCFEAFF020EFF :10852000E926000EEA2221C0EEFF22C0EDFFE66E32 :10853000E66AFC0EDBCFE6FFFD0EDBCFE6FFFEECCE :1085400014F0E552E552E552E552DF6E040EDF5CB1 :1085500002E1050EDF6EDF5008E0FC0EDBCFE9FF25 :10856000FD0EDBCFEAFFEE6AED6ADF50216E0F0EE3 :10857000E15C02E2E16AE552E16E2150E552E5CFAD :10858000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF57 :10859000E1CFD9FFE2CFDAFF0D0EE12402E3E1687B :1085A000E652E16EFC0EDBCFE6FFFD0EDBCFE6FF11 :1085B000F9EC29F0E552E552DF6EDF5001E085D09D :1085C000D950FA0FE96EFF0EDA20EA6EEE50ED1088 :1085D00011E1000EE66EE66AFC0EDBCFE6FFFD0E53 :1085E000DBCFE6FFFEEC14F0E552E552E552E55232 :1085F000DF6E6BD0D950010F216E000EDA20226E93 :10860000FC0EDBCFE9FFFD0EDBCFEAFF140EE926FF :10861000000EEA2221C0EEFF22C0EDFFE66EE66A00 :10862000FC0EDBCFE6FFFD0EDBCFE6FFA5EC1CF07A :10863000E552E552E552E552DF6E040EDF5C0FE1D4 :10864000FC0EDBCFE9FFFD0EDBCFEAFF0E0EE926C5 :10865000000EEA22EE6AEE6AEE6AEE6ADF6ADF5028 :1086600034E1FA0EDBCFE6FFFB0EDBCFE6FFFC0EBC :10867000DBCFE6FFFD0EDBCFE6FFBCEC1FF0E552E3 :10868000E552E552E552000EE66EE66AFC0EDBCFDF :10869000E6FFFD0EDBCFE6FF6EEC17F0E552E5528C :1086A000E552E552DF6E040EDF5C0FE1FC0EDBCF1E :1086B000E9FFFD0EDBCFEAFF0E0EE926000EEA22EF :1086C000EE6AEE6AEE6AEE6ADF6ADF50216E0D0E28 :1086D000E15C02E2E16AE552E16E2150E552E5CF4C :0886E000DAFFE7CFD9FF120019 :0886E800D9CFE6FFDACFE6FF6F :1086F000E1CFD9FFE2CFDAFFE652E652E652E65288 :10870000E652D950030FE66E000EDA20E66E100E28 :10871000E66EE66A000EE66E0B0EE66EB00EE66ED4 :10872000060EE66E9CEC2DF0216E080EE15C02E276 :10873000E16AE552E16E2150DF6EDF5001E0A0D02A :10874000030EDBCF21F0040EDBCF22F0100E215CF4 :10875000000E225801E294D00B01005103E0FF0EFD :10876000005D48E10C513AE10D5138E10E5136E11E :108770000F5134E10251E66ED950010FE96E000E3F :10878000DA20EA6EE552E750EE6EED6A03CB21F097 :1087900003CB22F0216AD950010FE96E000EDA20D6 :1087A000EA6E2150EE122250ED12010EDBCF21F0C5 :1087B000020EDBCF22F0100E215C000E22580EE3D9 :1087C000D950010FE96E000EDA20EA6E000ED88053 :1087D000EE54400EED5402E3010E5DD0780E0C5DB8 :1087E00009E1560E0D5D06E1340E0E5D03E1120E39 :1087F0000F5D46E0005105E1FE0E015D02E1030E52 :108800004AD0E668210EE66EE66AE66AB00EE66ECB :10881000060EE66E46EC39F0216E060EE15C02E2D1 :10882000E16AE552E16E2150DF6EDF501CE1D95064 :10883000030FE66E000EDA20E66E080EE66EE66ABC :10884000000EE66E0B0EE66EB00EE66E060EE66EDF :108850009CEC2DF0216E080EE15C02E2E16AE5522B :10886000E16E2150DF6EDF500BE1030EDBCF21F014 :10887000040EDBCF22F0080E215C000E225802E22B :10888000000E09D00B01005103E0FF0E005D02E174 :10889000020E01D0030E216E050EE15C02E2E16AD8 :1088A000E552E16E2150E552E5CFDAFFE7CFD9FF7F :1088B0001200D9CFE6FFDACFE6FFE1CFD9FFE2CF52 :1088C000DAFFE652E652E652E652166AD950FB0F3C :1088D000E96EFF0EDA20EA6EEE50ED1006E1FD0EB5 :1088E000DB500001B75D01E121D1FF0E0001B75D52 :1088F0000AE0B00EE66E060EE66E21EC39F0E552A7 :10890000E5520001B769D950FB0FE96EFF0EDA207E :10891000EA6EEE50ED1028E0FB0EDBCFE9FFFC0E17 :10892000DBCFEAFFEF5020E0FB0EDBCFE6FFFC0ED3 :10893000DBCFE6FFFD0EDB50190DF3CFE9FFF4CFDF :10894000EAFF520EE926090EEA22EE52E9CF21F0A3 :10895000EACF22F0E9CFE6FFEACFE6FFBCEC6EF00B :10896000E552E552E552E552010EE66EFD0EDB5092 :10897000190DF3CFE9FFF4CFEAFF520EE926090EF5 :10898000EA22EE52E9CF21F0EACF22F0E9CFE6FF6A :10899000EACFE6FFB00EE66E060EE66EB6EC2AF003 :1089A000236E050EE15C02E2E16AE552E16E2350BE :1089B000E76E030EE7CFDBFFDB5002E0180E48D076 :1089C000FD0EDBCFB7F0D950FB0FE96EFF0EDA20BA :1089D000EA6EEE50ED1001E1A9D0FD0EDBCFE6FF0F :1089E00083DEE552E66EFD0EDB50190DF3CFE9FF95 :1089F000F4CFEAFF520EE926090EEA22E552E750CB :108A0000EF6EE66AE66AE66AE66AB00EE66E060EA3 :108A1000E66E46EC39F0216E060EE15C02E2E16A98 :108A2000E552E16E2150FD0EDB50190DF3CFE9FF49 :108A3000F4CFEAFF520EE926090EEA22EF50030AAC :108A40003DE0010A21E0030A05E0010A54E1080EB5 :108A5000166E6CD0D950020FE66E000EDA20E66E6C :108A6000D950010FE66E000EDA20E66ED9CFE6FF90 :108A7000DACFE6FFFD0EDBCFE6FF9EEC49F0216E7C :108A8000070EE15C36E233D0D950020FE66E000EDD :108A9000DA20E66ED950010FE66E000EDA20E66E9F :108AA000D9CFE6FFDACFE6FFFD0EDBCFE6FF42ECE3 :108AB0004EF0216E070EE15C1CE219D0D950020F76 :108AC000E66E000EDA20E66ED950010FE66E000E5B :108AD000DA20E66ED9CFE6FFDACFE6FFFD0EDBCF78 :108AE000E6FFB8EC51F0216E070EE15C02E2E16AAC :108AF000E552E16E2150DFCF00FB010EDBCF01FB21 :108B0000020EDBCF02FB0B01010E036FFD0EDB50EB :108B1000190DF3CFE9FFF4CFEAFF520EE926090E53 :108B2000EA22EFCF04FB050E176E186A040EE15C13 :108B300002E2E16AE552E16EE552E5CFDAFFE7CF06 :108B4000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF98 :108B5000E2CFDAFFE65200CBDFFFDF50070850E339 :108B6000196A0B010151010A0AE0010A69E1020ECA :108B7000E66E0B0EE66EDFCFE6FF9BDE5ED0DF50CB :108B80000001B75D2AE0000EE66EE66ADFCFE6FF81 :108B900090DEE552E552E552DF50190DF3CFE9FFC3 :108BA000F4CFEAFF520EE926090EEA22EF0413E1A0 :108BB000DF50190DF3CFE9FFF4CFEAFF520EE9269B :108BC000090EEA220E0EE926000EEA22020EE9261E :108BD000000EEA22EF68165033E1DF50190DF3CF93 :108BE000E9FFF4CFEAFF520EE926090EEA22EF5020 :108BF000030A1BE0010A10E0030A05E0010A20E174 :108C0000050E166E1DD003CBE6FF02CBE6FFDFCFCD :108C1000E6FF62EC4AF011D003CBE6FF02CBE6FFA1 :108C2000DFCFE6FFC1EC50F008D003CBE6FF02CB6C :108C3000E6FFDFCFE6FFDEEC51F0E552E552E5520C :108C4000E552E552E5CFDAFFE7CFD9FF1200D9CFE1 :108C5000E6FFDACFE6FFE1CFD9FFE2CFDAFF070E7A :108C6000E12402E3E168E652E16EFD0EDB50190DEE :108C7000F3CFE9FFF4CFEAFF520EE926090EEA220C :108C80000E0EE926000EEA22E9CFDEFFEACFDDFF75 :108C9000FC0EDB50E66ED950020FE96E000EDA20B2 :108CA000EA6EE552E750EE6EED6ADECFE9FFDDCF0A :108CB000EAFF040EE926000EEA22EF500CE1D9503B :108CC000020FE96E000EDA20EA6E010ED890EE3641 :108CD000ED36E806FBE1FB0EDB50216E226AD9502F :108CE000020FE96E000EDA20EA6E2150EE262250C5 :108CF000ED22020EDBCF21F0030EDBCF22F0236A40 :108D0000246ADECFE9FFDDCFEAFF070EE926000E79 :108D1000EA2221C0EEFF22C0EEFF23C0EEFF24C0F6 :108D2000EEFFDECFE9FFDDCFEAFFEECF21F0EFCFA0 :108D300022F0236A246ADECFE9FFDDCFEAFF070EC7 :108D4000E926000EEA2221C044F022C045F023C0EB :108D500046F024C047F0EECF3FF0EECF40F0EECF2C :108D600041F0EFCF42F05BEC70F03EC0EDFF3DC054 :108D7000EDFF3CC0EDFF3BC0EFFFDECFE9FFDDCFF5 :108D8000EAFF070EE926000EEA22100EEE26000E7C :108D9000EE22EE22EE22DECFE9FFDDCFEAFF070E64 :108DA000E926000EEA22EECFE6FFEECFE6FFEECF99 :108DB000E6FFEFCFE6FFB00EE66E060EE66E46EC7F :108DC00039F0216E060EE15C02E2E16AE552E16EE5 :108DD0002150E76E040EE7CFDBFFDB501FE1D950D7 :108DE000050FE66E000EDA20E66E800EE66EE66A8D :108DF000D20EE66E060EE66EB00EE66E060EE66E5D :108E00009CEC2DF0216E080EE15C02E2E16AE55275 :108E1000E16E2150E76E040EE7CFDBFF040EDB505E :108E20000BE1050EDBCF21F0060EDBCF22F0800E2A :108E3000215C000E225803E2050E166E17D0DECF1D :108E4000E9FFDDCFEAFF020EE926000EEA22FC0E62 :108E5000DBCFEFFFDECFE9FFDDCFEAFF030EE92630 :108E6000000EEA22FB0EDBCFEFFF166A1650226AD5 :108E700016C0F3FF22C0F4FF070EE15C02E2E16AD4 :108E8000E552E16EE552E5CFDAFFE7CFD9FF1200F8 :108E9000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFA5 :108EA0000F0EE12402E3E168E652E16EFD0EDB50B5 :108EB000190DF3CFE9FFF4CFEAFF520EE926090EB0 :108EC000EA220E0EE926000EEA22E9CFDEFFEACF03 :108ED000DDFFFB0EDBCFE9FFFC0EDBCFEAFF010E6F :108EE000EF6EF90EDBCFE9FFFA0EDBCFEAFF010EE2 :108EF000EF6EDECFE9FFDDCFEAFFEECF21F0EFCF5F :108F000022F0070E21C0DBFF080E22C0DBFF090E96 :108F1000DB6A0A0EDB6AD950070FE96E000EDA2011 :108F2000EA6E100EEE26000EEE22EE22EE22D95050 :108F3000070FE96E000EDA20EA6EEECFE6FFEECF05 :108F4000E6FFEECFE6FFEFCFE6FFB00EE66E060ED1 :108F5000E66E46EC39F0216E060EE15C02E2E16A53 :108F6000E552E16E2150E76E060EE7CFDBFFDB50E6 :108F70001FE1D9500D0FE66E000EDA20E66E800E6E :108F8000E66EE66AD20EE66E060EE66EB00EE66E8F :108F9000060EE66E9CEC2DF0216E080EE15C02E2FE :108FA000E16AE552E16E2150E76E060EE7CFDBFF86 :108FB000060EDB500CE00D0EDBCF21F00E0EDBCFEA :108FC00022F0800E215C000E225801E2ABD1DECFF0 :108FD000E9FFDDCFEAFF060EE926000EEA22EF6A7E :108FE000020EDB6A400EF36E020EDBCFF4FFF3508D :108FF000F45C01E3FED0020EDB28EA6AD20FE96ED0 :10900000060EEA22EFCF23F023C024F0236A020EDB :10901000DB50EA6AD20FE96E060EEA22EF50000139 :109020002324216E000E2420226E0B0E21C0DBFFB4 :109030000C0E22C0DBFFD9500B0FE96E000EDA20B8 :10904000EA6EEE50ED1001E1D4D00C0EDB50800B37 :1090500002E0010E01D0000EE76E050EE7CFDBFF48 :10906000D9500B0FE96E000EDA20EA6EEE523F0E79 :10907000ED16DECFE9FFDDCFEAFF060EE926000E92 :10908000EA22EF2A050EDB5007E0F90EDBCFE9FFFD :10909000FA0EDBCFEAFFEF6ADECFE9FFDDCFEAFFB2 :1090A000050EE926000EEA22EF5005E1050EDB5021 :1090B00002E1000E01D0010E000902E0010E01D014 :1090C000020EE76E040EE7CFDBFF0B0EDBCF21F0C5 :1090D0000C0EDBCF22F0236A246AD950070FE96E09 :1090E000000EDA20EA6EEE502126EE502222EE50DB :1090F0002322EE50242221C0E6FF22C0E6FF23C037 :10910000E6FF24C0E6FFB00EE66E060EE66E46EC05 :1091100039F0256E060EE15C02E2E16AE552E16E8D :109120002550E76E060EE7CFDBFFDB501FE1D9507D :109130000D0FE66E000EDA20E66E0E0EE66EE66AA3 :10914000000EE66E0B0EE66EB00EE66E060EE66ED6 :109150009CEC2DF0216E080EE15C02E2E16AE55222 :10916000E16E2150E76E060EE7CFDBFF060EDB5007 :1091700040E10D0EDBCF21F00E0EDBCF22F0215CA3 :10918000000E225836E3030EDB6ADB50EA6A000F5A :10919000E96E0B0EEA22EF50FE0821E1030EDBCF51 :1091A000E7FF040EDB50E726030EE7CFDBFFDBCF44 :1091B000E7FF040EDB50E726030EE7CFDBFFDB50B3 :1091C000EA6A000FE96E0B0EEA22EF50010B07E08E :1091D000FB0EDBCFE9FFFC0EDBCFEAFFEF6A020EEE :1091E000216EDBCFE7FFE850E726020EE7CFDBFF7B :1091F000F9D6DECFE9FFDDCFEAFF060EE926000E45 :10920000EA22EF506BE1E66AE66AFD0EDBCFE6FF8D :109210001EDDE552E552E552020EDB6A400EF36EAA :10922000020EDBCFF4FFF350F45C58E2020EDB28B1 :10923000EA6AD20FE96E060EEA22EFCF23F023C0CE :1092400024F0236A020EDB50EA6AD20FE96E060EA2 :10925000EA22EF502324216E000E2420226E0B0EF2 :1092600021C0DBFF0C0E22C0DBFFD9500B0FE96ED3 :10927000000EDA20EA6EEE50ED1030E00C0EDB50FE :10928000800B02E0010E01D0000EE76E050EE7CF65 :10929000DBFFD9500B0FE96E000EDA20EA6EEE52BA :1092A0003F0EED16DECFE9FFDDCFEAFF060EE92621 :1092B000000EEA22EF2A050EDB5007E0F90EDBCFA5 :1092C000E9FFFA0EDBCFEAFFEF6A020EDBCFE7FF22 :1092D000E850E726020EE7CFDBFFA0D7DECFE9FF9D :1092E000DDCFEAFF050EE926000EEA22EF5008E086 :1092F000F90EDBCFE9FFFA0EDBCFEAFF010EEF6ECE :10930000DECFE9FFDDCFEAFF040EE926000EEA22F8 :10931000EF5008E0FB0EDBCFE9FFFC0EDBCFEAFFEE :10932000010EEF6E0F0EE15C02E2E16AE552E16EC2 :10933000E552E5CFDAFFE7CFD9FF1200D9CFE6FF3C :10934000DACFE6FFE1CFD9FFE2CFDAFFE652E6520D :10935000E652E652E652FD0EDB50190DF3CFE9FF5F :10936000F4CFEAFF520EE926090EEA220E0EE92694 :10937000000EEA22E9CF21F0EACF22F0E9CFDEFFAA :10938000EACFDDFFD950030FE66E000EDA20E66E5D :10939000100EE66EE66AD20EE66E060EE66EB00EB1 :1093A000E66E060EE66E9CEC2DF0216E080EE15C7A :1093B00002E2E16AE552E16E2150E76E020EE7CF6C :1093C000DBFFDB500BE1030EDBCF21F0040EDBCF24 :1093D00022F0100E215C000E225803E2050E166EDC :1093E00065D00601D305E66EFB0EDBCFE9FFFC0E70 :1093F000DBCFEAFFE552E750EF6E100ED615E66EB2 :10940000DECFE9FFDDCFEAFF040EE926000EEA22F7 :10941000E552E750EF6E400ED615E66EDECFE9FF5F :10942000DDCFEAFF050EE926000EEA22E552E750FD :10943000EF6ED5C623F0D5C624F0236AD4510001BF :109440002310216ED5C622F0DECFE9FFDDCFEAFF83 :10945000EE6E22C0EDFFDECFE9FFDDCFEAFF020EA8 :10946000E926000EEA22EF68DECFE9FFDDCFEAFF52 :10947000030EE926000EEA22EF68F70EDBCFE6FFC7 :10948000F80EDBCFE6FFF90EDBCFE6FFFA0EDBCFFF :10949000E6FFFD0EDBCFE6FFFBDC216E050EE15C97 :1094A00002E2E16AE552E16E2150166A050EE15CC6 :1094B00002E2E16AE552E16EE552E5CFDAFFE7CF7D :1094C000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF0F :1094D000E2CFDAFF130EE12402E3E168E652E16E27 :1094E000FD0EDB50190DF3CFE9FFF4CFEAFF520E6A :1094F000E926090EEA220E0EE926000EEA22EACF3C :1095000022F0E9CFDEFFEACFDDFFDECFE9FFDDCFDE :10951000EAFF060EE926000EEA22EF50F36EFB0E7C :10952000DBCFF4FFF350F45C02E2000E01D0010E39 :10953000E76E020EE7CFDBFFDB5010E0DECFE9FF86 :10954000DDCFEAFF060EE926000EEA22FB0EDBCF96 :10955000E7FFEF50E75EFB0EE7CFDBFFDECFE9FF73 :10956000DDCFEAFF020EE926000EEA22EFCF21F05E :10957000FC0EDB50215C0EE1DECFE9FFDDCFEAFF20 :10958000030EE926000EEA22EFCF22F0020EDB5096 :10959000225C14E0020EDBCFE6FFFC0EDBCFE6FF21 :1095A000FD0EDBCFE6FF27EC46F0E552E552E55233 :1095B000120EF3CFDBFFDB5001E056D3060EDB6A61 :1095C000400EF36E060EDBCFF4FFF350F45C01E3C4 :1095D0004BD3060EDB28EA6AD20FE96E060EEA22AA :1095E000EFCF23F023C024F0236A060EDB50EA6A93 :1095F000D20FE96E060EEA22EF5000012324216EFD :10960000000E2420226E030E21C0DBFF040E22C0B8 :10961000DBFFD950030FE96E000EDA20EA6EEE5040 :10962000ED1001E121D3040EDB50800B02E0010EAE :1096300001D0000EE76E050EE7CFDBFFD950030F18 :10964000E96E000EDA20EA6EEE523F0EED16DECF26 :10965000E9FFDDCFEAFF050EE926000EEA22EF5012 :1096600005E1050EDB5002E1000E01D0010E0009FC :1096700002E0010E01D0020EE76E090EE7CFDBFF1C :10968000030EDBCF21F0040EDBCF22F0236A246A25 :10969000DECFE9FFDDCFEAFF070EE926000EEA2262 :1096A000EE502126EE502222EE502322EE502422AC :1096B00021C0E6FF22C0E6FF23C0E6FF24C0E6FF8C :1096C000B00EE66E060EE66E46EC39F0256E060E1E :1096D000E15C02E2E16AE552E16E2550E76E120EAE :1096E000E7CFDBFFDB501FE1D950100FE66E000E15 :1096F000DA20E66E0E0EE66EE66A000EE66E0B0EE1 :10970000E66EB00EE66E060EE66E9CEC2DF0216E57 :10971000080EE15C02E2E16AE552E16E2150E76E7B :10972000120EE7CFDBFF120EDB5001E09DD2100ED0 :10973000DBCF21F0110EDBCF22F00E0E215C000EEC :10974000225801E291D2070EDB6ADB50EA6A000F71 :10975000E96E0B0EEA22EF50FE0801E07AD2070E06 :10976000DBCFE7FF090EDB50E726070EE7CFDBFF75 :10977000DB50EA6A000FE96E0B0EEA22EFCF21F010 :10978000FC0EDB50215C01E064D2070EDBCFE7FF6B :10979000090EDB50E726070EE7CFDBFFDB50EA6A56 :1097A000000FE96E0B0EEA22EF50010B216E020E44 :1097B000DB50215C01E04DD2070EDBCFE7FF090E45 :1097C000DB50E726070EE7CFDBFFDB50EA6A000F2E :1097D000E96E0B0EEA22EFCF21F0FB0EDB50215C8D :1097E00001E037D2070EDBCFE7FF090EDB50E7269B :1097F000070EE7CFDBFFDBCFE7FF090EDB50E726E5 :10980000070EE7CFDBFFDBCFE7FF090EDB50E726D4 :10981000070EE7CFDBFFDBCFE7FF090EDB50E726C4 :10982000070EE7CFDBFF050EDB5002E02B0E01D069 :109830001E0EE76E0E0EE7CFDBFFDBCFE7FF090E54 :10984000DB50E7020E0EF3CFDBFF070EDB50E76EB7 :10985000030EDBCF21F0040EDBCF22F0E7502126F0 :10986000000E2222236A246ADECFE9FFDDCFEAFF61 :10987000070EE926000EEA22EE502126EE502222A3 :10988000EE502322EE50242221C0E6FF22C0E6FF44 :1098900023C0E6FF24C0E6FFB00EE66E060EE66EBD :1098A00046EC39F0256E060EE15C02E2E16AE55213 :1098B000E16E2550E76E120EE7CFDBFFDB5020E1B3 :1098C000D950100FE66E000EDA20E66E0E0EDBCFDA :1098D000E6FFE66A000EE66E0B0EE66EB00EE66E72 :1098E000060EE66E9CEC2DF0216E080EE15C02E2A5 :1098F000E16AE552E16E2150E76E120EE7CFDBFF21 :10990000120EDB5001E0B0D1100EDBCF21F0110EB2 :10991000DBCF22F00E0EDB50246AE850215C24508D :10992000225801E2A1D10F0EDB68080EDB6A0E0E91 :10993000DB50F36E080EDBCFF4FFF350F45C2CE247 :10994000F80E216E080EDB50EA6A000FE96E0B0E6E :10995000EA22EF50D880215415E3080EDB50EA6A62 :10996000000FE96E0B0EEA22EF50FB080BE3080E26 :10997000DB50EA6A000FE96E0B0EEA220F0EEFCF02 :10998000DBFF0AD0080EDBCFE7FF090EDB50E7262E :10999000080EE7CFDBFFCBD70F0EDB50FF0801E14E :1099A00063D1080EDBCFE7FF090EDB50E726080E78 :1099B000E7CFDBFF070EDB50E76E030EDBCF25F0B2 :1099C000040EDBCF26F0E7502526000E2622080ED7 :1099D000DB5000012524216E000E2620226E236A12 :1099E000246ADECFE9FFDDCFEAFF070EE926000E8D :1099F000EA22EE502126EE502222EE502322EE5093 :109A0000242221C0E6FF22C0E6FF23C0E6FF24C0D7 :109A1000E6FFB00EE66E060EE66E46EC39F0276EF7 :109A2000060EE15C02E2E16AE552E16E2750E76E64 :109A3000120EE7CFDBFFDB5001E016D1090EDB048D :109A400020E1D950100FE66E000EDA20E66EE66ACD :109A5000010EE66E000EE66E0B0EE66EB00EE66EC2 :109A6000060EE66E9CEC2DF0216E080EE15C02E223 :109A7000E16AE552E16E2150E76E120EE7CFDBFF9F :109A8000D3D0D9500A0FE96EDACFEAFF000EEA22EE :109A9000000EEE6E0B0EED6ED950100FE66E000E3E :109AA000DA20E66EE66A010EE66E520EE66E070EEC :109AB000E66EB00EE66E060EE66E9CEC2DF0216EA4 :109AC000080EE15C02E2E16AE552E16E2150E76EC8 :109AD000120EE7CFDBFFDB5001E0C6D0100EDBCF6C :109AE00021F0110EDBCF22F0000E215C010E225876 :109AF00001E2BAD0D9500C0FE96EDACFEAFF000EBE :109B0000EA22520EEE6E070EED6E080EDB6ADB5097 :109B1000216E226AD890225004E6800E215C000E4D :109B200022581FE20C0EDBCFE9FFDB2A0D0EDBCF44 :109B3000EAFF01E3DB2AEF50E66E0A0EDBCFE9FF16 :109B4000DB2A0B0EDBCFEAFF01E3DB2AE552E7500D :109B5000EF6E0C0EDB2A0D0E01E3DB2A080EDB2A6A :109B6000D6D7D950100FE66E000EDA20E66EE66A00 :109B7000010EE66E520EE66E070EE66EB00EE66E53 :109B8000060EE66E9CEC2DF0216E080EE15C02E202 :109B9000E16AE552E16E2150E76E120EE7CFDBFF7E :109BA000DB5062E1100EDBCF21F0110EDBCF22F093 :109BB000000E215C010E225857E3D9500C0FE96EBC :109BC000DACFEAFF000EEA22520EEE6E070EED6EBD :109BD000080EDB6ADB50216E226AD890225004E620 :109BE000800E215C000E22581FE20C0EDBCFE9FF35 :109BF000DB2A0D0EDBCFEAFF01E3DB2AEF50E66E36 :109C00000A0EDBCFE9FFDB2A0B0EDBCFEAFF01E315 :109C1000DB2AE552E750EF6E0C0EDB2A0D0E01E356 :109C2000DB2A080EDB2AD6D70F0EDB50F80806E039 :109C30000F0EDB50FA0802E0000E01D0010E000901 :109C400002E0060E01D0000E166E176A010E186EA5 :109C50000DD0020E216E060EDBCFE7FF2150E72666 :109C6000060EE7CFDBFFACD4050E166E130EE15CDB :109C700002E2E16AE552E16EE552E5CFDAFFE7CFB5 :109C8000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF47 :109C9000E2CFDAFF080EE12402E3E168E652E16E6A :109CA000FD0EDB50190DF3CFE9FFF4CFEAFF520EA2 :109CB000E926090EEA220E0EE926000EEA22060E19 :109CC000E9CFDBFF070EEACFDBFFFB0EDBCFE9FFBF :109CD000FC0EDBCFEAFFEF6AF90EDBCFE9FFFA0EED :109CE000DBCFEAFF010EEF6EF70EDBCFE9FFF80ED8 :109CF000DBCFEAFF010EEF6E060EDBCFE9FF070EAA :109D0000DBCFEAFFEF6A010EDB6A020EDB6A010EAF :109D1000DBCF21F0020EDBCF22F0550E215C0B0EC3 :109D2000225801E3BFD0D950040FE66E000EDA20AE :109D3000E66EFF0EE66EE66A000EE66E0B0EE66E4F :109D4000B00EE66E060EE66E9CEC2DF0216E080E4F :109D5000E15C02E2E16AE552E16E2150E76E030E3A :109D6000E7CFDBFFDB5001E0A4D0040EDBCF21F016 :109D7000050EDBCF22F0FF0E215C000E225801E21F :109D800098D0DF6ADF50216E226AD890225004E614 :109D9000FF0E215C000E2258BAE2010EDBCF23F049 :109DA000020EDBCF24F0550E235C0B0E2458AFE2DD :109DB000DF50EA6A000FE96E0B0EEA22EF50FF084F :109DC00068E0DF50EA6A000FE96E0B0EEA22EFCF7F :109DD00021F0FB0EDBCFE9FFFC0EDBCFEAFFEF50FB :109DE000D880215411E2DF50EA6A000FE96E0B0EB1 :109DF000EA22EF50E66EFB0EDBCFE9FFFC0EDBCF75 :109E0000EAFFE552E750EF6EDF28EA6A000FE96EDD :109E10000B0EEA22EFCF21F0060EDBCFE9FF070E93 :109E2000DBCFEAFFEF50D880215411E2DF28EA6A45 :109E3000000FE96E0B0EEA22EF50E66E060EDBCF46 :109E4000E9FF070EDBCFEAFFE552E750EF6E020EA7 :109E5000DF24EA6A000FE96E0B0EEA22EF50800B56 :109E600007E0F70EDBCFE9FFF80EDBCFEAFFEF6A82 :109E7000020EDF24EA6A000FE96E0B0EEA22EF50B1 :109E8000100B07E0F90EDBCFE9FFFA0EDBCFEAFF9C :109E9000EF6A030EDF26010EDB2A020E01E272D703 :109EA000DB2A70D7060EDBCFE9FF070EDBCFEAFF18 :109EB000EF2A080EE15C02E2E16AE552E16EE5524A :109EC000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF2F :109ED000E6FFE1CFD9FFE2CFDAFF0A0EE12402E389 :109EE000E168E652E16EFD0EDB50190DF3CFE9FF9C :109EF000F4CFEAFF520EE926090EEA220E0EE926F9 :109F0000000EEA22E9CF21F0EACF22F0E9CFDEFF0E :109F1000EACFDDFFDECFE9FFDDCFEAFF020EE92663 :109F2000000EEA22EECFE6FFEECFE6FFEECFE6FF31 :109F3000EFCFE6FFB00EE66E060EE66E46EC39F0A9 :109F4000216E060EE15C02E2E16AE552E16E21500B :109F5000E76E090EE7CFDBFFDB504AE1DECFE9FF1A :109F6000DDCFEAFF020EE926000EEA22EE52220EB3 :109F7000EE26000EEE22EE22020EDB6A030EDB6AF4 :109F8000020EDBCF21F0030EDBCF22F0550E215C59 :109F90000B0E225801E3E6D0D950070FE66E000EF3 :109FA000DA20E66EFF0EE66EE66A000EE66E0B0E37 :109FB000E66EB00EE66E060EE66E9CEC2DF0216E9F :109FC000080EE15C02E2E16AE552E16E2150E76EC3 :109FD000090EE7CFDBFFDB500BE1070EDBCF21F0F3 :109FE000080EDBCF22F0FF0E215C000E225802E2A9 :109FF000000EB9D0040EDB6A040EDB50216E226A1B :10A00000D890225004E6FF0E215C000E2258B8E2E0 :10A01000020EDBCF23F0030EDBCF24F0550E235CC2 :10A020000B0E2458ADE2040EDB50EA6A000FE96E15 :10A030000B0EEA22EF50FF0847E0040EDB50EA6AFD :10A04000000FE96E0B0EEA22EFCF21F0FC0EDB5081 :10A05000215C3AE1040EDB28EA6A000FE96E0B0E80 :10A06000EA22EFCF22F0FB0EDB50225C2DE1040E42 :10A07000DB50020FEA6A000FE96E0B0EEA22EF5086 :10A08000100B02E0010E01D0000EE76E060EE7CFC6 :10A09000DBFFDB50F36EFA0EDB50F35C15E1040ED0 :10A0A000DB50020FEA6A000FE96E0B0EEA22EF5056 :10A0B000E00BE66EDECFE9FFDDCFEAFFEE52E552C0 :10A0C000E750EF6E010E4FD0040EDB50EA6A000F2E :10A0D000E96E0B0EEA22EF50FF0802E1020E01D0FA :10A0E000010E216E040EDB50020FEA6A000FE96ECA :10A0F0000B0EEA22EF50030B2118E76E050EE7CF97 :10A10000DBFF800E216E226A236A246A050EDB5073 :10A110001F0B07E0D8902136223623362436E80676 :10A12000F9E1DECFE9FFDDCFEAFF020EE926000EFE :10A13000EA222150EE262250EE222350EE22245015 :10A14000EE22030E216E040EDBCFE7FF2150E7263F :10A15000040EE7CFDBFF020EDB2A030E01E24CD731 :10A16000DB2A4AD7000E216E0A0EE15C02E2E16AA8 :10A17000E552E16E2150E552E5CFDAFFE7CFD9FF96 :10A180001200D9CFE6FFDACFE6FFE1CFD9FFE2CF69 :10A19000DAFF060EE12402E3E168E652E16EFD0E0D :10A1A000DB50190DF3CFE9FFF4CFEAFF520EE92699 :10A1B000090EEA220E0EE926000EEA22E9CF21F06E :10A1C000EACF22F0E9CFDEFFEACFDDFFDECFE9FF05 :10A1D000DDCFEAFFEF50F36EFB0EDBCFF4FFF35061 :10A1E000F45C02E2000E01D0010EE76E050EE7CF2F :10A1F000DBFFDB500CE0DECFE9FFDDCFEAFFFB0E3B :10A20000DBCFE7FFEF50E75EFB0EE7CFDBFFDECFF4 :10A21000E9FFDDCFEAFF020EE926000EEA22EE6A30 :10A22000EE6AEE6AEE6A050EDBCFE6FFFB0EDBCFD1 :10A23000E6FFFC0EDBCFE6FFFD0EDBCFE6FF45DEE3 :10A24000E552E552E552E552000913E1050EDBCF78 :10A25000E6FFFB0EDBCFE6FFFC0EDBCFE6FFFD0EDD :10A26000DBCFE6FF32DEE552E552E552E55200096A :10A2700051E0DECFE9FFDDCFEAFF020EE926000E56 :10A28000EA22EECFE6FFEECFE6FFEECFE6FFEFCF1E :10A29000E6FFB00EE66E060EE66E46EC39F0216E75 :10A2A000060EE15C02E2E16AE552E16E2150E76EE2 :10A2B000020EE7CFDBFFDB501FE1D950030FE66E44 :10A2C000000EDA20E66EE66A010EE66E000EE66E1D :10A2D0000B0EE66EB00EE66E060EE66E9CEC2DF0F2 :10A2E000216E080EE15C02E2E16AE552E16E215066 :10A2F000E76E020EE7CFDBFF020EDB500BE1030E31 :10A30000DBCF21F0040EDBCF22F0000E215C010E2A :10A31000225803E2050E166E1FD0DECFE9FFDDCF17 :10A32000EAFFEE52EF50A00810E0DECFE9FFDDCFEC :10A33000EAFFEE52EF50600808E0DECFE9FFDDCF24 :10A34000EAFFEE52EF50200803E1060E166E01D030 :10A35000166A176A010E186E060EE15C02E2E16AE7 :10A36000E552E16EE552E5CFDAFFE7CFD9FF120003 :10A37000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFB0 :10A38000FB0EDBCFE9FFFC0EDBCFEAFF230EEF6E07 :10A39000F90EDBCFE9FFFA0EDBCFEAFF010EEF6E1D :10A3A000F70EDBCFE9FFF80EDBCFEAFF010EEF6E11 :10A3B000E552E5CFDAFFE7CFD9FF1200D9CFE6FFAC :10A3C000DACFE6FFE1CFD9FFE2CFDAFFE652E6527D :10A3D000E652E652E652FD0EDB50190DF3CFE9FFCF :10A3E000F4CFEAFF520EE926090EEA220E0EE92604 :10A3F000000EEA22E9CFDEFFEACFDDFF0A0EF36EA0 :10A40000FB0EDBCFF4FFF350F45C02E3050E9AD0B1 :10A41000FC0EDBCF21F0226A236A246ADECFE9FF3B :10A42000DDCFEAFF21C0EEFF22C0EEFF23C0EEFF2A :10A4300024C0EEFFDECFE9FFDDCFEAFF0A0E446E57 :10A44000456A466A476AEECF3FF0EECF40F0EECF66 :10A4500041F0EFCF42F05BEC70F03EC0EDFF3DC04D :10A46000EDFF3CC0EDFF3BC0EFFFFB0EDBCF21F06B :10A47000226A236A246ADECFE9FFDDCFEAFF21509A :10A48000EE262250EE222350EE222450EE22DECF82 :10A49000E9FFDDCFEAFFEF50EE6AEFCFF4FFEE6E9B :10A4A000EF50F4CFEEFFEF6EDECFE9FFDDCFEAFF36 :10A4B000EECFE6FFEECFE6FFEECFE6FFEFCFE6FF13 :10A4C000B00EE66E060EE66E46EC39F0216E060E14 :10A4D000E15C02E2E16AE552E16E2150E76E020EB4 :10A4E000E7CFDBFFDB501FE1D950030FE66E000E14 :10A4F000DA20E66EE66A010EE66E000EE66E0B0EE0 :10A50000E66EB00EE66E060EE66E9CEC2DF0216E49 :10A51000080EE15C02E2E16AE552E16E2150E76E6D :10A52000020EE7CFDBFF020EDB500BE1030EDBCFA9 :10A5300021F0040EDBCF22F0000E215C010E225828 :10A5400003E2180E166E0BD0176A010E186EFC0E81 :10A55000DB50110802E1060E01D0000E166E050E4A :10A56000E15C02E2E16AE552E16EE552E5CFDAFF35 :06A57000E7CFD9FF120045 :0AA57600D9CFE6FFDACFE6FFE1CF10 :10A58000D9FFE2CFDAFFFD0EDB50C96EFD0EDB50C6 :10A59000046EC7A0FED78B80C950206E8B90E55209 :10A5A000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF48 :10A5B000E6FFE1CFD9FFE2CFDAFFE652E652010E25 :10A5C000DB6ADF6A040EDF5C15E2DF50B70DF3CF04 :10A5D000E9FFF4CFEAFF320EE926030EEA222F0E3E :10A5E000E926000EEA22EF5003E0DE52010EDD6E96 :10A5F000DF2AE8D7010EDB50056EE552E552E55241 :10A60000E5CFDAFFE7CFD9FF1200D9CFE6FFDACFE7 :10A61000E6FFE1CFD9FFE2CFDAFFE652E652E6529B :10A62000E652E652520EDE6E070EDD6EE66A010E4F :10A63000E66EE66ADECFE6FFDDCFE6FFA2EC6EF067 :10A64000216E050EE15C02E2E16AE552E16E215005 :10A65000DECFE9FFDDCFEAFF560EEF6EDECFE9FF7A :10A66000DDCFEAFFEE52CB0EEF6EDECFE9FFDDCF9E :10A67000EAFF020EE926000EEA22100EEF6EDECF90 :10A68000E9FFDDCFEAFF040EE926000EEA22010E03 :10A69000EF6EDECFE9FFDDCFEAFF050EE926000E03 :10A6A000EA22010EEF6EDECFE9FFDDCFEAFF0A0EF0 :10A6B000E926000EEA22430EEF6EF29CDECFE9FFA0 :10A6C000DDCFEAFF0C0EE926000EEA22C4C0EFFF40 :10A6D000DECFE9FFDDCFEAFF0D0EE926000EEA220C :10A6E000C3C0EFFF640E0001C525E66EDECFE9FFB3 :10A6F000DDCFEAFF0E0EE926000EEA22E552E75012 :10A70000EF6EF28CDECFE9FFDDCFEAFF1B0EE9260C :10A71000000EEA22030EEF6EDECFE9FFDDCFEAFF87 :10A720001C0EE926000EEA22480EEF6EDECFE9FF8E :10A73000DDCFEAFF1D0EE926000EEA22C00EEF6E05 :10A74000DECFE9FFDDCFEAFF1E0EE926000EEA228A :10A75000080EEF6EDECFE9FFDDCFEAFF1F0EE92620 :10A76000000EEA22010EEF6EDECFE9FFDDCFEAFF39 :10A770001A0EE926000EEA22060EEF6E6D0E216E0D :10A78000E20E226E236A21C0E6FFE66E23C0E6FFDA :10A79000DECFE9FFDDCFEAFF200EE926000EEA2238 :10A7A000E9CF24F0EACF25F0E9CFE6FFEACFE6FFD4 :10A7B000DDEC6EF0266E050EE15C02E2E16AE55228 :10A7C000E16E2650D950030FE66E000EDA20E66ED9 :10A7D000E66A010EE66E520EE66E070EE66EFC0E9F :10A7E000DBCFE6FFFD0EDBCFE6FF37EC32F0216E6C :10A7F000080EE15C02E2E16AE552E16E2150E76E8B :10A80000020EE7CFDBFFDB5028E1FC0EDBCFE6FFDB :10A81000FD0EDBCFE6FFFBEC37F0E552E552E76ECD :10A82000020EE7CFDBFFDB5018E1E66AE66AE66A74 :10A83000E66AFC0EDBCFE6FFFD0EDBCFE6FF46EC63 :10A8400039F0216E060EE15C02E2E16AE552E16E4A :10A850002150E76E020EE7CFDBFF000E216E050EE2 :10A86000E15C02E2E16AE552E16E2150E552E5CF9A :10A87000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF44 :10A88000E1CFD9FFE2CFDAFF0C0EE12402E3E16869 :10A89000E652E16EFD0EDB50B70DF3CF21F0F4CFA1 :10A8A00022F0320E2126030E22220A0E21C0DBFFE7 :10A8B0000B0E22C0DBFF0A0EDBCFE9FF0B0EDBCF56 :10A8C000EAFF2F0EE926000EEA22EF5002E0000E0A :10A8D000C4D2FD0EDB50B70DF3CFE9FFF4CFEAFF92 :10A8E000320EE926030EEA22220EE926000EEA22A3 :10A8F000E9CFDEFFEACFDDFFDECFE9FFDDCFEAFF04 :10A90000EF5030E1650E216EE20E226E236A21C007 :10A91000E6FFE66E23C0E6FFDECFE6FFDDCFE6FF13 :10A92000DDEC6EF0246E050EE15C02E2E16AE552B8 :10A93000E16E2450FD0EDB50300FE66EDECFE9FFF6 :10A94000DDCFEAFF070EE926000EEA22E552E750C6 :10A95000EF6EDECFE9FFDDCFEAFF080EE926000E3D :10A96000EA22EF6A030EF36E070EF3CFDBFFFC0E55 :10A97000DBA203D0070EF36E05D0DBA405D0010ED9 :10A98000F36E070EF3CFDBFF070EDBCFE6FFDECF64 :10A99000E6FFDDCFE6FF0A0EDBCFE9FF0B0EDBCFD4 :10A9A000EAFFE9CF21F0EACF22F0E9CFE6FFEACFD4 :10A9B000E6FFB6EC2AF0236E050EE15C02E2E16AE6 :10A9C000E552E16E2350E76E020EE7CFDBFFDB506E :10A9D00001E041D2FC0EDB50030B58E10A0EDBCF45 :10A9E000E9FF0B0EDBCFEAFF370EE926000EEA2265 :10A9F000E9CF21F0EACF22F00A0EDBCFE9FF0B0E00 :10AA0000DBCFEAFF200EE926000EEA2221C0EEFF8E :10AA100022C0EDFF0A0EDBCFE9FF0B0EDBCFEAFF12 :10AA2000370EE926000EEA22200EEE6EEE6AEE6A7E :10AA3000EE6AE668E668E668E6680A0EDBCFE9FFDC :10AA40000B0EDBCFEAFFE9CF21F0EACF22F0E9CF0E :10AA5000E6FFEACFE6FF46EC39F0236E060EE15C36 :10AA600002E2E16AE552E16E2350E76E020EE7CFA3 :10AA7000DBFFDB500BE10A0EDBCFE9FF0B0EDBCF78 :10AA8000EAFF2F0EE926000EEA22EF82FC0EDBA27F :10AA900018D00A0EDBCFE9FF0B0EDBCFEAFFE9CFC0 :10AAA00021F0EACF22F0E9CFE6FFEACFE6FFADDD05 :10AAB000E552E552E76E020EE7CFDBFFDB5001E027 :10AAC000B8D1D950030FE66E000EDA20E66EE66AC2 :10AAD000010EE66E520EE66E070EE66E0A0EDBCF34 :10AAE000E9FF0B0EDBCFEAFFE9CF21F0EACF22F03E :10AAF000E9CFE6FFEACFE6FF9CEC2DF0236E080ECF :10AB0000E15C02E2E16AE552E16E2350E76E020E7B :10AB1000E7CFDBFFDB5001E08CD1D950030FE96EAA :10AB2000000EDA20EA6EEE5001E067D1010EED185A :10AB300001E063D1D950080FE96EDACFEAFF000EC9 :10AB4000EA22520EEE6E070EED6E080EDBCFE9FF25 :10AB5000090EDBCFEAFFEF50560801E04ED1080E98 :10AB6000DBCFE9FF090EDBCFEAFFEE52EF50CB0857 :10AB700001E043D1080EDBCFE9FF090EDBCFEAFF8E :10AB8000020EE926000EEA22EF5010080EE0080E31 :10AB9000DBCFE9FF090EDBCFEAFF020EE926000E4C :10ABA000EA22EF50110801E028D1FC0EDBA40CD002 :10ABB0000A0EDBCFE9FF0B0EDBCFEAFF320EE926F0 :10ABC000000EEA22010E1DD0080EDBCFE9FF090EB0 :10ABD000DBCFEAFF070EE926000EEA22EF50800BDA :10ABE00002E0010E01D0000EE66E0A0EDBCFE9FF97 :10ABF0000B0EDBCFEAFF320EE926000EEA22E55209 :10AC0000E750EF6E080EDBCFE9FF090EDBCFEAFF5E :10AC10001B0EE926000EEA22EF50030B226E216A7A :10AC20000A0EDBCFE9FF0B0EDBCFEAFF330EE9267E :10AC3000000EEA2221C0EEFF22C0EDFF080EDBCF9E :10AC4000E9FF090EDBCFEAFF1C0EE926000EEA221F :10AC5000EF50216E226A0A0EDBCFE9FF0B0EDBCF2D :10AC6000EAFF330EE926000EEA222150EE2622509A :10AC7000ED22080EDBCFE9FF090EDBCFEAFF1D0E48 :10AC8000E926000EEA22EF500EE0080EDBCFE9FFC6 :10AC9000090EDBCFEAFF1D0EE926000EEA22EF5077 :10ACA000216E226A03D0216A010E226E050E21C098 :10ACB000DBFF060E22C0DBFF0A0EDBCFE9FF0B0E27 :10ACC000DBCFEAFF350EE926000EEA22EF5027E13E :10ACD0000A0EDBCFE9FF0B0EDBCFEAFF360EE926CB :10ACE000000EEA22200EEF6E0A0EDBCFE9FF0B0EFC :10ACF000DBCFEAFF360EE926000EEA22EF50216E86 :10AD0000226A050EDBCF41F0060EDBCF42F021C0F8 :10AD100046F022C047F015EC71F0415033D00A0ED6 :10AD2000DBCFE9FF0B0EDBCFEAFF350EE926000E85 :10AD3000EA22EF50216E226A050EDBCF41F0060EAB :10AD4000DBCF42F021C046F022C047F015EC71F095 :10AD50004150E66E0A0EDBCFE9FF0B0EDBCFEAFFB8 :10AD6000360EE926000EEA22E552E750EF6E080E95 :10AD7000DBCFE9FF090EDBCFEAFF1A0EE926000E52 :10AD8000EA22EF50E66E0A0EDBCFE9FF0B0EDBCFB7 :10AD9000EAFF350EE926000EEA22E552E750EF6E93 :10ADA000080EDBCFE9FF090EDBCFEAFF1D0EE92617 :10ADB000000EEA22EFCF21F00A0EDBCFE9FF0B0EE7 :10ADC000DBCFEAFF360EE926000EEA22EFCF22F0B3 :10ADD00022C047F021C042F059EC71F03E500DE125 :10ADE0000A0EDBCFE9FF0B0EDBCFEAFF350EE926BB :10ADF000000EEA22EF50080806E2090EF36E020E7A :10AE0000F3CFDBFF16D00A0EDBCFE9FF0B0EDBCF53 :10AE1000EAFF300EEB6A310EEB6A0A0EDBCFE9FF78 :10AE20000B0EDBCFEAFF2F0EE926000EEA22EF80A1 :10AE300014D00A0EDBCFE9FF0B0EDBCFEAFFE9CF20 :10AE400021F0EACF22F0E9CFE6FFEACFE6FF21ECDE :10AE500039F0E552E552020EDB50216E0C0EE15C3A :10AE600002E2E16AE552E16E2150E552E5CFDAFFF8 :10AE7000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF67 :10AE8000D9FFE2CFDAFFE6520E6ADF6A040EDF5C1A :10AE900027E2E66ADFCFE6FFEFDCE552E552000984 :10AEA0001DE1010E056EDF50B70DF3CFE9FFF4CFC2 :10AEB000EAFF320EE926030EEA22320EE926000EE0 :10AEC000EA22EF500BE0800EDF5206E0DFCFF3FF07 :10AED000E8327F0BF306FCE102090E6EDF2AD6D7BB :10AEE000D5EC52F0055002E0000E01D0010EE55203 :10AEF000E552E5CFDAFFE7CFD9FF1200D9CFE6FF61 :10AF0000DACFE6FFE1CFD9FFE2CFDAFFE652E65231 :10AF1000FD0EDB50B70DF3CFE9FFF4CFEAFF320EA1 :10AF2000E926030EEA222F0EE926000EEA22EF5050 :10AF300037E0FD0EDB50B70DF3CFE9FFF4CFEAFFAA :10AF4000320EE926030EEA22E9CF21F0EACF22F001 :10AF5000E9CFE6FFEACFE6FF21EC39F0E552E55212 :10AF6000FD0EDB50B70DF3CFE9FFF4CFEAFF320E51 :10AF7000E926030EEA222F0EE926000EEA22EF6AE6 :10AF8000FD0EDB50B70DF3CFE9FFF4CFEAFF320E31 :10AF9000E926030EEA22220EE926000EEA22EF6AD3 :10AFA000D5EC52F0E552E552E552E5CFDAFFE7CFB6 :10AFB000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF04 :10AFC000E2CFDAFFE652DF6A040EDF5C06E2DFCF93 :10AFD000E6FF94DFE552DF2AF7D7E552E552E5CFE9 :10AFE000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFCD :10AFF000E1CFD9FFE2CFDAFF070EE12402E3E168F7 :10B00000E652E16E0C50B70DF3CF21F0F4CF22F0F1 :10B01000320E2126030E222221C0DEFF22C0DDFFD8 :10B02000DECFE9FFDDCFEAFF350EE926000EEA228A :10B03000EF500D5C0CE2DECFE9FFDDCFEAFF360E0C :10B04000E926000EEA22EF50D880095402E2130EDE :10B0500029D1DECFE9FFDDCFEAFF360EE926000E6B :10B06000EA22EFCF2DF02E6A2F6A306ADECFE9FF99 :10B07000DDCFEAFF350EE926000EEA22EFCF29F0F8 :10B080002A6A2B6A2C6A0AC025F00BC026F0276AB0 :10B09000286A0AC03FF00BC040F027C041F028C02A :10B0A00042F029C044F02AC045F02BC046F02CC025 :10B0B00047F05BEC70F03BC021F03CC022F03DC09B :10B0C00023F03EC024F03BC03FF03CC040F03DC008 :10B0D00041F03EC042F02DC044F02EC045F02FC0DC :10B0E00046F030C047F05BEC70F0020E3BC0DBFF77 :10B0F000030E3CC0DBFF040E3DC0DBFF050E3EC06F :10B10000DBFFDECFE9FFDDCFEAFF360EE926000EDA :10B11000EA22EFCF29F02A6A2B6A2C6A0D50256E9D :10B12000266A276A286A0DC03FF026C040F027C073 :10B1300041F028C042F029C044F02AC045F02BC09D :10B1400046F02CC047F05BEC70F03BC021F03CC0F7 :10B1500022F03DC023F03EC024F0D950020FE96E2A :10B16000000EDA20EA6E3B50EE262250EE222350EB :10B17000EE222450EE22DECFE9FFDDCFEAFF360ECD :10B18000E926000EEA22EFCF29F02A6A2B6A2C6A00 :10B190000950256E266A276A286A09C03FF026C032 :10B1A00040F027C041F028C042F029C044F02AC036 :10B1B00045F02BC046F02CC047F0B8EC70F03CC016 :10B1C00022F03DC023F03EC024F0D950020FE96EBA :10B1D000000EDA20EA6E3B50EE262250EE2223507B :10B1E000EE222450EE2213C021F014C022F0236A74 :10B1F000246AD950020FE96E000EDA20EA6E13C0FD :10B2000044F014C045F023C046F024C047F0EECF10 :10B210003FF0EECF40F0EECF41F0EFCF42F05BECED :10B2200070F03EC0EDFF3DC0EDFF3CC0EDFF3BC008 :10B23000EFFFD950020FE96E000EDA20EA6EEE52EF :10B24000EE2A000EEE22EE22D950020FE96E000E19 :10B25000DA20EA6EEECFE6FFEECFE6FFEECFE6FFB6 :10B26000EFCFE6FFDECFE9FFDDCFEAFFE9CF21F048 :10B27000EACF22F0E9CFE6FFEACFE6FF46EC39F06D :10B28000236E060EE15C02E2E16AE552E16E2350B4 :10B29000E76E060EE7CFDBFFDB5003E0060EDB5068 :10B2A00001D0000E216E070EE15C02E2E16AE55278 :10B2B000E16E2150E552E5CFDAFFE7CFD9FF12006A :10B2C000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF51 :10B2D000E652E652E652E652E6520C50B70DF3CF74 :10B2E00021F0F4CF22F0320E2126030E222221C0BB :10B2F000DEFF22C0DDFFD950020FE66E000EDA201D :10B30000E66E13C0E6FF14C0E6FF520EE66E070EAF :10B31000E66EDECFE9FFDDCFEAFFE9CF21F0EACF2D :10B3200022F0E9CFE6FFEACFE6FF9CEC2DF0236E9A :10B33000080EE15C02E2E16AE552E16E2350E76E3D :10B34000040EE7CFDBFFDB5017E1DECFE9FFDDCFF7 :10B35000EAFF300EE926000EEA22EE50ED100CE076 :10B36000DECFE9FFDDCFEAFF300EE926000EEA224C :10B37000580EEE6E020EED6E040EDB50216E050EC1 :10B38000E15C02E2E16AE552E16E2150E552E5CF6F :10B39000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF19 :10B3A000E1CFD9FFE2CFDAFFE652E652E652E652AB :10B3B000E6520C50B70DF3CF21F0F4CF22F0320E4D :10B3C0002126030E222221C0DEFF22C0DDFFD9503C :10B3D000020FE66E000EDA20E66E13C0E6FF14C020 :10B3E000E6FF520EE66E070EE66EDECFE9FFDDCF1A :10B3F000EAFFE9CF21F0EACF22F0E9CFE6FFEACF7A :10B40000E6FF37EC32F0236E080EE15C02E2E16AFF :10B41000E552E16E2350E76E040EE7CFDBFFDB5011 :10B420000FE1DECFE9FFDDCFEAFF300EE926000EA7 :10B43000EA22580EEE6E020EED6E0001010EB96F9B :10B44000040EDB50216E050EE15C02E2E16AE5527A :10B45000E16E2150E552E5CFDAFFE7CFD9FF1200C8 :10B46000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFAF :10B47000E652E652E652E652E652DE52010EDD6E2A :10B48000020EDB6ADF6A040EDF5C65E2DF50B70D97 :10B49000F3CF21F0F4CF22F0320E2126030E222228 :10B4A000030E21C0DBFF040E22C0DBFF030EDBCF47 :10B4B000E9FF040EDBCFEAFF2F0EE926000EEA2299 :10B4C000EF5047E0010EF36E020EF3CFDBFF030EE9 :10B4D000DBCFE9FF040EDBCFEAFF300EE926000EDA :10B4E000EA22EE50ED1035E0030EDBCFE9FF040E4B :10B4F000DBCFEAFF300EE926000EEA22EE06000E50 :10B50000EF5A030EDBCFE9FF040EDBCFEAFF300E6C :10B51000E926000EEA22EE50ED1019E1F29E030E2C :10B52000DBCFE9FF040EDBCFEAFFE9CF21F0EACF62 :10B5300022F021C0E6FF22C0E6FFFBEC37F0E55227 :10B54000E55281B202D006ED04F0F28E02D0010E77 :10B55000DB6ADF2A98D7020EDB5005E0010EDB50D4 :10B5600002E00001B96B050EE15C02E2E16AE5521E :10B57000E16EE552E5CFDAFFE7CFD9FF1200D9CF70 :10B58000E6FFDACFE6FFE1CFD9FFE2CFDAFFE652FE :10B59000DF6A040EDF5C1EE2B70EE66EE66AE66A5C :10B5A000DF50B70DF3CF21F0F4CF22F0320E212679 :10B5B000030E222221C0E6FF22C0E6FFA2EC6EF0BD :10B5C000236E050EE15C02E2E16AE552E16E235072 :10B5D000DF2ADFD7400EE66EBBEC52F0E552E552B3 :10B5E000E552E5CFDAFFE7CFD9FF12000150030A99 :10B5F00028E0010A1DE0030A16E001AC39D00F0E65 :10B600000114F66EF76AD890F636F736760EF626FF :10B61000E20EF7220900F5CF21F00800F5CF22F065 :10B62000010EE66E23D0E0DC000910E1500E3BD0A5 :10B63000580E026ED9DC000909E142DE000934E04F :10B640000CD0500E026ED0DC000904E0510E026EE8 :10B65000100E06D0A1DE000927E0510E026E400E4A :10B66000076E22D022C0FAFF2150F96EFBDF1AD0FC :10B6700001AE1AD00F0E0114F66EF76AD890F636A6 :10B68000F736760EF626E20EF7220900F5CF21F006 :10B690000800F5CF22F0E66A04D022C0FAFF21505C :10B6A000F96EFBDFE552026E0250E66EBBEC52F023 :04B6B000E55212004D :0CB6B400D9CFE6FFDACFE6FFE1CFD9FFE7 :10B6C000E2CFDAFFFD0EDB50C96EC7A0FED7C9502E :10B6D000E552E5CFDAFFE7CFD9FF1200D9CFE6FF79 :10B6E000DACFE6FFE1CFD9FFE2CFDAFFE652000181 :10B6F000640ED86FE668DEDFE552E668DBDFE55210 :10B70000DF6EFF0EDF5C03E00001D851F6E1DF5091 :10B71000E552E552E5CFDAFFE7CFD9FF1200898A7B :10B72000E668C8DFE55212001200899AD7DFF7DF1A :10B730000F0105811200D9CFE6FFDACFE6FFE1CF96 :10B74000D9FFE2CFDAFF0001BC8F0001280ED76FCE :10B75000E668B0DFE5520001DC6FFF0EDC5D02E160 :10B76000D751F6E1FE0EDC5D40E100011E6B1F6B60 :10B77000E668A0DFE552E66EFC0EDBCFE9FFFD0ECA :10B78000DBCFEAFFE552E750EF6EFC0EDBCFE9FFBF :10B79000FD0EDBCFEAFFEF50E66EA5EC70F0E55250 :10B7A000FC0EDB2AFD0E01E3DB2AFA0EDB06DBCF03 :10B7B00021F0FB0E01E2DB06DBCF22F0215022104C :10B7C000D7E1E66877DFE5520001DD6FE66872DFFA :10B7D000E5520001DE6F1FC021F02150DD5D05E163 :10B7E00000011E510001DE5D02E0000E01D0010EDD :10B7F000E552E5CFDAFFE7CFD9FF1200D9CFE6FF58 :10B80000DACFE6FFE1CFD9FFE2CFDAFF67DFFF084B :10B8100057E1FB0EDBCFE6FF4DDFE552FB0EDB50C1 :10B82000FD0850E00001B98F0001E06B020EE16FEE :10B83000FC0EDBCFE2F0FD0EDBCFE3F000011E6B70 :10B840001F6B0001E2C0E9FFE3C0EAFFE22B000E3C :10B85000E323EF50E66EA5EC70F0E5520001E0073F :10B86000000EE15BE051E111ECE1E06B020EE16FF3 :10B87000FC0EDBCFE9FFDB2AFD0EDBCFEAFF01E3A5 :10B88000DB2AEF50E66E16DFE5520001E007000EFE :10B89000E15BE051E111ECE11FC021F0226A21508F :10B8A000E66E08DFE5521EC0E6FF04DFE552E668FB :10B8B00001DFE5520001DF6F1F0EDF15050802E012 :10B8C000000E01D0010EE552E5CFDAFFE7CFD9FF38 :10B8D0001200D9CFE6FFDACFE6FFE1CFD9FFE2CF02 :10B8E000DAFFFD0EDBAE18D0FD0EDB9EE66AE66ADF :10B8F000E66AE66A770EE66EECDF216E050EE15C25 :10B9000002E2E16AE552E16E21500001E56F21504B :10B91000010802E2E5519AD0898A899ADFDEFF08A0 :10B9200002E0FF0E93D000011D6BFD0EDBCFE6FFA2 :10B93000C1DEE552FD0EDBCFE6FF93EC70F0E55281 :10B94000F90EDBCF21F0FA0EDBCF22F0FB0EDBCFBE :10B9500023F0FC0EDBCF24F0180ED89024322332D3 :10B9600022322132E806F9E121C0E4F021C0E6FFED :10B97000A1DEE552E4C0E6FF93EC70F0E552F90E6B :10B98000DBCF21F0FA0EDBCF22F0FB0EDBCF23F072 :10B99000FC0EDBCF24F0100ED8902432233222325A :10B9A0002132E806F9E121C0E4F021C0E6FF82DEA1 :10B9B000E552E4C0E6FF93EC70F0E552F90EDBCF00 :10B9C00021F0FA0EDBCF22F0FB0EDBCF23F0FC0ED2 :10B9D000DBCF24F0080ED8902432233222322132D9 :10B9E000E806F9E121C0E4F021C0E6FF63DEE5529C :10B9F000E4C0E6FF93EC70F0E552F90EDBCFE4F023 :10BA0000E4C0E6FF57DEE552E4C0E6FF93EC70F0D9 :10BA1000E55200011D9F1D471D811DC0E6FF4ADE46 :10BA2000E552FD0EDB504C0803E1E66843DEE552CB :10BA300000010A0EE46FE6683DDEE5520001E56FA5 :10BA4000800EE51502E0E407F6E1E551E552E5CFA9 :10BA5000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF52 :10BA6000E1CFD9FFE2CFDAFF070EE12402E3E1687C :10BA7000E652E16EFD0EDB5002E0010E20D10F0117 :10BA800005B31CD151DE220EC66E0A0EDF6EDF50EA :10BA900005E0E6680FDEE552DF06F9D7020EDB6A45 :10BAA000E66AE66AE66AE66A400EE66E12DF216E34 :10BAB000050EE15C02E2E16AE552E16E2150010807 :10BAC00001E0D4D00001C80ED76FAA0EE66E010EB9 :10BAD000E66EE66AE66A480EE66EFBDE216E050E4D :10BAE000E15C02E2E16AE552E16E2150010873E196 :10BAF000DF6A040EDF5C16E2E668DCDDE552E66E26 :10BB0000D950030F216E000EDA20226EDF500F0194 :10BB10002124E96E000E2220EA6EE552E750EF6E16 :10BB2000DF2AE7D7050EDB0401E0A0D0060EDB50CC :10BB3000AA0801E09BD00001D75112E0E66AE66A4C :10BB4000E66A400EE66EE90EE66EC3DE216E050E75 :10BB5000E15C02E2E16AE552E16E21500009EBE1AD :10BB60000001D75101E182D0E66AE66AE66AE66A38 :10BB70007A0EE66EAEDE216E050EE15C02E2E16A4F :10BB8000E552E16E2150000971E1DF6A040EDF5CCD :10BB900016E2E6688FDDE552E66ED950030F216E9E :10BBA000000EDA20226EDF500F012124E96E000E14 :10BBB0002220EA6EE552E750EF6EDF2AE7D7030E48 :10BBC000DB50400B02E00C0E01D0040EE76E020EBB :10BBD000E7CFDBFF4BD0E66AE66AE66AE66AE90E83 :10BBE000E66E77DE216E050EE15C02E2E16AE55267 :10BBF000E16E2150010806E3020EF36EDB6EDE52A9 :10BC0000E90E07D0010EF36E020EF3CFDBFFDE521A :10BC1000410EDD6E0001D75112E0E66AE66AE66A7F :10BC2000E66A010EDBCFE6FF54DE216E050EE15C15 :10BC300002E2E16AE552E16E21500009EBE1000108 :10BC4000D75112E0E66A020EE66EE66AE66A500E28 :10BC5000E66E3FDE216E050EE15C02E2E16AE5522E :10BC6000E16E2150000902E0020EDB6A020EDB5099 :10BC70000001D96FDA6B53DD020EDB501AE0200EA3 :10BC8000C66E010EE66EE66AE66AE66A7B0EE66E50 :10BC900020DE216E050EE15C02E2E16AE552E16E12 :10BCA0002150DF6EDF5003E10F01059102D0020E3B :10BCB000DB6A020EDB5001E138DD0F010551216E18 :10BCC000070EE15C02E2E16AE552E16E2150E552C5 :10BCD000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF01 :10BCE000E6FFE1CFD9FFE2CFDAFFFD0EDB5002E045 :10BCF000010E02D00F010551E552E5CFDAFFE7CF83 :10BD0000D9FF1200D9CFE6FFDACFE6FFE1CFD9FFA6 :10BD1000E2CFDAFFFD0EDB5003E1F60EDB0402E0BA :10BD2000040E5AD00F0105A102D0030E55D0000118 :10BD3000D951080B12E1D950F70FE96EFF0EDA2046 :10BD4000EA6E090EE76ED890EF36010EEB36020E62 :10BD5000EB36030EEB36E706F6E10001200EDB6F53 :10BD6000D950F70FE96EFF0EDA20EA6EEECFE6FF4C :10BD7000EECFE6FFEECFE6FFEFCFE6FF510EE66E29 :10BD8000A8DD216E050EE15C02E2E16AE552E16E9A :10BD90002150000912E1E66A020EE66EFB0EDBCFCF :10BDA000E6FFFC0EDBCFE6FFC6DCE552E552E552CE :10BDB000E552000902E0F60EDB6AB1DCF60EDB505C :10BDC00005E00001DB51DB070008CAE3F60EDB509B :10BDD00002E0010E01D0000EE552E5CFDAFFE7CF19 :10BDE000D9FF1200D9CFE6FFDACFE6FFE1CFD9FFC6 :10BDF000E2CFDAFFFD0EDB5003E1F60EDB0402E0DA :10BE0000040E5CD00F0105A102D0030E57D005A58A :10BE100002D0020E53D00001D951080B12E1D950C3 :10BE2000F70FE96EFF0EDA20EA6E090EE76ED89082 :10BE3000EF36010EEB36020EEB36030EEB36E7065D :10BE4000F6E10001200EDB6FD950F70FE96EFF0E0F :10BE5000DA20EA6EEECFE6FFEECFE6FFEECFE6FFAA :10BE6000EFCFE6FF580EE66E34DD216E050EE15C85 :10BE700002E2E16AE552E16E2150000910E1FE0E96 :10BE8000E66EFB0EDBCFE6FFFC0EDBCFE6FFB6DC9B :10BE9000E552E552E552000902E0F60EDB6A3FDCAE :10BEA000F60EDB5005E00001DB51DB070008CCE3B8 :10BEB000F60EDB5002E0010E01D0000EE552E5CF98 :10BEC000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFDE :10BED000E1CFD9FFE2CFDAFF180EE12402E3E168F7 :10BEE000E652E16EFA0EDBCF41F0FB0EDBCF42F003 :10BEF000120E41C0DBFF130E42C0DBFFFD0EDB5014 :10BF000002E0040EE2D20F0105A102D0030EDDD241 :10BF1000010EDF6EFC0EDB500E0A01E1A4D2030A13 :10BF200001E16DD2010A01E146D2070A01E11DD209 :10BF3000010A01E111D2090A01E11CD1010A01E162 :10BF40000FD1030A0AE0010A01E0BAD2899A6EEC25 :10BF50005BF0FF0801E0B6D2B1D2E66AE66AE66AB3 :10BF6000E66A490EE66EB5DC216E050EE15C02E282 :10BF7000E16AE552E16E2150000901E0A3D2100E02 :10BF8000E66EE66AD950020FE66E000EDA20E66E23 :10BF90009BEC5BF0E552E552E552E552000901E108 :10BFA00091D2060E216E020EDB5021C0E7FFE75250 :10BFB00004E0E8427F0BE706FCE1010856E10A0EC7 :10BFC000DBCF29F029C02AF0296A0B0EDB500001D3 :10BFD0002924256E000E2A20266E276A286A090E5B :10BFE000DB503F0B2B6E2C6A2D6A2E6A100E1F0B36 :10BFF00007E0D8902B362C362D362E36E806F9E1A0 :10C0000025502B24216E26502C20226E27502D20C7 :10C01000236E28502E20246E212A000E2222232255 :10C020002422140E21C0DBFF150E22C0DBFF160EEA :10C0300023C0DBFF170E24C0DBFF140EDBCF21F083 :10C04000150EDBCF22F0160EDBCF23F0170EDBCF61 :10C0500024F00A0E1F0B01E170D1D8902136223650 :10C0600023362436E806F9E168D10C0EDB50256E44 :10C07000266A800E2516000E2616070ED890263248 :10C080002532E804FBE1070EDB500F0B2524236E5D :10C09000000E2620246E0B0EDB50030BE824232415 :10C0A000216E000E2420226E020E2126000E222276 :10C0B000010E21C0DBFF090EDB50266E276AD890E7 :10C0C00026362736D89026362736060E256E0A0ED7 :10C0D000DB5025C0E7FFE75204E0E8427F0BE706AC :10C0E000FCE100012624236E000E2720246E080E9A :10C0F000DB50030B286E296A0A0ED89028362936A1 :10C10000E804FBE123502824216E24502920226ECC :10C11000010E2126000E2222140E21C0DBFF150E77 :10C1200022C0DBFF160EDB6A170EDB6A140EDBCFB4 :10C1300021F0150EDBCF22F0160EDBCF23F0170E09 :10C14000DBCF24F0010EDB50F70F1F0B01E1F5D020 :10C15000D8902136223623362436E806F9E1EDD090 :10C16000FA0EDBCFE9FFFB0EDBCFEAFFEE6A020E31 :10C17000ED6EA4D10001D951040B49E0E66AE66AEC :10C18000E66AE66ACD0EE66E69EC5CF0216E050E9D :10C19000E15C02E2E16AE552E16E2150000901E052 :10C1A00091D1E6685AEC5BF0E552100EE66EE66A55 :10C1B000D950020FE66E000EDA20E66E9BEC5BF0C3 :10C1C000E552E552E552E552000901E17BD1DE522C :10C1D000300EDD6E010EDB5007E0E6685AEC5BF0D6 :10C1E000E552010EDB06F6D7100E216E226A236A95 :10C1F000246A0C0EDB380F0B1F0B01E19ED0D89088 :10C200002136223623362436E806F9E196D0E66A4E :10C21000E66AE66AE66A490EE66E69EC5CF0216E53 :10C22000050EE15C02E2E16AE552E16E215000098F :10C2300001E048D1100EE66EE66AD950020FE66EB4 :10C24000000EDA20E66E9BEC5BF0E552E552E5521B :10C25000E552000901E136D10001D951020B34E069 :10C260000D0EDB50276E286A800E2716000E28164A :10C27000070ED89028322732E804FBE10C0EDB5081 :10C280003F0BE82400012724256E000E2820266E8F :10C29000010E2526000E2622060E296E0F0EDB50FB :10C2A00029C0E7FFE75204E0E8427F0BE706FCE124 :10C2B000FF0F25C021F026C022F03DE0D8902136A6 :10C2C0002236E804FBE137D00D0EDB50296E2A6AD6 :10C2D000E00E2916000E2A16050ED8902A322932B1 :10C2E000E804FBE10D0EDB50030B080DF3500001D9 :10C2F0002924276E000E2A20286E010E2726000E04 :10C3000028220C0EDB507C0BE840E8403F0B256EEA :10C31000266A010E2526000E262225C041F026C0E1 :10C3200042F027C046F028C047F0DCEC70F03FC078 :10C3300021F040C022F0236A246AFA0EDBCFE9FF25 :10C34000FB0EDBCFEAFF21C0EEFF22C0EEFF23C0D1 :10C35000EEFF24C0EEFFB2D0120EDBCFE9FF130ECA :10C36000DBCFEAFFD9C0EFFFA9D0E66AE66AE66A4A :10C37000E66A490EE66E69EC5CF0216E050EE15C42 :10C3800002E2E16AE552E16E2150000901E09AD033 :10C39000100EE66EE66AFA0EDBCFE6FFFB0EDBCF91 :10C3A000E6FF9BEC5BF0E552E552E552E5520009F1 :10C3B00001E188D083D0E66AE66AE66AE66A4A0E58 :10C3C000E66E69EC5CF0216E050EE15C02E2E16A6A :10C3D000E552E16E2150000975E1100EE66EE66A45 :10C3E000FA0EDBCFE6FFFB0EDBCFE6FF9BEC5BF04C :10C3F000E552E552E552E552000964E05FD0E66A95 :10C40000E66AE66AE66A7A0EE66E69EC5CF0216E30 :10C41000050EE15C02E2E16AE552E16E215000099D :10C4200051E1010EDB6A040EF36E010EDBCFF4FF67 :10C43000F350F45C43E2E6685AEC5BF0E552E66EDA :10C44000010EDB50E76EFA0EDBCFE9FFFB0EDBCF10 :10C45000EAFFE750E926000EEA22E552E750EF6EC8 :10C46000010EDB2AE0D70001D951040B2BE0E66A6C :10C47000E66AE66AE66ACD0EE66E69EC5CF0216E6D :10C48000050EE15C02E2E16AE552E16E215000092D :10C4900019E1E6685AEC5BF0E552400EE66EE66A9A :10C4A000FA0EDBCFE6FFFB0EDBCFE6FF9BEC5BF08B :10C4B000E552E552E552E552000904E0DF6A02D098 :10C4C000040EDF6E8FEC5BF0DF50216E180EE15C26 :10C4D00002E2E16AE552E16E2150E552E5CFDAFF72 :10C4E000E7CFD9FF1200D9CFE6FFDACFE6FFE1CFE1 :10C4F000D9FFE2CFDAFFE652E652E6520001D75109 :10C5000001E0D707D85101E0D8070001B82BE6C0F9 :10C51000DEFFE7C0DDFF300E81140001E66FE76B40 :10C52000DECF21F0DDCF22F0E850211819E1E751EC :10C53000221816E1020E05CFDBFFDF50200B03E0CF :10C54000020EDB8402D0020EDB94DF50100B04E0FD :10C55000020EDB80DB8202D0020EDB92DBCF05FF16 :10C56000E552E552E552E552E5CFDAFFE7CFD9FFD4 :0EC570001200020E0F01051501E0000C010C77 :02C57E00D9CF13 :10C58000E6FFDACFE6FF580EE552E5CFDAFFE7CF58 :10C59000D9FF1200D9CFE6FFDACFE6FF060E176EFD :10C5A000186A0B01020E006F0E0E016F060EF66E7A :10C5B000F76A0800F5CF02FB070EF66EF76A08006F :10C5C000F5CF03FBFE0EF66EF7680800F5CF04FB0F :10C5D000F668F7680800F5CF05FB580EE552E5CF81 :10C5E000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFB7 :10C5F000060E176E186AF29CBFC000FBC0C001FB9C :10C60000C1C002FBC5C003FBC3C004FBC4C005FB23 :10C61000F28C580EE552E5CFDAFFE7CFD9FF1200D2 :10C62000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFDD :10C63000FD0EDB5004E1060E176E186A18D000CB11 :10C64000C9F001CBCAF002CBCBF003CBCFF004CBC7 :10C65000CDF005CBCEF00001010ECC6FC90EE66E19 :10C66000000EE66E67EC68F0E552E5520080580E69 :10C67000E552E5CFDAFFE7CFD9FF1200D9CFE6FFC9 :10C68000DACFE6FFE1CFD9FFE2CFDAFFFD0EDB0420 :10C6900042E10001B5510AE00E0EE66E060EE66EAE :10C6A00021EC39F0E552E5520001B56B00CBE6FF15 :10C6B000010EE66E0B0EE66E0E0EE66E060EE66ED2 :10C6C000B6EC2AF0216E050EE15C02E2E16AE55269 :10C6D000E16E2150166E215004E0176A186A510E5F :10C6E0001BD00001010EB56F040E176E186AE66EBE :10C6F000E66A180EE66E060EE66E000EE66E0B0E8D :10C70000E66E77EC6EF0216E060EE15C02E2E16A05 :10C71000E552E16E2150580EE552E5CFDAFFE7CF42 :10C72000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF7C :10C73000E2CFDAFFE652E6520001B5512AE0D9CF46 :10C74000E6FFDACFE6FF17C0E6FF18C0E6FF000EEF :10C75000E66E0B0EE66E0E0EE66E060EE66E9CECB8 :10C760002DF0216E080EE15C02E2E16AE552E16E15 :10C770002150166E21500FE1DECF17F0DDCF18F0FB :10C78000D9CFE9FFDACFEAFFEE50ED1006E1500E07 :10C7900005D0040E166E510E01D0580EE552E5522A :10C7A000E552E5CFDAFFE7CFD9FF1200D9CFE6FF98 :10C7B000DACFE6FFE1CFD9FFE2CFDAFFE652E65269 :10C7C000FD0EDB5009E10001B55104E0176A010ECE :10C7D000186E2CD0040E27D0D9CFE6FFDACFE6FFB3 :10C7E00017C0E6FF18C0E6FF000EE66E0B0EE66E01 :10C7F0000E0EE66E060EE66E37EC32F0216E080E77 :10C80000E15C02E2E16AE552E16E2150166E2150D0 :10C810000BE1DECF21F0DDCF22F01750215C185064 :10C82000225804E2140E166E510E01D0580EE55235 :10C83000E552E552E5CFDAFFE7CFD9FF1200D9CFB5 :10C84000E6FFDACFE6FFE1CFD9FFE2CFDAFFE6522B :10C85000E652E652E652FD0EDB502AE10001B551E8 :10C8600024E0040E176E186A14C6DFFF010E15C609 :10C87000DBFF020E16C6DBFF030E17C6DBFF040E3E :10C88000E66EE66AD9CFE6FFDACFE6FF000EE66E87 :10C890000B0EE66E77EC6EF0216E060EE15C02E2A6 :10C8A000E16AE552E16E215037D0040E166E32D0A7 :10C8B000040EE66EE66A000EE66E0B0EE66ED9CF4B :10C8C000E6FFDACFE6FF77EC6EF0216E060EE15C54 :10C8D00002E2E16AE552E16E2150D9CFE9FFDACFF9 :10C8E000EAFFEECFE6FFEECFE6FFEECFE6FFEFCFBB :10C8F000E6FF0E0EE66E060EE66E46EC39F0216E91 :10C90000060EE15C02E2E16AE552E16E2150166E2C :10C91000215002E0510E01D0580E216E040EE15C50 :10C9200002E2E16AE552E16E2150E552E5CFDAFF1D :10C93000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF8C :10C94000D9FFE2CFDAFF0001B5510FE00E0EE66E1F :10C95000060EE66E21EC39F0E552E552166EE8500F :10C9600002E0510E03D00001B56B500EE552E5CF49 :10C97000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF23 :10C98000E1CFD9FFE2CFDAFFFD0EDB5004E1020E6A :10C99000176E186A1CD0150E0B01005D18E1040E0D :10C9A0000B01015D14E1E668FE0EE66E030EE66E15 :10C9B00094EC6FF0E552E552E552E668E668030E46 :10C9C000E66E94EC6FF0E552E552E552FF00580E2A :10C9D00000D0E552E5CFDAFFE7CFD9FF1200D9CF7B :10C9E000E6FFDACFE6FFE1CFD9FFE2CFDAFFFD0EB7 :10C9F000DB041AE1000EE66E0B0EE66E880EE66EA4 :10CA0000000EE66EB0EC41F0E552E552E552E5521B :10CA1000166EE85006E0176A186A0001B46B510EF2 :10CA200004D00001010EB46F580EE552E5CFDAFFD5 :10CA3000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF8B :10CA4000D9FFE2CFDAFF0001B45103E1050E166E03 :10CA500011D09E0EE66E000EE66E880EE66E000E9B :10CA6000E66EC4EC42F0E552E552E552E552166E30 :10CA7000E85002E0510E1ED00001A75102E1500E15 :10CA800019D0160E176E186AE66E18C0E6FF9E0ED5 :10CA9000E66E000EE66E000EE66E0B0EE66E77ECAE :10CAA0006EF0216E060EE15C02E2E16AE552E16E93 :10CAB0002150580EE552E5CFDAFFE7CFD9FF12003B :10CAC000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF39 :10CAD000E652FD0EDB043FE1030E175C000E185812 :10CAE00005E300CBDFFF040EDF5C03E3130E166EDD :10CAF00030D0DFCFE6FF7EEC57F0E552020EE66E57 :10CB00000B0EE66EDF50B70DF3CFE9FFF4CFEAFF6F :10CB1000320EE926030EEA22220EE926000EEA2250 :10CB2000E9CF21F0EACF22F0E9CFE6FFEACFE6FF36 :10CB3000BCEC6EF0E552E552E552E55201CBE6FF62 :10CB400000CBE6FF3CEC54F0E552E552166EE8509F :10CB500002E0510E01D0580EE552E552E5CFDAFF62 :10CB6000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF5A :10CB7000D9FFE2CFDAFFE652E652E652FD0EDB5075 :10CB800001E0E8D0176A186ADF6A040EDF5C01E38F :10CB9000E1D0DF50B70DF3CF21F0F4CF22F0320E09 :10CBA0002126030E2222010E21C0DBFF020E22C02D :10CBB000DBFF010EDBCFE9FF020EDBCFEAFF2F0E1A :10CBC000E926000EEA22EF50E66E17C0E9FF18C012 :10CBD000EAFF172A000E1822000EE9260B0EEA22A1 :10CBE000E552E750EF6E010EDBCFE9FF020EDBCF1F :10CBF000EAFF320EE926000EEA22EF50E66E17C079 :10CC0000E9FF18C0EAFF172A000E1822000EE926D5 :10CC10000B0EEA22E552E750EF6E010EDBCFE9FF83 :10CC2000020EDBCFEAFF330EE926000EEA22EECF3A :10CC300021F0EFCF22F022C021F0226A17C0E9FFD5 :10CC400018C0EAFF172A1822000EE9260B0EEA2266 :10CC500021C0EFFF010EDBCFE9FF020EDBCFEAFFC1 :10CC6000330EE926000EEA22EECF21F0EFCF22F0BC :10CC7000FF0E2116000E221617C0E9FF18C0EAFFAA :10CC8000172A1822000EE9260B0EEA2221C0EFFF18 :10CC9000010EDBCFE9FF020EDBCFEAFF350EE926FE :10CCA000000EEA22EF50E66E17C0E9FF18C0EAFF57 :10CCB000172A000E1822000EE9260B0EEA22E55272 :10CCC000E750EF6E010EDBCFE9FF020EDBCFEAFF8C :10CCD000360EE926000EEA22EF50E66E17C0E9FF95 :10CCE00018C0EAFF172A000E1822000EE9260B0EC4 :10CCF000EA22E552E750EF6E0D0EE66EE66A010E8F :10CD0000DBCFE9FF020EDBCFEAFF220EE926000EA1 :10CD1000EA22E9CF21F0EACF22F0E9CFE6FFEACF1D :10CD2000E6FF000E1724236E0B0E1820246E23C07E :10CD3000E6FFE66E77EC6EF0256E060EE15C02E231 :10CD4000E16AE552E16E25500D0E1726000E1822FD :10CD5000DF2A1BD7580EE552E552E552E552E5CFE2 :10CD6000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF2F :10CD7000E1CFD9FFE2CFDAFFFD0EDB0402E1A2EC46 :10CD800045F0580EE552E5CFDAFFE7CFD9FF1200A4 :10CD9000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF66 :10CDA000E652E652E652E652FD0EDB5063E10C50CD :10CDB000B70DF3CF21F0F4CF22F0320E2126030E6F :10CDC000222221C0DEFF22C0DDFFDECFE9FFDDCF62 :10CDD000EAFF2F0EE926000EEA22EF5043E0E66A52 :10CDE000E66AE66AE66ADECFE9FFDDCFEAFFE9CF71 :10CDF00021F0EACF22F0E9CFE6FFEACFE6FF46ECEA :10CE000039F0236E060EE15C02E2E16AE552E16E62 :10CE10002350166E23502EE1D950020FE66E000EFD :10CE2000DA20E66EE66A010EE66E000EE66E0B0E86 :10CE3000E66EDECFE9FFDDCFEAFFE9CF21F0EACFF2 :10CE400022F0E9CFE6FFEACFE6FF9CEC2DF0236E5F :10CE5000080EE15C02E2E16AE552E16E2350166ED3 :10CE6000235002E0510E07D0020EDBCF17F0030E65 :10CE7000DBCF18F0580E216E040EE15C02E2E16A8D :10CE8000E552E16E2150E552E5CFDAFFE7CFD9FF59 :02CE900012008E :0ECE9200D9CFE6FFDACFE6FFE1CFD9FFE2CF3E :10CEA000DAFFE652E652DF6AFD0EDB50F00BE8389F :10CEB0000F0BE76E010EE7CFDBFFDBCF21F0000E9B :10CEC000E76E2118E8AE02D0213403D0E750D880B5 :10CED000215405E20A0EDF26010EDB06EED7FD0E19 :10CEE000DB500F0BDF26DF50E552E552E552E5CF70 :10CEF000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF9E :10CF0000E1CFD9FFE2CFDAFFE652DF6AFD0EDBCFD9 :10CF100021F00A0EE76E2118E8AE02D0E73402D005 :10CF2000E750215C0CE30A0E216EFD0EDBCFE7FF1C :10CF30002150E75EFD0EE7CFDBFFDF2AE7D7DF38C2 :10CF4000F00BDF6EFD0EDB50DF12DF50E552E552D5 :10CF5000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF6E :10CF6000E6FFE1CFD9FFE2CFDAFFBAEC6BF0D00EEB :10CF7000E66EE5EC6CF0E552000910E1FD0EDBCF4A :10CF8000E6FFE5EC6CF0E552000908E1FC0EDBCFB2 :10CF9000E6FFE5EC6CF0E552000902E0FF0E03D07D :10CFA000C2EC6BF0000EE552E5CFDAFFE7CFD9FF18 :10CFB0001200D9CFE6FFDACFE6FFE1CFD9FFE2CF0B :10CFC000DAFFE652010EDF6EBAEC6BF0D00EE66EC1 :10CFD000E5EC6CF0E55200091DE1E66AE5EC6CF069 :10CFE000E552000917E1D5EC6BF0D10EE66EE5ECE9 :10CFF0006CF0E55200090EE10A0EE66EC90EE66E0F :10D00000000EE66E59EC6CF0E552E552E55200096F :10D0100001E1DF6AC2EC6BF0DF5051E1F29CDF6AA4 :10D02000DFCF21F0060EE76E2118E8AE02D02134E2 :10D0300003D0E750D88021541CE3DFCFE9FFEA6A30 :10D04000E9BEEA68C90EE926000EEA22EF50E66E54 :10D0500020DFE552E66EDFCFE9FFEA6AE9BEEA6863 :10D06000BF0EE926000EEA22E552E750EF6EDF2AF6 :10D07000D7D7DFCF21F00A0EE76E2118E8AE02D035 :10D08000E73402D0E750215C19E2DFCFE9FFEA6A1A :10D09000E9BEEA68C90EE926000EEA22EF50E66E04 :10D0A000DFCFE9FFEA6AE9BEEA68BF0EE926000EB3 :10D0B000EA22E552E750EF6EDF2ADBD7F28C000E52 :10D0C000E552E552E5CFDAFFE7CFD9FF1200D9CF1D :10D0D000E6FFDACFE6FFE1CFD9FFE2CFDAFFE65293 :10D0E000E652DF6ADFCF21F0060EE76E2118E8AEC8 :10D0F00002D0213403D0E750D880215420E3DFCF81 :10D1000021F0226A21BE2268FC0EDB502124E96E48 :10D11000FD0EDB502220EA6EEF50E66EEDDEE552AA :10D12000E66EDFCFE9FFEA6AE9BEEA68C90EE926E2 :10D13000000EEA22E552E750EF6EDF2AD3D7000156 :10D14000100ED06F150ED16F040ED26FDE52010E8D :10D15000DD6EBAEC6BF0D00EE66EE5EC6CF0E552ED :10D16000000915E1E66AE5EC6CF0E55200090FE113 :10D170000A0EE66EC90EE66E000EE66E00EC6DF06D :10D18000E552E552E552000902E1010EDB6AC2EC0C :10D190006BF0010EDB50E552E552E552E5CFDAFFC8 :10D1A000E7CFD9FF1200100EE66E070EE66ED5DE51 :10D1B000E552E552FEDE150E0001C75D03E1040EE7 :10D1C000C85D12E0C96BCA6BCB6B010ECC6FCD6F23 :10D1D000040ECE6F0C0ECF6FC90EE66E000EE66E1B :10D1E00076DFE552E552E5DE12000001BF2B3C0E72 :10D1F000BF5D0CE3BF6BC02B3C0EC05D07E3C06B93 :10D20000C12B180EC15D02E3C16B00801200F29CBD :10D21000C5C021F0226A236A246A140E2126000E5A :10D22000222223222422190E1F0B07E0D890213638 :10D23000223623362436E806F9E1C4C025F0266AF2 :10D24000276A286A150E1F0B07E0D8902536263668 :10D2500027362836E806F9E12550211226502212F9 :10D260002750231228502412C3C029F02A6A2B6A9F :10D270002C6A100E1F0B07E0D89029362A362B3661 :10D280002C36E806F9E1295021122A5022122B509F :10D2900023122C5024120001C1512D6E2E6A2D50E4 :10D2A0002D6AE834E834E834F80B2E6E2F6A306AC1 :10D2B0002D5021122E5022122F50231230502412A2 :10D2C000C051316E326A050ED89031363236E804DC :10D2D000FBE1336A346A315021123250221233504A :10D2E0002312345024120001BF51356E366AD89093 :10D2F00036323532376A386A21503510D36F2250B2 :10D300003610D46F23503710D56F24503810D66F95 :10D31000F28CD3C03FF0D4C040F0D5C041F0426E93 :02D320001200F9 :0ED32200949C948E96909682AC6AAC8AAC84F1 :10D33000AB6AAB8EAB889F9A9F982A0EAF6EAC8477 :10D34000B86A9D8A0001F26BF36BF46BF56BF66BB8 :10D35000F76B12000001F25102E19D981200F451A6 :10D36000EA6A000FE96E0E0EEA22EF50AD6EF42B62 :10D37000F451216E226A800E211803E1225001E14E :10D38000F46BF20712000001F251216E226AD8906C :10D39000225004E6800E215C000E225801E3000CAE :10D3A000010CD9CFE6FFDACFE6FFE1CFD9FFE2CF1C :10D3B000DAFF0001F251216E226AD890225004E671 :10D3C000800E215C000E2258F4E2F29CF351EA6ACE :10D3D000000FE96E0E0EEA22FD0EDBCFEFFFF32BFE :10D3E000F351216E226A800E211803E1225001E1DF :10D3F000F36BF22B9D88F28CE552E5CFDAFFE7CF95 :10D40000D9FF12000001F251FDE11200ABA202D0DF :10D41000AB98AB88ABB420D00001F551216E226AE5 :10D42000D890225004E6800E215C000E225814E2AF :10D43000F651EA6A800FE96E0E0EEA22AECFEFFFD8 :10D44000F62BF651216E226A800E211803E122503C :10D4500001E1F66BF52B1200AECFF8F01200D9CF38 :10D46000E6FFDACFE6FFE1CFD9FFE2CFDAFF000136 :10D47000F55102E1000E1FD0F29CF751EA6A800FCD :10D48000E96E0E0EEA22EF50E66EFC0EDBCFE9FFEE :10D49000FD0EDBCFEAFFE552E750EF6EF72BF751B9 :10D4A000216E226A800E211803E1225001E1F76B00 :10D4B000F507F28C010EE552E5CFDAFFE7CFD9FF91 :10D4C0001200D9CFE6FFDACFE6FFE1CFD9FFE2CFF6 :10D4D000DAFFFC0EDBCFF6FFFD0EDBCFF7FF080017 :10D4E000F5500FE0FC0EDBCFF6FFDB2AFD0EDBCFA5 :10D4F000F7FF01E3DB2A0800F550E66E52DFE55244 :10D50000E8D7E552E5CFDAFFE7CFD9FF1200D9CF50 :10D51000E6FFDACFE6FFE1CFD9FFE2CFDAFFFC0E7C :10D52000DBCFE6FFFD0EDBCFE6FFCBDFE552E552BA :10D530000D0EE66E36DFE5520A0EE66E32DFE5527C :10D54000E552E5CFDAFFE7CFD9FF1200D9CFE6FFEA :10D55000DACFE6FFE1CFD9FFE2CFDAFFFC0EDBCF77 :10D56000E9FFFD0EDBCFEAFFEF500EE0FC0EDBCF54 :10D57000E9FFDB2AFD0EDBCFEAFF01E3DB2AEF50F8 :10D58000E66E0FDFE552EAD7E552E5CFDAFFE7CFE7 :10D59000D9FF1200D9CFE6FFDACFE6FFE1CFD9FFFE :10D5A000E2CFDAFFFC0EDBCFE6FFFD0EDBCFE6FFBE :10D5B000CDDFE552E5520D0EE66EF3DEE5520A0EC2 :10D5C000E66EEFDEE552E552E5CFDAFFE7CFD9FFB1 :10D5D0001200D9CFE6FFDACFE6FFE1CFD9FFE2CFE5 :10D5E000DAFFE652FD0EDB50F00BE8380F0BDF6E72 :10D5F000DFCF21F0090EE76E2118E8AE02D021340A :10D6000003D0E750D880215402E2370E01D0300E0B :10D61000DF26DFCFE6FFC5DEE552FD0EDB500F0B48 :10D62000DF6EDFCF21F0090EE76E2118E8AE02D0E1 :10D63000213403D0E750D880215402E2370E01D0C4 :10D64000300EDF26DFCFE6FFACDEE552E552E552D5 :10D65000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF67 :10D66000E6FFE1CFD9FFE2CFDAFFFD0EDBCF22F0FC :10D6700022C021F0226A2150E66EABDFE552FF0E98 :10D68000E76EFC0EDBCF21F0E7502116226A215015 :10D69000E66E9FDFE552E552E5CFDAFFE7CFD9FF2F :10D6A0001200D9CFE6FFDACFE6FFE1CFD9FFE2CF14 :10D6B000DAFFFA0EDBCF21F0FB0EDBCF22F0FC0EFF :10D6C000DBCF23F0FD0EDBCF24F0180ED8902432F0 :10D6D000233222322132E806F9E12150E66E79DF69 :10D6E000E552FA0EDBCF21F0FB0EDBCF22F0FC0E71 :10D6F000DBCF23F0FD0EDBCF24F0100ED8902432C8 :10D70000233222322132E806F9E12150E66E61DF50 :10D71000E552FA0EDBCF21F0FB0EDBCF22F0FC0E40 :10D72000DBCF23F0FD0EDBCF24F0080ED89024329F :10D73000233222322132E806F9E12150E66E49DF38 :10D74000E552FA0EDBCF21F0FB0EDBCF22F0FC0E10 :10D75000DBCF23F0FD0EDBCF24F02150E66E39DF66 :0ED76000E552E552E5CFDAFFE7CFD9FF120020 :02D76E009482A3 :10D77000948412008B9294920A0EE66E67EC71F01C :10D78000E55212008B9494948B9294920A0EE66E5A :10D7900067EC71F0E55294840A0EE66E67EC71F066 :10D7A000E55294820000000012008B9494949482BD :10D7B0000A0EE66E67EC71F0E55294840A0EE66E8E :10D7C00067EC71F0E5528B9294920A0EE66E67EC6C :10D7D00071F0E55212008B94949494820A0EE66ED6 :10D7E00067EC71F0E5529484320EE66E67EC71F0EE :10D7F000E55282B2FF0C000C1E0EE66E67EC71F073 :10D80000E55282A4FE0C000C0001080EFF6F8B9401 :10D81000949494820A0EE66E67EC71F0E55294845B :10D82000010EE66E67EC71F0E55282B407D0E4DFDA :10D83000000904E0FE0EF36EF4681200010E000110 :10D84000D890FD37E806FCE10001FD91FE6B82B245 :10D85000FD81FF07DDE1FDC0F3FFFEC0F4FF120014 :10D86000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF8B :10D87000E652E652C9DFF3CFDEFFF4CFDDFF010E43 :10D88000DB50FF0B03E1A7DF000903E1F368F46855 :10D8900008D0DECF21F0DDCF22F021C0F3FF22C07F :10D8A000F4FFE552E552E552E5CFDAFFE7CFD9FFC5 :10D8B0001200D9CFE6FFDACFE6FFE1CFD9FFE2CF02 :10D8C000DAFFE652E652FB0EDBCFF3FFDB06F35046 :10D8D00000092BE099DFF3CFDEFFF4CFDDFF010E6F :10D8E000DB50FF0B02E0FF0E21D0FC0EDBCFE9FF87 :10D8F000DB2AFD0EDBCFEAFF01E3DB2ADFCFEFFF00 :10D90000FB0EDB5003E19494948203D094948B92A9 :10D9100094920A0EE66E67EC71F0E55294840A0E5A :10D92000E66E67EC71F0E552CED7000EE552E55297 :10D93000E552E5CFDAFFE7CFD9FF1200D9CFE6FFF6 :10D94000DACFE6FFE1CFD9FFE2CFDAFF0001080E20 :10D95000FF6FFD0EDB500001FD6FFE6B8B9482B4F8 :10D9600006D04ADF000902E0FF0E29D023D00001D3 :10D97000FE6BFD37D8A00ED0949494820A0EE66E0A :10D9800067EC71F0E55294840A0EE66E67EC71F074 :10D99000E5520ED094948B9294920A0EE66E67EC48 :10D9A00071F0E55294840A0EE66E67EC71F0E55270 :10D9B0000001FF070001FF51D2E1000E00D0E55247 :10D9C000E5CFDAFFE7CFD9FF1200D9CFE6FFDACFF4 :10D9D000E6FFE1CFD9FFE2CFDAFFFD0EDBCFE6FFB6 :10D9E000ADDFE552000903E1F6DE000902E0FF0EBB :10D9F00001D0000EE552E5CFDAFFE7CFD9FF1200E4 :10DA0000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFE9 :10DA1000FB0EDB5017E0FC0EDBCFE9FFDB2AFD0E2F :10DA2000DBCFEAFF01E3DB2AEF50E66E87DFE5524A :10DA3000000903E1D0DE000902E0FF0E04D0FB0E76 :10DA4000DB06E6D7000EE552E5CFDAFFE7CFD9FFD8 :02DA50001200C2 :0EDA5200D8CFE4FFE0CFE4FFE46EE9CFE4FFBD :10DA6000EACFE4FFF6CFE4FFF7CFE4FFF5CFE4FF22 :10DA7000F3CFE4FFF4CFE4FFFACFE4FF00EE39F098 :10DA8000140EE80403E3EECFE4FFFBD700EE21F031 :10DA9000180EE80403E3EECFE4FFFBD7E6529EA2A4 :10DAA00004D09E9273EC62F00082F0A203D0F09258 :10DAB000F5EC68F09EA803D09E98AAEC69F09EAAA7 :10DAC00003D09E9A06EC6AF0E55200EE38F0180E8C :10DAD000E80403E3E5CFEDFFFBD700EE4CF0140EB6 :10DAE000E80403E3E5CFEDFFFBD7E5CFFAFFE5CF91 :10DAF000F4FFE5CFF3FFE5CFF5FFE5CFF7FFE5CF87 :10DB0000F6FFE5CFEAFFE5CFE9FFE550E5CFE0FF1F :10DB1000E5CFD8FF1000D9CFE6FFDACFE6FFE1CF9F :10DB2000D9FFE2CFDAFFE652929A938A93889496CD :10DB30009488949A898A94908B900F0EC16E921259 :10DB400093968A9692889382F086F08CF19A9384C9 :10DB5000F088F09EF198939E939C8A9E8A9CFE0E7C :10DB6000E66EFAEC70F0E552C30ECB6E9F92400E5B :10DB7000C76E210EC66ED08E1F0E1C6E006A00018D :10DB8000B66BB56BB46BDF6A040EDF5C11E2DF507D :10DB9000B70DF3CFE9FFF4CFEAFF320EE926030E0B :10DBA000EA22220EE926000EEA22EF6ADF2AECD7EB :10DBB000E552E552E5CFDAFFE7CFD9FF1200D9CF22 :10DBC000E6FFDACFE6FFE1CFD9FFE2CFDAFFE65298 :10DBD000E6520001BC8F020EB66FDE52030EDD6E00 :10DBE000E66A2CEC5DF0E552DF6EDF5007E0010ED7 :10DBF000DBCFF3FFDB06F3500008F2E3DF5013E165 :10DC0000000EE66E010EE66EE66A5FEC2AF0E55263 :10DC1000E552E552DF6EDF5006E10001010EB66FFE :10DC20003BEC57F0DF6E020E0001B65D02E1020E22 :10DC3000B96FDF50166EE552E552E552E5CFDAFFD7 :10DC4000E7CFD9FF1200DAEC57F0000EE66EE66A75 :10DC5000E66A5FEC2AF0E552E552E5520001B66B48 :10DC6000B96B120058DFF6EC6EF0B7EC6BF0D3EC4A :10DC700068F0BFEC5AF091EC69F019EC70F0036AAF :10DC8000400EE66EBBEC52F0E552F28EF28C00A034 :10DC900003D0D9EC67F0009000A223D00092B90E17 :10DCA000E66E000EE66E00EC6FF0E552E552BC0E3B :10DCB000E66E000EE66E00EC6FF0E552E55230ECD9 :10DCC0005AF0B9EC62F0000904E00001B65101E13C :10DCD00076DFB9EC62F0000904E10001B65101E021 :0EDCE000B2DF00A4D4D70094F6EC5AF0D0D7EF :02DCEE00D9CF8C :10DCF000E6FFDACFE6FFFA0EE3CFD9FFFB0EE3CF64 :10DD0000DAFFFC0EE3CFE9FFFD0EE3CFEAFFE9CF38 :10DD1000F3FFEACFF4FFF80EE35003E1F90EE3500E :10DD200008E0F80EE30602E2F90EE306DECFEEFFAE :10DD3000F2D7FF0EE3CFDAFFE552FF0EE3CFD9FFB4 :10DD4000E5521200FE0EE3CFE9FFFF0EE3CFEAFF3C :10DD5000E9CFF3FFEACFF4FFFB0EE35003E1FC0E43 :10DD6000E35009E0FB0EE30602E2FC0EE306FD0EC3 :10DD7000E350EE6EF1D71200D9CFE6FFDACFE6FF1F :10DD8000FA0EE3CFD9FFFB0EE3CFDAFFFC0EE3CFB1 :10DD9000E9FFFD0EE3CFEAFFE9CFF3FFEACFF4FF9F :10DDA000DECFEFFFEE66FCD7FF0EE3CFDAFFE552E2 :10DDB000FF0EE3CFD9FFE5521200FB0EE3CFF6FFD3 :10DDC000FC0EE3CFF7FFFD0EE3CFF8FFFE0EE3CF2F :10DDD000E9FFFF0EE3CFEAFFE9CFF3FFEACFF4FF5D :0CDDE0000900F5CFEFFFEE66FBD7120044 :04DDEC000001010E23 :10DDF000BB6FBA6BB96B0001BE6BBD6BBC6B120025 :10DE0000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFE5 :10DE1000FC0EDBCFE9FFFD0EDBCFEAFFEF50030B7B :10DE2000030A0EE0010A0AE0030A05E0010A0DE117 :10DE30000F01046B0AD00F01010E06D0400E01D075 :10DE4000800E0001B8150F01046FFC0EDBCFE9FF57 :10DE5000FD0EDBCFEAFFEF50800B10E0FC0EDBCFB6 :10DE6000E9FFFD0EDBCFEAFFEF9EFC0EDBCFE9FF03 :10DE7000FD0EDBCFEAFFEE52080EEF6EFC0EDBCF9D :10DE8000E9FFFD0EDBCFEAFFEE52EF500AE0FC0E99 :10DE9000DBCFE9FFFD0EDBCFEAFFEE52EF060F010D :10DEA0000471FC0EDBCFE9FFFD0EDBCFEAFF020EB3 :10DEB000E926000EEA22EF5008E00F010451E8B015 :10DEC0008A8CE8B008D08A9C06D00F010451E8B0D3 :10DED0008A8EE8A08A9EE552E5CFDAFFE7CFD9FF28 :02DEE00012002E :0EDEE200D9CFE6FFDACFE6FFE1CFD9FFE2CFDE :10DEF000DAFFFF0EE76EFC0EDBCF21F0E7502116B4 :10DF00002150A96EFD0EDBCF22F022C021F0226A43 :10DF10002150AA6EA69EA69CA680A850E552E5CFE9 :10DF2000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF5D :10DF3000E1CFD9FFE2CFDAFFFF0EE76EFC0EDBCFB9 :10DF400021F0FD0EDBCF22F0E7502116226A21508E :10DF5000A96EFC0EDBCF21F0FD0EDBCF22F022C03C :10DF600021F0226A2150AA6EFB0EDB50A86EA69CFF :10DF7000A69EA684F29E550EA76EAA0EA76EA68236 :10DF8000F28EA6B2FED7A694E552E5CFDAFFE7CF30 :04DF9000D9FF1200A3 :0CDF94001E0EF66E0B0EF76E000EF86EFF :10DFA00000010900F550ED6F0900F550EE6F03E137 :10DFB000ED6701D03DD00900F550E86F0900F5503C :10DFC000E96F0900F550EA6F09000900F550E96EA4 :10DFD0000900F550EA6E090009000900F550EB6FE1 :10DFE0000900F550EC6F09000900F6CFEFF0F7CF0C :10DFF000F0F0F8CFF1F0E8C0F6FFE9C0F7FFEAC0B3 :10E00000F8FF0001EB5302E1EC5307E00900F55083 :10E01000EE6EEB07F8E2EC07F9D7EFC0F6FFF0C0C1 :10E02000F7FFF1C0F8FF0001ED07000EEE5BBFD770 :02E030001200DC :0EE032000001FB6B400EFC6F12000001FB5161 :10E0400007E0F9C0E6FFD1EC69F0E5520001FB6B97 :10E05000C3EC69F0000903E00001FC8D02D000016F :10E06000FC9DFCB90CD0FA0EE66E000EE66E2FECAD :10E070006AF0E552E552000902E00001FC89120055 :10E080000001FB5106E183CFF9F0010EFB6FFC9D0F :10E090001200FC8F12000001FCA904D0FAC08CFF12 :10E0A000FC9902D0FC8B8C68956A1200FCC08CFF36 :06E0B000956A1200120047 :0AE0B6003F504402F3CF3BF0F4CFDB :10E0C0003CF04502F3503C26000EF4203D6E3F50DC :10E0D0004602F3503D26000EF4203E6E3F504702AC :10E0E000F3503E2640504402F3503C26F4503D226B :10E0F000000E3E2240504502F3503D26F4503E2291 :10E1000040504602F3503E2641504402F3503D2613 :10E11000F4503E2241504502F3503E264250440204 :06E12000F3503E26120040 :0AE12600E550080E206ED8901D365B :10E13000E7AE02D0090E1D1A1DAE02D0090E1D1A3F :10E14000E746202EF3D7E6501200FF0EE3501F18CB :10E15000206EF00B203A201A2050F00B1E181F6E74 :10E1600020441F1AE00B1F1A203A20181E6E000CC4 :10E170003E6A3D6A3C6A3B6A200EE76ED8903F36A5 :10E180004036413642363B363C363D363E364450CC :10E190003B5C45503C5846503D5847503E5809E37B :10E1A00044503B5E45503C5A46503D5A47503E5ABB :08E1B0003F2AE72EE4D712001C :08E1B80041C04BF0415046024A :10E1C000F4CF40F0F3CF3FF042504702F4CF42F09B :10E1D000F3CF41F04602F3504026F4504122E86A62 :10E1E00042224B504702F3504026F4504122E86A45 :04E1F0004222000CBB :0CE1F400D9CFE6FFDACFE6FFE1CFD9FF7C :10E20000E2CFDAFFFD0EDB50FB0BCA6ECC6A9E92AA :10E21000FD0EDBAE02D09D8201D09D92CA84E552F4 :0AE22000E5CFDAFFE7CFD9FF1200C7 :06E22A003E6A3D6A100E81 :10E23000E76ED890413642363D363E3646503D5C1C :10E2400047503E5805E346503D5E47503E5A412AEE :06E25000E72EF0D71200DA :0AE25600222A2B2C3A3B3C3D3E3FB0 :10E260005B5D7C7F002F68617264342D0065747281 :06E2700073686172640096 :0AE2760094C5E8C520C67CC624C785 :10E28000ACC736C978C9DEC936CAC0CA3EC866CB73 :06E2900068CD90CD7EC5B3 :0AE296001CEE00F02CEE00F0F86A18 :10E2A0003A9CCAEC6FF079EC71F032EC6EF0FBD76F :02E2B00012005A :0EE2B2003E6A080EE76ED89042363E36475060 :0EE2C0003E5C02E33E6E422AE72EF7D71200C4 :02E2CE00FF0E41 :10E2D000E350E84E1200000000D000D000D0E82E3D :04E2E000FAD7120057 :0CE2E40000EE00F00F0EEE6AEA62FDD7BB :02E2F00012001A :02E2F200120018 :01E2F4000128 :02FFFE005C7530 :020000040030CA :0100010006F8 :0100020018E5 :010003001EDE :010005008179 :010006008178 :01000B00A054 :0200000400F00A :10000000FEFEFF180218193A4038E680C01116505B :100010000609CD1F50C0E946524548442E524F4D67 :1000200021000039E5DDE1EB3E03D3C4CDA45078D7 :100030003C3CD3C30EC23E01ED79EDB3AFED79CDBB :10004000A450C00EFFCD7F503D200CCD7050CD7F11 :1000500050772310F918EE3D280BCD7F5047CD7F08 :100060005010FB18E0CD70503E06D3C4CDA450AF65 :10007000C9CD7F5047CD7F506F05CD7F506705C9F3 :100080000C2003CD8850DBC2C9AFD3C33E04D3C418 :10009000CDA4502005DBCFE608C03E06D3C4CDA4D6 :1000A00050DDF93CC9DBCF0738FBDBCFE601C9FFE8 :1000B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50 :1000C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40 :1000D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30 :1000E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20 :1000F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10 :0203FE005C752C :00000001FF ================================================ FILE: frehd/PIC Source Files/18f4620_g.lkr ================================================ // File: 18f4620_g.lkr // Generic linker script for the PIC18F4620 processor #DEFINE _CODEEND _DEBUGCODESTART - 1 #DEFINE _CEND _CODEEND + _DEBUGCODELEN #DEFINE _DATAEND _DEBUGDATASTART - 1 #DEFINE _DEND _DATAEND + _DEBUGDATALEN LIBPATH . #IFDEF _CRUNTIME // FILES c018i.o replaced by my version FILES clib.lib FILES p18f4620.lib #FI CODEPAGE NAME=bootpage START=0x0 END=0x7FF PROTECTED #IFDEF _DEBUGCODESTART CODEPAGE NAME=page START=0x800 END=_CODEEND CODEPAGE NAME=debug START=_DEBUGCODESTART END=_CEND PROTECTED #ELSE CODEPAGE NAME=page START=0x800 END=0xFFFF #FI CODEPAGE NAME=idlocs START=0x200000 END=0x200007 PROTECTED CODEPAGE NAME=config START=0x300000 END=0x30000D PROTECTED CODEPAGE NAME=devid START=0x3FFFFE END=0x3FFFFF PROTECTED CODEPAGE NAME=eedata START=0xF00000 END=0xF003FF PROTECTED ACCESSBANK NAME=accessram START=0x0 END=0x7F DATABANK NAME=gpr0 START=0x80 END=0xFF DATABANK NAME=buffer1 START=0x100 END=0xAFF PROTECTED //DATABANK NAME=gpr2 START=0x200 END=0x2FF //DATABANK NAME=gpr3 START=0x300 END=0x3FF //DATABANK NAME=gpr4 START=0x400 END=0x4FF //DATABANK NAME=gpr5 START=0x500 END=0x5FF //DATABANK NAME=gpr6 START=0x600 END=0x6FF //DATABANK NAME=gpr7 START=0x700 END=0x7FF //DATABANK NAME=gpr8 START=0x800 END=0x8FF //DATABANK NAME=gpr9 START=0x900 END=0x9FF //DATABANK NAME=gpr10 START=0xA00 END=0xAFF DATABANK NAME=buffer4 START=0xB00 END=0xBFF PROTECTED DATABANK NAME=stack START=0xC00 END=0xDFF PROTECTED SECTION NAME=fs_buffer RAM=buffer1 SECTION NAME=extra_buffer RAM=buffer4 #IFDEF _DEBUGDATASTART DATABANK NAME=gpr14 START=0xE00 END=_DATAEND DATABANK NAME=dbgspr START=_DEBUGDATASTART END=_DEND PROTECTED #ELSE //no debug DATABANK NAME=gpr14 START=0xE00 END=0xEFF #FI DATABANK NAME=gpr15 START=0xF00 END=0xF7F ACCESSBANK NAME=accesssfr START=0xF80 END=0xFFF PROTECTED #IFDEF _CRUNTIME SECTION NAME=CONFIG ROM=config #IFDEF _DEBUGDATASTART STACK SIZE=0x200 RAM=stack #ELSE STACK SIZE=0x200 RAM=stack #FI #FI ================================================ FILE: frehd/PIC Source Files/FatFS/diskio.c ================================================ /*-----------------------------------------------------------------------*/ /* MMC/SDSC/SDHC (in SPI mode) control module (C)ChaN, 2007 */ /*-----------------------------------------------------------------------*/ /* Only rcvr_spi(), xmit_spi(), disk_timerproc() and some macros */ /* are platform dependent. */ /*-----------------------------------------------------------------------*/ #include #include "bootloader.inc" #include "diskio.h" #include "HardwareProfile.h" #include "ffconf.h" #include "trs_hard.h" #include "led.h" #if UART_DEBUG || PROTEUS_SIMULATOR #include "serial.h" #endif /* Definitions for MMC/SDC command */ #define CMD0 (0x40+0) /* GO_IDLE_STATE */ #define CMD1 (0x40+1) /* SEND_OP_COND (MMC) */ #define ACMD41 (0xC0+41) /* SEND_OP_COND (SDC) */ #define CMD8 (0x40+8) /* SEND_IF_COND */ #define CMD9 (0x40+9) /* SEND_CSD */ #define CMD10 (0x40+10) /* SEND_CID */ #define CMD12 (0x40+12) /* STOP_TRANSMISSION */ #define ACMD13 (0xC0+13) /* SD_STATUS (SDC) */ #define CMD16 (0x40+16) /* SET_BLOCKLEN */ #define CMD17 (0x40+17) /* READ_SINGLE_BLOCK */ #define CMD18 (0x40+18) /* READ_MULTIPLE_BLOCK */ #define CMD23 (0x40+23) /* SET_BLOCK_COUNT (MMC) */ #define ACMD23 (0xC0+23) /* SET_WR_BLK_ERASE_COUNT (SDC) */ #define CMD24 (0x40+24) /* WRITE_BLOCK */ #define CMD25 (0x40+25) /* WRITE_MULTIPLE_BLOCK */ #define CMD55 (0x40+55) /* APP_CMD */ #define CMD58 (0x40+58) /* READ_OCR */ #define CMD59 (0x40+59) /* CRC_ON_OFF */ /* Port Controls (Platform dependent) */ #define SELECT() SD_CS = 0 /* MMC CS = L */ #define DESELECT() SD_CS = 1 /* MMC CS = H */ #define SOCKPORT SD_WP_CD_PORT /* Socket contact port */ #define SOCKWP (1<> 8) || crcL != (BYTE)crc16) { #if UART_DEBUG || PROTEUS_SIMULATOR usart_put_hex(crcH); usart_put_hex(crcL); usart_send('-'); usart_put_short(crc16); #endif return FALSE; /* BAD CRC */ } #if UART_DEBUG || PROTEUS_SIMULATOR usart_send('C'); #endif return TRUE; /* Return with success */ } /*-----------------------------------------------------------------------*/ /* Send a data packet to MMC */ /*-----------------------------------------------------------------------*/ #if _FS_READONLY == 0 static BOOL xmit_datablock ( const BYTE *buff, /* 512 byte data block to be transmitted */ BYTE token /* Data/Stop token */ ) { static BYTE resp; static UINT bc; static BYTE *ptr; if (wait_ready() != 0xFF) return FALSE; xmit_spi(token); /* Xmit data token */ if (token != 0xFD) { /* Is data token */ rled.val |= LED_FLASH; bc = 512; ptr = buff; crc16 = 0; do { mmc_crc16(*ptr++); } while (--bc); bc = 512; do { /* Xmit the 512 byte data block to MMC */ xmit_spi(*buff++); } while (--bc); xmit_spi((BYTE)(crc16 >> 8)); /* CRC */ xmit_spi((BYTE)crc16); resp = rcvr_spi(); /* Receive data response */ #if UART_DEBUG || PROTEUS_SIMULATOR usart_put_hex(resp); #endif if ((resp & 0x1F) != 0x05) /* If not accepted, return with error */ return FALSE; } return TRUE; } #endif /* _READONLY */ /*-----------------------------------------------------------------------*/ /* Send a command packet to MMC */ /*-----------------------------------------------------------------------*/ static BYTE send_cmd ( BYTE cmd, /* Command byte */ DWORD arg /* Argument */ ) { static BYTE n, res; if (cmd & 0x80) { /* ACMD is the command sequense of CMD55-CMD */ cmd &= 0x7F; res = send_cmd(CMD55, 0); if (res > 1) return res; } /* Select the card and wait for ready */ DESELECT(); SELECT(); if (wait_ready() != 0xFF) return 0xFF; /* Send command packet */ crc7 = 0; xmit_spi(cmd); /* Start + Command index */ mmc_crc7(cmd); n = (BYTE)(arg >> 24); xmit_spi(n); mmc_crc7(n); n = (BYTE)(arg >> 16); xmit_spi(n); mmc_crc7(n); n = (BYTE)(arg >> 8); xmit_spi(n); mmc_crc7(n); n = (BYTE)arg; xmit_spi(n); mmc_crc7(n); crc7 <<= 1; crc7 |= 0x01; xmit_spi(crc7); /* Receive command response */ if (cmd == CMD12) rcvr_spi(); /* Skip a stuff byte when stop reading */ n = 10; /* Wait for a valid response in timeout of 10 attempts */ do res = rcvr_spi(); while ((res & 0x80) && --n); return res; /* Return with the response value */ } /*-------------------------------------------------------------------------- Public Functions ---------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------*/ /* Initialize Disk Drive */ /*-----------------------------------------------------------------------*/ DSTATUS disk_initialize ( BYTE drv /* Physical drive nmuber (0) */ ) { BYTE n, cmd, ty, ocr[4]; if (drv) return STA_NOINIT; /* Supports only single drive */ if (Stat & STA_NODISK) return Stat; /* No card in the socket */ power_on(); /* Force socket power on */ FCLK_SLOW(); for (n = 10; n; n--) rcvr_spi(); /* 80 dummy clocks */ ty = 0; if (send_cmd(CMD0, 0) == 1) { /* Enter Idle state */ Timer1 = 200; /* Initialization timeout of 1000 msec */ if (send_cmd(CMD8, 0x1AA) == 1) { /* SDHC */ for (n = 0; n < 4; n++) ocr[n] = rcvr_spi(); /* Get trailing return value of R7 resp */ if (ocr[2] == 0x01 && ocr[3] == 0xAA) { /* The card can work at vdd range of 2.7-3.6V */ while (Timer1 && send_cmd(ACMD41, 1UL << 30)); /* Wait for leaving idle state (ACMD41 with HCS bit) */ if (Timer1 && send_cmd(CMD58, 0) == 0) { /* Check CCS bit in the OCR */ for (n = 0; n < 4; n++) ocr[n] = rcvr_spi(); ty = (ocr[0] & 0x40) ? CT_SD2|CT_BLOCK : CT_SD2; } } } else { /* SDSC or MMC */ if (send_cmd(ACMD41, 0) <= 1) { ty = CT_SD1; cmd = ACMD41; /* SDSC */ } else { ty = CT_MMC; cmd = CMD1; /* MMC */ } while (Timer1 && send_cmd(cmd, 0)); /* Wait for leaving idle state */ if (!Timer1 || send_cmd(CMD16, 512) != 0) /* Set R/W block length to 512 */ ty = 0; } } CardType = ty; release_spi(); if (ty) { /* Initialization succeded */ FCLK_FAST(); n = send_cmd(CMD59, 0x1); if (n == 0) { Stat &= ~STA_NOINIT; /* Clear STA_NOINIT */ } else { ty = 0; } } if (!ty) { power_off(); /* Initialization failed */ } return Stat; } /*-----------------------------------------------------------------------*/ /* Get Disk Status */ /*-----------------------------------------------------------------------*/ DSTATUS disk_status ( BYTE drv /* Physical drive nmuber (0) */ ) { if (drv) return STA_NOINIT; /* Supports only single drive */ return Stat; } /*-----------------------------------------------------------------------*/ /* Read Sector(s) */ /*-----------------------------------------------------------------------*/ DRESULT disk_read ( BYTE drv, /* Physical drive nmuber (0) */ BYTE *buff, /* Pointer to the data buffer to store read data */ DWORD sector, /* Start sector number (LBA) */ BYTE count /* Sector count (1..255) */ ) { #if UART_DEBUG || PROTEUS_SIMULATOR usart_puts("R "); usart_put_long(sector); #endif if (drv || count != 1) return RES_PARERR; if (Stat & STA_NOINIT) return RES_NOTRDY; if (!(CardType & CT_BLOCK)) sector <<= 9; /* Convert to byte address if needed */ Retry = MAX_RETRIES; do { #if UART_DEBUG || PROTEUS_SIMULATOR usart_puts("."); #endif /* Single block read */ if ((send_cmd(CMD17, sector) == 0) /* READ_SINGLE_BLOCK */ && rcvr_datablock(buff, 512)) { count = 0; } release_spi(); } while (count && Retry-- > 0); #if UART_DEBUG || PROTEUS_SIMULATOR usart_puts2(""); #endif return count ? RES_ERROR : RES_OK; } /*-----------------------------------------------------------------------*/ /* Write Sector(s) */ /*-----------------------------------------------------------------------*/ #if _FS_READONLY == 0 DRESULT disk_write ( BYTE drv, /* Physical drive nmuber (0) */ const BYTE *buff, /* Pointer to the data to be written */ DWORD sector, /* Start sector number (LBA) */ BYTE count /* Sector count (1..255) */ ) { #if UART_DEBUG || PROTEUS_SIMULATOR usart_puts("W "); usart_put_long(sector); #endif if (drv || count != 1) return RES_PARERR; if (Stat & STA_NOINIT) return RES_NOTRDY; if (Stat & STA_PROTECT) return RES_WRPRT; if (!(CardType & CT_BLOCK)) sector <<= 9; /* Convert to byte address if needed */ Retry = MAX_RETRIES; do { #if UART_DEBUG || PROTEUS_SIMULATOR usart_puts("."); #endif /* Single block write */ if ((send_cmd(CMD24, sector) == 0) /* WRITE_BLOCK */ && xmit_datablock(buff, 0xFE)) { count = 0; } release_spi(); } while (count && Retry-- > 0); #if UART_DEBUG || PROTEUS_SIMULATOR usart_puts2(""); #endif return count ? RES_ERROR : RES_OK; } #endif /* _READONLY */ /*-----------------------------------------------------------------------*/ /* Miscellaneous Functions */ /*-----------------------------------------------------------------------*/ DRESULT disk_ioctl ( BYTE drv, /* Physical drive nmuber (0) */ BYTE ctrl, /* Control code */ void *buff /* Buffer to send/receive data block */ ) { DRESULT res; BYTE n, csd[16], *ptr = buff; DWORD csize; if (drv) return RES_PARERR; if (Stat & STA_NOINIT) return RES_NOTRDY; res = RES_ERROR; switch (ctrl) { case CTRL_SYNC : /* Flush dirty buffer if present */ SELECT(); if (wait_ready() == 0xFF) res = RES_OK; break; case GET_SECTOR_COUNT : /* Get number of sectors on the disk (WORD) */ if ((send_cmd(CMD9, 0) == 0) && rcvr_datablock(csd, 16)) { if ((csd[0] >> 6) == 1) { /* SDC ver 2.00 */ csize = csd[9] + ((WORD)csd[8] << 8) + ((DWORD)(csd[7] & 63) << 16) + 1; *(DWORD*)buff = (DWORD)csize << 10; } else { /* MMC or SDC ver 1.XX */ n = (csd[5] & 15) + ((csd[10] & 128) >> 7) + ((csd[9] & 3) << 1) + 2; csize = (csd[8] >> 6) + ((WORD)csd[7] << 2) + ((WORD)(csd[6] & 3) << 10) + 1; *(DWORD*)buff = (DWORD)csize << (n - 9); } res = RES_OK; } break; case GET_SECTOR_SIZE : /* Get sectors on the disk (WORD) */ *(WORD*)buff = 512; res = RES_OK; break; case GET_BLOCK_SIZE : /* Get erase block size in unit of sectors (DWORD) */ if (CardType & CT_SD2) { /* SDC ver 2.00 */ if (send_cmd(ACMD13, 0) == 0) { /* Read SD status */ rcvr_spi(); if (rcvr_datablock(csd, 16)) { /* Read partial block */ for (n = 64 - 16; n; n--) rcvr_spi(); /* Purge trailing data */ *(DWORD*)buff = 16UL << (csd[10] >> 4); res = RES_OK; } } } else { /* SDC ver 1.XX or MMC */ if ((send_cmd(CMD9, 0) == 0) && rcvr_datablock(csd, 16)) { /* Read CSD */ if (CardType & CT_SD1) { /* SDC ver 1.XX */ *(DWORD*)buff = (((csd[10] & 63) << 1) + ((WORD)(csd[11] & 128) >> 7) + 1) << ((csd[13] >> 6) - 1); } else { /* MMC */ *(DWORD*)buff = ((WORD)((csd[10] & 124) >> 2) + 1) * (((csd[11] & 3) << 3) + ((csd[11] & 224) >> 5) + 1); } res = RES_OK; } } break; case MMC_GET_TYPE : /* Get card type flags (1 byte) */ *ptr = CardType; res = RES_OK; break; case MMC_GET_CSD : /* Receive CSD as a data block (16 bytes) */ if ((send_cmd(CMD9, 0) == 0) /* READ_CSD */ && rcvr_datablock(buff, 16)) res = RES_OK; break; case MMC_GET_CID : /* Receive CID as a data block (16 bytes) */ if ((send_cmd(CMD10, 0) == 0) /* READ_CID */ && rcvr_datablock(buff, 16)) res = RES_OK; break; case MMC_GET_OCR : /* Receive OCR as an R3 resp (4 bytes) */ if (send_cmd(CMD58, 0) == 0) { /* READ_OCR */ for (n = 0; n < 4; n++) *((BYTE*)buff+n) = rcvr_spi(); res = RES_OK; } break; case MMC_GET_SDSTAT : /* Receive SD statsu as a data block (64 bytes) */ if ((CardType & CT_SD2) && send_cmd(ACMD13, 0) == 0) { /* SD_STATUS */ rcvr_spi(); if (rcvr_datablock(buff, 64)) res = RES_OK; } break; default: res = RES_PARERR; } release_spi(); return res; } /*-----------------------------------------------------------------------*/ /* Device Timer Interrupt Procedure (Platform dependent) */ /*-----------------------------------------------------------------------*/ /* This function must be called in period of 1ms */ void disk_timerproc (void) { static WORD pv; WORD p; BYTE s; /* 200Hz decrement timer */ if (Timer1) Timer1--; if (Timer2) Timer2--; led_count++; p = pv; pv = SOCKPORT & (SOCKWP | SOCKINS); /* Sample socket switch */ if (p == pv) { /* Have contacts stabled? */ s = Stat; if (p & SOCKWP) /* WP is H (write protected) */ s |= STA_PROTECT; else /* WP is L (write enabled) */ s &= ~STA_PROTECT; if (p & SOCKINS) /* INS = H (Socket empty) */ s |= (STA_NODISK | STA_NOINIT); else /* INS = L (Card inserted) */ s &= ~STA_NODISK; Stat = s; } } /* * Card presence helper */ BYTE card_present(void) { return (!(Stat & STA_NODISK)); } ================================================ FILE: frehd/PIC Source Files/FatFS/diskio.h ================================================ /*----------------------------------------------------------------------- / Low level disk interface modlue include file R0.05 (C)ChaN, 2007 /-----------------------------------------------------------------------*/ #ifndef _DISKIO #include "integer.h" /* Status of Disk Functions */ typedef BYTE DSTATUS; /* Results of Disk Functions */ typedef enum { RES_OK = 0, /* 0: Successful */ RES_ERROR, /* 1: R/W Error */ RES_WRPRT, /* 2: Write Protected */ RES_NOTRDY, /* 3: Not Ready */ RES_PARERR /* 4: Invalid Parameter */ } DRESULT; /*---------------------------------------*/ /* Prototypes for disk control functions */ DSTATUS disk_initialize (BYTE); DSTATUS disk_status (BYTE); DRESULT disk_read (BYTE, BYTE*, DWORD, BYTE); #if _FS_READONLY == 0 DRESULT disk_write (BYTE, const BYTE*, DWORD, BYTE); #endif DRESULT disk_ioctl (BYTE, BYTE, void*); void disk_timerproc (void); BYTE card_present(void); /*---------------------------------------*/ /* Prototypes for asm functions */ void mmc_crc7(BYTE x); void mmc_crc16(BYTE x); /* Disk Status Bits (DSTATUS) */ #define STA_NOINIT 0x01 /* Drive not initialized */ #define STA_NODISK 0x02 /* No medium in the drive */ #define STA_PROTECT 0x04 /* Write protected */ /* Command code for disk_ioctrl() */ /* Generic command */ #define CTRL_SYNC 0 /* Mandatory for write functions */ #define GET_SECTOR_COUNT 1 /* Mandatory for only f_mkfs() */ #define GET_SECTOR_SIZE 2 #define GET_BLOCK_SIZE 3 /* Mandatory for only f_mkfs() */ #define CTRL_POWER 4 #define CTRL_LOCK 5 #define CTRL_EJECT 6 /* MMC/SDC command */ #define MMC_GET_TYPE 10 #define MMC_GET_CSD 11 #define MMC_GET_CID 12 #define MMC_GET_OCR 13 #define MMC_GET_SDSTAT 14 /* ATA/CF command */ #define ATA_GET_REV 20 #define ATA_GET_MODEL 21 #define ATA_GET_SN 22 /* Card type definitions (CardType) */ #define CT_MMC 0x01 #define CT_SD1 0x02 #define CT_SD2 0x04 #define CT_SDC (CT_SD1|CT_SD2) #define CT_BLOCK 0x08 #define _DISKIO #endif ================================================ FILE: frehd/PIC Source Files/FatFS/diskio2.asm ================================================ ;;; ;;; Copyright (C) 2013 Frederic Vecoven ;;; ;;; This file is part of trs_hard ;;; ;;; trs_hard is free software; you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or ;;; (at your option) any later version. ;;; ;;; trs_hard is distributed in the hope that it will be useful, ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with this program. If not, see . ;;; list p=18f4620 include p18f4620.inc include bootloader.inc ;; extern udata extern crc7,crc16,foo diskio_asm_code CODE mmc_crc7 GLOBAL mmc_crc7 movf POSTDEC1,w ; FSR1-- movlw .8 movwf foo mc0 bcf STATUS,C rlcf crc7 btfss INDF1,7 bra mc1 movlw 0x09 xorwf crc7,f mc1 btfss crc7,7 bra mc2 movlw 0x09 xorwf crc7 mc2 rlncf INDF1 decfsz foo,f bra mc0 movf POSTINC1,w ; FSR1++ return ;;; ;;; CRC-16 (x^16+x^12+x^5+x^0) ;;; mmc_crc16 GLOBAL mmc_crc16 movlw 0xFF movf PLUSW1,w ; W = 1st param xorwf crc16+1,w movwf foo andlw 0xf0 swapf foo,f xorwf foo,f movf foo,w andlw 0xf0 xorwf crc16+0,w movwf crc16+1 rlncf foo,w xorwf crc16+1,f andlw 0xe0 xorwf crc16+1,f swapf foo,f xorwf foo,w movwf crc16+0 retlw 0 END ================================================ FILE: frehd/PIC Source Files/FatFS/ff.c ================================================ /*----------------------------------------------------------------------------/ / FatFs - FAT file system module R0.09b (C)ChaN, 2013 /-----------------------------------------------------------------------------/ / FatFs module is a generic FAT file system module for small embedded systems. / This is a free software that opened for education, research and commercial / developments under license policy of following terms. / / Copyright (C) 2013, ChaN, all right reserved. / / * The FatFs module is a free software and there is NO WARRANTY. / * No restriction on use. You can use, modify and redistribute it for / personal, non-profit or commercial products UNDER YOUR RESPONSIBILITY. / * Redistributions of source code must retain the above copyright notice. / /-----------------------------------------------------------------------------/ / Feb 26,'06 R0.00 Prototype. / / Apr 29,'06 R0.01 First stable version. / / Jun 01,'06 R0.02 Added FAT12 support. / Removed unbuffered mode. / Fixed a problem on small (<32M) partition. / Jun 10,'06 R0.02a Added a configuration option (_FS_MINIMUM). / / Sep 22,'06 R0.03 Added f_rename(). / Changed option _FS_MINIMUM to _FS_MINIMIZE. / Dec 11,'06 R0.03a Improved cluster scan algorithm to write files fast. / Fixed f_mkdir() creates incorrect directory on FAT32. / / Feb 04,'07 R0.04 Supported multiple drive system. / Changed some interfaces for multiple drive system. / Changed f_mountdrv() to f_mount(). / Added f_mkfs(). / Apr 01,'07 R0.04a Supported multiple partitions on a physical drive. / Added a capability of extending file size to f_lseek(). / Added minimization level 3. / Fixed an endian sensitive code in f_mkfs(). / May 05,'07 R0.04b Added a configuration option _USE_NTFLAG. / Added FSInfo support. / Fixed DBCS name can result FR_INVALID_NAME. / Fixed short seek (<= csize) collapses the file object. / / Aug 25,'07 R0.05 Changed arguments of f_read(), f_write() and f_mkfs(). / Fixed f_mkfs() on FAT32 creates incorrect FSInfo. / Fixed f_mkdir() on FAT32 creates incorrect directory. / Feb 03,'08 R0.05a Added f_truncate() and f_utime(). / Fixed off by one error at FAT sub-type determination. / Fixed btr in f_read() can be mistruncated. / Fixed cached sector is not flushed when create and close without write. / / Apr 01,'08 R0.06 Added fputc(), fputs(), fprintf() and fgets(). / Improved performance of f_lseek() on moving to the same or following cluster. / / Apr 01,'09 R0.07 Merged Tiny-FatFs as a configuration option. (_FS_TINY) / Added long file name feature. / Added multiple code page feature. / Added re-entrancy for multitask operation. / Added auto cluster size selection to f_mkfs(). / Added rewind option to f_readdir(). / Changed result code of critical errors. / Renamed string functions to avoid name collision. / Apr 14,'09 R0.07a Separated out OS dependent code on reentrant cfg. / Added multiple sector size feature. / Jun 21,'09 R0.07c Fixed f_unlink() can return FR_OK on error. / Fixed wrong cache control in f_lseek(). / Added relative path feature. / Added f_chdir() and f_chdrive(). / Added proper case conversion to extended char. / Nov 03,'09 R0.07e Separated out configuration options from ff.h to ffconf.h. / Fixed f_unlink() fails to remove a sub-dir on _FS_RPATH. / Fixed name matching error on the 13 char boundary. / Added a configuration option, _LFN_UNICODE. / Changed f_readdir() to return the SFN with always upper case on non-LFN cfg. / / May 15,'10 R0.08 Added a memory configuration option. (_USE_LFN = 3) / Added file lock feature. (_FS_SHARE) / Added fast seek feature. (_USE_FASTSEEK) / Changed some types on the API, XCHAR->TCHAR. / Changed fname member in the FILINFO structure on Unicode cfg. / String functions support UTF-8 encoding files on Unicode cfg. / Aug 16,'10 R0.08a Added f_getcwd(). (_FS_RPATH = 2) / Added sector erase feature. (_USE_ERASE) / Moved file lock semaphore table from fs object to the bss. / Fixed a wrong directory entry is created on non-LFN cfg when the given name contains ';'. / Fixed f_mkfs() creates wrong FAT32 volume. / Jan 15,'11 R0.08b Fast seek feature is also applied to f_read() and f_write(). / f_lseek() reports required table size on creating CLMP. / Extended format syntax of f_printf function. / Ignores duplicated directory separators in given path name. / / Sep 06,'11 R0.09 f_mkfs() supports multiple partition to finish the multiple partition feature. / Added f_fdisk(). (_MULTI_PARTITION = 2) / Aug 27,'12 R0.09a Fixed assertion failure due to OS/2 EA on FAT12/16 volume. / Changed f_open() and f_opendir reject null object pointer to avoid crash. / Changed option name _FS_SHARE to _FS_LOCK. / Jan 24,'13 R0.09b Added f_setlabel() and f_getlabel(). (_USE_LABEL = 1) /---------------------------------------------------------------------------*/ #include "ff.h" /* FatFs configurations and declarations */ #include "diskio.h" /* Declarations of low level disk I/O functions */ /*-------------------------------------------------------------------------- Module Private Definitions ---------------------------------------------------------------------------*/ #if _FATFS != 82786 /* Revision ID */ #error Wrong include file (ff.h). #endif /* Definitions on sector size */ #if _MAX_SS != 512 && _MAX_SS != 1024 && _MAX_SS != 2048 && _MAX_SS != 4096 #error Wrong sector size. #endif #if _MAX_SS != 512 #define SS(fs) ((fs)->ssize) /* Variable sector size */ #else #define SS(fs) 512U /* Fixed sector size */ #endif /* Reentrancy related */ #if _FS_REENTRANT #if _USE_LFN == 1 #error Static LFN work area must not be used in re-entrant configuration. #endif #define ENTER_FF(fs) { if (!lock_fs(fs)) return FR_TIMEOUT; } #define LEAVE_FF(fs, res) { unlock_fs(fs, res); return res; } #else #define ENTER_FF(fs) #define LEAVE_FF(fs, res) return res #endif #define ABORT(fs, res) { fp->flag |= FA__ERROR; LEAVE_FF(fs, res); } /* File access control feature */ #if _FS_LOCK #if _FS_READONLY #error _FS_LOCK must be 0 on read-only cfg. #endif typedef struct { FATFS *fs; /* File ID 1, volume (NULL:blank entry) */ DWORD clu; /* File ID 2, directory */ WORD idx; /* File ID 3, directory index */ WORD ctr; /* File open counter, 0:none, 0x01..0xFF:read open count, 0x100:write mode */ } FILESEM; #endif /* DBCS code ranges and SBCS extend char conversion table */ #if _CODE_PAGE == 932 /* Japanese Shift-JIS */ #define _DF1S 0x81 /* DBC 1st byte range 1 start */ #define _DF1E 0x9F /* DBC 1st byte range 1 end */ #define _DF2S 0xE0 /* DBC 1st byte range 2 start */ #define _DF2E 0xFC /* DBC 1st byte range 2 end */ #define _DS1S 0x40 /* DBC 2nd byte range 1 start */ #define _DS1E 0x7E /* DBC 2nd byte range 1 end */ #define _DS2S 0x80 /* DBC 2nd byte range 2 start */ #define _DS2E 0xFC /* DBC 2nd byte range 2 end */ #elif _CODE_PAGE == 936 /* Simplified Chinese GBK */ #define _DF1S 0x81 #define _DF1E 0xFE #define _DS1S 0x40 #define _DS1E 0x7E #define _DS2S 0x80 #define _DS2E 0xFE #elif _CODE_PAGE == 949 /* Korean */ #define _DF1S 0x81 #define _DF1E 0xFE #define _DS1S 0x41 #define _DS1E 0x5A #define _DS2S 0x61 #define _DS2E 0x7A #define _DS3S 0x81 #define _DS3E 0xFE #elif _CODE_PAGE == 950 /* Traditional Chinese Big5 */ #define _DF1S 0x81 #define _DF1E 0xFE #define _DS1S 0x40 #define _DS1E 0x7E #define _DS2S 0xA1 #define _DS2E 0xFE #elif _CODE_PAGE == 437 /* U.S. (OEM) */ #define _DF1S 0 #define _EXCVT {0x80,0x9A,0x90,0x41,0x8E,0x41,0x8F,0x80,0x45,0x45,0x45,0x49,0x49,0x49,0x8E,0x8F,0x90,0x92,0x92,0x4F,0x99,0x4F,0x55,0x55,0x59,0x99,0x9A,0x9B,0x9C,0x9D,0x9E,0x9F, \ 0x41,0x49,0x4F,0x55,0xA5,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0x21,0xAE,0xAF,0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ 0xE0,0xE1,0xE2,0xE3,0xE4,0xE5,0xE6,0xE7,0xE8,0xE9,0xEA,0xEB,0xEC,0xED,0xEE,0xEF,0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} #elif _CODE_PAGE == 720 /* Arabic (OEM) */ #define _DF1S 0 #define _EXCVT {0x80,0x81,0x45,0x41,0x84,0x41,0x86,0x43,0x45,0x45,0x45,0x49,0x49,0x8D,0x8E,0x8F,0x90,0x92,0x92,0x93,0x94,0x95,0x49,0x49,0x98,0x99,0x9A,0x9B,0x9C,0x9D,0x9E,0x9F, \ 0xA0,0xA1,0xA2,0xA3,0xA4,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF,0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ 0xE0,0xE1,0xE2,0xE3,0xE4,0xE5,0xE6,0xE7,0xE8,0xE9,0xEA,0xEB,0xEC,0xED,0xEE,0xEF,0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} #elif _CODE_PAGE == 737 /* Greek (OEM) */ #define _DF1S 0 #define _EXCVT {0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F,0x90,0x92,0x92,0x93,0x94,0x95,0x96,0x97,0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87, \ 0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F,0x90,0x91,0xAA,0x92,0x93,0x94,0x95,0x96,0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ 0x97,0xEA,0xEB,0xEC,0xE4,0xED,0xEE,0xE7,0xE8,0xF1,0xEA,0xEB,0xEC,0xED,0xEE,0xEF,0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} #elif _CODE_PAGE == 775 /* Baltic (OEM) */ #define _DF1S 0 #define _EXCVT {0x80,0x9A,0x91,0xA0,0x8E,0x95,0x8F,0x80,0xAD,0xED,0x8A,0x8A,0xA1,0x8D,0x8E,0x8F,0x90,0x92,0x92,0xE2,0x99,0x95,0x96,0x97,0x97,0x99,0x9A,0x9D,0x9C,0x9D,0x9E,0x9F, \ 0xA0,0xA1,0xE0,0xA3,0xA3,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF,0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xB5,0xB6,0xB7,0xB8,0xBD,0xBE,0xC6,0xC7,0xA5,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ 0xE0,0xE1,0xE2,0xE3,0xE5,0xE5,0xE6,0xE3,0xE8,0xE8,0xEA,0xEA,0xEE,0xED,0xEE,0xEF,0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} #elif _CODE_PAGE == 850 /* Multilingual Latin 1 (OEM) */ #define _DF1S 0 #define _EXCVT {0x80,0x9A,0x90,0xB6,0x8E,0xB7,0x8F,0x80,0xD2,0xD3,0xD4,0xD8,0xD7,0xDE,0x8E,0x8F,0x90,0x92,0x92,0xE2,0x99,0xE3,0xEA,0xEB,0x59,0x99,0x9A,0x9D,0x9C,0x9D,0x9E,0x9F, \ 0xB5,0xD6,0xE0,0xE9,0xA5,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0x21,0xAE,0xAF,0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC7,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ 0xE0,0xE1,0xE2,0xE3,0xE5,0xE5,0xE6,0xE7,0xE7,0xE9,0xEA,0xEB,0xED,0xED,0xEE,0xEF,0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} #elif _CODE_PAGE == 852 /* Latin 2 (OEM) */ #define _DF1S 0 #define _EXCVT {0x80,0x9A,0x90,0xB6,0x8E,0xDE,0x8F,0x80,0x9D,0xD3,0x8A,0x8A,0xD7,0x8D,0x8E,0x8F,0x90,0x91,0x91,0xE2,0x99,0x95,0x95,0x97,0x97,0x99,0x9A,0x9B,0x9B,0x9D,0x9E,0x9F, \ 0xB5,0xD6,0xE0,0xE9,0xA4,0xA4,0xA6,0xA6,0xA8,0xA8,0xAA,0x8D,0xAC,0xB8,0xAE,0xAF,0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBD,0xBF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC6,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD1,0xD1,0xD2,0xD3,0xD2,0xD5,0xD6,0xD7,0xB7,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ 0xE0,0xE1,0xE2,0xE3,0xE3,0xD5,0xE6,0xE6,0xE8,0xE9,0xE8,0xEB,0xED,0xED,0xDD,0xEF,0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xEB,0xFC,0xFC,0xFE,0xFF} #elif _CODE_PAGE == 855 /* Cyrillic (OEM) */ #define _DF1S 0 #define _EXCVT {0x81,0x81,0x83,0x83,0x85,0x85,0x87,0x87,0x89,0x89,0x8B,0x8B,0x8D,0x8D,0x8F,0x8F,0x91,0x91,0x93,0x93,0x95,0x95,0x97,0x97,0x99,0x99,0x9B,0x9B,0x9D,0x9D,0x9F,0x9F, \ 0xA1,0xA1,0xA3,0xA3,0xA5,0xA5,0xA7,0xA7,0xA9,0xA9,0xAB,0xAB,0xAD,0xAD,0xAE,0xAF,0xB0,0xB1,0xB2,0xB3,0xB4,0xB6,0xB6,0xB8,0xB8,0xB9,0xBA,0xBB,0xBC,0xBE,0xBE,0xBF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC7,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD1,0xD1,0xD3,0xD3,0xD5,0xD5,0xD7,0xD7,0xDD,0xD9,0xDA,0xDB,0xDC,0xDD,0xE0,0xDF, \ 0xE0,0xE2,0xE2,0xE4,0xE4,0xE6,0xE6,0xE8,0xE8,0xEA,0xEA,0xEC,0xEC,0xEE,0xEE,0xEF,0xF0,0xF2,0xF2,0xF4,0xF4,0xF6,0xF6,0xF8,0xF8,0xFA,0xFA,0xFC,0xFC,0xFD,0xFE,0xFF} #elif _CODE_PAGE == 857 /* Turkish (OEM) */ #define _DF1S 0 #define _EXCVT {0x80,0x9A,0x90,0xB6,0x8E,0xB7,0x8F,0x80,0xD2,0xD3,0xD4,0xD8,0xD7,0x98,0x8E,0x8F,0x90,0x92,0x92,0xE2,0x99,0xE3,0xEA,0xEB,0x98,0x99,0x9A,0x9D,0x9C,0x9D,0x9E,0x9E, \ 0xB5,0xD6,0xE0,0xE9,0xA5,0xA5,0xA6,0xA6,0xA8,0xA9,0xAA,0xAB,0xAC,0x21,0xAE,0xAF,0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC7,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ 0xE0,0xE1,0xE2,0xE3,0xE5,0xE5,0xE6,0xE7,0xE8,0xE9,0xEA,0xEB,0xDE,0x59,0xEE,0xEF,0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} #elif _CODE_PAGE == 858 /* Multilingual Latin 1 + Euro (OEM) */ #define _DF1S 0 #define _EXCVT {0x80,0x9A,0x90,0xB6,0x8E,0xB7,0x8F,0x80,0xD2,0xD3,0xD4,0xD8,0xD7,0xDE,0x8E,0x8F,0x90,0x92,0x92,0xE2,0x99,0xE3,0xEA,0xEB,0x59,0x99,0x9A,0x9D,0x9C,0x9D,0x9E,0x9F, \ 0xB5,0xD6,0xE0,0xE9,0xA5,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0x21,0xAE,0xAF,0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC7,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD1,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ 0xE0,0xE1,0xE2,0xE3,0xE5,0xE5,0xE6,0xE7,0xE7,0xE9,0xEA,0xEB,0xED,0xED,0xEE,0xEF,0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} #elif _CODE_PAGE == 862 /* Hebrew (OEM) */ #define _DF1S 0 #define _EXCVT {0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F,0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99,0x9A,0x9B,0x9C,0x9D,0x9E,0x9F, \ 0x41,0x49,0x4F,0x55,0xA5,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0x21,0xAE,0xAF,0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ 0xE0,0xE1,0xE2,0xE3,0xE4,0xE5,0xE6,0xE7,0xE8,0xE9,0xEA,0xEB,0xEC,0xED,0xEE,0xEF,0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} #elif _CODE_PAGE == 866 /* Russian (OEM) */ #define _DF1S 0 #define _EXCVT {0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F,0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99,0x9A,0x9B,0x9C,0x9D,0x9E,0x9F, \ 0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F,0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ 0x90,0x91,0x92,0x93,0x9d,0x95,0x96,0x97,0x98,0x99,0x9A,0x9B,0x9C,0x9D,0x9E,0x9F,0xF0,0xF0,0xF2,0xF2,0xF4,0xF4,0xF6,0xF6,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} #elif _CODE_PAGE == 874 /* Thai (OEM, Windows) */ #define _DF1S 0 #define _EXCVT {0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F,0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99,0x9A,0x9B,0x9C,0x9D,0x9E,0x9F, \ 0xA0,0xA1,0xA2,0xA3,0xA4,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF,0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ 0xE0,0xE1,0xE2,0xE3,0xE4,0xE5,0xE6,0xE7,0xE8,0xE9,0xEA,0xEB,0xEC,0xED,0xEE,0xEF,0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} #elif _CODE_PAGE == 1250 /* Central Europe (Windows) */ #define _DF1S 0 #define _EXCVT {0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F,0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99,0x8A,0x9B,0x8C,0x8D,0x8E,0x8F, \ 0xA0,0xA1,0xA2,0xA3,0xA4,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF,0xB0,0xB1,0xB2,0xA3,0xB4,0xB5,0xB6,0xB7,0xB8,0xA5,0xAA,0xBB,0xBC,0xBD,0xBC,0xAF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xF7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xFF} #elif _CODE_PAGE == 1251 /* Cyrillic (Windows) */ #define _DF1S 0 #define _EXCVT {0x80,0x81,0x82,0x82,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F,0x80,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99,0x8A,0x9B,0x8C,0x8D,0x8E,0x8F, \ 0xA0,0xA2,0xA2,0xA3,0xA4,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF,0xB0,0xB1,0xB2,0xB2,0xA5,0xB5,0xB6,0xB7,0xA8,0xB9,0xAA,0xBB,0xA3,0xBD,0xBD,0xAF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF} #elif _CODE_PAGE == 1252 /* Latin 1 (Windows) */ #define _DF1S 0 #define _EXCVT {0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F,0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99,0xAd,0x9B,0x8C,0x9D,0xAE,0x9F, \ 0xA0,0x21,0xA2,0xA3,0xA4,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF,0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xF7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0x9F} #elif _CODE_PAGE == 1253 /* Greek (Windows) */ #define _DF1S 0 #define _EXCVT {0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F,0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99,0x9A,0x9B,0x9C,0x9D,0x9E,0x9F, \ 0xA0,0xA1,0xA2,0xA3,0xA4,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF,0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xA2,0xB8,0xB9,0xBA, \ 0xE0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xF2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xFB,0xBC,0xFD,0xBF,0xFF} #elif _CODE_PAGE == 1254 /* Turkish (Windows) */ #define _DF1S 0 #define _EXCVT {0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F,0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99,0x8A,0x9B,0x8C,0x9D,0x9E,0x9F, \ 0xA0,0x21,0xA2,0xA3,0xA4,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF,0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xF7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0x9F} #elif _CODE_PAGE == 1255 /* Hebrew (Windows) */ #define _DF1S 0 #define _EXCVT {0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F,0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99,0x9A,0x9B,0x9C,0x9D,0x9E,0x9F, \ 0xA0,0x21,0xA2,0xA3,0xA4,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF,0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ 0xE0,0xE1,0xE2,0xE3,0xE4,0xE5,0xE6,0xE7,0xE8,0xE9,0xEA,0xEB,0xEC,0xED,0xEE,0xEF,0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF} #elif _CODE_PAGE == 1256 /* Arabic (Windows) */ #define _DF1S 0 #define _EXCVT {0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F,0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99,0x9A,0x9B,0x8C,0x9D,0x9E,0x9F, \ 0xA0,0xA1,0xA2,0xA3,0xA4,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF,0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ 0x41,0xE1,0x41,0xE3,0xE4,0xE5,0xE6,0x43,0x45,0x45,0x45,0x45,0xEC,0xED,0x49,0x49,0xF0,0xF1,0xF2,0xF3,0x4F,0xF5,0xF6,0xF7,0xF8,0x55,0xFA,0x55,0x55,0xFD,0xFE,0xFF} #elif _CODE_PAGE == 1257 /* Baltic (Windows) */ #define _DF1S 0 #define _EXCVT {0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F,0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99,0x9A,0x9B,0x9C,0x9D,0x9E,0x9F, \ 0xA0,0xA1,0xA2,0xA3,0xA4,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF,0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xA8,0xB9,0xAA,0xBB,0xBC,0xBD,0xBE,0xAF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xF7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xFF} #elif _CODE_PAGE == 1258 /* Vietnam (OEM, Windows) */ #define _DF1S 0 #define _EXCVT {0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89,0x8A,0x8B,0x8C,0x8D,0x8E,0x8F,0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99,0x9A,0x9B,0xAC,0x9D,0x9E,0x9F, \ 0xA0,0x21,0xA2,0xA3,0xA4,0xA5,0xA6,0xA7,0xA8,0xA9,0xAA,0xAB,0xAC,0xAD,0xAE,0xAF,0xB0,0xB1,0xB2,0xB3,0xB4,0xB5,0xB6,0xB7,0xB8,0xB9,0xBA,0xBB,0xBC,0xBD,0xBE,0xBF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xCC,0xCD,0xCE,0xCF,0xD0,0xD1,0xD2,0xD3,0xD4,0xD5,0xD6,0xD7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xDE,0xDF, \ 0xC0,0xC1,0xC2,0xC3,0xC4,0xC5,0xC6,0xC7,0xC8,0xC9,0xCA,0xCB,0xEC,0xCD,0xCE,0xCF,0xD0,0xD1,0xF2,0xD3,0xD4,0xD5,0xD6,0xF7,0xD8,0xD9,0xDA,0xDB,0xDC,0xDD,0xFE,0x9F} #elif _CODE_PAGE == 1 /* ASCII (for only non-LFN cfg) */ #if _USE_LFN #error Cannot use LFN feature without valid code page. #endif #define _DF1S 0 #else #error Unknown code page #endif /* Character code support macros */ #define IsUpper(c) (((c)>='A')&&((c)<='Z')) #define IsLower(c) (((c)>='a')&&((c)<='z')) #define IsDigit(c) (((c)>='0')&&((c)<='9')) #if _DF1S /* Code page is DBCS */ #ifdef _DF2S /* Two 1st byte areas */ #define IsDBCS1(c) (((BYTE)(c) >= _DF1S && (BYTE)(c) <= _DF1E) || ((BYTE)(c) >= _DF2S && (BYTE)(c) <= _DF2E)) #else /* One 1st byte area */ #define IsDBCS1(c) ((BYTE)(c) >= _DF1S && (BYTE)(c) <= _DF1E) #endif #ifdef _DS3S /* Three 2nd byte areas */ #define IsDBCS2(c) (((BYTE)(c) >= _DS1S && (BYTE)(c) <= _DS1E) || ((BYTE)(c) >= _DS2S && (BYTE)(c) <= _DS2E) || ((BYTE)(c) >= _DS3S && (BYTE)(c) <= _DS3E)) #else /* Two 2nd byte areas */ #define IsDBCS2(c) (((BYTE)(c) >= _DS1S && (BYTE)(c) <= _DS1E) || ((BYTE)(c) >= _DS2S && (BYTE)(c) <= _DS2E)) #endif #else /* Code page is SBCS */ #define IsDBCS1(c) 0 #define IsDBCS2(c) 0 #endif /* _DF1S */ /* Name status flags */ #define NS 11 /* Index of name status byte in fn[] */ #define NS_LOSS 0x01 /* Out of 8.3 format */ #define NS_LFN 0x02 /* Force to create LFN entry */ #define NS_LAST 0x04 /* Last segment */ #define NS_BODY 0x08 /* Lower case flag (body) */ #define NS_EXT 0x10 /* Lower case flag (ext) */ #define NS_DOT 0x20 /* Dot entry */ /* FAT sub-type boundaries */ /* Note that the FAT spec by Microsoft says 4085 but Windows works with 4087! */ #define MIN_FAT16 4086 /* Minimum number of clusters for FAT16 */ #define MIN_FAT32 65526 /* Minimum number of clusters for FAT32 */ /* FatFs refers the members in the FAT structures as byte array instead of / structure member because the structure is not binary compatible between / different platforms */ #define BS_jmpBoot 0 /* Jump instruction (3) */ #define BS_OEMName 3 /* OEM name (8) */ #define BPB_BytsPerSec 11 /* Sector size [byte] (2) */ #define BPB_SecPerClus 13 /* Cluster size [sector] (1) */ #define BPB_RsvdSecCnt 14 /* Size of reserved area [sector] (2) */ #define BPB_NumFATs 16 /* Number of FAT copies (1) */ #define BPB_RootEntCnt 17 /* Number of root dir entries for FAT12/16 (2) */ #define BPB_TotSec16 19 /* Volume size [sector] (2) */ #define BPB_Media 21 /* Media descriptor (1) */ #define BPB_FATSz16 22 /* FAT size [sector] (2) */ #define BPB_SecPerTrk 24 /* Track size [sector] (2) */ #define BPB_NumHeads 26 /* Number of heads (2) */ #define BPB_HiddSec 28 /* Number of special hidden sectors (4) */ #define BPB_TotSec32 32 /* Volume size [sector] (4) */ #define BS_DrvNum 36 /* Physical drive number (2) */ #define BS_BootSig 38 /* Extended boot signature (1) */ #define BS_VolID 39 /* Volume serial number (4) */ #define BS_VolLab 43 /* Volume label (8) */ #define BS_FilSysType 54 /* File system type (1) */ #define BPB_FATSz32 36 /* FAT size [sector] (4) */ #define BPB_ExtFlags 40 /* Extended flags (2) */ #define BPB_FSVer 42 /* File system version (2) */ #define BPB_RootClus 44 /* Root dir first cluster (4) */ #define BPB_FSInfo 48 /* Offset of FSInfo sector (2) */ #define BPB_BkBootSec 50 /* Offset of backup boot sector (2) */ #define BS_DrvNum32 64 /* Physical drive number (2) */ #define BS_BootSig32 66 /* Extended boot signature (1) */ #define BS_VolID32 67 /* Volume serial number (4) */ #define BS_VolLab32 71 /* Volume label (8) */ #define BS_FilSysType32 82 /* File system type (1) */ #define FSI_LeadSig 0 /* FSI: Leading signature (4) */ #define FSI_StrucSig 484 /* FSI: Structure signature (4) */ #define FSI_Free_Count 488 /* FSI: Number of free clusters (4) */ #define FSI_Nxt_Free 492 /* FSI: Last allocated cluster (4) */ #define MBR_Table 446 /* MBR: Partition table offset (2) */ #define SZ_PTE 16 /* MBR: Size of a partition table entry */ #define BS_55AA 510 /* Boot sector signature (2) */ #define DIR_Name 0 /* Short file name (11) */ #define DIR_Attr 11 /* Attribute (1) */ #define DIR_NTres 12 /* NT flag (1) */ #define DIR_CrtTimeTenth 13 /* Created time sub-second (1) */ #define DIR_CrtTime 14 /* Created time (2) */ #define DIR_CrtDate 16 /* Created date (2) */ #define DIR_LstAccDate 18 /* Last accessed date (2) */ #define DIR_FstClusHI 20 /* Higher 16-bit of first cluster (2) */ #define DIR_WrtTime 22 /* Modified time (2) */ #define DIR_WrtDate 24 /* Modified date (2) */ #define DIR_FstClusLO 26 /* Lower 16-bit of first cluster (2) */ #define DIR_FileSize 28 /* File size (4) */ #define LDIR_Ord 0 /* LFN entry order and LLE flag (1) */ #define LDIR_Attr 11 /* LFN attribute (1) */ #define LDIR_Type 12 /* LFN type (1) */ #define LDIR_Chksum 13 /* Sum of corresponding SFN entry */ #define LDIR_FstClusLO 26 /* Filled by zero (0) */ #define SZ_DIR 32 /* Size of a directory entry */ #define LLE 0x40 /* Last long entry flag in LDIR_Ord */ #define DDE 0xE5 /* Deleted directory entry mark in DIR_Name[0] */ #define NDDE 0x05 /* Replacement of the character collides with DDE */ /*------------------------------------------------------------*/ /* Module private work area */ /*------------------------------------------------------------*/ /* Note that uninitialized variables with static duration are / zeroed/nulled at start-up. If not, the compiler or start-up / routine is out of ANSI-C standard. */ #if _VOLUMES static FATFS *FatFs[_VOLUMES]; /* Pointer to the file system objects (logical drives) */ #else #error Number of volumes must not be 0. #endif static WORD Fsid; /* File system mount ID */ #if _FS_RPATH static BYTE CurrVol; /* Current drive */ #endif #if _FS_LOCK static FILESEM Files[_FS_LOCK]; /* File lock semaphores */ #endif #if _USE_LFN == 0 /* No LFN feature */ #define DEF_NAMEBUF BYTE sfn[12] #define INIT_BUF(dobj) (dobj).fn = sfn #define FREE_BUF() #elif _USE_LFN == 1 /* LFN feature with static working buffer */ static WCHAR LfnBuf[_MAX_LFN+1]; #define DEF_NAMEBUF BYTE sfn[12] #define INIT_BUF(dobj) { (dobj).fn = sfn; (dobj).lfn = LfnBuf; } #define FREE_BUF() #elif _USE_LFN == 2 /* LFN feature with dynamic working buffer on the stack */ #define DEF_NAMEBUF BYTE sfn[12]; WCHAR lbuf[_MAX_LFN+1] #define INIT_BUF(dobj) { (dobj).fn = sfn; (dobj).lfn = lbuf; } #define FREE_BUF() #elif _USE_LFN == 3 /* LFN feature with dynamic working buffer on the heap */ #define DEF_NAMEBUF BYTE sfn[12]; WCHAR *lfn #define INIT_BUF(dobj) { lfn = ff_memalloc((_MAX_LFN + 1) * 2); \ if (!lfn) LEAVE_FF((dobj).fs, FR_NOT_ENOUGH_CORE); \ (dobj).lfn = lfn; (dobj).fn = sfn; } #define FREE_BUF() ff_memfree(lfn) #else #error Wrong LFN configuration. #endif #ifdef _EXCVT static const BYTE ExCvt[] = _EXCVT; /* Upper conversion table for extended chars */ #endif /*-------------------------------------------------------------------------- Module Private Functions ---------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------*/ /* String functions */ /*-----------------------------------------------------------------------*/ /* Copy memory to memory */ static void mem_cpy (void* dst, const void* src, UINT cnt) { BYTE *d = (BYTE*)dst; const BYTE *s = (const BYTE*)src; #if _WORD_ACCESS == 1 while (cnt >= sizeof (int)) { *(int*)d = *(int*)s; d += sizeof (int); s += sizeof (int); cnt -= sizeof (int); } #endif while (cnt--) *d++ = *s++; } /* Fill memory */ static void mem_set (void* dst, int val, UINT cnt) { BYTE *d = (BYTE*)dst; while (cnt--) *d++ = (BYTE)val; } /* Compare memory to memory */ static int mem_cmp (const void* dst, const void* src, UINT cnt) { const BYTE *d = (const BYTE *)dst, *s = (const BYTE *)src; int r = 0; while (cnt-- && (r = *d++ - *s++) == 0) ; return r; } /* Check if chr is contained in the string */ static int chk_chr (const rom char* str, int chr) { while (*str && *str != chr) str++; return *str; } /*-----------------------------------------------------------------------*/ /* Request/Release grant to access the volume */ /*-----------------------------------------------------------------------*/ #if _FS_REENTRANT static int lock_fs ( FATFS *fs /* File system object */ ) { return ff_req_grant(fs->sobj); } static void unlock_fs ( FATFS *fs, /* File system object */ FRESULT res /* Result code to be returned */ ) { if (fs && res != FR_NOT_ENABLED && res != FR_INVALID_DRIVE && res != FR_INVALID_OBJECT && res != FR_TIMEOUT) { ff_rel_grant(fs->sobj); } } #endif /*-----------------------------------------------------------------------*/ /* File lock control functions */ /*-----------------------------------------------------------------------*/ #if _FS_LOCK static FRESULT chk_lock ( /* Check if the file can be accessed */ DIR* dj, /* Directory object pointing the file to be checked */ int acc /* Desired access (0:Read, 1:Write, 2:Delete/Rename) */ ) { UINT i, be; /* Search file semaphore table */ for (i = be = 0; i < _FS_LOCK; i++) { if (Files[i].fs) { /* Existing entry */ if (Files[i].fs == dj->fs && /* Check if the file matched with an open file */ Files[i].clu == dj->sclust && Files[i].idx == dj->index) break; } else { /* Blank entry */ be++; } } if (i == _FS_LOCK) /* The file is not opened */ return (be || acc == 2) ? FR_OK : FR_TOO_MANY_OPEN_FILES; /* Is there a blank entry for new file? */ /* The file has been opened. Reject any open against writing file and all write mode open */ return (acc || Files[i].ctr == 0x100) ? FR_LOCKED : FR_OK; } static int enq_lock (void) /* Check if an entry is available for a new file */ { UINT i; for (i = 0; i < _FS_LOCK && Files[i].fs; i++) ; return (i == _FS_LOCK) ? 0 : 1; } static UINT inc_lock ( /* Increment file open counter and returns its index (0:int error) */ DIR* dj, /* Directory object pointing the file to register or increment */ int acc /* Desired access mode (0:Read, !0:Write) */ ) { UINT i; for (i = 0; i < _FS_LOCK; i++) { /* Find the file */ if (Files[i].fs == dj->fs && Files[i].clu == dj->sclust && Files[i].idx == dj->index) break; } if (i == _FS_LOCK) { /* Not opened. Register it as new. */ for (i = 0; i < _FS_LOCK && Files[i].fs; i++) ; if (i == _FS_LOCK) return 0; /* No space to register (int err) */ Files[i].fs = dj->fs; Files[i].clu = dj->sclust; Files[i].idx = dj->index; Files[i].ctr = 0; } if (acc && Files[i].ctr) return 0; /* Access violation (int err) */ Files[i].ctr = acc ? 0x100 : Files[i].ctr + 1; /* Set semaphore value */ return i + 1; } static FRESULT dec_lock ( /* Decrement file open counter */ UINT i /* Semaphore index */ ) { WORD n; FRESULT res; if (--i < _FS_LOCK) { n = Files[i].ctr; if (n == 0x100) n = 0; if (n) n--; Files[i].ctr = n; if (!n) Files[i].fs = 0; res = FR_OK; } else { res = FR_INT_ERR; } return res; } static void clear_lock ( /* Clear lock entries of the volume */ FATFS *fs ) { UINT i; for (i = 0; i < _FS_LOCK; i++) { if (Files[i].fs == fs) Files[i].fs = 0; } } #endif /*-----------------------------------------------------------------------*/ /* Move/Flush disk access window */ /*-----------------------------------------------------------------------*/ #if !_FS_READONLY static FRESULT sync_window ( FATFS *fs /* File system object */ ) { DWORD wsect; UINT nf; if (fs->wflag) { /* Write back the sector if it is dirty */ wsect = fs->winsect; /* Current sector number */ if (disk_write(fs->drv, fs->win, wsect, 1) != RES_OK) return FR_DISK_ERR; fs->wflag = 0; if (wsect >= fs->fatbase && wsect < (fs->fatbase + fs->fsize)) { /* In FAT area? */ for (nf = fs->n_fats; nf >= 2; nf--) { /* Reflect the change to all FAT copies */ wsect += fs->fsize; disk_write(fs->drv, fs->win, wsect, 1); } } } return FR_OK; } #endif static FRESULT move_window ( FATFS *fs, /* File system object */ DWORD sector /* Sector number to make appearance in the fs->win[] */ ) { if (sector != fs->winsect) { /* Changed current window */ #if !_FS_READONLY if (sync_window(fs) != FR_OK) return FR_DISK_ERR; #endif if (disk_read(fs->drv, fs->win, sector, 1) != RES_OK) return FR_DISK_ERR; fs->winsect = sector; } return FR_OK; } /*-----------------------------------------------------------------------*/ /* Synchronize file system and strage device */ /*-----------------------------------------------------------------------*/ #if !_FS_READONLY static FRESULT sync_fs ( /* FR_OK: successful, FR_DISK_ERR: failed */ FATFS *fs /* File system object */ ) { FRESULT res; res = sync_window(fs); if (res == FR_OK) { /* Update FSInfo sector if needed */ if (fs->fs_type == FS_FAT32 && fs->fsi_flag) { fs->winsect = 0; /* Create FSInfo structure */ mem_set(fs->win, 0, 512); ST_WORD(fs->win+BS_55AA, 0xAA55); ST_DWORD(fs->win+FSI_LeadSig, 0x41615252); ST_DWORD(fs->win+FSI_StrucSig, 0x61417272); ST_DWORD(fs->win+FSI_Free_Count, fs->free_clust); ST_DWORD(fs->win+FSI_Nxt_Free, fs->last_clust); /* Write it into the FSInfo sector */ disk_write(fs->drv, fs->win, fs->fsi_sector, 1); fs->fsi_flag = 0; } /* Make sure that no pending write process in the physical drive */ if (disk_ioctl(fs->drv, CTRL_SYNC, 0) != RES_OK) res = FR_DISK_ERR; } return res; } #endif /*-----------------------------------------------------------------------*/ /* Get sector# from cluster# */ /*-----------------------------------------------------------------------*/ DWORD clust2sect ( /* !=0: Sector number, 0: Failed - invalid cluster# */ FATFS *fs, /* File system object */ DWORD clst /* Cluster# to be converted */ ) { clst -= 2; if (clst >= (fs->n_fatent - 2)) return 0; /* Invalid cluster# */ return clst * fs->csize + fs->database; } /*-----------------------------------------------------------------------*/ /* FAT access - Read value of a FAT entry */ /*-----------------------------------------------------------------------*/ DWORD get_fat ( /* 0xFFFFFFFF:Disk error, 1:Internal error, Else:Cluster status */ FATFS *fs, /* File system object */ DWORD clst /* Cluster# to get the link information */ ) { UINT wc, bc; BYTE *p; if (clst < 2 || clst >= fs->n_fatent) /* Check range */ return 1; switch (fs->fs_type) { case FS_FAT12 : bc = (UINT)clst; bc += bc / 2; if (move_window(fs, fs->fatbase + (bc / SS(fs)))) break; wc = fs->win[bc % SS(fs)]; bc++; if (move_window(fs, fs->fatbase + (bc / SS(fs)))) break; wc |= fs->win[bc % SS(fs)] << 8; return (clst & 1) ? (wc >> 4) : (wc & 0xFFF); case FS_FAT16 : if (move_window(fs, fs->fatbase + (clst / (SS(fs) / 2)))) break; p = &fs->win[clst * 2 % SS(fs)]; return LD_WORD(p); case FS_FAT32 : if (move_window(fs, fs->fatbase + (clst / (SS(fs) / 4)))) break; p = &fs->win[clst * 4 % SS(fs)]; return LD_DWORD(p) & 0x0FFFFFFF; } return 0xFFFFFFFF; /* An error occurred at the disk I/O layer */ } /*-----------------------------------------------------------------------*/ /* FAT access - Change value of a FAT entry */ /*-----------------------------------------------------------------------*/ #if !_FS_READONLY FRESULT put_fat ( FATFS *fs, /* File system object */ DWORD clst, /* Cluster# to be changed in range of 2 to fs->n_fatent - 1 */ DWORD val /* New value to mark the cluster */ ) { UINT bc; BYTE *p; FRESULT res; if (clst < 2 || clst >= fs->n_fatent) { /* Check range */ res = FR_INT_ERR; } else { switch (fs->fs_type) { case FS_FAT12 : bc = (UINT)clst; bc += bc / 2; res = move_window(fs, fs->fatbase + (bc / SS(fs))); if (res != FR_OK) break; p = &fs->win[bc % SS(fs)]; *p = (clst & 1) ? ((*p & 0x0F) | ((BYTE)val << 4)) : (BYTE)val; bc++; fs->wflag = 1; res = move_window(fs, fs->fatbase + (bc / SS(fs))); if (res != FR_OK) break; p = &fs->win[bc % SS(fs)]; *p = (clst & 1) ? (BYTE)(val >> 4) : ((*p & 0xF0) | ((BYTE)(val >> 8) & 0x0F)); break; case FS_FAT16 : res = move_window(fs, fs->fatbase + (clst / (SS(fs) / 2))); if (res != FR_OK) break; p = &fs->win[clst * 2 % SS(fs)]; ST_WORD(p, (WORD)val); break; case FS_FAT32 : res = move_window(fs, fs->fatbase + (clst / (SS(fs) / 4))); if (res != FR_OK) break; p = &fs->win[clst * 4 % SS(fs)]; val |= LD_DWORD(p) & 0xF0000000; ST_DWORD(p, val); break; default : res = FR_INT_ERR; } fs->wflag = 1; } return res; } #endif /* !_FS_READONLY */ /*-----------------------------------------------------------------------*/ /* FAT handling - Remove a cluster chain */ /*-----------------------------------------------------------------------*/ #if !_FS_READONLY static FRESULT remove_chain ( FATFS *fs, /* File system object */ DWORD clst /* Cluster# to remove a chain from */ ) { FRESULT res; DWORD nxt; #if _USE_ERASE DWORD scl = clst, ecl = clst, rt[2]; #endif if (clst < 2 || clst >= fs->n_fatent) { /* Check range */ res = FR_INT_ERR; } else { res = FR_OK; while (clst < fs->n_fatent) { /* Not a last link? */ nxt = get_fat(fs, clst); /* Get cluster status */ if (nxt == 0) break; /* Empty cluster? */ if (nxt == 1) { res = FR_INT_ERR; break; } /* Internal error? */ if (nxt == 0xFFFFFFFF) { res = FR_DISK_ERR; break; } /* Disk error? */ res = put_fat(fs, clst, 0); /* Mark the cluster "empty" */ if (res != FR_OK) break; if (fs->free_clust != 0xFFFFFFFF) { /* Update FSInfo */ fs->free_clust++; fs->fsi_flag = 1; } #if _USE_ERASE if (ecl + 1 == nxt) { /* Is next cluster contiguous? */ ecl = nxt; } else { /* End of contiguous clusters */ rt[0] = clust2sect(fs, scl); /* Start sector */ rt[1] = clust2sect(fs, ecl) + fs->csize - 1; /* End sector */ disk_ioctl(fs->drv, CTRL_ERASE_SECTOR, rt); /* Erase the block */ scl = ecl = nxt; } #endif clst = nxt; /* Next cluster */ } } return res; } #endif /*-----------------------------------------------------------------------*/ /* FAT handling - Stretch or Create a cluster chain */ /*-----------------------------------------------------------------------*/ #if !_FS_READONLY static DWORD create_chain ( /* 0:No free cluster, 1:Internal error, 0xFFFFFFFF:Disk error, >=2:New cluster# */ FATFS *fs, /* File system object */ DWORD clst /* Cluster# to stretch. 0 means create a new chain. */ ) { DWORD cs, ncl, scl; FRESULT res; if (clst == 0) { /* Create a new chain */ scl = fs->last_clust; /* Get suggested start point */ if (!scl || scl >= fs->n_fatent) scl = 1; } else { /* Stretch the current chain */ cs = get_fat(fs, clst); /* Check the cluster status */ if (cs < 2) return 1; /* It is an invalid cluster */ if (cs < fs->n_fatent) return cs; /* It is already followed by next cluster */ scl = clst; } ncl = scl; /* Start cluster */ for (;;) { ncl++; /* Next cluster */ if (ncl >= fs->n_fatent) { /* Wrap around */ ncl = 2; if (ncl > scl) return 0; /* No free cluster */ } cs = get_fat(fs, ncl); /* Get the cluster status */ if (cs == 0) break; /* Found a free cluster */ if (cs == 0xFFFFFFFF || cs == 1)/* An error occurred */ return cs; if (ncl == scl) return 0; /* No free cluster */ } res = put_fat(fs, ncl, 0x0FFFFFFF); /* Mark the new cluster "last link" */ if (res == FR_OK && clst != 0) { res = put_fat(fs, clst, ncl); /* Link it to the previous one if needed */ } if (res == FR_OK) { fs->last_clust = ncl; /* Update FSINFO */ if (fs->free_clust != 0xFFFFFFFF) { fs->free_clust--; fs->fsi_flag = 1; } } else { ncl = (res == FR_DISK_ERR) ? 0xFFFFFFFF : 1; } return ncl; /* Return new cluster number or error code */ } #endif /* !_FS_READONLY */ /*-----------------------------------------------------------------------*/ /* FAT handling - Convert offset into cluster with link map table */ /*-----------------------------------------------------------------------*/ #if _USE_FASTSEEK static DWORD clmt_clust ( /* <2:Error, >=2:Cluster number */ FIL* fp, /* Pointer to the file object */ DWORD ofs /* File offset to be converted to cluster# */ ) { DWORD cl, ncl, *tbl; tbl = fp->cltbl + 1; /* Top of CLMT */ cl = ofs / SS(fp->fs) / fp->fs->csize; /* Cluster order from top of the file */ for (;;) { ncl = *tbl++; /* Number of cluters in the fragment */ if (!ncl) return 0; /* End of table? (error) */ if (cl < ncl) break; /* In this fragment? */ cl -= ncl; tbl++; /* Next fragment */ } return cl + *tbl; /* Return the cluster number */ } #endif /* _USE_FASTSEEK */ /*-----------------------------------------------------------------------*/ /* Directory handling - Set directory index */ /*-----------------------------------------------------------------------*/ static FRESULT dir_sdi ( DIR *dj, /* Pointer to directory object */ WORD idx /* Index of directory table */ ) { DWORD clst; WORD ic; dj->index = idx; clst = dj->sclust; if (clst == 1 || clst >= dj->fs->n_fatent) /* Check start cluster range */ return FR_INT_ERR; if (!clst && dj->fs->fs_type == FS_FAT32) /* Replace cluster# 0 with root cluster# if in FAT32 */ clst = dj->fs->dirbase; if (clst == 0) { /* Static table (root-dir in FAT12/16) */ dj->clust = clst; if (idx >= dj->fs->n_rootdir) /* Index is out of range */ return FR_INT_ERR; dj->sect = dj->fs->dirbase + idx / (SS(dj->fs) / SZ_DIR); /* Sector# */ } else { /* Dynamic table (sub-dirs or root-dir in FAT32) */ ic = SS(dj->fs) / SZ_DIR * dj->fs->csize; /* Entries per cluster */ while (idx >= ic) { /* Follow cluster chain */ clst = get_fat(dj->fs, clst); /* Get next cluster */ if (clst == 0xFFFFFFFF) return FR_DISK_ERR; /* Disk error */ if (clst < 2 || clst >= dj->fs->n_fatent) /* Reached to end of table or int error */ return FR_INT_ERR; idx -= ic; } dj->clust = clst; dj->sect = clust2sect(dj->fs, clst) + idx / (SS(dj->fs) / SZ_DIR); /* Sector# */ } dj->dir = dj->fs->win + (idx % (SS(dj->fs) / SZ_DIR)) * SZ_DIR; /* Ptr to the entry in the sector */ return FR_OK; /* Seek succeeded */ } /*-----------------------------------------------------------------------*/ /* Directory handling - Move directory table index next */ /*-----------------------------------------------------------------------*/ static FRESULT dir_next ( /* FR_OK:Succeeded, FR_NO_FILE:End of table, FR_DENIED:Could not stretch */ DIR *dj, /* Pointer to the directory object */ int stretch /* 0: Do not stretch table, 1: Stretch table if needed */ ) { DWORD clst; WORD i; stretch = stretch; /* To suppress warning on read-only cfg. */ i = dj->index + 1; if (!i || !dj->sect) /* Report EOT when index has reached 65535 */ return FR_NO_FILE; if (!(i % (SS(dj->fs) / SZ_DIR))) { /* Sector changed? */ dj->sect++; /* Next sector */ if (dj->clust == 0) { /* Static table */ if (i >= dj->fs->n_rootdir) /* Report EOT when end of table */ return FR_NO_FILE; } else { /* Dynamic table */ if (((i / (SS(dj->fs) / SZ_DIR)) & (dj->fs->csize - 1)) == 0) { /* Cluster changed? */ clst = get_fat(dj->fs, dj->clust); /* Get next cluster */ if (clst <= 1) return FR_INT_ERR; if (clst == 0xFFFFFFFF) return FR_DISK_ERR; if (clst >= dj->fs->n_fatent) { /* When it reached end of dynamic table */ #if !_FS_READONLY BYTE c; if (!stretch) return FR_NO_FILE; /* When do not stretch, report EOT */ clst = create_chain(dj->fs, dj->clust); /* Stretch cluster chain */ if (clst == 0) return FR_DENIED; /* No free cluster */ if (clst == 1) return FR_INT_ERR; if (clst == 0xFFFFFFFF) return FR_DISK_ERR; /* Clean-up stretched table */ if (sync_window(dj->fs)) return FR_DISK_ERR; /* Flush active window */ mem_set(dj->fs->win, 0, SS(dj->fs)); /* Clear window buffer */ dj->fs->winsect = clust2sect(dj->fs, clst); /* Cluster start sector */ for (c = 0; c < dj->fs->csize; c++) { /* Fill the new cluster with 0 */ dj->fs->wflag = 1; if (sync_window(dj->fs)) return FR_DISK_ERR; dj->fs->winsect++; } dj->fs->winsect -= c; /* Rewind window address */ #else return FR_NO_FILE; /* Report EOT */ #endif } dj->clust = clst; /* Initialize data for new cluster */ dj->sect = clust2sect(dj->fs, clst); } } } dj->index = i; dj->dir = dj->fs->win + (i % (SS(dj->fs) / SZ_DIR)) * SZ_DIR; return FR_OK; } /*-----------------------------------------------------------------------*/ /* Directory handling - Reserve directory entry */ /*-----------------------------------------------------------------------*/ #if !_FS_READONLY static FRESULT dir_alloc ( DIR* dj, /* Pointer to the directory object */ UINT nent /* Number of contiguous entries to allocate (1-21) */ ) { FRESULT res; UINT n; res = dir_sdi(dj, 0); if (res == FR_OK) { n = 0; do { res = move_window(dj->fs, dj->sect); if (res != FR_OK) break; if (dj->dir[0] == DDE || dj->dir[0] == 0) { /* Is it a blank entry? */ if (++n == nent) break; /* A block of contiguous entry is found */ } else { n = 0; /* Not a blank entry. Restart to search */ } res = dir_next(dj, 1); /* Next entry with table stretch enabled */ } while (res == FR_OK); } if (res == FR_NO_FILE) res = FR_DENIED; /* patch of March 15, 2013 */ return res; } #endif /*-----------------------------------------------------------------------*/ /* Directory handling - Load/Store start cluster number */ /*-----------------------------------------------------------------------*/ static DWORD ld_clust ( FATFS *fs, /* Pointer to the fs object */ BYTE *dir /* Pointer to the directory entry */ ) { DWORD cl; cl = LD_WORD(dir+DIR_FstClusLO); if (fs->fs_type == FS_FAT32) cl |= (DWORD)LD_WORD(dir+DIR_FstClusHI) << 16; return cl; } #if !_FS_READONLY static void st_clust ( BYTE *dir, /* Pointer to the directory entry */ DWORD cl /* Value to be set */ ) { ST_WORD(dir+DIR_FstClusLO, cl); ST_WORD(dir+DIR_FstClusHI, cl >> 16); } #endif /*-----------------------------------------------------------------------*/ /* LFN handling - Test/Pick/Fit an LFN segment from/to directory entry */ /*-----------------------------------------------------------------------*/ #if _USE_LFN static const BYTE LfnOfs[] = {1,3,5,7,9,14,16,18,20,22,24,28,30}; /* Offset of LFN chars in the directory entry */ static int cmp_lfn ( /* 1:Matched, 0:Not matched */ WCHAR *lfnbuf, /* Pointer to the LFN to be compared */ BYTE *dir /* Pointer to the directory entry containing a part of LFN */ ) { UINT i, s; WCHAR wc, uc; i = ((dir[LDIR_Ord] & ~LLE) - 1) * 13; /* Get offset in the LFN buffer */ s = 0; wc = 1; do { uc = LD_WORD(dir+LfnOfs[s]); /* Pick an LFN character from the entry */ if (wc) { /* Last char has not been processed */ wc = ff_wtoupper(uc); /* Convert it to upper case */ if (i >= _MAX_LFN || wc != ff_wtoupper(lfnbuf[i++])) /* Compare it */ return 0; /* Not matched */ } else { if (uc != 0xFFFF) return 0; /* Check filler */ } } while (++s < 13); /* Repeat until all chars in the entry are checked */ if ((dir[LDIR_Ord] & LLE) && wc && lfnbuf[i]) /* Last segment matched but different length */ return 0; return 1; /* The part of LFN matched */ } static int pick_lfn ( /* 1:Succeeded, 0:Buffer overflow */ WCHAR *lfnbuf, /* Pointer to the Unicode-LFN buffer */ BYTE *dir /* Pointer to the directory entry */ ) { UINT i, s; WCHAR wc, uc; i = ((dir[LDIR_Ord] & 0x3F) - 1) * 13; /* Offset in the LFN buffer */ s = 0; wc = 1; do { uc = LD_WORD(dir+LfnOfs[s]); /* Pick an LFN character from the entry */ if (wc) { /* Last char has not been processed */ if (i >= _MAX_LFN) return 0; /* Buffer overflow? */ lfnbuf[i++] = wc = uc; /* Store it */ } else { if (uc != 0xFFFF) return 0; /* Check filler */ } } while (++s < 13); /* Read all character in the entry */ if (dir[LDIR_Ord] & LLE) { /* Put terminator if it is the last LFN part */ if (i >= _MAX_LFN) return 0; /* Buffer overflow? */ lfnbuf[i] = 0; } return 1; } #if !_FS_READONLY static void fit_lfn ( const WCHAR *lfnbuf, /* Pointer to the LFN buffer */ BYTE *dir, /* Pointer to the directory entry */ BYTE ord, /* LFN order (1-20) */ BYTE sum /* SFN sum */ ) { UINT i, s; WCHAR wc; dir[LDIR_Chksum] = sum; /* Set check sum */ dir[LDIR_Attr] = AM_LFN; /* Set attribute. LFN entry */ dir[LDIR_Type] = 0; ST_WORD(dir+LDIR_FstClusLO, 0); i = (ord - 1) * 13; /* Get offset in the LFN buffer */ s = wc = 0; do { if (wc != 0xFFFF) wc = lfnbuf[i++]; /* Get an effective char */ ST_WORD(dir+LfnOfs[s], wc); /* Put it */ if (!wc) wc = 0xFFFF; /* Padding chars following last char */ } while (++s < 13); if (wc == 0xFFFF || !lfnbuf[i]) ord |= LLE; /* Bottom LFN part is the start of LFN sequence */ dir[LDIR_Ord] = ord; /* Set the LFN order */ } #endif #endif /*-----------------------------------------------------------------------*/ /* Create numbered name */ /*-----------------------------------------------------------------------*/ #if _USE_LFN void gen_numname ( BYTE *dst, /* Pointer to generated SFN */ const BYTE *src, /* Pointer to source SFN to be modified */ const WCHAR *lfn, /* Pointer to LFN */ WORD seq /* Sequence number */ ) { BYTE ns[8], c; UINT i, j; mem_cpy(dst, src, 11); if (seq > 5) { /* On many collisions, generate a hash number instead of sequential number */ do seq = (seq >> 1) + (seq << 15) + (WORD)*lfn++; while (*lfn); } /* itoa (hexdecimal) */ i = 7; do { c = (seq % 16) + '0'; if (c > '9') c += 7; ns[i--] = c; seq /= 16; } while (seq); ns[i] = '~'; /* Append the number */ for (j = 0; j < i && dst[j] != ' '; j++) { if (IsDBCS1(dst[j])) { if (j == i - 1) break; j++; } } do { dst[j++] = (i < 8) ? ns[i++] : ' '; } while (j < 8); } #endif /*-----------------------------------------------------------------------*/ /* Calculate sum of an SFN */ /*-----------------------------------------------------------------------*/ #if _USE_LFN static BYTE sum_sfn ( const BYTE *dir /* Ptr to directory entry */ ) { BYTE sum = 0; UINT n = 11; do sum = (sum >> 1) + (sum << 7) + *dir++; while (--n); return sum; } #endif /*-----------------------------------------------------------------------*/ /* Directory handling - Find an object in the directory */ /*-----------------------------------------------------------------------*/ static FRESULT dir_find ( DIR *dj /* Pointer to the directory object linked to the file name */ ) { FRESULT res; BYTE c, *dir; #if _USE_LFN BYTE a, ord, sum; #endif res = dir_sdi(dj, 0); /* Rewind directory object */ if (res != FR_OK) return res; #if _USE_LFN ord = sum = 0xFF; #endif do { res = move_window(dj->fs, dj->sect); if (res != FR_OK) break; dir = dj->dir; /* Ptr to the directory entry of current index */ c = dir[DIR_Name]; if (c == 0) { res = FR_NO_FILE; break; } /* Reached to end of table */ #if _USE_LFN /* LFN configuration */ a = dir[DIR_Attr] & AM_MASK; if (c == DDE || ((a & AM_VOL) && a != AM_LFN)) { /* An entry without valid data */ ord = 0xFF; } else { if (a == AM_LFN) { /* An LFN entry is found */ if (dj->lfn) { if (c & LLE) { /* Is it start of LFN sequence? */ sum = dir[LDIR_Chksum]; c &= ~LLE; ord = c; /* LFN start order */ dj->lfn_idx = dj->index; } /* Check validity of the LFN entry and compare it with given name */ ord = (c == ord && sum == dir[LDIR_Chksum] && cmp_lfn(dj->lfn, dir)) ? ord - 1 : 0xFF; } } else { /* An SFN entry is found */ if (!ord && sum == sum_sfn(dir)) break; /* LFN matched? */ ord = 0xFF; dj->lfn_idx = 0xFFFF; /* Reset LFN sequence */ if (!(dj->fn[NS] & NS_LOSS) && !mem_cmp(dir, dj->fn, 11)) break; /* SFN matched? */ } } #else /* Non LFN configuration */ if (!(dir[DIR_Attr] & AM_VOL) && !mem_cmp((const void *)dir, (const void *)dj->fn, 11)) /* Is it a valid entry? */ break; #endif res = dir_next(dj, 0); /* Next entry */ } while (res == FR_OK); return res; } /*-----------------------------------------------------------------------*/ /* Read an object from the directory */ /*-----------------------------------------------------------------------*/ #if _FS_MINIMIZE <= 1 || _USE_LABEL || _FS_RPATH >= 2 static FRESULT dir_read ( DIR *dj, /* Pointer to the directory object */ int vol /* Filtered by 0:file/dir or 1:volume label */ ) { FRESULT res; BYTE a, c, *dir; #if _USE_LFN BYTE ord = 0xFF, sum = 0xFF; #endif res = FR_NO_FILE; while (dj->sect) { res = move_window(dj->fs, dj->sect); if (res != FR_OK) break; dir = dj->dir; /* Ptr to the directory entry of current index */ c = dir[DIR_Name]; if (c == 0) { res = FR_NO_FILE; break; } /* Reached to end of table */ a = dir[DIR_Attr] & AM_MASK; #if _USE_LFN /* LFN configuration */ if (c == DDE || (!_FS_RPATH && c == '.') || (a == AM_VOL) != vol) { /* An entry without valid data */ ord = 0xFF; } else { if (a == AM_LFN) { /* An LFN entry is found */ if (c & LLE) { /* Is it start of LFN sequence? */ sum = dir[LDIR_Chksum]; c &= ~LLE; ord = c; dj->lfn_idx = dj->index; } /* Check LFN validity and capture it */ ord = (c == ord && sum == dir[LDIR_Chksum] && pick_lfn(dj->lfn, dir)) ? ord - 1 : 0xFF; } else { /* An SFN entry is found */ if (ord || sum != sum_sfn(dir)) /* Is there a valid LFN? */ dj->lfn_idx = 0xFFFF; /* It has no LFN. */ break; } } #else /* Non LFN configuration */ if (c != DDE && (_FS_RPATH || c != '.') && a != AM_LFN && (a == AM_VOL) == vol) /* Is it a valid entry? */ break; #endif res = dir_next(dj, 0); /* Next entry */ if (res != FR_OK) break; } if (res != FR_OK) dj->sect = 0; return res; } #endif /* _FS_MINIMIZE <= 1 || _USE_LABEL || _FS_RPATH >= 2 */ /*-----------------------------------------------------------------------*/ /* Register an object to the directory */ /*-----------------------------------------------------------------------*/ #if !_FS_READONLY static FRESULT dir_register ( /* FR_OK:Successful, FR_DENIED:No free entry or too many SFN collision, FR_DISK_ERR:Disk error */ DIR *dj /* Target directory with object name to be created */ ) { FRESULT res; #if _USE_LFN /* LFN configuration */ WORD n, ne; BYTE sn[12], *fn, sum; WCHAR *lfn; fn = dj->fn; lfn = dj->lfn; mem_cpy(sn, fn, 12); if (_FS_RPATH && (sn[NS] & NS_DOT)) /* Cannot create dot entry */ return FR_INVALID_NAME; if (sn[NS] & NS_LOSS) { /* When LFN is out of 8.3 format, generate a numbered name */ fn[NS] = 0; dj->lfn = 0; /* Find only SFN */ for (n = 1; n < 100; n++) { gen_numname(fn, sn, lfn, n); /* Generate a numbered name */ res = dir_find(dj); /* Check if the name collides with existing SFN */ if (res != FR_OK) break; } if (n == 100) return FR_DENIED; /* Abort if too many collisions */ if (res != FR_NO_FILE) return res; /* Abort if the result is other than 'not collided' */ fn[NS] = sn[NS]; dj->lfn = lfn; } if (sn[NS] & NS_LFN) { /* When LFN is to be created, allocate entries for an SFN + LFNs. */ for (n = 0; lfn[n]; n++) ; ne = (n + 25) / 13; } else { /* Otherwise allocate an entry for an SFN */ ne = 1; } res = dir_alloc(dj, ne); /* Allocate entries */ if (res == FR_OK && --ne) { /* Set LFN entry if needed */ res = dir_sdi(dj, (WORD)(dj->index - ne)); if (res == FR_OK) { sum = sum_sfn(dj->fn); /* Sum value of the SFN tied to the LFN */ do { /* Store LFN entries in bottom first */ res = move_window(dj->fs, dj->sect); if (res != FR_OK) break; fit_lfn(dj->lfn, dj->dir, (BYTE)ne, sum); dj->fs->wflag = 1; res = dir_next(dj, 0); /* Next entry */ } while (res == FR_OK && --ne); } } #else /* Non LFN configuration */ res = dir_alloc(dj, 1); /* Allocate an entry for SFN */ #endif if (res == FR_OK) { /* Set SFN entry */ res = move_window(dj->fs, dj->sect); if (res == FR_OK) { mem_set(dj->dir, 0, SZ_DIR); /* Clean the entry */ mem_cpy(dj->dir, (const void *)dj->fn, 11); /* Put SFN */ #if _USE_LFN dj->dir[DIR_NTres] = *(dj->fn+NS) & (NS_BODY | NS_EXT); /* Put NT flag */ #endif dj->fs->wflag = 1; } } return res; } #endif /* !_FS_READONLY */ /*-----------------------------------------------------------------------*/ /* Remove an object from the directory */ /*-----------------------------------------------------------------------*/ #if !_FS_READONLY && !_FS_MINIMIZE && _FS_F_UNLINK static FRESULT dir_remove ( /* FR_OK: Successful, FR_DISK_ERR: A disk error */ DIR *dj /* Directory object pointing the entry to be removed */ ) { FRESULT res; #if _USE_LFN /* LFN configuration */ WORD i; i = dj->index; /* SFN index */ res = dir_sdi(dj, (WORD)((dj->lfn_idx == 0xFFFF) ? i : dj->lfn_idx)); /* Goto the SFN or top of the LFN entries */ if (res == FR_OK) { do { res = move_window(dj->fs, dj->sect); if (res != FR_OK) break; *dj->dir = DDE; /* Mark the entry "deleted" */ dj->fs->wflag = 1; if (dj->index >= i) break; /* When reached SFN, all entries of the object has been deleted. */ res = dir_next(dj, 0); /* Next entry */ } while (res == FR_OK); if (res == FR_NO_FILE) res = FR_INT_ERR; } #else /* Non LFN configuration */ res = dir_sdi(dj, dj->index); if (res == FR_OK) { res = move_window(dj->fs, dj->sect); if (res == FR_OK) { *dj->dir = DDE; /* Mark the entry "deleted" */ dj->fs->wflag = 1; } } #endif return res; } #endif /* !_FS_READONLY */ /*-----------------------------------------------------------------------*/ /* Pick a segment and create the object name in directory form */ /*-----------------------------------------------------------------------*/ static FRESULT create_name ( DIR *dj, /* Pointer to the directory object */ const TCHAR **path /* Pointer to pointer to the segment in the path string */ ) { #if _USE_LFN /* LFN configuration */ BYTE b, cf; WCHAR w, *lfn; UINT i, ni, si, di; const TCHAR *p; /* Create LFN in Unicode */ for (p = *path; *p == '/' || *p == '\\'; p++) ; /* Strip duplicated separator */ lfn = dj->lfn; si = di = 0; for (;;) { w = p[si++]; /* Get a character */ if (w < ' ' || w == '/' || w == '\\') break; /* Break on end of segment */ if (di >= _MAX_LFN) /* Reject too long name */ return FR_INVALID_NAME; #if !_LFN_UNICODE w &= 0xFF; if (IsDBCS1(w)) { /* Check if it is a DBC 1st byte (always false on SBCS cfg) */ b = (BYTE)p[si++]; /* Get 2nd byte */ if (!IsDBCS2(b)) return FR_INVALID_NAME; /* Reject invalid sequence */ w = (w << 8) + b; /* Create a DBC */ } w = ff_convert(w, 1); /* Convert ANSI/OEM to Unicode */ if (!w) return FR_INVALID_NAME; /* Reject invalid code */ #endif if (w < 0x80 && chk_chr("\"*:<>\?|\x7F", w)) /* Reject illegal chars for LFN */ return FR_INVALID_NAME; lfn[di++] = w; /* Store the Unicode char */ } *path = &p[si]; /* Return pointer to the next segment */ cf = (w < ' ') ? NS_LAST : 0; /* Set last segment flag if end of path */ #if _FS_RPATH if ((di == 1 && lfn[di-1] == '.') || /* Is this a dot entry? */ (di == 2 && lfn[di-1] == '.' && lfn[di-2] == '.')) { lfn[di] = 0; for (i = 0; i < 11; i++) dj->fn[i] = (i < di) ? '.' : ' '; dj->fn[i] = cf | NS_DOT; /* This is a dot entry */ return FR_OK; } #endif while (di) { /* Strip trailing spaces and dots */ w = lfn[di-1]; if (w != ' ' && w != '.') break; di--; } if (!di) return FR_INVALID_NAME; /* Reject nul string */ lfn[di] = 0; /* LFN is created */ /* Create SFN in directory form */ mem_set(dj->fn, ' ', 11); for (si = 0; lfn[si] == ' ' || lfn[si] == '.'; si++) ; /* Strip leading spaces and dots */ if (si) cf |= NS_LOSS | NS_LFN; while (di && lfn[di - 1] != '.') di--; /* Find extension (di<=si: no extension) */ b = i = 0; ni = 8; for (;;) { w = lfn[si++]; /* Get an LFN char */ if (!w) break; /* Break on end of the LFN */ if (w == ' ' || (w == '.' && si != di)) { /* Remove spaces and dots */ cf |= NS_LOSS | NS_LFN; continue; } if (i >= ni || si == di) { /* Extension or end of SFN */ if (ni == 11) { /* Long extension */ cf |= NS_LOSS | NS_LFN; break; } if (si != di) cf |= NS_LOSS | NS_LFN; /* Out of 8.3 format */ if (si > di) break; /* No extension */ si = di; i = 8; ni = 11; /* Enter extension section */ b <<= 2; continue; } if (w >= 0x80) { /* Non ASCII char */ #ifdef _EXCVT w = ff_convert(w, 0); /* Unicode -> OEM code */ if (w) w = ExCvt[w - 0x80]; /* Convert extended char to upper (SBCS) */ #else w = ff_convert(ff_wtoupper(w), 0); /* Upper converted Unicode -> OEM code */ #endif cf |= NS_LFN; /* Force create LFN entry */ } if (_DF1S && w >= 0x100) { /* Double byte char (always false on SBCS cfg) */ if (i >= ni - 1) { cf |= NS_LOSS | NS_LFN; i = ni; continue; } dj->fn[i++] = (BYTE)(w >> 8); } else { /* Single byte char */ if (!w || chk_chr("+,;=[]", w)) { /* Replace illegal chars for SFN */ w = '_'; cf |= NS_LOSS | NS_LFN;/* Lossy conversion */ } else { if (IsUpper(w)) { /* ASCII large capital */ b |= 2; } else { if (IsLower(w)) { /* ASCII small capital */ b |= 1; w -= 0x20; } } } } dj->fn[i++] = (BYTE)w; } if (dj->fn[0] == DDE) dj->fn[0] = NDDE; /* If the first char collides with deleted mark, replace it with 0x05 */ if (ni == 8) b <<= 2; if ((b & 0x0C) == 0x0C || (b & 0x03) == 0x03) /* Create LFN entry when there are composite capitals */ cf |= NS_LFN; if (!(cf & NS_LFN)) { /* When LFN is in 8.3 format without extended char, NT flags are created */ if ((b & 0x03) == 0x01) cf |= NS_EXT; /* NT flag (Extension has only small capital) */ if ((b & 0x0C) == 0x04) cf |= NS_BODY; /* NT flag (Filename has only small capital) */ } dj->fn[NS] = cf; /* SFN is created */ return FR_OK; #else /* Non-LFN configuration */ BYTE b, c, d, *sfn; UINT ni, si, i; const char *p; /* Create file name in directory form */ for (p = *path; *p == '/' || *p == '\\'; p++) ; /* Strip duplicated separator */ sfn = dj->fn; mem_set(sfn, ' ', 11); si = i = b = 0; ni = 8; #if _FS_RPATH if (p[si] == '.') { /* Is this a dot entry? */ for (;;) { c = (BYTE)p[si++]; if (c != '.' || si >= 3) break; sfn[i++] = c; } if (c != '/' && c != '\\' && c > ' ') return FR_INVALID_NAME; *path = &p[si]; /* Return pointer to the next segment */ sfn[NS] = (c <= ' ') ? NS_LAST | NS_DOT : NS_DOT; /* Set last segment flag if end of path */ return FR_OK; } #endif for (;;) { c = (BYTE)p[si++]; if (c <= ' ' || c == '/' || c == '\\') break; /* Break on end of segment */ if (c == '.' || i >= ni) { if (ni != 8 || c != '.') return FR_INVALID_NAME; i = 8; ni = 11; b <<= 2; continue; } if (c >= 0x80) { /* Extended char? */ b |= 3; /* Eliminate NT flag */ #ifdef _EXCVT c = ExCvt[c - 0x80]; /* To upper extended chars (SBCS cfg) */ #else #if !_DF1S return FR_INVALID_NAME; /* Reject extended chars (ASCII cfg) */ #endif #endif } if (IsDBCS1(c)) { /* Check if it is a DBC 1st byte (always false on SBCS cfg) */ d = (BYTE)p[si++]; /* Get 2nd byte */ if (!IsDBCS2(d) || i >= ni - 1) /* Reject invalid DBC */ return FR_INVALID_NAME; sfn[i++] = c; sfn[i++] = d; } else { /* Single byte code */ if (chk_chr("\"*+,:;<=>\?[]|\x7F", c)) /* Reject illegal chrs for SFN */ return FR_INVALID_NAME; if (IsUpper(c)) { /* ASCII large capital? */ b |= 2; } else { if (IsLower(c)) { /* ASCII small capital? */ b |= 1; c -= 0x20; } } sfn[i++] = c; } } *path = &p[si]; /* Return pointer to the next segment */ c = (c <= ' ') ? NS_LAST : 0; /* Set last segment flag if end of path */ if (!i) return FR_INVALID_NAME; /* Reject nul string */ if (sfn[0] == DDE) sfn[0] = NDDE; /* When first char collides with DDE, replace it with 0x05 */ if (ni == 8) b <<= 2; if ((b & 0x03) == 0x01) c |= NS_EXT; /* NT flag (Name extension has only small capital) */ if ((b & 0x0C) == 0x04) c |= NS_BODY; /* NT flag (Name body has only small capital) */ sfn[NS] = c; /* Store NT flag, File name is created */ return FR_OK; #endif } /*-----------------------------------------------------------------------*/ /* Get file information from directory entry */ /*-----------------------------------------------------------------------*/ #if _FS_MINIMIZE <= 1 || _FS_RPATH >= 2 static void get_fileinfo ( /* No return code */ DIR *dj, /* Pointer to the directory object */ FILINFO *fno /* Pointer to the file information to be filled */ ) { UINT i; BYTE nt, *dir; TCHAR *p, c; p = fno->fname; if (dj->sect) { dir = dj->dir; nt = dir[DIR_NTres]; /* NT flag */ for (i = 0; i < 8; i++) { /* Copy name body */ c = dir[i]; if (c == ' ') break; if (c == NDDE) c = (TCHAR)DDE; if (_USE_LFN && (nt & NS_BODY) && IsUpper(c)) c += 0x20; #if _LFN_UNICODE if (IsDBCS1(c) && i < 7 && IsDBCS2(dir[i+1])) c = (c << 8) | dir[++i]; c = ff_convert(c, 1); if (!c) c = '?'; #endif *p++ = c; } if (dir[8] != ' ') { /* Copy name extension */ *p++ = '.'; for (i = 8; i < 11; i++) { c = dir[i]; if (c == ' ') break; if (_USE_LFN && (nt & NS_EXT) && IsUpper(c)) c += 0x20; #if _LFN_UNICODE if (IsDBCS1(c) && i < 10 && IsDBCS2(dir[i+1])) c = (c << 8) | dir[++i]; c = ff_convert(c, 1); if (!c) c = '?'; #endif *p++ = c; } } fno->fattrib = dir[DIR_Attr]; /* Attribute */ fno->fsize = LD_DWORD(dir+DIR_FileSize); /* Size */ fno->fdate = LD_WORD(dir+DIR_WrtDate); /* Date */ fno->ftime = LD_WORD(dir+DIR_WrtTime); /* Time */ } *p = 0; /* Terminate SFN str by a \0 */ #if _USE_LFN if (fno->lfname && fno->lfsize) { TCHAR *tp = fno->lfname; WCHAR w, *lfn; i = 0; if (dj->sect && dj->lfn_idx != 0xFFFF) {/* Get LFN if available */ lfn = dj->lfn; while ((w = *lfn++) != 0) { /* Get an LFN char */ #if !_LFN_UNICODE w = ff_convert(w, 0); /* Unicode -> OEM conversion */ if (!w) { i = 0; break; } /* Could not convert, no LFN */ if (_DF1S && w >= 0x100) /* Put 1st byte if it is a DBC (always false on SBCS cfg) */ tp[i++] = (TCHAR)(w >> 8); #endif if (i >= fno->lfsize - 1) { i = 0; break; } /* Buffer overflow, no LFN */ tp[i++] = (TCHAR)w; } } tp[i] = 0; /* Terminate the LFN str by a \0 */ } #endif } #endif /* _FS_MINIMIZE <= 1 || _FS_RPATH >= 2*/ /*-----------------------------------------------------------------------*/ /* Follow a file path */ /*-----------------------------------------------------------------------*/ static FRESULT follow_path ( /* FR_OK(0): successful, !=0: error code */ DIR *dj, /* Directory object to return last directory and found object */ const TCHAR *path /* Full-path string to find a file or directory */ ) { FRESULT res; BYTE *dir, ns; #if _FS_RPATH if (*path == '/' || *path == '\\') { /* There is a heading separator */ path++; dj->sclust = 0; /* Strip it and start from the root dir */ } else { /* No heading separator */ dj->sclust = dj->fs->cdir; /* Start from the current dir */ } #else if (*path == '/' || *path == '\\') /* Strip heading separator if exist */ path++; dj->sclust = 0; /* Start from the root dir */ #endif if ((UINT)*path < ' ') { /* Nul path means the start directory itself */ res = dir_sdi(dj, 0); dj->dir = 0; } else { /* Follow path */ for (;;) { res = create_name(dj, &path); /* Get a segment */ if (res != FR_OK) break; res = dir_find(dj); /* Find it */ ns = *(dj->fn+NS); if (res != FR_OK) { /* Failed to find the object */ if (res != FR_NO_FILE) break; /* Abort if any hard error occurred */ /* Object not found */ if (_FS_RPATH && (ns & NS_DOT)) { /* If dot entry is not exit */ dj->sclust = 0; dj->dir = 0; /* It is the root dir */ res = FR_OK; if (!(ns & NS_LAST)) continue; } else { /* Could not find the object */ if (!(ns & NS_LAST)) res = FR_NO_PATH; } break; } if (ns & NS_LAST) break; /* Last segment match. Function completed. */ dir = dj->dir; /* There is next segment. Follow the sub directory */ if (!(dir[DIR_Attr] & AM_DIR)) { /* Cannot follow because it is a file */ res = FR_NO_PATH; break; } dj->sclust = ld_clust(dj->fs, dir); } } return res; } /*-----------------------------------------------------------------------*/ /* Load a sector and check if it is an FAT Volume Boot Record */ /*-----------------------------------------------------------------------*/ static BYTE check_fs ( /* 0:FAT-VBR, 1:Any BR but not FAT, 2:Not a BR, 3:Disk error */ FATFS *fs, /* File system object */ DWORD sect /* Sector# (lba) to check if it is an FAT boot record or not */ ) { if (disk_read(fs->drv, fs->win, sect, 1) != RES_OK) /* Load boot record */ return 3; if (LD_WORD(&fs->win[BS_55AA]) != 0xAA55) /* Check record signature (always placed at offset 510 even if the sector size is >512) */ return 2; if ((LD_DWORD(&fs->win[BS_FilSysType]) & 0xFFFFFF) == 0x544146) /* Check "FAT" string */ return 0; if ((LD_DWORD(&fs->win[BS_FilSysType32]) & 0xFFFFFF) == 0x544146) return 0; return 1; } /*-----------------------------------------------------------------------*/ /* Check if the file system object is valid or not */ /*-----------------------------------------------------------------------*/ static FRESULT chk_mounted ( /* FR_OK(0): successful, !=0: any error occurred */ const TCHAR **path, /* Pointer to pointer to the path name (drive number) */ FATFS **rfs, /* Pointer to pointer to the found file system object */ BYTE wmode /* !=0: Check write protection for write access */ ) { BYTE fmt, b, pi, *tbl; UINT vol; DSTATUS stat; DWORD bsect, fasize, tsect, sysect, nclst, szbfat; WORD nrsv; const TCHAR *p = *path; FATFS *fs; /* Get logical drive number from the path name */ vol = p[0] - '0'; /* Is there a drive number? */ if (vol <= 9 && p[1] == ':') { /* Found a drive number, get and strip it */ p += 2; *path = p; /* Return pointer to the path name */ } else { /* No drive number, use default drive */ #if _FS_RPATH vol = CurrVol; /* Use current drive */ #else vol = 0; /* Use drive 0 */ #endif } /* Check if the file system object is valid or not */ *rfs = 0; if (vol >= _VOLUMES) /* Is the drive number valid? */ return FR_INVALID_DRIVE; fs = FatFs[vol]; /* Get corresponding file system object */ if (!fs) return FR_NOT_ENABLED; /* Is the file system object available? */ ENTER_FF(fs); /* Lock volume */ *rfs = fs; /* Return pointer to the corresponding file system object */ if (fs->fs_type) { /* If the volume has been mounted */ stat = disk_status(fs->drv); if (!(stat & STA_NOINIT)) { /* and the physical drive is kept initialized (has not been changed), */ if (!_FS_READONLY && wmode && (stat & STA_PROTECT)) /* Check write protection if needed */ return FR_WRITE_PROTECTED; return FR_OK; /* The file system object is valid */ } } /* The file system object is not valid. */ /* Following code attempts to mount the volume. (analyze BPB and initialize the fs object) */ fs->fs_type = 0; /* Clear the file system object */ fs->drv = LD2PD(vol); /* Bind the logical drive and a physical drive */ stat = disk_initialize(fs->drv); /* Initialize the physical drive */ if (stat & STA_NOINIT) /* Check if the initialization succeeded */ return FR_NOT_READY; /* Failed to initialize due to no medium or hard error */ if (!_FS_READONLY && wmode && (stat & STA_PROTECT)) /* Check disk write protection if needed */ return FR_WRITE_PROTECTED; #if _MAX_SS != 512 /* Get disk sector size (variable sector size cfg only) */ if (disk_ioctl(fs->drv, GET_SECTOR_SIZE, &fs->ssize) != RES_OK) return FR_DISK_ERR; #endif /* Search FAT partition on the drive. Supports only generic partitions, FDISK and SFD. */ fmt = check_fs(fs, bsect = 0); /* Load sector 0 and check if it is an FAT-VBR (in SFD) */ if (LD2PT(vol) && !fmt) fmt = 1; /* Force non-SFD if the volume is forced partition */ if (fmt == 1) { /* Not an FAT-VBR, the physical drive can be partitioned */ /* Check the partition listed in the partition table */ pi = LD2PT(vol); if (pi) pi--; tbl = &fs->win[MBR_Table + pi * SZ_PTE];/* Partition table */ if (tbl[4]) { /* Is the partition existing? */ bsect = LD_DWORD(&tbl[8]); /* Partition offset in LBA */ fmt = check_fs(fs, bsect); /* Check the partition */ } } if (fmt == 3) return FR_DISK_ERR; if (fmt) return FR_NO_FILESYSTEM; /* No FAT volume is found */ /* An FAT volume is found. Following code initializes the file system object */ if (LD_WORD(fs->win+BPB_BytsPerSec) != SS(fs)) /* (BPB_BytsPerSec must be equal to the physical sector size) */ return FR_NO_FILESYSTEM; fasize = LD_WORD(fs->win+BPB_FATSz16); /* Number of sectors per FAT */ if (!fasize) fasize = LD_DWORD(fs->win+BPB_FATSz32); fs->fsize = fasize; fs->n_fats = b = fs->win[BPB_NumFATs]; /* Number of FAT copies */ if (b != 1 && b != 2) return FR_NO_FILESYSTEM; /* (Must be 1 or 2) */ fasize *= b; /* Number of sectors for FAT area */ fs->csize = b = fs->win[BPB_SecPerClus]; /* Number of sectors per cluster */ if (!b || (b & (b - 1))) return FR_NO_FILESYSTEM; /* (Must be power of 2) */ fs->n_rootdir = LD_WORD(fs->win+BPB_RootEntCnt); /* Number of root directory entries */ if (fs->n_rootdir % (SS(fs) / SZ_DIR)) return FR_NO_FILESYSTEM; /* (BPB_RootEntCnt must be sector aligned) */ tsect = LD_WORD(fs->win+BPB_TotSec16); /* Number of sectors on the volume */ if (!tsect) tsect = LD_DWORD(fs->win+BPB_TotSec32); nrsv = LD_WORD(fs->win+BPB_RsvdSecCnt); /* Number of reserved sectors */ if (!nrsv) return FR_NO_FILESYSTEM; /* (BPB_RsvdSecCnt must not be 0) */ /* Determine the FAT sub type */ sysect = nrsv + fasize + fs->n_rootdir / (SS(fs) / SZ_DIR); /* RSV+FAT+DIR */ if (tsect < sysect) return FR_NO_FILESYSTEM; /* (Invalid volume size) */ nclst = (tsect - sysect) / fs->csize; /* Number of clusters */ if (!nclst) return FR_NO_FILESYSTEM; /* (Invalid volume size) */ fmt = FS_FAT12; if (nclst >= MIN_FAT16) fmt = FS_FAT16; if (nclst >= MIN_FAT32) fmt = FS_FAT32; /* Boundaries and Limits */ fs->n_fatent = nclst + 2; /* Number of FAT entries */ fs->volbase = bsect; /* Volume start sector */ fs->fatbase = bsect + nrsv; /* FAT start sector */ fs->database = bsect + sysect; /* Data start sector */ if (fmt == FS_FAT32) { if (fs->n_rootdir) return FR_NO_FILESYSTEM; /* (BPB_RootEntCnt must be 0) */ fs->dirbase = LD_DWORD(fs->win+BPB_RootClus); /* Root directory start cluster */ szbfat = fs->n_fatent * 4; /* (Required FAT size) */ } else { if (!fs->n_rootdir) return FR_NO_FILESYSTEM; /* (BPB_RootEntCnt must not be 0) */ fs->dirbase = fs->fatbase + fasize; /* Root directory start sector */ szbfat = (fmt == FS_FAT16) ? /* (Required FAT size) */ fs->n_fatent * 2 : fs->n_fatent * 3 / 2 + (fs->n_fatent & 1); } if (fs->fsize < (szbfat + (SS(fs) - 1)) / SS(fs)) /* (BPB_FATSz must not be less than required) */ return FR_NO_FILESYSTEM; #if !_FS_READONLY /* Initialize cluster allocation information */ fs->free_clust = 0xFFFFFFFF; fs->last_clust = 0; /* Get fsinfo if available */ if (fmt == FS_FAT32) { fs->fsi_flag = 0; fs->fsi_sector = bsect + LD_WORD(fs->win+BPB_FSInfo); if (disk_read(fs->drv, fs->win, fs->fsi_sector, 1) == RES_OK && LD_WORD(fs->win+BS_55AA) == 0xAA55 && LD_DWORD(fs->win+FSI_LeadSig) == 0x41615252 && LD_DWORD(fs->win+FSI_StrucSig) == 0x61417272) { fs->last_clust = LD_DWORD(fs->win+FSI_Nxt_Free); fs->free_clust = LD_DWORD(fs->win+FSI_Free_Count); } } #endif fs->fs_type = fmt; /* FAT sub-type */ fs->id = ++Fsid; /* File system mount ID */ fs->winsect = 0; /* Invalidate sector cache */ fs->wflag = 0; #if _FS_RPATH fs->cdir = 0; /* Current directory (root dir) */ #endif #if _FS_LOCK /* Clear file lock semaphores */ clear_lock(fs); #endif return FR_OK; } /*-----------------------------------------------------------------------*/ /* Check if the file/dir object is valid or not */ /*-----------------------------------------------------------------------*/ static FRESULT validate ( /* FR_OK(0): The object is valid, !=0: Invalid */ void* obj /* Pointer to the object FIL/DIR to check validity */ ) { FIL *fil = (FIL*)obj; /* Assuming offset of fs and id in the FIL/DIR is identical */ if (!fil || !fil->fs || !fil->fs->fs_type || fil->fs->id != fil->id) return FR_INVALID_OBJECT; ENTER_FF(fil->fs); /* Lock file system */ if (disk_status(fil->fs->drv) & STA_NOINIT) return FR_NOT_READY; return FR_OK; } /*-------------------------------------------------------------------------- Public Functions --------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------*/ /* Mount/Unmount a Logical Drive */ /*-----------------------------------------------------------------------*/ FRESULT f_mount ( BYTE vol, /* Logical drive number to be mounted/unmounted */ FATFS *fs /* Pointer to new file system object (NULL for unmount)*/ ) { FATFS *rfs; if (vol >= _VOLUMES) /* Check if the drive number is valid */ return FR_INVALID_DRIVE; rfs = FatFs[vol]; /* Get current fs object */ if (rfs) { #if _FS_LOCK clear_lock(rfs); #endif #if _FS_REENTRANT /* Discard sync object of the current volume */ if (!ff_del_syncobj(rfs->sobj)) return FR_INT_ERR; #endif rfs->fs_type = 0; /* Clear old fs object */ } if (fs) { fs->fs_type = 0; /* Clear new fs object */ #if _FS_REENTRANT /* Create sync object for the new volume */ if (!ff_cre_syncobj(vol, &fs->sobj)) return FR_INT_ERR; #endif } FatFs[vol] = fs; /* Register new fs object */ return FR_OK; } /*-----------------------------------------------------------------------*/ /* Open or Create a File */ /*-----------------------------------------------------------------------*/ FRESULT f_open ( FIL *fp, /* Pointer to the blank file object */ const TCHAR *path, /* Pointer to the file name */ BYTE mode /* Access mode and file open mode flags */ ) { FRESULT res; DIR dj; BYTE *dir; DEF_NAMEBUF; if (!fp) return FR_INVALID_OBJECT; fp->fs = 0; /* Clear file object */ #if !_FS_READONLY mode &= FA_READ | FA_WRITE | FA_CREATE_ALWAYS | FA_OPEN_ALWAYS | FA_CREATE_NEW; res = chk_mounted(&path, &dj.fs, (BYTE)(mode & ~FA_READ)); #else mode &= FA_READ; res = chk_mounted(&path, &dj.fs, 0); #endif if (res == FR_OK) { INIT_BUF(dj); res = follow_path(&dj, path); /* Follow the file path */ dir = dj.dir; #if !_FS_READONLY /* R/W configuration */ if (res == FR_OK) { if (!dir) /* Current dir itself */ res = FR_INVALID_NAME; #if _FS_LOCK else res = chk_lock(&dj, (mode & ~FA_READ) ? 1 : 0); #endif } /* Create or Open a file */ if (mode & (FA_CREATE_ALWAYS | FA_OPEN_ALWAYS | FA_CREATE_NEW)) { DWORD dw, cl; if (res != FR_OK) { /* No file, create new */ if (res == FR_NO_FILE) /* There is no file to open, create a new entry */ #if _FS_LOCK res = enq_lock() ? dir_register(&dj) : FR_TOO_MANY_OPEN_FILES; #else res = dir_register(&dj); #endif mode |= FA_CREATE_ALWAYS; /* File is created */ dir = dj.dir; /* New entry */ } else { /* Any object is already existing */ if (dir[DIR_Attr] & (AM_RDO | AM_DIR)) { /* Cannot overwrite it (R/O or DIR) */ res = FR_DENIED; } else { if (mode & FA_CREATE_NEW) /* Cannot create as new file */ res = FR_EXIST; } } if (res == FR_OK && (mode & FA_CREATE_ALWAYS)) { /* Truncate it if overwrite mode */ dw = get_fattime(); /* Created time */ ST_DWORD(dir+DIR_CrtTime, dw); dir[DIR_Attr] = 0; /* Reset attribute */ ST_DWORD(dir+DIR_FileSize, 0); /* size = 0 */ cl = ld_clust(dj.fs, dir); /* Get start cluster */ st_clust(dir, 0); /* cluster = 0 */ dj.fs->wflag = 1; if (cl) { /* Remove the cluster chain if exist */ dw = dj.fs->winsect; res = remove_chain(dj.fs, cl); if (res == FR_OK) { dj.fs->last_clust = cl - 1; /* Reuse the cluster hole */ res = move_window(dj.fs, dw); } } } } else { /* Open an existing file */ if (res == FR_OK) { /* Follow succeeded */ if (dir[DIR_Attr] & AM_DIR) { /* It is a directory */ res = FR_NO_FILE; } else { if ((mode & FA_WRITE) && (dir[DIR_Attr] & AM_RDO)) /* R/O violation */ res = FR_DENIED; } } } if (res == FR_OK) { if (mode & FA_CREATE_ALWAYS) /* Set file change flag if created or overwritten */ mode |= FA__WRITTEN; fp->dir_sect = dj.fs->winsect; /* Pointer to the directory entry */ fp->dir_ptr = dir; #if _FS_LOCK fp->lockid = inc_lock(&dj, (mode & ~FA_READ) ? 1 : 0); if (!fp->lockid) res = FR_INT_ERR; #endif } #else /* R/O configuration */ if (res == FR_OK) { /* Follow succeeded */ dir = dj.dir; if (!dir) { /* Current dir itself */ res = FR_INVALID_NAME; } else { if (dir[DIR_Attr] & AM_DIR) /* It is a directory */ res = FR_NO_FILE; } } #endif FREE_BUF(); if (res == FR_OK) { fp->flag = mode; /* File access mode */ fp->sclust = ld_clust(dj.fs, dir); /* File start cluster */ fp->fsize = LD_DWORD(dir+DIR_FileSize); /* File size */ fp->fptr = 0; /* File pointer */ fp->dsect = 0; #if _USE_FASTSEEK fp->cltbl = 0; /* Normal seek mode */ #endif fp->fs = dj.fs; fp->id = dj.fs->id; /* Validate file object */ } } LEAVE_FF(dj.fs, res); } /*-----------------------------------------------------------------------*/ /* Read File */ /*-----------------------------------------------------------------------*/ FRESULT f_read ( FIL *fp, /* Pointer to the file object */ void *buff, /* Pointer to data buffer */ UINT btr, /* Number of bytes to read */ UINT *br /* Pointer to number of bytes read */ ) { FRESULT res; DWORD clst, sect, remain; UINT rcnt, cc; BYTE csect, *rbuff = (BYTE*)buff; *br = 0; /* Clear read byte counter */ res = validate(fp); /* Check validity */ if (res != FR_OK) LEAVE_FF(fp->fs, res); if (fp->flag & FA__ERROR) /* Aborted file? */ LEAVE_FF(fp->fs, FR_INT_ERR); if (!(fp->flag & FA_READ)) /* Check access mode */ LEAVE_FF(fp->fs, FR_DENIED); remain = fp->fsize - fp->fptr; if (btr > remain) btr = (UINT)remain; /* Truncate btr by remaining bytes */ for ( ; btr; /* Repeat until all data read */ rbuff += rcnt, fp->fptr += rcnt, *br += rcnt, btr -= rcnt) { if ((fp->fptr % SS(fp->fs)) == 0) { /* On the sector boundary? */ csect = (BYTE)(fp->fptr / SS(fp->fs) & (fp->fs->csize - 1)); /* Sector offset in the cluster */ if (!csect) { /* On the cluster boundary? */ if (fp->fptr == 0) { /* On the top of the file? */ clst = fp->sclust; /* Follow from the origin */ } else { /* Middle or end of the file */ #if _USE_FASTSEEK if (fp->cltbl) clst = clmt_clust(fp, fp->fptr); /* Get cluster# from the CLMT */ else #endif clst = get_fat(fp->fs, fp->clust); /* Follow cluster chain on the FAT */ } if (clst < 2) ABORT(fp->fs, FR_INT_ERR); if (clst == 0xFFFFFFFF) ABORT(fp->fs, FR_DISK_ERR); fp->clust = clst; /* Update current cluster */ } sect = clust2sect(fp->fs, fp->clust); /* Get current sector */ if (!sect) ABORT(fp->fs, FR_INT_ERR); sect += csect; cc = btr / SS(fp->fs); /* When remaining bytes >= sector size, */ if (cc) { /* Read maximum contiguous sectors directly */ if (csect + cc > fp->fs->csize) /* Clip at cluster boundary */ cc = fp->fs->csize - csect; if (disk_read(fp->fs->drv, rbuff, sect, (BYTE)cc) != RES_OK) ABORT(fp->fs, FR_DISK_ERR); #if !_FS_READONLY && _FS_MINIMIZE <= 2 /* Replace one of the read sectors with cached data if it contains a dirty sector */ #if _FS_TINY if (fp->fs->wflag && fp->fs->winsect - sect < cc) mem_cpy(rbuff + ((fp->fs->winsect - sect) * SS(fp->fs)), (const void *)fp->fs->win, SS(fp->fs)); #else if ((fp->flag & FA__DIRTY) && fp->dsect - sect < cc) mem_cpy(rbuff + ((fp->dsect - sect) * SS(fp->fs)), (const void *)fp->buf, SS(fp->fs)); #endif #endif rcnt = SS(fp->fs) * cc; /* Number of bytes transferred */ continue; } #if !_FS_TINY if (fp->dsect != sect) { /* Load data sector if not in cache */ #if !_FS_READONLY if (fp->flag & FA__DIRTY) { /* Write-back dirty sector cache */ if (disk_write(fp->fs->drv, fp->buf, fp->dsect, 1) != RES_OK) ABORT(fp->fs, FR_DISK_ERR); fp->flag &= ~FA__DIRTY; } #endif if (disk_read(fp->fs->drv, fp->buf, sect, 1) != RES_OK) /* Fill sector cache */ ABORT(fp->fs, FR_DISK_ERR); } #endif fp->dsect = sect; } rcnt = SS(fp->fs) - ((UINT)fp->fptr % SS(fp->fs)); /* Get partial sector data from sector buffer */ if (rcnt > btr) rcnt = btr; #if _FS_TINY if (move_window(fp->fs, fp->dsect)) /* Move sector window */ ABORT(fp->fs, FR_DISK_ERR); mem_cpy(rbuff, (const void *)&fp->fs->win[fp->fptr % SS(fp->fs)], rcnt); /* Pick partial sector */ #else mem_cpy(rbuff, (const void *)&fp->buf[fp->fptr % SS(fp->fs)], rcnt); /* Pick partial sector */ #endif } LEAVE_FF(fp->fs, FR_OK); } #if !_FS_READONLY /*-----------------------------------------------------------------------*/ /* Write File */ /*-----------------------------------------------------------------------*/ FRESULT f_write ( FIL *fp, /* Pointer to the file object */ const void *buff, /* Pointer to the data to be written */ UINT btw, /* Number of bytes to write */ UINT *bw /* Pointer to number of bytes written */ ) { FRESULT res; DWORD clst, sect; UINT wcnt, cc; const BYTE *wbuff = (const BYTE*)buff; BYTE csect; *bw = 0; /* Clear write byte counter */ res = validate(fp); /* Check validity */ if (res != FR_OK) LEAVE_FF(fp->fs, res); if (fp->flag & FA__ERROR) /* Aborted file? */ LEAVE_FF(fp->fs, FR_INT_ERR); if (!(fp->flag & FA_WRITE)) /* Check access mode */ LEAVE_FF(fp->fs, FR_DENIED); if ((DWORD)(fp->fsize + btw) < fp->fsize) btw = 0; /* File size cannot reach 4GB */ for ( ; btw; /* Repeat until all data written */ wbuff += wcnt, fp->fptr += wcnt, *bw += wcnt, btw -= wcnt) { if ((fp->fptr % SS(fp->fs)) == 0) { /* On the sector boundary? */ csect = (BYTE)(fp->fptr / SS(fp->fs) & (fp->fs->csize - 1)); /* Sector offset in the cluster */ if (!csect) { /* On the cluster boundary? */ if (fp->fptr == 0) { /* On the top of the file? */ clst = fp->sclust; /* Follow from the origin */ if (clst == 0) /* When no cluster is allocated, */ fp->sclust = clst = create_chain(fp->fs, 0); /* Create a new cluster chain */ } else { /* Middle or end of the file */ #if _USE_FASTSEEK if (fp->cltbl) clst = clmt_clust(fp, fp->fptr); /* Get cluster# from the CLMT */ else #endif clst = create_chain(fp->fs, fp->clust); /* Follow or stretch cluster chain on the FAT */ } if (clst == 0) break; /* Could not allocate a new cluster (disk full) */ if (clst == 1) ABORT(fp->fs, FR_INT_ERR); if (clst == 0xFFFFFFFF) ABORT(fp->fs, FR_DISK_ERR); fp->clust = clst; /* Update current cluster */ } #if _FS_TINY if (fp->fs->winsect == fp->dsect && sync_window(fp->fs)) /* Write-back sector cache */ ABORT(fp->fs, FR_DISK_ERR); #else if (fp->flag & FA__DIRTY) { /* Write-back sector cache */ if (disk_write(fp->fs->drv, fp->buf, fp->dsect, 1) != RES_OK) ABORT(fp->fs, FR_DISK_ERR); fp->flag &= ~FA__DIRTY; } #endif sect = clust2sect(fp->fs, fp->clust); /* Get current sector */ if (!sect) ABORT(fp->fs, FR_INT_ERR); sect += csect; cc = btw / SS(fp->fs); /* When remaining bytes >= sector size, */ if (cc) { /* Write maximum contiguous sectors directly */ if (csect + cc > fp->fs->csize) /* Clip at cluster boundary */ cc = fp->fs->csize - csect; if (disk_write(fp->fs->drv, wbuff, sect, (BYTE)cc) != RES_OK) ABORT(fp->fs, FR_DISK_ERR); #if _FS_TINY if (fp->fs->winsect - sect < cc) { /* Refill sector cache if it gets invalidated by the direct write */ mem_cpy(fp->fs->win, wbuff + ((fp->fs->winsect - sect) * SS(fp->fs)), SS(fp->fs)); fp->fs->wflag = 0; } #else if (fp->dsect - sect < cc) { /* Refill sector cache if it gets invalidated by the direct write */ mem_cpy(fp->buf, wbuff + ((fp->dsect - sect) * SS(fp->fs)), SS(fp->fs)); fp->flag &= ~FA__DIRTY; } #endif wcnt = SS(fp->fs) * cc; /* Number of bytes transferred */ continue; } #if _FS_TINY if (fp->fptr >= fp->fsize) { /* Avoid silly cache filling at growing edge */ if (sync_window(fp->fs)) ABORT(fp->fs, FR_DISK_ERR); fp->fs->winsect = sect; } #else if (fp->dsect != sect) { /* Fill sector cache with file data */ if (fp->fptr < fp->fsize && disk_read(fp->fs->drv, fp->buf, sect, 1) != RES_OK) ABORT(fp->fs, FR_DISK_ERR); } #endif fp->dsect = sect; } wcnt = SS(fp->fs) - ((UINT)fp->fptr % SS(fp->fs));/* Put partial sector into file I/O buffer */ if (wcnt > btw) wcnt = btw; #if _FS_TINY if (move_window(fp->fs, fp->dsect)) /* Move sector window */ ABORT(fp->fs, FR_DISK_ERR); mem_cpy(&fp->fs->win[fp->fptr % SS(fp->fs)], wbuff, wcnt); /* Fit partial sector */ fp->fs->wflag = 1; #else mem_cpy(&fp->buf[fp->fptr % SS(fp->fs)], wbuff, wcnt); /* Fit partial sector */ fp->flag |= FA__DIRTY; #endif } if (fp->fptr > fp->fsize) fp->fsize = fp->fptr; /* Update file size if needed */ fp->flag |= FA__WRITTEN; /* Set file change flag */ LEAVE_FF(fp->fs, FR_OK); } /*-----------------------------------------------------------------------*/ /* Synchronize the File Object */ /*-----------------------------------------------------------------------*/ FRESULT f_sync ( FIL *fp /* Pointer to the file object */ ) { FRESULT res; DWORD tm; BYTE *dir; res = validate(fp); /* Check validity of the object */ if (res == FR_OK) { if (fp->flag & FA__WRITTEN) { /* Has the file been written? */ #if !_FS_TINY /* Write-back dirty buffer */ if (fp->flag & FA__DIRTY) { if (disk_write(fp->fs->drv, fp->buf, fp->dsect, 1) != RES_OK) LEAVE_FF(fp->fs, FR_DISK_ERR); fp->flag &= ~FA__DIRTY; } #endif /* Update the directory entry */ res = move_window(fp->fs, fp->dir_sect); if (res == FR_OK) { dir = fp->dir_ptr; dir[DIR_Attr] |= AM_ARC; /* Set archive bit */ ST_DWORD(dir+DIR_FileSize, fp->fsize); /* Update file size */ st_clust(dir, fp->sclust); /* Update start cluster */ tm = get_fattime(); /* Update updated time */ ST_DWORD(dir+DIR_WrtTime, tm); ST_WORD(dir+DIR_LstAccDate, 0); fp->flag &= ~FA__WRITTEN; fp->fs->wflag = 1; res = sync_fs(fp->fs); } } } LEAVE_FF(fp->fs, res); } #endif /* !_FS_READONLY */ /*-----------------------------------------------------------------------*/ /* Close File */ /*-----------------------------------------------------------------------*/ FRESULT f_close ( FIL *fp /* Pointer to the file object to be closed */ ) { FRESULT res; #if _FS_READONLY res = validate(fp); { #if _FS_REENTRANT FATFS *fs = fp->fs; #endif if (res == FR_OK) fp->fs = 0; /* Discard file object */ LEAVE_FF(fs, res); } #else res = f_sync(fp); /* Flush cached data */ #if _FS_LOCK if (res == FR_OK) { /* Decrement open counter */ #if _FS_REENTRANT FATFS *fs = fp->fs;; res = validate(fp); if (res == FR_OK) { res = dec_lock(fp->lockid); unlock_fs(fs, FR_OK); } #else res = dec_lock(fp->lockid); #endif } #endif if (res == FR_OK) fp->fs = 0; /* Discard file object */ return res; #endif } /*-----------------------------------------------------------------------*/ /* Current Drive/Directory Handlings */ /*-----------------------------------------------------------------------*/ #if _FS_RPATH >= 1 FRESULT f_chdrive ( BYTE drv /* Drive number */ ) { if (drv >= _VOLUMES) return FR_INVALID_DRIVE; CurrVol = drv; return FR_OK; } FRESULT f_chdir ( const TCHAR *path /* Pointer to the directory path */ ) { FRESULT res; DIR dj; DEF_NAMEBUF; res = chk_mounted(&path, &dj.fs, 0); if (res == FR_OK) { INIT_BUF(dj); res = follow_path(&dj, path); /* Follow the path */ FREE_BUF(); if (res == FR_OK) { /* Follow completed */ if (!dj.dir) { dj.fs->cdir = dj.sclust; /* Start directory itself */ } else { if (dj.dir[DIR_Attr] & AM_DIR) /* Reached to the directory */ dj.fs->cdir = ld_clust(dj.fs, dj.dir); else res = FR_NO_PATH; /* Reached but a file */ } } if (res == FR_NO_FILE) res = FR_NO_PATH; } LEAVE_FF(dj.fs, res); } #if _FS_RPATH >= 2 FRESULT f_getcwd ( TCHAR *buff, /* Pointer to the directory path */ UINT len /* Size of path */ ) { FRESULT res; DIR dj; UINT i, n; DWORD ccl; TCHAR *tp; FILINFO fno; DEF_NAMEBUF; *buff = 0; res = chk_mounted((const TCHAR**)&buff, &dj.fs, 0); /* Get current volume */ if (res == FR_OK) { INIT_BUF(dj); i = len; /* Bottom of buffer (dir stack base) */ dj.sclust = dj.fs->cdir; /* Start to follow upper dir from current dir */ while ((ccl = dj.sclust) != 0) { /* Repeat while current dir is a sub-dir */ res = dir_sdi(&dj, 1); /* Get parent dir */ if (res != FR_OK) break; res = dir_read(&dj, 0); if (res != FR_OK) break; dj.sclust = ld_clust(dj.fs, dj.dir); /* Goto parent dir */ res = dir_sdi(&dj, 0); if (res != FR_OK) break; do { /* Find the entry links to the child dir */ res = dir_read(&dj, 0); if (res != FR_OK) break; if (ccl == ld_clust(dj.fs, dj.dir)) break; /* Found the entry */ res = dir_next(&dj, 0); } while (res == FR_OK); if (res == FR_NO_FILE) res = FR_INT_ERR;/* It cannot be 'not found'. */ if (res != FR_OK) break; #if _USE_LFN fno.lfname = buff; fno.lfsize = i; #endif get_fileinfo(&dj, &fno); /* Get the dir name and push it to the buffer */ tp = fno.fname; if (_USE_LFN && *buff) tp = buff; for (n = 0; tp[n]; n++) ; if (i < n + 3) { res = FR_NOT_ENOUGH_CORE; break; } while (n) buff[--i] = tp[--n]; buff[--i] = '/'; } tp = buff; if (res == FR_OK) { *tp++ = '0' + CurrVol; /* Put drive number */ *tp++ = ':'; if (i == len) { /* Root-dir */ *tp++ = '/'; } else { /* Sub-dir */ do /* Add stacked path str */ *tp++ = buff[i++]; while (i < len); } } *tp = 0; FREE_BUF(); } LEAVE_FF(dj.fs, res); } #endif /* _FS_RPATH >= 2 */ #endif /* _FS_RPATH >= 1 */ #if _FS_MINIMIZE <= 2 /*-----------------------------------------------------------------------*/ /* Seek File R/W Pointer */ /*-----------------------------------------------------------------------*/ FRESULT f_lseek ( FIL *fp, /* Pointer to the file object */ DWORD ofs /* File pointer from top of file */ ) { FRESULT res; res = validate(fp); /* Check validity of the object */ if (res != FR_OK) LEAVE_FF(fp->fs, res); if (fp->flag & FA__ERROR) /* Check abort flag */ LEAVE_FF(fp->fs, FR_INT_ERR); #if _USE_FASTSEEK if (fp->cltbl) { /* Fast seek */ DWORD cl, pcl, ncl, tcl, dsc, tlen, ulen, *tbl; if (ofs == CREATE_LINKMAP) { /* Create CLMT */ tbl = fp->cltbl; tlen = *tbl++; ulen = 2; /* Given table size and required table size */ cl = fp->sclust; /* Top of the chain */ if (cl) { do { /* Get a fragment */ tcl = cl; ncl = 0; ulen += 2; /* Top, length and used items */ do { pcl = cl; ncl++; cl = get_fat(fp->fs, cl); if (cl <= 1) ABORT(fp->fs, FR_INT_ERR); if (cl == 0xFFFFFFFF) ABORT(fp->fs, FR_DISK_ERR); } while (cl == pcl + 1); if (ulen <= tlen) { /* Store the length and top of the fragment */ *tbl++ = ncl; *tbl++ = tcl; } } while (cl < fp->fs->n_fatent); /* Repeat until end of chain */ } *fp->cltbl = ulen; /* Number of items used */ if (ulen <= tlen) *tbl = 0; /* Terminate table */ else res = FR_NOT_ENOUGH_CORE; /* Given table size is smaller than required */ } else { /* Fast seek */ if (ofs > fp->fsize) /* Clip offset at the file size */ ofs = fp->fsize; fp->fptr = ofs; /* Set file pointer */ if (ofs) { fp->clust = clmt_clust(fp, ofs - 1); dsc = clust2sect(fp->fs, fp->clust); if (!dsc) ABORT(fp->fs, FR_INT_ERR); dsc += (ofs - 1) / SS(fp->fs) & (fp->fs->csize - 1); if (fp->fptr % SS(fp->fs) && dsc != fp->dsect) { /* Refill sector cache if needed */ #if !_FS_TINY #if !_FS_READONLY if (fp->flag & FA__DIRTY) { /* Write-back dirty sector cache */ if (disk_write(fp->fs->drv, fp->buf, fp->dsect, 1) != RES_OK) ABORT(fp->fs, FR_DISK_ERR); fp->flag &= ~FA__DIRTY; } #endif if (disk_read(fp->fs->drv, fp->buf, dsc, 1) != RES_OK) /* Load current sector */ ABORT(fp->fs, FR_DISK_ERR); #endif fp->dsect = dsc; } } } } else #endif /* Normal Seek */ { DWORD clst, bcs, nsect, ifptr; if (ofs > fp->fsize /* In read-only mode, clip offset with the file size */ #if !_FS_READONLY && !(fp->flag & FA_WRITE) #endif ) ofs = fp->fsize; ifptr = fp->fptr; fp->fptr = nsect = 0; if (ofs) { bcs = (DWORD)fp->fs->csize * SS(fp->fs); /* Cluster size (byte) */ if (ifptr > 0 && (ofs - 1) / bcs >= (ifptr - 1) / bcs) { /* When seek to same or following cluster, */ fp->fptr = (ifptr - 1) & ~(bcs - 1); /* start from the current cluster */ ofs -= fp->fptr; clst = fp->clust; } else { /* When seek to back cluster, */ clst = fp->sclust; /* start from the first cluster */ #if !_FS_READONLY if (clst == 0) { /* If no cluster chain, create a new chain */ clst = create_chain(fp->fs, 0); if (clst == 1) ABORT(fp->fs, FR_INT_ERR); if (clst == 0xFFFFFFFF) ABORT(fp->fs, FR_DISK_ERR); fp->sclust = clst; } #endif fp->clust = clst; } if (clst != 0) { while (ofs > bcs) { /* Cluster following loop */ #if !_FS_READONLY if (fp->flag & FA_WRITE) { /* Check if in write mode or not */ clst = create_chain(fp->fs, clst); /* Force stretch if in write mode */ if (clst == 0) { /* When disk gets full, clip file size */ ofs = bcs; break; } } else #endif clst = get_fat(fp->fs, clst); /* Follow cluster chain if not in write mode */ if (clst == 0xFFFFFFFF) ABORT(fp->fs, FR_DISK_ERR); if (clst <= 1 || clst >= fp->fs->n_fatent) ABORT(fp->fs, FR_INT_ERR); fp->clust = clst; fp->fptr += bcs; ofs -= bcs; } fp->fptr += ofs; if (ofs % SS(fp->fs)) { nsect = clust2sect(fp->fs, clst); /* Current sector */ if (!nsect) ABORT(fp->fs, FR_INT_ERR); nsect += ofs / SS(fp->fs); } } } if (fp->fptr % SS(fp->fs) && nsect != fp->dsect) { /* Fill sector cache if needed */ #if !_FS_TINY #if !_FS_READONLY if (fp->flag & FA__DIRTY) { /* Write-back dirty sector cache */ if (disk_write(fp->fs->drv, fp->buf, fp->dsect, 1) != RES_OK) ABORT(fp->fs, FR_DISK_ERR); fp->flag &= ~FA__DIRTY; } #endif if (disk_read(fp->fs->drv, fp->buf, nsect, 1) != RES_OK) /* Fill sector cache */ ABORT(fp->fs, FR_DISK_ERR); #endif fp->dsect = nsect; } #if !_FS_READONLY if (fp->fptr > fp->fsize) { /* Set file change flag if the file size is extended */ fp->fsize = fp->fptr; fp->flag |= FA__WRITTEN; } #endif } LEAVE_FF(fp->fs, res); } #if _FS_MINIMIZE <= 1 /*-----------------------------------------------------------------------*/ /* Create a Directory Object */ /*-----------------------------------------------------------------------*/ FRESULT f_opendir ( DIR *dj, /* Pointer to directory object to create */ const TCHAR *path /* Pointer to the directory path */ ) { FRESULT res; FATFS *fs; DEF_NAMEBUF; if (!dj) return FR_INVALID_OBJECT; res = chk_mounted(&path, &dj->fs, 0); fs = dj->fs; if (res == FR_OK) { INIT_BUF(*dj); res = follow_path(dj, path); /* Follow the path to the directory */ FREE_BUF(); if (res == FR_OK) { /* Follow completed */ if (dj->dir) { /* It is not the root dir */ if (dj->dir[DIR_Attr] & AM_DIR) { /* The object is a directory */ dj->sclust = ld_clust(fs, dj->dir); } else { /* The object is not a directory */ res = FR_NO_PATH; } } if (res == FR_OK) { dj->id = fs->id; res = dir_sdi(dj, 0); /* Rewind dir */ } } if (res == FR_NO_FILE) res = FR_NO_PATH; if (res != FR_OK) dj->fs = 0; /* Invalidate the dir object if function faild */ } else { dj->fs = 0; } LEAVE_FF(fs, res); } /*-----------------------------------------------------------------------*/ /* Read Directory Entry in Sequence */ /*-----------------------------------------------------------------------*/ FRESULT f_readdir ( DIR *dj, /* Pointer to the open directory object */ FILINFO *fno /* Pointer to file information to return */ ) { FRESULT res; DEF_NAMEBUF; res = validate(dj); /* Check validity of the object */ if (res == FR_OK) { if (!fno) { res = dir_sdi(dj, 0); /* Rewind the directory object */ } else { INIT_BUF(*dj); res = dir_read(dj, 0); /* Read an item */ if (res == FR_NO_FILE) { /* Reached end of dir */ dj->sect = 0; res = FR_OK; } if (res == FR_OK) { /* A valid entry is found */ get_fileinfo(dj, fno); /* Get the object information */ res = dir_next(dj, 0); /* Increment index for next */ if (res == FR_NO_FILE) { dj->sect = 0; res = FR_OK; } } FREE_BUF(); } } LEAVE_FF(dj->fs, res); } #if _FS_MINIMIZE == 0 /*-----------------------------------------------------------------------*/ /* Get File Status */ /*-----------------------------------------------------------------------*/ #if _FS_F_STAT FRESULT f_stat ( const TCHAR *path, /* Pointer to the file path */ FILINFO *fno /* Pointer to file information to return */ ) { FRESULT res; DIR dj; DEF_NAMEBUF; res = chk_mounted(&path, &dj.fs, 0); if (res == FR_OK) { INIT_BUF(dj); res = follow_path(&dj, path); /* Follow the file path */ if (res == FR_OK) { /* Follow completed */ if (dj.dir) /* Found an object */ get_fileinfo(&dj, fno); else /* It is root dir */ res = FR_INVALID_NAME; } FREE_BUF(); } LEAVE_FF(dj.fs, res); } #endif /* _FS_F_STAT */ #if !_FS_READONLY /*-----------------------------------------------------------------------*/ /* Get Number of Free Clusters */ /*-----------------------------------------------------------------------*/ #if _FS_F_GETFREE FRESULT f_getfree ( const TCHAR *path, /* Path name of the logical drive number */ DWORD *nclst, /* Pointer to a variable to return number of free clusters */ FATFS **fatfs /* Pointer to return pointer to corresponding file system object */ ) { FRESULT res; FATFS *fs; DWORD n, clst, sect, stat; UINT i; BYTE fat, *p; /* Get drive number */ res = chk_mounted(&path, fatfs, 0); fs = *fatfs; if (res == FR_OK) { /* If free_clust is valid, return it without full cluster scan */ if (fs->free_clust <= fs->n_fatent - 2) { *nclst = fs->free_clust; } else { /* Get number of free clusters */ fat = fs->fs_type; n = 0; if (fat == FS_FAT12) { clst = 2; do { stat = get_fat(fs, clst); if (stat == 0xFFFFFFFF) { res = FR_DISK_ERR; break; } if (stat == 1) { res = FR_INT_ERR; break; } if (stat == 0) n++; } while (++clst < fs->n_fatent); } else { clst = fs->n_fatent; sect = fs->fatbase; i = 0; p = 0; do { if (!i) { res = move_window(fs, sect++); if (res != FR_OK) break; p = fs->win; i = SS(fs); } if (fat == FS_FAT16) { if (LD_WORD(p) == 0) n++; p += 2; i -= 2; } else { if ((LD_DWORD(p) & 0x0FFFFFFF) == 0) n++; p += 4; i -= 4; } } while (--clst); } fs->free_clust = n; if (fat == FS_FAT32) fs->fsi_flag = 1; *nclst = n; } } LEAVE_FF(fs, res); } #endif /* _FS_F_GETFREE */ /*-----------------------------------------------------------------------*/ /* Truncate File */ /*-----------------------------------------------------------------------*/ #if _FS_F_TRUNCATE FRESULT f_truncate ( FIL *fp /* Pointer to the file object */ ) { FRESULT res; DWORD ncl; res = validate(fp); /* Check validity of the object */ if (res == FR_OK) { if (fp->flag & FA__ERROR) { /* Check abort flag */ res = FR_INT_ERR; } else { if (!(fp->flag & FA_WRITE)) /* Check access mode */ res = FR_DENIED; } } if (res == FR_OK) { if (fp->fsize > fp->fptr) { fp->fsize = fp->fptr; /* Set file size to current R/W point */ fp->flag |= FA__WRITTEN; if (fp->fptr == 0) { /* When set file size to zero, remove entire cluster chain */ res = remove_chain(fp->fs, fp->sclust); fp->sclust = 0; } else { /* When truncate a part of the file, remove remaining clusters */ ncl = get_fat(fp->fs, fp->clust); res = FR_OK; if (ncl == 0xFFFFFFFF) res = FR_DISK_ERR; if (ncl == 1) res = FR_INT_ERR; if (res == FR_OK && ncl < fp->fs->n_fatent) { res = put_fat(fp->fs, fp->clust, 0x0FFFFFFF); if (res == FR_OK) res = remove_chain(fp->fs, ncl); } } } if (res != FR_OK) fp->flag |= FA__ERROR; } LEAVE_FF(fp->fs, res); } #endif /* _FS_F_TRUNCATE */ /*-----------------------------------------------------------------------*/ /* Delete a File or Directory */ /*-----------------------------------------------------------------------*/ #if _FS_F_UNLINK FRESULT f_unlink ( const TCHAR *path /* Pointer to the file or directory path */ ) { FRESULT res; DIR dj, sdj; BYTE *dir; DWORD dclst; DEF_NAMEBUF; res = chk_mounted(&path, &dj.fs, 1); if (res == FR_OK) { INIT_BUF(dj); res = follow_path(&dj, path); /* Follow the file path */ if (_FS_RPATH && res == FR_OK && (dj.fn[NS] & NS_DOT)) res = FR_INVALID_NAME; /* Cannot remove dot entry */ #if _FS_LOCK if (res == FR_OK) res = chk_lock(&dj, 2); /* Cannot remove open file */ #endif if (res == FR_OK) { /* The object is accessible */ dir = dj.dir; if (!dir) { res = FR_INVALID_NAME; /* Cannot remove the start directory */ } else { if (dir[DIR_Attr] & AM_RDO) res = FR_DENIED; /* Cannot remove R/O object */ } dclst = ld_clust(dj.fs, dir); if (res == FR_OK && (dir[DIR_Attr] & AM_DIR)) { /* Is it a sub-dir? */ if (dclst < 2) { res = FR_INT_ERR; } else { mem_cpy(&sdj, (const void *)&dj, sizeof (DIR)); /* Check if the sub-dir is empty or not */ sdj.sclust = dclst; res = dir_sdi(&sdj, 2); /* Exclude dot entries */ if (res == FR_OK) { res = dir_read(&sdj, 0); /* Read an item */ if (res == FR_OK /* Not empty dir */ #if _FS_RPATH || dclst == dj.fs->cdir /* Current dir */ #endif ) res = FR_DENIED; if (res == FR_NO_FILE) res = FR_OK; /* Empty */ } } } if (res == FR_OK) { res = dir_remove(&dj); /* Remove the directory entry */ if (res == FR_OK) { if (dclst) /* Remove the cluster chain if exist */ res = remove_chain(dj.fs, dclst); if (res == FR_OK) res = sync_fs(dj.fs); } } } FREE_BUF(); } LEAVE_FF(dj.fs, res); } #endif /* _FS_F_UNLINK */ /*-----------------------------------------------------------------------*/ /* Create a Directory */ /*-----------------------------------------------------------------------*/ #if _FS_F_MKDIR FRESULT f_mkdir ( const TCHAR *path /* Pointer to the directory path */ ) { FRESULT res; DIR dj; BYTE *dir, n; DWORD dsc, dcl, pcl, tm = get_fattime(); DEF_NAMEBUF; res = chk_mounted(&path, &dj.fs, 1); if (res == FR_OK) { INIT_BUF(dj); res = follow_path(&dj, path); /* Follow the file path */ if (res == FR_OK) res = FR_EXIST; /* Any object with same name is already existing */ if (_FS_RPATH && res == FR_NO_FILE && (dj.fn[NS] & NS_DOT)) res = FR_INVALID_NAME; if (res == FR_NO_FILE) { /* Can create a new directory */ dcl = create_chain(dj.fs, 0); /* Allocate a cluster for the new directory table */ res = FR_OK; if (dcl == 0) res = FR_DENIED; /* No space to allocate a new cluster */ if (dcl == 1) res = FR_INT_ERR; if (dcl == 0xFFFFFFFF) res = FR_DISK_ERR; if (res == FR_OK) /* Flush FAT */ res = sync_window(dj.fs); if (res == FR_OK) { /* Initialize the new directory table */ dsc = clust2sect(dj.fs, dcl); dir = dj.fs->win; mem_set(dir, 0, SS(dj.fs)); mem_set(dir+DIR_Name, ' ', 11); /* Create "." entry */ dir[DIR_Name] = '.'; dir[DIR_Attr] = AM_DIR; ST_DWORD(dir+DIR_WrtTime, tm); st_clust(dir, dcl); mem_cpy(dir+SZ_DIR, (const void *)dir, SZ_DIR); /* Create ".." entry */ dir[33] = '.'; pcl = dj.sclust; if (dj.fs->fs_type == FS_FAT32 && pcl == dj.fs->dirbase) pcl = 0; st_clust(dir+SZ_DIR, pcl); for (n = dj.fs->csize; n; n--) { /* Write dot entries and clear following sectors */ dj.fs->winsect = dsc++; dj.fs->wflag = 1; res = sync_window(dj.fs); if (res != FR_OK) break; mem_set(dir, 0, SS(dj.fs)); } } if (res == FR_OK) res = dir_register(&dj); /* Register the object to the directoy */ if (res != FR_OK) { remove_chain(dj.fs, dcl); /* Could not register, remove cluster chain */ } else { dir = dj.dir; dir[DIR_Attr] = AM_DIR; /* Attribute */ ST_DWORD(dir+DIR_WrtTime, tm); /* Created time */ st_clust(dir, dcl); /* Table start cluster */ dj.fs->wflag = 1; res = sync_fs(dj.fs); } } FREE_BUF(); } LEAVE_FF(dj.fs, res); } #endif /* _FS_F_MKDIR */ /*-----------------------------------------------------------------------*/ /* Change Attribute */ /*-----------------------------------------------------------------------*/ #if _FS_F_CHMOD FRESULT f_chmod ( const TCHAR *path, /* Pointer to the file path */ BYTE value, /* Attribute bits */ BYTE mask /* Attribute mask to change */ ) { FRESULT res; DIR dj; BYTE *dir; DEF_NAMEBUF; res = chk_mounted(&path, &dj.fs, 1); if (res == FR_OK) { INIT_BUF(dj); res = follow_path(&dj, path); /* Follow the file path */ FREE_BUF(); if (_FS_RPATH && res == FR_OK && (dj.fn[NS] & NS_DOT)) res = FR_INVALID_NAME; if (res == FR_OK) { dir = dj.dir; if (!dir) { /* Is it a root directory? */ res = FR_INVALID_NAME; } else { /* File or sub directory */ mask &= AM_RDO|AM_HID|AM_SYS|AM_ARC; /* Valid attribute mask */ dir[DIR_Attr] = (value & mask) | (dir[DIR_Attr] & (BYTE)~mask); /* Apply attribute change */ dj.fs->wflag = 1; res = sync_fs(dj.fs); } } } LEAVE_FF(dj.fs, res); } #endif /* _FS_F_CHMOD */ /*-----------------------------------------------------------------------*/ /* Change Timestamp */ /*-----------------------------------------------------------------------*/ #if _FS_F_UTIME FRESULT f_utime ( const TCHAR *path, /* Pointer to the file/directory name */ const FILINFO *fno /* Pointer to the time stamp to be set */ ) { FRESULT res; DIR dj; BYTE *dir; DEF_NAMEBUF; res = chk_mounted(&path, &dj.fs, 1); if (res == FR_OK) { INIT_BUF(dj); res = follow_path(&dj, path); /* Follow the file path */ FREE_BUF(); if (_FS_RPATH && res == FR_OK && (dj.fn[NS] & NS_DOT)) res = FR_INVALID_NAME; if (res == FR_OK) { dir = dj.dir; if (!dir) { /* Root directory */ res = FR_INVALID_NAME; } else { /* File or sub-directory */ ST_WORD(dir+DIR_WrtTime, fno->ftime); ST_WORD(dir+DIR_WrtDate, fno->fdate); dj.fs->wflag = 1; res = sync_fs(dj.fs); } } } LEAVE_FF(dj.fs, res); } #endif /* _FS_F_UTIME */ /*-----------------------------------------------------------------------*/ /* Rename File/Directory */ /*-----------------------------------------------------------------------*/ #if _FS_F_RENAME FRESULT f_rename ( const TCHAR *path_old, /* Pointer to the old name */ const TCHAR *path_new /* Pointer to the new name */ ) { FRESULT res; DIR djo, djn; BYTE buf[21], *dir; DWORD dw; DEF_NAMEBUF; res = chk_mounted(&path_old, &djo.fs, 1); if (res == FR_OK) { djn.fs = djo.fs; INIT_BUF(djo); res = follow_path(&djo, path_old); /* Check old object */ if (_FS_RPATH && res == FR_OK && (djo.fn[NS] & NS_DOT)) res = FR_INVALID_NAME; #if _FS_LOCK if (res == FR_OK) res = chk_lock(&djo, 2); #endif if (res == FR_OK) { /* Old object is found */ if (!djo.dir) { /* Is root dir? */ res = FR_NO_FILE; } else { mem_cpy(buf, (const void *)djo.dir+DIR_Attr, 21); /* Save the object information except for name */ mem_cpy(&djn, (const void *)&djo, sizeof (DIR)); /* Check new object */ res = follow_path(&djn, path_new); if (res == FR_OK) res = FR_EXIST; /* The new object name is already existing */ if (res == FR_NO_FILE) { /* Is it a valid path and no name collision? */ /* Start critical section that any interruption can cause a cross-link */ res = dir_register(&djn); /* Register the new entry */ if (res == FR_OK) { dir = djn.dir; /* Copy object information except for name */ mem_cpy(dir+13, (const void *)buf+2, 19); dir[DIR_Attr] = buf[0] | AM_ARC; djo.fs->wflag = 1; if (djo.sclust != djn.sclust && (dir[DIR_Attr] & AM_DIR)) { /* Update .. entry in the directory if needed */ dw = clust2sect(djo.fs, ld_clust(djo.fs, dir)); if (!dw) { res = FR_INT_ERR; } else { res = move_window(djo.fs, dw); dir = djo.fs->win+SZ_DIR; /* .. entry */ if (res == FR_OK && dir[1] == '.') { dw = (djo.fs->fs_type == FS_FAT32 && djn.sclust == djo.fs->dirbase) ? 0 : djn.sclust; st_clust(dir, dw); djo.fs->wflag = 1; } } } if (res == FR_OK) { res = dir_remove(&djo); /* Remove old entry */ if (res == FR_OK) res = sync_fs(djo.fs); } } /* End critical section */ } } } FREE_BUF(); } LEAVE_FF(djo.fs, res); } #endif /* _FS_F_RENAME */ #endif /* !_FS_READONLY */ #endif /* _FS_MINIMIZE == 0 */ #endif /* _FS_MINIMIZE <= 1 */ #endif /* _FS_MINIMIZE <= 2 */ #if _USE_LABEL /*-----------------------------------------------------------------------*/ /* Get volume label */ /*-----------------------------------------------------------------------*/ FRESULT f_getlabel ( const TCHAR* path, /* Path name of the logical drive number */ TCHAR* label, /* Pointer to a buffer to return the volume label */ DWORD* sn /* Pointer to a variable to return the volume serial number */ ) { FRESULT res; DIR dj; UINT i, j; /* Get logical drive */ res = chk_mounted(&path, &dj.fs, 0); /* Get volume label */ if (res == FR_OK && label) { dj.sclust = 0; /* Open root dir */ res = dir_sdi(&dj, 0); if (res == FR_OK) { res = dir_read(&dj, 1); /* Get an entry with AM_VOL */ if (res == FR_OK) { /* A volume label is exist */ #if _LFN_UNICODE WCHAR w; i = j = 0; do { w = (i < 11) ? dj.dir[i++] : ' '; if (IsDBCS1(w) && i < 11 && IsDBCS2(dj.dir[i])) w = (w << 8) | dj.dir[i++]; label[j++] = ff_convert(w, 1); } while (j < 11); #else mem_cpy(label, dj.dir, 11); #endif j = 11; do { label[j] = 0; if (!j) break; } while (label[--j] == ' '); } if (res == FR_NO_FILE) { /* No label, return nul string */ label[0] = 0; res = FR_OK; } } } /* Get volume serial number */ if (res == FR_OK && sn) { res = move_window(dj.fs, dj.fs->volbase); if (res == FR_OK) { i = dj.fs->fs_type == FS_FAT32 ? BS_VolID32 : BS_VolID; *sn = LD_DWORD(&dj.fs->win[i]); } } LEAVE_FF(dj.fs, res); } #if !_FS_READONLY /*-----------------------------------------------------------------------*/ /* Set volume label */ /*-----------------------------------------------------------------------*/ FRESULT f_setlabel ( const TCHAR* label /* Pointer to the volume label to set */ ) { FRESULT res; DIR dj; BYTE vn[11]; UINT i, j, sl; WCHAR w; DWORD tm; /* Get logical drive */ res = chk_mounted(&label, &dj.fs, 1); if (res) LEAVE_FF(dj.fs, res); /* Create a volume label in directory form */ vn[0] = 0; for (sl = 0; label[sl]; sl++) ; /* Get name length */ for ( ; sl && label[sl-1] == ' '; sl--) ; /* Remove trailing spaces */ if (sl) { /* Create volume label in directory form */ i = j = 0; do { #if _LFN_UNICODE w = ff_convert(ff_wtoupper(label[i++]), 0); #else w = (BYTE)label[i++]; if (IsDBCS1(w)) w = (j < 10 && i < sl && IsDBCS2(label[i])) ? (w << 8) | (BYTE)label[i++] : 0; #if _USE_LFN w = ff_convert(ff_wtoupper(ff_convert(w, 1)), 0); #else if (IsLower(w)) w -= 0x20; /* To upper ASCII chars */ #ifdef _EXCVT if (w >= 0x80) w = ExCvt[w - 0x80]; /* To upper extended chars (SBCS cfg) */ #else if (!_DF1S && w >= 0x80) w = 0; /* Reject extended chars (ASCII cfg) */ #endif #endif #endif if (!w || chk_chr("\"*+,.:;<=>\?[]|\x7F", w) || j >= (UINT)((w >= 0x100) ? 10 : 11)) /* Reject invalid chars for volume label */ LEAVE_FF(dj.fs, FR_INVALID_NAME); if (w >= 0x100) vn[j++] = (BYTE)(w >> 8); vn[j++] = (BYTE)w; } while (i < sl); while (j < 11) vn[j++] = ' '; } /* Set volume label */ dj.sclust = 0; /* Open root dir */ res = dir_sdi(&dj, 0); if (res == FR_OK) { res = dir_read(&dj, 1); /* Get an entry with AM_VOL */ if (res == FR_OK) { /* A volume label is found */ if (vn[0]) { mem_cpy(dj.dir, vn, 11); /* Change the volume label name */ tm = get_fattime(); ST_DWORD(dj.dir+DIR_WrtTime, tm); } else { dj.dir[0] = DDE; /* Remove the volume label */ } dj.fs->wflag = 1; res = sync_fs(dj.fs); } else { /* No volume label is found or error */ if (res == FR_NO_FILE) { res = FR_OK; if (vn[0]) { /* Create volume label as new */ res = dir_alloc(&dj, 1); /* Allocate an entry for volume label */ if (res == FR_OK) { mem_set(dj.dir, 0, SZ_DIR); /* Set volume label */ mem_cpy(dj.dir, vn, 11); dj.dir[DIR_Attr] = AM_VOL; tm = get_fattime(); ST_DWORD(dj.dir+DIR_WrtTime, tm); dj.fs->wflag = 1; res = sync_fs(dj.fs); } } } } } LEAVE_FF(dj.fs, res); } #endif /* !_FS_READONLY */ #endif /* _USE_LABEL */ /*-----------------------------------------------------------------------*/ /* Forward data to the stream directly (available on only tiny cfg) */ /*-----------------------------------------------------------------------*/ #if _USE_FORWARD && _FS_TINY FRESULT f_forward ( FIL *fp, /* Pointer to the file object */ UINT (*func)(const BYTE*,UINT), /* Pointer to the streaming function */ UINT btf, /* Number of bytes to forward */ UINT *bf /* Pointer to number of bytes forwarded */ ) { FRESULT res; DWORD remain, clst, sect; UINT rcnt; BYTE csect; *bf = 0; /* Clear transfer byte counter */ res = validate(fp); /* Check validity of the object */ if (res != FR_OK) LEAVE_FF(fp->fs, res); if (fp->flag & FA__ERROR) /* Check error flag */ LEAVE_FF(fp->fs, FR_INT_ERR); if (!(fp->flag & FA_READ)) /* Check access mode */ LEAVE_FF(fp->fs, FR_DENIED); remain = fp->fsize - fp->fptr; if (btf > remain) btf = (UINT)remain; /* Truncate btf by remaining bytes */ for ( ; btf && (*func)(0, 0); /* Repeat until all data transferred or stream becomes busy */ fp->fptr += rcnt, *bf += rcnt, btf -= rcnt) { csect = (BYTE)(fp->fptr / SS(fp->fs) & (fp->fs->csize - 1)); /* Sector offset in the cluster */ if ((fp->fptr % SS(fp->fs)) == 0) { /* On the sector boundary? */ if (!csect) { /* On the cluster boundary? */ clst = (fp->fptr == 0) ? /* On the top of the file? */ fp->sclust : get_fat(fp->fs, fp->clust); if (clst <= 1) ABORT(fp->fs, FR_INT_ERR); if (clst == 0xFFFFFFFF) ABORT(fp->fs, FR_DISK_ERR); fp->clust = clst; /* Update current cluster */ } } sect = clust2sect(fp->fs, fp->clust); /* Get current data sector */ if (!sect) ABORT(fp->fs, FR_INT_ERR); sect += csect; if (move_window(fp->fs, sect)) /* Move sector window */ ABORT(fp->fs, FR_DISK_ERR); fp->dsect = sect; rcnt = SS(fp->fs) - (WORD)(fp->fptr % SS(fp->fs)); /* Forward data from sector window */ if (rcnt > btf) rcnt = btf; rcnt = (*func)(&fp->fs->win[(WORD)fp->fptr % SS(fp->fs)], rcnt); if (!rcnt) ABORT(fp->fs, FR_INT_ERR); } LEAVE_FF(fp->fs, FR_OK); } #endif /* _USE_FORWARD */ #if _USE_MKFS && !_FS_READONLY /*-----------------------------------------------------------------------*/ /* Create File System on the Drive */ /*-----------------------------------------------------------------------*/ #define N_ROOTDIR 512 /* Number of root dir entries for FAT12/16 */ #define N_FATS 1 /* Number of FAT copies (1 or 2) */ FRESULT f_mkfs ( BYTE vol, /* Logical drive number */ BYTE sfd, /* Partitioning rule 0:FDISK, 1:SFD */ UINT au /* Allocation unit size [bytes] */ ) { static const WORD vst[] = { 1024, 512, 256, 128, 64, 32, 16, 8, 4, 2, 0}; static const WORD cst[] = {32768, 16384, 8192, 4096, 2048, 16384, 8192, 4096, 2048, 1024, 512}; BYTE fmt, md, sys, *tbl, pdrv, part; DWORD n_clst, vs, n, wsect; UINT i; DWORD b_vol, b_fat, b_dir, b_data; /* LBA */ DWORD n_vol, n_rsv, n_fat, n_dir; /* Size */ FATFS *fs; DSTATUS stat; /* Check mounted drive and clear work area */ if (vol >= _VOLUMES) return FR_INVALID_DRIVE; if (sfd > 1) return FR_INVALID_PARAMETER; if (au & (au - 1)) return FR_INVALID_PARAMETER; fs = FatFs[vol]; if (!fs) return FR_NOT_ENABLED; fs->fs_type = 0; pdrv = LD2PD(vol); /* Physical drive */ part = LD2PT(vol); /* Partition (0:auto detect, 1-4:get from partition table)*/ /* Get disk statics */ stat = disk_initialize(pdrv); if (stat & STA_NOINIT) return FR_NOT_READY; if (stat & STA_PROTECT) return FR_WRITE_PROTECTED; #if _MAX_SS != 512 /* Get disk sector size */ if (disk_ioctl(pdrv, GET_SECTOR_SIZE, &SS(fs)) != RES_OK || SS(fs) > _MAX_SS) return FR_DISK_ERR; #endif if (_MULTI_PARTITION && part) { /* Get partition information from partition table in the MBR */ if (disk_read(pdrv, fs->win, 0, 1) != RES_OK) return FR_DISK_ERR; if (LD_WORD(fs->win+BS_55AA) != 0xAA55) return FR_MKFS_ABORTED; tbl = &fs->win[MBR_Table + (part - 1) * SZ_PTE]; if (!tbl[4]) return FR_MKFS_ABORTED; /* No partition? */ b_vol = LD_DWORD(tbl+8); /* Volume start sector */ n_vol = LD_DWORD(tbl+12); /* Volume size */ } else { /* Create a partition in this function */ if (disk_ioctl(pdrv, GET_SECTOR_COUNT, &n_vol) != RES_OK || n_vol < 128) return FR_DISK_ERR; b_vol = (sfd) ? 0 : 63; /* Volume start sector */ n_vol -= b_vol; /* Volume size */ } if (!au) { /* AU auto selection */ vs = n_vol / (2000 / (SS(fs) / 512)); for (i = 0; vs < vst[i]; i++) ; au = cst[i]; } au /= SS(fs); /* Number of sectors per cluster */ if (au == 0) au = 1; if (au > 128) au = 128; /* Pre-compute number of clusters and FAT sub-type */ n_clst = n_vol / au; fmt = FS_FAT12; if (n_clst >= MIN_FAT16) fmt = FS_FAT16; if (n_clst >= MIN_FAT32) fmt = FS_FAT32; /* Determine offset and size of FAT structure */ if (fmt == FS_FAT32) { n_fat = ((n_clst * 4) + 8 + SS(fs) - 1) / SS(fs); n_rsv = 32; n_dir = 0; } else { n_fat = (fmt == FS_FAT12) ? (n_clst * 3 + 1) / 2 + 3 : (n_clst * 2) + 4; n_fat = (n_fat + SS(fs) - 1) / SS(fs); n_rsv = 1; n_dir = (DWORD)N_ROOTDIR * SZ_DIR / SS(fs); } b_fat = b_vol + n_rsv; /* FAT area start sector */ b_dir = b_fat + n_fat * N_FATS; /* Directory area start sector */ b_data = b_dir + n_dir; /* Data area start sector */ if (n_vol < b_data + au - b_vol) return FR_MKFS_ABORTED; /* Too small volume */ /* Align data start sector to erase block boundary (for flash memory media) */ if (disk_ioctl(pdrv, GET_BLOCK_SIZE, &n) != RES_OK || !n || n > 32768) n = 1; n = (b_data + n - 1) & ~(n - 1); /* Next nearest erase block from current data start */ n = (n - b_data) / N_FATS; if (fmt == FS_FAT32) { /* FAT32: Move FAT offset */ n_rsv += n; b_fat += n; } else { /* FAT12/16: Expand FAT size */ n_fat += n; } /* Determine number of clusters and final check of validity of the FAT sub-type */ n_clst = (n_vol - n_rsv - n_fat * N_FATS - n_dir) / au; if ( (fmt == FS_FAT16 && n_clst < MIN_FAT16) || (fmt == FS_FAT32 && n_clst < MIN_FAT32)) return FR_MKFS_ABORTED; switch (fmt) { /* Determine system ID for partition table */ case FS_FAT12: sys = 0x01; break; case FS_FAT16: sys = (n_vol < 0x10000) ? 0x04 : 0x06; break; default: sys = 0x0C; } if (_MULTI_PARTITION && part) { /* Update system ID in the partition table */ tbl = &fs->win[MBR_Table + (part - 1) * SZ_PTE]; tbl[4] = sys; if (disk_write(pdrv, fs->win, 0, 1) != RES_OK) return FR_DISK_ERR; md = 0xF8; } else { if (sfd) { /* No partition table (SFD) */ md = 0xF0; } else { /* Create partition table (FDISK) */ mem_set(fs->win, 0, SS(fs)); tbl = fs->win+MBR_Table; /* Create partition table for single partition in the drive */ tbl[1] = 1; /* Partition start head */ tbl[2] = 1; /* Partition start sector */ tbl[3] = 0; /* Partition start cylinder */ tbl[4] = sys; /* System type */ tbl[5] = 254; /* Partition end head */ n = (b_vol + n_vol) / 63 / 255; tbl[6] = (BYTE)((n >> 2) | 63); /* Partition end sector */ tbl[7] = (BYTE)n; /* End cylinder */ ST_DWORD(tbl+8, 63); /* Partition start in LBA */ ST_DWORD(tbl+12, n_vol); /* Partition size in LBA */ ST_WORD(fs->win+BS_55AA, 0xAA55); /* MBR signature */ if (disk_write(pdrv, fs->win, 0, 1) != RES_OK) /* Write it to the MBR sector */ return FR_DISK_ERR; md = 0xF8; } } /* Create BPB in the VBR */ tbl = fs->win; /* Clear sector */ mem_set(tbl, 0, SS(fs)); mem_cpy(tbl, "\xEB\xFE\x90" "MSDOS5.0", 11);/* Boot jump code, OEM name */ i = SS(fs); /* Sector size */ ST_WORD(tbl+BPB_BytsPerSec, i); tbl[BPB_SecPerClus] = (BYTE)au; /* Sectors per cluster */ ST_WORD(tbl+BPB_RsvdSecCnt, n_rsv); /* Reserved sectors */ tbl[BPB_NumFATs] = N_FATS; /* Number of FATs */ i = (fmt == FS_FAT32) ? 0 : N_ROOTDIR; /* Number of rootdir entries */ ST_WORD(tbl+BPB_RootEntCnt, i); if (n_vol < 0x10000) { /* Number of total sectors */ ST_WORD(tbl+BPB_TotSec16, n_vol); } else { ST_DWORD(tbl+BPB_TotSec32, n_vol); } tbl[BPB_Media] = md; /* Media descriptor */ ST_WORD(tbl+BPB_SecPerTrk, 63); /* Number of sectors per track */ ST_WORD(tbl+BPB_NumHeads, 255); /* Number of heads */ ST_DWORD(tbl+BPB_HiddSec, b_vol); /* Hidden sectors */ n = get_fattime(); /* Use current time as VSN */ if (fmt == FS_FAT32) { ST_DWORD(tbl+BS_VolID32, n); /* VSN */ ST_DWORD(tbl+BPB_FATSz32, n_fat); /* Number of sectors per FAT */ ST_DWORD(tbl+BPB_RootClus, 2); /* Root directory start cluster (2) */ ST_WORD(tbl+BPB_FSInfo, 1); /* FSInfo record offset (VBR+1) */ ST_WORD(tbl+BPB_BkBootSec, 6); /* Backup boot record offset (VBR+6) */ tbl[BS_DrvNum32] = 0x80; /* Drive number */ tbl[BS_BootSig32] = 0x29; /* Extended boot signature */ mem_cpy(tbl+BS_VolLab32, "NO NAME " "FAT32 ", 19); /* Volume label, FAT signature */ } else { ST_DWORD(tbl+BS_VolID, n); /* VSN */ ST_WORD(tbl+BPB_FATSz16, n_fat); /* Number of sectors per FAT */ tbl[BS_DrvNum] = 0x80; /* Drive number */ tbl[BS_BootSig] = 0x29; /* Extended boot signature */ mem_cpy(tbl+BS_VolLab, "NO NAME " "FAT ", 19); /* Volume label, FAT signature */ } ST_WORD(tbl+BS_55AA, 0xAA55); /* Signature (Offset is fixed here regardless of sector size) */ if (disk_write(pdrv, tbl, b_vol, 1) != RES_OK) /* Write it to the VBR sector */ return FR_DISK_ERR; if (fmt == FS_FAT32) /* Write backup VBR if needed (VBR+6) */ disk_write(pdrv, tbl, b_vol + 6, 1); /* Initialize FAT area */ wsect = b_fat; for (i = 0; i < N_FATS; i++) { /* Initialize each FAT copy */ mem_set(tbl, 0, SS(fs)); /* 1st sector of the FAT */ n = md; /* Media descriptor byte */ if (fmt != FS_FAT32) { n |= (fmt == FS_FAT12) ? 0x00FFFF00 : 0xFFFFFF00; ST_DWORD(tbl+0, n); /* Reserve cluster #0-1 (FAT12/16) */ } else { n |= 0xFFFFFF00; ST_DWORD(tbl+0, n); /* Reserve cluster #0-1 (FAT32) */ ST_DWORD(tbl+4, 0xFFFFFFFF); ST_DWORD(tbl+8, 0x0FFFFFFF); /* Reserve cluster #2 for root dir */ } if (disk_write(pdrv, tbl, wsect++, 1) != RES_OK) return FR_DISK_ERR; mem_set(tbl, 0, SS(fs)); /* Fill following FAT entries with zero */ for (n = 1; n < n_fat; n++) { /* This loop may take a time on FAT32 volume due to many single sector writes */ if (disk_write(pdrv, tbl, wsect++, 1) != RES_OK) return FR_DISK_ERR; } } /* Initialize root directory */ i = (fmt == FS_FAT32) ? au : n_dir; do { if (disk_write(pdrv, tbl, wsect++, 1) != RES_OK) return FR_DISK_ERR; } while (--i); #if _USE_ERASE /* Erase data area if needed */ { DWORD eb[2]; eb[0] = wsect; eb[1] = wsect + (n_clst - ((fmt == FS_FAT32) ? 1 : 0)) * au - 1; disk_ioctl(pdrv, CTRL_ERASE_SECTOR, eb); } #endif /* Create FSInfo if needed */ if (fmt == FS_FAT32) { ST_DWORD(tbl+FSI_LeadSig, 0x41615252); ST_DWORD(tbl+FSI_StrucSig, 0x61417272); ST_DWORD(tbl+FSI_Free_Count, n_clst - 1); /* Number of free clusters */ ST_DWORD(tbl+FSI_Nxt_Free, 2); /* Last allocated cluster# */ ST_WORD(tbl+BS_55AA, 0xAA55); disk_write(pdrv, tbl, b_vol + 1, 1); /* Write original (VBR+1) */ disk_write(pdrv, tbl, b_vol + 7, 1); /* Write backup (VBR+7) */ } return (disk_ioctl(pdrv, CTRL_SYNC, 0) == RES_OK) ? FR_OK : FR_DISK_ERR; } #if _MULTI_PARTITION /*-----------------------------------------------------------------------*/ /* Divide Physical Drive */ /*-----------------------------------------------------------------------*/ FRESULT f_fdisk ( BYTE pdrv, /* Physical drive number */ const DWORD szt[], /* Pointer to the size table for each partitions */ void* work /* Pointer to the working buffer */ ) { UINT i, n, sz_cyl, tot_cyl, b_cyl, e_cyl, p_cyl; BYTE s_hd, e_hd, *p, *buf = (BYTE*)work; DSTATUS stat; DWORD sz_disk, sz_part, s_part; stat = disk_initialize(pdrv); if (stat & STA_NOINIT) return FR_NOT_READY; if (stat & STA_PROTECT) return FR_WRITE_PROTECTED; if (disk_ioctl(pdrv, GET_SECTOR_COUNT, &sz_disk)) return FR_DISK_ERR; /* Determine CHS in the table regardless of the drive geometry */ for (n = 16; n < 256 && sz_disk / n / 63 > 1024; n *= 2) ; if (n == 256) n--; e_hd = n - 1; sz_cyl = 63 * n; tot_cyl = sz_disk / sz_cyl; /* Create partition table */ mem_set(buf, 0, _MAX_SS); p = buf + MBR_Table; b_cyl = 0; for (i = 0; i < 4; i++, p += SZ_PTE) { p_cyl = (szt[i] <= 100) ? (DWORD)tot_cyl * szt[i] / 100 : szt[i] / sz_cyl; if (!p_cyl) continue; s_part = (DWORD)sz_cyl * b_cyl; sz_part = (DWORD)sz_cyl * p_cyl; if (i == 0) { /* Exclude first track of cylinder 0 */ s_hd = 1; s_part += 63; sz_part -= 63; } else { s_hd = 0; } e_cyl = b_cyl + p_cyl - 1; if (e_cyl >= tot_cyl) return FR_INVALID_PARAMETER; /* Set partition table */ p[1] = s_hd; /* Start head */ p[2] = (BYTE)((b_cyl >> 2) + 1); /* Start sector */ p[3] = (BYTE)b_cyl; /* Start cylinder */ p[4] = 0x06; /* System type (temporary setting) */ p[5] = e_hd; /* End head */ p[6] = (BYTE)((e_cyl >> 2) + 63); /* End sector */ p[7] = (BYTE)e_cyl; /* End cylinder */ ST_DWORD(p + 8, s_part); /* Start sector in LBA */ ST_DWORD(p + 12, sz_part); /* Partition size */ /* Next partition */ b_cyl += p_cyl; } ST_WORD(p, 0xAA55); /* Write it to the MBR */ return (disk_write(pdrv, buf, 0, 1) || disk_ioctl(pdrv, CTRL_SYNC, 0)) ? FR_DISK_ERR : FR_OK; } #endif /* _MULTI_PARTITION */ #endif /* _USE_MKFS && !_FS_READONLY */ #if _USE_STRFUNC /*-----------------------------------------------------------------------*/ /* Get a string from the file */ /*-----------------------------------------------------------------------*/ TCHAR* f_gets ( TCHAR* buff, /* Pointer to the string buffer to read */ int len, /* Size of string buffer (characters) */ FIL* fp /* Pointer to the file object */ ) { int n = 0; TCHAR c, *p = buff; BYTE s[2]; UINT rc; while (n < len - 1) { /* Read bytes until buffer gets filled */ f_read(fp, s, 1, &rc); if (rc != 1) break; /* Break on EOF or error */ c = s[0]; #if _LFN_UNICODE /* Read a character in UTF-8 encoding */ if (c >= 0x80) { if (c < 0xC0) continue; /* Skip stray trailer */ if (c < 0xE0) { /* Two-byte sequence */ f_read(fp, s, 1, &rc); if (rc != 1) break; c = ((c & 0x1F) << 6) | (s[0] & 0x3F); if (c < 0x80) c = '?'; } else { if (c < 0xF0) { /* Three-byte sequence */ f_read(fp, s, 2, &rc); if (rc != 2) break; c = (c << 12) | ((s[0] & 0x3F) << 6) | (s[1] & 0x3F); if (c < 0x800) c = '?'; } else { /* Reject four-byte sequence */ c = '?'; } } } #endif #if _USE_STRFUNC >= 2 if (c == '\r') continue; /* Strip '\r' */ #endif *p++ = c; n++; if (c == '\n') break; /* Break on EOL */ } *p = 0; return n ? buff : 0; /* When no data read (eof or error), return with error. */ } #if !_FS_READONLY #include /*-----------------------------------------------------------------------*/ /* Put a character to the file */ /*-----------------------------------------------------------------------*/ int f_putc ( TCHAR c, /* A character to be output */ FIL* fp /* Pointer to the file object */ ) { UINT bw, btw; BYTE s[3]; #if _USE_STRFUNC >= 2 if (c == '\n') f_putc ('\r', fp); /* LF -> CRLF conversion */ #endif #if _LFN_UNICODE /* Write the character in UTF-8 encoding */ if (c < 0x80) { /* 7-bit */ s[0] = (BYTE)c; btw = 1; } else { if (c < 0x800) { /* 11-bit */ s[0] = (BYTE)(0xC0 | (c >> 6)); s[1] = (BYTE)(0x80 | (c & 0x3F)); btw = 2; } else { /* 16-bit */ s[0] = (BYTE)(0xE0 | (c >> 12)); s[1] = (BYTE)(0x80 | ((c >> 6) & 0x3F)); s[2] = (BYTE)(0x80 | (c & 0x3F)); btw = 3; } } #else /* Write the character without conversion */ s[0] = (BYTE)c; btw = 1; #endif f_write(fp, s, btw, &bw); /* Write the char to the file */ return (bw == btw) ? 1 : EOF; /* Return the result */ } /*-----------------------------------------------------------------------*/ /* Put a string to the file */ /*-----------------------------------------------------------------------*/ int f_puts ( const TCHAR* str, /* Pointer to the string to be output */ FIL* fp /* Pointer to the file object */ ) { int n; for (n = 0; *str; str++, n++) { if (f_putc(*str, fp) == EOF) return EOF; } return n; } /*-----------------------------------------------------------------------*/ /* Put a formatted string to the file */ /*-----------------------------------------------------------------------*/ int f_printf ( FIL* fp, /* Pointer to the file object */ const TCHAR* str, /* Pointer to the format string */ ... /* Optional arguments... */ ) { va_list arp; BYTE f, r; UINT i, j, w; ULONG v; TCHAR c, d, s[16], *p; int res, chc, cc; va_start(arp, str); for (cc = res = 0; cc != EOF; res += cc) { c = *str++; if (c == 0) break; /* End of string */ if (c != '%') { /* Non escape character */ cc = f_putc(c, fp); if (cc != EOF) cc = 1; continue; } w = f = 0; c = *str++; if (c == '0') { /* Flag: '0' padding */ f = 1; c = *str++; } else { if (c == '-') { /* Flag: left justified */ f = 2; c = *str++; } } while (IsDigit(c)) { /* Precision */ w = w * 10 + c - '0'; c = *str++; } if (c == 'l' || c == 'L') { /* Prefix: Size is long int */ f |= 4; c = *str++; } if (!c) break; d = c; if (IsLower(d)) d -= 0x20; switch (d) { /* Type is... */ case 'S' : /* String */ p = va_arg(arp, TCHAR*); for (j = 0; p[j]; j++) ; chc = 0; if (!(f & 2)) { while (j++ < w) chc += (cc = f_putc(' ', fp)); } chc += (cc = f_puts(p, fp)); while (j++ < w) chc += (cc = f_putc(' ', fp)); if (cc != EOF) cc = chc; continue; case 'C' : /* Character */ cc = f_putc((TCHAR)va_arg(arp, int), fp); continue; case 'B' : /* Binary */ r = 2; break; case 'O' : /* Octal */ r = 8; break; case 'D' : /* Signed decimal */ case 'U' : /* Unsigned decimal */ r = 10; break; case 'X' : /* Hexdecimal */ r = 16; break; default: /* Unknown type (pass-through) */ cc = f_putc(c, fp); continue; } /* Get an argument and put it in numeral */ v = (f & 4) ? (ULONG)va_arg(arp, long) : ((d == 'D') ? (ULONG)(long)va_arg(arp, int) : (ULONG)va_arg(arp, unsigned int)); if (d == 'D' && (v & 0x80000000)) { v = 0 - v; f |= 8; } i = 0; do { d = (TCHAR)(v % r); v /= r; if (d > 9) d += (c == 'x') ? 0x27 : 0x07; s[i++] = d + '0'; } while (v && i < sizeof s / sizeof s[0]); if (f & 8) s[i++] = '-'; j = i; d = (f & 1) ? '0' : ' '; chc = 0; while (!(f & 2) && j++ < w) chc += (cc = f_putc(d, fp)); do chc += (cc = f_putc(s[--i], fp)); while(i); while (j++ < w) chc += (cc = f_putc(' ', fp)); if (cc != EOF) cc = chc; } va_end(arp); return (cc == EOF) ? cc : res; } #endif /* !_FS_READONLY */ #endif /* _USE_STRFUNC */ ================================================ FILE: frehd/PIC Source Files/FatFS/ff.h ================================================ /*---------------------------------------------------------------------------/ / FatFs - FAT file system module include file R0.09b (C)ChaN, 2013 /----------------------------------------------------------------------------/ / FatFs module is a generic FAT file system module for small embedded systems. / This is a free software that opened for education, research and commercial / developments under license policy of following terms. / / Copyright (C) 2013, ChaN, all right reserved. / / * The FatFs module is a free software and there is NO WARRANTY. / * No restriction on use. You can use, modify and redistribute it for / personal, non-profit or commercial product UNDER YOUR RESPONSIBILITY. / * Redistributions of source code must retain the above copyright notice. / /----------------------------------------------------------------------------*/ #ifndef _FATFS #define _FATFS 82786 /* Revision ID */ #ifdef __cplusplus extern "C" { #endif #include "integer.h" /* Basic integer types */ #include "ffconf.h" /* FatFs configuration options */ #if _FATFS != _FFCONF #error Wrong configuration file (ffconf.h). #endif /* Definitions of volume management */ #if _MULTI_PARTITION /* Multiple partition configuration */ typedef struct { BYTE pd; /* Physical drive number */ BYTE pt; /* Partition: 0:Auto detect, 1-4:Forced partition) */ } PARTITION; extern PARTITION VolToPart[]; /* Volume - Partition resolution table */ #define LD2PD(vol) (VolToPart[vol].pd) /* Get physical drive number */ #define LD2PT(vol) (VolToPart[vol].pt) /* Get partition index */ #else /* Single partition configuration */ #define LD2PD(vol) (BYTE)(vol) /* Each logical drive is bound to the same physical drive number */ #define LD2PT(vol) 0 /* Always mounts the 1st partition or in SFD */ #endif /* Type of path name strings on FatFs API */ #if _LFN_UNICODE /* Unicode string */ #if !_USE_LFN #error _LFN_UNICODE must be 0 in non-LFN cfg. #endif #ifndef _INC_TCHAR typedef WCHAR TCHAR; #define _T(x) L ## x #define _TEXT(x) L ## x #endif #else /* ANSI/OEM string */ #ifndef _INC_TCHAR typedef char TCHAR; #define _T(x) x #define _TEXT(x) x #endif #endif /* File system object structure (FATFS) */ typedef struct { BYTE fs_type; /* FAT sub-type (0:Not mounted) */ BYTE drv; /* Physical drive number */ BYTE csize; /* Sectors per cluster (1,2,4...128) */ BYTE n_fats; /* Number of FAT copies (1,2) */ BYTE wflag; /* win[] dirty flag (1:must be written back) */ BYTE fsi_flag; /* fsinfo dirty flag (1:must be written back) */ WORD id; /* File system mount ID */ WORD n_rootdir; /* Number of root directory entries (FAT12/16) */ #if _MAX_SS != 512 WORD ssize; /* Bytes per sector (512, 1024, 2048 or 4096) */ #endif #if _FS_REENTRANT _SYNC_t sobj; /* Identifier of sync object */ #endif #if !_FS_READONLY DWORD last_clust; /* Last allocated cluster */ DWORD free_clust; /* Number of free clusters */ DWORD fsi_sector; /* fsinfo sector (FAT32) */ #endif #if _FS_RPATH DWORD cdir; /* Current directory start cluster (0:root) */ #endif DWORD n_fatent; /* Number of FAT entries (= number of clusters + 2) */ DWORD fsize; /* Sectors per FAT */ DWORD volbase; /* Volume start sector */ DWORD fatbase; /* FAT start sector */ DWORD dirbase; /* Root directory start sector (FAT32:Cluster#) */ DWORD database; /* Data start sector */ DWORD winsect; /* Current sector appearing in the win[] */ BYTE win[_MAX_SS]; /* Disk access window for Directory, FAT (and Data on tiny cfg) */ } FATFS; /* File object structure (FIL) */ typedef struct { FATFS* fs; /* Pointer to the related file system object (**do not change order**) */ WORD id; /* Owner file system mount ID (**do not change order**) */ BYTE flag; /* File status flags */ BYTE pad1; DWORD fptr; /* File read/write pointer (0ed on file open) */ DWORD fsize; /* File size */ DWORD sclust; /* File data start cluster (0:no data cluster, always 0 when fsize is 0) */ DWORD clust; /* Current cluster of fpter */ DWORD dsect; /* Current data sector of fpter */ #if !_FS_READONLY DWORD dir_sect; /* Sector containing the directory entry */ BYTE* dir_ptr; /* Pointer to the directory entry in the window */ #endif #if _USE_FASTSEEK DWORD* cltbl; /* Pointer to the cluster link map table (null on file open) */ #endif #if _FS_LOCK UINT lockid; /* File lock ID (index of file semaphore table Files[]) */ #endif #if !_FS_TINY BYTE buf[_MAX_SS]; /* File data read/write buffer */ #endif } FIL; /* Directory object structure (DIR) */ typedef struct { FATFS* fs; /* Pointer to the owner file system object (**do not change order**) */ WORD id; /* Owner file system mount ID (**do not change order**) */ WORD index; /* Current read/write index number */ DWORD sclust; /* Table start cluster (0:Root dir) */ DWORD clust; /* Current cluster */ DWORD sect; /* Current sector */ BYTE* dir; /* Pointer to the current SFN entry in the win[] */ BYTE* fn; /* Pointer to the SFN (in/out) {file[8],ext[3],status[1]} */ #if _USE_LFN WCHAR* lfn; /* Pointer to the LFN working buffer */ WORD lfn_idx; /* Last matched LFN index number (0xFFFF:No LFN) */ #endif } DIR; /* File status structure (FILINFO) */ typedef struct { DWORD fsize; /* File size */ WORD fdate; /* Last modified date */ WORD ftime; /* Last modified time */ BYTE fattrib; /* Attribute */ TCHAR fname[13]; /* Short file name (8.3 format) */ #if _USE_LFN TCHAR* lfname; /* Pointer to the LFN buffer */ UINT lfsize; /* Size of LFN buffer in TCHAR */ #endif } FILINFO; /* File function return code (FRESULT) */ typedef enum { FR_OK = 0, /* (0) Succeeded */ FR_DISK_ERR, /* (1) A hard error occurred in the low level disk I/O layer */ FR_INT_ERR, /* (2) Assertion failed */ FR_NOT_READY, /* (3) The physical drive cannot work */ FR_NO_FILE, /* (4) Could not find the file */ FR_NO_PATH, /* (5) Could not find the path */ FR_INVALID_NAME, /* (6) The path name format is invalid */ FR_DENIED, /* (7) Access denied due to prohibited access or directory full */ FR_EXIST, /* (8) Access denied due to prohibited access */ FR_INVALID_OBJECT, /* (9) The file/directory object is invalid */ FR_WRITE_PROTECTED, /* (10) The physical drive is write protected */ FR_INVALID_DRIVE, /* (11) The logical drive number is invalid */ FR_NOT_ENABLED, /* (12) The volume has no work area */ FR_NO_FILESYSTEM, /* (13) There is no valid FAT volume */ FR_MKFS_ABORTED, /* (14) The f_mkfs() aborted due to any parameter error */ FR_TIMEOUT, /* (15) Could not get a grant to access the volume within defined period */ FR_LOCKED, /* (16) The operation is rejected according to the file sharing policy */ FR_NOT_ENOUGH_CORE, /* (17) LFN working buffer could not be allocated */ FR_TOO_MANY_OPEN_FILES, /* (18) Number of open files > _FS_SHARE */ FR_INVALID_PARAMETER, /* (19) Given parameter is invalid */ FR_DISK_FULL /* (20) Disk Full */ } FRESULT; /*--------------------------------------------------------------*/ /* FatFs module application interface */ FRESULT f_mount (BYTE vol, FATFS* fs); /* Mount/Unmount a logical drive */ FRESULT f_open (FIL* fp, const TCHAR* path, BYTE mode); /* Open or create a file */ FRESULT f_read (FIL* fp, void* buff, UINT btr, UINT* br); /* Read data from a file */ FRESULT f_lseek (FIL* fp, DWORD ofs); /* Move file pointer of a file object */ FRESULT f_close (FIL* fp); /* Close an open file object */ FRESULT f_opendir (DIR* dj, const TCHAR* path); /* Open an existing directory */ FRESULT f_readdir (DIR* dj, FILINFO* fno); /* Read a directory item */ FRESULT f_stat (const TCHAR* path, FILINFO* fno); /* Get file status */ FRESULT f_write (FIL* fp, const void* buff, UINT btw, UINT* bw); /* Write data to a file */ FRESULT f_getfree (const TCHAR* path, DWORD* nclst, FATFS** fatfs); /* Get number of free clusters on the drive */ FRESULT f_truncate (FIL* fp); /* Truncate file */ FRESULT f_sync (FIL* fp); /* Flush cached data of a writing file */ FRESULT f_unlink (const TCHAR* path); /* Delete an existing file or directory */ FRESULT f_mkdir (const TCHAR* path); /* Create a new directory */ FRESULT f_chmod (const TCHAR* path, BYTE value, BYTE mask); /* Change attribute of the file/dir */ FRESULT f_utime (const TCHAR* path, const FILINFO* fno); /* Change times-tamp of the file/dir */ FRESULT f_rename (const TCHAR* path_old, const TCHAR* path_new); /* Rename/Move a file or directory */ FRESULT f_chdrive (BYTE drv); /* Change current drive */ FRESULT f_chdir (const TCHAR* path); /* Change current directory */ FRESULT f_getcwd (TCHAR* buff, UINT len); /* Get current directory */ FRESULT f_getlabel (const TCHAR* path, TCHAR* label, DWORD* sn); /* Get volume label */ FRESULT f_setlabel (const TCHAR* label); /* Set volume label */ FRESULT f_forward (FIL* fp, UINT(*func)(const BYTE*,UINT), UINT btf, UINT* bf); /* Forward data to the stream */ FRESULT f_mkfs (BYTE vol, BYTE sfd, UINT au); /* Create a file system on the drive */ FRESULT f_fdisk (BYTE pdrv, const DWORD szt[], void* work); /* Divide a physical drive into some partitions */ int f_putc (TCHAR c, FIL* fp); /* Put a character to the file */ int f_puts (const TCHAR* str, FIL* cp); /* Put a string to the file */ int f_printf (FIL* fp, const TCHAR* str, ...); /* Put a formatted string to the file */ TCHAR* f_gets (TCHAR* buff, int len, FIL* fp); /* Get a string from the file */ #define f_eof(fp) (((fp)->fptr == (fp)->fsize) ? 1 : 0) #define f_error(fp) (((fp)->flag & FA__ERROR) ? 1 : 0) #define f_tell(fp) ((fp)->fptr) #define f_size(fp) ((fp)->fsize) #ifndef EOF #define EOF (-1) #endif /*--------------------------------------------------------------*/ /* Additional user defined functions */ /* RTC function */ #if !_FS_READONLY DWORD get_fattime (void); #endif /* Unicode support functions */ #if _USE_LFN /* Unicode - OEM code conversion */ WCHAR ff_convert (WCHAR chr, UINT dir); /* OEM-Unicode bidirectional conversion */ WCHAR ff_wtoupper (WCHAR chr); /* Unicode upper-case conversion */ #if _USE_LFN == 3 /* Memory functions */ void* ff_memalloc (UINT msize); /* Allocate memory block */ void ff_memfree (void* mblock); /* Free memory block */ #endif #endif /* Sync functions */ #if _FS_REENTRANT int ff_cre_syncobj (BYTE vol, _SYNC_t* sobj); /* Create a sync object */ int ff_req_grant (_SYNC_t sobj); /* Lock sync object */ void ff_rel_grant (_SYNC_t sobj); /* Unlock sync object */ int ff_del_syncobj (_SYNC_t sobj); /* Delete a sync object */ #endif /*--------------------------------------------------------------*/ /* Flags and offset address */ /* File access control and file status flags (FIL.flag) */ #define FA_READ 0x01 #define FA_OPEN_EXISTING 0x00 #define FA__ERROR 0x80 #if !_FS_READONLY #define FA_WRITE 0x02 #define FA_CREATE_NEW 0x04 #define FA_CREATE_ALWAYS 0x08 #define FA_OPEN_ALWAYS 0x10 #define FA__WRITTEN 0x20 #define FA__DIRTY 0x40 #endif /* FAT sub type (FATFS.fs_type) */ #define FS_FAT12 1 #define FS_FAT16 2 #define FS_FAT32 3 /* File attribute bits for directory entry */ #define AM_RDO 0x01 /* Read only */ #define AM_HID 0x02 /* Hidden */ #define AM_SYS 0x04 /* System */ #define AM_VOL 0x08 /* Volume label */ #define AM_LFN 0x0F /* LFN entry */ #define AM_DIR 0x10 /* Directory */ #define AM_ARC 0x20 /* Archive */ #define AM_MASK 0x3F /* Mask of defined bits */ /* Fast seek feature */ #define CREATE_LINKMAP 0xFFFFFFFF /*--------------------------------*/ /* Multi-byte word access macros */ #if _WORD_ACCESS == 1 /* Enable word access to the FAT structure */ #define LD_WORD(ptr) (WORD)(*(WORD*)(BYTE*)(ptr)) #define LD_DWORD(ptr) (DWORD)(*(DWORD*)(BYTE*)(ptr)) #define ST_WORD(ptr,val) *(WORD*)(BYTE*)(ptr)=(WORD)(val) #define ST_DWORD(ptr,val) *(DWORD*)(BYTE*)(ptr)=(DWORD)(val) #else /* Use byte-by-byte access to the FAT structure */ #define LD_WORD(ptr) (WORD)(((WORD)*((BYTE*)(ptr)+1)<<8)|(WORD)*(BYTE*)(ptr)) #define LD_DWORD(ptr) (DWORD)(((DWORD)*((BYTE*)(ptr)+3)<<24)|((DWORD)*((BYTE*)(ptr)+2)<<16)|((WORD)*((BYTE*)(ptr)+1)<<8)|*(BYTE*)(ptr)) #define ST_WORD(ptr,val) *(BYTE*)(ptr)=(BYTE)(val); *((BYTE*)(ptr)+1)=(BYTE)((WORD)(val)>>8) #define ST_DWORD(ptr,val) *(BYTE*)(ptr)=(BYTE)(val); *((BYTE*)(ptr)+1)=(BYTE)((WORD)(val)>>8); *((BYTE*)(ptr)+2)=(BYTE)((DWORD)(val)>>16); *((BYTE*)(ptr)+3)=(BYTE)((DWORD)(val)>>24) #endif #ifdef __cplusplus } #endif #endif /* _FATFS */ ================================================ FILE: frehd/PIC Source Files/FatFS/ffconf.h ================================================ /*---------------------------------------------------------------------------/ / FatFs - FAT file system module configuration file R0.09b (C)ChaN, 2013 /----------------------------------------------------------------------------/ / / CAUTION! Do not forget to make clean the project after any changes to / the configuration options. / /----------------------------------------------------------------------------*/ #ifndef _FFCONF #define _FFCONF 82786 /* Revision ID */ // define this to display FatFS read/write (diskio.c) on the UART #define UART_DEBUG 0 /*---------------------------------------------------------------------------/ / Functions and Buffer Configurations /----------------------------------------------------------------------------*/ #define _FS_TINY 1 /* 0:Normal or 1:Tiny */ /* When _FS_TINY is set to 1, FatFs uses the sector buffer in the file system / object instead of the sector buffer in the individual file object for file / data transfer. This reduces memory consumption 512 bytes each file object. */ #define _FS_READONLY 0 /* 0:Read/Write or 1:Read only */ /* Setting _FS_READONLY to 1 defines read only configuration. This removes / writing functions, f_write, f_sync, f_unlink, f_mkdir, f_chmod, f_rename, / f_truncate and useless f_getfree. */ #define _FS_MINIMIZE 0 /* 0 to 3 */ /* The _FS_MINIMIZE option defines minimization level to remove some functions. / / 0: Full function. / 1: f_stat, f_getfree, f_unlink, f_mkdir, f_chmod, f_truncate and f_rename / are removed. / 2: f_opendir and f_readdir are removed in addition to 1. / 3: f_lseek is removed in addition to 2. */ #define _USE_STRFUNC 0 /* 0:Disable or 1-2:Enable */ /* To enable string functions, set _USE_STRFUNC to 1 or 2. */ #define _USE_MKFS 0 /* 0:Disable or 1:Enable */ /* To enable f_mkfs function, set _USE_MKFS to 1 and set _FS_READONLY to 0 */ #define _USE_FASTSEEK 1 /* 0:Disable or 1:Enable */ /* To enable fast seek feature, set _USE_FASTSEEK to 1. */ #define _USE_LABEL 0 /* 0:Disable or 1:Enable */ /* To enable volume label functions, set _USE_LAVEL to 1 */ #define _USE_FORWARD 0 /* 0:Disable or 1:Enable */ /* To enable f_forward function, set _USE_FORWARD to 1 and set _FS_TINY to 1. */ // Fine tuning to save space #define _FS_F_RENAME 0 #define _FS_F_UTIME 0 #define _FS_F_MKDIR 0 #define _FS_F_CHMOD 0 #define _FS_F_UNLINK 0 #define _FS_F_TRUNCATE 0 #define _FS_F_GETFREE 0 #define _FS_F_STAT 0 /*---------------------------------------------------------------------------/ / Locale and Namespace Configurations /----------------------------------------------------------------------------*/ #define _CODE_PAGE 1 /* The _CODE_PAGE specifies the OEM code page to be used on the target system. / Incorrect setting of the code page can cause a file open failure. / / 932 - Japanese Shift-JIS (DBCS, OEM, Windows) / 936 - Simplified Chinese GBK (DBCS, OEM, Windows) / 949 - Korean (DBCS, OEM, Windows) / 950 - Traditional Chinese Big5 (DBCS, OEM, Windows) / 1250 - Central Europe (Windows) / 1251 - Cyrillic (Windows) / 1252 - Latin 1 (Windows) / 1253 - Greek (Windows) / 1254 - Turkish (Windows) / 1255 - Hebrew (Windows) / 1256 - Arabic (Windows) / 1257 - Baltic (Windows) / 1258 - Vietnam (OEM, Windows) / 437 - U.S. (OEM) / 720 - Arabic (OEM) / 737 - Greek (OEM) / 775 - Baltic (OEM) / 850 - Multilingual Latin 1 (OEM) / 858 - Multilingual Latin 1 + Euro (OEM) / 852 - Latin 2 (OEM) / 855 - Cyrillic (OEM) / 866 - Russian (OEM) / 857 - Turkish (OEM) / 862 - Hebrew (OEM) / 874 - Thai (OEM, Windows) / 1 - ASCII only (Valid for non LFN cfg.) */ #define _USE_LFN 0 /* 0 to 3 */ #define _MAX_LFN 255 /* Maximum LFN length to handle (12 to 255) */ /* The _USE_LFN option switches the LFN support. / / 0: Disable LFN feature. _MAX_LFN and _LFN_UNICODE have no effect. / 1: Enable LFN with static working buffer on the BSS. Always NOT reentrant. / 2: Enable LFN with dynamic working buffer on the STACK. / 3: Enable LFN with dynamic working buffer on the HEAP. / / The LFN working buffer occupies (_MAX_LFN + 1) * 2 bytes. To enable LFN, / Unicode handling functions ff_convert() and ff_wtoupper() must be added / to the project. When enable to use heap, memory control functions / ff_memalloc() and ff_memfree() must be added to the project. */ #define _LFN_UNICODE 0 /* 0:ANSI/OEM or 1:Unicode */ /* To switch the character code set on FatFs API to Unicode, / enable LFN feature and set _LFN_UNICODE to 1. */ #define _FS_RPATH 0 /* 0 to 2 */ /* The _FS_RPATH option configures relative path feature. / / 0: Disable relative path feature and remove related functions. / 1: Enable relative path. f_chdrive() and f_chdir() are available. / 2: f_getcwd() is available in addition to 1. / / Note that output of the f_readdir fnction is affected by this option. */ /*---------------------------------------------------------------------------/ / Physical Drive Configurations /----------------------------------------------------------------------------*/ #define _VOLUMES 1 /* Number of volumes (logical drives) to be used. */ #define _MAX_SS 512 /* 512, 1024, 2048 or 4096 */ /* Maximum sector size to be handled. / Always set 512 for memory card and hard disk but a larger value may be / required for on-board flash memory, floppy disk and optical disk. / When _MAX_SS is larger than 512, it configures FatFs to variable sector size / and GET_SECTOR_SIZE command must be implememted to the disk_ioctl function. */ #define _MULTI_PARTITION 0 /* 0:Single partition, 1:Enable multiple partition */ /* When set to 0, each volume is bound to the same physical drive number and / it can mount only first primaly partition. When it is set to 1, each volume / is tied to the partitions listed in VolToPart[]. */ #define _USE_ERASE 0 /* 0:Disable or 1:Enable */ /* To enable sector erase feature, set _USE_ERASE to 1. CTRL_ERASE_SECTOR command / should be added to the disk_ioctl functio. */ /*---------------------------------------------------------------------------/ / System Configurations /----------------------------------------------------------------------------*/ #define _WORD_ACCESS 1 /* 0 or 1 */ /* Set 0 first and it is always compatible with all platforms. The _WORD_ACCESS / option defines which access method is used to the word data on the FAT volume. / / 0: Byte-by-byte access. / 1: Word access. Do not choose this unless following condition is met. / / When the byte order on the memory is big-endian or address miss-aligned word / access results incorrect behavior, the _WORD_ACCESS must be set to 0. / If it is not the case, the value can also be set to 1 to improve the / performance and code size. */ /* A header file that defines sync object types on the O/S, such as / windows.h, ucos_ii.h and semphr.h, must be included prior to ff.h. */ #define _FS_REENTRANT 0 /* 0:Disable or 1:Enable */ #define _FS_TIMEOUT 1000 /* Timeout period in unit of time ticks */ #define _SYNC_t HANDLE /* O/S dependent type of sync object. e.g. HANDLE, OS_EVENT*, ID and etc.. */ /* The _FS_REENTRANT option switches the reentrancy (thread safe) of the FatFs module. / / 0: Disable reentrancy. _SYNC_t and _FS_TIMEOUT have no effect. / 1: Enable reentrancy. Also user provided synchronization handlers, / ff_req_grant, ff_rel_grant, ff_del_syncobj and ff_cre_syncobj / function must be added to the project. */ #define _FS_LOCK 0 /* 0:Disable or >=1:Enable */ /* To enable file lock control feature, set _FS_LOCK to 1 or greater. The value defines how many files can be opened simultaneously. */ #endif /* _FFCONFIG */ ================================================ FILE: frehd/PIC Source Files/FatFS/integer.h ================================================ /*-------------------------------------------*/ /* Integer type definitions for FatFs module */ /*-------------------------------------------*/ #ifndef _INTEGER #define _INTEGER #ifdef _WIN32 /* FatFs development platform */ #include #include #else /* Embedded platform */ /* These types must be 16-bit, 32-bit or larger integer */ typedef int INT; typedef unsigned int UINT; /* These types must be 8-bit integer */ typedef char CHAR; typedef unsigned char UCHAR; typedef unsigned char BYTE; /* These types must be 16-bit integer */ typedef short SHORT; typedef unsigned short USHORT; typedef unsigned short WORD; typedef unsigned short WCHAR; /* These types must be 32-bit integer */ typedef long LONG; typedef unsigned long ULONG; typedef unsigned long DWORD; typedef char BOOL; #define FALSE 0 #define TRUE 1 #endif #endif ================================================ FILE: frehd/PIC Source Files/FatFS.hex ================================================ :020000040000FA :0400000053EF00F0CA :020006000102F5 :0400080006EF04F00B :080018007F6603EF04F0F0A085 :100020002DD0F09080A80DD083CFDEFF80A603D026 :100030007E82800E29D88A8681A2FED795688A960C :10004000110080500F0B04E1010E8C6E956AF3D7FE :10005000080A04E1020E8C6E956AEDD70C0A04E1E1 :100060007DC08CFF956AE7D7080A04E17CC08CFF4D :10007000956AE1D74F0E8C6E956ADDD7F2A403D056 :10008000F2947B667B061100C96EC7A0FED78B80F9 :10009000C9508B901200DF38DEBC8F0FDF24DEBC2E :1000A000F90FCD0F12007F6A7E6A8EEC01F0FE0E12 :1000B000F66EFF0EF76EF86A0900F5507D627E8CD1 :1000C0000900F5507C627E8C7EBC26D0030EAA6EA1 :1000D000FE0EA96EA69EA69CA680A8507D627E8E6E :1000E000A92AA69EA69CA680A8507C627E8E7EBE73 :1000F00013D07F6800EF04F0030EAA6EFE0EA96E07 :100100007DC0A8FF040EA66EC3D8A92A7CC0A8FF94 :10011000040EA66EBDD8FF0094900F0EC16E8A9695 :100120009396F086F09CF19A8A9E939E8A9C939C6B :100130009496949A400EC76E210EC66E870ED56EA9 :10014000F194F28A120E7B6ED08E8A8E8A8C856B29 :10015000846B21EE00F0F28CF28E400E95DF7EB2C1 :1001600005D87EBCFCD77B66FAD7C6D77E9221EE37 :1001700000F0DE503A0A37E18EDF806F040F816FA6 :100180008ADF8027812FFCD7806726D021EE01F0FF :1001900082DF816F80DF836F7EDF826F7CDF866F1F :1001A000070B88EC01F0F5EF00F064EF01F0EAEFE7 :1001B00000F0EAEF00F05BEF01F0EAEF00F066EF2D :1001C00001F0EAEF00F040095FDF21EE00F01200DD :1001D000000EF9D7020EF7D7030EF5D77E84050E71 :1001E000F2D7010EF0D7040EEED77EB4F3D78551C7 :1001F000F1E1845105E033D88451F00A18E0EAD7E0 :100200008251F65C876F8351F75808E38713E6E164 :1002100042DF8107F56E7E8649D801D0F5680D0072 :10022000F6503F0BD8B424D88167EAD7D1D7A6B20D :10023000FED78451F008876F8351FC0B871185111D :10024000D0E18351AA6E8251A96E25DF8107A86E85 :10025000040EA66E1DD82AD88167E9D7B9D77EA625 :100260001200F5680D00F6503F0BFCE101D81200BA :100270007EA60CD07E960A00FF0EF65C070EF7589D :1002800004E37E8C840EA66E03D80900A66A1200D1 :10029000F29EF29C550EA76EAA0EA76EA682F28C55 :1002A000F28E0000A6B2FED7A6941200E86A822B56 :1002B0008323842312008105E82C95D7ECDE856F1B :1002C000EADE846F000E7FD7CADFFF0083298BE14F :1002D000825101E00FD07E8C000EF66E080EF76E94 :1002E000F86A940EA66ED4DF400EF626E86AF7226E :1002F000F8E16ED7A868AA6AA96A040EA66EC8DFDC :10030000A6B2FED7A93EF9D7AA2AAA50F6E160D72D :10031000E844E844FD26000EFE221200000EF66EB0 :10032000080EF76EF86A7C6A7D6A0900F55007D8F6 :10033000F750FF08FAE1F650FE08F7E112007C18CA :100340007D187D1A7D187C6E7D507D3A7D1A7D3238 :100350007DB0D8707DB2D8707DB4D8707D6E010E3E :10036000D8B07C1A400E7D32D8B07C1A7D347D1A0C :0A0370007D32800ED8B07C1A000C1C :060800004BEF71F0120045 :0608060029EF6DF0120065 :04080C00F0900366FF :100810005ED080501F0B1C6206D08338070B0F6E12 :10082000106A116A1F0F63EC04F06CEF04F072EFB2 :1008300004F017EF05F0A5EF04F08AEF04F0A2EF43 :1008400004F0B5EF04F0ABEF04F06FEF04F099EFB4 :1008500004F09CEF04F0A8EF04F096EF04F09FEF93 :1008600004F0B5EF04F006EF05F006EF05F0C6EF73 :1008700004F07FEF05F02DEF05F0E8EF04F027EF2F :1008800005F08EEF05F034EF05F0B6EF04F006EF5B :1008900005F08AEF05F030EF05F054EF05F02AEF90 :1008A00005F08EEF05F006EF05F05AEF05F060EF6A :1008B00005F067EF05F074EF05F07BEF05F07BEFD7 :1008C00005F074EF05F0E844E844FD26120080B816 :1008D0009DD004C08CFF99D00EC08CFF96D006C06E :1008E0008CFF93D0E9CF4DF0EACF4EF007EE52F0F7 :1008F0001050E9261150EA22EFCF8CFF104A112A3E :100900001050135C7EE11150145C7BE1500EC96EF7 :10091000046E72D0E9CF4DF0EACF4EF00BEE00F04E :1009200019C0E9FF192AEFCF8CFF6BD017C08CFFDD :100930006CD007C08CFF69D016C08CFF66D009C090 :100940008CFF63D008C08CFF60D00AC08CFF5DD0E4 :100950000BC08CFF5AD01244E838206E0C44E84497 :10096000E8440D1020108C6E50D050D08350066E8D :10097000E8B64CD0056606D0510EC96E046E100E56 :10098000076E4AD0500EC96E046E46D00F50030A4F :100990003DE1E9CF4DF0EACF4EF007EE52F01050B6 :1009A000E9261150EA2283CFEFFF4DC0E9FF4EC088 :1009B000EAFF104A112A1050135C28E11150145C10 :1009C00025E1820EC96E046E030E016E008424D0F0 :1009D000E9CF4DF0EACF4EF00BEE00F019C0E9FF81 :1009E00083CFEFFF4DC0E9FF4EC0EAFF192A175031 :1009F00019620CD0400E87D0C7A0FED78B800000B4 :100A00008B904DC0E9FF4EC0EAFF956A8A8681A2AD :100A1000FED795688A961100C7A0FED78B808A867C :100A200081A2FED79568C9508B908A961100020E5C :100A30001A6203D01BC08CFF08D01AC0A9FFAA6A93 :100A4000A69EA69CA680A8CF8CFF1A2ADED783CFAD :100A500008F0DCD783CF09F0D9D783CF0AF0D6D7F7 :100A60008350030B0B6ED2D7500EC96E046E136AFF :100A7000146A8340E838030B126E02E1142A0CD08A :100A8000010A03E1020E146E07D0030A03E1040E0B :100A9000146E02D0800E136E8344E838030B0C6E84 :100AA0008350070B0D6EB8D7186A8350176EAEE1EE :100AB000182AACD7500EC96E046E0A6A0B6AACD7FE :100AC000820EC96E046E020E016E0084A5D783509B :100AD000040B04E1580EC96E046E9ED7510EC96E08 :100AE000046E040E076E98D7820EC96E046E010E56 :100AF000016E008491D7500EC96E046E8DD783CFDE :100B000015F0196A800E1510016E820EC96E046E02 :0E0B1000008482D783CF1BF01A6A78D777D77C :020B1E000100D4 :0C0B2000F4E20000050F000001000000DE :040B2C00D9CFE6FF38 :100B3000DACFE6FFE1CFD9FFE2CFDAFFE652E652A5 :100B4000E652E652FC0EDBCFDEFFDBCFDDFFFA0E16 :100B5000DBCF41F0FB0EDBCF42F0020E41C0DBFFEA :100B6000030E42C0DBFFF80EDBCF21F0F90EDBCF26 :100B700022F0020E215C000E22582BE3020EDBCF86 :100B8000E9FF030EDBCFEAFFEECF21F0EFCF22F03B :100B9000DECFE9FFDDCFEAFF21C0EEFF22C0EDFF8F :100BA000020EDE26000EDD22D950020FE96E000E85 :100BB000DA20EA6E020EEE26000EED22D950F80F72 :100BC000E96EFF0EDA20EA6E020EEE5E000EED5ABE :100BD000CAD7F80EDBCF21F0DB06F90EDBCF22F00F :100BE00001E2DB062150221017E0020EDBCFE9FF05 :100BF000DB2A030EDBCFEAFF01E3DB2AEF50E66ED0 :100C0000DFCFE9FFDF2A010EDBCFEAFF01E3DB2ABA :100C1000E552E750EF6EDDD7040EE15C02E2E16AD7 :100C2000E552E16EE552E5CFDAFFE7CFD9FF1200DA :100C3000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF87 :100C4000E652E652FC0EDBCFDEFFDBCFDDFFF80E17 :100C5000DBCF21F0DB06F90EDBCF22F001E2DB0671 :100C6000215022100CE0DFCFE9FFDF2A010EDBCF9D :100C7000EAFF01E3DB2AFA0EDBCFEFFFE8D7E5520C :100C8000E552E552E5CFDAFFE7CFD9FF1200D9CF21 :100C9000E6FFDACFE6FFE1CFD9FFE2CFDAFF060EBB :100CA000E12402E3E168E652E16EFC0EDBCFDEFFF9 :100CB000DBCFDDFFFA0EDBCF41F0FB0EDBCF42F0E6 :100CC000020E41C0DBFF030E42C0DBFF040EDB6AF5 :100CD000050EDB6AF80EDBCF21F0DB06F90EDBCF69 :100CE00022F001E2DB062150221020E0DFCFE9FFF5 :100CF000DF2A010EDBCFEAFF01E3DB2AEFCF25F08D :100D0000020EDBCFE9FFDB2A030EDBCFEAFF01E3B4 :100D1000DB2AEF50255C236E246A040E23C0DBFF20 :100D2000050E24C0DBFF23502410D4E0040EDBCFDB :100D300021F0050EDBCF22F021C0F3FF22C0F4FF2B :100D4000060EE15C02E2E16AE552E16EE552E5CFB2 :100D5000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFFF :100D6000E1CFD9FFE2CFDAFFFC0EDBCFF6FFFD0EBD :100D7000DBCFF7FF0800F5501AE0FC0EDBCFF6FFE3 :100D8000FD0EDBCFF7FF0800F5CF21F0226A21BE70 :100D90002268FA0EDB50211803E1FB0EDB5022180B :100DA00006E0FC0EDB2AFD0EDFE3DB2ADDD7FC0EBE :100DB000DBCFF6FFFD0EDBCFF7FF0800F5CF21F00C :100DC000226A21BE226821C0F3FF22C0F4FFE5524F :100DD000E5CFDAFFE7CFD9FF1200D9CFE6FFDACFB0 :100DE000E6FFE1CFD9FFE2CFDAFF060EE12402E30E :100DF000E168E652E16EFC0EDBCFE9FFFD0EDBCFD2 :100E0000EAFF040EE926000EEA22EF5001E11ED1AE :100E1000FC0EDBCFE9FFFD0EDBCFEAFF2E0EE9264D :100E2000000EEA22EECFDFFF010EEECFDBFF020E57 :100E3000EECFDBFF030EEECFDBFF010EE66ED9CF68 :100E4000E9FFDACFEAFFEECFE6FFEECFE6FFEECF27 :100E5000E6FFEFCFE6FFFC0EDBCFE9FFFD0EDBCFB9 :100E6000EAFF320EE926000EEA22E9CF21F0EACFAE :100E700022F0E9CFE6FFEACFE6FFFC0EDBCFE9FF89 :100E8000FD0EDBCFEAFFEE52EF50E66EF2EC5EF0C5 :100E9000236E080EE15C02E2E16AE552E16E235046 :100EA000000902E0010ED3D0FC0EDBCFE9FFFD0EFE :100EB000DBCFEAFF040EE926000EEA22EF6AFC0E01 :100EC000DBCFE9FFFD0EDBCFEAFF220EE926000EA5 :100ED000EA22EECF21F0EECF22F0EECF23F0EFCFDB :100EE00024F0D9CFE9FFDACFEAFF2150EE5C22509F :100EF000EE582350EE582450EE5801E2A7D0FC0ED5 :100F0000DBCFE9FFFD0EDBCFEAFF1A0EE926000E6C :100F1000EA22EECF25F0EECF26F0EECF27F0EFCF8E :100F200028F0FC0EDBCFE9FFFD0EDBCFEAFF220E3F :100F3000E926000EEA22EE502526EE502622EE503B :100F40002722EE502822D9CFE9FFDACFEAFF255039 :100F5000EE5C2650EE582750EE582850EE5876E2B8 :100F6000FC0EDBCFE9FFFD0EDBCFEAFF030EE92627 :100F7000000EEA22EF50E66ED950040FE96E000E23 :100F8000DA20EA6EE552E750EE6EED6A040EDBCF32 :100F900021F0050EDBCF22F0020E215C000E22585C :100FA00055E3FC0EDBCFE9FFFD0EDBCFEAFF1A0EA7 :100FB000E926000EEA22EECF21F0EECF22F0EECFAE :100FC00023F0EFCF24F02150DE262250DE222350E2 :100FD000DE222450DD22DD52DD52010EE66ED9CF35 :100FE000E9FFDACFEAFFEECFE6FFEECFE6FFEECF86 :100FF000E6FFEFCFE6FFFC0EDBCFE9FFFD0EDBCF18 :10100000EAFF320EE926000EEA22E9CF21F0EACF0C :1010100022F0E9CFE6FFEACFE6FFFC0EDBCFE9FFE7 :10102000FD0EDBCFEAFFEE52EF50E66EF2EC5EF023 :10103000236E080EE15C02E2E16AE552E16E2350A4 :10104000040EDB06050EA2E2DB06A0D7000E216E21 :10105000060EE15C02E2E16AE552E16E2150E552E2 :10106000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF1D :10107000E6FFE1CFD9FFE2CFDAFFF80EDBCF21F0B8 :10108000F90EDBCF22F0FA0EDBCF23F0FB0EDBCF25 :1010900024F0FC0EDBCFE9FFFD0EDBCFEAFF2E0EC6 :1010A000E926000EEA222150EE1808E12250EE183F :1010B00005E12350EE1802E12450EE185AE0FC0E30 :1010C000DBCFE6FFFD0EDBCFE6FF87DEE552E55224 :1010D000000937E1010EE66ED950F80FE96EFF0EF8 :1010E000DA20EA6EEECFE6FFEECFE6FFEECFE6FFC8 :1010F000EFCFE6FFFC0EDBCFE9FFFD0EDBCFEAFF13 :10110000320EE926000EEA22E9CF21F0EACF22F0E2 :10111000E9CFE6FFEACFE6FFFC0EDBCFE9FFFD0EED :10112000DBCFEAFFEE52EF50E66E82EC5EF0236E0C :10113000080EE15C02E2E16AE552E16E235000092B :1011400002E0010E17D0FC0EDBCFE9FFFD0EDBCF76 :10115000EAFF2E0EE926000EEA22F80EDBCFEEFFA4 :10116000F90EDBCFEEFFFA0EDBCFEEFFFB0EDBCF8F :10117000EEFF000EE552E5CFDAFFE7CFD9FF120010 :10118000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF32 :10119000E652FC0EDBCFE6FFFD0EDBCFE6FF1DDEE9 :1011A000E552E552DF6EDF5001E028D1FC0EDBCFC7 :1011B000E9FFFD0EDBCFEAFFEF50030801E007D1A6 :1011C000FC0EDBCFE9FFFD0EDBCFEAFF050EE926C3 :1011D000000EEA22EF5001E1FAD0FC0EDBCFE9FF6E :1011E000FD0EDBCFEAFF2E0EE926000EEA22EE6AA4 :1011F000EE6AEE6AEE6AE66A020EE66E000EE66ED1 :10120000E66AFC0EDBCFE9FFFD0EDBCFEAFF320E14 :10121000E926000EEA22E9CF21F0EACF22F0E9CF59 :10122000E6FFEACFE6FF04DD236E060EE15C02E294 :10123000E16AE552E16E2350FC0EDBCFE9FFFD0EC3 :10124000DBCFEAFF320EE926000EEA22FE0EE92687 :10125000010EEA22550EEE6EAA0EED6EFC0EDBCFED :10126000E9FFFD0EDBCFEAFF320EE926000EEA228F :10127000520EEE6EEE6E610EEE6E410EEE6EFC0ED6 :10128000DBCFE9FFFD0EDBCFEAFF320EE926000ED1 :10129000EA22E40EE926010EEA22720EEE6EEE6EEE :1012A000410EEE6E610EEE6EFC0EDBCFE9FFFD0E21 :1012B000DBCFEAFF0E0EE926000EEA22EECF21F088 :1012C000EECF22F0EECF23F0EFCF24F0FC0EDBCFF9 :1012D000E9FFFD0EDBCFEAFF320EE926000EEA221F :1012E000E80EE926010EEA2221C0EEFF22C0EEFF41 :1012F00023C0EEFF24C0EEFFFC0EDBCFE9FFFD0EA6 :10130000DBCFEAFF0A0EE926000EEA22EECF21F03B :10131000EECF22F0EECF23F0EFCF24F0FC0EDBCFA8 :10132000E9FFFD0EDBCFEAFF320EE926000EEA22CE :10133000EC0EE926010EEA2221C0EEFF22C0EEFFEC :1013400023C0EEFF24C0EEFFE66EFC0EDBCFE9FF0C :10135000FD0EDBCFEAFF120EE926000EEA22EECFE9 :10136000E6FFEECFE6FFEECFE6FFEFCFE6FFFC0EA7 :10137000DBCFE9FFFD0EDBCFEAFF320EE926000EE0 :10138000EA22E9CF21F0EACF22F0E9CFE6FFEACF67 :10139000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEE52EE :1013A000EF50E66EF2EC5EF0236E080EE15C02E2B6 :1013B000E16AE552E16E2350FC0EDBCFE9FFFD0E42 :1013C000DBCFEAFF050EE926000EEA22EF6A000EE7 :1013D000E66EE66AE66AFC0EDBCFE9FFFD0EDBCFC8 :1013E000EAFFEE52EF50E66E64EC5FF0E552E55234 :1013F000E552E552000902E0010EDF6EDF50E552D2 :10140000E552E5CFDAFFE7CFD9FF1200D9CFE6FFEB :10141000DACFE6FFE1CFD9FFE2CFDAFFE150F80FF4 :10142000E96EFF0EE220EA6E020EEE5E000EEE5A4C :10143000EE5AEE5AFC0EDBCFE9FFFD0EDBCFEAFFE2 :10144000160EE926000EEA22EECF21F0EECF22F0B2 :10145000EECF23F0EFCF24F0020E215E000E225AD1 :10146000235A245AD950F80FE96EFF0EDA20EA6E9B :101470002150EE5C2250EE582350EE582450EE5886 :1014800005E33F6A406A416A426A4AD0FC0EDBCFFC :10149000E9FFFD0EDBCFEAFF2A0EE926000EEA2265 :1014A000EECF29F0EECF2AF0EECF2BF0EFCF2CF0DD :1014B000FC0EDBCFE9FFFD0EDBCFEAFF020EE926D3 :1014C000000EEA22EFCF25F0266A276A286A25C097 :1014D0003FF026C040F027C041F028C042F0F80E8F :1014E000DBCF44F0F90EDBCF45F0FA0EDBCF46F050 :1014F000FB0EDBCF47F05BEC70F03B502924216EF4 :101500003C502A20226E3D502B20236E3E502C2032 :10151000246E21C03FF022C040F023C041F0426E53 :10152000E552E5CFDAFFE7CFD9FF1200D9CFE6FFCA :10153000DACFE6FFE1CFD9FFE2CFDAFF060EE124F2 :1015400002E3E168E652E16ED950F80FE96EFF0E52 :10155000DA20EA6E020EEE5C000EEE58000EEE5837 :10156000000EEE581FE3F80EDBCF21F0F90EDBCFB3 :1015700022F0FA0EDBCF23F0FB0EDBCF24F0FC0EC3 :10158000DBCFE9FFFD0EDBCFEAFF160EE926000EEA :10159000EA22EE50215CEE502258EE502358EE50D5 :1015A000245806E3010E3F6E406A416A426A29D21E :1015B000FC0EDBCFE9FFFD0EDBCFEAFFEF50030AA5 :1015C00001E18AD1010A01E108D1030A01E015D243 :1015D000F80EDBCF41F0F90EDBCF42F0020E41C036 :1015E000DBFF030E42C0DBFF020EDBCF21F0030E58 :1015F000DBCF22F0010E0F0B05E0D8902232213212 :10160000E806FBE1D950020FE96E000EDA20EA6E1F :101610002150EE262250ED22020EDBCF21F0030EE8 :10162000DBCF22F0090E0F0B05E0D89022322132D9 :10163000E806FBE1236A246AFC0EDBCFE9FFFD0E1E :10164000DBCFEAFF220EE926000EEA22EE50212629 :10165000EE502222EE502322EE50242221C0E6FF3B :1016600022C0E6FF23C0E6FF24C0E6FFFC0EDBCF6E :10167000E6FFFD0EDBCFE6FFF8DC256E060EE15C33 :1016800002E2E16AE552E16E2550000901E0B5D1C0 :10169000FC0EDBCFE9FFFD0EDBCFEAFF320EE926C1 :1016A000000EEA22020EDBCF23F0030EDBCF24F084 :1016B0000001010E2416E9502324E96EEA5024208B :1016C000EA6EEF50DE6EDD6A020EDB2A030E01E3E6 :1016D000DB2A020EDBCF21F0030EDBCF22F0090E56 :1016E0000F0B05E0D89022322132E806FBE1236A95 :1016F000246AFC0EDBCFE9FFFD0EDBCFEAFF220EF2 :10170000E926000EEA22EE502126EE502222EE506B :101710002322EE50242221C0E6FF22C0E6FF23C090 :10172000E6FF24C0E6FFFC0EDBCFE6FFFD0EDBCFBD :10173000E6FF9BDC256E060EE15C02E2E16AE55203 :10174000E16E2550000901E058D1FC0EDBCFE9FF26 :10175000FD0EDBCFEAFF320EE926000EEA22020E72 :10176000DBCF23F0030EDBCF24F0010E2416E9506B :101770002324E96EEA502420EA6EEF50000EF35065 :10178000DF12010E256E266A276A286AD950F80FE3 :10179000E96EFF0EDA20EA6EEE502516EE502616A0 :1017A000EE502716EE502816255026102710281028 :1017B0000BE0DECF21F0DDCF22F0040ED8902232F4 :1017C0002132E804FBE185D0DECF21F0DDCF22F02D :1017D000FF0E21160F0E22167CD0F80EDBCF21F063 :1017E000F90EDBCF22F0FA0EDBCF23F0FB0EDBCFBE :1017F00024F0080ED8902432233222322132E80617 :10180000F9E1FC0EDBCFE9FFFD0EDBCFEAFF220E94 :10181000E926000EEA22EE502126EE502222EE505A :101820002322EE50242221C0E6FF22C0E6FF23C07F :10183000E6FF24C0E6FFFC0EDBCFE6FFFD0EDBCFAC :10184000E6FF13DC256E060EE15C02E2E16AE5527A :10185000E16E2550000901E0D0D0FC0EDBCFE9FF9E :10186000FD0EDBCFEAFF320EE926000EEA22E9CFB9 :1018700023F0EACF24F0F80EDBCF3FF0F90EDBCFF8 :1018800040F0FA0EDBCF41F0FB0EDBCF42F0D890F8 :101890003F36403641364236446A020E456E466A4D :1018A000476AB8EC70F023503B24216E24503C2052 :1018B000226E040E21C0DBFF050E22C0DBFF040EEA :1018C000DBCFE9FF050EDBCFEAFFEECF21F0EFCF54 :1018D00022F0236A246A88D0F80EDBCF21F0F90EBB :1018E000DBCF22F0FA0EDBCF23F0FB0EDBCF24F0B0 :1018F000070ED8902432233222322132E806F9E151 :10190000FC0EDBCFE9FFFD0EDBCFEAFF220EE9265E :10191000000EEA22EE502126EE502222EE50232223 :10192000EE50242221C0E6FF22C0E6FF23C0E6FFDE :1019300024C0E6FFFC0EDBCFE6FFFD0EDBCFE6FFAB :1019400035EC08F0256E060EE15C02E2E16AE55234 :10195000E16E2550000951E1FC0EDBCFE9FFFD0EE1 :10196000DBCFEAFF320EE926000EEA22E9CF23F0B0 :10197000EACF24F0F80EDBCF3FF0F90EDBCF40F0DA :10198000FA0EDBCF41F0FB0EDBCF42F0020ED89017 :101990003F36403641364236E806F9E1446A020EE7 :1019A000456E466A476AB8EC70F023503B24216EBE :1019B00024503C20226E040E21C0DBFF050E22C005 :1019C000DBFF2168226823680F0E246E040EDBCF34 :1019D000E9FF050EDBCFEAFFEE502116EE5022168E :1019E000EE502316EE50241621C03FF022C040F0E6 :1019F00023C041F024C042F004D03F6840684168F1 :101A00004268060EE15C02E2E16AE552E16EE552EF :101A1000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF63 :101A2000E6FFE1CFD9FFE2CFDAFFE652E652E65217 :101A3000E652E652D950F80FE96EFF0EDA20EA6E50 :101A4000020EEE5C000EEE58000EEE58000EEE5840 :101A50001FE3F80EDBCF21F0F90EDBCF22F0FA0EF8 :101A6000DBCF23F0FB0EDBCF24F0FC0EDBCFE9FF56 :101A7000FD0EDBCFEAFF160EE926000EEA22EE503D :101A8000215CEE502258EE502358EE50245806E3C5 :101A9000020EF36E040EF3CFDBFFBDD2FC0EDBCFE4 :101AA000E9FFFD0EDBCFEAFFEF50030A01E1F5D1BC :101AB000010A01E16ED1030A01E09CD2F80EDBCFEE :101AC000DEFFDBCFDDFFDECF21F0DDCF22F0010E28 :101AD0000F0B05E0D89022322132E806FBE1D9CF86 :101AE000E9FFDACFEAFF2150EE262250ED22DECFC9 :101AF00021F0DDCF22F0090E0F0B05E0D890223245 :101B00002132E806FBE1236A246AFC0EDBCFE9FF01 :101B1000FD0EDBCFEAFF220EE926000EEA22EE5090 :101B20002126EE502222EE502322EE50242221C004 :101B3000E6FF22C0E6FF23C0E6FF24C0E6FFFC0E5E :101B4000DBCFE6FFFD0EDBCFE6FF35EC08F0256EC0 :101B5000060EE15C02E2E16AE552E16E2550E76EB5 :101B6000040EE7CFDBFFDB5001E049D2FC0EDBCFF8 :101B7000E9FFFD0EDBCFEAFF320EE926000EEA2276 :101B8000DECF25F0DDCF26F00001010E2616E9504C :101B90002524216EEA502620226E020E21C0DBFF92 :101BA000030E22C0DBFF010E216E226A236A246A23 :101BB000D950F80FE96EFF0EDA20EA6EEE502116CA :101BC000EE502216EE502316EE502416215022100D :101BD000231024100EE0F40EDB38F00B256E020EFD :101BE000DBCFE9FF030EDBCFEAFFEF500F0B251031 :101BF00002D0F40EDB50E66E020EDBCFE9FF030EDF :101C0000DBCFEAFFE552E750EF6EDF2A010E01E37A :101C1000DB2AFC0EDBCFE9FFFD0EDBCFEAFF040E73 :101C2000E926000EEA22010EEF6EDECF21F0DDCFB5 :101C300022F0090E0F0B05E0D89022322132E8067F :101C4000FBE1236A246AFC0EDBCFE9FFFD0EDBCF4C :101C5000EAFF220EE926000EEA22EE502126EE507F :101C60002222EE502322EE50242221C0E6FF22C081 :101C7000E6FF23C0E6FF24C0E6FFFC0EDBCFE6FF55 :101C8000FD0EDBCFE6FF35EC08F0256E060EE15CBD :101C900002E2E16AE552E16E2550E76E040EE7CFFD :101CA000DBFFDB5001E0ABD1FC0EDBCFE9FFFD0E2B :101CB000DBCFEAFF320EE926000EEA22DECF25F066 :101CC000DDCF26F0010E2616E9502524216EEA50BC :101CD0002620226E020E21C0DBFF030E22C0DBFF96 :101CE000010E216E226A236A246AD950F80FE96E28 :101CF000FF0EDA20EA6EEE502116EE502216EE505C :101D00002316EE502416215022102310241016E022 :101D1000F40EDBCF25F0F50EDBCF26F0F60EDBCF91 :101D200027F0F70EDBCF28F0040ED89028322732A8 :101D300026322532E806F9E1255020D0F40EDBCF1B :101D40002AF0F50EDBCF2BF0F60EDBCF2CF0F70EE2 :101D5000DBCF2DF0080ED8902D322C322B322A32C8 :101D6000E806F9E10F0E2A14296E020EDBCFE9FF17 :101D7000030EDBCFEAFFEF50F00B2910E66E020EE8 :101D8000DBCFE9FF030EDBCFEAFFE552E750EF6E52 :101D900036D1F80EDBCF21F0F90EDBCF22F0FA0EB0 :101DA000DBCF23F0FB0EDBCF24F0080ED8902432DB :101DB000233222322132E806F9E1FC0EDBCFE9FFC3 :101DC000FD0EDBCFEAFF220EE926000EEA22EE50DE :101DD0002126EE502222EE502322EE50242221C052 :101DE000E6FF22C0E6FF23C0E6FF24C0E6FFFC0EAC :101DF000DBCFE6FFFD0EDBCFE6FF35EC08F0256E0E :101E0000060EE15C02E2E16AE552E16E2550E76E02 :101E1000040EE7CFDBFFDB5001E0F1D0FC0EDBCF9F :101E2000E9FFFD0EDBCFEAFF320EE926000EEA22C3 :101E3000E9CF23F0EACF24F0F80EDBCF3FF0F90E24 :101E4000DBCF40F0FA0EDBCF41F0FB0EDBCF42F0F0 :101E5000D8903F36403641364236446A020E456ECF :101E6000466A476AB8EC70F023503B24216E245038 :101E70003C20226E020E21C0DBFF030E22C0DBFFDE :101E8000020EDBCFE9FF030EDBCFEAFFF40EDBCF60 :101E9000EEFFF50EDBCFEDFFB2D0F80EDBCF21F079 :101EA000F90EDBCF22F0FA0EDBCF23F0FB0EDBCFF7 :101EB00024F0070ED8902432233222322132E80651 :101EC000F9E1FC0EDBCFE9FFFD0EDBCFEAFF220ECE :101ED000E926000EEA22EE502126EE502222EE5094 :101EE0002322EE50242221C0E6FF22C0E6FF23C0B9 :101EF000E6FF24C0E6FFFC0EDBCFE6FFFD0EDBCFE6 :101F0000E6FF35EC08F0256E060EE15C02E2E16AC0 :101F1000E552E16E2550E76E040EE7CFDBFFDB50A4 :101F20006EE1FC0EDBCFE9FFFD0EDBCFEAFF320EE8 :101F3000E926000EEA22E9CF23F0EACF24F0F80EDA :101F4000DBCF3FF0F90EDBCF40F0FA0EDBCF41F0F4 :101F5000FB0EDBCF42F0020ED8903F3640364136C2 :101F60004236E806F9E1446A020E456E466A476A5F :101F7000B8EC70F023503B24216E24503C20226E9C :101F8000020E21C0DBFF030E22C0DBFF216A226AA2 :101F9000236AF00E246E020EDBCFE9FF030EDBCFC7 :101FA000EAFFEE502116EE502216EE502316EE50A8 :101FB0002416D950F40FE96EFF0EDA20EA6E215094 :101FC000EE122250EE122350EE122450EE12020EA8 :101FD000DBCFE9FF030EDBCFEAFFF40EDBCFEEFF32 :101FE000F50EDBCFEEFFF60EDBCFEEFFF70EDBCF0D :101FF000EEFF05D0020EF36E040EF3CFDBFFFC0EF6 :10200000DBCFE9FFFD0EDBCFEAFF040EE926000E71 :10201000EA22010EEF6E040EDB50216E050EE15C2C :1020200002E2E16AE552E16E2150E552E5CFDAFFC6 :10203000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF35 :10204000D9FFE2CFDAFFE652E652E652E652E65216 :10205000D950F80FE96EFF0EDA20EA6E020EEE5C40 :10206000000EEE58000EEE58000EEE5801E28BD036 :10207000F80EDBCF21F0F90EDBCF22F0FA0EDBCF2A :1020800023F0FB0EDBCF24F0FC0EDBCFE9FFFD0ECF :10209000DBCFEAFF160EE926000EEA22EE50215CA5 :1020A000EE502258EE502358EE5024586CE2DF6A6E :1020B000F80EDBCF21F0F90EDBCF22F0FA0EDBCFEA :1020C00023F0FB0EDBCF24F0FC0EDBCFE9FFFD0E8F :1020D000DBCFEAFF160EE926000EEA22EE50215C65 :1020E000EE502258EE502358EE50245801E3C9D048 :1020F000D950F80FE96EFF0EDA20EA6EEECFE6FF58 :10210000EECFE6FFEECFE6FFEFCFE6FFFC0EDBCF34 :10211000E6FFFD0EDBCFE6FF96EC0AF0216E060E21 :10212000E15C02E2E16AE552E16E2150010E3FC03E :10213000DBFF020E40C0DBFF030E41C0DBFF040EDD :1021400042C0DBFF010EDBCF21F0020EDBCF22F01D :10215000030EDBCF23F0040EDBCF24F0215022103E :102160002310241001E18DD0D950010FE96E000E2B :10217000DA20EA6E010EEE1808E1EE5006E1EE50AC :1021800004E1EE5002E1020E13D0D950010FE96EC6 :10219000000EDA20EA6EE868EE180CE1E868EE1846 :1021A00009E1E868EE1806E1E868EE1803E1010EBF :1021B000DF6E67D0E66AE66AE66AE66AD950F80F2B :1021C000E96EFF0EDA20EA6EEECFE6FFEECFE6FF15 :1021D000EECFE6FFEFCFE6FFFC0EDBCFE6FFFD0E16 :1021E000DBCFE6FF1ADC216E0A0EE15C02E2E16A57 :1021F000E552E16E2150DF6EDF5043E1FC0EDBCF94 :10220000E9FFFD0EDBCFEAFF0E0EE926000EEA2203 :10221000E868EE1808E1E868EE1805E1E868EE18ED :1022200002E1E868EE181AE0FC0EDBCFE9FFFD0ED4 :10223000DBCFEAFF0E0EE926000EEA22EE2AEE229E :10224000EE22EE22FC0EDBCFE9FFFD0EDBCFEAFF34 :10225000050EE926000EEA22010EEF6ED950010F9D :10226000E96E000EDA20EA6EF80EEECFDBFFF90E13 :10227000EECFDBFFFA0EEECFDBFFFB0EEECFDBFF88 :1022800017D7DF50216E050EE15C02E2E16AE552EC :10229000E16E2150E552E5CFDAFFE7CFD9FF12001A :1022A000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF01 :1022B0000D0EE12402E3E168E652E16EF80EDBCF99 :1022C00021F0F90EDBCF22F0FA0EDBCF23F0FB0E6C :1022D000DBCF24F0215022102310241053E1FC0EF8 :1022E000DBCFE9FFFD0EDBCFEAFF0A0EE926000E89 :1022F000EA22080EEECFDBFF090EEECFDBFF0A0E5F :10230000EECFDBFF0B0EEECFDBFF080EDBCF21F0B5 :10231000090EDBCF22F00A0EDBCF23F00B0EDBCF52 :1023200024F0215022102310241020E0080EDBCFCF :1023300025F0090EDBCF26F00A0EDBCF27F00B0EBF :10234000DBCF28F0FC0EDBCFE9FFFD0EDBCFEAFF91 :10235000160EE926000EEA22EE50255CEE502658B5 :10236000EE502758EE50285801E276D0010EF36E59 :10237000080EF3CFDBFF090EDB6A0A0EDB6A0B0ED9 :10238000DB6A6AD0D950F80FE96EFF0EDA20EA6EE8 :10239000EECFE6FFEECFE6FFEECFE6FFEFCFE6FFB4 :1023A000FC0EDBCFE6FFFD0EDBCFE6FF96EC0AF07E :1023B000216E060EE15C02E2E16AE552E16E215017 :1023C0003FC0DEFF40C0DEFF41C0DEFF42C0DDFF98 :1023D000DD52DD52D9CFE9FFDACFEAFF020EEE5C23 :1023E000000EEE58000EEE58000EEE5803E2010EFD :1023F0003F6E3CD1FC0EDBCFE9FFFD0EDBCFEAFFE9 :10240000160EE926000EEA22EECF21F0EECF22F0E2 :10241000EECF23F0EFCF24F0D9CFE9FFDACFEAFFF8 :102420002150EE5C2250EE582350EE582450EE58C6 :1024300001E2ECD0D950F80FE96EFF0EDA20EA6E17 :10244000080EEECFDBFF090EEECFDBFF0A0EEECF5C :10245000DBFF0B0EEECFDBFFD950080FE96E000E4D :10246000DA20EA6E040EEECFDBFF050EEECFDBFFC7 :10247000060EEECFDBFF070EEECFDBFFD950040FC9 :10248000E96E000EDA20EA6EEE2A000EEE22EE224F :10249000EE22040EDBCF21F0050EDBCF22F0060E7C :1024A000DBCF23F0070EDBCF24F0FC0EDBCFE9FF00 :1024B000FD0EDBCFEAFF160EE926000EEA22EE50F3 :1024C000215CEE502258EE502358EE50245828E359 :1024D000020EF36E040EF3CFDBFF050EDB6A060E71 :1024E000DB6A070EDB6A080EDBCF21F0090EDBCFBB :1024F00022F00A0EDBCF23F00B0EDBCF24F0D950F5 :10250000040FE96E000EDA20EA6EEE50215CEE5008 :102510002258EE502358EE50245802E23F6AA6D0CB :10252000D950040FE96E000EDA20EA6EEECFE6FF16 :10253000EECFE6FFEECFE6FFEFCFE6FFFC0EDBCF00 :10254000E6FFFD0EDBCFE6FF96EC0AF0216E060EED :10255000E15C02E2E16AE552E16E21503FC0DEFF3C :1025600040C0DEFF41C0DEFF42C0DDFFDD52DD5274 :10257000D9CFE9FFDACFEAFFEECF21F0EECF22F09C :10258000EECF23F0EFCF24F021502210231024109F :1025900020E1E668E668E6680F0EE66ED950040FA3 :1025A000E96E000EDA20EA6EEECFE6FFEECFE6FF30 :1025B000EECFE6FFEFCFE6FFFC0EDBCFE6FFFD0E32 :1025C000DBCFE6FF0DEC0DF0216E0A0EE15C54E26C :1025D00051D0D9CFE9FFDACFEAFFE868EE1808E179 :1025E000E868EE1805E1E868EE1802E1E868EE1820 :1025F0000DE0D9CFE9FFDACFEAFF010EEE1811E1C5 :10260000EE500FE1EE500DE1EE500BE1DECF3FF06A :10261000DECF40F0DECF41F0DDCF42F0DD52DD52C3 :10262000EBD0040EDBCF21F0050EDBCF22F0060E3F :10263000DBCF23F0070EDBCF24F0D950080FE96E73 :10264000000EDA20EA6E2150EE1801E017D7225072 :10265000EE1801E013D72350EE1801E00FD72450F5 :10266000EE1801E00BD701E009D73F6A406A416AE2 :10267000426AC2D0E16AE552E16E2150E76E0C0E6B :10268000E7CFDBFFDB5041E1F80EDBCF21F0F90EA5 :10269000DBCF22F0FA0EDBCF23F0FB0EDBCF24F0F2 :1026A000215022102310241030E0D950040FE96E7D :1026B000000EDA20EA6EEECFE6FFEECFE6FFEECFB9 :1026C000E6FFEFCFE6FFD950F80FE96EFF0EDA20F4 :1026D000EA6EEECFE6FFEECFE6FFEECFE6FFEFCFFE :1026E000E6FFFC0EDBCFE6FFFD0EDBCFE6FF0DECD9 :1026F0000DF0216E0A0EE15C02E2E16AE552E16E44 :102700002150E76E0C0EE7CFDBFF0C0EDB5047E1EC :10271000FC0EDBCFE9FFFD0EDBCFEAFF0A0EE92658 :10272000000EEA22040EDBCFEEFF050EDBCFEEFF3C :10273000060EDBCFEEFF070EDBCFEEFFFC0EDBCF8E :10274000E9FFFD0EDBCFEAFF0E0EE926000EEA22BE :10275000E868EE1808E1E868EE1805E1E868EE18A8 :1027600002E1E868EE1834E0FC0EDBCFE9FFFD0E75 :10277000DBCFEAFF0E0EE926000EEA22EE06EE5A45 :10278000EE5AEE5AFC0EDBCFE9FFFD0EDBCFEAFF7F :10279000050EE926000EEA22010EEF6E19D00C0E8E :1027A000DB0405E1216822682368246805D0010E56 :1027B000216E226A236A246A040E21C0DBFF050E03 :1027C00022C0DBFF060E23C0DBFF070E24C0DBFFA9 :1027D000040EDBCF21F0050EDBCF22F0060EDBCF9F :1027E00023F0070EDBCF24F021C03FF022C040F0E1 :1027F00023C041F024C042F00D0EE15C02E2E16A28 :10280000E552E16EE552E5CFDAFFE7CFD9FF1200DE :10281000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF8B :102820000A0EE12402E3E168E652E16EFC0EDBCF22 :10283000E9FFFD0EDBCFEAFF200EE926000EEA22BB :10284000EECF21F0EFCF22F0040E2126000E22223F :10285000080E21C0DBFF090E22C0DBFFFC0EDBCF20 :10286000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96EA6 :10287000020EE926000EEA22EFCF21F0226A236A37 :10288000246AF80EDBCF3FF0F90EDBCF40F0FA0EF2 :10289000DBCF41F0FB0EDBCF42F0446A020E456E07 :1028A000466A476AB8EC70F021C044F022C045F097 :1028B00023C046F024C047F0B8EC70F03FC0DEFF04 :1028C00040C0DEFF41C0DEFF42C0DDFFDD52DD5211 :1028D000D950080FE96E000EDA20EA6EEECFF3FF52 :1028E000EDCFF4FF040EEE26000EEF22F3CFE9FF4A :1028F000F4CFEAFF040EEECFDBFF050EEECFDBFFD9 :10290000060EEECFDBFF070EEECFDBFF040EDBCFB4 :1029100021F0050EDBCF22F0060EDBCF23F0070EF1 :10292000DBCF24F0215022102310241005E13F6A50 :10293000406A416A426A56D0040EDBCF21F0050E90 :10294000DBCF22F0060EDBCF23F0070EDBCF24F027 :10295000D9CFE9FFDACFEAFF2150EE5C2250EE58E2 :102960002350EE582450EE581BE3D9CFE9FFDACFBD :10297000EAFF040EDB50EE5E050EDB50EE5A060E4B :10298000DB50EE5A070EDB50EE5AD950080FE96EB5 :10299000000EDA20EA6E040EEE26000EEF2298D723 :1029A000080EDBCFE9FF090EDBCFEAFFEECF21F007 :1029B000EECF22F0EECF23F0EFCF24F0D9CFE9FF16 :1029C000DACFEAFFEE502126EE502222EE502322EB :1029D000EE50242221C03FF022C040F023C041F03D :1029E00024C042F00A0EE15C02E2E16AE552E16EC7 :1029F000E552E5CFDAFFE7CFD9FF1200D9CFE6FFE6 :102A0000DACFE6FFE1CFD9FFE2CFDAFF060EE1240D :102A100002E3E168E652E16EFC0EDBCFE9FFFD0E5A :102A2000DBCFEAFF040EE926000EEA22FA0EDBCF26 :102A3000EEFFFB0EDBCFEDFFFC0EDBCFE9FFFD0E63 :102A4000DBCFEAFF060EE926000EEA22EECFDFFF1B :102A5000010EEECFDBFF020EEECFDBFF030EEECF5B :102A6000DBFFD9CFE9FFDACFEAFF010EEE1805E16F :102A7000EE5003E1EE5001E1EE5001E164D1FC0EB5 :102A8000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF31 :102A9000E96E160EE926000EEA22EECF21F0EECF07 :102AA00022F0EECF23F0EFCF24F0D9CFE9FFDACF39 :102AB000EAFF2150EE5C2250EE582350EE5824508D :102AC000EE5801E340D1D9CFE9FFDACFEAFFEECFEC :102AD00021F0EECF22F0EECF23F0EFCF24F0215003 :102AE00022102310241026E1FC0EDBCFE9FFFD0E9F :102AF000DBCFEAFFEE50EFCFEAFFE96EEF500308BD :102B000019E1FC0EDBCFE9FFFD0EDBCFEAFFEE5053 :102B1000EFCFEAFFE96E260EE926000EEA22EECF9D :102B2000DFFF010EEECFDBFF020EEECFDBFF030E69 :102B3000EECFDBFFD9CFE9FFDACFEAFFEECF21F00E :102B4000EECF22F0EECF23F0EFCF24F02150221071 :102B5000231024105AE1FC0EDBCFE9FFFD0EDBCF82 :102B6000EAFF0A0EE926000EEA22DFCFEEFF010E91 :102B7000DBCFEEFF020EDBCFEEFF030EDBCFEEFF6F :102B8000FA0EDBCF21F0FB0EDBCF22F0FC0EDBCF09 :102B9000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96E73 :102BA000080EE926000EEA22EECF23F0EFCF24F044 :102BB0002350215C2450225801E3C5D0FA0EDBCF0C :102BC00021F0FB0EDBCF22F0040E0F0B05E0D890B6 :102BD00022322132E806FBE1236A246AFC0EDBCFB5 :102BE000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96E23 :102BF000260EE926000EEA22EE502126EE50222271 :102C0000EE502322EE50242216D1FC0EDBCFE9FF3A :102C1000FD0EDBCFEAFFEE50EFCFEAFFE96E020ECA :102C2000E926000EEA22EF50216E226A100E416E54 :102C3000426A21C046F022C047F0DCEC70F0040E7E :102C40003FC0DBFF050E40C0DBFFFA0EDBCF21F0FB :102C5000FB0EDBCF22F0040EDBCF23F0050EDBCF23 :102C600024F02350215C2450225801E27FD0D9CF98 :102C7000E9FFDACFEAFFEECFE6FFEECFE6FFEECFD9 :102C8000E6FFEFCFE6FFFC0EDBCFE9FFFD0EDBCF6B :102C9000EAFFEECFE6FFEFCFE6FF96EC0AF0216EFB :102CA000060EE15C02E2E16AE552E16E21503FC0AE :102CB000DEFF40C0DEFF41C0DEFF42C0DDFFDD526F :102CC000DD52D9CFE9FFDACFEAFFE868EE180BE171 :102CD000E868EE1808E1E868EE1805E1E868EE1823 :102CE00002E1010EEDD0D9CFE9FFDACFEAFF020E03 :102CF000EE5C000EEE58000EEE58000EEE5823E388 :102D0000FC0EDBCFE9FFFD0EDBCFEAFFEE50EFCF8D :102D1000EAFFE96E160EE926000EEA22EECF21F058 :102D2000EECF22F0EECF23F0EFCF24F0D9CFE9FFA2 :102D3000DACFEAFF2150EE5C2250EE582350EE58D5 :102D40002450EE5802E3020EBBD0040EDBCF21F07C :102D5000050EDBCF22F0D950FA0FE96EFF0EDA2014 :102D6000EA6E2150EE5E2250ED5A6FD7FC0EDBCF9B :102D7000E9FFFD0EDBCFEAFF0A0EE926000EEA228C :102D8000DFCFEEFF010EDBCFEEFF020EDBCFEEFF5B :102D9000030EDBCFEEFFFA0EDBCF26F0FB0EDBCF10 :102DA00027F0040E0F0B05E0D89027322632E806F4 :102DB000FBE1286A296A26C0E6FF27C0E6FF28C093 :102DC000E6FF29C0E6FFD9CFE9FFDACFEAFFEECF71 :102DD000E6FFEECFE6FFEECFE6FFEFCFE6FFFC0E1D :102DE000DBCFE9FFFD0EDBCFEAFFEECFE6FFEFCF53 :102DF000E6FF06EC0AF0256E060EE15C02E2E16AEF :102E0000E552E16E2550E552E7CF29F0E552E7CFD4 :102E100028F0E552E7CF27F0E552E7CF26F03F5004 :102E20002624216E40502720226E41502820236EF8 :102E300042502920246EFC0EDBCFE9FFFD0EDBCFD4 :102E4000EAFF0E0EE926000EEA2221C0EEFF22C0A4 :102E5000EEFF23C0EEFF24C0EEFFFC0EDBCFE9FF48 :102E6000FD0EDBCFEAFFEE50EFCFEAFFE96E320E48 :102E7000E926000EEA22E9CF23F0EACF24F0FA0E89 :102E8000DBCF25F0FB0E266A0F0E2516050ED89017 :102E900025362636E806FBE123502524216E2450F2 :102EA0002620226EFC0EDBCFE9FFFD0EDBCFEAFF12 :102EB000120EE926000EEA2221C0EEFF22C0EDFF2D :102EC000216E060EE15C02E2E16AE552E16E2150FC :102ED000E552E5CFDAFFE7CFD9FF1200D9CFE6FF01 :102EE000DACFE6FFE1CFD9FFE2CFDAFF070EE12428 :102EF00002E3E168E652E16EFA0EDBCF41F0FB0E31 :102F0000DBCF42F0FA0E41C0DBFFFB0E42C0DBFF1D :102F1000FC0EDBCFE9FFFD0EDBCFEAFF040EE92656 :102F2000000EEA22EECF21F0EFCF22F0010E212693 :102F3000000E2222040E21C0DBFF050E22C0DBFFA3 :102F4000D950040FE96E000EDA20EA6EEE50ED1053 :102F500001E109D1FC0EDBCFE9FFFD0EDBCFEAFF7B :102F60000E0EE926000EEA22EECF21F0EECF22F07F :102F7000EECF23F0EFCF24F02150221023102410A5 :102F800001E1F1D0040EDBCF21F0050E226A0F0E15 :102F900021162150221001E078D2FC0EDBCFE9FF90 :102FA000FD0EDBCFEAFF0E0EE926000EEA22EE2A26 :102FB000EE22EE22EE22FC0EDBCFE9FFFD0EDBCF90 :102FC000EAFF0A0EE926000EEA22EECF21F0EECF4C :102FD00022F0EECF23F0EFCF24F021502210231067 :102FE00024101FE1040EDBCF21F0050EDBCF22F011 :102FF000FC0EDBCFE9FFFD0EDBCFEAFFEE50EFCF9B :10300000EAFFE96E080EE926000EEA22EECF23F071 :10301000EFCF24F02350215C2450225801E235D216 :10302000A2D0040EDBCF23F0050EDBCF24F0040E7C :103030000F0B05E0D89024322332E806FBE1FC0EAA :10304000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF6B :10305000E96E020EE926000EEA22EF0400012314B5 :10306000216E226AE850221001E00FD2FC0EDBCF65 :10307000E9FFFD0EDBCFEAFF0A0EE926000EEA2289 :10308000EECFE6FFEECFE6FFEECFE6FFEFCFE6FFB7 :10309000FC0EDBCFE9FFFD0EDBCFEAFFEECFE6FF54 :1030A000EFCFE6FF96EC0AF0216E060EE15C02E23D :1030B000E16AE552E16E21503FC0DEFF40C0DEFF15 :1030C00041C0DEFF42C0DDFFDD52DD52D9CFE9FF56 :1030D000DACFEAFFD880010EEE54000EEE54000E57 :1030E000EE54000EEE5401E390D0D9CFE9FFDACFD1 :1030F000EAFFE868EE180AE1E868EE1807E1E86818 :10310000EE1804E1E868EE1801E13FD1FC0EDBCFD8 :10311000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96EED :10312000160EE926000EEA22EECF21F0EECF22F0B5 :10313000EECF23F0EFCF24F0D9CFE9FFDACFEAFFCB :103140002150EE5C2250EE582350EE582450EE5899 :1031500001E24ED1D950FA0FE96EFF0EDA20EA6E85 :10316000EE50ED1002E1040ED3D1FC0EDBCFE9FFEF :10317000FD0EDBCFEAFF0A0EE926000EEA22EECFB3 :10318000E6FFEECFE6FFEECFE6FFEFCFE6FFFC0E69 :10319000DBCFE9FFFD0EDBCFEAFFEECFE6FFEFCF9F :1031A000E6FF50EC11F0216E060EE15C02E2E16AEE :1031B000E552E16E21503FC0DEFF40C0DEFF41C05E :1031C000DEFF42C0DDFFDD52DD52D9CFE9FFDACFAD :1031D000EAFFEECF21F0EECF22F0EECF23F0EFCFDB :1031E00024F0215022102310241002E1070E90D168 :1031F000D9CFE9FFDACFEAFF010EEE1808E1EE5071 :1032000006E1EE5004E1EE5002E1020E81D1D9CF89 :10321000E9FFDACFEAFFE868EE180AE1E868EE189D :1032200007E1E868EE1804E1E868EE1801E1ADD0C6 :10323000FC0EDBCFE9FFFD0EDBCFEAFFEECFE6FFB2 :10324000EFCFE6FFEDEC06F0E552E552000901E0B4 :103250009CD0E66A020EE66E000EE66EE66AFC0E92 :10326000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF49 :10327000E96E320EE926000EEA22E9CF21F0EACF0C :1032800022F0E9CFE6FFEACFE6FF18EC06F0236E66 :10329000060EE15C02E2E16AE552E16E2350D9CF0D :1032A000E9FFDACFEAFFEECFE6FFEECFE6FFEECFA3 :1032B000E6FFEFCFE6FFFC0EDBCFE9FFFD0EDBCF35 :1032C000EAFFEECFE6FFEFCFE6FF06EC0AF0256E51 :1032D000060EE15C02E2E16AE552E16E25503FC074 :1032E00021F040C022F041C023F042C024F0FC0E87 :1032F000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFFB9 :10330000E96E2E0EE926000EEA223FC0EEFF22C033 :10331000EEFF23C0EEFF24C0EEFF060EDB6AFC0EBC :10332000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF88 :10333000E96E020EE926000EEA22EF50F36E060E49 :10334000DBCFF4FFF350F45C37E2FC0EDBCFE9FF98 :10335000FD0EDBCFEAFFEE50EFCFEAFFE96E040E81 :10336000E926000EEA22010EEF6EFC0EDBCFE9FF2C :10337000FD0EDBCFEAFFEECFE6FFEFCFE6FFEDEC91 :1033800006F0E552E552000902E0010EC1D0FC0E44 :10339000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF18 :1033A000E96E2E0EE926000EEA22EE2AEE22EE2229 :1033B000EE22060EDB2AB3D7060EDBCF21F0226AFF :1033C000236A246AFC0EDBCFE9FFFD0EDBCFEAFFA8 :1033D000EE50EFCFEAFFE96E2E0EE926000EEA224C :1033E0002150EE5E2250EE5A2350EE5A2450EE5AEF :1033F000FC0EDBCFE9FFFD0EDBCFEAFF0A0EE9266C :10340000000EEA22DFCFEEFF010EDBCFEEFF020E51 :10341000DBCFEEFF030EDBCFEEFFD9CFE9FFDACF34 :10342000EAFFEECFE6FFEECFE6FFEECFE6FFEFCF0F :10343000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEECFB0 :10344000E6FFEFCFE6FF06EC0AF0256E060EE15C24 :1034500002E2E16AE552E16E255040C022F041C02F :1034600023F042C024F0FC0EDBCFE9FFFD0EDBCFE2 :10347000EAFF0E0EE926000EEA223FC0EEFF22C050 :10348000EEFF23C0EEFF24C0EEFFFC0EDBCFE9FF12 :10349000FD0EDBCFEAFF040EE926000EEA22040E41 :1034A000DBCFEEFF050EDBCFEDFFFC0EDBCFE9FF40 :1034B000FD0EDBCFEAFFEE50EFCFEAFFE96E320EF2 :1034C000E926000EEA22E9CF23F0EACF24F0040E29 :1034D000DBCF25F0050E266A0F0E2516050ED890B7 :1034E00025362636E806FBE123502524216E24509C :1034F0002620226EFC0EDBCFE9FFFD0EDBCFEAFFBC :10350000120EE926000EEA2221C0EEFF22C0EDFFD6 :10351000216E070EE15C02E2E16AE552E16E2150A4 :10352000E552E5CFDAFFE7CFD9FF1200D9CFE6FFAA :10353000DACFE6FFE1CFD9FFE2CFDAFFE652E6527B :10354000E652000EE66EE66AFC0EDBCFE6FFFD0EED :10355000DBCFE6FFFEEC14F0E552E552E552E55212 :10356000DF6EDF5075E1010EDB6A020EDB6AFC0ED6 :10357000DBCFE9FFFD0EDBCFEAFF0E0EE926000EE2 :10358000EA22EECFE6FFEECFE6FFEECFE6FFEFCF8B :10359000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEECF4F :1035A000E6FFEFCFE6FF35EC08F0216E060EE15C9A :1035B00002E2E16AE552E16E2150DF6EDF5048E140 :1035C000FC0EDBCFE9FFFD0EDBCFEAFF120EE92692 :1035D000000EEA22EE50EFCFEAFFE96EEF50E50869 :1035E00010E0FC0EDBCFE9FFFD0EDBCFEAFF120E91 :1035F000E926000EEA22EE50EFCFEAFFE96EEF5027 :1036000012E1010EDB2ADBCF21F0020E01E3DB2AFF :10361000DBCF22F0FA0EDB50211809E1FB0EDB5064 :10362000221805E115D0010EDB6A020EDB6A010EDD :10363000E66EE66AFC0EDBCFE6FFFD0EDBCFE6FFB3 :103640004DDCE552E552E552E552DF6EDF508FE08A :10365000040EDF5C02E1070EDF6EDF50E552E5523B :10366000E552E552E5CFDAFFE7CFD9FF1200D9CF17 :10367000E6FFDACFE6FFE1CFD9FFE2CFDAFFE6528D :10368000E652E652E6521A0EE76EFA0EDBCFE9FF7B :10369000FB0EDBCFEAFFE750E926000EEA22EECF71 :1036A00021F0EFCF22F021C0DFFF010E22C0DBFFAF :1036B000020EDB6A030EDB6AFC0EDBCFE9FFFD0EB8 :1036C000DBCFEAFFEF50030826E1140EE76EFA0E97 :1036D000DBCFE9FFFB0EDBCFEAFFE750E926000E68 :1036E000EA22EECF21F0EFCF22F0236A246A100EF7 :1036F0001F0B07E0D8902136223623362436E80601 :10370000F9E12150DE122250DE122350DE12245045 :10371000DD12DD52DD52DECF3FF0DECF40F0DECFF6 :1037200041F0DDCF42F0DD52DD52040EE15C02E2F9 :10373000E16AE552E16EE552E5CFDAFFE7CFD9FF66 :103740001200D9CFE6FFDACFE6FFE1CFD9FFE2CF13 :10375000DAFF1A0EE76EFC0EDBCFE9FFFD0EDBCFC2 :10376000EAFFE750E926000EEA22F80EDBCFEEFF73 :10377000F90EDBCFEDFFF80EDBCF21F0F90EDBCF3A :1037800022F0FA0EDBCF23F0FB0EDBCF24F0100E7D :10379000D8902432233222322132E806F9E1140E85 :1037A000E76EFC0EDBCFE9FFFD0EDBCFEAFFE75053 :1037B000E926000EEA2221C0EEFF22C0EDFFE5520D :1037C000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF96 :1037D000E6FFE1CFD9FFE2CFDAFFE652E652E6524A :1037E000E652000EE66EE66AFC0EDBCFE6FFFD0E4B :1037F000DBCFE6FFFEEC14F0E552E552E552E55270 :10380000DF6EDF5002E0DF5092D0FC0EDBCFE9FF2D :10381000FD0EDBCFEAFF0E0EE926000EEA22EECF08 :10382000E6FFEECFE6FFEECFE6FFEFCFE6FFFC0EC2 :10383000DBCFE9FFFD0EDBCFEAFFEECFE6FFEFCFF8 :10384000E6FF35EC08F0216E060EE15C02E2E16A6B :10385000E552E16E2150DF6EDF5068E1FC0EDBCFF8 :10386000E9FFFD0EDBCFEAFF120EE926000EEA2289 :10387000020EEECFDBFF030EEDCFDBFF020EDBCF40 :10388000E9FF030EDBCFEAFF010EEFCFDBFFDB50DA :1038900003E1040EDF6E4AD00B0EE76E020EDBCFA3 :1038A000E9FF030EDBCFEAFFE750E926000EEA222C :1038B000EF50080B28E10B0EE66EE66AFC0EDBCF3C :1038C000E9FFFD0EDBCFEAFF140EE926000EEA2227 :1038D000EECFE6FFEFCFE6FF020EDBCFE6FF030EF3 :1038E000DBCFE6FF47EC06F0236E060EE15C02E25A :1038F000E16AE552E16E2350F3CF21F0F4CF22F0DC :10390000F350F41013E0000EE66EE66AFC0EDBCF17 :10391000E6FFFD0EDBCFE6FF6EEC17F0E552E55259 :10392000E552E552DF6EDF5001E16FD7DF50216EC7 :10393000040EE15C02E2E16AE552E16E2150E552DB :10394000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF14 :10395000E6FFE1CFD9FFE2CFDAFFE652E652E652C8 :10396000E652E652040EDF6EFC0EDBCFE9FFFD0EE1 :10397000DBCFEAFF0E0EE926000EEA22EECF21F0A1 :10398000EECF22F0EECF23F0EFCF24F02150221023 :103990002310241001E18BD0FC0EDBCFE9FFFD0EDC :1039A000DBCFEAFF0E0EE926000EEA22EECFE6FF9D :1039B000EECFE6FFEECFE6FFEFCFE6FFFC0EDBCF6C :1039C000E9FFFD0EDBCFEAFFEECFE6FFEFCFE6FF2C :1039D00035EC08F0216E060EE15C02E2E16AE55288 :1039E000E16E2150DF6EDF5062E1FC0EDBCFE9FFBC :1039F000FD0EDBCFEAFF120EE926000EEA22030ECF :103A0000EECFDBFF040EEDCFDBFF030EDBCFE9FFD4 :103A1000040EDBCFEAFF020EEFCFDBFFDB5003E14A :103A2000040EDF6E44D00B0EE76E030EDBCFE9FF12 :103A3000040EDBCFEAFFE750E926000EEA22EF5042 :103A40003F0BE76E010EE7CFDBFF020EDB50E50810 :103A50001BE0020EDB502E0817E0010EDB500F08B2 :103A600013E0010EDB50080802E0000E01D0010E49 :103A7000216E226A21BE2268FA0EDB50211804E171 :103A8000FB0EDB50221813E0000EE66EE66AFC0E19 :103A9000DBCFE6FFFD0EDBCFE6FF6EEC17F0E55265 :103AA000E552E552E552DF6EDF5001E15DD7DF50B0 :103AB0000EE0FC0EDBCFE9FFFD0EDBCFEAFF0E0EC2 :103AC000E926000EEA22EE6AEE6AEE6AEE6ADF503E :103AD000216E050EE15C02E2E16AE552E16E2150E1 :103AE000E552E5CFDAFFE7CFD9FF1200D9CFE6FFE5 :103AF000DACFE6FFE1CFD9FFE2CFDAFFE652010EDF :103B0000E66EE66AFC0EDBCFE6FFFD0EDBCFE6FFDE :103B10000DDDE552E552E552E552DF6EDF5001E082 :103B200080D0FC0EDBCFE9FFFD0EDBCFEAFF0E0EEF :103B3000E926000EEA22EECFE6FFEECFE6FFEECF5B :103B4000E6FFEFCFE6FFFC0EDBCFE9FFFD0EDBCF9C :103B5000EAFFEECFE6FFEFCFE6FF35EC08F0216E8F :103B6000060EE15C02E2E16AE552E16E2150DF6E91 :103B7000DF5057E1200EE66EE66A000EE66EE66A5A :103B8000FC0EDBCFE9FFFD0EDBCFEAFF120EE926CC :103B9000000EEA22EECFE6FFEFCFE6FF18EC06F0CC :103BA000216E060EE15C02E2E16AE552E16E21500F :103BB0000B0EE66EE66AFC0EDBCFE9FFFD0EDBCFF7 :103BC000EAFF140EE926000EEA22EECFE6FFEFCF61 :103BD000E6FFFC0EDBCFE9FFFD0EDBCFEAFF120EA6 :103BE000E926000EEA22EECFE6FFEFCFE6FF96ECE5 :103BF00005F0216E060EE15C02E2E16AE552E16E3B :103C00002150FC0EDBCFE9FFFD0EDBCFEAFFEE50CB :103C1000EFCFEAFFE96E040EE926000EEA22010E5C :103C2000EF6EDF50E552E552E5CFDAFFE7CFD9FF7F :103C30001200D9CFE6FFDACFE6FFE1CFD9FFE2CF1E :103C4000DAFF0D0EE12402E3E168E652E16EFA0EBE :103C5000DBCFE9FFFB0EDBCFEAFF0B0EEECFDBFF86 :103C60000C0EEDCFDBFF0B0EDBCFE9FF0C0EDBCF35 :103C7000EAFFEF502F0809E00B0EDBCFE9FF0C0E37 :103C8000DBCFEAFFEF505C0806E10B0EDB2A0C0EDF :103C9000EAE3DB2AE8D7FC0EDBCFE9FFFD0EDBCF42 :103CA000EAFF140EE926000EEA22030EEECFDBFF38 :103CB000040EEDCFDBFF0B0EE66EE66A200EE66E1D :103CC000E66A030EDBCFE6FF040EDBCFE6FF18EC5F :103CD00006F0216E060EE15C02E2E16AE552E16E59 :103CE0002150000EDF6EE66ED950090FE96E000E0E :103CF000DA20EA6EE552E750EE6EED6AE66ED950D4 :103D0000070FE96E000EDA20EA6EE552E750EE6E1C :103D1000ED6A080EF36E050EF3CFDBFF060EDB6ACD :103D2000070EDBCF21F0DB2A080EDBCF22F001E308 :103D3000DB2A0B0EDB502124E96E0C0EDB50222017 :103D4000EA6E010EEFCFDBFFDB50200801E39CD0D1 :103D5000010EDB502F0801E197D0010EDB505C080B :103D600001E192D0010EDB502E0811E0090EDBCFED :103D700021F00A0EDBCF22F0050EDBCF23F0060E7A :103D8000DBCF24F02350215C2450225825E3D95066 :103D9000050FE96E000EDA20EA6E080EEE1801E05B :103DA0009FD0ED5001E09CD0010EDB502E0801E0C9 :103DB00097D0080EF36E090EF3CFDBFF0A0EDB6A15 :103DC0000B0EF36E050EF3CFDBFF060EDB6A040E5F :103DD000DF02F3CFDFFFA4D7800EF36E010EDBCF3F :103DE000F4FFF350F45C04E3000EDF80DF8278D050 :103DF000010EDBCFE6FFE66A560EE66EE20EE66ED9 :103E0000ACEC06F0E552E552E552E552F350F41001 :103E100067E1410EF36E010EDBCFF4FFF350F45C6B :103E200006E3010EDB505A0802E3DF8218D0610E70 :103E3000F36E010EDBCFF4FFF350F45C10E3010EE0 :103E4000DB507A080CE3000EDF80200E216E010E9D :103E5000DBCFE7FF2150E75E010EE7CFDBFF090E66 :103E6000DBCF21F0DB2A0A0EDBCF22F001E3DB2AD5 :103E7000030EDB502124E96E040EDB502220EA6E93 :103E8000010EDBCFEFFF4CD7070EDBCF23F0080E80 :103E9000DBCF24F00B0EDB502324216E0C0EDB5005 :103EA0002420226EFA0EDBCFE9FFFB0EDBCFEAFF08 :103EB00021C0EEFF22C0EDFF010EDB50200802E31F :103EC000040E01D0000EE76E010EE7CFDBFFD950E4 :103ED000090FE96E000EDA20EA6EEE50ED1002E1F5 :103EE000060E3CD0030EDBCFE9FF040EDBCFEAFF6A :103EF000EF50E50808E1030EDBCFE9FF040EDBCF4E :103F0000EAFF050EEF6ED950050FE96E000EDA20BC :103F1000EA6E080EEE1806E1ED5004E1040EDF0231 :103F2000F3CFDFFF030EDF14010802E1010EDB888F :103F30000C0EDF14040802E1010EDB860B0EE76EA7 :103F4000030EDBCFE9FF040EDBCFEAFFE750E926E3 :103F5000000EEA22010EDBCFEFFF000E216E0D0EE8 :103F6000E15C02E2E16AE552E16E2150E552E5CF03 :103F7000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFAD :103F8000E1CFD9FFE2CFDAFF080EE12402E3E168D6 :103F9000E652E16EFA0EDBCFE9FFFB0EDBCFEAFF64 :103FA000090EE926000EEA22050EE9CFDBFF060E18 :103FB000EACFDBFFFC0EDBCFE9FFFD0EDBCFEAFF34 :103FC0000E0EE926000EEA22EECF21F0EECF22F00F :103FD000EECF23F0EFCF24F0215022102310241035 :103FE00001E118D1FC0EDBCFE9FFFD0EDBCFEAFFCC :103FF000120EE926000EEA22030EEECFDBFF040EBE :10400000EDCFDBFF0C0EE76E030EDBCFE9FF040EF6 :10401000DBCFEAFFE750E926000EEA22020EEFCFDF :10402000DBFFDE6ADD6ADECF21F0DDCF22F0080E95 :10403000215C000E22582CE2030EDBCF21F0040E8F :10404000DBCF22F0DE502124E96EDD502220EA6E23 :10405000070EEFCFDBFFDB5020081AE0070EDB5026 :10406000050805E1E50EF36E070EF3CFDBFF050E45 :10407000DBCFE9FFDB2A060EDBCFEAFF01E3DB2A19 :10408000070EDBCFEFFFDF2A010ECDE3DB2ACBD714 :10409000080EE76E030EDBCFE9FF040EDBCFEAFF6D :1040A000E750E926000EEA22EF5020083AE0050E1C :1040B000DBCFE9FFDB2A060EDBCFEAFF01E3DB2AD9 :1040C0002E0EEF6E080EDE6EDD6ADECF21F0DDCF44 :1040D00022F00B0E215C000E225823E2030EDBCFF0 :1040E00021F0040EDBCF22F0DE502124E96EDD50FA :1040F0002220EA6E070EEFCFDBFFDB50200811E035 :10410000050EDBCFE9FFDB2A060EDBCFEAFF01E37A :10411000DB2A070EDBCFEFFFDF2A010ED6E3DB2A17 :10412000D4D70B0EE76E030EDBCFE9FF040EDBCF17 :10413000EAFFE750E926000EEA22EF50E66EFA0E9B :10414000DBCFE9FFFB0EDBCFEAFF080EE926000E0E :10415000EA22E552E750EF6E1C0EE76E030EDBCF4E :10416000E9FF040EDBCFEAFFE750E926000EEA2262 :10417000EECF21F0EECF22F0EECF23F0EFCF24F000 :10418000FA0EDBCFE9FFFB0EDBCFEAFF21C0EEFF2B :1041900022C0EEFF23C0EEFF24C0EEFF180EE76E34 :1041A000030EDBCFE9FF040EDBCFEAFFE750E92681 :1041B000000EEA22EECF21F0EFCF22F0FA0EDBCF95 :1041C000E9FFFB0EDBCFEAFF040EE926000EEA2230 :1041D00021C0EEFF22C0EDFF160EE76E030EDBCF0F :1041E000E9FF040EDBCFEAFFE750E926000EEA22E2 :1041F000EECF21F0EFCF22F0FA0EDBCFE9FFFB0E7E :10420000DBCFEAFF060EE926000EEA2221C0EEFF10 :1042100022C0EDFF050EDBCFE9FF060EDBCFEAFF84 :10422000EF6A080EE15C02E2E16AE552E16EE552F6 :10423000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF1B :10424000E6FFE1CFD9FFE2CFDAFFE652E652E652CF :10425000E652FA0EDBCFE9FFFB0EDBCFEAFFEF50B1 :104260002F0809E0FA0EDBCFE9FFFB0EDBCFEAFFF8 :10427000EF505C0805E1FA0EDB2AFB0E01E3DB2AB6 :10428000FC0EDBCFE9FFFD0EDBCFEAFF060EE926D1 :10429000000EEA22EE6AEE6AEE6AEE6AFA0EDBCFF2 :1042A000E9FFFB0EDBCFEAFFEFCF21F0226A21BE50 :1042B0002268200E215C000E22581BE2000EE66EE2 :1042C000E66AFC0EDBCFE6FFFD0EDBCFE6FFFEEC81 :1042D00014F0E552E552E552E552DF6EFC0EDBCFFD :1042E000E9FFFD0EDBCFEAFF120EEB6A130EEB6A5D :1042F00094D0D950FA0FE66EFF0EDA20E66EFC0E6F :10430000DBCFE6FFFD0EDBCFE6FF93DCE552E552A7 :10431000E552E552DF6EDF5001E07FD0FC0EDBCFCF :10432000E6FFFD0EDBCFE6FFE5EC1BF0E552E552C4 :10433000DF6EFC0EDBCFE9FFFD0EDBCFEAFF140ED4 :10434000E926000EEA22EE50EFCFEAFFE96E0B0EEF :10435000E926000EEA22030EEFCFDBFFDF5007E075 :10436000040EDF5C5AE1030EDBB457D022D0030EFB :10437000DBB453D0FC0EDBCFE9FFFD0EDBCFEAFF51 :10438000120EE926000EEA22010EEECFDBFF020E2E :10439000EDCFDBFF0B0EE76E010EDBCFE9FF020E68 :1043A000DBCFEAFFE750E926000EEA22EF50100BC0 :1043B00003E1050EDF6E31D0010EDBCFE6FF020E0A :1043C000DBCFE6FFFC0EDBCFE9FFFD0EDBCFEAFF24 :1043D000EECFE6FFEFCFE6FF37EC1BF0E552E552FC :1043E000E552E5523FC021F040C022F041C023F029 :1043F00042C024F0FC0EDBCFE9FFFD0EDBCFEAFF6D :10440000060EE926000EEA223FC0EEFF22C0EEFFB4 :1044100023C0EEFF24C0EEFF6CD7DF50216E040EE8 :10442000E15C02E2E16AE552E16E2150E552E5CF3E :10443000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFE8 :10444000E1CFD9FFE2CFDAFF010EE66ED950F80FC7 :10445000E96EFF0EDA20EA6EEECFE6FFEECFE6FF62 :10446000EECFE6FFEFCFE6FFFC0EDBCFE9FFFD0E60 :10447000DBCFEAFF320EE926000EEA22E9CF21F077 :10448000EACF22F0E9CFE6FFEACFE6FFFC0EDBCF72 :10449000E9FFFD0EDBCFEAFFEE52EF50E66E82EC55 :1044A0005EF0236E080EE15C02E2E16AE552E16E25 :1044B0002350000902E0030E63D0FC0EDBCFE9FFBE :1044C000FD0EDBCFEAFF320EE926000EEA22FE0ED9 :1044D000E926010EEA22550EEE1802E1AA0EED18A9 :1044E00002E0020E4DD0216822682368246AFC0E87 :1044F000DBCFE9FFFD0EDBCFEAFF320EE926000E2F :10450000EA22360EE926000EEA22EE502116EE507F :104510002216EE502316EE502416460E211808E1FE :10452000410E221805E1540E231802E1245025E023 :10453000216822682368246AFC0EDBCFE9FFFD0EA8 :10454000DBCFEAFF320EE926000EEA22520EE92600 :10455000000EEA22EE502116EE502216EE502316DF :10456000EE502416460E21180AE1410E221807E1EA :10457000540E231804E1245002E1000E01D0010E74 :10458000E552E5CFDAFFE7CFD9FF1200D9CFE6FF3A :10459000DACFE6FFE1CFD9FFE2CFDAFF260EE12442 :1045A00002E3E168E652E16EFC0EDBCFE9FFFD0EAF :1045B000DBCFEAFF220EEECFDBFF230EEDCFDBFFDA :1045C000220EDBCFE9FF230EDBCFEAFFEF50D00F47 :1045D000E66ED950050FE96E000EDA20EA6EE5525C :1045E000E750EE6EED6AD950050FE96E000EDA2045 :1045F000EA6E090ED880EE54000EED5426E3010E4B :10460000E76E220EDBCFE9FF230EDBCFEAFFE75098 :10461000E926000EEA22EF503A0817E1D950220F9E :10462000E96E000EDA20EA6E020EEE26000EED2292 :10463000FC0EDBCFE9FFFD0EDBCFEAFF220EDBCF66 :10464000EEFF230EDBCFEDFF04D0050EDB6A060E76 :10465000DB6AFA0EDBCFE9FFFB0EDBCFEAFFEE6A87 :10466000ED6A050EDBCF21F0060EDBCF22F0010E46 :10467000215C000E225803E30B0EEBEF29F0050E30 :10468000DBCFE9FF060EDBCFEAFF010ED890E9365B :10469000EA36E806FBE1000EE9260F0EEA22240EB8 :1046A000EECFDBFF250EEDCFDBFFD950240FE96EF7 :1046B000000EDA20EA6EEE50ED1003E10C0EEBEF87 :1046C00029F0FA0EDBCFE9FFFB0EDBCFEAFF240E69 :1046D000DBCFEEFF250EDBCFEDFF240EDBCFE9FFB6 :1046E000250EDBCFEAFFEF501CE0240EDBCFE9FF05 :1046F000250EDBCFEAFFEE52EF50E66E6DEC5EF07A :10470000E552E76E070EE7CFDBFFDBB00AD0F90E0C :10471000DB5004E0070EDB50040B30E1000EEBEF42 :1047200029F0240EDBCFE9FF250EDBCFEAFFEF6A8D :10473000240EDBCFE9FF250EDBCFEAFFEE52050E9C :10474000DBCFEFFF240EDBCFE9FF250EDBCFEAFF47 :10475000EE52EF50E66E2CEC5DF0E552E76E070E80 :10476000E7CFDBFFDBA003D0030EEBEF29F0F90E60 :10477000DB5007E0070EDB50040B03E00A0EEBEF03 :1047800029F0080EDB6A090EDB6A0A0EDB6A0B0EE3 :10479000DB6AE66AE66AE66AE66A240EDBCFE6FFD3 :1047A000250EDBCFE6FF48DE216E060EE15C02E25D :1047B000E16AE552E16E2150DF6EDF046CE1020E2A :1047C000DB6ADB5002E0020EDB06240EDBCFE9FFE2 :1047D000250EDBCFEAFF320EE926000EEA22E9CFF2 :1047E00023F0EACF24F0020EDB50100DF350266ABE :1047F000BE0F256E010E2622E9502524216EEA50B7 :104800002620226E030E21C0DBFF040E22C0DBFF38 :10481000E76E030EDBCFE9FF040EDBCFEAFFE750C4 :10482000E926000EEA22EF5036E0080EE76E030E8E :10483000DBCFE9FF040EDBCFEAFFE750E926000EED :10484000EA22080EEECFDBFF090EEECFDBFF0A0EE9 :10485000EECFDBFF0B0EEECFDBFFD950080FE96E7A :10486000000EDA20EA6EEECFE6FFEECFE6FFEECFE7 :10487000E6FFEFCFE6FF240EDBCFE6FF250EDBCF12 :10488000E6FFDADD216E060EE15C02E2E16AE55246 :10489000E16E2150DF6E030EDF5C03E1010EEBEFF2 :1048A00029F0DF5002E085EF28F0240EDBCFE9FF8E :1048B000250EDBCFEAFF320EE926000EEA220B0EB0 :1048C000E926000EEA22EE5002E085EF28F0020E03 :1048D000ED1802E085EF28F0240EDBCFE9FF250E6E :1048E000DBCFEAFF320EE926000EEA22160EE92699 :1048F000000EEA22EECF21F0EFCF22F00C0E21C005 :10490000DBFF0D0E22C0DBFF0E0EDB6A0F0EDB6A33 :104910000C0EDBCF21F00D0EDBCF22F00E0EDBCF25 :1049200023F00F0EDBCF24F021502210231024108F :104930001AE1240EDBCFE9FF250EDBCFEAFF320EB2 :10494000E926000EEA22240EE926000EEA220C0EC9 :10495000EECFDBFF0D0EEECFDBFF0E0EEECFDBFF5B :104960000F0EEECFDBFF240EDBCFE9FF250EDBCFF2 :10497000EAFF1A0EE926000EEA220C0EDBCFEEFF4C :104980000D0EDBCFEEFF0E0EDBCFEEFF0F0EDBCFFB :10499000EEFF240EDBCFE9FF250EDBCFEAFF320E60 :1049A000E926000EEA22100EE926000EEA22010E88 :1049B000EFCFDBFF240EDBCFE9FF250EDBCFEAFFD5 :1049C000030EE926000EEA22010EDBCFEFFFDB0427 :1049D00005E0010EDB50020801E097D3010EDBCFAA :1049E00021F0226A236A246AD9500C0FE96E000E66 :1049F000DA20EA6E21C044F022C045F023C046F020 :104A000024C047F0EECF3FF0EECF40F0EECF41F0C4 :104A1000EFCF42F05BEC70F03EC0EDFF3DC0EDFF2C :104A20003CC0EDFF3BC0EFFF240EDBCFE9FF250EBE :104A3000DBCFEAFF320EE926000EEA220D0EE92650 :104A4000000EEA22010EEFCFDBFF240EDBCFE9FFE1 :104A5000250EDBCFEAFF020EE926000EEA22010E48 :104A6000DBCFEFFFDB5001E150D3010EDBCFE6FFE0 :104A7000DB04E552E71401E048D3240EDBCFE9FF65 :104A8000250EDBCFEAFF320EE926000EEA22110ED8 :104A9000E926000EEA22EECF21F0EFCF22F0240E1D :104AA000DBCFE9FF250EDBCFEAFF080EE926000E7B :104AB000EA2221C0EEFF22C0EDFF240EDBCFE9FF8A :104AC000250EDBCFEAFF080EE926000EEA22EECF24 :104AD00021F00001226A0F0E21162150221001E060 :104AE00014D3240EDBCFE9FF250EDBCFEAFF320E15 :104AF000E926000EEA22130EE926000EEA22EECF86 :104B000021F0EFCF22F0100E21C0DBFF110E22C0EA :104B1000DBFF120EDB6A130EDB6A100EDBCF21F017 :104B2000110EDBCF22F0120EDBCF23F0130EDBCF02 :104B300024F021502210231024101AE1240EDBCF80 :104B4000E9FF250EDBCFEAFF320EE926000EEA224E :104B5000200EE926000EEA22100EEECFDBFF110E2A :104B6000EECFDBFF120EEECFDBFF130EEECFDBFF3F :104B7000240EDBCFE9FF250EDBCFEAFF320EE9265C :104B8000000EEA220E0EE926000EEA22200EEECFDB :104B9000DBFF210EEDCFDBFFD950200FE96E000EB9 :104BA000DA20EA6EEE50ED1001E1AFD2200EDBCF3D :104BB00025F0210EDBCF26F0276A286AD9500C0F8A :104BC000E96E000EDA20EA6E2550EE24216E2650A2 :104BD000EE20226E2750EE20236E2850EE20246E09 :104BE000240EDBCFE9FF250EDBCFEAFF080EE92616 :104BF000000EEA22EECF29F0EFCF2AF0040E0F0BC1 :104C000005E0D8902A322932E806FBE12B6A2C6AAB :104C1000295021262A5022222B5023222C50242294 :104C2000140E21C0DBFF150E22C0DBFF160E23C0C1 :104C3000DBFF170E24C0DBFF140EDBCF21F0150EB7 :104C4000DBCF22F0160EDBCF23F0170EDBCF24F0E4 :104C5000D950100FE96E000EDA20EA6E2150EE5C9A :104C60002250EE582350EE582450EE5801E24DD217 :104C7000240EDBCFE9FF250EDBCFEAFF020EE9268B :104C8000000EEA22EFCF29F02A6A2B6A2C6A100E56 :104C9000DBCF25F0110EDBCF26F0120EDBCF27F095 :104CA000130EDBCF28F0D950140FE96E000EDA2076 :104CB000EA6EEE50255C216EEE502658226EEE50C4 :104CC0002758236EEE502858246E21C03FF022C092 :104CD00040F023C041F0426E29C044F02AC045F0A4 :104CE0002BC046F02CC047F0B8EC70F0180E3FC057 :104CF000DBFF190E40C0DBFF1A0E41C0DBFF1B0EAD :104D000042C0DBFF180EDBCF21F0190EDBCF22F003 :104D10001A0EDBCF23F01B0EDBCF24F02150221024 :104D20002310241001E1F1D1010EDF6ED950180FCC :104D3000E96E000EDA20EA6EF60EEE5C0F0EEE580B :104D4000000EEE58000EEE5802E3020EDF6ED95050 :104D5000180FE96E000EDA20EA6EF60EEE5CFF0E1A :104D6000EE58000EEE58000EEE5802E3030EDF6E12 :104D7000020E216E226A236A246AD950180FE96E46 :104D8000000EDA20EA6EEE502126EE502222EE507E :104D90002322EE502422240EDBCFE9FF250EDBCFA9 :104DA000EAFF160EE926000EEA2221C0EEFF22C01D :104DB000EEFF23C0EEFF24C0EEFF240EDBCFE9FFA1 :104DC000250EDBCFEAFF1E0EE926000EEA22080EB2 :104DD000DBCFEEFF090EDBCFEEFF0A0EDBCFEEFFDF :104DE0000B0EDBCFEEFF200EDBCF21F0210EDBCF51 :104DF00022F0236A246AD950080FE96E000EDA20E7 :104E0000EA6EEE502126EE502222EE502322EE5082 :104E10002422240EDBCFE9FF250EDBCFEAFF220E92 :104E2000E926000EEA2221C0EEFF22C0EEFF23C0D9 :104E3000EEFF24C0EEFF140EDBCF21F0150EDBCF0A :104E400022F0160EDBCF23F0170EDBCF24F0D95063 :104E5000080FE96E000EDA20EA6EEE502126EE50C1 :104E60002222EE502322EE502422240EDBCFE9FF33 :104E7000250EDBCFEAFF2A0EE926000EEA2221C02A :104E8000EEFF22C0EEFF23C0EEFF24C0EEFF030EB4 :104E9000DF5C5CE1240EDBCFE9FF250EDBCFEAFF10 :104EA000080EE926000EEA22EE50ED1001E02DD1A9 :104EB000240EDBCFE9FF250EDBCFEAFF320EE92619 :104EC000000EEA222C0EE926000EEA22EECF21F097 :104ED000EECF22F0EECF23F0EFCF24F0240EDBCF85 :104EE000E9FF250EDBCFEAFF260EE926000EEA22B7 :104EF00021C0EEFF22C0EEFF23C0EEFF24C0EEFF74 :104F0000240EDBCFE9FF250EDBCFEAFF160EE926E4 :104F1000000EEA22EECF3FF0EECF40F0EECF41F0B0 :104F2000EFCF42F0040E446E456A466A476A5BEC76 :104F300070F01C0E3BC0DBFF1D0E3CC0DBFF1E0EE5 :104F40003DC0DBFF1F0E3EC0DBFFB1D0240EDBCF28 :104F5000E9FF250EDBCFEAFF080EE926000EEA2264 :104F6000EE50ED1001E1D1D00C0EDBCF21F00D0E93 :104F7000DBCF22F00E0EDBCF23F00F0EDBCF24F0C1 :104F8000240EDBCFE9FF250EDBCFEAFF220EE92658 :104F9000000EEA22EE502126EE502222EE5023226D :104FA000EE502422240EDBCFE9FF250EDBCFEAFFF3 :104FB000260EE926000EEA2221C0EEFF22C0EEFFF7 :104FC00023C0EEFF24C0EEFF020EDF5C18E1240ECA :104FD000DBCFE9FF250EDBCFEAFF160EE926000E38 :104FE000EA22EECF21F0EECF22F0EECF23F0EFCF8A :104FF00024F0D89021362236233624364CD0010EA8 :10500000256E266A276A286A240EDBCFE9FF250E63 :10501000DBCFEAFF160EE926000EEA22EE50251637 :10502000EE502616EE502716EE502816240EDBCF33 :10503000E9FF250EDBCFEAFF160EE926000EEA2275 :10504000EECF3FF0EECF40F0EECF41F0EFCF42F0A9 :10505000030E446E456A466A476A5BEC70F03BC0DB :105060003FF03CC040F03DC041F03EC042F0020E77 :10507000446E456A466A476AB8EC70F03F500001DA :105080002524216E40502620226E41502720236E79 :1050900042502820246E1C0E21C0DBFF1D0E22C0B2 :1050A000DBFF1E0E23C0DBFF1F0E24C0DBFF1C0E28 :1050B000DBCF21F01D0EDBCF22F01E0EDBCF23F065 :1050C0001F0EDBCF24F0FF0E2126010E2222000E40 :1050D00023222422090ED890243223322232213274 :1050E000E806F9E1240EDBCFE9FF250EDBCFEAFF6E :1050F0001A0EE926000EEA222150EE5C2250EE58EC :105100002350EE582450EE5802E20D0E64D1240EC6 :10511000DBCFE9FF250EDBCFEAFF0E0EE926000EFE :10512000EA22EE68EE68EE68EE68240EDBCFE9FF57 :10513000250EDBCFEAFF0A0EE926000EEA22EE6A10 :10514000EE6AEE6AEE6A030EDF5C01E011D1240E16 :10515000DBCFE9FF250EDBCFEAFF050EE926000EC7 :10516000EA22EF6A240EDBCFE9FF250EDBCFEAFF50 :10517000320EE926000EEA22300EE926000EEA225F :10518000EECF21F0EFCF22F0236A246AD950080F26 :10519000E96E000EDA20EA6EEE502126EE50222251 :1051A000EE502322EE502422240EDBCFE9FF250E01 :1051B000DBCFEAFF120EE926000EEA2221C0EEFF45 :1051C00022C0EEFF23C0EEFF24C0EEFF010EE66E0C :1051D000240EDBCFE9FF250EDBCFEAFF120EE92616 :1051E000000EEA22EECFE6FFEECFE6FFEECFE6FFBF :1051F000EFCFE6FF240EDBCFE9FF250EDBCFEAFF82 :10520000320EE926000EEA22E9CF21F0EACF22F0A1 :10521000E9CFE6FFEACFE6FF240EDBCFE9FF250E5C :10522000DBCFEAFFEE52EF50E66E82EC5EF0236ECB :10523000080EE15C02E2E16AE552E16E23500009EA :1052400001E096D0240EDBCFE9FF250EDBCFEAFF8D :10525000320EE926000EEA22FE0EE926010EEA22AF :10526000550EEE1801E084D0AA0EED1801E080D0B2 :10527000240EDBCFE9FF250EDBCFEAFF320EE92655 :10528000000EEA22520EEE1873E1520EEE1870E193 :10529000610EEE186DE1410EEE186AE1240EDBCFCF :1052A000E9FF250EDBCFEAFF320EE926000EEA22E7 :1052B000E40EE926010EEA22720EEE1859E1720E92 :1052C000EE1856E1410EEE1853E1610EEE1850E172 :1052D000240EDBCFE9FF250EDBCFEAFF320EE926F5 :1052E000000EEA22EC0EE926010EEA22EECF21F0B2 :1052F000EECF22F0EECF23F0EFCF24F0240EDBCF61 :10530000E9FF250EDBCFEAFF0A0EE926000EEA22AE :1053100021C0EEFF22C0EEFF23C0EEFF24C0EEFF4F :10532000240EDBCFE9FF250EDBCFEAFF320EE926A4 :10533000000EEA22E80EE926010EEA22EECF21F065 :10534000EECF22F0EECF23F0EFCF24F0240EDBCF10 :10535000E9FF250EDBCFEAFF0E0EE926000EEA225A :1053600021C0EEFF22C0EEFF23C0EEFF24C0EEFFFF :10537000240EDBCFE9FF250EDBCFEAFFDFCFEFFF07 :105380000F01022B000E0323240EDBCFE9FF250EB5 :10539000DBCFEAFF060EE926000EEA2202CFEEFF7F :1053A00003CFEDFF240EDBCFE9FF250EDBCFEAFFB5 :1053B0002E0EE926000EEA22EE6AEE6AEE6AEE6A28 :1053C000240EDBCFE9FF250EDBCFEAFF040EE92632 :1053D000000EEA22EF6A216E260EE15C02E2E16A2B :1053E000E552E16E2150E552E5CFDAFFE7CFD9FF74 :1053F0001200D9CFE6FFDACFE6FFE1CFD9FFE2CF47 :10540000DAFFE652E652FC0EDBCFDEFFDBCFDDFF3C :10541000D9CFE9FFDACFEAFFEE50ED1033E0DECF6F :10542000E9FFDDCFEAFFEE50ED102CE0DECFE9FF23 :10543000DDCFEAFFEE50EFCFEAFFE96EEF5022E05A :10544000DECFE9FFDDCFEAFFEE50EFCFEAFFE96EF6 :10545000060EE926000EEA22EECF21F0EFCF22F071 :10546000DECFE9FFDDCFEAFF020EE926000EEA22D9 :10547000EECF23F0EFCF24F02350211802E1245087 :10548000221802E0090E13D0DECFE9FFDDCFEAFFDC :10549000EE50EFCFEAFFE96EEE52EF50E66E6DECA4 :1054A0005EF0E552010B02E0030E01D0000EE55262 :1054B000E552E552E5CFDAFFE7CFD9FF1200D9CFA9 :1054C000E6FFDACFE6FFE1CFD9FFE2CFDAFFE6521F :1054D000E652010EF36EFD0EDBCFF4FFF350F45CE9 :1054E00002E30B0E3BD0FD0EEA6ADB34FE0BEA361C :1054F000E96E000EE9260F0EEA22EECFDEFFEDCFB9 :10550000DDFFD9CFE9FFDACFEAFFEE50ED1005E07D :10551000DECFE9FFDDCFEAFFEF6AD950FB0FE96E7E :10552000FF0EDA20EA6EEE50ED1007E0FB0EDBCF47 :10553000E9FFFC0EDBCFEAFFEF6AFD0EEA6ADB341F :10554000FE0BEA36E96E000EE9260F0EEA22FB0E8C :10555000DBCFEEFFFC0EDBCFEDFF000EE552E55298 :10556000E552E5CFDAFFE7CFD9FF1200D9CFE6FF4A :10557000DACFE6FFE1CFD9FFE2CFDAFF2D0EE1244B :1055800002E3E168E652E16ED950FC0FE96EFF0ECE :10559000DA20EA6EEE50ED1002E1090EBFD2FC0EE9 :1055A000DBCFE9FFFD0EDBCFEAFFEE6AED6AF90E15 :1055B000DB9ADB9CDB9EDB50FE0BE66ED950010FC5 :1055C000E66E000EDA20E66ED950FA0FE66EFF0E98 :1055D000DA20E66EC6EC22F0216E050EE15C02E2F6 :1055E000E16AE552E16E2150DF6EDF5001E095D2B5 :1055F000D950190F216E000EDA20226E150E21C02F :10560000DBFF160E22C0DBFFFA0EDBCFE6FFFB0E40 :10561000DBCFE6FFD950010FE66E000EDA20E66E12 :105620001DEC21F0E552E552E552E552DF6E130E16 :10563000DBCF41F0140EDBCF42F0170E41C0DBFF91 :10564000180E42C0DBFFDF500BE1D950170FE96E97 :10565000000EDA20EA6EEE50ED1002E1060EDF6E6B :10566000F90EDB501C0B01E149D1DF501DE0040EA7 :10567000DF5C0BE1D950010FE66E000EDA20E66E1A :1056800076EC1DF0E552E552DF6EF90EDB86130E67 :10569000DBCF41F0140EDBCF42F0170E41C0DBFF31 :1056A000180E42C0DBFF16D00B0EE76E170EDBCFD5 :1056B000E9FF180EDBCFEAFFE750E926000EEA22E9 :1056C000EF50110B02E0070E04D0F90EDBA402D05C :1056D000080EDF6EDF5001E039D1F90EDB50080B08 :1056E00001E134D107EC69F0250E3FC0DBFF260E47 :1056F00040C0DBFF270E41C0DBFF280E42C0DBFFAE :105700000E0EE76E170EDBCFE9FF180EDBCFEAFFB8 :10571000E750E926000EEA22250EDBCFEEFF260E2B :10572000DBCFEEFF270EDBCFEEFF280EDBCFEEFF49 :105730000B0EE76E170EDBCFE9FF180EDBCFEAFF8B :10574000E750E926000EEA22EF6A1C0EE76E170EFC :10575000DBCFE9FF180EDBCFEAFFE750E926000EAA :10576000EA22EE6AEE6AEE6AEE6A170EDBCFE6FF19 :10577000180EDBCFE6FF010EDBCFE6FF020EDBCF1C :10578000E6FF37EC1BF0E552E552E552E552290EF3 :105790003FC0DBFF2A0E40C0DBFF2B0E41C0DBFF0A :1057A0002C0E42C0DBFFE66AE66AE66AE66A170E7E :1057B000DBCFE6FF180EDBCFE6FFA1EC1BF0216E7E :1057C000060EE15C02E2E16AE552E16E2150010E53 :1057D000DBCFE9FF020EDBCFEAFF040EE926000E65 :1057E000EA22010EEF6E290EDBCF21F02A0EDBCF6D :1057F00022F02B0EDBCF23F02C0EDBCF24F0215038 :1058000022102310241001E1A1D0010EDBCFE9FF0B :10581000020EDBCFEAFF2E0EE926000EEA22250E4D :10582000EECFDBFF260EEECFDBFF270EEECFDBFF4A :10583000280EEECFDBFFD950290FE96E000EDA20DB :10584000EA6EEECFE6FFEECFE6FFEECFE6FFEFCF5C :10585000E6FF010EDBCFE6FF020EDBCFE6FF1BEC1F :1058600010F0216E060EE15C02E2E16AE552E16EA3 :105870002150DF6EDF506AE1290EDBCF21F02A0EC6 :10588000DBCF22F02B0EDBCF23F02C0EDBCF24F06E :105890002106000E225A235A245A010EDBCFE9FFBB :1058A000020EDBCFEAFF0A0EE926000EEA2221C033 :1058B000EEFF22C0EEFF23C0EEFF24C0EEFFD95062 :1058C000250FE96E000EDA20EA6EEECFE6FFEECF8E :1058D000E6FFEECFE6FFEFCFE6FF010EDBCFE6FF00 :1058E000020EDBCFE6FF35EC08F0216E060EE15C20 :1058F00002E2E16AE552E16E215027D0DF5026E155 :105900000B0EE76E170EDBCFE9FF180EDBCFEAFFB9 :10591000E750E926000EEA22EF50100B02E0040ED9 :1059200014D0F90EDB50020B11E00B0EE76E170ED0 :10593000DBCFE9FF180EDBCFEAFFE750E926000EC8 :10594000EA22EF50010B02E0070EDF6EDF5037E175 :10595000F90EDBB6DB8A010EDBCFE9FF020EDBCFEF :10596000EAFF2E0EE926000EEA22EECF21F0EECF5E :1059700022F0EECF23F0EFCF24F0FC0EDBCFE9FFD7 :10598000FD0EDBCFEAFF1A0EE926000EEA2221C047 :10599000EEFF22C0EEFF23C0EEFF24C0EEFFFC0EA0 :1059A000DBCFE9FFFD0EDBCFEAFF1E0EE926000E7E :1059B000EA22170EDBCFEEFF180EDBCFEDFFDF5034 :1059C00001E0ABD0FC0EDBCFE9FFFD0EDBCFEAFF41 :1059D000040EE926000EEA22F90EDBCFEFFF170EC8 :1059E000DBCFE6FF180EDBCFE6FF010EDBCFE6FFD5 :1059F000020EDBCFE6FF37EC1BF0E552E552E55235 :105A0000E55240C022F041C023F042C024F0FC0E19 :105A1000DBCFE9FFFD0EDBCFEAFF0E0EE926000E1D :105A2000EA223FC0EEFF22C0EEFF23C0EEFF24C0FB :105A3000EEFF1C0EE76E170EDBCFE9FF180EDBCF73 :105A4000EAFFE750E926000EEA22EECF21F0EECF82 :105A500022F0EECF23F0EFCF24F0FC0EDBCFE9FFF6 :105A6000FD0EDBCFEAFF0A0EE926000EEA2221C076 :105A7000EEFF22C0EEFF23C0EEFF24C0EEFFFC0EBF :105A8000DBCFE9FFFD0EDBCFEAFF060EE926000EB5 :105A9000EA22EE6AEE6AEE6AEE6AFC0EDBCFE9FFFE :105AA000FD0EDBCFEAFF160EE926000EEA22EE6AB3 :105AB000EE6AEE6AEE6AFC0EDBCFE9FFFD0EDBCF8D :105AC000EAFF200EEB6A210EEB6AFC0EDBCFE9FF4A :105AD000FD0EDBCFEAFF010EDBCFEEFF020EDBCFC8 :105AE000EDFF010EDBCFE9FF020EDBCFEAFF060E72 :105AF000E926000EEA22EECF21F0EFCF22F0FC0ED5 :105B0000DBCFE9FFFD0EDBCFEAFF020EE926000E38 :105B1000EA2221C0EEFF22C0EDFFDF50216E2D0EE4 :105B2000E15C02E2E16AE552E16E2150E552E5CF27 :105B3000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFD1 :105B4000E1CFD9FFE2CFDAFF140EE12402E3E168EE :105B5000E652E16EFA0EDBCF41F0FB0EDBCF42F0F6 :105B6000120E41C0DBFF130E42C0DBFFF60EDBCF8F :105B7000E9FFF70EDBCFEAFFEE6AED6AFC0EDBCF42 :105B8000E6FFFD0EDBCFE6FF34DCE552E552DF6ECB :105B9000DF5003E0DF5029EF32F0FC0EDBCFE9FFEE :105BA000FD0EDBCFEAFF040EE926000EEA22EF50DD :105BB000800B01E0D6D1FC0EDBCFE9FFFD0EDBCF81 :105BC000EAFF040EE926000EEA22EF50010B03E182 :105BD000070E29EF32F0FC0EDBCFE9FFFD0EDBCF25 :105BE000EAFF0A0EE926000EEA22EECF25F0EECFFC :105BF00026F0EECF27F0EFCF28F0FC0EDBCFE9FF49 :105C0000FD0EDBCFEAFF060EE926000EEA22EE507B :105C1000255C216EEE502658226EEE502758236EDA :105C2000EE502858246E090E21C0DBFF0A0E22C058 :105C3000DBFF0B0E23C0DBFF0C0E24C0DBFFF80ED6 :105C4000DBCF21F0F90EDBCF22F0236A246AD95092 :105C5000090FE96E000EDA20EA6E2150EE5C225048 :105C6000EE582350EE582450EE580CE2090EDBCFCC :105C700041F00A0EDBCF42F0F80E41C0DBFFF90E17 :105C800042C0DBFFD950F80FE96EFF0EDA20EA6E52 :105C9000EE50ED1001E1DCD3FC0EDBCFE9FFFD0E91 :105CA000DBCFEAFF060EE926000EEA22EECF21F056 :105CB000EECF22F0010E2216236A246A2150221010 :105CC0002310241001E0C1D2FC0EDBCFE9FFFD0E52 :105CD000DBCFEAFF060EE926000EEA22EECF21F026 :105CE000EECF22F0EECF23F0EFCF24F0090ED890C4 :105CF0002432233222322132E806F9E1FC0EDBCFD6 :105D0000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96ED1 :105D1000020EE926000EEA22EF04256E266A276AA3 :105D2000286AE8502116265022162750231628509C :105D30002416110E21C0DBFFDB5001E0C4D0FC0EA5 :105D4000DBCFE9FFFD0EDBCFEAFF060EE926000EF2 :105D5000EA22EECF21F0EECF22F0EECF23F0EFCF0C :105D600024F0215022102310241017E1FC0EDBCF69 :105D7000E9FFFD0EDBCFEAFF0E0EE926000EEA2258 :105D8000010EEECFDBFF020EEECFDBFF030EEECFF8 :105D9000DBFF040EEECFDBFF5ED0FC0EDBCFE9FFB6 :105DA000FD0EDBCFEAFF200EE926000EEA22EE50C0 :105DB000ED101FE0FC0EDBCFE9FFFD0EDBCFEAFFAD :105DC000060EE926000EEA22EECFE6FFEECFE6FF52 :105DD000EECFE6FFEFCFE6FFFC0EDBCFE6FFFD0EDA :105DE000DBCFE6FF08EC14F0216E060EE15C25E245 :105DF00022D0FC0EDBCFE9FFFD0EDBCFEAFF120E57 :105E0000E926000EEA22EECFE6FFEECFE6FFEECF68 :105E1000E6FFEFCFE6FFFC0EDBCFE9FFFD0EDBCFA9 :105E2000EAFFEECFE6FFEFCFE6FF96EC0AF0216E39 :105E3000060EE15C02E2E16AE552E16E2150010EDC :105E40003FC0DBFF020E40C0DBFF030E41C0DBFFA3 :105E5000040E42C0DBFFD950010FE96E000EDA20BC :105E6000EA6E020EEE5C000EEE58000EEE58000ECA :105E7000EE586CE3D950010FE96E000EDA20EA6E9D :105E8000E868EE180AE1E868EE1807E1E868EE183D :105E900004E1E868EE1801E139D2FC0EDBCFE9FF3E :105EA000FD0EDBCFEAFF120EE926000EEA22010EFC :105EB000DBCFEEFF020EDBCFEEFF030EDBCFEEFFFC :105EC000040EDBCFEEFFFC0EDBCFE9FFFD0EDBCFD8 :105ED000EAFF120EE926000EEA22EECFE6FFEECF31 :105EE000E6FFEECFE6FFEFCFE6FFFC0EDBCFE9FFEC :105EF000FD0EDBCFEAFFEECFE6FFEFCFE6FF06ECCD :105F00000AF0216E060EE15C02E2E16AE552E16E02 :105F10002150050E3FC0DBFF060E40C0DBFF070E21 :105F200041C0DBFF080E42C0DBFF050EDBCF21F0D6 :105F3000060EDBCF22F0070EDBCF23F0080EDBCFFF :105F400024F021502210231024100DE1FC0EDBCF91 :105F5000E9FFFD0EDBCFEAFF040EE926000EEA2280 :105F6000EF8E020E76D2110EDBCF21F0226A236A69 :105F7000246AD950050FE96E000EDA20EA6E21502E :105F8000EE262250EE222350EE222450EE22216AE9 :105F9000020E226EF80EDBCF41F0F90EDBCF42F09D :105FA00021C046F022C047F015EC71F00F0E41C041 :105FB000DBFF100E42C0DBFFD9500F0FE96E000E61 :105FC000DA20EA6EEE50ED1001E129D1110EDB501E :105FD000236E246A0F0EDB502324216E100EDB503B :105FE0002420226EFC0EDBCFE9FFFD0EDBCFEAFFA3 :105FF000EE50EFCFEAFFE96E020EE926000EEA222C :10600000EF50256E266A2150255C2250265820E24A :10601000110EDBCFE6FFFC0EDBCFE9FFFD0EDBCF81 :10602000EAFFEE50EFCFEAFFE96E020EE926000E1E :10603000EA22EF50E552D880E754E66ED9500F0FB0 :10604000E96E000EDA20EA6EE552E750EE6EED6A78 :106050000F0EDBCFE6FFD950050FE96E000EDA20F8 :10606000EA6EEECFE6FFEECFE6FFEECFE6FFEFCF34 :10607000E6FF120EDBCFE6FF130EDBCFE6FFFC0ED2 :10608000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFFFB :10609000E96EEE52EF50E66E82EC5EF0216E080E75 :1060A000E15C02E2E16AE552E16E2150000901E0A3 :1060B0002DD1FC0EDBCFE9FFFD0EDBCFEAFFEE506A :1060C000EFCFEAFFE96E040EE926000EEA22EF5058 :1060D00001E193D0050EDBCF25F0060EDBCF26F0D5 :1060E000070EDBCF27F0080EDBCF28F0FC0EDBCF4E :1060F000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96EDE :106100002E0EE926000EEA222550EE5C216E265066 :10611000EE58226E2750EE58236E2850EE58246E0B :106120000F0EDBCF29F0100EDBCF2AF02B6A2C6A82 :106130002950215C2A5022582B5023582C50245887 :106140005CE2E66A020EE66EFC0EDBCFE9FFFD0EB6 :10615000DBCFEAFFEE50EFCFEAFFE96E320EE92621 :10616000000EEA22E9CF21F0EACF22F0E9CFE6FFE4 :10617000EACFE6FF050EDBCF29F0060EDBCF2AF0D3 :10618000070EDBCF2BF0080EDBCF2CF0FC0EDBCFA5 :10619000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96E3D :1061A0002E0EE926000EEA222950EE5C256E2A50BA :1061B000EE58266E2B50EE58276E2C50EE58286E57 :1061C000090ED8902536263627362836E806F9E116 :1061D000120EDB502524236E130EDB502620246E76 :1061E00023C0E6FFE66E96EC05F02D6E060EE15C30 :1061F00002E2E16AE552E16E2D50416A020E426E02 :106200000F0EDBCF46F0100EDBCF47F0DCEC70F06A :106210000D0E3FC0DBFF0E0E40C0DBFFCED0FC0EEC :10622000DBCFE9FFFD0EDBCFEAFF160EE926000EFD :10623000EA22050EDBCFEEFF060EDBCFEEFF070EE8 :10624000DBCFEEFF080EDBCFEEFFFC0EDBCFE9FF6E :10625000FD0EDBCFEAFF060EE926000EEA22EECFA6 :1062600021F0EFCF22F00001010E2216000ED8809F :106270002156020E22560D0E21C0DBFF0E0E22C04B :10628000DBFF0D0EDBCF21F00E0EDBCF22F0F80E80 :10629000DBCF23F0F90EDBCF24F02150235C22501A :1062A00024580CE2F80EDBCF41F0F90EDBCF42F0C0 :1062B0000D0E41C0DBFF0E0E42C0DBFFFC0EDBCF3C :1062C000E9FFFD0EDBCFEAFF160EE926000EEA22FB :1062D000EECFE6FFEECFE6FFEECFE6FFEFCFE6FF35 :1062E000FC0EDBCFE9FFFD0EDBCFEAFFEECFE6FFD2 :1062F000EFCFE6FF35EC08F0216E060EE15C02E21E :10630000E16AE552E16E215000090DE0FC0EDBCFA1 :10631000E9FFFD0EDBCFEAFF040EE926000EEA22BC :10632000EF8E010E96D00D0EDBCFE6FF0E0EDBCF0B :10633000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEE5000 :10634000EFCFEAFFE96E320EE926000EEA22E9CF2E :1063500023F0EACF24F0FC0EDBCFE9FFFD0EDBCF0C :10636000EAFF060EE926000EEA22EECF3FF0EECF5E :1063700040F0EECF41F0EFCF42F0446A020E456E9E :10638000466A476AB8EC70F023503B24216E2450D3 :106390003C20226E21C0E6FFE66E120EDBCFE6FF48 :1063A000130EDBCFE6FF96EC05F0256E060EE15CE2 :1063B00002E2E16AE552E16E25500D0EDBCF21F0DD :1063C0000E0EDBCF22F0D950120FE96E000EDA204C :1063D000EA6E2150EE262250ED220D0EDBCF23F087 :1063E0000E0EDBCF24F0256A266AFC0EDBCFE9FF18 :1063F000FD0EDBCFEAFF060EE926000EEA2223504F :10640000EE262450EE222550EE222650EE220D0ECE :10641000DBCF27F00E0EDBCF28F0F60EDBCFE9FF47 :10642000F70EDBCFEAFF2750EE262850ED220D0EA7 :10643000DBCF29F00E0EDBCF2AF0D950F80FE96E32 :10644000FF0EDA20EA6E2950EE5E2A50ED5A1AD479 :10645000000E216E140EE15C02E2E16AE552E16E8B :106460002150E552E5CFDAFFE7CFD9FF1200D9CFAF :10647000E6FFDACFE6FFE1CFD9FFE2CFDAFF100E79 :10648000E12402E3E168E652E16EFA0EDBCF41F06F :10649000FB0EDBCF42F00D0E41C0DBFF0E0E42C003 :1064A000DBFFF60EDBCFE9FFF70EDBCFEAFFEE6A8C :1064B000ED6AFC0EDBCFE6FFFD0EDBCFE6FFF9EC6D :1064C00029F0E552E552DF6EDF5003E0DF50EDEFDB :1064D00037F0FC0EDBCFE9FFFD0EDBCFEAFF040E49 :1064E000E926000EEA22EF50800B01E04CD2FC0EB0 :1064F000DBCFE9FFFD0EDBCFEAFF040EE926000E3D :10650000EA22EF50020B03E1070EEDEF37F0F80E31 :10651000DBCF21F0F90EDBCF22F0236A246AFC0ED8 :10652000DBCFE9FFFD0EDBCFEAFF0A0EE926000E06 :10653000EA22EE502126EE502222EE502322EE5087 :106540002422FC0EDBCFE9FFFD0EDBCFEAFF0A0EB3 :10655000E926000EEA22EE50215CEE502258EE5061 :106560002358EE50245804E2F80EDB6AF90EDB6A79 :10657000D950F80FE96EFF0EDA20EA6EEE50ED10FA :1065800002E199EF37F0FC0EDBCFE9FFFD0EDBCF28 :10659000EAFF060EE926000EEA22EECF21F0EECF4A :1065A00022F0010E2216236A246A215022102310A1 :1065B000241001E0AAD3FC0EDBCFE9FFFD0EDBCFF8 :1065C000EAFF060EE926000EEA22EECF21F0EECF1A :1065D00022F0EECF23F0EFCF24F0090ED890243232 :1065E000233222322132E806F9E1FC0EDBCFE9FF4B :1065F000FD0EDBCFEAFFEE50EFCFEAFFE96E020EB1 :10660000E926000EEA22EF04256E266A276A286A28 :10661000E850211626502750285024160F0E21C06E :10662000DBFFDB5001E023D1FC0EDBCFE9FFFD0EE9 :10663000DBCFEAFF060EE926000EEA22EECF21F0BC :10664000EECF22F0EECF23F0EFCF24F02150221036 :106650002310241063E1FC0EDBCFE9FFFD0EDBCF3E :10666000EAFF0E0EE926000EEA22010EEECFDBFF56 :10667000020EEECFDBFF030EEECFDBFF040EEECFFC :10668000DBFF010EDBCF21F0020EDBCF22F0030E89 :10669000DBCF23F0040EDBCF24F021502210231097 :1066A000241001E099D0E66AE66AE66AE66AFC0E22 :1066B000DBCFE9FFFD0EDBCFEAFFEECFE6FFEFCF4A :1066C000E6FF50EC11F0216E060EE15C02E2E16A99 :1066D000E552E16E2150010E3FC0DBFF020E40C0CB :1066E000DBFF030E41C0DBFF040E42C0DBFFFC0EEC :1066F000DBCFE9FFFD0EDBCFEAFF0E0EE926000E31 :10670000EA22010EDBCFEEFF020EDBCFEEFF030E1F :10671000DBCFEEFF040EDBCFEEFF5ED0FC0EDBCF57 :10672000E9FFFD0EDBCFEAFF200EE926000EEA228C :10673000EE50ED101FE0FC0EDBCFE9FFFD0EDBCFCE :10674000EAFF060EE926000EEA22EECFE6FFEECFC4 :10675000E6FFEECFE6FFEFCFE6FFFC0EDBCFE6FF76 :10676000FD0EDBCFE6FF08EC14F0216E060EE15CB7 :1067700025E222D0FC0EDBCFE9FFFD0EDBCFEAFFE6 :10678000120EE926000EEA22EECFE6FFEECFE6FF7C :10679000EECFE6FFEFCFE6FFFC0EDBCFE9FFFD0E0D :1067A000DBCFEAFFEECFE6FFEFCFE6FF50EC11F0D4 :1067B000216E060EE15C02E2E16AE552E16E2150D3 :1067C000010E3FC0DBFF020E40C0DBFF030E41C0E5 :1067D000DBFF040E42C0DBFF010EDBCF21F0020E17 :1067E000DBCF22F0030EDBCF23F0040EDBCF24F04F :1067F000215022102310241001E19BD3D950010F06 :10680000E96E000EDA20EA6E010EEE1807E1EE5096 :1068100005E1EE5003E1EE5001E1AAD0D950010F9D :10682000E96E000EDA20EA6EE868EE180AE1E86820 :10683000EE1807E1E868EE1804E1E868EE1801E1F7 :10684000C5D2FC0EDBCFE9FFFD0EDBCFEAFF120E57 :10685000E926000EEA22010EDBCFEEFF020EDBCFAF :10686000EEFF030EDBCFEEFF040EDBCFEEFFFC0EE0 :10687000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF03 :10688000E96E2E0EE926000EEA22EECF21F0EECFC1 :1068900022F0EECF23F0EFCF24F0FC0EDBCFE9FFA8 :1068A000FD0EDBCFEAFF160EE926000EEA2221508C :1068B000EE181BE12250EE1818E12350EE1815E1F6 :1068C0002450EE1812E111E1FC0EDBCFE9FFFD0EC2 :1068D000DBCFEAFFEECFE6FFEFCFE6FFEDEC06F011 :1068E000E552E552000901E071D2FC0EDBCFE9FF71 :1068F000FD0EDBCFEAFF120EE926000EEA22EECFF4 :10690000E6FFEECFE6FFEECFE6FFEFCFE6FFFC0EB1 :10691000DBCFE9FFFD0EDBCFEAFFEECFE6FFEFCFE7 :10692000E6FF06EC0AF0216E060EE15C02E2E16A87 :10693000E552E16E2150050E3FC0DBFF060E40C060 :10694000DBFF070E41C0DBFF080E42C0DBFF050E78 :10695000DBCF21F0060EDBCF22F0070EDBCF23F0DA :10696000080EDBCF24F021502210231024100DE15B :10697000FC0EDBCFE9FFFD0EDBCFEAFF040EE926BC :10698000000EEA22EF8E020E28D30F0EDBCF21F08D :10699000226A236A246AD950050FE96E000EDA20B4 :1069A000EA6E2150EE262250EE222350EE22245091 :1069B000EE22216A020E226EF80EDBCF41F0F90EB4 :1069C000DBCF42F021C046F022C047F015EC71F059 :1069D0000B0E41C0DBFF0C0E42C0DBFFD9500B0F8A :1069E000E96E000EDA20EA6EEE50ED1001E127D1DB :1069F0000F0EDB50236E246A0B0EDB502324216E16 :106A00000C0EDB502420226EFC0EDBCFE9FFFD0EC6 :106A1000DBCFEAFFEE50EFCFEAFFE96E020EE92688 :106A2000000EEA22EF50256E266A2150255C225086 :106A3000265820E20F0EDBCFE6FFFC0EDBCFE9FF8E :106A4000FD0EDBCFEAFFEE50EFCFEAFFE96E020E5C :106A5000E926000EEA22EF50E552D880E754E66EB0 :106A6000D9500B0FE96E000EDA20EA6EE552E750BE :106A7000EE6EED6A0B0EDBCFE6FFD950050FE96E27 :106A8000000EDA20EA6EEECFE6FFEECFE6FFEECFA5 :106A9000E6FFEFCFE6FF0D0EDBCFE6FF0E0EDBCFFE :106AA000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEE5089 :106AB000EFCFEAFFE96EEE52EF50E66EF2EC5EF0D9 :106AC000216E080EE15C02E2E16AE552E16E2150BE :106AD000000901E07BD1050EDBCF25F0060EDBCFF0 :106AE00026F0070EDBCF27F0080EDBCF28F0FC0ED8 :106AF000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF81 :106B0000E96E2E0EE926000EEA222550EE5C216E7B :106B10002650EE58226E2750EE58236E2850EE581D :106B2000246E0B0EDBCF29F00C0EDBCF2AF02B6A84 :106B30002C6A2950215C2A5022582B5023582C5063 :106B400024586BE2E66A020EE66E050EDBCF27F0F4 :106B5000060EDBCF28F0070EDBCF29F0080EDBCFC7 :106B60002AF0FC0EDBCFE9FFFD0EDBCFEAFFEE5093 :106B7000EFCFEAFFE96E2E0EE926000EEA2227503B :106B8000EE5C236E2850EE58246E2950EE58256E88 :106B90002A50EE58266E090ED89023362436253614 :106BA0002636E806F9E10D0EDB502324216E0E0E89 :106BB000DB502420226E21C0E6FFE66EFC0EDBCF08 :106BC000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96E03 :106BD000320EE926000EEA22E9CF2BF0EACF2CF0A4 :106BE000E9CFE6FFEACFE6FF96EC05F02D6E060E44 :106BF000E15C02E2E16AE552E16E2D50FC0EDBCF72 :106C0000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96EC2 :106C1000040EE926000EEA22EF6A416A020E426E75 :106C20000B0EDBCF46F00C0EDBCF47F0DCEC70F048 :106C3000090E3FC0DBFF0A0E40C0DBFF2ED1FC0E69 :106C4000DBCFE9FFFD0EDBCFEAFF0A0EE926000EDF :106C5000EA22EECF21F0EECF22F0EECF23F0EFCFFD :106C600024F0FC0EDBCFE9FFFD0EDBCFEAFF060EC2 :106C7000E926000EEA222150EE5C2250EE58235005 :106C8000EE582450EE582BE3FC0EDBCFE9FFFD0E4F :106C9000DBCFEAFFEECFE6FFEFCFE6FFEDEC06F04D :106CA000E552E552000901E091D0FC0EDBCFE9FF8F :106CB000FD0EDBCFEAFFEE50EFCFEAFFE96E2E0EBE :106CC000E926000EEA22050EDBCFEEFF060EDBCF33 :106CD000EEFF070EDBCFEEFF080EDBCFEEFFFC0E64 :106CE000DBCFE9FFFD0EDBCFEAFF160EE926000E33 :106CF000EA22050EDBCFEEFF060EDBCFEEFF070E1E :106D0000DBCFEEFF080EDBCFEEFFFC0EDBCFE9FFA3 :106D1000FD0EDBCFEAFF060EE926000EEA22EECFDB :106D200021F0EFCF22F00001010E2216000ED880D4 :106D30002156020E2256090E21C0DBFF0A0E22C088 :106D4000DBFF090EDBCF21F00A0EDBCF22F0F80EBD :106D5000DBCF23F0F90EDBCF24F02150235C22504F :106D600024580CE2F80EDBCF41F0F90EDBCF42F0F5 :106D7000090E41C0DBFF0A0E42C0DBFFFC0EDBCF79 :106D8000E9FFFD0EDBCFEAFF160EE926000EEA2230 :106D9000EECFE6FFEECFE6FFEECFE6FFEFCFE6FF6A :106DA000FC0EDBCFE9FFFD0EDBCFEAFFEECFE6FF07 :106DB000EFCFE6FF35EC08F0216E060EE15C02E253 :106DC000E16AE552E16E215000090DE0FC0EDBCFD7 :106DD000E9FFFD0EDBCFEAFF040EE926000EEA22F2 :106DE000EF8E010EFAD0090EDBCFE6FF0A0EDBCFE5 :106DF000E6FF0D0EDBCFE6FF0E0EDBCFE6FFFC0E4F :106E0000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF6D :106E1000E96E320EE926000EEA22E9CF23F0EACF2E :106E200024F0FC0EDBCFE9FFFD0EDBCFEAFF060E00 :106E3000E926000EEA22EECF3FF0EECF40F0EECF93 :106E400041F0EFCF42F0446A020E456E466A476A4F :106E5000B8EC70F023503B24216E24503C20226E6D :106E600021C0E6FFE66E96EC05F0256E060EE15CAD :106E700002E2E16AE552E16E2550FC0EDBCFE9FF4C :106E8000FD0EDBCFEAFFEE50EFCFEAFFE96E040E16 :106E9000E926000EEA22010EEF6E090EDBCF21F08B :106EA0000A0EDBCF22F0D9500D0FE96E000EDA206A :106EB000EA6E2150EE262250ED22090EDBCF23F0A0 :106EC0000A0EDBCF24F0256A266AFC0EDBCFE9FF31 :106ED000FD0EDBCFEAFF060EE926000EEA22235064 :106EE000EE262450EE222550EE222650EE22090EE8 :106EF000DBCF27F00A0EDBCF28F0F60EDBCFE9FF61 :106F0000F70EDBCFEAFF2750EE262850ED22090EC0 :106F1000DBCF29F00A0EDBCF2AF0D950F80FE96E4B :106F2000FF0EDA20EA6E2950EE5E2A50ED5AB8EFD5 :106F300032F0FC0EDBCFE9FFFD0EDBCFEAFF0A0EDD :106F4000E926000EEA22EECF21F0EECF22F0EECFBE :106F500023F0EFCF24F0FC0EDBCFE9FFFD0EDBCFFB :106F6000EAFF060EE926000EEA22EE50215CEE5002 :106F70002258EE502358EE50245824E2FC0EDBCF6A :106F8000E9FFFD0EDBCFEAFF060EE926000EEA223E :106F9000EECF21F0EECF22F0EECF23F0EFCF24F0B2 :106FA000FC0EDBCFE9FFFD0EDBCFEAFF0A0EE92680 :106FB000000EEA2221C0EEFF22C0EEFF23C0EEFF4A :106FC00024C0EEFFFC0EDBCFE9FFFD0EDBCFEAFFB6 :106FD000040EE926000EEA22EF8A216E100EE15C13 :106FE00002E2E16AE552E16E2150E552E5CFDAFFB7 :106FF000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF26 :10700000D9FFE2CFDAFF070EE12402E3E168E6529E :10701000E16EFC0EDBCFE6FFFD0EDBCFE6FFF9EC09 :1070200029F0E552E552DF6EDF5001E0FBD0FC0EA7 :10703000DBCFE9FFFD0EDBCFEAFF040EE926000EF1 :10704000EA22EF50200B01E1EDD0FC0EDBCFE9FF8F :10705000FD0EDBCFEAFF1A0EE926000EEA22EECF84 :10706000E6FFEECFE6FFEECFE6FFEFCFE6FFFC0E4A :10707000DBCFE9FFFD0EDBCFEAFFEECFE6FFEFCF80 :10708000E6FF35EC08F0216E060EE15C02E2E16AF3 :10709000E552E16E2150DF6EDF5001E0C3D0FC0EFF :1070A000DBCFE9FFFD0EDBCFEAFF1E0EE926000E67 :1070B000EA22050EEECFDBFF060EEDCFDBFF0B0E57 :1070C000E76E050EDBCFE9FF060EDBCFEAFFE750E8 :1070D000E926000EEA22EF8AFC0EDBCFE9FFFD0E67 :1070E000DBCFEAFF0A0EE926000EEA22EECF21F0FE :1070F000EECF22F0EECF23F0EFCF24F01C0EE76EA0 :10710000050EDBCFE9FF060EDBCFEAFFE750E926ED :10711000000EEA2221C0EEFF22C0EEFF23C0EEFFE8 :1071200024C0EEFFFC0EDBCFE9FFFD0EDBCFEAFF54 :107130000E0EE926000EEA22EECFE6FFEECFE6FFC6 :10714000EECFE6FFEFCFE6FF050EDBCFE6FF060E44 :10715000DBCFE6FFA1EC1BF0216E060EE15C02E244 :10716000E16AE552E16E215007EC69F0010E3FC083 :10717000DBFF020E40C0DBFF030E41C0DBFF040E4D :1071800042C0DBFF160EE76E050EDBCFE9FF060EF1 :10719000DBCFEAFFE750E926000EEA22010EDBCF43 :1071A000EEFF020EDBCFEEFF030EDBCFEEFF040E91 :1071B000DBCFEEFF120EE76E050EDBCFE9FF060E0A :1071C000DBCFEAFFE750E926000EEA22EE6AED6A1D :1071D000FC0EDBCFE9FFFD0EDBCFEAFF040EE92654 :1071E000000EEA22EF9AFC0EDBCFE9FFFD0EDBCFAB :1071F000EAFFEE50EFCFEAFFE96E040EE926000E3B :10720000EA22010EEF6EFC0EDBCFE9FFFD0EDBCFB5 :10721000EAFFEECFE6FFEFCFE6FFC0EC08F0E55265 :10722000E552DF6EDF50216E070EE15C02E2E16A9B :10723000E552E16E2150E552E5CFDAFFE7CFD9FF05 :107240001200D9CFE6FFDACFE6FFE1CFD9FFE2CFD8 :10725000DAFFE652FC0EDBCFE6FFFD0EDBCFE6FFEA :10726000CADEE552E552DF6EDF5008E1FC0EDBCFEF :10727000E9FFFD0EDBCFEAFFEE6AED6ADF50E55273 :10728000E552E5CFDAFFE7CFD9FF1200D9CFE6FF0D :10729000DACFE6FFE1CFD9FFE2CFDAFF2F0EE1240C :1072A00002E3E168E652E16EFC0EDBCFE6FFFD0E85 :1072B000DBCFE6FFF9EC29F0E552E552DF6EDF5057 :1072C00003E0DF50A2EF41F0FC0EDBCFE9FFFD0E43 :1072D000DBCFEAFF040EE926000EEA22EF50800B16 :1072E00002E0DAEF40F0FC0EDBCFE9FFFD0EDBCF72 :1072F000EAFF200EE926000EEA22EE50ED1001E131 :1073000072D3D950F80FE96EFF0EDA20EA6EE86802 :10731000EE1801E0EAD1E868EE1801E0E6D1E8688D :10732000EE1801E0E2D1E868EE1801E0DED1FC0ED3 :10733000DBCFE9FFFD0EDBCFEAFF200EE926000ED2 :10734000EA221D0EEECFDBFF1E0EEDCFDBFFD95084 :107350001D0FE96E000EDA20EA6EEECFF3FFEDCFDF :10736000F4FF040EEE26000EEF22F3CFE9FFF4CF78 :10737000EAFF150EEECFDBFF160EEECFDBFF170E8A :10738000EECFDBFF180EEECFDBFF020EF36E190E11 :10739000F3CFDBFF1A0EDB6A1B0EDB6A1C0EDB6A07 :1073A000FC0EDBCFE9FFFD0EDBCFEAFF0E0EE92678 :1073B000000EEA22010EEECFDBFF020EEECFDBFF66 :1073C000030EEECFDBFF040EEECFDBFF010EDBCFB3 :1073D00021F0020EDBCF22F0030EDBCF23F0040EF0 :1073E000DBCF24F0215022102310241001E138D1EA :1073F000D950010FE96E000EDA20EA6E0D0EEECFC5 :10740000DBFF0E0EEECFDBFF0F0EEECFDBFF100E1D :10741000EECFDBFF090EDB6A0A0EDB6A0B0EDB6ABE :107420000C0EDB6AD950190FE96E000EDA20EA6EF5 :10743000020EEE26000EEE22EE22EE22D950010FB1 :10744000E96E000EDA20EA6E050EEECFDBFF060EC7 :10745000EECFDBFF070EEECFDBFF080EEECFDBFF3C :10746000D950090FE96E000EDA20EA6EEE2A000EFE :10747000EE22EE22EE22D950010FE96E000EDA2044 :10748000EA6EEECFE6FFEECFE6FFEECFE6FFEFCF00 :10749000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEECF10 :1074A000E6FFEFCFE6FF96EC0AF0216E060EE15CF8 :1074B00002E2E16AE552E16E2150010E3FC0DBFFBE :1074C000020E40C0DBFF030E41C0DBFF040E42C0D2 :1074D000DBFFD950010FE96E000EDA20EA6ED8808A :1074E000010EEE54000EEE54000EEE54000EEE545B :1074F00002E3CFEF40F0D950010FE96E000EDA2021 :10750000EA6EE868EE180BE1E868EE1808E1E86852 :10751000EE1805E1E868EE1802E1E8EF3FF0010E31 :10752000216E226A236A246AD950050FE96E000E83 :10753000DA20EA6EEE502126EE502222EE5023226F :10754000EE502422D950010FE96E000EDA20EA6EC7 :10755000EE50211808E1EE50221805E1EE502318F4 :1075600002E1EE50241801E169D7150EDBCF21F0BE :10757000160EDBCF22F0170EDBCF23F0180EDBCF79 :1075800024F0D950190FE96E000EDA20EA6EEE50A1 :10759000215CEE502258EE502358EE5024583CE324 :1075A000D9501D0FE96E000EDA20EA6EEECFF3FF20 :1075B000EDCFF4FF040EEE26000EEF22F3CFE9FF2D :1075C000F4CFEAFF090EDBCFEEFF0A0EDBCFEEFFB2 :1075D0000B0EDBCFEEFF0C0EDBCFEEFFD9501D0FF5 :1075E000E96E000EDA20EA6EEECFF3FFEDCFF4FF86 :1075F000040EEE26000EEF22F3CFE9FFF4CFEAFFF0 :107600000D0EDBCFEEFF0E0EDBCFEEFF0F0EDBCF4E :10761000EEFF100EDBCFEEFF010EDBCF21F0020EEE :10762000DBCF22F0030EDBCF23F0040EDBCF24F000 :10763000FC0EDBCFE9FFFD0EDBCFEAFFEE50EFCF14 :10764000EAFFE96E160EE926000EEA22EE50215CF2 :10765000EE502258EE502358EE50245801E2C8D67E :10766000FC0EDBCFE9FFFD0EDBCFEAFF200EE926A3 :10767000000EEA22EE50EFCFEAFFE96E190EDBCFE3 :10768000EEFF1A0EDBCFEEFF1B0EDBCFEEFF1C0E64 :10769000DBCFEEFF150EDBCF21F0160EDBCF22F095 :1076A000170EDBCF23F0180EDBCF24F0D950190FC3 :1076B000E96E000EDA20EA6EEE50215CEE502258A0 :1076C000EE502358EE5024580CE31D0EDBCFE9FF9B :1076D0001E0EDBCFEAFFEE6AEE6AEE6AEE6AA1EFFB :1076E00041F0110EDF6EA1EF41F0F80EDBCF21F07B :1076F000F90EDBCF22F0FA0EDBCF23F0FB0EDBCF4F :1077000024F0FC0EDBCFE9FFFD0EDBCFEAFF0A0E13 :10771000E926000EEA222150EE5C2250EE5823505A :10772000EE582450EE5816E2FC0EDBCFE9FFFD0EBA :10773000DBCFEAFF0A0EE926000EEA22F80EEECFB2 :10774000DBFFF90EEECFDBFFFA0EEECFDBFFFB0E19 :10775000EECFDBFFFC0EDBCFE9FFFD0EDBCFEAFF58 :10776000060EE926000EEA22F80EDBCFEEFFF90E38 :10777000DBCFEEFFFA0EDBCFEEFFFB0EDBCFEEFF33 :10778000F80EDBCF21F0F90EDBCF22F0FA0EDBCFC3 :1077900023F0FB0EDBCF24F0215022102310241005 :1077A00002E1A1EF41F0F80EDBCF25F0F90EDBCFBF :1077B00026F0FA0EDBCF27F0FB0EDBCF28F02506F4 :1077C000000E265A275A285A25C0E6FF26C0E6FF93 :1077D00027C0E6FF28C0E6FFFC0EDBCFE6FFFD0E6C :1077E000DBCFE6FF08EC14F0296E060EE15C02E246 :1077F000E16AE552E16E29503FC021F040C022F01D :1078000041C023F042C024F0FC0EDBCFE9FFFD0EA7 :10781000DBCFEAFF120EE926000EEA223FC0EEFFA0 :1078200022C0EEFF23C0EEFF24C0EEFFFC0EDBCF34 :10783000E9FFFD0EDBCFEAFF120EE926000EEA2279 :10784000EECFE6FFEECFE6FFEECFE6FFEFCFE6FFAF :10785000FC0EDBCFE9FFFD0EDBCFEAFFEECFE6FF4C :10786000EFCFE6FF06EC0AF0216E060EE15C02E2C5 :10787000E16AE552E16E2150110E3FC0DBFF120EAE :1078800040C0DBFF130E41C0DBFF140E42C0DBFF24 :10789000110EDBCF21F0120EDBCF22F0130EDBCF67 :1078A00023F0140EDBCF24F02150221023102410DB :1078B00002E1CFEF40F0F80EDBCF21F0F90EDBCF85 :1078C00022F0FA0EDBCF23F0FB0EDBCF24F02106F3 :1078D000000E225A235A245A090ED89024322332F9 :1078E00022322132E806F9E1FC0EDBCFE9FFFD0E82 :1078F000DBCFEAFFEE50EFCFEAFFE96E020EE9269A :10790000000EEA22EF04266A276A286AE850211648 :10791000265022162750231628502416D950110F0E :10792000E96E000EDA20EA6E2150EE262250EE2299 :107930002350EE222450EE22FC0EDBCFE9FFFD0E99 :10794000DBCFEAFF060EE926000EEA22EECF21F099 :10795000EECF22F0EECF23F0010E2216236A246A26 :10796000215022102310241002E1A1EF41F0110E4A :10797000DBCF25F0120EDBCF26F0130EDBCF27F086 :10798000140EDBCF28F0FC0EDBCFE9FFFD0EDBCFC2 :10799000EAFF160EE926000EEA222550EE1808E14D :1079A0002650EE1805E12750EE1802E12850EE1897 :1079B00002E1A1EF41F0FC0EDBCFE9FFFD0EDBCFD2 :1079C000EAFF160EE926000EEA22110EDBCFEEFFCB :1079D000120EDBCFEEFF130EDBCFEEFF140EDBCF6C :1079E000EEFFA1EF41F0F80EDBCF21F0F90EDBCF77 :1079F00022F0FA0EDBCF23F0FB0EDBCF24F0FC0EDF :107A0000DBCFE9FFFD0EDBCFEAFF0A0EE926000E11 :107A1000EA222150EE5C2250EE582350EE582450BA :107A2000EE5823E2FC0EDBCFE9FFFD0EDBCFEAFFD1 :107A3000040EE926000EEA22EF50020B16E1FC0EBE :107A4000DBCFE9FFFD0EDBCFEAFF0A0EE926000ED1 :107A5000EA22F80EEECFDBFFF90EEECFDBFFFA0ED7 :107A6000EECFDBFFFB0EEECFDBFFFC0EDBCFE9FF43 :107A7000FD0EDBCFEAFF060EE926000EEA222B0EF2 :107A8000EECFDBFF2C0EEECFDBFF2D0EEECFDBFFBC :107A90002E0EEECFDBFF270EDB6A280EDB6A290EE7 :107AA000DB6A2A0EDB6AFC0EDBCFE9FFFD0EDBCFC3 :107AB000EAFF060EE926000EEA22EE6AEE6AEE6A98 :107AC000EE6AF80EDBCF21F0F90EDBCF22F0FA0ED2 :107AD000DBCF23F0FB0EDBCF24F02150221023104C :107AE000241001E18BD3FC0EDBCFE9FFFD0EDBCFD1 :107AF000EAFFEE50EFCFEAFFE96E020EE926000E34 :107B0000EA22EFCF3FF0406A416A426A446A020EBD :107B1000456E466A476A5BEC70F0230E3BC0DBFFA4 :107B2000240E3CC0DBFF250E3DC0DBFF260E3EC011 :107B3000DBFFD9502B0FE96E000EDA20EA6ED880F9 :107B4000000EEE54000EEE54000EEE54000EEE54F5 :107B500001E3D7D02B0EDBCF29F02C0EDBCF2AF0A0 :107B60002D0EDBCF2BF02E0EDBCF2CF02906000ED6 :107B70002A5A2B5A2C5A29C03FF02AC040F02BC059 :107B800041F02CC042F0230EDBCF44F0240EDBCFBB :107B900045F0250EDBCF46F0260EDBCF47F0B8ECE4 :107BA00070F03FC025F040C026F041C027F042C031 :107BB00028F0F80EDBCF21F0F90EDBCF22F0FA0E21 :107BC000DBCF23F0FB0EDBCF24F02106000E225A80 :107BD000235A245A21C03FF022C040F023C041F074 :107BE00024C042F0230EDBCF44F0240EDBCF45F05F :107BF000250EDBCF46F0260EDBCF47F0B8EC70F059 :107C000025503F5C26504058275041582850425834 :107C100001E277D02B0EDBCF21F02C0EDBCF22F050 :107C20002D0EDBCF23F02E0EDBCF24F02106000E2D :107C3000225A235A245A230EDBCF25F0240EDBCF01 :107C400026F0250EDBCF27F0260EDBCF28F0250609 :107C5000000E265A275A285A251E261E271E281E81 :107C60002550211626502216275023162850241658 :107C7000FC0EDBCFE9FFFD0EDBCFEAFF060EE926A7 :107C8000000EEA2221C0EEFF22C0EEFF23C0EEFF6D :107C900024C0EEFFFC0EDBCFE9FFFD0EDBCFEAFFD9 :107CA000060EE926000EEA22EECF21F0EECF22F0FA :107CB000EECF23F0EFCF24F0D950F80FE96EFF0E8E :107CC000DA20EA6E2150EE5E2250EE5A2350EE5A30 :107CD0002450EE5AFC0EDBCFE9FFFD0EDBCFEAFFAE :107CE000120EE926000EEA221F0EEECFDBFF200E59 :107CF000EECFDBFF210EEECFDBFF220EEECFDBFF60 :107D00009AD0FC0EDBCFE9FFFD0EDBCFEAFF0E0EB3 :107D1000E926000EEA221F0EEECFDBFF200EEECF8B :107D2000DBFF210EEECFDBFF220EEECFDBFF1F0EBF :107D3000DBCF21F0200EDBCF22F0210EDBCF23F0B2 :107D4000220EDBCF24F021502210231024105DE1FD :107D5000E66AE66AE66AE66AFC0EDBCFE9FFFD0E3C :107D6000DBCFEAFFEECFE6FFEFCFE6FF50EC11F0FE :107D7000216E060EE15C02E2E16AE552E16E2150FD :107D80001F0E3FC0DBFF200E40C0DBFF210E41C0B5 :107D9000DBFF220E42C0DBFFD9501F0FE96E000E41 :107DA000DA20EA6E010EEE1807E1EE5005E1EE5022 :107DB00003E1EE5001E1F3D1D9501F0FE96E000E3F :107DC000DA20EA6EE868EE180AE1E868EE1807E1E2 :107DD000E868EE1804E1E868EE1801E1F9D0FC0E5D :107DE000DBCFE9FFFD0EDBCFEAFF0E0EE926000E2A :107DF000EA221F0EDBCFEEFF200EDBCFEEFF210EBF :107E0000DBCFEEFF220EDBCFEEFFFC0EDBCFE9FF78 :107E1000FD0EDBCFEAFF120EE926000EEA221F0E4E :107E2000DBCFEEFF200EDBCFEEFF210EDBCFEEFF30 :107E3000220EDBCFEEFF1F0EDBCF21F0200EDBCFBB :107E400022F0210EDBCF23F0220EDBCF24F02150D5 :107E500022102310241001E1D1D1230EDBCF21F019 :107E6000240EDBCF22F0250EDBCF23F0260EDBCF56 :107E700024F0D950F80FE96EFF0EDA20EA6EEE50CA :107E8000215CEE502258EE502358EE50245801E366 :107E900020D1FC0EDBCFE9FFFD0EDBCFEAFF040EA5 :107EA000E926000EEA22EF50020B52E0D9501F0FD4 :107EB000E96E000EDA20EA6EEECFE6FFEECFE6FFC7 :107EC000EECFE6FFEFCFE6FFFC0EDBCFE9FFFD0EC6 :107ED000DBCFEAFFEECFE6FFEFCFE6FF50EC11F08D :107EE000216E060EE15C02E2E16AE552E16E21508C :107EF0001F0E3FC0DBFF200E40C0DBFF210E41C044 :107F0000DBFF220E42C0DBFF1F0EDBCF21F0200E75 :107F1000DBCF22F0210EDBCF23F0220EDBCF24F0CB :107F2000215022102310241041E1D950230FE96E73 :107F3000000EDA20EA6EF80EEECFDBFFF90EEECF80 :107F4000DBFFFA0EEECFDBFFFB0EEECFDBFFC1D087 :107F5000D9501F0FE96E000EDA20EA6EEECFE6FF71 :107F6000EECFE6FFEECFE6FFEFCFE6FFFC0EDBCF76 :107F7000E9FFFD0EDBCFEAFFEECFE6FFEFCFE6FF36 :107F800096EC0AF0216E060EE15C02E2E16AE5522F :107F9000E16E21501F0E3FC0DBFF200E40C0DBFF13 :107FA000210E41C0DBFF220E42C0DBFFD9501F0F64 :107FB000E96E000EDA20EA6EE868EE1816E1E8686D :107FC000EE1813E1E868EE1810E1E868EE180DE12C :107FD000FC0EDBCFE9FFFD0EDBCFEAFF040EE92646 :107FE000000EEA22EF8E010EADD1D9501F0FE96EBF :107FF000000EDA20EA6ED880010EEE54000EEE5428 :10800000000EEE54000EEE5401E3C9D01F0EDBCF7C :1080100021F0200EDBCF22F0210EDBCF23F0220E49 :10802000DBCF24F0FC0EDBCFE9FFFD0EDBCFEAFF58 :10803000EE50EFCFEAFFE96E160EE926000EEA22B7 :10804000EE50215CEE502258EE502358EE5024584A :1080500001E3A5D0FC0EDBCFE9FFFD0EDBCFEAFF8D :10806000120EE926000EEA221F0EDBCFEEFF200ED5 :10807000DBCFEEFF210EDBCFEEFF220EDBCFEEFFDC :10808000FC0EDBCFE9FFFD0EDBCFEAFF060EE92693 :10809000000EEA22230EDB50EE26240EDB50EE22E9 :1080A000250EDB50EE22260EDB50EE22D950F80FC3 :1080B000E96EFF0EDA20EA6E230EDB50EE5E240E30 :1080C000DB50EE5A250EDB50EE5A260EDB50EE5AF0 :1080D000C4D6FC0EDBCFE9FFFD0EDBCFEAFF060EB8 :1080E000E926000EEA22F80EDB50EE26F90EDB50F0 :1080F000EE22FA0EDB50EE22FB0EDB50EE22F80EE3 :10810000DBCF21F0F90EDBCF22F0FA0EFB0E010ED1 :108110002216236A246A21502210231024106EE0B4 :10812000D9501F0FE96E000EDA20EA6EEECFE6FF9F :10813000EECFE6FFEECFE6FFEFCFE6FFFC0EDBCFA4 :10814000E9FFFD0EDBCFEAFFEECFE6FFEFCFE6FF64 :1081500006EC0AF0216E060EE15C02E2E16AE552ED :10816000E16E2150270E3FC0DBFF280E40C0DBFF31 :10817000290E41C0DBFF2A0E42C0DBFF270EDBCFFA :1081800021F0280EDBCF22F0290EDBCF23F02A0EC0 :10819000DBCF24F021502210231024100DE1FC0E1F :1081A000DBCFE9FFFD0EDBCFEAFF040EE926000E70 :1081B000EA22EF8E020EC6D0F80EDBCF21F0F90EC8 :1081C000DBCF22F0FA0EDBCF23F0FB0EDBCF24F067 :1081D000090ED8902432233222322132E806F9E106 :1081E000D950270FE96E000EDA20EA6E2150EE26F4 :1081F0002250EE222350EE222450EE22FC0EDBCF42 :10820000E9FFFD0EDBCFEAFF060EE926000EEA22AB :10821000EECF21F0EECF22F0010E2216236A246A5F :10822000215022102310241038E0270EDBCF25F038 :10823000280EDBCF26F0290EDBCF27F02A0EDBCF6E :1082400028F0FC0EDBCFE9FFFD0EDBCFEAFF160EB8 :10825000E926000EEA222550EE1808E12650EE1815 :1082600005E12750EE1802E12850EE1816E0FC0E4A :10827000DBCFE9FFFD0EDBCFEAFF160EE926000E8D :10828000EA22270EDBCFEEFF280EDBCFEEFF290E12 :10829000DBCFEEFF2A0EDBCFEEFFFC0EDBCFE9FFDC :1082A000FD0EDBCFEAFF0A0EE926000EEA22EECF32 :1082B00021F0EECF22F0EECF23F0EFCF24F0FC0E32 :1082C000DBCFE9FFFD0EDBCFEAFF060EE926000E4D :1082D000EA22EE50215CEE502258EE502358EE5028 :1082E00024582FE2FC0EDBCFE9FFFD0EDBCFEAFFC7 :1082F000060EE926000EEA22EECF21F0EECF22F0A4 :10830000EECF23F0EFCF24F0FC0EDBCFE9FFFD0E24 :10831000DBCFEAFF0A0EE926000EEA2221C0EEFFBB :1083200022C0EEFF23C0EEFF24C0EEFFFC0EDBCF29 :10833000E9FFFD0EDBCFEAFF040EE926000EEA227C :10834000EF8ADF50216E2F0EE15C02E2E16AE55216 :10835000E16E2150E552E5CFDAFFE7CFD9FF1200F9 :10836000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFE0 :108370000F0EE12402E3E168E652E16ED950FC0FF2 :10838000E96EFF0EDA20EA6EEE50ED1002E1090E02 :10839000EDD0E66AFC0EDBCFE9FFFD0EDBCFEAFF96 :1083A000E9CF21F0EACF22F0E9CFE6FFEACFE6FFFE :1083B000D950FA0FE66EFF0EDA20E66EC6EC22F018 :1083C000236E050EE15C02E2E16AE552E16E2350A4 :1083D000DF6EFC0EDBCFE9FFFD0EDBCFEAFF010E07 :1083E000EECFDBFF020EEDCFDBFFDF5001E0B5D0BB :1083F000D950030F216E000EDA20226EFC0EDBCF67 :10840000E9FFFD0EDBCFEAFF140EE926000EEA229B :1084100021C0EEFF22C0EDFFFA0EDBCFE6FFFB0E20 :10842000DBCFE6FFFC0EDBCFE6FFFD0EDBCFE6FF8A :108430001DEC21F0E552E552E552E552DF6EDF50CA :1084400001E084D0FC0EDBCFE9FFFD0EDBCFEAFFBD :10845000120EE926000EEA22EE50ED104AE0FC0E64 :10846000DBCFE9FFFD0EDBCFEAFF120EE926000E9F :10847000EA22EE50EFCFEAFFE96E0B0EE926000E7E :10848000EA22EF50100B33E0FC0EDBCFE9FFFD0ECC :10849000DBCFEAFF120EE926000EEA22EECFE6FF5E :1084A000EFCFE6FF010EDBCFE6FF020EDBCFE6FFEC :1084B00037EC1BF0E552E552E552E55240C022F0A0 :1084C00041C023F042C024F0FC0EDBCFE9FFFD0EDB :1084D000DBCFEAFF060EE926000EEA223FC0EEFFE0 :1084E00022C0EEFF23C0EEFF24C0EEFF02D0050E37 :1084F000DF6EDF502BE1010EDBCFE9FF020EDBCF99 :10850000EAFF060EE926000EEA22EECF21F0EFCFB9 :1085100022F0FC0EDBCFE9FFFD0EDBCFEAFF020EFF :10852000E926000EEA2221C0EEFF22C0EDFFE66E32 :10853000E66AFC0EDBCFE6FFFD0EDBCFE6FFFEECCE :1085400014F0E552E552E552E552DF6E040EDF5CB1 :1085500002E1050EDF6EDF5008E0FC0EDBCFE9FF25 :10856000FD0EDBCFEAFFEE6AED6ADF50216E0F0EE3 :10857000E15C02E2E16AE552E16E2150E552E5CFAD :10858000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF57 :10859000E1CFD9FFE2CFDAFF0D0EE12402E3E1687B :1085A000E652E16EFC0EDBCFE6FFFD0EDBCFE6FF11 :1085B000F9EC29F0E552E552DF6EDF5001E085D09D :1085C000D950FA0FE96EFF0EDA20EA6EEE50ED1088 :1085D00011E1000EE66EE66AFC0EDBCFE6FFFD0E53 :1085E000DBCFE6FFFEEC14F0E552E552E552E55232 :1085F000DF6E6BD0D950010F216E000EDA20226E93 :10860000FC0EDBCFE9FFFD0EDBCFEAFF140EE926FF :10861000000EEA2221C0EEFF22C0EDFFE66EE66A00 :10862000FC0EDBCFE6FFFD0EDBCFE6FFA5EC1CF07A :10863000E552E552E552E552DF6E040EDF5C0FE1D4 :10864000FC0EDBCFE9FFFD0EDBCFEAFF0E0EE926C5 :10865000000EEA22EE6AEE6AEE6AEE6ADF6ADF5028 :1086600034E1FA0EDBCFE6FFFB0EDBCFE6FFFC0EBC :10867000DBCFE6FFFD0EDBCFE6FFBCEC1FF0E552E3 :10868000E552E552E552000EE66EE66AFC0EDBCFDF :10869000E6FFFD0EDBCFE6FF6EEC17F0E552E5528C :1086A000E552E552DF6E040EDF5C0FE1FC0EDBCF1E :1086B000E9FFFD0EDBCFEAFF0E0EE926000EEA22EF :1086C000EE6AEE6AEE6AEE6ADF6ADF50216E0D0E28 :1086D000E15C02E2E16AE552E16E2150E552E5CF4C :0886E000DAFFE7CFD9FF120019 :0886E800D9CFE6FFDACFE6FF6F :1086F000E1CFD9FFE2CFDAFFE652E652E652E65288 :10870000E652D950030FE66E000EDA20E66E100E28 :10871000E66EE66A000EE66E0B0EE66EB00EE66ED4 :10872000060EE66E9CEC2DF0216E080EE15C02E276 :10873000E16AE552E16E2150DF6EDF5001E0A0D02A :10874000030EDBCF21F0040EDBCF22F0100E215CF4 :10875000000E225801E294D00B01005103E0FF0EFD :10876000005D48E10C513AE10D5138E10E5136E11E :108770000F5134E10251E66ED950010FE96E000E3F :10878000DA20EA6EE552E750EE6EED6A03CB21F097 :1087900003CB22F0216AD950010FE96E000EDA20D6 :1087A000EA6E2150EE122250ED12010EDBCF21F0C5 :1087B000020EDBCF22F0100E215C000E22580EE3D9 :1087C000D950010FE96E000EDA20EA6E000ED88053 :1087D000EE54400EED5402E3010E5DD0780E0C5DB8 :1087E00009E1560E0D5D06E1340E0E5D03E1120E39 :1087F0000F5D46E0005105E1FE0E015D02E1030E52 :108800004AD0E668210EE66EE66AE66AB00EE66ECB :10881000060EE66E46EC39F0216E060EE15C02E2D1 :10882000E16AE552E16E2150DF6EDF501CE1D95064 :10883000030FE66E000EDA20E66E080EE66EE66ABC :10884000000EE66E0B0EE66EB00EE66E060EE66EDF :108850009CEC2DF0216E080EE15C02E2E16AE5522B :10886000E16E2150DF6EDF500BE1030EDBCF21F014 :10887000040EDBCF22F0080E215C000E225802E22B :10888000000E09D00B01005103E0FF0E005D02E174 :10889000020E01D0030E216E050EE15C02E2E16AD8 :1088A000E552E16E2150E552E5CFDAFFE7CFD9FF7F :1088B0001200D9CFE6FFDACFE6FFE1CFD9FFE2CF52 :1088C000DAFFE652E652E652E652166AD950FB0F3C :1088D000E96EFF0EDA20EA6EEE50ED1006E1FD0EB5 :1088E000DB500001B75D01E121D1FF0E0001B75D52 :1088F0000AE0B00EE66E060EE66E21EC39F0E552A7 :10890000E5520001B769D950FB0FE96EFF0EDA207E :10891000EA6EEE50ED1028E0FB0EDBCFE9FFFC0E17 :10892000DBCFEAFFEF5020E0FB0EDBCFE6FFFC0ED3 :10893000DBCFE6FFFD0EDB50190DF3CFE9FFF4CFDF :10894000EAFF520EE926090EEA22EE52E9CF21F0A3 :10895000EACF22F0E9CFE6FFEACFE6FFBCEC6EF00B :10896000E552E552E552E552010EE66EFD0EDB5092 :10897000190DF3CFE9FFF4CFEAFF520EE926090EF5 :10898000EA22EE52E9CF21F0EACF22F0E9CFE6FF6A :10899000EACFE6FFB00EE66E060EE66EB6EC2AF003 :1089A000236E050EE15C02E2E16AE552E16E2350BE :1089B000E76E030EE7CFDBFFDB5002E0180E48D076 :1089C000FD0EDBCFB7F0D950FB0FE96EFF0EDA20BA :1089D000EA6EEE50ED1001E1A9D0FD0EDBCFE6FF0F :1089E00083DEE552E66EFD0EDB50190DF3CFE9FF95 :1089F000F4CFEAFF520EE926090EEA22E552E750CB :108A0000EF6EE66AE66AE66AE66AB00EE66E060EA3 :108A1000E66E46EC39F0216E060EE15C02E2E16A98 :108A2000E552E16E2150FD0EDB50190DF3CFE9FF49 :108A3000F4CFEAFF520EE926090EEA22EF50030AAC :108A40003DE0010A21E0030A05E0010A54E1080EB5 :108A5000166E6CD0D950020FE66E000EDA20E66E6C :108A6000D950010FE66E000EDA20E66ED9CFE6FF90 :108A7000DACFE6FFFD0EDBCFE6FF9EEC49F0216E7C :108A8000070EE15C36E233D0D950020FE66E000EDD :108A9000DA20E66ED950010FE66E000EDA20E66E9F :108AA000D9CFE6FFDACFE6FFFD0EDBCFE6FF42ECE3 :108AB0004EF0216E070EE15C1CE219D0D950020F76 :108AC000E66E000EDA20E66ED950010FE66E000E5B :108AD000DA20E66ED9CFE6FFDACFE6FFFD0EDBCF78 :108AE000E6FFB8EC51F0216E070EE15C02E2E16AAC :108AF000E552E16E2150DFCF00FB010EDBCF01FB21 :108B0000020EDBCF02FB0B01010E036FFD0EDB50EB :108B1000190DF3CFE9FFF4CFEAFF520EE926090E53 :108B2000EA22EFCF04FB050E176E186A040EE15C13 :108B300002E2E16AE552E16EE552E5CFDAFFE7CF06 :108B4000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF98 :108B5000E2CFDAFFE65200CBDFFFDF50070850E339 :108B6000196A0B010151010A0AE0010A69E1020ECA :108B7000E66E0B0EE66EDFCFE6FF9BDE5ED0DF50CB :108B80000001B75D2AE0000EE66EE66ADFCFE6FF81 :108B900090DEE552E552E552DF50190DF3CFE9FFC3 :108BA000F4CFEAFF520EE926090EEA22EF0413E1A0 :108BB000DF50190DF3CFE9FFF4CFEAFF520EE9269B :108BC000090EEA220E0EE926000EEA22020EE9261E :108BD000000EEA22EF68165033E1DF50190DF3CF93 :108BE000E9FFF4CFEAFF520EE926090EEA22EF5020 :108BF000030A1BE0010A10E0030A05E0010A20E174 :108C0000050E166E1DD003CBE6FF02CBE6FFDFCFCD :108C1000E6FF62EC4AF011D003CBE6FF02CBE6FFA1 :108C2000DFCFE6FFC1EC50F008D003CBE6FF02CB6C :108C3000E6FFDFCFE6FFDEEC51F0E552E552E5520C :108C4000E552E552E5CFDAFFE7CFD9FF1200D9CFE1 :108C5000E6FFDACFE6FFE1CFD9FFE2CFDAFF070E7A :108C6000E12402E3E168E652E16EFD0EDB50190DEE :108C7000F3CFE9FFF4CFEAFF520EE926090EEA220C :108C80000E0EE926000EEA22E9CFDEFFEACFDDFF75 :108C9000FC0EDB50E66ED950020FE96E000EDA20B2 :108CA000EA6EE552E750EE6EED6ADECFE9FFDDCF0A :108CB000EAFF040EE926000EEA22EF500CE1D9503B :108CC000020FE96E000EDA20EA6E010ED890EE3641 :108CD000ED36E806FBE1FB0EDB50216E226AD9502F :108CE000020FE96E000EDA20EA6E2150EE262250C5 :108CF000ED22020EDBCF21F0030EDBCF22F0236A40 :108D0000246ADECFE9FFDDCFEAFF070EE926000E79 :108D1000EA2221C0EEFF22C0EEFF23C0EEFF24C0F6 :108D2000EEFFDECFE9FFDDCFEAFFEECF21F0EFCFA0 :108D300022F0236A246ADECFE9FFDDCFEAFF070EC7 :108D4000E926000EEA2221C044F022C045F023C0EB :108D500046F024C047F0EECF3FF0EECF40F0EECF2C :108D600041F0EFCF42F05BEC70F03EC0EDFF3DC054 :108D7000EDFF3CC0EDFF3BC0EFFFDECFE9FFDDCFF5 :108D8000EAFF070EE926000EEA22100EEE26000E7C :108D9000EE22EE22EE22DECFE9FFDDCFEAFF070E64 :108DA000E926000EEA22EECFE6FFEECFE6FFEECF99 :108DB000E6FFEFCFE6FFB00EE66E060EE66E46EC7F :108DC00039F0216E060EE15C02E2E16AE552E16EE5 :108DD0002150E76E040EE7CFDBFFDB501FE1D950D7 :108DE000050FE66E000EDA20E66E800EE66EE66A8D :108DF000D20EE66E060EE66EB00EE66E060EE66E5D :108E00009CEC2DF0216E080EE15C02E2E16AE55275 :108E1000E16E2150E76E040EE7CFDBFF040EDB505E :108E20000BE1050EDBCF21F0060EDBCF22F0800E2A :108E3000215C000E225803E2050E166E17D0DECF1D :108E4000E9FFDDCFEAFF020EE926000EEA22FC0E62 :108E5000DBCFEFFFDECFE9FFDDCFEAFF030EE92630 :108E6000000EEA22FB0EDBCFEFFF166A1650226AD5 :108E700016C0F3FF22C0F4FF070EE15C02E2E16AD4 :108E8000E552E16EE552E5CFDAFFE7CFD9FF1200F8 :108E9000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFA5 :108EA0000F0EE12402E3E168E652E16EFD0EDB50B5 :108EB000190DF3CFE9FFF4CFEAFF520EE926090EB0 :108EC000EA220E0EE926000EEA22E9CFDEFFEACF03 :108ED000DDFFFB0EDBCFE9FFFC0EDBCFEAFF010E6F :108EE000EF6EF90EDBCFE9FFFA0EDBCFEAFF010EE2 :108EF000EF6EDECFE9FFDDCFEAFFEECF21F0EFCF5F :108F000022F0070E21C0DBFF080E22C0DBFF090E96 :108F1000DB6A0A0EDB6AD950070FE96E000EDA2011 :108F2000EA6E100EEE26000EEE22EE22EE22D95050 :108F3000070FE96E000EDA20EA6EEECFE6FFEECF05 :108F4000E6FFEECFE6FFEFCFE6FFB00EE66E060ED1 :108F5000E66E46EC39F0216E060EE15C02E2E16A53 :108F6000E552E16E2150E76E060EE7CFDBFFDB50E6 :108F70001FE1D9500D0FE66E000EDA20E66E800E6E :108F8000E66EE66AD20EE66E060EE66EB00EE66E8F :108F9000060EE66E9CEC2DF0216E080EE15C02E2FE :108FA000E16AE552E16E2150E76E060EE7CFDBFF86 :108FB000060EDB500CE00D0EDBCF21F00E0EDBCFEA :108FC00022F0800E215C000E225801E2ABD1DECFF0 :108FD000E9FFDDCFEAFF060EE926000EEA22EF6A7E :108FE000020EDB6A400EF36E020EDBCFF4FFF3508D :108FF000F45C01E3FED0020EDB28EA6AD20FE96ED0 :10900000060EEA22EFCF23F023C024F0236A020EDB :10901000DB50EA6AD20FE96E060EEA22EF50000139 :109020002324216E000E2420226E0B0E21C0DBFFB4 :109030000C0E22C0DBFFD9500B0FE96E000EDA20B8 :10904000EA6EEE50ED1001E1D4D00C0EDB50800B37 :1090500002E0010E01D0000EE76E050EE7CFDBFF48 :10906000D9500B0FE96E000EDA20EA6EEE523F0E79 :10907000ED16DECFE9FFDDCFEAFF060EE926000E92 :10908000EA22EF2A050EDB5007E0F90EDBCFE9FFFD :10909000FA0EDBCFEAFFEF6ADECFE9FFDDCFEAFFB2 :1090A000050EE926000EEA22EF5005E1050EDB5021 :1090B00002E1000E01D0010E000902E0010E01D014 :1090C000020EE76E040EE7CFDBFF0B0EDBCF21F0C5 :1090D0000C0EDBCF22F0236A246AD950070FE96E09 :1090E000000EDA20EA6EEE502126EE502222EE50DB :1090F0002322EE50242221C0E6FF22C0E6FF23C037 :10910000E6FF24C0E6FFB00EE66E060EE66E46EC05 :1091100039F0256E060EE15C02E2E16AE552E16E8D :109120002550E76E060EE7CFDBFFDB501FE1D9507D :109130000D0FE66E000EDA20E66E0E0EE66EE66AA3 :10914000000EE66E0B0EE66EB00EE66E060EE66ED6 :109150009CEC2DF0216E080EE15C02E2E16AE55222 :10916000E16E2150E76E060EE7CFDBFF060EDB5007 :1091700040E10D0EDBCF21F00E0EDBCF22F0215CA3 :10918000000E225836E3030EDB6ADB50EA6A000F5A :10919000E96E0B0EEA22EF50FE0821E1030EDBCF51 :1091A000E7FF040EDB50E726030EE7CFDBFFDBCF44 :1091B000E7FF040EDB50E726030EE7CFDBFFDB50B3 :1091C000EA6A000FE96E0B0EEA22EF50010B07E08E :1091D000FB0EDBCFE9FFFC0EDBCFEAFFEF6A020EEE :1091E000216EDBCFE7FFE850E726020EE7CFDBFF7B :1091F000F9D6DECFE9FFDDCFEAFF060EE926000E45 :10920000EA22EF506BE1E66AE66AFD0EDBCFE6FF8D :109210001EDDE552E552E552020EDB6A400EF36EAA :10922000020EDBCFF4FFF350F45C58E2020EDB28B1 :10923000EA6AD20FE96E060EEA22EFCF23F023C0CE :1092400024F0236A020EDB50EA6AD20FE96E060EA2 :10925000EA22EF502324216E000E2420226E0B0EF2 :1092600021C0DBFF0C0E22C0DBFFD9500B0FE96ED3 :10927000000EDA20EA6EEE50ED1030E00C0EDB50FE :10928000800B02E0010E01D0000EE76E050EE7CF65 :10929000DBFFD9500B0FE96E000EDA20EA6EEE52BA :1092A0003F0EED16DECFE9FFDDCFEAFF060EE92621 :1092B000000EEA22EF2A050EDB5007E0F90EDBCFA5 :1092C000E9FFFA0EDBCFEAFFEF6A020EDBCFE7FF22 :1092D000E850E726020EE7CFDBFFA0D7DECFE9FF9D :1092E000DDCFEAFF050EE926000EEA22EF5008E086 :1092F000F90EDBCFE9FFFA0EDBCFEAFF010EEF6ECE :10930000DECFE9FFDDCFEAFF040EE926000EEA22F8 :10931000EF5008E0FB0EDBCFE9FFFC0EDBCFEAFFEE :10932000010EEF6E0F0EE15C02E2E16AE552E16EC2 :10933000E552E5CFDAFFE7CFD9FF1200D9CFE6FF3C :10934000DACFE6FFE1CFD9FFE2CFDAFFE652E6520D :10935000E652E652E652FD0EDB50190DF3CFE9FF5F :10936000F4CFEAFF520EE926090EEA220E0EE92694 :10937000000EEA22E9CF21F0EACF22F0E9CFDEFFAA :10938000EACFDDFFD950030FE66E000EDA20E66E5D :10939000100EE66EE66AD20EE66E060EE66EB00EB1 :1093A000E66E060EE66E9CEC2DF0216E080EE15C7A :1093B00002E2E16AE552E16E2150E76E020EE7CF6C :1093C000DBFFDB500BE1030EDBCF21F0040EDBCF24 :1093D00022F0100E215C000E225803E2050E166EDC :1093E00065D00601D305E66EFB0EDBCFE9FFFC0E70 :1093F000DBCFEAFFE552E750EF6E100ED615E66EB2 :10940000DECFE9FFDDCFEAFF040EE926000EEA22F7 :10941000E552E750EF6E400ED615E66EDECFE9FF5F :10942000DDCFEAFF050EE926000EEA22E552E750FD :10943000EF6ED5C623F0D5C624F0236AD4510001BF :109440002310216ED5C622F0DECFE9FFDDCFEAFF83 :10945000EE6E22C0EDFFDECFE9FFDDCFEAFF020EA8 :10946000E926000EEA22EF68DECFE9FFDDCFEAFF52 :10947000030EE926000EEA22EF68F70EDBCFE6FFC7 :10948000F80EDBCFE6FFF90EDBCFE6FFFA0EDBCFFF :10949000E6FFFD0EDBCFE6FFFBDC216E050EE15C97 :1094A00002E2E16AE552E16E2150166A050EE15CC6 :1094B00002E2E16AE552E16EE552E5CFDAFFE7CF7D :1094C000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF0F :1094D000E2CFDAFF130EE12402E3E168E652E16E27 :1094E000FD0EDB50190DF3CFE9FFF4CFEAFF520E6A :1094F000E926090EEA220E0EE926000EEA22EACF3C :1095000022F0E9CFDEFFEACFDDFFDECFE9FFDDCFDE :10951000EAFF060EE926000EEA22EF50F36EFB0E7C :10952000DBCFF4FFF350F45C02E2000E01D0010E39 :10953000E76E020EE7CFDBFFDB5010E0DECFE9FF86 :10954000DDCFEAFF060EE926000EEA22FB0EDBCF96 :10955000E7FFEF50E75EFB0EE7CFDBFFDECFE9FF73 :10956000DDCFEAFF020EE926000EEA22EFCF21F05E :10957000FC0EDB50215C0EE1DECFE9FFDDCFEAFF20 :10958000030EE926000EEA22EFCF22F0020EDB5096 :10959000225C14E0020EDBCFE6FFFC0EDBCFE6FF21 :1095A000FD0EDBCFE6FF27EC46F0E552E552E55233 :1095B000120EF3CFDBFFDB5001E056D3060EDB6A61 :1095C000400EF36E060EDBCFF4FFF350F45C01E3C4 :1095D0004BD3060EDB28EA6AD20FE96E060EEA22AA :1095E000EFCF23F023C024F0236A060EDB50EA6A93 :1095F000D20FE96E060EEA22EF5000012324216EFD :10960000000E2420226E030E21C0DBFF040E22C0B8 :10961000DBFFD950030FE96E000EDA20EA6EEE5040 :10962000ED1001E121D3040EDB50800B02E0010EAE :1096300001D0000EE76E050EE7CFDBFFD950030F18 :10964000E96E000EDA20EA6EEE523F0EED16DECF26 :10965000E9FFDDCFEAFF050EE926000EEA22EF5012 :1096600005E1050EDB5002E1000E01D0010E0009FC :1096700002E0010E01D0020EE76E090EE7CFDBFF1C :10968000030EDBCF21F0040EDBCF22F0236A246A25 :10969000DECFE9FFDDCFEAFF070EE926000EEA2262 :1096A000EE502126EE502222EE502322EE502422AC :1096B00021C0E6FF22C0E6FF23C0E6FF24C0E6FF8C :1096C000B00EE66E060EE66E46EC39F0256E060E1E :1096D000E15C02E2E16AE552E16E2550E76E120EAE :1096E000E7CFDBFFDB501FE1D950100FE66E000E15 :1096F000DA20E66E0E0EE66EE66A000EE66E0B0EE1 :10970000E66EB00EE66E060EE66E9CEC2DF0216E57 :10971000080EE15C02E2E16AE552E16E2150E76E7B :10972000120EE7CFDBFF120EDB5001E09DD2100ED0 :10973000DBCF21F0110EDBCF22F00E0E215C000EEC :10974000225801E291D2070EDB6ADB50EA6A000F71 :10975000E96E0B0EEA22EF50FE0801E07AD2070E06 :10976000DBCFE7FF090EDB50E726070EE7CFDBFF75 :10977000DB50EA6A000FE96E0B0EEA22EFCF21F010 :10978000FC0EDB50215C01E064D2070EDBCFE7FF6B :10979000090EDB50E726070EE7CFDBFFDB50EA6A56 :1097A000000FE96E0B0EEA22EF50010B216E020E44 :1097B000DB50215C01E04DD2070EDBCFE7FF090E45 :1097C000DB50E726070EE7CFDBFFDB50EA6A000F2E :1097D000E96E0B0EEA22EFCF21F0FB0EDB50215C8D :1097E00001E037D2070EDBCFE7FF090EDB50E7269B :1097F000070EE7CFDBFFDBCFE7FF090EDB50E726E5 :10980000070EE7CFDBFFDBCFE7FF090EDB50E726D4 :10981000070EE7CFDBFFDBCFE7FF090EDB50E726C4 :10982000070EE7CFDBFF050EDB5002E02B0E01D069 :109830001E0EE76E0E0EE7CFDBFFDBCFE7FF090E54 :10984000DB50E7020E0EF3CFDBFF070EDB50E76EB7 :10985000030EDBCF21F0040EDBCF22F0E7502126F0 :10986000000E2222236A246ADECFE9FFDDCFEAFF61 :10987000070EE926000EEA22EE502126EE502222A3 :10988000EE502322EE50242221C0E6FF22C0E6FF44 :1098900023C0E6FF24C0E6FFB00EE66E060EE66EBD :1098A00046EC39F0256E060EE15C02E2E16AE55213 :1098B000E16E2550E76E120EE7CFDBFFDB5020E1B3 :1098C000D950100FE66E000EDA20E66E0E0EDBCFDA :1098D000E6FFE66A000EE66E0B0EE66EB00EE66E72 :1098E000060EE66E9CEC2DF0216E080EE15C02E2A5 :1098F000E16AE552E16E2150E76E120EE7CFDBFF21 :10990000120EDB5001E0B0D1100EDBCF21F0110EB2 :10991000DBCF22F00E0EDB50246AE850215C24508D :10992000225801E2A1D10F0EDB68080EDB6A0E0E91 :10993000DB50F36E080EDBCFF4FFF350F45C2CE247 :10994000F80E216E080EDB50EA6A000FE96E0B0E6E :10995000EA22EF50D880215415E3080EDB50EA6A62 :10996000000FE96E0B0EEA22EF50FB080BE3080E26 :10997000DB50EA6A000FE96E0B0EEA220F0EEFCF02 :10998000DBFF0AD0080EDBCFE7FF090EDB50E7262E :10999000080EE7CFDBFFCBD70F0EDB50FF0801E14E :1099A00063D1080EDBCFE7FF090EDB50E726080E78 :1099B000E7CFDBFF070EDB50E76E030EDBCF25F0B2 :1099C000040EDBCF26F0E7502526000E2622080ED7 :1099D000DB5000012524216E000E2620226E236A12 :1099E000246ADECFE9FFDDCFEAFF070EE926000E8D :1099F000EA22EE502126EE502222EE502322EE5093 :109A0000242221C0E6FF22C0E6FF23C0E6FF24C0D7 :109A1000E6FFB00EE66E060EE66E46EC39F0276EF7 :109A2000060EE15C02E2E16AE552E16E2750E76E64 :109A3000120EE7CFDBFFDB5001E016D1090EDB048D :109A400020E1D950100FE66E000EDA20E66EE66ACD :109A5000010EE66E000EE66E0B0EE66EB00EE66EC2 :109A6000060EE66E9CEC2DF0216E080EE15C02E223 :109A7000E16AE552E16E2150E76E120EE7CFDBFF9F :109A8000D3D0D9500A0FE96EDACFEAFF000EEA22EE :109A9000000EEE6E0B0EED6ED950100FE66E000E3E :109AA000DA20E66EE66A010EE66E520EE66E070EEC :109AB000E66EB00EE66E060EE66E9CEC2DF0216EA4 :109AC000080EE15C02E2E16AE552E16E2150E76EC8 :109AD000120EE7CFDBFFDB5001E0C6D0100EDBCF6C :109AE00021F0110EDBCF22F0000E215C010E225876 :109AF00001E2BAD0D9500C0FE96EDACFEAFF000EBE :109B0000EA22520EEE6E070EED6E080EDB6ADB5097 :109B1000216E226AD890225004E6800E215C000E4D :109B200022581FE20C0EDBCFE9FFDB2A0D0EDBCF44 :109B3000EAFF01E3DB2AEF50E66E0A0EDBCFE9FF16 :109B4000DB2A0B0EDBCFEAFF01E3DB2AE552E7500D :109B5000EF6E0C0EDB2A0D0E01E3DB2A080EDB2A6A :109B6000D6D7D950100FE66E000EDA20E66EE66A00 :109B7000010EE66E520EE66E070EE66EB00EE66E53 :109B8000060EE66E9CEC2DF0216E080EE15C02E202 :109B9000E16AE552E16E2150E76E120EE7CFDBFF7E :109BA000DB5062E1100EDBCF21F0110EDBCF22F093 :109BB000000E215C010E225857E3D9500C0FE96EBC :109BC000DACFEAFF000EEA22520EEE6E070EED6EBD :109BD000080EDB6ADB50216E226AD890225004E620 :109BE000800E215C000E22581FE20C0EDBCFE9FF35 :109BF000DB2A0D0EDBCFEAFF01E3DB2AEF50E66E36 :109C00000A0EDBCFE9FFDB2A0B0EDBCFEAFF01E315 :109C1000DB2AE552E750EF6E0C0EDB2A0D0E01E356 :109C2000DB2A080EDB2AD6D70F0EDB50F80806E039 :109C30000F0EDB50FA0802E0000E01D0010E000901 :109C400002E0060E01D0000E166E176A010E186EA5 :109C50000DD0020E216E060EDBCFE7FF2150E72666 :109C6000060EE7CFDBFFACD4050E166E130EE15CDB :109C700002E2E16AE552E16EE552E5CFDAFFE7CFB5 :109C8000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF47 :109C9000E2CFDAFF080EE12402E3E168E652E16E6A :109CA000FD0EDB50190DF3CFE9FFF4CFEAFF520EA2 :109CB000E926090EEA220E0EE926000EEA22060E19 :109CC000E9CFDBFF070EEACFDBFFFB0EDBCFE9FFBF :109CD000FC0EDBCFEAFFEF6AF90EDBCFE9FFFA0EED :109CE000DBCFEAFF010EEF6EF70EDBCFE9FFF80ED8 :109CF000DBCFEAFF010EEF6E060EDBCFE9FF070EAA :109D0000DBCFEAFFEF6A010EDB6A020EDB6A010EAF :109D1000DBCF21F0020EDBCF22F0550E215C0B0EC3 :109D2000225801E3BFD0D950040FE66E000EDA20AE :109D3000E66EFF0EE66EE66A000EE66E0B0EE66E4F :109D4000B00EE66E060EE66E9CEC2DF0216E080E4F :109D5000E15C02E2E16AE552E16E2150E76E030E3A :109D6000E7CFDBFFDB5001E0A4D0040EDBCF21F016 :109D7000050EDBCF22F0FF0E215C000E225801E21F :109D800098D0DF6ADF50216E226AD890225004E614 :109D9000FF0E215C000E2258BAE2010EDBCF23F049 :109DA000020EDBCF24F0550E235C0B0E2458AFE2DD :109DB000DF50EA6A000FE96E0B0EEA22EF50FF084F :109DC00068E0DF50EA6A000FE96E0B0EEA22EFCF7F :109DD00021F0FB0EDBCFE9FFFC0EDBCFEAFFEF50FB :109DE000D880215411E2DF50EA6A000FE96E0B0EB1 :109DF000EA22EF50E66EFB0EDBCFE9FFFC0EDBCF75 :109E0000EAFFE552E750EF6EDF28EA6A000FE96EDD :109E10000B0EEA22EFCF21F0060EDBCFE9FF070E93 :109E2000DBCFEAFFEF50D880215411E2DF28EA6A45 :109E3000000FE96E0B0EEA22EF50E66E060EDBCF46 :109E4000E9FF070EDBCFEAFFE552E750EF6E020EA7 :109E5000DF24EA6A000FE96E0B0EEA22EF50800B56 :109E600007E0F70EDBCFE9FFF80EDBCFEAFFEF6A82 :109E7000020EDF24EA6A000FE96E0B0EEA22EF50B1 :109E8000100B07E0F90EDBCFE9FFFA0EDBCFEAFF9C :109E9000EF6A030EDF26010EDB2A020E01E272D703 :109EA000DB2A70D7060EDBCFE9FF070EDBCFEAFF18 :109EB000EF2A080EE15C02E2E16AE552E16EE5524A :109EC000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF2F :109ED000E6FFE1CFD9FFE2CFDAFF0A0EE12402E389 :109EE000E168E652E16EFD0EDB50190DF3CFE9FF9C :109EF000F4CFEAFF520EE926090EEA220E0EE926F9 :109F0000000EEA22E9CF21F0EACF22F0E9CFDEFF0E :109F1000EACFDDFFDECFE9FFDDCFEAFF020EE92663 :109F2000000EEA22EECFE6FFEECFE6FFEECFE6FF31 :109F3000EFCFE6FFB00EE66E060EE66E46EC39F0A9 :109F4000216E060EE15C02E2E16AE552E16E21500B :109F5000E76E090EE7CFDBFFDB504AE1DECFE9FF1A :109F6000DDCFEAFF020EE926000EEA22EE52220EB3 :109F7000EE26000EEE22EE22020EDB6A030EDB6AF4 :109F8000020EDBCF21F0030EDBCF22F0550E215C59 :109F90000B0E225801E3E6D0D950070FE66E000EF3 :109FA000DA20E66EFF0EE66EE66A000EE66E0B0E37 :109FB000E66EB00EE66E060EE66E9CEC2DF0216E9F :109FC000080EE15C02E2E16AE552E16E2150E76EC3 :109FD000090EE7CFDBFFDB500BE1070EDBCF21F0F3 :109FE000080EDBCF22F0FF0E215C000E225802E2A9 :109FF000000EB9D0040EDB6A040EDB50216E226A1B :10A00000D890225004E6FF0E215C000E2258B8E2E0 :10A01000020EDBCF23F0030EDBCF24F0550E235CC2 :10A020000B0E2458ADE2040EDB50EA6A000FE96E15 :10A030000B0EEA22EF50FF0847E0040EDB50EA6AFD :10A04000000FE96E0B0EEA22EFCF21F0FC0EDB5081 :10A05000215C3AE1040EDB28EA6A000FE96E0B0E80 :10A06000EA22EFCF22F0FB0EDB50225C2DE1040E42 :10A07000DB50020FEA6A000FE96E0B0EEA22EF5086 :10A08000100B02E0010E01D0000EE76E060EE7CFC6 :10A09000DBFFDB50F36EFA0EDB50F35C15E1040ED0 :10A0A000DB50020FEA6A000FE96E0B0EEA22EF5056 :10A0B000E00BE66EDECFE9FFDDCFEAFFEE52E552C0 :10A0C000E750EF6E010E4FD0040EDB50EA6A000F2E :10A0D000E96E0B0EEA22EF50FF0802E1020E01D0FA :10A0E000010E216E040EDB50020FEA6A000FE96ECA :10A0F0000B0EEA22EF50030B2118E76E050EE7CF97 :10A10000DBFF800E216E226A236A246A050EDB5073 :10A110001F0B07E0D8902136223623362436E80676 :10A12000F9E1DECFE9FFDDCFEAFF020EE926000EFE :10A13000EA222150EE262250EE222350EE22245015 :10A14000EE22030E216E040EDBCFE7FF2150E7263F :10A15000040EE7CFDBFF020EDB2A030E01E24CD731 :10A16000DB2A4AD7000E216E0A0EE15C02E2E16AA8 :10A17000E552E16E2150E552E5CFDAFFE7CFD9FF96 :10A180001200D9CFE6FFDACFE6FFE1CFD9FFE2CF69 :10A19000DAFF060EE12402E3E168E652E16EFD0E0D :10A1A000DB50190DF3CFE9FFF4CFEAFF520EE92699 :10A1B000090EEA220E0EE926000EEA22E9CF21F06E :10A1C000EACF22F0E9CFDEFFEACFDDFFDECFE9FF05 :10A1D000DDCFEAFFEF50F36EFB0EDBCFF4FFF35061 :10A1E000F45C02E2000E01D0010EE76E050EE7CF2F :10A1F000DBFFDB500CE0DECFE9FFDDCFEAFFFB0E3B :10A20000DBCFE7FFEF50E75EFB0EE7CFDBFFDECFF4 :10A21000E9FFDDCFEAFF020EE926000EEA22EE6A30 :10A22000EE6AEE6AEE6A050EDBCFE6FFFB0EDBCFD1 :10A23000E6FFFC0EDBCFE6FFFD0EDBCFE6FF45DEE3 :10A24000E552E552E552E552000913E1050EDBCF78 :10A25000E6FFFB0EDBCFE6FFFC0EDBCFE6FFFD0EDD :10A26000DBCFE6FF32DEE552E552E552E55200096A :10A2700051E0DECFE9FFDDCFEAFF020EE926000E56 :10A28000EA22EECFE6FFEECFE6FFEECFE6FFEFCF1E :10A29000E6FFB00EE66E060EE66E46EC39F0216E75 :10A2A000060EE15C02E2E16AE552E16E2150E76EE2 :10A2B000020EE7CFDBFFDB501FE1D950030FE66E44 :10A2C000000EDA20E66EE66A010EE66E000EE66E1D :10A2D0000B0EE66EB00EE66E060EE66E9CEC2DF0F2 :10A2E000216E080EE15C02E2E16AE552E16E215066 :10A2F000E76E020EE7CFDBFF020EDB500BE1030E31 :10A30000DBCF21F0040EDBCF22F0000E215C010E2A :10A31000225803E2050E166E1FD0DECFE9FFDDCF17 :10A32000EAFFEE52EF50A00810E0DECFE9FFDDCFEC :10A33000EAFFEE52EF50600808E0DECFE9FFDDCF24 :10A34000EAFFEE52EF50200803E1060E166E01D030 :10A35000166A176A010E186E060EE15C02E2E16AE7 :10A36000E552E16EE552E5CFDAFFE7CFD9FF120003 :10A37000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFB0 :10A38000FB0EDBCFE9FFFC0EDBCFEAFF230EEF6E07 :10A39000F90EDBCFE9FFFA0EDBCFEAFF010EEF6E1D :10A3A000F70EDBCFE9FFF80EDBCFEAFF010EEF6E11 :10A3B000E552E5CFDAFFE7CFD9FF1200D9CFE6FFAC :10A3C000DACFE6FFE1CFD9FFE2CFDAFFE652E6527D :10A3D000E652E652E652FD0EDB50190DF3CFE9FFCF :10A3E000F4CFEAFF520EE926090EEA220E0EE92604 :10A3F000000EEA22E9CFDEFFEACFDDFF0A0EF36EA0 :10A40000FB0EDBCFF4FFF350F45C02E3050E9AD0B1 :10A41000FC0EDBCF21F0226A236A246ADECFE9FF3B :10A42000DDCFEAFF21C0EEFF22C0EEFF23C0EEFF2A :10A4300024C0EEFFDECFE9FFDDCFEAFF0A0E446E57 :10A44000456A466A476AEECF3FF0EECF40F0EECF66 :10A4500041F0EFCF42F05BEC70F03EC0EDFF3DC04D :10A46000EDFF3CC0EDFF3BC0EFFFFB0EDBCF21F06B :10A47000226A236A246ADECFE9FFDDCFEAFF21509A :10A48000EE262250EE222350EE222450EE22DECF82 :10A49000E9FFDDCFEAFFEF50EE6AEFCFF4FFEE6E9B :10A4A000EF50F4CFEEFFEF6EDECFE9FFDDCFEAFF36 :10A4B000EECFE6FFEECFE6FFEECFE6FFEFCFE6FF13 :10A4C000B00EE66E060EE66E46EC39F0216E060E14 :10A4D000E15C02E2E16AE552E16E2150E76E020EB4 :10A4E000E7CFDBFFDB501FE1D950030FE66E000E14 :10A4F000DA20E66EE66A010EE66E000EE66E0B0EE0 :10A50000E66EB00EE66E060EE66E9CEC2DF0216E49 :10A51000080EE15C02E2E16AE552E16E2150E76E6D :10A52000020EE7CFDBFF020EDB500BE1030EDBCFA9 :10A5300021F0040EDBCF22F0000E215C010E225828 :10A5400003E2180E166E0BD0176A010E186EFC0E81 :10A55000DB50110802E1060E01D0000E166E050E4A :10A56000E15C02E2E16AE552E16EE552E5CFDAFF35 :06A57000E7CFD9FF120045 :0AA57600D9CFE6FFDACFE6FFE1CF10 :10A58000D9FFE2CFDAFFFD0EDB50C96EFD0EDB50C6 :10A59000046EC7A0FED78B80C950206E8B90E55209 :10A5A000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF48 :10A5B000E6FFE1CFD9FFE2CFDAFFE652E652010E25 :10A5C000DB6ADF6A040EDF5C15E2DF50B70DF3CF04 :10A5D000E9FFF4CFEAFF320EE926030EEA222F0E3E :10A5E000E926000EEA22EF5003E0DE52010EDD6E96 :10A5F000DF2AE8D7010EDB50056EE552E552E55241 :10A60000E5CFDAFFE7CFD9FF1200D9CFE6FFDACFE7 :10A61000E6FFE1CFD9FFE2CFDAFFE652E652E6529B :10A62000E652E652520EDE6E070EDD6EE66A010E4F :10A63000E66EE66ADECFE6FFDDCFE6FFA2EC6EF067 :10A64000216E050EE15C02E2E16AE552E16E215005 :10A65000DECFE9FFDDCFEAFF560EEF6EDECFE9FF7A :10A66000DDCFEAFFEE52CB0EEF6EDECFE9FFDDCF9E :10A67000EAFF020EE926000EEA22100EEF6EDECF90 :10A68000E9FFDDCFEAFF040EE926000EEA22010E03 :10A69000EF6EDECFE9FFDDCFEAFF050EE926000E03 :10A6A000EA22010EEF6EDECFE9FFDDCFEAFF0A0EF0 :10A6B000E926000EEA22430EEF6EF29CDECFE9FFA0 :10A6C000DDCFEAFF0C0EE926000EEA22C4C0EFFF40 :10A6D000DECFE9FFDDCFEAFF0D0EE926000EEA220C :10A6E000C3C0EFFF640E0001C525E66EDECFE9FFB3 :10A6F000DDCFEAFF0E0EE926000EEA22E552E75012 :10A70000EF6EF28CDECFE9FFDDCFEAFF1B0EE9260C :10A71000000EEA22030EEF6EDECFE9FFDDCFEAFF87 :10A720001C0EE926000EEA22480EEF6EDECFE9FF8E :10A73000DDCFEAFF1D0EE926000EEA22C00EEF6E05 :10A74000DECFE9FFDDCFEAFF1E0EE926000EEA228A :10A75000080EEF6EDECFE9FFDDCFEAFF1F0EE92620 :10A76000000EEA22010EEF6EDECFE9FFDDCFEAFF39 :10A770001A0EE926000EEA22060EEF6E6D0E216E0D :10A78000E20E226E236A21C0E6FFE66E23C0E6FFDA :10A79000DECFE9FFDDCFEAFF200EE926000EEA2238 :10A7A000E9CF24F0EACF25F0E9CFE6FFEACFE6FFD4 :10A7B000DDEC6EF0266E050EE15C02E2E16AE55228 :10A7C000E16E2650D950030FE66E000EDA20E66ED9 :10A7D000E66A010EE66E520EE66E070EE66EFC0E9F :10A7E000DBCFE6FFFD0EDBCFE6FF37EC32F0216E6C :10A7F000080EE15C02E2E16AE552E16E2150E76E8B :10A80000020EE7CFDBFFDB5028E1FC0EDBCFE6FFDB :10A81000FD0EDBCFE6FFFBEC37F0E552E552E76ECD :10A82000020EE7CFDBFFDB5018E1E66AE66AE66A74 :10A83000E66AFC0EDBCFE6FFFD0EDBCFE6FF46EC63 :10A8400039F0216E060EE15C02E2E16AE552E16E4A :10A850002150E76E020EE7CFDBFF000E216E050EE2 :10A86000E15C02E2E16AE552E16E2150E552E5CF9A :10A87000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF44 :10A88000E1CFD9FFE2CFDAFF0C0EE12402E3E16869 :10A89000E652E16EFD0EDB50B70DF3CF21F0F4CFA1 :10A8A00022F0320E2126030E22220A0E21C0DBFFE7 :10A8B0000B0E22C0DBFF0A0EDBCFE9FF0B0EDBCF56 :10A8C000EAFF2F0EE926000EEA22EF5002E0000E0A :10A8D000C4D2FD0EDB50B70DF3CFE9FFF4CFEAFF92 :10A8E000320EE926030EEA22220EE926000EEA22A3 :10A8F000E9CFDEFFEACFDDFFDECFE9FFDDCFEAFF04 :10A90000EF5030E1650E216EE20E226E236A21C007 :10A91000E6FFE66E23C0E6FFDECFE6FFDDCFE6FF13 :10A92000DDEC6EF0246E050EE15C02E2E16AE552B8 :10A93000E16E2450FD0EDB50300FE66EDECFE9FFF6 :10A94000DDCFEAFF070EE926000EEA22E552E750C6 :10A95000EF6EDECFE9FFDDCFEAFF080EE926000E3D :10A96000EA22EF6A030EF36E070EF3CFDBFFFC0E55 :10A97000DBA203D0070EF36E05D0DBA405D0010ED9 :10A98000F36E070EF3CFDBFF070EDBCFE6FFDECF64 :10A99000E6FFDDCFE6FF0A0EDBCFE9FF0B0EDBCFD4 :10A9A000EAFFE9CF21F0EACF22F0E9CFE6FFEACFD4 :10A9B000E6FFB6EC2AF0236E050EE15C02E2E16AE6 :10A9C000E552E16E2350E76E020EE7CFDBFFDB506E :10A9D00001E041D2FC0EDB50030B58E10A0EDBCF45 :10A9E000E9FF0B0EDBCFEAFF370EE926000EEA2265 :10A9F000E9CF21F0EACF22F00A0EDBCFE9FF0B0E00 :10AA0000DBCFEAFF200EE926000EEA2221C0EEFF8E :10AA100022C0EDFF0A0EDBCFE9FF0B0EDBCFEAFF12 :10AA2000370EE926000EEA22200EEE6EEE6AEE6A7E :10AA3000EE6AE668E668E668E6680A0EDBCFE9FFDC :10AA40000B0EDBCFEAFFE9CF21F0EACF22F0E9CF0E :10AA5000E6FFEACFE6FF46EC39F0236E060EE15C36 :10AA600002E2E16AE552E16E2350E76E020EE7CFA3 :10AA7000DBFFDB500BE10A0EDBCFE9FF0B0EDBCF78 :10AA8000EAFF2F0EE926000EEA22EF82FC0EDBA27F :10AA900018D00A0EDBCFE9FF0B0EDBCFEAFFE9CFC0 :10AAA00021F0EACF22F0E9CFE6FFEACFE6FFADDD05 :10AAB000E552E552E76E020EE7CFDBFFDB5001E027 :10AAC000B8D1D950030FE66E000EDA20E66EE66AC2 :10AAD000010EE66E520EE66E070EE66E0A0EDBCF34 :10AAE000E9FF0B0EDBCFEAFFE9CF21F0EACF22F03E :10AAF000E9CFE6FFEACFE6FF9CEC2DF0236E080ECF :10AB0000E15C02E2E16AE552E16E2350E76E020E7B :10AB1000E7CFDBFFDB5001E08CD1D950030FE96EAA :10AB2000000EDA20EA6EEE5001E067D1010EED185A :10AB300001E063D1D950080FE96EDACFEAFF000EC9 :10AB4000EA22520EEE6E070EED6E080EDBCFE9FF25 :10AB5000090EDBCFEAFFEF50560801E04ED1080E98 :10AB6000DBCFE9FF090EDBCFEAFFEE52EF50CB0857 :10AB700001E043D1080EDBCFE9FF090EDBCFEAFF8E :10AB8000020EE926000EEA22EF5010080EE0080E31 :10AB9000DBCFE9FF090EDBCFEAFF020EE926000E4C :10ABA000EA22EF50110801E028D1FC0EDBA40CD002 :10ABB0000A0EDBCFE9FF0B0EDBCFEAFF320EE926F0 :10ABC000000EEA22010E1DD0080EDBCFE9FF090EB0 :10ABD000DBCFEAFF070EE926000EEA22EF50800BDA :10ABE00002E0010E01D0000EE66E0A0EDBCFE9FF97 :10ABF0000B0EDBCFEAFF320EE926000EEA22E55209 :10AC0000E750EF6E080EDBCFE9FF090EDBCFEAFF5E :10AC10001B0EE926000EEA22EF50030B226E216A7A :10AC20000A0EDBCFE9FF0B0EDBCFEAFF330EE9267E :10AC3000000EEA2221C0EEFF22C0EDFF080EDBCF9E :10AC4000E9FF090EDBCFEAFF1C0EE926000EEA221F :10AC5000EF50216E226A0A0EDBCFE9FF0B0EDBCF2D :10AC6000EAFF330EE926000EEA222150EE2622509A :10AC7000ED22080EDBCFE9FF090EDBCFEAFF1D0E48 :10AC8000E926000EEA22EF500EE0080EDBCFE9FFC6 :10AC9000090EDBCFEAFF1D0EE926000EEA22EF5077 :10ACA000216E226A03D0216A010E226E050E21C098 :10ACB000DBFF060E22C0DBFF0A0EDBCFE9FF0B0E27 :10ACC000DBCFEAFF350EE926000EEA22EF5027E13E :10ACD0000A0EDBCFE9FF0B0EDBCFEAFF360EE926CB :10ACE000000EEA22200EEF6E0A0EDBCFE9FF0B0EFC :10ACF000DBCFEAFF360EE926000EEA22EF50216E86 :10AD0000226A050EDBCF41F0060EDBCF42F021C0F8 :10AD100046F022C047F015EC71F0415033D00A0ED6 :10AD2000DBCFE9FF0B0EDBCFEAFF350EE926000E85 :10AD3000EA22EF50216E226A050EDBCF41F0060EAB :10AD4000DBCF42F021C046F022C047F015EC71F095 :10AD50004150E66E0A0EDBCFE9FF0B0EDBCFEAFFB8 :10AD6000360EE926000EEA22E552E750EF6E080E95 :10AD7000DBCFE9FF090EDBCFEAFF1A0EE926000E52 :10AD8000EA22EF50E66E0A0EDBCFE9FF0B0EDBCFB7 :10AD9000EAFF350EE926000EEA22E552E750EF6E93 :10ADA000080EDBCFE9FF090EDBCFEAFF1D0EE92617 :10ADB000000EEA22EFCF21F00A0EDBCFE9FF0B0EE7 :10ADC000DBCFEAFF360EE926000EEA22EFCF22F0B3 :10ADD00022C047F021C042F059EC71F03E500DE125 :10ADE0000A0EDBCFE9FF0B0EDBCFEAFF350EE926BB :10ADF000000EEA22EF50080806E2090EF36E020E7A :10AE0000F3CFDBFF16D00A0EDBCFE9FF0B0EDBCF53 :10AE1000EAFF300EEB6A310EEB6A0A0EDBCFE9FF78 :10AE20000B0EDBCFEAFF2F0EE926000EEA22EF80A1 :10AE300014D00A0EDBCFE9FF0B0EDBCFEAFFE9CF20 :10AE400021F0EACF22F0E9CFE6FFEACFE6FF21ECDE :10AE500039F0E552E552020EDB50216E0C0EE15C3A :10AE600002E2E16AE552E16E2150E552E5CFDAFFF8 :10AE7000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF67 :10AE8000D9FFE2CFDAFFE6520E6ADF6A040EDF5C1A :10AE900027E2E66ADFCFE6FFEFDCE552E552000984 :10AEA0001DE1010E056EDF50B70DF3CFE9FFF4CFC2 :10AEB000EAFF320EE926030EEA22320EE926000EE0 :10AEC000EA22EF500BE0800EDF5206E0DFCFF3FF07 :10AED000E8327F0BF306FCE102090E6EDF2AD6D7BB :10AEE000D5EC52F0055002E0000E01D0010EE55203 :10AEF000E552E5CFDAFFE7CFD9FF1200D9CFE6FF61 :10AF0000DACFE6FFE1CFD9FFE2CFDAFFE652E65231 :10AF1000FD0EDB50B70DF3CFE9FFF4CFEAFF320EA1 :10AF2000E926030EEA222F0EE926000EEA22EF5050 :10AF300037E0FD0EDB50B70DF3CFE9FFF4CFEAFFAA :10AF4000320EE926030EEA22E9CF21F0EACF22F001 :10AF5000E9CFE6FFEACFE6FF21EC39F0E552E55212 :10AF6000FD0EDB50B70DF3CFE9FFF4CFEAFF320E51 :10AF7000E926030EEA222F0EE926000EEA22EF6AE6 :10AF8000FD0EDB50B70DF3CFE9FFF4CFEAFF320E31 :10AF9000E926030EEA22220EE926000EEA22EF6AD3 :10AFA000D5EC52F0E552E552E552E5CFDAFFE7CFB6 :10AFB000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF04 :10AFC000E2CFDAFFE652DF6A040EDF5C06E2DFCF93 :10AFD000E6FF94DFE552DF2AF7D7E552E552E5CFE9 :10AFE000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFCD :10AFF000E1CFD9FFE2CFDAFF070EE12402E3E168F7 :10B00000E652E16E0C50B70DF3CF21F0F4CF22F0F1 :10B01000320E2126030E222221C0DEFF22C0DDFFD8 :10B02000DECFE9FFDDCFEAFF350EE926000EEA228A :10B03000EF500D5C0CE2DECFE9FFDDCFEAFF360E0C :10B04000E926000EEA22EF50D880095402E2130EDE :10B0500029D1DECFE9FFDDCFEAFF360EE926000E6B :10B06000EA22EFCF2DF02E6A2F6A306ADECFE9FF99 :10B07000DDCFEAFF350EE926000EEA22EFCF29F0F8 :10B080002A6A2B6A2C6A0AC025F00BC026F0276AB0 :10B09000286A0AC03FF00BC040F027C041F028C02A :10B0A00042F029C044F02AC045F02BC046F02CC025 :10B0B00047F05BEC70F03BC021F03CC022F03DC09B :10B0C00023F03EC024F03BC03FF03CC040F03DC008 :10B0D00041F03EC042F02DC044F02EC045F02FC0DC :10B0E00046F030C047F05BEC70F0020E3BC0DBFF77 :10B0F000030E3CC0DBFF040E3DC0DBFF050E3EC06F :10B10000DBFFDECFE9FFDDCFEAFF360EE926000EDA :10B11000EA22EFCF29F02A6A2B6A2C6A0D50256E9D :10B12000266A276A286A0DC03FF026C040F027C073 :10B1300041F028C042F029C044F02AC045F02BC09D :10B1400046F02CC047F05BEC70F03BC021F03CC0F7 :10B1500022F03DC023F03EC024F0D950020FE96E2A :10B16000000EDA20EA6E3B50EE262250EE222350EB :10B17000EE222450EE22DECFE9FFDDCFEAFF360ECD :10B18000E926000EEA22EFCF29F02A6A2B6A2C6A00 :10B190000950256E266A276A286A09C03FF026C032 :10B1A00040F027C041F028C042F029C044F02AC036 :10B1B00045F02BC046F02CC047F0B8EC70F03CC016 :10B1C00022F03DC023F03EC024F0D950020FE96EBA :10B1D000000EDA20EA6E3B50EE262250EE2223507B :10B1E000EE222450EE2213C021F014C022F0236A74 :10B1F000246AD950020FE96E000EDA20EA6E13C0FD :10B2000044F014C045F023C046F024C047F0EECF10 :10B210003FF0EECF40F0EECF41F0EFCF42F05BECED :10B2200070F03EC0EDFF3DC0EDFF3CC0EDFF3BC008 :10B23000EFFFD950020FE96E000EDA20EA6EEE52EF :10B24000EE2A000EEE22EE22D950020FE96E000E19 :10B25000DA20EA6EEECFE6FFEECFE6FFEECFE6FFB6 :10B26000EFCFE6FFDECFE9FFDDCFEAFFE9CF21F048 :10B27000EACF22F0E9CFE6FFEACFE6FF46EC39F06D :10B28000236E060EE15C02E2E16AE552E16E2350B4 :10B29000E76E060EE7CFDBFFDB5003E0060EDB5068 :10B2A00001D0000E216E070EE15C02E2E16AE55278 :10B2B000E16E2150E552E5CFDAFFE7CFD9FF12006A :10B2C000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF51 :10B2D000E652E652E652E652E6520C50B70DF3CF74 :10B2E00021F0F4CF22F0320E2126030E222221C0BB :10B2F000DEFF22C0DDFFD950020FE66E000EDA201D :10B30000E66E13C0E6FF14C0E6FF520EE66E070EAF :10B31000E66EDECFE9FFDDCFEAFFE9CF21F0EACF2D :10B3200022F0E9CFE6FFEACFE6FF9CEC2DF0236E9A :10B33000080EE15C02E2E16AE552E16E2350E76E3D :10B34000040EE7CFDBFFDB5017E1DECFE9FFDDCFF7 :10B35000EAFF300EE926000EEA22EE50ED100CE076 :10B36000DECFE9FFDDCFEAFF300EE926000EEA224C :10B37000580EEE6E020EED6E040EDB50216E050EC1 :10B38000E15C02E2E16AE552E16E2150E552E5CF6F :10B39000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF19 :10B3A000E1CFD9FFE2CFDAFFE652E652E652E652AB :10B3B000E6520C50B70DF3CF21F0F4CF22F0320E4D :10B3C0002126030E222221C0DEFF22C0DDFFD9503C :10B3D000020FE66E000EDA20E66E13C0E6FF14C020 :10B3E000E6FF520EE66E070EE66EDECFE9FFDDCF1A :10B3F000EAFFE9CF21F0EACF22F0E9CFE6FFEACF7A :10B40000E6FF37EC32F0236E080EE15C02E2E16AFF :10B41000E552E16E2350E76E040EE7CFDBFFDB5011 :10B420000FE1DECFE9FFDDCFEAFF300EE926000EA7 :10B43000EA22580EEE6E020EED6E0001010EB96F9B :10B44000040EDB50216E050EE15C02E2E16AE5527A :10B45000E16E2150E552E5CFDAFFE7CFD9FF1200C8 :10B46000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFAF :10B47000E652E652E652E652E652DE52010EDD6E2A :10B48000020EDB6ADF6A040EDF5C65E2DF50B70D97 :10B49000F3CF21F0F4CF22F0320E2126030E222228 :10B4A000030E21C0DBFF040E22C0DBFF030EDBCF47 :10B4B000E9FF040EDBCFEAFF2F0EE926000EEA2299 :10B4C000EF5047E0010EF36E020EF3CFDBFF030EE9 :10B4D000DBCFE9FF040EDBCFEAFF300EE926000EDA :10B4E000EA22EE50ED1035E0030EDBCFE9FF040E4B :10B4F000DBCFEAFF300EE926000EEA22EE06000E50 :10B50000EF5A030EDBCFE9FF040EDBCFEAFF300E6C :10B51000E926000EEA22EE50ED1019E1F29E030E2C :10B52000DBCFE9FF040EDBCFEAFFE9CF21F0EACF62 :10B5300022F021C0E6FF22C0E6FFFBEC37F0E55227 :10B54000E55281B202D006ED04F0F28E02D0010E77 :10B55000DB6ADF2A98D7020EDB5005E0010EDB50D4 :10B5600002E00001B96B050EE15C02E2E16AE5521E :10B57000E16EE552E5CFDAFFE7CFD9FF1200D9CF70 :10B58000E6FFDACFE6FFE1CFD9FFE2CFDAFFE652FE :10B59000DF6A040EDF5C1EE2B70EE66EE66AE66A5C :10B5A000DF50B70DF3CF21F0F4CF22F0320E212679 :10B5B000030E222221C0E6FF22C0E6FFA2EC6EF0BD :10B5C000236E050EE15C02E2E16AE552E16E235072 :10B5D000DF2ADFD7400EE66EBBEC52F0E552E552B3 :10B5E000E552E5CFDAFFE7CFD9FF12000150030A99 :10B5F00028E0010A1DE0030A16E001AC39D00F0E65 :10B600000114F66EF76AD890F636F736760EF626FF :10B61000E20EF7220900F5CF21F00800F5CF22F065 :10B62000010EE66E23D0E0DC000910E1500E3BD0A5 :10B63000580E026ED9DC000909E142DE000934E04F :10B640000CD0500E026ED0DC000904E0510E026EE8 :10B65000100E06D0A1DE000927E0510E026E400E4A :10B66000076E22D022C0FAFF2150F96EFBDF1AD0FC :10B6700001AE1AD00F0E0114F66EF76AD890F636A6 :10B68000F736760EF626E20EF7220900F5CF21F006 :10B690000800F5CF22F0E66A04D022C0FAFF21505C :10B6A000F96EFBDFE552026E0250E66EBBEC52F023 :04B6B000E55212004D :0CB6B400D9CFE6FFDACFE6FFE1CFD9FFE7 :10B6C000E2CFDAFFFD0EDB50C96EC7A0FED7C9502E :10B6D000E552E5CFDAFFE7CFD9FF1200D9CFE6FF79 :10B6E000DACFE6FFE1CFD9FFE2CFDAFFE652000181 :10B6F000640ED86FE668DEDFE552E668DBDFE55210 :10B70000DF6EFF0EDF5C03E00001D851F6E1DF5091 :10B71000E552E552E5CFDAFFE7CFD9FF1200898A7B :10B72000E668C8DFE55212001200899AD7DFF7DF1A :10B730000F0105811200D9CFE6FFDACFE6FFE1CF96 :10B74000D9FFE2CFDAFF0001BC8F0001280ED76FCE :10B75000E668B0DFE5520001DC6FFF0EDC5D02E160 :10B76000D751F6E1FE0EDC5D40E100011E6B1F6B60 :10B77000E668A0DFE552E66EFC0EDBCFE9FFFD0ECA :10B78000DBCFEAFFE552E750EF6EFC0EDBCFE9FFBF :10B79000FD0EDBCFEAFFEF50E66EA5EC70F0E55250 :10B7A000FC0EDB2AFD0E01E3DB2AFA0EDB06DBCF03 :10B7B00021F0FB0E01E2DB06DBCF22F0215022104C :10B7C000D7E1E66877DFE5520001DD6FE66872DFFA :10B7D000E5520001DE6F1FC021F02150DD5D05E163 :10B7E00000011E510001DE5D02E0000E01D0010EDD :10B7F000E552E5CFDAFFE7CFD9FF1200D9CFE6FF58 :10B80000DACFE6FFE1CFD9FFE2CFDAFF67DFFF084B :10B8100057E1FB0EDBCFE6FF4DDFE552FB0EDB50C1 :10B82000FD0850E00001B98F0001E06B020EE16FEE :10B83000FC0EDBCFE2F0FD0EDBCFE3F000011E6B70 :10B840001F6B0001E2C0E9FFE3C0EAFFE22B000E3C :10B85000E323EF50E66EA5EC70F0E5520001E0073F :10B86000000EE15BE051E111ECE1E06B020EE16FF3 :10B87000FC0EDBCFE9FFDB2AFD0EDBCFEAFF01E3A5 :10B88000DB2AEF50E66E16DFE5520001E007000EFE :10B89000E15BE051E111ECE11FC021F0226A21508F :10B8A000E66E08DFE5521EC0E6FF04DFE552E668FB :10B8B00001DFE5520001DF6F1F0EDF15050802E012 :10B8C000000E01D0010EE552E5CFDAFFE7CFD9FF38 :10B8D0001200D9CFE6FFDACFE6FFE1CFD9FFE2CF02 :10B8E000DAFFFD0EDBAE18D0FD0EDB9EE66AE66ADF :10B8F000E66AE66A770EE66EECDF216E050EE15C25 :10B9000002E2E16AE552E16E21500001E56F21504B :10B91000010802E2E5519AD0898A899ADFDEFF08A0 :10B9200002E0FF0E93D000011D6BFD0EDBCFE6FFA2 :10B93000C1DEE552FD0EDBCFE6FF93EC70F0E55281 :10B94000F90EDBCF21F0FA0EDBCF22F0FB0EDBCFBE :10B9500023F0FC0EDBCF24F0180ED89024322332D3 :10B9600022322132E806F9E121C0E4F021C0E6FFED :10B97000A1DEE552E4C0E6FF93EC70F0E552F90E6B :10B98000DBCF21F0FA0EDBCF22F0FB0EDBCF23F072 :10B99000FC0EDBCF24F0100ED8902432233222325A :10B9A0002132E806F9E121C0E4F021C0E6FF82DEA1 :10B9B000E552E4C0E6FF93EC70F0E552F90EDBCF00 :10B9C00021F0FA0EDBCF22F0FB0EDBCF23F0FC0ED2 :10B9D000DBCF24F0080ED8902432233222322132D9 :10B9E000E806F9E121C0E4F021C0E6FF63DEE5529C :10B9F000E4C0E6FF93EC70F0E552F90EDBCFE4F023 :10BA0000E4C0E6FF57DEE552E4C0E6FF93EC70F0D9 :10BA1000E55200011D9F1D471D811DC0E6FF4ADE46 :10BA2000E552FD0EDB504C0803E1E66843DEE552CB :10BA300000010A0EE46FE6683DDEE5520001E56FA5 :10BA4000800EE51502E0E407F6E1E551E552E5CFA9 :10BA5000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF52 :10BA6000E1CFD9FFE2CFDAFF070EE12402E3E1687C :10BA7000E652E16EFD0EDB5002E0010E20D10F0117 :10BA800005B31CD151DE220EC66E0A0EDF6EDF50EA :10BA900005E0E6680FDEE552DF06F9D7020EDB6A45 :10BAA000E66AE66AE66AE66A400EE66E12DF216E34 :10BAB000050EE15C02E2E16AE552E16E2150010807 :10BAC00001E0D4D00001C80ED76FAA0EE66E010EB9 :10BAD000E66EE66AE66A480EE66EFBDE216E050E4D :10BAE000E15C02E2E16AE552E16E2150010873E196 :10BAF000DF6A040EDF5C16E2E668DCDDE552E66E26 :10BB0000D950030F216E000EDA20226EDF500F0194 :10BB10002124E96E000E2220EA6EE552E750EF6E16 :10BB2000DF2AE7D7050EDB0401E0A0D0060EDB50CC :10BB3000AA0801E09BD00001D75112E0E66AE66A4C :10BB4000E66A400EE66EE90EE66EC3DE216E050E75 :10BB5000E15C02E2E16AE552E16E21500009EBE1AD :10BB60000001D75101E182D0E66AE66AE66AE66A38 :10BB70007A0EE66EAEDE216E050EE15C02E2E16A4F :10BB8000E552E16E2150000971E1DF6A040EDF5CCD :10BB900016E2E6688FDDE552E66ED950030F216E9E :10BBA000000EDA20226EDF500F012124E96E000E14 :10BBB0002220EA6EE552E750EF6EDF2AE7D7030E48 :10BBC000DB50400B02E00C0E01D0040EE76E020EBB :10BBD000E7CFDBFF4BD0E66AE66AE66AE66AE90E83 :10BBE000E66E77DE216E050EE15C02E2E16AE55267 :10BBF000E16E2150010806E3020EF36EDB6EDE52A9 :10BC0000E90E07D0010EF36E020EF3CFDBFFDE521A :10BC1000410EDD6E0001D75112E0E66AE66AE66A7F :10BC2000E66A010EDBCFE6FF54DE216E050EE15C15 :10BC300002E2E16AE552E16E21500009EBE1000108 :10BC4000D75112E0E66A020EE66EE66AE66A500E28 :10BC5000E66E3FDE216E050EE15C02E2E16AE5522E :10BC6000E16E2150000902E0020EDB6A020EDB5099 :10BC70000001D96FDA6B53DD020EDB501AE0200EA3 :10BC8000C66E010EE66EE66AE66AE66A7B0EE66E50 :10BC900020DE216E050EE15C02E2E16AE552E16E12 :10BCA0002150DF6EDF5003E10F01059102D0020E3B :10BCB000DB6A020EDB5001E138DD0F010551216E18 :10BCC000070EE15C02E2E16AE552E16E2150E552C5 :10BCD000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF01 :10BCE000E6FFE1CFD9FFE2CFDAFFFD0EDB5002E045 :10BCF000010E02D00F010551E552E5CFDAFFE7CF83 :10BD0000D9FF1200D9CFE6FFDACFE6FFE1CFD9FFA6 :10BD1000E2CFDAFFFD0EDB5003E1F60EDB0402E0BA :10BD2000040E5AD00F0105A102D0030E55D0000118 :10BD3000D951080B12E1D950F70FE96EFF0EDA2046 :10BD4000EA6E090EE76ED890EF36010EEB36020E62 :10BD5000EB36030EEB36E706F6E10001200EDB6F53 :10BD6000D950F70FE96EFF0EDA20EA6EEECFE6FF4C :10BD7000EECFE6FFEECFE6FFEFCFE6FF510EE66E29 :10BD8000A8DD216E050EE15C02E2E16AE552E16E9A :10BD90002150000912E1E66A020EE66EFB0EDBCFCF :10BDA000E6FFFC0EDBCFE6FFC6DCE552E552E552CE :10BDB000E552000902E0F60EDB6AB1DCF60EDB505C :10BDC00005E00001DB51DB070008CAE3F60EDB509B :10BDD00002E0010E01D0000EE552E5CFDAFFE7CF19 :10BDE000D9FF1200D9CFE6FFDACFE6FFE1CFD9FFC6 :10BDF000E2CFDAFFFD0EDB5003E1F60EDB0402E0DA :10BE0000040E5CD00F0105A102D0030E57D005A58A :10BE100002D0020E53D00001D951080B12E1D950C3 :10BE2000F70FE96EFF0EDA20EA6E090EE76ED89082 :10BE3000EF36010EEB36020EEB36030EEB36E7065D :10BE4000F6E10001200EDB6FD950F70FE96EFF0E0F :10BE5000DA20EA6EEECFE6FFEECFE6FFEECFE6FFAA :10BE6000EFCFE6FF580EE66E34DD216E050EE15C85 :10BE700002E2E16AE552E16E2150000910E1FE0E96 :10BE8000E66EFB0EDBCFE6FFFC0EDBCFE6FFB6DC9B :10BE9000E552E552E552000902E0F60EDB6A3FDCAE :10BEA000F60EDB5005E00001DB51DB070008CCE3B8 :10BEB000F60EDB5002E0010E01D0000EE552E5CF98 :10BEC000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFDE :10BED000E1CFD9FFE2CFDAFF180EE12402E3E168F7 :10BEE000E652E16EFA0EDBCF41F0FB0EDBCF42F003 :10BEF000120E41C0DBFF130E42C0DBFFFD0EDB5014 :10BF000002E0040EE2D20F0105A102D0030EDDD241 :10BF1000010EDF6EFC0EDB500E0A01E1A4D2030A13 :10BF200001E16DD2010A01E146D2070A01E11DD209 :10BF3000010A01E111D2090A01E11CD1010A01E162 :10BF40000FD1030A0AE0010A01E0BAD2899A6EEC25 :10BF50005BF0FF0801E0B6D2B1D2E66AE66AE66AB3 :10BF6000E66A490EE66EB5DC216E050EE15C02E282 :10BF7000E16AE552E16E2150000901E0A3D2100E02 :10BF8000E66EE66AD950020FE66E000EDA20E66E23 :10BF90009BEC5BF0E552E552E552E552000901E108 :10BFA00091D2060E216E020EDB5021C0E7FFE75250 :10BFB00004E0E8427F0BE706FCE1010856E10A0EC7 :10BFC000DBCF29F029C02AF0296A0B0EDB500001D3 :10BFD0002924256E000E2A20266E276A286A090E5B :10BFE000DB503F0B2B6E2C6A2D6A2E6A100E1F0B36 :10BFF00007E0D8902B362C362D362E36E806F9E1A0 :10C0000025502B24216E26502C20226E27502D20C7 :10C01000236E28502E20246E212A000E2222232255 :10C020002422140E21C0DBFF150E22C0DBFF160EEA :10C0300023C0DBFF170E24C0DBFF140EDBCF21F083 :10C04000150EDBCF22F0160EDBCF23F0170EDBCF61 :10C0500024F00A0E1F0B01E170D1D8902136223650 :10C0600023362436E806F9E168D10C0EDB50256E44 :10C07000266A800E2516000E2616070ED890263248 :10C080002532E804FBE1070EDB500F0B2524236E5D :10C09000000E2620246E0B0EDB50030BE824232415 :10C0A000216E000E2420226E020E2126000E222276 :10C0B000010E21C0DBFF090EDB50266E276AD890E7 :10C0C00026362736D89026362736060E256E0A0ED7 :10C0D000DB5025C0E7FFE75204E0E8427F0BE706AC :10C0E000FCE100012624236E000E2720246E080E9A :10C0F000DB50030B286E296A0A0ED89028362936A1 :10C10000E804FBE123502824216E24502920226ECC :10C11000010E2126000E2222140E21C0DBFF150E77 :10C1200022C0DBFF160EDB6A170EDB6A140EDBCFB4 :10C1300021F0150EDBCF22F0160EDBCF23F0170E09 :10C14000DBCF24F0010EDB50F70F1F0B01E1F5D020 :10C15000D8902136223623362436E806F9E1EDD090 :10C16000FA0EDBCFE9FFFB0EDBCFEAFFEE6A020E31 :10C17000ED6EA4D10001D951040B49E0E66AE66AEC :10C18000E66AE66ACD0EE66E69EC5CF0216E050E9D :10C19000E15C02E2E16AE552E16E2150000901E052 :10C1A00091D1E6685AEC5BF0E552100EE66EE66A55 :10C1B000D950020FE66E000EDA20E66E9BEC5BF0C3 :10C1C000E552E552E552E552000901E17BD1DE522C :10C1D000300EDD6E010EDB5007E0E6685AEC5BF0D6 :10C1E000E552010EDB06F6D7100E216E226A236A95 :10C1F000246A0C0EDB380F0B1F0B01E19ED0D89088 :10C200002136223623362436E806F9E196D0E66A4E :10C21000E66AE66AE66A490EE66E69EC5CF0216E53 :10C22000050EE15C02E2E16AE552E16E215000098F :10C2300001E048D1100EE66EE66AD950020FE66EB4 :10C24000000EDA20E66E9BEC5BF0E552E552E5521B :10C25000E552000901E136D10001D951020B34E069 :10C260000D0EDB50276E286A800E2716000E28164A :10C27000070ED89028322732E804FBE10C0EDB5081 :10C280003F0BE82400012724256E000E2820266E8F :10C29000010E2526000E2622060E296E0F0EDB50FB :10C2A00029C0E7FFE75204E0E8427F0BE706FCE124 :10C2B000FF0F25C021F026C022F03DE0D8902136A6 :10C2C0002236E804FBE137D00D0EDB50296E2A6AD6 :10C2D000E00E2916000E2A16050ED8902A322932B1 :10C2E000E804FBE10D0EDB50030B080DF3500001D9 :10C2F0002924276E000E2A20286E010E2726000E04 :10C3000028220C0EDB507C0BE840E8403F0B256EEA :10C31000266A010E2526000E262225C041F026C0E1 :10C3200042F027C046F028C047F0DCEC70F03FC078 :10C3300021F040C022F0236A246AFA0EDBCFE9FF25 :10C34000FB0EDBCFEAFF21C0EEFF22C0EEFF23C0D1 :10C35000EEFF24C0EEFFB2D0120EDBCFE9FF130ECA :10C36000DBCFEAFFD9C0EFFFA9D0E66AE66AE66A4A :10C37000E66A490EE66E69EC5CF0216E050EE15C42 :10C3800002E2E16AE552E16E2150000901E09AD033 :10C39000100EE66EE66AFA0EDBCFE6FFFB0EDBCF91 :10C3A000E6FF9BEC5BF0E552E552E552E5520009F1 :10C3B00001E188D083D0E66AE66AE66AE66A4A0E58 :10C3C000E66E69EC5CF0216E050EE15C02E2E16A6A :10C3D000E552E16E2150000975E1100EE66EE66A45 :10C3E000FA0EDBCFE6FFFB0EDBCFE6FF9BEC5BF04C :10C3F000E552E552E552E552000964E05FD0E66A95 :10C40000E66AE66AE66A7A0EE66E69EC5CF0216E30 :10C41000050EE15C02E2E16AE552E16E215000099D :10C4200051E1010EDB6A040EF36E010EDBCFF4FF67 :10C43000F350F45C43E2E6685AEC5BF0E552E66EDA :10C44000010EDB50E76EFA0EDBCFE9FFFB0EDBCF10 :10C45000EAFFE750E926000EEA22E552E750EF6EC8 :10C46000010EDB2AE0D70001D951040B2BE0E66A6C :10C47000E66AE66AE66ACD0EE66E69EC5CF0216E6D :10C48000050EE15C02E2E16AE552E16E215000092D :10C4900019E1E6685AEC5BF0E552400EE66EE66A9A :10C4A000FA0EDBCFE6FFFB0EDBCFE6FF9BEC5BF08B :10C4B000E552E552E552E552000904E0DF6A02D098 :10C4C000040EDF6E8FEC5BF0DF50216E180EE15C26 :10C4D00002E2E16AE552E16E2150E552E5CFDAFF72 :10C4E000E7CFD9FF1200D9CFE6FFDACFE6FFE1CFE1 :10C4F000D9FFE2CFDAFFE652E652E6520001D75109 :10C5000001E0D707D85101E0D8070001B82BE6C0F9 :10C51000DEFFE7C0DDFF300E81140001E66FE76B40 :10C52000DECF21F0DDCF22F0E850211819E1E751EC :10C53000221816E1020E05CFDBFFDF50200B03E0CF :10C54000020EDB8402D0020EDB94DF50100B04E0FD :10C55000020EDB80DB8202D0020EDB92DBCF05FF16 :10C56000E552E552E552E552E5CFDAFFE7CFD9FFD4 :0EC570001200020E0F01051501E0000C010C77 :02C57E00D9CF13 :10C58000E6FFDACFE6FF580EE552E5CFDAFFE7CF58 :10C59000D9FF1200D9CFE6FFDACFE6FF060E176EFD :10C5A000186A0B01020E006F0E0E016F060EF66E7A :10C5B000F76A0800F5CF02FB070EF66EF76A08006F :10C5C000F5CF03FBFE0EF66EF7680800F5CF04FB0F :10C5D000F668F7680800F5CF05FB580EE552E5CF81 :10C5E000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFB7 :10C5F000060E176E186AF29CBFC000FBC0C001FB9C :10C60000C1C002FBC5C003FBC3C004FBC4C005FB23 :10C61000F28C580EE552E5CFDAFFE7CFD9FF1200D2 :10C62000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFDD :10C63000FD0EDB5004E1060E176E186A18D000CB11 :10C64000C9F001CBCAF002CBCBF003CBCFF004CBC7 :10C65000CDF005CBCEF00001010ECC6FC90EE66E19 :10C66000000EE66E67EC68F0E552E5520080580E69 :10C67000E552E5CFDAFFE7CFD9FF1200D9CFE6FFC9 :10C68000DACFE6FFE1CFD9FFE2CFDAFFFD0EDB0420 :10C6900042E10001B5510AE00E0EE66E060EE66EAE :10C6A00021EC39F0E552E5520001B56B00CBE6FF15 :10C6B000010EE66E0B0EE66E0E0EE66E060EE66ED2 :10C6C000B6EC2AF0216E050EE15C02E2E16AE55269 :10C6D000E16E2150166E215004E0176A186A510E5F :10C6E0001BD00001010EB56F040E176E186AE66EBE :10C6F000E66A180EE66E060EE66E000EE66E0B0E8D :10C70000E66E77EC6EF0216E060EE15C02E2E16A05 :10C71000E552E16E2150580EE552E5CFDAFFE7CF42 :10C72000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF7C :10C73000E2CFDAFFE652E6520001B5512AE0D9CF46 :10C74000E6FFDACFE6FF17C0E6FF18C0E6FF000EEF :10C75000E66E0B0EE66E0E0EE66E060EE66E9CECB8 :10C760002DF0216E080EE15C02E2E16AE552E16E15 :10C770002150166E21500FE1DECF17F0DDCF18F0FB :10C78000D9CFE9FFDACFEAFFEE50ED1006E1500E07 :10C7900005D0040E166E510E01D0580EE552E5522A :10C7A000E552E5CFDAFFE7CFD9FF1200D9CFE6FF98 :10C7B000DACFE6FFE1CFD9FFE2CFDAFFE652E65269 :10C7C000FD0EDB5009E10001B55104E0176A010ECE :10C7D000186E2CD0040E27D0D9CFE6FFDACFE6FFB3 :10C7E00017C0E6FF18C0E6FF000EE66E0B0EE66E01 :10C7F0000E0EE66E060EE66E37EC32F0216E080E77 :10C80000E15C02E2E16AE552E16E2150166E2150D0 :10C810000BE1DECF21F0DDCF22F01750215C185064 :10C82000225804E2140E166E510E01D0580EE55235 :10C83000E552E552E5CFDAFFE7CFD9FF1200D9CFB5 :10C84000E6FFDACFE6FFE1CFD9FFE2CFDAFFE6522B :10C85000E652E652E652FD0EDB502AE10001B551E8 :10C8600024E0040E176E186A14C6DFFF010E15C609 :10C87000DBFF020E16C6DBFF030E17C6DBFF040E3E :10C88000E66EE66AD9CFE6FFDACFE6FF000EE66E87 :10C890000B0EE66E77EC6EF0216E060EE15C02E2A6 :10C8A000E16AE552E16E215037D0040E166E32D0A7 :10C8B000040EE66EE66A000EE66E0B0EE66ED9CF4B :10C8C000E6FFDACFE6FF77EC6EF0216E060EE15C54 :10C8D00002E2E16AE552E16E2150D9CFE9FFDACFF9 :10C8E000EAFFEECFE6FFEECFE6FFEECFE6FFEFCFBB :10C8F000E6FF0E0EE66E060EE66E46EC39F0216E91 :10C90000060EE15C02E2E16AE552E16E2150166E2C :10C91000215002E0510E01D0580E216E040EE15C50 :10C9200002E2E16AE552E16E2150E552E5CFDAFF1D :10C93000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF8C :10C94000D9FFE2CFDAFF0001B5510FE00E0EE66E1F :10C95000060EE66E21EC39F0E552E552166EE8500F :10C9600002E0510E03D00001B56B500EE552E5CF49 :10C97000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF23 :10C98000E1CFD9FFE2CFDAFFFD0EDB5004E1020E6A :10C99000176E186A1CD0150E0B01005D18E1040E0D :10C9A0000B01015D14E1E668FE0EE66E030EE66E15 :10C9B00094EC6FF0E552E552E552E668E668030E46 :10C9C000E66E94EC6FF0E552E552E552FF00580E2A :10C9D00000D0E552E5CFDAFFE7CFD9FF1200D9CF7B :10C9E000E6FFDACFE6FFE1CFD9FFE2CFDAFFFD0EB7 :10C9F000DB041AE1000EE66E0B0EE66E880EE66EA4 :10CA0000000EE66EB0EC41F0E552E552E552E5521B :10CA1000166EE85006E0176A186A0001B46B510EF2 :10CA200004D00001010EB46F580EE552E5CFDAFFD5 :10CA3000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF8B :10CA4000D9FFE2CFDAFF0001B45103E1050E166E03 :10CA500011D09E0EE66E000EE66E880EE66E000E9B :10CA6000E66EC4EC42F0E552E552E552E552166E30 :10CA7000E85002E0510E1ED00001A75102E1500E15 :10CA800019D0160E176E186AE66E18C0E6FF9E0ED5 :10CA9000E66E000EE66E000EE66E0B0EE66E77ECAE :10CAA0006EF0216E060EE15C02E2E16AE552E16E93 :10CAB0002150580EE552E5CFDAFFE7CFD9FF12003B :10CAC000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF39 :10CAD000E652FD0EDB043FE1030E175C000E185812 :10CAE00005E300CBDFFF040EDF5C03E3130E166EDD :10CAF00030D0DFCFE6FF7EEC57F0E552020EE66E57 :10CB00000B0EE66EDF50B70DF3CFE9FFF4CFEAFF6F :10CB1000320EE926030EEA22220EE926000EEA2250 :10CB2000E9CF21F0EACF22F0E9CFE6FFEACFE6FF36 :10CB3000BCEC6EF0E552E552E552E55201CBE6FF62 :10CB400000CBE6FF3CEC54F0E552E552166EE8509F :10CB500002E0510E01D0580EE552E552E5CFDAFF62 :10CB6000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF5A :10CB7000D9FFE2CFDAFFE652E652E652FD0EDB5075 :10CB800001E0E8D0176A186ADF6A040EDF5C01E38F :10CB9000E1D0DF50B70DF3CF21F0F4CF22F0320E09 :10CBA0002126030E2222010E21C0DBFF020E22C02D :10CBB000DBFF010EDBCFE9FF020EDBCFEAFF2F0E1A :10CBC000E926000EEA22EF50E66E17C0E9FF18C012 :10CBD000EAFF172A000E1822000EE9260B0EEA22A1 :10CBE000E552E750EF6E010EDBCFE9FF020EDBCF1F :10CBF000EAFF320EE926000EEA22EF50E66E17C079 :10CC0000E9FF18C0EAFF172A000E1822000EE926D5 :10CC10000B0EEA22E552E750EF6E010EDBCFE9FF83 :10CC2000020EDBCFEAFF330EE926000EEA22EECF3A :10CC300021F0EFCF22F022C021F0226A17C0E9FFD5 :10CC400018C0EAFF172A1822000EE9260B0EEA2266 :10CC500021C0EFFF010EDBCFE9FF020EDBCFEAFFC1 :10CC6000330EE926000EEA22EECF21F0EFCF22F0BC :10CC7000FF0E2116000E221617C0E9FF18C0EAFFAA :10CC8000172A1822000EE9260B0EEA2221C0EFFF18 :10CC9000010EDBCFE9FF020EDBCFEAFF350EE926FE :10CCA000000EEA22EF50E66E17C0E9FF18C0EAFF57 :10CCB000172A000E1822000EE9260B0EEA22E55272 :10CCC000E750EF6E010EDBCFE9FF020EDBCFEAFF8C :10CCD000360EE926000EEA22EF50E66E17C0E9FF95 :10CCE00018C0EAFF172A000E1822000EE9260B0EC4 :10CCF000EA22E552E750EF6E0D0EE66EE66A010E8F :10CD0000DBCFE9FF020EDBCFEAFF220EE926000EA1 :10CD1000EA22E9CF21F0EACF22F0E9CFE6FFEACF1D :10CD2000E6FF000E1724236E0B0E1820246E23C07E :10CD3000E6FFE66E77EC6EF0256E060EE15C02E231 :10CD4000E16AE552E16E25500D0E1726000E1822FD :10CD5000DF2A1BD7580EE552E552E552E552E5CFE2 :10CD6000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF2F :10CD7000E1CFD9FFE2CFDAFFFD0EDB0402E1A2EC46 :10CD800045F0580EE552E5CFDAFFE7CFD9FF1200A4 :10CD9000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF66 :10CDA000E652E652E652E652FD0EDB5063E10C50CD :10CDB000B70DF3CF21F0F4CF22F0320E2126030E6F :10CDC000222221C0DEFF22C0DDFFDECFE9FFDDCF62 :10CDD000EAFF2F0EE926000EEA22EF5043E0E66A52 :10CDE000E66AE66AE66ADECFE9FFDDCFEAFFE9CF71 :10CDF00021F0EACF22F0E9CFE6FFEACFE6FF46ECEA :10CE000039F0236E060EE15C02E2E16AE552E16E62 :10CE10002350166E23502EE1D950020FE66E000EFD :10CE2000DA20E66EE66A010EE66E000EE66E0B0E86 :10CE3000E66EDECFE9FFDDCFEAFFE9CF21F0EACFF2 :10CE400022F0E9CFE6FFEACFE6FF9CEC2DF0236E5F :10CE5000080EE15C02E2E16AE552E16E2350166ED3 :10CE6000235002E0510E07D0020EDBCF17F0030E65 :10CE7000DBCF18F0580E216E040EE15C02E2E16A8D :10CE8000E552E16E2150E552E5CFDAFFE7CFD9FF59 :02CE900012008E :0ECE9200D9CFE6FFDACFE6FFE1CFD9FFE2CF3E :10CEA000DAFFE652E652DF6AFD0EDB50F00BE8389F :10CEB0000F0BE76E010EE7CFDBFFDBCF21F0000E9B :10CEC000E76E2118E8AE02D0213403D0E750D880B5 :10CED000215405E20A0EDF26010EDB06EED7FD0E19 :10CEE000DB500F0BDF26DF50E552E552E552E5CF70 :10CEF000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF9E :10CF0000E1CFD9FFE2CFDAFFE652DF6AFD0EDBCFD9 :10CF100021F00A0EE76E2118E8AE02D0E73402D005 :10CF2000E750215C0CE30A0E216EFD0EDBCFE7FF1C :10CF30002150E75EFD0EE7CFDBFFDF2AE7D7DF38C2 :10CF4000F00BDF6EFD0EDB50DF12DF50E552E552D5 :10CF5000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF6E :10CF6000E6FFE1CFD9FFE2CFDAFFBAEC6BF0D00EEB :10CF7000E66EE5EC6CF0E552000910E1FD0EDBCF4A :10CF8000E6FFE5EC6CF0E552000908E1FC0EDBCFB2 :10CF9000E6FFE5EC6CF0E552000902E0FF0E03D07D :10CFA000C2EC6BF0000EE552E5CFDAFFE7CFD9FF18 :10CFB0001200D9CFE6FFDACFE6FFE1CFD9FFE2CF0B :10CFC000DAFFE652010EDF6EBAEC6BF0D00EE66EC1 :10CFD000E5EC6CF0E55200091DE1E66AE5EC6CF069 :10CFE000E552000917E1D5EC6BF0D10EE66EE5ECE9 :10CFF0006CF0E55200090EE10A0EE66EC90EE66E0F :10D00000000EE66E59EC6CF0E552E552E55200096F :10D0100001E1DF6AC2EC6BF0DF5051E1F29CDF6AA4 :10D02000DFCF21F0060EE76E2118E8AE02D02134E2 :10D0300003D0E750D88021541CE3DFCFE9FFEA6A30 :10D04000E9BEEA68C90EE926000EEA22EF50E66E54 :10D0500020DFE552E66EDFCFE9FFEA6AE9BEEA6863 :10D06000BF0EE926000EEA22E552E750EF6EDF2AF6 :10D07000D7D7DFCF21F00A0EE76E2118E8AE02D035 :10D08000E73402D0E750215C19E2DFCFE9FFEA6A1A :10D09000E9BEEA68C90EE926000EEA22EF50E66E04 :10D0A000DFCFE9FFEA6AE9BEEA68BF0EE926000EB3 :10D0B000EA22E552E750EF6EDF2ADBD7F28C000E52 :10D0C000E552E552E5CFDAFFE7CFD9FF1200D9CF1D :10D0D000E6FFDACFE6FFE1CFD9FFE2CFDAFFE65293 :10D0E000E652DF6ADFCF21F0060EE76E2118E8AEC8 :10D0F00002D0213403D0E750D880215420E3DFCF81 :10D1000021F0226A21BE2268FC0EDB502124E96E48 :10D11000FD0EDB502220EA6EEF50E66EEDDEE552AA :10D12000E66EDFCFE9FFEA6AE9BEEA68C90EE926E2 :10D13000000EEA22E552E750EF6EDF2AD3D7000156 :10D14000100ED06F150ED16F040ED26FDE52010E8D :10D15000DD6EBAEC6BF0D00EE66EE5EC6CF0E552ED :10D16000000915E1E66AE5EC6CF0E55200090FE113 :10D170000A0EE66EC90EE66E000EE66E00EC6DF06D :10D18000E552E552E552000902E1010EDB6AC2EC0C :10D190006BF0010EDB50E552E552E552E5CFDAFFC8 :10D1A000E7CFD9FF1200100EE66E070EE66ED5DE51 :10D1B000E552E552FEDE150E0001C75D03E1040EE7 :10D1C000C85D12E0C96BCA6BCB6B010ECC6FCD6F23 :10D1D000040ECE6F0C0ECF6FC90EE66E000EE66E1B :10D1E00076DFE552E552E5DE12000001BF2B3C0E72 :10D1F000BF5D0CE3BF6BC02B3C0EC05D07E3C06B93 :10D20000C12B180EC15D02E3C16B00801200F29CBD :10D21000C5C021F0226A236A246A140E2126000E5A :10D22000222223222422190E1F0B07E0D890213638 :10D23000223623362436E806F9E1C4C025F0266AF2 :10D24000276A286A150E1F0B07E0D8902536263668 :10D2500027362836E806F9E12550211226502212F9 :10D260002750231228502412C3C029F02A6A2B6A9F :10D270002C6A100E1F0B07E0D89029362A362B3661 :10D280002C36E806F9E1295021122A5022122B509F :10D2900023122C5024120001C1512D6E2E6A2D50E4 :10D2A0002D6AE834E834E834F80B2E6E2F6A306AC1 :10D2B0002D5021122E5022122F50231230502412A2 :10D2C000C051316E326A050ED89031363236E804DC :10D2D000FBE1336A346A315021123250221233504A :10D2E0002312345024120001BF51356E366AD89093 :10D2F00036323532376A386A21503510D36F2250B2 :10D300003610D46F23503710D56F24503810D66F95 :10D31000F28CD3C03FF0D4C040F0D5C041F0426E93 :02D320001200F9 :0ED32200949C948E96909682AC6AAC8AAC84F1 :10D33000AB6AAB8EAB889F9A9F982A0EAF6EAC8477 :10D34000B86A9D8A0001F26BF36BF46BF56BF66BB8 :10D35000F76B12000001F25102E19D981200F451A6 :10D36000EA6A000FE96E0E0EEA22EF50AD6EF42B62 :10D37000F451216E226A800E211803E1225001E14E :10D38000F46BF20712000001F251216E226AD8906C :10D39000225004E6800E215C000E225801E3000CAE :10D3A000010CD9CFE6FFDACFE6FFE1CFD9FFE2CF1C :10D3B000DAFF0001F251216E226AD890225004E671 :10D3C000800E215C000E2258F4E2F29CF351EA6ACE :10D3D000000FE96E0E0EEA22FD0EDBCFEFFFF32BFE :10D3E000F351216E226A800E211803E1225001E1DF :10D3F000F36BF22B9D88F28CE552E5CFDAFFE7CF95 :10D40000D9FF12000001F251FDE11200ABA202D0DF :10D41000AB98AB88ABB420D00001F551216E226AE5 :10D42000D890225004E6800E215C000E225814E2AF :10D43000F651EA6A800FE96E0E0EEA22AECFEFFFD8 :10D44000F62BF651216E226A800E211803E122503C :10D4500001E1F66BF52B1200AECFF8F01200D9CF38 :10D46000E6FFDACFE6FFE1CFD9FFE2CFDAFF000136 :10D47000F55102E1000E1FD0F29CF751EA6A800FCD :10D48000E96E0E0EEA22EF50E66EFC0EDBCFE9FFEE :10D49000FD0EDBCFEAFFE552E750EF6EF72BF751B9 :10D4A000216E226A800E211803E1225001E1F76B00 :10D4B000F507F28C010EE552E5CFDAFFE7CFD9FF91 :10D4C0001200D9CFE6FFDACFE6FFE1CFD9FFE2CFF6 :10D4D000DAFFFC0EDBCFF6FFFD0EDBCFF7FF080017 :10D4E000F5500FE0FC0EDBCFF6FFDB2AFD0EDBCFA5 :10D4F000F7FF01E3DB2A0800F550E66E52DFE55244 :10D50000E8D7E552E5CFDAFFE7CFD9FF1200D9CF50 :10D51000E6FFDACFE6FFE1CFD9FFE2CFDAFFFC0E7C :10D52000DBCFE6FFFD0EDBCFE6FFCBDFE552E552BA :10D530000D0EE66E36DFE5520A0EE66E32DFE5527C :10D54000E552E5CFDAFFE7CFD9FF1200D9CFE6FFEA :10D55000DACFE6FFE1CFD9FFE2CFDAFFFC0EDBCF77 :10D56000E9FFFD0EDBCFEAFFEF500EE0FC0EDBCF54 :10D57000E9FFDB2AFD0EDBCFEAFF01E3DB2AEF50F8 :10D58000E66E0FDFE552EAD7E552E5CFDAFFE7CFE7 :10D59000D9FF1200D9CFE6FFDACFE6FFE1CFD9FFFE :10D5A000E2CFDAFFFC0EDBCFE6FFFD0EDBCFE6FFBE :10D5B000CDDFE552E5520D0EE66EF3DEE5520A0EC2 :10D5C000E66EEFDEE552E552E5CFDAFFE7CFD9FFB1 :10D5D0001200D9CFE6FFDACFE6FFE1CFD9FFE2CFE5 :10D5E000DAFFE652FD0EDB50F00BE8380F0BDF6E72 :10D5F000DFCF21F0090EE76E2118E8AE02D021340A :10D6000003D0E750D880215402E2370E01D0300E0B :10D61000DF26DFCFE6FFC5DEE552FD0EDB500F0B48 :10D62000DF6EDFCF21F0090EE76E2118E8AE02D0E1 :10D63000213403D0E750D880215402E2370E01D0C4 :10D64000300EDF26DFCFE6FFACDEE552E552E552D5 :10D65000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF67 :10D66000E6FFE1CFD9FFE2CFDAFFFD0EDBCF22F0FC :10D6700022C021F0226A2150E66EABDFE552FF0E98 :10D68000E76EFC0EDBCF21F0E7502116226A215015 :10D69000E66E9FDFE552E552E5CFDAFFE7CFD9FF2F :10D6A0001200D9CFE6FFDACFE6FFE1CFD9FFE2CF14 :10D6B000DAFFFA0EDBCF21F0FB0EDBCF22F0FC0EFF :10D6C000DBCF23F0FD0EDBCF24F0180ED8902432F0 :10D6D000233222322132E806F9E12150E66E79DF69 :10D6E000E552FA0EDBCF21F0FB0EDBCF22F0FC0E71 :10D6F000DBCF23F0FD0EDBCF24F0100ED8902432C8 :10D70000233222322132E806F9E12150E66E61DF50 :10D71000E552FA0EDBCF21F0FB0EDBCF22F0FC0E40 :10D72000DBCF23F0FD0EDBCF24F0080ED89024329F :10D73000233222322132E806F9E12150E66E49DF38 :10D74000E552FA0EDBCF21F0FB0EDBCF22F0FC0E10 :10D75000DBCF23F0FD0EDBCF24F02150E66E39DF66 :0ED76000E552E552E5CFDAFFE7CFD9FF120020 :02D76E009482A3 :10D77000948412008B9294920A0EE66E67EC71F01C :10D78000E55212008B9494948B9294920A0EE66E5A :10D7900067EC71F0E55294840A0EE66E67EC71F066 :10D7A000E55294820000000012008B9494949482BD :10D7B0000A0EE66E67EC71F0E55294840A0EE66E8E :10D7C00067EC71F0E5528B9294920A0EE66E67EC6C :10D7D00071F0E55212008B94949494820A0EE66ED6 :10D7E00067EC71F0E5529484320EE66E67EC71F0EE :10D7F000E55282B2FF0C000C1E0EE66E67EC71F073 :10D80000E55282A4FE0C000C0001080EFF6F8B9401 :10D81000949494820A0EE66E67EC71F0E55294845B :10D82000010EE66E67EC71F0E55282B407D0E4DFDA :10D83000000904E0FE0EF36EF4681200010E000110 :10D84000D890FD37E806FCE10001FD91FE6B82B245 :10D85000FD81FF07DDE1FDC0F3FFFEC0F4FF120014 :10D86000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF8B :10D87000E652E652C9DFF3CFDEFFF4CFDDFF010E43 :10D88000DB50FF0B03E1A7DF000903E1F368F46855 :10D8900008D0DECF21F0DDCF22F021C0F3FF22C07F :10D8A000F4FFE552E552E552E5CFDAFFE7CFD9FFC5 :10D8B0001200D9CFE6FFDACFE6FFE1CFD9FFE2CF02 :10D8C000DAFFE652E652FB0EDBCFF3FFDB06F35046 :10D8D00000092BE099DFF3CFDEFFF4CFDDFF010E6F :10D8E000DB50FF0B02E0FF0E21D0FC0EDBCFE9FF87 :10D8F000DB2AFD0EDBCFEAFF01E3DB2ADFCFEFFF00 :10D90000FB0EDB5003E19494948203D094948B92A9 :10D9100094920A0EE66E67EC71F0E55294840A0E5A :10D92000E66E67EC71F0E552CED7000EE552E55297 :10D93000E552E5CFDAFFE7CFD9FF1200D9CFE6FFF6 :10D94000DACFE6FFE1CFD9FFE2CFDAFF0001080E20 :10D95000FF6FFD0EDB500001FD6FFE6B8B9482B4F8 :10D9600006D04ADF000902E0FF0E29D023D00001D3 :10D97000FE6BFD37D8A00ED0949494820A0EE66E0A :10D9800067EC71F0E55294840A0EE66E67EC71F074 :10D99000E5520ED094948B9294920A0EE66E67EC48 :10D9A00071F0E55294840A0EE66E67EC71F0E55270 :10D9B0000001FF070001FF51D2E1000E00D0E55247 :10D9C000E5CFDAFFE7CFD9FF1200D9CFE6FFDACFF4 :10D9D000E6FFE1CFD9FFE2CFDAFFFD0EDBCFE6FFB6 :10D9E000ADDFE552000903E1F6DE000902E0FF0EBB :10D9F00001D0000EE552E5CFDAFFE7CFD9FF1200E4 :10DA0000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFE9 :10DA1000FB0EDB5017E0FC0EDBCFE9FFDB2AFD0E2F :10DA2000DBCFEAFF01E3DB2AEF50E66E87DFE5524A :10DA3000000903E1D0DE000902E0FF0E04D0FB0E76 :10DA4000DB06E6D7000EE552E5CFDAFFE7CFD9FFD8 :02DA50001200C2 :0EDA5200D8CFE4FFE0CFE4FFE46EE9CFE4FFBD :10DA6000EACFE4FFF6CFE4FFF7CFE4FFF5CFE4FF22 :10DA7000F3CFE4FFF4CFE4FFFACFE4FF00EE39F098 :10DA8000140EE80403E3EECFE4FFFBD700EE21F031 :10DA9000180EE80403E3EECFE4FFFBD7E6529EA2A4 :10DAA00004D09E9273EC62F00082F0A203D0F09258 :10DAB000F5EC68F09EA803D09E98AAEC69F09EAAA7 :10DAC00003D09E9A06EC6AF0E55200EE38F0180E8C :10DAD000E80403E3E5CFEDFFFBD700EE4CF0140EB6 :10DAE000E80403E3E5CFEDFFFBD7E5CFFAFFE5CF91 :10DAF000F4FFE5CFF3FFE5CFF5FFE5CFF7FFE5CF87 :10DB0000F6FFE5CFEAFFE5CFE9FFE550E5CFE0FF1F :10DB1000E5CFD8FF1000D9CFE6FFDACFE6FFE1CF9F :10DB2000D9FFE2CFDAFFE652929A938A93889496CD :10DB30009488949A898A94908B900F0EC16E921259 :10DB400093968A9692889382F086F08CF19A9384C9 :10DB5000F088F09EF198939E939C8A9E8A9CFE0E7C :10DB6000E66EFAEC70F0E552C30ECB6E9F92400E5B :10DB7000C76E210EC66ED08E1F0E1C6E006A00018D :10DB8000B66BB56BB46BDF6A040EDF5C11E2DF507D :10DB9000B70DF3CFE9FFF4CFEAFF320EE926030E0B :10DBA000EA22220EE926000EEA22EF6ADF2AECD7EB :10DBB000E552E552E5CFDAFFE7CFD9FF1200D9CF22 :10DBC000E6FFDACFE6FFE1CFD9FFE2CFDAFFE65298 :10DBD000E6520001BC8F020EB66FDE52030EDD6E00 :10DBE000E66A2CEC5DF0E552DF6EDF5007E0010ED7 :10DBF000DBCFF3FFDB06F3500008F2E3DF5013E165 :10DC0000000EE66E010EE66EE66A5FEC2AF0E55263 :10DC1000E552E552DF6EDF5006E10001010EB66FFE :10DC20003BEC57F0DF6E020E0001B65D02E1020E22 :10DC3000B96FDF50166EE552E552E552E5CFDAFFD7 :10DC4000E7CFD9FF1200DAEC57F0000EE66EE66A75 :10DC5000E66A5FEC2AF0E552E552E5520001B66B48 :10DC6000B96B120058DFF6EC6EF0B7EC6BF0D3EC4A :10DC700068F0BFEC5AF091EC69F019EC70F0036AAF :10DC8000400EE66EBBEC52F0E552F28EF28C00A034 :10DC900003D0D9EC67F0009000A223D00092B90E17 :10DCA000E66E000EE66E00EC6FF0E552E552BC0E3B :10DCB000E66E000EE66E00EC6FF0E552E55230ECD9 :10DCC0005AF0B9EC62F0000904E00001B65101E13C :10DCD00076DFB9EC62F0000904E10001B65101E021 :0EDCE000B2DF00A4D4D70094F6EC5AF0D0D7EF :02DCEE00D9CF8C :10DCF000E6FFDACFE6FFFA0EE3CFD9FFFB0EE3CF64 :10DD0000DAFFFC0EE3CFE9FFFD0EE3CFEAFFE9CF38 :10DD1000F3FFEACFF4FFF80EE35003E1F90EE3500E :10DD200008E0F80EE30602E2F90EE306DECFEEFFAE :10DD3000F2D7FF0EE3CFDAFFE552FF0EE3CFD9FFB4 :10DD4000E5521200FE0EE3CFE9FFFF0EE3CFEAFF3C :10DD5000E9CFF3FFEACFF4FFFB0EE35003E1FC0E43 :10DD6000E35009E0FB0EE30602E2FC0EE306FD0EC3 :10DD7000E350EE6EF1D71200D9CFE6FFDACFE6FF1F :10DD8000FA0EE3CFD9FFFB0EE3CFDAFFFC0EE3CFB1 :10DD9000E9FFFD0EE3CFEAFFE9CFF3FFEACFF4FF9F :10DDA000DECFEFFFEE66FCD7FF0EE3CFDAFFE552E2 :10DDB000FF0EE3CFD9FFE5521200FB0EE3CFF6FFD3 :10DDC000FC0EE3CFF7FFFD0EE3CFF8FFFE0EE3CF2F :10DDD000E9FFFF0EE3CFEAFFE9CFF3FFEACFF4FF5D :0CDDE0000900F5CFEFFFEE66FBD7120044 :04DDEC000001010E23 :10DDF000BB6FBA6BB96B0001BE6BBD6BBC6B120025 :10DE0000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFE5 :10DE1000FC0EDBCFE9FFFD0EDBCFEAFFEF50030B7B :10DE2000030A0EE0010A0AE0030A05E0010A0DE117 :10DE30000F01046B0AD00F01010E06D0400E01D075 :10DE4000800E0001B8150F01046FFC0EDBCFE9FF57 :10DE5000FD0EDBCFEAFFEF50800B10E0FC0EDBCFB6 :10DE6000E9FFFD0EDBCFEAFFEF9EFC0EDBCFE9FF03 :10DE7000FD0EDBCFEAFFEE52080EEF6EFC0EDBCF9D :10DE8000E9FFFD0EDBCFEAFFEE52EF500AE0FC0E99 :10DE9000DBCFE9FFFD0EDBCFEAFFEE52EF060F010D :10DEA0000471FC0EDBCFE9FFFD0EDBCFEAFF020EB3 :10DEB000E926000EEA22EF5008E00F010451E8B015 :10DEC0008A8CE8B008D08A9C06D00F010451E8B0D3 :10DED0008A8EE8A08A9EE552E5CFDAFFE7CFD9FF28 :02DEE00012002E :0EDEE200D9CFE6FFDACFE6FFE1CFD9FFE2CFDE :10DEF000DAFFFF0EE76EFC0EDBCF21F0E7502116B4 :10DF00002150A96EFD0EDBCF22F022C021F0226A43 :10DF10002150AA6EA69EA69CA680A850E552E5CFE9 :10DF2000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF5D :10DF3000E1CFD9FFE2CFDAFFFF0EE76EFC0EDBCFB9 :10DF400021F0FD0EDBCF22F0E7502116226A21508E :10DF5000A96EFC0EDBCF21F0FD0EDBCF22F022C03C :10DF600021F0226A2150AA6EFB0EDB50A86EA69CFF :10DF7000A69EA684F29E550EA76EAA0EA76EA68236 :10DF8000F28EA6B2FED7A694E552E5CFDAFFE7CF30 :04DF9000D9FF1200A3 :0CDF94001E0EF66E0B0EF76E000EF86EFF :10DFA00000010900F550ED6F0900F550EE6F03E137 :10DFB000ED6701D03DD00900F550E86F0900F5503C :10DFC000E96F0900F550EA6F09000900F550E96EA4 :10DFD0000900F550EA6E090009000900F550EB6FE1 :10DFE0000900F550EC6F09000900F6CFEFF0F7CF0C :10DFF000F0F0F8CFF1F0E8C0F6FFE9C0F7FFEAC0B3 :10E00000F8FF0001EB5302E1EC5307E00900F55083 :10E01000EE6EEB07F8E2EC07F9D7EFC0F6FFF0C0C1 :10E02000F7FFF1C0F8FF0001ED07000EEE5BBFD770 :02E030001200DC :0EE032000001FB6B400EFC6F12000001FB5161 :10E0400007E0F9C0E6FFD1EC69F0E5520001FB6B97 :10E05000C3EC69F0000903E00001FC8D02D000016F :10E06000FC9DFCB90CD0FA0EE66E000EE66E2FECAD :10E070006AF0E552E552000902E00001FC89120055 :10E080000001FB5106E183CFF9F0010EFB6FFC9D0F :10E090001200FC8F12000001FCA904D0FAC08CFF12 :10E0A000FC9902D0FC8B8C68956A1200FCC08CFF36 :06E0B000956A1200120047 :0AE0B6003F504402F3CF3BF0F4CFDB :10E0C0003CF04502F3503C26000EF4203D6E3F50DC :10E0D0004602F3503D26000EF4203E6E3F504702AC :10E0E000F3503E2640504402F3503C26F4503D226B :10E0F000000E3E2240504502F3503D26F4503E2291 :10E1000040504602F3503E2641504402F3503D2613 :10E11000F4503E2241504502F3503E264250440204 :06E12000F3503E26120040 :0AE12600E550080E206ED8901D365B :10E13000E7AE02D0090E1D1A1DAE02D0090E1D1A3F :10E14000E746202EF3D7E6501200FF0EE3501F18CB :10E15000206EF00B203A201A2050F00B1E181F6E74 :10E1600020441F1AE00B1F1A203A20181E6E000CC4 :10E170003E6A3D6A3C6A3B6A200EE76ED8903F36A5 :10E180004036413642363B363C363D363E364450CC :10E190003B5C45503C5846503D5847503E5809E37B :10E1A00044503B5E45503C5A46503D5A47503E5ABB :08E1B0003F2AE72EE4D712001C :08E1B80041C04BF0415046024A :10E1C000F4CF40F0F3CF3FF042504702F4CF42F09B :10E1D000F3CF41F04602F3504026F4504122E86A62 :10E1E00042224B504702F3504026F4504122E86A45 :04E1F0004222000CBB :0CE1F400D9CFE6FFDACFE6FFE1CFD9FF7C :10E20000E2CFDAFFFD0EDB50FB0BCA6ECC6A9E92AA :10E21000FD0EDBAE02D09D8201D09D92CA84E552F4 :0AE22000E5CFDAFFE7CFD9FF1200C7 :06E22A003E6A3D6A100E81 :10E23000E76ED890413642363D363E3646503D5C1C :10E2400047503E5805E346503D5E47503E5A412AEE :06E25000E72EF0D71200DA :0AE25600222A2B2C3A3B3C3D3E3FB0 :10E260005B5D7C7F002F68617264342D0065747281 :06E2700073686172640096 :0AE2760094C5E8C520C67CC624C785 :10E28000ACC736C978C9DEC936CAC0CA3EC866CB73 :06E2900068CD90CD7EC5B3 :0AE296001CEE00F02CEE00F0F86A18 :10E2A0003A9CCAEC6FF079EC71F032EC6EF0FBD76F :02E2B00012005A :0EE2B2003E6A080EE76ED89042363E36475060 :0EE2C0003E5C02E33E6E422AE72EF7D71200C4 :02E2CE00FF0E41 :10E2D000E350E84E1200000000D000D000D0E82E3D :04E2E000FAD7120057 :0CE2E40000EE00F00F0EEE6AEA62FDD7BB :02E2F00012001A :02E2F200120018 :01E2F4000128 :02FFFE005C7530 :020000040030CA :0100010006F8 :0100020018E5 :010003001EDE :010005008179 :010006008178 :01000B00A054 :0200000400F00A :10000000FEFEFF180218193A4038E680C01116505B :100010000609CD1F50C0E946524548442E524F4D67 :1000200021000039E5DDE1EB3E03D3C4CDA45078D7 :100030003C3CD3C30EC23E01ED79EDB3AFED79CDBB :10004000A450C00EFFCD7F503D200CCD7050CD7F11 :1000500050772310F918EE3D280BCD7F5047CD7F08 :100060005010FB18E0CD70503E06D3C4CDA450AF65 :10007000C9CD7F5047CD7F506F05CD7F506705C9F3 :100080000C2003CD8850DBC2C9AFD3C33E04D3C418 :10009000CDA4502005DBCFE608C03E06D3C4CDA4D6 :1000A00050DDF93CC9DBCF0738FBDBCFE601C9FFE8 :1000B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50 :1000C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40 :1000D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30 :1000E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20 :1000F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10 :0203FE005C752C :00000001FF ================================================ FILE: frehd/PIC Source Files/FatFS.mcp ================================================ [HEADER] magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13} file_version=1.0 device=PIC18F4620 [PATH_INFO] BuildDirPolicy=BuildDirIsProjectDir dir_src= dir_bin= dir_tmp= dir_sin= dir_inc=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h dir_lib=C:\MCC18\lib dir_lkr=C:\MCC18\lkr [CAT_FILTERS] filter_src=*.asm;*.c filter_inc=*.h;*.inc filter_obj=*.o filter_lib=*.lib filter_lkr=*.lkr [CAT_SUBFOLDERS] subfolder_src=FatFS subfolder_inc=FatFS subfolder_obj= subfolder_lib= subfolder_lkr= [FILE_SUBFOLDERS] file_000=FatFS file_001=FatFS file_002=. file_003=. file_004=. file_005=. file_006=. file_007=. file_008=. file_009=. file_010=. file_011=. file_012=. file_013=FatFS file_014=. file_015=. file_016=. file_017=FatFS file_018=FatFS file_019=FatFS file_020=FatFS file_021=. file_022=. file_023=. file_024=. file_025=. file_026=. file_027=. file_028=. file_029=. file_030=. file_031=. file_032=. file_033=. file_034=. file_035=. file_036=. file_037=. [GENERATED_FILES] file_000=no file_001=no file_002=no file_003=no file_004=no file_005=no file_006=no file_007=no file_008=no file_009=no file_010=no file_011=no file_012=no file_013=no file_014=no file_015=no file_016=no file_017=no file_018=no file_019=no file_020=no file_021=no file_022=no file_023=no file_024=no file_025=no file_026=no file_027=no file_028=no file_029=no file_030=no file_031=no file_032=no file_033=no file_034=no file_035=no file_036=no file_037=no [OTHER_FILES] file_000=no file_001=no file_002=no file_003=no file_004=no file_005=no file_006=no file_007=no file_008=no file_009=no file_010=no file_011=no file_012=no file_013=no file_014=no file_015=no file_016=no file_017=no file_018=no file_019=no file_020=no file_021=no file_022=no file_023=no file_024=no file_025=no file_026=no file_027=no file_028=no file_029=no file_030=no file_031=no file_032=no file_033=no file_034=no file_035=no file_036=no file_037=no [FILE_INFO] file_000=FatFS\diskio.c file_001=FatFS\ff.c file_002=main.c file_003=serial.c file_004=trs_hard.c file_005=ds1307.c file_006=sw_i2c.c file_007=trs_uart.c file_008=c018i.c file_009=bootloader.asm file_010=eeprom.c file_011=interrupt.asm file_012=trs_extra.c file_013=FatFS\diskio2.asm file_014=led.c file_015=dsk.c file_016=loader_eeprom.asm file_017=FatFS\integer.h file_018=FatFS\diskio.h file_019=FatFS\ff.h file_020=FatFS\ffconf.h file_021=HardwareProfile.h file_022=serial.h file_023=reed.h file_024=trs_hard.h file_025=sw_i2c.h file_026=ds1307.h file_027=action.h file_028=version.h file_029=trs_uart.h file_030=bootloader.inc file_031=eeprom.h file_032=trs_hard_defs.h file_033=trs_extra.h file_034=crc.inc file_035=led.h file_036=C:\MCC18\lib\p18f4620.lib file_037=18f4620_g.lkr [SUITE_INFO] suite_guid={5B7D72DD-9861-47BD-9F60-2BE967BF8416} suite_state= [TOOL_SETTINGS] TS{DD2213A8-6310-47B1-8376-9430CDFC013F}= TS{BFD27FBA-4A02-4C0E-A5E5-B812F3E7707C}=/m"$(BINDIR_)$(TARGETBASE).map" /w /o"$(BINDIR_)$(TARGETBASE).cof" TS{C2AF05E7-1416-4625-923D-E114DB6E2B96}=-Ls TS{ADE93A55-C7C7-4D4D-A4BA-59305F7D0391}= [INSTRUMENTED_TRACE] enable=0 transport=0 format=0 [CUSTOM_BUILD] Pre-Build= Pre-BuildEnabled=1 Post-Build=wperl.exe "$(ProjectDir)\generate_crc.pl" "$(ProjectDir) Post-BuildEnabled=1 ================================================ FILE: frehd/PIC Source Files/FatFS.mcs ================================================ [Header] MagicCookie={0b13fe8c-dfe0-40eb-8900-6712719559a7} Version=1.0 [File000] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\diskio.o Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={E56A1C86-9D32-4DF6-8C34-FE0388B1B644} LanguageToolLocation=C:\MCC18\bin\mcc18.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString=-Ls TraceCmdString= DebugOptions= [File001] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\ff.o Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={E56A1C86-9D32-4DF6-8C34-FE0388B1B644} LanguageToolLocation=C:\MCC18\bin\mcc18.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString=-Ls TraceCmdString= DebugOptions= [File002] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\main.o Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={E56A1C86-9D32-4DF6-8C34-FE0388B1B644} LanguageToolLocation=C:\MCC18\bin\mcc18.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString=-Ls TraceCmdString= DebugOptions= [File003] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\serial.o Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={E56A1C86-9D32-4DF6-8C34-FE0388B1B644} LanguageToolLocation=C:\MCC18\bin\mcc18.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString=-Ls TraceCmdString= DebugOptions= [File004] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\trs_hard.o Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={E56A1C86-9D32-4DF6-8C34-FE0388B1B644} LanguageToolLocation=C:\MCC18\bin\mcc18.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString=-Ls TraceCmdString= DebugOptions= [File005] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\ds1307.o Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={E56A1C86-9D32-4DF6-8C34-FE0388B1B644} LanguageToolLocation=C:\MCC18\bin\mcc18.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString=-Ls TraceCmdString= DebugOptions= [File006] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\sw_i2c.o Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={E56A1C86-9D32-4DF6-8C34-FE0388B1B644} LanguageToolLocation=C:\MCC18\bin\mcc18.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString=-Ls TraceCmdString= DebugOptions= [File007] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\trs_uart.o Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={E56A1C86-9D32-4DF6-8C34-FE0388B1B644} LanguageToolLocation=C:\MCC18\bin\mcc18.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString=-Ls TraceCmdString= DebugOptions= [File008] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\c018i.o Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={E56A1C86-9D32-4DF6-8C34-FE0388B1B644} LanguageToolLocation=C:\MCC18\bin\mcc18.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString=-Ls TraceCmdString= DebugOptions= [File009] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\bootloader.o Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={49D3CA3F-D9A3-4518-9943-226A347E8CC7} LanguageToolLocation=C:\MCC18\mpasm\MPASMWIN.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString= TraceCmdString= DebugOptions= [File010] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\bootloader.err Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={49D3CA3F-D9A3-4518-9943-226A347E8CC7} LanguageToolLocation=C:\MCC18\mpasm\MPASMWIN.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString= TraceCmdString= DebugOptions= [File011] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\eeprom.o Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={E56A1C86-9D32-4DF6-8C34-FE0388B1B644} LanguageToolLocation=C:\MCC18\bin\mcc18.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString=-Ls TraceCmdString= DebugOptions= [File012] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\interrupt.o Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={49D3CA3F-D9A3-4518-9943-226A347E8CC7} LanguageToolLocation=C:\MCC18\mpasm\MPASMWIN.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString= TraceCmdString= DebugOptions= [File013] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\interrupt.err Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={49D3CA3F-D9A3-4518-9943-226A347E8CC7} LanguageToolLocation=C:\MCC18\mpasm\MPASMWIN.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString= TraceCmdString= DebugOptions= [File014] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\trs_extra.o Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={E56A1C86-9D32-4DF6-8C34-FE0388B1B644} LanguageToolLocation=C:\MCC18\bin\mcc18.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString=-Ls TraceCmdString= DebugOptions= [File015] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\diskio2.o Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={49D3CA3F-D9A3-4518-9943-226A347E8CC7} LanguageToolLocation=C:\MCC18\mpasm\MPASMWIN.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString= TraceCmdString= DebugOptions= [File016] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\diskio2.err Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={49D3CA3F-D9A3-4518-9943-226A347E8CC7} LanguageToolLocation=C:\MCC18\mpasm\MPASMWIN.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString= TraceCmdString= DebugOptions= [File017] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\led.o Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={E56A1C86-9D32-4DF6-8C34-FE0388B1B644} LanguageToolLocation=C:\MCC18\bin\mcc18.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString=-Ls TraceCmdString= DebugOptions= [File018] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\dsk.o Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={E56A1C86-9D32-4DF6-8C34-FE0388B1B644} LanguageToolLocation=C:\MCC18\bin\mcc18.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString=-Ls TraceCmdString= DebugOptions= [File019] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\loader_eeprom.o Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={49D3CA3F-D9A3-4518-9943-226A347E8CC7} LanguageToolLocation=C:\MCC18\mpasm\MPASMWIN.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString= TraceCmdString= DebugOptions= [File020] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\loader_eeprom.err Folder=Intermediary DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={49D3CA3F-D9A3-4518-9943-226A347E8CC7} LanguageToolLocation=C:\MCC18\mpasm\MPASMWIN.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString= TraceCmdString= DebugOptions= [File021] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\bootloader.lst Folder=Output DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={49D3CA3F-D9A3-4518-9943-226A347E8CC7} LanguageToolLocation=C:\MCC18\mpasm\MPASMWIN.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString= TraceCmdString= DebugOptions= [File022] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\interrupt.lst Folder=Output DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={49D3CA3F-D9A3-4518-9943-226A347E8CC7} LanguageToolLocation=C:\MCC18\mpasm\MPASMWIN.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString= TraceCmdString= DebugOptions= [File023] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\diskio2.lst Folder=Output DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={49D3CA3F-D9A3-4518-9943-226A347E8CC7} LanguageToolLocation=C:\MCC18\mpasm\MPASMWIN.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString= TraceCmdString= DebugOptions= [File024] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\loader_eeprom.lst Folder=Output DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={49D3CA3F-D9A3-4518-9943-226A347E8CC7} LanguageToolLocation=C:\MCC18\mpasm\MPASMWIN.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString= TraceCmdString= DebugOptions= [File025] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS.cof Folder=Output DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={96C98149-AA1B-4CF9-B967-FAE79CAB663C} LanguageToolLocation=C:\MCC18\bin\mplink.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString=/m"$(BINDIR_)$(TARGETBASE).map" /w /o"$(BINDIR_)$(TARGETBASE).cof" TraceCmdString= DebugOptions= [File026] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS.hex Folder=Output DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={96C98149-AA1B-4CF9-B967-FAE79CAB663C} LanguageToolLocation=C:\MCC18\bin\mplink.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString=/m"$(BINDIR_)$(TARGETBASE).map" /w /o"$(BINDIR_)$(TARGETBASE).cof" TraceCmdString= DebugOptions= [File027] Location=C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS.map Folder=Output DeviceName=PIC18F4620 LanguageToolSuiteID={5B7D72DD-9861-47BD-9F60-2BE967BF8416} LanguageToolID={96C98149-AA1B-4CF9-B967-FAE79CAB663C} LanguageToolLocation=C:\MCC18\bin\mplink.exe PPAD=$(BINDIR)||$(TMPDIR)||$(AINDIR)||$(INCDIR)|C:\Documents and Settings\fvecoven\My Documents\frehd\pic\trs_hard\FatFS;C:\MCC18\h||$(LIBDIR)|C:\MCC18\lib||$(LKRDIR)|C:\MCC18\lkr|| SOLK=|FatFS\diskio.c|FatFS\ff.c|main.c|serial.c|trs_hard.c|ds1307.c|sw_i2c.c|trs_uart.c|c018i.c|bootloader.asm|eeprom.c|interrupt.asm|trs_extra.c|FatFS\diskio2.asm|led.c|dsk.c|loader_eeprom.asm|||||C:\MCC18\lib\p18f4620.lib|||18f4620_g.lkr|| SuiteArgsString= ToolArgsString=/m"$(BINDIR_)$(TARGETBASE).map" /w /o"$(BINDIR_)$(TARGETBASE).cof" TraceCmdString= DebugOptions= [TOOL_LOC_STAMPS] tool_loc{49D3CA3F-D9A3-4518-9943-226A347E8CC7}=C:\MCC18\mpasm\MPASMWIN.exe tool_loc{96C98149-AA1B-4CF9-B967-FAE79CAB663C}=C:\MCC18\bin\mplink.exe tool_loc{E56A1C86-9D32-4DF6-8C34-FE0388B1B644}=C:\MCC18\bin\mcc18.exe ================================================ FILE: frehd/PIC Source Files/HardwareProfile.h ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifndef HARDWARE_PROFILE_H #define HARDWARE_PROFILE_H #include /** CLOCK FREQUENCY ********************************************/ #define GetSystemClock() (40000000ul) // Hz #define GetInstructionClock() (GetSystemClock()/4) #define GetPeripheralClock() GetInstructionClock() /** I/O pin definitions ****************************************/ #define INPUT_PIN 1 #define OUTPUT_PIN 0 /* SD CARD */ #define SD_CS LATAbits.LATA5 // SD chip select #define SD_CS_TRIS TRISAbits.TRISA5 // SD chip select TRIS #define SPI_SCK_TRIS TRISCbits.TRISC3 // SPI Clock TRIS #define SPI_MISO_TRIS TRISCbits.TRISC4 // SPI Master input/Slave output TRIS #define SPI_MOSI_TRIS TRISCbits.TRISC5 // SPI Master output/Slave input TRIS /* * Card write-protect and card detect must be on the same port. * If not, adapt diskio.c */ #define SD_WP PORTBbits.RB5 // Card Write Protect #define SD_WP_TRIS TRISBbits.TRISB5 // Card Write Protect TRIS #define SD_WP_PIN 5 #define SD_CD PORTBbits.RB4 // Card Detect #define SD_CD_TRIS TRISBbits.TRISB4 // Card Detect TRIS #define SD_CD_PIN 4 #define SD_WP_CD_PORT PORTB /* STATUS REGISTER */ #define STAT_CS LATCbits.LATC0 // STATUS LOAD #define STAT_CS_TRIS TRISCbits.TRISC0 /* TRS80 signals */ #define TRS_ADDR PORTA // low nibble is A[3..0] reversed! RW is bit 4 #define TRS_ADDR_TRIS TRISA #define TRS_DATA_IN PORTD #define TRS_DATA_OUT LATD #define TRS_DATA_TRIS TRISD #define TRS_RD_N PORTAbits.RA4 // 0=read 1=write #define TRS_RD_N_TRIS TRISAbits.TRISA4 #define TRS_WAIT LATBbits.LATB3 #define TRS_WAIT_TRIS TRISBbits.TRISB3 #define GAL_INT_IE INTCON3bits.INT1IE #define GAL_INT_IP INTCON3bits.INT1IP #define GAL_INT_IF INTCON3bits.INT1IF #define GAL_INT_EDGE INTCON2bits.INTEDG1 #define GAL_INT_TRIS TRISBbits.TRISB1 #define GAL_INT PORTBbits.RB1 /* DS1307 RTC */ #define SDA_LAT LATCbits.LATC1 #define SDA_PIN PORTCbits.RC1 #define SDA_TRIS TRISCbits.TRISC1 #define SCL_LAT LATCbits.LATC2 #define SCL_PIN PORTCbits.RC2 #define SCL_TRIS TRISCbits.TRISC2 #define RTC_INT_IE INTCON3bits.INT2IE #define RTC_INT_IP INTCON3bits.INT2IP #define RTC_INT_IF INTCON3bits.INT2IF #define RTC_INT_EDGE INTCON2bits.INTEDG2 #define RTC_INT_TRIS TRISBbits.TRISB2 #define RTC_INT PORTBbits.RB2 /* Serial Port */ #define TX_TRIS TRISCbits.TRISC6 #define RX_TRIS TRISCbits.TRISC7 #define RTS_TRIS TRISEbits.TRISE0 #define RTS_LAT LATEbits.LATE0 #define RTS_PIN PORTEbits.RE0 #define CTS_TRIS TRISEbits.TRISE1 #define CTS_LAT LATEbits.LATE1 #define CTS_PIN PORTEbits.RE1 /* LEDs */ #define GLED LATBbits.LATB7 // green LED #define GLED_TRIS TRISBbits.TRISB7 // green LED TRIS #define RLED LATBbits.LATB6 // red LED #define RLED_TRIS TRISBbits.TRISB6 // red LED TRIS typedef enum { LED_OFF, LED_ON, LED_FAST_BLINK, LED_SLOW_BLINK } led_state_t; /* Spare pins */ #define SPARE1_TRIS TRISBbits.TRISB0 #define SPARE2_TRIS TRISEbits.TRISE2 /** USART SETTINGS *********************************************/ #define BAUD_RATE 57600 #endif ================================================ FILE: frehd/PIC Source Files/LICENSE ================================================ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . ================================================ FILE: frehd/PIC Source Files/Makefile ================================================ C_FILES = $(wildcard *.c) H_FILES = $(wildcard *.h) INC_FILES = $(wildcard *.inc) ASM_FILES = $(wildcard *.asm) Z80_FILES = z80/import2.z80 z80/export2.z80 z80/fupdate.z80 z80/vhdutl.z80 EXTRA_FILES = LICENSE FatFS generate_crc.pl FILES = $(C_FILES) $(H_FILES) $(INC_FILES) $(ASM_FILES) $(Z80_FILES) $(EXTRA_FILES) DIST = trs_hard.tar.gz all: $(RM) $(DIST) tar --exclude .svn -zcvf $(DIST) $(FILES) clean: $(RM) $(DIST) ================================================ FILE: frehd/PIC Source Files/PIC.hex ================================================ :020000040000FA :0400000053EF00F0CA :020006000102F5 :0400080006EF04F00B :080018007F6603EF04F0F0A085 :100020002DD0F09080A80DD083CFDEFF80A603D026 :100030007E82800E29D88A8681A2FED795688A960C :10004000110080500F0B04E1010E8C6E956AF3D7FE :10005000080A04E1020E8C6E956AEDD70C0A04E1E1 :100060007DC08CFF956AE7D7080A04E17CC08CFF4D :10007000956AE1D74F0E8C6E956ADDD7F2A403D056 :10008000F2947B667B061100C96EC7A0FED78B80F9 :10009000C9508B901200DF38DEBC8F0FDF24DEBC2E :1000A000F90FCD0F12007F6A7E6A8EEC01F0FE0E12 :1000B000F66EFF0EF76EF86A0900F5507D627E8CD1 :1000C0000900F5507C627E8C7EBC26D0030EAA6EA1 :1000D000FE0EA96EA69EA69CA680A8507D627E8E6E :1000E000A92AA69EA69CA680A8507C627E8E7EBE73 :1000F00013D07F6800EF04F0030EAA6EFE0EA96E07 :100100007DC0A8FF040EA66EC3D8A92A7CC0A8FF94 :10011000040EA66EBDD8FF0094900F0EC16E8A9695 :100120009396F086F09CF19A8A9E939E8A9C939C6B :100130009496949A400EC76E210EC66E870ED56EA9 :10014000F194F28A120E7B6ED08E8A8E8A8C856B29 :10015000846B21EE00F0F28CF28E400E95DF7EB2C1 :1001600005D87EBCFCD77B66FAD7C6D77E9221EE37 :1001700000F0DE503A0A37E18EDF806F040F816FA6 :100180008ADF8027812FFCD7806726D021EE01F0FF :1001900082DF816F80DF836F7EDF826F7CDF866F1F :1001A000070B88EC01F0F5EF00F064EF01F0EAEFE7 :1001B00000F0EAEF00F05BEF01F0EAEF00F066EF2D :1001C00001F0EAEF00F040095FDF21EE00F01200DD :1001D000000EF9D7020EF7D7030EF5D77E84050E71 :1001E000F2D7010EF0D7040EEED77EB4F3D78551C7 :1001F000F1E1845105E033D88451F00A18E0EAD7E0 :100200008251F65C876F8351F75808E38713E6E164 :1002100042DF8107F56E7E8649D801D0F5680D0072 :10022000F6503F0BD8B424D88167EAD7D1D7A6B20D :10023000FED78451F008876F8351FC0B871185111D :10024000D0E18351AA6E8251A96E25DF8107A86E85 :10025000040EA66E1DD82AD88167E9D7B9D77EA625 :100260001200F5680D00F6503F0BFCE101D81200BA :100270007EA60CD07E960A00FF0EF65C070EF7589D :1002800004E37E8C840EA66E03D80900A66A1200D1 :10029000F29EF29C550EA76EAA0EA76EA682F28C55 :1002A000F28E0000A6B2FED7A6941200E86A822B56 :1002B0008323842312008105E82C95D7ECDE856F1B :1002C000EADE846F000E7FD7CADFFF0083298BE14F :1002D000825101E00FD07E8C000EF66E080EF76E94 :1002E000F86A940EA66ED4DF400EF626E86AF7226E :1002F000F8E16ED7A868AA6AA96A040EA66EC8DFDC :10030000A6B2FED7A93EF9D7AA2AAA50F6E160D72D :10031000E844E844FD26000EFE221200000EF66EB0 :10032000080EF76EF86A7C6A7D6A0900F55007D8F6 :10033000F750FF08FAE1F650FE08F7E112007C18CA :100340007D187D1A7D187C6E7D507D3A7D1A7D3238 :100350007DB0D8707DB2D8707DB4D8707D6E010E3E :10036000D8B07C1A400E7D32D8B07C1A7D347D1A0C :0A0370007D32800ED8B07C1A000C1C :060800007FEF5FF0120023 :06080600E0EF5BF01200C0 :04080C008A8EF09050 :1008100003665DD080501F0B166205D08338070B2E :100820000F6E106A1F0F63EC04F06CEF04F072EFB0 :1008300004F0E6EF04F096EF04F07EEF04F093EF9F :1008400004F0A2EF04F09CEF04F06FEF04F08DEFE2 :1008500004F0E6EF04F099EF04F08AEF04F090EF73 :1008600004F0A2EF04F0E6EF04F0E6EF04F0B3EFDB :1008700004F038EF05F0FDEF04F0CDEF04F0F7EFF2 :1008800004F043EF05F003EF05F0A3EF04F0E6EF0B :1008900004F0E6EF04F000EF05F00EEF05F0FAEFDC :1008A00004F043EF05F0E6EF04F014EF05F019EF64 :1008B00005F020EF05F02DEF05F034EF05F034EFF3 :1008C00005F02DEF05F0E844E844FD26120080B85D :1008D0007DD004C08CFF79D00EC08CFF76D006C0CE :1008E0008CFF73D0E9CF44F0EACF45F009EE00F079 :1008F00010C0E9FF102AEFCF8CFF63D0E9CF44F09E :10090000EACF45F00AEE00F015C0E9FF152AEFCF57 :100910008CFF57D013C08CFF58D007C08CFF55D028 :1009200009C08CFF52D008C08CFF4FD00AC08CFF8A :100930004CD00BC08CFF49D00C44E844E8440D1067 :100940008C6E43D043D08350066EE8B63FD0056628 :1009500006D0510EC96E046E100E076E3DD0500EBB :10096000C96E046E39D00F50030A30E1E9CF44F06C :10097000EACF45F009EE00F010C0E9FF83CFEFFFAA :1009800044C0E9FF45C0EAFF103E20D0820EC96E88 :10099000046E030E016E00841FD0E9CF44F0EACF4D :1009A00045F00AEE00F015C0E9FF83CFEFFF44C029 :1009B000E9FF45C0EAFF152A1350156207D0400E23 :1009C0005BD044C0E9FF45C0EAFF956A8A8681A2F0 :1009D000FED795688A961100C7A0FED78B808A86BD :1009E00081A2FED79568C9508B908A96110083CF5B :1009F00008F0ECD783CF09F0E9D783CF0AF0E6D728 :100A000083CF0BF0E3D78344E838030B0C6E83509D :100A1000070B0D6E500EC96E046EDED7146A83503C :100A2000136ED4E1142AD2D7500EC96E046E0A6A2E :100A3000D3D7820EC96E046E020E016E0084CCD72D :100A40008350040B04E1580EC96E046EC5D7510ED5 :100A5000C96E046E040E076EBFD7820EC96E046E97 :100A6000010E016E0084B8D7500EC96E046EB4D763 :100A700083CF11F0156A800E1110016E820EC96EBF :080A8000046E0084A9D7A2D77F :080A880001005CBF0000F10059 :060A90000000010000005F :0A0A9600D9CFE6FFDACFE6FFE1CF8B :100AA000D9FFE2CFDAFFE652E652E652E652FC0EFA :100AB000DBCFDEFFDBCFDDFFFA0EDBCF38F0FB0E46 :100AC000DBCF39F0020E38C0DBFF030E39C0DBFF8D :100AD000F80EDBCF18F0F90EDBCF19F0020E185C20 :100AE000000E19582BE3020EDBCFE9FF030EDBCF1C :100AF000EAFFEECF18F0EFCF19F0DECFE9FFDDCF40 :100B0000EAFF18C0EEFF19C0EDFF020EDE26000E50 :100B1000DD22D950020FE96E000EDA20EA6E020ED5 :100B2000EE26000EED22D950F80FE96EFF0EDA2006 :100B3000EA6E020EEE5E000EED5ACAD7F80EDBCF5B :100B400018F0DB06F90EDBCF19F001E2DB061850D6 :100B5000191017E0020EDBCFE9FFDB2A030EDBCF13 :100B6000EAFF01E3DB2AEF50E66EDFCFE9FFDF2A81 :100B7000010EDBCFEAFF01E3DB2AE552E750EF6E1F :100B8000DDD7040EE15C02E2E16AE552E16EE55276 :100B9000E5CFDAFFE7CFD9FF1200D9CFE6FFDACFF2 :100BA000E6FFE1CFD9FFE2CFDAFFE652E652FC0ED4 :100BB000DBCFDEFFDBCFDDFFF80EDBCF18F0DB068F :100BC000F90EDBCF19F001E2DB06185019100CE02A :100BD000DFCFE9FFDF2A010EDBCFEAFF01E3DB2AEB :100BE000FA0EDBCFEFFFE8D7E552E552E552E5CF4D :100BF000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF61 :100C0000E1CFD9FFE2CFDAFF060EE12402E3E1688B :100C1000E652E16EFC0EDBCFDEFFDBCFDDFFFA0E2E :100C2000DBCF38F0FB0EDBCF39F0020E38C0DBFF34 :100C3000030E39C0DBFF040EDB6A050EDB6AF80E1B :100C4000DBCF18F0DB06F90EDBCF19F001E2DB0693 :100C50001850191020E0DFCFE9FFDF2A010EDBCFAB :100C6000EAFF01E3DB2AEFCF1CF0020EDBCFE9FF46 :100C7000DB2A030EDBCFEAFF01E3DB2AEF501C5C2B :100C80001A6E1B6A040E1AC0DBFF050E1BC0DBFFC9 :100C90001A501B10D4E0040EDBCF18F0050EDBCF8A :100CA00019F018C0F3FF19C0F4FF060EE15C02E270 :100CB000E16AE552E16EE552E5CFDAFFE7CFD9FF11 :100CC0001200D9CFE6FFDACFE6FFE1CFD9FFE2CFBE :100CD000DAFFFC0EDBCFF6FFFD0EDBCFF7FF0800DF :100CE000F5501AE0FC0EDBCFF6FFFD0EDBCFF7FF71 :100CF0000800F5CF18F0196A18BE1968FA0EDB5013 :100D0000181803E1FB0EDB50191806E0FC0EDB2A75 :100D1000FD0EDFE3DB2ADDD7FC0EDBCFF6FFFD0E99 :100D2000DBCFF7FF0800F5CF18F0196A18BE196875 :100D300018C0F3FF19C0F4FFE552E5CFDAFFE7CFA3 :100D4000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF16 :100D5000E2CFDAFF060EE12402E3E168E652E16E3B :100D6000FC0EDBCFE9FFFD0EDBCFEAFF040EE92628 :100D7000000EEA22EF5001E11ED1FC0EDBCFE9FFAD :100D8000FD0EDBCFEAFF2E0EE926000EEA22EECFA3 :100D9000DFFF010EEECFDBFF020EEECFDBFF030E17 :100DA000EECFDBFF010EE66ED9CFE9FFDACFEAFF27 :100DB000EECFE6FFEECFE6FFEECFE6FFEFCFE6FFAA :100DC000FC0EDBCFE9FFFD0EDBCFEAFF320EE9269A :100DD000000EEA22E9CF18F0EACF19F0E9CFE6FFDA :100DE000EACFE6FFFC0EDBCFE9FFFD0EDBCFEAFF2B :100DF000EE52EF50E66E51EC4EF01A6E080EE15CCA :100E000002E2E16AE552E16E1A50000902E0010EC9 :100E1000D3D0FC0EDBCFE9FFFD0EDBCFEAFF040EE3 :100E2000E926000EEA22EF6AFC0EDBCFE9FFFD0E99 :100E3000DBCFEAFF220EE926000EEA22EECF18F001 :100E4000EECF19F0EECF1AF0EFCF1BF0D9CFE9FFBC :100E5000DACFEAFF1850EE5C1950EE581A50EE58EF :100E60001B50EE5801E2A7D0FC0EDBCFE9FFFD0ED0 :100E7000DBCFEAFF1A0EE926000EEA22EECF1CF0C5 :100E8000EECF1DF0EECF1EF0EFCF1FF0FC0EDBCF4C :100E9000E9FFFD0EDBCFEAFF220EE926000EEA2273 :100EA000EE501C26EE501D22EE501E22EE501F2248 :100EB000D9CFE9FFDACFEAFF1C50EE5C1D50EE58A7 :100EC0001E50EE581F50EE5876E2FC0EDBCFE9FFC5 :100ED000FD0EDBCFEAFF030EE926000EEA22EF50FB :100EE000E66ED950040FE96E000EDA20EA6EE55284 :100EF000E750EE6EED6A040EDBCF18F0050EDBCF87 :100F000019F0020E185C000E195855E3FC0EDBCFE9 :100F1000E9FFFD0EDBCFEAFF1A0EE926000EEA22FA :100F2000EECF18F0EECF19F0EECF1AF0EFCF1BF0A6 :100F30001850DE261950DE221A50DE221B50DD2208 :100F4000DD52DD52010EE66ED9CFE9FFDACFEAFFBE :100F5000EECFE6FFEECFE6FFEECFE6FFEFCFE6FF08 :100F6000FC0EDBCFE9FFFD0EDBCFEAFF320EE926F8 :100F7000000EEA22E9CF18F0EACF19F0E9CFE6FF38 :100F8000EACFE6FFFC0EDBCFE9FFFD0EDBCFEAFF89 :100F9000EE52EF50E66E51EC4EF01A6E080EE15C28 :100FA00002E2E16AE552E16E1A50040EDB06050E1C :100FB000A2E2DB06A0D7000E186E060EE15C02E28C :100FC000E16AE552E16E1850E552E5CFDAFFE7CF6E :100FD000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF84 :100FE000E2CFDAFFF80EDBCF18F0F90EDBCF19F005 :100FF000FA0EDBCF1AF0FB0EDBCF1BF0FC0EDBCFC3 :10100000E9FFFD0EDBCFEAFF2E0EE926000EEA22F5 :101010001850EE1808E11950EE1805E11A50EE18B4 :1010200002E11B50EE185AE0FC0EDBCFE6FFFD0E8E :10103000DBCFE6FF87DEE552E552000937E1010E1E :10104000E66ED950F80FE96EFF0EDA20EA6EEECFA9 :10105000E6FFEECFE6FFEECFE6FFEFCFE6FFFC0EBA :10106000DBCFE9FFFD0EDBCFEAFF320EE926000EF3 :10107000EA22E9CF18F0EACF19F0E9CFE6FFEACF8C :10108000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEE5201 :10109000EF50E66EECEC4DF01A6E080EE15C02E2E9 :1010A000E16AE552E16E1A50000902E0010E17D024 :1010B000FC0EDBCFE9FFFD0EDBCFEAFF2E0EE926AB :1010C000000EEA22F80EDBCFEEFFF90EDBCFEEFFCB :1010D000FA0EDBCFEEFFFB0EDBCFEEFF000EE5528C :1010E000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF9D :1010F000E6FFE1CFD9FFE2CFDAFFE652FC0EDBCF0D :10110000E6FFFD0EDBCFE6FF1DDEE552E552DF6EAA :10111000DF5001E028D1FC0EDBCFE9FFFD0EDBCF75 :10112000EAFFEF50030801E007D1FC0EDBCFE9FF37 :10113000FD0EDBCFEAFF050EE926000EEA22EF5096 :1011400001E1FAD0FC0EDBCFE9FFFD0EDBCFEAFFB9 :101150002E0EE926000EEA22EE6AEE6AEE6AEE6ACA :10116000E66A020EE66E000EE66EE66AFC0EDBCF65 :10117000E9FFFD0EDBCFEAFF320EE926000EEA2280 :10118000E9CF18F0EACF19F0E9CFE6FFEACFE6FFA2 :1011900004DD1A6E060EE15C02E2E16AE552E16EE0 :1011A0001A50FC0EDBCFE9FFFD0EDBCFEAFF320E5B :1011B000E926000EEA22FE0EE926010EEA22550E6D :1011C000EE6EAA0EED6EFC0EDBCFE9FFFD0EDBCF5F :1011D000EAFF320EE926000EEA22520EEE6EEE6EA5 :1011E000610EEE6E410EEE6EFC0EDBCFE9FFFD0EE2 :1011F000DBCFEAFF320EE926000EEA22E40EE926F2 :10120000010EEA22720EEE6EEE6E410EEE6E610E71 :10121000EE6EFC0EDBCFE9FFFD0EDBCFEAFF0E0E1C :10122000E926000EEA22EECF18F0EECF19F0EECF4D :101230001AF0EFCF1BF0FC0EDBCFE9FFFD0EDBCF8A :10124000EAFF320EE926000EEA22E80EE926010E38 :10125000EA2218C0EEFF19C0EEFF1AC0EEFF1BC055 :10126000EEFFFC0EDBCFE9FFFD0EDBCFEAFF0A0E3F :10127000E926000EEA22EECF18F0EECF19F0EECFFD :101280001AF0EFCF1BF0FC0EDBCFE9FFFD0EDBCF3A :10129000EAFF320EE926000EEA22EC0EE926010EE4 :1012A000EA2218C0EEFF19C0EEFF1AC0EEFF1BC005 :1012B000EEFFE66EFC0EDBCFE9FFFD0EDBCFEAFFB3 :1012C000120EE926000EEA22EECFE6FFEECFE6FF91 :1012D000EECFE6FFEFCFE6FFFC0EDBCFE9FFFD0E22 :1012E000DBCFEAFF320EE926000EEA22E9CF18F042 :1012F000EACF19F0E9CFE6FFEACFE6FFFC0EDBCF3D :10130000E9FFFD0EDBCFEAFFEE52EF50E66E51EC47 :101310004EF01A6E080EE15C02E2E16AE552E16EFF :101320001A50FC0EDBCFE9FFFD0EDBCFEAFF050E06 :10133000E926000EEA22EF6A000EE66EE66AE66A29 :10134000FC0EDBCFE9FFFD0EDBCFEAFFEE52EF50E4 :10135000E66EB8EC4EF0E552E552E552E552000972 :1013600002E0010EDF6EDF50E552E552E5CFDAFF15 :10137000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF02 :10138000D9FFE2CFDAFFE150F80FE96EFF0EE2205D :10139000EA6E020EEE5E000EEE5AEE5AEE5AFC0EA9 :1013A000DBCFE9FFFD0EDBCFEAFF160EE926000ECC :1013B000EA22EECF18F0EECF19F0EECF1AF0EFCF11 :1013C0001BF0020E185E000E195A1A5A1B5AD950F9 :1013D000F80FE96EFF0EDA20EA6E1850EE5C195035 :1013E000EE581A50EE581B50EE5805E3366A376A2D :1013F000386A396A4AD0FC0EDBCFE9FFFD0EDBCF3D :10140000EAFF2A0EE926000EEA22EECF20F0EECF08 :1014100021F0EECF22F0EFCF23F0FC0EDBCFE9FF7F :10142000FD0EDBCFEAFF020EE926000EEA22EFCF27 :101430001CF01D6A1E6A1F6A1CC036F01DC037F002 :101440001EC038F01FC039F0F80EDBCF3BF0F90EAC :10145000DBCF3CF0FA0EDBCF3DF0FB0EDBCF3EF0F6 :10146000B4EC5EF032502024186E33502120196EF7 :10147000345022201A6E355023201B6E18C036F0CF :1014800019C037F01AC038F0396EE552E5CFDAFFEF :10149000E7CFD9FF1200D9CFE6FFDACFE6FFE1CFE1 :1014A000D9FFE2CFDAFF060EE12402E3E168E6525B :1014B000E16ED950F80FE96EFF0EDA20EA6E020EE7 :1014C000EE5C000EEE58000EEE58000EEE581FE3D4 :1014D000F80EDBCF18F0F90EDBCF19F0FA0EDBCFE8 :1014E0001AF0FB0EDBCF1BF0FC0EDBCFE9FFFD0E8D :1014F000DBCFEAFF160EE926000EEA22EE50185C5A :10150000EE501958EE501A58EE501B5806E3010ED3 :10151000366E376A386A396A29D2FC0EDBCFE9FFAA :10152000FD0EDBCFEAFFEF50030A01E18AD1010A89 :1015300001E108D1030A01E015D2F80EDBCF38F043 :10154000F90EDBCF39F0020E38C0DBFF030E39C0D5 :10155000DBFF020EDBCF18F0030EDBCF19F0010E1C :101560000F0B05E0D89019321832E806FBE1D9508C :10157000020FE96E000EDA20EA6E1850EE261950BE :10158000ED22020EDBCF18F0030EDBCF19F0090EAF :101590000F0B05E0D89019321832E806FBE11A6A01 :1015A0001B6AFC0EDBCFE9FFFD0EDBCFEAFF220E4C :1015B000E926000EEA22EE501826EE501922EE50CF :1015C0001A22EE501B2218C0E6FF19C0E6FF1AC00F :1015D000E6FF1BC0E6FFFC0EDBCFE6FFFD0EDBCF18 :1015E000E6FFF8DC1C6E060EE15C02E2E16AE55201 :1015F000E16E1C50000901E0B5D1FC0EDBCFE9FF24 :10160000FD0EDBCFEAFF320EE926000EEA22020EC3 :10161000DBCF1AF0030EDBCF1BF00001010E1B160F :10162000E9501A24E96EEA501B20EA6EEF50DE6E94 :10163000DD6A020EDB2A030E01E3DB2A020EDBCF9A :1016400018F0030EDBCF19F0090E0F0B05E0D89050 :1016500019321832E806FBE11A6A1B6AFC0EDBCF6E :10166000E9FFFD0EDBCFEAFF220EE926000EEA229B :10167000EE501826EE501922EE501A22EE501B2280 :1016800018C0E6FF19C0E6FF1AC0E6FF1BC0E6FF60 :10169000FC0EDBCFE6FFFD0EDBCFE6FF9BDC1C6E16 :1016A000060EE15C02E2E16AE552E16E1C500009BF :1016B00001E058D1FC0EDBCFE9FFFD0EDBCFEAFFE6 :1016C000320EE926000EEA22020EDBCF1AF0030EDC :1016D000DBCF1BF0010E1B16E9501A24E96EEA500D :1016E0001B20EA6EEF50000EF350DF12010E1C6E4D :1016F0001D6A1E6A1F6AD950F80FE96EFF0EDA20C4 :10170000EA6EEE501C16EE501D16EE501E16EE50F0 :101710001F161C501D101E101F100BE0DECF18F0FE :10172000DDCF19F0040ED89019321832E804FBE12D :1017300085D0DECF18F0DDCF19F0FF0E18160F0E92 :1017400019167CD0F80EDBCF18F0F90EDBCF19F0AC :10175000FA0EDBCF1AF0FB0EDBCF1BF0080ED89091 :101760001B321A3219321832E806F9E1FC0EDBCFCF :10177000E9FFFD0EDBCFEAFF220EE926000EEA228A :10178000EE501826EE501922EE501A22EE501B226F :1017900018C0E6FF19C0E6FF1AC0E6FF1BC0E6FF4F :1017A000FC0EDBCFE6FFFD0EDBCFE6FF13DC1C6E8D :1017B000060EE15C02E2E16AE552E16E1C500009AE :1017C00001E0D0D0FC0EDBCFE9FFFD0EDBCFEAFF5E :1017D000320EE926000EEA22E9CF1AF0EACF1BF01A :1017E000F80EDBCF36F0F90EDBCF37F0FA0EDBCF99 :1017F00038F0FB0EDBCF39F0D89036363736383636 :1018000039363B6A020E3C6E3D6A3E6AECEC5EF095 :101810001A503224186E1B503320196E040E18C053 :10182000DBFF050E19C0DBFF040EDBCFE9FF050E61 :10183000DBCFEAFFEECF18F0EFCF19F01A6A1B6A80 :1018400088D0F80EDBCF18F0F90EDBCF19F0FA0EC6 :10185000DBCF1AF0FB0EDBCF1BF0070ED8901B324C :101860001A3219321832E806F9E1FC0EDBCFE9FF33 :10187000FD0EDBCFEAFF220EE926000EEA22EE5033 :101880001826EE501922EE501A22EE501B2218C0D4 :10189000E6FF19C0E6FF1AC0E6FF1BC0E6FFFC0E1C :1018A000DBCFE6FFFD0EDBCFE6FFEAEC07F01C6EB8 :1018B000060EE15C02E2E16AE552E16E1C500009AD :1018C00051E1FC0EDBCFE9FFFD0EDBCFEAFF320E6C :1018D000E926000EEA22E9CF1AF0EACF1BF0F80E53 :1018E000DBCF36F0F90EDBCF37F0FA0EDBCF38F076 :1018F000FB0EDBCF39F0020ED8903636373638364D :101900003936E806F9E13B6A020E3C6E3D6A3E6AF2 :10191000ECEC5EF01A503224186E1B503320196E16 :10192000040E18C0DBFF050E19C0DBFF186819682C :101930001A680F0E1B6E040EDBCFE9FF050EDBCF1E :10194000EAFFEE501816EE501916EE501A16EE5029 :101950001B1618C036F019C037F01AC038F01BC07B :1019600039F004D03668376838683968060EE15CAB :1019700002E2E16AE552E16EE552E5CFDAFFE7CF38 :10198000D9FF1200D9CFE6FFDACFE6FFE1CFD9FFCA :10199000E2CFDAFFE652E652E652E652E652D9507C :1019A000F80FE96EFF0EDA20EA6E020EEE5C000E12 :1019B000EE58000EEE58000EEE581FE3F80EDBCF87 :1019C00018F0F90EDBCF19F0FA0EDBCF1AF0FB0E90 :1019D000DBCF1BF0FC0EDBCFE9FFFD0EDBCFEAFF18 :1019E000160EE926000EEA22EE50185CEE50195849 :1019F000EE501A58EE501B5806E3020EF36E040E1A :101A0000F3CFDBFFBDD2FC0EDBCFE9FFFD0EDBCF5A :101A1000EAFFEF50030A01E1F5D1010A01E16ED1BD :101A2000030A01E09CD2F80EDBCFDEFFDBCFDDFF47 :101A3000DECF18F0DDCF19F0010E0F0B05E0D890C6 :101A400019321832E806FBE1D9CFE9FFDACFEAFF15 :101A50001850EE261950ED22DECF18F0DDCF19F028 :101A6000090E0F0B05E0D89019321832E806FBE199 :101A70001A6A1B6AFC0EDBCFE9FFFD0EDBCFEAFF23 :101A8000220EE926000EEA22EE501826EE50192208 :101A9000EE501A22EE501B2218C0E6FF19C0E6FFD6 :101AA0001AC0E6FF1BC0E6FFFC0EDBCFE6FFFD0E13 :101AB000DBCFE6FFEAEC07F01C6E060EE15C02E20B :101AC000E16AE552E16E1C50E76E040EE7CFDBFFE2 :101AD000DB5001E049D2FC0EDBCFE9FFFD0EDBCF8E :101AE000EAFF320EE926000EEA22DECF1CF0DDCF3F :101AF0001DF00001010E1D16E9501C24186EEA505D :101B00001D20196E020E18C0DBFF030E19C0DBFF8B :101B1000010E186E196A1A6A1B6AD950F80FE96E1D :101B2000FF0EDA20EA6EEE501816EE501916EE503F :101B30001A16EE501B16185019101A101B100EE032 :101B4000F40EDB38F00B1C6E020EDBCFE9FF030E48 :101B5000DBCFEAFFEF500F0B1C1002D0F40EDB506E :101B6000E66E020EDBCFE9FF030EDBCFEAFFE552A4 :101B7000E750EF6EDF2A010E01E3DB2AFC0EDBCF1C :101B8000E9FFFD0EDBCFEAFF040EE926000EEA2294 :101B9000010EEF6EDECF18F0DDCF19F0090E0F0B3E :101BA00005E0D89019321832E806FBE11A6A1B6A80 :101BB000FC0EDBCFE9FFFD0EDBCFEAFF220EE926AC :101BC000000EEA22EE501826EE501922EE501A228C :101BD000EE501B2218C0E6FF19C0E6FF1AC0E6FF50 :101BE0001BC0E6FFFC0EDBCFE6FFFD0EDBCFE6FF02 :101BF000EAEC07F01C6E060EE15C02E2E16AE552D7 :101C0000E16E1C50E76E040EE7CFDBFFDB5001E016 :101C1000ABD1FC0EDBCFE9FFFD0EDBCFEAFF320ECE :101C2000E926000EEA22DECF1CF0DDCF1DF0010E0A :101C30001D16E9501C24186EEA501D20196E020E64 :101C400018C0DBFF030E19C0DBFF010E186E196A06 :101C50001A6A1B6AD950F80FE96EFF0EDA20EA6E95 :101C6000EE501816EE501916EE501A16EE501B16BE :101C7000185019101A101B1016E0F40EDBCF1CF0D0 :101C8000F50EDBCF1DF0F60EDBCF1EF0F70EDBCF2F :101C90001FF0040ED8901F321E321D321C32E8068F :101CA000F9E11C5020D0F40EDBCF21F0F50EDBCF94 :101CB00022F0F60EDBCF23F0F70EDBCF24F0080E78 :101CC000D8902432233222322132E806F9E10F0E75 :101CD0002114206E020EDBCFE9FF030EDBCFEAFFFB :101CE000EF50F00B2010E66E020EDBCFE9FF030E83 :101CF000DBCFEAFFE552E750EF6E36D1F80EDBCFCF :101D000018F0F90EDBCF19F0FA0EDBCF1AF0FB0E4C :101D1000DBCF1BF0080ED8901B321A321932183262 :101D2000E806F9E1FC0EDBCFE9FFFD0EDBCFEAFFB1 :101D3000220EE926000EEA22EE501826EE50192255 :101D4000EE501A22EE501B2218C0E6FF19C0E6FF23 :101D50001AC0E6FF1BC0E6FFFC0EDBCFE6FFFD0E60 :101D6000DBCFE6FFEAEC07F01C6E060EE15C02E258 :101D7000E16AE552E16E1C50E76E040EE7CFDBFF2F :101D8000DB5001E0F1D0FC0EDBCFE9FFFD0EDBCF35 :101D9000EAFF320EE926000EEA22E9CF1AF0EACF76 :101DA0001BF0F80EDBCF36F0F90EDBCF37F0FA0E72 :101DB000DBCF38F0FB0EDBCF39F0D8903636373634 :101DC000383639363B6A020E3C6E3D6A3E6AECECB0 :101DD0005EF01A503224186E1B503320196E020E1A :101DE00018C0DBFF030E19C0DBFF020EDBCFE9FFDB :101DF000030EDBCFEAFFF40EDBCFEEFFF50EDBCFF9 :101E0000EDFFB2D0F80EDBCF18F0F90EDBCF19F0F2 :101E1000FA0EDBCF1AF0FB0EDBCF1BF0070ED890CB :101E20001B321A3219321832E806F9E1FC0EDBCF08 :101E3000E9FFFD0EDBCFEAFF220EE926000EEA22C3 :101E4000EE501826EE501922EE501A22EE501B22A8 :101E500018C0E6FF19C0E6FF1AC0E6FF1BC0E6FF88 :101E6000FC0EDBCFE6FFFD0EDBCFE6FFEAEC07F072 :101E70001C6E060EE15C02E2E16AE552E16E1C5066 :101E8000E76E040EE7CFDBFFDB506EE1FC0EDBCF2D :101E9000E9FFFD0EDBCFEAFF320EE926000EEA2253 :101EA000E9CF1AF0EACF1BF0F80EDBCF36F0F90ECF :101EB000DBCF37F0FA0EDBCF38F0FB0EDBCF39F09B :101EC000020ED8903636373638363936E806F9E11C :101ED0003B6A020E3C6E3D6A3E6AECEC5EF01A50C4 :101EE0003224186E1B503320196E020E18C0DBFF0F :101EF000030E19C0DBFF186A196A1A6AF00E1B6E0E :101F0000020EDBCFE9FF030EDBCFEAFFEE5018161F :101F1000EE501916EE501A16EE501B16D950F40F4B :101F2000E96EFF0EDA20EA6E1850EE121950EE122A :101F30001A50EE121B50EE12020EDBCFE9FF030E19 :101F4000DBCFEAFFF40EDBCFEEFFF50EDBCFEEFFCB :101F5000F60EDBCFEEFFF70EDBCFEEFF05D0020E65 :101F6000F36E040EF3CFDBFFFC0EDBCFE9FFFD0EBB :101F7000DBCFEAFF040EE926000EEA22010EEF6E27 :101F8000040EDB50186E050EE15C02E2E16AE552D8 :101F9000E16E1850E552E5CFDAFFE7CFD9FF120026 :101FA000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF04 :101FB000E652E652E652E652E652D950F80FE96E82 :101FC000FF0EDA20EA6E020EEE5C000EEE58000EF6 :101FD000EE58000EEE5801E28BD0F80EDBCF18F071 :101FE000F90EDBCF19F0FA0EDBCF1AF0FB0EDBCFC8 :101FF0001BF0FC0EDBCFE9FFFD0EDBCFEAFF160E78 :10200000E926000EEA22EE50185CEE501958EE5008 :102010001A58EE501B586CE2DF6AF80EDBCF18F04E :10202000F90EDBCF19F0FA0EDBCF1AF0FB0EDBCF87 :102030001BF0FC0EDBCFE9FFFD0EDBCFEAFF160E37 :10204000E926000EEA22EE50185CEE501958EE50C8 :102050001A58EE501B5801E3C9D0D950F80FE96E59 :10206000FF0EDA20EA6EEECFE6FFEECFE6FFEECF10 :10207000E6FFEFCFE6FFFC0EDBCFE6FFFD0EDBCF8A :10208000E6FF4BEC0AF0186E060EE15C02E2E16A34 :10209000E552E16E1850010E36C0DBFF020E37C06C :1020A000DBFF030E38C0DBFF040E39C0DBFF010E7F :1020B000DBCF18F0020EDBCF19F0030EDBCF1AF0E6 :1020C000040EDBCF1BF0185019101A101B1001E181 :1020D0008DD0D950010FE96E000EDA20EA6E010EA4 :1020E000EE1808E1EE5006E1EE5004E1EE5002E198 :1020F000020E13D0D950010FE96E000EDA20EA6EFD :10210000E868EE180CE1E868EE1809E1E868EE18F6 :1021100006E1E868EE1803E1010EDF6E67D0E66ABB :10212000E66AE66AE66AD950F80FE96EFF0EDA2031 :10213000EA6EEECFE6FFEECFE6FFEECFE6FFEFCFA3 :10214000E6FFFC0EDBCFE6FFFD0EDBCFE6FF1ADC81 :10215000186E0A0EE15C02E2E16AE552E16E185087 :10216000DF6EDF5043E1FC0EDBCFE9FFFD0EDBCF7E :10217000EAFF0E0EE926000EEA22E868EE1808E1F2 :10218000E868EE1805E1E868EE1802E1E868EE1884 :102190001AE0FC0EDBCFE9FFFD0EDBCFEAFF0E0EEF :1021A000E926000EEA22EE2AEE22EE22EE22FC0EB4 :1021B000DBCFE9FFFD0EDBCFEAFF050EE926000EBF :1021C000EA22010EEF6ED950010FE96E000EDA20FF :1021D000EA6EF80EEECFDBFFF90EEECFDBFFFA0E64 :1021E000EECFDBFFFB0EEECFDBFF17D7DF50186E15 :1021F000050EE15C02E2E16AE552E16E1850E5523B :10220000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF6B :10221000E6FFE1CFD9FFE2CFDAFF0D0EE12402E3C2 :10222000E168E652E16EF80EDBCF18F0F90EDBCF75 :1022300019F0FA0EDBCF1AF0FB0EDBCF1BF01850B3 :1022400019101A101B1053E1FC0EDBCFE9FFFD0E35 :10225000DBCFEAFF0A0EE926000EEA22080EEECFD7 :10226000DBFF090EEECFDBFF0A0EEECFDBFF0B0E1E :10227000EECFDBFF080EDBCF18F0090EDBCF19F035 :102280000A0EDBCF1AF00B0EDBCF1BF01850191023 :102290001A101B1020E0080EDBCF1CF0090EDBCF5C :1022A0001DF00A0EDBCF1EF00B0EDBCF1FF0FC0E75 :1022B000DBCFE9FFFD0EDBCFEAFF160EE926000EAD :1022C000EA22EE501C5CEE501D58EE501E58EE50A7 :1022D0001F5801E276D0010EF36E080EF3CFDBFF3C :1022E000090EDB6A0A0EDB6A0B0EDB6A6AD0D95074 :1022F000F80FE96EFF0EDA20EA6EEECFE6FFEECFC2 :10230000E6FFEECFE6FFEFCFE6FFFC0EDBCFE6FF0A :10231000FD0EDBCFE6FF4BEC0AF0186E060EE15C1B :1023200002E2E16AE552E16E185036C0DEFF37C0C6 :10233000DEFF38C0DEFF39C0DDFFDD52DD52D9CF10 :10234000E9FFDACFEAFF020EEE5C000EEE58000E57 :10235000EE58000EEE5803E2010E366E3CD1FC0E34 :10236000DBCFE9FFFD0EDBCFEAFF160EE926000EFC :10237000EA22EECF18F0EECF19F0EECF1AF0EFCF41 :102380001BF0D9CFE9FFDACFEAFF1850EE5C195005 :10239000EE581A50EE581B50EE5801E2ECD0D950CE :1023A000F80FE96EFF0EDA20EA6E080EEECFDBFFC3 :1023B000090EEECFDBFF0A0EEECFDBFF0B0EEECFEA :1023C000DBFFD950080FE96E000EDA20EA6E040E2A :1023D000EECFDBFF050EEECFDBFF060EEECFDBFF11 :1023E000070EEECFDBFFD950040FE96E000EDA20A6 :1023F000EA6EEE2A000EEE22EE22EE22040EDBCF73 :1024000018F0050EDBCF19F0060EDBCF1AF0070E21 :10241000DBCF1BF0FC0EDBCFE9FFFD0EDBCFEAFFCD :10242000160EE926000EEA22EE50185CEE501958FE :10243000EE501A58EE501B5828E3020EF36E040EAD :10244000F3CFDBFF050EDB6A060EDB6A070EDB6AE5 :10245000080EDBCF18F0090EDBCF19F00A0EDBCF28 :102460001AF00B0EDBCF1BF0D950040FE96E000EF3 :10247000DA20EA6EEE50185CEE501958EE501A58F9 :10248000EE501B5802E2366AA6D0D950040FE96E0E :10249000000EDA20EA6EEECFE6FFEECFE6FFEECFDB :1024A000E6FFEFCFE6FFFC0EDBCFE6FFFD0EDBCF56 :1024B000E6FF4BEC0AF0186E060EE15C02E2E16A00 :1024C000E552E16E185036C0DEFF37C0DEFF38C07F :1024D000DEFF39C0DDFFDD52DD52D9CFE9FFDACFB3 :1024E000EAFFEECF18F0EECF19F0EECF1AF0EFCFF3 :1024F0001BF0185019101A101B1020E1E668E6684E :10250000E6680F0EE66ED950040FE96E000EDA2071 :10251000EA6EEECFE6FFEECFE6FFEECFE6FFEFCFBF :10252000E6FFFC0EDBCFE6FFFD0EDBCFE6FFC2ECE5 :102530000CF0186E0A0EE15C54E251D0D9CFE9FFDD :10254000DACFEAFFE868EE1808E1E868EE1805E17E :10255000E868EE1802E1E868EE180DE0D9CFE9FF6F :10256000DACFEAFF010EEE1811E1EE500FE1EE5066 :102570000DE1EE500BE1DECF36F0DECF37F0DECFEF :1025800038F0DDCF39F0DD52DD52EBD0040EDBCF79 :1025900018F0050EDBCF19F0060EDBCF1AF0070E90 :1025A000DBCF1BF0D950080FE96E000EDA20EA6E7F :1025B0001850EE1801E017D71950EE1801E013D7A4 :1025C0001A50EE1801E00FD71B50EE1801E00BD7A0 :1025D00001E009D7366A376A386A396AC2D0E16AD7 :1025E000E552E16E1850E76E0C0EE7CFDBFFDB50D3 :1025F00041E1F80EDBCF18F0F90EDBCF19F0FA0E3F :10260000DBCF1AF0FB0EDBCF1BF0185019101A109D :102610001B1030E0D950040FE96E000EDA20EA6E8C :10262000EECFE6FFEECFE6FFEECFE6FFEFCFE6FF21 :10263000D950F80FE96EFF0EDA20EA6EEECFE6FF12 :10264000EECFE6FFEECFE6FFEFCFE6FFFC0EDBCFEF :10265000E6FFFD0EDBCFE6FFC2EC0CF0186E0A0EB3 :10266000E15C02E2E16AE552E16E1850E76E0C0EA1 :10267000E7CFDBFF0C0EDB5047E1FC0EDBCFE9FFC1 :10268000FD0EDBCFEAFF0A0EE926000EEA22040E59 :10269000DBCFEEFF050EDBCFEEFF060EDBCFEEFF4E :1026A000070EDBCFEEFFFC0EDBCFE9FFFD0EDBCF2D :1026B000EAFF0E0EE926000EEA22E868EE1808E1AD :1026C000E868EE1805E1E868EE1802E1E868EE183F :1026D00034E0FC0EDBCFE9FFFD0EDBCFEAFF0E0E90 :1026E000E926000EEA22EE06EE5AEE5AEE5AFC0EEB :1026F000DBCFE9FFFD0EDBCFEAFF050EE926000E7A :10270000EA22010EEF6E19D00C0EDB0405E1186809 :1027100019681A681B6805D0010E186E196A1A6AC2 :102720001B6A040E18C0DBFF050E19C0DBFF060E86 :102730001AC0DBFF070E1BC0DBFF040EDBCF18F057 :10274000050EDBCF19F0060EDBCF1AF0070EDBCF3C :102750001BF018C036F019C037F01AC038F01BC093 :1027600039F00D0EE15C02E2E16AE552E16EE552FC :10277000E5CFDAFFE7CFD9FF1200D9CFE6FFDACFF6 :10278000E6FFE1CFD9FFE2CFDAFF0A0EE12402E350 :10279000E168E652E16EFC0EDBCFE9FFFD0EDBCF18 :1027A000EAFF200EE926000EEA22EECF18F0EFCF66 :1027B00019F0040E1826000E1922080E18C0DBFFAF :1027C000090E19C0DBFFFC0EDBCFE9FFFD0EDBCFEE :1027D000EAFFEE50EFCFEAFFE96E020EE926000EA7 :1027E000EA22EFCF18F0196A1A6A1B6AF80EDBCFDB :1027F00036F0F90EDBCF37F0FA0EDBCF38F0FB0EF8 :10280000DBCF39F03B6A020E3C6E3D6A3E6AECEC6F :102810005EF018C03BF019C03CF01AC03DF01BC080 :102820003EF0ECEC5EF036C0DEFF37C0DEFF38C0B5 :10283000DEFF39C0DDFFDD52DD52D950080FE96EF1 :10284000000EDA20EA6EEECFF3FFEDCFF4FF040EB8 :10285000EE26000EEF22F3CFE9FFF4CFEAFF040EDD :10286000EECFDBFF050EEECFDBFF060EEECFDBFF7C :10287000070EEECFDBFF040EDBCF18F0050EDBCF2B :1028800019F0060EDBCF1AF0070EDBCF1BF0185045 :1028900019101A101B1005E1366A376A386A396A4E :1028A00056D0040EDBCF18F0050EDBCF19F0060E64 :1028B000DBCF1AF0070EDBCF1BF0D9CFE9FFDACF61 :1028C000EAFF1850EE5C1950EE581A50EE581B50A3 :1028D000EE581BE3D9CFE9FFDACFEAFF040EDB5055 :1028E000EE5E050EDB50EE5A060EDB50EE5A070E7A :1028F000DB50EE5AD950080FE96E000EDA20EA6E6E :10290000040EEE26000EEF2298D7080EDBCFE9FF6B :10291000090EDBCFEAFFEECF18F0EECF19F0EECFC5 :102920001AF0EFCF1BF0D9CFE9FFDACFEAFFEE5074 :102930001826EE501922EE501A22EE501B2218C013 :1029400036F019C037F01AC038F01BC039F00A0E43 :10295000E15C02E2E16AE552E16EE552E5CFDAFFC1 :10296000E7CFD9FF1200D9CFE6FFDACFE6FFE1CFFC :10297000D9FFE2CFDAFF060EE12402E3E168E65276 :10298000E16EFC0EDBCFE9FFFD0EDBCFEAFF040EAC :10299000E926000EEA22FA0EDBCFEEFFFB0EDBCFBC :1029A000EDFFFC0EDBCFE9FFFD0EDBCFEAFF060EED :1029B000E926000EEA22EECFDFFF010EEECFDBFFAD :1029C000020EEECFDBFF030EEECFDBFFD9CFE9FF28 :1029D000DACFEAFF010EEE1805E1EE5003E1EE500A :1029E00001E1EE5001E164D1FC0EDBCFE9FFFD0E09 :1029F000DBCFEAFFEE50EFCFEAFFE96E160EE926D5 :102A0000000EEA22EECF18F0EECF19F0EECF1AF05A :102A1000EFCF1BF0D9CFE9FFDACFEAFF1850EE5C19 :102A20001950EE581A50EE581B50EE5801E340D1A1 :102A3000D9CFE9FFDACFEAFFEECF18F0EECF19F0E9 :102A4000EECF1AF0EFCF1BF0185019101A101B1010 :102A500026E1FC0EDBCFE9FFFD0EDBCFEAFFEE50F7 :102A6000EFCFEAFFE96EEF50030819E1FC0EDBCF70 :102A7000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96E94 :102A8000260EE926000EEA22EECFDFFF010EEECF82 :102A9000DBFF020EEECFDBFF030EEECFDBFFD9CF65 :102AA000E9FFDACFEAFFEECF18F0EECF19F0EECF64 :102AB0001AF0EFCF1BF0185019101A101B105AE122 :102AC000FC0EDBCFE9FFFD0EDBCFEAFF0A0EE926A5 :102AD000000EEA22DFCFEEFF010EDBCFEEFF020E8B :102AE000DBCFEEFF030EDBCFEEFFFA0EDBCF18F0ED :102AF000FB0EDBCF19F0FC0EDBCFE9FFFD0EDBCFC9 :102B0000EAFFEE50EFCFEAFFE96E080EE926000E6D :102B1000EA22EECF1AF0EFCF1BF01A50185C1B50D0 :102B2000195801E3C5D0FA0EDBCF18F0FB0EDBCF4E :102B300019F0040E0F0B05E0D89019321832E80690 :102B4000FBE11A6A1B6AFC0EDBCFE9FFFD0EDBCF4F :102B5000EAFFEE50EFCFEAFFE96E260EE926000EFF :102B6000EA22EE501826EE501922EE501A22EE50AC :102B70001B2216D1FC0EDBCFE9FFFD0EDBCFEAFFF7 :102B8000EE50EFCFEAFFE96E020EE926000EEA22D0 :102B9000EF50186E196A100E386E396A18C03DF081 :102BA00019C03EF010EC5FF0040E36C0DBFF050EDE :102BB00037C0DBFFFA0EDBCF18F0FB0EDBCF19F0CE :102BC000040EDBCF1AF0050EDBCF1BF01A50185C99 :102BD0001B50195801E27FD0D9CFE9FFDACFEAFFC5 :102BE000EECFE6FFEECFE6FFEECFE6FFEFCFE6FF5C :102BF000FC0EDBCFE9FFFD0EDBCFEAFFEECFE6FFF9 :102C0000EFCFE6FF4BEC0AF0186E060EE15C02E235 :102C1000E16AE552E16E185036C0DEFF37C0DEFFD4 :102C200038C0DEFF39C0DDFFDD52DD52D9CFE9FF0C :102C3000DACFEAFFE868EE180BE1E868EE1808E181 :102C4000E868EE1805E1E868EE1802E1010EEDD043 :102C5000D9CFE9FFDACFEAFF020EEE5C000EEE58A4 :102C6000000EEE58000EEE5823E3FC0EDBCFE9FF1A :102C7000FD0EDBCFEAFFEE50EFCFEAFFE96E160E56 :102C8000E926000EEA22EECF18F0EECF19F0EECFD3 :102C90001AF0EFCF1BF0D9CFE9FFDACFEAFF1850D7 :102CA000EE5C1950EE581A50EE581B50EE5802E3E5 :102CB000020EBBD0040EDBCF18F0050EDBCF19F0EF :102CC000D950FA0FE96EFF0EDA20EA6E1850EE5E68 :102CD0001950ED5A6FD7FC0EDBCFE9FFFD0EDBCFAD :102CE000EAFF0A0EE926000EEA22DFCFEEFF010E10 :102CF000DBCFEEFF020EDBCFEEFF030EDBCFEEFFEE :102D0000FA0EDBCF1DF0FB0EDBCF1EF0040E0F0B17 :102D100005E0D8901E321D32E806FBE11F6A206AEA :102D20001DC0E6FF1EC0E6FF1FC0E6FF20C0E6FF95 :102D3000D9CFE9FFDACFEAFFEECFE6FFEECFE6FF2D :102D4000EECFE6FFEFCFE6FFFC0EDBCFE9FFFD0E97 :102D5000DBCFEAFFEECFE6FFEFCFE6FFBBEC09F0FB :102D60001C6E060EE15C02E2E16AE552E16E1C5067 :102D7000E552E7CF20F0E552E7CF1FF0E552E7CF6D :102D80001EF0E552E7CF1DF036501D24186E375067 :102D90001E20196E38501F201A6E395020201B6ECD :102DA000FC0EDBCFE9FFFD0EDBCFEAFF0E0EE926BE :102DB000000EEA2218C0EEFF19C0EEFF1AC0EEFFA7 :102DC0001BC0EEFFFC0EDBCFE9FFFD0EDBCFEAFF01 :102DD000EE50EFCFEAFFE96E320EE926000EEA224E :102DE000E9CF1AF0EACF1BF0FA0EDBCF1CF0FB0E96 :102DF0001D6A0F0E1C16050ED8901C361D36E806EF :102E0000FBE11A501C24186E1B501D20196EFC0E7D :102E1000DBCFE9FFFD0EDBCFEAFF120EE926000E45 :102E2000EA2218C0EEFF19C0EDFF186E060EE15C35 :102E300002E2E16AE552E16E1850E552E5CFDAFFB1 :102E4000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF17 :102E5000D9FFE2CFDAFF070EE12402E3E168E65290 :102E6000E16EFA0EDBCF38F0FB0EDBCF39F0FA0E55 :102E700038C0DBFFFB0E39C0DBFFFC0EDBCFE9FF08 :102E8000FD0EDBCFEAFF040EE926000EEA22EECFAC :102E900018F0EFCF19F0010E1826000E1922040EBB :102EA00018C0DBFF050E19C0DBFFD950040FE96E17 :102EB000000EDA20EA6EEE50ED1001E109D1FC0EB1 :102EC000DBCFE9FFFD0EDBCFEAFF0E0EE926000E99 :102ED000EA22EECF18F0EECF19F0EECF1AF0EFCFD6 :102EE0001BF0185019101A101B1001E1F1D0040E3C :102EF000DBCF18F0050E196A0F0E181618501910AE :102F000001E078D2FC0EDBCFE9FFFD0EDBCFEAFF5C :102F10000E0EE926000EEA22EE2AEE22EE22EE2224 :102F2000FC0EDBCFE9FFFD0EDBCFEAFF0A0EE92640 :102F3000000EEA22EECF18F0EECF19F0EECF1AF025 :102F4000EFCF1BF0185019101A101B101FE1040EC0 :102F5000DBCF18F0050EDBCF19F0FC0EDBCFE9FF5D :102F6000FD0EDBCFEAFFEE50EFCFEAFFE96E080E71 :102F7000E926000EEA22EECF1AF0EFCF1BF01A502E :102F8000185C1B50195801E235D2A2D0040EDBCFD9 :102F90001AF0050EDBCF1BF0040E0F0B05E0D890E6 :102FA0001B321A32E806FBE1FC0EDBCFE9FFFD0E17 :102FB000DBCFEAFFEE50EFCFEAFFE96E020EE92623 :102FC000000EEA22EF0400011A14186E196AE85084 :102FD000191001E00FD2FC0EDBCFE9FFFD0EDBCFB5 :102FE000EAFF0A0EE926000EEA22EECFE6FFEECF58 :102FF000E6FFEECFE6FFEFCFE6FFFC0EDBCFE9FF0B :10300000FD0EDBCFEAFFEECFE6FFEFCFE6FF4BECA6 :103010000AF0186E060EE15C02E2E16AE552E16E2A :10302000185036C0DEFF37C0DEFF38C0DEFF39C0C3 :10303000DDFFDD52DD52D9CFE9FFDACFEAFFD880DC :10304000010EEE54000EEE54000EEE54000EEE543F :1030500001E390D0D9CFE9FFDACFEAFFE868EE18B4 :103060000AE1E868EE1807E1E868EE1804E1E868AC :10307000EE1801E13FD1FC0EDBCFE9FFFD0EDBCF07 :10308000EAFFEE50EFCFEAFFE96E160EE926000EDA :10309000EA22EECF18F0EECF19F0EECF1AF0EFCF14 :1030A0001BF0D9CFE9FFDACFEAFF1850EE5C1950D8 :1030B000EE581A50EE581B50EE5801E24ED1D9503E :1030C000FA0FE96EFF0EDA20EA6EEE50ED1002E123 :1030D000040ED3D1FC0EDBCFE9FFFD0EDBCFEAFF00 :1030E0000A0EE926000EEA22EECFE6FFEECFE6FF5B :1030F000EECFE6FFEFCFE6FFFC0EDBCFE9FFFD0EE4 :10310000DBCFEAFFEECFE6FFEFCFE6FF05EC11F0F5 :10311000186E060EE15C02E2E16AE552E16E1850BB :1031200036C0DEFF37C0DEFF38C0DEFF39C0DDFF4E :10313000DD52DD52D9CFE9FFDACFEAFFEECF18F04A :10314000EECF19F0EECF1AF0EFCF1BF01850191098 :103150001A101B1002E1070E90D1D9CFE9FFDACF88 :10316000EAFF010EEE1808E1EE5006E1EE5004E130 :10317000EE5002E1020E81D1D9CFE9FFDACFEAFFAA :10318000E868EE180AE1E868EE1807E1E868EE186A :1031900004E1E868EE1801E1ADD0FC0EDBCFE9FFF9 :1031A000FD0EDBCFEAFFEECFE6FFEFCFE6FFA2ECAE :1031B00006F0E552E552000901E09CD0E66A020EF5 :1031C000E66E000EE66EE66AFC0EDBCFE9FFFD0E52 :1031D000DBCFEAFFEE50EFCFEAFFE96E320EE926D1 :1031E000000EEA22E9CF18F0EACF19F0E9CFE6FFA6 :1031F000EACFE6FFCDEC05F01A6E060EE15C02E2C6 :10320000E16AE552E16E1A50D9CFE9FFDACFEAFF61 :10321000EECFE6FFEECFE6FFEECFE6FFEFCFE6FF25 :10322000FC0EDBCFE9FFFD0EDBCFEAFFEECFE6FFC2 :10323000EFCFE6FFBBEC09F01C6E060EE15C02E28C :10324000E16AE552E16E1C5036C018F037C019F043 :1032500038C01AF039C01BF0FC0EDBCFE9FFFD0EC1 :10326000DBCFEAFFEE50EFCFEAFFE96E2E0EE92644 :10327000000EEA2236C0EEFF19C0EEFF1AC0EEFFC4 :103280001BC0EEFF060EDB6AFC0EDBCFE9FFFD0E76 :10329000DBCFEAFFEE50EFCFEAFFE96E020EE92640 :1032A000000EEA22EF50F36E060EDBCFF4FFF35070 :1032B000F45C37E2FC0EDBCFE9FFFD0EDBCFEAFF6B :1032C000EE50EFCFEAFFE96E040EE926000EEA2287 :1032D000010EEF6EFC0EDBCFE9FFFD0EDBCFEAFF48 :1032E000EECFE6FFEFCFE6FFA2EC06F0E552E552A7 :1032F000000902E0010EC1D0FC0EDBCFE9FFFD0E9C :10330000DBCFEAFFEE50EFCFEAFFE96E2E0EE926A3 :10331000000EEA22EE2AEE22EE22EE22060EDB2A32 :10332000B3D7060EDBCF18F0196A1A6A1B6AFC0EB7 :10333000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF78 :10334000E96E2E0EE926000EEA221850EE5E1950A4 :10335000EE5A1A50EE5A1B50EE5AFC0EDBCFE9FF24 :10336000FD0EDBCFEAFF0A0EE926000EEA22DFCFD0 :10337000EEFF010EDBCFEEFF020EDBCFEEFF030E02 :10338000DBCFEEFFD9CFE9FFDACFEAFFEECFE6FFE2 :10339000EECFE6FFEECFE6FFEFCFE6FFFC0EDBCF92 :1033A000E9FFFD0EDBCFEAFFEECFE6FFEFCFE6FF52 :1033B000BBEC09F01C6E060EE15C02E2E16AE5522C :1033C000E16E1C5037C019F038C01AF039C01BF03C :1033D000FC0EDBCFE9FFFD0EDBCFEAFF0E0EE92688 :1033E000000EEA2236C0EEFF19C0EEFF1AC0EEFF53 :1033F0001BC0EEFFFC0EDBCFE9FFFD0EDBCFEAFFCB :10340000040EE926000EEA22040EDBCFEEFF050EC5 :10341000DBCFEDFFFC0EDBCFE9FFFD0EDBCFEAFFDC :10342000EE50EFCFEAFFE96E320EE926000EEA22F7 :10343000E9CF1AF0EACF1BF0040EDBCF1CF0050E2B :103440001D6A0F0E1C16050ED8901C361D36E80698 :10345000FBE11A501C24186E1B501D20196EFC0E27 :10346000DBCFE9FFFD0EDBCFEAFF120EE926000EEF :10347000EA2218C0EEFF19C0EDFF186E070EE15CDE :1034800002E2E16AE552E16E1850E552E5CFDAFF5B :10349000E7CFD9FF1200D9CFE6FFDACFE6FFE1CFC1 :1034A000D9FFE2CFDAFFE652E652E652000EE66EB0 :1034B000E66AFC0EDBCFE6FFFD0EDBCFE6FFB3ECEA :1034C00014F0E552E552E552E552DF6EDF5075E14A :1034D000010EDB6A020EDB6AFC0EDBCFE9FFFD0E9C :1034E000DBCFEAFF0E0EE926000EEA22EECFE6FF62 :1034F000EECFE6FFEECFE6FFEFCFE6FFFC0EDBCF31 :10350000E9FFFD0EDBCFEAFFEECFE6FFEFCFE6FFF0 :10351000EAEC07F0186E060EE15C02E2E16AE552A1 :10352000E16E1850DF6EDF5048E1FC0EDBCFE9FFA3 :10353000FD0EDBCFEAFF120EE926000EEA22EE5066 :10354000EFCFEAFFE96EEF50E50810E0FC0EDBCFAD :10355000E9FFFD0EDBCFEAFF120EE926000EEA229C :10356000EE50EFCFEAFFE96EEF5012E1010EDB2AD9 :10357000DBCF18F0020E01E3DB2ADBCF19F0FA0EE5 :10358000DB50181809E1FB0EDB50191805E115D0C6 :10359000010EDB6A020EDB6A010EE66EE66AFC0EC5 :1035A000DBCFE6FFFD0EDBCFE6FF4DDCE552E5525B :1035B000E552E552DF6EDF508FE0040EDF5C02E182 :1035C000070EDF6EDF50E552E552E552E552E5CFDA :1035D000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF57 :1035E000E1CFD9FFE2CFDAFFE652E652E652E652E9 :1035F0001A0EE76EFA0EDBCFE9FFFB0EDBCFEAFF18 :10360000E750E926000EEA22EECF18F0EFCF19F0CE :1036100018C0DFFF010E19C0DBFF020EDB6A030ECC :10362000DB6AFC0EDBCFE9FFFD0EDBCFEAFFEF50DC :10363000030826E1140EE76EFA0EDBCFE9FFFB0E5E :10364000DBCFEAFFE750E926000EEA22EECF18F0C2 :10365000EFCF19F01A6A1B6A100E1F0B07E0D89003 :10366000183619361A361B36E806F9E11850DE12FC :103670001950DE121A50DE121B50DD12DD52DD52DF :10368000DECF36F0DECF37F0DECF38F0DDCF39F0E9 :10369000DD52DD52040EE15C02E2E16AE552E16EC8 :1036A000E552E5CFDAFFE7CFD9FF1200D9CFE6FF29 :1036B000DACFE6FFE1CFD9FFE2CFDAFF1A0EE76EED :1036C000FC0EDBCFE9FFFD0EDBCFEAFFE750E9267A :1036D000000EEA22F80EDBCFEEFFF90EDBCFEDFF96 :1036E000F80EDBCF18F0F90EDBCF19F0FA0EDBCFB6 :1036F0001AF0FB0EDBCF1BF0100ED8901B321A32E3 :1037000019321832E806F9E1140EE76EFC0EDBCF31 :10371000E9FFFD0EDBCFEAFFE750E926000EEA22C3 :1037200018C0EEFF19C0EDFFE552E5CFDAFFE7CF95 :10373000D9FF1200D9CFE6FFDACFE6FFE1CFD9FFFC :10374000E2CFDAFFE652E652E652E652000EE66EAD :10375000E66AFC0EDBCFE6FFFD0EDBCFE6FFB3EC47 :1037600014F0E552E552E552E552DF6EDF5002E01B :10377000DF5092D0FC0EDBCFE9FFFD0EDBCFEAFF7E :103780000E0EE926000EEA22EECFE6FFEECFE6FFB0 :10379000EECFE6FFEFCFE6FFFC0EDBCFE9FFFD0E3D :1037A000DBCFEAFFEECFE6FFEFCFE6FFEAEC07F074 :1037B000186E060EE15C02E2E16AE552E16E185015 :1037C000DF6EDF5068E1FC0EDBCFE9FFFD0EDBCFE3 :1037D000EAFF120EE926000EEA22020EEECFDBFF10 :1037E000030EEDCFDBFF020EDBCFE9FF030EDBCFD5 :1037F000EAFF010EEFCFDBFFDB5003E1040EDF6ECB :103800004AD00B0EE76E020EDBCFE9FF030EDBCFD3 :10381000EAFFE750E926000EEA22EF50080B28E104 :103820000B0EE66EE66AFC0EDBCFE9FFFD0EDBCF8A :10383000EAFF140EE926000EEA22EECFE6FFEFCFF4 :10384000E6FF020EDBCFE6FF030EDBCFE6FFFCEC6C :1038500005F01A6E060EE15C02E2E16AE552E16EE5 :103860001A50F3CF18F0F4CF19F0F350F41013E01E :10387000000EE66EE66AFC0EDBCFE6FFFD0EDBCF48 :10388000E6FF23EC17F0E552E552E552E552DF6E14 :10389000DF5001E16FD7DF50186E040EE15C02E2E9 :1038A000E16AE552E16E1850E552E5CFDAFFE7CF65 :1038B000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF7B :1038C000E2CFDAFFE652E652E652E652E652040E44 :1038D000DF6EFC0EDBCFE9FFFD0EDBCFEAFF0E0E45 :1038E000E926000EEA22EECF18F0EECF19F0EECF67 :1038F0001AF0EFCF1BF0185019101A101B1001E12D :103900008BD0FC0EDBCFE9FFFD0EDBCFEAFF0E0E06 :10391000E926000EEA22EECFE6FFEECFE6FFEECF7D :10392000E6FFEFCFE6FFFC0EDBCFE9FFFD0EDBCFBE :10393000EAFFEECFE6FFEFCFE6FFEAEC07F0186E06 :10394000060EE15C02E2E16AE552E16E1850DF6EBC :10395000DF5062E1FC0EDBCFE9FFFD0EDBCFEAFFBB :10396000120EE926000EEA22030EEECFDBFF040E54 :10397000EDCFDBFF030EDBCFE9FF040EDBCFEAFF69 :10398000020EEFCFDBFFDB5003E1040EDF6E44D00D :103990000B0EE76E030EDBCFE9FF040EDBCFEAFF71 :1039A000E750E926000EEA22EF503F0BE76E010ECA :1039B000E7CFDBFF020EDB50E5081BE0020EDB5019 :1039C0002E0817E0010EDB500F0813E0010EDB504C :1039D000080802E0000E01D0010E186E196A18BE28 :1039E0001968FA0EDB50181804E1FB0EDB501918A9 :1039F00013E0000EE66EE66AFC0EDBCFE6FFFD0E7E :103A0000DBCFE6FF23EC17F0E552E552E552E55235 :103A1000DF6EDF5001E15DD7DF500EE0FC0EDBCF43 :103A2000E9FFFD0EDBCFEAFF0E0EE926000EEA22CB :103A3000EE6AEE6AEE6AEE6ADF50186E050EE15C21 :103A400002E2E16AE552E16E1850E552E5CFDAFF95 :103A5000E7CFD9FF1200D9CFE6FFDACFE6FFE1CFFB :103A6000D9FFE2CFDAFFE652010EE66EE66AFC0EFF :103A7000DBCFE6FFFD0EDBCFE6FF0DDDE552E552C5 :103A8000E552E552DF6EDF5001E080D0FC0EDBCF67 :103A9000E9FFFD0EDBCFEAFF0E0EE926000EEA225B :103AA000EECFE6FFEECFE6FFEECFE6FFEFCFE6FF8D :103AB000FC0EDBCFE9FFFD0EDBCFEAFFEECFE6FF2A :103AC000EFCFE6FFEAEC07F0186E060EE15C02E2CB :103AD000E16AE552E16E1850DF6EDF5057E1200ECB :103AE000E66EE66A000EE66EE66AFC0EDBCFE9FFE4 :103AF000FD0EDBCFEAFF120EE926000EEA22EECF22 :103B0000E6FFEFCFE6FFCDEC05F0186E060EE15CA8 :103B100002E2E16AE552E16E18500B0EE66EE66ACB :103B2000FC0EDBCFE9FFFD0EDBCFEAFF140EE9262A :103B3000000EEA22EECFE6FFEFCFE6FFFC0EDBCF72 :103B4000E9FFFD0EDBCFEAFF120EE926000EEA22A6 :103B5000EECFE6FFEFCFE6FF4BEC05F0186E060E5A :103B6000E15C02E2E16AE552E16E1850FC0EDBCF47 :103B7000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96E83 :103B8000040EE926000EEA22010EEF6EDF50E55228 :103B9000E552E5CFDAFFE7CFD9FF1200D9CFE6FF34 :103BA000DACFE6FFE1CFD9FFE2CFDAFF0D0EE12455 :103BB00002E3E168E652E16EFA0EDBCFE9FFFB0EAD :103BC000DBCFEAFF0B0EEECFDBFF0C0EEDCFDBFF02 :103BD0000B0EDBCFE9FF0C0EDBCFEAFFEF502F0817 :103BE00009E00B0EDBCFE9FF0C0EDBCFEAFFEF5055 :103BF0005C0806E10B0EDB2A0C0EEAE3DB2AE8D7B1 :103C0000FC0EDBCFE9FFFD0EDBCFEAFF140EE92649 :103C1000000EEA22030EEECFDBFF040EEDCFDBFF3A :103C20000B0EE66EE66A200EE66EE66A030EDBCF4A :103C3000E6FF040EDBCFE6FFCDEC05F0186E060EB6 :103C4000E15C02E2E16AE552E16E1850000EDF6EBF :103C5000E66ED950090FE96E000EDA20EA6EE552E1 :103C6000E750EE6EED6AE66ED950070FE96E000E72 :103C7000DA20EA6EE552E750EE6EED6A080EF36E5A :103C8000050EF3CFDBFF060EDB6A070EDBCF18F065 :103C9000DB2A080EDBCF19F001E3DB2A0B0EDB5029 :103CA0001824E96E0C0EDB501920EA6E010EEFCFDE :103CB000DBFFDB50200801E39CD0010EDB502F0816 :103CC00001E197D0010EDB505C0801E192D0010EBA :103CD000DB502E0811E0090EDBCF18F00A0EDBCF07 :103CE00019F0050EDBCF1AF0060EDBCF1BF01A50D1 :103CF000185C1B50195825E3D950050FE96E000ECA :103D0000DA20EA6E080EEE1801E09FD0ED5001E0D7 :103D10009CD0010EDB502E0801E097D0080EF36E08 :103D2000090EF3CFDBFF0A0EDB6A0B0EF36E050EF6 :103D3000F3CFDBFF060EDB6A040EDF02F3CFDFFFFB :103D4000A4D7800EF36E010EDBCFF4FFF350F45CCA :103D500004E3000EDF80DF8278D0010EDBCFE6FFC8 :103D6000E66ABE0EE66EBE0EE66E61EC06F0E55249 :103D7000E552E552E552F350F41067E1410EF36E5F :103D8000010EDBCFF4FFF350F45C06E3010EDB50D1 :103D90005A0802E3DF8218D0610EF36E010EDBCF0A :103DA000F4FFF350F45C10E3010EDB507A080CE3EF :103DB000000EDF80200E186E010EDBCFE7FF1850DB :103DC000E75E010EE7CFDBFF090EDBCF18F0DB2A41 :103DD0000A0EDBCF19F001E3DB2A030EDB501824B7 :103DE000E96E040EDB501920EA6E010EDBCFEFFF07 :103DF0004CD7070EDBCF1AF0080EDBCF1BF00B0EF3 :103E0000DB501A24186E0C0EDB501B20196EFA0EB4 :103E1000DBCFE9FFFB0EDBCFEAFF18C0EEFF19C0D6 :103E2000EDFF010EDB50200802E3040E01D0000E6E :103E3000E76E010EE7CFDBFFD950090FE96E000EE8 :103E4000DA20EA6EEE50ED1002E1060E3CD0030ED1 :103E5000DBCFE9FF040EDBCFEAFFEF50E50808E116 :103E6000030EDBCFE9FF040EDBCFEAFF050EEF6E9A :103E7000D950050FE96E000EDA20EA6E080EEE1832 :103E800006E1ED5004E1040EDF02F3CFDFFF030E85 :103E9000DF14010802E1010EDB880C0EDF140408B8 :103EA00002E1010EDB860B0EE76E030EDBCFE9FFAE :103EB000040EDBCFEAFFE750E926000EEA22010EEE :103EC000DBCFEFFF000E186E0D0EE15C02E2E16A3F :103ED000E552E16E1850E552E5CFDAFFE7CFD9FFA2 :103EE0001200D9CFE6FFDACFE6FFE1CFD9FFE2CF6C :103EF000DAFF080EE12402E3E168E652E16EFA0E11 :103F0000DBCFE9FFFB0EDBCFEAFF090EE926000E4F :103F1000EA22050EE9CFDBFF060EEACFDBFFFC0E3F :103F2000DBCFE9FFFD0EDBCFEAFF0E0EE926000E28 :103F3000EA22EECF18F0EECF19F0EECF1AF0EFCF65 :103F40001BF0185019101A101B1001E118D1FC0EAB :103F5000DBCFE9FFFD0EDBCFEAFF120EE926000EF4 :103F6000EA22030EEECFDBFF040EEDCFDBFF0C0EDB :103F7000E76E030EDBCFE9FF040EDBCFEAFFE7506D :103F8000E926000EEA22020EEFCFDBFFDE6ADD6AD1 :103F9000DECF18F0DDCF19F0080E185C000E1958AE :103FA0002CE2030EDBCF18F0040EDBCF19F0DE504D :103FB0001824E96EDD501920EA6E070EEFCFDBFF03 :103FC000DB5020081AE0070EDB50050805E1E50E7E :103FD000F36E070EF3CFDBFF050EDBCFE9FFDB2A25 :103FE000060EDBCFEAFF01E3DB2A070EDBCFEFFF94 :103FF000DF2A010ECDE3DB2ACBD7080EE76E030ED6 :10400000DBCFE9FF040EDBCFEAFFE750E926000E25 :10401000EA22EF5020083AE0050EDBCFE9FFDB2A69 :10402000060EDBCFEAFF01E3DB2A2E0EEF6E080E51 :10403000DE6EDD6ADECF18F0DDCF19F00B0E185CF6 :10404000000E195823E2030EDBCF18F0040EDBCF6D :1040500019F0DE501824E96EDD501920EA6E070EC3 :10406000EFCFDBFFDB50200811E0050EDBCFE9FFCF :10407000DB2A060EDBCFEAFF01E3DB2A070EDBCFEC :10408000EFFFDF2A010ED6E3DB2AD4D70B0EE76E53 :10409000030EDBCFE9FF040EDBCFEAFFE750E92692 :1040A000000EEA22EF50E66EFA0EDBCFE9FFFB0EC0 :1040B000DBCFEAFF080EE926000EEA22E552E750C0 :1040C000EF6E1C0EE76E030EDBCFE9FF040EDBCFB5 :1040D000EAFFE750E926000EEA22EECF18F0EECF15 :1040E00019F0EECF1AF0EFCF1BF0FA0EDBCFE9FF9D :1040F000FB0EDBCFEAFF18C0EEFF19C0EEFF1AC0BF :10410000EEFF1BC0EEFF180EE76E030EDBCFE9FFDC :10411000040EDBCFEAFFE750E926000EEA22EECFDD :1041200018F0EFCF19F0FA0EDBCFE9FFFB0EDBCF73 :10413000EAFF040EE926000EEA2218C0EEFF19C0BD :10414000EDFF160EE76E030EDBCFE9FF040EDBCFAB :10415000EAFFE750E926000EEA22EECF18F0EFCF93 :1041600019F0FA0EDBCFE9FFFB0EDBCFEAFF060EFC :10417000E926000EEA2218C0EEFF19C0EDFF050E79 :10418000DBCFE9FF060EDBCFEAFFEF6A080EE15C4A :1041900002E2E16AE552E16EE552E5CFDAFFE7CFF0 :1041A000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF82 :1041B000E2CFDAFFE652E652E652E652FA0EDBCFE3 :1041C000E9FFFB0EDBCFEAFFEF502F0809E0FA0E04 :1041D000DBCFE9FFFB0EDBCFEAFFEF505C0805E128 :1041E000FA0EDB2AFB0E01E3DB2AFC0EDBCFE9FF34 :1041F000FD0EDBCFEAFF060EE926000EEA22EE6A8C :10420000EE6AEE6AEE6AFA0EDBCFE9FFFB0EDBCF59 :10421000EAFFEFCF18F0196A18BE1968200E185C73 :10422000000E19581BE2000EE66EE66AFC0EDBCFAC :10423000E6FFFD0EDBCFE6FFB3EC14F0E552E552EE :10424000E552E552DF6EFC0EDBCFE9FFFD0EDBCF62 :10425000EAFF120EEB6A130EEB6A94D0D950FA0FF4 :10426000E66EFF0EDA20E66EFC0EDBCFE6FFFD0EFB :10427000DBCFE6FF93DCE552E552E552E552DF6E17 :10428000DF5001E07FD0FC0EDBCFE6FFFD0EDBCF81 :10429000E6FF9AEC1BF0E552E552DF6EFC0EDBCF39 :1042A000E9FFFD0EDBCFEAFF140EE926000EEA223D :1042B000EE50EFCFEAFFE96E0B0EE926000EEA2280 :1042C000030EEFCFDBFFDF5007E0040EDF5C5AE1A7 :1042D000030EDBB457D022D0030EDBB453D0FC0E58 :1042E000DBCFE9FFFD0EDBCFEAFF120EE926000E61 :1042F000EA22010EEECFDBFF020EEDCFDBFF0B0E4D :10430000E76E010EDBCFE9FF020EDBCFEAFFE750DD :10431000E926000EEA22EF50100B03E1050EDF6ED6 :1043200031D0010EDBCFE6FF020EDBCFE6FFFC0E45 :10433000DBCFE9FFFD0EDBCFEAFFEECFE6FFEFCFED :10434000E6FFECEC1AF0E552E552E552E55236C0D4 :1043500018F037C019F038C01AF039C01BF0FC0E45 :10436000DBCFE9FFFD0EDBCFEAFF060EE926000EEC :10437000EA2236C0EEFF19C0EEFF1AC0EEFF1BC0E6 :10438000EEFF6CD7DF50186E040EE15C02E2E16ACA :10439000E552E16E1850E552E5CFDAFFE7CFD9FFDD :1043A0001200D9CFE6FFDACFE6FFE1CFD9FFE2CFA7 :1043B000DAFF010EE66ED950F80FE96EFF0EDA2033 :1043C000EA6EEECFE6FFEECFE6FFEECFE6FFEFCFF1 :1043D000E6FFFC0EDBCFE9FFFD0EDBCFEAFF320E7E :1043E000E926000EEA22E9CF18F0EACF19F0E9CF6A :1043F000E6FFEACFE6FFFC0EDBCFE9FFFD0EDBCFE9 :10440000EAFFEE52EF50E66EECEC4DF01A6E080E3D :10441000E15C02E2E16AE552E16E1A50000902E055 :10442000030E63D0FC0EDBCFE9FFFD0EDBCFEAFF0E :10443000320EE926000EEA22FE0EE926010EEA22DD :10444000550EEE1802E1AA0EED1802E0020E4DD054 :10445000186819681A681B6AFC0EDBCFE9FFFD0EAD :10446000DBCFEAFF320EE926000EEA22360EE926FD :10447000000EEA22EE501816EE501916EE501A16DB :10448000EE501B16460E181808E1410E191805E1EA :10449000540E1A1802E11B5025E0186819681A68B2 :1044A0001B6AFC0EDBCFE9FFFD0EDBCFEAFF320E0D :1044B000E926000EEA22520EE926000EEA22EE500C :1044C0001816EE501916EE501A16EE501B16460E20 :1044D00018180AE1410E191807E1540E1A1804E1E0 :1044E0001B5002E1000E01D0010EE552E5CFDAFFCC :1044F000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF51 :10450000D9FFE2CFDAFF260EE12402E3E168E652AA :10451000E16EFC0EDBCFE9FFFD0EDBCFEAFF220EE2 :10452000EECFDBFF230EEDCFDBFF220EDBCFE9FF6B :10453000230EDBCFEAFFEF50D00FE66ED950050F08 :10454000E96E000EDA20EA6EE552E750EE6EED6A93 :10455000D950050FE96E000EDA20EA6E090ED880F8 :10456000EE54000EED5426E3010EE76E220EDBCF73 :10457000E9FF230EDBCFEAFFE750E926000EEA222F :10458000EF503A0817E1D950220FE96E000EDA20F9 :10459000EA6E020EEE26000EED22FC0EDBCFE9FFE6 :1045A000FD0EDBCFEAFF220EDBCFEEFF230EDBCFCB :1045B000EDFF04D0050EDB6A060EDB6AFA0EDBCFD8 :1045C000E9FFFB0EDBCFEAFFEE6AED6A050EDBCFFB :1045D00018F0060EDBCF19F0010E185C000E19580A :1045E00003E30B0EA0EF29F0050EDBCFE9FF060E6B :1045F000DBCFEAFF010ED890E936EA36E806FBE1A8 :10460000EA0EE926000EEA22240EEECFDBFF250E8D :10461000EDCFDBFFD950240FE96E000EDA20EA6EF1 :10462000EE50ED1003E10C0EA0EF29F0FA0EDBCFF7 :10463000E9FFFB0EDBCFEAFF240EDBCFEEFF250EFA :10464000DBCFEDFF240EDBCFE9FF250EDBCFEAFF4A :10465000EF501CE0240EDBCFE9FF250EDBCFEAFF95 :10466000EE52EF50E66ED7EC4DF0E552E76E070ED6 :10467000E7CFDBFFDBB00AD0F90EDB5004E0070E1A :10468000DB50040B30E1000EA0EF29F0240EDBCF4D :10469000E9FF250EDBCFEAFFEF6A240EDBCFE9FF4F :1046A000250EDBCFEAFFEE52050EDBCFEFFF240E27 :1046B000DBCFE9FF250EDBCFEAFFEE52EF50E66ECF :1046C000AEEC4CF0E552E76E070EE7CFDBFFDBA068 :1046D00003D0030EA0EF29F0F90EDB5007E0070E20 :1046E000DB50040B03E00A0EA0EF29F0080EDB6A92 :1046F000090EDB6A0A0EDB6A0B0EDB6AE66AE66A03 :10470000E66AE66A240EDBCFE6FF250EDBCFE6FF86 :1047100048DE186E060EE15C02E2E16AE552E16EE7 :104720001850DF6EDF046CE1020EDB6ADB5002E042 :10473000020EDB06240EDBCFE9FF250EDBCFEAFFFE :10474000320EE926000EEA22E9CF1AF0EACF1BF07A :10475000020EDB50100DF3501D6ABE0F1C6E010ED1 :104760001D22E9501C24186EEA501D20196E030EFC :1047700018C0DBFF040E19C0DBFFE76E030EDBCFB2 :10478000E9FF040EDBCFEAFFE750E926000EEA223C :10479000EF5036E0080EE76E030EDBCFE9FF040EA4 :1047A000DBCFEAFFE750E926000EEA22080EEECF43 :1047B000DBFF090EEECFDBFF0A0EEECFDBFF0B0EA9 :1047C000EECFDBFFD950080FE96E000EDA20EA6E5B :1047D000EECFE6FFEECFE6FFEECFE6FFEFCFE6FF50 :1047E000240EDBCFE6FF250EDBCFE6FFDADD186E09 :1047F000060EE15C02E2E16AE552E16E1850DF6EFE :10480000030EDF5C03E1010EA0EF29F0DF5002E0B0 :104810003AEF28F0240EDBCFE9FF250EDBCFEAFFCD :10482000320EE926000EEA220B0EE926000EEA22DD :10483000EE5002E03AEF28F0020EED1802E03AEFF7 :1048400028F0240EDBCFE9FF250EDBCFEAFF320E86 :10485000E926000EEA22160EE926000EEA22EECF25 :1048600018F0EFCF19F00C0E18C0DBFF0D0E19C0B9 :10487000DBFF0E0EDB6A0F0EDB6A0C0EDBCF18F0CF :104880000D0EDBCF19F00E0EDBCF1AF00F0EDBCFC3 :104890001BF0185019101A101B101AE1240EDBCF50 :1048A000E9FF250EDBCFEAFF320EE926000EEA22F1 :1048B000240EE926000EEA220C0EEECFDBFF0D0ED1 :1048C000EECFDBFF0E0EEECFDBFF0F0EEECFDBFFEA :1048D000240EDBCFE9FF250EDBCFEAFF1A0EE92617 :1048E000000EEA220C0EDBCFEEFF0D0EDBCFEEFF4B :1048F0000E0EDBCFEEFF0F0EDBCFEEFF240EDBCF75 :10490000E9FF250EDBCFEAFF320EE926000EEA2290 :10491000100EE926000EEA22010EEFCFDBFF240E77 :10492000DBCFE9FF250EDBCFEAFF030EE926000E01 :10493000EA22010EDBCFEFFFDB0405E0010EDB50C6 :10494000020801E097D3010EDBCF18F0196A1A6A4A :104950001B6AD9500C0FE96E000EDA20EA6E18C0FF :104960003BF019C03CF01AC03DF01BC03EF0EECF4A :1049700036F0EECF37F0EECF38F0EFCF39F0B4ECC1 :104980005EF035C0EDFF34C0EDFF33C0EDFF32C047 :10499000EFFF240EDBCFE9FF250EDBCFEAFF320E5F :1049A000E926000EEA220D0EE926000EEA22010E8B :1049B000EFCFDBFF240EDBCFE9FF250EDBCFEAFFD5 :1049C000020EE926000EEA22010EDBCFEFFFDB50DC :1049D00001E150D3010EDBCFE6FFDB04E552E71423 :1049E00001E048D3240EDBCFE9FF250EDBCFEAFF41 :1049F000320EE926000EEA22110EE926000EEA2206 :104A0000EECF18F0EFCF19F0240EDBCFE9FF250E23 :104A1000DBCFEAFF080EE926000EEA2218C0EEFFFF :104A200019C0EDFF240EDBCFE9FF250EDBCFEAFF37 :104A3000080EE926000EEA22EECF18F00001196AEE :104A40000F0E18161850191001E014D3240EDBCFE6 :104A5000E9FF250EDBCFEAFF320EE926000EEA223F :104A6000130EE926000EEA22EECF18F0EFCF19F070 :104A7000100E18C0DBFF110E19C0DBFF120EDB6A2F :104A8000130EDB6A100EDBCF18F0110EDBCF19F01E :104A9000120EDBCF1AF0130EDBCF1BF018501910DB :104AA0001A101B101AE1240EDBCFE9FF250EDBCF15 :104AB000EAFF320EE926000EEA22200EE926000E59 :104AC000EA22100EEECFDBFF110EEECFDBFF120E4F :104AD000EECFDBFF130EEECFDBFF240EDBCFE9FFC3 :104AE000250EDBCFEAFF320EE926000EEA220E0E7B :104AF000E926000EEA22200EEECFDBFF210EEDCFDD :104B0000DBFFD950200FE96E000EDA20EA6EEE507E :104B1000ED1001E1AFD2200EDBCF1CF0210EDBCF78 :104B20001DF01E6A1F6AD9500C0FE96E000EDA20C4 :104B3000EA6E1C50EE24186E1D50EE20196E1E50A9 :104B4000EE201A6E1F50EE201B6E240EDBCFE9FF05 :104B5000250EDBCFEAFF080EE926000EEA22EECF93 :104B600020F0EFCF21F0040E0F0B05E0D89021329A :104B70002032E806FBE1226A236A205018262150E1 :104B8000192222501A2223501B22140E18C0DBFFB8 :104B9000150E19C0DBFF160E1AC0DBFF170E1BC067 :104BA000DBFF140EDBCF18F0150EDBCF19F0160E5D :104BB000DBCF1AF0170EDBCF1BF0D950100FE96EC8 :104BC000000EDA20EA6E1850EE5C1950EE581A50BA :104BD000EE581B50EE5801E24DD2240EDBCFE9FF18 :104BE000250EDBCFEAFF020EE926000EEA22EFCF08 :104BF00020F0216A226A236A100EDBCF1CF0110E0E :104C0000DBCF1DF0120EDBCF1EF0130EDBCF1FF03B :104C1000D950140FE96E000EDA20EA6EEE501C5CDB :104C2000186EEE501D58196EEE501E581A6EEE504A :104C30001F581B6E18C036F019C037F01AC038F074 :104C4000396E20C03BF021C03CF022C03DF023C0B3 :104C50003EF0ECEC5EF0180E36C0DBFF190E37C0EC :104C6000DBFF1A0E38C0DBFF1B0E39C0DBFF180E4E :104C7000DBCF18F0190EDBCF19F01A0EDBCF1AF0CC :104C80001B0EDBCF1BF0185019101A101B1001E17E :104C9000F1D1010EDF6ED950180FE96E000EDA2047 :104CA000EA6EF60EEE5C0F0EEE58000EEE58000E99 :104CB000EE5802E3020EDF6ED950180FE96E000EB7 :104CC000DA20EA6EF60EEE5CFF0EEE58000EEE589D :104CD000000EEE5802E3030EDF6E020E186E196A24 :104CE0001A6A1B6AD950180FE96E000EDA20EA6EB4 :104CF000EE501826EE501922EE501A22EE501B22CA :104D0000240EDBCFE9FF250EDBCFEAFF160EE926E6 :104D1000000EEA2218C0EEFF19C0EEFF1AC0EEFF27 :104D20001BC0EEFF240EDBCFE9FF250EDBCFEAFF31 :104D30001E0EE926000EEA22080EDBCFEEFF090E5A :104D4000DBCFEEFF0A0EDBCFEEFF0B0EDBCFEEFF6D :104D5000200EDBCF18F0210EDBCF19F01A6A1B6A88 :104D6000D950080FE96E000EDA20EA6EEE501826D0 :104D7000EE501922EE501A22EE501B22240EDBCFE9 :104D8000E9FF250EDBCFEAFF220EE926000EEA221C :104D900018C0EEFF19C0EEFF1AC0EEFF1BC0EEFFF9 :104DA000140EDBCF18F0150EDBCF19F0160EDBCF8B :104DB0001AF0170EDBCF1BF0D950080FE96E000E6A :104DC000DA20EA6EEE501826EE501922EE501A2222 :104DD000EE501B22240EDBCFE9FF250EDBCFEAFFCE :104DE0002A0EE926000EEA2218C0EEFF19C0EEFFD7 :104DF0001AC0EEFF1BC0EEFF030EDF5C5CE1240E69 :104E0000DBCFE9FF250EDBCFEAFF080EE926000E17 :104E1000EA22EE50ED1001E02DD1240EDBCFE9FFA8 :104E2000250EDBCFEAFF320EE926000EEA222C0E19 :104E3000E926000EEA22EECF18F0EECF19F0EECF01 :104E40001AF0EFCF1BF0240EDBCFE9FF250EDBCFEE :104E5000EAFF260EE926000EEA2218C0EEFF19C06E :104E6000EEFF1AC0EEFF1BC0EEFF240EDBCFE9FF02 :104E7000250EDBCFEAFF160EE926000EEA22EECF62 :104E800036F0EECF37F0EECF38F0EFCF39F0040E3A :104E90003B6E3C6A3D6A3E6AB4EC5EF01C0E32C06A :104EA000DBFF1D0E33C0DBFF1E0E34C0DBFF1F0E09 :104EB00035C0DBFFB1D0240EDBCFE9FF250EDBCF01 :104EC000EAFF080EE926000EEA22EE50ED1001E19D :104ED000D1D00C0EDBCF18F00D0EDBCF19F00E0E7B :104EE000DBCF1AF00F0EDBCF1BF0240EDBCFE9FF78 :104EF000250EDBCFEAFF220EE926000EEA22EE5055 :104F00001826EE501922EE501A22EE501B22240EC3 :104F1000DBCFE9FF250EDBCFEAFF260EE926000EE8 :104F2000EA2218C0EEFF19C0EEFF1AC0EEFF1BC048 :104F3000EEFF020EDF5C18E1240EDBCFE9FF250E49 :104F4000DBCFEAFF160EE926000EEA22EECF18F0BC :104F5000EECF19F0EECF1AF0EFCF1BF0D890183645 :104F600019361A361B364CD0010E1C6E1D6A1E6A8D :104F70001F6A240EDBCFE9FF250EDBCFEAFF160EFA :104F8000E926000EEA22EE501C16EE501D16EE50D9 :104F90001E16EE501F16240EDBCFE9FF250EDBCFC9 :104FA000EAFF160EE926000EEA22EECF36F0EECF2B :104FB00037F0EECF38F0EFCF39F0030E3B6E3C6A9E :104FC0003D6A3E6AB4EC5EF032C036F033C037F072 :104FD00034C038F035C039F0020E3B6E3C6A3D6A91 :104FE0003E6AECEC5EF0365000011C24186E37501F :104FF0001D20196E38501E201A6E39501F201B6E4E :105000001C0E18C0DBFF1D0E19C0DBFF1E0E1AC0E0 :10501000DBFF1F0E1BC0DBFF1C0EDBCF18F01D0ECD :10502000DBCF19F01E0EDBCF1AF01F0EDBCF1BF00B :10503000FF0E1826010E1922000E1A221B22090E3D :10504000D8901B321A3219321832E806F9E1240ED0 :10505000DBCFE9FF250EDBCFEAFF1A0EE926000EB3 :10506000EA221850EE5C1950EE581A50EE581B50B8 :10507000EE5802E20D0E64D1240EDBCFE9FF250EBF :10508000DBCFEAFF0E0EE926000EEA22EE68EE689C :10509000EE68EE68240EDBCFE9FF250EDBCFEAFFDA :1050A0000A0EE926000EEA22EE6AEE6AEE6AEE6A5F :1050B000030EDF5C01E011D1240EDBCFE9FF250EEA :1050C000DBCFEAFF050EE926000EEA22EF6A240E86 :1050D000DBCFE9FF250EDBCFEAFF320EE926000E1B :1050E000EA22300EE926000EEA22EECF18F0EFCFCA :1050F00019F01A6A1B6AD950080FE96E000EDA20FF :10510000EA6EEE501826EE501922EE501A22EE509A :105110001B22240EDBCFE9FF250EDBCFEAFF120EA8 :10512000E926000EEA2218C0EEFF19C0EEFF1AC0F1 :10513000EEFF1BC0EEFF010EE66E240EDBCFE9FF93 :10514000250EDBCFEAFF120EE926000EEA22EECF93 :10515000E6FFEECFE6FFEECFE6FFEFCFE6FF240E51 :10516000DBCFE9FF250EDBCFEAFF320EE926000E8A :10517000EA22E9CF18F0EACF19F0E9CFE6FFEACF4B :10518000E6FF240EDBCFE9FF250EDBCFEAFFEE5270 :10519000EF50E66EECEC4DF01A6E080EE15C02E2A8 :1051A000E16AE552E16E1A50000901E096D0240E42 :1051B000DBCFE9FF250EDBCFEAFF320EE926000E3A :1051C000EA22FE0EE926010EEA22550EEE1801E053 :1051D00084D0AA0EED1801E080D0240EDBCFE9FFC9 :1051E000250EDBCFEAFF320EE926000EEA22520E30 :1051F000EE1873E1520EEE1870E1610EEE186DE1DB :10520000410EEE186AE1240EDBCFE9FF250EDBCF5D :10521000EAFF320EE926000EEA22E40EE926010E2C :10522000EA22720EEE1859E1720EEE1856E1410EA6 :10523000EE1853E1610EEE1850E1240EDBCFE9FFCA :10524000250EDBCFEAFF320EE926000EEA22EC0E35 :10525000E926010EEA22EECF18F0EECF19F0EECFDC :105260001AF0EFCF1BF0240EDBCFE9FF250EDBCFCA :10527000EAFF0A0EE926000EEA2218C0EEFF19C066 :10528000EEFF1AC0EEFF1BC0EEFF240EDBCFE9FFDE :10529000250EDBCFEAFF320EE926000EEA22E80EE9 :1052A000E926010EEA22EECF18F0EECF19F0EECF8C :1052B0001AF0EFCF1BF0240EDBCFE9FF250EDBCF7A :1052C000EAFF0E0EE926000EEA2218C0EEFF19C012 :1052D000EEFF1AC0EEFF1BC0EEFF240EDBCFE9FF8E :1052E000250EDBCFEAFFDFCFEFFF0001EC2B000E36 :1052F000ED23240EDBCFE9FF250EDBCFEAFF060E00 :10530000E926000EEA22ECC0EEFFEDC0EDFF240E10 :10531000DBCFE9FF250EDBCFEAFF2E0EE926000EDC :10532000EA22EE6AEE6AEE6AEE6A240EDBCFE9FF4D :10533000250EDBCFEAFF040EE926000EEA22EF6A13 :10534000186E260EE15C02E2E16AE552E16E185049 :10535000E552E5CFDAFFE7CFD9FF1200D9CFE6FF5C :10536000DACFE6FFE1CFD9FFE2CFDAFFE652E6522D :10537000FC0EDBCFDEFFDBCFDDFFD9CFE9FFDACFDD :10538000EAFFEE50ED1033E0DECFE9FFDDCFEAFFBC :10539000EE50ED102CE0DECFE9FFDDCFEAFFEE505E :1053A000EFCFEAFFE96EEF5022E0DECFE9FFDDCF7D :1053B000EAFFEE50EFCFEAFFE96E060EE926000E97 :1053C000EA22EECF18F0EFCF19F0DECFE9FFDDCF04 :1053D000EAFF020EE926000EEA22EECF1AF0EFCF26 :1053E0001BF01A50181802E11B50191802E0090EA0 :1053F00013D0DECFE9FFDDCFEAFFEE50EFCFEAFFBB :10540000E96EEE52EF50E66ED7EC4DF0E552010B2F :1054100002E0030E01D0000EE552E552E552E5CF61 :10542000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFE8 :10543000E1CFD9FFE2CFDAFFE652E652010EF36E7A :10544000FD0EDBCFF4FFF350F45C02E30B0E3BD018 :10545000FD0EEA6ADB34FE0BEA36E96EEA0EE92657 :10546000000EEA22EECFDEFFEDCFDDFFD9CFE9FF60 :10547000DACFEAFFEE50ED1005E0DECFE9FFDDCF39 :10548000EAFFEF6AD950FB0FE96EFF0EDA20EA6EF1 :10549000EE50ED1007E0FB0EDBCFE9FFFC0EDBCF9B :1054A000EAFFEF6AFD0EEA6ADB34FE0BEA36E96ECC :1054B000EA0EE926000EEA22FB0EDBCFEEFFFC0E21 :1054C000DBCFEDFF000EE552E552E552E5CFDAFF06 :1054D000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF61 :1054E000D9FFE2CFDAFF2D0EE12402E3E168E652B4 :1054F000E16ED950FC0FE96EFF0EDA20EA6EEE5035 :10550000ED1002E1090EBFD2FC0EDBCFE9FFFD0E6C :10551000DBCFEAFFEE6AED6AF90EDB9ADB9CDB9EDD :10552000DB50FE0BE66ED950010FE66E000EDA205E :10553000E66ED950FA0FE66EFF0EDA20E66E7BECCF :1055400022F0186E050EE15C02E2E16AE552E16EBE :105550001850DF6EDF5001E095D2D950190F186E48 :10556000000EDA20196E150E18C0DBFF160E19C0DA :10557000DBFFFA0EDBCFE6FFFB0EDBCFE6FFD950F9 :10558000010FE66E000EDA20E66ED2EC20F0E55256 :10559000E552E552E552DF6E130EDBCF38F0140E04 :1055A000DBCF39F0170E38C0DBFF180E39C0DBFF38 :1055B000DF500BE1D950170FE96E000EDA20EA6ECA :1055C000EE50ED1002E1060EDF6EF90EDB501C0B03 :1055D00001E149D1DF501DE0040EDF5C0BE1D95041 :1055E000010FE66E000EDA20E66E2BEC1DF0E552A0 :1055F000E552DF6EF90EDB86130EDBCF38F0140EAA :10560000DBCF39F0170E38C0DBFF180E39C0DBFFD7 :1056100016D00B0EE76E170EDBCFE9FF180EDBCFAF :10562000EAFFE750E926000EEA22EF50110B02E0F4 :10563000070E04D0F90EDBA402D0080EDF6EDF5097 :1056400001E039D1F90EDB50080B01E134D19DECBA :1056500057F0250E36C0DBFF260E37C0DBFF270EC6 :1056600038C0DBFF280E39C0DBFF0E0EE76E170EC9 :10567000DBCFE9FF180EDBCFEAFFE750E926000E8B :10568000EA22250EDBCFEEFF260EDBCFEEFF270E44 :10569000DBCFEEFF280EDBCFEEFF0B0EE76E170E13 :1056A000DBCFE9FF180EDBCFEAFFE750E926000E5B :1056B000EA22EF6A1C0EE76E170EDBCFE9FF180E29 :1056C000DBCFEAFFE750E926000EEA22EE6AEE6A37 :1056D000EE6AEE6A170EDBCFE6FF180EDBCFE6FFB1 :1056E000010EDBCFE6FF020EDBCFE6FFECEC1AF09B :1056F000E552E552E552E552290E36C0DBFF2A0E8F :1057000037C0DBFF2B0E38C0DBFF2C0E39C0DBFFB0 :10571000E66AE66AE66AE66A170EDBCFE6FF180E6F :10572000DBCFE6FF56EC1BF0186E060EE15C02E2E2 :10573000E16AE552E16E1850010EDBCFE9FF020E7F :10574000DBCFEAFF040EE926000EEA22010EEF6E1F :10575000290EDBCF18F02A0EDBCF19F02B0EDBCF92 :105760001AF02C0EDBCF1BF0185019101A101B105A :1057700001E1A1D0010EDBCFE9FF020EDBCFEAFF92 :105780002E0EE926000EEA22250EEECFDBFF260EB6 :10579000EECFDBFF270EEECFDBFF280EEECFDBFFD9 :1057A000D950290FE96E000EDA20EA6EEECFE6FF3F :1057B000EECFE6FFEECFE6FFEFCFE6FF010EDBCF49 :1057C000E6FF020EDBCFE6FFD0EC0FF0186E060E00 :1057D000E15C02E2E16AE552E16E1850DF6EDF50F3 :1057E0006AE1290EDBCF18F02A0EDBCF19F02B0E61 :1057F000DBCF1AF02C0EDBCF1BF01806000E195A67 :105800001A5A1B5A010EDBCFE9FF020EDBCFEAFF6B :105810000A0EE926000EEA2218C0EEFF19C0EEFFBC :105820001AC0EEFF1BC0EEFFD950250FE96E000E27 :10583000DA20EA6EEECFE6FFEECFE6FFEECFE6FF30 :10584000EFCFE6FF010EDBCFE6FF020EDBCFE6FF78 :10585000EAEC07F0186E060EE15C02E2E16AE5523E :10586000E16E185027D0DF5026E10B0EE76E170EC1 :10587000DBCFE9FF180EDBCFEAFFE750E926000E89 :10588000EA22EF50100B02E0040E14D0F90EDB50A8 :10589000020B11E00B0EE76E170EDBCFE9FF180EBF :1058A000DBCFEAFFE750E926000EEA22EF50010BBA :1058B00002E0070EDF6EDF5037E1F90EDBB6DB8A60 :1058C000010EDBCFE9FF020EDBCFEAFF2E0EE92649 :1058D000000EEA22EECF18F0EECF19F0EECF1AF05C :1058E000EFCF1BF0FC0EDBCFE9FFFD0EDBCFEAFFB5 :1058F0001A0EE926000EEA2218C0EEFF19C0EEFFCC :105900001AC0EEFF1BC0EEFFFC0EDBCFE9FFFD0E61 :10591000DBCFEAFF1E0EE926000EEA22170EDBCFD0 :10592000EEFF180EDBCFEDFFDF5001E0ABD0FC0E39 :10593000DBCFE9FFFD0EDBCFEAFF040EE926000E08 :10594000EA22F90EDBCFEFFF170EDBCFE6FF180ED2 :10595000DBCFE6FF010EDBCFE6FF020EDBCFE6FF7B :10596000ECEC1AF0E552E552E552E55237C019F079 :1059700038C01AF039C01BF0FC0EDBCFE9FFFD0E7A :10598000DBCFEAFF0E0EE926000EEA2236C0EEFF5C :1059900019C0EEFF1AC0EEFF1BC0EEFF1C0EE76E33 :1059A000170EDBCFE9FF180EDBCFEAFFE750E92641 :1059B000000EEA22EECF18F0EECF19F0EECF1AF07B :1059C000EFCF1BF0FC0EDBCFE9FFFD0EDBCFEAFFD4 :1059D0000A0EE926000EEA2218C0EEFF19C0EEFFFB :1059E0001AC0EEFF1BC0EEFFFC0EDBCFE9FFFD0E81 :1059F000DBCFEAFF060EE926000EEA22EE6AEE6A27 :105A0000EE6AEE6AFC0EDBCFE9FFFD0EDBCFEAFFAC :105A1000160EE926000EEA22EE6AEE6AEE6AEE6AD9 :105A2000FC0EDBCFE9FFFD0EDBCFEAFF200EEB6AB9 :105A3000210EEB6AFC0EDBCFE9FFFD0EDBCFEAFFA8 :105A4000010EDBCFEEFF020EDBCFEDFF010EDBCF51 :105A5000E9FF020EDBCFEAFF060EE926000EEA227E :105A6000EECF18F0EFCF19F0FC0EDBCFE9FFFD0E03 :105A7000DBCFEAFF020EE926000EEA2218C0EEFF95 :105A800019C0EDFFDF50186E2D0EE15C02E2E16AF5 :105A9000E552E16E1850E552E5CFDAFFE7CFD9FFC6 :105AA0001200D9CFE6FFDACFE6FFE1CFD9FFE2CF90 :105AB000DAFF140EE12402E3E168E652E16EFA0E29 :105AC000DBCF38F0FB0EDBCF39F0120E38C0DBFF36 :105AD000130E39C0DBFFF60EDBCFE9FFF70EDBCF8D :105AE000EAFFEE6AED6AFC0EDBCFE6FFFD0EDBCFD0 :105AF000E6FF34DCE552E552DF6EDF5003E0DF50B5 :105B0000DEEF31F0FC0EDBCFE9FFFD0EDBCFEAFF6D :105B1000040EE926000EEA22EF50800B01E0D6D1F8 :105B2000FC0EDBCFE9FFFD0EDBCFEAFF040EE9261A :105B3000000EEA22EF50010B03E1070EDEEF31F019 :105B4000FC0EDBCFE9FFFD0EDBCFEAFF0A0EE926F4 :105B5000000EEA22EECF1CF0EECF1DF0EECF1EF0CD :105B6000EFCF1FF0FC0EDBCFE9FFFD0EDBCFEAFF2E :105B7000060EE926000EEA22EE501C5C186EEE506E :105B80001D58196EEE501E581A6EEE501F581B6E9F :105B9000090E18C0DBFF0A0E19C0DBFF0B0E1AC07E :105BA000DBFF0C0E1BC0DBFFF80EDBCF18F0F90E8D :105BB000DBCF19F01A6A1B6AD950090FE96E000E83 :105BC000DA20EA6E1850EE5C1950EE581A50EE5872 :105BD0001B50EE580CE2090EDBCF38F00A0EDBCF7B :105BE00039F0F80E38C0DBFFF90E39C0DBFFD950B1 :105BF000F80FE96EFF0EDA20EA6EEE50ED1001E1CB :105C0000DCD3FC0EDBCFE9FFFD0EDBCFEAFF060E97 :105C1000E926000EEA22EECF18F0EECF19F0010EC1 :105C200019161A6A1B6A185019101A101B1001E075 :105C3000C1D2FC0EDBCFE9FFFD0EDBCFEAFF060E83 :105C4000E926000EEA22EECF18F0EECF19F0EECFE3 :105C50001AF0EFCF1BF0090ED8901B321A3219320E :105C60001832E806F9E1FC0EDBCFE9FFFD0EDBCFD1 :105C7000EAFFEE50EFCFEAFFE96E020EE926000ED2 :105C8000EA22EF041C6E1D6A1E6A1F6AE85018168D :105C90001D5019161E501A161F501B16110E18C033 :105CA000DBFFDB5001E0C4D0FC0EDBCFE9FFFD0ED3 :105CB000DBCFEAFF060EE926000EEA22EECF18F04F :105CC000EECF19F0EECF1AF0EFCF1BF018501910ED :105CD0001A101B1017E1FC0EDBCFE9FFFD0EDBCF26 :105CE000EAFF0E0EE926000EEA22010EEECFDBFFE0 :105CF000020EEECFDBFF030EEECFDBFF040EEECF86 :105D0000DBFF5ED0FC0EDBCFE9FFFD0EDBCFEAFF51 :105D1000200EE926000EEA22EE50ED101FE0FC0EE8 :105D2000DBCFE9FFFD0EDBCFEAFF060EE926000E12 :105D3000EA22EECFE6FFEECFE6FFEECFE6FFEFCFB3 :105D4000E6FFFC0EDBCFE6FFFD0EDBCFE6FFBDEC92 :105D500013F0186E060EE15C25E222D0FC0EDBCFBC :105D6000E9FFFD0EDBCFEAFF120EE926000EEA2264 :105D7000EECFE6FFEECFE6FFEECFE6FFEFCFE6FF9A :105D8000FC0EDBCFE9FFFD0EDBCFEAFFEECFE6FF37 :105D9000EFCFE6FF4BEC0AF0186E060EE15C02E274 :105DA000E16AE552E16E1850010E36C0DBFF020ECB :105DB00037C0DBFF030E38C0DBFF040E39C0DBFF4A :105DC000D950010FE96E000EDA20EA6E020EEE5C89 :105DD000000EEE58000EEE58000EEE586CE3D9504F :105DE000010FE96E000EDA20EA6EE868EE180AE1AB :105DF000E868EE1807E1E868EE1804E1E868EE18D4 :105E000001E139D2FC0EDBCFE9FFFD0EDBCFEAFF6B :105E1000120EE926000EEA22010EDBCFEEFF020E83 :105E2000DBCFEEFF030EDBCFEEFF040EDBCFEEFF8A :105E3000FC0EDBCFE9FFFD0EDBCFEAFF120EE926F9 :105E4000000EEA22EECFE6FFEECFE6FFEECFE6FF52 :105E5000EFCFE6FFFC0EDBCFE9FFFD0EDBCFEAFF65 :105E6000EECFE6FFEFCFE6FFBBEC09F0186E060EB3 :105E7000E15C02E2E16AE552E16E1850050E36C0BF :105E8000DBFF060E37C0DBFF070E38C0DBFF080E56 :105E900039C0DBFF050EDBCF18F0060EDBCF19F0A3 :105EA000070EDBCF1AF0080EDBCF1BF018501910CD :105EB0001A101B100DE1FC0EDBCFE9FFFD0EDBCF4E :105EC000EAFF040EE926000EEA22EF8E020E76D2D9 :105ED000110EDBCF18F0196A1A6A1B6AD950050F28 :105EE000E96E000EDA20EA6E1850EE261950EE2206 :105EF0001A50EE221B50EE22186A020E196EF80E8E :105F0000DBCF38F0F90EDBCF39F018C03DF019C007 :105F10003EF049EC5FF00F0E38C0DBFF100E39C0C9 :105F2000DBFFD9500F0FE96E000EDA20EA6EEE505B :105F3000ED1001E129D1110EDB501A6E1B6A0F0E14 :105F4000DB501A24186E100EDB501B20196EFC0E4D :105F5000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFF2C :105F6000E96E020EE926000EEA22EF501C6E1D6A51 :105F700018501C5C19501D5820E2110EDBCFE6FFB3 :105F8000FC0EDBCFE9FFFD0EDBCFEAFFEE50EFCFDB :105F9000EAFFE96E020EE926000EEA22EF50E55212 :105FA000D880E754E66ED9500F0FE96E000EDA2064 :105FB000EA6EE552E750EE6EED6A0F0EDBCFE6FFBC :105FC000D950050FE96E000EDA20EA6EEECFE6FF3B :105FD000EECFE6FFEECFE6FFEFCFE6FF120EDBCF10 :105FE000E6FF130EDBCFE6FFFC0EDBCFE9FFFD0E75 :105FF000DBCFEAFFEE50EFCFEAFFE96EEE52EF5053 :10600000E66EECEC4DF0186E080EE15C02E2E16A1F :10601000E552E16E1850000901E02DD1FC0EDBCFF6 :10602000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96EAE :10603000040EE926000EEA22EF5001E193D0050E8E :10604000DBCF1CF0060EDBCF1DF0070EDBCF1EF002 :10605000080EDBCF1FF0FC0EDBCFE9FFFD0EDBCF20 :10606000EAFFEE50EFCFEAFFE96E2E0EE926000EB2 :10607000EA221C50EE5C186E1D50EE58196E1E5030 :10608000EE581A6E1F50EE581B6E0F0EDBCF20F02D :10609000100EDBCF21F0226A236A2050185C2150B9 :1060A000195822501A5823501B585CE2E66A020E17 :1060B000E66EFC0EDBCFE9FFFD0EDBCFEAFFEE5014 :1060C000EFCFEAFFE96E320EE926000EEA22E9CFB1 :1060D00018F0EACF19F0E9CFE6FFEACFE6FF050EA8 :1060E000DBCF20F0060EDBCF21F0070EDBCF22F056 :1060F000080EDBCF23F0FC0EDBCFE9FFFD0EDBCF7C :10610000EAFFEE50EFCFEAFFE96E2E0EE926000E11 :10611000EA222050EE5C1C6E2150EE581D6E22507B :10612000EE581E6E2350EE581F6E090ED8901C3686 :106130001D361E361F36E806F9E1120EDB501C2410 :106140001A6E130EDB501D201B6E1AC0E6FFE66EA2 :106150004BEC05F0246E060EE15C02E2E16AE552CA :10616000E16E2450386A020E396E0F0EDBCF3DF01F :10617000100EDBCF3EF010EC5FF00D0E36C0DBFFF3 :106180000E0E37C0DBFFCED0FC0EDBCFE9FFFD0EDD :10619000DBCFEAFF160EE926000EEA22050EDBCF62 :1061A000EEFF060EDBCFEEFF070EDBCFEEFF080E95 :1061B000DBCFEEFFFC0EDBCFE9FFFD0EDBCFEAFF0E :1061C000060EE926000EEA22EECF18F0EFCF19F006 :1061D0000001010E1916000ED8801856020E19562D :1061E0000D0E18C0DBFF0E0E19C0DBFF0D0EDBCF4E :1061F00018F00E0EDBCF19F0F80EDBCF1AF0F90E07 :10620000DBCF1BF018501A5C19501B580CE2F80E2B :10621000DBCF38F0F90EDBCF39F00D0E38C0DBFFE5 :106220000E0E39C0DBFFFC0EDBCFE9FFFD0EDBCF2E :10623000EAFF160EE926000EEA22EECFE6FFEECFC9 :10624000E6FFEECFE6FFEFCFE6FFFC0EDBCFE9FF88 :10625000FD0EDBCFEAFFEECFE6FFEFCFE6FFEAEC85 :1062600007F0186E060EE15C02E2E16AE552E16EAB :10627000185000090DE0FC0EDBCFE9FFFD0EDBCF6F :10628000EAFF040EE926000EEA22EF8E010E96D0F8 :106290000D0EDBCFE6FF0E0EDBCFE6FFFC0EDBCFF5 :1062A000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96E2C :1062B000320EE926000EEA22E9CF1AF0EACF1BF0EF :1062C000FC0EDBCFE9FFFD0EDBCFEAFF060EE92671 :1062D000000EEA22EECF36F0EECF37F0EECF38F0F8 :1062E000EFCF39F03B6A020E3C6E3D6A3E6AECEC41 :1062F0005EF01A503224186E1B503320196E18C0ED :10630000E6FFE66E120EDBCFE6FF130EDBCFE6FFF5 :106310004BEC05F01C6E060EE15C02E2E16AE55210 :10632000E16E1C500D0EDBCF18F00E0EDBCF19F016 :10633000D950120FE96E000EDA20EA6E1850EE26E0 :106340001950ED220D0EDBCF1AF00E0EDBCF1BF035 :106350001C6A1D6AFC0EDBCFE9FFFD0EDBCFEAFFF6 :10636000060EE926000EEA221A50EE261B50EE22F7 :106370001C50EE221D50EE220D0EDBCF1EF00E0E35 :10638000DBCF1FF0F60EDBCFE9FFF70EDBCFEAFF26 :106390001E50EE261F50ED220D0EDBCF20F00E0E0C :1063A000DBCF21F0D950F80FE96EFF0EDA20EA6E4C :1063B0002050EE5E2150ED5A1AD4000E186E140EC5 :1063C000E15C02E2E16AE552E16E1850E552E5CF88 :1063D000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF29 :1063E000E1CFD9FFE2CFDAFF100EE12402E3E1684A :1063F000E652E16EFA0EDBCF38F0FB0EDBCF39F060 :106400000D0E38C0DBFF0E0E39C0DBFFF60EDBCF02 :10641000E9FFF70EDBCFEAFFEE6AED6AFC0EDBCF99 :10642000E6FFFD0EDBCFE6FFAEEC29F0E552E552CC :10643000DF6EDF5003E0DF50A2EF37F0FC0EDBCF62 :10644000E9FFFD0EDBCFEAFF040EE926000EEA228B :10645000EF50800B01E04CD2FC0EDBCFE9FFFD0ECC :10646000DBCFEAFF040EE926000EEA22EF50020B12 :1064700003E1070EA2EF37F0F80EDBCF18F0F90EAC :10648000DBCF19F01A6A1B6AFC0EDBCFE9FFFD0EA9 :10649000DBCFEAFF0A0EE926000EEA22EE501826AC :1064A000EE501922EE501A22EE501B22FC0EDBCFCA :1064B000E9FFFD0EDBCFEAFF0A0EE926000EEA2215 :1064C000EE50185CEE501958EE501A58EE501B580A :1064D00004E2F80EDB6AF90EDB6AD950F80FE96EB8 :1064E000FF0EDA20EA6EEE50ED1002E14EEF37F0CB :1064F000FC0EDBCFE9FFFD0EDBCFEAFF060EE9263F :10650000000EEA22EECF18F0EECF19F0010E1916A8 :106510001A6A1B6A185019101A101B1001E0AAD32E :10652000FC0EDBCFE9FFFD0EDBCFEAFF060EE9260E :10653000000EEA22EECF18F0EECF19F0EECF1AF0EF :10654000EFCF1BF0090ED8901B321A3219321832D5 :10655000E806F9E1FC0EDBCFE9FFFD0EDBCFEAFF39 :10656000EE50EFCFEAFFE96E020EE926000EEA22B6 :10657000EF041C6E1D6A1E6A1F6AE85018161D5033 :106580001E501F501B160F0E18C0DBFFDB5001E022 :1065900023D1FC0EDBCFE9FFFD0EDBCFEAFF060EB9 :1065A000E926000EEA22EECF18F0EECF19F0EECF7A :1065B0001AF0EFCF1BF0185019101A101B1063E1DE :1065C000FC0EDBCFE9FFFD0EDBCFEAFF0E0EE92666 :1065D000000EEA22010EEECFDBFF020EEECFDBFF54 :1065E000030EEECFDBFF040EEECFDBFF010EDBCFA1 :1065F00018F0020EDBCF19F0030EDBCF1AF0040EF9 :10660000DBCF1BF0185019101A101B1001E099D0A5 :10661000E66AE66AE66AE66AFC0EDBCFE9FFFD0E93 :10662000DBCFEAFFEECFE6FFEFCFE6FF05EC11F0A0 :10663000186E060EE15C02E2E16AE552E16E185066 :10664000010E36C0DBFF020E37C0DBFF030E38C081 :10665000DBFF040E39C0DBFFFC0EDBCFE9FFFD0ED4 :10666000DBCFEAFF0E0EE926000EEA22010EDBCF99 :10667000EEFF020EDBCFEEFF030EDBCFEEFF040ECC :10668000DBCFEEFF5ED0FC0EDBCFE9FFFD0EDBCFF4 :10669000EAFF200EE926000EEA22EE50ED101FE080 :1066A000FC0EDBCFE9FFFD0EDBCFEAFF060EE9268D :1066B000000EEA22EECFE6FFEECFE6FFEECFE6FFDA :1066C000EFCFE6FFFC0EDBCFE6FFFD0EDBCFE6FFF4 :1066D000BDEC13F0186E060EE15C25E222D0FC0E34 :1066E000DBCFE9FFFD0EDBCFEAFF120EE926000E3D :1066F000EA22EECFE6FFEECFE6FFEECFE6FFEFCFEA :10670000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEECFAD :10671000E6FFEFCFE6FF05EC11F0186E060EE15C28 :1067200002E2E16AE552E16E1850010E36C0DBFF6D :10673000020E37C0DBFF030E38C0DBFF040E39C08A :10674000DBFF010EDBCF18F0020EDBCF19F0030EDA :10675000DBCF1AF0040EDBCF1BF0185019101A1003 :106760001B1001E19BD3D950010FE96E000EDA2016 :10677000EA6E010EEE1807E1EE5005E1EE5003E17E :10678000EE5001E1AAD0D950010FE96E000EDA20D7 :10679000EA6EE868EE180AE1E868EE1807E1E868D2 :1067A000EE1804E1E868EE1801E1C5D2FC0EDBCF7B :1067B000E9FFFD0EDBCFEAFF120EE926000EEA220A :1067C000010EDBCFEEFF020EDBCFEEFF030EDBCFC1 :1067D000EEFF040EDBCFEEFFFC0EDBCFE9FFFD0E7C :1067E000DBCFEAFFEE50EFCFEAFFE96E2E0EE9268F :1067F000000EEA22EECF18F0EECF19F0EECF1AF02D :10680000EFCF1BF0FC0EDBCFE9FFFD0EDBCFEAFF85 :10681000160EE926000EEA221850EE181BE1195058 :10682000EE1818E11A50EE1815E11B50EE1812E19F :1068300011E1FC0EDBCFE9FFFD0EDBCFEAFFEECF6F :10684000E6FFEFCFE6FFA2EC06F0E552E5520009C5 :1068500001E071D2FC0EDBCFE9FFFD0EDBCFEAFFDA :10686000120EE926000EEA22EECFE6FFEECFE6FF9B :10687000EECFE6FFEFCFE6FFFC0EDBCFE9FFFD0E2C :10688000DBCFEAFFEECFE6FFEFCFE6FFBBEC09F090 :10689000186E060EE15C02E2E16AE552E16E185004 :1068A000050E36C0DBFF060E37C0DBFF070E38C013 :1068B000DBFF080E39C0DBFF050EDBCF18F0060E3C :1068C000DBCF19F0070EDBCF1AF0080EDBCF1BF081 :1068D000185019101A101B100DE1FC0EDBCFE9FF48 :1068E000FD0EDBCFEAFF040EE926000EEA22EF8E52 :1068F000020E28D30F0EDBCF18F0196A1A6A1B6A32 :10690000D950050FE96E000EDA20EA6E1850EE2617 :106910001950EE221A50EE221B50EE22186A020E77 :10692000196EF80EDBCF38F0F90EDBCF39F018C056 :106930003DF019C03EF049EC5FF00B0E38C0DBFFB4 :106940000C0E39C0DBFFD9500B0FE96E000EDA20B8 :10695000EA6EEE50ED1001E127D10F0EDB501A6EFA :106960001B6A0B0EDB501A24186E0C0EDB501B201A :10697000196EFC0EDBCFE9FFFD0EDBCFEAFFEE5018 :10698000EFCFEAFFE96E020EE926000EEA22EF5091 :106990001C6E1D6A18501C5C19501D5820E20F0E09 :1069A000DBCFE6FFFC0EDBCFE9FFFD0EDBCFEAFF1E :1069B000EE50EFCFEAFFE96E020EE926000EEA2262 :1069C000EF50E552D880E754E66ED9500B0FE96ED0 :1069D000000EDA20EA6EE552E750EE6EED6A0B0E1D :1069E000DBCFE6FFD950050FE96E000EDA20EA6E24 :1069F000EECFE6FFEECFE6FFEECFE6FFEFCFE6FF0E :106A00000D0EDBCFE6FF0E0EDBCFE6FFFC0EDBCF7D :106A1000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96EB4 :106A2000EE52EF50E66E51EC4EF0186E080EE15C3F :106A300002E2E16AE552E16E1850000901E07BD103 :106A4000050EDBCF1CF0060EDBCF1DF0070EDBCFF3 :106A50001EF0080EDBCF1FF0FC0EDBCFE9FFFD0EB2 :106A6000DBCFEAFFEE50EFCFEAFFE96E2E0EE9260C :106A7000000EEA221C50EE5C186E1D50EE58196E86 :106A80001E50EE581A6E1F50EE581B6E0B0EDBCFC9 :106A900020F00C0EDBCF21F0226A236A2050185C14 :106AA0002150195822501A5823501B586BE2E66A9D :106AB000020EE66E050EDBCF1EF0060EDBCF1FF0DA :106AC000070EDBCF20F0080EDBCF21F0FC0EDBCF72 :106AD000E9FFFD0EDBCFEAFFEE50EFCFEAFFE96EF4 :106AE0002E0EE926000EEA221E50EE5C1A6E1F5092 :106AF000EE581B6E2050EE581C6E2150EE581D6E45 :106B0000090ED8901A361B361C361D36E806F9E1F8 :106B10000D0EDB501A24186E0E0EDB501B20196E62 :106B200018C0E6FFE66EFC0EDBCFE9FFFD0EDBCF03 :106B3000EAFFEE50EFCFEAFFE96E320EE926000ED3 :106B4000EA22E9CF22F0EACF23F0E9CFE6FFEACF4D :106B5000E6FF4BEC05F0246E060EE15C02E2E16A12 :106B6000E552E16E2450FC0EDBCFE9FFFD0EDBCFDA :106B7000EAFFEE50EFCFEAFFE96E040EE926000EC1 :106B8000EA22EF6A386A020E396E0B0EDBCF3DF057 :106B90000C0EDBCF3EF010EC5FF0090E36C0DBFFD1 :106BA0000A0E37C0DBFF2ED1FC0EDBCFE9FFFD0E56 :106BB000DBCFEAFF0A0EE926000EEA22EECF18F03C :106BC000EECF19F0EECF1AF0EFCF1BF0FC0EDBCFBB :106BD000E9FFFD0EDBCFEAFF060EE926000EEA22F2 :106BE0001850EE5C1950EE581A50EE581B50EE58E3 :106BF0002BE3FC0EDBCFE9FFFD0EDBCFEAFFEECF90 :106C0000E6FFEFCFE6FFA2EC06F0E552E552000901 :106C100001E091D0FC0EDBCFE9FFFD0EDBCFEAFFF8 :106C2000EE50EFCFEAFFE96E2E0EE926000EEA22C3 :106C3000050EDBCFEEFF060EDBCFEEFF070EDBCF40 :106C4000EEFF080EDBCFEEFFFC0EDBCFE9FFFD0E03 :106C5000DBCFEAFF160EE926000EEA22050EDBCF97 :106C6000EEFF060EDBCFEEFF070EDBCFEEFF080ECA :106C7000DBCFEEFFFC0EDBCFE9FFFD0EDBCFEAFF43 :106C8000060EE926000EEA22EECF18F0EFCF19F03B :106C90000001010E1916000ED8801856020E195662 :106CA000090E18C0DBFF0A0E19C0DBFF090EDBCF8F :106CB00018F00A0EDBCF19F0F80EDBCF1AF0F90E40 :106CC000DBCF1BF018501A5C19501B580CE2F80E61 :106CD000DBCF38F0F90EDBCF39F0090E38C0DBFF1F :106CE0000A0E39C0DBFFFC0EDBCFE9FFFD0EDBCF68 :106CF000EAFF160EE926000EEA22EECFE6FFEECFFF :106D0000E6FFEECFE6FFEFCFE6FFFC0EDBCFE9FFBD :106D1000FD0EDBCFEAFFEECFE6FFEFCFE6FFEAECBA :106D200007F0186E060EE15C02E2E16AE552E16EE0 :106D3000185000090DE0FC0EDBCFE9FFFD0EDBCFA4 :106D4000EAFF040EE926000EEA22EF8E010EFAD0C9 :106D5000090EDBCFE6FF0A0EDBCFE6FF0D0EDBCF21 :106D6000E6FF0E0EDBCFE6FFFC0EDBCFE9FFFD0EEC :106D7000DBCFEAFFEE50EFCFEAFFE96E320EE926F5 :106D8000000EEA22E9CF1AF0EACF1BF0FC0EDBCFAF :106D9000E9FFFD0EDBCFEAFF060EE926000EEA2230 :106DA000EECF36F0EECF37F0EECF38F0EFCF39F050 :106DB0003B6A020E3C6E3D6A3E6AECEC5EF01A5095 :106DC0003224186E1B503320196E18C0E6FFE66E91 :106DD0004BEC05F01C6E060EE15C02E2E16AE55246 :106DE000E16E1C50FC0EDBCFE9FFFD0EDBCFEAFFAE :106DF000EE50EFCFEAFFE96E040EE926000EEA221C :106E0000010EEF6E090EDBCF18F00A0EDBCF19F082 :106E1000D9500D0FE96E000EDA20EA6E1850EE26FA :106E20001950ED22090EDBCF1AF00A0EDBCF1BF052 :106E30001C6A1D6AFC0EDBCFE9FFFD0EDBCFEAFF0B :106E4000060EE926000EEA221A50EE261B50EE220C :106E50001C50EE221D50EE22090EDBCF1EF00A0E52 :106E6000DBCF1FF0F60EDBCFE9FFF70EDBCFEAFF3B :106E70001E50EE261F50ED22090EDBCF20F00A0E29 :106E8000DBCF21F0D950F80FE96EFF0EDA20EA6E61 :106E90002050EE5E2150ED5A6DEF32F0FC0EDBCF4C :106EA000E9FFFD0EDBCFEAFF0A0EE926000EEA221B :106EB000EECF18F0EECF19F0EECF1AF0EFCF1BF0B7 :106EC000FC0EDBCFE9FFFD0EDBCFEAFF060EE92665 :106ED000000EEA22EE50185CEE501958EE501A5887 :106EE000EE501B5824E2FC0EDBCFE9FFFD0EDBCF9A :106EF000EAFF060EE926000EEA22EECF18F0EECFEA :106F000019F0EECF1AF0EFCF1BF0FC0EDBCFE9FF4C :106F1000FD0EDBCFEAFF0A0EE926000EEA2218C0BA :106F2000EEFF19C0EEFF1AC0EEFF1BC0EEFFFC0E15 :106F3000DBCFE9FFFD0EDBCFEAFF040EE926000EF2 :106F4000EA22EF8A186E100EE15C02E2E16AE55275 :106F5000E16E1850E552E5CFDAFFE7CFD9FF120016 :106F6000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFF4 :106F7000070EE12402E3E168E652E16EFC0EDBCF8E :106F8000E6FFFD0EDBCFE6FFAEEC29F0E552E55261 :106F9000DF6EDF5001E0FBD0FC0EDBCFE9FFFD0E22 :106FA000DBCFEAFF040EE926000EEA22EF50200BA9 :106FB00001E1EDD0FC0EDBCFE9FFFD0EDBCFEAFFF8 :106FC0001A0EE926000EEA22EECFE6FFEECFE6FF2C :106FD000EECFE6FFEFCFE6FFFC0EDBCFE9FFFD0EC5 :106FE000DBCFEAFFEECFE6FFEFCFE6FFEAEC07F0FC :106FF000186E060EE15C02E2E16AE552E16E18509D :10700000DF6EDF5001E0C3D0FC0EDBCFE9FFFD0EE9 :10701000DBCFEAFF1E0EE926000EEA22050EEECFB8 :10702000DBFF060EEDCFDBFF0B0EE76E050EDBCFB1 :10703000E9FF060EDBCFEAFFE750E926000EEA2261 :10704000EF8AFC0EDBCFE9FFFD0EDBCFEAFF0A0E75 :10705000E926000EEA22EECF18F0EECF19F0EECFBF :107060001AF0EFCF1BF01C0EE76E050EDBCFE9FF29 :10707000060EDBCFEAFFE750E926000EEA2218C031 :10708000EEFF19C0EEFF1AC0EEFF1BC0EEFFFC0EB4 :10709000DBCFE9FFFD0EDBCFEAFF0E0EE926000E87 :1070A000EA22EECFE6FFEECFE6FFEECFE6FFEFCF30 :1070B000E6FF050EDBCFE6FF060EDBCFE6FF56EC64 :1070C0001BF0186E060EE15C02E2E16AE552E16E29 :1070D00018509DEC57F0010E36C0DBFF020E37C092 :1070E000DBFF030E38C0DBFF040E39C0DBFF160EDA :1070F000E76E050EDBCFE9FF060EDBCFEAFFE750B8 :10710000E926000EEA22010EDBCFEEFF020EDBCFF6 :10711000EEFF030EDBCFEEFF040EDBCFEEFF120E11 :10712000E76E050EDBCFE9FF060EDBCFEAFFE75087 :10713000E926000EEA22EE6AED6AFC0EDBCFE9FFDB :10714000FD0EDBCFEAFF040EE926000EEA22EF9ADD :10715000FC0EDBCFE9FFFD0EDBCFEAFFEE50EFCFF9 :10716000EAFFE96E040EE926000EEA22010EEF6E38 :10717000FC0EDBCFE9FFFD0EDBCFEAFFEECFE6FF33 :10718000EFCFE6FF75EC08F0E552E552DF6EDF5019 :10719000186E070EE15C02E2E16AE552E16E1850FA :1071A000E552E5CFDAFFE7CFD9FF1200D9CFE6FFEE :1071B000DACFE6FFE1CFD9FFE2CFDAFFE652FC0EED :1071C000DBCFE6FFFD0EDBCFE6FFCADEE552E55280 :1071D000DF6EDF5008E1FC0EDBCFE9FFFD0EDBCFF9 :1071E000EAFFEE6AED6ADF50E552E552E5CFDAFFDD :1071F000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF24 :10720000D9FFE2CFDAFF2F0EE12402E3E168E65274 :10721000E16EFC0EDBCFE6FFFD0EDBCFE6FFAEEC52 :1072200029F0E552E552DF6EDF5003E0DF5057EF03 :1072300041F0FC0EDBCFE9FFFD0EDBCFEAFF040ED1 :10724000E926000EEA22EF50800B02E08FEF40F0BB :10725000FC0EDBCFE9FFFD0EDBCFEAFF200EE926B7 :10726000000EEA22EE50ED1001E172D3D950F80F72 :10727000E96EFF0EDA20EA6EE868EE1801E0EAD166 :10728000E868EE1801E0E6D1E868EE1801E0E2D126 :10729000E868EE1801E0DED1FC0EDBCFE9FFFD0E61 :1072A000DBCFEAFF200EE926000EEA221D0EEECF0C :1072B000DBFF1E0EEDCFDBFFD9501D0FE96E000E78 :1072C000DA20EA6EEECFF3FFEDCFF4FF040EEE26E8 :1072D000000EEF22F3CFE9FFF4CFEAFF150EEECF59 :1072E000DBFF160EEECFDBFF170EEECFDBFF180E27 :1072F000EECFDBFF020EF36E190EF3CFDBFF1A0E9B :10730000DB6A1B0EDB6A1C0EDB6AFC0EDBCFE9FFBF :10731000FD0EDBCFEAFF0E0EE926000EEA22010E7B :10732000EECFDBFF020EEECFDBFF030EEECFDBFF77 :10733000040EEECFDBFF010EDBCF18F0020EDBCF29 :1073400019F0030EDBCF1AF0040EDBCF1BF0185040 :1073500019101A101B1001E138D1D950010FE96E34 :10736000000EDA20EA6E0D0EEECFDBFF0E0EEECF32 :10737000DBFF0F0EEECFDBFF100EEECFDBFF090EB3 :10738000DB6A0A0EDB6A0B0EDB6A0C0EDB6AD95075 :10739000190FE96E000EDA20EA6E020EEE26000EDC :1073A000EE22EE22EE22D950010FE96E000EDA2015 :1073B000EA6E050EEECFDBFF060EEECFDBFF070E0B :1073C000EECFDBFF080EEECFDBFFD950090FE96EE1 :1073D000000EDA20EA6EEE2A000EEE22EE22EE22F7 :1073E000D950010FE96E000EDA20EA6EEECFE6FF0B :1073F000EECFE6FFEECFE6FFEFCFE6FFFC0EDBCFF2 :10740000E9FFFD0EDBCFEAFFEECFE6FFEFCFE6FFB1 :107410004BEC0AF0186E060EE15C02E2E16AE552FE :10742000E16E1850010E36C0DBFF020E37C0DBFFE5 :10743000030E38C0DBFF040E39C0DBFFD950010F4B :10744000E96E000EDA20EA6ED880010EEE54000ECE :10745000EE54000EEE54000EEE5402E384EF40F0C2 :10746000D950010FE96E000EDA20EA6EE868EE18D6 :107470000BE1E868EE1808E1E868EE1805E1E86855 :10748000EE1802E19DEF3FF0010E186E196A1A6ABC :107490001B6AD950050FE96E000EDA20EA6EEE5035 :1074A0001826EE501922EE501A22EE501B22D95007 :1074B000010FE96E000EDA20EA6EEE50181808E1AE :1074C000EE50191805E1EE501A1802E1EE501B18A3 :1074D00001E169D7150EDBCF18F0160EDBCF19F0DE :1074E000170EDBCF1AF0180EDBCF1BF0D950190F97 :1074F000E96E000EDA20EA6EEE50185CEE50195874 :10750000EE501A58EE501B583CE3D9501D0FE96E4F :10751000000EDA20EA6EEECFF3FFEDCFF4FF040E9B :10752000EE26000EEF22F3CFE9FFF4CFEAFF090EBB :10753000DBCFEEFF0A0EDBCFEEFF0B0EDBCFEEFF55 :107540000C0EDBCFEEFFD9501D0FE96E000EDA20D6 :10755000EA6EEECFF3FFEDCFF4FF040EEE26000E41 :10756000EF22F3CFE9FFF4CFEAFF0D0EDBCFEEFF02 :107570000E0EDBCFEEFF0F0EDBCFEEFF100EDBCFDC :10758000EEFF010EDBCF18F0020EDBCF19F0030E79 :10759000DBCF1AF0040EDBCF1BF0FC0EDBCFE9FFD4 :1075A000FD0EDBCFEAFFEE50EFCFEAFFE96E160EDD :1075B000E926000EEA22EE50185CEE501958EE5003 :1075C0001A58EE501B5801E2C8D6FC0EDBCFE9FF7B :1075D000FD0EDBCFEAFF200EE926000EEA22EE5078 :1075E000EFCFEAFFE96E190EDBCFEEFF1A0EDBCF0D :1075F000EEFF1B0EDBCFEEFF1C0EDBCFEEFF150EFA :10760000DBCF18F0160EDBCF19F0170EDBCF1AF018 :10761000180EDBCF1BF0D950190FE96E000EDA20DF :10762000EA6EEE50185CEE501958EE501A58EE50B3 :107630001B580CE31D0EDBCFE9FF1E0EDBCFEAFF6C :10764000EE6AEE6AEE6AEE6A56EF41F0110EDF6EF8 :1076500056EF41F0F80EDBCF18F0F90EDBCF19F042 :10766000FA0EDBCF1AF0FB0EDBCF1BF0FC0EDBCFEC :10767000E9FFFD0EDBCFEAFF0A0EE926000EEA2243 :107680001850EE5C1950EE581A50EE581B50EE5838 :1076900016E2FC0EDBCFE9FFFD0EDBCFEAFF0A0EA0 :1076A000E926000EEA22F80EEECFDBFFF90EEECF50 :1076B000DBFFFA0EEECFDBFFFB0EEECFDBFFFC0EA7 :1076C000DBCFE9FFFD0EDBCFEAFF060EE926000E59 :1076D000EA22F80EDBCFEEFFF90EDBCFEEFFFA0E5B :1076E000DBCFEEFFFB0EDBCFEEFFF80EDBCF18F0AB :1076F000F90EDBCF19F0FA0EDBCF1AF0FB0EDBCF61 :107700001BF0185019101A101B1002E156EF41F02F :10771000F80EDBCF1CF0F90EDBCF1DF0FA0EDBCF3D :107720001EF0FB0EDBCF1FF01C06000E1D5A1E5A6A :107730001F5A1CC0E6FF1DC0E6FF1EC0E6FF1FC0AB :10774000E6FFFC0EDBCFE6FFFD0EDBCFE6FFBDEC78 :1077500013F0206E060EE15C02E2E16AE552E16E92 :10776000205036C018F037C019F038C01AF039C0B0 :107770001BF0FC0EDBCFE9FFFD0EDBCFEAFF120EA4 :10778000E926000EEA2236C0EEFF19C0EEFF1AC04D :10779000EEFF1BC0EEFFFC0EDBCFE9FFFD0EDBCFE3 :1077A000EAFF120EE926000EEA22EECFE6FFEECF48 :1077B000E6FFEECFE6FFEFCFE6FFFC0EDBCFE9FF03 :1077C000FD0EDBCFEAFFEECFE6FFEFCFE6FFBBEC2F :1077D00009F0186E060EE15C02E2E16AE552E16E24 :1077E0001850110E36C0DBFF120E37C0DBFF130E30 :1077F00038C0DBFF140E39C0DBFF110EDBCF18F0F1 :10780000120EDBCF19F0130EDBCF1AF0140EDBCF04 :107810001BF0185019101A101B1002E184EF40F0F1 :10782000F80EDBCF18F0F90EDBCF19F0FA0EDBCF34 :107830001AF0FB0EDBCF1BF01806000E195A1A5A6D :107840001B5A090ED8901B321A3219321832E80628 :10785000F9E1FC0EDBCFE9FFFD0EDBCFEAFFEE50D6 :10786000EFCFEAFFE96E020EE926000EEA22EF04EE :107870001D6A1E6A1F6AE85018161D5019161E5000 :107880001A161F501B16D950110FE96E000EDA2080 :10789000EA6E1850EE261950EE221A50EE221B50B6 :1078A000EE22FC0EDBCFE9FFFD0EDBCFEAFF060E7A :1078B000E926000EEA22EECF18F0EECF19F0EECF57 :1078C0001AF0010E19161A6A1B6A185019101A10AC :1078D0001B1002E156EF41F0110EDBCF1CF0120E2F :1078E000DBCF1DF0130EDBCF1EF0140EDBCF1FF02D :1078F000FC0EDBCFE9FFFD0EDBCFEAFF160EE9261B :10790000000EEA221C50EE1808E11D50EE1805E1A9 :107910001E50EE1802E11F50EE1802E156EF41F042 :10792000FC0EDBCFE9FFFD0EDBCFEAFF160EE926EA :10793000000EEA22110EDBCFEEFF120EDBCFEEFFC0 :10794000130EDBCFEEFF140EDBCFEEFF56EF41F050 :10795000F80EDBCF18F0F90EDBCF19F0FA0EDBCF03 :107960001AF0FB0EDBCF1BF0FC0EDBCFE9FFFD0EA8 :10797000DBCFEAFF0A0EE926000EEA221850EE5C81 :107980001950EE581A50EE581B50EE5823E2FC0ED8 :10799000DBCFE9FFFD0EDBCFEAFF040EE926000E88 :1079A000EA22EF50020B16E1FC0EDBCFE9FFFD0EE1 :1079B000DBCFEAFF0A0EE926000EEA22F80EEECF30 :1079C000DBFFF90EEECFDBFFFA0EEECFDBFFFB0E97 :1079D000EECFDBFFFC0EDBCFE9FFFD0EDBCFEAFFD6 :1079E000060EE926000EEA222B0EEECFDBFF2C0E50 :1079F000EECFDBFF2D0EEECFDBFF2E0EEECFDBFF4B :107A0000270EDB6A280EDB6A290EDB6A2A0EDB6A88 :107A1000FC0EDBCFE9FFFD0EDBCFEAFF060EE92609 :107A2000000EEA22EE6AEE6AEE6AEE6AF80EDBCF2C :107A300018F0F90EDBCF19F0FA0EDBCF1AF0FB0EBF :107A4000DBCF1BF0185019101A101B1001E18BD35B :107A5000FC0EDBCFE9FFFD0EDBCFEAFFEE50EFCFF0 :107A6000EAFFE96E020EE926000EEA22EFCF36F0B9 :107A7000376A386A396A3B6A020E3C6E3D6A3E6A72 :107A8000B4EC5EF0230E32C0DBFF240E33C0DBFF0C :107A9000250E34C0DBFF260E35C0DBFFD9502B0F7F :107AA000E96E000EDA20EA6ED880000EEE54000E69 :107AB000EE54000EEE54000EEE5401E3D7D02B0E20 :107AC000DBCF20F02C0EDBCF21F02D0EDBCF22F010 :107AD0002E0EDBCF23F02006000E215A225A235A05 :107AE00020C036F021C037F022C038F023C039F072 :107AF000230EDBCF3BF0240EDBCF3CF0250EDBCF9B :107B00003DF0260EDBCF3EF0ECEC5EF036C01CF014 :107B100037C01DF038C01EF039C01FF0F80EDBCFA3 :107B200018F0F90EDBCF19F0FA0EDBCF1AF0FB0ECE :107B3000DBCF1BF01806000E195A1A5A1B5A18C030 :107B400036F019C037F01AC038F01BC039F0230ED8 :107B5000DBCF3BF0240EDBCF3CF0250EDBCF3DF03E :107B6000260EDBCF3EF0ECEC5EF01C50365C1D5078 :107B700037581E5038581F50395801E277D02B0E15 :107B8000DBCF18F02C0EDBCF19F02D0EDBCF1AF067 :107B90002E0EDBCF1BF01806000E195A1A5A1B5A6C :107BA000230EDBCF1CF0240EDBCF1DF0250EDBCF28 :107BB0001EF0260EDBCF1FF01C06000E1D5A1E5AAB :107BC0001F5A1C1E1D1E1E1E1F1E1C5018161D5047 :107BD00019161E501A161F501B16FC0EDBCFE9FF9C :107BE000FD0EDBCFEAFF060EE926000EEA2218C0E2 :107BF000EEFF19C0EEFF1AC0EEFF1BC0EEFFFC0E39 :107C0000DBCFE9FFFD0EDBCFEAFF060EE926000E13 :107C1000EA22EECF18F0EECF19F0EECF1AF0EFCF48 :107C20001BF0D950F80FE96EFF0EDA20EA6E1850FB :107C3000EE5E1950EE5A1A50EE5A1B50EE5AFC0ED8 :107C4000DBCFE9FFFD0EDBCFEAFF120EE926000EC7 :107C5000EA221F0EEECFDBFF200EEECFDBFF210E60 :107C6000EECFDBFF220EEECFDBFF9AD0FC0EDBCF98 :107C7000E9FFFD0EDBCFEAFF0E0EE926000EEA2239 :107C80001F0EEECFDBFF200EEECFDBFF210EEECF7F :107C9000DBFF220EEECFDBFF1F0EDBCF18F0200E36 :107CA000DBCF19F0210EDBCF1AF0220EDBCF1BF059 :107CB000185019101A101B105DE1E66AE66AE66AB0 :107CC000E66AFC0EDBCFE9FFFD0EDBCFEAFFEECF6D :107CD000E6FFEFCFE6FF05EC11F0186E060EE15C53 :107CE00002E2E16AE552E16E18501F0E36C0DBFF7A :107CF000200E37C0DBFF210E38C0DBFF220E39C05B :107D0000DBFFD9501F0FE96E000EDA20EA6E010E7C :107D1000EE1807E1EE5005E1EE5003E1EE5001E10F :107D2000F3D1D9501F0FE96E000EDA20EA6EE86831 :107D3000EE180AE1E868EE1807E1E868EE1804E1D9 :107D4000E868EE1801E1F9D0FC0EDBCFE9FFFD0E8B :107D5000DBCFEAFF0E0EE926000EEA221F0EDBCF74 :107D6000EEFF200EDBCFEEFF210EDBCFEEFF220E6B :107D7000DBCFEEFFFC0EDBCFE9FFFD0EDBCFEAFF32 :107D8000120EE926000EEA221F0EDBCFEEFF200EB8 :107D9000DBCFEEFF210EDBCFEEFF220EDBCFEEFFBF :107DA0001F0EDBCF18F0200EDBCF19F0210EDBCF3A :107DB0001AF0220EDBCF1BF0185019101A101B10EE :107DC00001E1D1D1230EDBCF18F0240EDBCF19F067 :107DD000250EDBCF1AF0260EDBCF1BF0D950F80FA3 :107DE000E96EFF0EDA20EA6EEE50185CEE5019587C :107DF000EE501A58EE501B5801E320D1FC0EDBCF99 :107E0000E9FFFD0EDBCFEAFF040EE926000EEA22B1 :107E1000EF50020B52E0D9501F0FE96E000EDA202E :107E2000EA6EEECFE6FFEECFE6FFEECFE6FFEFCF56 :107E3000E6FFFC0EDBCFE9FFFD0EDBCFEAFFEECF66 :107E4000E6FFEFCFE6FF05EC11F0186E060EE15CE1 :107E500002E2E16AE552E16E18501F0E36C0DBFF08 :107E6000200E37C0DBFF210E38C0DBFF220E39C0E9 :107E7000DBFF1F0EDBCF18F0200EDBCF19F0210E39 :107E8000DBCF1AF0220EDBCF1BF0185019101A109E :107E90001B1041E1D950230FE96E000EDA20EA6E83 :107EA000F80EEECFDBFFF90EEECFDBFFFA0EEECFD2 :107EB000DBFFFB0EEECFDBFFC1D0D9501F0FE96E09 :107EC000000EDA20EA6EEECFE6FFEECFE6FFEECF51 :107ED000E6FFEFCFE6FFFC0EDBCFE9FFFD0EDBCFC9 :107EE000EAFFEECFE6FFEFCFE6FF4BEC0AF0186EAD :107EF000060EE15C02E2E16AE552E16E18501F0EE7 :107F000036C0DBFF200E37C0DBFF210E38C0DBFFA1 :107F1000220E39C0DBFFD9501F0FE96E000EDA20A8 :107F2000EA6EE868EE1816E1E868EE1813E1E86812 :107F3000EE1810E1E868EE180DE1FC0EDBCFE9FF6A :107F4000FD0EDBCFEAFF040EE926000EEA22EF8EDB :107F5000010EADD1D9501F0FE96E000EDA20EA6E86 :107F6000D880010EEE54000EEE54000EEE54000EBA :107F7000EE5401E3C9D01F0EDBCF18F0200EDBCF8B :107F800019F0210EDBCF1AF0220EDBCF1BF0FC0E16 :107F9000DBCFE9FFFD0EDBCFEAFFEE50EFCFEAFFCC :107FA000E96E160EE926000EEA22EE50185CEE503D :107FB0001958EE501A58EE501B5801E3A5D0FC0E8C :107FC000DBCFE9FFFD0EDBCFEAFF120EE926000E44 :107FD000EA221F0EDBCFEEFF200EDBCFEEFF210EDD :107FE000DBCFEEFF220EDBCFEEFFFC0EDBCFE9FF97 :107FF000FD0EDBCFEAFF060EE926000EEA22230E75 :10800000DB50EE26240EDB50EE22250EDB50EE2256 :10801000260EDB50EE22D950F80FE96EFF0EDA2063 :10802000EA6E230EDB50EE5E240EDB50EE5A250E78 :10803000DB50EE5A260EDB50EE5AC4D6FC0EDBCFD8 :10804000E9FFFD0EDBCFEAFF060EE926000EEA226D :10805000F80EDB50EE26F90EDB50EE22FA0EDB5066 :10806000EE22FB0EDB50EE22F80EDBCF18F0F90EFD :10807000DBCF19F0FA0EFB0E010E19161A6A1B6AF5 :10808000185019101A101B106EE0D9501F0FE96E0E :10809000000EDA20EA6EEECFE6FFEECFE6FFEECF7F :1080A000E6FFEFCFE6FFFC0EDBCFE9FFFD0EDBCFF7 :1080B000EAFFEECFE6FFEFCFE6FFBBEC09F0186E6C :1080C000060EE15C02E2E16AE552E16E1850270E0D :1080D00036C0DBFF280E37C0DBFF290E38C0DBFFC0 :1080E0002A0E39C0DBFF270EDBCF18F0280EDBCFBE :1080F00019F0290EDBCF1AF02A0EDBCF1BF0185037 :1081000019101A101B100DE1FC0EDBCFE9FFFD0E5C :10811000DBCFEAFF040EE926000EEA22EF8E020E04 :10812000C6D0F80EDBCF18F0F90EDBCF19F0FA0E3F :10813000DBCF1AF0FB0EDBCF1BF0090ED8901B3201 :108140001A3219321832E806F9E1D950270FE96ED0 :10815000000EDA20EA6E1850EE261950EE221A5060 :10816000EE221B50EE22FC0EDBCFE9FFFD0EDBCF33 :10817000EAFF060EE926000EEA22EECF18F0EECF57 :1081800019F0010E19161A6A1B6A185019101A10E4 :108190001B1038E0270EDBCF1CF0280EDBCF1DF0C4 :1081A000290EDBCF1EF02A0EDBCF1FF0FC0EDBCF3B :1081B000E9FFFD0EDBCFEAFF160EE926000EEA22EC :1081C0001C50EE1808E11D50EE1805E11E50EE1887 :1081D00002E11F50EE1816E0FC0EDBCFE9FFFD0EAA :1081E000DBCFEAFF160EE926000EEA22270EDBCFD0 :1081F000EEFF280EDBCFEEFF290EDBCFEEFF2A0EBF :10820000DBCFEEFFFC0EDBCFE9FFFD0EDBCFEAFF9D :108210000A0EE926000EEA22EECF18F0EECF19F092 :10822000EECF1AF0EFCF1BF0FC0EDBCFE9FFFD0E17 :10823000DBCFEAFF060EE926000EEA22EE50185CBC :10824000EE501958EE501A58EE501B582FE2FC0E03 :10825000DBCFE9FFFD0EDBCFEAFF060EE926000EBD :10826000EA22EECF18F0EECF19F0EECF1AF0EFCFF2 :108270001BF0FC0EDBCFE9FFFD0EDBCFEAFF0A0EA1 :10828000E926000EEA2218C0EEFF19C0EEFF1AC060 :10829000EEFF1BC0EEFFFC0EDBCFE9FFFD0EDBCFD8 :1082A000EAFF040EE926000EEA22EF8ADF50186E7C :1082B0002F0EE15C02E2E16AE552E16E1850E552F0 :1082C000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF4B :1082D000E6FFE1CFD9FFE2CFDAFF0F0EE12402E3A0 :1082E000E168E652E16ED950FC0FE96EFF0EDA202C :1082F000EA6EEE50ED1002E1090EEDD0E66AFC0EDA :10830000DBCFE9FFFD0EDBCFEAFFE9CF18F0EACFC4 :1083100019F0E9CFE6FFEACFE6FFD950FA0FE66E93 :10832000FF0EDA20E66E7BEC22F01A6E050EE15CA1 :1083300002E2E16AE552E16E1A50DF6EFC0EDBCF1D :10834000E9FFFD0EDBCFEAFF010EEECFDBFF020EF1 :10835000EDCFDBFFDF5001E0B5D0D950030F186E31 :10836000000EDA20196EFC0EDBCFE9FFFD0EDBCF2D :10837000EAFF140EE926000EEA2218C0EEFF19C02B :10838000EDFFFA0EDBCFE6FFFB0EDBCFE6FFFC0EC8 :10839000DBCFE6FFFD0EDBCFE6FFD2EC20F0E552AF :1083A000E552E552E552DF6EDF5001E084D0FC0E6D :1083B000DBCFE9FFFD0EDBCFEAFF120EE926000E50 :1083C000EA22EE50ED104AE0FC0EDBCFE9FFFD0E95 :1083D000DBCFEAFF120EE926000EEA22EE50EFCFC5 :1083E000EAFFE96E0B0EE926000EEA22EF50100BB1 :1083F00033E0FC0EDBCFE9FFFD0EDBCFEAFF120E10 :10840000E926000EEA22EECFE6FFEFCFE6FF010EEF :10841000DBCFE6FF020EDBCFE6FFECEC1AF0E55215 :10842000E552E552E55237C019F038C01AF039C0AC :108430001BF0FC0EDBCFE9FFFD0EDBCFEAFF060EE3 :10844000E926000EEA2236C0EEFF19C0EEFF1AC080 :10845000EEFF1BC0EEFF02D0050EDF6EDF502BE1FA :10846000010EDBCFE9FF020EDBCFEAFF060EE926A5 :10847000000EEA22EECF18F0EFCF19F0FC0EDBCFA2 :10848000E9FFFD0EDBCFEAFF020EE926000EEA222D :1084900018C0EEFF19C0EDFFE66EE66AFC0EDBCFFA :1084A000E6FFFD0EDBCFE6FFB3EC14F0E552E5523C :1084B000E552E552DF6E040EDF5C02E1050EDF6E71 :1084C000DF5008E0FC0EDBCFE9FFFD0EDBCFEAFF5B :1084D000EE6AED6ADF50186E0F0EE15C02E2E16AAF :1084E000E552E16E1850E552E5CFDAFFE7CFD9FF4C :1084F0001200D9CFE6FFDACFE6FFE1CFD9FFE2CF16 :10850000DAFF0D0EE12402E3E168E652E16EFC0EB3 :10851000DBCFE6FFFD0EDBCFE6FFAEEC29F0E55248 :10852000E552DF6EDF5001E085D0D950FA0FE96ED9 :10853000FF0EDA20EA6EEE50ED1011E1000EE66E4D :10854000E66AFC0EDBCFE6FFFD0EDBCFE6FFB3EC09 :1085500014F0E552E552E552E552DF6E6BD0D9508A :10856000010F186E000EDA20196EFC0EDBCFE9FF4A :10857000FD0EDBCFEAFF140EE926000EEA2218C03A :10858000EEFF19C0EDFFE66EE66AFC0EDBCFE6FFFC :10859000FD0EDBCFE6FF5AEC1CF0E552E552E5524A :1085A000E552DF6E040EDF5C0FE1FC0EDBCFE9FF6E :1085B000FD0EDBCFEAFF0E0EE926000EEA22EE6A80 :1085C000EE6AEE6AEE6ADF6ADF5034E1FA0EDBCF64 :1085D000E6FFFB0EDBCFE6FFFC0EDBCFE6FFFD0E7A :1085E000DBCFE6FF71EC1FF0E552E552E552E552B4 :1085F000000EE66EE66AFC0EDBCFE6FFFD0EDBCF7B :10860000E6FF23EC17F0E552E552E552E552DF6E46 :10861000040EDF5C0FE1FC0EDBCFE9FFFD0EDBCFCC :10862000EAFF0E0EE926000EEA22EE6AEE6AEE6A14 :10863000EE6ADF6ADF50186E0D0EE15C02E2E16A5D :10864000E552E16E1850E552E5CFDAFFE7CFD9FFEA :02865000120016 :0E865200D9CFE6FFDACFE6FFE1CFD9FFE2CFC6 :10866000DAFFFD0EDB50C96EFD0EDB50046EC7A0B5 :10867000FED78B80C950176E8B90E552E5CFDAFF9D :10868000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF7F :10869000D9FFE2CFDAFFE652E652010EDB6ADF6A6B :1086A000020EDF5C15E2DF50B70DF3CFE9FFF4CF28 :1086B000EAFF320EE926030EEA222F0EE926000E0B :1086C000EA22EF5003E0DE52010EDD6EDF2AE8D72A :1086D000010EDB50056EE552E552E552E5CFDAFFBB :1086E000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF1F :1086F000D9FFE2CFDAFFE652E652E652E652E65200 :10870000000EDE6E090EDD6EE66A010EE66EE66AAA :10871000DECFE6FFDDCFE6FF76EC5DF0186E050EEE :10872000E15C02E2E16AE552E16E1850DECFE9FF5A :10873000DDCFEAFF560EEF6EDECFE9FFDDCFEAFFB9 :10874000EE52CB0EEF6EDECFE9FFDDCFEAFF020E79 :10875000E926000EEA22100EEF6EDECFE9FFDDCF34 :10876000EAFF040EE926000EEA22010EEF6EDECFCC :10877000E9FFDDCFEAFF050EE926000EEA22010E31 :10878000EF6EDECFE9FFDDCFEAFF0A0EE926000E2D :10879000EA22430EEF6EF29EF29CDECFE9FFDDCFC0 :1087A000EAFF0C0EE926000EEA22C0C0EFFFDECF82 :1087B000E9FFDDCFEAFF0D0EE926000EEA22BFC079 :1087C000EFFF640E0001C125E66EDECFE9FFDDCFCD :1087D000EAFF0E0EE926000EEA22E552E750EF6EA0 :1087E000F28EF28CDECFE9FFDDCFEAFF1B0EE92629 :1087F000000EEA22030EEF6EDECFE9FFDDCFEAFFC7 :108800001C0EE926000EEA22480EEF6EDECFE9FFCD :10881000DDCFEAFF1D0EE926000EEA22C00EEF6E44 :10882000DECFE9FFDDCFEAFF1E0EE926000EEA22C9 :10883000080EEF6EDECFE9FFDDCFEAFF1F0EE9265F :10884000000EEA22010EEF6ED50E186EBE0E196EE6 :108850001A6A18C0E6FFE66E1AC0E6FFDECFE9FF2F :10886000DDCFEAFF200EE926000EEA22E9CF1BF059 :10887000EACF1CF0E9CFE6FFEACFE6FFB1EC5DF00E :108880001D6E050EE15C02E2E16AE552E16E1D50EB :10889000D950030FE66E000EDA20E66EE66A010E8E :1088A000E66E000EE66E090EE66EFC0EDBCFE6FF0E :1088B000FD0EDBCFE6FFECEC31F0186E080EE15C4C :1088C00002E2E16AE552E16E1850E76E020EE7CF70 :1088D000DBFFDB5028E1FC0EDBCFE6FFFD0EDBCF3C :1088E000E6FFB0EC37F0E552E552E76E020EE7CF57 :1088F000DBFFDB5018E1E66AE66AE66AE66AFC0E30 :10890000DBCFE6FFFD0EDBCFE6FFFBEC38F0186EA9 :10891000060EE15C02E2E16AE552E16E1850E76E94 :10892000020EE7CFDBFF000E186E050EE15C02E2DF :10893000E16AE552E16E1850E552E5CFDAFFE7CF84 :10894000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF9A :10895000E2CFDAFF0C0EE12402E3E168E652E16EB9 :10896000FD0EDB50B70DF3CF18F0F4CF19F0320E37 :108970001826030E19220A0E18C0DBFF0B0E19C0B1 :10898000DBFF0A0EDBCFE9FF0B0EDBCFEAFF2F0E7A :10899000E926000EEA22EF5002E0000E77D2FD0E2B :1089A000DB50B70DF3CFE9FFF4CFEAFF320EE92633 :1089B000030EEA22220EE926000EEA22E9CFDEFFAC :1089C000EACFDDFFDECFE9FFDDCFEAFFEF5030E198 :1089D000CD0E186EBE0E196E1A6A18C0E6FFE66E4E :1089E0001AC0E6FFDECFE6FFDDCFE6FFB1EC5DF0BB :1089F0001B6E050EE15C02E2E16AE552E16E1B507E :108A0000FD0EDB50300FE66EDECFE9FFDDCFEAFF73 :108A1000070EE926000EEA22E552E750EF6EDECFA0 :108A2000E9FFDDCFEAFF080EE926000EEA22EF6A31 :108A3000030EF36E070EF3CFDBFFFC0EDBA203D0B9 :108A4000070EF36E05D0DBA405D0010EF36E070E02 :108A5000F3CFDBFF070EDBCFE6FFDECFE6FFDDCF98 :108A6000E6FF0A0EDBCFE9FF0B0EDBCFEAFFE9CF13 :108A700018F0EACF19F0E9CFE6FFEACFE6FF6BEC9A :108A80002AF01A6E050EE15C02E2E16AE552E16E3F :108A90001A50E76E020EE7CFDBFFDB5001E0F4D1A6 :108AA000FC0EDB50030B58E10A0EDBCFE9FF0B0E87 :108AB000DBCFEAFF370EE926000EEA22E9CF18F0F5 :108AC000EACF19F00A0EDBCFE9FF0B0EDBCFEAFF8E :108AD000200EE926000EEA2218C0EEFF19C0EDFFB5 :108AE0000A0EDBCFE9FF0B0EDBCFEAFF370EE926DC :108AF000000EEA22200EEE6EEE6AEE6AEE6AE6687C :108B0000E668E668E6680A0EDBCFE9FF0B0EDBCF0E :108B1000EAFFE9CF18F0EACF19F0E9CFE6FFEACF94 :108B2000E6FFFBEC38F01A6E060EE15C02E2E16A49 :108B3000E552E16E1A50E76E020EE7CFDBFFDB5025 :108B40000BE10A0EDBCFE9FF0B0EDBCFEAFF2F0EA6 :108B5000E926000EEA22EF82FC0EDBA218D00A0EF4 :108B6000DBCFE9FF0B0EDBCFEAFFE9CF18F0EACF4E :108B700019F0E9CFE6FFEACFE6FFB5DDE552E552B1 :108B8000E76E020EE7CFDBFFDB5001E06BD1D9507F :108B9000030FE66E000EDA20E66EE66A010EE66E60 :108BA000000EE66E090EE66E0A0EDBCFE9FF0B0E35 :108BB000DBCFEAFFE9CF18F0EACF19F0E9CFE6FF03 :108BC000EACFE6FF51EC2DF01A6E080EE15C02E2EE :108BD000E16AE552E16E1A50E76E020EE7CFDBFF65 :108BE000DB5001E03FD1D950030FE96E000EDA20CF :108BF000EA6EEE5001E01AD1010EED1801E016D137 :108C0000D950080FE96EDACFEAFF000EEA22000E13 :108C1000EE6E090EED6E080EDBCFE9FF090EDBCF1D :108C2000EAFFEF50560801E001D1080EDBCFE9FF63 :108C3000090EDBCFEAFFEE52EF50CB0801E0F6D091 :108C4000080EDBCFE9FF090EDBCFEAFF020EE926B3 :108C5000000EEA22EF50100801E0E8D0FC0EDBA481 :108C60000CD00A0EDBCFE9FF0B0EDBCFEAFF320E92 :108C7000E926000EEA22010E1DD0080EDBCFE9FF27 :108C8000090EDBCFEAFF070EE926000EEA22EF50BD :108C9000800B02E0010E01D0000EE66E0A0EDBCF63 :108CA000E9FF0B0EDBCFEAFF320EE926000EEA22C7 :108CB000E552E750EF6E080EDBCFE9FF090EDBCF80 :108CC000EAFF1B0EE926000EEA22EF50030B196E95 :108CD000186A0A0EDBCFE9FF0B0EDBCFEAFF330E7B :108CE000E926000EEA2218C0EEFF19C0EDFF080EBB :108CF000DBCFE9FF090EDBCFEAFF1C0EE926000EF1 :108D0000EA22EF50186E196A0A0EDBCFE9FF0B0E4C :108D1000DBCFEAFF330EE926000EEA221850EE26DA :108D20001950ED220A0EDBCFE9FF0B0EDBCFEAFF75 :108D3000360EE926000EEA22200EEF6E080EDBCF7B :108D4000E9FF090EDBCFEAFF1D0EE926000EEA223D :108D5000EF500EE0080EDBCFE9FF090EDBCFEAFF94 :108D60001D0EE926000EEA22EF50186E196A03D094 :108D7000186A010E196E050E18C0DBFF060E19C029 :108D8000DBFF0A0EDBCFE9FF0B0EDBCFEAFF360E6F :108D9000E926000EEA22EF50186E196A050EDBCFA5 :108DA00038F0060EDBCF39F018C03DF019C03EF0A8 :108DB00049EC5FF03850E66E0A0EDBCFE9FF0B0E90 :108DC000DBCFEAFF350EE926000EEA22E552E75036 :108DD000EF6E080EDBCFE9FF090EDBCFEAFF1D0EB9 :108DE000E926000EEA22EFCF18F00A0EDBCFE9FFEA :108DF0000B0EDBCFEAFF360EE926000EEA22EFCF9C :108E000019F019C03EF018C039F08DEC5FF0355004 :108E10000DE10A0EDBCFE9FF0B0EDBCFEAFF350ECB :108E2000E926000EEA22EF50080806E2090EF36E6A :108E3000020EF3CFDBFF16D00A0EDBCFE9FF0B0EDD :108E4000DBCFEAFF300EEB6A310EEB6A0A0EDBCFA6 :108E5000E9FF0B0EDBCFEAFF2F0EE926000EEA2218 :108E6000EF8014D00A0EDBCFE9FF0B0EDBCFEAFF59 :108E7000E9CF18F0EACF19F0E9CFE6FFEACFE6FF35 :108E8000D6EC38F0E552E552020EDB50186E0C0EAF :108E9000E15C02E2E16AE552E16E1850E552E5CF8D :108EA000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF2E :108EB000E1CFD9FFE2CFDAFFE6520E6ADF6A020E97 :108EC000DF5C27E2E66ADFCFE6FF3CDDE552E552F4 :108ED00000091DE1010E056EDF50B70DF3CFE9FF6C :108EE000F4CFEAFF320EE926030EEA22320EE9261B :108EF000000EEA22EF500BE0800EDF5206E0DFCFDB :108F0000F3FFE8327F0BF306FCE102090E6EDF2A65 :108F1000D6D743EC43F0055002E0000E01D0010E1D :108F2000E552E552E5CFDAFFE7CFD9FF1200D9CFFE :108F3000E6FFDACFE6FFE1CFD9FFE2CFDAFFE65274 :108F4000E652FD0EDB50B70DF3CFE9FFF4CFEAFF99 :108F5000320EE926030EEA222F0EE926000EEA223F :108F6000EF5027E0FD0EDB50B70DF3CFE9FFF4CF54 :108F7000EAFF320EE926030EEA22E9CF18F0EACF23 :108F800019F0E9CFE6FFEACFE6FFD6EC38F0E5527C :108F9000E552FD0EDB50B70DF3CFE9FFF4CFEAFF4A :108FA000320EE926030EEA222F0EE926000EEA22EF :108FB000EF6A43EC43F0E552E552E552E5CFDAFFC4 :108FC000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF36 :108FD000D9FFE2CFDAFFE652DF6A020EDF5C06E27B :108FE000DFCFE6FFA4DFE552DF2AF7D7E552E552EF :108FF000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF0E :10900000E6FFE1CFD9FFE2CFDAFF070EE12402E36A :10901000E168E652E16E0C50B70DF3CF18F0F4CFD3 :1090200019F0320E1826030E192218C0DEFF19C0DF :10903000DDFFDECFE9FFDDCFEAFF350EE926000ECA :10904000EA22EF500D5C0CE2DECFE9FFDDCFEAFF54 :10905000360EE926000EEA22EF50D880095402E2CB :10906000130E12D1DECFE9FFDDCFEAFF360EE9267F :10907000000EEA22EFCF24F0256A266A276ADECFA7 :10908000E9FFDDCFEAFF350EE926000EEA22EFCF39 :1090900020F0216A226A236A0AC01CF00BC01DF06E :1090A0001E6A1F6A0AC036F00BC037F01EC038F0C7 :1090B0001FC039F020C03BF021C03CF022C03DF081 :1090C00023C03EF0B4EC5EF032C018F033C019F0AB :1090D00034C01AF035C01BF032C036F033C037F060 :1090E00034C038F035C039F024C03BF025C03CF026 :1090F00026C03DF027C03EF0B4EC5EF0020E32C058 :10910000DBFF030E33C0DBFF040E34C0DBFF050EB4 :1091100035C0DBFFDECFE9FFDDCFEAFF360EE92603 :10912000000EEA22EFCF20F0216A226A236A0D5056 :109130001C6E1D6A1E6A1F6A0DC036F01DC037F016 :109140001EC038F01FC039F020C03BF021C03CF0F9 :1091500022C03DF023C03EF0B4EC5EF032C018F007 :1091600033C019F034C01AF035C01BF0D950020FCB :10917000E96E000EDA20EA6E3250EE261950EE2229 :109180001A50EE221B50EE22DECFE9FFDDCFEAFFC0 :10919000360EE926000EEA22EFCF20F0216A226A7D :1091A000236A09501C6E1D6A1E6A1F6A09C036F0C8 :1091B0001DC037F01EC038F01FC039F020C03BF092 :1091C00021C03CF022C03DF023C03EF0ECEC5EF04C :1091D00033C019F034C01AF035C01BF0D950020F5B :1091E000E96E000EDA20EA6E3250EE261950EE22B9 :1091F0001A50EE221B50EE22D950020FE96E000EDB :10920000DA20EA6EEF50EE6AEFCFF4FFEE6EEF5029 :10921000F4CFEEFFEF6ED950020FE96E000EDA20A8 :10922000EA6EEE52EE2A000EEE22EE22D950020F26 :10923000E96E000EDA20EA6EEECFE6FFEECFE6FF33 :10924000EECFE6FFEFCFE6FFDECFE9FFDDCFEAFFAF :10925000E9CF18F0EACF19F0E9CFE6FFEACFE6FF51 :10926000FBEC38F01A6E060EE15C02E2E16AE552B0 :10927000E16E1A50E76E060EE7CFDBFFDB5003E02E :10928000060EDB5001D0000E186E070EE15C02E204 :10929000E16AE552E16E1850E552E5CFDAFFE7CF1B :1092A000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF31 :1092B000E2CFDAFFE652E652E652E652E6520C50B0 :1092C000B70DF3CF18F0F4CF19F0320E1826030EB5 :1092D000192218C0DEFF19C0DDFFD950020FE66E5B :1092E000000EDA20E66EE66A010EE66E000EE66E0D :1092F000090EE66EDECFE9FFDDCFEAFFE9CF18F019 :10930000EACF19F0E9CFE6FFEACFE6FF51EC2DF006 :109310001A6E080EE15C02E2E16AE552E16E1A5053 :10932000E76E040EE7CFDBFFDB50186E050EE15C45 :1093300002E2E16AE552E16E1850E552E5CFDAFF4C :10934000E7CFD9FF1200D9CFE6FFDACFE6FFE1CFB2 :10935000D9FFE2CFDAFFE652E652E652E652E65293 :109360000C50B70DF3CF18F0F4CF19F0320E1826C9 :10937000030E192218C0DEFF19C0DDFFD950020FFD :10938000E66E000EDA20E66EE66A010EE66E000E6C :10939000E66E090EE66EDECFE9FFDDCFEAFFE9CF2C :1093A00018F0EACF19F0E9CFE6FFEACFE6FFECECE0 :1093B00031F01A6E080EE15C02E2E16AE552E16EFC :1093C0001A50E76E040EE7CFDBFFDB500FE1DECF74 :1093D000E9FFDDCFEAFF300EE926000EEA22580E43 :1093E000EE6E020EED6E0001010EBA6F040EDB5040 :1093F000186E050EE15C02E2E16AE552E16E18507A :10940000E552E5CFDAFFE7CFD9FF1200D9CFE6FF6B :10941000DACFE6FFE1CFD9FFE2CFDAFFE652E6523C :10942000E652E652E652DE52010EDD6E020EDB6AB5 :10943000DF6A020EDF5C5EE2DF50B70DF3CF18F09B :10944000F4CF19F0320E1826030E1922030E18C09D :10945000DBFF040E19C0DBFF030EDBCFE9FF040EB8 :10946000DBCFEAFF2F0EE926000EEA22EF5040E0A4 :10947000010EF36E020EF3CFDBFF030EDBCFE9FF2D :10948000040EDBCFEAFF300EE926000EEA22EE5092 :10949000ED102EE0030EDBCFE9FF040EDBCFEAFF79 :1094A000300EE926000EEA22EE06EF5A030EDBCF5D :1094B000E9FF040EDBCFEAFF300EE926000EEA22B8 :1094C000EE50ED1013E1030EDBCFE9FF040EDBCF0E :1094D000EAFFE9CF18F0EACF19F0E9CFE6FFEACFCB :1094E000E6FFB0EC37F0E552E55202D0010EDB6A40 :1094F000DF2A9FD7020EDB5005E0010EDB5002E0B1 :109500000001BA6B050EE15C02E2E16AE552E16E30 :10951000E552E5CFDAFFE7CFD9FF1200D9CFE6FF5A :10952000DACFE6FFE1CFD9FFE2CFDAFFE652DF6A1A :10953000020EDF5C1EE2B70EE66EE66AE66ADF50F8 :10954000B70DF3CF18F0F4CF19F0320E1826030E32 :10955000192218C0E6FF19C0E6FF76EC5DF01A6E1E :10956000050EE15C02E2E16AE552E16E1A50DF2A83 :10957000DFD7400EE66E29EC43F0E552E552E552A6 :10958000E5CFDAFFE7CFD9FF12000150030A28E048 :10959000010A1DE0030A16E001AC39D00F0E0114D8 :1095A000F66EF76AD890F636F736DE0EF626BE0E61 :1095B000F7220900F5CF18F00800F5CF19F0010ED9 :1095C000E66E23D01ADD000910E1500E3BD0580E94 :1095D000026E13DD000909E165DE000934E00CD0FC :1095E000580E026E0ADD000904E0510E026E100EE4 :1095F00006D0A9DE000927E0510E026E400E076E6C :1096000022D019C0FAFF1850F96EFBDF1AD001AE54 :109610001AD00F0E0114F66EF76AD890F636F736A8 :10962000DE0EF626BE0EF7220900F5CF18F0080070 :10963000F5CF19F0E66A04D019C0FAFF1850F96E98 :10964000FBDFE552026E0250E66E29EC43F0E55274 :02965000120006 :0E965200D9CFE6FFDACFE6FFE1CFD9FFE2CFB6 :10966000DAFFFD0EDB50C96EC7A0FED7C950E55228 :10967000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF87 :10968000E6FFE1CFD9FFE2CFDAFFE6520001640E38 :10969000E16FE668DEDFE552E668DBDFE552DF6EAC :1096A000FF0EDF5C03E00001E151F6E1DF50E5521F :1096B000E552E5CFDAFFE7CFD9FF1200898AE668E5 :1096C000C8DFE55212001200899AD7DFF7DF0001E8 :1096D000F1811200D9CFE6FFDACFE6FFE1CFD9FF63 :1096E000E2CFDAFFE6520001280EE06FE668B1DF54 :1096F000E552DF6EFF0EDF5C03E10001E051F6E1B1 :10970000FE0EDF5C02E0000E23D0E668A2DFE55229 :10971000E66EFC0EDBCFE9FFDB2AFD0EDBCFEAFFB6 :1097200001E3DB2AE552E750EF6EFA0EDB06DBCFF2 :1097300018F0FB0E01E2DB06DBCF19F01850191010 :10974000E4E1E66886DFE552E66883DFE552010E74 :10975000E552E552E5CFDAFFE7CFD9FF1200D9CFC6 :10976000E6FFDACFE6FFE1CFD9FFE2CFDAFFE6523C :10977000E652E652010EDB6A020EF36EDB6E7DDF0F :10978000FF0830E1FB0EDBCFE6FF63DFE552FB0EA7 :10979000DB50FD0829E0FC0EDBCFE9FFDB2AFD0EE4 :1097A000DBCFEAFF01E3DB2AEF50E66E52DFE55242 :1097B000010EDB06DBCF18F0020E01E2DB06DBCF89 :1097C00019F018501910E7E1E66843DFE552E66842 :1097D00040DFE552E6683DDFE552DF6E1F0EDF1425 :1097E000050802E0000E01D0010EE552E552E552F7 :1097F000E552E5CFDAFFE7CFD9FF1200D9CFE6FF78 :10980000DACFE6FFE1CFD9FFE2CFDAFFE652E65248 :10981000FD0EDBAE19D0FD0EDB9EE66AE66AE66A57 :10982000E66A770EE66EEADF186E050EE15C02E28C :10983000E16AE552E16E1850E76E010EE7CFDBFFFB :10984000DB50010801E280D0898A899A16DFFF087F :1098500002E0FF0E7BD0FD0EDBCFE6FFFADEE55225 :10986000F90EDBCF18F0FA0EDBCF19F0FB0EDBCFD1 :109870001AF0FC0EDBCF1BF0180ED8901B321A32F8 :1098800019321832E806F9E11850E66EE2DEE552C8 :10989000F90EDBCF18F0FA0EDBCF19F0FB0EDBCFA1 :1098A0001AF0FC0EDBCF1BF0100ED8901B321A32D0 :1098B00019321832E806F9E11850E66ECADEE552B0 :1098C000F90EDBCF18F0FA0EDBCF19F0FB0EDBCF71 :1098D0001AF0FC0EDBCF1BF0080ED8901B321A32A8 :1098E00019321832E806F9E11850E66EB2DEE55298 :1098F000F90EDBCFE6FFADDEE552010EDF6EFD0EA9 :10990000DB50400802E1950EDF6EFD0EDB5048088B :1099100002E1870EDF6EDFCFE6FF9BDEE552FD0E34 :10992000DB504C0803E1E66894DEE5520A0EDF6E78 :10993000E6688FDEE552E76E010EE7CFDBFFDB5016 :10994000800B02E0DF06F4E1010EDB50E552E55248 :10995000E552E5CFDAFFE7CFD9FF1200D9CFE6FF16 :10996000DACFE6FFE1CFD9FFE2CFDAFF070EE1243D :1099700002E3E168E652E16EFD0EDB5002E0010E0B :1099800008D10001F1B304D19EDE220EC66E0A0E8C :10999000DF6EDF5005E0E6685CDEE552DF06F9D7F2 :1099A000020EDB6AE66AE66AE66AE66A400EE66E80 :1099B00025DF186E050EE15C02E2E16AE552E16E18 :1099C0001850010801E0D4D00001C80EE06FAA0EC3 :1099D000E66E010EE66EE66AE66A480EE66E0EDF99 :1099E000186E050EE15C02E2E16AE552E16E185084 :1099F000010873E1DF6A040EDF5C16E2E66829DE27 :109A0000E552E66ED950030F186E000EDA20196E7B :109A1000DF500F011824E96E000E1920EA6EE5529E :109A2000E750EF6EDF2AE7D7050EDB0401E0A0D098 :109A3000060EDB50AA0801E09BD00001E05112E0C5 :109A4000E66AE66AE66A400EE66EE90EE66ED6DE85 :109A5000186E050EE15C02E2E16AE552E16E185013 :109A60000009EBE10001E05101E182D0E66AE66A1B :109A7000E66AE66A7A0EE66EC1DE186E050EE15CF5 :109A800002E2E16AE552E16E1850000971E1DF6A15 :109A9000040EDF5C16E2E668DCDDE552E66ED950C6 :109AA000030F186E000EDA20196EDF500F01182414 :109AB000E96E000E1920EA6EE552E750EF6EDF2ADC :109AC000E7D7030EDB50400B02E00C0E01D0040E72 :109AD000E76E020EE7CFDBFF4BD0E66AE66AE66A86 :109AE000E66AE90EE66E8ADE186E050EE15C02E2B9 :109AF000E16AE552E16E1850010806E3020EF36ECA :109B0000DB6EDE52E90E07D0010EF36E020EF3CFCC :109B1000DBFFDE52410EDD6E0001E05112E0E66A2D :109B2000E66AE66AE66A010EDBCFE6FF67DE186EDC :109B3000050EE15C02E2E16AE552E16E18500009AF :109B4000EBE10001E05112E0E66A020EE66EE66A21 :109B5000E66A500EE66E52DE186E050EE15C02E219 :109B6000E16AE552E16E1850000902E0020EDB6A7C :109B7000020EDB500001E26FE36BA0DD020EDB5052 :109B800005E00001F191200EC66E01D09DDD0001BF :109B9000F151186E070EE15C02E2E16AE552E16EF6 :109BA0001850E552E5CFDAFFE7CFD9FF1200D9CF41 :109BB000E6FFDACFE6FFE1CFD9FFE2CFDAFFFD0E15 :109BC000DB5002E0010E02D00001F151E552E5CF79 :109BD000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFF1 :109BE000E1CFD9FFE2CFDAFFFD0EDB5003E1F60E45 :109BF000DB0402E0040E4FD00001F1A102D0030EFD :109C00004AD00001E251080B12E1D950F70FE96E7A :109C1000FF0EDA20EA6E090EE76ED890EF36010EDD :109C2000EB36020EEB36030EEB36E706F6E1D950C3 :109C3000F70FE96EFF0EDA20EA6EEECFE6FFEECF09 :109C4000E6FFEECFE6FFEFCFE6FF510EE66ED6DD84 :109C5000186E050EE15C02E2E16AE552E16E185011 :109C6000000912E1E66A020EE66EFB0EDBCFE6FFAC :109C7000FC0EDBCFE6FF2EDDE552E552E552E55264 :109C8000000902E0F60EDB6A19DDF60EDB5002E099 :109C9000010E01D0000EE552E5CFDAFFE7CFD9FF84 :109CA0001200D9CFE6FFDACFE6FFE1CFD9FFE2CF4E :109CB000DAFFFD0EDB5003E1F60EDB0402E0040EDA :109CC00051D00001F1A102D0030E4CD0F1A502D079 :109CD000020E48D00001E251080B12E1D950F70FF3 :109CE000E96EFF0EDA20EA6E090EE76ED890EF36C5 :109CF000010EEB36020EEB36030EEB36E706F6E10D :109D0000D950F70FE96EFF0EDA20EA6EEECFE6FFCC :109D1000EECFE6FFEECFE6FFEFCFE6FF580EE66EA2 :109D20006DDD186E050EE15C02E2E16AE552E16E5E :109D30001850000910E1FE0EE66EFB0EDBCFE6FFC9 :109D4000FC0EDBCFE6FF0BDDE552E552E5520009E4 :109D500002E0F60EDB6AB2DCF60EDB5002E0010E2A :109D600001D0000EE552E5CFDAFFE7CFD9FF1200B0 :109D7000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFB6 :109D8000180EE12402E3E168E652E16EFA0EDBCF41 :109D900038F0FB0EDBCF39F0120E38C0DBFF130EAC :109DA00039C0DBFFFD0EDB5002E0040EBAD2000129 :109DB000F1A102D0030EB5D2010EDF6EFC0EDB5016 :109DC0000E0A01E180D2030A01E149D2010A01E150 :109DD00022D2070A01E1F9D1010A01E1EDD1090A14 :109DE00001E1F8D0010A01E1EBD0030A09E0010A20 :109DF00001E092D2899A41DCFF0801E08FD28AD239 :109E0000E66AE66AE66AE66A490EE66EF7DC186E0E :109E1000050EE15C02E2E16AE552E16E18500009CC :109E200001E07CD2100EE66EE66AD950020FE66EB3 :109E3000000EDA20E66E4EDCE552E552E552E552C0 :109E4000000901E16BD2060E186E020EDB5018C03D :109E5000E7FFE75204E0E8427F0BE706FCE1010878 :109E600034E10A0EDBCF1AF01AC01BF01A6A0B0E8F :109E7000DB5000011A24186E000E1B20196E010E13 :109E80001826000E1922140E18C0DBFF150E19C07B :109E9000DBFF160EDB6A170EDB6A140EDBCF18F041 :109EA000150EDBCF19F0160EDBCF1AF0170EDBCF35 :109EB0001BF00A0E1F0B01E170D1D890183619362D :109EC0001A361B36E806F9E168D10C0EDB501C6E21 :109ED0001D6A800E1C16000E1D16070ED8901D322E :109EE0001C32E804FBE1070EDB500F0B1C241A6E3A :109EF000000E1D201B6E0B0EDB50030BE8241A24F2 :109F0000186E000E1B20196E020E1826000E192264 :109F1000010E18C0DBFF090EDB501D6E1E6AD890C3 :109F20001D361E36D8901D361E36060E1C6E0A0EC5 :109F3000DB501CC0E7FFE75204E0E8427F0BE70676 :109F4000FCE100011D241A6E000E1E201B6E080E7F :109F5000DB50030B1F6E206A0A0ED8901F36203686 :109F6000E804FBE11A501F24186E1B502020196EC4 :109F7000010E1826000E1922140E18C0DBFF150E54 :109F800019C0DBFF160EDB6A170EDB6A140EDBCF7F :109F900018F0150EDBCF19F0160EDBCF1AF0170EE6 :109FA000DBCF1BF0010EDB50F70F1F0B01E1F5D0EB :109FB000D890183619361A361B36E806F9E1EDD076 :109FC000FA0EDBCFE9FFFB0EDBCFEAFFEE6A020EF3 :109FD000ED6EA0D10001E251040B49E0E66AE66AA9 :109FE000E66AE66ACD0EE66EFEEC4BF0186E050EE4 :109FF000E15C02E2E16AE552E16E1850000901E01D :10A000008DD1E66829EC4BF0E552100EE66EE66A5B :10A01000D950020FE66E000EDA20E66E6AEC4BF0C5 :10A02000E552E552E552E552000901E177D1DE52F1 :10A03000300EDD6E010EDB5007E0E66829EC4BF0D8 :10A04000E552010EDB06F6D7100E186E196A1A6A71 :10A050001B6A0C0EDB380F0B1F0B01E19ED0D89052 :10A06000183619361A361B36E806F9E196D0E66A34 :10A07000E66AE66AE66A490EE66EFEEC4BF0186E9A :10A08000050EE15C02E2E16AE552E16E185000095A :10A0900001E044D1100EE66EE66AD950020FE66E7A :10A0A000000EDA20E66E6AEC4BF0E552E552E5521E :10A0B000E552000901E132D10001E251020B34E026 :10A0C0000D0EDB501E6E1F6A800E1E16000E1F1630 :10A0D000070ED8901F321E32E804FBE10C0EDB5055 :10A0E0003F0BE82400011E241C6E000E1F201D6E75 :10A0F000010E1C26000E1D22060E206E0F0EDB50D8 :10A1000020C0E7FFE75204E0E8427F0BE706FCE1EE :10A11000FF0F1CC018F01DC019F03DE0D890183694 :10A120001936E804FBE137D00D0EDB50206E216AB2 :10A13000E00E2016000E2116050ED8902132203296 :10A14000E804FBE10D0EDB50030B080DF35000019A :10A1500020241E6E000E21201F6E010E1E26000EF2 :10A160001F220C0EDB507C0BE840E8403F0B1C6EBE :10A170001D6A010E1C26000E1D221CC038F01DC0D9 :10A1800039F01EC03DF01FC03EF010EC5FF036C04D :10A1900018F037C019F01A6A1B6AFA0EDBCFE9FF14 :10A1A000FB0EDBCFEAFF18C0EEFF19C0EEFF1AC0AE :10A1B000EEFF1BC0EEFFAED0120EDBCFE9FF130E99 :10A1C000DBCFEAFFE2C0EFFFA5D0E66AE66AE66A07 :10A1D000E66A490EE66EFEEC4BF0186E050EE15C89 :10A1E00002E2E16AE552E16E1850000901E096D002 :10A1F000100EE66EE66AFA0EDBCFE6FFFB0EDBCF53 :10A20000E6FF6AEC4BF0E552E552E552E5520009F3 :10A2100001E184D07FD0E66AE66AE66AE66A4A0E21 :10A22000E66EFEEC4BF0186E050EE15C02E2E16AB0 :10A23000E552E16E1850000971E1100EE66EE66A13 :10A24000FA0EDBCFE6FFFB0EDBCFE6FF6AEC4BF04E :10A25000E552E552E552E552000960E05BD0E66A5E :10A26000E66AE66AE66A7A0EE66EFEEC4BF0186E77 :10A27000050EE15C02E2E16AE552E16E1850000968 :10A280004DE1010EDB6A040EF36E010EDBCFF4FF2D :10A29000F350F45C3FE2E66829EC4BF0E552E66EE1 :10A2A000010EDB50E76EFA0EDBCFE9FFFB0EDBCFD2 :10A2B000EAFFE750E926000EEA22E552E750EF6E8A :10A2C000010EDB2AE0D7E66AE66AE66AE66ACD0EA8 :10A2D000E66EFEEC4BF0186E050EE15C02E2E16A00 :10A2E000E552E16E1850000919E1E66829EC4BF0DF :10A2F000E552400EE66EE66AFA0EDBCFE6FFFB0E95 :10A30000DBCFE6FF6AEC4BF0E552E552E552E55251 :10A31000000904E0DF6A02D0040EDF6E5EEC4BF051 :10A32000DF50186E180EE15C02E2E16AE552E16E60 :10A330001850E552E5CFDAFFE7CFD9FF1200D9CFA9 :10A34000E6FFDACFE6FFE1CFD9FFE2CFDAFFE65250 :10A35000E652E6520001E05101E0E007E15101E080 :10A36000E107E4C0DEFFE5C0DDFF300E8114E46FDD :10A37000E56BDECF18F0DDCF19F0E850181819E1C1 :10A38000E551191816E1020EF1C0DBFFDF50200B7A :10A3900003E0020EDB8402D0020EDB94DF50100BD0 :10A3A00004E0020EDB80DB8202D0020EDB92DBCF08 :10A3B000F1F0E552E552E552E552E5CFDAFFE7CF9D :10A3C000D9FF1200020E0001F11501E0000C010C92 :10A3D000D9CFE6FFDACFE6FF580EE552E5CFDAFF38 :10A3E000E7CFD9FF1200D9CFE6FFDACFE6FF060E9E :10A3F000136E146A0A01020E006F016F060EF66EEC :10A40000F76A0800F5CF02FA070EF66EF76A080041 :10A41000F5CF03FAFE0EF66EF7680800F5CF04FAE2 :10A42000F668F7680800F5CF05FA580EE552E5CF53 :10A43000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF88 :10A44000060E136E146AF29EF29CBBC000FABCC0EA :10A4500001FABDC002FAC1C003FABFC004FAC0C00D :10A4600005FAF28EF28C580EE552E5CFDAFFE7CF0F :10A47000D9FF1200D9CFE6FFDACFE6FFE1CFD9FF4F :10A48000E2CFDAFFFD0EDB5004E1060E136E146A14 :10A4900017D000CAC5F001CAC6F002CAC7F003CA85 :10A4A000CBF004CAC9F005CACAF00001010EC86F9A :10A4B000C50EE66E000EE66EFDEC56F0E552E55276 :10A4C000580EE552E5CFDAFFE7CFD9FF1200D9CF1A :10A4D000E6FFDACFE6FFE1CFD9FFE2CFDAFFFD0EEC :10A4E000DB0442E10001B5510AE0A00EE66E040E65 :10A4F000E66ED6EC38F0E552E5520001B56B00CAC5 :10A50000E6FF010EE66E0A0EE66EA00EE66E040E83 :10A51000E66E6BEC2AF0186E050EE15C02E2E16A71 :10A52000E552E16E1850126E185004E0136A146A76 :10A53000510E1BD00001010EB56F040E136E146A8C :10A54000E66EE66AAA0EE66E040EE66E000EE66E93 :10A550000A0EE66E4BEC5DF0186E060EE15C02E250 :10A56000E16AE552E16E1850580EE552E5CFDAFF88 :10A57000E7CFD9FF1200D9CFE6FFDACFE6FFE1CF70 :10A58000D9FFE2CFDAFFE652E6520001B5512AE0E8 :10A59000D9CFE6FFDACFE6FF13C0E6FF14C0E6FF2F :10A5A000000EE66E0A0EE66EA00EE66E040EE66E75 :10A5B00051EC2DF0186E080EE15C02E2E16AE55202 :10A5C000E16E1850126E18500FE1DECF13F0DDCFA0 :10A5D00014F0D9CFE9FFDACFEAFFEE50ED1006E133 :10A5E000500E05D0040E126E510E01D0580EE552D9 :10A5F000E552E552E5CFDAFFE7CFD9FF1200D9CF18 :10A60000E6FFDACFE6FFE1CFD9FFE2CFDAFFE6528D :10A61000E652FD0EDB5009E10001B55104E0136A7A :10A62000010E146E2CD0040E27D0D9CFE6FFDACF5E :10A63000E6FF13C0E6FF14C0E6FF000EE66E0A0E4A :10A64000E66EA00EE66E040EE66EECEC31F0186ECF :10A65000080EE15C02E2E16AE552E16E1850126E0A :10A6600018500BE1DECF18F0DDCF19F01350185C55 :10A670001450195804E2140E126E510E01D0580EE7 :10A68000E552E552E552E5CFDAFFE7CFD9FF1200F8 :10A69000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF8D :10A6A000E652E652E652E652FD0EDB502AE1000188 :10A6B000B55124E0040E136E146AA6C4DFFF010E28 :10A6C000A7C4DBFF020EA8C4DBFF030EA9C4DBFF97 :10A6D000040EE66EE66AD9CFE6FFDACFE6FF000E9B :10A6E000E66E0A0EE66E4BEC5DF0186E060EE15C4F :10A6F00002E2E16AE552E16E185037D0040E126EA4 :10A7000032D0040EE66EE66A000EE66E0A0EE66EC3 :10A71000D9CFE6FFDACFE6FF4BEC5DF0186E060E00 :10A72000E15C02E2E16AE552E16E1850D9CFE9FF3F :10A73000DACFEAFFEECFE6FFEECFE6FFEECFE6FFA1 :10A74000EFCFE6FFA00EE66E040EE66EFBEC38F0EF :10A75000186E060EE15C02E2E16AE552E16E185005 :10A76000126E185002E0510E01D0580E186E040EF1 :10A77000E15C02E2E16AE552E16E1850E552E5CF94 :10A78000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF35 :10A79000E1CFD9FFE2CFDAFF0001B5510FE0A00E03 :10A7A000E66E040EE66ED6EC38F0E552E552126E17 :10A7B000E85002E0510E03D00001B56B500EE55297 :10A7C000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF26 :10A7D000E6FFE1CFD9FFE2CFDAFFFD0EDB5004E167 :10A7E000020E136E146A1CD0150E0A01005D18E1EA :10A7F000040E0A01015D14E1E668FE0EE66E030E2A :10A80000E66EEDEC5DF0E552E552E552E668E6688D :10A81000030EE66EEDEC5DF0E552E552E552FF0009 :10A82000580E00D0E552E5CFDAFFE7CFD9FF12008E :10A83000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFEB :10A84000FD0EDB041AE1000EE66E0A0EE66E880EBF :10A85000E66E000EE66E65EC41F0E552E552E5521B :10A86000E552126EE85006E0136A146A0001B46BF8 :10A87000510E04D00001010EB46F580EE552E5CF21 :10A88000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF34 :10A89000E1CFD9FFE2CFDAFF0001B45103E1050EA9 :10A8A000126E11D09E0EE66E000EE66E880EE66EFB :10A8B000000EE66E79EC42F0E552E552E552E552C3 :10A8C000126EE85002E0510E1ED00001A75102E1C5 :10A8D000500E19D0160E136E146AE66E14C0E6FF01 :10A8E0009E0EE66E000EE66E000EE66E0A0EE66E38 :10A8F0004BEC5DF0186E060EE15C02E2E16AE55297 :10A90000E16E1850580EE552E5CFDAFFE7CFD9FFD8 :10A910001200D9CFE6FFDACFE6FFE1CFD9FFE2CFD1 :10A92000DAFFE652FD0EDB043FE1030E135C000E7E :10A93000145805E300CADFFF020EDF5C03E3130EC9 :10A94000126E30D0DFCFE6FF97EC47F0E552020EF3 :10A95000E66E0A0EE66EDF50B70DF3CFE9FFF4CFD7 :10A96000EAFF320EE926030EEA22220EE926000E45 :10A97000EA22E9CF18F0EACF19F0E9CFE6FFEACFF3 :10A98000E6FF90EC5DF0E552E552E552E55201CA72 :10A99000E6FF00CAE6FFA2EC44F0E552E552126E73 :10A9A000E85002E0510E01D0580EE552E552E5CFD5 :10A9B000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF03 :10A9C000E1CFD9FFE2CFDAFFE652E652E652FD0EC2 :10A9D000DB5001E0E8D0136A146ADF6A020EDF5C24 :10A9E00001E3E1D0DF50B70DF3CF18F0F4CF19F049 :10A9F000320E1826030E1922010E18C0DBFF020EBC :10AA000019C0DBFF010EDBCFE9FF020EDBCFEAFF4F :10AA10002F0EE926000EEA22EF50E66E13C0E9FF82 :10AA200014C0EAFF132A000E1422000EE9260A0EB3 :10AA3000EA22E552E750EF6E010EDBCFE9FF020E8E :10AA4000DBCFEAFF320EE926000EEA22EF50E66E77 :10AA500013C0E9FF14C0EAFF132A000E1422000EEF :10AA6000E9260A0EEA22E552E750EF6E010EDBCF2F :10AA7000E9FF020EDBCFEAFF330EE926000EEA22E1 :10AA8000EECF18F0EFCF19F019C018F0196A13C003 :10AA9000E9FF14C0EAFF132A1422000EE9260A0E69 :10AAA000EA2218C0EFFF010EDBCFE9FF020EDBCF79 :10AAB000EAFF330EE926000EEA22EECF18F0EFCFC0 :10AAC00019F0FF0E1816000E191613C0E9FF14C076 :10AAD000EAFF132A1422000EE9260A0EEA2218C001 :10AAE000EFFF010EDBCFE9FF020EDBCFEAFF350EF1 :10AAF000E926000EEA22EF50E66E13C0E9FF14C00B :10AB0000EAFF132A000E1422000EE9260A0EEA229A :10AB1000E552E750EF6E010EDBCFE9FF020EDBCF0F :10AB2000EAFF360EE926000EEA22EF50E66E13C069 :10AB3000E9FF14C0EAFF132A000E1422000EE926D2 :10AB40000A0EEA22E552E750EF6E0D0EE66EE66A57 :10AB5000010EDBCFE9FF020EDBCFEAFF220EE92672 :10AB6000000EEA22E9CF18F0EACF19F0E9CFE6FFAC :10AB7000EACFE6FF000E13241A6E0A0E14201B6E95 :10AB80001AC0E6FFE66E4BEC5DF01C6E060EE15C53 :10AB900002E2E16AE552E16E1C500D0E1326000E32 :10ABA0001422DF2A1BD7580EE552E552E552E55232 :0AABB000E5CFDAFFE7CFD9FF12006E :06ABBA00D9CFE6FFDACF5F :10ABC000E6FFE1CFD9FFE2CFDAFFE652E652DF6AD5 :10ABD000FD0EDB50F00BE8380F0BE76E010EE7CFF0 :10ABE000DBFFDBCF18F0000EE76E1818E8AE02D0DE :10ABF000183403D0E750D880185405E20A0EDF2637 :10AC0000010EDB06EED7FD0EDB500F0BDF26DF500B :10AC1000E552E552E552E5CFDAFFE7CFD9FF120062 :10AC2000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFF7 :10AC3000E652DF6AFD0EDBCF18F00A0EE76E181839 :10AC4000E8AE02D0E73402D0E750185C0CE30A0EFD :10AC5000186EFD0EDBCFE7FF1850E75EFD0EE7CF65 :10AC6000DBFFDF2AE7D7DF38F00BDF6EFD0EDB50AE :10AC7000DF12DF50E552E552E5CFDAFFE7CFD9FF2B :10AC80001200D9CFE6FFDACFE6FFE1CFD9FFE2CF5E :10AC9000DAFF71EC5AF0D00EE66E9CEC5BF0E552F8 :10ACA000000910E1FD0EDBCFE6FF9CEC5BF0E55206 :10ACB000000908E1FC0EDBCFE6FF9CEC5BF0E552FF :10ACC000000902E0FF0E03D079EC5AF0000EE552C5 :10ACD000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF11 :10ACE000E6FFE1CFD9FFE2CFDAFFE652010EDF6ED9 :10ACF00071EC5AF0D00EE66E9CEC5BF0E552000968 :10AD00001DE1E66A9CEC5BF0E552000917E18CEC72 :10AD10005AF0D10EE66E9CEC5BF0E55200090EE1B4 :10AD20000A0EE66EC50EE66E000EE66E10EC5BF0E7 :10AD3000E552E552E552000901E1DF6A79EC5AF08B :10AD4000DF5053E1F29EF29CDF6ADFCF18F0060E6F :10AD5000E76E1818E8AE02D0183403D0E750D88058 :10AD600018541CE3DFCFE9FFEA6AE9BEEA68C50EC2 :10AD7000E926000EEA22EF50E66E1FDFE552E66E8E :10AD8000DFCFE9FFEA6AE9BEEA68BB0EE926000EFA :10AD9000EA22E552E750EF6EDF2AD7D7DFCF18F06F :10ADA0000A0EE76E1818E8AE02D0E73402D0E7507A :10ADB000185C19E2DFCFE9FFEA6AE9BEEA68C50E6E :10ADC000E926000EEA22EF50E66EDFCFE9FFEA6ADD :10ADD000E9BEEA68BB0EE926000EEA22E552E7501A :10ADE000EF6EDF2ADBD7F28EF28C000EE552E552D1 :10ADF000E5CFDAFFE7CFD9FF1200D9CFE6FFDACFF0 :10AE0000E6FFE1CFD9FFE2CFDAFFE652E652DF6A92 :10AE1000DFCF18F0060EE76E1818E8AE02D018342F :10AE200003D0E750D880185420E3DFCF18F0196A18 :10AE300018BE1968FC0EDB501824E96EFD0EDB50BD :10AE40001920EA6EEF50E66EEBDEE552E66EDFCFDC :10AE5000E9FFEA6AE9BEEA68C50EE926000EEA22C1 :10AE6000E552E750EF6EDF2AD3D70001100ECC6F0A :10AE7000150ECD6F040ECE6FDE52010EDD6E71EC3D :10AE80005AF0D00EE66E9CEC5BF0E552000915E13D :10AE9000E66A9CEC5BF0E55200090FE10A0EE66EF3 :10AEA000C50EE66E000EE66EB7EC5BF0E552E552BD :10AEB000E552000902E1010EDB6A79EC5AF0010E5D :10AEC000DB50E552E552E552E5CFDAFFE7CFD9FF97 :10AED0001200100EE66E070EE66ED3DEE552E55266 :10AEE000FCDE150E0001C35D03E1040EC45D12E03B :10AEF000C56BC66BC76B010EC86FC96F040ECA6FF6 :10AF00000C0ECB6FC50EE66E000EE66E76DFE552D8 :10AF1000E552E3DE12000001BB2B3C0EBB5D0CE3EF :10AF2000BB6BBC2B3C0EBC5D07E3BC6BBD2B180E92 :10AF3000BD5D02E3BD6B00801200D9CFE6FFDACF22 :10AF4000E6FFE1CFD9FFE2CFDAFFE652E652E65262 :10AF5000E652F29EF29CC1C018F0196A1A6A1B6A86 :10AF6000140E1826000E19221A221B22190E1F0B6E :10AF700007E0D890183619361A361B36E806F9E17C :10AF8000C0C01CF01D6A1E6A1F6A150E1F0B07E069 :10AF9000D8901C361D361E361F36E806F9E11C50C7 :10AFA00018121D5019121E501A121F501B12BFC02A :10AFB00020F0216A226A236A100E1F0B07E0D89046 :10AFC0002036213622362336E806F9E120501812C1 :10AFD0002150191222501A1223501B120001BD5188 :10AFE000246E256A2450246AE834E834E834F80BE7 :10AFF000256E266A276A24501812255019122650E9 :10B000001A1227501B12BC51286E296A050ED890BF :10B0100028362936E804FBE12A6A2B6A28501812E0 :10B02000295019122A501A122B501B120001BB5121 :10B030002C6E2D6AD8902D322C322E6A2F6A2C500D :10B0400018122D5019122E501A122F501B1218C000 :10B05000DFFF010E19C0DBFF020E1AC0DBFF030E7B :10B060001BC0DBFFF28CF28EDECF36F0DECF37F086 :10B07000DECF38F0DDCF39F0DD52DD52040EE15C79 :10B0800002E2E16AE552E16EE552E5CFDAFFE7CF91 :04B09000D9FF1200D2 :0CB09400949C948EAC6AAC8AAC84AB6ACD :10B0A000AB8EAB889F9A9F982A0EAF6EAC84B86A1D :10B0B0009D8A0001D96BDA6BDB6BDC6BDD6BDE6BC1 :10B0C00012000001D95102E19D981200DB51EA6A99 :10B0D000000FE96E0B0EEA22EF50AD6EDB2BDB5159 :10B0E000186E196A800E181803E1195001E1DB6B24 :10B0F000D90712000001D951186E196AD890195059 :10B1000004E6800E185C000E195801E3000C010CD7 :10B11000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFF02 :10B120000001D951186E196AD890195004E6800EA2 :10B13000185C000E1958F4E2F29CDA51EA6A000F2A :10B14000E96E0B0EEA22FD0EDBCFEFFFDA2BDA51B0 :10B15000186E196A800E181803E1195001E1DA6BB4 :10B16000D92B9D88F28CE552E5CFDAFFE7CFD9FFE6 :10B1700012000001D951FDE11200ABA202D0AB9840 :10B18000AB88ABB420D00001DC51186E196AD8909E :10B19000195004E6800E185C000E195814E2DD51B7 :10B1A000EA6A800FE96E0B0EEA22AECFEFFFDD2BCD :10B1B000DD51186E196A800E181803E1195001E16B :10B1C000DD6BDC2B1200AECFDFF01200D9CFE6FF33 :10B1D000DACFE6FFE1CFD9FFE2CFDAFF0001DC51A1 :10B1E00002E1000E1FD0F29CDE51EA6A800FE96E88 :10B1F0000B0EEA22EF50E66EFC0EDBCFE9FFFD0EF0 :10B20000DBCFEAFFE552E750EF6EDE2BDE51186E22 :10B21000196A800E181803E1195001E1DE6BDC0792 :10B22000F28C010EE552E5CFDAFFE7CFD9FF12002D :10B23000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFE1 :10B24000FC0EDBCFF6FFFD0EDBCFF7FF0800F5505D :10B250000FE0FC0EDBCFF6FFDB2AFD0EDBCFF7FFA6 :10B2600001E3DB2A0800F550E66E52DFE552E8D72D :10B27000E552E5CFDAFFE7CFD9FF1200D9CFE6FFDD :10B28000DACFE6FFE1CFD9FFE2CFDAFFFC0EDBCF6A :10B29000E6FFFD0EDBCFE6FFCBDFE552E5520D0EFC :10B2A000E66E36DFE5520A0EE66E32DFE552E55213 :10B2B000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF2B :10B2C000E6FFE1CFD9FFE2CFDAFFFC0EDBCFE9FFEB :10B2D000FD0EDBCFEAFFEF500EE0FC0EDBCFE9FF07 :10B2E000DB2AFD0EDBCFEAFF01E3DB2AEF50E66E3F :10B2F0000FDFE552EAD7E552E5CFDAFFE7CFD9FF16 :10B300001200D9CFE6FFDACFE6FFE1CFD9FFE2CFD7 :10B31000DAFFFC0EDBCFE6FFFD0EDBCFE6FFCDDF75 :10B32000E552E5520D0EE66EF3DEE5520A0EE66ECC :10B33000EFDEE552E552E5CFDAFFE7CFD9FF1200A5 :10B34000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFD0 :10B35000E652FD0EDB50F00BE8380F0BDF6EDFCF4F :10B3600018F0090EE76E1818E8AE02D0183403D0B2 :10B37000E750D880185402E2370E01D0300EDF2695 :10B38000DFCFE6FFC5DEE552FD0EDB500F0BDF6EB3 :10B39000DFCF18F0090EE76E1818E8AE02D01834A7 :10B3A00003D0E750D880185402E2370E01D0300E97 :10B3B000DF26DFCFE6FFACDEE552E552E552E5CF12 :10B3C000DAFFE7CFD9FF1200D9CFE6FFDACFE6FFE9 :10B3D000E1CFD9FFE2CFDAFFFD0EDBCF19F019C0C4 :10B3E00018F0196A1850E66EABDFE552FF0EE76EF3 :10B3F000FC0EDBCF18F0E7501816196A1850E66EED :10B400009FDFE552E552E5CFDAFFE7CFD9FF120023 :10B41000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFFF :10B42000FA0EDBCF18F0FB0EDBCF19F0FC0EDBCFF2 :10B430001AF0FD0EDBCF1BF0180ED8901B321A321B :10B4400019321832E806F9E11850E66E79DFE55254 :10B45000FA0EDBCF18F0FB0EDBCF19F0FC0EDBCFC2 :10B460001AF0FD0EDBCF1BF0100ED8901B321A32F3 :10B4700019321832E806F9E11850E66E61DFE5523C :10B48000FA0EDBCF18F0FB0EDBCF19F0FC0EDBCF92 :10B490001AF0FD0EDBCF1BF0080ED8901B321A32CB :10B4A00019321832E806F9E11850E66E49DFE55224 :10B4B000FA0EDBCF18F0FB0EDBCF19F0FC0EDBCF62 :10B4C0001AF0FD0EDBCF1BF01850E66E39DFE552A7 :0CB4D000E552E5CFDAFFE7CFD9FF12000C :04B4DC00948294843E :10B4E00012008B9294920A0EE66E9BEC5FF0E5528E :10B4F00012008B9494948B9294920A0EE66E9BECBD :10B500005FF0E55294840A0EE66E9BEC5FF0E55224 :10B5100094820000000012008B94949494820A0E8E :10B52000E66E9BEC5FF0E55294840A0EE66E9BECAF :10B530005FF0E5528B9294920A0EE66E9BEC5FF000 :10B54000E55212008B94949494820A0EE66E9BEC62 :10B550005FF0E5529484320EE66E9BEC5FF0E552AC :10B5600082B2FF0C000C1E0EE66E9BEC5FF0E55203 :10B5700082A4FE0C000C0001080EF06F8B949494D2 :10B5800094820A0EE66E9BEC5FF0E5529484010E05 :10B59000E66E9BEC5FF0E55282B407D0E4DF000971 :10B5A00004E0FE0EF36EF4681200010E0001D89064 :10B5B000EE37E806FCE10001EE91EF6B82B2EE811E :10B5C000F007DDE1EEC0F3FFEFC0F4FF1200D9CFCA :10B5D000E6FFDACFE6FFE1CFD9FFE2CFDAFFE652AE :10B5E000E652C9DFF3CFDEFFF4CFDDFF010EDB5003 :10B5F000FF0B03E1A7DF000903E1F368F46808D05B :10B60000DECF18F0DDCF19F018C0F3FF19C0F4FF3A :10B61000E552E552E552E5CFDAFFE7CFD9FF120058 :10B62000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFED :10B63000E652E652FB0EDBCFF3FFDB06F3500009C8 :10B640002BE099DFF3CFDEFFF4CFDDFF010EDB50FF :10B65000FF0B02E0FF0E21D0FC0EDBCFE9FFDB2A5F :10B66000FD0EDBCFEAFF01E3DB2ADFCFEFFFFB0EAE :10B67000DB5003E19494948203D094948B9294923F :10B680000A0EE66E9BEC5FF0E55294840A0EE66EBD :10B690009BEC5FF0E552CED7000EE552E552E55245 :10B6A000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF37 :10B6B000E6FFE1CFD9FFE2CFDAFF0001080EF06F1D :10B6C000FD0EDB500001EE6FEF6B8B9482B406D061 :10B6D0004ADF000902E0FF0E29D023D00001EF6B02 :10B6E000EE37D8A00ED0949494820A0EE66E9BECAE :10B6F0005FF0E55294840A0EE66E9BEC5FF0E55233 :10B700000ED094948B9294920A0EE66E9BEC5FF0AE :10B71000E55294840A0EE66E9BEC5FF0E552000160 :10B72000F0070001F051D2E1000E00D0E552E5CF64 :10B73000DAFFE7CFD9FF1200D9CFE6FFDACFE6FF75 :10B74000E1CFD9FFE2CFDAFFFD0EDBCFE6FFADDFC1 :10B75000E552000903E1F6DE000902E0FF0E01D028 :10B76000000EE552E5CFDAFFE7CFD9FF1200D9CFBF :10B77000E6FFDACFE6FFE1CFD9FFE2CFDAFFFB0E3B :10B78000DB5017E0FC0EDBCFE9FFDB2AFD0EDBCF41 :10B79000EAFF01E3DB2AEF50E66E87DFE55200099E :10B7A00003E1D0DE000902E0FF0E04D0FB0EDB0651 :10B7B000E6D7000EE552E5CFDAFFE7CFD9FF12005A :10B7C000D8CFE4FFE0CFE4FFE46EE9CFE4FFEACFB7 :10B7D000E4FFF6CFE4FFF7CFE4FFF5CFE4FFF3CFCC :10B7E000E4FFF4CFE4FFFACFE4FF00EE30F0140EF4 :10B7F000E80403E3EECFE4FFFBD700EE18F0180EE9 :10B80000E80403E3EECFE4FFFBD7E6529EA204D0A8 :10B810009E929FEC51F00082F0A203D0F0928BEC4C :10B8200057F09EA803D061EC58F09E989EAA03D0D2 :10B83000BDEC58F09E9AE55200EE2FF0180EE80489 :10B8400003E3E5CFEDFFFBD700EE43F0140EE80471 :10B8500003E3E5CFEDFFFBD7E5CFFAFFE5CFF4FF3C :10B86000E5CFF3FFE5CFF5FFE5CFF7FFE5CFF6FF37 :10B87000E5CFEAFFE5CFE9FFE550E5CFE0FFE5CF13 :10B88000D8FF1000D9CFE6FFDACFE6FFE1CFD9FF2E :10B89000E2CFDAFFE652929A938A9388949694883C :10B8A000949A898A94908B900F0EC16E92129396FF :10B8B0008A9692889382F086F08CF19A9384F0882D :10B8C000F09EF198939E939C8A9E8A9CFE0EE66E53 :10B8D0002EEC5FF0E552C30ECB6E9F92400EC76E0A :10B8E000210EC66ED08E1F0E166E006A0001B66B5A :10B8F000B56BB46BB76BBA6BDF6A020EDF5C11E23B :10B90000DF50B70DF3CFE9FFF4CFEAFF320EE9269F :10B91000030EEA22220EE926000EEA22EF6ADF2A4F :10B92000ECD7E552E552E5CFDAFFE7CFD9FF1200B9 :10B93000D9CFE6FFDACFE6FFE1CFD9FFE2CFDAFFDA :10B94000E6528A8E0001020EB66FE66AAEEC4CF04B :10B95000E552DF6EDF5013E1000EE66E010EE66E7B :10B96000E66A14EC2AF0E552E552E552DF6EDF504C :10B9700006E10001010EB66F54EC47F0DF6E020ED7 :10B980000001B65D02E1020EBA6FDF50126EE552A1 :10B99000E552E5CFDAFFE7CFD9FF1200E3EC47F03D :10B9A000000EE66EE66AE66A14EC2AF0E552E5520D :10B9B000E5520001B66BBA6B12008AAE11D00001DD :10B9C000B75109E100A402D0320E01D0140EB86FB5 :10B9D000010EB76F1200B807B85102E18A9EB76B2B :10B9E00012000001B92BBA51030A15E0010A07E061 :10B9F000030A03E0010A0DE012008A8C1200400ED7 :10BA0000B91502E0010E01D0000EE8B08A8CE8B052 :10BA10000CD08A9C1200800EB91502E0010E01D0F4 :10BA2000000EE8B08A8CE8A08A9C12002BDF6EEC36 :10BA30005AF069EC57F08EEC4AF04AEC58F072EC90 :10BA40005EF0036A400EE66E29EC43F0E552F28E9A :10BA5000F28C00A003D06DEC56F0009000A215D03F :10BA6000ACDFBFDF06EC4AF0E2EC51F0000904E085 :10BA70000001B65101E15CDFE2EC51F0000904E1A4 :10BA80000001B65101E08ADF009200A4E2D7C5ECC4 :06BA90004AF00094DED72D :0ABA9600D9CFE6FFDACFE6FFFA0E83 :10BAA000E3CFD9FFFB0EE3CFDAFFFC0EE3CFE9FFD4 :10BAB000FD0EE3CFEAFFE9CFF3FFEACFF4FFF80E84 :10BAC000E35003E1F90EE35008E0F80EE30602E26A :10BAD000F90EE306DECFEEFFF2D7FF0EE3CFDAFF7B :10BAE000E552FF0EE3CFD9FFE5521200FE0EE3CF81 :10BAF000E9FFFF0EE3CFEAFFE9CFF3FFEACFF4FF60 :10BB0000FB0EE35003E1FC0EE35009E0FB0EE306FD :10BB100002E2FC0EE306FD0EE350EE6EF1D71200DA :10BB2000D9CFE6FFDACFE6FFFA0EE3CFD9FFFB0E5F :10BB3000E3CFDAFFFC0EE3CFE9FFFD0EE3CFEAFF30 :10BB4000E9CFF3FFEACFF4FFDECFEFFFEE66FCD7DD :10BB5000FF0EE3CFDAFFE552FF0EE3CFD9FFE55248 :10BB60001200FB0EE3CFF6FFFC0EE3CFF7FFFD0E56 :10BB7000E3CFF8FFFE0EE3CFE9FFFF0EE3CFEAFFCE :10BB8000E9CFF3FFEACFF4FF0900F5CFEFFFEE6650 :04BB9000FBD71200CD :0CBB9400D9CFE6FFDACFE6FFE1CFD9FF02 :10BBA000E2CFDAFFFF0EE76EFC0EDBCF18F0E750B6 :10BBB00018161850A96EFD0EDBCF19F019C018F039 :10BBC000196A1850AA6EA69EA69CA680A850E55297 :10BBD000E5CFDAFFE7CFD9FF1200D9CFE6FFDACF02 :10BBE000E6FFE1CFD9FFE2CFDAFFFF0EE76EFC0EF2 :10BBF000DBCF18F0FD0EDBCF19F0E7501816196AED :10BC00001850A96EFC0EDBCF18F0FD0EDBCF19F03B :10BC100019C018F0196A1850AA6EFB0EDB50A86EF6 :10BC2000A69CA69EA684F29E550EA76EAA0EA76E8F :10BC3000A682F28EA6B2FED7A694E552E5CFDAFF31 :06BC4000E7CFD9FF12005E :0ABC4600880EF66E0A0EF76E000E6F :10BC5000F86E00010900F550D46F0900F550D56F5A :10BC600003E1D46701D03DD00900F550CF6F090042 :10BC7000F550D06F0900F550D16F09000900F5505B :10BC8000E96E0900F550EA6E090009000900F55057 :10BC9000D26F0900F550D36F09000900F6CFD6F036 :10BCA000F7CFD7F0F8CFD8F0CFC0F6FFD0C0F7FF6E :10BCB000D1C0F8FF0001D25302E1D35307E00900DD :10BCC000F550EE6ED207F8E2D307F9D7D6C0F6FFEB :10BCD000D7C0F7FFD8C0F8FF0001D407000ED55B2E :04BCE000BFD71200B8 :0CBCE4000001E86B400EE96F1200000147 :10BCF000E85107E0E6C0E6FF88EC58F0E5520001A5 :10BD0000E86B7AEC58F0000903E00001E98D02D0FD :10BD10000001E99DE9B90CD0E70EE66E000EE66E73 :10BD2000E6EC58F0E552E552000902E00001E9892D :10BD300012000001E85106E183CFE6F0010EE86F42 :10BD4000E99D1200E98F12000001E9A904D0E7C0C3 :10BD50008CFFE99902D0E98B8C68956A1200E9C0E2 :08BD60008CFF956A120012002D :08BD680036503B02F3CF32F02C :10BD7000F4CF33F03C02F3503326000EF420346E3F :10BD800036503D02F3503426000EF420356E365006 :10BD90003E02F350352637503B02F3503326F45021 :10BDA0003422000E352237503C02F3503426F45032 :10BDB000352237503D02F350352638503B02F350C0 :10BDC0003426F450352238503C02F3503526395091 :08BDD0003B02F350352612007E :08BDD800356A346A336A326AED :10BDE000200EE76ED890363637363836393632364A :10BDF0003336343635363B50325C3C5033583D5048 :10BE000034583E50355809E33B50325E3C50335A6B :10BE10003D50345A3E50355A362AE72EE4D71200A8 :10BE200038C042F038503D02F4CF37F0F3CF36F04F :10BE300039503E02F4CF39F0F3CF38F03D02F350E1 :10BE40003726F4503822E86A392242503E02F35035 :0CBE50003726F4503822E86A3922000C32 :04BE5C00D9CFE6FF55 :10BE6000DACFE6FFE1CFD9FFE2CFDAFFFD0EDB50FC :10BE7000FB0BCA6ECC6A9E92FD0EDBAE02D09D8299 :10BE800001D09D92CA84E552E5CFDAFFE7CFD9FF12 :02BE900012009E :0EBE9200356A346A100EE76ED89038363936AD :10BEA000343635363D50345C3E50355805E33D5010 :0EBEB000345E3E50355A382AE72EF0D7120085 :02BEBE00222A36 :10BEC0002B2C3A3B3C3D3E3F5B5D7C7F002F686105 :0EBED0007264342D00657472736861726400D0 :02BEDE00E6A3D9 :10BEE00038A474A4CEA476A5FEA588A7CAA730A8B6 :0EBEF00088A812A990A6B8A9D0A3D0A3D0A369 :02BEFE001CEE38 :10BF000000F02CEE00F0F86A319C23EC5EF0ADEC12 :0ABF10005FF016EC5DF0FBD71200A5 :06BF1A00356A080EE76E17 :10BF2000D890393635363E50355C02E3356E392AC5 :06BF3000E72EF7D7120016 :0ABF3600FF0EE350E84E1200000079 :0CBF400000D000D000D0E82EFAD712008C :04BF4C0000EE00F013 :0ABF50000F0EEE6AEA62FDD7120040 :02BF5A001200D3 :01BF5C0001E3 :02FFFE00EAFF18 :020000040030CA :0100010006F8 :0100020018E5 :010003001EDE :010005008179 :010006008178 :01000B00A054 :0200000400F00A :0203FE00EAFF14 :00000001FF ================================================ FILE: frehd/PIC Source Files/PLDDesign.jed ================================================  ADVANCED PLD 4.0 Serial# MW-67999999 Device p22v10 Library DLIB-h-36-17 Created Thu Jan 19 09:59:44 2012 PLDDesign 1 1/18/2012 Protel International *QP24 *QF5828 *G0 *F0 *L00032 00000000000011111111111111111111 *L00064 11111111111111111111111111111111 *L00096 11111111111110111011011101111111 *L00128 10101111101111111111111110111011 *L00160 01110111101111101111111110111111 *L00192 11111011101101110111101111101111 *L00224 11111111101111111011101101110111 *L00256 10111110111111111111111110111011 *L00288 10110111011110111110000000000000 *L00416 00000000000000000000000011111111 *L00448 11111111111111111111111111111111 *L00480 11111111011101110111011110111011 *L00512 01110111101111100000000000000000 *L00896 00000000000000000000000000001111 *L00928 11111111111111111111111111111111 *L00960 11111111111111111111111111111011 *L00992 10110111011110111110000000000000 *L01472 00000000000000000000000011111111 *L01504 11111111111111111111111111111111 *L01536 11111111111111111111111110111011 *L01568 01110111111010101111101111111111 *L01600 11111011101101110111101011101111 *L01632 11111011111111111011101101110111 *L01664 10101110111111111111101111111011 *L01696 10110111011110101110111111111111 *L01728 11111011101110110111011110101110 *L05792 00000000000000000101010100000000 *L05824 0001 *C5038 *1D30 ================================================ FILE: frehd/PIC Source Files/action.h ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifndef _ACTION_H #define _ACTION_H #include "integer.h" #define ACTION_DS1307_RELOAD 0x01 #define ACTION_TICK 0x02 #define ACTION_TRS 0x04 /* hard drive actions */ #define ACTION_HARD_SEEK 0x1 #define ACTION_HARD_READ 0x2 #define ACTION_HARD_WRITE 0x3 /* extra function actions : 0x80 + command2 */ #define ACTION_EXTRA 0x80 extern near BYTE action_flags; extern near BYTE action_type; extern near BYTE action_status; #endif ================================================ FILE: frehd/PIC Source Files/bootloader.asm ================================================ ;;; ;;; Copyright (C) 2013 Frederic Vecoven ;;; ;;; This file is part of trs_hard ;;; ;;; trs_hard is free software; you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or ;;; (at your option) any later version. ;;; ;;; trs_hard is distributed in the hope that it will be useful, ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with this program. If not, see . ;;; list p=18f4620 include p18f4620.inc include bootloader.inc include crc.inc ; ; TRS HARD DRIVE emulator bootloader ; ; - bootloader lives in 0000-07FF ; - Enter bootloader by erasing the last two locations of the EEPROM (0x3FE-3FF), ; and reset the PIC. ; - In bootloader mode, the TRS80 can only write data to the interface. ; The data is sent in intel-hex format. TRS I/O address 0xC0 ; Once a line is sent, write any data to address 0xC1. This will trigger the ; processing of the line. During processing, the TRS80 can poll the status ; register, and wait to the READY bit to be set. The lower nibble of status ; indicates the result of the processing (0 = no error) ; - The hex file must contain the CRC16 of the image (0x800 -> 0xFFFD) at ; location FFFE-FFFF. If the CRC is invalid, the code will remain in ; bootloader. ; - The last 2 bytes of the EEPROM (3FE-3FF) should also contain the CRC. If ; the CRC is not found, the PIC will enter bootloader, but a timer will ; start. After ~30 seconds, the bootloader will rewrite the CRC at the end ; of the EEPROM (if the flash is valid, obviously) and exit bootloader. ; - An additional type (06) has been added in the intel-hex format. It is used ; to erase flash (use address FF00) or eeprom (use address FF01) ; ; ; 18F4620 ; #define BLOCKSIZE 0x40 #define ERASE_BLOCKSIZE 0x40 ; ; local defines ; #define TRS_ADDR PORTA #define TRS_A0 PORTA,3 #define TRS_A1 PORTA,2 #define TRS_A2 PORTA,1 #define TRS_A3 PORTA,0 #define TRS_DATA_IN PORTD #define TRS_DATA_OUT LATD #define TRS_DATA_TRIS TRISD #define TRS_RD_N PORTA,4 #define TRS_WAIT LATB,3 #define TRS_WAIT_TRIS TRISB,3 #define GAL_INT_IE INTCON3,INT1IE #define GAL_INT_IP INTCON3,INT1IP #define GAL_INT_IF INTCON3,INT1IF #define GAL_INT_EDGE INTCON2,INTEDG1 #define GAL_INT PORTB,1 #define STAT_CS LATC,0 #define STAT_CS_TRIS TRISC,0 #define SPI_SCK_TRIS TRISC,3 #define SPI_MOSI_TRIS TRISC,5 #define GLED LATB,7 #define GLED_TRIS TRISB,7 #define RLED LATB,6 #define RLED_TRIS TRISB,6 ; hard drive emulator status register. Lower nibble = errno #define TRS_BOOT_BUSY 0x80 #define TRS_BOOT_READY 0x40 #define TRS_BOOT_OK 0x00 #define TRS_BOOT_RANGE_ERR 0x01 #define TRS_BOOT_IGNORED 0x02 #define TRS_BOOT_CHECKSUM_ERR 0x03 #define TRS_BOOT_INVALID 0x04 #define TRS_BOOT_SEQ_ERR 0x05 #define TRS_BOOT_PROTECTED 0x06 ; flags #define BF_PROCESS 1 ; true if a line should be processed #define BF_IGNORE 2 ; true if everything should be ignored #define BF_DIRTY 3 ; true if holding regs are dirty #define BF_FLASH_INVALID 6 ; true if flash has incorrect CRC16 #define BF_EEPROM_INVALID 7 ; true if eeprom has incorrect CRC16 ; ; DATA ; var_g UDATA_ACS 0x7B timeout res .1 crc res .2 flags res .1 boot_mode res .1 var_b0 UDATA_OVR 0x80 checksum res .1 count res .1 addr res .4 type res .1 tmp res .1 ; buffers #define BUF1 0x100 boot_reset CODE 0x0 goto _bootloader boot_version CODE_PACK 0x6 db BOOTLOADER_MAJOR db BOOTLOADER_MINOR boot_int_hi_code CODE 0x8 goto APP_HI_INT bootloader_code CODE 0x18 ; start with interrupt routine to avoid one extra goto ; ; low priority interrupt ; ; - if not in bootloader mode, go to app lo interrupt routine ; - ignore TRS reads ; - receive data in *FSR2 ; - if A0 is set, set the process flag and BUSY status ; boot_int_lo: tstfsz boot_mode ; bootloader mode ? goto APP_LO_INT ; no... goto app interrupt ; yes.. btfss GAL_INT_IF ; GAL interrupt? bra bi_timer0 bcf GAL_INT_IF ; ack interrupt btfss TRS_RD_N bra bi_read movff TRS_DATA_IN,POSTINC2 ; put one byte in buffer btfss TRS_A0 bra bi_done bsf flags,BF_PROCESS ; set flag for main loop movlw TRS_BOOT_BUSY ; update status with BUSY bit rcall update_status bi_done: bsf TRS_WAIT ; tell GAL to release TRS_WAIT btfss GAL_INT bra $-2 setf TRS_DATA_TRIS bcf TRS_WAIT ; be ready for next transfer retfie FAST bi_read movf TRS_ADDR,w andlw 0x0f bnz bi_read1 bi_read0 movlw BOOTLOADER_MAJOR ; C0 -> major version movwf TRS_DATA_OUT clrf TRS_DATA_TRIS bra bi_done bi_read1 xorlw 0x8 bnz bi_read2 movlw BOOTLOADER_MINOR ; C1 -> minor version movwf TRS_DATA_OUT clrf TRS_DATA_TRIS bra bi_done bi_read2 xorlw 0x8 ^ 0x4 bnz bi_read3 movff crc+1,TRS_DATA_OUT ; C2 -> CRC high clrf TRS_DATA_TRIS bra bi_done bi_read3 xorlw 0x4 ^ 0xC bnz bi_read4 movff crc+0,TRS_DATA_OUT ; C3 -> CRC low clrf TRS_DATA_TRIS bra bi_done bi_read4 movlw 0x4F ; others -> magic 4F movwf TRS_DATA_OUT clrf TRS_DATA_TRIS bra bi_done bi_timer0 btfss INTCON,TMR0IF bra bi_ret bcf INTCON,TMR0IF tstfsz timeout decf timeout,f bi_ret retfie FAST ; ; update status (with SPI) ; update_status: movwf SSPBUF btfss SSPSTAT,BF bra $-2 bsf STAT_CS movf SSPBUF,w bcf STAT_CS return ; ; read byte : take 2 ascii chars (pointed by FSR2) and convert ; read_byte: swapf INDF2,w ; swap hi nibble into result btfsc POSTINC2,6 ; check if range 'A'-'F' addlw 0x8F ; add correction addwf INDF2,w ; add lo nibble btfsc POSTINC2,6 ; check if range 'A'-'F' addlw 0xF9 ; add correction '9'-'A'+1 addlw 0xCD ; adjust final result -0x33 return ; ******************************************************************** ; bootloader entry ; ******************************************************************** _bootloader: GLOBAL _bootloader clrf boot_mode ; assume bootloader mode for now clrf flags call do_crc16 ; compute CRC on flash[0800:FFFD] movlw low(FLASH_CRC_ADDR) ; verify if flash is valid movwf TBLPTRL movlw high(FLASH_CRC_ADDR) movwf TBLPTRH clrf TBLPTRU tblrd*+ movf TABLAT,w cpfseq crc+1 ; upper crc match ? bsf flags,BF_FLASH_INVALID ; no. set invalid flag tblrd*+ movf TABLAT,w cpfseq crc+0 ; lower crc match ? bsf flags,BF_FLASH_INVALID ; no. set invalid flag btfsc flags,BF_FLASH_INVALID ; invalid flash bra enter_bootloader ; yes => bootloader mode movlw high(EEPROM_CRC_ADDR) ; verify if eeprom has valid checksum movwf EEADRH movlw low(EEPROM_CRC_ADDR) movwf EEADR bcf EECON1,EEPGD bcf EECON1,CFGS bsf EECON1,RD ; read eeprom movf EEDATA,w cpfseq crc+1 ; upper crc match ? bsf flags,BF_EEPROM_INVALID ; no. set invalid flag incf EEADR,f bcf EECON1,EEPGD bcf EECON1,CFGS bsf EECON1,RD ; read eeprom movf EEDATA,w cpfseq crc+0 ; lower crc match ? bsf flags,BF_EEPROM_INVALID ; no. set invalid flag btfsc flags,BF_EEPROM_INVALID ; invalid eeprom flag bra enter_bootloader enter_app_mode setf boot_mode goto APP_STARTUP ; not magic, jump to C exit_bootloader movlw high(EEPROM_CRC_ADDR) ; restore eeprom CRC movwf EEADRH movlw low(EEPROM_CRC_ADDR) movwf EEADR movff crc+1,EEDATA movlw 0x04 ; eeprom write movwf EECON1 rcall do_write incf EEADR,f movff crc+0,EEDATA movlw 0x04 movwf EECON1 rcall do_write reset enter_bootloader bcf STAT_CS_TRIS ; configure pins (minimal config) movlw 0x0F movwf ADCON1 bcf TRS_WAIT bcf TRS_WAIT_TRIS bsf GAL_INT_IE bcf GAL_INT_IP ; low priority in bootloader bcf GAL_INT_EDGE bcf GLED bcf GLED_TRIS bcf RLED bcf RLED_TRIS bcf SPI_SCK_TRIS bcf SPI_MOSI_TRIS movlw 0x40 movwf SSPSTAT movlw 0x21 movwf SSPCON1 movlw 0x87 ; timer0, 1:256 prescale movwf T0CON bcf INTCON2,TMR0IP bsf INTCON,TMR0IE movlw .18 ; about 30 seconds movwf timeout ; (30 * 10e6 / 256 / 65536) bsf RCON,IPEN bsf GLED ; turn both LEDs on bsf RLED clrf addr+3 ; init our variables clrf addr+2 lfsr FSR2,BUF1 bsf INTCON,GIEL ; enable interrupts bsf INTCON,GIEH movlw TRS_BOOT_READY ; we are ready ! rcall update_status b_main: btfsc flags,BF_PROCESS ; work to do ? rcall b_process ; yes, do it btfsc flags,BF_FLASH_INVALID ; flash valid ? bra b_main ; no.. stay in bootloader tstfsz timeout ; yes. timeout ? bra b_main ; no bra exit_bootloader ; yes, exit bootloader ; ; process one line of the intel file ; b_process: bcf flags,BF_PROCESS lfsr FSR2,BUF1 ; ; step 1 : confirm line starts with ':' ; movf POSTINC2,w ; get first char xorlw ':' ; must be ':' bnz b_invalid_err ; ; step 2 : verify checksum ; rcall read_byte ; number of data bytes movwf checksum ; init checksum addlw 0x4 ; addr hi/lo, type, checksum movwf count bp_0: rcall read_byte ; read line and update checksum addwf checksum,f decfsz count bra bp_0 tstfsz checksum ; checksum must be 0 bra b_checksum_err ; ; step 3 : evaluate line ; lfsr FSR2,BUF1+1 rcall read_byte ; number of data bytes movwf count rcall read_byte ; addr hi movwf addr+1 rcall read_byte ; addr lo movwf addr+0 rcall read_byte ; type movwf type andlw 0x7 call jump_table goto b_data ; 00 = regular data goto b_end_file ; 01 = end of file goto b_ignore ; 02 = ignore goto b_ignore ; 03 = ignore goto b_set_hi_addr ; 04 = set address upper 16 bits goto b_ignore ; 05 = ignore goto b_erase ; 06 = erase goto b_ignore ; 07 = ignore b_done: iorlw TRS_BOOT_READY rcall update_status ; update status lfsr FSR2,BUF1 ; get ready for next line return b_ok: movlw TRS_BOOT_OK bra b_done b_ignore: movlw TRS_BOOT_IGNORED bra b_done b_checksum_err: movlw TRS_BOOT_CHECKSUM_ERR bra b_done b_seq_err: bsf flags,BF_IGNORE ; ignore everything movlw TRS_BOOT_SEQ_ERR bra b_done b_range_err: movlw TRS_BOOT_RANGE_ERR bra b_done b_invalid_err: movlw TRS_BOOT_INVALID bra b_done ; ; TYPE 00 : data ; b_data: btfsc flags,BF_IGNORE bra b_ignore movf addr+3,w ; check addr+3 : must be 0 bnz b_ignore movf addr+2,w ; dispatch write based on addr+2 bz b_data_flash ; 00 => main flash rcall b_last ; not 00 => make sure last block is done movf addr+2,w xorlw 0xF0 bz b_data_eeprom ; F0 => eeprom bra b_ignore ; everything else => ignored ; write some data in flash b_data_flash: movf addr+0,w ; compute TBLPTR - addr subwf TBLPTRL,w movwf tmp movf addr+1,w subwfb TBLPTRH,w #if 0 ; not needed for <= 64K PIC iorwf tmp,f movf addr+2,w subwfb TBLPTRU,w #endif bnc b_fill_ff ; TBLPTR < load => fill with FF iorwf tmp,f bnz b_seq_err ; TBLPTR > load => sequence error rcall read_byte ; get data byte decf count,f movwf TABLAT ; put in holding regs bsf flags,BF_DIRTY rcall inc_addr ; addr++ bra b_fill b_fill_ff: setf TABLAT b_fill: tblwt *+ movf TBLPTRL,w andlw (BLOCKSIZE-1) btfsc STATUS,Z ; cross next block ? rcall b_write_block tstfsz count ; done with this line ? bra b_data_flash ; no... loop bra b_ok ; yes.. done ; write some data in eeprom b_data_eeprom: btfsc EECON1,WR ; wait for previous write to complete bra $-2 movf addr+2,w sublw 0xF0 ; EEPROM is at 0x00F0.0000, 1024 bytes movwf tmp ; temp save movf addr+1,w andlw 0xFC ; upper 6 bits of addr+1 must be 0 iorwf tmp,w iorwf addr+3,w ; addr+3 must be 0 bnz b_range_err movf addr+1,w movwf EEADRH movf addr+0,w movwf EEADR ; address to write rcall read_byte ; get data byte decf count,f movwf EEDATA movlw 0x04 ; eeprom write movwf EECON1 rcall do_write rcall inc_addr tstfsz count bra b_data_eeprom bra b_ok ; commit eventual last block b_last: btfss flags,BF_DIRTY ; something to write ? return ; no.. return setf TABLAT ; pad FF bl0: tblwt *+ movf TBLPTRL,w andlw (BLOCKSIZE-1) bnz bl0 rcall b_write_block return ; ; write block subroutine ; b_write_block: btfss flags,BF_DIRTY ; any data to write ? bra b_write_no_data bcf flags,BF_DIRTY tblrd *- ; point back in data block movlw low (BOOTLOADER_END) ; check if its inside the bootloader subwf TBLPTRL,w movlw high (BOOTLOADER_END) subwfb TBLPTRH,w #if 0 movlw upper (BOOTLOADER_END+1) subwfb TBLPTRU,w #endif bnc b_write_addr_bad ; protect bootloader (ignore this write) b_write_addr_ok: bsf flags,BF_FLASH_INVALID movlw 0x84 ; flash write movwf EECON1 rcall do_write b_write_addr_bad: tblrd *+ ; restore pointer b_write_no_data: clrf EECON1 ; inhibit writes return ; ; write magic sequence ; do_write: bcf INTCON,GIEH bcf INTCON,GIEL movlw 0x55 ; magic unlock sequence movwf EECON2 movlw 0xAA movwf EECON2 bsf EECON1,WR bsf INTCON,GIEL bsf INTCON,GIEH nop ; write happens here btfsc EECON1,WR ; wait for previous write to complete bra $-2 bcf EECON1,WREN return ; ; inc address (24 bits) ; inc_addr: clrf WREG incf addr+0,f ; addr++ addwfc addr+1,f addwfc addr+2,f return ; ; TYPE 04 : set upper 16 bits of address ; address high : ; 0020 : ID location ; 0030 : CONFIG location ; 00F0 : EEPROM location ; b_set_hi_addr: decf count,w decfsz WREG,w ; make sure block length is 2 bra b_invalid_err rcall read_byte ; upper address hi movwf addr+3 rcall read_byte ; upper address lo movwf addr+2 movlw TRS_BOOT_OK bra b_done ; ; Type 01 : end file ; b_end_file: rcall b_last ; commit last block, if needed reset ; reset! ; ; Type 06 - erase. Address must be FF0x (x=0 for flash, x=1 for eeprom) ; b_erase: incf addr+1,w ; addr+1 == FF ? bnz b_invalid_err ; no.. invalid movf addr,w bz erase_flash bra erase_eeprom ; ; erase flash ; erase_flash: bsf flags,BF_FLASH_INVALID movlw low (BOOTLOADER_END+1) movwf TBLPTRL movlw high (BOOTLOADER_END+1) movwf TBLPTRH clrf TBLPTRU ef0: movlw 0x94 ; flash erase movwf EECON1 rcall do_write movlw ERASE_BLOCKSIZE addwf TBLPTRL,f clrf WREG addwfc TBLPTRH,f bnz ef0 ; this PIC is 64K bra b_ok ; ; erase eeprom 000-3FF ; erase_eeprom: setf EEDATA clrf EEADRH clrf EEADR ee0: movlw 0x04 movwf EECON1 rcall do_write btfsc EECON1,WR bra $-2 incfsz EEADR,f ; addr++ bra ee0 incf EEADRH,f ; addrH++ movf EEADRH,w ; (incfsz doesn't work on simulation) bnz ee0 bra b_ok ;;; ;;; jump table : modify return address by adding W*4 to it. ;;; jump_table GLOBAL jump_table rlncf WREG,w rlncf WREG,w addwf TOSL,f movlw 0x00 addwfc TOSH,f ;addwfc TOSU,f ; if more than 64kB return ;;; ;;; Compute CRC16 of 0800..FFFF ;;; do_crc16 movlw low (BOOTLOADER_END+1) movwf TBLPTRL movlw high (BOOTLOADER_END+1) movwf TBLPTRH clrf TBLPTRU clrf crc+0 clrf crc+1 doc0 tblrd*+ movf TABLAT,w rcall crc16 movf TBLPTRH,w ; stop when TBLPTR = 00FFFE sublw high(FLASH_CRC_ADDR) bnz doc0 movf TBLPTRL,w sublw low(FLASH_CRC_ADDR) bnz doc0 return ;;; ;;; CRC-16 (x^16+x^15+x^2+x^0) ;;; crc16 xorwf crc+0,w ; W = input xor old_crc+0 xorwf crc+1,w ; swap old_crc+1 with w xorwf crc+1,f xorwf crc+1,w ; new crc+1 = input xor old_crc+0 movwf crc+0 ; new crc+0 = old_crc+1 movf crc+1,w ; save crc+1 in W swapf crc+1,f ; trade nibbles xorwf crc+1,f ; XOR high half byte with low rrcf crc+1,f ; initialize carry btfsc crc+1,0 btg STATUS,C ; compliment carry btfsc crc+1,1 btg STATUS,C ; compliment carry btfsc crc+1,2 btg STATUS,C ; compliment carry movwf crc+1 ; restore crc+1 from W movlw 0x1 btfsc STATUS,C ; if carry xorwf crc+0,f ; flip bit 0 of crc+0 movlw 0x40 rrcf crc+1,f ; shift parity into crc+1 btfsc STATUS,C ; if shift out is one xorwf crc+0,f ; flip bit 6 of crc+0 rlcf crc+1,w ; unshift crc+1 into W xorwf crc+1,f ; combine them rrcf crc+1,f ; shift parity back into crc+1 movlw 0x80 btfsc STATUS,C ; if shift out is one xorwf crc+0,f ; flip bit 7 of crc+0 retlw 0 crc16_val CODE_PACK FLASH_CRC_ADDR db high(THECRC), low(THECRC) exit_boot CODE_PACK (0xF00000 | EEPROM_CRC_ADDR) db high(THECRC), low(THECRC) END ================================================ FILE: frehd/PIC Source Files/bootloader.inc ================================================ #define PROTEUS_SIMULATOR 0 #if PROTEUS_SIMULATOR == 1 #define EEPROM_CRC_ADDR 0xFE #else #define EEPROM_CRC_ADDR 0x3FE #endif #define FLASH_CRC_ADDR 0xFFFE #define BOOTLOADER_MAJOR 0x1 #define BOOTLOADER_MINOR 0x2 #define BOOTLOADER_END 0x7FF #define APP_STARTUP 0x800 #define APP_LO_INT 0x806 #define APP_HI_INT 0x80C #define APP_HI_INT2 0x900 ================================================ FILE: frehd/PIC Source Files/c018i.c ================================================ /* Copyright (c)1999 Microchip Technology */ /* MODDED by F. Vecoven to accommodate bootloader */ /* MPLAB-C18 startup code, including initialized data */ /* external reference to __init() function */ extern void __init (void); /* external reference to the user's main routine */ extern void main (void); /* prototype for the startup function */ void _entry (void); void _startup (void); /* prototype for the initialized data setup */ void _do_cinit (void); extern volatile near unsigned long short TBLPTR; extern near unsigned FSR0; extern near char __FPFLAGS; #define RND 6 #pragma code _startup_scn void _startup (void) { _asm // Initialize the stack pointer lfsr 1, _stack lfsr 2, _stack clrf TBLPTRU, 0 // 1st silicon doesn't do this on POR bcf __FPFLAGS,RND,0 // Initialize rounding flag for floating point libs _endasm _do_cinit (); loop: // If user defined __init is not found, the one in clib.lib will be used __init (); // Call the user's main routine main (); goto loop; } /* end _startup() */ /* MPLAB-C18 initialized data memory support */ /* The linker will populate the _cinit table */ extern far rom struct { unsigned short num_init; struct _init_entry { unsigned long from; unsigned long to; unsigned long size; } entries[]; } _cinit; #pragma code _cinit_scn void _do_cinit (void) { /* we'll make the assumption in the following code that these statics * will be allocated into the same bank. */ static short long prom; static unsigned short curr_byte; static unsigned short curr_entry; static short long data_ptr; // Initialized data... TBLPTR = (short long)&_cinit; _asm movlb data_ptr tblrdpostinc movf TABLAT, 0, 0 movwf curr_entry, 1 tblrdpostinc movf TABLAT, 0, 0 movwf curr_entry+1, 1 _endasm //while (curr_entry) //{ test: _asm bnz 3 tstfsz curr_entry, 1 bra 1 _endasm goto done; /* Count down so we only have to look up the data in _cinit * once. * * At this point we know that TBLPTR points to the top of the current * entry in _cinit, so we can just start reading the from, to, and * size values. */ _asm /* read the source address */ tblrdpostinc movf TABLAT, 0, 0 movwf prom, 1 tblrdpostinc movf TABLAT, 0, 0 movwf prom+1, 1 tblrdpostinc movf TABLAT, 0, 0 movwf prom+2, 1 /* skip a byte since it's stored as a 32bit int */ tblrdpostinc /* read the destination address directly into FSR0 */ tblrdpostinc movf TABLAT, 0, 0 movwf FSR0L, 0 tblrdpostinc movf TABLAT, 0, 0 movwf FSR0H, 0 /* skip two bytes since it's stored as a 32bit int */ tblrdpostinc tblrdpostinc /* read the destination address directly into FSR0 */ tblrdpostinc movf TABLAT, 0, 0 movwf curr_byte, 1 tblrdpostinc movf TABLAT, 0, 0 movwf curr_byte+1, 1 /* skip two bytes since it's stored as a 32bit int */ tblrdpostinc tblrdpostinc _endasm //prom = data_ptr->from; //FSR0 = data_ptr->to; //curr_byte = (unsigned short) data_ptr->size; /* the table pointer now points to the next entry. Save it * off since we'll be using the table pointer to do the copying * for the entry. */ data_ptr = TBLPTR; /* now assign the source address to the table pointer */ TBLPTR = prom; /* do the copy loop */ _asm // determine if we have any more bytes to copy movlb curr_byte movf curr_byte, 1, 1 copy_loop: bnz 2 // copy_one_byte movf curr_byte + 1, 1, 1 bz 7 // done_copying copy_one_byte: tblrdpostinc movf TABLAT, 0, 0 movwf POSTINC0, 0 // decrement byte counter decf curr_byte, 1, 1 bc -8 // copy_loop decf curr_byte + 1, 1, 1 bra -7 // copy_one_byte done_copying: _endasm /* restore the table pointer for the next entry */ TBLPTR = data_ptr; /* next entry... */ curr_entry--; goto test; done: ; } ================================================ FILE: frehd/PIC Source Files/crc.inc ================================================ THECRC equ 0x5c75 ================================================ FILE: frehd/PIC Source Files/ds1307.c ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include "sw_i2c.h" #include "HardwareProfile.h" #include "action.h" #include "ds1307.h" /* globals */ BYTE time[10]; BYTE tbuf[10]; /* * un-bcd : 0x00 - 0x99 --> 0 - 99 */ char unbcd(unsigned char x) { char res = 0; char i; i = (x & 0xF0) >> 4; while (i > 0) { res += 10; i--; } res += (x & 0x0F); return (res); } /* * bcd : 0 - 99 --> 0x00 - 0x99 */ unsigned char bcd(char x) { unsigned char res = 0; while (x >= 10) { x -= 10; res++; } res <<= 4; res |= x; return (res); } #if 0 static int ds1307_read(unsigned char address) { unsigned int value; i2c_start(); if (i2c_putc(DS1307_SLA)) { return (-1); } if (i2c_putc(address)) { return (-1); } i2c_restart(); if (i2c_putc(DS1307_SLA | 0x1)) { return (-1); } value = i2c_getc(); i2c_stop(); return (value); } #endif static char ds1307_write(unsigned char address, unsigned char data) { i2c_start(); if (i2c_putc(DS1307_SLA)) { return (-1); } if (i2c_putc(address)) { return (-1); } if (i2c_putc(data)) { return (-1); } i2c_stop(); return (0); } char ds1307_read_time(void) { char i; i = 1; i2c_start(); if (i2c_putc(DS1307_SLA) == 0) { if (i2c_putc(DS1307_SEC) == 0) { i2c_restart(); if (i2c_putc(DS1307_SLA | 0x1) == 0) { if (i2c_gets(tbuf, 10) == 0) { // all ok i = 0; } } } } i2c_stop(); if (i == 0) { INTCONbits.GIEL = 0; for (i = 0; i <= DS1307_YEAR; i++) { time[i] = unbcd(tbuf[i]); } for (; i < 10; i++) { time[i] = tbuf[i]; } INTCONbits.GIEL = 1; } return 0; } char ds1307_write_time(BYTE *time_bin) { char i; char res; for (i = 0; i <= DS1307_YEAR; i++) { tbuf[i] = bcd(time_bin[i]); } tbuf[DS1307_CONTROL] = DS1307_CONFIG; tbuf[DS1307_MAGIC0] = DS1307_MAGIC0_VAL; tbuf[DS1307_MAGIC1] = DS1307_MAGIC1_VAL; res = 1; i2c_start(); if (i2c_putc(DS1307_SLA) == 0) { if (i2c_putc(DS1307_SEC) == 0) { if (i2c_puts(tbuf, 10) == 0) { res = 0; } } } i2c_stop(); return res; } void ds1307_init(void) { ds1307_write(DS1307_CONTROL, DS1307_CONFIG); ds1307_read_time(); if (time[DS1307_MAGIC0] != DS1307_MAGIC0_VAL || time[DS1307_MAGIC1] != DS1307_MAGIC1_VAL) { // bad magic. Initialize time tbuf[DS1307_SEC] = 0; tbuf[DS1307_MIN] = 0; tbuf[DS1307_HOUR] = 0; tbuf[DS1307_WEEKDAY] = 1; // ignored tbuf[DS1307_DAY] = 1; tbuf[DS1307_MONTH] = 4; tbuf[DS1307_YEAR] = 12; ds1307_write_time(tbuf); ds1307_read_time(); } } // DS1307 interrupt : 1Hz void ds1307_int(void) { if (++time[DS1307_SEC] >= 60) { time[DS1307_SEC] = 0; if (++time[DS1307_MIN] >= 60) { time[DS1307_MIN] = 0; if (++time[DS1307_HOUR] >= 24) { time[DS1307_HOUR] = 0; /* A day has elapsed. Reload the date/time from the DS1307. This takes care of incrementing the date properly. */ action_flags |= ACTION_DS1307_RELOAD; } } } // LED1 = LED1 ^ 1; } /* * Provide time to FatFS * * bit31:25 Year from 1980 (0..127) * bit24:21 Month (1..12) * bit20:16 Day in month(1..31) * bit15:11 Hour (0..23) * bit10:5 Minute (0..59) * bit4:0 Second / 2 (0..29) */ DWORD get_fattime(void) { static DWORD tmr; INTCONbits.GIEL = 0; tmr = (((DWORD)time[DS1307_YEAR] + 20) << 25) | ((DWORD)time[DS1307_MONTH] << 21) | ((DWORD)time[DS1307_DAY] << 16) | ((WORD)time[DS1307_HOUR] << 11) | ((WORD)time[DS1307_MIN] << 5) | ((WORD)time[DS1307_SEC] >> 1); INTCONbits.GIEL = 1; return tmr; } ================================================ FILE: frehd/PIC Source Files/ds1307.h ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifndef _DS1307_H #define _DS1307_H #define DS1307_SLA 0b11010000 #define DS1307_CONFIG 0x10 // clock output enable, 1Hz #define DS1307_SEC 0 #define DS1307_MIN 1 #define DS1307_HOUR 2 #define DS1307_WEEKDAY 3 #define DS1307_DAY 4 #define DS1307_MONTH 5 #define DS1307_YEAR 6 #define DS1307_CONTROL 7 #define DS1307_MAGIC0 8 #define DS1307_MAGIC1 9 #define DS1307_MAGIC0_VAL 0x15 #define DS1307_MAGIC1_VAL 0x04 extern BYTE time[10]; extern BYTE tbuf[10]; void ds1307_init(void); void ds1307_int(void); char ds1307_read_time(void); char ds1307_write_time(BYTE *); #endif ================================================ FILE: frehd/PIC Source Files/dsk.c ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include "HardwareProfile.h" #include #include #include #include "FatFS/ff.h" #include "FatFS/diskio.h" #include "trs_hard.h" #include "trs_extra.h" // subcommands #define IM_OPEN 0 #define IM_READSEC 1 // DMK #define DMK_HEADER_LEN 16 // JV3 #define JV3_DENSITY 0x80 // 1=dden 0=sden #define JV3_DAM 0x60 #define JV3_DAMSDFB 0x00 #define JV3_DAMSDFA 0x20 #define JV3_DAMSDF9 0x40 #define JV3_DAMSDF8 0x60 #define JV3_DAMDDFB 0x00 #define JV3_DAMDDF8 0x20 #define JV3_SIDE 0x10 /* 0=side 0, 1=side 1 */ #define JV3_ERROR 0x08 /* 0=ok, 1=CRC error */ #define JV3_SIZE 0x03 /* in used sectors: 0=256,1=128,2=1024,3=512 in free sectors: 0=512,1=1024,2=128,3=256 */ #define JV3_SECSTART (34*256) /* start of sectors within file */ #define JV3_SECSPERBLK ((USHORT)(JV3_SECSTART/3)) #define JV3_FREE 0xff /* in track/sector fields */ // JV1 #define JV1_SECSIZE 256 #define JV1_SECPERTRK 10 // LDOS error message #define LDOS_OK 0 #define LDOS_SEEK 2 #define LDOS_DATA_NOT_FOUND 5 #define LDOS_SYSTEM_REC 6 #define LDOS_NOT_AVAIL 8 #define LDOS_NOT_FOUND 24 #if EXTRA_IM_SUPPORT static void dmk_open(UCHAR unit, UCHAR *ntrack, UCHAR *sside, UCHAR *sdensity); static void dmk_readsec(UCHAR unit, UCHAR track, UCHAR sector); static void jv3_open(UCHAR unit, UCHAR *ntrack, UCHAR *sside, UCHAR *sdensity); static void jv3_readsec(UCHAR unit, UCHAR track, UCHAR sector); static void jv1_open(UCHAR unit, UCHAR *ntrack, UCHAR *sside, UCHAR *sdensity); static void jv1_readsec(UCHAR unit, UCHAR track, UCHAR sector); /* * Guess the image type. Code borrowed from xtrs/trs_disk.c * (Must enter with file pointer at 0) */ static im_type_t set_disk_emutype(UCHAR unit) { FRESULT res; USHORT count; UINT nbytes; res = f_read(&im_file, extra_buffer, 16, &nbytes); if (res != FR_OK || nbytes < 16) { return IM_NONE; } if (extra_buffer[0] == 0 || extra_buffer[0] == 0xff) { if (extra_buffer[0xc] == 0 && extra_buffer[0xd] == 0 && extra_buffer[0xe] == 0 && extra_buffer[0xf] == 0) { count = (USHORT)extra_buffer[2]; count |= (USHORT)extra_buffer[3] << 8; if (count >= 16 && count <= 0x4000) { return IM_DMK; } } if (extra_buffer[0xc] == 0x78 && extra_buffer[0xd] == 0x56 && extra_buffer[0xe] == 0x34 && extra_buffer[0xf] == 0x12) { return IM_NONE; } } if (extra_buffer[0] == 0 && extra_buffer[1] == 0xfe) { return IM_JV1; } res = f_lseek(&im_file, JV3_SECSPERBLK * 3); if (res == FR_OK) { res = f_read(&im_file, extra_buffer, 8, &nbytes); } if (res != FR_OK || nbytes < 8) { return IM_NONE; } if (extra_buffer[0] == 0 || extra_buffer[0] == 0xff) { return IM_JV3; } return IM_JV1; } static void open_dsk_image(UCHAR unit, const char *filename) { UCHAR ntrack, sside, sdensity; FRESULT res; // assume ok state_error2 = LDOS_OK; // already open ? if (filename == NULL && cur_unit == unit) { return; } // close previous if (cur_unit != -1) { f_close(&im_file); cur_unit = -1; } // open new image if (filename && filename[0] != '\0') { strcpy(im[unit].filename, filename); } res = f_open(&im_file, im[unit].filename, FA_OPEN_EXISTING | FA_READ); if (res != FR_OK) { state_error2 = LDOS_NOT_FOUND; return; } cur_unit = unit; // if we are re-opening an old file, we are done if (filename == NULL) { return; } // find image type im[unit].type = set_disk_emutype(unit); f_lseek(&im_file, 0); switch (im[unit].type) { case IM_NONE: state_error2 = LDOS_NOT_AVAIL; return; case IM_DMK: dmk_open(unit, &ntrack, &sside, &sdensity); break; case IM_JV3: jv3_open(unit, &ntrack, &sside, &sdensity); break; case IM_JV1: jv1_open(unit, &ntrack, &sside, &sdensity); break; } // return image info to TRS80 extra_buffer[0] = ntrack; extra_buffer[1] = sside; extra_buffer[2] = sdensity; extra_buffer[3] = 1; // write-protected, we don't support writes extra_buffer[4] = im[unit].type; state_size2 = 5; } /* * Called after TRS80 has written data and bytescount2 matches size2 */ void process_image_cmd(void) { UCHAR unit; unit = extra_buffer[0]; if (unit > 7) { state_error2 = LDOS_DATA_NOT_FOUND; return; } state_bytesdone2 = 0; switch (extra_buffer[1]) { case IM_OPEN: open_dsk_image(unit, (char *)&extra_buffer[2]); break; case IM_READSEC: if (cur_unit != unit) { // re-open our file open_dsk_image(unit, NULL); if (im[unit].type == IM_DMK) { im[unit].u.dmk.cur_track = -1; } if (state_error2 != LDOS_OK) { return; } } switch (im[unit].type) { case IM_NONE: state_error2 = LDOS_DATA_NOT_FOUND; break; case IM_DMK: dmk_readsec(unit, extra_buffer[2], extra_buffer[3]); break; case IM_JV3: jv3_readsec(unit, extra_buffer[2], extra_buffer[3]); break; case IM_JV1: jv1_readsec(unit, extra_buffer[2], extra_buffer[3]); break; } break; } } /***************************************************************************** * * * DMK * * * *****************************************************************************/ static int dmk_get_track_header(UCHAR unit, UCHAR track, UCHAR side) { dmk_t *dmk = &im[unit].u.dmk; USHORT u16; FRESULT res; UINT nbytes; // load track header u16 = track; if (!dmk->sside) u16 <<= 1; u16 += side; dmk->offset = (DWORD)u16; dmk->offset *= dmk->tlen; dmk->offset += DMK_HEADER_LEN; res = f_lseek(&im_file, dmk->offset); if (res == FR_OK) { res = f_read(&im_file, im_buf, 0x80, &nbytes); } if (res != FR_OK || nbytes < 0x80) { state_error2 = LDOS_DATA_NOT_FOUND; } else { dmk->cur_track = track; dmk->cur_side = side; state_error2 = LDOS_OK; } return (state_error2); } static void dmk_analyze(UCHAR unit, UCHAR *sside, UCHAR *sdensity) { dmk_t *dmk = &im[unit].u.dmk; UCHAR i, j, incr, ddensity; FRESULT res; DWORD offset; USHORT idamp; UINT nbytes; // consider single-side single-density for now *sside = 1; *sdensity = 1; // load track header of given track, side 1 offset = (DWORD)dmk->tlen; offset += DMK_HEADER_LEN; res = f_lseek(&im_file, offset); if (res == FR_OK) { res = f_read(&im_file, im_buf, 0x80, &nbytes); } if (res != FR_OK && nbytes < 0x80) return; dmk->nsectors = 0; // analyze this header for (i = 0; i < 0x40; i+=2) { idamp = (USHORT)im_buf[i] + ((USHORT)im_buf[i+1] << 8); if (idamp == 0) { break; } // bit 15 means double-density sector ddensity = (idamp & 0x8000) ? 1 : 0; idamp &= 0x3fff; dmk->nsectors++; if (ddensity) *sdensity = 0; incr = (dmk->sdensity || ddensity) ? 1 : 2; // read sector id res = f_lseek(&im_file, offset + (DWORD)idamp); if (res == FR_OK) { res = f_read(&im_file, extra_buffer, 14, &nbytes); } if (res != FR_OK || nbytes < 14) { break; } j = 0; // check IDAM marker if (extra_buffer[j] != 0xFE) continue; j += incr; // skip track j += incr; // check side if (extra_buffer[j] & 0x1) { *sside = 0; } } if (dmk->nsectors == 0) { // single-side... must still check double-density dmk_get_track_header(unit, 0, 0); for (i = 0; i < 0x40; i += 2) { idamp = (USHORT)im_buf[i] + ((USHORT)im_buf[i+1] << 8); if (idamp == 0) { break; } // bit 15 means double-density sector ddensity = (idamp & 0x8000) ? 1 : 0; idamp &= 0x3fff; dmk->nsectors++; if (ddensity) *sdensity = 0; } } // flags in header take precedence if (dmk->sdensity) *sdensity = 1; if (dmk->sside) *sside = 1; } static void dmk_open(UCHAR unit, UCHAR *ntrack, UCHAR *sside, UCHAR *sdensity) { dmk_t *dmk = &im[unit].u.dmk; FRESULT res; UINT nbytes; res = f_read(&im_file, im_buf, 16, &nbytes); if (res != FR_OK || nbytes < 16) { state_error2 = LDOS_DATA_NOT_FOUND; return; } // parse DMK header *ntrack = im_buf[1] - 1; dmk->sside = im_buf[4] & 0x10; dmk->sdensity = im_buf[4] & 0x40; dmk->tlen = (USHORT)im_buf[2] | ((USHORT)im_buf[3] << 8); dmk->cur_track = -1; dmk->cur_side = -1; // guess real density and number of sides of this image dmk_analyze(unit, sside, sdensity); state_error2 = LDOS_OK; } static void dmk_readsec(UCHAR unit, UCHAR track, UCHAR sector) { dmk_t *dmk = &im[unit].u.dmk; UCHAR side; USHORT idamp; UCHAR ddensity; UCHAR i, j, k; UCHAR incr; UCHAR *p1, *p2; UCHAR damlimit; UCHAR dam; UINT nbytes; FRESULT res; side = (sector >= dmk->nsectors); if (side) sector -= dmk->nsectors; if (dmk->cur_track != track || dmk->cur_side != side) { res = dmk_get_track_header(unit, track, side); if (res != 0) { goto not_found; } } for (i = 0; i < 0x40; i+=2) { idamp = (USHORT)im_buf[i] + ((USHORT)im_buf[i+1] << 8); if (idamp == 0) { goto not_found; } // bit 15 means double-density sector ddensity = (idamp & 0x8000) ? 1 : 0; idamp &= 0x3fff; incr = (dmk->sdensity || ddensity) ? 1 : 2; // read sector id res = f_lseek(&im_file, dmk->offset + (DWORD)idamp); if (res == FR_OK) { res = f_read(&im_file, extra_buffer, 14, &nbytes); } if (res != FR_OK || nbytes < 14) { goto not_found; } j = 0; // check IDAM marker if (extra_buffer[j] != 0xFE) continue; j += incr; // check track if (extra_buffer[j] != track) continue; j += incr; // check side if ((extra_buffer[j] & 0x1) != side) continue; j += incr; // check sector if (extra_buffer[j] != sector) continue; j += incr; // size code j += incr; // CRC j += incr; j += incr; // if we are here, we found our sector ! damlimit = ddensity ? 43 : 30; damlimit *= incr; res = f_lseek(&im_file, dmk->offset + (DWORD)(idamp + j)); if (res == FR_OK) { res = f_read(&im_file, extra_buffer, damlimit, &nbytes); } if (res != FR_OK || nbytes < damlimit) { goto not_found; } dam = 0xff; for (k = 0; k < damlimit; k += incr) { if (0xf8 <= extra_buffer[k] && extra_buffer[k] <= 0xfb) { dam = extra_buffer[k]; break; } } if (dam == 0xff) { // DAM not found goto not_found; } k += incr; // read the sector res = f_lseek(&im_file, dmk->offset + (DWORD)(idamp + j + k)); if (res != FR_OK) { goto not_found; } if (incr == 1) { res = f_read(&im_file, extra_buffer, 256, &nbytes); } else { p1 = extra_buffer; res = f_read(&im_file, sector_buffer, 256, &nbytes); if (res != FR_OK || nbytes < 256) { goto not_found; } p2 = sector_buffer; for (k = 0; k < 128; k++) { *(p1++) = *(p2++); p2++; } res = f_read(&im_file, sector_buffer, 256, &nbytes); if (res != FR_OK || nbytes < 256) { goto not_found; } p2 = sector_buffer; for (k = 0; k < 128; k++) { *(p1++) = *(p2++); p2++; } } state_error2 = (dam == 0xf8 || dam == 0xfa) ? LDOS_SYSTEM_REC : LDOS_OK; state_size2 = 256; return; } not_found: state_error2 = LDOS_DATA_NOT_FOUND; return; } /***************************************************************************** * * * JV3 * * * *****************************************************************************/ static void jv3_open(UCHAR unit, UCHAR *ntrack, UCHAR *sside, UCHAR *sdensity) { UCHAR i; USHORT n; FRESULT res; UINT nbytes; jv3_t *jv3 = &im[unit].u.jv3; *ntrack = 0; *sside = 1; *sdensity = 1; jv3->nsectors = 0; n = 0; while (n < JV3_SECSPERBLK) { res = f_read(&im_file, extra_buffer, 255, &nbytes); if (res != FR_OK || nbytes < 255) { return; } for (i = 0; i < 255 && n < JV3_SECSPERBLK; i+=3, n++) { if (extra_buffer[i] != 0xff) { if (extra_buffer[i] > *ntrack) { *ntrack = extra_buffer[i]; } if (extra_buffer[i+1] > jv3->nsectors) { jv3->nsectors = extra_buffer[i+1]; } if (extra_buffer[i+2] & JV3_DENSITY) *sdensity = 0; if (extra_buffer[i+2] & JV3_SIDE) *sside = 0; } } } jv3->nsectors++; } static UCHAR jv3_find_sector(UCHAR unit, UCHAR track, UCHAR sector, UCHAR side) { jv3_t *jv3 = &im[unit].u.jv3; USHORT n; UCHAR i, j; UCHAR fside; UINT nbytes; FRESULT res; res = f_lseek(&im_file, jv3->offset); if (res != FR_OK) { return 0; } jv3->offset += 3*JV3_SECSPERBLK + 1; n = 0; while (n < JV3_SECSPERBLK) { res = f_read(&im_file, extra_buffer, 255, &nbytes); if (res != FR_OK || nbytes < 255) { return 0; } for (i = 0; i < 255 && n < JV3_SECSPERBLK; i+=3, n++) { if (extra_buffer[i] != 0xff && extra_buffer[i] == track && extra_buffer[i+1] == sector) { fside = (extra_buffer[i+2] & JV3_SIDE) ? 1 : 0; if (side == fside) { jv3->dam = extra_buffer[i+2] & (JV3_DENSITY | JV3_DAM); return 1; } } // increment offset j = (extra_buffer[i+2] & JV3_SIZE) ^ ((extra_buffer[i] == JV3_FREE) ? 2 : 1); jv3->offset += ((DWORD)128 << j); } } // not found return 0; } static void jv3_readsec(UCHAR unit, UCHAR track, UCHAR sector) { jv3_t *jv3 = &im[unit].u.jv3; FRESULT res; UINT nbytes; UCHAR side; side = (sector >= jv3->nsectors); if (side) sector -= jv3->nsectors; // find the track/sector/side offset jv3->offset = 0; if (!jv3_find_sector(unit, track, sector, side)) { // try 2nd header if (!jv3_find_sector(unit, track, sector, side)) { // failure state_error2 = LDOS_DATA_NOT_FOUND; return; } } res = f_lseek(&im_file, jv3->offset); if (res == FR_OK) { res = f_read(&im_file, extra_buffer, 256, &nbytes); } if (res != FR_OK || nbytes < 256) { state_error2 = LDOS_DATA_NOT_FOUND; return; } if (jv3->dam == (JV3_DENSITY | JV3_DAMDDF8) || jv3->dam == JV3_DAMSDF8 || jv3->dam == JV3_DAMSDFA) { state_error2 = LDOS_SYSTEM_REC; } else { state_error2 = LDOS_OK; } state_size2 = 256; } /***************************************************************************** * * * JV1 * * * *****************************************************************************/ static void jv1_open(UCHAR unit, UCHAR *ntrack, UCHAR *sside, UCHAR *sdensity) { *ntrack = 35; *sside = 1; *sdensity = 1; } static void jv1_readsec(UCHAR unit, UCHAR track, UCHAR sector) { jv1_t *jv1 = &im[unit].u.jv1; FRESULT res; UINT nbytes; if (sector >= JV1_SECPERTRK) { state_error2 = LDOS_DATA_NOT_FOUND; return; } jv1->offset = track; jv1->offset *= JV1_SECPERTRK; jv1->offset += sector; jv1->offset <<= 8; res = f_lseek(&im_file, jv1->offset); if (res == FR_OK) { res = f_read(&im_file, extra_buffer, 256, &nbytes); } if (res != FR_OK || nbytes < 256) { state_error2 = LDOS_NOT_FOUND; return; } state_size2 = 256; state_error2 = (track == 17) ? LDOS_SYSTEM_REC : LDOS_OK; } #endif // EXTRA_IM_SUPPORT ================================================ FILE: frehd/PIC Source Files/eeprom.c ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include "HardwareProfile.h" #include "eeprom.h" /* * read one byte from EEPROM */ uint8_t ee_read8(uint16_t address) { EEADR = address & 0xff; EEADRH = address >> 8; EECON1bits.EEPGD = 0; // data memory EECON1bits.CFGS = 0; EECON1bits.RD = 1; return (EEDATA); } /* * write one byte into EEPROM */ void ee_write8(uint16_t address, uint8_t value) { EEADR = address & 0xff; EEADRH = address >> 8; EEDATA = value; EECON1bits.CFGS = 0; EECON1bits.EEPGD = 0; // data memory EECON1bits.WREN = 1; INTCONbits.GIE = 0; _asm MOVLW 0x55 MOVWF EECON2, 0 MOVLW 0xAA MOVWF EECON2, 0 _endasm EECON1bits.WR = 1; INTCONbits.GIE = 1; while (EECON1bits.WR == 1); // wait until write cycle is done EECON1bits.WREN = 0; } ================================================ FILE: frehd/PIC Source Files/eeprom.h ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifndef _EEPROM_H_ #define _EEPROM_H_ #include "stdint.h" void ee_write8(uint16_t address, uint8_t value); uint8_t ee_read8(uint16_t address); #endif /* _EEPROM_H_ */ ================================================ FILE: frehd/PIC Source Files/generate_crc.pl ================================================ #!/usr/bin/perl # # Copyright (C) 2013 Frederic Vecoven # # This file is part of trs_hard # # trs_hard is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # trs_hard is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # use strict; use Digest::CRC; use File::Copy; my $project_dir = $ARGV[0]; my $file = $project_dir . "FatFS.hex"; my $boot_inc = $project_dir . "bootloader.inc"; my $version_h = $project_dir . "version.h"; my $crc_file = "crc.inc"; my $file_out = $project_dir . $crc_file; my $F; if (! -f $file) { # FatFS.hex doesn't exist yet make_inc($file_out, 0); exit 0; } # read previous crc my $old_crc = 0; if (-f $file_out) { open($F, "< $file_out") or die "Can't open $file_out : $!\n"; while (<$F>) { if (/^THECRC\s+equ\s+([0-9A-Fa-fx]+)/) { $old_crc = hex($1); } } close($F); } # parse hex file my $linenum = 0; my @data; my $addr = 0; my $i; for ($i = 0; $i < 0x10000; $i++) { $data[$i] = 0xff; } open($F, "< $file") or die "Can't open $file : $!\n"; while (<$F>) { $linenum++; s/\r$//; chomp; if (/^:/) { my $line = $_; my $binrec = pack('H*', substr($_, 1)); my $check = unpack("%8C*", $binrec); die "Invalid checksum at line $linenum" unless $check == 0; my ($addr2, $type, $data2) = unpack("x n C X4 C x3 /a", $binrec); if ($type == 4) { # upper address $addr &= 0x0000ffff; $addr |= ($addr2 << 16); } elsif ($type == 0) { $addr &= 0xffff0000; $addr |= $addr2; if ($addr < 0x10000) { $i = 0; map( $data[$addr + $i++] = hex($_), unpack('H2' x length($data2), $data2)); } } } } close($F); my $digest = Digest::CRC->new(type => "crc16"); for ($i = 0x800; $i < 0xFFFE; $i++) { $digest->add(chr $data[$i]); } my $new_crc = $digest->digest; make_inc($file_out, $new_crc); # check bootloader file for PROTEUS my $proteus = 0; open ($F, "<$boot_inc") or die "Can't open $boot_inc : $!\n"; while (<$F>) { if (/^\#define\s+PROTEUS_SIMULATOR\s+([0-9]+)/) { if ($1 != 0) { print "***********************************\n"; print "**** PROTEUS SIMULATOR VERSION ****\n"; print "***********************************\n"; $proteus = 1; } last; } } close($F); # warn the user to recompile if the crc is new if ($old_crc != $new_crc) { print "\n"; print "*** New CRC detected. Please recompile ***\n"; print "\n"; exit 0; } # get version major and minor my $version_major = -1; my $version_minor = -1; open ($F, "<$version_h") or die "Can't open $version_h : $!\n"; while (<$F>) { if (/^\#define\s+VERSION_MAJOR\s+([0-9]+)/) { $version_major = $1; } elsif (/^\#define\s+VERSION_MINOR\s+([0-9]+)/) { $version_minor = $1; } } close($F); if ($version_major == -1 || $version_minor == -1) { print "Can't parse version info from $version_h\n"; } else { my $frehd = sprintf "FreHD_%d.%02d.hex", $version_major, $version_minor; my $newhex = $project_dir . $frehd; # don't copy firmware if proteus is set if ($proteus == 0) { copy($file, $newhex); my $str = "**** Generated " . $frehd . " ***"; print "*" x length($str), "\n"; print $str, "\n"; print "*" x length($str), "\n"; } } exit 0; sub make_inc { my $file = shift; my $crc = shift; open(my $OUT, " > $file") or die "Can't create $file : $!\n"; printf $OUT "THECRC\tequ\t0x%04x\n", $crc; close($OUT); # print "Generated $crc_file\n"; } ================================================ FILE: frehd/PIC Source Files/interrupt.asm ================================================ ;;; ;;; Copyright (C) 2013 Frederic Vecoven ;;; ;;; This file is part of trs_hard ;;; ;;; trs_hard is free software; you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or ;;; (at your option) any later version. ;;; ;;; trs_hard is distributed in the hope that it will be useful, ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with this program. If not, see . ;;; list p=18f4620 include p18f4620.inc include bootloader.inc include trs_hard_defs.h include version.h ;; extern udata extern sector_buffer, extra_buffer ;; extern udata access extern state_status, state_wp, state_control extern state_bytesdone, state_bytesdone2 extern state_command, state_command2, state_size2, state_error2 extern state_busy, val_1F, foo extern state_error, state_cyl, state_seccnt, state_secnum extern state_drive, state_head, state_present extern state_secsize, state_secsize16 extern state_rom, state_romdone extern action_type, action_flags #define TRS_ADDR PORTA #define TRS_DATA_IN PORTD #define TRS_DATA_OUT LATD #define TRS_DATA_TRIS TRISD #define GAL_INT_IF INTCON3,INT1IF #define GAL_INT_IE INTCON3,INT1IE #define GAL_INT PORTB,1 #define TRS_WAIT LATB,3 #define STAT_CS LATC,0 #define GLED LATB,7 #define RLED LATB,6 int_var UDATA_ACS save_fsr0 res 2 ;;; ;;; High priority interrupt code ;;; ;;; - placed at a fixed address APP_HI_INT, because the vector is in the ;;; bootloader area. ;;; ;;; - everything is written in assembly code for speed. C is too slow, ;;; specially when functions must be called. To achieve this, the ;;; state variables have been placed in access memory ("near" in C). ;;; ;;; - if something takes too long, it is done in the main loop by executing ;;; an action. During that time, the TRS must poll the status register and ;;; wait until the action completes ;;; int_code CODE APP_HI_INT handle_int2 GLOBAL handle_int2 bcf GAL_INT_IF ; acknowledge the interrupt tstfsz state_busy ; state_busy should always by 0 bra handle_busy ; (unless TRS forgot to poll STATUS) movf TRS_ADDR,w ; dispatch based on the TRS address andlw 0x1F ; PORTA = A3 A2 A1 A0 R/W cpfseq val_1F ; is it CF ? (write command) bra jj ; no, just jump swapf TRS_DATA_IN,w andlw 0x0F ; lower nibble = command movwf state_command ; save command here (save instructions later) clrf state_bytesdone+0 clrf state_bytesdone+1 addlw 0x1F ; add jump offset jj call jump goto trs_read_wp ; 0 R C0 192 goto trs_read_data ; 1 R C8 200 goto trs_read_rom ; 2 R C4 goto trs_read_cyllo ; 3 R CC 204 goto trs_read_data2 ; 4 R C2 194 goto trs_read_seccnt ; 5 R CA 202 goto trs_read_uart_status ; 6 R C6 goto trs_read_sdh ; 7 R CE 206 goto trs_read_control ; 8 R C1 193 goto trs_read_error ; 9 R C9 201 goto trs_read_error2 ; A R C5 goto trs_read_cylhi ; B R CD 205 goto trs_read_size2 ; C R C3 195 goto trs_read_secnum ; D R CB 203 goto trs_read_uart ; E R C7 goto int_ret_rd ; F R CF 207 (74HC595) goto int_ret_rd ; 0 W C0 goto trs_write_data ; 1 W C8 200 goto trs_write_command2 ; 2 W C4 196 goto trs_write_cyllo ; 3 W CC 204 goto trs_write_data2 ; 4 W C2 194 goto trs_write_seccnt ; 5 W CA 202 goto trs_write_uart_ctrl ; 6 W C6 goto trs_write_sdh ; 7 W CE 206 goto trs_write_control ; 8 W C1 193 goto int_ret_rd ; 9 W C9 goto trs_write_rom ; A W C5 goto trs_write_cylhi ; B W CD 205 goto trs_write_size2 ; C W C3 195 goto trs_write_secnum ; D W CB 203 goto trs_write_uart ; E W C7 goto int_ret_rd ; F W CF 207 goto trs_write_cmd_restore; F W CF 207 (restore) goto trs_write_cmd_read ; F W CF 207 (read) goto trs_write_cmd_write ; F W CF 207 (write) goto trs_write_cmd_verify ; F W CF 207 (verify) goto trs_write_cmd_format ; F W CF 207 (format) goto trs_write_cmd_init ; F W CF 207 (init) goto trs_write_cmd_seek ; F W CF 207 (seek) goto trs_write_cmd_nop ; F W CF 207 (no operation) goto trs_write_cmd_test ; F W CF 207 (test - WD1002) goto trs_write_cmd_nop ; F W CF 207 (no operation) goto trs_write_cmd_nop ; F W CF 207 (no operation) goto trs_write_cmd_nop ; F W CF 207 (no operation) goto trs_write_cmd_nop ; F W CF 207 (no operation) goto trs_write_cmd_nop ; F W CF 207 (no operation) goto trs_write_cmd_nop ; F W CF 207 (no operation) goto trs_write_cmd_nop ; F W CF 207 (no operation) ;;; implement a jump table by messing with the return stack jump rlncf WREG,w ; goto instructions are 4 bytes rlncf WREG,w addwf TOSL,f ;clrf WREG ; NOT NEEDED. jump table above doesn't ;addwfc TOSH,f ; cross page boundary return handle_busy btfsc TRS_ADDR,4 ; TRS read (0) or write (1) ? bra int_ret_rd ; write => ignore movff state_status,TRS_DATA_OUT ; read => return status bra int_ret_wr trs_read_wp movff state_wp,TRS_DATA_OUT bra int_ret_wr trs_read_control movff state_control,TRS_DATA_OUT bra int_ret_wr trs_read_data movff FSR0L,save_fsr0+0 ; save FSR0 movff FSR0H,save_fsr0+1 lfsr FSR0,sector_buffer movf state_bytesdone+0,w addwf FSR0L, f movf state_bytesdone+1,w addwfc FSR0H, f movff INDF0,TRS_DATA_OUT infsnz state_bytesdone+0,f ; bytesdone++ incf state_bytesdone+1,f movf state_bytesdone+0,w ; bytesdone == secsize16 ? subwf state_secsize16+0,w bnz int_ret_wr_FSR0 ; no, provide data + restore FSR0 movf state_bytesdone+1,w subwf state_secsize16+1,w bnz int_ret_wr_FSR0 ; no, provide data + restore FSR0 movlw (TRS_HARD_READY | TRS_HARD_SEEKDONE) ; done ! movwf SSPBUF movwf state_status bra int_ret_wr_FSR0_S ; provide data + restore FSR0 + status trs_read_data2 movff FSR0L,save_fsr0+0 ; save FSR0 movff FSR0H,save_fsr0+1 lfsr FSR0,extra_buffer movff state_bytesdone2, FSR0L incf state_bytesdone2,f movff INDF0,TRS_DATA_OUT bra int_ret_wr_FSR0 ; provide data + restore FSR0 trs_read_size2 movff state_size2+0,TRS_DATA_OUT bra int_ret_wr trs_read_error movff state_error,TRS_DATA_OUT bra int_ret_wr trs_read_error2 movff state_error2,TRS_DATA_OUT bra int_ret_wr trs_read_secnum movff state_secnum,TRS_DATA_OUT bra int_ret_wr trs_read_seccnt movff state_seccnt,TRS_DATA_OUT bra int_ret_wr trs_read_cyllo movff state_cyl+0,TRS_DATA_OUT bra int_ret_wr trs_read_cylhi movff state_cyl+1,TRS_DATA_OUT bra int_ret_wr trs_read_sdh rlncf state_secsize,w swapf WREG,w movwf foo rlncf state_drive,w rlncf WREG,w rlncf WREG,w iorwf state_head,w iorwf foo,w movwf TRS_DATA_OUT bra int_ret_wr trs_read_uart_status ; 6 R C6 trs_read_uart ; E R C7 bra int_ret_rd trs_write_control movf TRS_DATA_IN,w movwf state_control btfsc WREG,3 ; TRS_HARD_DEVICE_ENABLE = 0x8 bra int_ret_rd tstfsz state_present bra twco0 movlw (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR) movwf SSPBUF movwf state_status movlw TRS_HARD_NFERR movwf state_error bra int_ret_rd_S twco0 movlw (TRS_HARD_READY | TRS_HARD_SEEKDONE) movwf SSPBUF movwf state_status bra int_ret_rd_S trs_write_data movf state_command,w xorlw (TRS_HARD_WRITE >> 4) bnz int_ret_rd movff FSR0L,save_fsr0+0 movff FSR0H,save_fsr0+1 lfsr FSR0,sector_buffer movf state_bytesdone+0,w addwf FSR0L,f movf state_bytesdone+1,w addwfc FSR0H,f movff TRS_DATA_IN,INDF0 movff save_fsr0+0,FSR0L ; restore FSR0 movff save_fsr0+1,FSR0H infsnz state_bytesdone+0,f ; bytesdone++ incf state_bytesdone+1,f movf state_bytesdone+0,w ; bytesdone == secsize16 ? subwf state_secsize16+0,w bnz int_ret_rd movf state_bytesdone+1,w subwf state_secsize16+1,w bnz int_ret_rd movlw (TRS_HARD_BUSY | TRS_HARD_CIP) movwf SSPBUF movwf state_status movlw ACTION_HARD_WRITE movwf action_type bsf action_flags,ACTION_TRS_BIT bra int_ret_rd_S trs_write_data2 movff FSR0L,save_fsr0+0 movff FSR0H,save_fsr0+1 lfsr FSR0,extra_buffer movff state_bytesdone2,FSR0L movff TRS_DATA_IN,INDF0 movff save_fsr0+0,FSR0L ; restore FSR0 movff save_fsr0+1,FSR0H incf state_bytesdone2,f movf state_size2,w cpfseq state_bytesdone2 bra int_ret_rd movlw ACTION_EXTRA2 bra action_extraN ;;; ;;; End of interrupt routine. ;;; ;;; The code is put here so that "bra" instructions can be used above ;;; and below us. ;;; ;;; Variants: with/without restore FSR0 and with/without update statatus ;;; int_ret_wr_FSR0_S btfss SSPSTAT,BF bra $-2 bsf STAT_CS nop bcf STAT_CS int_ret_wr_FSR0 movff save_fsr0+0,FSR0L ; restore FSR0 movff save_fsr0+1,FSR0H int_ret_wr clrf TRS_DATA_TRIS ; if TRS reads, put data on the bus int_ret_rd bsf TRS_WAIT ; tell GAL to release WAIT* btfss GAL_INT ; wait transaction completion bra $-2 setf TRS_DATA_TRIS bcf TRS_WAIT ; get ready for next transaction retfie FAST ;;; with status update int_ret_rd_S btfss SSPSTAT,BF bra $-2 bsf STAT_CS bsf TRS_WAIT ; tell GAL to release WAIT* btfss GAL_INT ; wait transaction completion bra $-2 setf TRS_DATA_TRIS movf SSPBUF,w bcf STAT_CS bcf TRS_WAIT ; get ready for next transaction retfie FAST trs_read_rom movlw 0x02 ; 2nd byte (going to RAM) ? cpfseq state_romdone bra trr1 movff state_rom,TRS_DATA_OUT ; yes, return state_rom bra trr2 trr1 movff state_romdone,EEADR ; no, return eeprom byte clrf EEADRH bcf EECON1,EEPGD bcf EECON1,CFGS bsf EECON1,RD movff EEDATA,TRS_DATA_OUT trr2 incf state_romdone,f bra int_ret_wr trs_write_seccnt movff TRS_DATA_IN,state_seccnt bra int_ret_rd trs_write_secnum movff TRS_DATA_IN,state_secnum bra int_ret_rd trs_write_cyllo movff TRS_DATA_IN,state_cyl bra int_ret_rd trs_write_cylhi movf TRS_DATA_IN,w ; cylinder is 10 bits andlw 0x03 movwf state_cyl+1 bra int_ret_rd trs_write_sdh movlw (TRS_HARD_READY | TRS_HARD_SEEKDONE) movwf SSPBUF movwf state_status clrf state_secsize16+0 clrf state_secsize16+1 rrncf TRS_DATA_IN,w swapf WREG,w andlw 0x3 movwf state_secsize ; trs_data_in[6:5] bnz tws_01 incf state_secsize16+1,f ; 00 => 256 bytes size16 = 0100h bra tws_10 tws_01 xorlw 0x1 bnz tws_02 movlw 0x2 movwf state_secsize16+1 ; 01 => 512 bytes size16 = 0200h bra tws_10 tws_02 xorlw 0x1 ^ 0x2 bnz tws_03 movlw 0x4 movwf state_secsize16+1 ; 10 => 1024 bytes size16 = 0400h bra tws_10 tws_03 movlw 0x80 movwf state_secsize16+0 ; 11 => 128 bytes size16 = 0080h tws_10 rlncf TRS_DATA_IN,w swapf WREG,w andlw 0x3 movwf state_drive ; trs_data_in[4:3] movf TRS_DATA_IN,w andlw 0x7 movwf state_head ; trs_data_in[2:0] bra int_ret_rd_S trs_write_size2 clrf state_size2+1 movf TRS_DATA_IN,w movwf state_size2+0 bnz int_ret_rd incf state_size2+1,f ; 0 --> 0x100 bra int_ret_rd trs_write_cmd_restore ; RESTORE movlw (TRS_HARD_READY | TRS_HARD_SEEKDONE) movwf SSPBUF movwf state_status clrf state_cyl clrf state_cyl+1 bra int_ret_rd_S trs_write_cmd_read ; READ movlw (TRS_HARD_BUSY | TRS_HARD_CIP) movwf SSPBUF movwf state_status movlw ACTION_HARD_READ movwf action_type bsf action_flags,ACTION_TRS_BIT bra int_ret_rd_S trs_write_cmd_write ; WRITE movf TRS_DATA_IN,w ; we could probably skip this check andlw TRS_HARD_MULTI bnz twc_1 movlw (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_DRQ) movwf SSPBUF movwf state_status bra int_ret_rd_S twc_1 movlw (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR) movwf SSPBUF movwf state_status movlw TRS_HARD_ABRTERR movwf state_error bra int_ret_rd_S trs_write_cmd_verify ; VERIFY trs_write_cmd_seek ; SEEK movlw (TRS_HARD_BUSY | TRS_HARD_CIP) movwf SSPBUF movwf state_status movlw ACTION_HARD_SEEK movwf action_type bsf action_flags,ACTION_TRS_BIT bra int_ret_rd_S trs_write_cmd_nop ; No Operation trs_write_cmd_format ; FORMAT trs_write_cmd_init ; INIT movlw (TRS_HARD_READY | TRS_HARD_SEEKDONE) movwf SSPBUF movwf state_status bra int_ret_rd_S trs_write_cmd_test ; TEST (WD-1002) clrf state_error ; Clear error register movlw TRS_HARD_READY movwf SSPBUF movwf state_status bra int_ret_rd_S trs_write_command2 movff TRS_DATA_IN,state_command2 clrf state_bytesdone2 movlw ACTION_EXTRA action_extraN iorwf state_command2,w movwf action_type movlw (TRS_HARD_BUSY | TRS_HARD_CIP) movwf SSPBUF movwf state_status bsf action_flags,ACTION_TRS_BIT bra int_ret_rd_S trs_write_rom movff TRS_DATA_IN,state_rom clrf state_romdone bra int_ret_rd trs_write_uart_ctrl ; 6 W C6 trs_write_uart ; E W C7 bra int_ret_rd END ================================================ FILE: frehd/PIC Source Files/led.c ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include "HardwareProfile.h" #include "led.h" void led_init(void) { rled.rled = 1; rled.flash = 0; rled.val = LED_OFF; gled.rled = 0; gled.flash = 0; gled.val = LED_OFF; } void led_update(led_t *led) { static unsigned char val; switch (led->val & LED_VAL_MASK) { case LED_OFF: val = 0; break; case LED_ON: val = 1; break; case LED_FAST_BLINK: val = led_count & 0x40; break; case LED_SLOW_BLINK: val = led_count & 0x80; break; } // flash LED for disk activity if (led->val & LED_FLASH) { led->val &= ~LED_FLASH; led->flash = 7+1; // 20ms } if (led->flash) { led->flash--; val ^= 1; } // update hardware if (led->rled) { RLED = val; } else { GLED = val; } } ================================================ FILE: frehd/PIC Source Files/led.h ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifndef _LED_H #define _LED_H #define LED_OFF 0x0 #define LED_ON 0x1 #define LED_FAST_BLINK 0x2 #define LED_SLOW_BLINK 0x3 #define LED_VAL_MASK 0x03 #define LED_FLASH 0x80 typedef struct { unsigned char val; unsigned char flash; unsigned char rled; // true for red led } led_t; extern led_t rled; extern led_t gled; extern unsigned char led_count; void led_init(void); void led_update(led_t *led); #endif ================================================ FILE: frehd/PIC Source Files/loader_eeprom.asm ================================================ loader_code CODE_PACK 0xF00000 db 0xfe, 0xfe, 0xff, 0x18, 0x02, 0x18, 0x19, 0x3a db 0x40, 0x38, 0xe6, 0x80, 0xc0, 0x11, 0x16, 0x50 db 0x06, 0x09, 0xcd, 0x1f, 0x50, 0xc0, 0xe9, 0x46 db 0x52, 0x45, 0x48, 0x44, 0x2e, 0x52, 0x4f, 0x4d db 0x21, 0x00, 0x00, 0x39, 0xe5, 0xdd, 0xe1, 0xeb db 0x3e, 0x03, 0xd3, 0xc4, 0xcd, 0xa4, 0x50, 0x78 db 0x3c, 0x3c, 0xd3, 0xc3, 0x0e, 0xc2, 0x3e, 0x01 db 0xed, 0x79, 0xed, 0xb3, 0xaf, 0xed, 0x79, 0xcd db 0xa4, 0x50, 0xc0, 0x0e, 0xff, 0xcd, 0x7f, 0x50 db 0x3d, 0x20, 0x0c, 0xcd, 0x70, 0x50, 0xcd, 0x7f db 0x50, 0x77, 0x23, 0x10, 0xf9, 0x18, 0xee, 0x3d db 0x28, 0x0b, 0xcd, 0x7f, 0x50, 0x47, 0xcd, 0x7f db 0x50, 0x10, 0xfb, 0x18, 0xe0, 0xcd, 0x70, 0x50 db 0x3e, 0x06, 0xd3, 0xc4, 0xcd, 0xa4, 0x50, 0xaf db 0xc9, 0xcd, 0x7f, 0x50, 0x47, 0xcd, 0x7f, 0x50 db 0x6f, 0x05, 0xcd, 0x7f, 0x50, 0x67, 0x05, 0xc9 db 0x0c, 0x20, 0x03, 0xcd, 0x88, 0x50, 0xdb, 0xc2 db 0xc9, 0xaf, 0xd3, 0xc3, 0x3e, 0x04, 0xd3, 0xc4 db 0xcd, 0xa4, 0x50, 0x20, 0x05, 0xdb, 0xcf, 0xe6 db 0x08, 0xc0, 0x3e, 0x06, 0xd3, 0xc4, 0xcd, 0xa4 db 0x50, 0xdd, 0xf9, 0x3c, 0xc9, 0xdb, 0xcf, 0x07 db 0x38, 0xfb, 0xdb, 0xcf, 0xe6, 0x01, 0xc9, 0xff db 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff db 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff db 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff db 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff db 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff db 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff db 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff db 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff db 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff db 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff END ================================================ FILE: frehd/PIC Source Files/main.c ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include "HardwareProfile.h" #include #include #include #include "FatFS/ff.h" #include "FatFS/diskio.h" #include "trs_hard.h" #include "trs_extra.h" #include "trs_uart.h" #include "sw_i2c.h" #include "ds1307.h" #include "action.h" #include "serial.h" #include "led.h" #include "bootloader.inc" /* Hardware configuration */ #pragma config OSC = HSPLL #pragma config PWRT = ON #pragma config WDT = OFF #pragma config MCLRE = ON #pragma config PBADEN = OFF #pragma config LVP = OFF #pragma config BOREN = OFF #pragma config CCP2MX = PORTC #pragma config XINST = OFF #pragma config DEBUG = OFF // protect bootloader 0000-07FF #pragma config WRTB = ON /* Global variables */ #pragma udata fs_buffer FATFS fs; Drive state_d[TRS_HARD_MAXDRIVES]; FIL state_file2; #if EXTRA_IM_SUPPORT #if _USE_FASTSEEK DWORD im_stbl[FAST_SEEK_LEN]; #endif FIL im_file; BYTE im_buf[0x80]; #endif BYTE sector_buffer[MAX_SECTOR_SIZE]; #if EXTRA_IM_SUPPORT image_t im[8]; #endif #pragma udata extra_buffer BYTE extra_buffer[EXTRA_SIZE]; #pragma udata DIR state_dir; FILINFO state_fno; UCHAR state_dir_open; UCHAR state_file2_open; UCHAR fs_mounted; UCHAR cur_unit; UCHAR led_count; led_t rled; led_t gled; #pragma udata access trs_access near BYTE action_flags; near BYTE action_type; near BYTE action_status; near UCHAR state_busy; near UCHAR state_status; near UCHAR state_present; near UCHAR state_control; near UCHAR state_error; near UCHAR state_seccnt; near UCHAR state_secnum; near USHORT state_cyl; near UCHAR state_drive; near UCHAR state_head; near UCHAR state_wp; near UCHAR state_command; near USHORT state_bytesdone; near UCHAR state_secsize; near USHORT state_secsize16; near UCHAR state_command2; near UCHAR state_error2; near USHORT state_size2; near UCHAR state_bytesdone2; near UCHAR state_romdone; near UCHAR state_rom; near UCHAR val_1F; near UCHAR crc7; near USHORT crc16; near UCHAR foo; /* local prototypes */ void handle_interrupt_low(void); extern void _startup(void); /* * Interrupt handlers * * hi-priority is fixed at address APP_HI_INT * lo-priority is used in the bootloader, but in non-bootloader mode, it * jumps to APP_LO_INT * startup code is fixed at address APP_STARTUP */ #pragma code startup_app_code = APP_STARTUP void app_startup(void) { _asm goto _startup _endasm } #pragma code interrupt_code_low = APP_LO_INT void interrupt_low(void) { _asm goto handle_interrupt_low _endasm } #pragma code #pragma interruptlow handle_interrupt_low void handle_interrupt_low(void) { if (PIR1bits.TMR2IF) { PIR1bits.TMR2IF = 0; disk_timerproc(); action_flags |= ACTION_TICK; } if (RTC_INT_IF) { RTC_INT_IF = 0; ds1307_int(); } if (PIR1bits.TXIF) { PIR1bits.TXIF = 0; serial_tx_int(); } if (PIR1bits.RCIF) { PIR1bits.RCIF = 0; serial_rx_int(); } } void pic_init(void) { UCHAR i; /* SD Card */ SD_CS_TRIS = OUTPUT_PIN; SD_WP_TRIS = INPUT_PIN; SD_CD_TRIS = INPUT_PIN; SPI_SCK_TRIS = OUTPUT_PIN; SPI_MISO_TRIS = INPUT_PIN; SPI_MOSI_TRIS = OUTPUT_PIN; SD_CS = 1; /* Status 74HC595 */ STAT_CS_TRIS = OUTPUT_PIN; STAT_CS = 0; /* TRS80 and GAL */ ADCON1 = 0x0f; TRS_ADDR_TRIS |= 0x0F; TRS_WAIT_TRIS = OUTPUT_PIN; TRS_WAIT = 0; TRS_RD_N_TRIS = INPUT_PIN; GAL_INT_TRIS = INPUT_PIN; GAL_INT_IE = 1; GAL_INT_IP = 1; GAL_INT_EDGE = 0; // interrupt on falling edge /* DS1307 interrupt */ RTC_INT_TRIS = INPUT_PIN; RTC_INT_IE = 1; RTC_INT_IP = 0; RTC_INT_EDGE = 0; /* Debug LED */ GLED_TRIS = OUTPUT_PIN; RLED_TRIS = OUTPUT_PIN; GLED = 0; RLED = 0; /* Timer 2 : ~200Hz */ OpenTimer2(TIMER_INT_ON & T2_PS_1_16 & T2_POST_1_16); PR2 = 195; IPR1bits.TMR2IP = 0; /* Enable SPI */ SSPSTAT = 0x40; SSPCON1 = 0x21; /* Interrupt priorities */ RCONbits.IPEN = 1; /* globals init */ val_1F = 0x1F; action_flags = 0; fs_mounted = FS_NOT_MOUNTED; state_file2_open = 0; state_dir_open = 0; for (i = 0; i < TRS_HARD_MAXDRIVES; i++) { state_d[i].filename[0] = '\0'; } } static void handle_card_insertion(void) { FRESULT rc; BYTE retry; gled.val |= LED_FLASH; fs_mounted = FS_MOUNTED_ERROR; #if UART_DEBUG usart_puts2("Card inserted!"); #endif retry = 3; while ((rc = disk_initialize(0)) != RES_OK && retry-- > 0); if (rc == RES_OK) { #if UART_DEBUG usart_puts2("Card initialized!"); #endif rc = f_mount(0, &fs); if (rc == FR_OK) { fs_mounted = FS_MOUNTED_OK; #if UART_DEBUG usart_puts2("FAT mounted"); #endif rc = open_drives(); #if UART_DEBUG if (rc == FR_OK) { usart_puts2("Drives mounted"); } #endif } } if (fs_mounted == FS_MOUNTED_ERROR) { #if UART_DEBUG usart_puts2("Card init failed."); #endif rled.val = LED_FAST_BLINK; } // capture result state_error2 = rc; } static void handle_card_removal(void) { #if UART_DEBUG usart_puts2("Card removed!"); #endif close_drives(); f_mount(0, NULL); fs_mounted = 0; rled.val = LED_OFF; } void main(void) { pic_init(); led_init(); i2c_init(); ds1307_init(); trs_hard_init(); usart_init(); trs_uart_init(); /* Set READY status */ state_busy = 0; update_status(TRS_HARD_READY); /* Enable interrupts */ INTCONbits.GIEH = 1; INTCONbits.GIEL = 1; while (1) { /* DS1307 : reload time from chip */ if (action_flags & ACTION_DS1307_RELOAD) { ds1307_read_time(); action_flags &= ~ACTION_DS1307_RELOAD; } /* tick 200Hz */ if (action_flags & ACTION_TICK) { action_flags &= ~ACTION_TICK; /* handle LEDs */ led_update(&rled); led_update(&gled); /* sync hard drive files */ trs_sync(); /* card insertion */ if (card_present() && fs_mounted == FS_NOT_MOUNTED) { handle_card_insertion(); } /* card removal */ if (!card_present() && fs_mounted != FS_NOT_MOUNTED) { handle_card_removal(); } } /* hard drive and extra functions actions */ if (action_flags & ACTION_TRS) { action_flags &= ~ACTION_TRS; trs_action(); } #if 0 /* UART */ trs_uart(); #endif } } ================================================ FILE: frehd/PIC Source Files/reed.h ================================================ /* Matthew Reed's hard drive format. Thanks to Matthew for providing documentation. The comments below are copied from his mail messages, with some additions. */ #ifndef _REED_H #define _REED_H #include "integer.h" typedef struct { UCHAR id1; /* 0: Identifier #1: 56H */ UCHAR id2; /* 1: Identifier #2: CBH */ UCHAR ver; /* 2: Version of format: 10H = version 1.0 */ UCHAR cksum; /* 3: Simple checksum: To calculate, add together bytes 0 to 31 of header (excepting byte 3), then XOR result with 4CH */ UCHAR blks; /* 4: Number of 256 byte blocks in header: should be 1 */ UCHAR mb4; /* 5: Not used, but HDFORMAT sets to 4 */ UCHAR media; /* 6: Media type: 0 for hard disk */ UCHAR flag1; /* 7: Flags #1: bit 7: Write protected: 0 for no, 1 for yes [xtrshard/dct ignores for now] bit 6: Must be 0 bit 5 - 0: reserved */ UCHAR flag2; /* 8: Flags #2: reserved */ UCHAR flag3; /* 9: Flags #3: reserved */ UCHAR crtr; /* 10: Created by: 14H = HDFORMAT 42H = xtrs mkdisk 80H = Cervasio xtrshard port to Vavasour M4 emulator */ UCHAR dfmt; /* 11: Disk format: 0 = LDOS/LS-DOS */ UCHAR mm; /* 12: Creation month: mm */ UCHAR dd; /* 13: Creation day: dd */ UCHAR yy; /* 14: Creation year: yy (offset from 1900) */ UCHAR res1[11]; /* 15 - 25: reserved */ UCHAR heads; /* 26: Heads */ UCHAR dparm; /* 27: Disk parameters: (unused with hard drives) bit 7: Density: 0 = double, 1 = single bit 6: Sides: 0 = one side, 1 = 2 sides bit 5: First sector: 0 if sector 0, 1 if sector 1 bit 4: DAM convention: 0 if normal (LDOS), 1 if reversed (TRSDOS 1.3) bit 3 - 0: reserved */ UCHAR cyl; /* 28: Number of cylinders per disk */ UCHAR sec; /* 29: Number of sectors per track (floppy); cyl (hard) */ UCHAR gran; /* 30: Number of granules per track (floppy); cyl (hard)*/ UCHAR dcyl; /* 31: Directory cylinder [mkdisk sets to 1; xtrs ignores]*/ char label[32]; /* 32: Volume label: 31 bytes terminated by 0 */ char filename[8];/* 64 - 71: 8 characters of filename (without extension) [Cervasio addition. xtrs actually doesn't limit this to 8 chars or strip the extension] */ UCHAR res2[184]; /* 72 - 255: reserved */ } ReedHardHeader; #endif ================================================ FILE: frehd/PIC Source Files/serial.c ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include "stdint.h" #include "HardwareProfile.h" #define SERIAL_BUF_OUT_SIZE 128 #define SERIAL_BUF_IN_SIZE 128 #pragma udata uart_buffer static uint8_t serial_out[SERIAL_BUF_OUT_SIZE]; static uint8_t serial_in[SERIAL_BUF_IN_SIZE]; #pragma udata static uint8_t tx_count, tx_in, tx_out; static uint8_t rx_count, rx_in, rx_out; static uint8_t discard; void usart_init(void) { TX_TRIS = 0; RX_TRIS = 1; RTS_TRIS = 0; CTS_TRIS = 1; TXSTA = 0; TXSTAbits.TXEN = 1; TXSTAbits.BRGH = 1; RCSTA = 0; RCSTAbits.SPEN = 1; RCSTAbits.CREN = 1; IPR1bits.RCIP = 0; IPR1bits.TXIP = 0; // See if we can use the high baud rate setting #if ((GetPeripheralClock()+2*BAUD_RATE)/BAUD_RATE/4 - 1) <= 255 SPBRG = (GetPeripheralClock() + 2 * BAUD_RATE) / BAUD_RATE / 4 - 1; TXSTAbits.BRGH = 1; #else // Use the low baud rate setting SPBRG = (GetPeripheralClock() + 8 * BAUD_RATE) / BAUD_RATE / 16 - 1; #endif BAUDCON = 0; PIE1bits.RCIE = 1; tx_count = 0; tx_in = 0; tx_out = 0; rx_count = 0; rx_in = 0; rx_out = 0; } void serial_tx_int(void) { if (tx_count == 0) { // nothing to send. disable interrupt PIE1bits.TXIE = 0; return; } TXREG = serial_out[tx_out]; if (++tx_out == SERIAL_BUF_OUT_SIZE) { tx_out = 0; } tx_count--; } uint8_t usart_ok_to_send(void) { return (tx_count < SERIAL_BUF_OUT_SIZE); } void usart_send(uint8_t data) { while (tx_count >= SERIAL_BUF_OUT_SIZE); INTCONbits.GIEL = 0; serial_out[tx_in] = data; if (++tx_in == SERIAL_BUF_OUT_SIZE) { tx_in = 0; } tx_count++; PIE1bits.TXIE = 1; INTCONbits.GIEL = 1; } void usart_flush(void) { while (tx_count != 0); } void serial_rx_int(void) { if (RCSTAbits.OERR) { // reset receive bit after overrun error RCSTAbits.CREN = 0; RCSTAbits.CREN = 1; } if (RCSTAbits.FERR == 0) { if (rx_count < SERIAL_BUF_IN_SIZE) { serial_in[rx_in] = RCREG; if (++rx_in == SERIAL_BUF_IN_SIZE) { rx_in = 0; } rx_count++; return; } } // discard byte discard = RCREG; return; } uint8_t usart_get(uint8_t *data) { if (rx_count == 0) return 0; INTCONbits.GIEL = 0; *data = serial_in[rx_out]; if (++rx_out == SERIAL_BUF_IN_SIZE) { rx_out = 0; } rx_count--; INTCONbits.GIEL = 1; return 1; } void usart_puts(const rom char *str) { while (*str) { usart_send(*(str++)); } } void usart_puts2(const rom char *str) { usart_puts(str); usart_send('\r'); usart_send('\n'); } void usart_puts_r(const char *str) { while (*str) { usart_send(*(str++)); } } void usart_puts2_r(const char *str) { usart_puts_r(str); usart_send('\r'); usart_send('\n'); } void usart_put_hex(char c) { char x; x = (c & 0xF0) >> 4; if (x > 9) x += 'A' - 10; else x += '0'; usart_send(x); x = c & 0x0F; if (x > 9) x += 'A' - 10; else x += '0'; usart_send(x); } void usart_put_short(short x) { usart_put_hex((x >> 8) & 0xff); usart_put_hex(x & 0xff); } void usart_put_long(long x) { usart_put_hex((x >> 24) & 0xff); usart_put_hex((x >> 16) & 0xff); usart_put_hex((x >> 8) & 0xff); usart_put_hex(x & 0xff); } ================================================ FILE: frehd/PIC Source Files/serial.h ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifndef _SERIAL_H_ #define _SERIAL_H_ #include "stdint.h" void usart_init(void); uint8_t usart_ok_to_send(void); void usart_send(uint8_t data); uint8_t usart_get(uint8_t *data); void usart_flush(void); /* debug utils */ void usart_puts(const rom char *str); void usart_puts2(const rom char *str); void usart_puts_r(const char *str); void usart_puts2_r(const char *str); void usart_put_hex(char c); void usart_put_short(short c); void usart_put_long(long c); /* interrupt handlers */ void serial_rx_int(void); void serial_tx_int(void); #endif /* _SERIAL_H_ */ ================================================ FILE: frehd/PIC Source Files/stdint.h ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifndef _STDINT #define _STDINT typedef char int8_t; typedef unsigned char uint8_t; typedef int int16_t; typedef unsigned int uint16_t; typedef short long int24_t; typedef unsigned short long uint24_t; typedef long int32_t; typedef unsigned long uint32_t; #endif ================================================ FILE: frehd/PIC Source Files/sw_i2c.c ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include #include "HardwareProfile.h" #define DELAY 10 /* macros */ #define SDA_LOW SDA_TRIS = 0; #define SDA_HI SDA_TRIS = 1; #define SCL_LOW SCL_TRIS = 0; #define SCL_HI SCL_TRIS = 1; /* globals */ unsigned int i2c_buffer; char bit_counter; void i2c_init(void) { SDA_HI; SCL_HI; } void i2c_start(void) { SDA_LAT = 0; SDA_LOW; Delay10TCYx(DELAY); } void i2c_stop(void) { SCL_LAT = 0; SCL_LOW; SDA_LAT = 0; SDA_LOW; Delay10TCYx(DELAY); SCL_HI; Delay10TCYx(DELAY); SDA_HI; Nop(); Nop(); } void i2c_restart(void) { SCL_LAT = 0; SCL_LOW; SDA_HI; Delay10TCYx(DELAY); SCL_HI; Delay10TCYx(DELAY); SDA_LAT = 0; SDA_LOW; Delay10TCYx(DELAY); } signed char i2c_ack(void) { SCL_LAT = 0; SCL_LOW; SDA_HI; Delay10TCYx(DELAY); SCL_HI; Delay10TCYx(5 * DELAY); if (SDA_PIN) { return (-1); // slave didn't ack } else { return (0); } } signed char i2c_clock_test(void) { Delay10TCYx(3 * DELAY); // wait period if (!SCL_PIN) { return (-2); // clock still low after wait } else { return (0); } } unsigned int i2c_read(void) { bit_counter = 8; SCL_LAT = 0; do { SCL_LOW; SDA_HI; Delay10TCYx(DELAY); SCL_HI; Delay10TCY(); if (!SCL_PIN) { if (i2c_clock_test()) { return (-2); } } i2c_buffer <<= 1; i2c_buffer &= 0xFE; if (SDA_PIN) { i2c_buffer |= 0x01; } } while (--bit_counter); return ((unsigned int) i2c_buffer); } unsigned int i2c_getc(void) { unsigned int x; x = i2c_read(); if (x & 0xFF00) { return (-1); } if (!i2c_ack()) { return (-1); } return (x); } signed char i2c_gets(unsigned char *ptr, unsigned char length) { unsigned int thold; while (length--) { thold = i2c_read(); if (thold & 0xFF00) { return (-1); } else { *ptr++ = thold; } if (!length) { SCL_LOW; SDA_HI; Delay10TCYx(DELAY); SCL_HI; Delay10TCYx(DELAY); } else { SCL_LOW; SDA_LAT = 0; SDA_LOW; Delay10TCYx(DELAY); SCL_HI; Delay10TCYx(DELAY); } } return (0); } signed char i2c_write(unsigned char data) { bit_counter = 8; i2c_buffer = data; SCL_LAT = 0; do { if (!SCL_PIN) { if (i2c_clock_test()) { return (-1); } } else { i2c_buffer &= 0xFF; _asm rlcf i2c_buffer,1,1 _endasm if (STATUS & 0x01) { SCL_LOW; SDA_HI; Delay10TCYx(DELAY); SCL_HI; Delay10TCYx(DELAY); } else { SCL_LOW; SDA_LAT = 0; SDA_LOW; Delay10TCYx(DELAY); SCL_HI; Delay10TCYx(DELAY); } bit_counter--; } } while (bit_counter); return (0); } signed char i2c_putc(unsigned char data) { if (i2c_write(data)) { return (-1); } if (i2c_ack()) { return (-1); } return (0); } signed char i2c_puts(unsigned char *ptr, unsigned char length) { while (length) { if (i2c_write(*ptr++)) { return (-1); } else { if (i2c_ack()) { return (-1); } } length--; } return (0); } ================================================ FILE: frehd/PIC Source Files/sw_i2c.h ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifndef _SW_I2C_H #define _SW_I2C_H void i2c_init(void); void i2c_start(void); void i2c_stop(void); void i2c_restart(void); signed char i2c_ack(void); signed char i2c_clock_test(void); unsigned int i2c_read(void); unsigned int i2c_getc(void); signed char i2c_gets(unsigned char *ptr, unsigned char length); signed char i2c_write(unsigned char); signed char i2c_putc(unsigned char); signed char i2c_puts(unsigned char *ptr, unsigned char length); #endif ================================================ FILE: frehd/PIC Source Files/trs_extra.c ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include #include "HardwareProfile.h" #include "action.h" #include "trs_hard.h" #include "trs_extra.h" #include "ds1307.h" #include "eeprom.h" #include "bootloader.inc" #include "version.h" #define DEFAULT_STATUS (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_DRQ) rom UCHAR (*rom trs_extra[])(UCHAR) = { trs_extra_version, // 0 trs_extra_gettime, // 1 trs_extra_settime, // 2 trs_extra_openfile, // 3 trs_extra_readfile, // 4 trs_extra_writefile, // 5 trs_extra_closefile, // 6 trs_extra_bootloader, // 7 trs_extra_opendir, // 8 trs_extra_readdir, // 9 trs_extra_mountdrive, // A trs_extra_seekfile, // B trs_extra_infodrive, // C trs_extra_image, // D trs_extra_read_header, // E trs_extra_ignored, // F }; UCHAR trs_extra_ignored(UCHAR step) { return DEFAULT_STATUS; } /* * Get version * 1. TRS writes COMMAND2 + wait * 2. TRS reads DATA2 (up to 6 bytes) */ UCHAR trs_extra_version(UCHAR step) { state_size2 = 6; extra_buffer[0] = VERSION_MAJOR; extra_buffer[1] = VERSION_MINOR; extra_buffer[2] = *((UCHAR rom *) 0x6); extra_buffer[3] = *((UCHAR rom *) 0x7); extra_buffer[4] = *((UCHAR rom *) FLASH_CRC_ADDR); extra_buffer[5] = *((UCHAR rom *) FLASH_CRC_ADDR+1); return DEFAULT_STATUS; } /* * Get time * 1. TRS writes COMMAND2 + wait * 2. TRS reads DATA2 (6 bytes) */ UCHAR trs_extra_gettime(UCHAR step) { state_size2 = 6; INTCONbits.GIEL = 0; extra_buffer[TRS80_SEC] = time[DS1307_SEC]; extra_buffer[TRS80_MIN] = time[DS1307_MIN]; extra_buffer[TRS80_HOUR] = time[DS1307_HOUR]; extra_buffer[TRS80_YEAR] = time[DS1307_YEAR]; extra_buffer[TRS80_DAY] = time[DS1307_DAY]; extra_buffer[TRS80_MONTH] = time[DS1307_MONTH]; INTCONbits.GIEL = 1; return DEFAULT_STATUS; } /* * Set time * 1. TRS writes COMMAND2 + wait * 2. TRS writes DATA2 (6 bytes) + wait */ UCHAR trs_extra_settime(UCHAR step) { if (step == 0) { state_size2 = 6; } else { tbuf[DS1307_SEC] = extra_buffer[TRS80_SEC]; tbuf[DS1307_MIN] = extra_buffer[TRS80_MIN]; tbuf[DS1307_HOUR] = extra_buffer[TRS80_HOUR]; tbuf[DS1307_YEAR] = extra_buffer[TRS80_YEAR]; tbuf[DS1307_DAY] = extra_buffer[TRS80_DAY]; tbuf[DS1307_MONTH] = extra_buffer[TRS80_MONTH]; tbuf[DS1307_WEEKDAY] = 1; // don't care ds1307_write_time(tbuf); action_flags |= ACTION_DS1307_RELOAD; } return DEFAULT_STATUS; } /* * Open file * 1. TRS writes SIZE2 (1 + strlen(filename)) * 2. TRS wrties COMMAND2 + wait * 3. TRS writes DATA2 * byte 0 : open options * bytes 1..n : filename * 4. TRS waits * 5. TRS checks status for error (in ERROR2 if any) */ UCHAR trs_extra_openfile(UCHAR step) { if (step == 1) { if (state_file2_open) { f_close(&state_file2); state_file2_open = 0; } state_error2 = f_open(&state_file2, (const TCHAR *)&extra_buffer[1], extra_buffer[0]); if (state_error2 != FR_OK) { state_size2 = 0; return (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR); } else { state_file2_open = 1; // provide file size to the TRS80 state_size2 = sizeof (DWORD); memcpy(extra_buffer, (const void *)&state_file2.fsize, sizeof (DWORD)); } } return DEFAULT_STATUS; } /* * Read file * 1. file must have been opened by openfile() * 2. TRS sends COMMAND2 + wait * 3. TRS checks status. If DRQ set, data was read * DRQ : TRS reads DATA2 (SIZE2 bytes) * !DRQ : done * ERR : error in ERROR2 */ UCHAR trs_extra_readfile(UCHAR step) { UINT n; if (state_file2_open) { state_error2 = f_read(&state_file2, extra_buffer, state_size2, &n); if (state_error2 != FR_OK) { return (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR); } state_size2 = n; if (n == 0) { // got no data, don't set DRQ return (TRS_HARD_READY | TRS_HARD_SEEKDONE); } } else { state_error2 = FR_NO_FILE; return (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR); } return DEFAULT_STATUS; } /* * Write file * 1. file must have been opened by openfile() * 2. TRS sends COMMAND2 + wait * 3. TRS sends SIZE2 (if not, default is 256 bytes) * 4. TRS waits (after sending size2 bytes) * 5. TRS checks status */ UCHAR trs_extra_writefile(UCHAR step) { UINT n; if (step == 0) { if (state_file2_open) { state_size2 = 256; } else { state_error2 = FR_NO_FILE; return (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR); } } else { state_error2 = f_write(&state_file2, (const void *)extra_buffer, state_size2, &n); if (state_error2 != FR_OK) { return (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR); } if (n < state_size2) { // disk full state_error2 = FR_DISK_FULL; return (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR); } } return DEFAULT_STATUS; } /* * Seek file * 1. file must have been opened by openfile() * 2. TRS sends COMMAND2 + wait * 3. TRS writes DATA2 (position (DWORD)) + wait * 4. TRS checks status. * * Tell position * 1. file must have been opened by openfile() * 2. TRS sends COMMAND2 + wait * 3. TRS reads DATA2 (DWORD). It contains the current position (ftell) */ UCHAR trs_extra_seekfile(UCHAR step) { DWORD offset; if (step == 0) { if (state_file2_open) { state_size2 = sizeof (DWORD); offset = f_tell(&state_file2); memcpy(extra_buffer, (const void *)&offset, sizeof (DWORD)); } else { state_error2 = FR_NO_FILE; return (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR); } } else { memcpy(&offset, (const void *)extra_buffer, sizeof (DWORD)); // XXX: should we check offset here and prevent too big offsets ? state_error2 = f_lseek(&state_file2, offset); if (state_error2 != FR_OK) { return (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR); } } return DEFAULT_STATUS; } /* * Close file * 1. file must have been opened by openfile() * 2. TRS sends COMMAND2 + wait * 3. TRS checks status for ERR. */ UCHAR trs_extra_closefile(UCHAR step) { if (state_file2_open) { state_error2 = f_close(&state_file2); if (state_error2 != FR_OK) { return (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR); } state_file2_open = 0; } return (TRS_HARD_READY | TRS_HARD_SEEKDONE); } /* * Enter bootloader * 1. TRS issues COMMAND2 + wait * 2. TRS writes DATA2 0x15 0x04 + wait * 3. emulator should be in bootloader mode * (can be checked by reading 4F from emulator, see bootloader.asm) */ UCHAR trs_extra_bootloader(UCHAR step) { if (step == 0) { state_size2 = 2; } else { if (extra_buffer[0] == 0x15 && extra_buffer[1] == 0x04) { ee_write8(EEPROM_CRC_ADDR, 0xff); ee_write8(EEPROM_CRC_ADDR+1, 0xff); _asm RESET _endasm // not reached } } return DEFAULT_STATUS; } /* * Open a directory * 1. TRS issues SIZE2 = strlen(path), and COMMAND2 + wait * 2. TRS sends DATA2 path * 3. TRS waits * 4. TRS reads status. If TRS_HARD_ERR set, check ERROR2. */ UCHAR trs_extra_opendir(UCHAR step) { if (step == 1) { state_error2 = f_opendir(&state_dir, (const TCHAR *)&extra_buffer[0]); if (state_error2 != FR_OK) { state_size2 = 0; state_dir_open = 0; return (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR); } else { state_dir_open = 1; } } return DEFAULT_STATUS; } /* * Read a directory * 1. opendir (see above) * 2. TRS issues COMMAND2 + wait * 3. TRS reads status. If HARD_ERR, check ERROR2 * If ok, check DRQ. * If set: SIZE2 contains directory info size. * DATA2 contains directory info data. * If clear: no more entries in this directory. */ UCHAR trs_extra_readdir(UCHAR step) { if (state_dir_open == 0) { // user has not done opendir() before. state_error2 = FR_NO_PATH; return (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR); } state_error2 = f_readdir(&state_dir, &state_fno); if (state_error2 != FR_OK) { return (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR); } if (state_fno.fname[0] == 0) { // reach end of dir : do not set DRQ return (TRS_HARD_READY | TRS_HARD_SEEKDONE); } state_size2 = sizeof (state_fno); memcpy(extra_buffer, (const void *)&state_fno, state_size2); return DEFAULT_STATUS; } /* * Mount a drive * 1. TRS issues SIZE2 = 2 + strlen(filename), and COMMAND2 + wait * 2. TRS sends DATA2 * byte 0 : drive number (0..TRS_HARD_MAXDRIVES) * byte 1 : option bit 0 set = no fast seek) * bit 1 set = create if file doesn't exist * bit 2 set = mount read-only * bytes 2..size2 : filename ('\0' means default filename) * 3. TRS waits * 4. TRS checks status */ UCHAR trs_extra_mountdrive(UCHAR step) { UCHAR drive_num; if (step == 1) { if (state_size2 < 3 || (drive_num = extra_buffer[0]) >= TRS_HARD_MAXDRIVES) { state_error2 = FR_INVALID_PARAMETER; return (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR); } close_drive(drive_num); strcpy(state_d[drive_num].filename, (const char *)&extra_buffer[2]); state_error2 = open_drive(extra_buffer[0], extra_buffer[1]); if (state_error2 != FR_OK) { return (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR); } } return DEFAULT_STATUS; } /* * Info about mounted drives * 1. TRS sends command and wait * 2. TRS reads size2 and DATA2 * * Data returned, per drive: * offset 0 : drive available (bit0 = avail, bit1 = use fast seek) * 1 : write protect flag * 2-3 : number of cylinders * 4 : number of heads * 5 : number of sectors per track * 6-18 : filename (8.3 format) */ UCHAR trs_extra_infodrive(UCHAR step) { UCHAR drive_num; Drive *d; if (step == 0) { state_size2 = 0; for (drive_num = 0; drive_num < TRS_HARD_MAXDRIVES; drive_num++) { d = &state_d[drive_num]; extra_buffer[state_size2++] = d->avail; // 0 extra_buffer[state_size2++] = d->writeprot; // 1 extra_buffer[state_size2++] = d->cyls >> 8; // 2 extra_buffer[state_size2++] = d->cyls & 0xff; // 3 extra_buffer[state_size2++] = d->heads; // 4 extra_buffer[state_size2++] = d->secs; // 5 memcpy(&extra_buffer[state_size2], (const char *)d->filename, 13); state_size2 += 13; } } return DEFAULT_STATUS; } /* * JV1, JV3 and DMK image support (read-only) * 1. TRS sends command and waits * 2. TRS reads size2 and DATA2 (DATA2 contains subcommand) * 3. TRS waits * 4. TRS gets error status in ERROR2, and acts accordingly * 5. (optional if no error) TRS gets DATA2 */ UCHAR trs_extra_image(UCHAR step) { #if EXTRA_IM_SUPPORT if (step == 1) { process_image_cmd(); } return DEFAULT_STATUS; #else state_error2 = FR_NOT_ENABLED; return (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR); #endif } /* * Read hard drive image header of the currently select drive * (use SDH to select a drive) * 1. TRS sends command and wait * 2. TRS reads size2 and DATA2 (256 bytes) */ UCHAR trs_extra_read_header(UCHAR step) { Drive *d; UINT n; if (step == 0) { d = &state_d[state_drive]; if (d->avail == 0) { return (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR); } state_error2 = f_lseek(&d->file, 0); if (state_error2 == FR_OK) { state_error2 = f_read(&d->file, extra_buffer, 256, &n); if (state_error2 != FR_OK) { return (TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR); } state_size2 = n; } } return DEFAULT_STATUS; } ================================================ FILE: frehd/PIC Source Files/trs_extra.h ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifndef _TRS_EXTRA #define _TRS_EXTRA #define TRS_EXTRA_VERSION 0x00 #define TRS_EXTRA_GETTIME 0x01 #define TRS_EXTRA_SETTIME 0x02 #define TRS_EXTRA_OPENFILE 0x03 #define TRS_EXTRA_READFILE 0x04 #define TRS_EXTRA_WRITEFILE 0x05 #define TRS_EXTRA_CLOSEFILE 0x06 #define TRS_EXTRA_BOOTLOADER 0x07 #define TRS_EXTRA_OPENDIR 0x08 #define TRS_EXTRA_READDIR 0x09 #define TRS_EXTRA_MOUNTDRIVE 0x0A #define TRS_EXTRA_SEEKFILE 0x0B #define TRS_EXTRA_INFODRIVE 0x0C #define TRS_EXTRA_IMAGE 0x0D #define TRS_EXTRA_READ_HEADER 0x0E // LSDOS time : 6 bytes #define TRS80_SEC 0 #define TRS80_MIN 1 #define TRS80_HOUR 2 #define TRS80_YEAR 3 #define TRS80_DAY 4 #define TRS80_MONTH 5 // TRS_EXTRA_MOUNTDRIVE options #define TRS_EXTRA_MOUNT_SLOW 0x01 // no fast seek #define TRS_EXTRA_MOUNT_CREATE 0x02 // create if needed #define TRS_EXTRA_MOUNT_RO 0x04 // read-only typedef enum { IM_NONE, IM_DMK, IM_JV3, IM_JV1 } im_type_t; typedef struct { USHORT tlen; UCHAR cur_track; UCHAR cur_side; UCHAR sside; // 1 if single side in header flag UCHAR sdensity; // 1 if single density in header flag UCHAR nsectors; long offset; } dmk_t; typedef struct { UCHAR nsectors; UCHAR dam; DWORD offset; } jv3_t; typedef struct { DWORD offset; } jv1_t; typedef struct { im_type_t type; char filename[13]; union { dmk_t dmk; jv3_t jv3; jv1_t jv1; } u; } image_t; extern rom UCHAR (*rom trs_extra[])(UCHAR); UCHAR trs_extra_ignored(UCHAR); UCHAR trs_extra_version(UCHAR); UCHAR trs_extra_gettime(UCHAR); UCHAR trs_extra_settime(UCHAR); UCHAR trs_extra_openfile(UCHAR); UCHAR trs_extra_readfile(UCHAR); UCHAR trs_extra_writefile(UCHAR); UCHAR trs_extra_closefile(UCHAR); UCHAR trs_extra_bootloader(UCHAR); UCHAR trs_extra_opendir(UCHAR); UCHAR trs_extra_readdir(UCHAR); UCHAR trs_extra_mountdrive(UCHAR); UCHAR trs_extra_infodrive(UCHAR); UCHAR trs_extra_seekfile(UCHAR); UCHAR trs_extra_image(UCHAR); UCHAR trs_extra_read_header(UCHAR); // dsk.c void process_image_cmd(void); #endif ================================================ FILE: frehd/PIC Source Files/trs_hard.c ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ /* Copyright (c) 2000, Timothy Mann */ /* $Id: trs_hard.c,v 1.8 2009/06/15 23:40:47 mann Exp $ */ /* This software may be copied, modified, and used for any purpose * without fee, provided that (1) the above copyright notice is * retained, and (2) modified versions are clearly marked as having * been modified, with the modifier's name and the date included. */ #include #include "HardwareProfile.h" #include "action.h" #include "reed.h" #include "trs_hard.h" #include "trs_extra.h" #include "ds1307.h" #include "led.h" #include "version.h" extern void handle_int2(void); /* update status (using the SPI port) */ void update_status(UCHAR new_status) { SSPBUF = new_status; state_status = new_status; while (!SSPSTATbits.BF); STAT_CS = 1; foo = SSPBUF; STAT_CS = 0; } static void update_present(void) { UCHAR i, p; p = 0; for (i = 0; i < TRS_HARD_MAXDRIVES; i++) { if (state_d[i].avail) { p = 1; } } state_present = p; } FRESULT write_header(FIL *file) { ReedHardHeader *rhh; FRESULT res; UINT nbytes; rhh = (ReedHardHeader *)§or_buffer[0]; memset(rhh, 0, sizeof (ReedHardHeader)); rhh->id1 = 0x56; rhh->id2 = 0xcb; rhh->ver = 0x10; rhh->blks = 1; rhh->mb4 = 1; rhh->crtr = 0x43; // created by INTCONbits.GIEL = 0; rhh->mm = time[DS1307_MONTH]; rhh->dd = time[DS1307_DAY]; rhh->yy = 100 + time[DS1307_YEAR]; INTCONbits.GIEL = 1; /* * Default configuration is ST251 equivilent * 840 cylinders / 6 heads / 192 (6 x 32) sectors per cylinder */ rhh->dparm = 3; // Cylinders MSB rhh->cyl = 72; // Cylinders LSB rhh->sec = 192; rhh->gran = 8; rhh->dcyl = 1; rhh->heads = 6; strcpypgm2ram(rhh->label, (const rom char far *)"etrshard"); res = f_write(file, (const void *)sector_buffer, 256, &nbytes); if (res == FR_OK) { res = f_sync(file); if (res == FR_OK) { res = f_lseek(file, 0); } } return FR_OK; } FRESULT open_drive(UCHAR drive_num, UCHAR options) { CHAR *filename; FRESULT res; UINT nbytes; USHORT secs; BYTE mode; ReedHardHeader *rhh; Drive *d; d = &state_d[drive_num]; if (d->avail) { // drive already open return (FR_OK); } filename = state_d[drive_num].filename; if (filename[0] == '\0') { // use default name strcpypgm2ram(filename, (const rom char far *)"/hard4-"); filename[7] = '0' + drive_num; filename[8] = 0; } /* try to open the file */ mode = FA_OPEN_EXISTING | FA_READ | FA_WRITE; if (options & TRS_EXTRA_MOUNT_CREATE) { mode = FA_CREATE_NEW | FA_READ | FA_WRITE; } else if (options & TRS_EXTRA_MOUNT_RO) { mode = FA_OPEN_EXISTING | FA_READ; } res = f_open(&d->file, filename, mode); if (res != FR_OK) return res; /* initialize fast seek */ #if _USE_FASTSEEK if ((options & (TRS_EXTRA_MOUNT_SLOW | TRS_EXTRA_MOUNT_CREATE)) == 0) { d->file.cltbl = d->stbl; d->stbl[0] = FAST_SEEK_LEN; res = f_lseek(&d->file, CREATE_LINKMAP); if (res == FR_OK) { d->avail |= 0x2; } } #endif /* if the file has been created, write a header */ if (options & TRS_EXTRA_MOUNT_CREATE) { res = write_header(&d->file); if (res != FR_OK) { goto fail; } } /* read the header */ res = f_read(&d->file, §or_buffer[0], 256, &nbytes); if (res != FR_OK) { goto fail; } if (nbytes != 256) { res = FR_INVALID_OBJECT; goto fail; } rhh = (ReedHardHeader *)§or_buffer[0]; /* check magic numbers */ /* rrh.ver = 0x10 = XTRS/Reed VHD1, 0x11 = Keil */ if (rhh->id1 != 0x56 || rhh->id2 != 0xcb || !((rhh->ver == 0x10) || (rhh->ver == 0x11))) { res = FR_INVALID_OBJECT; goto fail; } /* write-protect bit */ if (options & TRS_EXTRA_MOUNT_RO) { d->writeprot = 1; } else { d->writeprot = (rhh->flag1 & 0x80) ? 1 : 0; } /* use the number of cylinders specified in the header */ d->cyls = ((USHORT)(rhh->dparm & 0x3)) << 8; d->cyls += rhh->cyl; secs = rhh->sec ? rhh->sec : 256; if (rhh->heads == 0) { /* header gives only secs/cyl. Compute number of heads from this and the assumed number of secs/track */ /* use the number of secs/track that RSHARD requires */ d->secs = TRS_HARD_SEC_PER_TRK; d->heads = secs / d->secs; } else { /* header includes head count */ d->heads = rhh->heads; d->secs = secs / d->heads; } if ((rhh->sec % d->secs) != 0 || d->heads > TRS_HARD_MAXHEADS) { res = FR_INVALID_OBJECT; goto fail; } d->dirty = 0; d->avail |= 1; return FR_OK; fail: f_close(&d->file); return res; } FRESULT open_drives(void) { UCHAR i; state_wp = 0; for (i = 0; i < TRS_HARD_MAXDRIVES; i++) { if (open_drive(i, 0) == FR_OK) { state_present = 1; if (state_d[i].writeprot) { state_wp = TRS_HARD_WPBIT(i) | TRS_HARD_WPSOME; } } } update_present(); return state_present ? FR_OK : FR_DISK_ERR; } void close_drive(UCHAR drive_num) { UCHAR i, p; // close drive if (state_d[drive_num].avail) { f_close(&state_d[drive_num].file); state_d[drive_num].avail = 0; state_d[drive_num].filename[0] = '\0'; } update_present(); } void close_drives(void) { UCHAR i; for (i = 0; i < TRS_HARD_MAXDRIVES; i++) { close_drive(i); } } static FRESULT find_sector(void) { Drive *d; DWORD offset; FRESULT res; d = &state_d[state_drive]; if (state_head >= d->heads || state_secnum > d->secs) { return FR_INVALID_PARAMETER; } offset = (DWORD)state_cyl * d->heads * d->secs; offset += (DWORD)state_head * d->secs; offset += (DWORD)state_secnum % d->secs; offset *= (DWORD)state_secsize16; offset += (DWORD)sizeof(ReedHardHeader); res = f_lseek(&d->file, offset); if (res != FR_OK) { return res; } return (FR_OK); } static FRESULT read_sector(void) { Drive *d; UINT nbytes; FRESULT res; d = &state_d[state_drive]; res = f_read(&d->file, sector_buffer, state_secsize16, &nbytes); if (res == FR_OK && d->dirty) { // reset sync delay d->dirty = SYNC_DELAY; } return res; } static FRESULT write_sector(void) { Drive *d; UINT nbytes; FRESULT res; d = &state_d[state_drive]; res = f_write(&d->file, (const void *)sector_buffer, state_secsize16, &nbytes); if (res == FR_OK) { d->dirty = SYNC_DELAY; rled.val = LED_ON; } return res; } void trs_sync(void) { UCHAR i, clean, found; Drive *d; clean = 1; found = 0; for (i = 0; i < TRS_HARD_MAXDRIVES; i++) { d = &state_d[i]; if (d->avail) { found = 1; if (d->dirty) { d->dirty--; if (d->dirty == 0) { INTCONbits.GIEH = 0; f_sync(&d->file); if (GAL_INT == 0) { _asm call handle_int2,1 _endasm } INTCONbits.GIEH = 1; } else { clean = 0; } } } } if (found && clean) rled.val = LED_OFF; } void trs_hard_init(void) { UCHAR i; for (i = 0; i < TRS_HARD_MAXDRIVES; i++) { memset(&state_d[i], 0, sizeof (Drive)); } update_status(TRS_HARD_READY); } /* * Actions are executed from the main loop. */ void trs_action(void) { switch (action_type) { case ACTION_HARD_SEEK: if (find_sector() != FR_OK) { action_status = TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR; state_error = TRS_HARD_NFERR; } else { action_status = TRS_HARD_READY | TRS_HARD_SEEKDONE; } break; case ACTION_HARD_READ: action_status = TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_DRQ; if (find_sector() != FR_OK) { action_status = TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR; state_error = TRS_HARD_NFERR; } else if (read_sector() != FR_OK) { action_status = TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR; state_error = TRS_HARD_DATAERR; } break; case ACTION_HARD_WRITE: action_status = TRS_HARD_READY | TRS_HARD_SEEKDONE; if (find_sector() != FR_OK) { action_status = TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR; state_error = TRS_HARD_NFERR; } else if (write_sector() != FR_OK) { action_status = TRS_HARD_READY | TRS_HARD_SEEKDONE | TRS_HARD_ERR; state_error = TRS_HARD_DATAERR; } break; default: if (action_type & ACTION_EXTRA2) { action_status = (*trs_extra[action_type & 0xF])(1); } else if (action_type & ACTION_EXTRA) { action_status = (*trs_extra[action_type & 0xF])(0); } } // update status update_status(action_status); } ================================================ FILE: frehd/PIC Source Files/trs_hard.h ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifndef _TRS_HARD_H #define _TRS_HARD_H #include "FatFS/ff.h" #include "trs_hard_defs.h" #include "trs_extra.h" /* * NOTE: many #define are commented below because they were moved * to trs_hard_defs.h. trs_hard_defs.h is used in the .asm * file and .c files. */ #define TRS_HARD_MAXDRIVES 4 #define FAST_SEEK_LEN 32 #define MAX_SECTOR_SIZE 512 /* IMAGE SUPPORT is optional */ #define EXTRA_IM_SUPPORT 1 /* supported sector sizes */ typedef enum { SECTOR_SIZE_256 = 0, SECTOR_SIZE_512, SECTOR_SIZE_1024, SECTOR_SIZE_128 } sector_size_t; /* drive structure */ typedef struct { FIL file; CHAR filename[13]; UCHAR avail; // 1 if drive open and available USHORT dirty; // countdown before calling fsync() (in ms) /* values decoded from rhh */ UCHAR writeprot; USHORT cyls; // cyls per drive UCHAR heads; // tracks per cyl UCHAR secs; // secs per track /* fast seek */ #if _USE_FASTSEEK DWORD stbl[FAST_SEEK_LEN]; #endif } Drive; /* SD-Card and its FAT status */ #define FS_NOT_MOUNTED 0 #define FS_MOUNTED_OK 1 #define FS_MOUNTED_ERROR 2 /* Extra buffer size */ #define EXTRA_SIZE 256 /* RSHARD assumes 32 sectors/track */ /* Other sizes currently not emulated */ #define TRS_HARD_SEC_PER_TRK 32 /* Calls to f_sync() are delayed by this amount of 200Hz ticks */ #define SYNC_DELAY 600 // 3 secs /* * Tandy-specific registers */ /* Upper 4 bits where the hard drive controller is mapped. This is normally 0xC0, but in this controller, the GAL decodes the upper bits, and we are only interrupted if they match. Furthermore, we don't even see A[7..4]. */ #define TRS_HARD_MAP 0x00 /* Write protect switch register (read only): * abcd--pi * a = drive 0 write protected * b = drive 1 write protected * c = drive 2 write protected * d = drive 3 write protected * p = at least one drive write protected * i = interrupt request */ #define TRS_HARD_WP (TRS_HARD_MAP | 0x0) #define TRS_HARD_WPBIT(d) (0x80 >> (d)) #define TRS_HARD_WPSOME 0x02 #define TRS_HARD_INTRQ 0x01 /* not emulated */ /* Control register (read(?)/write): * ---sdw-- * s = software reset * d = device enable * w = wait enable */ #define TRS_HARD_CONTROL (TRS_HARD_MAP | 0x1) #define TRS_HARD_SOFTWARE_RESET 0x10 #define TRS_HARD_DEVICE_ENABLE 0x08 #define TRS_HARD_WAIT_ENABLE 0x04 /* * WD1010 registers */ /* Data register (read/write) */ #define TRS_HARD_DATA (TRS_HARD_MAP | 0x8) /* Error register (read only): * bdin-atm * b = block marked bad * e = uncorrectable error in data * i = uncorrectable error in id (unused?) * n = id not found * - = unused * a = command aborted * t = track 0 not found * m = bad address mark */ #define TRS_HARD_ERROR (TRS_HARD_DATA+1) //#define TRS_HARD_BBDERR 0x80 //#define TRS_HARD_DATAERR 0x40 //#define TRS_HARD_IDERR 0x20 /* unused? */ //#define TRS_HARD_NFERR 0x10 //#define TRS_HARD_MCRERR 0x08 /* unused */ //#define TRS_HARD_ABRTERR 0x04 //#define TRS_HARD_TRK0ERR 0x02 //#define TRS_HARD_MARKERR 0x01 /* Write precompensation register (write only) */ /* Value *4 is the starting cylinder for write precomp */ #define TRS_HARD_PRECOMP (TRS_HARD_DATA+1) /* Sector count register (read/write) */ /* Used only for multiple sector accesses; otherwise ignored. */ /* Autodecrements when used. */ #define TRS_HARD_SECCNT (TRS_HARD_DATA+2) /* Sector number register (read/write) */ #define TRS_HARD_SECNUM (TRS_HARD_DATA+3) /* Cylinder low byte register (read/write) */ #define TRS_HARD_CYLLO (TRS_HARD_DATA+4) /* Cylinder high byte register (read/write) */ #define TRS_HARD_CYLHI (TRS_HARD_DATA+5) /* Size/drive/head register (read/write): * essddhhh * e = 0 if CRCs used; 1 if ECC used * ss = sector size; 00=256, 01=512, 10=1024, 11=128 * dd = drive * hhh = head */ #define TRS_HARD_SDH (TRS_HARD_DATA+6) #define TRS_HARD_ECCMASK 0x80 #define TRS_HARD_ECCSHIFT 7 #define TRS_HARD_SIZEMASK 0x60 #define TRS_HARD_SIZESHIFT 5 #define TRS_HARD_DRIVEMASK 0x18 #define TRS_HARD_DRIVESHIFT 3 #define TRS_HARD_HEADMASK 0x07 #define TRS_HARD_HEADSHIFT 0 #define TRS_HARD_MAXHEADS 8 /* Status register (read only): * brwsdcie * b = busy * r = drive ready * w = write error * s = seek complete * d = data request * c = corrected ecc (reserved) * i = command in progress (=software reset required) * e = error */ #define TRS_HARD_STATUS (TRS_HARD_DATA+7) //#define TRS_HARD_BUSY 0x80 //#define TRS_HARD_READY 0x40 //#define TRS_HARD_WRERR 0x20 //#define TRS_HARD_SEEKDONE 0x10 //#define TRS_HARD_DRQ 0x08 //#define TRS_HARD_ECC 0x04 //#define TRS_HARD_CIP 0x02 //#define TRS_HARD_ERR 0x01 /* Command register (write only) */ #define TRS_HARD_COMMAND (TRS_HARD_DATA+7) /* * WD1010 commands */ //#define TRS_HARD_CMDMASK 0xf0 /* Restore: * 0001rrrr * rrrr = step rate; 0000=35us, else rrrr*0.5ms */ //#define TRS_HARD_RESTORE 0x10 /* Read sector: * 0010dm00 * d = 0 for interrupt on DRQ, 1 for interrupt at end (DMA style) * TRS-80 always uses programmed I/O, INTRQ not connected, I believe. * m = multiple sector flag (not emulated!) */ //#define TRS_HARD_READ 0x20 //#define TRS_HARD_DMA 0x08 //#define TRS_HARD_MULTI 0x04 /* Write sector: * 00110m00 * m = multiple sector flag (not emulated!) */ //#define TRS_HARD_WRITE 0x30 /* Verify sector (or "Scan ID"): * 01000000 */ //#define TRS_HARD_VERIFY 0x40 /* Format track: * 01010000 */ //#define TRS_HARD_FORMAT 0x50 /* Init (??): * 01100000 */ //#define TRS_HARD_INIT 0x60 /* Seek to specified sector/head/cylinder: * 0111rrrr * rrrr = step rate; 0000=35us, else rrrr*0.5ms */ //#define TRS_HARD_SEEK 0x70 /* globals */ extern near UCHAR state_status; extern near UCHAR state_busy; extern near UCHAR state_present; extern near UCHAR state_control; extern near UCHAR state_error; extern near UCHAR state_seccnt; extern near UCHAR state_secnum; extern near USHORT state_cyl; extern near UCHAR state_drive; extern near UCHAR state_head; extern near UCHAR state_wp; extern near UCHAR state_command; extern near USHORT state_bytesdone; extern near UCHAR state_secsize; extern near USHORT state_secsize16; extern Drive state_d[]; extern near UCHAR state_command2; extern near UCHAR state_error2; extern near USHORT state_size2; extern near UCHAR state_bytesdone2; extern UCHAR state_file2_open; extern FIL state_file2; extern BYTE sector_buffer[]; extern BYTE extra_buffer[]; extern near UCHAR val_1F; extern near UCHAR foo; extern DIR state_dir; extern UCHAR state_dir_open; extern FILINFO state_fno; extern FIL im_file; extern BYTE im_buf[]; extern UCHAR cur_unit; extern image_t im[]; #if _USE_FASTSEEK extern DWORD im_stbl[]; #endif /* prototypes */ void update_status(UCHAR new_status); void trs_action(void); void trs_sync(void); void trs_hard_init(void); FRESULT open_drive(UCHAR drive_num, UCHAR options); FRESULT open_drives(void); void close_drive(UCHAR drive_num); void close_drives(void); #endif ================================================ FILE: frehd/PIC Source Files/trs_hard_defs.h ================================================ #ifndef _TRS_HARD_DEFS_H #define _TRS_HARD_DEFS_H #define TRS_HARD_BBDERR 0x80 #define TRS_HARD_DATAERR 0x40 #define TRS_HARD_IDERR 0x20 #define TRS_HARD_NFERR 0x10 #define TRS_HARD_MCRERR 0x08 #define TRS_HARD_ABRTERR 0x04 #define TRS_HARD_TRK0ERR 0x02 #define TRS_HARD_MARKERR 0x01 #define TRS_HARD_BUSY 0x80 #define TRS_HARD_READY 0x40 #define TRS_HARD_WRERR 0x20 #define TRS_HARD_SEEKDONE 0x10 #define TRS_HARD_DRQ 0x08 #define TRS_HARD_ECC 0x04 #define TRS_HARD_CIP 0x02 #define TRS_HARD_ERR 0x01 #define TRS_HARD_CMDMASK 0xf0 #define TRS_HARD_RESTORE 0x10 #define TRS_HARD_READ 0x20 #define TRS_HARD_DMA 0x08 #define TRS_HARD_MULTI 0x04 #define TRS_HARD_WRITE 0x30 #define TRS_HARD_VERIFY 0x40 #define TRS_HARD_FORMAT 0x50 #define TRS_HARD_INIT 0x60 #define TRS_HARD_SEEK 0x70 #define ACTION_DS1307_RELOAD 0x01 #define ACTION_DS1307_BIT 0 #define ACTION_TICK 0x02 #define ACTION_TICK_BIT 1 #define ACTION_TRS 0x04 #define ACTION_TRS_BIT 2 #define ACTION_HARD_SEEK 0x1 #define ACTION_HARD_READ 0x2 #define ACTION_HARD_WRITE 0x3 #define ACTION_EXTRA2 0x40 #define ACTION_EXTRA2_BIT 6 #define ACTION_EXTRA 0x80 #define ACTION_EXTRA_BIT 7 #endif ================================================ FILE: frehd/PIC Source Files/trs_uart.c ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ /* * TRS UART interface * * * Addr | read | write * -----+----------+---------- * C6 | status | control * C7 | rx data | tx data * * The serial routines are buffered, but we must use a double-buffering * scheme. We cannot afford to call the send() and get() routines from * high priority interrupt, which is why a double-buffer (1 byte) is used. */ #include #include "HardwareProfile.h" #include "integer.h" #include "serial.h" #include "trs_uart.h" UCHAR tx_char; UCHAR rx_char; UCHAR tx_full; UCHAR trs_uart_status; void trs_uart_init(void) { tx_full = 0; trs_uart_status = TRS_UART_TX_EMPTY; } /* * trs_uart implements the double-buffering between the trs I/O routines * and the serial routines. * * This function is called in the main loop. */ void trs_uart(void) { // something to send ? if (tx_full) { usart_send(tx_char); tx_full = 0; } // update "tx_empty" status if (usart_ok_to_send()) { trs_uart_status |= TRS_UART_TX_EMPTY; } else { trs_uart_status &= ~TRS_UART_TX_EMPTY; } // rx_avail == 0 && something arrived ? if (!(trs_uart_status & TRS_UART_RX_AVAIL)) { if (usart_get(&rx_char)) { trs_uart_status |= TRS_UART_RX_AVAIL; } } } /* * TRS sends a char */ void trs_write_uart(void) { if (!tx_full) { tx_char = TRS_DATA_IN; tx_full = 1; trs_uart_status &= ~TRS_UART_TX_EMPTY; } else { trs_uart_status |= TRS_UART_TX_OF; } } /* * TRS reads a char */ void trs_read_uart(void) { if (trs_uart_status & TRS_UART_RX_AVAIL) { TRS_DATA_OUT = rx_char; trs_uart_status &= ~TRS_UART_RX_AVAIL; } else { trs_uart_status |= TRS_UART_RX_UF; TRS_DATA_OUT = 0xff; } TRS_DATA_TRIS = 0; } /* * TRS reads UART status */ void trs_read_uart_status(void) { TRS_DATA_OUT = trs_uart_status; TRS_DATA_TRIS = 0; } void trs_write_uart_ctrl(void) { } ================================================ FILE: frehd/PIC Source Files/trs_uart.h ================================================ /* * Copyright (C) 2013 Frederic Vecoven * * This file is part of trs_hard * * trs_hard is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * trs_hard is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #ifndef _TRS_UART_H #define _TRS_UART_H /* Status bits */ #define TRS_UART_TX_OF (1 << 7) #define TRS_UART_TX_EMPTY (1 << 6) #define TRS_UART_RX_UF (1 << 5) #define TRS_UART_RX_AVAIL (1 << 4) /* prototypes */ void trs_uart_init(void); void trs_uart(void); /* trs I/O related to UART */ void trs_write_uart(void); void trs_read_uart(void); void trs_read_uart_status(void); void trs_write_uart_ctrl(void); #endif ================================================ FILE: frehd/PIC Source Files/version.h ================================================ #ifndef _VERSION_H #define _VERSION_H #define VERSION_MAJOR 2 #define VERSION_MINOR 14 #endif ================================================ FILE: frehd/bom/REAL Part locations.txt ================================================ Bill Of Material For wd1010_rel1.pcb On 20-Apr-2013 at 10:46:42 Comment Pattern Quantity Components ------------------------------------------------------------------------------ 100n RAD-0.2 3 C1, C4, C9 10MHz RAD0.2 1 Y1 10k AXI-0.4 5 R2, R4, R5, R12, R15 (Do not install R15) 10u RB.1 2 C5, C12 1k AXI-0.4 2 R1, R3 1uF RB.1 5 C6, C7, C8, C10, C11 220 AXI-0.4 3 R7, R9, R10 22p RAD-0.2 2 C2, C3 3.3V CR2032 1 BAT1 32.768kHz RAD-0.1 1 Y2 330 AXI-0.4 5 R6, R8, R11, R13, R14 4k7 AXI-0.4 3 R16, R17, R18 74HC595 DIP16F 1 U6 74HCT245 DIP20F 1 U3 BS170 (DO NOT USE) TO92-BS170 1 Q1 CON2 SIP2 1 J4 CON5 SIP5F 1 J5 CON5 SIP5FS 1 J1 CON50 IDC50F 1 J3 DS1307 DIP8F 1 U7 GAL16V8 DIP20F 1 U2 LED LEDFRED 2 D1, D2 LP2950-3.3 TO92-LP2950 1 U4 MAX232 DIP16F 1 U5 PIC18F4620 DIP40F 1 U1 SDCARD SDCARD1 1 J2 ================================================ FILE: frehd/dans_frehd_build_notes.txt ================================================ Update Feb 2, 2025 I made a little tool that makes adding your own files to the frehd in bulk much easier. Check out import.py and import.mp4 in the root directory. If you got a kit from me, all chips have been tested. The PIC and GAL chips have been preprogrammed. This file https://github.com/mudmin/AnotherMaker/blob/master/frehd/bom/REAL%20Part%20locations.txt will tell you the proper locations to install your parts. There are a few minor modifications. As you can see in this picture https://github.com/mudmin/AnotherMaker/blob/master/frehd/frehd-pcb-mod.png Q1 is not populated. Instead a wire is soldered between the 2 pins as shown. R15 is not populated. I filled in the extra holes with solder for clarity. Be careful you don't bridge any pins when soldering the SD card reader. Also be sure to solder the tabs on the sides as well as the corners and rear of the reader. The LEDs are solderd with the short leg of the LED towards the snubbed off part of the circle on the led footprint The electrolytic capacitors will mess with your brain a little bit, so be careful. The PCB is marked with a + while caps are usually marked on the -. So the line always goes AWAY from the + Be careful when inserting chips that you don't curl the end legs underneath back up into the chip. Before attaching the FreHD to the computer, power it with 5v separately (I usually splice a usb cord for the 5v); The green LED should flash briefly when plugging it in (or within a few seconds) to let you know that all is relatively well. Many aftermarket power supplies come with a place to power the Frehd, but you can also splice into the lines that power the floppy drives or run an external USB connector. When you are installing the ribbon cable, the ones I made are designed so the red stripe faces the right when looking from front of the computer. Get it. RED = RIGHT. I like to feed the cable up between the motherboard and the shield for maximum neatness if I'm doing an internal install. The process is documented here: https://drive.google.com/file/d/1-nj3amBGVz4PZ3ahkUwwwScRwPQDO_K4/view If you 3d print an enclosure, I recommend installing it in the top drive bay. This enclosure is great for taking up a full bay https://www.thingiverse.com/thing:4169736 If you want to install a Gotek as well, this one is half Gotek and half FreHD. https://www.thingiverse.com/thing:4731543 Booting. In the beginning, you will need a boot disk and an SD card in your FreHD. I'm not an expert on these things, but I can get you started. My personal preference is to use a Gotek for the boot disk. You can find boot disk images here https://github.com/TJBChris/FreHDDisk/tree/main/disk_images Many downloads can be found here http://members.iinet.net.au/~ianmav/trs80/downloads.htm ================================================ FILE: frehd/gerber/BOM for wd1010_rel1.txt ================================================ Bill Of Material For wd1010_rel1.pcb On 20-Apr-2013 at 10:46:42 Comment Pattern Quantity Components ------------------------------------------------------------------------------ 100n RAD-0.2 3 C1, C4, C9 10MHz RAD0.2 1 Y1 10k AXI-0.4 5 R2, R4, R5, R12, R15 10u RB.1 2 C5, C12 1k AXI-0.4 2 R1, R3 1uF RB.1 5 C6, C7, C8, C10, C11 220 AXI-0.4 3 R7, R9, R10 22p RAD-0.2 2 C2, C3 3.3V CR2032 1 BAT1 32.768kHz RAD-0.1 1 Y2 330 AXI-0.4 5 R6, R8, R11, R13, R14 4k7 AXI-0.4 3 R16, R17, R18 74HC595 DIP16F 1 U6 74HCT245 DIP20F 1 U3 BS170 TO92-BS170 1 Q1 CON2 SIP2 1 J4 CON5 SIP5F 1 J5 CON5 SIP5FS 1 J1 CON50 IDC50F 1 J3 DS1307 DIP8F 1 U7 GAL16V8 DIP20F 1 U2 LED LEDFRED 2 D1, D2 LP2950-3.3 TO92-LP2950 1 U4 MAX232 DIP16F 1 U5 PIC18F4620 DIP40F 1 U1 SDCARD SDCARD1 1 J2 ================================================ FILE: frehd/gerber/Status Report.txt ================================================ CAM Outputs Generation Report for 'CAM Outputs for wd1010_rel1.cam' at 10:46:37 on 20-Apr-2013 'NC Drill Output 1' 'wd1010_rel1.TXT' generated 'wd1010_rel1.DRL' generated 'wd1010_rel1.DRR' generated 'DRC Output 1' 'wd1010_rel1.drc' generated 'Bom' 'BOM for wd1010_rel1.bom' generated 'BOM for wd1010_rel1.txt' generated 'Gerber Output 1' 'wd1010_rel1.GTL' generated 'wd1010_rel1.GBL' generated 'wd1010_rel1.GTO' generated 'wd1010_rel1.GTP' generated 'wd1010_rel1.GBP' generated 'wd1010_rel1.GTS' generated 'wd1010_rel1.GBS' generated 'wd1010_rel1.GKO' generated 'wd1010_rel1.GPT' generated 'wd1010_rel1.GPB' generated 'wd1010_rel1.REP' generated Total number of generated files = 17 ================================================ FILE: frehd/gerber/wd1010.reg ================================================ [Directory] Status Report.txt=Text wd1010_rel1.DRR=Text wd1010_rel1.TXT=Text wd1010_rel1.DRL=Unknown wd1010_rel1.drc=Text BOM for wd1010_rel1.bom=Spread BOM for wd1010_rel1.txt=Text wd1010_rel1.REP=Text wd1010_rel1.GTL=Text wd1010_rel1.GBL=Text wd1010_rel1.GTO=Text wd1010_rel1.GTP=Text wd1010_rel1.GBP=Text wd1010_rel1.GTS=Text wd1010_rel1.GBS=Text wd1010_rel1.GKO=Text wd1010_rel1.GPT=Text wd1010_rel1.GPB=Text wd1010_rel1.apr=Text [Status Report.txt] Editor Kind=Text [wd1010_rel1.DRR] Editor Kind=Text [wd1010_rel1.TXT] Editor Kind=Text [wd1010_rel1.DRL] Editor Kind=Unknown [wd1010_rel1.drc] Editor Kind=Text [BOM for wd1010_rel1.bom] Editor Kind=Spread [BOM for wd1010_rel1.txt] Editor Kind=Text [wd1010_rel1.REP] Editor Kind=Text [wd1010_rel1.GTL] Editor Kind=Text [wd1010_rel1.GBL] Editor Kind=Text [wd1010_rel1.GTO] Editor Kind=Text [wd1010_rel1.GTP] Editor Kind=Text [wd1010_rel1.GBP] Editor Kind=Text [wd1010_rel1.GTS] Editor Kind=Text [wd1010_rel1.GBS] Editor Kind=Text [wd1010_rel1.GKO] Editor Kind=Text [wd1010_rel1.GPT] Editor Kind=Text [wd1010_rel1.GPB] Editor Kind=Text [wd1010_rel1.apr] Editor Kind=Text ================================================ FILE: frehd/gerber/wd1010_rel1.DRL ================================================ TT#v 2 s k#v 2 s k #v 2 s k #v 2 sk #v 2 sk #v 2 sk #v 2 sk # 7 8 7 8 8 # 7 8 8 7  8 7 8  7 7 8 7 8 7 7 7 7  7 8 7  7 7 7 7 7 7 7  8  7 8 7 7 7 7 7 7 7  7 7 8 7 7  8 7 7 7  8 7 7 7  7 8 8 7 8 7 8 7 8  7 8 7 7 7 7 7 7 7 7 7 7 7  7 7  8 7 8 7  7 7 7 7 7 7 7 7 7 7 7 7 7  7 7 8  7  8  8 7 8 7 7 7 8  7 8 7  7 7 7 7 8 7 7 7 8 7 8 7 7 8 7 7 7 7  7 7 7 7 7 7 7 7  7 7 7 7  7 7 8 7 8 7  7 7 7 7  7 7 7 7 7 7 7 7  7 7 7 7 7 7  7  7 7 7 7  7 8 7 7 8 8 7  8 7 7 7 7  7  7 7 7 7 7 8 7 7 7 7 7 # 7 8 8  8 8  7  8 8  8 7 7 8 7 7 8 7 7  8 7 7 7 8 7 7 7  7 8  7 7  8 8 8 8  7 8 8 8 7 8  7 7 8 7 7 8 7 7 8 8 8 8  8 7 8 7 8 7 7 8  8 7 8 7 8 8 # 7 8 7 7 7 7 8 7  8 8 7 8  8 8 8 8  # 7 8 7 8 7 7 7  7 7 7 7  7  7 7 7  7 7 7 7  7 8 7  7 7 7 7  7 7 7  7  7 7 7 7  7 7 7 7  7 7  7 7 7 8 7 7 7  7 7  7 7 7 8 7  # 7 8 7 7 8 7 # 7 8 7 T ================================================ FILE: frehd/gerber/wd1010_rel1.DRR ================================================ --------------------------------------------------------------------------- NCDrill File Report For: wd1010_rel1.pcb 20-Apr-2013 10:46:38 --------------------------------------------------------------------------- Layer Pair : TopLayer to BottomLayer ASCII File : NCDrillOutput.TXT EIA File : NCDrillOutput.DRL Tool Hole Size Hole Count Plated Tool Travel --------------------------------------------------------------------------- T1 0.56mm (22.047mil) 3 67.62 mm (2.66 Inch) T2 0.7mm (27.559mil) 159 869.45 mm (34.23 Inch) T3 0.9mm (35.433mil) 51 422.93 mm (16.65 Inch) T4 1mm (39.37mil) 12 138.04 mm (5.43 Inch) T5 1.1mm (43.307mil) 52 267.30 mm (10.52 Inch) T6 3.3mm (129.921mil) 4 294.49 mm (11.59 Inch) T7 1.3mm (51.181mil) 2 NPTH 66.73 mm (2.63 Inch) --------------------------------------------------------------------------- Totals 283 2126.56 mm (83.72 Inch) Total Processing Time : 00:00:00 ================================================ FILE: frehd/gerber/wd1010_rel1.GBL ================================================ %FSLAX42Y42*% %MOMM*% G71* G01* G75* %ADD10C,0.20*% %ADD11R,2.00X2.00*% %ADD12R,2.00X1.00*% %ADD13R,1.00X2.00*% %ADD14R,1.00X2.00*% %ADD15C,0.41*% %ADD16C,0.61*% %ADD17C,0.30*% %ADD18C,0.25*% %ADD19C,1.73*% %ADD20C,2.03*% %ADD21C,1.90*% %ADD22R,1.78X1.78*% %ADD23C,1.78*% %ADD24O,1.52X2.29*% %ADD25R,1.52X2.29*% %ADD26O,2.03X3.81*% %ADD27C,1.83*% %ADD28O,2.29X1.52*% %ADD29O,1.78X1.52*% %ADD30R,1.78X1.52*% %ADD31C,5.08*% %ADD32R,1.57X1.57*% %ADD33C,1.57*% %ADD34R,1.40X1.90*% %ADD35O,1.40X1.90*% %ADD36O,1.27X2.29*% %ADD37R,1.27X2.29*% %ADD38C,1.40*% %ADD39R,2.29X1.52*% %ADD40C,1.27*% D15* X26707Y20250D02* X28257D01* X26860D02* Y20504D01* X26453Y19996D02* X26707Y20250D01* X26453Y19793D02* Y19996D01* X25971Y19793D02* X26453D01* X28333Y20326D02* Y20504D01* X27850Y20682D02* X27901Y20733D01* X27850Y20504D02* Y20682D01* X23558Y22460D02* X26860D01* X23507Y22130D02* Y22409D01* X23253Y21876D02* X23507Y22130D01* X23253Y20885D02* Y21876D01* X26199Y22282D02* Y22460D01* X22440Y21037D02* X23253D01* Y20885D02* X23761Y20377D01* Y20199D02* Y20377D01* X28257Y20250D02* X28333Y20326D01* X26885Y22282D02* Y22434D01* X26860Y22460D02* X26885Y22434D01* X23507Y22409D02* X23558Y22460D01* X21297Y23831D02* X23380D01* X21221Y23755D02* X21297Y23831D01* X21221Y23044D02* Y23755D01* X21094Y22917D02* X21221Y23044D01* X20865Y22917D02* X21094D01* X24015Y20199D02* Y20504D01* X23507Y21012D02* Y21723D01* Y21012D02* X24015Y20504D01* X27901Y20733D02* X28587D01* X29628Y22511D02* X29654Y22485D01* X25539Y19005D02* X25691D01* X25793Y19107D01* X26047D01* X20814Y21037D02* X20840Y21012D01* X20687Y19767D02* X20967D01* X20662Y21037D02* X20814D01* X20840Y19767D02* Y21012D01* D16* X29628Y22511D02* Y22917D01* X28739Y23069D02* X28968Y22841D01* X28739Y23069D02* Y23552D01* X28841Y23654D01* Y23958D01* X28587Y22282D02* X28790Y22485D01* X29857Y20326D02* Y22384D01* X29755Y22485D02* X29857Y22384D01* X28409Y22282D02* X28587D01* X29730Y20199D02* X29857Y20326D01* X28587Y20250D02* Y20504D01* Y20961D01* X28638Y20199D02* X29730D01* X28587Y20250D02* X28638Y20199D01* Y19945D02* Y20199D01* X28968Y22485D02* Y22841D01* X28790Y22485D02* X29755D01* X26174Y18853D02* Y18980D01* X26123Y18802D02* X26174Y18853D01* X26123Y18624D02* Y18802D01* D17* X20865Y18218D02* X22084D01* X21551Y16973D02* X24675D01* X21500Y16872D02* X24726D01* X22415Y20453D02* X23456D01* X22084Y18218D02* X22364Y18497D01* Y20402D01* X22415Y20453D01* X23456D02* X23507Y20402D01* Y20199D02* Y20402D01* X26656Y20352D02* Y21876D01* X26275Y19971D02* X26656Y20352D01* X28257Y19691D02* X28815D01* X27926Y19590D02* X29069D01* X27622Y19488D02* X29298D01* X23634Y21190D02* Y21545D01* X28333Y21495D02* Y21723D01* X28282Y21444D02* X28333Y21495D01* X28130Y21444D02* X28282D01* X28587Y21723D02* X29400D01* X29679Y22003D01* X22745Y21926D02* Y22282D01* X22999Y21723D02* Y21876D01* X22973Y21901D02* X22999Y21876D01* X22770Y21901D02* X22973D01* X22745Y21926D02* X22770Y21901D01* X25336Y18396D02* X25539D01* X25285Y18447D02* X25336Y18396D01* X25539Y19996D02* Y20225D01* Y19996D02* X25564Y19971D01* X24980Y21926D02* X25742D01* X24929Y21977D02* Y22282D01* Y21977D02* X24980Y21926D01* X27622Y22104D02* X28765D01* X28917Y22257D01* X29044D01* X28130Y21926D02* X28765D01* X28079Y21723D02* Y21876D01* X28130Y21926D01* X29247Y21825D02* X29679Y22257D01* X28866Y21825D02* X29247D01* X28765Y21926D02* X28866Y21825D01* X27825Y21723D02* Y21952D01* X27876Y22003D02* X29044D01* X27825Y21952D02* X27876Y22003D01* X27571Y22053D02* X27622Y22104D01* X27571Y21723D02* Y22053D01* X27825Y20961D02* Y21215D01* X27876Y21266D01* X28765D01* X28841Y21190D01* Y20961D02* Y21190D01* Y20961D02* X28892Y20910D01* X29247D01* X28079Y21114D02* X28130Y21164D01* X28815Y20656D02* X29247D01* X28765Y20707D02* X28815Y20656D01* X28765Y20707D02* Y21114D01* X28714Y21164D02* X28765Y21114D01* X28130Y21164D02* X28714D01* X28079Y20961D02* Y21114D01* X26428Y21291D02* Y21977D01* X26479Y22028D01* X26961D01* X27012Y22079D01* Y22434D01* X27037Y22460D01* X27368D01* X27393Y22434D01* Y22282D02* Y22434D01* X27139Y22003D02* Y22282D01* X26656Y21876D02* X26707Y21926D01* X27063D01* X27139Y22003D01* X27647Y22282D02* Y22485D01* X27571Y22561D02* X27647Y22485D01* X23329Y22561D02* X27571D01* X23253Y22485D02* X23329Y22561D01* X23253Y22282D02* Y22485D01* X22364Y21545D02* Y22638D01* X23426Y22683D02* X23507Y22765D01* X22410Y22683D02* X23426D01* X22364Y22638D02* X22410Y22683D01* X23253Y22815D02* Y23222D01* X22110Y21545D02* Y22663D01* X23177Y22739D02* X23253Y22815D01* X22186Y22739D02* X23177D01* X22110Y22663D02* X22186Y22739D01* X22999Y22866D02* Y23273D01* X21856Y21545D02* Y22739D01* X22943Y22810D02* X22999Y22866D01* X21927Y22810D02* X22943D01* X21856Y22739D02* X21927Y22810D01* X22745Y22917D02* Y23323D01* X21602Y21545D02* Y22815D01* X22694Y22866D02* X22745Y22917D01* X21653Y22866D02* X22694D01* X21602Y22815D02* X21653Y22866D01* X26275Y20123D02* Y21977D01* X25691Y22130D02* Y22282D01* X26159Y22094D02* X26275Y21977D01* X25727Y22094D02* X26159D01* X25691Y22130D02* X25727Y22094D01* X26199Y20352D02* Y21952D01* X26113Y22038D02* X26199Y21952D01* X25478Y22038D02* X26113D01* X25437Y22079D02* X25478Y22038D01* X25437Y22079D02* Y22282D01* X26047Y21723D02* Y21901D01* X25966Y21982D02* X26047Y21901D01* X25229Y21982D02* X25966D01* X25183Y22028D02* X25229Y21982D01* X25183Y22028D02* Y22282D01* X25793Y21723D02* Y21876D01* X25742Y21926D02* X25793Y21876D01* X26199Y20047D02* X26275Y20123D01* X26047Y20199D02* X26199Y20352D01* X25818Y20047D02* X26199D01* X25793Y20072D02* X25818Y20047D01* X25793Y20072D02* Y20199D01* X24523Y22130D02* X24675Y22282D01* X24523Y21723D02* Y22130D01* X24269D02* X24421Y22282D01* X24269Y21723D02* Y22130D01* X24015D02* X24167Y22282D01* X24015Y21723D02* Y22130D01* X23761D02* X23913Y22282D01* X23761Y21723D02* Y22130D01* X27850Y24085D02* X28587Y23349D01* X27698Y24085D02* X27850D01* X28409Y23044D02* Y23374D01* X28155Y23628D02* X28409Y23374D01* X27317Y23628D02* X28155D01* X27317Y23958D02* X27444Y24085D01* X27317Y23628D02* Y23958D01* X27063Y23527D02* Y23958D01* X28155Y23044D02* Y23425D01* X28079Y23501D02* X28155Y23425D01* X27088Y23501D02* X28079D01* X27063Y23527D02* X27088Y23501D01* X27063Y23958D02* X27190Y24085D01* X26809Y23476D02* Y23958D01* X27901Y23044D02* Y23349D01* X27820Y23430D02* X27901Y23349D01* X26855Y23430D02* X27820D01* X26809Y23476D02* X26855Y23430D01* X26555Y23400D02* Y23958D01* X27647Y23044D02* Y23323D01* X27596Y23374D02* X27647Y23323D01* X26580Y23374D02* X27596D01* X26555Y23400D02* X26580Y23374D01* X26301Y23349D02* Y23958D01* X27393Y23044D02* Y23273D01* X27357Y23308D02* X27393Y23273D01* X26341Y23308D02* X27357D01* X26301Y23349D02* X26341Y23308D01* X26047Y23273D02* Y23958D01* X27139Y23044D02* Y23222D01* X27109Y23252D02* X27139Y23222D01* X26067Y23252D02* X27109D01* X26047Y23273D02* X26067Y23252D01* X25844Y23196D02* X26860D01* X26885Y23044D02* Y23171D01* X25793Y23247D02* Y23958D01* X26860Y23196D02* X26885Y23171D01* X25793Y23247D02* X25844Y23196D01* X26809Y23958D02* X26936Y24085D01* X26555Y23958D02* X26682Y24085D01* X26301Y23958D02* X26428Y24085D01* X26047Y23958D02* X26174Y24085D01* X25793Y23958D02* X25920Y24085D01* X25539Y23958D02* X25666Y24085D01* X25539Y23273D02* Y23958D01* X25458Y23191D02* X25539Y23273D01* X25285Y23958D02* X25412Y24085D01* X25285Y23323D02* Y23958D01* X25209Y23247D02* X25285Y23323D01* X23278Y23247D02* X25209D01* X23253Y23222D02* X23278Y23247D01* X25031Y23958D02* X25158Y24085D01* X25031Y23374D02* Y23958D01* X24970Y23313D02* X25031Y23374D01* X23039Y23313D02* X24970D01* X22999Y23273D02* X23039Y23313D01* X24777Y23958D02* X24904Y24085D01* X24777Y23450D02* Y23958D01* X24696Y23369D02* X24777Y23450D01* X22791Y23369D02* X24696D01* X22745Y23323D02* X22791Y23369D01* X24523Y23958D02* X24650Y24085D01* X24523Y23501D02* Y23958D01* X24447Y23425D02* X24523Y23501D01* X22516Y23425D02* X24447D01* X22491Y23400D02* X22516Y23425D01* X22491Y23044D02* Y23400D01* X24269Y23958D02* X24396Y24085D01* X24269Y23552D02* Y23958D01* X24203Y23486D02* X24269Y23552D01* X22272Y23486D02* X24203D01* X22237Y23450D02* X22272Y23486D01* X22237Y23044D02* Y23450D01* X24015Y23958D02* X24142Y24085D01* X24015Y23603D02* Y23958D01* X23954Y23542D02* X24015Y23603D01* X22023Y23542D02* X23954D01* X21983Y23501D02* X22023Y23542D01* X21983Y23044D02* Y23501D01* X23761Y23958D02* X23888Y24085D01* X23761Y23654D02* Y23958D01* X23705Y23598D02* X23761Y23654D01* X21775Y23598D02* X23705D01* X21729Y23552D02* X21775Y23598D01* X21729Y23044D02* Y23552D01* X21475Y23044D02* Y23577D01* X21551Y23654D01* X23456D01* X23507Y23704D01* Y23958D01* X23634Y24085D01* X22948Y18548D02* X25005D01* X23151Y18853D02* X24777D01* X22745Y18751D02* Y20199D01* Y18751D02* X22948Y18548D01* X25310Y17608D02* X25717D01* X24675Y16973D02* X25310Y17608D01* X25158Y17304D02* X25666D01* X24726Y16872D02* X25158Y17304D01* X25894Y17786D02* Y18167D01* X25717Y17608D02* X25894Y17786D01* X25666Y17304D02* X26199Y17837D01* Y18167D01* X27317Y21545D02* Y21723D01* X27190Y21418D02* X27317Y21545D01* X27190Y20580D02* Y21418D01* X27114Y20504D02* X27190Y20580D01* X27596Y20504D02* X27698Y20606D01* X24015Y19793D02* X24497D01* X24269D02* Y20199D01* X22237D02* Y21418D01* X22364Y21545D01* X21983Y20199D02* Y21418D01* X22110Y21545D01* X21729Y20199D02* Y21418D01* X21856Y21545D01* X21475Y20199D02* Y21418D01* X21602Y21545D01* X20662D02* Y21825D01* X20713Y21876D01* X21449D02* X21475Y21850D01* X20713Y21876D02* X21449D01* X21119Y21291D02* X21221Y21393D01* Y21723D01* X25285Y21139D02* Y21723D01* X28892Y18853D02* Y19183D01* Y19767D02* Y19945D01* X28815Y19691D02* X28892Y19767D01* X28206Y19742D02* X28257Y19691D01* X28206Y19742D02* Y19945D01* X27876Y19640D02* Y19945D01* Y19640D02* X27926Y19590D01* X29069D02* X29146Y19666D01* Y19945D01* X27571Y19539D02* Y19945D01* Y19539D02* X27622Y19488D01* X29298D02* X29400Y19590D01* Y19945D01* X28129Y21444D02* X28130Y21444D01* X27749Y21444D02* X28129D01* X27698Y21393D02* X27749Y21444D01* X27698Y20606D02* Y21393D01* X25717Y16973D02* X25894Y17151D01* X21348Y21444D02* X21475Y21571D01* X25767Y16846D02* X25818Y16897D01* X25767Y16669D02* Y16846D01* X28688Y18599D02* X28892D01* X28638Y18650D02* X28688Y18599D01* X28638Y18650D02* Y19183D01* X21729Y21545D02* Y21723D01* X21602Y21418D02* X21729Y21545D01* X21856Y21418D02* X21983Y21545D01* Y21723D01* X20967Y18751D02* Y19107D01* X21856Y19996D01* Y21418D01* X20687Y18751D02* Y18980D01* X21602Y19894D01* Y21418D01* X20510Y18955D02* X21348Y19793D01* Y21444D01* X24777Y21164D02* X24904Y21291D01* X24777Y20199D02* Y21164D01* X22948Y19056D02* Y19818D01* Y19056D02* X23151Y18853D01* X28587Y22866D02* Y23349D01* X28536Y22815D02* X28587Y22866D01* X25945D02* X25996Y22815D01* X25945Y22866D02* Y23044D01* X28155Y22282D02* Y22815D01* X25996D02* X28536D01* X24904Y19996D02* Y20758D01* X24853Y19945D02* X24904Y19996D01* Y20758D02* X25285Y21139D01* X25539D02* Y21723D01* X25158Y20758D02* X25539Y21139D01* X29146Y18472D02* Y19183D01* Y18472D02* X29425Y18193D01* Y17532D02* Y18193D01* X24523Y17151D02* X24548D01* X24751Y17354D01* Y18142D01* X24853Y18243D01* X26834Y19107D02* X26860Y19082D01* X26733Y19107D02* X26834D01* X25031Y16897D02* X25107Y16973D01* X25031Y16669D02* Y16897D01* X25107Y16973D02* X25717D01* X26148Y16897D02* X26199Y16948D01* X25818Y16897D02* X26148D01* X26199Y16948D02* Y17151D01* X25158Y19564D02* X25234Y19488D01* X27190D02* X27241Y19539D01* X25158Y19564D02* Y20758D01* X27241Y19539D02* Y19945D01* X25717Y19666D02* X25793Y19590D01* X26910D01* X26987Y19666D01* Y20098D01* X27037Y20148D01* X27368D01* X27393Y20123D01* Y19513D02* Y20123D01* X26987Y19107D02* X27393Y19513D01* X24853Y19590D02* X25285Y19158D01* X24853Y19590D02* Y19945D01* X25285Y18447D02* Y19158D01* X25793Y18421D02* X26783D01* X26860Y18497D01* X25615Y18243D02* X25793Y18421D01* X26606Y18980D02* X26860D01* X24853Y18243D02* X25615D01* X26860Y18497D02* Y19082D01* X25539Y17786D02* X25691D01* X25717Y17812D01* Y18243D01* X25818Y18345D01* X26834D01* X25717Y19666D02* Y19971D01* X26834Y18345D02* X26987Y18497D01* X25564Y19971D02* X26275D01* X26987Y18497D02* Y19107D01* X26606Y19234D02* Y19488D01* X25234D02* X27190D01* X20510Y18015D02* Y18955D01* Y18015D02* X21551Y16973D01* X21475Y21571D02* Y21850D01* X20433Y17939D02* X21500Y16872D01* X20433Y21241D02* X20484Y21291D01* X20433Y17939D02* Y21241D01* X20484Y21291D02* X21119D01* X23507Y23171D02* X23527Y23191D01* X23507Y22765D02* Y23171D01* X23527Y23191D02* X25458D01* D18* X29146Y17989D02* X29044D01* X29095D01* Y17837D01* X28993D02* Y17989D01* X28917D01* X28892Y17964D01* Y17913D01* X28917Y17888D01* X28993D01* X28943D02* X28892Y17837D01* X28739Y17964D02* X28765Y17989D01* X28816D01* X28841Y17964D01* Y17939D01* X28816Y17913D01* X28765D01* X28739Y17888D01* Y17862D01* X28765Y17837D01* X28816D01* X28841Y17862D01* X28689Y17964D02* X28663Y17989D01* X28612D01* X28587Y17964D01* Y17939D01* X28612Y17913D01* X28587Y17888D01* Y17862D01* X28612Y17837D01* X28663D01* X28689Y17862D01* Y17888D01* X28663Y17913D01* X28689Y17939D01* Y17964D01* X28663Y17913D02* X28612D01* X28536Y17964D02* X28511Y17989D01* X28460D01* X28435Y17964D01* Y17862D01* X28460Y17837D01* X28511D01* X28536Y17862D01* Y17964D01* X28232Y17989D02* Y17837D01* Y17913D01* X28130D01* Y17989D01* Y17837D01* X28054Y17939D02* X28003D01* X27978Y17913D01* Y17837D01* X28054D01* X28079Y17862D01* X28054Y17888D01* X27978D01* X27927Y17939D02* Y17837D01* Y17888D01* X27901Y17913D01* X27876Y17939D01* X27851D01* X27673Y17989D02* Y17837D01* X27749D01* X27774Y17862D01* Y17913D01* X27749Y17939D01* X27673D01* X27470Y17989D02* Y17837D01* X27394D01* X27368Y17862D01* Y17964D01* X27394Y17989D01* X27470D01* X27317Y17939D02* Y17837D01* Y17888D01* X27292Y17913D01* X27267Y17939D01* X27241D01* X27165Y17837D02* X27114D01* X27140D01* Y17939D01* X27165D01* X27038D02* X26987Y17837D01* X26937Y17939D01* X26810Y17837D02* X26860D01* X26886Y17862D01* Y17913D01* X26860Y17939D01* X26810D01* X26784Y17913D01* Y17888D01* X26886D01* X28993Y16897D02* X29044Y16948D01* Y16999D01* X28993Y17050D01* X28816Y16999D02* X28892D01* X28917Y16973D01* Y16923D01* X28892Y16897D01* X28816D01* X28765D02* X28714Y16948D01* Y16999D01* X28765Y17050D01* X28384D02* X28485D01* Y16973D01* X28435D01* X28485D01* Y16897D01* X28333D02* Y16923D01* X28308D01* Y16897D01* X28333D01* X28054Y17050D02* Y16948D01* X28003Y16897D01* X27952Y16948D01* Y17050D01* X27825Y16897D02* X27876D01* X27901Y16923D01* Y16973D01* X27876Y16999D01* X27825D01* X27800Y16973D01* Y16948D01* X27901D01* X27648Y16999D02* X27724D01* X27749Y16973D01* Y16923D01* X27724Y16897D01* X27648D01* X27571D02* X27521D01* X27495Y16923D01* Y16973D01* X27521Y16999D01* X27571D01* X27597Y16973D01* Y16923D01* X27571Y16897D01* X27444Y16999D02* X27394Y16897D01* X27343Y16999D01* X27216Y16897D02* X27267D01* X27292Y16923D01* Y16973D01* X27267Y16999D01* X27216D01* X27190Y16973D01* Y16948D01* X27292D01* X27140Y16897D02* Y16999D01* X27063D01* X27038Y16973D01* Y16897D01* X28409Y16745D02* X28460D01* X28434D01* Y16618D01* X28460Y16592D01* X28485D01* X28511Y16618D01* X28358Y16694D02* Y16618D01* X28333Y16592D01* X28257D01* Y16694D01* X28206Y16592D02* X28155D01* X28181D01* Y16745D01* X28206D01* X27825Y16592D02* X27927D01* X27825Y16694D01* Y16719D01* X27850Y16745D01* X27901D01* X27927Y16719D01* X27774D02* X27749Y16745D01* X27698D01* X27673Y16719D01* Y16618D01* X27698Y16592D01* X27749D01* X27774Y16618D01* Y16719D01* X27622Y16592D02* X27571D01* X27597D01* Y16745D01* X27622Y16719D01* X27393Y16592D02* X27495D01* X27393Y16694D01* Y16719D01* X27419Y16745D01* X27470D01* X27495Y16719D01* X28942Y17659D02* X29044D01* Y17507D01* X28942D01* X29044Y17583D02* X28993D01* X28892Y17507D02* Y17608D01* X28866D01* X28841Y17583D01* Y17507D01* Y17583D01* X28816Y17608D01* X28790Y17583D01* Y17507D01* X28739Y17608D02* Y17532D01* X28714Y17507D01* X28638D01* Y17608D01* X28587Y17507D02* X28536D01* X28562D01* Y17659D01* X28587D01* X28435Y17608D02* X28384D01* X28358Y17583D01* Y17507D01* X28435D01* X28460Y17532D01* X28435Y17558D01* X28358D01* X28282Y17634D02* Y17608D01* X28308D01* X28257D01* X28282D01* Y17532D01* X28257Y17507D01* X28155D02* X28105D01* X28079Y17532D01* Y17583D01* X28105Y17608D01* X28155D01* X28181Y17583D01* Y17532D01* X28155Y17507D01* X28028Y17608D02* Y17507D01* Y17558D01* X28003Y17583D01* X27978Y17608D01* X27952D01* X27571Y17659D02* Y17558D01* X27521Y17507D01* X27470Y17558D01* Y17659D01* X27419Y17634D02* X27394Y17659D01* X27343D01* X27317Y17634D01* Y17608D01* X27343Y17583D01* X27368D01* X27343D01* X27317Y17558D01* Y17532D01* X27343Y17507D01* X27394D01* X27419Y17532D01* X27267Y17507D02* Y17532D01* X27241D01* Y17507D01* X27267D01* X27140Y17634D02* X27114Y17659D01* X27063D01* X27038Y17634D01* Y17532D01* X27063Y17507D01* X27114D01* X27140Y17532D01* Y17634D01* X26987Y17507D02* X26937D01* X26962D01* Y17659D01* X26987Y17634D01* D19* X21602Y19183D02* D03* X23812D02* D03* D20* X27241Y19945D02* D03* Y18929D02* D03* X20510Y22028D02* D03* Y23044D02* D03* X24523Y17151D02* D03* X25539D02* D03* X22948Y19818D02* D03* X21932D02* D03* X24523Y19310D02* D03* X25539D02* D03* X28206Y18929D02* D03* Y19945D02* D03* X27876D02* D03* Y18929D02* D03* X27571D02* D03* Y19945D02* D03* X24523Y18701D02* D03* X25539D02* D03* Y18396D02* D03* X24523D02* D03* Y17786D02* D03* X25539D02* D03* X24523Y19005D02* D03* X25539D02* D03* Y18091D02* D03* X24523D02* D03* Y17456D02* D03* X25539D02* D03* X20687Y19767D02* D03* Y18751D02* D03* X20967D02* D03* Y19767D02* D03* X26199Y17151D02* D03* Y18167D02* D03* X25894D02* D03* Y17151D02* D03* D21* X20865Y22409D02* D03* Y22917D02* D03* X28968Y23349D02* D03* Y22841D02* D03* X24015Y19793D02* D03* X23507D02* D03* X25971D02* D03* X25463D02* D03* X26123Y18624D02* D03* X26631D02* D03* D22* X27698Y24085D02* D03* D23* Y23831D02* D03* X27444Y24085D02* D03* Y23831D02* D03* X27190Y24085D02* D03* Y23831D02* D03* X26936Y24085D02* D03* Y23831D02* D03* X26682Y24085D02* D03* Y23831D02* D03* X26428Y24085D02* D03* Y23831D02* D03* X26174Y24085D02* D03* Y23831D02* D03* X25920Y24085D02* D03* Y23831D02* D03* X25666Y24085D02* D03* Y23831D02* D03* X25412Y24085D02* D03* Y23831D02* D03* X25158Y24085D02* D03* Y23831D02* D03* X24904Y24085D02* D03* Y23831D02* D03* X24650Y24085D02* D03* Y23831D02* D03* X24396Y24085D02* D03* Y23831D02* D03* X24142Y24085D02* D03* Y23831D02* D03* X23888Y24085D02* D03* Y23831D02* D03* X23634Y24085D02* D03* Y23831D02* D03* X23380Y24085D02* D03* Y23831D02* D03* X23126Y24085D02* D03* Y23831D02* D03* X22872Y24085D02* D03* Y23831D02* D03* X22618Y24085D02* D03* Y23831D02* D03* X22364Y24085D02* D03* Y23831D02* D03* X22110Y24085D02* D03* Y23831D02* D03* X21856Y24085D02* D03* Y23831D02* D03* X21602Y24085D02* D03* Y23831D02* D03* D24* X28841Y23958D02* D03* D25* X28587D02* D03* D26* X26631Y17659D02* D03* X29425Y17786D02* D03* Y17532D02* D03* D27* X25285Y16669D02* D03* X25767D02* D03* X26021D02* D03* X25031D02* D03* D28* X29247Y21418D02* D03* Y20656D02* D03* Y20910D02* D03* Y21164D02* D03* D29* X20662Y21291D02* D03* Y21037D02* D03* Y20783D02* D03* Y21545D02* D03* D30* Y20529D02* D03* D31* X29527Y16821D02* D03* Y23806D02* D03* X20713D02* D03* Y16821D02* D03* D32* X26199Y23044D02* D03* X23507D02* D03* X21221Y20199D02* D03* D33* X27596Y20504D02* D03* X27114D02* D03* X29628Y23171D02* D03* X29044Y22003D02* D03* Y22257D02* D03* X29679Y22003D02* D03* Y22257D02* D03* X22237Y22282D02* D03* X21983D02* D03* X22491D02* D03* X22745D02* D03* X22999D02* D03* X21729D02* D03* X21221D02* D03* X23253D02* D03* X21475D02* D03* X23253Y23044D02* D03* X22999D02* D03* X22745D02* D03* X22491D02* D03* X22237D02* D03* X21983D02* D03* X21729D02* D03* X21475D02* D03* X21221D02* D03* X23507Y22282D02* D03* X29628Y22917D02* D03* X25793Y20199D02* D03* X26047D02* D03* Y21723D02* D03* X25793D02* D03* X24523D02* D03* X24269D02* D03* X24015D02* D03* X23761D02* D03* X26707Y19793D02* D03* X26453D02* D03* X21475Y20199D02* D03* X21729D02* D03* X21983D02* D03* X22237D02* D03* X22491D02* D03* X22745D02* D03* X22999D02* D03* X23253D02* D03* X23507D02* D03* X23761D02* D03* X24015D02* D03* X24269D02* D03* X24523D02* D03* X24777D02* D03* X25031D02* D03* X25285D02* D03* X25539D02* D03* X21221Y21723D02* D03* X21475D02* D03* X22237D02* D03* X22491D02* D03* X22745D02* D03* X22999D02* D03* X23253D02* D03* X23507D02* D03* X24777D02* D03* X25031D02* D03* X25285D02* D03* X26860Y20504D02* D03* X27850D02* D03* X28587D02* D03* X28333D02* D03* X24497Y19793D02* D03* X25005D02* D03* X28892Y18853D02* D03* Y18599D02* D03* X21729Y21723D02* D03* X21983D02* D03* X25945Y23044D02* D03* X25691D02* D03* X25437D02* D03* X25183D02* D03* X24929D02* D03* X24675D02* D03* X24421D02* D03* X24167D02* D03* X23913D02* D03* X26199Y22282D02* D03* X25945D02* D03* X25691D02* D03* X25437D02* D03* X25183D02* D03* X24929D02* D03* X24675D02* D03* X24421D02* D03* X24167D02* D03* X23913D02* D03* X25539Y21723D02* D03* D34* X28409Y23044D02* D03* X28587Y21723D02* D03* D35* X28155Y23044D02* D03* X27901D02* D03* X27647D02* D03* X27393D02* D03* X27139D02* D03* X26885D02* D03* X26631D02* D03* X28409Y22282D02* D03* X28155D02* D03* X27901D02* D03* X27647D02* D03* X27393D02* D03* X27139D02* D03* X26885D02* D03* X26631D02* D03* X28333Y21723D02* D03* X28079D02* D03* X27825D02* D03* X27571D02* D03* X27317D02* D03* X27063D02* D03* X28587Y20961D02* D03* X28333D02* D03* X28079D02* D03* X27571D02* D03* X27317D02* D03* X27063D02* D03* X26809D02* D03* Y21723D02* D03* X27825Y20961D02* D03* D36* X29400Y19945D02* D03* X29146D02* D03* X28892D02* D03* X28638D02* D03* X29400Y19183D02* D03* X29146D02* D03* X28892D02* D03* D37* X28638D02* D03* D38* X26606Y18980D02* D03* Y19234D02* D03* X26733Y19107D02* D03* X26047D02* D03* X26174Y18980D02* D03* Y19234D02* D03* D39* X29247Y20402D02* D03* D40* X20865Y18218D02* D03* X23634Y21545D02* D03* Y21190D02* D03* X22440Y21037D02* D03* X24777Y18853D02* D03* X25793Y23628D02* D03* X26047D02* D03* X26301D02* D03* X26555D02* D03* X26809D02* D03* X27063D02* D03* X27317D02* D03* X26428Y21291D02* D03* X24904D02* D03* X22745Y22053D02* D03* X22999D02* D03* X22491D02* D03* X25005Y18548D02* D03* M02* ================================================ FILE: frehd/gerber/wd1010_rel1.GBP ================================================ %FSLAX42Y42*% %MOMM*% G71* G01* G75* %ADD10C,0.20*% %ADD11R,2.00X2.00*% %ADD12R,2.00X1.00*% %ADD13R,1.00X2.00*% %ADD14R,1.00X2.00*% %ADD15C,0.41*% %ADD16C,0.61*% %ADD17C,0.30*% %ADD18C,0.25*% %ADD19C,1.73*% %ADD20C,2.03*% %ADD21C,1.90*% %ADD22R,1.78X1.78*% %ADD23C,1.78*% %ADD24O,1.52X2.29*% %ADD25R,1.52X2.29*% %ADD26O,2.03X3.81*% %ADD27C,1.83*% %ADD28O,2.29X1.52*% %ADD29O,1.78X1.52*% %ADD30R,1.78X1.52*% %ADD31C,5.08*% %ADD32R,1.57X1.57*% %ADD33C,1.57*% %ADD34R,1.40X1.90*% %ADD35O,1.40X1.90*% %ADD36O,1.27X2.29*% %ADD37R,1.27X2.29*% %ADD38C,1.40*% %ADD39R,2.29X1.52*% %ADD40C,1.27*% M02* ================================================ FILE: frehd/gerber/wd1010_rel1.GBS ================================================ %FSLAX42Y42*% %MOMM*% G71* G01* G75* %ADD10C,0.20*% %ADD11R,2.00X2.00*% %ADD12R,2.00X1.00*% %ADD13R,1.00X2.00*% %ADD14R,1.00X2.00*% %ADD15C,0.41*% %ADD16C,0.61*% %ADD17C,0.30*% %ADD18C,0.25*% %ADD19C,1.73*% %ADD20C,2.03*% %ADD21C,1.90*% %ADD22R,1.78X1.78*% %ADD23C,1.78*% %ADD24O,1.52X2.29*% %ADD25R,1.52X2.29*% %ADD26O,2.03X3.81*% %ADD27C,1.83*% %ADD28O,2.29X1.52*% %ADD29O,1.78X1.52*% %ADD30R,1.78X1.52*% %ADD31C,5.08*% %ADD32R,1.57X1.57*% %ADD33C,1.57*% %ADD34R,1.40X1.90*% %ADD35O,1.40X1.90*% %ADD36O,1.27X2.29*% %ADD37R,1.27X2.29*% %ADD38C,1.40*% %ADD39R,2.29X1.52*% %ADD40C,1.27*% %ADD41R,2.20X2.20*% %ADD42R,2.20X1.20*% %ADD43R,1.20X2.20*% %ADD44R,1.20X2.20*% %ADD45C,1.93*% %ADD46C,2.24*% %ADD47C,2.11*% %ADD48R,1.98X1.98*% %ADD49C,1.98*% %ADD50O,1.73X2.49*% %ADD51R,1.73X2.49*% %ADD52O,2.24X4.01*% %ADD53O,2.49X1.73*% %ADD54O,1.98X1.73*% %ADD55R,1.98X1.73*% %ADD56C,5.28*% %ADD57R,1.60X2.11*% %ADD58O,1.60X2.11*% %ADD59O,1.47X2.49*% %ADD60R,1.47X2.49*% %ADD61C,1.60*% %ADD62R,2.49X1.73*% %ADD63C,1.47*% D20* X25285Y16669D02* D03* X25767D02* D03* X26021D02* D03* X25031D02* D03* D22* X26199Y23044D02* D03* X23507D02* D03* X21221Y20199D02* D03* D23* X27596Y20504D02* D03* X27114D02* D03* X29628Y23171D02* D03* X29044Y22003D02* D03* Y22257D02* D03* X29679Y22003D02* D03* Y22257D02* D03* X22237Y22282D02* D03* X21983D02* D03* X22491D02* D03* X22745D02* D03* X22999D02* D03* X21729D02* D03* X21221D02* D03* X23253D02* D03* X21475D02* D03* X23253Y23044D02* D03* X22999D02* D03* X22745D02* D03* X22491D02* D03* X22237D02* D03* X21983D02* D03* X21729D02* D03* X21475D02* D03* X21221D02* D03* X23507Y22282D02* D03* X29628Y22917D02* D03* X25793Y20199D02* D03* X26047D02* D03* Y21723D02* D03* X25793D02* D03* X24523D02* D03* X24269D02* D03* X24015D02* D03* X23761D02* D03* X26707Y19793D02* D03* X26453D02* D03* X21475Y20199D02* D03* X21729D02* D03* X21983D02* D03* X22237D02* D03* X22491D02* D03* X22745D02* D03* X22999D02* D03* X23253D02* D03* X23507D02* D03* X23761D02* D03* X24015D02* D03* X24269D02* D03* X24523D02* D03* X24777D02* D03* X25031D02* D03* X25285D02* D03* X25539D02* D03* X21221Y21723D02* D03* X21475D02* D03* X22237D02* D03* X22491D02* D03* X22745D02* D03* X22999D02* D03* X23253D02* D03* X23507D02* D03* X24777D02* D03* X25031D02* D03* X25285D02* D03* X26860Y20504D02* D03* X27850D02* D03* X28587D02* D03* X28333D02* D03* X24497Y19793D02* D03* X25005D02* D03* X28892Y18853D02* D03* Y18599D02* D03* X21729Y21723D02* D03* X21983D02* D03* X25945Y23044D02* D03* X25691D02* D03* X25437D02* D03* X25183D02* D03* X24929D02* D03* X24675D02* D03* X24421D02* D03* X24167D02* D03* X23913D02* D03* X26199Y22282D02* D03* X25945D02* D03* X25691D02* D03* X25437D02* D03* X25183D02* D03* X24929D02* D03* X24675D02* D03* X24421D02* D03* X24167D02* D03* X23913D02* D03* X25539Y21723D02* D03* D45* X21602Y19183D02* D03* X23812D02* D03* D46* X27241Y19945D02* D03* Y18929D02* D03* X20510Y22028D02* D03* Y23044D02* D03* X24523Y17151D02* D03* X25539D02* D03* X22948Y19818D02* D03* X21932D02* D03* X24523Y19310D02* D03* X25539D02* D03* X28206Y18929D02* D03* Y19945D02* D03* X27876D02* D03* Y18929D02* D03* X27571D02* D03* Y19945D02* D03* X24523Y18701D02* D03* X25539D02* D03* Y18396D02* D03* X24523D02* D03* Y17786D02* D03* X25539D02* D03* X24523Y19005D02* D03* X25539D02* D03* Y18091D02* D03* X24523D02* D03* Y17456D02* D03* X25539D02* D03* X20687Y19767D02* D03* Y18751D02* D03* X20967D02* D03* Y19767D02* D03* X26199Y17151D02* D03* Y18167D02* D03* X25894D02* D03* Y17151D02* D03* D47* X20865Y22409D02* D03* Y22917D02* D03* X28968Y23349D02* D03* Y22841D02* D03* X24015Y19793D02* D03* X23507D02* D03* X25971D02* D03* X25463D02* D03* X26123Y18624D02* D03* X26631D02* D03* D48* X27698Y24085D02* D03* D49* Y23831D02* D03* X27444Y24085D02* D03* Y23831D02* D03* X27190Y24085D02* D03* Y23831D02* D03* X26936Y24085D02* D03* Y23831D02* D03* X26682Y24085D02* D03* Y23831D02* D03* X26428Y24085D02* D03* Y23831D02* D03* X26174Y24085D02* D03* Y23831D02* D03* X25920Y24085D02* D03* Y23831D02* D03* X25666Y24085D02* D03* Y23831D02* D03* X25412Y24085D02* D03* Y23831D02* D03* X25158Y24085D02* D03* Y23831D02* D03* X24904Y24085D02* D03* Y23831D02* D03* X24650Y24085D02* D03* Y23831D02* D03* X24396Y24085D02* D03* Y23831D02* D03* X24142Y24085D02* D03* Y23831D02* D03* X23888Y24085D02* D03* Y23831D02* D03* X23634Y24085D02* D03* Y23831D02* D03* X23380Y24085D02* D03* Y23831D02* D03* X23126Y24085D02* D03* Y23831D02* D03* X22872Y24085D02* D03* Y23831D02* D03* X22618Y24085D02* D03* Y23831D02* D03* X22364Y24085D02* D03* Y23831D02* D03* X22110Y24085D02* D03* Y23831D02* D03* X21856Y24085D02* D03* Y23831D02* D03* X21602Y24085D02* D03* Y23831D02* D03* D50* X28841Y23958D02* D03* D51* X28587D02* D03* D52* X26631Y17659D02* D03* X29425Y17786D02* D03* Y17532D02* D03* D53* X29247Y21418D02* D03* Y20656D02* D03* Y20910D02* D03* Y21164D02* D03* D54* X20662Y21291D02* D03* Y21037D02* D03* Y20783D02* D03* Y21545D02* D03* D55* Y20529D02* D03* D56* X29527Y16821D02* D03* Y23806D02* D03* X20713D02* D03* Y16821D02* D03* D57* X28409Y23044D02* D03* X28587Y21723D02* D03* D58* X28155Y23044D02* D03* X27901D02* D03* X27647D02* D03* X27393D02* D03* X27139D02* D03* X26885D02* D03* X26631D02* D03* X28409Y22282D02* D03* X28155D02* D03* X27901D02* D03* X27647D02* D03* X27393D02* D03* X27139D02* D03* X26885D02* D03* X26631D02* D03* X28333Y21723D02* D03* X28079D02* D03* X27825D02* D03* X27571D02* D03* X27317D02* D03* X27063D02* D03* X28587Y20961D02* D03* X28333D02* D03* X28079D02* D03* X27571D02* D03* X27317D02* D03* X27063D02* D03* X26809D02* D03* Y21723D02* D03* X27825Y20961D02* D03* D59* X29400Y19945D02* D03* X29146D02* D03* X28892D02* D03* X28638D02* D03* X29400Y19183D02* D03* X29146D02* D03* X28892D02* D03* D60* X28638D02* D03* D61* X26606Y18980D02* D03* Y19234D02* D03* X26733Y19107D02* D03* X26047D02* D03* X26174Y18980D02* D03* Y19234D02* D03* D62* X29247Y20402D02* D03* D63* X20865Y18218D02* D03* X23634Y21545D02* D03* Y21190D02* D03* X22440Y21037D02* D03* X24777Y18853D02* D03* X25793Y23628D02* D03* X26047D02* D03* X26301D02* D03* X26555D02* D03* X26809D02* D03* X27063D02* D03* X27317D02* D03* X26428Y21291D02* D03* X24904D02* D03* X22745Y22053D02* D03* X22999D02* D03* X22491D02* D03* X25005Y18548D02* D03* M02* ================================================ FILE: frehd/gerber/wd1010_rel1.GKO ================================================ %FSLAX42Y42*% %MOMM*% G71* G01* G75* %ADD10C,0.20*% %ADD11R,2.00X2.00*% %ADD12R,2.00X1.00*% %ADD13R,1.00X2.00*% %ADD14R,1.00X2.00*% %ADD15C,0.41*% %ADD16C,0.61*% %ADD17C,0.30*% %ADD18C,0.25*% %ADD19C,1.73*% %ADD20C,2.03*% %ADD21C,1.90*% %ADD22R,1.78X1.78*% %ADD23C,1.78*% %ADD24O,1.52X2.29*% %ADD25R,1.52X2.29*% %ADD26O,2.03X3.81*% %ADD27C,1.83*% %ADD28O,2.29X1.52*% %ADD29O,1.78X1.52*% %ADD30R,1.78X1.52*% %ADD31C,5.08*% %ADD32R,1.57X1.57*% %ADD33C,1.57*% %ADD34R,1.40X1.90*% %ADD35O,1.40X1.90*% %ADD36O,1.27X2.29*% %ADD37R,1.27X2.29*% %ADD38C,1.40*% %ADD39R,2.29X1.52*% %ADD40C,1.27*% %ADD41R,2.20X2.20*% %ADD42R,2.20X1.20*% %ADD43R,1.20X2.20*% %ADD44R,1.20X2.20*% %ADD45C,1.93*% %ADD46C,2.24*% %ADD47C,2.11*% %ADD48R,1.98X1.98*% %ADD49C,1.98*% %ADD50O,1.73X2.49*% %ADD51R,1.73X2.49*% %ADD52O,2.24X4.01*% %ADD53O,2.49X1.73*% %ADD54O,1.98X1.73*% %ADD55R,1.98X1.73*% %ADD56C,5.28*% %ADD57R,1.60X2.11*% %ADD58O,1.60X2.11*% %ADD59O,1.47X2.49*% %ADD60R,1.47X2.49*% %ADD61C,1.60*% %ADD62R,2.49X1.73*% %ADD63C,1.47*% D18* X20332Y16389D02* X29984D01* Y24289D01* X20332D02* X29984D01* X20332Y16389D02* Y24289D01* M02* ================================================ FILE: frehd/gerber/wd1010_rel1.GPB ================================================ %FSLAX42Y42*% %MOMM*% G71* G01* G75* %ADD10C,0.20*% %ADD11R,2.00X2.00*% %ADD12R,2.00X1.00*% %ADD13R,1.00X2.00*% %ADD14R,1.00X2.00*% %ADD15C,0.41*% %ADD16C,0.61*% %ADD17C,0.30*% %ADD18C,0.25*% %ADD19C,1.73*% %ADD20C,2.03*% %ADD21C,1.90*% %ADD22R,1.78X1.78*% %ADD23C,1.78*% %ADD24O,1.52X2.29*% %ADD25R,1.52X2.29*% %ADD26O,2.03X3.81*% %ADD27C,1.83*% %ADD28O,2.29X1.52*% %ADD29O,1.78X1.52*% %ADD30R,1.78X1.52*% %ADD31C,5.08*% %ADD32R,1.57X1.57*% %ADD33C,1.57*% %ADD34R,1.40X1.90*% %ADD35O,1.40X1.90*% %ADD36O,1.27X2.29*% %ADD37R,1.27X2.29*% %ADD38C,1.40*% %ADD39R,2.29X1.52*% %ADD40C,1.27*% %ADD41R,2.20X2.20*% %ADD42R,2.20X1.20*% %ADD43R,1.20X2.20*% %ADD44R,1.20X2.20*% %ADD45C,1.93*% %ADD46C,2.24*% %ADD47C,2.11*% %ADD48R,1.98X1.98*% %ADD49C,1.98*% %ADD50O,1.73X2.49*% %ADD51R,1.73X2.49*% %ADD52O,2.24X4.01*% %ADD53O,2.49X1.73*% %ADD54O,1.98X1.73*% %ADD55R,1.98X1.73*% %ADD56C,5.28*% %ADD57R,1.60X2.11*% %ADD58O,1.60X2.11*% %ADD59O,1.47X2.49*% %ADD60R,1.47X2.49*% %ADD61C,1.60*% %ADD62R,2.49X1.73*% %ADD63C,1.47*% D19* X21602Y19183D02* D03* X23812D02* D03* D20* X27241Y19945D02* D03* Y18929D02* D03* X20510Y22028D02* D03* Y23044D02* D03* X24523Y17151D02* D03* X25539D02* D03* X22948Y19818D02* D03* X21932D02* D03* X24523Y19310D02* D03* X25539D02* D03* X28206Y18929D02* D03* Y19945D02* D03* X27876D02* D03* Y18929D02* D03* X27571D02* D03* Y19945D02* D03* X24523Y18701D02* D03* X25539D02* D03* Y18396D02* D03* X24523D02* D03* Y17786D02* D03* X25539D02* D03* X24523Y19005D02* D03* X25539D02* D03* Y18091D02* D03* X24523D02* D03* Y17456D02* D03* X25539D02* D03* X20687Y19767D02* D03* Y18751D02* D03* X20967D02* D03* Y19767D02* D03* X26199Y17151D02* D03* Y18167D02* D03* X25894D02* D03* Y17151D02* D03* D21* X20865Y22409D02* D03* Y22917D02* D03* X28968Y23349D02* D03* Y22841D02* D03* X24015Y19793D02* D03* X23507D02* D03* X25971D02* D03* X25463D02* D03* X26123Y18624D02* D03* X26631D02* D03* D22* X27698Y24085D02* D03* D23* Y23831D02* D03* X27444Y24085D02* D03* Y23831D02* D03* X27190Y24085D02* D03* Y23831D02* D03* X26936Y24085D02* D03* Y23831D02* D03* X26682Y24085D02* D03* Y23831D02* D03* X26428Y24085D02* D03* Y23831D02* D03* X26174Y24085D02* D03* Y23831D02* D03* X25920Y24085D02* D03* Y23831D02* D03* X25666Y24085D02* D03* Y23831D02* D03* X25412Y24085D02* D03* Y23831D02* D03* X25158Y24085D02* D03* Y23831D02* D03* X24904Y24085D02* D03* Y23831D02* D03* X24650Y24085D02* D03* Y23831D02* D03* X24396Y24085D02* D03* Y23831D02* D03* X24142Y24085D02* D03* Y23831D02* D03* X23888Y24085D02* D03* Y23831D02* D03* X23634Y24085D02* D03* Y23831D02* D03* X23380Y24085D02* D03* Y23831D02* D03* X23126Y24085D02* D03* Y23831D02* D03* X22872Y24085D02* D03* Y23831D02* D03* X22618Y24085D02* D03* Y23831D02* D03* X22364Y24085D02* D03* Y23831D02* D03* X22110Y24085D02* D03* Y23831D02* D03* X21856Y24085D02* D03* Y23831D02* D03* X21602Y24085D02* D03* Y23831D02* D03* D24* X28841Y23958D02* D03* D25* X28587D02* D03* D26* X26631Y17659D02* D03* X29425Y17786D02* D03* Y17532D02* D03* D27* X25285Y16669D02* D03* X25767D02* D03* X26021D02* D03* X25031D02* D03* D28* X29247Y21418D02* D03* Y20656D02* D03* Y20910D02* D03* Y21164D02* D03* D29* X20662Y21291D02* D03* Y21037D02* D03* Y20783D02* D03* Y21545D02* D03* D30* Y20529D02* D03* D31* X29527Y16821D02* D03* Y23806D02* D03* X20713D02* D03* Y16821D02* D03* D32* X26199Y23044D02* D03* X23507D02* D03* X21221Y20199D02* D03* D33* X27596Y20504D02* D03* X27114D02* D03* X29628Y23171D02* D03* X29044Y22003D02* D03* Y22257D02* D03* X29679Y22003D02* D03* Y22257D02* D03* X22237Y22282D02* D03* X21983D02* D03* X22491D02* D03* X22745D02* D03* X22999D02* D03* X21729D02* D03* X21221D02* D03* X23253D02* D03* X21475D02* D03* X23253Y23044D02* D03* X22999D02* D03* X22745D02* D03* X22491D02* D03* X22237D02* D03* X21983D02* D03* X21729D02* D03* X21475D02* D03* X21221D02* D03* X23507Y22282D02* D03* X29628Y22917D02* D03* X25793Y20199D02* D03* X26047D02* D03* Y21723D02* D03* X25793D02* D03* X24523D02* D03* X24269D02* D03* X24015D02* D03* X23761D02* D03* X26707Y19793D02* D03* X26453D02* D03* X21475Y20199D02* D03* X21729D02* D03* X21983D02* D03* X22237D02* D03* X22491D02* D03* X22745D02* D03* X22999D02* D03* X23253D02* D03* X23507D02* D03* X23761D02* D03* X24015D02* D03* X24269D02* D03* X24523D02* D03* X24777D02* D03* X25031D02* D03* X25285D02* D03* X25539D02* D03* X21221Y21723D02* D03* X21475D02* D03* X22237D02* D03* X22491D02* D03* X22745D02* D03* X22999D02* D03* X23253D02* D03* X23507D02* D03* X24777D02* D03* X25031D02* D03* X25285D02* D03* X26860Y20504D02* D03* X27850D02* D03* X28587D02* D03* X28333D02* D03* X24497Y19793D02* D03* X25005D02* D03* X28892Y18853D02* D03* Y18599D02* D03* X21729Y21723D02* D03* X21983D02* D03* X25945Y23044D02* D03* X25691D02* D03* X25437D02* D03* X25183D02* D03* X24929D02* D03* X24675D02* D03* X24421D02* D03* X24167D02* D03* X23913D02* D03* X26199Y22282D02* D03* X25945D02* D03* X25691D02* D03* X25437D02* D03* X25183D02* D03* X24929D02* D03* X24675D02* D03* X24421D02* D03* X24167D02* D03* X23913D02* D03* X25539Y21723D02* D03* D34* X28409Y23044D02* D03* X28587Y21723D02* D03* D35* X28155Y23044D02* D03* X27901D02* D03* X27647D02* D03* X27393D02* D03* X27139D02* D03* X26885D02* D03* X26631D02* D03* X28409Y22282D02* D03* X28155D02* D03* X27901D02* D03* X27647D02* D03* X27393D02* D03* X27139D02* D03* X26885D02* D03* X26631D02* D03* X28333Y21723D02* D03* X28079D02* D03* X27825D02* D03* X27571D02* D03* X27317D02* D03* X27063D02* D03* X28587Y20961D02* D03* X28333D02* D03* X28079D02* D03* X27571D02* D03* X27317D02* D03* X27063D02* D03* X26809D02* D03* Y21723D02* D03* X27825Y20961D02* D03* D36* X29400Y19945D02* D03* X29146D02* D03* X28892D02* D03* X28638D02* D03* X29400Y19183D02* D03* X29146D02* D03* X28892D02* D03* D37* X28638D02* D03* D38* X26606Y18980D02* D03* Y19234D02* D03* X26733Y19107D02* D03* X26047D02* D03* X26174Y18980D02* D03* Y19234D02* D03* D39* X29247Y20402D02* D03* M02* ================================================ FILE: frehd/gerber/wd1010_rel1.GPT ================================================ %FSLAX42Y42*% %MOMM*% G71* G01* G75* %ADD10C,0.20*% %ADD11R,2.00X2.00*% %ADD12R,2.00X1.00*% %ADD13R,1.00X2.00*% %ADD14R,1.00X2.00*% %ADD15C,0.41*% %ADD16C,0.61*% %ADD17C,0.30*% %ADD18C,0.25*% %ADD19C,1.73*% %ADD20C,2.03*% %ADD21C,1.90*% %ADD22R,1.78X1.78*% %ADD23C,1.78*% %ADD24O,1.52X2.29*% %ADD25R,1.52X2.29*% %ADD26O,2.03X3.81*% %ADD27C,1.83*% %ADD28O,2.29X1.52*% %ADD29O,1.78X1.52*% %ADD30R,1.78X1.52*% %ADD31C,5.08*% %ADD32R,1.57X1.57*% %ADD33C,1.57*% %ADD34R,1.40X1.90*% %ADD35O,1.40X1.90*% %ADD36O,1.27X2.29*% %ADD37R,1.27X2.29*% %ADD38C,1.40*% %ADD39R,2.29X1.52*% %ADD40C,1.27*% %ADD41R,2.20X2.20*% %ADD42R,2.20X1.20*% %ADD43R,1.20X2.20*% %ADD44R,1.20X2.20*% %ADD45C,1.93*% %ADD46C,2.24*% %ADD47C,2.11*% %ADD48R,1.98X1.98*% %ADD49C,1.98*% %ADD50O,1.73X2.49*% %ADD51R,1.73X2.49*% %ADD52O,2.24X4.01*% %ADD53O,2.49X1.73*% %ADD54O,1.98X1.73*% %ADD55R,1.98X1.73*% %ADD56C,5.28*% %ADD57R,1.60X2.11*% %ADD58O,1.60X2.11*% %ADD59O,1.47X2.49*% %ADD60R,1.47X2.49*% %ADD61C,1.60*% %ADD62R,2.49X1.73*% %ADD63C,1.47*% D11* X21342Y16863D02* D03* X24242Y18728D02* D03* X21342D02* D03* X24242Y16863D02* D03* D12* X21382Y18263D02* D03* Y17368D02* D03* Y17108D02* D03* D13* X21737Y19403D02* D03* X23649D02* D03* X22399D02* D03* X23399D02* D03* X23149D02* D03* X22899D02* D03* X21907D02* D03* X22149D02* D03* D14* X22649Y19403D02* D03* D19* X21602Y19183D02* D03* X23812D02* D03* D20* X27241Y19945D02* D03* Y18929D02* D03* X20510Y22028D02* D03* Y23044D02* D03* X24523Y17151D02* D03* X25539D02* D03* X22948Y19818D02* D03* X21932D02* D03* X24523Y19310D02* D03* X25539D02* D03* X28206Y18929D02* D03* Y19945D02* D03* X27876D02* D03* Y18929D02* D03* X27571D02* D03* Y19945D02* D03* X24523Y18701D02* D03* X25539D02* D03* Y18396D02* D03* X24523D02* D03* Y17786D02* D03* X25539D02* D03* X24523Y19005D02* D03* X25539D02* D03* Y18091D02* D03* X24523D02* D03* Y17456D02* D03* X25539D02* D03* X20687Y19767D02* D03* Y18751D02* D03* X20967D02* D03* Y19767D02* D03* X26199Y17151D02* D03* Y18167D02* D03* X25894D02* D03* Y17151D02* D03* D21* X20865Y22409D02* D03* Y22917D02* D03* X28968Y23349D02* D03* Y22841D02* D03* X24015Y19793D02* D03* X23507D02* D03* X25971D02* D03* X25463D02* D03* X26123Y18624D02* D03* X26631D02* D03* D22* X27698Y24085D02* D03* D23* Y23831D02* D03* X27444Y24085D02* D03* Y23831D02* D03* X27190Y24085D02* D03* Y23831D02* D03* X26936Y24085D02* D03* Y23831D02* D03* X26682Y24085D02* D03* Y23831D02* D03* X26428Y24085D02* D03* Y23831D02* D03* X26174Y24085D02* D03* Y23831D02* D03* X25920Y24085D02* D03* Y23831D02* D03* X25666Y24085D02* D03* Y23831D02* D03* X25412Y24085D02* D03* Y23831D02* D03* X25158Y24085D02* D03* Y23831D02* D03* X24904Y24085D02* D03* Y23831D02* D03* X24650Y24085D02* D03* Y23831D02* D03* X24396Y24085D02* D03* Y23831D02* D03* X24142Y24085D02* D03* Y23831D02* D03* X23888Y24085D02* D03* Y23831D02* D03* X23634Y24085D02* D03* Y23831D02* D03* X23380Y24085D02* D03* Y23831D02* D03* X23126Y24085D02* D03* Y23831D02* D03* X22872Y24085D02* D03* Y23831D02* D03* X22618Y24085D02* D03* Y23831D02* D03* X22364Y24085D02* D03* Y23831D02* D03* X22110Y24085D02* D03* Y23831D02* D03* X21856Y24085D02* D03* Y23831D02* D03* X21602Y24085D02* D03* Y23831D02* D03* D24* X28841Y23958D02* D03* D25* X28587D02* D03* D26* X26631Y17659D02* D03* X29425Y17786D02* D03* Y17532D02* D03* D27* X25285Y16669D02* D03* X25767D02* D03* X26021D02* D03* X25031D02* D03* D28* X29247Y21418D02* D03* Y20656D02* D03* Y20910D02* D03* Y21164D02* D03* D29* X20662Y21291D02* D03* Y21037D02* D03* Y20783D02* D03* Y21545D02* D03* D30* Y20529D02* D03* D31* X29527Y16821D02* D03* Y23806D02* D03* X20713D02* D03* Y16821D02* D03* D32* X26199Y23044D02* D03* X23507D02* D03* X21221Y20199D02* D03* D33* X27596Y20504D02* D03* X27114D02* D03* X29628Y23171D02* D03* X29044Y22003D02* D03* Y22257D02* D03* X29679Y22003D02* D03* Y22257D02* D03* X22237Y22282D02* D03* X21983D02* D03* X22491D02* D03* X22745D02* D03* X22999D02* D03* X21729D02* D03* X21221D02* D03* X23253D02* D03* X21475D02* D03* X23253Y23044D02* D03* X22999D02* D03* X22745D02* D03* X22491D02* D03* X22237D02* D03* X21983D02* D03* X21729D02* D03* X21475D02* D03* X21221D02* D03* X23507Y22282D02* D03* X29628Y22917D02* D03* X25793Y20199D02* D03* X26047D02* D03* Y21723D02* D03* X25793D02* D03* X24523D02* D03* X24269D02* D03* X24015D02* D03* X23761D02* D03* X26707Y19793D02* D03* X26453D02* D03* X21475Y20199D02* D03* X21729D02* D03* X21983D02* D03* X22237D02* D03* X22491D02* D03* X22745D02* D03* X22999D02* D03* X23253D02* D03* X23507D02* D03* X23761D02* D03* X24015D02* D03* X24269D02* D03* X24523D02* D03* X24777D02* D03* X25031D02* D03* X25285D02* D03* X25539D02* D03* X21221Y21723D02* D03* X21475D02* D03* X22237D02* D03* X22491D02* D03* X22745D02* D03* X22999D02* D03* X23253D02* D03* X23507D02* D03* X24777D02* D03* X25031D02* D03* X25285D02* D03* X26860Y20504D02* D03* X27850D02* D03* X28587D02* D03* X28333D02* D03* X24497Y19793D02* D03* X25005D02* D03* X28892Y18853D02* D03* Y18599D02* D03* X21729Y21723D02* D03* X21983D02* D03* X25945Y23044D02* D03* X25691D02* D03* X25437D02* D03* X25183D02* D03* X24929D02* D03* X24675D02* D03* X24421D02* D03* X24167D02* D03* X23913D02* D03* X26199Y22282D02* D03* X25945D02* D03* X25691D02* D03* X25437D02* D03* X25183D02* D03* X24929D02* D03* X24675D02* D03* X24421D02* D03* X24167D02* D03* X23913D02* D03* X25539Y21723D02* D03* D34* X28409Y23044D02* D03* X28587Y21723D02* D03* D35* X28155Y23044D02* D03* X27901D02* D03* X27647D02* D03* X27393D02* D03* X27139D02* D03* X26885D02* D03* X26631D02* D03* X28409Y22282D02* D03* X28155D02* D03* X27901D02* D03* X27647D02* D03* X27393D02* D03* X27139D02* D03* X26885D02* D03* X26631D02* D03* X28333Y21723D02* D03* X28079D02* D03* X27825D02* D03* X27571D02* D03* X27317D02* D03* X27063D02* D03* X28587Y20961D02* D03* X28333D02* D03* X28079D02* D03* X27571D02* D03* X27317D02* D03* X27063D02* D03* X26809D02* D03* Y21723D02* D03* X27825Y20961D02* D03* D36* X29400Y19945D02* D03* X29146D02* D03* X28892D02* D03* X28638D02* D03* X29400Y19183D02* D03* X29146D02* D03* X28892D02* D03* D37* X28638D02* D03* D38* X26606Y18980D02* D03* Y19234D02* D03* X26733Y19107D02* D03* X26047D02* D03* X26174Y18980D02* D03* Y19234D02* D03* D39* X29247Y20402D02* D03* M02* ================================================ FILE: frehd/gerber/wd1010_rel1.GTL ================================================ %FSLAX42Y42*% %MOMM*% G71* G01* G75* %ADD10C,0.20*% %ADD11R,2.00X2.00*% %ADD12R,2.00X1.00*% %ADD13R,1.00X2.00*% %ADD14R,1.00X2.00*% %ADD15C,0.41*% %ADD16C,0.61*% %ADD17C,0.30*% %ADD18C,0.25*% %ADD19C,1.73*% %ADD20C,2.03*% %ADD21C,1.90*% %ADD22R,1.78X1.78*% %ADD23C,1.78*% %ADD24O,1.52X2.29*% %ADD25R,1.52X2.29*% %ADD26O,2.03X3.81*% %ADD27C,1.83*% %ADD28O,2.29X1.52*% %ADD29O,1.78X1.52*% %ADD30R,1.78X1.52*% %ADD31C,5.08*% %ADD32R,1.57X1.57*% %ADD33C,1.57*% %ADD34R,1.40X1.90*% %ADD35O,1.40X1.90*% %ADD36O,1.27X2.29*% %ADD37R,1.27X2.29*% %ADD38C,1.40*% %ADD39R,2.29X1.52*% %ADD40C,1.27*% D10* X29006Y18599D02* X29003Y18624D01* X28995Y18649D01* X28981Y18670D01* X28963Y18688D01* X28941Y18702D01* X28917Y18710D01* X28892Y18713D01* X28866Y18710D01* X28842Y18702D01* X28820Y18688D01* X28802Y18670D01* X28789Y18649D01* X28780Y18624D01* X28777Y18599D01* X28780Y18574D01* X28789Y18549D01* X28802Y18528D01* X28820Y18510D01* X28842Y18496D01* X28866Y18488D01* X28892Y18485D01* X28917Y18488D01* X28941Y18496D01* X28963Y18510D01* X28981Y18528D01* X28995Y18549D01* X29003Y18574D01* X29006Y18599D01* Y18853D02* X29003Y18878D01* X28995Y18903D01* X28981Y18924D01* X28963Y18942D01* X28941Y18956D01* X28917Y18964D01* X28892Y18967D01* X28866Y18964D01* X28842Y18956D01* X28820Y18942D01* X28802Y18924D01* X28789Y18903D01* X28780Y18878D01* X28777Y18853D01* X28780Y18828D01* X28789Y18803D01* X28802Y18782D01* X28820Y18764D01* X28842Y18750D01* X28866Y18742D01* X28892Y18739D01* X28917Y18742D01* X28941Y18750D01* X28963Y18764D01* X28981Y18782D01* X28995Y18803D01* X29003Y18828D01* X29006Y18853D01* X28793Y19132D02* X28796Y19107D01* X28806Y19083D01* X28822Y19062D01* X28842Y19047D01* X28866Y19037D01* X28892Y19033D01* X28917Y19037D01* X28941Y19047D01* X28962Y19062D01* X28977Y19083D01* X28987Y19107D01* X28991Y19132D01* Y19234D02* X28987Y19260D01* X28977Y19283D01* X28962Y19304D01* X28941Y19320D01* X28917Y19330D01* X28892Y19333D01* X28866Y19330D01* X28842Y19320D01* X28822Y19304D01* X28806Y19283D01* X28796Y19260D01* X28793Y19234D01* X29047Y19132D02* X29050Y19107D01* X29060Y19083D01* X29076Y19062D01* X29096Y19047D01* X29120Y19037D01* X29146Y19033D01* X29171Y19037D01* X29195Y19047D01* X29216Y19062D01* X29231Y19083D01* X29241Y19107D01* X29245Y19132D01* X29301D02* X29304Y19107D01* X29314Y19083D01* X29330Y19062D01* X29350Y19047D01* X29374Y19037D01* X29400Y19033D01* X29425Y19037D01* X29449Y19047D01* X29470Y19062D01* X29485Y19083D01* X29495Y19107D01* X29499Y19132D01* X29245Y19234D02* X29241Y19260D01* X29231Y19283D01* X29216Y19304D01* X29195Y19320D01* X29171Y19330D01* X29146Y19333D01* X29120Y19330D01* X29096Y19320D01* X29076Y19304D01* X29060Y19283D01* X29050Y19260D01* X29047Y19234D01* X29499D02* X29495Y19260D01* X29485Y19283D01* X29470Y19304D01* X29449Y19320D01* X29425Y19330D01* X29400Y19333D01* X29374Y19330D01* X29350Y19320D01* X29330Y19304D01* X29314Y19283D01* X29304Y19260D01* X29301Y19234D01* X28511Y18459D02* X28599Y18370D01* X28511Y18603D02* X28743Y18370D01* X28566D02* X28778Y18583D01* X28511Y18459D02* X28818Y18766D01* X28511Y18459D02* X28818Y18766D01* X28511Y18603D02* X28779Y18871D01* X28511Y18890D02* X28654Y19033D01* X28511Y18890D02* X28780Y18621D01* X28511Y18370D02* Y19539D01* Y19034D02* X28539Y19062D01* X28655Y19033D02* X28788Y18900D01* X28511Y18370D02* X29577D01* X28709D02* X28837Y18498D01* X28511Y18746D02* X28887Y18370D01* X28914Y18487D02* X29030Y18370D01* X28907Y18712D02* X28950Y18755D01* X28511Y19034D02* X28842Y18702D01* X28511Y18746D02* X28824Y19060D01* X28737Y19095D02* X28867Y18965D01* X28853Y18370D02* X29577Y19095D01* X28874Y18966D02* X29047Y19139D01* X28511Y19177D02* X28539Y19150D01* X28511Y19177D02* X28539Y19205D01* Y19033D02* X28737D01* X28539D02* Y19333D01* X28511Y19321D02* X28539Y19293D01* X28511Y19465D02* X28643Y19333D01* X28511Y19465D02* X28585Y19539D01* X28511Y19465D02* X28643Y19333D01* X28737Y19033D02* Y19333D01* X28511Y19321D02* X28728Y19539D01* X28539Y19333D02* X28737D01* Y19116D02* X28793Y19172D01* X28737Y19239D02* X28793Y19183D01* X28737Y19239D02* X28793Y19183D01* Y19132D02* Y19234D01* X28580Y19539D02* X28818Y19301D01* X28666Y19333D02* X28872Y19539D01* X28511D02* X29577D01* X28737Y19260D02* X29016Y19539D01* X28724D02* X28946Y19317D01* X28868Y19539D02* X29090Y19316D01* X28939Y18749D02* X29318Y18370D01* X28979Y18927D02* X29097Y19046D01* X28995Y18550D02* X29174Y18370D01* X28992Y18653D02* X29375Y19036D01* X29003Y18829D02* X29461Y18370D01* X28990Y18795D02* X29304Y19108D01* X28979Y18927D02* X29097Y19046D01* X29245Y19162D02* X29306Y19101D01* X28997Y18370D02* X29577Y18951D01* X29140Y18370D02* X29577Y18807D01* X28933Y19042D02* X29577Y18398D01* X29284Y18370D02* X29577Y18664D01* X29428Y18370D02* X29577Y18520D01* X29368Y19038D02* X29577Y18829D01* X28933Y19042D02* X29577Y18398D01* X28991Y19129D02* X29577Y18542D01* X29208Y19055D02* X29577Y18685D01* Y18370D02* Y19539D01* X29478Y19072D02* X29577Y18973D01* X29499Y19195D02* X29577Y19116D01* X28991Y19132D02* Y19234D01* X29047Y19132D02* Y19234D01* X29245Y19132D02* Y19234D01* X29301Y19132D02* Y19234D01* X29245Y19193D02* X29302Y19250D01* X29245Y19193D02* X29302Y19250D01* X28974Y19289D02* X29047Y19216D01* X28941Y19320D02* X29159Y19539D01* X28991Y19226D02* X29303Y19539D01* X29012D02* X29302Y19249D01* X29155Y19539D02* X29367Y19327D01* X29499Y19132D02* Y19234D01* Y19160D02* X29577Y19238D01* X29299Y19539D02* X29577Y19260D01* X29214Y19306D02* X29447Y19539D01* X29383Y19332D02* X29577Y19526D01* X29483Y19288D02* X29577Y19382D01* X29383Y19332D02* X29577Y19526D01* X29443Y19539D02* X29577Y19404D01* D11* X21342Y16863D02* D03* X24242Y18728D02* D03* X21342D02* D03* X24242Y16863D02* D03* D12* X21382Y18263D02* D03* Y17368D02* D03* Y17108D02* D03* D13* X21737Y19403D02* D03* X23649D02* D03* X22399D02* D03* X23399D02* D03* X23149D02* D03* X22899D02* D03* X21907D02* D03* X22149D02* D03* D14* X22649Y19403D02* D03* D15* X20662Y20529D02* X21983D01* X20662Y21037D02* X22440D01* X20865D02* Y22409D01* X28409Y22282D02* Y22485D01* X26885Y22282D02* Y22460D01* X28358Y22536D02* X28409Y22485D01* X26961Y22536D02* X28358D01* X26885Y22460D02* X26961Y22536D01* X28409Y20275D02* X28714D01* X28841Y20402D01* X28333Y20352D02* X28409Y20275D01* X27520Y23603D02* X27571Y23654D01* X27520Y22892D02* Y23603D01* X27469Y22841D02* X27520Y22892D01* X26682Y22841D02* X27469D01* X26631Y22892D02* X26682Y22841D01* X26631Y22892D02* Y23044D01* X23888Y23450D02* Y23831D01* X23913Y23044D02* Y23425D01* X23888Y23450D02* X23913Y23425D01* X20560Y22409D02* X20865D01* X20510Y22460D02* X20560Y22409D01* X20510Y22460D02* Y23044D01* X24015Y20072D02* Y20428D01* X22135Y20021D02* X23964D01* X22110Y20047D02* X22149Y20007D01* X23149Y20019D02* X23151Y20021D01* X23507Y19793D02* Y20021D01* X23149Y19666D02* Y20019D01* X23100Y19617D02* X23149Y19666D01* X23100Y19615D02* Y19617D01* X22923Y19615D02* X23100D01* X26352Y17456D02* X26453Y17354D01* X22899Y19592D02* X22923Y19615D01* X22899Y19403D02* Y19592D01* X22149Y19403D02* Y20007D01* X22110Y20047D02* Y20402D01* X23964Y20021D02* X24015Y20072D01* X21983Y20529D02* X22110Y20402D01* X21382Y17108D02* X21848D01* X24091Y20504D02* X26860D01* X24015Y20428D02* X24091Y20504D01* X24447Y16643D02* X24675Y16872D01* X22313Y16643D02* X24447D01* X21848Y17108D02* X22313Y16643D01* X28053Y23831D02* X28130Y23755D01* X25691Y19005D02* X25717Y18980D01* X25539Y19005D02* X25691D01* X25717Y18116D02* Y18980D01* X25691Y18091D02* X25717Y18116D01* X25310Y18040D02* X25361Y18091D01* X25310Y17507D02* Y18040D01* Y17507D02* X25361Y17456D01* X26555Y16872D02* X26631Y16948D01* X25285Y16669D02* Y16872D01* X26021Y16669D02* Y16872D01* X26453Y17354D02* X26631D01* X27571Y23654D02* Y23831D01* X28130Y23755D02* X28587D01* X25361Y17456D02* X26352D01* X25361Y18091D02* X25691D01* X24675Y16872D02* X26555D01* X26631Y16948D02* Y17634D01* X28333Y20352D02* Y20961D01* X28841Y20402D02* X29552D01* X23380Y23831D02* X28053D01* D16* X29222Y21850D02* X29552Y21520D01* X28587Y23450D02* X28688Y23349D01* X29146D02* X29222Y23273D01* X24777Y17431D02* X25056Y17151D01* X25539D01* X24777Y19158D02* X24929Y19310D01* X28206Y19513D02* X28638Y19945D01* X28206Y18929D02* Y19513D01* X29400Y19590D02* X29552Y19742D01* X29323Y18218D02* X29400Y18294D01* X26707Y19640D02* Y19793D01* X26631Y19564D02* X26707Y19640D01* X25869Y19488D02* X25945Y19564D01* X26631D01* X27139Y19386D02* X27241Y19285D01* Y18929D02* Y19285D01* Y18929D02* X28206D01* X26174Y19234D02* Y19336D01* X26225Y19386D01* X27139D01* X25920Y18624D02* X26123D01* X25869Y18675D02* X25920Y18624D01* X24777Y17431D02* Y19158D01* X24929Y19310D02* X25869D01* Y18675D02* Y19488D01* X26631Y18218D02* X29323D01* X29222Y23171D02* X29628D01* X26631Y17634D02* Y18624D01* X29400Y18294D02* Y19590D01* X29552Y19742D02* Y21520D01* X29222Y21850D02* Y23273D01* X28688Y23349D02* X29146D01* X28587Y23450D02* Y23958D01* D17* X27952Y20682D02* Y21164D01* X25082Y20021D02* X26174D01* X26402Y20250D01* X21449Y21190D02* X23634D01* X22618Y20834D02* Y21190D01* X21348Y21291D02* Y22409D01* Y21291D02* X21449Y21190D01* X23634Y21545D02* Y22206D01* X24421Y21317D02* X24650Y21545D01* X22542Y21317D02* X24421D01* X22491Y21368D02* X22542Y21317D01* X22491Y21368D02* Y21723D01* X22745Y21444D02* Y21850D01* X24396Y21545D02* Y21977D01* X24269Y21418D02* X24396Y21545D01* X22745Y21444D02* X22770Y21418D01* X24269D01* X23634Y22206D02* X23710Y22282D01* Y22663D01* X23786Y22739D01* X26148D01* X26199Y22790D01* Y23044D01* X21729Y22003D02* Y22282D01* X22288Y21952D02* X22364Y21876D01* X21729Y22003D02* X21780Y21952D01* X22288D01* X21856Y22104D02* Y23577D01* X21907Y22053D02* X22491D01* X21856Y22104D02* X21907Y22053D01* X22364Y21876D02* X22719D01* X21729Y23704D02* X21856Y23577D01* X21729Y23704D02* Y23958D01* X21856Y24085D01* X22872Y22079D02* Y23552D01* Y22079D02* X22897Y22053D01* X22999D01* X22719Y21876D02* X22745Y21850D01* X22872Y23552D02* X22999Y23679D01* Y23958D01* X23126Y24085D01* X25285Y20199D02* Y20326D01* X25310Y20352D01* X24472Y22053D02* X25894D01* X24396Y21977D02* X24472Y22053D01* X24650Y21545D02* Y21850D01* X23126Y22561D02* Y23552D01* X24701Y20961D02* X26809D01* X24650Y21012D02* Y21368D01* Y21012D02* X24701Y20961D01* X24650Y21368D02* X24777Y21495D01* Y21723D01* X28993Y21164D02* X29247D01* X28790Y21368D02* X28993Y21164D01* X26885Y21368D02* X28790D01* X26809Y21444D02* X26885Y21368D01* X26809Y21444D02* Y21723D01* X28892Y21495D02* X28968Y21418D01* X27063Y21571D02* X27139Y21495D01* X28968Y21418D02* X29247D01* X27139Y21495D02* X28892D01* X27063Y21571D02* Y21723D01* X25234Y21418D02* X26555D01* X27876Y21241D02* X27952Y21164D01* X26555Y21418D02* X26733Y21241D01* X27876D01* X24904Y21291D02* X26428D01* X24777Y21139D02* X27037D01* X24751Y21317D02* X25031Y21596D01* X24751Y21164D02* X24777Y21139D01* X24751Y21164D02* Y21317D01* X25031Y21596D02* Y21723D01* X27901Y21977D02* Y22282D01* X27825Y21901D02* X27901Y21977D01* X25336Y21901D02* X27825D01* X25285Y21850D02* X25336Y21901D01* X25285Y21723D02* Y21850D01* X25894Y22053D02* X25945Y22104D01* Y22282D01* X21348Y22409D02* X21475Y22536D01* Y23044D01* X22237Y21723D02* Y21850D01* X22211Y21876D02* X22237Y21850D01* X21526Y21876D02* X22211D01* X21475Y21926D02* X21526Y21876D01* X21475Y21926D02* Y22282D01* X21221D02* Y22434D01* X21348Y22561D01* Y23831D01* X21602Y24085D01* X22237Y23958D02* X22364Y24085D01* X22237Y23704D02* Y23958D01* X22110Y23577D02* X22237Y23704D01* X22110Y22561D02* Y23577D01* X21983Y22434D02* X22110Y22561D01* X21983Y22282D02* Y22434D01* X22237Y22282D02* Y22434D01* X22364Y22561D01* Y23577D01* X22491Y23704D01* Y23958D01* X22618Y24085D01* X22491Y22282D02* Y22434D01* X22618Y22561D01* Y23552D01* X22745Y23679D01* Y23958D01* X22872Y24085D01* X22999Y22282D02* Y22434D01* X23126Y22561D01* Y23552D02* X23253Y23679D01* Y23958D01* X23380Y24085D01* X25158Y21495D02* X25234Y21418D01* X25158Y21495D02* Y21850D01* X25107Y21901D02* X25158Y21850D01* X24701Y21901D02* X25107D01* X24650Y21850D02* X24701Y21901D01* X26905Y23217D02* X27317Y23628D01* X25712Y23217D02* X26905D01* X25691Y23196D02* X25712Y23217D01* X25691Y23044D02* Y23196D01* X25437Y23044D02* Y23222D01* X25488Y23273D01* X26707D01* X27063Y23628D01* X24746Y23445D02* X26118D01* X24675Y23374D02* X24746Y23445D01* X24675Y23044D02* Y23374D01* X26514Y23334D02* X26809Y23628D01* X25219Y23334D02* X26514D01* X25183Y23298D02* X25219Y23334D01* X25183Y23044D02* Y23298D01* X26316Y23389D02* X26555Y23628D01* X24970Y23389D02* X26316D01* X24929Y23349D02* X24970Y23389D01* X24929Y23044D02* Y23349D01* X26118Y23445D02* X26301Y23628D01* X24421Y23044D02* Y23425D01* X24497Y23501D01* X25996D01* X26047Y23552D01* Y23628D01* X24167Y23044D02* Y23527D01* X24269Y23628D01* X25793D01* X24802Y19793D02* X25463D01* X24523Y20072D02* X24802Y19793D01* X24523Y20072D02* Y20199D01* X25158Y18701D02* X25539D01* X25005Y18548D02* X25158Y18701D01* X22211Y17151D02* X24523D01* X21907Y17456D02* X22211Y17151D01* X21907Y17456D02* Y19403D01* X24523Y17456D02* Y17786D01* X22542D02* X24523D01* X22399Y17928D02* X22542Y17786D01* X22399Y17928D02* Y19403D01* X24523Y18091D02* Y18396D01* X23278D02* X24523D01* X23149Y18525D02* X23278Y18396D01* X23149Y18525D02* Y19403D01* X24523Y18701D02* Y19005D01* X23456D02* X24523D01* X23399Y19062D02* X23456Y19005D01* X23399Y19062D02* Y19403D01* X24175Y19310D02* X24523D01* X24082Y19403D02* X24175Y19310D01* X23649Y19403D02* X24082D01* X21737D02* Y19775D01* X21780Y19818D01* X21932D01* X22491Y20707D02* X22618Y20834D01* X22491Y20199D02* Y20707D01* X27037Y21139D02* X27063Y21114D01* Y20961D02* Y21114D01* X27317Y20834D02* Y20961D01* X27291Y20809D02* X27317Y20834D01* X23151Y20809D02* X27291D01* X22999Y20656D02* X23151Y20809D01* X22999Y20199D02* Y20656D01* X25031Y20072D02* Y20199D01* Y20072D02* X25082Y20021D01* X21370Y17380D02* X21382Y17368D01* X22649Y19748D02* X22719Y19818D01* X22649Y19403D02* Y19748D01* X20560Y20199D02* X21221D01* X20510Y20250D02* X20560Y20199D01* X27571Y20758D02* Y20961D01* X23329Y20682D02* X27495D01* X23253Y20606D02* X23329Y20682D01* X23253Y20199D02* Y20606D01* X27495Y20682D02* X27571Y20758D01* X20967Y18396D02* Y18751D01* Y18396D02* X21099Y18263D01* X21382D01* X21029Y17368D02* X21382D01* X20687Y17710D02* X21029Y17368D01* X20687Y17710D02* Y18751D01* X22719Y19818D02* X22948D01* X20510Y20783D02* X20662D01* X20510Y20250D02* Y22028D01* X27571Y19945D02* Y20199D01* X27520Y20250D02* X27571Y20199D01* X26402Y20250D02* X27520D01* X27876Y19945D02* Y20199D01* X27723Y20352D02* X27876Y20199D01* X25310Y20352D02* X27723D01* X28206Y19945D02* Y20428D01* X27952Y20682D02* X28206Y20428D01* D18* X29400Y19043D02* Y19183D01* X29311D02* X29400D01* X29489D01* X29400D02* Y19323D01* D19* X21602Y19183D02* D03* X23812D02* D03* D20* X27241Y19945D02* D03* Y18929D02* D03* X20510Y22028D02* D03* Y23044D02* D03* X24523Y17151D02* D03* X25539D02* D03* X22948Y19818D02* D03* X21932D02* D03* X24523Y19310D02* D03* X25539D02* D03* X28206Y18929D02* D03* Y19945D02* D03* X27876D02* D03* Y18929D02* D03* X27571D02* D03* Y19945D02* D03* X24523Y18701D02* D03* X25539D02* D03* Y18396D02* D03* X24523D02* D03* Y17786D02* D03* X25539D02* D03* X24523Y19005D02* D03* X25539D02* D03* Y18091D02* D03* X24523D02* D03* Y17456D02* D03* X25539D02* D03* X20687Y19767D02* D03* Y18751D02* D03* X20967D02* D03* Y19767D02* D03* X26199Y17151D02* D03* Y18167D02* D03* X25894D02* D03* Y17151D02* D03* D21* X20865Y22409D02* D03* Y22917D02* D03* X28968Y23349D02* D03* Y22841D02* D03* X24015Y19793D02* D03* X23507D02* D03* X25971D02* D03* X25463D02* D03* X26123Y18624D02* D03* X26631D02* D03* D22* X27698Y24085D02* D03* D23* Y23831D02* D03* X27444Y24085D02* D03* Y23831D02* D03* X27190Y24085D02* D03* Y23831D02* D03* X26936Y24085D02* D03* Y23831D02* D03* X26682Y24085D02* D03* Y23831D02* D03* X26428Y24085D02* D03* Y23831D02* D03* X26174Y24085D02* D03* Y23831D02* D03* X25920Y24085D02* D03* Y23831D02* D03* X25666Y24085D02* D03* Y23831D02* D03* X25412Y24085D02* D03* Y23831D02* D03* X25158Y24085D02* D03* Y23831D02* D03* X24904Y24085D02* D03* Y23831D02* D03* X24650Y24085D02* D03* Y23831D02* D03* X24396Y24085D02* D03* Y23831D02* D03* X24142Y24085D02* D03* Y23831D02* D03* X23888Y24085D02* D03* Y23831D02* D03* X23634Y24085D02* D03* Y23831D02* D03* X23380Y24085D02* D03* Y23831D02* D03* X23126Y24085D02* D03* Y23831D02* D03* X22872Y24085D02* D03* Y23831D02* D03* X22618Y24085D02* D03* Y23831D02* D03* X22364Y24085D02* D03* Y23831D02* D03* X22110Y24085D02* D03* Y23831D02* D03* X21856Y24085D02* D03* Y23831D02* D03* X21602Y24085D02* D03* Y23831D02* D03* D24* X28841Y23958D02* D03* D25* X28587D02* D03* D26* X26631Y17659D02* D03* X29425Y17786D02* D03* Y17532D02* D03* D27* X25285Y16669D02* D03* X25767D02* D03* X26021D02* D03* X25031D02* D03* D28* X29247Y21418D02* D03* Y20656D02* D03* Y20910D02* D03* Y21164D02* D03* D29* X20662Y21291D02* D03* Y21037D02* D03* Y20783D02* D03* Y21545D02* D03* D30* Y20529D02* D03* D31* X29527Y16821D02* D03* Y23806D02* D03* X20713D02* D03* Y16821D02* D03* D32* X26199Y23044D02* D03* X23507D02* D03* X21221Y20199D02* D03* D33* X27596Y20504D02* D03* X27114D02* D03* X29628Y23171D02* D03* X29044Y22003D02* D03* Y22257D02* D03* X29679Y22003D02* D03* Y22257D02* D03* X22237Y22282D02* D03* X21983D02* D03* X22491D02* D03* X22745D02* D03* X22999D02* D03* X21729D02* D03* X21221D02* D03* X23253D02* D03* X21475D02* D03* X23253Y23044D02* D03* X22999D02* D03* X22745D02* D03* X22491D02* D03* X22237D02* D03* X21983D02* D03* X21729D02* D03* X21475D02* D03* X21221D02* D03* X23507Y22282D02* D03* X29628Y22917D02* D03* X25793Y20199D02* D03* X26047D02* D03* Y21723D02* D03* X25793D02* D03* X24523D02* D03* X24269D02* D03* X24015D02* D03* X23761D02* D03* X26707Y19793D02* D03* X26453D02* D03* X21475Y20199D02* D03* X21729D02* D03* X21983D02* D03* X22237D02* D03* X22491D02* D03* X22745D02* D03* X22999D02* D03* X23253D02* D03* X23507D02* D03* X23761D02* D03* X24015D02* D03* X24269D02* D03* X24523D02* D03* X24777D02* D03* X25031D02* D03* X25285D02* D03* X25539D02* D03* X21221Y21723D02* D03* X21475D02* D03* X22237D02* D03* X22491D02* D03* X22745D02* D03* X22999D02* D03* X23253D02* D03* X23507D02* D03* X24777D02* D03* X25031D02* D03* X25285D02* D03* X26860Y20504D02* D03* X27850D02* D03* X28587D02* D03* X28333D02* D03* X24497Y19793D02* D03* X25005D02* D03* X28892Y18853D02* D03* Y18599D02* D03* X21729Y21723D02* D03* X21983D02* D03* X25945Y23044D02* D03* X25691D02* D03* X25437D02* D03* X25183D02* D03* X24929D02* D03* X24675D02* D03* X24421D02* D03* X24167D02* D03* X23913D02* D03* X26199Y22282D02* D03* X25945D02* D03* X25691D02* D03* X25437D02* D03* X25183D02* D03* X24929D02* D03* X24675D02* D03* X24421D02* D03* X24167D02* D03* X23913D02* D03* X25539Y21723D02* D03* D34* X28409Y23044D02* D03* X28587Y21723D02* D03* D35* X28155Y23044D02* D03* X27901D02* D03* X27647D02* D03* X27393D02* D03* X27139D02* D03* X26885D02* D03* X26631D02* D03* X28409Y22282D02* D03* X28155D02* D03* X27901D02* D03* X27647D02* D03* X27393D02* D03* X27139D02* D03* X26885D02* D03* X26631D02* D03* X28333Y21723D02* D03* X28079D02* D03* X27825D02* D03* X27571D02* D03* X27317D02* D03* X27063D02* D03* X28587Y20961D02* D03* X28333D02* D03* X28079D02* D03* X27571D02* D03* X27317D02* D03* X27063D02* D03* X26809D02* D03* Y21723D02* D03* X27825Y20961D02* D03* D36* X29400Y19945D02* D03* X29146D02* D03* X28892D02* D03* X28638D02* D03* X29400Y19183D02* D03* X29146D02* D03* X28892D02* D03* D37* X28638D02* D03* D38* X26606Y18980D02* D03* Y19234D02* D03* X26733Y19107D02* D03* X26047D02* D03* X26174Y18980D02* D03* Y19234D02* D03* D39* X29247Y20402D02* D03* D40* X20865Y18218D02* D03* X23634Y21545D02* D03* Y21190D02* D03* X22440Y21037D02* D03* X24777Y18853D02* D03* X25793Y23628D02* D03* X26047D02* D03* X26301D02* D03* X26555D02* D03* X26809D02* D03* X27063D02* D03* X27317D02* D03* X26428Y21291D02* D03* X24904D02* D03* X22745Y22053D02* D03* X22999D02* D03* X22491D02* D03* X25005Y18548D02* D03* M02* ================================================ FILE: frehd/gerber/wd1010_rel1.GTO ================================================ %FSLAX42Y42*% %MOMM*% G71* G01* G75* %ADD10C,0.20*% %ADD11R,2.00X2.00*% %ADD12R,2.00X1.00*% %ADD13R,1.00X2.00*% %ADD14R,1.00X2.00*% %ADD15C,0.41*% %ADD16C,0.61*% %ADD17C,0.30*% %ADD18C,0.25*% %ADD19C,1.73*% %ADD20C,2.03*% %ADD21C,1.90*% %ADD22R,1.78X1.78*% %ADD23C,1.78*% %ADD24O,1.52X2.29*% %ADD25R,1.52X2.29*% %ADD26O,2.03X3.81*% %ADD27C,1.83*% %ADD28O,2.29X1.52*% %ADD29O,1.78X1.52*% %ADD30R,1.78X1.52*% %ADD31C,5.08*% %ADD32R,1.57X1.57*% %ADD33C,1.57*% %ADD34R,1.40X1.90*% %ADD35O,1.40X1.90*% %ADD36O,1.27X2.29*% %ADD37R,1.27X2.29*% %ADD38C,1.40*% %ADD39R,2.29X1.52*% %ADD40C,1.27*% D10* X26504Y18878D02* Y19336D01* X26707D01* X26834Y19209D01* Y19005D02* Y19209D01* X26707Y18878D02* X26834Y19005D01* X26504Y18878D02* X26707D01* X29518Y20436D02* X29501Y20453D01* X29467D01* X29450Y20436D01* Y20368D01* X29467Y20352D01* X29501D01* X29518Y20368D01* Y20402D01* X29484D01* X29552Y20352D02* Y20419D01* X29603D01* X29620Y20402D01* Y20352D01* X29721Y20453D02* Y20352D01* X29671D01* X29654Y20368D01* Y20402D01* X29671Y20419D01* X29721D01* X29476Y21114D02* Y21215D01* X29527D01* X29544Y21198D01* Y21164D01* X29527Y21147D01* X29476D01* X29510D02* X29544Y21114D01* X29577Y21215D02* X29645Y21114D01* Y21215D02* X29577Y21114D01* X29476Y21469D02* X29544D01* X29510D01* Y21368D01* X29577Y21469D02* X29645Y21368D01* Y21469D02* X29577Y21368D01* X29450Y20606D02* Y20707D01* X29501D01* X29518Y20690D01* Y20656D01* X29501Y20639D01* X29450D01* X29484D02* X29518Y20606D01* X29552Y20707D02* X29620D01* X29586D01* Y20606D01* X29721Y20690D02* X29704Y20707D01* X29671D01* X29654Y20690D01* Y20673D01* X29671Y20656D01* X29704D01* X29721Y20639D01* Y20622D01* X29704Y20606D01* X29671D01* X29654Y20622D01* X29518Y20944D02* X29501Y20961D01* X29467D01* X29450Y20944D01* Y20876D01* X29467Y20860D01* X29501D01* X29518Y20876D01* X29552Y20961D02* X29620D01* X29586D01* Y20860D01* X29721Y20944D02* X29704Y20961D01* X29671D01* X29654Y20944D01* Y20927D01* X29671Y20910D01* X29704D01* X29721Y20893D01* Y20876D01* X29704Y20860D01* X29671D01* X29654Y20876D01* D17* X27139Y19132D02* Y19742D01* X27342Y19132D02* Y19742D01* X27241Y19031D02* Y19132D01* Y19742D02* Y19844D01* X27139Y19132D02* X27342D01* X27139Y19742D02* X27342D01* X20408Y22841D02* X20611D01* X20408Y22231D02* X20611D01* X20510Y22841D02* Y22942D01* Y22130D02* Y22231D01* X20611D02* Y22841D01* X20408Y22231D02* Y22841D01* X24726Y17050D02* X25336D01* X24726Y17253D02* X25336D01* Y17151D02* X25437D01* X24624D02* X24726D01* X25336Y17050D02* Y17253D01* X24726Y17050D02* Y17253D01* X22135Y19717D02* Y19920D01* X22745Y19717D02* Y19920D01* X22034Y19818D02* X22135D01* X22745D02* X22846D01* X22135Y19920D02* X22745D01* X22135Y19717D02* X22745D01* X24726Y19209D02* X25336D01* X24726Y19412D02* X25336D01* Y19310D02* X25437D01* X24624D02* X24726D01* X25336Y19209D02* Y19412D01* X24726Y19209D02* Y19412D01* X28104Y19742D02* X28307D01* X28104Y19132D02* X28307D01* X28206Y19742D02* Y19844D01* Y19031D02* Y19132D01* X28307D02* Y19742D01* X28104Y19132D02* Y19742D01* X27774Y19132D02* Y19742D01* X27977Y19132D02* Y19742D01* X27876Y19031D02* Y19132D01* Y19742D02* Y19844D01* X27774Y19132D02* X27977D01* X27774Y19742D02* X27977D01* X27469D02* X27672D01* X27469Y19132D02* X27672D01* X27571Y19742D02* Y19844D01* Y19031D02* Y19132D01* X27672D02* Y19742D01* X27469Y19132D02* Y19742D01* X24726Y18599D02* X25336D01* X24726Y18802D02* X25336D01* Y18701D02* X25437D01* X24624D02* X24726D01* X25336Y18599D02* Y18802D01* X24726Y18599D02* Y18802D01* Y18294D02* Y18497D01* X25336Y18294D02* Y18497D01* X24624Y18396D02* X24726D01* X25336D02* X25437D01* X24726Y18497D02* X25336D01* X24726Y18294D02* X25336D01* X24726Y17685D02* X25336D01* X24726Y17888D02* X25336D01* Y17786D02* X25437D01* X24624D02* X24726D01* X25336Y17685D02* Y17888D01* X24726Y17685D02* Y17888D01* X25336Y18904D02* Y19107D01* X24726Y18904D02* Y19107D01* X25336Y19005D02* X25437D01* X24624D02* X24726D01* Y18904D02* X25336D01* X24726Y19107D02* X25336D01* X24726Y18193D02* X25336D01* X24726Y17989D02* X25336D01* X24624Y18091D02* X24726D01* X25336D02* X25437D01* X24726Y17989D02* Y18193D01* X25336Y17989D02* Y18193D01* Y17354D02* Y17558D01* X24726Y17354D02* Y17558D01* X25336Y17456D02* X25437D01* X24624D02* X24726D01* Y17354D02* X25336D01* X24726Y17558D02* X25336D01* X20586Y18955D02* Y19564D01* X20789Y18955D02* Y19564D01* X20687Y18853D02* Y18955D01* Y19564D02* Y19666D01* X20586Y18955D02* X20789D01* X20586Y19564D02* X20789D01* X20865D02* X21068D01* X20865Y18955D02* X21068D01* X20967Y19564D02* Y19666D01* Y18853D02* Y18955D01* X21068D02* Y19564D01* X20865Y18955D02* Y19564D01* X26301Y17354D02* Y17964D01* X26098Y17354D02* Y17964D01* X26199D02* Y18066D01* Y17253D02* Y17354D01* X26098Y17964D02* X26301D01* X26098Y17354D02* X26301D01* X25793D02* X25996D01* X25793Y17964D02* X25996D01* X25894Y17253D02* Y17354D01* Y17964D02* Y18066D01* X25793Y17354D02* Y17964D01* X25996Y17354D02* Y17964D01* X27825Y23704D02* Y24212D01* X21475Y23704D02* X27825D01* X21475D02* Y24212D01* X27825D01* X27571Y23958D02* Y24212D01* Y23958D02* X27825D01* X24307Y19983D02* X25196D01* X24307Y19602D02* Y19983D01* Y19602D02* X25196D01* Y19983D01* X29019Y18472D02* Y18980D01* X28765D02* X29019D01* X28765Y18472D02* Y18980D01* Y18472D02* X29019D01* D18* X21094Y20898D02* X21118Y20902D01* X21139Y20916D01* X21153Y20937D01* X21157Y20961D01* X21153Y20985D01* X21139Y21006D01* X21118Y21020D01* X21094Y21025D01* X27241Y20504D02* X27239Y20529D01* X27236Y20554D01* X27229Y20579D01* X27221Y20603D01* X27210Y20625D01* X27197Y20647D01* X27181Y20667D01* X27164Y20686D01* X27145Y20703D01* X27124Y20717D01* X27103Y20730D01* X27079Y20740D01* X27055Y20748D01* X27031Y20754D01* X27006Y20757D01* X26980Y20758D01* X26955Y20756D01* X26930Y20752D01* X26906Y20745D01* X26882Y20735D01* X26860Y20724D01* X26838Y20710D01* X26819Y20694D01* X26800Y20677D01* X26784Y20657D01* X26770Y20636D01* X26758Y20614D01* X26748Y20591D01* X26741Y20567D01* X26735Y20542D01* X26733Y20517D01* Y20491D01* X26735Y20466D01* X26741Y20441D01* X26748Y20417D01* X26758Y20394D01* X26770Y20372D01* X26784Y20351D01* X26800Y20331D01* X26819Y20314D01* X26838Y20298D01* X26860Y20284D01* X26882Y20272D01* X26906Y20263D01* X26930Y20256D01* X26955Y20252D01* X26980Y20250D01* X27006Y20251D01* X27031Y20254D01* X27055Y20259D01* X27079Y20268D01* X27103Y20278D01* X27124Y20291D01* X27145Y20305D01* X27164Y20322D01* X27181Y20341D01* X27197Y20361D01* X27210Y20382D01* X27221Y20405D01* X27229Y20429D01* X27236Y20454D01* X27239Y20479D01* X27241Y20504D01* X27977D02* X27976Y20529D01* X27972Y20554D01* X27966Y20579D01* X27957Y20603D01* X27946Y20625D01* X27933Y20647D01* X27918Y20667D01* X27901Y20686D01* X27882Y20703D01* X27861Y20717D01* X27839Y20730D01* X27816Y20740D01* X27792Y20748D01* X27767Y20754D01* X27742Y20757D01* X27717Y20758D01* X27692Y20756D01* X27667Y20752D01* X27642Y20745D01* X27619Y20735D01* X27596Y20724D01* X27575Y20710D01* X27555Y20694D01* X27537Y20677D01* X27521Y20657D01* X27507Y20636D01* X27494Y20614D01* X27485Y20591D01* X27477Y20567D01* X27472Y20542D01* X27470Y20517D01* Y20491D01* X27472Y20466D01* X27477Y20441D01* X27485Y20417D01* X27494Y20394D01* X27507Y20372D01* X27521Y20351D01* X27537Y20331D01* X27555Y20314D01* X27575Y20298D01* X27596Y20284D01* X27619Y20272D01* X27642Y20263D01* X27667Y20256D01* X27692Y20252D01* X27717Y20250D01* X27742Y20251D01* X27767Y20254D01* X27792Y20259D01* X27816Y20268D01* X27839Y20278D01* X27861Y20291D01* X27882Y20305D01* X27901Y20322D01* X27918Y20341D01* X27933Y20361D01* X27946Y20382D01* X27957Y20405D01* X27966Y20429D01* X27972Y20454D01* X27976Y20479D01* X27977Y20504D01* X28714D02* X28713Y20529D01* X28709Y20554D01* X28703Y20579D01* X28694Y20603D01* X28683Y20625D01* X28670Y20647D01* X28654Y20667D01* X28637Y20686D01* X28618Y20703D01* X28598Y20717D01* X28576Y20730D01* X28553Y20740D01* X28529Y20748D01* X28504Y20754D01* X28479Y20757D01* X28454Y20758D01* X28428Y20756D01* X28403Y20752D01* X28379Y20745D01* X28355Y20735D01* X28333Y20724D01* X28312Y20710D01* X28292Y20694D01* X28274Y20677D01* X28257Y20657D01* X28243Y20636D01* X28231Y20614D01* X28221Y20591D01* X28214Y20567D01* X28209Y20542D01* X28206Y20517D01* Y20491D01* X28209Y20466D01* X28214Y20441D01* X28221Y20417D01* X28231Y20394D01* X28243Y20372D01* X28257Y20351D01* X28274Y20331D01* X28292Y20314D01* X28312Y20298D01* X28333Y20284D01* X28355Y20272D01* X28379Y20263D01* X28403Y20256D01* X28428Y20252D01* X28454Y20250D01* X28479Y20251D01* X28504Y20254D01* X28529Y20259D01* X28553Y20268D01* X28576Y20278D01* X28598Y20291D01* X28618Y20305D01* X28637Y20322D01* X28654Y20341D01* X28670Y20361D01* X28683Y20382D01* X28694Y20405D01* X28703Y20429D01* X28709Y20454D01* X28713Y20479D01* X28714Y20504D01* Y21406D02* X28690Y21401D01* X28669Y21387D01* X28655Y21366D01* X28650Y21342D01* X28655Y21318D01* X28669Y21297D01* X28690Y21283D01* X28714Y21279D01* X26834Y19793D02* X26833Y19818D01* X26829Y19843D01* X26823Y19868D01* X26814Y19891D01* X26803Y19914D01* X26790Y19936D01* X26775Y19956D01* X26758Y19975D01* X26739Y19991D01* X26718Y20006D01* X26696Y20019D01* X26673Y20029D01* X26649Y20037D01* X26624Y20043D01* X26599Y20046D01* X26574Y20047D01* X26549Y20045D01* X26524Y20040D01* X26499Y20034D01* X26476Y20024D01* X26453Y20013D01* X26432Y19999D01* X26412Y19983D01* X26394Y19966D01* X26378Y19946D01* X26364Y19925D01* X26351Y19903D01* X26342Y19880D01* X26334Y19855D01* X26329Y19831D01* X26327Y19805D01* Y19780D01* X26329Y19755D01* X26334Y19730D01* X26342Y19706D01* X26351Y19683D01* X26364Y19660D01* X26378Y19639D01* X26394Y19620D01* X26412Y19602D01* X26432Y19587D01* X26453Y19573D01* X26476Y19561D01* X26499Y19552D01* X26524Y19545D01* X26549Y19541D01* X26574Y19539D01* X26599Y19539D01* X26624Y19543D01* X26649Y19548D01* X26673Y19556D01* X26696Y19567D01* X26718Y19579D01* X26739Y19594D01* X26758Y19611D01* X26775Y19629D01* X26790Y19650D01* X26803Y19671D01* X26814Y19694D01* X26823Y19718D01* X26829Y19742D01* X26833Y19767D01* X26834Y19793D01* X26127Y16796D02* X26113Y16817D01* X26097Y16837D01* X26079Y16855D01* X26060Y16872D01* X26039Y16886D01* X26016Y16898D01* X25992Y16908D01* X25968Y16915D01* X25943Y16920D01* X25917Y16922D01* X25892Y16922D01* X25866Y16919D01* X25841Y16914D01* X25817Y16906D01* X25794Y16896D01* X25771Y16883D01* X25751Y16868D01* X25731Y16852D01* X25714Y16833D01* X25698Y16813D01* X25685Y16791D01* X25673Y16768D01* X25665Y16744D01* X25658Y16719D01* X25654Y16694D01* X25653Y16669D01* X25654Y16643D01* X25658Y16618D01* X25665Y16593D01* X25673Y16569D01* X25685Y16546D01* X25698Y16524D01* X25714Y16504D01* X25731Y16485D01* X25751Y16469D01* X25771Y16454D01* X25794Y16441D01* X25817Y16431D01* X25841Y16423D01* X25866Y16418D01* X25892Y16415D01* X25917Y16415D01* X25943Y16417D01* X25968Y16422D01* X25992Y16429D01* X26016Y16439D01* X26039Y16451D01* X26060Y16465D01* X26079Y16482D01* X26097Y16500D01* X26113Y16520D01* X26127Y16542D01* X25391Y16796D02* X25377Y16817D01* X25361Y16837D01* X25343Y16855D01* X25323Y16872D01* X25302Y16886D01* X25279Y16898D01* X25256Y16908D01* X25231Y16915D01* X25206Y16920D01* X25181Y16922D01* X25155Y16922D01* X25130Y16919D01* X25105Y16914D01* X25080Y16906D01* X25057Y16896D01* X25035Y16883D01* X25014Y16868D01* X24995Y16852D01* X24977Y16833D01* X24962Y16813D01* X24948Y16791D01* X24937Y16768D01* X24928Y16744D01* X24922Y16719D01* X24918Y16694D01* X24917Y16669D01* X24918Y16643D01* X24922Y16618D01* X24928Y16593D01* X24937Y16569D01* X24948Y16546D01* X24962Y16524D01* X24977Y16504D01* X24995Y16485D01* X25014Y16469D01* X25035Y16454D01* X25057Y16441D01* X25080Y16431D01* X25105Y16423D01* X25130Y16418D01* X25155Y16415D01* X25181Y16415D01* X25206Y16417D01* X25231Y16422D01* X25256Y16429D01* X25279Y16439D01* X25302Y16451D01* X25323Y16465D01* X25343Y16482D01* X25361Y16500D01* X25377Y16520D01* X25391Y16542D01* X28511Y19501D02* X28535Y19505D01* X28556Y19519D01* X28569Y19540D01* X28574Y19564D01* X28569Y19588D01* X28556Y19609D01* X28535Y19623D01* X28511Y19628D01* X28918Y17659D02* X28918Y17685D01* X28917Y17710D01* X28915Y17735D01* X28913Y17760D01* X28910Y17786D01* X28907Y17811D01* X28903Y17836D01* X28898Y17861D01* X28893Y17886D01* X28887Y17910D01* X28880Y17935D01* X28873Y17959D01* X28865Y17983D01* X28857Y18007D01* X28848Y18031D01* X28838Y18054D01* X28828Y18078D01* X28818Y18101D01* X28806Y18123D01* X28794Y18146D01* X28782Y18168D01* X28769Y18190D01* X28756Y18211D01* X28742Y18232D01* X28727Y18253D01* X28712Y18273D01* X28696Y18293D01* X28680Y18313D01* X28664Y18332D01* X28647Y18351D01* X28629Y18369D01* X28611Y18387D01* X28593Y18405D01* X28574Y18422D01* X28555Y18438D01* X28535Y18454D01* X28515Y18470D01* X28495Y18485D01* X28474Y18500D01* X28453Y18514D01* X28431Y18527D01* X28410Y18540D01* X28388Y18553D01* X28365Y18564D01* X28342Y18576D01* X28319Y18586D01* X28296Y18597D01* X28273Y18606D01* X28249Y18615D01* X28225Y18623D01* X28201Y18631D01* X28177Y18638D01* X28152Y18645D01* X28127Y18651D01* X28103Y18656D01* X28078Y18661D01* X28053Y18665D01* X28028Y18669D01* X28002Y18671D01* X27977Y18674D01* X27952Y18675D01* X27926Y18676D01* X27901Y18676D01* X27876Y18676D01* X27850Y18675D01* X27825Y18674D01* X27800Y18671D01* X27775Y18669D01* X27749Y18665D01* X27724Y18661D01* X27699Y18656D01* X27675Y18651D01* X27650Y18645D01* X27626Y18638D01* X27601Y18631D01* X27577Y18623D01* X27553Y18615D01* X27529Y18606D01* X27506Y18597D01* X27483Y18586D01* X27460Y18576D01* X27437Y18564D01* X27415Y18553D01* X27392Y18540D01* X27371Y18527D01* X27349Y18514D01* X27328Y18500D01* X27307Y18485D01* X27287Y18470D01* X27267Y18454D01* X27247Y18438D01* X27228Y18422D01* X27209Y18405D01* X27191Y18387D01* X27173Y18369D01* X27155Y18351D01* X27138Y18332D01* X27122Y18313D01* X27106Y18293D01* X27090Y18273D01* X27075Y18253D01* X27061Y18232D01* X27047Y18211D01* X27033Y18190D01* X27020Y18168D01* X27008Y18146D01* X26996Y18123D01* X26985Y18101D01* X26974Y18078D01* X26964Y18054D01* X26954Y18031D01* X26945Y18007D01* X26937Y17983D01* X26929Y17959D01* X26922Y17935D01* X26915Y17910D01* X26909Y17886D01* X26904Y17861D01* X26899Y17836D01* X26895Y17811D01* X26892Y17786D01* X26889Y17760D01* X26887Y17735D01* X26885Y17710D01* X26884Y17685D01* X26884Y17659D01* X26884Y17634D01* X26885Y17608D01* X26887Y17583D01* X26889Y17558D01* X26892Y17533D01* X26895Y17508D01* X26899Y17483D01* X26904Y17458D01* X26909Y17433D01* X26915Y17408D01* X26922Y17384D01* X26929Y17359D01* X26937Y17335D01* X26945Y17311D01* X26954Y17287D01* X26964Y17264D01* X26974Y17241D01* X26985Y17218D01* X26996Y17195D01* X27008Y17173D01* X27020Y17151D01* X27033Y17129D01* X27047Y17107D01* X27061Y17086D01* X27075Y17065D01* X27090Y17045D01* X27106Y17025D01* X27122Y17005D01* X27138Y16986D01* X27155Y16967D01* X27173Y16949D01* X27191Y16931D01* X27209Y16913D01* X27228Y16896D01* X27247Y16880D01* X27267Y16864D01* X27287Y16848D01* X27307Y16833D01* X27328Y16819D01* X27349Y16805D01* X27371Y16791D01* X27392Y16778D01* X27415Y16766D01* X27437Y16754D01* X27460Y16743D01* X27483Y16732D01* X27506Y16722D01* X27529Y16712D01* X27553Y16703D01* X27577Y16695D01* X27601Y16687D01* X27626Y16680D01* X27650Y16673D01* X27675Y16667D01* X27699Y16662D01* X27724Y16657D01* X27749Y16653D01* X27775Y16650D01* X27800Y16647D01* X27825Y16645D01* X27850Y16643D01* X27876Y16642D01* X27901Y16642D01* X27926Y16642D01* X27952Y16643D01* X27977Y16645D01* X28002Y16647D01* X28028Y16650D01* X28053Y16653D01* X28078Y16657D01* X28103Y16662D01* X28127Y16667D01* X28152Y16673D01* X28177Y16680D01* X28201Y16687D01* X28225Y16695D01* X28249Y16703D01* X28273Y16712D01* X28296Y16722D01* X28319Y16732D01* X28342Y16743D01* X28365Y16754D01* X28388Y16766D01* X28410Y16778D01* X28431Y16791D01* X28453Y16805D01* X28474Y16819D01* X28495Y16833D01* X28515Y16848D01* X28535Y16864D01* X28555Y16880D01* X28574Y16896D01* X28593Y16913D01* X28611Y16931D01* X28629Y16949D01* X28647Y16967D01* X28664Y16986D01* X28680Y17005D01* X28696Y17025D01* X28712Y17045D01* X28727Y17065D01* X28742Y17086D01* X28756Y17107D01* X28769Y17129D01* X28782Y17151D01* X28794Y17173D01* X28806Y17195D01* X28818Y17218D01* X28828Y17241D01* X28838Y17264D01* X28848Y17287D01* X28857Y17311D01* X28865Y17335D01* X28873Y17359D01* X28880Y17384D01* X28887Y17408D01* X28893Y17433D01* X28898Y17458D01* X28903Y17482D01* X28907Y17508D01* X28910Y17533D01* X28913Y17558D01* X28915Y17583D01* X28917Y17608D01* X28918Y17634D01* X28918Y17659D01* X26326Y22726D02* X26302Y22722D01* X26281Y22708D01* X26268Y22687D01* X26263Y22663D01* X26268Y22639D01* X26281Y22618D01* X26302Y22604D01* X26326Y22599D01* X29882Y23044D02* X29881Y23069D01* X29877Y23094D01* X29871Y23119D01* X29862Y23143D01* X29851Y23165D01* X29838Y23187D01* X29823Y23207D01* X29806Y23226D01* X29787Y23243D01* X29766Y23257D01* X29744Y23270D01* X29721Y23280D01* X29697Y23288D01* X29672Y23294D01* X29647Y23297D01* X29622Y23298D01* X29597Y23296D01* X29572Y23292D01* X29547Y23285D01* X29524Y23275D01* X29501Y23264D01* X29480Y23250D01* X29460Y23234D01* X29442Y23217D01* X29426Y23197D01* X29412Y23176D01* X29399Y23154D01* X29390Y23131D01* X29382Y23107D01* X29377Y23082D01* X29375Y23057D01* Y23031D01* X29377Y23006D01* X29382Y22981D01* X29390Y22957D01* X29399Y22934D01* X29412Y22912D01* X29426Y22891D01* X29442Y22871D01* X29460Y22854D01* X29480Y22838D01* X29501Y22824D01* X29524Y22812D01* X29547Y22803D01* X29572Y22796D01* X29597Y22792D01* X29622Y22790D01* X29647Y22791D01* X29672Y22794D01* X29697Y22799D01* X29721Y22808D01* X29744Y22818D01* X29766Y22831D01* X29787Y22845D01* X29806Y22862D01* X29823Y22881D01* X29838Y22901D01* X29851Y22922D01* X29862Y22945D01* X29871Y22969D01* X29877Y22994D01* X29881Y23019D01* X29882Y23044D01* X23634Y22726D02* X23610Y22722D01* X23589Y22708D01* X23575Y22687D01* X23570Y22663D01* X23575Y22639D01* X23589Y22618D01* X23610Y22604D01* X23634Y22599D01* X28536Y22726D02* X28512Y22722D01* X28491Y22708D01* X28477Y22687D01* X28473Y22663D01* X28477Y22639D01* X28491Y22618D01* X28512Y22604D01* X28536Y22599D01* X29933Y22130D02* X29932Y22155D01* X29928Y22180D01* X29922Y22204D01* X29913Y22228D01* X29902Y22251D01* X29889Y22273D01* X29874Y22293D01* X29856Y22311D01* X29837Y22328D01* X29817Y22343D01* X29795Y22356D01* X29772Y22366D01* X29748Y22374D01* X29723Y22380D01* X29698Y22383D01* X29673Y22383D01* X29647Y22382D01* X29623Y22377D01* X29598Y22370D01* X29575Y22361D01* X29552Y22350D01* X29531Y22336D01* X29511Y22320D01* X29493Y22302D01* X29477Y22283D01* X29462Y22262D01* X29450Y22240D01* X29440Y22216D01* X29433Y22192D01* X29428Y22167D01* X29425Y22142D01* Y22117D01* X29428Y22092D01* X29433Y22067D01* X29440Y22043D01* X29450Y22019D01* X29462Y21997D01* X29477Y21976D01* X29493Y21957D01* X29511Y21939D01* X29531Y21923D01* X29552Y21910D01* X29575Y21898D01* X29598Y21889D01* X29623Y21882D01* X29647Y21878D01* X29673Y21876D01* X29698Y21876D01* X29723Y21879D01* X29748Y21885D01* X29772Y21893D01* X29795Y21904D01* X29817Y21916D01* X29837Y21931D01* X29856Y21948D01* X29874Y21966D01* X29889Y21986D01* X29902Y22008D01* X29913Y22031D01* X29922Y22055D01* X29928Y22079D01* X29932Y22104D01* X29933Y22130D01* X29298D02* X29297Y22155D01* X29293Y22180D01* X29287Y22204D01* X29278Y22228D01* X29267Y22251D01* X29254Y22273D01* X29239Y22293D01* X29221Y22311D01* X29202Y22328D01* X29182Y22343D01* X29160Y22356D01* X29137Y22366D01* X29113Y22374D01* X29088Y22380D01* X29063Y22383D01* X29038Y22383D01* X29012Y22382D01* X28988Y22377D01* X28963Y22370D01* X28940Y22361D01* X28917Y22350D01* X28896Y22336D01* X28876Y22320D01* X28858Y22302D01* X28842Y22283D01* X28827Y22262D01* X28815Y22240D01* X28805Y22216D01* X28798Y22192D01* X28793Y22167D01* X28790Y22142D01* Y22117D01* X28793Y22092D01* X28798Y22067D01* X28805Y22043D01* X28815Y22019D01* X28827Y21997D01* X28842Y21976D01* X28858Y21957D01* X28876Y21939D01* X28896Y21923D01* X28917Y21910D01* X28940Y21898D01* X28963Y21889D01* X28988Y21882D01* X29012Y21878D01* X29038Y21876D01* X29063Y21876D01* X29088Y21879D01* X29113Y21885D01* X29137Y21893D01* X29160Y21904D01* X29182Y21916D01* X29202Y21931D01* X29221Y21948D01* X29239Y21966D01* X29254Y21986D01* X29267Y22008D01* X29278Y22031D01* X29287Y22055D01* X29293Y22079D01* X29297Y22104D01* X29298Y22130D01* X23824Y19259D02* Y19437D01* X24115D01* X21665Y19183D02* Y19437D01* X21475D02* X21665D01* X21678Y19183D02* X23748D01* X21475Y16383D02* X24115D01* Y19437D01* X21475Y16383D02* Y19437D01* X21018Y22511D02* Y22795D01* Y22257D02* Y23069D01* X20713D02* X21018D01* X20713Y22257D02* Y23069D01* Y22257D02* X21018D01* X28815Y22688D02* X29120D01* X28815D02* Y23501D01* X29120D01* Y22688D02* Y23501D01* Y22942D02* Y23227D01* X23629Y19945D02* X23913D01* X23354D02* X24167D01* X23354Y19640D02* Y19945D01* Y19640D02* X24167D01* Y19945D01* X25310Y19640D02* Y19945D01* X26123D01* Y19640D02* Y19945D01* X25310Y19640D02* X26123D01* X25564D02* X25849D01* X26225Y18472D02* X26509D01* X25971D02* X26783D01* Y18777D01* X25971D02* X26783D01* X25971Y18472D02* Y18777D01* X21094Y20402D02* Y20898D01* Y21025D02* Y21520D01* X26174D01* Y20402D02* Y21520D01* X21094Y20402D02* X26174D01* X26606Y20504D02* X26707D01* X26656Y20453D02* Y20555D01* X27342Y20504D02* X27444D01* X27393Y20453D02* Y20555D01* X28739Y20504D02* X28841D01* X28790Y20453D02* Y20555D01* X28714Y21406D02* Y21520D01* Y21164D02* Y21279D01* X26682Y21164D02* X28714D01* X26682D02* Y21520D01* X28714D01* X26860Y19793D02* X26961D01* X26910Y19742D02* Y19844D01* X26128Y16542D02* Y16796D01* X25392Y16542D02* Y16796D01* X28511Y19386D02* X29527D01* Y19742D01* X28511D02* X29527D01* X28511Y19628D02* Y19742D01* Y19386D02* Y19501D01* X28866Y17304D02* X29577D01* Y18015D01* X28866D02* X29577D01* X26479Y17304D02* X26936D01* X26479D02* Y18015D01* X26936D01* X28561Y17659D02* X28714D01* X28511D02* X28561D01* X28612Y17558D02* Y17761D01* X27088Y17558D02* Y17761D01* X20789Y20402D02* Y21672D01* X20535D02* X20789D01* X20535Y20402D02* Y21672D01* Y20402D02* X20789D01* X20535Y20656D02* X20789D01* X29120Y20529D02* X29374D01* X29120Y20275D02* X29374D01* X29120D02* Y21545D01* X29374D01* Y20275D02* Y21545D01* X23786Y22841D02* X26326D01* X23786Y22485D02* Y22841D01* Y22485D02* X26326D01* Y22599D01* Y22726D02* Y22841D01* X29628Y22663D02* Y22765D01* X29577Y22714D02* X29679D01* X23634Y22726D02* Y22841D01* Y22485D02* Y22599D01* X21094Y22485D02* X23634D01* X21094D02* Y22841D01* X23634D01* X28536Y22726D02* Y22841D01* Y22485D02* Y22599D01* X26504Y22485D02* X28536D01* X26504D02* Y22841D01* X28536D01* X29679Y21749D02* Y21850D01* X29628Y21799D02* X29730D01* X29044Y21749D02* Y21850D01* X28993Y21799D02* X29095D01* X28714Y23831D02* Y24085D01* X28460Y23831D02* Y24085D01* X28968D01* Y23831D02* Y24085D01* X28460Y23831D02* X28968D01* X25945Y19005D02* X26072Y18878D01* X26275D01* X25945Y19209D02* X26072Y19336D01* X26275D01* X25945Y19005D02* Y19209D01* X26275Y18878D02* Y19336D01* X23532Y21037D02* Y20910D01* X23558Y20885D01* X23608D01* X23634Y20910D01* Y21037D01* X23685Y20885D02* X23735D01* X23710D01* Y21037D01* X23685Y21012D01* X27571Y21418D02* Y21291D01* X27596Y21266D01* X27647D01* X27672Y21291D01* Y21418D01* X27825D02* X27723D01* Y21342D01* X27774Y21368D01* X27799D01* X27825Y21342D01* Y21291D01* X27799Y21266D01* X27749D01* X27723Y21291D01* X29222Y21787D02* X29171D01* X29196D01* Y21660D01* X29171Y21634D01* X29146D01* X29120Y21660D01* X29374Y21787D02* X29273D01* Y21710D01* X29323Y21736D01* X29349D01* X29374Y21710D01* Y21660D01* X29349Y21634D01* X29298D01* X29273Y21660D01* X28104Y20809D02* X28079Y20834D01* X28028D01* X28003Y20809D01* Y20707D01* X28028Y20682D01* X28079D01* X28104Y20707D01* X28155Y20809D02* X28180Y20834D01* X28231D01* X28257Y20809D01* Y20783D01* X28231Y20758D01* X28257Y20733D01* Y20707D01* X28231Y20682D01* X28180D01* X28155Y20707D01* Y20733D01* X28180Y20758D01* X28155Y20783D01* Y20809D01* X28180Y20758D02* X28231D01* X27393Y20783D02* X27368Y20809D01* X27317D01* X27291Y20783D01* Y20682D01* X27317Y20656D01* X27368D01* X27393Y20682D01* X27444Y20809D02* X27545D01* Y20783D01* X27444Y20682D01* Y20656D01* X26606Y20783D02* X26580Y20809D01* X26529D01* X26504Y20783D01* Y20682D01* X26529Y20656D01* X26580D01* X26606Y20682D01* X26758Y20809D02* X26707Y20783D01* X26656Y20733D01* Y20682D01* X26682Y20656D01* X26733D01* X26758Y20682D01* Y20707D01* X26733Y20733D01* X26656D01* X24650Y19869D02* Y19844D01* X24701Y19793D01* X24751Y19844D01* Y19869D01* X24701Y19793D02* Y19717D01* X24802D02* X24853D01* X24828D01* Y19869D01* X24802Y19844D01* X29110Y18802D02* Y18777D01* X29161Y18726D01* X29212Y18777D01* Y18802D01* X29161Y18726D02* Y18650D01* X29364D02* X29262D01* X29364Y18751D01* Y18777D01* X29339Y18802D01* X29288D01* X29262Y18777D01* X25742Y19463D02* Y19336D01* X25767Y19310D01* X25818D01* X25844Y19336D01* Y19463D01* X25971Y19310D02* Y19463D01* X25894Y19386D01* X25996D01* X28892Y19640D02* Y19513D01* X28917Y19488D01* X28968D01* X28993Y19513D01* Y19640D01* X29044D02* X29146D01* Y19615D01* X29044Y19513D01* Y19488D01* X25971Y17469D02* X25818D01* Y17545D01* X25844Y17570D01* X25894D01* X25920Y17545D01* Y17469D01* Y17519D02* X25971Y17570D01* Y17621D02* Y17672D01* Y17646D01* X25818D01* X25844Y17621D01* Y17748D02* X25818Y17773D01* Y17824D01* X25844Y17850D01* X25869D01* X25894Y17824D01* Y17799D01* Y17824D01* X25920Y17850D01* X25945D01* X25971Y17824D01* Y17773D01* X25945Y17748D01* X26275Y17469D02* X26123D01* Y17545D01* X26148Y17570D01* X26199D01* X26225Y17545D01* Y17469D01* Y17519D02* X26275Y17570D01* Y17621D02* Y17672D01* Y17646D01* X26123D01* X26148Y17621D01* X26275Y17824D02* X26123D01* X26199Y17748D01* Y17850D01* X21043Y19132D02* X20891D01* Y19209D01* X20916Y19234D01* X20967D01* X20992Y19209D01* Y19132D01* Y19183D02* X21043Y19234D01* X20916Y19285D02* X20891Y19310D01* Y19361D01* X20916Y19386D01* X20941D01* X20967Y19361D01* Y19335D01* Y19361D01* X20992Y19386D01* X21018D01* X21043Y19361D01* Y19310D01* X21018Y19285D01* X20764Y19158D02* X20611D01* Y19234D01* X20637Y19259D01* X20687D01* X20713Y19234D01* Y19158D01* Y19209D02* X20764Y19259D01* Y19310D02* Y19361D01* Y19335D01* X20611D01* X20637Y19310D01* X24904Y17380D02* Y17532D01* X24980D01* X25005Y17507D01* Y17456D01* X24980Y17431D01* X24904D01* X24955D02* X25005Y17380D01* X25158Y17532D02* X25107Y17507D01* X25056Y17456D01* Y17405D01* X25082Y17380D01* X25132D01* X25158Y17405D01* Y17431D01* X25132Y17456D01* X25056D01* X24904Y18015D02* Y18167D01* X24980D01* X25005Y18142D01* Y18091D01* X24980Y18066D01* X24904D01* X24955D02* X25005Y18015D01* X25056Y18142D02* X25082Y18167D01* X25132D01* X25158Y18142D01* Y18116D01* X25132Y18091D01* X25158Y18066D01* Y18040D01* X25132Y18015D01* X25082D01* X25056Y18040D01* Y18066D01* X25082Y18091D01* X25056Y18116D01* Y18142D01* X25082Y18091D02* X25132D01* X24866Y18929D02* Y19082D01* X24942D01* X24967Y19056D01* Y19005D01* X24942Y18980D01* X24866D01* X24917D02* X24967Y18929D01* X25018D02* X25069D01* X25043D01* Y19082D01* X25018Y19056D01* X25145Y18929D02* X25196D01* X25170D01* Y19082D01* X25145Y19056D01* X24904Y17710D02* Y17862D01* X24980D01* X25005Y17837D01* Y17786D01* X24980Y17761D01* X24904D01* X24955D02* X25005Y17710D01* X25056Y17862D02* X25158D01* Y17837D01* X25056Y17735D01* Y17710D01* X24904Y18320D02* Y18472D01* X24980D01* X25005Y18447D01* Y18396D01* X24980Y18370D01* X24904D01* X24955D02* X25005Y18320D01* X25056Y18345D02* X25082Y18320D01* X25132D01* X25158Y18345D01* Y18447D01* X25132Y18472D01* X25082D01* X25056Y18447D01* Y18421D01* X25082Y18396D01* X25158D01* X24840Y18624D02* Y18777D01* X24917D01* X24942Y18751D01* Y18701D01* X24917Y18675D01* X24840D01* X24891D02* X24942Y18624D01* X24993D02* X25043D01* X25018D01* Y18777D01* X24993Y18751D01* X25120D02* X25145Y18777D01* X25196D01* X25221Y18751D01* Y18650D01* X25196Y18624D01* X25145D01* X25120Y18650D01* Y18751D01* X27647Y19247D02* X27495D01* Y19323D01* X27520Y19348D01* X27571D01* X27596Y19323D01* Y19247D01* Y19297D02* X27647Y19348D01* Y19399D02* Y19450D01* Y19424D01* X27495D01* X27520Y19399D01* X27495Y19628D02* X27520Y19577D01* X27571Y19526D01* X27622D01* X27647Y19551D01* Y19602D01* X27622Y19628D01* X27596D01* X27571Y19602D01* Y19526D01* X27952Y19247D02* X27800D01* Y19323D01* X27825Y19348D01* X27876D01* X27901Y19323D01* Y19247D01* Y19297D02* X27952Y19348D01* Y19399D02* Y19450D01* Y19424D01* X27800D01* X27825Y19399D01* X27800Y19526D02* Y19628D01* X27825D01* X27926Y19526D01* X27952D01* X28282Y19247D02* X28130D01* Y19323D01* X28155Y19348D01* X28206D01* X28231Y19323D01* Y19247D01* Y19297D02* X28282Y19348D01* Y19399D02* Y19450D01* Y19424D01* X28130D01* X28155Y19399D01* Y19526D02* X28130Y19551D01* Y19602D01* X28155Y19628D01* X28180D01* X28206Y19602D01* X28231Y19628D01* X28257D01* X28282Y19602D01* Y19551D01* X28257Y19526D01* X28231D01* X28206Y19551D01* X28180Y19526D01* X28155D01* X28206Y19551D02* Y19602D01* X24840Y19234D02* Y19386D01* X24917D01* X24942Y19361D01* Y19310D01* X24917Y19285D01* X24840D01* X24891D02* X24942Y19234D01* X24993D02* X25043D01* X25018D01* Y19386D01* X24993Y19361D01* X25221Y19234D02* X25120D01* X25221Y19336D01* Y19361D01* X25196Y19386D01* X25145D01* X25120Y19361D01* X22313Y19742D02* Y19894D01* X22389D01* X22415Y19869D01* Y19818D01* X22389Y19793D01* X22313D01* X22364D02* X22415Y19742D01* X22542D02* Y19894D01* X22465Y19818D01* X22567D01* X24904Y17075D02* Y17227D01* X24980D01* X25005Y17202D01* Y17151D01* X24980Y17126D01* X24904D01* X24955D02* X25005Y17075D01* X25158Y17227D02* X25056D01* Y17151D01* X25107Y17177D01* X25132D01* X25158Y17151D01* Y17100D01* X25132Y17075D01* X25082D01* X25056Y17100D01* X20586Y22409D02* X20434D01* Y22485D01* X20459Y22511D01* X20510D01* X20535Y22485D01* Y22409D01* Y22460D02* X20586Y22511D01* Y22663D02* Y22561D01* X20484Y22663D01* X20459D01* X20434Y22637D01* Y22587D01* X20459Y22561D01* X20649Y20313D02* X20599D01* X20624D01* Y20186D01* X20599Y20161D01* X20573D01* X20548Y20186D01* X20700Y20161D02* X20751D01* X20725D01* Y20313D01* X20700Y20288D01* X24675Y16897D02* Y16745D01* X24751D01* X24777Y16770D01* Y16872D01* X24751Y16897D01* X24675D01* X24828Y16745D02* X24878D01* X24853D01* Y16897D01* X24828Y16872D01* X26174Y16897D02* Y16745D01* X26250D01* X26275Y16770D01* Y16872D01* X26250Y16897D01* X26174D01* X26428Y16745D02* X26326D01* X26428Y16846D01* Y16872D01* X26402Y16897D01* X26352D01* X26326Y16872D01* X26885Y20072D02* X26860Y20098D01* X26809D01* X26783Y20072D01* Y19971D01* X26809Y19945D01* X26860D01* X26885Y19971D01* X27037Y20098D02* X26936D01* Y20021D01* X26987Y20047D01* X27012D01* X27037Y20021D01* Y19971D01* X27012Y19945D01* X26961D01* X26936Y19971D01* X26352Y18675D02* X26326Y18701D01* X26275D01* X26250Y18675D01* Y18574D01* X26275Y18548D01* X26326D01* X26352Y18574D01* X26479Y18548D02* Y18701D01* X26402Y18624D01* X26504D01* X25691Y19844D02* X25666Y19869D01* X25615D01* X25590Y19844D01* Y19742D01* X25615Y19717D01* X25666D01* X25691Y19742D01* X25742Y19844D02* X25767Y19869D01* X25818D01* X25844Y19844D01* Y19818D01* X25818Y19793D01* X25793D01* X25818D01* X25844Y19767D01* Y19742D01* X25818Y19717D01* X25767D01* X25742Y19742D01* X23735Y19844D02* X23710Y19869D01* X23659D01* X23634Y19844D01* Y19742D01* X23659Y19717D01* X23710D01* X23735Y19742D01* X23888Y19717D02* X23786D01* X23888Y19818D01* Y19844D01* X23862Y19869D01* X23812D01* X23786Y19844D01* X27647Y17761D02* Y17608D01* X27723D01* X27749Y17634D01* Y17659D01* X27723Y17685D01* X27647D01* X27723D01* X27749Y17710D01* Y17735D01* X27723Y17761D01* X27647D01* X27799Y17608D02* Y17710D01* X27850Y17761D01* X27901Y17710D01* Y17608D01* Y17685D01* X27799D01* X27952Y17761D02* X28053D01* X28003D01* Y17608D01* X28104D02* X28155D01* X28129D01* Y17761D01* X28104Y17735D01* X22717Y18012D02* X22666D01* X22691D01* Y17885D01* X22666Y17860D01* X22641D01* X22615Y17885D01* X22869Y17860D02* X22768D01* X22869Y17961D01* Y17987D01* X22844Y18012D01* X22793D01* X22768Y17987D01* X24624Y23613D02* X24574D01* X24599D01* Y23486D01* X24574Y23461D01* X24548D01* X24523Y23486D01* X24675Y23587D02* X24701Y23613D01* X24751D01* X24777Y23587D01* Y23562D01* X24751Y23537D01* X24726D01* X24751D01* X24777Y23511D01* Y23486D01* X24751Y23461D01* X24701D01* X24675Y23486D01* X24929Y22739D02* Y22612D01* X24955Y22587D01* X25005D01* X25031Y22612D01* Y22739D01* X25082Y22714D02* X25107Y22739D01* X25158D01* X25183Y22714D01* Y22688D01* X25158Y22663D01* X25132D01* X25158D01* X25183Y22638D01* Y22612D01* X25158Y22587D01* X25107D01* X25082Y22612D01* X28917Y23006D02* X28892Y22980D01* Y22930D01* X28917Y22904D01* X29019D01* X29044Y22930D01* Y22980D01* X29019Y23006D01* Y23057D02* X29044Y23082D01* Y23133D01* X29019Y23158D01* X28917D01* X28892Y23133D01* Y23082D01* X28917Y23057D01* X28942D01* X28968Y23082D01* Y23158D01* X29628Y23450D02* X29603Y23476D01* X29552D01* X29527Y23450D01* Y23349D01* X29552Y23323D01* X29603D01* X29628Y23349D01* X29679Y23323D02* X29730D01* X29704D01* Y23476D01* X29679Y23450D01* X29908Y23323D02* X29806D01* X29908Y23425D01* Y23450D01* X29882Y23476D01* X29831D01* X29806Y23450D01* X21983Y22739D02* Y22612D01* X22008Y22587D01* X22059D01* X22084Y22612D01* Y22739D01* X22237Y22587D02* X22135D01* X22237Y22688D01* Y22714D01* X22211Y22739D01* X22161D01* X22135Y22714D01* X27393Y22739D02* Y22612D01* X27418Y22587D01* X27469D01* X27495Y22612D01* Y22739D01* X27647D02* X27596Y22714D01* X27545Y22663D01* Y22612D01* X27571Y22587D01* X27622D01* X27647Y22612D01* Y22638D01* X27622Y22663D01* X27545D01* X29679Y22561D02* X29654Y22587D01* X29603D01* X29577Y22561D01* Y22460D01* X29603Y22434D01* X29654D01* X29679Y22460D01* X29730Y22434D02* X29781D01* X29755D01* Y22587D01* X29730Y22561D01* X29857Y22434D02* X29908D01* X29882D01* Y22587D01* X29857Y22561D01* X28841D02* X28815Y22587D01* X28765D01* X28739Y22561D01* Y22460D01* X28765Y22434D01* X28815D01* X28841Y22460D01* X28892Y22434D02* X28942D01* X28917D01* Y22587D01* X28892Y22561D01* X29019D02* X29044Y22587D01* X29095D01* X29120Y22561D01* Y22460D01* X29095Y22434D01* X29044D01* X29019Y22460D01* Y22561D01* X20814Y22663D02* X20789Y22638D01* Y22587D01* X20814Y22561D01* X20916D01* X20941Y22587D01* Y22638D01* X20916Y22663D01* X20941Y22714D02* Y22764D01* Y22739D01* X20789D01* X20814Y22714D01* X28688Y23742D02* X28638D01* X28663D01* Y23615D01* X28638Y23590D01* X28612D01* X28587Y23615D01* X28815Y23590D02* Y23742D01* X28739Y23666D01* X28841D01* X27317Y19247D02* X27165D01* Y19323D01* X27190Y19348D01* X27241D01* X27266Y19323D01* Y19247D01* Y19297D02* X27317Y19348D01* Y19399D02* Y19450D01* Y19424D01* X27165D01* X27190Y19399D01* X27165Y19628D02* Y19526D01* X27241D01* X27215Y19577D01* Y19602D01* X27241Y19628D01* X27291D01* X27317Y19602D01* Y19551D01* X27291Y19526D01* X26910Y19336D02* Y19437D01* X26885Y19463D01* X26834D01* X26809Y19437D01* Y19336D01* X26834Y19310D01* X26885D01* X26860Y19361D02* X26910Y19310D01* X26885D02* X26910Y19336D01* X26961Y19310D02* X27012D01* X26987D01* Y19463D01* X26961Y19437D01* X28307Y24212D02* X28333Y24238D01* X28384D01* X28409Y24212D01* Y24111D01* X28384Y24085D01* X28333D01* X28307Y24111D01* Y24212D01* X29019Y24162D02* X29120D01* X29069Y24212D02* Y24111D01* X29273Y24238D02* X29171D01* Y24162D01* X29222Y24187D01* X29247D01* X29273Y24162D01* Y24111D01* X29247Y24085D01* X29196D01* X29171Y24111D01* X20484Y21622D02* X20383D01* Y21545D01* X20433Y21571D01* X20459D01* X20484Y21545D01* Y21495D01* X20459Y21469D01* X20408D01* X20383Y21495D01* X20408Y20453D02* X20459D01* X20433D01* Y20606D01* X20408Y20580D01* X27901Y24035D02* X27952D01* X27926D01* Y24187D01* X27901Y24162D01* X21246Y23908D02* X21145D01* Y23831D01* X21195Y23857D01* X21221D01* X21246Y23831D01* Y23781D01* X21221Y23755D01* X21170D01* X21145Y23781D01* X21297Y23882D02* X21322Y23908D01* X21373D01* X21399Y23882D01* Y23781D01* X21373Y23755D01* X21322D01* X21297Y23781D01* Y23882D01* M02* ================================================ FILE: frehd/gerber/wd1010_rel1.GTP ================================================ %FSLAX42Y42*% %MOMM*% G71* G01* G75* %ADD10C,0.20*% %ADD11R,2.00X2.00*% %ADD12R,2.00X1.00*% %ADD13R,1.00X2.00*% %ADD14R,1.00X2.00*% %ADD15C,0.41*% %ADD16C,0.61*% %ADD17C,0.30*% %ADD18C,0.25*% %ADD19C,1.73*% %ADD20C,2.03*% %ADD21C,1.90*% %ADD22R,1.78X1.78*% %ADD23C,1.78*% %ADD24O,1.52X2.29*% %ADD25R,1.52X2.29*% %ADD26O,2.03X3.81*% %ADD27C,1.83*% %ADD28O,2.29X1.52*% %ADD29O,1.78X1.52*% %ADD30R,1.78X1.52*% %ADD31C,5.08*% %ADD32R,1.57X1.57*% %ADD33C,1.57*% %ADD34R,1.40X1.90*% %ADD35O,1.40X1.90*% %ADD36O,1.27X2.29*% %ADD37R,1.27X2.29*% %ADD38C,1.40*% %ADD39R,2.29X1.52*% %ADD40C,1.27*% D11* X21342Y16863D02* D03* X24242Y18728D02* D03* X21342D02* D03* X24242Y16863D02* D03* D12* X21382Y18263D02* D03* Y17368D02* D03* Y17108D02* D03* D13* X21737Y19403D02* D03* X23649D02* D03* X22399D02* D03* X23399D02* D03* X23149D02* D03* X22899D02* D03* X21907D02* D03* X22149D02* D03* D14* X22649Y19403D02* D03* M02* ================================================ FILE: frehd/gerber/wd1010_rel1.GTS ================================================ %FSLAX42Y42*% %MOMM*% G71* G01* G75* %ADD10C,0.20*% %ADD11R,2.00X2.00*% %ADD12R,2.00X1.00*% %ADD13R,1.00X2.00*% %ADD14R,1.00X2.00*% %ADD15C,0.41*% %ADD16C,0.61*% %ADD17C,0.30*% %ADD18C,0.25*% %ADD19C,1.73*% %ADD20C,2.03*% %ADD21C,1.90*% %ADD22R,1.78X1.78*% %ADD23C,1.78*% %ADD24O,1.52X2.29*% %ADD25R,1.52X2.29*% %ADD26O,2.03X3.81*% %ADD27C,1.83*% %ADD28O,2.29X1.52*% %ADD29O,1.78X1.52*% %ADD30R,1.78X1.52*% %ADD31C,5.08*% %ADD32R,1.57X1.57*% %ADD33C,1.57*% %ADD34R,1.40X1.90*% %ADD35O,1.40X1.90*% %ADD36O,1.27X2.29*% %ADD37R,1.27X2.29*% %ADD38C,1.40*% %ADD39R,2.29X1.52*% %ADD40C,1.27*% %ADD41R,2.20X2.20*% %ADD42R,2.20X1.20*% %ADD43R,1.20X2.20*% %ADD44R,1.20X2.20*% %ADD45C,1.93*% %ADD46C,2.24*% %ADD47C,2.11*% %ADD48R,1.98X1.98*% %ADD49C,1.98*% %ADD50O,1.73X2.49*% %ADD51R,1.73X2.49*% %ADD52O,2.24X4.01*% %ADD53O,2.49X1.73*% %ADD54O,1.98X1.73*% %ADD55R,1.98X1.73*% %ADD56C,5.28*% %ADD57R,1.60X2.11*% %ADD58O,1.60X2.11*% %ADD59O,1.47X2.49*% %ADD60R,1.47X2.49*% %ADD61C,1.60*% %ADD62R,2.49X1.73*% %ADD63C,1.47*% D20* X25285Y16669D02* D03* X25767D02* D03* X26021D02* D03* X25031D02* D03* D22* X26199Y23044D02* D03* X23507D02* D03* X21221Y20199D02* D03* D23* X27596Y20504D02* D03* X27114D02* D03* X29628Y23171D02* D03* X29044Y22003D02* D03* Y22257D02* D03* X29679Y22003D02* D03* Y22257D02* D03* X22237Y22282D02* D03* X21983D02* D03* X22491D02* D03* X22745D02* D03* X22999D02* D03* X21729D02* D03* X21221D02* D03* X23253D02* D03* X21475D02* D03* X23253Y23044D02* D03* X22999D02* D03* X22745D02* D03* X22491D02* D03* X22237D02* D03* X21983D02* D03* X21729D02* D03* X21475D02* D03* X21221D02* D03* X23507Y22282D02* D03* X29628Y22917D02* D03* X25793Y20199D02* D03* X26047D02* D03* Y21723D02* D03* X25793D02* D03* X24523D02* D03* X24269D02* D03* X24015D02* D03* X23761D02* D03* X26707Y19793D02* D03* X26453D02* D03* X21475Y20199D02* D03* X21729D02* D03* X21983D02* D03* X22237D02* D03* X22491D02* D03* X22745D02* D03* X22999D02* D03* X23253D02* D03* X23507D02* D03* X23761D02* D03* X24015D02* D03* X24269D02* D03* X24523D02* D03* X24777D02* D03* X25031D02* D03* X25285D02* D03* X25539D02* D03* X21221Y21723D02* D03* X21475D02* D03* X22237D02* D03* X22491D02* D03* X22745D02* D03* X22999D02* D03* X23253D02* D03* X23507D02* D03* X24777D02* D03* X25031D02* D03* X25285D02* D03* X26860Y20504D02* D03* X27850D02* D03* X28587D02* D03* X28333D02* D03* X24497Y19793D02* D03* X25005D02* D03* X28892Y18853D02* D03* Y18599D02* D03* X21729Y21723D02* D03* X21983D02* D03* X25945Y23044D02* D03* X25691D02* D03* X25437D02* D03* X25183D02* D03* X24929D02* D03* X24675D02* D03* X24421D02* D03* X24167D02* D03* X23913D02* D03* X26199Y22282D02* D03* X25945D02* D03* X25691D02* D03* X25437D02* D03* X25183D02* D03* X24929D02* D03* X24675D02* D03* X24421D02* D03* X24167D02* D03* X23913D02* D03* X25539Y21723D02* D03* D41* X21342Y16863D02* D03* X24242Y18728D02* D03* X21342D02* D03* X24242Y16863D02* D03* D42* X21382Y18263D02* D03* Y17368D02* D03* Y17108D02* D03* D43* X21737Y19403D02* D03* X23649D02* D03* X22399D02* D03* X23399D02* D03* X23149D02* D03* X22899D02* D03* X21907D02* D03* X22149D02* D03* D44* X22649Y19403D02* D03* D45* X21602Y19183D02* D03* X23812D02* D03* D46* X27241Y19945D02* D03* Y18929D02* D03* X20510Y22028D02* D03* Y23044D02* D03* X24523Y17151D02* D03* X25539D02* D03* X22948Y19818D02* D03* X21932D02* D03* X24523Y19310D02* D03* X25539D02* D03* X28206Y18929D02* D03* Y19945D02* D03* X27876D02* D03* Y18929D02* D03* X27571D02* D03* Y19945D02* D03* X24523Y18701D02* D03* X25539D02* D03* Y18396D02* D03* X24523D02* D03* Y17786D02* D03* X25539D02* D03* X24523Y19005D02* D03* X25539D02* D03* Y18091D02* D03* X24523D02* D03* Y17456D02* D03* X25539D02* D03* X20687Y19767D02* D03* Y18751D02* D03* X20967D02* D03* Y19767D02* D03* X26199Y17151D02* D03* Y18167D02* D03* X25894D02* D03* Y17151D02* D03* D47* X20865Y22409D02* D03* Y22917D02* D03* X28968Y23349D02* D03* Y22841D02* D03* X24015Y19793D02* D03* X23507D02* D03* X25971D02* D03* X25463D02* D03* X26123Y18624D02* D03* X26631D02* D03* D48* X27698Y24085D02* D03* D49* Y23831D02* D03* X27444Y24085D02* D03* Y23831D02* D03* X27190Y24085D02* D03* Y23831D02* D03* X26936Y24085D02* D03* Y23831D02* D03* X26682Y24085D02* D03* Y23831D02* D03* X26428Y24085D02* D03* Y23831D02* D03* X26174Y24085D02* D03* Y23831D02* D03* X25920Y24085D02* D03* Y23831D02* D03* X25666Y24085D02* D03* Y23831D02* D03* X25412Y24085D02* D03* Y23831D02* D03* X25158Y24085D02* D03* Y23831D02* D03* X24904Y24085D02* D03* Y23831D02* D03* X24650Y24085D02* D03* Y23831D02* D03* X24396Y24085D02* D03* Y23831D02* D03* X24142Y24085D02* D03* Y23831D02* D03* X23888Y24085D02* D03* Y23831D02* D03* X23634Y24085D02* D03* Y23831D02* D03* X23380Y24085D02* D03* Y23831D02* D03* X23126Y24085D02* D03* Y23831D02* D03* X22872Y24085D02* D03* Y23831D02* D03* X22618Y24085D02* D03* Y23831D02* D03* X22364Y24085D02* D03* Y23831D02* D03* X22110Y24085D02* D03* Y23831D02* D03* X21856Y24085D02* D03* Y23831D02* D03* X21602Y24085D02* D03* Y23831D02* D03* D50* X28841Y23958D02* D03* D51* X28587D02* D03* D52* X26631Y17659D02* D03* X29425Y17786D02* D03* Y17532D02* D03* D53* X29247Y21418D02* D03* Y20656D02* D03* Y20910D02* D03* Y21164D02* D03* D54* X20662Y21291D02* D03* Y21037D02* D03* Y20783D02* D03* Y21545D02* D03* D55* Y20529D02* D03* D56* X29527Y16821D02* D03* Y23806D02* D03* X20713D02* D03* Y16821D02* D03* D57* X28409Y23044D02* D03* X28587Y21723D02* D03* D58* X28155Y23044D02* D03* X27901D02* D03* X27647D02* D03* X27393D02* D03* X27139D02* D03* X26885D02* D03* X26631D02* D03* X28409Y22282D02* D03* X28155D02* D03* X27901D02* D03* X27647D02* D03* X27393D02* D03* X27139D02* D03* X26885D02* D03* X26631D02* D03* X28333Y21723D02* D03* X28079D02* D03* X27825D02* D03* X27571D02* D03* X27317D02* D03* X27063D02* D03* X28587Y20961D02* D03* X28333D02* D03* X28079D02* D03* X27571D02* D03* X27317D02* D03* X27063D02* D03* X26809D02* D03* Y21723D02* D03* X27825Y20961D02* D03* D59* X29400Y19945D02* D03* X29146D02* D03* X28892D02* D03* X28638D02* D03* X29400Y19183D02* D03* X29146D02* D03* X28892D02* D03* D60* X28638D02* D03* D61* X26606Y18980D02* D03* Y19234D02* D03* X26733Y19107D02* D03* X26047D02* D03* X26174Y18980D02* D03* Y19234D02* D03* D62* X29247Y20402D02* D03* D63* X20865Y18218D02* D03* X23634Y21545D02* D03* Y21190D02* D03* X22440Y21037D02* D03* X24777Y18853D02* D03* X25793Y23628D02* D03* X26047D02* D03* X26301D02* D03* X26555D02* D03* X26809D02* D03* X27063D02* D03* X27317D02* D03* X26428Y21291D02* D03* X24904D02* D03* X22745Y22053D02* D03* X22999D02* D03* X22491D02* D03* X25005Y18548D02* D03* M02* ================================================ FILE: frehd/gerber/wd1010_rel1.REP ================================================ ************************************************************* FileName = wd1010_rel1.GBR AutoAperture = True ************************************************************* Generating : File : wd1010_rel1.GTL Adding Layer : TopLayer Adding Layer : MultiLayer Used DCodes : D10 D11 D12 D13 D14 D15 D16 D17 D18 D19 D20 D21 D22 D23 D24 D25 D26 D27 D28 D29 D30 D31 D32 D33 D34 D35 D36 D37 D38 D39 D40 ************************************************************* ************************************************************* Generating : File : wd1010_rel1.GBL Adding Layer : BottomLayer Adding Layer : MultiLayer Used DCodes : D15 D16 D17 D18 D19 D20 D21 D22 D23 D24 D25 D26 D27 D28 D29 D30 D31 D32 D33 D34 D35 D36 D37 D38 D39 D40 ************************************************************* ************************************************************* Generating : File : wd1010_rel1.GTO Adding Layer : TopOverlay Used DCodes : D10 D17 D18 ************************************************************* ************************************************************* Generating : File : wd1010_rel1.GTP Adding Layer : TopPaste Adding Layer : TopLayer Adding Layer : MultiLayer Used DCodes : D11 D12 D13 D14 ************************************************************* ************************************************************* Generating : File : wd1010_rel1.GBP Adding Layer : BottomPaste Adding Layer : BottomLayer Adding Layer : MultiLayer Used DCodes : ************************************************************* ************************************************************* Generating : File : wd1010_rel1.GTS Adding Layer : TopSolder Adding Layer : TopLayer Adding Layer : MultiLayer Used DCodes : D20 D22 D23 D41 D42 D43 D44 D45 D46 D47 D48 D49 D50 D51 D52 D53 D54 D55 D56 D57 D58 D59 D60 D61 D62 D63 ************************************************************* ************************************************************* Generating : File : wd1010_rel1.GBS Adding Layer : BottomSolder Adding Layer : BottomLayer Adding Layer : MultiLayer Used DCodes : D20 D22 D23 D45 D46 D47 D48 D49 D50 D51 D52 D53 D54 D55 D56 D57 D58 D59 D60 D61 D62 D63 ************************************************************* ************************************************************* Generating : File : wd1010_rel1.GKO Adding Layer : KeepOutLayer Used DCodes : D18 ************************************************************* ************************************************************* Generating : Top Pad Master File : wd1010_rel1.GPT Adding Layer : TopLayer Adding Layer : MultiLayer Used DCodes : D11 D12 D13 D14 D19 D20 D21 D22 D23 D24 D25 D26 D27 D28 D29 D30 D31 D32 D33 D34 D35 D36 D37 D38 D39 ************************************************************* ************************************************************* Generating : Bottom Pad Master File : wd1010_rel1.GPB Adding Layer : BottomLayer Adding Layer : MultiLayer Used DCodes : D19 D20 D21 D22 D23 D24 D25 D26 D27 D28 D29 D30 D31 D32 D33 D34 D35 D36 D37 D38 D39 ************************************************************* ================================================ FILE: frehd/gerber/wd1010_rel1.TXT ================================================ M71 M48 T1F00S00C0.56 T2F00S00C0.70 T3F00S00C0.90 T4F00S00C1.00 T5F00S00C1.10 T6F00S00C3.30 T7F00S00C1.30 % T01 X005715Y002718 X005842Y002591 Y002845 T02 X006274Y002591 Y002845 X006401Y002718 X006375Y003404 X006121 X005715Y00381 X006528Y004115 X006782 X007264 X007518 X008001 X008255 Y004572 X008001 X007747 X007493 X007239 X006985 X006731 X006477 X006096Y004902 X005715Y005334 X006477 X006731 X006985 X007239 X007493 X007747 X008001 X008255 X008712Y005613 X009347 X009068Y003556 X008814 X00856 X008306 Y002794 X00856 X008814 X009068 X00856Y002464 Y00221 X004674Y002159 X004445Y002464 X004674Y003404 X004699Y00381 X004445 X004191 X003937 X003683 X003429 X003175 X002921 X002667 X002413 X002159 X001905 X001651 X002108Y004648 X002159Y005334 X001905 X001651 X002413 X002667 X002921 X003175 X003429 X003683 X003937 X004191 X004445 X004699 X004953 X005207 X005461 X004572Y004902 X003302Y004801 Y005156 X002667Y005664 X002413 X002159 X004166Y003404 X004953Y00381 X005207 X005461 X001397 X001143 X000889 Y005334 X001143 X001397 X000533Y001829 X000889Y005893 X001143 X001397 Y006655 X001143 X000889 X001651 X001905 X002159 X002413 X002667 X002921 X003175 X003581 X003835 X004089 X004343 X004597 X004851 X005105 X005359 X005461Y007239 X005359Y005893 X005105 X004851 X004597 X004343 X004089 X003835 X003581 X003175 X002921 X002667 X002413 X002159 X001905 X001651 X005613 X005867 X006299 X006553 X006807 X007061 X007315 X007569 X007823 X008077 X008712Y005867 X009347 X009296Y006528 Y006782 X008077Y006655 X007823 X007569 X007315 X007061 X006807 X006553 X006299 X005867 X005613 X005715Y007239 X005969 X006223 X006477 X006731 X006985 T03 X004191Y000762 Y001067 Y001397 Y001702 X005207 Y001397 Y001067 Y000762 X005563 X005867 Y001778 X005563 X005791Y002235 X006299 X006909Y00254 X007239 X007544 X007874 Y003556 X007544 X007239 X006909 X005639Y003404 X005131 X005207Y002921 Y002616 Y002311 Y002007 X004191 Y002311 Y002616 Y002921 X003683Y003404 X003175 X002616Y003429 X0016 X000635Y003378 X000356 X00033Y00414 Y004394 Y004648 Y004902 Y005156 X000178Y005639 X000356Y002362 X000635 X000533Y00602 Y006528 X000178Y006655 X008636Y006452 Y00696 T04 X004699Y000279 X004953 X005436 X00569 X006299Y00127 X009093Y001397 Y001143 X008915Y004013 Y004267 Y004521 Y004775 Y005029 T05 X00127Y007442 X001524 Y007696 X00127 X001778 X002032 X002286 X00254 X002794 X003048 X003302 X003556 X00381 X004064 X004318 X004572 X004826 X00508 X005334 Y007442 X00508 X004826 X004572 X004318 X004064 X00381 X003556 X003302 X003048 X002794 X00254 X002286 X002032 X001778 X005588 X005842 X006096 X00635 X006604 X006858 X007112 X007366 Y007696 X007112 X006858 X006604 X00635 X006096 X005842 X005588 X008255Y007569 X008509 T06 X000381Y000432 X009195 X000381Y007417 X009195 T07 X00348Y002794 X00127 M30 ================================================ FILE: frehd/gerber/wd1010_rel1.apr ================================================ D10 ROUNDED 8.000 8.000 0.000 LINE D11 RECTANGULAR 78.740 78.740 0.000 FLASH D12 RECTANGULAR 78.740 39.370 0.000 FLASH D13 RECTANGULAR 39.370 78.740 0.000 FLASH D14 RECTANGULAR 39.370 78.740 0.000 FLASH D15 ROUNDED 16.000 16.000 0.000 LINE D16 ROUNDED 24.000 24.000 0.000 LINE D17 ROUNDED 12.000 12.000 0.000 LINE D18 ROUNDED 10.000 10.000 0.000 LINE D19 ROUNDED 68.000 68.000 0.000 FLASH D20 ROUNDED 80.000 80.000 0.000 FLASH D21 ROUNDED 75.000 75.000 0.000 FLASH D22 RECTANGULAR 70.000 70.000 0.000 FLASH D23 ROUNDED 70.000 70.000 0.000 FLASH D24 ROUNDED 60.000 90.000 0.000 FLASH D25 RECTANGULAR 60.000 90.000 0.000 FLASH D26 ROUNDED 80.000 150.000 0.000 FLASH D27 ROUNDED 72.000 72.000 0.000 FLASH D28 ROUNDED 90.000 60.000 0.000 FLASH D29 ROUNDED 70.000 60.000 0.000 FLASH D30 RECTANGULAR 70.000 60.000 0.000 FLASH D31 ROUNDED 200.000 200.000 0.000 FLASH D32 RECTANGULAR 62.000 62.000 0.000 FLASH D33 ROUNDED 62.000 62.000 0.000 FLASH D34 RECTANGULAR 55.000 75.000 0.000 FLASH D35 ROUNDED 55.000 75.000 0.000 FLASH D36 ROUNDED 50.000 90.000 0.000 FLASH D37 RECTANGULAR 50.000 90.000 0.000 FLASH D38 ROUNDED 55.000 55.000 0.000 FLASH D39 RECTANGULAR 90.000 60.000 0.000 FLASH D40 ROUNDED 50.000 50.000 0.000 FLASH D41 RECTANGULAR 86.740 86.740 0.000 FLASH D42 RECTANGULAR 86.740 47.370 0.000 FLASH D43 RECTANGULAR 47.370 86.740 0.000 FLASH D44 RECTANGULAR 47.370 86.740 0.000 FLASH D45 ROUNDED 76.000 76.000 0.000 FLASH D46 ROUNDED 88.000 88.000 0.000 FLASH D47 ROUNDED 83.000 83.000 0.000 FLASH D48 RECTANGULAR 78.000 78.000 0.000 FLASH D49 ROUNDED 78.000 78.000 0.000 FLASH D50 ROUNDED 68.000 98.000 0.000 FLASH D51 RECTANGULAR 68.000 98.000 0.000 FLASH D52 ROUNDED 88.000 158.000 0.000 FLASH D53 ROUNDED 98.000 68.000 0.000 FLASH D54 ROUNDED 78.000 68.000 0.000 FLASH D55 RECTANGULAR 78.000 68.000 0.000 FLASH D56 ROUNDED 208.000 208.000 0.000 FLASH D57 RECTANGULAR 63.000 83.000 0.000 FLASH D58 ROUNDED 63.000 83.000 0.000 FLASH D59 ROUNDED 58.000 98.000 0.000 FLASH D60 RECTANGULAR 58.000 98.000 0.000 FLASH D61 ROUNDED 63.000 63.000 0.000 FLASH D62 RECTANGULAR 98.000 68.000 0.000 FLASH D63 ROUNDED 58.000 58.000 0.000 FLASH ================================================ FILE: frehd/gerber/wd1010_rel1.drc ================================================ Protel Design System Design Rule Check PCB File : wd1010_rel1.pcb Date : 20-Apr-2013 Time : 10:46:39 Processing Rule : Minimum Annular Ring (Minimum=8mil) (On the board ) Rule Violations :0 Processing Rule : Width Constraint (Min=8mil) (Max=100mil) (Prefered=16mil) (Is on net VCC ) Rule Violations :0 Processing Rule : Width Constraint (Min=8mil) (Max=100mil) (Prefered=16mil) (Is on net GND ) Rule Violations :0 Processing Rule : Hole Size Constraint (Min=1mil) (Max=300mil) (On the board ) Rule Violations :0 Processing Rule : Pads and Vias to follow the Drill pairs settings Rule Violations :0 Processing Rule : Testpoint Style (Under Component=Yes) (On the board ) Rule Violations :0 Processing Rule : Testpoint Usage (Valid =Required, Allow multiple per net=No) (On the board ) Violation Net TX Violation Net RX Violation Net RTS Violation Net CTS Violation Net NetU5_2 Violation Net NetC6_2 Violation Net NetC9_1 Violation Net NetC12_1 Violation Net NetC9_2 Violation Net NetC12_2 Violation Net OTX Violation Net ORX Violation Net OCTS Violation Net ORTS Violation Net WR_N Violation Net VCC Violation Net SD_WRPROT Violation Net GND Violation Net SD_CD Violation Net D7 Violation Net D6 Violation Net D5 Violation Net D4 Violation Net D3 Violation Net D2 Violation Net D1 Violation Net D0 Violation Net RTC Violation Net SCL Violation Net SDA Violation Net NetR12_1 Violation Net NetR4_1 Violation Net 3V3 Violation Net SPI_SDI_3V3 Violation Net STAT_OE_N Violation Net STAT_CS Violation Net SPI_CLK Violation Net SPI_SDO Violation Net SD_CLK_3V3 Violation Net SD_IN_3V3 Violation Net SD_CS_3V3 Violation Net NetBAT1_2 Violation Net NetY2_2 Violation Net NetY2_1 Violation Net SD_CS_5V Violation Net BUS_WAIT_N Violation Net EXTIOSEL_N Violation Net PIC_SEL_N Violation Net PIC_WAIT_N Violation Net RD_N Violation Net A7 Violation Net A6 Violation Net A5 Violation Net A4 Violation Net A3 Violation Net A2 Violation Net A1 Violation Net A0 Violation Net LED0 Violation Net LED1 Violation Net IORQ_N Violation Net RESET_N Violation Net MCLR Violation Net NetR13_1 Violation Net NetR14_1 Violation Net OSC2 Violation Net OSC1 Violation Net M1_N Violation Net BUS_INT_N Violation Net SPARE2 Violation Net SPARE1 Violation Net DD7 Violation Net DD6 Violation Net DD5 Violation Net DD4 Violation Net DD3 Violation Net DD2 Violation Net DD1 Violation Net DD0 Violation Net SPI_SDI Rule Violations :80 Processing Rule : Width Constraint (Min=8mil) (Max=100mil) (Prefered=12mil) (On the board ) Rule Violations :0 Processing Rule : Clearance Constraint (Gap=9mil) (On the board ),(On the board ) Rule Violations :0 Processing Rule : Broken-Net Constraint ( (On the board ) ) Rule Violations :0 Processing Rule : Short-Circuit Constraint (Allowed=Not Allowed) (On the board ),(On the board ) Rule Violations :0 Processing Rule : Component Clearance Constraint (Gap=10mil) (On the board ),(On the board ) Rule Violations :0 Processing Rule : Component Clearance Constraint (Gap=10mil) (Disabled)(On the board ),(On the board ) Rule Violations :0 Violations Detected : 80 Time Elapsed : 00:00:01 ================================================ FILE: frehd/import.py ================================================ # pip install keyboard pywin32 # pip install keyboard keyboard # lazy frehd import scripy by AnotherMaker # Description: This script is used to import files into the TRS-80 emulator. It takes a directory as an argument and types out the import command for each file in the directory. # Usage: have trs80gp running with your frhed enabled. # inside your frehd folder on the pc, make a folder that you want to put all your imports in. Copy all files there. # run this script with the folder as the argument. It will type out the import command for each file. # example for starting trs80gp # trs80gp -m1 -frehd_patch -frehd_dir h:\trs80gp\frehd # then I put a folder inside h:\trs80gp\frehd\import # python import.py h:\trs80gp\frehd\import # python import.py h:\trs80gp\frehd\import 2 # will import to drive 2 # you then have 5 seconds to click on the trs80gp window and then it will start typing out the import commands. # to cancel the script, hit ctrl c in the terminal window. import os import sys import time import keyboard import win32api, win32con if len(sys.argv) not in [2, 3]: print("Usage: trsimport.py [drive_number]") print("Example: trsimport.py h:\\trs80gp\\frehd\\import 2") sys.exit(1) directory = sys.argv[1] # Default to drive 0 if no drive number specified drive_number = sys.argv[2] if len(sys.argv) == 3 else "0" if not os.path.isdir(directory): print("Error: Provided argument is not a valid directory.") sys.exit(1) # Extract the last folder name from the provided directory. folder_name = os.path.basename(os.path.normpath(directory)) # Get a sorted list of files in the directory. files = sorted([f for f in os.listdir(directory) if os.path.isfile(os.path.join(directory, f))]) print(f"Files will be imported to drive {drive_number}") print("You have 5 seconds to focus on the emulator window...") time.sleep(5) def write_with_doubles(text): """Write text, handling double characters with space-backspace method""" prev_char = '' for char in text: if char == prev_char: # Insert space keyboard.write(' ', delay=0.1) # Use win32api for backspace win32api.keybd_event(0x08, 0, 0, 0) # VK_BACK = 0x08 time.sleep(0.1) win32api.keybd_event(0x08, 0, win32con.KEYEVENTF_KEYUP, 0) time.sleep(0.1) keyboard.write(char, delay=0.1) prev_char = char for filename in files: # Transform "filename.ext" into "filename/ext" if '.' in filename: idx = filename.find('.') transformed = filename[:idx] + '/' + filename[idx+1:] else: transformed = filename # Build the command string using the last folder name and drive number command = f"import2 /{folder_name}/{filename} {transformed}:{drive_number}" write_with_doubles(command) win32api.keybd_event(win32con.VK_RETURN, 0, 0, 0) time.sleep(0.1) win32api.keybd_event(win32con.VK_RETURN, 0, win32con.KEYEVENTF_KEYUP, 0) time.sleep(2) ================================================ FILE: frehd/z80/frehd_rom/Makefile ================================================ ASM = asl P2BIN = p2bin P2HEX = p2hex HEX2CMD = hex2cmd MV = /bin/mv SRC = frehd.asm PATCHES = ldos631.asm ldos531.asm m1ldos531.asm m1newdos25.asm newdos25.asm menu.asm time.asm menu_util.asm LST = $(SRC:%.asm=%.lst) BIN1 = $(SRC:%.asm=%.p) BIN2 = $(SRC:%.asm=%.bin) ROM = $(SRC:%.asm=%.rom) HEX = $(SRC:%.asm=%.hex) HEXX = $(SRC:%.asm=%.hex2) LST = $(SRC:%.asm=%.lst) LSRC = loader.asm LOUT = loader_eeprom.asm LOUT2 = loader_xtrs.h LBIN1 = $(LSRC:%.asm=%.p) LBIN2 = $(LSRC:%.asm=%.bin) LHEX = $(LSRC:%.asm=%.hex) LLST = $(LSRC:%.asm=%.lst) SVN_REV := $(shell svn info . | sed -n '/^Revision: /s/Revision: //p') all: $(ROM) $(LBIN2) clean: $(RM) $(BIN1) $(BIN2) $(LST) $(HEX) $(HEXX) $(ROM) $(RM) $(LBIN1) $(LBIN2) $(LLST) $(LHEX) $(LOUT) $(LOUT2) # # frehd.rom # $(ROM): $(SRC) $(PATCHES) $(ASM) $(SRC) -U -L -u -D SVN_REV=$(SVN_REV) -D ALWAYS=1 -o $(BIN1) $(P2BIN) -r 0x6000-$$ $(BIN1) $(BIN2) $(P2HEX) -e 0x6000 $(BIN1) $(HEXX) cat $(HEXX) | awk 'NR>1{print buf}{buf = $$0}' > $(HEX) $(RM) $(ROM) $(HEXX) $(HEX2CMD) $(HEX) > $(ROM) # # loader # $(LBIN2): $(LSRC) $(ASM) $(LSRC) -U -L -u -D SVN_REV=$(SVN_REV) -o $(LBIN1) $(P2BIN) -r 0x5000-0x50FF $(LBIN1) $(LBIN2) ./make_eeprom.pl $(LBIN2) $(LOUT) $(LOUT2) ================================================ FILE: frehd/z80/frehd_rom/frehd.asm ================================================ cpu z80 include frehd_macro.inc include frehd.inc ;; Buffers SECTOR1 equ 4300h SECTOR1_M1 equ 4200h REED equ 5F00h BUF equ 5E00h BUF1 equ REED+80h DRIVE0 equ REED+0D0h BOOTFILES equ 5C00h IF (REED & 0FFh) <> 0 ERROR "REED must be 256-bytes aligned!" ENDIF org 6000h ld a,ALWAYS or a jr nz,+ ld a,(3801h) ; keyboard and 04h ; 'B' ? jr z,++ ; no, skip menu + call select_menu ; yes, go to boot menu + xor a ; select drive 0 out (SDH),a ld a,READ_HEADER ; read drive header out (COMMAND2),a call wait ret nz ; return if error ld hl,REED ld bc,DATA2 ; read 256 bytes from DATA2 inir ld a,(REED+REED_FLAG) ; auto-boot this image ? and 01h ret z ; no ld a,(REED+REED_OS) ; can we support this OS ? sub MAX_OS ret nc ; no call sector_addr ld c, 01h ; C=01 (sector num) ld de, 0 ; cylinder to read call hd_read_sector ret nz ; if error, return ld a,(REED+REED_OS) ; find the patch table entry ld l,a ; for this OS ld h,0h add hl,hl ld de,patch_table add hl,de ld a,(hl) inc hl ld h,(hl) ld l,a call patch ; patch the OS ld a,(ROM_MODEL) ; 4P is again special... cp ROM_MODEL_4P jr z,boot4p - call hack_time ; all models except 4P call sector_addr jp (hl) ; jump in OS ! boot4p: ld a,(REED+REED_OS) ; LDOS531 cp OS_LDOS531 jr z,+ cp OS_NEWDOS25 ; NEWDOS/80 jr nz,- + call model4p_rom3 ; both need the model 3 rom final4p: ld hl, unpatch_rom4p ; unpatch 3 bytes ld de, 30d9h ld bc, 3 ldir xor a out (84h),a ; write-protect ram ;call hack_time ; (doesn't work for now) jp SECTOR1 ;;; ;;; return first sector address in HL ;;; sector_addr: ld hl, SECTOR1 ; address of buffer for sector ld a,(ROM_MODEL) cp ROM_MODEL_1 ; model 1 uses a different address jr nz,+ ld hl,SECTOR1_M1 + ret ;;; ;;; 4P model 3 support ;;; ;;; - load the rom from FreHD ;;; - patch the rom (to return here after basic initialization) ;;; - map the rom read-only ;;; - set speed for model 3 ;;; - initialize the rom code (jump in and return) ;;; patch_rom4p: db 0c3h dw final4p unpatch_rom4p: db 0cdh dw 3518h model4p_rom3: call 0fc9h ; load model.iii ret nz ; failed ld (4024h),hl ; stuff rom entry point ld hl, patch_rom4p ; patch 3 bytes ld de, 30d9h ld bc, 3 ldir xor a out (9ch),a ; switch rom out ld a, 10h ; 2MHz, I/O enabled out (0ECh),a jp 4020h ; continue boot (will go to rom) ;;; ;;; read sector ;;; ;;; - C : sector number ;;; - DE : cylinder ;;; - HL : buffer address ;;; hd_read_sector: push de ld a, c ; sector to read out (SECNUM), a ; send sector number to FreHD xor a ; drive 0, head 0, sector 256 bytes out (SDH), a ; send size/drive/head to FreHD ld a, d ; LSB cylinder to read out (CYLHI), a ld a, e ; MSB cylinder to read out (CYLLO), a ld a, 20h ; read command out (COMMAND), a ; send command call wait ; wait while command is processed jr nz,+ ld bc, DATA ; get 256 bytes inir xor a ; set Z indicates no error + pop de ret wait: ex (sp),hl ex (sp),hl ; small delay to settle the controller - in a, (STATUS) rlca ; busy bit -> C jr c, - in a, (STATUS) ; read status again and 01h ; nz = error ret ;;; ;;; patch boot sector ;;; ;;; Format: aaaa xxxx [data...] ;;; ;;; aaaa = address ;;; xxxx = length of data ;;; if bit 15 set, xxxx = 1 ;;; where up to 128 bytes are copied from reed header starting at ;;; ;;; ;;; entry: HL -> patch data ;;; patch: push af push bc push de - ld e,(hl) ; get address inc hl ld d,(hl) inc hl ld a,d ; is it 0000h ? or e jr nz,+ pop de pop bc pop af ret + ld c,(hl) ; get length inc hl ld b,(hl) inc hl bit 7,b ; bit 15 set ? jr nz,+ ; yes.. copy from reed header ldir ; no... patch this area jr - ; and loop + push hl ld h,REED>>8 ld l,c ; c = offset ld a,b and 7Fh ld c,a ld b,0 ; bc = len ldir ; copy reed -> patched area pop hl jr - include menu.asm include menu_util.asm include time.asm ;*=*=* ; Patch table ;*=*=* patch_table: dw ldos631 dw ldos531 dw cpm dw newdos25 dw m1ldos531 dw m1newdos25 ;*=*=* ; LDOS 6.3.1 patch ;*=*=* include ldos631.asm ;*=*=* ; LDOS 5.3.1 patch ;*=*=* include ldos531.asm ;*=*=* ; CPM doesn't need to be patched ! ;*=*=* cpm: LAST_PATCH ;*=*=* ; M3 NEWDOS 2.5 patch ;*=*=* include newdos25.asm ;*=*=* ; M1 LDOS 5.3.1 patch ;*=*=* include m1ldos531.asm ;*=*=* ; M1 NEWDOS 2.5 patch ;*=*=* include m1newdos25.asm ================================================ FILE: frehd/z80/frehd_rom/frehd.inc ================================================ ;;; ;;; FreHD defines ;;; ;; ;; ROM patches ;; ;; where the extra "rom is loaded ROM_LOAD equ 5000h ;; TRS model : passed by the patched rom ROM_MODEL_1 equ 1h ROM_MODEL_3 equ 3h ROM_MODEL_4 equ 4h ROM_MODEL_4A equ 4h ; model 4 azerty ROM_MODEL_4P equ 5h ;; 4P model 3 rom file MODEL_III_FILE equ "MODELA.III" ;; Rom passed parameter ROM_MODEL equ ROM_LOAD+1 ;; FreHD Interface defines CYLHI equ 0CDh CYLLO equ 0CCh SECCNT equ 0CAh SECNUM equ 0CBh DATA equ 0C8h ERROR equ 0C9h CONTROL equ 0C1h SDH equ 0CEh COMMAND equ 0CFh ; write only STATUS equ 0CFh ; read only COMMAND2 equ 0C4h ; write only READROM equ 0C4h ; read only WRITEROM equ 0C5h ; write only DATA2 equ 0C2h SIZE2 equ 0C3h ERROR2 equ 0C5h ; read only ;; Interface commands GET_TIME equ 01h OPEN_FILE equ 03h READ_FILE equ 04h CLOSE_FILE equ 06h OPEN_DIR equ 08h READ_DIR equ 09h MOUNT_DRIVE equ 0Ah INFO_DRIVE equ 0Ch READ_HEADER equ 0Eh ;; status bits STATUS_BUSY equ 80h STATUS_READY equ 40h STATUS_WRERR equ 20h STATUS_SEEKDONE equ 10h STATUS_DRQ equ 08h STATUS_ECC equ 04h STATUS_CIP equ 02h STATUS_ERR equ 01h ;; get time parameter FREHD_SEC equ 00h FREHD_MIN equ 01h FREHD_HOUR equ 02h FREHD_YEAR equ 03h FREHD_DAY equ 04h FREHD_MONTH equ 05h ;; file info (returned by READ_DIR) FIL_ATTRIB_OFFSET equ 08h FIL_FNAME_OFFSET equ 09h FIL_FNAME_LEN equ 0ch ; 8.3 ;; drive info (returned by INFO_DRIVE) DRIVE_FNAME_OFFSET equ 06h ;; attrib bits FIL_ATTRIB_RO equ 01h FIL_ATTRIB_HID equ 02h FIL_ATTRIB_SYS equ 04h FIL_ATTRIB_VOL equ 08h FIL_ATTRIB_DIR equ 10h FIL_ATTRIB_ARCHIVE equ 20h ;; open file options FA_OPEN_EXISTING equ 00h FA_READ equ 01h FA_WRITE equ 02h FA_CREATE_NEW equ 04h FA_CREATE_ALWAYS equ 08h FA_OPEN_ALWAYS equ 10h ;; Reed header http://www.trs-80emulators.com/hdv1-format/ ;; ;; byte 0-1 REED_MAGIC0 equ 56h REED_MAGIC1 equ 0cbh ;; byte 8 : flag #2 -> bit 0 = auto-boot ;; byte 11 : disk format. ;; 0 = LDOS 6.3.1 ;; 1 = LDOS 5.3.1 ;; 2 = CPM ;; REED_FLAG equ 08h REED_OS equ 0Bh OS_LDOS631 equ 0h OS_LDOS531 equ 1h OS_CPM equ 2h OS_NEWDOS25 equ 3h OS_M1LDOS531 equ 4h OS_M1NEWDOS25 equ 5h MAX_OS equ 6h ================================================ FILE: frehd/z80/frehd_rom/frehd_macro.inc ================================================ ;;; ;;; This file should be included only once ! ;;; CNT eval 0 START_PATCH MACRO addr tmp eval "\{CNT}" dw addr, (eee_{tmp}-sss_{tmp}) phase addr sss_{tmp}:label $ ENDM END_PATCH MACRO eee_{tmp}: label $ CNT eval CNT+1 dephase ENDM LAST_PATCH MACRO dw 0000h ENDM REED_PATCH MACRO addr, offset, len dw addr, ((80h | len) << 8) | offset ENDM ================================================ FILE: frehd/z80/frehd_rom/ldos531.asm ================================================ LISTING ON NEWPAGE ;*=*=* ; LDOS 5.3.1 BOOT/SYS PATCH ;*=*=* ldos531: START_PATCH 7F00h ;*=*=* ; routine to read a sector from HD ; D = cylinder E = sector ;*=*=* read_sector_DE push hl push de ld c,e ld e,d ld d,00h ld b,0ch ; not needed (4P like) ld a,02h ; not needed (4P like) call hd_read_sector pop de pop hl ld a,(4709h) sub d ld a,06h jr z,+ xor a + and a ret ;*=*=* ; DCT handler, only read from HD ;*=*=* dct_read_hd ld a,09h ; command READ SECTOR ? sub b jr z,read_sector_DE ; yes, do it ! xor a ; no, return ok. ret END_PATCH START_PATCH 4709h db 0 ; force directory to 0 for now END_PATCH ;; 4300 00 nop ;; 4301 fe 65 cp 65h ;; 4303 f3 di ;; 4304 3a 02 43 ld a,(4302h) ; directory cylinder ;; 4307 57 ld d,a ;; 4308 1e 04 ld e,04h ; sector 4 START_PATCH 430ah call pp1 ;; 430a cd 74 43 call 4374h ; read it ! END_PATCH ;; 430d 20 71 jr nz,4380h ;; 430f 3a 00 51 ld a,(5100h) ; test if system disk ;; 4312 e6 10 and 10h ;; 4314 28 6e jr z,4384h ; "no system" if z ;; ;; 4316 d9 exx ;; 4317 2a 16 51 ld hl,(5116h) ;; 431a 55 ld d,l ;; 431b 7c ld a,h ;; 431c 07 rlca ;; 431d 07 rlca ;; 431e 07 rlca ;; 431f e6 07 and 07h ;; 4321 67 ld h,a ;; 4322 07 rlca ;; 4323 84 add a,h ;; 4324 07 rlca ;; 4325 5f ld e,a ;; ;; ;; ;; ;; Prepare to load SYS0/SYS ;; ;; ;; 4326 21 ff 51 ld hl,51ffh ;; 4329 d9 exx ;; ;; ;; ;; ;; LOAD ;; ;; ;; 432a cd 5d 43 call 435dh ; get type code ;; 432d 3d dec a ;; 432e 20 0c jr nz,433ch ; bypass if not type 1 ;; 4330 cd 4e 43 call 434eh ; get address ;; 4333 cd 5d 43 call 435dh ;; 4336 77 ld (hl),a ;; 4337 23 inc hl ;; 4338 10 f9 djnz 4333h ;; 433a 18 ee jr 432ah ;; ;; 433c 3d dec a ; test if type 2 (TRAADR) ;; 433d 28 0b jr z,434ah ; ah, go if transfer addr ;; 433f cd 5d 43 call 435dh ; assume comment ;; 4342 47 ld b,a ; get comment length ;; 4343 cd 5d 43 call 435dh ; and ignore it ;; 4346 10 fb djnz 4343h ;; 4348 18 e0 jr 432ah ; continue to read ;; START_PATCH 434ah jr pp2 nop ;; 434a cd 4e 43 call 434eh ; get addr END_PATCH ;; 434d e9 jp (hl) ; and jump there ;; ;; ;; getadr ;; 434e cd 5d 43 call 435dh ; get block length ;; 4351 47 ld b,a ;; 4352 cd 5d 43 call 435dh ; get low-order load addr ;; 4355 6f ld l,a ;; 4356 05 dec b ; adj length for this byte ;; 4357 cd 5d 43 call 435dh ; get high-order load addr ;; 435a 67 ld h,a ;; 435b 05 dec b ; adj length for this byte ;; 435c c9 ret ;; ;; ;; routine to read a byte ;; 435d d9 exx ; switch memory/buff pointers ;; 435e 2c inc l ; bump up buf pointer ;; 435f 20 0f jr nz,4370h ; bypass disk i/o if more ;; 4361 e5 push hl ;; 4362 cd 74 43 call 4374h ; read another sector ;; 4365 20 19 jr nz,4380h ; jump if error ;; 4367 e1 pop hl ;; 4368 1c inc e ; bump sector counter ;; 4369 7b ld a,e ;; 436a d6 12 sub 12h ; last sector [!!! 12h = sec/track] ;; 436c 20 02 jr nz,4370h ; on this cylinder ? ;; 436e 5f ld e,a ; yes, restart at 0 ;; 436f 14 inc d ; and increment cylinder ;; 4370 7e ld a,(hl) ; get a byte ;; 4371 d9 exx ; exchange pointers back ;; 4372 c9 ret ;; ;; 4373 c7 rst 0 ;; ;; 4374 06 05 ld b,05h ; retry 5 times ;; 4376 c5 push bc ;; 4377 cd 8e 43 call 438eh ; read sector ;; 437a c1 pop bc ;; 437b e6 1c and 1ch ;; 437d c8 ret z ; return if no error ;; 437e 10 f6 djnz 4376h ; try again ;; 4380 21 e6 43 ld hl,43e6h ; disk error ;; 4383 dd ;; 4384 21 f4 43 ld hl,43f4h ; no system ;; 4387 cd 1b 02 call 021bh ; display text ;; 438a cd 40 00 call 0040h ; input text from keyboard ;; 438d c7 rst 0 ; reboot ;; START_PATCH 438eh jp read_sector_DE pp1 ld hl,5100h call 4374h ret pp2 call 434eh push hl ; save SYS0 entry point ld hl,pdct ; load DCT ld de,4701h ld bc,0008h ldir ld hl,sys0_531 ; patch ! call patch pop hl ; restore entry point jp (hl) ; and jump pdct dw dct_read_hd db 0ch, 90h, 00h, 98h, 1fh, 0e3h ;; 438e 01 f4 81 ld bc,81f4h ; Set DDEN,DS1,d.s.port ;; 4391 ed 41 out (c),b ; Select it ;; 4393 0d dec c ; Point C to data register ;; 4394 3e 1b ld a,1bh ; ;; 4396 ed 51 out (c),d ; Set desired track ;; 4398 cd df 43 call 43dfh ; Pass command and delay ;; 439b db f0 in a,(f0h) ; Get status ;; 439d cb 47 bit 0,a ; Busy ? ;; 439f 20 fa jr nz,439bh ;; 43a1 7b ld a,e ; Set sector register ;; 43a2 d3 f2 out (f2h),a ;; 43a4 3e 81 ld a,81h ; Set DDEN and DS1 END_PATCH ;; 43a6 d3 f4 out (f4h),a ;; 43a8 21 d3 43 ld hl,43d3h ; install NMI vector ;; 43ab 22 4a 40 ld (404ah),hl ;; 43ae 3e c3 ld a,c3h ;; 43b0 32 49 40 ld (4049h),a ;; 43b3 21 00 51 ld hl,5100h ;; 43b6 d5 push de ;; 43b7 11 02 c1 ld de,c102h ; D=DS1 + DDEN + W.S.Gen ;; 43ba 3e 80 ld a,80h ; FDC READ command ;; 43bc cd df 43 call 43dfh ; Pass to ctrlr & set B=0 ;; 43bf 3e c0 ld a,c0h ; Enable INTRQ & timeout ;; 43c1 d3 e4 out (e4h),a ;; 43c3 db f0 in a,(f0h) ; Grab status ;; 43c5 a3 and e ; Test bit 1 ;; 43c6 28 fb jr z,43c3h ;; 43c8 ed a2 ini ;; 43ca 7a ld a,d ; Set DDEN & DS1 & WSGEN ;; 43cb d3 f4 out (f4h),a ; Continue to select ;; 43cd ed a2 ini ; while inputting ;; 43cf 20 fa jr nz,43cbh ;; 43d1 18 fe jr 43d1h ; Wait for NMI ;; 43d3 e1 pop hl ; Pop interrupt ret ;; 43d4 d1 pop de ; restore DE ;; 43d5 af xor a ; Disable INTRQ and timetout ;; 43d6 d3 e4 out (e4h),a ;; 43d8 3e 81 ld a,81h ; Reselect drive ;; 43da d3 f4 out (f4h),a ;; 43dc db f0 in a,(f0h) ; Get status ;; 43de c9 ret ;; ;; 43df d3 f0 out (f0h),a ; Give command to controller ;; 43e1 06 0c ld b,0ch ; Time delay ;; 43e3 10 fe djnz 43e3h ;; 43e5 c9 ret ;; ;; 43e6 db 17h,0e8h,'Disk error',1Fh,03h ;; ;; 43f4 db 17h,0e8h, 'No system',03h LAST_PATCH sys0_531: START_PATCH 4e68h ld a,(4302h) ld (4709h),a jr 4e90h END_PATCH START_PATCH 4049h db 0c3h END_PATCH LAST_PATCH ================================================ FILE: frehd/z80/frehd_rom/ldos621.asm ================================================ LISTING ON NEWPAGE ;*=*=* ; LDOS 6.3.1 FreHD patch ; ; This patch is applied automatically when FreHD loads LDOS 6.3.1. ; The patching occurs in 3 phases : ; 1- frehd.rom loads the boot sector at adress 4300h. This area is patched ; first. The boot sector code will load 16 sectors at address 200h, and ; this area also needs to be patched, so a call to the 'patch' routine ; is installed. ; 2- The 2nd patch is applied. It intercepts the call to the entry address ; of SYS0/SYS which is loaded by the code at 200h. The final patch is ; installed ;*=*=* ;*=*=* ; LDOS 6.3.1 BOOT/SYS patch ;*=*=* ldos621: START_PATCH 219, 6A00h read621_sector_DE push hl push de ld c,e ld e,d ld d,00h ld b,0ch ; not needed (4P like) ld a,02h ; not needed (4P like) call hd_read_sector pop de pop hl ld a,d sub (iy+9) jr nz,+ ld a,06h or a ret + xor a ret ;*=*=* ; DCT handler, only read from HD ;*=*=* dct621_read_hd ld a,09h ; command READ SECTOR ? sub b jr z,read_sector_DE ; yes, do it ! xor a ; no, return ok. ret END_PATCH 219 ;; 4300 00 nop START_PATCH 201, 4302h db 65h ;; 4301 fe 65 cp 65h ;# directory track location END_PATCH 201 ;; 4303 f3 di ;; 4304 3e 86 ld a,86h ; 80 col, mode 2 ;; 4306 d3 84 out (84h),a ;; 4308 32 78 00 ld (0078h),a ; remember this mode ;; 430b 21 00 f8 ld hl,f800h ; clear video ram ;; 430e 11 01 f8 ld de,f801h ;; 4311 01 7f 07 ld bc,077fh ;; 4314 36 20 ld (hl),20h ;; 4316 ed b0 ldir ;; 4318 21 cd 43 ld hl,43cdh ; set NMI vector ;; 431b 22 67 00 ld (0067h),hl ;; 431e 3e c3 ld a,c3h ;; 4320 32 66 00 ld (0066h),a ;; 4323 3e c9 ld a,c9h ; stuff return for ints ;; 4325 32 38 00 ld (0038h),a ;; ;; ;; read the first 16 sectors of track 0 ;; ;; 4328 21 00 02 ld hl,0200h ; ptr to page 2 ;; 432b 55 ld d,l ; init to track 0, sec 0 ;; 432c 5d ld e,l ;; 432d cd 77 43 call 4377h ; read a sector ;; 4330 24 inc h ; bump to next page ;; 4331 1c inc e ; bump to next sector ;; 4332 3e 10 ld a,10h ;; 4334 bb cp e ; loop if more ;; 4335 20 f6 jr nz,432dh ;; 4337 cd dd 02 call 02ddh ; init the CRTC ;; ;; ;; set up to load SYSRES ;; ;; 433a 3a 02 43 ld a,(4302h) ; pick up DIR cylinder ;; 433d 32 79 04 ld (0479h),a ; update dct to show dir ;; 4340 57 ld d,a ; set starting track START_PATCH 202, 4341h jr ap2_2 ap2_1 dw dct621_read_hd ; our DCT handler db 0ch, 90h, 00h, 98h, 1fh, 0e3h ; DCT data nop nop nop nop ap2_2 nop ;; 4341 1e 00 ld e,00h ;; 4343 cd 74 43 call 4374h ;; 4346 3a cd 12 ld a,(12cdh) ;; 4349 e6 20 and 20h ;; 434b 21 74 04 ld hl,0474h ;; 434e b6 or (hl) ;; 434f 77 ld (hl),a END_PATCH 202 ;; 4350 1e 04 ld e,04h ;; 4352 cd 74 43 call 4374h ;; 4355 3a 00 12 ld a,(1200h) ;; 4358 e6 10 and 10h ;; 435a 28 2d jr z,4389h ;; 435c 21 1d 12 ld hl,121dh ;; 435f 11 f6 43 ld de,43f6h ;; 4362 01 08 00 ld bc,0008h ;; 4365 ed b8 lddr ;; 4367 d5 push de ;; 4368 dd e1 pop ix ;; 436a d9 exx ;; 436b 21 ff 12 ld hl,12ffh ;; 436e d9 exx START_PATCH 203, 436fh jr ap5_1 nop ;; 436f c3 38 02 jp 0238h END_PATCH 203 ;; 4372 00 nop ;; 4373 00 nop ;; 4374 21 00 12 ld hl,1200h ;; ;; ;; routine to read a sector ;; ;; 4374 21 00 12 ld hl,1200h ; set buffer ;; 4377 06 05 ld b,05h ; init retry counter ;; 4379 c5 push bc ; save counter ;; 437a e5 push hl ; save for retries START_PATCH 204, 437bh call ap5_read pop hl pop bc nop nop ;; 437b cd 96 43 call 4396h ;; 437e e1 pop hl ;; 437f c1 pop bc ;; 4380 e6 1c and 1ch END_PATCH 204 ;; 4382 c8 ret z ;; 4383 10 f4 djnz 4379h ; loop for retry ;; ;; 4385 21 e0 43 ld hl,43e0h ; "disk error" ;; 4388 dd ; [trick to hide next instruction] ;; 4389 21 ea 43 ld hl,43eah ; "no system" ;; 438c 01 0a 00 ld bc,000ah ;; 438f 11 93 fb ld de,fb93h ; middle of screen ;; 4392 ed b0 ldir ;; 4394 18 fe jr 4394h ; wait for RESET START_PATCH 205, 4396h ap5_1 ld hl,ap2_1 ; copy DCT data to DCT drive 0 ld de,0471h ld bc,0008h ldir nop ld hl,aloader ; patch SYS0/SYS which just got loaded call patch jp 0238h ; jump into SYS0 ap5_2 ;di nop call ap5_read ;ei nop ld a,05h ; error 5 if HD read failed ret nz ld a,(0479h) ; DIR location ? sub d ld a,06h jr z,+ ; yes, return A = 6 xor a ; no, return A = 0 + and a ; update Z flag ret nop nop nop nop nop ap5_read push hl push de nop nop nop nop nop nop ld c,e ; C = sector ld e,d ld d,00h ; DE = cyl nymber ld b,0ch ; B = 0C (read) ld a,02h ; A = 2 (hard disk) call hd_read_sector ; read pop de pop hl ret ;; 4396 01 f4 81 ld bc,81f4h ; Set DDEN,DS1,d.s.port ;; 4399 ed 41 out (c),b ; Select it ;; 439b 0d dec c ; Point C to data register ;; 439c 3e 18 ld a,18h ; Seek command (6 msec) ;; 439e ed 51 out (c),d ; Set desired track ;; 43a0 cd d9 43 call 43d9h ; Pass command and delay ;; 43a3 db f0 in a,(f0h) ; Get status ;; 43a5 cb 47 bit 0,a ; Busy ? ;; 43a7 20 fa jr nz,43a3h ;; 43a9 7b ld a,e ; Set sector register ;; 43aa d3 f2 out (f2h),a ;; 43ac 3e 81 ld a,81h ; Set DDEN and DS1 ;; 43ae d3 f4 out (f4h),a ;; 43b0 d5 push de ;; 43b1 11 02 c1 ld de,c102h ; D=DS1 + DDEN + W.S.Gen ;; 43b4 3e 80 ld a,80h ; FDC READ command ;; 43b6 cd d9 43 call 43d9h ; Pass to ctrlr & set B=0 ;; 43b9 3e c0 ld a,c0h ; Enable INTRQ & timeout ;; 43bb d3 e4 out (e4h),a ;; 43bd db f0 in a,(f0h) ; Grab status ;; 43bf a3 and e ; test bit 1 ;; 43c0 28 fb jr z,43bdh ;; 43c2 ed a2 ini ;; 43c4 7a ld a,d ; Set DDEN & DS1 & WSGEN ;; 43c5 d3 f4 out (f4h),a ; Continue to select ;; 43c7 ed a2 ini ; while inputting ;; 43c9 20 fa jr nz,43c5h ;; 43cb 18 fe jr 43cbh ; Wait for NMI ;; 43cd d1 pop de ; Pop interrupt ret ;; 43ce d1 pop de ; restore DE ;; 43cf af xor a ; Disable INTRQ and timeout ;; 43d0 d3 e4 out (e4h),a ;; 43d2 3e 81 ld a,81h ; Reselect drive ;; 43d4 d3 f4 out (f4h),a ;; 43d6 db f0 in a,(f0h) ; Get status ;; 43d8 c9 ret ;; 43d9 d3 f0 out (f0h),a ; Give command to controller ;; 43db 06 18 ld b,18h ; Time delay ;; 43dd 10 fe djnz 43ddh ;; 43df c9 ret END_PATCH 205 ;; 43e0 db 'Disk error' ;; 43ea db 'No system ' ;; 43f4 00 nop ;; 43f5 00 nop ;; 43f6 00 nop ;; 43f7 00 nop ;; 43f8 00 nop START_PATCH 206, 43f9h ap6 ld a,09h sub b jr z,ap5_2 xor a ret ;; 43f9 00 nop ;; 43fa 00 nop ;; 43fb 00 nop ;; 43fc 00 nop ;; 43fd 00 nop ;; 43fe 00 nop ;; 43ff 00 nop END_PATCH 206 LAST_PATCH ;*=*=* ; Loader patch ;*=*=* ;; 00139 ; Set up for a fragmented file ;; 00140 ; ;; 0258 D9 00141 EXX ;; 0259 0E06 00142 LD C,6 ;Sectors/gran ;; 025B CDB102 00143 CALL GETEXT ;Pick up extent 1 ;; 025E D9 00144 EXX ;; 00145 ; ;; 025F CD6802 00146 CALL LOAD ;Read in SYSRES ;; 0262 3EFB 00147 LD A,0FBH ;EI instruction ;; 0264 32950F 00148 LD (DISKEI),A ; stuffed into FDCDVR ;; 0267 E9 00149 JP (HL) ;Continue system init ;; 00150 ; aloader: START_PATCH 2020, 264h jp 5F00h END_PATCH 2020 START_PATCH 2021, 5F00h ld (0f95h),a push hl ld hl,asys0sys call patch pop hl jp (hl) END_PATCH 2021 LAST_PATCH ;*=*=* ; LDOS 6.3.1 SYS0/SYS patch ;*=*=* asys0sys: ;; 1e18 af xor a ;; 1e19 21 81 03 ld hl,0381h ;; 1e1c 2d dec l ;; 1e1d 77 ld (hl),a ;; 1e1e 20 fc jr nz,1e1ch ;; 1e20 ed 56 im 1 ;; 1e22 31 80 03 ld sp,0380h ;; 1e25 af xor a START_PATCH 2010, 1e22h nop nop nop END_PATCH 2010 ;; 1e73 3a 9d 43 ld a,(439dh) ;; 1e76 e6 03 and 03h ;; 1e78 47 ld b,a ;; 1e79 21 73 04 ld hl,0473h ;; 1e7c 7e ld a,(hl) ;; 1e7d e6 fc and fch ;; 1e7f b0 or b ;; 1e80 77 ld (hl),a ;; 1e81 db f1 in a,(f1h) ;; 1e83 32 75 04 ld (0475h),a ;; 1e86 11 08 02 ld de,0208h START_PATCH 2011, 1e73h jp 1e86h END_PATCH 2011 ;; 1fde cd d7 1f call 1fd7h ;; 1fe1 cb 67 bit 4,a ;; 1fe3 e5 push hl ;; 1fe4 21 08 1b ld hl,1b08h ;; 1fe7 e3 ex (sp),hl ;; 1fe8 c2 a0 19 jp nz,19a0h ;; 1feb d1 pop de ;; 1fec 2f cpl ;; 1fed e6 01 and 01h START_PATCH 2012, 1fe8h nop nop nop END_PATCH 2012 ;; 2024 01 50 00 ld bc,0050h ;; 2027 d9 exx ;; 2028 e6 82 and 82h ;; 202a c0 ret nz ;; 202b 21 00 15 ld hl,1500h ;; 202e 06 03 ld b,03h START_PATCH 2013, 202ah nop END_PATCH 2013 ;; 2056 21 7c 00 ld hl,007ch ;; 2059 cb a6 res 4,(hl) ;; 205b 20 0c jr nz,2069h ;; 205d 21 76 00 ld hl,0076h ;; 2060 7e ld a,(hl) START_PATCH 2014, 205bh jr 205bh END_PATCH 2014 LAST_PATCH ================================================ FILE: frehd/z80/frehd_rom/ldos631.asm ================================================ LISTING ON NEWPAGE ;*=*=* ; LDOS 6.3.1 FreHD patch ; ; This patch is applied automatically when FreHD loads LDOS 6.3.1. ; The patching occurs in 3 phases : ; 1- frehd.rom loads the boot sector at adress 4300h. This area is patched ; first. The boot sector code will load 16 sectors at address 200h, and ; this area also needs to be patched, so a call to the 'patch' routine ; is installed. ; 2- The 2nd patch is applied. It intercepts the call to the entry address ; of SYS0/SYS which is loaded by the code at 200h. The final patch is ; installed ;*=*=* ;*=*=* ; LDOS 6.3.1 BOOT/SYS patch ;*=*=* ldos631: ;; 4300 00 nop START_PATCH 4302h db 65h ;; 4301 fe 65 cp 65h ;# directory track location END_PATCH ;; 4303 f3 di ;; 4304 3e 86 ld a,86h ; 80 col, mode 2 ;; 4306 d3 84 out (84h),a ;; 4308 32 78 00 ld (0078h),a ; remember this mode ;; 430b 21 00 f8 ld hl,f800h ; clear video ram ;; 430e 11 01 f8 ld de,f801h ;; 4311 01 7f 07 ld bc,077fh ;; 4314 36 20 ld (hl),20h ;; 4316 ed b0 ldir ;; 4318 21 cd 43 ld hl,43cdh ; set NMI vector ;; 431b 22 67 00 ld (0067h),hl ;; 431e 3e c3 ld a,c3h ;; 4320 32 66 00 ld (0066h),a ;; 4323 3e c9 ld a,c9h ; stuff return for ints ;; 4325 32 38 00 ld (0038h),a ;; ;; ;; read the first 16 sectors of track 0 ;; ;; 4328 21 00 02 ld hl,0200h ; ptr to page 2 ;; 432b 55 ld d,l ; init to track 0, sec 0 ;; 432c 5d ld e,l ;; 432d cd 77 43 call 4377h ; read a sector ;; 4330 24 inc h ; bump to next page ;; 4331 1c inc e ; bump to next sector ;; 4332 3e 10 ld a,10h ;; 4334 bb cp e ; loop if more ;; 4335 20 f6 jr nz,432dh ;; 4337 cd dd 02 call 02ddh ; init the CRTC ;; ;; ;; set up to load SYSRES ;; ;; 433a 3a 02 43 ld a,(4302h) ; pick up DIR cylinder ;; 433d 32 79 04 ld (0479h),a ; update dct to show dir ;; 4340 57 ld d,a ; set starting track START_PATCH 4341h jr + - push hl ld hl,43a0h ld de,0471h ; DCT0+1 jp patch_loader_631 nop nop + ;; 4341 1e 00 ld e,00h ;; 4343 cd 74 43 call 4374h ;; 4346 3a cd 12 ld a,(12cdh) ;; 4349 e6 20 and 20h ;; 434b 21 74 04 ld hl,0474h ;; 434e b6 or (hl) ;; 434f 77 ld (hl),a END_PATCH ;; 4350 1e 04 ld e,04h ;; 4352 cd 74 43 call 4374h ;; 4355 3a 00 12 ld a,(1200h) ;; 4358 e6 10 and 10h ;; 435a 28 2d jr z,4389h ;; 435c 21 1d 12 ld hl,121dh ;; 435f 11 f6 43 ld de,43f6h ;; 4362 01 08 00 ld bc,0008h ;; 4365 ed b8 lddr ;; 4367 d5 push de ;; 4368 dd e1 pop ix ;; 436a d9 exx ;; 436b 21 ff 12 ld hl,12ffh ;; 436e d9 exx START_PATCH 436fh ld hl,0238h ; entry in SYS0 jr - ;; 436f c3 38 02 jp 0238h ;; 4372 00 nop ;; 4373 00 nop END_PATCH ;; 4374 21 00 12 ld hl,1200h ;; ;; ;; routine to read a sector ;; ;; 4374 21 00 12 ld hl,1200h ; set buffer ;; 4377 06 05 ld b,05h ; init retry counter ;; 4379 c5 push bc ; save counter ;; 437a e5 push hl ; save for retries START_PATCH 437bh call read_631 pop hl pop bc nop nop ;; 437b cd 96 43 call 4396h ;; 437e e1 pop hl ;; 437f c1 pop bc ;; 4380 e6 1c and 1ch END_PATCH ;; 4382 c8 ret z ;; 4383 10 f4 djnz 4379h ; loop for retry ;; ;; 4385 21 e0 43 ld hl,43e0h ; "disk error" ;; 4388 dd ; [trick to hide next instruction] ;; 4389 21 ea 43 ld hl,43eah ; "no system" ;; 438c 01 0a 00 ld bc,000ah ;; 438f 11 93 fb ld de,fb93h ; middle of screen ;; 4392 ed b0 ldir ;; 4394 18 fe jr 4394h ; wait for RESET ;; 4396 01 f4 81 ld bc,81f4h ; Set DDEN,DS1,d.s.port ;; 4399 ed 41 out (c),b ; Select it ;; 439b 0d dec c ; Point C to data register ;; 439c 3e 18 ld a,18h ; Seek command (6 msec) START_PATCH 439eh nop jp + db 0ch, 90h, 00h, 0cah, 1fh, 0e3h ; zz zz zz zz zz zz + ld a,09h sub b jr nz,+ di call read_631 ei ld a,05h ret nz ld a,(0479h) sub d ld a,06h jr z,++ + xor a + and a ret read_631 push hl push de ld c,e ld e,d ld d,00h ld a,c ld b,0ch ld a,02h call hd_read_sector pop de pop hl ret patch_loader_631 ld bc,0008h ; continue from above ldir ld hl,loader_631 call patch ret nop nop nop END_PATCH ;; 439e ed 51 out (c),d ; Set desired track ;; 43a0 cd d9 43 call 43d9h ; Pass command and delay ;; 43a3 db f0 in a,(f0h) ; Get status ;; 43a5 cb 47 bit 0,a ; Busy ? ;; 43a7 20 fa jr nz,43a3h ;; 43a9 7b ld a,e ; Set sector register ;; 43aa d3 f2 out (f2h),a ;; 43ac 3e 81 ld a,81h ; Set DDEN and DS1 ;; 43ae d3 f4 out (f4h),a ;; 43b0 d5 push de ;; 43b1 11 02 c1 ld de,c102h ; D=DS1 + DDEN + W.S.Gen ;; 43b4 3e 80 ld a,80h ; FDC READ command ;; 43b6 cd d9 43 call 43d9h ; Pass to ctrlr & set B=0 ;; 43b9 3e c0 ld a,c0h ; Enable INTRQ & timeout ;; 43bb d3 e4 out (e4h),a ;; 43bd db f0 in a,(f0h) ; Grab status ;; 43bf a3 and e ; test bit 1 ;; 43c0 28 fb jr z,43bdh ;; 43c2 ed a2 ini ;; 43c4 7a ld a,d ; Set DDEN & DS1 & WSGEN ;; 43c5 d3 f4 out (f4h),a ; Continue to select ;; 43c7 ed a2 ini ; while inputting ;; 43c9 20 fa jr nz,43c5h ;; 43cb 18 fe jr 43cbh ; Wait for NMI ;; 43cd d1 pop de ; Pop interrupt ret ;; 43ce d1 pop de ; restore DE ;; 43cf af xor a ; Disable INTRQ and timeout ;; 43d0 d3 e4 out (e4h),a ;; 43d2 3e 81 ld a,81h ; Reselect drive ;; 43d4 d3 f4 out (f4h),a ;; 43d6 db f0 in a,(f0h) ; Get status ;; 43d8 c9 ret ;; 43d9 d3 f0 out (f0h),a ; Give command to controller ;; 43db 06 18 ld b,18h ; Time delay ;; 43dd 10 fe djnz 43ddh ;; 43df c9 ret ;; 43e0 db 'Disk error' ;; 43ea db 'No system ' ;; 43f4 00 nop START_PATCH 43f5h ld (bc),a inc bc ex de,hl add hl,hl ex de,hl sub 20h ; ww ret c ld c,a inc de ret ;; 43f5 00 nop ;; 43f6 00 nop ;; 43f7 00 nop ;; 43f8 00 nop ;; 43f9 00 nop ;; 43fa 00 nop ;; 43fb 00 nop ;; 43fc 00 nop ;; 43fd 00 nop ;; 43fe 00 nop ;; 43ff 00 nop END_PATCH LAST_PATCH ;*=*=* ; Loader patch ;*=*=* ;; 00122 ; Boot loader routine read in by ROM, along with ;; 00123 ; the lowcore I/O drivers. ;; 00124 ; This section loads in SYSRES ;; 00125 ; ;; 0238 FD217004 00126 LBOOT LD IY,DCT$ ;Set IY for FDCDVR use ;; 023C FD7E09 00127 LD A,(IY+9) ;Directory track is ;; 023F FD7705 00128 LD (IY+5),A ; the current track ;; 0242 3E04 00129 LD A,4 ;; 0244 327B00 00130 LD (FLGTAB$+'R'-'A'),A ;Set retries ;; 0247 3EC9 00131 LD A,0C9H ;; 0249 320E00 00132 LD (FDDINT$),A ;Return for disk driver ;; 024C 3E12 00133 LD A,18 ;5" sectors/track, dden ;; 024E FDCB046E 00134 BIT 5,(IY+4) ;Double sided? ;; 0252 2801 00135 JR Z,NOTDBL ;; 0254 87 00136 ADD A,A ;Adjust to 36 sect/cyl ;; 0255 32A502 00137 NOTDBL LD (SECTRK),A ;; 00138 ; ;; 00139 ; Set up for a fragmented file ;; 00140 ; ;; 0258 D9 00141 EXX ;; 0259 0E06 00142 LD C,6 ;Sectors/gran ;; 025B CDB102 00143 CALL GETEXT ;Pick up extent 1 ;; 025E D9 00144 EXX ;; 00145 ; ;; 025F CD6802 00146 CALL LOAD ;Read in SYSRES ;; 0262 3EFB 00147 LD A,0FBH ;EI instruction ;; 0264 32950F 00148 LD (DISKEI),A ; stuffed into FDCDVR ;; 0267 E9 00149 JP (HL) ;Continue system init ;; 00150 ; loader_631: START_PATCH 24Ch ld a,20h ; xx: sector per logical cylinder nop nop nop nop nop nop nop ld (02a5h),a exx ld c,10h ; yy: sector per granule END_PATCH START_PATCH 29eh call read_631 END_PATCH START_PATCH 264h jp 5FF0h END_PATCH START_PATCH 5FF0h ld (0f95h),a push hl ld hl,sys0sys_631 call patch pop hl jp (hl) END_PATCH LAST_PATCH ;*=*=* ; LDOS 6.3.1 SYS0/SYS patch ;*=*=* sys0sys_631: ;; 1E00 02548 ORG 1E00H+START$ ;; 02549 ; ;; 1E00 F3 02550 DI ;; 1E01 21E90F 02551 LD HL,@RSTNMI ; Reset NMI vector to ;; 1E04 226700 02552 LD (@NMI+1),HL ; SYSRES's needs ;; 02553 ; ;; 02554 IF @PCERV ;; 02555 ; ;; 02556 ; Changes for Pete Cervasio's logo stuff - keep the code the same ;; 02557 ; as much as possible, even though a simpler bit of code would ;; 02558 ; work just as well... ;; 02559 ; ;; 1E07 211E04 02560 LD HL,PAKNAM$+14 ;Point to O/S revision info ;; 1E0A 11E0F8 02561 LD DE,VERROW*80+VERCOL+CRTBGN$ ;; 1E0D 010200 02562 LD BC,2 ; 2 chars to move ;; 1E10 EDB0 02563 LDIR ; Display the info... ;; 1E12 0E08 02564 LD C,8 ;; 1E14 13 02565 INC DE ;; 1E15 13 02566 INC DE ;; 1E16 0000 02567 DW 0 ; Take the space of the LDIR ;; 02568 ; ;; 02569 ELSE ;; 02570 ; ;; 02571 LD HL,PAKNAM$ ; Point to disk pack name ;; 02572 LD DE,PACKROW*80+PACKCOL+CRTBGN$ ;; 02573 LD BC,8 ;; 02574 LDIR ; Move pack name to screen ;; 02575 LD C,8 ; B already holds a 0 ;; 02576 INC DE ; Leave two spaces ;; 02577 INC DE ;; 02578 LDIR ; Move pack date to crt ;; 02579 ; ;; 02580 ENDIF ;; 02581 ; ;; 02582 ;---> 6.3.1 changes from version 6.2.0 in "The Source" ;; 02583 ; ;; 1E18 13 02584 INC DE ;; 1E19 13 02585 INC DE ; Leave two more spaces ;; 1E1A 0E12 02586 LD C,18 ; 18 characters ;; 1E1C 218521 02587 LD HL,M2185 ; Point to message area ;; 1E1F 00 02588 M1E1F NOP ; 6.3.0 LDIR to put the ;; 1E20 00 02589 NOP ; serial # up on screen ;; 02590 ; ;; 02591 ;<--- end of 6.3.1 changes ;; 02592 ; ;; 02593 ; Initialization routines ;; 02594 ; ;; 1E21 AF 02595 XOR A ;Clear out stack area ;; 1E22 218103 02596 LD HL,STACK$+1 ;Start STACK+1 ;; 1E25 2D 02597 CLRLOOP DEC L ;Move down a byte ;; 1E26 77 02598 LD (HL),A ;Now loop and fill ;; 1E27 20FC 02599 JR NZ,CLRLOOP ; with zero bytes ;; 02600 ; ;; 1E29 ED56 02601 IM 1 ;Set the interrupt mode START_PATCH 1e2bh nop nop nop ;; 1E2B 318003 02602 LD SP,STACK$ ;Set the stack area END_PATCH ;; 1E2E AF 02603 XOR A ;; 1E2F 320202 02604 LD (LBANK$),A ;Set logical bank # ;; 1E32 D3E4 02605 OUT (0E4H),A ;Disable INTRQ & DRQ ;; 02606 ; ;; 1E34 213802 02607 LD HL,S1DCB$ ;; 1E37 77 02608 ZERDCB LD (HL),A ;Zero spare DCB area ;; 1E38 2C 02609 INC L ;; 1E39 20FC 02610 JR NZ,ZERDCB ;; 02611 ; ;; 1E3B 3A7600 02612 LD A,(MODOUT$) ;Set high speed ;; 1E3E D3EC 02613 OUT (0ECH),A ; and external BUS ;; 1E40 3A8000 02614 LD A,(WRINT$) ;; 1E43 D3E0 02615 OUT (0E0H),A ;Enable RTC interrupts ;; 1E45 3A7800 02616 LD A,(OPREG$) ;Set memory configuration ;; 1E48 47 02617 LD B,A ;; 1E49 3EA7 02618 LD A,0A7H ;Value for AUX/RAM ;; 1E4B 0E84 02619 LD C,@OPREG ;Set memory mgt port ;; 1E4D ED41 02620 OUT (C),B ;Bring up regular RAM ;; 1E4F 21FFFF 02621 LD HL,-1 ;Check for extended RAM ;; 1E52 220E04 02622 LD (HIGH$),HL ;; 1E55 221C00 02623 LD (PHIGH$),HL ;; 02624 ; ;; 02625 ; Check the banks ;; 02626 ; ;; 1E58 56 02627 LD D,(HL) ;Save what's in RAM ;; 1E59 3655 02628 LD (HL),55H ;Stuff in regular RAM ;; 1E5B ED79 02629 OUT (C),A ;Switch in alt RAM ;; 1E5D 5E 02630 LD E,(HL) ;Save the byte there, too ;; 1E5E 77 02631 LD (HL),A ;Stuff alt RAM ;; 1E5F ED41 02632 OUT (C),B ;Back to reg RAM ;; 1E61 BE 02633 CP (HL) ;What's there now? ;; 1E62 72 02634 LD (HL),D ;Put reg RAM byte back ;; 1E63 ED79 02635 OUT (C),A ;Back to alt RAM ;; 1E65 73 02636 LD (HL),E ;Restore original byte ;; 1E66 ED41 02637 OUT (C),B ;Back to reg RAM ;; 1E68 3EFE 02638 LD A,0FEH ;Init BAR$ for bank 0 ;; 1E6A 2802 02639 JR Z,MZMZ01 ;Bypass if only 64k ;; 1E6C 3EF8 02640 LD A,0F8H ;Init BAR$ for bank 0-2 ;; 1E6E 320102 02641 MZMZ01 LD (BAR$),A ;Load bank available ram ;; 1E71 320002 02642 LD (BUR$),A ;Load bank used ram ;; 1E74 3A6F00 02643 LD A,(FEMSK$) ;Get port FEh mask ;; 1E77 D3FE 02644 OUT (0FEH),A ; and set it ;; 1E79 00 02645 DC 3,0 ;Space for a jump or call ;; 00 00 ;; 02646 ; ;; 02647 ; Update DCT$ info for SYSTEM drive ;; 02648 ; START_PATCH 1e7ch nop nop nop nop nop nop nop nop nop nop nop ld a,0d0h out (0f0h),a ld b,80h djnz 1e8dh ;; 1E7C 3A9D43 02649 LD A,(BOOTST$) ;Get boot step rate ;; 1E7F E603 02650 AND 3 ;Strip all but it ;; 1E81 47 02651 LD B,A ;Save temporarily ;; 1E82 217304 02652 LD HL,DCT$+3 ;Point to DCT step ;; 1E85 7E 02653 LD A,(HL) ;Get DCT step ;; 1E86 E6FC 02654 AND 0FCH ;Strip step rate ;; 1E88 B0 02655 OR B ;Merge boot step ;; 1E89 77 02656 LD (HL),A ;Update DCT ;; 1E8A DBF1 02657 IN A,(TRKREG) ;Update DCT with current ;; 1E8C 327504 02658 LD (DCT$+5),A ; track position of head END_PATCH ;; 02659 ; ;; 1E8F 110802 02660 LD DE,KIDCB$ ;Flush type ahead, init ptrs ;; 1E92 3E03 02661 LD A,3 ;; 1E94 CD2306 02662 CALL @CTL ;; 1E97 FB 02663 EI ;Interrupts on ;; 02664 ; ;; 02665 ; Get CONFIG status & set ZERO byte ;; 02666 ; ;; 1E98 210104 02667 LD HL,ZERO$ ;; 1E9B 7E 02668 LD A,(HL) ;Set to NOP if SYSGENed ;; 1E9C 3600 02669 LD (HL),0 ;Make always zero byte ;; 1E9E F5 02670 PUSH AF ;Save SYSGEN flag ;; 02671 ; ;; 02672 ; Check if date prompt is to be suppressed ;; 02673 ; ;; 1E9F 3AC204 02674 LD A,(DTPMT$) ;No prompt for DATE? ;; 1EA2 B7 02675 OR A ;; 02676 ; ;; 02677 ; Check on currency of date ;; 02678 ; ;; 1EA3 213300 02679 LD HL,DATE$ ;Point to year ;; 1EA6 4E 02680 LD C,(HL) ;Save in reg C ;; 1EA7 3600 02681 LD (HL),0 ; while resetting to zero ;; 1EA9 23 02682 INC HL ;Bump to day ;; 1EAA 46 02683 LD B,(HL) ; and save in reg B ;; 1EAB 3600 02684 LD (HL),0 ; while resetting to zero ;; 1EAD 23 02685 INC HL ;Bump to month ;; 1EAE 7E 02686 LD A,(HL) ;Save month to A ;; 1EAF 3600 02687 LD (HL),0 ; while resetting to zero ;; 1EB1 C2AD1F 02688 JP NZ,TIMIN ;Check time if DATE=OFF ;; 1EB4 2EFF 02689 LD L,CFGFCB$+31&0FFH ; Reset pointer ;; 02690 ; ;; 02691 IF @INTL ;; 02692 LD (HL),B ;Stuff day ;; 02693 DEC HL ;; 02694 LD (HL),A ;Stuff month ;; 02695 ELSE ;; 1EB6 77 02696 LD (HL),A ;Stuff month ;; 1EB7 2B 02697 DEC HL ;; 1EB8 70 02698 LD (HL),B ;Stuff day ;; 02699 ENDIF ;; 02700 ; ;; 1EB9 2B 02701 DEC HL ;; 1EBA 71 02702 LD (HL),C ;Stuff year ;; 1EBB EB 02703 EX DE,HL ;Point DE to CFGFCB$+29 ;; 1EBC 3D 02704 DEC A ;Check for month range <1-12> ;; 1EBD FE0C 02705 CP 12 ;Okay if 0-11 now ;; 1EBF 380E 02706 JR C,DATIN1 ;; 02707 ; ;; 1EC1 210005 02708 DATIN LD HL,DATEROW<8!DATECOL ;Set video row, col ;; 1EC4 115C21 02709 LD DE,DATEPR ;DATE? question ;; 1EC7 013008 02710 LD BC,8<+8!'0' ;Set buff len & char ;; 1ECA CDD620 02711 CALL GETPARM ;Get response ;; 1ECD 30F2 02712 JR NC,DATIN ;Jump on format error ;; 1ECF 1A 02713 DATIN1 LD A,(DE) ;Is year a leap year? ;; 02714 ;--> 6.3.1 changes start ;; 1ED0 FE0C 02715 CP 0CH ;; 1ED2 3003 02716 JR NC,DATIN2 ;; 1ED4 C664 02717 ADD A,100 ;; 1ED6 12 02718 LD (DE),A ;; 02719 ;<-- 6.3.1 changes done ;; 1ED7 4F 02720 DATIN2 LD C,A ;Save year for later ;; 1ED8 D650 02721 SUB 80 ;Reduce for range test ;; 1EDA FE20 02722 CP 20H ; Check year range (6.2 was 8) ;; 1EDC 30E3 02723 JR NC,DATIN ;; 1EDE E603 02724 AND 3 ;; 1EE0 3E1C 02725 LD A,28 ;Init February ;; 1EE2 2006 02726 JR NZ,NOTLEAP ;; 1EE4 213700 02727 LD HL,DATE$+3+1 ;Set leap flag ;; 1EE7 CBFE 02728 SET 7,(HL) ;; 1EE9 3C 02729 INC A ;Feb to 29 days ;; 1EEA 210304 02730 NOTLEAP LD HL,MAXDAY$+2 ;Set Feb max day # ;; 1EED 77 02731 LD (HL),A ;; 02732 ; ;; 02733 IF @INTL ;; 02734 NOP ;Keep same length ;; 02735 ELSE ;; 1EEE 13 02736 INC DE ;Bump to day ;; 02737 ENDIF ;; 1EEF 13 02738 INC DE ;Bump to month & get it ;; 1EF0 1A 02739 LD A,(DE) ;; 1EF1 47 02740 LD B,A ;Save ;; 1EF2 3D 02741 DEC A ;; 1EF3 FE0C 02742 CP 12 ;Range check ;; 1EF5 30CA 02743 JR NC,DATIN ;Go if error ;; 1EF7 2B 02744 DEC HL ;Point to Jan entry ;; 1EF8 85 02745 ADD A,L ;Index the month ;; 1EF9 6F 02746 LD L,A ;; 02747 ; ;; 02748 IF @INTL ;; 02749 INC DE ;Point to day ;; 02750 ELSE ;; 1EFA 1B 02751 DEC DE ;Point to day ;; 02752 ENDIF ;; 02753 ; ;; 1EFB 1A 02754 LD A,(DE) ;Get day entry ;; 1EFC 3D 02755 DEC A ;Reduce for test (0->FF) ;; 1EFD BE 02756 CP (HL) ;; 1EFE 30C1 02757 JR NC,DATIN ;Go if too large (or 0) ;; 02758 ; ;; 02759 ; Range checks okay - move into DATE$ ;; 02760 ; ;; 1F00 213500 02761 LD HL,DATE$+2 ;; 1F03 3C 02762 INC A ;Compensate for DEC A ;; 1F04 70 02763 LD (HL),B ;Stuff month ;; 1F05 2D 02764 DEC L ;; 1F06 77 02765 LD (HL),A ;Stuff day ;; 1F07 2D 02766 DEC L ;; 1F08 71 02767 LD (HL),C ;Stuff year ;; 02768 ; ;; 02769 ; Date is in DATE$ - display it ;; 02770 ; ;; 1F09 79 02771 LD A,C ;Get year ;; 1F0A F5 02772 PUSH AF ; and save it ;; 1F0B E603 02773 AND 3 ;Check on leap year ;; 1F0D 210304 02774 LD HL,MAXDAY$+2 ;Init & adj Feb as ;; 1F10 361C 02775 LD (HL),28 ; required ;; 1F12 2001 02776 JR NZ,$+3 ;; 1F14 34 02777 INC (HL) ;Bump to 29 ;; 1F15 3A3500 02778 LD A,(DATE$+2) ;Get month and xfer ;; 1F18 47 02779 LD B,A ; it to B ;; 1F19 3A3400 02780 LD A,(DATE$+1) ;Get day of month ;; 02781 ; ;; 02782 ; Compute day of year and day of week ;; 02783 ; ;; 1F1C 6F 02784 LD L,A ;Start off with days ;; 1F1D 2600 02785 LD H,0 ; in this month ;; 1F1F 110104 02786 LD DE,MAXDAY$ ;; 1F22 1A 02787 DAYLP LD A,(DE) ;; 1F23 85 02788 ADD A,L ;8 bit add to 16 bit ;; 1F24 6F 02789 LD L,A ;; 1F25 8C 02790 ADC A,H ;Add high order & carry ;; 1F26 95 02791 SUB L ;Subtract off low order ;; 1F27 67 02792 LD H,A ;Update high order ;; 1F28 13 02793 INC DE ;; 1F29 10F7 02794 DJNZ DAYLP ;; 1F2B EB 02795 EX DE,HL ;Move day of year to DE ;; 1F2C 213600 02796 LD HL,DATE$+3 ;Store it ;; 1F2F 73 02797 LD (HL),E ;; 1F30 23 02798 INC HL ;; 1F31 7A 02799 LD A,D ;Get bit "8" ;; 1F32 B6 02800 OR (HL) ; and OR it in ;; 1F33 77 02801 LD (HL),A ;Then put it back ;; 1F34 EB 02802 EX DE,HL ;Get DOY back in HL ;; 1F35 F1 02803 POP AF ;Pop the year and mask ;; 1F36 D650 02804 SUB 80 ;Compute DOW offset (6.2 was AND 7) ;; 1F38 5F 02805 LD E,A ;; 1F39 C603 02806 ADD A,3 ;; 1F3B 0F 02807 RRCA ;; 1F3C 0F 02808 RRCA ;; 1F3D E60F 02809 AND 0FH ; 6.3.1 change - 6.2 was 03H ;; 1F3F 83 02810 ADD A,E ;; 1F40 5F 02811 LD E,A ;And add it in ;; 1F41 1600 02812 LD D,0 ;Add into HL ;; 1F43 19 02813 ADD HL,DE ;; 1F44 23 02814 INC HL ;Start in right place ;; 02815 ;--> 6.3.1 changes ;; 1F45 3E07 02816 LD A,7 ;; 1F47 CDE306 02817 CALL @DIV16 ;Divide by 7 ;; 1F4A 3C 02818 INC A ;; 02819 ;<-- 6.3.1 changes ;; 1F4B 47 02820 LD B,A ;Save in reg B ;; 1F4C 07 02821 RLCA ;Shift to bits 1-3 ;; 1F4D 4F 02822 LD C,A ;Save temporarily ;; 1F4E 213700 02823 LD HL,DATE$+3+1 ;; 1F51 7E 02824 LD A,(HL) ;Pack into field ;; 1F52 E6F1 02825 AND 0F1H ;; 1F54 B1 02826 OR C ;; 1F55 77 02827 LD (HL),A ;; 1F56 C5 02828 PUSH BC ;; 1F57 210005 02829 LD HL,DATEROW<8!DATECOL ;Video row/col ;; 1F5A 0603 02830 LD B,3 ;Position cursor ;; 1F5C CD990B 02831 CALL @VDCTL ;; 1F5F C1 02832 POP BC ;; 1F60 21C704 02833 LD HL,DAYTBL$ ;; 1F63 CD3C21 02834 CALL DSPMDY ;Write out the DAY ;; 1F66 3E2C 02835 LD A,',' ;; 1F68 CD4206 02836 CALL @DSP ;; 1F6B 3E20 02837 LD A,' ' ;; 1F6D CD4206 02838 CALL @DSP ;; 1F70 3A3500 02839 LD A,(DATE$+2) ;Get month number ;; 1F73 47 02840 LD B,A ;; 1F74 2EDC 02841 LD L,MONTBL$&0FFH ;Set HL to month table ;; 02842 ; ;; 02843 ; Another custom mod - month displayed slightly differently ;; 02844 ; when @PCERV is enabled. ;; 02845 ; ;; 02846 IF @PCERV ;; 1F76 CD3C21 02847 CALL DSPMDY ;Add in the spaces if @PCERV ;; 02848 ELSE ;; 02849 CALL DSPMON ;Write out the month name ;; 02850 ENDIF ;; 02851 ; ;; 1F79 3E20 02852 LD A,' ' ;Space after the name ;; 1F7B CD4206 02853 CALL @DSP ;; 1F7E 3A3400 02854 LD A,(DATE$+1) ;Get day ;; 1F81 05 02855 DEC B ;From 0 to X'FF' ;; 1F82 04 02856 DIV10 INC B ;Divide by 10 ;; 1F83 D60A 02857 SUB 10 ; with quotient in B ;; 1F85 30FB 02858 JR NC,DIV10 ;; 1F87 F5 02859 PUSH AF ;Save remainder (-10) ;; 1F88 78 02860 LD A,B ;Get quotient ;; 1F89 C630 02861 ADD A,'0' ;Change to ASCII ;; 1F8B FE30 02862 CP '0' ;Zero? ;; 1F8D C44206 02863 CALL NZ,@DSP ;Display if not ;; 1F90 F1 02864 POP AF ;Get back remainder ;; 1F91 C63A 02865 ADD A,'0'+10 ;Change to ASCII ;; 1F93 CD4206 02866 CALL @DSP ;Display it ;; 02867 ;--> 6.3.1 changes ;; 1F96 3A3300 02868 LD A,(DATE$) ;Get year digits (97?) ;; 1F99 216C07 02869 LD HL,1900 ;Init to 1900 ;; 1F9C 85 02870 ADD A,L ;Add in base year low ;; 1F9D 6F 02871 LD L,A ;Save back in L ;; 1F9E 8C 02872 ADC A,H ;Add in high byte of year ;; 1F9F 95 02873 SUB L ;Drop extra ;; 1FA0 67 02874 LD H,A ;And put in H ;; 1FA1 115521 02875 LD DE,PARTYR+1 ;Buffer area ;; 1FA4 CDF606 02876 CALL @HEXDEC ;Convert to decimal ;; 1FA7 215421 02877 LD HL,PARTYR ;Point to buffer ;; 1FAA CD2D05 02878 CALL @DSPLY ;And display it. ;; 02879 ;<-- 6.3.1 changes ;; 02880 ; ;; 02881 ; Prompt for time ;; 02882 ; ;; 1FAD 3AC304 02883 TIMIN LD A,(TMPMT$) ;Prompt for time? ;; 1FB0 B7 02884 OR A ;; 1FB1 2037 02885 JR NZ,M1FEA ;Skip if not ;; 02886 ;--> 6.3.1 changes ;; 1FB3 0603 02887 TIMIN0 LD B,3 ;3 bytes to change ;; 1FB5 21FF00 02888 LD HL,00FFH ;Top of first RAM page ;; 1FB8 3600 02889 M1FB8 LD (HL),0 ;Clear those bytes out ;; 1FBA 2B 02890 DEC HL ;; 1FBB 10FB 02891 DJNZ M1FB8 ;; 1FBD 3EFF 02892 LD A,0FFH ;Set byte in code for ;; 1FBF 32EF20 02893 LD (M20EE+1),A ; comparison ;; 02894 ;<-- 6.3.1 changes ;; 1FC2 210006 02895 LD HL,TIMEROW<8!TIMECOL ;Row/col set ;; 1FC5 116E21 02896 LD DE,TIMEPR ;Prompt message ;; 1FC8 013008 02897 LD BC,8<+8!'0' ;Len and separ char ;; 1FCB CDD620 02898 CALL GETPARM ;; 1FCE 30E3 02899 JR NC,TIMIN0 ;Loop on format error ;; 1FD0 21FF00 02900 LD HL,CFGFCB$+31 ;; 1FD3 3E17 02901 LD A,23 ;Max hour value ;; 1FD5 BE 02902 CP (HL) ;Test hour range ;; 1FD6 38DB 02903 JR C,TIMIN0 ;; 1FD8 2B 02904 DEC HL ;; 1FD9 3E3B 02905 LD A,59 ;Max minute value ;; 1FDB BE 02906 CP (HL) ;Test minutes ;; 1FDC 38D5 02907 JR C,TIMIN0 ;; 1FDE 2B 02908 DEC HL ;; 1FDF BE 02909 CP (HL) ;Test seconds ;; 1FE0 38D1 02910 JR C,TIMIN0 ;; 1FE2 112D00 02911 LD DE,TIME$ ;Move time value ;; 1FE5 010300 02912 LD BC,3 ; into the TIME$ field ;; 1FE8 EDB0 02913 LDIR ;; 02914 ;--> 6.3.1 changes ;; 1FEA 0680 02915 M1FEA LD B,80H ;Add a short pause ;; 1FEC CD8203 02916 CALL @PAUSE ;; 02917 ;<-- 6.3.1 changes ;; 02918 ; ;; 02919 ; Check on any auto command ;; 02920 ; ;; 1FEF 212004 02921 SELDCT LD HL,INBUF$ ;; 1FF2 7E 02922 LD A,(HL) ;Get 1st byte of AUTO ;; 1FF3 FE2A 02923 CP '*' ;Unbreakable AUTO command? ;; 1FF5 200F 02924 JR NZ,CKDCR ;; 1FF7 23 02925 INC HL ;; 1FF8 3EE6 02926 LD A,0E6H ;Set break bit in flag by ;; 1FFA 328220 02927 LD (STUB1+1),A ; changing RES 4,(SFLAG$) ;; 02928 ; to SET 4,(SFLAG$) ;; 1FFD 181A 02929 JR AUTO? ;; 1FFF CD1708 02930 GETKB17 CALL ENADIS_DO_RAM ;; 2002 3A41F4 02931 LD A,(KB1!KB7) ;Scan rows 1 and 7 ;; 2005 C9 02932 RET ;; 2006 CDFF1F 02933 CKDCR CALL GETKB17 ;Strobe keyboard ;; 2009 CB67 02934 BIT 4,A ;Is 'D' pressed ;; 200B E5 02935 PUSH HL ;Save auto command pointer ;; 200C 21081B 02936 LD HL,@ABORT ;Get abort address ;; 200F E3 02937 EX (SP),HL ;Swap them around START_PATCH 2010h nop nop nop ;; 2010 C2A019 02938 JP NZ,@DEBUG ;DEBUG on END_PATCH ;; 2013 D1 02939 POP DE ;Stack integrity ;; 2014 2F 02940 CPL ;; 2015 E601 02941 AND 1 ;No auto if ;; 2017 2803 02942 JR Z,NOAUT1 ;; 2019 7E 02943 AUTO? LD A,(HL) ;Any auto command? ;; 201A FE0D 02944 CP CR ;None if equal ;; 201C D1 02945 NOAUT1 POP DE ;Get back SYSGEN flag ;; 201D 7A 02946 LD A,D ; and move to reg A ;; 201E 110B1B 02947 LD DE,@EXIT ;Where to go after boot ;; 2021 010000 02948 LD BC,0 ;Init BC(HL)=0 for @EXIT ;; 2024 280F 02949 JR Z,NOAUT ;Go if no AUTO ;; 2026 E5 02950 PUSH HL ;Save buffer pointer ;; 2027 21AC20 02951 LD HL,CURSET ;Point to cursor setting ;; 202A 34 02952 INC (HL) ;Bump it down a line ;; 202B E1 02953 POP HL ;Recover INBUF$ pointer ;; 202C 117E19 02954 LD DE,@CMNDI ;Low order of @CMNDI ;; 202F D5 02955 PUSH DE ;Save on stack for return ;; 2030 44 02956 LD B,H ;Put INBUF$ on stack ;; 2031 4D 02957 LD C,L ; for @CMNDI ;; 2032 112D05 02958 LD DE,@DSPLY ;But do this first ;; 2035 D5 02959 NOAUT PUSH DE ;Put on stack for RET ;; 2036 C5 02960 PUSH BC ;Either INBUF$ or 0 ;; 2037 217E20 02961 LD HL,STUB ;; 203A 115043 02962 LD DE,MOD3BUF+80 ;Must move out of way ;; 203D 015800 02963 LD BC,STUBLEN ; amout to move ;; 2040 D5 02964 PUSH DE ;Add RET vector to stack ;; 2041 EDB0 02965 LDIR ;Move stub up ;; 2043 CD7420 02966 CALL GETKB67 ;; 2046 117004 02967 LD DE,DCT$ ;Set up to move DCTs ;; 2049 210043 02968 LD HL,MOD3BUF ; from configed area ;; 204C 015000 02969 LD BC,80 ;Count for DCTs (10*8) ;; 204F D9 02970 EXX ;Keep in alternate set ;; 2050 E682 02971 AND 82H ;Load config if zero START_PATCH 2052h nop ;; 2052 C0 02972 RET NZ ;No config > go back END_PATCH ;; 2053 210008 02973 LD HL,SYSGROW<8 ;Position the cursor ;; 2056 0603 02974 LD B,3 ;; 2058 CD990B 02975 CALL @VDCTL ;; 205B 216720 02976 LD HL,CONFIG$ ;Show sysgen message ;; 205E CD2D05 02977 CALL @DSPLY ;; 2061 11E000 02978 LD DE,CFGFCB$ ;Set up to load CONFIG/SYS ;; 2064 C3381B 02979 JP @LOAD ;; 02980 ; ;; 2067 2A 02981 CONFIG$ DB '** SYSGEN **',03 ;; 2A 20 53 59 53 47 45 4E ;; 20 2A 2A 03 ;; 02982 ; ;; 02983 ; ;; 02984 ; ;; 2074 2160F4 02985 GETKB67 LD HL,KB67 ;Check CLEAR key ;; 2077 4F 02986 LD C,A ;; 2078 CD1708 02987 CALL ENADIS_DO_RAM ;; 207B 79 02988 LD A,C ;; 207C B6 02989 OR (HL) ;Key down OR not SYSGENed ;; 207D C9 02990 RET ;; 02991 ; ;; 02992 ; Final initialization code ;; 02993 ; ;; 207E 217C00 02994 STUB LD HL,SFLAG$ ;; 2081 CBA6 02995 STUB1 RES 4,(HL) ;Test or set BREAK bit ;; 02996 ;Without changing Z/NZ START_PATCH 2083h jr nz,2083h ;; 2083 200C 02997 JR NZ,NOTSG ;Go if no SYSGEN found END_PATCH ;; 2085 217600 02998 LD HL,MODOUT$ ;Get pointer to port mask ;; 2088 7E 02999 LD A,(HL) ;Get mask byte ;; 2089 D3EC 03000 OUT (0ECH),A ;Speed it up ;; 208B D9 03001 EXX ;Set to move DCTs ;; 208C EDB0 03002 LDIR ;Move 'em ;; 208E CD8600 03003 CALL @ICNFG ;Init config ;; 03004 NOTSG ;; 2091 0E07 03005 LD C,7 ;; 03006 SETCYL0 ;; 2093 CD1E1A 03007 CALL @GTDCT ; Get drive's DCT ;; 2096 FDCB035E 03008 BIT 3,(IY+3) ; If hard drive, don't stuff FF ;; 209A 200B 03009 JR NZ,NOFF ; and don't restore ;; 209C FD3605FF 03010 LD (IY+5),0FFH ; Set in case no restore ;; 20A0 3AC404 03011 LD A,(RSTOR$) ; Restore drives at startup? ;; 20A3 B7 03012 OR A ;; 20A4 CCC819 03013 CALL Z,@RSTOR ; Restore drives 1-7 ;; 20A7 0D 03014 NOFF DEC C ; Next drive down ;; 20A8 20E9 03015 JR NZ,SETCYL0 ; Loop for # of drives ;; 20AA 210008 03016 LD HL,DINIROW<8 ; Where the cursor should wind up ;; 20AC 03017 CURSET EQU $-1 ;; 20AD 0603 03018 LD B,3 ;; 20AF CD990B 03019 CALL @VDCTL ; Set cursor position ;; 03020 ; ;; 03021 ; Detect Model 4 or 4P and adjust TFLAG$ ;; 03022 ; Look at "MODEL" at 4018h. If so, M4P ;; 03023 ; ;; 20B2 114D4F 03024 LD DE,'OM' ; Init DE to "MO" ;; 20B5 2A1840 03025 LD HL,(4018H) ; Get 4P rom "leftover" ;; 20B8 ED52 03026 SBC HL,DE ; Check if it's "MO" ;; 20BA 3E04 03027 LD A,4 ; Init to Model 4 Reg. ;; 20BC 2002 03028 JR NZ,MOD4REG ; and go if not ;; 20BE 3E05 03029 LD A,5 ; Change to Mod 4P ;; 20C0 327D00 03030 MOD4REG LD (TFLAG$),A ;; 03031 ; ;; 20C3 213800 03032 LD HL,@RST38 ; Point to RST vector and ;; 20C6 36C3 03033 LD (HL),0C3H ; activate task processor ;; 20C8 E1 03034 POP HL ; Pop INBUF$ ;; 20C9 C9 03035 RET ; To @CMD or @DSPLY,@CMNDI ;; 03036 ; ;; 20CA 00 03037 DC 12,0 ; Space for more code ;; 00 00 00 00 00 00 00 00 ;; 00 00 00 ;; 20D6 03038 STUBEND EQU $ ;; 0058 03039 STUBLEN EQU STUBEND-STUB ;; 03040 ; ;; 03041 ; Date and time prompting ;; 20D6 C5 03042 GETPARM PUSH BC ; Save separator char ;; 20D7 D5 03043 PUSH DE ; Save message pointer ;; 20D8 0603 03044 LD B,3 ;; 20DA CD990B 03045 CALL @VDCTL ; Set cursor position ;; 20DD E1 03046 POP HL ; Recover message pointer ;; 20DE CD2D05 03047 CALL @DSPLY ; and display it ;; 20E1 21001E 03048 LD HL,OVERLAY ; Input buffer location ;; 20E4 C1 03049 POP BC ; Get max length back ;; 20E5 C5 03050 PUSH BC ;; 20E6 CD8505 03051 CALL @KEYIN ; Get user entry ;; 20E9 AF 03052 XOR A ;; 20EA B0 03053 OR B ; Anything entered? ;; 20EB C1 03054 POP BC ;; 03055 ;---> 6.3.1 changes ;; 20EC 2006 03056 JR NZ,M20F4 ; Go if something entered ;; 20EE 3E00 03057 M20EE LD A,0 ; else set return ;; 20F0 B7 03058 OR A ; Z/NZ status ;; 20F1 C8 03059 RET Z ;; 20F2 37 03060 M20F2 SCF ; Set carry flag ;; 20F3 C9 03061 RET ; and return ;; 03062 ;<--- 6.3.1 changes ;; 20F4 C5 03063 M20F4 PUSH BC ;; 20F5 0640 03064 LD B,40H ;; 20F7 CD8203 03065 CALL @PAUSE ; To let finger off ;; 20FA C1 03066 POP BC ;; 03067 ; ;; 03068 ; Routine to parse DATE entry ;; 03069 ; ;; 20FB 11FF00 03070 PARSDAT LD DE,CFGFCB$+31 ;Point to buffer end ;; 20FE 0603 03071 LD B,3 ;Process 3 fields ;; 2100 D5 03072 PRSD1 PUSH DE ;Save pointer ;; 03073 ; ;; 03074 ; Routine to parse a digit pair ;; 03075 ; ;; 2101 CD3521 03076 CALL PRSD3 ;Get a digit ;; 2104 300F 03077 JR NC,PRSD2 ;Jump if bad digit ;; 2106 5F 03078 LD E,A ;Multiply by ten ;; 2107 07 03079 RLCA ;*2 ;; 2108 07 03080 RLCA ;*4 ;; 2109 83 03081 ADD A,E ;*5 ;; 210A 07 03082 RLCA ;*10 ;; 210B 5F 03083 LD E,A ;Save back in E ;; 210C CD3521 03084 CALL PRSD3 ;Get another digit ;; 210F 3004 03085 JR NC,PRSD2 ;Jump on bad digit ;; 2111 83 03086 ADD A,E ;Accumulate new digit ;; 2112 5F 03087 LD E,A ;Save 2-digit value ;; 2113 37 03088 SCF ;Show valid ;; 2114 7B 03089 LD A,E ;Xfer field value ;; 2115 D1 03090 PRSD2 POP DE ;Recover pointer ;; 2116 D0 03091 RET NC ;Ret if bad digit pair ;; 2117 12 03092 LD (DE),A ;Else stuff the value ;; 2118 05 03093 DEC B ;Loop countdown ;; 2119 37 03094 SCF ;; 211A C8 03095 RET Z ;Ret when through ;; 211B 1B 03096 DEC DE ;Backup the pointer ;; 211C 7E 03097 LD A,(HL) ;Ck for valid separator ;; 211D 23 03098 INC HL ;Bump pointer ;; 211E FE3A 03099 CP ':' ;Check for colon ;; 2120 28DE 03100 JR Z,PRSD1 ;Loop if match ;; 2122 B9 03101 CP C ;Separator char required ;; 2123 3014 03102 JR NC,PRSD4 ;Exit if bad char ;; 03103 ;---> 6.3.1 changes ;; 2125 FE0D 03104 CP 0DH ;Enter? ;; 2127 20D7 03105 JR NZ,PRSD1 ;Loop if not ;; 2129 78 03106 LD A,B ;Get char count ;; 212A 3D 03107 DEC A ;Decrement it ;; 212B 20D3 03108 JR NZ,PRSD1 ;Loop if not done ;; 212D 3AEF20 03109 LD A,(M20EE+1) ;Get value from code ;; 2130 B7 03110 OR A ;Is it zero? ;; 2131 28CD 03111 JR Z,PRSD1 ;Loop if it is ;; 2133 37 03112 SCF ;Else set carry ;; 2134 C9 03113 RET ; and return ;; 03114 ;<--- 6.3.1 changes ;; 2135 7E 03115 PRSD3 LD A,(HL) ;Get a digit ;; 2136 23 03116 INC HL ;; 2137 D630 03117 SUB 30H ;Convert to binary ;; 2139 FE0A 03118 PRSD4 CP 10 ;; 213B C9 03119 RET ;; 03120 ; ;; 03121 ; Routine to display month or day of week ;; 03122 ; ;; 213C E5 03123 DSPMDY PUSH HL ;Print 4 spaces ;; 213D 218021 03124 LD HL,SPACE4$ ;Point to string ;; 2140 CD2D05 03125 CALL @DSPLY ;; 2143 E1 03126 POP HL ;; 2144 05 03127 DSPMON DEC B ;Point to Bth entry ;; 2145 7D 03128 LD A,L ; in table ;; 2146 80 03129 ADD A,B ;Entries are 3 long ;; 2147 80 03130 ADD A,B ; so have to add B ;; 2148 80 03131 ADD A,B ; three times. ;; 2149 6F 03132 LD L,A ;; 214A 0603 03133 LD B,3 ;Print 3 chars ;; 214C 7E 03134 DSPM1 LD A,(HL) ;; 214D 23 03135 INC HL ;; 214E CD4206 03136 CALL @DSP ;; 2151 10F9 03137 DJNZ DSPM1 ;; 2153 C9 03138 RET ;; 2154 2C 03139 PARTYR DB ', 198 ',30,3 ;; 20 31 39 38 20 1E 03 ;; 03140 ; ;; 03141 IF @INTL ;; 03142 DATEPR DB 30,'Date DD/MM/YY ? ',3 ;; 03143 ELSE ;; 215C 1E 03144 DATEPR DB 30,'Date MM/DD/YY ? ',3 ;; 44 61 74 65 20 4D 4D 2F ;; 44 44 2F 59 59 20 3F 20 ;; 03 ;; 03145 ENDIF ;; 03146 ; ;; 216E 1E 03147 TIMEPR DB 30,'Time HH:MM:SS ? ',3 ;; 54 69 6D 65 20 48 48 3A ;; 4D 4D 3A 53 53 20 3F 20 ;; 03 ;; 2180 20 03148 SPACE4$ DB ' ',3,3 ;; 20 20 03 03 ;; 03149 ; ;; 03150 ; Under 6.3.0, this was the "Serial# xxxxxxxxxx' string ;; 03151 ; ;; 2185 00 03152 M2185 DC 21,0 ;Space for message, or ??? ;; 00 00 00 00 00 00 00 00 ;; 00 00 00 00 00 00 00 00 ;; 00 00 00 00 ;; 219A 00 03153 M2XXX DC 32,0 ;; 00 00 00 00 00 00 00 00 ;; 00 00 00 00 00 00 00 00 ;; 00 00 00 00 00 00 00 00 ;; 00 00 00 00 00 00 00 ;; 21BA 03157 *GET SOUND ;; 03158 ;**************************************************************** ;; 03159 ;* Filename: SOUND/ASM * ;; 03160 ;* Rev Date: 30 Nov 97 * ;; 03161 ;* Revision: 6.3.1 * ;; 03162 ;**************************************************************** ;; 03163 ;* Misc. lowcore routines * ;; 03164 ;* * ;; 03165 ;**************************************************************** ;; 03166 ; ;; 03167 ; Contains IPL, PAUSE, SOUND, and DECHEX routines ;; 03168 ; Will be loaded into lowcore area along with SYSRES ;; 03169 ; ;; 03170 *MOD ;; 0090 03171 SNDPORT EQU 90H ;; 0380 03172 ORG STACK$ ;; 0380 0000 03173 DW 00 ;Stack guard ;; 03174 ; ;; 03175 ; Pause routine ;; 03176 ; ;; 0382 C5 03177 @PAUSE PUSH BC ;Save the count ;; 03178 ; SRL B ;Adjust for wait states ;; 03179 ; RR C ;; 0383 3A7C00 03180 LD A,(SFLAG$) ;if system in FAST mode ;; 0386 CB5F 03181 BIT 3,A ; then double it ;; 0388 C48C03 03182 CALL NZ,CDLOOP ;Call if fast ;; 038B C1 03183 POP BC ;Restore the count ;; 038C 0B 03184 CDLOOP DEC BC ;Count down routine ;; 038D 78 03185 LD A,B ;; 038E B1 03186 OR C ;; 038F 20FB 03187 JR NZ,CDLOOP ;; 0391 C9 03188 RET ;; 03189 ; ;; 03190 ; @SOUND SVC 104 - Operates sound generator ;; 03191 ; B -> Sound function ;; 03192 ; Bits 0-2 = Note # (0=highest) ;; 03193 ; Bits 3-7 = Relative sound duration ;; 03194 ; All regs except A left unchanged ;; 03195 ; Z flag set on exit ;; 03196 ; Note that interrupts disabled during generation ;; 03197 ; ;; 0392 C5 03198 @SOUND PUSH BC ;Save registers ;; 0393 E5 03199 PUSH HL ;; 0394 78 03200 LD A,B ;Get sound data ;; 0395 E607 03201 AND 7 ; just want note # ;; 0397 07 03202 RLCA ;Adjust for 2 byte fields ;; 0398 21D103 03203 LD HL,SNDTAB ;; 039B 4F 03204 LD C,A ;; 039C 78 03205 LD A,B ;Pick up duration data ;; 039D 0600 03206 LD B,0 ;Index into tone table ;; 039F 09 03207 ADD HL,BC ; to get note on/off ;; 03A0 4E 03208 LD C,(HL) ;Get note on/off data ;; 03A1 23 03209 INC HL ;; 03A2 6E 03210 LD L,(HL) ;Get note duration ;; 03A3 0F 03211 RRCA ;Rotate sound duration ;; 03A4 0F 03212 RRCA ; into bits 0-4 ;; 03A5 0F 03213 RRCA ;; 03A6 E61F 03214 AND 1FH ;Strip off sound # ;; 03A8 3C 03215 INC A ;Adjust for offset ;; 03A9 67 03216 LD H,A ;Set sound counter ;; 03AA 3A7C00 03217 LD A,(SFLAG$) ;If fast, double values ;; 03AD E608 03218 AND 8 ;; 03AF 2806 03219 JR Z,$A1 ;; 03B1 CB24 03220 SLA H ;; 03B3 CB25 03221 SLA L ;; 03B5 CB21 03222 SLA C ;; 03B7 F3 03223 $A1 DI ;Don't interrupt timing ;; 03B8 E5 03224 $A2 PUSH HL ;Save note duration ;; 03B9 41 03225 $A3 LD B,C ;Play tone ;; 03BA 3E01 03226 LD A,1 ;Hold output high ;; 03BC D390 03227 OUT (SNDPORT),A ; for count of B ;; 03BE 10FE 03228 DJNZ $ ;; 03C0 41 03229 LD B,C ;Hold output low ;; 03C1 3C 03230 INC A ; for count of B ;; 03C2 D390 03231 OUT (SNDPORT),A ;; 03C4 10FE 03232 DJNZ $ ;; 03C6 2D 03233 DEC L ;Dec the duration ;; 03C7 20F0 03234 JR NZ,$A3 ;; 03C9 E1 03235 POP HL ;; 03CA 25 03236 DEC H ;; 03CB 20EB 03237 JR NZ,$A2 ;; 03CD FB 03238 EI ;; 03CE E1 03239 POP HL ;; 03CF C1 03240 POP BC ;; 03D0 C9 03241 RET ;; 03242 ; ;; 03243 ; Note Table ;; 03244 ; ;; 00B4 03245 SNDOFF EQU 180 ;Sound duration offset ;; 001C 03246 TONER EQU 28 ;; 03D1 50 03247 SNDTAB DB 108-TONER ;; 03D2 4C 03248 DB 0-SNDOFF ;; 03D3 56 03249 DB 114-TONER ;; 03D4 48 03250 DB 252-SNDOFF ;; 03D5 5C 03251 DB 120-TONER ;; 03D6 44 03252 DB 248-SNDOFF ;; 03D7 62 03253 DB 126-TONER ;; 03D8 40 03254 DB 244-SNDOFF ;; 03D9 6B 03255 DB 135-TONER ;; 03DA 3C 03256 DB 240-SNDOFF ;; 03DB 72 03257 DB 142-TONER ;; 03DC 38 03258 DB 236-SNDOFF ;; 03DD 79 03259 DB 149-TONER ;; 03DE 34 03260 DB 232-SNDOFF ;; 03DF 80 03261 DB 156-TONER ;; 03E0 30 03262 DB 228-SNDOFF ;; 004F 03263 SNDLEN EQU $-@SOUND ;; 03264 ; ;; 03265 ; Process decimal assignment ;; 03266 ; ;; 03E1 010000 03267 @DECHEX LD BC,0 ;Init value to zero ;; 03E4 7E 03268 DEC1 LD A,(HL) ;get a char ;; 03E5 D630 03269 SUB 30H ;; 03E7 D8 03270 RET C ;; 03E8 FE0A 03271 CP 10 ;; 03EA D0 03272 RET NC ;; 03EB C5 03273 PUSH BC ;; 03EC E3 03274 EX (SP),HL ;; 03ED 29 03275 ADD HL,HL ;; 03EE 29 03276 ADD HL,HL ;; 03EF 09 03277 ADD HL,BC ;; 03F0 29 03278 ADD HL,HL ;; 03F1 0600 03279 LD B,0 ;; 03F3 4F 03280 LD C,A ;; 03F4 09 03281 ADD HL,BC ;; 03F5 44 03282 LD B,H ;; 03F6 4D 03283 LD C,L ;; 03F7 E1 03284 POP HL ;; 03F8 23 03285 INC HL ;; 03F9 18E9 03286 JR DEC1 ;; 03287 ; ;; 03288 ; Special boot code to be moved to 4300h by IPL ;; 03289 ; ;; 03FB F3 03290 BOOTCOD DI ;; 03FC AF 03291 XOR A ;; 03FD D384 03292 OUT (@OPREG),A ;; 03FF C7 03293 RST 0 ;; 0005 03294 BOOTLEN EQU $-BOOTCOD ;; 03297 ; ;; 03298 IF @PCERV ;; 0400 03299 *GET CERVLOGO ;; 03300 ; LOGO/ASM - LS-DOS 6.3.x Logo to use when booting up ;; 03301 ; Copyright (c) 1997-98 Peter W. Cervasio. ;; 03302 ; Distribute freely as long as the above copyright message is ;; 03303 ; not removed. ;; 03304 ; ;; 03305 ; This is the one that I made part of my LSDOS disks because the ;; 03306 ; combination of this and other changes keep the doggone logo ;; 03307 ; from scrolling off the screen when *SYSGEN* and the AUTO ;; 03308 ; command appear on the screen. And it just looks cool. :) ;; 03309 ; ;; 03310 ; ;; F800 03311 ORG CRTBGN$ ;; 03312 ; ;; 03313 ; Line 1 ;; 03314 ; ;; F800 20 03315 DB 20H ;; F801 8F 03316 DB 08FH,0BFH,0BFH,08FH,020H,020H,020H,020H,0BFH,0BFH ;; BF BF 8F 20 20 20 20 BF ;; BF ;; F80B 8F 03317 DB 08FH,08FH,08FH,08FH,020H,020H,020H,08FH,0BFH,0BFH ;; 8F 8F 8F 20 20 20 8F BF ;; BF ;; F815 8F 03318 DB 08FH,08FH,0BFH,0B0H,020H,0BFH,0BFH,08FH,08FH,0BFH ;; 8F BF B0 20 BF BF 8F 8F ;; BF ;; F81F BF 03319 DB 0BFH,020H,0BFH,0BFH,08FH,08FH,08FH,08FH,020H,020H ;; 20 BF BF 8F 8F 8F 8F 20 ;; 20 ;; F829 20 03320 DB 020H,0BFH,0BFH,08FH,08FH,08FH,08FH,020H,020H,020H ;; BF BF 8F 8F 8F 8F 20 20 ;; 20 ;; F833 BF 03321 DB 0BFH,08FH,08FH,08FH,0BFH,0BFH ;; 8F 8F 8F BF BF ;; F839 20 03322 DB ' Copyright 1986,90' ;; 20 43 6F 70 79 72 69 67 ;; 68 74 20 31 39 38 36 2C ;; 39 30 ;; 03323 ; ;; F850 03324 ORG CRTBGN$+80 ;; 03325 ; ;; 03326 ; Line 2 ;; 03327 ; ;; F850 20 03328 DB 20H ;; F851 20 03329 DB 020H,0BFH,0BFH,020H,020H,020H,020H,020H,08FH,08FH ;; BF BF 20 20 20 20 20 8F ;; 8F ;; F85B 8C 03330 DB 08CH,08CH,0BCH,0BCH,020H,08CH,08CH,020H,0BFH,0BFH ;; 8C BC BC 20 8C 8C 20 BF ;; BF ;; F865 20 03331 DB 020H,020H,0BFH,0BFH,020H,0BFH,0BFH,020H,020H,0BFH ;; 20 BF BF 20 BF BF 20 20 ;; BF ;; F86F BF 03332 DB 0BFH,020H,08FH,08FH,08CH,08CH,0BCH,0BCH,020H,020H ;; 20 8F 8F 8C 8C BC BC 20 ;; 20 ;; F879 20 03333 DB 020H,0BFH,0BFH,08CH,08CH,0BCH,0BCH,020H,020H,020H ;; BF BF 8C 8C BC BC 20 20 ;; 20 ;; F883 20 03334 DB 020H,020H,08CH,08CH,0BFH,0B7H ;; 20 8C 8C BF B7 ;; F889 20 03335 DB ' (c) MISOSYS, Inc.' ;; 20 28 63 29 20 4D 49 53 ;; 4F 53 59 53 2C 20 49 6E ;; 63 2E ;; 03336 ; ;; F8A0 03337 ORG CRTBGN$+160 ;; 03338 ; ;; 03339 ; Line 3 ;; 03340 ; ;; F8A0 20 03341 DB 20H ;; F8A1 BC 03342 DB 0BCH,0BFH,0BFH,0BCH,0BCH,0BCH,0BFH,020H,0BCH,0BCH ;; BF BF BC BC BC BF 20 BC ;; BC ;; F8AB BC 03343 DB 0BCH,0BCH,0BFH,0BFH,020H,020H,020H,0BCH,0BFH,0BFH ;; BC BF BF 20 20 20 BC BF ;; BF ;; F8B5 BC 03344 DB 0BCH,0BCH,0BFH,083H,020H,0BFH,0BFH,0BCH,0BCH,0BFH ;; BC BF 83 20 BF BF BC BC ;; BF ;; F8BF BF 03345 DB 0BFH,020H,0BCH,0BCH,0BCH,0BCH,0BFH,0BFH,020H,020H ;; 20 BC BC BC BC BF BF 20 ;; 20 ;; F8C9 20 03346 DB 020H,0BFH,0BFH,0BCH,0BCH,0BFH,0BFH,020H,0BCH,020H ;; BF BF BC BC BF BF 20 BC ;; 20 ;; F8D3 BF 03347 DB 0BFH,0BCH,0BCH,0BCH,0BFH,0BFH ;; BC BC BC BF BF ;; F8D9 20 03348 DB ' Rel: 06.03.01H' ;; 20 52 65 6C 3A 20 30 36 ;; 2E 30 33 2E 30 31 48 ;; 03349 ; ;; 03351 ; ;; F8E0 03352 ORG CRTBGN$+160+64 ;; F8E0 30 03353 DB '06.03.01' ;; 36 2E 30 33 2E 30 31 ;; 03354 ; ;; 03355 ELSE ;; 03357 ENDIF ;; 03358 ; ;; 0036 03359 ORG 0036H ;; 0036 00 03360 DB 0 ;; 03361 ; ;; 1E00 03362 END OVERLAY LAST_PATCH ================================================ FILE: frehd/z80/frehd_rom/loader.asm ================================================ ;;; ;;; FreHD ROM LOADER ;;; ;;; This is called from ROM if the FreHD is present and detected. ;;; ROM write to port C4h on FreHD, then reads port C5h. If FEh ;;; is returned, the ROM code reads 256 bytes from FreHD, places them ;;; at address 5000h and calls here. These 256 bytes are this code. ;;; ;;; Note that the written at port C4h is passed back in the code ;;; in the 2nd byte. This is done so that the ROM can pass one parameter ;;; to FreHD. ;;; ;;; This code tries to open frehd.rom on the SD-card. If found, the ;;; file is loaded into memory at address 6000h, and the code flow ;;; continues there. If not found, or if an error occurs, the code ;;; returns and the rom will continue to try booting from floppy. ;;; CPU Z80 ;; Interface defines DATA2 equ 0c2h SIZE2 equ 0c3h COMMAND2 equ 0c4h ERROR2 equ 0c5h STATUS equ 0cfh OPENFILE equ 03h READFILE equ 04h WRITEFILE equ 05h CLOSEFILE equ 06h ;; FatFS flags FA_OPEN_EXISTING equ 00h FA_READ equ 01h FA_WRITE equ 02h FA_CREATE_NEW equ 04h FA_CREATE_ALWAYS equ 08h FA_OPEN_ALWAYS equ 10h ORG 5000h db 0feh PHASE 5000h cp 0ffh ; trick to pass one parameter from ROM jr + ; skip the jump table ;; 5004h : file loader jr file_loader + ld a, (3840h) ; check keyboard and 80h ; pressed ? ret nz ; return if so ld de,fname ; load FREHD.ROM ld b,fnamlen call file_loader ret nz jp (hl) fname db "FREHD.ROM" fnamend equ $ fnamlen equ (fnamend-fname) ;;; ;;; FreHD file loader ;;; ;;; Input: ;;; - DE : pointer to filename ;;; - B : filename length ;;; ;;; Return: ;;; - Z : no error. HL contains transfer address ;;; - NZ : error occurred, file not or partially loaded ;;; file_loader: ld hl,0 ; save SP in IX add hl,sp push hl pop ix ex hl,de ld a,OPENFILE ; open file command out (COMMAND2),a call wait ld a,b inc a ; +1 for options inc a ; +1 for null-terminator out (SIZE2),a ld c,DATA2 ld a,FA_OPEN_EXISTING|FA_READ out (c),a ; send option otir ; send filename xor a ; send null-terminator out (c),a call wait ret nz ; error, return ld c,0FFh ; counter load call getbyte ; get type code dec a jr nz,+ ; bypass if not type 1 call getaddr ; get address - call getbyte ld (hl),a ; save that byte inc hl djnz - jr load + dec a ; test if type 2 (TRADDR) jr z,+ ; yes call getbyte ; assume comment ld b,a ; get comment length - call getbyte djnz - ; read and ignore jr load + call getaddr ; get transfer address ld a,CLOSEFILE ; close file out (COMMAND2),a call wait xor a ; set Z for success ! ret getaddr call getbyte ; get block length ld b,a call getbyte ; get low-order load addr ld l,a dec b ; adjust length call getbyte ; get high-order load addr ld h,a dec b ; adjust length ret getbyte inc c ; i++ jr nz,+ ; every 256 bytes, need another chunk call getchunk + in a,(DATA2) ; get a byte ret getchunk xor a ; request 256 bytes out (SIZE2),a ld a,READFILE out (COMMAND2),a call wait jr nz,error in a,(STATUS) ; DRQ set means we got something and 08h ret nz ; return if ok ! error ld a,CLOSEFILE ; close file out (COMMAND2),a call wait ld sp,ix inc a ; set NZ (wait returns A == 0 or 1) ret ; return wait in a, (STATUS) rlca jr c, wait in a, (STATUS) ; read status again and 01h ; nz = error ret IF $ > 50ffh ERROR "Code too big!" ENDIF ================================================ FILE: frehd/z80/frehd_rom/m1ldos531.asm ================================================ LISTING ON NEWPAGE ;*=*=* ; M1 LDOS 5.3.1 BOOT/SYS PATCH ;*=*=* ;; ;; This is remains a work in progress ;; BOOT/SYS is loaded and finds SYS0/SYS correctly ;; SYS0/SYS is loaded at 4200 and the transfer address executes ;; but the DCT is not correctly patched at this stage ;; m1ldos531: START_PATCH 6A00h ;*=*=* ; routine to read a sector from HD ; D = cylinder E = sector ;*=*=* m1_read_sector_DE push bc ;used as m1 load address push hl push de ld h,b ld l,c ld c,e ld e,d ld d,00h ld b,0ch ; not needed (4P like) ld a,02h ; not needed (4P like) call hd_read_sector pop de pop hl pop bc ld a,(4709h) sub d ld a,06h jr z,+ xor a + and a ret ;*=*=* ; DCT handler, only read from HD ;*=*=* m1_dct_read_hd ld a,09h ; command READ SECTOR ? sub b jr z,m1_read_sector_DE ; yes, do it ! xor a ; no, return ok. ret END_PATCH START_PATCH 4709h db 0 ; force directory to 0 for now - DCT END_PATCH START_PATCH 4213h db 0,0,0 END_PATCH START_PATCH 4277h jr m1_pp2 END_PATCH START_PATCH 4280h db 0,0,0 call 42ach END_PATCH START_PATCH 428bh sub 12h END_PATCH START_PATCH 42ach call m1_read_sector_DE ret m1_pp2 ld h,a call 42ach push hl ; save SYS0 entry point ld hl,m1_pdct ; load DCT ld de,4701h ld bc,0009h ldir ; ld hl,m1_sys0_531 ; patch ! ; call patch pop hl ; restore entry point jp (hl) ; and jump m1_pdct dw m1_dct_read_hd db 0ch, 90h, 00h, 98h, 1fh, 0e3h, 65h END_PATCH m1_sys0_531: START_PATCH 4e7ch ;;ld a,(4202h) ;;m1 directory cyl ;;ld (4709h),a nop nop nop ;;jr 4e84h END_PATCH ; START_PATCH 4049h ; db 0c3h ; END_PATCH LAST_PATCH ================================================ FILE: frehd/z80/frehd_rom/m1newdos25.asm ================================================ listing on newpage ;*=*=* ; Model 1 NEWDOS 2.5 boot/sys patch ; borrowed from www.trs80.nl/nhdd.htm#boot sector_ ; boot for newdos/80 harddisk for the trs-80 model 1 ; written 5-7-1993, code by Rence ; ; position of sys0.sys matches spg1 value. spg1 must be < 20h (32 dec) ; revised 09-Dec-2013 dean.bear@gmail.com ;*=*=* nd1_rdcmd equ 20h ; read one sector command nd1_dct_buf equ 5200h ; location of pdrive DCT buffer nd1_buffer equ 5300h ; location of sector buffer nd1_dct equ 02h ; pdrive is on sector 2 cyl 0 ;display_ equ 0033h ; rom display for m1,m3 ;etx equ 03h ; etx ;lf equ 0ah ; l/f ;cr equ 0dh ; c/r ;cls equ 1fh ; clear screen ;tof equ 1ch ; top of field m1newdos25: ;; byte 4302h contains the starting lump of the directory, ;; and matches PDRIVE parameter ddsl1. ddsl1 is the relative ;; lump whose first sector is the beginning of the volume's directory. ;; ;; ddsl1 actually supports values between 4 and 124 (dec); ;; the value selected MUST be divisible by 4 to ensure ;; correct alignment, and successful boot. ;; ;; ** the use of incorrect custom ddsl1 values will cause the *** ;; ** boot to fail with a 'hard disk error' message *** ;; ;; NOTE: xtrs will update reed header byte 1f (31 dec) with the ;; correct ddsl1 value after a format of the 1st partition. ;; HEADER BYTE 1f IN THE v1.0 STANDARD IS DEPRECATED BUT XTRS STILL CORRECTLY ;; MAINTAINS THIS BYTE - so it should continue to match the value @ 4302h, and ;; position 3 in the unpatched boot/sys on the disk @ partition0, head0, sector0 ;; ;; ** now supports boot partitions with a sectors per granule (spg1) >= 5. ** ;; START_PATCH 4203h ; ; phase one ; load pdrive table into nd1_dct_buffer ; di ; must disable interrupts for M3 ld sp,41e0h ; set up a new stack ld de,nd1_dct ; sector 02 - NEWDOS PDRIVE (DCT) ld hl,nd1_dct_buf ; pdrive buffer start push hl ; DCT is loaded at beginning of buffer pop iy ; setup iy for indexing DCT exx ld l,0ffh ; pdrive buffer end call nd1_getbyte ; read sector 02 ; ; phase two ; calculate starting location of sys0/sys using spg1 value for drive 0 ; ld a,(iy+03h) ; get spg1 value from pdrive DCT ld d,00h ; cylinder 0 ld e,a ; spg1 value is also the physical sector for sys0/sys ; ; phase three ; load SYS0/SYS into nd1_buffer then store or execute ; ld hl,nd1_buffer ; keep DCT in nd1_dct_buffer, load sys0/sys into nd1_buffer exx ld hl,53ffh ; buffer start + 255 - call nd1_getbyte ; read next byte cp 20h ; jr nc,nd1_error_ ld c,a ; record type call nd1_getbyte ld b,a ; number of bytes ld a,c cp 01h ; record type 1 (program code) jr z,+ ; nd1_rectyp1 cp 02h ; record type 2 (program entry) jr z,++ ; nd1_rectyp2 ; ; must be a comment (record types 0, 3 - 20h) ; - call nd1_getbyte djnz - jr -- ; all read ; ; record type 01 = program code ; + call nd1_rd_addr ; address in de - call nd1_getbyte ld (de),a ; store program data inc de ; next ram address djnz - ; nd1_rtlp01 jr --- ; ; record type 02 = program entry ; + call nd1_rd_addr ; address in de ld a,(de) ; test byte in sys0 cp 0a5h ; 10100101 magic byte. must be a5h or start is aborted 'no sys' jr nz,nd1_no_sys ; no_system error message inc de ; program entry push de ; save de (entry) executed by ret ; ; patch DCT loaded by sys0/sys, before jumping to newdos entry ; ld (iy+0dh),0 ; reset byte 0d value from loaded pdrive DCT ? ld de,0ff3bh ; patch sys0/sys loaded newdos pdrive table with hdd table ld hl,5200h ; source pdrive still loaded at 5200h ld bc,0010h ; copy 16 bytes to destination pdrive table for drive 0 ldir ; ; make a few adjustments before transferring control to newdos ; before changes are made ; 4d00: a5 ed 56 21 45 ff 06 b9 36 00 23 10 fb 21 ff f8 ; after changes ; 4d00: a5 ed 56 21 4a ff 06 b4 36 00 23 10 fb 21 ff f8 ; ; 4d03 21 4a ff ld hl,ff4ah ; 4d06 06 b4 ld b,b4h ; 4d08 36 00 ld (hl),00h ; 4d0a 23 inc hl ; 4d0b 10 fb djnz 4d08h ; ld a,04ah ; adjust area to clear ld (4d04h),a ; first address to zero ld a,0b4h ; byte count ld (4d07h),a ; number of bytes to zero ret ; execute program ; ; program load or entry address in de ; nd1_rd_addr: call nd1_getbyte dec b ; count one byte ld e,a ; low address call nd1_getbyte dec b ; count one byte ld d,a ; high address ret ; ; error messages ; nd1_error_: ld hl,nd1_err_msg ; address of error message jr nd1_display ; nd1_display text ->(hl) nd1_no_sys: ld hl,nd1_no_sysm nd1_display: ld a,(hl) inc hl cp etx - jr z,- call display_ jr nd1_display ; next byte of message nd1_err_msg: defb tof defb cls defb "hard disk error" defb etx nd1_no_sysm: defb tof defb cls defb "no system on hard disk" defb etx ; ; read byte routine (general part...), de = sector to read, hl = buffer ; nd1_getbyte: inc l ; if 00 --> read next sector_ ld a,(hl) ret nz exx ld b,05 ; retry count - call nd1_hw_read ; hard disk read jr z,+ djnz - ; time out retry again exx jp nd1_error_ ; fail + call nd1_nextsec ; set to read next sector exx ld a,(hl) ret ; ; ; read byte routine (western digital) ; nd1_nextsec: inc e ; inc sector, assume sequential sectors across cylinders ld a,e cp 20h ; overflow 20h sectors per cylinder ret nz ; ok if less than 20h (32) inc d ; bump cylinder ld e,00h ; reset sector count ret nd1_hw_read: ld a,e out (SECNUM),a ; send sector number to wd1002-05 xor a ; drive 0, head 0, sector 256 bytes out (SDH), a ; send size/drive/head out (CYLHI), a ; also send cyl high 0 ld a, d ; MSB cylinder to read out (CYLLO), a ld a,nd1_rdcmd ; read single SECNUM out (COMMAND),a ; send command push bc push hl - in a, (STATUS) rlca ; busy bit -> C jr c, - in a, (STATUS) ; read status again and 01h ; nz = error jr nz,+ ld bc, DATA ; b = 0 == get 256 bytes inir ; input 256 bytes from port (c) to (hl) + pop hl pop bc ret db 0,0,1ch,0 END_PATCH LAST_PATCH ================================================ FILE: frehd/z80/frehd_rom/make_eeprom.pl ================================================ #!/usr/bin/perl $loader = @ARGV[0]; $asm = @ARGV[1]; $c = @ARGV[2]; open OUT, ">$asm" or die "Can't create $asm: $!\n"; open OUT2, ">$c" or die "Can't create $c: $!\n"; open IN, "<$loader" or die "Can't open $loader: $!\n"; binmode IN; $/ = \1; # record size = 1 print OUT "loader_code CODE_PACK 0xF00000\n"; $i = 0; print OUT2 "static unsigned char loader[] = {\n"; while () { $b = unpack 'C', $_; if ($i % 8 == 0) { print OUT "\tdb\t"; print OUT2 "\t"; } else { print OUT ", "; print OUT2 ", "; } printf OUT "0x%02x", $b; printf OUT2 "0x%02x", $b; $i++; if ($i % 8 == 0) { print OUT "\n"; print OUT2 ",\n"; } } print OUT "\n"; print OUT "\tEND\n"; print OUT2 "};\n"; close IN; close OUT; close OUT2; print "$asm generated!\n"; ================================================ FILE: frehd/z80/frehd_rom/menu.asm ================================================ ;;; ;;; ;;; BOOT MENU ;;; ;;; MENU_FIRST_ROW equ 4 MENU_FIRST_COL equ 4 MENU_ROWS equ 16-MENU_FIRST_ROW MENU_MAX equ 3*MENU_ROWS getver equ 0 data2 equ 0c2h command2 equ 0c4h status equ 0cfh svn_rev_ equ SVN_REV im_cur db 0 ; currently select boot file im_max db 0 ; number of boot files found m4prom db 1 ; true if "modela.iii" is present msg_not_found: db "No bootable image!" msg_not_found_len equ $-msg_not_found ;*=*=* ; 4P : is the rom file present on the SD card ? ;*=*=* rom4p_file: db FA_OPEN_EXISTING|FA_READ,MODEL_III_FILE,0 rom4p_filelen: equ ($ - rom4p_file) init_4p: ld a,(ROM_MODEL) ; skip if not 4P cp ROM_MODEL_4P ret nz ld hl,rom4p_file ld a,rom4p_filelen out (SIZE2),a ld a,OPEN_FILE out (COMMAND2),a call wait ld bc,rom4p_filelen << 8 | DATA2 otir call wait jr z,+ xor a ld (m4prom),a + ld a,CLOSE_FILE out (COMMAND2),a call wait ret ;*=*=* ; banner ;*=*=* banner: defb 1ch ;tof defb 1fh ;cls defb 0a8h,9ch,8ch,8ch,8ch,20h,20h,20h,20h,20h,20h,20h,20h defb 20h,20h,20h,0bch,20h,20h,0a8h,94h,0bch,8ch,8ch,0ach,90h defb " Firmware " firm_ defb "0.00" defb " Loader " load_ defb "0.00" defb 0aah,97h,83h,81h,0aah,9dh,86h,83h,83h,8ch,0a8h,0b6h,0b3h defb 0b3h,0b9h,94h,0bfh,83h,83h,0abh,95h,0bfh,20h,20h,0aah,95h defb " FREHD.ROM Ver. " svn_ defb "00000" defb 0dh; defb 8ah,85h,20h,20h,8ah,85h,20h,20h,20h,20h,82h,8dh,8ch,8ch defb 8ch,20h,8fh,20h,20h,8ah,85h,8fh,8ch,8ch,8eh,81h defb " TRS-80 Hard Disk Emulator" defb 83h,83h,83h,83h,83h,83h,83h,83h,83h,83h,83h defb 83h,83h,83h,83h,83h,83h,83h,83h,83h,83h,83h defb 83h,83h,83h,83h,83h,83h,83h,83h,83h,83h,83h defb 83h,83h,83h,83h,83h,83h,83h,83h,83h,83h,83h defb 83h,83h,83h,83h,83h,83h,83h,83h,83h,83h,83h defb 83h,83h,83h,83h,83h,83h,83h,83h,83h defb 03h ;eom sptr defw 3C00h show_banner: ; ; build msg for firmware/loader versions ; ld a,getver out (command2),a ex (sp),hl ex (sp),hl ; small delay to settle the controller - in a,(status) cp 0ffh ; no interface on the bus jr z,+ ; keep going.. rlca jr c,- + ld hl,firm_ call get_version ; get firmware version data ld hl,load_ call get_version ; get loader version data ld de,svn_rev_ ; convert svn revision (hex) to ascii ld hl,svn_ call addr2ascii ; ; now display the banner ; ld hl,banner - ld a,(hl) inc hl cp 03h ret z call rom0033 jr - addr2ascii: ld a,d ;msb call + ;output ld a,e ;lsb call + ;output ld a,'H' ;hex address ld (hl),a inc hl ret + push af ;save byte rra rra rra rra ;msb to lsb call + ;output digit pop af ;get byte + and 0fh ;lsb add a,90h daa adc a,40h ;convert trick daa ld (hl),a inc hl ret get_version: in a,(data2) ; major version number call + ld a,'.' ld (hl),a inc hl in a,(data2) ; minor version number call ++ ret + call bin2bcd ; enter here to mask the leading 0 push af and 0f0h ; mask out the lower digit jr z,++ jr + + call bin2bcd ; enter here to keep the leading 0 push af and 0f0h srl a srl a srl a srl a add a,30h ; to ascii ld (hl),a inc hl + pop af and 00fh ; mask out the upper digit add a,30h ; to ascii ld (hl),a inc hl ret bin2bcd: ld bc,0 - sub 10 ; count number of 10's deducted into b jp m,+ inc b jr - + add a,10 ; add back the last 10 sla b ; move the 10's into the top 4 bits sla b sla b sla b or b ; merge in the 10's ret show_nothing: ld de,3C00h+MENU_FIRST_ROW*40h+MENU_FIRST_COL ld hl,msg_not_found ld bc,msg_not_found_len ldir - call read_key ld a,b cp 5h ; 5 => re-read jr z,build_menu jr - select_menu: call init_4p call show_banner ; show banner at top build_menu: ld c,0 call get_position ; get position of first entry ex hl,de call clear_screen2 ; and clear the screen from there call read_info ; get filename of current image call read_directory ; read the root directory ld a,(im_max) or a ; if 0, no image found jr z,show_nothing call display_bootfiles call draw_arrow menu_loop: call read_key ld a,b ld hl,im_cur or a jr z,do_select ; 0 => select dec a jr z,do_prev ; 1 => previous dec a jr z,do_next ; 2 => next dec a jr z,do_left ; 3 => left dec a jr z,do_right ; 4 => right dec a jr z,build_menu ; 5 => re-read jr menu_loop do_prev: ld a,(hl) or a jr z,menu_loop call erase_arrow dec (hl) call draw_arrow jr menu_loop do_next: ld a,(im_max) dec a sub (hl) jr z,menu_loop call erase_arrow inc (hl) call draw_arrow jr menu_loop do_left: ld a,(hl) sub MENU_ROWS jr c,menu_loop call erase_arrow ld a,(hl) sub MENU_ROWS ld (hl),a call draw_arrow jr menu_loop do_right: ld a,(im_max) ld b,a ld a,(hl) add a,MENU_ROWS sub b jr nc,menu_loop call erase_arrow ld a,(hl) add a,MENU_ROWS ld (hl),a call draw_arrow jr menu_loop do_select: call keep_one ld hl,BOOTFILES ; make HL points to filename ld a,(im_cur) or a jr z,+ ld b,a ld de,000Dh - add hl,de djnz - + push hl ; save HL ld b,3 - ld a,(hl) ; compute b = strlen(hl) + 2 + 1 or a jr z,+ inc hl inc b jr - + pop hl ; restore HL ld a,b out (SIZE2),a ld a,MOUNT_DRIVE out (COMMAND2),a call wait ld c,DATA2 xor a out (c),a ; drive number 0 out (c),a ; options : default dec b dec b otir call wait call clear_screen ; clear screen before booting ret ;;; ;;; erase all names except the selected one ;;; keep_one: ld b,0 ; i = 0 - ld a,(im_cur) sub b jr z,+ ; if i == im_cur, skip ld c,b call get_position ex hl,de ld b,FIL_FNAME_LEN+MENU_FIRST_COL - ld (hl),' ' inc hl djnz - ld b,c + inc b ; i++ ld a,(im_max) sub b jr nz,-- ; loop if i != im_max ret clear_screen: ld hl,3c00h ; clear screen clear_screen2: ld de,4000h - ld (hl),' ' inc hl ld a,h sub d jr nz,- ld a,l sub e jr nz,- ret read_info: xor a ; drive0 = "" ld (DRIVE0),a ld a,INFO_DRIVE ; get info for mounted drive 0 out (COMMAND2),a call wait ret nz ; return if error ld hl,BUF ld bc,20h<<8|DATA2 inir ld a,(BUF) ; drive 0 available ? and 1h ret z ; return if not ld hl,BUF+6 ld de,DRIVE0 ld bc,FIL_FNAME_LEN+1 ldir ret read_directory: ld de,BOOTFILES ; DE = boot files buffer xor a ld (im_max),a ; nothing in there ld (im_cur),a ld a,2 ; strlen("/") out (SIZE2),a ld a,OPEN_DIR ; read directory command out (COMMAND2),a call wait ld a,'/' ; send '/' out (DATA2),a xor a ; send null terminator out (DATA2),a call wait jr nz,dir_error read_dir_loop: ld a,(im_max) ; do we have space for another entry? cp MENU_MAX ret nc ld a,READ_DIR ; request one entry out (COMMAND2),a call wait jr nz,dir_error in a,(STATUS) ; check DRQ to see if we got an entry and STATUS_DRQ ret z ; no, we are done ld hl,BUF1 in a,(SIZE2) ld b,a ld c,DATA2 inir ld a,(BUF1+FIL_ATTRIB_OFFSET) ; is it a directory ? and FIL_ATTRIB_DIR jr nz,read_dir_loop ; yes, skip this entry ld hl,BUF1 ld a,(hl) inc hl or (hl) inc hl or (hl) jr z,read_dir_loop ; too small, skip this entry call file_candidate jr read_dir_loop dir_error: xor a ld (im_cur),a ld (im_max),a ret ;;; ;;; We have a file, bigger than 255 bytes. Check if it's a bootable image ;;; file_candidate: ld b,2 ; compute strlen(fname) ld hl,BUF1+FIL_FNAME_OFFSET - ld a,(hl) or a jr z,+ inc hl inc b jr - + ld a,b out (SIZE2),a ld a,OPEN_FILE out (COMMAND2),a call wait ld hl,BUF1+FIL_FNAME_OFFSET ld c,DATA2 ld a,FA_OPEN_EXISTING|FA_READ out (c),a ; send option otir ; send filename xor a ; send null-terminator out (c),a call wait ret nz ; ignore this file if error xor a out (SIZE2),a ; request 256 bytes ld a,READ_FILE out (COMMAND2),a call wait ret nz ld hl,BUF ld bc,DATA2 inir call check_reed ld a,CLOSE_FILE out (COMMAND2),a call wait ret ;;; ;;; Verify if BUF points to a reed buffer, with auto-boot and recognized OS. ;;; For model 3 OS (ldos 5.3.1, newdos/80), also check that the rom is present ;;; (only for 4P, file MODEL_III_FILE must be present on sd card) ;;; check_reed: ld a,(BUF) ; verify first 2 bytes cp REED_MAGIC0 ret nz ld a,(BUF+1) cp REED_MAGIC1 ret nz ld a,(BUF+REED_FLAG) ; check auto-boot and 01h ret z ld a,(BUF+REED_OS) ; do we support this OS ? cp MAX_OS ret nc cp OS_LDOS531 ; if 4P and LDOS531 jr z,+ cp OS_NEWDOS25 ; or NEWDOS jr nz,++ + ld a,(m4prom) ; then we need the rom file ! or a ret z ; we got one ! + ld hl,BUF1+FIL_FNAME_OFFSET ld bc,000dh ; 8.3 + null-terminator ldir ld hl,BUF1+FIL_FNAME_OFFSET call is_drive0 ; is this current drive 0 ? jr nz,+ ; no ld a,(im_max) ; yes.. im_cur = im_max ld (im_cur),a + ld a,(im_max) ; im_max++ inc a ld (im_max),a ret ;;; ;;; String compare HL with drive0. Return Z if same. ;;; is_drive0: push de ld de,DRIVE0 - ld a,(de) cp (hl) ; (HL) == (DE) ? jr nz,++ ; no.. return NZ or a ; (HL) == (DE) == 0 ? jr z,++ ; yes.. return Z ld a,(de) or a ; at the end of (DE) ? jr z,+ ; yes.. return NZ ld a,(hl) or a ; at the end of (HL) ? jr z,+ ; yes.. return NZ inc de inc hl jr - + ld a,1 or a + pop de ret ;;; ;;; Display boot files ;;; ;;; When we are here, we have the logo at the top of the empty screen. ;;; display_bootfiles: ld hl,BOOTFILES ld c,0 - ld a,(im_max) ; are we done ? cp c ret z ; yes call get_position ld a,e add a,MENU_FIRST_COL ld e,a ld b,0dh ; copy 13 bytes - ld a,(hl) or a jr z,+ ; we reach null-terminator ld (de),a inc hl inc de dec b jr - + ld a,' ' ; copy spaces after null-terminator - ld (de),a inc de inc hl djnz - inc c ; next entry jr --- ;;; ;;; Input: C = bootfile number ;;; Output: DE = screen position ;;; get_position: push hl push bc ;; compute D = number of columns ld d,0 ; default 1 column ld a,(im_max) cp MENU_ROWS jr c,+ inc d ; at least 2 columns cp 2*MENU_ROWS jr z,+ jr c,+ inc d ; 3 columns ;; compute column for entry in C + ld hl,3C00h ; top of screen ld a,c cp 2*MENU_ROWS ; on 3rd column ? jr c,+ ; no sub 2*MENU_ROWS ld l,42 jr ++ + cp MENU_ROWS ; on 2nd column ? jr c,+ ; no sub MENU_ROWS ld l,21 dec d ; if 2 columns only, jr nz,+ ; then start 2nd column ld l,32 ; at 32 ;; compute location on screen + ld de,0040h add a,MENU_FIRST_ROW ld b,a - add hl,de djnz - ex hl,de pop bc pop hl ret ;;; ;;; Draw arrow at current selected bootfile ;;; draw_arrow: ld a,(im_cur) ld c,a call get_position ld a,'=' ld (de),a inc de ld (de),a inc de ld a,'>' ld (de),a ret ;;; ;;; Erase arrow at current selected bootfile ;;; erase_arrow: ld a,(im_cur) ld c,a call get_position ld a,' ' ld (de),a inc de ld (de),a inc de ld (de),a ret ;;; ;;; read key : read keyboard ;;; ;;; Returns B = 0 : ;;; 1 : ;;; 2 : ;;; 3 : ;;; 4 : ;;; 5 : ;;; read_key: call rom0049 ld c,a ; save key ld hl,key_table - ld a,(hl) cp 0FFh ; end of table jr z,read_key ; yes, ignore this key, loop cp c ; is this our key ? jr z,+ ; yes ! inc hl ; no, loop inc hl jr - + inc hl ld a,(hl) ; read converted value ld b,a ret ;;; convert table key_table: db 0dh, 0 ; db 'A', 1 ; UP db 'a', 1 db 05Bh, 1 db 0Bh, 1 db 'Z', 2 ; DOWN db 'z', 2 db 0Ah, 2 db 'O', 3 ; LEFT db 'o', 3 db 08h, 3 db 'P', 4 ; RIGHT db 'p', 4 db 09h, 4 db 'R', 5 ; RELOAD db 'r', 5 db 0FFh ================================================ FILE: frehd/z80/frehd_rom/menu_util.asm ================================================ ;;; ;;; replacement ROM routines for 4P ;;; rom0033: push af ld a,(ROM_MODEL) cp ROM_MODEL_4P jr z,+ pop af jp 0033h + pop af jp disp_byte rom0049: push af ld a,(ROM_MODEL) cp ROM_MODEL_4P jr z,+ pop af jp 0049h + pop af - call kiscan jr nz,- ret kb0 equ 3801h kflag: db 0 timer: db 0 shift: db 0 kidata: db 0 ; last key entered db 0 ; repeat time check rptinit equ $-kidata db 22 ; 22 * 33.3ms = .733secs rptrate equ $-kidata db 2 ; 2 x RTC rate kbrow0 equ $-kidata db -1,-1,-1,-1 ; image rows 0-3 kbrow4 equ $-kidata db -1,-1 ; image rows 4-5 kbrow6 equ $-kidata db -1,-1 ; image rows 6-7 CR equ 13 LF equ 10 ;; Conversion table for keyboard row 7/8 kbtbl db CR,1DH,1FH,1FH ; db 80H,0,0BH,1BH ; db LF,1AH,8,18H ; db 9,19H,20H,20H ; db 81H,91H,82H,92H ; db 83H,93H ; ;; Table to generate 5B-5F, 7B-7F spcltb db ",/.;",CR kiscan: ld ix,kidata ; point to data area ld hl,kidata+kbrow0 ; load kbd image start ld bc,kb0 ; load start of keyboard ld d,0 ki_1: ld a,(bc) ; load 1st char from kbd ld e,a xor (hl) ; xor with old value jr nz,ki_2 ; go if different inc d ; bump key counter inc hl ; bump image pointer rlc c ; go to next row jp p,ki_1 ; loop until end of rows ld a,(bc) ; get row 7 and 78h ; strip shift, ctl ld e,a xor (hl) jr nz,ki_2 ld a,(ix+0) ; key down ? it's same as or a ; the last if so jr z,nochar ; ret if no key ld a,(timer) ; do we repeat the sub (ix+1) ; same key ? sub (ix+rptinit) ; beyond 0.75 seconds? ld a,(bc) ld e,a jr c,ki_10 ; go if yes nochar or 1 ; else don't repeat ld a,0 ; show NZ with A=0 ret ;; found key change in matrix ki_2: ld (hl),e ; stuff kb image with new and e ; kb row value jp z,nokey ; go if new is none ;; convert the depressed key ld e,a ; save the active bit ld a,d ; calculate 8*row rlca rlca rlca ld d,a ; save 8*row ld c,1 ; add 8*row + column ki_3: ld a,c and e ; check if bits match jr nz,ki_6 ; go if match inc d ; else bump value rlc c ; shift compare bit jr ki_3 ; loop to test next ;; key pressed was not an alpha ki_4: sub 90h ; adjust for no-alpha jr nc,ki_9 ; go if special key add a,40h ; convert to numeric/symbol cp 3ch ; manipulate to get jr c,ki_5 ; proper code xor 10h ki_5: bit 0,e ; check shift jr z,ki_11 ; go if unshift xor 10h ; else adjust for shift jr ki_11 ;; found a key - setup the function codes ki_6: ld a,(shift) ; p/u the shift key ld e,a ; merge lh & rh shift keys and 2 ; only merge bit 1 rrca ; bit 1 to bit 0 or e ; merge bits 0&1 ld e,a ; value of rh or lh shift ld a,d ; load semi-converted add a,60h ; if alpha, convert to cp 80h ; correct value ld hl,kflag jr nc,ki_4 ; go if not alpha ;; alpha @-Z - if caps lock or , convert to caps unless CLEAR bit 2,e ; ctrl key down ? jr nz,ctla2z ; ctrl sets <00-1A> cp 60h ; invert @ and ' jr nz,ki_7 xor 20h ; invert and bypass test jr ki_8 ; for caps lock ki_7: bit 1,(ix+kbrow6) ; if clear, don't test jr nz,ki_8 ; for caps lock bit 5,(hl) ; caps lock ? jr nz,tglcase ki_8: bit 0,e ; shift key down ? jr z,ki_11 ; bypass if not shifted jr tglcase ; convert to upper case ctla2z: sub 60h ; convert ctrl a-z jr nz,ki_11 ; go on a-z bit 0,e ; shifted ? scf ; set c flag for ctrl-@ ret z ; & return if unshifted ld a,1ch ; else set eof error ret ki_10: ld a,(timer) ; advance time check add a,(ix+rptrate) jr ki_12 ; go output the key ;; special keys - rows 6 & 7 ki_9: cp 11 ; compress F1-F3 keys jr z,capskey ; while checking for CAP jr c,ki_91 ; F1-F3 to 8-10 sub 4 ki_91: ld hl,kbtbl ; pt to special char table rlca ; index into table bit 0,e ; shift code is + 1 jr z,ki_92 inc a ki_92: ld c,a ; index the table ld b,0 add hl,bc ld a,(hl) ; load char from table jr ki_11 ; bypass restore of char tglcase: xor 20h ; toggle the case ki_11: cp 80h ; break key ? jr nz,ki_11a ; ck on disable ld hl,kflag set 0,(hl) jr ki_11a ki_11b: rla ki_11a: bit 1,(ix+kbrow6) ; clear key pressed ? jr z,notalph ; go if not down ld d,a ; save code res 5,a ; set to upper case for sub 'A' ; test A-Z cp 'Z'-'A'+1 ld a,d ; get back actual char jr nc,ki_11c ; go if not A-Z xor 20h ; shift keyboard case ki_11c: or 80h ; set bit 7 for clear key notalph:bit 0,e ; shift key down ? jr z,fixclr ; go if not gotshft:cp 9Fh ; shift-clear ? jr z,fixscl ; go if so tstspa: cp 20h ; shift-0 or shift-space? jr nz,keyok ; go if not bit 0,(ix+kbrow4) ; ck zero key jr z,keyok ; go if not down ;; toggle the capslock in kflag capskey: ld a,20h ; caps wasn't 20h cashk: ld hl,kflag ; reverse case by xor (hl) ; flipping bit 5 ld (hl),a jr nokey fixscl xor 80h ; reset bit 7 fixclr cp 9fh ; clear key ? jr nz,keyok ; go if not nokey xor a keyok ld (ix+0),a ld bc,0184h ; delay typhk call pause ld a,(timer) ; set initialization delay2 add a,(ix+rptinit) ; repeat key delay ki_12 ld (ix+1),a ; save new repeat time ld a,(ix+0) ; check if any key or a ; code was saved jp z,nochar ; ret if none bit 2,e ; shift key down ? scf ; init carry jr nz,specl ; ret if ctrl ccf dvrexit: bit 7,a ; Z flag set on non-clear ret z specl: push af ; save code ki_13: ld hl,spcltb ; special char table res 7,a ; turn off clear ld bc,055bh ; 5 chars, starting char jr nc,spcllp ; if not ctrl dec b ; else only 4 spcllp: cp (hl) ; is this it ? jr z,hit ; go if so xor 10h ; flip shift state cp (hl) ; is that it ? jr z,hitws ; go if so xor 10h ; flip back inc hl ; bump spcl table ptr inc c ; bump "convert to" char djnz spcllp ; loop through table pop af ; not found in table jr c,ckctl2 ; ck ctrl for c-flag ckctl1 cp a ; set z-flag ret hitws set 5,c ; move to LC set hit pop af ; restore orig char ld a,c ; load converted one ckctl jr nc,ckctl1 ; go if ctrl key not down and 1fh ; force ctrl code ckctl2 cp a ; set z flag scf ; set c flag for ctrl ret pause: ld a,a dec bc ld a,b or c jr nz,pause ret ;; ;; basic display driver ;; ;; (supported control char : 0D, 1C-1F) ;; disp_byte: push hl ld hl,(sptr) ; restore HL = sptr cp 20h ; control char ? jr c,disp_ctrl ; yes cp 0C0h ; tab/special char ? jr nc,disp_done3 ; yes => ignore ld (hl),a ; display regular char inc hl jr disp_done disp_done3: pop hl ret disp_08: dec hl ld (hl),20h jr disp_done disp_ctrl: cp 08h ; backspace jr z,disp_08 cp 0ah ; line feed jr z,disp_0d cp 0dh ; new line jr z,disp_0d cp 0Fh ; cursor back jr z,disp_18 cp 010h ; cursor forward jr z,disp_19 cp 01ah ; cursor down jr z,disp_1a cp 01bh ; cursor up jr z,disp_1b cp 01ch ; top of screen jr z,disp_1c cp 01dh ; begin of line jr z,disp_1d cp 01eh ; clear end of line jr z,disp_1e cp 01fh ; erase until end of screen jr z,disp_1f jr disp_done2 ; all others => ignore disp_18: ; cursor back ld a,l and 3fh dec hl jr nz,disp_done disp_1a: ; cursor down ld de,0040h add hl,de jr disp_done disp_19: ; cursor forward inc hl ld a,l and 3fh jr nz,disp_done disp_1b: ; cursor up ld de,0ffc0h add hl,de jr disp_done disp_1c: ; cursor home ld hl,3c00h jr disp_done disp_1d: ; cursor at begin of line ld a,l and 0c0h ld l,a jr disp_done disp_1e: ; erase until end of line ld d,h ld a,l or 3Fh ld e,a inc de jr + disp_1f: ; erase until end of screen ld de,4000h / ld (hl),20h ; erase char until HL == DE inc hl ld a,h sub d jr nz,- ld a,l sub e jr nz,- jr disp_done2 disp_0d: ld a,l ; cursor to start of line and 0c0h ld l,a ld de,0040h ; next line add hl,de jr disp_done disp_done: ld (sptr),hl disp_done2: pop hl ret ================================================ FILE: frehd/z80/frehd_rom/newdos25.asm ================================================ listing on newpage ;*=*=* ; Model 3 NEWDOS 2.5 boot/sys patch ; borrowed from www.trs80.nl/nhdd.htm#boot sector_ ; boot for newdos/80 harddisk for the trs-80 model 1 ; written 5-7-1993, code by Rence ; ; position of sys0.sys matches spg1 value. spg1 must be < 20h (32 dec) ; revised 08-Dec-2013 dean.bear@gmail.com ;*=*=* nd3_rdcmd equ 20h ; read one sector command nd3_dct_buf equ 5200h ; location of pdrive DCT buffer nd3_buffer equ 5300h ; location of sector buffer nd3_dct equ 02h ; pdrive is on sector 2 cyl 0 display_ equ 0033h ; rom display for m1,m3 etx equ 03h ; etx lf equ 0ah ; l/f cr equ 0dh ; c/r cls equ 1fh ; clear screen tof equ 1ch ; top of field newdos25: ;; byte 4302h contains the starting lump of the directory, ;; and matches PDRIVE parameter ddsl1. ddsl1 is the relative ;; lump whose first sector is the beginning of the volume's directory. ;; ;; ddsl1 actually supports values between 4 and 124 (dec); ;; the value selected MUST be divisible by 4 to ensure ;; correct alignment, and successful boot. ;; ;; ** the use of incorrect custom ddsl1 values will cause the *** ;; ** boot to fail with a 'hard disk error' message *** ;; ;; NOTE: xtrs will update reed header byte 1f (31 dec) with the ;; correct ddsl1 value after a format of the 1st partition. ;; HEADER BYTE 1f IN THE v1.0 STANDARD IS DEPRECATED BUT XTRS STILL CORRECTLY ;; MAINTAINS THIS BYTE - so it should continue to match the value @ 4302h, and ;; position 3 in the unpatched boot/sys on the disk @ partition0, head0, sector0 ;; ;; ** now supports boot partitions with a sectors per granule (spg1) >= 5. ** ;; START_PATCH 4303h ; ; phase one ; load pdrive table into nd3_dct_buffer ; di ; must disable interrupts for M3 ld sp,41e0h ; set up a new stack ld de,nd3_dct ; sector 02 - NEWDOS PDRIVE (DCT) ld hl,nd3_dct_buf ; pdrive buffer start push hl ; DCT is loaded at beginning of buffer pop iy ; setup iy for indexing DCT exx ld l,0ffh ; pdrive buffer end call nd3_getbyte ; read sector 02 ; ; phase two ; calculate starting location of sys0/sys using spg1 value for drive 0 ; ld a,(iy+03h) ; get spg1 value from pdrive DCT ld d,00h ; cylinder 0 ld e,a ; spg1 value is also the physical sector for sys0/sys ; ; phase three ; load SYS0/SYS into nd3_buffer then store or execute ; ld hl,nd3_buffer ; keep DCT in nd3_dct_buffer, load sys0/sys into nd3_buffer exx ld hl,53ffh ; buffer start + 255 - call nd3_getbyte ; read next byte cp 20h ; jr nc,nd3_error_ ld c,a ; record type call nd3_getbyte ld b,a ; number of bytes ld a,c cp 01h ; record type 1 (program code) jr z,+ ; nd3_rectyp1 cp 02h ; record type 2 (program entry) jr z,++ ; nd3_rectyp2 ; ; must be a comment (record types 0, 3 - 20h) ; - call nd3_getbyte djnz - jr -- ; all read ; ; record type 01 = program code ; + call nd3_rd_addr ; address in de - call nd3_getbyte ld (de),a ; store program data inc de ; next ram address djnz - ; nd3_rtlp01 jr --- ; ; record type 02 = program entry ; + call nd3_rd_addr ; address in de ld a,(de) ; test byte in sys0 cp 0a5h ; 10100101 magic byte. must be a5h or start is aborted 'no sys' jr nz,nd3_no_sys ; no_system error message inc de ; program entry push de ; save de (entry) executed by ret ; ; patch DCT loaded by sys0/sys, before jumping to newdos entry ; ld (iy+0dh),0 ; reset byte 0d value from loaded pdrive DCT ? ld de,0ff3bh ; patch sys0/sys loaded newdos pdrive table with hdd table ld hl,5200h ; source pdrive still loaded at 5200h ld bc,0010h ; copy 16 bytes to destination pdrive table for drive 0 ldir ; ; make a few adjustments before transferring control to newdos ; before changes are made ; 4d00: a5 ed 56 21 45 ff 06 b9 36 00 23 10 fb 21 ff f8 ; after changes ; 4d00: a5 ed 56 21 4a ff 06 b4 36 00 23 10 fb 21 ff f8 ; ; 4d03 21 4a ff ld hl,ff4ah ; 4d06 06 b4 ld b,b4h ; 4d08 36 00 ld (hl),00h ; 4d0a 23 inc hl ; 4d0b 10 fb djnz 4d08h ; ld a,04ah ; adjust area to clear ld (4d04h),a ; first address to zero ld a,0b4h ; byte count ld (4d07h),a ; number of bytes to zero ret ; execute program ; ; program load or entry address in de ; nd3_rd_addr: call nd3_getbyte dec b ; count one byte ld e,a ; low address call nd3_getbyte dec b ; count one byte ld d,a ; high address ret ; ; error messages ; nd3_error_: ld hl,nd3_err_msg ; address of error message jr nd3_display ; nd3_display text ->(hl) nd3_no_sys: ld hl,nd3_no_sysm nd3_display: ld a,(hl) inc hl cp etx - jr z,- call display_ jr nd3_display ; next byte of message nd3_err_msg: defb tof defb cls defb "hard disk error" defb etx nd3_no_sysm: defb tof defb cls defb "no system on hard disk" defb etx ; ; read byte routine (general part...), de = sector to read, hl = buffer ; nd3_getbyte: inc l ; if 00 --> read next sector_ ld a,(hl) ret nz exx ld b,05 ; retry count - call nd3_hw_read ; hard disk read jr z,+ djnz - ; time out retry again exx jp nd3_error_ ; fail + call nd3_nextsec ; set to read next sector exx ld a,(hl) ret ; ; ; read byte routine (western digital) ; nd3_nextsec: inc e ; inc sector, assume sequential sectors across cylinders ld a,e cp 20h ; overflow 20h sectors per cylinder ret nz ; ok if less than 20h (32) inc d ; bump cylinder ld e,00h ; reset sector count ret nd3_hw_read: ld a,e out (SECNUM),a ; send sector number to wd1002-05 xor a ; drive 0, head 0, sector 256 bytes out (SDH), a ; send size/drive/head out (CYLHI), a ; also send cyl high 0 ld a, d ; MSB cylinder to read out (CYLLO), a ld a,nd3_rdcmd ; read single SECNUM out (COMMAND),a ; send command push bc push hl - in a, (STATUS) rlca ; busy bit -> C jr c, - in a, (STATUS) ; read status again and 01h ; nz = error jr nz,+ ld bc, DATA ; b = 0 == get 256 bytes inir ; input 256 bytes from port (c) to (hl) + pop hl pop bc ret db 0,0,1ch,0 END_PATCH LAST_PATCH ================================================ FILE: frehd/z80/frehd_rom/rom-patches/Makefile ================================================ ASM = asl P2BIN = p2bin MV = /bin/mv M1SRC = model1rom.asm M1LST = $(M1SRC:%.asm=%.lst) M1BIN1 = $(M1SRC:%.asm=%.p) M1BIN2 = $(M1SRC:%.asm=%.bin) M1BINA = $(M1SRC:%.asm=%-A.bin) M1BINB = $(M1SRC:%.asm=%-B.bin) M1BINC = $(M1SRC:%.asm=%-C.bin) M1HEX = $(M1SRC:%.asm=%.hex) M1LST = $(M1SRC:%.asm=%.lst) M3SRC = model3rom.asm M3LST = $(M3SRC:%.asm=%.lst) M3BIN1 = $(M3SRC:%.asm=%.p) M3BIN2 = $(M3SRC:%.asm=%.bin) M3BINA = $(M3SRC:%.asm=%-A.bin) M3BINB = $(M3SRC:%.asm=%-B.bin) M3BINC = $(M3SRC:%.asm=%-C.bin) M3HEX = $(M3SRC:%.asm=%.hex) M3LST = $(M3SRC:%.asm=%.lst) M4SRC = model4rom.asm M4LST = $(M4SRC:%.asm=%.lst) M4BIN1 = $(M4SRC:%.asm=%.p) M4BIN2 = $(M4SRC:%.asm=%.bin) M4BINA = $(M4SRC:%.asm=%-A.bin) M4BINB = $(M4SRC:%.asm=%-B.bin) M4BINC = $(M4SRC:%.asm=%-C.bin) M4BINBC = $(M4SRC:%.asm=%-BC.bin) M4HEX = $(M4SRC:%.asm=%.hex) M4LST = $(M4SRC:%.asm=%.lst) M4G2SRC = model4rom.gen2.asm M4G2LST = $(M4G2SRC:%.asm=%.lst) M4G2BIN1 = $(M4G2SRC:%.asm=%.p) M4G2BIN2 = $(M4G2SRC:%.asm=%.bin) M4G2BINA = $(M4G2SRC:%.asm=%-A.bin) M4G2BINB = $(M4G2SRC:%.asm=%-B.bin) M4G2BINC = $(M4G2SRC:%.asm=%-C.bin) M4G2BINBC = $(M4G2SRC:%.asm=%-BC.bin) M4G2HEX = $(M4G2SRC:%.asm=%.hex) M4G2LST = $(M4G2SRC:%.asm=%.lst) M4ASRC = model4frenchrom.asm M4ALST = $(M4ASRC:%.asm=%.lst) M4ABIN1 = $(M4ASRC:%.asm=%.p) M4ABIN2 = $(M4ASRC:%.asm=%.bin) M4ABINA = $(M4ASRC:%.asm=%-A.bin) M4ABINB = $(M4ASRC:%.asm=%-B.bin) M4ABINC = $(M4ASRC:%.asm=%-C.bin) M4AHEX = $(M4ASRC:%.asm=%.hex) M4ALST = $(M4ASRC:%.asm=%.lst) M4GSRC = model4germanrom.asm M4GLST = $(M4GSRC:%.asm=%.lst) M4GBIN1 = $(M4GSRC:%.asm=%.p) M4GBIN2 = $(M4GSRC:%.asm=%.bin) M4GBINA = $(M4GSRC:%.asm=%-A.bin) M4GBINB = $(M4GSRC:%.asm=%-B.bin) M4GBINC = $(M4GSRC:%.asm=%-C.bin) M4GHEX = $(M4GSRC:%.asm=%.hex) M4GLST = $(M4GSRC:%.asm=%.lst) M4PSRC = model4p_rom.asm M4PLST = $(M4PSRC:%.asm=%.lst) M4PBIN1 = $(M4PSRC:%.asm=%.p) M4PBIN2 = $(M4PSRC:%.asm=%.bin) M4PLST = $(M4PSRC:%.asm=%.lst) SVN_REV := $(shell svn info . | sed -n '/^Revision: /s/Revision: //p') all: $(M1BIN2) $(M3BIN2) $(M4BIN2) $(M4G2BIN2) $(M4ABIN2) $(M4GBIN2) $(M4PBIN2) clean: $(RM) $(M1BIN1) $(M1BIN2) $(M1BINA) $(M1BINB) $(M1BINC) $(M1LST) $(M1HEX) $(RM) $(M3BIN1) $(M3BIN2) $(M3BINA) $(M3BINB) $(M3BINC) $(M3LST) $(M3HEX) $(RM) $(M4BIN1) $(M4BIN2) $(M4BINA) $(M4BINB) $(M4BINC) $(M4BINBC) $(M4LST) $(M4HEX) $(RM) $(M4G2BIN1) $(M4G2BIN2) $(M4G2BINA) $(M4G2BINB) $(M4G2BINC) $(M4G2BINBC) $(M4G2LST) $(M4G2HEX) $(RM) $(M4ABIN1) $(M4ABIN2) $(M4ABINA) $(M4ABINB) $(M4ABINC) $(M4ALST) $(M4AHEX) $(RM) $(M4PBIN1) $(M4PBIN2) $(M4PLST) $(M1BIN2): $(M1SRC) $(ASM) $(M1SRC) -U -L -u -D SVN_REV=1 -o $(M1BIN1) $(P2BIN) -r 0x0000-0x2fff $(M1BIN1) $(M1BIN2) $(P2BIN) -r 0x0000-0x1fff $(M1BIN1) $(M1BINA) $(P2BIN) -r 0x2000-0x27ff $(M1BIN1) $(M1BINB) $(P2BIN) -r 0x2800-0x2fff $(M1BIN1) $(M1BINC) $(M3BIN2): $(M3SRC) $(ASM) $(M3SRC) -U -L -u -D SVN_REV=$(SVN_REV) -o $(M3BIN1) $(P2BIN) -r 0x0000-0x37ff $(M3BIN1) $(M3BIN2) $(P2BIN) -r 0x0000-0x1fff $(M3BIN1) $(M3BINA) $(P2BIN) -r 0x2000-0x2fff $(M3BIN1) $(M3BINB) $(P2BIN) -r 0x3000-0x37ff $(M3BIN1) $(M3BINC) $(M4BIN2): $(M4SRC) $(ASM) $(M4SRC) -U -L -u -D SVN_REV=$(SVN_REV) -o $(M4BIN1) $(P2BIN) -r 0x0000-0x37ff $(M4BIN1) $(M4BIN2) $(P2BIN) -r 0x0000-0x1fff $(M4BIN1) $(M4BINA) $(P2BIN) -r 0x2000-0x2fff $(M4BIN1) $(M4BINB) $(P2BIN) -r 0x3000-0x37ff $(M4BIN1) $(M4BINC) $(P2BIN) -r 0x2000-0x37ff $(M4BIN1) $(M4BINBC) $(M4G2BIN2): $(M4G2SRC) $(ASM) $(M4G2SRC) -U -L -u -D SVN_REV=$(SVN_REV) -o $(M4G2BIN1) $(P2BIN) -r 0x0000-0x37ff $(M4G2BIN1) $(M4G2BIN2) $(P2BIN) -r 0x0000-0x1fff $(M4G2BIN1) $(M4G2BINA) $(P2BIN) -r 0x2000-0x2fff $(M4G2BIN1) $(M4G2BINB) $(P2BIN) -r 0x3000-0x37ff $(M4G2BIN1) $(M4G2BINC) $(P2BIN) -r 0x2000-0x37ff $(M4G2BIN1) $(M4G2BINBC) $(M4ABIN2): $(M4ASRC) $(ASM) $(M4ASRC) -U -L -u -D SVN_REV=$(SVN_REV) -o $(M4ABIN1) $(P2BIN) -r 0x0000-0x37ff $(M4ABIN1) $(M4ABIN2) $(P2BIN) -r 0x0000-0x1fff $(M4ABIN1) $(M4ABINA) $(P2BIN) -r 0x2000-0x2fff $(M4ABIN1) $(M4ABINB) $(P2BIN) -r 0x3000-0x37ff $(M4ABIN1) $(M4ABINC) $(M4GBIN2): $(M4GSRC) $(ASM) $(M4GSRC) -U -L -u -D SVN_REV=$(SVN_REV) -o $(M4GBIN1) $(P2BIN) -r 0x0000-0x37ff $(M4GBIN1) $(M4GBIN2) $(P2BIN) -r 0x0000-0x1fff $(M4GBIN1) $(M4GBINA) $(P2BIN) -r 0x2000-0x2fff $(M4GBIN1) $(M4GBINB) $(P2BIN) -r 0x3000-0x37ff $(M4GBIN1) $(M4GBINC) $(M4PBIN2): $(M4PSRC) $(ASM) $(M4PSRC) -U -L -u -D SVN_REV=$(SVN_REV) -o $(M4PBIN1) $(P2BIN) -r 0x0000-0x0fff $(M4PBIN1) $(M4PBIN2) ================================================ FILE: frehd/z80/frehd_rom/rom-patches/model1rom.asm ================================================ CPU z80 ;;; ;;; Use Model 1 L2 Version 1.3 ROM : ;;; BINCLUDE model1.rom INCLUDE ../frehd.inc ;;; ;;; Replace Mem Size? and R/S Level 2 Messages ;;; ;;; ;;; ;; ROM: ld hl,l0105h ;00b5 21 05 01 ! . . ORG 00b5h ld hl,message ; new address of MEM SIZE? message ;; ROM: ld hl,l010eh ;00fc 21 0e 01 ! . . ORG 00fch jp 1a19h ; return to ready routine, basic command mode ;; ROM: call sub_28a7h ;00ff cd a7 28 . . ( ;; ROM: jp l1a19h ;0102 c3 19 1a . . . ;; ROM: ld c,l ;0105 4d M ;; ROM: ld b,l ;0106 45 E ;; ROM: ld c,l ;0107 4d M ;; ROM: jr nz,l015dh ;0108 20 53 S ;; ROM: ld c,c ;010a 49 I ;; ROM: ld e,d ;010b 5a Z ;; ROM: ld b,l ;010c 45 E ;; ROM: nop ;010d 00 . ;; ROM: ld d,d ;010e 52 R ;; ROM: cpl ;010f 2f / ;; ROM: ld d,e ;0110 53 S ;; ROM: jr nz,l015fh ;0111 20 4c L ;; ROM: ld (04220h),a ;0113 32 20 42 2 B ;; ROM: ld b,c ;0116 41 A ;; ROM: ld d,e ;0117 53 S ;; ROM: ld c,c ;0118 49 I ;; ROM: ld b,e ;0119 43 C ;; ROM: dec c ;011a 0d . ;; ROM: nop ;011b 00 . ;; now 29 bytes free here ! ORG 00ffh hd_boot: ld a,ROM_MODEL_1 ; 00ff ROM parameter to FreHD. 1 for Model1. out (WRITEROM),a ; 0101 2 in a,(READROM) ; 0103 2 cp 0FEh ; 0105 FE is FreHD present and valid code! ret nz ; 0107 return if no FreHD or old firmware ld hl,ROM_LOAD ; 0108 load more "rom" from FreHD ld bc,READROM ; 010b inir ; 010e jp ROM_LOAD message: db 4dh ; M db 45h ; E db 4dh ; M db 20h db 53h ; S db 49h ; I db 5ah ; Z db 45h ; E db 00h IF $ > 011ch ERROR "Code too big" ENDIF ;; ROM: ld b,027h ;0685 06 27 . ' ;; ROM: ld (de),a ;0687 12 . ;; ROM: inc de ;0688 13 . ;; ROM: djnz l0687h ;0689 10 fc . . ;; ROM: ld a,(03840h) ;068b 3a 40 38 : @ 8 ;; ROM: and 004h ;068e e6 04 . . ;; ROM: jp nz,l0075h ;0690 c2 75 00 . u . ;; ROM: ld sp,0407dh ;0693 31 7d 40 1 } @ ;; ROM: ld a,(037ech) ;0696 3a ec 37 : . 7 ;; ROM: inc a ;0699 3c < ;; ROM: cp 002h ;069a fe 02 . . ;; ROM: jp c,l0075h ;069c da 75 00 . u . ;; ROM: ld a,001h ;069f 3e 01 > . ;; ROM: ld (037e1h),a ;06a1 32 e1 37 2 . 7 ;; ROM: ld hl,037ech ;06a4 21 ec 37 ! . 7 ;; ROM: ld de,037efh ;06a7 11 ef 37 . . 7 ;; ROM: ld (hl),003h ;06aa 36 03 6 . ;; ROM: ld bc,l0000h ;06ac 01 00 00 . . . ;; ROM: call l0060h ;06af cd 60 00 . ` . ;; 06ac - bc is already zero - see 0685-0689, ;; save 3 bytes ORG 0693h ORG 0696h call hd_boot ;0696 ld a,(037ech) ;0699 3a ec 37 : . 7 inc a ;069c 3c < cp 002h ;069d fe 02 . . jp c,0075h ;069f da 75 00 . u . ld a,001h ;06a2 3e 01 > . ld (037e1h),a ;06a4 32 e1 37 2 . 7 ld hl,037ech ;06a7 21 ec 37 ! . 7 ld de,037efh ;06aa 11 ef 37 . . 7 ld (hl),003h ;06ad 36 03 6 . call 0060h ;06af cd 60 00 . ` . ================================================ FILE: frehd/z80/frehd_rom/rom-patches/model3rom.asm ================================================ CPU z80 include ../frehd.inc ;;; ;;; Fred's MODEL 3 ROM C : ;;; ;;; SCM91692P ;;; Tandy (c) 80 ;;; 8040316B ;;; (mot) QQ8115 (motorolla sign) ;;; BINCLUDE model3.rom ;; ROM:3489 call clear_screen ; clear screen ;; ROM:348C call check_break ; check ;; ROM:348F jp nz, non_disk ; non-disk if pressed ORG 348Fh call hd_boot1 ;; ROM:338E keyboard_in: ; CODE XREF: cas_off+18j ;; ROM:338E call check_computer_version ; lower case installed ? ;; ROM:3391 jr nz, loc_33A3 ; skip if not ;; ROM:3393 ld bc, 3880h ; BC => shift keys ;; ROM:3396 ld hl, 4018h ; HL => flag byte ;; ROM:3399 ld a, (bc) ; get image of keys ;; ROM:339A and 2 ; mask bit 1 (right shift) ;; ROM:339C ld e, a ; save masked image ;; ROM:339D xor (hl) ; toggle against old image ;; ROM:339E ld (hl), e ; save new image ;; ROM:339F and e ; mask bit 1 ;; ROM:33A0 jp nz, loc_30BD ; jump if right shift pressed ORG 338Eh keyboard_in: jr + ;; 19 bytes free here ! hd_boot2: ld a,ROM_MODEL_3 out (WRITEROM),a in a,(READROM) cp 0FEh ret nz ld hl,ROM_LOAD ld bc,READROM jp hd_boot3 nop + IF $ <> 33A3h ERROR "Must be at 33A3h" ENDIF ;; ROM:3411 ;; ROM:3411 loc_3411: ; CODE XREF: cas_off+409j ;; ROM:3411 rrca ; D = 8 * row# + key# ;; ROM:3412 jr c, loc_3417 ;; ROM:3414 inc d ;; ROM:3415 jr loc_3411 ;; ROM:3417 ; --------------------------------------------------------------------------- ;; ROM:3417 ;; ROM:3417 loc_3417: ; CODE XREF: cas_off+406j ;; ROM:3417 call check_computer_version ; dual shifts ? ;; ROM:341A ld a, (3880h) ; get shift(s) ;; ROM:341D jr nz, loc_3421 ; skip if dual shifts ;; ROM:341F and 1 ; mask for shifts ;; ROM:3421 ;; ROM:3421 loc_3421: ; CODE XREF: cas_off+411j ;; ROM:3421 and 3 ; mask for shifts ;; ROM:3423 jr z, loc_3427 ; skip if no shifts ;; ROM:3425 set 6, d ; offset D for shifts ;; ROM:3427 ORG 3411h loc_3411: rrca jr c,+ inc d jr loc_3411 ;; 7 bytes free here ! hd_boot3: inir jp ROM_LOAD nop nop + ld a,(3880h) IF $ <> 3421h ERROR "Must be at 3421h" ENDIF ;; ROM:342F loc_342F: ; CODE XREF: cas_off+41Fj ;; ROM:342F ld hl, 3045h ; HL => keyboard tables ;; ROM:3432 ld e, d ; DE => offset ;; ROM:3433 ld d, 0 ;; ROM:3435 add hl, de ; HL = char position ;; ROM:3436 ld a, (hl) ; get character ;; ROM:3437 cp 1Ah ; shift down arrow ? ;; ROM:3439 jp z, loc_30A1 ; NULL exit if so ;; ROM:343C ld b, a ; save char in B ;; ROM:343D call check_computer_version ;; ROM:3440 ld a, b ; restore char ;; ROM:3441 jr z, loc_3447 ;; ROM:3443 or a ; NULL char ? ;; ROM:3444 jp z, loc_30BD ; toggle caps lock if so ;; ROM:3447 ;; ROM:3447 loc_3447: ; CODE XREF: cas_off+435j ;; ROM:3447 ld hl, 4224h ; HL => "control" flag ;; ROM:344A cp '*' ; key = '*' ? ;; ROM:344C jr nz, loc_3452 ; skip if not ;; ROM:344E ld a, 1Fh ; control flag set ;; ROM:3450 cp (hl) ;; ROM:3451 ld a, b ; restore char ;; ROM:3452 loc_3452: ; CODE XREF: cas_off+440j ;; ROM:3452 jp loc_30FD ORG 343Ch ld b,a or a jp z,30BDh ld hl,4224h cp '*' jr nz,+ ld a, 1Fh cp (hl) ld a,b + jp 30FDh hd_boot1: jp nz,37AFh ; non-disk jp hd_boot2 IF $ <> 3455h ERROR "Must be at 3455h" ENDIF ;; Make EXT I/O enabled ORG 3724h db 38h ================================================ FILE: frehd/z80/frehd_rom/rom-patches/model4frenchrom.asm ================================================ CPU z80 ;;; ;;; Fred's AZERTY ROM C : ;;; ;;; SCM90899P ;;; 8049003 ;;; Tandy (c) 1983 ;;; (mot) 8335 (motorolla sign) ;;; BINCLUDE model4french.rom INCLUDE ../frehd.inc ;;; ;;; Need to find some free space in the ROM. For now, remove the support ;;; for slow_tape_write. ;;; ORG 3000h jp 329bh ; replace slow_tape_write by fast ;; 346F call clear_screen ;; 3472 call check_break ;; 3475 jp nz,non_disk ;; 3478 in a,(F0h) ORG 3475h call hd_boot1 ;; This was cas_write_8bits_slow ORG 3241h hd_boot1: jp nz, 33F9h ; jump if pressed ld a,ROM_MODEL_4A ; rom parameter to FreHD. 0 for now. out (WRITEROM),a ; 2 in a,(READROM) ; 2 cp 0FEh ; FE is FreHD present and valid code! ret nz ; return if no FreHD or old firmware ld hl,ROM_LOAD ; load more "rom" from FreHD jr hd_boot2 IF $ >= 3254h ERROR "Code too big" ENDIF ;; This was slow_tape_write ORG 325Eh hd_boot2: ld bc,READROM inir jp ROM_LOAD IF $ >= 3274h ERROR "Code too big" ENDIF ;; Make EXT I/O enabled ORG 3724h db 30h ================================================ FILE: frehd/z80/frehd_rom/rom-patches/model4germanrom.asm ================================================ CPU z80 ;;; ;;; ;;; german rom ;;; ;;; BINCLUDE model4german.rom INCLUDE ../frehd.inc ================================================ FILE: frehd/z80/frehd_rom/rom-patches/model4germanrom.lst ================================================ AS V1.42 Beta [Bld 87] - source file model4germanrom.asm - page 1 - 11/7/2013 14:02:26 1/ 0 : 2/ 0 : CPU z80 3/ 0 : 4/ 0 : ;;; 5/ 0 : ;;; 6/ 0 : ;;; german rom 7/ 0 : ;;; 8/ 0 : ;;; 9/ 0 : 10/ 0 : BINCLUDE model4german.rom 11/ 3801 : INCLUDE ../frehd.inc (1) 1/ 3801 : (1) 2/ 3801 : ;;; (1) 3/ 3801 : ;;; FreHD defines (1) 4/ 3801 : ;;; (1) 5/ 3801 : (1) 6/ 3801 : ;; (1) 7/ 3801 : ;; ROM patches (1) 8/ 3801 : ;; (1) 9/ 3801 : (1) 10/ 3801 : ;; where the extra "rom is loaded (1) 11/ 3801 : =5000H ROM_LOAD equ 5000h (1) 12/ 3801 : (1) 13/ 3801 : ;; TRS model : passed by the patched rom (1) 14/ 3801 : =1H ROM_MODEL_1 equ 1h (1) 15/ 3801 : =3H ROM_MODEL_3 equ 3h (1) 16/ 3801 : =4H ROM_MODEL_4 equ 4h (1) 17/ 3801 : =4H ROM_MODEL_4A equ 4h ; model 4 azerty (1) 18/ 3801 : =5H ROM_MODEL_4P equ 5h (1) 19/ 3801 : (1) 20/ 3801 : ;; 4P model 3 rom file (1) 21/ 3801 : =MODELA.III MODEL_III_FILE equ "MODELA.III" (1) 22/ 3801 : (1) 23/ 3801 : ;; Rom passed parameter (1) 24/ 3801 : =5001H ROM_MODEL equ ROM_LOAD+1 (1) 25/ 3801 : (1) 26/ 3801 : ;; FreHD Interface defines (1) 27/ 3801 : =CDH CYLHI equ 0CDh (1) 28/ 3801 : =CCH CYLLO equ 0CCh (1) 29/ 3801 : =CAH SECCNT equ 0CAh (1) 30/ 3801 : =CBH SECNUM equ 0CBh (1) 31/ 3801 : =C8H DATA equ 0C8h (1) 32/ 3801 : =C9H ERROR equ 0C9h (1) 33/ 3801 : =C1H CONTROL equ 0C1h (1) 34/ 3801 : =CEH SDH equ 0CEh (1) 35/ 3801 : =CFH COMMAND equ 0CFh ; write only (1) 36/ 3801 : =CFH STATUS equ 0CFh ; read only (1) 37/ 3801 : =C4H COMMAND2 equ 0C4h ; write only (1) 38/ 3801 : =C4H READROM equ 0C4h ; read only (1) 39/ 3801 : =C5H WRITEROM equ 0C5h ; write only (1) 40/ 3801 : =C2H DATA2 equ 0C2h (1) 41/ 3801 : =C3H SIZE2 equ 0C3h (1) 42/ 3801 : =C5H ERROR2 equ 0C5h ; read only (1) 43/ 3801 : ;; Interface commands (1) 44/ 3801 : =1H GET_TIME equ 01h (1) 45/ 3801 : =3H OPEN_FILE equ 03h (1) 46/ 3801 : =4H READ_FILE equ 04h (1) 47/ 3801 : =6H CLOSE_FILE equ 06h (1) 48/ 3801 : =8H OPEN_DIR equ 08h (1) 49/ 3801 : =9H READ_DIR equ 09h AS V1.42 Beta [Bld 87] - source file model4germanrom.asm(frehd.inc) - page 2 - 11/7/2013 14:02:26 (1) 50/ 3801 : =AH MOUNT_DRIVE equ 0Ah (1) 51/ 3801 : =CH INFO_DRIVE equ 0Ch (1) 52/ 3801 : =EH READ_HEADER equ 0Eh (1) 53/ 3801 : ;; status bits (1) 54/ 3801 : =80H STATUS_BUSY equ 80h (1) 55/ 3801 : =40H STATUS_READY equ 40h (1) 56/ 3801 : =20H STATUS_WRERR equ 20h (1) 57/ 3801 : =10H STATUS_SEEKDONE equ 10h (1) 58/ 3801 : =8H STATUS_DRQ equ 08h (1) 59/ 3801 : =4H STATUS_ECC equ 04h (1) 60/ 3801 : =2H STATUS_CIP equ 02h (1) 61/ 3801 : =1H STATUS_ERR equ 01h (1) 62/ 3801 : ;; get time parameter (1) 63/ 3801 : =0H FREHD_SEC equ 00h (1) 64/ 3801 : =1H FREHD_MIN equ 01h (1) 65/ 3801 : =2H FREHD_HOUR equ 02h (1) 66/ 3801 : =3H FREHD_YEAR equ 03h (1) 67/ 3801 : =4H FREHD_DAY equ 04h (1) 68/ 3801 : =5H FREHD_MONTH equ 05h (1) 69/ 3801 : ;; file info (returned by READ_DIR) (1) 70/ 3801 : =8H FIL_ATTRIB_OFFSET equ 08h (1) 71/ 3801 : =9H FIL_FNAME_OFFSET equ 09h (1) 72/ 3801 : =CH FIL_FNAME_LEN equ 0ch ; 8.3 (1) 73/ 3801 : ;; drive info (returned by INFO_DRIVE) (1) 74/ 3801 : =6H DRIVE_FNAME_OFFSET equ 06h (1) 75/ 3801 : ;; attrib bits (1) 76/ 3801 : =1H FIL_ATTRIB_RO equ 01h (1) 77/ 3801 : =2H FIL_ATTRIB_HID equ 02h (1) 78/ 3801 : =4H FIL_ATTRIB_SYS equ 04h (1) 79/ 3801 : =8H FIL_ATTRIB_VOL equ 08h (1) 80/ 3801 : =10H FIL_ATTRIB_DIR equ 10h (1) 81/ 3801 : =20H FIL_ATTRIB_ARCHIVE equ 20h (1) 82/ 3801 : ;; open file options (1) 83/ 3801 : =0H FA_OPEN_EXISTING equ 00h (1) 84/ 3801 : =1H FA_READ equ 01h (1) 85/ 3801 : =2H FA_WRITE equ 02h (1) 86/ 3801 : =4H FA_CREATE_NEW equ 04h (1) 87/ 3801 : =8H FA_CREATE_ALWAYS equ 08h (1) 88/ 3801 : =10H FA_OPEN_ALWAYS equ 10h (1) 89/ 3801 : (1) 90/ 3801 : (1) 91/ 3801 : ;; Reed header http://www.trs-80emulators.com/hdv1-format/ (1) 92/ 3801 : ;; (1) 93/ 3801 : ;; byte 0-1 (1) 94/ 3801 : =56H REED_MAGIC0 equ 56h (1) 95/ 3801 : =CBH REED_MAGIC1 equ 0cbh (1) 96/ 3801 : ;; byte 8 : flag #2 -> bit 0 = auto-boot (1) 97/ 3801 : ;; byte 11 : disk format. (1) 98/ 3801 : ;; 0 = LDOS 6.3.1 (1) 99/ 3801 : ;; 1 = LDOS 5.3.1 (1) 100/ 3801 : ;; 2 = CPM (1) 101/ 3801 : ;; (1) 102/ 3801 : =8H REED_FLAG equ 08h (1) 103/ 3801 : =BH REED_OS equ 0Bh (1) 104/ 3801 : =0H OS_LDOS631 equ 0h (1) 105/ 3801 : =1H OS_LDOS531 equ 1h (1) 106/ 3801 : =2H OS_CPM equ 2h (1) 107/ 3801 : =3H OS_NEWDOS25 equ 3h (1) 108/ 3801 : =4H OS_M1LDOS531 equ 4h (1) 109/ 3801 : =5H OS_M1NEWDOS25 equ 5h AS V1.42 Beta [Bld 87] - source file model4germanrom.asm(frehd.inc) - page 3 - 11/7/2013 14:02:26 (1) 110/ 3801 : =6H MAX_OS equ 6h (1) 111/ 3801 : (1) 112/ 3801 : 12/ 3801 : 13/ 3801 : 14/ 3801 : AS V1.42 Beta [Bld 87] - source file model4germanrom.asm - page 4 - 11/7/2013 14:02:26 symbol table (* = unused): ------------------------ *ARCHITECTURE : k8-apple-osx - | *BIGENDIAN : 0 - | *BRANCHEXT : 0 - | *CASESENSITIVE : 1 - | *CLOSE_FILE : 6 - | *COMMAND : CF - | *COMMAND2 : C4 - | *CONSTPI : 3.141592653589793 - | *CONTROL : C1 - | *CYLHI : CD - | *CYLLO : CC - | *DATA : C8 - | *DATA2 : C2 - | *DATE : 11/7/2013 - | *DRIVE_FNAME_OFFSET : 6 - | *ERROR : C9 - | *ERROR2 : C5 - | *FALSE : 0 - | *FA_CREATE_ALWAYS : 8 - | *FA_CREATE_NEW : 4 - | *FA_OPEN_ALWAYS : 10 - | *FA_OPEN_EXISTING : 0 - | *FA_READ : 1 - | *FA_WRITE : 2 - | *FIL_ATTRIB_ARCHIVE : 20 - | *FIL_ATTRIB_DIR : 10 - | *FIL_ATTRIB_HID : 2 - | *FIL_ATTRIB_OFFSET : 8 - | *FIL_ATTRIB_RO : 1 - | *FIL_ATTRIB_SYS : 4 - | *FIL_ATTRIB_VOL : 8 - | *FIL_FNAME_LEN : C - | *FIL_FNAME_OFFSET : 9 - | *FREHD_DAY : 4 - | *FREHD_HOUR : 2 - | *FREHD_MIN : 1 - | *FREHD_MONTH : 5 - | *FREHD_SEC : 0 - | *FREHD_YEAR : 3 - | *FULLPMMU : 1 - | *GET_TIME : 1 - | *HAS64 : 1 - | *HASDSP : 0 - | *HASFPU : 0 - | *HASPMMU : 0 - | *INEXTMODE : 0 - | *INFO_DRIVE : C - | *INLWORDMODE : 0 - | *INMAXMODE : 0 - | *INSRCMODE : 0 - | *INSUPMODE : 0 - | *LISTON : 1 - | *MACEXP : 1 - | *MAX_OS : 6 - | *MODEL_III_FILE : MODELA.III - | *MOMCPU : 80 - | *MOMCPUNAME : Z80 - | *MOUNT_DRIVE : A - | *NESTMAX : 100 - | *OPEN_DIR : 8 - | *OPEN_FILE : 3 - | *OS_CPM : 2 - | *OS_LDOS531 : 1 - | *OS_LDOS631 : 0 - | *OS_M1LDOS531 : 4 - | *OS_M1NEWDOS25 : 5 - | *OS_NEWDOS25 : 3 - | *PACKING : 0 - | *PADDING : 1 - | *READROM : C4 - | *READ_DIR : 9 - | *READ_FILE : 4 - | *READ_HEADER : E - | *REED_FLAG : 8 - | *REED_MAGIC0 : 56 - | *REED_MAGIC1 : CB - | *REED_OS : B - | *RELAXED : 0 - | ROM_LOAD : 5000 - | *ROM_MODEL : 5001 - | *ROM_MODEL_1 : 1 - | *ROM_MODEL_3 : 3 - | *ROM_MODEL_4 : 4 - | *ROM_MODEL_4A : 4 - | *ROM_MODEL_4P : 5 - | *SDH : CE - | *SECCNT : CA - | *SECNUM : CB - | *SIZE2 : C3 - | *STATUS : CF - | *STATUS_BUSY : 80 - | *STATUS_CIP : 2 - | *STATUS_DRQ : 8 - | *STATUS_ECC : 4 - | *STATUS_ERR : 1 - | *STATUS_READY : 40 - | *STATUS_SEEKDONE : 10 - | *STATUS_WRERR : 20 - | *SVN_REV : DCF - | *TIME : 14:02:26 - | *TRUE : 1 - | *VERSION : 142F - | *WRITEROM : C5 - | 103 symbols 102 unused symbols AS V1.42 Beta [Bld 87] - source file model4germanrom.asm - page 5 - 11/7/2013 14:02:26 codepages: ---------- STANDARD (0 changed characters) AS V1.42 Beta [Bld 87] - source file model4germanrom.asm - page 6 - 11/7/2013 14:02:26 0.00 seconds assembly time 126 lines source file 1 pass 0 errors 0 warnings ================================================ FILE: frehd/z80/frehd_rom/rom-patches/model4p_rom.asm ================================================ CPU z80 FREHD equ 1 ; ; Model 4P Boot ROM v1.16 ; ORG 0000H di ; Start here when Reset switch is pressed ; db 46h ; F Four pointless LD instructions which... db 44h ; D spell the initials of the ROM"s author. db 49h ; I When using BOOT command in 5.x & 6.x... db 56h ; V execution of ROM will start at 0005H. ; jr loc_3E ; Skip over the RSTs, and continue below ; db 0 ; Next are RST vectors -- all jump to RAM rst_8: jp 4000h ; RST 8 (Disk I/O) -- will point to a copy of loc_B: jp loc_8B5 ; this instruction, so a RST 8 will go db 0 ; from ROM to RAM and back to ROM. db 0 rst_10: jp 4003h ; RST 10H (Display String) will also point... jp sub_249 ; to a copy of the instruction on the db 0 ; following line. db 0 rst_18: jp 4006h ; RST 18H (Display Message) jp loc_255 ; Ditto db 0 db 0 rst_20: jp 4009h ; RST 20H (Get Byte) jp loc_B74 ; Initialized to get byte from MODEL%/III file db 0 ; (Vector in RAM is altered for RS-232 boot) db 0 rst_28: jp 400Ch ; RST 28H (Load Object Code) jp loc_B48 ; Ditto db 0 db 0 rst_30: jp 400Fh ; RST 30H (Scan Keyboard) jp loc_83E ; Ditto db 0 db 0 rst_38: jp 4012h ; RST 38H -- Mode 1 Interrupts ret ; If any interrupts, just ignore them db 0 ; (These RSTs jump to the same addresses... db 0 ; as the RSTs in the Model III ROM.) loc_3E: xor a ; Initialization continues here out (0E4h), a ; NMI mask -- no NMIs, please ld a, 50h ; "P" ; Use 4 MHz clock, enable I/O bus out (0ECh), a ld b, 7 ; Number of times to loop ld hl, 0Bh ; Point to instruction to copy ld de, 4000h ; Point to RAM destination of RST 8 jump loc_4D: ld c, 3 ; Number of bytes to copy loc_4F: ld a, (hl) ; Copy three bytes from (HL) to (DE)... ld (de), a ; these are the instructions that... inc de ; these RSTs will jump to. inc hl dec c jr nz, loc_4F ; Copy second and third bytes of instruction ld a, l ; Add 5 to HL, so it points to the next... add a, 5 ; instruction to copy into RAM. ld l, a djnz loc_4D ; Loop until all 7 instructions are copied ld sp, 40A0h ; Set up stack pointer ld c, 88h ; CRTC Address Register jr loc_C1 ; Skip over data, and continue from there aIii: db "III" ; Extension for ROM image file jp 4015h jp loc_A48 ; This block is copied to RAM, 4015H-4047H aModel: db "MODEL% " ; Filename for ROM image xor a ; Last part of boot -- ends up at 4020H out (9Ch), a ; Switch boot ROM out... jp 4300h ; and start executing boot sector. db 0 db 66h ; f Ends up at 4027H - pointless LDs that db 64h ; d are the author"s initials in lowercase. db 69h ; i Executed when fatal error occurs, and db 76h ; v this instruction ends the boot procedure. db 0 ROMDATE: db "1(16) 18-Oct-83" ; Boot ROM version and date... db 0 db 0 db 0 xor a ; Ends up at 403EH after block copy out (9Ch), a ; Switch boot ROM out... ld hl, (loc_B) ; Get word from from ROM image, or... inc a ; whatever"s there instead. out (9Ch), a ; Boot ROM back in, and return ret ; This is the end of the copy to RAM. BootROMVers: db "Boot ROM Version Is " db 0 ; Message terminated with zero byte db 0 ; Data for CRTC registers 1 through 15... db 0 ; see description in text. db 0 db 0 db 0 db 0 db 0 db 0 db 0 db 0 db 0 db 0 db 0 db 0 db 0 db 0 loc_C1: im 1 ; Z80 was set to IM 0 by RESET ld a, 0D0h ; Terminate command w/o interrupt out (0F0h), a ; to FDC ld b, 0Fh ; Number of CRTC registers to program ld hl, 0BFh ; Point to data for register 15 loc_CC: ld a, (hl) ; Get data for CRTC register out (c), b ; Send regnum to CRTC addr register out (89h), a ; Send data to CRTC data register dec hl ; Point to next byte of data djnz loc_CC ; Repeat for next register, down to R1 ld a, (3820h) ; Keyboard column 5 bit 6, a ; <.> pressed? jp nz, loc_CF2 ; If yes, then go to RAM test ld a, 80h ; Set second page of video memory... out (84h), a call rst_206 ; and clear it. ld a, 0 ; Back to first page of video memory out (84h), a call rst_206 ; Clear that too ld de, 4015h ; Point to destination in RAM for block copy ld hl, 69h ; Point to source, in ROM ld bc, 33h ; Length of block ldir ; Copy it into RAM loc_F5: ld hl, 4055h ; Point to boot ROM"s data area in RAM... ld (hl), 0 ; and clear it. ld d, h ld e, l inc de ld bc, 15h ; Number of bytes to clear, minus one ldir ld bc, 7FFFh ; Number of times to scan keyboard... rst 30h ; so scan the keyboard. push af ; save the result ld a, 1 ; Floppy disk drive ld b, 4 ; Restore -- drive 0 rst 8 ; Do disk I/O jr z, loc_115 ; Jump if no errors... ld (4067h), a ; else store error code. cp 6 ; Was the error "Floppy not available"? jr z, loc_11A ; If yes, then skip next three lines loc_115: ld b, 32h ; "2" ; Restore drives 1,2,3 (if possible) ld a, 1 ; Floppy disk drive rst 8 ; Do Disk I/O loc_11A: pop af ; Retrieve result of keyboard scan jr z, loc_163 ; If no keys pressed, then try everything ld a, (4059h) ; Get value stored by kbd scan cp 86h ; Was it either or <1>? jr nz, loc_129 ; If not, then jump... call sub_1C0 ; else try HD boot -- returns only if... jr loc_130 ; unsuccessful, so jump (error no. in A). loc_129: cp 87h ; Was either or <2> pressed? jr nz, loc_135 ; If not, skip next few lines call sub_1CA ; Try floppy boot (returns only if error) loc_130: or a ; Error in HD or floppy boot jr z, loc_137 ; If error 0 (Mod III disk), then jump... jr FatalError ; else display fatal error and halt. loc_135: cp 88h ; Was either or <3> pressed? loc_137: jr z, loc_175 ; If yes, then try Model III boot cp 80h ; Was (display ROM version) pressed? jr nz, loc_14A ; If not, then skip next few lines ld de, 0 ; Display at top of screen ld hl, 9Ch ; "Boot ROM Version Is " rst 10h ; Display it ld hl, 80h ; Point to boot ROM version... rst 10h ; and display it... jr loc_160 ; and halt ; loc_14A: cp 83h ; Was pressed? jp z, RS232Boot ; If yes, then jump to RS-232 boot... jr loc_F5 ; else clear data, scan kbd, repeat. ; ; START OF FUNCTION CHUNK FOR ArcnetError FatalError: add a, a ; Fatal Error: error number x2 ld hl, 273h ; Start of list for messages ld d, 0 ; Error number times two into DE ld e, a add hl, de ; Point to appropriate entry in list ld a, (hl) ; Get start of table for message into HL inc hl ld h, (hl) ld l, a xor a ; Set Z because we have starting position for msg ld e, a ; D is still 0 -- 0000H means top of screen rst 18h ; Display message... loc_160: jp 4027h ; and HALT. End of an unsuccessful boot! loc_163: ld a, 55h ; "U" ; No keys were pressed during keyboard scan: ld b, a ; Take a "U"... out (0B6h), a ; send it out, and see if there"s an... in a, (0B6h) ; Arcnet board to echo it. cp b ; Is an Arcnet board attached? call z, ArcnetError ; If it is, try Arcnet boot IF FREHD call frehd_boot ELSE call sub_1C0 ; Try hard drive boot (no return if success) ENDIF or a ; Ignore error 0 (M3 disk or 512-byte sector) call nz, sub_1CA ; If other error, try floppy boot loc_175: ld a, (4066h) ; Model III boot: or a ; Was pressed? jr nz, loc_180 ; If it was, skip next two lines call sub_1EB ; Is ROM image already loaded? jr z, loc_1A2 ; If it is, then skip next section loc_180: IF FREHD call frehd_iii nop jr z,loc_19D ELSE ld a, (4067h) ; Error code from restore cmd on floppy 0 or a ; Was there an error? jr nz, FatalError ; If so, display error message and halt ENDIF loc_186: ld a, 1 ; Write-enable 0000H-37FFH out (84h), a ; Read boot ROM, but write to RAM ld de, 0 ; Display message at top of screen ld hl, mLoading ; "Loading ROM Image..." rst 18h ; Display it call sub_A72 ; Load ROM image from floppy disk push af ; Save registers... push hl call rst_206 ; clear screen (erase "Loading..." msg)... pop hl pop af ; restore registers. jr nz, FatalError ; If error loading image, display msg & halt loc_19D: ld a, 1 ; Indicate ROM image was just loaded ld (4058h), a ; Store it loc_1A2: ld (4024h), hl ; Put transfer addr for ROM image... ld a, (4065h) ; into last part of boot routine. or a jr z, loc_1B6 ; If

was NOT pressed, skip next few lines ld hl, 443h ; "ROM image loaded -- press ENTER or BREAK" rst 18h ; Dispaly it loc_1AF: ld a, (3840h) ; Keyboard matrix -- column 6 and 5 ; Loop until or ... jr z, loc_1AF ; the ROM image will check for . loc_1B6: xor a ; Set 0000H-37FFH back to read-only... out (84h), a ; still using Model III memory map. ld a, 10h ; 2 MHz clock, I/O bus enabled out (0ECh), a jp 4020h ; Jump to last portion of boot code sub_1C0: ld a, 2 ; Hard Drive Boot: ld b, 1 ; Initialize & restore rst 08h ; Do disk I/O ret nz ; Return if any errors... ld a, 2 ; else indicate HD... jr loc_1D0 ; and attempt to boot. sub_1CA: ld a, (4067h) ; Error code from floppy restore cmd or a ret nz ; If there had been any errors, then return... inc a ; A=1 indicates floppy I/O loc_1D0: ld bc, 0C01h ; 0CH=Read, 01H=sector to read ld (4055h), a ; Store boot type (1 for floppy, 2 for HD) ld de, 0 ; Cylinder to read ld hl, 4300h ; Address of buffer for sector rst 08h ; Do disk I/O ret nz ; Return if any errors ld a, e ; Length of sector that was read... ld (4056h), a ; 1 for 256 bytes, 2 for 512 -- store it. dec a ; Was it a 256-byte sector? call z, sub_215 ; If so, see if it needs ROM image jr z, loc_1B6 ; If ROM image NOT needed, then jump & boot... ld a, 0 ; else "ROM Image Not Found"... ret ; and return (NZ set). sub_1EB: ld hl, 3000h ; Check if ROM image is in memory: ld b, 0Ah ; Start at 3000H ld a, 0C3h ; Opcode for JP instruction loc_1F2: cp (hl) ; Do we have a JP? ret nz ; If not, no ROM image in memory inc hl ; Point to third byte following... inc hl ; make sure that the ROM image"s... inc hl ; jump table is in place. djnz loc_1F2 ; Check ten times in all call 403Eh ; Code had been copied from 0092H to 403EH... xor a ; it gets the word at 000BH from ROM image. ld de, 0E9E1h ; Value that ought to be there for ROM image sbc hl, de ; Set Z if ROM image present, else NZ ld hl, 3015h ; Transfer address if image already loaded ret rst_206: ld a, 20h ; " " ; Clear Screen: Put space into A ld hl, 3C00h ; Start of video memory ld bc, 3FFh ; Length of screen, minus one ld (hl), a ; Put space at start of screen ld d, h ; Set DE to... ld e, l inc de ; HL plus one. ldir ; Voila! ret ; The screen has been cleared. sub_215: ld a, (4064h) ; Address for recording key or a ; Was key pressed? jr nz, loc_228 ; If yes, don"t check if ROM image is needed ld hl, 4300h ; Point to start of the boot sector we read ld b, 0FEh ; Number of bytes to check loc_220: ld a, 0CDh ; Opcode for CALL instruction cp (hl) ; Look in boot sector for a CALL jr z, loc_23F ; Jump if we find one... loc_225: inc hl ; else point to next byte... djnz loc_220 ; and keep looking. loc_228: call sub_1EB ; Is ROM image in memory? jr nz, loc_23D ; Jump if not, because we won"t need to... ld a, 1 ; destroy the ROM image. out (84h), a ; Write-enable that part of RAM ld hl, 3000h ; Starting at 3000H... ld d, h ld e, l ld (hl), l ; put zeros into... inc de ld bc, 1Eh ; 1EH consecutive bytes... ldir ; from 3000H to 301DH. loc_23D: xor a ; Set Z flag to indicate that we won"t need... ret ; to load the ROM image, and RETurn. loc_23F: inc hl ; Point to next byte in boot sector... dec b ; and decrement byte counter. inc hl ; Point to second byte after "CALL"... dec b ; which is the MSB of the CALL"s destination. ld a, (hl) or a ; Is it a call to page 0? (CALL 00xxH) jr nz, loc_225 ; If not, keep looking through boot sector... or l ; else set NZ to indicate we"ll need the... ret ; ROM image, and RETurn. sub_249: ld a, d ; RST 10H -- Display String or 3Ch ; "<" ; Point DE to video memory ld d, a loc_24D: ld a, (hl) ; Get character to display or a ; Is it zero? ret z ; If zero, then we"re done displaying it ld (de), a ; Put character into video memory inc hl ; Next character to display inc de ; Next byte in video memory jr loc_24D ; Repeat for next character, until done loc_255: jr z, loc_25B ; RST 18H -- Display Message: If Z, then... loc_257: ld e, (hl) ; we already have display position in DE... inc hl ; else HL points to it, and we must... ld d, (hl) ; read it into DE. inc hl loc_25B: ld b, h ; Now BC points to the... ld c, l ; table of strings to display. loc_25D: ld a, (bc) ; Get first value from table into HL inc bc ld l, a ld a, (bc) inc bc ld h, a inc a ; Does MSB = 0FFH? jr nz, loc_270 ; Jump if not (display string & loop again) ld a, l inc a ; Does LSB = 0FFH? ret z ; If it does, we"re done inc a ; Does LSB = 0FEH? jr nz, loc_270 ; Jump if not (display string & loop again) push bc ; Must be 0FFFEH...load pointer to... pop hl ; table of strings into HL... jr loc_257 ; get display position for next part of msg. loc_270: rst 10h ; Display string that HL points to... jr loc_25D ; and repeat for next value in table. ; dw m_error0 dw m_error1 dw m_error2 dw m_error3 dw m_error4 dw m_error5 dw m_error6 dw m_error7 dw m_error8 dw m_error9 dw m_error10 dw m_error11 dw m_error12 m_error0: dw aThe ; Error 0 -- pointers to phrases: "The " dw aRomImage ; "ROM Image " dw aWasNot ; "Was Not " dw aFoundOnDrive; "Found On Drive " dw a0 ; "0" dw 0FFFEh ; End of this part of message dw 0C0h ; Display next part of msg at row 3, col 0 dw aRomImage ; "ROM Image " dw aNicht ; "Nicht " dw aGefundenAuf ; "Gefunden Auf " dw aLaufwerk ; "Laufwerk " dw a0 ; "0" dw 0FFFEh ; End of this part of message dw 180h ; Display next part at row 6, col 0 dw aImage ; "Image " dw aROM ; "ROM " dw aAbsent ; "Absent" dw aEDu ; "e Du " dw aDisque ; "Disque" dw aDansLUnit ; " Dans l`Unite 0" dw 0FFFFh ; 0FFFFH = End of message m_error1: dw 4EBh ; Error 1: "Arcnet " dw 4F3h ; "Boot" dw 4F9h ; "Is Not" dw 501h ; "Available" dw 0FFFEh dw 0C0h dw 4EBh ; "Arcnet" dw 4F3h ; "Boot" dw 5E6h ; "Ist Nicht " dw 6F0h ; "Im System" dw 0FFFEh dw 180h dw 4F3h ; "Arcnet" dw 4EBh ; "Boot" dw aAbsent ; "Absent" dw 708h ; " Du " dw 71Dh ; "Systeme" dw 0FFFFh m_error2: dw aRomImage ; Error 2: "ROM Image " dw 50Ch ; "Can`t Be Loaded - " dw 51Fh ; "Too Many Extents" dw 0FFFEh dw 0C0h dw aRomImage ; "ROM Image " dw 613h ; "Kann " dw aNicht ; "Nicht " dw 61Dh ; "Geladen " dw 653h ; "Werden " dw 51Ch ; "- " dw 65Bh ; "Zu Viele Bereiche" dw 0FFFEh dw 180h dw aImage ; "Image " dw 7DDh ; "ROM " dw 726h ; "Non Chargeable " dw 51Ch ; "- " dw 736h ; "Segments Trop Numbreux" dw 0FFFFh m_error3: dw aThe ; Error 3: "The " dw 538h ; "Hard Disk " dw 4E2h ; "Drive " dw 4F9h ; "Is Not " dw 550h ; "Ready " dw 0FFFEh dw 0C0h dw 643h ; "Die Festplatte " dw 5E6h ; "Ist Nicht " dw 66Dh ; "Bereit " dw 0FFFEh dw 180h dw 74Dh ; "Unite " dw aDisque ; "Disque" dw 781h ; "-Dur " dw 787h ; "Non Prete " dw 0FFFFh m_error4: dw aThe ; Error 4: "The " dw 530h ; "Floppy " dw 53Dh ; "Disk " dw 4E2h ; "Drive " dw 4F9h ; "Is Not " dw 550h ; "Ready " dw 0FFFEh dw 0C0h dw 5FFh ; "Disketten-Laufwerk " dw aNicht ; "Nicht " dw 66Dh ; "Bereit " dw 0FFFEh dw 180h dw 74Dh ; "Unite " dw aDisque ; "Disque" dw 778h ; "-Souple " dw 787h ; "Non Prete " dw 0FFFFh m_error5: dw aThe ; Error 5: "The " dw 538h ; "Hard Disk " dw 4E2h ; "Drive " dw 4F9h ; "Is Not " dw 501h ; "Available " dw 0FFFEh dw 0C0h dw 643h ; "Die Festplatte " dw 5E6h ; "Ist Nicht " dw 6F0h ; "Im System" dw 0FFFEh dw 180h dw 74Dh ; "Unite " dw aDisque ; "Disque" dw 781h ; "-Dur " dw aAbsent ; "Absent" dw 708h ; " Du " dw 71Dh ; "Systeme " dw 0FFFFh m_error6: dw aThe ; Error 6: "The " dw 530h ; "Floppy " dw 53Dh ; "Disk " dw 4E2h ; "Drive " dw 4F9h ; "Is Not " dw 501h ; "Available " dw 0FFFEh dw 0C0h dw 5FFh ; "Disketten-Laufwerk " dw 5E6h ; "Ist Nicht " dw 6F0h ; "Im System" dw 0FFFEh dw 180h dw 74Dh ; "Unite " dw aDisque ; "Disque" dw 778h ; "-Souple " dw aAbsent ; "Absent" dw 708h ; " Du " dw 71Dh ; "Systeme " dw 0FFFFh m_error7: dw 557h ; Error 7: "Close " dw aThe ; "The " dw 530h ; "Floppy " dw 4E2h ; "Drive " dw 55Eh ; "Door And Try Again " dw 0FFFEh dw 0C0h dw 5FFh ; "Disketten-Laufwerk " dw 675h ; "Schliessen Und Erneut Starten" dw 0FFFEh dw 180h dw 792h ; "Fermez Porte d`Unite Et Reessayez " dw 0FFFFh m_error8: dw 57Dh ; Error 8: "CRC " dw 587h ; "Error" dw 58Dh ; ", " dw 567h ; "Try Again " dw 590h ; "Or Use Another " dw 53Dh ; "Disk " dw 0FFFEh dw 0C0h dw 57Dh ; "CRC " dw 698h ; "Fehler, " dw 6A1h ; "Neu Starten..." dw 0FFFEh dw 180h dw 7BBh ; "Erreur " dw 7B5h ; "CRC, " dw 7AAh ; "Reessayez " dw 75Bh ; "Ou Utilisez Une Autre Disque" dw 0FFFFh m_error9: dw 582h ; Error 9: "Seek Error" dw 58Dh ; ", " dw 567h ; "Try Again " dw 590h ; "Or Use Another " dw 53Dh ; "Disk " dw 0FFFEh dw 0C0h dw 6FAh ; "Such " dw 698h ; "Fehler, " dw 6A1h ; "Neu Starten..." dw 0FFFEh dw 180h dw 7BBh ; "Erreur " dw 7C3h ; "De Chercher, " dw 7AAh ; "Reessayez " dw 75Bh ; "Ou Utilisez Une Autre Disque" dw 0FFFFh m_error10: dw aThe ; Error 10: "The " dw aRomImage ; "ROM Image " dw 50Ch ; "Can`t Be Loaded - " dw 530h ; "Floppy " dw 53Dh ; "Disk " dw 4E2h ; "Drive " dw 4F9h ; "Is Not " dw 550h ; "Ready " dw 0FFFEh dw 0C0h dw aRomImage ; "ROM Image " dw 613h ; "Kann " dw aNicht ; "Nicht " dw 61Dh ; "Geladen " dw 653h ; "Werden " dw 51Ch ; "- " dw 5FFh ; "Disketten-Laufwerk " dw 0FFFEh dw 100h ; (second line of German text) dw 5E6h ; "Ist Nicht " dw 66Dh ; "Bereit " dw 0FFFEh dw 180h dw aImage ; "Image " dw 7DDh ; "ROM " dw 726h ; "Non Chargeable " dw 51Ch ; "- " dw 74Dh ; "Unite " dw aDisque ; "Disque" dw 778h ; "-Souple " dw 787h ; "Non Prete " dw 0FFFFh m_error11: dw 572h ; Error 11: "Lost Data " dw 587h ; "Error" dw 0FFFFh m_error12: dw 5E2h ; Error 12: "ID " dw 587h ; "Error" dw 0FFFFh ; End of error messages dw 0 ; Prompt message after loading ROM image... dw aThe ; start at row 0, col 0: "The " dw aRomImage ; "ROM Image " dw 5A0h ; "Has Been" dw 514h ; " Loaded - " dw 5A9h ; "Switch Disks And " dw 0FFFEh dw 40h ; (second line of message) dw 5C7h ; "Press " dw 5D6h ; "Or " dw 543h ; "When You Are Ready " dw 0FFFEh dw 0C0h dw aRomImage ; "ROM Image " dw 619h ; "Ist Geladen " dw 51Ch ; "- " dw 626h ; "Disketten Wechseln Und Dann " dw 5CDh ; " " dw 0FFFEh dw 100h dw 6D7h ; "Oder " dw 5D9h ; " " dw 6CEh ; "Drucken " dw 0FFFEh dw 180h dw 7D1h ; "l`Image " dw 7DAh ; "Du ROM " dw 7E2h ; "Chargee " dw 51Ch ; "- " dw 7EBh ; "Changez De " dw aDisque ; "Disque" dw 7F7h ; " Et Appuyez Sur " dw 0FFFEh dw 1C0h dw 5CDh ; " " dw 808h ; "Ou " dw 5D9h ; " " dw 80Ch ; "Pour Continuer" dw 0FFFFh ; End of message mLoading: dw aLoading ; Message: "Loading " dw aRomImage ; "ROM Image " dw 51Ch ; "- " dw 5BBh ; "Please Wait" dw 0FFFEh dw 0C0h dw aRomImage ; "ROM Image " dw 6DDh ; "Wird " dw 61Dh ; "Geladen " dw 51Ch ; "- " dw 6E3h ; "Bitte Warten" dw 0FFFEh dw 180h dw 81Bh ; "Chargement De " dw 7D1h ; "l`Image " dw 7DDh ; "ROM " dw 51Ch ; "- " dw 82Ah ; "Veuillez Patienter " dw 0FFFFh ; End of message aThe: db "The " ; Phrases for error messages start here db 0 ; Zero byte indicates end of phrase aLoading: db "Loading ", 0 aRomImage: db "ROM " aImage: db "Image ",0 aWasNot: db "Was Not ",0 aFoundOnDrive: db "Found On Drive ",0 a0: db "0",0 aArcnet: db "Arcnet ",0 aBoot: db "Boot ",0 aIsNot: db "Is Not ",0 aAvailable: db "Available ",0 aCanTBeLoaded: db "Can't Be Loaded - ",0 aTooManyExtents:db "Too Many Extents",0 aFloppy: db "Floppy ",0 aHardDisk: db "Hard Disk ",0 aWhenYouAreRead: db "When You Are Ready ",0 aClose: db "Close ",0 aDoorAndTryAgai: db "Door And Try Again ",0 aLostData: db "Lost Data ",0 aCrc: db "CRC ",0 aSeekError: db "Seek Error",0 aComma: db ", ",0 aOrUseAnother: db "Or Use Another ",0 aHasBeen: db "Has Been",0 aSwitchDisksAnd: db "Switch Disks And ",0 aPleaseWait: db "Please Wait",0 aPressEnter: db "Press ",0 aOrBreak: db "Or ",0 aId: db "ID ",0 ; German phrases aIstNicht: db "Ist " aNicht: db "Nicht ",0 aGefundenAuf: db "Gefunden Auf ",0 aDiskettenLaufw: db "Disketten-" aLaufwerk: db "Laufwerk ",0 aKann: db "Kann ",0 aIstGeladen: db "Ist Geladen ",0 aDiskettenWechs: db "Disketten Wechseln Und Dann ",0 aDieFestplatte: db "Die Festplatte ",0 aWerden: db "Werden ",0 aZuVieleBereich: db "Zu Viele Bereiche",0 aBereit: db "Bereit ",0 aSchlie: db "Schlie" db 04h ; 04H is "s-zet" (double "s" character) aEnUndErneutSta: db "en Und Erneut Starten",0 aDurda: db "Durda",0 aFehler: db "Fehler, ",0 aNeuStartenOder: db "Neu Starten Oder Eine Andere Platte Benutzen",0 aDrCken: db "Dr",0ah db "cken ",0 aOder: db "Oder ",0 aWird: db "Wird ",0 aBitteWarten: db "Bitte Warten",0 aImSystem: db "Im System",0 aSuch: db "Such ",0 ; French phrases aAbsent: db "Absent",0 aEDu: db "e Du ",0 aDansLUnit: db " Dans l'Unit" db 03h ; 03H is e-acute a0_0: db " 0",0 aSyst: db "Syst" db 0Ch ; 0CH is e-grave aMe: db "me ",0 aNonChargeable: db "Non Chargeable ",0 aSegmentsTropNu: db "Segments Trop Numbreux",0 aUnit: db "Unit" db 03h ; 03H is e-acute db " ",0 aFrank: db "Frank ",0 aOuUtilisezUneA: db "Ou Utilisez Une Autre " aDisque: db "Disque",0 aSouple: db "-Souple ",0 aDur: db "-Dur ",0 aNonPr: db "Non Pr" db 12h ; 12H is e-circumflex aTe: db "te ",0 aFermezPorteDUn: db "Fermez Porte d'Unit" db 03h; 03H is e-acute aEtR: db " Et R" db 03h aEssayez: db "essayez ",0 aCrc_0: db "CRC, ",0 aErreur: db "Erreur ",0 aDeChercher: db "De Chercher, ",0 aLImage: db "l'Image ",0 aDuRom: db "Du " aROM: db "ROM ",0 aCharg: db "Charg" db 03h ; 03H is e-acute aE: db "e ",0 aChangezDe: db "Changez De ",0 aEtAppuyezSur: db " Et Appuyez Sur ",0 aOu: db "Ou ",0 aPourContinuer: db "Pour Continuer",0 aChargementDe: db "Chargement De ",0 aVeuillezPatien: db "Veuillez Patienter ",0 loc_83E: ld a, (3840h) ; RST 30H -- Keyboard scan: Get column 6 rrca ; Is someone pressing ? jr c, loc_83E ; Loop until user lets go of key loc_844: ld a, (3801h) ; Get col 0 and 0FEh ; Any of bits 1-7 pressed? (-) jr z, loc_857 ; Jump if none of those were pressed... ld d, 0FFh ; else start with -1... loc_84D: inc d ; and keep adding 1... rrca ; until we find which keyboard row... jr nc, loc_84D ; was pressed. ld a, 40h ; "@" ; Add 40H to row number to get... add a, d ; the ASCII code for that key (-). ld (401Dh), a ; Store ASCII code in name of ROM image file loc_857: ld a, (3840h) ; Next, get column 6 of keyboard matrix bit 2, a ; Was pressed? jr z, loc_861 ; If not, skip next instruction... ld (405Bh), a ; else put a non-zero value into 405BH. loc_861: bit 0, a ; Was pressed? jr nz, loc_8B0 ; If yes, then end of keyboard scan ld a, (3802h) ; Column 1 bit 6, a ; Was pressed? jr z, loc_86F ; Skip next instruction if not... ld (4064h), a ; else store non-zero value to show it was. loc_86F: bit 4, a ; What about the key? jr z, loc_876 ld (4066h), a ; Store non-zero value if was pressed loc_876: ld d, 80h ; 80H & greater show type of boot requested ld a, (3804h) ; Column 2 bit 6, a ; Was pressed? jr nz, loc_8A7 ; If yes, can"t use any other options bit 0, a ; Was

pressed? jr z, loc_886 ; Skip next instruction if it wasn"t... ld (4065h), a ; else indicate that it was. loc_886: inc d inc d ; D is now 82H ld a, (3880h) ; Column 7: L & R , ,... or a ; , , , jr z, loc_894 ; Jump if none of those were pressed loc_88E: rrca ; Add row number to D... jr c, loc_8A7 ; and jump once that"s been done. inc d ; So L Shift=82H, R Shift=83H, Ctrl=84H,... jr loc_88E ; Caps=85H, F1=86H, F2=87H, F3=88H. ; loc_894: ld a, (3810h) ; Column 4 ld d, 86h ; bit 1, a ; Was <1> pressed? jr nz, loc_8A7 ; If yes, jump with D=86H inc d bit 2, a ; Was <2> pressed? jr nz, loc_8A7 ; If yes, jump with D=87H inc d bit 3, a ; Was <3> pressed? jr z, loc_8AB ; If not, then jump, else D=88H loc_8A7: ld a, d ; value for boot option selected, 82H-88H ld (4059h), a ; Store it loc_8AB: dec bc ; At entry to RST 30H, BC held... ld a, b ; the number of times to scan the keyboard. or c ; Decrement it and see if it"s down to 0 jr nz, loc_844 ; If not, then scan again loc_8B0: ld a, (4059h) ; End of keyboard scan -- get boot option or a ; Set Z if no options chosen, else NZ. ret ; and that's the end of the keyboard scan. loc_8B5: dec a ; RST 08H -- Disk I/O jp z, loc_96F ; If A was 1, then floppy disk... ld a, b ; else use hard disk. cp 1 ; What function was requested? jr nz, loc_8C3 ; If not "initialize", skip next 2 lines call sub_956 ; Reset HD controller board ld b, 4 ; Change function to "restore" loc_8C3: ld a, c ; Sector to read out (0CBh), a ; Out to WDC sector register in a, (0CBh) ; See what we get back from there... cp c ; If something different, no HD attached ld a, 5 ; "Hard Drive Not Available" jr nz, loc_8EE ; If no HD available, then error xor a ; Drive 1, head 0, sectors 256 bytes out (0CEh), a ; Out to size/drive/head register ld a, d ; Cylinder to read -- LSB out (0CDh), a ; Out to WDC cylinder low register ld a, e ; Cylinder to read -- MSB out (0CCh), a ; To WDC cylinder high register push bc ; Save function, sector during next loop ld d, 8 ; Counter for outer loop loc_8D9: ld bc, 0 ; Counter for inner loop loc_8DC: in a, (0CFh) ; Get WDC status register bit 6, a ; Is drive ready? jr nz, loc_8F0 ; Jump if it"s ready... dec bc ; else decr counter for inner loop... ld a, b or c jr nz, loc_8DC ; and keep trying. dec d ; Decrement counter for outer loop... jr nz, loc_8D9 ; try half a million times (about 6 secs)... pop bc ; before concluding that drive isn"t ready. ld d, 3 ; "Hard Drive Not Ready" loc_8ED: ld a, d ; Error: error code into A... loc_8EE: or a ; set NZ to indicate error... ret ; and return from RST 8. loc_8F0: pop bc ; Holds function and sector number ld a, b ; Function into A ld d, 16h ; WDC "restore" command cp 4 jr z, loc_8FA ; Jump if function is "restore"... ld d, 70h ; "p" ; else change WDC command to "seek". loc_8FA: ld a, d ; WDC command... out (0CFh), a ; out to command register. call sub_962 ; Wait until drive not busy & seek complete jr nz, loc_935 ; Jump if any errors ld a, b ; Function into A again... cp 0Ch jr nz, loc_933 ; if it wasn't "read sector", then we're done. ld a, 20h ; " " ; WDC command to read single sector ld e, 0 ; E will be counter for sector length out (0CFh), a ; Command out to WDC call sub_962 ; Wait until drive is not busy jr z, loc_92D ; Jump if no errors reading sector ld d, c ; Save sector number call sub_94C ; Get WDC status bit 4, c ; If error NOT "ID not found", then real error jr z, loc_938 ; Otherwise, it may be a 512-byte sector ld a, 20h ; " " ; Set size/drive/head to 512-byte sectors out (0CEh), a ld a, d ; Sector number was saved in D... out (0CBh), a ; send it to WDC sector register again. ld a, 20h ; " " ; WDC command: read single sector out (0CFh), a call sub_962 ; Wait until drive not busy or seek complete jr nz, loc_935 ; Jump if any errors call loc_92D ; Get 256 bytes twice (512-byte sector) loc_92D: ld bc, 0C8h ; B is byte counter, C is port for input inir ; Get 256 bytes from WDC sector buffer inc e ; Increment MSB of byte counter loc_933: xor a ; Indicate no errors ret ; Return from RST 8 loc_935: call sub_94C ; Get WDC error register loc_938: ld d, 8 ; "CRC Error" bit 6, a jr nz, loc_8ED ; Jump if error was CRC data field error bit 5, a ; (Documentation says bit 5 is always 0... jr nz, loc_8ED ; if it ever SHOULD be 1, then same error) ld d, 0Ch ; "ID Error" bit 4, a jr nz, loc_8ED ; Jump if ID not found... ld d, 9 ; else call it a "Seek Error" jr loc_8ED sub_94C: bit 1, a ; Is a command in progress? ld b, a call nz, sub_959 ; If so, reset HD controller board in a, (0C9h) ; Get WDC error register... ld c, a ; and save it in C. ret sub_956: xor a ; Hard disk controller board: out (0C1h), a ; reset control register... sub_959: ld a, 10h out (0C1h), a ; reset controller board... ld a, 0Ch out (0C1h), a ; enable controller board... ret ; and return. sub_962: in a, (0CFh) ; Get HD status bit 7, a jr nz, sub_962 ; If HD is busy, keep looping bit 4, a jr z, sub_962 ; If seek not complete, keep looping bit 0, a ; Set NZ if error ret loc_96F: ld a, 0D0h ; Floppy Disk Driver: out (0F0h), a ; Terminate command without interrupt call LongDelay ; Delay ld a, 81h ; DDEN, side 0, drive 0 out (0F4h), a ; Out to drive select ld a, c ; Sector out (0F2h), a ; Out to FDC Sector Register ld a, b ; Function cp 5 jr nc, loc_9A2 ; Jump if function > 4 ld a, 0Ch ; Restore -- verify track, 6 ms step out (0F0h), a ; Out to FDC Command Register call sub_A64 ; Wait until not busy or not ready, get status ld b, a and 0DFh ; Ignore bit 5 ("head loaded") cp 81h ; Unless we have "not ready" and "busy"... jr nz, loc_9E2 ; then get error code (if any) and return. ld a, c ; FDC status before "not ready" and 9Eh ; Did we have ready, not tk 0, no index? ld d, 6 ; Error "Floppy Drive Not Available" jr z, loc_99F ; If so, floppy drive"s not available. ld d, 4 ; Error "Floppy Drive Not Ready" cp 6 ; Index pulse? (Index because no disk there!) jr z, loc_99F ; If so, "Not Ready" (no disk), else... ld d, 7 ; no index bec. disk not turning: "Close Door" loc_99F: ld a, d ; Put error code into A... or a ; set Z/NZ (NZ indicates error)... ret ; and return from RST 8. ; loc_9A2: cp 32h ; "2" ; If function wasn"t "restore all"... jr nz, loc_9CD ; then jump to seek/read code. ld b, 3 ; How many drives to restore ld d, 2 ; Drive select for :1 loc_9AA: ld a, 0D0h ; Terminate command without interrupt... out (0F0h), a ; out to FDC. call LongDelay ; Delay after issuing FDC command ld a, d out (0F4h), a ; Send out drive select valuE rlca ; Rotate one bit left, to select next drive ld d, a in a, (0F0h) ; Get FDC status and 20h ; " " ; Is head loaded on drive we selected? jr z, loc_9CA ; If it isn"t, skip to next drive xor a ; Restore, no verify, 6 ms step out (0F0h), a ; Command out to FDC call ShortDelay ; Delay after issuing FDC command loc_9C2: in a, (0F0h) ; Get FDC status xor 1 ; Invert "busy" bit and 5 ; If not track 0 and command in progress... jr z, loc_9C2 ; then keep checking until it"s done. loc_9CA: djnz loc_9AA ; Loop again for drives :2 and :3... ret ; then return from RST 8. loc_9CD: ld a, e ; Cylinder to read out (0F3h), a ; Out to FDC data reg (destination of seek) ld a, 1Ch ; Seek -- verify, 6 ms step out (0F0h), a ; Out to FDC command reg call sub_A64 ; Delay, get FDC status ld d, a ; Status into D and 98h ; Get not ready, seek error, CRC error bits jr nz, loc_9E1 ; If any of these, don"t try to read sector ld a, b ; Function cp 0Ch jr z, loc_A00 ; Jump if it"s "read sector" loc_9E1: ld b, d ; FDC status into B loc_9E2: ld d, 9 ; Code for "Seek Error" jr loc_9EE ; Continue with error routine loc_9E6: ld d, 0Bh ; "Lost Data" bit 2, b ; Did we lose any data? jr nz, loc_99F ; Jump if yes (error into A, set NZ, RET) ld d, 0Ch ; "ID Error" loc_9EE: bit 4, b ; Record not found? jr nz, loc_99F ; Jump if so (Seek:"Seek Err", Read:"ID Err") ld d, 8 ; "CRC Error" bit 3, b jr nz, loc_99F ; Jump if that"s the case ld d, 4 ; "Floppy Drive Not Ready" bit 7, b jr nz, loc_99F ; Jump if drive wasn"t ready xor a ; Else no errors ret ; loc_A00: ld a, (405Ch) ; Lowest sector number, 0 or 1 ld b, a ld d, 81h ; Drive 0, side 0, DDEN ld c, 86h ; Read sector, compare for side 0 in a, (0F2h) ; FDC sector register -- sector to read cp 12h ; Is sector number less than 18? jr c, loc_A14 ; Jump if it is -- must be SS disk... sub 12h ; else it"s DS -- subtract 18 from sector no. set 4, d ; Set drive select for side 1 set 3, c ; Set FDC cmd to compare for side 1 loc_A14: add a, b ; Add 1 if it"s a TRSDOS 1.3 disk out (0F2h), a ; Sector number to FDC sector register ld a, d ; Drive select value... out (0F4h), a ; out to drive select latch. ld b, 0 ; B will be number of bytes read -- LSB ld e, b ; E will be MSB -- set both to 0 ld a, c ; FDC command into A ld c, 0F3h ; C points to FDC data register (for INI) out (0F0h), a ; Send out FDC command ld a, 80h ; Allow NMI on FDC interrupt request out (0E4h), a ; Out to NMI mask call ShortDelay ; Delay after issuing command to FDCK ld a, d out (0F4h), a ; Send drive select value out again loc_A2C: in a, (0F0h) ; FDC status bit 1, a ; Does FDC have any data for us? jp nz, loc_A39 ; Jump if it does rlca ; Test bit 7 of FDC status jp nc, loc_A2C ; If drive is ready, keep waiting for DRQ... jr loc_A4D ; otherwise it"s an error -- clean up & return loc_A39: ini ; FDC has data...get the first byte ld a, d ; Drive select value or 40h ; "@" ; Set "wait" loc_A3E: out (0F4h), a ; Out to drive select ini ; Get byte from FDC (decr B & set Z/NZ) jr nz, loc_A3E ; If not 256 bytes yet, get next one... inc e ; else incr MSB of byte counter... jp loc_A3E ; and loop until NMI occurs. ; loc_A48: pop iy ; NMI: Discard ret addr (it pts to loop above) xor a out (0E4h), a ; Don"t allow any NMIs loc_A4D: in a, (0F0h) ; Get FDC status... ld b, a ; into B and C. ld c, b call nullsub_1 ; Call a RETN and return to next line jr loc_9E6 ; Set error code, if any, & return from RST 8 nullsub_1: retn ; Reset interrupt flip-flops LongDelay: push bc ; Delay loop ld b, 0 ; The long delay is about 800 usec. jr DelayLoop ShortDelay: push bc ; Another delay loop ld b, 12h ; This one is about 60 usec. DelayLoop: djnz $ ; Repeat this instruction until B is 0... pop bc ; then restore BC and return from delay. ret sub_A64: call ShortDelay ; Call short delay loc_A67: in a, (0F0h) ; Get FDC status bit 0, a ret z ; Return if not busy (done with command) bit 7, a ret nz ; Return if not ready ld c, a ; Otherwise save FDC status... jr loc_A67 ; and loop until not busy or not ready. sub_A72: ld a, (4067h) ; Load MODEL%/III file: get disk error... or a ; from floppy drive restore command. jr nz, loc_AD8 ; Jump if there was an error ld a, 1 ; Sector 1... ld e, 0 ; cylinder 0... call sub_C0B ; read it into sector buffer at 4300H. jr nz, loc_AD8 ; Jump if any errors ld a, e ; Length of sector we just read cp 1 ; 1 = 256 bytes, 2 = 512 bytes jr nz, loc_A8E ; If not 256 then jump ("Not Found" error) ld a, (4300h) ; Get first byte of sectoRr or a ; Zero on 5.x/6.x disks jr z, loc_A91 ; If zero, then jump, "cause 5.x/6.x is OK cp 0FEh ; Is it 0FEH? (found on TRSDOS 1.3 disks) loc_A8E: ld a, 0 ; "ROM Image Not Found" -- If not T1.3... ret nz ; then return w/error (strange disk) loc_A91: ld a, c ; FDC status from Read Sector call and 20h ; " " ; Get record type (Data Address Mark) ld c, 1 ; Assume TRSDOS 1.3 -- first sector is 1 ld b, 3 ; Three sectors per granule ld hl, (4301h) ; Get bytes 01, 02 from boot sector ld a, l ; Dir cyl is byte 01 of boot sector jr nz, loc_AA2 ; Jump if "deleted" DAM (T1.3 disk) or... ld a, h ; adjust for 5.x/6.x -- dir cyl is byte 02 dec c ; Lowest sector number is 0 ld b, 6 ; Six sectors per granule loc_AA2: ld (405Dh), a ; Store directory cylinder ld e, a ; Directory cylinder value into E ld a, b ; Sectors per granule ld (4063h), a ; Store it ld a, c ; Lowest sector number ld (405Ch), a ; Store it ld a, (405Ch) ; Get it again or a jr nz, loc_AC4 ; Jump if TRSDOS 1.3 disk (always SS)... xor a ; otherwise it"s a 5.x/6.x disk. call sub_C0B ; Read sector 0 of dir cyl (GAT) jr nz, loc_AD8 ; Jump if any errors ld a, (43CDh) ; Get configuration byte (GAT+x"CD") and 20h ; " " ; Number of sides ld a, 1 ; Indicate single-sided jr z, loc_AC4 ; Jump if that"s the case... inc a ; else there are two sides. loc_AC4: ld (405Fh), a ; Whatever it is, store number of sides ld a, 2 ; Sector 2 (of directory) ld (405Eh), a ; Store as next sector to read loc_ACC: ld hl, (405Dh) ; Dir cyl, sector number ld e, l ; Cylinder into E ld a, h ; Sector into A call sub_C0B ; Read it ld a, 0 ; "ROM Image Not Found" jr z, loc_AE0 ; Jump if no errors loc_AD8: cp 4 ; Errors while loading ROM image: jr nz, locret_ADF ; If not "Floppy Drive Not Ready" then jump ld a, 0Ah ; Else chg to "Can`t Load Image - Not Ready" or a ; Set NZ (unless error 0, "Image Not Found") locret_ADF: ret loc_AE0: ld ix, 4300h ; Point to first directory entry in sector loc_AE4: ld a, (ix+0) ; Get first byte of entry bit 7, a ; Is it an extended dir record? jr nz, loc_B11 ; If so, skip it bit 4, a ; Is this record in use? jr z, loc_B11 ; If not, skip it push ix pop hl ld de, 5 add hl, de ; HL points to (DIR+5) -- file name ld de, 4018h ; Point to "MODEL% " (or MODELA - MODELG) ld b, 8 ; Compare eight bytes of our filename... call sub_BF6 ; with filename in directory entry. jr nz, loc_B11 ; If no match, then skip to next entry push ix ; Still points to start of entry pop hl ld de, 0Dh add hl, de ; HL points to (DIR+13) -- file extension ld b, 3 ; Number of bytes to compare ld de, 63h ; "c" ; Point to "III" call sub_BF6 ; Compare them jr z, loc_B36 ; If they match, we"ve found it... loc_B11: push ix ; otherwise try next directory entry. pop hl ld de, 20h ; " " add hl, de ; HL points to 20H bytes past first entry ld a, (405Ch) ; Get disk type or a jr z, loc_B22 ; Jump if it"s 5.x/6.x... ld de, 10h ; else move pointer 10H bytes more because... add hl, de ; T1.3 has 30H bytes between dir entries. loc_B22: push hl pop ix ; Points to next dir entry ld a, l or a ; Is pointer at next page of memory? jr z, loc_B2D ; Jump if it is cp 0F0h ; Is it at byte 0F0H (past last T1.3 entry)? jr nz, loc_AE4 ; Jump if not... loc_B2D: ld a, (405Eh) ; else we"ve seen all entries in sector. inc a ; Incr sector counter and store it, then... ld (405Eh), a ; try next dir sector. (If past end of dir... jr loc_ACC ; sect not found, get "Image Not Found" error) loc_B36: ld de, 40A2h ; We found ROM image dir entry, point to push ix ; our buffer for the directory record. pop hl ; HL now points to the directory entry ld bc, 30h ; "0" ; Number of bytes to copy ldir ; Copy directory record into our buffer ld a, 0FEh ; Put 0FEH after directory record, so we... ld (de), a ; stop there if we"re still reading the file. ld ix, 40B6h ; Point to first extent field and continue loc_B48: ld e, 0 ; RST 28H - Load Object Code: E = byte offset loc_B4A: rst 20h ; Get byte from file ret nz ; Return if we can"t get a byte dec a ; What did we get? jr z, loc_B5A ; Jump if it was 01H (load block) dec a jr z, loc_B6B ; Jump if it was 02H (transfer address) rst 20h ; Else get another byte -- length of block ld b, a ; Use it as a counter for comment block loc_B54: rst 20h ; Get byte and discard it ret nz ; Return if error getting byte djnz loc_B54 ; Loop until we"ve gotten all of block... jr loc_B4A ; then get next block in file. loc_B5A: rst 20h ; Load block -- get block length ret nz ; Return if error dec a ; Decrement by two to allow for load address dec a ld b, a ; Store number of bytes to load call sub_B6D ; Get address for loading into HL ret nz ; Return if error loc_B63: rst 20h ; Get byte to load ret nz ; Return if error... ld (hl), a ; else load into memory... inc hl ; point to next byte in memory... djnz loc_B63 ; and loop until end of block. jr loc_B4A ; Get next block in file ; loc_B6B: rst 20h ; Transfer addr -- get block length & discard ret nz ; Return if error sub_B6D: rst 20h ; Get LSB of address ret nz ld l, a ; Put it in L rst 20h ; Get MSB of address ret nz ld h, a ; Put it in H ret ; End of RST 28H - transfer address in HL loc_B74: push bc ; RST 20H (initially) -- Get Byte from File push hl ; Save BC, HL -- used by RST 28H ld a, e ; Byte offset in current sector or a jr nz, loc_B82 ; If not zero, we don"t need to read a sector call z, sub_B88 ; If it IS zero, read the next sector of file jr nz, loc_B85 ; Jump if error reading sector... ld de, 4300h ; else point to start of sector we just read. loc_B82: xor a ; Set Z to indicate success ld a, (de) ; Get byte from sector buffer inc de ; Point to next byte in sector buffer loc_B85: pop hl ; Restore registers, and return pop bc ret sub_B88: ld hl, 4060h ; Point to number of sectors remaining... ld a, (hl) ; in current extent, and get value in A. or a jr nz, loc_B93 ; Jump if add"l sectors in current extent... call sub_BB7 ; else calculate next extent... ret nz ; and return if there"s a problem. loc_B93: dec (hl) ; Okay...one less unread sector in extent ld b, 12h ; One more than highest sector number ld a, (405Fh) ; Get number of sides on disk dec a jr z, loc_B9E ; Jump if SS disk... ld b, 24h ; "$" ; else new limit for sector number. loc_B9E: ld a, (405Eh) ; Number of last sector we read cp b ; Had we reached end of cylinder? jr nz, loc_BAC ; If not, skip next four lines... ld a, (4062h) ; else get cylinder number... inc a ; point to next cylinder... ld (4062h), a ; and store new cylinder number. xor a ; Next sector read is on new cylinder loc_BAC: ld c, a ; Last sector number we read inc a ; Point to next sector... ld (405Eh), a ; and store it. ld a, (4062h) ; Get cylinder number... ld e, a ; and put it in E. jr loc_C0C ; Jump -- read sector and return from call sub_BB7: inc ix ; Find next extent of file -- point to... inc ix ; next extent of directory info. ld a, (ix+0) ; Get first byte of extent field ld b, a and 0FEh ; Drop bit 0 cp 0FEh ; Is it 0FEH or 0FFH? jr nz, loc_BC9 ; Jump if it isn"t... ld a, 2 ; else it"s "Too Many Extents" error. or a ; Set NZ to indicate error, and return ret loc_BC9: ld a, b ; First byte of extent field is starting... ld (4062h), a ; cyl of extent -- store as current cyl. ld a, (ix+1) ; Second byte of extent field ld e, a ; Store in E and 0E0h ; Bits 5,6,7 only -- relative gran in cyl rlca ; Get value in lowest three bits... rlca rlca ld b, a ; and store it in B. ld a, (4063h) ; Get sectors/gran value... call sub_C02 ; and multiply to get starting sector. ld (405Eh), a ; Store as last sector we read ld a, e ; Second byte of extent field and 1Fh ; Get bits 0-4, number of grans in extent ld b, a ; Store in B ld a, (405Ch) ; Get flag for disk type xor 1 ; Change to 0 for DOS 1.x, 1 for 5.x/6.x add a, b ; Add to # grans in extent, because... ld b, a ; 5.x/6.x uses 0 to indicate 1 gran. ld a, (4063h) ; Get sectors/gran value... call sub_C02 ; and multiply by # grans in extent... ld (4060h), a ; to get # sectors in extent, which we store. xor a ; Set Z for success (we found next granule)... ret ; and return. sub_BF6: ld a, (de) ; Get character from our filename cp 25h ; "%" ; Is it "%" (wildcard)? jr z, loc_BFD ; If yes, then anything matches... cp (hl) ; otherwise compare with char in dir entry. ret nz ; Return if they don"t match... loc_BFD: inc de ; else point to next character of both... inc hl djnz sub_BF6 ; and continue comparing. ret ; Returns with Z set if they match sub_C02: ld c, a ; Multiply -- arguments in A & B, result in A ld a, b or a ; Multiplying by zero? ret z ; If so, we already have the answer xor a ; Start with zero loc_C07: add a, c ; Add original A to it... djnz loc_C07 ; B times. ret sub_C0B: ld c, a ; Sector number into C loc_C0C: ld hl, 4300h ; Address of sector buffer in HL ld b, 0Ch ; Function -- read sector ld a, 1 ; Floppy disk rst 8 ; Do Disk I/O ret ; and Return ArcnetError: ld a, 1 ; Arcnet boot: No Arcnet boot ROM... jp FatalError ; so it"s Error 1 (and halt). RS232Boot: ld a, 4 ; RS-232 boot (Network 3) starts here ld (4055h), a ; Use 4 to indicate RS-232 boot loc_C1F: ld a, 64h ; Set 8/N/1, assert DTR & RTS out (0EAh), a ; Out to UART & modem control register or a ; Set NZ to get screen address for message ld hl, 0CD4h ; Point to phrases for "Not Ready " rst 18h ; Display it loc_C28: in a, (0E8h) ; Get modem status and 20h ; " " ; Bit 5 -- Carrier Detect jr nz, loc_C28 ; Loop until we have a carrier ld de, 0 ; Top left corner of screen ld hl, 0CDCh ; Three spaces, to cover up "Not" rst 10h ; Display them, so screen says " Ready " ld hl, 0CA4h ; Point to "Get byte from RS-232" routine ld (400Ah), hl ; Make this address our RST 20H vector ld hl, 4057h ; Point to baud rate storage loc_C3E: ld a, 0FFh ; Start at 19.2K bits per second loc_C40: ld (hl), a ; Store baud rate out (0E9h), a ; Output to baud rate generator out (0E8h), a ; Reset UART ld b, 0Ah ; Number of tries to receive a byte loc_C47: rst 20h ; Try to receive a byte jr nz, loc_C4E ; If unsuccessful, then retry or give up cp 55h ; "U" ; Did we get a "U"? jr z, loc_C57 ; If yes, then continue... loc_C4E: djnz loc_C47 ; else retry up to our limit... ld a, (hl) ; then get baud rate... sub 11h ; and drop down to next lower rate. jr nc, loc_C40 ; If not below slowest rate, then try it... jr loc_C3E ; else start again at 19.2K bps. loc_C57: ld b, 0Ah ; Number of bytes to receive loc_C59: rst 20h ; Get a byte from RS-232 jr nz, loc_C3E ; If error, start again cp 55h ; "U" ; Did we get a "U"? jr nz, loc_C3E ; If not, start again... djnz loc_C59 ; else get another byte. ld a, (hl) ; Okay, we got ten "U"s...now get the... and 0Fh ; baud rate we used... call sub_CBE ; convert to ASCII & store. (This sets NZ) ld hl, 0CE0h ; "Found Baud Rate " + character rst 18h ; Display it ld hl, 0CC4h ; "Found Baud Rate " call sub_CB0 ; Transmit message via RS-232 in a, (0EBh) ; Clear transmit holding register loc_C74: rst 20h ; Receive a byte jr nz, loc_C8B ; If error, go to RS-232 error routine cp 0FFh ; Did we receive 0FFH? jr nz, loc_C74 ; If not, keep trying until we do. ld de, 244h ; Display at row 9, col 0 ld hl, aLoading ; "Loading " push hl ; Save pointer to this message rst 10h ; Display it on our screen pop hl ; Still points to "Loading " call sub_CB0 ; Send it out RS-232 rst 28h ; Receive file from RS-232, load into memory jr nz, loc_C8B ; If error, go to RS-232 error routine... jp (hl) ; else start executing the file we received. loc_C8B: rrca ; RS-232 error: Rotate UART status 3 bits... rrca ; to the right -- bit 0 will then indicate... rrca ; overrun, bit 1 framing, bit 2 parity. call sub_CBE ; Convert to ASCII ("A"-"H") & store (sets NZ) call rst_206 ; Clear the screen (sets BC to 0) push bc ld hl, 0CE8h ; "Error " + character for error encountered rst 18h ; Display it ld hl, 587h ; "Error" call sub_CB0 ; Transmit it pop bc ; Still 0, so scan the keyboard 65536 times... rst 30h ; to let the other system time out and... jp loc_C1F ; re-sync, then we try the RS-232 boot again. loc_CA4: in a, (0EAh) ; UART & modem control register bit 7, a ; Character received? jr z, loc_CA4 ; If not, loop until we receive one. and 38h ; Test for overrun, framing, parity errors ret nz ; Return if any errors... in a, (0EBh) ; else get character from UART... ret ; and return with Z set to indicate success. sub_CB0: in a, (0EAh) ; UART & modem control register and 40h ; "@" ; Transmit register empty? jr z, sub_CB0 ; If not, loop until it is. ld a, (hl) ; Get character to transmit or a ; Is it zero? ret z ; If zero, we"re done transmitting... out (0EBh), a ; else send character to UART xmit register... inc hl ; point to next character... jr sub_CB0 ; and repeat. sub_CBE: add a, 41h ; Convert value 0-15 to ASCII... ld (4068h), a ; store it... ret ; and return. aFoundBaudRate: db "Found Baud Rate " db 0 db 0 dw 4D4h ; "Not " dw 550h ; "Ready " dw 0FFFFh ; End of message db " " ; Three spaces, to erase "Not" db 0 dw 184h ; Display at row 6, col 0 dw 0CC4h ; "Found Baud Rate " dw 4068h ; ASCII character for baud rate ("A"-"P") dw 0FFFFh ; End of message dw 3C4h ; Display at bottom left corner of screen dw 587h ; "Error" dw 58Dh ; ", " dw 4068h ; Character for error dw 0FFFFh ; End of message ; loc_CF2: ld sp, 3FFEh ; RAM Test: Put stack in video memory ld iy, 3C80h ; Point to row 2, col 0 of screen ld a, 8 ; 2 MHz clock, disable I/O bus,... out (0ECh), a ; enable alt char set. xor a ; Set 0000H-37FFH as read-only,... out (84h), a ; Model III memory map. ld ix, 0D14h ; Address to go to after clearing screen. loc_D04: ld a, 20h ; " " ; The routine starting here... ld de, 3C00h ; is called from... ld (de), a ; several locations... ld h, d ; in the RAM test. ld l, e ; It clears the screen... ld bc, 3FFh ; and then... inc de ; jumps to the... ldir ; address contained in... jp (ix) ; the IX register. ; ld hl, 0ED2h ; "Dynamic RAM Test" ld de, 3C00h ; Top of screen call sub_249 ; Display it ld hl, 0EE3h ; "Press To Begin..." ld de, 3C40h ; Next row on screen call sub_249 ; Display it ld hl, 0F0Ch ; "Errors will be displayed" ld de, 0C0h ; Next row on screen call sub_249 ; Display it loc_D2F: ld a, (3840h) ; Column 6 of keyboard matrix cp 1 ; Is pressed? jr nz, loc_D2F ; Loop until it is. ld ix, 0D3Dh ; Address of next part of test jp loc_D04 ; Clear screen, then continue. ; ld hl, 0F32h ; Column headings for display ld de, 3C80h ; Row 2, col 0 of screen call sub_249 ; Display it ld hl, 0F92h ; "Stack" ld de, 3F4h ; Row 15, col 52 of screen call sub_249 ; Display it loc_D4F: ld hl, 0F56h ; "Test Pattern is 55h" ld de, 3C40h ; Row 1, col 0 of screen call sub_249 ; Display it ld hl, 4000h ; Fill memory from 4000H... ld d, h ; to 0FFFFH... ld e, l ; with 55H (01010101 binary). ld bc, 0BFFFh ld a, 55h ; "U" ld (de), a inc de ldir ld hl, 4000h ; Start checking memory at 4000H ld bc, 0BFFFh ; Number of bytes to check loc_D6C: ld a, 55h ; "U" ; Compare 55H... ld e, (hl) ; with the value we find in memory. cp e ; If different, something"s wrong with memory. ld ix, 0D77h ; Where to resume if we jump jp nz, loc_E0A ; If memory error, then display it dec bc ; One less byte left to check inc hl ; Point to next byte to check ld a, c ; Have we checked all the bytes? or b jr nz, loc_D6C ; If not, then check the next one ld hl, 0F6Ah ; Else point to "AAh" ld de, 3C50h ; Row 1, col 16 of screen call sub_249 ; Display it, so we see "Test Pattern is AAh" ld hl, 4000h ; The same test again, except... ld d, h ; this time... ld e, l ; we fill... ld bc, 0BFFFh ; 4000H to 0FFFFH... ld a, 0AAh ; with 0AAH (10101010 binary). ld (de), a inc de ldir ld hl, 4000h ld bc, 0BFFFh ; Compare contents of memory... loc_D9A: ld a, 0AAh ; with 0AAH this time. ld e, (hl) cp e ld ix, 0DA5h jp nz, loc_E0A ; Jump if memory error, resume at next line dec bc inc hl ld a, c or b jp nz, loc_D9A ; Loop until we"ve tested all the bytes. ld d, 0 ; Mask for testing each byte loc_DAE: ld b, d ; Save mask in B for a moment ld hl, aModifiedAddres ; "Modified Address Test ld (hl),mask" ld de, 3C40h ; Second line of screen call sub_249 ; Display it (overwrite "Test Pattern...") ld h, d ; Address of last character displayed... ld l, e ; into HL. ld d, b ; Mask back into D inc hl ; Point to next space on screen. rra ; There should be a LD A,D before this... rra ; to get the mask value into A. See text. rra ; Anyway, move the upper nybble of the... rra ; "mask" value into the lower nybble. and 0Fh ; Get lower (formerly upper) 4 bits only add a, 90h ; Convert to one ASCII character... daa ; using the usual algorithm... adc a, 40h ; "@" ; so we can display the top half... daa ; of the "mask" value. ld (hl), a ; Put character on screen. inc hl ; Point to next space on screen. ld a, d ; Get mask value and 0Fh ; Lower nybble only add a, 90h ; Convert to one ASCII character again daa adc a, 40h ; "@" daa ld (hl), a ; Display 2nd char of mask value ld hl, 4000h ; Start testing at 4000H ld bc, 0BFFFh ; Number of bytes to test loc_DDA: ld a, d ; Get mask value... xor l ; XOR with LSB of address... xor h ; and with MSB of address... ld (hl), a ; and put it into memory. inc hl ; Loop until... dec bc ld a, c or b jr nz, loc_DDA ; we"ve tested all the bytes. ld a, d ; Mask value and 3 ; Is mask divisible by four? jr nz, loc_DED ; If not, skip next two lines... ld a, 40h ; "@" ; else run the drive motors a bit to put... out (0F4h), a ; add'l load on power supply, I suppose. loc_DED: ld hl, 4000h ; Start testing at 4000H again ld bc, 0BFFFh ; number of bytes to test loc_DF3: ld a, d ; Mask... xor l ; XOR lsb of address... xor h ; and msb of address... ld e, (hl) ; should match what we put there... cp e ; a moment ago. ld ix, 0DFEh ; Where to resume if error jr nz, loc_E0A ; If memory error, display it & resume inc hl ; Loop until we've... dec bc ld a, c or b jr nz, loc_DF3 ; tested all the bytes... inc d ; then increment mask... jr nz, loc_DAE ; and test again, unless mask was up to 0FFH. jp loc_D4F ; If it was, repeat entire test, endlessly. loc_E0A: ex af,af' ; Memory Error display routine: exx ; Use alternate AF, BC, DE, HL ld bc, 40h ; Number of characters on one line of screen add iy, bc ; Point to next line on screen ld bc, 0C040h ; (0C040H = negative 3FC0H) add iy, bc ; Did IY point to the last line... jr nc, loc_E1C ; of the screen? Jump if it didn"t... ld iy, 0 ; else keep it at the bottom line. loc_E1C: ld bc, 3FC0h ; Cancels out addition of 0C040H add iy, bc exx ; Restore original BC,DE,HL ld a, h ; High byte of address of defective byte rra ; Move upper four bits down rra rra rra and 0Fh ; Use upper (now lower) 4 bits only add a, 90h ; Convert to one ASCII character daa adc a, 40h ; daa ; Display character under "Address" heading... ld (iy+1), a ; at col 1 of current row. ld a, h ; Repeat for high byte of address... and 0Fh ; lower 4 bits this time. add a, 90h ; Convert to ASCII daa adc a, 40h ; daa ld (iy+2), a ; Display at col 2 of current line ld a, l ; Repeat for low byte of address rra rra rra rra and 0Fh add a, 90h ; daa adc a, 40h ; daa ld (iy+3), a ld a, l and 0Fh add a, 90h ; daa adc a, 40h ; daa ld (iy+4), a ; Display in cols 3 & 4 of current line ld a, (hl) ; Read contents of problem address again ld i, a ; Use I register as temporary storage rra ; Convert it to ASCII rra rra rra and 0Fh add a, 90h ; daa adc a, 40h ; daa ld (iy+0Ah), a ld a, i and 0Fh add a, 90h ; daa adc a, 40h ; daa ; Display under "Retry" heading... ld (iy+0Bh), a ; in cols 10,11 of current line. ld a, e ; Value originally read from problem address rra ; Convert to ASCII, etc. rra rra rra and 0Fh add a, 90h ; daa adc a, 40h ; daa ld (iy+11h), a ld a, e and 0Fh add a, 90h ; daa adc a, 40h ; daa ld (iy+12h), a ; Display under "Read" heading, cols 17,18 ex af,af' ; Restore original AF register... ld i, a ; save it in I for a moment... rra ; this is the value we expected to find... rra ; at the problem address, and didn"t. rra ; Convert to ASCII, etc. rra and 0Fh add a, 90h ; daa adc a, 40h ; daa ld (iy+17h), a ld a, i and 0Fh add a, 90h ; daa adc a, 40h ; daa ; Display under "Written" heading... ld (iy+18h), a ; in columns 23 & 24. ld a, d ; Mask value used at problem address rra ; Convert to ASCII, etc. rra rra rra and 0Fh add a, 90h ; daa adc a, 40h ; daa ld (iy+20h), a ld a, d and 0Fh add a, 90h ; daa adc a, 40h ; daa ld (iy+21h), a ; Display under "Mask" heading, cols 32,33 jp (ix) ; Resume test at address in IX ; aDynamicRamTest: db "Dynamic RAM Test" db 0 aPressEnterToBe: db "Press To Begin And RESET To Exit" db 0 aAnyErrorsDetec: db "Any Errors Detected Will Be Displayed" db 0 aAddressRetryRe: db "Address Retry Read Written Mask" db 0 aTestPatternIs5: db "Test Pattern Is 55h" db 0 aAah: db "AAh" db 0 aModifiedAddres: db "Modified Address Test ld (hl),mask" db 0 aStack: db "Stack" IF FREHD include ../frehd.inc frehd_boot: ld a,18h ; for XTRS out (CONTROL),a call frehd_boot1 ; no return if sucess jp sub_1C0 ; hard drive boot (previous code path) frehd_boot1: call frehd_loader ; get loader ret nz ; return if error jp ROM_LOAD frehd_loader: ld a,ROM_MODEL_4P out (WRITEROM),a in a,(READROM) cp 0FEh ret nz ld hl,ROM_LOAD ld bc,READROM inir xor a ret ;;; patch loc_180 to load model III rom from FreHD (sub_A72 loads from floppy) frehd_iii: call frehd_load_iii ; try loading rom from FreHD ret z ; sucess, return ! ld a,(4067h) ; failed, use previous code path or a jp nz,FatalError jp loc_186 frehd_load_iii: call frehd_loader ; try to load the loader ret nz ; failed => return ld a, 1 ; write-enable 0000-37FF out (84h),a ; read boot rom, write to ram ld de,fname ld b,fnamlen call 5004h ; try to load the model III rom file ret ; return with Z (success) or NZ (failed) fname db MODEL_III_FILE fnamend equ $ fnamlen equ (fnamend-fname) ENDIF REPT (0FEBh - $) db 0 ENDM ORG 0FEBh aTandyCorp: db "(c) 1983, Tandy Corp." ; end of "ROM" end ================================================ FILE: frehd/z80/frehd_rom/rom-patches/model4rom.asm ================================================ CPU z80 INCLUDE ../frehd.inc BINCLUDE model4.rom ;;; ;;; Need to find some free space in the ROM. For now, remove the support ;;; for slow_tape_write. ;;; ORG 3000h jp 329bh ; replace slow_tape_write by fast ;; 343F call clear_screen ;; 3442 call check_break ;; 3445 jr nz,non_disk ;; 3448 in a,(F0h) ORG 3445h call hd_boot1 ;; This was cas_write_8bits_slow ORG 3241h hd_boot1: jp nz, 3105h ; jump if pressed ld a,ROM_MODEL_4 ; rom parameter to FreHD. 4 for now. out (WRITEROM),a ; 2 in a,(READROM) ; 2 cp 0FEh ; FE is FreHD present and valid code! ret nz ; return if no FreHD or old firmware ld hl,ROM_LOAD ; load more "rom" from FreHD jr hd_boot2 IF $ >= 3254h ERROR "Code too big" ENDIF ;; This was slow_tape_write ORG 325Eh hd_boot2: ld bc,READROM inir jp ROM_LOAD IF $ >= 3274h ERROR "Code too big" ENDIF ;; Make EXT I/O enabled ORG 3724h db 38h ================================================ FILE: frehd/z80/frehd_rom/rom-patches/model4rom.gen2.asm ================================================ CPU z80 INCLUDE ../frehd.inc BINCLUDE model4.gen2.rom ;;; update 13-nov-13, db ;;; ;;; Need to find some free space in the ROM. For now, remove the support ;;; for slow_tape_write. ;;; ORG 3000h jp 329bh ; replace slow_tape_write by fast ;;3464 call 01c9h ; clear_screem ;;3467 call 028dh ; check break ;;346a jp nz,33f9h ; non_disk ;;346d in a,(f0h) ORG 346ah call hd_boot1 ;; This was cas_write_8bits_slow ORG 3241h hd_boot1: jp nz, 33f9h ; jump if pressed ld a,ROM_MODEL_4 ; rom parameter to FreHD. 4 for now. out (WRITEROM),a ; 2 in a,(READROM) ; 2 cp 0FEh ; FE is FreHD present and valid code! ret nz ; return if no FreHD or old firmware ld hl,ROM_LOAD ; load more "rom" from FreHD jr hd_boot2 IF $ >= 3254h ERROR "Code too big" ENDIF ;; This was slow_tape_write ORG 325Eh hd_boot2: ld bc,READROM inir jp ROM_LOAD IF $ >= 3274h ERROR "Code too big" ENDIF ;; Make EXT I/O enabled ORG 3724h db 38h ================================================ FILE: frehd/z80/frehd_rom/time.asm ================================================ ;;; ;;; TIME ;;; NEWDOS_VALID_BYTE equ 0a5h ;; Model 1 NEWDOS_VALID_ADDR equ 43abh NEWDOS_MONTH equ 43b1h NEWDOS_DAY equ 43b0h NEWDOS_YEAR equ 43afh NEWDOS_HOUR equ 43aeh NEWDOS_MIN equ 43adh NEWDOS_SEC equ 43ach ;; Model 3 NEWDOS3_VALID_ADDR equ 42cbh NEWDOS3_MONTH equ 42d1h NEWDOS3_DAY equ 42d0h NEWDOS3_YEAR equ 42cfh NEWDOS3_HOUR equ 42ceh NEWDOS3_MIN equ 42cdh NEWDOS3_SEC equ 42cch ;; LDOS (doesn't store time) LDOS_MONTH equ 4306h LDOS_DAY equ 4307h LDOS_YEAR equ 4466h LDOS3_MONTH equ 442fh LDOS3_DAY equ 4457h LDOS3_YEAR equ 4413h LDOS4_MONTH equ 0035h LDOS4_DAY equ 0034h LDOS4_YEAR equ 0033h hack_time: call get_datetime ld a,(ROM_MODEL) cp ROM_MODEL_1 jr nz,+ call time_newdos_m1 ; model 1 call time_ldos5_m1 ret + call time_newdos_m3 ; model 3, 4, 4P call time_ldos5_m3 ld a,(ROM_MODEL) cp ROM_MODEL_4 ret c call time_ldos6 ; model 4, 4P ret get_datetime: ld a,GET_TIME out (COMMAND2),a call wait ld hl,BUF1 ld bc,6<<8|DATA2 inir ret time_newdos_m1: ld hl,NEWDOS_VALID_ADDR ld de,NEWDOS_SEC jr + time_newdos_m3: ld hl,NEWDOS3_VALID_ADDR ld de,NEWDOS3_SEC + ld (hl),NEWDOS_VALID_BYTE ld hl,BUF1 ld bc,6 ldir ret time_ldos5_m1: ld hl,BUF1+FREHD_YEAR ; year ld de,LDOS_YEAR ld a,(hl) sub 80 ld (de),a inc hl ; day ld de,LDOS_DAY ld a,(hl) ld (de),a inc hl ; month ld de,LDOS_MONTH ld a,(hl) xor 50h ld (de),a ret time_ldos5_m3: ld hl,BUF1+FREHD_YEAR ; year ld de,LDOS3_YEAR ld a,(hl) sub 80 ld (de),a inc hl ; day ld de,LDOS3_DAY ld a,(hl) ld (de),a inc hl ; month ld de,LDOS3_MONTH ld a,(hl) xor 50h ld (de),a ret time_ldos6: ld a,2 ; map RAM out (84h),a ld hl,BUF1+FREHD_YEAR ld de,LDOS4_YEAR ld bc,3 ldir xor a out (84h),a ; unmap ROM ret ================================================ FILE: frehd/z80/utils/Makefile ================================================ LDOS = export2.cmd import2.cmd fupdate.cmd vhdutl.cmd import3.cmd dsk.dct eupdate.cmd CPM = vhdutl.com vhdutlkp.com LST = export2.lst import2.lst import3.lst fupdate.lst vhdutl_ldos.lst vhdutl_trs_cpm.lst vhdutl_kpro_cpm.lst dsk.lst ZMACFLAGS_LDOS = -h ZMACFLAGS_CPM = RM = /bin/rm -f MV = /bin/mv -f all: $(LDOS) $(CPM) .SUFFIXES: .z80 .cmd .dct .man .txt .hex .bin .com vhdutl.cmd: vhdutl_ldos.cmd $(MV) vhdutl_ldos.cmd vhdutl.cmd vhdutl.com: vhdutl_trs_cpm.bin $(MV) vhdutl_trs_cpm.bin vhdutl.com vhdutlkp.com: vhdutl_kpro_cpm.bin $(MV) vhdutl_kpro_cpm.bin vhdutlkp.com .z80.cmd: zmac $(ZMACFLAGS_LDOS) $< hex2cmd $*.hex > $*.cmd $(RM) $*.hex .z80.dct: zmac $(ZMACFLAGS_LDOS) $< hex2cmd $*.hex > $*.dct $(RM) $*.hex .z80.bin: zmac $(ZMACFLAGS_CPM) $< clean: $(RM) $(LDOS) $(CPM) $(LST) ================================================ FILE: frehd/z80/utils/dsk.z80 ================================================ ;*=*=* ; dsk/dct ; ; LDOS driver to mount JV1/JV3/DMK files from FreHD ; ; Copyright (c) 2013, Frederic Vecoven ; Inspired from Tim Mann's xtrshard.z80 driver ; Many thanks to Tim for answering some of my questions! ; ;*=*=* ; Assembler Control Flags CPM EQU 0 TRSDOS EQU 1 ;*=*=* ; defines ;*=*=* LF equ 10 CR equ 13 ETX equ 3 ;*=*=* ; FreHD defines ;*=*=* DATA2 equ 0c2h SIZE2 equ 0c3h COMMAND2 equ 0c4h ERROR2 equ 0c5h STATUS equ 0cfh GETVER equ 00h IMFILE equ 0dh IM_OPEN equ 00h IM_READSEC equ 01h FA_OPEN_EXISTING equ 00h FA_READ equ 01h FA_WRITE equ 02h FA_CREATE_NEW equ 04h FA_CREATE_ALWAYS equ 08h FA_OPEN_ALWAYS equ 10h ;*=*=* ; Model 4 SVC ;*=*=* @dsply equ 10 @flags equ 101 @gtdct equ 81 @gtmod equ 83 @gtdcb equ 82 @high equ 100 @logot equ 12 @ckbrkc equ 106 @keyin equ 9 ;*=*=* ; Model I/3 hard address ;*=*=* m3flag$ equ 0125h @logot1 equ 447bh @logot3 equ 428ah @dsply1 equ 4467h @dsply3 equ 4467h @keyin1 equ 0040h @keyin3 equ 0040h high$1 equ 4049h high$3 equ 4411h cflag$1 equ 4758h cflag$3 equ 4758h dct0$3 equ 4700h dct0$1 equ 4700h dctlen equ 10 ;*=*=* ; Set origin to be safe on LDOS 5 and 6 ;*=*=* org 6000h ;*=*=* ; Find which DOS is running (XXX: hardcoded LDOS6 for now) ;*=*=* instal ld (dct),de ; save DCT address ld a,(000ah) ; find TRS80 model cp 40h jp nz,ldos6 ; model 4 ! ld a,(m3flag$) cp 'I' jp z,model3 ;*=*=* ; LDOS 5 Model I ;*=*=* model1 ld a,0cdh ; insert @dsply1 ld (dsply),a ld hl,@dsply1 ld (dsply+1),hl ld a,0cdh ; insert model I @logot ld (logot),a ld hl,@logot1 ld (logot+1),hl ld hl,s_hello ; welcome message call dsply ld a,(cflag$1) bit 3,a ; system request ? jp z,viaset ld de,(dct) ld a,d or e ; DRIVE= must be specified jp z,needdr call tfrehd ; FreHD present ? jp nz,nofrehd call tfrehd2 ; Version 2.09 or above? jp c,ofrehd asku1 ld hl,s_fname ; ask filename call dsply ld hl,fname ld bc,0c00h call @keyin1 jp c,hitbrk jp nz,hitbrk ld a,b ld (flen),a ld hl,dct0$1 ; DCT0 is at this address ld (dct0),hl ld hl,(high$1) call xgtmod ; module already loaded ? jp z,setdct ld hl,(high$1) ld (newend),hl ld de,length sub a sbc hl,de ld (high$1),hl call relo jp move ;*=*=* ; LDOS 5 Model III ;*=*=* model3 ld a,0cdh ; insert @dsply3 ld (dsply),a ld hl,@dsply3 ld (dsply+1),hl ld a,0cdh ; insert model III @logot ld (logot),a ld hl,@logot3 ld (logot+1),hl ld hl,s_hello ; welcome message call dsply ld a,(cflag$3) bit 3,a ; system request ? jp z,viaset ld de,(dct) ld a,d or e ; DRIVE= must be specified jp z,needdr call tfrehd ; FreHD present ? jp nz,nofrehd call tfrehd2 ; Version 2.09 or above ? jp c,ofrehd asku3 ld hl,s_fname ; ask filename call dsply ld hl,fname ld bc,0c00h call @keyin3 jp c,hitbrk jp nz,hitbrk ld a,b ld (flen),a ld hl,dct0$3 ; DCT0 is at this address ld (dct0),hl ld hl,(high$3) call xgtmod ; module already loaded ? jp z,setdct ld hl,(high$3) ld (newend),hl ld de,length sub a sbc hl,de ld (high$3),hl call relo jp move ;*=*=* ; LS-DOS 6 ;*=*=* ldos6 ld hl,s_hello ; welcome message call dsply ld a,@flags ; get flags pointer into IY rst 40 ld a,(iy+'C'-'A') ; get CFLAGS$ bit 3,a ; system request ? jp z,viaset ld de,(dct) ld a,d ; DRIVE= must be specified or e ; (if so, DE != 0) jp z,needdr call tfrehd ; FreHD present ? jp nz,nofrehd call tfrehd2 ; Version 2.09 or above ? jp c,ofrehd asku4 ld hl,s_fname ; ask filename call dsply ld hl,fname ld bc,0c00h ld a,@keyin rst 40 jp c,hitbrk jp nz,hitbrk ld a,b ld (flen),a push iy ; save IY ld c,0 ; get pointer to DCT 0 ld a,@gtdct rst 40 push iy ; result in IY pop de ; DE = IY ld (dct0),de pop iy ; restore IY ;*=*=* ; check if driver is already loaded ;*=*=* ld de,modnam ld a,@gtmod rst 40 jp z,setdct ; already loaded, skip loading ;*=*=* ; Obtain low memory driver pointer ;*=*=* ld e,'K' ; locate pointer to *KI DCB ld d,'I' ; via @GTDCB SVC ld a,@gtdcb rst 40 jp nz,curdl ; no error unless KI clobbered dec hl ; decrement to driver pointer ld d,(hl) dec hl ld e,(hl) ;*=*=* ; Check if driver will fit in [(LCPTR), 12FFh] ;*=*=* push hl ; save address of pointer ld hl,length ; new pointer will be add hl,de ; pointer + length ld d,h ; save copy in DE ld e,l ld bc,1301h ; if > 1300h, driver won't fit sub a ; reset carry sbc hl,bc pop hl ; restore address of pointer jr nc,usehi ; go if driver won't fit ld (hl),e ; store new value of pointer inc hl ld (hl),d dec de ld (newend),de ; last byte of driver goes here jr dorelo ;*=*=* ; Use high memory, if possible ;*=*=* usehi ld hl,0 ; get current HIGH$ ld b,l ld a,@high rst 40 jp nz,nomem ld (newend),hl ; last byte of driver goes here ld de,length sub a ; reset carry sbc hl,de ; compute new high push hl ld a,@high rst 40 ld hl,s_himem ; show 'high mem' notice call dsply pop hl ;*=*=* ; Relocate internal references in driver ; HL = address for last byte of driver ;*=*=* dorelo call relo ;*=*=* ; Move driver into low or high memory ;*=*=* move ld de,(newend) ; destination address ld hl,dvrend ; last byte of module ld bc,length ; length of driver lddr ex de,hl inc hl ; bump to driver entry ;*=*=* ; Open image, and if success, setup DCT ;*=*=* setdct ld (drv),hl ; save driver address in drv call imopen ; try to open image jr nz,ferror ;*=*=* ; bytes 0-2 : C3/C9 + DCT vector ;*=*=* ld iy,(dct) ld hl,(drv) ld (iy+1),l ; driver address ld (iy+2),h ;*=*=* ; byte 6 : MAXCYL ;*=*=* ld hl,fname ; image info buffer ld a,(hl) ; info[0] = number of tracks ld (iy+6),a ;*=*=* ; byte 4 : DCT FLAG-2 ; ; bit 7 : 1=no @CKDRV when @OPEN ; bit 6 : 1=double-density compatible ; bit 5 : 1=two-side 0=one-side ; bit 4 : 1=alien ; bits 3-0 : floppy physical address ;*=*=* ld a,(unit) or 0F0h ld (iy+4),a inc hl ld a,(hl) ; info[1] = single side or a jr z,dbyt3 res 5,(iy+4) ;*=*=* ; byte 3 : DCT FLAG-1 ; ; bit 7 : 1=software write protect ; bit 6 : 1=double density 0=single density ; bit 5 : 1=8" drive 0=5.25" ; bit 4 : side-select ; bit 3 : 1=hard drive 0=floppy ; bit 2 : delay, 1=0.5s 0=1.0s ; bits 1-0 : step rate ; ; byte 7 : configuration field 1 ; ; bits 7-5 : 000 for floppy ; bits 4-0 : sector per track (0 means 1, so 32 is 1Fh) ; ; byte 8 : configuration field 2 ; ; bits 7-5 : quantity of granules per track (SD:2 DD:3) ; bits 4-0 : quantity of sectors per granule (SD:5 DD:6) ;*=*=* dbyt3 ld (iy+3),11000100b inc hl ld bc,4511h ; DDEN allocation ld a,(hl) ; info[2] = single density or a jr z,notsden res 6,(iy+3) ld bc,2409h ; SDEN allocation notsden ld (iy+7),c ld (iy+8),b inc hl ld a,(hl) ; info[3] = write protect or a jr nz,dbyt5 res 7,(iy+3) ;*=*=* ; byte 5: CURCYL ;*=*=* dbyt5 ld a,(unitmask) ld (iy+5),a ; => used as "file descriptor" ;*=*=* ; byte 8 : DIRCYL ;*=*=* ld (iy+9),0 ;*=*=* ; display success ;*=*=* inc hl ld a,(hl) ; info[4] = image type cp 3+1 jr c,ds1 ; if > 3 then xor a ; use 0 ds1 ld b,0 ld de,s_mounted ld hl,s_types add a,a add a,a ld c,a add hl,bc ld c,4 ldir ld hl,s_mounted call dsply xor a ld hl,0 ; return success ret ;*=*=* ; display message ;*=*=* ferror ld hl,s_ferror db 0ddh curdl ld hl,s_curdl db 0ddh needdr ld hl,s_needdr db 0ddh nofrehd ld hl,s_nofrehd db 0ddh ofrehd ld hl,s_ofrehd db 0ddh nomem ld hl,s_nomem db 0ddh viaset ld hl,s_viaset db 0ddh hitbrk ld hl,s_hitbrk logot: ld a,@logot rst 40 ld hl,-1 ; set error ret ;*=*=* ; Relocate internal references in driver ; HL = address for last byte of driver ;*=*=* relo ld hl,(newend) ld iy,reltab ; relocation table ld de,dvrend sub a ; clear carry sbc hl,de ld b,h ; move to BC ld c,l rloop ld l,(iy) ; get address to change ld h,(iy+1) ld a,h or l ; done if 0 ret z ld e,(hl) ; get address inc hl ld d,(hl) ex de,hl ; offset it add hl,bc ex de,hl ld (hl),d ; and store it dec hl ld (hl),e inc iy inc iy jr rloop ; loop ;*=*=* ; Search for existing copy of driver. ; Rough Model I/III emulation of Model 4 @GTMOD, hardcoded with driver address. ; ; Entry: HL holds HIGH$ ; Exit Z: HL holds driver address ; NZ: driver not found ;*=*=* xgtmod inc hl ld a,h or l jr nz,xgtm1 dec a ;not found ret xgtm1 ld a,(hl) cp 18h ;unconditional jr? ret nz ;not a module header push hl ;save start address inc hl ;skip jr inc hl ;skip offset inc hl ;skip start address inc hl ld a,(hl) ;compare name length cp modptr-modnam jr nz,nextmd ;different - skip ld b,a ;compare name ld de,modnam inc hl xgtm2 ld a,(de) cp (hl) jr nz,nextmd ;different - skip inc de inc hl djnz xgtm2 pop hl ;same - found ret nextmd pop hl ;get back start of module inc hl inc hl ld e,(hl) ;pointer to last byte inc hl ld d,(hl) ex de,hl jr xgtmod ;*=*=* ; Message and globals ;*=*=* s_hello db 'JV1/JV3/DMK driver for FreHD - ' include version.z80 db LF,CR s_nofrehd db 'FreHD interface not found!',CR s_ofrehd db 'FreHD version must be >= 2.09',CR s_ferror db 'Failed!',CR s_mounted db '... image mounted!',CR s_fname db 'Enter image filename: ',ETX s_viaset db 'Must install via SYSTEM (DRIVE=,DRIVER=)',CR s_nomem db 'High memory is not available!',CR s_himem db 'Notice: driver installed in high memory',CR s_curdl db 'LS-DOS is curdled!',CR s_needdr db 'DRIVE= must be specified!',CR s_hitbrk db 'Aborted!',CR s_types db '??? ','DMK ','JV3 ','JV1 ' masks db 01h, 02h, 04h, 08h, 10h, 20h, 40h, 80h dct dw 0 dct0 dw 0 drv dw 0 newend dw 0 unitmask db 0 unit db 0 ; unit \ flen db 0 ; flen | must remain together fname ds 13 ; fname / ;*=*=* ; Open file on FreHD ; drv : adress of driver ; fname : filename ;*=*=* imopen ld bc,0800h ld hl,(dct0) uloop push hl ; save pointer to DCT[i] inc hl ; skip c3/c9 ld a,(drv) xor (hl) jr nz,unext ; not us inc hl ld a,(drv+1) xor (hl) jr nz,unext ; not us inc hl ; we are installed in this DCT ! inc hl inc hl ld a,c or (hl) ; CURCYL is used as file descriptor bitmask ld c,a unext pop hl ; restore pointer to DCT[i] ld de,dctlen add hl,de djnz uloop ; loop 8x ld a,c ; get bitmask of used file descriptors cp 0FFh ; all used ? jr nz,ufind ; no ld a,(iy+5) ; yes. Re-use the one of this DCT cpl ; (cpl will set all bits to '1' except one) ufind ld b,7 ; find first '0' bit from MSB ufind1 rla ; get bit 7 in C jr nc,ufind2 djnz ufind1 ufind2 ld a,b ld (unit),a ld hl,masks ; get 1 << A from lookup table ld b,0 ld c,a add hl,bc ld a,(hl) ld (unitmask),a imopen2 ld a,(flen) ; filename length add a,3 ; + unit, subcmd and null terminator ld b,a call sendmk dec b ; null terminator is outside 'otir' ld hl,flen ld (hl),IM_OPEN ; IM_OPEN dec hl ; point to 'unit' ld c,DATA2 otir xor a out (DATA2),a ; -> null terminator call wait in a,(ERROR2) or a ret nz ; return if error ld hl,fname ; use fname buffer for image info ld bc,5<<8|DATA2 inir xor a ; set Z ret ;*=*=* ; Test if FreHD is present ;*=*=* tfrehd ld a,GETVER out (COMMAND2),a call wait in a,(SIZE2) cp 6 ret ;*=*=* ; Testif FreHD is at least 2.09 (must be called after tfrehd) ;*=*=* tfrehd2 in a,(DATA2) cp 2 ret c ret nz in a,(DATA2) cp 9 ret ;*=*=* ; Diplay routine for all models ;*=*=* dsply ld a,@dsply rst 40 ret ;*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* ; DRIVER ;*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* entry jr begin ; DOS driver header dw dvrend rx00 equ $-2 db modptr-modnam ; length of name modnam db 'dmk' ; name for @GTMOD modptr dw 0 dw 0 begin push ix call body rx01 equ $-2 pop ix ret body ld a,b ; first test will return and a ; to the called on @DCSTAT ret z ; and set the Z-flag with A=0 notdcs cp 7 jr z,rslct ; transfer on @RSLCT jr nc,diskio ; transfer on physical I/O request ;*=*=* ; 1 @SLCT Select a disk drive : no-op ; 2 @DCINIT Initialize a controller : no-op ; 3 @DCRES Reset controller : no-op ; 4 @RSTOR Restore drive to cyl 0 : no-op ; 5 @STEPI Issue track step-in : no-op ; 6 @SEEK Seek to a disk cylinder : no-op ;*=*=* retzer sub a ret ;*=*=* ; 7 @RSLCT should return hardware write protection status. Set bit 6 ; of the accumulator to indicate the driver is write-protected ;*=*=* rslct xor a ; ld a,040h doesn't seem to work ret ;*=*=* ; Diskio ;*=*=* diskio bit 2,b ; Test if read or write jr nz,wrcmd ; transfer if functions 12-15 cp 10 jr z,vrsec jr nc,rdtrk cp 9 jr z,rdsec ;*=*=* ; 8 @RDHDR Read ID field : no supported ;*=*=* rdhdr ld a,32 ; not supported (illegal driver num) and a ret ;*=*=* ; 9 @RDSEC Read disk sector ;*=*=* rdsec ld a,(iy+6) ; get high cyl # cp d ; at or below it ? jr nc,rdok ld a,2 ; "seek error during read" ret ; (NZ already set) rdok push de push hl call dordsec rx02 equ $-2 pop hl pop de ret rddun2 ld a,d sub (iy+9) jr nz,rddun1 add a,6 ; "attempt to read system data record" ret rddun1 sub a ret ;*=*=* ; 9 @VRSEC : Verify sector ;*=*=* vrsec ld a,(iy+6) ; get high cyl # cp d ; at or below it ? jr nc,rddun2 ; go if so ld a,2 ; "seek error during read" ret ; (NZ already set) ;*=*=* ; 10 @RDTRK : Read a disk track : not supported ;*=*=* rdtrk ld a,32 ; Not supported and a ret ;*=*=* ; Write commands ;*=*=* wrcmd bit 7,(iy+3) ; check software write protect jr z,wrcmd1 ld a,15 ; "write protected" ret wrcmd1 cp 14 ; parse functions 12-15 jr z,wrssc jr nc,wrtrk cp 13 jr z,wrsec ;*=*=* ; 12 @HDGMT : format an entire drive ;*=*=* fmt sub a ret ;*=*=* ; 13 @WRSEC : Write data sector (FB address mark) ;*=*=* wrsec nop ;*=*=* ; 14 @WRSSC : Write system sector (F8 address mark) ;*=*=* wrssc ld a,(iy+6) ; get high cyl # cp d ; beyond it ? jr nc,wrok1 ld a,10 ; "seek error during write" ret wrok1 nop sub a ret ;*=*=* ; @15 WRTRK Write track (format data) : not supported ;*=*=* wrtrk ld a,32 ; not support ("illegal drive number") and a ret ;*=*=* ; Send IM command to FreHD, and set SIZE2 ; B = size ;*=*=* sendmk ld a,IMFILE ; IMage command out (COMMAND2),a call wait rx03 equ $-2 ld a,b out (SIZE2),a ret ;*=*=* ; Read sector routine ; C = logical drive ; D = cyl ; E = sector ; HL = buffer ;*=*=* dordsec ld b,4 call sendmk rx04 equ $-2 ld a,(iy+4) ; unit (from DCT) and 07h out (DATA2),a ld a,IM_READSEC ; READSEC command out (DATA2),a ld a,d ; CYL out (DATA2),a ld a,e ; SECTOR out (DATA2),a call wait rx05 equ $-2 ld bc,DATA2 in a,(ERROR2) ; get error code or a jr z,rdget ; no error, get the data cp 6 ; error 6 ? ret nz ; no, all errors => return error ld a,d ; error 6 : system sector ld (iy+9),a ; update DIRCYL inir ; get the data ld a,6 ; return error 6 or a ; set NZ ret rdget ld a,d ; CYL 0 SEC 0 ? or e jr nz,rdget2 ; no, get data ini ; yes. 3rd byte is DIRCYL ini ini dec hl ld a,(hl) inc hl ld (iy+9),a ; update DIRCYL rdget2 inir xor a ret ;*=*=* ; Wait until FreHD has completed a command ; The "image command" of FreHD always returns status in ERROR2 register. ;*=*=* wait ex (sp),hl ex (sp),hl wait1 in a,(STATUS) cp 0ffh ; no interface jr z,wait2 rlca jr c,wait1 wait2 and 01h ret ;*=*=* ; End of driver ;*=*=* dvrend equ $-1 length equ $-entry reltab dw rx00,rx01,rx02,rx03,rx04,rx05 dw 0 end instal ================================================ FILE: frehd/z80/utils/eupdate.z80 ================================================ ;; fupdate.z80 ;; Frederic Vecoven, 4/15/13 ;; ;; Usage: FUPDATE fromfile ;; ;; FUPDATE will put the hard drive emulator in bootloader mode, and send ;; the HEX file using the TRS80. ;; ; Assembler Control Flags CPM EQU 0 TRSDOS EQU 1 ;; Model I/III addresses @fspec equ 441ch @init equ 4420h @open equ 4424h @close equ 4428h @read equ 4436h @write equ 4439h @error equ 4409h @exit equ 402dh @abort equ 4030h @put equ 001bh @dsp equ 0033h @dsply equ 4467h dodcb$ equ 401dh ;; Model 4 SVCs @svc equ 40 ; rst address for SVCs ;@svc equ 5 ; older zmac requires 8080-style "rst 5" @fspec6 equ 78 @init6 equ 58 @open6 equ 59 @close6 equ 60 @read6 equ 67 @write6 equ 75 @error6 equ 26 @exit6 equ 22 @abort6 equ 21 @dsply6 equ 10 @dsp6 equ 2 ;; Model 4 only: file init or open with wrong LRL. Can be ignored. lrlerr equ 42 ;; Interface defines DATA2 equ 0c2h SIZE2 equ 0c3h COMMAND2 equ 0c4h STATUS equ 0cfh READC5 equ 0c5h ; should read 4F in bootloader mode org 5200h ;; Jump tables for OS independence startj: fspec: call @fspec ret init: call @init ret open: call @open ret close: call @close ret reed: call @read ret write: call @write ret error: call @error ret exit: call @exit ret abort: call @abort ret dsply: call @dsply ret dsp: ld a,c call @dsp ret getern: call getern5 ret endj: ; Model 4 startj6: ld a, @fspec6 rst @svc ret ld a, @init6 rst @svc ret ld a, @open6 rst @svc ret ld a, @close6 rst @svc ret ld a, @read6 rst @svc ret ld a, @write6 rst @svc ret ld a, @error6 rst @svc ret ld a, @exit6 rst @svc ret ld a, @abort6 rst @svc ret ld a, @dsply6 rst @svc ret nop ; Keep byte count the same as DSP ld a, @dsp6 rst @svc ret call getern6 ret ; Nonzero for LDOS ern convention ernldos: db 1 fupdate: ld a, (000ah) ; Model 4? cp 40h jr z, not4 push hl ld de, startj ld hl, startj6 ld bc, endj - startj ldir pop hl not4: ld a, (4427h) ; system id for Newdos/80... sub 82h ; ...should be 82h (v2.0) jr z, gotid ld a, (441fh) ; system version number for most other DOSes sub 13h ; TRSDOS 1.3? gotid: ld (ernldos), a fromf: ld de, dcb ; ready to get LDOS filename from (HL) call fspec jp nz, usage ; Z set if valid ld hl, iobuf ld de, dcb ld b, 0 call open ; open the TRS-80 file ;pop hl jr z, opn2ok ; Z set if success cp lrlerr jr z, opn2ok ld c, a ; A error number call error jp abort ;; Enter bootloader opn2ok: ld hl, welcom ; welcome message call dsply call inboot ; already in bootloader ? jr z, opn4ok ; yes ld hl,boot2 ; print "entering bootloader" call dsply ld a, 07h ; enter bootloader out (COMMAND2), a call wait ld a, 15h out (DATA2), a ld a, 04h out (DATA2), a call wait out (SIZE2), a ; flush eventual buffer in interface call wait call inboot ; check again jr z, opn3ok ; OK ! ld hl, notboot ; didn't enter bootloader => error call dsply jp abort opn4ok: ld hl,boot1 ; "already in bootloader" call dsply opn3ok: ;; Read ld de, dcb call getern ; count down records in bc loop: ld de, dcb ld hl, iobuf call reed ; read 256 bytes from file jr z, rdok ; got a full 256 bytes cp 28 ; eof? jr z, closok ; yes, OK ld c, a call error ; oops, i/o error jp abort rdok: dec bc ;; Process push bc ; save record count ld a, c or b ; Z : last record ld b, 00h ; byte count jr nz, tloop ; jump if not last record ld a, (dcb+8) ld b, a tloop: ld a, 0dh ; 0D ? cp (hl) jr z, dolf ld a, 0ah ; 0A ? cp (hl) jr nz,notlf dolf: ld a, (flag) ; anything to commit ? and a jr z, nextb ; no out (SIZE2), a ; yes call wait ; wait until the interface is no more busy in a, (STATUS) ; get status call disp_status xor a ld (flag), a ; clear flag jr nextb notlf: ld a, (hl) ; get one byte out (DATA2), a ; send it to the interface ld a, 1 ld (flag), a ; set flag nextb: inc hl ; next byte djnz tloop pop bc ; restore record count ld a, c ; next chunk, if any or b jr nz, loop closok: ld de, dcb call close ; close the TRS-80 file jr z, cls2ok ld c, a call error ; oops, i/o error jp abort cls2ok: ld hl,usager-1 call dsply ETX EQU 3 GETVER EQU 0 include GETVERSION.Z80 ld hl,0 jp exit ;;; check if we are in bootloader mode (Z set if in bootloader) inboot: call wait in a, (READC5) in a, (READC5) cp 04Fh ret ;;; wait until the interface is ready wait: ex (sp),hl ex (sp),hl ; small delay to settle the controller wait1: in a, (STATUS) rlca jr c, wait1 ret ;;; display A = status as a char disp_status: push hl and 07h ld l, a ld h, 00h ld de, status_chars add hl, de ; hl points to the char ld c, (hl) ;push af call dsp ;pop af pop hl ret ;; Usage message usage: ld hl, intro ; what this program is all about call dsply ld hl, usager ; error message and exit call dsply jp abort ;; EOF handling differs between TRS-80 DOSes: ;; For TRSDOS 2.3 and LDOS, word (dcb+12) contains the number of ;; 256 byte records in the file, byte (dcb+8) contains the EOF ;; offset in the last record (0=256). ;; For NEWDOS/80 and TRSDOS 1.3, byte (dcb+8) and word (dcb+12) ;; form a 24 bit number containing the relative byte address of EOF. ;; Thus (dcb+12) differs by one if the file length is not a ;; multiple of 256 bytes. DOSPLUS also uses this convention, ;; and NEWDOS 2.1 probably does too (not checked). ; Returns number of (partial or full) records in BC, destroys A getern5: ld bc, (dcb+12) ld a, (ernldos) ; get ERN convention and a ret nz ; done if TRSDOS 2.3/LDOS convention ld a, (dcb+8) ; length multiple of 256 bytes? and a ret z ; done if so inc bc ; no, # of records = last full record + 1 ret ; All Model 4 mode operating systems should be TRSDOS/LS-DOS 6.x compatible getern6: ld bc, (dcb+12) ret intro: defb 'FUPDATE ' INCLUDE VERSION.Z80 defb ' - Eeprom Update for the FreHD Hard Drive Emulator', 0dh usager: defb 'Usage: EUPDATE fromfile', 0dh welcom: defb 'Hard Drive Emulator Eeprom Update', 0dh notboot:defb 'Error: cannot enter bootloader mode', 0dh boot1: defb 'Interface already in bootloader', 0dh boot2: defb 'Entering bootloader...', 0dh status_chars: defb '.' ; ok defb 'R' ; range error defb 'I' ; ignored defb 'C' ; checksum error defb 'X' ; invalid defb 'S' ; sequence error defb 'P' ; protected defb '?' ; n/a flag: defb 0 dcb: defs 48 ; 48 for Model III TRSDOS 1.3 iobuf: defs 256 end fupdate ================================================ FILE: frehd/z80/utils/export2.cmd ================================================ ================================================ FILE: frehd/z80/utils/export2.hex ================================================ :10520000CD1C44C9CD2044C9CD2444C9CD2844C9AE :10521000CD3644C9CD3944C9CD0944C9CD2D40C985 :10522000CD3040C9CDDD53C9CD1D54C93E4EEFC967 :105230003E3AEFC93E3BEFC93E3CEFC93E43EFC9A2 :105240003E4BEFC93E1AEFC93E16EFC93E15EFC9F6 :105250003E0AEFC9CD2D54C9013A0A00FE40280D7F :10526000E5110052212C52012C00EDB0E13A274407 :10527000D68228053A1F44D6133258527EFE20DAD1 :10528000AF5320032318F5FE2D202C237EF620FE9D :10529000652006973258521815FE6C20073E0132E1 :1052A0003254180AFE6EC2AF533E01323354237E8D :1052B000FE2020D92318C5111256223454CD005295 :1052C000C2AF537EFE20381420032318F611435634 :1052D0003E20BEEDA038FB1B9712181C2A34541137 :1052E00043567EFE3A280FFE21380BFE2F20023E49 :1052F0002E12231318EC9712214256111256060053 :10530000CD0852E1280BFE2A28074FCD1852C320A2 :10531000522143563A3254B7C4F25306023E00BEFD :105320002804042318F93E03D3C4CD0F5478D3C303 :105330000EC2214256360AEDB3CD0F54CD2852117C :105340001256CD1052280BFE1C28484FCD1852C3C0 :1053500020520BC53A3354A7280F2142563E0D0167 :105360000A00BE2001712310F9C179B0C501000106 :105370002007473A1A564F0D033E05D3C4CD0F54AC :1053800079D3C3470EC2214256EDB3CD0F54C17934 :10539000B020AC3E06D3C4CD0F54111256CD0C52E2 :1053A00028074FCD1852C32052210000C31C5221A0 :1053B0003654CD2452217454CD2452C32052219C02 :1053C00054CD2452DBC5FE153801976F26002911F4 :1053D000E855197E23666FCD2452C32052111D401B :1053E000E57EFE03280AF5CD1B00F123FE0D20F11A :1053F000E1C9E5545D7EFE5B2004237E1809D64199 :10540000FE1A7E3002F620122313B720E8E1C9E32A :10541000E3DBCF0738FBDBCFE60120A2C9ED4B1E53 :10542000563A5852A7C03A1A56A7C803C9ED4B1EA0 :1054300056C9000000004558504F52543220322EB9 :105440003033202D204578706F727420746F205394 :105450004420666F72207468652046726548442057 :105460004861726420447269766520456D756C618F :10547000746F720D55736167653A204558504F52ED :105480005432205B2D6C6E655D2066726F6D6669AF :105490006C65205B736466696C655D0D4572726F47 :1054A000723A2003556E6B6E6F776E206572726F65 :1054B000720D4469736B206572726F720D496E7460 :1054C00065726E616C206572726F720D44726976DE :1054D00065206E6F742072656164790D46696C6534 :1054E000206E6F7420666F756E640D506174682055 :1054F0006E6F7420666F756E640D496E76616C69AF :105500006420706174686E616D650D4163636573DD :10551000732064656E6965640D46696C6520657805 :10552000697374730D46696C652F646972206F62CC :105530006A65637420696E76616C69640D5772697F :1055400074652070726F7465637465640D496E765E :10555000616C69642064726976650D566F6C756D57 :1055600065206E6F74206D6F756E7465640D4E6F7F :105570002046415420667320666F756E640D6D6B16 :1055800066732061626F727465640D54696D656F36 :1055900075742064657465637465640D46696C6533 :1055A000206C6F636B65640D4E6F7420656E6F7554 :1055B000676820636F72650D546F6F206D616E793F :1055C000206F70656E2066696C65730D496E76613B :1055D0006C696420706172616D657465720D4469F7 :1055E000736B2066756C6C0DA454B254BD54CC54CE :1055F000DC54EB54FA540B55195525553D554D5572 :105600005B556E557E558B559C55A855B855CC5558 :02561000DE5565 :0052590154 ================================================ FILE: frehd/z80/utils/export2.lst ================================================ 1: ;; export2.z80 2: ;; Timothy Mann, 8/24/97 3: ;; Frederic Vecoven, 4/15/13 : adapted for trs_hard emulator 4: ;; 5: ;; Copyright (c) 1997, Timothy Mann 6: ;; 7: ;; This software may be copied, modified, and used for any 8: ;; purpose without fee, provided that (1) the above copyright 9: ;; notice is retained, and (2) modified versions are clearly 10: ;; marked as having been modified, with the modifier's name and 11: ;; the date included. 12: ;; 13: ;; Use hard drive emulator commands to copy a file from TRS-80 to FAT 14: ;; Usage: EXPORT2 [-lne] fromfile [unixfile] 15: ;; Parameter -l will convert the Unix file to lower case. 16: ;; (Needed for NEWDOS/80. They insist on uppercasing the command line.) 17: ;; If the -n parameter is given, each carriage return ('\r') 18: ;; in the TRS-80 file is converted to a newline ('\n') in the Unix file. 19: ;; The program tries to determine what DOS it is running on and use 20: ;; the correct FCB end of file convention, but this works only on 21: ;; TRSDOS, LDOS, and NEWDOS/80. For other DOSes that use the 22: ;; NEWDOS/80 convention (such as DOSPLUS), give the -e paramter. 23: ;; If the unixfile parameter is omitted, the fromfile parameter is used, 24: ;; with '/' changed to '.'. 25: 26: ; Assembler Control Flags 27: 28: 0000 CPM EQU 0 29: 0001 TRSDOS EQU 1 30: 31: ;; Model I/III addresses 32: 441C @fspec equ 441ch 33: 4420 @init equ 4420h 34: 4424 @open equ 4424h 35: 4428 @close equ 4428h 36: 4436 @read equ 4436h 37: 4439 @write equ 4439h 38: 4409 @error equ 4409h 39: 402D @exit equ 402dh 40: 4030 @abort equ 4030h 41: 001B @put equ 001bh 42: 401D dodcb$ equ 401dh 43: 44: ;; Model 4 SVCs 45: 0028 @svc equ 40 ; rst address for SVCs 46: ;@svc equ 5 ; older zmac requires 8080-style "rst 5" 47: 004E @fspec6 equ 78 48: 003A @init6 equ 58 49: 003B @open6 equ 59 50: 003C @close6 equ 60 51: 0043 @read6 equ 67 52: 004B @write6 equ 75 53: 001A @error6 equ 26 54: 0016 @exit6 equ 22 55: 0015 @abort6 equ 21 56: 000A @dsply6 equ 10 57: 58: ;; Model 4 only: file init or open with wrong LRL. Can be ignored. 59: 002A lrlerr equ 42 60: 61: 5200 org 5200h 62: 63: ;; Jump tables for OS independence 64: 5200 startj: 65: 5200 CD1C44 fspec: call @fspec 66: 5203 C9 ret 67: 5204 CD2044 init: call @init 68: 5207 C9 ret 69: 5208 CD2444 open: call @open 70: 520B C9 ret 71: 520C CD2844 close: call @close 72: 520F C9 ret 73: 5210 CD3644 reed: call @read 74: 5213 C9 ret 75: 5214 CD3944 write: call @write 76: 5217 C9 ret 77: 5218 CD0944 error: call @error 78: 521B C9 ret 79: 521C CD2D40 exit: call @exit 80: 521F C9 ret 81: 5220 CD3040 abort: call @abort 82: 5223 C9 ret 83: 5224 CDDD53 dsply: call dsply5 84: 5227 C9 ret 85: 5228 CD1D54 getern: call getern5 86: 522B C9 ret 87: 522C endj: 88: 89: ; Model 4 90: 522C startj6: 91: 522C 3E4E ld a, @fspec6 92: 522E EF rst @svc 93: 522F C9 ret 94: 5230 3E3A ld a, @init6 95: 5232 EF rst @svc 96: 5233 C9 ret 97: 5234 3E3B ld a, @open6 98: 5236 EF rst @svc 99: 5237 C9 ret 100: 5238 3E3C ld a, @close6 101: 523A EF rst @svc 102: 523B C9 ret 103: 523C 3E43 ld a, @read6 104: 523E EF rst @svc 105: 523F C9 ret 106: 5240 3E4B ld a, @write6 107: 5242 EF rst @svc 108: 5243 C9 ret 109: 5244 3E1A ld a, @error6 110: 5246 EF rst @svc 111: 5247 C9 ret 112: 5248 3E16 ld a, @exit6 113: 524A EF rst @svc 114: 524B C9 ret 115: 524C 3E15 ld a, @abort6 116: 524E EF rst @svc 117: 524F C9 ret 118: 5250 3E0A ld a, @dsply6 119: 5252 EF rst @svc 120: 5253 C9 ret 121: 5254 CD2D54 call getern6 122: 5257 C9 ret 123: 124: ; Nonzero for LDOS ern convention 125: 5258 01 ernldos: db 1 126: 127: ;; Interface defines 128: 00C2 DATA2 equ 0c2h 129: 00C3 SIZE2 equ 0c3h 130: 00C4 COMMAND2 equ 0c4h 131: 00C5 ERROR2 equ 0c5h 132: 00CF STATUS equ 0cfh 133: 0003 OPENFILE equ 03h 134: 0004 READFILE equ 04h 135: 0005 WRITEFILE equ 05h 136: 0006 CLOSEFILE equ 06h 137: 138: ;; FatFS flags 139: 0000 FA_OPEN_EXISTING equ 00h 140: 0001 FA_READ equ 01h 141: 0002 FA_WRITE equ 02h 142: 0004 FA_CREATE_NEW equ 04h 143: 0008 FA_CREATE_ALWAYS equ 08h 144: 0010 FA_OPEN_ALWAYS equ 10h 145: 146: 147: 148: 5259 export: 149: 5259 3A0A00 ld a, (000ah) ; Model 4? 150: 525C FE40 cp 40h 151: 525E 280D jr z, not4 152: 5260 E5 push hl 153: 5261 110052 ld de, startj 154: 5264 212C52 ld hl, startj6 155: 5267 012C00 ld bc, endj - startj 156: 526A EDB0 ldir 157: 526C E1 pop hl 158: 526D not4: 159: 526D 3A2744 ld a, (4427h) ; system id for Newdos/80... 160: 5270 D682 sub 82h ; ...should be 82h (v2.0) 161: 5272 2805 jr z, gotid 162: 5274 3A1F44 ld a, (441fh) ; system version number for most other DOSes 163: 5277 D613 sub 13h ; TRSDOS 1.3? 164: 5279 325852 gotid: ld (ernldos), a 165: 166: 527C 7E flag0: ld a, (hl) ; look for flags 167: 527D FE20 cp ' ' 168: 527F DAAF53 jp c, usage ; error if line ends here 169: 5282 2003 jr nz, flag1 170: 5284 23 inc hl 171: 5285 18F5 jr flag0 172: 5287 FE2D flag1: cp '-' 173: 5289 202C jr nz, fromf 174: 528B 23 inc hl 175: 528C 7E ld a, (hl) 176: 528D F620 flag3: or 20h 177: 528F FE65 cp 'e' 178: 5291 2006 jr nz, flagl 179: 5293 97 sub a 180: 5294 325852 ld (ernldos), a 181: 5297 1815 jr flag2 182: 5299 FE6C flagl: cp 'l' 183: 529B 2007 jr nz, flagn ; check for next flag 184: 529D 3E01 ld a, 1 185: 529F 323254 ld (lflag), a 186: 52A2 180A jr flag2 187: 52A4 FE6E flagn: cp 'n' 188: 52A6 C2AF53 jp nz, usage ; unknown flag 189: 52A9 3E01 ld a, 1 190: 52AB 323354 ld (nflag), a 191: 52AE 23 flag2: inc hl 192: 52AF 7E ld a, (hl) 193: 52B0 FE20 cp ' ' 194: 52B2 20D9 jr nz, flag3 ; another flag follows 195: 52B4 23 inc hl 196: 52B5 18C5 jr flag0 197: 198: 52B7 111256 fromf: ld de, dcb ; ready to get LDOS filename from (HL) 199: 52BA 223454 ld (lfname), hl ; save if needed to default Unix name 200: 52BD CD0052 call fspec 201: 52C0 C2AF53 jp nz, usage 202: 203: 52C3 7E unix0: ld a, (hl) ; scan over Unix filename 204: 52C4 FE20 cp ' ' ; first skip spaces 205: 52C6 3814 jr c, usetrs ; if no Unix name, use translated TRS name 206: 52C8 2003 jr nz, unix1 207: 52CA 23 inc hl 208: 52CB 18F6 jr unix0 209: 52CD 114356 unix1: ld de, iobuf+1 ; copy Unix filename 210: 52D0 3E20 ld a, ' ' 211: 52D2 BE unix2: cp (hl) 212: 52D3 EDA0 ldi 213: 52D5 38FB jr c, unix2 214: 52D7 1B dec de 215: 52D8 97 sub a 216: 52D9 12 ld (de), a ; NUL terminate Unix name 217: 52DA 181C jr gotu 218: 219: 52DC 2A3454 usetrs: ld hl, (lfname) ; translate TRS-80 name to Unix 220: 52DF 114356 ld de, iobuf+1 221: 52E2 7E ut1: ld a, (hl) 222: 52E3 FE3A cp ':' ; drivespec? 223: 52E5 280F jr z, utdone ; done if so 224: 52E7 FE21 cp ' '+1 ; end of line? 225: 52E9 380B jr c, utdone ; done if so 226: 52EB FE2F cp '/' ; change '/' to '.' for extension 227: 52ED 2002 jr nz, notsl 228: 52EF 3E2E ld a, '.' 229: 52F1 12 notsl: ld (de), a 230: 52F2 23 inc hl 231: 52F3 13 inc de 232: 52F4 18EC jr ut1 233: 52F6 97 utdone: sub a ; NUL-terminate Unix name 234: 52F7 12 ld (de), a 235: 236: 52F8 214256 gotu: ld hl, iobuf 237: 52FB 111256 ld de, dcb 238: 52FE 0600 ld b, 0 239: 5300 CD0852 call open ; open the TRS-80 file 240: 5303 E1 pop hl 241: 5304 280B jr z, uname 242: 5306 FE2A cp lrlerr 243: 5308 2807 jr z, uname 244: 530A 4F ld c, a 245: 530B CD1852 call error 246: 530E C32052 jp abort 247: 248: ;;; open the file on the interface side 249: ;;; 1) issue command OPENFILE to interface 250: ;;; 2) compute size = flags (1) + strlen(path) + 1 (null terminator) 251: ;;; 3) send size to interface 252: ;;; 4) send the bytes to interface 253: ;;; 5) wait for CIP to clear 254: 5311 214356 uname: ld hl, iobuf+1 ; path 255: 5314 3A3254 ld a, (lflag) 256: 5317 B7 or a 257: 5318 C4F253 call nz, lcconv ; convert filename to lower case 258: 259: 531B 0602 ld b, 2 ; length = 2 (flag + null-terminator) 260: 531D 3E00 ld a, 0 ; null-terminator 261: 531F BE stlen1: cp (hl) 262: 5320 2804 jr z, stlen2 263: 5322 04 inc b ; found a character 264: 5323 23 inc hl 265: 5324 18F9 jr stlen1 266: 5326 3E03 stlen2: ld a, OPENFILE 267: 5328 D3C4 out (COMMAND2), a ; send OPENFILE command 268: 532A CD0F54 call wait 269: 532D 78 ld a, b 270: 532E D3C3 out (SIZE2), a ; send SIZE2 271: 5330 0EC2 ld c, DATA2 272: 5332 214256 ld hl, iobuf 273: 5335 360A ld (hl), FA_CREATE_ALWAYS|FA_WRITE 274: 5337 EDB3 otir 275: 5339 CD0F54 call wait 276: ;; Read 277: 533C CD2852 opn2ok: call getern ; count down records in bc 278: 279: 533F 111256 loop: ld de, dcb 280: 5342 CD1052 call reed ; read 256 bytes from file 281: 5345 280B jr z, rdok ; got a full 256 bytes 282: 5347 FE1C cp 28 ; eof? 283: 5349 2848 jr z, closit ; yes, OK 284: 534B 4F ld c, a 285: 534C CD1852 call error ; oops, i/o error 286: 534F C32052 jp abort 287: 5352 0B rdok: dec bc 288: 289: ;; Translate 290: 5353 C5 push bc ; save record count 291: 5354 3A3354 ld a, (nflag) ; check for NL feature 292: 5357 A7 and a 293: 5358 280F jr z, nlfals 294: 535A 214256 ld hl, iobuf 295: 535D 3E0D ld a, 0dh 296: 535F 010A00 ld bc, 000ah ; b := 0, c := 0ah 297: 5362 BE tloop: cp (hl) 298: 5363 2001 jr nz, notlf 299: 5365 71 ld (hl), c 300: 5366 23 notlf: inc hl 301: 5367 10F9 djnz tloop 302: 5369 C1 nlfals: pop bc ; restore record count 303: 304: ;; Write 305: 536A 79 ld a, c 306: 536B B0 or b ; last record? 307: 536C C5 push bc ; save record count 308: 536D 010001 ld bc, 0100h ; byte count 309: 5370 2007 jr nz, notlst 310: 5372 47 ld b, a 311: 5373 3A1A56 ld a, (dcb+8) 312: 5376 4F ld c, a 313: 5377 0D dec c ; EOF offset 0: write 256 bytes 314: 5378 03 inc bc 315: 5379 notlst: 316: 5379 3E05 ld a, WRITEFILE ; send write command 317: 537B D3C4 out (COMMAND2), a 318: 537D CD0F54 call wait 319: 5380 79 ld a, c ; send size to interface 320: 5381 D3C3 out (SIZE2), a 321: 5383 47 ld b, a 322: 5384 0EC2 ld c, DATA2 323: 5386 214256 ld hl, iobuf 324: 5389 EDB3 otir ; send data 325: 538B CD0F54 call wait ; wait until it's written 326: 538E C1 pop bc 327: 538F 79 wrok: ld a, c 328: 5390 B0 or b 329: 5391 20AC jr nz, loop 330: 331: ;; Close 332: 5393 3E06 closit: ld a, CLOSEFILE ; send close file 333: 5395 D3C4 out (COMMAND2), a 334: 5397 CD0F54 call wait 335: 539A 111256 closok: ld de, dcb 336: 539D CD0C52 call close ; close the TRS-80 file 337: 53A0 2807 jr z, cls2ok 338: 53A2 4F ld c, a 339: 53A3 CD1852 call error ; oops, i/o error 340: 53A6 C32052 jp abort 341: 53A9 210000 cls2ok: ld hl, 0 ; all is well 342: 53AC C31C52 jp exit 343: 344: ;; Usage message 345: 53AF 213654 usage: ld hl, intro ; what this program is all about 346: 53B2 CD2452 call dsply 347: 53B5 217454 ld hl, usager ; error message and exit 348: 53B8 CD2452 call dsply 349: 53BB C32052 jp abort 350: 351: ;; interface error 352: 53BE 219C54 uerror: ld hl, error_m ; display error prefix 353: 53C1 CD2452 call dsply 354: 53C4 DBC5 in a, (ERROR2) ; get error number 355: 53C6 FE15 cp 15h ; check error number 356: 53C8 3801 jr c, uerrok 357: 53CA 97 sub a ; A=0 unknown error 358: 53CB 6F uerrok: ld l, a 359: 53CC 2600 ld h, 00h 360: 53CE 29 add hl, hl ; pointers are 2 bytes 361: 53CF 11E855 ld de, error_table 362: 53D2 19 add hl, de ; hl points to the pointer 363: 53D3 7E ld a, (hl) 364: 53D4 23 inc hl 365: 53D5 66 ld h, (hl) 366: 53D6 6F ld l, a ; hl points to the string 367: 53D7 CD2452 call dsply 368: 53DA C32052 jp abort 369: 370: ;; Display message in HL. 03h terminate, 0dh newline and terminate. 371: 53DD 111D40 dsply5: ld de, dodcb$ 372: 53E0 E5 push hl 373: 53E1 7E dsply0: ld a, (hl) 374: 53E2 FE03 cp 03h 375: 53E4 280A jr z, dsply1 376: 53E6 F5 push af 377: 53E7 CD1B00 call @put 378: 53EA F1 pop af 379: 53EB 23 inc hl 380: 53EC FE0D cp 0dh 381: 53EE 20F1 jr nz, dsply0 382: 53F0 E1 dsply1: pop hl 383: 53F1 C9 ret 384: 385: ;; Convert (NUL terminated) string in HL to lower case. 386: 53F2 E5 lcconv: push hl 387: 53F3 54 ld d, h 388: 53F4 5D ld e, l 389: 53F5 7E lcloop: ld a, (hl) 390: 53F6 FE5B cp 5bh ; use '[' or uparrow as escape 391: 53F8 2004 jr nz, lconv1 392: 53FA 23 inc hl 393: 53FB 7E ld a, (hl) 394: 53FC 1809 jr lconv2 ; char after esc: don't convert 395: 53FE D641 lconv1: sub 'A' 396: 5400 FE1A cp 26 397: 5402 7E ld a, (hl) 398: 5403 3002 jr nc, lconv2 399: 5405 F620 or 20h ; convert to lower case 400: 5407 12 lconv2: ld (de), a 401: 5408 23 inc hl 402: 5409 13 inc de 403: 540A B7 or a ; NUL terminator? 404: 540B 20E8 jr nz, lcloop 405: 540D E1 pop hl 406: 540E C9 ret 407: 408: ;;; wait until the interface is ready 409: 540F E3 wait: ex (sp),hl 410: 5410 E3 ex (sp),hl ; small delay to settle the controller 411: 5411 DBCF wait1: in a, (STATUS) 412: 5413 07 rlca 413: 5414 38FB jr c, wait1 414: 5416 DBCF in a, (STATUS) ; read status again 415: 5418 E601 and 01h ; nz = error 416: 541A 20A2 jr nz, uerror 417: 541C C9 ret 418: 419: 420: 421: ;; EOF handling differs between TRS-80 DOSes: 422: ;; For TRSDOS 2.3 and LDOS, word (dcb+12) contains the number of 423: ;; 256 byte records in the file, byte (dcb+8) contains the EOF 424: ;; offset in the last record (0=256). 425: ;; For NEWDOS/80 and TRSDOS 1.3, byte (dcb+8) and word (dcb+12) 426: ;; form a 24 bit number containing the relative byte address of EOF. 427: ;; Thus (dcb+12) differs by one if the file length is not a 428: ;; multiple of 256 bytes. DOSPLUS also uses this convention, 429: ;; and NEWDOS 2.1 probably does too (not checked). 430: 431: ; Returns number of (partial or full) records in BC, destroys A 432: 541D getern5: 433: 541D ED4B1E56 ld bc, (dcb+12) 434: 5421 3A5852 ld a, (ernldos) ; get ERN convention 435: 5424 A7 and a 436: 5425 C0 ret nz ; done if TRSDOS 2.3/LDOS convention 437: 5426 3A1A56 ld a, (dcb+8) ; length multiple of 256 bytes? 438: 5429 A7 and a 439: 542A C8 ret z ; done if so 440: 542B 03 inc bc ; no, # of records = last full record + 1 441: 542C C9 ret 442: 443: ; All Model 4 mode operating systems should be TRSDOS/LS-DOS 6.x compatible 444: 542D getern6: 445: 542D ED4B1E56 ld bc, (dcb+12) 446: 5431 C9 ret 447: 448: 5432 00 lflag: defb 0 449: 5433 00 nflag: defb 0 450: 5434 0000 lfname: defw 0 451: 452: 5436 4558504F intro: defb 'EXPORT2 ' 52543220 453: 454: INCLUDE VERSION.Z80 **** VERSION.Z80 **** 1: ; Utilities Common Version number 2: 3: 543E 322E3033 DB '2.03' 4: 5: ; Includes machine name in the version message 6: ; Can't find another way of doing this 7: 8: 0000 IF CPM 455: ENDIF 456: 5442 202D2045 defb ' - Export to SD for the FreHD Hard Drive Emulator', 0dh 78706F72 7420746F 20534420 666F7220 74686520 46726548 44204861 72642044 72697665 20456D75 6C61746F 720D 457: 5474 55736167 usager: defb 'Usage: EXPORT2 [-lne] fromfile [sdfile]', 0dh 653A2045 58504F52 5432205B 2D6C6E65 5D206672 6F6D6669 6C65205B 73646669 6C655D0D 458: 459: 549C 4572726F error_m: defb 'Error: ', 03h 723A2003 460: 54A4 556E6B6E fr_unknown: defb 'Unknown error', 0dh ; 0 6F776E20 6572726F 720D 461: 54B2 4469736B fr_disk_err: defb 'Disk error', 0dh ; 1 20657272 6F720D 462: 54BD 496E7465 fr_int_err: defb 'Internal error', 0dh ; 2 726E616C 20657272 6F720D 463: 54CC 44726976 fr_not_ready: defb 'Drive not ready', 0dh ; 3 65206E6F 74207265 6164790D 464: 54DC 46696C65 fr_no_file: defb 'File not found', 0dh ; 4 206E6F74 20666F75 6E640D 465: 54EB 50617468 fr_no_path: defb 'Path not found', 0dh ; 5 206E6F74 20666F75 6E640D 466: 54FA 496E7661 fr_invalid_name: defb 'Invalid pathname', 0dh ; 6 6C696420 70617468 6E616D65 0D 467: 550B 41636365 fr_denied: defb 'Access denied', 0dh ; 7 73732064 656E6965 640D 468: 5519 46696C65 fr_exist: defb 'File exists', 0dh ; 8 20657869 7374730D 469: 5525 46696C65 fr_invalid_obj: defb 'File/dir object invalid', 0dh ; 9 2F646972 206F626A 65637420 696E7661 6C69640D 470: 553D 57726974 fr_write_protected: defb 'Write protected', 0dh ; 10 65207072 6F746563 7465640D 471: 554D 496E7661 fr_invalid_drive: defb 'Invalid drive', 0dh ; 11 6C696420 64726976 650D 472: 555B 566F6C75 fr_not_enabled: defb 'Volume not mounted', 0dh ; 12 6D65206E 6F74206D 6F756E74 65640D 473: 556E 4E6F2046 fr_no_fs: defb 'No FAT fs found', 0dh ; 13 41542066 7320666F 756E640D 474: 557E 6D6B6673 fr_mkfs_aborted: defb 'mkfs aborted', 0dh ; 14 2061626F 72746564 0D 475: 558B 54696D65 fr_timeout: defb 'Timeout detected', 0dh ; 15 6F757420 64657465 63746564 0D 476: 559C 46696C65 fr_locked: defb 'File locked', 0dh ; 16 206C6F63 6B65640D 477: 55A8 4E6F7420 fr_not_enough_core: defb 'Not enough core', 0dh ; 17 656E6F75 67682063 6F72650D 478: 55B8 546F6F20 fr_too_many_open_files: defb 'Too many open files', 0dh ; 18 6D616E79 206F7065 6E206669 6C65730D 479: 55CC 496E7661 fr_invalid_param: defb 'Invalid parameter', 0dh ; 19 6C696420 70617261 6D657465 720D 480: 55DE 4469736B fr_disk_full: defb 'Disk full', 0dh ; 20 2066756C 6C0D 481: 55E8 A454B254 error_table: defw fr_unknown, fr_disk_err, fr_int_err, fr_not_ready, fr_no_file BD54CC54 DC54 482: 55F2 EB54FA54 defw fr_no_path, fr_invalid_name, fr_denied, fr_exist, fr_invalid_obj 0B551955 2555 483: 55FC 3D554D55 defw fr_write_protected, fr_invalid_drive, fr_not_enabled 5B55 484: 5602 6E557E55 defw fr_no_fs, fr_mkfs_aborted, fr_timeout, fr_locked 8B559C55 485: 560A A855B855 defw fr_not_enough_core, fr_too_many_open_files, fr_invalid_param CC55 486: 5610 DE55 defw fr_disk_full 487: 488: 5612 dcb: defs 48 ; 48 for Model III TRSDOS 1.3 489: 5642 iobuf: defs 256 490: 491: 5259 end export Statistics: 131 symbols 1042 bytes Symbol Table: @abort =4030 fa_create_always= 8 lcloop 53f5 @abort6 = 15 fa_create_new = 4+ lconv1 53fe @close =4428 fa_open_always = 10+ lconv2 5407 @close6 = 3c fa_open_existing= 0+ lflag 5432 @dsply6 = a fa_read = 1+ lfname 5434 @error =4409 fa_write = 2 loop 533f @error6 = 1a flag0 527c lrlerr = 2a @exit =402d flag1 5287 nflag 5433 @exit6 = 16 flag2 52ae nlfals 5369 @fspec =441c flag3 528d not4 526d @fspec6 = 4e flagl 5299 notlf 5366 @init =4420 flagn 52a4 notlst 5379 @init6 = 3a fr_denied 550b notsl 52f1 @open =4424 fr_disk_err 54b2 open 5208 @open6 = 3b fr_disk_full 55de openfile = 3 @put = 1b fr_exist 5519 opn2ok 533c+ @read =4436 fr_int_err 54bd rdok 5352 @read6 = 43 fr_invalid_drive 554d readfile = 4+ @svc = 28 fr_invalid_name 54fa reed 5210 @write =4439 fr_invalid_obj 5525 size2 = c3 @write6 = 4b fr_invalid_param 55cc startj 5200 abort 5220 fr_locked 559c startj6 522c close 520c fr_mkfs_aborted 557e status = cf closefile = 6 fr_no_file 54dc stlen1 531f closit 5393 fr_no_fs 556e stlen2 5326 closok 539a+ fr_no_path 54eb tloop 5362 cls2ok 53a9 fr_not_enabled 555b trsdos = 1+ command2 = c4 fr_not_enough_core 55a8 uerrok 53cb cpm = 0 fr_not_ready 54cc uerror 53be data2 = c2 fr_timeout 558b uname 5311 dcb 5612 fr_too_many_open_files 55b8 unix0 52c3 dodcb =401d fr_unknown 54a4 unix1 52cd dsply 5224 fr_write_protected 553d unix2 52d2 dsply0 53e1 fromf 52b7 usage 53af dsply1 53f0 fspec 5200 usager 5474 dsply5 53dd getern 5228 usetrs 52dc endj 522c getern5 541d ut1 52e2 ernldos 5258 getern6 542d utdone 52f6 error 5218 gotid 5279 wait 540f error2 = c5 gotu 52f8 wait1 5411 error_m 549c init 5204+ write 5214+ error_table 55e8 intro 5436 writefile = 5 exit 521c iobuf 5642 wrok 538f+ export 5259 lcconv 53f2 ================================================ FILE: frehd/z80/utils/export2.z80 ================================================ ;; export2.z80 ;; Timothy Mann, 8/24/97 ;; Frederic Vecoven, 4/15/13 : adapted for trs_hard emulator ;; ;; Copyright (c) 1997, Timothy Mann ;; ;; This software may be copied, modified, and used for any ;; purpose without fee, provided that (1) the above copyright ;; notice is retained, and (2) modified versions are clearly ;; marked as having been modified, with the modifier's name and ;; the date included. ;; ;; Use hard drive emulator commands to copy a file from TRS-80 to FAT ;; Usage: EXPORT2 [-lne] fromfile [unixfile] ;; Parameter -l will convert the Unix file to lower case. ;; (Needed for NEWDOS/80. They insist on uppercasing the command line.) ;; If the -n parameter is given, each carriage return ('\r') ;; in the TRS-80 file is converted to a newline ('\n') in the Unix file. ;; The program tries to determine what DOS it is running on and use ;; the correct FCB end of file convention, but this works only on ;; TRSDOS, LDOS, and NEWDOS/80. For other DOSes that use the ;; NEWDOS/80 convention (such as DOSPLUS), give the -e paramter. ;; If the unixfile parameter is omitted, the fromfile parameter is used, ;; with '/' changed to '.'. ; Assembler Control Flags CPM EQU 0 TRSDOS EQU 1 ;; Model I/III addresses @fspec equ 441ch @init equ 4420h @open equ 4424h @close equ 4428h @read equ 4436h @write equ 4439h @error equ 4409h @exit equ 402dh @abort equ 4030h @put equ 001bh dodcb$ equ 401dh ;; Model 4 SVCs @svc equ 40 ; rst address for SVCs ;@svc equ 5 ; older zmac requires 8080-style "rst 5" @fspec6 equ 78 @init6 equ 58 @open6 equ 59 @close6 equ 60 @read6 equ 67 @write6 equ 75 @error6 equ 26 @exit6 equ 22 @abort6 equ 21 @dsply6 equ 10 ;; Model 4 only: file init or open with wrong LRL. Can be ignored. lrlerr equ 42 org 5200h ;; Jump tables for OS independence startj: fspec: call @fspec ret init: call @init ret open: call @open ret close: call @close ret reed: call @read ret write: call @write ret error: call @error ret exit: call @exit ret abort: call @abort ret dsply: call dsply5 ret getern: call getern5 ret endj: ; Model 4 startj6: ld a, @fspec6 rst @svc ret ld a, @init6 rst @svc ret ld a, @open6 rst @svc ret ld a, @close6 rst @svc ret ld a, @read6 rst @svc ret ld a, @write6 rst @svc ret ld a, @error6 rst @svc ret ld a, @exit6 rst @svc ret ld a, @abort6 rst @svc ret ld a, @dsply6 rst @svc ret call getern6 ret ; Nonzero for LDOS ern convention ernldos: db 1 ;; Interface defines DATA2 equ 0c2h SIZE2 equ 0c3h COMMAND2 equ 0c4h ERROR2 equ 0c5h STATUS equ 0cfh OPENFILE equ 03h READFILE equ 04h WRITEFILE equ 05h CLOSEFILE equ 06h ;; FatFS flags FA_OPEN_EXISTING equ 00h FA_READ equ 01h FA_WRITE equ 02h FA_CREATE_NEW equ 04h FA_CREATE_ALWAYS equ 08h FA_OPEN_ALWAYS equ 10h export: ld a, (000ah) ; Model 4? cp 40h jr z, not4 push hl ld de, startj ld hl, startj6 ld bc, endj - startj ldir pop hl not4: ld a, (4427h) ; system id for Newdos/80... sub 82h ; ...should be 82h (v2.0) jr z, gotid ld a, (441fh) ; system version number for most other DOSes sub 13h ; TRSDOS 1.3? gotid: ld (ernldos), a flag0: ld a, (hl) ; look for flags cp ' ' jp c, usage ; error if line ends here jr nz, flag1 inc hl jr flag0 flag1: cp '-' jr nz, fromf inc hl ld a, (hl) flag3: or 20h cp 'e' jr nz, flagl sub a ld (ernldos), a jr flag2 flagl: cp 'l' jr nz, flagn ; check for next flag ld a, 1 ld (lflag), a jr flag2 flagn: cp 'n' jp nz, usage ; unknown flag ld a, 1 ld (nflag), a flag2: inc hl ld a, (hl) cp ' ' jr nz, flag3 ; another flag follows inc hl jr flag0 fromf: ld de, dcb ; ready to get LDOS filename from (HL) ld (lfname), hl ; save if needed to default Unix name call fspec jp nz, usage unix0: ld a, (hl) ; scan over Unix filename cp ' ' ; first skip spaces jr c, usetrs ; if no Unix name, use translated TRS name jr nz, unix1 inc hl jr unix0 unix1: ld de, iobuf+1 ; copy Unix filename ld a, ' ' unix2: cp (hl) ldi jr c, unix2 dec de sub a ld (de), a ; NUL terminate Unix name jr gotu usetrs: ld hl, (lfname) ; translate TRS-80 name to Unix ld de, iobuf+1 ut1: ld a, (hl) cp ':' ; drivespec? jr z, utdone ; done if so cp ' '+1 ; end of line? jr c, utdone ; done if so cp '/' ; change '/' to '.' for extension jr nz, notsl ld a, '.' notsl: ld (de), a inc hl inc de jr ut1 utdone: sub a ; NUL-terminate Unix name ld (de), a gotu: ld hl, iobuf ld de, dcb ld b, 0 call open ; open the TRS-80 file pop hl jr z, uname cp lrlerr jr z, uname ld c, a call error jp abort ;;; open the file on the interface side ;;; 1) issue command OPENFILE to interface ;;; 2) compute size = flags (1) + strlen(path) + 1 (null terminator) ;;; 3) send size to interface ;;; 4) send the bytes to interface ;;; 5) wait for CIP to clear uname: ld hl, iobuf+1 ; path ld a, (lflag) or a call nz, lcconv ; convert filename to lower case ld b, 2 ; length = 2 (flag + null-terminator) ld a, 0 ; null-terminator stlen1: cp (hl) jr z, stlen2 inc b ; found a character inc hl jr stlen1 stlen2: ld a, OPENFILE out (COMMAND2), a ; send OPENFILE command call wait ld a, b out (SIZE2), a ; send SIZE2 ld c, DATA2 ld hl, iobuf ld (hl), FA_CREATE_ALWAYS|FA_WRITE otir call wait ;; Read opn2ok: call getern ; count down records in bc loop: ld de, dcb call reed ; read 256 bytes from file jr z, rdok ; got a full 256 bytes cp 28 ; eof? jr z, closit ; yes, OK ld c, a call error ; oops, i/o error jp abort rdok: dec bc ;; Translate push bc ; save record count ld a, (nflag) ; check for NL feature and a jr z, nlfals ld hl, iobuf ld a, 0dh ld bc, 000ah ; b := 0, c := 0ah tloop: cp (hl) jr nz, notlf ld (hl), c notlf: inc hl djnz tloop nlfals: pop bc ; restore record count ;; Write ld a, c or b ; last record? push bc ; save record count ld bc, 0100h ; byte count jr nz, notlst ld b, a ld a, (dcb+8) ld c, a dec c ; EOF offset 0: write 256 bytes inc bc notlst: ld a, WRITEFILE ; send write command out (COMMAND2), a call wait ld a, c ; send size to interface out (SIZE2), a ld b, a ld c, DATA2 ld hl, iobuf otir ; send data call wait ; wait until it's written pop bc wrok: ld a, c or b jr nz, loop ;; Close closit: ld a, CLOSEFILE ; send close file out (COMMAND2), a call wait closok: ld de, dcb call close ; close the TRS-80 file jr z, cls2ok ld c, a call error ; oops, i/o error jp abort cls2ok: ld hl, 0 ; all is well jp exit ;; Usage message usage: ld hl, intro ; what this program is all about call dsply ld hl, usager ; error message and exit call dsply jp abort ;; interface error uerror: ld hl, error_m ; display error prefix call dsply in a, (ERROR2) ; get error number cp 15h ; check error number jr c, uerrok sub a ; A=0 unknown error uerrok: ld l, a ld h, 00h add hl, hl ; pointers are 2 bytes ld de, error_table add hl, de ; hl points to the pointer ld a, (hl) inc hl ld h, (hl) ld l, a ; hl points to the string call dsply jp abort ;; Display message in HL. 03h terminate, 0dh newline and terminate. dsply5: ld de, dodcb$ push hl dsply0: ld a, (hl) cp 03h jr z, dsply1 push af call @put pop af inc hl cp 0dh jr nz, dsply0 dsply1: pop hl ret ;; Convert (NUL terminated) string in HL to lower case. lcconv: push hl ld d, h ld e, l lcloop: ld a, (hl) cp 5bh ; use '[' or uparrow as escape jr nz, lconv1 inc hl ld a, (hl) jr lconv2 ; char after esc: don't convert lconv1: sub 'A' cp 26 ld a, (hl) jr nc, lconv2 or 20h ; convert to lower case lconv2: ld (de), a inc hl inc de or a ; NUL terminator? jr nz, lcloop pop hl ret ;;; wait until the interface is ready wait: ex (sp),hl ex (sp),hl ; small delay to settle the controller wait1: in a, (STATUS) rlca jr c, wait1 in a, (STATUS) ; read status again and 01h ; nz = error jr nz, uerror ret ;; EOF handling differs between TRS-80 DOSes: ;; For TRSDOS 2.3 and LDOS, word (dcb+12) contains the number of ;; 256 byte records in the file, byte (dcb+8) contains the EOF ;; offset in the last record (0=256). ;; For NEWDOS/80 and TRSDOS 1.3, byte (dcb+8) and word (dcb+12) ;; form a 24 bit number containing the relative byte address of EOF. ;; Thus (dcb+12) differs by one if the file length is not a ;; multiple of 256 bytes. DOSPLUS also uses this convention, ;; and NEWDOS 2.1 probably does too (not checked). ; Returns number of (partial or full) records in BC, destroys A getern5: ld bc, (dcb+12) ld a, (ernldos) ; get ERN convention and a ret nz ; done if TRSDOS 2.3/LDOS convention ld a, (dcb+8) ; length multiple of 256 bytes? and a ret z ; done if so inc bc ; no, # of records = last full record + 1 ret ; All Model 4 mode operating systems should be TRSDOS/LS-DOS 6.x compatible getern6: ld bc, (dcb+12) ret lflag: defb 0 nflag: defb 0 lfname: defw 0 intro: defb 'EXPORT2 ' INCLUDE VERSION.Z80 defb ' - Export to SD for the FreHD Hard Drive Emulator', 0dh usager: defb 'Usage: EXPORT2 [-lne] fromfile [sdfile]', 0dh error_m: defb 'Error: ', 03h fr_unknown: defb 'Unknown error', 0dh ; 0 fr_disk_err: defb 'Disk error', 0dh ; 1 fr_int_err: defb 'Internal error', 0dh ; 2 fr_not_ready: defb 'Drive not ready', 0dh ; 3 fr_no_file: defb 'File not found', 0dh ; 4 fr_no_path: defb 'Path not found', 0dh ; 5 fr_invalid_name: defb 'Invalid pathname', 0dh ; 6 fr_denied: defb 'Access denied', 0dh ; 7 fr_exist: defb 'File exists', 0dh ; 8 fr_invalid_obj: defb 'File/dir object invalid', 0dh ; 9 fr_write_protected: defb 'Write protected', 0dh ; 10 fr_invalid_drive: defb 'Invalid drive', 0dh ; 11 fr_not_enabled: defb 'Volume not mounted', 0dh ; 12 fr_no_fs: defb 'No FAT fs found', 0dh ; 13 fr_mkfs_aborted: defb 'mkfs aborted', 0dh ; 14 fr_timeout: defb 'Timeout detected', 0dh ; 15 fr_locked: defb 'File locked', 0dh ; 16 fr_not_enough_core: defb 'Not enough core', 0dh ; 17 fr_too_many_open_files: defb 'Too many open files', 0dh ; 18 fr_invalid_param: defb 'Invalid parameter', 0dh ; 19 fr_disk_full: defb 'Disk full', 0dh ; 20 error_table: defw fr_unknown, fr_disk_err, fr_int_err, fr_not_ready, fr_no_file defw fr_no_path, fr_invalid_name, fr_denied, fr_exist, fr_invalid_obj defw fr_write_protected, fr_invalid_drive, fr_not_enabled defw fr_no_fs, fr_mkfs_aborted, fr_timeout, fr_locked defw fr_not_enough_core, fr_too_many_open_files, fr_invalid_param defw fr_disk_full dcb: defs 48 ; 48 for Model III TRSDOS 1.3 iobuf: defs 256 end export ================================================ FILE: frehd/z80/utils/fatfserr.z80 ================================================ UERROR: LD HL, error_m ; display error prefix CALL DSPLY IN A, (ERROR2) ; get error number CP 15h ; check error number. JR C, UERROK SUB A ; A=0 unknown error UERROK: LD L, A LD H, 00h ADD HL, HL ; pointers are 2 bytes LD DE, error_table ADD HL, DE ; hl points to the pointer LD A, (HL) INC HL LD H, (HL) LD L, A ; hl points to the string CALL DSPLY RET error_m: defb 'Error: ', 03h fr_unknown: defb 'Unknown error', 0dh ; 0 fr_disk_err: defb 'Disk error', 0dh ; 1 fr_int_err: defb 'Internal error', 0dh ; 2 fr_not_ready: defb 'Drive not ready', 0dh ; 3 fr_no_file: defb 'File not found', 0dh ; 4 fr_no_path: defb 'Path not found', 0dh ; 5 fr_invalid_name: defb 'Invalid pathname', 0dh ; 6 fr_denied: defb 'Access denied', 0dh ; 7 fr_exist: defb 'File exists', 0dh ; 8 fr_invalid_obj: defb 'File/dir object invalid', 0dh ; 9 fr_write_protected: defb 'Write protected', 0dh ; 10 fr_invalid_drive: defb 'Invalid drive', 0dh ; 11 fr_not_enabled: defb 'Volume not mounted', 0dh ; 12 fr_no_fs: defb 'No FAT fs found', 0dh ; 13 fr_mkfs_aborted: defb 'mkfs aborted', 0dh ; 14 fr_timeout: defb 'Timeout detected', 0dh ; 15 fr_locked: defb 'File locked', 0dh ; 16 fr_not_enough_core: defb 'Not enough core', 0dh ; 17 fr_too_many_open_files: defb 'Too many open files', 0dh ; 18 fr_invalid_param: defb 'Invalid parameter', 0dh ; 19 fr_disk_full: defb 'Disk full', 0dh ; 20 error_table: defw fr_unknown ,fr_disk_err, fr_int_err, fr_not_ready, fr_no_file defw fr_no_path, fr_invalid_name, fr_denied, fr_exist, fr_invalid_obj defw fr_write_protected, fr_invalid_drive, fr_not_enabled defw fr_no_fs, fr_mkfs_aborted, fr_timeout, fr_locked defw fr_not_enough_core, fr_too_many_open_files, fr_invalid_param defw fr_disk_full ================================================ FILE: frehd/z80/utils/frehd.z80 ================================================ DATA2 EQU 0c2h SIZE2 EQU 0c3h COMMAND2 EQU 0c4h ERROR2 EQU 0c5h STATUS EQU 0cfh OPENFILE EQU 03h READFILE EQU 04h WRITEFILE EQU 05h CLOSEFILE EQU 06h BOOT ORG 5000H CALL WHATVER CP 1 ; Model 1? JR NZ,IDENT3 LD HL,LOADER1 JR BOOT2 IDENT3 CP 3 ; Model 3? JR NZ,IDENT4 LD HL,LOADER3 JR BOOT2 IDENT4 CP 4 ; Model 4? JR NZ,IDUNKNOWN LD HL,LOADER4 JR BOOT2 IDUNKNOWN RET ; Don't recognise the machine so ; return to the ROM IPL ; Absolute Boot Load Filenames LOADER1 DB 1,'BOOT1.SYS' DW 4200H LOADER3 DB 1,'BOOT3.SYS' DW 4200H LOADER4 DB 1,'BOOT4.SYS' DW 4200H BOOT2 LD A, OPENFILE OUT (COMMAND2), A ; Open file CALL WAIT LD A,0AH ; Open Flag + Filename OUT (SIZE2), A LD BC, 0AH << 8 | DATA2 OTIR CALL WAIT IN A,(STATUS) ; Check if opened OK? AND 01h ; TRS_HARD_ERR JR Z,BOOTLOAD ; Opened OK so load absolute RET ; Failed so return to ROM IPL BOOTLOAD LD E,(HL) ; Destination address to DE for later use INC HL LD D,(HL) PUSH DE POP HL ; Destination address to HL for load BOOTLOOP LD A,0 ; Main Loop for Boot Loader OUT (SIZE2),A LD A,READFILE OUT (COMMAND2), A ; Read 256 bytes always CALL WAIT IN A, (STATUS) ; Check Status - DRQ set means we read something AND 08h JR Z,DONE ; DRQ clear so we are done LD BC, 00H << 8 | DATA2; INIR JR BOOTLOOP ; Keep reading until DRQ is clear DONE LD A,CLOSEFILE ; Tidy Up OUT (COMMAND2), A POP HL ; Remove the ROM IPL return address from ; the stack as no longer required EX DE,HL ; Get the retained BOOT?.SYS load address JP (HL) ; and jump INCLUDE TRSIDENT.Z80 WAIT EX (SP),HL EX (SP),HL ; small delay to settle the controller WAIT1 IN A,(STATUS) CP 0FFH ; No interface on the bus JR Z,WAIT2 ; .. then drop out RLCA JR C,WAIT1 WAIT2 RET END BOOT ================================================ FILE: frehd/z80/utils/frehdtst.z80 ================================================ ; TRS80 Hard Disk Write/Read Test ; ; Caution: Destroys all data on the first n cylinders DATA EQU 0C8H ;Data transfer port ERROR EQU DATA+1 ;Error code port WRP EQU DATA+1 ;Write precompensation port SECNT EQU DATA+2 ;Sector count SECTOR EQU DATA+3 ;Sector number port CYLLSB EQU DATA+4 ;Cylinder lo CYLMSB EQU DATA+5 ;Cylinder hi SDH EQU DATA+6 ;Size/Drive/Head port STATUS EQU DATA+7 ;Status port COMMAND EQU DATA+7 ;Command port CMD_WRITE EQU 030H CMD_READ EQU 020H SECTRK EQU 32 MAXCYLS EQU 16 CONVINT EQU 0FBDH CLS EQU 01C9H DSP EQU 0033H DSPSTR EQU 28A7H ORG 5200H START IN A,(STATUS) AND 80H ; Check ready JR NZ,START ; wait if not CALL CLS CALL DSPCYL LOOP LD A,(WSDH) OUT (SDH),A LD A,(WCYLLSB) OUT (CYLLSB),A LD A,(WCYLMSB) OUT (CYLMSB),A LD A,(WSECTOR) OUT (SECTOR),A CALL FILLS1 ; Fill with Sector # LD A,CMD_WRITE ; Write sector to disk OUT (COMMAND),A LD HL,SECTOR1 LD BC,0 << 8 | DATA OTIR CALL WAIT JR NZ,DSPERROR ; Error in Status? LD A,CMD_READ ; Read the sector from disk OUT (COMMAND),A CALL WAIT JR NZ,DSPERROR ; Error in Status? LD HL,SECTOR2 LD BC,0 << 8 | DATA INIR CALL COMPARE ; Compare sector and halt if failed LOOP1 LD A,(WSECTOR) ; Sectors count down DEC A JR NZ,LOOP2 ; LD A,(WCYLLSB) ; Next Cylinder INC A CP MAXCYLS ; Done enough? JR Z,DONE ; Yes LD (WCYLLSB),A CALL DSPNEWLINE CALL DSPCYL LD A,SECTRK ; First sector on the cylinder LOOP2 LD (WSECTOR),A JR LOOP ; And round again DONE JR DONE DSPERROR LD A,'E' CALL DSP JR LOOP1 ; DSPNEWLINE LD A,01AH ; New Line CALL DSP LD A,01DH ; Carriage Return CALL DSP RET DSPCYL LD A,(WCYLLSB) LD C,A CALL DISP8 RET ; Compare Sector Buffers and halt if different COMPARE LD HL,SECTOR1 LD DE,SECTOR2 LD B,0FFH COMPARE2 LD A,(DE) CP (HL) JR NZ,COMPAREH ; Match fails INC HL INC DE DJNZ COMPARE2 LD A,'.' CALL DSP RET COMPAREH LD A,'X' CALL DSP RET ; Fill Sector Buffer 1 with A FILLS1 LD HL,SECTOR1 LD DE,SECTOR1+1 LD (HL),A LD BC,0FFH LDIR RET ; Wait WAIT EX (SP),HL ; Settle controller EX (SP),HL WAIT2 IN A,(STATUS) ; Wait until controller RLCA ; is no longer busy JR C,WAIT2 IN A,(STATUS) ; Get status again AND 00000001B ; NZ=error RET ; Display C in HEX DISP8: LD A,C RRA RRA RRA RRA CALL DISP8B LD A,C DISP8B: AND 00FH ADD A,090H DAA ADC A,040H DAA CALL DSP RET SECTOR1 DS 100H SECTOR2 DS 100H WSDH DB 0 WCYLLSB DB 0 WCYLMSB DB 0 WSECTOR DB SECTRK END START ================================================ FILE: frehd/z80/utils/fupdate.z80 ================================================ ;; fupdate.z80 ;; Frederic Vecoven, 4/15/13 ;; ;; Usage: FUPDATE fromfile ;; ;; FUPDATE will put the hard drive emulator in bootloader mode, and send ;; the HEX file using the TRS80. ;; ; Assembler Control Flags CPM EQU 0 TRSDOS EQU 1 ;; Model I/III addresses @fspec equ 441ch @init equ 4420h @open equ 4424h @close equ 4428h @read equ 4436h @write equ 4439h @error equ 4409h @exit equ 402dh @abort equ 4030h @put equ 001bh @dsp equ 0033h @dsply equ 4467h dodcb$ equ 401dh ;; Model 4 SVCs @svc equ 40 ; rst address for SVCs ;@svc equ 5 ; older zmac requires 8080-style "rst 5" @fspec6 equ 78 @init6 equ 58 @open6 equ 59 @close6 equ 60 @read6 equ 67 @write6 equ 75 @error6 equ 26 @exit6 equ 22 @abort6 equ 21 @dsply6 equ 10 @dsp6 equ 2 ;; Model 4 only: file init or open with wrong LRL. Can be ignored. lrlerr equ 42 ;; Interface defines DATA2 equ 0c2h SIZE2 equ 0c3h COMMAND2 equ 0c4h STATUS equ 0cfh READC5 equ 0c5h ; should read 4F in bootloader mode org 5200h ;; Jump tables for OS independence startj: fspec: call @fspec ret init: call @init ret open: call @open ret close: call @close ret reed: call @read ret write: call @write ret error: call @error ret exit: call @exit ret abort: call @abort ret dsply: call @dsply ret dsp: ld a,c call @dsp ret getern: call getern5 ret endj: ; Model 4 startj6: ld a, @fspec6 rst @svc ret ld a, @init6 rst @svc ret ld a, @open6 rst @svc ret ld a, @close6 rst @svc ret ld a, @read6 rst @svc ret ld a, @write6 rst @svc ret ld a, @error6 rst @svc ret ld a, @exit6 rst @svc ret ld a, @abort6 rst @svc ret ld a, @dsply6 rst @svc ret nop ; Keep byte count the same as DSP ld a, @dsp6 rst @svc ret call getern6 ret ; Nonzero for LDOS ern convention ernldos: db 1 fupdate: ld a, (000ah) ; Model 4? cp 40h jr z, not4 push hl ld de, startj ld hl, startj6 ld bc, endj - startj ldir pop hl not4: ld a, (4427h) ; system id for Newdos/80... sub 82h ; ...should be 82h (v2.0) jr z, gotid ld a, (441fh) ; system version number for most other DOSes sub 13h ; TRSDOS 1.3? gotid: ld (ernldos), a fromf: ld de, dcb ; ready to get LDOS filename from (HL) call fspec jp nz, usage ; Z set if valid ld hl, iobuf ld de, dcb ld b, 0 call open ; open the TRS-80 file ;pop hl jr z, opn2ok ; Z set if success cp lrlerr jr z, opn2ok ld c, a ; A error number call error jp abort ;; Enter bootloader opn2ok: ld hl, welcom ; welcome message call dsply call inboot ; already in bootloader ? jr z, opn4ok ; yes ld hl,boot2 ; print "entering bootloader" call dsply ld a, 07h ; enter bootloader out (COMMAND2), a call wait ld a, 15h out (DATA2), a ld a, 04h out (DATA2), a call wait out (SIZE2), a ; flush eventual buffer in interface call wait call inboot ; check again jr z, opn3ok ; OK ! ld hl, notboot ; didn't enter bootloader => error call dsply jp abort opn4ok: ld hl,boot1 ; "already in bootloader" call dsply opn3ok: ld hl,eraseF ; we are in bootloader. Send ERASE. eloop: ld a,0dh ; 0D ? cp (hl) jr z,ecom ; yes, commit erase ld a,(hl) ; no, send byte out (DATA2),a inc hl jp eloop ecom: out (SIZE2),a ; commit call wait in a, (STATUS) call disp_status ;; Read ld de, dcb call getern ; count down records in bc loop: ld de, dcb ld hl, iobuf call reed ; read 256 bytes from file jr z, rdok ; got a full 256 bytes cp 28 ; eof? jr z, closok ; yes, OK ld c, a call error ; oops, i/o error jp abort rdok: dec bc ;; Process push bc ; save record count ld a, c or b ; Z : last record ld b, 00h ; byte count jr nz, tloop ; jump if not last record ld a, (dcb+8) ld b, a tloop: ld a, 0dh ; 0D ? cp (hl) jr z, dolf ld a, 0ah ; 0A ? cp (hl) jr nz,notlf dolf: ld a, (flag) ; anything to commit ? and a jr z, nextb ; no out (SIZE2), a ; yes call wait ; wait until the interface is no more busy in a, (STATUS) ; get status call disp_status xor a ld (flag), a ; clear flag jr nextb notlf: ld a, (hl) ; get one byte out (DATA2), a ; send it to the interface ld a, 1 ld (flag), a ; set flag nextb: inc hl ; next byte djnz tloop pop bc ; restore record count ld a, c ; next chunk, if any or b jr nz, loop closok: ld de, dcb call close ; close the TRS-80 file jr z, cls2ok ld c, a call error ; oops, i/o error jp abort cls2ok: ld hl,usager-1 call dsply ETX EQU 3 GETVER EQU 0 include GETVERSION.Z80 ld hl,0 jp exit ;;; check if we are in bootloader mode (Z set if in bootloader) inboot: call wait in a, (READC5) in a, (READC5) cp 04Fh ret ;;; wait until the interface is ready wait: ex (sp),hl ex (sp),hl ; small delay to settle the controller wait1: in a, (STATUS) rlca jr c, wait1 ret ;;; display A = status as a char disp_status: push hl and 07h ld l, a ld h, 00h ld de, status_chars add hl, de ; hl points to the char ld c, (hl) ;push af call dsp ;pop af pop hl ret ;; Usage message usage: ld hl, intro ; what this program is all about call dsply ld hl, usager ; error message and exit call dsply jp abort ;; EOF handling differs between TRS-80 DOSes: ;; For TRSDOS 2.3 and LDOS, word (dcb+12) contains the number of ;; 256 byte records in the file, byte (dcb+8) contains the EOF ;; offset in the last record (0=256). ;; For NEWDOS/80 and TRSDOS 1.3, byte (dcb+8) and word (dcb+12) ;; form a 24 bit number containing the relative byte address of EOF. ;; Thus (dcb+12) differs by one if the file length is not a ;; multiple of 256 bytes. DOSPLUS also uses this convention, ;; and NEWDOS 2.1 probably does too (not checked). ; Returns number of (partial or full) records in BC, destroys A getern5: ld bc, (dcb+12) ld a, (ernldos) ; get ERN convention and a ret nz ; done if TRSDOS 2.3/LDOS convention ld a, (dcb+8) ; length multiple of 256 bytes? and a ret z ; done if so inc bc ; no, # of records = last full record + 1 ret ; All Model 4 mode operating systems should be TRSDOS/LS-DOS 6.x compatible getern6: ld bc, (dcb+12) ret intro: defb 'FUPDATE ' INCLUDE VERSION.Z80 defb ' - Firmware Update for the FreHD Hard Drive Emulator', 0dh usager: defb 'Usage: FUPDATE fromfile', 0dh welcom: defb 'Hard Drive Emulator Firmware Update', 0dh notboot:defb 'Error: cannot enter bootloader mode', 0dh boot1: defb 'Interface already in bootloader', 0dh boot2: defb 'Entering bootloader...', 0dh status_chars: defb '.' ; ok defb 'R' ; range error defb 'I' ; ignored defb 'C' ; checksum error defb 'X' ; invalid defb 'S' ; sequence error defb 'P' ; protected defb '?' ; n/a eraseF: defb ':02FF00060000F9', 0Dh, 0h flag: defb 0 dcb: defs 48 ; 48 for Model III TRSDOS 1.3 iobuf: defs 256 end fupdate ================================================ FILE: frehd/z80/utils/getversion.z80 ================================================ LD A,GETVER OUT (COMMAND2),A CALL WAIT LD HL,MSGVER ; Version Label CALL DSPLY CALL GETVERSION2 ; Display Details LD HL,MSGBVER ; Boot Loader Version Label CALL DSPLY CALL GETVERSION2 ; Display Details RET GETVERSION2 IN A,(DATA2) ; Major Version Number CALL DSVERSION LD A,'.' LD C,A CALL DSP IN A,(DATA2) ; Minor Version Number CALL DSVERSION2 RET DSVERSION CALL BIN2BCD ; Enter here to mask the leading 0 PUSH AF AND 0F0H ; Mask out the lower digit JR Z,DSVERSION4 JR DSVERSION3 DSVERSION2 CALL BIN2BCD ; Enter here to keep the leading 0 PUSH AF AND 0F0H DSVERSION3 SRL A SRL A SRL A SRL A ADD A,30H ; To ASCII CALL DSP ; LDOS 6 wants in C, LDOS 5 in A - DSP handles this DSVERSION4 POP AF AND 00FH ; Mask out the upper digit ADD A,30H ; To ASCII LD C,A CALL DSP RET BIN2BCD LD BC,0 BIN2BCD1 SUB 10 ; Count number of 10's deducted into B JP M,BIN2BCD2 INC B JR BIN2BCD1 BIN2BCD2 ADD A,10 ; Add back the last 10 SLA B ; Move the 10's into the top 4 bits SLA B SLA B SLA B OR B ; Merge in the 10's RET MSGVER DB 'Firmware: ',ETX MSGBVER DB ' Boot Loader: ',ETX ================================================ FILE: frehd/z80/utils/import2.z80 ================================================ ;; import2.z80 ;; Timothy Mann, 8/24/97 ;; Frederic Vecoven, 4/15/13 : adapted for trs_hard emulator ;; ;; ;; Copyright (c) 1997, Timothy Mann ;; ;; This software may be copied, modified, and used for any ;; purpose without fee, provided that (1) the above copyright ;; notice is retained, and (2) modified versions are clearly ;; marked as having been modified, with the modifier's name and ;; the date included. ;; ;; Use hard drive emulator commands to copy a file from FAT to TRS-80 ;; Usage: IMPORT2 [-lne] unixfile [tofile] ;; Parameter -l will convert the Unix file to lower case. ;; (Needed for NEWDOS/80. They insist on uppercasing the ;; command line.) ;; If the -n parameter is given, each newline ('\n') in the Unix ;; file is converted to a carriage return ('\r'), the TRS-80 end of ;; line character. ;; The program tries to determine what DOS it is running on and use ;; the correct FCB end of file convention, but this works only on ;; TRSDOS, LDOS, and NEWDOS/80. For other DOSes that use the ;; NEWDOS/80 convention (such as DOSPLUS), give the -e paramter. ;; If the tofile parameter is omitted, the last component of the ;; Unix pathname is used, with '.' changed to '/'. If this is ;; not a legal TRS-80 filename, you get an error message. ; Assembler Control Flags CPM EQU 0 TRSDOS EQU 1 ;; Model I/III addresses @fspec equ 441ch @init equ 4420h @open equ 4424h @close equ 4428h @read equ 4436h @write equ 4439h @error equ 4409h @exit equ 402dh @abort equ 4030h @put equ 001bh dodcb$ equ 401dh ;; Model 4 SVCs @svc equ 40 ; rst address for SVCs ;@svc equ 5 ; older zmac requires 8080-style "rst 5" @fspec6 equ 78 @init6 equ 58 @open6 equ 59 @close6 equ 60 @read6 equ 67 @write6 equ 75 @error6 equ 26 @exit6 equ 22 @abort6 equ 21 @dsply6 equ 10 ;; Model 4 only: file init or open with wrong LRL. Can be ignored. lrlerr equ 42 org 5200h ;; Jump tables for OS independence startj: fspec: call @fspec ret init: call @init ret open: call @open ret close: call @close ret reed: call @read ret write: call @write ret error: call @error ret exit: call @exit ret abort: call @abort ret dsply: call dsply5 ret setern: call setern5 ret endj: ; Model 4 startj6: ld a, @fspec6 rst @svc ret ld a, @init6 rst @svc ret ld a, @open6 rst @svc ret ld a, @close6 rst @svc ret ld a, @read6 rst @svc ret ld a, @write6 rst @svc ret ld a, @error6 rst @svc ret ld a, @exit6 rst @svc ret ld a, @abort6 rst @svc ret ld a, @dsply6 rst @svc ret call setern6 ret ; Nonzero for LDOS ern convention ernldos: db 1 ;; Interface defines DATA2 equ 0c2h SIZE2 equ 0c3h COMMAND2 equ 0c4h ERROR2 equ 0c5h STATUS equ 0cfh OPENFILE equ 03h READFILE equ 04h WRITEFILE equ 05h CLOSEFILE equ 06h ;; FatFS flags FA_OPEN_EXISTING equ 00h FA_READ equ 01h FA_WRITE equ 02h FA_CREATE_NEW equ 04h FA_CREATE_ALWAYS equ 08h FA_OPEN_ALWAYS equ 10h import: ld a, (000ah) ; Model 4? cp 40h jr z, not4 push hl ld de, startj ld hl, startj6 ld bc, endj - startj ldir pop hl not4: ld a, (4427h) ; system id for Newdos/80... sub 82h ; ...should be 82h (v2.0) jr z, gotid ld a, (441fh) ; system version number for most other DOSes sub 13h ; TRSDOS 1.3? gotid: ld (ernldos), a flag0: ld a, (hl) ; look for flags cp ' ' jp c, usage ; error if line ends here jr nz, flag1 inc hl jr flag0 flag1: cp '-' jr nz, unix1 inc hl ld a, (hl) flag3: or 20h cp 'e' jr nz, flagl sub a ld (ernldos), a jr flag2 flagl: cp 'l' jr nz, flagn ; check for next flag ld a, 1 ld (lflag), a jr flag2 flagn: cp 'n' jr nz, usage ; unknown flag ld a, 1 ld (nflag), a flag2: inc hl ld a, (hl) cp ' ' jr nz, flag3 ; another flag follows inc hl jr flag0 unix1: ld de, iobuf+1 ; copy Unix filename ld a, ' ' unix2: cp (hl) ldi jr c, unix2 dec de ; NUL terminate Unix name ld a, 0 ld (de), a jr z, trs80 ; go if two names given ;; Translate last component of Unix name to TRS-80 name dec hl ; back up to terminator unix3: dec hl ; back up to last byte of name ld a, (hl) cp '.' ; change '.' to '/' jr nz, notdot ld (hl), '/' notdot: cp '/' jr z, unix4 cp ' ' jr nz, unix3 unix4: inc hl ; point to start of modified last component trs80: ld de, dcb ; ready to get TRS-80 filename from (HL) call fspec jr nz, usage ld hl, iobuf+1 ; Unix path ld a, (lflag) or a call nz, lcconv ; convert path to lower case ld b, 2 ; length = 2 (flag + null-terminator) ld a, 0 ; null-terminator stlen1: cp (hl) jr z, stlen2 inc b ; found a character inc hl jr stlen1 stlen2: ld a, OPENFILE out (COMMAND2), a ; send OPENFILE command call wait ld a, b out (SIZE2), a ; send SIZE2 ld c, DATA2 ld hl, iobuf ld (hl), FA_OPEN_EXISTING|FA_READ ; flags otir call wait openok: ld hl, iobuf ld de, dcb ld b, 0 call init ; open the file jr z, opn2ok cp lrlerr jr z, opn2ok ld c, a call error jp abort usage: ld hl,intro ; what this is all about call dsply ld hl, usager ; error message and exit call dsply jp abort ;; Read rloop: opn2ok: ld a, 0 out (SIZE2), a ; request 256 bytes ld a, READFILE out (COMMAND2), a ; read call wait ld bc, 0000h in a, (STATUS) ; get status. DRQ set means we read something and 08h jr z, readok in a, (SIZE2) ld c, a or a jr nz, readok ld b, 1 readok: push bc ; save byte count ld b, c ld c, DATA2 ld hl, iobuf inir ; read buffer from interface pop bc ;; Translate ld a, (nflag) ; check for NL feature and a jr z, nlfals ld hl, iobuf push bc ; save byte count ld a, 0ah ld d, 0dh inc c ; deal with b=0 and/ c=0 inc b jr tstrt tloop: cp (hl) jr nz, notcr ld (hl), d notcr: inc hl tstrt: dec c jr nz, tloop djnz tloop pop bc ; restore byte count ;; Write nlfals: push bc ; save byte count ld hl, iobuf ld de, dcb inc b ; deal with b=0 and/or c=0 ld a, c and a jr z, wstrt wloop: ld (dcb+3), hl call write ; write 256 bytes to file jr z, wrok ld c, a call error ; oops, i/o error jp abort wrok: inc h wstrt: djnz wloop pop bc ; restore byte count ;; Done? ld a, c and a jr nz, closit ; done for sure cp b jr nz, rloop ; maybe not done (sloppy) closit: ld a, CLOSEFILE out (COMMAND2), a call wait closok: ld a, c ld (dcb+8), a ; set EOF offset call setern ; set ERN (in case shortening file) ld de, dcb call close ; close the TRS-80 file jr z, cls2ok ld c, a call error ; oops, i/o error jp abort cls2ok: ld hl, 0 ; all is well jp exit ;; interface error uerror: ld hl, error_m ; display error prefix call dsply in a, (ERROR2) ; get error number cp 15h ; check error number. jr c, uerrok sub a ; A=0 unknown error uerrok: ld l, a ld h, 00h add hl, hl ; pointers are 2 bytes ld de, error_table add hl, de ; hl points to the pointer ld a, (hl) inc hl ld h, (hl) ld l, a ; hl points to the string call dsply jp abort ;; Display message in HL. 03h terminate, 0dh newline and terminate. dsply5: ld de, dodcb$ push hl dsply0: ld a, (hl) cp 03h jr z, dsply1 push af call @put pop af inc hl cp 0dh jr nz, dsply0 dsply1: pop hl ret ;; Convert (NUL terminated) string in HL to lower case. lcconv: push hl inc hl ld d, h ld e, l lcloop: ld a, (hl) cp 5bh ; use '[' or uparrow as escape jr nz, lconv1 inc hl ld a, (hl) jr lconv2 ; char after esc: don't convert lconv1: sub 'A' cp 26 ld a, (hl) jr nc, lconv2 or 20h ; convert to lower case lconv2: ld (de), a inc hl inc de or a ; NUL terminator? jr nz, lcloop pop hl ret ;;; wait until the interface is ready wait: ex (sp),hl ex (sp),hl ; small delay to settle the controller wait1: in a, (STATUS) rlca jr c, wait1 in a, (STATUS) ; read status again and 01h ; nz = error jr nz, uerror ret ;; EOF handling differs between TRS-80 DOSes: ;; For TRSDOS 2.3 and LDOS, word (dcb+12) contains the number of ;; 256 byte records in the file, byte (dcb+8) contains the EOF ;; offset in the last record (0=256). ;; For NEWDOS/80 and TRSDOS 1.3, byte (dcb+8) and word (dcb+12) ;; form a 24 bit number containing the relative byte address of EOF. ;; Thus (dcb+12) differs by one if the file length is not a ;; multiple of 256 bytes. DOSPLUS also uses this convention, ;; and NEWDOS 2.1 probably does too (not checked). ; Set ending record number of file to current position ; EOF offset in C; destroys A, HL setern5: ld hl, (dcb+10) ; current record number ld a, (ernldos) ; get ERN convention or a jr nz, noadj ; go if TRSDOS 2.3/LDOS convention adj: or c ; length multiple of 256 bytes? jr z, noadj ; go if so dec hl ; no, # of records - 1 noadj: ld (dcb+12), hl ret ; All Model 4 mode operating systems should be TRSDOS/LS-DOS 6.x compatible setern6: ld hl, (dcb+10) ld (dcb+12), hl ret lflag: defb 0 nflag: defb 0 intro: defb 'IMPORT2 ' INCLUDE VERSION.Z80 defb ' - Import from SD for the FreHD Hard Drive Emulator', 0dh usager: defb 'Usage: IMPORT2 [-lne] sdfile [tofile]', 0dh error_m: defb 'Error: ', 03h fr_unknown: defb 'Unknown error', 0dh ; 0 fr_disk_err: defb 'Disk error', 0dh ; 1 fr_int_err: defb 'Internal error', 0dh ; 2 fr_not_ready: defb 'Drive not ready', 0dh ; 3 fr_no_file: defb 'File not found', 0dh ; 4 fr_no_path: defb 'Path not found', 0dh ; 5 fr_invalid_name: defb 'Invalid pathname', 0dh ; 6 fr_denied: defb 'Access denied', 0dh ; 7 fr_exist: defb 'File exists', 0dh ; 8 fr_invalid_obj: defb 'File/dir object invalid', 0dh ; 9 fr_write_protected: defb 'Write protected', 0dh ; 10 fr_invalid_drive: defb 'Invalid drive', 0dh ; 11 fr_not_enabled: defb 'Volume not mounted', 0dh ; 12 fr_no_fs: defb 'No FAT fs found', 0dh ; 13 fr_mkfs_aborted: defb 'mkfs aborted', 0dh ; 14 fr_timeout: defb 'Timeout detected', 0dh ; 15 fr_locked: defb 'File locked', 0dh ; 16 fr_not_enough_core: defb 'Not enough core', 0dh ; 17 fr_too_many_open_files: defb 'Too many open files', 0dh ; 18 fr_invalid_param: defb 'Invalid parameter', 0dh ; 19 fr_disk_full: defb 'Disk full', 0dh ; 20 error_table: defw fr_unknown ,fr_disk_err, fr_int_err, fr_not_ready, fr_no_file defw fr_no_path, fr_invalid_name, fr_denied, fr_exist, fr_invalid_obj defw fr_write_protected, fr_invalid_drive, fr_not_enabled defw fr_no_fs, fr_mkfs_aborted, fr_timeout, fr_locked defw fr_not_enough_core, fr_too_many_open_files, fr_invalid_param defw fr_disk_full dcb: defs 48 ; 48 for Model III TRSDOS 1.3 iobuf: defs 256 end import ================================================ FILE: frehd/z80/utils/import3.z80 ================================================ ;; import3.z80 ; Assembler Control Flags CPM EQU 0 TRSDOS EQU 1 ;; Model 1/3 ;; Model I/III addresses @fspec equ 441ch @init equ 4420h @open equ 4424h @close equ 4428h @read equ 4436h @write equ 4439h @error equ 4409h @exit equ 402dh @abort equ 4030h @put equ 001bh @high equ 0000h ; XXX: FIX THIS @vdctl equ 0000h ; XXX: FIX THIS @hexdec equ 0000h ; XXX: FIX THIS dodcb$ equ 401dh ;; Model 4 SVCs @svc equ 40 ; rst address for SVCs @fspec6 equ 78 @init6 equ 58 @open6 equ 59 @close6 equ 60 @read6 equ 67 @write6 equ 75 @error6 equ 26 @exit6 equ 22 @abort6 equ 21 @dsply6 equ 10 @put6 equ 2 @high6 equ 100 @vdctl6 equ 15 @hexdec6 equ 97 ;; Interface defines DATA2 equ 0c2h SIZE2 equ 0c3h COMMAND2 equ 0c4h ERROR2 equ 0c5h STATUS equ 0cfh OPENFILE equ 03h READFILE equ 04h WRITEFILE equ 05h CLOSEFILE equ 06h ;; FatFS flags FA_OPEN_EXISTING equ 00h FA_READ equ 01h FA_WRITE equ 02h FA_CREATE_NEW equ 04h FA_CREATE_ALWAYS equ 08h FA_OPEN_ALWAYS equ 10h ;; Model 4 only: file init or open with wrong LRL. Can be ignored. lrlerr equ 42 org 5200h ;; SVC tables startj: fspec: call @fspec ret init: call @init ret open: call @open ret close: call @close ret reed: call @read ret write: call @write ret error: call @error ret exit: call @exit ret abort: call @abort ret dsply: call dsply5 ret put: call @put ret high: call @high ret vdctl: call @vdctl ret hexdec: call @hexdec ret setern: call setern5 ret endj: startj6: ld a, @fspec6 rst @svc ret ld a, @init6 rst @svc ret ld a, @open6 rst @svc ret ld a, @close6 rst @svc ret ld a, @read6 rst @svc ret ld a, @write6 rst @svc ret ld a, @error6 rst @svc ret ld a, @exit6 rst @svc ret ld a, @abort6 rst @svc ret ld a, @dsply6 rst @svc ret ld a, @put6 rst @svc ret ld a, @high6 rst @svc ret ld a, @vdctl6 rst @svc ret ld a, @hexdec6 rst @svc ret call setern6 ret ;; Nonzero for LDOS ern convention ernldos: db 1 import: push hl ld de, startj ; FIXME: hardcode LDOS 631 for now ld hl, startj6 ld bc, endj-startj ldir ld hl, endimport ; buffer starts after us inc h ; align to a 256-bytes boundary ld l,0 ld (iobuf),hl pop hl flag0: ld a, (hl) ; look for flags cp ' ' jp c, usage ; error if line ends here jr nz, flag1 inc hl jr flag0 flag1: cp '-' jr nz, unix1 inc hl ld a, (hl) flag3: or 20h cp 'e' jr nz, flagn sub a ld (ernldos), a jr flag2 flagn: cp 'n' jr nz, usage ; unknown flag ld a, 1 ld (nflag), a flag2: inc hl ld a, (hl) cp ' ' jr nz, flag3 ; another flag follows inc hl jr flag0 unix1: ld de, (iobuf) ; copy Unix filename inc de ld a, ' ' unix2: cp (hl) ldi jr c, unix2 dec de ; NUL terminate Unix name ld a, 0 ld (de), a jr z, doimport ; go if two names given ;; Translate last component of Unix name to TRS-80 name dec hl ; back up to terminator unix3: dec hl ; back up to last byte of name ld a, (hl) cp '.' ; change '.' to '/' jr nz, notdot ld (hl), '/' notdot: cp '/' jr z, unix4 cp ' ' jr nz, unix3 unix4: inc hl ; point to start of modified last component jp doimport ;; usage usage: ld hl,intro ; what this is all about call dsply ld hl, usager ; error message and exit call dsply jp abort ;; import ! doimport: ld de, dcb ; ready to get TRS-80 filename from (HL) call fspec jr nz, usage xor a ; ceof = 0 ld (ceof), a ld hl, (iobuf) ; Unix path inc hl ld b, 2 ; length = 2 (flag + null-terminator) ld a, 0 ; null-terminator stlen1: cp (hl) jr z, stlen2 inc b ; found a character inc hl jr stlen1 stlen2: ld a, OPENFILE out (COMMAND2), a ; send OPENFILE command call wait ld a, b out (SIZE2), a ; send SIZE2 ld c, DATA2 ld hl, (iobuf) ld (hl), FA_OPEN_EXISTING|FA_READ ; flags otir call wait ld hl, fsize in a, (SIZE2) ; size2 = 4 (file size as DWORD) ld b, a ld c, DATA2 inir ;; Calculate fsize in sectors ld hl, (fsize+1) ld a, (fsize) or a jr z, dsize0 inc hl dsize0: ld (sectors), hl call initprogress ;; Calculate the amount of available memory ld hl,0 ld b,l call high inc hl ; get highest full page dec h ld de, (iobuf) ; get buffer address ld a,h sub d ld (bufsize), a ; mem can accommodate x sectors openok: ld hl, (iobuf) ld de, dcb ld b, 0 call init ; open the file jr z, opn2ok cp lrlerr jr z, opn2ok ld c, a call error jp abort ;; read the file from FreHD. ;; (iobuf) : address of buffer ;; bufsize : buffer size (in sector) opn2ok: rloop: ld hl, (iobuf) ld (buf), hl ; buf = iobuf ld bc, 0000h ld (len), bc ; length = 0 ld a, (bufsize) ld (cursize), a ; cursize = bufsize rloop1: ld a, 0 out (SIZE2), a ; request 1 sector ld a, READFILE out (COMMAND2), a call wait ; FreHD is reading ld bc, 0000h in a, (STATUS) ; get status. DRQ = we got something and 08h jr z, readdone ; got nothing in a, (SIZE2) ; got something, get bytecount ld c, a or a jr nz, readok ; not 0 => BC = number of bytes ld b, 1 ; 0 (= 256) => BC = 100 readok: ld hl, (len) ; len += BC add hl, bc ld (len), hl ld b, c ; get the data from FreHD ld c, DATA2 ld hl, (buf) ; into buf inir ld (buf), hl ld a, (cursize) ; cursize-- dec a jr z, readdone ; if (cursize == 0) then done ld (cursize), a jp rloop1 ; else continue reading readdone: ld bc, (len) ld a, c ; if BC == 00, nothing was read or b ; and we are fully done jr z, fulldone ;; write iobuf to TRS80 file ;; (iobuf) : address of buffer ;; BC : bytes to write call translate ; translate new lines if flag -l set writebuf: push bc ; save byte count ld hl, (iobuf) ld de, dcb inc b ; deal with b=0 and/or c=0 ld a, c and a jr z, wstrt wloop: ld (dcb+3), hl call write ; write 256 bytes to file jr z, wrok ; check for error ld c, a call error ; I/O error ! jp abort wrok: inc h ; next! push hl ld hl, (sectors) ; sectors-- dec hl ld (sectors), hl ; uncomment if you want progress at every sector ; call progress ; display progress pop hl wstrt: djnz wloop pop bc ; restore byte count ld a, c ld (ceof), a ; remember last chunk EOF offset ;; next chunk call progress ; display progress jp rloop ;; fulldone: we read the whole file from FreHD fulldone: ld a, CLOSEFILE ; tell FreHD to close the file out (COMMAND2), a call wait ld a, (ceof) ld (dcb+8), a call setern ; set ERN (in case shortening file) ld de, dcb call close ; close the TRS80 file jr z, closeok ld c, a call error ; I/O error when closing closeok: ld c, 0dh call put ld hl, donestr call dsply ld hl, 0 jp exit ;; ;; translate buffer in (iobuf), len = BC ;; translate: ld a, (nflag) and a jr nz, translate1 ret translate1: ld hl, (iobuf) push bc ; save bytecount ld a, 0ah ld d, 0dh inc c ; deal with b=0 and/or c=0 inc b jr tstrt tloop: cp (hl) jr nz, notcr ld (hl),d notcr: inc hl tstrt: dec c jr nz, tloop djnz tloop pop bc ; restore bytecount ret ;; ;; display file size ;; showsize: ld hl, (fsize+1) ; convert fsize to num of sectors ld a, (fsize) or a jr z, showsize2 inc hl showsize2: ld de, sizestr2 call hexdec ld hl, sizestr call dsply ret ;; ;; display progress ;; initprogress: ld hl, sizestr call dsply ld b, 4h ; get cursor position call vdctl ld (cpos), hl ; save cursor position ld hl, (sectors) ld de, sizestr2 call hexdec ld hl, sizestr2 call dsply ret progress: push bc push de ld hl, 0 cpos equ $-2 ld b, 3h ; set cursor position call vdctl progress2: ld de, sizestr2 ld hl, (sectors) call hexdec ld hl, sizestr2 call dsply pop de pop bc ret ; (HL is trashed) ;; Display message in HL. 03h terminate, 0dh newline and terminate. dsply5: ld de, dodcb$ push hl dsply0: ld a, (hl) cp 03h jr z, dsply1 push af call put pop af inc hl cp 0dh jr nz, dsply0 dsply1: pop hl ret ;;; wait until the interface is ready wait: ex (sp),hl ex (sp),hl ; small delay to settle the controller wait1: in a, (STATUS) rlca jr c, wait1 in a, (STATUS) ; read status again and 01h ; nz = error jr z, wait2 call uerror jp abort wait2: ret ;; EOF handling differs between TRS-80 DOSes: ;; For TRSDOS 2.3 and LDOS, word (dcb+12) contains the number of ;; 256 byte records in the file, byte (dcb+8) contains the EOF ;; offset in the last record (0=256). ;; For NEWDOS/80 and TRSDOS 1.3, byte (dcb+8) and word (dcb+12) ;; form a 24 bit number containing the relative byte address of EOF. ;; Thus (dcb+12) differs by one if the file length is not a ;; multiple of 256 bytes. DOSPLUS also uses this convention, ;; and NEWDOS 2.1 probably does too (not checked). ; Set ending record number of file to current position ; EOF offset in C; destroys A, HL setern5: ld hl, (dcb+10) ; current record number ld a, (ernldos) ; get ERN convention or a jr nz, noadj ; go if TRSDOS 2.3/LDOS convention adj: or c ; length multiple of 256 bytes? jr z, noadj ; go if so dec hl ; no, # of records - 1 noadj: ld (dcb+12), hl ret ;; All Model 4 mode operating systems should be TRSDOS/LS-DOS 6.x compatible setern6: ld hl, (dcb+10) ld (dcb+12), hl ret ;; FatFS error message and handler include fatfserr.z80 ;; Local variables nflag: defb 0 fsize: defs 4 sectors: defw 0 iobuf: defw 0 buf: defw 0 len: defw 0 bufsize: defb 0 cursize: defb 0 ceof: defb 0 dcb: defs 48 ; 48 for Model III TRSDOS 1.3 intro: defb 'IMPORT3 ' INCLUDE VERSION.Z80 defb ' - Import from SD for the FreHD Hard Drive Emulator', 0dh usager: defb 'Usage: IMPORT3 [-ne] sdfile [tofile]', 0dh sizestr: defb 'Importing ', 03h sizestr2: defb '..... sectors', 03h donestr: defb 'Completed!', 0dh endimport: end import ================================================ FILE: frehd/z80/utils/param.z80 ================================================ ; LDOS 6.2 Parameter parsing functions ; From http://http://nemesis.lonestar.org/computers/tandy/software/os/logical_systems/lsdos6/src631 @BLD631 EQU 1 ;PARAM/ASM - LS-DOS 6.2 ; ; Parse a field ; (HL) => command line ; (DE) => FCB area ; (HL) <= 1st byte past non- ; except 13, 3, "(" ; Z <= found valid field ; NZ <= found invalid field ; @PARSER LD B,8 ;Set length @PAR1 LD A,B LD (PAR6+1),A ;Stuff length for test INC B PAR2 LD A,(HL) CP 3 ;ETX? JR Z,PAR5 CP CR ;? JR Z,PAR5 CP '(' ;Begin of parm? JR Z,PAR5 INC HL ;Bump pointer to next CALL TST09AZ ;Test if 0-9,A-Z JR NC,PAR3 ;Go if one of the above CP 'a' ;Check on lower case JR C,PAR5 ;Jump on non-alpha CP 'z'+1 ;Is it a-z? JR NC,PAR5 ;Jump on non-alpha RES 5,A ;Convert lower to upper PAR3 DEC B ;Count down JR Z,PAR4 LD (DE),A ;Xfer the char XOR A ;Show at least 1 valid LD (PAR6+1),A ;Char was detected INC DE ;Bump FCB pointer JR PAR2 ;Loop PAR4 INC B ;Here on max chars ck'd JR PAR2 PAR5 LD C,A ;Save separator IF @BLD631 CP ' ' ;<631> JR NZ,PAR5A ;<631> DB 0FEH ;<631>Single byte skip PAR5B: INC HL ;<631> CP (HL) ;<631> JR Z,PAR5B ;<631> PAR5A: LD A,3 ;<631> LD (DE),A ;<631> ELSE LD A,3 ;Stuff ETX LD (DE),A ; ; Skip over spaces ; LD A,C ;Was separator a space? CP ' ' JR NZ,PAR6 ;Don't skip if not PAR5A CP (HL) ;Next char a space? INC HL JR Z,PAR5A ;Loop until not DEC HL ;Backup to last non-space ENDIF ; ; Return status of field validity ; PAR6 LD A,0 ;Set Z-flag if at least OR A ; 1 valid char detected LD A,C ;Recover separator char RET ; ; Test if 0-9 or A-Z ; TST09AZ CP '0' ;Special character? RET C ;Go if not in range CP '9'+1 ;Jump on digit 0-9 JR C,EXITC ;Go if 0-9 & make NC CP 'A' ;Jump on spec char RET C ;Go if 3B-40 CP 'Z'+1 ;Jump on A-Z EXITC CCF ;Switch flag of result RET ; ; Find parameter in table ; (HL) => pointer to line ; (DE) => pointer to buffer area ; (BC) => pointer to parameter table ; (BC) <= pointer to possible response byte ; (DE) <= parm vector address ; Z <= set if found ; NZ <= if not found in table ; @FNDPRM PUSH HL LD H,B ;Xfer table addr LD L,C LD A,(HL) ;P/u 1st byte of table RLCA ; & test for enhanced PUSH AF ; table format JR NC,FND1 INC HL ;Bump past indicator FND1 POP AF ;Old or enhanced format? PUSH AF LD A,5 ;Init for old lengths LD BC,1<<8 OR 2 JR NC,FND1A ;Branch if old format LD A,(HL) ; else get parm length AND 0FH ;Strip flags DEC A ;Adjust for length-1 INC B ;Update offset to address INC HL ;Bump past TYPE byte FND1A LD (FND3A+1),A ;Stuff the lengths ADD A,B LD (FND5A+1),A ADD A,C LD (FND2+1),A LD A,(DE) ;P/u command line byte CP (HL) ;Match 1st char of table? JR Z,FND3 ;Jump if 1st char matches FND2 LD BC,8 ; else bypass that entry ADD HL,BC LD A,(HL) ;Test for table end OR A JR NZ,FND1 ;Loop if more POP HL ;Clean flag from stack POP HL ;Rcvr saved reg & INC A ; set NZ for not found RET FND3 POP AF ;Ck old or new table PUSH AF JR NC,FND3A ;Go if old format table DEC HL ;Ck if type byte permits BIT 4,(HL) ; single-char abbrev INC HL JR Z,FND3A ;Go on no abbrev INC DE ;Make sure the next char LD A,(DE) ; is not in the range DEC DE ; <0-9,A-Z> before CALL TST09AZ ; assuming abbrev JR C,FND5A ;Go on 1-char abbrevs FND3A LD B,5 ;5 more chars to match PUSH HL PUSH DE LD A,B ;Don't if trailing length OR A ; is zero JR Z,FND5 FND4 INC DE INC HL LD A,(DE) CP 3 ;ETX? JR Z,FND7 CP CR ;Jump on JR Z,FND7 CP (HL) ;Match? JR NZ,FND6 ;Jump if not DJNZ FND4 ; else loop FND5 POP DE ;Parm matched POP HL ;Recover begin of parm FND5A LD BC,6 ;Point to address field ADD HL,BC LD C,L ;Save the response-byte LD B,H ; pointer in BC DEC BC LD E,(HL) ;P/u parm table address INC HL LD D,(HL) POP AF ;If not enhanced, change JR C,$+4 ; pointer to bucket LD B,SBUFF$>>8 ; so we don't alter user POP HL ;Recover line position XOR A ;Show found RET FND6 CALL TST09AZ ;Ck if 0-9, A-Z JR NC,FND8 ;Go if in range of above FND7 LD A,(HL) ;Loop if table has CP ' ' ; trailing spaces JR Z,FND5 FND8 POP DE POP HL JR FND2 ; ; PARAM routine ; (HL) => param line ; (DE) => parm table ; (DE) <= table address value ; C <= # of parm ; Z = OK ; NZ = parm error ; PARAM0 INC HL ;Bump the pointer PARAML LD A,(HL) ; and p/u char CP CR RET Z ;Return on enter CP ' ' JR Z,PARAM0 ;Loop on space CP '(' JR NZ,PARAM5 ;Jump if not left paren LD A,(DE) ;Check if enhanced table RLCA JR NC,PARAM1 PUSH DE ;Save pointer to start INC DE ;Point to 1st TYPE byte PUSH HL ;Save this posn ; PARAML1 LD A,(DE) ;P/u TYPE byte AND 0FH JR Z,PARAML2 ;Exit on end of table LD L,A ;Point to response byte IF @BLD631 XOR A ;<631> LD H,A ;<631> ELSE LD H,0 ENDIF INC L ADD HL,DE IF @BLD631 LD (HL),A ;<631>Zero the response ELSE LD (HL),0 ;Zero the response ENDIF INC HL ;Bump to the next TYPE INC HL INC HL EX DE,HL ;Table pointer back to DE JR PARAML1 ;Loop thru all response bytes ; PARAML2 POP HL ;Rcvr reg POP DE ; & start of parm table PARAM1 PUSH DE LD B,15 ;Max 15-char field LD DE,SBUFF$ ;Point to buffer region INC HL ;Bypass the '(' CALL @PAR1 ;Get the field DEC HL ;Backup to separator POP DE JR NZ,ERROUT ;Return if bad field CP CR ;If separator was a CR, JR NZ,$+3 ; we need to counteract INC HL ; the DEC HL above PUSH DE LD B,D ;Table pointer to BC LD C,E LD DE,SBUFF$ ;Parm in table? CALL @FNDPRM PUSH BC ;Save response pointer JR Z,PARAM3 ;Jump if found in table ; ; Parameter not in table - NZ condition ; PARAM2 POP DE ;Pop response pointer POP DE ;Pop parm table pointer ERROUT LD A,44 ;Set up PARM ERROR RET ; ; Parameter found in table - parse the value ; PARAM3 LD A,(HL) ;Test for assignment CP '=' IF @BLD631 LD BC,0 JR Z,ASSIGN ;<631>Jump if parm=value DEC BC ;<631> ELSE JR Z,ASSIGN ;Jump if parm=value LD BC,-1 ; else set symbol TRUE ENDIF PARMSW EX (SP),HL ;Get response byte SET 6,(HL) ;Turn on FLAG-SWITCH ; ; Valid parm argument parsed into reg BC ; PARAM4 EX DE,HL ;Address pointer to HL LD (HL),C ;Stuff lo-order value INC HL LD (HL),B ;Stuff hi-order value POP HL ;Rcvr parm line pointer POP DE ;Rcvr parm table pointer LD A,(HL) CP ',' ;Comma separator? JR Z,PARAM1 CP CR IF @BLD631 RET Z ;<631> ELSE JR Z,PARAM5 ENDIF CP ')' ;Closing paren? JR NZ,ERROUT ;Leave with ERROR INC HL ;Bump line pointer PARAM5 XOR A ;Show all OK RET ; ; Parameter assignment statement ; ASSIGN INC HL ;Advance token past '=' LD A,(HL) CP '"' ;Double quote string? JR Z,STRING CP 'A' ;Ck on digit or JR C,ASS3 ; special character RES 5,A ;Strip l/c if present CP 'X' ;Hexadecimal? JR Z,ASS1 CALL ONOFF ;Ck on Y, N, ON, OFF JR Z,PARMSW ;Set FLAG-SWITCH if OK JR PARAM2 ; else error exit ASS1 INC HL CALL HEXVAL ;Ck on hex format JR NZ,PARAM2 ;Error if bad format JR ASS3A ; else bypass & set resp ; ; Is the parameter numeric or flag ? ; ASS3 CP '0' ;Parameter=number ? PUSH AF ;CF = 0 if number CALL @DECHEX ;Cvt # @ HL to bin in DE POP AF ASS3A EX (SP),HL ;Get response pointer JR NC,ASS4 ;Show numeric if CF=0 SET 6,(HL) ; otherwise show switch DB 03AH ;Skip next instruction ASS4 SET 7,(HL) ;Set Numeric response bit JR PARAM4 ; ; Parameter string entry ; STRING INC HL ;Bypass '"' LD B,H ;Save starting address LD C,L STR1 LD A,(HL) ;P/u a char CP 20H JR C,PARAM2 ;Exit on control char INC HL ;Bump pointer CP '"' ;Closing double quote JR NZ,STR1 PUSH HL ;Save current pointer SBC HL,BC ;Calc length of string LD A,L DEC A ;Adjust for INC HL CP 32 ;If len > 31, set to 0 JR C,$+3 XOR A POP HL ;Rcvr pointer EX (SP),HL ;Get response byte OR 20H ;Set FLAG-STRING LD (HL),A JR PARAM4 ; ; Check for Yes, No, On, Off ; IF @BLD631 ONOFF: ;<631> ELSE ONOFF LD BC,0 ;Init to FALSE ENDIF SUB 'Y' ;Is it Yes? JR Z,ONO1 ;Jump on yes ADD A,'Y'-'N' ;Is it No? JR Z,ONO2 ;Jump on no DEC A ;Is it 'O'n or 'O'ff? RET NZ ;Return if not on/off INC HL ;Bump pointer to next LD A,(HL) ; character & p/u RES 5,A ;Set lower to upper CP 'F' JR Z,ONO2 ;Jump on off CP 'N' RET NZ ;Return if not on IF @BLD631 ONO1 DEC BC ;<631>Init to true ELSE ONO1 LD BC,-1 ;Init to true ENDIF ONO2 INC HL ;Ignore trailing part LD A,(HL) ; of word until closing CP ')' ; ")" or comma separator RET Z ; or CR CP CR RET Z CP ',' RET Z JR ONO2 ;Loop ; ; Process hexadecimal assignment ; IF @BLD631 HEXVAL: ;<631> ELSE HEXVAL LD BC,0 ;Init value to zero ENDIF LD A,(HL) ;P/u a char CP 27H ;Must be single quote RET NZ ;Ret if not HEX1 INC HL ;Bump past it LD A,(HL) ;P/u possible hex digit SUB 30H ;Begin conversion JR C,HEX2 ;Jump if < "0" CP 10 ;Ck for 0-9 JR C,HEX3 ;Jump if digit is 0-9 RES 5,A ;Strip l/c if present SUB 7 ; else ck A-F CP 16 JR C,HEX3 ;Jump if A-F HEX2 LD A,(HL) ;Test for closing quote CP 27H INC HL ;Bump pointer RET Z ;Ret if closing quote DEC HL ; else backup, set OK, XOR A ; then return RET HEX3 PUSH BC ;Exchange BC & HL EX (SP),HL ; and save HL ADD HL,HL ;Multiply by 16 ADD HL,HL ADD HL,HL ADD HL,HL LD B,H ;Merge new digit ADD A,L LD C,A POP HL ;Recover pointer JR HEX1 ;Loop ; ; Process decimal assignment ; @DECHEX LD BC,0 ;Init value to zero DEC1 LD A,(HL) ;P/u a char SUB 30H ;Cvrt to binary RET C ;Return if < "0" CP 10 ;Ck for bad decimal RET NC ;Ret if not 0-9 PUSH BC ;Exchange BC & HL EX (SP),HL ; & save HL on stack ADD HL,HL ;Multiply by 10 ADD HL,HL ADD HL,BC ADD HL,HL LD B,0 ;Merge in new digit LD C,A ;New digit to C ADD HL,BC ; & add it in LD B,H ;Current value to BC LD C,L POP HL ;Recover HL pointer INC HL JR DEC1 ;Loop SBUFF$ DS 0FFh ================================================ FILE: frehd/z80/utils/trsident.z80 ================================================ ; TRS-80 Model and OS Version Identification ; ; Identify TRS-80 Model Version ; ; Returns identified version in A ; 0 = Unknown ; 1 = Model 1 with Level II Basic ; 3 = Model 3 or Model 4 running in Model 3 Mode ; 4 = Model 4 ; 0x0125 = Basic Version Message in Level II/Model 3 ROM ; 0x20 = Model 1 with Level II Basic ; 0x49 = Model 3 or Model 4 running in Model 3 Mode ; 0x14 = Model 4 running LS-DOS ; WHATVER LD A, (0125h) CP 20h ; Model 1 with Level II Basic? JR Z, WHATVER1 ; No CP 0A3h ; Model 1 with Level II Basic 1.3 ROM? JR NZ,WHATVER3 WHATVER1 LD A,1 ; Yes JR WHATVEROK WHATVER3 CP 49h ; Model 3 or Model 4 running in Model 3 Mode? JR NZ, WHATVER4 ; No LD A,3 ; Yes JR WHATVEROK WHATVER4 CP 14h ; Model 4 JR NZ, WHATVERX ; No... Unknown Model then LD A,4 ; Yes JR WHATVEROK WHATVERX LD A,0 ; Unknown Model WHATVEROK RET ================================================ FILE: frehd/z80/utils/utlcore.z80 ================================================ ; VHDUTL - Core - Shared by Versions for all OS's ; Misc Constants CR EQU 0DH LF EQU 0AH ETX EQU 03H SPC EQU 20H ; Directory Attributes AM_RDO EQU 001H ; Read only AM_HID EQU 002H ; Hidden AM_SYS EQU 004H ; System AM_VOL EQU 008H ; Volume label AM_LFN EQU 00FH ; LFN entry AM_DIR EQU 010H ; Directory AM_ARC EQU 020H ; Archive ; Vecoven Interface Commands GETVER EQU 0 GETTIME EQU 1 SETTIME EQU 2 OPENDIR EQU 8 READDIR EQU 9 MOUNTDRIVE EQU 0AH DRIVEINFO EQU 0CH ; Other Vecoven Interface Constants RTCMSGSIZE EQU 6 DRVINFOSIZE EQU 19 DSPBUFFERLEN EQU 81 START CALL FREHDTST ; Check interface is installed POP HL ; Restore INBUF$ pointer CP 0 ; No? JP Z,DONE ; Then done LD DE,PRMTABLE ; Pointer to parameter table CALL PARAM JP NZ,PRMERROR IF TRSDOS CHKSET LD A,(SPARM+1) ; Set Parameter? CP 0FFH JR NZ,CHKGET ; No CALL SETRTC CHKGET LD A,(GPARM+1) ; Get Parameter? CP 0FFH JP NZ,CHKDIR ; No CALL GETRTC ENDIF CHKDIR LD A,(DPARM+1) ; Get Directory CP 0FFH JP NZ,CHKMNT ; No CALL GETDIR CHKMNT LD A,(MPARM+1) ; Drive mount functions CP 0FFH JP NZ,CHKVER ; No CALL MNT CHKVER LD A,(VPARM+1) ; Get Firmware Version? CP 0FFH JP NZ,PRMERROR ; No CALL GETVERSION JP DONE MNT LD A,(APARM+1) ; Unit specified? CP 0 JP Z,MNTDISP ; No so display current config LD HL,(VHPARM+2) ; Yes... is VHD File specified? LD A,(VHPARM+1) OR (HL) JR NZ,MNT1 RET MNT1 LD A,0 ; Configure mount flags LD (MNTFLAGS),A LD A,(WPARM+1) ; Write Protected? CP 0FFH JR NZ,MNT2 LD A,(MNTFLAGS) OR 4 LD (MNTFLAGS),A MNT2 LD A,(NPARM+1) ; No Fast Seek? CP 0FFH JR NZ,MNT3 LD A,(MNTFLAGS) OR 1 LD (MNTFLAGS),A MNT3 LD A,(CPARM+1) ; Create? CP 0FFH JR NZ,MNT4 LD A,(MNTFLAGS) OR 2 LD (MNTFLAGS),A MNT4 CALL DONESTUFF CALL VHPARM ; Clean up the filename LD A,(TEMP) CP 0 ; Invalid... likely too long JR NZ,MNT6 RET MNT6 LD A,(TEMP) ; Get filename size ADD A,2 ; Request size is filename + terminator + 2 bytes OUT (SIZE2),A LD A,MOUNTDRIVE OUT (COMMAND2),A CALL WAIT LD A,(APARM+1) ; Get Drive Number DEC A ; Change to 0 offset OUT (DATA2),A LD A,(MNTFLAGS) ; Get Mount Flags OUT (DATA2),A LD HL,(VHPARM+1) ; Get filename address LD C,DATA2 LD A,(TEMP) ; Length of filename LD B,A OTIR CALL WAIT IN A,(STATUS) AND 01h ; Check if TRS_HARD_ERR set? JR Z,MNT7 ; No all good otherwise tell the user LD HL,MSGMNTFAIL CALL DSPLY CALL UERROR ; Report the error RET MNT7 CALL CLRDSPBUFFER LD HL,MSGMNTOK+2 ; Messaging skipping over the length LD DE,DSPBUFFER LD BC,(MSGMNTOK) LDIR LD A,(HPARM+1) ; Halt after change requested? CP 0FFH JR NZ,MNTNOHLT ; No so just report mount successfull MNTHLT LD HL,MSGMNTHLT+2 ; Yes... so report mount successfull LD BC,(MSGMNTHLT) LDIR CALL DSPDSPBUFFER MNTHLT2 JR MNTHLT2 ; ... and Halt RET MNTNOHLT CALL DSPDSPBUFFER RET MNTDISP LD A,DRIVEINFO ; Request Drive Info OUT (COMMAND2),A CALL WAIT IN A,(SIZE2) ; Read the DRIVEINFO structure LD B,A LD C,DATA2 LD HL,BUFFER INIR CALL CLRDSPBUFFER LD HL,MNTTITLE CALL DSPLY LD A,'-' CALL LDDSPBUFFER ; Header CALL DSPDSPBUFFER LD IX,BUFFER LD A,1 ; Unit Counter LD (TEMP),A IN A,(SIZE2) MNTDSP2 PUSH AF ; Process the DRIVEINFO structure LD A,(IX+0) ; Available? CP 0 JP Z,MNTDSP4 ; No CALL CLRDSPBUFFER LD HL,DSPBUFFER+20 ; Indicate Write Protected LD (HL),'N' ; Default No LD A,(IX+1) ; Write Protect (=1) CP 1 JR NZ,MNTDSP21 LD (HL),'Y' MNTDSP21 LD HL,DSPBUFFER+40 ; Indicate Fast Mode LD (HL),'Y' ; Default Yes LD A,(IX+0) ; Fast Seek? CP 1 ; No (=1) JR NZ,MNTDSP22 LD (HL),'N' ; No MNTDSP22 LD A,(IX+2) ; Cylinders MSB LD H,A LD A,(IX+3) ; Cylinders LSB LD L,A LD DE,NUMBUFFER ; Convert to string CALL NUM2DEC LD HL,NUMBUFFER ; Clear leading 2 zeros LD BC,2 << 8 CALL CLRLEADZERO LD HL,NUMBUFFER ; Insert into display buffer LD DE,DSPBUFFER+27 LD BC,5 LDIR LD A,(IX+4) ; Heads LD H,0 LD L,A LD DE,NUMBUFFER CALL NUM2DEC LD HL,NUMBUFFER ; Clear leading 4 zeros LD BC,4 << 8 CALL CLRLEADZERO LD HL,NUMBUFFER+3 ; Insert last 2 digits into display buffer LD DE,DSPBUFFER+37 LD BC,2 LDIR LD A,(TEMP) ; Unit counter LD HL,0 LD L,A LD DE,NUMBUFFER CALL NUM2DEC LD HL,NUMBUFFER+4 ; Insert single digit into display buffer LD DE,DSPBUFFER+3 LD BC,1 LDIR PUSH IX POP HL LD BC,6 ADD HL,BC PUSH HL LD BC,0 MNTDSP2A LD A,(HL) ; Find first 00h to know length of the name CP 0 JR Z,MNTDSP2B ; First 00h found INC HL INC BC JR MNTDSP2A MNTDSP2B POP HL ; Name into display buffer LD DE,DSPBUFFER+6 LDIR CALL DSPDSPBUFFER ; Display line LD BC,DRVINFOSIZE ; Move index to next entry ADD IX,BC MNTDSP4 LD A,(TEMP) INC A LD (TEMP),A POP AF SUB DRVINFOSIZE ; Check if more drives to process JP NZ,MNTDSP2 ; No zero so back for another drive CALL DONESTUFF RET GETVERSION CALL DONESTUFF INCLUDE GETVERSION.Z80 GETDIR CALL DONESTUFF CALL SETCOLS ; Setup column count LD A,2 ; Default to the "current" directory OUT (SIZE2),A LD A,OPENDIR OUT (COMMAND2),A CALL WAIT LD A,"/" OUT (DATA2),A LD A,00H OUT (DATA2),A CALL WAIT IN A,(STATUS) ; Check for HARD_ERR indicating open failed AND 01h JR NZ,GETDIRX ; Open failed GETDIR2 LD A,READDIR ; Request directory entry OUT (COMMAND2),A CALL WAIT IN A,(STATUS) ; Check for Error AND 01h JR NZ,GETDIRERROR IN A,(STATUS) ; Check for DRQ indicating data available AND 08h JR Z,GETDIRX ; No DRQ so done IN A,(SIZE2) ; Otherwise read the FILINFO structure LD B,A LD C,DATA2 LD HL,BUFFER INIR LD A,(BUFFER+8) ; Check File attribute for Volume label/hidden/directory AND AM_VOL OR AM_HID OR AM_DIR JR NZ,GETDIR2 ; Yes so ignore this file LD HL,BUFFER+24 ; ETX at the end to make printing easy LD (HL),ETX ; This is 4 bytes after the end of the 8.3 filename because we want 16 columns LD HL,BUFFER+9 ; Find first 00h and then make all characters SPC until ETX GETDIR3 LD A,(HL) CP 0 JR Z,GETDIR4 ; First 00h found INC HL JR GETDIR3 GETDIR4 LD (HL),SPC ; Replace with SPC INC HL ; and keep going until we get to ETX LD A,(HL) CP ETX JR Z,GETDIR5 JR GETDIR4 GETDIR5 LD HL,DIRCOLS ; Used another column DEC (HL) JR NZ,GETDIR6 ; Last column for the row? CALL SETCOLS ; Yes so reset and CR at the end of this filename LD HL,BUFFER+22 LD (HL),CR GETDIR6 LD HL,BUFFER+9 ; Display the filename CALL DSPLY JR GETDIR2 ; Check for more files GETDIRX LD HL,BUFFER ; Force a new line at the end LD (HL),CR CALL DSPLY RET GETDIRERROR CALL UERROR ; Report the error RET GETRTC CALL DONESTUFF CALL DS1307RD ; Read DS1307 RET SETRTC CALL DONESTUFF CALL DS1307WR ; Write to the interface DONE RET PRMERROR LD A,(ACTIONS) ; Do anything? CP 0 JR Z,PRMERROR2 ; No so explain usage JP DONE PRMERROR2 LD HL,MSG ; Welcome Message CALL DSPLY LD HL,MSGUSAGE ; Explain usage CALL DSPLY JP DONE PRMTABLE DB 'SET ' DW SPARM+1 DB 'S ' DW SPARM+1 DB 'GET ' DW GPARM+1 DB 'G ' DW GPARM+1 DB 'VER ' DW VPARM+1 DB 'V ' DW VPARM+1 DB 'DIR ' DW DPARM+1 DB 'D ' DW DPARM+1 DB 'MNT ' DW MPARM+1 DB 'ADDR ' DW APARM+1 DB 'VHD ' DW VHPARM+1 DB 'HALT ' DW HPARM+1 DB 'WP ' DW WPARM+1 DB 'CREATE' DW CPARM+1 DB 'NFS ' DW NPARM+1 NOP SPARM LD BC,0 GPARM LD BC,0 VPARM LD BC,0 DPARM LD BC,0 MPARM LD BC,0 APARM LD BC,0 HPARM LD BC,0 WPARM LD BC,0 CPARM LD BC,0 NPARM LD BC,0 VHPARM LD HL,0 ; Address set when parameters are loaded LD A,0 ; Length returned in TEMP LD (TEMP),A LD A,(HL) ; Get the first character of the filename CP '/' ; Leading / JR Z,VHPARM2 ; Yes so check the rest of the filename DEC HL LD A,'/' LD (HL),A ; Force / as the first character of the filename LD (VHPARM+1),HL VHPARM2 LD A,(TEMP) ; Count characters INC A CP 14 ; Max characters for name + terminator + 1 JR Z,VHPARMFAIL ; Exceeded so return empty string LD (TEMP),A LD A,(HL) ; CP '"' ; Quote terminator JR Z,VHPARMDONE ; Yes... at the end INC HL JP VHPARM2 ; VHPARMDONE LD A,0 ; Terminate with \0 LD (HL),A RET VHPARMFAIL LD A,0 LD (TEMP),A RET FREHDTST LD A,GETVER ; Test that the interface exists OUT (COMMAND2),A CALL WAIT IN A,(SIZE2) CP 6 JR NZ,FREHDTSTX ; Size of 6 indicates interface exists LD A,1 ; Return HAS IF RET FREHDTSTX LD HL,MSG ; Welcome Message CALL DSPLY LD HL,MSGNOIF CALL DSPLY LD A,0 ; Return NO IF RET DS1307RD LD A,GETTIME OUT (COMMAND2),A CALL WAIT CALL TIME ; LDOS Time Buffer LD BC,3<<8 OR DATA2 INIR CALL DATE ; LDOS Date Buffer LD B,3 INIR RET DS1307WR LD A,SETTIME OUT (COMMAND2),A CALL WAIT CALL TIME ; LDOS Time Buffer LD BC,3<<8 OR DATA2 OTIR CALL DATE ; LDOS Date Buffer LD B,3 OTIR CALL WAIT RET WAIT EX (SP),HL EX (SP),HL ; small delay to settle the controller WAIT1 IN A,(STATUS) CP 0FFH ; No interface on the bus JR Z,WAIT2 ; .. then drop out and report error RLCA JR C,WAIT1 WAIT2 RET ; Clear ro load the display buffer ; Call with HL = Buffer start, A = Insert character ; Uses DE and BC LDDSPBUFFER LD HL,DSPBUFFER ; Load buffer with character passed in A LD (HL),A JP CLRDSPBUFFER2 CLRDSPBUFFER LD HL,DSPBUFFER ; Load buffer with spaces LD (HL),SPC CLRDSPBUFFER2 PUSH HL POP DE INC DE LD BC,DSPBUFFERLEN-1 LDIR CALL DSPBUFFEREND LD (HL),CR RET DSPDSPBUFFER LD HL,DSPBUFFER ; CALL DSPLY RET ; Clear leading 0's from the number to string buffer ; Call with HL = START, BC = Number of bytes to process CLRLEADZERO LD A,(HL) CP 30h JR NZ,CLRLEADZERO2 LD (HL),SPC CLRLEADZERO2 INC HL DJNZ CLRLEADZERO RET ; Number handling routines from http://baze.au.com/misc/z80bits.html NUM2DEC LD BC,-10000 CALL NUM1 LD BC,-1000 CALL NUM1 LD BC,-100 CALL NUM1 LD C,-10 CALL NUM1 LD C,B NUM1 LD A,'0'-1 NUM2 INC A ADD HL,BC JR C,NUM2 SBC HL,BC LD (DE),A INC DE LD A,0 LD (DE),A RET DONESTUFF LD HL,ACTIONS ; Need to know if we have done anything INC (HL) RET ACTIONS DB 0 DS1307 DS 6 MSG DB 'VHDUTL ' INCLUDE VERSION.Z80 DB ' - Utilities for the FreHD Hard Drive Emulator',CR MSGNOIF DB 'Interface not found',CR MSGUSAGE DB 'Usage: VHDUTL (' IF TRSDOS DB 'GET,SET,' ENDIF DB 'VER,DIR,MNT,[ADDR,VHD="",HALT,WP,CREATE,NFS])',CR MSGMNTOK DB 11,0,'Mounted OK.' MSGMNTHLT DB 13,0,' Press Reset' MSGMNTFAIL DB 'Mount Failed',CR MSGDIRERROR DB 'Error Reading Directory',CR MNTTITLE DB 'Addr Disk File WP Cylinders Heads Fast',CR BUFFER DS 64 NUMBUFFER DS 16 DSPBUFFER DS DSPBUFFERLEN DIRCOLS DB 0 TEMP DB 0 MNTFLAGS DB 0 INCLUDE FATFSERR.Z80 ================================================ FILE: frehd/z80/utils/version.z80 ================================================ ; Utilities Common Version number DB '2.03' ; Includes machine name in the version message ; Can't find another way of doing this IF CPM IF (COMMAND2 = 08CH) DB ' (Kaypro)' ENDIF ENDIF ================================================ FILE: frehd/z80/utils/vhdutl_cpm.z80 ================================================ ; VHDUTL - Utility for the Vecoven Hard Drive Emulator ; CP/M 2.2 Version ; Assembler Control Flags CPM EQU 1 TRSDOS EQU 0 BDOS EQU 0005h ;bdos entry point PARM EQU 0080h ;parameters WCHAR EQU 2 ;write character function VHDUTL ORG 0100H PUSH HL ; Start POP's this after the interface check ; Needed for compatibility with TRS version JP START ; CP/M 2.2 jump table STARTJ DSPLY PUSH DE ; Save everything PUSH BC PUSH AF DSPLY1 LD A,(HL) ; Loop through the characters CP CR ; Done if CR or ETC JR Z,DSPLY2 CP ETX JR Z,DSPLYX LD C,WCHAR LD E,A PUSH HL ; Display while preserving HL CALL BDOS POP HL INC HL JR DSPLY1 ; Keep loopng DSPLY2 LD C,WCHAR ; Send the CR/LF from the end of the string LD E,CR CALL BDOS LD C,WCHAR LD E,LF CALL BDOS DSPLYX POP AF ; Restore everything POP BC POP DE RET DATE RET TIME RET PARAM LD HL,PARM LD A,(HL) ; Length of extra parameters INC A ; One beyond the end LD B,0 LD C,A ADD HL,BC LD (HL),CR ; End of parameter character LD HL,PARM+1 ; Skip length CALL PARAM0 ; Process parameters RET DSP PUSH HL ; Save everything PUSH DE PUSH BC PUSH AF LD C,WCHAR LD E,A ; Character to print passed in A CALL BDOS POP AF POP BC POP DE POP HL RET SETCOLS LD HL,DIRCOLS LD (HL),5 RET DSPBUFFEREND LD HL,DSPBUFFER+79 RET ENDJ INCLUDE utlcore.z80 INCLUDE param.z80 END VHDUTL  ================================================ FILE: frehd/z80/utils/vhdutl_kpro_cpm.z80 ================================================ ; VHDUTL - Utility for the Vecoven Hard Drive Emulator ; TRS-80 CP/M 2.2 Version ; Kaypro Port Definitions differ from TRS-80 DATA2 EQU 08AH SIZE2 EQU 08BH COMMAND2 EQU 08CH ERROR2 EQU 08DH STATUS EQU 087H INCLUDE vhdutl_cpm.z80 ================================================ FILE: frehd/z80/utils/vhdutl_ldos.z80 ================================================ ; VHDUTL - Utility for the Vecoven Hard Drive Emulator ; Model I, III and 4 DOS Version ; TRS-80 IO Port Definitions DATA2 EQU 0C2H SIZE2 EQU 0C3H COMMAND2 EQU 0C4H ERROR2 EQU 0C5H STATUS EQU 0CFH ; Assembler Control Flags CPM EQU 0 TRSDOS EQU 1 ; Model I/III addresses @DSPLY EQU 4467h @DSP EQU 0033h @PARAM EQU 4454h ; Model 4 SVCs @SVC EQU 40 ; rst address for SVCs @DSP6 EQU 2 @DSPLY6 EQU 10 @DATE6 EQU 18 @TIME6 EQU 19 @PARAM6 EQU 17 ORG 5200H ; Model III jump table STARTJ DSPLY CALL @DSPLY RET DATE LD HL,421Ah RET TIME LD HL,4217h RET PARAM LD HL,(PARM) ; Use internal parameter parsing for compability DEC HL ; with non-LDOS Model III operating systems CALL PARAM0 RET DSP NOP CALL @DSP RET SETCOLS LD HL,DIRCOLS LD (HL),4 RET DSPBUFFEREND LD HL,DSPBUFFER+63 RET SETUP LD A,10H OUT (0ECH),A ; Enable External IO Port (required for NewDOS/80) RET ; if the Hard Disk drivers have not been loaded ENDJ ; Model I jump table STARTJ1 DSPLY_1 CALL @DSPLY RET DATE_1 LD HL,4044h RET TIME_1 LD HL,4041h RET PARAM_1 LD HL,(PARM) ; Use internal parameter parsing for compability DEC HL ; with non-LDOS Model III operating systems CALL PARAM0 RET DSP_1 NOP CALL @DSP RET SETCOLS_1 LD HL,DIRCOLS LD (HL),4 RET DSPBUFFEREND_1 LD HL,DSPBUFFER+63 RET SETUP_1 NOP NOP NOP NOP RET ENDJ1 ; Model 4 jump table STARTJ6 DSPLY_6 LD A,@DSPLY6 RST 40 RET DATE_6 LD HL,33H RET TIME_6 LD HL,2DH RET PARAM_6 LD A,@PARAM6 RST 40 NOP NOP NOP NOP RET DSP_6 LD C,A LD A,@DSP6 RST 40 RET SETCOLS_6 LD HL,DIRCOLS LD (HL),5 RET DSPBUFFEREND_6 LD HL,DSPBUFFER+79 RET SETUP_6 NOP NOP NOP NOP RET ENDJ6 VHDUTL PUSH HL ; Keep the INBUF pointer LD (PARM),HL CALL WHATVER ; Identify TRS-80 Model CP 1 ; Model 1? JR NZ,VHDUTL4 ; No, try for Model 4 instead LD HL, STARTJ1 ; Start of Model 1 jump table JR MOVEJUMP VHDUTL4 CP 4 JR NZ,VHDINIT ; Don't know so try default Model III/LDOS settings LD HL, STARTJ6 ; Start of Model 4 jump table MOVEJUMP LD DE, STARTJ ; Overwrite the active jump table LD BC, ENDJ - STARTJ LDIR VHDINIT CALL SETUP ; Hardware configuration INCLUDE utlcore.z80 INCLUDE param.z80 INCLUDE trsident.z80 PARM DS 2 END VHDUTL  ================================================ FILE: frehd/z80/utils/vhdutl_trs_cpm.z80 ================================================ ; VHDUTL - Utility for the Vecoven Hard Drive Emulator ; TRS-80 CP/M 2.2 Version ; TRS-80 IO Port Definitions DATA2 EQU 0C2H SIZE2 EQU 0C3H COMMAND2 EQU 0C4H ERROR2 EQU 0C5H STATUS EQU 0CFH INCLUDE vhdutl_cpm.z80 ================================================ FILE: gameshow/gameshow_arduino.c ================================================ #include #include //Install the RCSwitch and CuteBuzzerSounds libraries from the Arduino Library Manager int red = 3; int green = 4; int yellow = 5; int blue = 6; #define BUZZER_PIN 7 int redAvail = 0; int greenAvail = 0; int yellowAvail = 0; int blueAvail = 0; int state = -1; //states // -1 = booted // 0 = Asking the question, if they buzz in, they're locked out // 1 = Available people can buzz in RCSwitch mySwitch = RCSwitch(); unsigned long rec; void setup() { Serial.begin(9600); cute.init(BUZZER_PIN); Serial.println("booted"); cute.play(S_CONNECTION); mySwitch.enableReceive(0); // Receiver on interrupt 0 => that is pin #2 pinMode(red, OUTPUT); pinMode(green, OUTPUT); pinMode(yellow, OUTPUT); pinMode(blue, OUTPUT); } void loop() { // //Comment this in if you want to scroll through all the available sounds // //And see their names printed on the serial monitor // soundSamples(); // Serial.print(state); if (mySwitch.available()) { rec = mySwitch.getReceivedValue(); // //Comment in this section to see ALL 433mhz stuff coming in // Serial.print("Received "); // Serial.print( mySwitch.getReceivedValue() ); // Serial.print(" / "); // Serial.print( mySwitch.getReceivedBitlength() ); // Serial.print("bit "); // Serial.print("Protocol: "); // Serial.println( mySwitch.getReceivedProtocol() ); // //End Debug Section //This section of stuff deals with the leader's remote and will work regardless of the "state" of the game if(rec == 5509379){ //button a resets everything redAvail = 1; greenAvail = 1; yellowAvail = 1; blueAvail = 1; digitalWrite(red,HIGH); digitalWrite(green,HIGH); digitalWrite(yellow,HIGH); digitalWrite(blue,HIGH); state = 0; cute.play(S_MODE3); Serial.println("State set to 0. Everything reset."); } if(rec == 5509388){ //button b - Buttons unlocked! state = 1; //if you comment in the line below, the lights will blink 3 times showing the contestants that it //is ok to buzz in. This is 2 places in the code. blinkToGo(); //This function resets the LEDs. Take a look at it at the bottom of the code. resetLeds(); cute.play(S_HAPPY_SHORT); Serial.println("State set to 1. Locked and Loaded!"); } if(rec == 5509424){ //button c - Let the remaining people try!! //if you comment in the line below, the lights will blink 3 times showing the contestants that it //is ok to buzz in. This is 2 places in the code. blinkToGo(); //This function resets the LEDs. Take a look at it at the bottom of the code. resetLeds(); state = 1; cute.play(S_HAPPY_SHORT); Serial.println("State set to 1. Available Players can buzz!!!"); } // End Leader Remote Section if(state == 0){ //In this state we want to lock out anyone who pushes the button early if(rec == 166945){ //red cute.play(S_FART1); redAvail = 0; //make the button unavailable digitalWrite(red, LOW); //turn the led off Serial.println("red disabled"); } if(rec == 8743713){ //yellow cute.play(S_FART1); yellowAvail = 0; digitalWrite(yellow, LOW); Serial.println("yellow disabled"); } if(rec == 8717953){ //blue cute.play(S_FART1); blueAvail = 0; digitalWrite(blue, LOW); Serial.println("blue disabled"); } if(rec == 276817){ //green cute.play(S_FART1); greenAvail = 0; digitalWrite(green, LOW); Serial.println("green disabled"); } } if(state == 1){ //In this state we want to lock out anyone who pushes the button early if(rec == 166945 && redAvail == 1){ //red redAvail = 0; //make the button unavailable cute.play(S_BUTTON_PUSHED); digitalWrite(red, LOW); delay(100); digitalWrite(red, HIGH); //turn the led on digitalWrite(yellow,LOW); digitalWrite(green,LOW); digitalWrite(blue,LOW); Serial.println("red buzzed in"); state = 2; } if(rec == 8743713 && yellowAvail == 1){ //yellow yellowAvail = 0; cute.play(S_BUTTON_PUSHED); digitalWrite(yellow, LOW); delay(100); digitalWrite(yellow, HIGH); digitalWrite(red,LOW); digitalWrite(green,LOW); digitalWrite(blue,LOW); Serial.println("yellow buzzed in"); state = 2; } if(rec == 8717953 && blueAvail == 1){ //blue blueAvail = 0; cute.play(S_BUTTON_PUSHED); digitalWrite(blue, LOW); delay(100); digitalWrite(blue, HIGH); digitalWrite(yellow,LOW); digitalWrite(green,LOW); digitalWrite(red,LOW); Serial.println("blue buzzed in"); state = 2; } if(rec == 276817 && greenAvail == 1){ //green greenAvail = 0; cute.play(S_BUTTON_PUSHED); digitalWrite(green, LOW); delay(100); digitalWrite(green, HIGH); digitalWrite(yellow,LOW); digitalWrite(red,LOW); digitalWrite(blue,LOW); Serial.println("green buzzed in"); state = 2; } } } mySwitch.resetAvailable(); } void blinkToGo(){ for (int i = 0; i < 3; i++) { digitalWrite(red,HIGH); digitalWrite(yellow,HIGH); digitalWrite(green,HIGH); digitalWrite(blue,HIGH); delay(100); digitalWrite(red,LOW); digitalWrite(yellow,LOW); digitalWrite(green,LOW); digitalWrite(blue,LOW); delay(100); } } void soundSamples(){ //Sound examples //Comment this section in to hear all the sounds and see the names on the serial monitor Serial.println("HAPPY"); cute.play(S_HAPPY); delay(500); Serial.println("CONNECTION"); cute.play(S_CONNECTION); delay(500); Serial.println("DISCONNECTION"); cute.play(S_DISCONNECTION); delay(500); Serial.println("BUTTON_PUSHED"); cute.play(S_BUTTON_PUSHED); delay(500); Serial.println("MODE1"); cute.play(S_MODE1); delay(500); Serial.println("MODE2"); cute.play(S_MODE2); delay(500); Serial.println("MODE3"); cute.play(S_MODE3); delay(500); Serial.println("SURPRISE"); cute.play(S_SURPRISE); delay(500); Serial.println("OHOOH"); cute.play(S_OHOOH); delay(500); Serial.println("OHOOH2"); cute.play(S_OHOOH2); delay(500); Serial.println("CUDDLY"); cute.play(S_CUDDLY); delay(500); Serial.println("SLEEPING"); cute.play(S_SLEEPING); delay(500); Serial.println("HAPPY"); cute.play(S_HAPPY); delay(500); Serial.println("SUPER_HAPPY"); cute.play(S_SUPER_HAPPY); delay(500); Serial.println("HAPPY_SHORT"); cute.play(S_HAPPY_SHORT); delay(500); Serial.println("SAD"); cute.play(S_SAD); delay(500); Serial.println("CONFUSED"); cute.play(S_CONFUSED); delay(500); Serial.println("FART1"); cute.play(S_FART1); delay(500); Serial.println("FART2"); cute.play(S_FART2); delay(500); Serial.println("FART3"); cute.play(S_FART3); delay(500); } void resetLeds(){ //Let's reset the LEDs. If someone has already buzzed in, we want their LED to be off //If they haven't, we want it to be on. if(redAvail == 1){ digitalWrite(red,HIGH); }else{ digitalWrite(red,LOW); } if(yellowAvail == 1){ digitalWrite(yellow,HIGH); }else{ digitalWrite(yellow,LOW); } if(blueAvail == 1){ digitalWrite(blue,HIGH); }else{ digitalWrite(blue,LOW); } if(greenAvail == 1){ digitalWrite(green,HIGH); }else{ digitalWrite(green,LOW); } } ================================================ FILE: gameshow/self-contained-gameshow.ino ================================================ //Buttons are connected between pin and ground on pins as defined below. //Neopixel is connected to pin 6. #include #ifdef __AVR__ #include #endif #define PIN 6 const int redButton = 3; const int greenButton = 4; const int orangeButton = 5; const int blueButton = 8; int redSelected = 0; int greenSelected = 0; int orangeSelected = 0; int blueSelected = 0; // How many NeoPixels are attached to the Arduino? #define NUMPIXELS 7 #include int state = 0; //states // 0 = idle // 1 = get ready // 2 = go! // 3 = number chosen RCSwitch mySwitch = RCSwitch(); Adafruit_NeoPixel pixels = Adafruit_NeoPixel(NUMPIXELS, PIN, NEO_GRB + NEO_KHZ800); //setup colors //setup colors uint32_t red = pixels.Color(255, 0, 0); uint32_t green = pixels.Color(0,255,0); uint32_t blue = pixels.Color(0,0,255); uint32_t orange = pixels.Color(247, 80, 0); uint32_t purple = pixels.Color(150, 0, 150); uint32_t white = pixels.Color(50, 50, 50); uint32_t off = pixels.Color(0, 0, 0); unsigned long rec; void setup() { Serial.begin(9600); // This is for Trinket 5V 16MHz, you can remove these three lines if you are not using a Trinket #if defined (__AVR_ATtiny85__) if (F_CPU == 16000000) clock_prescale_set(clock_div_1); #endif // End of trinket special code mySwitch.enableReceive(0); // Receiver on interrupt 0 => that is pin #2 pixels.begin(); // This initializes the NeoPixel library. pinMode(redButton, INPUT_PULLUP); pinMode(greenButton, INPUT_PULLUP); pinMode(blueButton, INPUT_PULLUP); pinMode(orangeButton, INPUT_PULLUP); offLight(); } void whiteLight(){ offLight(); for(int j = 0; j < NUMPIXELS+1 ; j++){ pixels.setPixelColor(j, white); } pixels.show(); } void redLight(){ offLight(); for(int j = 0; j < NUMPIXELS+1 ; j++){ pixels.setPixelColor(j, red); } pixels.show(); } void orangeLight(){ offLight(); for(int j = 0; j < NUMPIXELS+1 ; j++){ pixels.setPixelColor(j, orange); } pixels.show(); } void greenLight(){ offLight(); for(int j = 0; j < NUMPIXELS+1 ; j++){ pixels.setPixelColor(j, green); } pixels.show(); } void blueLight(){ offLight(); for(int j = 0; j < NUMPIXELS+1 ; j++){ pixels.setPixelColor(j, blue); } pixels.show(); } void purpleLight(){ offLight(); for(int j = 0; j < NUMPIXELS+1 ; j++){ pixels.setPixelColor(j, purple); } pixels.show(); } void offLight(){ for(int j = 0; j < NUMPIXELS+1 ; j++){ pixels.setPixelColor(j, off); } pixels.show(); } void loop() { int origState = state; // Serial.print(state); if (mySwitch.available()) { rec = mySwitch.getReceivedValue(); // Serial.print("Received "); // Serial.print( mySwitch.getReceivedValue() ); // Serial.print(" / "); // Serial.print( mySwitch.getReceivedBitlength() ); // Serial.print("bit "); // Serial.print("Protocol: "); // Serial.println( mySwitch.getReceivedProtocol() ); if(rec == 9332196){ //button a redSelected = 0; greenSelected = 0; orangeSelected = 0; blueSelected = 0; state = 0; if(state != origState){ offLight(); Serial.println("state 0 - doing nothing"); } } if(rec == 9332193){ //button b redSelected = 0; greenSelected = 0; orangeSelected = 0; blueSelected = 0; state = 1; if(state != origState){ whiteLight(); Serial.println("state 1 - get ready"); } } if(rec == 9332200){ //button c state = 2; redSelected = 0; greenSelected = 0; orangeSelected = 0; blueSelected = 0; if(state != origState){ purpleLight(); Serial.println("state 2 - waiting for button"); } } if(rec == 9332194){ //button d purpleLight(); state = 2; if(state != origState){ Serial.println("state 2 - waiting for button that has not been pressed."); } } mySwitch.resetAvailable(); } if(state == 2){ int readRed = digitalRead(redButton); // Serial.print('red -');Serial.println(readRed); if(readRed == LOW && redSelected == 0){ Serial.println("low"); redLight(); redSelected = 1; state = 3; } int readGreen = digitalRead(greenButton); // Serial.print('green -');Serial.println(readGreen); if(readGreen == LOW && greenSelected == 0){ Serial.println("low"); greenLight(); greenSelected = 1; state = 3; } int readOrange = digitalRead(orangeButton); // Serial.print('orange -');Serial.println(readOrange); if(readOrange == LOW && orangeSelected == 0){ Serial.println("low"); orangeLight(); orangeSelected = 1; state = 3; } int readBlue = digitalRead(blueButton); // Serial.print('blue -');Serial.println(readBlue); if(readBlue == LOW && blueSelected == 0){ Serial.println("low"); blueLight(); blueSelected = 1; state = 3; } } } ================================================ FILE: gameshow_ultimate/note.txt ================================================ This is the home of the Ultimate Gameshow Platform ================================================ FILE: gotek/resources.txt ================================================ USA Links Gotek Floppy Emulator - https://amzn.to/3v3aRfE IDE to SD Adapter - https://amzn.to/3tzJn0z 5.25 to 3.5 Adapter - https://amzn.to/3du3jwu Molex Y Adapters - https://amzn.to/2QFgQZa OLED Screen - https://amzn.to/3n2nPHE Rotary Encoders - https://amzn.to/3n51Y2q Note that FlashFloppy is only NEEDED if you want the OLED and Rotary Encoder A lot of people love it though. I think it's okay. FlashFloppy - https://github.com/keirf/FlashFloppy USB A to A Cable - Program FlashFloppy solder free - https://amzn.to/3duVzdq Rotary Encoder and OLED Mod - http://projectspeccy.com/2017/11/03/gotekdvirtual-spectrum-floppy-disk/ FlashFloppy A to A Method - Worked WAY easier on Win7 for me - https://www.youtube.com/watch?v=yUOyZB9cro4 ================================================ FILE: hyperbowl/arduino-code/pro_mini_buttons.ino ================================================ // AnotherMaker.com HyperBowl Arduino Pro Micro code // This really only requires two buttons // left is connected to pin D2 and ground // right is connected to pin D3 and ground #include "Keyboard.h" const int left = 2; //left button const int right = 3; //right button void setup() { pinMode(left,INPUT_PULLUP); pinMode(right,INPUT_PULLUP); Keyboard.begin(); } void loop() { if(digitalRead(left) == LOW && digitalRead(right) == LOW){ Keyboard.write(0xB0); //enter delay(150); }else if(digitalRead(left) == LOW){ Keyboard.write(0xD8); //left arrow delay(150); }else if(digitalRead(right) == LOW){ Keyboard.write(0xD7); //right arrow delay(150); } delay(100); } ================================================ FILE: hyperbowl/laser-files/URL to tweak console.txt ================================================ https://www.festi.info/boxes.py/Console?FingerJoint_angle=90.0&FingerJoint_style=rectangular&FingerJoint_surroundingspaces=0.5&FingerJoint_edge_width=1.0&FingerJoint_finger=2.5&FingerJoint_play=0.0&FingerJoint_space=2.5&FingerJoint_width=1.0&Stackable_angle=60&Stackable_height=2.0&Stackable_holedistance=1.0&Stackable_width=4.0&x=150&y=250&h=100&outside=0&front_height=30&angle=45&thickness=4.8&format=svg&tabs=0.0&debug=0&labels=0&labels=1&reference=100&burn=0.1&render=0 ================================================ FILE: incomplete-pcbs/40_pin_v2_led.ino ================================================ #include // Define the connections pins: #define CLK 50 #define DIO 51 // Initialize the TM1637Display library with the connections pins TM1637Display display(CLK, DIO); // Custom segment for displaying "P" const uint8_t SEG_P = SEG_A | SEG_B | SEG_E | SEG_F | SEG_G; void setup() { Serial.begin(9600); // Initialize the display display.setBrightness(0x0a); // Set the display brightness (0x00 to 0x0f) display.clear(); // Initialize digital pins D2 to D52 as outputs for (int pin = 2; pin <= 52; pin++) { pinMode(pin, OUTPUT); } Serial.println("Booted"); delay(1000); } void displayLEDNumber(int ledNumber) { uint8_t data[] = { SEG_P, 0x00, 0x00, 0x00 }; // Start with "P" and blanks // Fill in the LED number for the 3rd and 4th digits if (ledNumber < 10) { // Single digit LED number, display it in the 4th digit place data[2] = 0x00; // Blank data[3] = display.encodeDigit(ledNumber); } else { // Two-digit LED number, split it across the 3rd and 4th digits data[2] = display.encodeDigit(ledNumber / 10); data[3] = display.encodeDigit(ledNumber % 10); } display.setSegments(data); } void loop() { for (int ledNumber = 1, pin = 2; pin <= 13; ledNumber++, pin++) { digitalWrite(pin, HIGH); displayLEDNumber(ledNumber); Serial.print("LED "); Serial.print(ledNumber); Serial.println(" is lit up"); delay(1000); digitalWrite(pin, LOW); } for (int ledNumber = 13, pin = 22; pin <= 50; ledNumber++, pin++) { digitalWrite(pin, HIGH); displayLEDNumber(ledNumber); Serial.print("LED "); Serial.print(ledNumber); Serial.println(" is lit up"); delay(1000); digitalWrite(pin, LOW); } } ================================================ FILE: laser-shooting-gallery/Node-Red-Flow-Scoreboard.json ================================================ [{"id":"38ca78d7.f31b08","type":"inject","z":"3627a10e.7a9c8e","name":"","topic":"","payload":"1","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":270,"y":820,"wires":[["f89d093d.090b08","5d1d3556.07aa1c","aef0b95e.ee0df8"]]},{"id":"da250fb0.3b4dc","type":"mqtt out","z":"3627a10e.7a9c8e","name":"","topic":"shooting/whodere","qos":"0","retain":"","broker":"e36485ee.59f3d8","x":670,"y":360,"wires":[]},{"id":"1b22e5f4.80a4ba","type":"mqtt in","z":"3627a10e.7a9c8e","name":"Units Check In","topic":"shooting/response","qos":"0","datatype":"auto","broker":"e36485ee.59f3d8","x":1580,"y":1200,"wires":[["cc2484df.25f8e8"]]},{"id":"72213d66.db4e04","type":"inject","z":"3627a10e.7a9c8e","name":"Activate #65","topic":"","payload":"4000","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":1670,"y":1260,"wires":[["949f9dfb.a4444"]]},{"id":"949f9dfb.a4444","type":"mqtt out","z":"3627a10e.7a9c8e","name":"","topic":"shooting/activate65","qos":"0","retain":"","broker":"e36485ee.59f3d8","x":1970,"y":1260,"wires":[]},{"id":"44c9fc6.e04ba04","type":"mqtt in","z":"3627a10e.7a9c8e","name":"","topic":"shooting/hit/#","qos":"0","broker":"e36485ee.59f3d8","x":1510,"y":320,"wires":[["afa8820.06b408","625171e5.a225f","76747054.d0178","a3aef5a4.0b2b88"]]},{"id":"625171e5.a225f","type":"debug","z":"3627a10e.7a9c8e","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","x":2290,"y":300,"wires":[]},{"id":"f89d093d.090b08","type":"function","z":"3627a10e.7a9c8e","name":"Game Setup","func":"var startIp = 60;\nvar stopIp = 66;\nvar gameData = {}; //Create a place to store your game data\nfor (var i = startIp; i <= stopIp; i++) {\n var initial = [0,'click,mp3','boom.mp3'];\n gameData[i] = initial;\n}\n\nglobal.set('startIp',startIp); //What is the Lowest IP you have ever assigned for the game\nglobal.set('stopIp',stopIp); //What is the highest IP you have ever assigned for the game\nglobal.set('minTime',1500); //The minimum amount of time to activate a target\nglobal.set('maxTime',7500); //These ar in ms\nglobal.set('gameTime',60) ; //In seconds\nglobal.set('score',0); //how many targets have been hit\nglobal.set('shown',0); // how many targets have been shown\nglobal.set('lastTarget',0); //for internal use\n\nmsg.payload = 1; //this is what the arduinos look for to check in\nglobal.set('gameData',gameData);\n\nreturn msg;\n","outputs":1,"noerr":0,"x":370,"y":200,"wires":[["12715b12.686bc5","da250fb0.3b4dc","795d9d95.ae48f4","5c2cd856.9729a8"]]},{"id":"12715b12.686bc5","type":"debug","z":"3627a10e.7a9c8e","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":890,"y":300,"wires":[]},{"id":"c688128c.3dadc","type":"function","z":"3627a10e.7a9c8e","name":"Get Saved Data","func":"var gameData = global.get('gameData');\nmsg.payload = gameData;\nglobal.set('gameData',gameData);\nreturn msg;\n","outputs":1,"noerr":0,"x":1800,"y":1320,"wires":[["7e725332.62f22c"]]},{"id":"7e725332.62f22c","type":"debug","z":"3627a10e.7a9c8e","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":1970,"y":1320,"wires":[]},{"id":"dd2f88cb.cdfa98","type":"inject","z":"3627a10e.7a9c8e","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":1620,"y":1320,"wires":[["c688128c.3dadc"]]},{"id":"cc2484df.25f8e8","type":"function","z":"3627a10e.7a9c8e","name":"Get Saved Data","func":"var incoming = msg.payload.split(\"|\");\nvar gameData = global.get('gameData');\nvar arduino = parseInt(incoming[0]);\n\ngameData[arduino] = [1,incoming[1],incoming[2]];\nglobal.set('gameData',gameData);\nreturn msg;\n","outputs":1,"noerr":0,"x":1780,"y":1200,"wires":[["a3b0a765.d396d8"]]},{"id":"a3b0a765.d396d8","type":"debug","z":"3627a10e.7a9c8e","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":1970,"y":1200,"wires":[]},{"id":"a4d0fb96.e50e98","type":"ui_text","z":"3627a10e.7a9c8e","group":"d9d089df.9ddee8","order":1,"width":"8","height":"3","name":"Current Time","label":"Timer","format":" {{msg.payload}}","layout":"col-center","x":1370,"y":820,"wires":[]},{"id":"537fd6a8.eb93a8","type":"switch","z":"3627a10e.7a9c8e","name":"Timer Switch Statement","property":"payload","propertyType":"msg","rules":[{"t":"cont","v":"stop","vt":"str"},{"t":"else"}],"checkall":"true","outputs":2,"x":868.9999313354492,"y":734.2000036239624,"wires":[["4ea1f005.a0f71"],["28b88e2d.c45b22"]]},{"id":"5d1d3556.07aa1c","type":"function","z":"3627a10e.7a9c8e","name":"Reset Function","func":"msg.reset = true;\nvar stop = global.set(\"stop\", 0);\n\nreturn msg;","outputs":1,"noerr":0,"x":653.9999160766602,"y":882.6000204086304,"wires":[["22b50424.73b71c"]]},{"id":"6e631ec0.95911","type":"inject","z":"3627a10e.7a9c8e","name":"Reset","topic":"","payload":"reset","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":"","x":130,"y":920,"wires":[["5d1d3556.07aa1c","aef0b95e.ee0df8","5c2cd856.9729a8"]]},{"id":"22b50424.73b71c","type":"function","z":"3627a10e.7a9c8e","name":"Reset Final","func":"var newMsg = { payload: msg.payload.length };\n\nmath = 0;\n\nnewMsg.payload = math;\nreturn newMsg;","outputs":1,"noerr":0,"x":882.6998977661133,"y":881.3999586105347,"wires":[["a4d0fb96.e50e98"]]},{"id":"4ea1f005.a0f71","type":"function","z":"3627a10e.7a9c8e","name":"Major Math Going on Here","func":"var newMsg = { payload: msg.payload.length };\nvar time = global.get(\"finalTime\"); \nvar major = global.get(\"majors\");\nvar minor = global.get(\"minors\");\nvar stop = global.get(\"stop\");\nvar time = time * 1; //force to number\nvar major = 30 * major;\nvar minor = 10 * minor;\nvar math = time + major + minor;\nvar h = 0;\nvar m = 0;\nvar s = 0;\nvar t = math;\n \ns = t % 60;\nt = (t - s)/60;\nm = t % 60;\nt = (t - m)/60;\nh = t;\nmath = h+\"h \"+m+\"m \"+s+\"s\";\n\nnewMsg.payload = math;\nreturn newMsg;\n","outputs":1,"noerr":0,"x":1300.9999923706055,"y":719.0000286102295,"wires":[[]]},{"id":"ee4c4904.c2ca28","type":"inject","z":"3627a10e.7a9c8e","name":"StartTimer","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":"","x":120,"y":120,"wires":[["f89d093d.090b08","63088a95.a6d624"]]},{"id":"ee79749d.3ac228","type":"looptimer","z":"3627a10e.7a9c8e","duration":".5","units":"Second","maxloops":"99999999","maxtimeout":"1","maxtimeoutunits":"Hour","name":"","x":480,"y":540,"wires":[["f3b6abe7.137608"],[]]},{"id":"f3b6abe7.137608","type":"counter","z":"3627a10e.7a9c8e","name":"","init":"0","step":".5","lower":"","upper":"","mode":"increment","outputs":"1","x":680,"y":520,"wires":[["91806719.0ded08"]]},{"id":"91806719.0ded08","type":"function","z":"3627a10e.7a9c8e","name":"getCount","func":"var newMsg = {payload:msg.count};\nvar timer = newMsg.payload;\nvar time = global.set(\"finalTime\", timer); \nreturn newMsg;","outputs":1,"noerr":0,"x":840,"y":520,"wires":[["537fd6a8.eb93a8","3416d337.b9863c"]]},{"id":"903ea1e4.8079a","type":"inject","z":"3627a10e.7a9c8e","name":"","topic":"","payload":"stop","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":"","x":90,"y":700,"wires":[["ee79749d.3ac228","87d8c403.9987e8"]]},{"id":"aef0b95e.ee0df8","type":"function","z":"3627a10e.7a9c8e","name":"Reset Time","func":"msg.reset = true;\nreturn msg;","outputs":1,"noerr":0,"x":651.9999351501465,"y":839.5999803543091,"wires":[["f3b6abe7.137608"]]},{"id":"28b88e2d.c45b22","type":"function","z":"3627a10e.7a9c8e","name":"forceTWO","func":"var time = msg.payload;\nmsg.payload = (Math.floor(time*100)/100).toFixed(2);\nreturn msg;","outputs":1,"noerr":0,"x":1084.0999946594238,"y":796.2000017166138,"wires":[["a4d0fb96.e50e98"]]},{"id":"87d8c403.9987e8","type":"function","z":"3627a10e.7a9c8e","name":"stop","func":"var stop = global.set(\"stop\", 1);\nreturn msg;","outputs":1,"noerr":0,"x":445.09992599487305,"y":740.1999998092651,"wires":[["537fd6a8.eb93a8"]]},{"id":"3416d337.b9863c","type":"function","z":"3627a10e.7a9c8e","name":"","func":"var endTime = global.get('gameTime') ; //In seconds\n\nif(msg.payload >= endTime){\n global.set('stop',1);\n msg.payload = \"stop\";\n return msg;\n}\n","outputs":1,"noerr":0,"x":990,"y":520,"wires":[["ee79749d.3ac228"]]},{"id":"795d9d95.ae48f4","type":"delay","z":"3627a10e.7a9c8e","name":"","pauseType":"delay","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":440,"y":360,"wires":[["ee79749d.3ac228","d969955b.7f5748","ba7384d7.b525a8"]]},{"id":"7c2fc063.4d213","type":"ui_text","z":"3627a10e.7a9c8e","group":"d9d089df.9ddee8","order":1,"width":"8","height":"3","name":"Targets Hit","label":"Targets Hit","format":" {{msg.payload}}","layout":"col-center","x":2290,"y":380,"wires":[]},{"id":"afa8820.06b408","type":"function","z":"3627a10e.7a9c8e","name":"Set Score","func":"var stop = global.get('stop');\nif(stop === 0){ //don't look for input if the game has been stopped!\nvar score = global.get('score'); //how many targets have been hit\nscore = score + 1;\nglobal.set('score',score);\nmsg.payload = score;\nreturn msg;\n}","outputs":1,"noerr":0,"x":1780,"y":280,"wires":[["7c2fc063.4d213"]]},{"id":"5c2cd856.9729a8","type":"change","z":"3627a10e.7a9c8e","name":"Set Zeros","rules":[{"t":"set","p":"payload","pt":"msg","to":"0","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1240,"y":520,"wires":[["7c2fc063.4d213","e4397bc3.cb7ec8"]]},{"id":"95121187.f3c35","type":"function","z":"3627a10e.7a9c8e","name":"","func":"var stop = global.get('stop');\nif(stop === 0){ //don't look for input if the game has been stopped!\nvar shown = global.get('shown'); //how many targets have been hit\nshown = shown + 1;\nglobal.set('shown',shown);\nmsg.payload = shown;\nreturn msg;\n}","outputs":1,"noerr":0,"x":1810,"y":520,"wires":[["e4397bc3.cb7ec8"]]},{"id":"e4397bc3.cb7ec8","type":"ui_text","z":"3627a10e.7a9c8e","group":"d9d089df.9ddee8","order":1,"width":"8","height":"3","name":"Targets Shown","label":"Targets Shown","format":" {{msg.payload}}","layout":"col-center","x":2000,"y":580,"wires":[]},{"id":"d969955b.7f5748","type":"function","z":"3627a10e.7a9c8e","name":"Show Another Target","func":"var stop = global.get('stop');\nif(stop === 0){\nvar gameData = global.get('gameData');\nvar startIp = global.get('startIp');\nvar stopIp = global.get('stopIp');\nvar lastTarget = global.get('lastTarget');\n\nvar avail = [];\nfor (var i = startIp; i <= stopIp; i++) {\n\tif(gameData[i][0] === 1 && i != lastTarget){\n\t\tavail.push(i);\n}\n}\n\nvar random = getRandomInt(0, avail.length-1);\nglobal.set('lastTarget',avail[random]);\nmsg.target = avail[random];\nmsg.topic = \"shooting/activate\"+avail[random];\nmsg.payload = getRandomInt(global.get('minTime'),global.get('maxTime'));\nreturn msg;\n}\n\nfunction getRandomInt(min, max) {\n min = Math.ceil(min);\n max = Math.floor(max);\n return Math.floor(Math.random() * (max - min + 1)) + min;\n}","outputs":1,"noerr":0,"x":1660,"y":900,"wires":[["95121187.f3c35","96f663a9.98daf","aa11cceb.ef1c9"]]},{"id":"9b083f4d.16965","type":"mqtt in","z":"3627a10e.7a9c8e","name":"","topic":"shooting/miss/#","qos":"0","datatype":"auto","broker":"e36485ee.59f3d8","x":1300,"y":320,"wires":[["d969955b.7f5748"]]},{"id":"96f663a9.98daf","type":"mqtt out","z":"3627a10e.7a9c8e","name":"Turn on new target","topic":"","qos":"0","retain":"","broker":"e36485ee.59f3d8","x":1990,"y":640,"wires":[]},{"id":"63088a95.a6d624","type":"exec","z":"3627a10e.7a9c8e","command":"c:\\xampp\\htdocs\\mosquitto\\cmdmp3","addpay":false,"append":"c:\\xampp\\htdocs\\mosquitto\\sounds\\ready.mp3","useSpawn":"true","timer":"","oldrc":false,"name":"","x":810,"y":120,"wires":[[],[],[]]},{"id":"ba7384d7.b525a8","type":"exec","z":"3627a10e.7a9c8e","command":"c:\\xampp\\htdocs\\mosquitto\\cmdmp3","addpay":false,"append":"c:\\xampp\\htdocs\\mosquitto\\sounds\\go.mp3","useSpawn":"false","timer":"","oldrc":false,"name":"","x":810,"y":420,"wires":[[],[],[]]},{"id":"3427f3c8.fbe97c","type":"exec","z":"3627a10e.7a9c8e","command":"c:\\xampp\\htdocs\\mosquitto\\cmdmp3","addpay":true,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"","x":2330,"y":460,"wires":[[],[],[]]},{"id":"76747054.d0178","type":"function","z":"3627a10e.7a9c8e","name":"Play hit sound","func":"var hit = parseInt(msg.payload);\nvar gameData = global.get('gameData');\nvar mp3 = gameData[hit][2];\nmsg.payload = 'c:\\\\xampp\\\\htdocs\\\\mosquitto\\\\sounds\\\\'+mp3;\nreturn msg;","outputs":1,"noerr":0,"x":1930,"y":360,"wires":[["625171e5.a225f","3427f3c8.fbe97c"]]},{"id":"aa11cceb.ef1c9","type":"function","z":"3627a10e.7a9c8e","name":"Play show sound","func":"var grab = msg.target;\nvar gameData = global.get('gameData');\nvar mp3 = gameData[grab][1];\nmsg.payload = 'c:\\\\xampp\\\\htdocs\\\\mosquitto\\\\sounds\\\\'+mp3;\nreturn msg;","outputs":1,"noerr":0,"x":1990,"y":900,"wires":[["5857cc82.f8f404"]]},{"id":"a3aef5a4.0b2b88","type":"delay","z":"3627a10e.7a9c8e","name":"","pauseType":"delay","timeout":"1","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"1","randomUnits":"seconds","drop":false,"x":1600,"y":660,"wires":[["d969955b.7f5748"]]},{"id":"5857cc82.f8f404","type":"exec","z":"3627a10e.7a9c8e","command":"c:\\xampp\\htdocs\\mosquitto\\cmdmp3","addpay":true,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"","x":2370,"y":860,"wires":[[],[],[]]},{"id":"4550176c.537658","type":"mqtt in","z":"3627a10e.7a9c8e","name":"Units Check In","topic":"shooting/pew","qos":"0","datatype":"auto","broker":"e36485ee.59f3d8","x":300,"y":1040,"wires":[["6b5c9a1b.9ad894","9cfb23af.567d"]]},{"id":"6b5c9a1b.9ad894","type":"exec","z":"3627a10e.7a9c8e","command":"c:\\xampp\\htdocs\\mosquitto\\cmdmp3","addpay":false,"append":"c:\\xampp\\htdocs\\mosquitto\\sounds\\laser.mp3","useSpawn":"false","timer":"","oldrc":false,"name":"","x":670,"y":1040,"wires":[[],[],[]]},{"id":"9cfb23af.567d","type":"debug","z":"3627a10e.7a9c8e","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":600,"y":1120,"wires":[]},{"id":"d5ec75c.fdb1488","type":"ui_button","z":"3627a10e.7a9c8e","name":"","group":"d9d089df.9ddee8","order":7,"width":0,"height":0,"passthru":false,"label":"Reset","tooltip":"","color":"","bgcolor":"","icon":"","payload":"reset","payloadType":"str","topic":"","x":110,"y":1020,"wires":[["5d1d3556.07aa1c","aef0b95e.ee0df8","5c2cd856.9729a8"]]},{"id":"e21be815.8f0ea8","type":"ui_button","z":"3627a10e.7a9c8e","name":"","group":"d9d089df.9ddee8","order":7,"width":0,"height":0,"passthru":false,"label":"Stop","tooltip":"","color":"","bgcolor":"","icon":"","payload":"stop","payloadType":"str","topic":"","x":70,"y":580,"wires":[["87d8c403.9987e8","ee79749d.3ac228"]]},{"id":"cc0f4c46.c819d","type":"ui_button","z":"3627a10e.7a9c8e","name":"","group":"d9d089df.9ddee8","order":7,"width":0,"height":0,"passthru":false,"label":"Start","tooltip":"","color":"","bgcolor":"","icon":"","payload":"","payloadType":"date","topic":"","x":90,"y":40,"wires":[["f89d093d.090b08","63088a95.a6d624"]]},{"id":"e36485ee.59f3d8","type":"mqtt-broker","z":"","name":"","broker":"127.0.0.1","port":"1883","tls":"69ba6ca6.b34184","clientid":"","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""},{"id":"d9d089df.9ddee8","type":"ui_group","z":"","name":"Timer","tab":"3ae5cf15.e3feb","order":1,"disp":true,"width":"8","collapse":false},{"id":"69ba6ca6.b34184","type":"tls-config","z":"","name":"","cert":"","key":"","ca":"","certname":"","keyname":"","caname":"","servername":"","verifyservercert":false},{"id":"3ae5cf15.e3feb","type":"ui_tab","z":"","name":"Shooting Gallery","icon":"dashboard","disabled":false,"hidden":false}] ================================================ FILE: laser-shooting-gallery/esp32-TARGET.c ================================================ // NOTE: // GPIO // 6-11 are used in the flash process and shouldn't be used. // 34-39 are input only //Special thanks to these 3 Youtubers who kept me sane when I had several weird issues on this project //Simple Electronics - https://www.youtube.com/channel/UC3yasGCIt1rmKnZ8PukocSw //Gadget Reboot - https://www.youtube.com/channel/UCwiKHTegfDe33K5wnmyULog //Pile of Stuff - https://www.youtube.com/user/pileofstuff #include "WiFi.h" #include //Initial configuration #define DEVICE "cowboy" //This MUST be unique char* mp3 = "cowboy1.mp3|cowboy2.mp3"; //The mp3 when activated then when hit int id = 61; //serves as the final ip address and unique identifier int subnet = 95; //the second to last set of numbers in your ip addresses 192.168.SUBNET.xxx int serverip = 148; //what is the last part of the ip address of your nodered/mqtt server 192.168.SUBNET.SERVERIP const char* ssid = "YOUR_SSID_HERE"; const char* password = "YOUR_WIFI_PASSWORD_HERE"; //IO Variables int powerLed = 25; //green int shootMeLed = 26; //yellow int hitLed = 27; //red int sensor = 14; //laser sensor //State Variables int active = 0; //By default, should not accept input int reading = 0; //Store your sensor readinging char me[10]; //my id to be used in mqtt messages char mp3me[32]; //my mp3 request for setup char avme[32]; //activation request topic //Networking / MQTT Variables that usually don't need to be changed WiFiClient ethClient; PubSubClient client(ethClient); char *cstring; IPAddress arduino_ip ( 192, 168, subnet, id); IPAddress dns_ip ( 8, 8, 8, 8); IPAddress gateway_ip ( 192, 168, subnet, 1); IPAddress subnet_mask(255, 255, 255, 0); IPAddress server(192, 168, subnet, serverip); int request = 0; //GamePlay functions void activate(unsigned long duration){ unsigned long currentMillis = millis(); Serial.println("Looking for input"); //it's not obvious, but this next line will NOT keep looping. Only the stuff in the while loop will. unsigned long stopAt = currentMillis + duration; while(active == 1){ currentMillis = millis(); if (currentMillis <= stopAt) { //tell the world you're active digitalWrite(shootMeLed, HIGH); //read the sensor reading = digitalRead(sensor); if(reading == HIGH){ iveBeenHit(); } }else{ //time is up! deactivate(); client.publish("shooting/miss", "1"); miss(); } } } void deactivate(){ //stop looking for input and go dark digitalWrite(shootMeLed, LOW); active = 0; Serial.println("Deactivating sensor"); } void iveBeenHit(){ deactivate(); client.publish("shooting/hit", me); Serial.println("I have been hit!!!"); } void miss(){ //doing nothing right now } void callback(char* topic, byte* payload, unsigned int length) { for (int i = 0; i < length; i++) { payload[length] = '\0'; cstring = (char *) payload; } request = atof(cstring); Serial.println("msg rec"); if (strstr(topic, "whodere") != NULL) { request = atof(cstring); Serial.println("The request is..."); Serial.println(request); if(request == 1){ //tell the server you're there so you can be added to the target list // sprintf(msg,"%d",id); Serial.println("WhoDere Request Received....responding."); client.publish("shooting/response", mp3me); } } if (strstr(topic, "activate") != NULL) { request = atof(cstring); Serial.println("An activation request has been sent out"); Serial.println("I have been requested to activate for "); unsigned long dur = request; Serial.print(dur); Serial.println(" milliseconds"); active = 1; activate(dur); } } void reconnect() { // Loop until we're reconnected while (!client.connected()) { Serial.print("Attempting MQTT connection..."); // Attempt to connect if (client.connect(DEVICE)) { Serial.println("connected"); // ... and resubscribe client.subscribe("shooting/whodere/#"); client.subscribe(avme); // client.subscribe(subscription.c_str()); // client.subscribe(reset.c_str()); } else { Serial.print("failed, rc="); Serial.print(client.state()); Serial.println(" try again in 20 seconds"); // Wait 20 seconds before retrying delay(20000); } } } void setup() { sprintf(me,"%d",id); sprintf(avme,"shooting/activate%d/#",id); sprintf(mp3me,"%d|%s",id,mp3); Serial.begin(57600); Serial.print("My id is "); Serial.println(id); Serial.print("My activation topic is "); Serial.println(avme); //establish mqtt connections client.setServer(server, 1883); client.setCallback(callback); Serial.print("Connecting to "); Serial.println(ssid); WiFi.config(arduino_ip, gateway_ip, subnet_mask); WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); } Serial.println(""); Serial.println("WiFi connected"); Serial.println("IP address: "); Serial.println(WiFi.localIP()); // Allow the hardware to sort itself out pinMode(powerLed,OUTPUT); pinMode(shootMeLed,OUTPUT); pinMode(hitLed,OUTPUT); pinMode(sensor,INPUT); delay(1500); } void loop() { if (!client.connected()) { reconnect(); } client.loop(); digitalWrite(powerLed,HIGH); } ================================================ FILE: laser-shooting-gallery/esp8266-laser.c ================================================ /* Do whatever you want with this, but BE CAREFUL. I'm not responsible. You'll shoot someone's eye out. This is built on a Wemos D1 Mini Since the Wemos output pins are 3v, I'm using a transistor to switch the 5v on the board on/off to fire the laser Nearly any NPN Transistor would work, but I'm using a 2n222 When you're looking at the "flat" face of the transistor... Left(1) - Emittor Center(2) - Base Right(3) - Collector The wiring goes like this... 1. 5v pin on the wemos to the +(S) side of the laser 2. - Side of the laser to the Collector (right) side of the transistor. 3. Both one wire of the trigger AND the Emittor (left) side of the trasnistor go to Wemos Ground 4. The Base (center) of the transistor goes to pin D2 (AKA GPIO 4) on the Wemos 5. Pin D1 (AKA GPIO 5) goes to the other side of the pushbutton */ #include #include #define DEVICE "PewPew" //This MUST be unique int laser = 4; //pin d2 int button = 5; //pin d1 int fired = 0; //Debounce and force people to take their finger off the button to fire again int reading = 0; //reading the button int mode = 0; //for future use int rateLimit = 750; //how often can you send a pew pew sound request int fireDuration = 100; //how long to activate the laser (in milliseconds) unsigned long currentMillis = millis(); unsigned long rateLimitOver = 0; //When am I allowed to send another MQTT message requesting a pew unsigned long canFireAgain = 0; //When am I allowed to send another laser burst int id = 59; //serves as the final ip address and unique identifier int subnet = 95; //the second to last set of numbers in your ip addresses 192.168.SUBNET.xxx int serverip = 148; //what is the last part of the ip address of your nodered/mqtt server 192.168.SUBNET.SERVERIP const char* ssid = "YOUR_SSID_HERE"; const char* password = "YOUR_WIFI_PASSWORD_HERE"; //Networking / MQTT Variables that usually don't need to be changed WiFiClient ethClient; PubSubClient client(ethClient); char *cstring; IPAddress arduino_ip ( 192, 168, subnet, id); IPAddress dns_ip ( 8, 8, 8, 8); IPAddress gateway_ip ( 192, 168, subnet, 1); IPAddress subnet_mask(255, 255, 255, 0); IPAddress server(192, 168, subnet, serverip); int request = 0; void reconnect() { // Loop until we're reconnected while (!client.connected()) { Serial.print("Attempting MQTT connection..."); // Attempt to connect if (client.connect(DEVICE)) { Serial.println("connected"); // Once connected, publish an announcement... client.publish("shooting/lasercheck", DEVICE); // ... and resubscribe // client.subscribe("relays/#"); } else { Serial.print("failed, rc="); Serial.print(client.state()); Serial.println(" try again in 20 seconds"); // Wait 20 seconds before retrying delay(20000); } } } void setup() { Serial.begin(57600); pinMode(laser, OUTPUT); pinMode(button, INPUT_PULLUP); client.setServer(server, 1883); Serial.print("Connecting to "); Serial.println(ssid); WiFi.config(arduino_ip, gateway_ip, subnet_mask); WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); } Serial.println(""); Serial.println("WiFi connected"); Serial.println("IP address: "); Serial.println(WiFi.localIP()); Serial.println("Booted"); delay(1500); } void loop() { if (!client.connected()) { reconnect(); } client.loop(); currentMillis = millis(); //get the current time of this loop reading = digitalRead(button); //find the state of the button if(currentMillis >= canFireAgain){ //check and see if you should turn the laser off and allow refire digitalWrite(laser, LOW); if(fired == 0){ //Only if the trigger has been released if(reading == LOW){ Serial.println("firing"); digitalWrite(laser, HIGH); canFireAgain = currentMillis + fireDuration; if(currentMillis > rateLimitOver){ client.publish("shooting/pew", "1"); rateLimitOver = currentMillis + rateLimit; } fired = 1; } } } if(fired == 1){ reading = digitalRead(button); if(reading == HIGH){ Serial.println("resetting"); fired = 0; } } } ================================================ FILE: lazy_kicad/_old_versions/v1.0/index.php ================================================ $num) { $label = $prefix . $num; // Each label in a set is spaced vertically starting at $baseY. $y = $baseY + ($index * $spacing); $output .= "\t(global_label \"$label\"\n"; $output .= "\t\t(shape input)\n"; $output .= "\t\t(at $globalX " . number_format($y, 2, '.', '') . " 180)\n"; $output .= "\t\t(fields_autoplaced yes)\n"; $output .= "\t\t(effects (font (size 1.27 1.27)) (justify right))\n"; $output .= "\t\t(uuid \"" . generate_uuid() . "\")\n"; $output .= "\t)\n"; } // Move the starting X coordinate for the next card to the right. $globalX += $cardGap; } $output .= "\t(sheet_instances\n"; $output .= "\t\t(path \"/\"\n"; $output .= "\t\t\t(page \"1\")\n"; $output .= "\t\t)\n"; $output .= "\t)\n"; $output .= ")\n"; $filenameDescriptor = implode("__", $filenameParts); $filename = "{$filenameDescriptor}." . microtime(true) . ".kicad_sch"; $generated_text = htmlspecialchars($output); } else { $generated_text = ""; $filename = ""; } ?> KiCad Lazy Label Generator by AnotherMaker

KiCad Lazy Label Generator by AnotherMaker

Enter your parameters for your net labels. You may create multiple sets in one schematic file. When you are ready, click generate. Download the schematic. Open it in kicad. Select your labels, copy, and past them into your real schematic. The whole process takes less than a minute.

If you appreciate my work, feel free to donate over at https://userspice.com/donate.

Label Set
Label Set

Generated Output

Download .kicad_sch File
================================================ FILE: lazy_kicad/index.php ================================================ KiCad Schematic Generator

KiCad Schematic Generator v1.1

The goal of this project is to do more than just labels. You can do that but just hitting the insert key. The goal is to make it quick and easy to programmatically create connected symbols, (custom) footprints and connected labels. More to come, but I did a little update for v1.1 that gives you more options and allows you to paste your creations (when compatible) directly into kicad without downloading files.

If you appreciate my work, feel free to donate over at https://userspice.com/donate. Developers should note that as of v1.1 you can add files in the logic and card folders to extend the project. Click here to use the old version

Select and configure your settings below.

================================================ FILE: lazy_kicad/kicad_cards/netlabels_card.php ================================================
Net Labels
================================================ FILE: lazy_kicad/kicad_functions/core_functions.php ================================================ 'Create Net Labels', 'pinheader' => 'Create Pin Headers' ]; foreach ($files as $file) { $basename = basename($file); // Remove the suffix _card.php to get card key $cardKey = str_replace('_card.php', '', $basename); if (isset($friendlyLabels[$cardKey])) { $cards[$cardKey] = $friendlyLabels[$cardKey]; } else { // Default label if none is predefined $cards[$cardKey] = 'Create ' . ucwords(str_replace('_', ' ', $cardKey)); } } return $cards; } /** * Load the card logic file for a given card type. */ function loadCardLogic($cardType) { $logicFile = "kicad_logic/{$cardType}_logic.php"; if (file_exists($logicFile)) { require_once $logicFile; return true; } return false; } function generate_net_label($label, $x, $y, $style = 'global') { // Generate a UUID for the label. $uuid = generate_uuid(); switch ($style) { case 'local': // Example for a local label: $output = "(label \"$label\" (at $x $y 0) (fields_autoplaced yes)\n"; $output .= " (effects (font (size 1.27 1.27)) (justify left bottom))\n"; $output .= " (uuid \"$uuid\")\n"; $output .= ")\n"; break; case 'hierarchical': $output = "(hierarchical_label \"$label\" (shape input) (at $x $y 0) (fields_autoplaced yes)\n"; $output .= " (effects (font (size 1.27 1.27)) (justify left))\n"; $output .= " (uuid \"$uuid\")\n"; $output .= " (property \"Intersheetrefs\" \"\${INTERSHEET_REFS}\" (at " . ($x + 8) . " $y 0) (effects (font (size 1.27 1.27)) (justify left) (hide yes)))\n"; $output .= ")\n"; break; default: // Default (global) label style: $output = "(global_label \"$label\" (shape input) (at $x $y 0) (fields_autoplaced yes)\n"; $output .= " (effects (font (size 1.27 1.27)) (justify left))\n"; $output .= " (uuid \"$uuid\")\n"; // Add Intersheetrefs property for global labels: $output .= " (property \"Intersheetrefs\" \"\${INTERSHEET_REFS}\" (at " . ($x + 8) . " $y 0) (effects (font (size 1.27 1.27)) (justify left) (hide yes)))\n"; $output .= ")\n"; break; } return $output; } function reorderCounterclockwise(array $leftPins, array $rightPins) : array { $newLeftPins = []; $newRightPins = []; // Combine them in an alternating sequence $iL = 0; $iR = 0; $max = max(count($leftPins), count($rightPins)); $newPinNum = 1; for ($i = 0; $i < $max; $i++) { if ($iL < count($leftPins)) { $newLeftPins[] = $newPinNum++; $iL++; } if ($iR < count($rightPins)) { $newRightPins[] = $newPinNum++; $iR++; } } // Now $newLeftPins and $newRightPins hold the new numbering in a “zig-zag” style. return [$newLeftPins, $newRightPins]; } function dump($var) { echo '
';
    var_dump($var);
    echo '
'; } function dnd($var) { dump($var); die(); } ================================================ FILE: lazy_kicad/kicad_logic/netlabels_logic.php ================================================ $n) { $label = $prefix . $n; $y = $baseY + ($idx * $spacing); $others .= generate_net_label($label, $netlabelsX, $y, $label_style); } $netlabelsX += $cardGap; return [ 'library_symbols' => '', 'instances' => '', 'others' => $others, 'can_direct_copy' => $canDirectCopy ]; } ================================================ FILE: lazy_kicad/process.php ================================================ 'Invalid request method.']); exit; } if (!isset($_POST['cards']) || !is_array($_POST['cards'])) { echo json_encode(['error' => 'No card data received.']); exit; } $libSymbolsAll = ""; $instancesAll = ""; $othersAll = ""; $allCanCopy = true; foreach ($_POST['cards'] as $card) { $type = $card['type']; $logicFile = __DIR__ . "/kicad_logic/{$type}_logic.php"; if (file_exists($logicFile)) { include_once $logicFile; $func = "generate_{$type}_logic"; if (function_exists($func)) { $res = call_user_func($func, $card); $libSymbolsAll .= $res['library_symbols'] ?? ""; $instancesAll .= $res['instances'] ?? ""; $othersAll .= $res['others'] ?? ""; if (isset($res['can_direct_copy']) && !$res['can_direct_copy']) { $allCanCopy = false; } } } } $fullOutput = "(kicad_sch\n"; $fullOutput .= "\t(version 20231120)\n"; $fullOutput .= "\t(generator \"card-generator\")\n"; $fullOutput .= "\t(uuid \"" . generate_uuid() . "\")\n"; $fullOutput .= "\t(paper \"A4\")\n\n"; $fullOutput .= "\t(lib_symbols\n"; $fullOutput .= $libSymbolsAll . "\n"; $fullOutput .= "\t)\n\n"; $fullOutput .= $instancesAll . "\n"; $fullOutput .= $othersAll . "\n"; $fullOutput .= "\t(sheet_instances\n"; $fullOutput .= "\t\t(path \"/\"\n\t\t\t(page \"1\")\n\t\t)\n"; $fullOutput .= "\t)\n"; $fullOutput .= ")\n"; $filename = "generated_" . microtime(true) . ".kicad_sch"; $dynamicSnippet = $libSymbolsAll . "\n" . $instancesAll . "\n" . $othersAll; echo json_encode([ 'fullOutput' => $fullOutput, 'dynamicOutput' => $dynamicSnippet, 'filename' => $filename, 'allCanCopy' => $allCanCopy ]); ================================================ FILE: mini-notebook/555-timer-circuits/Mims 555 BOM-ALSO SEE -README.csv ================================================ ,555 DIP - 8,2P Terminal Block,Male Pinheader,Tactile Switch,LED,Jumpers,1M Pot,100k Pot,10k Pot,8 ohm speaker,Buzzer PCB #1,4,8,18 Pins,1,3,8,1,0,0,, PCB #2,4,6,26 Pins,1,0,8,1,2,1,, ================================================ FILE: mini-notebook/555-timer-circuits/_readme_first.txt ================================================ IMPORTANT BOM NOTES This kit is about experimentation. Therefore resistors, capacitors and other components will be swapped out. As such, in addition to the listed components, if you do not have them, you will want an assortment of these components Screw Terminal Block https://amzn.to/462wUGT 555 DIP - 8 https://amzn.to/4cRe47E Male Pinheaders https://amzn.to/4bPmig1 6mm Tactile Switches https://amzn.to/3RZqaDN 5mm LEDs https://amzn.to/3VT3Flk 2.54mm Jumpers https://amzn.to/3WfDwi1 Resistor Assortment https://amzn.to/3XRptAg Ceramic Capacitor Assortment https://amzn.to/3LzugiF Electrolytic Capacitor Assortment https://amzn.to/4bB3SiX Transistor Assortment https://amzn.to/3zJ0xRi Potentiometers Assortment https://amzn.to/3XT4H3m An archive copy of the book can be found at https://archive.org/details/Forrest_Mims-engineers_mini-notebook_555_timer_circuits_radio_shack_electronics PCB #1 Includes Basic Monostable Circuit Basic Astable Circuit Frequency Divider Touch-Activated Switch (Missing labels for TS-C1 .01 103, TS-R1 100k, and overlapping touch label. Gnd Jumper label cut off, Missing Polarity on Touch Terminal) PCB #2 Includes Pulse Generator Voltage-Controlled Oscillator Bouncefree Switch Frequency Meter PCB #3 Includes Event Failure Alarm Audio Oscillator / Metronome Toy Organ LED Flasher PCB #3 v1.1 changes Toy Organ - (Fixed in rev 1.1 - Pin 2 needs to connect to the far side of R2, Pot is 100k) Event Failure Alarm - (Fixed in rev 1.1 EF-C1 is actually C2 in the book and should be .01uf or 103) Ideal C1 223 (0.022 µF) - C4, 262 Hz C2 203 (0.020 µF) - D4, 294 Hz C3 183 (0.018 µF) - E4, 330 Hz C4 163 (0.016 µF) - F4, 349 Hz C5 153 (0.015 µF) - G4, 392 Hz C6 133 (0.013 µF) - A4, 440 Hz C7 123 (0.012 µF) - B4, 494 Hz C9 113 (0.011 µF) - C5, 523 Hz Used C9 682 (0.068 µF) C7 103 (0.01 µF) C6 153 (0.015 µF) C5 223 (0.022 µF) C4 333 (0.033 µF) C3 473 (0.047 µF) C2 683 (0.068 µF) C1 104 (0.1 µF) PCB #4 Includes Chirp Generator Stepped Tone Generator 3 State Tone Generator Cascaded Timer Intervalometer PCB #5 Includes Timer Plus Relay Missing Pulse Detector Tone Burst Generator Light / Dark Detector PCB #6 Includes Analog Lightwave Transmitter Infrared Security Alarm Gated Oscillator Tone Burst Generator PCB #7 Includes DC - DC Converter Power FET Lamp Dimmer Analog Lightwave Receiver Sound Effects Generator ================================================ FILE: mission_control/button_grid/arduino_code/01_button_test.ino ================================================ //Button Grid Button Test by AnotherMaker //youtube.com/AnotherMaker //AnotherMaker.com //This is for an Arduino mega, but obviously you can change your pin numbers for other boards void setup() { for (int i = 3; i < 54; i++) { pinMode(i,INPUT_PULLUP); } Serial.begin(9600); Serial.println("Beginning Button Test"); Serial.println("Press a button and look for a message."); } void loop(){ for (int i = 3; i < 54; i++) { if(digitalRead(i) == LOW){ Serial.print(i); Serial.println(" pressed!"); delay(300); } } } ================================================ FILE: mission_control/button_grid/arduino_code/02_grid_no_ethernet.ino ================================================ //Button Grid No Ethernet by AnotherMaker //youtube.com/AnotherMaker //AnotherMaker.com //This is for an Arduino mega, but obviously you can change your pin numbers for other boards //I'm using an ethernet shield and a server for my project, but I'll show you how to make //a cool secret button grid just using the arduino itself. // //Of course, it's up to you to figure out what you want the arduino to do once the code is entered. String secret; const int secret_button = 32; //this is the "key" for entering secret codes int listening = false; int position = 0; void setup() { for (int i = 3; i < 54; i++) { pinMode(i,INPUT_PULLUP); } Serial.begin(9600); } void loop(){ for (int i = 3; i < 54; i++) { if(digitalRead(i) == LOW){ Serial.print(i); Serial.println(" pressed!"); //if you want certain buttons to do something, you can do an if/switch statement here such as if(i == secret_button){ //32 Serial.println("That was the secret button!"); }else if(i == secret_button + 1 || i == secret_button -1){ Serial.println("That was close to the secret button"); }else{ Serial.println("That wasn't even close."); } //let's develop a simple code //if you hit the secret button, it's going to start storing next 4 buttons after it. //if those buttons match a pattern, then we're going to do something special. if(listening){ secret = secret + i; position++; //once four buttons have been pressed after the secret button, then send it //to the "checkSecret" function below. //normally you would program that function to do something fun. //I'm just going to Serial.print something if(position >= 4){ checkSecret(secret); position = 0; listening = false; } } //if the secret button is pressed, it's going to start appending the button numbers //to the "secret" variable. Once four have been pressed, we'll check to see if that's a special //code if(i == secret_button){ Serial.println("Listening to the next 4 button presses"); listening = true; secret = ""; //clear the secret position = 0; //reset the position } delay(250); //slight debounce } } } bool checkSecret(String secret){ //This function checks that string and sees if it's anything special. If it is, it does something //you can also add a final else statement to do something as a default. Serial.println("Checking Secret"); Serial.print("I was given "); Serial.println(secret); if(secret == "22232425"){ Serial.println("Party on! Buttons 22 through 25 pressed!"); }else if(secret == "46474849"){ Serial.println("Last 4 buttons pressed. That's "); Serial.println("(wait for it)"); delay(1500); //probably don't want this delay Serial.println("ImPRESSive"); }else{ Serial.println("Wah wah. Wrong password."); } } ================================================ FILE: mission_control/button_grid/arduino_code/03_grid_with_ethernet.ino ================================================ //Button Grid With Ethernet by AnotherMaker //youtube.com/AnotherMaker //AnotherMaker.com //This is for an Arduino mega, but obviously you can change your pin numbers for other boards //Rather than constantly reprogramming the Arduino to add new features, I'm going to have the //Ethernet shield hit a simple API on my computer that can play sound effects and process the //secret. If you don't have a shield or don't want to do it this way, please use example 02. #include #include //In this simple example, I have a server running xampp at 192.168.1.9 //There is a folder called /missioncontrol/api in my htdocs folder //with an api file called index.php //Note: In the server file there is a decently documented index.php with some sample sound files. //It has instructions for win/mac/linux // Here's a video demo of the mp3 player https://www.youtube.com/watch?v=PJ2Ag5xLjIU const char* server = "192.168.1.9"; const int port = 80; // const char* api = "GET /missioncontrol/api HTTP/1.0"; String api = "GET /missioncontrol/api/"; String api_http = "HTTP/1.0"; String query = ""; String secret; EthernetClient client; const int secret_button = 32; //this is the "key" for entering secret codes int listening = false; int position = 0; void setup() { for (int i = 19; i < 50; i++) { pinMode(i,INPUT_PULLUP); } Serial.begin(9600); // Initialize Ethernet library byte mac[] = {0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED}; if (!Ethernet.begin(mac)) { Serial.println(F("Failed to configure Ethernet")); return; } delay(1500); } void loop(){ for (int i = 19; i < 50; i++) { if(digitalRead(i) == LOW){ Serial.print(i); Serial.println(" pressed!"); //if you want certain buttons to do something, you can do an if/switch statement here such as if(i == secret_button){ //32 Serial.println("That was the secret button!"); }else if(i == secret_button + 1 || i == secret_button -1){ Serial.println("That was close to the secret button"); }else{ Serial.println("That wasn't even close."); } //let's develop a simple code //if you hit the secret button, it's going to start storing next 4 buttons after it. //if those buttons match a pattern, then we're going to do something special. if(listening){ secret = secret + i; position++; //once four buttons have been pressed after the secret button, then send it //to the "checkSecret" function below. //normally you would program that function to do something fun. //I'm just going to Serial.print something if(position >= 4){ checkSecret(secret); position = 0; listening = false; } } //if the secret button is pressed, it's going to start appending the button numbers //to the "secret" variable. Once four have been pressed, we'll check to see if that's a special //code if(i == secret_button){ Serial.println("Listening to the next 4 button presses"); listening = true; secret = ""; //clear the secret position = 0; //reset the position } delay(250); //slight debounce } } } bool checkSecret(String secret){ if (!client.connect(server, port)) { Serial.println(F("Connection failed")); return; } Serial.println(F("Connected!")); // Send HTTP request by building out the url the easy way. query = api + "?secret="; query = query + secret; query = query + api_http; Serial.println(query); client.println(query); client.println(F("Host: DoesNotMatter.org")); client.println(F("Connection: close")); if (client.println() == 0) { Serial.println(F("Failed to send request")); return; } // Check HTTP status char status[32] = {0}; client.readBytesUntil('\r', status, sizeof(status)); if (strcmp(status, "HTTP/1.1 200 OK") != 0) { Serial.print(F("Unexpected response: ")); Serial.println(status); return; }else{ Serial.print(F("Success. Response: ")); Serial.println(status); } // Skip HTTP headers char endOfHeaders[] = "\r\n\r\n"; if (!client.find(endOfHeaders)) { Serial.println(F("Invalid response")); return; } // Disconnect client.stop(); } ================================================ FILE: mission_control/button_grid/laser_files/button grid.lbrn2 ================================================ 0.999974 0 0 1.00135 301.465 105.205 1 0 0 1 0 0 1 0 0 1 0 0 V-15.531052 6.6500015c0x-15.53035c0y10.185913c1x-15.531067c1y3.1153793V-9.1310577 13.049999c0x-5.5964355c0y13.049995c1x-12.664383c1y13.050709V-2.7310638 6.6499977c0x-2.7303467c0y3.1166725c1x-2.7310638c1y10.184616V-9.1310577 0.24999619c0x-12.66568c0y0.25c1x-5.5951385c1y0.25071716 B0 1B1 2B2 3B3 0 1 0 0 1 0 0 1 0 0 1 0 0 V-3.2517395 17.459259c0x-3.2517395c0y17.629791c1x1V-3.1613464 17.934685c0x-3.1027374c0y18.079376c1x-3.2216034c1y17.788269V-2.9132996 18.31192c0x-2.7806549c0y18.444557c1x-3.0200653c1y18.205124V-2.4430389 18.611641c0x-2.2621765c0y18.677101c1x-2.6239014c1y18.544464V-1.7583313 18.709831c0x1c1x-2.0339355c1y18.709831V-1.2467346 18.709831c0x1c1x1V-1.2467346 20.143852c0x1c1x1V-0.73513794 20.143852c0x1c1x1V-0.73513794 16.296539c0x1c1x1V-1.779007 16.296539c0x-2.0098267c0y16.296539c1x1V-2.3655396 16.355972c0x-2.5257416c0y16.393867c1x-2.2053375c1y16.316353V-2.7918701 16.536842c0x-2.9382782c0y16.635025c1x-2.6678467c1y16.454155V-3.1303558 16.903748c0x-3.211319c0y17.050163c1x-3.0511169c1y16.757332V-3.2518005 17.459267c0x1c1x-3.2518005c1y17.235336 B0 1B1 2B2 3B3 4L4 5L5 6L6 7L7 8L8 9B9 10B10 11B11 12B12 13L13 0 1 0 0 1 0 0 V-2.7194672 17.472176c0x-2.7194672c0y17.339539c1x1V-2.6496735 17.125946c0x-2.6031494c0y17.027763c1x-2.6961975c1y17.224129V-2.4377899 16.885651c0x-2.3551025c0y16.832253c1x-2.5325165c1y16.947662V-2.1535645 16.771965c0x-2.0484924c0y16.747849c1x-2.2603607c1y16.794357V-1.753067 16.735794c0x1c1x-1.9149933c1y16.735794V-1.2466431 16.735794c0x1c1x1V-1.2466431 18.27317c0x1c1x1V-1.6781464 18.27317c0x-1.8848572c0y18.27317c1x1V-2.1819916 18.21891c0x-2.3111877c0y18.181015c1x-2.0527954c1y18.255081V-2.4972229 18.040627c0x-2.578186c0y17.957947c1x-2.4162598c1y18.12159V-2.6677551 17.779663c0x-2.7022247c0y17.68837c1x-2.635025c1y17.870956V-2.7194519 17.472191c0x1c1x-2.7194519c1y17.585876 B0 1B1 2B2 3B3 4L4 5L5 6L6 7B7 8B8 9B9 10B10 11L11 0 1 0 0 1 0 0 V-4.3782806 20.143852c0x1c1x1V-3.8925323 20.143852c0x1c1x1V-3.8925323 16.123425c0x1c1x1V-4.3782806 16.123425c0x1c1x1 LineClosed 1 0 0 1 0 0 V-7.7321014 20.143852c0x1c1x1V-7.2463379 20.143852c0x1c1x1V-7.2463379 19.823456c0x-7.0826874c0y19.952644c1x1V-6.7760773 20.120598c0x-6.6262207c0y20.189499c1x-6.9259338c1y20.051697V-6.2799835 20.223953c0x-5.9768219c0y20.223953c1x-6.4608459c1y20.223953V-5.5720062 19.947487c0x-5.4031982c0y19.761452c1x-5.7408295c1y20.131798V-5.3188019 19.130997c0x1c1x-5.3188019c1y19.489288V-5.3188019 17.257721c0x1c1x1V-5.8045502 17.257721c0x1c1x1V-5.8045502 18.901031c0x-5.8045502c0y19.047447c1x1V-5.8252563 19.278267c0x-5.8390656c0y19.381622c1x-5.8114471c1y19.173195V-5.9131622 19.544403c0x-5.9596863c0y19.620193c1x-5.8683624c1y19.470329V-6.0940247 19.70977c0x-6.1681061c0y19.744225c1x-6.0199738c1y19.675316V-6.4170074 19.761452c0x-6.5427551c0y19.761452c1x-6.2757568c1y19.761452V-6.8278351 19.663261c0x-6.9776917c0y19.597801c1x-6.6796875c1y19.728722V-7.2464142 19.412628c0x1c1x-7.117218c1y19.514259V-7.2464142 17.257721c0x1c1x1V-7.7321777 17.257721c0x1c1x1 L0 1L1 2B2 3B3 4B4 5B5 6L6 7L7 8L8 9B9 10B10 11B11 12B12 13B13 14B14 15L15 16L16 17L17 0 1 0 0 1 0 0 V-11.101395 20.143852c0x1c1x1V-10.615631 20.143852c0x1c1x1V-10.615631 18.500542c0x-10.615631c0y18.367905c1x1V-10.592331 18.128471c0x-10.576797c0y18.011337c1x-10.607864c1y18.243881V-10.507034 17.854584c0x-10.463959c0y17.782234c1x-10.54837c1y17.920044V-10.320999 17.694389c0x-10.240036c0y17.658218c1x-10.401947c1y17.728836V-10.005768 17.640129c0x-9.8731384c0y17.640129c1x-10.134964c1y17.640129V-9.5897827 17.738319c0x-9.4450836c0y17.80378c1x-9.7344818c1y17.672859V-9.1737823 17.988953c0x1c1x-9.3064117c1y17.887321V-9.1737823 20.14386c0x1c1x1V-8.6880188 20.14386c0x1c1x1V-8.6880188 17.257729c0x1c1x1V-9.1737823 17.257729c0x1c1x1V-9.1737823 17.578125c0x-9.3253784c0y17.452377c1x1V-9.644043 17.283569c0x-9.805954c0y17.212944c1x-9.482132c1y17.354195V-10.142715 17.177635c0x-10.454498c0y17.177635c1x-9.9721832c1y17.177635V-10.85585 17.459274c0x-11.019485c0y17.647034c1x-10.692215c1y17.271515V-11.101303 18.270592c0x1c1x-11.101303c1y17.917473 L0 1L1 2B2 3B3 4B4 5B5 6B6 7B7 8L8 9L9 10L10 11L11 12L12 13B13 14B14 15B15 16B16 17L17 0 1 0 0 1 0 0 V-14.377686 19.815704c0x-14.377686c0y20.304909c1x1V-14.044373 20.893158c0x-13.822159c0y21.122261c1x-14.266586c1y20.664055V-13.018585 21.236809c0x-12.86528c0y21.236809c1x-13.48024c1y21.236809V-12.569 21.203217c0x-12.424301c0y21.182541c1x-12.715408c1y21.225609V-12.140091 21.112785c0x1c1x-12.281342c1y21.152397V-12.140091 20.616692c0x1c1x1V-12.165894 20.616692c0x-12.245132c0y20.647697c1x1V-12.543137 20.730377c0x-12.715393c0y20.776886c1x-12.37088c1y20.685593V-13.059891 20.80014c0x-13.22525c0y20.80014c1x-12.887634c1y20.80014V-13.470718 20.740707c0x-13.579239c0y20.701088c1x-13.362198c1y20.780327V-13.723923 20.57534c0x-13.78418c0y20.508163c1x-13.663635c1y20.645966V-13.853119 20.332458c0x-13.878983c0y20.237717c1x-13.827255c1y20.4272V-13.891922 20.014648c0x1c1x-13.891922c1y20.131783V-13.891922 19.751099c0x-13.745514c0y19.868233c1x1V-13.470764 20.014648c0x-13.33812c0y20.071495c1x-13.605118c1y19.956078V-12.961746 20.099922c0x-12.617249c0y20.099922c1x-13.168457c1y20.099922V-12.140091 19.727852c0x-11.938553c0y19.478081c1x-12.343353c1y19.975899V-11.837784 18.673653c0x-11.837784c0y18.425606c1x-11.837784c1y19.126678V-11.941132 18.032867c0x-12.011765c0y17.851997c1x-11.872238c1y18.212013V-12.227936 17.565193c0x-12.339905c0y17.442894c1x-12.107361c1y17.696106V-12.636169 17.280975c0x-12.796371c0y17.212074c1x-12.475983c1y17.348152V-13.114182 17.17762c0x-13.281265c0y17.17762c1x-12.955704c1y17.17762V-13.532761 17.229301c0x-13.646454c0y17.262024c1x-13.420792c1y17.194847V-13.891907 17.381744c0x1c1x-13.766159c1y17.312843V-13.922913 17.257721c0x1c1x1V-14.377655 17.257721c0x1c1x1 B0 1B1 2B2 3B3 4L4 5L5 6B6 7B7 8B8 9B9 10B10 11B11 12L12 13B13 14B14 15B15 16B16 17B17 18B18 19B19 20B20 21B21 22B22 23L23 24L24 25L25 0 1 0 0 1 0 0 V-13.891922 19.350616c0x1c1x1V-13.891922 17.777069c0x-13.762726c0y17.718498c1x1V-13.530197 17.653046c0x-13.419952c0y17.627205c1x-13.642151c1y17.677162V-13.199463 17.614288c0x-12.932465c0y17.614288c1x-13.309708c1y17.614288V-12.569 17.883003c0x-12.415695c0y18.062149c1x-12.722305c1y17.703857V-12.339035 18.663315c0x-12.339035c0y18.987152c1x-12.339035c1y18.32225V-12.509583 19.399704c0x-12.623276c0y19.566795c1x-12.395889c1y19.232613V-13.075439 19.650337c0x-13.21669c0y19.650337c1x-12.81189c1y19.650337V-13.499191 19.570236c0x-13.642166c0y19.515114c1x-13.357941c1y19.623634V-13.891937 19.350609c0x1c1x-13.773087c1y19.44191 L0 1B1 2B2 3B3 4B4 5B5 6B6 7B7 8B8 9L9 0 1 0 0 1 0 0 V-17.749573 18.751175c0x1c1x1V-15.623077 18.751175c0x-15.623077c0y18.928596c1x1V-15.703171 19.216263c0x-15.756561c0y19.347176c1x-15.64978c1y19.083626V-15.922806 19.539238c0x-16.012375c0y19.621918c1x-15.829773c1y19.454834V-16.240616 19.725273c0x-16.364639c0y19.766617c1x-16.118317c1y19.683929V-16.648849 19.787285c0x-16.845215c0y19.787285c1x-16.500717c1y19.787285V-17.240555 19.671013c0x-17.440369c0y19.591774c1x-17.04245c1y19.748528V-17.666885 19.438469c0x1c1x-17.582474c1y19.514259V-17.692688 19.438469c0x1c1x1V-17.692688 19.968155c0x-17.529053c0y20.037056c1x1V-17.191422 20.141273c0x-17.020889c0y20.187782c1x-17.361969c1y20.094765V-16.653992 20.211037c0x-16.175125c0y20.211037c1x-16.841751c1y20.211037V-15.532608 19.823463c0x-15.263885c0y19.563354c1x-15.801331c1y20.081848V-15.129532 18.717583c0x-15.129532c0y18.245605c1x-15.129532c1y19.194733V-15.514526 17.59362c0x-15.772903c0y17.316292c1x-15.257858c1y17.870949V-16.532562 17.177628c0x-16.92186c0y17.177628c1x-16.112259c1y17.177628V-17.431732 17.518692c0x-17.6436c0y17.746071c1x-17.221573c1y17.291313V-17.749542 18.487625c0x1c1x-17.749542c1y18.069046 L0 1B1 2B2 3B3 4B4 5B5 6B6 7L7 8L8 9B9 10B10 11B11 12B12 13B13 14B14 15B15 16B16 17L17 0 1 0 0 1 0 0 V-17.276733 18.379105c0x-17.274734c0y18.124168c1x1V-17.082947 17.787407c0x-16.957199c0y17.647881c1x-17.210129c1y17.926933V-16.50676 17.578117c0x-16.246643c0y17.578117c1x-16.765137c1y17.578117V-15.884064 17.808075c0x-15.730759c0y17.96138c1x-16.039078c1y17.65477V-15.623093 18.379097c0x1c1x-15.643768c1y18.151718 B0 1B1 2B2 3B3 4L4 0 1 0 0 1 0 0 V-5.3510895 23.365883c0x1c1x1V-3.9765015 23.365883c0x1c1x1V-3.9765015 26.758446c0x1c1x1V-3.4649048 26.758446c0x1c1x1V-3.4649048 23.365883c0x1c1x1V-2.0903168 23.365883c0x1c1x1V-2.0903168 22.911133c0x1c1x1V-5.3510895 22.911133c0x1c1x1 LineClosed 1 0 0 1 0 0 V-7.720459 25.316666c0x-7.720459c0y25.786919c1x-7.720459c1y24.846413V-7.3587189 26.43029c0x-7.117569c0y26.702454c1x-7.599884c1y26.158127V-6.3897858 26.838531c0x-5.9815369c0y26.838531c1x-6.7945862c1y26.838531V-5.4156799 26.43029c0x-5.1762543c0y26.158127c1x-5.6568451c1y26.702454V-5.0565338 25.316666c0x-5.0565338c0y24.846413c1x-5.0565338c1y25.786919V-5.4156799 24.203041c0x-5.6568298c0y23.929153c1x-5.1762543c1y24.475204V-6.3897858 23.792213c0x-6.7945862c0y23.792213c1x-5.9815369c1y23.792213V-7.3587189 24.203041c0x-7.599884c0y24.475204c1x-7.1175537c1y23.929153 B0 1B1 2B2 3B3 4B4 5B5 6B6 7B7 0 1 0 0 1 0 0 V-7.2191925 25.316666c0x-7.2191925c0y24.942871c1x1V-6.9995575 24.484673c0x-6.8531494c0y24.302078c1x-7.1459808c1y24.665543V-6.3897705 24.210785c0x-6.1262207c0y24.210785c1x-6.6498871c1y24.210785V-5.774826 24.484673c0x-5.630127c0y24.665543c1x-5.9212341c1y24.302078V-5.557785 25.316666c0x-5.557785c0y25.678398c1x-5.557785c1y24.942871V-5.7774048 26.140907c0x-5.9238281c0y26.326942c1x-5.6309967c1y25.953148V-6.3897705 26.41996c0x-6.6481476c0y26.41996c1x-6.1279449c1y26.41996V-6.9969635 26.143494c0x-7.1451111c0y25.957458c1x-6.8505554c1y26.327805V-7.2191772 25.316673c0x1c1x-7.2191772c1y25.681854 B0 1B1 2B2 3B3 4B4 5B5 6B6 7B7 8L8 0 1 0 0 1 0 0 V-8.994278 23.389137c0x1c1x1V-8.4465027 23.389137c0x1c1x1V-8.4465027 22.885292c0x1c1x1V-8.994278 22.885292c0x1c1x1 1 0 0 1 0 0 V-8.9632721 26.758446c0x1c1x1V-8.4775085 26.758446c0x1c1x1V-8.4775085 23.872314c0x1c1x1V-8.9632721 23.872314c0x1c1x1 1 0 0 1 0 0 V-10.41539 26.758438c0x1c1x1V-9.9296265 26.758438c0x1c1x1V-9.9296265 22.738014c0x1c1x1V-10.41539 22.738014c0x1c1x1 1 0 0 1 0 0 V-13.79245 25.365761c0x1c1x1V-11.66597 25.365761c0x-11.66597c0y25.543182c1x1V-11.746063 25.830849c0x-11.799454c0y25.961761c1x-11.692673c1y25.698212V-11.965683 26.153824c0x-12.055252c0y26.236504c1x-11.872665c1y26.06942V-12.283493 26.339859c0x-12.407516c0y26.381203c1x-12.161194c1y26.298515V-12.691742 26.401871c0x-12.888107c0y26.401871c1x-12.543594c1y26.401871V-13.283432 26.285599c0x-13.483246c0y26.20636c1x-13.085342c1y26.363113V-13.709763 26.053055c0x1c1x-13.625351c1y26.128845V-13.735565 26.053055c0x1c1x1V-13.735565 26.582741c0x-13.57193c0y26.651642c1x1V-13.234299 26.755859c0x-13.063766c0y26.802368c1x-13.404846c1y26.709351V-12.696854 26.825623c0x-12.217987c0y26.825623c1x-12.884613c1y26.825623V-11.57547 26.438049c0x-11.306747c0y26.17794c1x-11.844193c1y26.696434V-11.172394 25.332176c0x-11.172394c0y24.860199c1x-11.172394c1y25.809319V-11.557388 24.208214c0x-11.815765c0y23.930885c1x-11.30072c1y24.485542V-12.575409 23.792221c0x-12.964706c0y23.792221c1x-12.155106c1y23.792221V-13.474579 24.133286c0x-13.686447c0y24.360664c1x-13.264435c1y23.905907V-13.792389 25.102219c0x1c1x-13.792389c1y24.68364 1 0 0 1 0 0 V-13.319611 24.99369c0x-13.317612c0y24.738754c1x1V-13.125824 24.401993c0x-13.000076c0y24.262466c1x-13.253006c1y24.541519V-12.549622 24.192703c0x-12.28952c0y24.192703c1x-12.808014c1y24.192703V-11.926926 24.422661c0x-11.773621c0y24.575966c1x-12.081955c1y24.269356V-11.66597 24.993683c0x1c1x-11.68663c1y24.766304 1 0 0 1 0 0 V-16.027451 26.732605c0x-15.936157c0y26.756721c1x1V-15.727737 26.792038c0x-15.620941c0y26.807533c1x-15.836243c1y26.776527V-15.440933 26.815285c0x-15.146378c0y26.815285c1x-15.52533c1y26.815285V-14.76915 26.577576c0x-14.615845c0y26.419106c1x-14.922455c1y26.736046V-14.539185 25.815346c0x1c1x-14.539185c1y26.165024V-14.539185 24.280556c0x1c1x1V-14.211029 24.280556c0x1c1x1V-14.211029 23.872314c0x1c1x1V-14.539185 23.872314c0x1c1x1V-14.539185 23.042908c0x1c1x1V-15.024948 23.042908c0x1c1x1V-15.024948 23.872314c0x1c1x1V-16.027466 23.872314c0x1c1x1V-16.027466 24.280556c0x1c1x1V-15.024948 24.280556c0x1c1x1V-15.024948 25.595718c0x-15.024948c0y25.747307c1x1V-15.035248 25.952286c0x-15.042114c0y26.03669c1x-15.028381c1y25.866158V-15.107651 26.189995c0x-15.145508c0y26.258896c1x-15.066254c1y26.115929V-15.26268 26.342438c0x-15.329865c0y26.373444c1x-15.197189c1y26.309715V-15.567566 26.388947c0x-15.646805c0y26.388947c1x-15.431488c1y26.388947V-15.815613 26.355354c0x-15.901749c0y26.331238c1x-15.729492c1y26.377747V-16.001648 26.295921c0x1c1x-15.96376c1y26.311432V-16.027451 26.295921c0x1c1x1 B0 1B1 2B2 3B3 4L4 5L5 6L6 7L7 8L8 9L9 10L10 11L11 12L12 13L13 14L14 15B15 16B16 17B17 18B18 19B19 20B20 21L21 22L22 0 1 0 0 1 0 0 1 0 0 1 0 0 V-49.997711 6.6500015c0x-49.997009c0y10.185913c1x-49.997726c1y3.1153793V-43.597717 13.049999c0x-40.063095c0y13.049995c1x-47.131042c1y13.050709V-37.197723 6.6499977c0x-37.197006c0y3.1166725c1x-37.197723c1y10.184616V-43.597717 0.24999619c0x-47.132339c0y0.25c1x-40.061798c1y0.25071716 1 0 0 1 0 0 1 0 0 1 0 0 V-37.315323 20.143852c0x1c1x1V-34.780594 20.143852c0x1c1x1V-34.780594 16.296539c0x1c1x1V-37.315323 16.296539c0x1c1x1V-37.315323 16.751289c0x1c1x1V-35.292191 16.751289c0x1c1x1V-35.292191 17.805489c0x1c1x1V-37.315323 17.805489c0x1c1x1V-37.315323 18.260239c0x1c1x1V-35.292191 18.260239c0x1c1x1V-35.292191 19.689095c0x1c1x1V-37.315323 19.689095c0x1c1x1 LineClosed 1 0 0 1 0 0 V-38.987061 16.774544c0x1c1x1V-38.439285 16.774544c0x1c1x1V-38.439285 16.270699c0x1c1x1V-38.987061 16.270699c0x1c1x1 1 0 0 1 0 0 V-38.956055 20.213615c0x-38.956055c0y20.551239c1x1V-38.697678 20.978424c0x-38.525421c0y21.150681c1x-38.869934c1y20.806175V-38.005203 21.236809c0x-37.93631c0y21.236809c1x-38.294586c1y21.236809V-37.731323 21.216141c0x-37.619354c0y21.202362c1x-37.845016c1y21.229919V-37.449677 21.164459c0x1c1x-37.525467c1y21.185135V-37.449677 20.701958c0x1c1x1V-37.475479 20.701958c0x-37.523682c0y20.720901c1x1V-37.669266 20.766556c0x-37.751953c0y20.790672c1x-37.588272c1y20.742439V-37.909561 20.802727c0x-38.033585c0y20.802727c1x-37.832047c1y20.802727V-38.209274 20.751045c0x-38.285065c0y20.716591c1x-38.133484c1y20.7855V-38.379822 20.596016c0x-38.417679c0y20.527115c1x-38.341919c1y20.664917V-38.452118 20.345383c0x-38.464188c0y20.248924c1x-38.441788c1y20.443565V-38.470215 19.991402c0x1c1x-38.470215c1y20.130928V-38.470215 17.665962c0x1c1x1V-37.868179 17.665962c0x1c1x1V-37.868179 17.257721c0x1c1x1V-38.955963 17.257721c0x1c1x1 B0 1B1 2B2 3B3 4L4 5L5 6B6 7B7 8B8 9B9 10B10 11B11 12L12 13L13 14L14 15L15 16L16 0 1 0 0 1 0 0 V-42.325348 18.751175c0x1c1x1V-40.198868 18.751175c0x-40.198868c0y18.928596c1x1V-40.278961 19.216263c0x-40.332352c0y19.347176c1x-40.225571c1y19.083626V-40.498581 19.539238c0x-40.58815c0y19.621918c1x-40.405563c1y19.454834V-40.816391 19.725273c0x-40.940414c0y19.766617c1x-40.694092c1y19.683929V-41.22464 19.787285c0x-41.421005c0y19.787285c1x-41.076492c1y19.787285V-41.81633 19.671013c0x-42.016144c0y19.591774c1x-41.61824c1y19.748528V-42.242661 19.438469c0x1c1x-42.158249c1y19.514259V-42.268463 19.438469c0x1c1x1V-42.268463 19.968155c0x-42.104828c0y20.037056c1x1V-41.767197 20.141273c0x-41.596664c0y20.187782c1x-41.937744c1y20.094765V-41.229752 20.211037c0x-40.750885c0y20.211037c1x-41.417511c1y20.211037V-40.108368 19.823463c0x-39.839645c0y19.563354c1x-40.37709c1y20.081848V-39.705292 18.717583c0x-39.705292c0y18.245605c1x-39.705292c1y19.194733V-40.090286 17.59362c0x-40.348663c0y17.316292c1x-39.833618c1y17.870949V-41.108307 17.177628c0x-41.497604c0y17.177628c1x-40.688004c1y17.177628V-42.007477 17.518692c0x-42.219345c0y17.746071c1x-41.797333c1y17.291313V-42.325287 18.487625c0x1c1x-42.325287c1y18.069046 1 0 0 1 0 0 V-41.852509 18.379105c0x-41.85051c0y18.124168c1x1V-41.658722 17.787407c0x-41.532974c0y17.647881c1x-41.785904c1y17.926933V-41.08252 17.578117c0x-40.822418c0y17.578117c1x-41.340912c1y17.578117V-40.459824 17.808075c0x-40.306519c0y17.96138c1x-40.614853c1y17.65477V-40.198868 18.379097c0x1c1x-40.219528c1y18.151718 1 0 0 1 0 0 V-45.195984 19.962982c0x-45.034073c0y20.040497c1x1V-44.73349 20.143852c0x-44.588791c0y20.186913c1x-44.879898c1y20.100784V-44.270981 20.208443c0x-44.062561c0y20.208443c1x-44.434631c1y20.208443V-43.697372 20.118011c0x-43.523407c0y20.056c1x-43.871353c1y20.178299V-43.250366 19.838959c0x-43.124619c0y19.714935c1x-43.374405c1y19.962982V-42.958389 19.368706c0x-42.889496c0y19.17923c1x-43.027298c1y19.558182V-42.855042 18.704666c0x-42.855042c0y18.232689c1x-42.855042c1y18.957878V-43.242615 17.59362c0x-43.502731c0y17.324905c1x-42.984238c1y17.862335V-44.270981 17.190544c0x-44.43634c0y17.190544c1x-43.84552c1y17.190544V-44.756744 17.260307c0x-44.916946c0y17.306816c1x-44.598267c1y17.213799V-45.195999 17.43084c0x1c1x-45.063354c1y17.363663V-45.195999 17.970856c0x1c1x1V-45.170197 17.970856c0x-45.022049c0y17.855446c1x1V-44.710281 17.70472c0x-44.553528c0y17.642708c1x-44.868744c1y17.766731V-44.250366 17.611702c0x-43.974762c0y17.611702c1x-44.400223c1y17.611702V-43.596664 17.890755c0x-43.438187c0y18.075066c1x-43.756866c1y17.70472V-43.358948 18.704659c0x-43.358948c0y19.052612c1x-43.358948c1y18.346367V-43.591492 19.508224c0x-43.748245c0y19.69426c1x-43.436462c1y19.320473V-44.250366 19.787277c0x-44.348557c0y19.787277c1x-43.967865c1y19.787277V-44.550095 19.74852c0x-44.651718c0y19.722679c1x-44.448456c1y19.774361V-44.823975 19.647751c0x-44.894608c0y19.61158c1x-44.743011c1y19.689095V-45.022934 19.534065c0x-45.08493c0y19.492722c1x-44.960922c1y19.573685V-45.170197 19.428131c0x1c1x-45.134018c1y19.457413V-45.195999 19.428131c0x1c1x1 B0 1B1 2B2 3B3 4B4 5B5 6B6 7B7 8B8 9B9 10L10 11L11 12B12 13B13 14B14 15B15 16B16 17B17 18B18 19B19 20B20 21B21 22L22 23L23 0 1 0 0 1 0 0 V-47.317307 20.118011c0x-47.226013c0y20.142128c1x1V-47.017593 20.177444c0x-46.910797c0y20.19294c1x-47.126114c1y20.161934V-46.730789 20.200691c0x-46.436234c0y20.200691c1x-46.815186c1y20.200691V-46.059006 19.962982c0x-45.905701c0y19.804512c1x-46.212311c1y20.121452V-45.829041 19.200752c0x1c1x-45.829041c1y19.55043V-45.829041 17.665962c0x1c1x1V-45.500885 17.665962c0x1c1x1V-45.500885 17.257721c0x1c1x1V-45.829041 17.257721c0x1c1x1V-45.829041 16.428314c0x1c1x1V-46.314804 16.428314c0x1c1x1V-46.314804 17.257721c0x1c1x1V-47.317322 17.257721c0x1c1x1V-47.317322 17.665962c0x1c1x1V-46.314804 17.665962c0x1c1x1V-46.314804 18.981125c0x-46.314804c0y19.132713c1x1V-46.325104 19.337692c0x-46.33197c0y19.422096c1x-46.318237c1y19.251564V-46.397507 19.575401c0x-46.435364c0y19.644302c1x-46.35611c1y19.501335V-46.552536 19.727844c0x-46.61972c0y19.75885c1x-46.487045c1y19.695122V-46.857422 19.774353c0x-46.936661c0y19.774353c1x-46.721344c1y19.774353V-47.105469 19.740761c0x-47.191605c0y19.716644c1x-47.019348c1y19.763153V-47.291504 19.681328c0x1c1x-47.253616c1y19.696838V-47.317307 19.681328c0x1c1x1 1 0 0 1 0 0 V-50.363632 18.70208c0x-50.363632c0y19.172333c1x-50.363632c1y18.231827V-50.001892 19.815704c0x-49.760742c0y20.087868c1x-50.243057c1y19.543541V-49.032959 20.223946c0x-48.62471c0y20.223946c1x-49.437759c1y20.223946V-48.058853 19.815704c0x-47.819427c0y19.543541c1x-48.300018c1y20.087868V-47.699707 18.70208c0x-47.699707c0y18.231827c1x-47.699707c1y19.172333V-48.058853 17.588455c0x-48.300003c0y17.314568c1x-47.819427c1y17.860619V-49.032959 17.177628c0x-49.437759c0y17.177628c1x-48.62471c1y17.177628V-50.001892 17.588455c0x-50.243057c0y17.860619c1x-49.760727c1y17.314568 1 0 0 1 0 0 V-49.862366 18.70208c0x-49.862366c0y18.328285c1x1V-49.642731 17.870087c0x-49.496323c0y17.687492c1x-49.789154c1y18.050957V-49.032944 17.596199c0x-48.769394c0y17.596199c1x-49.29306c1y17.596199V-48.417999 17.870087c0x-48.2733c0y18.050957c1x-48.564407c1y17.687492V-48.200958 18.70208c0x-48.200958c0y19.063812c1x-48.200958c1y18.328285V-48.420578 19.526321c0x-48.567001c0y19.712357c1x-48.27417c1y19.338562V-49.032944 19.805374c0x-49.291321c0y19.805374c1x-48.771118c1y19.805374V-49.640137 19.528908c0x-49.788284c0y19.342873c1x-49.493729c1y19.713219V-49.86235 18.702087c0x1c1x-49.86235c1y19.067268 1 0 0 1 0 0 V-52.916458 17.787407c0x1c1x1V-52.890656 17.787407c0x-52.818314c0y17.77018c1x1V-52.678772 17.751236c0x-52.611588c0y17.742622c1x-52.747681c1y17.758125V-52.438477 17.738319c0x-52.28862c0y17.738319c1x-52.531494c1y17.738319V-52.004395 17.839088c0x-51.864868c0y17.904549c1x-52.143921c1y17.771912V-51.601318 18.094887c0x1c1x-51.730515c1y17.989815V-51.601318 20.14386c0x1c1x1V-51.115555 20.14386c0x1c1x1V-51.115555 17.257729c0x1c1x1V-51.601318 17.257729c0x1c1x1V-51.601318 17.684059c0x-51.794235c0y17.52903c1x1V-52.110321 17.355911c0x-52.258469c0y17.290451c1x-51.963913c1y17.419647V-52.562485 17.257721c0x-52.646896c0y17.257721c1x-52.40918c1y17.257721V-52.745941 17.265518c0x-52.783798c0y17.26899c1x-52.708054c1y17.260323V-52.916489 17.288765c0x1c1x-52.840652c1y17.276733 L0 1B1 2B2 3B3 4B4 5L5 6L6 7L7 8L8 9L9 10B10 11B11 12B12 13B13 14L14 0 1 0 0 1 0 0 V-40.875839 25.660316c0x-40.875839c0y25.810181c1x1V-40.769897 26.104736c0x-40.701004c0y26.251152c1x-40.84053c1y25.958321V-40.477921 26.476807c0x-40.340118c0y26.587051c1x-40.603668c1y26.375175V-39.994751 26.735191c0x-39.812149c0y26.797203c1x-40.179062c1y26.67318V-39.333298 26.828209c0x-39.055969c0y26.828209c1x-39.591675c1y26.828209V-38.583984 26.750702c0x-38.363495c0y26.69902c1x-38.806198c1y26.802376V-37.909607 26.520744c0x1c1x-38.138702c1y26.622368V-37.909607 25.879959c0x1c1x1V-37.945801 25.879959c0x-38.140457c0y26.041878c1x1V-38.620178 26.254616c0x-38.875122c0y26.342468c1x-38.36525c1y26.166763V-39.338486 26.386391c0x-39.655441c0y26.386391c1x-39.114563c1y26.386391V-40.077469 26.208107c0x-40.254883c0y26.089249c1x-39.901764c1y26.326965V-40.343597 25.732681c0x-40.343597c0y25.562149c1x-40.343597c1y25.930779V-40.21698 25.355446c0x-40.134293c0y25.27449c1x-40.301392c1y25.436401V-39.837158 25.166824c0x-39.707962c0y25.13237c1x-40.00769c1y25.211617V-39.416 25.081551c0x-39.266144c0y25.059158c1x-39.567581c1y25.103943V-38.937988 24.996277c0x-38.596924c0y24.923927c1x-39.106796c1y25.030731V-38.178345 24.626793c0x-38.014694c0y24.451096c1x-38.343704c1y24.800766V-37.932877 23.942078c0x-37.932877c0y23.619957c1x-37.932877c1y24.222855V-38.341125 23.151428c0x-38.613281c0y22.944725c1x-38.068954c1y23.356407V-39.377243 22.84137c0x-39.647675c0y22.84137c1x-38.958649c1y22.84137V-40.121384 22.918877c0x-40.347046c0y22.970551c1x-39.895721c1y22.867203V-40.72084 23.110077c0x1c1x-40.54686c1y23.034279V-40.72084 23.714691c0x1c1x1V-40.684647 23.714691c0x-40.538223c0y23.590668c1x1V-40.105865 23.407219c0x-39.868149c0y23.324539c1x-40.345291c1y23.488174V-39.374649 23.283195c0x-39.100769c0y23.283195c1x-39.62442c1y23.283195V-38.713196 23.453728c0x-38.547836c0y23.567413c1x-38.88028c1y23.340042V-38.465149 23.892975c0x-38.465149c0y24.053169c1x-38.465149c1y23.713829V-38.589172 24.27021c0x-38.67186c0y24.361504c1x-38.506485c1y24.178917V-39.025833 24.4795c0x-39.136078c0y24.503616c1x-38.817413c1y24.431267V-39.496094 24.567352c0x-39.699356c0y24.601807c1x-39.292831c1y24.532898V-40.012848 24.673286c0x-40.298798c0y24.749077c1x-39.871597c1y24.637115V-40.658813 25.016937c0x-40.803513c0y25.170242c1x-40.514114c1y24.863625V-40.875854 25.660309c0x1c1x-40.875854c1y25.384697 B0 1B1 2B2 3B3 4B4 5B5 6L6 7L7 8B8 9B9 10B10 11B11 12B12 13B13 14B14 15B15 16B16 17B17 18B18 19B19 20B20 21B21 22L22 23L23 24B24 25B25 26B26 27B27 28B28 29B29 30B30 31B31 32B32 33B33 34L34 0 1 0 0 1 0 0 V-44.0746 25.365761c0x1c1x1V-41.94812 25.365761c0x-41.94812c0y25.543182c1x1V-42.028214 25.830849c0x-42.081604c0y25.961761c1x-41.974823c1y25.698212V-42.247849 26.153824c0x-42.337418c0y26.236504c1x-42.154816c1y26.06942V-42.565659 26.339859c0x-42.689682c0y26.381203c1x-42.443359c1y26.298515V-42.973892 26.401871c0x-43.170258c0y26.401871c1x-42.82576c1y26.401871V-43.565598 26.285599c0x-43.765411c0y26.20636c1x-43.367493c1y26.363113V-43.991928 26.053055c0x1c1x-43.907516c1y26.128845V-44.017731 26.053055c0x1c1x1V-44.017731 26.582741c0x-43.85408c0y26.651642c1x1V-43.516464 26.755859c0x-43.345932c0y26.802368c1x-43.686996c1y26.709351V-42.979019 26.825623c0x-42.500153c0y26.825623c1x-43.166779c1y26.825623V-41.857635 26.438049c0x-41.588913c0y26.17794c1x-42.126358c1y26.696434V-41.454559 25.332176c0x-41.454559c0y24.860199c1x-41.454559c1y25.809319V-41.839554 24.208214c0x-42.097931c0y23.930885c1x-41.582886c1y24.485542V-42.857574 23.792221c0x-43.246872c0y23.792221c1x-42.437271c1y23.792221V-43.756744 24.133286c0x-43.968613c0y24.360664c1x-43.5466c1y23.905907V-44.074554 25.102219c0x1c1x-44.074554c1y24.68364 1 0 0 1 0 0 V-43.601761 24.99369c0x-43.599762c0y24.738754c1x1V-43.407974 24.401993c0x-43.282227c0y24.262466c1x-43.535156c1y24.541519V-42.831772 24.192703c0x-42.571671c0y24.192703c1x-43.090164c1y24.192703V-42.209076 24.422661c0x-42.055771c0y24.575966c1x-42.364105c1y24.269356V-41.94812 24.993683c0x1c1x-41.968781c1y24.766304 1 0 0 1 0 0 V-47.053757 26.758438c0x1c1x1V-46.570587 26.758438c0x1c1x1V-46.570587 26.450966c0x-46.527512c0y26.480255c1x1V-46.394882 26.574989c0x-46.32254c0y26.626663c1x-46.468948c1y26.521591V-46.182999 26.699013c0x-46.102036c0y26.738632c1x-46.251907c1y26.667999V-45.903946 26.797203c0x-45.798874c0y26.824768c1x-46.009018c1y26.771362V-45.534454 26.838547c0x-45.274353c0y26.838547c1x-45.675705c1y26.838547V-44.873001 26.580162c0x-44.692139c0y26.407906c1x-45.053864c1y26.752419V-44.6017 25.921288c0x-44.6017c0y25.702522c1x-44.6017c1y26.188278V-44.741226 25.391602c0x-44.835968c0y25.255516c1x-44.648209c1y25.525963V-45.144302 25.071205c0x-45.320007c0y24.99369c1x-44.970322c1y25.14872V-45.777328 24.913589c0x-46.023651c0y24.886024c1x-45.531006c1y24.941154V-46.570572 24.851578c0x1c1x-46.288071c1y24.865356V-46.570572 24.776649c0x-46.570572c0y24.666405c1x1V-46.511169 24.502762c0x-46.473312c0y24.430412c1x-46.550766c1y24.575111V-46.345795 24.33223c0x-46.276901c0y24.29261c1x-46.418182c1y24.373573V-46.097748 24.252129c0x-46.001282c0y24.23835c1x-46.194214c1y24.265907V-45.795441 24.231461c0x-45.667984c0y24.231461c1x-45.900513c1y24.231461V-45.36911 24.283142c0x-45.212357c0y24.315865c1x-45.525864c1y24.248688V-44.883347 24.427834c0x1c1x-45.050446c1y24.364098V-44.857544 24.427834c0x1c1x1V-44.857544 23.934326c0x-44.952286c0y23.908485c1x1V-45.268372 23.849052c0x-45.447525c0y23.818047c1x-45.089218c1y23.880066V-45.79805 23.802544c0x-46.001312c0y23.802544c1x-45.624084c1y23.802544V-46.327744 23.854225c0x-46.479324c0y23.886948c1x-46.177872c1y23.819771V-46.72049 24.024757c0x-46.82901c0y24.103996c1x-46.610245c1y23.943794V-46.968536 24.33223c0x-47.025406c0y24.457977c1x-46.911697c1y24.20649V-47.053833 24.799904c0x1c1x-47.053833c1y24.613869 L0 1L1 2B2 3B3 4B4 5B5 6B6 7B7 8B8 9B9 10B10 11B11 12L12 13B13 14B14 15B15 16B16 17B17 18B18 19L19 20L20 21B21 22B22 23B23 24B24 25B25 26B26 27L27 0 1 0 0 1 0 0 V-46.570587 26.04789c0x1c1x-46.450012c1y26.140907V-46.570587 25.244324c0x-46.42244c0y25.252937c1x1V-46.046066 25.283081c0x-45.846252c0y25.300308c1x-46.247604c1y25.265854V-45.570648 25.358009c0x-45.431122c0y25.397629c1x-45.68779c1y25.325287V-45.232162 25.544044c0x-45.146027c0y25.626724c1x-45.318298c1y25.459641V-45.102966 25.887695c0x-45.102966c0y26.053062c1x-45.102966c1y25.74128V-45.252838 26.262352c0x-45.352737c0y26.345032c1x-45.152924c1y26.177948V-45.710175 26.386375c0x-45.880707c0y26.386375c1x-45.505188c1y26.386375V-46.177841 26.288185c0x-46.319092c0y26.221008c1x-46.036591c1y26.353645 L0 1B1 2B2 3B3 4B4 5B5 6B6 7B7 8B8 0 1 0 0 1 0 0 V-49.487717 26.732605c0x-49.396423c0y26.756721c1x1V-49.188004 26.792038c0x-49.081207c0y26.807533c1x-49.296524c1y26.776527V-48.901199 26.815285c0x-48.606644c0y26.815285c1x-48.985596c1y26.815285V-48.229416 26.577576c0x-48.076111c0y26.419106c1x-48.382721c1y26.736046V-47.999451 25.815346c0x1c1x-47.999451c1y26.165024V-47.999451 24.280556c0x1c1x1V-47.671295 24.280556c0x1c1x1V-47.671295 23.872314c0x1c1x1V-47.999451 23.872314c0x1c1x1V-47.999451 23.042908c0x1c1x1V-48.485214 23.042908c0x1c1x1V-48.485214 23.872314c0x1c1x1V-49.487732 23.872314c0x1c1x1V-49.487732 24.280556c0x1c1x1V-48.485214 24.280556c0x1c1x1V-48.485214 25.595718c0x-48.485214c0y25.747307c1x1V-48.495514 25.952286c0x-48.50238c0y26.03669c1x-48.488647c1y25.866158V-48.567917 26.189995c0x-48.605774c0y26.258896c1x-48.52652c1y26.115929V-48.722946 26.342438c0x-48.790131c0y26.373444c1x-48.657455c1y26.309715V-49.027832 26.388947c0x-49.107071c0y26.388947c1x-48.891754c1y26.388947V-49.275879 26.355354c0x-49.362015c0y26.331238c1x-49.189758c1y26.377747V-49.461914 26.295921c0x1c1x-49.424026c1y26.311432V-49.487717 26.295921c0x1c1x1 1 0 0 1 0 0 1 0 0 1 0 0 V-84.464378 6.6500015c0x-84.463676c0y10.185913c1x-84.464394c1y3.1153793V-78.064384 13.049999c0x-74.529762c0y13.049995c1x-81.59771c1y13.050709V-71.664391 6.6499977c0x-71.663673c0y3.1166725c1x-71.664391c1y10.184616V-78.064384 0.24999619c0x-81.599007c0y0.25c1x-74.528465c1y0.25071716 1 0 0 1 0 0 1 0 0 1 0 0 V-71.533943 20.143852c0x1c1x1V-69.099983 20.143852c0x1c1x1V-69.099983 16.296539c0x1c1x1V-69.61158 16.296539c0x1c1x1V-69.61158 19.689102c0x1c1x1V-71.533943 19.689102c0x1c1x1 LineClosed 1 0 0 1 0 0 V-74.249535 20.143852c0x1c1x1V-73.766365 20.143852c0x1c1x1V-73.766365 19.83638c0x-73.723289c0y19.865669c1x1V-73.59066 19.960403c0x-73.518318c0y20.012085c1x-73.664726c1y19.907005V-73.378777 20.084427c0x-73.297813c0y20.124046c1x-73.447685c1y20.053429V-73.099724 20.182617c0x-72.994652c0y20.210182c1x-73.204796c1y20.156776V-72.730232 20.223961c0x-72.470131c0y20.223961c1x-72.871483c1y20.223961V-72.068779 19.965576c0x-71.887917c0y19.79332c1x-72.249641c1y20.137833V-71.797478 19.306702c0x-71.797478c0y19.087936c1x-71.797478c1y19.573692V-71.937004 18.777016c0x-72.031746c0y18.64093c1x-71.843987c1y18.911377V-72.34008 18.456619c0x-72.515785c0y18.379105c1x-72.1661c1y18.534134V-72.973106 18.299004c0x-73.219429c0y18.271439c1x-72.726784c1y18.326569V-73.76635 18.236992c0x1c1x-73.483849c1y18.250771V-73.76635 18.162064c0x-73.76635c0y18.051819c1x1V-73.706947 17.888176c0x-73.66909c0y17.815826c1x-73.746544c1y17.960526V-73.541573 17.717644c0x-73.472679c0y17.678024c1x-73.61396c1y17.758987V-73.293526 17.637543c0x-73.19706c0y17.623764c1x-73.389992c1y17.651321V-72.991219 17.616875c0x-72.863762c0y17.616875c1x-73.096291c1y17.616875V-72.564888 17.668556c0x-72.408134c0y17.701279c1x-72.721642c1y17.634102V-72.079124 17.813248c0x1c1x-72.246223c1y17.749512V-72.053322 17.813248c0x1c1x1V-72.053322 17.31974c0x-72.148064c0y17.2939c1x1V-72.464149 17.234467c0x-72.643303c0y17.203461c1x-72.284996c1y17.26548V-72.993828 17.187958c0x-73.19709c0y17.187958c1x-72.819862c1y17.187958V-73.523521 17.239639c0x-73.675102c0y17.272362c1x-73.37365c1y17.205185V-73.916267 17.410172c0x-74.024788c0y17.48941c1x-73.806023c1y17.329208V-74.164314 17.717644c0x-74.221184c0y17.843391c1x-74.107475c1y17.591904V-74.249611 18.185318c0x1c1x-74.249611c1y17.999283 1 0 0 1 0 0 V-73.766365 19.433304c0x1c1x-73.645775c1y19.526321V-73.766365 18.629738c0x-73.618217c0y18.638351c1x1V-73.241844 18.668495c0x-73.04203c0y18.685722c1x-73.443382c1y18.651268V-72.766426 18.743423c0x-72.6269c0y18.783043c1x-72.883568c1y18.710701V-72.42794 18.929459c0x-72.341805c0y19.012138c1x-72.514076c1y18.845055V-72.298744 19.273109c0x-72.298744c0y19.438477c1x-72.298744c1y19.126694V-72.448601 19.647766c0x-72.5485c0y19.730446c1x-72.348701c1y19.563362V-72.905937 19.77179c0x-73.076469c0y19.77179c1x-72.700951c1y19.77179V-73.373619 19.673599c0x-73.51487c0y19.606422c1x-73.232368c1y19.739059 1 0 0 1 0 0 V-77.577507 20.143852c0x1c1x1V-77.091743 20.143852c0x1c1x1V-77.091743 19.823456c0x-76.928093c0y19.952644c1x1V-76.621483 20.120598c0x-76.471626c0y20.189499c1x-76.771339c1y20.051697V-76.125389 20.223953c0x-75.822212c0y20.223953c1x-76.306252c1y20.223953V-75.417412 19.947487c0x-75.248604c0y19.761452c1x-75.58622c1y20.131798V-75.164207 19.130997c0x1c1x-75.164207c1y19.489288V-75.164207 17.257721c0x1c1x1V-75.649956 17.257721c0x1c1x1V-75.649956 18.901031c0x-75.649956c0y19.047447c1x1V-75.670662 19.278267c0x-75.684471c0y19.381622c1x-75.656853c1y19.173195V-75.758568 19.544403c0x-75.805092c0y19.620193c1x-75.713768c1y19.470329V-75.93943 19.70977c0x-76.013512c0y19.744225c1x-75.865379c1y19.675316V-76.262413 19.761452c0x-76.388161c0y19.761452c1x-76.121162c1y19.761452V-76.673241 19.663261c0x-76.823097c0y19.597801c1x-76.525093c1y19.728722V-77.09182 19.412628c0x1c1x-76.962624c1y19.514259V-77.09182 17.257721c0x1c1x1V-77.577583 17.257721c0x1c1x1 1 0 0 1 0 0 V-80.946815 20.143852c0x1c1x1V-80.461052 20.143852c0x1c1x1V-80.461052 18.500542c0x-80.461052c0y18.367905c1x1V-80.437859 18.128471c0x-80.422325c0y18.011337c1x-80.453316c1y18.243881V-80.352562 17.854584c0x-80.309486c0y17.782234c1x-80.393898c1y17.920044V-80.166527 17.694389c0x-80.085564c0y17.658218c1x-80.247475c1y17.728836V-79.851295 17.640129c0x-79.718666c0y17.640129c1x-79.980492c1y17.640129V-79.435295 17.738319c0x-79.290596c0y17.80378c1x-79.579994c1y17.672859V-79.01931 17.988953c0x1c1x-79.151939c1y17.887321V-79.01931 20.14386c0x1c1x1V-78.533546 20.14386c0x1c1x1V-78.533546 17.257729c0x1c1x1V-79.01931 17.257729c0x1c1x1V-79.01931 17.578125c0x-79.170906c0y17.452377c1x1V-79.489571 17.283569c0x-79.651482c0y17.212944c1x-79.32766c1y17.354195V-79.988243 17.177635c0x-80.300026c0y17.177635c1x-79.817711c1y17.177635V-80.701378 17.459274c0x-80.865013c0y17.647034c1x-80.537743c1y17.271515V-80.946831 18.270592c0x1c1x-80.946831c1y17.917473 1 0 0 1 0 0 V-84.016396 19.962982c0x-83.854485c0y20.040497c1x1V-83.553902 20.143852c0x-83.409203c0y20.186913c1x-83.70031c1y20.100784V-83.091393 20.208443c0x-82.882973c0y20.208443c1x-83.255043c1y20.208443V-82.517799 20.118011c0x-82.343819c0y20.056c1x-82.691765c1y20.178299V-82.070793 19.838959c0x-81.945045c0y19.714935c1x-82.194817c1y19.962982V-81.778816 19.368706c0x-81.709923c0y19.17923c1x-81.847725c1y19.558182V-81.675468 18.704666c0x-81.675468c0y18.232689c1x-81.675468c1y18.957878V-82.063042 17.59362c0x-82.323158c0y17.324905c1x-81.804665c1y17.862335V-83.091408 17.190544c0x-83.256767c0y17.190544c1x-82.665947c1y17.190544V-83.577171 17.260307c0x-83.737373c0y17.306816c1x-83.418694c1y17.213799V-84.016426 17.43084c0x1c1x-83.883781c1y17.363663V-84.016426 17.970856c0x1c1x1V-83.990623 17.970856c0x-83.842476c0y17.855446c1x1V-83.530693 17.70472c0x-83.37394c0y17.642708c1x-83.689171c1y17.766731V-83.070778 17.611702c0x-82.795174c0y17.611702c1x-83.220634c1y17.611702V-82.417076 17.890755c0x-82.258598c0y18.075066c1x-82.577278c1y17.70472V-82.179359 18.704659c0x-82.179359c0y19.052612c1x-82.179359c1y18.346367V-82.411903 19.508224c0x-82.568657c0y19.69426c1x-82.256874c1y19.320473V-83.070778 19.787277c0x-83.168968c0y19.787277c1x-82.788277c1y19.787277V-83.370506 19.74852c0x-83.47213c0y19.722679c1x-83.268867c1y19.774361V-83.644386 19.647751c0x-83.715019c0y19.61158c1x-83.563423c1y19.689095V-83.843346 19.534065c0x-83.905342c0y19.492722c1x-83.781334c1y19.573685V-83.990623 19.428131c0x1c1x-83.954445c1y19.457413V-84.016426 19.428131c0x1c1x1 1 0 0 1 0 0 V-87.052391 20.143852c0x1c1x1V-86.566628 20.143852c0x1c1x1V-86.566628 18.500542c0x-86.566628c0y18.367905c1x1V-86.543327 18.128471c0x-86.52787c0y18.011337c1x-86.558861c1y18.243881V-86.458031 17.854584c0x-86.414955c0y17.782234c1x-86.499428c1y17.920044V-86.271996 17.694389c0x-86.191032c0y17.658218c1x-86.352943c1y17.728836V-85.956764 17.640129c0x-85.824135c0y17.640129c1x-86.08596c1y17.640129V-85.540779 17.738319c0x-85.39608c0y17.80378c1x-85.685478c1y17.672859V-85.124779 17.988953c0x1c1x-85.257423c1y17.887321V-85.124779 20.14386c0x1c1x1V-84.639015 20.14386c0x1c1x1V-84.639015 16.123432c0x1c1x1V-85.124779 16.123432c0x1c1x1V-85.124779 17.578125c0x-85.276375c0y17.452377c1x1V-85.595039 17.283569c0x-85.75695c0y17.212944c1x-85.433128c1y17.354195V-86.093712 17.177635c0x-86.405495c0y17.177635c1x-85.92318c1y17.177635V-86.806847 17.459274c0x-86.970497c0y17.647034c1x-86.643196c1y17.271515V-87.052315 18.270592c0x1c1x-87.052315c1y17.917473 1 0 0 1 0 0 V-72.828438 26.758438c0x1c1x1V-72.164391 26.758438c0x1c1x1V-70.877647 25.228813c0x1c1x1V-70.156761 25.228813c0x1c1x1V-70.156761 26.758438c0x1c1x1V-69.645164 26.758438c0x1c1x1V-69.645164 22.911125c0x1c1x1V-70.722618 22.911125c0x-70.955162c0y22.911125c1x1V-71.303978 22.957634c0x-71.459007c0y22.986923c1x-71.148949c1y22.926628V-71.722557 23.117828c0x-71.862083c0y23.205681c1x-71.598534c1y23.040321V-72.048119 23.451141c0x-72.127357c0y23.583778c1x-71.970604c1y23.31678V-72.166985 23.957573c0x-72.166985c0y24.234901c1x-72.166985c1y23.752586V-71.957695 24.655205c0x-71.818169c0y24.84124c1x-72.097221c1y24.467445V-71.381508 25.07637c0x1c1x-71.626106c1y24.981628 L0 1L1 2L2 3L3 4L4 5L5 6L6 7B7 8B8 9B9 10B10 11B11 12B12 13L13 0 1 0 0 1 0 0 V-71.632133 23.993744c0x-71.632133c0y23.883499c1x1V-71.572731 23.701775c0x-71.534874c0y23.615646c1x-71.612328c1y23.786179V-71.381538 23.484734c0x-71.307457c0y23.434784c1x-71.471138c1y23.543304V-71.117989 23.381378c0x-71.01635c0y23.360703c1x-71.219612c1y23.40033V-70.758842 23.350365c0x1c1x-70.896645c1y23.350365V-70.156807 23.350365c0x1c1x1V-70.156807 24.802475c0x1c1x1V-70.673561 24.802475c0x-70.835472c0y24.802475c1x1V-71.097313 24.761131c0x-71.217888c0y24.731842c1x-70.976723c1y24.788696V-71.404778 24.600937c0x-71.482292c0y24.528587c1x-71.320381c1y24.678444V-71.57531 24.35289c0x-71.613167c0y24.258148c1x-71.539131c1y24.445908V-71.632103 23.993736c0x1c1x-71.632103c1y24.138428 1 0 0 1 0 0 V-75.616386 25.316666c0x-75.616386c0y25.786919c1x-75.616386c1y24.846413V-75.254662 26.43029c0x-75.013496c0y26.702454c1x-75.495811c1y26.158127V-74.285728 26.838531c0x-73.87748c0y26.838531c1x-74.690529c1y26.838531V-73.311623 26.43029c0x-73.072197c0y26.158127c1x-73.552788c1y26.702454V-72.952477 25.316666c0x-72.952477c0y24.846413c1x-72.952477c1y25.786919V-73.311623 24.203041c0x-73.552788c0y23.929153c1x-73.072197c1y24.475204V-74.285728 23.792213c0x-74.690529c0y23.792213c1x-73.87748c1y23.792213V-75.254662 24.203041c0x-75.495811c0y24.475204c1x-75.013496c1y23.929153 1 0 0 1 0 0 V-75.11512 25.316666c0x-75.11512c0y24.942871c1x1V-74.8955 24.484673c0x-74.749077c0y24.302078c1x-75.041908c1y24.665543V-74.285713 24.210785c0x-74.022163c0y24.210785c1x-74.545815c1y24.210785V-73.670769 24.484673c0x-73.52607c0y24.665543c1x-73.817177c1y24.302078V-73.453712 25.316666c0x-73.453712c0y25.678398c1x-73.453712c1y24.942871V-73.673347 26.140907c0x-73.819756c0y26.326942c1x-73.526924c1y25.953148V-74.285713 26.41996c0x-74.54409c0y26.41996c1x-74.023888c1y26.41996V-74.892906 26.143494c0x-75.041054c0y25.957458c1x-74.746498c1y26.327805V-75.11512 25.316673c0x1c1x-75.11512c1y25.681854 1 0 0 1 0 0 V-78.50251 26.577568c0x-78.340599c0y26.655083c1x1V-78.040016 26.758438c0x-77.895317c0y26.801506c1x-78.186424c1y26.71537V-77.577522 26.823036c0x-77.369087c0y26.823036c1x-77.741158c1y26.823036V-77.003914 26.732605c0x-76.829933c0y26.670593c1x-77.177879c1y26.792892V-76.556908 26.453552c0x-76.43116c0y26.329529c1x-76.680931c1y26.577576V-76.264931 25.983299c0x-76.196037c0y25.793823c1x-76.333839c1y26.172775V-76.161583 25.31926c0x-76.161583c0y24.847282c1x-76.161583c1y25.572472V-76.549156 24.208214c0x-76.809273c0y23.939499c1x-76.290779c1y24.476929V-77.577522 23.805138c0x-77.742882c0y23.805138c1x-77.152061c1y23.805138V-78.063271 23.874901c0x-78.223473c0y23.92141c1x-77.904808c1y23.828392V-78.502525 24.045433c0x1c1x-78.369881c1y23.978256V-78.502525 24.585449c0x1c1x1V-78.476723 24.585449c0x-78.328575c0y24.470039c1x1V-78.016808 24.319313c0x-77.860054c0y24.257301c1x-78.17527c1y24.381325V-77.556892 24.226295c0x-77.281273c0y24.226295c1x-77.706749c1y24.226295V-76.903175 24.505348c0x-76.744698c0y24.689659c1x-77.063377c1y24.319313V-76.665459 25.319252c0x-76.665459c0y25.667206c1x-76.665459c1y24.96096V-76.898003 26.122818c0x-77.054756c0y26.308853c1x-76.742973c1y25.935066V-77.556877 26.401871c0x-77.655052c0y26.401871c1x-77.274376c1y26.401871V-77.85659 26.363113c0x-77.958214c0y26.337273c1x-77.754951c1y26.388954V-78.13047 26.262344c0x-78.201103c0y26.226173c1x-78.049507c1y26.303688V-78.32943 26.148659c0x-78.391426c0y26.107315c1x-78.267418c1y26.188278V-78.476707 26.042725c0x1c1x-78.440529c1y26.072006V-78.50251 26.042725c0x1c1x1 1 0 0 1 0 0 V-81.745216 26.758438c0x1c1x1V-81.104424 26.758438c0x1c1x1V-79.946877 25.494949c0x1c1x1V-79.63166 25.79467c0x1c1x1V-79.63166 26.758438c0x1c1x1V-79.145897 26.758438c0x1c1x1V-79.145897 22.738014c0x1c1x1V-79.63166 22.738014c0x1c1x1V-79.63166 25.316673c0x1c1x1V-81.034676 23.872314c0x1c1x1V-81.647041 23.872314c0x1c1x1V-80.306038 25.205566c0x1c1x1 1 0 0 1 0 0 V-84.62101 25.365761c0x1c1x1V-82.494514 25.365761c0x-82.494514c0y25.543182c1x1V-82.574608 25.830849c0x-82.627998c0y25.961761c1x-82.521217c1y25.698212V-82.794228 26.153824c0x-82.883797c0y26.236504c1x-82.70121c1y26.06942V-83.112053 26.339859c0x-83.236076c0y26.381203c1x-82.989738c1y26.298515V-83.520287 26.401871c0x-83.716652c0y26.401871c1x-83.372154c1y26.401871V-84.111977 26.285599c0x-84.31179c0y26.20636c1x-83.913887c1y26.363113V-84.538322 26.053055c0x1c1x-84.453911c1y26.128845V-84.564125 26.053055c0x1c1x1V-84.564125 26.582741c0x-84.40049c0y26.651642c1x1V-84.062859 26.755859c0x-83.892326c0y26.802368c1x-84.233406c1y26.709351V-83.525429 26.825623c0x-83.046562c0y26.825623c1x-83.713188c1y26.825623V-82.404045 26.438049c0x-82.135323c0y26.17794c1x-82.672768c1y26.696434V-82.000969 25.332176c0x-82.000969c0y24.860199c1x-82.000969c1y25.809319V-82.385963 24.208214c0x-82.644341c0y23.930885c1x-82.129295c1y24.485542V-83.403999 23.792221c0x-83.793297c0y23.792221c1x-82.983696c1y23.792221V-84.303169 24.133286c0x-84.515038c0y24.360664c1x-84.09301c1y23.905907V-84.620979 25.102219c0x1c1x-84.620979c1y24.68364 1 0 0 1 0 0 V-84.14817 24.99369c0x-84.146172c0y24.738754c1x1V-83.954384 24.401993c0x-83.828636c0y24.262466c1x-84.081566c1y24.541519V-83.378197 24.192703c0x-83.11808c0y24.192703c1x-83.636574c1y24.192703V-82.755501 24.422661c0x-82.602196c0y24.575966c1x-82.910515c1y24.269356V-82.49453 24.993683c0x1c1x-82.515205c1y24.766304 1 0 0 1 0 0 V-86.856026 26.732605c0x-86.764732c0y26.756721c1x1V-86.556297 26.792038c0x-86.449501c0y26.807533c1x-86.664818c1y26.776527V-86.269493 26.815285c0x-85.974937c0y26.815285c1x-86.353889c1y26.815285V-85.597694 26.577576c0x-85.444389c0y26.419106c1x-85.750999c1y26.736046V-85.367729 25.815346c0x1c1x-85.367729c1y26.165024V-85.367729 24.280556c0x1c1x1V-85.039589 24.280556c0x1c1x1V-85.039589 23.872314c0x1c1x1V-85.367729 23.872314c0x1c1x1V-85.367729 23.042908c0x1c1x1V-85.853493 23.042908c0x1c1x1V-85.853493 23.872314c0x1c1x1V-86.856026 23.872314c0x1c1x1V-86.856026 24.280556c0x1c1x1V-85.853493 24.280556c0x1c1x1V-85.853493 25.595718c0x-85.853493c0y25.747307c1x1V-85.863792 25.952286c0x-85.870659c0y26.03669c1x-85.856926c1y25.866158V-85.936089 26.189995c0x-85.973946c0y26.258896c1x-85.894753c1y26.115929V-86.091118 26.342438c0x-86.158302c0y26.373444c1x-86.025627c1y26.309715V-86.396004 26.388947c0x-86.475243c0y26.388947c1x-86.259926c1y26.388947V-86.644051 26.355354c0x-86.730186c0y26.331238c1x-86.55793c1y26.377747V-86.830086 26.295921c0x1c1x-86.792198c1y26.311432V-86.855888 26.295921c0x1c1x1 1 0 0 1 0 0 1 0 0 1 0 0 V-118.93105 6.6500015c0x-118.93034c0y10.185913c1x-118.93106c1y3.1153793V-112.53105 13.049999c0x-108.99643c0y13.049995c1x-116.06438c1y13.050709V-106.13106 6.6499977c0x-106.13034c0y3.1166725c1x-106.13106c1y10.184616V-112.53105 0.24999619c0x-116.06567c0y0.25c1x-108.99513c1y0.25071716 1 0 0 1 0 0 1 0 0 1 0 0 V-108.34413 16.751289c0x1c1x1V-106.96954 16.751289c0x1c1x1V-106.96954 20.143852c0x1c1x1V-106.45795 20.143852c0x1c1x1V-106.45795 16.751289c0x1c1x1V-105.08336 16.751289c0x1c1x1V-105.08336 16.296539c0x1c1x1V-108.34413 16.296539c0x1c1x1 1 0 0 1 0 0 V-110.698 20.143852c0x1c1x1V-110.21225 20.143852c0x1c1x1V-110.21225 19.823456c0x-110.0486c0y19.952644c1x1V-109.74199 20.120598c0x-109.59213c0y20.189499c1x-109.89185c1y20.051697V-109.2459 20.223953c0x-108.94272c0y20.223953c1x-109.42676c1y20.223953V-108.53792 19.947487c0x-108.36911c0y19.761452c1x-108.70673c1y20.131798V-108.2847 19.130997c0x1c1x-108.2847c1y19.489288V-108.2847 17.257721c0x1c1x1V-108.77046 17.257721c0x1c1x1V-108.77046 18.901031c0x-108.77046c0y19.047447c1x1V-108.79117 19.278267c0x-108.80498c0y19.381622c1x-108.77736c1y19.173195V-108.87907 19.544403c0x-108.9256c0y19.620193c1x-108.83427c1y19.470329V-109.05994 19.70977c0x-109.134c0y19.744225c1x-108.98589c1y19.675316V-109.38292 19.761452c0x-109.50867c0y19.761452c1x-109.24167c1y19.761452V-109.79375 19.663261c0x-109.9436c0y19.597801c1x-109.6456c1y19.728722V-110.21233 19.412628c0x1c1x-110.08313c1y19.514259V-110.21233 17.257721c0x1c1x1V-110.69807 17.257721c0x1c1x1 1 0 0 1 0 0 V-113.45494 17.787407c0x1c1x1V-113.42914 17.787407c0x-113.35678c0y17.77018c1x1V-113.21725 17.751236c0x-113.15007c0y17.742622c1x-113.28615c1y17.758125V-112.97696 17.738319c0x-112.8271c0y17.738319c1x-113.06998c1y17.738319V-112.54286 17.839088c0x-112.40334c0y17.904549c1x-112.6824c1y17.771912V-112.13979 18.094887c0x1c1x-112.26898c1y17.989815V-112.13979 20.14386c0x1c1x1V-111.65402 20.14386c0x1c1x1V-111.65402 17.257729c0x1c1x1V-112.13979 17.257729c0x1c1x1V-112.13979 17.684059c0x-112.3327c0y17.52903c1x1V-112.64879 17.355911c0x-112.79694c0y17.290451c1x-112.50238c1y17.419647V-113.10095 17.257721c0x-113.18536c0y17.257721c1x-112.94765c1y17.257721V-113.28441 17.265518c0x-113.32227c0y17.26899c1x-113.24652c1y17.260323V-113.45494 17.288765c0x1c1x-113.37912c1y17.276733 1 0 0 1 0 0 V-116.45218 18.678825c0x-116.45218c0y18.919983c1x1V-116.34882 19.329948c0x-116.28165c0y19.522873c1x-116.41772c1y19.137024V-116.07494 19.815704c0x-115.95264c0y19.95179c1x-116.19035c1y19.684792V-115.67186 20.123177c0x-115.52545c0y20.190353c1x-115.81827c1y20.054276V-115.18869 20.223946c0x-115.02505c0y20.223946c1x-115.3644c1y20.223946V-114.75977 20.164513c0x-114.63747c0y20.126617c1x-114.88208c1y20.204132V-114.39804 20.009483c0x1c1x-114.51689c1y20.074944V-114.36703 20.143845c0x1c1x1V-113.91229 20.143845c0x1c1x1V-113.91229 16.123417c0x1c1x1V-114.39806 16.123417c0x1c1x1V-114.39806 17.56002c0x-114.53413c0y17.448059c1x1V-114.83214 17.286133c0x-114.98544c0y17.213783c1x-114.67883c1y17.356758V-115.34891 17.177612c0x-115.68997c0y17.177612c1x-115.1577c1y17.177612V-116.15506 17.570351c0x-116.35315c0y17.832176c1x-115.95869c1y17.308525V-116.45219 18.67881c0x1c1x-116.45219c1y18.20166 B0 1B1 2B2 3B3 4B4 5B5 6L6 7L7 8L8 9L9 10L10 11B11 12B12 13B13 14B14 15L15 0 1 0 0 1 0 0 V-115.95091 18.691742c0x-115.95091c0y18.347237c1x1V-115.78036 17.908844c0x-115.66667c0y17.729698c1x-115.89406c1y18.086266V-115.23001 17.640129c0x-115.08876c0y17.640129c1x-115.48323c1y17.640129V-114.80109 17.733147c0x-114.65639c0y17.793434c1x-114.94579c1y17.671135V-114.39801 17.968277c0x1c1x-114.52203c1y17.871811V-114.39801 19.621925c0x-114.53581c0y19.683937c1x1V-114.75198 19.751114c0x-114.85188c0y19.77523c1x-114.65379c1y19.726997V-115.09047 19.787285c0x-115.35919c0y19.787285c1x-114.96472c1y19.787285V-115.72093 19.523735c0x-115.87424c0y19.346313c1x-115.56934c1y19.699432V-115.9509 18.691742c0x1c1x-115.9509c1y19.068977 B0 1B1 2B2 3B3 4L4 5B5 6B6 7B7 8B8 9L9 0 1 0 0 1 0 0 V-119.66904 18.70208c0x-119.66904c0y19.172333c1x-119.66904c1y18.231827V-119.3073 19.815704c0x-119.06615c0y20.087868c1x-119.54846c1y19.543541V-118.33836 20.223946c0x-117.93011c0y20.223946c1x-118.74316c1y20.223946V-117.36426 19.815704c0x-117.12483c0y19.543541c1x-117.60542c1y20.087868V-117.00511 18.70208c0x-117.00511c0y18.231827c1x-117.00511c1y19.172333V-117.36426 17.588455c0x-117.60541c0y17.314568c1x-117.12483c1y17.860619V-118.33836 17.177628c0x-118.74316c0y17.177628c1x-117.93011c1y17.177628V-119.3073 17.588455c0x-119.54846c0y17.860619c1x-119.06613c1y17.314568 1 0 0 1 0 0 V-119.16777 18.70208c0x-119.16777c0y18.328285c1x1V-118.94814 17.870087c0x-118.80173c0y17.687492c1x-119.09456c1y18.050957V-118.33835 17.596199c0x-118.0748c0y17.596199c1x-118.59846c1y17.596199V-117.7234 17.870087c0x-117.5787c0y18.050957c1x-117.86981c1y17.687492V-117.50636 18.70208c0x-117.50636c0y19.063812c1x-117.50636c1y18.328285V-117.72598 19.526321c0x-117.87241c0y19.712357c1x-117.57957c1y19.338562V-118.33835 19.805374c0x-118.59673c0y19.805374c1x-118.07652c1y19.805374V-118.94554 19.528908c0x-119.09369c0y19.342873c1x-118.79913c1y19.713219V-119.16776 18.702087c0x1c1x-119.16776c1y19.067268 1 0 0 1 0 0 V-108.48495 25.57505c0x-108.48495c0y25.766251c1x1V-108.37643 26.081482c0x-108.30409c0y26.227898c1x-108.44878c1y25.935066V-108.08446 26.443214c0x-107.93976c0y26.5569c1x-108.20676c1y26.34848V-107.60645 26.686096c0x-107.43419c0y26.734329c1x-107.78043c1y26.637863V-106.94757 26.758446c0x1c1x-107.21457c1y26.758446V-105.58333 26.758446c0x1c1x1V-105.58333 22.911133c0x1c1x1V-106.72279 22.911133c0x-107.00357c0y22.911133c1x1V-107.35326 22.942146c0x-107.49277c0y22.962822c1x-107.21373c1y22.921471V-107.75375 23.071335c0x-107.895c0y23.145409c1x-107.62627c1y23.005882V-108.06122 23.358139c0x-108.12495c0y23.473549c1x-107.99748c1y23.241005V-108.15681 23.774132c0x-108.15681c0y23.956726c1x-108.15681c1y23.612213V-108.01729 24.241806c0x-107.92427c0y24.36927c1x-108.11031c1y24.112617V-107.64522 24.549278c0x1c1x-107.80025c1y24.471764V-107.64522 24.569946c0x-107.90532c0y24.623344c1x1V-108.26016 24.913597c0x-108.41002c0y25.08757c1x-108.11031c1y24.7379V-108.48495 25.575058c0x1c1x-108.48495c1y25.30806 B0 1B1 2B2 3B3 4L4 5L5 6L6 7B7 8B8 9B9 10B10 11B11 12B12 13L13 14B14 15B15 16L16 0 1 0 0 1 0 0 V-107.62454 23.841309c0x-107.62454c0y23.748291c1x1V-107.57805 23.606178c0x-107.54706c0y23.54245c1x-107.60904c1y23.669914V-107.42819 23.451149c0x-107.34723c0y23.40464c1x-107.4971c1y23.490768V-107.13364 23.365875c0x-107.01822c0y23.353813c1x-107.24904c1y23.376213V-106.70473 23.347786c0x1c1x-106.87524c1y23.347786V-106.09494 23.347786c0x1c1x1V-106.09494 24.458832c0x1c1x1V-106.75639 24.458832c0x-106.9166c0y24.458832c1x1V-107.13881 24.435585c0x-107.23355c0y24.418358c1x-107.04407c1y24.45108V-107.40236 24.33223c0x-107.48332c0y24.280548c1x-107.3214c1y24.383904V-107.57289 24.133278c0x-107.60736c0y24.050598c1x-107.54016c1y24.214233V-107.62459 23.841309c0x1c1x-107.62459c1y23.95327 1 0 0 1 0 0 V-107.95268 25.595726c0x-107.95268c0y25.440697c1x1V-107.88289 25.226242c0x-107.83636c0y25.134949c1x-107.92941c1y25.317535V-107.62967 24.993698c0x-107.54698c0y24.95063c1x-107.75195c1y25.057434V-107.32736 24.911018c0x-107.21022c0y24.89724c1x-107.44621c1y24.923073V-106.89844 24.89035c0x1c1x-107.06725c1y24.89035V-106.09486 24.89035c0x1c1x1V-106.09486 26.321785c0x1c1x1V-106.77182 26.321785c0x-106.99576c0y26.321785c1x1V-107.32217 26.288193c0x-107.46515c0y26.264076c1x-107.17921c1y26.310585V-107.67357 26.159004c0x-107.77002c0y26.091827c1x-107.58228c1y26.221016V-107.88544 25.929047c0x-107.93024c0y25.842918c1x-107.84065c1y26.015175V-107.95264 25.595734c0x1c1x-107.95264c1y25.731819 1 0 0 1 0 0 V-111.63206 25.316666c0x-111.63206c0y25.786919c1x-111.63206c1y24.846413V-111.27032 26.43029c0x-111.02917c0y26.702454c1x-111.51149c1y26.158127V-110.30139 26.838531c0x-109.89314c0y26.838531c1x-110.70619c1y26.838531V-109.32729 26.43029c0x-109.08784c0y26.158127c1x-109.56845c1y26.702454V-108.96812 25.316666c0x-108.96812c0y24.846413c1x-108.96812c1y25.786919V-109.32729 24.203041c0x-109.56844c0y23.929153c1x-109.08784c1y24.475204V-110.30139 23.792213c0x-110.70619c0y23.792213c1x-109.89314c1y23.792213V-111.27032 24.203041c0x-111.51149c0y24.475204c1x-111.02916c1y23.929153 1 0 0 1 0 0 V-111.1308 25.316666c0x-111.1308c0y24.942871c1x1V-110.91118 24.484673c0x-110.76476c0y24.302078c1x-111.05759c1y24.665543V-110.30139 24.210785c0x-110.03784c0y24.210785c1x-110.56149c1y24.210785V-109.68645 24.484673c0x-109.54175c0y24.665543c1x-109.83286c1y24.302078V-109.46941 25.316666c0x-109.46941c0y25.678398c1x-109.46941c1y24.942871V-109.68903 26.140907c0x-109.83545c0y26.326942c1x-109.54262c1y25.953148V-110.30139 26.41996c0x-110.55977c0y26.41996c1x-110.03957c1y26.41996V-110.90858 26.143494c0x-111.05672c0y25.957458c1x-110.76218c1y26.327805V-111.13078 25.316673c0x1c1x-111.13078c1y25.681854 1 0 0 1 0 0 V-114.84375 25.316666c0x-114.84375c0y25.786919c1x-114.84375c1y24.846413V-114.48201 26.43029c0x-114.24086c0y26.702454c1x-114.72318c1y26.158127V-113.51308 26.838531c0x-113.10483c0y26.838531c1x-113.91788c1y26.838531V-112.53897 26.43029c0x-112.29955c0y26.158127c1x-112.78014c1y26.702454V-112.17982 25.316666c0x-112.17982c0y24.846413c1x-112.17982c1y25.786919V-112.53897 24.203041c0x-112.78012c0y23.929153c1x-112.29955c1y24.475204V-113.51308 23.792213c0x-113.91788c0y23.792213c1x-113.10483c1y23.792213V-114.48201 24.203041c0x-114.72318c0y24.475204c1x-114.24084c1y23.929153 1 0 0 1 0 0 V-114.34248 25.316666c0x-114.34248c0y24.942871c1x1V-114.12285 24.484673c0x-113.97644c0y24.302078c1x-114.26927c1y24.665543V-113.51306 24.210785c0x-113.24951c0y24.210785c1x-113.77318c1y24.210785V-112.89812 24.484673c0x-112.75342c0y24.665543c1x-113.04453c1y24.302078V-112.68108 25.316666c0x-112.68108c0y25.678398c1x-112.68108c1y24.942871V-112.9007 26.140907c0x-113.04712c0y26.326942c1x-112.75429c1y25.953148V-113.51306 26.41996c0x-113.77144c0y26.41996c1x-113.25124c1y26.41996V-114.12025 26.143494c0x-114.2684c0y25.957458c1x-113.97385c1y26.327805V-114.34247 25.316673c0x1c1x-114.34247c1y25.681854 1 0 0 1 0 0 V-117.65753 25.926445c0x-117.65753c0y26.189995c1x1V-117.32939 26.574982c0x-117.11234c0y26.74379c1x-117.54816c1y26.406174V-116.43797 26.828194c0x-116.22437c0y26.828194c1x-116.8152c1y26.828194V-115.84886 26.753265c0x-115.67143c0y26.701591c1x-116.028c1y26.803215V-115.40186 26.58532c0x1c1x-115.52243c1y26.645615V-115.40186 26.040131c0x1c1x1V-115.42766 26.040131c0x-115.58096c0y26.15554c1x1V-115.93925 26.316597c0x-116.12701c0y26.383774c1x-115.7515c1y26.247696V-116.47928 26.417366c0x-116.69287c0y26.417366c1x-116.30702c1y26.417366V-116.98055 26.314011c0x-117.10112c0y26.24511c1x-116.85995c1y26.382912V-117.16141 25.988449c0x-117.16141c0y25.874763c1x-117.16141c1y26.136589V-117.0632 25.730064c0x-116.99773c0y25.671494c1x-117.12868c1y25.788635V-116.68596 25.5802c0x-116.61707c0y25.564705c1x-116.87198c1y25.621544V-116.41466 25.52594c0x-116.30441c0y25.505264c1x-116.52663c1y25.546616V-116.11235 25.458763c0x-115.85913c0y25.391586c1x-116.20364c1y25.482872V-115.57233 25.164207c0x-115.46724c0y25.033295c1x-115.67912c1y25.293396V-115.4147 24.683617c0x-115.4147c0y24.564758c1x-115.4147c1y24.873093V-115.48711 24.347717c0x-115.53705c0y24.242638c1x-115.43884c1y24.452797V-115.7119 24.066078c0x-115.80836c0y23.985123c1x-115.61197c1y24.148758V-116.07881 23.874878c0x-116.22867c0y23.826645c1x-115.93066c1y23.921387V-116.58008 23.802528c0x-116.75233c0y23.802528c1x-116.39577c1y23.802528V-117.10201 23.867126c0x-117.27942c0y23.90847c1x-116.9263c1y23.824059V-117.54384 24.019569c0x1c1x-117.4267c1y23.959282V-117.54384 24.538918c0x1c1x1V-117.51804 24.538918c0x-117.39401c0y24.447624c1x1V-117.06587 24.30896c0x-116.88844c0y24.245232c1x-117.24329c1y24.370972V-116.54393 24.213364c0x-116.36652c0y24.213364c1x-116.71446c1y24.213364V-116.09435 24.316719c0x-115.97205c0y24.383896c1x-116.21664c1y24.247818V-115.91089 24.619026c0x-115.91089c0y24.737885c1x-115.91089c1y24.484665V-116.02199 24.887741c0x-116.09433c0y24.948029c1x-115.94792c1y24.827454V-116.37338 25.035019c0x-116.46295c0y25.055695c1x-116.21147c1y24.997124V-116.67311 25.097031c0x-116.78506c0y25.117706c1x-116.56287c1y25.076363V-116.95216 25.15387c0x-117.17783c0y25.205544c1x-116.87808c1y25.13665V-117.47409 25.420006c0x-117.59639c0y25.54747c1x-117.35179c1y25.29425V-117.65755 25.926437c0x1c1x-117.65755c1y25.716286 B0 1B1 2B2 3B3 4L4 5L5 6B6 7B7 8B8 9B9 10B10 11B11 12B12 13B13 14B14 15B15 16B16 17B17 18B18 19B19 20B20 21B21 22L22 23L23 24B24 25B25 26B26 27B27 28B28 29B29 30B30 31B31 32B32 33B33 34L34 0 1 0 0 1 0 0 V-119.8512 26.732605c0x-119.7599c0y26.756721c1x1V-119.55147 26.792038c0x-119.44467c0y26.807533c1x-119.65999c1y26.776527V-119.26466 26.815285c0x-118.97011c0y26.815285c1x-119.34908c1y26.815285V-118.59288 26.577576c0x-118.43958c0y26.419106c1x-118.74619c1y26.736046V-118.36292 25.815346c0x1c1x-118.36292c1y26.165024V-118.36292 24.280556c0x1c1x1V-118.03476 24.280556c0x1c1x1V-118.03476 23.872314c0x1c1x1V-118.36292 23.872314c0x1c1x1V-118.36292 23.042908c0x1c1x1V-118.84866 23.042908c0x1c1x1V-118.84866 23.872314c0x1c1x1V-119.8512 23.872314c0x1c1x1V-119.8512 24.280556c0x1c1x1V-118.84866 24.280556c0x1c1x1V-118.84866 25.595718c0x-118.84866c0y25.747307c1x1V-118.85896 25.952286c0x-118.86583c0y26.03669c1x-118.8521c1y25.866158V-118.93137 26.189995c0x-118.96922c0y26.258896c1x-118.88997c1y26.115929V-119.0864 26.342438c0x-119.15356c0y26.373444c1x-119.0209c1y26.309715V-119.39128 26.388947c0x-119.47052c0y26.388947c1x-119.25519c1y26.388947V-119.63933 26.355354c0x-119.72546c0y26.331238c1x-119.55319c1y26.377747V-119.82536 26.295921c0x1c1x-119.78748c1y26.311432V-119.85117 26.295921c0x1c1x1 1 0 0 1 0 0 1 0 0 1 0 0 V-15.531052 48.040623c0x-15.53035c0y51.576534c1x-15.531067c1y44.506001V-9.1310577 54.44062c0x-5.5964355c0y54.440617c1x-12.664383c1y54.44133V-2.7310638 48.040619c0x-2.7303467c0y44.507294c1x-2.7310638c1y51.575237V-9.1310577 41.640617c0x-12.66568c0y41.640621c1x-5.5951385c1y41.641338 1 0 0 1 0 0 1 0 0 1 0 0 V-2.966217 60.436352c0x-2.966217c0y60.586216c1x1V-2.8602905 60.880772c0x-2.7913818c0y61.027187c1x-2.9309082c1y60.734356V-2.5683136 61.252842c0x-2.4305115c0y61.363087c1x-2.6940613c1y61.151211V-2.0851288 61.511227c0x-1.9025421c0y61.573238c1x-2.2694397c1y61.449215V-1.4236755 61.604244c0x-1.146347c0y61.604244c1x-1.6820526c1y61.604244V-0.67436218 61.526737c0x-0.45387268c0y61.475063c1x-0.89657593c1y61.578411V1.5258789e-5 61.29678c0x1c1x-0.2290802c1y61.398411V1.5258789e-5 60.655994c0x1c1x1V-0.036178589 60.655994c0x-0.23083496c0y60.817913c1x1V-0.71055603 61.030651c0x-0.96548462c0y61.118504c1x-0.45562744c1y60.942799V-1.4288635 61.162426c0x-1.7458038c0y61.162426c1x-1.2049255c1y61.162426V-2.1678314 60.984142c0x-2.3452606c0y60.865284c1x-1.9921265c1y61.103001V-2.4339752 60.508717c0x-2.4339752c0y60.338184c1x-2.4339752c1y60.706814V-2.3073578 60.131481c0x-2.2246704c0y60.050526c1x-2.3917694c1y60.212437V-1.927536 59.94286c0x-1.7983398c0y59.908405c1x-2.0980682c1y59.987652V-1.5063629 59.857586c0x-1.3565063c0y59.835194c1x-1.657959c1y59.879978V-1.0283661 59.772312c0x-0.68730164c0y59.699963c1x-1.1971741c1y59.806767V-0.26872253 59.402828c0x-0.10508728c0y59.227131c1x-0.43408203c1y59.576801V-0.023269653 58.718113c0x-0.023269653c0y58.395992c1x-0.023269653c1y58.99889V-0.4315033 57.927464c0x-0.70367432c0y57.72076c1x-0.15934753c1y58.132442V-1.4676208 57.617405c0x-1.7380524c0y57.617405c1x-1.0490417c1y57.617405V-2.2117615 57.694912c0x-2.4374237c0y57.746593c1x-1.9860992c1y57.643238V-2.8112183 57.886112c0x1c1x-2.6372375c1y57.810329V-2.8112183 58.490726c0x1c1x1V-2.7750244 58.490726c0x-2.6286163c0y58.366703c1x1V-2.1962585 58.183254c0x-1.9585419c0y58.100574c1x-2.4356842c1y58.26421V-1.4650269 58.059231c0x-1.1911469c0y58.059231c1x-1.714798c1y58.059231V-0.80357361 58.229763c0x-0.63821411c0y58.343449c1x-0.97065735c1y58.116077V-0.55552673 58.66901c0x-0.55552673c0y58.829205c1x-0.55552673c1y58.489864V-0.67955017 59.046246c0x-0.76223755c0y59.137539c1x-0.59686279c1y58.954952V-1.1162262 59.255535c0x-1.2264709c0y59.279652c1x-0.90779114c1y59.207302V-1.5864716 59.343388c0x-1.7897339c0y59.377842c1x-1.3832092c1y59.308933V-2.103241 59.449322c0x-2.3891754c0y59.525112c1x-1.9619904c1y59.413151V-2.7491913 59.792973c0x-2.8938904c0y59.946278c1x-2.6044922c1y59.63966V-2.9662323 60.436344c0x1c1x-2.9662323c1y60.160732 1 0 0 1 0 0 V-5.2477417 61.508633c0x-5.1564484c0y61.532749c1x1V-4.9480286 61.568066c0x-4.8412323c0y61.583561c1x-5.0565491c1y61.552555V-4.6612244 61.591312c0x-4.3666687c0y61.591312c1x-4.7456207c1y61.591312V-3.9894409 61.353603c0x-3.8361359c0y61.195133c1x-4.142746c1y61.512074V-3.7594757 60.591373c0x1c1x-3.7594757c1y60.941051V-3.7594757 59.056583c0x1c1x1V-3.4313202 59.056583c0x1c1x1V-3.4313202 58.648342c0x1c1x1V-3.7594757 58.648342c0x1c1x1V-3.7594757 57.818935c0x1c1x1V-4.2452393 57.818935c0x1c1x1V-4.2452393 58.648342c0x1c1x1V-5.247757 58.648342c0x1c1x1V-5.247757 59.056583c0x1c1x1V-4.2452393 59.056583c0x1c1x1V-4.2452393 60.371746c0x-4.2452393c0y60.523335c1x1V-4.2555389 60.728313c0x-4.2624054c0y60.812717c1x-4.2486725c1y60.642185V-4.3279419 60.966022c0x-4.365799c0y61.034924c1x-4.2865448c1y60.891956V-4.4829712 61.118465c0x-4.5501556c0y61.149471c1x-4.4174805c1y61.085743V-4.7878571 61.164974c0x-4.8670959c0y61.164974c1x-4.6517792c1y61.164974V-5.0359039 61.131382c0x-5.1220398c0y61.107265c1x-4.9497833c1y61.153774V-5.2219391 61.071949c0x1c1x-5.1840515c1y61.08746V-5.2477417 61.071949c0x1c1x1 1 0 0 1 0 0 V-8.2501373 60.141796c0x1c1x1V-6.1236572 60.141796c0x-6.1236572c0y60.319218c1x1V-6.2037506 60.606884c0x-6.2571411c0y60.737797c1x-6.1503601c1y60.474247V-6.4233856 60.929859c0x-6.5129547c0y61.012539c1x-6.3303528c1y60.845455V-6.7411957 61.115894c0x-6.8652191c0y61.157238c1x-6.6188965c1y61.074551V-7.1494293 61.177906c0x-7.3457947c0y61.177906c1x-7.001297c1y61.177906V-7.7411346 61.061634c0x-7.9409485c0y60.982395c1x-7.5430298c1y61.139149V-8.1674652 60.82909c0x1c1x-8.0830536c1y60.904881V-8.1932678 60.82909c0x1c1x1V-8.1932678 61.358776c0x-8.0296326c0y61.427677c1x1V-7.6920013 61.531895c0x-7.5214691c0y61.578403c1x-7.8625488c1y61.485386V-7.1545563 61.601658c0x-6.6756897c0y61.601658c1x-7.3423157c1y61.601658V-6.0331726 61.214085c0x-5.7644501c0y60.953976c1x-6.3018951c1y61.472469V-5.6300964 60.108204c0x-5.6300964c0y59.636227c1x-5.6300964c1y60.585354V-6.0150909 58.984241c0x-6.273468c0y58.706913c1x-5.7584229c1y59.26157V-7.0331116 58.568249c0x-7.4224091c0y58.568249c1x-6.6128082c1y58.568249V-7.9322815 58.909313c0x-8.1441498c0y59.136692c1x-7.7221375c1y58.681934V-8.2500916 59.878246c0x1c1x-8.2500916c1y59.459667 1 0 0 1 0 0 V-7.777298 59.769726c0x-7.7752991c0y59.51479c1x1V-7.5835114 59.178028c0x-7.4577637c0y59.038502c1x-7.7106934c1y59.317554V-7.007309 58.968739c0x-6.7472076c0y58.968739c1x-7.2657013c1y58.968739V-6.384613 59.198696c0x-6.231308c0y59.352001c1x-6.5396423c1y59.045391V-6.1236572 59.769718c0x1c1x-6.1443176c1y59.542339 1 0 0 1 0 0 V-11.229294 61.534473c0x1c1x1V-10.746124 61.534473c0x1c1x1V-10.746124 61.227001c0x-10.703049c0y61.25629c1x1V-10.570419 61.351025c0x-10.498077c0y61.402706c1x-10.644485c1y61.297626V-10.358536 61.475048c0x-10.277573c0y61.514668c1x-10.427444c1y61.44405V-10.079483 61.573238c0x-9.974411c0y61.600803c1x-10.184555c1y61.547398V-9.7099915 61.614582c0x-9.4498901c0y61.614582c1x-9.8512421c1y61.614582V-9.0485382 61.356197c0x-8.8676758c0y61.183941c1x-9.2294006c1y61.528454V-8.7772369 60.697323c0x-8.7772369c0y60.478558c1x-8.7772369c1y60.964314V-8.9167633 60.167637c0x-9.0115051c0y60.031551c1x-8.8237457c1y60.301998V-9.3198395 59.84724c0x-9.4955444c0y59.769726c1x-9.1458588c1y59.924755V-9.9528656 59.689625c0x-10.199188c0y59.66206c1x-9.706543c1y59.71719V-10.746109 59.627613c0x1c1x-10.463608c1y59.641392V-10.746109 59.552685c0x-10.746109c0y59.44244c1x1V-10.686707 59.278797c0x-10.648849c0y59.206448c1x-10.726303c1y59.351147V-10.521332 59.108265c0x-10.452438c0y59.068645c1x-10.593719c1y59.149609V-10.273285 59.028164c0x-10.176819c0y59.014385c1x-10.369751c1y59.041943V-9.9709778 59.007496c0x-9.8435211c0y59.007496c1x-10.07605c1y59.007496V-9.5446472 59.059177c0x-9.3878937c0y59.0919c1x-9.7014008c1y59.024723V-9.0588837 59.203869c0x1c1x-9.2259827c1y59.140133V-9.0330811 59.203869c0x1c1x1V-9.0330811 58.710361c0x-9.1278229c0y58.684521c1x1V-9.4439087 58.625088c0x-9.6230621c0y58.594082c1x-9.2647552c1y58.656101V-9.973587 58.578579c0x-10.176849c0y58.578579c1x-9.7996216c1y58.578579V-10.503281 58.63026c0x-10.654861c0y58.662983c1x-10.353409c1y58.595806V-10.896027 58.800793c0x-11.004547c0y58.880032c1x-10.785782c1y58.71983V-11.144073 59.108265c0x-11.200943c0y59.234013c1x-11.087234c1y58.982525V-11.22937 59.575939c0x1c1x-11.22937c1y59.389904 1 0 0 1 0 0 V-10.746124 60.823925c0x1c1x1V-10.746124 60.020359c0x-10.597977c0y60.028973c1x1V-10.221603 60.059116c0x-10.02179c0y60.076344c1x-10.423141c1y60.041889V-9.7461853 60.134045c0x-9.6066589c0y60.173664c1x-9.863327c1y60.101322V-9.4076996 60.32008c0x-9.3215637c0y60.40276c1x-9.4938354c1y60.235676V-9.2785034 60.663731c0x-9.2785034c0y60.829098c1x-9.2785034c1y60.517315V-9.4283752 61.038387c0x-9.5282745c0y61.121067c1x-9.3284607c1y60.953983V-9.8857117 61.162411c0x-10.056244c0y61.162411c1x-9.6807251c1y61.162411V-10.353394 61.06422c0x-10.494644c0y60.997044c1x-10.212143c1y61.129681V-10.74614 60.823925c0x1c1x-10.625549c1y60.916943 1 0 0 1 0 0 V-12.655563 61.534473c0x1c1x1V-12.1698 61.534473c0x1c1x1V-12.1698 57.514046c0x1c1x1V-12.655563 57.514046c0x1c1x1 1 0 0 1 0 0 V-15.115356 61.508633c0x-15.024063c0y61.532749c1x1V-14.815643 61.568066c0x-14.708847c0y61.583561c1x-14.924164c1y61.552555V-14.528839 61.591312c0x-14.234283c0y61.591312c1x-14.613235c1y61.591312V-13.857056 61.353603c0x-13.703751c0y61.195133c1x-14.010361c1y61.512074V-13.62709 60.591373c0x1c1x-13.62709c1y60.941051V-13.62709 59.056583c0x1c1x1V-13.298935 59.056583c0x1c1x1V-13.298935 58.648342c0x1c1x1V-13.62709 58.648342c0x1c1x1V-13.62709 57.818935c0x1c1x1V-14.112854 57.818935c0x1c1x1V-14.112854 58.648342c0x1c1x1V-15.115372 58.648342c0x1c1x1V-15.115372 59.056583c0x1c1x1V-14.112854 59.056583c0x1c1x1V-14.112854 60.371746c0x-14.112854c0y60.523335c1x1V-14.123154 60.728313c0x-14.13002c0y60.812717c1x-14.116287c1y60.642185V-14.195557 60.966022c0x-14.233414c0y61.034924c1x-14.15416c1y60.891956V-14.350586 61.118465c0x-14.41777c0y61.149471c1x-14.285095c1y61.085743V-14.655472 61.164974c0x-14.734711c0y61.164974c1x-14.519394c1y61.164974V-14.903519 61.131382c0x-14.989655c0y61.107265c1x-14.817398c1y61.153774V-15.089554 61.071949c0x1c1x-15.051666c1y61.08746V-15.115356 61.071949c0x1c1x1 1 0 0 1 0 0 V-18.115189 61.534473c0x1c1x1V-17.629425 61.534473c0x1c1x1V-17.629425 59.891163c0x-17.629425c0y59.758526c1x1V-17.606125 59.519093c0x-17.590591c0y59.401958c1x-17.621658c1y59.634502V-17.520828 59.245205c0x-17.477753c0y59.172855c1x-17.562164c1y59.310665V-17.334793 59.085011c0x-17.253845c0y59.04884c1x-17.415741c1y59.119457V-17.019577 59.03075c0x-16.886932c0y59.03075c1x-17.148773c1y59.03075V-16.603577 59.128941c0x-16.458878c0y59.194401c1x-16.748276c1y59.06348V-16.187592 59.379574c0x1c1x-16.320221c1y59.277943V-16.187592 61.534481c0x1c1x1V-15.701828 61.534481c0x1c1x1V-15.701828 57.514053c0x1c1x1V-16.187592 57.514053c0x1c1x1V-16.187592 58.968746c0x-16.339172c0y58.842999c1x1V-16.657837 58.674191c0x-16.819748c0y58.603565c1x-16.495926c1y58.744816V-17.156509 58.568256c0x-17.468292c0y58.568256c1x-16.985977c1y58.568256V-17.869644 58.849895c0x-18.033279c0y59.037655c1x-17.705994c1y58.662136V-18.115097 59.661213c0x1c1x-18.115097c1y59.308094 1 0 0 1 0 0 V-5.9957581 68.149063c0x1c1x1V-5.4841614 68.149063c0x1c1x1V-5.4841614 64.834015c0x1c1x1V-4.4144592 67.089691c0x1c1x1V-4.1095734 67.089691c0x1c1x1V-3.0476227 64.834015c0x1c1x1V-3.0476227 68.149063c0x1c1x1V-2.5696106 68.149063c0x1c1x1V-2.5696106 64.301743c0x1c1x1V-3.2672424 64.301743c0x1c1x1V-4.2930298 66.443741c0x1c1x1V-5.2852173 64.301743c0x1c1x1V-5.9957733 64.301743c0x1c1x1 LineClosed 1 0 0 1 0 0 V-9.4503326 66.707291c0x-9.4503326c0y67.177536c1x-9.4503326c1y66.23703V-9.0885925 67.820908c0x-8.8474426c0y68.093079c1x-9.3297577c1y67.548752V-8.1196594 68.229156c0x-7.7114105c0y68.229156c1x-8.5244598c1y68.229156V-7.1455536 67.820908c0x-6.9061279c0y67.548752c1x-7.3867188c1y68.093079V-6.7864075 66.707291c0x-6.7864075c0y66.23703c1x-6.7864075c1y67.177536V-7.1455536 65.593658c0x-7.3867035c0y65.319778c1x-6.9061279c1y65.865829V-8.1196594 65.182831c0x-8.5244598c0y65.182831c1x-7.7114105c1y65.182831V-9.0885925 65.593658c0x-9.3297577c0y65.865829c1x-8.8474274c1y65.319778 1 0 0 1 0 0 V-8.9490662 66.707291c0x-8.9490662c0y66.333496c1x1V-8.7294312 65.87529c0x-8.5830231c0y65.692703c1x-8.8758545c1y66.056168V-8.1196442 65.60141c0x-7.8560944c0y65.60141c1x-8.3797607c1y65.60141V-7.5046997 65.87529c0x-7.3600006c0y66.056168c1x-7.6511078c1y65.692703V-7.2876587 66.707291c0x-7.2876587c0y67.069016c1x-7.2876587c1y66.333496V-7.5072784 67.531525c0x-7.6537018c0y67.71756c1x-7.3608704c1y67.343765V-8.1196442 67.810577c0x-8.3780212c0y67.810577c1x-7.8578186c1y67.810577V-8.7268372 67.534119c0x-8.8749847c0y67.348083c1x-8.5804291c1y67.71843V-8.9490509 66.707291c0x1c1x-8.9490509c1y67.072479 1 0 0 1 0 0 V-12.543167 68.149063c0x1c1x1V-12.057419 68.149063c0x1c1x1V-12.057419 67.846756c0x-11.917892c0y67.967331c1x1V-11.620743 68.128387c0x-11.469147c0y68.195572c1x-11.772339c1y68.061218V-11.127228 68.229156c0x-10.78273c0y68.229156c1x-11.304642c1y68.229156V-10.305573 67.831253c0x-10.104034c0y67.565979c1x-10.508835c1y68.096527V-10.003265 66.727951c0x-10.003265c0y66.483353c1x-10.003265c1y67.198212V-10.106613 66.074249c0x-10.177246c0y65.883041c1x-10.03772c1y66.265442V-10.390839 65.585907c0x-10.50798c0y65.454987c1x-10.271988c1y65.720261V-10.799072 65.286179c0x-10.955826c0y65.217285c1x-10.644058c1y65.355087V-11.284836 65.182831c0x-11.436432c0y65.182831c1x-11.117737c1y65.182831V-11.687912 65.231918c0x-11.805054c0y65.262924c1x-11.570786c1y65.199188V-12.057404 65.379196c0x1c1x-11.928207c1y65.312012V-12.057404 64.128632c0x1c1x1V-12.543152 64.128632c0x1c1x1 L0 1L1 2B2 3B3 4B4 5B5 6B6 7B7 8B8 9B9 10B10 11B11 12L12 13L13 14L14 0 1 0 0 1 0 0 V-12.057419 67.438507c0x1c1x1V-12.057419 65.782272c0x-11.926514c0y65.723709c1x1V-11.706024 65.660843c0x-11.602676c0y65.638443c1x-11.809372c1y65.683228V-11.367538 65.627243c0x-11.095367c0y65.627243c1x-11.489838c1y65.627243V-10.731903 65.911469c0x-10.580322c0y66.100937c1x-10.883499c1y65.721985V-10.504532 66.717621c0x-10.504532c0y67.06041c1x-10.504532c1y66.369659V-10.680237 67.500519c0x-10.797379c0y67.677933c1x-10.563095c1y67.321365V-11.2435 67.766647c0x-11.381302c0y67.766647c1x-10.985123c1y67.766647V-11.662079 67.676224c0x-11.803329c0y67.614212c1x-11.520828c1y67.736511V-12.057404 67.438507c0x1c1x-11.935104c1y67.534973 1 0 0 1 0 0 V-15.915054 66.756378c0x1c1x1V-13.788574 66.756378c0x-13.788574c0y66.933807c1x1V-13.868668 67.221466c0x-13.922058c0y67.352386c1x-13.815277c1y67.088837V-14.088287 67.544449c0x-14.177856c0y67.627121c1x-13.99527c1y67.460037V-14.406097 67.730484c0x-14.530121c0y67.77182c1x-14.283798c1y67.689133V-14.814346 67.792496c0x-15.010712c0y67.792496c1x-14.666199c1y67.792496V-15.406036 67.676224c0x-15.60585c0y67.596985c1x-15.207947c1y67.753738V-15.832367 67.44368c0x1c1x-15.747955c1y67.51947V-15.85817 67.44368c0x1c1x1V-15.85817 67.973358c0x-15.694534c0y68.042267c1x1V-15.356903 68.146484c0x-15.186371c0y68.192993c1x-15.527451c1y68.099976V-14.819458 68.216248c0x-14.340591c0y68.216248c1x-15.007217c1y68.216248V-13.698074 67.828674c0x-13.429352c0y67.568558c1x-13.966797c1y68.087051V-13.294998 66.722794c0x-13.294998c0y66.250824c1x-13.294998c1y67.199936V-13.679993 65.598831c0x-13.93837c0y65.321503c1x-13.423325c1y65.87616V-14.698013 65.182846c0x-15.087311c0y65.182846c1x-14.27771c1y65.182846V-15.597183 65.523911c0x-15.809052c0y65.751282c1x-15.387039c1y65.296524V-15.914993 66.492844c0x1c1x-15.914993c1y66.074265 1 0 0 1 0 0 V-15.442215 66.384308c0x-15.440216c0y66.129379c1x1V-15.248428 65.792618c0x-15.122681c0y65.653091c1x-15.37561c1y65.932144V-14.672241 65.583328c0x-14.412125c0y65.583328c1x-14.930618c1y65.583328V-14.04953 65.813278c0x-13.896225c0y65.966583c1x-14.204559c1y65.659973V-13.788574 66.384308c0x1c1x-13.809235c1y66.156921 1 0 0 1 0 0 1 0 0 1 0 0 V-49.997711 48.040623c0x-49.997009c0y51.576534c1x-49.997726c1y44.506001V-43.597717 54.44062c0x-40.063095c0y54.440617c1x-47.131042c1y54.44133V-37.197723 48.040619c0x-37.197006c0y44.507294c1x-37.197723c1y51.575237V-43.597717 41.640617c0x-47.132339c0y41.640621c1x-40.061798c1y41.641338 1 0 0 1 0 0 1 0 0 1 0 0 V-40.142029 60.534534c0x-40.142029c0y60.872158c1x1V-39.83197 61.314846c0x-39.626999c0y61.49744c1x-40.038681c1y61.132259V-39.005157 61.588734c0x-38.92247c0y61.588734c1x-39.351395c1y61.588734V-38.674423 61.565487c0x-38.536621c0y61.551708c1x-38.812225c1y61.580982V-38.328186 61.513805c0x1c1x-38.421219c1y61.534481V-38.328186 61.035801c0x1c1x1V-38.356583 61.035801c0x-38.427216c0y61.059917c1x1V-38.617554 61.110729c0x-38.720901c0y61.13657c1x-38.514206c1y61.084888V-38.935364 61.149487c0x-39.093842c0y61.149487c1x-38.826843c1y61.149487V-39.312607 61.095226c0x-39.407349c0y61.059055c1x-39.219589c1y61.131397V-39.521896 60.940197c0x-39.56842c0y60.871296c1x-39.477112c1y61.007374V-39.609802 60.686985c0x-39.623611c0y60.587078c1x-39.597733c1y60.786892V-39.630508 60.340755c0x1c1x-39.630508c1y60.471668V-39.630508 58.095417c0x1c1x1V-38.816605 58.095417c0x1c1x1V-38.816605 57.687176c0x1c1x1V-40.142105 57.687176c0x1c1x1 1 0 0 1 0 0 V-43.340805 61.534473c0x1c1x1V-42.85762 61.534473c0x1c1x1V-42.85762 61.227001c0x-42.814545c0y61.25629c1x1V-42.681915 61.351025c0x-42.609573c0y61.402706c1x-42.755981c1y61.297626V-42.470047 61.475048c0x-42.389084c0y61.514668c1x-42.53894c1y61.44405V-42.190994 61.573238c0x-42.085922c0y61.600803c1x-42.296066c1y61.547398V-41.821518 61.614582c0x-41.561401c0y61.614582c1x-41.962769c1y61.614582V-41.160065 61.356197c0x-40.979202c0y61.183941c1x-41.340927c1y61.528454V-40.888763 60.697323c0x-40.888763c0y60.478558c1x-40.888763c1y60.964314V-41.02829 60.167637c0x-41.123032c0y60.031551c1x-40.935272c1y60.301998V-41.431366 59.84724c0x-41.607071c0y59.769726c1x-41.257385c1y59.924755V-42.064407 59.689625c0x-42.31073c0y59.66206c1x-41.818085c1y59.71719V-42.857635 59.627613c0x1c1x-42.575134c1y59.641392V-42.857635 59.552685c0x-42.857635c0y59.44244c1x1V-42.798233 59.278797c0x-42.760376c0y59.206448c1x-42.83783c1y59.351147V-42.632874 59.108265c0x-42.56398c0y59.068645c1x-42.705246c1y59.149609V-42.384827 59.028164c0x-42.288376c0y59.014385c1x-42.481293c1y59.041943V-42.08252 59.007496c0x-41.955063c0y59.007496c1x-42.187607c1y59.007496V-41.656189 59.059177c0x-41.499435c0y59.0919c1x-41.812943c1y59.024723V-41.170425 59.203869c0x1c1x-41.337524c1y59.140133V-41.144623 59.203869c0x1c1x1V-41.144623 58.710361c0x-41.239365c0y58.684521c1x1V-41.555435 58.625088c0x-41.734589c0y58.594082c1x-41.376297c1y58.656101V-42.085129 58.578579c0x-42.288391c0y58.578579c1x-41.911148c1y58.578579V-42.614807 58.63026c0x-42.766403c0y58.662983c1x-42.464951c1y58.595806V-43.007553 58.800793c0x-43.116074c0y58.880032c1x-42.897308c1y58.71983V-43.2556 59.108265c0x-43.312469c0y59.234013c1x-43.198761c1y58.982525V-43.340897 59.575939c0x1c1x-43.340897c1y59.389904 1 0 0 1 0 0 V-42.85762 60.823925c0x1c1x1V-42.85762 60.020359c0x-42.709473c0y60.028973c1x1V-42.333115 60.059116c0x-42.133301c0y60.076344c1x-42.534637c1y60.041889V-41.857681 60.134045c0x-41.718155c0y60.173664c1x-41.974823c1y60.101322V-41.519196 60.32008c0x-41.43306c0y60.40276c1x-41.605331c1y60.235676V-41.389999 60.663731c0x-41.389999c0y60.829098c1x-41.389999c1y60.517315V-41.539856 61.038387c0x-41.639755c0y61.121067c1x-41.439957c1y60.953983V-41.997192 61.162411c0x-42.167725c0y61.162411c1x-41.792206c1y61.162411V-42.464859 61.06422c0x-42.60611c0y60.997044c1x-42.323608c1y61.129681V-42.857605 60.823925c0x1c1x-42.737015c1y60.916943 1 0 0 1 0 0 V-48.487778 61.534473c0x1c1x1V-48.002014 61.534473c0x1c1x1V-48.002014 59.891163c0x-48.002014c0y59.767139c1x1V-47.983917 59.532009c0x-47.973587c0y59.416599c1x-47.995987c1y59.647419V-47.914124 59.255543c0x-47.874527c0y59.181469c1x-47.950317c1y59.324444V-47.743591 59.087597c0x-47.669525c0y59.049702c1x-47.817673c1y59.125492V-47.423203 59.030758c0x-47.287125c0y59.030758c1x-47.562729c1y59.030758V-47.014954 59.134113c0x-46.878876c0y59.20129c1x-47.151047c1y59.065212V-46.60672 59.392498c0x-46.612045c0y59.432117c1x-46.742798c1y59.287418V-46.619614 59.532024c0x-46.622955c0y59.583698c1x-46.616348c1y59.478626V-46.624619 59.687054c0x1c1x-46.624619c1y59.635372V-46.624619 61.534489c0x1c1x1V-46.138855 61.534489c0x1c1x1V-46.138855 59.891163c0x-46.138855c0y59.763699c1x1V-46.120758 59.52943c0x-46.110428c0y59.414021c1x-46.132828c1y59.643116V-46.050964 59.252964c0x-46.011368c0y59.17889c1x-46.087158c1y59.321865V-45.880417 59.087597c0x-45.806351c0y59.049702c1x-45.954514c1y59.123768V-45.560028 59.030758c0x-45.427399c0y59.030758c1x-45.699554c1y59.030758V-45.159531 59.128948c0x-45.026886c0y59.194408c1x-45.2939c1y59.063488V-44.761627 59.379581c0x1c1x-44.894257c1y59.27795V-44.761627 61.534489c0x1c1x1V-44.275848 61.534489c0x1c1x1V-44.275848 58.64835c0x1c1x1V-44.761612 58.64835c0x1c1x1V-44.761612 58.968746c0x-44.913208c0y58.842999c1x1V-45.213776 58.674191c0x-45.365356c0y58.603565c1x-45.063919c1y58.744816V-45.696945 58.568256c0x-45.893311c0y58.568256c1x-45.526413c1y58.568256V-46.195618 58.69228c0x-46.33342c0y58.77496c1x-46.05954c1y58.6096V-46.503098 59.035931c0x-46.699463c0y58.870564c1x-46.435913c1y58.889515V-47.040527 58.679363c0x-47.202438c0y58.605289c1x-46.878616c1y58.751713V-47.559875 58.568256c0x-47.876816c0y58.568256c1x-47.375565c1y58.568256V-48.260101 58.857647c0x-48.411682c0y59.048847c1x-48.110229c1y58.664722V-48.487473 59.661213c0x1c1x-48.487473c1y59.316708 L0 1L1 2B2 3B3 4B4 5B5 6B6 7B7 8B8 9B9 10L10 11L11 12L12 13B13 14B14 15B15 16B16 17B17 18B18 19L19 20L20 21L21 22L22 23L23 24B24 25B25 26B26 27B27 28B28 29B29 30B30 31B31 32L32 0 1 0 0 1 0 0 V-39.536118 68.149063c0x1c1x1V-38.87207 68.149063c0x1c1x1V-37.585327 66.619431c0x1c1x1V-36.864441 66.619431c0x1c1x1V-36.864441 68.149063c0x1c1x1V-36.352844 68.149063c0x1c1x1V-36.352844 64.301743c0x1c1x1V-37.430298 64.301743c0x-37.662842c0y64.301743c1x1V-38.011658 64.348251c0x-38.166687c0y64.377548c1x-37.856628c1y64.317245V-38.430237 64.508453c0x-38.569763c0y64.596298c1x-38.306213c1y64.430939V-38.755798 64.841766c0x-38.835037c0y64.974396c1x-38.678284c1y64.707397V-38.874664 65.34819c0x-38.874664c0y65.625519c1x-38.874664c1y65.143204V-38.665375 66.045822c0x-38.525848c0y66.231857c1x-38.804901c1y65.858063V-38.089188 66.466995c0x1c1x-38.333786c1y66.372253 1 0 0 1 0 0 V-38.339813 65.384369c0x-38.339813c0y65.274124c1x1V-38.280411 65.092392c0x-38.242554c0y65.006271c1x-38.320007c1y65.176804V-38.089218 64.875351c0x-38.015137c0y64.825409c1x-38.178818c1y64.933929V-37.825668 64.772003c0x-37.72403c0y64.751328c1x-37.927292c1y64.790955V-37.466507 64.740982c0x1c1x-37.604309c1y64.740982V-36.864471 64.740982c0x1c1x1V-36.864471 66.1931c0x1c1x1V-37.381241 66.1931c0x-37.543152c0y66.1931c1x1V-37.804993 66.151749c0x-37.925568c0y66.122467c1x-37.684402c1y66.179321V-38.112457 65.991562c0x-38.189972c0y65.919205c1x-38.028061c1y66.069061V-38.28299 65.743515c0x-38.320847c0y65.648773c1x-38.246811c1y65.836533V-38.339783 65.384354c0x1c1x-38.339783c1y65.529053 1 0 0 1 0 0 V-42.132858 68.149063c0x1c1x1V-41.649673 68.149063c0x1c1x1V-41.649673 67.841583c0x-41.606598c0y67.87088c1x1V-41.473969 67.965607c0x-41.401627c0y68.017288c1x-41.548035c1y67.912216V-41.2621 68.08963c0x-41.181137c0y68.129257c1x-41.330994c1y68.058624V-40.983047 68.18782c0x-40.87796c0y68.215393c1x-41.08812c1y68.161987V-40.613556 68.229172c0x-40.353439c0y68.229172c1x-40.754807c1y68.229172V-39.952103 67.970779c0x-39.77124c0y67.798523c1x-40.132965c1y68.143036V-39.680801 67.311905c0x-39.680801c0y67.09314c1x-39.680801c1y67.578903V-39.820328 66.782227c0x-39.91507c0y66.646133c1x-39.72731c1y66.91658V-40.223404 66.461823c0x-40.399109c0y66.384308c1x-40.049423c1y66.539337V-40.856445 66.304214c0x-41.102768c0y66.276642c1x-40.610123c1y66.331772V-41.649673 66.242203c0x1c1x-41.367188c1y66.255981V-41.649673 66.167267c0x-41.649673c0y66.057022c1x1V-41.590271 65.893387c0x-41.552414c0y65.82103c1x-41.629868c1y65.965729V-41.424896 65.722855c0x-41.356003c0y65.683228c1x-41.497284c1y65.764191V-41.176849 65.642746c0x-41.080399c0y65.628967c1x-41.273315c1y65.656525V-40.874542 65.622086c0x-40.74707c0y65.622086c1x-40.97963c1y65.622086V-40.448212 65.673767c0x-40.291458c0y65.706482c1x-40.604965c1y65.639313V-39.962448 65.818451c0x1c1x-40.129547c1y65.754715V-39.936646 65.818451c0x1c1x1V-39.936646 65.324951c0x-40.031387c0y65.299103c1x1V-40.347473 65.23967c0x-40.526611c0y65.208664c1x-40.16832c1y65.270691V-40.877151 65.193161c0x-41.080414c0y65.193161c1x-40.703171c1y65.193161V-41.40683 65.244843c0x-41.558426c0y65.277573c1x-41.256973c1y65.210388V-41.799576 65.415375c0x-41.908096c0y65.494614c1x-41.689331c1y65.334412V-42.047623 65.722855c0x-42.104492c0y65.848602c1x-41.990784c1y65.597107V-42.132919 66.190521c0x1c1x-42.132919c1y66.004486 1 0 0 1 0 0 V-41.649673 67.438507c0x1c1x1V-41.649673 66.634949c0x-41.501541c0y66.643555c1x1V-41.125168 66.673706c0x-40.925354c0y66.690933c1x-41.326706c1y66.656479V-40.649734 66.748627c0x-40.510208c0y66.788254c1x-40.766876c1y66.715912V-40.311249 66.934662c0x-40.225113c0y67.017349c1x-40.397385c1y66.850266V-40.182053 67.27832c0x-40.182053c0y67.44368c1x-40.182053c1y67.131897V-40.331909 67.652969c0x-40.431824c0y67.735657c1x-40.23201c1y67.568573V-40.789246 67.776993c0x-40.959778c0y67.776993c1x-40.584274c1y67.776993V-41.256912 67.678802c0x-41.398163c0y67.611633c1x-41.115662c1y67.744263V-41.649658 67.438507c0x1c1x-41.529083c1y67.531525 1 0 0 1 0 0 V-45.409149 68.149063c0x1c1x1V-44.923386 68.149063c0x1c1x1V-44.923386 67.846756c0x-44.783859c0y67.967331c1x1V-44.48671 68.128387c0x-44.335129c0y68.195572c1x-44.638306c1y68.061218V-43.993195 68.229156c0x-43.648697c0y68.229156c1x-44.170624c1y68.229156V-43.171539 67.831253c0x-42.970001c0y67.565979c1x-43.374802c1y68.096527V-42.869232 66.727951c0x-42.869232c0y66.483353c1x-42.869232c1y67.198212V-42.97258 66.074249c0x-43.043213c0y65.883041c1x-42.903687c1y66.265442V-43.256805 65.585907c0x-43.373947c0y65.454987c1x-43.137955c1y65.720261V-43.665054 65.286179c0x-43.821808c0y65.217285c1x-43.510025c1y65.355087V-44.150803 65.182831c0x-44.302399c0y65.182831c1x-43.983719c1y65.182831V-44.553879 65.231918c0x-44.671021c0y65.262924c1x-44.436752c1y65.199188V-44.92337 65.379196c0x1c1x-44.794174c1y65.312012V-44.92337 64.128632c0x1c1x1V-45.409134 64.128632c0x1c1x1 1 0 0 1 0 0 V-44.923386 67.438507c0x1c1x1V-44.923386 65.782272c0x-44.79248c0y65.723709c1x1V-44.571991 65.660843c0x-44.468643c0y65.638443c1x-44.675339c1y65.683228V-44.233505 65.627243c0x-43.961334c0y65.627243c1x-44.355804c1y65.627243V-43.597885 65.911469c0x-43.446289c0y66.100937c1x-43.749466c1y65.721985V-43.370499 66.717621c0x-43.370499c0y67.06041c1x-43.370499c1y66.369659V-43.546204 67.500519c0x-43.663345c0y67.677933c1x-43.429062c1y67.321365V-44.109467 67.766647c0x-44.247269c0y67.766647c1x-43.851089c1y67.766647V-44.528046 67.676224c0x-44.669296c0y67.614212c1x-44.386795c1y67.736511V-44.92337 67.438507c0x1c1x-44.801071c1y67.534973 1 0 0 1 0 0 V-48.607925 68.149063c0x1c1x1V-48.124741 68.149063c0x1c1x1V-48.124741 67.841583c0x-48.081665c0y67.87088c1x1V-47.949036 67.965607c0x-47.876694c0y68.017288c1x-48.023102c1y67.912216V-47.737167 68.08963c0x-47.656204c0y68.129257c1x-47.806061c1y68.058624V-47.458115 68.18782c0x-47.353043c0y68.215393c1x-47.563187c1y68.161987V-47.088623 68.229172c0x-46.828506c0y68.229172c1x-47.229874c1y68.229172V-46.42717 67.970779c0x-46.246307c0y67.798523c1x-46.608032c1y68.143036V-46.155869 67.311905c0x-46.155869c0y67.09314c1x-46.155869c1y67.578903V-46.295395 66.782227c0x-46.390137c0y66.646133c1x-46.202377c1y66.91658V-46.698471 66.461823c0x-46.874176c0y66.384308c1x-46.52449c1y66.539337V-47.331512 66.304214c0x-47.577835c0y66.276642c1x-47.08519c1y66.331772V-48.124741 66.242203c0x1c1x-47.842255c1y66.255981V-48.124741 66.167267c0x-48.124741c0y66.057022c1x1V-48.065338 65.893387c0x-48.027481c0y65.82103c1x-48.104935c1y65.965729V-47.899963 65.722855c0x-47.83107c0y65.683228c1x-47.972351c1y65.764191V-47.651917 65.642746c0x-47.55545c0y65.628967c1x-47.748383c1y65.656525V-47.349609 65.622086c0x-47.222153c0y65.622086c1x-47.454681c1y65.622086V-46.923279 65.673767c0x-46.766525c0y65.706482c1x-47.080032c1y65.639313V-46.437515 65.818451c0x1c1x-46.604614c1y65.754715V-46.411713 65.818451c0x1c1x1V-46.411713 65.324951c0x-46.506454c0y65.299103c1x1V-46.82254 65.23967c0x-47.001694c0y65.208664c1x-46.643387c1y65.270691V-47.352219 65.193161c0x-47.555481c0y65.193161c1x-47.178253c1y65.193161V-47.881912 65.244843c0x-48.033493c0y65.277573c1x-47.73204c1y65.210388V-48.274658 65.415375c0x-48.383179c0y65.494614c1x-48.164413c1y65.334412V-48.522705 65.722855c0x-48.579575c0y65.848602c1x-48.465866c1y65.597107V-48.608002 66.190521c0x1c1x-48.608002c1y66.004486 1 0 0 1 0 0 V-48.124741 67.438507c0x1c1x1V-48.124741 66.634949c0x-47.976608c0y66.643555c1x1V-47.600235 66.673706c0x-47.400421c0y66.690933c1x-47.801773c1y66.656479V-47.124817 66.748627c0x-46.985291c0y66.788254c1x-47.241959c1y66.715912V-46.786331 66.934662c0x-46.700195c0y67.017349c1x-46.872467c1y66.850266V-46.657135 67.27832c0x-46.657135c0y67.44368c1x-46.657135c1y67.131897V-46.807007 67.652969c0x-46.906906c0y67.735657c1x-46.707092c1y67.568573V-47.264343 67.776993c0x-47.434875c0y67.776993c1x-47.059357c1y67.776993V-47.73201 67.678802c0x-47.87326c0y67.611633c1x-47.590759c1y67.744263V-48.124756 67.438507c0x1c1x-48.004181c1y67.531525 1 0 0 1 0 0 V-51.344193 65.792618c0x1c1x1V-51.31839 65.792618c0x-51.246048c0y65.775391c1x1V-51.106522 65.756439c0x-51.039337c0y65.747833c1x-51.175415c1y65.763336V-50.866226 65.74353c0x-50.71637c0y65.74353c1x-50.959244c1y65.74353V-50.432144 65.844299c0x-50.292618c0y65.90976c1x-50.571671c1y65.777115V-50.029068 66.100098c0x1c1x-50.158264c1y65.995026V-50.029068 68.149063c0x1c1x1V-49.543304 68.149063c0x1c1x1V-49.543304 65.262939c0x1c1x1V-50.029068 65.262939c0x1c1x1V-50.029068 65.68927c0x-50.221985c0y65.534241c1x1V-50.538086 65.361115c0x-50.686218c0y65.295654c1x-50.391663c1y65.42485V-50.99025 65.262924c0x-51.074661c0y65.262924c1x-50.836945c1y65.262924V-51.173706 65.270721c0x-51.211563c0y65.2742c1x-51.135818c1y65.265533V-51.344238 65.293976c0x1c1x-51.268417c1y65.281937 1 0 0 1 0 0 1 0 0 1 0 0 V-15.531052 89.431244c0x-15.53035c0y92.967148c1x-15.531067c1y85.896622V-9.1310577 95.831238c0x-5.5964355c0y95.831238c1x-12.664383c1y95.831947V-2.7310638 89.431236c0x-2.7303467c0y85.897911c1x-2.7310638c1y92.965851V-9.1310577 83.031235c0x-12.66568c0y83.031235c1x-5.5951385c1y83.031952 1 0 0 1 0 0 1 0 0 1 0 0 V-3.9144897 101.82697c0x-3.9144897c0y101.97684c1x1V-3.808548 102.27139c0x-3.7396545c0y102.4178c1x-3.8791809c1y102.12497V-3.516571 102.64346c0x-3.3787689c0y102.75371c1x-3.6423187c1y102.54182V-3.0333862 102.90184c0x-2.8507996c0y102.96385c1x-3.2176971c1y102.83983V-2.371933 102.99486c0x-2.0946045c0y102.99486c1x-2.6303101c1y102.99486V-1.6226196 102.91736c0x-1.4021301c0y102.86568c1x-1.8448334c1y102.96902V-0.94824219 102.68739c0x1c1x-1.1773376c1y102.78903V-0.94824219 102.04662c0x1c1x1V-0.98443604 102.04662c0x-1.1790924c0y102.20853c1x1V-1.6588135 102.42126c0x-1.9137573c0y102.50912c1x-1.4038849c1y102.33342V-2.377121 102.55304c0x-2.6940765c0y102.55304c1x-2.1531982c1y102.55304V-3.1161041 102.37476c0x-3.2935181c0y102.25591c1x-2.9403992c1y102.49362V-3.3822327 101.89934c0x-3.3822327c0y101.72881c1x-3.3822327c1y102.09743V-3.2556152 101.52209c0x-3.1729279c0y101.44115c1x-3.3400269c1y101.60306V-2.8757935 101.33348c0x-2.7465973c0y101.29903c1x-3.0463257c1y101.37827V-2.4546356 101.2482c0x-2.3047791c0y101.22581c1x-2.6062164c1y101.2706V-1.9766235 101.16293c0x-1.6355591c0y101.09058c1x-2.1454315c1y101.19739V-1.21698 100.79344c0x-1.0533295c0y100.61775c1x-1.3823395c1y100.96742V-0.97151184 100.10873c0x-0.97151184c0y99.786606c1x-0.97151184c1y100.38951V-1.3797607 99.318085c0x-1.6519165c0y99.111374c1x-1.1075897c1y99.523056V-2.4158783 99.008026c0x-2.6863098c0y99.008026c1x-1.9972839c1y99.008026V-3.1600189 99.085526c0x-3.3856812c0y99.137207c1x-2.9343567c1y99.033859V-3.7594757 99.276733c0x1c1x-3.585495c1y99.200943V-3.7594757 99.881348c0x1c1x1V-3.7232819 99.881348c0x-3.5768738c0y99.757324c1x1V-3.144516 99.573868c0x-2.9067993c0y99.491196c1x-3.3839417c1y99.654831V-2.4132996 99.449844c0x-2.1394196c0y99.449844c1x-2.6630707c1y99.449844V-1.7518463 99.620377c0x-1.5864868c0y99.73407c1x-1.9189301c1y99.506699V-1.5037994 100.05963c0x-1.5037994c0y100.21982c1x-1.5037994c1y99.880478V-1.6278229 100.43686c0x-1.7105103c0y100.52815c1x-1.5451355c1y100.34557V-2.0644989 100.64615c0x-2.1747437c0y100.67027c1x-1.8560638c1y100.59792V-2.5347595 100.73401c0x-2.7380219c0y100.76846c1x-2.3314972c1y100.69955V-3.0515137 100.83994c0x-3.3374634c0y100.91573c1x-2.9102631c1y100.80377V-3.6974792 101.18359c0x-3.8421783c0y101.3369c1x-3.5527802c1y101.03027V-3.9145203 101.82697c0x1c1x-3.9145203c1y101.55135 1 0 0 1 0 0 V-7.113266 101.53241c0x1c1x1V-4.9867706 101.53241c0x-4.9867706c0y101.70984c1x1V-5.066864 101.9975c0x-5.1202545c0y102.12842c1x-5.0134735c1y101.86487V-5.286499 102.32048c0x-5.3760681c0y102.40315c1x-5.1934662c1y102.23607V-5.6043091 102.50652c0x-5.7283325c0y102.54785c1x-5.4820099c1y102.46516V-6.0125427 102.56853c0x-6.2089081c0y102.56853c1x-5.8644104c1y102.56853V-6.604248 102.45226c0x-6.8040619c0y102.37302c1x-6.4061432c1y102.52977V-7.0305786 102.21971c0x1c1x-6.946167c1y102.2955V-7.0563812 102.21971c0x1c1x1V-7.0563812 102.74939c0x-6.8927307c0y102.8183c1x1V-6.5551147 102.92252c0x-6.3845825c0y102.96902c1x-6.725647c1y102.87601V-6.0176697 102.99228c0x-5.5388031c0y102.99228c1x-6.2054291c1y102.99228V-4.896286 102.60471c0x-4.6275635c0y102.34459c1x-5.1650085c1y102.86308V-4.4932098 101.49883c0x-4.4932098c0y101.02684c1x-4.4932098c1y101.97597V-4.8782043 100.37486c0x-5.1365814c0y100.09753c1x-4.6215363c1y100.65219V-5.8962402 99.958862c0x-6.2855377c0y99.958862c1x-5.4759369c1y99.958862V-6.7954102 100.29993c0x-7.0072784c0y100.52731c1x-6.5852509c1y100.07256V-7.1132202 101.26886c0x1c1x-7.1132202c1y100.85028 1 0 0 1 0 0 V-6.6404266 101.16034c0x-6.6384277c0y100.90541c1x1V-6.44664 100.56865c0x-6.3208923c0y100.42912c1x-6.573822c1y100.70818V-5.8704529 100.35936c0x-5.6103363c0y100.35936c1x-6.12883c1y100.35936V-5.247757 100.58931c0x-5.0944519c0y100.74261c1x-5.402771c1y100.436V-4.9867859 101.16034c0x1c1x-5.0074615c1y100.93295 1 0 0 1 0 0 V-9.9838867 102.74422c0x-9.8219757c0y102.82173c1x1V-9.5213776 102.92509c0x-9.3766785c0y102.96815c1x-9.6678009c1y102.88202V-9.0588837 102.98969c0x-8.8504639c0y102.98969c1x-9.2225189c1y102.98969V-8.4852753 102.89925c0x-8.3113098c0y102.83723c1x-8.659256c1y102.95953V-8.038269 102.62019c0x-7.9125214c0y102.49617c1x-8.1623077c1y102.74422V-7.7462921 102.14995c0x-7.6773834c0y101.96046c1x-7.8152008c1y102.33942V-7.6429291 101.4859c0x-7.6429291c0y101.01393c1x-7.6429291c1y101.73912V-8.0305023 100.37486c0x-8.2906189c0y100.10614c1x-7.7721252c1y100.64357V-9.0588684 99.971786c0x-9.2242279c0y99.971786c1x-8.6334076c1y99.971786V-9.544632 100.04155c0x-9.704834c0y100.08806c1x-9.3861542c1y99.995041V-9.9838867 100.21208c0x1c1x-9.8512421c1y100.1449V-9.9838867 100.75209c0x1c1x1V-9.9580841 100.75209c0x-9.8099365c0y100.63669c1x1V-9.4981689 100.48596c0x-9.3414154c0y100.42395c1x-9.6566315c1y100.54797V-9.0382538 100.39294c0x-8.7626495c0y100.39294c1x-9.1881104c1y100.39294V-8.3845367 100.672c0x-8.226059c0y100.85631c1x-8.5447388c1y100.48596V-8.1468201 101.4859c0x-8.1468201c0y101.83385c1x-8.1468201c1y101.12761V-8.379364 102.28946c0x-8.5361176c0y102.47549c1x-8.2243347c1y102.10172V-9.0382385 102.56851c0x-9.1364288c0y102.56851c1x-8.7557373c1y102.56851V-9.3379517 102.52975c0x-9.4395905c0y102.50392c1x-9.2363281c1y102.5556V-9.6118469 102.42899c0x-9.6824646c0y102.39282c1x-9.5308838c1y102.47034V-9.810791 102.31531c0x-9.8727875c0y102.27396c1x-9.7487793c1y102.35492V-9.9580688 102.20937c0x1c1x-9.9218903c1y102.23865V-9.9838715 102.20937c0x1c1x1 1 0 0 1 0 0 V-12.407516 100.56865c0x1c1x1V-12.381714 100.56865c0x-12.309372c0y100.55142c1x1V-12.16983 100.53247c0x-12.102646c0y100.52386c1x-12.238739c1y100.53937V-11.929535 100.51956c0x-11.779678c0y100.51956c1x-12.022552c1y100.51956V-11.495438 100.62033c0x-11.355927c0y100.68579c1x-11.634979c1y100.55315V-11.092361 100.87613c0x1c1x-11.221558c1y100.77106V-11.092361 102.92509c0x1c1x1V-10.606598 102.92509c0x1c1x1V-10.606598 100.03897c0x1c1x1V-11.092361 100.03897c0x1c1x1V-11.092361 100.4653c0x-11.285278c0y100.31027c1x1V-11.601364 100.13715c0x-11.749512c0y100.07169c1x-11.454956c1y100.20088V-12.053528 100.03896c0x-12.137939c0y100.03896c1x-11.900223c1y100.03896V-12.236984 100.04675c0x-12.274918c0y100.05023c1x-12.199097c1y100.04156V-12.407516 100.07001c0x1c1x-12.331757c1y100.05797 1 0 0 1 0 0 V-15.280731 101.53241c0x1c1x1V-13.154236 101.53241c0x-13.154236c0y101.70984c1x1V-13.234329 101.9975c0x-13.28772c0y102.12842c1x-13.180939c1y101.86487V-13.453949 102.32048c0x-13.543518c0y102.40315c1x-13.360931c1y102.23607V-13.771759 102.50652c0x-13.895782c0y102.54785c1x-13.64946c1y102.46516V-14.180008 102.56853c0x-14.376373c0y102.56853c1x-14.03186c1y102.56853V-14.771698 102.45226c0x-14.971512c0y102.37302c1x-14.573608c1y102.52977V-15.198029 102.21971c0x1c1x-15.113632c1y102.2955V-15.223831 102.21971c0x1c1x1V-15.223831 102.74939c0x-15.060196c0y102.8183c1x1V-14.722565 102.92252c0x-14.552032c0y102.96902c1x-14.893112c1y102.87601V-14.185135 102.99228c0x-13.706268c0y102.99228c1x-14.372894c1y102.99228V-13.063751 102.60471c0x-12.795029c0y102.34459c1x-13.332474c1y102.86308V-12.660675 101.49883c0x-12.660675c0y101.02684c1x-12.660675c1y101.97597V-13.04567 100.37486c0x-13.304047c0y100.09753c1x-12.789001c1y100.65219V-14.063705 99.958862c0x-14.453003c0y99.958862c1x-13.643402c1y99.958862V-14.962875 100.29993c0x-15.174744c0y100.52731c1x-14.752716c1y100.07256V-15.280685 101.26886c0x1c1x-15.280685c1y100.85028 1 0 0 1 0 0 V-14.807892 101.16034c0x-14.805893c0y100.9054c1x1V-14.614105 100.56863c0x-14.488358c0y100.42911c1x-14.741287c1y100.70816V-14.037918 100.35934c0x-13.777802c0y100.35934c1x-14.296295c1y100.35934V-13.415222 100.58931c0x-13.261917c0y100.74261c1x-13.570236c1y100.436V-13.154251 101.16032c0x1c1x-13.174927c1y100.93295 1 0 0 1 0 0 V-17.515732 102.89925c0x-17.424438c0y102.92337c1x1V-17.216019 102.95868c0x-17.109222c0y102.97418c1x-17.324524c1y102.94318V-16.929214 102.98193c0x-16.634659c0y102.98193c1x-17.013611c1y102.98193V-16.257416 102.74422c0x-16.104111c0y102.58575c1x-16.410721c1y102.90269V-16.027451 101.98199c0x1c1x-16.027451c1y102.33167V-16.027451 100.4472c0x1c1x1V-15.69931 100.4472c0x1c1x1V-15.69931 100.03896c0x1c1x1V-16.027451 100.03896c0x1c1x1V-16.027451 99.209549c0x1c1x1V-16.513214 99.209549c0x1c1x1V-16.513214 100.03896c0x1c1x1V-17.515732 100.03896c0x1c1x1V-17.515732 100.4472c0x1c1x1V-16.513214 100.4472c0x1c1x1V-16.513214 101.76236c0x-16.513214c0y101.91396c1x1V-16.523514 102.11893c0x-16.53038c0y102.20334c1x-16.516647c1y102.03281V-16.59581 102.35664c0x-16.633667c0y102.42554c1x-16.554474c1y102.28258V-16.750839 102.50908c0x-16.818024c0y102.54008c1x-16.685349c1y102.47636V-17.055725 102.55559c0x-17.134964c0y102.55559c1x-16.919647c1y102.55559V-17.303772 102.522c0x-17.389908c0y102.49788c1x-17.217651c1y102.54439V-17.489807 102.46257c0x1c1x-17.45192c1y102.47807V-17.51561 102.46257c0x1c1x1 1 0 0 1 0 0 V-3.6780701 108.35629c0x-3.6780701c0y108.54749c1x1V-3.5695496 108.86272c0x-3.4972076c0y109.00914c1x-3.6418915c1y108.71631V-3.2775726 109.22446c0x-3.1328735c0y109.33813c1x-3.3998718c1y109.12971V-2.7995605 109.46733c0x-2.6273041c0y109.51556c1x-2.973526c1y109.4191V-2.140686 109.53969c0x1c1x-2.4076843c1y109.53969V-0.77642822 109.53969c0x1c1x1V-0.77642822 105.69237c0x1c1x1V-1.9158936 105.69237c0x-2.1966705c0y105.69237c1x1V-2.5463409 105.72339c0x-2.6858673c0y105.74406c1x-2.4068146c1y105.70271V-2.9468384 105.85257c0x-3.088089c0y105.92665c1x-2.8193665c1y105.78712V-3.254303 106.13937c0x-3.3180389c0y106.25479c1x-3.190567c1y106.02225V-3.3498993 106.55537c0x-3.3498993c0y106.73796c1x-3.3498993c1y106.39345V-3.2103729 107.02304c0x-3.1173553c0y107.15051c1x-3.3033905c1y106.89386V-2.8383026 107.33052c0x1c1x-2.9933319c1y107.25301V-2.8383026 107.35118c0x-3.0984039c0y107.40459c1x1V-3.4532471 107.69484c0x-3.6031036c0y107.8688c1x-3.3033905c1y107.51913V-3.6780396 108.35629c0x1c1x-3.6780396c1y108.08929 1 0 0 1 0 0 V-2.8176575 106.62254c0x-2.8176575c0y106.52953c1x1V-2.7711639 106.38742c0x-2.7401733c0y106.32368c1x-2.8021545c1y106.45116V-2.6212921 106.23239c0x-2.540329c0y106.18588c1x-2.6902161c1y106.272V-2.3267365 106.14711c0x-2.211319c0y106.13506c1x-2.4421387c1y106.15746V-1.8978119 106.12903c0x1c1x-2.0683441c1y106.12903V-1.2880249 106.12903c0x1c1x1V-1.2880249 107.24007c0x1c1x1V-1.9494781 107.24007c0x-2.1096802c0y107.24007c1x1V-2.3318939 107.21683c0x-2.4266357c0y107.1996c1x-2.2371521c1y107.23232V-2.5954437 107.11346c0x-2.6764069c0y107.06178c1x-2.5144806c1y107.16515V-2.765976 106.91452c0x-2.8004456c0y106.83183c1x-2.7332458c1y106.99547V-2.8176727 106.62254c0x1c1x-2.8176727c1y106.73451 1 0 0 1 0 0 V-3.145813 108.37697c0x-3.145813c0y108.22194c1x1V-3.0760193 108.00748c0x-3.0294952c0y107.91618c1x-3.1225433c1y108.09877V-2.8227997 107.77493c0x-2.7401123c0y107.73187c1x-2.9450836c1y107.83867V-2.5204926 107.69226c0x-2.4033508c0y107.67848c1x-2.6393433c1y107.70432V-2.091568 107.67159c0x1c1x-2.260376c1y107.67159V-1.2879944 107.67159c0x1c1x1V-1.2879944 109.10303c0x1c1x1V-1.9649506 109.10303c0x-2.1888885c0y109.10303c1x1V-2.5153046 109.06943c0x-2.6582642c0y109.04532c1x-2.372345c1y109.09183V-2.8666992 108.94025c0x-2.96315c0y108.87306c1x-2.7754059c1y109.00226V-3.0785675 108.71028c0x-3.1233673c0y108.62416c1x-3.033783c1y108.79642V-3.1457672 108.37697c0x1c1x-3.1457672c1y108.51306 1 0 0 1 0 0 V-6.7579956 109.53967c0x1c1x1V-6.2722321 109.53967c0x1c1x1V-6.2722321 109.21928c0x-6.1085815c0y109.34846c1x1V-5.8019714 109.51642c0x-5.6521149c0y109.58533c1x-5.951828c1y109.44753V-5.3058777 109.61978c0x-5.0027008c0y109.61978c1x-5.4867401c1y109.61978V-4.5979004 109.34331c0x-4.4290924c0y109.15727c1x-4.7667084c1y109.52762V-4.3446808 108.52682c0x1c1x-4.3446808c1y108.88512V-4.3446808 106.65355c0x1c1x1V-4.8304443 106.65355c0x1c1x1V-4.8304443 108.29686c0x-4.8304443c0y108.44328c1x1V-4.8511505 108.6741c0x-4.8649597c0y108.77745c1x-4.8373413c1y108.56903V-4.9390564 108.94023c0x-4.9855804c0y109.01602c1x-4.8942566c1y108.86617V-5.1199188 109.10561c0x-5.1940002c0y109.14006c1x-5.0458679c1y109.07115V-5.4429016 109.15729c0x-5.5686493c0y109.15729c1x-5.301651c1y109.15729V-5.8537292 109.0591c0x-6.0035858c0y108.99364c1x-5.7055817c1y109.12456V-6.2723083 108.80846c0x1c1x-6.1431122c1y108.9101V-6.2723083 106.65355c0x1c1x1V-6.7580719 106.65355c0x1c1x1 1 0 0 1 0 0 V-9.2126312 109.51384c0x-9.1213379c0y109.53796c1x1V-8.9129028 109.57327c0x-8.8061066c0y109.58878c1x-9.0214233c1y109.55777V-8.6260986 109.59653c0x-8.331543c0y109.59653c1x-8.7105103c1y109.59653V-7.9542999 109.35881c0x-7.8009949c0y109.20035c1x-8.107605c1y109.51729V-7.7243347 108.59659c0x1c1x-7.7243347c1y108.94626V-7.7243347 107.0618c0x1c1x1V-7.3961945 107.0618c0x1c1x1V-7.3961945 106.65355c0x1c1x1V-7.7243347 106.65355c0x1c1x1V-7.7243347 105.82414c0x1c1x1V-8.2100983 105.82414c0x1c1x1V-8.2100983 106.65355c0x1c1x1V-9.2126312 106.65355c0x1c1x1V-9.2126312 107.0618c0x1c1x1V-8.2100983 107.0618c0x1c1x1V-8.2100983 108.37695c0x-8.2100983c0y108.52855c1x1V-8.2203979 108.73352c0x-8.2272644c0y108.81793c1x-8.2135315c1y108.6474V-8.2928009 108.97124c0x-8.330658c0y109.04013c1x-8.2514038c1y108.89717V-8.4478302 109.12367c0x-8.5149994c0y109.15468c1x-8.3823395c1y109.09096V-8.7527161 109.17018c0x-8.831955c0y109.17018c1x-8.6166229c1y109.17018V-9.0007629 109.1366c0x-9.0868988c0y109.11247c1x-8.9146271c1y109.15898V-9.1867981 109.07716c0x1c1x-9.1489105c1y109.09267V-9.2126007 109.07716c0x1c1x1 1 0 0 1 0 0 V-11.29776 109.51384c0x-11.206467c0y109.53796c1x1V-10.998047 109.57327c0x-10.891251c0y109.58878c1x-11.106567c1y109.55777V-10.711243 109.59653c0x-10.416687c0y109.59653c1x-10.795639c1y109.59653V-10.039459 109.35881c0x-9.8861542c0y109.20035c1x-10.192764c1y109.51729V-9.809494 108.59659c0x1c1x-9.809494c1y108.94626V-9.809494 107.0618c0x1c1x1V-9.4813538 107.0618c0x1c1x1V-9.4813538 106.65355c0x1c1x1V-9.809494 106.65355c0x1c1x1V-9.809494 105.82414c0x1c1x1V-10.295258 105.82414c0x1c1x1V-10.295258 106.65355c0x1c1x1V-11.297775 106.65355c0x1c1x1V-11.297775 107.0618c0x1c1x1V-10.295258 107.0618c0x1c1x1V-10.295258 108.37695c0x-10.295258c0y108.52855c1x1V-10.305557 108.73352c0x-10.312424c0y108.81793c1x-10.298691c1y108.6474V-10.37796 108.97124c0x-10.415817c0y109.04013c1x-10.336563c1y108.89717V-10.53299 109.12367c0x-10.600174c0y109.15468c1x-10.467499c1y109.09096V-10.837875 109.17018c0x-10.917114c0y109.17018c1x-10.701797c1y109.17018V-11.085922 109.1366c0x-11.172058c0y109.11247c1x-10.999802c1y109.15898V-11.271957 109.07716c0x1c1x-11.23407c1y109.09267V-11.29776 109.07716c0x1c1x1 1 0 0 1 0 0 V-14.344101 108.0979c0x-14.344101c0y108.56816c1x-14.344101c1y107.62766V-13.982361 109.21153c0x-13.741211c0y109.48369c1x-14.223526c1y108.93936V-13.013428 109.61977c0x-12.605179c0y109.61977c1x-13.418228c1y109.61977V-12.039322 109.21153c0x-11.799896c0y108.93936c1x-12.280487c1y109.48369V-11.680176 108.0979c0x-11.680176c0y107.62766c1x-11.680176c1y108.56816V-12.039322 106.98428c0x-12.280472c0y106.71039c1x-11.799896c1y107.25644V-13.013428 106.57346c0x-13.418228c0y106.57346c1x-12.605179c1y106.57346V-13.982361 106.98428c0x-14.223526c0y107.25644c1x-13.741196c1y106.71039 1 0 0 1 0 0 V-13.842834 108.0979c0x-13.842834c0y107.72411c1x1V-13.623199 107.26591c0x-13.476791c0y107.08331c1x-13.769623c1y107.44678V-13.013412 106.99202c0x-12.749863c0y106.99202c1x-13.273529c1y106.99202V-12.398468 107.26591c0x-12.253769c0y107.44678c1x-12.544876c1y107.08331V-12.181427 108.0979c0x-12.181427c0y108.45964c1x-12.181427c1y107.72411V-12.401047 108.92215c0x-12.54747c0y109.10818c1x-12.254639c1y108.73439V-13.013412 109.2012c0x-13.27179c0y109.2012c1x-12.751587c1y109.2012V-13.620605 108.92473c0x-13.768753c0y108.73869c1x-13.474197c1y109.10904V-13.842819 108.09792c0x1c1x-13.842819c1y108.46309 1 0 0 1 0 0 V-17.509277 109.53967c0x1c1x1V-17.023514 109.53967c0x1c1x1V-17.023514 107.89636c0x-17.023514c0y107.76373c1x1V-17.00032 107.52429c0x-16.984863c0y107.40717c1x-17.015778c1y107.63971V-16.915024 107.25041c0x-16.871948c0y107.17805c1x-16.956421c1y107.31587V-16.728989 107.09021c0x-16.648026c0y107.05405c1x-16.809937c1y107.12466V-16.413757 107.03595c0x-16.281128c0y107.03595c1x-16.542953c1y107.03595V-15.997772 107.13414c0x-15.853073c0y107.1996c1x-16.142471c1y107.06868V-15.581772 107.38478c0x1c1x-15.714417c1y107.28314V-15.581772 109.53969c0x1c1x1V-15.096008 109.53969c0x1c1x1V-15.096008 106.65355c0x1c1x1V-15.581772 106.65355c0x1c1x1V-15.581772 106.97395c0x-15.733368c0y106.84821c1x1V-16.052032 106.6794c0x-16.213943c0y106.60876c1x-15.890121c1y106.75002V-16.550705 106.57346c0x-16.862488c0y106.57346c1x-16.380173c1y106.57346V-17.26384 106.8551c0x-17.427475c0y107.04286c1x-17.100204c1y106.66734V-17.509293 107.66641c0x1c1x-17.509293c1y107.31329 1 0 0 1 0 0 1 0 0 1 0 0 V-187.86438 130.82187c0x-187.86368c0y134.35777c1x-187.8644c1y127.28724V-181.46439 137.22186c0x-177.92976c0y137.22186c1x-184.99771c1y137.22256V-175.06439 130.82185c0x-175.06367c0y127.28853c1x-175.06439c1y134.35648V-181.46439 124.42186c0x-184.99901c0y124.42186c1x-177.92847c1y124.42258 1 0 0 1 0 0 1 0 0 1 0 0 V-179.48018 144.3157c0x1c1x1V-178.81613 144.3157c0x1c1x1V-177.52939 142.78609c0x1c1x1V-176.8085 142.78609c0x1c1x1V-176.8085 144.3157c0x1c1x1V-176.29691 144.3157c0x1c1x1V-176.29691 140.4684c0x1c1x1V-177.37436 140.4684c0x-177.6069c0y140.4684c1x1V-177.95572 140.51491c0x-178.11075c0y140.54419c1x-177.80069c1y140.4839V-178.3743 140.67511c0x-178.51382c0y140.76295c1x-178.25027c1y140.5976V-178.69987 141.00842c0x-178.77911c0y141.14105c1x-178.62234c1y140.87405V-178.81873 141.51485c0x-178.81873c0y141.79218c1x-178.81873c1y141.30986V-178.60944 142.21248c0x-178.46991c0y142.39851c1x-178.74896c1y142.02472V-178.03325 142.63364c0x1c1x-178.27785c1y142.53891 1 0 0 1 0 0 V-178.28387 141.55103c0x-178.28387c0y141.44077c1x1V-178.22447 141.25905c0x-178.18661c0y141.17291c1x-178.26407c1y141.34344V-178.03328 141.04201c0x-177.95921c0y140.99207c1x-178.12288c1y141.10059V-177.76973 140.93866c0x-177.66809c0y140.91797c1x-177.87137c1y140.95761V-177.41058 140.90764c0x1c1x-177.54839c1y140.90764V-176.80855 140.90764c0x1c1x1V-176.80855 142.35974c0x1c1x1V-177.3253 142.35974c0x-177.48721c0y142.35974c1x1V-177.74905 142.31841c0x-177.86963c0y142.28912c1x-177.62846c1y142.34598V-178.05652 142.1582c0x-178.13405c0y142.08586c1x-177.97212c1y142.23572V-178.22707 141.91016c0x-178.26492c0y141.81543c1x-178.19089c1y142.00317V-178.28386 141.55101c0x1c1x-178.28386c1y141.69571 1 0 0 1 0 0 V-182.2242 142.92303c0x1c1x1V-180.0977 142.92303c0x-180.0977c0y143.10046c1x1V-180.1778 143.38812c0x-180.23119c0y143.51904c1x-180.1244c1y143.25549V-180.39743 143.71109c0x-180.487c0y143.79378c1x-180.3044c1y143.62669V-180.71524 143.89713c0x-180.83926c0y143.93848c1x-180.59294c1y143.85579V-181.12347 143.95914c0x-181.31984c0y143.95914c1x-180.97534c1y143.95914V-181.71518 143.84286c0x-181.91499c0y143.76364c1x-181.51707c1y143.92038V-182.14151 143.61032c0x1c1x-182.0571c1y143.68613V-182.16731 143.61032c0x1c1x1V-182.16731 144.14001c0x-182.00366c0y144.20892c1x1V-181.66605 144.31314c0x-181.49553c0y144.35965c1x-181.83658c1y144.26663V-181.12862 144.3829c0x-180.64975c0y144.3829c1x-181.31638c1y144.3829V-180.00723 143.99533c0x-179.73851c0y143.73521c1x-180.27596c1y144.25371V-179.60416 142.88943c0x-179.60416c0y142.41747c1x-179.60416c1y143.36659V-179.98915 141.76547c0x-180.24753c0y141.48816c1x-179.73248c1y142.04282V-181.00719 141.34949c0x-181.39648c0y141.34949c1x-180.58688c1y141.34949V-181.90636 141.69055c0x-182.11823c0y141.91794c1x-181.6962c1y141.46317V-182.22417 142.65948c0x1c1x-182.22417c1y142.24091 1 0 0 1 0 0 V-181.75136 142.55096c0x-181.74936c0y142.29602c1x1V-181.55757 141.95926c0x-181.43182c0y141.81973c1x-181.68475c1y142.09879V-180.98138 141.74997c0x-180.72127c0y141.74997c1x-181.23976c1y141.74997V-180.35869 141.97993c0x-180.20538c0y142.13324c1x-180.5137c1y141.82663V-180.09772 142.55096c0x1c1x-180.11839c1y142.32358 1 0 0 1 0 0 V-185.20335 144.3157c0x1c1x1V-184.72017 144.3157c0x1c1x1V-184.72017 144.00824c0x-184.67709c0y144.03754c1x1V-184.54446 144.13226c0x-184.47212c0y144.18394c1x-184.61853c1y144.07886V-184.3326 144.25629c0x-184.25163c0y144.2959c1x-184.40149c1y144.22528V-184.05354 144.35448c0x-183.94846c0y144.38205c1x-184.15862c1y144.32864V-183.68405 144.39581c0x-183.42393c0y144.39581c1x-183.8253c1y144.39581V-183.0226 144.13744c0x-182.84174c0y143.96518c1x-183.20346c1y144.30969V-182.7513 143.47856c0x-182.7513c0y143.2598c1x-182.7513c1y143.74554V-182.89082 142.94888c0x-182.98557c0y142.81279c1x-182.79781c1y143.08324V-183.2939 142.62848c0x-183.4696c0y142.55096c1x-183.11992c1y142.70599V-183.92694 142.47086c0x-184.17326c0y142.4433c1x-183.68062c1y142.49843V-184.72017 142.40884c0x1c1x-184.43768c1y142.42264V-184.72017 142.33392c0x-184.72017c0y142.22368c1x1V-184.66077 142.06003c0x-184.62291c0y141.98769c1x-184.70036c1y142.13239V-184.49539 141.8895c0x-184.4265c0y141.84988c1x-184.56778c1y141.93085V-184.24734 141.8094c0x-184.15089c0y141.79562c1x-184.34381c1y141.82318V-183.94504 141.78873c0x-183.81757c0y141.78873c1x-184.05013c1y141.78873V-183.51871 141.84042c0x-183.36195c0y141.87314c1x-183.67546c1y141.80597V-183.03294 141.98511c0x1c1x-183.20004c1y141.92137V-183.00714 141.98511c0x1c1x1V-183.00714 141.49161c0x-183.10188c0y141.46576c1x1V-183.41797 141.40633c0x-183.59711c0y141.37532c1x-183.23882c1y141.43735V-183.94765 141.35982c0x-184.15091c0y141.35982c1x-183.77367c1y141.35982V-184.47733 141.4115c0x-184.62892c0y141.44421c1x-184.32747c1y141.37704V-184.87007 141.58203c0x-184.97859c0y141.66127c1x-184.75983c1y141.50107V-185.11812 141.8895c0x-185.17499c0y142.01526c1x-185.06128c1y141.76376V-185.20341 142.35718c0x1c1x-185.20341c1y142.17114 1 0 0 1 0 0 V-184.72017 143.60516c0x1c1x1V-184.72017 142.80161c0x-184.57204c0y142.81021c1x1V-184.19566 142.84036c0x-183.99585c0y142.85757c1x-184.3972c1y142.82312V-183.72023 142.91528c0x-183.5807c0y142.9549c1x-183.83737c1y142.88257V-183.38174 143.10132c0x-183.29561c0y143.18399c1x-183.46788c1y143.01691V-183.25255 143.44498c0x-183.25255c0y143.61034c1x-183.25255c1y143.29855V-183.4024 143.81963c0x-183.50232c0y143.90231c1x-183.30251c1y143.73523V-183.85974 143.94365c0x-184.03027c0y143.94365c1x-183.65477c1y143.94365V-184.32741 143.84546c0x-184.46866c0y143.77829c1x-184.18616c1y143.91092V-184.72015 143.60516c0x1c1x-184.59958c1y143.69818 1 0 0 1 0 0 V-186.62962 144.3157c0x1c1x1V-186.14386 144.3157c0x1c1x1V-186.14386 140.29529c0x1c1x1V-186.62962 140.29529c0x1c1x1 1 0 0 1 0 0 V-167.88141 150.9303c0x1c1x1V-166.36212 150.9303c0x1c1x1V-166.36212 150.53757c0x1c1x1V-166.86597 150.53757c0x1c1x1V-166.86597 147.47574c0x1c1x1V-166.36212 147.47574c0x1c1x1V-166.36212 147.08299c0x1c1x1V-167.88141 147.08299c0x1c1x1V-167.88141 147.47574c0x1c1x1V-167.37756 147.47574c0x1c1x1V-167.37756 150.53757c0x1c1x1V-167.88141 150.53757c0x1c1x1 1 0 0 1 0 0 V-171.12668 150.9303c0x1c1x1V-170.64091 150.9303c0x1c1x1V-170.64091 149.28699c0x-170.64091c0y149.15436c1x1V-170.61761 148.91492c0x-170.60208c0y148.79779c1x-170.63315c1y149.03033V-170.53232 148.64102c0x-170.48924c0y148.56868c1x-170.57365c1y148.70648V-170.34628 148.48083c0x-170.26532c0y148.44467c1x-170.42723c1y148.51529V-170.03105 148.42657c0x-169.89841c0y148.42657c1x-170.16025c1y148.42657V-169.61505 148.52477c0x-169.47035c0y148.59023c1x-169.75975c1y148.4593V-169.19907 148.77539c0x1c1x-169.3317c1y148.67377V-169.19907 150.9303c0x1c1x1V-168.7133 150.9303c0x1c1x1V-168.7133 148.04417c0x1c1x1V-169.19907 148.04417c0x1c1x1V-169.19907 148.36456c0x-169.35065c0y148.23883c1x1V-169.66931 148.07001c0x-169.83122c0y147.99939c1x-169.5074c1y148.14064V-170.16798 147.96408c0x-170.47977c0y147.96408c1x-169.99745c1y147.96408V-170.88112 148.24573c0x-171.04475c0y148.43347c1x-170.71747c1y148.05795V-171.12657 149.05704c0x1c1x-171.12657c1y148.70392 1 0 0 1 0 0 V-173.56064 150.90446c0x-173.46935c0y150.92859c1x1V-173.26093 150.9639c0x-173.15413c0y150.9794c1x-173.36943c1y150.94839V-172.97412 150.98715c0x-172.67957c0y150.98715c1x-173.05852c1y150.98715V-172.30234 150.74944c0x-172.14903c0y150.59097c1x-172.45564c1y150.9079V-172.07237 149.98721c0x1c1x-172.07237c1y150.33688V-172.07237 148.45242c0x1c1x1V-171.74422 148.45242c0x1c1x1V-171.74422 148.04417c0x1c1x1V-172.07237 148.04417c0x1c1x1V-172.07237 147.21477c0x1c1x1V-172.55814 147.21477c0x1c1x1V-172.55814 148.04417c0x1c1x1V-173.56065 148.04417c0x1c1x1V-173.56065 148.45242c0x1c1x1V-172.55814 148.45242c0x1c1x1V-172.55814 149.76758c0x-172.55814c0y149.91916c1x1V-172.56844 150.12415c0x-172.5753c0y150.20856c1x-172.56157c1y150.03802V-172.64084 150.36185c0x-172.6787c0y150.43076c1x-172.59944c1y150.28778V-172.79587 150.5143c0x-172.86305c0y150.5453c1x-172.73038c1y150.48157V-173.10075 150.56081c0x-173.17999c0y150.56081c1x-172.96468c1y150.56081V-173.3488 150.52722c0x-173.43494c0y150.5031c1x-173.26268c1y150.54961V-173.53484 150.46777c0x1c1x-173.49695c1y150.48329V-173.56064 150.46777c0x1c1x1 1 0 0 1 0 0 V-176.56305 149.53763c0x1c1x1V-174.43657 149.53763c0x-174.43657c0y149.71504c1x1V-174.51666 150.00272c0x-174.57005c0y150.13362c1x-174.46327c1y149.87007V-174.73628 150.32568c0x-174.82585c0y150.40836c1x-174.64326c1y150.24127V-175.05409 150.51172c0x-175.17812c0y150.55307c1x-174.93179c1y150.47037V-175.46234 150.57373c0x-175.65871c0y150.57373c1x-175.31419c1y150.57373V-176.05403 150.45746c0x-176.25385c0y150.37822c1x-175.85594c1y150.53497V-176.48036 150.22491c0x1c1x-176.39595c1y150.3007V-176.50616 150.22491c0x1c1x1V-176.50616 150.75461c0x-176.34253c0y150.8235c1x1V-176.0049 150.92772c0x-175.83437c0y150.97423c1x-176.17545c1y150.88121V-175.46745 150.99748c0x-174.98859c0y150.99748c1x-175.65521c1y150.99748V-174.34607 150.60991c0x-174.07735c0y150.34979c1x-174.61479c1y150.86829V-173.94299 149.50403c0x-173.94299c0y149.03206c1x-173.94299c1y149.98117V-174.32799 148.38007c0x-174.58636c0y148.10275c1x-174.07132c1y148.65741V-175.34601 147.96408c0x-175.73531c0y147.96408c1x-174.9257c1y147.96408V-176.24518 148.30515c0x-176.45705c0y148.53253c1x-176.03503c1y148.07776V-176.56299 149.27408c0x1c1x-176.56299c1y148.8555 1 0 0 1 0 0 V-176.09021 149.16556c0x-176.08821c0y148.91061c1x1V-175.89642 148.57385c0x-175.77068c0y148.43433c1x-176.02361c1y148.71338V-175.32024 148.36456c0x-175.06012c0y148.36456c1x-175.57861c1y148.36456V-174.69753 148.59451c0x-174.54422c0y148.74783c1x-174.85255c1y148.44122V-174.43657 149.16554c0x1c1x-174.45723c1y148.93817 1 0 0 1 0 0 V-177.79036 150.9303c0x1c1x1V-177.3046 150.9303c0x1c1x1V-177.3046 146.90988c0x1c1x1V-177.79036 146.90988c0x1c1x1 1 0 0 1 0 0 V-179.24248 150.9303c0x1c1x1V-178.75671 150.9303c0x1c1x1V-178.75671 146.90988c0x1c1x1V-179.24248 146.90988c0x1c1x1 1 0 0 1 0 0 V-180.72559 147.561c0x1c1x1V-180.17781 147.561c0x1c1x1V-180.17781 147.05716c0x1c1x1V-180.72559 147.05716c0x1c1x1 1 0 0 1 0 0 V-180.69458 150.9303c0x1c1x1V-180.20882 150.9303c0x1c1x1V-180.20882 148.04417c0x1c1x1V-180.69458 148.04417c0x1c1x1 1 0 0 1 0 0 V-183.9967 150.60214c0x-183.9967c0y151.09135c1x1V-183.66339 151.6796c0x-183.44118c0y151.90871c1x-183.8856c1y151.4505V-182.6376 152.02325c0x-182.4843c0y152.02325c1x-183.09926c1y152.02325V-182.18802 151.98965c0x-182.04332c0y151.96899c1x-182.33443c1y152.01205V-181.75909 151.89923c0x1c1x-181.90034c1y151.93884V-181.75909 151.40314c0x1c1x1V-181.7849 151.40314c0x-181.86414c0y151.43414c1x1V-182.16214 151.51682c0x-182.3344c0y151.56332c1x-181.98988c1y151.47205V-182.67889 151.58658c0x-182.84425c0y151.58658c1x-182.50664c1y151.58658V-183.08972 151.52716c0x-183.19824c0y151.48753c1x-182.9812c1y151.56677V-183.34294 151.36179c0x-183.4032c0y151.29462c1x-183.28265c1y151.4324V-183.47214 151.1189c0x-183.498c0y151.02417c1x-183.44627c1y151.21365V-183.51094 150.80109c0x1c1x-183.51094c1y150.91823V-183.51094 150.53754c0x-183.36452c0y150.65468c1x1V-183.08977 150.80109c0x-182.95714c0y150.85794c1x-183.22412c1y150.74252V-182.58076 150.88637c0x-182.23625c0y150.88637c1x-182.78748c1y150.88637V-181.75911 150.5143c0x-181.55757c0y150.26453c1x-181.96237c1y150.76234V-181.4568 149.4601c0x-181.4568c0y149.21205c1x-181.4568c1y149.91312V-181.56015 148.81931c0x-181.63078c0y148.63844c1x-181.49126c1y148.99846V-181.84695 148.35164c0x-181.95892c0y148.22934c1x-181.72638c1y148.48254V-182.2552 148.06741c0x-182.41541c0y147.99852c1x-182.095c1y148.1346V-182.7332 147.96407c0x-182.9003c0y147.96407c1x-182.57474c1y147.96407V-183.15178 148.01575c0x-183.26547c0y148.04846c1x-183.03983c1y147.98129V-183.51094 148.16818c0x1c1x-183.38519c1y148.09929V-183.54195 148.04416c0x1c1x1V-183.99669 148.04416c0x1c1x1 1 0 0 1 0 0 V-183.51096 150.13705c0x1c1x1V-183.51096 148.56351c0x-183.38176c0y148.50494c1x1V-183.14922 148.43948c0x-183.03897c0y148.41365c1x-183.26118c1y148.46361V-182.81848 148.40073c0x-182.55148c0y148.40073c1x-182.92873c1y148.40073V-182.18803 148.66945c0x-182.03473c0y148.8486c1x-182.34134c1y148.4903V-181.95807 149.44977c0x-181.95807c0y149.77359c1x-181.95807c1y149.1087V-182.1286 150.18616c0x-182.24229c0y150.35324c1x-182.01491c1y150.01906V-182.69446 150.43678c0x-182.83571c0y150.43678c1x-182.43091c1y150.43678V-183.11819 150.35669c0x-183.26117c0y150.30156c1x-182.97694c1y150.41008V-183.51094 150.13705c0x1c1x-183.39209c1y150.22836 1 0 0 1 0 0 V-187.36859 149.53763c0x1c1x1V-185.24211 149.53763c0x-185.24211c0y149.71504c1x1V-185.3222 150.00272c0x-185.3756c0y150.13362c1x-185.26881c1y149.87007V-185.54184 150.32568c0x-185.63141c0y150.40836c1x-185.44881c1y150.24127V-185.85965 150.51172c0x-185.98367c0y150.55307c1x-185.73735c1y150.47037V-186.26788 150.57373c0x-186.46425c0y150.57373c1x-186.11975c1y150.57373V-186.85959 150.45746c0x-187.0594c0y150.37822c1x-186.66148c1y150.53497V-187.28592 150.22491c0x1c1x-187.20151c1y150.3007V-187.31172 150.22491c0x1c1x1V-187.31172 150.75461c0x-187.14807c0y150.8235c1x1V-186.81046 150.92772c0x-186.63992c0y150.97423c1x-186.98099c1y150.88121V-186.27301 150.99748c0x-185.79414c0y150.99748c1x-186.46077c1y150.99748V-185.15163 150.60991c0x-184.8829c0y150.34979c1x-185.42035c1y150.86829V-184.74855 149.50403c0x-184.74855c0y149.03206c1x-184.74855c1y149.98117V-185.13353 148.38007c0x-185.39191c0y148.10275c1x-184.87688c1y148.65741V-186.15157 147.96408c0x-186.54086c0y147.96408c1x-185.73126c1y147.96408V-187.05074 148.30515c0x-187.2626c0y148.53253c1x-186.84059c1y148.07776V-187.36855 149.27408c0x1c1x-187.36855c1y148.8555 1 0 0 1 0 0 V-186.89575 149.16556c0x-186.89375c0y148.91061c1x1V-186.70197 148.57385c0x-186.57622c0y148.43433c1x-186.82915c1y148.71338V-186.12576 148.36456c0x-185.86566c0y148.36456c1x-186.38416c1y148.36456V-185.50307 148.59451c0x-185.34976c0y148.74783c1x-185.6581c1y148.44122V-185.24211 149.16554c0x1c1x-185.26277c1y148.93817 1 0 0 1 0 0 V-190.51826 150.9303c0x1c1x1V-190.0325 150.9303c0x1c1x1V-190.0325 149.28699c0x-190.0325c0y149.15436c1x1V-190.0092 148.91492c0x-189.99374c0y148.79779c1x-190.02473c1y149.03033V-189.9239 148.64102c0x-189.88083c0y148.56868c1x-189.9653c1y148.70648V-189.73787 148.48083c0x-189.65691c0y148.44467c1x-189.81882c1y148.51529V-189.42264 148.42657c0x-189.29001c0y148.42657c1x-189.55183c1y148.42657V-189.00665 148.52477c0x-188.86195c0y148.59023c1x-189.15135c1y148.4593V-188.59065 148.77539c0x1c1x-188.7233c1y148.67377V-188.59065 150.9303c0x1c1x1V-188.10489 150.9303c0x1c1x1V-188.10489 148.04417c0x1c1x1V-188.59065 148.04417c0x1c1x1V-188.59065 148.36456c0x-188.74225c0y148.23883c1x1V-189.06091 148.07001c0x-189.22282c0y147.99939c1x-188.899c1y148.14064V-189.55959 147.96408c0x-189.87137c0y147.96408c1x-189.38905c1y147.96408V-190.27272 148.24573c0x-190.43636c0y148.43347c1x-190.10907c1y148.05795V-190.51817 149.05704c0x1c1x-190.51817c1y148.70392 1 0 0 1 0 0 V-193.58786 150.74942c0x-193.42595c0y150.82693c1x1V-193.12535 150.9303c0x-192.98065c0y150.97336c1x-193.27177c1y150.88724V-192.66286 150.9949c0x-192.45442c0y150.9949c1x-192.82649c1y150.9949V-192.08925 150.90446c0x-191.91527c0y150.84245c1x-192.26321c1y150.96475V-191.64224 150.62541c0x-191.51649c0y150.50139c1x-191.76627c1y150.74944V-191.35027 150.15515c0x-191.28137c0y149.96568c1x-191.41917c1y150.34464V-191.24692 149.49112c0x-191.24692c0y149.01913c1x-191.24692c1y149.74432V-191.63449 148.38007c0x-191.89461c0y148.11136c1x-191.37611c1y148.64879V-192.66286 147.97699c0x-192.82822c0y147.97699c1x-192.2374c1y147.97699V-193.14862 148.04675c0x-193.30882c0y148.09326c1x-192.99014c1y148.00024V-193.58788 148.21729c0x1c1x-193.45523c1y148.15012V-193.58788 148.75731c0x1c1x1V-193.56207 148.75731c0x-193.41393c0y148.64191c1x1V-193.10216 148.49118c0x-192.9454c0y148.42917c1x-193.26062c1y148.55319V-192.64224 148.39816c0x-192.36662c0y148.39816c1x-192.7921c1y148.39816V-191.98853 148.67722c0x-191.83005c0y148.86151c1x-192.14873c1y148.49118V-191.75081 149.49112c0x-191.75081c0y149.83907c1x-191.75081c1y149.13281V-191.98335 150.29468c0x-192.14011c0y150.48071c1x-191.82832c1y150.10693V-192.64223 150.57373c0x-192.7404c0y150.57373c1x-192.35973c1y150.57373V-192.94194 150.53497c0x-193.04358c0y150.50912c1x-192.8403c1y150.56082V-193.21582 150.4342c0x-193.28645c0y150.39804c1x-193.13487c1y150.47556V-193.41478 150.32053c0x-193.47678c0y150.27917c1x-193.35277c1y150.36014V-193.56206 150.21458c0x1c1x-193.52588c1y150.24387V-193.58786 150.21458c0x1c1x1 1 0 0 1 0 0 V-196.62643 149.53763c0x1c1x1V-194.49994 149.53763c0x-194.49994c0y149.71504c1x1V-194.58003 150.00272c0x-194.63342c0y150.13362c1x-194.52664c1y149.87007V-194.79967 150.32568c0x-194.88924c0y150.40836c1x-194.70663c1y150.24127V-195.11748 150.51172c0x-195.2415c0y150.55307c1x-194.99518c1y150.47037V-195.52571 150.57373c0x-195.72208c0y150.57373c1x-195.37758c1y150.57373V-196.11742 150.45746c0x-196.31723c0y150.37822c1x-195.91931c1y150.53497V-196.54375 150.22491c0x1c1x-196.45934c1y150.3007V-196.56955 150.22491c0x1c1x1V-196.56955 150.75461c0x-196.4059c0y150.8235c1x1V-196.06828 150.92772c0x-195.89775c0y150.97423c1x-196.23882c1y150.88121V-195.53084 150.99748c0x-195.05197c0y150.99748c1x-195.7186c1y150.99748V-194.40945 150.60991c0x-194.14073c0y150.34979c1x-194.67818c1y150.86829V-194.00638 149.50403c0x-194.00638c0y149.03206c1x-194.00638c1y149.98117V-194.39137 148.38007c0x-194.64975c0y148.10275c1x-194.1347c1y148.65741V-195.40941 147.96408c0x-195.79871c0y147.96408c1x-194.98911c1y147.96408V-196.30858 148.30515c0x-196.52045c0y148.53253c1x-196.09842c1y148.07776V-196.62639 149.27408c0x1c1x-196.62639c1y148.8555 1 0 0 1 0 0 V-196.15359 149.16556c0x-196.1516c0y148.91061c1x1V-195.95981 148.57385c0x-195.83406c0y148.43433c1x-196.08699c1y148.71338V-195.38362 148.36456c0x-195.1235c0y148.36456c1x-195.642c1y148.36456V-194.76093 148.59451c0x-194.60762c0y148.74783c1x-194.91594c1y148.44122V-194.49995 149.16554c0x1c1x-194.52063c1y148.93817 1 0 0 1 0 0 1 0 0 1 0 0 V-15.531052 172.21246c0x-15.53035c0y175.74838c1x-15.531067c1y168.67786V-9.1310577 178.61247c0x-5.5964355c0y178.61246c1x-12.664383c1y178.61317V-2.7310638 172.21246c0x-2.7303467c0y168.67914c1x-2.7310638c1y175.74709V-9.1310577 165.81247c0x-12.66568c0y165.81247c1x-5.5951385c1y165.81319 1 0 0 1 0 0 1 0 0 1 0 0 V-5.8084412 183.78654c0x-5.8084412c0y184.13623c1x1V-5.578476 184.7374c0x-5.4268799c0y185.02161c1x-5.731781c1y184.45317V-4.971283 185.39885c0x-4.795578c0y185.50737c1x-5.2244873c1y185.2421V-4.3821716 185.63397c0x-4.1668549c0y185.68222c1x-4.5992126c1y185.58575V-3.5295105 185.70633c0x1c1x-3.8826294c1y185.70633V-2.5579834 185.70633c0x1c1x1V-2.5579834 181.85901c0x1c1x1V-3.519165 181.85901c0x-3.8946838c0y181.85901c1x1V-4.4131775 181.9417c0x-4.6353912c0y181.99509c1x-4.192688c1y181.88657V-4.9764404 182.16391c0x-5.238266c0y182.32755c1x-4.8231354c1y182.06917V-5.5888062 182.81761c0x-5.7352142c0y183.08978c1x-5.4423981c1y182.54544V-5.8084259 183.78654c0x1c1x-5.8084259c1y183.41275 1 0 0 1 0 0 V-5.2735901 183.77875c0x-5.2735901c0y183.47729c1x1V-5.1159821 183.01651c0x-5.0108948c0y182.80981c1x-5.2210541c1y183.22322V-4.6457214 182.52817c0x-4.4941254c0y182.44205c1x-4.8541412c1y182.64703V-4.1625366 182.34988c0x-3.9920197c0y182.31543c1x-4.3330688c1y182.38263V-3.5501709 182.29822c0x1c1x-3.7878876c1y182.29822V-3.0695801 182.29822c0x1c1x1V-3.0695801 185.26703c0x1c1x1V-3.5501709 185.26703c0x-3.7964935c0y185.26703c1x1V-4.1935425 185.21277c0x-4.3778534c0y185.17659c1x-4.0109558c1y185.24893V-4.6999664 185.01123c0x-4.8911743c0y184.88892c1x-4.5466614c1y185.10941V-5.1288757 184.52805c0x-5.2253418c0y184.32823c1x-5.0341339c1y184.72787V-5.2735748 183.77875c0x1c1x-5.2735748c1y184.07846 1 0 0 1 0 0 V-9.0563049 184.26456c0x-9.0563049c0y184.7348c1x-9.0563049c1y183.7943V-8.6945648 185.37817c0x-8.4534149c0y185.65033c1x-8.93573c1y185.10602V-7.7256317 185.78641c0x-7.3173828c0y185.78641c1x-8.1304321c1y185.78641V-6.7515259 185.37817c0x-6.512085c0y185.10602c1x-6.992691c1y185.65033V-6.3923645 184.26456c0x-6.3923645c0y183.7943c1x-6.3923645c1y184.7348V-6.7515259 183.15092c0x-6.9926758c0y182.87704c1x-6.512085c1y183.4231V-7.7256317 182.7401c0x-8.1304321c0y182.7401c1x-7.3173828c1y182.7401V-8.6945648 183.15092c0x-8.93573c0y183.4231c1x-8.4533997c1y182.87704 1 0 0 1 0 0 V-8.5550385 184.26456c0x-8.5550385c0y183.89075c1x1V-8.3354187 183.43256c0x-8.1889954c0y183.24997c1x-8.4818268c1y183.61343V-7.7256317 183.15866c0x-7.4620819c0y183.15866c1x-7.985733c1y183.15866V-7.1106873 183.43256c0x-6.9659882c0y183.61343c1x-7.2570953c1y183.24997V-6.8936462 184.26456c0x-6.8936462c0y184.62628c1x-6.8936462c1y183.89075V-7.113266 185.08879c0x-7.2596893c0y185.27483c1x-6.9668579c1y184.90103V-7.7256317 185.36784c0x-7.9840088c0y185.36784c1x-7.4638062c1y185.36784V-8.3328247 185.09137c0x-8.480957c0y184.90533c1x-8.1864166c1y185.2757V-8.5550232 184.26456c0x1c1x-8.5550232c1y184.62973 1 0 0 1 0 0 V-12.221481 185.70633c0x1c1x1V-11.735718 185.70633c0x1c1x1V-11.735718 184.06302c0x-11.735718c0y183.93037c1x1V-11.712524 183.69095c0x-11.696991c0y183.57381c1x-11.727982c1y183.80635V-11.627228 183.41705c0x-11.584152c0y183.3447c1x-11.668564c1y183.48251V-11.441193 183.25687c0x-11.360245c0y183.22069c1x-11.522141c1y183.29131V-11.125977 183.20261c0x-10.993332c0y183.20261c1x-11.255173c1y183.20261V-10.709976 183.30078c0x-10.565277c0y183.36624c1x-10.854675c1y183.23532V-10.293991 183.55142c0x1c1x-10.42662c1y183.4498V-10.293991 185.70633c0x1c1x1V-9.8082275 185.70633c0x1c1x1V-9.8082275 182.82019c0x1c1x1V-10.293991 182.82019c0x1c1x1V-10.293991 183.14059c0x-10.445572c0y183.01485c1x1V-10.764236 182.84604c0x-10.926147c0y182.77542c1x-10.602325c1y182.91666V-11.262909 182.74011c0x-11.574692c0y182.74011c1x-11.092377c1y182.74011V-11.976044 183.02174c0x-12.139679c0y183.2095c1x-11.812393c1y182.83398V-12.221497 183.83307c0x1c1x-12.221497c1y183.47995 1 0 0 1 0 0 V-13.676178 181.6859c0x1c1x1V-13.565079 183.18193c0x1c1x1V-13.213684 183.18193c0x1c1x1V-13.10257 181.6859c0x1c1x1 1 0 0 1 0 0 V-16.076538 185.68048c0x-15.985245c0y185.70459c1x1V-15.776825 185.73991c0x-15.670029c0y185.7554c1x-15.885345c1y185.7244V-15.490021 185.76315c0x-15.195465c0y185.76315c1x-15.574417c1y185.76315V-14.818222 185.52545c0x-14.664917c0y185.36697c1x-14.971527c1y185.68393V-14.588257 184.76321c0x1c1x-14.588257c1y185.1129V-14.588257 183.22842c0x1c1x1V-14.260117 183.22842c0x1c1x1V-14.260117 182.82019c0x1c1x1V-14.588257 182.82019c0x1c1x1V-14.588257 181.99078c0x1c1x1V-15.07402 181.99078c0x1c1x1V-15.07402 182.82019c0x1c1x1V-16.076538 182.82019c0x1c1x1V-16.076538 183.22842c0x1c1x1V-15.07402 183.22842c0x1c1x1V-15.07402 184.54359c0x-15.07402c0y184.69519c1x1V-15.08432 184.90016c0x-15.091187c0y184.98456c1x-15.077454c1y184.81403V-15.156616 185.13788c0x-15.194473c0y185.20677c1x-15.11528c1y185.06381V-15.311646 185.29031c0x-15.37883c0y185.32132c1x-15.246155c1y185.2576V-15.616531 185.33682c0x-15.69577c0y185.33682c1x-15.480453c1y185.33682V-15.864578 185.30322c0x-15.950714c0y185.27911c1x-15.778458c1y185.32562V-16.050613 185.2438c0x1c1x-16.012726c1y185.25931V-16.076416 185.2438c0x1c1x1 1 0 0 1 0 0 V-5.2477417 189.63632c0x-5.2477417c0y189.80685c1x1V-5.1573486 190.11174c0x-5.0987396c0y190.25644c1x-5.2176056c1y189.96533V-4.9093018 190.48898c0x-4.7766724c0y190.62161c1x-5.0160675c1y190.38217V-4.4390411 190.7887c0x-4.2581787c0y190.85416c1x-4.6199188c1y190.72153V-3.7543335 190.88689c0x1c1x-4.0299377c1y190.88689V-3.2427368 190.88689c0x1c1x1V-3.2427368 192.32091c0x1c1x1V-2.7311401 192.32091c0x1c1x1V-2.7311401 188.4736c0x1c1x1V-3.7749939 188.4736c0x-4.0058136c0y188.4736c1x1V-4.3615265 188.53302c0x-4.5217285c0y188.57092c1x-4.2013245c1y188.49341V-4.7878571 188.7139c0x-4.9342651c0y188.81207c1x-4.6638336c1y188.63121V-5.1263428 189.08081c0x-5.2073059c0y189.22722c1x-5.0471039c1y188.93439V-5.2477875 189.63632c0x1c1x-5.2477875c1y189.41238 1 0 0 1 0 0 V-4.7154694 189.64923c0x-4.7154694c0y189.5166c1x1V-4.6456757 189.30301c0x-4.5991516c0y189.20482c1x-4.6921997c1y189.40118V-4.4338074 189.06271c0x-4.35112c0y189.00931c1x-4.5285187c1y189.12473V-4.1495819 188.94902c0x-4.0444946c0y188.9249c1x-4.2563782c1y188.97141V-3.7490845 188.91284c0x1c1x-3.9109955c1y188.91284V-3.2426605 188.91284c0x1c1x1V-3.2426605 190.45023c0x1c1x1V-3.6741638 190.45023c0x-3.8808746c0y190.45023c1x1V-4.178009 190.39597c0x-4.3072052c0y190.35806c1x-4.0488129c1y190.43213V-4.4932251 190.21768c0x-4.5741882c0y190.13501c1x-4.4122772c1y190.29865V-4.6637726 189.95673c0x-4.6982422c0y189.86542c1x-4.6310425c1y190.048V-4.7154694 189.64925c0x1c1x-4.7154694c1y189.76294 1 0 0 1 0 0 V-7.996933 192.32091c0x1c1x1V-7.5137482 192.32091c0x1c1x1V-7.5137482 192.01343c0x-7.4706726c0y192.04272c1x1V-7.3380432 192.13745c0x-7.2657013c0y192.18913c1x-7.4121094c1y192.08406V-7.1261749 192.26147c0x-7.0452118c0y192.3011c1x-7.1950684c1y192.23047V-6.8471222 192.35968c0x-6.7420349c0y192.38724c1x-6.9521942c1y192.33383V-6.4776306 192.40102c0x-6.217514c0y192.40102c1x-6.6188812c1y192.40102V-5.8161774 192.14264c0x-5.6353149c0y191.97037c1x-5.9970398c1y192.31488V-5.5448761 191.48376c0x-5.5448761c0y191.26498c1x-5.5448761c1y191.75075V-5.6844025 190.95407c0x-5.7791443c0y190.81799c1x-5.5913849c1y191.08844V-6.0874786 190.63367c0x-6.2631836c0y190.55615c1x-5.9134979c1y190.71118V-6.72052 190.47606c0x-6.9668427c0y190.44849c1x-6.4741974c1y190.50363V-7.5137482 190.41405c0x1c1x-7.2312622c1y190.42783V-7.5137482 190.33911c0x-7.5137482c0y190.22888c1x1V-7.4543457 190.06523c0x-7.4164886c0y189.99289c1x-7.4939423c1y190.13757V-7.2889709 189.8947c0x-7.2200775c0y189.85507c1x-7.3613586c1y189.93604V-7.0409241 189.81461c0x-6.9444733c0y189.80081c1x-7.1373901c1y189.82837V-6.7386169 189.79393c0x-6.611145c0y189.79393c1x-6.8437042c1y189.79393V-6.3122864 189.84561c0x-6.1555328c0y189.87833c1x-6.4690399c1y189.81116V-5.8265228 189.9903c0x1c1x-5.9936218c1y189.92657V-5.8007202 189.9903c0x1c1x1V-5.8007202 189.4968c0x-5.895462c0y189.47095c1x1V-6.2115479 189.41153c0x-6.390686c0y189.38052c1x-6.0323944c1y189.44254V-6.7412262 189.36502c0x-6.9444885c0y189.36502c1x-6.5672455c1y189.36502V-7.2709045 189.41669c0x-7.4225006c0y189.44942c1x-7.121048c1y189.38223V-7.6636505 189.58722c0x-7.772171c0y189.66647c1x-7.5534058c1y189.50626V-7.9116974 189.8947c0x-7.9685669c0y190.02045c1x-7.8548584c1y189.76895V-7.996994 190.36237c0x1c1x-7.996994c1y190.17633 1 0 0 1 0 0 V-7.5137482 191.61035c0x1c1x1V-7.5137482 190.80679c0x-7.3656006c0y190.8154c1x1V-6.9892426 190.84555c0x-6.7894287c0y190.86278c1x-7.1907654c1y190.82832V-6.5138092 190.92047c0x-6.3742828c0y190.9601c1x-6.6309509c1y190.88776V-6.1753235 191.10651c0x-6.0891876c0y191.18919c1x-6.2614594c1y191.02211V-6.0461273 191.45016c0x-6.0461273c0y191.61554c1x-6.0461273c1y191.30374V-6.1959839 191.82483c0x-6.2958984c0y191.9075c1x-6.0960846c1y191.74042V-6.6533203 191.94885c0x-6.8238525c0y191.94885c1x-6.448349c1y191.94885V-7.1209869 191.85065c0x-7.2622375c0y191.78348c1x-6.9797363c1y191.91611V-7.5137329 191.61035c0x1c1x-7.393158c1y191.70337 1 0 0 1 0 0 V-11.345566 192.32091c0x1c1x1V-10.859802 192.32091c0x1c1x1V-10.859802 190.6776c0x-10.859802c0y190.54495c1x1V-10.836502 190.30553c0x-10.821045c0y190.18839c1x-10.852036c1y190.42093V-10.751205 190.03165c0x-10.70813c0y189.95929c1x-10.792603c1y190.09711V-10.56517 189.87144c0x-10.484207c0y189.83527c1x-10.646118c1y189.90588V-10.249939 189.81718c0x-10.11731c0y189.81718c1x-10.379135c1y189.81718V-9.8339539 189.91537c0x-9.6892548c0y189.98083c1x-9.978653c1y189.84991V-9.4179535 190.16602c0x1c1x-9.5505981c1y190.06438V-9.4179535 192.32092c0x1c1x1V-8.9321899 192.32092c0x1c1x1V-8.9321899 189.43478c0x1c1x1V-9.4179535 189.43478c0x1c1x1V-9.4179535 189.75519c0x-9.5695496c0y189.62943c1x1V-9.8882141 189.46063c0x-10.050125c0y189.39c1x-9.7263031c1y189.53125V-10.386887 189.35469c0x-10.698669c0y189.35469c1x-10.216354c1y189.35469V-11.100021 189.63632c0x-11.263657c0y189.8241c1x-10.936386c1y189.44858V-11.345474 190.44765c0x1c1x-11.345474c1y190.09453 1 0 0 1 0 0 V-12.802841 188.9516c0x1c1x1V-12.255066 188.9516c0x1c1x1V-12.255066 188.44775c0x1c1x1V-12.802841 188.44775c0x1c1x1 1 0 0 1 0 0 V-12.771835 192.32092c0x1c1x1V-12.286072 192.32092c0x1c1x1V-12.286072 189.43478c0x1c1x1V-12.771835 189.43478c0x1c1x1 1 0 0 1 0 0 V-15.867249 192.14005c0x-15.705338c0y192.21756c1x1V-15.404755 192.32091c0x-15.260056c0y192.36398c1x-15.551163c1y192.27783V-14.942245 192.3855c0x-14.733826c0y192.3855c1x-15.105896c1y192.3855V-14.368652 192.29507c0x-14.194672c0y192.23306c1x-14.542618c1y192.35536V-13.921646 192.01602c0x-13.795898c0y191.892c1x-14.04567c1y192.14005V-13.629669 191.54578c0x-13.560776c0y191.35629c1x-13.698578c1y191.73524V-13.526321 190.88173c0x-13.526321c0y190.40976c1x-13.526321c1y191.13495V-13.913895 189.77069c0x-14.174011c0y189.50197c1x-13.655518c1y190.0394V-14.942261 189.36761c0x-15.10762c0y189.36761c1x-14.5168c1y189.36761V-15.428024 189.43738c0x-15.588226c0y189.48389c1x-15.269547c1y189.39087V-15.867279 189.60791c0x1c1x-15.734634c1y189.54073V-15.867279 190.14792c0x1c1x1V-15.841476 190.14792c0x-15.693329c0y190.0325c1x1V-15.381546 189.88177c0x-15.224792c0y189.81976c1x-15.540024c1y189.94379V-14.921631 189.78876c0x-14.646027c0y189.78876c1x-15.071487c1y189.78876V-14.267929 190.06781c0x-14.109451c0y190.25214c1x-14.428131c1y189.88177V-14.030212 190.88171c0x-14.030212c0y191.22968c1x-14.030212c1y190.52344V-14.262756 191.68529c0x-14.41951c0y191.87132c1x-14.107727c1y191.49753V-14.921631 191.96434c0x-15.019821c0y191.96434c1x-14.63913c1y191.96434V-15.221359 191.92558c0x-15.322983c0y191.89975c1x-15.11972c1y191.95142V-15.495239 191.82481c0x-15.565872c0y191.78864c1x-15.414276c1y191.86615V-15.694199 191.71112c0x-15.756195c0y191.66978c1x-15.632187c1y191.75075V-15.841476 191.60519c0x1c1x-15.805298c1y191.63448V-15.867279 191.60519c0x1c1x1 1 0 0 1 0 0 1 0 0 1 0 0 V-49.997711 172.21246c0x-49.997009c0y175.74838c1x-49.997726c1y168.67786V-43.597717 178.61247c0x-40.063095c0y178.61246c1x-47.131042c1y178.61317V-37.197723 172.21246c0x-37.197006c0y168.67914c1x-37.197723c1y175.74709V-43.597717 165.81247c0x-47.132339c0y165.81247c1x-40.061798c1y165.81319 1 0 0 1 0 0 1 0 0 1 0 0 V-43.70253 183.78654c0x-43.70253c0y184.13623c1x1V-43.472565 184.7374c0x-43.320969c0y185.02161c1x-43.62587c1y184.45317V-42.865372 185.39885c0x-42.689667c0y185.50737c1x-43.118576c1y185.2421V-42.27626 185.63397c0x-42.060944c0y185.68222c1x-42.493301c1y185.58575V-41.423599 185.70633c0x1c1x-41.776718c1y185.70633V-40.452072 185.70633c0x1c1x1V-40.452072 181.85901c0x1c1x1V-41.413254 181.85901c0x-41.788773c0y181.85901c1x1V-42.307266 181.9417c0x-42.52948c0y181.99509c1x-42.086777c1y181.88657V-42.870529 182.16391c0x-43.132355c0y182.32755c1x-42.717224c1y182.06917V-43.482895 182.81761c0x-43.629303c0y183.08978c1x-43.336487c1y182.54544V-43.702515 183.78654c0x1c1x-43.702515c1y183.41275 1 0 0 1 0 0 V-43.167679 183.77875c0x-43.167679c0y183.47729c1x1V-43.010071 183.01651c0x-42.904984c0y182.80981c1x-43.115143c1y183.22322V-42.53981 182.52817c0x-42.388214c0y182.44205c1x-42.74823c1y182.64703V-42.056641 182.34988c0x-41.886108c0y182.31543c1x-42.227158c1y182.38263V-41.444275 182.29822c0x1c1x-41.681992c1y182.29822V-40.963684 182.29822c0x1c1x1V-40.963684 185.26703c0x1c1x1V-41.444275 185.26703c0x-41.690598c0y185.26703c1x1V-42.087646 185.21277c0x-42.271957c0y185.17659c1x-41.90506c1y185.24893V-42.59407 185.01123c0x-42.785278c0y184.88892c1x-42.440765c1y185.10941V-43.022995 184.52805c0x-43.119446c0y184.32823c1x-42.928253c1y184.72787V-43.167679 183.77875c0x1c1x-43.167679c1y184.07846 1 0 0 1 0 0 V-46.950409 184.26456c0x-46.950409c0y184.7348c1x-46.950409c1y183.7943V-46.588669 185.37817c0x-46.347519c0y185.65033c1x-46.829834c1y185.10602V-45.619736 185.78641c0x-45.211487c0y185.78641c1x-46.024536c1y185.78641V-44.64563 185.37817c0x-44.406204c0y185.10602c1x-44.886795c1y185.65033V-44.286484 184.26456c0x-44.286484c0y183.7943c1x-44.286484c1y184.7348V-44.64563 183.15092c0x-44.88678c0y182.87704c1x-44.406204c1y183.4231V-45.619736 182.7401c0x-46.024536c0y182.7401c1x-45.211487c1y182.7401V-46.588669 183.15092c0x-46.829834c0y183.4231c1x-46.347504c1y182.87704 1 0 0 1 0 0 V-46.449142 184.26456c0x-46.449142c0y183.89075c1x1V-46.229507 183.43256c0x-46.083099c0y183.24997c1x-46.375931c1y183.61343V-45.61972 183.15866c0x-45.356171c0y183.15866c1x-45.879837c1y183.15866V-45.004776 183.43256c0x-44.860077c0y183.61343c1x-45.151184c1y183.24997V-44.787735 184.26456c0x-44.787735c0y184.62628c1x-44.787735c1y183.89075V-45.007355 185.08879c0x-45.153778c0y185.27483c1x-44.860947c1y184.90103V-45.61972 185.36784c0x-45.878098c0y185.36784c1x-45.357895c1y185.36784V-46.226913 185.09137c0x-46.375061c0y184.90533c1x-46.080505c1y185.2757V-46.449127 184.26456c0x1c1x-46.449127c1y184.62973 1 0 0 1 0 0 V-39.714401 189.63632c0x-39.714401c0y189.80685c1x1V-39.624008 190.11174c0x-39.565399c0y190.25644c1x-39.684265c1y189.96533V-39.375961 190.48898c0x-39.243332c0y190.62161c1x-39.482727c1y190.38217V-38.905701 190.7887c0x-38.724838c0y190.85416c1x-39.086578c1y190.72153V-38.220993 190.88689c0x1c1x-38.496597c1y190.88689V-37.709396 190.88689c0x1c1x1V-37.709396 192.32091c0x1c1x1V-37.1978 192.32091c0x1c1x1V-37.1978 188.4736c0x1c1x1V-38.241653 188.4736c0x-38.472473c0y188.4736c1x1V-38.828186 188.53302c0x-38.988388c0y188.57092c1x-38.667984c1y188.49341V-39.254517 188.7139c0x-39.400925c0y188.81207c1x-39.130493c1y188.63121V-39.593002 189.08081c0x-39.673965c0y189.22722c1x-39.513763c1y188.93439V-39.714447 189.63632c0x1c1x-39.714447c1y189.41238 1 0 0 1 0 0 V-39.182129 189.64923c0x-39.182129c0y189.5166c1x1V-39.112335 189.30301c0x-39.065811c0y189.20482c1x-39.158859c1y189.40118V-38.900467 189.06271c0x-38.81778c0y189.00931c1x-38.995178c1y189.12473V-38.616241 188.94902c0x-38.511154c0y188.9249c1x-38.723038c1y188.97141V-38.215744 188.91284c0x1c1x-38.377655c1y188.91284V-37.70932 188.91284c0x1c1x1V-37.70932 190.45023c0x1c1x1V-38.140823 190.45023c0x-38.347534c0y190.45023c1x1V-38.644669 190.39597c0x-38.773865c0y190.35806c1x-38.515472c1y190.43213V-38.959885 190.21768c0x-39.040848c0y190.13501c1x-38.878937c1y190.29865V-39.130432 189.95673c0x-39.164902c0y189.86542c1x-39.097702c1y190.048V-39.182129 189.64925c0x1c1x-39.182129c1y189.76294 1 0 0 1 0 0 V-42.463593 192.32091c0x1c1x1V-41.980408 192.32091c0x1c1x1V-41.980408 192.01343c0x-41.937332c0y192.04272c1x1V-41.804703 192.13745c0x-41.732361c0y192.18913c1x-41.878769c1y192.08406V-41.592834 192.26147c0x-41.511871c0y192.3011c1x-41.661728c1y192.23047V-41.313782 192.35968c0x-41.208694c0y192.38724c1x-41.418854c1y192.33383V-40.94429 192.40102c0x-40.684174c0y192.40102c1x-41.085541c1y192.40102V-40.282837 192.14264c0x-40.101974c0y191.97037c1x-40.463699c1y192.31488V-40.011536 191.48376c0x-40.011536c0y191.26498c1x-40.011536c1y191.75075V-40.151062 190.95407c0x-40.245804c0y190.81799c1x-40.058044c1y191.08844V-40.554138 190.63367c0x-40.729843c0y190.55615c1x-40.380157c1y190.71118V-41.18718 190.47606c0x-41.433502c0y190.44849c1x-40.940857c1y190.50363V-41.980408 190.41405c0x1c1x-41.697922c1y190.42783V-41.980408 190.33911c0x-41.980408c0y190.22888c1x1V-41.921005 190.06523c0x-41.883148c0y189.99289c1x-41.960602c1y190.13757V-41.75563 189.8947c0x-41.686737c0y189.85507c1x-41.828018c1y189.93604V-41.507584 189.81461c0x-41.411133c0y189.80081c1x-41.60405c1y189.82837V-41.205276 189.79393c0x-41.077805c0y189.79393c1x-41.310364c1y189.79393V-40.778946 189.84561c0x-40.622192c0y189.87833c1x-40.935699c1y189.81116V-40.293182 189.9903c0x1c1x-40.460281c1y189.92657V-40.26738 189.9903c0x1c1x1V-40.26738 189.4968c0x-40.362122c0y189.47095c1x1V-40.678207 189.41153c0x-40.857346c0y189.38052c1x-40.499054c1y189.44254V-41.207886 189.36502c0x-41.411148c0y189.36502c1x-41.033905c1y189.36502V-41.737564 189.41669c0x-41.88916c0y189.44942c1x-41.587708c1y189.38223V-42.13031 189.58722c0x-42.238831c0y189.66647c1x-42.020065c1y189.50626V-42.378357 189.8947c0x-42.435226c0y190.02045c1x-42.321518c1y189.76895V-42.463654 190.36237c0x1c1x-42.463654c1y190.17633 1 0 0 1 0 0 V-41.980408 191.61035c0x1c1x1V-41.980408 190.80679c0x-41.83226c0y190.8154c1x1V-41.455902 190.84555c0x-41.256088c0y190.86278c1x-41.657425c1y190.82832V-40.980469 190.92047c0x-40.840942c0y190.9601c1x-41.09761c1y190.88776V-40.641983 191.10651c0x-40.555847c0y191.18919c1x-40.728119c1y191.02211V-40.512787 191.45016c0x-40.512787c0y191.61554c1x-40.512787c1y191.30374V-40.662643 191.82483c0x-40.762558c0y191.9075c1x-40.562744c1y191.74042V-41.11998 191.94885c0x-41.290512c0y191.94885c1x-40.915009c1y191.94885V-41.587646 191.85065c0x-41.728897c0y191.78348c1x-41.446396c1y191.91611V-41.980392 191.61035c0x1c1x-41.859818c1y191.70337 1 0 0 1 0 0 V-45.812225 192.32091c0x1c1x1V-45.326462 192.32091c0x1c1x1V-45.326462 190.6776c0x-45.326462c0y190.54495c1x1V-45.303162 190.30553c0x-45.287704c0y190.18839c1x-45.318695c1y190.42093V-45.217865 190.03165c0x-45.174789c0y189.95929c1x-45.259262c1y190.09711V-45.03183 189.87144c0x-44.950867c0y189.83527c1x-45.112778c1y189.90588V-44.716599 189.81718c0x-44.583969c0y189.81718c1x-44.845795c1y189.81718V-44.300613 189.91537c0x-44.155914c0y189.98083c1x-44.445313c1y189.84991V-43.884613 190.16602c0x1c1x-44.017258c1y190.06438V-43.884613 192.32092c0x1c1x1V-43.398849 192.32092c0x1c1x1V-43.398849 189.43478c0x1c1x1V-43.884613 189.43478c0x1c1x1V-43.884613 189.75519c0x-44.036209c0y189.62943c1x1V-44.354874 189.46063c0x-44.516785c0y189.39c1x-44.192963c1y189.53125V-44.853546 189.35469c0x-45.165329c0y189.35469c1x-44.683014c1y189.35469V-45.566681 189.63632c0x-45.730316c0y189.8241c1x-45.403046c1y189.44858V-45.812134 190.44765c0x1c1x-45.812134c1y190.09453 1 0 0 1 0 0 V-47.269501 188.9516c0x1c1x1V-46.721725 188.9516c0x1c1x1V-46.721725 188.44775c0x1c1x1V-47.269501 188.44775c0x1c1x1 1 0 0 1 0 0 V-47.238495 192.32092c0x1c1x1V-46.752731 192.32092c0x1c1x1V-46.752731 189.43478c0x1c1x1V-47.238495 189.43478c0x1c1x1 1 0 0 1 0 0 V-50.333908 192.14005c0x-50.171997c0y192.21756c1x1V-49.871414 192.32091c0x-49.726715c0y192.36398c1x-50.017822c1y192.27783V-49.408905 192.3855c0x-49.200485c0y192.3855c1x-49.572556c1y192.3855V-48.835312 192.29507c0x-48.661331c0y192.23306c1x-49.009277c1y192.35536V-48.388306 192.01602c0x-48.262558c0y191.892c1x-48.512329c1y192.14005V-48.096329 191.54578c0x-48.027435c0y191.35629c1x-48.165237c1y191.73524V-47.992981 190.88173c0x-47.992981c0y190.40976c1x-47.992981c1y191.13495V-48.380554 189.77069c0x-48.640671c0y189.50197c1x-48.122177c1y190.0394V-49.40892 189.36761c0x-49.57428c0y189.36761c1x-48.983459c1y189.36761V-49.894684 189.43738c0x-50.054886c0y189.48389c1x-49.736206c1y189.39087V-50.333939 189.60791c0x1c1x-50.201294c1y189.54073V-50.333939 190.14792c0x1c1x1V-50.308136 190.14792c0x-50.159988c0y190.0325c1x1V-49.848206 189.88177c0x-49.691452c0y189.81976c1x-50.006683c1y189.94379V-49.38829 189.78876c0x-49.112686c0y189.78876c1x-49.538147c1y189.78876V-48.734589 190.06781c0x-48.576111c0y190.25214c1x-48.894791c1y189.88177V-48.496872 190.88171c0x-48.496872c0y191.22968c1x-48.496872c1y190.52344V-48.729416 191.68529c0x-48.886169c0y191.87132c1x-48.574387c1y191.49753V-49.38829 191.96434c0x-49.486481c0y191.96434c1x-49.105789c1y191.96434V-49.688019 191.92558c0x-49.789642c0y191.89975c1x-49.58638c1y191.95142V-49.961899 191.82481c0x-50.032532c0y191.78864c1x-49.880936c1y191.86615V-50.160858 191.71112c0x-50.222855c0y191.66978c1x-50.098846c1y191.75075V-50.308136 191.60519c0x1c1x-50.271957c1y191.63448V-50.333939 191.60519c0x1c1x1 1 0 0 1 0 0 1 0 0 1 0 0 V-15.531052 130.82187c0x-15.53035c0y134.35777c1x-15.531067c1y127.28724V-9.1310577 137.22186c0x-5.5964355c0y137.22186c1x-12.664383c1y137.22256V-2.7310638 130.82185c0x-2.7303467c0y127.28853c1x-2.7310638c1y134.35648V-9.1310577 124.42186c0x-12.66568c0y124.42186c1x-5.5951385c1y124.42258 1 0 0 1 0 0 1 0 0 1 0 0 V-4.6883392 143.21759c0x-4.6883392c0y143.36746c1x1V-4.5824127 143.66202c0x-4.513504c0y143.80843c1x-4.6530304c1y143.51559V-4.2904358 144.03409c0x-4.1526337c0y144.14432c1x-4.4161835c1y143.93245V-3.8072662 144.29247c0x-3.6246643c0y144.35448c1x-3.9915771c1y144.23045V-3.145813 144.38548c0x-2.8684845c0y144.38548c1x-3.4041901c1y144.38548V-2.3964996 144.30798c0x-2.1760101c0y144.2563c1x-2.6187134c1y144.35965V-1.7221222 144.07802c0x1c1x-1.9512177c1y144.17966V-1.7221222 143.43723c0x1c1x1V-1.758316 143.43723c0x-1.9529724c0y143.59915c1x1V-2.4326935 143.81189c0x-2.6876221c0y143.89975c1x-2.1777649c1y143.72403V-3.151001 143.94366c0x-3.4679413c0y143.94366c1x-2.927063c1y143.94366V-3.8899689 143.76538c0x-4.0673981c0y143.64651c1x-3.7142639c1y143.88425V-4.1561127 143.28995c0x-4.1561127c0y143.11942c1x-4.1561127c1y143.48805V-4.0294952 142.91272c0x-3.9468079c0y142.83176c1x-4.1139069c1y142.99368V-3.6496735 142.72409c0x-3.5204773c0y142.68964c1x-3.8202057c1y142.76889V-3.2285004 142.63882c0x-3.0786438c0y142.61642c1x-3.3800964c1y142.66122V-2.7505035 142.55356c0x-2.4094391c0y142.4812c1x-2.9193115c1y142.58801V-1.99086 142.18407c0x-1.8272247c0y142.00836c1x-2.1562195c1y142.35803V-1.7454071 141.49936c0x-1.7454071c0y141.17723c1x-1.7454071c1y141.78012V-2.1536407 140.70871c0x-2.4258118c0y140.502c1x-1.881485c1y140.91368V-3.1897583 140.39865c0x-3.4601898c0y140.39865c1x-2.7711792c1y140.39865V-3.9338989 140.47615c0x-4.1595612c0y140.52783c1x-3.7082367c1y140.42447V-4.5333405 140.66736c0x1c1x-4.359375c1y140.59157V-4.5333405 141.27197c0x1c1x1V-4.4971466 141.27197c0x-4.3507233c0y141.14795c1x1V-3.9183655 140.96449c0x-3.6806488c0y140.88181c1x-4.1577911c1y141.04544V-3.187149 140.84047c0x-2.913269c0y140.84047c1x-3.4369202c1y140.84047V-2.5256958 141.011c0x-2.3603363c0y141.12469c1x-2.6927795c1y140.89731V-2.2776489 141.45026c0x-2.2776489c0y141.61044c1x-2.2776489c1y141.2711V-2.4016724 141.82748c0x-2.4843597c0y141.91878c1x-2.318985c1y141.73619V-2.8383484 142.03677c0x-2.9485931c0y142.06088c1x-2.6299133c1y141.98854V-3.3085938 142.12463c0x-3.5118561c0y142.15909c1x-3.1053314c1y142.09018V-3.8253632 142.23056c0x-4.1112976c0y142.30635c1x-3.6841125c1y142.1944V-4.4713135 142.57422c0x-4.6160126c0y142.72751c1x-4.3266144c1y142.4209V-4.6883545 143.21759c0x1c1x-4.6883545c1y142.94197 1 0 0 1 0 0 V-7.8845367 144.3157c0x1c1x1V-7.3987732 144.3157c0x1c1x1V-7.3987732 142.67239c0x-7.3987732c0y142.53976c1x1V-7.375473 142.30032c0x-7.3599396c0y142.1832c1x-7.3910065c1y142.41574V-7.2901764 142.02644c0x-7.2471008c0y141.9541c1x-7.3315125c1y142.0919V-7.1041412 141.86624c0x-7.0231781c0y141.83008c1x-7.1850891c1y141.9007V-6.7889099 141.81198c0x-6.6562805c0y141.81198c1x-6.9181061c1y141.81198V-6.3729248 141.91019c0x-6.2282257c0y141.97565c1x-6.5176239c1y141.84473V-5.9569244 142.16081c0x1c1x-6.0895538c1y142.05917V-5.9569244 144.31572c0x1c1x1V-5.4711609 144.31572c0x1c1x1V-5.4711609 140.29529c0x1c1x1V-5.9569244 140.29529c0x1c1x1V-5.9569244 141.74998c0x-6.1085205c0y141.62424c1x1V-6.4271851 141.45543c0x-6.5890961c0y141.3848c1x-6.265274c1y141.52606V-6.9258575 141.34949c0x-7.2376404c0y141.34949c1x-6.7553253c1y141.34949V-7.6389923 141.63113c0x-7.8026276c0y141.81889c1x-7.4753571c1y141.44337V-7.8844452 142.44244c0x1c1x-7.8844452c1y142.08932 1 0 0 1 0 0 V-11.279678 142.87393c0x-11.279678c0y143.34419c1x-11.279678c1y142.40369V-10.917938 143.98756c0x-10.676788c0y144.25974c1x-11.159103c1y143.71539V-9.9490051 144.39581c0x-9.5407562c0y144.39581c1x-10.353806c1y144.39581V-8.9748993 143.98756c0x-8.7354584c0y143.71539c1x-9.2160645c1y144.25974V-8.6157379 142.87393c0x-8.6157379c0y142.40369c1x-8.6157379c1y143.34419V-8.9748993 141.76031c0x-9.2160492c0y141.48642c1x-8.7354584c1y142.03247V-9.9490051 141.34949c0x-10.353806c0y141.34949c1x-9.5407562c1y141.34949V-10.917938 141.76031c0x-11.159103c0y142.03247c1x-10.676773c1y141.48642 1 0 0 1 0 0 V-10.778412 142.87393c0x-10.778412c0y142.50015c1x1V-10.558792 142.04195c0x-10.412369c0y141.85934c1x-10.7052c1y142.22281V-9.9490051 141.76807c0x-9.6854553c0y141.76807c1x-10.209106c1y141.76807V-9.3340607 142.04195c0x-9.1893616c0y142.22281c1x-9.4804688c1y141.85934V-9.1170197 142.87393c0x-9.1170197c0y143.23567c1x-9.1170197c1y142.50015V-9.3366394 143.69818c0x-9.4830627c0y143.88422c1x-9.1902313c1y143.51042V-9.9490051 143.97723c0x-10.207382c0y143.97723c1x-9.6871796c1y143.97723V-10.556198 143.70078c0x-10.70433c0y143.51474c1x-10.40979c1y143.88507V-10.778397 142.87395c0x1c1x-10.778397c1y143.23914 1 0 0 1 0 0 V-14.491379 142.87393c0x-14.491379c0y143.34419c1x-14.491379c1y142.40369V-14.129639 143.98756c0x-13.888489c0y144.25974c1x-14.370804c1y143.71539V-13.160706 144.39581c0x-12.752457c0y144.39581c1x-13.565506c1y144.39581V-12.1866 143.98756c0x-11.947174c0y143.71539c1x-12.427765c1y144.25974V-11.827454 142.87393c0x-11.827454c0y142.40369c1x-11.827454c1y143.34419V-12.1866 141.76031c0x-12.42775c0y141.48642c1x-11.947174c1y142.03247V-13.160706 141.34949c0x-13.565506c0y141.34949c1x-12.752457c1y141.34949V-14.129639 141.76031c0x-14.370804c0y142.03247c1x-13.888474c1y141.48642 1 0 0 1 0 0 V-13.990112 142.87393c0x-13.990112c0y142.50015c1x1V-13.770477 142.04195c0x-13.624069c0y141.85934c1x-13.916901c1y142.22281V-13.16069 141.76807c0x-12.897141c0y141.76807c1x-13.420807c1y141.76807V-12.545746 142.04195c0x-12.401047c0y142.22281c1x-12.692154c1y141.85934V-12.328705 142.87393c0x-12.328705c0y143.23567c1x-12.328705c1y142.50015V-12.548325 143.69818c0x-12.694748c0y143.88422c1x-12.401917c1y143.51042V-13.16069 143.97723c0x-13.419067c0y143.97723c1x-12.898865c1y143.97723V-13.767883 143.70078c0x-13.916031c0y143.51474c1x-13.621475c1y143.88507V-13.990097 142.87395c0x1c1x-13.990097c1y143.23914 1 0 0 1 0 0 V-16.741882 144.28987c0x-16.650589c0y144.314c1x1V-16.442154 144.3493c0x-16.335358c0y144.36481c1x-16.55069c1y144.3338V-16.15535 144.37256c0x-15.860794c0y144.37256c1x-16.239761c1y144.37256V-15.483566 144.13484c0x-15.330261c0y143.97638c1x-15.636871c1y144.2933V-15.253601 143.37262c0x1c1x-15.253601c1y143.72229V-15.253601 141.83783c0x1c1x1V-14.925446 141.83783c0x1c1x1V-14.925446 141.42958c0x1c1x1V-15.253601 141.42958c0x1c1x1V-15.253601 140.60017c0x1c1x1V-15.739349 140.60017c0x1c1x1V-15.739349 141.42958c0x1c1x1V-16.741882 141.42958c0x1c1x1V-16.741882 141.83783c0x1c1x1V-15.739349 141.83783c0x1c1x1V-15.739349 143.15298c0x-15.739349c0y143.30457c1x1V-15.749649 143.50955c0x-15.756516c0y143.59396c1x-15.742783c1y143.42343V-15.822052 143.74725c0x-15.859909c0y143.81616c1x-15.780655c1y143.67319V-15.977081 143.8997c0x-16.044266c0y143.93071c1x-15.911591c1y143.86697V-16.281967 143.94621c0x-16.361206c0y143.94621c1x-16.145889c1y143.94621V-16.530014 143.91263c0x-16.61615c0y143.8885c1x-16.443878c1y143.93501V-16.716049 143.85318c0x1c1x-16.678162c1y143.8687V-16.741852 143.85318c0x1c1x1 1 0 0 1 0 0 V-6.2903137 147.53775c0x1c1x1V-4.344696 147.53775c0x1c1x1V-4.344696 148.62296c0x1c1x1V-6.0164337 148.62296c0x1c1x1V-6.0164337 149.0777c0x1c1x1V-4.344696 149.0777c0x1c1x1V-4.344696 150.9303c0x1c1x1V-3.8330994 150.9303c0x1c1x1V-3.8330994 147.08298c0x1c1x1V-6.2903137 147.08298c0x1c1x1 LineClosed 1 0 0 1 0 0 V-7.3574371 147.561c0x1c1x1V-6.8096619 147.561c0x1c1x1V-6.8096619 147.05716c0x1c1x1V-7.3574371 147.05716c0x1c1x1 1 0 0 1 0 0 V-7.3264313 150.9303c0x1c1x1V-6.8406677 150.9303c0x1c1x1V-6.8406677 148.04417c0x1c1x1V-7.3264313 148.04417c0x1c1x1 1 0 0 1 0 0 V-10.088531 148.57385c0x1c1x1V-10.062729 148.57385c0x-9.990387c0y148.55663c1x1V-9.8508606 148.53769c0x-9.7836761c0y148.52907c1x-9.919754c1y148.54457V-9.6105652 148.52477c0x-9.4607086c0y148.52477c1x-9.7035828c1y148.52477V-9.1764679 148.62553c0x-9.0369415c0y148.69099c1x-9.3160095c1y148.55835V-8.7733917 148.88133c0x1c1x-8.9025879c1y148.77626V-8.7733917 150.9303c0x1c1x1V-8.2876282 150.9303c0x1c1x1V-8.2876282 148.04417c0x1c1x1V-8.7733917 148.04417c0x1c1x1V-8.7733917 148.4705c0x-8.9663086c0y148.31548c1x1V-9.2823944 148.14236c0x-9.430542c0y148.0769c1x-9.1359863c1y148.20609V-9.7345581 148.04416c0x-9.8189697c0y148.04416c1x-9.5812531c1y148.04416V-9.9180145 148.05197c0x-9.9558716c0y148.05544c1x-9.880127c1y148.04677V-10.088547 148.07521c0x1c1x-10.012726c1y148.06317 1 0 0 1 0 0 V-12.607758 150.0983c0x-12.607758c0y150.36185c1x1V-12.279617 150.74684c0x-12.062561c0y150.91565c1x-12.498383c1y150.57803V-11.388199 151.00006c0x-11.174591c0y151.00006c1x-11.765427c1y151.00006V-10.799072 150.92513c0x-10.621658c0y150.87344c1x-10.978226c1y150.97507V-10.352066 150.75717c0x1c1x-10.472656c1y150.81747V-10.352066 150.21199c0x1c1x1V-10.377869 150.21199c0x-10.531174c0y150.32739c1x1V-10.889465 150.48846c0x-11.077225c0y150.55563c1x-10.701706c1y150.41956V-11.429489 150.58923c0x-11.643082c0y150.58923c1x-11.257233c1y150.58923V-11.930756 150.48587c0x-12.051331c0y150.41696c1x-11.810165c1y150.55478V-12.111618 150.16031c0x-12.111618c0y150.04663c1x-12.111618c1y150.30844V-12.013412 149.90192c0x-11.947937c0y149.84335c1x-12.078888c1y149.96049V-11.636169 149.75206c0x-11.567276c0y149.73657c1x-11.822189c1y149.7934V-11.364868 149.6978c0x-11.254623c0y149.67712c1x-11.476837c1y149.71848V-11.062561 149.63062c0x-10.809341c0y149.56345c1x-11.153854c1y149.65472V-10.522552 149.33606c0x-10.417465c0y149.20515c1x-10.629349c1y149.46526V-10.364929 148.85547c0x-10.364929c0y148.73662c1x-10.364929c1y149.04495V-10.437332 148.51958c0x-10.487274c0y148.41449c1x-10.389069c1y148.62466V-10.662125 148.23795c0x-10.758591c0y148.15698c1x-10.562195c1y148.32062V-11.029022 148.04674c0x-11.178879c0y147.9985c1x-10.88089c1y148.09325V-11.530289 147.9744c0x-11.702545c0y147.9744c1x-11.345978c1y147.9744V-12.052216 148.03899c0x-12.22963c0y148.08032c1x-11.876511c1y147.99591V-12.494049 148.19144c0x1c1x-12.376907c1y148.13113V-12.494049 148.71078c0x1c1x1V-12.468246 148.71078c0x-12.344223c0y148.61948c1x1V-12.016083 148.48082c0x-11.838654c0y148.41708c1x-12.193497c1y148.54283V-11.494141 148.38522c0x-11.316727c0y148.38522c1x-11.664673c1y148.38522V-11.044556 148.48859c0x-10.922256c0y148.55576c1x-11.166855c1y148.41968V-10.861099 148.79089c0x-10.861099c0y148.90974c1x-10.861099c1y148.65652V-10.972198 149.0596c0x-11.04454c0y149.11989c1x-10.898132c1y148.99931V-11.323593 149.20688c0x-11.413162c0y149.22755c1x-11.161682c1y149.16898V-11.623306 149.26889c0x-11.735275c0y149.28957c1x-11.513062c1y149.24823V-11.902359 149.32573c0x-12.128021c0y149.37741c1x-11.828293c1y149.3085V-12.424286 149.59186c0x-12.546585c0y149.71933c1x-12.301987c1y149.46611V-12.607742 150.0983c0x1c1x-12.607742c1y149.88815 1 0 0 1 0 0 V-14.801437 150.90446c0x-14.710144c0y150.92859c1x1V-14.501709 150.9639c0x-14.394913c0y150.9794c1x-14.610229c1y150.94839V-14.214905 150.98715c0x-13.920349c0y150.98715c1x-14.299316c1y150.98715V-13.543121 150.74944c0x-13.389816c0y150.59097c1x-13.696426c1y150.9079V-13.313156 149.98721c0x1c1x-13.313156c1y150.33688V-13.313156 148.45242c0x1c1x1V-12.985016 148.45242c0x1c1x1V-12.985016 148.04417c0x1c1x1V-13.313156 148.04417c0x1c1x1V-13.313156 147.21477c0x1c1x1V-13.79892 147.21477c0x1c1x1V-13.79892 148.04417c0x1c1x1V-14.801453 148.04417c0x1c1x1V-14.801453 148.45242c0x1c1x1V-13.79892 148.45242c0x1c1x1V-13.79892 149.76758c0x-13.79892c0y149.91916c1x1V-13.809219 150.12415c0x-13.816086c0y150.20856c1x-13.802353c1y150.03802V-13.881622 150.36185c0x-13.919479c0y150.43076c1x-13.840225c1y150.28778V-14.036652 150.5143c0x-14.103821c0y150.5453c1x-13.971161c1y150.48157V-14.341537 150.56081c0x-14.420776c0y150.56081c1x-14.205444c1y150.56081V-14.589584 150.52722c0x-14.67572c0y150.5031c1x-14.503448c1y150.54961V-14.77562 150.46777c0x1c1x-14.737732c1y150.48329V-14.801422 150.46777c0x1c1x1 1 0 0 1 0 0 1 0 0 1 0 0 V-49.997711 130.82187c0x-49.997009c0y134.35777c1x-49.997726c1y127.28724V-43.597717 137.22186c0x-40.063095c0y137.22186c1x-47.131042c1y137.22256V-37.197723 130.82185c0x-37.197006c0y127.28853c1x-37.197723c1y134.35648V-43.597717 124.42186c0x-47.132339c0y124.42186c1x-40.061798c1y124.42258 1 0 0 1 0 0 1 0 0 1 0 0 V-42.377029 144.3157c0x1c1x1V-41.831833 144.3157c0x1c1x1V-41.454605 143.24342c0x1c1x1V-39.790619 143.24342c0x1c1x1V-39.413391 144.3157c0x1c1x1V-38.894043 144.3157c0x1c1x1V-40.294479 140.4684c0x1c1x1V-40.976608 140.4684c0x1c1x1 1 0 0 1 0 0 V-41.296982 142.80417c0x1c1x1V-40.622604 140.91541c0x1c1x1V-39.945648 142.80417c0x1c1x1 LineClosed 1 0 0 1 0 0 V-44.984116 143.48372c0x-44.984116c0y143.74727c1x1V-44.65596 144.13226c0x-44.438919c0y144.30106c1x-44.874725c1y143.96344V-43.764542 144.38547c0x-43.550949c0y144.38547c1x-44.141785c1y144.38547V-43.17543 144.31055c0x-42.998016c0y144.25885c1x-43.354584c1y144.36049V-42.728424 144.14259c0x1c1x-42.849014c1y144.20288V-42.728424 143.59741c0x1c1x1V-42.754227 143.59741c0x-42.907532c0y143.71283c1x1V-43.265823 143.87387c0x-43.453583c0y143.94106c1x-43.078064c1y143.80498V-43.805832 143.97464c0x-44.01944c0y143.97464c1x-43.633575c1y143.97464V-44.307098 143.87129c0x-44.427673c0y143.8024c1x-44.186523c1y143.94019V-44.487961 143.54573c0x-44.487961c0y143.43204c1x-44.487961c1y143.69388V-44.389755 143.28735c0x-44.32428c0y143.22878c1x-44.455231c1y143.34592V-44.012512 143.13748c0x-43.943619c0y143.12198c1x-44.198532c1y143.17883V-43.741211 143.08322c0x-43.630966c0y143.06255c1x-43.85318c1y143.1039V-43.438904 143.01605c0x-43.185684c0y142.94887c1x-43.530197c1y143.04016V-42.89888 142.7215c0x-42.793808c0y142.59058c1x-43.005676c1y142.85068V-42.741272 142.24091c0x-42.741272c0y142.12204c1x-42.741272c1y142.43037V-42.813675 141.905c0x-42.863617c0y141.79993c1x-42.765411c1y142.01007V-43.038467 141.62335c0x-43.134918c0y141.5424c1x-42.938538c1y141.70604V-43.405365 141.43216c0x-43.555222c0y141.38393c1x-43.257217c1y141.47867V-43.906631 141.3598c0x-44.078888c0y141.3598c1x-43.722321c1y141.3598V-44.428574 141.42441c0x-44.605988c0y141.46576c1x-44.252869c1y141.38135V-44.870407 141.57684c0x1c1x-44.753265c1y141.51657V-44.870407 142.09619c0x1c1x1V-44.844604 142.09619c0x-44.720581c0y142.00491c1x1V-44.392441 141.86624c0x-44.215027c0y141.80252c1x-44.569855c1y141.92825V-43.870514 141.77065c0x-43.6931c0y141.77065c1x-44.041046c1y141.77065V-43.420929 141.87399c0x-43.29863c0y141.94118c1x-43.543228c1y141.8051V-43.237473 142.1763c0x-43.237473c0y142.29517c1x-43.237473c1y142.04195V-43.348587 142.44502c0x-43.420929c0y142.50531c1x-43.274506c1y142.38474V-43.699982 142.5923c0x-43.789551c0y142.61298c1x-43.538071c1y142.55441V-43.999695 142.65431c0x-44.111664c0y142.67499c1x-43.88945c1y142.63364V-44.278748 142.71115c0x-44.50441c0y142.76283c1x-44.204681c1y142.69394V-44.80069 142.97729c0x-44.922989c0y143.10475c1x-44.678391c1y142.85155V-44.984146 143.48372c0x1c1x-44.984146c1y143.27356 1 0 0 1 0 0 V-48.299149 144.3157c0x1c1x1V-47.658356 144.3157c0x1c1x1V-46.500809 143.05222c0x1c1x1V-46.185593 143.35194c0x1c1x1V-46.185593 144.3157c0x1c1x1V-45.699829 144.3157c0x1c1x1V-45.699829 140.29529c0x1c1x1V-46.185593 140.29529c0x1c1x1V-46.185593 142.87393c0x1c1x1V-47.588608 141.42958c0x1c1x1V-48.200974 141.42958c0x1c1x1V-46.85997 142.76283c0x1c1x1 1 0 0 1 0 0 V-34.389145 151.8734c0x-34.285797c0y151.89923c1x1V-34.08168 151.92766c0x-33.981766c0y151.93973c1x-34.183304c1y151.91733V-33.7742 151.94574c0x-33.474472c0y151.94574c1x-33.879272c1y151.94574V-33.050735 151.69769c0x-32.869873c0y151.53406c1x-33.233322c1y151.86307V-32.75618 150.99231c0x-32.714844c0y150.99921c1x-32.771683c1y151.29893V-32.63475 151.00523c0x-32.596893c0y151.0087c1x-32.674377c1y151.00351V-32.523636 151.01044c0x-32.253204c0y151.01044c1x-32.559845c1y151.01044V-31.784668 150.87607c0x-31.564178c0y150.7865c1x-32.006882c1y150.96565V-31.22139 150.48592c0x-31.06636c0y150.31538c1x-31.376419c1y150.65645V-30.862244 149.85805c0x-30.779556c0y149.61c1x-30.94664c1y150.10609V-30.73822 149.00797c0x-30.73822c0y148.69447c1x-30.73822c1y149.32664V-30.862244 148.16565c0x-30.944931c0y147.91588c1x-30.779556c1y148.4137V-31.223984 147.52487c0x-31.375565c0y147.35605c1x-31.065506c1y147.70229V-31.787247 147.1373c0x-32.012909c0y147.04771c1x-31.563324c1y147.22687V-32.523636 147.00293c0x-32.79924c0y147.00293c1x-32.258362c1y147.00293V-33.265198 147.13986c0x-33.485687c0y147.22945c1x-33.046432c1y147.04858V-33.825882 147.52486c0x-33.982635c0y147.69711c1x-33.672577c1y147.35777V-34.185028 148.1579c0x-34.26944c0y148.40765c1x-34.102341c1y147.90813V-34.311646 149.00797c0x-34.311646c0y149.47821c1x-34.311646c1y148.69101V-34.022263 150.19653c0x-33.831055c0y150.51865c1x-34.215179c1y149.8744V-33.249695 150.87349c0x-33.256561c0y151.06985c1x-33.573532c1y150.74429V-33.389221 151.33083c0x-33.475357c0y151.43935c1x-33.30307c1y151.22231V-33.859482 151.49361c0x-33.930099c0y151.49361c1x-33.632111c1y151.49361V-34.110107 151.46002c0x-34.208298c0y151.43933c1x-34.013641c1y151.48241V-34.319397 151.40317c0x1c1x-34.278061c1y151.42039V-34.389191 151.40317c0x1c1x1 B0 1B1 2B2 3B3 4B4 5B5 6B6 7B7 8B8 9B9 10B10 11B11 12B12 13B13 14B14 15B15 16B16 17B17 18B18 19B19 20B20 21B21 22B22 23B23 24L24 25L25 0 1 0 0 1 0 0 V-33.779358 149.00793c0x-33.779358c0y148.50841c1x1V-33.443451 147.85297c0x-33.219513c0y147.58081c1x-33.667389c1y148.12341V-32.526184 147.44473c0x-32.135178c0y147.44473c1x-32.913757c1y147.44473V-31.60376 147.85297c0x-31.381546c0y148.12341c1x-31.827698c1y147.58081V-31.270447 149.00793c0x-31.270447c0y149.51265c1x-31.270447c1y148.50841V-31.611511 150.16808c0x-31.838882c0y150.43506c1x-31.38414c1y149.89935V-32.526184 150.56857c0x-32.908585c0y150.56857c1x-32.143784c1y150.56857V-33.438278 150.16808c0x-33.665649c0y149.89935c1x-33.212616c1y150.43506V-33.779343 149.00793c0x1c1x-33.779343c1y149.51265 1 0 0 1 0 0 V-37.476807 150.9303c0x1c1x1V-36.991043 150.9303c0x1c1x1V-36.991043 150.60989c0x-36.827408c0y150.73909c1x1V-36.520798 150.90704c0x-36.370941c0y150.97595c1x-36.670654c1y150.83813V-36.024704 151.01041c0x-35.721542c0y151.01041c1x-36.205566c1y151.01041V-35.316727 150.73393c0x-35.147919c0y150.5479c1x-35.48555c1y150.91824V-35.063522 149.91745c0x1c1x-35.063522c1y150.27573V-35.063522 148.04417c0x1c1x1V-35.549286 148.04417c0x1c1x1V-35.549286 149.68748c0x-35.549286c0y149.83389c1x1V-35.569992 150.06473c0x-35.583801c0y150.16808c1x-35.556183c1y149.95966V-35.657898 150.33086c0x-35.704422c0y150.40665c1x-35.613098c1y150.25677V-35.83876 150.49622c0x-35.912827c0y150.53067c1x-35.764709c1y150.46176V-36.161728 150.54791c0x-36.287476c0y150.54791c1x-36.020477c1y150.54791V-36.572556 150.44971c0x-36.722412c0y150.38425c1x-36.424408c1y150.51517V-36.991135 150.19908c0x1c1x-36.861938c1y150.30072V-36.991135 148.04417c0x1c1x1V-37.476898 148.04417c0x1c1x1 1 0 0 1 0 0 V-40.848709 149.53763c0x1c1x1V-38.722214 149.53763c0x-38.722214c0y149.71504c1x1V-38.802307 150.00272c0x-38.855698c0y150.13362c1x-38.748917c1y149.87007V-39.021942 150.32568c0x-39.111511c0y150.40836c1x-38.928909c1y150.24127V-39.339752 150.51172c0x-39.463776c0y150.55307c1x-39.217453c1y150.47037V-39.747986 150.57373c0x-39.944351c0y150.57373c1x-39.599854c1y150.57373V-40.339691 150.45746c0x-40.539505c0y150.37822c1x-40.141586c1y150.53497V-40.766022 150.22491c0x1c1x-40.68161c1y150.3007V-40.791824 150.22491c0x1c1x1V-40.791824 150.75461c0x-40.628189c0y150.8235c1x1V-40.290558 150.92772c0x-40.120026c0y150.97423c1x-40.461105c1y150.88121V-39.753128 150.99748c0x-39.274261c0y150.99748c1x-39.940887c1y150.99748V-38.631744 150.60991c0x-38.363022c0y150.34979c1x-38.900467c1y150.86829V-38.228668 149.50403c0x-38.228668c0y149.03206c1x-38.228668c1y149.98117V-38.613663 148.38007c0x-38.87204c0y148.10275c1x-38.356995c1y148.65741V-39.631699 147.96408c0x-40.020996c0y147.96408c1x-39.211395c1y147.96408V-40.530869 148.30515c0x-40.742737c0y148.53253c1x-40.320709c1y148.07776V-40.848679 149.27408c0x1c1x-40.848679c1y148.8555 1 0 0 1 0 0 V-40.37587 149.16556c0x-40.373871c0y148.91061c1x1V-40.182083 148.57385c0x-40.056335c0y148.43433c1x-40.309265c1y148.71338V-39.605896 148.36456c0x-39.345779c0y148.36456c1x-39.864273c1y148.36456V-38.9832 148.59451c0x-38.829895c0y148.74783c1x-39.138214c1y148.44122V-38.722229 149.16554c0x1c1x-38.742905c1y148.93817 1 0 0 1 0 0 V-43.646988 150.0983c0x-43.646988c0y150.36185c1x1V-43.318832 150.74684c0x-43.101791c0y150.91565c1x-43.537598c1y150.57803V-42.427429 151.00006c0x-42.213821c0y151.00006c1x-42.804657c1y151.00006V-41.838303 150.92513c0x-41.660889c0y150.87344c1x-42.017456c1y150.97507V-41.391296 150.75717c0x1c1x-41.511887c1y150.81747V-41.391296 150.21199c0x1c1x1V-41.417099 150.21199c0x-41.570404c0y150.32739c1x1V-41.928696 150.48846c0x-42.116455c0y150.55563c1x-41.740936c1y150.41956V-42.468719 150.58923c0x-42.682312c0y150.58923c1x-42.296463c1y150.58923V-42.969986 150.48587c0x-43.090561c0y150.41696c1x-42.849396c1y150.55478V-43.150848 150.16031c0x-43.150848c0y150.04663c1x-43.150848c1y150.30844V-43.052643 149.90192c0x-42.987167c0y149.84335c1x-43.118118c1y149.96049V-42.6754 149.75206c0x-42.606506c0y149.73657c1x-42.86142c1y149.7934V-42.404099 149.6978c0x-42.293854c0y149.67712c1x-42.516068c1y149.71848V-42.101791 149.63062c0x-41.848572c0y149.56345c1x-42.193085c1y149.65472V-41.561768 149.33606c0x-41.456696c0y149.20515c1x-41.668564c1y149.46526V-41.40416 148.85547c0x-41.40416c0y148.73662c1x-41.40416c1y149.04495V-41.476563 148.51958c0x-41.526505c0y148.41449c1x-41.428299c1y148.62466V-41.701355 148.23795c0x-41.797806c0y148.15698c1x-41.601425c1y148.32062V-42.068253 148.04674c0x-42.218109c0y147.9985c1x-41.920105c1y148.09325V-42.569519 147.9744c0x-42.741776c0y147.9744c1x-42.385208c1y147.9744V-43.091446 148.03899c0x-43.26886c0y148.08032c1x-42.915741c1y147.99591V-43.533279 148.19144c0x1c1x-43.416138c1y148.13113V-43.533279 148.71078c0x1c1x1V-43.507477 148.71078c0x-43.383453c0y148.61948c1x1V-43.055313 148.48082c0x-42.877899c0y148.41708c1x-43.232727c1y148.54283V-42.533386 148.38522c0x-42.355972c0y148.38522c1x-42.703918c1y148.38522V-42.083801 148.48859c0x-41.961502c0y148.55576c1x-42.2061c1y148.41968V-41.900345 148.79089c0x-41.900345c0y148.90974c1x-41.900345c1y148.65652V-42.011444 149.0596c0x-42.083786c0y149.11989c1x-41.937378c1y148.99931V-42.362839 149.20688c0x-42.452408c0y149.22755c1x-42.200928c1y149.16898V-42.662552 149.26889c0x-42.774521c0y149.28957c1x-42.552307c1y149.24823V-42.941605 149.32573c0x-43.167267c0y149.37741c1x-42.867538c1y149.3085V-43.463531 149.59186c0x-43.585831c0y149.71933c1x-43.341232c1y149.46611V-43.646988 150.0983c0x1c1x-43.646988c1y149.88815 1 0 0 1 0 0 V-45.840652 150.90446c0x-45.749359c0y150.92859c1x1V-45.540924 150.9639c0x-45.434128c0y150.9794c1x-45.649445c1y150.94839V-45.25412 150.98715c0x-44.959564c0y150.98715c1x-45.338516c1y150.98715V-44.582321 150.74944c0x-44.429016c0y150.59097c1x-44.735626c1y150.9079V-44.352356 149.98721c0x1c1x-44.352356c1y150.33688V-44.352356 148.45242c0x1c1x1V-44.024216 148.45242c0x1c1x1V-44.024216 148.04417c0x1c1x1V-44.352356 148.04417c0x1c1x1V-44.352356 147.21477c0x1c1x1V-44.83812 147.21477c0x1c1x1V-44.83812 148.04417c0x1c1x1V-45.840652 148.04417c0x1c1x1V-45.840652 148.45242c0x1c1x1V-44.83812 148.45242c0x1c1x1V-44.83812 149.76758c0x-44.83812c0y149.91916c1x1V-44.848419 150.12415c0x-44.855286c0y150.20856c1x-44.841553c1y150.03802V-44.920715 150.36185c0x-44.958572c0y150.43076c1x-44.879379c1y150.28778V-45.075745 150.5143c0x-45.142929c0y150.5453c1x-45.010254c1y150.48157V-45.38063 150.56081c0x-45.459869c0y150.56081c1x-45.244553c1y150.56081V-45.628677 150.52722c0x-45.714813c0y150.5031c1x-45.542557c1y150.54961V-45.814713 150.46777c0x1c1x-45.776825c1y150.48329V-45.840515 150.46777c0x1c1x1 1 0 0 1 0 0 V-46.949097 147.561c0x1c1x1V-46.401321 147.561c0x1c1x1V-46.401321 147.05716c0x1c1x1V-46.949097 147.05716c0x1c1x1 1 0 0 1 0 0 V-46.918091 150.9303c0x1c1x1V-46.432327 150.9303c0x1c1x1V-46.432327 148.04417c0x1c1x1V-46.918091 148.04417c0x1c1x1 1 0 0 1 0 0 V-50.339081 149.48853c0x-50.339081c0y149.95877c1x-50.339081c1y149.01828V-49.977356 150.60214c0x-49.736191c0y150.87431c1x-50.218506c1y150.32999V-49.008423 151.01039c0x-48.600174c0y151.01039c1x-49.413223c1y151.01039V-48.034317 150.60214c0x-47.794891c0y150.32999c1x-48.275482c1y150.87431V-47.675171 149.48853c0x-47.675171c0y149.01828c1x-47.675171c1y149.95877V-48.034317 148.37491c0x-48.275482c0y148.10101c1x-47.794891c1y148.64706V-49.008423 147.96408c0x-49.413223c0y147.96408c1x-48.600174c1y147.96408V-49.977356 148.37491c0x-50.218506c0y148.64706c1x-49.736191c1y148.10101 1 0 0 1 0 0 V-49.837814 149.48853c0x-49.837814c0y149.11473c1x1V-49.618179 148.65652c0x-49.471771c0y148.47394c1x-49.764603c1y148.8374V-49.008392 148.38264c0x-48.744843c0y148.38264c1x-49.268509c1y148.38264V-48.393448 148.65652c0x-48.248749c0y148.8374c1x-48.539856c1y148.47394V-48.176407 149.48853c0x-48.176407c0y149.85025c1x-48.176407c1y149.11473V-48.396042 150.31277c0x-48.54245c0y150.49881c1x-48.249619c1y150.125V-49.008408 150.59183c0x-49.266785c0y150.59183c1x-48.746582c1y150.59183V-49.615601 150.31535c0x-49.763748c0y150.12932c1x-49.469193c1y150.49966V-49.837814 149.48853c0x1c1x-49.837814c1y149.85371 1 0 0 1 0 0 V-53.504257 150.9303c0x1c1x1V-53.018509 150.9303c0x1c1x1V-53.018509 149.28699c0x-53.018509c0y149.15436c1x1V-52.995209 148.91492c0x-52.979675c0y148.79779c1x-53.010742c1y149.03033V-52.909912 148.64102c0x-52.866837c0y148.56868c1x-52.951248c1y148.70648V-52.723877 148.48083c0x-52.642914c0y148.44467c1x-52.804825c1y148.51529V-52.408646 148.42657c0x-52.276016c0y148.42657c1x-52.537842c1y148.42657V-51.992661 148.52477c0x-51.847961c0y148.59023c1x-52.13736c1y148.4593V-51.57666 148.77539c0x1c1x-51.709305c1y148.67377V-51.57666 150.9303c0x1c1x1V-51.090897 150.9303c0x1c1x1V-51.090897 148.04417c0x1c1x1V-51.57666 148.04417c0x1c1x1V-51.57666 148.36456c0x-51.728256c0y148.23883c1x1V-52.046921 148.07001c0x-52.208832c0y147.99939c1x-51.88501c1y148.14064V-52.545593 147.96408c0x-52.857376c0y147.96408c1x-52.375061c1y147.96408V-53.258728 148.24573c0x-53.422363c0y148.43347c1x-53.095078c1y148.05795V-53.504181 149.05704c0x1c1x-53.504181c1y148.70392 1 0 0 1 0 0 V-56.501511 150.0983c0x-56.501511c0y150.36185c1x1V-56.173355 150.74684c0x-55.956314c0y150.91565c1x-56.39212c1y150.57803V-55.281937 151.00006c0x-55.068344c0y151.00006c1x-55.65918c1y151.00006V-54.692825 150.92513c0x-54.515411c0y150.87344c1x-54.871979c1y150.97507V-54.245819 150.75717c0x1c1x-54.366409c1y150.81747V-54.245819 150.21199c0x1c1x1V-54.271622 150.21199c0x-54.424927c0y150.32739c1x1V-54.783218 150.48846c0x-54.970978c0y150.55563c1x-54.595459c1y150.41956V-55.323242 150.58923c0x-55.536835c0y150.58923c1x-55.150986c1y150.58923V-55.824509 150.48587c0x-55.945084c0y150.41696c1x-55.703918c1y150.55478V-56.005371 150.16031c0x-56.005371c0y150.04663c1x-56.005371c1y150.30844V-55.907166 149.90192c0x-55.84169c0y149.84335c1x-55.972641c1y149.96049V-55.529922 149.75206c0x-55.461029c0y149.73657c1x-55.715942c1y149.7934V-55.258621 149.6978c0x-55.148376c0y149.67712c1x-55.37059c1y149.71848V-54.956314 149.63062c0x-54.703094c0y149.56345c1x-55.047607c1y149.65472V-54.41629 149.33606c0x-54.311218c0y149.20515c1x-54.523087c1y149.46526V-54.258682 148.85547c0x-54.258682c0y148.73662c1x-54.258682c1y149.04495V-54.331085 148.51958c0x-54.381027c0y148.41449c1x-54.282822c1y148.62466V-54.555878 148.23795c0x-54.652328c0y148.15698c1x-54.455948c1y148.32062V-54.922775 148.04674c0x-55.072632c0y147.9985c1x-54.774628c1y148.09325V-55.424042 147.9744c0x-55.596298c0y147.9744c1x-55.239731c1y147.9744V-55.945969 148.03899c0x-56.123383c0y148.08032c1x-55.770264c1y147.99591V-56.387802 148.19144c0x1c1x-56.27066c1y148.13113V-56.387802 148.71078c0x1c1x1V-56.362 148.71078c0x-56.237976c0y148.61948c1x1V-55.909836 148.48082c0x-55.732422c0y148.41708c1x-56.08725c1y148.54283V-55.387909 148.38522c0x-55.210495c0y148.38522c1x-55.558441c1y148.38522V-54.938324 148.48859c0x-54.816025c0y148.55576c1x-55.060623c1y148.41968V-54.754868 148.79089c0x-54.754868c0y148.90974c1x-54.754868c1y148.65652V-54.865967 149.0596c0x-54.938309c0y149.11989c1x-54.791901c1y148.99931V-55.217361 149.20688c0x-55.306931c0y149.22755c1x-55.05545c1y149.16898V-55.517075 149.26889c0x-55.629044c0y149.28957c1x-55.40683c1y149.24823V-55.796127 149.32573c0x-56.02179c0y149.37741c1x-55.722061c1y149.3085V-56.318054 149.59186c0x-56.440353c0y149.71933c1x-56.195755c1y149.46611V-56.501511 150.0983c0x1c1x-56.501511c1y149.88815 1 0 0 1 0 0 1 0 0 1 0 0 V-118.93105 130.82187c0x-118.93034c0y134.35777c1x-118.93106c1y127.28724V-112.53105 137.22186c0x-108.99643c0y137.22186c1x-116.06438c1y137.22256V-106.13106 130.82185c0x-106.13034c0y127.28853c1x-106.13106c1y134.35648V-112.53105 124.42186c0x-116.06567c0y124.42186c1x-108.99513c1y124.42258 1 0 0 1 0 0 1 0 0 1 0 0 V-109.23039 140.92316c0x1c1x1V-107.28477 140.92316c0x1c1x1V-107.28477 142.00836c0x1c1x1V-108.95651 142.00836c0x1c1x1V-108.95651 142.4631c0x1c1x1V-107.28477 142.4631c0x1c1x1V-107.28477 144.3157c0x1c1x1V-106.77318 144.3157c0x1c1x1V-106.77318 140.46838c0x1c1x1V-109.23039 140.46838c0x1c1x1 1 0 0 1 0 0 V-112.06226 142.92303c0x1c1x1V-109.93578 142.92303c0x-109.93578c0y143.10046c1x1V-110.01587 143.38812c0x-110.06926c0y143.51904c1x-109.96248c1y143.25549V-110.2355 143.71109c0x-110.32507c0y143.79378c1x-110.14247c1y143.62669V-110.55331 143.89713c0x-110.67734c0y143.93848c1x-110.43102c1y143.85579V-110.96155 143.95914c0x-111.15791c0y143.95914c1x-110.81342c1y143.95914V-111.55325 143.84286c0x-111.75307c0y143.76364c1x-111.35515c1y143.92038V-111.97958 143.61032c0x1c1x-111.89517c1y143.68613V-112.00539 143.61032c0x1c1x1V-112.00539 144.14001c0x-111.84175c0y144.20892c1x1V-111.50412 144.31314c0x-111.33359c0y144.35965c1x-111.67467c1y144.26663V-110.96667 144.3829c0x-110.48781c0y144.3829c1x-111.15443c1y144.3829V-109.84529 143.99533c0x-109.57657c0y143.73521c1x-110.11401c1y144.25371V-109.44221 142.88943c0x-109.44221c0y142.41747c1x-109.44221c1y143.36659V-109.82721 141.76547c0x-110.08559c0y141.48816c1x-109.57054c1y142.04282V-110.84523 141.34949c0x-111.23453c0y141.34949c1x-110.42493c1y141.34949V-111.7444 141.69055c0x-111.95627c0y141.91794c1x-111.53426c1y141.46317V-112.06221 142.65948c0x1c1x-112.06221c1y142.24091 1 0 0 1 0 0 V-111.58942 142.55096c0x-111.58742c0y142.29602c1x1V-111.39563 141.95926c0x-111.26988c0y141.81973c1x-111.52281c1y142.09879V-110.81943 141.74997c0x-110.55933c0y141.74997c1x-111.07782c1y141.74997V-110.19673 141.97993c0x-110.04343c0y142.13324c1x-110.35176c1y141.82663V-109.93578 142.55096c0x1c1x-109.95644c1y142.32358 1 0 0 1 0 0 V-115.21452 142.92303c0x1c1x1V-113.08803 142.92303c0x-113.08803c0y143.10046c1x1V-113.16812 143.38812c0x-113.22151c0y143.51904c1x-113.11473c1y143.25549V-113.38774 143.71109c0x-113.47731c0y143.79378c1x-113.29472c1y143.62669V-113.70555 143.89713c0x-113.82957c0y143.93848c1x-113.58325c1y143.85579V-114.1138 143.95914c0x-114.31017c0y143.95914c1x-113.96565c1y143.95914V-114.70549 143.84286c0x-114.9053c0y143.76364c1x-114.5074c1y143.92038V-115.13182 143.61032c0x1c1x-115.04742c1y143.68613V-115.15762 143.61032c0x1c1x1V-115.15762 144.14001c0x-114.99399c0y144.20892c1x1V-114.65636 144.31314c0x-114.48582c0y144.35965c1x-114.8269c1y144.26663V-114.11893 144.3829c0x-113.64006c0y144.3829c1x-114.30669c1y144.3829V-112.99754 143.99533c0x-112.72882c0y143.73521c1x-113.26627c1y144.25371V-112.59447 142.88943c0x-112.59447c0y142.41747c1x-112.59447c1y143.36659V-112.97946 141.76547c0x-113.23784c0y141.48816c1x-112.72279c1y142.04282V-113.9975 141.34949c0x-114.3868c0y141.34949c1x-113.57719c1y141.34949V-114.89667 141.69055c0x-115.10854c0y141.91794c1x-114.68651c1y141.46317V-115.21448 142.65948c0x1c1x-115.21448c1y142.24091 1 0 0 1 0 0 V-114.74168 142.55096c0x-114.73969c0y142.29602c1x1V-114.5479 141.95926c0x-114.42215c0y141.81973c1x-114.67508c1y142.09879V-113.97171 141.74997c0x-113.71159c0y141.74997c1x-114.23009c1y141.74997V-113.34901 141.97992c0x-113.19571c0y142.13324c1x-113.50403c1y141.82663V-113.08804 142.55095c0x1c1x-113.10872c1y142.32358 1 0 0 1 0 0 V-118.29185 144.3157c0x1c1x1V-117.80609 144.3157c0x1c1x1V-117.80609 144.0134c0x-117.66656c0y144.13399c1x1V-117.36943 144.29504c0x-117.21783c0y144.36221c1x-117.52101c1y144.22787V-116.87592 144.39581c0x-116.5314c0y144.39581c1x-117.05333c1y144.39581V-116.05426 143.99789c0x-115.85272c0y143.73264c1x-116.25752c1y144.26318V-115.75195 142.89461c0x-115.75195c0y142.64999c1x-115.75195c1y143.36487V-115.85532 142.24091c0x-115.92593c0y142.0497c1x-115.78641c1y142.4321V-116.13954 141.75256c0x-116.25668c0y141.62164c1x-116.02068c1y141.88692V-116.54778 141.45284c0x-116.70453c0y141.38394c1x-116.39276c1y141.52173V-117.03354 141.34949c0x-117.18513c0y141.34949c1x-116.86644c1y141.34949V-117.43661 141.39856c0x-117.55376c0y141.42957c1x-117.31949c1y141.36584V-117.80609 141.54584c0x1c1x-117.67691c1y141.47867V-117.80609 140.29527c0x1c1x1V-118.29185 140.29527c0x1c1x1 1 0 0 1 0 0 V-117.80609 143.60516c0x1c1x-117.68379c1y143.70163V-117.80609 141.94893c0x-117.67519c0y141.89035c1x1V-117.4547 141.82748c0x-117.35135c0y141.8051c1x-117.55804c1y141.84988V-117.11621 141.7939c0x-116.84406c0y141.7939c1x-117.23851c1y141.7939V-116.48059 142.07813c0x-116.32899c0y142.26759c1x-116.63219c1y141.88864V-116.2532 142.88428c0x-116.2532c0y143.22705c1x-116.2532c1y142.53632V-116.42891 143.66718c0x-116.54605c0y143.84459c1x-116.31177c1y143.48802V-116.99219 143.9333c0x-117.12999c0y143.9333c1x-116.73381c1y143.9333V-117.41077 143.84286c0x-117.55202c0y143.78085c1x-117.26952c1y143.90317 1 0 0 1 0 0 V-111.52223 150.65125c0x-111.42749c0y150.6926c1x1V-111.26385 150.76752c0x-111.18806c0y150.80368c1x-111.34137c1y150.73135V-110.96414 150.8812c0x-110.85905c0y150.91393c1x-111.08815c1y150.84158V-110.6205 150.96388c0x-110.4982c0y150.98801c1x-110.74451c1y150.9415V-110.21484 151.00006c0x-109.93579c0y151.00006c1x-110.36298c1y151.00006V-109.45261 150.88379c0x-109.22523c0y150.80453c1x-109.68172c1y150.9613V-108.85832 150.5143c0x-108.69296c0y150.35065c1x-109.02713c1y150.68138V-108.47075 149.8916c0x-108.37773c0y149.63838c1x-108.56377c1y150.1431V-108.33122 149.01051c0x-108.33122c0y148.69357c1x-108.33122c1y149.3447V-108.46558 148.16043c0x-108.55515c0y147.91068c1x-108.37601c1y148.4102V-108.85315 147.5274c0x-109.0168c0y147.36032c1x-108.68434c1y147.69965V-109.44485 147.14499c0x-109.6774c0y147.05714c1x-109.21404c1y147.23285V-110.21741 147.01321c0x-110.42412c0y147.01321c1x-109.93492c1y147.01321V-110.83495 147.08815c0x-111.04166c0y147.13809c1x-110.62996c1y147.03821V-111.52223 147.3517c0x1c1x-111.27075c1y147.22595V-111.52223 147.95889c0x1c1x1V-111.48354 147.95889c0x-111.27167c0y147.78148c1x1V-110.85307 147.57132c0x-110.64465c0y147.49037c1x-111.06151c1y147.65228V-110.18387 147.44989c0x-109.98921c0y147.44989c1x-110.42159c1y147.44989V-109.65677 147.54549c0x-109.50174c0y147.6075c1x-109.81352c1y147.48175V-109.24078 147.83746c0x-109.12193c0y147.96664c1x-109.36308c1y147.70482V-108.96173 148.32838c0x-108.89626c0y148.52475c1x-109.02892c1y148.13028V-108.86353 149.01051c0x-108.86353c0y149.28094c1x-108.86353c1y148.75214V-108.97205 149.70815c0x-109.04611c0y149.9028c1x-108.8997c1y149.51349V-109.25627 150.18356c0x-109.37685c0y150.31104c1x-109.14085c1y150.06126V-109.67743 150.46779c0x-109.83934c0y150.52808c1x-109.51723c1y150.40578V-110.18903 150.55823c0x-110.43535c0y150.55823c1x-110.00987c1y150.55823V-110.8815 150.43161c0x-111.09682c0y150.3472c1x-110.66618c1y150.51602V-111.48611 150.05179c0x1c1x-111.29836c1y150.2206V-111.52231 150.05179c0x1c1x1 B0 1B1 2B2 3B3 4B4 5B5 6B6 7B7 8B8 9B9 10B10 11B11 12B12 13B13 14L14 15L15 16B16 17B17 18B18 19B19 20B20 21B21 22B22 23B23 24B24 25B25 26B26 27B27 28L28 29L29 0 1 0 0 1 0 0 V-114.44972 150.9303c0x1c1x1V-113.96654 150.9303c0x1c1x1V-113.96654 150.62283c0x-113.92346c0y150.65211c1x1V-113.79083 150.74686c0x-113.71849c0y150.79852c1x-113.8649c1y150.69345V-113.57896 150.87088c0x-113.498c0y150.91049c1x-113.64786c1y150.83986V-113.29991 150.96906c0x-113.19484c0y150.99663c1x-113.40498c1y150.94322V-112.93044 151.01041c0x-112.67032c0y151.01041c1x-113.07169c1y151.01041V-112.26898 150.75201c0x-112.08812c0y150.57977c1x-112.44984c1y150.92429V-111.99768 150.09314c0x-111.99768c0y149.87439c1x-111.99768c1y150.36014V-112.13721 149.56346c0x-112.23195c0y149.42737c1x-112.04419c1y149.69781V-112.54028 149.24307c0x-112.71599c0y149.16556c1x-112.3663c1y149.32059V-113.17332 149.08545c0x-113.41965c0y149.05789c1x-112.927c1y149.11301V-113.96655 149.02344c0x1c1x-113.68405c1y149.03722V-113.96655 148.94852c0x-113.96655c0y148.83826c1x1V-113.90715 148.67462c0x-113.86929c0y148.60226c1x-113.94675c1y148.74698V-113.74179 148.50409c0x-113.67288c0y148.46448c1x-113.81416c1y148.54544V-113.49374 148.42398c0x-113.39729c0y148.41022c1x-113.59019c1y148.43777V-113.19144 148.40332c0x-113.06398c0y148.40332c1x-113.29652c1y148.40332V-112.76511 148.455c0x-112.60835c0y148.48773c1x-112.92186c1y148.42055V-112.27934 148.5997c0x1c1x-112.44644c1y148.53595V-112.25354 148.5997c0x1c1x1V-112.25354 148.10619c0x-112.34828c0y148.08035c1x1V-112.66437 148.0209c0x-112.84352c0y147.9899c1x-112.48521c1y148.05193V-113.19406 147.9744c0x-113.39732c0y147.9744c1x-113.02008c1y147.9744V-113.72374 148.02609c0x-113.87534c0y148.05881c1x-113.57388c1y147.99164V-114.11649 148.19662c0x-114.22501c0y148.27585c1x-114.00624c1y148.11566V-114.36453 148.50409c0x-114.4214c0y148.62984c1x-114.30769c1y148.37836V-114.44983 148.97177c0x1c1x-114.44983c1y148.78574 1 0 0 1 0 0 V-113.96654 150.21976c0x1c1x1V-113.96654 149.41618c0x-113.81839c0y149.4248c1x1V-113.44202 149.45494c0x-113.2422c0y149.47217c1x-113.64355c1y149.43771V-112.9666 149.52988c0x-112.82707c0y149.56949c1x-113.08374c1y149.49715V-112.62811 149.71591c0x-112.54198c0y149.79858c1x-112.71425c1y149.6315V-112.49892 150.05956c0x-112.49892c0y150.22491c1x-112.49892c1y149.91315V-112.64877 150.4342c0x-112.74867c0y150.51689c1x-112.54887c1y150.34981V-113.10611 150.55823c0x-113.27664c0y150.55823c1x-112.90112c1y150.55823V-113.57378 150.46005c0x-113.71503c0y150.39287c1x-113.43253c1y150.52551V-113.96652 150.21976c0x1c1x-113.84593c1y150.31277 1 0 0 1 0 0 V-116.88368 150.90446c0x-116.79239c0y150.92859c1x1V-116.58395 150.9639c0x-116.47716c0y150.9794c1x-116.69247c1y150.94839V-116.29715 150.98715c0x-116.00259c0y150.98715c1x-116.38156c1y150.98715V-115.62535 150.74944c0x-115.47205c0y150.59097c1x-115.77866c1y150.9079V-115.39539 149.98721c0x1c1x-115.39539c1y150.33688V-115.39539 148.45242c0x1c1x1V-115.06725 148.45242c0x1c1x1V-115.06725 148.04417c0x1c1x1V-115.39539 148.04417c0x1c1x1V-115.39539 147.21477c0x1c1x1V-115.88115 147.21477c0x1c1x1V-115.88115 148.04417c0x1c1x1V-116.88368 148.04417c0x1c1x1V-116.88368 148.45242c0x1c1x1V-115.88115 148.45242c0x1c1x1V-115.88115 149.76758c0x-115.88115c0y149.91916c1x1V-115.89145 150.12415c0x-115.89832c0y150.20856c1x-115.88458c1y150.03802V-115.96385 150.36185c0x-116.00171c0y150.43076c1x-115.92245c1y150.28778V-116.11888 150.5143c0x-116.18605c0y150.5453c1x-116.05339c1y150.48157V-116.42377 150.56081c0x-116.50301c0y150.56081c1x-116.28767c1y150.56081V-116.67181 150.52722c0x-116.75795c0y150.5031c1x-116.58568c1y150.54961V-116.85785 150.46777c0x1c1x-116.81996c1y150.48329V-116.88365 150.46777c0x1c1x1 1 0 0 1 0 0 1 0 0 1 0 0 V-153.39771 130.82187c0x-153.397c0y134.35777c1x-153.39772c1y127.28724V-146.99771 137.22186c0x-143.46309c0y137.22186c1x-150.53104c1y137.22256V-140.59772 130.82185c0x-140.597c0y127.28853c1x-140.59772c1y134.35648V-146.99771 124.42186c0x-150.53233c0y124.42186c1x-143.46179c1y124.42258 1 0 0 1 0 0 1 0 0 1 0 0 V-139.74768 144.3157c0x1c1x1V-139.20248 144.3157c0x1c1x1V-138.82524 143.24342c0x1c1x1V-137.16125 143.24342c0x1c1x1V-136.78401 144.3157c0x1c1x1V-136.26468 144.3157c0x1c1x1V-137.66512 140.4684c0x1c1x1V-138.34724 140.4684c0x1c1x1 1 0 0 1 0 0 V-138.66765 142.80417c0x1c1x1V-137.99327 140.91541c0x1c1x1V-137.31631 142.80417c0x1c1x1 1 0 0 1 0 0 V-142.09378 141.95926c0x1c1x1V-142.06798 141.95926c0x-141.99564c0y141.94205c1x1V-141.85611 141.9231c0x-141.78893c0y141.91449c1x-141.925c1y141.92999V-141.61581 141.91019c0x-141.46596c0y141.91019c1x-141.70883c1y141.91019V-141.18173 142.01096c0x-141.04221c0y142.07642c1x-141.32126c1y141.94377V-140.77866 142.26675c0x1c1x-140.90785c1y142.16168V-140.77866 144.31572c0x1c1x1V-140.29291 144.31572c0x1c1x1V-140.29291 141.4296c0x1c1x1V-140.77866 141.4296c0x1c1x1V-140.77866 141.85593c0x-140.97157c0y141.7009c1x1V-141.28767 141.52777c0x-141.43582c0y141.46231c1x-141.14125c1y141.59151V-141.73984 141.42958c0x-141.82423c0y141.42958c1x-141.58653c1y141.42958V-141.92329 141.43738c0x-141.96115c0y141.44086c1x-141.88539c1y141.43219V-142.09383 141.46063c0x1c1x-142.01801c1y141.44859 1 0 0 1 0 0 V-144.04974 144.28987c0x-143.95845c0y144.314c1x1V-143.75003 144.3493c0x-143.64323c0y144.36481c1x-143.85854c1y144.3338V-143.46323 144.37256c0x-143.16867c0y144.37256c1x-143.54762c1y144.37256V-142.79143 144.13484c0x-142.63812c0y143.97638c1x-142.94473c1y144.2933V-142.56146 143.37262c0x1c1x-142.56146c1y143.72229V-142.56146 141.83783c0x1c1x1V-142.23332 141.83783c0x1c1x1V-142.23332 141.42958c0x1c1x1V-142.56146 141.42958c0x1c1x1V-142.56146 140.60017c0x1c1x1V-143.04723 140.60017c0x1c1x1V-143.04723 141.42958c0x1c1x1V-144.04974 141.42958c0x1c1x1V-144.04974 141.83783c0x1c1x1V-143.04723 141.83783c0x1c1x1V-143.04723 143.15298c0x-143.04723c0y143.30457c1x1V-143.05753 143.50955c0x-143.06439c0y143.59396c1x-143.05066c1y143.42343V-143.12982 143.74725c0x-143.16768c0y143.81616c1x-143.08849c1y143.67319V-143.28485 143.8997c0x-143.35204c0y143.93071c1x-143.21936c1y143.86697V-143.58974 143.94621c0x-143.66898c0y143.94621c1x-143.45366c1y143.94621V-143.83778 143.91263c0x-143.92392c0y143.8885c1x-143.75166c1y143.93501V-144.02382 143.85318c0x1c1x-143.98593c1y143.8687V-144.04962 143.85318c0x1c1x1 1 0 0 1 0 0 V-145.1582 140.94641c0x1c1x1V-144.61043 140.94641c0x1c1x1V-144.61043 140.44257c0x1c1x1V-145.1582 140.44257c0x1c1x1 1 0 0 1 0 0 V-145.1272 144.3157c0x1c1x1V-144.64143 144.3157c0x1c1x1V-144.64143 141.42958c0x1c1x1V-145.1272 141.42958c0x1c1x1 1 0 0 1 0 0 V-147.64125 140.76553c0x1c1x1V-147.61545 140.76553c0x-147.56206c0y140.75005c1x1V-147.40616 140.71902c0x-147.32002c0y140.70181c1x-147.49229c1y140.73454V-147.17877 140.69319c0x-146.97035c0y140.69319c1x-147.24423c1y140.69319V-146.72403 140.83272c0x-146.63101c0y140.92401c1x-146.81877c1y140.7397V-146.5845 141.33139c0x1c1x-146.5845c1y141.09024V-146.5845 141.42958c0x1c1x1V-147.46042 141.42958c0x1c1x1V-147.46042 141.83783c0x1c1x1V-146.60001 141.83783c0x1c1x1V-146.60001 144.3157c0x1c1x1V-146.11424 144.3157c0x1c1x1V-146.11424 141.83783c0x1c1x1V-145.78609 141.83783c0x1c1x1V-145.78609 141.42958c0x1c1x1V-146.11424 141.42958c0x1c1x1V-146.11424 141.33398c0x-146.11424c0y140.9912c1x1V-146.37004 140.54593c0x-146.54057c0y140.3616c1x-146.19951c1y140.72852V-147.10901 140.26945c0x-147.21753c0y140.26945c1x-146.7869c1y140.26945V-147.40099 140.28494c0x-147.48883c0y140.29529c1x-147.31485c1y140.27461V-147.64128 140.32112c0x1c1x-147.56894c1y140.30734 L0 1B1 2B2 3B3 4B4 5L5 6L6 7L7 8L8 9L9 10L10 11L11 12L12 13L13 14L14 15L15 16B16 17B17 18B18 19B19 20L20 0 1 0 0 1 0 0 V-148.47067 140.94641c0x1c1x1V-147.9229 140.94641c0x1c1x1V-147.9229 140.44257c0x1c1x1V-148.47067 140.44257c0x1c1x1 1 0 0 1 0 0 V-148.43967 144.3157c0x1c1x1V-147.9539 144.3157c0x1c1x1V-147.9539 141.42958c0x1c1x1V-148.43967 141.42958c0x1c1x1 1 0 0 1 0 0 V-151.53508 144.13484c0x-151.37317c0y144.21236c1x1V-151.07259 144.3157c0x-150.92789c0y144.35876c1x-151.21899c1y144.27264V-150.61008 144.38031c0x-150.40166c0y144.38031c1x-150.77373c1y144.38031V-150.03647 144.28987c0x-149.8625c0y144.22786c1x-150.21045c1y144.35016V-149.58946 144.01082c0x-149.46371c0y143.8868c1x-149.7135c1y144.13484V-149.29749 143.54056c0x-149.22859c0y143.35109c1x-149.36639c1y143.73004V-149.19414 142.87653c0x-149.19414c0y142.40454c1x-149.19414c1y143.12973V-149.58171 141.76547c0x-149.84183c0y141.49677c1x-149.32333c1y142.03419V-150.61008 141.3624c0x-150.77544c0y141.3624c1x-150.18462c1y141.3624V-151.09584 141.43216c0x-151.25604c0y141.47867c1x-150.93736c1y141.38565V-151.5351 141.60269c0x1c1x-151.40245c1y141.53552V-151.5351 142.14272c0x1c1x1V-151.50929 142.14272c0x-151.36115c0y142.02731c1x1V-151.04938 141.87659c0x-150.89262c0y141.81458c1x-151.20784c1y141.9386V-150.58946 141.78357c0x-150.31386c0y141.78357c1x-150.73932c1y141.78357V-149.93575 142.06262c0x-149.77727c0y142.24692c1x-150.09595c1y141.87659V-149.69803 142.87653c0x-149.69803c0y143.22447c1x-149.69803c1y142.51822V-149.93057 143.68008c0x-150.08733c0y143.86612c1x-149.77554c1y143.49234V-150.58945 143.95914c0x-150.68764c0y143.95914c1x-150.30695c1y143.95914V-150.88916 143.92038c0x-150.9908c0y143.89453c1x-150.78754c1y143.94623V-151.16306 143.81961c0x-151.23369c0y143.78345c1x-151.08209c1y143.86096V-151.362 143.70593c0x-151.424c0y143.66458c1x-151.3c1y143.74554V-151.50928 143.59999c0x1c1x-151.4731c1y143.62927V-151.53508 143.59999c0x1c1x1 1 0 0 1 0 0 V-152.6797 140.94641c0x1c1x1V-152.13193 140.94641c0x1c1x1V-152.13193 140.44257c0x1c1x1V-152.6797 140.44257c0x1c1x1 1 0 0 1 0 0 V-152.6487 144.3157c0x1c1x1V-152.16295 144.3157c0x1c1x1V-152.16295 141.42958c0x1c1x1V-152.64871 141.42958c0x1c1x1 1 0 0 1 0 0 V-155.85265 144.3157c0x1c1x1V-155.36946 144.3157c0x1c1x1V-155.36946 144.00824c0x-155.32639c0y144.03754c1x1V-155.19376 144.13226c0x-155.12141c0y144.18394c1x-155.26782c1y144.07886V-154.98189 144.25629c0x-154.90092c0y144.2959c1x-155.05078c1y144.22528V-154.70284 144.35448c0x-154.59775c0y144.38205c1x-154.80791c1y144.32864V-154.33334 144.39581c0x-154.07323c0y144.39581c1x-154.47459c1y144.39581V-153.67189 144.13744c0x-153.49103c0y143.96518c1x-153.85275c1y144.30969V-153.40059 143.47856c0x-153.40059c0y143.2598c1x-153.40059c1y143.74554V-153.54012 142.94888c0x-153.63486c0y142.81279c1x-153.4471c1y143.08324V-153.94319 142.62848c0x-154.1189c0y142.55096c1x-153.76921c1y142.70599V-154.57623 142.47086c0x-154.82256c0y142.4433c1x-154.32991c1y142.49843V-155.36946 142.40884c0x1c1x-155.08698c1y142.42264V-155.36946 142.33392c0x-155.36946c0y142.22368c1x1V-155.31006 142.06003c0x-155.2722c0y141.98769c1x-155.34966c1y142.13239V-155.14468 141.8895c0x-155.07579c0y141.84988c1x-155.21707c1y141.93085V-154.89664 141.8094c0x-154.80019c0y141.79562c1x-154.9931c1y141.82318V-154.59433 141.78873c0x-154.46686c0y141.78873c1x-154.69942c1y141.78873V-154.168 141.84042c0x-154.01125c0y141.87314c1x-154.32475c1y141.80597V-153.68224 141.98511c0x1c1x-153.84933c1y141.92137V-153.65643 141.98511c0x1c1x1V-153.65643 141.49161c0x-153.75117c0y141.46576c1x1V-154.06726 141.40633c0x-154.24641c0y141.37532c1x-153.88811c1y141.43735V-154.59694 141.35982c0x-154.8002c0y141.35982c1x-154.42297c1y141.35982V-155.12663 141.4115c0x-155.27821c0y141.44421c1x-154.97676c1y141.37704V-155.51938 141.58203c0x-155.6279c0y141.66127c1x-155.40913c1y141.50107V-155.76743 141.8895c0x-155.8243c0y142.01526c1x-155.71059c1y141.76376V-155.85272 142.35718c0x1c1x-155.85272c1y142.17114 1 0 0 1 0 0 V-155.36946 143.60516c0x1c1x1V-155.36946 142.80161c0x-155.22133c0y142.81021c1x1V-154.84496 142.84036c0x-154.64514c0y142.85757c1x-155.04649c1y142.82312V-154.36952 142.91528c0x-154.23001c0y142.9549c1x-154.48666c1y142.88257V-154.03104 143.10132c0x-153.9449c0y143.18399c1x-154.11717c1y143.01691V-153.90184 143.44498c0x-153.90184c0y143.61034c1x-153.90184c1y143.29855V-154.0517 143.81963c0x-154.15161c0y143.90231c1x-153.9518c1y143.73523V-154.50903 143.94365c0x-154.67957c0y143.94365c1x-154.30406c1y143.94365V-154.9767 143.84546c0x-155.11795c0y143.77829c1x-154.83545c1y143.91092V-155.36945 143.60516c0x1c1x-155.24887c1y143.69818 1 0 0 1 0 0 V-157.27892 144.3157c0x1c1x1V-156.79315 144.3157c0x1c1x1V-156.79315 140.29529c0x1c1x1V-157.27892 140.29529c0x1c1x1 1 0 0 1 0 0 V-133.41473 150.9303c0x1c1x1V-131.89545 150.9303c0x1c1x1V-131.89545 150.53757c0x1c1x1V-132.39929 150.53757c0x1c1x1V-132.39929 147.47574c0x1c1x1V-131.89545 147.47574c0x1c1x1V-131.89545 147.08299c0x1c1x1V-133.41473 147.08299c0x1c1x1V-133.41473 147.47574c0x1c1x1V-132.91089 147.47574c0x1c1x1V-132.91089 150.53757c0x1c1x1V-133.41473 150.53757c0x1c1x1 1 0 0 1 0 0 V-136.66 150.9303c0x1c1x1V-136.17424 150.9303c0x1c1x1V-136.17424 149.28699c0x-136.17424c0y149.15436c1x1V-136.15094 148.91492c0x-136.13541c0y148.79779c1x-136.16647c1y149.03033V-136.06564 148.64102c0x-136.02257c0y148.56868c1x-136.10698c1y148.70648V-135.87961 148.48083c0x-135.79865c0y148.44467c1x-135.96056c1y148.51529V-135.56438 148.42657c0x-135.43173c0y148.42657c1x-135.69357c1y148.42657V-135.14838 148.52477c0x-135.00368c0y148.59023c1x-135.29308c1y148.4593V-134.73239 148.77539c0x1c1x-134.86502c1y148.67377V-134.73239 150.9303c0x1c1x1V-134.24663 150.9303c0x1c1x1V-134.24663 148.04417c0x1c1x1V-134.73239 148.04417c0x1c1x1V-134.73239 148.36456c0x-134.88397c0y148.23883c1x1V-135.20264 148.07001c0x-135.36455c0y147.99939c1x-135.04073c1y148.14064V-135.70131 147.96408c0x-136.01309c0y147.96408c1x-135.53078c1y147.96408V-136.41444 148.24573c0x-136.57808c0y148.43347c1x-136.25079c1y148.05795V-136.6599 149.05704c0x1c1x-136.6599c1y148.70392 1 0 0 1 0 0 V-139.09396 150.90446c0x-139.00267c0y150.92859c1x1V-138.79425 150.9639c0x-138.68745c0y150.9794c1x-138.90276c1y150.94839V-138.50745 150.98715c0x-138.21289c0y150.98715c1x-138.59184c1y150.98715V-137.83566 150.74944c0x-137.68236c0y150.59097c1x-137.98897c1y150.9079V-137.6057 149.98721c0x1c1x-137.6057c1y150.33688V-137.6057 148.45242c0x1c1x1V-137.27754 148.45242c0x1c1x1V-137.27754 148.04417c0x1c1x1V-137.6057 148.04417c0x1c1x1V-137.6057 147.21477c0x1c1x1V-138.09146 147.21477c0x1c1x1V-138.09146 148.04417c0x1c1x1V-139.09398 148.04417c0x1c1x1V-139.09398 148.45242c0x1c1x1V-138.09146 148.45242c0x1c1x1V-138.09146 149.76758c0x-138.09146c0y149.91916c1x1V-138.10176 150.12415c0x-138.10863c0y150.20856c1x-138.09489c1y150.03802V-138.17416 150.36185c0x-138.21202c0y150.43076c1x-138.13277c1y150.28778V-138.32919 150.5143c0x-138.39638c0y150.5453c1x-138.2637c1y150.48157V-138.63408 150.56081c0x-138.71332c0y150.56081c1x-138.498c1y150.56081V-138.88213 150.52722c0x-138.96826c0y150.5031c1x-138.79601c1y150.54961V-139.06816 150.46777c0x1c1x-139.03027c1y150.48329V-139.09396 150.46777c0x1c1x1 1 0 0 1 0 0 V-142.09637 149.53763c0x1c1x1V-139.96989 149.53763c0x-139.96989c0y149.71504c1x1V-140.04999 150.00272c0x-140.10338c0y150.13362c1x-139.9966c1y149.87007V-140.26961 150.32568c0x-140.35918c0y150.40836c1x-140.17659c1y150.24127V-140.58742 150.51172c0x-140.71144c0y150.55307c1x-140.46512c1y150.47037V-140.99567 150.57373c0x-141.19203c0y150.57373c1x-140.84752c1y150.57373V-141.58736 150.45746c0x-141.78717c0y150.37822c1x-141.38927c1y150.53497V-142.01369 150.22491c0x1c1x-141.92928c1y150.3007V-142.03949 150.22491c0x1c1x1V-142.03949 150.75461c0x-141.87585c0y150.8235c1x1V-141.53822 150.92772c0x-141.36769c0y150.97423c1x-141.70877c1y150.88121V-141.00078 150.99748c0x-140.52191c0y150.99748c1x-141.18854c1y150.99748V-139.87939 150.60991c0x-139.61067c0y150.34979c1x-140.14812c1y150.86829V-139.47632 149.50403c0x-139.47632c0y149.03206c1x-139.47632c1y149.98117V-139.86131 148.38007c0x-140.11969c0y148.10275c1x-139.60464c1y148.65741V-140.87933 147.96408c0x-141.26863c0y147.96408c1x-140.45903c1y147.96408V-141.7785 148.30515c0x-141.99037c0y148.53253c1x-141.56836c1y148.07776V-142.09631 149.27408c0x1c1x-142.09631c1y148.8555 1 0 0 1 0 0 V-141.62354 149.16556c0x-141.62154c0y148.91061c1x1V-141.42975 148.57385c0x-141.304c0y148.43433c1x-141.55693c1y148.71338V-140.85356 148.36456c0x-140.59344c0y148.36456c1x-141.11194c1y148.36456V-140.23085 148.59451c0x-140.07755c0y148.74783c1x-140.38588c1y148.44122V-139.96989 149.16554c0x1c1x-139.99055c1y148.93817 1 0 0 1 0 0 V-143.32368 150.9303c0x1c1x1V-142.83792 150.9303c0x1c1x1V-142.83792 146.90988c0x1c1x1V-143.32368 146.90988c0x1c1x1 1 0 0 1 0 0 V-144.7758 150.9303c0x1c1x1V-144.29004 150.9303c0x1c1x1V-144.29004 146.90988c0x1c1x1V-144.7758 146.90988c0x1c1x1 1 0 0 1 0 0 V-146.25891 147.561c0x1c1x1V-145.71114 147.561c0x1c1x1V-145.71114 147.05716c0x1c1x1V-146.25891 147.05716c0x1c1x1 1 0 0 1 0 0 V-146.22791 150.9303c0x1c1x1V-145.74214 150.9303c0x1c1x1V-145.74214 148.04417c0x1c1x1V-146.22791 148.04417c0x1c1x1 1 0 0 1 0 0 V-149.53003 150.60214c0x-149.53003c0y151.09135c1x1V-149.19672 151.6796c0x-148.9745c0y151.90871c1x-149.41893c1y151.4505V-148.17093 152.02325c0x-148.01762c0y152.02325c1x-148.63258c1y152.02325V-147.72134 151.98965c0x-147.57664c0y151.96899c1x-147.86775c1y152.01205V-147.29242 151.89923c0x1c1x-147.43367c1y151.93884V-147.29242 151.40314c0x1c1x1V-147.31822 151.40314c0x-147.39746c0y151.43414c1x1V-147.69547 151.51682c0x-147.86772c0y151.56332c1x-147.52321c1y151.47205V-148.21222 151.58658c0x-148.37758c0y151.58658c1x-148.03996c1y151.58658V-148.62305 151.52716c0x-148.73157c0y151.48753c1x-148.51453c1y151.56677V-148.87627 151.36179c0x-148.93652c0y151.29462c1x-148.81598c1y151.4324V-149.00546 151.1189c0x-149.03133c0y151.02417c1x-148.9796c1y151.21365V-149.04427 150.80109c0x1c1x-149.04427c1y150.91823V-149.04427 150.53754c0x-148.89784c0y150.65468c1x1V-148.62309 150.80109c0x-148.49046c0y150.85794c1x-148.75745c1y150.74252V-148.11409 150.88637c0x-147.76958c0y150.88637c1x-148.3208c1y150.88637V-147.29243 150.5143c0x-147.0909c0y150.26453c1x-147.4957c1y150.76234V-146.99013 149.4601c0x-146.99013c0y149.21205c1x-146.99013c1y149.91312V-147.09348 148.81931c0x-147.16411c0y148.63844c1x-147.02458c1y148.99846V-147.38028 148.35164c0x-147.49225c0y148.22934c1x-147.2597c1y148.48254V-147.78853 148.06741c0x-147.94873c0y147.99852c1x-147.62833c1y148.1346V-148.26653 147.96407c0x-148.43362c0y147.96407c1x-148.10806c1y147.96407V-148.6851 148.01575c0x-148.7988c0y148.04846c1x-148.57315c1y147.98129V-149.04427 148.16818c0x1c1x-148.91852c1y148.09929V-149.07527 148.04416c0x1c1x1V-149.53001 148.04416c0x1c1x1 1 0 0 1 0 0 V-149.04428 150.13705c0x1c1x1V-149.04428 148.56351c0x-148.91508c0y148.50494c1x1V-148.68254 148.43948c0x-148.5723c0y148.41365c1x-148.79451c1y148.46361V-148.35181 148.40073c0x-148.08481c0y148.40073c1x-148.46205c1y148.40073V-147.72136 148.66945c0x-147.56805c0y148.8486c1x-147.87466c1y148.4903V-147.49139 149.44977c0x-147.49139c0y149.77359c1x-147.49139c1y149.1087V-147.66193 150.18616c0x-147.77562c0y150.35324c1x-147.54823c1y150.01906V-148.22778 150.43678c0x-148.36903c0y150.43678c1x-147.96423c1y150.43678V-148.65152 150.35669c0x-148.79449c0y150.30156c1x-148.51027c1y150.41008V-149.04427 150.13705c0x1c1x-148.92542c1y150.22836 1 0 0 1 0 0 V-152.90192 149.53763c0x1c1x1V-150.77544 149.53763c0x-150.77544c0y149.71504c1x1V-150.85553 150.00272c0x-150.90892c0y150.13362c1x-150.80214c1y149.87007V-151.07516 150.32568c0x-151.16473c0y150.40836c1x-150.98213c1y150.24127V-151.39297 150.51172c0x-151.517c0y150.55307c1x-151.27068c1y150.47037V-151.80121 150.57373c0x-151.99757c0y150.57373c1x-151.65308c1y150.57373V-152.39291 150.45746c0x-152.59273c0y150.37822c1x-152.19481c1y150.53497V-152.81924 150.22491c0x1c1x-152.73483c1y150.3007V-152.84505 150.22491c0x1c1x1V-152.84505 150.75461c0x-152.6814c0y150.8235c1x1V-152.34378 150.92772c0x-152.17325c0y150.97423c1x-152.51431c1y150.88121V-151.80634 150.99748c0x-151.32747c0y150.99748c1x-151.99409c1y150.99748V-150.68495 150.60991c0x-150.41623c0y150.34979c1x-150.95367c1y150.86829V-150.28188 149.50403c0x-150.28188c0y149.03206c1x-150.28188c1y149.98117V-150.66685 148.38007c0x-150.92523c0y148.10275c1x-150.4102c1y148.65741V-151.68489 147.96408c0x-152.07419c0y147.96408c1x-151.26459c1y147.96408V-152.58406 148.30515c0x-152.79593c0y148.53253c1x-152.37392c1y148.07776V-152.90187 149.27408c0x1c1x-152.90187c1y148.8555 1 0 0 1 0 0 V-152.42908 149.16556c0x-152.42708c0y148.91061c1x1V-152.23529 148.57385c0x-152.10954c0y148.43433c1x-152.36247c1y148.71338V-151.65909 148.36456c0x-151.39899c0y148.36456c1x-151.91748c1y148.36456V-151.03639 148.59451c0x-150.88309c0y148.74783c1x-151.19142c1y148.44122V-150.77544 149.16554c0x1c1x-150.7961c1y148.93817 1 0 0 1 0 0 V-156.05159 150.9303c0x1c1x1V-155.56583 150.9303c0x1c1x1V-155.56583 149.28699c0x-155.56583c0y149.15436c1x1V-155.54253 148.91492c0x-155.52707c0y148.79779c1x-155.55806c1y149.03033V-155.45723 148.64102c0x-155.41415c0y148.56868c1x-155.49863c1y148.70648V-155.27119 148.48083c0x-155.19023c0y148.44467c1x-155.35214c1y148.51529V-154.95596 148.42657c0x-154.82333c0y148.42657c1x-155.08516c1y148.42657V-154.53998 148.52477c0x-154.39528c0y148.59023c1x-154.68468c1y148.4593V-154.12398 148.77539c0x1c1x-154.25662c1y148.67377V-154.12398 150.9303c0x1c1x1V-153.63821 150.9303c0x1c1x1V-153.63821 148.04417c0x1c1x1V-154.12398 148.04417c0x1c1x1V-154.12398 148.36456c0x-154.27557c0y148.23883c1x1V-154.59424 148.07001c0x-154.75615c0y147.99939c1x-154.43233c1y148.14064V-155.09291 147.96408c0x-155.40469c0y147.96408c1x-154.92238c1y147.96408V-155.80605 148.24573c0x-155.96968c0y148.43347c1x-155.6424c1y148.05795V-156.0515 149.05704c0x1c1x-156.0515c1y148.70392 1 0 0 1 0 0 V-159.12119 150.74942c0x-158.95927c0y150.82693c1x1V-158.65868 150.9303c0x-158.51398c0y150.97336c1x-158.8051c1y150.88724V-158.19618 150.9949c0x-157.98775c0y150.9949c1x-158.35982c1y150.9949V-157.62257 150.90446c0x-157.44859c0y150.84245c1x-157.79654c1y150.96475V-157.17557 150.62541c0x-157.04982c0y150.50139c1x-157.29959c1y150.74944V-156.88359 150.15515c0x-156.8147c0y149.96568c1x-156.9525c1y150.34464V-156.78024 149.49112c0x-156.78024c0y149.01913c1x-156.78024c1y149.74432V-157.16782 148.38007c0x-157.42793c0y148.11136c1x-156.90944c1y148.64879V-158.19618 147.97699c0x-158.36154c0y147.97699c1x-157.77072c1y147.97699V-158.68195 148.04675c0x-158.84215c0y148.09326c1x-158.52347c1y148.00024V-159.1212 148.21729c0x1c1x-158.98856c1y148.15012V-159.1212 148.75731c0x1c1x1V-159.0954 148.75731c0x-158.94725c0y148.64191c1x1V-158.63548 148.49118c0x-158.47873c0y148.42917c1x-158.79395c1y148.55319V-158.17557 148.39816c0x-157.89995c0y148.39816c1x-158.32542c1y148.39816V-157.52185 148.67722c0x-157.36337c0y148.86151c1x-157.68205c1y148.49118V-157.28413 149.49112c0x-157.28413c0y149.83907c1x-157.28413c1y149.13281V-157.51668 150.29468c0x-157.67343c0y150.48071c1x-157.36165c1y150.10693V-158.17555 150.57373c0x-158.27373c0y150.57373c1x-157.89305c1y150.57373V-158.47527 150.53497c0x-158.5769c0y150.50912c1x-158.37363c1y150.56082V-158.74915 150.4342c0x-158.81978c0y150.39804c1x-158.6682c1y150.47556V-158.9481 150.32053c0x-159.0101c0y150.27917c1x-158.88609c1y150.36014V-159.09538 150.21458c0x1c1x-159.0592c1y150.24387V-159.12119 150.21458c0x1c1x1 1 0 0 1 0 0 V-162.15976 149.53763c0x1c1x1V-160.03326 149.53763c0x-160.03326c0y149.71504c1x1V-160.11336 150.00272c0x-160.16675c0y150.13362c1x-160.05997c1y149.87007V-160.33299 150.32568c0x-160.42256c0y150.40836c1x-160.23996c1y150.24127V-160.6508 150.51172c0x-160.77483c0y150.55307c1x-160.5285c1y150.47037V-161.05904 150.57373c0x-161.2554c0y150.57373c1x-160.9109c1y150.57373V-161.65074 150.45746c0x-161.85056c0y150.37822c1x-161.45264c1y150.53497V-162.07707 150.22491c0x1c1x-161.99266c1y150.3007V-162.10287 150.22491c0x1c1x1V-162.10287 150.75461c0x-161.93922c0y150.8235c1x1V-161.60161 150.92772c0x-161.43108c0y150.97423c1x-161.77214c1y150.88121V-161.06416 150.99748c0x-160.5853c0y150.99748c1x-161.25192c1y150.99748V-159.94278 150.60991c0x-159.67406c0y150.34979c1x-160.2115c1y150.86829V-159.5397 149.50403c0x-159.5397c0y149.03206c1x-159.5397c1y149.98117V-159.9247 148.38007c0x-160.18307c0y148.10275c1x-159.66803c1y148.65741V-160.94273 147.96408c0x-161.33203c0y147.96408c1x-160.52243c1y147.96408V-161.8419 148.30515c0x-162.05377c0y148.53253c1x-161.63174c1y148.07776V-162.15971 149.27408c0x1c1x-162.15971c1y148.8555 1 0 0 1 0 0 V-161.68692 149.16556c0x-161.68492c0y148.91061c1x1V-161.49313 148.57385c0x-161.36739c0y148.43433c1x-161.62032c1y148.71338V-160.91695 148.36456c0x-160.65683c0y148.36456c1x-161.17532c1y148.36456V-160.29425 148.59451c0x-160.14095c0y148.74783c1x-160.44926c1y148.44122V-160.03328 149.16554c0x1c1x-160.05396c1y148.93817 1 0 0 1 0 0 1 0 0 1 0 0 V-118.93105 172.21249c0x-118.93034c0y175.7484c1x-118.93106c1y168.67786V-112.53105 178.61249c0x-108.99643c0y178.61249c1x-116.06438c1y178.61319V-106.13106 172.21248c0x-106.13034c0y168.67915c1x-106.13106c1y175.7471V-112.53105 165.81248c0x-116.06567c0y165.81248c1x-108.99513c1y165.8132 1 0 0 1 0 0 1 0 0 1 0 0 V-105.92697 184.60822c0x-105.92697c0y184.75809c1x1V-105.82104 185.05264c0x-105.75215c0y185.19905c1x-105.89166c1y184.90622V-105.52907 185.42471c0x-105.39127c0y185.53494c1x-105.65482c1y185.32307V-105.04588 185.68309c0x-104.8633c0y185.7451c1x-105.23019c1y185.62108V-104.38443 185.77611c0x-104.1071c0y185.77611c1x-104.64281c1y185.77611V-103.63512 185.69861c0x-103.41463c0y185.64693c1x-103.85733c1y185.75027V-102.96074 185.46864c0x1c1x-103.18983c1y185.57028V-102.96074 184.82785c0x1c1x1V-102.99693 184.82785c0x-103.19159c0y184.98978c1x1V-103.67131 185.20251c0x-103.92624c0y185.29037c1x-103.41638c1y185.11465V-104.38962 185.33429c0x-104.70656c0y185.33429c1x-104.16568c1y185.33429V-105.12859 185.15601c0x-105.30602c0y185.03714c1x-104.95288c1y185.27487V-105.39473 184.68057c0x-105.39473c0y184.51004c1x-105.39473c1y184.87868V-105.26811 184.30334c0x-105.18542c0y184.22238c1x-105.35252c1y184.38431V-104.88829 184.11472c0x-104.75909c0y184.08026c1x-105.05882c1y184.15952V-104.46712 184.02945c0x-104.31726c0y184.00705c1x-104.61871c1y184.05185V-103.98912 183.94418c0x-103.64806c0y183.87183c1x-104.15793c1y183.97864V-103.22948 183.57469c0x-103.06584c0y183.39899c1x-103.39484c1y183.74866V-102.98402 182.88998c0x-102.98402c0y182.56786c1x-102.98402c1y183.17075V-103.39226 182.09933c0x-103.66443c0y181.89262c1x-103.1201c1y182.30431V-104.42838 181.78928c0x-104.69881c0y181.78928c1x-104.0098c1y181.78928V-105.17252 181.86678c0x-105.39818c0y181.91846c1x-104.94685c1y181.81509V-105.77197 182.05798c0x1c1x-105.59799c1y181.98219V-105.77197 182.6626c0x1c1x1V-105.73578 182.6626c0x-105.58937c0y182.53857c1x1V-105.15701 182.35512c0x-104.9193c0y182.27243c1x-105.39644c1y182.43607V-104.42578 182.23109c0x-104.1519c0y182.23109c1x-104.67555c1y182.23109V-103.76433 182.40163c0x-103.59897c0y182.51532c1x-103.93141c1y182.28793V-103.51628 182.84088c0x-103.51628c0y183.00107c1x-103.51628c1y182.66173V-103.6403 183.21811c0x-103.72299c0y183.3094c1x-103.55762c1y183.12682V-104.07698 183.4274c0x-104.18723c0y183.45151c1x-103.86855c1y183.37917V-104.54723 183.51526c0x-104.75049c0y183.54971c1x-104.34396c1y183.4808V-105.064 183.62119c0x-105.34993c0y183.69698c1x-104.92274c1y183.58502V-105.70995 183.96484c0x-105.85464c0y184.11813c1x-105.56525c1y183.81152V-105.92699 184.60822c0x1c1x-105.92699c1y184.3326 1 0 0 1 0 0 V-109.12575 184.31366c0x1c1x1V-106.99925 184.31366c0x-106.99925c0y184.49109c1x1V-107.07935 184.77875c0x-107.13274c0y184.90967c1x-107.02596c1y184.64612V-107.29897 185.10172c0x-107.38853c0y185.1844c1x-107.20595c1y185.01732V-107.61679 185.28775c0x-107.74081c0y185.3291c1x-107.49448c1y185.24641V-108.02502 185.34976c0x-108.22139c0y185.34976c1x-107.87689c1y185.34976V-108.61671 185.23349c0x-108.81653c0y185.15427c1x-108.41862c1y185.311V-109.04306 185.00095c0x1c1x-108.95865c1y185.07675V-109.06886 185.00095c0x1c1x1V-109.06886 185.53064c0x-108.90523c0y185.59955c1x1V-108.5676 185.70377c0x-108.39706c0y185.75027c1x-108.73814c1y185.65726V-108.03017 185.77353c0x-107.5513c0y185.77353c1x-108.21793c1y185.77353V-106.90878 185.38596c0x-106.64006c0y185.12584c1x-107.17751c1y185.64433V-106.50571 184.28006c0x-106.50571c0y183.80809c1x-106.50571c1y184.75722V-106.8907 183.1561c0x-107.14908c0y182.87878c1x-106.63403c1y183.43344V-107.90874 182.74011c0x-108.29803c0y182.74011c1x-107.48843c1y182.74011V-108.80791 183.08118c0x-109.01978c0y183.30856c1x-108.59775c1y182.85379V-109.12572 184.05011c0x1c1x-109.12572c1y183.63153 1 0 0 1 0 0 V-108.65291 183.94159c0x-108.65091c0y183.68665c1x1V-108.45912 183.34988c0x-108.33337c0y183.21036c1x-108.5863c1y183.48941V-107.88293 183.14059c0x-107.62282c0y183.14059c1x-108.14131c1y183.14059V-107.26024 183.37056c0x-107.10693c0y183.52386c1x-107.41525c1y183.21725V-106.99927 183.94159c0x1c1x-107.01994c1y183.7142 1 0 0 1 0 0 V-111.66306 183.34988c0x1c1x1V-111.63725 183.34988c0x-111.56491c0y183.33267c1x1V-111.42538 183.31372c0x-111.3582c0y183.30511c1x-111.49428c1y183.32062V-111.18509 183.30081c0x-111.03523c0y183.30081c1x-111.27811c1y183.30081V-110.75099 183.40158c0x-110.61147c0y183.46704c1x-110.89053c1y183.3344V-110.34792 183.65738c0x1c1x-110.47711c1y183.55231V-110.34792 185.70634c0x1c1x1V-109.86215 185.70634c0x1c1x1V-109.86215 182.82022c0x1c1x1V-110.34792 182.82022c0x1c1x1V-110.34792 183.24655c0x-110.54083c0y183.09152c1x1V-110.85692 182.9184c0x-111.00507c0y182.85294c1x-110.71051c1y182.98213V-111.30908 182.82021c0x-111.39349c0y182.82021c1x-111.15578c1y182.82021V-111.49254 182.828c0x-111.5304c0y182.83148c1x-111.45465c1y182.82281V-111.66307 182.85126c0x1c1x-111.58725c1y182.83922 1 0 0 1 0 0 V-112.64233 182.33704c0x1c1x1V-112.09456 182.33704c0x1c1x1V-112.09456 181.83319c0x1c1x1V-112.64233 181.83319c0x1c1x1 1 0 0 1 0 0 V-112.61133 185.70633c0x1c1x1V-112.12558 185.70633c0x1c1x1V-112.12558 182.82021c0x1c1x1V-112.61133 182.82021c0x1c1x1 1 0 0 1 0 0 V-116.0323 184.26456c0x-116.0323c0y184.73482c1x-116.0323c1y183.79431V-115.67056 185.37819c0x-115.42941c0y185.65036c1x-115.91173c1y185.10602V-114.70163 185.78644c0x-114.29338c0y185.78644c1x-115.10643c1y185.78644V-113.72752 185.37819c0x-113.4881c0y185.10602c1x-113.96869c1y185.65036V-113.36838 184.26456c0x-113.36838c0y183.79431c1x-113.36838c1y184.73482V-113.72752 183.15094c0x-113.96867c0y182.87704c1x-113.4881c1y183.4231V-114.70163 182.74011c0x-115.10643c0y182.74011c1x-114.29338c1y182.74011V-115.67056 183.15094c0x-115.91173c0y183.4231c1x-115.4294c1y182.87704 1 0 0 1 0 0 V-115.53104 184.26456c0x-115.53104c0y183.89078c1x1V-115.3114 183.43257c0x-115.16499c0y183.24997c1x-115.45782c1y183.61343V-114.70161 183.15869c0x-114.43806c0y183.15869c1x-114.96173c1y183.15869V-114.08667 183.43257c0x-113.94197c0y183.61343c1x-114.23308c1y183.24997V-113.86963 184.26456c0x-113.86963c0y184.6263c1x-113.86963c1y183.89078V-114.08925 185.08881c0x-114.23567c0y185.27484c1x-113.94284c1y184.90105V-114.70161 185.36786c0x-114.95999c0y185.36786c1x-114.43979c1y185.36786V-115.30881 185.0914c0x-115.45695c0y184.90536c1x-115.1624c1y185.2757V-115.53102 184.26457c0x1c1x-115.53102c1y184.62976 1 0 0 1 0 0 V-119.17682 185.70633c0x1c1x1V-118.69106 185.70633c0x1c1x1V-118.69106 185.38594c0x-118.52742c0y185.51514c1x1V-118.22081 185.68307c0x-118.07095c0y185.75198c1x-118.37067c1y185.61418V-117.72472 185.78644c0x-117.42155c0y185.78644c1x-117.90558c1y185.78644V-117.01674 185.50998c0x-116.84793c0y185.32394c1x-117.18556c1y185.69427V-116.76353 184.69348c0x1c1x-116.76353c1y185.05177V-116.76353 182.82021c0x1c1x1V-117.2493 182.82021c0x1c1x1V-117.2493 184.46352c0x-117.2493c0y184.60992c1x1V-117.27 184.84076c0x-117.28381c0y184.94411c1x-117.2562c1y184.73569V-117.35791 185.10689c0x-117.40443c0y185.18268c1x-117.31311c1y185.03281V-117.53877 185.27225c0x-117.61284c0y185.3067c1x-117.46472c1y185.23779V-117.86174 185.32394c0x-117.98749c0y185.32394c1x-117.72049c1y185.32394V-118.27257 185.22574c0x-118.42242c0y185.16028c1x-118.12442c1y185.2912V-118.69115 184.97511c0x1c1x-118.56195c1y185.07675V-118.69115 182.82021c0x1c1x1V-119.17691 182.82021c0x1c1x1 1 0 0 1 0 0 V-122.19473 184.87434c0x-122.19473c0y185.13789c1x1V-121.86658 185.52289c0x-121.64954c0y185.69168c1x-122.08534c1y185.35406V-120.97516 185.77609c0x-120.76157c0y185.77609c1x-121.3524c1y185.77609V-120.38605 185.70117c0x-120.20863c0y185.64948c1x-120.5652c1y185.75111V-119.93904 185.53322c0x1c1x-120.05963c1y185.59351V-119.93904 184.98804c0x1c1x1V-119.96484 184.98804c0x-120.11815c0y185.10345c1x1V-120.47644 185.2645c0x-120.6642c0y185.33168c1x-120.28868c1y185.1956V-121.01646 185.36526c0x-121.23007c0y185.36526c1x-120.84421c1y185.36526V-121.51773 185.26192c0x-121.63831c0y185.19302c1x-121.39716c1y185.33081V-121.69859 184.93636c0x-121.69859c0y184.82266c1x-121.69859c1y185.0845V-121.60039 184.67798c0x-121.53491c0y184.6194c1x-121.66586c1y184.73654V-121.22314 184.52811c0x-121.15424c0y184.5126c1x-121.40916c1y184.56946V-120.95184 184.47385c0x-120.8416c0y184.45317c1x-121.0638c1y184.49452V-120.64954 184.40668c0x-120.39632c0y184.33949c1x-120.74083c1y184.43079V-120.10951 184.11212c0x-120.00444c0y183.9812c1x-120.21631c1y184.2413V-119.9519 183.63153c0x-119.9519c0y183.51266c1x-119.9519c1y183.821V-120.0242 183.29562c0x-120.07414c0y183.19055c1x-119.976c1y183.4007V-120.24899 183.01398c0x-120.34544c0y182.93303c1x-120.14906c1y183.09666V-120.61589 182.82278c0x-120.76575c0y182.77455c1x-120.46774c1y182.86929V-121.11716 182.75043c0x-121.28941c0y182.75043c1x-120.93285c1y182.75043V-121.63908 182.81503c0x-121.81651c0y182.85638c1x-121.46338c1y182.77197V-122.08092 182.96747c0x1c1x-121.96379c1y182.9072V-122.08092 183.48682c0x1c1x1V-122.05511 183.48682c0x-121.93109c0y183.39554c1x1V-121.60295 183.25687c0x-121.42554c0y183.19315c1x-121.78036c1y183.31888V-121.08102 183.16127c0x-120.90359c0y183.16127c1x-121.25156c1y183.16127V-120.63144 183.26462c0x-120.50914c0y183.3318c1x-120.75374c1y183.19572V-120.44798 183.56693c0x-120.44798c0y183.68579c1x-120.44798c1y183.43257V-120.5591 183.83565c0x-120.63144c0y183.89594c1x-120.48502c1y183.77536V-120.91049 183.98293c0x-121.00006c0y184.0036c1x-120.74858c1y183.94504V-121.21021 184.04494c0x-121.32217c0y184.06561c1x-121.09996c1y184.02426V-121.48926 184.10178c0x-121.71492c0y184.15346c1x-121.41519c1y184.08456V-122.01118 184.36792c0x-122.13348c0y184.49538c1x-121.88889c1y184.24217V-122.19464 184.87434c0x1c1x-122.19464c1y184.66418 1 0 0 1 0 0 V-109.39575 192.32092c0x1c1x1V-108.88416 192.32092c0x1c1x1V-108.88416 189.00587c0x1c1x1V-107.81445 191.26155c0x1c1x1V-107.50957 191.26155c0x1c1x1V-106.44762 189.00587c0x1c1x1V-106.44762 192.32092c0x1c1x1V-105.9696 192.32092c0x1c1x1V-105.9696 188.4736c0x1c1x1V-106.66724 188.4736c0x1c1x1V-107.69302 190.6156c0x1c1x1V-108.68521 188.4736c0x1c1x1V-109.39577 188.4736c0x1c1x1 1 0 0 1 0 0 V-112.85033 190.87915c0x-112.85033c0y191.3494c1x-112.85033c1y190.40891V-112.48859 191.99277c0x-112.24744c0y192.26494c1x-112.72975c1y191.72061V-111.51965 192.40102c0x-111.1114c0y192.40102c1x-111.92445c1y192.40102V-110.54555 191.99277c0x-110.30612c0y191.72061c1x-110.78671c1y192.26494V-110.1864 190.87915c0x-110.1864c0y190.40891c1x-110.1864c1y191.3494V-110.54555 189.76553c0x-110.7867c0y189.49164c1x-110.30612c1y190.03769V-111.51965 189.35471c0x-111.92445c0y189.35471c1x-111.1114c1y189.35471V-112.48859 189.76553c0x-112.72975c0y190.03769c1x-112.24742c1y189.49164 1 0 0 1 0 0 V-112.34906 190.87915c0x-112.34906c0y190.50536c1x1V-112.12943 190.04715c0x-111.98302c0y189.86456c1x-112.27585c1y190.22803V-111.51964 189.77327c0x-111.25609c0y189.77327c1x-111.77975c1y189.77327V-110.90469 190.04715c0x-110.75999c0y190.22803c1x-111.0511c1y189.86456V-110.68765 190.87915c0x-110.68765c0y191.24088c1x-110.68765c1y190.50536V-110.90727 191.7034c0x-111.0537c0y191.88943c1x-110.76086c1y191.51563V-111.51964 191.98245c0x-111.77802c0y191.98245c1x-111.25781c1y191.98245V-112.12683 191.70598c0x-112.27498c0y191.51994c1x-111.98042c1y191.89029V-112.34904 190.87915c0x1c1x-112.34904c1y191.24434 1 0 0 1 0 0 V-115.94316 192.32092c0x1c1x1V-115.45741 192.32092c0x1c1x1V-115.45741 192.01862c0x-115.31789c0y192.13919c1x1V-115.02074 192.30026c0x-114.86914c0y192.36743c1x-115.17233c1y192.23308V-114.52722 192.40103c0x-114.18272c0y192.40103c1x-114.70464c1y192.40103V-113.70557 192.00311c0x-113.50403c0y191.73784c1x-113.90883c1y192.26839V-113.40326 190.89981c0x-113.40326c0y190.65521c1x-113.40326c1y191.37007V-113.50661 190.24611c0x-113.57724c0y190.0549c1x-113.43771c1y190.43732V-113.79083 189.75777c0x-113.90797c0y189.62686c1x-113.67198c1y189.89212V-114.19907 189.45804c0x-114.35582c0y189.38914c1x-114.04405c1y189.52695V-114.68483 189.35469c0x-114.83643c0y189.35469c1x-114.51773c1y189.35469V-115.08791 189.40378c0x-115.20505c0y189.43478c1x-114.97078c1y189.37106V-115.4574 189.55106c0x1c1x-115.3282c1y189.48389V-115.4574 188.30051c0x1c1x1V-115.94315 188.30051c0x1c1x1 1 0 0 1 0 0 V-115.45741 191.61038c0x1c1x1V-115.45741 189.95413c0x-115.32651c0y189.89557c1x1V-115.10602 189.8327c0x-115.00267c0y189.8103c1x-115.20937c1y189.8551V-114.76753 189.7991c0x-114.49536c0y189.7991c1x-114.88983c1y189.7991V-114.1319 190.08333c0x-113.98032c0y190.2728c1x-114.28349c1y189.89386V-113.90453 190.88948c0x-113.90453c0y191.23227c1x-113.90453c1y190.54153V-114.08023 191.67238c0x-114.19737c0y191.84979c1x-113.96309c1y191.49323V-114.64349 191.93851c0x-114.7813c0y191.93851c1x-114.38512c1y191.93851V-115.06207 191.84808c0x-115.20332c0y191.78607c1x-114.92082c1y191.90837V-115.4574 191.61038c0x1c1x-115.3351c1y191.70683 1 0 0 1 0 0 V-119.31505 190.92825c0x1c1x1V-117.18857 190.92825c0x-117.18857c0y191.10567c1x1V-117.26866 191.39334c0x-117.32205c0y191.52425c1x-117.21527c1y191.2607V-117.48828 191.71631c0x-117.57785c0y191.79898c1x-117.39526c1y191.6319V-117.80609 191.90234c0x-117.93011c0y191.9437c1x-117.68379c1y191.86099V-118.21434 191.96436c0x-118.41071c0y191.96436c1x-118.06619c1y191.96436V-118.80603 191.84808c0x-119.00584c0y191.76884c1x-118.60794c1y191.9256V-119.23236 191.61554c0x1c1x-119.14795c1y191.69133V-119.25816 191.61554c0x1c1x1V-119.25816 192.14523c0x-119.09453c0y192.21413c1x1V-118.7569 192.31834c0x-118.58636c0y192.36485c1x-118.92744c1y192.27184V-118.21945 192.38811c0x-117.74059c0y192.38811c1x-118.40721c1y192.38811V-117.09807 192.00053c0x-116.82935c0y191.74042c1x-117.36679c1y192.25891V-116.69499 190.89465c0x-116.69499c0y190.42268c1x-116.69499c1y191.3718V-117.07999 189.77069c0x-117.33836c0y189.49338c1x-116.82332c1y190.04803V-118.09801 189.35471c0x-118.4873c0y189.35471c1x-117.6777c1y189.35471V-118.99718 189.69577c0x-119.20905c0y189.92316c1x-118.78703c1y189.46838V-119.31499 190.6647c0x1c1x-119.31499c1y190.24612 1 0 0 1 0 0 V-118.84221 190.55618c0x-118.84021c0y190.30124c1x1V-118.64842 189.96448c0x-118.52267c0y189.82495c1x-118.7756c1y190.104V-118.07224 189.75519c0x-117.81212c0y189.75519c1x-118.33061c1y189.75519V-117.44952 189.98514c0x-117.29622c0y190.13846c1x-117.60455c1y189.83185V-117.18857 190.55617c0x1c1x-117.20923c1y190.3288 1 0 0 1 0 0 1 0 0 1 0 0 V-153.39771 6.6500015c0x-153.397c0y10.185913c1x-153.39772c1y3.1153793V-146.99771 13.049999c0x-143.46309c0y13.049995c1x-150.53104c1y13.050709V-140.59772 6.6499977c0x-140.597c0y3.1166725c1x-140.59772c1y10.184616V-146.99771 0.24999619c0x-150.53233c0y0.25c1x-143.46179c1y0.25071716 1 0 0 1 0 0 1 0 0 1 0 0 V-140.44273 20.143852c0x1c1x1V-137.44032 20.143852c0x1c1x1V-137.44032 19.668427c0x1c1x1V-139.79936 16.751289c0x1c1x1V-137.52817 16.751289c0x1c1x1V-137.52817 16.296539c0x1c1x1V-140.38588 16.296539c0x1c1x1V-140.38588 16.759041c0x1c1x1V-138.0036 19.689095c0x1c1x1V-140.44273 19.689095c0x1c1x1 1 0 0 1 0 0 V-143.52264 18.70208c0x-143.52264c0y19.172333c1x-143.52264c1y18.231827V-143.16092 19.815704c0x-142.91975c0y20.087868c1x-143.40207c1y19.543541V-142.19199 20.223946c0x-141.78374c0y20.223946c1x-142.59679c1y20.223946V-141.21788 19.815704c0x-140.97845c0y19.543541c1x-141.45905c1y20.087868V-140.85873 18.70208c0x-140.85873c0y18.231827c1x-140.85873c1y19.172333V-141.21788 17.588455c0x-141.45905c0y17.314568c1x-140.97845c1y17.860619V-142.19199 17.177628c0x-142.59679c0y17.177628c1x-141.78374c1y17.177628V-143.16092 17.588455c0x-143.40207c0y17.860619c1x-142.91975c1y17.314568 1 0 0 1 0 0 V-143.02138 18.70208c0x-143.02138c0y18.328285c1x1V-142.80176 17.870087c0x-142.65533c0y17.687492c1x-142.94817c1y18.050957V-142.19197 17.596199c0x-141.92842c0y17.596199c1x-142.45207c1y17.596199V-141.57703 17.870087c0x-141.43233c0y18.050957c1x-141.72343c1y17.687492V-141.35997 18.70208c0x-141.35997c0y19.063812c1x-141.35997c1y18.328285V-141.57961 19.526321c0x-141.72601c0y19.712357c1x-141.43318c1y19.338562V-142.19197 19.805374c0x-142.45035c0y19.805374c1x-141.93015c1y19.805374V-142.79916 19.528908c0x-142.94731c0y19.342873c1x-142.65276c1y19.713219V-143.02138 18.702087c0x1c1x-143.02138c1y19.067268 1 0 0 1 0 0 V-148.48616 20.143852c0x1c1x1V-148.0004 20.143852c0x1c1x1V-148.0004 18.500542c0x-148.0004c0y18.376518c1x1V-147.9823 18.141388c0x-147.97197c0y18.025978c1x-147.99437c1y18.256798V-147.91251 17.864922c0x-147.87291c0y17.790848c1x-147.9487c1y17.933823V-147.74197 17.696976c0x-147.66789c0y17.659081c1x-147.81606c1y17.734871V-147.42157 17.640137c0x-147.28549c0y17.640137c1x-147.5611c1y17.640137V-147.01334 17.743492c0x-146.87726c0y17.810669c1x-147.14941c1y17.674591V-146.6051 18.001877c0x-146.61043c0y18.041496c1x-146.74118c1y17.896797V-146.618 18.141403c0x-146.62134c0y18.193077c1x-146.61473c1y18.088005V-146.623 18.296432c0x1c1x-146.623c1y18.244751V-146.623 20.143867c0x1c1x1V-146.13724 20.143867c0x1c1x1V-146.13724 18.500542c0x-146.13724c0y18.373077c1x1V-146.11914 18.138809c0x-146.10881c0y18.023399c1x-146.13121c1y18.252495V-146.04935 17.862343c0x-146.00975c0y17.788269c1x-146.08554c1y17.931244V-145.87881 17.696976c0x-145.80475c0y17.659081c1x-145.9529c1y17.733147V-145.55843 17.640137c0x-145.42578c0y17.640137c1x-145.69795c1y17.640137V-145.15793 17.738327c0x-145.0253c0y17.803787c1x-145.29228c1y17.672867V-144.76003 17.98896c0x1c1x-144.89267c1y17.887329V-144.76003 20.143867c0x1c1x1V-144.27426 20.143867c0x1c1x1V-144.27426 17.257729c0x1c1x1V-144.76003 17.257729c0x1c1x1V-144.76003 17.578125c0x-144.91161c0y17.452377c1x1V-145.21219 17.283569c0x-145.36378c0y17.212944c1x-145.06233c1y17.354195V-145.69537 17.177635c0x-145.89174c0y17.177635c1x-145.52484c1y17.177635V-146.19405 17.301659c0x-146.33185c0y17.384338c1x-146.05797c1y17.218979V-146.50151 17.645309c0x-146.69788c0y17.479942c1x-146.43433c1y17.498894V-147.03896 17.288742c0x-147.20087c0y17.214668c1x-146.87703c1y17.361092V-147.5583 17.177635c0x-147.87524c0y17.177635c1x-147.37399c1y17.177635V-148.25851 17.467026c0x-148.41011c0y17.658226c1x-148.10866c1y17.274101V-148.4859 18.270592c0x1c1x-148.4859c1y17.926086 1 0 0 1 0 0 V-151.96141 18.678825c0x-151.96141c0y18.919983c1x1V-151.85806 19.329948c0x-151.79088c0y19.522873c1x-151.92696c1y19.137024V-151.58417 19.815704c0x-151.46187c0y19.95179c1x-151.69958c1y19.684792V-151.18109 20.123177c0x-151.03467c0y20.190353c1x-151.3275c1y20.054276V-150.69791 20.223946c0x-150.53427c0y20.223946c1x-150.87361c1y20.223946V-150.269 20.164513c0x-150.1467c0y20.126617c1x-150.3913c1y20.204132V-149.90726 20.009483c0x1c1x-150.02611c1y20.074944V-149.87625 20.143845c0x1c1x1V-149.42149 20.143845c0x1c1x1V-149.42149 16.123417c0x1c1x1V-149.90726 16.123417c0x1c1x1V-149.90726 17.56002c0x-150.04333c0y17.448059c1x1V-150.34134 17.286133c0x-150.49464c0y17.213783c1x-150.18803c1y17.356758V-150.85811 17.177612c0x-151.19917c0y17.177612c1x-150.6669c1y17.177612V-151.66426 17.570351c0x-151.86235c0y17.832176c1x-151.4679c1y17.308525V-151.9614 18.67881c0x1c1x-151.9614c1y18.20166 1 0 0 1 0 0 V-151.46014 18.691742c0x-151.46014c0y18.347237c1x-151.46014c1y19.068977V-151.28961 17.908844c0x-151.17592c0y17.729698c1x-151.40331c1y18.086266V-150.73926 17.640129c0x-150.59801c0y17.640129c1x-150.99246c1y17.640129V-150.31035 17.733147c0x-150.16565c0y17.793434c1x-150.45505c1y17.671135V-149.90727 17.968277c0x1c1x-150.0313c1y17.871811V-149.90727 19.621925c0x-150.04507c0y19.683937c1x1V-150.26125 19.751114c0x-150.36116c0y19.77523c1x-150.16307c1y19.726997V-150.59973 19.787285c0x-150.86845c0y19.787285c1x-150.47398c1y19.787285V-151.23018 19.523735c0x-151.38348c0y19.346313c1x-151.0786c1y19.699432 B0 1B1 2B2 3B3 4L4 5B5 6B6 7B7 8B8 0 1 0 0 1 0 0 V-153.2404 16.774544c0x1c1x1V-152.69263 16.774544c0x1c1x1V-152.69263 16.270699c0x1c1x1V-153.2404 16.270699c0x1c1x1 1 0 0 1 0 0 V-153.2094 20.143852c0x1c1x1V-152.72363 20.143852c0x1c1x1V-152.72363 17.257721c0x1c1x1V-153.2094 17.257721c0x1c1x1 1 0 0 1 0 0 V-156.58644 18.751175c0x1c1x1V-154.45996 18.751175c0x-154.45996c0y18.928596c1x1V-154.54005 19.216263c0x-154.59344c0y19.347176c1x-154.48666c1y19.083626V-154.75967 19.539238c0x-154.84924c0y19.621918c1x-154.66666c1y19.454834V-155.07748 19.725273c0x-155.20151c0y19.766617c1x-154.95518c1y19.683929V-155.48572 19.787285c0x-155.68208c0y19.787285c1x-155.33759c1y19.787285V-156.07742 19.671013c0x-156.27724c0y19.591774c1x-155.87932c1y19.748528V-156.50375 19.438469c0x1c1x-156.41934c1y19.514259V-156.52956 19.438469c0x1c1x1V-156.52956 19.968155c0x-156.36592c0y20.037056c1x1V-156.02829 20.141273c0x-155.85776c0y20.187782c1x-156.19884c1y20.094765V-155.49084 20.211037c0x-155.01198c0y20.211037c1x-155.6786c1y20.211037V-154.36946 19.823463c0x-154.10074c0y19.563354c1x-154.63818c1y20.081848V-153.96638 18.717583c0x-153.96638c0y18.245605c1x-153.96638c1y19.194733V-154.35138 17.59362c0x-154.60976c0y17.316292c1x-154.09471c1y17.870949V-155.3694 17.177628c0x-155.7587c0y17.177628c1x-154.9491c1y17.177628V-156.26857 17.518692c0x-156.48044c0y17.746071c1x-156.05843c1y17.291313V-156.58638 18.487625c0x1c1x-156.58638c1y18.069046 1 0 0 1 0 0 V-156.1136 18.379105c0x-156.1116c0y18.124168c1x1V-155.91982 17.787407c0x-155.79407c0y17.647881c1x-156.047c1y17.926933V-155.34361 17.578117c0x-155.08351c0y17.578117c1x-155.60201c1y17.578117V-154.72092 17.808075c0x-154.56761c0y17.96138c1x-154.87595c1y17.65477V-154.45996 18.379097c0x1c1x-154.48062c1y18.151718 1 0 0 1 0 0 V-139.99702 24.838661c0x-139.99702c0y25.188339c1x-139.99702c1y24.464867V-139.76706 25.789505c0x-139.61546c0y26.073723c1x-139.92036c1y25.505287V-139.15987 26.450966c0x-138.98416c0y26.559486c1x-139.41307c1y26.294212V-138.57076 26.686096c0x-138.35544c0y26.734329c1x-138.7878c1y26.637863V-137.71809 26.758446c0x1c1x-138.07121c1y26.758446V-136.74657 26.758446c0x1c1x1V-136.74657 22.911133c0x1c1x1V-137.70775 22.911133c0x-138.08325c0y22.911133c1x1V-138.60175 22.993813c0x-138.82396c0y23.047211c1x-138.38126c1y22.93869V-139.16502 23.216019c0x-139.42685c0y23.379662c1x-139.01172c1y23.121284V-139.77739 23.869728c0x-139.92381c0y24.141891c1x-139.63098c1y23.597565 B0 1B1 2B2 3B3 4L4 5L5 6L6 7B7 8B8 9B9 10B10 0 1 0 0 1 0 0 V-139.46217 24.830864c0x-139.46217c0y24.529419c1x1V-139.30455 24.068634c0x-139.19948c0y23.861931c1x-139.40964c1y24.275337V-138.8343 23.580292c0x-138.68271c0y23.494164c1x-139.04272c1y23.69915V-138.35112 23.402008c0x-138.18059c0y23.367554c1x-138.52165c1y23.434738V-137.73875 23.350327c0x1c1x-137.97647c1y23.350327V-137.25816 23.350327c0x1c1x1V-137.25816 26.319138c0x1c1x1V-137.73875 26.319138c0x-137.98508c0y26.319138c1x1V-138.38213 26.264877c0x-138.56644c0y26.228706c1x-138.19952c1y26.301048V-138.88855 26.063339c0x-139.07976c0y25.94104c1x-138.73524c1y26.161522V-139.31746 25.580162c0x-139.41393c0y25.380348c1x-139.22272c1y25.779984V-139.46216 24.830856c0x1c1x-139.46216c1y25.130577 1 0 0 1 0 0 V-143.20096 25.365761c0x1c1x1V-141.07446 25.365761c0x-141.07446c0y25.543182c1x1V-141.15456 25.830849c0x-141.20795c0y25.961761c1x-141.10117c1y25.698212V-141.37419 26.153824c0x-141.46376c0y26.236504c1x-141.28116c1y26.06942V-141.692 26.339859c0x-141.81602c0y26.381203c1x-141.5697c1y26.298515V-142.10023 26.401871c0x-142.2966c0y26.401871c1x-141.9521c1y26.401871V-142.69194 26.285599c0x-142.89175c0y26.20636c1x-142.49384c1y26.363113V-143.11827 26.053055c0x1c1x-143.03386c1y26.128845V-143.14407 26.053055c0x1c1x1V-143.14407 26.582741c0x-142.98044c0y26.651642c1x1V-142.64281 26.755859c0x-142.47227c0y26.802368c1x-142.81335c1y26.709351V-142.10538 26.825623c0x-141.62651c0y26.825623c1x-142.29314c1y26.825623V-140.98399 26.438049c0x-140.71527c0y26.17794c1x-141.25272c1y26.696434V-140.58092 25.332176c0x-140.58092c0y24.860199c1x-140.58092c1y25.809319V-140.96591 24.208214c0x-141.22429c0y23.930885c1x-140.70924c1y24.485542V-141.98395 23.792221c0x-142.37325c0y23.792221c1x-141.56364c1y23.792221V-142.88312 24.133286c0x-143.09499c0y24.360664c1x-142.67296c1y23.905907V-143.20093 25.102219c0x1c1x-143.20093c1y24.68364 1 0 0 1 0 0 V-142.72812 24.99369c0x-142.72612c0y24.738754c1x1V-142.53433 24.401993c0x-142.40858c0y24.262466c1x-142.66151c1y24.541519V-141.95815 24.192703c0x-141.69803c0y24.192703c1x-142.21652c1y24.192703V-141.33545 24.422661c0x-141.18214c0y24.575966c1x-141.49046c1y24.269356V-141.07448 24.993683c0x1c1x-141.09515c1y24.766304 1 0 0 1 0 0 V-145.49023 23.208267c0x1c1x1V-145.46443 23.208267c0x-145.41104c0y23.192772c1x1V-145.25514 23.161758c0x-145.16901c0y23.144531c1x-145.34128c1y23.177269V-145.02776 23.135918c0x-144.81934c0y23.135918c1x-145.09322c1y23.135918V-144.57301 23.275444c0x-144.48c0y23.366737c1x-144.66776c1y23.182426V-144.43349 23.774124c0x1c1x-144.43349c1y23.532967V-144.43349 23.872314c0x1c1x1V-145.3094 23.872314c0x1c1x1V-145.3094 24.280556c0x1c1x1V-144.44899 24.280556c0x1c1x1V-144.44899 26.758438c0x1c1x1V-143.96324 26.758438c0x1c1x1V-143.96324 24.280556c0x1c1x1V-143.63509 24.280556c0x1c1x1V-143.63509 23.872307c0x1c1x1V-143.96324 23.872307c0x1c1x1V-143.96324 23.776711c0x-143.96324c0y23.433922c1x1V-144.21902 22.988647c0x-144.38956c0y22.804337c1x-144.04851c1y23.171234V-144.95801 22.712181c0x-145.06653c0y22.712181c1x-144.63588c1y22.712181V-145.24998 22.727684c0x-145.33783c0y22.738022c1x-145.16385c1y22.717346V-145.49028 22.763855c0x1c1x-145.41794c1y22.750076 1 0 0 1 0 0 V-148.21358 25.365761c0x1c1x1V-146.08708 25.365761c0x-146.08708c0y25.543182c1x1V-146.16718 25.830849c0x-146.22057c0y25.961761c1x-146.11378c1y25.698212V-146.3868 26.153824c0x-146.47636c0y26.236504c1x-146.29378c1y26.06942V-146.70461 26.339859c0x-146.82863c0y26.381203c1x-146.58231c1y26.298515V-147.11285 26.401871c0x-147.30922c0y26.401871c1x-146.96471c1y26.401871V-147.70454 26.285599c0x-147.90436c0y26.20636c1x-147.50645c1y26.363113V-148.13087 26.053055c0x1c1x-148.04648c1y26.128845V-148.15668 26.053055c0x1c1x1V-148.15668 26.582741c0x-147.99304c0y26.651642c1x1V-147.65541 26.755859c0x-147.48488c0y26.802368c1x-147.82596c1y26.709351V-147.11797 26.825623c0x-146.6391c0y26.825623c1x-147.30573c1y26.825623V-145.99658 26.438049c0x-145.72786c0y26.17794c1x-146.2653c1y26.696434V-145.59351 25.332176c0x-145.59351c0y24.860199c1x-145.59351c1y25.809319V-145.9785 24.208214c0x-146.23688c0y23.930885c1x-145.72183c1y24.485542V-146.99652 23.792221c0x-147.38582c0y23.792221c1x-146.57622c1y23.792221V-147.89569 24.133286c0x-148.10757c0y24.360664c1x-147.68555c1y23.905907V-148.21352 25.102219c0x1c1x-148.21352c1y24.68364 1 0 0 1 0 0 V-147.74074 24.99369c0x-147.73874c0y24.738754c1x1V-147.54695 24.401993c0x-147.4212c0y24.262466c1x-147.67413c1y24.541519V-146.97076 24.192703c0x-146.71065c0y24.192703c1x-147.22914c1y24.192703V-146.34805 24.422661c0x-146.19475c0y24.575966c1x-146.50308c1y24.269356V-146.0871 24.993683c0x1c1x-146.10776c1y24.766304 1 0 0 1 0 0 V-151.36325 26.758438c0x1c1x1V-150.87749 26.758438c0x1c1x1V-150.87749 25.115128c0x-150.87749c0y24.982491c1x1V-150.85419 24.743057c0x-150.83865c0y24.625923c1x-150.86972c1y24.858467V-150.76889 24.46917c0x-150.72581c0y24.39682c1x-150.81023c1y24.53463V-150.58286 24.308975c0x-150.50189c0y24.272804c1x-150.6638c1y24.343422V-150.26762 24.254715c0x-150.13499c0y24.254715c1x-150.39682c1y24.254715V-149.85164 24.352905c0x-149.70694c0y24.418365c1x-149.99634c1y24.287445V-149.43564 24.603539c0x1c1x-149.56828c1y24.501907V-149.43564 26.758446c0x1c1x1V-148.94989 26.758446c0x1c1x1V-148.94989 23.872314c0x1c1x1V-149.43564 23.872314c0x1c1x1V-149.43564 24.192711c0x-149.58723c0y24.066963c1x1V-149.9059 23.898155c0x-150.06781c0y23.82753c1x-149.74399c1y23.968781V-150.40457 23.792221c0x-150.71635c0y23.792221c1x-150.23404c1y23.792221V-151.11771 24.07386c0x-151.28136c0y24.26162c1x-150.95406c1y23.886101V-151.36317 24.885178c0x1c1x-151.36317c1y24.532059 1 0 0 1 0 0 V-154.36049 25.926445c0x-154.36049c0y26.189995c1x1V-154.03235 26.574982c0x-153.81529c0y26.74379c1x-154.25111c1y26.406174V-153.14093 26.828194c0x-152.92732c0y26.828194c1x-153.51816c1y26.828194V-152.5518 26.753265c0x-152.37439c0y26.701591c1x-152.73096c1y26.803215V-152.1048 26.58532c0x1c1x-152.22539c1y26.645615V-152.1048 26.040131c0x1c1x1V-152.1306 26.040131c0x-152.28391c0y26.15554c1x1V-152.6422 26.316597c0x-152.82996c0y26.383774c1x-152.45444c1y26.247696V-153.18222 26.417366c0x-153.39581c0y26.417366c1x-153.00996c1y26.417366V-153.68349 26.314011c0x-153.80406c0y26.24511c1x-153.5629c1y26.382912V-153.86435 25.988449c0x-153.86435c0y25.874763c1x-153.86435c1y26.136589V-153.76614 25.730064c0x-153.70067c0y25.671494c1x-153.83162c1y25.788635V-153.3889 25.5802c0x-153.32001c0y25.564705c1x-153.57492c1y25.621544V-153.1176 25.52594c0x-153.00735c0y25.505264c1x-153.22957c1y25.546616V-152.81529 25.458763c0x-152.56207c0y25.391586c1x-152.90659c1y25.482872V-152.27528 25.164207c0x-152.1702c0y25.033295c1x-152.38208c1y25.293396V-152.11766 24.683617c0x-152.11766c0y24.564758c1x-152.11766c1y24.873093V-152.19006 24.347717c0x-152.24001c0y24.242638c1x-152.1418c1y24.452797V-152.41486 24.066078c0x-152.51132c0y23.985123c1x-152.31493c1y24.148758V-152.78175 23.874878c0x-152.93161c0y23.826645c1x-152.63362c1y23.921387V-153.28302 23.802528c0x-153.45528c0y23.802528c1x-153.09871c1y23.802528V-153.80495 23.867126c0x-153.98236c0y23.90847c1x-153.62924c1y23.824059V-154.24678 24.019569c0x1c1x-154.12964c1y23.959282V-154.24678 24.538918c0x1c1x1V-154.22098 24.538918c0x-154.09695c0y24.447624c1x1V-153.76881 24.30896c0x-153.59138c0y24.245232c1x-153.94623c1y24.370972V-153.24687 24.213364c0x-153.06946c0y24.213364c1x-153.4174c1y24.213364V-152.79729 24.316719c0x-152.67499c0y24.383896c1x-152.91959c1y24.247818V-152.61383 24.619026c0x-152.61383c0y24.737885c1x-152.61383c1y24.484665V-152.72493 24.887741c0x-152.79727c0y24.948029c1x-152.65086c1y24.827454V-153.07632 25.035019c0x-153.16589c0y25.055695c1x-152.91441c1y24.997124V-153.37604 25.097031c0x-153.48801c0y25.117706c1x-153.26579c1y25.076363V-153.65509 25.15387c0x-153.88075c0y25.205544c1x-153.58102c1y25.13665V-154.17702 25.420006c0x-154.29932c0y25.54747c1x-154.05472c1y25.29425V-154.36047 25.926437c0x1c1x-154.36047c1y25.716286 1 0 0 1 0 0 V-157.47141 25.365761c0x1c1x1V-155.34492 25.365761c0x-155.34492c0y25.543182c1x1V-155.42502 25.830849c0x-155.47841c0y25.961761c1x-155.37163c1y25.698212V-155.64464 26.153824c0x-155.73421c0y26.236504c1x-155.55162c1y26.06942V-155.96245 26.339859c0x-156.08647c0y26.381203c1x-155.84015c1y26.298515V-156.3707 26.401871c0x-156.56706c0y26.401871c1x-156.22255c1y26.401871V-156.96239 26.285599c0x-157.1622c0y26.20636c1x-156.7643c1y26.363113V-157.38872 26.053055c0x1c1x-157.30431c1y26.128845V-157.41452 26.053055c0x1c1x1V-157.41452 26.582741c0x-157.25089c0y26.651642c1x1V-156.91325 26.755859c0x-156.74272c0y26.802368c1x-157.0838c1y26.709351V-156.37581 26.825623c0x-155.89694c0y26.825623c1x-156.56357c1y26.825623V-155.25443 26.438049c0x-154.9857c0y26.17794c1x-155.52315c1y26.696434V-154.85135 25.332176c0x-154.85135c0y24.860199c1x-154.85135c1y25.809319V-155.23634 24.208214c0x-155.49472c0y23.930885c1x-154.97968c1y24.485542V-156.25436 23.792221c0x-156.64366c0y23.792221c1x-155.83406c1y23.792221V-157.15353 24.133286c0x-157.3654c0y24.360664c1x-156.94339c1y23.905907V-157.47134 25.102219c0x1c1x-157.47134c1y24.68364 1 0 0 1 0 0 V-156.99857 24.99369c0x-156.99657c0y24.738754c1x1V-156.80478 24.401993c0x-156.67903c0y24.262466c1x-156.93196c1y24.541519V-156.22859 24.192703c0x-155.96848c0y24.192703c1x-156.48697c1y24.192703V-155.60588 24.422661c0x-155.45258c0y24.575966c1x-155.76091c1y24.269356V-155.34492 24.993683c0x1c1x-155.36559c1y24.766304 1 0 0 1 0 0 1 0 0 1 0 0 V-84.464378 48.040623c0x-84.463676c0y51.576534c1x-84.464394c1y44.506001V-78.064384 54.44062c0x-74.529762c0y54.440617c1x-81.59771c1y54.44133V-71.664391 48.040619c0x-71.663673c0y44.507294c1x-71.664391c1y51.575237V-78.064384 41.640617c0x-81.599007c0y41.640621c1x-74.528465c1y41.641338 1 0 0 1 0 0 1 0 0 1 0 0 V-71.192879 61.534473c0x1c1x1V-70.528831 61.534473c0x1c1x1V-69.242088 60.004848c0x1c1x1V-68.521202 60.004848c0x1c1x1V-68.521202 61.534473c0x1c1x1V-68.009605 61.534473c0x1c1x1V-68.009605 57.68716c0x1c1x1V-69.087059 57.68716c0x-69.319603c0y57.68716c1x1V-69.668419 57.733669c0x-69.823448c0y57.762959c1x-69.51339c1y57.702663V-70.086998 57.893864c0x-70.226524c0y57.981716c1x-69.962975c1y57.816357V-70.41256 58.227177c0x-70.491798c0y58.359814c1x-70.335045c1y58.092815V-70.531425 58.733608c0x-70.531425c0y59.010937c1x-70.531425c1y58.528622V-70.322136 59.43124c0x-70.18261c0y59.617275c1x-70.461662c1y59.243481V-69.745949 59.852406c0x1c1x-69.990547c1y59.757664 1 0 0 1 0 0 V-69.996574 58.769779c0x-69.996574c0y58.659534c1x1V-69.937172 58.47781c0x-69.899315c0y58.391682c1x-69.976768c1y58.562214V-69.745979 58.260769c0x-69.671898c0y58.210819c1x-69.835579c1y58.31934V-69.48243 58.157413c0x-69.380791c0y58.136738c1x-69.584053c1y58.176365V-69.123283 58.1264c0x1c1x-69.261086c1y58.1264V-68.521248 58.1264c0x1c1x1V-68.521248 59.57851c0x1c1x1V-69.038002 59.57851c0x-69.199913c0y59.57851c1x1V-69.461754 59.537167c0x-69.582329c0y59.507885c1x-69.341164c1y59.564732V-69.769218 59.376972c0x-69.846733c0y59.304623c1x-69.684822c1y59.454487V-69.939751 59.128925c0x-69.977608c0y59.034184c1x-69.903572c1y59.221943V-69.996544 58.769772c0x1c1x-69.996544c1y58.914463 1 0 0 1 0 0 V-73.936897 60.141796c0x1c1x1V-71.810402 60.141796c0x-71.810402c0y60.319218c1x1V-71.890495 60.606884c0x-71.943886c0y60.737797c1x-71.837105c1y60.474247V-72.11013 60.929859c0x-72.199699c0y61.012539c1x-72.017097c1y60.845455V-72.42794 61.115894c0x-72.551964c0y61.157238c1x-72.305641c1y61.074551V-72.836174 61.177906c0x-73.032539c0y61.177906c1x-72.688042c1y61.177906V-73.427879 61.061634c0x-73.627693c0y60.982395c1x-73.229774c1y61.139149V-73.85421 60.82909c0x1c1x-73.769798c1y60.904881V-73.880013 60.82909c0x1c1x1V-73.880013 61.358776c0x-73.716362c0y61.427677c1x1V-73.378746 61.531895c0x-73.208214c0y61.578403c1x-73.549278c1y61.485386V-72.841316 61.601658c0x-72.36245c0y61.601658c1x-73.029076c1y61.601658V-71.719933 61.214085c0x-71.45121c0y60.953976c1x-71.988655c1y61.472469V-71.316856 60.108204c0x-71.316856c0y59.636227c1x-71.316856c1y60.585354V-71.701851 58.984241c0x-71.960228c0y58.706913c1x-71.445183c1y59.26157V-72.719887 58.568249c0x-73.109184c0y58.568249c1x-72.299583c1y58.568249V-73.619057 58.909313c0x-73.830925c0y59.136692c1x-73.408897c1y58.681934V-73.936867 59.878246c0x1c1x-73.936867c1y59.459667 1 0 0 1 0 0 V-73.464058 59.769726c0x-73.462059c0y59.51479c1x1V-73.270271 59.178028c0x-73.144524c0y59.038502c1x-73.397453c1y59.317554V-72.694084 58.968739c0x-72.433968c0y58.968739c1x-72.952461c1y58.968739V-72.071388 59.198696c0x-71.918083c0y59.352001c1x-72.226402c1y59.045391V-71.810417 59.769718c0x1c1x-71.831093c1y59.542339 1 0 0 1 0 0 V-77.169258 58.648342c0x1c1x1V-76.001366 61.534473c0x1c1x1V-75.513023 61.534473c0x1c1x1V-74.352882 58.648342c0x1c1x1V-74.879982 58.648342c0x1c1x1V-75.773994 60.945362c0x1c1x1V-76.66024 58.648342c0x1c1x1 LineClosed 1 0 0 1 0 0 V-80.174248 60.141796c0x1c1x1V-78.047752 60.141796c0x-78.047752c0y60.319218c1x1V-78.127846 60.606884c0x-78.181236c0y60.737797c1x-78.074455c1y60.474247V-78.347481 60.929859c0x-78.43705c0y61.012539c1x-78.254448c1y60.845455V-78.665291 61.115894c0x-78.789314c0y61.157238c1x-78.542992c1y61.074551V-79.073524 61.177906c0x-79.26989c0y61.177906c1x-78.925392c1y61.177906V-79.66523 61.061634c0x-79.865044c0y60.982395c1x-79.467125c1y61.139149V-80.09156 60.82909c0x1c1x-80.007149c1y60.904881V-80.117363 60.82909c0x1c1x1V-80.117363 61.358776c0x-79.953728c0y61.427677c1x1V-79.616096 61.531895c0x-79.445564c0y61.578403c1x-79.786644c1y61.485386V-79.078667 61.601658c0x-78.5998c0y61.601658c1x-79.266426c1y61.601658V-77.957283 61.214085c0x-77.68856c0y60.953976c1x-78.226006c1y61.472469V-77.554207 60.108204c0x-77.554207c0y59.636227c1x-77.554207c1y60.585354V-77.939201 58.984241c0x-78.197578c0y58.706913c1x-77.682533c1y59.26157V-78.957237 58.568249c0x-79.346535c0y58.568249c1x-78.536934c1y58.568249V-79.856407 58.909313c0x-80.068275c0y59.136692c1x-79.646248c1y58.681934V-80.174217 59.878246c0x1c1x-80.174217c1y59.459667 1 0 0 1 0 0 V-79.701408 59.769726c0x-79.699409c0y59.51479c1x1V-79.507622 59.178028c0x-79.381874c0y59.038502c1x-79.634804c1y59.317554V-78.931435 58.968739c0x-78.671318c0y58.968739c1x-79.189812c1y58.968739V-78.308739 59.198696c0x-78.155434c0y59.352001c1x-78.463753c1y59.045391V-78.047768 59.769718c0x1c1x-78.068443c1y59.542339 1 0 0 1 0 0 V-82.711555 59.178028c0x1c1x1V-82.685753 59.178028c0x-82.613411c0y59.160801c1x1V-82.473885 59.141857c0x-82.4067c0y59.133244c1x-82.542778c1y59.148746V-82.233589 59.128941c0x-82.083733c0y59.128941c1x-82.326607c1y59.128941V-81.799492 59.22971c0x-81.659966c0y59.29517c1x-81.939034c1y59.162533V-81.396416 59.485508c0x1c1x-81.525612c1y59.380436V-81.396416 61.534481c0x1c1x1V-80.910652 61.534481c0x1c1x1V-80.910652 58.64835c0x1c1x1V-81.396416 58.64835c0x1c1x1V-81.396416 59.07468c0x-81.589333c0y58.919651c1x1V-81.905418 58.746532c0x-82.053566c0y58.681072c1x-81.75901c1y58.810268V-82.357582 58.648342c0x-82.441994c0y58.648342c1x-82.204277c1y58.648342V-82.541039 58.656139c0x-82.578896c0y58.659611c1x-82.503151c1y58.650944V-82.711571 58.679386c0x1c1x-82.63575c1y58.667355 1 0 0 1 0 0 V-85.230797 60.70248c0x-85.230797c0y60.96603c1x-85.230797c1y60.492329V-84.902641 61.351017c0x-84.6856c0y61.519825c1x-85.121407c1y61.182209V-84.011238 61.604229c0x-83.79763c0y61.604229c1x-84.388466c1y61.604229V-83.422112 61.529301c0x-83.244698c0y61.477619c1x-83.601265c1y61.57925V-82.975105 61.361355c0x1c1x-83.095695c1y61.421635V-82.975105 60.816174c0x1c1x1V-83.000908 60.816174c0x-83.154213c0y60.931583c1x1V-83.512505 61.09264c0x-83.700264c0y61.159817c1x-83.324745c1y61.023739V-84.052528 61.193409c0x-84.266121c0y61.193409c1x-83.880272c1y61.193409V-84.553795 61.090054c0x-84.67437c0y61.021152c1x-84.433205c1y61.158955V-84.734657 60.764492c0x-84.734657c0y60.650806c1x-84.734657c1y60.912632V-84.636452 60.506107c0x-84.570976c0y60.447536c1x-84.701927c1y60.564678V-84.259209 60.356243c0x-84.190315c0y60.340748c1x-84.445229c1y60.397587V-83.987907 60.301983c0x-83.877663c0y60.281307c1x-84.099876c1y60.322659V-83.6856 60.234806c0x-83.432381c0y60.167629c1x-83.776894c1y60.258915V-83.145576 59.94025c0x-83.040504c0y59.809338c1x-83.252373c1y60.069439V-82.987968 59.45966c0x-82.987968c0y59.340801c1x-82.987968c1y59.649136V-83.060371 59.12376c0x-83.110313c0y59.018681c1x-83.012108c1y59.22884V-83.285164 58.842121c0x-83.38163c0y58.761166c1x-83.185234c1y58.924801V-83.652061 58.650921c0x-83.801918c0y58.602688c1x-83.503929c1y58.69743V-84.153328 58.578571c0x-84.325584c0y58.578571c1x-83.969017c1y58.578571V-84.675255 58.643169c0x-84.852669c0y58.684513c1x-84.49955c1y58.600101V-85.117088 58.795612c0x1c1x-84.999947c1y58.735325V-85.117088 59.31496c0x1c1x1V-85.091286 59.31496c0x-84.967262c0y59.223667c1x1V-84.639122 59.085003c0x-84.461708c0y59.021275c1x-84.816536c1y59.147015V-84.117195 58.989407c0x-83.939781c0y58.989407c1x-84.287727c1y58.989407V-83.66761 59.092762c0x-83.545311c0y59.159939c1x-83.789909c1y59.023861V-83.484154 59.395069c0x-83.484154c0y59.513927c1x-83.484154c1y59.260708V-83.595253 59.663784c0x-83.667595c0y59.724072c1x-83.521187c1y59.603497V-83.946648 59.811062c0x-84.036217c0y59.831738c1x-83.784737c1y59.773167V-84.246361 59.873074c0x-84.35833c0y59.893749c1x-84.136116c1y59.852406V-84.525414 59.929913c0x-84.751076c0y59.981594c1x-84.451347c1y59.912693V-85.04734 60.196049c0x-85.16964c0y60.323513c1x-84.925041c1y60.070309 B0 1B1 2B2 3B3 4L4 5L5 6B6 7B7 8B8 9B9 10B10 11B11 12B12 13B13 14B14 15B15 16B16 17B17 18B18 19B19 20B20 21B21 22L22 23L23 24B24 25B25 26B26 27B27 28B28 29B29 30B30 31B31 32B32 33B33 0 1 0 0 1 0 0 V-88.341713 60.141796c0x1c1x1V-86.215233 60.141796c0x-86.215233c0y60.319218c1x1V-86.295326 60.606884c0x-86.348717c0y60.737797c1x-86.241936c1y60.474247V-86.514961 60.929859c0x-86.60453c0y61.012539c1x-86.421928c1y60.845455V-86.832771 61.115894c0x-86.956795c0y61.157238c1x-86.710472c1y61.074551V-87.241005 61.177906c0x-87.43737c0y61.177906c1x-87.092873c1y61.177906V-87.83271 61.061634c0x-88.032524c0y60.982395c1x-87.634605c1y61.139149V-88.259041 60.82909c0x1c1x-88.174629c1y60.904881V-88.284843 60.82909c0x1c1x1V-88.284843 61.358776c0x-88.121208c0y61.427677c1x1V-87.783577 61.531895c0x-87.613045c0y61.578403c1x-87.954124c1y61.485386V-87.246132 61.601658c0x-86.767265c0y61.601658c1x-87.433891c1y61.601658V-86.124748 61.214085c0x-85.856026c0y60.953976c1x-86.393471c1y61.472469V-85.721672 60.108204c0x-85.721672c0y59.636227c1x-85.721672c1y60.585354V-86.106667 58.984241c0x-86.365044c0y58.706913c1x-85.849998c1y59.26157V-87.124687 58.568249c0x-87.513985c0y58.568249c1x-86.704384c1y58.568249V-88.023857 58.909313c0x-88.235725c0y59.136692c1x-87.813713c1y58.681934V-88.341667 59.878246c0x1c1x-88.341667c1y59.459667 1 0 0 1 0 0 V-87.868874 59.769726c0x-87.866875c0y59.51479c1x1V-87.675087 59.178028c0x-87.549339c0y59.038502c1x-87.802269c1y59.317554V-87.098885 58.968739c0x-86.838783c0y58.968739c1x-87.357277c1y58.968739V-86.476189 59.198696c0x-86.322884c0y59.352001c1x-86.631218c1y59.045391V-86.215233 59.769718c0x1c1x-86.235893c1y59.542339 1 0 0 1 0 0 V-68.694313 64.7565c0x1c1x1V-67.319725 64.7565c0x1c1x1V-67.319725 68.149063c0x1c1x1V-66.808128 68.149063c0x1c1x1V-66.808128 64.7565c0x1c1x1V-65.43354 64.7565c0x1c1x1V-65.43354 64.301758c0x1c1x1V-68.694313 64.301758c0x1c1x1 1 0 0 1 0 0 V-71.585625 68.149063c0x1c1x1V-71.099861 68.149063c0x1c1x1V-71.099861 66.505753c0x-71.099861c0y66.373108c1x1V-71.076668 66.133682c0x-71.061134c0y66.016541c1x-71.092125c1y66.249084V-70.991371 65.859787c0x-70.948296c0y65.787445c1x-71.032707c1y65.925247V-70.805336 65.6996c0x-70.724373c0y65.663422c1x-70.886284c1y65.734039V-70.490105 65.64534c0x-70.35746c0y65.64534c1x-70.619301c1y65.64534V-70.074104 65.74353c0x-69.929405c0y65.80899c1x-70.218803c1y65.67807V-69.658119 65.994156c0x1c1x-69.790749c1y65.892532V-69.658119 68.149063c0x1c1x1V-69.172356 68.149063c0x1c1x1V-69.172356 64.128632c0x1c1x1V-69.658119 64.128632c0x1c1x1V-69.658119 65.583328c0x-69.8097c0y65.457581c1x1V-70.128365 65.288773c0x-70.290276c0y65.218155c1x-69.966454c1y65.359406V-70.627037 65.182846c0x-70.93882c0y65.182846c1x-70.456505c1y65.182846V-71.340172 65.464478c0x-71.503807c0y65.652237c1x-71.176521c1y65.276718V-71.585625 66.275803c0x1c1x-71.585625c1y65.922684 1 0 0 1 0 0 V-74.321892 65.792618c0x1c1x1V-74.296089 65.792618c0x-74.223747c0y65.775391c1x1V-74.084221 65.756439c0x-74.017036c0y65.747833c1x-74.153114c1y65.763336V-73.843925 65.74353c0x-73.694069c0y65.74353c1x-73.936943c1y65.74353V-73.409843 65.844299c0x-73.270317c0y65.90976c1x-73.54937c1y65.777115V-73.006767 66.100098c0x1c1x-73.135963c1y65.995026V-73.006767 68.149063c0x1c1x1V-72.521004 68.149063c0x1c1x1V-72.521004 65.262939c0x1c1x1V-73.006767 65.262939c0x1c1x1V-73.006767 65.68927c0x-73.199684c0y65.534241c1x1V-73.515785 65.361115c0x-73.663933c0y65.295654c1x-73.369362c1y65.42485V-73.967949 65.262924c0x-74.052345c0y65.262924c1x-73.814644c1y65.262924V-74.151405 65.270721c0x-74.189262c0y65.2742c1x-74.113503c1y65.265533V-74.321938 65.293976c0x1c1x-74.246117c1y65.281937 1 0 0 1 0 0 V-77.171852 68.149063c0x1c1x1V-76.686089 68.149063c0x1c1x1V-76.686089 67.828659c0x-76.522438c0y67.957855c1x1V-76.215828 68.125809c0x-76.065971c0y68.194702c1x-76.365685c1y68.0569V-75.719734 68.229156c0x-75.416557c0y68.229156c1x-75.900597c1y68.229156V-75.011757 67.952698c0x-74.842949c0y67.766663c1x-75.180565c1y68.137009V-74.758553 67.1362c0x1c1x-74.758553c1y67.494492V-74.758553 65.262939c0x1c1x1V-75.244301 65.262939c0x1c1x1V-75.244301 66.90625c0x-75.244301c0y67.052658c1x1V-75.265007 67.283478c0x-75.278816c0y67.386841c1x-75.251198c1y67.178406V-75.352913 67.549622c0x-75.399437c0y67.625412c1x-75.308113c1y67.47554V-75.533775 67.714981c0x-75.607857c0y67.749435c1x-75.459724c1y67.680527V-75.856758 67.766663c0x-75.982506c0y67.766663c1x-75.715508c1y67.766663V-76.267586 67.668472c0x-76.417442c0y67.603012c1x-76.119438c1y67.733932V-76.686165 67.417847c0x1c1x-76.556969c1y67.51947V-76.686165 65.262939c0x1c1x1V-77.171928 65.262939c0x1c1x1 1 0 0 1 0 0 V-80.189751 67.317062c0x-80.189751c0y67.580612c1x1V-79.86161 67.965607c0x-79.644554c0y68.134415c1x-80.080376c1y67.796799V-78.970192 68.218811c0x-78.756584c0y68.218811c1x-79.34742c1y68.218811V-78.381081 68.14389c0x-78.203651c0y68.092209c1x-78.560219c1y68.193832V-77.934074 67.975937c0x1c1x-78.054649c1y68.03624V-77.934074 67.430756c0x1c1x1V-77.959877 67.430756c0x-78.113182c0y67.546158c1x1V-78.471474 67.707214c0x-78.659233c0y67.774399c1x-78.283714c1y67.638321V-79.011497 67.807983c0x-79.22509c0y67.807983c1x-78.839241c1y67.807983V-79.512764 67.704636c0x-79.633339c0y67.635727c1x-79.392174c1y67.773529V-79.693626 67.379074c0x-79.693626c0y67.265381c1x-79.693626c1y67.527206V-79.595421 67.120682c0x-79.529945c0y67.062119c1x-79.660896c1y67.17926V-79.218178 66.970825c0x-79.149284c0y66.955322c1x-79.404198c1y67.012161V-78.946877 66.916565c0x-78.836632c0y66.895889c1x-79.058846c1y66.937241V-78.644569 66.84938c0x-78.39135c0y66.782211c1x-78.735863c1y66.873489V-78.104546 66.554825c0x-77.999458c0y66.42392c1x-78.211342c1y66.684021V-77.946922 66.074234c0x-77.946922c0y65.955383c1x-77.946922c1y66.263718V-78.019325 65.738342c0x-78.069267c0y65.633255c1x-77.971062c1y65.843414V-78.244118 65.456696c0x-78.340584c0y65.375748c1x-78.144188c1y65.539383V-78.611031 65.265503c0x-78.760887c0y65.21727c1x-78.462883c1y65.312012V-79.112297 65.193146c0x-79.284554c0y65.193146c1x-78.927986c1y65.193146V-79.634224 65.257751c0x-79.811638c0y65.299088c1x-79.458519c1y65.214676V-80.076057 65.410187c0x1c1x-79.958916c1y65.349899V-80.076057 65.929535c0x1c1x1V-80.050255 65.929535c0x-79.926231c0y65.838242c1x1V-79.598091 65.699585c0x-79.420662c0y65.635849c1x-79.775505c1y65.761597V-79.076149 65.603989c0x-78.898735c0y65.603989c1x-79.246681c1y65.603989V-78.626564 65.707336c0x-78.504265c0y65.774521c1x-78.748863c1y65.638443V-78.443108 66.009644c0x-78.443108c0y66.12851c1x-78.443108c1y65.87529V-78.554207 66.278366c0x-78.626549c0y66.338654c1x-78.480141c1y66.218079V-78.905602 66.425644c0x-78.995171c0y66.44632c1x-78.74369c1y66.387741V-79.205315 66.487656c0x-79.317284c0y66.508331c1x-79.09507c1y66.46698V-79.484367 66.544495c0x-79.71003c0y66.596161c1x-79.410301c1y66.527267V-80.006294 66.810623c0x-80.128593c0y66.938095c1x-79.883995c1y66.684875V-80.189751 67.317062c0x1c1x-80.189751c1y67.106903 1 0 0 1 0 0 V-82.383415 68.12323c0x-82.292122c0y68.147339c1x1V-82.083687 68.182663c0x-81.976891c0y68.198151c1x-82.192207c1y68.167145V-81.796883 68.205902c0x-81.502327c0y68.205902c1x-81.881294c1y68.205902V-81.125099 67.968201c0x-80.971794c0y67.809723c1x-81.278404c1y68.126663V-80.895134 67.205963c0x1c1x-80.895134c1y67.555649V-80.895134 65.671173c0x1c1x1V-80.566994 65.671173c0x1c1x1V-80.566994 65.262939c0x1c1x1V-80.895134 65.262939c0x1c1x1V-80.895134 64.433533c0x1c1x1V-81.380898 64.433533c0x1c1x1V-81.380898 65.262939c0x1c1x1V-82.38343 65.262939c0x1c1x1V-82.38343 65.671173c0x1c1x1V-81.380898 65.671173c0x1c1x1V-81.380898 66.986343c0x-81.380898c0y67.137924c1x1V-81.391197 67.342911c0x-81.398064c0y67.427307c1x-81.384331c1y67.256775V-81.4636 67.580612c0x-81.501457c0y67.649521c1x-81.422203c1y67.506546V-81.618629 67.733063c0x-81.685799c0y67.764069c1x-81.553139c1y67.700333V-81.923515 67.779572c0x-82.002754c0y67.779572c1x-81.787422c1y67.779572V-82.171562 67.745972c0x-82.257698c0y67.721863c1x-82.085426c1y67.768372V-82.357597 67.686539c0x1c1x-82.31971c1y67.702057V-82.3834 67.686539c0x1c1x1 1 0 0 1 0 0 V-85.385826 66.756378c0x1c1x1V-83.259331 66.756378c0x-83.259331c0y66.933807c1x1V-83.339424 67.221466c0x-83.392815c0y67.352386c1x-83.286034c1y67.088837V-83.559059 67.544449c0x-83.648628c0y67.627121c1x-83.466026c1y67.460037V-83.876869 67.730484c0x-84.000893c0y67.77182c1x-83.75457c1y67.689133V-84.285103 67.792496c0x-84.481468c0y67.792496c1x-84.136971c1y67.792496V-84.876808 67.676224c0x-85.076622c0y67.596985c1x-84.678703c1y67.753738V-85.303139 67.44368c0x1c1x-85.218727c1y67.51947V-85.328941 67.44368c0x1c1x1V-85.328941 67.973358c0x-85.165291c0y68.042267c1x1V-84.827675 68.146484c0x-84.657158c0y68.192993c1x-84.998207c1y68.099976V-84.290245 68.216248c0x-83.811378c0y68.216248c1x-84.478004c1y68.216248V-83.168861 67.828674c0x-82.900139c0y67.568558c1x-83.437584c1y68.087051V-82.765785 66.722794c0x-82.765785c0y66.250824c1x-82.765785c1y67.199936V-83.15078 65.598831c0x-83.409157c0y65.321503c1x-82.894112c1y65.87616V-84.168816 65.182846c0x-84.558113c0y65.182846c1x-83.748512c1y65.182846V-85.067986 65.523911c0x-85.279854c0y65.751282c1x-84.857826c1y65.296524V-85.385796 66.492844c0x1c1x-85.385796c1y66.074265 1 0 0 1 0 0 V-84.912987 66.384308c0x-84.910988c0y66.129379c1x1V-84.7192 65.792618c0x-84.593452c0y65.653091c1x-84.846382c1y65.932144V-84.143013 65.583328c0x-83.882896c0y65.583328c1x-84.40139c1y65.583328V-83.520317 65.813278c0x-83.367012c0y65.966583c1x-83.675331c1y65.659973V-83.259346 66.384308c0x1c1x-83.280022c1y66.156921 1 0 0 1 0 0 V-87.923134 65.792618c0x1c1x1V-87.897331 65.792618c0x-87.824989c0y65.775391c1x1V-87.685448 65.756439c0x-87.618263c0y65.747833c1x-87.754356c1y65.763336V-87.445152 65.74353c0x-87.295296c0y65.74353c1x-87.53817c1y65.74353V-87.011055 65.844299c0x-86.871529c0y65.90976c1x-87.150597c1y65.777115V-86.607979 66.100098c0x1c1x-86.737175c1y65.995026V-86.607979 68.149063c0x1c1x1V-86.122215 68.149063c0x1c1x1V-86.122215 65.262939c0x1c1x1V-86.607979 65.262939c0x1c1x1V-86.607979 65.68927c0x-86.800896c0y65.534241c1x1V-87.116982 65.361115c0x-87.265129c0y65.295654c1x-86.970573c1y65.42485V-87.569145 65.262924c0x-87.653557c0y65.262924c1x-87.41584c1y65.262924V-87.752602 65.270721c0x-87.790459c0y65.2742c1x-87.714714c1y65.265533V-87.923134 65.293976c0x1c1x-87.847313c1y65.281937 1 0 0 1 0 0 V-90.44236 67.317062c0x-90.44236c0y67.580612c1x1V-90.11422 67.965607c0x-89.897163c0y68.134415c1x-90.332985c1y67.796799V-89.222801 68.218811c0x-89.009193c0y68.218811c1x-89.600029c1y68.218811V-88.633675 68.14389c0x-88.456261c0y68.092209c1x-88.812828c1y68.193832V-88.186668 67.975937c0x1c1x-88.307259c1y68.03624V-88.186668 67.430756c0x1c1x1V-88.212471 67.430756c0x-88.365776c0y67.546158c1x1V-88.724068 67.707214c0x-88.911827c0y67.774399c1x-88.536308c1y67.638321V-89.264091 67.807983c0x-89.477684c0y67.807983c1x-89.091835c1y67.807983V-89.765358 67.704636c0x-89.885933c0y67.635727c1x-89.644768c1y67.773529V-89.94622 67.379074c0x-89.94622c0y67.265381c1x-89.94622c1y67.527206V-89.848015 67.120682c0x-89.782539c0y67.062119c1x-89.91349c1y67.17926V-89.470772 66.970825c0x-89.401878c0y66.955322c1x-89.656792c1y67.012161V-89.199471 66.916565c0x-89.089226c0y66.895889c1x-89.31144c1y66.937241V-88.897163 66.84938c0x-88.643944c0y66.782211c1x-88.988457c1y66.873489V-88.357155 66.554825c0x-88.252068c0y66.42392c1x-88.463951c1y66.684021V-88.199532 66.074234c0x-88.199532c0y65.955383c1x-88.199532c1y66.263718V-88.271935 65.738342c0x-88.321877c0y65.633255c1x-88.223671c1y65.843414V-88.496727 65.456696c0x-88.593193c0y65.375748c1x-88.396797c1y65.539383V-88.863625 65.265503c0x-89.013481c0y65.21727c1x-88.715492c1y65.312012V-89.364891 65.193146c0x-89.537148c0y65.193146c1x-89.18058c1y65.193146V-89.886818 65.257751c0x-90.064232c0y65.299088c1x-89.711113c1y65.214676V-90.328651 65.410187c0x1c1x-90.21151c1y65.349899V-90.328651 65.929535c0x1c1x1V-90.302849 65.929535c0x-90.178825c0y65.838242c1x1V-89.850685 65.699585c0x-89.673256c0y65.635849c1x-90.028099c1y65.761597V-89.328743 65.603989c0x-89.151329c0y65.603989c1x-89.499275c1y65.603989V-88.879158 65.707336c0x-88.756859c0y65.774521c1x-89.001457c1y65.638443V-88.695702 66.009644c0x-88.695702c0y66.12851c1x-88.695702c1y65.87529V-88.806801 66.278366c0x-88.879143c0y66.338654c1x-88.732735c1y66.218079V-89.158195 66.425644c0x-89.247765c0y66.44632c1x-88.996284c1y66.387741V-89.457909 66.487656c0x-89.569878c0y66.508331c1x-89.347664c1y66.46698V-89.736961 66.544495c0x-89.962624c0y66.596161c1x-89.662895c1y66.527267V-90.258888 66.810623c0x-90.381187c0y66.938095c1x-90.136589c1y66.684875V-90.442345 67.317062c0x1c1x-90.442345c1y67.106903 1 0 0 1 0 0 1 0 0 1 0 0 V-187.86438 48.040623c0x-187.86368c0y51.576534c1x-187.8644c1y44.506001V-181.46439 54.44062c0x-177.92976c0y54.440617c1x-184.99771c1y54.44133V-175.06439 48.040619c0x-175.06367c0y44.507294c1x-175.06439c1y51.575237V-181.46439 41.640617c0x-184.99901c0y41.640621c1x-177.92847c1y41.641338 1 0 0 1 0 0 1 0 0 1 0 0 V-177.63533 58.84988c0x-177.63533c0y59.020412c1x1V-177.54494 59.325306c0x-177.48633c0y59.469997c1x-177.60519c1y59.17889V-177.29689 59.702541c0x-177.16426c0y59.835178c1x-177.40366c1y59.595745V-176.82663 60.002262c0x-176.64577c0y60.067722c1x-177.00751c1y59.935085V-176.14192 60.100452c0x1c1x-176.41753c1y60.100452V-175.63033 60.100452c0x1c1x1V-175.63033 61.534473c0x1c1x1V-175.11873 61.534473c0x1c1x1V-175.11873 57.68716c0x1c1x1V-176.16258 57.68716c0x-176.3934c0y57.68716c1x1V-176.74911 57.746593c0x-176.90932c0y57.784489c1x-176.58891c1y57.706974V-177.17545 57.927464c0x-177.32187c0y58.025646c1x-177.05142c1y57.844776V-177.51393 58.294369c0x-177.59489c0y58.440784c1x-177.43469c1y58.147953V-177.63538 58.849888c0x1c1x-177.63538c1y58.625957 1 0 0 1 0 0 V-177.10306 58.862797c0x-177.10306c0y58.73016c1x1V-177.03326 58.516567c0x-176.98674c0y58.418385c1x-177.07979c1y58.61475V-176.8214 58.276272c0x-176.73871c0y58.222874c1x-176.91611c1y58.338284V-176.53717 58.162586c0x-176.43208c0y58.13847c1x-176.64397c1y58.184978V-176.13667 58.126415c0x1c1x-176.29858c1y58.126415V-175.63025 58.126415c0x1c1x1V-175.63025 59.663792c0x1c1x1V-176.06175 59.663792c0x-176.26846c0y59.663792c1x1V-176.5656 59.609531c0x-176.69479c0y59.571636c1x-176.4364c1y59.645702V-176.88081 59.431248c0x-176.96178c0y59.348568c1x-176.79987c1y59.512211V-177.05136 59.170284c0x-177.08583c0y59.078991c1x-177.01863c1y59.261578V-177.10306 58.862812c0x1c1x-177.10306c1y58.976498 1 0 0 1 0 0 V-180.38452 61.534473c0x1c1x1V-179.90134 61.534473c0x1c1x1V-179.90134 61.227001c0x-179.85826c0y61.25629c1x1V-179.72563 61.351025c0x-179.65329c0y61.402706c1x-179.7997c1y61.297626V-179.51376 61.475048c0x-179.4328c0y61.514668c1x-179.58266c1y61.44405V-179.23471 61.573238c0x-179.12962c0y61.600803c1x-179.33978c1y61.547398V-178.86522 61.614582c0x-178.6051c0y61.614582c1x-179.00647c1y61.614582V-178.20377 61.356197c0x-178.0229c0y61.183941c1x-178.38463c1y61.528454V-177.93246 60.697323c0x-177.93246c0y60.478558c1x-177.93246c1y60.964314V-178.07199 60.167637c0x-178.16673c0y60.031551c1x-177.97897c1y60.301998V-178.47507 59.84724c0x-178.65077c0y59.769726c1x-178.30109c1y59.924755V-179.10811 59.689625c0x-179.35443c0y59.66206c1x-178.86179c1y59.71719V-179.90134 59.627613c0x1c1x-179.61885c1y59.641392V-179.90134 59.552685c0x-179.90134c0y59.44244c1x1V-179.84193 59.278797c0x-179.80408c0y59.206448c1x-179.88153c1y59.351147V-179.67656 59.108265c0x-179.60767c0y59.068645c1x-179.74895c1y59.149609V-179.42851 59.028164c0x-179.33206c0y59.014385c1x-179.52498c1y59.041943V-179.12621 59.007496c0x-178.99873c0y59.007496c1x-179.23129c1y59.007496V-178.69987 59.059177c0x-178.54312c0y59.0919c1x-178.85663c1y59.024723V-178.21411 59.203869c0x1c1x-178.38121c1y59.140133V-178.18831 59.203869c0x1c1x1V-178.18831 58.710361c0x-178.28305c0y58.684521c1x1V-178.59914 58.625088c0x-178.77827c0y58.594082c1x-178.41998c1y58.656101V-179.12881 58.578579c0x-179.33208c0y58.578579c1x-178.95483c1y58.578579V-179.65849 58.63026c0x-179.81009c0y58.662983c1x-179.50864c1y58.595806V-180.05124 58.800793c0x-180.15976c0y58.880032c1x-179.94099c1y58.71983V-180.29929 59.108265c0x-180.35616c0y59.234013c1x-180.24245c1y58.982525V-180.38458 59.575939c0x1c1x-180.38458c1y59.389904 1 0 0 1 0 0 V-179.90134 60.823925c0x1c1x1V-179.90134 60.020359c0x-179.75319c0y60.028973c1x1V-179.37683 60.059116c0x-179.17702c0y60.076344c1x-179.57835c1y60.041889V-178.9014 60.134045c0x-178.76187c0y60.173664c1x-179.01854c1y60.101322V-178.56291 60.32008c0x-178.47678c0y60.40276c1x-178.64905c1y60.235676V-178.43372 60.663731c0x-178.43372c0y60.829098c1x-178.43372c1y60.517315V-178.58357 61.038387c0x-178.68349c0y61.121067c1x-178.48367c1y60.953983V-179.04091 61.162411c0x-179.21144c0y61.162411c1x-178.83594c1y61.162411V-179.50858 61.06422c0x-179.64983c0y60.997044c1x-179.36732c1y61.129681V-179.90132 60.823925c0x1c1x-179.78075c1y60.916943 1 0 0 1 0 0 V-183.12079 59.178028c0x1c1x1V-183.09499 59.178028c0x-183.02264c0y59.160801c1x1V-182.88312 59.141857c0x-182.81593c0y59.133244c1x-182.95201c1y59.148746V-182.64282 59.128941c0x-182.49297c0y59.128941c1x-182.73584c1y59.128941V-182.20874 59.22971c0x-182.06921c0y59.29517c1x-182.34827c1y59.162533V-181.80566 59.485508c0x1c1x-181.93486c1y59.380436V-181.80566 61.534481c0x1c1x1V-181.3199 61.534481c0x1c1x1V-181.3199 58.64835c0x1c1x1V-181.80566 58.64835c0x1c1x1V-181.80566 59.07468c0x-181.99858c0y58.919651c1x1V-182.31467 58.746532c0x-182.46281c0y58.681072c1x-182.16826c1y58.810268V-182.76683 58.648342c0x-182.85124c0y58.648342c1x-182.61353c1y58.648342V-182.95029 58.656139c0x-182.98814c0y58.659611c1x-182.9124c1y58.650944V-183.12082 58.679386c0x1c1x-183.045c1y58.667355 1 0 0 1 0 0 V-185.07674 61.508633c0x-184.98544c0y61.532749c1x1V-184.77702 61.568066c0x-184.67023c0y61.583561c1x-184.88554c1y61.552555V-184.49022 61.591312c0x-184.19566c0y61.591312c1x-184.57462c1y61.591312V-183.81844 61.353603c0x-183.66513c0y61.195133c1x-183.97174c1y61.512074V-183.58847 60.591373c0x1c1x-183.58847c1y60.941051V-183.58847 59.056583c0x1c1x1V-183.26031 59.056583c0x1c1x1V-183.26031 58.648342c0x1c1x1V-183.58847 58.648342c0x1c1x1V-183.58847 57.818935c0x1c1x1V-184.07423 57.818935c0x1c1x1V-184.07423 58.648342c0x1c1x1V-185.07675 58.648342c0x1c1x1V-185.07675 59.056583c0x1c1x1V-184.07423 59.056583c0x1c1x1V-184.07423 60.371746c0x-184.07423c0y60.523335c1x1V-184.08453 60.728313c0x-184.0914c0y60.812717c1x-184.07767c1y60.642185V-184.15694 60.966022c0x-184.19479c0y61.034924c1x-184.11554c1y60.891956V-184.31197 61.118465c0x-184.37915c0y61.149471c1x-184.24648c1y61.085743V-184.61685 61.164974c0x-184.69609c0y61.164974c1x-184.48077c1y61.164974V-184.8649 61.131382c0x-184.95103c0y61.107265c1x-184.77878c1y61.153774V-185.05093 61.071949c0x1c1x-185.01305c1y61.08746V-185.07674 61.071949c0x1c1x1 1 0 0 1 0 0 V-188.13341 58.648342c0x1c1x1V-186.44876 62.59901c0x1c1x1V-185.92941 62.59901c0x1c1x1V-186.46686 61.394947c0x1c1x1V-185.31706 58.648342c0x1c1x1V-185.84416 58.648342c0x1c1x1V-186.73041 60.787746c0x1c1x1V-187.6244 58.648342c0x1c1x1 1 0 0 1 0 0 V-178.32909 68.149063c0x1c1x1V-177.81749 68.149063c0x1c1x1V-177.81749 64.834015c0x1c1x1V-176.74779 67.089691c0x1c1x1V-176.4429 67.089691c0x1c1x1V-175.38095 64.834015c0x1c1x1V-175.38095 68.149063c0x1c1x1V-174.90294 68.149063c0x1c1x1V-174.90294 64.301743c0x1c1x1V-175.60057 64.301743c0x1c1x1V-176.62636 66.443741c0x1c1x1V-177.61855 64.301743c0x1c1x1V-178.3291 64.301743c0x1c1x1 1 0 0 1 0 0 V-181.78366 66.707291c0x-181.78366c0y67.177536c1x-181.78366c1y66.23703V-181.42192 67.820908c0x-181.18077c0y68.093079c1x-181.66309c1y67.548752V-180.45299 68.229156c0x-180.04474c0y68.229156c1x-180.85779c1y68.229156V-179.47888 67.820908c0x-179.23946c0y67.548752c1x-179.72005c1y68.093079V-179.11974 66.707291c0x-179.11974c0y66.23703c1x-179.11974c1y67.177536V-179.47888 65.593658c0x-179.72003c0y65.319778c1x-179.23946c1y65.865829V-180.45299 65.182831c0x-180.85779c0y65.182831c1x-180.04474c1y65.182831V-181.42192 65.593658c0x-181.66309c0y65.865829c1x-181.18076c1y65.319778 1 0 0 1 0 0 V-181.28239 66.707291c0x-181.28239c0y66.333496c1x1V-181.06276 65.87529c0x-180.91635c0y65.692703c1x-181.20918c1y66.056168V-180.45297 65.60141c0x-180.18942c0y65.60141c1x-180.71309c1y65.60141V-179.83803 65.87529c0x-179.69333c0y66.056168c1x-179.98444c1y65.692703V-179.62099 66.707291c0x-179.62099c0y67.069016c1x-179.62099c1y66.333496V-179.84061 67.531525c0x-179.98703c0y67.71756c1x-179.6942c1y67.343765V-180.45297 67.810577c0x-180.71135c0y67.810577c1x-180.19115c1y67.810577V-181.06017 67.534119c0x-181.20831c0y67.348083c1x-180.91376c1y67.71843V-181.28238 66.707291c0x1c1x-181.28238c1y67.072479 1 0 0 1 0 0 V-184.8765 68.149063c0x1c1x1V-184.39075 68.149063c0x1c1x1V-184.39075 67.846756c0x-184.25122c0y67.967331c1x1V-183.95407 68.128387c0x-183.80247c0y68.195572c1x-184.10567c1y68.061218V-183.46056 68.229156c0x-183.11606c0y68.229156c1x-183.63797c1y68.229156V-182.6389 67.831253c0x-182.43736c0y67.565979c1x-182.84216c1y68.096527V-182.33659 66.727951c0x-182.33659c0y66.483353c1x-182.33659c1y67.198212V-182.43994 66.074249c0x-182.51057c0y65.883041c1x-182.37105c1y66.265442V-182.72417 65.585907c0x-182.84131c0y65.454987c1x-182.60532c1y65.720261V-183.1324 65.286179c0x-183.28915c0y65.217285c1x-182.97739c1y65.355087V-183.61816 65.182831c0x-183.76976c0y65.182831c1x-183.45107c1y65.182831V-184.02124 65.231918c0x-184.13838c0y65.262924c1x-183.90411c1y65.199188V-184.39073 65.379196c0x1c1x-184.26154c1y65.312012V-184.39073 64.128632c0x1c1x1V-184.87648 64.128632c0x1c1x1 1 0 0 1 0 0 V-184.39075 67.438507c0x1c1x1V-184.39075 65.782272c0x-184.25984c0y65.723709c1x1V-184.03935 65.660843c0x-183.936c0y65.638443c1x-184.1427c1y65.683228V-183.70087 65.627243c0x-183.4287c0y65.627243c1x-183.82317c1y65.627243V-183.06523 65.911469c0x-182.91365c0y66.100937c1x-183.21683c1y65.721985V-182.83786 66.717621c0x-182.83786c0y67.06041c1x-182.83786c1y66.369659V-183.01357 67.500519c0x-183.13071c0y67.677933c1x-182.89642c1y67.321365V-183.57683 67.766647c0x-183.71463c0y67.766647c1x-183.31845c1y67.766647V-183.99541 67.676224c0x-184.13666c0y67.614212c1x-183.85416c1y67.736511V-184.39073 67.438507c0x1c1x-184.26843c1y67.534973 1 0 0 1 0 0 V-188.24838 66.756378c0x1c1x1V-186.1219 66.756378c0x-186.1219c0y66.933807c1x1V-186.202 67.221466c0x-186.25539c0y67.352386c1x-186.14861c1y67.088837V-186.42162 67.544449c0x-186.51118c0y67.627121c1x-186.3286c1y67.460037V-186.73943 67.730484c0x-186.86345c0y67.77182c1x-186.61713c1y67.689133V-187.14767 67.792496c0x-187.34404c0y67.792496c1x-186.99953c1y67.792496V-187.73936 67.676224c0x-187.93918c0y67.596985c1x-187.54128c1y67.753738V-188.1657 67.44368c0x1c1x-188.08128c1y67.51947V-188.1915 67.44368c0x1c1x1V-188.1915 67.973358c0x-188.02786c0y68.042267c1x1V-187.69023 68.146484c0x-187.5197c0y68.192993c1x-187.86078c1y68.099976V-187.15279 68.216248c0x-186.67392c0y68.216248c1x-187.34055c1y68.216248V-186.0314 67.828674c0x-185.76268c0y67.568558c1x-186.30013c1y68.087051V-185.62833 66.722794c0x-185.62833c0y66.250824c1x-185.62833c1y67.199936V-186.01332 65.598831c0x-186.2717c0y65.321503c1x-185.75665c1y65.87616V-187.03134 65.182846c0x-187.42064c0y65.182846c1x-186.61104c1y65.182846V-187.93051 65.523911c0x-188.14238c0y65.751282c1x-187.72037c1y65.296524V-188.24832 66.492844c0x1c1x-188.24832c1y66.074265 1 0 0 1 0 0 V-187.77554 66.384308c0x-187.77354c0y66.129379c1x1V-187.58176 65.792618c0x-187.45601c0y65.653091c1x-187.70894c1y65.932144V-187.00557 65.583328c0x-186.74545c0y65.583328c1x-187.26395c1y65.583328V-186.38286 65.813278c0x-186.22955c0y65.966583c1x-186.53789c1y65.659973V-186.1219 66.384308c0x1c1x-186.14256c1y66.156921 1 0 0 1 0 0 1 0 0 1 0 0 V-118.93105 89.431244c0x-118.93034c0y92.967148c1x-118.93106c1y85.896622V-112.53105 95.831238c0x-108.99643c0y95.831238c1x-116.06438c1y95.831947V-106.13106 89.431236c0x-106.13034c0y85.897911c1x-106.13106c1y92.965851V-112.53105 83.031235c0x-116.06567c0y83.031235c1x-108.99513c1y83.031952 1 0 0 1 0 0 1 0 0 1 0 0 V-109.20844 101.00531c0x-109.20844c0y101.355c1x1V-108.97847 101.95616c0x-108.82687c0y102.24037c1x-109.13177c1y101.67194V-108.37128 102.61761c0x-108.19557c0y102.72614c1x-108.62448c1y102.46086V-107.78217 102.85275c0x-107.56685c0y102.90099c1x-107.99921c1y102.80452V-106.9295 102.92509c0x1c1x-107.28262c1y102.92509V-105.95798 102.92509c0x1c1x1V-105.95798 99.077789c0x1c1x1V-106.91916 99.077789c0x-107.29468c0y99.077789c1x1V-107.81317 99.160461c0x-108.03539c0y99.213867c1x-107.59268c1y99.105347V-108.37643 99.382675c0x-108.63826c0y99.54631c1x-108.22313c1y99.287933V-108.9888 100.03638c0x-109.13521c0y100.30855c1x-108.84239c1y99.764221V-109.20842 101.00531c0x1c1x-109.20842c1y100.63152 1 0 0 1 0 0 V-108.67358 100.99751c0x-108.67358c0y100.69608c1x1V-108.51598 100.23529c0x-108.41089c0y100.02858c1x-108.62105c1y100.44199V-108.04572 99.746948c0x-107.89412c0y99.660812c1x-108.25414c1y99.865799V-107.56253 99.568665c0x-107.39201c0y99.53421c1x-107.73306c1y99.601395V-106.95016 99.516983c0x1c1x-107.18788c1y99.516983V-106.46957 99.516983c0x1c1x1V-106.46957 102.48579c0x1c1x1V-106.95016 102.48579c0x-107.19649c0y102.48579c1x1V-107.59354 102.43153c0x-107.77785c0y102.39536c1x-107.41095c1y102.4677V-108.09996 102.23c0x-108.29117c0y102.1077c1x-107.94666c1y102.32817V-108.52887 101.74681c0x-108.62534c0y101.547c1x-108.43413c1y101.94664V-108.67357 100.99751c0x1c1x-108.67357c1y101.29723 1 0 0 1 0 0 V-112.4563 101.48332c0x-112.4563c0y101.95357c1x-112.4563c1y101.01306V-112.09456 102.59694c0x-111.85341c0y102.86911c1x-112.33572c1y102.32478V-111.12563 103.00519c0x-110.71738c0y103.00519c1x-111.53043c1y103.00519V-110.15152 102.59694c0x-109.91208c0y102.32478c1x-110.39268c1y102.86911V-109.79236 101.48332c0x-109.79236c0y101.01306c1x-109.79236c1y101.95357V-110.15152 100.36969c0x-110.39267c0y100.09581c1x-109.91208c1y100.64186V-111.12563 99.958862c0x-111.53043c0y99.958862c1x-110.71738c1y99.958862V-112.09456 100.36969c0x-112.33572c0y100.64186c1x-111.85339c1y100.09581 1 0 0 1 0 0 V-111.95503 101.48332c0x-111.95503c0y101.10953c1x1V-111.73541 100.65132c0x-111.58899c0y100.46873c1x-111.88182c1y100.8322V-111.12563 100.37744c0x-110.86208c0y100.37744c1x-111.38573c1y100.37744V-110.51068 100.65132c0x-110.36598c0y100.8322c1x-110.65709c1y100.46873V-110.29364 101.48332c0x-110.29364c0y101.84505c1x-110.29364c1y101.10953V-110.51326 102.30756c0x-110.65968c0y102.49359c1x-110.36685c1y102.1198V-111.12563 102.58661c0x-111.384c0y102.58661c1x-110.8638c1y102.58661V-111.73282 102.31015c0x-111.88095c0y102.12411c1x-111.58641c1y102.49446V-111.95502 101.48332c0x1c1x-111.95502c1y101.84851 1 0 0 1 0 0 V-115.62148 102.92509c0x1c1x1V-115.13571 102.92509c0x1c1x1V-115.13571 101.28178c0x-115.13571c0y101.14914c1x1V-115.11252 100.90971c0x-115.09698c0y100.79257c1x-115.12798c1y101.02512V-115.02722 100.63582c0x-114.98415c0y100.56348c1x-115.06856c1y100.70128V-114.84119 100.47563c0x-114.76024c0y100.43945c1x-114.92213c1y100.51007V-114.52597 100.42137c0x-114.39333c0y100.42137c1x-114.65517c1y100.42137V-114.10997 100.51956c0x-113.96527c0y100.58502c1x-114.25467c1y100.4541V-113.69398 100.77019c0x1c1x-113.82661c1y100.66856V-113.69398 102.92509c0x1c1x1V-113.20822 102.92509c0x1c1x1V-113.20822 100.03897c0x1c1x1V-113.69398 100.03897c0x1c1x1V-113.69398 100.35936c0x-113.84557c0y100.23361c1x1V-114.16423 100.0648c0x-114.32614c0y99.994186c1x-114.00232c1y100.13544V-114.6629 99.958878c0x-114.97469c0y99.958878c1x-114.49237c1y99.958878V-115.37604 100.24051c0x-115.53967c0y100.42827c1x-115.21239c1y100.05275V-115.62149 101.05183c0x1c1x-115.62149c1y100.69872 1 0 0 1 0 0 V-117.07617 98.904663c0x1c1x1V-116.96507 100.4007c0x1c1x1V-116.61368 100.4007c0x1c1x1V-116.50256 98.904663c0x1c1x1 1 0 0 1 0 0 V-119.47653 102.89925c0x-119.38524c0y102.92337c1x1V-119.17682 102.95868c0x-119.07002c0y102.97418c1x-119.28534c1y102.94318V-118.89001 102.98193c0x-118.59546c0y102.98193c1x-118.97441c1y102.98193V-118.21822 102.74422c0x-118.06491c0y102.58575c1x-118.37152c1y102.90269V-117.98825 101.98199c0x1c1x-117.98825c1y102.33167V-117.98825 100.4472c0x1c1x1V-117.66011 100.4472c0x1c1x1V-117.66011 100.03896c0x1c1x1V-117.98825 100.03896c0x1c1x1V-117.98825 99.209549c0x1c1x1V-118.47401 99.209549c0x1c1x1V-118.47401 100.03896c0x1c1x1V-119.47653 100.03896c0x1c1x1V-119.47653 100.4472c0x1c1x1V-118.47401 100.4472c0x1c1x1V-118.47401 101.76236c0x-118.47401c0y101.91396c1x1V-118.48431 102.11893c0x-118.49118c0y102.20334c1x-118.47745c1y102.03281V-118.55661 102.35664c0x-118.59447c0y102.42554c1x-118.51527c1y102.28258V-118.71164 102.50908c0x-118.77882c0y102.54008c1x-118.64615c1y102.47636V-119.01653 102.55559c0x-119.09576c0y102.55559c1x-118.88045c1y102.55559V-119.26457 102.522c0x-119.35071c0y102.49788c1x-119.17845c1y102.54439V-119.45061 102.46257c0x1c1x-119.41272c1y102.47807V-119.47641 102.46257c0x1c1x1 1 0 0 1 0 0 V-108.0948 106.14713c0x1c1x1V-106.72021 106.14713c0x1c1x1V-106.72021 109.53969c0x1c1x1V-106.20862 109.53969c0x1c1x1V-106.20862 106.14713c0x1c1x1V-104.83403 106.14713c0x1c1x1V-104.83403 105.69237c0x1c1x1V-108.0948 105.69237c0x1c1x1 1 0 0 1 0 0 V-110.46417 108.0979c0x-110.46417c0y108.56816c1x-110.46417c1y107.62766V-110.10243 109.21153c0x-109.86128c0y109.48369c1x-110.3436c1y108.93936V-109.1335 109.61977c0x-108.72525c0y109.61977c1x-109.5383c1y109.61977V-108.15939 109.21153c0x-107.91997c0y108.93936c1x-108.40056c1y109.48369V-107.80025 108.0979c0x-107.80025c0y107.62766c1x-107.80025c1y108.56816V-108.15939 106.98428c0x-108.40054c0y106.71039c1x-107.91997c1y107.25644V-109.1335 106.57346c0x-109.5383c0y106.57346c1x-108.72525c1y106.57346V-110.10243 106.98428c0x-110.3436c0y107.25644c1x-109.86127c1y106.71039 1 0 0 1 0 0 V-109.96291 108.0979c0x-109.96291c0y107.72411c1x1V-109.74327 107.26591c0x-109.59686c0y107.08331c1x-109.88969c1y107.44678V-109.13348 106.99202c0x-108.86993c0y106.99202c1x-109.3936c1y106.99202V-108.51854 107.26591c0x-108.37384c0y107.44678c1x-108.66495c1y107.08331V-108.3015 108.0979c0x-108.3015c0y108.45964c1x-108.3015c1y107.72411V-108.52112 108.92215c0x-108.66754c0y109.10818c1x-108.37471c1y108.73439V-109.13348 109.2012c0x-109.39186c0y109.2012c1x-108.87166c1y109.2012V-109.74068 108.92473c0x-109.88882c0y108.73869c1x-109.59427c1y109.10904V-109.96289 108.09792c0x1c1x-109.96289c1y108.46309 1 0 0 1 0 0 V-113.60867 109.53967c0x1c1x1V-113.12291 109.53967c0x1c1x1V-113.12291 109.21928c0x-112.95927c0y109.34846c1x1V-112.65266 109.51642c0x-112.50281c0y109.58533c1x-112.80252c1y109.44753V-112.15657 109.61978c0x-111.85341c0y109.61978c1x-112.33743c1y109.61978V-111.44859 109.34331c0x-111.27979c0y109.15727c1x-111.61742c1y109.52762V-111.19539 108.52682c0x1c1x-111.19539c1y108.88512V-111.19539 106.65355c0x1c1x1V-111.68115 106.65355c0x1c1x1V-111.68115 108.29686c0x-111.68115c0y108.44328c1x1V-111.70186 108.6741c0x-111.71567c0y108.77745c1x-111.68805c1y108.56903V-111.78976 108.94023c0x-111.83629c0y109.01602c1x-111.74496c1y108.86617V-111.97063 109.10561c0x-112.04469c0y109.14006c1x-111.89658c1y109.07115V-112.29359 109.15729c0x-112.41934c0y109.15729c1x-112.15234c1y109.15729V-112.70442 109.0591c0x-112.85428c0y108.99364c1x-112.55627c1y109.12456V-113.123 108.80846c0x1c1x-112.9938c1y108.9101V-113.123 106.65355c0x1c1x1V-113.60876 106.65355c0x1c1x1 1 0 0 1 0 0 V-116.69893 109.35881c0x-116.53702c0y109.43633c1x1V-116.23643 109.53967c0x-116.09174c0y109.58275c1x-116.38284c1y109.49661V-115.77393 109.60428c0x-115.56551c0y109.60428c1x-115.93758c1y109.60428V-115.20033 109.51384c0x-115.02635c0y109.45183c1x-115.3743c1y109.57413V-114.75333 109.23479c0x-114.62758c0y109.11076c1x-114.87735c1y109.35881V-114.46135 108.76454c0x-114.39246c0y108.57506c1x-114.53026c1y108.95401V-114.358 108.10049c0x-114.358c0y107.62852c1x-114.358c1y108.35371V-114.74557 106.98946c0x-115.00569c0y106.72073c1x-114.4872c1y107.25816V-115.77394 106.58638c0x-115.9393c0y106.58638c1x-115.34848c1y106.58638V-116.2597 106.65614c0x-116.41991c0y106.70265c1x-116.10123c1y106.60963V-116.69896 106.82668c0x1c1x-116.56631c1y106.75949V-116.69896 107.36668c0x1c1x1V-116.67316 107.36668c0x-116.52502c0y107.25128c1x1V-116.21324 107.10056c0x-116.05649c0y107.03854c1x-116.37172c1y107.16257V-115.75333 107.00754c0x-115.47772c0y107.00754c1x-115.90318c1y107.00754V-115.09962 107.28659c0x-114.94115c0y107.4709c1x-115.25983c1y107.10056V-114.86191 108.10049c0x-114.86191c0y108.44844c1x-114.86191c1y107.7422V-115.09445 108.90405c0x-115.25121c0y109.09009c1x-114.93942c1y108.71631V-115.75333 109.18311c0x-115.85152c0y109.18311c1x-115.47083c1y109.18311V-116.05305 109.14435c0x-116.15468c0y109.11852c1x-115.95142c1y109.1702V-116.32693 109.04358c0x-116.39757c0y109.00742c1x-116.24597c1y109.08493V-116.52589 108.9299c0x-116.58789c0y108.88855c1x-116.46388c1y108.96951V-116.67316 108.82396c0x1c1x-116.63698c1y108.85324V-116.69896 108.82396c0x1c1x1 1 0 0 1 0 0 V-119.73492 109.53967c0x1c1x1V-119.24916 109.53967c0x1c1x1V-119.24916 107.89636c0x-119.24916c0y107.76373c1x1V-119.22586 107.52429c0x-119.2104c0y107.40717c1x-119.24139c1y107.63971V-119.14056 107.25041c0x-119.09749c0y107.17805c1x-119.18196c1y107.31587V-118.95453 107.09021c0x-118.87357c0y107.05405c1x-119.03548c1y107.12466V-118.6393 107.03595c0x-118.50667c0y107.03595c1x-118.76849c1y107.03595V-118.22331 107.13414c0x-118.07861c0y107.1996c1x-118.36801c1y107.06868V-117.80731 107.38478c0x1c1x-117.93996c1y107.28314V-117.80731 109.53969c0x1c1x1V-117.32155 109.53969c0x1c1x1V-117.32155 105.51926c0x1c1x1V-117.80731 105.51926c0x1c1x1V-117.80731 106.97395c0x-117.95891c0y106.84821c1x1V-118.27757 106.6794c0x-118.43948c0y106.60876c1x-118.11566c1y106.75002V-118.77625 106.57346c0x-119.08803c0y106.57346c1x-118.60571c1y106.57346V-119.48938 106.8551c0x-119.65303c0y107.04286c1x-119.32573c1y106.66734V-119.73485 107.66641c0x1c1x-119.73485c1y107.31329 1 0 0 1 0 0 1 0 0 1 0 0 V-187.86438 89.431244c0x-187.86368c0y92.967148c1x-187.8644c1y85.896622V-181.46439 95.831238c0x-177.92976c0y95.831238c1x-184.99771c1y95.831947V-175.06439 89.431236c0x-175.06367c0y85.897911c1x-175.06439c1y92.965851V-181.46439 83.031235c0x-184.99901c0y83.031235c1x-177.92847c1y83.031952 1 0 0 1 0 0 1 0 0 1 0 0 V-174.31898 102.92509c0x1c1x1V-173.7738 102.92509c0x1c1x1V-173.39656 101.8528c0x1c1x1V-171.73257 101.8528c0x1c1x1V-171.35533 102.92509c0x1c1x1V-170.83598 102.92509c0x1c1x1V-172.23642 99.077774c0x1c1x1V-172.91855 99.077774c0x1c1x1 1 0 0 1 0 0 V-173.23895 101.41356c0x1c1x1V-172.56458 99.52478c0x1c1x1V-171.88762 101.41356c0x1c1x1 1 0 0 1 0 0 V-176.99843 102.74422c0x-176.83652c0y102.82173c1x1V-176.53592 102.92509c0x-176.39122c0y102.96815c1x-176.68234c1y102.88202V-176.07343 102.98969c0x-175.86501c0y102.98969c1x-176.23706c1y102.98969V-175.49982 102.89925c0x-175.32584c0y102.83723c1x-175.6738c1y102.95953V-175.05281 102.62019c0x-174.92706c0y102.49617c1x-175.17683c1y102.74422V-174.76083 102.14995c0x-174.69193c0y101.96046c1x-174.82974c1y102.33942V-174.65747 101.4859c0x-174.65747c0y101.01393c1x-174.65747c1y101.73912V-175.04504 100.37486c0x-175.30516c0y100.10614c1x-174.78667c1y100.64357V-176.07341 99.971786c0x-176.23877c0y99.971786c1x-175.64795c1y99.971786V-176.55917 100.04155c0x-176.71938c0y100.08806c1x-176.4007c1y99.995041V-176.99843 100.21208c0x1c1x-176.86578c1y100.1449V-176.99843 100.75209c0x1c1x1V-176.97263 100.75209c0x-176.82448c0y100.63669c1x1V-176.51271 100.48596c0x-176.35596c0y100.42395c1x-176.67117c1y100.54797V-176.0528 100.39294c0x-175.77719c0y100.39294c1x-176.20265c1y100.39294V-175.39908 100.672c0x-175.2406c0y100.85631c1x-175.55928c1y100.48596V-175.16136 101.4859c0x-175.16136c0y101.83385c1x-175.16136c1y101.12761V-175.39391 102.28946c0x-175.55066c0y102.47549c1x-175.23888c1y102.10172V-176.05278 102.56851c0x-176.15097c0y102.56851c1x-175.77028c1y102.56851V-176.35249 102.52975c0x-176.45413c0y102.50392c1x-176.25087c1y102.5556V-176.62639 102.42899c0x-176.69701c0y102.39282c1x-176.54543c1y102.47034V-176.82533 102.31531c0x-176.88733c0y102.27396c1x-176.76332c1y102.35492V-176.97261 102.20937c0x1c1x-176.93643c1y102.23865V-176.99841 102.20937c0x1c1x1 1 0 0 1 0 0 V-179.11974 102.89925c0x-179.02844c0y102.92337c1x1V-178.82001 102.95868c0x-178.71321c0y102.97418c1x-178.92853c1y102.94318V-178.5332 102.98193c0x-178.23865c0y102.98193c1x-178.61761c1y102.98193V-177.86142 102.74422c0x-177.70811c0y102.58575c1x-178.01472c1y102.90269V-177.63145 101.98199c0x1c1x-177.63145c1y102.33167V-177.63145 100.4472c0x1c1x1V-177.3033 100.4472c0x1c1x1V-177.3033 100.03896c0x1c1x1V-177.63145 100.03896c0x1c1x1V-177.63145 99.209549c0x1c1x1V-178.1172 99.209549c0x1c1x1V-178.1172 100.03896c0x1c1x1V-179.11974 100.03896c0x1c1x1V-179.11974 100.4472c0x1c1x1V-178.1172 100.4472c0x1c1x1V-178.1172 101.76236c0x-178.1172c0y101.91396c1x1V-178.1275 102.11893c0x-178.13437c0y102.20334c1x-178.12064c1y102.03281V-178.19991 102.35664c0x-178.23776c0y102.42554c1x-178.15851c1y102.28258V-178.35493 102.50908c0x-178.4221c0y102.54008c1x-178.28944c1y102.47636V-178.65982 102.55559c0x-178.73906c0y102.55559c1x-178.52373c1y102.55559V-178.90787 102.522c0x-178.994c0y102.49788c1x-178.82173c1y102.54439V-179.0939 102.46257c0x1c1x-179.05602c1y102.47807V-179.11971 102.46257c0x1c1x1 1 0 0 1 0 0 V-180.2282 99.555786c0x1c1x1V-179.68042 99.555786c0x1c1x1V-179.68042 99.051941c0x1c1x1V-180.2282 99.051941c0x1c1x1 1 0 0 1 0 0 V-180.19719 102.92509c0x1c1x1V-179.71143 102.92509c0x1c1x1V-179.71143 100.03896c0x1c1x1V-180.19719 100.03896c0x1c1x1 1 0 0 1 0 0 V-183.65436 100.03896c0x1c1x1V-182.48647 102.92509c0x1c1x1V-181.99812 102.92509c0x1c1x1V-180.83798 100.03896c0x1c1x1V-181.36508 100.03896c0x1c1x1V-182.25908 102.33598c0x1c1x1V-183.14532 100.03896c0x1c1x1 1 0 0 1 0 0 V-186.42937 102.92509c0x1c1x1V-185.9462 102.92509c0x1c1x1V-185.9462 102.61761c0x-185.90312c0y102.64691c1x1V-185.77049 102.74164c0x-185.69815c0y102.79332c1x-185.84456c1y102.68825V-185.55862 102.86566c0x-185.47766c0y102.90529c1x-185.62752c1y102.83467V-185.27957 102.96385c0x-185.1745c0y102.99142c1x-185.38464c1y102.93802V-184.9101 103.0052c0x-184.64998c0y103.0052c1x-185.05135c1y103.0052V-184.24864 102.74681c0x-184.06778c0y102.57455c1x-184.4295c1y102.91907V-183.97734 102.08794c0x-183.97734c0y101.86917c1x-183.97734c1y102.35493V-184.11687 101.55826c0x-184.21161c0y101.42216c1x-184.02385c1y101.69261V-184.51994 101.23785c0x-184.69565c0y101.16034c1x-184.34596c1y101.31537V-185.15297 101.08025c0x-185.39929c0y101.05267c1x-184.90665c1y101.1078V-185.94621 101.01823c0x1c1x-185.66371c1y101.03201V-185.94621 100.9433c0x-185.94621c0y100.83305c1x1V-185.88681 100.66942c0x-185.84895c0y100.59706c1x-185.92641c1y100.74176V-185.72145 100.49889c0x-185.65254c0y100.45926c1x-185.79382c1y100.54022V-185.4734 100.41878c0x-185.37694c0y100.405c1x-185.56985c1y100.43256V-185.1711 100.39812c0x-185.04364c0y100.39812c1x-185.27617c1y100.39812V-184.74477 100.4498c0x-184.58801c0y100.48251c1x-184.90152c1y100.41534V-184.259 100.59448c0x1c1x-184.4261c1y100.53075V-184.2332 100.59448c0x1c1x1V-184.2332 100.10098c0x-184.32794c0y100.07513c1x1V-184.64403 100.0157c0x-184.82318c0y99.984695c1x-184.46487c1y100.04672V-185.17372 99.969193c0x-185.37698c0y99.969193c1x-184.99974c1y99.969193V-185.7034 100.02087c0x-185.855c0y100.0536c1x-185.55354c1y99.98642V-186.09615 100.19141c0x-186.20467c0y100.27065c1x-185.9859c1y100.11044V-186.34419 100.49889c0x-186.40106c0y100.62463c1x-186.28735c1y100.37314V-186.42949 100.96655c0x1c1x-186.42949c1y100.78052 1 0 0 1 0 0 V-185.9462 102.21454c0x1c1x1V-185.9462 101.41098c0x-185.79805c0y101.41959c1x1V-185.42168 101.44974c0x-185.22186c0y101.46696c1x-185.62321c1y101.43251V-184.94626 101.52466c0x-184.80673c0y101.56429c1x-185.0634c1y101.49194V-184.60777 101.71069c0x-184.52164c0y101.79338c1x-184.69391c1y101.6263V-184.47858 102.05435c0x-184.47858c0y102.21971c1x-184.47858c1y101.90793V-184.62843 102.429c0x-184.72833c0y102.51169c1x-184.52853c1y102.3446V-185.08577 102.55302c0x-185.25629c0y102.55302c1x-184.88078c1y102.55302V-185.55344 102.45483c0x-185.69469c0y102.38766c1x-185.41219c1y102.52029V-185.94618 102.21454c0x1c1x-185.82559c1y102.30756 1 0 0 1 0 0 V-188.86333 102.89925c0x-188.77203c0y102.92337c1x1V-188.56361 102.95868c0x-188.45682c0y102.97418c1x-188.67213c1y102.94318V-188.27681 102.98193c0x-187.98225c0y102.98193c1x-188.36121c1y102.98193V-187.60501 102.74422c0x-187.45171c0y102.58575c1x-187.75832c1y102.90269V-187.37505 101.98199c0x1c1x-187.37505c1y102.33167V-187.37505 100.4472c0x1c1x1V-187.04691 100.4472c0x1c1x1V-187.04691 100.03896c0x1c1x1V-187.37505 100.03896c0x1c1x1V-187.37505 99.209549c0x1c1x1V-187.86081 99.209549c0x1c1x1V-187.86081 100.03896c0x1c1x1V-188.86333 100.03896c0x1c1x1V-188.86333 100.4472c0x1c1x1V-187.86081 100.4472c0x1c1x1V-187.86081 101.76236c0x-187.86081c0y101.91396c1x1V-187.87111 102.11893c0x-187.87798c0y102.20334c1x-187.86424c1y102.03281V-187.94341 102.35664c0x-187.98126c0y102.42554c1x-187.90207c1y102.28258V-188.09843 102.50908c0x-188.16562c0y102.54008c1x-188.03294c1y102.47636V-188.40332 102.55559c0x-188.48256c0y102.55559c1x-188.26724c1y102.55559V-188.65137 102.522c0x-188.7375c0y102.49788c1x-188.56525c1y102.54439V-188.8374 102.46257c0x1c1x-188.79951c1y102.47807V-188.8632 102.46257c0x1c1x1 1 0 0 1 0 0 V-191.86574 101.53241c0x1c1x1V-189.73924 101.53241c0x-189.73924c0y101.70984c1x1V-189.81934 101.9975c0x-189.87273c0y102.12842c1x-189.76595c1y101.86487V-190.03896 102.32048c0x-190.12852c0y102.40315c1x-189.94594c1y102.23607V-190.35677 102.50652c0x-190.48079c0y102.54785c1x-190.23447c1y102.46516V-190.76501 102.56853c0x-190.96138c0y102.56853c1x-190.61687c1y102.56853V-191.3567 102.45226c0x-191.55652c0y102.37302c1x-191.15862c1y102.52977V-191.78304 102.21971c0x1c1x-191.69864c1y102.2955V-191.80884 102.21971c0x1c1x1V-191.80884 102.74939c0x-191.6452c0y102.8183c1x1V-191.30757 102.92252c0x-191.13704c0y102.96902c1x-191.47812c1y102.87601V-190.77014 102.99228c0x-190.29128c0y102.99228c1x-190.9579c1y102.99228V-189.64876 102.60471c0x-189.38004c0y102.34459c1x-189.91748c1y102.86308V-189.24568 101.49883c0x-189.24568c0y101.02684c1x-189.24568c1y101.97597V-189.63068 100.37486c0x-189.88905c0y100.09753c1x-189.37401c1y100.65219V-190.64871 99.958862c0x-191.03801c0y99.958862c1x-190.22841c1y99.958862V-191.54788 100.29993c0x-191.75975c0y100.52731c1x-191.33772c1y100.07256V-191.86569 101.26886c0x1c1x-191.86569c1y100.85028 1 0 0 1 0 0 V-191.3929 101.16034c0x-191.3909c0y100.90541c1x1V-191.19911 100.56865c0x-191.07336c0y100.42912c1x-191.32629c1y100.70818V-190.62292 100.35936c0x-190.36281c0y100.35936c1x-190.8813c1y100.35936V-190.00023 100.58931c0x-189.84692c0y100.74261c1x-190.15524c1y100.436V-189.73926 101.16034c0x1c1x-189.75993c1y100.93295 1 0 0 1 0 0 V-176.64056 109.53967c0x1c1x1V-176.00752 109.53967c0x1c1x1V-174.18335 106.09802c0x1c1x1V-174.18335 109.53967c0x1c1x1V-173.70535 109.53967c0x1c1x1V-173.70535 105.69237c0x1c1x1V-174.49858 105.69237c0x1c1x1V-176.16257 108.83429c0x1c1x1V-176.16257 105.69237c0x1c1x1V-176.64058 105.69237c0x1c1x1 1 0 0 1 0 0 V-178.14693 106.17038c0x1c1x1V-177.59915 106.17038c0x1c1x1V-177.59915 105.66653c0x1c1x1V-178.14693 105.66653c0x1c1x1 1 0 0 1 0 0 V-178.11592 109.53969c0x1c1x1V-177.63016 109.53969c0x1c1x1V-177.63016 106.65355c0x1c1x1V-178.11592 106.65355c0x1c1x1 1 0 0 1 0 0 V-181.4904 109.53967c0x1c1x1V-181.00464 109.53967c0x1c1x1V-181.00464 107.89636c0x-181.00464c0y107.76373c1x1V-180.98134 107.52429c0x-180.96581c0y107.40717c1x-180.99687c1y107.63971V-180.89604 107.25041c0x-180.85297c0y107.17805c1x-180.93738c1y107.31587V-180.71001 107.09021c0x-180.62904c0y107.05405c1x-180.79095c1y107.12466V-180.39478 107.03595c0x-180.26215c0y107.03595c1x-180.52397c1y107.03595V-179.97879 107.13414c0x-179.83409c0y107.1996c1x-180.12349c1y107.06868V-179.56279 107.38478c0x1c1x-179.69543c1y107.28314V-179.56279 109.53969c0x1c1x1V-179.07703 109.53969c0x1c1x1V-179.07703 106.65355c0x1c1x1V-179.56279 106.65355c0x1c1x1V-179.56279 106.97395c0x-179.71439c0y106.84821c1x1V-180.03305 106.6794c0x-180.19496c0y106.60876c1x-179.87114c1y106.75002V-180.53172 106.57346c0x-180.84351c0y106.57346c1x-180.36119c1y106.57346V-181.24486 106.8551c0x-181.40851c0y107.04286c1x-181.08121c1y106.66734V-181.49033 107.66641c0x1c1x-181.49033c1y107.31329 1 0 0 1 0 0 V-183.32491 106.17038c0x1c1x1V-182.77713 106.17038c0x1c1x1V-182.77713 105.66653c0x1c1x1V-183.32491 105.66653c0x1c1x1 1 0 0 1 0 0 V-183.2939 109.60945c0x-183.2939c0y109.94707c1x1V-183.03552 110.37425c0x-182.86327c0y110.54651c1x-183.20778c1y110.20201V-182.34306 110.63264c0x-182.27415c0y110.63264c1x-182.63245c1y110.63264V-182.06917 110.61197c0x-181.9572c0y110.59819c1x-182.18286c1y110.62575V-181.78754 110.56029c0x1c1x-181.86333c1y110.58096V-181.78754 110.09779c0x1c1x1V-181.81334 110.09779c0x-181.8616c0y110.11673c1x1V-182.00713 110.16238c0x-182.08981c0y110.18651c1x-181.92621c1y110.13828V-182.24742 110.19856c0x-182.37144c0y110.19856c1x-182.16991c1y110.19856V-182.54713 110.14688c0x-182.62292c0y110.11243c1x-182.47134c1y110.18134V-182.71767 109.99185c0x-182.75552c0y109.92294c1x-182.67978c1y110.06075V-182.79007 109.74121c0x-182.80214c0y109.64476c1x-182.77966c1y109.8394V-182.80817 109.38724c0x1c1x-182.80817c1y109.52676V-182.80817 107.0618c0x1c1x1V-182.20613 107.0618c0x1c1x1V-182.20613 106.65355c0x1c1x1V-183.29391 106.65355c0x1c1x1 1 0 0 1 0 0 V-186.4901 109.53967c0x1c1x1V-186.00693 109.53967c0x1c1x1V-186.00693 109.23221c0x-185.96385c0y109.26149c1x1V-185.83122 109.35623c0x-185.75888c0y109.4079c1x-185.90529c1y109.30283V-185.61934 109.48026c0x-185.53839c0y109.51987c1x-185.68825c1y109.44923V-185.34029 109.57845c0x-185.23521c0y109.606c1x-185.44537c1y109.5526V-184.97081 109.61978c0x-184.71069c0y109.61978c1x-185.11206c1y109.61978V-184.30936 109.3614c0x-184.12848c0y109.18915c1x-184.49022c1y109.53366V-184.03804 108.70253c0x-184.03804c0y108.48376c1x-184.03804c1y108.96951V-184.17757 108.17284c0x-184.27231c0y108.03676c1x-184.08455c1y108.30721V-184.58064 107.85245c0x-184.75635c0y107.77493c1x-184.40666c1y107.92996V-185.21367 107.69482c0x-185.45999c0y107.66727c1x-184.96735c1y107.7224V-186.00691 107.63281c0x1c1x-185.72441c1y107.64659V-186.00691 107.55789c0x-186.00691c0y107.44765c1x1V-185.94751 107.284c0x-185.90965c0y107.21165c1x-185.98711c1y107.35635V-185.78215 107.11346c0x-185.71324c0y107.07385c1x-185.85452c1y107.15482V-185.5341 107.03337c0x-185.43764c0y107.01959c1x-185.63055c1y107.04715V-185.2318 107.0127c0x-185.10434c0y107.0127c1x-185.33687c1y107.0127V-184.80547 107.06438c0x-184.64871c0y107.09711c1x-184.96222c1y107.02992V-184.3197 107.20908c0x1c1x-184.4868c1y107.14534V-184.2939 107.20908c0x1c1x1V-184.2939 106.71556c0x-184.38864c0y106.68973c1x1V-184.70473 106.63029c0x-184.88388c0y106.59929c1x-184.52557c1y106.6613V-185.23442 106.58379c0x-185.43768c0y106.58379c1x-185.06044c1y106.58379V-185.7641 106.63547c0x-185.9157c0y106.66818c1x-185.61424c1y106.60101V-186.15685 106.806c0x-186.26537c0y106.88524c1x-186.0466c1y106.72504V-186.40489 107.11346c0x-186.46176c0y107.23921c1x-186.34805c1y106.98773V-186.49019 107.58115c0x1c1x-186.49019c1y107.39511 1 0 0 1 0 0 V-186.00693 108.82913c0x1c1x1V-186.00693 108.02556c0x-185.85878c0y108.03418c1x1V-185.48241 108.06432c0x-185.28259c0y108.08154c1x-185.68394c1y108.04709V-185.00699 108.13925c0x-184.86746c0y108.17886c1x-185.12413c1y108.10652V-184.6685 108.32529c0x-184.58237c0y108.40796c1x-184.75464c1y108.24088V-184.53931 108.66893c0x-184.53931c0y108.8343c1x-184.53931c1y108.52252V-184.68916 109.04359c0x-184.78906c0y109.12627c1x-184.58926c1y108.95918V-185.1465 109.16762c0x-185.31702c0y109.16762c1x-184.94151c1y109.16762V-185.61417 109.06943c0x-185.75542c0y109.00224c1x-185.47292c1y109.13489V-186.00691 108.82913c0x1c1x-185.88632c1y108.92215 1 0 0 1 0 0 V-189.48734 108.70769c0x-189.48734c0y108.97124c1x1V-189.15918 109.35622c0x-188.94214c0y109.52502c1x-189.37794c1y109.18741V-188.26776 109.60944c0x-188.05417c0y109.60944c1x-188.645c1y109.60944V-187.67865 109.5345c0x-187.50124c0y109.48283c1x-187.8578c1y109.58446V-187.23164 109.36656c0x1c1x-187.35223c1y109.42685V-187.23164 108.82137c0x1c1x1V-187.25745 108.82137c0x-187.41075c0y108.93678c1x1V-187.76904 109.09784c0x-187.9568c0y109.16501c1x-187.58128c1y109.02893V-188.30905 109.19861c0x-188.52266c0y109.19861c1x-188.1368c1y109.19861V-188.81032 109.09525c0x-188.93089c0y109.02635c1x-188.68974c1y109.16415V-188.99118 108.76968c0x-188.99118c0y108.65601c1x-188.99118c1y108.91783V-188.89297 108.51131c0x-188.8275c0y108.45273c1x-188.95845c1y108.56987V-188.51573 108.36143c0x-188.44684c0y108.34595c1x-188.70175c1y108.40279V-188.24443 108.30717c0x-188.13419c0y108.2865c1x-188.3564c1y108.32785V-187.94212 108.24001c0x-187.6889c0y108.17282c1x-188.03342c1y108.26411V-187.4021 107.94545c0x-187.29703c0y107.81453c1x-187.5089c1y108.07463V-187.24449 107.46486c0x-187.24449c0y107.34599c1x-187.24449c1y107.65433V-187.31689 107.12895c0x-187.36684c0y107.02388c1x-187.26863c1y107.23404V-187.54169 106.84732c0x-187.63814c0y106.76636c1x-187.44176c1y106.92999V-187.90858 106.65611c0x-188.05844c0y106.60788c1x-187.76044c1y106.70262V-188.40985 106.58377c0x-188.58211c0y106.58377c1x-188.22554c1y106.58377V-188.93179 106.64836c0x-189.10921c0y106.68971c1x-188.75609c1y106.6053V-189.37363 106.80081c0x1c1x-189.25648c1y106.74052V-189.37363 107.32016c0x1c1x1V-189.34782 107.32016c0x-189.2238c0y107.22887c1x1V-188.89566 107.09019c0x-188.71825c0y107.02647c1x-189.07307c1y107.15221V-188.37373 106.9946c0x-188.19632c0y106.9946c1x-188.54427c1y106.9946V-187.92415 107.09796c0x-187.80185c0y107.16513c1x-188.04645c1y107.02905V-187.74069 107.40027c0x-187.74069c0y107.51912c1x-187.74069c1y107.2659V-187.85181 107.66898c0x-187.92415c0y107.72926c1x-187.77773c1y107.60869V-188.2032 107.81625c0x-188.29277c0y107.83693c1x-188.04129c1y107.77837V-188.50291 107.87827c0x-188.61488c0y107.89894c1x-188.39267c1y107.8576V-188.78197 107.9351c0x-189.00763c0y107.98679c1x-188.7079c1y107.91789V-189.30391 108.20125c0x-189.42621c0y108.3287c1x-189.18161c1y108.07549V-189.48737 108.70767c0x1c1x-189.48737c1y108.49753 1 0 0 1 0 0 1 0 0 1 0 0 V-84.464378 172.21246c0x-84.463676c0y175.74838c1x-84.464394c1y168.67786V-78.064384 178.61247c0x-74.529762c0y178.61246c1x-81.59771c1y178.61317V-71.664391 172.21246c0x-71.663673c0y168.67914c1x-71.664391c1y175.74709V-78.064384 165.81247c0x-81.599007c0y165.81247c1x-74.528465c1y165.81319 1 0 0 1 0 0 1 0 0 1 0 0 V-70.527534 185.4221c0x-70.31739c0y185.51855c1x1V-69.837654 185.67532c0x-69.589607c0y185.74594c1x-70.087425c1y185.60297V-69.116768 185.78125c0x-68.817039c0y185.78125c1x-69.349312c1y185.78125V-68.292534 185.65723c0x-68.042763c0y185.57455c1x-68.542305c1y185.7399V-67.65432 185.28516c0x-67.476906c0y185.11807c1x-67.830025c1y185.45053V-67.243507 184.65988c0x-67.147041c0y184.40839c1x-67.339958c1y184.90964V-67.098808 183.77879c0x-67.098808c0y183.16385c1x-67.098808c1y184.11469V-67.636253 182.3241c0x-67.996269c0y181.96753c1x-67.277962c1y182.67896V-69.116783 181.78925c0x-69.335548c0y181.78925c1x-68.489784c1y181.78925V-69.785988 181.86935c0x-70.015083c0y181.92102c1x-69.558617c1y181.81595V-70.524956 182.13548c0x1c1x-70.261406c1y182.00974V-70.524956 182.74268c0x1c1x1V-70.478462 182.74268c0x-70.425072c0y182.70134c1x1V-70.245918 182.5799c0x-70.144279c0y182.51273c1x-70.347557c1y182.64708V-69.94619 182.41196c0x-69.827339c0y182.35855c1x-70.04438c1y182.45674V-69.540535 182.28018c0x-69.390678c0y182.24402c1x-69.692116c1y182.31464V-69.028938 182.22592c0x-68.598289c0y182.22592c1x-69.220146c1y182.22592V-68.005745 182.64191c0x-67.755974c0y182.91753c1x-68.257225c1y182.36459V-67.631096 183.76331c0x-67.631096c0y184.26111c1x-67.631096c1y183.29132V-68.023842 184.92603c0x-68.285667c0y185.20163c1x-67.762016c1y184.64868V-69.093544 185.33943c0x-69.258904c0y185.33943c1x-68.642235c1y185.33943V-69.587059 185.29034c0x-69.752419c0y185.25763c1x-69.423409c1y185.32306V-70.021156 185.16373c0x1c1x-69.897118c1y185.21542V-70.021156 184.22064c0x1c1x1V-68.990211 184.22064c0x1c1x1V-68.990211 183.77106c0x1c1x1V-70.52758 183.77106c0x1c1x1 B0 1B1 2B2 3B3 4B4 5B5 6B6 7B7 8B8 9B9 10L10 11L11 12B12 13B13 14B14 15B15 16B16 17B17 18B18 19B19 20B20 21B21 22L22 23L23 24L24 25L25 26L26 0 1 0 0 1 0 0 V-73.183708 183.34988c0x1c1x1V-73.157906 183.34988c0x-73.085564c0y183.33264c1x1V-72.946022 183.31371c0x-72.878838c0y183.30508c1x-73.014931c1y183.32059V-72.705727 183.30078c0x-72.55587c0y183.30078c1x-72.798744c1y183.30078V-72.271645 183.40155c0x-72.132118c0y183.46701c1x-72.411171c1y183.33438V-71.868568 183.65735c0x1c1x-71.997765c1y183.55228V-71.868568 185.70633c0x1c1x1V-71.382805 185.70633c0x1c1x1V-71.382805 182.82019c0x1c1x1V-71.868568 182.82019c0x1c1x1V-71.868568 183.24652c0x-72.061485c0y183.09149c1x1V-72.377571 182.91838c0x-72.525719c0y182.85292c1x-72.231163c1y182.98212V-72.829735 182.82019c0x-72.914146c0y182.82019c1x-72.67643c1y182.82019V-73.013191 182.82799c0x-73.051048c0y182.83145c1x-72.975304c1y182.82278V-73.183723 182.85123c0x1c1x-73.107903c1y182.8392 1 0 0 1 0 0 V-76.056938 184.31364c0x1c1x1V-73.930443 184.31364c0x-73.930443c0y184.49106c1x1V-74.010536 184.77873c0x-74.063927c0y184.90964c1x-73.957146c1y184.64609V-74.230156 185.10172c0x-74.319725c0y185.18439c1x-74.137138c1y185.0173V-74.547966 185.28775c0x-74.671989c0y185.32909c1x-74.425667c1y185.2464V-74.956215 185.34976c0x-75.15258c0y185.34976c1x-74.808067c1y185.34976V-75.547905 185.23349c0x-75.747719c0y185.15424c1x-75.349815c1y185.311V-75.974236 185.00095c0x1c1x-75.889839c1y185.07672V-76.000038 185.00095c0x1c1x1V-76.000038 185.53062c0x-75.836403c0y185.59952c1x1V-75.498772 185.70374c0x-75.328239c0y185.75024c1x-75.669319c1y185.65723V-74.961342 185.7735c0x-74.482475c0y185.7735c1x-75.149101c1y185.7735V-73.839958 185.38593c0x-73.571236c0y185.12582c1x-74.108681c1y185.64432V-73.436882 184.28006c0x-73.436882c0y183.80807c1x-73.436882c1y184.7572V-73.821877 183.1561c0x-74.080254c0y182.87875c1x-73.565208c1y183.43341V-74.839912 182.7401c0x-75.22921c0y182.7401c1x-74.419609c1y182.7401V-75.739082 183.08116c0x-75.950951c0y183.30853c1x-75.528923c1y182.85379V-76.056892 184.05009c0x1c1x-76.056892c1y183.63152 1 0 0 1 0 0 V-75.584099 183.94157c0x-75.5821c0y183.68665c1x1V-75.390312 183.34988c0x-75.264565c0y183.21036c1x-75.517494c1y183.48941V-74.814125 183.14059c0x-74.554008c0y183.14059c1x-75.072502c1y183.14059V-74.191429 183.37054c0x-74.038124c0y183.52385c1x-74.346443c1y183.21724V-73.930458 183.94156c0x1c1x-73.951134c1y183.71419 1 0 0 1 0 0 V-79.206612 185.70633c0x1c1x1V-78.720848 185.70633c0x1c1x1V-78.720848 184.06302c0x-78.720848c0y183.93037c1x1V-78.697548 183.69095c0x-78.682014c0y183.57381c1x-78.713081c1y183.80635V-78.612251 183.41705c0x-78.569176c0y183.3447c1x-78.653587c1y183.48251V-78.426216 183.25687c0x-78.345253c0y183.22069c1x-78.507164c1y183.29131V-78.111 183.20261c0x-77.978355c0y183.20261c1x-78.240181c1y183.20261V-77.695 183.30078c0x-77.550301c0y183.36624c1x-77.839699c1y183.23532V-77.279015 183.55142c0x1c1x-77.411644c1y183.4498V-77.279015 185.70633c0x1c1x1V-76.793251 185.70633c0x1c1x1V-76.793251 182.82019c0x1c1x1V-77.279015 182.82019c0x1c1x1V-77.279015 183.14059c0x-77.430595c0y183.01485c1x1V-77.74926 182.84604c0x-77.911171c0y182.77542c1x-77.587349c1y182.91666V-78.247932 182.74011c0x-78.559715c0y182.74011c1x-78.0774c1y182.74011V-78.961067 183.02174c0x-79.124718c0y183.2095c1x-78.797417c1y182.83398V-79.206535 183.83307c0x1c1x-79.206535c1y183.47995 1 0 0 1 0 0 V-82.384712 185.70633c0x1c1x1V-81.901527 185.70633c0x1c1x1V-81.901527 185.39885c0x-81.858452c0y185.42813c1x1V-81.725822 185.52287c0x-81.653481c0y185.57455c1x-81.799889c1y185.46948V-81.513954 185.6469c0x-81.432991c0y185.68652c1x-81.582848c1y185.61591V-81.234901 185.74509c0x-81.129829c0y185.77264c1x-81.339973c1y185.71924V-80.86541 185.78644c0x-80.605293c0y185.78644c1x-81.00666c1y185.78644V-80.203957 185.52805c0x-80.023094c0y185.35579c1x-80.384819c1y185.7003V-79.932655 184.86917c0x-79.932655c0y184.65041c1x-79.932655c1y185.13617V-80.072182 184.33948c0x-80.166924c0y184.2034c1x-79.979164c1y184.47385V-80.475258 184.01909c0x-80.650963c0y183.94157c1x-80.301277c1y184.0966V-81.108299 183.86148c0x-81.354622c0y183.83391c1x-80.861977c1y183.88904V-81.901527 183.79947c0x1c1x-81.619041c1y183.81323V-81.901527 183.72453c0x-81.901527c0y183.61429c1x1V-81.842125 183.45065c0x-81.804268c0y183.3783c1x-81.881721c1y183.52299V-81.67675 183.28012c0x-81.607857c0y183.24049c1x-81.749138c1y183.32146V-81.428703 183.20001c0x-81.332237c0y183.18623c1x-81.525169c1y183.21379V-81.126396 183.17935c0x-80.998924c0y183.17935c1x-81.231468c1y183.17935V-80.700066 183.23102c0x-80.543312c0y183.26375c1x-80.856819c1y183.19656V-80.214302 183.37572c0x1c1x-80.381401c1y183.31198V-80.188499 183.37572c0x1c1x1V-80.188499 182.8822c0x-80.283241c0y182.85637c1x1V-80.599327 182.79694c0x-80.778481c0y182.76593c1x-80.420174c1y182.82794V-81.129005 182.75043c0x-81.332268c0y182.75043c1x-80.95504c1y182.75043V-81.658699 182.80211c0x-81.81028c0y182.83484c1x-81.508827c1y182.76765V-82.051445 182.97264c0x-82.159966c0y183.05188c1x-81.9412c1y182.89168V-82.299492 183.28012c0x-82.356361c0y183.40585c1x-82.242653c1y183.15437V-82.384789 183.74779c0x1c1x-82.384789c1y183.56175 1 0 0 1 0 0 V-81.901527 184.99577c0x1c1x-81.780952c1y185.08879V-81.901527 184.1922c0x-81.753395c0y184.20082c1x1V-81.377022 184.23096c0x-81.177208c0y184.2482c1x-81.57856c1y184.21375V-80.901604 184.30589c0x-80.762077c0y184.34552c1x-81.018745c1y184.27316V-80.563118 184.49193c0x-80.476982c0y184.57462c1x-80.649254c1y184.40753V-80.433922 184.83557c0x-80.433922c0y185.00095c1x-80.433922c1y184.68916V-80.583778 185.21024c0x-80.683693c0y185.29291c1x-80.483879c1y185.12582V-81.041115 185.33426c0x-81.211647c0y185.33426c1x-80.836143c1y185.33426V-81.508781 185.23607c0x-81.650032c0y185.16888c1x-81.367531c1y185.30153 1 0 0 1 0 0 V-85.661003 185.70633c0x1c1x1V-85.17524 185.70633c0x1c1x1V-85.17524 185.40402c0x-85.035713c0y185.5246c1x1V-84.738564 185.68565c0x-84.586983c0y185.75284c1x-84.89016c1y185.61847V-84.245049 185.78642c0x-83.900551c0y185.78642c1x-84.422478c1y185.78642V-83.423393 185.38852c0x-83.221855c0y185.12323c1x-83.626656c1y185.65378V-83.121086 184.28522c0x-83.121086c0y184.04062c1x-83.121086c1y184.75546V-83.224434 183.6315c0x-83.295067c0y183.44031c1x-83.15554c1y183.82271V-83.508659 183.14316c0x-83.625801c0y183.01225c1x-83.389809c1y183.27753V-83.916908 182.84344c0x-84.073662c0y182.77454c1x-83.761879c1y182.91235V-84.402672 182.74008c0x-84.554253c0y182.74008c1x-84.235573c1y182.74008V-84.805748 182.78918c0x-84.92289c0y182.82019c1x-84.688606c1y182.75645V-85.17524 182.93646c0x1c1x-85.046043c1y182.86928V-85.17524 181.68588c0x1c1x1V-85.661003 181.68588c0x1c1x1 1 0 0 1 0 0 V-85.17524 184.99577c0x1c1x1V-85.17524 183.33954c0x-85.044334c0y183.28098c1x1V-84.823845 183.21811c0x-84.720497c0y183.19571c1x-84.927193c1y183.24049V-84.485359 183.18451c0x-84.213188c0y183.18451c1x-84.607658c1y183.18451V-83.849739 183.46872c0x-83.698143c0y183.6582c1x-84.00132c1y183.27925V-83.622353 184.27487c0x-83.622353c0y184.61768c1x-83.622353c1y183.92693V-83.798058 185.05777c0x-83.915199c0y185.2352c1x-83.680916c1y184.87863V-84.36132 185.32391c0x-84.499123c0y185.32391c1x-84.102943c1y185.32391V-84.7799 185.23349c0x-84.92115c0y185.17148c1x-84.638649c1y185.29376V-85.175224 184.99577c0x1c1x-85.052925c1y185.09222 1 0 0 1 0 0 V-89.03289 184.31364c0x1c1x1V-86.906395 184.31364c0x-86.906395c0y184.49106c1x1V-86.986488 184.77873c0x-87.039879c0y184.90964c1x-86.933098c1y184.64609V-87.206108 185.10172c0x-87.295677c0y185.18439c1x-87.113091c1y185.0173V-87.523918 185.28775c0x-87.647942c0y185.32909c1x-87.401619c1y185.2464V-87.932167 185.34976c0x-88.128532c0y185.34976c1x-87.784019c1y185.34976V-88.523857 185.23349c0x-88.723671c0y185.15424c1x-88.325768c1y185.311V-88.950188 185.00095c0x1c1x-88.865791c1y185.07672V-88.97599 185.00095c0x1c1x1V-88.97599 185.53062c0x-88.812355c0y185.59952c1x1V-88.474724 185.70374c0x-88.304192c0y185.75024c1x-88.645271c1y185.65723V-87.937294 185.7735c0x-87.458427c0y185.7735c1x-88.125053c1y185.7735V-86.81591 185.38593c0x-86.547188c0y185.12582c1x-87.084633c1y185.64432V-86.412834 184.28006c0x-86.412834c0y183.80807c1x-86.412834c1y184.7572V-86.797829 183.1561c0x-87.056206c0y182.87875c1x-86.541161c1y183.43341V-87.815865 182.7401c0x-88.205162c0y182.7401c1x-87.395561c1y182.7401V-88.715034 183.08116c0x-88.926903c0y183.30853c1x-88.504875c1y182.85379V-89.032845 184.05009c0x1c1x-89.032845c1y183.63152 1 0 0 1 0 0 V-88.560051 183.94157c0x-88.558052c0y183.68665c1x1V-88.366264 183.34988c0x-88.240517c0y183.21036c1x-88.493446c1y183.48941V-87.790077 183.14059c0x-87.529961c0y183.14059c1x-88.048454c1y183.14059V-87.167381 183.37054c0x-87.014076c0y183.52385c1x-87.322395c1y183.21724V-86.90641 183.94156c0x1c1x-86.927086c1y183.71419 1 0 0 1 0 0 V-68.828682 192.32091c0x1c1x1V-66.394722 192.32091c0x1c1x1V-66.394722 188.4736c0x1c1x1V-66.906319 188.4736c0x1c1x1V-66.906319 191.86615c0x1c1x1V-68.828682 191.86615c0x1c1x1 1 0 0 1 0 0 V-71.544273 192.32091c0x1c1x1V-71.061089 192.32091c0x1c1x1V-71.061089 192.01343c0x-71.018013c0y192.04272c1x1V-70.885384 192.13745c0x-70.813042c0y192.18913c1x-70.95945c1y192.08406V-70.673515 192.26147c0x-70.592552c0y192.3011c1x-70.742409c1y192.23047V-70.394463 192.35968c0x-70.289375c0y192.38724c1x-70.499535c1y192.33383V-70.024971 192.40102c0x-69.764854c0y192.40102c1x-70.166222c1y192.40102V-69.363518 192.14264c0x-69.182655c0y191.97037c1x-69.54438c1y192.31488V-69.092216 191.48376c0x-69.092216c0y191.26498c1x-69.092216c1y191.75075V-69.231743 190.95407c0x-69.326485c0y190.81799c1x-69.138725c1y191.08844V-69.634819 190.63367c0x-69.810524c0y190.55615c1x-69.460838c1y190.71118V-70.26786 190.47606c0x-70.514183c0y190.44849c1x-70.021538c1y190.50363V-71.061089 190.41405c0x1c1x-70.778603c1y190.42783V-71.061089 190.33911c0x-71.061089c0y190.22888c1x1V-71.001686 190.06523c0x-70.963829c0y189.99289c1x-71.041283c1y190.13757V-70.836311 189.8947c0x-70.767418c0y189.85507c1x-70.908699c1y189.93604V-70.588264 189.81461c0x-70.491814c0y189.80081c1x-70.684731c1y189.82837V-70.285957 189.79393c0x-70.158485c0y189.79393c1x-70.391045c1y189.79393V-69.859627 189.84561c0x-69.702873c0y189.87833c1x-70.01638c1y189.81116V-69.373863 189.9903c0x1c1x-69.540962c1y189.92657V-69.348061 189.9903c0x1c1x1V-69.348061 189.4968c0x-69.442802c0y189.47095c1x1V-69.758888 189.41153c0x-69.938026c0y189.38052c1x-69.579735c1y189.44254V-70.288567 189.36502c0x-70.491829c0y189.36502c1x-70.114586c1y189.36502V-70.818245 189.41669c0x-70.969841c0y189.44942c1x-70.668388c1y189.38223V-71.210991 189.58722c0x-71.319511c0y189.66647c1x-71.100746c1y189.50626V-71.459038 189.8947c0x-71.515907c0y190.02045c1x-71.402199c1y189.76895V-71.544334 190.36237c0x1c1x-71.544334c1y190.17633 1 0 0 1 0 0 V-71.061089 191.61035c0x1c1x1V-71.061089 190.80679c0x-70.912956c0y190.8154c1x1V-70.536583 190.84555c0x-70.336769c0y190.86278c1x-70.738121c1y190.82832V-70.06115 190.92047c0x-69.921623c0y190.9601c1x-70.178291c1y190.88776V-69.722664 191.10651c0x-69.636528c0y191.18919c1x-69.8088c1y191.02211V-69.593468 191.45016c0x-69.593468c0y191.61554c1x-69.593468c1y191.30374V-69.743324 191.82483c0x-69.843239c0y191.9075c1x-69.643425c1y191.74042V-70.200661 191.94885c0x-70.371193c0y191.94885c1x-69.995689c1y191.94885V-70.668327 191.85065c0x-70.809578c0y191.78348c1x-70.527077c1y191.91611V-71.061073 191.61035c0x1c1x-70.940498c1y191.70337 1 0 0 1 0 0 V-74.872246 192.32091c0x1c1x1V-74.386482 192.32091c0x1c1x1V-74.386482 192.00052c0x-74.222847c0y192.1297c1x1V-73.916237 192.29765c0x-73.76638c0y192.36655c1x-74.066093c1y192.22876V-73.420143 192.401c0x-73.116982c0y192.401c1x-73.601006c1y192.401V-72.712181 192.12454c0x-72.543373c0y191.93851c1x-72.880989c1y192.30885V-72.458961 191.30804c0x1c1x-72.458961c1y191.66635V-72.458961 189.43478c0x1c1x1V-72.944725 189.43478c0x1c1x1V-72.944725 191.07809c0x-72.944725c0y191.22452c1x1V-72.965431 191.45532c0x-72.97924c0y191.55869c1x-72.951622c1y191.35025V-73.053337 191.72147c0x-73.099861c0y191.79726c1x-73.008537c1y191.6474V-73.2342 191.88684c0x-73.308266c0y191.9213c1x-73.160149c1y191.85239V-73.557182 191.93851c0x-73.68293c0y191.93851c1x-73.415932c1y191.93851V-73.96801 191.84033c0x-74.117867c0y191.77487c1x-73.819862c1y191.90579V-74.386574 191.58969c0x1c1x-74.257393c1y191.69131V-74.386574 189.43478c0x1c1x1V-74.872337 189.43478c0x1c1x1 1 0 0 1 0 0 V-78.241554 192.32091c0x1c1x1V-77.755791 192.32091c0x1c1x1V-77.755791 190.6776c0x-77.755791c0y190.54495c1x1V-77.732491 190.30553c0x-77.716957c0y190.18839c1x-77.748024c1y190.42093V-77.647194 190.03165c0x-77.604118c0y189.95929c1x-77.68853c1y190.09711V-77.461159 189.87144c0x-77.380196c0y189.83527c1x-77.542107c1y189.90588V-77.145943 189.81718c0x-77.013298c0y189.81718c1x-77.275124c1y189.81718V-76.729942 189.91537c0x-76.585243c0y189.98083c1x-76.874641c1y189.84991V-76.313957 190.16602c0x1c1x-76.446587c1y190.06438V-76.313957 192.32092c0x1c1x1V-75.828194 192.32092c0x1c1x1V-75.828194 189.43478c0x1c1x1V-76.313957 189.43478c0x1c1x1V-76.313957 189.75519c0x-76.465538c0y189.62943c1x1V-76.784203 189.46063c0x-76.946114c0y189.39c1x-76.622292c1y189.53125V-77.282875 189.35469c0x-77.594658c0y189.35469c1x-77.112343c1y189.35469V-77.99601 189.63632c0x-78.159645c0y189.8241c1x-77.832359c1y189.44858V-78.241463 190.44765c0x1c1x-78.241463c1y190.09453 1 0 0 1 0 0 V-81.311134 192.14005c0x-81.149223c0y192.21756c1x1V-80.84864 192.32091c0x-80.703941c0y192.36398c1x-80.995049c1y192.27783V-80.386131 192.3855c0x-80.177711c0y192.3855c1x-80.549767c1y192.3855V-79.812523 192.29507c0x-79.638557c0y192.23306c1x-79.986504c1y192.35536V-79.365517 192.01602c0x-79.239769c0y191.892c1x-79.489555c1y192.14005V-79.07354 191.54578c0x-79.004646c0y191.35629c1x-79.142448c1y191.73524V-78.970192 190.88173c0x-78.970192c0y190.40976c1x-78.970192c1y191.13495V-79.357765 189.77069c0x-79.617882c0y189.50197c1x-79.099388c1y190.0394V-80.386131 189.36761c0x-80.551491c0y189.36761c1x-79.96067c1y189.36761V-80.871895 189.43738c0x-81.032097c0y189.48389c1x-80.713417c1y189.39087V-81.31115 189.60791c0x1c1x-81.178505c1y189.54073V-81.31115 190.14792c0x1c1x1V-81.285347 190.14792c0x-81.137199c0y190.0325c1x1V-80.825432 189.88177c0x-80.668678c0y189.81976c1x-80.983894c1y189.94379V-80.365517 189.78876c0x-80.089912c0y189.78876c1x-80.515373c1y189.78876V-79.7118 190.06781c0x-79.553322c0y190.25214c1x-79.872002c1y189.88177V-79.474083 190.88171c0x-79.474083c0y191.22968c1x-79.474083c1y190.52344V-79.706627 191.68529c0x-79.86338c0y191.87132c1x-79.551598c1y191.49753V-80.365501 191.96434c0x-80.463692c0y191.96434c1x-80.083c1y191.96434V-80.665215 191.92558c0x-80.766853c0y191.89975c1x-80.563591c1y191.95142V-80.93911 191.82481c0x-81.009743c0y191.78864c1x-80.858147c1y191.86615V-81.138054 191.71112c0x-81.20005c0y191.66978c1x-81.076057c1y191.75075V-81.285332 191.60519c0x1c1x-81.249153c1y191.63448V-81.311134 191.60519c0x1c1x1 1 0 0 1 0 0 V-84.347115 192.32091c0x1c1x1V-83.861351 192.32091c0x1c1x1V-83.861351 190.6776c0x-83.861351c0y190.54495c1x1V-83.838051 190.30553c0x-83.822517c0y190.18839c1x-83.853584c1y190.42093V-83.752754 190.03165c0x-83.709679c0y189.95929c1x-83.79409c1y190.09711V-83.566719 189.87144c0x-83.485756c0y189.83527c1x-83.647667c1y189.90588V-83.251488 189.81718c0x-83.118858c0y189.81718c1x-83.380684c1y189.81718V-82.835503 189.91537c0x-82.690804c0y189.98083c1x-82.980202c1y189.84991V-82.419502 190.16602c0x1c1x-82.552132c1y190.06438V-82.419502 192.32092c0x1c1x1V-81.933739 192.32092c0x1c1x1V-81.933739 188.30048c0x1c1x1V-82.419502 188.30048c0x1c1x1V-82.419502 189.75519c0x-82.571098c0y189.62943c1x1V-82.889763 189.46063c0x-83.051674c0y189.39c1x-82.727852c1y189.53125V-83.388435 189.35469c0x-83.700218c0y189.35469c1x-83.217903c1y189.35469V-84.10157 189.63632c0x-84.265205c0y189.8241c1x-83.937935c1y189.44858V-84.347023 190.44765c0x1c1x-84.347023c1y190.09453 1 0 0 1 0 0 V-87.698341 190.92822c0x1c1x1V-85.571846 190.92822c0x-85.571846c0y191.10565c1x1V-85.651939 191.39331c0x-85.70533c0y191.52423c1x-85.598549c1y191.26068V-85.871574 191.71629c0x-85.961143c0y191.79898c1x-85.778542c1y191.6319V-86.189384 191.90233c0x-86.313408c0y191.94366c1x-86.067085c1y191.86099V-86.597618 191.96434c0x-86.793983c0y191.96434c1x-86.449486c1y191.96434V-87.189323 191.84807c0x-87.389137c0y191.76883c1x-86.991219c1y191.92558V-87.615654 191.61552c0x1c1x-87.531242c1y191.69131V-87.641457 191.61552c0x1c1x1V-87.641457 192.1452c0x-87.477806c0y192.21411c1x1V-87.14019 192.31833c0x-86.969658c0y192.36484c1x-87.310722c1y192.27182V-86.602745 192.38809c0x-86.123878c0y192.38809c1x-86.790504c1y192.38809V-85.481361 192.00052c0x-85.212639c0y191.74042c1x-85.750084c1y192.25891V-85.078285 190.89465c0x-85.078285c0y190.42267c1x-85.078285c1y191.3718V-85.46328 189.77069c0x-85.721657c0y189.49335c1x-85.206612c1y190.048V-86.481316 189.35469c0x-86.870613c0y189.35469c1x-86.061012c1y189.35469V-87.380486 189.69576c0x-87.592354c0y189.92313c1x-87.170326c1y189.46838V-87.698296 190.66469c0x1c1x-87.698296c1y190.24611 1 0 0 1 0 0 V-87.225502 190.55615c0x-87.223503c0y190.30122c1x1V-87.031715 189.96446c0x-86.905968c0y189.82494c1x-87.158897c1y190.10399V-86.455528 189.75517c0x-86.195412c0y189.75517c1x-86.713905c1y189.75517V-85.832832 189.98514c0x-85.679527c0y190.13843c1x-85.987846c1y189.83182V-85.571861 190.55615c0x1c1x-85.592537c1y190.32877 1 0 0 1 0 0 V-90.235664 189.96446c0x1c1x1V-90.209862 189.96446c0x-90.13752c0y189.94724c1x1V-89.997978 189.92828c0x-89.930809c0y189.91968c1x-90.066887c1y189.93518V-89.757683 189.91537c0x-89.607826c0y189.91537c1x-89.850716c1y189.91537V-89.323601 190.01614c0x-89.184074c0y190.0816c1x-89.463127c1y189.94897V-88.920525 190.27194c0x1c1x-89.049721c1y190.16687V-88.920525 192.32092c0x1c1x1V-88.434761 192.32092c0x1c1x1V-88.434761 189.43478c0x1c1x1V-88.920525 189.43478c0x1c1x1V-88.920525 189.86111c0x-89.113441c0y189.70609c1x1V-89.429527 189.53296c0x-89.577675c0y189.4675c1x-89.283119c1y189.59671V-89.881691 189.43478c0x-89.966103c0y189.43478c1x-89.728386c1y189.43478V-90.065147 189.44257c0x-90.103004c0y189.44604c1x-90.02726c1y189.43738V-90.235695 189.46582c0x1c1x-90.159859c1y189.4538 1 0 0 1 0 0 1 0 0 1 0 0 V-187.86438 6.6500015c0x-187.86368c0y10.185913c1x-187.8644c1y3.1153793V-181.46439 13.049999c0x-177.92976c0y13.049995c1x-184.99771c1y13.050709V-175.06439 6.6499977c0x-175.06367c0y3.1166725c1x-175.06439c1y10.184616V-181.46439 0.24999619c0x-184.99901c0y0.25c1x-177.92847c1y0.25071716 1 0 0 1 0 0 1 0 0 1 0 0 V-169.70299 20.143852c0x1c1x1V-167.16826 20.143852c0x1c1x1V-167.16826 16.296539c0x1c1x1V-169.70299 16.296539c0x1c1x1V-169.70299 16.751289c0x1c1x1V-167.67986 16.751289c0x1c1x1V-167.67986 17.805489c0x1c1x1V-169.70299 17.805489c0x1c1x1V-169.70299 18.260239c0x1c1x1V-167.67986 18.260239c0x1c1x1V-167.67986 19.689095c0x1c1x1V-169.70299 19.689095c0x1c1x1 1 0 0 1 0 0 V-174.68719 20.143852c0x1c1x1V-174.20143 20.143852c0x1c1x1V-174.20143 18.500542c0x-174.20143c0y18.376518c1x1V-174.18333 18.141388c0x-174.173c0y18.025978c1x-174.1954c1y18.256798V-174.11354 17.864922c0x-174.07394c0y17.790848c1x-174.14973c1y17.933823V-173.94301 17.696976c0x-173.86893c0y17.659081c1x-174.01709c1y17.734871V-173.6226 17.640137c0x-173.48653c0y17.640137c1x-173.76213c1y17.640137V-173.21437 17.743492c0x-173.07829c0y17.810669c1x-173.35045c1y17.674591V-172.80614 18.001877c0x-172.81146c0y18.041496c1x-172.94221c1y17.896797V-172.81903 18.141403c0x-172.82237c0y18.193077c1x-172.81577c1y18.088005V-172.82404 18.296432c0x1c1x-172.82404c1y18.244751V-172.82404 20.143867c0x1c1x1V-172.33827 20.143867c0x1c1x1V-172.33827 18.500542c0x-172.33827c0y18.373077c1x1V-172.32018 18.138809c0x-172.30984c0y18.023399c1x-172.33224c1y18.252495V-172.25038 17.862343c0x-172.21078c0y17.788269c1x-172.28658c1y17.931244V-172.07985 17.696976c0x-172.00578c0y17.659081c1x-172.15393c1y17.733147V-171.75946 17.640137c0x-171.62682c0y17.640137c1x-171.89899c1y17.640137V-171.35896 17.738327c0x-171.22633c0y17.803787c1x-171.49332c1y17.672867V-170.96106 17.98896c0x1c1x-171.0937c1y17.887329V-170.96106 20.143867c0x1c1x1V-170.4753 20.143867c0x1c1x1V-170.4753 17.257729c0x1c1x1V-170.96106 17.257729c0x1c1x1V-170.96106 17.578125c0x-171.11264c0y17.452377c1x1V-171.41322 17.283569c0x-171.56482c0y17.212944c1x-171.26337c1y17.354195V-171.89641 17.177635c0x-172.09277c0y17.177635c1x-171.72588c1y17.177635V-172.39508 17.301659c0x-172.53288c0y17.384338c1x-172.259c1y17.218979V-172.70255 17.645309c0x-172.89891c0y17.479942c1x-172.63536c1y17.498894V-173.23999 17.288742c0x-173.4019c0y17.214668c1x-173.07806c1y17.361092V-173.75934 17.177635c0x-174.07628c0y17.177635c1x-173.57503c1y17.177635V-174.45955 17.467026c0x-174.61115c0y17.658226c1x-174.30969c1y17.274101V-174.68694 18.270592c0x1c1x-174.68694c1y17.926086 1 0 0 1 0 0 V-178.03841 18.751175c0x1c1x1V-175.91191 18.751175c0x-175.91191c0y18.928596c1x1V-175.992 19.216263c0x-176.04539c0y19.347176c1x-175.93861c1y19.083626V-176.21162 19.539238c0x-176.30119c0y19.621918c1x-176.11861c1y19.454834V-176.52943 19.725273c0x-176.65346c0y19.766617c1x-176.40714c1y19.683929V-176.93768 19.787285c0x-177.13405c0y19.787285c1x-176.78954c1y19.787285V-177.52937 19.671013c0x-177.72919c0y19.591774c1x-177.33128c1y19.748528V-177.9557 19.438469c0x1c1x-177.87131c1y19.514259V-177.98151 19.438469c0x1c1x1V-177.98151 19.968155c0x-177.81787c0y20.037056c1x1V-177.48024 20.141273c0x-177.30971c0y20.187782c1x-177.65079c1y20.094765V-176.94281 20.211037c0x-176.46394c0y20.211037c1x-177.13057c1y20.211037V-175.82143 19.823463c0x-175.5527c0y19.563354c1x-176.09015c1y20.081848V-175.41835 18.717583c0x-175.41835c0y18.245605c1x-175.41835c1y19.194733V-175.80334 17.59362c0x-176.06172c0y17.316292c1x-175.54668c1y17.870949V-176.82138 17.177628c0x-177.21068c0y17.177628c1x-176.40108c1y17.177628V-177.72055 17.518692c0x-177.93242c0y17.746071c1x-177.51039c1y17.291313V-178.03836 18.487625c0x1c1x-178.03836c1y18.069046 1 0 0 1 0 0 V-177.56557 18.379105c0x-177.56357c0y18.124168c1x1V-177.37178 17.787407c0x-177.24603c0y17.647881c1x-177.49896c1y17.926933V-176.79559 17.578117c0x-176.53548c0y17.578117c1x-177.05397c1y17.578117V-176.1729 17.808075c0x-176.01959c0y17.96138c1x-176.32791c1y17.65477V-175.91193 18.379097c0x1c1x-175.9326c1y18.151718 1 0 0 1 0 0 V-180.57573 17.787407c0x1c1x1V-180.54993 17.787407c0x-180.47758c0y17.77018c1x1V-180.33806 17.751236c0x-180.27087c0y17.742622c1x-180.40695c1y17.758125V-180.09776 17.738319c0x-179.94791c0y17.738319c1x-180.19078c1y17.738319V-179.66368 17.839088c0x-179.52415c0y17.904549c1x-179.80321c1y17.771912V-179.2606 18.094887c0x1c1x-179.3898c1y17.989815V-179.2606 20.14386c0x1c1x1V-178.77486 20.14386c0x1c1x1V-178.77486 17.257729c0x1c1x1V-179.2606 17.257729c0x1c1x1V-179.2606 17.684059c0x-179.45352c0y17.52903c1x1V-179.76962 17.355911c0x-179.91777c0y17.290451c1x-179.6232c1y17.419647V-180.22179 17.257721c0x-180.30618c0y17.257721c1x-180.06848c1y17.257721V-180.40524 17.265518c0x-180.4431c0y17.26899c1x-180.36734c1y17.260323V-180.57578 17.288765c0x1c1x-180.49995c1y17.276733 1 0 0 1 0 0 V-183.37401 19.815704c0x-183.37401c0y20.304909c1x1V-183.0407 20.893158c0x-182.81848c0y21.122261c1x-183.26291c1y20.664055V-182.01491 21.236809c0x-181.8616c0y21.236809c1x-182.47656c1y21.236809V-181.56532 21.203217c0x-181.42062c0y21.182541c1x-181.71173c1y21.225609V-181.1364 21.112785c0x1c1x-181.27765c1y21.152397V-181.1364 20.616692c0x1c1x1V-181.1622 20.616692c0x-181.24144c0y20.647697c1x1V-181.53944 20.730377c0x-181.7117c0y20.776886c1x-181.36719c1y20.685593V-182.0562 20.80014c0x-182.22156c0y20.80014c1x-181.88394c1y20.80014V-182.46703 20.740707c0x-182.57555c0y20.701088c1x-182.35851c1y20.780327V-182.72023 20.57534c0x-182.78049c0y20.508163c1x-182.65994c1y20.645966V-182.84943 20.332458c0x-182.87523c0y20.237717c1x-182.82356c1y20.4272V-182.88812 20.014648c0x1c1x-182.88812c1y20.131783V-182.88812 19.751099c0x-182.74171c0y19.868233c1x1V-182.46696 20.014648c0x-182.33434c0y20.071495c1x-182.60132c1y19.956078V-181.95796 20.099922c0x-181.61345c0y20.099922c1x-182.16467c1y20.099922V-181.13631 19.727852c0x-180.93477c0y19.478081c1x-181.33957c1y19.975899V-180.834 18.673653c0x-180.834c0y18.425606c1x-180.834c1y19.126678V-180.93736 18.032867c0x-181.00798c0y17.851997c1x-180.86845c1y18.212013V-181.22417 17.565193c0x-181.33614c0y17.442894c1x-181.10358c1y17.696106V-181.6324 17.280975c0x-181.7926c0y17.212074c1x-181.47221c1y17.348152V-182.11041 17.17762c0x-182.2775c0y17.17762c1x-181.95193c1y17.17762V-182.52899 17.229301c0x-182.64268c0y17.262024c1x-182.41702c1y17.194847V-182.88814 17.381744c0x1c1x-182.76239c1y17.312843V-182.91914 17.257721c0x1c1x1V-183.37389 17.257721c0x1c1x1 1 0 0 1 0 0 V-182.88824 19.350616c0x1c1x1V-182.88824 17.777069c0x-182.75905c0y17.718498c1x1V-182.52652 17.653046c0x-182.41628c0y17.627205c1x-182.63847c1y17.677162V-182.19579 17.614288c0x-181.92879c0y17.614288c1x-182.30603c1y17.614288V-181.56534 17.883003c0x-181.41203c0y18.062149c1x-181.71864c1y17.703857V-181.33537 18.663315c0x-181.33537c0y18.987152c1x-181.33537c1y18.32225V-181.50591 19.399704c0x-181.6196c0y19.566795c1x-181.39221c1y19.232613V-182.07176 19.650337c0x-182.21301c0y19.650337c1x-181.80821c1y19.650337V-182.49551 19.570236c0x-182.63849c0y19.515114c1x-182.35426c1y19.623634V-182.88826 19.350609c0x1c1x-182.76941c1y19.44191 1 0 0 1 0 0 V-186.7459 18.751175c0x1c1x1V-184.6194 18.751175c0x-184.6194c0y18.928596c1x1V-184.69949 19.216263c0x-184.75288c0y19.347176c1x-184.6461c1y19.083626V-184.91913 19.539238c0x-185.0087c0y19.621918c1x-184.8261c1y19.454834V-185.23694 19.725273c0x-185.36096c0y19.766617c1x-185.11464c1y19.683929V-185.64517 19.787285c0x-185.84154c0y19.787285c1x-185.49704c1y19.787285V-186.23688 19.671013c0x-186.43669c0y19.591774c1x-186.03877c1y19.748528V-186.66321 19.438469c0x1c1x-186.5788c1y19.514259V-186.68901 19.438469c0x1c1x1V-186.68901 19.968155c0x-186.52536c0y20.037056c1x1V-186.18774 20.141273c0x-186.01723c0y20.187782c1x-186.35828c1y20.094765V-185.65031 20.211037c0x-185.17145c0y20.211037c1x-185.83807c1y20.211037V-184.52893 19.823463c0x-184.26021c0y19.563354c1x-184.79765c1y20.081848V-184.12585 18.717583c0x-184.12585c0y18.245605c1x-184.12585c1y19.194733V-184.51085 17.59362c0x-184.76923c0y17.316292c1x-184.25418c1y17.870949V-185.52888 17.177628c0x-185.91818c0y17.177628c1x-185.10858c1y17.177628V-186.42805 17.518692c0x-186.63992c0y17.746071c1x-186.2179c1y17.291313V-186.74586 18.487625c0x1c1x-186.74586c1y18.069046 1 0 0 1 0 0 V-186.27306 18.379105c0x-186.27106c0y18.124168c1x1V-186.07927 17.787407c0x-185.95352c0y17.647881c1x-186.20645c1y17.926933V-185.50308 17.578117c0x-185.24297c0y17.578117c1x-185.76146c1y17.578117V-184.88039 17.808075c0x-184.72708c0y17.96138c1x-185.0354c1y17.65477V-184.61942 18.379097c0x1c1x-184.64009c1y18.151718 1 0 0 1 0 0 V-189.89557 20.143852c0x1c1x1V-189.40981 20.143852c0x1c1x1V-189.40981 18.500542c0x-189.40981c0y18.367905c1x1V-189.38661 18.128471c0x-189.37108c0y18.011337c1x-189.40207c1y18.243881V-189.30132 17.854584c0x-189.25824c0y17.782234c1x-189.34265c1y17.920044V-189.11528 17.694389c0x-189.03432c0y17.658218c1x-189.19623c1y17.728836V-188.80005 17.640129c0x-188.66742c0y17.640129c1x-188.92924c1y17.640129V-188.38406 17.738319c0x-188.23936c0y17.80378c1x-188.52876c1y17.672859V-187.96806 17.988953c0x1c1x-188.10069c1y17.887321V-187.96806 20.14386c0x1c1x1V-187.4823 20.14386c0x1c1x1V-187.4823 17.257729c0x1c1x1V-187.96806 17.257729c0x1c1x1V-187.96806 17.578125c0x-188.11966c0y17.452377c1x1V-188.43832 17.283569c0x-188.60023c0y17.212944c1x-188.27641c1y17.354195V-188.937 17.177635c0x-189.24878c0y17.177635c1x-188.76646c1y17.177635V-189.65013 17.459274c0x-189.81377c0y17.647034c1x-189.4865c1y17.271515V-189.89558 18.270592c0x1c1x-189.89558c1y17.917473 1 0 0 1 0 0 V-192.96515 19.962982c0x-192.80324c0y20.040497c1x1V-192.50266 20.143852c0x-192.35796c0y20.186913c1x-192.64906c1y20.100784V-192.04016 20.208443c0x-191.83173c0y20.208443c1x-192.2038c1y20.208443V-191.46655 20.118011c0x-191.29257c0y20.056c1x-191.64052c1y20.178299V-191.01955 19.838959c0x-190.8938c0y19.714935c1x-191.14357c1y19.962982V-190.72757 19.368706c0x-190.65868c0y19.17923c1x-190.79648c1y19.558182V-190.62422 18.704666c0x-190.62422c0y18.232689c1x-190.62422c1y18.957878V-191.0118 17.59362c0x-191.27191c0y17.324905c1x-190.75342c1y17.862335V-192.04016 17.190544c0x-192.20552c0y17.190544c1x-191.6147c1y17.190544V-192.52591 17.260307c0x-192.68611c0y17.306816c1x-192.36745c1y17.213799V-192.96516 17.43084c0x1c1x-192.83252c1y17.363663V-192.96516 17.970856c0x1c1x1V-192.93936 17.970856c0x-192.79121c0y17.855446c1x1V-192.47945 17.70472c0x-192.32269c0y17.642708c1x-192.63791c1y17.766731V-192.01952 17.611702c0x-191.74391c0y17.611702c1x-192.16939c1y17.611702V-191.36581 17.890755c0x-191.20734c0y18.075066c1x-191.52602c1y17.70472V-191.1281 18.704659c0x-191.1281c0y19.052612c1x-191.1281c1y18.346367V-191.36064 19.508224c0x-191.5174c0y19.69426c1x-191.20561c1y19.320473V-192.01952 19.787277c0x-192.11771c0y19.787277c1x-191.73701c1y19.787277V-192.31924 19.74852c0x-192.42087c0y19.722679c1x-192.21761c1y19.774361V-192.59312 19.647751c0x-192.66376c0y19.61158c1x-192.51216c1y19.689095V-192.79208 19.534065c0x-192.85408c0y19.492722c1x-192.73007c1y19.573685V-192.93936 19.428131c0x1c1x-192.90318c1y19.457413V-192.96516 19.428131c0x1c1x1 1 0 0 1 0 0 V-196.08383 17.257721c0x1c1x1V-194.39919 21.208389c0x1c1x1V-193.87984 21.208389c0x1c1x1V-194.41727 20.004326c0x1c1x1V-193.26747 17.257721c0x1c1x1V-193.79457 17.257721c0x1c1x1V-194.68082 19.397125c0x1c1x1V-195.57483 17.257721c0x1c1x1 1 0 0 1 0 0 V-177.17024 26.758438c0x1c1x1V-176.62506 26.758438c0x1c1x1V-176.24782 25.68615c0x1c1x1V-174.58383 25.68615c0x1c1x1V-174.20659 26.758438c0x1c1x1V-173.68724 26.758438c0x1c1x1V-175.08768 22.911125c0x1c1x1V-175.76981 22.911125c0x1c1x1 1 0 0 1 0 0 V-176.09019 25.246902c0x1c1x1V-175.41582 23.358131c0x1c1x1V-174.73886 25.246902c0x1c1x1 1 0 0 1 0 0 V-178.20636 26.758438c0x1c1x1V-177.7206 26.758438c0x1c1x1V-177.7206 22.738014c0x1c1x1V-178.20636 22.738014c0x1c1x1 1 0 0 1 0 0 V-181.41031 26.758438c0x1c1x1V-180.92712 26.758438c0x1c1x1V-180.92712 26.450966c0x-180.88405c0y26.480255c1x1V-180.75142 26.574989c0x-180.67908c0y26.626663c1x-180.82549c1y26.521591V-180.53955 26.699013c0x-180.45859c0y26.738632c1x-180.60844c1y26.667999V-180.2605 26.797203c0x-180.15543c0y26.824768c1x-180.36557c1y26.771362V-179.89102 26.838547c0x-179.63091c0y26.838547c1x-180.03227c1y26.838547V-179.22957 26.580162c0x-179.04871c0y26.407906c1x-179.41043c1y26.752419V-178.95827 25.921288c0x-178.95827c0y25.702522c1x-178.95827c1y26.188278V-179.09779 25.391602c0x-179.19254c0y25.255516c1x-179.00478c1y25.525963V-179.50087 25.071205c0x-179.67657c0y24.99369c1x-179.32689c1y25.14872V-180.13391 24.913589c0x-180.38023c0y24.886024c1x-179.88759c1y24.941154V-180.92714 24.851578c0x1c1x-180.64464c1y24.865356V-180.92714 24.776649c0x-180.92714c0y24.666405c1x1V-180.86774 24.502762c0x-180.82988c0y24.430412c1x-180.90733c1y24.575111V-180.70238 24.33223c0x-180.63348c0y24.29261c1x-180.77475c1y24.373573V-180.45433 24.252129c0x-180.35788c0y24.23835c1x-180.5508c1y24.265907V-180.15202 24.231461c0x-180.02457c0y24.231461c1x-180.25711c1y24.231461V-179.72569 24.283142c0x-179.56894c0y24.315865c1x-179.88245c1y24.248688V-179.23993 24.427834c0x1c1x-179.40703c1y24.364098V-179.21413 24.427834c0x1c1x1V-179.21413 23.934326c0x-179.30887c0y23.908485c1x1V-179.62495 23.849052c0x-179.80411c0y23.818047c1x-179.4458c1y23.880066V-180.15465 23.802544c0x-180.35791c0y23.802544c1x-179.98067c1y23.802544V-180.68433 23.854225c0x-180.83592c0y23.886948c1x-180.53447c1y23.819771V-181.07707 24.024757c0x-181.18559c0y24.103996c1x-180.96683c1y23.943794V-181.32512 24.33223c0x-181.38199c0y24.457977c1x-181.26828c1y24.20649V-181.41042 24.799904c0x1c1x-181.41042c1y24.613869 1 0 0 1 0 0 V-180.92712 26.04789c0x1c1x1V-180.92712 25.244324c0x-180.77898c0y25.252937c1x1V-180.40262 25.283081c0x-180.2028c0y25.300308c1x-180.60414c1y25.265854V-179.92719 25.358009c0x-179.78766c0y25.397629c1x-180.04433c1y25.325287V-179.5887 25.544044c0x-179.50256c0y25.626724c1x-179.67484c1y25.459641V-179.4595 25.887695c0x-179.4595c0y26.053062c1x-179.4595c1y25.74128V-179.60936 26.262352c0x-179.70926c0y26.345032c1x-179.50946c1y26.177948V-180.0667 26.386375c0x-180.23723c0y26.386375c1x-179.86171c1y26.386375V-180.53436 26.288185c0x-180.67561c0y26.221008c1x-180.39311c1y26.353645V-180.92711 26.04789c0x1c1x-180.80652c1y26.140907 1 0 0 1 0 0 V-184.14656 24.401993c0x1c1x1V-184.12076 24.401993c0x-184.04842c0y24.384766c1x1V-183.90887 24.365822c0x-183.84169c0y24.357208c1x-183.97778c1y24.372711V-183.66858 24.352905c0x-183.51872c0y24.352905c1x-183.7616c1y24.352905V-183.2345 24.453674c0x-183.09497c0y24.519135c1x-183.37402c1y24.386497V-182.83142 24.709473c0x1c1x-182.96062c1y24.604401V-182.83142 26.758446c0x1c1x1V-182.34566 26.758446c0x1c1x1V-182.34566 23.872314c0x1c1x1V-182.83142 23.872314c0x1c1x1V-182.83142 24.298645c0x-183.02434c0y24.143616c1x1V-183.34042 23.970497c0x-183.48857c0y23.905037c1x-183.19402c1y24.034233V-183.79259 23.872307c0x-183.877c0y23.872307c1x-183.63928c1y23.872307V-183.97604 23.880104c0x-184.0139c0y23.883575c1x-183.93816c1y23.874908V-184.14658 23.903351c0x1c1x-184.07076c1y23.891319 1 0 0 1 0 0 V-188.81554 26.758438c0x1c1x1V-188.32977 26.758438c0x1c1x1V-188.32977 25.115128c0x-188.32977c0y24.991104c1x1V-188.31168 24.755974c0x-188.30135c0y24.640564c1x-188.32375c1y24.871384V-188.24188 24.479507c0x-188.20229c0y24.405434c1x-188.27808c1y24.548409V-188.07135 24.311562c0x-187.99728c0y24.273666c1x-188.14543c1y24.349457V-187.75096 24.254723c0x-187.61488c0y24.254723c1x-187.89049c1y24.254723V-187.34271 24.358078c0x-187.20663c0y24.425255c1x-187.47881c1y24.289177V-186.93448 24.616463c0x-186.9398c0y24.656082c1x-187.07056c1y24.511383V-186.94737 24.755989c0x-186.95071c0y24.807671c1x-186.94411c1y24.702591V-186.95238 24.911018c0x1c1x-186.95238c1y24.859344V-186.95238 26.758453c0x1c1x1V-186.46661 26.758453c0x1c1x1V-186.46661 25.115143c0x-186.46661c0y24.987679c1x1V-186.44852 24.75341c0x-186.43819c0y24.638c1x-186.46059c1y24.867096V-186.37872 24.476944c0x-186.33913c0y24.40287c1x-186.41492c1y24.545845V-186.20819 24.311577c0x-186.13411c0y24.273682c1x-186.28227c1y24.347748V-185.88779 24.254738c0x-185.75516c0y24.254738c1x-186.02731c1y24.254738V-185.48729 24.352928c0x-185.35466c0y24.418388c1x-185.62166c1y24.287468V-185.08939 24.603561c0x1c1x-185.22203c1y24.50193V-185.08939 26.758469c0x1c1x1V-184.60362 26.758469c0x1c1x1V-184.60362 23.872337c0x1c1x1V-185.08939 23.872337c0x1c1x1V-185.08939 24.192734c0x-185.24098c0y24.066986c1x1V-185.54155 23.898178c0x-185.69315c0y23.827553c1x-185.39169c1y23.968803V-186.02472 23.792244c0x-186.22108c0y23.792244c1x-185.8542c1y23.792244V-186.52339 23.916267c0x-186.66119c0y23.998947c1x-186.38731c1y23.833588V-186.83087 24.259918c0x-187.02724c0y24.094551c1x-186.76369c1y24.113503V-187.3683 23.903351c0x-187.53021c0y23.829277c1x-187.20639c1y23.9757V-187.88765 23.792244c0x-188.20459c0y23.792244c1x-187.70334c1y23.792244V-188.58788 24.081635c0x-188.73946c0y24.272835c1x-188.438c1y23.88871V-188.81525 24.885201c0x1c1x-188.81525c1y24.540695 1 0 0 1 0 0 1 0 0 1 0 0 V-118.93105 48.040623c0x-118.93034c0y51.576534c1x-118.93106c1y44.506001V-112.53105 54.44062c0x-108.99643c0y54.440617c1x-116.06438c1y54.44133V-106.13106 48.040619c0x-106.13034c0y44.507294c1x-106.13106c1y51.575237V-112.53105 41.640617c0x-116.06567c0y41.640621c1x-108.99513c1y41.641338 1 0 0 1 0 0 1 0 0 1 0 0 V-108.3325 58.128994c0x-108.48926c0y58.30125c1x1V-108.69167 58.762028c0x-108.77606c0y59.011799c1x-108.60898c1y58.512264V-108.81827 59.612103c0x-108.81827c0y59.92905c1x-108.81827c1y59.295155V-108.68907 60.464764c0x-108.60466c0y60.714535c1x-108.77521c1y60.213276V-108.3325 61.090046c0x-108.17403c0y61.264019c1x-108.48581c1y60.922962V-107.76924 61.482784c0x-107.55392c0y61.570637c1x-107.98627c1y61.394932V-107.03027 61.614559c0x-106.75984c0y61.614559c1x-107.3076c1y61.614559V-106.29129 61.480198c0x-106.0708c0y61.390621c1x-106.5135c1y61.569775V-105.72803 61.090038c0x-105.573c0y60.919506c1x-105.88304c1y61.260571V-105.36888 60.46217c0x-105.28619c0y60.214123c1x-105.45328c1y60.710217V-105.24486 59.612095c0x-105.24486c0y59.298595c1x-105.24486c1y59.930767V-105.36888 58.769772c0x-105.45157c0y58.52c1x-105.28619c1y59.017818V-105.73061 58.128986c0x-105.8822c0y57.960178c1x-105.57214c1y58.306408V-106.29388 57.741413c0x-106.51955c0y57.651836c1x-106.06996c1y57.83099V-107.03027 57.607052c0x-107.30588c0y57.607052c1x-106.765c1y57.607052V-107.77182 57.743992c0x-107.99231c0y57.833569c1x-107.55305c1y57.652699V-108.3325 58.128979c0x1c1x-108.1792c1y57.961895 B0 1B1 2B2 3B3 4B4 5B5 6B6 7B7 8B8 9B9 10B10 11B11 12B12 13B13 14B14 15B15 16L16 0 1 0 0 1 0 0 V-108.28601 59.61211c0x-108.28601c0y59.112576c1x1V-107.9501 58.457142c0x-107.72617c0y58.184978c1x-108.17404c1y58.727581V-107.03284 58.048901c0x-106.64182c0y58.048901c1x-107.42041c1y58.048901V-106.11041 58.457142c0x-105.8882c0y58.727581c1x-106.33434c1y58.184978V-105.7771 59.61211c0x-105.7771c0y60.116817c1x-105.7771c1y59.112576V-106.11816 60.772243c0x-106.34554c0y61.039234c1x-105.89079c1y60.503529V-107.03284 61.172733c0x-107.41524c0y61.172733c1x-106.65044c1y61.172733V-107.94493 60.772243c0x-108.1723c0y60.503529c1x-107.71927c1y61.039234V-108.286 59.61211c0x1c1x-108.286c1y60.116817 1 0 0 1 0 0 V-111.39175 59.178028c0x1c1x1V-111.36595 59.178028c0x-111.29361c0y59.160801c1x1V-111.15408 59.141857c0x-111.0869c0y59.133244c1x-111.22298c1y59.148746V-110.91379 59.128941c0x-110.76393c0y59.128941c1x-111.00681c1y59.128941V-110.47971 59.22971c0x-110.34018c0y59.29517c1x-110.61923c1y59.162533V-110.07663 59.485508c0x1c1x-110.20583c1y59.380436V-110.07663 61.534481c0x1c1x1V-109.59088 61.534481c0x1c1x1V-109.59088 58.64835c0x1c1x1V-110.07663 58.64835c0x1c1x1V-110.07663 59.07468c0x-110.26955c0y58.919651c1x1V-110.58565 58.746532c0x-110.7338c0y58.681072c1x-110.43922c1y58.810268V-111.03781 58.648342c0x-111.12221c0y58.648342c1x-110.88451c1y58.648342V-111.22127 58.656139c0x-111.25912c0y58.659611c1x-111.18336c1y58.650944V-111.3918 58.679386c0x1c1x-111.31598c1y58.667355 1 0 0 1 0 0 V-114.19003 61.534473c0x1c1x1V-113.70427 61.534473c0x1c1x1V-113.70427 61.232166c0x-113.56474c0y61.352749c1x1V-113.26761 61.513805c0x-113.11601c0y61.580982c1x-113.41919c1y61.446629V-112.77409 61.614574c0x-112.42958c0y61.614574c1x-112.95151c1y61.614574V-111.95244 61.216663c0x-111.7509c0y60.951389c1x-112.1557c1y61.481937V-111.65013 60.113369c0x-111.65013c0y59.868763c1x-111.65013c1y60.583622V-111.75349 59.45966c0x-111.82411c0y59.268459c1x-111.68459c1y59.65086V-112.03772 58.971317c0x-112.15486c0y58.840405c1x-111.91885c1y59.105679V-112.44595 58.671597c0x-112.60271c0y58.602695c1x-112.29094c1y58.740498V-112.93172 58.568241c0x-113.08331c0y58.568241c1x-112.76462c1y58.568241V-113.33479 58.617329c0x-113.45193c0y58.648335c1x-113.21767c1y58.584606V-113.70427 58.764606c0x1c1x-113.57509c1y58.69743V-113.70427 57.514038c0x1c1x1V-114.19003 57.514038c0x1c1x1 1 0 0 1 0 0 V-113.70428 60.823925c0x1c1x-113.58199c1y60.920383V-113.70428 59.16769c0x-113.57338c0y59.109119c1x1V-113.35289 59.046253c0x-113.24954c0y59.023861c1x-113.45624c1y59.068645V-113.0144 59.012661c0x-112.74225c0y59.012661c1x-113.1367c1y59.012661V-112.37878 59.296879c0x-112.2272c0y59.486355c1x-112.53038c1y59.107403V-112.15141 60.103031c0x-112.15141c0y60.44582c1x-112.15141c1y59.755077V-112.3271 60.885929c0x-112.44424c0y61.063351c1x-112.20998c1y60.706783V-112.89038 61.152065c0x-113.02818c0y61.152065c1x-112.632c1y61.152065V-113.30896 61.061634c0x-113.45021c0y60.999622c1x-113.16771c1y61.121922 1 0 0 1 0 0 V-117.56194 60.141796c0x1c1x1V-115.43544 60.141796c0x-115.43544c0y60.319218c1x1V-115.51553 60.606884c0x-115.56892c0y60.737797c1x-115.46214c1y60.474247V-115.73517 60.929859c0x-115.82474c0y61.012539c1x-115.64214c1y60.845455V-116.05298 61.115894c0x-116.177c0y61.157238c1x-115.93068c1y61.074551V-116.46121 61.177906c0x-116.65758c0y61.177906c1x-116.31308c1y61.177906V-117.05292 61.061634c0x-117.25273c0y60.982395c1x-116.85481c1y61.139149V-117.47925 60.82909c0x1c1x-117.39484c1y60.904881V-117.50505 60.82909c0x1c1x1V-117.50505 61.358776c0x-117.3414c0y61.427677c1x1V-117.00378 61.531895c0x-116.83327c0y61.578403c1x-117.17432c1y61.485386V-116.46635 61.601658c0x-115.98749c0y61.601658c1x-116.65411c1y61.601658V-115.34497 61.214085c0x-115.07625c0y60.953976c1x-115.61369c1y61.472469V-114.94189 60.108204c0x-114.94189c0y59.636227c1x-114.94189c1y60.585354V-115.32689 58.984241c0x-115.58527c0y58.706913c1x-115.07022c1y59.26157V-116.34492 58.568249c0x-116.73422c0y58.568249c1x-115.92462c1y58.568249V-117.24409 58.909313c0x-117.45596c0y59.136692c1x-117.03394c1y58.681934V-117.5619 59.878246c0x1c1x-117.5619c1y59.459667 1 0 0 1 0 0 V-117.08908 59.769718c0x-117.08708c0y59.514782c1x1V-116.89529 59.17802c0x-116.76955c0y59.038494c1x-117.02248c1y59.317547V-116.31911 58.968731c0x-116.05899c0y58.968731c1x-116.57748c1y58.968731V-115.69641 59.198689c0x-115.54311c0y59.351994c1x-115.85143c1y59.045383V-115.43544 59.769711c0x1c1x-115.45612c1y59.542332 1 0 0 1 0 0 V-120.09924 59.178028c0x1c1x1V-120.07344 59.178028c0x-120.0011c0y59.160801c1x1V-119.86156 59.141857c0x-119.79437c0y59.133244c1x-119.93047c1y59.148746V-119.62126 59.128941c0x-119.47141c0y59.128941c1x-119.71428c1y59.128941V-119.18718 59.22971c0x-119.04765c0y59.29517c1x-119.32671c1y59.162533V-118.7841 59.485508c0x1c1x-118.9133c1y59.380436V-118.7841 61.534481c0x1c1x1V-118.29834 61.534481c0x1c1x1V-118.29834 58.64835c0x1c1x1V-118.7841 58.64835c0x1c1x1V-118.7841 59.07468c0x-118.97702c0y58.919651c1x1V-119.29311 58.746532c0x-119.44125c0y58.681072c1x-119.1467c1y58.810268V-119.74527 58.648342c0x-119.82968c0y58.648342c1x-119.59196c1y58.648342V-119.92873 58.656139c0x-119.96658c0y58.659611c1x-119.89084c1y58.650944V-120.09927 58.679386c0x1c1x-120.02344c1y58.667355 1 0 0 1 0 0 V-109.17096 64.7565c0x1c1x1V-107.22534 64.7565c0x1c1x1V-107.22534 65.841705c0x1c1x1V-108.89706 65.841705c0x1c1x1V-108.89706 66.296463c0x1c1x1V-107.22534 66.296463c0x1c1x1V-107.22534 68.149063c0x1c1x1V-106.71375 68.149063c0x1c1x1V-106.71375 64.301743c0x1c1x1V-109.17096 64.301743c0x1c1x1 1 0 0 1 0 0 V-112.04675 66.707291c0x-112.04675c0y67.177536c1x-112.04675c1y66.23703V-111.68501 67.820908c0x-111.44386c0y68.093079c1x-111.92618c1y67.548752V-110.71608 68.229156c0x-110.30783c0y68.229156c1x-111.12088c1y68.229156V-109.74197 67.820908c0x-109.50255c0y67.548752c1x-109.98314c1y68.093079V-109.38283 66.707291c0x-109.38283c0y66.23703c1x-109.38283c1y67.177536V-109.74197 65.593658c0x-109.98312c0y65.319778c1x-109.50255c1y65.865829V-110.71608 65.182831c0x-111.12088c0y65.182831c1x-110.30783c1y65.182831V-111.68501 65.593658c0x-111.92618c0y65.865829c1x-111.44385c1y65.319778 1 0 0 1 0 0 V-111.54549 66.707291c0x-111.54549c0y66.333496c1x1V-111.32585 65.87529c0x-111.17944c0y65.692703c1x-111.47227c1y66.056168V-110.71606 65.60141c0x-110.45251c0y65.60141c1x-110.97618c1y65.60141V-110.10112 65.87529c0x-109.95642c0y66.056168c1x-110.24753c1y65.692703V-109.88408 66.707291c0x-109.88408c0y67.069016c1x-109.88408c1y66.333496V-110.1037 67.531525c0x-110.25012c0y67.71756c1x-109.95729c1y67.343765V-110.71606 67.810577c0x-110.97444c0y67.810577c1x-110.45424c1y67.810577V-111.32326 67.534119c0x-111.47141c0y67.348083c1x-111.17685c1y67.71843V-111.54547 66.707291c0x1c1x-111.54547c1y67.072479 1 0 0 1 0 0 V-115.25845 66.707291c0x-115.25845c0y67.177536c1x-115.25845c1y66.23703V-114.89673 67.820908c0x-114.65556c0y68.093079c1x-115.13788c1y67.548752V-113.9278 68.229156c0x-113.51955c0y68.229156c1x-114.3326c1y68.229156V-112.95369 67.820908c0x-112.71426c0y67.548752c1x-113.19485c1y68.093079V-112.59454 66.707291c0x-112.59454c0y66.23703c1x-112.59454c1y67.177536V-112.95369 65.593658c0x-113.19485c0y65.319778c1x-112.71426c1y65.865829V-113.9278 65.182831c0x-114.3326c0y65.182831c1x-113.51955c1y65.182831V-114.89673 65.593658c0x-115.13788c0y65.865829c1x-114.65556c1y65.319778 1 0 0 1 0 0 V-114.75719 66.707291c0x-114.75719c0y66.333496c1x1V-114.53757 65.87529c0x-114.39114c0y65.692703c1x-114.68398c1y66.056168V-113.92778 65.60141c0x-113.66423c0y65.60141c1x-114.18788c1y65.60141V-113.31284 65.87529c0x-113.16814c0y66.056168c1x-113.45924c1y65.692703V-113.09579 66.707291c0x-113.09579c0y67.069016c1x-113.09579c1y66.333496V-113.31543 67.531525c0x-113.46184c0y67.71756c1x-113.16901c1y67.343765V-113.9278 67.810577c0x-114.18617c0y67.810577c1x-113.66597c1y67.810577V-114.53499 67.534119c0x-114.68314c0y67.348083c1x-114.38858c1y67.71843V-114.7572 66.707291c0x1c1x-114.7572c1y67.072479 1 0 0 1 0 0 V-118.35129 68.149063c0x1c1x1V-117.86552 68.149063c0x1c1x1V-117.86552 67.846756c0x-117.726c0y67.967331c1x1V-117.42885 68.128387c0x-117.27727c0y68.195572c1x-117.58044c1y68.061218V-116.93533 68.229156c0x-116.59084c0y68.229156c1x-117.11276c1y68.229156V-116.11368 67.831253c0x-115.91214c0y67.565979c1x-116.31694c1y68.096527V-115.81137 66.727951c0x-115.81137c0y66.483353c1x-115.81137c1y67.198212V-115.91472 66.074249c0x-115.98535c0y65.883041c1x-115.84583c1y66.265442V-116.19894 65.585907c0x-116.31609c0y65.454987c1x-116.08009c1y65.720261V-116.60719 65.286179c0x-116.76395c0y65.217285c1x-116.45216c1y65.355087V-117.09296 65.182831c0x-117.24454c0y65.182831c1x-116.92586c1y65.182831V-117.49603 65.231918c0x-117.61317c0y65.262924c1x-117.37889c1y65.199188V-117.86552 65.379196c0x1c1x-117.73633c1y65.312012V-117.86552 64.128632c0x1c1x1V-118.35129 64.128632c0x1c1x1 1 0 0 1 0 0 V-117.86552 67.438507c0x1c1x1V-117.86552 65.782272c0x-117.73462c0y65.723709c1x1V-117.51413 65.660843c0x-117.41078c0y65.638443c1x-117.61748c1y65.683228V-117.17564 65.627243c0x-116.90347c0y65.627243c1x-117.29794c1y65.627243V-116.54002 65.911469c0x-116.38843c0y66.100937c1x-116.6916c1y65.721985V-116.31264 66.717621c0x-116.31264c0y67.06041c1x-116.31264c1y66.369659V-116.48834 67.500519c0x-116.60548c0y67.677933c1x-116.3712c1y67.321365V-117.05162 67.766647c0x-117.18942c0y67.766647c1x-116.79324c1y67.766647V-117.47018 67.676224c0x-117.61143c0y67.614212c1x-117.32893c1y67.736511V-117.86551 67.438507c0x1c1x-117.74321c1y67.534973 1 0 0 1 0 0 1 0 0 1 0 0 V-153.39771 48.040623c0x-153.397c0y51.576534c1x-153.39772c1y44.506001V-146.99771 54.44062c0x-143.46309c0y54.440617c1x-150.53104c1y54.44133V-140.59772 48.040619c0x-140.597c0y44.507294c1x-140.59772c1y51.575237V-146.99771 41.640617c0x-150.53233c0y41.640621c1x-143.46179c1y41.641338 1 0 0 1 0 0 1 0 0 1 0 0 V-146.17365 58.141911c0x1c1x1V-144.79904 58.141911c0x1c1x1V-144.79904 61.534473c0x1c1x1V-144.28745 61.534473c0x1c1x1V-144.28745 58.141911c0x1c1x1V-142.91284 58.141911c0x1c1x1V-142.91284 57.68716c0x1c1x1V-146.17363 57.68716c0x1c1x1 1 0 0 1 0 0 V-147.93581 59.178028c0x1c1x1V-147.91 59.178028c0x-147.83766c0y59.160801c1x1V-147.69812 59.141857c0x-147.63094c0y59.133244c1x-147.76703c1y59.148746V-147.45782 59.128941c0x-147.30797c0y59.128941c1x-147.55084c1y59.128941V-147.02373 59.22971c0x-146.88422c0y59.29517c1x-147.16327c1y59.162533V-146.62065 59.485508c0x1c1x-146.74985c1y59.380436V-146.62065 61.534481c0x1c1x1V-146.13489 61.534481c0x1c1x1V-146.13489 58.64835c0x1c1x1V-146.62065 58.64835c0x1c1x1V-146.62065 59.07468c0x-146.81357c0y58.919651c1x1V-147.12965 58.746532c0x-147.2778c0y58.681072c1x-146.98325c1y58.810268V-147.58182 58.648342c0x-147.66623c0y58.648342c1x-147.42851c1y58.648342V-147.76527 58.656139c0x-147.80313c0y58.659611c1x-147.72739c1y58.650944V-147.93581 58.679386c0x1c1x-147.85999c1y58.667355 1 0 0 1 0 0 V-150.88911 58.648342c0x1c1x1V-149.20447 62.59901c0x1c1x1V-148.68512 62.59901c0x1c1x1V-149.22256 61.394947c0x1c1x1V-148.07277 58.648342c0x1c1x1V-148.59987 58.648342c0x1c1x1V-149.48611 60.787746c0x1c1x1V-150.38011 58.648342c0x1c1x1 1 0 0 1 0 0 V-141.37936 68.149063c0x1c1x1V-140.86777 68.149063c0x1c1x1V-140.86777 66.265457c0x1c1x1V-138.94798 66.265457c0x1c1x1V-138.94798 68.149063c0x1c1x1V-138.43639 68.149063c0x1c1x1V-138.43639 64.301743c0x1c1x1V-138.94798 64.301743c0x1c1x1V-138.94798 65.810699c0x1c1x1V-140.86777 65.810699c0x1c1x1V-140.86777 64.301743c0x1c1x1V-141.37936 64.301743c0x1c1x1 1 0 0 1 0 0 V-144.61688 68.149063c0x1c1x1V-144.13371 68.149063c0x1c1x1V-144.13371 67.841583c0x-144.09064c0y67.87088c1x1V-143.95801 67.965607c0x-143.88567c0y68.017288c1x-144.03207c1y67.912216V-143.74614 68.08963c0x-143.66518c0y68.129257c1x-143.81503c1y68.058624V-143.46709 68.18782c0x-143.36201c0y68.215393c1x-143.57216c1y68.161987V-143.09761 68.229172c0x-142.83749c0y68.229172c1x-143.23886c1y68.229172V-142.43616 67.970779c0x-142.25529c0y67.798523c1x-142.61702c1y68.143036V-142.16486 67.311905c0x-142.16486c0y67.09314c1x-142.16486c1y67.578903V-142.30438 66.782227c0x-142.39912c0y66.646133c1x-142.21136c1y66.91658V-142.70746 66.461823c0x-142.88316c0y66.384308c1x-142.53348c1y66.539337V-143.3405 66.304214c0x-143.58682c0y66.276642c1x-143.09418c1y66.331772V-144.13373 66.242203c0x1c1x-143.85123c1y66.255981V-144.13373 66.167267c0x-144.13373c0y66.057022c1x1V-144.07433 65.893387c0x-144.03647c0y65.82103c1x-144.11392c1y65.965729V-143.90897 65.722855c0x-143.84006c0y65.683228c1x-143.98134c1y65.764191V-143.66092 65.642746c0x-143.56447c0y65.628967c1x-143.75737c1y65.656525V-143.35861 65.622086c0x-143.23116c0y65.622086c1x-143.4637c1y65.622086V-142.93228 65.673767c0x-142.77553c0y65.706482c1x-143.08904c1y65.639313V-142.44652 65.818451c0x1c1x-142.61362c1y65.754715V-142.42072 65.818451c0x1c1x1V-142.42072 65.324951c0x-142.51546c0y65.299103c1x1V-142.83154 65.23967c0x-143.0107c0y65.208664c1x-142.65239c1y65.270691V-143.36124 65.193161c0x-143.5645c0y65.193161c1x-143.18726c1y65.193161V-143.89091 65.244843c0x-144.04251c0y65.277573c1x-143.74106c1y65.210388V-144.28366 65.415375c0x-144.39218c0y65.494614c1x-144.17342c1y65.334412V-144.53171 65.722855c0x-144.58858c0y65.848602c1x-144.47487c1y65.597107V-144.617 66.190521c0x1c1x-144.617c1y66.004486 1 0 0 1 0 0 V-144.13371 67.438507c0x1c1x1V-144.13371 66.634949c0x-143.98557c0y66.643555c1x1V-143.60919 66.673706c0x-143.40938c0y66.690933c1x-143.81073c1y66.656479V-143.13377 66.748627c0x-142.99425c0y66.788254c1x-143.25092c1y66.715912V-142.79529 66.934662c0x-142.70915c0y67.017349c1x-142.88142c1y66.850266V-142.66609 67.27832c0x-142.66609c0y67.44368c1x-142.66609c1y67.131897V-142.81595 67.652969c0x-142.91585c0y67.735657c1x-142.71605c1y67.568573V-143.27328 67.776993c0x-143.4438c0y67.776993c1x-143.0683c1y67.776993V-143.74095 67.678802c0x-143.8822c0y67.611633c1x-143.5997c1y67.744263V-144.1337 67.438507c0x1c1x-144.01311c1y67.531525 1 0 0 1 0 0 V-147.35316 65.792618c0x1c1x1V-147.32736 65.792618c0x-147.25502c0y65.775391c1x1V-147.11549 65.756439c0x-147.04831c0y65.747833c1x-147.18439c1y65.763336V-146.8752 65.74353c0x-146.72534c0y65.74353c1x-146.96822c1y65.74353V-146.4411 65.844299c0x-146.30157c0y65.90976c1x-146.58064c1y65.777115V-146.03802 66.100098c0x1c1x-146.16722c1y65.995026V-146.03802 68.149063c0x1c1x1V-145.55226 68.149063c0x1c1x1V-145.55226 65.262939c0x1c1x1V-146.03802 65.262939c0x1c1x1V-146.03802 65.68927c0x-146.23094c0y65.534241c1x1V-146.54703 65.361115c0x-146.69518c0y65.295654c1x-146.40062c1y65.42485V-146.99919 65.262924c0x-147.0836c0y65.262924c1x-146.84589c1y65.262924V-147.18265 65.270721c0x-147.2205c0y65.2742c1x-147.14476c1y65.265533V-147.35318 65.293976c0x1c1x-147.27736c1y65.281937 1 0 0 1 0 0 V-150.15144 68.149063c0x1c1x1V-149.66568 68.149063c0x1c1x1V-149.66568 67.846756c0x-149.52615c0y67.967331c1x1V-149.22902 68.128387c0x-149.07742c0y68.195572c1x-149.3806c1y68.061218V-148.7355 68.229156c0x-148.39099c0y68.229156c1x-148.91292c1y68.229156V-147.91385 67.831253c0x-147.71231c0y67.565979c1x-148.11711c1y68.096527V-147.61154 66.727951c0x-147.61154c0y66.483353c1x-147.61154c1y67.198212V-147.7149 66.074249c0x-147.78552c0y65.883041c1x-147.646c1y66.265442V-147.99913 65.585907c0x-148.11627c0y65.454987c1x-147.88026c1y65.720261V-148.40736 65.286179c0x-148.56412c0y65.217285c1x-148.25235c1y65.355087V-148.89313 65.182831c0x-149.04472c0y65.182831c1x-148.72603c1y65.182831V-149.2962 65.231918c0x-149.41335c0y65.262924c1x-149.17908c1y65.199188V-149.66568 65.379196c0x1c1x-149.5365c1y65.312012V-149.66568 64.128632c0x1c1x1V-150.15144 64.128632c0x1c1x1 1 0 0 1 0 0 V-149.66568 67.438507c0x1c1x-149.54338c1y67.534973V-149.66568 65.782272c0x-149.53477c0y65.723709c1x1V-149.31429 65.660843c0x-149.21094c0y65.638443c1x-149.41763c1y65.683228V-148.9758 65.627243c0x-148.70364c0y65.627243c1x-149.0981c1y65.627243V-148.34018 65.911469c0x-148.1886c0y66.100937c1x-148.49178c1y65.721985V-148.11281 66.717621c0x-148.11281c0y67.06041c1x-148.11281c1y66.369659V-148.28851 67.500519c0x-148.40565c0y67.677933c1x-148.17137c1y67.321365V-148.85178 67.766647c0x-148.98958c0y67.766647c1x-148.5934c1y67.766647V-149.27036 67.676224c0x-149.41161c0y67.614212c1x-149.1291c1y67.736511 1 0 0 1 0 0 V-153.52333 66.756378c0x1c1x1V-151.39685 66.756378c0x-151.39685c0y66.933807c1x1V-151.47694 67.221466c0x-151.53033c0y67.352386c1x-151.42355c1y67.088837V-151.69658 67.544449c0x-151.78615c0y67.627121c1x-151.60355c1y67.460037V-152.01439 67.730484c0x-152.13841c0y67.77182c1x-151.89209c1y67.689133V-152.42262 67.792496c0x-152.61899c0y67.792496c1x-152.27449c1y67.792496V-153.01433 67.676224c0x-153.21414c0y67.596985c1x-152.81622c1y67.753738V-153.44066 67.44368c0x1c1x-153.35625c1y67.51947V-153.46646 67.44368c0x1c1x1V-153.46646 67.973358c0x-153.30283c0y68.042267c1x1V-152.96519 68.146484c0x-152.79466c0y68.192993c1x-153.13574c1y68.099976V-152.42775 68.216248c0x-151.94888c0y68.216248c1x-152.61551c1y68.216248V-151.30637 67.828674c0x-151.03764c0y67.568558c1x-151.57509c1y68.087051V-150.90329 66.722794c0x-150.90329c0y66.250824c1x-150.90329c1y67.199936V-151.28828 65.598831c0x-151.54666c0y65.321503c1x-151.03162c1y65.87616V-152.3063 65.182846c0x-152.6956c0y65.182846c1x-151.886c1y65.182846V-153.20547 65.523911c0x-153.41734c0y65.751282c1x-152.99533c1y65.296524V-153.52328 66.492844c0x1c1x-153.52328c1y66.074265 1 0 0 1 0 0 V-153.05049 66.384308c0x-153.04849c0y66.129379c1x1V-152.8567 65.792618c0x-152.73096c0y65.653091c1x-152.98389c1y65.932144V-152.2805 65.583328c0x-152.0204c0y65.583328c1x-152.53889c1y65.583328V-151.65781 65.813278c0x-151.5045c0y65.966583c1x-151.81284c1y65.659973V-151.39685 66.384308c0x1c1x-151.41751c1y66.156921 1 0 0 1 0 0 V-156.06065 65.792618c0x1c1x1V-156.03485 65.792618c0x-155.96251c0y65.775391c1x1V-155.82298 65.756439c0x-155.7558c0y65.747833c1x-155.89188c1y65.763336V-155.58269 65.74353c0x-155.43283c0y65.74353c1x-155.6757c1y65.74353V-155.14861 65.844299c0x-155.00908c0y65.90976c1x-155.28813c1y65.777115V-154.74553 66.100098c0x1c1x-154.87473c1y65.995026V-154.74553 68.149063c0x1c1x1V-154.25977 68.149063c0x1c1x1V-154.25977 65.262939c0x1c1x1V-154.74553 65.262939c0x1c1x1V-154.74553 65.68927c0x-154.93845c0y65.534241c1x1V-155.25453 65.361115c0x-155.40268c0y65.295654c1x-155.10812c1y65.42485V-155.7067 65.262924c0x-155.79111c0y65.262924c1x-155.55339c1y65.262924V-155.89015 65.270721c0x-155.92801c0y65.2742c1x-155.85226c1y65.265533V-156.0607 65.293976c0x1c1x-155.98486c1y65.281937 1 0 0 1 0 0 1 0 0 1 0 0 V-84.464378 89.431244c0x-84.463676c0y92.967148c1x-84.464394c1y85.896622V-78.064384 95.831238c0x-74.529762c0y95.831238c1x-81.59771c1y95.831947V-71.664391 89.431236c0x-71.663673c0y85.897911c1x-71.664391c1y92.965851V-78.064384 83.031235c0x-81.599007c0y83.031235c1x-74.528465c1y83.031952 1 0 0 1 0 0 1 0 0 1 0 0 V-74.617744 102.92509c0x1c1x1V-73.953697 102.92509c0x1c1x1V-72.666954 101.39546c0x1c1x1V-71.946068 101.39546c0x1c1x1V-71.946068 102.92509c0x1c1x1V-71.434471 102.92509c0x1c1x1V-71.434471 99.077774c0x1c1x1V-72.511925 99.077774c0x-72.744469c0y99.077774c1x1V-73.093285 99.124283c0x-73.248314c0y99.15358c1x-72.938255c1y99.093277V-73.511864 99.284485c0x-73.65139c0y99.37233c1x-73.38784c1y99.20697V-73.837425 99.617798c0x-73.916664c0y99.750427c1x-73.759911c1y99.483429V-73.956291 100.12422c0x-73.956291c0y100.40155c1x-73.956291c1y99.919235V-73.747002 100.82185c0x-73.607475c0y101.00789c1x-73.886528c1y100.63409V-73.170815 101.24303c0x1c1x-73.415413c1y101.14828 1 0 0 1 0 0 V-73.42144 100.1604c0x-73.42144c0y100.05016c1x1V-73.362038 99.868423c0x-73.324181c0y99.782303c1x-73.401634c1y99.952835V-73.170845 99.651382c0x-73.096764c0y99.60144c1x-73.260445c1y99.709961V-72.907295 99.548035c0x-72.805656c0y99.527359c1x-73.008919c1y99.566986V-72.548134 99.517014c0x1c1x-72.685936c1y99.517014V-71.946098 99.517014c0x1c1x1V-71.946098 100.96913c0x1c1x1V-72.462868 100.96913c0x-72.624779c0y100.96913c1x1V-72.88662 100.92778c0x-73.007195c0y100.8985c1x-72.766029c1y100.95535V-73.194084 100.76759c0x-73.271599c0y100.69524c1x-73.109688c1y100.84511V-73.364616 100.51955c0x-73.402473c0y100.4248c1x-73.328438c1y100.61256V-73.42141 100.16039c0x1c1x-73.42141c1y100.30508 1 0 0 1 0 0 V-77.361763 101.53241c0x1c1x1V-75.235268 101.53241c0x-75.235268c0y101.70984c1x1V-75.315361 101.9975c0x-75.368752c0y102.12842c1x-75.261971c1y101.86487V-75.534981 102.32048c0x-75.62455c0y102.40315c1x-75.441963c1y102.23607V-75.852791 102.50652c0x-75.976814c0y102.54785c1x-75.730492c1y102.46516V-76.26104 102.56853c0x-76.457405c0y102.56853c1x-76.112892c1y102.56853V-76.85273 102.45226c0x-77.052544c0y102.37302c1x-76.65464c1y102.52977V-77.27906 102.21971c0x1c1x-77.194664c1y102.2955V-77.304863 102.21971c0x1c1x1V-77.304863 102.74939c0x-77.141228c0y102.8183c1x1V-76.803596 102.92252c0x-76.633064c0y102.96902c1x-76.974144c1y102.87601V-76.266167 102.99228c0x-75.7873c0y102.99228c1x-76.453926c1y102.99228V-75.144783 102.60471c0x-74.87606c0y102.34459c1x-75.413506c1y102.86308V-74.741707 101.49883c0x-74.741707c0y101.02684c1x-74.741707c1y101.97597V-75.126701 100.37486c0x-75.385078c0y100.09753c1x-74.870033c1y100.65219V-76.144737 99.958862c0x-76.534035c0y99.958862c1x-75.724434c1y99.958862V-77.043907 100.29993c0x-77.255775c0y100.52731c1x-76.833748c1y100.07256V-77.361717 101.26886c0x1c1x-77.361717c1y100.85028 1 0 0 1 0 0 V-76.888924 101.16034c0x-76.886925c0y100.9054c1x1V-76.695137 100.56863c0x-76.569389c0y100.42911c1x-76.822319c1y100.70816V-76.11895 100.35934c0x-75.858833c0y100.35934c1x-76.377327c1y100.35934V-75.496254 100.58931c0x-75.342949c0y100.74261c1x-75.651268c1y100.436V-75.235283 101.16032c0x1c1x-75.255959c1y100.93295 1 0 0 1 0 0 V-79.596764 102.89925c0x-79.50547c0y102.92337c1x1V-79.29705 102.95868c0x-79.190254c0y102.97418c1x-79.405556c1y102.94318V-79.010246 102.98193c0x-78.715691c0y102.98193c1x-79.094643c1y102.98193V-78.338448 102.74422c0x-78.185143c0y102.58575c1x-78.491753c1y102.90269V-78.108482 101.98199c0x1c1x-78.108482c1y102.33167V-78.108482 100.4472c0x1c1x1V-77.780342 100.4472c0x1c1x1V-77.780342 100.03896c0x1c1x1V-78.108482 100.03896c0x1c1x1V-78.108482 99.209549c0x1c1x1V-78.594246 99.209549c0x1c1x1V-78.594246 100.03896c0x1c1x1V-79.596764 100.03896c0x1c1x1V-79.596764 100.4472c0x1c1x1V-78.594246 100.4472c0x1c1x1V-78.594246 101.76236c0x-78.594246c0y101.91396c1x1V-78.604546 102.11893c0x-78.611412c0y102.20334c1x-78.597679c1y102.03281V-78.676842 102.35664c0x-78.714699c0y102.42554c1x-78.635506c1y102.28258V-78.831871 102.50908c0x-78.899055c0y102.54008c1x-78.76638c1y102.47636V-79.136757 102.55559c0x-79.215996c0y102.55559c1x-79.000679c1y102.55559V-79.384804 102.522c0x-79.47094c0y102.49788c1x-79.298683c1y102.54439V-79.570839 102.46257c0x1c1x-79.532951c1y102.47807V-79.596642 102.46257c0x1c1x1 1 0 0 1 0 0 V-81.984215 100.56865c0x1c1x1V-81.958412 100.56865c0x-81.88607c0y100.55142c1x1V-81.746529 100.53247c0x-81.679359c0y100.52386c1x-81.815437c1y100.53937V-81.506233 100.51956c0x-81.356377c0y100.51956c1x-81.599266c1y100.51956V-81.072151 100.62033c0x-80.932625c0y100.68579c1x-81.211678c1y100.55315V-80.669075 100.87613c0x1c1x-80.798271c1y100.77106V-80.669075 102.92509c0x1c1x1V-80.183311 102.92509c0x1c1x1V-80.183311 100.03897c0x1c1x1V-80.669075 100.03897c0x1c1x1V-80.669075 100.4653c0x-80.861992c0y100.31027c1x1V-81.178078 100.13715c0x-81.326225c0y100.07169c1x-81.03167c1y100.20088V-81.630241 100.03896c0x-81.714653c0y100.03896c1x-81.476936c1y100.03896V-81.813698 100.04675c0x-81.851555c0y100.05023c1x-81.77581c1y100.04156V-81.984245 100.07001c0x1c1x-81.908409c1y100.05797 1 0 0 1 0 0 V-84.901344 101.48332c0x-84.901344c0y101.95357c1x-84.901344c1y101.01306V-84.539619 102.59694c0x-84.298454c0y102.86911c1x-84.780769c1y102.32478V-83.570686 103.00519c0x-83.162437c0y103.00519c1x-83.975487c1y103.00519V-82.596581 102.59694c0x-82.357155c0y102.32478c1x-82.837746c1y102.86911V-82.237434 101.48332c0x-82.237434c0y101.01306c1x-82.237434c1y101.95357V-82.596581 100.36969c0x-82.837746c0y100.09581c1x-82.357155c1y100.64186V-83.570686 99.958862c0x-83.975487c0y99.958862c1x-83.162437c1y99.958862V-84.539619 100.36969c0x-84.780769c0y100.64186c1x-84.298454c1y100.09581 1 0 0 1 0 0 V-84.400078 101.48332c0x-84.400078c0y101.10953c1x1V-84.180458 100.65132c0x-84.034035c0y100.46873c1x-84.326866c1y100.8322V-83.570671 100.37744c0x-83.307121c0y100.37744c1x-83.830772c1y100.37744V-82.955727 100.65132c0x-82.811028c0y100.8322c1x-83.102135c1y100.46873V-82.738686 101.48332c0x-82.738686c0y101.84505c1x-82.738686c1y101.10953V-82.958321 102.30756c0x-83.104729c0y102.49359c1x-82.811897c1y102.1198V-83.570686 102.58661c0x-83.829063c0y102.58661c1x-83.308861c1y102.58661V-84.177879 102.31015c0x-84.326027c0y102.12411c1x-84.031471c1y102.49446V-84.400093 101.48332c0x1c1x-84.400093c1y101.84851 1 0 0 1 0 0 V-72.828438 109.53967c0x1c1x1V-72.164391 109.53967c0x1c1x1V-70.877647 108.01006c0x1c1x1V-70.156761 108.01006c0x1c1x1V-70.156761 109.53967c0x1c1x1V-69.645164 109.53967c0x1c1x1V-69.645164 105.69237c0x1c1x1V-70.722618 105.69237c0x-70.955162c0y105.69237c1x1V-71.303978 105.73888c0x-71.459007c0y105.76816c1x-71.148949c1y105.70787V-71.722557 105.89906c0x-71.862083c0y105.98692c1x-71.598534c1y105.82156V-72.048119 106.23238c0x-72.127357c0y106.36502c1x-71.970604c1y106.09802V-72.166985 106.73882c0x-72.166985c0y107.01614c1x-72.166985c1y106.53383V-71.957695 107.43645c0x-71.818169c0y107.62248c1x-72.097221c1y107.24869V-71.381508 107.8576c0x1c1x-71.626106c1y107.76286 1 0 0 1 0 0 V-71.632133 106.77498c0x-71.632133c0y106.66473c1x1V-71.572731 106.48302c0x-71.534874c0y106.39688c1x-71.612328c1y106.56741V-71.381538 106.26598c0x-71.307457c0y106.21602c1x-71.471138c1y106.32454V-71.117989 106.16261c0x-71.01635c0y106.14194c1x-71.219612c1y106.18156V-70.758842 106.13161c0x1c1x-70.896645c1y106.13161V-70.156807 106.13161c0x1c1x1V-70.156807 107.58371c0x1c1x1V-70.673561 107.58371c0x-70.835472c0y107.58371c1x1V-71.097313 107.54237c0x-71.217888c0y107.51308c1x-70.976723c1y107.56993V-71.404778 107.38217c0x-71.482292c0y107.30983c1x-71.320381c1y107.45969V-71.57531 107.13412c0x-71.613167c0y107.03938c1x-71.539131c1y107.22714V-71.632103 106.77498c0x1c1x-71.632103c1y106.91966 1 0 0 1 0 0 V-75.616386 108.0979c0x-75.616386c0y108.56816c1x-75.616386c1y107.62766V-75.254662 109.21153c0x-75.013496c0y109.48369c1x-75.495811c1y108.93936V-74.285728 109.61977c0x-73.87748c0y109.61977c1x-74.690529c1y109.61977V-73.311623 109.21153c0x-73.072197c0y108.93936c1x-73.552788c1y109.48369V-72.952477 108.0979c0x-72.952477c0y107.62766c1x-72.952477c1y108.56816V-73.311623 106.98428c0x-73.552788c0y106.71039c1x-73.072197c1y107.25644V-74.285728 106.57346c0x-74.690529c0y106.57346c1x-73.87748c1y106.57346V-75.254662 106.98428c0x-75.495811c0y107.25644c1x-75.013496c1y106.71039 1 0 0 1 0 0 V-75.11512 108.0979c0x-75.11512c0y107.72411c1x1V-74.8955 107.26591c0x-74.749077c0y107.08331c1x-75.041908c1y107.44678V-74.285713 106.99202c0x-74.022163c0y106.99202c1x-74.545815c1y106.99202V-73.670769 107.26591c0x-73.52607c0y107.44678c1x-73.817177c1y107.08331V-73.453712 108.0979c0x-73.453712c0y108.45964c1x-73.453712c1y107.72411V-73.673347 108.92215c0x-73.819756c0y109.10818c1x-73.526924c1y108.73439V-74.285713 109.2012c0x-74.54409c0y109.2012c1x-74.023888c1y109.2012V-74.892906 108.92473c0x-75.041054c0y108.73869c1x-74.746498c1y109.10904V-75.11512 108.09792c0x1c1x-75.11512c1y108.46309 1 0 0 1 0 0 V-78.50251 109.35881c0x-78.340599c0y109.43633c1x1V-78.040016 109.53967c0x-77.895317c0y109.58275c1x-78.186424c1y109.49661V-77.577522 109.60428c0x-77.369087c0y109.60428c1x-77.741158c1y109.60428V-77.003914 109.51384c0x-76.829933c0y109.45183c1x-77.177879c1y109.57413V-76.556908 109.23479c0x-76.43116c0y109.11076c1x-76.680931c1y109.35881V-76.264931 108.76454c0x-76.196037c0y108.57506c1x-76.333839c1y108.95401V-76.161583 108.10049c0x-76.161583c0y107.62852c1x-76.161583c1y108.35371V-76.549156 106.98946c0x-76.809273c0y106.72073c1x-76.290779c1y107.25816V-77.577522 106.58638c0x-77.742882c0y106.58638c1x-77.152061c1y106.58638V-78.063271 106.65614c0x-78.223473c0y106.70265c1x-77.904808c1y106.60963V-78.502525 106.82668c0x1c1x-78.369881c1y106.75949V-78.502525 107.36668c0x1c1x1V-78.476723 107.36668c0x-78.328575c0y107.25128c1x1V-78.016808 107.10056c0x-77.860054c0y107.03854c1x-78.17527c1y107.16257V-77.556892 107.00754c0x-77.281273c0y107.00754c1x-77.706749c1y107.00754V-76.903175 107.28659c0x-76.744698c0y107.4709c1x-77.063377c1y107.10056V-76.665459 108.10049c0x-76.665459c0y108.44844c1x-76.665459c1y107.7422V-76.898003 108.90405c0x-77.054756c0y109.09009c1x-76.742973c1y108.71631V-77.556877 109.18311c0x-77.655052c0y109.18311c1x-77.274376c1y109.18311V-77.85659 109.14435c0x-77.958214c0y109.11852c1x-77.754951c1y109.1702V-78.13047 109.04358c0x-78.201103c0y109.00742c1x-78.049507c1y109.08493V-78.32943 108.9299c0x-78.391426c0y108.88855c1x-78.267418c1y108.96951V-78.476707 108.82396c0x1c1x-78.440529c1y108.85324V-78.50251 108.82396c0x1c1x1 1 0 0 1 0 0 V-81.745216 109.53967c0x1c1x1V-81.104424 109.53967c0x1c1x1V-79.946877 108.27618c0x1c1x1V-79.63166 108.57591c0x1c1x1V-79.63166 109.53967c0x1c1x1V-79.145897 109.53967c0x1c1x1V-79.145897 105.51926c0x1c1x1V-79.63166 105.51926c0x1c1x1V-79.63166 108.09792c0x1c1x1V-81.034676 106.65355c0x1c1x1V-81.647041 106.65355c0x1c1x1V-80.306038 107.9868c0x1c1x1 1 0 0 1 0 0 V-84.62101 108.147c0x1c1x1V-82.494514 108.147c0x-82.494514c0y108.32442c1x1V-82.574608 108.61209c0x-82.627998c0y108.743c1x-82.521217c1y108.47945V-82.794228 108.93506c0x-82.883797c0y109.01775c1x-82.70121c1y108.85066V-83.112053 109.12109c0x-83.236076c0y109.16245c1x-82.989738c1y109.07976V-83.520287 109.18311c0x-83.716652c0y109.18311c1x-83.372154c1y109.18311V-84.111977 109.06683c0x-84.31179c0y108.98759c1x-83.913887c1y109.14435V-84.538322 108.83429c0x1c1x-84.453911c1y108.91008V-84.564125 108.83429c0x1c1x1V-84.564125 109.36398c0x-84.40049c0y109.43288c1x1V-84.062859 109.53709c0x-83.892326c0y109.5836c1x-84.233406c1y109.49059V-83.525429 109.60686c0x-83.046562c0y109.60686c1x-83.713188c1y109.60686V-82.404045 109.21928c0x-82.135323c0y108.95918c1x-82.672768c1y109.47768V-82.000969 108.11342c0x-82.000969c0y107.64143c1x-82.000969c1y108.59056V-82.385963 106.98946c0x-82.644341c0y106.71213c1x-82.129295c1y107.26678V-83.403999 106.57346c0x-83.793297c0y106.57346c1x-82.983696c1y106.57346V-84.303169 106.91452c0x-84.515038c0y107.14191c1x-84.09301c1y106.68715V-84.620979 107.88345c0x1c1x-84.620979c1y107.46487 1 0 0 1 0 0 V-84.14817 107.77493c0x-84.146172c0y107.51999c1x1V-83.954384 107.18323c0x-83.828636c0y107.0437c1x-84.081566c1y107.32275V-83.378197 106.97394c0x-83.11808c0y106.97394c1x-83.636574c1y106.97394V-82.755501 107.2039c0x-82.602196c0y107.35721c1x-82.910515c1y107.0506V-82.49453 107.77492c0x1c1x-82.515205c1y107.54755 1 0 0 1 0 0 V-86.856026 109.51384c0x-86.764732c0y109.53796c1x1V-86.556297 109.57327c0x-86.449501c0y109.58878c1x-86.664818c1y109.55777V-86.269493 109.59653c0x-85.974937c0y109.59653c1x-86.353889c1y109.59653V-85.597694 109.35881c0x-85.444389c0y109.20035c1x-85.750999c1y109.51729V-85.367729 108.59659c0x1c1x-85.367729c1y108.94626V-85.367729 107.0618c0x1c1x1V-85.039589 107.0618c0x1c1x1V-85.039589 106.65355c0x1c1x1V-85.367729 106.65355c0x1c1x1V-85.367729 105.82414c0x1c1x1V-85.853493 105.82414c0x1c1x1V-85.853493 106.65355c0x1c1x1V-86.856026 106.65355c0x1c1x1V-86.856026 107.0618c0x1c1x1V-85.853493 107.0618c0x1c1x1V-85.853493 108.37695c0x-85.853493c0y108.52855c1x1V-85.863792 108.73352c0x-85.870659c0y108.81793c1x-85.856926c1y108.6474V-85.936089 108.97124c0x-85.973946c0y109.04013c1x-85.894753c1y108.89717V-86.091118 109.12367c0x-86.158302c0y109.15468c1x-86.025627c1y109.09096V-86.396004 109.17018c0x-86.475243c0y109.17018c1x-86.259926c1y109.17018V-86.644051 109.1366c0x-86.730186c0y109.11247c1x-86.55793c1y109.15898V-86.830086 109.07716c0x1c1x-86.792198c1y109.09267V-86.855888 109.07716c0x1c1x1 1 0 0 1 0 0 1 0 0 1 0 0 V-49.997711 89.431244c0x-49.997009c0y92.967148c1x-49.997726c1y85.896622V-43.597717 95.831238c0x-40.063095c0y95.831238c1x-47.131042c1y95.831947V-37.197723 89.431236c0x-37.197006c0y85.897911c1x-37.197723c1y92.965851V-43.597717 83.031235c0x-47.132339c0y83.031235c1x-40.061798c1y83.031952 1 0 0 1 0 0 1 0 0 1 0 0 V-38.20546 101.00531c0x-38.20546c0y101.355c1x-38.20546c1y100.63152V-37.975494 101.95616c0x-37.823898c0y102.24037c1x-38.128799c1y101.67194V-37.368301 102.61761c0x-37.192596c0y102.72614c1x-37.621506c1y102.46086V-36.77919 102.85275c0x-36.563873c0y102.90099c1x-36.996231c1y102.80452V-35.926529 102.92509c0x1c1x-36.279648c1y102.92509V-34.955002 102.92509c0x1c1x1V-34.955002 99.077789c0x1c1x1V-35.916183 99.077789c0x-36.291687c0y99.077789c1x1V-36.810181 99.160461c0x-37.032394c0y99.213867c1x-36.589691c1y99.105347V-37.373459 99.382675c0x-37.635284c0y99.54631c1x-37.220154c1y99.287933V-37.985825 100.03638c0x-38.132248c0y100.30855c1x-37.839417c1y99.764221 1 0 0 1 0 0 V-37.670609 100.99751c0x-37.670609c0y100.69608c1x1V-37.512985 100.23529c0x-37.407913c0y100.02858c1x-37.618073c1y100.44199V-37.04274 99.746948c0x-36.891144c0y99.660812c1x-37.25116c1y99.865799V-36.559555 99.568665c0x-36.389023c0y99.53421c1x-36.730087c1y99.601395V-35.947189 99.516983c0x1c1x-36.184906c1y99.516983V-35.466599 99.516983c0x1c1x1V-35.466599 102.48579c0x1c1x1V-35.947189 102.48579c0x-36.193512c0y102.48579c1x1V-36.590561 102.43153c0x-36.774872c0y102.39536c1x-36.407959c1y102.4677V-37.096985 102.23c0x-37.288193c0y102.1077c1x-36.94368c1y102.32817V-37.525894 101.74681c0x-37.62236c0y101.547c1x-37.431152c1y101.94664V-37.670593 100.99751c0x1c1x-37.670593c1y101.29723 1 0 0 1 0 0 V-41.409393 101.53241c0x1c1x1V-39.282898 101.53241c0x-39.282898c0y101.70984c1x1V-39.362991 101.9975c0x-39.416382c0y102.12842c1x-39.309601c1y101.86487V-39.582626 102.32048c0x-39.672195c0y102.40315c1x-39.489594c1y102.23607V-39.900436 102.50652c0x-40.02446c0y102.54785c1x-39.778137c1y102.46516V-40.30867 102.56853c0x-40.505035c0y102.56853c1x-40.160538c1y102.56853V-40.900375 102.45226c0x-41.100189c0y102.37302c1x-40.702271c1y102.52977V-41.326706 102.21971c0x1c1x-41.242294c1y102.2955V-41.352509 102.21971c0x1c1x1V-41.352509 102.74939c0x-41.188873c0y102.8183c1x1V-40.851242 102.92252c0x-40.68071c0y102.96902c1x-41.02179c1y102.87601V-40.313812 102.99228c0x-39.834946c0y102.99228c1x-40.501572c1y102.99228V-39.192429 102.60471c0x-38.923706c0y102.34459c1x-39.461151c1y102.86308V-38.789352 101.49883c0x-38.789352c0y101.02684c1x-38.789352c1y101.97597V-39.174347 100.37486c0x-39.432724c0y100.09753c1x-38.917679c1y100.65219V-40.192383 99.958862c0x-40.58168c0y99.958862c1x-39.772079c1y99.958862V-41.091553 100.29993c0x-41.303421c0y100.52731c1x-40.881393c1y100.07256V-41.409363 101.26886c0x1c1x-41.409363c1y100.85028 1 0 0 1 0 0 V-40.936554 101.16034c0x-40.934555c0y100.9054c1x1V-40.742767 100.56863c0x-40.61702c0y100.42911c1x-40.869949c1y100.70816V-40.16658 100.35934c0x-39.906464c0y100.35934c1x-40.424957c1y100.35934V-39.543884 100.58931c0x-39.390579c0y100.74261c1x-39.698898c1y100.436V-39.282913 101.16032c0x1c1x-39.303589c1y100.93295 1 0 0 1 0 0 V-44.685684 101.44714c0x-44.685684c0y101.68141c1x1V-44.584915 102.09052c0x-44.517731c0y102.28345c1x-44.6521c1y101.89587V-44.30069 102.58145c0x-44.186996c0y102.70891c1x-44.422989c1y102.44708V-43.897614 102.87859c0x-43.744308c0y102.94749c1x-44.052628c1y102.80797V-43.409271 102.98195c0x-43.259415c0y102.98195c1x-43.581528c1y102.98195V-43.001022 102.93286c0x-42.880447c0y102.90013c1x-43.123322c1y102.96558V-42.631546 102.78041c0x1c1x-42.757294c1y102.84932V-42.631546 103.98964c0x1c1x1V-42.145782 103.98964c0x1c1x1V-42.145782 100.03897c0x1c1x1V-42.631546 100.03897c0x1c1x1V-42.631546 100.34128c0x-42.760742c0y100.23276c1x1V-43.065628 100.06998c0x-43.227539c0y99.995911c1x-42.905426c1y100.14233V-43.582382 99.958878c0x-43.930344c0y99.958878c1x-43.399796c1y99.958878V-44.393707 100.3542c0x-44.588364c0y100.61603c1x-44.20079c1y100.09065V-44.685684 101.44716c0x1c1x-44.685684c1y100.98035 1 0 0 1 0 0 V-44.184418 101.46007c0x-44.184418c0y101.11211c1x-44.184418c1y101.81834V-44.006134 100.67975c0x-43.887283c0y100.50749c1x-44.124985c1y100.85201V-43.458359 100.42137c0x-43.318832c0y100.42137c1x-43.704681c1y100.42137V-43.037201 100.5118c0x-42.89595c0y100.57208c1x-43.178452c1y100.45151V-42.631546 100.74951c0x1c1x-42.760727c1y100.65132V-42.631546 102.38507c0x-42.769348c0y102.44708c1x1V-42.985519 102.51167c0x-43.085419c0y102.53407c1x-42.887329c1y102.48929V-43.324005 102.54527c0x-43.594437c0y102.54527c1x-43.198257c1y102.54527V-43.957047 102.27138c0x-44.108627c0y102.08879c1x-43.80545c1y102.45398 1 0 0 1 0 0 V-45.93367 102.92509c0x1c1x1V-45.447906 102.92509c0x1c1x1V-45.447906 98.904663c0x1c1x1V-45.93367 98.904663c0x1c1x1 1 0 0 1 0 0 V-49.354645 101.48332c0x-49.354645c0y101.95357c1x-49.354645c1y101.01306V-48.99292 102.59694c0x-48.751755c0y102.86911c1x-49.23407c1y102.32478V-48.023987 103.00519c0x-47.615738c0y103.00519c1x-48.428787c1y103.00519V-47.049881 102.59694c0x-46.810455c0y102.32478c1x-47.291046c1y102.86911V-46.690735 101.48332c0x-46.690735c0y101.01306c1x-46.690735c1y101.95357V-47.049881 100.36969c0x-47.291046c0y100.09581c1x-46.810455c1y100.64186V-48.023987 99.958862c0x-48.428787c0y99.958862c1x-47.615738c1y99.958862V-48.99292 100.36969c0x-49.23407c0y100.64186c1x-48.751755c1y100.09581 1 0 0 1 0 0 V-48.853378 101.48332c0x-48.853378c0y101.10953c1x1V-48.633759 100.65132c0x-48.487335c0y100.46873c1x-48.780167c1y100.8322V-48.023972 100.37744c0x-47.760422c0y100.37744c1x-48.284073c1y100.37744V-47.409027 100.65132c0x-47.264328c0y100.8322c1x-47.555435c1y100.46873V-47.191971 101.48332c0x-47.191971c0y101.84505c1x-47.191971c1y101.10953V-47.411606 102.30756c0x-47.558014c0y102.49359c1x-47.265182c1y102.1198V-48.023972 102.58661c0x-48.282349c0y102.58661c1x-47.762146c1y102.58661V-48.631165 102.31015c0x-48.779312c0y102.12411c1x-48.484756c1y102.49446V-48.853378 101.48332c0x1c1x-48.853378c1y101.84851 1 0 0 1 0 0 V-52.563751 100.03896c0x1c1x1V-50.879105 103.98962c0x1c1x1V-50.359756 103.98962c0x1c1x1V-50.897202 102.78557c0x1c1x1V-49.747406 100.03896c0x1c1x1V-50.274506 100.03896c0x1c1x1V-51.160751 102.17836c0x1c1x1V-52.054749 100.03896c0x1c1x1 1 0 0 1 0 0 V-37.20163 109.53967c0x1c1x1V-36.656448 109.53967c0x1c1x1V-36.279205 108.46739c0x1c1x1V-34.615219 108.46739c0x1c1x1V-34.237976 109.53967c0x1c1x1V-33.718628 109.53967c0x1c1x1V-35.119064 105.69237c0x1c1x1V-35.801193 105.69237c0x1c1x1 1 0 0 1 0 0 V-36.121597 108.02814c0x1c1x1V-35.44722 106.13937c0x1c1x1V-34.770248 108.02814c0x1c1x1 1 0 0 1 0 0 V-38.268753 106.17038c0x1c1x1V-37.720978 106.17038c0x1c1x1V-37.720978 105.66653c0x1c1x1V-38.268753 105.66653c0x1c1x1 1 0 0 1 0 0 V-38.237747 109.53969c0x1c1x1V-37.751984 109.53969c0x1c1x1V-37.751984 106.65355c0x1c1x1V-38.237747 106.65355c0x1c1x1 1 0 0 1 0 0 V-40.999847 107.18323c0x1c1x1V-40.974045 107.18323c0x-40.901703c0y107.166c1x1V-40.762177 107.14706c0x-40.694992c0y107.13844c1x-40.83107c1y107.15395V-40.521881 107.13414c0x-40.372025c0y107.13414c1x-40.614899c1y107.13414V-40.087784 107.23491c0x-39.948257c0y107.30037c1x-40.227325c1y107.16774V-39.684708 107.49071c0x1c1x-39.813904c1y107.38564V-39.684708 109.53969c0x1c1x1V-39.198944 109.53969c0x1c1x1V-39.198944 106.65355c0x1c1x1V-39.684708 106.65355c0x1c1x1V-39.684708 107.07988c0x-39.877625c0y106.92485c1x1V-40.19371 106.75174c0x-40.341858c0y106.68628c1x-40.047302c1y106.81548V-40.645874 106.65355c0x-40.730286c0y106.65355c1x-40.492569c1y106.65355V-40.82933 106.66135c0x-40.867188c0y106.66481c1x-40.791443c1y106.65614V-40.999863 106.68459c0x1c1x-40.924042c1y106.67256 1 0 0 1 0 0 V-43.997101 108.07465c0x-43.997101c0y108.31581c1x1V-43.893738 108.72577c0x-43.826569c0y108.9187c1x-43.962646c1y108.53285V-43.619858 109.21153c0x-43.497559c0y109.34761c1x-43.735275c1y109.08061V-43.216782 109.519c0x-43.070374c0y109.58618c1x-43.36319c1y109.4501V-42.733612 109.61977c0x-42.569962c0y109.61977c1x-42.909317c1y109.61977V-42.304688 109.56033c0x-42.182388c0y109.52245c1x-42.426987c1y109.59996V-41.942963 109.4053c0x1c1x-42.061813c1y109.47076V-41.911957 109.53967c0x1c1x1V-41.457214 109.53967c0x1c1x1V-41.457214 105.51926c0x1c1x1V-41.942947 105.51926c0x1c1x1V-41.942947 106.95586c0x-42.079025c0y106.8439c1x1V-42.377029 106.68198c0x-42.530334c0y106.60962c1x-42.223724c1y106.75259V-42.893784 106.57346c0x-43.234848c0y106.57346c1x-42.702591c1y106.57346V-43.699936 106.96619c0x-43.898026c0y107.22801c1x-43.503571c1y106.70436V-43.99707 108.07465c0x1c1x-43.99707c1y107.5975 1 0 0 1 0 0 V-43.495834 108.08757c0x-43.495834c0y107.74306c1x1V-43.325287 107.30467c0x-43.211594c0y107.12552c1x-43.43898c1y107.48209V-42.774933 107.03595c0x-42.633682c0y107.03595c1x-43.028152c1y107.03595V-42.346008 107.12897c0x-42.201309c0y107.18925c1x-42.490707c1y107.06696V-41.942932 107.36411c0x1c1x-42.066956c1y107.26764V-41.942932 109.01775c0x-42.080734c0y109.07976c1x1V-42.296906 109.14694c0x-42.396805c0y109.17105c1x-42.198715c1y109.12282V-42.635391 109.18311c0x-42.904114c0y109.18311c1x-42.509644c1y109.18311V-43.265854 108.91956c0x-43.419159c0y108.74214c1x-43.114258c1y109.09526V-43.495819 108.08757c0x1c1x-43.495819c1y108.4648 1 0 0 1 0 0 V-46.996918 109.53967c0x1c1x1V-46.513733 109.53967c0x1c1x1V-46.513733 109.23221c0x-46.470657c0y109.26149c1x1V-46.338028 109.35623c0x-46.265686c0y109.4079c1x-46.412094c1y109.30283V-46.12616 109.48026c0x-46.045197c0y109.51987c1x-46.195053c1y109.44923V-45.847107 109.57845c0x-45.74202c0y109.606c1x-45.952179c1y109.5526V-45.477615 109.61978c0x-45.217499c0y109.61978c1x-45.618866c1y109.61978V-44.816162 109.3614c0x-44.6353c0y109.18915c1x-44.997025c1y109.53366V-44.544861 108.70253c0x-44.544861c0y108.48376c1x-44.544861c1y108.96951V-44.684387 108.17284c0x-44.779129c0y108.03676c1x-44.59137c1y108.30721V-45.087463 107.85245c0x-45.263168c0y107.77493c1x-44.913498c1y107.92996V-45.720505 107.69482c0x-45.966827c0y107.66727c1x-45.474182c1y107.7224V-46.513733 107.63281c0x1c1x-46.231232c1y107.64659V-46.513733 107.55789c0x-46.513733c0y107.44765c1x1V-46.45433 107.284c0x-46.416473c0y107.21165c1x-46.493927c1y107.35635V-46.288971 107.11346c0x-46.220078c0y107.07385c1x-46.361343c1y107.15482V-46.040924 107.03337c0x-45.944473c0y107.01959c1x-46.13739c1y107.04715V-45.738617 107.0127c0x-45.61116c0y107.0127c1x-45.843704c1y107.0127V-45.312286 107.06438c0x-45.155533c0y107.09711c1x-45.46904c1y107.02992V-44.826538 107.20908c0x1c1x-44.993622c1y107.14534V-44.800735 107.20908c0x1c1x1V-44.800735 106.71556c0x-44.895477c0y106.68973c1x1V-45.211563 106.63029c0x-45.390717c0y106.59929c1x-45.03241c1y106.6613V-45.741257 106.58379c0x-45.944519c0y106.58379c1x-45.567276c1y106.58379V-46.270935 106.63547c0x-46.422531c0y106.66818c1x-46.121078c1y106.60101V-46.663681 106.806c0x-46.772202c0y106.88524c1x-46.553436c1y106.72504V-46.911728 107.11346c0x-46.968597c0y107.23921c1x-46.854889c1y106.98773V-46.997025 107.58115c0x1c1x-46.997025c1y107.39511 1 0 0 1 0 0 V-46.513733 108.82913c0x1c1x1V-46.513733 108.02556c0x-46.365585c0y108.03418c1x1V-45.989227 108.06432c0x-45.789413c0y108.08154c1x-46.19075c1y108.04709V-45.513794 108.13925c0x-45.374268c0y108.17886c1x-45.630936c1y108.10652V-45.175308 108.32529c0x-45.089172c0y108.40796c1x-45.261444c1y108.24088V-45.046112 108.66893c0x-45.046112c0y108.8343c1x-45.046112c1y108.52252V-45.195969 109.04359c0x-45.295868c0y109.12627c1x-45.096069c1y108.95918V-45.653305 109.16762c0x-45.823837c0y109.16762c1x-45.448318c1y109.16762V-46.120972 109.06943c0x-46.262222c0y109.00224c1x-45.979721c1y109.13489V-46.513718 108.82913c0x1c1x-46.393127c1y108.92215 1 0 0 1 0 0 V-50.273193 109.21153c0x-50.273193c0y109.70073c1x1V-49.93988 110.28899c0x-49.717667c0y110.51808c1x-50.162094c1y110.05988V-48.914093 110.63263c0x-48.760788c0y110.63263c1x-49.375748c1y110.63263V-48.464508 110.59904c0x-48.319809c0y110.57837c1x-48.610916c1y110.62143V-48.035583 110.50861c0x1c1x-48.176834c1y110.54823V-48.035583 110.01251c0x1c1x1V-48.061386 110.01251c0x-48.140625c0y110.04352c1x1V-48.438629 110.12621c0x-48.610886c0y110.17271c1x-48.266373c1y110.08142V-48.955383 110.19597c0x-49.120743c0y110.19597c1x-48.783127c1y110.19597V-49.366211 110.13654c0x-49.474731c0y110.09691c1x-49.25769c1y110.17615V-49.619431 109.97116c0x-49.679688c0y109.90399c1x-49.559143c1y110.04179V-49.748627 109.72829c0x-49.77449c0y109.63354c1x-49.722763c1y109.82303V-49.78743 109.41048c0x1c1x-49.78743c1y109.5276V-49.78743 109.14693c0x-49.641006c0y109.26405c1x1V-49.366257 109.41048c0x-49.233627c0y109.46732c1x-49.50061c1y109.3519V-48.857254 109.49574c0x-48.512741c0y109.49574c1x-49.063965c1y109.49574V-48.035599 109.12367c0x-47.834061c0y108.8739c1x-48.238861c1y109.37172V-47.733292 108.06947c0x-47.733292c0y107.82143c1x-47.733292c1y108.52251V-47.836639 107.4287c0x-47.907272c0y107.24782c1x-47.767746c1y107.60783V-48.123444 106.96101c0x-48.235413c0y106.83871c1x-48.002869c1y107.09193V-48.531693 106.6768c0x-48.691895c0y106.60789c1x-48.37149c1y106.74397V-49.009689 106.57344c0x-49.176788c0y106.57344c1x-48.851227c1y106.57344V-49.428268 106.62512c0x-49.541962c0y106.65785c1x-49.316315c1y106.59067V-49.78743 106.77757c0x1c1x-49.661682c1y106.70866V-49.818436 106.65355c0x1c1x1V-50.273178 106.65355c0x1c1x1 1 0 0 1 0 0 V-49.787445 108.74644c0x1c1x1V-49.787445 107.1729c0x-49.658249c0y107.11432c1x1V-49.425705 107.04887c0x-49.31546c0y107.02303c1x-49.537674c1y107.07298V-49.094971 107.01012c0x-48.827972c0y107.01012c1x-49.205215c1y107.01012V-48.464523 107.27882c0x-48.311218c0y107.45798c1x-48.617828c1y107.09969V-48.234558 108.05914c0x-48.234558c0y108.38298c1x-48.234558c1y107.71808V-48.40509 108.79553c0x-48.518784c0y108.96262c1x-48.291397c1y108.62843V-48.970947 109.04616c0x-49.112198c0y109.04616c1x-48.707397c1y109.04616V-49.394684 108.96606c0x-49.537659c0y108.91093c1x-49.253433c1y109.01945V-49.78743 108.74643c0x1c1x-49.668579c1y108.83774 1 0 0 1 0 0 V-53.291107 108.70769c0x-53.291107c0y108.97124c1x1V-52.962952 109.35622c0x-52.745911c0y109.52502c1x-53.181717c1y109.18741V-52.071548 109.60944c0x-51.857941c0y109.60944c1x-52.448776c1y109.60944V-51.482422 109.5345c0x-51.305008c0y109.48283c1x-51.661575c1y109.58446V-51.035416 109.36656c0x1c1x-51.156006c1y109.42685V-51.035416 108.82137c0x1c1x1V-51.061218 108.82137c0x-51.214523c0y108.93678c1x1V-51.572815 109.09784c0x-51.760574c0y109.16501c1x-51.385056c1y109.02893V-52.112839 109.19861c0x-52.326431c0y109.19861c1x-51.940582c1y109.19861V-52.614105 109.09525c0x-52.73468c0y109.02635c1x-52.493515c1y109.16415V-52.794968 108.76968c0x-52.794968c0y108.65601c1x-52.794968c1y108.91783V-52.696762 108.51131c0x-52.631287c0y108.45273c1x-52.762238c1y108.56987V-52.319519 108.36143c0x-52.250626c0y108.34595c1x-52.505539c1y108.40279V-52.048218 108.30717c0x-51.937973c0y108.2865c1x-52.160187c1y108.32785V-51.745911 108.24001c0x-51.492691c0y108.17282c1x-51.837204c1y108.26411V-51.205902 107.94545c0x-51.100815c0y107.81453c1x-51.312698c1y108.07463V-51.048279 107.46486c0x-51.048279c0y107.34599c1x-51.048279c1y107.65433V-51.120682 107.12895c0x-51.170624c0y107.02388c1x-51.072418c1y107.23404V-51.345474 106.84732c0x-51.44194c0y106.76636c1x-51.245544c1y106.92999V-51.712372 106.65611c0x-51.862228c0y106.60788c1x-51.56424c1y106.70262V-52.213638 106.58377c0x-52.385895c0y106.58377c1x-52.029327c1y106.58377V-52.735565 106.64836c0x-52.912979c0y106.68971c1x-52.55986c1y106.6053V-53.177399 106.80081c0x1c1x-53.060257c1y106.74052V-53.177399 107.32016c0x1c1x1V-53.151596 107.32016c0x-53.027573c0y107.22887c1x1V-52.699432 107.09019c0x-52.522003c0y107.02647c1x-52.876846c1y107.15221V-52.17749 106.9946c0x-52.000076c0y106.9946c1x-52.348022c1y106.9946V-51.727905 107.09796c0x-51.605606c0y107.16513c1x-51.850204c1y107.02905V-51.544449 107.40027c0x-51.544449c0y107.51912c1x-51.544449c1y107.2659V-51.655548 107.66898c0x-51.72789c0y107.72926c1x-51.581482c1y107.60869V-52.006943 107.81625c0x-52.096512c0y107.83693c1x-51.845032c1y107.77837V-52.306656 107.87827c0x-52.418625c0y107.89894c1x-52.196411c1y107.8576V-52.585709 107.9351c0x-52.811371c0y107.98679c1x-52.511642c1y107.91789V-53.107635 108.20125c0x-53.229935c0y108.3287c1x-52.985336c1y108.07549V-53.291092 108.70767c0x1c1x-53.291092c1y108.49753 1 0 0 1 0 0 1 0 0 1 0 0 V-153.39771 89.431252c0x-153.397c0y92.967163c1x-153.39772c1y85.896629V-146.99771 95.831253c0x-143.46309c0y95.831245c1x-150.53104c1y95.831955V-140.59772 89.431244c0x-140.597c0y85.897919c1x-140.59772c1y92.965866V-146.99771 83.03125c0x-150.53233c0y83.03125c1x-143.46179c1y83.031967 1 0 0 1 0 0 1 0 0 1 0 0 V-143.272 102.9251c0x1c1x1V-140.66751 102.9251c0x1c1x1V-140.66751 102.38509c0x-140.84837c0y102.23006c1x1V-141.21011 101.92c0x-141.39272c0y101.76497c1x-141.02925c1y102.07503V-141.71913 101.4575c0x-142.04987c0y101.1371c1x-141.56238c1y101.6108V-142.39867 100.69527c0x-142.52097c0y100.50579c1x-142.27637c1y100.88303V-142.58212 100.0829c0x-142.58212c0y99.883087c1x-142.58212c1y100.30167V-142.38318 99.615227c0x-142.25227c0y99.501541c1x-142.51581c1y99.727196V-141.83282 99.444695c0x-141.67607c0y99.444695c1x-142.06882c1y99.444695V-141.32382 99.527374c0x-141.14124c0y99.582497c1x-141.50641c1y99.472252V-140.78897 99.780586c0x1c1x-140.96295c1y99.666901V-140.76317 99.780586c0x1c1x1V-140.76317 99.237984c0x-140.88547c0y99.177696c1x1V-141.25151 99.072617c0x-141.4565c0y99.022667c1x-141.04825c1y99.122574V-141.84579 98.997688c0x-142.24026c0y98.997688c1x-141.65459c1y98.997688V-142.77339 99.284492c0x-142.99731c0y99.473969c1x-142.54947c1y99.093292V-143.10928 100.05705c0x-143.10928c0y100.20347c1x-143.10928c1y99.731491V-143.05249 100.46788c0x-143.01628c0y100.59363c1x-143.09035c1y100.34042V-142.88971 100.82703c0x-142.82253c0y100.93383c1x-142.96202c1y100.71335V-142.65199 101.14226c0x-142.56242c0y101.24561c1x-142.74329c1y101.0389V-142.32384 101.48591c0x-142.13953c0y101.66678c1x-142.45303c1y101.36016V-141.75282 102.01301c0x-141.55646c0y102.18182c1x-141.94919c1y101.84248V-141.20247 102.48326c0x1c1x-141.373c1y102.33857V-143.27211 102.48326c0x1c1x1 L0 1L1 2B2 3B3 4B4 5B5 6B6 7B7 8B8 9B9 10L10 11L11 12B12 13B13 14B14 15B15 16B16 17B17 18B18 19B19 20B20 21B21 22L22 23L23 0 1 0 0 1 0 0 V-146.63098 101.00015c0x-146.63098c0y101.6909c1x-146.63098c1y100.33009V-146.30542 102.52203c0x-146.0901c0y102.84415c1x-146.52246c1y102.19819V-145.30031 103.0052c0x-144.83867c0y103.0052c1x-145.75507c1y103.0052V-144.28746 102.51427c0x-144.07559c0y102.18699c1x-144.50105c1y102.84156V-143.96965 101.00533c0x-143.96965c0y100.32147c1x-143.96965c1y101.68401V-144.29262 99.491203c0x-144.50793c0y99.163918c1x-144.0773c1y99.816765V-145.30031 99.000275c0x-145.76196c0y99.000275c1x-144.84384c1y99.000275V-146.31059 99.498955c0x-146.52419c0y99.829681c1x-146.09872c1y99.166504 1 0 0 1 0 0 V-145.95145 102.17321c0x-146.0117c0y102.03368c1x1V-146.07289 101.68228c0x-146.09529c0y101.49281c1x-146.05219c1y101.87004V-146.10649 101.00015c0x-146.10649c0y100.73833c1x-146.10649c1y101.26543V-146.07289 100.31802c0x-146.05222c0y100.1251c1x-146.09529c1y100.51095V-145.94887 99.827095c0x-145.88861c0y99.694458c1x-146.01088c1y99.961456V-145.70082 99.527374c0x-145.59747c0y99.460197c1x-145.80592c1y99.594551V-145.30032 99.426605c0x-145.13841c0y99.426605c1x-145.46397c1y99.426605V-144.89725 99.527374c0x-144.79218c0y99.594551c1x-145.00404c1y99.460197V-144.64662 99.832268c0x-144.58801c0y99.959732c1x-144.70863c1y99.696182V-144.52518 100.33095c0x-144.5045c0y100.53593c1x-144.54753c1y100.12596V-144.49417 101.00533c0x-144.49417c0y101.27404c1x-144.49417c1y100.76072V-144.52257 101.6797c0x-144.5415c0y101.86057c1x-144.50363c1y101.49883V-144.64401 102.16546c0x-144.70088c0y102.29982c1x-144.58199c1y102.02249V-144.88431 102.47293c0x-144.98938c0y102.54356c1x-144.78098c1y102.40231V-145.30029 102.57887c0x-145.4622c0y102.57887c1x-145.12804c1y102.57887V-145.70337 102.4781c0x-145.81017c0y102.41092c1x-145.59657c1y102.54527V-145.95142 102.1732c0x1c1x-145.89285c1y102.30929 1 0 0 1 0 0 V-150.00029 102.9251c0x1c1x1V-147.3958 102.9251c0x1c1x1V-147.3958 102.38509c0x-147.57666c0y102.23006c1x1V-147.9384 101.92c0x-148.12099c0y101.76497c1x-147.75754c1y102.07503V-148.4474 101.4575c0x-148.77814c0y101.1371c1x-148.29065c1y101.6108V-149.12695 100.69527c0x-149.24925c0y100.50579c1x-149.00465c1y100.88303V-149.31041 100.0829c0x-149.31041c0y99.883087c1x-149.31041c1y100.30167V-149.11145 99.615227c0x-148.98055c0y99.501541c1x-149.24409c1y99.727196V-148.5611 99.444695c0x-148.40434c0y99.444695c1x-148.79709c1y99.444695V-148.05209 99.527374c0x-147.86949c0y99.582497c1x-148.23468c1y99.472252V-147.51723 99.780586c0x1c1x-147.69121c1y99.666901V-147.49142 99.780586c0x1c1x1V-147.49142 99.237984c0x-147.61372c0y99.177696c1x1V-147.97977 99.072617c0x-148.18474c0y99.022667c1x-147.7765c1y99.122574V-148.57405 98.997688c0x-148.96851c0y98.997688c1x-148.38284c1y98.997688V-149.50165 99.284492c0x-149.72559c0y99.473969c1x-149.27771c1y99.093292V-149.83755 100.05705c0x-149.83755c0y100.20347c1x-149.83755c1y99.731491V-149.78065 100.46788c0x-149.74445c0y100.59363c1x-149.81859c1y100.34042V-149.61787 100.82703c0x-149.55069c0y100.93383c1x-149.69019c1y100.71335V-149.38016 101.14226c0x-149.29059c0y101.24561c1x-149.47145c1y101.0389V-149.05202 101.48591c0x-148.86771c0y101.66678c1x-149.18121c1y101.36016V-148.48099 102.01301c0x-148.28462c0y102.18182c1x-148.67735c1y101.84248V-147.93063 102.48326c0x1c1x-148.10117c1y102.33857V-150.00027 102.48326c0x1c1x1 1 0 0 1 0 0 V-153.35925 101.00015c0x-153.35925c0y101.6909c1x-153.35925c1y100.33009V-153.03369 102.52203c0x-152.81837c0y102.84415c1x-153.25073c1y102.19819V-152.02858 103.0052c0x-151.56694c0y103.0052c1x-152.48334c1y103.0052V-151.01572 102.51427c0x-150.80385c0y102.18699c1x-151.22932c1y102.84156V-150.69791 101.00533c0x-150.69791c0y100.32147c1x-150.69791c1y101.68401V-151.02089 99.491203c0x-151.23621c0y99.163918c1x-150.80557c1y99.816765V-152.02858 99.000275c0x-152.49022c0y99.000275c1x-151.57211c1y99.000275V-153.03885 99.498955c0x-153.25246c0y99.829681c1x-152.82698c1y99.166504 1 0 0 1 0 0 V-152.6797 102.17321c0x-152.73996c0y102.03368c1x1V-152.80115 101.68228c0x-152.82355c0y101.49281c1x-152.78044c1y101.87004V-152.83475 101.00015c0x-152.83475c0y100.73833c1x-152.83475c1y101.26543V-152.80115 100.31802c0x-152.78047c0y100.1251c1x-152.82355c1y100.51095V-152.67712 99.827095c0x-152.61687c0y99.694458c1x-152.73914c1y99.961456V-152.42908 99.527374c0x-152.32573c0y99.460197c1x-152.53418c1y99.594551V-152.02858 99.426605c0x-151.86667c0y99.426605c1x-152.19223c1y99.426605V-151.6255 99.527374c0x-151.52043c0y99.594551c1x-151.7323c1y99.460197V-151.37488 99.832268c0x-151.31627c0y99.959732c1x-151.43689c1y99.696182V-151.25343 100.33095c0x-151.23276c0y100.53593c1x-151.27579c1y100.12596V-151.22243 101.00533c0x-151.22243c0y101.27404c1x-151.22243c1y100.76072V-151.25082 101.6797c0x-151.26976c0y101.86057c1x-151.23189c1y101.49883V-151.37227 102.16546c0x-151.42914c0y102.29982c1x-151.31024c1y102.02249V-151.61256 102.47293c0x-151.71765c0y102.54356c1x-151.50923c1y102.40231V-152.02856 102.57887c0x-152.19048c0y102.57887c1x-151.85631c1y102.57887V-152.43164 102.4781c0x-152.53844c0y102.41092c1x-152.32484c1y102.54527V-152.67969 102.1732c0x1c1x-152.62111c1y102.30929 1 0 0 1 0 0 V-143.86241 109.53969c0x1c1x1V-143.35081 109.53969c0x1c1x1V-143.35081 106.22464c0x1c1x1V-142.28111 108.48032c0x1c1x1V-141.97623 108.48032c0x1c1x1V-140.91428 106.22464c0x1c1x1V-140.91428 109.53969c0x1c1x1V-140.43626 109.53969c0x1c1x1V-140.43626 105.69238c0x1c1x1V-141.1339 105.69238c0x1c1x1V-142.15968 107.83437c0x1c1x1V-143.15187 105.69238c0x1c1x1V-143.86243 105.69238c0x1c1x1 1 0 0 1 0 0 V-147.31699 108.09792c0x-147.31699c0y108.56817c1x-147.31699c1y107.62766V-146.95525 109.21154c0x-146.7141c0y109.4837c1x-147.19641c1y108.93938V-145.98631 109.61978c0x-145.57806c0y109.61978c1x-146.39111c1y109.61978V-145.01221 109.21154c0x-144.77278c0y108.93938c1x-145.25337c1y109.4837V-144.65306 108.09792c0x-144.65306c0y107.62766c1x-144.65306c1y108.56817V-145.01221 106.98429c0x-145.25336c0y106.7104c1x-144.77278c1y107.25645V-145.98631 106.57346c0x-146.39111c0y106.57346c1x-145.57806c1y106.57346V-146.95525 106.98429c0x-147.19641c0y107.25645c1x-146.71408c1y106.7104 1 0 0 1 0 0 V-146.81572 108.09792c0x-146.81572c0y107.72412c1x1V-146.59608 107.26592c0x-146.44968c0y107.08333c1x-146.74251c1y107.44679V-145.9863 106.99203c0x-145.72275c0y106.99203c1x-146.24641c1y106.99203V-145.37135 107.26592c0x-145.22665c0y107.44679c1x-145.51776c1y107.08333V-145.15431 108.09792c0x-145.15431c0y108.45965c1x-145.15431c1y107.72412V-145.37393 108.92216c0x-145.52036c0y109.10819c1x-145.22752c1y108.7344V-145.9863 109.20121c0x-146.24467c0y109.20121c1x-145.72447c1y109.20121V-146.59349 108.92474c0x-146.74164c0y108.73871c1x-146.44708c1y109.10905V-146.8157 108.09792c0x1c1x-146.8157c1y108.4631 1 0 0 1 0 0 V-150.40982 109.53969c0x1c1x1V-149.92407 109.53969c0x1c1x1V-149.92407 109.23738c0x-149.78455c0y109.35796c1x1V-149.4874 109.51902c0x-149.3358c0y109.5862c1x-149.63899c1y109.45184V-148.99388 109.61979c0x-148.64938c0y109.61979c1x-149.1713c1y109.61979V-148.17223 109.22188c0x-147.97069c0y108.9566c1x-148.37549c1y109.48715V-147.86992 108.11858c0x-147.86992c0y107.87398c1x-147.86992c1y108.58884V-147.97327 107.46487c0x-148.0439c0y107.27367c1x-147.90437c1y107.65607V-148.25749 106.97653c0x-148.37463c0y106.84562c1x-148.13864c1y107.11089V-148.66573 106.67681c0x-148.82248c0y106.60791c1x-148.51071c1y106.74571V-149.15149 106.57346c0x-149.30309c0y106.57346c1x-148.98439c1y106.57346V-149.55457 106.62254c0x-149.67171c0y106.65355c1x-149.43744c1y106.58982V-149.92406 106.76982c0x1c1x-149.79486c1y106.70264V-149.92406 105.51926c0x1c1x1V-150.40981 105.51926c0x1c1x1 1 0 0 1 0 0 V-149.92407 108.82914c0x1c1x1V-149.92407 107.1729c0x-149.79317c0y107.11433c1x1V-149.57268 107.05147c0x-149.46933c0y107.02908c1x-149.67603c1y107.07386V-149.23419 107.01788c0x-148.96202c0y107.01788c1x-149.35649c1y107.01788V-148.59856 107.30209c0x-148.44698c0y107.49157c1x-148.75015c1y107.11262V-148.37119 108.10825c0x-148.37119c0y108.45103c1x-148.37119c1y107.76029V-148.54689 108.89114c0x-148.66403c0y109.06857c1x-148.42975c1y108.712V-149.11015 109.15728c0x-149.24796c0y109.15728c1x-148.85178c1y109.15728V-149.52873 109.06685c0x-149.66998c0y109.00484c1x-149.38748c1y109.12714V-149.92406 108.82914c0x1c1x-149.80176c1y108.9256 1 0 0 1 0 0 V-153.78171 108.14701c0x1c1x1V-151.65523 108.14701c0x-151.65523c0y108.32443c1x1V-151.73532 108.6121c0x-151.78871c0y108.74301c1x-151.68193c1y108.47946V-151.95494 108.93507c0x-152.04451c0y109.01775c1x-151.86192c1y108.85067V-152.27275 109.12111c0x-152.39677c0y109.16245c1x-152.15045c1y109.07977V-152.681 109.18312c0x-152.87737c0y109.18312c1x-152.53285c1y109.18312V-153.27269 109.06685c0x-153.4725c0y108.98761c1x-153.0746c1y109.14436V-153.69902 108.8343c0x1c1x-153.61461c1y108.9101V-153.72482 108.8343c0x1c1x1V-153.72482 109.36399c0x-153.56119c0y109.43289c1x1V-153.22356 109.53711c0x-153.05302c0y109.58362c1x-153.3941c1y109.4906V-152.68611 109.60687c0x-152.20724c0y109.60687c1x-152.87387c1y109.60687V-151.56473 109.2193c0x-151.29601c0y108.95919c1x-151.83345c1y109.47768V-151.16165 108.11343c0x-151.16165c0y107.64145c1x-151.16165c1y108.59057V-151.54665 106.98946c0x-151.80502c0y106.71214c1x-151.28998c1y107.26679V-152.56467 106.57347c0x-152.95396c0y106.57347c1x-152.14436c1y106.57347V-153.46384 106.91454c0x-153.6757c0y107.14191c1x-153.25369c1y106.68716V-153.78165 107.88347c0x1c1x-153.78165c1y107.46489 1 0 0 1 0 0 V-153.30887 107.77494c0x-153.30687c0y107.52c1x1V-153.11508 107.18324c0x-152.98933c0y107.04372c1x-153.24226c1y107.32277V-152.53889 106.97395c0x-152.27878c0y106.97395c1x-152.79727c1y106.97395V-151.91618 107.20391c0x-151.76288c0y107.35722c1x-152.07121c1y107.05061V-151.65523 107.77493c0x1c1x-151.67589c1y107.54755 1 0 0 1 0 0 1 0 0 1 0 0 V-153.39771 172.21249c0x-153.397c0y175.7484c1x-153.39772c1y168.67786V-146.99771 178.61249c0x-143.46309c0y178.61249c1x-150.53104c1y178.61319V-140.59772 172.21248c0x-140.597c0y168.67915c1x-140.59772c1y175.7471V-146.99771 165.81248c0x-150.53233c0y165.81248c1x-143.46179c1y165.8132 1 0 0 1 0 0 1 0 0 1 0 0 V-143.03688 185.70633c0x1c1x1V-140.60291 185.70633c0x1c1x1V-140.60291 181.85902c0x1c1x1V-141.1145 181.85902c0x1c1x1V-141.1145 185.25159c0x1c1x1V-143.03687 185.25159c0x1c1x1 1 0 0 1 0 0 V-145.9256 184.31366c0x1c1x1V-143.7991 184.31366c0x-143.7991c0y184.49109c1x1V-143.8792 184.77875c0x-143.93259c0y184.90967c1x-143.82581c1y184.64612V-144.09883 185.10172c0x-144.1884c0y185.1844c1x-144.0058c1y185.01732V-144.41664 185.28775c0x-144.54066c0y185.3291c1x-144.29434c1y185.24641V-144.82487 185.34976c0x-145.02124c0y185.34976c1x-144.67674c1y185.34976V-145.41658 185.23349c0x-145.61639c0y185.15427c1x-145.21848c1y185.311V-145.84291 185.00095c0x1c1x-145.7585c1y185.07675V-145.86871 185.00095c0x1c1x1V-145.86871 185.53064c0x-145.70506c0y185.59955c1x1V-145.36745 185.70377c0x-145.19693c0y185.75027c1x-145.53798c1y185.65726V-144.83002 185.77353c0x-144.35115c0y185.77353c1x-145.01778c1y185.77353V-143.70863 185.38596c0x-143.43991c0y185.12584c1x-143.97736c1y185.64433V-143.30556 184.28006c0x-143.30556c0y183.80809c1x-143.30556c1y184.75722V-143.69055 183.1561c0x-143.94893c0y182.87878c1x-143.43388c1y183.43344V-144.70859 182.74011c0x-145.09789c0y182.74011c1x-144.28828c1y182.74011V-145.60776 183.08118c0x-145.81963c0y183.30856c1x-145.3976c1y182.85379V-145.92557 184.05011c0x1c1x-145.92557c1y183.63153 1 0 0 1 0 0 V-145.45276 183.94159c0x-145.45076c0y183.68665c1x1V-145.25897 183.34988c0x-145.13322c0y183.21036c1x-145.38615c1y183.48941V-144.68279 183.14059c0x-144.42267c0y183.14059c1x-144.94116c1y183.14059V-144.06009 183.37056c0x-143.90678c0y183.52386c1x-144.2151c1y183.21725V-143.79912 183.94159c0x1c1x-143.81979c1y183.7142 1 0 0 1 0 0 V-149.15796 182.82021c0x1c1x1V-147.99007 185.70633c0x1c1x1V-147.50172 185.70633c0x1c1x1V-146.3416 182.82021c0x1c1x1V-146.8687 182.82021c0x1c1x1V-147.7627 185.11722c0x1c1x1V-148.64894 182.82021c0x1c1x1 1 0 0 1 0 0 V-152.16295 184.31366c0x1c1x1V-150.03645 184.31366c0x-150.03645c0y184.49109c1x1V-150.11655 184.77875c0x-150.16994c0y184.90967c1x-150.06316c1y184.64612V-150.33618 185.10172c0x-150.42575c0y185.1844c1x-150.24315c1y185.01732V-150.65399 185.28775c0x-150.77802c0y185.3291c1x-150.53169c1y185.24641V-151.06223 185.34976c0x-151.25859c0y185.34976c1x-150.91409c1y185.34976V-151.65393 185.23349c0x-151.85374c0y185.15427c1x-151.45583c1y185.311V-152.08026 185.00095c0x1c1x-151.99585c1y185.07675V-152.10606 185.00095c0x1c1x1V-152.10606 185.53064c0x-151.94243c0y185.59955c1x1V-151.6048 185.70377c0x-151.43427c0y185.75027c1x-151.77534c1y185.65726V-151.06737 185.77353c0x-150.5885c0y185.77353c1x-151.25513c1y185.77353V-149.94598 185.38596c0x-149.67729c0y185.12584c1x-150.21471c1y185.64433V-149.54295 184.28006c0x-149.54295c0y183.80809c1x-149.54295c1y184.75722V-149.92795 183.1561c0x-150.18633c0y182.87878c1x-149.67128c1y183.43344V-150.94598 182.74011c0x-151.33528c0y182.74011c1x-150.52568c1y182.74011V-151.84515 183.08118c0x-152.05702c0y183.30856c1x-151.63499c1y182.85379V-152.16296 184.05011c0x1c1x-152.16296c1y183.63153 1 0 0 1 0 0 V-151.69011 183.94159c0x-151.68811c0y183.68665c1x1V-151.49632 183.34988c0x-151.37057c0y183.21036c1x-151.6235c1y183.48941V-150.92014 183.14059c0x-150.66002c0y183.14059c1x-151.17851c1y183.14059V-150.29744 183.37056c0x-150.14413c0y183.52386c1x-150.45245c1y183.21725V-150.03647 183.94159c0x1c1x-150.05714c1y183.7142 1 0 0 1 0 0 V-153.39027 185.70633c0x1c1x1V-152.90451 185.70633c0x1c1x1V-152.90451 181.68591c0x1c1x1V-153.39027 181.68591c0x1c1x1 1 0 0 1 0 0 V-146.80798 190.77579c0x-146.80798c0y191.05484c1x1V-146.71498 191.50702c0x-146.65472c0y191.71371c1x-146.77698c1y191.29858V-146.41525 192.02377c0x-146.28262c0y192.15469c1x-146.55481c1y191.88599V-145.95018 192.31058c0x-145.77275c0y192.37088c1x-146.12759c1y192.25031V-145.33006 192.40102c0x-145.0889c0y192.40102c1x-145.56604c1y192.40102V-144.69962 192.30542c0x-144.52046c0y192.2417c1x-144.87875c1y192.36914V-144.24745 192.02377c0x-144.10793c0y191.88254c1x-144.36975c1y192.14781V-143.94514 191.51218c0x-143.88489c0y191.31238c1x-144.00716c1y191.71201V-143.85475 190.77579c0x1c1x-143.85475c1y191.06691V-143.85475 188.4736c0x1c1x1V-144.36635 188.4736c0x1c1x1V-144.36635 190.80164c0x-144.36635c0y191.01007c1x1V-144.40765 191.29514c0x-144.43692c0y191.41573c1x-144.38011c1y191.17456V-144.55235 191.62329c0x-144.62814c0y191.73526c1x-144.48515c1y191.52512V-144.85982 191.8765c0x-144.99072c0y191.93335c1x-144.73064c1y191.81966V-145.33008 191.96178c0x-145.51439c0y191.96178c1x-145.14748c1y191.96178V-145.80032 191.87909c0x-145.92952c0y191.82225c1x-145.67114c1y191.93422V-146.11038 191.62329c0x-146.17757c0y191.52512c1x-146.03287c1y191.73698V-146.25249 191.2874c0x-146.28175c0y191.15994c1x-146.22493c1y191.41315V-146.29639 190.81456c0x1c1x-146.29639c1y191.00232V-146.29639 188.47362c0x1c1x1V-146.80798 188.47362c0x1c1x1 B0 1B1 2B2 3B3 4B4 5B5 6B6 7B7 8L8 9L9 10L10 11B11 12B12 13B13 14B14 15B15 16B16 17B17 18B18 19L19 20L20 21L21 0 1 0 0 1 0 0 V-150.2858 190.84299c0x-150.2858c0y191.07724c1x1V-150.18503 191.48636c0x-150.11784c0y191.67928c1x-150.25221c1y191.2917V-149.9008 191.97728c0x-149.78711c0y192.10474c1x-150.0231c1y191.84293V-149.49773 192.27441c0x-149.34442c0y192.34332c1x-149.65276c1y192.2038V-149.00937 192.37778c0x-148.85951c0y192.37778c1x-149.18163c1y192.37778V-148.60114 192.32869c0x-148.48056c0y192.29596c1x-148.72343c1y192.36142V-148.23164 192.17624c0x1c1x-148.35739c1y192.24515V-148.23164 193.38547c0x1c1x1V-147.74588 193.38547c0x1c1x1V-147.74588 189.43481c0x1c1x1V-148.23164 189.43481c0x1c1x1V-148.23164 189.73712c0x-148.36084c0y189.6286c1x1V-148.66573 189.46582c0x-148.82764c0y189.39174c1x-148.50552c1y189.53816V-149.1825 189.35471c0x-149.53044c0y189.35471c1x-148.99989c1y189.35471V-149.99382 189.75003c0x-150.18848c0y190.01186c1x-149.80089c1y189.48648V-150.2858 190.84299c0x1c1x-150.2858c1y190.37617 1 0 0 1 0 0 V-149.78453 190.8559c0x-149.78453c0y190.50793c1x-149.78453c1y191.21417V-149.60625 190.07559c0x-149.4874c0y189.90332c1x-149.7251c1y190.24783V-149.05847 189.8172c0x-148.91895c0y189.8172c1x-149.30479c1y189.8172V-148.6373 189.90762c0x-148.49605c0y189.96793c1x-148.77855c1y189.84735V-148.23164 190.14534c0x1c1x-148.36084c1y190.04715V-148.23164 191.7809c0x-148.36945c0y191.84291c1x1V-148.58563 191.9075c0x-148.68553c0y191.9299c1x-148.48744c1y191.88512V-148.92412 191.9411c0x-149.19455c0y191.9411c1x-148.79837c1y191.9411V-149.55714 191.66721c0x-149.70874c0y191.48462c1x-149.40556c1y191.84981 1 0 0 1 0 0 1 0 0 1 0 0 V-187.86438 172.21249c0x-187.86368c0y175.7484c1x-187.86438c1y168.67786V-181.46439 178.61249c0x-177.92975c0y178.61249c1x-184.99771c1y178.61319V-175.06439 172.21248c0x-175.06366c0y168.67915c1x-175.06439c1y175.7471V-181.46439 165.81248c0x-184.99899c0y165.81248c1x-177.92847c1y165.8132 1 0 0 1 0 0 1 0 0 1 0 0 V-174.85254 184.60822c0x-174.85254c0y184.75809c1x1V-174.74661 185.05264c0x-174.6777c0y185.19905c1x-174.81723c1y184.90622V-174.45465 185.42471c0x-174.31683c0y185.53494c1x-174.58038c1y185.32307V-173.97147 185.68309c0x-173.78888c0y185.7451c1x-174.15579c1y185.62108V-173.31003 185.77611c0x-173.03268c0y185.77611c1x-173.56839c1y185.77611V-172.5607 185.69861c0x-172.34021c0y185.64693c1x-172.78293c1y185.75027V-171.88632 185.46864c0x1c1x-172.11542c1y185.57028V-171.88632 184.82785c0x1c1x1V-171.92252 184.82785c0x-172.11719c0y184.98978c1x1V-172.59689 185.20251c0x-172.85184c0y185.29037c1x-172.34198c1y185.11465V-173.31522 185.33429c0x-173.63214c0y185.33429c1x-173.09128c1y185.33429V-174.05417 185.15601c0x-174.2316c0y185.03714c1x-173.87848c1y185.27487V-174.32031 184.68057c0x-174.32031c0y184.51004c1x-174.32031c1y184.87868V-174.1937 184.30334c0x-174.11102c0y184.22238c1x-174.27811c1y184.38431V-173.81387 184.11472c0x-173.68469c0y184.08026c1x-173.98441c1y184.15952V-173.3927 184.02945c0x-173.24286c0y184.00705c1x-173.54431c1y184.05185V-172.9147 183.94418c0x-172.57364c0y183.87183c1x-173.08353c1y183.97864V-172.15506 183.57469c0x-171.99142c0y183.39899c1x-172.32043c1y183.74866V-171.90961 182.88998c0x-171.90961c0y182.56786c1x-171.90961c1y183.17075V-172.31784 182.09933c0x-172.59003c0y181.89262c1x-172.04568c1y182.30431V-173.35397 181.78928c0x-173.62439c0y181.78928c1x-172.93539c1y181.78928V-174.09811 181.86678c0x-174.32376c0y181.91846c1x-173.87244c1y181.81509V-174.69754 182.05798c0x1c1x-174.52359c1y181.98219V-174.69754 182.6626c0x1c1x1V-174.66135 182.6626c0x-174.51495c0y182.53857c1x1V-174.08258 182.35512c0x-173.84485c0y182.27243c1x-174.32202c1y182.43607V-173.35135 182.23109c0x-173.07748c0y182.23109c1x-173.60114c1y182.23109V-172.68991 182.40163c0x-172.52454c0y182.51532c1x-172.85699c1y182.28793V-172.44186 182.84088c0x-172.44186c0y183.00107c1x-172.44186c1y182.66173V-172.56589 183.21811c0x-172.64856c0y183.3094c1x-172.48318c1y183.12682V-173.00256 183.4274c0x-173.11279c0y183.45151c1x-172.79413c1y183.37917V-173.47281 183.51526c0x-173.67606c0y183.54971c1x-173.26953c1y183.4808V-173.98956 183.62119c0x-174.27551c0y183.69698c1x-173.84833c1y183.58502V-174.63553 183.96484c0x-174.78021c0y184.11813c1x-174.49081c1y183.81152V-174.85257 184.60822c0x1c1x-174.85257c1y184.3326 1 0 0 1 0 0 V-178.05389 182.82021c0x1c1x1V-176.36926 186.77087c0x1c1x1V-175.84991 186.77087c0x1c1x1V-176.38733 185.5668c0x1c1x1V-175.23755 182.82021c0x1c1x1V-175.76465 182.82021c0x1c1x1V-176.65088 184.95961c0x1c1x1V-177.54489 182.82021c0x1c1x1 1 0 0 1 0 0 V-180.7514 184.87434c0x-180.7514c0y185.13789c1x1V-180.42328 185.52289c0x-180.20621c0y185.69168c1x-180.64203c1y185.35406V-179.53186 185.77609c0x-179.31824c0y185.77609c1x-179.90909c1y185.77609V-178.94275 185.70117c0x-178.76532c0y185.64948c1x-179.12189c1y185.75111V-178.49573 185.53322c0x1c1x-178.6163c1y185.59351V-178.49573 184.98804c0x1c1x1V-178.52155 184.98804c0x-178.67484c0y185.10345c1x1V-179.03314 185.2645c0x-179.22089c0y185.33168c1x-178.84537c1y185.1956V-179.57315 185.36526c0x-179.78674c0y185.36526c1x-179.40091c1y185.36526V-180.07443 185.26192c0x-180.19501c0y185.19302c1x-179.95383c1y185.33081V-180.25528 184.93636c0x-180.25528c0y184.82266c1x-180.25528c1y185.0845V-180.15707 184.67798c0x-180.09161c0y184.6194c1x-180.22256c1y184.73654V-179.77985 184.52811c0x-179.71094c0y184.5126c1x-179.96585c1y184.56946V-179.50854 184.47385c0x-179.39828c0y184.45317c1x-179.62051c1y184.49452V-179.20624 184.40668c0x-178.953c0y184.33949c1x-179.29752c1y184.43079V-178.6662 184.11212c0x-178.56113c0y183.9812c1x-178.77301c1y184.2413V-178.50858 183.63153c0x-178.50858c0y183.51266c1x-178.50858c1y183.821V-178.58099 183.29562c0x-178.63092c0y183.19055c1x-178.53271c1y183.4007V-178.80579 183.01398c0x-178.90225c0y182.93303c1x-178.70584c1y183.09666V-179.1727 182.82278c0x-179.32254c0y182.77455c1x-179.02454c1y182.86929V-179.67395 182.75043c0x-179.84622c0y182.75043c1x-179.48965c1y182.75043V-180.19589 182.81503c0x-180.37329c0y182.85638c1x-180.02017c1y182.77197V-180.63773 182.96747c0x1c1x-180.52057c1y182.9072V-180.63773 183.48682c0x1c1x1V-180.61191 183.48682c0x-180.48788c0y183.39554c1x1V-180.15976 183.25687c0x-179.98233c0y183.19315c1x-180.33716c1y183.31888V-179.63782 183.16127c0x-179.46039c0y183.16127c1x-179.80835c1y183.16127V-179.18823 183.26462c0x-179.06592c0y183.3318c1x-179.31052c1y183.19572V-179.00476 183.56693c0x-179.00476c0y183.68579c1x-179.00476c1y183.43257V-179.11588 183.83565c0x-179.1882c0y183.89594c1x-179.04181c1y183.77536V-179.46725 183.98293c0x-179.55682c0y184.0036c1x-179.30536c1y183.94504V-179.767 184.04494c0x-179.87894c0y184.06561c1x-179.65674c1y184.02426V-180.04605 184.10178c0x-180.2717c0y184.15346c1x-179.97195c1y184.08456V-180.56796 184.36792c0x-180.69028c0y184.49538c1x-180.44568c1y184.24217V-180.75143 184.87434c0x1c1x-180.75143c1y184.66418 1 0 0 1 0 0 V-182.9451 185.6805c0x-182.85379c0y185.70462c1x1V-182.64536 185.73993c0x-182.53857c0y185.75543c1x-182.75388c1y185.72443V-182.35855 185.76318c0x-182.064c0y185.76318c1x-182.44296c1y185.76318V-181.68677 185.52547c0x-181.53348c0y185.367c1x-181.84009c1y185.68393V-181.45682 184.76324c0x1c1x-181.45682c1y185.11292V-181.45682 183.22845c0x1c1x1V-181.12866 183.22845c0x1c1x1V-181.12866 182.82021c0x1c1x1V-181.45682 182.82021c0x1c1x1V-181.45682 181.9908c0x1c1x1V-181.94257 181.9908c0x1c1x1V-181.94257 182.82021c0x1c1x1V-182.9451 182.82021c0x1c1x1V-182.9451 183.22845c0x1c1x1V-181.94257 183.22845c0x1c1x1V-181.94257 184.54361c0x-181.94257c0y184.69519c1x1V-181.95285 184.90018c0x-181.95972c0y184.98459c1x-181.94598c1y184.81406V-182.02527 185.13788c0x-182.06311c0y185.20679c1x-181.98386c1y185.06381V-182.1803 185.29033c0x-182.24747c0y185.32133c1x-182.11481c1y185.2576V-182.48517 185.33684c0x-182.56442c0y185.33684c1x-182.34909c1y185.33684V-182.73322 185.30325c0x-182.81937c0y185.27913c1x-182.64709c1y185.32564V-182.91925 185.2438c0x1c1x-182.88138c1y185.25932V-182.94507 185.2438c0x1c1x1 1 0 0 1 0 0 V-185.94748 184.31366c0x1c1x1V-183.82098 184.31366c0x-183.82098c0y184.49109c1x1V-183.90109 184.77875c0x-183.95447c0y184.90967c1x-183.84769c1y184.64612V-184.12073 185.10172c0x-184.2103c0y185.1844c1x-184.02768c1y185.01732V-184.43854 185.28775c0x-184.56256c0y185.3291c1x-184.31622c1y185.24641V-184.84677 185.34976c0x-185.04312c0y185.34976c1x-184.69864c1y185.34976V-185.43848 185.23349c0x-185.63828c0y185.15427c1x-185.24036c1y185.311V-185.86481 185.00095c0x1c1x-185.7804c1y185.07675V-185.89059 185.00095c0x1c1x1V-185.89059 185.53064c0x-185.72696c0y185.59955c1x1V-185.38934 185.70377c0x-185.21881c0y185.75027c1x-185.55988c1y185.65726V-184.8519 185.77353c0x-184.37305c0y185.77353c1x-185.03967c1y185.77353V-183.73053 185.38596c0x-183.46179c0y185.12584c1x-183.99924c1y185.64433V-183.32745 184.28006c0x-183.32745c0y183.80809c1x-183.32745c1y184.75722V-183.71243 183.1561c0x-183.97083c0y182.87878c1x-183.45578c1y183.43344V-184.73047 182.74011c0x-185.11978c0y182.74011c1x-184.31018c1y182.74011V-185.62964 183.08118c0x-185.84152c0y183.30856c1x-185.41949c1y182.85379V-185.94745 184.05011c0x1c1x-185.94745c1y183.63153 1 0 0 1 0 0 V-185.47464 183.94159c0x-185.47266c0y183.68665c1x1V-185.28085 183.34988c0x-185.15512c0y183.21036c1x-185.40805c1y183.48941V-184.70468 183.14059c0x-184.44455c0y183.14059c1x-184.96304c1y183.14059V-184.08197 183.37056c0x-183.92868c0y183.52386c1x-184.237c1y183.21725V-183.82101 183.94159c0x1c1x-183.84167c1y183.7142 1 0 0 1 0 0 V-190.89551 185.70633c0x1c1x1V-190.40973 185.70633c0x1c1x1V-190.40973 184.06302c0x-190.40973c0y183.939c1x1V-190.39163 183.70387c0x-190.38132c0y183.58847c1x-190.40372c1y183.81927V-190.32184 183.4274c0x-190.28226c0y183.35333c1x-190.35803c1y183.49631V-190.15131 183.25946c0x-190.07724c0y183.22156c1x-190.2254c1y183.29736V-189.83093 183.20262c0x-189.69482c0y183.20262c1x-189.97046c1y183.20262V-189.42267 183.30597c0x-189.28659c0y183.37315c1x-189.55875c1y183.23708V-189.01443 183.56436c0x-189.01978c0y183.60397c1x-189.15051c1y183.45929V-189.02734 183.70389c0x-189.03067c0y183.75555c1x-189.02408c1y183.65048V-189.03235 183.85892c0x1c1x-189.03235c1y183.80724V-189.03235 185.70636c0x1c1x1V-188.54681 185.70636c0x1c1x1V-188.54681 184.06302c0x-188.54681c0y183.93556c1x1V-188.52872 183.70129c0x-188.5184c0y183.58588c1x-188.5408c1y183.81497V-188.45892 183.42484c0x-188.41934c0y183.35075c1x-188.49512c1y183.49373V-188.28839 183.25946c0x-188.21432c0y183.22156c1x-188.36249c1y183.29562V-187.96799 183.20262c0x-187.83536c0y183.20262c1x-188.10751c1y183.20262V-187.5675 183.30081c0x-187.43484c0y183.36627c1x-187.70187c1y183.23535V-187.16959 183.55145c0x1c1x-187.30222c1y183.44981V-187.16959 185.70636c0x1c1x1V-186.68384 185.70636c0x1c1x1V-186.68384 182.82022c0x1c1x1V-187.16959 182.82022c0x1c1x1V-187.16959 183.14061c0x-187.3212c0y183.01486c1x1V-187.62177 182.84605c0x-187.77335c0y182.77542c1x-187.47189c1y182.91669V-188.10492 182.74011c0x-188.3013c0y182.74011c1x-187.93439c1y182.74011V-188.60361 182.86414c0x-188.74139c0y182.94682c1x-188.46753c1y182.78146V-188.91107 183.20779c0x-189.10745c0y183.04242c1x-188.8439c1y183.06137V-189.44852 182.85123c0x-189.61041c0y182.77716c1x-189.28659c1y182.92358V-189.96786 182.74011c0x-190.28479c0y182.74011c1x-189.78354c1y182.74011V-190.66809 183.02951c0x-190.81967c0y183.2207c1x-190.51822c1y182.83658V-190.89545 183.83307c0x1c1x-190.89545c1y183.48857 1 0 0 1 0 0 V-176.89249 192.04187c0x-176.79773c0y192.08322c1x1V-176.63409 192.15814c0x-176.55832c0y192.19431c1x-176.71161c1y192.12198V-176.33438 192.27182c0x-176.22931c0y192.30455c1x-176.4584c1y192.23221V-175.99075 192.35451c0x-175.86844c0y192.37863c1x-176.11475c1y192.33212V-175.58508 192.39069c0x-175.30603c0y192.39069c1x-175.73322c1y192.39069V-174.82285 192.27441c0x-174.59549c0y192.19516c1x-175.05197c1y192.35193V-174.22858 191.90492c0x-174.0632c0y191.74127c1x-174.39737c1y192.07201V-173.841 191.28223c0x-173.74799c0y191.02901c1x-173.93402c1y191.53372V-173.70148 190.40114c0x-173.70148c0y190.0842c1x-173.70148c1y190.73532V-173.83582 189.55106c0x-173.92538c0y189.3013c1x-173.74625c1y189.80083V-174.22339 188.91803c0x-174.38705c0y188.75095c1x-174.0546c1y189.09027V-174.81509 188.53561c0x-175.04764c0y188.44777c1x-174.58429c1y188.62347V-175.58765 188.40384c0x-175.79437c0y188.40384c1x-175.30518c1y188.40384V-176.20517 188.47878c0x-176.4119c0y188.52872c1x-176.00021c1y188.42883V-176.89249 188.74232c0x1c1x-176.64099c1y188.61658V-176.89249 189.34952c0x1c1x1V-176.85367 189.34952c0x-176.64182c0y189.1721c1x1V-176.22324 188.96194c0x-176.0148c0y188.881c1x-176.43164c1y189.04291V-175.55402 188.84052c0x-175.35938c0y188.84052c1x-175.79175c1y188.84052V-175.02692 188.93611c0x-174.87189c0y188.99812c1x-175.18369c1y188.87238V-174.61093 189.22809c0x-174.4921c0y189.35727c1x-174.73325c1y189.09544V-174.33188 189.71901c0x-174.26642c0y189.91537c1x-174.39908c1y189.5209V-174.23367 190.40114c0x-174.23367c0y190.67157c1x-174.23367c1y190.14276V-174.34219 191.09877c0x-174.41626c0y191.29343c1x-174.26987c1y190.90411V-174.62643 191.57419c0x-174.74701c0y191.70166c1x-174.51102c1y191.45189V-175.04758 191.85841c0x-175.2095c0y191.9187c1x-174.88739c1y191.7964V-175.55917 191.94885c0x-175.80551c0y191.94885c1x-175.38004c1y191.94885V-176.25165 191.82224c0x-176.46695c0y191.73782c1x-176.03632c1y191.90665V-176.85626 191.44241c0x1c1x-176.66849c1y191.61122V-176.89246 191.44241c0x1c1x1 1 0 0 1 0 0 V-179.99048 192.32092c0x1c1x1V-179.50473 192.32092c0x1c1x1V-179.50473 190.67761c0x-179.50473c0y190.54498c1x1V-179.48141 190.30554c0x-179.46588c0y190.18842c1x-179.49695c1y190.42096V-179.39612 190.03165c0x-179.35306c0y189.9593c1x-179.43747c1y190.09711V-179.21008 189.87146c0x-179.12912c0y189.8353c1x-179.29105c1y189.90591V-178.89487 189.8172c0x-178.76224c0y189.8172c1x-179.02405c1y189.8172V-178.47888 189.91539c0x-178.33417c0y189.98085c1x-178.62357c1y189.84993V-178.06287 190.16602c0x1c1x-178.19553c1y190.06439V-178.06287 192.32092c0x1c1x1V-177.57712 192.32092c0x1c1x1V-177.57712 188.30051c0x1c1x1V-178.06287 188.30051c0x1c1x1V-178.06287 189.75519c0x-178.21448c0y189.62946c1x1V-178.53314 189.46063c0x-178.69504c0y189.39001c1x-178.37122c1y189.53127V-179.0318 189.35471c0x-179.3436c0y189.35471c1x-178.86127c1y189.35471V-179.74493 189.63635c0x-179.9086c0y189.8241c1x-179.5813c1y189.44858V-179.99042 190.44766c0x1c1x-179.99042c1y190.09454 1 0 0 1 0 0 V-183.34171 190.92825c0x1c1x1V-181.21521 190.92825c0x-181.21521c0y191.10567c1x1V-181.29532 191.39334c0x-181.34869c0y191.52425c1x-181.24191c1y191.2607V-181.51492 191.71631c0x-181.60449c0y191.79898c1x-181.42191c1y191.6319V-181.83273 191.90234c0x-181.95676c0y191.9437c1x-181.71045c1y191.86099V-182.241 191.96436c0x-182.43735c0y191.96436c1x-182.09283c1y191.96436V-182.83267 191.84808c0x-183.0325c0y191.76884c1x-182.63458c1y191.9256V-183.259 191.61554c0x1c1x-183.17459c1y191.69133V-183.28482 191.61554c0x1c1x1V-183.28482 192.14523c0x-183.12119c0y192.21413c1x1V-182.78354 192.31834c0x-182.61301c0y192.36485c1x-182.9541c1y192.27184V-182.24609 192.38811c0x-181.76724c0y192.38811c1x-182.43387c1y192.38811V-181.12473 192.00053c0x-180.85599c0y191.74042c1x-181.39343c1y192.25891V-180.72165 190.89465c0x-180.72165c0y190.42268c1x-180.72165c1y191.3718V-181.10663 189.77069c0x-181.36502c0y189.49338c1x-180.84998c1y190.04803V-182.12466 189.35471c0x-182.51395c0y189.35471c1x-181.70435c1y189.35471V-183.02383 189.69577c0x-183.23569c0y189.92316c1x-182.81369c1y189.46838V-183.34164 190.6647c0x1c1x-183.34164c1y190.24612 1 0 0 1 0 0 V-182.86887 190.55618c0x-182.86685c0y190.30124c1x1V-182.67508 189.96448c0x-182.54932c0y189.82495c1x-182.80225c1y190.104V-182.09888 189.75519c0x-181.83878c0y189.75519c1x-182.35727c1y189.75519V-181.47617 189.98514c0x-181.32288c0y190.13846c1x-181.6312c1y189.83185V-181.21521 190.55617c0x1c1x-181.23587c1y190.3288 1 0 0 1 0 0 V-186.21231 192.14005c0x-186.05042c0y192.21756c1x1V-185.74982 192.32092c0x-185.60513c0y192.36398c1x-185.89624c1y192.27786V-185.28732 192.38553c0x-185.07889c0y192.38553c1x-185.45096c1y192.38553V-184.71371 192.29509c0x-184.53973c0y192.23308c1x-184.8877c1y192.35538V-184.26669 192.01604c0x-184.14096c0y191.89201c1x-184.39075c1y192.14006V-183.97473 191.54578c0x-183.90582c0y191.35631c1x-184.04364c1y191.73526V-183.87137 190.88174c0x-183.87137c0y190.40976c1x-183.87137c1y191.13495V-184.25894 189.77069c0x-184.51907c0y189.50198c1x-184.00058c1y190.03941V-185.28732 189.36761c0x-185.45267c0y189.36761c1x-184.86185c1y189.36761V-185.77307 189.43738c0x-185.93329c0y189.48389c1x-185.61459c1y189.39087V-186.21234 189.60791c0x1c1x-186.07968c1y189.54074V-186.21234 190.14793c0x1c1x1V-186.18652 190.14793c0x-186.03839c0y190.03253c1x1V-185.72662 189.88181c0x-185.56985c0y189.81979c1x-185.8851c1y189.94382V-185.26669 189.78879c0x-184.99109c0y189.78879c1x-185.41656c1y189.78879V-184.61301 190.06784c0x-184.45453c0y190.25214c1x-184.77319c1y189.88181V-184.37527 190.88174c0x-184.37527c0y191.22969c1x-184.37527c1y190.52344V-184.60782 191.6853c0x-184.76459c0y191.87134c1x-184.45279c1y191.49756V-185.26669 191.96436c0x-185.3649c0y191.96436c1x-184.98419c1y191.96436V-185.56644 191.9256c0x-185.66806c0y191.89975c1x-185.46478c1y191.95145V-185.8403 191.82483c0x-185.91095c0y191.78867c1x-185.75934c1y191.86618V-186.03928 191.71115c0x-186.10126c0y191.6698c1x-185.97726c1y191.75076V-186.18652 191.60521c0x1c1x-186.15036c1y191.63449V-186.21234 191.60521c0x1c1x1 1 0 0 1 0 0 V-189.45502 192.32092c0x1c1x1V-188.81424 192.32092c0x1c1x1V-187.65668 191.05743c0x1c1x1V-187.34146 191.35715c0x1c1x1V-187.34146 192.32092c0x1c1x1V-186.85568 192.32092c0x1c1x1V-186.85568 188.30051c0x1c1x1V-187.34146 188.30051c0x1c1x1V-187.34146 190.87915c0x1c1x1V-188.74448 189.4348c0x1c1x1V-189.35684 189.4348c0x1c1x1V-188.01584 190.76805c0x1c1x1 1 0 0 1 0 0 1 0 0 1 0 0 V-84.531052 130.64999c0x-84.53035c0y134.18591c1x-84.531067c1y127.11538V-78.131058 137.05c0x-74.596436c0y137.04999c1x-81.664383c1y137.0507V-71.731064 130.64999c0x-71.730347c0y127.11667c1x-71.731064c1y134.18462V-78.131058 124.25c0x-81.66568c0y124.25c1x-74.595139c1y124.25072 1 0 0 1 0 0 1 0 0 1 0 0 V-78.18161 143.85963c0x-77.971451c0y143.95609c1x1V-77.49173 144.11285c0x-77.243683c0y144.18347c1x-77.741501c1y144.0405V-76.770844 144.21878c0x-76.471115c0y144.21878c1x-77.003387c1y144.21878V-75.946609 144.09476c0x-75.696838c0y144.01208c1x-76.196381c1y144.17743V-75.308411 143.72269c0x-75.130997c0y143.5556c1x-75.484116c1y143.88806V-74.897583 143.09741c0x-74.801132c0y142.84592c1x-74.994049c1y143.34717V-74.752899 142.21632c0x-74.752899c0y141.60138c1x-74.752899c1y142.55222V-75.290329 140.76163c0x-75.650345c0y140.40506c1x-74.932037c1y141.11649V-76.770859 140.22678c0x-76.989624c0y140.22678c1x-76.14386c1y140.22678V-77.440063 140.30688c0x-77.669159c0y140.35855c1x-77.212692c1y140.25348V-78.179047 140.57301c0x1c1x-77.915482c1y140.44727V-78.179047 141.18021c0x1c1x1V-78.132553 141.18021c0x-78.079163c0y141.13887c1x1V-77.900009 141.01743c0x-77.798386c0y140.95026c1x-78.001648c1y141.08461V-77.600296 140.84949c0x-77.481445c0y140.79608c1x-77.698486c1y140.89427V-77.194641 140.71771c0x-77.044785c0y140.68155c1x-77.346222c1y140.75217V-76.683044 140.66345c0x-76.252411c0y140.66345c1x-76.874252c1y140.66345V-75.659851 141.07944c0x-75.41008c0y141.35506c1x-75.911346c1y140.80212V-75.285202 142.20084c0x-75.285202c0y142.69864c1x-75.285202c1y141.72885V-75.677948 143.36356c0x-75.939774c0y143.63916c1x-75.416122c1y143.08621V-76.74765 143.77696c0x-76.91301c0y143.77696c1x-76.296341c1y143.77696V-77.241165 143.72787c0x-77.406525c0y143.69516c1x-77.077515c1y143.76059V-77.675247 143.60126c0x1c1x-77.551224c1y143.65295V-77.675247 142.65817c0x1c1x1V-76.644302 142.65817c0x1c1x1V-76.644302 142.20859c0x1c1x1V-78.181671 142.20859c0x1c1x1 1 0 0 1 0 0 V-81.496658 142.70209c0x-81.496658c0y143.17233c1x-81.496658c1y142.23183V-81.134918 143.8157c0x-80.893768c0y144.08786c1x-81.376083c1y143.54355V-80.165985 144.22394c0x-79.757736c0y144.22394c1x-80.570786c1y144.22394V-79.191879 143.8157c0x-78.952438c0y143.54355c1x-79.433044c1y144.08786V-78.832718 142.70209c0x-78.832718c0y142.23183c1x-78.832718c1y143.17233V-79.191879 141.58846c0x-79.433029c0y141.31458c1x-78.952438c1y141.86063V-80.165985 141.17763c0x-80.570786c0y141.17763c1x-79.757736c1y141.17763V-81.134918 141.58846c0x-81.376083c0y141.86063c1x-80.893753c1y141.31458 1 0 0 1 0 0 V-80.995392 142.70209c0x-80.995392c0y142.32828c1x1V-80.775772 141.87009c0x-80.629349c0y141.6875c1x-80.92218c1y142.05096V-80.165985 141.59619c0x-79.902435c0y141.59619c1x-80.426086c1y141.59619V-79.551041 141.87009c0x-79.406342c0y142.05096c1x-79.697449c1y141.6875V-79.334 142.70209c0x-79.334c0y143.06381c1x-79.334c1y142.32828V-79.553619 143.52632c0x-79.700043c0y143.71236c1x-79.407211c1y143.33856V-80.165985 143.80537c0x-80.424362c0y143.80537c1x-79.90416c1y143.80537V-80.773178 143.5289c0x-80.92131c0y143.34286c1x-80.62677c1y143.71323V-80.995377 142.70209c0x1c1x-80.995377c1y143.06726 1 0 0 1 0 0 V-71.171707 149.57504c0x-71.171707c0y149.76625c1x1V-71.063187 150.08148c0x-70.990845c0y150.22791c1x-71.135529c1y149.93506V-70.77121 150.44321c0x-70.626511c0y150.5569c1x-70.893509c1y150.34848V-70.293198 150.6861c0x-70.120941c0y150.73433c1x-70.467178c1y150.63786V-69.634323 150.75845c0x1c1x-69.901321c1y150.75845V-68.270081 150.75845c0x1c1x1V-68.270081 146.91113c0x1c1x1V-69.409546 146.91113c0x-69.690323c0y146.91113c1x1V-70.039993 146.94214c0x-70.17952c0y146.96283c1x-69.900467c1y146.92148V-70.440491 147.07133c0x-70.581741c0y147.14542c1x-70.313019c1y147.00589V-70.747955 147.35814c0x-70.811691c0y147.47354c1x-70.684219c1y147.241V-70.843552 147.77414c0x-70.843552c0y147.95673c1x-70.843552c1y147.61221V-70.704025 148.24181c0x-70.611008c0y148.36926c1x-70.797043c1y148.11261V-70.331955 148.54929c0x1c1x-70.486984c1y148.47177V-70.331955 148.56995c0x-70.592056c0y148.62335c1x1V-70.946899 148.9136c0x-71.096756c0y149.08757c1x-70.797043c1y148.7379V-71.171692 149.57506c0x1c1x-71.171692c1y149.30806 1 0 0 1 0 0 V-70.311295 147.84131c0x-70.311295c0y147.74829c1x1V-70.264801 147.60617c0x-70.23381c0y147.54245c1x-70.295792c1y147.66991V-70.114944 147.45114c0x-70.033981c0y147.40463c1x-70.183853c1y147.49075V-69.820389 147.36588c0x-69.704971c0y147.35381c1x-69.935791c1y147.37621V-69.391464 147.34778c0x1c1x-69.561996c1y147.34778V-68.781677 147.34778c0x1c1x1V-68.781677 148.45883c0x1c1x1V-69.44313 148.45883c0x-69.603333c0y148.45883c1x1V-69.825546 148.43558c0x-69.920288c0y148.41835c1x-69.730804c1y148.45108V-70.089096 148.33221c0x-70.170059c0y148.28055c1x-70.008133c1y148.3839V-70.259628 148.13327c0x-70.294098c0y148.0506c1x-70.226898c1y148.21423V-70.311325 147.84131c0x1c1x-70.311325c1y147.95326 1 0 0 1 0 0 V-70.639435 149.59572c0x-70.639435c0y149.44069c1x1V-70.569641 149.22623c0x-70.523117c0y149.13495c1x-70.616165c1y149.31754V-70.316422 148.99368c0x-70.233734c0y148.95062c1x-70.438705c1y149.05743V-70.014114 148.91101c0x-69.896973c0y148.89723c1x-70.132965c1y148.92307V-69.58519 148.89035c0x1c1x-69.753998c1y148.89035V-68.781616 148.89035c0x1c1x1V-68.781616 150.32178c0x1c1x1V-69.458572 150.32178c0x-69.68251c0y150.32178c1x1V-70.008926 150.28818c0x-70.151901c0y150.26407c1x-69.865967c1y150.31058V-70.360321 150.159c0x-70.456772c0y150.09183c1x-70.269028c1y150.22101V-70.572189 149.92905c0x-70.616989c0y149.84291c1x-70.527405c1y150.01517V-70.639389 149.59573c0x1c1x-70.639389c1y149.73181 1 0 0 1 0 0 V-74.318802 149.31667c0x-74.318802c0y149.78693c1x-74.318802c1y148.84641V-73.957062 150.4303c0x-73.715912c0y150.70245c1x-74.198227c1y150.15813V-72.988129 150.83853c0x-72.57988c0y150.83853c1x-73.392929c1y150.83853V-72.014023 150.4303c0x-71.774582c0y150.15813c1x-72.255188c1y150.70245V-71.654861 149.31667c0x-71.654861c0y148.84641c1x-71.654861c1y149.78693V-72.014023 148.20303c0x-72.255173c0y147.92915c1x-71.774582c1y148.4752V-72.988129 147.79221c0x-73.392929c0y147.79221c1x-72.57988c1y147.79221V-73.957062 148.20303c0x-74.198227c0y148.4752c1x-73.715897c1y147.92915 1 0 0 1 0 0 V-73.817535 149.31667c0x-73.817535c0y148.94287c1x1V-73.597916 148.48468c0x-73.451492c0y148.30208c1x-73.744324c1y148.66554V-72.988129 148.21078c0x-72.724579c0y148.21078c1x-73.24823c1y148.21078V-72.373184 148.48468c0x-72.228485c0y148.66554c1x-72.519592c1y148.30208V-72.156143 149.31667c0x-72.156143c0y149.67841c1x-72.156143c1y148.94287V-72.375763 150.1409c0x-72.522186c0y150.32693c1x-72.229355c1y149.95316V-72.988129 150.41995c0x-73.246506c0y150.41995c1x-72.726303c1y150.41995V-73.595322 150.14349c0x-73.743454c0y149.95746c1x-73.448914c1y150.3278V-73.81752 149.31668c0x1c1x-73.81752c1y149.68185 1 0 0 1 0 0 V-78.700958 147.87231c0x1c1x1V-77.949066 150.75844c0x1c1x1V-77.499481 150.75844c0x1c1x1V-76.757919 148.53377c0x1c1x1V-76.02153 150.75844c0x1c1x1V-75.574524 150.75844c0x1c1x1V-74.81488 147.87231c0x1c1x1V-75.321304 147.87231c0x1c1x1V-75.850983 150.10732c0x1c1x1V-76.571869 147.87231c0x1c1x1V-76.972366 147.87231c0x1c1x1V-77.711349 150.10732c0x1c1x1V-78.212616 147.87231c0x1c1x1 1 0 0 1 0 0 V-79.892105 150.75844c0x1c1x1V-79.406342 150.75844c0x1c1x1V-79.406342 146.73801c0x1c1x1V-79.892105 146.73801c0x1c1x1 1 0 0 1 0 0 V-81.375229 147.38913c0x1c1x1V-80.827454 147.38913c0x1c1x1V-80.827454 146.88528c0x1c1x1V-81.375229 146.88528c0x1c1x1 1 0 0 1 0 0 V-81.344223 150.75845c0x1c1x1V-80.858459 150.75845c0x1c1x1V-80.858459 147.87231c0x1c1x1V-81.344223 147.87231c0x1c1x1 1 0 0 1 0 0 V-84.718689 150.75844c0x1c1x1V-84.232941 150.75844c0x1c1x1V-84.232941 149.11513c0x-84.232941c0y148.98248c1x1V-84.209641 148.74306c0x-84.194183c0y148.62592c1x-84.225174c1y148.85846V-84.124344 148.46918c0x-84.081268c0y148.39682c1x-84.165741c1y148.53464V-83.938309 148.30898c0x-83.857346c0y148.2728c1x-84.019257c1y148.34341V-83.623077 148.25471c0x-83.490448c0y148.25471c1x-83.752274c1y148.25471V-83.207092 148.35291c0x-83.062393c0y148.41837c1x-83.351791c1y148.28745V-82.791092 148.60355c0x1c1x-82.923737c1y148.50191V-82.791092 150.75845c0x1c1x1V-82.305328 150.75845c0x1c1x1V-82.305328 147.87231c0x1c1x1V-82.791092 147.87231c0x1c1x1V-82.791092 148.19272c0x-82.942688c0y148.06696c1x1V-83.261353 147.89816c0x-83.423264c0y147.82753c1x-83.099442c1y147.96878V-83.760025 147.79222c0x-84.071808c0y147.79222c1x-83.589493c1y147.79222V-84.47316 148.07385c0x-84.636795c0y148.26163c1x-84.309509c1y147.88611V-84.718613 148.88518c0x1c1x-84.718613c1y148.53206 1 0 0 1 0 0 V-87.99498 150.4303c0x-87.99498c0y150.91949c1x1V-87.661667 151.50775c0x-87.439453c0y151.73685c1x-87.883881c1y151.27864V-86.63588 151.85139c0x-86.482574c0y151.85139c1x-87.097534c1y151.85139V-86.186295 151.81781c0x-86.041595c0y151.79713c1x-86.332703c1y151.84019V-85.75737 151.72737c0x1c1x-85.898621c1y151.767V-85.75737 151.23128c0x1c1x1V-85.783173 151.23128c0x-85.862411c0y151.26228c1x1V-86.160416 151.34497c0x-86.332672c0y151.39148c1x-85.988159c1y151.30017V-86.67717 151.41473c0x-86.842529c0y151.41473c1x-86.504913c1y151.41473V-87.087997 151.35529c0x-87.196518c0y151.31567c1x-86.979477c1y151.39491V-87.341202 151.18993c0x-87.401459c0y151.12274c1x-87.280914c1y151.26056V-87.470398 150.94705c0x-87.496201c0y150.85229c1x-87.444534c1y151.04178V-87.509094 150.62924c0x1c1x-87.509094c1y150.74637V-87.509094 150.36569c0x-87.362686c0y150.48282c1x1V-87.087936 150.62924c0x-86.955307c0y150.68608c1x-87.22229c1y150.57066V-86.578934 150.71451c0x-86.234421c0y150.71451c1x-86.785645c1y150.71451V-85.757278 150.34244c0x-85.55574c0y150.09267c1x-85.960541c1y150.59048V-85.454971 149.28824c0x-85.454971c0y149.04019c1x-85.454971c1y149.74127V-85.558334 148.64746c0x-85.628952c0y148.46658c1x-85.489426c1y148.8266V-85.845139 148.17978c0x-85.957108c0y148.05748c1x-85.724548c1y148.3107V-86.253387 147.89557c0x-86.413589c0y147.82666c1x-86.093185c1y147.96274V-86.731384 147.79221c0x-86.898468c0y147.79221c1x-86.572922c1y147.79221V-87.149963 147.84389c0x-87.263657c0y147.87662c1x-87.037994c1y147.80943V-87.509109 147.99634c0x1c1x-87.383362c1y147.92743V-87.540115 147.87231c0x1c1x1V-87.994858 147.87231c0x1c1x1 1 0 0 1 0 0 V-87.509216 149.96521c0x1c1x1V-87.509216 148.39166c0x-87.38002c0y148.33308c1x1V-87.147491 148.26764c0x-87.037247c0y148.24179c1x-87.259445c1y148.29175V-86.816757 148.22888c0x-86.549759c0y148.22888c1x-86.927002c1y148.22888V-86.18631 148.49759c0x-86.033005c0y148.67673c1x-86.339615c1y148.31845V-85.956345 149.27789c0x-85.956345c0y149.60175c1x-85.956345c1y148.93683V-86.126877 150.01428c0x-86.24057c0y150.18138c1x-86.013184c1y149.8472V-86.692734 150.26492c0x-86.833984c0y150.26492c1x-86.429184c1y150.26492V-87.11647 150.18481c0x-87.259445c0y150.1297c1x-86.97522c1y150.23822V-87.509216 149.96519c0x1c1x-87.390366c1y150.05649 ================================================ FILE: mission_control/button_grid/laser_files/button_numbers.txt ================================================ If you use my laser files, I wired each button to these pins of the Mega 20 Plunge Toilet 21 Ejector Seat 22 Launch Rocket 23 Turbo Boost 24 Zombie Defense 25 Emergency Alarm 26 Stealth Mode 27 Jam Radar 28 Reverse Thrusters 29 Order Food 30 Try Harder 31 Party Mode 32 Secret Button 33 Deploy Airbags 34 Retro Rocket 35 Don't Touch 36 2020 Mode 37 Activate Ninjas 38 Shoot First 39 Ask Questions 40 Go Bowling 41 Feed Cat 42 Artificial Intelligence 43 Real Intelligence 44 Don't Panic 45 Panic 46 Grenade Launcher 47 Serious Mode 48 Level Up 49 System Check ================================================ FILE: mission_control/button_grid/server_files/index.php ================================================ #include #include #include const int duration = 750; //how many milliseconds do you want to squirter to squirt const int relay = D1; const int button = D2; const char* ssid = "YOUR SSID HERE "; const char* password = "YOUR PASSWORD HERE"; IPAddress local_IP(192, 168, 95, 206); //What IP do you want this ESP to be on? IPAddress gateway(192, 168, 95, 1); //What is your gateway (router) ip IPAddress subnet(255, 255, 0, 0); ESP8266WebServer server(80); char relais; char state; void handleRoot() { server.send(200, "text/plain", "Ready"); } void handleNotFound(){ String message = "File Not Found\n\n"; message += "URI: "; message += server.uri(); message += "\nMethod: "; message += (server.method() == HTTP_GET)?"GET":"POST"; message += "\nArguments: "; message += server.args(); message += "\n"; for (int i=0; i -24.9807 0 0 -25.4 824.394 618.6

1 0 0 1 739.724 621 1 0 0 1 704.924 621 1 0 0 1 670.124 621 1 0 0 1 635.324 621 ================================================ FILE: mission_control/pi_tablet/laser_files/note_that_this_is_a_lightburn_file.txt ================================================ ================================================ FILE: mp3/index.php ================================================ This is index. ================================================ FILE: mp3/sound.php ================================================ manage palette->install Search for node-red-node-mysql and click install ================================================ FILE: node-red-youtube-notifier/notifier.json ================================================ [{"id":"48e2e332.d6bdfc","type":"feedparse","z":"972c24f0.5af958","name":"Simple Electronics","url":"https://www.youtube.com/feeds/videos.xml?channel_id=UC3yasGCIt1rmKnZ8PukocSw","interval":"5","x":110,"y":40,"wires":[["50fdb70c.258a08"]]},{"id":"75defd5d.26cfe4","type":"inject","z":"972c24f0.5af958","name":"Initial one time database table setup.","topic":"CREATE TABLE `videos` ( `id` int(11) UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT, `url` text NOT NULL) ENGINE=InnoDB DEFAULT CHARSET=latin1","payload":"1","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":180,"y":120,"wires":[["c9b663d7.21941"]]},{"id":"a098633b.a82f4","type":"debug","z":"972c24f0.5af958","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","x":1070,"y":40,"wires":[]},{"id":"50fdb70c.258a08","type":"function","z":"972c24f0.5af958","name":"Is it in the DB Already?","func":"msg.url = msg.topic; //save this for later\nmsg.topic = \"SELECT COUNT(*) FROM videos WHERE url = '\"+msg.url+\"'\";\n\nreturn msg;","outputs":1,"noerr":0,"x":320,"y":40,"wires":[["28b071f9.fd35ce"]]},{"id":"895e3121.358d6","type":"inject","z":"972c24f0.5af958","name":"Insert a sample video","topic":"INSERT INTO videos (url) VALUES(\"https://www.youtube.com/watch?v=BJAWbfGap5w\");","payload":"1","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":140,"y":200,"wires":[["c9b663d7.21941"]]},{"id":"84940688.e8bd48","type":"inject","z":"972c24f0.5af958","name":"See all data","topic":"SELECT * FROM videos","payload":"1","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":110,"y":240,"wires":[["c9b663d7.21941"]]},{"id":"ff9977e4.a6f398","type":"inject","z":"972c24f0.5af958","name":"Check if video exists","topic":"SELECT count(*) FROM videos WHERE url = \"1https://www.youtube.com/watch?v=BJAWbfGap5w\";","payload":"1","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":130,"y":280,"wires":[["c9b663d7.21941"]]},{"id":"8303cb64.e036b8","type":"debug","z":"972c24f0.5af958","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","x":770,"y":160,"wires":[]},{"id":"89607b8a.07fe68","type":"function","z":"972c24f0.5af958","name":"Add It","func":"msg.payload = Object.values(msg.payload[0]);\nif(msg.payload[0] === 0){\n // msg.payload = msg.url;\n msg.topic = \"INSERT INTO videos (url) VALUES('\"+msg.url+\"');\"\n return msg;\n}else{\n //do nothing\n}\n","outputs":1,"noerr":0,"x":710,"y":40,"wires":[["5075b86d.088b68"]]},{"id":"14e06a10.a37dc6","type":"inject","z":"972c24f0.5af958","name":"DROP TABLE ","topic":"DROP TABLE videos;","payload":"1","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":110,"y":160,"wires":[["c9b663d7.21941"]]},{"id":"28b071f9.fd35ce","type":"mysql","z":"972c24f0.5af958","mydb":"57a25406.9711fc","name":"","x":540,"y":40,"wires":[["89607b8a.07fe68"]]},{"id":"c9b663d7.21941","type":"mysql","z":"972c24f0.5af958","mydb":"57a25406.9711fc","name":"","x":480,"y":160,"wires":[["8303cb64.e036b8"]]},{"id":"5075b86d.088b68","type":"mysql","z":"972c24f0.5af958","mydb":"57a25406.9711fc","name":"","x":900,"y":40,"wires":[["a098633b.a82f4"]]},{"id":"57a25406.9711fc","type":"MySQLdatabase","z":"","name":"Node Red Database","host":"localhost","port":"3306","db":"node-red","tz":""}] ================================================ FILE: olimex/Olimex ESP32-EVB/ethernet-mqtt.c ================================================ #include #include #define ETH_CLK_MODE ETH_CLOCK_GPIO17_OUT #define ETH_PHY_POWER 12 int request = 0; char *cstring; int relay1 = 32; int relay2 = 33; #include // CHANGE THESE SETTINGS FOR YOUR APPLICATION const char* mqttServerIp = "192.168.1.123"; // IP address of the MQTT broker const short mqttServerPort = 1883; // IP port of the MQTT broker const char* mqttClientName = "ESP32-POE"; const char* mqttUsername = NULL; const char* mqttPassword = NULL; // Initializations of network clients WiFiClient espClient; PubSubClient mqttClient(espClient); static bool eth_connected = false; uint64_t chipid; //ESP32 Specific Ethernet //Yes, I know it says wifi. Trust me. void WiFiEvent(WiFiEvent_t event) { switch (event) { case SYSTEM_EVENT_ETH_START: Serial.println("ETH Started"); //set eth hostname here ETH.setHostname("esp32-ethernet"); break; case SYSTEM_EVENT_ETH_CONNECTED: Serial.println("ETH Connected"); break; case SYSTEM_EVENT_ETH_GOT_IP: Serial.print("ETH MAC: "); Serial.print(ETH.macAddress()); Serial.print(", IPv4: "); Serial.print(ETH.localIP()); if (ETH.fullDuplex()) { Serial.print(", FULL_DUPLEX"); } Serial.print(", "); Serial.print(ETH.linkSpeed()); Serial.println("Mbps"); eth_connected = true; break; case SYSTEM_EVENT_ETH_DISCONNECTED: Serial.println("ETH Disconnected"); eth_connected = false; break; case SYSTEM_EVENT_ETH_STOP: Serial.println("ETH Stopped"); eth_connected = false; break; default: break; } } void callback(char* topic, byte* payload, unsigned int length) { for (int i=0;i>32));//print High 2 bytes Serial.printf("%08X\n",(uint32_t)chipid);//print Low 4bytes. WiFi.onEvent(WiFiEvent); ETH.begin(); } void loop() { // if (BUTTON_PRESSED()) // { // digitalWrite(relay1,LOW); // delay(250); // digitalWrite(relay1,HIGH); // } // check if ethernet is connected if (eth_connected) { // now take care of MQTT client... if (!mqttClient.connected()) { reconnect(); } else { mqttClient.loop(); } } } ================================================ FILE: olimex/Olimex ESP32-EVB/webserver-with-wifi-and-ethernet.ino ================================================ ////////////////////////////////////////////////// // AnotherMaker https://youtube.com/AnotherMaker //with many contributions from Rui Santos // Complete project details at https://randomnerdtutorials.com ////////////////////////////////////////////////// ////////////////////////////////////////////////// // // Comment this section in for WIFI // // Load Wi-Fi library // #include // //Replace with your network credentials // const char* ssid = "YOUR_SSID_HERE"; // const char* password = "YOUR_PASSWORD_HERE"; // // ////////////////////////////////////////////////// ////////////////////////////////////////////////// //// Comment this section in for ETHERNET //// This is for the Olimex Ethernet boards. You may //// need to change a few settings //// Load Ethernet Library #define ETH_CLK_MODE ETH_CLOCK_GPIO17_OUT #define ETH_PHY_POWER 12 #include static bool eth_connected = false; uint64_t chipid; //ESP32 Specific Ethernet function void WiFiEvent(WiFiEvent_t event) { switch (event) { case SYSTEM_EVENT_ETH_START: Serial.println("ETH Started"); //set eth hostname here ETH.setHostname("esp32-ethernet"); break; case SYSTEM_EVENT_ETH_CONNECTED: Serial.println("ETH Connected"); break; case SYSTEM_EVENT_ETH_GOT_IP: Serial.print("ETH MAC: "); Serial.print(ETH.macAddress()); Serial.print(", IPv4: "); Serial.print(ETH.localIP()); if (ETH.fullDuplex()) { Serial.print(", FULL_DUPLEX"); } Serial.print(", "); Serial.print(ETH.linkSpeed()); Serial.println("Mbps"); eth_connected = true; break; case SYSTEM_EVENT_ETH_DISCONNECTED: Serial.println("ETH Disconnected"); eth_connected = false; break; case SYSTEM_EVENT_ETH_STOP: Serial.println("ETH Stopped"); eth_connected = false; break; default: break; } } // ////////////////////////////////////////////////// //Although we're using the term wifi a lot, that's just to keep the //code the same as a standard ESP32 // Set web server port number to 80 WiFiServer server(80); // Variable to store the HTTP request String header; // Auxiliar variables to store the current output state String relay1State = "off"; String relay2State = "off"; // Assign output variables to GPIO pins const int relay1 = 32; const int relay2 = 33; // Current time unsigned long currentTime = millis(); // Previous time unsigned long previousTime = 0; // Define timeout time in milliseconds (example: 2000ms = 2s) const long timeoutTime = 2000; void setup() { Serial.begin(9600); // Initialize the output variables as outputs pinMode(relay1, OUTPUT); pinMode(relay2, OUTPUT); // Set outputs to LOW digitalWrite(relay1, LOW); digitalWrite(relay2, LOW); ////////////////////////////////////////////////// // Comment this section in for WIFI // // Connect to Wi-Fi network with SSID and password // Serial.print("Connecting to "); // Serial.println(ssid); // WiFi.begin(ssid, password); // while (WiFi.status() != WL_CONNECTED) { // delay(500); // Serial.print("."); // } // Serial.println(""); // Serial.println("Wifi connected."); // // Print local IP address // Serial.println("IP address: "); // Serial.println(WiFi.localIP()); ////////////////////////////////////////////////// ////////////////////////////////////////////////// ////Comment this section in for Ethernet chipid=ESP.getEfuseMac();//The chip ID is essentially its MAC address(length: 6 bytes). Serial.printf("ESP32 Chip ID = %04X",(uint16_t)(chipid>>32));//print High 2 bytes Serial.printf("%08X\n",(uint32_t)chipid);//print Low 4bytes. WiFi.onEvent(WiFiEvent); ETH.begin(); Serial.println(""); Serial.println("Ethernet connected."); // ////////////////////////////////////////////////// server.begin(); } void loop(){ WiFiClient client = server.available(); // Listen for incoming clients if (client) { // If a new client connects, currentTime = millis(); previousTime = currentTime; Serial.println("New Client."); // print a message out in the serial port String currentLine = ""; // make a String to hold incoming data from the client while (client.connected() && currentTime - previousTime <= timeoutTime) { // loop while the client's connected currentTime = millis(); if (client.available()) { // if there's bytes to read from the client, char c = client.read(); // read a byte, then Serial.write(c); // print it out the serial monitor header += c; if (c == '\n') { // if the byte is a newline character // if the current line is blank, you got two newline characters in a row. // that's the end of the client HTTP request, so send a response: if (currentLine.length() == 0) { // HTTP headers always start with a response code (e.g. HTTP/1.1 200 OK) // and a content-type so the client knows what's coming, then a blank line: client.println("HTTP/1.1 200 OK"); client.println("Content-type:text/html"); client.println("Connection: close"); client.println(); // turns the GPIOs on and off if (header.indexOf("GET /relay1/on") >= 0) { Serial.println("RELAY 1 on"); relay1State = "on"; digitalWrite(relay1, HIGH); } else if (header.indexOf("GET /relay1/off") >= 0) { Serial.println("RELAY 1 off"); relay1State = "off"; digitalWrite(relay1, LOW); } else if (header.indexOf("GET /relay2/on") >= 0) { Serial.println("RELAY 2 on"); relay2State = "on"; digitalWrite(relay2, HIGH); } else if (header.indexOf("GET /relay2/off") >= 0) { Serial.println("RELAY 2 off"); relay2State = "off"; digitalWrite(relay2, LOW); } // Display the HTML web page client.println(""); client.println(""); client.println(""); // CSS to style the on/off buttons // Feel free to change the background-color and font-size attributes to fit your preferences client.println(""); // Web Page Heading client.println("

Olimex ESP32-EVB

"); // Display current state, and ON/OFF buttons for RELAY 1 client.println("

RELAY 1 - State " + relay1State + "

"); // If the relay1State is off, it displays the ON button if (relay1State=="off") { client.println("

"); } else { client.println("

"); } // Display current state, and ON/OFF buttons for RELAY 2 client.println("

RELAY 2 - State " + relay2State + "

"); // If the relay2State is off, it displays the ON button if (relay2State=="off") { client.println("

"); } else { client.println("

"); } client.println(""); // The HTTP response ends with another blank line client.println(); // Break out of the while loop break; } else { // if you got a newline, then clear currentLine currentLine = ""; } } else if (c != '\r') { // if you got anything else but a carriage return character, currentLine += c; // add it to the end of the currentLine } } } // Clear the header variable header = ""; // Close the connection client.stop(); Serial.println("Client disconnected."); Serial.println(""); } } ================================================ FILE: olimex/Olimex ESP32-POE-ISO/ethernet_and_poe_diag.ino ================================================ //https://youtube.com/anothermaker //ESP32-POE-ISO example with enhanced diagnostics //Simplified ethernet initialization int board_id = 1; const char* swver = "v1.0.6"; //This is the ESP32-POE-ISO from Olimex #define ETH_CLK_MODE ETH_CLOCK_GPIO17_OUT #define ETH_PHY_POWER 12 #include #include LiquidCrystal_I2C lcd(0x27, 16, 2); #include #include #include static bool eth_connected = false; unsigned long lastDiagnosticTime = 0; const unsigned long DIAGNOSTIC_INTERVAL = 5000; void printDiagnostics() { Serial.println("\n--- ESP32-POE-ISO Diagnostics ---"); Serial.printf("Board ID: %d\n", board_id); Serial.printf("Software Version: %s\n", swver); Serial.printf("Ethernet Status: %s\n", eth_connected ? "Connected" : "Disconnected"); Serial.printf("ETH Power Pin: %d (State: %d)\n", ETH_PHY_POWER, digitalRead(ETH_PHY_POWER)); // Always try to print IP info regardless of eth_connected flag Serial.println("Attempting to read network info:"); Serial.printf("MAC Address: %s\n", ETH.macAddress()); Serial.printf("IP Address: %s\n", ETH.localIP().toString().c_str()); Serial.printf("Subnet Mask: %s\n", ETH.subnetMask().toString().c_str()); Serial.printf("Gateway: %s\n", ETH.gatewayIP().toString().c_str()); if (eth_connected) { Serial.printf("MAC Address: %s\n", ETH.macAddress()); Serial.printf("IP Address: %s\n", ETH.localIP().toString().c_str()); Serial.printf("Subnet Mask: %s\n", ETH.subnetMask().toString().c_str()); Serial.printf("Gateway: %s\n", ETH.gatewayIP().toString().c_str()); Serial.printf("Link Speed: %d Mbps\n", ETH.linkSpeed()); Serial.printf("Duplex Mode: %s\n", ETH.fullDuplex() ? "Full" : "Half"); } else { Serial.println("Ethernet Connection Failed - Check:"); Serial.println("1. Cable connection & LED activity"); Serial.println("2. Power supply (PoE or DC)"); Serial.println("3. ETH_PHY_POWER pin state should be HIGH"); } Serial.printf("Free Heap: %d bytes\n", ESP.getFreeHeap()); Serial.printf("CPU Frequency: %d MHz\n", ESP.getCpuFreqMHz()); Serial.println("--------------------------------\n"); } void WiFiEvent(WiFiEvent_t event) { switch (event) { case SYSTEM_EVENT_ETH_START: Serial.println("ETH: Driver started"); ETH.setHostname("esp32-ethernet"); break; case SYSTEM_EVENT_ETH_CONNECTED: Serial.println("ETH: Physical layer connected"); break; case SYSTEM_EVENT_ETH_GOT_IP: // Let the IP check in loop() handle the connection status Serial.print("ETH MAC: "); Serial.print(ETH.macAddress()); Serial.print(", IPv4: "); Serial.print(ETH.localIP()); if (ETH.fullDuplex()) { Serial.print(", FULL_DUPLEX"); } Serial.print(", "); Serial.print(ETH.linkSpeed()); Serial.println("Mbps"); break; case SYSTEM_EVENT_ETH_DISCONNECTED: Serial.println("ETH: Physical layer disconnected"); break; case SYSTEM_EVENT_ETH_STOP: Serial.println("ETH: Driver stopped"); break; default: break; } } void setup() { delay(250); // Important delay for ethernet stability // Set ethernet power pin high explicitly pinMode(ETH_PHY_POWER, OUTPUT); digitalWrite(ETH_PHY_POWER, HIGH); Serial.begin(115200); Serial.println("\nESP32-POE-ISO Starting Up..."); Serial.printf("Board ID: %d\n", board_id); Serial.printf("Software Version: %s\n", swver); lcd.begin(); lcd.backlight(); lcd.clear(); lcd.setCursor(0,0); lcd.print("Booting..."); WiFi.onEvent(WiFiEvent); Serial.println("Starting Ethernet..."); ETH.begin(); char theboard_id[4]; sprintf(theboard_id, "%d", board_id); ArduinoOTA.setHostname(theboard_id); ArduinoOTA .onStart([]() { String type; if (ArduinoOTA.getCommand() == U_FLASH) type = "sketch"; else type = "filesystem"; Serial.println("Start updating " + type); lcd.clear(); lcd.setCursor(0,0); lcd.print("OTA Update"); }) .onEnd([]() { Serial.println("\nOTA: Update complete"); lcd.setCursor(0,1); lcd.print("Complete!"); }) .onProgress([](unsigned int progress, unsigned int total) { unsigned int percentage = (progress / (total / 100)); Serial.printf("OTA Progress: %u%%\r", percentage); lcd.setCursor(0,1); lcd.printf("Progress: %u%%", percentage); }) .onError([](ota_error_t error) { Serial.printf("OTA Error[%u]: ", error); if (error == OTA_AUTH_ERROR) Serial.println("Auth Failed"); else if (error == OTA_BEGIN_ERROR) Serial.println("Begin Failed"); else if (error == OTA_CONNECT_ERROR) Serial.println("Connect Failed"); else if (error == OTA_RECEIVE_ERROR) Serial.println("Receive Failed"); else if (error == OTA_END_ERROR) Serial.println("End Failed"); }); ArduinoOTA.begin(); Serial.println("Setup Complete - Waiting for ethernet connection..."); } static IPAddress lastIP; void loop() { ArduinoOTA.handle(); // Check for IP changes IPAddress currentIP = ETH.localIP(); if (currentIP != lastIP) { if (currentIP != IPAddress(0, 0, 0, 0)) { eth_connected = true; Serial.print("Connected with IP: "); } else { eth_connected = false; Serial.print("IP Address changed to: "); } Serial.println(currentIP.toString()); lastIP = currentIP; // Update LCD with new status lcd.clear(); lcd.setCursor(0,0); lcd.printf("ID:%d %s", board_id, swver); lcd.setCursor(0,1); if (eth_connected) { lcd.print(currentIP.toString()); } else { lcd.print("No IP"); } } unsigned long currentTime = millis(); if (currentTime - lastDiagnosticTime >= DIAGNOSTIC_INTERVAL) { printDiagnostics(); lastDiagnosticTime = currentTime; } } ================================================ FILE: olimex/Olimex ESP32-POE-ISO/ethernet_udp_example.ino ================================================ #include #include #include #include int board_id = 1; const char* swver = "v1.0.2"; // Ethernet settings (assume network 192.168..) const byte mySubnet = 88; const byte myDeviceIP = 100; const byte myServerIP = 23; const int udpPort = 12345; // Construct full IP addresses IPAddress localIP(192, 168, mySubnet, myDeviceIP); IPAddress gateway(192, 168, mySubnet, 1); IPAddress subnetMask(255, 255, 255, 0); IPAddress primaryDNS(8, 8, 8, 8); IPAddress secondaryDNS(8, 8, 4, 4); IPAddress udpServerIP(192, 168, mySubnet, myServerIP); #define ETH_CLK_MODE ETH_CLOCK_GPIO17_OUT #define ETH_PHY_POWER 12 static bool eth_connected = false; bool bootUdpSent = false; unsigned long previousMillis = 0; static IPAddress lastIP; WiFiUDP udp; void WiFiEvent(WiFiEvent_t event) { switch (event) { case SYSTEM_EVENT_ETH_START: Serial.println("ETH: Driver started"); ETH.setHostname("esp32-ethernet"); ETH.config(localIP, gateway, subnetMask, primaryDNS, secondaryDNS); break; case SYSTEM_EVENT_ETH_CONNECTED: Serial.println("ETH: Physical layer connected"); break; case SYSTEM_EVENT_ETH_GOT_IP: Serial.print("ETH MAC: "); Serial.print(ETH.macAddress()); Serial.print(", IPv4: "); Serial.print(ETH.localIP()); if (ETH.fullDuplex()) { Serial.print(", FULL_DUPLEX"); } Serial.print(", "); Serial.print(ETH.linkSpeed()); Serial.println("Mbps"); break; case SYSTEM_EVENT_ETH_DISCONNECTED: Serial.println("ETH: Physical layer disconnected"); eth_connected = false; break; case SYSTEM_EVENT_ETH_STOP: Serial.println("ETH: Driver stopped"); eth_connected = false; break; default: break; } } void setup() { delay(250); // Important delay for ethernet stability Serial.begin(115200); Serial.println("\nESP32-POE-ISO Starting Up..."); // Set ethernet power pin high explicitly pinMode(ETH_PHY_POWER, OUTPUT); digitalWrite(ETH_PHY_POWER, HIGH); delay(100); // Give power pin time to stabilize WiFi.onEvent(WiFiEvent); Serial.println("Starting Ethernet..."); ETH.begin(); // Set up OTA update functionality using board_id as hostname char theboard_id[4]; sprintf(theboard_id, "%d", board_id); ArduinoOTA.setHostname(theboard_id); ArduinoOTA .onStart([]() { String type; if (ArduinoOTA.getCommand() == U_FLASH) type = "sketch"; else type = "filesystem"; Serial.println("Start updating " + type); }) .onEnd([]() { Serial.println("\nEnd"); }) .onProgress([](unsigned int progress, unsigned int total) { Serial.printf("Progress: %u%%\r", (progress / (total / 100))); }) .onError([](ota_error_t error) { Serial.printf("Error[%u]: ", error); if (error == OTA_AUTH_ERROR) Serial.println("Auth Failed"); else if (error == OTA_BEGIN_ERROR) Serial.println("Begin Failed"); else if (error == OTA_CONNECT_ERROR) Serial.println("Connect Failed"); else if (error == OTA_RECEIVE_ERROR) Serial.println("Receive Failed"); else if (error == OTA_END_ERROR) Serial.println("End Failed"); }); ArduinoOTA.begin(); // Start UDP on the designated port udp.begin(udpPort); Serial.println("Setup Complete"); Serial.print("Board ID: "); Serial.println(board_id); Serial.print("Software Version: "); Serial.println(swver); randomSeed(analogRead(0)); } void loop() { ArduinoOTA.handle(); // Check for IP changes and update connection status IPAddress currentIP = ETH.localIP(); if (currentIP != lastIP) { if (currentIP != IPAddress(0, 0, 0, 0)) { eth_connected = true; Serial.print("Connected with IP: "); } else { eth_connected = false; Serial.print("IP Address changed to: "); } Serial.println(currentIP.toString()); lastIP = currentIP; } // Once Ethernet is connected, send a boot UDP message (only once) if (eth_connected && !bootUdpSent) { Serial.println("Sending boot UDP message..."); udp.beginPacket(udpServerIP, udpPort); udp.print("Boot message from board "); udp.print(board_id); udp.print(" swver "); udp.print(swver); udp.endPacket(); bootUdpSent = true; previousMillis = millis(); Serial.println("Boot UDP message sent"); } // Every 5 seconds send a UDP message with a random number if (eth_connected && bootUdpSent && (millis() - previousMillis >= 5000)) { previousMillis = millis(); long rnd = random(1000, 9999); Serial.print("Sending random UDP message: "); Serial.println(rnd); udp.beginPacket(udpServerIP, udpPort); udp.print("Random message: "); udp.print(rnd); udp.endPacket(); } } ================================================ FILE: olimex/Olimex ESP32-POE-ISO/sample_code.ino ================================================ //https://youtube.com/anothermaker //very basic Olimex ESP32-POE-ISO example sketch with OTA update, ethernet and 1602 LCD //give this board a unique int id for OTA int board_id = 1; //I also like having a software version that prints to the screen const char* swver = "v1.0.2"; //This is the ESP32-POE-ISO from Olimex #define ETH_CLK_MODE ETH_CLOCK_GPIO17_OUT #define ETH_PHY_POWER 12 #include #include // Library for LCD LiquidCrystal_I2C lcd(0x27, 16, 2); // I2C address 0x27, 16 column and 2 rows #include #include #include static bool eth_connected = false; void WiFiEvent(WiFiEvent_t event) { switch (event) { case SYSTEM_EVENT_ETH_START: //set eth hostname here ETH.setHostname("esp32-ethernet"); break; case SYSTEM_EVENT_ETH_CONNECTED: Serial.println("ETH Connected"); break; case SYSTEM_EVENT_ETH_GOT_IP: Serial.print("ETH MAC: "); Serial.print(ETH.macAddress()); Serial.print(", IPv4: "); Serial.print(ETH.localIP()); if (ETH.fullDuplex()) { Serial.print(", FULL_DUPLEX"); } Serial.print(", "); Serial.print(ETH.linkSpeed()); Serial.println("Mbps"); eth_connected = true; break; case SYSTEM_EVENT_ETH_DISCONNECTED: Serial.println("ETH Disconnected"); eth_connected = false; break; case SYSTEM_EVENT_ETH_STOP: Serial.println("ETH Stopped"); eth_connected = false; break; default: break; } } void setup(){ //don't remove this delay, it helps fix the ethernet delay(250); Serial.begin(115200); lcd.begin(); //initialize the lcd lcd.backlight(); //open the backlight lcd.clear(); lcd.setCursor(0,0); lcd.print("Booting..."); WiFi.onEvent(WiFiEvent); ETH.begin(); char theboard_id[4]; sprintf(theboard_id, "%d", board_id); ArduinoOTA.setHostname(theboard_id); ArduinoOTA .onStart([]() { String type; if (ArduinoOTA.getCommand() == U_FLASH) type = "sketch"; else // U_SPIFFS type = "filesystem"; // NOTE: if updating SPIFFS this would be the place to unmount SPIFFS using SPIFFS.end() Serial.println("Start updating " + type); }) .onEnd([]() { Serial.println("\nEnd"); }) .onProgress([](unsigned int progress, unsigned int total) { Serial.printf("Progress: %u%%\r", (progress / (total / 100))); }) .onError([](ota_error_t error) { Serial.printf("Error[%u]: ", error); if (error == OTA_AUTH_ERROR) Serial.println("Auth Failed"); else if (error == OTA_BEGIN_ERROR) Serial.println("Begin Failed"); else if (error == OTA_CONNECT_ERROR) Serial.println("Connect Failed"); else if (error == OTA_RECEIVE_ERROR) Serial.println("Receive Failed"); else if (error == OTA_END_ERROR) Serial.println("End Failed"); }); ArduinoOTA.begin(); Serial.println("Booted"); lcd.clear(); lcd.setCursor(0,0); lcd.print("ESP32# "); lcd.print(board_id); lcd.setCursor(0,1); lcd.print(swver); } void loop(){ ArduinoOTA.handle(); } ================================================ FILE: olimex/Olimex Protoboard/olimex-protoboard.ino ================================================ //Demo code for this board https://www.pcbway.com/project/shareproject/Olimex_POE_ISO_Breakout_Board_Mount_cede76cb.html //If you're interested in getting pcbs, using this link https://www.pcbway.com/setinvite.aspx?inviteid=446230 //build notes // L2 LED is Red, L3 is Yellow, L4 is Green // Footprints are incorrect and the long pin of the led goes towards the square pad // The footprints next to the leds are for jumpers to enable the leds. You can just short a wire if you always want them to be available. // for the resistors, I used 330 ohm for red and yellow and probably should have used 220 ohm for green // diodes are 1N4007 // transistors are BC547GC a 2n2222 may work but your mileage may vary #include #include #include // Ethernet settings #define ETH_CLK_MODE ETH_CLOCK_GPIO17_OUT #define ETH_PHY_POWER 12 // Pin definitions const int PIN_RED_LED = 2; const int PIN_YELLOW_LED = 4; const int PIN_GREEN_LED = 5; const int PIN_RELAY1 = 13; const int PIN_RELAY2 = 15; // Global variables static bool eth_connected = false; WebServer server(80); // Structure to store pin states struct PinState { int pin; bool state; const char* name; const char* type; }; // Array to store all controlled pins PinState pins[] = { {PIN_RED_LED, false, "Red", "led"}, {PIN_YELLOW_LED, false, "Yellow", "led"}, {PIN_GREEN_LED, false, "Green", "led"}, {PIN_RELAY1, false, "Relay 1", "relay"}, {PIN_RELAY2, false, "Relay 2", "relay"} }; void WiFiEvent(WiFiEvent_t event) { switch (event) { case SYSTEM_EVENT_ETH_START: ETH.setHostname("esp32-gpio"); break; case SYSTEM_EVENT_ETH_CONNECTED: Serial.println("ETH Connected"); break; case SYSTEM_EVENT_ETH_GOT_IP: Serial.print("ETH MAC: "); Serial.print(ETH.macAddress()); Serial.print(", IPv4: "); Serial.print(ETH.localIP()); if (ETH.fullDuplex()) { Serial.print(", FULL_DUPLEX"); } Serial.print(", "); Serial.print(ETH.linkSpeed()); Serial.println("Mbps"); eth_connected = true; break; case SYSTEM_EVENT_ETH_DISCONNECTED: Serial.println("ETH Disconnected"); eth_connected = false; break; case SYSTEM_EVENT_ETH_STOP: Serial.println("ETH Stopped"); eth_connected = false; break; default: break; } } void setup() { Serial.begin(115200); // Initialize all pins for (auto &pin : pins) { pinMode(pin.pin, OUTPUT); digitalWrite(pin.pin, pin.state ? HIGH : LOW); } // Initialize Ethernet WiFi.onEvent(WiFiEvent); ETH.begin(); // Set static IP IPAddress ip(192, 168, 88, 22); IPAddress gateway(192, 168, 88, 1); IPAddress subnet(255, 255, 255, 0); ETH.config(ip, gateway, subnet); // Setup web server routes server.on("/", HTTP_GET, handleRoot); server.on("/api/pins", HTTP_GET, handleGetPins); server.on("/api/pin", HTTP_POST, handleSetPin); // Start server server.begin(); Serial.println("HTTP server started"); } void loop() { server.handleClient(); } void handleRoot() { String html = R"( Olimex Control Panel

ESP32 Control Panel

LED Controls

Relay Controls

)"; server.send(200, "text/html", html); } void handleGetPins() { DynamicJsonDocument doc(1024); JsonArray array = doc.to(); for (auto &pin : pins) { JsonObject pinObj = array.createNestedObject(); pinObj["pin"] = pin.pin; pinObj["state"] = pin.state; pinObj["name"] = pin.name; pinObj["type"] = pin.type; } String response; serializeJson(doc, response); server.send(200, "application/json", response); } void handleSetPin() { if (!server.hasArg("plain")) { server.send(400, "text/plain", "Missing body"); return; } DynamicJsonDocument doc(1024); DeserializationError error = deserializeJson(doc, server.arg("plain")); if (error) { server.send(400, "text/plain", "Invalid JSON"); return; } int pin = doc["pin"]; bool state = doc["state"]; // Find and update pin state for (auto &p : pins) { if (p.pin == pin) { p.state = state; digitalWrite(pin, state ? HIGH : LOW); break; } } server.send(200, "text/plain", "OK"); } ================================================ FILE: olimex/board_id/initial_setup_of_board_id.ino ================================================ #include Preferences preferences; const char* nvs_namespace = "board_config"; const char* id_key = "board_id"; void setup() { Serial.begin(115200); delay(1000); // Wait for Serial to be ready while (!Serial) { delay(10); } Serial.println("ESP32 Board ID Burner"); Serial.println("---------------------"); Serial.println("Enter a unique ID for this board (10-255):"); // Wait for user input while (!Serial.available()) { delay(100); } // Read the ID from serial int board_id = Serial.parseInt(); // Validate the ID is in range if (board_id < 10 || board_id > 255) { Serial.println("Error: ID must be between 10 and 255"); return; } // Open preferences with namespace "board_config" preferences.begin(nvs_namespace, false); // Check if ID already exists int existing_id = preferences.getInt(id_key, 0); if (existing_id > 0) { Serial.print("Warning: Board already has ID: "); Serial.println(existing_id); Serial.println("Do you want to overwrite? (y/n)"); while (!Serial.available()) { delay(100); } char response = Serial.read(); if (response != 'y' && response != 'Y') { Serial.println("Cancelled. Keeping existing ID."); preferences.end(); return; } } // Store the new ID preferences.putInt(id_key, board_id); preferences.end(); Serial.print("Success: Board ID set to "); Serial.println(board_id); } void loop() { // Nothing to do here } ================================================ FILE: olimex/board_id/read_back_id.ino ================================================ #include Preferences preferences; const char* nvs_namespace = "board_config"; const char* id_key = "board_id"; int board_id; void setup() { Serial.begin(115200); delay(1000); // Open preferences preferences.begin(nvs_namespace, true); // true = read-only mode // Get the board ID board_id = preferences.getInt(id_key, 0); preferences.end(); // Display the ID Serial.print("Board ID: "); if (board_id >= 10 && board_id <= 255) { Serial.println(board_id); } else { Serial.println("Not set or invalid (must be 10-255)"); } // Your main initialization code goes here // ... } void loop() { // Your main program logic goes here // You can access the board_id variable anywhere in your code // Example: Print ID every 5 seconds Serial.print("This is board #"); Serial.println(board_id); delay(5000); } ================================================ FILE: open-canary/steps.txt ================================================ INSTRUCTIONS (See notes below for additional info) #################################################### Download Ubuntu for Pi https://ubuntu.com/download/raspberry-pi Burn to 8gb+ SD card with BalenaEtcher or similar Enter this in the terminal sudo apt update sudo apt upgrade -y sudo apt-get install python-dev python-pip python-virtualenv sudo apt-get install -y build-essential libssl-dev libffi-dev sudo apt install nano sudo apt install ftp virtualenv env/ pip install --upgrade 'setuptools<45.0.0' pip install rdpy . env/bin/activate pip install opencanary opencanaryd --copyconfig sudo nano /root/.opencanary.conf (orange pi) sudo nano /home/ubuntu/.opencanary.conf (raspberry pi) See this guide to setup email https://opencanary.readthedocs.io/en/latest/alerts/email.html opencanaryd --start #################################################### PLEASE NOTE: I believe this WILL work on an original Pi or the Pi Zero, but it will need some tweaking. The install process is ridiculously slow on these devices and I'm not going to spend any more time trying to figure it out. You will need to use Raspberry Pi OS (formerly Rasbian) due to the Arm Cortex v6 Processor as opposed to the v7 in the later Pi's. Please comment on the video https://www.youtube.com/watch?v=RanpEQBvAY0 to let us know how you got it to work. Note #2: For running automatically on boot. Courtesy of Matthew Bowels in the YT comments sudo -i (this will run all commands as root, you NEED to do everything as root) run the install instructions (as root) all the way up to the --copyconfig make a script to run it (nano /usr/loca/bin/opencanary.sh) Script should be #!/bin/bash ./usr/local/bin/opencanary.sh (exit the editor while saving) Make script executable (chmod x+ /usr/local/bin/opencanary.sh) test script ( ./usr/local/bin/opencanary.sh) it should be running now if not stop and troubleshoot that Make it run on boot with crontab -e @reboot /usr/loca/bin/opencanary.sh (save and exit) Reboot and it should be running. NOW I am sure that running this as root is not ideal but i could not get it to work any other way for me and since the device is intended to be probed by hackers nothing should be running on this so i don't think its a HUGE deal but if someone else could make this work as a normal user then i would do that. Note #3: Courtesy of mannydr3 on github I had to install testresources then launchpadlib before getting it to work: pip3 install testresources && pip3 install launchpadlib ================================================ FILE: quack-attack/quack-attack-build-notes.txt ================================================ Hey I hope you have fun with this. Don't shoot your eye out. Physical Building Notes I used 5mm LEDs (https://amzn.to/3gkUEfk) with little metal LED holders (https://amzn.to/2TvnzTO) I really prefer these HAPP-style buttons - https://amzn.to/36owiMY Happ buttons are drilled with 1 1/8" drill bits. Don't get the really aggressive Bosch ones. Get this style. https://amzn.to/3bZ478m I used a combination of hot glue and 2 flat head #4 screws to attach the buttons to the ducks Wire as follows Buttons One side of button to pin 1 (3.3v) and the other side to the pin below Duck 0 - Pin 3 Duck 1 - Pin 5 Duck 2 - Pin 7 Duck 3 - Pin 11 Duck 4 - Pin 15 LEDs Shorter leg of each of the LEDs to ground. Longer leg to the pin through a 220 ohm or so resistor Duck 0 - Pin 8 Duck 1 - Pin 10 Duck 2 - Pin 12 Duck 3 - Pin 16 Duck 4 - Pin 18 Node-Red Before the sketch will run, you will need to add the following nodes through "Manage Palette" - node-red-contrib-counter - node-red-contrib-looptimer - node-red-dashboard - node-red-node-pi-gpio To import the node red code, copy the entire contents of quack-attack-node-red.json to your clipboard. Go into node-red and go to Import->(clipboard) - Paste and hit okay. Dashboard To view the UI, visit http://your.pi.ip.address:1880/ui in any web browser on your network If you are on the pi itself, open the web browser and visit http://127.0.0.1:1880/ui Playing Sounds If you want to play sounds on the pi itself, you will need to install mpg123 from the terminal sudo apt-get install mpg123 Choose whatever sound effects you want for quack and splat and copy quack.mp3 and splat.mp3 to /home/dietpi/quack.mp3 and /home/dietpi/splat.mp3 Edit your path for your own configuration if you're using Raspbian or another OS. ================================================ FILE: quack-attack/quack-attack-node-red.json ================================================ [{"id":"ecba572f.22bbf8","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"6646e55f.9f89ec","type":"debug","z":"ecba572f.22bbf8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","x":250,"y":660,"wires":[]},{"id":"8054f52c.2bb6e8","type":"function","z":"ecba572f.22bbf8","name":"Game Setup","func":"var ducks = [0,1,2,3,4];//5 ducks!\nvar chosen = [0,0,0,0,0];//placeholder to figure out which duck is active\nglobal.set(\"stop\",0);\nglobal.set(\"ducks\",ducks);\nglobal.set(\"chosen\",chosen);\nglobal.set(\"started\",false);\nglobal.set(\"gameTime\",60) ; //In seconds\nglobal.set(\"score\",0); //how many targets have been hit\nglobal.set(\"shown\",0); //how many targets have been shown\n// these variables would be used if you want a target to timeout\n// global.set(\"timeout\",global.get(\"gameTime\"));//when should we give up on the target?\n// global.set(\"targetTime\",3); //The max amount of time to activate a target in seconds\n// global.set(\"currentTime\", 0); //current time on the clock\nreturn msg;\n","outputs":1,"noerr":0,"x":290,"y":80,"wires":[["1393a06f.30443","b684d5b.ae6d628"]]},{"id":"67340702.e594a8","type":"ui_text","z":"ecba572f.22bbf8","group":"ba007694.9a4348","order":1,"width":"9","height":"2","name":"Current Time","label":"Timer","format":" {{msg.payload}}","layout":"col-center","x":830,"y":460,"wires":[]},{"id":"8e9580d4.5b6d2","type":"switch","z":"ecba572f.22bbf8","name":"Timer Switch Statement","property":"payload","propertyType":"msg","rules":[{"t":"cont","v":"stop","vt":"str"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":670,"y":260,"wires":[["b6620b2d.f3e7d8"],["7f781427.ac61ec"]]},{"id":"ac866e8a.a2b4e","type":"function","z":"ecba572f.22bbf8","name":"Reset Function","func":"msg.reset = true;\nvar stop = global.set(\"stop\", 0);\n\nreturn msg;","outputs":1,"noerr":0,"x":260,"y":460,"wires":[["45474f19.1d242"]]},{"id":"65f07090.612f7","type":"inject","z":"ecba572f.22bbf8","name":"Reset","topic":"","payload":"reset","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":"","x":70,"y":200,"wires":[["7cf18b18.b89f04"]]},{"id":"45474f19.1d242","type":"function","z":"ecba572f.22bbf8","name":"Reset Final","func":"var newMsg = { payload: msg.payload.length };\n\nmath = 0;\n\nnewMsg.payload = math;\nreturn newMsg;","outputs":1,"noerr":0,"x":450,"y":460,"wires":[["67340702.e594a8"]]},{"id":"b6620b2d.f3e7d8","type":"function","z":"ecba572f.22bbf8","name":"Major Math Going on Here","func":"var newMsg = { payload: msg.payload.length };\nvar time = global.get(\"currentTime\"); \nvar major = global.get(\"majors\");\nvar minor = global.get(\"minors\");\nvar stop = global.get(\"stop\");\nvar time = time * 1; //force to number\nvar major = 30 * major;\nvar minor = 10 * minor;\nvar math = time + major + minor;\nvar h = 0;\nvar m = 0;\nvar s = 0;\nvar t = math;\n \ns = t % 60;\nt = (t - s)/60;\nm = t % 60;\nt = (t - m)/60;\nh = t;\nmath = h+\"h \"+m+\"m \"+s+\"s\";\n\nnewMsg.payload = math;\nreturn newMsg;\n","outputs":1,"noerr":0,"x":960,"y":260,"wires":[[]]},{"id":"7ae50f14.05802","type":"inject","z":"ecba572f.22bbf8","name":"StartTimer","topic":"","payload":"1","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":"","x":80,"y":80,"wires":[["8054f52c.2bb6e8"]]},{"id":"5ca60d20.e63874","type":"looptimer","z":"ecba572f.22bbf8","duration":".5","units":"Second","maxloops":"99999999","maxtimeout":"1","maxtimeoutunits":"Hour","name":"","x":380,"y":200,"wires":[["3796cc24.742374"],[]]},{"id":"3796cc24.742374","type":"counter","z":"ecba572f.22bbf8","name":"","init":"0","step":".5","lower":"","upper":"","mode":"increment","outputs":"1","x":580,"y":200,"wires":[["1e36faea.ede5f5"]]},{"id":"1e36faea.ede5f5","type":"function","z":"ecba572f.22bbf8","name":"getCount","func":"var newMsg = {payload:msg.count};\nvar timer = newMsg.payload;\nvar time = global.set(\"currentTime\", timer); \nreturn newMsg;","outputs":1,"noerr":0,"x":760,"y":200,"wires":[["8e9580d4.5b6d2","797daafe.b12814"]]},{"id":"e226e997.2b7028","type":"inject","z":"ecba572f.22bbf8","name":"","topic":"","payload":"stop","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":"","x":70,"y":160,"wires":[["5ca60d20.e63874","7910ef11.ce393"]]},{"id":"8ecb26e6.27cc28","type":"function","z":"ecba572f.22bbf8","name":"Reset Time","func":"msg.reset = true;\nreturn msg;","outputs":1,"noerr":0,"x":250,"y":420,"wires":[["3796cc24.742374"]]},{"id":"7f781427.ac61ec","type":"function","z":"ecba572f.22bbf8","name":"forceTWO","func":"var time = msg.payload;\nmsg.payload = (Math.floor(time*100)/100).toFixed(2);\nreturn msg;","outputs":1,"noerr":0,"x":910,"y":300,"wires":[["67340702.e594a8"]]},{"id":"7910ef11.ce393","type":"function","z":"ecba572f.22bbf8","name":"stop","func":"var stop = global.get('stop'); //make sure the game hasn't stopped\nif(stop === 0){\nvar ducks = global.get(\"ducks\"); //get our ducks and leds\nvar leds = global.get(\"leds\");\nvar chosen = global.get(\"chosen\");\nfor (var i = 0; i < chosen.length-1; i++) {\n chosen[i] = 0; //set every duck back to 0\n}\nvar random = getRandomInt(0, ducks.length-1); //chose a random duck\nchosen[random] = 1;\nglobal.set(\"chosen\",chosen); //save this globally\n\nmsg.payload = random;\nreturn msg;\n}\n\nfunction getRandomInt(min, max) {\n min = Math.ceil(min);\n max = Math.floor(max);\n return Math.floor(Math.random() * (max - min + 1)) + min;\n}","outputs":1,"noerr":0,"x":350,"y":260,"wires":[["8e9580d4.5b6d2"]]},{"id":"797daafe.b12814","type":"function","z":"ecba572f.22bbf8","name":"Stop the Counter (Game Over)","func":"var endTime = global.get('gameTime') ; //In seconds\n\nif(msg.payload >= endTime){\n global.set('stop',1);\n msg.payload = \"stop\";\n return msg;\n}\n","outputs":1,"noerr":0,"x":1030,"y":200,"wires":[["5ca60d20.e63874","ccecb7f4.aedc38"]]},{"id":"45a4b68c.4e41d8","type":"ui_text","z":"ecba572f.22bbf8","group":"ba007694.9a4348","order":1,"width":"9","height":"3","name":"Score","label":"Score","format":" {{msg.payload}}","layout":"col-center","x":850,"y":600,"wires":[]},{"id":"8d5b3763.770f98","type":"function","z":"ecba572f.22bbf8","name":"Set Score","func":"// if(global.get(\"stop\") === 0){ //don't look for input if the game has been stopped!\n// var score = global.get('score'); //how many targets have been hit\n// score = score + msg.payload;\n// global.set('score',score);\n// msg.payload = score;\n// return msg;\n// }\nmsg.payload = 0;\nreturn msg;","outputs":1,"noerr":0,"x":240,"y":620,"wires":[["45a4b68c.4e41d8","4bd436ad.9db5e8"]]},{"id":"f10e6873.f20d18","type":"change","z":"ecba572f.22bbf8","name":"Set Zeros","rules":[{"t":"set","p":"payload","pt":"msg","to":"0","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":240,"y":380,"wires":[["458b93ef.62d40c"]]},{"id":"ecae9522.0b39a8","type":"ui_text","z":"ecba572f.22bbf8","group":"ba007694.9a4348","order":1,"width":"9","height":"3","name":"Targets Shown","label":"Targets Shown","format":" {{msg.payload}}","layout":"col-center","x":900,"y":640,"wires":[]},{"id":"4bd436ad.9db5e8","type":"function","z":"ecba572f.22bbf8","name":"Show Another Target","func":"var stop = global.get('stop'); //make sure the game hasn't stopped\nif(stop === 0){\nvar ducks = global.get(\"ducks\"); //get our ducks and leds\n\n\n//set every duck back to 0\nvar chosen = global.get(\"chosen\");\nfor (var i = 0; i < chosen.length-1; i++) {\n chosen[i] = 0; \n}\n\nvar random = getRandomInt(0, ducks.length-1); //chose a random duck\nchosen[random] = 1;\nglobal.set(\"chosen\",chosen); //save this globally\n\n//if you want to allow targets to \"timeout\", this would come in handy\n//you would also need to enable these variables in the setup node\n// var gameTime = global.get(\"gameTime\");//how long is the game?\n// var currentTime = global.get(\"currentTime\"); //what time is on the clock\n// var targetTime = global.get(\"targetTime\");//how long should a target be displayed\n\n// var timeout = 0; //when the target should deactivate\n// if(currentTime + targetTime >= gameTime){\n// timeout = gameTime;\n// }else{\n// timeout = currentTime + targetTime;\n// }\n// global.set(\"timeout\",timeout);\n\n\n// //for diagnostic purposes\n// msg.currentTime = currentTime;\n// msg.targetTime = targetTime;\n// msg.gameTime = gameTime;\n// msg.timeout = timeout;\nmsg.target = random;\n\nreturn msg;\n}\n\nfunction getRandomInt(min, max) {\n min = Math.ceil(min);\n max = Math.floor(max);\n return Math.floor(Math.random() * (max - min + 1)) + min;\n}\n","outputs":1,"noerr":0,"x":1140,"y":860,"wires":[["52035dc4.b971f4","77b6b484.d466ac","ccecb7f4.aedc38"]]},{"id":"d7926756.530598","type":"function","z":"ecba572f.22bbf8","name":"Play hit sound","func":"var hit = parseInt(msg.payload);\nvar gameData = global.get('gameData');\nvar mp3 = gameData[hit][2];\nmsg.payload = 'c:\\\\xampp\\\\htdocs\\\\mosquitto\\\\sounds\\\\'+mp3;\nreturn msg;","outputs":1,"noerr":0,"x":260,"y":700,"wires":[[]]},{"id":"1737f958.15fc17","type":"ui_button","z":"ecba572f.22bbf8","name":"","group":"ba007694.9a4348","order":7,"width":0,"height":0,"passthru":false,"label":"Reset","tooltip":"","color":"","bgcolor":"","icon":"","payload":"reset","payloadType":"str","topic":"","x":70,"y":240,"wires":[["7cf18b18.b89f04"]]},{"id":"bd3c82fb.75bcd","type":"ui_button","z":"ecba572f.22bbf8","name":"","group":"ba007694.9a4348","order":7,"width":0,"height":0,"passthru":false,"label":"Stop","tooltip":"","color":"","bgcolor":"","icon":"","payload":"stop","payloadType":"str","topic":"","x":70,"y":120,"wires":[["7910ef11.ce393","5ca60d20.e63874"]]},{"id":"4dd7b9d0.6b56d8","type":"ui_button","z":"ecba572f.22bbf8","name":"","group":"ba007694.9a4348","order":7,"width":0,"height":0,"passthru":false,"label":"Start","tooltip":"","color":"","bgcolor":"","icon":"","payload":"","payloadType":"date","topic":"","x":70,"y":40,"wires":[["8054f52c.2bb6e8"]]},{"id":"7cf18b18.b89f04","type":"link out","z":"ecba572f.22bbf8","name":"To reset","links":["5843d2d3.73ad3c"],"x":155,"y":220,"wires":[]},{"id":"5843d2d3.73ad3c","type":"link in","z":"ecba572f.22bbf8","name":"","links":["7cf18b18.b89f04"],"x":115,"y":440,"wires":[["f10e6873.f20d18","8ecb26e6.27cc28","ac866e8a.a2b4e","cda19759.ae44a8"]]},{"id":"1393a06f.30443","type":"delay","z":"ecba572f.22bbf8","name":"","pauseType":"delay","timeout":"1","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":480,"y":80,"wires":[["5c88642f.53de8c","5ca60d20.e63874"]]},{"id":"5c88642f.53de8c","type":"link out","z":"ecba572f.22bbf8","name":"Show another target","links":["ee578142.aa6db"],"x":675,"y":80,"wires":[]},{"id":"ee578142.aa6db","type":"link in","z":"ecba572f.22bbf8","name":"","links":["5c88642f.53de8c"],"x":115,"y":660,"wires":[["8d5b3763.770f98","6646e55f.9f89ec"]]},{"id":"458b93ef.62d40c","type":"link out","z":"ecba572f.22bbf8","name":"Zeroes","links":["f58d2cbc.ad4aa"],"x":520,"y":380,"wires":[]},{"id":"f58d2cbc.ad4aa","type":"link in","z":"ecba572f.22bbf8","name":"","links":["458b93ef.62d40c"],"x":635,"y":620,"wires":[["45a4b68c.4e41d8","ecae9522.0b39a8"]]},{"id":"52035dc4.b971f4","type":"debug","z":"ecba572f.22bbf8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":1250,"y":920,"wires":[]},{"id":"eab7b29a.8868b","type":"ui_button","z":"ecba572f.22bbf8","d":true,"name":"","group":"ba007694.9a4348","order":6,"width":0,"height":0,"passthru":false,"label":"2","tooltip":"","color":"","bgcolor":"","icon":"","payload":"2","payloadType":"num","topic":"","x":70,"y":920,"wires":[["ab4d0f1e.1117c"]]},{"id":"937c6057.fe2a7","type":"comment","z":"ecba572f.22bbf8","name":"Sample Hit Buttons","info":"","x":110,"y":800,"wires":[]},{"id":"4fafe26d.7868dc","type":"ui_button","z":"ecba572f.22bbf8","d":true,"name":"","group":"ba007694.9a4348","order":6,"width":0,"height":0,"passthru":false,"label":"3","tooltip":"","color":"","bgcolor":"","icon":"","payload":"3","payloadType":"num","topic":"","x":70,"y":960,"wires":[["ab4d0f1e.1117c"]]},{"id":"42be5920.07a1d8","type":"ui_button","z":"ecba572f.22bbf8","d":true,"name":"","group":"ba007694.9a4348","order":6,"width":0,"height":0,"passthru":false,"label":"4","tooltip":"","color":"","bgcolor":"","icon":"","payload":"4","payloadType":"num","topic":"","x":70,"y":1000,"wires":[["ab4d0f1e.1117c"]]},{"id":"bba1d155.b2d3e","type":"ui_button","z":"ecba572f.22bbf8","d":true,"name":"","group":"ba007694.9a4348","order":6,"width":0,"height":0,"passthru":false,"label":"0","tooltip":"","color":"","bgcolor":"","icon":"","payload":"0","payloadType":"num","topic":"","x":70,"y":840,"wires":[["ab4d0f1e.1117c"]]},{"id":"9e32fece.bbe14","type":"ui_button","z":"ecba572f.22bbf8","d":true,"name":"","group":"ba007694.9a4348","order":6,"width":0,"height":0,"passthru":false,"label":"1","tooltip":"","color":"","bgcolor":"","icon":"","payload":"1","payloadType":"num","topic":"","x":70,"y":880,"wires":[["ab4d0f1e.1117c"]]},{"id":"ab4d0f1e.1117c","type":"function","z":"ecba572f.22bbf8","name":"Process Input","func":"var stop = global.get(\"stop\");\nmsg.rec = msg.payload; //what did we receive?\nif(stop === 0){\n var chosen = global.get(\"chosen\");\n if(chosen[msg.payload] == 1){\n msg.payload = 1;\n }else{\n msg.payload = -1;\n }\n}\nreturn msg;","outputs":1,"noerr":0,"x":620,"y":940,"wires":[["992d6359.0be2d","f8313794.aa5448"]]},{"id":"992d6359.0be2d","type":"debug","z":"ecba572f.22bbf8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":410,"y":860,"wires":[]},{"id":"f8313794.aa5448","type":"switch","z":"ecba572f.22bbf8","name":"Score Processing","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"x","vt":"str"},{"t":"eq","v":"-1","vt":"num"},{"t":"eq","v":"1","vt":"num"}],"checkall":"true","repair":false,"outputs":3,"x":830,"y":940,"wires":[[],["30b66716.117d48"],["30b66716.117d48","4bd436ad.9db5e8","7a1aa22d.c709cc"]]},{"id":"cda19759.ae44a8","type":"function","z":"ecba572f.22bbf8","name":"Start at 0","func":"msg.payload = 0;\nreturn msg;","outputs":1,"noerr":0,"x":240,"y":500,"wires":[[]]},{"id":"77b6b484.d466ac","type":"function","z":"ecba572f.22bbf8","name":"Update Shown","func":"var shown = global.get(\"shown\");\nshown = shown + 1;\nglobal.set(\"shown\",shown);\nmsg.payload = shown;\nreturn msg;","outputs":1,"noerr":0,"x":1480,"y":700,"wires":[["ecae9522.0b39a8"]]},{"id":"30b66716.117d48","type":"function","z":"ecba572f.22bbf8","name":"Update Score","func":"var oldscore = global.get(\"score\");\nmsg.oldscore = oldscore;\nmsg.payload = msg.payload + oldscore;\nglobal.set(\"score\",msg.payload);\nreturn msg;","outputs":1,"noerr":0,"x":660,"y":680,"wires":[["45a4b68c.4e41d8","ee312e60.6091f"]]},{"id":"ee312e60.6091f","type":"debug","z":"ecba572f.22bbf8","name":"score","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":1010,"y":700,"wires":[]},{"id":"233f7212.26cc2e","type":"rpi-gpio in","z":"ecba572f.22bbf8","name":"Duck 0 - Pin 3","pin":"3","intype":"up","debounce":"50","read":false,"x":90,"y":1040,"wires":[["5db68053.c6af8"]]},{"id":"44d36003.998f1","type":"rpi-gpio in","z":"ecba572f.22bbf8","name":"Duck 1 - Pin 5","pin":"5","intype":"up","debounce":"50","read":false,"x":90,"y":1100,"wires":[["a40695bf.69a698"]]},{"id":"263f15bb.cbefaa","type":"rpi-gpio in","z":"ecba572f.22bbf8","name":"Duck 2 - Pin 7","pin":"7","intype":"up","debounce":"50","read":false,"x":90,"y":1160,"wires":[["cf7d731f.c4716"]]},{"id":"81f6096c.e3f728","type":"rpi-gpio in","z":"ecba572f.22bbf8","name":"Duck 3 - Pin 11","pin":"11","intype":"up","debounce":"50","read":false,"x":100,"y":1220,"wires":[["4a5a4a51.1f8b64"]]},{"id":"e9085a8f.37be58","type":"rpi-gpio in","z":"ecba572f.22bbf8","name":"Duck 4 - Pin 15","pin":"15","intype":"up","debounce":"50","read":false,"x":100,"y":1280,"wires":[["2897ed97.6fe242"]]},{"id":"5db68053.c6af8","type":"switch","z":"ecba572f.22bbf8","name":"","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"0","vt":"num"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":270,"y":1040,"wires":[["ab4d0f1e.1117c"],[]]},{"id":"a40695bf.69a698","type":"switch","z":"ecba572f.22bbf8","name":"","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"0","vt":"num"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":270,"y":1080,"wires":[["8270ce3c.10659"],[]]},{"id":"8270ce3c.10659","type":"change","z":"ecba572f.22bbf8","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"1","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":420,"y":1080,"wires":[["ab4d0f1e.1117c"]]},{"id":"cf7d731f.c4716","type":"switch","z":"ecba572f.22bbf8","name":"","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"0","vt":"num"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":270,"y":1120,"wires":[["2e252551.3eefba"],[]]},{"id":"2e252551.3eefba","type":"change","z":"ecba572f.22bbf8","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"2","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":420,"y":1120,"wires":[["ab4d0f1e.1117c"]]},{"id":"4a5a4a51.1f8b64","type":"switch","z":"ecba572f.22bbf8","name":"","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"0","vt":"num"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":270,"y":1160,"wires":[["b9746a59.05bea8"],[]]},{"id":"b9746a59.05bea8","type":"change","z":"ecba572f.22bbf8","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"3","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":420,"y":1160,"wires":[["ab4d0f1e.1117c"]]},{"id":"2897ed97.6fe242","type":"switch","z":"ecba572f.22bbf8","name":"","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"0","vt":"num"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":270,"y":1200,"wires":[["eb250fa6.4db1e"],[]]},{"id":"eb250fa6.4db1e","type":"change","z":"ecba572f.22bbf8","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"4","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":420,"y":1200,"wires":[["ab4d0f1e.1117c"]]},{"id":"8bb2bd4b.4ffe1","type":"rpi-gpio out","z":"ecba572f.22bbf8","name":"Duck 0 LED - Pin 8","pin":"8","set":true,"level":"0","freq":"","out":"out","x":1630,"y":780,"wires":[]},{"id":"ccecb7f4.aedc38","type":"change","z":"ecba572f.22bbf8","name":"Turn off all lights","rules":[{"t":"set","p":"payload","pt":"msg","to":"0","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":1440,"y":840,"wires":[["8bb2bd4b.4ffe1","4ba053d8.7b7c7c","2b056931.697016","ebbb618b.b537","9ca30911.5bb848","2dbd5e6f.86cd12"]]},{"id":"4ba053d8.7b7c7c","type":"rpi-gpio out","z":"ecba572f.22bbf8","name":"Duck 1 LED - Pin 10","pin":"10","set":true,"level":"0","freq":"","out":"out","x":1640,"y":820,"wires":[]},{"id":"2b056931.697016","type":"rpi-gpio out","z":"ecba572f.22bbf8","name":"Duck 2 LED - Pin 12","pin":"12","set":true,"level":"0","freq":"","out":"out","x":1640,"y":860,"wires":[]},{"id":"ebbb618b.b537","type":"rpi-gpio out","z":"ecba572f.22bbf8","name":"Duck 3 LED - Pin 16","pin":"16","set":true,"level":"0","freq":"","out":"out","x":1640,"y":900,"wires":[]},{"id":"9ca30911.5bb848","type":"rpi-gpio out","z":"ecba572f.22bbf8","name":"Duck 4 LED - Pin 18","pin":"18","set":true,"level":"0","freq":"","out":"out","x":1640,"y":940,"wires":[]},{"id":"2dbd5e6f.86cd12","type":"delay","z":"ecba572f.22bbf8","name":"","pauseType":"delay","timeout":"150","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1610,"y":980,"wires":[["53b8d01c.f3b22"]]},{"id":"6ce9963b.6a3358","type":"switch","z":"ecba572f.22bbf8","name":"Turn on target light","property":"target","propertyType":"msg","rules":[{"t":"eq","v":"0","vt":"num"},{"t":"eq","v":"1","vt":"num"},{"t":"eq","v":"2","vt":"num"},{"t":"eq","v":"3","vt":"num"},{"t":"eq","v":"4","vt":"num"}],"checkall":"true","repair":false,"outputs":5,"x":1370,"y":1080,"wires":[["4be9424b.847fbc"],["164373ff.fef91c"],["1f810285.36babd"],["8b0db106.147b8"],["642eafe1.e07d5"]]},{"id":"4be9424b.847fbc","type":"rpi-gpio out","z":"ecba572f.22bbf8","name":"Duck 0 LED - Pin 8","pin":"8","set":true,"level":"0","freq":"","out":"out","x":1650,"y":1040,"wires":[]},{"id":"164373ff.fef91c","type":"rpi-gpio out","z":"ecba572f.22bbf8","name":"Duck 1 LED - Pin 10","pin":"10","set":true,"level":"0","freq":"","out":"out","x":1660,"y":1080,"wires":[]},{"id":"1f810285.36babd","type":"rpi-gpio out","z":"ecba572f.22bbf8","name":"Duck 2 LED - Pin 12","pin":"12","set":true,"level":"0","freq":"","out":"out","x":1660,"y":1120,"wires":[]},{"id":"8b0db106.147b8","type":"rpi-gpio out","z":"ecba572f.22bbf8","name":"Duck 3 LED - Pin 16","pin":"16","set":true,"level":"0","freq":"","out":"out","x":1660,"y":1160,"wires":[]},{"id":"642eafe1.e07d5","type":"rpi-gpio out","z":"ecba572f.22bbf8","name":"Duck 4 LED - Pin 18","pin":"18","set":true,"level":"0","freq":"","out":"out","x":1660,"y":1200,"wires":[]},{"id":"53b8d01c.f3b22","type":"change","z":"ecba572f.22bbf8","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"1","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1160,"y":1080,"wires":[["6ce9963b.6a3358","1e1e4752.ef1449"]]},{"id":"a08188eb.07cb28","type":"comment","z":"ecba572f.22bbf8","name":"Duck LEDs","info":"","x":1420,"y":920,"wires":[]},{"id":"d692f2.0ccd8d1","type":"comment","z":"ecba572f.22bbf8","name":"Scoreboard","info":"","x":790,"y":740,"wires":[]},{"id":"abf8b107.e5ba4","type":"comment","z":"ecba572f.22bbf8","name":"Reset Global Variables and Scoreboard","info":"","x":530,"y":420,"wires":[]},{"id":"f001d7c0.245268","type":"comment","z":"ecba572f.22bbf8","name":"Counter","info":"","x":610,"y":300,"wires":[]},{"id":"8b948028.d49f4","type":"http request","z":"ecba572f.22bbf8","name":"Splat Sound","method":"GET","ret":"txt","paytoqs":false,"url":"http://192.168.95.198/shop/sound.php?sound=splat","tls":"","persist":false,"proxy":"","authType":"","x":950,"y":1360,"wires":[["a9130339.d7b57"]]},{"id":"a9130339.d7b57","type":"http response","z":"ecba572f.22bbf8","name":"","statusCode":"","headers":{},"x":1090,"y":1360,"wires":[]},{"id":"b684d5b.ae6d628","type":"ui_template","z":"ecba572f.22bbf8","group":"ba007694.9a4348","name":"","order":11,"width":0,"height":0,"format":"\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n","storeOutMessages":true,"fwdInMessages":true,"templateScope":"global","x":840,"y":100,"wires":[[]]},{"id":"30a5a6a3.1a3a3a","type":"http request","z":"ecba572f.22bbf8","name":"Quack Sound","method":"GET","ret":"txt","paytoqs":false,"url":"http://192.168.95.198/shop/sound.php?sound=quack","tls":"","persist":false,"proxy":"","authType":"","x":1340,"y":1360,"wires":[["2b85518c.b5a53e"]]},{"id":"2b85518c.b5a53e","type":"http response","z":"ecba572f.22bbf8","name":"","statusCode":"","headers":{},"x":1490,"y":1360,"wires":[]},{"id":"1e1e4752.ef1449","type":"exec","z":"ecba572f.22bbf8","command":"sudo mpg123 /home/dietpi/quack.mp3","addpay":false,"append":"","useSpawn":"true","timer":"","oldrc":false,"name":"Play QUACK MP3","x":1310,"y":1280,"wires":[[],[],[]]},{"id":"7a1aa22d.c709cc","type":"exec","z":"ecba572f.22bbf8","command":"sudo mpg123 /home/dietpi/splat.mp3","addpay":false,"append":"","useSpawn":"true","timer":"","oldrc":false,"name":"Play SPLAT MP3","x":950,"y":1280,"wires":[[],[],[]]},{"id":"ba007694.9a4348","type":"ui_group","z":"","name":"Scoreboard","tab":"73c41f5b.9bc7f","disp":true,"width":"9","collapse":false},{"id":"73c41f5b.9bc7f","type":"ui_tab","z":"","name":"QUACK ATTACK!!!!!!!!!","icon":"dashboard","disabled":false,"hidden":true}] ================================================ FILE: raspberry-pi-cooling/test.sh ================================================ #!/bin/bash # install systbench with apt-install sysbench # be sure to chmod +x test.sh so you can run the script # run with # time ./test.sh for f in {1..7} do start=`date +%s` vcgencmd measure_temp sysbench --test=cpu --cpu-max-prime=25000 --num-threads=4 run >/dev/nul$ end=`date +%s` runtime=$((end-start)) echo "$runtime" done vcgencmd measure_temp ================================================ FILE: relay-test/every-single-pin.ino ================================================ //Let's see how many relays I can connect to an Arduino Mega clone before the thing freaks out. //relays connected to pins 2-9 int min = 0; int max = 54; static const uint8_t analog_pins[] = {A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15}; int analogMax = 16; void setup() { // Serial.begin(9600); for (int i = min; i < max; i++) { pinMode(i,OUTPUT); digitalWrite(i,LOW); } for (int i = 0; i < analogMax; i++) { pinMode(analog_pins[i],OUTPUT); digitalWrite(analog_pins[i],LOW); } // Serial.println("Booted"); delay(2500); } void loop() { for (int i = min; i < max; i++) { digitalWrite(i,HIGH); } for (int i = 0; i < analogMax; i++) { digitalWrite(analog_pins[i],HIGH); } delay(5000); for (int i = min; i < max; i++) { digitalWrite(i,LOW); } for (int i = 0; i < analogMax; i++) { digitalWrite(analog_pins[i],LOW); } delay(5000); } ================================================ FILE: relay-test/relay-test.ino ================================================ //Let's see how many relays I can connect to an Arduino Mega clone before the thing freaks out. //relays connected to pins 2-9 for 8 relays and so forth int min = 2; int max = 26; void setup() { Serial.begin(9600); for (int i = min; i < max; i++) { pinMode(i,OUTPUT); digitalWrite(i,HIGH); } Serial.println("Booted"); delay(2500); } void loop() { Serial.println("************ New Loop ************"); for (int i = min; i #ifdef __AVR__ #include #endif //in the original sketch, this was pin 6, which was wrong. #define PIN1 13 #define PIN2 12 int LED1=8; int LED2=9; int LED3=10; int LED4=11; int LED7=2; int LED8=3; int LED9=4; int LED10=5; int LED11=6; int LED12=7; int n; #define NTD0 -1 #define NTD1 294 #define NTD2 330 #define NTD3 350 #define NTD4 393 #define NTD5 441 #define NTD6 495 #define NTD7 556 #define NTDL1 147 #define NTDL2 165 #define NTDL3 175 #define NTDL4 196 #define NTDL5 221 #define NTDL6 248 #define NTDL7 278 #define NTDH1 589 #define NTDH2 661 #define NTDH3 700 #define NTDH4 786 #define NTDH5 882 #define NTDH6 990 #define NTDH7 112 //列出全部D调的频率 #define WHOLE 1 #define HALF 0.5 #define QUARTER 0.25 #define EIGHTH 0.25 #define SIXTEENTH 0.625 //列出所有节拍 int tune[]= //根据简谱列出各频率 { NTD3,NTD3,NTD4,NTD5, NTD5,NTD4,NTD3,NTD2, NTD1,NTD1,NTD2,NTD3, NTD3,NTD2,NTD2, NTD3,NTD3,NTD4,NTD5, NTD5,NTD4,NTD3,NTD2, NTD1,NTD1,NTD2,NTD3, NTD2,NTD1,NTD1, NTD2,NTD2,NTD3,NTD1, NTD2,NTD3,NTD4,NTD3,NTD1, NTD2,NTD3,NTD4,NTD3,NTD2, NTD1,NTD2,NTDL5,NTD0, NTD3,NTD3,NTD4,NTD5, NTD5,NTD4,NTD3,NTD4,NTD2, NTD1,NTD1,NTD2,NTD3, NTD2,NTD1,NTD1 }; float durt[]= //根据简谱列出各节拍 { 1,1,1,1, 1,1,1,1, 1,1,1,1, 1+0.5,0.5,1+1, 1,1,1,1, 1,1,1,1, 1,1,1,1, 1+0.5,0.5,1+1, 1,1,1,1, 1,0.5,0.5,1,1, 1,0.5,0.5,1,1, 1,1,1,1, 1,1,1,1, 1,1,1,0.5,0.5, 1,1,1,1, 1+0.5,0.5,1+1, }; int length; int tonepin=6; //得用6号接口 // Parameter 1 = number of pixels in strip1 // Parameter 2 = Arduino pin number (most are valid) // Parameter 3 = pixel type flags, add together as needed: // NEO_KHZ800 800 KHz bitstream (most NeoPixel products w/WS2812 LEDs) // NEO_KHZ400 400 KHz (classic 'v1' (not v2) FLORA pixels, WS2811 drivers) // NEO_GRB Pixels are wired for GRB bitstream (most NeoPixel products) // NEO_RGB Pixels are wired for RGB bitstream (v1 FLORA pixels, not v2) // NEO_RGBW Pixels are wired for RGBW bitstream (NeoPixel RGBW products) Adafruit_NeoPixel strip1 = Adafruit_NeoPixel(1, PIN1, NEO_GRB + NEO_KHZ800); Adafruit_NeoPixel strip2 = Adafruit_NeoPixel(1, PIN2, NEO_GRB + NEO_KHZ800); // IMPORTANT: To reduce NeoPixel burnout risk, add 1000 uF capacitor across // pixel power leads, add 300 - 500 Ohm resistor on first pixel's data input // and minimize distance between Arduino and first pixel. Avoid connecting // on a live circuit...if you must, connect GND first. void setup() { // This is for Trinket 5V 16MHz, you can remove these three lines if you are not using a Trinket #if defined (__AVR_ATtiny85__) if (F_CPU == 16000000) clock_prescale_set(clock_div_1); #endif // End of trinket special code for(n=2;n<=13;n++) { pinMode(n, OUTPUT); } strip1.begin(); strip2.begin(); strip1.show(); // Initialize all pixels to 'off' strip2.show(); pinMode(tonepin,OUTPUT); length=sizeof(tune)/sizeof(tune[0]); //计算长度 } void loop() { // Some example procedures showing how to display to the pixels: colorWipe(strip1.Color(50, 0, 0), 100); // Red colorWipe(strip2.Color(255, 0, 0), 100); // Red colorWipe(strip1.Color(0, 50, 0), 100); // Green colorWipe(strip2.Color(0, 255, 0), 100); // Green colorWipe(strip1.Color(0, 0, 50), 100); // Blue colorWipe(strip2.Color(0, 0, 255), 100); // Blue turn1();//顺序点亮,顺序熄灭 clean(); //灭掉所有灯 // turn2();//6灯齐闪 // clean();//灭掉所有灯 // turn3(); // clean();//灭掉所有灯 for(int x=0;x= 255) { fadeAmount = -fadeAmount; } delay(30); } ================================================ FILE: rgbduino/examples/lesson4.ino ================================================ //This sketch will move some leds around to the right of the digital pins when you push the //button on the board. int LED = 4; int Button = 2; void setup() { pinMode(4, OUTPUT); pinMode(2, INPUT_PULLUP); } void loop() { if (digitalRead(Button) == LOW) digitalWrite(LED, HIGH); else if (digitalRead(Button) == HIGH) digitalWrite(LED, LOW); } ================================================ FILE: rgbduino/examples/lesson5.ino ================================================ //This sketch will play a little tune on the board, pause for 2 seconds (2000 milliseconds) and play it again. //MAKE SURE the little switch is switched to the left on the board so you can hear the sound! #define NTD0 -1 #define NTD1 294 #define NTD2 330 #define NTD3 350 #define NTD4 393 #define NTD5 441 #define NTD6 495 #define NTD7 556 #define NTDL1 147 #define NTDL2 165 #define NTDL3 175 #define NTDL4 196 #define NTDL5 221 #define NTDL6 248 #define NTDL7 278 #define NTDH1 589 #define NTDH2 661 #define NTDH3 700 #define NTDH4 786 #define NTDH5 882 #define NTDH6 990 #define NTDH7 112 //列出全部D调的频率 #define WHOLE 1 #define HALF 0.5 #define QUARTER 0.25 #define EIGHTH 0.25 #define SIXTEENTH 0.625 //列出所有节拍 int tune[]= //根据简谱列出各频率 { NTD3,NTD3,NTD4,NTD5, NTD5,NTD4,NTD3,NTD2, NTD1,NTD1,NTD2,NTD3, NTD3,NTD2,NTD2, NTD3,NTD3,NTD4,NTD5, NTD5,NTD4,NTD3,NTD2, NTD1,NTD1,NTD2,NTD3, NTD2,NTD1,NTD1, NTD2,NTD2,NTD3,NTD1, NTD2,NTD3,NTD4,NTD3,NTD1, NTD2,NTD3,NTD4,NTD3,NTD2, NTD1,NTD2,NTDL5,NTD0, NTD3,NTD3,NTD4,NTD5, NTD5,NTD4,NTD3,NTD4,NTD2, NTD1,NTD1,NTD2,NTD3, NTD2,NTD1,NTD1 }; float durt[]= //根据简谱列出各节拍 { 1,1,1,1, 1,1,1,1, 1,1,1,1, 1+0.5,0.5,1+1, 1,1,1,1, 1,1,1,1, 1,1,1,1, 1+0.5,0.5,1+1, 1,1,1,1, 1,0.5,0.5,1,1, 1,0.5,0.5,1,1, 1,1,1,1, 1,1,1,1, 1,1,1,0.5,0.5, 1,1,1,1, 1+0.5,0.5,1+1, }; int length; int tonepin=8; void setup() { pinMode(tonepin,OUTPUT); length=sizeof(tune)/sizeof(tune[0]); } void loop() { for(int x=0;x //These are the arduino pins that contain those 2 RGB leds.. //We are only going to use the second one in this example #define RGB1 12 #define RGB2 13 //Now we have to set them up! // Parameter 1 = number of pixels in strip // Parameter 2 = pin number (most are valid) // Parameter 3 = pixel type flags, add together as needed: Adafruit_NeoPixel strip2 = Adafruit_NeoPixel(1, RGB2, NEO_GRB + NEO_KHZ800); void setup(){ //Let's use the serial monitor. Serial.begin(9600); //we are going to loop through the pins and make them all outputs for (int i = 2; i < 14; i++) { pinMode(i,OUTPUT); digitalWrite(i,LOW); } strip2.begin(); strip2.show(); // Initialize all pixels to 'off' Serial.println("RGBDuino Booted"); } void loop(){ // Some example procedures showing how to display to the pixels: //We will use these "manual" examples to mess with RGB1 Serial.println("ColorWiping!"); colorWipe(strip2.Color(255, 0, 0), 50); // Red colorWipe(strip2.Color(0, 255, 0), 50); // Green colorWipe(strip2.Color(0, 0, 255), 50); // Blue delay(1000); // Send a theater pixel chase in... Serial.println("TheaterChasing!"); theaterChase(strip2.Color(127, 127, 127), 50); // White theaterChase(strip2.Color(127, 0, 0), 50); // Red theaterChase(strip2.Color( 0, 0, 127), 50); // Blue delay(1000); //Let's use the functions defined below to mess with RGB2 Serial.println("Rainbow!"); rainbow(20); delay(1000); Serial.println("RainbowCycle!"); rainbowCycle(20); delay(1000); Serial.println("TheaterChaseRainbow"); theaterChaseRainbow(50); delay(1000); } // These functions will be run on RGB2 // These examples are generally expecting more than 1 or 2 LEDs, but we'll play anyway. // Fill the dots one after the other with a color void colorWipe(uint32_t c, uint8_t wait) { for(uint16_t i=0; i //These are the arduino pins that contain those 2 RGB leds.. #define RGB1 12 #define RGB2 13 //Now we have to set them up! // Parameter 1 = number of pixels in strip // Parameter 2 = pin number (most are valid) // Parameter 3 = pixel type flags, add together as needed: Adafruit_NeoPixel strip1 = Adafruit_NeoPixel(1, RGB1, NEO_GRB + NEO_KHZ800); Adafruit_NeoPixel strip2 = Adafruit_NeoPixel(1, RGB2, NEO_GRB + NEO_KHZ800); //Let's setup a few colors uint32_t red = strip2.Color(255, 0, 0); uint32_t green = strip2.Color(0, 255, 0); uint32_t blue = strip2.Color(0, 0, 255); uint32_t magenta = strip2.Color(255, 0, 255); uint32_t off = strip2.Color(0, 0, 0); void setup(){ //Let's use the serial monitor. Serial.begin(9600); //we are going to loop through the pins and make them all outputs for (int i = 2; i < 14; i++) { pinMode(i,OUTPUT); digitalWrite(i,LOW); } strip1.begin(); strip1.show(); // Initialize all pixels to 'off' strip2.begin(); strip2.show(); // Initialize all pixels to 'off' Serial.println("RGBDuino Booted"); } void loop(){ // Some example procedures showing how to display to the pixels: //We will define our own colors to power LED1 //Notice how levels lower than 255 make that color less bright Serial.println("LED1!"); strip1.setPixelColor(0, 60,0,0); strip1.show(); delay(500); strip1.setPixelColor(0, 0,60,0); strip1.show(); delay(500); strip1.setPixelColor(0, 0,0,60); strip1.show(); delay(500); strip1.setPixelColor(0, 60,0,60); strip1.show(); delay(500); strip1.setPixelColor(0, 0,0,0); strip1.show(); delay(500); //We will use the colors defined at the top of the sketch to power LED2 Serial.println("LED2!"); strip2.setPixelColor(0, red); strip2.show(); delay(500); strip2.setPixelColor(0, green); strip2.show(); delay(500); strip2.setPixelColor(0, blue); strip2.show(); delay(500); strip2.setPixelColor(0, magenta); strip2.show(); delay(500); strip2.setPixelColor(0, off); strip2.show(); delay(500); } ================================================ FILE: rigged-o-fortune/rigged.c ================================================ #include #include RCSwitch mySwitch = RCSwitch(); unsigned long currentTime = 0; //current time since the arduino has booted unsigned long stopChecking = 0; //when to stop looking for second button int ground = 9; //using pin D9 as another ground int hall = 8; //hall effect sensor int button = 7; //physical start button CheapStepper stepper (3,4,5,6); boolean spinning = false; boolean moveWheel = false; boolean moveClockwise = true; boolean riggedTimeSet = false; boolean rigged = false; int phase = 0; unsigned int rando = 0; //random number for steps void setup() { Serial.begin(9600); randomSeed(analogRead(0)); stepper.setRpm(14); mySwitch.enableReceive(0); // Receiver on interrupt 0 => that is pin #2 on nano,uno,mega // mySwitch.enableReceive(1); // Receiver on interrupt 1 => that is pin #3 on nano,uno,mega pinMode(9,OUTPUT); digitalWrite(9, LOW); //turn D9 into ground pinMode(hall,INPUT); pinMode(button,INPUT_PULLUP); Serial.println("Rigged-o-Fortune Booted"); } void checkForButton(){ //look for a button press to get this party started if(digitalRead(button) == LOW){ Serial.println("Spin Button Press Detected"); moveWheel = true; } } void initialSpin(){ //do at least one full rotation and use this time to look for the rigged button press Serial.println("InitialSpin Function Called"); phase = 1; stepper.newMove(moveClockwise, 8192); } void finalTurnRigged(){ while(phase == 2){ stepper.run(); stepper.newMove(moveClockwise, 8192); Serial.println(digitalRead(hall)); if(digitalRead(hall) == HIGH){ Serial.println("Rigged Stop"); phase = 3; stepper.stop(); resetWheel(); return false; } } } void finalTurnRando(){ rando = random(0,4095); Serial.println("Spin NOT rigged"); Serial.print("Moving "); Serial.println(rando); stepper.newMove(moveClockwise, rando); while(phase == 2){ stepper.run(); int stepsLeft = stepper.getStepsLeft(); if(stepsLeft < 1){ phase = 3; stepper.stop(); resetWheel(); return false; } } } void resetWheel(){ digitalWrite(3,LOW); digitalWrite(4,LOW); digitalWrite(5,LOW); digitalWrite(6,LOW); phase=0; rigged = false; riggedTimeSet = false; moveWheel = false; spinning = false; } void spin(){ if(spinning == false){ initialSpin(); //start the wheel on its first rotation spinning = true; } if(riggedTimeSet == false){ stopChecking = currentTime + 2500; //When to stop looking for rigged button Serial.println("Beginning Rigged Check"); Serial.print("Current Time: "); Serial.println(currentTime); Serial.print("Stop Time: "); Serial.println(stopChecking); riggedTimeSet = true; } if(currentTime <= stopChecking){ if (mySwitch.available()) { unsigned long rec = mySwitch.getReceivedValue(); if(rec == 724385){ rigged = true; } mySwitch.resetAvailable(); } } int stepsLeft = stepper.getStepsLeft(); if(phase == 1 && stepsLeft == 0){ phase = 2; Serial.println("Moving to Phase 2"); } if(currentTime >= stopChecking && phase == 2 && stepsLeft == 0){ Serial.println("Rigged Check Complete - Starting Final Turn"); if(rigged == true){ finalTurnRigged(); }else{ finalTurnRando(); } } } void loop() { currentTime = millis(); stepper.run(); int stepsLeft = stepper.getStepsLeft(); if(moveWheel == false){ checkForButton(); }else{ spin(); } if (mySwitch.available()) { if(currentTime <= stopChecking){ unsigned long rec = mySwitch.getReceivedValue(); if(rec == 724385){ Serial.println("RIGGED keypress!!!"); rigged = true; } mySwitch.resetAvailable(); } } } ================================================ FILE: smart-doorbell/03-node-red-flow-for-rev-02.json ================================================ [{"id":"70252407.d973cc","type":"mqtt in","z":"88c0995e.f8b8a8","name":"","topic":"doorBell/#","qos":"2","broker":"8dc65e14.4410a","x":120,"y":80,"wires":[["f8be5447.f6cc78","ab6cd8a7.66c648"]]},{"id":"ab6cd8a7.66c648","type":"debug","z":"88c0995e.f8b8a8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":330,"y":120,"wires":[]},{"id":"f8be5447.f6cc78","type":"switch","z":"88c0995e.f8b8a8","name":"Parse Data From DoorBellDuino","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"DingDong","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":390,"y":80,"wires":[["b509d736.279d78","b0bea7.c3866158"]]},{"id":"b0bea7.c3866158","type":"http request","z":"88c0995e.f8b8a8","name":"","method":"POST","ret":"txt","url":"http://192.168.95.198/hda/pick/sound.php?sound=hit","tls":"","x":990,"y":80,"wires":[["d4a92659.7ab848"]]},{"id":"d4a92659.7ab848","type":"http response","z":"88c0995e.f8b8a8","name":"","statusCode":"","headers":{},"x":1170,"y":80,"wires":[]},{"id":"8e8d0cb5.9b6fd","type":"comment","z":"88c0995e.f8b8a8","name":"Please Read","info":"There are TONS of different ways to play \nsounds on Node-Red. I just happen to have a php \nserver setup for this purpose.\n\nPushover is super simple. It's a $5 one time fee \nto register all your android or ios devices. That\nwill get you a user key.\n\nThen you have to create an \"application\"\non their api screen. Simply give it a name\nand you can have 7,500 free notifications per month.","x":990,"y":140,"wires":[]},{"id":"b509d736.279d78","type":"pushover","z":"88c0995e.f8b8a8","name":"","device":"","title":"","priority":0,"sound":"updown","url":"","url_title":"","html":false,"x":720,"y":140,"wires":[]},{"id":"8dc65e14.4410a","type":"mqtt-broker","z":"","name":"","broker":"192.168.95.8","port":"1883","tls":"4ffff0c6.7f83a","clientid":"","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""},{"id":"4ffff0c6.7f83a","type":"tls-config","z":"","name":"","cert":"","key":"","ca":"","certname":"","keyname":"","caname":"","servername":"","verifyservercert":false}] ================================================ FILE: smart-doorbell/arduino-mega/01-basic-current-sensor.ino ================================================ // https://youtube.com/AnotherMaker // https://github.com/mudmin/AnotherMaker const int doorbell = A15; //current sensor connected to analog15 and ground int senseDoorbell = 0; //variable to hold doorbell sensor reading int debounce = 1000; //only allow one DingDong per second unsigned long currentMillis = 0; //how many milliseconds since the Arduino booted unsigned long prevRing = 0; //The last time the doorbell rang void setup() { Serial.begin(9600); pinMode(doorbell, INPUT); Serial.println("DoorBellDuino Booted"); } void loop() { //get the time since the arduino booted currentMillis = millis(); //only check the doorbell if it hasn't been hit in the last second if(currentMillis - prevRing >= debounce){ senseDoorbell = analogRead(doorbell); //read the doorbell sensor if(senseDoorbell > 50){ //mine read between 0 and 7 with no current and 200 with it. 50 seemed to be safe. Serial.println("DingDong"); prevRing = currentMillis; //engage debounce mode! } } } ================================================ FILE: smart-doorbell/arduino-mega/02-with-ethernet-and-mqtt.ino ================================================ // https://youtube.com/AnotherMaker // https://github.com/mudmin/AnotherMaker // //You will need the PubSubClient library #include #include #define DEVICE "DoorBellDuino" const int doorbell = A15; //current sensor connected to analog15 and ground int senseDoorbell = 0; //variable to hold doorbell sensor reading int debounce = 5000; //only allow one DingDong per 5 seconds unsigned long currentMillis = 0; //how many milliseconds since the Arduino booted unsigned long prevRing = 0; //The last time the doorbell rang int request = 0; //A place to store incoming MQTT Requests for future use char *cstring; //For parsing MQTT requests byte mac[] = { 0xDE, 0xED, 0xBA, 0xFE, 0xFE, 0xFE }; //A random mac address generated for this arduino IPAddress ip(192, 168, 95, 239); //The ip address that I'm assigning to the arduino IPAddress server(192, 168, 95, 8); //The ip address of my local mqtt server EthernetClient ethClient; PubSubClient client(ethClient); //reconnect to MQTT client and subscribe to the proper topic(s) void reconnect() { // Loop until we're reconnected while (!client.connected()) { Serial.print("Attempting MQTT connection..."); // Attempt to connect if (client.connect(DEVICE)) { Serial.println("connected"); // Once connected, publish an announcement... // ... and resubscribe to look for future messages client.subscribe("doorbellIn"); } else { Serial.print("failed, rc="); Serial.print(client.state()); Serial.println(" try again in 5 seconds"); // Wait 5 seconds before retrying delay(5000); } } } //this function is here for future use when the arduino is receiving messages from the server void callback(char* topic, byte* payload, unsigned int length) { for (int i=0;i= debounce){ senseDoorbell = analogRead(doorbell); //read the doorbell sensor if(senseDoorbell > 50){ //mine read between 0 and 7 with no current and 200 with it. 50 seemed to be safe. client.publish("doorBell", "DingDong"); //Send the message over MQTT Serial.println("DingDong"); prevRing = currentMillis; //engage debounce mode! } } } ================================================ FILE: smart-doorbell/esp32/01-basic-current-sensor.ino ================================================ // https://youtube.com/AnotherMaker // https://github.com/mudmin/AnotherMaker const int doorbell = 34; //current sensor connected to pin 34 and ground int senseDoorbell = 0; //variable to hold doorbell sensor reading int debounce = 1000; //only allow one DingDong per second unsigned long currentMillis = 0; //how many milliseconds since the Arduino booted unsigned long prevRing = 0; //The last time the doorbell rang void setup() { Serial.begin(9600); pinMode(doorbell, INPUT); Serial.println("DoorBellDuino Booted"); } void loop() { //get the time since the arduino booted currentMillis = millis(); //only check the doorbell if it hasn't been hit in the last second if(currentMillis - prevRing >= debounce){ senseDoorbell = analogRead(doorbell); //read the doorbell sensor if(senseDoorbell > 50){ //mine read between 0 and 7 with no current and 200 with it. 50 seemed to be safe. Serial.println("DingDong"); prevRing = currentMillis; //engage debounce mode! } } } ================================================ FILE: smart-doorbell/esp32/02-with-wifi-and-mqtt.ino ================================================ // https://youtube.com/AnotherMaker // https://github.com/mudmin/AnotherMaker // //You will need the PubSubClient library #include "WiFi.h" #include #define DEVICE "DoorBellDuino" const char* ssid = "YOUR_SSID_HERE"; const char* password = "YOUR_WIFI_PASSWORD_HERE"; const int doorbell = 34; //current sensor connected to analog15 and ground int senseDoorbell = 0; //variable to hold doorbell sensor reading int debounce = 5000; //only allow one DingDong per 5 seconds unsigned long currentMillis = 0; //how many milliseconds since the Arduino booted unsigned long prevRing = 0; //The last time the doorbell rang int request = 0; //A place to store incoming MQTT Requests for future use char *cstring; //For parsing MQTT requests WiFiClient ethClient; PubSubClient client(ethClient); //setup your ip addresses here IPAddress arduino_ip ( 192, 168, 95, 61); IPAddress dns_ip ( 8, 8, 8, 8); IPAddress gateway_ip ( 192, 168, 95, 1); IPAddress subnet_mask(255, 255, 255, 0); IPAddress server(192, 168, 95, 8); //reconnect to MQTT client and subscribe to the proper topic(s) void reconnect() { // Loop until we're reconnected while (!client.connected()) { Serial.print("Attempting MQTT connection..."); // Attempt to connect if (client.connect(DEVICE)) { Serial.println("connected"); // Once connected, publish an announcement... // ... and resubscribe to look for future messages client.subscribe("doorbellIn"); } else { Serial.print("failed, rc="); Serial.print(client.state()); Serial.println(" try again in 5 seconds"); // Wait 5 seconds before retrying delay(5000); } } } //this function is here for future use when the arduino is receiving messages from the server void callback(char* topic, byte* payload, unsigned int length) { for (int i=0;i= debounce){ senseDoorbell = analogRead(doorbell); //read the doorbell sensor if(senseDoorbell > 50){ //mine read between 0 and 7 with no current and 200 with it. 50 seemed to be safe. client.publish("doorBell", "DingDong"); //Send the message over MQTT Serial.println("DingDong"); prevRing = currentMillis; //engage debounce mode! } } } ================================================ FILE: tandy-2000/Tandy 2000 Card Mount/Tandy 2000 Card Mount Build Notes.txt ================================================ Tandy 2000 Cards mount with these (easily breakable) plastic clips. The clips are small enough that 3d printing replacements are impractical. There's just not enough plastic for PLA to be strong. I devised this system to replace the mounts. There are 3 options. 1. A version that uses wood/machine screws 2. A brass heat set inset version that uses M3 Screws and M3*4*4.2 Inserts 3. A brass heat set inset version that uses M4 Screws and M4*6*6 Inserts Option 1 requires just a 3d printer. Option 2 is nice because it deals with the variance in Tandy 2000 systems. Smaller screws = more room for holes to not line up. Option 3 worked on both my systems and uses stronger, larger screws (albeit with less meat on the sides). The inserts (and insert tool) that I used - https://amzn.to/43Jk4Nd IMPORTANT When looking at the right side of the system, there is less room for the mount to slide in. My preference is to take the entire stabilizer brace off the top and slide the right mount in from the top as if you're sliding it in a slot. The left side is more forgiving. The stabilizer bar goes BETWEEN the mount and the card cage. The system works with the stock screws. The mount only needs to be loosely attached to the bar. That screw is primarily there so it does not fall while you're installing the cards. If you have longer matching screws, you can add a washer for some additional strength on those top tabs. In the event your heat set holes don't line up, you can install the mount and do minor adjustments before you put the card in. Just put the iron back in and wiggle a little. Photos See photos for install guide and how to print. I like printing these with no bed adhesion as oriented in the photo. Then use a pin or cricut tool to pull the supports out of the insert holes. ================================================ FILE: tandy-3-in-1/3-in-1-cache.lib ================================================ EESchema-LIBRARY Version 2.4 #encoding utf-8 # # 3-in-1-rescue_16550-PLCC-isa_fdc-rescue-3-in-1-rescue # DEF 3-in-1-rescue_16550-PLCC-isa_fdc-rescue-3-in-1-rescue U 0 40 Y Y 1 F N F0 "U" 0 50 60 H V C CNN F1 "3-in-1-rescue_16550-PLCC-isa_fdc-rescue-3-in-1-rescue" 0 -50 60 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW S -500 1200 500 -1200 0 1 0 N X ~ 1 -300 -1200 0 U 50 50 1 1 N N X RCLK 10 800 750 300 L 50 50 1 1 I X SIN 11 800 -650 300 L 50 50 1 1 I X ~ 12 -200 -1200 0 U 50 50 1 1 N N X SOUT 13 800 -450 300 L 50 50 1 1 O X CS0 14 -800 -250 300 R 50 50 1 1 I X CS1 15 -800 -350 300 R 50 50 1 1 I X ~CS2 16 -800 -450 300 R 50 50 1 1 I I X ~BAUDOUT 17 800 850 300 L 50 50 1 1 O I X XIN 18 800 1150 300 L 50 50 1 1 I X XOUT 19 800 1050 300 L 50 50 1 1 O X D0 2 -800 1150 300 R 50 50 1 1 T X ~WR 20 -800 -850 300 R 50 50 1 1 I I X WR 21 -800 -950 300 R 50 50 1 1 I X GND 22 0 -1200 0 U 50 50 1 1 W N X ~ 23 200 -1200 0 U 50 50 1 1 N N X ~RD 24 -800 -650 300 R 50 50 1 1 I I X RD 25 -800 -750 300 R 50 50 1 1 I X DDIS 26 800 -1150 300 L 50 50 1 1 O X ~TXRDY 27 800 -850 300 L 50 50 1 1 O X ~ADS 28 -800 -50 300 R 50 50 1 1 I I X A2 29 -800 50 300 R 50 50 1 1 I X D1 3 -800 1050 300 R 50 50 1 1 T X A1 30 -800 150 300 R 50 50 1 1 I X A0 31 -800 250 300 R 50 50 1 1 I X ~RXRDY 32 800 -950 300 L 50 50 1 1 O X INTR 33 800 -1050 300 L 50 50 1 1 O X ~ 34 300 -1200 0 U 50 50 1 1 N N X ~OUT2 35 800 250 300 L 50 50 1 1 O I X ~RTS 36 800 450 300 L 50 50 1 1 O I X ~DTR 37 800 550 300 L 50 50 1 1 O I X ~OUT1 38 800 350 300 L 50 50 1 1 O I X MR 39 -800 -1150 300 R 50 50 1 1 I X D2 4 -800 950 300 R 50 50 1 1 T X ~CTS 40 800 -250 300 L 50 50 1 1 I I X ~DSR 41 800 -150 300 L 50 50 1 1 I I X ~DCD 42 800 -50 300 L 50 50 1 1 I I X ~RI 43 800 50 300 L 50 50 1 1 I I X VCC 44 0 1200 0 D 50 50 1 1 W N X D3 5 -800 850 300 R 50 50 1 1 T X D4 6 -800 750 300 R 50 50 1 1 T X D5 7 -800 650 300 R 50 50 1 1 T X D6 8 -800 550 300 R 50 50 1 1 T X D7 9 -800 450 300 R 50 50 1 1 T ENDDRAW ENDDEF # # 3-in-1-rescue_28C64-xt-cf-rescue-3-in-1-rescue # DEF 3-in-1-rescue_28C64-xt-cf-rescue-3-in-1-rescue U 0 40 Y Y 1 F N F0 "U" 0 50 60 H V C CNN F1 "3-in-1-rescue_28C64-xt-cf-rescue-3-in-1-rescue" 0 -50 60 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW S 400 -900 -400 900 0 1 0 N X RDY/~BUSY 1 700 -850 300 L 50 50 1 1 O X A0 10 -700 850 300 R 50 50 1 1 I X DQ0 11 700 850 300 L 50 50 1 1 B X DQ1 12 700 750 300 L 50 50 1 1 B X DQ2 13 700 650 300 L 50 50 1 1 B X GND 14 0 -900 0 U 50 50 1 1 W N X DQ3 15 700 550 300 L 50 50 1 1 B X DQ4 16 700 450 300 L 50 50 1 1 B X DQ5 17 700 350 300 L 50 50 1 1 B X DQ6 18 700 250 300 L 50 50 1 1 B X DQ7 19 700 150 300 L 50 50 1 1 B X A12 2 -700 -350 300 R 50 50 1 1 I X ~CE 20 -700 -650 300 R 50 50 1 1 I I X A10 21 -700 -150 300 R 50 50 1 1 I X ~OE 22 -700 -750 300 R 50 50 1 1 I I X A11 23 -700 -250 300 R 50 50 1 1 I X A9 24 -700 -50 300 R 50 50 1 1 I X A8 25 -700 50 300 R 50 50 1 1 I X NC 26 400 -750 0 L 50 50 1 1 N N X ~WE 27 -700 -850 300 R 50 50 1 1 I I X VCC 28 0 900 0 D 50 50 1 1 W N X A7 3 -700 150 300 R 50 50 1 1 I X A6 4 -700 250 300 R 50 50 1 1 I X A5 5 -700 350 300 R 50 50 1 1 I X A4 6 -700 450 300 R 50 50 1 1 I X A3 7 -700 550 300 R 50 50 1 1 I X A2 8 -700 650 300 R 50 50 1 1 I X A1 9 -700 750 300 R 50 50 1 1 I ENDDRAW ENDDEF # # 3-in-1-rescue_74LS138-isa_fdc-rescue-3-in-1-rescue # DEF 3-in-1-rescue_74LS138-isa_fdc-rescue-3-in-1-rescue U 0 10 Y Y 1 F N F0 "U" 0 50 60 H V C CNN F1 "3-in-1-rescue_74LS138-isa_fdc-rescue-3-in-1-rescue" 0 -50 60 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST DIP-16__300 $ENDFPLIST DRAW S -300 400 300 -400 0 1 0 N X GND 8 0 -400 0 U 50 50 0 0 W N X VCC 16 0 400 0 D 50 50 0 1 W N X C 3 -600 150 300 R 50 50 0 1 I X A 1 -600 350 300 R 50 50 1 1 I X ~Y5 10 600 -150 300 L 50 50 1 1 O I X ~Y4 11 600 -50 300 L 50 50 1 1 O I X ~Y3 12 600 50 300 L 50 50 1 1 O I X ~Y2 13 600 150 300 L 50 50 1 1 O I X ~Y1 14 600 250 300 L 50 50 1 1 O I X ~Y0 15 600 350 300 L 50 50 1 1 O I X B 2 -600 250 300 R 50 50 1 1 I X ~G2A 4 -600 -250 300 R 50 50 1 1 I I X ~G2B 5 -600 -350 300 R 50 50 1 1 I I X G1 6 -600 -150 300 R 50 50 1 1 I X ~Y7 7 600 -350 300 L 50 50 1 1 O I X ~Y6 9 600 -250 300 L 50 50 1 1 O I ENDDRAW ENDDEF # # 3-in-1-rescue_74LS688-xt-cf-rescue-3-in-1-rescue # DEF 3-in-1-rescue_74LS688-xt-cf-rescue-3-in-1-rescue U 0 10 Y Y 1 F N F0 "U" 0 50 60 H V C CNN F1 "3-in-1-rescue_74LS688-xt-cf-rescue-3-in-1-rescue" 0 -50 60 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW S -300 950 300 -950 0 1 0 N X GND 10 0 -950 0 U 50 50 0 0 W N X VCC 20 0 950 0 D 50 50 0 1 W N X ~G 1 -600 -900 300 R 50 50 1 1 I I X P4 11 -600 500 300 R 50 50 1 1 I X Q4 12 -600 -400 300 R 50 50 1 1 I X P5 13 -600 400 300 R 50 50 1 1 I X Q5 14 -600 -500 300 R 50 50 1 1 I X P6 15 -600 300 300 R 50 50 1 1 I X Q6 16 -600 -600 300 R 50 50 1 1 I X P7 17 -600 200 300 R 50 50 1 1 I X Q7 18 -600 -700 300 R 50 50 1 1 I X ~P=Q 19 600 900 300 L 50 50 1 1 O I X P0 2 -600 900 300 R 50 50 1 1 I X Q0 3 -600 0 300 R 50 50 1 1 I X P1 4 -600 800 300 R 50 50 1 1 I X Q1 5 -600 -100 300 R 50 50 1 1 I X P2 6 -600 700 300 R 50 50 1 1 I X Q2 7 -600 -200 300 R 50 50 1 1 I X P3 8 -600 600 300 R 50 50 1 1 I X Q3 9 -600 -300 300 R 50 50 1 1 I ENDDRAW ENDDEF # # 3-in-1-rescue_C-isa_fdc-rescue-3-in-1-rescue # DEF 3-in-1-rescue_C-isa_fdc-rescue-3-in-1-rescue C 0 10 N Y 1 F N F0 "C" 50 100 50 H V L CNN F1 "3-in-1-rescue_C-isa_fdc-rescue-3-in-1-rescue" 50 -100 50 H V L CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST SM* C? C1-1 $ENDFPLIST DRAW P 2 0 1 20 -100 -30 100 -30 N P 2 0 1 20 -100 30 100 30 N X ~ 1 0 200 170 D 40 40 1 1 P X ~ 2 0 -200 170 U 40 40 1 1 P ENDDRAW ENDDEF # # 3-in-1-rescue_DB9-isa_fdc-rescue-3-in-1-rescue # DEF 3-in-1-rescue_DB9-isa_fdc-rescue-3-in-1-rescue J 0 40 Y N 1 F N F0 "J" 0 550 70 H V C CNN F1 "3-in-1-rescue_DB9-isa_fdc-rescue-3-in-1-rescue" 0 -550 70 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST DB9* $ENDFPLIST DRAW C -70 -400 30 0 1 0 N C -70 -200 30 0 1 0 N C -70 0 30 0 1 0 N C -70 200 30 0 1 0 N C -70 400 30 0 1 0 N C 50 -300 30 0 1 0 N C 50 -100 30 0 1 0 N C 50 100 30 0 1 0 N C 50 300 30 0 1 0 N P 2 0 1 8 -150 -460 -150 460 N P 2 0 1 8 -150 -459 -140 -470 N P 2 0 1 0 -150 -400 -100 -400 N P 2 0 1 0 -150 -300 20 -300 N P 2 0 1 0 -150 -200 -100 -200 N P 2 0 1 0 -150 -100 20 -100 N P 2 0 1 0 -150 0 -100 0 N P 2 0 1 0 -150 100 20 100 N P 2 0 1 0 -150 200 -100 200 N P 2 0 1 0 -150 300 20 300 N P 2 0 1 0 -150 400 -100 400 N P 2 0 1 8 -140 -470 -110 -490 N P 2 0 1 8 -140 470 -150 460 N P 2 0 1 8 -140 470 -100 490 N P 2 0 1 8 -110 -490 -50 -490 N P 2 0 1 8 -100 490 -70 490 N P 2 0 1 8 129 390 -70 490 N P 2 0 1 8 129 390 150 370 N P 2 0 1 8 140 -409 -50 -490 N P 2 0 1 8 150 -390 140 -409 N P 2 0 1 8 150 370 150 -390 N X 1 1 -450 -400 300 R 60 60 1 1 P X 2 2 -450 -200 300 R 60 60 1 1 P X 3 3 -450 0 300 R 60 60 1 1 P X 4 4 -450 200 300 R 60 60 1 1 P X 5 5 -450 400 300 R 60 60 1 1 P X P6 6 -450 -300 300 R 60 60 1 1 P X P7 7 -450 -100 300 R 60 60 1 1 P X P8 8 -450 100 300 R 60 60 1 1 P X P9 9 -450 300 300 R 60 60 1 1 P ENDDRAW ENDDEF # # 3-in-1-rescue_GD75232-isa_fdc-rescue-3-in-1-rescue # DEF 3-in-1-rescue_GD75232-isa_fdc-rescue-3-in-1-rescue U 0 40 Y Y 1 F N F0 "U" 0 50 60 H V C CNN F1 "3-in-1-rescue_GD75232-isa_fdc-rescue-3-in-1-rescue" 0 -50 60 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW S -500 600 500 -600 0 1 0 N X VDD 1 -800 550 300 R 50 50 1 1 W X VSS 10 -800 -550 300 R 50 50 1 1 W X GND 11 0 -600 0 U 50 50 1 1 W N X RY5 12 800 -350 300 L 50 50 1 1 O X DA3 13 800 -250 300 L 50 50 1 1 I X RY4 14 800 -150 300 L 50 50 1 1 O X DA2 15 800 -50 300 L 50 50 1 1 I X DA1 16 800 50 300 L 50 50 1 1 I X RY3 17 800 150 300 L 50 50 1 1 O X RY2 18 800 250 300 L 50 50 1 1 O X RY1 19 800 350 300 L 50 50 1 1 O X RA1 2 -800 350 300 R 50 50 1 1 I X VCC 20 0 600 0 D 50 50 1 1 W N X RA2 3 -800 250 300 R 50 50 1 1 I X RA3 4 -800 150 300 R 50 50 1 1 I X DY1 5 -800 50 300 R 50 50 1 1 O X DY2 6 -800 -50 300 R 50 50 1 1 O X RA4 7 -800 -150 300 R 50 50 1 1 I X DY3 8 -800 -250 300 R 50 50 1 1 O X RA5 9 -800 -350 300 R 50 50 1 1 I ENDDRAW ENDDEF # # 3-in-1-rescue_R-xt-cf-rescue-3-in-1-rescue # DEF 3-in-1-rescue_R-xt-cf-rescue-3-in-1-rescue R 0 0 N Y 1 F N F0 "R" 80 0 50 V V C CNN F1 "3-in-1-rescue_R-xt-cf-rescue-3-in-1-rescue" 0 0 50 V V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST R? SM0603 SM0805 R?-* SM1206 $ENDFPLIST DRAW S -40 150 40 -150 0 1 12 N X ~ 1 0 250 100 D 60 60 1 1 P X ~ 2 0 -250 100 U 60 60 1 1 P ENDDRAW ENDDEF # # 3-in-1-rescue_TANDY_BUS-xt-cf-rescue # DEF 3-in-1-rescue_TANDY_BUS-xt-cf-rescue BUS 0 40 Y Y 1 F N F0 "BUS" -200 1900 70 H V C CNN F1 "3-in-1-rescue_TANDY_BUS-xt-cf-rescue" -200 1800 70 H V C CNN F2 "" -200 1850 50 H I C CNN F3 "" -200 1850 50 H I C CNN DRAW S -600 -1600 250 1600 0 1 0 N X NMI 1 -900 1500 300 R 60 60 1 1 I I X RDYIN 10 -900 600 300 R 60 60 1 1 I X AEN 11 -900 500 300 R 60 60 1 1 O X A19 12 -900 400 300 R 60 60 1 1 O X A18 13 -900 300 300 R 60 60 1 1 O X A17 14 -900 200 300 R 60 60 1 1 O X A16 15 -900 100 300 R 60 60 1 1 O X A15 16 -900 0 300 R 60 60 1 1 O X A14 17 -900 -100 300 R 60 60 1 1 O X A13 18 -900 -200 300 R 60 60 1 1 O X A12 19 -900 -300 300 R 60 60 1 1 O X D7 2 -900 1400 300 R 60 60 1 1 B X A11 20 -900 -400 300 R 60 60 1 1 O X A10 21 -900 -500 300 R 60 60 1 1 O X A9 22 -900 -600 300 R 60 60 1 1 O X A8 23 -900 -700 300 R 60 60 1 1 O X A7 24 -900 -800 300 R 60 60 1 1 O X A6 25 -900 -900 300 R 60 60 1 1 O X A5 26 -900 -1000 300 R 60 60 1 1 O X A4 27 -900 -1100 300 R 60 60 1 1 O X A3 28 -900 -1200 300 R 60 60 1 1 O X A2 29 -900 -1300 300 R 60 60 1 1 O X D6 3 -900 1300 300 R 60 60 1 1 B X A1 30 -900 -1400 300 R 60 60 1 1 O X A0 31 -900 -1500 300 R 60 60 1 1 O X GND 32 550 1500 300 L 60 60 1 1 w X RESET 33 550 1400 300 L 60 60 1 1 O X +5V 34 550 1300 300 L 60 60 1 1 w X IRQ2 35 550 1200 300 L 60 60 1 1 I X UNUSED 36 550 1100 300 L 60 60 1 1 N X FDCDMRQ 37 550 1000 300 L 60 60 1 1 I X -12V 38 550 900 300 L 60 60 1 1 w X UNUSED 39 550 800 300 L 60 60 1 1 N X D5 4 -900 1200 300 R 60 60 1 1 B X +12V 40 550 700 300 L 60 60 1 1 w X GND 41 550 600 300 L 60 60 1 1 w X MEMW 42 550 500 300 L 60 60 1 1 O I X MEMR 43 550 400 300 L 60 60 1 1 O I X IOW 44 550 300 300 L 60 60 1 1 O I X IOR 45 550 200 300 L 60 60 1 1 O I X UNUSED 46 550 100 300 L 60 60 1 1 N X UNUSED 47 550 0 300 L 60 60 1 1 N X UNUSED 48 550 -100 300 L 60 60 1 1 N I X UNUSED 49 550 -200 300 L 60 60 1 1 N X D4 5 -900 1100 300 R 60 60 1 1 B X REFRESH 50 550 -300 300 L 60 60 1 1 O I X CLK 51 550 -400 300 L 60 60 1 1 O X RFSH 52 550 -500 300 L 60 60 1 1 I X BREQ 53 550 -600 300 L 60 60 1 1 I X UNUSED 54 550 -700 300 L 60 60 1 1 N X IRQ4 55 550 -800 300 L 60 60 1 1 I X IRQ3 56 550 -900 300 L 60 60 1 1 I X FDCDACK 57 550 -1000 300 L 60 60 1 1 O I X DMATC 58 550 -1100 300 L 60 60 1 1 O X ALE 59 550 -1200 300 L 60 60 1 1 O X D3 6 -900 1000 300 R 60 60 1 1 B X +5V 60 550 -1300 300 L 60 60 1 1 w X OSC 61 550 -1400 300 L 60 60 1 1 O X GND 62 550 -1500 300 L 60 60 1 1 w X D2 7 -900 900 300 R 60 60 1 1 B X D1 8 -900 800 300 R 60 60 1 1 B X D0 9 -900 700 300 R 60 60 1 1 B ENDDRAW ENDDEF # # 74xx_74LS00 # DEF 74xx_74LS00 U 0 40 Y Y 5 L N F0 "U" 0 50 50 H V C CNN F1 "74xx_74LS00" 0 -50 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN ALIAS 74LS37 7400 74HCT00 74HC00 $FPLIST DIP*W7.62mm* SO14* $ENDFPLIST DRAW A 0 0 150 -899 899 1 1 10 f 0 -150 0 150 A 0 0 150 -899 899 2 1 10 f 0 -150 0 150 A 0 0 150 -899 899 3 1 10 f 0 -150 0 150 A 0 0 150 -899 899 4 1 10 f 0 -150 0 150 A -360 0 258 354 -354 1 2 10 N -150 150 -150 -150 A -47 -52 204 150 837 1 2 10 f 150 0 -24 150 A -47 52 204 -150 -837 1 2 10 f 150 0 -24 -150 A -360 0 258 354 -354 2 2 10 N -150 150 -150 -150 A -47 -52 204 150 837 2 2 10 f 150 0 -24 150 A -47 52 204 -150 -837 2 2 10 f 150 0 -24 -150 A -360 0 258 354 -354 3 2 10 N -150 150 -150 -150 A -47 -52 204 150 837 3 2 10 f 150 0 -24 150 A -47 52 204 -150 -837 3 2 10 f 150 0 -24 -150 A -360 0 258 354 -354 4 2 10 N -150 150 -150 -150 A -47 -52 204 150 837 4 2 10 f 150 0 -24 150 A -47 52 204 -150 -837 4 2 10 f 150 0 -24 -150 S -200 300 200 -300 5 1 10 f P 4 1 1 10 0 150 -150 150 -150 -150 0 -150 f P 4 2 1 10 0 150 -150 150 -150 -150 0 -150 f P 4 3 1 10 0 150 -150 150 -150 -150 0 -150 f P 4 4 1 10 0 150 -150 150 -150 -150 0 -150 f P 2 1 2 10 -150 -150 -25 -150 f P 2 1 2 10 -150 150 -25 150 f P 12 1 2 -1000 -25 150 -150 150 -150 150 -140 134 -119 89 -106 41 -103 -10 -109 -59 -125 -107 -150 -150 -150 -150 -25 -150 f P 2 2 2 10 -150 -150 -25 -150 f P 2 2 2 10 -150 150 -25 150 f P 12 2 2 -1000 -25 150 -150 150 -150 150 -140 134 -119 89 -106 41 -103 -10 -109 -59 -125 -107 -150 -150 -150 -150 -25 -150 f P 2 3 2 10 -150 -150 -25 -150 f P 2 3 2 10 -150 150 -25 150 f P 12 3 2 -1000 -25 150 -150 150 -150 150 -140 134 -119 89 -106 41 -103 -10 -109 -59 -125 -107 -150 -150 -150 -150 -25 -150 f P 2 4 2 10 -150 -150 -25 -150 f P 2 4 2 10 -150 150 -25 150 f P 12 4 2 -1000 -25 150 -150 150 -150 150 -140 134 -119 89 -106 41 -103 -10 -109 -59 -125 -107 -150 -150 -150 -150 -25 -150 f X VCC 14 0 500 200 D 50 50 5 0 W X GND 7 0 -500 200 U 50 50 5 0 W X ~ 1 -300 100 150 R 50 50 1 1 I X ~ 2 -300 -100 150 R 50 50 1 1 I X ~ 3 300 0 150 L 50 50 1 1 O I X ~ 4 -300 100 150 R 50 50 2 1 I X ~ 5 -300 -100 150 R 50 50 2 1 I X ~ 6 300 0 150 L 50 50 2 1 O I X ~ 10 -300 -100 150 R 50 50 3 1 I X ~ 8 300 0 150 L 50 50 3 1 O I X ~ 9 -300 100 150 R 50 50 3 1 I X ~ 11 300 0 150 L 50 50 4 1 O I X ~ 12 -300 100 150 R 50 50 4 1 I X ~ 13 -300 -100 150 R 50 50 4 1 I X ~ 1 -300 100 170 R 50 50 1 2 I I X ~ 2 -300 -100 170 R 50 50 1 2 I I X ~ 3 300 0 150 L 50 50 1 2 O X ~ 4 -300 100 170 R 50 50 2 2 I I X ~ 5 -300 -100 170 R 50 50 2 2 I I X ~ 6 300 0 150 L 50 50 2 2 O X ~ 10 -300 -100 170 R 50 50 3 2 I I X ~ 8 300 0 150 L 50 50 3 2 O X ~ 9 -300 100 170 R 50 50 3 2 I I X ~ 11 300 0 150 L 50 50 4 2 O X ~ 12 -300 100 170 R 50 50 4 2 I I X ~ 13 -300 -100 170 R 50 50 4 2 I I ENDDRAW ENDDEF # # 74xx_74LS139 # DEF 74xx_74LS139 U 0 40 Y Y 3 L N F0 "U" -300 350 50 H V C CNN F1 "74xx_74LS139" -300 -350 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST DIP?16* $ENDFPLIST DRAW S -300 200 300 -300 1 1 10 f S -300 200 300 -300 2 1 10 f S -200 300 200 -300 3 1 10 f X E 1 -500 -200 200 R 50 50 1 0 I I X A0 2 -500 0 200 R 50 50 1 0 I X A1 3 -500 100 200 R 50 50 1 0 I X O0 4 500 100 200 L 50 50 1 0 O I X O1 5 500 0 200 L 50 50 1 0 O I X O2 6 500 -100 200 L 50 50 1 0 O I X O3 7 500 -200 200 L 50 50 1 0 O I X O2 10 500 -100 200 L 50 50 2 0 O I X O1 11 500 0 200 L 50 50 2 0 O I X O0 12 500 100 200 L 50 50 2 0 O I X A1 13 -500 100 200 R 50 50 2 0 I X A0 14 -500 0 200 R 50 50 2 0 I X E 15 -500 -200 200 R 50 50 2 0 I I X O3 9 500 -200 200 L 50 50 2 0 O I X VCC 16 0 500 200 D 50 50 3 0 W X GND 8 0 -500 200 U 50 50 3 0 W ENDDRAW ENDDEF # # 74xx_74LS245 # DEF 74xx_74LS245 U 0 40 Y Y 1 L N F0 "U" -300 650 50 H V C CNN F1 "74xx_74LS245" -300 -650 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN ALIAS 74HC245 $FPLIST DIP?20* $ENDFPLIST DRAW S -300 600 300 -600 1 1 10 f P 3 1 0 0 -25 -50 -25 50 25 50 N P 4 1 0 0 -50 -50 25 -50 25 50 50 50 N X A->B 1 -500 -400 200 R 50 50 1 0 I X GND 10 0 -800 200 U 50 50 1 0 W X B7 11 500 -200 200 L 50 50 1 0 T X B6 12 500 -100 200 L 50 50 1 0 T X B5 13 500 0 200 L 50 50 1 0 T X B4 14 500 100 200 L 50 50 1 0 T X B3 15 500 200 200 L 50 50 1 0 T X B2 16 500 300 200 L 50 50 1 0 T X B1 17 500 400 200 L 50 50 1 0 T X B0 18 500 500 200 L 50 50 1 0 T X CE 19 -500 -500 200 R 50 50 1 0 I I X A0 2 -500 500 200 R 50 50 1 0 T X VCC 20 0 800 200 D 50 50 1 0 W X A1 3 -500 400 200 R 50 50 1 0 T X A2 4 -500 300 200 R 50 50 1 0 T X A3 5 -500 200 200 R 50 50 1 0 T X A4 6 -500 100 200 R 50 50 1 0 T X A5 7 -500 0 200 R 50 50 1 0 T X A6 8 -500 -100 200 R 50 50 1 0 T X A7 9 -500 -200 200 R 50 50 1 0 T ENDDRAW ENDDEF # # 74xx_74LS32 # DEF 74xx_74LS32 U 0 40 Y Y 5 L N F0 "U" 0 50 50 H V C CNN F1 "74xx_74LS32" 0 -50 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST DIP?14* $ENDFPLIST DRAW A -360 0 258 354 -354 1 1 10 N -150 150 -150 -150 A -47 -52 204 150 837 1 1 10 f 150 0 -24 150 A -47 52 204 -150 -837 1 1 10 f 150 0 -24 -150 A -360 0 258 354 -354 2 1 10 N -150 150 -150 -150 A -47 -52 204 150 837 2 1 10 f 150 0 -24 150 A -47 52 204 -150 -837 2 1 10 f 150 0 -24 -150 A -360 0 258 354 -354 3 1 10 N -150 150 -150 -150 A -47 -52 204 150 837 3 1 10 f 150 0 -24 150 A -47 52 204 -150 -837 3 1 10 f 150 0 -24 -150 A -360 0 258 354 -354 4 1 10 N -150 150 -150 -150 A -47 -52 204 150 837 4 1 10 f 150 0 -24 150 A -47 52 204 -150 -837 4 1 10 f 150 0 -24 -150 A 0 0 150 -899 899 1 2 10 f 0 -150 0 150 A 0 0 150 -899 899 2 2 10 f 0 -150 0 150 A 0 0 150 -899 899 3 2 10 f 0 -150 0 150 A 0 0 150 -899 899 4 2 10 f 0 -150 0 150 S -200 300 200 -300 5 1 10 f P 2 1 1 10 -150 -150 -25 -150 f P 2 1 1 10 -150 150 -25 150 f P 12 1 1 -1000 -25 150 -150 150 -150 150 -140 134 -119 89 -106 41 -103 -10 -109 -59 -125 -107 -150 -150 -150 -150 -25 -150 f P 2 2 1 10 -150 -150 -25 -150 f P 2 2 1 10 -150 150 -25 150 f P 12 2 1 -1000 -25 150 -150 150 -150 150 -140 134 -119 89 -106 41 -103 -10 -109 -59 -125 -107 -150 -150 -150 -150 -25 -150 f P 2 3 1 10 -150 -150 -25 -150 f P 2 3 1 10 -150 150 -25 150 f P 12 3 1 -1000 -25 150 -150 150 -150 150 -140 134 -119 89 -106 41 -103 -10 -109 -59 -125 -107 -150 -150 -150 -150 -25 -150 f P 2 4 1 10 -150 -150 -25 -150 f P 2 4 1 10 -150 150 -25 150 f P 12 4 1 -1000 -25 150 -150 150 -150 150 -140 134 -119 89 -106 41 -103 -10 -109 -59 -125 -107 -150 -150 -150 -150 -25 -150 f P 4 1 2 10 0 150 -150 150 -150 -150 0 -150 f P 4 2 2 10 0 150 -150 150 -150 -150 0 -150 f P 4 3 2 10 0 150 -150 150 -150 -150 0 -150 f P 4 4 2 10 0 150 -150 150 -150 -150 0 -150 f X VCC 14 0 500 200 D 50 50 5 0 W X GND 7 0 -500 200 U 50 50 5 0 W X ~ 1 -300 100 170 R 50 50 1 1 I X ~ 2 -300 -100 170 R 50 50 1 1 I X ~ 3 300 0 150 L 50 50 1 1 O X ~ 4 -300 100 170 R 50 50 2 1 I X ~ 5 -300 -100 170 R 50 50 2 1 I X ~ 6 300 0 150 L 50 50 2 1 O X ~ 10 -300 -100 170 R 50 50 3 1 I X ~ 8 300 0 150 L 50 50 3 1 O X ~ 9 -300 100 170 R 50 50 3 1 I X ~ 11 300 0 150 L 50 50 4 1 O X ~ 12 -300 100 170 R 50 50 4 1 I X ~ 13 -300 -100 170 R 50 50 4 1 I X ~ 1 -300 100 150 R 50 50 1 2 I I X ~ 2 -300 -100 150 R 50 50 1 2 I I X ~ 3 300 0 150 L 50 50 1 2 O I X ~ 4 -300 100 150 R 50 50 2 2 I I X ~ 5 -300 -100 150 R 50 50 2 2 I I X ~ 6 300 0 150 L 50 50 2 2 O I X ~ 10 -300 -100 150 R 50 50 3 2 I I X ~ 8 300 0 150 L 50 50 3 2 O I X ~ 9 -300 100 150 R 50 50 3 2 I I X ~ 11 300 0 150 L 50 50 4 2 O I X ~ 12 -300 100 150 R 50 50 4 2 I I X ~ 13 -300 -100 150 R 50 50 4 2 I I ENDDRAW ENDDEF # # Connector_Generic_Conn_01x02 # DEF Connector_Generic_Conn_01x02 J 0 40 Y N 1 F N F0 "J" 0 100 50 H V C CNN F1 "Connector_Generic_Conn_01x02" 0 -200 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST Connector*:*_1x??_* $ENDFPLIST DRAW S -50 -95 0 -105 1 1 6 N S -50 5 0 -5 1 1 6 N S -50 50 50 -150 1 1 10 f X Pin_1 1 -200 0 150 R 50 50 1 1 P X Pin_2 2 -200 -100 150 R 50 50 1 1 P ENDDRAW ENDDEF # # Connector_Generic_Conn_02x20_Odd_Even # DEF Connector_Generic_Conn_02x20_Odd_Even J 0 40 Y N 1 F N F0 "J" 50 1000 50 H V C CNN F1 "Connector_Generic_Conn_02x20_Odd_Even" 50 -1100 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST Connector*:*_2x??_* $ENDFPLIST DRAW S -50 -995 0 -1005 1 1 6 N S -50 -895 0 -905 1 1 6 N S -50 -795 0 -805 1 1 6 N S -50 -695 0 -705 1 1 6 N S -50 -595 0 -605 1 1 6 N S -50 -495 0 -505 1 1 6 N S -50 -395 0 -405 1 1 6 N S -50 -295 0 -305 1 1 6 N S -50 -195 0 -205 1 1 6 N S -50 -95 0 -105 1 1 6 N S -50 5 0 -5 1 1 6 N S -50 105 0 95 1 1 6 N S -50 205 0 195 1 1 6 N S -50 305 0 295 1 1 6 N S -50 405 0 395 1 1 6 N S -50 505 0 495 1 1 6 N S -50 605 0 595 1 1 6 N S -50 705 0 695 1 1 6 N S -50 805 0 795 1 1 6 N S -50 905 0 895 1 1 6 N S -50 950 150 -1050 1 1 10 f S 150 -995 100 -1005 1 1 6 N S 150 -895 100 -905 1 1 6 N S 150 -795 100 -805 1 1 6 N S 150 -695 100 -705 1 1 6 N S 150 -595 100 -605 1 1 6 N S 150 -495 100 -505 1 1 6 N S 150 -395 100 -405 1 1 6 N S 150 -295 100 -305 1 1 6 N S 150 -195 100 -205 1 1 6 N S 150 -95 100 -105 1 1 6 N S 150 5 100 -5 1 1 6 N S 150 105 100 95 1 1 6 N S 150 205 100 195 1 1 6 N S 150 305 100 295 1 1 6 N S 150 405 100 395 1 1 6 N S 150 505 100 495 1 1 6 N S 150 605 100 595 1 1 6 N S 150 705 100 695 1 1 6 N S 150 805 100 795 1 1 6 N S 150 905 100 895 1 1 6 N X Pin_1 1 -200 900 150 R 50 50 1 1 P X Pin_10 10 300 500 150 L 50 50 1 1 P X Pin_11 11 -200 400 150 R 50 50 1 1 P X Pin_12 12 300 400 150 L 50 50 1 1 P X Pin_13 13 -200 300 150 R 50 50 1 1 P X Pin_14 14 300 300 150 L 50 50 1 1 P X Pin_15 15 -200 200 150 R 50 50 1 1 P X Pin_16 16 300 200 150 L 50 50 1 1 P X Pin_17 17 -200 100 150 R 50 50 1 1 P X Pin_18 18 300 100 150 L 50 50 1 1 P X Pin_19 19 -200 0 150 R 50 50 1 1 P X Pin_2 2 300 900 150 L 50 50 1 1 P X Pin_20 20 300 0 150 L 50 50 1 1 P X Pin_21 21 -200 -100 150 R 50 50 1 1 P X Pin_22 22 300 -100 150 L 50 50 1 1 P X Pin_23 23 -200 -200 150 R 50 50 1 1 P X Pin_24 24 300 -200 150 L 50 50 1 1 P X Pin_25 25 -200 -300 150 R 50 50 1 1 P X Pin_26 26 300 -300 150 L 50 50 1 1 P X Pin_27 27 -200 -400 150 R 50 50 1 1 P X Pin_28 28 300 -400 150 L 50 50 1 1 P X Pin_29 29 -200 -500 150 R 50 50 1 1 P X Pin_3 3 -200 800 150 R 50 50 1 1 P X Pin_30 30 300 -500 150 L 50 50 1 1 P X Pin_31 31 -200 -600 150 R 50 50 1 1 P X Pin_32 32 300 -600 150 L 50 50 1 1 P X Pin_33 33 -200 -700 150 R 50 50 1 1 P X Pin_34 34 300 -700 150 L 50 50 1 1 P X Pin_35 35 -200 -800 150 R 50 50 1 1 P X Pin_36 36 300 -800 150 L 50 50 1 1 P X Pin_37 37 -200 -900 150 R 50 50 1 1 P X Pin_38 38 300 -900 150 L 50 50 1 1 P X Pin_39 39 -200 -1000 150 R 50 50 1 1 P X Pin_4 4 300 800 150 L 50 50 1 1 P X Pin_40 40 300 -1000 150 L 50 50 1 1 P X Pin_5 5 -200 700 150 R 50 50 1 1 P X Pin_6 6 300 700 150 L 50 50 1 1 P X Pin_7 7 -200 600 150 R 50 50 1 1 P X Pin_8 8 300 600 150 L 50 50 1 1 P X Pin_9 9 -200 500 150 R 50 50 1 1 P ENDDRAW ENDDEF # # Device_C # DEF Device_C C 0 10 N Y 1 F N F0 "C" 25 100 50 H V L CNN F1 "Device_C" 25 -100 50 H V L CNN F2 "" 38 -150 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST C_* $ENDFPLIST DRAW P 2 0 1 20 -80 -30 80 -30 N P 2 0 1 20 -80 30 80 30 N X ~ 1 0 150 110 D 50 50 1 1 P X ~ 2 0 -150 110 U 50 50 1 1 P ENDDRAW ENDDEF # # Device_CP # DEF Device_CP C 0 10 N Y 1 F N F0 "C" 25 100 50 H V L CNN F1 "Device_CP" 25 -100 50 H V L CNN F2 "" 38 -150 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST CP_* $ENDFPLIST DRAW S -90 20 90 40 0 1 0 N S 90 -20 -90 -40 0 1 0 F P 2 0 1 0 -70 90 -30 90 N P 2 0 1 0 -50 110 -50 70 N X ~ 1 0 150 110 D 50 50 1 1 P X ~ 2 0 -150 110 U 50 50 1 1 P ENDDRAW ENDDEF # # Device_R # DEF Device_R R 0 0 N Y 1 F N F0 "R" 80 0 50 V V C CNN F1 "Device_R" 0 0 50 V V C CNN F2 "" -70 0 50 V I C CNN F3 "" 0 0 50 H I C CNN $FPLIST R_* $ENDFPLIST DRAW S -40 -100 40 100 0 1 10 N X ~ 1 0 150 50 D 50 50 1 1 P X ~ 2 0 -150 50 U 50 50 1 1 P ENDDRAW ENDDEF # # Jumper_Jumper_2_Open # DEF Jumper_Jumper_2_Open JP 0 0 Y N 1 F N F0 "JP" 0 110 50 H V C CNN F1 "Jumper_Jumper_2_Open" 0 -90 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST SolderJumper*Open* $ENDFPLIST DRAW A 0 -30 100 1269 531 0 1 0 N -60 50 60 50 C -80 0 20 0 0 0 N C 80 0 20 0 0 0 N X A 1 -200 0 100 R 50 50 1 1 P X B 2 200 0 100 L 50 50 1 1 P ENDDRAW ENDDEF # # Mechanical_MountingHole_Pad # DEF Mechanical_MountingHole_Pad H 0 40 N N 1 F N F0 "H" 0 250 50 H V C CNN F1 "Mechanical_MountingHole_Pad" 0 175 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST MountingHole*Pad* $ENDFPLIST DRAW C 0 50 50 0 1 50 N X 1 1 0 -100 100 U 50 50 1 1 I ENDDRAW ENDDEF # # Memory_RAM_AS6C4008-55PCN # DEF Memory_RAM_AS6C4008-55PCN U 0 20 Y Y 1 F N F0 "U" -400 1025 50 H V L BNN F1 "Memory_RAM_AS6C4008-55PCN" 100 1025 50 H V L BNN F2 "Package_DIP:DIP-32_W15.24mm" 0 100 50 H I C CNN F3 "" 0 100 50 H I C CNN $FPLIST DIP*W15.24mm* $ENDFPLIST DRAW S -400 1000 400 -1000 0 1 10 f X VSS 16 0 -1100 100 U 50 50 0 0 W X VCC 32 0 1100 100 D 50 50 0 0 W X A18 1 -500 -900 100 R 50 50 1 1 I X A2 10 -500 700 100 R 50 50 1 1 I X A1 11 -500 800 100 R 50 50 1 1 I X A0 12 -500 900 100 R 50 50 1 1 I X DQ0 13 500 900 100 L 50 50 1 1 T X DQ1 14 500 800 100 L 50 50 1 1 T X DQ2 15 500 700 100 L 50 50 1 1 T X DQ3 17 500 600 100 L 50 50 1 1 T X DQ4 18 500 500 100 L 50 50 1 1 T X DQ5 19 500 400 100 L 50 50 1 1 T X A16 2 -500 -700 100 R 50 50 1 1 I X DQ6 20 500 300 100 L 50 50 1 1 T X DQ7 21 500 200 100 L 50 50 1 1 T X CE# 22 500 -100 100 L 50 50 1 1 I X A10 23 -500 -100 100 R 50 50 1 1 I X OE# 24 500 -200 100 L 50 50 1 1 I X A11 25 -500 -200 100 R 50 50 1 1 I X A9 26 -500 0 100 R 50 50 1 1 I X A8 27 -500 100 100 R 50 50 1 1 I X A13 28 -500 -400 100 R 50 50 1 1 I X WE# 29 500 -300 100 L 50 50 1 1 I X A14 3 -500 -500 100 R 50 50 1 1 I X A17 30 -500 -800 100 R 50 50 1 1 I X A15 31 -500 -600 100 R 50 50 1 1 I X A12 4 -500 -300 100 R 50 50 1 1 I X A7 5 -500 200 100 R 50 50 1 1 I X A6 6 -500 300 100 R 50 50 1 1 I X A5 7 -500 400 100 R 50 50 1 1 I X A4 8 -500 500 100 R 50 50 1 1 I X A3 9 -500 600 100 R 50 50 1 1 I ENDDRAW ENDDEF # # Oscillator_CXO_DIP8 # DEF Oscillator_CXO_DIP8 X 0 10 Y Y 1 F N F0 "X" -200 250 50 H V L CNN F1 "Oscillator_CXO_DIP8" 50 -250 50 H V L CNN F2 "Oscillator:Oscillator_DIP-8" 450 -350 50 H I C CNN F3 "" -100 0 50 H I C CNN ALIAS TFT660 $FPLIST Oscillator*DIP*8* $ENDFPLIST DRAW S -200 200 200 -200 0 1 10 f P 9 0 1 0 -75 -25 -50 -25 -50 25 -25 25 -25 -25 0 -25 0 25 25 25 25 -25 N X EN 1 -300 0 100 R 50 50 1 1 I X GND 4 0 -300 100 U 50 50 1 1 W X OUT 5 300 0 100 L 50 50 1 1 O X Vcc 8 0 300 100 D 50 50 1 1 W ENDDRAW ENDDEF # # power_+12V # DEF power_+12V #PWR 0 0 Y Y 1 F P F0 "#PWR" 0 -150 50 H I C CNN F1 "power_+12V" 0 140 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW P 2 0 1 0 -30 50 0 100 N P 2 0 1 0 0 0 0 100 N P 2 0 1 0 0 100 30 50 N X +12V 1 0 0 0 U 50 50 1 1 W N ENDDRAW ENDDEF # # power_+5V # DEF power_+5V #PWR 0 0 Y Y 1 F P F0 "#PWR" 0 -150 50 H I C CNN F1 "power_+5V" 0 140 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW P 2 0 1 0 -30 50 0 100 N P 2 0 1 0 0 0 0 100 N P 2 0 1 0 0 100 30 50 N X +5V 1 0 0 0 U 50 50 1 1 W N ENDDRAW ENDDEF # # power_-12V # DEF power_-12V #PWR 0 0 Y Y 1 F P F0 "#PWR" 0 100 50 H I C CNN F1 "power_-12V" 0 150 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW P 6 0 1 0 0 0 0 50 30 50 0 100 -30 50 0 50 F X -12V 1 0 0 0 U 50 50 0 0 W N ENDDRAW ENDDEF # # power_GND # DEF power_GND #PWR 0 0 Y Y 1 F P F0 "#PWR" 0 -250 50 H I C CNN F1 "power_GND" 0 -150 50 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N X GND 1 0 0 0 D 50 50 1 1 W N ENDDRAW ENDDEF # #End Library ================================================ FILE: tandy-3-in-1/3-in-1-rescue.dcm ================================================ EESchema-DOCLIB Version 2.0 # #End Doc Library ================================================ FILE: tandy-3-in-1/3-in-1-rescue.lib ================================================ EESchema-LIBRARY Version 2.4 #encoding utf-8 # # 16550-PLCC-isa_fdc-rescue-3-in-1-rescue # DEF 16550-PLCC-isa_fdc-rescue-3-in-1-rescue U 0 40 Y Y 1 F N F0 "U" 0 50 60 H V C CNN F1 "16550-PLCC-isa_fdc-rescue-3-in-1-rescue" 0 -50 60 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW S -500 1200 500 -1200 0 1 0 N X ~ 1 -300 -1200 0 U 50 50 1 1 N N X RCLK 10 800 750 300 L 50 50 1 1 I X SIN 11 800 -650 300 L 50 50 1 1 I X ~ 12 -200 -1200 0 U 50 50 1 1 N N X SOUT 13 800 -450 300 L 50 50 1 1 O X CS0 14 -800 -250 300 R 50 50 1 1 I X CS1 15 -800 -350 300 R 50 50 1 1 I X ~CS2 16 -800 -450 300 R 50 50 1 1 I I X ~BAUDOUT 17 800 850 300 L 50 50 1 1 O I X XIN 18 800 1150 300 L 50 50 1 1 I X XOUT 19 800 1050 300 L 50 50 1 1 O X D0 2 -800 1150 300 R 50 50 1 1 T X ~WR 20 -800 -850 300 R 50 50 1 1 I I X WR 21 -800 -950 300 R 50 50 1 1 I X GND 22 0 -1200 0 U 50 50 1 1 W N X ~ 23 200 -1200 0 U 50 50 1 1 N N X ~RD 24 -800 -650 300 R 50 50 1 1 I I X RD 25 -800 -750 300 R 50 50 1 1 I X DDIS 26 800 -1150 300 L 50 50 1 1 O X ~TXRDY 27 800 -850 300 L 50 50 1 1 O X ~ADS 28 -800 -50 300 R 50 50 1 1 I I X A2 29 -800 50 300 R 50 50 1 1 I X D1 3 -800 1050 300 R 50 50 1 1 T X A1 30 -800 150 300 R 50 50 1 1 I X A0 31 -800 250 300 R 50 50 1 1 I X ~RXRDY 32 800 -950 300 L 50 50 1 1 O X INTR 33 800 -1050 300 L 50 50 1 1 O X ~ 34 300 -1200 0 U 50 50 1 1 N N X ~OUT2 35 800 250 300 L 50 50 1 1 O I X ~RTS 36 800 450 300 L 50 50 1 1 O I X ~DTR 37 800 550 300 L 50 50 1 1 O I X ~OUT1 38 800 350 300 L 50 50 1 1 O I X MR 39 -800 -1150 300 R 50 50 1 1 I X D2 4 -800 950 300 R 50 50 1 1 T X ~CTS 40 800 -250 300 L 50 50 1 1 I I X ~DSR 41 800 -150 300 L 50 50 1 1 I I X ~DCD 42 800 -50 300 L 50 50 1 1 I I X ~RI 43 800 50 300 L 50 50 1 1 I I X VCC 44 0 1200 0 D 50 50 1 1 W N X D3 5 -800 850 300 R 50 50 1 1 T X D4 6 -800 750 300 R 50 50 1 1 T X D5 7 -800 650 300 R 50 50 1 1 T X D6 8 -800 550 300 R 50 50 1 1 T X D7 9 -800 450 300 R 50 50 1 1 T ENDDRAW ENDDEF # # 28C64-xt-cf-rescue-3-in-1-rescue # DEF 28C64-xt-cf-rescue-3-in-1-rescue U 0 40 Y Y 1 F N F0 "U" 0 50 60 H V C CNN F1 "28C64-xt-cf-rescue-3-in-1-rescue" 0 -50 60 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW S 400 -900 -400 900 0 1 0 N X RDY/~BUSY 1 700 -850 300 L 50 50 1 1 O X A0 10 -700 850 300 R 50 50 1 1 I X DQ0 11 700 850 300 L 50 50 1 1 B X DQ1 12 700 750 300 L 50 50 1 1 B X DQ2 13 700 650 300 L 50 50 1 1 B X GND 14 0 -900 0 U 50 50 1 1 W N X DQ3 15 700 550 300 L 50 50 1 1 B X DQ4 16 700 450 300 L 50 50 1 1 B X DQ5 17 700 350 300 L 50 50 1 1 B X DQ6 18 700 250 300 L 50 50 1 1 B X DQ7 19 700 150 300 L 50 50 1 1 B X A12 2 -700 -350 300 R 50 50 1 1 I X ~CE 20 -700 -650 300 R 50 50 1 1 I I X A10 21 -700 -150 300 R 50 50 1 1 I X ~OE 22 -700 -750 300 R 50 50 1 1 I I X A11 23 -700 -250 300 R 50 50 1 1 I X A9 24 -700 -50 300 R 50 50 1 1 I X A8 25 -700 50 300 R 50 50 1 1 I X NC 26 400 -750 0 L 50 50 1 1 N N X ~WE 27 -700 -850 300 R 50 50 1 1 I I X VCC 28 0 900 0 D 50 50 1 1 W N X A7 3 -700 150 300 R 50 50 1 1 I X A6 4 -700 250 300 R 50 50 1 1 I X A5 5 -700 350 300 R 50 50 1 1 I X A4 6 -700 450 300 R 50 50 1 1 I X A3 7 -700 550 300 R 50 50 1 1 I X A2 8 -700 650 300 R 50 50 1 1 I X A1 9 -700 750 300 R 50 50 1 1 I ENDDRAW ENDDEF # # 74LS138-isa_fdc-rescue-3-in-1-rescue # DEF 74LS138-isa_fdc-rescue-3-in-1-rescue U 0 10 Y Y 1 F N F0 "U" 0 50 60 H V C CNN F1 "74LS138-isa_fdc-rescue-3-in-1-rescue" 0 -50 60 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST DIP-16__300 $ENDFPLIST DRAW S -300 400 300 -400 0 1 0 N X GND 8 0 -400 0 U 50 50 0 0 W N X VCC 16 0 400 0 D 50 50 0 1 W N X C 3 -600 150 300 R 50 50 0 1 I X A 1 -600 350 300 R 50 50 1 1 I X ~Y5 10 600 -150 300 L 50 50 1 1 O I X ~Y4 11 600 -50 300 L 50 50 1 1 O I X ~Y3 12 600 50 300 L 50 50 1 1 O I X ~Y2 13 600 150 300 L 50 50 1 1 O I X ~Y1 14 600 250 300 L 50 50 1 1 O I X ~Y0 15 600 350 300 L 50 50 1 1 O I X B 2 -600 250 300 R 50 50 1 1 I X ~G2A 4 -600 -250 300 R 50 50 1 1 I I X ~G2B 5 -600 -350 300 R 50 50 1 1 I I X G1 6 -600 -150 300 R 50 50 1 1 I X ~Y7 7 600 -350 300 L 50 50 1 1 O I X ~Y6 9 600 -250 300 L 50 50 1 1 O I ENDDRAW ENDDEF # # 74LS688-xt-cf-rescue-3-in-1-rescue # DEF 74LS688-xt-cf-rescue-3-in-1-rescue U 0 10 Y Y 1 F N F0 "U" 0 50 60 H V C CNN F1 "74LS688-xt-cf-rescue-3-in-1-rescue" 0 -50 60 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW S -300 950 300 -950 0 1 0 N X GND 10 0 -950 0 U 50 50 0 0 W N X VCC 20 0 950 0 D 50 50 0 1 W N X ~G 1 -600 -900 300 R 50 50 1 1 I I X P4 11 -600 500 300 R 50 50 1 1 I X Q4 12 -600 -400 300 R 50 50 1 1 I X P5 13 -600 400 300 R 50 50 1 1 I X Q5 14 -600 -500 300 R 50 50 1 1 I X P6 15 -600 300 300 R 50 50 1 1 I X Q6 16 -600 -600 300 R 50 50 1 1 I X P7 17 -600 200 300 R 50 50 1 1 I X Q7 18 -600 -700 300 R 50 50 1 1 I X ~P=Q 19 600 900 300 L 50 50 1 1 O I X P0 2 -600 900 300 R 50 50 1 1 I X Q0 3 -600 0 300 R 50 50 1 1 I X P1 4 -600 800 300 R 50 50 1 1 I X Q1 5 -600 -100 300 R 50 50 1 1 I X P2 6 -600 700 300 R 50 50 1 1 I X Q2 7 -600 -200 300 R 50 50 1 1 I X P3 8 -600 600 300 R 50 50 1 1 I X Q3 9 -600 -300 300 R 50 50 1 1 I ENDDRAW ENDDEF # # C-isa_fdc-rescue-3-in-1-rescue # DEF C-isa_fdc-rescue-3-in-1-rescue C 0 10 N Y 1 F N F0 "C" 50 100 50 H V L CNN F1 "C-isa_fdc-rescue-3-in-1-rescue" 50 -100 50 H V L CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST SM* C? C1-1 $ENDFPLIST DRAW P 2 0 1 20 -100 -30 100 -30 N P 2 0 1 20 -100 30 100 30 N X ~ 1 0 200 170 D 40 40 1 1 P X ~ 2 0 -200 170 U 40 40 1 1 P ENDDRAW ENDDEF # # DB9-isa_fdc-rescue-3-in-1-rescue # DEF DB9-isa_fdc-rescue-3-in-1-rescue J 0 40 Y N 1 F N F0 "J" 0 550 70 H V C CNN F1 "DB9-isa_fdc-rescue-3-in-1-rescue" 0 -550 70 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST DB9* $ENDFPLIST DRAW C -70 -400 30 0 1 0 N C -70 -200 30 0 1 0 N C -70 0 30 0 1 0 N C -70 200 30 0 1 0 N C -70 400 30 0 1 0 N C 50 -300 30 0 1 0 N C 50 -100 30 0 1 0 N C 50 100 30 0 1 0 N C 50 300 30 0 1 0 N P 2 0 1 8 -150 -460 -150 460 N P 2 0 1 8 -150 -459 -140 -470 N P 2 0 1 0 -150 -400 -100 -400 N P 2 0 1 0 -150 -300 20 -300 N P 2 0 1 0 -150 -200 -100 -200 N P 2 0 1 0 -150 -100 20 -100 N P 2 0 1 0 -150 0 -100 0 N P 2 0 1 0 -150 100 20 100 N P 2 0 1 0 -150 200 -100 200 N P 2 0 1 0 -150 300 20 300 N P 2 0 1 0 -150 400 -100 400 N P 2 0 1 8 -140 -470 -110 -490 N P 2 0 1 8 -140 470 -150 460 N P 2 0 1 8 -140 470 -100 490 N P 2 0 1 8 -110 -490 -50 -490 N P 2 0 1 8 -100 490 -70 490 N P 2 0 1 8 129 390 -70 490 N P 2 0 1 8 129 390 150 370 N P 2 0 1 8 140 -409 -50 -490 N P 2 0 1 8 150 -390 140 -409 N P 2 0 1 8 150 370 150 -390 N X 1 1 -450 -400 300 R 60 60 1 1 P X 2 2 -450 -200 300 R 60 60 1 1 P X 3 3 -450 0 300 R 60 60 1 1 P X 4 4 -450 200 300 R 60 60 1 1 P X 5 5 -450 400 300 R 60 60 1 1 P X P6 6 -450 -300 300 R 60 60 1 1 P X P7 7 -450 -100 300 R 60 60 1 1 P X P8 8 -450 100 300 R 60 60 1 1 P X P9 9 -450 300 300 R 60 60 1 1 P ENDDRAW ENDDEF # # GD75232-isa_fdc-rescue-3-in-1-rescue # DEF GD75232-isa_fdc-rescue-3-in-1-rescue U 0 40 Y Y 1 F N F0 "U" 0 50 60 H V C CNN F1 "GD75232-isa_fdc-rescue-3-in-1-rescue" 0 -50 60 H V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN DRAW S -500 600 500 -600 0 1 0 N X VDD 1 -800 550 300 R 50 50 1 1 W X VSS 10 -800 -550 300 R 50 50 1 1 W X GND 11 0 -600 0 U 50 50 1 1 W N X RY5 12 800 -350 300 L 50 50 1 1 O X DA3 13 800 -250 300 L 50 50 1 1 I X RY4 14 800 -150 300 L 50 50 1 1 O X DA2 15 800 -50 300 L 50 50 1 1 I X DA1 16 800 50 300 L 50 50 1 1 I X RY3 17 800 150 300 L 50 50 1 1 O X RY2 18 800 250 300 L 50 50 1 1 O X RY1 19 800 350 300 L 50 50 1 1 O X RA1 2 -800 350 300 R 50 50 1 1 I X VCC 20 0 600 0 D 50 50 1 1 W N X RA2 3 -800 250 300 R 50 50 1 1 I X RA3 4 -800 150 300 R 50 50 1 1 I X DY1 5 -800 50 300 R 50 50 1 1 O X DY2 6 -800 -50 300 R 50 50 1 1 O X RA4 7 -800 -150 300 R 50 50 1 1 I X DY3 8 -800 -250 300 R 50 50 1 1 O X RA5 9 -800 -350 300 R 50 50 1 1 I ENDDRAW ENDDEF # # R-xt-cf-rescue-3-in-1-rescue # DEF R-xt-cf-rescue-3-in-1-rescue R 0 0 N Y 1 F N F0 "R" 80 0 50 V V C CNN F1 "R-xt-cf-rescue-3-in-1-rescue" 0 0 50 V V C CNN F2 "" 0 0 50 H I C CNN F3 "" 0 0 50 H I C CNN $FPLIST R? SM0603 SM0805 R?-* SM1206 $ENDFPLIST DRAW S -40 150 40 -150 0 1 12 N X ~ 1 0 250 100 D 60 60 1 1 P X ~ 2 0 -250 100 U 60 60 1 1 P ENDDRAW ENDDEF # # TANDY_BUS-xt-cf-rescue # DEF TANDY_BUS-xt-cf-rescue BUS 0 40 Y Y 1 F N F0 "BUS" -200 1900 70 H V C CNN F1 "TANDY_BUS-xt-cf-rescue" -200 1800 70 H V C CNN F2 "" -200 1850 50 H I C CNN F3 "" -200 1850 50 H I C CNN DRAW S -600 -1600 250 1600 0 1 0 N X NMI 1 -900 1500 300 R 60 60 1 1 I I X RDYIN 10 -900 600 300 R 60 60 1 1 I X AEN 11 -900 500 300 R 60 60 1 1 O X A19 12 -900 400 300 R 60 60 1 1 O X A18 13 -900 300 300 R 60 60 1 1 O X A17 14 -900 200 300 R 60 60 1 1 O X A16 15 -900 100 300 R 60 60 1 1 O X A15 16 -900 0 300 R 60 60 1 1 O X A14 17 -900 -100 300 R 60 60 1 1 O X A13 18 -900 -200 300 R 60 60 1 1 O X A12 19 -900 -300 300 R 60 60 1 1 O X D7 2 -900 1400 300 R 60 60 1 1 B X A11 20 -900 -400 300 R 60 60 1 1 O X A10 21 -900 -500 300 R 60 60 1 1 O X A9 22 -900 -600 300 R 60 60 1 1 O X A8 23 -900 -700 300 R 60 60 1 1 O X A7 24 -900 -800 300 R 60 60 1 1 O X A6 25 -900 -900 300 R 60 60 1 1 O X A5 26 -900 -1000 300 R 60 60 1 1 O X A4 27 -900 -1100 300 R 60 60 1 1 O X A3 28 -900 -1200 300 R 60 60 1 1 O X A2 29 -900 -1300 300 R 60 60 1 1 O X D6 3 -900 1300 300 R 60 60 1 1 B X A1 30 -900 -1400 300 R 60 60 1 1 O X A0 31 -900 -1500 300 R 60 60 1 1 O X GND 32 550 1500 300 L 60 60 1 1 w X RESET 33 550 1400 300 L 60 60 1 1 O X +5V 34 550 1300 300 L 60 60 1 1 w X IRQ2 35 550 1200 300 L 60 60 1 1 I X UNUSED 36 550 1100 300 L 60 60 1 1 N X FDCDMRQ 37 550 1000 300 L 60 60 1 1 I X -12V 38 550 900 300 L 60 60 1 1 w X UNUSED 39 550 800 300 L 60 60 1 1 N X D5 4 -900 1200 300 R 60 60 1 1 B X +12V 40 550 700 300 L 60 60 1 1 w X GND 41 550 600 300 L 60 60 1 1 w X MEMW 42 550 500 300 L 60 60 1 1 O I X MEMR 43 550 400 300 L 60 60 1 1 O I X IOW 44 550 300 300 L 60 60 1 1 O I X IOR 45 550 200 300 L 60 60 1 1 O I X UNUSED 46 550 100 300 L 60 60 1 1 N X UNUSED 47 550 0 300 L 60 60 1 1 N X UNUSED 48 550 -100 300 L 60 60 1 1 N I X UNUSED 49 550 -200 300 L 60 60 1 1 N X D4 5 -900 1100 300 R 60 60 1 1 B X REFRESH 50 550 -300 300 L 60 60 1 1 O I X CLK 51 550 -400 300 L 60 60 1 1 O X RFSH 52 550 -500 300 L 60 60 1 1 I X BREQ 53 550 -600 300 L 60 60 1 1 I X UNUSED 54 550 -700 300 L 60 60 1 1 N X IRQ4 55 550 -800 300 L 60 60 1 1 I X IRQ3 56 550 -900 300 L 60 60 1 1 I X FDCDACK 57 550 -1000 300 L 60 60 1 1 O I X DMATC 58 550 -1100 300 L 60 60 1 1 O X ALE 59 550 -1200 300 L 60 60 1 1 O X D3 6 -900 1000 300 R 60 60 1 1 B X +5V 60 550 -1300 300 L 60 60 1 1 w X OSC 61 550 -1400 300 L 60 60 1 1 O X GND 62 550 -1500 300 L 60 60 1 1 w X D2 7 -900 900 300 R 60 60 1 1 B X D1 8 -900 800 300 R 60 60 1 1 B X D0 9 -900 700 300 R 60 60 1 1 B ENDDRAW ENDDEF # #End Library ================================================ FILE: tandy-3-in-1/3-in-1.kicad_pcb ================================================ (kicad_pcb (version 20171130) (host pcbnew "(5.1.4)-1") (general (thickness 1.6) (drawings 13) (tracks 1691) (zones 0) (modules 44) (nets 158) ) (page A4) (layers (0 F.Cu signal) (31 B.Cu signal) (36 B.SilkS user) (37 F.SilkS user) (38 B.Mask user) (39 F.Mask user) (40 Dwgs.User user) (44 Edge.Cuts user) (45 Margin user) (46 B.CrtYd user) (47 F.CrtYd user) (48 B.Fab user) (49 F.Fab user) ) (setup (last_trace_width 0.2) (user_trace_width 0.2) (user_trace_width 0.4) (trace_clearance 0.2) (zone_clearance 0.508) (zone_45_only yes) (trace_min 0.15) (via_size 0.6) (via_drill 0.3) (via_min_size 0.45) (via_min_drill 0.3) (blind_buried_vias_allowed yes) (uvia_size 0.3) (uvia_drill 0.1) (uvias_allowed no) (uvia_min_size 0.2) (uvia_min_drill 0.1) (edge_width 0.05) (segment_width 0.2) (pcb_text_width 0.3) (pcb_text_size 1.5 1.5) (mod_edge_width 0.12) (mod_text_size 1 1) (mod_text_width 0.15) (pad_size 4 4) (pad_drill 3.2) (pad_to_mask_clearance 0.051) (solder_mask_min_width 0.25) (aux_axis_origin 0 0) (visible_elements 7FFFFFFF) (pcbplotparams (layerselection 0x010f0_ffffffff) (usegerberextensions false) (usegerberattributes false) (usegerberadvancedattributes false) (creategerberjobfile false) (excludeedgelayer true) (linewidth 0.100000) (plotframeref false) (viasonmask false) (mode 1) (useauxorigin false) (hpglpennumber 1) (hpglpenspeed 20) (hpglpendiameter 15.000000) (psnegative false) (psa4output false) (plotreference true) (plotvalue true) (plotinvisibletext false) (padsonsilk false) (subtractmaskfromsilk false) (outputformat 1) (mirror false) (drillshape 0) (scaleselection 1) (outputdirectory "GERBERs")) ) (net 0 "") (net 1 GND) (net 2 "Net-(R1-Pad2)") (net 3 "Net-(BUS1-Pad61)") (net 4 "Net-(BUS1-Pad59)") (net 5 "Net-(BUS1-Pad58)") (net 6 "Net-(BUS1-Pad57)") (net 7 "Net-(BUS1-Pad56)") (net 8 IRQ4) (net 9 "Net-(BUS1-Pad54)") (net 10 "Net-(BUS1-Pad53)") (net 11 "Net-(BUS1-Pad52)") (net 12 "Net-(BUS1-Pad51)") (net 13 "Net-(BUS1-Pad50)") (net 14 "Net-(BUS1-Pad49)") (net 15 "Net-(BUS1-Pad48)") (net 16 "Net-(BUS1-Pad47)") (net 17 "Net-(BUS1-Pad46)") (net 18 ~IOR) (net 19 ~IOW) (net 20 ~MEMR) (net 21 ~MEMW) (net 22 "Net-(BUS1-Pad10)") (net 23 "Net-(BUS1-Pad39)") (net 24 "Net-(BUS1-Pad37)") (net 25 "Net-(BUS1-Pad36)") (net 26 "Net-(BUS1-Pad35)") (net 27 D5) (net 28 D6) (net 29 D7) (net 30 "Net-(BUS1-Pad1)") (net 31 +12V) (net 32 -12V) (net 33 D0) (net 34 A0) (net 35 A1) (net 36 A2) (net 37 A3) (net 38 A4) (net 39 A5) (net 40 A6) (net 41 A7) (net 42 A8) (net 43 A9) (net 44 A10) (net 45 A11) (net 46 A12) (net 47 A13) (net 48 A14) (net 49 A15) (net 50 A16) (net 51 A17) (net 52 A18) (net 53 A19) (net 54 AEN) (net 55 D1) (net 56 D2) (net 57 D3) (net 58 D4) (net 59 RESETDRV) (net 60 ~UART_CS) (net 61 MEMD0) (net 62 MEMD1) (net 63 MEMD2) (net 64 MEMD3) (net 65 MEMD4) (net 66 MEMD5) (net 67 MEMD6) (net 68 MEMD7) (net 69 CF_RESET) (net 70 CF_CS1) (net 71 CF_CS0) (net 72 ~ROM_CS) (net 73 +5V) (net 74 "Net-(232-OSC1-Pad5)") (net 75 "Net-(232-P2-Pad9)") (net 76 "Net-(232-P2-Pad8)") (net 77 "Net-(232-P2-Pad7)") (net 78 "Net-(232-P2-Pad6)") (net 79 "Net-(232-P2-Pad4)") (net 80 "Net-(232-P2-Pad3)") (net 81 "Net-(232-P2-Pad2)") (net 82 "Net-(232-P2-Pad1)") (net 83 "Net-(232-U6-Pad19)") (net 84 "Net-(232-U6-Pad18)") (net 85 "Net-(232-U6-Pad17)") (net 86 "Net-(232-U6-Pad16)") (net 87 "Net-(232-U6-Pad15)") (net 88 "Net-(232-U6-Pad14)") (net 89 "Net-(232-U6-Pad13)") (net 90 "Net-(232-U6-Pad12)") (net 91 "Net-(232-U7-Pad15)") (net 92 "Net-(232-U7-Pad7)") (net 93 "Net-(232-U7-Pad14)") (net 94 "Net-(232-U7-Pad13)") (net 95 "Net-(232-U7-Pad12)") (net 96 "Net-(232-U7-Pad11)") (net 97 "Net-(232-U7-Pad10)") (net 98 "Net-(232-U7-Pad9)") (net 99 "Net-(232-U9-Pad15)") (net 100 "Net-(232-U9-Pad14)") (net 101 "Net-(232-U9-Pad13)") (net 102 "Net-(232-U9-Pad12)") (net 103 "Net-(232-U9-Pad11)") (net 104 "Net-(232-U9-Pad10)") (net 105 "Net-(232-U9-Pad9)") (net 106 "Net-(CF-U1-Pad7)") (net 107 "Net-(CF-U1-Pad6)") (net 108 "Net-(CF-U1-Pad12)") (net 109 "Net-(CF-U1-Pad10)") (net 110 "Net-(CF-U1-Pad9)") (net 111 "Net-(CF-U1-Pad1)") (net 112 "Net-(RAM-U12-Pad11)") (net 113 "Net-(RAM-U12-Pad3)") (net 114 "Net-(RAM-U12-Pad10)") (net 115 "Net-(RAM-U12-Pad2)") (net 116 "Net-(RAM-U13-Pad11)") (net 117 "Net-(RAM-U13-Pad8)") (net 118 "Net-(232-OSC1-Pad1)") (net 119 "Net-(CF-J1-Pad39)") (net 120 "Net-(CF-J1-Pad34)") (net 121 "Net-(CF-J1-Pad32)") (net 122 "Net-(CF-J1-Pad31)") (net 123 "Net-(CF-J1-Pad29)") (net 124 "Net-(CF-J1-Pad28)") (net 125 "Net-(CF-J1-Pad27)") (net 126 "Net-(CF-J1-Pad21)") (net 127 "Net-(CF-J1-Pad18)") (net 128 "Net-(CF-J1-Pad16)") (net 129 "Net-(CF-J1-Pad14)") (net 130 "Net-(CF-J1-Pad12)") (net 131 "Net-(CF-J1-Pad10)") (net 132 "Net-(CF-J1-Pad8)") (net 133 "Net-(CF-J1-Pad6)") (net 134 "Net-(CF-J1-Pad4)") (net 135 CFD0) (net 136 CFD1) (net 137 CFD2) (net 138 CFD3) (net 139 CFD4) (net 140 CFD5) (net 141 CFD6) (net 142 CFD7) (net 143 CF-A17) (net 144 MEM-CE) (net 145 "Net-(232-U8-Pad35)") (net 146 "Net-(232-U8-Pad38)") (net 147 "Net-(232-U8-Pad34)") (net 148 "Net-(232-U8-Pad32)") (net 149 "Net-(232-U8-Pad26)") (net 150 "Net-(232-U8-Pad27)") (net 151 "Net-(232-U8-Pad23)") (net 152 "Net-(232-U8-Pad19)") (net 153 "Net-(232-U8-Pad10)") (net 154 "Net-(232-U8-Pad12)") (net 155 "Net-(232-U8-Pad1)") (net 156 "Net-(ROM-U5-Pad26)") (net 157 "Net-(R4-Pad2)") (net_class Default "This is the default net class." (clearance 0.2) (trace_width 0.2) (via_dia 0.6) (via_drill 0.3) (uvia_dia 0.3) (uvia_drill 0.1) (add_net +12V) (add_net +5V) (add_net -12V) (add_net A0) (add_net A1) (add_net A10) (add_net A11) (add_net A12) (add_net A13) (add_net A14) (add_net A15) (add_net A16) (add_net A17) (add_net A18) (add_net A19) (add_net A2) (add_net A3) (add_net A4) (add_net A5) (add_net A6) (add_net A7) (add_net A8) (add_net A9) (add_net AEN) (add_net CF-A17) (add_net CFD0) (add_net CFD1) (add_net CFD2) (add_net CFD3) (add_net CFD4) (add_net CFD5) (add_net CFD6) (add_net CFD7) (add_net CF_CS0) (add_net CF_CS1) (add_net CF_RESET) (add_net D0) (add_net D1) (add_net D2) (add_net D3) (add_net D4) (add_net D5) (add_net D6) (add_net D7) (add_net GND) (add_net IRQ4) (add_net MEM-CE) (add_net MEMD0) (add_net MEMD1) (add_net MEMD2) (add_net MEMD3) (add_net MEMD4) (add_net MEMD5) (add_net MEMD6) (add_net MEMD7) (add_net "Net-(232-OSC1-Pad1)") (add_net "Net-(232-OSC1-Pad5)") (add_net "Net-(232-P2-Pad1)") (add_net "Net-(232-P2-Pad2)") (add_net "Net-(232-P2-Pad3)") (add_net "Net-(232-P2-Pad4)") (add_net "Net-(232-P2-Pad6)") (add_net "Net-(232-P2-Pad7)") (add_net "Net-(232-P2-Pad8)") (add_net "Net-(232-P2-Pad9)") (add_net "Net-(232-U6-Pad12)") (add_net "Net-(232-U6-Pad13)") (add_net "Net-(232-U6-Pad14)") (add_net "Net-(232-U6-Pad15)") (add_net "Net-(232-U6-Pad16)") (add_net "Net-(232-U6-Pad17)") (add_net "Net-(232-U6-Pad18)") (add_net "Net-(232-U6-Pad19)") (add_net "Net-(232-U7-Pad10)") (add_net "Net-(232-U7-Pad11)") (add_net "Net-(232-U7-Pad12)") (add_net "Net-(232-U7-Pad13)") (add_net "Net-(232-U7-Pad14)") (add_net "Net-(232-U7-Pad15)") (add_net "Net-(232-U7-Pad7)") (add_net "Net-(232-U7-Pad9)") (add_net "Net-(232-U8-Pad1)") (add_net "Net-(232-U8-Pad10)") (add_net "Net-(232-U8-Pad12)") (add_net "Net-(232-U8-Pad19)") (add_net "Net-(232-U8-Pad23)") (add_net "Net-(232-U8-Pad26)") (add_net "Net-(232-U8-Pad27)") (add_net "Net-(232-U8-Pad32)") (add_net "Net-(232-U8-Pad34)") (add_net "Net-(232-U8-Pad35)") (add_net "Net-(232-U8-Pad38)") (add_net "Net-(232-U9-Pad10)") (add_net "Net-(232-U9-Pad11)") (add_net "Net-(232-U9-Pad12)") (add_net "Net-(232-U9-Pad13)") (add_net "Net-(232-U9-Pad14)") (add_net "Net-(232-U9-Pad15)") (add_net "Net-(232-U9-Pad9)") (add_net "Net-(BUS1-Pad1)") (add_net "Net-(BUS1-Pad10)") (add_net "Net-(BUS1-Pad35)") (add_net "Net-(BUS1-Pad36)") (add_net "Net-(BUS1-Pad37)") (add_net "Net-(BUS1-Pad39)") (add_net "Net-(BUS1-Pad46)") (add_net "Net-(BUS1-Pad47)") (add_net "Net-(BUS1-Pad48)") (add_net "Net-(BUS1-Pad49)") (add_net "Net-(BUS1-Pad50)") (add_net "Net-(BUS1-Pad51)") (add_net "Net-(BUS1-Pad52)") (add_net "Net-(BUS1-Pad53)") (add_net "Net-(BUS1-Pad54)") (add_net "Net-(BUS1-Pad56)") (add_net "Net-(BUS1-Pad57)") (add_net "Net-(BUS1-Pad58)") (add_net "Net-(BUS1-Pad59)") (add_net "Net-(BUS1-Pad61)") (add_net "Net-(CF-J1-Pad10)") (add_net "Net-(CF-J1-Pad12)") (add_net "Net-(CF-J1-Pad14)") (add_net "Net-(CF-J1-Pad16)") (add_net "Net-(CF-J1-Pad18)") (add_net "Net-(CF-J1-Pad21)") (add_net "Net-(CF-J1-Pad27)") (add_net "Net-(CF-J1-Pad28)") (add_net "Net-(CF-J1-Pad29)") (add_net "Net-(CF-J1-Pad31)") (add_net "Net-(CF-J1-Pad32)") (add_net "Net-(CF-J1-Pad34)") (add_net "Net-(CF-J1-Pad39)") (add_net "Net-(CF-J1-Pad4)") (add_net "Net-(CF-J1-Pad6)") (add_net "Net-(CF-J1-Pad8)") (add_net "Net-(CF-U1-Pad1)") (add_net "Net-(CF-U1-Pad10)") (add_net "Net-(CF-U1-Pad12)") (add_net "Net-(CF-U1-Pad6)") (add_net "Net-(CF-U1-Pad7)") (add_net "Net-(CF-U1-Pad9)") (add_net "Net-(R1-Pad2)") (add_net "Net-(R4-Pad2)") (add_net "Net-(RAM-U12-Pad10)") (add_net "Net-(RAM-U12-Pad11)") (add_net "Net-(RAM-U12-Pad2)") (add_net "Net-(RAM-U12-Pad3)") (add_net "Net-(RAM-U13-Pad11)") (add_net "Net-(RAM-U13-Pad8)") (add_net "Net-(ROM-U5-Pad26)") (add_net RESETDRV) (add_net ~IOR) (add_net ~IOW) (add_net ~MEMR) (add_net ~MEMW) (add_net ~ROM_CS) (add_net ~UART_CS) ) (module Package_DIP:DIP-20_W7.62mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5DCC576A) (at 184.7 75.1) (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") (path /5DCF5A72) (fp_text reference CF-U3 (at 3.81 25.7) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 74LS245 (at 3.7 11.5 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 3.81 11.43) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start 8.7 24.4) (end 8.7 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 24.4) (end 8.7 24.4) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 -1.55) (end -1.1 24.4) (layer F.CrtYd) (width 0.05)) (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 6.46 24.19) (end 6.46 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 24.19) (end 6.46 24.19) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 -1.33) (end 1.16 24.19) (layer F.SilkS) (width 0.12)) (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) (fp_line (start 0.635 24.13) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 24.13) (end 0.635 24.13) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 -1.27) (end 6.985 24.13) (layer F.Fab) (width 0.1)) (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) (pad 20 thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 10 thru_hole oval (at 0 22.86) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 19 thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 111 "Net-(CF-U1-Pad1)")) (pad 9 thru_hole oval (at 0 20.32) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 29 D7)) (pad 18 thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 135 CFD0)) (pad 8 thru_hole oval (at 0 17.78) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 28 D6)) (pad 17 thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 136 CFD1)) (pad 7 thru_hole oval (at 0 15.24) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 27 D5)) (pad 16 thru_hole oval (at 7.62 10.16) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 137 CFD2)) (pad 6 thru_hole oval (at 0 12.7) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 58 D4)) (pad 15 thru_hole oval (at 7.62 12.7) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 138 CFD3)) (pad 5 thru_hole oval (at 0 10.16) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 57 D3)) (pad 14 thru_hole oval (at 7.62 15.24) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 139 CFD4)) (pad 4 thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 56 D2)) (pad 13 thru_hole oval (at 7.62 17.78) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 140 CFD5)) (pad 3 thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 55 D1)) (pad 12 thru_hole oval (at 7.62 20.32) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 141 CFD6)) (pad 2 thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 33 D0)) (pad 11 thru_hole oval (at 7.62 22.86) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 142 CFD7)) (pad 1 thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 18 ~IOR)) (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-20_W7.62mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_DIP:DIP-32_W15.24mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5DCC585B) (at 138.8 104.9 270) (descr "32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils)") (tags "THT DIP DIL PDIP 2.54mm 15.24mm 600mil") (path /5DCCBB56) (fp_text reference RAM-U10 (at 17.5 19 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value AS6C4008-55PCN (at 7.62 18.95 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 7.62 19.05 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 16.3 -1.55) (end -1.05 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start 16.3 39.65) (end 16.3 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 39.65) (end 16.3 39.65) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 -1.55) (end -1.05 39.65) (layer F.CrtYd) (width 0.05)) (fp_line (start 14.08 -1.33) (end 8.62 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 14.08 39.43) (end 14.08 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 39.43) (end 14.08 39.43) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 -1.33) (end 1.16 39.43) (layer F.SilkS) (width 0.12)) (fp_line (start 6.62 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 0.255 -0.27) (end 1.255 -1.27) (layer F.Fab) (width 0.1)) (fp_line (start 0.255 39.37) (end 0.255 -0.27) (layer F.Fab) (width 0.1)) (fp_line (start 14.985 39.37) (end 0.255 39.37) (layer F.Fab) (width 0.1)) (fp_line (start 14.985 -1.27) (end 14.985 39.37) (layer F.Fab) (width 0.1)) (fp_line (start 1.255 -1.27) (end 14.985 -1.27) (layer F.Fab) (width 0.1)) (fp_arc (start 7.62 -1.33) (end 6.62 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) (pad 32 thru_hole oval (at 15.24 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 16 thru_hole oval (at 0 38.1 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 31 thru_hole oval (at 15.24 2.54 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 49 A15)) (pad 15 thru_hole oval (at 0 35.56 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 63 MEMD2)) (pad 30 thru_hole oval (at 15.24 5.08 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 143 CF-A17)) (pad 14 thru_hole oval (at 0 33.02 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 62 MEMD1)) (pad 29 thru_hole oval (at 15.24 7.62 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 21 ~MEMW)) (pad 13 thru_hole oval (at 0 30.48 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 61 MEMD0)) (pad 28 thru_hole oval (at 15.24 10.16 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 47 A13)) (pad 12 thru_hole oval (at 0 27.94 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 34 A0)) (pad 27 thru_hole oval (at 15.24 12.7 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 42 A8)) (pad 11 thru_hole oval (at 0 25.4 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 35 A1)) (pad 26 thru_hole oval (at 15.24 15.24 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 43 A9)) (pad 10 thru_hole oval (at 0 22.86 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 36 A2)) (pad 25 thru_hole oval (at 15.24 17.78 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 45 A11)) (pad 9 thru_hole oval (at 0 20.32 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 37 A3)) (pad 24 thru_hole oval (at 15.24 20.32 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 20 ~MEMR)) (pad 8 thru_hole oval (at 0 17.78 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 38 A4)) (pad 23 thru_hole oval (at 15.24 22.86 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 44 A10)) (pad 7 thru_hole oval (at 0 15.24 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 39 A5)) (pad 22 thru_hole oval (at 15.24 25.4 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 144 MEM-CE)) (pad 6 thru_hole oval (at 0 12.7 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 40 A6)) (pad 21 thru_hole oval (at 15.24 27.94 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 68 MEMD7)) (pad 5 thru_hole oval (at 0 10.16 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 41 A7)) (pad 20 thru_hole oval (at 15.24 30.48 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 67 MEMD6)) (pad 4 thru_hole oval (at 0 7.62 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 46 A12)) (pad 19 thru_hole oval (at 15.24 33.02 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 66 MEMD5)) (pad 3 thru_hole oval (at 0 5.08 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 48 A14)) (pad 18 thru_hole oval (at 15.24 35.56 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 65 MEMD4)) (pad 2 thru_hole oval (at 0 2.54 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 50 A16)) (pad 17 thru_hole oval (at 15.24 38.1 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 64 MEMD3)) (pad 1 thru_hole rect (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 52 A18)) (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-32_W15.24mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Symbol:OSHW-Logo2_9.8x8mm_Copper (layer B.Cu) (tedit 0) (tstamp 5DE30955) (at 200 86.8 270) (descr "Open Source Hardware Symbol") (tags "Logo Symbol OSHW") (attr virtual) (fp_text reference REF** (at 0 0 270) (layer B.SilkS) hide (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) ) (fp_text value OSHW-Logo2_9.8x8mm_Copper (at 0.75 0 270) (layer B.Fab) hide (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) ) (fp_poly (pts (xy 0.139878 3.712224) (xy 0.245612 3.711645) (xy 0.322132 3.710078) (xy 0.374372 3.707028) (xy 0.407263 3.702004) (xy 0.425737 3.694511) (xy 0.434727 3.684056) (xy 0.439163 3.670147) (xy 0.439594 3.668346) (xy 0.446333 3.635855) (xy 0.458808 3.571748) (xy 0.475719 3.482849) (xy 0.495771 3.375981) (xy 0.517664 3.257967) (xy 0.518429 3.253822) (xy 0.540359 3.138169) (xy 0.560877 3.035986) (xy 0.578659 2.953402) (xy 0.592381 2.896544) (xy 0.600718 2.871542) (xy 0.601116 2.871099) (xy 0.625677 2.85889) (xy 0.676315 2.838544) (xy 0.742095 2.814455) (xy 0.742461 2.814326) (xy 0.825317 2.783182) (xy 0.923 2.743509) (xy 1.015077 2.703619) (xy 1.019434 2.701647) (xy 1.169407 2.63358) (xy 1.501498 2.860361) (xy 1.603374 2.929496) (xy 1.695657 2.991303) (xy 1.773003 3.042267) (xy 1.830064 3.078873) (xy 1.861495 3.097606) (xy 1.864479 3.098996) (xy 1.887321 3.09281) (xy 1.929982 3.062965) (xy 1.994128 3.008053) (xy 2.081421 2.926666) (xy 2.170535 2.840078) (xy 2.256441 2.754753) (xy 2.333327 2.676892) (xy 2.396564 2.611303) (xy 2.441523 2.562795) (xy 2.463576 2.536175) (xy 2.464396 2.534805) (xy 2.466834 2.516537) (xy 2.45765 2.486705) (xy 2.434574 2.441279) (xy 2.395337 2.37623) (xy 2.33767 2.28753) (xy 2.260795 2.173343) (xy 2.19257 2.072838) (xy 2.131582 1.982697) (xy 2.081356 1.908151) (xy 2.045416 1.854435) (xy 2.027287 1.826782) (xy 2.026146 1.824905) (xy 2.028359 1.79841) (xy 2.045138 1.746914) (xy 2.073142 1.680149) (xy 2.083122 1.658828) (xy 2.126672 1.563841) (xy 2.173134 1.456063) (xy 2.210877 1.362808) (xy 2.238073 1.293594) (xy 2.259675 1.240994) (xy 2.272158 1.213503) (xy 2.273709 1.211384) (xy 2.296668 1.207876) (xy 2.350786 1.198262) (xy 2.428868 1.183911) (xy 2.523719 1.166193) (xy 2.628143 1.146475) (xy 2.734944 1.126126) (xy 2.836926 1.106514) (xy 2.926894 1.089009) (xy 2.997653 1.074978) (xy 3.042006 1.065791) (xy 3.052885 1.063193) (xy 3.064122 1.056782) (xy 3.072605 1.042303) (xy 3.078714 1.014867) (xy 3.082832 0.969589) (xy 3.085341 0.90158) (xy 3.086621 0.805953) (xy 3.087054 0.67782) (xy 3.087077 0.625299) (xy 3.087077 0.198155) (xy 2.9845 0.177909) (xy 2.927431 0.16693) (xy 2.842269 0.150905) (xy 2.739372 0.131767) (xy 2.629096 0.111449) (xy 2.598615 0.105868) (xy 2.496855 0.086083) (xy 2.408205 0.066627) (xy 2.340108 0.049303) (xy 2.300004 0.035912) (xy 2.293323 0.031921) (xy 2.276919 0.003658) (xy 2.253399 -0.051109) (xy 2.227316 -0.121588) (xy 2.222142 -0.136769) (xy 2.187956 -0.230896) (xy 2.145523 -0.337101) (xy 2.103997 -0.432473) (xy 2.103792 -0.432916) (xy 2.03464 -0.582525) (xy 2.489512 -1.251617) (xy 2.1975 -1.544116) (xy 2.10918 -1.63117) (xy 2.028625 -1.707909) (xy 1.96036 -1.770237) (xy 1.908908 -1.814056) (xy 1.878794 -1.83527) (xy 1.874474 -1.836616) (xy 1.849111 -1.826016) (xy 1.797358 -1.796547) (xy 1.724868 -1.751705) (xy 1.637294 -1.694984) (xy 1.542612 -1.631462) (xy 1.446516 -1.566668) (xy 1.360837 -1.510287) (xy 1.291016 -1.465788) (xy 1.242494 -1.436639) (xy 1.220782 -1.426308) (xy 1.194293 -1.43505) (xy 1.144062 -1.458087) (xy 1.080451 -1.490631) (xy 1.073708 -1.494249) (xy 0.988046 -1.53721) (xy 0.929306 -1.558279) (xy 0.892772 -1.558503) (xy 0.873731 -1.538928) (xy 0.87362 -1.538654) (xy 0.864102 -1.515472) (xy 0.841403 -1.460441) (xy 0.807282 -1.377822) (xy 0.7635 -1.271872) (xy 0.711816 -1.146852) (xy 0.653992 -1.00702) (xy 0.597991 -0.871637) (xy 0.536447 -0.722234) (xy 0.479939 -0.583832) (xy 0.430161 -0.460673) (xy 0.388806 -0.357002) (xy 0.357568 -0.277059) (xy 0.338141 -0.225088) (xy 0.332154 -0.205692) (xy 0.347168 -0.183443) (xy 0.386439 -0.147982) (xy 0.438807 -0.108887) (xy 0.587941 0.014755) (xy 0.704511 0.156478) (xy 0.787118 0.313296) (xy 0.834366 0.482225) (xy 0.844857 0.660278) (xy 0.837231 0.742461) (xy 0.795682 0.912969) (xy 0.724123 1.063541) (xy 0.626995 1.192691) (xy 0.508734 1.298936) (xy 0.37378 1.38079) (xy 0.226571 1.436768) (xy 0.071544 1.465385) (xy -0.086861 1.465156) (xy -0.244206 1.434595) (xy -0.396054 1.372218) (xy -0.537965 1.27654) (xy -0.597197 1.222428) (xy -0.710797 1.08348) (xy -0.789894 0.931639) (xy -0.835014 0.771333) (xy -0.846684 0.606988) (xy -0.825431 0.443029) (xy -0.77178 0.283882) (xy -0.68626 0.133975) (xy -0.569395 -0.002267) (xy -0.438807 -0.108887) (xy -0.384412 -0.149642) (xy -0.345986 -0.184718) (xy -0.332154 -0.205726) (xy -0.339397 -0.228635) (xy -0.359995 -0.283365) (xy -0.392254 -0.365672) (xy -0.434479 -0.471315) (xy -0.484977 -0.59605) (xy -0.542052 -0.735636) (xy -0.598146 -0.87167) (xy -0.660033 -1.021201) (xy -0.717356 -1.159767) (xy -0.768356 -1.283107) (xy -0.811273 -1.386964) (xy -0.844347 -1.46708) (xy -0.865819 -1.519195) (xy -0.873775 -1.538654) (xy -0.892571 -1.558423) (xy -0.928926 -1.558365) (xy -0.987521 -1.537441) (xy -1.073032 -1.494613) (xy -1.073708 -1.494249) (xy -1.138093 -1.461012) (xy -1.190139 -1.436802) (xy -1.219488 -1.426404) (xy -1.220783 -1.426308) (xy -1.242876 -1.436855) (xy -1.291652 -1.466184) (xy -1.361669 -1.510827) (xy -1.447486 -1.567314) (xy -1.542612 -1.631462) (xy -1.63946 -1.696411) (xy -1.726747 -1.752896) (xy -1.798819 -1.797421) (xy -1.850023 -1.82649) (xy -1.874474 -1.836616) (xy -1.89699 -1.823307) (xy -1.942258 -1.786112) (xy -2.005756 -1.729128) (xy -2.082961 -1.656449) (xy -2.169349 -1.572171) (xy -2.197601 -1.544016) (xy -2.489713 -1.251416) (xy -2.267369 -0.925104) (xy -2.199798 -0.824897) (xy -2.140493 -0.734963) (xy -2.092783 -0.66051) (xy -2.059993 -0.606751) (xy -2.045452 -0.578894) (xy -2.045026 -0.576912) (xy -2.052692 -0.550655) (xy -2.073311 -0.497837) (xy -2.103315 -0.42731) (xy -2.124375 -0.380093) (xy -2.163752 -0.289694) (xy -2.200835 -0.198366) (xy -2.229585 -0.1212) (xy -2.237395 -0.097692) (xy -2.259583 -0.034916) (xy -2.281273 0.013589) (xy -2.293187 0.031921) (xy -2.319477 0.043141) (xy -2.376858 0.059046) (xy -2.457882 0.077833) (xy -2.555105 0.097701) (xy -2.598615 0.105868) (xy -2.709104 0.126171) (xy -2.815084 0.14583) (xy -2.906199 0.162912) (xy -2.972092 0.175482) (xy -2.9845 0.177909) (xy -3.087077 0.198155) (xy -3.087077 0.625299) (xy -3.086847 0.765754) (xy -3.085901 0.872021) (xy -3.083859 0.948987) (xy -3.080338 1.00154) (xy -3.074957 1.034567) (xy -3.067334 1.052955) (xy -3.057088 1.061592) (xy -3.052885 1.063193) (xy -3.02753 1.068873) (xy -2.971516 1.080205) (xy -2.892036 1.095821) (xy -2.796288 1.114353) (xy -2.691467 1.134431) (xy -2.584768 1.154688) (xy -2.483387 1.173754) (xy -2.394521 1.190261) (xy -2.325363 1.202841) (xy -2.283111 1.210125) (xy -2.27371 1.211384) (xy -2.265193 1.228237) (xy -2.24634 1.27313) (xy -2.220676 1.33757) (xy -2.210877 1.362808) (xy -2.171352 1.460314) (xy -2.124808 1.568041) (xy -2.083123 1.658828) (xy -2.05245 1.728247) (xy -2.032044 1.78529) (xy -2.025232 1.820223) (xy -2.026318 1.824905) (xy -2.040715 1.847009) (xy -2.073588 1.896169) (xy -2.12141 1.967152) (xy -2.180652 2.054722) (xy -2.247785 2.153643) (xy -2.261059 2.17317) (xy -2.338954 2.28886) (xy -2.396213 2.376956) (xy -2.435119 2.441514) (xy -2.457956 2.486589) (xy -2.467006 2.516237) (xy -2.464552 2.534515) (xy -2.464489 2.534631) (xy -2.445173 2.558639) (xy -2.402449 2.605053) (xy -2.340949 2.669063) (xy -2.265302 2.745855) (xy -2.180139 2.830618) (xy -2.170535 2.840078) (xy -2.06321 2.944011) (xy -1.980385 3.020325) (xy -1.920395 3.070429) (xy -1.881577 3.09573) (xy -1.86448 3.098996) (xy -1.839527 3.08475) (xy -1.787745 3.051844) (xy -1.71448 3.003792) (xy -1.62508 2.94411) (xy -1.524889 2.876312) (xy -1.501499 2.860361) (xy -1.169407 2.63358) (xy -1.019435 2.701647) (xy -0.92823 2.741315) (xy -0.830331 2.781209) (xy -0.746169 2.813017) (xy -0.742462 2.814326) (xy -0.676631 2.838424) (xy -0.625884 2.8588) (xy -0.601158 2.871064) (xy -0.601116 2.871099) (xy -0.593271 2.893266) (xy -0.579934 2.947783) (xy -0.56243 3.02852) (xy -0.542083 3.12935) (xy -0.520218 3.244144) (xy -0.518429 3.253822) (xy -0.496496 3.372096) (xy -0.47636 3.479458) (xy -0.45932 3.569083) (xy -0.446672 3.634149) (xy -0.439716 3.667832) (xy -0.439594 3.668346) (xy -0.435361 3.682675) (xy -0.427129 3.693493) (xy -0.409967 3.701294) (xy -0.378942 3.706571) (xy -0.329122 3.709818) (xy -0.255576 3.711528) (xy -0.153371 3.712193) (xy -0.017575 3.712307) (xy 0 3.712308) (xy 0.139878 3.712224)) (layer B.Cu) (width 0.01)) (fp_poly (pts (xy 4.245224 -2.647838) (xy 4.322528 -2.698361) (xy 4.359814 -2.74359) (xy 4.389353 -2.825663) (xy 4.391699 -2.890607) (xy 4.386385 -2.977445) (xy 4.186115 -3.065103) (xy 4.088739 -3.109887) (xy 4.025113 -3.145913) (xy 3.992029 -3.177117) (xy 3.98628 -3.207436) (xy 4.004658 -3.240805) (xy 4.024923 -3.262923) (xy 4.083889 -3.298393) (xy 4.148024 -3.300879) (xy 4.206926 -3.273235) (xy 4.250197 -3.21832) (xy 4.257936 -3.198928) (xy 4.295006 -3.138364) (xy 4.337654 -3.112552) (xy 4.396154 -3.090471) (xy 4.396154 -3.174184) (xy 4.390982 -3.23115) (xy 4.370723 -3.279189) (xy 4.328262 -3.334346) (xy 4.321951 -3.341514) (xy 4.27472 -3.390585) (xy 4.234121 -3.41692) (xy 4.183328 -3.429035) (xy 4.14122 -3.433003) (xy 4.065902 -3.433991) (xy 4.012286 -3.421466) (xy 3.978838 -3.402869) (xy 3.926268 -3.361975) (xy 3.889879 -3.317748) (xy 3.86685 -3.262126) (xy 3.854359 -3.187047) (xy 3.849587 -3.084449) (xy 3.849206 -3.032376) (xy 3.850501 -2.969948) (xy 3.968471 -2.969948) (xy 3.969839 -3.003438) (xy 3.973249 -3.008923) (xy 3.995753 -3.001472) (xy 4.044182 -2.981753) (xy 4.108908 -2.953718) (xy 4.122443 -2.947692) (xy 4.204244 -2.906096) (xy 4.249312 -2.869538) (xy 4.259217 -2.835296) (xy 4.235526 -2.800648) (xy 4.21596 -2.785339) (xy 4.14536 -2.754721) (xy 4.07928 -2.75978) (xy 4.023959 -2.797151) (xy 3.985636 -2.863473) (xy 3.973349 -2.916116) (xy 3.968471 -2.969948) (xy 3.850501 -2.969948) (xy 3.85173 -2.91072) (xy 3.861032 -2.82071) (xy 3.87946 -2.755167) (xy 3.90936 -2.706912) (xy 3.95308 -2.668767) (xy 3.972141 -2.65644) (xy 4.058726 -2.624336) (xy 4.153522 -2.622316) (xy 4.245224 -2.647838)) (layer B.Cu) (width 0.01)) (fp_poly (pts (xy 3.570807 -2.636782) (xy 3.594161 -2.646988) (xy 3.649902 -2.691134) (xy 3.697569 -2.754967) (xy 3.727048 -2.823087) (xy 3.731846 -2.85667) (xy 3.71576 -2.903556) (xy 3.680475 -2.928365) (xy 3.642644 -2.943387) (xy 3.625321 -2.946155) (xy 3.616886 -2.926066) (xy 3.60023 -2.882351) (xy 3.592923 -2.862598) (xy 3.551948 -2.794271) (xy 3.492622 -2.760191) (xy 3.416552 -2.761239) (xy 3.410918 -2.762581) (xy 3.370305 -2.781836) (xy 3.340448 -2.819375) (xy 3.320055 -2.879809) (xy 3.307836 -2.967751) (xy 3.3025 -3.087813) (xy 3.302 -3.151698) (xy 3.301752 -3.252403) (xy 3.300126 -3.321054) (xy 3.295801 -3.364673) (xy 3.287454 -3.390282) (xy 3.273765 -3.404903) (xy 3.253411 -3.415558) (xy 3.252234 -3.416095) (xy 3.213038 -3.432667) (xy 3.193619 -3.438769) (xy 3.190635 -3.420319) (xy 3.188081 -3.369323) (xy 3.18614 -3.292308) (xy 3.184997 -3.195805) (xy 3.184769 -3.125184) (xy 3.185932 -2.988525) (xy 3.190479 -2.884851) (xy 3.199999 -2.808108) (xy 3.216081 -2.752246) (xy 3.240313 -2.711212) (xy 3.274286 -2.678954) (xy 3.307833 -2.65644) (xy 3.388499 -2.626476) (xy 3.482381 -2.619718) (xy 3.570807 -2.636782)) (layer B.Cu) (width 0.01)) (fp_poly (pts (xy 2.887333 -2.633528) (xy 2.94359 -2.659117) (xy 2.987747 -2.690124) (xy 3.020101 -2.724795) (xy 3.042438 -2.76952) (xy 3.056546 -2.830692) (xy 3.064211 -2.914701) (xy 3.06722 -3.02794) (xy 3.067538 -3.102509) (xy 3.067538 -3.39342) (xy 3.017773 -3.416095) (xy 2.978576 -3.432667) (xy 2.959157 -3.438769) (xy 2.955442 -3.42061) (xy 2.952495 -3.371648) (xy 2.950691 -3.300153) (xy 2.950308 -3.243385) (xy 2.948661 -3.161371) (xy 2.944222 -3.096309) (xy 2.93774 -3.056467) (xy 2.93259 -3.048) (xy 2.897977 -3.056646) (xy 2.84364 -3.078823) (xy 2.780722 -3.108886) (xy 2.720368 -3.141192) (xy 2.673721 -3.170098) (xy 2.651926 -3.189961) (xy 2.651839 -3.190175) (xy 2.653714 -3.226935) (xy 2.670525 -3.262026) (xy 2.700039 -3.290528) (xy 2.743116 -3.300061) (xy 2.779932 -3.29895) (xy 2.832074 -3.298133) (xy 2.859444 -3.310349) (xy 2.875882 -3.342624) (xy 2.877955 -3.34871) (xy 2.885081 -3.394739) (xy 2.866024 -3.422687) (xy 2.816353 -3.436007) (xy 2.762697 -3.43847) (xy 2.666142 -3.42021) (xy 2.616159 -3.394131) (xy 2.554429 -3.332868) (xy 2.52169 -3.25767) (xy 2.518753 -3.178211) (xy 2.546424 -3.104167) (xy 2.588047 -3.057769) (xy 2.629604 -3.031793) (xy 2.694922 -2.998907) (xy 2.771038 -2.965557) (xy 2.783726 -2.960461) (xy 2.867333 -2.923565) (xy 2.91553 -2.891046) (xy 2.93103 -2.858718) (xy 2.91655 -2.822394) (xy 2.891692 -2.794) (xy 2.832939 -2.759039) (xy 2.768293 -2.756417) (xy 2.709008 -2.783358) (xy 2.666339 -2.837088) (xy 2.660739 -2.85095) (xy 2.628133 -2.901936) (xy 2.58053 -2.939787) (xy 2.520461 -2.97085) (xy 2.520461 -2.882768) (xy 2.523997 -2.828951) (xy 2.539156 -2.786534) (xy 2.572768 -2.741279) (xy 2.605035 -2.70642) (xy 2.655209 -2.657062) (xy 2.694193 -2.630547) (xy 2.736064 -2.619911) (xy 2.78346 -2.618154) (xy 2.887333 -2.633528)) (layer B.Cu) (width 0.01)) (fp_poly (pts (xy 2.395929 -2.636662) (xy 2.398911 -2.688068) (xy 2.401247 -2.766192) (xy 2.402749 -2.864857) (xy 2.403231 -2.968343) (xy 2.403231 -3.318533) (xy 2.341401 -3.380363) (xy 2.298793 -3.418462) (xy 2.26139 -3.433895) (xy 2.21027 -3.432918) (xy 2.189978 -3.430433) (xy 2.126554 -3.4232) (xy 2.074095 -3.419055) (xy 2.061308 -3.418672) (xy 2.018199 -3.421176) (xy 1.956544 -3.427462) (xy 1.932638 -3.430433) (xy 1.873922 -3.435028) (xy 1.834464 -3.425046) (xy 1.795338 -3.394228) (xy 1.781215 -3.380363) (xy 1.719385 -3.318533) (xy 1.719385 -2.663503) (xy 1.76915 -2.640829) (xy 1.812002 -2.624034) (xy 1.837073 -2.618154) (xy 1.843501 -2.636736) (xy 1.849509 -2.688655) (xy 1.854697 -2.768172) (xy 1.858664 -2.869546) (xy 1.860577 -2.955192) (xy 1.865923 -3.292231) (xy 1.91256 -3.298825) (xy 1.954976 -3.294214) (xy 1.97576 -3.279287) (xy 1.98157 -3.251377) (xy 1.98653 -3.191925) (xy 1.990246 -3.108466) (xy 1.992324 -3.008532) (xy 1.992624 -2.957104) (xy 1.992923 -2.661054) (xy 2.054454 -2.639604) (xy 2.098004 -2.62502) (xy 2.121694 -2.618219) (xy 2.122377 -2.618154) (xy 2.124754 -2.636642) (xy 2.127366 -2.687906) (xy 2.129995 -2.765649) (xy 2.132421 -2.863574) (xy 2.134115 -2.955192) (xy 2.139461 -3.292231) (xy 2.256692 -3.292231) (xy 2.262072 -2.984746) (xy 2.267451 -2.677261) (xy 2.324601 -2.647707) (xy 2.366797 -2.627413) (xy 2.39177 -2.618204) (xy 2.392491 -2.618154) (xy 2.395929 -2.636662)) (layer B.Cu) (width 0.01)) (fp_poly (pts (xy 1.602081 -2.780289) (xy 1.601833 -2.92632) (xy 1.600872 -3.038655) (xy 1.598794 -3.122678) (xy 1.595193 -3.183769) (xy 1.589665 -3.227309) (xy 1.581804 -3.258679) (xy 1.571207 -3.283262) (xy 1.563182 -3.297294) (xy 1.496728 -3.373388) (xy 1.41247 -3.421084) (xy 1.319249 -3.438199) (xy 1.2259 -3.422546) (xy 1.170312 -3.394418) (xy 1.111957 -3.34576) (xy 1.072186 -3.286333) (xy 1.04819 -3.208507) (xy 1.037161 -3.104652) (xy 1.035599 -3.028462) (xy 1.035809 -3.022986) (xy 1.172308 -3.022986) (xy 1.173141 -3.110355) (xy 1.176961 -3.168192) (xy 1.185746 -3.206029) (xy 1.201474 -3.233398) (xy 1.220266 -3.254042) (xy 1.283375 -3.29389) (xy 1.351137 -3.297295) (xy 1.415179 -3.264025) (xy 1.420164 -3.259517) (xy 1.441439 -3.236067) (xy 1.454779 -3.208166) (xy 1.462001 -3.166641) (xy 1.464923 -3.102316) (xy 1.465385 -3.0312) (xy 1.464383 -2.941858) (xy 1.460238 -2.882258) (xy 1.451236 -2.843089) (xy 1.435667 -2.81504) (xy 1.422902 -2.800144) (xy 1.3636 -2.762575) (xy 1.295301 -2.758057) (xy 1.23011 -2.786753) (xy 1.217528 -2.797406) (xy 1.196111 -2.821063) (xy 1.182744 -2.849251) (xy 1.175566 -2.891245) (xy 1.172719 -2.956319) (xy 1.172308 -3.022986) (xy 1.035809 -3.022986) (xy 1.040322 -2.905765) (xy 1.056362 -2.813577) (xy 1.086528 -2.744269) (xy 1.133629 -2.690211) (xy 1.170312 -2.662505) (xy 1.23699 -2.632572) (xy 1.314272 -2.618678) (xy 1.38611 -2.622397) (xy 1.426308 -2.6374) (xy 1.442082 -2.64167) (xy 1.45255 -2.62575) (xy 1.459856 -2.583089) (xy 1.465385 -2.518106) (xy 1.471437 -2.445732) (xy 1.479844 -2.402187) (xy 1.495141 -2.377287) (xy 1.521864 -2.360845) (xy 1.538654 -2.353564) (xy 1.602154 -2.326963) (xy 1.602081 -2.780289)) (layer B.Cu) (width 0.01)) (fp_poly (pts (xy 0.713362 -2.62467) (xy 0.802117 -2.657421) (xy 0.874022 -2.71535) (xy 0.902144 -2.756128) (xy 0.932802 -2.830954) (xy 0.932165 -2.885058) (xy 0.899987 -2.921446) (xy 0.888081 -2.927633) (xy 0.836675 -2.946925) (xy 0.810422 -2.941982) (xy 0.80153 -2.909587) (xy 0.801077 -2.891692) (xy 0.784797 -2.825859) (xy 0.742365 -2.779807) (xy 0.683388 -2.757564) (xy 0.617475 -2.763161) (xy 0.563895 -2.792229) (xy 0.545798 -2.80881) (xy 0.532971 -2.828925) (xy 0.524306 -2.859332) (xy 0.518696 -2.906788) (xy 0.515035 -2.97805) (xy 0.512215 -3.079875) (xy 0.511484 -3.112115) (xy 0.50882 -3.22241) (xy 0.505792 -3.300036) (xy 0.50125 -3.351396) (xy 0.494046 -3.38289) (xy 0.483033 -3.40092) (xy 0.46706 -3.411888) (xy 0.456834 -3.416733) (xy 0.413406 -3.433301) (xy 0.387842 -3.438769) (xy 0.379395 -3.420507) (xy 0.374239 -3.365296) (xy 0.372346 -3.272499) (xy 0.373689 -3.141478) (xy 0.374107 -3.121269) (xy 0.377058 -3.001733) (xy 0.380548 -2.914449) (xy 0.385514 -2.852591) (xy 0.392893 -2.809336) (xy 0.403624 -2.77786) (xy 0.418645 -2.751339) (xy 0.426502 -2.739975) (xy 0.471553 -2.689692) (xy 0.52194 -2.650581) (xy 0.528108 -2.647167) (xy 0.618458 -2.620212) (xy 0.713362 -2.62467)) (layer B.Cu) (width 0.01)) (fp_poly (pts (xy 0.053501 -2.626303) (xy 0.13006 -2.654733) (xy 0.130936 -2.655279) (xy 0.178285 -2.690127) (xy 0.213241 -2.730852) (xy 0.237825 -2.783925) (xy 0.254062 -2.855814) (xy 0.263975 -2.952992) (xy 0.269586 -3.081928) (xy 0.270077 -3.100298) (xy 0.277141 -3.377287) (xy 0.217695 -3.408028) (xy 0.174681 -3.428802) (xy 0.14871 -3.438646) (xy 0.147509 -3.438769) (xy 0.143014 -3.420606) (xy 0.139444 -3.371612) (xy 0.137248 -3.300031) (xy 0.136769 -3.242068) (xy 0.136758 -3.14817) (xy 0.132466 -3.089203) (xy 0.117503 -3.061079) (xy 0.085482 -3.059706) (xy 0.030014 -3.080998) (xy -0.053731 -3.120136) (xy -0.115311 -3.152643) (xy -0.146983 -3.180845) (xy -0.156294 -3.211582) (xy -0.156308 -3.213104) (xy -0.140943 -3.266054) (xy -0.095453 -3.29466) (xy -0.025834 -3.298803) (xy 0.024313 -3.298084) (xy 0.050754 -3.312527) (xy 0.067243 -3.347218) (xy 0.076733 -3.391416) (xy 0.063057 -3.416493) (xy 0.057907 -3.420082) (xy 0.009425 -3.434496) (xy -0.058469 -3.436537) (xy -0.128388 -3.426983) (xy -0.177932 -3.409522) (xy -0.24643 -3.351364) (xy -0.285366 -3.270408) (xy -0.293077 -3.20716) (xy -0.287193 -3.150111) (xy -0.265899 -3.103542) (xy -0.223735 -3.062181) (xy -0.155241 -3.020755) (xy -0.054956 -2.973993) (xy -0.048846 -2.97135) (xy 0.04149 -2.929617) (xy 0.097235 -2.895391) (xy 0.121129 -2.864635) (xy 0.115913 -2.833311) (xy 0.084328 -2.797383) (xy 0.074883 -2.789116) (xy 0.011617 -2.757058) (xy -0.053936 -2.758407) (xy -0.111028 -2.789838) (xy -0.148907 -2.848024) (xy -0.152426 -2.859446) (xy -0.1867 -2.914837) (xy -0.230191 -2.941518) (xy -0.293077 -2.96796) (xy -0.293077 -2.899548) (xy -0.273948 -2.80011) (xy -0.217169 -2.708902) (xy -0.187622 -2.678389) (xy -0.120458 -2.639228) (xy -0.035044 -2.6215) (xy 0.053501 -2.626303)) (layer B.Cu) (width 0.01)) (fp_poly (pts (xy -0.840154 -2.49212) (xy -0.834428 -2.57198) (xy -0.827851 -2.619039) (xy -0.818738 -2.639566) (xy -0.805402 -2.639829) (xy -0.801077 -2.637378) (xy -0.743556 -2.619636) (xy -0.668732 -2.620672) (xy -0.592661 -2.63891) (xy -0.545082 -2.662505) (xy -0.496298 -2.700198) (xy -0.460636 -2.742855) (xy -0.436155 -2.797057) (xy -0.420913 -2.869384) (xy -0.41297 -2.966419) (xy -0.410384 -3.094742) (xy -0.410338 -3.119358) (xy -0.410308 -3.39587) (xy -0.471839 -3.41732) (xy -0.515541 -3.431912) (xy -0.539518 -3.438706) (xy -0.540223 -3.438769) (xy -0.542585 -3.420345) (xy -0.544594 -3.369526) (xy -0.546099 -3.292993) (xy -0.546947 -3.19743) (xy -0.547077 -3.139329) (xy -0.547349 -3.024771) (xy -0.548748 -2.942667) (xy -0.552151 -2.886393) (xy -0.558433 -2.849326) (xy -0.568471 -2.824844) (xy -0.583139 -2.806325) (xy -0.592298 -2.797406) (xy -0.655211 -2.761466) (xy -0.723864 -2.758775) (xy -0.786152 -2.78917) (xy -0.797671 -2.800144) (xy -0.814567 -2.820779) (xy -0.826286 -2.845256) (xy -0.833767 -2.880647) (xy -0.837946 -2.934026) (xy -0.839763 -3.012466) (xy -0.840154 -3.120617) (xy -0.840154 -3.39587) (xy -0.901685 -3.41732) (xy -0.945387 -3.431912) (xy -0.969364 -3.438706) (xy -0.97007 -3.438769) (xy -0.971874 -3.420069) (xy -0.9735 -3.367322) (xy -0.974883 -3.285557) (xy -0.975958 -3.179805) (xy -0.97666 -3.055094) (xy -0.976923 -2.916455) (xy -0.976923 -2.381806) (xy -0.849923 -2.328236) (xy -0.840154 -2.49212)) (layer B.Cu) (width 0.01)) (fp_poly (pts (xy -2.465746 -2.599745) (xy -2.388714 -2.651567) (xy -2.329184 -2.726412) (xy -2.293622 -2.821654) (xy -2.286429 -2.891756) (xy -2.287246 -2.921009) (xy -2.294086 -2.943407) (xy -2.312888 -2.963474) (xy -2.349592 -2.985733) (xy -2.410138 -3.014709) (xy -2.500466 -3.054927) (xy -2.500923 -3.055129) (xy -2.584067 -3.09321) (xy -2.652247 -3.127025) (xy -2.698495 -3.152933) (xy -2.715842 -3.167295) (xy -2.715846 -3.167411) (xy -2.700557 -3.198685) (xy -2.664804 -3.233157) (xy -2.623758 -3.25799) (xy -2.602963 -3.262923) (xy -2.54623 -3.245862) (xy -2.497373 -3.203133) (xy -2.473535 -3.156155) (xy -2.450603 -3.121522) (xy -2.405682 -3.082081) (xy -2.352877 -3.048009) (xy -2.30629 -3.02948) (xy -2.296548 -3.028462) (xy -2.285582 -3.045215) (xy -2.284921 -3.088039) (xy -2.29298 -3.145781) (xy -2.308173 -3.207289) (xy -2.328914 -3.261409) (xy -2.329962 -3.26351) (xy -2.392379 -3.35066) (xy -2.473274 -3.409939) (xy -2.565144 -3.439034) (xy -2.660487 -3.435634) (xy -2.751802 -3.397428) (xy -2.755862 -3.394741) (xy -2.827694 -3.329642) (xy -2.874927 -3.244705) (xy -2.901066 -3.133021) (xy -2.904574 -3.101643) (xy -2.910787 -2.953536) (xy -2.903339 -2.884468) (xy -2.715846 -2.884468) (xy -2.71341 -2.927552) (xy -2.700086 -2.940126) (xy -2.666868 -2.930719) (xy -2.614506 -2.908483) (xy -2.555976 -2.88061) (xy -2.554521 -2.879872) (xy -2.504911 -2.853777) (xy -2.485 -2.836363) (xy -2.48991 -2.818107) (xy -2.510584 -2.79412) (xy -2.563181 -2.759406) (xy -2.619823 -2.756856) (xy -2.670631 -2.782119) (xy -2.705724 -2.830847) (xy -2.715846 -2.884468) (xy -2.903339 -2.884468) (xy -2.898008 -2.835036) (xy -2.865222 -2.741055) (xy -2.819579 -2.675215) (xy -2.737198 -2.608681) (xy -2.646454 -2.575676) (xy -2.553815 -2.573573) (xy -2.465746 -2.599745)) (layer B.Cu) (width 0.01)) (fp_poly (pts (xy -3.983114 -2.587256) (xy -3.891536 -2.635409) (xy -3.823951 -2.712905) (xy -3.799943 -2.762727) (xy -3.781262 -2.837533) (xy -3.771699 -2.932052) (xy -3.770792 -3.03521) (xy -3.778079 -3.135935) (xy -3.793097 -3.223153) (xy -3.815385 -3.285791) (xy -3.822235 -3.296579) (xy -3.903368 -3.377105) (xy -3.999734 -3.425336) (xy -4.104299 -3.43945) (xy -4.210032 -3.417629) (xy -4.239457 -3.404547) (xy -4.296759 -3.364231) (xy -4.34705 -3.310775) (xy -4.351803 -3.303995) (xy -4.371122 -3.271321) (xy -4.383892 -3.236394) (xy -4.391436 -3.190414) (xy -4.395076 -3.124584) (xy -4.396135 -3.030105) (xy -4.396154 -3.008923) (xy -4.396106 -3.002182) (xy -4.200769 -3.002182) (xy -4.199632 -3.091349) (xy -4.195159 -3.15052) (xy -4.185754 -3.188741) (xy -4.169824 -3.215053) (xy -4.161692 -3.223846) (xy -4.114942 -3.257261) (xy -4.069553 -3.255737) (xy -4.02366 -3.226752) (xy -3.996288 -3.195809) (xy -3.980077 -3.150643) (xy -3.970974 -3.07942) (xy -3.970349 -3.071114) (xy -3.968796 -2.942037) (xy -3.985035 -2.846172) (xy -4.018848 -2.784107) (xy -4.070016 -2.756432) (xy -4.08828 -2.754923) (xy -4.13624 -2.762513) (xy -4.169047 -2.788808) (xy -4.189105 -2.839095) (xy -4.198822 -2.918664) (xy -4.200769 -3.002182) (xy -4.396106 -3.002182) (xy -4.395426 -2.908249) (xy -4.392371 -2.837906) (xy -4.385678 -2.789163) (xy -4.37404 -2.753288) (xy -4.356147 -2.721548) (xy -4.352192 -2.715648) (xy -4.285733 -2.636104) (xy -4.213315 -2.589929) (xy -4.125151 -2.571599) (xy -4.095213 -2.570703) (xy -3.983114 -2.587256)) (layer B.Cu) (width 0.01)) (fp_poly (pts (xy -1.728336 -2.595089) (xy -1.665633 -2.631358) (xy -1.622039 -2.667358) (xy -1.590155 -2.705075) (xy -1.56819 -2.751199) (xy -1.554351 -2.812421) (xy -1.546847 -2.895431) (xy -1.543883 -3.006919) (xy -1.543539 -3.087062) (xy -1.543539 -3.382065) (xy -1.709615 -3.456515) (xy -1.719385 -3.133402) (xy -1.723421 -3.012729) (xy -1.727656 -2.925141) (xy -1.732903 -2.86465) (xy -1.739975 -2.825268) (xy -1.749689 -2.801007) (xy -1.762856 -2.78588) (xy -1.767081 -2.782606) (xy -1.831091 -2.757034) (xy -1.895792 -2.767153) (xy -1.934308 -2.794) (xy -1.949975 -2.813024) (xy -1.96082 -2.837988) (xy -1.967712 -2.875834) (xy -1.971521 -2.933502) (xy -1.973117 -3.017935) (xy -1.973385 -3.105928) (xy -1.973437 -3.216323) (xy -1.975328 -3.294463) (xy -1.981655 -3.347165) (xy -1.995017 -3.381242) (xy -2.018015 -3.403511) (xy -2.053246 -3.420787) (xy -2.100303 -3.438738) (xy -2.151697 -3.458278) (xy -2.145579 -3.111485) (xy -2.143116 -2.986468) (xy -2.140233 -2.894082) (xy -2.136102 -2.827881) (xy -2.129893 -2.78142) (xy -2.120774 -2.748256) (xy -2.107917 -2.721944) (xy -2.092416 -2.698729) (xy -2.017629 -2.624569) (xy -1.926372 -2.581684) (xy -1.827117 -2.571412) (xy -1.728336 -2.595089)) (layer B.Cu) (width 0.01)) (fp_poly (pts (xy -3.231114 -2.584505) (xy -3.156461 -2.621727) (xy -3.090569 -2.690261) (xy -3.072423 -2.715648) (xy -3.052655 -2.748866) (xy -3.039828 -2.784945) (xy -3.03249 -2.833098) (xy -3.029187 -2.902536) (xy -3.028462 -2.994206) (xy -3.031737 -3.11983) (xy -3.043123 -3.214154) (xy -3.064959 -3.284523) (xy -3.099581 -3.338286) (xy -3.14933 -3.382788) (xy -3.152986 -3.385423) (xy -3.202015 -3.412377) (xy -3.261055 -3.425712) (xy -3.336141 -3.429) (xy -3.458205 -3.429) (xy -3.458256 -3.547497) (xy -3.459392 -3.613492) (xy -3.466314 -3.652202) (xy -3.484402 -3.675419) (xy -3.519038 -3.694933) (xy -3.527355 -3.69892) (xy -3.56628 -3.717603) (xy -3.596417 -3.729403) (xy -3.618826 -3.730422) (xy -3.634567 -3.716761) (xy -3.644698 -3.684522) (xy -3.650277 -3.629804) (xy -3.652365 -3.548711) (xy -3.652019 -3.437344) (xy -3.6503 -3.291802) (xy -3.649763 -3.248269) (xy -3.647828 -3.098205) (xy -3.646096 -3.000042) (xy -3.458308 -3.000042) (xy -3.457252 -3.083364) (xy -3.452562 -3.13788) (xy -3.441949 -3.173837) (xy -3.423128 -3.201482) (xy -3.41035 -3.214965) (xy -3.35811 -3.254417) (xy -3.311858 -3.257628) (xy -3.264133 -3.225049) (xy -3.262923 -3.223846) (xy -3.243506 -3.198668) (xy -3.231693 -3.164447) (xy -3.225735 -3.111748) (xy -3.22388 -3.031131) (xy -3.223846 -3.013271) (xy -3.22833 -2.902175) (xy -3.242926 -2.825161) (xy -3.26935 -2.778147) (xy -3.309317 -2.75705) (xy -3.332416 -2.754923) (xy -3.387238 -2.7649) (xy -3.424842 -2.797752) (xy -3.447477 -2.857857) (xy -3.457394 -2.949598) (xy -3.458308 -3.000042) (xy -3.646096 -3.000042) (xy -3.645778 -2.98206) (xy -3.643127 -2.894679) (xy -3.639394 -2.830905) (xy -3.634093 -2.785582) (xy -3.626742 -2.753555) (xy -3.616857 -2.729668) (xy -3.603954 -2.708764) (xy -3.598421 -2.700898) (xy -3.525031 -2.626595) (xy -3.43224 -2.584467) (xy -3.324904 -2.572722) (xy -3.231114 -2.584505)) (layer B.Cu) (width 0.01)) ) (module Symbol:OSHW-Logo2_9.8x8mm_Copper (layer F.Cu) (tedit 0) (tstamp 5DE30912) (at 190.6 120 90) (descr "Open Source Hardware Symbol") (tags "Logo Symbol OSHW") (attr virtual) (fp_text reference REF** (at 0 0 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value OSHW-Logo2_9.8x8mm_Copper (at 0.75 0 90) (layer F.Fab) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_poly (pts (xy 0.139878 -3.712224) (xy 0.245612 -3.711645) (xy 0.322132 -3.710078) (xy 0.374372 -3.707028) (xy 0.407263 -3.702004) (xy 0.425737 -3.694511) (xy 0.434727 -3.684056) (xy 0.439163 -3.670147) (xy 0.439594 -3.668346) (xy 0.446333 -3.635855) (xy 0.458808 -3.571748) (xy 0.475719 -3.482849) (xy 0.495771 -3.375981) (xy 0.517664 -3.257967) (xy 0.518429 -3.253822) (xy 0.540359 -3.138169) (xy 0.560877 -3.035986) (xy 0.578659 -2.953402) (xy 0.592381 -2.896544) (xy 0.600718 -2.871542) (xy 0.601116 -2.871099) (xy 0.625677 -2.85889) (xy 0.676315 -2.838544) (xy 0.742095 -2.814455) (xy 0.742461 -2.814326) (xy 0.825317 -2.783182) (xy 0.923 -2.743509) (xy 1.015077 -2.703619) (xy 1.019434 -2.701647) (xy 1.169407 -2.63358) (xy 1.501498 -2.860361) (xy 1.603374 -2.929496) (xy 1.695657 -2.991303) (xy 1.773003 -3.042267) (xy 1.830064 -3.078873) (xy 1.861495 -3.097606) (xy 1.864479 -3.098996) (xy 1.887321 -3.09281) (xy 1.929982 -3.062965) (xy 1.994128 -3.008053) (xy 2.081421 -2.926666) (xy 2.170535 -2.840078) (xy 2.256441 -2.754753) (xy 2.333327 -2.676892) (xy 2.396564 -2.611303) (xy 2.441523 -2.562795) (xy 2.463576 -2.536175) (xy 2.464396 -2.534805) (xy 2.466834 -2.516537) (xy 2.45765 -2.486705) (xy 2.434574 -2.441279) (xy 2.395337 -2.37623) (xy 2.33767 -2.28753) (xy 2.260795 -2.173343) (xy 2.19257 -2.072838) (xy 2.131582 -1.982697) (xy 2.081356 -1.908151) (xy 2.045416 -1.854435) (xy 2.027287 -1.826782) (xy 2.026146 -1.824905) (xy 2.028359 -1.79841) (xy 2.045138 -1.746914) (xy 2.073142 -1.680149) (xy 2.083122 -1.658828) (xy 2.126672 -1.563841) (xy 2.173134 -1.456063) (xy 2.210877 -1.362808) (xy 2.238073 -1.293594) (xy 2.259675 -1.240994) (xy 2.272158 -1.213503) (xy 2.273709 -1.211384) (xy 2.296668 -1.207876) (xy 2.350786 -1.198262) (xy 2.428868 -1.183911) (xy 2.523719 -1.166193) (xy 2.628143 -1.146475) (xy 2.734944 -1.126126) (xy 2.836926 -1.106514) (xy 2.926894 -1.089009) (xy 2.997653 -1.074978) (xy 3.042006 -1.065791) (xy 3.052885 -1.063193) (xy 3.064122 -1.056782) (xy 3.072605 -1.042303) (xy 3.078714 -1.014867) (xy 3.082832 -0.969589) (xy 3.085341 -0.90158) (xy 3.086621 -0.805953) (xy 3.087054 -0.67782) (xy 3.087077 -0.625299) (xy 3.087077 -0.198155) (xy 2.9845 -0.177909) (xy 2.927431 -0.16693) (xy 2.842269 -0.150905) (xy 2.739372 -0.131767) (xy 2.629096 -0.111449) (xy 2.598615 -0.105868) (xy 2.496855 -0.086083) (xy 2.408205 -0.066627) (xy 2.340108 -0.049303) (xy 2.300004 -0.035912) (xy 2.293323 -0.031921) (xy 2.276919 -0.003658) (xy 2.253399 0.051109) (xy 2.227316 0.121588) (xy 2.222142 0.136769) (xy 2.187956 0.230896) (xy 2.145523 0.337101) (xy 2.103997 0.432473) (xy 2.103792 0.432916) (xy 2.03464 0.582525) (xy 2.489512 1.251617) (xy 2.1975 1.544116) (xy 2.10918 1.63117) (xy 2.028625 1.707909) (xy 1.96036 1.770237) (xy 1.908908 1.814056) (xy 1.878794 1.83527) (xy 1.874474 1.836616) (xy 1.849111 1.826016) (xy 1.797358 1.796547) (xy 1.724868 1.751705) (xy 1.637294 1.694984) (xy 1.542612 1.631462) (xy 1.446516 1.566668) (xy 1.360837 1.510287) (xy 1.291016 1.465788) (xy 1.242494 1.436639) (xy 1.220782 1.426308) (xy 1.194293 1.43505) (xy 1.144062 1.458087) (xy 1.080451 1.490631) (xy 1.073708 1.494249) (xy 0.988046 1.53721) (xy 0.929306 1.558279) (xy 0.892772 1.558503) (xy 0.873731 1.538928) (xy 0.87362 1.538654) (xy 0.864102 1.515472) (xy 0.841403 1.460441) (xy 0.807282 1.377822) (xy 0.7635 1.271872) (xy 0.711816 1.146852) (xy 0.653992 1.00702) (xy 0.597991 0.871637) (xy 0.536447 0.722234) (xy 0.479939 0.583832) (xy 0.430161 0.460673) (xy 0.388806 0.357002) (xy 0.357568 0.277059) (xy 0.338141 0.225088) (xy 0.332154 0.205692) (xy 0.347168 0.183443) (xy 0.386439 0.147982) (xy 0.438807 0.108887) (xy 0.587941 -0.014755) (xy 0.704511 -0.156478) (xy 0.787118 -0.313296) (xy 0.834366 -0.482225) (xy 0.844857 -0.660278) (xy 0.837231 -0.742461) (xy 0.795682 -0.912969) (xy 0.724123 -1.063541) (xy 0.626995 -1.192691) (xy 0.508734 -1.298936) (xy 0.37378 -1.38079) (xy 0.226571 -1.436768) (xy 0.071544 -1.465385) (xy -0.086861 -1.465156) (xy -0.244206 -1.434595) (xy -0.396054 -1.372218) (xy -0.537965 -1.27654) (xy -0.597197 -1.222428) (xy -0.710797 -1.08348) (xy -0.789894 -0.931639) (xy -0.835014 -0.771333) (xy -0.846684 -0.606988) (xy -0.825431 -0.443029) (xy -0.77178 -0.283882) (xy -0.68626 -0.133975) (xy -0.569395 0.002267) (xy -0.438807 0.108887) (xy -0.384412 0.149642) (xy -0.345986 0.184718) (xy -0.332154 0.205726) (xy -0.339397 0.228635) (xy -0.359995 0.283365) (xy -0.392254 0.365672) (xy -0.434479 0.471315) (xy -0.484977 0.59605) (xy -0.542052 0.735636) (xy -0.598146 0.87167) (xy -0.660033 1.021201) (xy -0.717356 1.159767) (xy -0.768356 1.283107) (xy -0.811273 1.386964) (xy -0.844347 1.46708) (xy -0.865819 1.519195) (xy -0.873775 1.538654) (xy -0.892571 1.558423) (xy -0.928926 1.558365) (xy -0.987521 1.537441) (xy -1.073032 1.494613) (xy -1.073708 1.494249) (xy -1.138093 1.461012) (xy -1.190139 1.436802) (xy -1.219488 1.426404) (xy -1.220783 1.426308) (xy -1.242876 1.436855) (xy -1.291652 1.466184) (xy -1.361669 1.510827) (xy -1.447486 1.567314) (xy -1.542612 1.631462) (xy -1.63946 1.696411) (xy -1.726747 1.752896) (xy -1.798819 1.797421) (xy -1.850023 1.82649) (xy -1.874474 1.836616) (xy -1.89699 1.823307) (xy -1.942258 1.786112) (xy -2.005756 1.729128) (xy -2.082961 1.656449) (xy -2.169349 1.572171) (xy -2.197601 1.544016) (xy -2.489713 1.251416) (xy -2.267369 0.925104) (xy -2.199798 0.824897) (xy -2.140493 0.734963) (xy -2.092783 0.66051) (xy -2.059993 0.606751) (xy -2.045452 0.578894) (xy -2.045026 0.576912) (xy -2.052692 0.550655) (xy -2.073311 0.497837) (xy -2.103315 0.42731) (xy -2.124375 0.380093) (xy -2.163752 0.289694) (xy -2.200835 0.198366) (xy -2.229585 0.1212) (xy -2.237395 0.097692) (xy -2.259583 0.034916) (xy -2.281273 -0.013589) (xy -2.293187 -0.031921) (xy -2.319477 -0.043141) (xy -2.376858 -0.059046) (xy -2.457882 -0.077833) (xy -2.555105 -0.097701) (xy -2.598615 -0.105868) (xy -2.709104 -0.126171) (xy -2.815084 -0.14583) (xy -2.906199 -0.162912) (xy -2.972092 -0.175482) (xy -2.9845 -0.177909) (xy -3.087077 -0.198155) (xy -3.087077 -0.625299) (xy -3.086847 -0.765754) (xy -3.085901 -0.872021) (xy -3.083859 -0.948987) (xy -3.080338 -1.00154) (xy -3.074957 -1.034567) (xy -3.067334 -1.052955) (xy -3.057088 -1.061592) (xy -3.052885 -1.063193) (xy -3.02753 -1.068873) (xy -2.971516 -1.080205) (xy -2.892036 -1.095821) (xy -2.796288 -1.114353) (xy -2.691467 -1.134431) (xy -2.584768 -1.154688) (xy -2.483387 -1.173754) (xy -2.394521 -1.190261) (xy -2.325363 -1.202841) (xy -2.283111 -1.210125) (xy -2.27371 -1.211384) (xy -2.265193 -1.228237) (xy -2.24634 -1.27313) (xy -2.220676 -1.33757) (xy -2.210877 -1.362808) (xy -2.171352 -1.460314) (xy -2.124808 -1.568041) (xy -2.083123 -1.658828) (xy -2.05245 -1.728247) (xy -2.032044 -1.78529) (xy -2.025232 -1.820223) (xy -2.026318 -1.824905) (xy -2.040715 -1.847009) (xy -2.073588 -1.896169) (xy -2.12141 -1.967152) (xy -2.180652 -2.054722) (xy -2.247785 -2.153643) (xy -2.261059 -2.17317) (xy -2.338954 -2.28886) (xy -2.396213 -2.376956) (xy -2.435119 -2.441514) (xy -2.457956 -2.486589) (xy -2.467006 -2.516237) (xy -2.464552 -2.534515) (xy -2.464489 -2.534631) (xy -2.445173 -2.558639) (xy -2.402449 -2.605053) (xy -2.340949 -2.669063) (xy -2.265302 -2.745855) (xy -2.180139 -2.830618) (xy -2.170535 -2.840078) (xy -2.06321 -2.944011) (xy -1.980385 -3.020325) (xy -1.920395 -3.070429) (xy -1.881577 -3.09573) (xy -1.86448 -3.098996) (xy -1.839527 -3.08475) (xy -1.787745 -3.051844) (xy -1.71448 -3.003792) (xy -1.62508 -2.94411) (xy -1.524889 -2.876312) (xy -1.501499 -2.860361) (xy -1.169407 -2.63358) (xy -1.019435 -2.701647) (xy -0.92823 -2.741315) (xy -0.830331 -2.781209) (xy -0.746169 -2.813017) (xy -0.742462 -2.814326) (xy -0.676631 -2.838424) (xy -0.625884 -2.8588) (xy -0.601158 -2.871064) (xy -0.601116 -2.871099) (xy -0.593271 -2.893266) (xy -0.579934 -2.947783) (xy -0.56243 -3.02852) (xy -0.542083 -3.12935) (xy -0.520218 -3.244144) (xy -0.518429 -3.253822) (xy -0.496496 -3.372096) (xy -0.47636 -3.479458) (xy -0.45932 -3.569083) (xy -0.446672 -3.634149) (xy -0.439716 -3.667832) (xy -0.439594 -3.668346) (xy -0.435361 -3.682675) (xy -0.427129 -3.693493) (xy -0.409967 -3.701294) (xy -0.378942 -3.706571) (xy -0.329122 -3.709818) (xy -0.255576 -3.711528) (xy -0.153371 -3.712193) (xy -0.017575 -3.712307) (xy 0 -3.712308) (xy 0.139878 -3.712224)) (layer F.Cu) (width 0.01)) (fp_poly (pts (xy 4.245224 2.647838) (xy 4.322528 2.698361) (xy 4.359814 2.74359) (xy 4.389353 2.825663) (xy 4.391699 2.890607) (xy 4.386385 2.977445) (xy 4.186115 3.065103) (xy 4.088739 3.109887) (xy 4.025113 3.145913) (xy 3.992029 3.177117) (xy 3.98628 3.207436) (xy 4.004658 3.240805) (xy 4.024923 3.262923) (xy 4.083889 3.298393) (xy 4.148024 3.300879) (xy 4.206926 3.273235) (xy 4.250197 3.21832) (xy 4.257936 3.198928) (xy 4.295006 3.138364) (xy 4.337654 3.112552) (xy 4.396154 3.090471) (xy 4.396154 3.174184) (xy 4.390982 3.23115) (xy 4.370723 3.279189) (xy 4.328262 3.334346) (xy 4.321951 3.341514) (xy 4.27472 3.390585) (xy 4.234121 3.41692) (xy 4.183328 3.429035) (xy 4.14122 3.433003) (xy 4.065902 3.433991) (xy 4.012286 3.421466) (xy 3.978838 3.402869) (xy 3.926268 3.361975) (xy 3.889879 3.317748) (xy 3.86685 3.262126) (xy 3.854359 3.187047) (xy 3.849587 3.084449) (xy 3.849206 3.032376) (xy 3.850501 2.969948) (xy 3.968471 2.969948) (xy 3.969839 3.003438) (xy 3.973249 3.008923) (xy 3.995753 3.001472) (xy 4.044182 2.981753) (xy 4.108908 2.953718) (xy 4.122443 2.947692) (xy 4.204244 2.906096) (xy 4.249312 2.869538) (xy 4.259217 2.835296) (xy 4.235526 2.800648) (xy 4.21596 2.785339) (xy 4.14536 2.754721) (xy 4.07928 2.75978) (xy 4.023959 2.797151) (xy 3.985636 2.863473) (xy 3.973349 2.916116) (xy 3.968471 2.969948) (xy 3.850501 2.969948) (xy 3.85173 2.91072) (xy 3.861032 2.82071) (xy 3.87946 2.755167) (xy 3.90936 2.706912) (xy 3.95308 2.668767) (xy 3.972141 2.65644) (xy 4.058726 2.624336) (xy 4.153522 2.622316) (xy 4.245224 2.647838)) (layer F.Cu) (width 0.01)) (fp_poly (pts (xy 3.570807 2.636782) (xy 3.594161 2.646988) (xy 3.649902 2.691134) (xy 3.697569 2.754967) (xy 3.727048 2.823087) (xy 3.731846 2.85667) (xy 3.71576 2.903556) (xy 3.680475 2.928365) (xy 3.642644 2.943387) (xy 3.625321 2.946155) (xy 3.616886 2.926066) (xy 3.60023 2.882351) (xy 3.592923 2.862598) (xy 3.551948 2.794271) (xy 3.492622 2.760191) (xy 3.416552 2.761239) (xy 3.410918 2.762581) (xy 3.370305 2.781836) (xy 3.340448 2.819375) (xy 3.320055 2.879809) (xy 3.307836 2.967751) (xy 3.3025 3.087813) (xy 3.302 3.151698) (xy 3.301752 3.252403) (xy 3.300126 3.321054) (xy 3.295801 3.364673) (xy 3.287454 3.390282) (xy 3.273765 3.404903) (xy 3.253411 3.415558) (xy 3.252234 3.416095) (xy 3.213038 3.432667) (xy 3.193619 3.438769) (xy 3.190635 3.420319) (xy 3.188081 3.369323) (xy 3.18614 3.292308) (xy 3.184997 3.195805) (xy 3.184769 3.125184) (xy 3.185932 2.988525) (xy 3.190479 2.884851) (xy 3.199999 2.808108) (xy 3.216081 2.752246) (xy 3.240313 2.711212) (xy 3.274286 2.678954) (xy 3.307833 2.65644) (xy 3.388499 2.626476) (xy 3.482381 2.619718) (xy 3.570807 2.636782)) (layer F.Cu) (width 0.01)) (fp_poly (pts (xy 2.887333 2.633528) (xy 2.94359 2.659117) (xy 2.987747 2.690124) (xy 3.020101 2.724795) (xy 3.042438 2.76952) (xy 3.056546 2.830692) (xy 3.064211 2.914701) (xy 3.06722 3.02794) (xy 3.067538 3.102509) (xy 3.067538 3.39342) (xy 3.017773 3.416095) (xy 2.978576 3.432667) (xy 2.959157 3.438769) (xy 2.955442 3.42061) (xy 2.952495 3.371648) (xy 2.950691 3.300153) (xy 2.950308 3.243385) (xy 2.948661 3.161371) (xy 2.944222 3.096309) (xy 2.93774 3.056467) (xy 2.93259 3.048) (xy 2.897977 3.056646) (xy 2.84364 3.078823) (xy 2.780722 3.108886) (xy 2.720368 3.141192) (xy 2.673721 3.170098) (xy 2.651926 3.189961) (xy 2.651839 3.190175) (xy 2.653714 3.226935) (xy 2.670525 3.262026) (xy 2.700039 3.290528) (xy 2.743116 3.300061) (xy 2.779932 3.29895) (xy 2.832074 3.298133) (xy 2.859444 3.310349) (xy 2.875882 3.342624) (xy 2.877955 3.34871) (xy 2.885081 3.394739) (xy 2.866024 3.422687) (xy 2.816353 3.436007) (xy 2.762697 3.43847) (xy 2.666142 3.42021) (xy 2.616159 3.394131) (xy 2.554429 3.332868) (xy 2.52169 3.25767) (xy 2.518753 3.178211) (xy 2.546424 3.104167) (xy 2.588047 3.057769) (xy 2.629604 3.031793) (xy 2.694922 2.998907) (xy 2.771038 2.965557) (xy 2.783726 2.960461) (xy 2.867333 2.923565) (xy 2.91553 2.891046) (xy 2.93103 2.858718) (xy 2.91655 2.822394) (xy 2.891692 2.794) (xy 2.832939 2.759039) (xy 2.768293 2.756417) (xy 2.709008 2.783358) (xy 2.666339 2.837088) (xy 2.660739 2.85095) (xy 2.628133 2.901936) (xy 2.58053 2.939787) (xy 2.520461 2.97085) (xy 2.520461 2.882768) (xy 2.523997 2.828951) (xy 2.539156 2.786534) (xy 2.572768 2.741279) (xy 2.605035 2.70642) (xy 2.655209 2.657062) (xy 2.694193 2.630547) (xy 2.736064 2.619911) (xy 2.78346 2.618154) (xy 2.887333 2.633528)) (layer F.Cu) (width 0.01)) (fp_poly (pts (xy 2.395929 2.636662) (xy 2.398911 2.688068) (xy 2.401247 2.766192) (xy 2.402749 2.864857) (xy 2.403231 2.968343) (xy 2.403231 3.318533) (xy 2.341401 3.380363) (xy 2.298793 3.418462) (xy 2.26139 3.433895) (xy 2.21027 3.432918) (xy 2.189978 3.430433) (xy 2.126554 3.4232) (xy 2.074095 3.419055) (xy 2.061308 3.418672) (xy 2.018199 3.421176) (xy 1.956544 3.427462) (xy 1.932638 3.430433) (xy 1.873922 3.435028) (xy 1.834464 3.425046) (xy 1.795338 3.394228) (xy 1.781215 3.380363) (xy 1.719385 3.318533) (xy 1.719385 2.663503) (xy 1.76915 2.640829) (xy 1.812002 2.624034) (xy 1.837073 2.618154) (xy 1.843501 2.636736) (xy 1.849509 2.688655) (xy 1.854697 2.768172) (xy 1.858664 2.869546) (xy 1.860577 2.955192) (xy 1.865923 3.292231) (xy 1.91256 3.298825) (xy 1.954976 3.294214) (xy 1.97576 3.279287) (xy 1.98157 3.251377) (xy 1.98653 3.191925) (xy 1.990246 3.108466) (xy 1.992324 3.008532) (xy 1.992624 2.957104) (xy 1.992923 2.661054) (xy 2.054454 2.639604) (xy 2.098004 2.62502) (xy 2.121694 2.618219) (xy 2.122377 2.618154) (xy 2.124754 2.636642) (xy 2.127366 2.687906) (xy 2.129995 2.765649) (xy 2.132421 2.863574) (xy 2.134115 2.955192) (xy 2.139461 3.292231) (xy 2.256692 3.292231) (xy 2.262072 2.984746) (xy 2.267451 2.677261) (xy 2.324601 2.647707) (xy 2.366797 2.627413) (xy 2.39177 2.618204) (xy 2.392491 2.618154) (xy 2.395929 2.636662)) (layer F.Cu) (width 0.01)) (fp_poly (pts (xy 1.602081 2.780289) (xy 1.601833 2.92632) (xy 1.600872 3.038655) (xy 1.598794 3.122678) (xy 1.595193 3.183769) (xy 1.589665 3.227309) (xy 1.581804 3.258679) (xy 1.571207 3.283262) (xy 1.563182 3.297294) (xy 1.496728 3.373388) (xy 1.41247 3.421084) (xy 1.319249 3.438199) (xy 1.2259 3.422546) (xy 1.170312 3.394418) (xy 1.111957 3.34576) (xy 1.072186 3.286333) (xy 1.04819 3.208507) (xy 1.037161 3.104652) (xy 1.035599 3.028462) (xy 1.035809 3.022986) (xy 1.172308 3.022986) (xy 1.173141 3.110355) (xy 1.176961 3.168192) (xy 1.185746 3.206029) (xy 1.201474 3.233398) (xy 1.220266 3.254042) (xy 1.283375 3.29389) (xy 1.351137 3.297295) (xy 1.415179 3.264025) (xy 1.420164 3.259517) (xy 1.441439 3.236067) (xy 1.454779 3.208166) (xy 1.462001 3.166641) (xy 1.464923 3.102316) (xy 1.465385 3.0312) (xy 1.464383 2.941858) (xy 1.460238 2.882258) (xy 1.451236 2.843089) (xy 1.435667 2.81504) (xy 1.422902 2.800144) (xy 1.3636 2.762575) (xy 1.295301 2.758057) (xy 1.23011 2.786753) (xy 1.217528 2.797406) (xy 1.196111 2.821063) (xy 1.182744 2.849251) (xy 1.175566 2.891245) (xy 1.172719 2.956319) (xy 1.172308 3.022986) (xy 1.035809 3.022986) (xy 1.040322 2.905765) (xy 1.056362 2.813577) (xy 1.086528 2.744269) (xy 1.133629 2.690211) (xy 1.170312 2.662505) (xy 1.23699 2.632572) (xy 1.314272 2.618678) (xy 1.38611 2.622397) (xy 1.426308 2.6374) (xy 1.442082 2.64167) (xy 1.45255 2.62575) (xy 1.459856 2.583089) (xy 1.465385 2.518106) (xy 1.471437 2.445732) (xy 1.479844 2.402187) (xy 1.495141 2.377287) (xy 1.521864 2.360845) (xy 1.538654 2.353564) (xy 1.602154 2.326963) (xy 1.602081 2.780289)) (layer F.Cu) (width 0.01)) (fp_poly (pts (xy 0.713362 2.62467) (xy 0.802117 2.657421) (xy 0.874022 2.71535) (xy 0.902144 2.756128) (xy 0.932802 2.830954) (xy 0.932165 2.885058) (xy 0.899987 2.921446) (xy 0.888081 2.927633) (xy 0.836675 2.946925) (xy 0.810422 2.941982) (xy 0.80153 2.909587) (xy 0.801077 2.891692) (xy 0.784797 2.825859) (xy 0.742365 2.779807) (xy 0.683388 2.757564) (xy 0.617475 2.763161) (xy 0.563895 2.792229) (xy 0.545798 2.80881) (xy 0.532971 2.828925) (xy 0.524306 2.859332) (xy 0.518696 2.906788) (xy 0.515035 2.97805) (xy 0.512215 3.079875) (xy 0.511484 3.112115) (xy 0.50882 3.22241) (xy 0.505792 3.300036) (xy 0.50125 3.351396) (xy 0.494046 3.38289) (xy 0.483033 3.40092) (xy 0.46706 3.411888) (xy 0.456834 3.416733) (xy 0.413406 3.433301) (xy 0.387842 3.438769) (xy 0.379395 3.420507) (xy 0.374239 3.365296) (xy 0.372346 3.272499) (xy 0.373689 3.141478) (xy 0.374107 3.121269) (xy 0.377058 3.001733) (xy 0.380548 2.914449) (xy 0.385514 2.852591) (xy 0.392893 2.809336) (xy 0.403624 2.77786) (xy 0.418645 2.751339) (xy 0.426502 2.739975) (xy 0.471553 2.689692) (xy 0.52194 2.650581) (xy 0.528108 2.647167) (xy 0.618458 2.620212) (xy 0.713362 2.62467)) (layer F.Cu) (width 0.01)) (fp_poly (pts (xy 0.053501 2.626303) (xy 0.13006 2.654733) (xy 0.130936 2.655279) (xy 0.178285 2.690127) (xy 0.213241 2.730852) (xy 0.237825 2.783925) (xy 0.254062 2.855814) (xy 0.263975 2.952992) (xy 0.269586 3.081928) (xy 0.270077 3.100298) (xy 0.277141 3.377287) (xy 0.217695 3.408028) (xy 0.174681 3.428802) (xy 0.14871 3.438646) (xy 0.147509 3.438769) (xy 0.143014 3.420606) (xy 0.139444 3.371612) (xy 0.137248 3.300031) (xy 0.136769 3.242068) (xy 0.136758 3.14817) (xy 0.132466 3.089203) (xy 0.117503 3.061079) (xy 0.085482 3.059706) (xy 0.030014 3.080998) (xy -0.053731 3.120136) (xy -0.115311 3.152643) (xy -0.146983 3.180845) (xy -0.156294 3.211582) (xy -0.156308 3.213104) (xy -0.140943 3.266054) (xy -0.095453 3.29466) (xy -0.025834 3.298803) (xy 0.024313 3.298084) (xy 0.050754 3.312527) (xy 0.067243 3.347218) (xy 0.076733 3.391416) (xy 0.063057 3.416493) (xy 0.057907 3.420082) (xy 0.009425 3.434496) (xy -0.058469 3.436537) (xy -0.128388 3.426983) (xy -0.177932 3.409522) (xy -0.24643 3.351364) (xy -0.285366 3.270408) (xy -0.293077 3.20716) (xy -0.287193 3.150111) (xy -0.265899 3.103542) (xy -0.223735 3.062181) (xy -0.155241 3.020755) (xy -0.054956 2.973993) (xy -0.048846 2.97135) (xy 0.04149 2.929617) (xy 0.097235 2.895391) (xy 0.121129 2.864635) (xy 0.115913 2.833311) (xy 0.084328 2.797383) (xy 0.074883 2.789116) (xy 0.011617 2.757058) (xy -0.053936 2.758407) (xy -0.111028 2.789838) (xy -0.148907 2.848024) (xy -0.152426 2.859446) (xy -0.1867 2.914837) (xy -0.230191 2.941518) (xy -0.293077 2.96796) (xy -0.293077 2.899548) (xy -0.273948 2.80011) (xy -0.217169 2.708902) (xy -0.187622 2.678389) (xy -0.120458 2.639228) (xy -0.035044 2.6215) (xy 0.053501 2.626303)) (layer F.Cu) (width 0.01)) (fp_poly (pts (xy -0.840154 2.49212) (xy -0.834428 2.57198) (xy -0.827851 2.619039) (xy -0.818738 2.639566) (xy -0.805402 2.639829) (xy -0.801077 2.637378) (xy -0.743556 2.619636) (xy -0.668732 2.620672) (xy -0.592661 2.63891) (xy -0.545082 2.662505) (xy -0.496298 2.700198) (xy -0.460636 2.742855) (xy -0.436155 2.797057) (xy -0.420913 2.869384) (xy -0.41297 2.966419) (xy -0.410384 3.094742) (xy -0.410338 3.119358) (xy -0.410308 3.39587) (xy -0.471839 3.41732) (xy -0.515541 3.431912) (xy -0.539518 3.438706) (xy -0.540223 3.438769) (xy -0.542585 3.420345) (xy -0.544594 3.369526) (xy -0.546099 3.292993) (xy -0.546947 3.19743) (xy -0.547077 3.139329) (xy -0.547349 3.024771) (xy -0.548748 2.942667) (xy -0.552151 2.886393) (xy -0.558433 2.849326) (xy -0.568471 2.824844) (xy -0.583139 2.806325) (xy -0.592298 2.797406) (xy -0.655211 2.761466) (xy -0.723864 2.758775) (xy -0.786152 2.78917) (xy -0.797671 2.800144) (xy -0.814567 2.820779) (xy -0.826286 2.845256) (xy -0.833767 2.880647) (xy -0.837946 2.934026) (xy -0.839763 3.012466) (xy -0.840154 3.120617) (xy -0.840154 3.39587) (xy -0.901685 3.41732) (xy -0.945387 3.431912) (xy -0.969364 3.438706) (xy -0.97007 3.438769) (xy -0.971874 3.420069) (xy -0.9735 3.367322) (xy -0.974883 3.285557) (xy -0.975958 3.179805) (xy -0.97666 3.055094) (xy -0.976923 2.916455) (xy -0.976923 2.381806) (xy -0.849923 2.328236) (xy -0.840154 2.49212)) (layer F.Cu) (width 0.01)) (fp_poly (pts (xy -2.465746 2.599745) (xy -2.388714 2.651567) (xy -2.329184 2.726412) (xy -2.293622 2.821654) (xy -2.286429 2.891756) (xy -2.287246 2.921009) (xy -2.294086 2.943407) (xy -2.312888 2.963474) (xy -2.349592 2.985733) (xy -2.410138 3.014709) (xy -2.500466 3.054927) (xy -2.500923 3.055129) (xy -2.584067 3.09321) (xy -2.652247 3.127025) (xy -2.698495 3.152933) (xy -2.715842 3.167295) (xy -2.715846 3.167411) (xy -2.700557 3.198685) (xy -2.664804 3.233157) (xy -2.623758 3.25799) (xy -2.602963 3.262923) (xy -2.54623 3.245862) (xy -2.497373 3.203133) (xy -2.473535 3.156155) (xy -2.450603 3.121522) (xy -2.405682 3.082081) (xy -2.352877 3.048009) (xy -2.30629 3.02948) (xy -2.296548 3.028462) (xy -2.285582 3.045215) (xy -2.284921 3.088039) (xy -2.29298 3.145781) (xy -2.308173 3.207289) (xy -2.328914 3.261409) (xy -2.329962 3.26351) (xy -2.392379 3.35066) (xy -2.473274 3.409939) (xy -2.565144 3.439034) (xy -2.660487 3.435634) (xy -2.751802 3.397428) (xy -2.755862 3.394741) (xy -2.827694 3.329642) (xy -2.874927 3.244705) (xy -2.901066 3.133021) (xy -2.904574 3.101643) (xy -2.910787 2.953536) (xy -2.903339 2.884468) (xy -2.715846 2.884468) (xy -2.71341 2.927552) (xy -2.700086 2.940126) (xy -2.666868 2.930719) (xy -2.614506 2.908483) (xy -2.555976 2.88061) (xy -2.554521 2.879872) (xy -2.504911 2.853777) (xy -2.485 2.836363) (xy -2.48991 2.818107) (xy -2.510584 2.79412) (xy -2.563181 2.759406) (xy -2.619823 2.756856) (xy -2.670631 2.782119) (xy -2.705724 2.830847) (xy -2.715846 2.884468) (xy -2.903339 2.884468) (xy -2.898008 2.835036) (xy -2.865222 2.741055) (xy -2.819579 2.675215) (xy -2.737198 2.608681) (xy -2.646454 2.575676) (xy -2.553815 2.573573) (xy -2.465746 2.599745)) (layer F.Cu) (width 0.01)) (fp_poly (pts (xy -3.983114 2.587256) (xy -3.891536 2.635409) (xy -3.823951 2.712905) (xy -3.799943 2.762727) (xy -3.781262 2.837533) (xy -3.771699 2.932052) (xy -3.770792 3.03521) (xy -3.778079 3.135935) (xy -3.793097 3.223153) (xy -3.815385 3.285791) (xy -3.822235 3.296579) (xy -3.903368 3.377105) (xy -3.999734 3.425336) (xy -4.104299 3.43945) (xy -4.210032 3.417629) (xy -4.239457 3.404547) (xy -4.296759 3.364231) (xy -4.34705 3.310775) (xy -4.351803 3.303995) (xy -4.371122 3.271321) (xy -4.383892 3.236394) (xy -4.391436 3.190414) (xy -4.395076 3.124584) (xy -4.396135 3.030105) (xy -4.396154 3.008923) (xy -4.396106 3.002182) (xy -4.200769 3.002182) (xy -4.199632 3.091349) (xy -4.195159 3.15052) (xy -4.185754 3.188741) (xy -4.169824 3.215053) (xy -4.161692 3.223846) (xy -4.114942 3.257261) (xy -4.069553 3.255737) (xy -4.02366 3.226752) (xy -3.996288 3.195809) (xy -3.980077 3.150643) (xy -3.970974 3.07942) (xy -3.970349 3.071114) (xy -3.968796 2.942037) (xy -3.985035 2.846172) (xy -4.018848 2.784107) (xy -4.070016 2.756432) (xy -4.08828 2.754923) (xy -4.13624 2.762513) (xy -4.169047 2.788808) (xy -4.189105 2.839095) (xy -4.198822 2.918664) (xy -4.200769 3.002182) (xy -4.396106 3.002182) (xy -4.395426 2.908249) (xy -4.392371 2.837906) (xy -4.385678 2.789163) (xy -4.37404 2.753288) (xy -4.356147 2.721548) (xy -4.352192 2.715648) (xy -4.285733 2.636104) (xy -4.213315 2.589929) (xy -4.125151 2.571599) (xy -4.095213 2.570703) (xy -3.983114 2.587256)) (layer F.Cu) (width 0.01)) (fp_poly (pts (xy -1.728336 2.595089) (xy -1.665633 2.631358) (xy -1.622039 2.667358) (xy -1.590155 2.705075) (xy -1.56819 2.751199) (xy -1.554351 2.812421) (xy -1.546847 2.895431) (xy -1.543883 3.006919) (xy -1.543539 3.087062) (xy -1.543539 3.382065) (xy -1.709615 3.456515) (xy -1.719385 3.133402) (xy -1.723421 3.012729) (xy -1.727656 2.925141) (xy -1.732903 2.86465) (xy -1.739975 2.825268) (xy -1.749689 2.801007) (xy -1.762856 2.78588) (xy -1.767081 2.782606) (xy -1.831091 2.757034) (xy -1.895792 2.767153) (xy -1.934308 2.794) (xy -1.949975 2.813024) (xy -1.96082 2.837988) (xy -1.967712 2.875834) (xy -1.971521 2.933502) (xy -1.973117 3.017935) (xy -1.973385 3.105928) (xy -1.973437 3.216323) (xy -1.975328 3.294463) (xy -1.981655 3.347165) (xy -1.995017 3.381242) (xy -2.018015 3.403511) (xy -2.053246 3.420787) (xy -2.100303 3.438738) (xy -2.151697 3.458278) (xy -2.145579 3.111485) (xy -2.143116 2.986468) (xy -2.140233 2.894082) (xy -2.136102 2.827881) (xy -2.129893 2.78142) (xy -2.120774 2.748256) (xy -2.107917 2.721944) (xy -2.092416 2.698729) (xy -2.017629 2.624569) (xy -1.926372 2.581684) (xy -1.827117 2.571412) (xy -1.728336 2.595089)) (layer F.Cu) (width 0.01)) (fp_poly (pts (xy -3.231114 2.584505) (xy -3.156461 2.621727) (xy -3.090569 2.690261) (xy -3.072423 2.715648) (xy -3.052655 2.748866) (xy -3.039828 2.784945) (xy -3.03249 2.833098) (xy -3.029187 2.902536) (xy -3.028462 2.994206) (xy -3.031737 3.11983) (xy -3.043123 3.214154) (xy -3.064959 3.284523) (xy -3.099581 3.338286) (xy -3.14933 3.382788) (xy -3.152986 3.385423) (xy -3.202015 3.412377) (xy -3.261055 3.425712) (xy -3.336141 3.429) (xy -3.458205 3.429) (xy -3.458256 3.547497) (xy -3.459392 3.613492) (xy -3.466314 3.652202) (xy -3.484402 3.675419) (xy -3.519038 3.694933) (xy -3.527355 3.69892) (xy -3.56628 3.717603) (xy -3.596417 3.729403) (xy -3.618826 3.730422) (xy -3.634567 3.716761) (xy -3.644698 3.684522) (xy -3.650277 3.629804) (xy -3.652365 3.548711) (xy -3.652019 3.437344) (xy -3.6503 3.291802) (xy -3.649763 3.248269) (xy -3.647828 3.098205) (xy -3.646096 3.000042) (xy -3.458308 3.000042) (xy -3.457252 3.083364) (xy -3.452562 3.13788) (xy -3.441949 3.173837) (xy -3.423128 3.201482) (xy -3.41035 3.214965) (xy -3.35811 3.254417) (xy -3.311858 3.257628) (xy -3.264133 3.225049) (xy -3.262923 3.223846) (xy -3.243506 3.198668) (xy -3.231693 3.164447) (xy -3.225735 3.111748) (xy -3.22388 3.031131) (xy -3.223846 3.013271) (xy -3.22833 2.902175) (xy -3.242926 2.825161) (xy -3.26935 2.778147) (xy -3.309317 2.75705) (xy -3.332416 2.754923) (xy -3.387238 2.7649) (xy -3.424842 2.797752) (xy -3.447477 2.857857) (xy -3.457394 2.949598) (xy -3.458308 3.000042) (xy -3.646096 3.000042) (xy -3.645778 2.98206) (xy -3.643127 2.894679) (xy -3.639394 2.830905) (xy -3.634093 2.785582) (xy -3.626742 2.753555) (xy -3.616857 2.729668) (xy -3.603954 2.708764) (xy -3.598421 2.700898) (xy -3.525031 2.626595) (xy -3.43224 2.584467) (xy -3.324904 2.572722) (xy -3.231114 2.584505)) (layer F.Cu) (width 0.01)) ) (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5DE30275) (at 147.5 104 180) (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 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 5.08mm 0.167W length 3.6mm diameter 1.6mm") (path /5DE51C47) (fp_text reference R4 (at -2.3 0.1) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10K (at 2.5 -0.1) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user 10K (at 2.54 0) (layer F.Fab) hide (effects (font (size 0.72 0.72) (thickness 0.108))) ) (fp_line (start 6.03 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) (fp_line (start 6.03 1.05) (end 6.03 -1.05) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.95 1.05) (end 6.03 1.05) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) (fp_line (start 0.62 0.92) (end 4.46 0.92) (layer F.SilkS) (width 0.12)) (fp_line (start 0.62 -0.92) (end 4.46 -0.92) (layer F.SilkS) (width 0.12)) (fp_line (start 5.08 0) (end 4.34 0) (layer F.Fab) (width 0.1)) (fp_line (start 0 0) (end 0.74 0) (layer F.Fab) (width 0.1)) (fp_line (start 4.34 -0.8) (end 0.74 -0.8) (layer F.Fab) (width 0.1)) (fp_line (start 4.34 0.8) (end 4.34 -0.8) (layer F.Fab) (width 0.1)) (fp_line (start 0.74 0.8) (end 4.34 0.8) (layer F.Fab) (width 0.1)) (fp_line (start 0.74 -0.8) (end 0.74 0.8) (layer F.Fab) (width 0.1)) (pad 2 thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) (net 157 "Net-(R4-Pad2)")) (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) (net 73 +5V)) (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module MountingHole:MountingHole_2.7mm_M2.5_ISO7380_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5DD32741) (at 88.55 53.55) (descr "Mounting Hole 2.7mm, M2.5, ISO7380") (tags "mounting hole 2.7mm m2.5 iso7380") (path /5DD6713E) (attr virtual) (fp_text reference H2 (at 0 -3.25) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value MountingHole (at 0 3.25) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_circle (center 0 0) (end 2.5 0) (layer F.CrtYd) (width 0.05)) (fp_circle (center 0 0) (end 2.25 0) (layer Cmts.User) (width 0.15)) (fp_text user %R (at 0.3 0) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 1 thru_hole circle (at 0 0) (size 4.5 4.5) (drill 2.7) (layers *.Cu *.Mask) (net 1 GND)) ) (module MountingHole:MountingHole_2.7mm_M2.5_ISO7380_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5DD329EC) (at 206.45 53.55) (descr "Mounting Hole 2.7mm, M2.5, ISO7380") (tags "mounting hole 2.7mm m2.5 iso7380") (path /5DD65608) (attr virtual) (fp_text reference H1 (at 0 -3.25) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value MountingHole (at 0 3.25) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_circle (center 0 0) (end 2.5 0) (layer F.CrtYd) (width 0.05)) (fp_circle (center 0 0) (end 2.25 0) (layer Cmts.User) (width 0.15)) (fp_text user %R (at 0.3 0) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 1 thru_hole circle (at 0 0) (size 4.5 4.5) (drill 2.7) (layers *.Cu *.Mask) (net 1 GND)) ) (module Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical (layer F.Cu) (tedit 59FED5CC) (tstamp 5DD39CF8) (at 142.4 109.7 180) (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") (tags "Through hole pin header THT 1x02 2.54mm single row") (path /5DDE8E28) (fp_text reference ROM-JP1 (at -2.3 1.2 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value "ROM Write Enable" (at -0.3 7.8 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 1.27 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.8 4.35) (end 1.8 -1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.8 4.35) (end 1.8 4.35) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.8 -1.8) (end -1.8 4.35) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) (fp_line (start 1.33 1.27) (end 1.33 3.87) (layer F.SilkS) (width 0.12)) (fp_line (start -1.33 1.27) (end -1.33 3.87) (layer F.SilkS) (width 0.12)) (fp_line (start -1.33 3.87) (end 1.33 3.87) (layer F.SilkS) (width 0.12)) (fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer F.Fab) (width 0.1)) (fp_line (start -1.27 3.81) (end -1.27 -0.635) (layer F.Fab) (width 0.1)) (fp_line (start 1.27 3.81) (end -1.27 3.81) (layer F.Fab) (width 0.1)) (fp_line (start 1.27 -1.27) (end 1.27 3.81) (layer F.Fab) (width 0.1)) (fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer F.Fab) (width 0.1)) (pad 2 thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 157 "Net-(R4-Pad2)")) (pad 1 thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 21 ~MEMW)) (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_LCC:PLCC-44_THT-Socket (layer F.Cu) (tedit 5A02ECC8) (tstamp 5DCC642F) (at 127.8 62.9 90) (descr "PLCC, 44 pins, through hole") (tags "plcc leaded") (path /5DCD903E) (fp_text reference 232-U8 (at 11.7 6.5 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 16C550 (at -1.55 6.5 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at -1.27 6.35 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 10.58 -5.5) (end -0.27 -5.5) (layer F.SilkS) (width 0.12)) (fp_line (start 10.58 18.2) (end 10.58 -5.5) (layer F.SilkS) (width 0.12)) (fp_line (start -13.12 18.2) (end 10.58 18.2) (layer F.SilkS) (width 0.12)) (fp_line (start -13.12 -4.5) (end -13.12 18.2) (layer F.SilkS) (width 0.12)) (fp_line (start -12.12 -5.5) (end -13.12 -4.5) (layer F.SilkS) (width 0.12)) (fp_line (start -2.27 -5.5) (end -12.12 -5.5) (layer F.SilkS) (width 0.12)) (fp_line (start -1.27 -4.4) (end -0.77 -5.4) (layer F.Fab) (width 0.1)) (fp_line (start -1.77 -5.4) (end -1.27 -4.4) (layer F.Fab) (width 0.1)) (fp_line (start 7.94 -2.86) (end -10.48 -2.86) (layer F.Fab) (width 0.1)) (fp_line (start 7.94 15.56) (end 7.94 -2.86) (layer F.Fab) (width 0.1)) (fp_line (start -10.48 15.56) (end 7.94 15.56) (layer F.Fab) (width 0.1)) (fp_line (start -10.48 -2.86) (end -10.48 15.56) (layer F.Fab) (width 0.1)) (fp_line (start 10.98 -5.9) (end -13.52 -5.9) (layer F.CrtYd) (width 0.05)) (fp_line (start 10.98 18.6) (end 10.98 -5.9) (layer F.CrtYd) (width 0.05)) (fp_line (start -13.52 18.6) (end 10.98 18.6) (layer F.CrtYd) (width 0.05)) (fp_line (start -13.52 -5.9) (end -13.52 18.6) (layer F.CrtYd) (width 0.05)) (fp_line (start 10.48 -5.4) (end -12.02 -5.4) (layer F.Fab) (width 0.1)) (fp_line (start 10.48 18.1) (end 10.48 -5.4) (layer F.Fab) (width 0.1)) (fp_line (start -13.02 18.1) (end 10.48 18.1) (layer F.Fab) (width 0.1)) (fp_line (start -13.02 -4.4) (end -13.02 18.1) (layer F.Fab) (width 0.1)) (fp_line (start -12.02 -5.4) (end -13.02 -4.4) (layer F.Fab) (width 0.1)) (pad 39 thru_hole circle (at 7.62 0 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 59 RESETDRV)) (pad 37 thru_hole circle (at 7.62 2.54 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 89 "Net-(232-U6-Pad13)")) (pad 35 thru_hole circle (at 7.62 5.08 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 145 "Net-(232-U8-Pad35)")) (pad 33 thru_hole circle (at 7.62 7.62 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 8 IRQ4)) (pad 31 thru_hole circle (at 7.62 10.16 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 34 A0)) (pad 40 thru_hole circle (at 5.08 -2.54 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 88 "Net-(232-U6-Pad14)")) (pad 38 thru_hole circle (at 5.08 2.54 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 146 "Net-(232-U8-Pad38)")) (pad 36 thru_hole circle (at 5.08 5.08 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 86 "Net-(232-U6-Pad16)")) (pad 34 thru_hole circle (at 5.08 7.62 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 147 "Net-(232-U8-Pad34)")) (pad 32 thru_hole circle (at 5.08 10.16 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 148 "Net-(232-U8-Pad32)")) (pad 30 thru_hole circle (at 5.08 12.7 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 35 A1)) (pad 28 thru_hole circle (at 5.08 15.24 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 26 thru_hole circle (at 2.54 15.24 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 149 "Net-(232-U8-Pad26)")) (pad 24 thru_hole circle (at 0 15.24 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 18 ~IOR)) (pad 22 thru_hole circle (at -2.54 15.24 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 20 thru_hole circle (at -5.08 15.24 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 19 ~IOW)) (pad 18 thru_hole circle (at -7.62 15.24 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 74 "Net-(232-OSC1-Pad5)")) (pad 29 thru_hole circle (at 7.62 12.7 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 36 A2)) (pad 27 thru_hole circle (at 2.54 12.7 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 150 "Net-(232-U8-Pad27)")) (pad 25 thru_hole circle (at 0 12.7 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 23 thru_hole circle (at -2.54 12.7 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 151 "Net-(232-U8-Pad23)")) (pad 21 thru_hole circle (at -5.08 12.7 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 19 thru_hole circle (at -7.62 12.7 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 152 "Net-(232-U8-Pad19)")) (pad 17 thru_hole circle (at -10.16 12.7 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 153 "Net-(232-U8-Pad10)")) (pad 15 thru_hole circle (at -10.16 10.16 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 13 thru_hole circle (at -10.16 7.62 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 87 "Net-(232-U6-Pad15)")) (pad 11 thru_hole circle (at -10.16 5.08 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 85 "Net-(232-U6-Pad17)")) (pad 9 thru_hole circle (at -10.16 2.54 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 29 D7)) (pad 7 thru_hole circle (at -10.16 0 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 27 D5)) (pad 16 thru_hole circle (at -7.62 10.16 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 60 ~UART_CS)) (pad 14 thru_hole circle (at -7.62 7.62 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 12 thru_hole circle (at -7.62 5.08 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 154 "Net-(232-U8-Pad12)")) (pad 10 thru_hole circle (at -7.62 2.54 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 153 "Net-(232-U8-Pad10)")) (pad 8 thru_hole circle (at -7.62 0 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 28 D6)) (pad 42 thru_hole circle (at 2.54 -2.54 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 83 "Net-(232-U6-Pad19)")) (pad 44 thru_hole circle (at 0 -2.54 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 6 thru_hole circle (at -7.62 -2.54 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 58 D4)) (pad 4 thru_hole circle (at -5.08 -2.54 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 56 D2)) (pad 2 thru_hole circle (at -2.54 -2.54 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 33 D0)) (pad 41 thru_hole circle (at 5.08 0 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 84 "Net-(232-U6-Pad18)")) (pad 43 thru_hole circle (at 2.54 0 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 90 "Net-(232-U6-Pad12)")) (pad 5 thru_hole circle (at -5.08 0 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 57 D3)) (pad 3 thru_hole circle (at -2.54 0 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 55 D1)) (pad 1 thru_hole rect (at 0 0 90) (size 1.4224 1.4224) (drill 0.8) (layers *.Cu *.Mask) (net 155 "Net-(232-U8-Pad1)")) (model ${KISYS3DMOD}/Package_LCC.3dshapes/PLCC-44_THT-Socket.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_DIP:DIP-28_W15.24mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5DCC5947) (at 133.9 82.1 270) (descr "28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils)") (tags "THT DIP DIL PDIP 2.54mm 15.24mm 600mil") (path /5DCF5ABC) (fp_text reference ROM-U5 (at 17.55 16.35 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 28C64 (at 7.6 16.5 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 7.62 16.51 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 16.3 -1.55) (end -1.05 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start 16.3 34.55) (end 16.3 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 34.55) (end 16.3 34.55) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 -1.55) (end -1.05 34.55) (layer F.CrtYd) (width 0.05)) (fp_line (start 14.08 -1.33) (end 8.62 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 14.08 34.35) (end 14.08 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 34.35) (end 14.08 34.35) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 -1.33) (end 1.16 34.35) (layer F.SilkS) (width 0.12)) (fp_line (start 6.62 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 0.255 -0.27) (end 1.255 -1.27) (layer F.Fab) (width 0.1)) (fp_line (start 0.255 34.29) (end 0.255 -0.27) (layer F.Fab) (width 0.1)) (fp_line (start 14.985 34.29) (end 0.255 34.29) (layer F.Fab) (width 0.1)) (fp_line (start 14.985 -1.27) (end 14.985 34.29) (layer F.Fab) (width 0.1)) (fp_line (start 1.255 -1.27) (end 14.985 -1.27) (layer F.Fab) (width 0.1)) (fp_arc (start 7.62 -1.33) (end 6.62 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) (pad 28 thru_hole oval (at 15.24 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 14 thru_hole oval (at 0 33.02 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 27 thru_hole oval (at 15.24 2.54 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 157 "Net-(R4-Pad2)")) (pad 13 thru_hole oval (at 0 30.48 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 56 D2)) (pad 26 thru_hole oval (at 15.24 5.08 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 156 "Net-(ROM-U5-Pad26)")) (pad 12 thru_hole oval (at 0 27.94 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 55 D1)) (pad 25 thru_hole oval (at 15.24 7.62 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 42 A8)) (pad 11 thru_hole oval (at 0 25.4 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 33 D0)) (pad 24 thru_hole oval (at 15.24 10.16 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 43 A9)) (pad 10 thru_hole oval (at 0 22.86 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 34 A0)) (pad 23 thru_hole oval (at 15.24 12.7 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 45 A11)) (pad 9 thru_hole oval (at 0 20.32 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 35 A1)) (pad 22 thru_hole oval (at 15.24 15.24 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 20 ~MEMR)) (pad 8 thru_hole oval (at 0 17.78 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 36 A2)) (pad 21 thru_hole oval (at 15.24 17.78 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 44 A10)) (pad 7 thru_hole oval (at 0 15.24 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 37 A3)) (pad 20 thru_hole oval (at 15.24 20.32 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 72 ~ROM_CS)) (pad 6 thru_hole oval (at 0 12.7 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 38 A4)) (pad 19 thru_hole oval (at 15.24 22.86 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 29 D7)) (pad 5 thru_hole oval (at 0 10.16 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 39 A5)) (pad 18 thru_hole oval (at 15.24 25.4 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 28 D6)) (pad 4 thru_hole oval (at 0 7.62 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 40 A6)) (pad 17 thru_hole oval (at 15.24 27.94 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 27 D5)) (pad 3 thru_hole oval (at 0 5.08 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 41 A7)) (pad 16 thru_hole oval (at 15.24 30.48 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 58 D4)) (pad 2 thru_hole oval (at 0 2.54 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 46 A12)) (pad 15 thru_hole oval (at 15.24 33.02 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 57 D3)) (pad 1 thru_hole rect (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 2 "Net-(R1-Pad2)")) (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-28_W15.24mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_DIP:DIP-20_W7.62mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5DCC5917) (at 170 136.7 270) (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") (path /5DCF5AC3) (fp_text reference ROM-U4 (at 9.55 11.3 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 74LS688 (at 3.85 11.45 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 3.81 11.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start 8.7 24.4) (end 8.7 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 24.4) (end 8.7 24.4) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 -1.55) (end -1.1 24.4) (layer F.CrtYd) (width 0.05)) (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 6.46 24.19) (end 6.46 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 24.19) (end 6.46 24.19) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 -1.33) (end 1.16 24.19) (layer F.SilkS) (width 0.12)) (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) (fp_line (start 0.635 24.13) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 24.13) (end 0.635 24.13) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 -1.27) (end 6.985 24.13) (layer F.Fab) (width 0.1)) (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) (pad 20 thru_hole oval (at 7.62 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 10 thru_hole oval (at 0 22.86 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 19 thru_hole oval (at 7.62 2.54 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 72 ~ROM_CS)) (pad 9 thru_hole oval (at 0 20.32 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 18 thru_hole oval (at 7.62 5.08 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 8 thru_hole oval (at 0 17.78 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 50 A16)) (pad 17 thru_hole oval (at 7.62 7.62 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 7 thru_hole oval (at 0 15.24 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 16 thru_hole oval (at 7.62 10.16 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 6 thru_hole oval (at 0 12.7 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 51 A17)) (pad 15 thru_hole oval (at 7.62 12.7 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 47 A13)) (pad 5 thru_hole oval (at 0 10.16 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 14 thru_hole oval (at 7.62 15.24 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 4 thru_hole oval (at 0 7.62 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 52 A18)) (pad 13 thru_hole oval (at 7.62 17.78 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 48 A14)) (pad 3 thru_hole oval (at 0 5.08 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 12 thru_hole oval (at 7.62 20.32 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 2 thru_hole oval (at 0 2.54 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 53 A19)) (pad 11 thru_hole oval (at 7.62 22.86 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 49 A15)) (pad 1 thru_hole rect (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-20_W7.62mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_DIP:DIP-20_W7.62mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5DCC58EF) (at 137.1 136.7 270) (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") (path /5DCF5A5A) (fp_text reference CF-U2 (at 9.8 11.4 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 74LS688 (at 3.75 11.5 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 3.81 11.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start 8.7 24.4) (end 8.7 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 24.4) (end 8.7 24.4) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 -1.55) (end -1.1 24.4) (layer F.CrtYd) (width 0.05)) (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 6.46 24.19) (end 6.46 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 24.19) (end 6.46 24.19) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 -1.33) (end 1.16 24.19) (layer F.SilkS) (width 0.12)) (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) (fp_line (start 0.635 24.13) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 24.13) (end 0.635 24.13) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 -1.27) (end 6.985 24.13) (layer F.Fab) (width 0.1)) (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) (pad 20 thru_hole oval (at 7.62 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 10 thru_hole oval (at 0 22.86 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 19 thru_hole oval (at 7.62 2.54 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 111 "Net-(CF-U1-Pad1)")) (pad 9 thru_hole oval (at 0 20.32 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 18 thru_hole oval (at 7.62 5.08 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 8 thru_hole oval (at 0 17.78 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 40 A6)) (pad 17 thru_hole oval (at 7.62 7.62 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 7 thru_hole oval (at 0 15.24 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 16 thru_hole oval (at 7.62 10.16 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 6 thru_hole oval (at 0 12.7 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 41 A7)) (pad 15 thru_hole oval (at 7.62 12.7 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 5 thru_hole oval (at 0 10.16 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 14 thru_hole oval (at 7.62 15.24 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 4 thru_hole oval (at 0 7.62 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 42 A8)) (pad 13 thru_hole oval (at 7.62 17.78 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 3 thru_hole oval (at 0 5.08 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 12 thru_hole oval (at 7.62 20.32 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 2 thru_hole oval (at 0 2.54 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 43 A9)) (pad 11 thru_hole oval (at 7.62 22.86 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 39 A5)) (pad 1 thru_hole rect (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 54 AEN)) (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-20_W7.62mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_DIP:DIP-14_W7.62mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5DCC58C7) (at 88.8 113.2) (descr "14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") (path /5DCCBBAC) (fp_text reference RAM-U13 (at 3.75 17.7) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 74LS32 (at 3.75 7.65 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 3.81 7.62) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start 8.7 16.8) (end 8.7 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 16.8) (end 8.7 16.8) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 -1.55) (end -1.1 16.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 6.46 16.57) (end 6.46 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 16.57) (end 6.46 16.57) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 -1.33) (end 1.16 16.57) (layer F.SilkS) (width 0.12)) (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) (fp_line (start 0.635 16.51) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 16.51) (end 0.635 16.51) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 -1.27) (end 6.985 16.51) (layer F.Fab) (width 0.1)) (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) (pad 14 thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 7 thru_hole oval (at 0 15.24) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 13 thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 6 thru_hole oval (at 0 12.7) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 114 "Net-(RAM-U12-Pad10)")) (pad 12 thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 5 thru_hole oval (at 0 10.16) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 49 A15)) (pad 11 thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 116 "Net-(RAM-U13-Pad11)")) (pad 4 thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 50 A16)) (pad 10 thru_hole oval (at 7.62 10.16) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 3 thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 143 CF-A17)) (pad 9 thru_hole oval (at 7.62 12.7) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 2 thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 51 A17)) (pad 8 thru_hole oval (at 7.62 15.24) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 117 "Net-(RAM-U13-Pad8)")) (pad 1 thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 53 A19)) (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-14_W7.62mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_DIP:DIP-14_W7.62mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5DCC58A5) (at 88.7 86.3) (descr "14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") (path /5DCCBBB9) (fp_text reference RAM-U12 (at 3.9 17.75) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 74LS00 (at 3.9 7.75 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 3.81 7.62) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start 8.7 16.8) (end 8.7 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 16.8) (end 8.7 16.8) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 -1.55) (end -1.1 16.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 6.46 16.57) (end 6.46 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 16.57) (end 6.46 16.57) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 -1.33) (end 1.16 16.57) (layer F.SilkS) (width 0.12)) (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) (fp_line (start 0.635 16.51) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 16.51) (end 0.635 16.51) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 -1.27) (end 6.985 16.51) (layer F.Fab) (width 0.1)) (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) (pad 14 thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 7 thru_hole oval (at 0 15.24) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 13 thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 51 A17)) (pad 6 thru_hole oval (at 0 12.7) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 144 MEM-CE)) (pad 12 thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 52 A18)) (pad 5 thru_hole oval (at 0 10.16) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 112 "Net-(RAM-U12-Pad11)")) (pad 11 thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 112 "Net-(RAM-U12-Pad11)")) (pad 4 thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 113 "Net-(RAM-U12-Pad3)")) (pad 10 thru_hole oval (at 7.62 10.16) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 114 "Net-(RAM-U12-Pad10)")) (pad 3 thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 113 "Net-(RAM-U12-Pad3)")) (pad 9 thru_hole oval (at 7.62 12.7) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 52 A18)) (pad 2 thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 115 "Net-(RAM-U12-Pad2)")) (pad 8 thru_hole oval (at 7.62 15.24) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 115 "Net-(RAM-U12-Pad2)")) (pad 1 thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 53 A19)) (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-14_W7.62mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_DIP:DIP-20_W7.62mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5DCC5883) (at 146.9 120 90) (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") (path /5DCCBB62) (fp_text reference RAM-U11 (at -2.1 11.45 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 74LS245 (at 3.8 11.55 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 3.81 11.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start 8.7 24.4) (end 8.7 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 24.4) (end 8.7 24.4) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 -1.55) (end -1.1 24.4) (layer F.CrtYd) (width 0.05)) (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 6.46 24.19) (end 6.46 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 24.19) (end 6.46 24.19) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 -1.33) (end 1.16 24.19) (layer F.SilkS) (width 0.12)) (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) (fp_line (start 0.635 24.13) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 24.13) (end 0.635 24.13) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 -1.27) (end 6.985 24.13) (layer F.Fab) (width 0.1)) (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) (pad 20 thru_hole oval (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 10 thru_hole oval (at 0 22.86 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 19 thru_hole oval (at 7.62 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 144 MEM-CE)) (pad 9 thru_hole oval (at 0 20.32 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 29 D7)) (pad 18 thru_hole oval (at 7.62 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 61 MEMD0)) (pad 8 thru_hole oval (at 0 17.78 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 28 D6)) (pad 17 thru_hole oval (at 7.62 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 62 MEMD1)) (pad 7 thru_hole oval (at 0 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 27 D5)) (pad 16 thru_hole oval (at 7.62 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 63 MEMD2)) (pad 6 thru_hole oval (at 0 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 58 D4)) (pad 15 thru_hole oval (at 7.62 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 64 MEMD3)) (pad 5 thru_hole oval (at 0 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 57 D3)) (pad 14 thru_hole oval (at 7.62 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 65 MEMD4)) (pad 4 thru_hole oval (at 0 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 56 D2)) (pad 13 thru_hole oval (at 7.62 17.78 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 66 MEMD5)) (pad 3 thru_hole oval (at 0 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 55 D1)) (pad 12 thru_hole oval (at 7.62 20.32 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 67 MEMD6)) (pad 2 thru_hole oval (at 0 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 33 D0)) (pad 11 thru_hole oval (at 7.62 22.86 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 68 MEMD7)) (pad 1 thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 20 ~MEMR)) (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-20_W7.62mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5DCC5827) (at 169.3 80.1 90) (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 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 5.08mm 0.167W length 3.6mm diameter 1.6mm") (path /5DCF5AE8) (fp_text reference R3 (at 2.54 -1.92 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10K (at 2.6 0.05 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 2.54 0 90) (layer F.Fab) (effects (font (size 0.72 0.72) (thickness 0.108))) ) (fp_line (start 6.03 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) (fp_line (start 6.03 1.05) (end 6.03 -1.05) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.95 1.05) (end 6.03 1.05) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) (fp_line (start 0.62 0.92) (end 4.46 0.92) (layer F.SilkS) (width 0.12)) (fp_line (start 0.62 -0.92) (end 4.46 -0.92) (layer F.SilkS) (width 0.12)) (fp_line (start 5.08 0) (end 4.34 0) (layer F.Fab) (width 0.1)) (fp_line (start 0 0) (end 0.74 0) (layer F.Fab) (width 0.1)) (fp_line (start 4.34 -0.8) (end 0.74 -0.8) (layer F.Fab) (width 0.1)) (fp_line (start 4.34 0.8) (end 4.34 -0.8) (layer F.Fab) (width 0.1)) (fp_line (start 0.74 0.8) (end 4.34 0.8) (layer F.Fab) (width 0.1)) (fp_line (start 0.74 -0.8) (end 0.74 0.8) (layer F.Fab) (width 0.1)) (pad 2 thru_hole oval (at 5.08 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) (net 126 "Net-(CF-J1-Pad21)")) (pad 1 thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) (net 1 GND)) (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5DCC5814) (at 169.3 62.3 270) (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 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 5.08mm 0.167W length 3.6mm diameter 1.6mm") (path /5DCF5AEE) (fp_text reference R2 (at 2.55 2.2 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10K (at 2.5 0.1 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 2.54 0 90) (layer F.Fab) (effects (font (size 0.72 0.72) (thickness 0.108))) ) (fp_line (start 6.03 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) (fp_line (start 6.03 1.05) (end 6.03 -1.05) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.95 1.05) (end 6.03 1.05) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) (fp_line (start 0.62 0.92) (end 4.46 0.92) (layer F.SilkS) (width 0.12)) (fp_line (start 0.62 -0.92) (end 4.46 -0.92) (layer F.SilkS) (width 0.12)) (fp_line (start 5.08 0) (end 4.34 0) (layer F.Fab) (width 0.1)) (fp_line (start 0 0) (end 0.74 0) (layer F.Fab) (width 0.1)) (fp_line (start 4.34 -0.8) (end 0.74 -0.8) (layer F.Fab) (width 0.1)) (fp_line (start 4.34 0.8) (end 4.34 -0.8) (layer F.Fab) (width 0.1)) (fp_line (start 0.74 0.8) (end 4.34 0.8) (layer F.Fab) (width 0.1)) (fp_line (start 0.74 -0.8) (end 0.74 0.8) (layer F.Fab) (width 0.1)) (pad 2 thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) (net 125 "Net-(CF-J1-Pad27)")) (pad 1 thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) (net 73 +5V)) (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5DCC5801) (at 142.7 82.1 180) (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 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 5.08mm 0.167W length 3.6mm diameter 1.6mm") (path /5DCF5ACA) (fp_text reference R1 (at -1.45 0) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 10K (at 2.5 0) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 2.54 0) (layer F.Fab) (effects (font (size 0.72 0.72) (thickness 0.108))) ) (fp_line (start 6.03 -1.05) (end -0.95 -1.05) (layer F.CrtYd) (width 0.05)) (fp_line (start 6.03 1.05) (end 6.03 -1.05) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.95 1.05) (end 6.03 1.05) (layer F.CrtYd) (width 0.05)) (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer F.CrtYd) (width 0.05)) (fp_line (start 0.62 0.92) (end 4.46 0.92) (layer F.SilkS) (width 0.12)) (fp_line (start 0.62 -0.92) (end 4.46 -0.92) (layer F.SilkS) (width 0.12)) (fp_line (start 5.08 0) (end 4.34 0) (layer F.Fab) (width 0.1)) (fp_line (start 0 0) (end 0.74 0) (layer F.Fab) (width 0.1)) (fp_line (start 4.34 -0.8) (end 0.74 -0.8) (layer F.Fab) (width 0.1)) (fp_line (start 4.34 0.8) (end 4.34 -0.8) (layer F.Fab) (width 0.1)) (fp_line (start 0.74 0.8) (end 4.34 0.8) (layer F.Fab) (width 0.1)) (fp_line (start 0.74 -0.8) (end 0.74 0.8) (layer F.Fab) (width 0.1)) (pad 2 thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) (net 2 "Net-(R1-Pad2)")) (pad 1 thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) (net 73 +5V)) (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_THT:CP_Radial_D5.0mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5DCC57EE) (at 190.3 140.7) (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") (path /5DD2328E) (fp_text reference CP1 (at 1.25 -3.75) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 100uF (at 1.25 3.75) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 1.25 0) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -1.304775 -1.725) (end -1.304775 -1.225) (layer F.SilkS) (width 0.12)) (fp_line (start -1.554775 -1.475) (end -1.054775 -1.475) (layer F.SilkS) (width 0.12)) (fp_line (start 3.851 -0.284) (end 3.851 0.284) (layer F.SilkS) (width 0.12)) (fp_line (start 3.811 -0.518) (end 3.811 0.518) (layer F.SilkS) (width 0.12)) (fp_line (start 3.771 -0.677) (end 3.771 0.677) (layer F.SilkS) (width 0.12)) (fp_line (start 3.731 -0.805) (end 3.731 0.805) (layer F.SilkS) (width 0.12)) (fp_line (start 3.691 -0.915) (end 3.691 0.915) (layer F.SilkS) (width 0.12)) (fp_line (start 3.651 -1.011) (end 3.651 1.011) (layer F.SilkS) (width 0.12)) (fp_line (start 3.611 -1.098) (end 3.611 1.098) (layer F.SilkS) (width 0.12)) (fp_line (start 3.571 -1.178) (end 3.571 1.178) (layer F.SilkS) (width 0.12)) (fp_line (start 3.531 1.04) (end 3.531 1.251) (layer F.SilkS) (width 0.12)) (fp_line (start 3.531 -1.251) (end 3.531 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 3.491 1.04) (end 3.491 1.319) (layer F.SilkS) (width 0.12)) (fp_line (start 3.491 -1.319) (end 3.491 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 3.451 1.04) (end 3.451 1.383) (layer F.SilkS) (width 0.12)) (fp_line (start 3.451 -1.383) (end 3.451 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 3.411 1.04) (end 3.411 1.443) (layer F.SilkS) (width 0.12)) (fp_line (start 3.411 -1.443) (end 3.411 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 3.371 1.04) (end 3.371 1.5) (layer F.SilkS) (width 0.12)) (fp_line (start 3.371 -1.5) (end 3.371 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 3.331 1.04) (end 3.331 1.554) (layer F.SilkS) (width 0.12)) (fp_line (start 3.331 -1.554) (end 3.331 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 3.291 1.04) (end 3.291 1.605) (layer F.SilkS) (width 0.12)) (fp_line (start 3.291 -1.605) (end 3.291 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 3.251 1.04) (end 3.251 1.653) (layer F.SilkS) (width 0.12)) (fp_line (start 3.251 -1.653) (end 3.251 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 3.211 1.04) (end 3.211 1.699) (layer F.SilkS) (width 0.12)) (fp_line (start 3.211 -1.699) (end 3.211 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 3.171 1.04) (end 3.171 1.743) (layer F.SilkS) (width 0.12)) (fp_line (start 3.171 -1.743) (end 3.171 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 3.131 1.04) (end 3.131 1.785) (layer F.SilkS) (width 0.12)) (fp_line (start 3.131 -1.785) (end 3.131 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 3.091 1.04) (end 3.091 1.826) (layer F.SilkS) (width 0.12)) (fp_line (start 3.091 -1.826) (end 3.091 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 3.051 1.04) (end 3.051 1.864) (layer F.SilkS) (width 0.12)) (fp_line (start 3.051 -1.864) (end 3.051 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 3.011 1.04) (end 3.011 1.901) (layer F.SilkS) (width 0.12)) (fp_line (start 3.011 -1.901) (end 3.011 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.971 1.04) (end 2.971 1.937) (layer F.SilkS) (width 0.12)) (fp_line (start 2.971 -1.937) (end 2.971 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.931 1.04) (end 2.931 1.971) (layer F.SilkS) (width 0.12)) (fp_line (start 2.931 -1.971) (end 2.931 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.891 1.04) (end 2.891 2.004) (layer F.SilkS) (width 0.12)) (fp_line (start 2.891 -2.004) (end 2.891 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.851 1.04) (end 2.851 2.035) (layer F.SilkS) (width 0.12)) (fp_line (start 2.851 -2.035) (end 2.851 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.811 1.04) (end 2.811 2.065) (layer F.SilkS) (width 0.12)) (fp_line (start 2.811 -2.065) (end 2.811 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.771 1.04) (end 2.771 2.095) (layer F.SilkS) (width 0.12)) (fp_line (start 2.771 -2.095) (end 2.771 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.731 1.04) (end 2.731 2.122) (layer F.SilkS) (width 0.12)) (fp_line (start 2.731 -2.122) (end 2.731 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.691 1.04) (end 2.691 2.149) (layer F.SilkS) (width 0.12)) (fp_line (start 2.691 -2.149) (end 2.691 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.651 1.04) (end 2.651 2.175) (layer F.SilkS) (width 0.12)) (fp_line (start 2.651 -2.175) (end 2.651 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.611 1.04) (end 2.611 2.2) (layer F.SilkS) (width 0.12)) (fp_line (start 2.611 -2.2) (end 2.611 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.571 1.04) (end 2.571 2.224) (layer F.SilkS) (width 0.12)) (fp_line (start 2.571 -2.224) (end 2.571 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.531 1.04) (end 2.531 2.247) (layer F.SilkS) (width 0.12)) (fp_line (start 2.531 -2.247) (end 2.531 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.491 1.04) (end 2.491 2.268) (layer F.SilkS) (width 0.12)) (fp_line (start 2.491 -2.268) (end 2.491 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.451 1.04) (end 2.451 2.29) (layer F.SilkS) (width 0.12)) (fp_line (start 2.451 -2.29) (end 2.451 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.411 1.04) (end 2.411 2.31) (layer F.SilkS) (width 0.12)) (fp_line (start 2.411 -2.31) (end 2.411 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.371 1.04) (end 2.371 2.329) (layer F.SilkS) (width 0.12)) (fp_line (start 2.371 -2.329) (end 2.371 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.331 1.04) (end 2.331 2.348) (layer F.SilkS) (width 0.12)) (fp_line (start 2.331 -2.348) (end 2.331 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.291 1.04) (end 2.291 2.365) (layer F.SilkS) (width 0.12)) (fp_line (start 2.291 -2.365) (end 2.291 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.251 1.04) (end 2.251 2.382) (layer F.SilkS) (width 0.12)) (fp_line (start 2.251 -2.382) (end 2.251 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.211 1.04) (end 2.211 2.398) (layer F.SilkS) (width 0.12)) (fp_line (start 2.211 -2.398) (end 2.211 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.171 1.04) (end 2.171 2.414) (layer F.SilkS) (width 0.12)) (fp_line (start 2.171 -2.414) (end 2.171 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.131 1.04) (end 2.131 2.428) (layer F.SilkS) (width 0.12)) (fp_line (start 2.131 -2.428) (end 2.131 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.091 1.04) (end 2.091 2.442) (layer F.SilkS) (width 0.12)) (fp_line (start 2.091 -2.442) (end 2.091 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.051 1.04) (end 2.051 2.455) (layer F.SilkS) (width 0.12)) (fp_line (start 2.051 -2.455) (end 2.051 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 2.011 1.04) (end 2.011 2.468) (layer F.SilkS) (width 0.12)) (fp_line (start 2.011 -2.468) (end 2.011 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 1.971 1.04) (end 1.971 2.48) (layer F.SilkS) (width 0.12)) (fp_line (start 1.971 -2.48) (end 1.971 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 1.93 1.04) (end 1.93 2.491) (layer F.SilkS) (width 0.12)) (fp_line (start 1.93 -2.491) (end 1.93 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 1.89 1.04) (end 1.89 2.501) (layer F.SilkS) (width 0.12)) (fp_line (start 1.89 -2.501) (end 1.89 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 1.85 1.04) (end 1.85 2.511) (layer F.SilkS) (width 0.12)) (fp_line (start 1.85 -2.511) (end 1.85 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 1.81 1.04) (end 1.81 2.52) (layer F.SilkS) (width 0.12)) (fp_line (start 1.81 -2.52) (end 1.81 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 1.77 1.04) (end 1.77 2.528) (layer F.SilkS) (width 0.12)) (fp_line (start 1.77 -2.528) (end 1.77 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 1.73 1.04) (end 1.73 2.536) (layer F.SilkS) (width 0.12)) (fp_line (start 1.73 -2.536) (end 1.73 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 1.69 1.04) (end 1.69 2.543) (layer F.SilkS) (width 0.12)) (fp_line (start 1.69 -2.543) (end 1.69 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 1.65 1.04) (end 1.65 2.55) (layer F.SilkS) (width 0.12)) (fp_line (start 1.65 -2.55) (end 1.65 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 1.61 1.04) (end 1.61 2.556) (layer F.SilkS) (width 0.12)) (fp_line (start 1.61 -2.556) (end 1.61 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 1.57 1.04) (end 1.57 2.561) (layer F.SilkS) (width 0.12)) (fp_line (start 1.57 -2.561) (end 1.57 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 1.53 1.04) (end 1.53 2.565) (layer F.SilkS) (width 0.12)) (fp_line (start 1.53 -2.565) (end 1.53 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 1.49 1.04) (end 1.49 2.569) (layer F.SilkS) (width 0.12)) (fp_line (start 1.49 -2.569) (end 1.49 -1.04) (layer F.SilkS) (width 0.12)) (fp_line (start 1.45 -2.573) (end 1.45 2.573) (layer F.SilkS) (width 0.12)) (fp_line (start 1.41 -2.576) (end 1.41 2.576) (layer F.SilkS) (width 0.12)) (fp_line (start 1.37 -2.578) (end 1.37 2.578) (layer F.SilkS) (width 0.12)) (fp_line (start 1.33 -2.579) (end 1.33 2.579) (layer F.SilkS) (width 0.12)) (fp_line (start 1.29 -2.58) (end 1.29 2.58) (layer F.SilkS) (width 0.12)) (fp_line (start 1.25 -2.58) (end 1.25 2.58) (layer F.SilkS) (width 0.12)) (fp_line (start -0.633605 -1.3375) (end -0.633605 -0.8375) (layer F.Fab) (width 0.1)) (fp_line (start -0.883605 -1.0875) (end -0.383605 -1.0875) (layer F.Fab) (width 0.1)) (fp_circle (center 1.25 0) (end 4 0) (layer F.CrtYd) (width 0.05)) (fp_circle (center 1.25 0) (end 3.87 0) (layer F.SilkS) (width 0.12)) (fp_circle (center 1.25 0) (end 3.75 0) (layer F.Fab) (width 0.1)) (pad 2 thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_DIP:DIP-16_W7.62mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5DCC5742) (at 201 57.5 270) (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") (path /5DCF5A68) (fp_text reference CF-U1 (at -1.9 8.95 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 74LS139 (at 3.85 8.8 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 3.81 8.89 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start 8.7 19.3) (end 8.7 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 19.3) (end 8.7 19.3) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 -1.55) (end -1.1 19.3) (layer F.CrtYd) (width 0.05)) (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 6.46 19.11) (end 6.46 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 19.11) (end 6.46 19.11) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 -1.33) (end 1.16 19.11) (layer F.SilkS) (width 0.12)) (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) (fp_line (start 0.635 19.05) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 19.05) (end 0.635 19.05) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 -1.27) (end 6.985 19.05) (layer F.Fab) (width 0.1)) (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) (pad 16 thru_hole oval (at 7.62 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 8 thru_hole oval (at 0 17.78 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 15 thru_hole oval (at 7.62 2.54 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 7 thru_hole oval (at 0 15.24 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 106 "Net-(CF-U1-Pad7)")) (pad 14 thru_hole oval (at 7.62 5.08 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 59 RESETDRV)) (pad 6 thru_hole oval (at 0 12.7 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 107 "Net-(CF-U1-Pad6)")) (pad 13 thru_hole oval (at 7.62 7.62 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 5 thru_hole oval (at 0 10.16 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 70 CF_CS1)) (pad 12 thru_hole oval (at 7.62 10.16 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 108 "Net-(CF-U1-Pad12)")) (pad 4 thru_hole oval (at 0 7.62 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 71 CF_CS0)) (pad 11 thru_hole oval (at 7.62 12.7 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 69 CF_RESET)) (pad 3 thru_hole oval (at 0 5.08 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 10 thru_hole oval (at 7.62 15.24 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 109 "Net-(CF-U1-Pad10)")) (pad 2 thru_hole oval (at 0 2.54 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 38 A4)) (pad 9 thru_hole oval (at 7.62 17.78 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 110 "Net-(CF-U1-Pad9)")) (pad 1 thru_hole rect (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 111 "Net-(CF-U1-Pad1)")) (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-16_W7.62mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical locked (layer F.Cu) (tedit 5A19A420) (tstamp 5DCC571E) (at 191.6 52.3 270) (descr "Through hole straight socket strip, 1x02, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") (tags "Through hole socket strip THT 1x02 2.54mm single row") (path /5DCF5BC7) (fp_text reference CF-J2 (at 0.05 -4.05 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value "CF Power" (at 0.05 7.95 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 0 1.27) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -1.8 4.3) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.75 4.3) (end -1.8 4.3) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.75 -1.8) (end 1.75 4.3) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.8 -1.8) (end 1.75 -1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 0 -1.33) (end 1.33 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 1.33 -1.33) (end 1.33 0) (layer F.SilkS) (width 0.12)) (fp_line (start 1.33 1.27) (end 1.33 3.87) (layer F.SilkS) (width 0.12)) (fp_line (start -1.33 3.87) (end 1.33 3.87) (layer F.SilkS) (width 0.12)) (fp_line (start -1.33 1.27) (end -1.33 3.87) (layer F.SilkS) (width 0.12)) (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) (fp_line (start -1.27 3.81) (end -1.27 -1.27) (layer F.Fab) (width 0.1)) (fp_line (start 1.27 3.81) (end -1.27 3.81) (layer F.Fab) (width 0.1)) (fp_line (start 1.27 -0.635) (end 1.27 3.81) (layer F.Fab) (width 0.1)) (fp_line (start 0.635 -1.27) (end 1.27 -0.635) (layer F.Fab) (width 0.1)) (fp_line (start -1.27 -1.27) (end 0.635 -1.27) (layer F.Fab) (width 0.1)) (pad 2 thru_hole oval (at 0 2.54 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole rect (at 0 0 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 73 +5V)) (model ${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x02_P2.54mm_Vertical.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Connector_PinSocket_2.54mm:PinSocket_2x20_P2.54mm_Vertical locked (layer F.Cu) (tedit 5A19A433) (tstamp 5DCC5708) (at 174 100.5 180) (descr "Through hole straight socket strip, 2x20, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated") (tags "Through hole socket strip THT 2x20 2.54mm double row") (path /5DCF5B8A) (fp_text reference CF-J1 (at -1.27 -2.77) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value "CF Interface" (at -4.9 24.2 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at -1.27 24.13 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -4.34 50) (end -4.34 -1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.76 50) (end -4.34 50) (layer F.CrtYd) (width 0.05)) (fp_line (start 1.76 -1.8) (end 1.76 50) (layer F.CrtYd) (width 0.05)) (fp_line (start -4.34 -1.8) (end 1.76 -1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 0 -1.33) (end 1.33 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 1.33 -1.33) (end 1.33 0) (layer F.SilkS) (width 0.12)) (fp_line (start -1.27 -1.33) (end -1.27 1.27) (layer F.SilkS) (width 0.12)) (fp_line (start -1.27 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) (fp_line (start 1.33 1.27) (end 1.33 49.59) (layer F.SilkS) (width 0.12)) (fp_line (start -3.87 49.59) (end 1.33 49.59) (layer F.SilkS) (width 0.12)) (fp_line (start -3.87 -1.33) (end -3.87 49.59) (layer F.SilkS) (width 0.12)) (fp_line (start -3.87 -1.33) (end -1.27 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start -3.81 49.53) (end -3.81 -1.27) (layer F.Fab) (width 0.1)) (fp_line (start 1.27 49.53) (end -3.81 49.53) (layer F.Fab) (width 0.1)) (fp_line (start 1.27 -0.27) (end 1.27 49.53) (layer F.Fab) (width 0.1)) (fp_line (start 0.27 -1.27) (end 1.27 -0.27) (layer F.Fab) (width 0.1)) (fp_line (start -3.81 -1.27) (end 0.27 -1.27) (layer F.Fab) (width 0.1)) (pad 40 thru_hole oval (at -2.54 48.26 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 1 GND)) (pad 39 thru_hole oval (at 0 48.26 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 119 "Net-(CF-J1-Pad39)")) (pad 38 thru_hole oval (at -2.54 45.72 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 70 CF_CS1)) (pad 37 thru_hole oval (at 0 45.72 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 71 CF_CS0)) (pad 36 thru_hole oval (at -2.54 43.18 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 37 A3)) (pad 35 thru_hole oval (at 0 43.18 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 35 A1)) (pad 34 thru_hole oval (at -2.54 40.64 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 120 "Net-(CF-J1-Pad34)")) (pad 33 thru_hole oval (at 0 40.64 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 36 A2)) (pad 32 thru_hole oval (at -2.54 38.1 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 121 "Net-(CF-J1-Pad32)")) (pad 31 thru_hole oval (at 0 38.1 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 122 "Net-(CF-J1-Pad31)")) (pad 30 thru_hole oval (at -2.54 35.56 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 1 GND)) (pad 29 thru_hole oval (at 0 35.56 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 123 "Net-(CF-J1-Pad29)")) (pad 28 thru_hole oval (at -2.54 33.02 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 124 "Net-(CF-J1-Pad28)")) (pad 27 thru_hole oval (at 0 33.02 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 125 "Net-(CF-J1-Pad27)")) (pad 26 thru_hole oval (at -2.54 30.48 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 1 GND)) (pad 25 thru_hole oval (at 0 30.48 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 18 ~IOR)) (pad 24 thru_hole oval (at -2.54 27.94 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 1 GND)) (pad 23 thru_hole oval (at 0 27.94 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 19 ~IOW)) (pad 22 thru_hole oval (at -2.54 25.4 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 1 GND)) (pad 21 thru_hole oval (at 0 25.4 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 126 "Net-(CF-J1-Pad21)")) (pad 20 thru_hole oval (at -2.54 22.86 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 73 +5V)) (pad 19 thru_hole oval (at 0 22.86 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 1 GND)) (pad 18 thru_hole oval (at -2.54 20.32 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 127 "Net-(CF-J1-Pad18)")) (pad 17 thru_hole oval (at 0 20.32 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 135 CFD0)) (pad 16 thru_hole oval (at -2.54 17.78 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 128 "Net-(CF-J1-Pad16)")) (pad 15 thru_hole oval (at 0 17.78 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 136 CFD1)) (pad 14 thru_hole oval (at -2.54 15.24 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 129 "Net-(CF-J1-Pad14)")) (pad 13 thru_hole oval (at 0 15.24 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 137 CFD2)) (pad 12 thru_hole oval (at -2.54 12.7 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 130 "Net-(CF-J1-Pad12)")) (pad 11 thru_hole oval (at 0 12.7 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 138 CFD3)) (pad 10 thru_hole oval (at -2.54 10.16 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 131 "Net-(CF-J1-Pad10)")) (pad 9 thru_hole oval (at 0 10.16 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 139 CFD4)) (pad 8 thru_hole oval (at -2.54 7.62 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 132 "Net-(CF-J1-Pad8)")) (pad 7 thru_hole oval (at 0 7.62 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 140 CFD5)) (pad 6 thru_hole oval (at -2.54 5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 133 "Net-(CF-J1-Pad6)")) (pad 5 thru_hole oval (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 141 CFD6)) (pad 4 thru_hole oval (at -2.54 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 134 "Net-(CF-J1-Pad4)")) (pad 3 thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 142 CFD7)) (pad 2 thru_hole oval (at -2.54 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 69 CF_RESET)) (model ${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_2x20_P2.54mm_Vertical.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5DCC56CA) (at 169.8 95.8 180) (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor") (tags "C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor") (path /5DD23397) (fp_text reference C16 (at 1.25 -2.25) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uF (at 1.1 -2.25) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 1.25 0) (layer F.Fab) (effects (font (size 0.6 0.6) (thickness 0.09))) ) (fp_line (start 3.55 -1.25) (end -1.05 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.55 1.25) (end 3.55 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 1.25) (end 3.55 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 -1.25) (end -1.05 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.87 1.055) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.87 -1.12) (end 2.87 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.055) (end -0.37 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end -0.37 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.12) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end 2.87 -1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.75 -1) (end -0.25 -1) (layer F.Fab) (width 0.1)) (fp_line (start 2.75 1) (end 2.75 -1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 1) (end 2.75 1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 -1) (end -0.25 1) (layer F.Fab) (width 0.1)) (pad 2 thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 32 -12V)) (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W2.0mm_P2.50mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5DCC56B5) (at 144.5 96.3 180) (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor") (tags "C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor") (path /5DD23391) (fp_text reference C15 (at 1.25 -2.25) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uF (at 1.2 -2.25) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 1.25 0) (layer F.Fab) (effects (font (size 0.6 0.6) (thickness 0.09))) ) (fp_line (start 3.55 -1.25) (end -1.05 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.55 1.25) (end 3.55 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 1.25) (end 3.55 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 -1.25) (end -1.05 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.87 1.055) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.87 -1.12) (end 2.87 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.055) (end -0.37 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end -0.37 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.12) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end 2.87 -1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.75 -1) (end -0.25 -1) (layer F.Fab) (width 0.1)) (fp_line (start 2.75 1) (end 2.75 -1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 1) (end 2.75 1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 -1) (end -0.25 1) (layer F.Fab) (width 0.1)) (pad 2 thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 31 +12V)) (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W2.0mm_P2.50mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5DCC56A0) (at 159.7 69.5 180) (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor") (tags "C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor") (path /5DD23263) (fp_text reference C14 (at 1.25 -2.25) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uF (at 1.25 -2.15) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 1.25 0) (layer F.Fab) (effects (font (size 0.6 0.6) (thickness 0.09))) ) (fp_line (start 3.55 -1.25) (end -1.05 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.55 1.25) (end 3.55 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 1.25) (end 3.55 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 -1.25) (end -1.05 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.87 1.055) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.87 -1.12) (end 2.87 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.055) (end -0.37 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end -0.37 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.12) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end 2.87 -1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.75 -1) (end -0.25 -1) (layer F.Fab) (width 0.1)) (fp_line (start 2.75 1) (end 2.75 -1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 1) (end 2.75 1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 -1) (end -0.25 1) (layer F.Fab) (width 0.1)) (pad 2 thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W2.0mm_P2.50mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5DCC568B) (at 96.5 109.9 180) (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor") (tags "C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor") (path /5DD232A6) (fp_text reference C13 (at 1.25 -2.25) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uF (at 1.25 2.25) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 1.25 0) (layer F.Fab) (effects (font (size 0.6 0.6) (thickness 0.09))) ) (fp_line (start 3.55 -1.25) (end -1.05 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.55 1.25) (end 3.55 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 1.25) (end 3.55 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 -1.25) (end -1.05 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.87 1.055) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.87 -1.12) (end 2.87 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.055) (end -0.37 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end -0.37 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.12) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end 2.87 -1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.75 -1) (end -0.25 -1) (layer F.Fab) (width 0.1)) (fp_line (start 2.75 1) (end 2.75 -1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 1) (end 2.75 1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 -1) (end -0.25 1) (layer F.Fab) (width 0.1)) (pad 2 thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W2.0mm_P2.50mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5DCC5676) (at 96.3 82.9 180) (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor") (tags "C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor") (path /5DD232C4) (fp_text reference C12 (at 1.25 -2.25) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uF (at 1.25 2.25) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 1.25 0) (layer F.Fab) (effects (font (size 0.6 0.6) (thickness 0.09))) ) (fp_line (start 3.55 -1.25) (end -1.05 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.55 1.25) (end 3.55 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 1.25) (end 3.55 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 -1.25) (end -1.05 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.87 1.055) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.87 -1.12) (end 2.87 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.055) (end -0.37 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end -0.37 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.12) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end 2.87 -1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.75 -1) (end -0.25 -1) (layer F.Fab) (width 0.1)) (fp_line (start 2.75 1) (end 2.75 -1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 1) (end 2.75 1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 -1) (end -0.25 1) (layer F.Fab) (width 0.1)) (pad 2 thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W2.0mm_P2.50mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5DCC5661) (at 147 108.3) (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor") (tags "C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor") (path /5DD232BE) (fp_text reference C11 (at 1.25 -2.25) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uF (at 1.3 -2.2) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 1.25 0) (layer F.Fab) (effects (font (size 0.6 0.6) (thickness 0.09))) ) (fp_line (start 3.55 -1.25) (end -1.05 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.55 1.25) (end 3.55 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 1.25) (end 3.55 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 -1.25) (end -1.05 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.87 1.055) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.87 -1.12) (end 2.87 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.055) (end -0.37 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end -0.37 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.12) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end 2.87 -1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.75 -1) (end -0.25 -1) (layer F.Fab) (width 0.1)) (fp_line (start 2.75 1) (end 2.75 -1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 1) (end 2.75 1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 -1) (end -0.25 1) (layer F.Fab) (width 0.1)) (pad 2 thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W2.0mm_P2.50mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5DCC564C) (at 142.2 120.2 270) (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor") (tags "C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor") (path /5DD232B8) (fp_text reference C10 (at 1.25 -2.25 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uF (at 1.15 -2.2 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 1.25 0 90) (layer F.Fab) (effects (font (size 0.6 0.6) (thickness 0.09))) ) (fp_line (start 3.55 -1.25) (end -1.05 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.55 1.25) (end 3.55 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 1.25) (end 3.55 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 -1.25) (end -1.05 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.87 1.055) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.87 -1.12) (end 2.87 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.055) (end -0.37 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end -0.37 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.12) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end 2.87 -1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.75 -1) (end -0.25 -1) (layer F.Fab) (width 0.1)) (fp_line (start 2.75 1) (end 2.75 -1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 1) (end 2.75 1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 -1) (end -0.25 1) (layer F.Fab) (width 0.1)) (pad 2 thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W2.0mm_P2.50mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5DCC5637) (at 114 54.1 180) (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor") (tags "C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor") (path /5DD232B2) (fp_text reference C9 (at 1.25 -2.25) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uF (at 1.25 2.25) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 1.25 0) (layer F.Fab) (effects (font (size 0.6 0.6) (thickness 0.09))) ) (fp_line (start 3.55 -1.25) (end -1.05 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.55 1.25) (end 3.55 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 1.25) (end 3.55 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 -1.25) (end -1.05 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.87 1.055) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.87 -1.12) (end 2.87 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.055) (end -0.37 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end -0.37 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.12) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end 2.87 -1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.75 -1) (end -0.25 -1) (layer F.Fab) (width 0.1)) (fp_line (start 2.75 1) (end 2.75 -1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 1) (end 2.75 1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 -1) (end -0.25 1) (layer F.Fab) (width 0.1)) (pad 2 thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W2.0mm_P2.50mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5DCC5622) (at 119.5 62.8 90) (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor") (tags "C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor") (path /5DD232AC) (fp_text reference C8 (at 1.25 -2.25 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uF (at 1.2 -2.2 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 1.25 0 90) (layer F.Fab) (effects (font (size 0.6 0.6) (thickness 0.09))) ) (fp_line (start 3.55 -1.25) (end -1.05 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.55 1.25) (end 3.55 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 1.25) (end 3.55 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 -1.25) (end -1.05 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.87 1.055) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.87 -1.12) (end 2.87 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.055) (end -0.37 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end -0.37 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.12) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end 2.87 -1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.75 -1) (end -0.25 -1) (layer F.Fab) (width 0.1)) (fp_line (start 2.75 1) (end 2.75 -1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 1) (end 2.75 1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 -1) (end -0.25 1) (layer F.Fab) (width 0.1)) (pad 2 thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W2.0mm_P2.50mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5DCC560D) (at 98.4 54.2 180) (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor") (tags "C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor") (path /5DD23250) (fp_text reference C7 (at 1.25 -2.25) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uF (at 1.25 2.25) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 1.25 0) (layer F.Fab) (effects (font (size 0.6 0.6) (thickness 0.09))) ) (fp_line (start 3.55 -1.25) (end -1.05 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.55 1.25) (end 3.55 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 1.25) (end 3.55 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 -1.25) (end -1.05 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.87 1.055) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.87 -1.12) (end 2.87 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.055) (end -0.37 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end -0.37 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.12) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end 2.87 -1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.75 -1) (end -0.25 -1) (layer F.Fab) (width 0.1)) (fp_line (start 2.75 1) (end 2.75 -1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 1) (end 2.75 1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 -1) (end -0.25 1) (layer F.Fab) (width 0.1)) (pad 2 thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W2.0mm_P2.50mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5DCC9990) (at 141.3 85.1 270) (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor") (tags "C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor") (path /5DD2325D) (fp_text reference C6 (at 1.25 -2.25 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uF (at 1.25 2.25 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 1.25 0 90) (layer F.Fab) (effects (font (size 0.6 0.6) (thickness 0.09))) ) (fp_line (start 3.55 -1.25) (end -1.05 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.55 1.25) (end 3.55 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 1.25) (end 3.55 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 -1.25) (end -1.05 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.87 1.055) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.87 -1.12) (end 2.87 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.055) (end -0.37 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end -0.37 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.12) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end 2.87 -1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.75 -1) (end -0.25 -1) (layer F.Fab) (width 0.1)) (fp_line (start 2.75 1) (end 2.75 -1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 1) (end 2.75 1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 -1) (end -0.25 1) (layer F.Fab) (width 0.1)) (pad 2 thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W2.0mm_P2.50mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5DCC55E3) (at 137.1 94.8 270) (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor") (tags "C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor") (path /5DD23257) (fp_text reference C5 (at 1.25 -2.25 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uF (at 1.25 -2.25 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 1.25 0 90) (layer F.Fab) (effects (font (size 0.6 0.6) (thickness 0.09))) ) (fp_line (start 3.55 -1.25) (end -1.05 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.55 1.25) (end 3.55 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 1.25) (end 3.55 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 -1.25) (end -1.05 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.87 1.055) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.87 -1.12) (end 2.87 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.055) (end -0.37 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end -0.37 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.12) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end 2.87 -1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.75 -1) (end -0.25 -1) (layer F.Fab) (width 0.1)) (fp_line (start 2.75 1) (end 2.75 -1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 1) (end 2.75 1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 -1) (end -0.25 1) (layer F.Fab) (width 0.1)) (pad 2 thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W2.0mm_P2.50mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5DCC55CE) (at 173.8 144.3 90) (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor") (tags "C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor") (path /5DD2327B) (fp_text reference C4 (at 1.25 -2.25 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uF (at 1.25 2.25 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 1.25 0 90) (layer F.Fab) (effects (font (size 0.6 0.6) (thickness 0.09))) ) (fp_line (start 3.55 -1.25) (end -1.05 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.55 1.25) (end 3.55 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 1.25) (end 3.55 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 -1.25) (end -1.05 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.87 1.055) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.87 -1.12) (end 2.87 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.055) (end -0.37 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end -0.37 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.12) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end 2.87 -1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.75 -1) (end -0.25 -1) (layer F.Fab) (width 0.1)) (fp_line (start 2.75 1) (end 2.75 -1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 1) (end 2.75 1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 -1) (end -0.25 1) (layer F.Fab) (width 0.1)) (pad 2 thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W2.0mm_P2.50mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5DCC55B9) (at 192.4 71.1 180) (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor") (tags "C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor") (path /5DD23275) (fp_text reference C3 (at 1.25 -2.25) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uF (at 1.25 2.25) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 1.25 0) (layer F.Fab) (effects (font (size 0.6 0.6) (thickness 0.09))) ) (fp_line (start 3.55 -1.25) (end -1.05 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.55 1.25) (end 3.55 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 1.25) (end 3.55 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 -1.25) (end -1.05 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.87 1.055) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.87 -1.12) (end 2.87 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.055) (end -0.37 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end -0.37 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.12) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end 2.87 -1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.75 -1) (end -0.25 -1) (layer F.Fab) (width 0.1)) (fp_line (start 2.75 1) (end 2.75 -1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 1) (end 2.75 1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 -1) (end -0.25 1) (layer F.Fab) (width 0.1)) (pad 2 thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W2.0mm_P2.50mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5DCC55A4) (at 140.7 144.3 90) (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor") (tags "C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor") (path /5DD2326F) (fp_text reference C2 (at 1.25 -2.25 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uF (at 1.25 2.25 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 1.25 0 90) (layer F.Fab) (effects (font (size 0.6 0.6) (thickness 0.09))) ) (fp_line (start 3.55 -1.25) (end -1.05 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.55 1.25) (end 3.55 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 1.25) (end 3.55 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 -1.25) (end -1.05 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.87 1.055) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.87 -1.12) (end 2.87 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.055) (end -0.37 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end -0.37 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.12) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end 2.87 -1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.75 -1) (end -0.25 -1) (layer F.Fab) (width 0.1)) (fp_line (start 2.75 1) (end 2.75 -1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 1) (end 2.75 1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 -1) (end -0.25 1) (layer F.Fab) (width 0.1)) (pad 2 thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W2.0mm_P2.50mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5DCC558F) (at 204.9 65.1 90) (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor") (tags "C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor") (path /5DD23269) (fp_text reference C1 (at 1.25 -2.25 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 0.1uF (at 1.25 2.25 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 1.25 0 90) (layer F.Fab) (effects (font (size 0.6 0.6) (thickness 0.09))) ) (fp_line (start 3.55 -1.25) (end -1.05 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 3.55 1.25) (end 3.55 -1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 1.25) (end 3.55 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.05 -1.25) (end -1.05 1.25) (layer F.CrtYd) (width 0.05)) (fp_line (start 2.87 1.055) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.87 -1.12) (end 2.87 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.055) (end -0.37 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end -0.37 -1.055) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 1.12) (end 2.87 1.12) (layer F.SilkS) (width 0.12)) (fp_line (start -0.37 -1.12) (end 2.87 -1.12) (layer F.SilkS) (width 0.12)) (fp_line (start 2.75 -1) (end -0.25 -1) (layer F.Fab) (width 0.1)) (fp_line (start 2.75 1) (end 2.75 -1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 1) (end 2.75 1) (layer F.Fab) (width 0.1)) (fp_line (start -0.25 -1) (end -0.25 1) (layer F.Fab) (width 0.1)) (pad 2 thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W2.0mm_P2.50mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Tandy-IO:TANDY-PLUS-BUS locked (layer F.Cu) (tedit 5CE7FE72) (tstamp 5DD341AE) (at 185.42 129.54 270) (descr "Through hole straight pin header, 2x31, 2.54mm pitch, double rows") (tags "Through hole pin header THT 2x31 2.54mm double row") (path /5DD232FD) (fp_text reference BUS1 (at 1.27 -2.33 90) (layer F.SilkS) hide (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value TANDY_BUS (at 1.27 78.53 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 1.27 38.1) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 4.35 -1.8) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start 4.35 78) (end 4.35 -1.8) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.8 78) (end 4.35 78) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.8 -1.8) (end -1.8 78) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.33 -1.33) (end 0 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start -1.33 0) (end -1.33 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 1.27 -1.33) (end 3.87 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 1.27 1.27) (end 1.27 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start -1.33 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.12)) (fp_line (start 3.87 -1.33) (end 3.87 77.53) (layer F.SilkS) (width 0.12)) (fp_line (start -1.33 1.27) (end -1.33 77.53) (layer F.SilkS) (width 0.12)) (fp_line (start -1.33 77.53) (end 3.87 77.53) (layer F.SilkS) (width 0.12)) (fp_line (start -1.27 0) (end 0 -1.27) (layer F.Fab) (width 0.1)) (fp_line (start -1.27 77.47) (end -1.27 0) (layer F.Fab) (width 0.1)) (fp_line (start 3.81 77.47) (end -1.27 77.47) (layer F.Fab) (width 0.1)) (fp_line (start 3.81 -1.27) (end 3.81 77.47) (layer F.Fab) (width 0.1)) (fp_line (start 0 -1.27) (end 3.81 -1.27) (layer F.Fab) (width 0.1)) (pad 62 thru_hole oval (at 2.54 76.2 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 1 GND)) (pad 31 thru_hole oval (at 0 76.2 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 34 A0)) (pad 61 thru_hole oval (at 2.54 73.66 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 3 "Net-(BUS1-Pad61)")) (pad 30 thru_hole oval (at 0 73.66 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 35 A1)) (pad 60 thru_hole oval (at 2.54 71.12 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 73 +5V)) (pad 29 thru_hole oval (at 0 71.12 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 36 A2)) (pad 59 thru_hole oval (at 2.54 68.58 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 4 "Net-(BUS1-Pad59)")) (pad 28 thru_hole oval (at 0 68.58 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 37 A3)) (pad 58 thru_hole oval (at 2.54 66.04 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 5 "Net-(BUS1-Pad58)")) (pad 27 thru_hole oval (at 0 66.04 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 38 A4)) (pad 57 thru_hole oval (at 2.54 63.5 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 6 "Net-(BUS1-Pad57)")) (pad 26 thru_hole oval (at 0 63.5 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 39 A5)) (pad 56 thru_hole oval (at 2.54 60.96 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 7 "Net-(BUS1-Pad56)")) (pad 25 thru_hole oval (at 0 60.96 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 40 A6)) (pad 55 thru_hole oval (at 2.54 58.42 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 8 IRQ4)) (pad 24 thru_hole oval (at 0 58.42 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 41 A7)) (pad 54 thru_hole oval (at 2.54 55.88 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 9 "Net-(BUS1-Pad54)")) (pad 23 thru_hole oval (at 0 55.88 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 42 A8)) (pad 53 thru_hole oval (at 2.54 53.34 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 10 "Net-(BUS1-Pad53)")) (pad 22 thru_hole oval (at 0 53.34 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 43 A9)) (pad 52 thru_hole oval (at 2.54 50.8 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 11 "Net-(BUS1-Pad52)")) (pad 21 thru_hole oval (at 0 50.8 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 44 A10)) (pad 51 thru_hole oval (at 2.54 48.26 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 12 "Net-(BUS1-Pad51)")) (pad 20 thru_hole oval (at 0 48.26 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 45 A11)) (pad 50 thru_hole oval (at 2.54 45.72 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 13 "Net-(BUS1-Pad50)")) (pad 19 thru_hole oval (at 0 45.72 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 46 A12)) (pad 49 thru_hole oval (at 2.54 43.18 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 14 "Net-(BUS1-Pad49)")) (pad 18 thru_hole oval (at 0 43.18 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 47 A13)) (pad 48 thru_hole oval (at 2.54 40.64 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 15 "Net-(BUS1-Pad48)")) (pad 17 thru_hole oval (at 0 40.64 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 48 A14)) (pad 47 thru_hole oval (at 2.54 38.1 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 16 "Net-(BUS1-Pad47)")) (pad 16 thru_hole oval (at 0 38.1 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 49 A15)) (pad 46 thru_hole oval (at 2.54 35.56 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 17 "Net-(BUS1-Pad46)")) (pad 15 thru_hole oval (at 0 35.56 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 50 A16)) (pad 45 thru_hole oval (at 2.54 33.02 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 18 ~IOR)) (pad 14 thru_hole oval (at 0 33.02 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 51 A17)) (pad 44 thru_hole oval (at 2.54 30.48 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 19 ~IOW)) (pad 13 thru_hole oval (at 0 30.48 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 52 A18)) (pad 43 thru_hole oval (at 2.54 27.94 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 20 ~MEMR)) (pad 12 thru_hole oval (at 0 27.94 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 53 A19)) (pad 42 thru_hole oval (at 2.54 25.4 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 21 ~MEMW)) (pad 11 thru_hole oval (at 0 25.4 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 54 AEN)) (pad 41 thru_hole oval (at 2.54 22.86 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 1 GND)) (pad 10 thru_hole oval (at 0 22.86 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 22 "Net-(BUS1-Pad10)")) (pad 40 thru_hole oval (at 2.54 20.32 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 31 +12V)) (pad 9 thru_hole oval (at 0 20.32 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 33 D0)) (pad 39 thru_hole oval (at 2.54 17.78 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 23 "Net-(BUS1-Pad39)")) (pad 8 thru_hole oval (at 0 17.78 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 55 D1)) (pad 38 thru_hole oval (at 2.54 15.24 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 32 -12V)) (pad 7 thru_hole oval (at 0 15.24 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 56 D2)) (pad 37 thru_hole oval (at 2.54 12.7 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 24 "Net-(BUS1-Pad37)")) (pad 6 thru_hole oval (at 0 12.7 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 57 D3)) (pad 36 thru_hole oval (at 2.54 10.16 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 25 "Net-(BUS1-Pad36)")) (pad 5 thru_hole oval (at 0 10.16 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 58 D4)) (pad 35 thru_hole oval (at 2.54 7.62 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 26 "Net-(BUS1-Pad35)")) (pad 4 thru_hole oval (at 0 7.62 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 27 D5)) (pad 34 thru_hole oval (at 2.54 5.08 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 73 +5V)) (pad 3 thru_hole oval (at 0 5.08 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 28 D6)) (pad 33 thru_hole oval (at 2.54 2.54 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 59 RESETDRV)) (pad 2 thru_hole oval (at 0 2.54 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 29 D7)) (pad 32 thru_hole oval (at 2.54 0 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole rect (at 0 0 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (net 30 "Net-(BUS1-Pad1)")) (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_2x31_P2.54mm_Vertical.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_DIP:DIP-16_W7.62mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5DCC5526) (at 106.3 58.2) (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") (path /5DCD9054) (fp_text reference 232-U9 (at 3.65 20.05 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 74ALS138 (at 3.85 8.8 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 3.81 8.89) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start 8.7 19.3) (end 8.7 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 19.3) (end 8.7 19.3) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 -1.55) (end -1.1 19.3) (layer F.CrtYd) (width 0.05)) (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 6.46 19.11) (end 6.46 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 19.11) (end 6.46 19.11) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 -1.33) (end 1.16 19.11) (layer F.SilkS) (width 0.12)) (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) (fp_line (start 0.635 19.05) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 19.05) (end 0.635 19.05) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 -1.27) (end 6.985 19.05) (layer F.Fab) (width 0.1)) (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) (pad 16 thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 8 thru_hole oval (at 0 17.78) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 15 thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 99 "Net-(232-U9-Pad15)")) (pad 7 thru_hole oval (at 0 15.24) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 60 ~UART_CS)) (pad 14 thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 100 "Net-(232-U9-Pad14)")) (pad 6 thru_hole oval (at 0 12.7) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 39 A5)) (pad 13 thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 101 "Net-(232-U9-Pad13)")) (pad 5 thru_hole oval (at 0 10.16) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 92 "Net-(232-U7-Pad7)")) (pad 12 thru_hole oval (at 7.62 10.16) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 102 "Net-(232-U9-Pad12)")) (pad 4 thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 54 AEN)) (pad 11 thru_hole oval (at 7.62 12.7) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 103 "Net-(232-U9-Pad11)")) (pad 3 thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 37 A3)) (pad 10 thru_hole oval (at 7.62 15.24) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 104 "Net-(232-U9-Pad10)")) (pad 2 thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 38 A4)) (pad 9 thru_hole oval (at 7.62 17.78) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 105 "Net-(232-U9-Pad9)")) (pad 1 thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 42 A8)) (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-16_W7.62mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_DIP:DIP-16_W7.62mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5DCC9B08) (at 90.8 58.1) (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") (path /5DCD9038) (fp_text reference 232-U7 (at 3.65 20.45 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 74ALS138 (at 3.8 8.9 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 3.81 8.89) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start 8.7 19.3) (end 8.7 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 19.3) (end 8.7 19.3) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 -1.55) (end -1.1 19.3) (layer F.CrtYd) (width 0.05)) (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 6.46 19.11) (end 6.46 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 19.11) (end 6.46 19.11) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 -1.33) (end 1.16 19.11) (layer F.SilkS) (width 0.12)) (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) (fp_line (start 0.635 19.05) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 19.05) (end 0.635 19.05) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 -1.27) (end 6.985 19.05) (layer F.Fab) (width 0.1)) (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) (pad 16 thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 8 thru_hole oval (at 0 17.78) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 15 thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 91 "Net-(232-U7-Pad15)")) (pad 7 thru_hole oval (at 0 15.24) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 92 "Net-(232-U7-Pad7)")) (pad 14 thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 93 "Net-(232-U7-Pad14)")) (pad 6 thru_hole oval (at 0 12.7) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 13 thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 94 "Net-(232-U7-Pad13)")) (pad 5 thru_hole oval (at 0 10.16) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 12 thru_hole oval (at 7.62 10.16) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 95 "Net-(232-U7-Pad12)")) (pad 4 thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 11 thru_hole oval (at 7.62 12.7) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 96 "Net-(232-U7-Pad11)")) (pad 3 thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 43 A9)) (pad 10 thru_hole oval (at 7.62 15.24) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 97 "Net-(232-U7-Pad10)")) (pad 2 thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 41 A7)) (pad 9 thru_hole oval (at 7.62 17.78) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 98 "Net-(232-U7-Pad9)")) (pad 1 thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 40 A6)) (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-16_W7.62mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Package_DIP:DIP-20_W7.62mm (layer F.Cu) (tedit 5A02E8C5) (tstamp 5DCC54DE) (at 144.5 92.7 90) (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") (path /5DCD9096) (fp_text reference 232-U6 (at 9.8 11.75 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value GD75232 (at 3.81 11.55 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 3.81 11.43 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start 8.7 24.4) (end 8.7 -1.55) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 24.4) (end 8.7 24.4) (layer F.CrtYd) (width 0.05)) (fp_line (start -1.1 -1.55) (end -1.1 24.4) (layer F.CrtYd) (width 0.05)) (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 6.46 24.19) (end 6.46 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 24.19) (end 6.46 24.19) (layer F.SilkS) (width 0.12)) (fp_line (start 1.16 -1.33) (end 1.16 24.19) (layer F.SilkS) (width 0.12)) (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer F.SilkS) (width 0.12)) (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1)) (fp_line (start 0.635 24.13) (end 0.635 -0.27) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 24.13) (end 0.635 24.13) (layer F.Fab) (width 0.1)) (fp_line (start 6.985 -1.27) (end 6.985 24.13) (layer F.Fab) (width 0.1)) (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1)) (fp_arc (start 3.81 -1.33) (end 2.81 -1.33) (angle -180) (layer F.SilkS) (width 0.12)) (pad 20 thru_hole oval (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 10 thru_hole oval (at 0 22.86 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 32 -12V)) (pad 19 thru_hole oval (at 7.62 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 83 "Net-(232-U6-Pad19)")) (pad 9 thru_hole oval (at 0 20.32 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 75 "Net-(232-P2-Pad9)")) (pad 18 thru_hole oval (at 7.62 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 84 "Net-(232-U6-Pad18)")) (pad 8 thru_hole oval (at 0 17.78 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 79 "Net-(232-P2-Pad4)")) (pad 17 thru_hole oval (at 7.62 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 85 "Net-(232-U6-Pad17)")) (pad 7 thru_hole oval (at 0 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 76 "Net-(232-P2-Pad8)")) (pad 16 thru_hole oval (at 7.62 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 86 "Net-(232-U6-Pad16)")) (pad 6 thru_hole oval (at 0 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 80 "Net-(232-P2-Pad3)")) (pad 15 thru_hole oval (at 7.62 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 87 "Net-(232-U6-Pad15)")) (pad 5 thru_hole oval (at 0 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 77 "Net-(232-P2-Pad7)")) (pad 14 thru_hole oval (at 7.62 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 88 "Net-(232-U6-Pad14)")) (pad 4 thru_hole oval (at 0 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 81 "Net-(232-P2-Pad2)")) (pad 13 thru_hole oval (at 7.62 17.78 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 89 "Net-(232-U6-Pad13)")) (pad 3 thru_hole oval (at 0 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 78 "Net-(232-P2-Pad6)")) (pad 12 thru_hole oval (at 7.62 20.32 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 90 "Net-(232-U6-Pad12)")) (pad 2 thru_hole oval (at 0 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 82 "Net-(232-P2-Pad1)")) (pad 11 thru_hole oval (at 7.62 22.86 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 1 thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 31 +12V)) (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-20_W7.62mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Connector_Dsub:DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm (layer F.Cu) (tedit 5DE2EF6D) (tstamp 5DCC54B6) (at 199.3 125.4 90) (descr "9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf") (tags "9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 25mm mounting-hole-offset 25mm") (path /5DCD904B) (fp_text reference 232-P2 (at 5.54 -2.8 90) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value SERIAL (at 5.54 18.44 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text user %R (at 5.54 13.94 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 21.5 -2.35) (end -10.4 -2.35) (layer F.CrtYd) (width 0.05)) (fp_line (start 21.5 17.45) (end 21.5 -2.35) (layer F.CrtYd) (width 0.05)) (fp_line (start -10.4 17.45) (end 21.5 17.45) (layer F.CrtYd) (width 0.05)) (fp_line (start -10.4 -2.35) (end -10.4 17.45) (layer F.CrtYd) (width 0.05)) (fp_line (start 0 -2.321325) (end -0.25 -2.754338) (layer F.SilkS) (width 0.12)) (fp_line (start 0.25 -2.754338) (end 0 -2.321325) (layer F.SilkS) (width 0.12)) (fp_line (start -0.25 -2.754338) (end 0.25 -2.754338) (layer F.SilkS) (width 0.12)) (fp_line (start 21.025 -1.86) (end 21.025 10.48) (layer F.SilkS) (width 0.12)) (fp_line (start -9.945 -1.86) (end 21.025 -1.86) (layer F.SilkS) (width 0.12)) (fp_line (start -9.945 10.48) (end -9.945 -1.86) (layer F.SilkS) (width 0.12)) (fp_line (start 19.64 10.54) (end 19.64 1.42) (layer F.Fab) (width 0.1)) (fp_line (start 16.44 10.54) (end 16.44 1.42) (layer F.Fab) (width 0.1)) (fp_line (start -5.36 10.54) (end -5.36 1.42) (layer F.Fab) (width 0.1)) (fp_line (start -8.56 10.54) (end -8.56 1.42) (layer F.Fab) (width 0.1)) (fp_line (start 20.54 10.94) (end 15.54 10.94) (layer F.Fab) (width 0.1)) (fp_line (start 20.54 15.94) (end 20.54 10.94) (layer F.Fab) (width 0.1)) (fp_line (start 15.54 15.94) (end 20.54 15.94) (layer F.Fab) (width 0.1)) (fp_line (start 15.54 10.94) (end 15.54 15.94) (layer F.Fab) (width 0.1)) (fp_line (start -4.46 10.94) (end -9.46 10.94) (layer F.Fab) (width 0.1)) (fp_line (start -4.46 15.94) (end -4.46 10.94) (layer F.Fab) (width 0.1)) (fp_line (start -9.46 15.94) (end -4.46 15.94) (layer F.Fab) (width 0.1)) (fp_line (start -9.46 10.94) (end -9.46 15.94) (layer F.Fab) (width 0.1)) (fp_line (start 13.69 10.94) (end -2.61 10.94) (layer F.Fab) (width 0.1)) (fp_line (start 13.69 16.94) (end 13.69 10.94) (layer F.Fab) (width 0.1)) (fp_line (start -2.61 16.94) (end 13.69 16.94) (layer F.Fab) (width 0.1)) (fp_line (start -2.61 10.94) (end -2.61 16.94) (layer F.Fab) (width 0.1)) (fp_line (start 20.965 10.54) (end -9.885 10.54) (layer F.Fab) (width 0.1)) (fp_line (start 20.965 10.94) (end 20.965 10.54) (layer F.Fab) (width 0.1)) (fp_line (start -9.885 10.94) (end 20.965 10.94) (layer F.Fab) (width 0.1)) (fp_line (start -9.885 10.54) (end -9.885 10.94) (layer F.Fab) (width 0.1)) (fp_line (start 20.965 -1.8) (end -9.885 -1.8) (layer F.Fab) (width 0.1)) (fp_line (start 20.965 10.54) (end 20.965 -1.8) (layer F.Fab) (width 0.1)) (fp_line (start -9.885 10.54) (end 20.965 10.54) (layer F.Fab) (width 0.1)) (fp_line (start -9.885 -1.8) (end -9.885 10.54) (layer F.Fab) (width 0.1)) (fp_arc (start 18.04 1.42) (end 16.44 1.42) (angle 180) (layer F.Fab) (width 0.1)) (fp_arc (start -6.96 1.42) (end -8.56 1.42) (angle 180) (layer F.Fab) (width 0.1)) (pad 0 thru_hole circle (at 18.04 1.42 90) (size 4 4) (drill 3.2) (layers *.Cu *.Mask) (net 1 GND)) (pad 0 thru_hole circle (at -6.96 1.42 90) (size 4 4) (drill 3.2) (layers *.Cu *.Mask) (net 1 GND)) (pad 9 thru_hole circle (at 9.695 2.84 90) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask) (net 75 "Net-(232-P2-Pad9)")) (pad 8 thru_hole circle (at 6.925 2.84 90) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask) (net 76 "Net-(232-P2-Pad8)")) (pad 7 thru_hole circle (at 4.155 2.84 90) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask) (net 77 "Net-(232-P2-Pad7)")) (pad 6 thru_hole circle (at 1.385 2.84 90) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask) (net 78 "Net-(232-P2-Pad6)")) (pad 5 thru_hole circle (at 11.08 0 90) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask) (net 1 GND)) (pad 4 thru_hole circle (at 8.31 0 90) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask) (net 79 "Net-(232-P2-Pad4)")) (pad 3 thru_hole circle (at 5.54 0 90) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask) (net 80 "Net-(232-P2-Pad3)")) (pad 2 thru_hole circle (at 2.77 0 90) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask) (net 81 "Net-(232-P2-Pad2)")) (pad 1 thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 1) (layers *.Cu *.Mask) (net 82 "Net-(232-P2-Pad1)")) (model ${KISYS3DMOD}/Connector_Dsub.3dshapes/DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (module Oscillator:Oscillator_DIP-8 (layer F.Cu) (tedit 58CD3344) (tstamp 5DCC5482) (at 161.5 57.4 180) (descr "Oscillator, DIP8,http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf") (tags oscillator) (path /5DCD90A8) (fp_text reference 232-OSC1 (at 3.6 3.6) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value 1.8432MHz (at 3.75 -3.75) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_arc (start -1.89 -9.51) (end -2.54 -9.51) (angle 90) (layer F.Fab) (width 0.1)) (fp_arc (start 9.51 -9.51) (end 9.51 -10.16) (angle 90) (layer F.Fab) (width 0.1)) (fp_arc (start 9.51 1.89) (end 10.16 1.89) (angle 90) (layer F.Fab) (width 0.1)) (fp_arc (start -1.89 -9.51) (end -2.64 -9.51) (angle 90) (layer F.SilkS) (width 0.12)) (fp_arc (start 9.51 -9.51) (end 9.51 -10.26) (angle 90) (layer F.SilkS) (width 0.12)) (fp_arc (start 9.51 1.89) (end 10.26 1.89) (angle 90) (layer F.SilkS) (width 0.12)) (fp_arc (start -1.19 -8.81) (end -1.54 -8.81) (angle 90) (layer F.Fab) (width 0.1)) (fp_arc (start 8.81 -8.81) (end 8.81 -9.16) (angle 90) (layer F.Fab) (width 0.1)) (fp_arc (start 8.81 1.19) (end 9.16 1.19) (angle 90) (layer F.Fab) (width 0.1)) (fp_line (start -2.54 2.54) (end -2.54 -9.51) (layer F.Fab) (width 0.1)) (fp_line (start -1.89 -10.16) (end 9.51 -10.16) (layer F.Fab) (width 0.1)) (fp_line (start 10.16 -9.51) (end 10.16 1.89) (layer F.Fab) (width 0.1)) (fp_line (start -2.54 2.54) (end 9.51 2.54) (layer F.Fab) (width 0.1)) (fp_line (start -2.64 2.64) (end 9.51 2.64) (layer F.SilkS) (width 0.12)) (fp_line (start 10.26 1.89) (end 10.26 -9.51) (layer F.SilkS) (width 0.12)) (fp_line (start 9.51 -10.26) (end -1.89 -10.26) (layer F.SilkS) (width 0.12)) (fp_line (start -2.64 -9.51) (end -2.64 2.64) (layer F.SilkS) (width 0.12)) (fp_line (start -1.54 1.54) (end 8.81 1.54) (layer F.Fab) (width 0.1)) (fp_line (start -1.54 1.54) (end -1.54 -8.81) (layer F.Fab) (width 0.1)) (fp_line (start -1.19 -9.16) (end 8.81 -9.16) (layer F.Fab) (width 0.1)) (fp_line (start 9.16 1.19) (end 9.16 -8.81) (layer F.Fab) (width 0.1)) (fp_line (start -2.79 2.79) (end 10.41 2.79) (layer F.CrtYd) (width 0.05)) (fp_line (start -2.79 -10.41) (end -2.79 2.79) (layer F.CrtYd) (width 0.05)) (fp_line (start 10.41 -10.41) (end -2.79 -10.41) (layer F.CrtYd) (width 0.05)) (fp_line (start 10.41 2.79) (end 10.41 -10.41) (layer F.CrtYd) (width 0.05)) (fp_text user %R (at 3.81 -3.81) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (pad 4 thru_hole circle (at 7.62 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 1 GND)) (pad 5 thru_hole circle (at 7.62 -7.62 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 74 "Net-(232-OSC1-Pad5)")) (pad 8 thru_hole circle (at 0 -7.62 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 73 +5V)) (pad 1 thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (net 118 "Net-(232-OSC1-Pad1)")) (model ${KISYS3DMOD}/Oscillator.3dshapes/Oscillator_DIP-8.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) (gr_text "Tandy 1000 EX/HX 3-in-1 Upgrade\n640kb, 96k UMB, CF, RS232\nRob Krenicki - 2020-02-13 v1.9" (at 99.2 141.1) (layer F.Mask) (tstamp 5DD46450) (effects (font (size 1.3 0.83) (thickness 0.2))) ) (gr_text "** No Configuration Jumpers Needed **\nXT-IDE ROM: 0xC000 CF Port: 0x300\nRS232: COM1, Port 0x3F8, IRQ 4\nMemory: 0x0000 - 0x5FFF, UMB 0xC800-0xDFFF" (at 121 112.4) (layer B.SilkS) (effects (font (size 1.3 1.15) (thickness 0.22)) (justify mirror)) ) (gr_text "Layout and Design by Rob Krenicki\n-- Derrived from designs by --\nSergey Kiselev, James Pearce, \nAdrian Black, Jacob Dorne" (at 117.7 89.8) (layer B.SilkS) (effects (font (size 1.2 1.2) (thickness 0.2)) (justify mirror)) ) (gr_text "OSHW - CC Attribution SA 3.0" (at 206.6 93 90) (layer B.SilkS) (effects (font (size 2 2) (thickness 0.4) italic) (justify mirror)) ) (gr_text "Aimee, Jessalyn, Solomia, Stella" (at 206.1 88 90) (layer F.Mask) (tstamp 5DC4E87B) (effects (font (size 1 1) (thickness 0.25) italic)) ) (gr_text "Aimee, Jessalyn, Solomia, Stella" (at 206.1 88 90) (layer F.Cu) (effects (font (size 1 1) (thickness 0.25) italic)) ) (gr_text "Tandy 1000 EX/HX 3-in-1 Upgrade\n640kb, 96k UMB, CF, RS232\nRob Krenicki - 2020-02-13 v1.9" (at 99.2 141.1) (layer F.Cu) (tstamp 5DBE5AD1) (effects (font (size 1.3 0.83) (thickness 0.2))) ) (gr_poly (pts (xy 85 50) (xy 210 50) (xy 210 143) (xy 196 143) (xy 196 148) (xy 85 148)) (layer Edge.Cuts) (width 0.1)) (dimension 86 (width 0.12) (layer F.Fab) (gr_text "86.000 mm" (at 223.27 93 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 210 50) (xy 222.586421 50))) (feature2 (pts (xy 210 136) (xy 222.586421 136))) (crossbar (pts (xy 222 136) (xy 222 50))) (arrow1a (pts (xy 222 50) (xy 222.586421 51.126504))) (arrow1b (pts (xy 222 50) (xy 221.413579 51.126504))) (arrow2a (pts (xy 222 136) (xy 222.586421 134.873496))) (arrow2b (pts (xy 222 136) (xy 221.413579 134.873496))) ) (dimension 8 (width 0.12) (layer F.Fab) (gr_text "8.000 mm" (at 214.27 46 90) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 210 42) (xy 213.586421 42))) (feature2 (pts (xy 210 50) (xy 213.586421 50))) (crossbar (pts (xy 213 50) (xy 213 42))) (arrow1a (pts (xy 213 42) (xy 213.586421 43.126504))) (arrow1b (pts (xy 213 42) (xy 212.413579 43.126504))) (arrow2a (pts (xy 213 50) (xy 213.586421 48.873496))) (arrow2b (pts (xy 213 50) (xy 212.413579 48.873496))) ) (gr_line (start 210 136) (end 208 136) (layer F.SilkS) (width 0.12)) (dimension 98 (width 0.12) (layer F.Fab) (gr_text "98.000 mm" (at 243.27 99 270) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 210 148) (xy 242.586421 148))) (feature2 (pts (xy 210 50) (xy 242.586421 50))) (crossbar (pts (xy 242 50) (xy 242 148))) (arrow1a (pts (xy 242 148) (xy 241.413579 146.873496))) (arrow1b (pts (xy 242 148) (xy 242.586421 146.873496))) (arrow2a (pts (xy 242 50) (xy 241.413579 51.126504))) (arrow2b (pts (xy 242 50) (xy 242.586421 51.126504))) ) (dimension 125 (width 0.12) (layer F.Fab) (gr_text "125.000 mm" (at 147.5 41.73) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (feature1 (pts (xy 210 50) (xy 210 42.413579))) (feature2 (pts (xy 85 50) (xy 85 42.413579))) (crossbar (pts (xy 85 43) (xy 210 43))) (arrow1a (pts (xy 210 43) (xy 208.873496 43.586421))) (arrow1b (pts (xy 210 43) (xy 208.873496 42.413579))) (arrow2a (pts (xy 85 43) (xy 86.126504 43.586421))) (arrow2b (pts (xy 85 43) (xy 86.126504 42.413579))) ) (via (at 102.4 110.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 139.1 122.7) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 139.6 117.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 146.9 118) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 144.6 120.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 107.2 130) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 91.2 106.7) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 167.9 52.3) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 167.9 54) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 148.5 57.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 143.04 57.82) (end 142 58.86) (width 0.2) (layer B.Cu) (net 1)) (segment (start 142 58.86) (end 142 58.9) (width 0.2) (layer B.Cu) (net 1)) (segment (start 142 58.9) (end 142.2 59.1) (width 0.2) (layer B.Cu) (net 1)) (segment (start 142.2 59.1) (end 144 59.1) (width 0.2) (layer B.Cu) (net 1)) (segment (start 144 58.78) (end 143.04 57.82) (width 0.2) (layer B.Cu) (net 1)) (segment (start 144 59.1) (end 144 58.78) (width 0.2) (layer B.Cu) (net 1)) (via (at 145.3 68) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 178.5 138.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 110.1 135.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 206.8 73) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 206.9 69) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 199.2 73) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 196.4 69) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 178.2 103.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 185.4 103.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 140 112) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 139.8 90.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 140.6 136.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 142.6 139.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 173.6 103.2) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 195.3 100.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 195.4 109.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 195 127) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 185.8 108.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 202.5 127.3) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 195.6 135) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 163.5 89) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 101.2 78) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 91.5 51.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 86.4 56) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 208.25 58.55) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 202.35 51.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 135.6 134.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 144.1 111.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 178.8 59.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 96.42 118.88) (end 96.5 118.8) (width 0.4) (layer F.Cu) (net 1)) (via (at 91.8 90.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 89 136.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 114.1 140.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 100 87.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 92.6 115.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (via (at 92.5 121.1) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 174.849999 76.790001) (end 176.54 75.1) (width 0.2) (layer F.Cu) (net 1)) (segment (start 174 77.64) (end 174.849999 76.790001) (width 0.2) (layer F.Cu) (net 1)) (via (at 150.8 118.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 1)) (segment (start 140.5 62.9) (end 141.8 61.6) (width 0.2) (layer B.Cu) (net 1)) (segment (start 141.8 59.06) (end 143.04 57.82) (width 0.2) (layer B.Cu) (net 1)) (segment (start 141.8 61.6) (end 141.8 59.06) (width 0.2) (layer B.Cu) (net 1)) (segment (start 133.9 82.1) (end 137.08 82.1) (width 0.2) (layer F.Cu) (net 2)) (segment (start 137.08 82.1) (end 137.1 82.12) (width 0.2) (layer F.Cu) (net 2)) (segment (start 116.7204 132.3581) (end 116.7204 131.584) (width 0.2) (layer F.Cu) (net 4)) (segment (start 121.8 131.768) (end 121.8 132.632) (width 0.2) (layer F.Cu) (net 6)) (segment (start 124.9875 54.2062) (end 127.0811 56.2998) (width 0.2) (layer F.Cu) (net 8)) (segment (start 127.0811 56.2998) (end 134.4002 56.2998) (width 0.2) (layer F.Cu) (net 8)) (segment (start 134.4002 56.2998) (end 135.42 55.28) (width 0.2) (layer F.Cu) (net 8)) (via (at 124.9875 54.2062) (size 0.6) (layers F.Cu B.Cu) (net 8)) (via (at 86.5 135.2) (size 0.6) (layers F.Cu B.Cu) (net 8)) (via (at 110.85 133.7) (size 0.6) (layers F.Cu B.Cu) (net 8)) (segment (start 86.3 135) (end 86.5 135.2) (width 0.2) (layer B.Cu) (net 8)) (segment (start 86.3 60.5054) (end 86.3 135) (width 0.2) (layer B.Cu) (net 8)) (segment (start 91.3717 55.4337) (end 86.3 60.5054) (width 0.2) (layer B.Cu) (net 8)) (segment (start 124.9875 54.2062) (end 123.76 55.4337) (width 0.2) (layer B.Cu) (net 8)) (segment (start 123.76 55.4337) (end 91.3717 55.4337) (width 0.2) (layer B.Cu) (net 8)) (segment (start 86.8414 135.2) (end 86.5 135.2) (width 0.2) (layer F.Cu) (net 8)) (segment (start 88.3704 133.671) (end 86.8414 135.2) (width 0.2) (layer F.Cu) (net 8)) (segment (start 110.25 133.7) (end 110.221 133.671) (width 0.2) (layer F.Cu) (net 8)) (segment (start 110.85 133.7) (end 110.25 133.7) (width 0.2) (layer F.Cu) (net 8)) (segment (start 110.3841 133.671) (end 110.221 133.671) (width 0.2) (layer F.Cu) (net 8)) (segment (start 110.221 133.671) (end 88.3704 133.671) (width 0.2) (layer F.Cu) (net 8)) (segment (start 113.149999 131.250001) (end 113.4704 130.9296) (width 0.2) (layer B.Cu) (net 8)) (segment (start 113.149999 132.392003) (end 113.149999 131.250001) (width 0.2) (layer B.Cu) (net 8)) (segment (start 111.842002 133.7) (end 113.149999 132.392003) (width 0.2) (layer B.Cu) (net 8)) (segment (start 110.85 133.7) (end 111.842002 133.7) (width 0.2) (layer B.Cu) (net 8)) (segment (start 126.150001 131.150001) (end 125.9296 130.9296) (width 0.2) (layer B.Cu) (net 8)) (segment (start 126.150001 131.230001) (end 126.150001 131.150001) (width 0.2) (layer B.Cu) (net 8)) (segment (start 127 132.08) (end 126.150001 131.230001) (width 0.2) (layer B.Cu) (net 8)) (segment (start 113.4704 130.9296) (end 125.9296 130.9296) (width 0.2) (layer B.Cu) (net 8)) (segment (start 139.819999 131.527999) (end 139.819999 132.619999) (width 0.2) (layer F.Cu) (net 13)) (segment (start 164.4122 101.1751) (end 155.79 109.7973) (width 0.2) (layer F.Cu) (net 18)) (segment (start 155.79 109.7973) (end 155.79 114.6314) (width 0.2) (layer F.Cu) (net 18)) (segment (start 155.79 114.6314) (end 153.3262 117.0952) (width 0.2) (layer F.Cu) (net 18)) (segment (start 174 70.02) (end 175.15 71.17) (width 0.2) (layer B.Cu) (net 18)) (segment (start 175.15 71.17) (end 175.15 75.412) (width 0.2) (layer B.Cu) (net 18)) (segment (start 175.15 75.412) (end 175.988 76.25) (width 0.2) (layer B.Cu) (net 18)) (segment (start 175.988 76.25) (end 182.65 76.25) (width 0.2) (layer B.Cu) (net 18)) (segment (start 182.65 76.25) (end 183.8 75.1) (width 0.2) (layer B.Cu) (net 18)) (segment (start 183.8 75.1) (end 184.8 75.1) (width 0.2) (layer B.Cu) (net 18)) (via (at 153.3262 117.0952) (size 0.6) (layers F.Cu B.Cu) (net 18)) (via (at 172.05 99.6) (size 0.6) (layers F.Cu B.Cu) (net 18)) (segment (start 172.05 99.6) (end 170.4749 101.1751) (width 0.2) (layer F.Cu) (net 18)) (segment (start 170.4749 101.1751) (end 164.4122 101.1751) (width 0.2) (layer F.Cu) (net 18)) (segment (start 172.05 71.97) (end 174 70.02) (width 0.2) (layer B.Cu) (net 18)) (segment (start 172.05 99.6) (end 172.05 71.97) (width 0.2) (layer B.Cu) (net 18)) (segment (start 148.2817 119.5443) (end 148.2817 123.4917) (width 0.2) (layer B.Cu) (net 18)) (segment (start 153.3262 117.0952) (end 150.7308 117.0952) (width 0.2) (layer B.Cu) (net 18)) (segment (start 150.7308 117.0952) (end 148.2817 119.5443) (width 0.2) (layer B.Cu) (net 18)) (segment (start 151.245 130.925) (end 151.245 126.455) (width 0.2) (layer B.Cu) (net 18)) (segment (start 152.4 132.08) (end 151.245 130.925) (width 0.2) (layer B.Cu) (net 18)) (segment (start 148.2817 123.4917) (end 151.245 126.455) (width 0.2) (layer B.Cu) (net 18)) (segment (start 153.1 62.9) (end 143.04 62.9) (width 0.2) (layer F.Cu) (net 18)) (segment (start 165.6 69) (end 166.62 70.02) (width 0.2) (layer F.Cu) (net 18)) (segment (start 165.6 64.3) (end 165.6 69) (width 0.2) (layer F.Cu) (net 18)) (segment (start 164.2 62.9) (end 165.6 64.3) (width 0.2) (layer F.Cu) (net 18)) (segment (start 153.1 62.9) (end 164.2 62.9) (width 0.2) (layer F.Cu) (net 18)) (segment (start 174 70.02) (end 166.62 70.02) (width 0.2) (layer F.Cu) (net 18)) (segment (start 176.5674 111.5862) (end 176.5674 107.1824) (width 0.2) (layer F.Cu) (net 19)) (via (at 176.5674 107.1824) (size 0.6) (layers F.Cu B.Cu) (net 19)) (segment (start 172.8232 73.7368) (end 174 72.56) (width 0.2) (layer B.Cu) (net 19)) (segment (start 175.1504 105.7654) (end 175.1504 99.4877) (width 0.2) (layer B.Cu) (net 19)) (segment (start 176.5674 107.1824) (end 175.1504 105.7654) (width 0.2) (layer B.Cu) (net 19)) (segment (start 175.1504 99.4877) (end 175.0123 99.3496) (width 0.2) (layer B.Cu) (net 19)) (segment (start 175.0123 99.3496) (end 173.7451 99.3496) (width 0.2) (layer B.Cu) (net 19)) (segment (start 173.7451 99.3496) (end 172.8232 98.4277) (width 0.2) (layer B.Cu) (net 19)) (segment (start 172.8232 98.4277) (end 172.8232 73.7368) (width 0.2) (layer B.Cu) (net 19)) (segment (start 159.3423 126.4045) (end 157.6441 126.4045) (width 0.2) (layer B.Cu) (net 19)) (via (at 159.3423 126.4045) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 19)) (segment (start 162.3545 126.4045) (end 162.3675 126.4175) (width 0.2) (layer F.Cu) (net 19)) (segment (start 159.3423 126.4045) (end 162.3545 126.4045) (width 0.2) (layer F.Cu) (net 19)) (segment (start 156.373498 126.4045) (end 157.6441 126.4045) (width 0.2) (layer B.Cu) (net 19)) (segment (start 153.789999 128.987999) (end 156.373498 126.4045) (width 0.2) (layer B.Cu) (net 19)) (segment (start 154.94 132.08) (end 153.789999 130.929999) (width 0.2) (layer B.Cu) (net 19)) (segment (start 153.789999 130.929999) (end 153.789999 128.987999) (width 0.2) (layer B.Cu) (net 19)) (segment (start 176.5674 111.5862) (end 176.5674 123.0926) (width 0.2) (layer F.Cu) (net 19)) (segment (start 175.6975 123.9625) (end 164.8225 123.9625) (width 0.2) (layer F.Cu) (net 19)) (segment (start 176.5674 123.0926) (end 175.6975 123.9625) (width 0.2) (layer F.Cu) (net 19)) (segment (start 162.3675 126.4175) (end 164.8225 123.9625) (width 0.2) (layer F.Cu) (net 19)) (segment (start 147.62 72.56) (end 174 72.56) (width 0.2) (layer F.Cu) (net 19)) (segment (start 143.04 67.98) (end 147.62 72.56) (width 0.2) (layer F.Cu) (net 19)) (segment (start 119.58 104.372) (end 119.58 105.428) (width 0.2) (layer F.Cu) (net 20)) (segment (start 129.91 120.4275) (end 129.91 119.7951) (width 0.2) (layer B.Cu) (net 20)) (segment (start 130.7724 121.2899) (end 129.91 120.4275) (width 0.2) (layer B.Cu) (net 20)) (segment (start 134.1558 121.2899) (end 130.7724 121.2899) (width 0.2) (layer B.Cu) (net 20)) (segment (start 145.7997 120) (end 144.8356 119.0359) (width 0.2) (layer B.Cu) (net 20)) (segment (start 146.9 120) (end 145.7997 120) (width 0.2) (layer B.Cu) (net 20)) (segment (start 144.8356 119.0359) (end 135.7902 119.0359) (width 0.2) (layer B.Cu) (net 20)) (segment (start 135.7902 119.0359) (end 134.99 119.8361) (width 0.2) (layer B.Cu) (net 20)) (segment (start 134.99 119.8361) (end 134.99 120.4557) (width 0.2) (layer B.Cu) (net 20)) (segment (start 134.99 120.4557) (end 134.1558 121.2899) (width 0.2) (layer B.Cu) (net 20)) (segment (start 158.80155 130.75845) (end 158.80155 127.89845) (width 0.2) (layer F.Cu) (net 20)) (segment (start 157.48 132.08) (end 158.80155 130.75845) (width 0.2) (layer F.Cu) (net 20)) (segment (start 146.9 120) (end 146.9 122) (width 0.2) (layer F.Cu) (net 20)) (segment (start 149.24845 124.34845) (end 155.25155 124.34845) (width 0.2) (layer F.Cu) (net 20)) (segment (start 146.9 122) (end 149.24845 124.34845) (width 0.2) (layer F.Cu) (net 20)) (segment (start 155.25155 124.34845) (end 158.80155 127.89845) (width 0.2) (layer F.Cu) (net 20)) (segment (start 119.58 106.28) (end 118.48 107.38) (width 0.2) (layer F.Cu) (net 20)) (segment (start 119.58 105.428) (end 119.58 106.28) (width 0.2) (layer F.Cu) (net 20)) (segment (start 118.48 107.38) (end 118.48 120.14) (width 0.2) (layer F.Cu) (net 20)) (segment (start 119.58 103.26) (end 118.66 102.34) (width 0.2) (layer F.Cu) (net 20)) (segment (start 119.58 104.372) (end 119.58 103.26) (width 0.2) (layer F.Cu) (net 20)) (segment (start 118.66 97.34) (end 118.66 102.34) (width 0.2) (layer F.Cu) (net 20)) (segment (start 118.48 119.00863) (end 119.88863 117.6) (width 0.2) (layer B.Cu) (net 20)) (segment (start 118.48 120.14) (end 118.48 119.00863) (width 0.2) (layer B.Cu) (net 20)) (segment (start 119.88863 117.6) (end 129.1 117.6) (width 0.2) (layer B.Cu) (net 20)) (segment (start 129.91 118.41) (end 129.91 119.7951) (width 0.2) (layer B.Cu) (net 20)) (segment (start 129.1 117.6) (end 129.91 118.41) (width 0.2) (layer B.Cu) (net 20)) (segment (start 145.665 135.3621) (end 158.0079 135.3621) (width 0.2) (layer B.Cu) (net 21)) (segment (start 131.18 113.507) (end 131.18 120.14) (width 0.2) (layer F.Cu) (net 21)) (via (at 142.6 135.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 21)) (segment (start 145.6271 135.4) (end 145.665 135.3621) (width 0.2) (layer B.Cu) (net 21)) (segment (start 142.6 135.4) (end 145.6271 135.4) (width 0.2) (layer B.Cu) (net 21)) (segment (start 131.18 113.507) (end 131.18 120.4462) (width 0.2) (layer F.Cu) (net 21)) (segment (start 159.985 133.317081) (end 159.985 133.385) (width 0.2) (layer B.Cu) (net 21)) (segment (start 160.02 133.282081) (end 159.985 133.317081) (width 0.2) (layer B.Cu) (net 21)) (segment (start 160.02 132.08) (end 160.02 133.282081) (width 0.2) (layer B.Cu) (net 21)) (segment (start 158.0079 135.3621) (end 159.985 133.385) (width 0.2) (layer B.Cu) (net 21)) (segment (start 131.18 110.42) (end 131.18 113.507) (width 0.2) (layer F.Cu) (net 21) (tstamp 5DD3A067)) (via (at 131.18 110.42) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 21)) (segment (start 141.68 110.42) (end 142.4 109.7) (width 0.2) (layer B.Cu) (net 21)) (segment (start 131.18 110.42) (end 141.68 110.42) (width 0.2) (layer B.Cu) (net 21)) (segment (start 131.18 122.68) (end 131.18 120.14) (width 0.2) (layer F.Cu) (net 21)) (segment (start 134.2083 125.7083) (end 131.18 122.68) (width 0.2) (layer F.Cu) (net 21)) (segment (start 138.78 125.7083) (end 134.2083 125.7083) (width 0.2) (layer F.Cu) (net 21)) (segment (start 140.850001 127.778301) (end 138.78 125.7083) (width 0.2) (layer F.Cu) (net 21)) (segment (start 140.850001 130.092001) (end 140.850001 127.778301) (width 0.2) (layer F.Cu) (net 21)) (segment (start 141.317998 135.4) (end 138.549999 132.632001) (width 0.2) (layer F.Cu) (net 21)) (segment (start 142.6 135.4) (end 141.317998 135.4) (width 0.2) (layer F.Cu) (net 21)) (segment (start 138.549999 132.632001) (end 138.549999 131.527999) (width 0.2) (layer F.Cu) (net 21)) (segment (start 138.549999 131.527999) (end 139.387997 130.690001) (width 0.2) (layer F.Cu) (net 21)) (segment (start 139.387997 130.690001) (end 140.252001 130.690001) (width 0.2) (layer F.Cu) (net 21)) (segment (start 140.252001 130.690001) (end 140.850001 130.092001) (width 0.2) (layer F.Cu) (net 21)) (segment (start 117.5472 82.6381) (end 117.5472 81.6187) (width 0.2) (layer F.Cu) (net 27)) (segment (start 126.1059 73.06) (end 127.8 73.06) (width 0.2) (layer F.Cu) (net 27)) (segment (start 105.96 97.9057) (end 105.96 98.4714) (width 0.2) (layer B.Cu) (net 27)) (segment (start 105.96 98.4714) (end 108.649 101.16) (width 0.2) (layer B.Cu) (net 27)) (segment (start 108.649 101.16) (end 154.26 101.16) (width 0.2) (layer B.Cu) (net 27)) (segment (start 154.26 101.16) (end 162.3 109.2) (width 0.2) (layer B.Cu) (net 27)) (segment (start 105.96 97.34) (end 105.96 97.9057) (width 0.2) (layer B.Cu) (net 27)) (segment (start 163.24 110.14) (end 162.3 109.2) (width 0.2) (layer F.Cu) (net 27)) (via (at 115.323 91.0168) (size 0.6) (layers F.Cu B.Cu) (net 27)) (via (at 162.3 109.2) (size 0.6) (layers F.Cu B.Cu) (net 27)) (segment (start 182.7 126.42) (end 182.7 92.44) (width 0.2) (layer F.Cu) (net 27)) (segment (start 182.21 126.91) (end 182.7 126.42) (width 0.2) (layer F.Cu) (net 27)) (segment (start 179.227919 126.91) (end 182.21 126.91) (width 0.2) (layer F.Cu) (net 27)) (segment (start 177.8 129.54) (end 177.8 128.337919) (width 0.2) (layer F.Cu) (net 27)) (segment (start 177.8 128.337919) (end 179.227919 126.91) (width 0.2) (layer F.Cu) (net 27)) (segment (start 162.14 118.366) (end 163.24 117.266) (width 0.2) (layer F.Cu) (net 27)) (segment (start 162.14 120) (end 162.14 118.366) (width 0.2) (layer F.Cu) (net 27)) (segment (start 163.24 117.266) (end 163.24 110.14) (width 0.2) (layer F.Cu) (net 27)) (segment (start 117.5472 83.4528) (end 115.323 85.677) (width 0.2) (layer F.Cu) (net 27)) (segment (start 117.5472 82.6381) (end 117.5472 83.4528) (width 0.2) (layer F.Cu) (net 27)) (segment (start 115.323 91.0168) (end 115.323 85.677) (width 0.2) (layer F.Cu) (net 27)) (segment (start 117.5472 81.6187) (end 117.5472 80.5528) (width 0.2) (layer F.Cu) (net 27)) (segment (start 122.96705 75.13295) (end 124.03295 75.13295) (width 0.2) (layer F.Cu) (net 27)) (segment (start 117.5472 80.5528) (end 122.96705 75.13295) (width 0.2) (layer F.Cu) (net 27)) (segment (start 124.03295 75.13295) (end 126.1059 73.06) (width 0.2) (layer F.Cu) (net 27)) (segment (start 184.7 90.34) (end 183.36 90.34) (width 0.2) (layer F.Cu) (net 27)) (segment (start 182.7 91) (end 182.7 92.44) (width 0.2) (layer F.Cu) (net 27)) (segment (start 183.36 90.34) (end 182.7 91) (width 0.2) (layer F.Cu) (net 27)) (segment (start 162.14 120) (end 162.14 122.04) (width 0.2) (layer B.Cu) (net 27)) (segment (start 162.14 122.04) (end 163.2 123.1) (width 0.2) (layer B.Cu) (net 27)) (segment (start 163.2 123.1) (end 173.4 123.1) (width 0.2) (layer B.Cu) (net 27)) (segment (start 177.8 127.5) (end 177.8 129.54) (width 0.2) (layer B.Cu) (net 27)) (segment (start 173.4 123.1) (end 177.8 127.5) (width 0.2) (layer B.Cu) (net 27)) (segment (start 105.96 96.04) (end 105.96 97.34) (width 0.2) (layer B.Cu) (net 27)) (segment (start 115.323 91.0168) (end 110.9832 91.0168) (width 0.2) (layer B.Cu) (net 27)) (segment (start 110.9832 91.0168) (end 105.96 96.04) (width 0.2) (layer B.Cu) (net 27)) (segment (start 111.92 100.76) (end 156.26 100.76) (width 0.2) (layer B.Cu) (net 28)) (segment (start 156.26 100.76) (end 164.8 109.3) (width 0.2) (layer B.Cu) (net 28)) (segment (start 127.8 70.52) (end 126.739 71.581) (width 0.2) (layer B.Cu) (net 28)) (segment (start 126.739 71.581) (end 126.739 77.1223) (width 0.2) (layer B.Cu) (net 28)) (segment (start 126.739 77.1223) (end 127.4523 77.8356) (width 0.2) (layer B.Cu) (net 28)) (segment (start 127.4523 97.7563) (end 126.7576 98.451) (width 0.2) (layer B.Cu) (net 28)) (segment (start 126.7576 98.451) (end 120.6811 98.451) (width 0.2) (layer B.Cu) (net 28)) (segment (start 120.6811 98.451) (end 119.93 97.6999) (width 0.2) (layer B.Cu) (net 28)) (segment (start 119.93 97.6999) (end 119.93 96.9697) (width 0.2) (layer B.Cu) (net 28)) (segment (start 165.78 110.28) (end 164.8 109.3) (width 0.2) (layer F.Cu) (net 28)) (via (at 164.8 109.3) (size 0.6) (layers F.Cu B.Cu) (net 28)) (segment (start 183.1 94.58) (end 183.1 126.8) (width 0.2) (layer F.Cu) (net 28)) (segment (start 127.4523 83.6477) (end 127.4523 83.7523) (width 0.2) (layer B.Cu) (net 28)) (segment (start 127.4523 77.8356) (end 127.4523 83.6477) (width 0.2) (layer B.Cu) (net 28)) (segment (start 127.4523 83.7523) (end 129.1 85.4) (width 0.2) (layer B.Cu) (net 28)) (segment (start 129.1 93.9) (end 127.4523 95.5477) (width 0.2) (layer B.Cu) (net 28)) (segment (start 129.1 85.4) (end 129.1 93.9) (width 0.2) (layer B.Cu) (net 28)) (segment (start 127.4523 95.5477) (end 127.4523 97.7563) (width 0.2) (layer B.Cu) (net 28)) (segment (start 180.34 128.337919) (end 181.307919 127.37) (width 0.2) (layer F.Cu) (net 28)) (segment (start 180.34 129.54) (end 180.34 128.337919) (width 0.2) (layer F.Cu) (net 28)) (segment (start 182.53 127.37) (end 183.1 126.8) (width 0.2) (layer F.Cu) (net 28)) (segment (start 181.307919 127.37) (end 182.53 127.37) (width 0.2) (layer F.Cu) (net 28)) (segment (start 164.68 118.53) (end 165.78 117.43) (width 0.2) (layer F.Cu) (net 28)) (segment (start 164.68 120) (end 164.68 118.53) (width 0.2) (layer F.Cu) (net 28)) (segment (start 165.78 117.43) (end 165.78 110.28) (width 0.2) (layer F.Cu) (net 28)) (segment (start 183.1 93.34863) (end 183.1 94.58) (width 0.2) (layer F.Cu) (net 28)) (segment (start 184.7 92.88) (end 183.56863 92.88) (width 0.2) (layer F.Cu) (net 28)) (segment (start 183.56863 92.88) (end 183.1 93.34863) (width 0.2) (layer F.Cu) (net 28)) (segment (start 180.34 127.44) (end 180.34 129.54) (width 0.2) (layer B.Cu) (net 28)) (segment (start 175.6 122.7) (end 180.34 127.44) (width 0.2) (layer B.Cu) (net 28)) (segment (start 165.6 122.7) (end 166.4 122.7) (width 0.2) (layer B.Cu) (net 28)) (segment (start 164.68 121.78) (end 165.6 122.7) (width 0.2) (layer B.Cu) (net 28)) (segment (start 164.68 120) (end 164.68 121.78) (width 0.2) (layer B.Cu) (net 28)) (segment (start 166.2 122.7) (end 166.4 122.7) (width 0.2) (layer B.Cu) (net 28)) (segment (start 166.4 122.7) (end 175.6 122.7) (width 0.2) (layer B.Cu) (net 28)) (segment (start 110.78863 100.76) (end 111.92 100.76) (width 0.2) (layer B.Cu) (net 28)) (segment (start 108.5 97.34) (end 108.5 98.47137) (width 0.2) (layer B.Cu) (net 28)) (segment (start 108.5 98.47137) (end 110.78863 100.76) (width 0.2) (layer B.Cu) (net 28)) (segment (start 118.4603 95.5) (end 119.23015 96.26985) (width 0.2) (layer B.Cu) (net 28)) (segment (start 109.3 95.5) (end 118.4603 95.5) (width 0.2) (layer B.Cu) (net 28)) (segment (start 108.5 96.3) (end 109.3 95.5) (width 0.2) (layer B.Cu) (net 28)) (segment (start 108.5 97.34) (end 108.5 96.3) (width 0.2) (layer B.Cu) (net 28)) (segment (start 119.93 96.9697) (end 119.23015 96.26985) (width 0.2) (layer B.Cu) (net 28)) (segment (start 111.04 97.34) (end 111.04 98.4714) (width 0.2) (layer B.Cu) (net 29)) (segment (start 111.04 98.4714) (end 112.929 100.36) (width 0.2) (layer B.Cu) (net 29)) (segment (start 158.26 100.36) (end 167.2 109.3) (width 0.2) (layer B.Cu) (net 29)) (segment (start 168.32 110.42) (end 167.2 109.3) (width 0.2) (layer F.Cu) (net 29)) (via (at 167.2 109.3) (size 0.6) (layers F.Cu B.Cu) (net 29)) (segment (start 130.04 74.579799) (end 130.04 100.36) (width 0.2) (layer B.Cu) (net 29)) (segment (start 130.34 74.279799) (end 130.04 74.579799) (width 0.2) (layer B.Cu) (net 29)) (segment (start 130.34 73.06) (end 130.34 74.279799) (width 0.2) (layer B.Cu) (net 29)) (segment (start 112.929 100.36) (end 130.04 100.36) (width 0.2) (layer B.Cu) (net 29)) (segment (start 130.04 100.36) (end 158.26 100.36) (width 0.2) (layer B.Cu) (net 29)) (segment (start 182.88 127.62) (end 183.5 127) (width 0.2) (layer F.Cu) (net 29)) (segment (start 182.88 129.54) (end 182.88 127.62) (width 0.2) (layer F.Cu) (net 29)) (segment (start 183.5 96.72) (end 183.5 127) (width 0.2) (layer F.Cu) (net 29)) (segment (start 167.22 118.53) (end 168.32 117.43) (width 0.2) (layer F.Cu) (net 29)) (segment (start 167.22 120) (end 167.22 118.53) (width 0.2) (layer F.Cu) (net 29)) (segment (start 168.32 117.43) (end 168.32 110.42) (width 0.2) (layer F.Cu) (net 29)) (segment (start 184.7 95.42) (end 183.88 95.42) (width 0.2) (layer F.Cu) (net 29)) (segment (start 183.5 95.8) (end 183.5 96.72) (width 0.2) (layer F.Cu) (net 29)) (segment (start 183.88 95.42) (end 183.5 95.8) (width 0.2) (layer F.Cu) (net 29)) (segment (start 167.22 120) (end 167.22 121.82) (width 0.2) (layer B.Cu) (net 29)) (segment (start 167.22 121.82) (end 167.7 122.3) (width 0.2) (layer B.Cu) (net 29)) (segment (start 167.7 122.3) (end 177.6 122.3) (width 0.2) (layer B.Cu) (net 29)) (segment (start 182.88 127.58) (end 182.88 129.54) (width 0.2) (layer B.Cu) (net 29)) (segment (start 177.6 122.3) (end 182.88 127.58) (width 0.2) (layer B.Cu) (net 29)) (segment (start 168.3 98.7) (end 146.8 98.7) (width 0.2) (layer F.Cu) (net 31)) (segment (start 146.8 98.7) (end 144.5 96.4) (width 0.2) (layer F.Cu) (net 31)) (segment (start 144.5 92.7) (end 144.5 96.4) (width 0.2) (layer B.Cu) (net 31)) (via (at 168.3 98.7) (size 0.6) (layers F.Cu B.Cu) (net 31)) (segment (start 205.5 112.6) (end 205.5 127.1) (width 0.2) (layer B.Cu) (net 31)) (segment (start 205.5 127.1) (end 204 128.6) (width 0.2) (layer B.Cu) (net 31)) (segment (start 167.62 134.6) (end 165.949999 132.929999) (width 0.2) (layer B.Cu) (net 31)) (segment (start 204 128.6) (end 194.6 128.6) (width 0.2) (layer B.Cu) (net 31)) (segment (start 194.6 128.6) (end 188.6 134.6) (width 0.2) (layer B.Cu) (net 31)) (segment (start 165.949999 132.929999) (end 165.1 132.08) (width 0.2) (layer B.Cu) (net 31)) (segment (start 188.6 134.6) (end 167.62 134.6) (width 0.2) (layer B.Cu) (net 31)) (segment (start 204.017002 111.117002) (end 205.5 112.6) (width 0.2) (layer B.Cu) (net 31)) (segment (start 179.617002 111.117002) (end 204.017002 111.117002) (width 0.2) (layer B.Cu) (net 31)) (segment (start 168.3 99.8) (end 179.617002 111.117002) (width 0.2) (layer B.Cu) (net 31)) (segment (start 168.3 98.7) (end 168.3 99.8) (width 0.2) (layer B.Cu) (net 31)) (segment (start 167.3 95.8) (end 167.3 99.9343) (width 0.2) (layer B.Cu) (net 32)) (segment (start 205.1 113.1) (end 205.1 126.8) (width 0.2) (layer B.Cu) (net 32)) (segment (start 167.36 92.7) (end 167.36 95.74) (width 0.2) (layer B.Cu) (net 32)) (segment (start 167.36 95.74) (end 167.3 95.8) (width 0.2) (layer B.Cu) (net 32)) (segment (start 171.062919 134.165) (end 173.535 134.165) (width 0.2) (layer B.Cu) (net 32)) (segment (start 170.18 133.282081) (end 171.062919 134.165) (width 0.2) (layer B.Cu) (net 32)) (segment (start 170.18 132.08) (end 170.18 133.282081) (width 0.2) (layer B.Cu) (net 32)) (segment (start 173.535 134.165) (end 188.435 134.165) (width 0.2) (layer B.Cu) (net 32)) (segment (start 194.45 128.15) (end 203.75 128.15) (width 0.2) (layer B.Cu) (net 32)) (segment (start 188.435 134.165) (end 194.45 128.15) (width 0.2) (layer B.Cu) (net 32)) (segment (start 205.1 126.8) (end 203.75 128.15) (width 0.2) (layer B.Cu) (net 32)) (segment (start 203.517013 111.517013) (end 204.85 112.85) (width 0.2) (layer B.Cu) (net 32)) (segment (start 167.3 99.9343) (end 178.882987 111.517013) (width 0.2) (layer B.Cu) (net 32)) (segment (start 204.85 112.85) (end 205.1 113.1) (width 0.2) (layer B.Cu) (net 32)) (segment (start 178.882987 111.517013) (end 203.517013 111.517013) (width 0.2) (layer B.Cu) (net 32)) (segment (start 126.53 66.71) (end 125.26 65.44) (width 0.2) (layer B.Cu) (net 33)) (segment (start 129.1065 66.71) (end 126.53 66.71) (width 0.2) (layer B.Cu) (net 33)) (segment (start 131.6255 69.229) (end 129.1065 66.71) (width 0.2) (layer B.Cu) (net 33)) (via (at 131.6255 69.229) (size 0.6) (layers F.Cu B.Cu) (net 33)) (segment (start 165.1 127.42) (end 165.1 129.54) (width 0.2) (layer F.Cu) (net 33)) (segment (start 167.71 124.81) (end 165.1 127.42) (width 0.2) (layer F.Cu) (net 33)) (segment (start 180.6 123.93) (end 179.72 124.81) (width 0.2) (layer F.Cu) (net 33)) (segment (start 180.6 81.84) (end 180.6 123.93) (width 0.2) (layer F.Cu) (net 33)) (segment (start 140.6621 69.229) (end 141.628 70.1949) (width 0.2) (layer F.Cu) (net 33)) (segment (start 131.6255 69.229) (end 140.6621 69.229) (width 0.2) (layer F.Cu) (net 33)) (segment (start 179.72 124.81) (end 167.71 124.81) (width 0.2) (layer F.Cu) (net 33)) (segment (start 141.628 70.1949) (end 141.628 70.607) (width 0.2) (layer F.Cu) (net 33)) (segment (start 141.628 70.607) (end 150.05 79.029) (width 0.2) (layer F.Cu) (net 33)) (segment (start 180.371 79.029) (end 181.76 77.64) (width 0.2) (layer F.Cu) (net 33)) (segment (start 180.6 80.18) (end 183.14 77.64) (width 0.2) (layer F.Cu) (net 33)) (segment (start 180.6 81.84) (end 180.6 80.18) (width 0.2) (layer F.Cu) (net 33)) (segment (start 181.76 77.64) (end 183.14 77.64) (width 0.2) (layer F.Cu) (net 33)) (segment (start 183.14 77.64) (end 184.8 77.64) (width 0.2) (layer F.Cu) (net 33)) (segment (start 149.44 120) (end 149.44 121.36) (width 0.2) (layer B.Cu) (net 33)) (segment (start 149.44 121.36) (end 153.18 125.1) (width 0.2) (layer B.Cu) (net 33)) (segment (start 153.18 125.1) (end 162.6 125.1) (width 0.2) (layer B.Cu) (net 33)) (segment (start 165.1 127.6) (end 165.1 129.54) (width 0.2) (layer B.Cu) (net 33)) (segment (start 162.6 125.1) (end 165.1 127.6) (width 0.2) (layer B.Cu) (net 33)) (segment (start 180.371 79.029) (end 180.271 79.029) (width 0.2) (layer F.Cu) (net 33)) (segment (start 159.072001 81.330001) (end 156.771 79.029) (width 0.2) (layer F.Cu) (net 33)) (segment (start 177.969999 81.330001) (end 159.072001 81.330001) (width 0.2) (layer F.Cu) (net 33)) (segment (start 180.271 79.029) (end 177.969999 81.330001) (width 0.2) (layer F.Cu) (net 33)) (segment (start 150.05 79.029) (end 156.771 79.029) (width 0.2) (layer F.Cu) (net 33)) (segment (start 110.66863 78.8) (end 111.3 78.8) (width 0.2) (layer F.Cu) (net 33)) (segment (start 108.5 80.96863) (end 110.66863 78.8) (width 0.2) (layer F.Cu) (net 33)) (segment (start 108.5 82.1) (end 108.5 80.96863) (width 0.2) (layer F.Cu) (net 33)) (segment (start 111 78.8) (end 111.3 78.8) (width 0.2) (layer F.Cu) (net 33)) (segment (start 111.3 78.8) (end 112.728002 78.8) (width 0.2) (layer F.Cu) (net 33)) (segment (start 125.26 65.44) (end 123 67.7) (width 0.2) (layer F.Cu) (net 33)) (segment (start 123 67.7) (end 123 70.8) (width 0.2) (layer F.Cu) (net 33)) (segment (start 115 78.8) (end 113.4 78.8) (width 0.2) (layer F.Cu) (net 33)) (segment (start 123 70.8) (end 115 78.8) (width 0.2) (layer F.Cu) (net 33)) (segment (start 113.4 78.8) (end 112.728002 78.8) (width 0.2) (layer F.Cu) (net 33)) (segment (start 109.76 127.797919) (end 109.76 127.44) (width 0.2) (layer F.Cu) (net 34)) (segment (start 109.22 128.337919) (end 109.76 127.797919) (width 0.2) (layer F.Cu) (net 34)) (segment (start 109.22 129.54) (end 109.22 128.337919) (width 0.2) (layer F.Cu) (net 34)) (segment (start 109.76 127.608) (end 109.76 127.44) (width 0.2) (layer F.Cu) (net 34)) (segment (start 110.86 106.16) (end 109.76 107.26) (width 0.2) (layer F.Cu) (net 34)) (segment (start 110.86 104.9) (end 110.86 106.16) (width 0.2) (layer F.Cu) (net 34)) (segment (start 109.76 127.44) (end 109.76 107.26) (width 0.2) (layer F.Cu) (net 34)) (segment (start 110.86 103.76) (end 109.6 102.5) (width 0.2) (layer F.Cu) (net 34)) (segment (start 110.86 104.9) (end 110.86 103.76) (width 0.2) (layer F.Cu) (net 34)) (segment (start 111.04 83.26) (end 109.6 84.7) (width 0.2) (layer F.Cu) (net 34)) (segment (start 111.04 82.1) (end 111.04 83.26) (width 0.2) (layer F.Cu) (net 34)) (segment (start 109.6 84.7) (end 109.6 102.5) (width 0.2) (layer F.Cu) (net 34)) (segment (start 126.2716 57.4284) (end 126.891201 56.808799) (width 0.2) (layer F.Cu) (net 34)) (segment (start 126.2716 68.4281) (end 126.2716 57.4284) (width 0.2) (layer F.Cu) (net 34)) (segment (start 125.0935 69.1918) (end 125.5079 69.1918) (width 0.2) (layer F.Cu) (net 34)) (segment (start 125.0935 69.1919) (end 125.0935 69.1918) (width 0.2) (layer F.Cu) (net 34)) (segment (start 111.04 80.96) (end 112.3229 79.6771) (width 0.2) (layer F.Cu) (net 34)) (segment (start 111.04 82.1) (end 111.04 80.96) (width 0.2) (layer F.Cu) (net 34)) (segment (start 112.3229 79.6771) (end 115.3229 79.6771) (width 0.2) (layer F.Cu) (net 34)) (segment (start 125.5079 69.1918) (end 126.2716 68.4281) (width 0.2) (layer F.Cu) (net 34)) (segment (start 115.3229 79.6771) (end 123.8927 71.1073) (width 0.2) (layer F.Cu) (net 34)) (segment (start 123.8927 71.1073) (end 123.8927 70.3927) (width 0.2) (layer F.Cu) (net 34)) (segment (start 123.8927 70.3927) (end 125.0935 69.1919) (width 0.2) (layer F.Cu) (net 34)) (segment (start 137.96 56.285788) (end 137.974212 56.3) (width 0.2) (layer F.Cu) (net 34)) (segment (start 137.96 55.28) (end 137.96 56.285788) (width 0.2) (layer F.Cu) (net 34)) (segment (start 137.974212 56.3) (end 137.974212 56.325788) (width 0.2) (layer F.Cu) (net 34)) (segment (start 137.491201 56.808799) (end 137.191201 56.808799) (width 0.2) (layer F.Cu) (net 34)) (segment (start 137.974212 56.325788) (end 137.491201 56.808799) (width 0.2) (layer F.Cu) (net 34)) (segment (start 126.891201 56.808799) (end 137.191201 56.808799) (width 0.2) (layer F.Cu) (net 34)) (segment (start 137.191201 56.808799) (end 137.291201 56.808799) (width 0.2) (layer F.Cu) (net 34)) (segment (start 167.9173 57.926) (end 166.9716 58.8717) (width 0.2) (layer F.Cu) (net 35)) (segment (start 166.9716 58.8717) (end 141.5517 58.8717) (width 0.2) (layer F.Cu) (net 35)) (segment (start 141.5517 58.8717) (end 140.5 57.82) (width 0.2) (layer F.Cu) (net 35)) (segment (start 111.96 128.137919) (end 111.96 128.06) (width 0.2) (layer F.Cu) (net 35)) (segment (start 111.76 128.337919) (end 111.96 128.137919) (width 0.2) (layer F.Cu) (net 35)) (segment (start 111.76 129.54) (end 111.76 128.337919) (width 0.2) (layer F.Cu) (net 35)) (segment (start 111.6403 129.0635) (end 111.6403 130.0165) (width 0.2) (layer B.Cu) (net 35)) (segment (start 113.4 106.4) (end 111.96 107.84) (width 0.2) (layer F.Cu) (net 35)) (segment (start 113.4 104.9) (end 113.4 106.4) (width 0.2) (layer F.Cu) (net 35)) (segment (start 111.96 128.06) (end 111.96 107.84) (width 0.2) (layer F.Cu) (net 35)) (segment (start 112.14 102.50863) (end 112.14 102.36) (width 0.2) (layer F.Cu) (net 35)) (segment (start 113.4 103.76863) (end 112.14 102.50863) (width 0.2) (layer F.Cu) (net 35)) (segment (start 113.4 104.9) (end 113.4 103.76863) (width 0.2) (layer F.Cu) (net 35)) (segment (start 113.58 83.4) (end 112.14 84.84) (width 0.2) (layer F.Cu) (net 35)) (segment (start 113.58 82.1) (end 113.58 83.4) (width 0.2) (layer F.Cu) (net 35)) (segment (start 112.14 84.84) (end 112.14 102.36) (width 0.2) (layer F.Cu) (net 35)) (segment (start 124.3948 72.8178) (end 126.7884 70.4242) (width 0.2) (layer F.Cu) (net 35)) (segment (start 126.7884 70.4242) (end 126.7884 65.0141) (width 0.2) (layer F.Cu) (net 35)) (segment (start 123.357596 72.8178) (end 124.3948 72.8178) (width 0.2) (layer F.Cu) (net 35)) (segment (start 114.060932 80.487698) (end 115.687698 80.487698) (width 0.2) (layer F.Cu) (net 35)) (segment (start 113.58 80.96863) (end 114.060932 80.487698) (width 0.2) (layer F.Cu) (net 35)) (segment (start 113.58 82.1) (end 113.58 80.96863) (width 0.2) (layer F.Cu) (net 35)) (segment (start 115.687698 80.487698) (end 123.357596 72.8178) (width 0.2) (layer F.Cu) (net 35)) (segment (start 126.7884 65.0141) (end 126.7884 59.7116) (width 0.2) (layer F.Cu) (net 35)) (segment (start 126.7884 59.7116) (end 127.39 59.11) (width 0.2) (layer F.Cu) (net 35)) (segment (start 127.39 59.11) (end 138.39 59.11) (width 0.2) (layer F.Cu) (net 35)) (segment (start 139.21 59.11) (end 140.5 57.82) (width 0.2) (layer F.Cu) (net 35)) (segment (start 138.39 59.11) (end 139.21 59.11) (width 0.2) (layer F.Cu) (net 35)) (segment (start 168.5233 57.32) (end 174 57.32) (width 0.2) (layer F.Cu) (net 35)) (segment (start 167.9173 57.926) (end 168.5233 57.32) (width 0.2) (layer F.Cu) (net 35)) (segment (start 114.3 127.8) (end 114.84 127.26) (width 0.2) (layer F.Cu) (net 36)) (segment (start 114.3 129.54) (end 114.3 127.8) (width 0.2) (layer F.Cu) (net 36)) (segment (start 115.94 106.24) (end 114.84 107.34) (width 0.2) (layer F.Cu) (net 36)) (segment (start 115.94 104.9) (end 115.94 106.24) (width 0.2) (layer F.Cu) (net 36)) (segment (start 114.84 127.26) (end 114.84 107.34) (width 0.2) (layer F.Cu) (net 36)) (segment (start 114.68 102.50863) (end 114.68 102.18) (width 0.2) (layer F.Cu) (net 36)) (segment (start 115.94 103.76863) (end 114.68 102.50863) (width 0.2) (layer F.Cu) (net 36)) (segment (start 115.94 104.9) (end 115.94 103.76863) (width 0.2) (layer F.Cu) (net 36)) (segment (start 114.68 84.67137) (end 114.68 84.78) (width 0.2) (layer F.Cu) (net 36)) (segment (start 116.12 83.23137) (end 114.68 84.67137) (width 0.2) (layer F.Cu) (net 36)) (segment (start 116.12 82.1) (end 116.12 83.23137) (width 0.2) (layer F.Cu) (net 36)) (segment (start 114.68 84.78) (end 114.68 102.18) (width 0.2) (layer F.Cu) (net 36)) (segment (start 118.3885 65.4137) (end 123.4817 70.5069) (width 0.2) (layer B.Cu) (net 36)) (segment (start 118.3885 62.2873) (end 118.3885 65.4137) (width 0.2) (layer B.Cu) (net 36)) (segment (start 119.1973 61.4785) (end 118.3885 62.2873) (width 0.2) (layer B.Cu) (net 36)) (segment (start 119.8987 61.4785) (end 119.1973 61.4785) (width 0.2) (layer B.Cu) (net 36)) (segment (start 127.1561 54.2211) (end 119.8987 61.4785) (width 0.2) (layer B.Cu) (net 36)) (segment (start 139.4411 54.2211) (end 127.1561 54.2211) (width 0.2) (layer B.Cu) (net 36)) (segment (start 140.5 55.28) (end 139.4411 54.2211) (width 0.2) (layer B.Cu) (net 36)) (segment (start 116.12 82.1) (end 116.12 80.78) (width 0.2) (layer F.Cu) (net 36)) (segment (start 140.5 55.28) (end 144.42 55.28) (width 0.2) (layer B.Cu) (net 36)) (segment (start 144.42 55.28) (end 144.42 55.32) (width 0.2) (layer B.Cu) (net 36)) (segment (start 144.42 55.28) (end 144.58 55.28) (width 0.2) (layer B.Cu) (net 36)) (segment (start 144.42 55.32) (end 147.4 58.3) (width 0.2) (layer B.Cu) (net 36)) (segment (start 147.4 58.3) (end 147.4 59.4) (width 0.2) (layer B.Cu) (net 36)) (segment (start 147.4 59.4) (end 147.86 59.86) (width 0.2) (layer B.Cu) (net 36)) (via (at 148 60) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 36)) (segment (start 147.86 59.86) (end 148 60) (width 0.2) (layer B.Cu) (net 36)) (segment (start 173.86 60) (end 174 59.86) (width 0.2) (layer F.Cu) (net 36)) (segment (start 148 60) (end 173.86 60) (width 0.2) (layer F.Cu) (net 36)) (via (at 123.4817 73.5817) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 36)) (segment (start 123.4817 70.5069) (end 123.4817 73.5817) (width 0.2) (layer B.Cu) (net 36)) (segment (start 122.7134 74.35) (end 122.55 74.35) (width 0.2) (layer F.Cu) (net 36)) (segment (start 123.4817 73.5817) (end 122.7134 74.35) (width 0.2) (layer F.Cu) (net 36)) (segment (start 116.12 80.78) (end 122.55 74.35) (width 0.2) (layer F.Cu) (net 36)) (segment (start 118.66 82.1) (end 118.66 79.1506) (width 0.2) (layer B.Cu) (net 37)) (segment (start 116.84 128.08) (end 117.26 127.66) (width 0.2) (layer F.Cu) (net 37)) (segment (start 116.84 129.54) (end 116.84 128.08) (width 0.2) (layer F.Cu) (net 37)) (segment (start 118.48 106.14) (end 117.26 107.36) (width 0.2) (layer F.Cu) (net 37)) (segment (start 118.48 104.9) (end 118.48 106.14) (width 0.2) (layer F.Cu) (net 37)) (segment (start 117.26 127.66) (end 117.26 107.36) (width 0.2) (layer F.Cu) (net 37)) (segment (start 117.22 102.50863) (end 117.22 102.08) (width 0.2) (layer F.Cu) (net 37)) (segment (start 118.48 103.76863) (end 117.22 102.50863) (width 0.2) (layer F.Cu) (net 37)) (segment (start 118.48 104.9) (end 118.48 103.76863) (width 0.2) (layer F.Cu) (net 37)) (segment (start 117.22 84.67137) (end 117.22 84.88) (width 0.2) (layer F.Cu) (net 37)) (segment (start 118.66 83.23137) (end 117.22 84.67137) (width 0.2) (layer F.Cu) (net 37)) (segment (start 118.66 82.1) (end 118.66 83.23137) (width 0.2) (layer F.Cu) (net 37)) (segment (start 117.22 102.08) (end 117.22 84.88) (width 0.2) (layer F.Cu) (net 37)) (segment (start 118.66 79.1506) (end 114.2547 74.7453) (width 0.2) (layer B.Cu) (net 37)) (segment (start 114.2547 74.7453) (end 109.2453 74.7453) (width 0.2) (layer B.Cu) (net 37)) (segment (start 109.2453 74.7453) (end 107.9 73.4) (width 0.2) (layer B.Cu) (net 37)) (segment (start 107.9 73.4) (end 107.9 70.4) (width 0.2) (layer B.Cu) (net 37)) (segment (start 107.9 70.4) (end 107.1 69.6) (width 0.2) (layer B.Cu) (net 37)) (segment (start 107.1 69.6) (end 105.6 69.6) (width 0.2) (layer B.Cu) (net 37)) (segment (start 105.6 69.6) (end 104.8 68.8) (width 0.2) (layer B.Cu) (net 37)) (segment (start 104.8 68.8) (end 104.8 63.5) (width 0.2) (layer B.Cu) (net 37)) (segment (start 105.02 63.28) (end 106.3 63.28) (width 0.2) (layer B.Cu) (net 37)) (segment (start 104.8 63.5) (end 105.02 63.28) (width 0.2) (layer B.Cu) (net 37)) (segment (start 175.690001 58.169999) (end 176.54 57.32) (width 0.2) (layer F.Cu) (net 37)) (segment (start 175.150001 58.709999) (end 175.690001 58.169999) (width 0.2) (layer F.Cu) (net 37)) (segment (start 167.751201 59.348799) (end 168.390001 58.709999) (width 0.2) (layer F.Cu) (net 37)) (segment (start 141.348799 59.348799) (end 167.751201 59.348799) (width 0.2) (layer F.Cu) (net 37)) (segment (start 139.8 59.2) (end 141.2 59.2) (width 0.2) (layer F.Cu) (net 37)) (segment (start 139.3 59.7) (end 139.8 59.2) (width 0.2) (layer F.Cu) (net 37)) (segment (start 129.9 59.7) (end 139.3 59.7) (width 0.2) (layer F.Cu) (net 37)) (segment (start 141.2 59.2) (end 141.348799 59.348799) (width 0.2) (layer F.Cu) (net 37)) (segment (start 118.66 82.1) (end 118.66 80.96863) (width 0.2) (layer F.Cu) (net 37)) (segment (start 168.390001 58.709999) (end 175.150001 58.709999) (width 0.2) (layer F.Cu) (net 37)) (segment (start 118.66 80.96863) (end 120.82178 78.80685) (width 0.2) (layer F.Cu) (net 37)) (segment (start 120.82178 78.80685) (end 123.50685 78.80685) (width 0.2) (layer F.Cu) (net 37)) (segment (start 123.50685 78.80685) (end 129.07 73.2437) (width 0.2) (layer F.Cu) (net 37)) (segment (start 129.07 73.2437) (end 129.07 60.53) (width 0.2) (layer F.Cu) (net 37)) (segment (start 129.07 60.53) (end 129.9 59.7) (width 0.2) (layer F.Cu) (net 37)) (via (at 142.5315 83.8092) (size 0.6) (layers F.Cu B.Cu) (net 38)) (segment (start 119.38 128.12) (end 119.8 127.7) (width 0.2) (layer F.Cu) (net 38)) (segment (start 119.38 129.54) (end 119.38 128.12) (width 0.2) (layer F.Cu) (net 38)) (segment (start 119.8 107.25137) (end 119.8 107.4) (width 0.2) (layer F.Cu) (net 38)) (segment (start 121.02 106.03137) (end 119.8 107.25137) (width 0.2) (layer F.Cu) (net 38)) (segment (start 121.02 104.9) (end 121.02 106.03137) (width 0.2) (layer F.Cu) (net 38)) (segment (start 119.8 127.7) (end 119.8 107.4) (width 0.2) (layer F.Cu) (net 38)) (segment (start 119.76 102.50863) (end 119.76 101.96) (width 0.2) (layer F.Cu) (net 38)) (segment (start 121.02 103.76863) (end 119.76 102.50863) (width 0.2) (layer F.Cu) (net 38)) (segment (start 121.02 104.9) (end 121.02 103.76863) (width 0.2) (layer F.Cu) (net 38)) (segment (start 121.2 82.1) (end 121.2 83.5) (width 0.2) (layer F.Cu) (net 38)) (segment (start 119.76 84.94) (end 119.76 84.96) (width 0.2) (layer F.Cu) (net 38)) (segment (start 121.2 83.5) (end 119.76 84.94) (width 0.2) (layer F.Cu) (net 38)) (segment (start 119.76 84.96) (end 119.76 101.96) (width 0.2) (layer F.Cu) (net 38)) (segment (start 132.7716 80.7716) (end 131.8368 79.8368) (width 0.2) (layer F.Cu) (net 38)) (segment (start 131.8368 79.8368) (end 123.2532 79.8368) (width 0.2) (layer F.Cu) (net 38)) (segment (start 133.5373 83.8092) (end 132.7716 83.0435) (width 0.2) (layer F.Cu) (net 38)) (segment (start 142.5315 83.8092) (end 133.5373 83.8092) (width 0.2) (layer F.Cu) (net 38)) (segment (start 132.7716 83.0435) (end 132.7716 80.7716) (width 0.2) (layer F.Cu) (net 38)) (segment (start 122.33183 79.8368) (end 123.2532 79.8368) (width 0.2) (layer F.Cu) (net 38)) (segment (start 121.2 82.1) (end 121.2 80.96863) (width 0.2) (layer F.Cu) (net 38)) (segment (start 121.2 80.96863) (end 122.33183 79.8368) (width 0.2) (layer F.Cu) (net 38)) (segment (start 121.2 79.1374) (end 121.2 82.1) (width 0.2) (layer B.Cu) (net 38)) (segment (start 107.43137 60.74) (end 107.59137 60.9) (width 0.2) (layer B.Cu) (net 38)) (segment (start 106.3 60.74) (end 107.43137 60.74) (width 0.2) (layer B.Cu) (net 38)) (segment (start 107.59137 60.9) (end 107.59137 66.99137) (width 0.2) (layer B.Cu) (net 38)) (segment (start 107.59137 66.99137) (end 112.77 72.17) (width 0.2) (layer B.Cu) (net 38)) (segment (start 112.77 72.17) (end 114.2326 72.17) (width 0.2) (layer B.Cu) (net 38)) (segment (start 114.2326 72.17) (end 121.2 79.1374) (width 0.2) (layer B.Cu) (net 38)) (segment (start 142.5315 84.7283) (end 144.014 86.2108) (width 0.2) (layer B.Cu) (net 38)) (segment (start 144.014 86.2108) (end 162.7143 86.2108) (width 0.2) (layer B.Cu) (net 38)) (segment (start 142.5315 83.8092) (end 142.5315 84.7283) (width 0.2) (layer B.Cu) (net 38)) (segment (start 162.7143 86.2108) (end 163.4851 85.44) (width 0.2) (layer B.Cu) (net 38)) (segment (start 163.4851 85.44) (end 163.4851 79.6811) (width 0.2) (layer B.Cu) (net 38)) (segment (start 197.060011 58.899989) (end 197.660001 58.299999) (width 0.2) (layer B.Cu) (net 38)) (segment (start 184.259411 58.899989) (end 197.060011 58.899989) (width 0.2) (layer B.Cu) (net 38)) (segment (start 176.9494 66.21) (end 184.259411 58.899989) (width 0.2) (layer B.Cu) (net 38)) (segment (start 197.660001 58.299999) (end 198.46 57.5) (width 0.2) (layer B.Cu) (net 38)) (segment (start 173.5823 66.21) (end 176.9494 66.21) (width 0.2) (layer B.Cu) (net 38)) (segment (start 163.4851 76.3072) (end 170.54615 69.24615) (width 0.2) (layer B.Cu) (net 38)) (segment (start 163.4851 79.6811) (end 163.4851 76.3072) (width 0.2) (layer B.Cu) (net 38)) (segment (start 170.3004 69.4919) (end 170.54615 69.24615) (width 0.2) (layer B.Cu) (net 38)) (segment (start 170.54615 69.24615) (end 173.5823 66.21) (width 0.2) (layer B.Cu) (net 38)) (segment (start 122.46 127.797919) (end 122.46 127.608) (width 0.2) (layer F.Cu) (net 39)) (segment (start 121.92 129.54) (end 121.92 128.337919) (width 0.2) (layer F.Cu) (net 39)) (segment (start 121.92 128.337919) (end 122.46 127.797919) (width 0.2) (layer F.Cu) (net 39)) (segment (start 121.92 129.54) (end 120.530001 130.929999) (width 0.2) (layer F.Cu) (net 39)) (segment (start 117.88 139.54863) (end 117.88 139.09) (width 0.2) (layer F.Cu) (net 39)) (segment (start 114.24 143.18863) (end 117.88 139.54863) (width 0.2) (layer F.Cu) (net 39)) (segment (start 114.24 144.32) (end 114.24 143.18863) (width 0.2) (layer F.Cu) (net 39)) (segment (start 117.88 136.552) (end 117.88 139.09) (width 0.2) (layer F.Cu) (net 39)) (segment (start 117.88 136) (end 120.530001 133.349999) (width 0.2) (layer F.Cu) (net 39)) (segment (start 117.88 136.552) (end 117.88 136) (width 0.2) (layer F.Cu) (net 39)) (segment (start 120.530001 130.929999) (end 120.530001 133.349999) (width 0.2) (layer F.Cu) (net 39)) (segment (start 123.56 106.14) (end 122.46 107.24) (width 0.2) (layer F.Cu) (net 39)) (segment (start 123.56 104.9) (end 123.56 106.14) (width 0.2) (layer F.Cu) (net 39)) (segment (start 122.46 107.24) (end 122.46 127.608) (width 0.2) (layer F.Cu) (net 39)) (segment (start 122.3 102.50863) (end 122.3 101.9) (width 0.2) (layer F.Cu) (net 39)) (segment (start 123.56 103.76863) (end 122.3 102.50863) (width 0.2) (layer F.Cu) (net 39)) (segment (start 123.56 104.9) (end 123.56 103.76863) (width 0.2) (layer F.Cu) (net 39)) (segment (start 122.3 89.9899) (end 122.3 101.9) (width 0.2) (layer F.Cu) (net 39)) (segment (start 123.74 83.26) (end 122.3 84.7) (width 0.2) (layer F.Cu) (net 39)) (segment (start 123.74 82.1) (end 123.74 83.26) (width 0.2) (layer F.Cu) (net 39)) (segment (start 122.3 85.9) (end 122.3 89.9899) (width 0.2) (layer F.Cu) (net 39)) (via (at 122.3 85.9) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 39)) (segment (start 122.3 84.7) (end 122.3 85.9) (width 0.2) (layer F.Cu) (net 39)) (segment (start 105.199999 73.968001) (end 105.771999 74.540001) (width 0.2) (layer B.Cu) (net 39)) (segment (start 121.875736 85.9) (end 122.3 85.9) (width 0.2) (layer B.Cu) (net 39)) (segment (start 117.4 85.9) (end 121.875736 85.9) (width 0.2) (layer B.Cu) (net 39)) (segment (start 114.85 81.418) (end 114.85 83.35) (width 0.2) (layer B.Cu) (net 39)) (segment (start 107.972001 74.540001) (end 114.85 81.418) (width 0.2) (layer B.Cu) (net 39)) (segment (start 105.771999 74.540001) (end 107.972001 74.540001) (width 0.2) (layer B.Cu) (net 39)) (segment (start 114.85 83.35) (end 117.4 85.9) (width 0.2) (layer B.Cu) (net 39)) (segment (start 105.199999 72.000001) (end 105.199999 73.968001) (width 0.2) (layer B.Cu) (net 39)) (segment (start 106.3 70.9) (end 105.199999 72.000001) (width 0.2) (layer B.Cu) (net 39)) (segment (start 123.610001 130.389999) (end 124.46 129.54) (width 0.2) (layer F.Cu) (net 40)) (segment (start 123.309999 130.690001) (end 123.610001 130.389999) (width 0.2) (layer F.Cu) (net 40)) (segment (start 123.309999 133.190001) (end 123.309999 130.690001) (width 0.2) (layer F.Cu) (net 40)) (segment (start 124.46 128.06) (end 124.66 127.86) (width 0.2) (layer F.Cu) (net 40)) (segment (start 124.46 129.54) (end 124.46 128.06) (width 0.2) (layer F.Cu) (net 40)) (segment (start 119.32 135.56863) (end 119.34863 135.54) (width 0.2) (layer F.Cu) (net 40)) (segment (start 119.32 136.7) (end 119.32 135.56863) (width 0.2) (layer F.Cu) (net 40)) (segment (start 119.34863 135.54) (end 119.35 135.54) (width 0.2) (layer F.Cu) (net 40)) (segment (start 120.04 134.85) (end 121.65 134.85) (width 0.2) (layer F.Cu) (net 40)) (segment (start 119.35 135.54) (end 120.04 134.85) (width 0.2) (layer F.Cu) (net 40)) (segment (start 121.65 134.85) (end 123.309999 133.190001) (width 0.2) (layer F.Cu) (net 40)) (segment (start 124.66 107.47137) (end 124.66 107.54) (width 0.2) (layer F.Cu) (net 40)) (segment (start 126.1 106.03137) (end 124.66 107.47137) (width 0.2) (layer F.Cu) (net 40)) (segment (start 126.1 104.9) (end 126.1 106.03137) (width 0.2) (layer F.Cu) (net 40)) (segment (start 124.66 107.54) (end 124.66 127.86) (width 0.2) (layer F.Cu) (net 40)) (segment (start 124.84 102.50863) (end 124.84 101.84) (width 0.2) (layer F.Cu) (net 40)) (segment (start 126.1 103.76863) (end 124.84 102.50863) (width 0.2) (layer F.Cu) (net 40)) (segment (start 126.1 104.9) (end 126.1 103.76863) (width 0.2) (layer F.Cu) (net 40)) (segment (start 126.28 83.32) (end 124.84 84.76) (width 0.2) (layer F.Cu) (net 40)) (segment (start 126.28 82.1) (end 126.28 83.32) (width 0.2) (layer F.Cu) (net 40)) (segment (start 124.84 84.76) (end 124.84 101.84) (width 0.2) (layer F.Cu) (net 40)) (segment (start 126.28 82.1) (end 126.28 80.513659) (width 0.2) (layer B.Cu) (net 40)) (segment (start 126.28 80.513659) (end 122.8814 77.115059) (width 0.2) (layer B.Cu) (net 40)) (segment (start 91.8 58.1) (end 90.8 58.1) (width 0.2) (layer B.Cu) (net 40)) (segment (start 114.2742 64.55) (end 113.5468 64.55) (width 0.2) (layer B.Cu) (net 40)) (segment (start 107.1344 56.9997) (end 92.9003 56.9997) (width 0.2) (layer B.Cu) (net 40)) (segment (start 122.8814 73.1572) (end 114.2742 64.55) (width 0.2) (layer B.Cu) (net 40)) (segment (start 107.4588 57.3241) (end 107.1344 56.9997) (width 0.2) (layer B.Cu) (net 40)) (segment (start 107.4588 58.462) (end 107.4588 57.3241) (width 0.2) (layer B.Cu) (net 40)) (segment (start 113.5468 64.55) (end 107.4588 58.462) (width 0.2) (layer B.Cu) (net 40)) (segment (start 92.9003 56.9997) (end 91.8 58.1) (width 0.2) (layer B.Cu) (net 40)) (segment (start 122.8814 77.115059) (end 122.8814 73.1572) (width 0.2) (layer B.Cu) (net 40)) (segment (start 90.8 60.64) (end 91.9003 60.64) (width 0.2) (layer F.Cu) (net 41)) (segment (start 108.2569 65.751) (end 107.1255 64.6196) (width 0.2) (layer F.Cu) (net 41)) (segment (start 107.1255 64.6196) (end 95.8799 64.6196) (width 0.2) (layer F.Cu) (net 41)) (segment (start 95.8799 64.6196) (end 91.9003 60.64) (width 0.2) (layer F.Cu) (net 41)) (via (at 108.2569 65.751) (size 0.6) (layers F.Cu B.Cu) (net 41)) (segment (start 126.150001 130.389999) (end 127 129.54) (width 0.2) (layer F.Cu) (net 41)) (segment (start 125.610001 130.929999) (end 126.150001 130.389999) (width 0.2) (layer F.Cu) (net 41)) (segment (start 127.2 128.137919) (end 127.2 127.8) (width 0.2) (layer F.Cu) (net 41)) (segment (start 127 128.337919) (end 127.2 128.137919) (width 0.2) (layer F.Cu) (net 41)) (segment (start 127 129.54) (end 127 128.337919) (width 0.2) (layer F.Cu) (net 41)) (segment (start 124.4 135.14) (end 125.610001 133.929999) (width 0.2) (layer F.Cu) (net 41)) (segment (start 124.4 136.7) (end 124.4 135.14) (width 0.2) (layer F.Cu) (net 41)) (segment (start 125.610001 133.929999) (end 125.610001 130.929999) (width 0.2) (layer F.Cu) (net 41)) (segment (start 128.64 106.06) (end 127.2 107.5) (width 0.2) (layer F.Cu) (net 41)) (segment (start 128.64 104.9) (end 128.64 106.06) (width 0.2) (layer F.Cu) (net 41)) (segment (start 127.2 107.5) (end 127.2 127.8) (width 0.2) (layer F.Cu) (net 41)) (segment (start 128.64 103.68) (end 127.38 102.42) (width 0.2) (layer F.Cu) (net 41)) (segment (start 128.64 104.9) (end 128.64 103.68) (width 0.2) (layer F.Cu) (net 41)) (segment (start 128.82 83.38) (end 127.38 84.82) (width 0.2) (layer F.Cu) (net 41)) (segment (start 128.82 82.1) (end 128.82 83.38) (width 0.2) (layer F.Cu) (net 41)) (segment (start 127.38 84.82) (end 127.38 102.42) (width 0.2) (layer F.Cu) (net 41)) (segment (start 108.2569 65.751) (end 112.1359 69.63) (width 0.2) (layer B.Cu) (net 41)) (segment (start 114.2063 69.63) (end 123.230801 78.654501) (width 0.2) (layer B.Cu) (net 41)) (segment (start 112.1359 69.63) (end 114.2063 69.63) (width 0.2) (layer B.Cu) (net 41)) (segment (start 123.230801 80.200011) (end 123.5308 80.50001) (width 0.2) (layer B.Cu) (net 41)) (segment (start 123.230801 78.654501) (end 123.230801 80.200011) (width 0.2) (layer B.Cu) (net 41)) (segment (start 123.955064 80.50001) (end 123.5308 80.50001) (width 0.2) (layer F.Cu) (net 41)) (via (at 123.5308 80.50001) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 41)) (segment (start 128.35138 80.50001) (end 127.10001 80.50001) (width 0.2) (layer F.Cu) (net 41)) (segment (start 128.82 80.96863) (end 128.35138 80.50001) (width 0.2) (layer F.Cu) (net 41)) (segment (start 128.82 82.1) (end 128.82 80.96863) (width 0.2) (layer F.Cu) (net 41)) (segment (start 127.10001 80.50001) (end 123.955064 80.50001) (width 0.2) (layer F.Cu) (net 41)) (segment (start 127.2 105.428) (end 127.2 104.372) (width 0.2) (layer F.Cu) (net 42)) (via (at 129 125.7) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 42)) (segment (start 129 129) (end 129.54 129.54) (width 0.2) (layer F.Cu) (net 42)) (segment (start 129.54 129.54) (end 128.389999 130.690001) (width 0.2) (layer F.Cu) (net 42)) (segment (start 129.54 126.24) (end 129 125.7) (width 0.2) (layer F.Cu) (net 42)) (segment (start 129.54 129.54) (end 129.54 126.24) (width 0.2) (layer F.Cu) (net 42)) (segment (start 126.1 125.4) (end 126.4 125.7) (width 0.2) (layer B.Cu) (net 42)) (segment (start 126.4 125.7) (end 129 125.7) (width 0.2) (layer B.Cu) (net 42)) (segment (start 126.1 120.14) (end 126.1 125.4) (width 0.2) (layer B.Cu) (net 42)) (segment (start 129.48 136.7) (end 129.48 135.29) (width 0.2) (layer F.Cu) (net 42)) (segment (start 128.389999 134.199999) (end 128.389999 134.179999) (width 0.2) (layer F.Cu) (net 42)) (segment (start 129.48 135.29) (end 128.389999 134.199999) (width 0.2) (layer F.Cu) (net 42)) (segment (start 128.389999 130.690001) (end 128.389999 134.179999) (width 0.2) (layer F.Cu) (net 42)) (segment (start 127.2 106.3) (end 126.1 107.4) (width 0.2) (layer F.Cu) (net 42)) (segment (start 127.2 105.428) (end 127.2 106.3) (width 0.2) (layer F.Cu) (net 42)) (segment (start 126.1 120.14) (end 126.1 107.4) (width 0.2) (layer F.Cu) (net 42)) (segment (start 127.2 103.2) (end 126.28 102.28) (width 0.2) (layer F.Cu) (net 42)) (segment (start 127.2 104.372) (end 127.2 103.2) (width 0.2) (layer F.Cu) (net 42)) (segment (start 126.28 102.28) (end 126.28 97.34) (width 0.2) (layer F.Cu) (net 42)) (segment (start 126.28 97.34) (end 112.31 83.37) (width 0.2) (layer B.Cu) (net 42)) (segment (start 104.399989 59.100011) (end 105.3 58.2) (width 0.2) (layer B.Cu) (net 42)) (segment (start 105.771999 77.080001) (end 104.399989 75.707991) (width 0.2) (layer B.Cu) (net 42)) (segment (start 104.399989 75.707991) (end 104.399989 59.100011) (width 0.2) (layer B.Cu) (net 42)) (segment (start 109.235801 77.080001) (end 105.771999 77.080001) (width 0.2) (layer B.Cu) (net 42)) (segment (start 112.31 80.1542) (end 109.235801 77.080001) (width 0.2) (layer B.Cu) (net 42)) (segment (start 105.3 58.2) (end 106.3 58.2) (width 0.2) (layer B.Cu) (net 42)) (segment (start 112.31 83.37) (end 112.31 80.1542) (width 0.2) (layer B.Cu) (net 42)) (segment (start 107.23 82.4205) (end 107.23 80.5396) (width 0.2) (layer B.Cu) (net 43)) (segment (start 107.23 80.5396) (end 98.7604 72.07) (width 0.2) (layer B.Cu) (net 43)) (segment (start 98.7604 72.07) (end 98.1247 72.07) (width 0.2) (layer B.Cu) (net 43)) (segment (start 124.66 104.372) (end 124.66 105.774) (width 0.2) (layer F.Cu) (net 43)) (segment (start 123.56 125.86) (end 124.1 126.4) (width 0.2) (layer B.Cu) (net 43)) (via (at 131.2 126.4) (size 0.6) (layers F.Cu B.Cu) (net 43)) (segment (start 132.08 127.28) (end 131.2 126.4) (width 0.2) (layer F.Cu) (net 43)) (segment (start 132.08 129.54) (end 132.08 127.28) (width 0.2) (layer F.Cu) (net 43)) (segment (start 131.2 126.4) (end 124.1 126.4) (width 0.2) (layer B.Cu) (net 43)) (segment (start 132.08 129.54) (end 130.929999 130.690001) (width 0.2) (layer F.Cu) (net 43)) (segment (start 123.56 120.14) (end 123.56 125.86) (width 0.2) (layer B.Cu) (net 43)) (segment (start 134.56 135.56863) (end 133.59137 134.6) (width 0.2) (layer F.Cu) (net 43)) (segment (start 134.56 136.7) (end 134.56 135.56863) (width 0.2) (layer F.Cu) (net 43)) (segment (start 131.69 134.6) (end 130.929999 133.839999) (width 0.2) (layer F.Cu) (net 43)) (segment (start 133.59137 134.6) (end 131.69 134.6) (width 0.2) (layer F.Cu) (net 43)) (segment (start 130.929999 130.690001) (end 130.929999 133.839999) (width 0.2) (layer F.Cu) (net 43)) (segment (start 124.66 106.54) (end 123.56 107.64) (width 0.2) (layer F.Cu) (net 43)) (segment (start 124.66 105.774) (end 124.66 106.54) (width 0.2) (layer F.Cu) (net 43)) (segment (start 123.56 107.64) (end 123.56 120.14) (width 0.2) (layer F.Cu) (net 43)) (segment (start 124.66 103.08) (end 123.74 102.16) (width 0.2) (layer F.Cu) (net 43)) (segment (start 124.66 104.372) (end 124.66 103.08) (width 0.2) (layer F.Cu) (net 43)) (segment (start 123.74 97.34) (end 123.74 102.16) (width 0.2) (layer F.Cu) (net 43)) (segment (start 123.74 97.34) (end 123.74 96.20863) (width 0.2) (layer B.Cu) (net 43)) (segment (start 123.74 96.20863) (end 117.94787 90.4165) (width 0.2) (layer B.Cu) (net 43)) (segment (start 90.8 63.18) (end 92.48 63.18) (width 0.2) (layer B.Cu) (net 43)) (segment (start 93.32735 64.02735) (end 93.32735 67.27265) (width 0.2) (layer B.Cu) (net 43)) (segment (start 92.48 63.18) (end 93.32735 64.02735) (width 0.2) (layer B.Cu) (net 43)) (segment (start 98.1247 72.07) (end 93.32735 67.27265) (width 0.2) (layer B.Cu) (net 43)) (segment (start 112.62662 85.09525) (end 117.94787 90.4165) (width 0.2) (layer B.Cu) (net 43)) (segment (start 109.90475 85.09525) (end 112.62662 85.09525) (width 0.2) (layer B.Cu) (net 43)) (segment (start 109.90475 85.09525) (end 107.23 82.4205) (width 0.2) (layer B.Cu) (net 43)) (segment (start 117.04 104.372) (end 117.04 105.428) (width 0.2) (layer F.Cu) (net 44)) (segment (start 115.94 120.14) (end 115.94 125.34) (width 0.2) (layer B.Cu) (net 44)) (segment (start 115.94 125.34) (end 118 127.4) (width 0.2) (layer B.Cu) (net 44)) (segment (start 118 127.4) (end 133.75 127.4) (width 0.2) (layer B.Cu) (net 44)) (segment (start 133.75 127.467919) (end 133.75 127.4) (width 0.2) (layer B.Cu) (net 44)) (segment (start 134.62 129.54) (end 134.62 128.337919) (width 0.2) (layer B.Cu) (net 44)) (segment (start 134.62 128.337919) (end 133.75 127.467919) (width 0.2) (layer B.Cu) (net 44)) (segment (start 134.62 129.54) (end 134.62 130.02) (width 0.2) (layer B.Cu) (net 44)) (segment (start 117.04 106.36) (end 115.94 107.46) (width 0.2) (layer F.Cu) (net 44)) (segment (start 117.04 105.428) (end 117.04 106.36) (width 0.2) (layer F.Cu) (net 44)) (segment (start 115.94 107.46) (end 115.94 120.14) (width 0.2) (layer F.Cu) (net 44)) (segment (start 117.04 103.2) (end 116.12 102.28) (width 0.2) (layer F.Cu) (net 44)) (segment (start 117.04 104.372) (end 117.04 103.2) (width 0.2) (layer F.Cu) (net 44)) (segment (start 116.12 97.34) (end 116.12 102.28) (width 0.2) (layer F.Cu) (net 44)) (segment (start 122.12 105.428) (end 122.12 104.026) (width 0.2) (layer F.Cu) (net 45)) (segment (start 121.02 120.14) (end 121.02 124.32) (width 0.2) (layer B.Cu) (net 45)) (segment (start 121.02 124.32) (end 123.7 127) (width 0.2) (layer B.Cu) (net 45)) (segment (start 123.7 127) (end 135.89 127) (width 0.2) (layer B.Cu) (net 45)) (segment (start 137.045 128.222919) (end 137.045 128.155) (width 0.2) (layer B.Cu) (net 45)) (segment (start 137.16 128.337919) (end 137.045 128.222919) (width 0.2) (layer B.Cu) (net 45)) (segment (start 137.16 129.54) (end 137.16 128.337919) (width 0.2) (layer B.Cu) (net 45)) (segment (start 135.89 127) (end 137.045 128.155) (width 0.2) (layer B.Cu) (net 45)) (segment (start 122.12 106.28) (end 121.02 107.38) (width 0.2) (layer F.Cu) (net 45)) (segment (start 122.12 105.428) (end 122.12 106.28) (width 0.2) (layer F.Cu) (net 45)) (segment (start 121.02 120.14) (end 121.02 107.38) (width 0.2) (layer F.Cu) (net 45)) (segment (start 122.12 103.32) (end 121.2 102.4) (width 0.2) (layer F.Cu) (net 45)) (segment (start 122.12 104.026) (end 122.12 103.32) (width 0.2) (layer F.Cu) (net 45)) (segment (start 121.2 102.4) (end 121.2 97.34) (width 0.2) (layer F.Cu) (net 45)) (segment (start 139.715 128.322919) (end 139.715 128.285) (width 0.2) (layer F.Cu) (net 46)) (segment (start 139.7 128.337919) (end 139.715 128.322919) (width 0.2) (layer F.Cu) (net 46)) (segment (start 139.7 129.54) (end 139.7 128.337919) (width 0.2) (layer F.Cu) (net 46)) (segment (start 137.83 126.4) (end 139.715 128.285) (width 0.2) (layer F.Cu) (net 46)) (segment (start 132.7 126.4) (end 134.8 126.4) (width 0.2) (layer F.Cu) (net 46)) (segment (start 130.08 123.78) (end 132.7 126.4) (width 0.2) (layer F.Cu) (net 46)) (segment (start 134.7 126.4) (end 134.8 126.4) (width 0.2) (layer F.Cu) (net 46)) (segment (start 134.8 126.4) (end 137.83 126.4) (width 0.2) (layer F.Cu) (net 46)) (segment (start 131.18 106.32) (end 130.08 107.42) (width 0.2) (layer F.Cu) (net 46)) (segment (start 131.18 104.9) (end 131.18 106.32) (width 0.2) (layer F.Cu) (net 46)) (segment (start 130.08 107.42) (end 130.08 123.78) (width 0.2) (layer F.Cu) (net 46)) (segment (start 129.92 102.50863) (end 129.92 102.48) (width 0.2) (layer F.Cu) (net 46)) (segment (start 131.18 103.76863) (end 129.92 102.50863) (width 0.2) (layer F.Cu) (net 46)) (segment (start 131.18 104.9) (end 131.18 103.76863) (width 0.2) (layer F.Cu) (net 46)) (segment (start 131.36 83.44) (end 129.92 84.88) (width 0.2) (layer F.Cu) (net 46)) (segment (start 131.36 82.1) (end 131.36 83.44) (width 0.2) (layer F.Cu) (net 46)) (segment (start 129.92 84.88) (end 129.92 102.48) (width 0.2) (layer F.Cu) (net 46)) (segment (start 142.24 129.1683) (end 142.24 130.212) (width 0.2) (layer F.Cu) (net 47)) (via (at 144.7 140.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 47)) (segment (start 144.7 140.5) (end 153.49 140.5) (width 0.2) (layer B.Cu) (net 47)) (segment (start 141.390001 130.389999) (end 142.24 129.54) (width 0.2) (layer F.Cu) (net 47)) (segment (start 144.7 140.5) (end 144.7 134.972002) (width 0.2) (layer F.Cu) (net 47)) (segment (start 144.7 134.972002) (end 143.629999 133.902001) (width 0.2) (layer F.Cu) (net 47)) (segment (start 143.629999 133.902001) (end 142.359999 133.902001) (width 0.2) (layer F.Cu) (net 47)) (segment (start 142.359999 133.902001) (end 141.089999 132.632001) (width 0.2) (layer F.Cu) (net 47)) (segment (start 141.089999 132.632001) (end 141.089999 130.690001) (width 0.2) (layer F.Cu) (net 47)) (segment (start 141.089999 130.690001) (end 141.390001 130.389999) (width 0.2) (layer F.Cu) (net 47)) (segment (start 128.64 120.14) (end 128.64 124.64) (width 0.2) (layer B.Cu) (net 47)) (segment (start 128.64 124.64) (end 129 125) (width 0.2) (layer B.Cu) (net 47)) (segment (start 129 125) (end 131.2 125) (width 0.2) (layer B.Cu) (net 47)) (segment (start 131.2 125) (end 132.7 126.5) (width 0.2) (layer B.Cu) (net 47)) (segment (start 132.7 126.5) (end 137.4 126.5) (width 0.2) (layer B.Cu) (net 47)) (segment (start 140.402081 126.5) (end 137.4 126.5) (width 0.2) (layer B.Cu) (net 47)) (segment (start 142.24 129.54) (end 142.24 128.337919) (width 0.2) (layer B.Cu) (net 47)) (segment (start 142.24 128.337919) (end 140.402081 126.5) (width 0.2) (layer B.Cu) (net 47)) (segment (start 153.49 140.5) (end 155.5 140.5) (width 0.2) (layer B.Cu) (net 47)) (segment (start 155.5 140.5) (end 157.3 142.3) (width 0.2) (layer B.Cu) (net 47)) (segment (start 157.3 142.3) (end 157.3 144.32) (width 0.2) (layer B.Cu) (net 47)) (segment (start 132.62 121.32) (end 133.8 122.5) (width 0.2) (layer F.Cu) (net 48)) (via (at 134.3 122.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 48)) (segment (start 133.8 122.5) (end 134.3 122.5) (width 0.2) (layer F.Cu) (net 48)) (segment (start 145.497999 141.402001) (end 144.9 142) (width 0.2) (layer F.Cu) (net 48)) (via (at 144.9 142) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 48)) (segment (start 144.9 142) (end 149.91 142) (width 0.2) (layer B.Cu) (net 48)) (segment (start 143.629999 132.829999) (end 145.497999 134.697999) (width 0.2) (layer F.Cu) (net 48)) (segment (start 143.629999 130.690001) (end 143.629999 132.829999) (width 0.2) (layer F.Cu) (net 48)) (segment (start 144.78 129.54) (end 143.629999 130.690001) (width 0.2) (layer F.Cu) (net 48)) (segment (start 145.497999 134.697999) (end 145.497999 141.402001) (width 0.2) (layer F.Cu) (net 48)) (segment (start 144.78 128.27) (end 144.705 128.195) (width 0.2) (layer B.Cu) (net 48)) (segment (start 144.78 129.54) (end 144.78 128.27) (width 0.2) (layer B.Cu) (net 48)) (segment (start 141.61 125.1) (end 144.705 128.195) (width 0.2) (layer B.Cu) (net 48)) (segment (start 136.5 122.5) (end 139.1 125.1) (width 0.2) (layer B.Cu) (net 48)) (segment (start 134.3 122.5) (end 136.5 122.5) (width 0.2) (layer B.Cu) (net 48)) (segment (start 139.1 125.1) (end 141.61 125.1) (width 0.2) (layer B.Cu) (net 48)) (segment (start 133.72 106.18) (end 132.62 107.28) (width 0.2) (layer F.Cu) (net 48)) (segment (start 133.72 104.9) (end 133.72 106.18) (width 0.2) (layer F.Cu) (net 48)) (segment (start 132.62 107.28) (end 132.62 121.32) (width 0.2) (layer F.Cu) (net 48)) (segment (start 152.22 144.32) (end 152.22 142.92) (width 0.2) (layer B.Cu) (net 48)) (segment (start 151.3 142) (end 149.91 142) (width 0.2) (layer B.Cu) (net 48)) (segment (start 152.22 142.92) (end 151.3 142) (width 0.2) (layer B.Cu) (net 48)) (segment (start 147.094 144.264) (end 147.14 144.31) (width 0.2) (layer F.Cu) (net 49)) (segment (start 112.5845 144.5564) (end 113.4888 145.4607) (width 0.2) (layer F.Cu) (net 49)) (via (at 112.5845 144.5564) (size 0.6) (layers F.Cu B.Cu) (net 49)) (segment (start 139.688619 124.699989) (end 143.749989 124.699989) (width 0.2) (layer B.Cu) (net 49)) (segment (start 136.26 121.27137) (end 139.688619 124.699989) (width 0.2) (layer B.Cu) (net 49)) (segment (start 136.26 120.14) (end 136.26 121.27137) (width 0.2) (layer B.Cu) (net 49)) (segment (start 102.0592 144.5564) (end 112.5845 144.5564) (width 0.2) (layer B.Cu) (net 49)) (segment (start 89.7628 132.26) (end 102.0592 144.5564) (width 0.2) (layer B.Cu) (net 49)) (segment (start 147.32 128.28) (end 147.325 128.275) (width 0.2) (layer B.Cu) (net 49)) (segment (start 147.32 129.54) (end 147.32 128.28) (width 0.2) (layer B.Cu) (net 49)) (segment (start 143.749989 124.699989) (end 147.325 128.275) (width 0.2) (layer B.Cu) (net 49)) (segment (start 89.7628 132.26) (end 89.76 132.26) (width 0.2) (layer B.Cu) (net 49)) (segment (start 89.76 132.26) (end 87.2 129.7) (width 0.2) (layer B.Cu) (net 49)) (segment (start 87.2 129.7) (end 87.2 124.96) (width 0.2) (layer B.Cu) (net 49)) (segment (start 147.14 144.32) (end 147.14 145.45137) (width 0.2) (layer F.Cu) (net 49)) (segment (start 147.14 145.45137) (end 147.13067 145.4607) (width 0.2) (layer F.Cu) (net 49)) (segment (start 147.14 145.45137) (end 147.14 145.59) (width 0.2) (layer F.Cu) (net 49)) (segment (start 147.14 145.59) (end 146.63 146.1) (width 0.2) (layer F.Cu) (net 49)) (segment (start 114.1281 146.1) (end 113.4888 145.4607) (width 0.2) (layer F.Cu) (net 49)) (segment (start 146.63 146.1) (end 114.1281 146.1) (width 0.2) (layer F.Cu) (net 49)) (segment (start 146.169999 130.690001) (end 147.32 129.54) (width 0.2) (layer F.Cu) (net 49)) (segment (start 146.04 130.82) (end 146.169999 130.690001) (width 0.2) (layer F.Cu) (net 49)) (segment (start 146.04 141.91) (end 146.04 130.82) (width 0.2) (layer F.Cu) (net 49)) (segment (start 147.14 144.32) (end 147.14 143.01) (width 0.2) (layer F.Cu) (net 49)) (segment (start 147.14 143.01) (end 146.04 141.91) (width 0.2) (layer F.Cu) (net 49)) (segment (start 87.2 123.82863) (end 87.2 124.96) (width 0.2) (layer B.Cu) (net 49)) (segment (start 88.8 123.36) (end 87.66863 123.36) (width 0.2) (layer B.Cu) (net 49)) (segment (start 87.66863 123.36) (end 87.2 123.82863) (width 0.2) (layer B.Cu) (net 49)) (segment (start 135.2904 130.6904) (end 135.3519 130.6904) (width 0.2) (layer B.Cu) (net 50)) (segment (start 149.010001 130.389999) (end 148.7096 130.6904) (width 0.2) (layer B.Cu) (net 50)) (segment (start 149.86 129.54) (end 149.010001 130.389999) (width 0.2) (layer B.Cu) (net 50)) (segment (start 135.3519 130.6904) (end 148.7096 130.6904) (width 0.2) (layer B.Cu) (net 50)) (segment (start 149.86 129.54) (end 148.709999 130.690001) (width 0.2) (layer F.Cu) (net 50)) (segment (start 148.709999 130.690001) (end 148.709999 133.189999) (width 0.2) (layer F.Cu) (net 50)) (segment (start 133.469999 128.848799) (end 132.6106 127.9894) (width 0.2) (layer B.Cu) (net 50)) (segment (start 133.469999 130.092001) (end 133.469999 128.848799) (width 0.2) (layer B.Cu) (net 50)) (segment (start 134.068398 130.6904) (end 133.469999 130.092001) (width 0.2) (layer B.Cu) (net 50)) (segment (start 135.3519 130.6904) (end 134.068398 130.6904) (width 0.2) (layer B.Cu) (net 50)) (segment (start 109.8477 127.9894) (end 132.6106 127.9894) (width 0.2) (layer B.Cu) (net 50)) (via (at 92.5 126.8) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 50)) (segment (start 93.039999 127.339999) (end 92.5 126.8) (width 0.2) (layer B.Cu) (net 50)) (segment (start 109.8477 127.9894) (end 109.198299 127.339999) (width 0.2) (layer B.Cu) (net 50)) (segment (start 109.198299 127.339999) (end 93.039999 127.339999) (width 0.2) (layer B.Cu) (net 50)) (segment (start 92.5 126.8) (end 92.5 125.431998) (width 0.2) (layer F.Cu) (net 50)) (segment (start 150.99637 134.345) (end 149.865 134.345) (width 0.2) (layer F.Cu) (net 50)) (segment (start 152.22 135.56863) (end 150.99637 134.345) (width 0.2) (layer F.Cu) (net 50)) (segment (start 152.22 136.7) (end 152.22 135.56863) (width 0.2) (layer F.Cu) (net 50)) (segment (start 148.709999 133.189999) (end 149.865 134.345) (width 0.2) (layer F.Cu) (net 50)) (segment (start 149.845 128.322919) (end 149.86 128.337919) (width 0.2) (layer F.Cu) (net 50)) (segment (start 135.16 122.96) (end 137.4 125.2) (width 0.2) (layer F.Cu) (net 50)) (segment (start 137.4 125.2) (end 146.79 125.2) (width 0.2) (layer F.Cu) (net 50)) (segment (start 149.86 128.337919) (end 149.86 129.54) (width 0.2) (layer F.Cu) (net 50)) (segment (start 146.79 125.2) (end 149.845 128.255) (width 0.2) (layer F.Cu) (net 50)) (segment (start 149.845 128.255) (end 149.845 128.322919) (width 0.2) (layer F.Cu) (net 50)) (segment (start 91.184001 122.072631) (end 91.184001 124.115999) (width 0.2) (layer F.Cu) (net 50)) (segment (start 89.93137 120.82) (end 91.184001 122.072631) (width 0.2) (layer F.Cu) (net 50)) (segment (start 88.8 120.82) (end 89.93137 120.82) (width 0.2) (layer F.Cu) (net 50)) (segment (start 92.5 125.431998) (end 91.184001 124.115999) (width 0.2) (layer F.Cu) (net 50)) (segment (start 136.26 106.16) (end 135.16 107.26) (width 0.2) (layer F.Cu) (net 50)) (segment (start 136.26 104.9) (end 136.26 106.16) (width 0.2) (layer F.Cu) (net 50)) (segment (start 135.16 107.26) (end 135.16 122.96) (width 0.2) (layer F.Cu) (net 50)) (segment (start 151.249999 130.690001) (end 151.249999 133.549999) (width 0.2) (layer F.Cu) (net 51)) (segment (start 152.4 129.54) (end 151.249999 130.690001) (width 0.2) (layer F.Cu) (net 51)) (segment (start 153.1 135.4) (end 155 135.4) (width 0.2) (layer F.Cu) (net 51)) (segment (start 151.249999 133.549999) (end 153.1 135.4) (width 0.2) (layer F.Cu) (net 51)) (segment (start 154.6 135.4) (end 155 135.4) (width 0.2) (layer F.Cu) (net 51)) (segment (start 155 135.4) (end 156.01 135.4) (width 0.2) (layer F.Cu) (net 51)) (via (at 103.7378 129.2934) (size 0.6) (layers F.Cu B.Cu) (net 51)) (segment (start 103.7378 129.2934) (end 99.244399 124.799999) (width 0.2) (layer F.Cu) (net 51)) (segment (start 99.244399 124.799999) (end 92.599999 124.799999) (width 0.2) (layer F.Cu) (net 51)) (segment (start 157.3 135.56863) (end 157.13137 135.4) (width 0.2) (layer F.Cu) (net 51)) (segment (start 157.3 136.7) (end 157.3 135.56863) (width 0.2) (layer F.Cu) (net 51)) (segment (start 157.13137 135.4) (end 156.01 135.4) (width 0.2) (layer F.Cu) (net 51)) (segment (start 88.8 115.74) (end 90.74 115.74) (width 0.2) (layer F.Cu) (net 51)) (segment (start 91.6 116.6) (end 91.6 123.8) (width 0.2) (layer F.Cu) (net 51)) (segment (start 90.74 115.74) (end 91.6 116.6) (width 0.2) (layer F.Cu) (net 51)) (segment (start 92.599999 124.799999) (end 91.6 123.8) (width 0.2) (layer F.Cu) (net 51)) (segment (start 87.64 115.74) (end 88.8 115.74) (width 0.2) (layer B.Cu) (net 51)) (segment (start 87.1632 115.2632) (end 87.64 115.74) (width 0.2) (layer B.Cu) (net 51)) (segment (start 87.1632 85.696798) (end 87.1632 115.2632) (width 0.2) (layer B.Cu) (net 51)) (segment (start 87.659999 85.199999) (end 87.1632 85.696798) (width 0.2) (layer B.Cu) (net 51)) (segment (start 103.7378 131.7378) (end 103.7378 129.2934) (width 0.2) (layer B.Cu) (net 51)) (segment (start 110.3 138.3) (end 103.7378 131.7378) (width 0.2) (layer B.Cu) (net 51)) (segment (start 156.83137 138.3) (end 110.3 138.3) (width 0.2) (layer B.Cu) (net 51)) (segment (start 157.3 136.7) (end 157.3 137.83137) (width 0.2) (layer B.Cu) (net 51)) (segment (start 157.3 137.83137) (end 156.83137 138.3) (width 0.2) (layer B.Cu) (net 51)) (segment (start 96.32 88.84) (end 94.84 88.84) (width 0.2) (layer B.Cu) (net 51)) (segment (start 91.199999 85.199999) (end 90.799999 85.199999) (width 0.2) (layer B.Cu) (net 51)) (segment (start 94.84 88.84) (end 91.199999 85.199999) (width 0.2) (layer B.Cu) (net 51)) (segment (start 90.799999 85.199999) (end 87.659999 85.199999) (width 0.2) (layer B.Cu) (net 51)) (segment (start 153.789999 130.690001) (end 153.789999 134.089999) (width 0.2) (layer F.Cu) (net 52)) (segment (start 154.94 129.54) (end 153.789999 130.690001) (width 0.2) (layer F.Cu) (net 52)) (segment (start 153.789999 134.089999) (end 154.7 135) (width 0.2) (layer F.Cu) (net 52)) (segment (start 154.7 135) (end 157.8 135) (width 0.2) (layer F.Cu) (net 52)) (segment (start 96.32 91.82) (end 96.3 91.8) (width 0.4) (layer F.Cu) (net 52)) (segment (start 162.38 135.56863) (end 162.35 135.53863) (width 0.2) (layer F.Cu) (net 52)) (segment (start 162.38 136.7) (end 162.38 135.56863) (width 0.2) (layer F.Cu) (net 52)) (segment (start 162.35 135.53863) (end 162.35 135.47) (width 0.2) (layer F.Cu) (net 52)) (segment (start 161.88 135) (end 157.8 135) (width 0.2) (layer F.Cu) (net 52)) (segment (start 162.35 135.47) (end 161.88 135) (width 0.2) (layer F.Cu) (net 52)) (segment (start 154.98604 128.291879) (end 154.94 128.337919) (width 0.2) (layer F.Cu) (net 52)) (segment (start 154.98604 127.11396) (end 154.98604 128.291879) (width 0.2) (layer F.Cu) (net 52)) (segment (start 138.8 106.0003) (end 137.6997 107.1006) (width 0.2) (layer F.Cu) (net 52)) (segment (start 138.8 104.9) (end 138.8 106.0003) (width 0.2) (layer F.Cu) (net 52)) (segment (start 137.6997 107.1006) (end 137.6997 124.0997) (width 0.2) (layer F.Cu) (net 52)) (segment (start 154.94 128.337919) (end 154.94 129.54) (width 0.2) (layer F.Cu) (net 52)) (segment (start 137.6997 124.0997) (end 138.4 124.8) (width 0.2) (layer F.Cu) (net 52)) (segment (start 138.4 124.8) (end 152.67208 124.8) (width 0.2) (layer F.Cu) (net 52)) (segment (start 152.67208 124.8) (end 154.98604 127.11396) (width 0.2) (layer F.Cu) (net 52)) (segment (start 97.45137 99) (end 98.2 98.25137) (width 0.2) (layer F.Cu) (net 52)) (segment (start 96.32 99) (end 97.45137 99) (width 0.2) (layer F.Cu) (net 52)) (segment (start 98.2 98.25137) (end 98.2 93.26) (width 0.2) (layer F.Cu) (net 52)) (segment (start 97.45137 99) (end 101.75137 103.3) (width 0.2) (layer B.Cu) (net 52)) (segment (start 96.32 99) (end 97.45137 99) (width 0.2) (layer B.Cu) (net 52)) (segment (start 101.75137 103.3) (end 138.4 103.3) (width 0.2) (layer B.Cu) (net 52)) (segment (start 138.8 103.7) (end 138.8 104.9) (width 0.2) (layer B.Cu) (net 52)) (segment (start 138.4 103.3) (end 138.8 103.7) (width 0.2) (layer B.Cu) (net 52)) (segment (start 97.45137 91.38) (end 98.2 92.12863) (width 0.2) (layer F.Cu) (net 52)) (segment (start 96.32 91.38) (end 97.45137 91.38) (width 0.2) (layer F.Cu) (net 52)) (segment (start 98.2 93.26) (end 98.2 92.2) (width 0.2) (layer F.Cu) (net 52)) (via (at 118.5908 134.0105) (size 0.6) (layers F.Cu B.Cu) (net 53)) (segment (start 156.329999 133.070001) (end 155.3895 134.0105) (width 0.2) (layer B.Cu) (net 53)) (segment (start 156.329999 130.690001) (end 156.329999 133.070001) (width 0.2) (layer B.Cu) (net 53)) (segment (start 157.48 129.54) (end 156.329999 130.690001) (width 0.2) (layer B.Cu) (net 53)) (segment (start 118.5908 134.0105) (end 155.3895 134.0105) (width 0.2) (layer B.Cu) (net 53)) (segment (start 156.329999 130.690001) (end 156.329999 133.529999) (width 0.2) (layer F.Cu) (net 53)) (segment (start 157.48 129.54) (end 156.329999 130.690001) (width 0.2) (layer F.Cu) (net 53)) (segment (start 156.329999 133.529999) (end 157.366 134.566) (width 0.2) (layer F.Cu) (net 53)) (segment (start 118.229999 131.767997) (end 117.272002 130.81) (width 0.2) (layer F.Cu) (net 53)) (segment (start 118.229999 133.649699) (end 118.229999 131.767997) (width 0.2) (layer F.Cu) (net 53)) (segment (start 118.5908 134.0105) (end 118.229999 133.649699) (width 0.2) (layer F.Cu) (net 53)) (segment (start 88.8 112.2) (end 88.8 113.2) (width 0.2) (layer B.Cu) (net 53)) (segment (start 87.599999 110.999999) (end 88.8 112.2) (width 0.2) (layer B.Cu) (net 53)) (segment (start 87.599999 86.400001) (end 87.599999 110.999999) (width 0.2) (layer B.Cu) (net 53)) (segment (start 88.7 86.3) (end 87.7 86.3) (width 0.2) (layer B.Cu) (net 53)) (segment (start 87.7 86.3) (end 87.599999 86.400001) (width 0.2) (layer B.Cu) (net 53)) (segment (start 167.46 136.7) (end 167.46 135.21) (width 0.2) (layer F.Cu) (net 53)) (segment (start 166.816 134.566) (end 159.374 134.566) (width 0.2) (layer F.Cu) (net 53)) (segment (start 167.46 135.21) (end 166.816 134.566) (width 0.2) (layer F.Cu) (net 53)) (segment (start 157.366 134.566) (end 159.374 134.566) (width 0.2) (layer F.Cu) (net 53)) (segment (start 159.374 134.566) (end 159.534 134.566) (width 0.2) (layer F.Cu) (net 53)) (segment (start 87.8 113.2) (end 86.9 114.1) (width 0.2) (layer F.Cu) (net 53)) (segment (start 88.8 113.2) (end 87.8 113.2) (width 0.2) (layer F.Cu) (net 53)) (segment (start 86.9 114.1) (end 86.9 130.1) (width 0.2) (layer F.Cu) (net 53)) (segment (start 87.61 130.81) (end 101.11 130.81) (width 0.2) (layer F.Cu) (net 53)) (segment (start 86.9 130.1) (end 87.61 130.81) (width 0.2) (layer F.Cu) (net 53)) (segment (start 117.272002 130.81) (end 101.11 130.81) (width 0.2) (layer F.Cu) (net 53)) (segment (start 101.11 130.81) (end 100.898002 130.81) (width 0.2) (layer F.Cu) (net 53)) (segment (start 106.3 65.82) (end 105.1997 65.82) (width 0.2) (layer F.Cu) (net 54)) (segment (start 105.1997 65.82) (end 101.4897 69.53) (width 0.2) (layer F.Cu) (net 54)) (segment (start 101.4897 69.53) (end 97.2379 69.53) (width 0.2) (layer F.Cu) (net 54)) (segment (start 97.2379 69.53) (end 95.3108 71.4571) (width 0.2) (layer F.Cu) (net 54)) (via (at 95.3108 71.4571) (size 0.6) (layers F.Cu B.Cu) (net 54)) (segment (start 158.7537 130.8063) (end 158.7537 133.7537) (width 0.2) (layer B.Cu) (net 54)) (segment (start 160.02 129.54) (end 158.7537 130.8063) (width 0.2) (layer B.Cu) (net 54)) (segment (start 157.7456 134.7618) (end 158.7537 133.7537) (width 0.2) (layer B.Cu) (net 54)) (via (at 136.771288 138.90001) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 54)) (segment (start 137.1 136.7) (end 137.1 138.571298) (width 0.2) (layer F.Cu) (net 54)) (segment (start 137.1 138.571298) (end 137.071287 138.600011) (width 0.2) (layer F.Cu) (net 54)) (segment (start 137.071287 138.600011) (end 136.771288 138.90001) (width 0.2) (layer F.Cu) (net 54)) (segment (start 95.3108 71.4571) (end 95.3108 74.4892) (width 0.2) (layer B.Cu) (net 54)) (segment (start 95.3108 74.4892) (end 86.7319 83.0681) (width 0.2) (layer B.Cu) (net 54)) (segment (start 86.7319 83.0681) (end 86.7319 131.4658) (width 0.2) (layer B.Cu) (net 54)) (segment (start 86.7319 131.4658) (end 100.6865 145.4204) (width 0.2) (layer B.Cu) (net 54)) (segment (start 123.17269 138.90001) (end 136.347024 138.90001) (width 0.2) (layer B.Cu) (net 54)) (segment (start 136.347024 138.90001) (end 136.771288 138.90001) (width 0.2) (layer B.Cu) (net 54)) (segment (start 118.05 144.0227) (end 123.17269 138.90001) (width 0.2) (layer B.Cu) (net 54)) (segment (start 118.05 144.6475) (end 118.05 144.0227) (width 0.2) (layer B.Cu) (net 54)) (segment (start 117.2771 145.4204) (end 118.05 144.6475) (width 0.2) (layer B.Cu) (net 54)) (segment (start 100.6865 145.4204) (end 117.2771 145.4204) (width 0.2) (layer B.Cu) (net 54)) (segment (start 138.0382 134.7618) (end 140.2382 134.7618) (width 0.2) (layer B.Cu) (net 54)) (segment (start 137.1 135.7) (end 138.0382 134.7618) (width 0.2) (layer B.Cu) (net 54)) (segment (start 137.1 136.7) (end 137.1 135.7) (width 0.2) (layer B.Cu) (net 54)) (segment (start 140.2382 134.7618) (end 157.7456 134.7618) (width 0.2) (layer B.Cu) (net 54)) (segment (start 147.1298 99.53) (end 145.7006 98.1008) (width 0.2) (layer B.Cu) (net 55)) (segment (start 145.7006 98.1008) (end 145.7006 90.3733) (width 0.2) (layer B.Cu) (net 55)) (segment (start 145.7006 90.3733) (end 141.6773 86.35) (width 0.2) (layer B.Cu) (net 55)) (segment (start 141.6773 86.35) (end 140.9588 86.35) (width 0.2) (layer B.Cu) (net 55)) (segment (start 140.9588 86.35) (end 139.2657 84.6569) (width 0.2) (layer B.Cu) (net 55)) (segment (start 139.2657 84.6569) (end 139.2657 81.9326) (width 0.2) (layer B.Cu) (net 55)) (segment (start 139.2657 81.9326) (end 138.0252 80.6921) (width 0.2) (layer B.Cu) (net 55)) (segment (start 127.8 65.44) (end 129.2442 65.44) (width 0.2) (layer B.Cu) (net 55)) (segment (start 129.2442 65.44) (end 134.15 70.3458) (width 0.2) (layer B.Cu) (net 55)) (segment (start 134.15 70.3458) (end 134.15 76.8169) (width 0.2) (layer B.Cu) (net 55)) (segment (start 134.15 76.8169) (end 138.0252 80.6921) (width 0.2) (layer B.Cu) (net 55)) (segment (start 147.1298 99.53) (end 153.0892 105.4894) (width 0.2) (layer F.Cu) (net 55)) (segment (start 153.0892 105.4894) (end 153.0892 116.4833) (width 0.2) (layer F.Cu) (net 55)) (segment (start 153.0892 116.4833) (end 151.98 117.5925) (width 0.2) (layer F.Cu) (net 55)) (segment (start 151.98 117.5925) (end 151.98 118.8997) (width 0.2) (layer F.Cu) (net 55)) (segment (start 151.98 120) (end 151.98 118.8997) (width 0.2) (layer F.Cu) (net 55)) (via (at 147.1298 99.53) (size 0.6) (layers F.Cu B.Cu) (net 55)) (segment (start 167.64 127.57) (end 167.64 129.54) (width 0.2) (layer F.Cu) (net 55)) (segment (start 169.97 125.24) (end 167.64 127.57) (width 0.2) (layer F.Cu) (net 55)) (segment (start 180.38 125.24) (end 169.97 125.24) (width 0.2) (layer F.Cu) (net 55)) (segment (start 181 124.62) (end 180.38 125.24) (width 0.2) (layer F.Cu) (net 55)) (segment (start 181 83.98) (end 181 124.62) (width 0.2) (layer F.Cu) (net 55)) (segment (start 184.7 80.18) (end 182.72 80.18) (width 0.2) (layer F.Cu) (net 55)) (segment (start 181 81.9) (end 181 83.98) (width 0.2) (layer F.Cu) (net 55)) (segment (start 182.72 80.18) (end 181 81.9) (width 0.2) (layer F.Cu) (net 55)) (segment (start 151.98 120) (end 151.98 121.38) (width 0.2) (layer B.Cu) (net 55)) (segment (start 151.98 121.38) (end 155.3 124.7) (width 0.2) (layer B.Cu) (net 55)) (segment (start 155.3 124.7) (end 164.7 124.7) (width 0.2) (layer B.Cu) (net 55)) (segment (start 167.64 127.64) (end 167.64 129.54) (width 0.2) (layer B.Cu) (net 55)) (segment (start 164.7 124.7) (end 167.64 127.64) (width 0.2) (layer B.Cu) (net 55)) (segment (start 127.8 65.44) (end 126.84 65.44) (width 0.2) (layer B.Cu) (net 55)) (via (at 123.2 64.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 55)) (segment (start 108.5 78.4) (end 113.334302 78.4) (width 0.2) (layer F.Cu) (net 55)) (segment (start 105.96 82.1) (end 105.96 80.94) (width 0.2) (layer F.Cu) (net 55)) (segment (start 105.96 80.94) (end 108.5 78.4) (width 0.2) (layer F.Cu) (net 55)) (segment (start 125.600001 64.200001) (end 126.84 65.44) (width 0.2) (layer B.Cu) (net 55)) (segment (start 123.2 64.5) (end 123.499999 64.200001) (width 0.2) (layer B.Cu) (net 55)) (segment (start 123.499999 64.200001) (end 125.600001 64.200001) (width 0.2) (layer B.Cu) (net 55)) (segment (start 123.2 64.5) (end 122.6 65.1) (width 0.2) (layer F.Cu) (net 55)) (segment (start 122.6 65.1) (end 122.6 70.6) (width 0.2) (layer F.Cu) (net 55)) (segment (start 114.8 78.4) (end 113.334302 78.4) (width 0.2) (layer F.Cu) (net 55)) (segment (start 122.6 70.6) (end 114.8 78.4) (width 0.2) (layer F.Cu) (net 55)) (segment (start 139.647 87.1491) (end 136.0986 83.6007) (width 0.2) (layer B.Cu) (net 56)) (segment (start 136.0986 83.6007) (end 136.0986 79.4727) (width 0.2) (layer B.Cu) (net 56)) (segment (start 136.0986 79.4727) (end 131.8684 75.2425) (width 0.2) (layer B.Cu) (net 56)) (segment (start 131.8684 75.2425) (end 131.8684 73.1436) (width 0.2) (layer B.Cu) (net 56)) (segment (start 131.8684 73.1436) (end 130.3823 71.6575) (width 0.2) (layer B.Cu) (net 56)) (segment (start 130.3823 71.6575) (end 129.9721 71.6575) (width 0.2) (layer B.Cu) (net 56)) (segment (start 129.9721 71.6575) (end 129.07 70.7554) (width 0.2) (layer B.Cu) (net 56)) (segment (start 129.07 70.7554) (end 129.07 70.3238) (width 0.2) (layer B.Cu) (net 56)) (segment (start 129.07 70.3238) (end 127.8542 69.108) (width 0.2) (layer B.Cu) (net 56)) (segment (start 127.8542 69.108) (end 126.388 69.108) (width 0.2) (layer B.Cu) (net 56)) (segment (start 126.388 69.108) (end 125.26 67.98) (width 0.2) (layer B.Cu) (net 56)) (segment (start 178.841 83.3212) (end 178.1722 83.99) (width 0.2) (layer F.Cu) (net 56)) (segment (start 178.1722 83.99) (end 173.5906 83.99) (width 0.2) (layer F.Cu) (net 56)) (segment (start 173.5906 83.99) (end 171.3723 86.2083) (width 0.2) (layer F.Cu) (net 56)) (segment (start 171.3723 86.2083) (end 140.5878 86.2083) (width 0.2) (layer F.Cu) (net 56)) (segment (start 140.5878 86.2083) (end 139.647 87.1491) (width 0.2) (layer F.Cu) (net 56)) (segment (start 184.8 82.72) (end 179.4422 82.72) (width 0.2) (layer B.Cu) (net 56)) (segment (start 179.4422 82.72) (end 178.841 83.3212) (width 0.2) (layer B.Cu) (net 56)) (via (at 139.647 87.1491) (size 0.6) (layers F.Cu B.Cu) (net 56)) (via (at 178.841 83.3212) (size 0.6) (layers F.Cu B.Cu) (net 56)) (segment (start 170.18 127.36) (end 170.18 129.54) (width 0.2) (layer F.Cu) (net 56)) (segment (start 171.9 125.64) (end 170.18 127.36) (width 0.2) (layer F.Cu) (net 56)) (segment (start 181.02 125.64) (end 171.9 125.64) (width 0.2) (layer F.Cu) (net 56)) (segment (start 181.4 125.26) (end 181.02 125.64) (width 0.2) (layer F.Cu) (net 56)) (segment (start 181.4 86.12) (end 181.4 125.26) (width 0.2) (layer F.Cu) (net 56)) (segment (start 181.4 86.12) (end 181.4 84.1) (width 0.2) (layer F.Cu) (net 56)) (segment (start 182.78 82.72) (end 184.7 82.72) (width 0.2) (layer F.Cu) (net 56)) (segment (start 181.4 84.1) (end 182.78 82.72) (width 0.2) (layer F.Cu) (net 56)) (segment (start 154.52 120) (end 154.52 121.62) (width 0.2) (layer B.Cu) (net 56)) (segment (start 154.52 121.62) (end 157.2 124.3) (width 0.2) (layer B.Cu) (net 56)) (segment (start 157.2 124.3) (end 166.9 124.3) (width 0.2) (layer B.Cu) (net 56)) (segment (start 170.18 127.58) (end 170.18 129.54) (width 0.2) (layer B.Cu) (net 56)) (segment (start 166.9 124.3) (end 170.18 127.58) (width 0.2) (layer B.Cu) (net 56)) (segment (start 114.04 79.2) (end 111.7 79.2) (width 0.2) (layer F.Cu) (net 56)) (segment (start 105.62 84.3) (end 104.219999 82.899999) (width 0.2) (layer F.Cu) (net 56)) (segment (start 104.219999 82.899999) (end 103.42 82.1) (width 0.2) (layer F.Cu) (net 56)) (segment (start 108.9 84.3) (end 105.62 84.3) (width 0.2) (layer F.Cu) (net 56)) (segment (start 109.9 83.3) (end 108.9 84.3) (width 0.2) (layer F.Cu) (net 56)) (segment (start 109.9 81) (end 109.9 83.3) (width 0.2) (layer F.Cu) (net 56)) (segment (start 111.7 79.2) (end 109.9 81) (width 0.2) (layer F.Cu) (net 56)) (segment (start 123.47 69.77) (end 123.47 70.93) (width 0.2) (layer F.Cu) (net 56)) (segment (start 125.26 67.98) (end 123.47 69.77) (width 0.2) (layer F.Cu) (net 56)) (segment (start 115.2 79.2) (end 114.04 79.2) (width 0.2) (layer F.Cu) (net 56)) (segment (start 123.47 70.93) (end 115.2 79.2) (width 0.2) (layer F.Cu) (net 56)) (segment (start 100.88 97.34) (end 100.88 96.2397) (width 0.2) (layer F.Cu) (net 57)) (segment (start 102.15 81.7221) (end 102.15 94.9697) (width 0.2) (layer F.Cu) (net 57)) (segment (start 102.15 94.9697) (end 100.88 96.2397) (width 0.2) (layer F.Cu) (net 57)) (segment (start 105.5 101.96) (end 149.86 101.96) (width 0.2) (layer B.Cu) (net 57)) (segment (start 149.86 101.96) (end 157.2 109.3) (width 0.2) (layer B.Cu) (net 57)) (segment (start 158.16 110.26) (end 157.2 109.3) (width 0.2) (layer F.Cu) (net 57)) (via (at 157.2 109.3) (size 0.6) (layers F.Cu B.Cu) (net 57)) (segment (start 172.72 127.43) (end 172.72 129.54) (width 0.2) (layer F.Cu) (net 57)) (segment (start 174.1 126.05) (end 172.72 127.43) (width 0.2) (layer F.Cu) (net 57)) (segment (start 181.49 126.05) (end 174.1 126.05) (width 0.2) (layer F.Cu) (net 57)) (segment (start 181.8 125.74) (end 181.49 126.05) (width 0.2) (layer F.Cu) (net 57)) (segment (start 181.8 88.26) (end 181.8 125.74) (width 0.2) (layer F.Cu) (net 57)) (segment (start 157.06 118.62) (end 158.16 117.52) (width 0.2) (layer F.Cu) (net 57)) (segment (start 157.06 120) (end 157.06 118.62) (width 0.2) (layer F.Cu) (net 57)) (segment (start 158.16 117.52) (end 158.16 110.26) (width 0.2) (layer F.Cu) (net 57)) (segment (start 102.15 81.7221) (end 102.15 80.45) (width 0.2) (layer F.Cu) (net 57)) (segment (start 181.8 88.26) (end 181.8 86.3) (width 0.2) (layer F.Cu) (net 57)) (segment (start 182.84 85.26) (end 181.8 86.3) (width 0.2) (layer F.Cu) (net 57)) (segment (start 184.7 85.26) (end 182.84 85.26) (width 0.2) (layer F.Cu) (net 57)) (segment (start 172.72 127.52) (end 172.72 129.54) (width 0.2) (layer B.Cu) (net 57)) (segment (start 169.1 123.9) (end 172.72 127.52) (width 0.2) (layer B.Cu) (net 57)) (segment (start 159.2 123.9) (end 169.1 123.9) (width 0.2) (layer B.Cu) (net 57)) (segment (start 157.06 120) (end 157.06 121.76) (width 0.2) (layer B.Cu) (net 57)) (segment (start 157.06 121.76) (end 159.2 123.9) (width 0.2) (layer B.Cu) (net 57)) (segment (start 104.36863 101.96) (end 105.5 101.96) (width 0.2) (layer B.Cu) (net 57)) (segment (start 100.88 97.34) (end 100.88 98.47137) (width 0.2) (layer B.Cu) (net 57)) (segment (start 100.88 98.47137) (end 104.36863 101.96) (width 0.2) (layer B.Cu) (net 57)) (segment (start 127.8 67.98) (end 127.2337 67.98) (width 0.2) (layer B.Cu) (net 57)) (segment (start 126.794212 67.98) (end 127.8 67.98) (width 0.2) (layer B.Cu) (net 57)) (segment (start 126.756578 67.98) (end 126.794212 67.98) (width 0.2) (layer B.Cu) (net 57)) (segment (start 123.2 66.6) (end 125.376578 66.6) (width 0.2) (layer B.Cu) (net 57)) (segment (start 125.376578 66.6) (end 126.756578 67.98) (width 0.2) (layer B.Cu) (net 57)) (segment (start 114.65 77.95) (end 104.65 77.95) (width 0.2) (layer F.Cu) (net 57)) (segment (start 114.667151 77.967151) (end 114.65 77.95) (width 0.2) (layer F.Cu) (net 57)) (segment (start 102.15 80.45) (end 104.65 77.95) (width 0.2) (layer F.Cu) (net 57)) (segment (start 120.817151 71.817151) (end 120.817151 71.782849) (width 0.2) (layer F.Cu) (net 57)) (segment (start 120.817151 71.817151) (end 114.667151 77.967151) (width 0.2) (layer F.Cu) (net 57)) (via (at 122 66.6) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 57)) (segment (start 122 70.6) (end 122 66.6) (width 0.2) (layer F.Cu) (net 57)) (segment (start 120.817151 71.782849) (end 122 70.6) (width 0.2) (layer F.Cu) (net 57)) (segment (start 123.2 66.6) (end 122 66.6) (width 0.2) (layer B.Cu) (net 57)) (segment (start 110.5329 87.2777) (end 103.42 94.3906) (width 0.2) (layer B.Cu) (net 58)) (segment (start 103.42 94.3906) (end 103.42 97.34) (width 0.2) (layer B.Cu) (net 58)) (segment (start 107.64 101.56) (end 152.46 101.56) (width 0.2) (layer B.Cu) (net 58)) (segment (start 152.46 101.56) (end 160.1 109.2) (width 0.2) (layer B.Cu) (net 58)) (segment (start 160.7 109.8) (end 160.1 109.2) (width 0.2) (layer F.Cu) (net 58)) (via (at 110.5329 87.2777) (size 0.6) (layers F.Cu B.Cu) (net 58)) (via (at 160.1 109.2) (size 0.6) (layers F.Cu B.Cu) (net 58)) (segment (start 175.26 128.22) (end 175.26 129.54) (width 0.2) (layer F.Cu) (net 58)) (segment (start 177 126.48) (end 175.26 128.22) (width 0.2) (layer F.Cu) (net 58)) (segment (start 182.05 126.48) (end 177 126.48) (width 0.2) (layer F.Cu) (net 58)) (segment (start 182.3 126.23) (end 182.05 126.48) (width 0.2) (layer F.Cu) (net 58)) (segment (start 182.3 90.3) (end 182.3 126.23) (width 0.2) (layer F.Cu) (net 58)) (segment (start 159.6 118.62) (end 160.7 117.52) (width 0.2) (layer F.Cu) (net 58)) (segment (start 159.6 120) (end 159.6 118.62) (width 0.2) (layer F.Cu) (net 58)) (segment (start 160.7 117.52) (end 160.7 109.8) (width 0.2) (layer F.Cu) (net 58)) (segment (start 110.5329 85.3671) (end 112.4517 83.4483) (width 0.2) (layer F.Cu) (net 58)) (segment (start 112.4517 83.4483) (end 112.4517 80.7483) (width 0.2) (layer F.Cu) (net 58)) (segment (start 112.4517 80.7483) (end 113.1226 80.0774) (width 0.2) (layer F.Cu) (net 58)) (segment (start 113.1226 80.0774) (end 115.532296 80.0774) (width 0.2) (layer F.Cu) (net 58)) (segment (start 115.532296 80.0774) (end 124.378497 71.231199) (width 0.2) (layer F.Cu) (net 58)) (segment (start 110.5329 87.2777) (end 110.5329 85.3671) (width 0.2) (layer F.Cu) (net 58)) (segment (start 184.7 87.8) (end 183 87.8) (width 0.2) (layer F.Cu) (net 58)) (segment (start 182.3 88.5) (end 182.3 90.3) (width 0.2) (layer F.Cu) (net 58)) (segment (start 183 87.8) (end 182.3 88.5) (width 0.2) (layer F.Cu) (net 58)) (segment (start 175.26 127.66) (end 175.26 129.54) (width 0.2) (layer B.Cu) (net 58)) (segment (start 171.1 123.5) (end 175.26 127.66) (width 0.2) (layer B.Cu) (net 58)) (segment (start 161.2 123.5) (end 171.1 123.5) (width 0.2) (layer B.Cu) (net 58)) (segment (start 159.6 120) (end 159.6 121.9) (width 0.2) (layer B.Cu) (net 58)) (segment (start 159.6 121.9) (end 161.2 123.5) (width 0.2) (layer B.Cu) (net 58)) (segment (start 103.42 97.34) (end 103.42 98.48) (width 0.2) (layer B.Cu) (net 58)) (segment (start 106.5 101.56) (end 107.64 101.56) (width 0.2) (layer B.Cu) (net 58)) (segment (start 103.42 98.48) (end 106.5 101.56) (width 0.2) (layer B.Cu) (net 58)) (segment (start 124.548801 71.231199) (end 125.26 70.52) (width 0.2) (layer F.Cu) (net 58)) (segment (start 124.378497 71.231199) (end 124.548801 71.231199) (width 0.2) (layer F.Cu) (net 58)) (segment (start 195.92 65.12) (end 195.92 66.2203) (width 0.2) (layer B.Cu) (net 59)) (segment (start 206.3605 119.8299) (end 206.3605 76.6608) (width 0.2) (layer B.Cu) (net 59)) (segment (start 206.3605 76.6608) (end 195.92 66.2203) (width 0.2) (layer B.Cu) (net 59)) (via (at 206.3605 119.8299) (size 0.6) (layers F.Cu B.Cu) (net 59)) (segment (start 206.3605 119.8299) (end 206.3605 121.3687) (width 0.2) (layer F.Cu) (net 59)) (segment (start 182.88 132.08) (end 182.88 134.1) (width 0.2) (layer F.Cu) (net 59)) (segment (start 182.88 134.1) (end 184.63 135.85) (width 0.2) (layer F.Cu) (net 59)) (segment (start 184.63 135.85) (end 191.8792 135.85) (width 0.2) (layer F.Cu) (net 59)) (segment (start 206.3605 121.3687) (end 206.3605 134.4495) (width 0.2) (layer F.Cu) (net 59)) (segment (start 204.96 135.85) (end 191.8792 135.85) (width 0.2) (layer F.Cu) (net 59)) (segment (start 206.3605 134.4495) (end 204.96 135.85) (width 0.2) (layer F.Cu) (net 59)) (segment (start 195.92 65.12) (end 195.92 63.02) (width 0.2) (layer F.Cu) (net 59)) (segment (start 194.1226 61.2226) (end 191.8226 61.2226) (width 0.2) (layer F.Cu) (net 59)) (segment (start 195.92 63.02) (end 194.1226 61.2226) (width 0.2) (layer F.Cu) (net 59)) (segment (start 180.1226 61.2226) (end 191.8226 61.2226) (width 0.2) (layer F.Cu) (net 59)) (segment (start 169.5 60.7) (end 145.2 60.7) (width 0.2) (layer F.Cu) (net 59)) (segment (start 145.2 60.7) (end 144.3 61.6) (width 0.2) (layer F.Cu) (net 59)) (segment (start 144.3 61.6) (end 138.6 61.6) (width 0.2) (layer F.Cu) (net 59)) (segment (start 138.6 61.6) (end 137.3 60.3) (width 0.2) (layer F.Cu) (net 59)) (via (at 133 60.3) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 59)) (segment (start 137.3 60.3) (end 133 60.3) (width 0.2) (layer F.Cu) (net 59)) (segment (start 133 60.3) (end 131.6 58.9) (width 0.2) (layer B.Cu) (net 59)) (segment (start 131.6 58.9) (end 131.6 57.4) (width 0.2) (layer B.Cu) (net 59)) (segment (start 128.511199 55.991199) (end 127.8 55.28) (width 0.2) (layer B.Cu) (net 59)) (segment (start 128.811201 56.291201) (end 128.511199 55.991199) (width 0.2) (layer B.Cu) (net 59)) (segment (start 131.6 57.4) (end 130.491201 56.291201) (width 0.2) (layer B.Cu) (net 59)) (segment (start 130.491201 56.291201) (end 128.811201 56.291201) (width 0.2) (layer B.Cu) (net 59)) (segment (start 171.4548 60.7) (end 171.9774 61.2226) (width 0.2) (layer F.Cu) (net 59)) (segment (start 169.5 60.7) (end 171.4548 60.7) (width 0.2) (layer F.Cu) (net 59)) (segment (start 180.1226 61.2226) (end 171.9774 61.2226) (width 0.2) (layer F.Cu) (net 59)) (segment (start 119.646 64.1888) (end 119.1151 64.7197) (width 0.2) (layer F.Cu) (net 60)) (segment (start 119.1151 64.7197) (end 112.8275 64.7197) (width 0.2) (layer F.Cu) (net 60)) (segment (start 112.8275 64.7197) (end 107.7475 69.7997) (width 0.2) (layer F.Cu) (net 60)) (segment (start 119.646 64.1888) (end 119.9249 64.1888) (width 0.2) (layer B.Cu) (net 60)) (segment (start 119.9249 64.1888) (end 124.7748 59.3389) (width 0.2) (layer B.Cu) (net 60)) (segment (start 124.7748 59.3389) (end 128.2491 59.3389) (width 0.2) (layer B.Cu) (net 60)) (segment (start 128.2491 59.3389) (end 137.96 69.0498) (width 0.2) (layer B.Cu) (net 60)) (segment (start 137.96 69.0498) (end 137.96 70.52) (width 0.2) (layer B.Cu) (net 60)) (via (at 119.646 64.1888) (size 0.6) (layers F.Cu B.Cu) (net 60)) (segment (start 107.7475 73.12387) (end 107.7475 71.8525) (width 0.2) (layer F.Cu) (net 60)) (segment (start 107.43137 73.44) (end 107.7475 73.12387) (width 0.2) (layer F.Cu) (net 60)) (segment (start 106.3 73.44) (end 107.43137 73.44) (width 0.2) (layer F.Cu) (net 60)) (segment (start 107.7475 69.7997) (end 107.7475 71.8525) (width 0.2) (layer F.Cu) (net 60)) (segment (start 150.76 113.6) (end 113.3 113.6) (width 0.2) (layer B.Cu) (net 61)) (segment (start 108.32 104.9) (end 108.32 109.58) (width 0.2) (layer B.Cu) (net 61)) (segment (start 112.34 113.6) (end 113.3 113.6) (width 0.2) (layer B.Cu) (net 61)) (segment (start 108.32 109.58) (end 112.34 113.6) (width 0.2) (layer B.Cu) (net 61)) (segment (start 151.98 112.38) (end 151.98 113.32) (width 0.2) (layer B.Cu) (net 61)) (segment (start 151.7 113.6) (end 150.76 113.6) (width 0.2) (layer B.Cu) (net 61)) (segment (start 151.98 113.32) (end 151.7 113.6) (width 0.2) (layer B.Cu) (net 61)) (segment (start 105.78 104.9) (end 105.78 109.58) (width 0.2) (layer B.Cu) (net 62)) (segment (start 110.2 114) (end 113.2 114) (width 0.2) (layer B.Cu) (net 62)) (segment (start 105.78 109.58) (end 110.2 114) (width 0.2) (layer B.Cu) (net 62)) (segment (start 112.906 114) (end 113.2 114) (width 0.2) (layer B.Cu) (net 62)) (segment (start 113.2 114) (end 152.9 114) (width 0.2) (layer B.Cu) (net 62)) (segment (start 154.03137 114) (end 152.9 114) (width 0.2) (layer B.Cu) (net 62)) (segment (start 154.52 112.38) (end 154.52 113.51137) (width 0.2) (layer B.Cu) (net 62)) (segment (start 154.52 113.51137) (end 154.03137 114) (width 0.2) (layer B.Cu) (net 62)) (segment (start 103.24 109.54) (end 103.24 104.9) (width 0.2) (layer B.Cu) (net 63)) (segment (start 108.1 114.4) (end 103.24 109.54) (width 0.2) (layer B.Cu) (net 63)) (segment (start 155.04 114.4) (end 108.1 114.4) (width 0.2) (layer B.Cu) (net 63)) (segment (start 157.06 112.38) (end 157.06 113.34) (width 0.2) (layer B.Cu) (net 63)) (segment (start 156 114.4) (end 155.04 114.4) (width 0.2) (layer B.Cu) (net 63)) (segment (start 157.06 113.34) (end 156 114.4) (width 0.2) (layer B.Cu) (net 63)) (segment (start 157.18 114.8) (end 106.04 114.8) (width 0.2) (layer B.Cu) (net 64)) (segment (start 100.7 120.14) (end 100.7 118.8) (width 0.2) (layer B.Cu) (net 64)) (segment (start 104.7 114.8) (end 106.04 114.8) (width 0.2) (layer B.Cu) (net 64)) (segment (start 100.7 118.8) (end 104.7 114.8) (width 0.2) (layer B.Cu) (net 64)) (segment (start 158.31137 114.8) (end 157.18 114.8) (width 0.2) (layer B.Cu) (net 64)) (segment (start 159.6 112.38) (end 159.6 113.51137) (width 0.2) (layer B.Cu) (net 64)) (segment (start 159.6 113.51137) (end 158.31137 114.8) (width 0.2) (layer B.Cu) (net 64)) (segment (start 107.04863 115.2) (end 108.18 115.2) (width 0.2) (layer B.Cu) (net 65)) (segment (start 103.24 120.14) (end 103.24 119.00863) (width 0.2) (layer B.Cu) (net 65)) (segment (start 103.24 119.00863) (end 107.04863 115.2) (width 0.2) (layer B.Cu) (net 65)) (segment (start 162.14 112.38) (end 162.14 113.56) (width 0.2) (layer B.Cu) (net 65)) (segment (start 160.5 115.2) (end 159.1 115.2) (width 0.2) (layer B.Cu) (net 65)) (segment (start 162.14 113.56) (end 160.5 115.2) (width 0.2) (layer B.Cu) (net 65)) (segment (start 159.1 115.2) (end 108.18 115.2) (width 0.2) (layer B.Cu) (net 65)) (segment (start 161.46 115.6) (end 110.32 115.6) (width 0.2) (layer B.Cu) (net 66)) (segment (start 109.18863 115.6) (end 110.32 115.6) (width 0.2) (layer B.Cu) (net 66)) (segment (start 105.78 120.14) (end 105.78 119.00863) (width 0.2) (layer B.Cu) (net 66)) (segment (start 105.78 119.00863) (end 109.18863 115.6) (width 0.2) (layer B.Cu) (net 66)) (segment (start 164.68 112.38) (end 164.68 113.42) (width 0.2) (layer B.Cu) (net 66)) (segment (start 162.5 115.6) (end 161.46 115.6) (width 0.2) (layer B.Cu) (net 66)) (segment (start 164.68 113.42) (end 162.5 115.6) (width 0.2) (layer B.Cu) (net 66)) (segment (start 163.6 116) (end 112.46 116) (width 0.2) (layer B.Cu) (net 67)) (segment (start 111.32863 116) (end 112.46 116) (width 0.2) (layer B.Cu) (net 67)) (segment (start 108.32 120.14) (end 108.32 119.00863) (width 0.2) (layer B.Cu) (net 67)) (segment (start 108.32 119.00863) (end 111.32863 116) (width 0.2) (layer B.Cu) (net 67)) (segment (start 164.73137 116) (end 163.6 116) (width 0.2) (layer B.Cu) (net 67)) (segment (start 167.22 112.38) (end 167.22 113.51137) (width 0.2) (layer B.Cu) (net 67)) (segment (start 167.22 113.51137) (end 164.73137 116) (width 0.2) (layer B.Cu) (net 67)) (segment (start 113.46863 116.4) (end 114.6 116.4) (width 0.2) (layer B.Cu) (net 68)) (segment (start 110.86 120.14) (end 110.86 119.00863) (width 0.2) (layer B.Cu) (net 68)) (segment (start 110.86 119.00863) (end 113.46863 116.4) (width 0.2) (layer B.Cu) (net 68)) (segment (start 165.6 116.4) (end 114.6 116.4) (width 0.2) (layer B.Cu) (net 68)) (segment (start 169.76 112.38) (end 169.76 113.44) (width 0.2) (layer B.Cu) (net 68)) (segment (start 166.8 116.4) (end 166.7 116.4) (width 0.2) (layer B.Cu) (net 68)) (segment (start 169.76 113.44) (end 166.8 116.4) (width 0.2) (layer B.Cu) (net 68)) (segment (start 166.7 116.4) (end 165.6 116.4) (width 0.2) (layer B.Cu) (net 68)) (segment (start 171.4495 70.9346) (end 173.567 68.8171) (width 0.2) (layer B.Cu) (net 69)) (segment (start 171.4495 100.1505) (end 171.4495 70.9346) (width 0.2) (layer B.Cu) (net 69)) (segment (start 174 100.5) (end 171.799 100.5) (width 0.2) (layer B.Cu) (net 69)) (segment (start 171.799 100.5) (end 171.4495 100.1505) (width 0.2) (layer B.Cu) (net 69)) (segment (start 185.73427 68.8171) (end 184.4171 68.8171) (width 0.2) (layer B.Cu) (net 69)) (segment (start 188.3 66.25137) (end 185.73427 68.8171) (width 0.2) (layer B.Cu) (net 69)) (segment (start 188.3 65.12) (end 188.3 66.25137) (width 0.2) (layer B.Cu) (net 69)) (segment (start 173.567 68.8171) (end 184.4171 68.8171) (width 0.2) (layer B.Cu) (net 69)) (segment (start 190.84 57.5) (end 190.84 56.24) (width 0.2) (layer F.Cu) (net 70)) (segment (start 189.38 54.78) (end 187.92 54.78) (width 0.2) (layer F.Cu) (net 70)) (segment (start 190.84 56.24) (end 189.38 54.78) (width 0.2) (layer F.Cu) (net 70)) (segment (start 176.54 54.78) (end 187.92 54.78) (width 0.2) (layer F.Cu) (net 70)) (segment (start 174 54.78) (end 175.1655 53.6145) (width 0.2) (layer F.Cu) (net 71)) (segment (start 175.1655 53.6145) (end 189.4945 53.6145) (width 0.2) (layer F.Cu) (net 71)) (segment (start 193.38 57.5) (end 193.38 55.58) (width 0.2) (layer F.Cu) (net 71)) (segment (start 191.4145 53.6145) (end 189.4945 53.6145) (width 0.2) (layer F.Cu) (net 71)) (segment (start 193.38 55.58) (end 191.4145 53.6145) (width 0.2) (layer F.Cu) (net 71)) (segment (start 158.796 127.0048) (end 153.4136 121.6224) (width 0.2) (layer F.Cu) (net 72)) (segment (start 153.4136 121.6224) (end 153.4136 119.4126) (width 0.2) (layer F.Cu) (net 72)) (via (at 157.3 114.2) (size 0.6) (layers F.Cu B.Cu) (net 72)) (via (at 158.796 127.0048) (size 0.6) (layers F.Cu B.Cu) (net 72)) (via (at 113.41 102.69999) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 72)) (segment (start 113.58 97.34) (end 113.58 102.52999) (width 0.2) (layer F.Cu) (net 72)) (segment (start 113.58 102.52999) (end 113.41 102.69999) (width 0.2) (layer F.Cu) (net 72)) (segment (start 167.46 142.96) (end 167.46 144.32) (width 0.2) (layer B.Cu) (net 72)) (segment (start 159.1851 127.3939) (end 163.6939 127.3939) (width 0.2) (layer B.Cu) (net 72)) (segment (start 158.796 127.0048) (end 159.1851 127.3939) (width 0.2) (layer B.Cu) (net 72)) (segment (start 163.6939 127.3939) (end 164 127.7) (width 0.2) (layer B.Cu) (net 72)) (segment (start 163.8 139.3) (end 167.46 142.96) (width 0.2) (layer B.Cu) (net 72)) (segment (start 164 127.7) (end 164 128.8) (width 0.2) (layer B.Cu) (net 72)) (segment (start 164 128.8) (end 163.8 129) (width 0.2) (layer B.Cu) (net 72)) (segment (start 163.8 129) (end 163.8 139.3) (width 0.2) (layer B.Cu) (net 72)) (segment (start 113.41 102.69999) (end 149.02709 102.69999) (width 0.2) (layer B.Cu) (net 72)) (segment (start 149.02709 102.69999) (end 158.1787 111.8516) (width 0.2) (layer B.Cu) (net 72)) (segment (start 153.4136 119.4126) (end 157.0131 115.8131) (width 0.2) (layer F.Cu) (net 72)) (segment (start 158.1787 113.3213) (end 158.1787 113.2787) (width 0.2) (layer B.Cu) (net 72)) (segment (start 157.3 114.2) (end 158.1787 113.3213) (width 0.2) (layer B.Cu) (net 72)) (segment (start 158.1787 111.8516) (end 158.1787 113.2787) (width 0.2) (layer B.Cu) (net 72)) (segment (start 157.3 115.5262) (end 157.2131 115.6131) (width 0.2) (layer F.Cu) (net 72)) (segment (start 157.3 114.2) (end 157.3 115.5262) (width 0.2) (layer F.Cu) (net 72)) (segment (start 157.2131 115.6131) (end 157.0131 115.8131) (width 0.2) (layer F.Cu) (net 72)) (segment (start 137.96 73.06) (end 135.42 70.52) (width 0.2) (layer B.Cu) (net 73)) (segment (start 125.26 62.9) (end 126.3883 64.0283) (width 0.2) (layer B.Cu) (net 73)) (segment (start 126.3883 64.0283) (end 128.9283 64.0283) (width 0.2) (layer B.Cu) (net 73)) (segment (start 128.9283 64.0283) (end 135.42 70.52) (width 0.2) (layer B.Cu) (net 73)) (segment (start 113.92 54.54) (end 114 54.46) (width 0.2) (layer F.Cu) (net 73)) (segment (start 114 54.46) (end 114 54.2) (width 0.2) (layer F.Cu) (net 73)) (segment (start 113.92 54.54) (end 113.92 50.88) (width 0.4) (layer F.Cu) (net 73)) (segment (start 113.92 50.88) (end 114 50.8) (width 0.4) (layer F.Cu) (net 73)) (segment (start 113.92 58.2) (end 113.92 54.54) (width 0.4) (layer F.Cu) (net 73)) (segment (start 204.9 65.12) (end 208.72 65.12) (width 0.4) (layer F.Cu) (net 73)) (segment (start 208.72 65.12) (end 208.8 65.2) (width 0.4) (layer F.Cu) (net 73)) (segment (start 201 65.12) (end 204.9 65.12) (width 0.4) (layer F.Cu) (net 73)) (segment (start 204.9 65.1) (end 204.9 65.12) (width 0.2) (layer F.Cu) (net 73)) (segment (start 90.8 70.8) (end 85.7 70.8) (width 0.2) (layer F.Cu) (net 73)) (segment (start 98.42 54.46) (end 98.4 54.44) (width 0.2) (layer F.Cu) (net 73)) (segment (start 98.4 54.44) (end 98.4 54.2) (width 0.2) (layer F.Cu) (net 73)) (segment (start 98.42 54.46) (end 98.42 50.82) (width 0.4) (layer F.Cu) (net 73)) (segment (start 98.42 50.82) (end 98.4 50.8) (width 0.4) (layer F.Cu) (net 73)) (segment (start 98.42 58.1) (end 98.42 54.46) (width 0.4) (layer F.Cu) (net 73)) (segment (start 192.42 72.92) (end 192.42 71.18) (width 0.4) (layer F.Cu) (net 73)) (segment (start 192.42 71.18) (end 192.5 71.1) (width 0.4) (layer F.Cu) (net 73)) (segment (start 192.42 75.1) (end 192.42 72.92) (width 0.4) (layer F.Cu) (net 73)) (segment (start 170 145.3) (end 170 147.1) (width 0.4) (layer F.Cu) (net 73)) (segment (start 170 147.1) (end 169.9 147.2) (width 0.4) (layer F.Cu) (net 73)) (segment (start 170 144.31) (end 170 145.3) (width 0.4) (layer F.Cu) (net 73)) (segment (start 169.9 147.2) (end 149.8 147.2) (width 0.4) (layer F.Cu) (net 73)) (segment (start 178.8 147.2) (end 169.9 147.2) (width 0.4) (layer F.Cu) (net 73)) (segment (start 208.8 71.2) (end 208.8 65.2) (width 0.4) (layer F.Cu) (net 73)) (segment (start 110.5 147.2) (end 87.3 147.2) (width 0.4) (layer F.Cu) (net 73)) (segment (start 87.3 147.2) (end 85.7 145.6) (width 0.4) (layer F.Cu) (net 73)) (segment (start 85.7 145.6) (end 85.7 115.5) (width 0.4) (layer F.Cu) (net 73)) (segment (start 114 50.8) (end 169.1 50.8) (width 0.4) (layer F.Cu) (net 73)) (segment (start 191.326 50.8) (end 191.6 51.074) (width 0.4) (layer F.Cu) (net 73)) (segment (start 191.6 51.074) (end 191.6 52.324) (width 0.4) (layer F.Cu) (net 73)) (segment (start 137.2 94.8) (end 140.4 98) (width 0.4) (layer F.Cu) (net 73)) (segment (start 137.2 94.8) (end 134.66 97.34) (width 0.4) (layer F.Cu) (net 73)) (segment (start 134.66 97.34) (end 133.9 97.34) (width 0.4) (layer F.Cu) (net 73)) (segment (start 137.1 87.2) (end 137.1 94.7) (width 0.4) (layer F.Cu) (net 73)) (segment (start 137.1 94.7) (end 137.2 94.8) (width 0.4) (layer F.Cu) (net 73)) (segment (start 119.5 62.8) (end 125.16 62.8) (width 0.4) (layer F.Cu) (net 73)) (segment (start 125.16 62.8) (end 125.26 62.9) (width 0.2) (layer F.Cu) (net 73)) (segment (start 142.2 120.2) (end 146.9 115.5) (width 0.4) (layer F.Cu) (net 73)) (segment (start 146.9 115.5) (end 146.9 112.38) (width 0.4) (layer F.Cu) (net 73)) (segment (start 147 108.4) (end 147 112.28) (width 0.4) (layer F.Cu) (net 73)) (segment (start 147 112.28) (end 146.9 112.38) (width 0.4) (layer F.Cu) (net 73)) (segment (start 138.8 120.14) (end 142.14 120.14) (width 0.4) (layer F.Cu) (net 73)) (segment (start 142.14 120.14) (end 142.2 120.2) (width 0.4) (layer F.Cu) (net 73)) (segment (start 194.8 143.6) (end 194.8 143.3) (width 0.4) (layer F.Cu) (net 73)) (segment (start 194.8 143.3) (end 196.1 142) (width 0.4) (layer F.Cu) (net 73)) (segment (start 196.1 142) (end 206.9 142) (width 0.4) (layer F.Cu) (net 73)) (segment (start 206.9 142) (end 208.8 140.1) (width 0.4) (layer F.Cu) (net 73)) (segment (start 208.8 140.1) (end 208.8 71.2) (width 0.4) (layer F.Cu) (net 73)) (segment (start 192.5 71.1) (end 208.7 71.1) (width 0.4) (layer F.Cu) (net 73)) (segment (start 208.7 71.1) (end 208.8 71.2) (width 0.4) (layer F.Cu) (net 73)) (segment (start 141.3 85.1) (end 138.7 85.1) (width 0.4) (layer F.Cu) (net 73)) (segment (start 141.3 85.1) (end 144.48 85.1) (width 0.4) (layer F.Cu) (net 73)) (segment (start 144.48 85.1) (end 144.5 85.08) (width 0.4) (layer F.Cu) (net 73)) (segment (start 176.54 77.64) (end 179.16 77.64) (width 0.4) (layer F.Cu) (net 73)) (segment (start 179.16 77.64) (end 181.4 75.4) (width 0.4) (layer F.Cu) (net 73)) (segment (start 181.4 75.4) (end 181.4 73.6) (width 0.4) (layer F.Cu) (net 73)) (segment (start 181.4 73.6) (end 182.08 72.92) (width 0.4) (layer F.Cu) (net 73)) (segment (start 182.08 72.92) (end 192.42 72.92) (width 0.4) (layer F.Cu) (net 73)) (segment (start 132 140) (end 132.78 140) (width 0.2) (layer F.Cu) (net 73)) (segment (start 132 140) (end 132.02 139.98) (width 0.2) (layer F.Cu) (net 73)) (segment (start 132.02 139.98) (end 132.02 136.7) (width 0.2) (layer F.Cu) (net 73)) (segment (start 126.94 136.7) (end 126.94 139.64) (width 0.2) (layer F.Cu) (net 73)) (segment (start 126.94 139.64) (end 127.3 140) (width 0.2) (layer F.Cu) (net 73)) (segment (start 127.3 140) (end 132 140) (width 0.2) (layer F.Cu) (net 73)) (segment (start 164.92 136.53) (end 164.92 136.69) (width 0.2) (layer F.Cu) (net 73)) (segment (start 170 144.31) (end 170 145.3) (width 0.4) (layer F.Cu) (net 73)) (segment (start 159.84 136.69) (end 159.84 138.94) (width 0.2) (layer F.Cu) (net 73)) (segment (start 159.84 138.94) (end 160.1 139.2) (width 0.2) (layer F.Cu) (net 73)) (segment (start 160.1 139.2) (end 165 139.2) (width 0.2) (layer F.Cu) (net 73)) (segment (start 165 139.2) (end 164.92 139.12) (width 0.2) (layer F.Cu) (net 73)) (segment (start 164.92 139.12) (end 164.92 136.69) (width 0.2) (layer F.Cu) (net 73)) (segment (start 137.1 144.32) (end 140.68 144.32) (width 0.4) (layer F.Cu) (net 73)) (segment (start 140.68 144.32) (end 140.7 144.3) (width 0.4) (layer F.Cu) (net 73)) (segment (start 170 144.31) (end 173.79 144.31) (width 0.4) (layer F.Cu) (net 73)) (segment (start 173.79 144.31) (end 173.8 144.3) (width 0.4) (layer F.Cu) (net 73)) (segment (start 208.72 61.92) (end 208.72 65.12) (width 0.4) (layer F.Cu) (net 73)) (segment (start 202.65 55.85) (end 208.72 61.92) (width 0.4) (layer F.Cu) (net 73)) (segment (start 202.65 55) (end 202.65 55.85) (width 0.4) (layer F.Cu) (net 73)) (segment (start 191.6 52.3) (end 199.95 52.3) (width 0.4) (layer F.Cu) (net 73)) (segment (start 199.95 52.3) (end 202.65 55) (width 0.4) (layer F.Cu) (net 73)) (segment (start 98.75 50.8) (end 114 50.8) (width 0.4) (layer F.Cu) (net 73)) (segment (start 98.4 50.8) (end 98.75 50.8) (width 0.4) (layer F.Cu) (net 73)) (segment (start 180.34 133.76) (end 180.34 132.08) (width 0.4) (layer F.Cu) (net 73)) (segment (start 180.3 133.8) (end 180.34 133.76) (width 0.4) (layer F.Cu) (net 73)) (segment (start 190.3 140.7) (end 187.2 140.7) (width 0.4) (layer F.Cu) (net 73)) (segment (start 187.2 140.7) (end 180.3 133.8) (width 0.4) (layer F.Cu) (net 73)) (segment (start 114.3 133.3) (end 114.325 133.325) (width 0.4) (layer F.Cu) (net 73)) (segment (start 114.3 132.08) (end 114.3 133.3) (width 0.4) (layer F.Cu) (net 73)) (segment (start 194.8 145.3) (end 194.8 143.3) (width 0.4) (layer F.Cu) (net 73)) (segment (start 192.9 147.2) (end 194.8 145.3) (width 0.4) (layer F.Cu) (net 73)) (segment (start 190.3 140.7) (end 190.3 147.2) (width 0.4) (layer F.Cu) (net 73)) (segment (start 178.8 147.2) (end 190.3 147.2) (width 0.4) (layer F.Cu) (net 73)) (segment (start 190.3 147.2) (end 192.9 147.2) (width 0.4) (layer F.Cu) (net 73)) (segment (start 85.7 59) (end 85.7 70.8) (width 0.4) (layer F.Cu) (net 73)) (segment (start 94 50.8) (end 93.3 51.5) (width 0.4) (layer F.Cu) (net 73)) (segment (start 98.75 50.8) (end 94 50.8) (width 0.4) (layer F.Cu) (net 73)) (segment (start 93.3 51.5) (end 93.3 53.1) (width 0.4) (layer F.Cu) (net 73)) (segment (start 93.3 53.1) (end 89.7 56.7) (width 0.4) (layer F.Cu) (net 73)) (segment (start 89.7 56.7) (end 88 56.7) (width 0.4) (layer F.Cu) (net 73)) (segment (start 88 56.7) (end 85.7 59) (width 0.4) (layer F.Cu) (net 73)) (segment (start 96.32 110.44) (end 96.32 109.3397) (width 0.2) (layer B.Cu) (net 73)) (segment (start 96.32 109.3397) (end 96.1823 109.3397) (width 0.2) (layer B.Cu) (net 73)) (segment (start 96.32 82.92) (end 96.3 82.9) (width 0.4) (layer F.Cu) (net 73)) (segment (start 96.32 86.3) (end 96.32 82.92) (width 0.4) (layer F.Cu) (net 73)) (segment (start 96.3 81.76863) (end 94.33137 79.8) (width 0.4) (layer F.Cu) (net 73)) (segment (start 96.3 82.9) (end 96.3 81.76863) (width 0.4) (layer F.Cu) (net 73)) (segment (start 94.33137 79.8) (end 85.7 79.8) (width 0.4) (layer F.Cu) (net 73)) (segment (start 85.7 88.7) (end 85.7 79.8) (width 0.4) (layer F.Cu) (net 73)) (segment (start 85.7 79.8) (end 85.7 70.8) (width 0.4) (layer F.Cu) (net 73)) (segment (start 96.42 109.98) (end 96.5 109.9) (width 0.4) (layer F.Cu) (net 73)) (segment (start 96.42 113.2) (end 96.42 109.98) (width 0.4) (layer F.Cu) (net 73)) (segment (start 96.5 109.9) (end 96.5 107.2) (width 0.4) (layer F.Cu) (net 73)) (segment (start 94.7 105.4) (end 85.7 105.4) (width 0.4) (layer F.Cu) (net 73)) (segment (start 96.5 107.2) (end 94.7 105.4) (width 0.4) (layer F.Cu) (net 73)) (segment (start 85.7 115.5) (end 85.7 105.4) (width 0.4) (layer F.Cu) (net 73)) (segment (start 85.7 105.4) (end 85.7 88.7) (width 0.4) (layer F.Cu) (net 73)) (segment (start 111.325 147.025) (end 111.5 147.2) (width 0.4) (layer F.Cu) (net 73)) (segment (start 111.325 136.325) (end 111.325 147.025) (width 0.4) (layer F.Cu) (net 73)) (segment (start 111.5 147.2) (end 110.5 147.2) (width 0.4) (layer F.Cu) (net 73)) (segment (start 149.8 147.2) (end 111.5 147.2) (width 0.4) (layer F.Cu) (net 73)) (segment (start 114.325 133.325) (end 111.325 136.325) (width 0.4) (layer F.Cu) (net 73)) (segment (start 146.4 104) (end 140.4 98) (width 0.4) (layer F.Cu) (net 73)) (segment (start 147.5 104) (end 146.4 104) (width 0.4) (layer F.Cu) (net 73)) (segment (start 147 107.16863) (end 147.5 106.66863) (width 0.4) (layer F.Cu) (net 73)) (segment (start 147 108.3) (end 147 107.16863) (width 0.4) (layer F.Cu) (net 73)) (segment (start 147.5 106.66863) (end 147.5 104) (width 0.4) (layer F.Cu) (net 73)) (segment (start 133.91137 140) (end 132.78 140) (width 0.2) (layer F.Cu) (net 73)) (segment (start 137.1 144.32) (end 137.1 143.18863) (width 0.2) (layer F.Cu) (net 73)) (segment (start 137.1 143.18863) (end 133.91137 140) (width 0.2) (layer F.Cu) (net 73)) (segment (start 170 144.32) (end 170 143.03) (width 0.2) (layer F.Cu) (net 73)) (segment (start 166.17 139.2) (end 165 139.2) (width 0.2) (layer F.Cu) (net 73)) (segment (start 170 143.03) (end 166.17 139.2) (width 0.2) (layer F.Cu) (net 73)) (segment (start 114.3 132.08) (end 114.3 134.2) (width 0.2) (layer B.Cu) (net 73)) (segment (start 115 134.9) (end 116.3 134.9) (width 0.2) (layer B.Cu) (net 73)) (segment (start 114.3 134.2) (end 115 134.9) (width 0.2) (layer B.Cu) (net 73)) (segment (start 116.3 134.9) (end 125.14 134.9) (width 0.2) (layer B.Cu) (net 73)) (segment (start 125.14 134.9) (end 126.4 134.9) (width 0.2) (layer B.Cu) (net 73)) (segment (start 126.94 135.44) (end 126.94 136.7) (width 0.2) (layer B.Cu) (net 73)) (segment (start 126.4 134.9) (end 126.94 135.44) (width 0.2) (layer B.Cu) (net 73)) (segment (start 137.1 86.7) (end 138.7 85.1) (width 0.4) (layer F.Cu) (net 73)) (segment (start 137.1 87.2) (end 137.1 86.7) (width 0.4) (layer F.Cu) (net 73)) (segment (start 142.7 82.1) (end 143.9 82.1) (width 0.2) (layer F.Cu) (net 73)) (segment (start 144.5 82.7) (end 144.5 85.08) (width 0.2) (layer F.Cu) (net 73)) (segment (start 143.9 82.1) (end 144.5 82.7) (width 0.2) (layer F.Cu) (net 73)) (segment (start 137.96 74.66) (end 141.3 78) (width 0.2) (layer B.Cu) (net 73)) (segment (start 137.96 73.06) (end 137.96 74.66) (width 0.2) (layer B.Cu) (net 73)) (segment (start 141.3 85.1) (end 141.3 78) (width 0.2) (layer B.Cu) (net 73)) (segment (start 115.05137 58.2) (end 116.2 59.34863) (width 0.4) (layer F.Cu) (net 73)) (segment (start 113.92 58.2) (end 115.05137 58.2) (width 0.4) (layer F.Cu) (net 73)) (segment (start 116.2 59.34863) (end 116.2 61.8) (width 0.4) (layer F.Cu) (net 73)) (segment (start 117.2 62.8) (end 119.5 62.8) (width 0.4) (layer F.Cu) (net 73)) (segment (start 116.2 61.8) (end 117.2 62.8) (width 0.4) (layer F.Cu) (net 73)) (segment (start 161.5 65.02) (end 161.5 63.7) (width 0.4) (layer B.Cu) (net 73)) (segment (start 162.9 62.3) (end 169.3 62.3) (width 0.4) (layer B.Cu) (net 73)) (segment (start 161.5 63.7) (end 162.9 62.3) (width 0.4) (layer B.Cu) (net 73)) (segment (start 161.5 68.9) (end 161.5 65.02) (width 0.4) (layer B.Cu) (net 73)) (segment (start 159.7 69.5) (end 160.9 69.5) (width 0.4) (layer B.Cu) (net 73)) (segment (start 160.9 69.5) (end 161.5 68.9) (width 0.4) (layer B.Cu) (net 73)) (via (at 169.3 55.4) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 73)) (segment (start 169.3 50.8) (end 169.3 55.4) (width 0.4) (layer F.Cu) (net 73)) (segment (start 169.1 50.8) (end 169.3 50.8) (width 0.4) (layer F.Cu) (net 73)) (segment (start 169.3 50.8) (end 191.326 50.8) (width 0.4) (layer F.Cu) (net 73)) (segment (start 169.3 55.4) (end 169.3 62.3) (width 0.4) (layer B.Cu) (net 73)) (segment (start 143.04 70.52) (end 142.0284 69.5084) (width 0.2) (layer F.Cu) (net 74)) (segment (start 142.0284 69.5084) (end 142.0284 67.5576) (width 0.2) (layer F.Cu) (net 74)) (segment (start 142.0284 67.5576) (end 142.876 66.71) (width 0.2) (layer F.Cu) (net 74)) (segment (start 142.876 66.71) (end 152.19 66.71) (width 0.2) (layer F.Cu) (net 74)) (segment (start 152.19 66.71) (end 153.88 65.02) (width 0.2) (layer F.Cu) (net 74)) (segment (start 164.82 92.7) (end 164.82 98.02) (width 0.2) (layer B.Cu) (net 75)) (segment (start 164.82 98.02) (end 182.505 115.705) (width 0.2) (layer B.Cu) (net 75)) (segment (start 182.505 115.705) (end 202.14 115.705) (width 0.2) (layer B.Cu) (net 75)) (segment (start 159.74 92.7) (end 159.74 94.64) (width 0.2) (layer B.Cu) (net 76)) (segment (start 159.74 94.64) (end 183.575 118.475) (width 0.2) (layer B.Cu) (net 76)) (segment (start 183.575 118.475) (end 202.14 118.475) (width 0.2) (layer B.Cu) (net 76)) (segment (start 184.345 121.245) (end 202.14 121.245) (width 0.2) (layer B.Cu) (net 77)) (segment (start 154.66 92.7) (end 154.66 93.76) (width 0.2) (layer B.Cu) (net 77)) (segment (start 159.45 98.55) (end 161.65 98.55) (width 0.2) (layer B.Cu) (net 77)) (segment (start 154.66 93.76) (end 159.45 98.55) (width 0.2) (layer B.Cu) (net 77)) (segment (start 161.65 98.55) (end 184.345 121.245) (width 0.2) (layer B.Cu) (net 77)) (segment (start 160.45 99.35) (end 185.115 124.015) (width 0.2) (layer B.Cu) (net 78)) (segment (start 185.115 124.015) (end 202.14 124.015) (width 0.2) (layer B.Cu) (net 78)) (segment (start 155.09863 99.35) (end 156.35 99.35) (width 0.2) (layer B.Cu) (net 78)) (segment (start 149.58 93.83137) (end 155.09863 99.35) (width 0.2) (layer B.Cu) (net 78)) (segment (start 149.58 92.7) (end 149.58 93.83137) (width 0.2) (layer B.Cu) (net 78)) (segment (start 156.35 99.35) (end 160.45 99.35) (width 0.2) (layer B.Cu) (net 78)) (segment (start 162.28 92.7) (end 162.28 96.28) (width 0.2) (layer B.Cu) (net 79)) (segment (start 162.28 96.28) (end 183.09 117.09) (width 0.2) (layer B.Cu) (net 79)) (segment (start 183.09 117.09) (end 199.3 117.09) (width 0.2) (layer B.Cu) (net 79)) (segment (start 184.36 119.86) (end 184.05 119.55) (width 0.2) (layer B.Cu) (net 80)) (segment (start 199.3 119.86) (end 184.36 119.86) (width 0.2) (layer B.Cu) (net 80)) (segment (start 161.46863 98.1) (end 162.6 98.1) (width 0.2) (layer B.Cu) (net 80)) (segment (start 157.2 93.83137) (end 161.46863 98.1) (width 0.2) (layer B.Cu) (net 80)) (segment (start 157.2 92.7) (end 157.2 93.83137) (width 0.2) (layer B.Cu) (net 80)) (segment (start 162.6 98.1) (end 184.05 119.55) (width 0.2) (layer B.Cu) (net 80)) (segment (start 161.35 98.95) (end 185.03 122.63) (width 0.2) (layer B.Cu) (net 81)) (segment (start 185.03 122.63) (end 199.3 122.63) (width 0.2) (layer B.Cu) (net 81)) (segment (start 152.12 92.7) (end 152.12 93.78) (width 0.2) (layer B.Cu) (net 81)) (segment (start 157.29 98.95) (end 158.45 98.95) (width 0.2) (layer B.Cu) (net 81)) (segment (start 152.12 93.78) (end 157.29 98.95) (width 0.2) (layer B.Cu) (net 81)) (segment (start 158.45 98.95) (end 161.35 98.95) (width 0.2) (layer B.Cu) (net 81)) (segment (start 154.3 99.9599) (end 160.16 99.9599) (width 0.2) (layer B.Cu) (net 82)) (segment (start 160.16 99.9599) (end 185.6 125.4) (width 0.2) (layer B.Cu) (net 82)) (segment (start 185.6 125.4) (end 199.3 125.4) (width 0.2) (layer B.Cu) (net 82)) (segment (start 153.16853 99.9599) (end 154.3 99.9599) (width 0.2) (layer B.Cu) (net 82)) (segment (start 147.04 92.7) (end 147.04 93.83137) (width 0.2) (layer B.Cu) (net 82)) (segment (start 147.04 93.83137) (end 153.16853 99.9599) (width 0.2) (layer B.Cu) (net 82)) (segment (start 138.9716 73.434) (end 138.9716 72.6375) (width 0.2) (layer B.Cu) (net 83)) (segment (start 138.9716 72.6375) (end 137.8657 71.5316) (width 0.2) (layer B.Cu) (net 83)) (segment (start 137.8657 71.5316) (end 137.4982 71.5316) (width 0.2) (layer B.Cu) (net 83)) (segment (start 137.4982 71.5316) (end 136.69 70.7234) (width 0.2) (layer B.Cu) (net 83)) (segment (start 136.69 70.7234) (end 136.69 69.893) (width 0.2) (layer B.Cu) (net 83)) (segment (start 136.69 69.893) (end 128.5686 61.7716) (width 0.2) (layer B.Cu) (net 83)) (segment (start 128.5686 61.7716) (end 126.6716 61.7716) (width 0.2) (layer B.Cu) (net 83)) (segment (start 126.6716 61.7716) (end 125.26 60.36) (width 0.2) (layer B.Cu) (net 83)) (segment (start 138.9716 74.7916) (end 147.04 82.86) (width 0.2) (layer B.Cu) (net 83)) (segment (start 138.9716 73.434) (end 138.9716 74.7916) (width 0.2) (layer B.Cu) (net 83)) (segment (start 147.04 85.08) (end 147.04 82.86) (width 0.2) (layer B.Cu) (net 83)) (segment (start 139.488799 73.528799) (end 149.58 83.62) (width 0.2) (layer B.Cu) (net 84)) (segment (start 139.488799 69.508799) (end 139.488799 73.528799) (width 0.2) (layer B.Cu) (net 84)) (segment (start 127.8 57.82) (end 139.488799 69.508799) (width 0.2) (layer B.Cu) (net 84)) (segment (start 149.58 85.08) (end 149.58 83.62) (width 0.2) (layer B.Cu) (net 84)) (segment (start 152.12 85.08) (end 152.12 83.94863) (width 0.2) (layer F.Cu) (net 85)) (segment (start 152.12 83.94863) (end 152.04177 83.8704) (width 0.2) (layer F.Cu) (net 85)) (segment (start 132.88 73.06) (end 132.88 74.08) (width 0.2) (layer F.Cu) (net 85)) (segment (start 132.88 74.08) (end 139 80.2) (width 0.2) (layer F.Cu) (net 85)) (segment (start 148.37137 80.2) (end 152.04177 83.8704) (width 0.2) (layer F.Cu) (net 85)) (segment (start 139 80.2) (end 148.37137 80.2) (width 0.2) (layer F.Cu) (net 85)) (segment (start 154.66 83.9797) (end 154.66 83.7031) (width 0.2) (layer B.Cu) (net 86)) (segment (start 154.66 85.08) (end 154.66 83.9797) (width 0.2) (layer B.Cu) (net 86)) (segment (start 146.17845 62.47845) (end 146.17845 75.22155) (width 0.2) (layer B.Cu) (net 86)) (segment (start 154.66 83.7031) (end 146.17845 75.22155) (width 0.2) (layer B.Cu) (net 86)) (segment (start 132.88 57.82) (end 134 56.7) (width 0.2) (layer B.Cu) (net 86)) (segment (start 134 56.7) (end 144.4 56.7) (width 0.2) (layer B.Cu) (net 86)) (segment (start 146.17845 58.47845) (end 146.17845 62.47845) (width 0.2) (layer B.Cu) (net 86)) (segment (start 144.4 56.7) (end 146.17845 58.47845) (width 0.2) (layer B.Cu) (net 86)) (segment (start 157.2 83.94863) (end 157.2 85.08) (width 0.2) (layer F.Cu) (net 87)) (segment (start 156.60137 83.35) (end 157.2 83.94863) (width 0.2) (layer F.Cu) (net 87)) (segment (start 135.42 73.06) (end 135.42 74.065788) (width 0.2) (layer F.Cu) (net 87)) (segment (start 149.222894 79.722894) (end 152.85 83.35) (width 0.2) (layer F.Cu) (net 87)) (segment (start 141.077106 79.722894) (end 149.222894 79.722894) (width 0.2) (layer F.Cu) (net 87)) (segment (start 152.85 83.35) (end 156.60137 83.35) (width 0.2) (layer F.Cu) (net 87)) (segment (start 135.42 74.065788) (end 141.077106 79.722894) (width 0.2) (layer F.Cu) (net 87)) (segment (start 148.5714 78.4635) (end 141.5116 71.4037) (width 0.2) (layer B.Cu) (net 88)) (segment (start 141.5116 71.4037) (end 141.5116 70.0975) (width 0.2) (layer B.Cu) (net 88)) (segment (start 141.5116 70.0975) (end 140.6641 69.25) (width 0.2) (layer B.Cu) (net 88)) (segment (start 140.6641 69.25) (end 140.2658 69.25) (width 0.2) (layer B.Cu) (net 88)) (segment (start 140.2658 69.25) (end 128.8116 57.7958) (width 0.2) (layer B.Cu) (net 88)) (segment (start 128.8116 57.7958) (end 128.8116 57.3975) (width 0.2) (layer B.Cu) (net 88)) (segment (start 128.8116 57.3975) (end 128.176 56.7619) (width 0.2) (layer B.Cu) (net 88)) (segment (start 128.176 56.7619) (end 126.3181 56.7619) (width 0.2) (layer B.Cu) (net 88)) (segment (start 126.3181 56.7619) (end 125.26 57.82) (width 0.2) (layer B.Cu) (net 88)) (via (at 148.5714 78.4635) (size 0.6) (layers F.Cu B.Cu) (net 88)) (segment (start 148.5714 78.4635) (end 150.6344 80.5265) (width 0.2) (layer F.Cu) (net 88)) (segment (start 159.74 85.08) (end 159.74 83.44) (width 0.2) (layer F.Cu) (net 88)) (segment (start 156.8265 80.5265) (end 155.0265 80.5265) (width 0.2) (layer F.Cu) (net 88)) (segment (start 159.74 83.44) (end 156.8265 80.5265) (width 0.2) (layer F.Cu) (net 88)) (segment (start 150.6344 80.5265) (end 155.0265 80.5265) (width 0.2) (layer F.Cu) (net 88)) (segment (start 146.7109 69.5109) (end 161.480001 84.280001) (width 0.2) (layer B.Cu) (net 89)) (segment (start 161.480001 84.280001) (end 162.28 85.08) (width 0.2) (layer B.Cu) (net 89)) (segment (start 131.359989 56.299989) (end 144.565689 56.299989) (width 0.2) (layer B.Cu) (net 89)) (segment (start 146.7109 58.4452) (end 146.7109 69.5109) (width 0.2) (layer B.Cu) (net 89)) (segment (start 130.34 55.28) (end 131.359989 56.299989) (width 0.2) (layer B.Cu) (net 89)) (segment (start 144.565689 56.299989) (end 146.7109 58.4452) (width 0.2) (layer B.Cu) (net 89)) (segment (start 128.2062 60.36) (end 127.8 60.36) (width 0.2) (layer B.Cu) (net 90)) (segment (start 147.3112 65.6938) (end 146.0158 64.3984) (width 0.2) (layer F.Cu) (net 90)) (segment (start 146.0158 64.3984) (end 136.8226 64.3984) (width 0.2) (layer F.Cu) (net 90)) (segment (start 162.8848 83.4562) (end 162.8848 81.2674) (width 0.2) (layer B.Cu) (net 90)) (segment (start 162.8848 81.2674) (end 147.3112 65.6938) (width 0.2) (layer B.Cu) (net 90)) (via (at 147.3112 65.6938) (size 0.6) (layers F.Cu B.Cu) (net 90)) (via (at 162.8848 83.4562) (size 0.6) (layers F.Cu B.Cu) (net 90)) (segment (start 164.32757 83.4562) (end 162.8848 83.4562) (width 0.2) (layer F.Cu) (net 90)) (segment (start 164.82 85.08) (end 164.82 83.94863) (width 0.2) (layer F.Cu) (net 90)) (segment (start 164.82 83.94863) (end 164.32757 83.4562) (width 0.2) (layer F.Cu) (net 90)) (via (at 133.8231 65.9769) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 90)) (segment (start 133.8231 65.9769) (end 128.2062 60.36) (width 0.2) (layer B.Cu) (net 90)) (segment (start 135.2441 65.9769) (end 135.2605 65.9605) (width 0.2) (layer F.Cu) (net 90)) (segment (start 133.8231 65.9769) (end 135.2441 65.9769) (width 0.2) (layer F.Cu) (net 90)) (segment (start 136.8226 64.3984) (end 135.2605 65.9605) (width 0.2) (layer F.Cu) (net 90)) (segment (start 106.3 68.36) (end 105.1997 68.36) (width 0.2) (layer F.Cu) (net 92)) (segment (start 90.8 73.34) (end 91.9003 73.34) (width 0.2) (layer F.Cu) (net 92)) (segment (start 91.9003 73.34) (end 93.0006 72.2397) (width 0.2) (layer F.Cu) (net 92)) (segment (start 93.0006 72.2397) (end 101.32 72.2397) (width 0.2) (layer F.Cu) (net 92)) (segment (start 101.32 72.2397) (end 105.1997 68.36) (width 0.2) (layer F.Cu) (net 92)) (segment (start 163.266 128.0077) (end 163.3635 128.0077) (width 0.2) (layer F.Cu) (net 111)) (via (at 163.266 128.0077) (size 0.6) (layers F.Cu B.Cu) (net 111)) (via (at 178.8946 107.8336) (size 0.6) (layers F.Cu B.Cu) (net 111)) (segment (start 158.6 136.311998) (end 161.351698 133.5603) (width 0.2) (layer B.Cu) (net 111)) (segment (start 157.788 138.712) (end 158.6 137.9) (width 0.2) (layer B.Cu) (net 111)) (segment (start 158.6 137.9) (end 158.6 136.311998) (width 0.2) (layer B.Cu) (net 111)) (segment (start 178.8946 107.8336) (end 184.1102 107.8336) (width 0.2) (layer B.Cu) (net 111)) (segment (start 184.1102 107.8336) (end 193.579 98.3648) (width 0.2) (layer B.Cu) (net 111)) (segment (start 162.841736 128.0077) (end 163.266 128.0077) (width 0.2) (layer B.Cu) (net 111)) (segment (start 162.390298 128.0077) (end 162.841736 128.0077) (width 0.2) (layer B.Cu) (net 111)) (segment (start 161.351698 133.5603) (end 161.351698 129.0463) (width 0.2) (layer B.Cu) (net 111)) (segment (start 161.351698 129.0463) (end 162.390298 128.0077) (width 0.2) (layer B.Cu) (net 111)) (segment (start 163.266 127.034) (end 163.266 128.0077) (width 0.2) (layer F.Cu) (net 111)) (segment (start 165.93 124.37) (end 163.266 127.034) (width 0.2) (layer F.Cu) (net 111)) (segment (start 177.69 124.37) (end 165.93 124.37) (width 0.2) (layer F.Cu) (net 111)) (segment (start 178.8946 107.8336) (end 178.8946 123.1654) (width 0.2) (layer F.Cu) (net 111)) (segment (start 178.8946 123.1654) (end 177.69 124.37) (width 0.2) (layer F.Cu) (net 111)) (segment (start 138.688 138.712) (end 141.212 138.712) (width 0.2) (layer B.Cu) (net 111)) (segment (start 134.56 142.84) (end 138.688 138.712) (width 0.2) (layer B.Cu) (net 111)) (segment (start 134.56 144.32) (end 134.56 142.84) (width 0.2) (layer B.Cu) (net 111)) (segment (start 141.212 138.712) (end 157.788 138.712) (width 0.2) (layer B.Cu) (net 111)) (segment (start 192.32 77.64) (end 190.64 77.64) (width 0.2) (layer B.Cu) (net 111)) (segment (start 190.64 77.64) (end 187.3 74.3) (width 0.2) (layer B.Cu) (net 111)) (segment (start 187.3 74.3) (end 187.3 69.4) (width 0.2) (layer B.Cu) (net 111)) (segment (start 187.3 69.4) (end 189.6 67.1) (width 0.2) (layer B.Cu) (net 111)) (segment (start 189.6 67.1) (end 189.6 63.1) (width 0.2) (layer B.Cu) (net 111)) (segment (start 189.6 63.1) (end 193.4 59.3) (width 0.2) (layer B.Cu) (net 111)) (segment (start 193.4 59.3) (end 200.3 59.3) (width 0.2) (layer B.Cu) (net 111)) (segment (start 201 58.6) (end 201 57.5) (width 0.2) (layer B.Cu) (net 111)) (segment (start 200.3 59.3) (end 201 58.6) (width 0.2) (layer B.Cu) (net 111)) (segment (start 193.579 77.76763) (end 193.579 79.021) (width 0.2) (layer B.Cu) (net 111)) (segment (start 193.45137 77.64) (end 193.579 77.76763) (width 0.2) (layer B.Cu) (net 111)) (segment (start 192.32 77.64) (end 193.45137 77.64) (width 0.2) (layer B.Cu) (net 111)) (segment (start 193.579 98.3648) (end 193.579 79.021) (width 0.2) (layer B.Cu) (net 111)) (segment (start 88.7 96.3003) (end 88.5623 96.3003) (width 0.2) (layer B.Cu) (net 112)) (segment (start 88.7 96.46) (end 91.24 96.46) (width 0.2) (layer F.Cu) (net 112)) (segment (start 93.78 93.92) (end 96.32 93.92) (width 0.2) (layer F.Cu) (net 112)) (segment (start 91.24 96.46) (end 93.78 93.92) (width 0.2) (layer F.Cu) (net 112)) (segment (start 88.7 92.78863) (end 88.7 91.38) (width 0.2) (layer B.Cu) (net 113)) (segment (start 88.7 93.92) (end 88.7 92.78863) (width 0.2) (layer B.Cu) (net 113)) (segment (start 88.5038 125.91) (end 89.1294 125.91) (width 0.2) (layer B.Cu) (net 114)) (segment (start 89.328001 116.840001) (end 90.9 115.268002) (width 0.2) (layer B.Cu) (net 114)) (segment (start 88.611997 116.840001) (end 89.328001 116.840001) (width 0.2) (layer B.Cu) (net 114)) (segment (start 90.9 121.291998) (end 88.988003 119.380001) (width 0.2) (layer B.Cu) (net 114)) (segment (start 90.9 123.8) (end 90.9 121.291998) (width 0.2) (layer B.Cu) (net 114)) (segment (start 88.988003 119.380001) (end 88.271999 119.380001) (width 0.2) (layer B.Cu) (net 114)) (segment (start 88.271999 119.380001) (end 87.699999 118.808001) (width 0.2) (layer B.Cu) (net 114)) (segment (start 87.699999 118.808001) (end 87.699999 117.751999) (width 0.2) (layer B.Cu) (net 114)) (segment (start 87.699999 117.751999) (end 88.611997 116.840001) (width 0.2) (layer B.Cu) (net 114)) (segment (start 90.9 115.268002) (end 90.9 110.8) (width 0.2) (layer B.Cu) (net 114)) (via (at 90.3 103.5) (size 0.6) (drill 0.3) (layers F.Cu B.Cu) (net 114)) (segment (start 90.9 110.8) (end 90.3 110.2) (width 0.2) (layer B.Cu) (net 114)) (segment (start 90.3 110.2) (end 90.3 103.5) (width 0.2) (layer B.Cu) (net 114)) (segment (start 96.32 96.46) (end 93.74 96.46) (width 0.2) (layer F.Cu) (net 114)) (segment (start 90.3 99.9) (end 90.3 102.6) (width 0.2) (layer F.Cu) (net 114)) (segment (start 93.74 96.46) (end 90.3 99.9) (width 0.2) (layer F.Cu) (net 114)) (segment (start 90.3 103.5) (end 90.3 102.6) (width 0.2) (layer F.Cu) (net 114)) (segment (start 90.9 124.93137) (end 90.9 123.8) (width 0.2) (layer B.Cu) (net 114)) (segment (start 88.8 125.9) (end 89.93137 125.9) (width 0.2) (layer B.Cu) (net 114)) (segment (start 89.93137 125.9) (end 90.9 124.93137) (width 0.2) (layer B.Cu) (net 114)) (segment (start 88.7 88.84) (end 92.94 88.84) (width 0.2) (layer F.Cu) (net 115)) (segment (start 94.379999 90.279999) (end 97.479999 90.279999) (width 0.2) (layer F.Cu) (net 115)) (segment (start 92.94 88.84) (end 94.379999 90.279999) (width 0.2) (layer F.Cu) (net 115)) (segment (start 97.479999 90.279999) (end 98.7 91.5) (width 0.2) (layer F.Cu) (net 115)) (segment (start 98.7 91.5) (end 98.7 99.16) (width 0.2) (layer F.Cu) (net 115)) (segment (start 96.32 101.54) (end 97.66 101.54) (width 0.2) (layer F.Cu) (net 115)) (segment (start 98.7 100.5) (end 98.7 99.16) (width 0.2) (layer F.Cu) (net 115)) (segment (start 97.66 101.54) (end 98.7 100.5) (width 0.2) (layer F.Cu) (net 115)) (segment (start 169.38 67.4) (end 169.32 67.4) (width 0.2) (layer F.Cu) (net 125)) (segment (start 169.32 67.4) (end 169.3 67.38) (width 0.2) (layer F.Cu) (net 125)) (segment (start 169.38 67.4) (end 173.92 67.4) (width 0.2) (layer F.Cu) (net 125)) (segment (start 173.92 67.4) (end 174 67.48) (width 0.2) (layer F.Cu) (net 125)) (segment (start 173.92 75.02) (end 174 75.1) (width 0.2) (layer F.Cu) (net 126)) (segment (start 169.3 75.02) (end 173.92 75.02) (width 0.2) (layer F.Cu) (net 126)) (segment (start 174 80.18) (end 175.15 79.03) (width 0.2) (layer B.Cu) (net 135)) (segment (start 190.22 80.18) (end 189.07 79.03) (width 0.2) (layer B.Cu) (net 135)) (segment (start 192.32 80.18) (end 190.22 80.18) (width 0.2) (layer B.Cu) (net 135)) (segment (start 175.15 79.03) (end 189.07 79.03) (width 0.2) (layer B.Cu) (net 135)) (segment (start 174 82.72) (end 175.15 81.57) (width 0.2) (layer B.Cu) (net 136)) (segment (start 190.18 82.72) (end 189.03 81.57) (width 0.2) (layer B.Cu) (net 136)) (segment (start 192.32 82.72) (end 190.18 82.72) (width 0.2) (layer B.Cu) (net 136)) (segment (start 175.15 81.57) (end 189.03 81.57) (width 0.2) (layer B.Cu) (net 136)) (segment (start 174 85.26) (end 175.15 84.11) (width 0.2) (layer B.Cu) (net 137)) (segment (start 190.24 85.26) (end 189.09 84.11) (width 0.2) (layer B.Cu) (net 137)) (segment (start 192.32 85.26) (end 190.24 85.26) (width 0.2) (layer B.Cu) (net 137)) (segment (start 175.15 84.11) (end 189.09 84.11) (width 0.2) (layer B.Cu) (net 137)) (segment (start 174 87.8) (end 175.15 86.65) (width 0.2) (layer B.Cu) (net 138)) (segment (start 190.2 87.8) (end 189.05 86.65) (width 0.2) (layer B.Cu) (net 138)) (segment (start 192.32 87.8) (end 190.2 87.8) (width 0.2) (layer B.Cu) (net 138)) (segment (start 175.15 86.65) (end 189.05 86.65) (width 0.2) (layer B.Cu) (net 138)) (segment (start 174 90.34) (end 175.15 89.19) (width 0.2) (layer B.Cu) (net 139)) (segment (start 190.24 90.34) (end 189.09 89.19) (width 0.2) (layer B.Cu) (net 139)) (segment (start 192.32 90.34) (end 190.24 90.34) (width 0.2) (layer B.Cu) (net 139)) (segment (start 175.15 89.19) (end 189.09 89.19) (width 0.2) (layer B.Cu) (net 139)) (segment (start 174 92.88) (end 175.15 91.73) (width 0.2) (layer B.Cu) (net 140)) (segment (start 190.08 92.88) (end 188.93 91.73) (width 0.2) (layer B.Cu) (net 140)) (segment (start 192.32 92.88) (end 190.08 92.88) (width 0.2) (layer B.Cu) (net 140)) (segment (start 175.15 91.73) (end 188.93 91.73) (width 0.2) (layer B.Cu) (net 140)) (segment (start 174 95.42) (end 175.15 94.27) (width 0.2) (layer B.Cu) (net 141)) (segment (start 190.22 95.42) (end 189.07 94.27) (width 0.2) (layer B.Cu) (net 141)) (segment (start 192.32 95.42) (end 190.22 95.42) (width 0.2) (layer B.Cu) (net 141)) (segment (start 175.15 94.27) (end 189.07 94.27) (width 0.2) (layer B.Cu) (net 141)) (segment (start 174 97.96) (end 175.15 96.81) (width 0.2) (layer B.Cu) (net 142)) (segment (start 190.34 97.96) (end 189.19 96.81) (width 0.2) (layer B.Cu) (net 142)) (segment (start 192.32 97.96) (end 190.34 97.96) (width 0.2) (layer B.Cu) (net 142)) (segment (start 175.15 96.81) (end 189.19 96.81) (width 0.2) (layer B.Cu) (net 142)) (segment (start 117.2 117.2) (end 130.78 117.2) (width 0.2) (layer B.Cu) (net 143)) (segment (start 114.5 119.9) (end 117.2 117.2) (width 0.2) (layer B.Cu) (net 143)) (segment (start 96.608003 119.380001) (end 100.428002 123.2) (width 0.2) (layer B.Cu) (net 143)) (segment (start 100.428002 123.2) (end 112.566 123.2) (width 0.2) (layer B.Cu) (net 143)) (segment (start 112.566 123.2) (end 114.5 121.266) (width 0.2) (layer B.Cu) (net 143)) (segment (start 114.5 121.266) (end 114.5 119.9) (width 0.2) (layer B.Cu) (net 143)) (segment (start 133.72 120.14) (end 133.72 118.62) (width 0.2) (layer B.Cu) (net 143)) (segment (start 132.3 117.2) (end 130.78 117.2) (width 0.2) (layer B.Cu) (net 143)) (segment (start 133.72 118.62) (end 132.3 117.2) (width 0.2) (layer B.Cu) (net 143)) (segment (start 91.031371 119.380001) (end 91.919999 119.380001) (width 0.2) (layer B.Cu) (net 143)) (segment (start 89.93137 118.28) (end 91.031371 119.380001) (width 0.2) (layer B.Cu) (net 143)) (segment (start 88.8 118.28) (end 89.93137 118.28) (width 0.2) (layer B.Cu) (net 143)) (segment (start 91.919999 119.380001) (end 96.608003 119.380001) (width 0.2) (layer B.Cu) (net 143)) (segment (start 88.928 98.8403) (end 88.7 98.8403) (width 0.2) (layer B.Cu) (net 144)) (segment (start 149.5 117.4) (end 149.5 112.44) (width 0.2) (layer F.Cu) (net 144)) (segment (start 149.5 112.44) (end 149.44 112.38) (width 0.2) (layer F.Cu) (net 144)) (segment (start 148.9 116.8) (end 149.5 117.4) (width 0.2) (layer B.Cu) (net 144)) (via (at 149.5 117.4) (size 0.6) (layers F.Cu B.Cu) (net 144)) (segment (start 113.4 121.8) (end 113.1 122.1) (width 0.2) (layer B.Cu) (net 144)) (segment (start 113.4 120.14) (end 113.4 121.8) (width 0.2) (layer B.Cu) (net 144)) (segment (start 113.1 122.1) (end 99.9 122.1) (width 0.2) (layer B.Cu) (net 144)) (segment (start 99.9 122.1) (end 98.6 120.8) (width 0.2) (layer B.Cu) (net 144)) (segment (start 98.6 120.8) (end 98.6 107.8) (width 0.2) (layer B.Cu) (net 144)) (segment (start 116.74 116.8) (end 116.8 116.8) (width 0.2) (layer B.Cu) (net 144)) (segment (start 116.8 116.8) (end 148.9 116.8) (width 0.2) (layer B.Cu) (net 144)) (segment (start 115.60863 116.8) (end 116.8 116.8) (width 0.2) (layer B.Cu) (net 144)) (segment (start 113.4 120.14) (end 113.4 119.00863) (width 0.2) (layer B.Cu) (net 144)) (segment (start 113.4 119.00863) (end 115.60863 116.8) (width 0.2) (layer B.Cu) (net 144)) (segment (start 88.7 99) (end 90.4 99) (width 0.2) (layer B.Cu) (net 144)) (segment (start 98.6 107.2) (end 98.6 107.8) (width 0.2) (layer B.Cu) (net 144)) (segment (start 90.4 99) (end 98.6 107.2) (width 0.2) (layer B.Cu) (net 144)) (segment (start 130.34 70.52) (end 131.4683 71.6483) (width 0.2) (layer F.Cu) (net 153)) (segment (start 131.4683 71.6483) (end 139.0883 71.6483) (width 0.2) (layer F.Cu) (net 153)) (segment (start 139.0883 71.6483) (end 140.5 73.06) (width 0.2) (layer F.Cu) (net 153)) (segment (start 131.36 97.34) (end 131.36 97.66) (width 0.2) (layer F.Cu) (net 157)) (segment (start 142.4 104.02) (end 142.42 104) (width 0.2) (layer F.Cu) (net 157)) (segment (start 142.4 107.16) (end 142.4 104.02) (width 0.2) (layer F.Cu) (net 157)) (segment (start 141.3 104) (end 142.42 104) (width 0.2) (layer F.Cu) (net 157)) (segment (start 137.9 100.6) (end 141.3 104) (width 0.2) (layer F.Cu) (net 157)) (segment (start 134.6 100.6) (end 137.9 100.6) (width 0.2) (layer F.Cu) (net 157)) (segment (start 133.48863 100.6) (end 134.6 100.6) (width 0.2) (layer F.Cu) (net 157)) (segment (start 131.36 97.34) (end 131.36 98.47137) (width 0.2) (layer F.Cu) (net 157)) (segment (start 131.36 98.47137) (end 133.48863 100.6) (width 0.2) (layer F.Cu) (net 157)) (zone (net 1) (net_name GND) (layer F.Cu) (tstamp 5E47035A) (hatch edge 0.508) (connect_pads (clearance 0.508)) (min_thickness 0.254) (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) (polygon (pts (xy 79.5 47) (xy 217.4 47) (xy 217.4 153.5) (xy 79.5 153.5) ) ) (filled_polygon (pts (xy 162.687 131.953) (xy 162.707 131.953) (xy 162.707 132.207) (xy 162.687 132.207) (xy 162.687 133.400155) (xy 162.91689 133.521476) (xy 163.064099 133.476825) (xy 163.32692 133.351641) (xy 163.560269 133.177588) (xy 163.755178 132.961355) (xy 163.824799 132.844477) (xy 163.859294 132.909014) (xy 164.044866 133.135134) (xy 164.270986 133.320706) (xy 164.528966 133.458599) (xy 164.808889 133.543513) (xy 165.02705 133.565) (xy 165.17295 133.565) (xy 165.391111 133.543513) (xy 165.671034 133.458599) (xy 165.929014 133.320706) (xy 166.155134 133.135134) (xy 166.340706 132.909014) (xy 166.37 132.854209) (xy 166.399294 132.909014) (xy 166.584866 133.135134) (xy 166.810986 133.320706) (xy 167.068966 133.458599) (xy 167.348889 133.543513) (xy 167.56705 133.565) (xy 167.71295 133.565) (xy 167.931111 133.543513) (xy 168.211034 133.458599) (xy 168.469014 133.320706) (xy 168.695134 133.135134) (xy 168.880706 132.909014) (xy 168.91 132.854209) (xy 168.939294 132.909014) (xy 169.124866 133.135134) (xy 169.350986 133.320706) (xy 169.608966 133.458599) (xy 169.888889 133.543513) (xy 170.10705 133.565) (xy 170.25295 133.565) (xy 170.471111 133.543513) (xy 170.751034 133.458599) (xy 171.009014 133.320706) (xy 171.235134 133.135134) (xy 171.420706 132.909014) (xy 171.45 132.854209) (xy 171.479294 132.909014) (xy 171.664866 133.135134) (xy 171.890986 133.320706) (xy 172.148966 133.458599) (xy 172.428889 133.543513) (xy 172.64705 133.565) (xy 172.79295 133.565) (xy 173.011111 133.543513) (xy 173.291034 133.458599) (xy 173.549014 133.320706) (xy 173.775134 133.135134) (xy 173.960706 132.909014) (xy 173.99 132.854209) (xy 174.019294 132.909014) (xy 174.204866 133.135134) (xy 174.430986 133.320706) (xy 174.688966 133.458599) (xy 174.968889 133.543513) (xy 175.18705 133.565) (xy 175.33295 133.565) (xy 175.551111 133.543513) (xy 175.831034 133.458599) (xy 176.089014 133.320706) (xy 176.315134 133.135134) (xy 176.500706 132.909014) (xy 176.53 132.854209) (xy 176.559294 132.909014) (xy 176.744866 133.135134) (xy 176.970986 133.320706) (xy 177.228966 133.458599) (xy 177.508889 133.543513) (xy 177.72705 133.565) (xy 177.87295 133.565) (xy 178.091111 133.543513) (xy 178.371034 133.458599) (xy 178.629014 133.320706) (xy 178.855134 133.135134) (xy 179.040706 132.909014) (xy 179.07 132.854209) (xy 179.099294 132.909014) (xy 179.284866 133.135134) (xy 179.505 133.315794) (xy 179.505 133.544278) (xy 179.477082 133.636312) (xy 179.46096 133.8) (xy 179.477082 133.963688) (xy 179.524828 134.121086) (xy 179.602364 134.266145) (xy 179.666327 134.344083) (xy 179.70671 134.39329) (xy 179.73857 134.419437) (xy 186.580563 141.261432) (xy 186.606709 141.293291) (xy 186.733854 141.397636) (xy 186.878913 141.475172) (xy 187.036311 141.522918) (xy 187.158981 141.535) (xy 187.158982 141.535) (xy 187.2 141.53904) (xy 187.241018 141.535) (xy 188.865375 141.535) (xy 188.874188 141.624482) (xy 188.910498 141.74418) (xy 188.969463 141.854494) (xy 189.048815 141.951185) (xy 189.145506 142.030537) (xy 189.25582 142.089502) (xy 189.375518 142.125812) (xy 189.465 142.134625) (xy 189.465001 146.365) (xy 170.835 146.365) (xy 170.835 145.491112) (xy 171.019608 145.339608) (xy 171.179319 145.145) (xy 172.638752 145.145) (xy 172.685363 145.214759) (xy 172.885241 145.414637) (xy 173.120273 145.57168) (xy 173.381426 145.679853) (xy 173.658665 145.735) (xy 173.941335 145.735) (xy 174.218574 145.679853) (xy 174.479727 145.57168) (xy 174.714759 145.414637) (xy 174.914637 145.214759) (xy 175.07168 144.979727) (xy 175.179853 144.718574) (xy 175.235 144.441335) (xy 175.235 144.158665) (xy 175.179853 143.881426) (xy 175.07168 143.620273) (xy 174.914637 143.385241) (xy 174.714759 143.185363) (xy 174.514131 143.051308) (xy 174.541514 143.036671) (xy 174.613097 142.792702) (xy 173.8 141.979605) (xy 172.986903 142.792702) (xy 173.058486 143.036671) (xy 173.087341 143.050324) (xy 172.885241 143.185363) (xy 172.685363 143.385241) (xy 172.625388 143.475) (xy 171.162905 143.475) (xy 171.019608 143.300392) (xy 170.801101 143.121068) (xy 170.735 143.085736) (xy 170.735 143.066105) (xy 170.738556 143.03) (xy 170.724365 142.885915) (xy 170.718238 142.865717) (xy 170.682337 142.747367) (xy 170.614087 142.61968) (xy 170.522238 142.507762) (xy 170.494193 142.484746) (xy 169.879959 141.870512) (xy 172.359783 141.870512) (xy 172.401213 142.15013) (xy 172.496397 142.416292) (xy 172.563329 142.541514) (xy 172.807298 142.613097) (xy 173.620395 141.8) (xy 173.979605 141.8) (xy 174.792702 142.613097) (xy 175.036671 142.541514) (xy 175.157571 142.286004) (xy 175.2263 142.011816) (xy 175.240217 141.729488) (xy 175.198787 141.44987) (xy 175.103603 141.183708) (xy 175.036671 141.058486) (xy 174.792702 140.986903) (xy 173.979605 141.8) (xy 173.620395 141.8) (xy 172.807298 140.986903) (xy 172.563329 141.058486) (xy 172.442429 141.313996) (xy 172.3737 141.588184) (xy 172.359783 141.870512) (xy 169.879959 141.870512) (xy 168.816745 140.807298) (xy 172.986903 140.807298) (xy 173.8 141.620395) (xy 174.613097 140.807298) (xy 174.541514 140.563329) (xy 174.286004 140.442429) (xy 174.011816 140.3737) (xy 173.729488 140.359783) (xy 173.44987 140.401213) (xy 173.183708 140.496397) (xy 173.058486 140.563329) (xy 172.986903 140.807298) (xy 168.816745 140.807298) (xy 166.715259 138.705813) (xy 166.692238 138.677762) (xy 166.58032 138.585913) (xy 166.452633 138.517663) (xy 166.314085 138.475635) (xy 166.206105 138.465) (xy 166.17 138.461444) (xy 166.133895 138.465) (xy 165.655 138.465) (xy 165.655 137.934264) (xy 165.721101 137.898932) (xy 165.939608 137.719608) (xy 166.118932 137.501101) (xy 166.19 137.368142) (xy 166.261068 137.501101) (xy 166.440392 137.719608) (xy 166.658899 137.898932) (xy 166.908192 138.032182) (xy 167.178691 138.114236) (xy 167.389508 138.135) (xy 167.530492 138.135) (xy 167.741309 138.114236) (xy 168.011808 138.032182) (xy 168.261101 137.898932) (xy 168.479608 137.719608) (xy 168.572419 137.606518) (xy 168.574188 137.624482) (xy 168.610498 137.74418) (xy 168.669463 137.854494) (xy 168.748815 137.951185) (xy 168.845506 138.030537) (xy 168.95582 138.089502) (xy 169.075518 138.125812) (xy 169.2 138.138072) (xy 169.71425 138.135) (xy 169.873 137.97625) (xy 169.873 136.827) (xy 170.127 136.827) (xy 170.127 137.97625) (xy 170.28575 138.135) (xy 170.8 138.138072) (xy 170.924482 138.125812) (xy 171.04418 138.089502) (xy 171.154494 138.030537) (xy 171.251185 137.951185) (xy 171.330537 137.854494) (xy 171.389502 137.74418) (xy 171.425812 137.624482) (xy 171.438072 137.5) (xy 171.435 136.98575) (xy 171.27625 136.827) (xy 170.127 136.827) (xy 169.873 136.827) (xy 169.853 136.827) (xy 169.853 136.573) (xy 169.873 136.573) (xy 169.873 135.42375) (xy 170.127 135.42375) (xy 170.127 136.573) (xy 171.27625 136.573) (xy 171.435 136.41425) (xy 171.438072 135.9) (xy 171.425812 135.775518) (xy 171.389502 135.65582) (xy 171.330537 135.545506) (xy 171.251185 135.448815) (xy 171.154494 135.369463) (xy 171.04418 135.310498) (xy 170.924482 135.274188) (xy 170.8 135.261928) (xy 170.28575 135.265) (xy 170.127 135.42375) (xy 169.873 135.42375) (xy 169.71425 135.265) (xy 169.2 135.261928) (xy 169.075518 135.274188) (xy 168.95582 135.310498) (xy 168.845506 135.369463) (xy 168.748815 135.448815) (xy 168.669463 135.545506) (xy 168.610498 135.65582) (xy 168.574188 135.775518) (xy 168.572419 135.793482) (xy 168.479608 135.680392) (xy 168.261101 135.501068) (xy 168.195 135.465736) (xy 168.195 135.246105) (xy 168.198556 135.21) (xy 168.184365 135.065915) (xy 168.142337 134.927366) (xy 168.074087 134.79968) (xy 168.064225 134.787663) (xy 167.982238 134.687762) (xy 167.954193 134.664746) (xy 167.361258 134.071812) (xy 167.338238 134.043762) (xy 167.22632 133.951913) (xy 167.098633 133.883663) (xy 166.960085 133.841635) (xy 166.852105 133.831) (xy 166.816 133.827444) (xy 166.779895 133.831) (xy 157.670447 133.831) (xy 157.404162 133.564716) (xy 157.40705 133.565) (xy 157.55295 133.565) (xy 157.771111 133.543513) (xy 158.051034 133.458599) (xy 158.309014 133.320706) (xy 158.535134 133.135134) (xy 158.720706 132.909014) (xy 158.75 132.854209) (xy 158.779294 132.909014) (xy 158.964866 133.135134) (xy 159.190986 133.320706) (xy 159.448966 133.458599) (xy 159.728889 133.543513) (xy 159.94705 133.565) (xy 160.09295 133.565) (xy 160.311111 133.543513) (xy 160.591034 133.458599) (xy 160.849014 133.320706) (xy 161.075134 133.135134) (xy 161.260706 132.909014) (xy 161.295201 132.844477) (xy 161.364822 132.961355) (xy 161.559731 133.177588) (xy 161.79308 133.351641) (xy 162.055901 133.476825) (xy 162.20311 133.521476) (xy 162.433 133.400155) (xy 162.433 132.207) (xy 162.413 132.207) (xy 162.413 131.953) (xy 162.433 131.953) (xy 162.433 131.933) (xy 162.687 131.933) ) ) (filled_polygon (pts (xy 148.022507 133.455634) (xy 148.027663 133.472632) (xy 148.095913 133.600319) (xy 148.187762 133.712237) (xy 148.215807 133.735253) (xy 149.319746 134.839193) (xy 149.342762 134.867238) (xy 149.45468 134.959087) (xy 149.582367 135.027337) (xy 149.676576 135.055915) (xy 149.720914 135.069365) (xy 149.864999 135.083556) (xy 149.901104 135.08) (xy 150.691924 135.08) (xy 151.250881 135.638957) (xy 151.200392 135.680392) (xy 151.021068 135.898899) (xy 150.947421 136.036682) (xy 150.832385 135.844869) (xy 150.643414 135.636481) (xy 150.41742 135.468963) (xy 150.163087 135.348754) (xy 150.029039 135.308096) (xy 149.807 135.430085) (xy 149.807 136.573) (xy 149.827 136.573) (xy 149.827 136.827) (xy 149.807 136.827) (xy 149.807 137.969915) (xy 150.029039 138.091904) (xy 150.163087 138.051246) (xy 150.41742 137.931037) (xy 150.643414 137.763519) (xy 150.832385 137.555131) (xy 150.947421 137.363318) (xy 151.021068 137.501101) (xy 151.200392 137.719608) (xy 151.418899 137.898932) (xy 151.668192 138.032182) (xy 151.938691 138.114236) (xy 152.149508 138.135) (xy 152.290492 138.135) (xy 152.501309 138.114236) (xy 152.771808 138.032182) (xy 153.021101 137.898932) (xy 153.239608 137.719608) (xy 153.418932 137.501101) (xy 153.492579 137.363318) (xy 153.607615 137.555131) (xy 153.796586 137.763519) (xy 154.02258 137.931037) (xy 154.276913 138.051246) (xy 154.410961 138.091904) (xy 154.633 137.969915) (xy 154.633 136.827) (xy 154.613 136.827) (xy 154.613 136.573) (xy 154.633 136.573) (xy 154.633 136.553) (xy 154.887 136.553) (xy 154.887 136.573) (xy 154.907 136.573) (xy 154.907 136.827) (xy 154.887 136.827) (xy 154.887 137.969915) (xy 155.109039 138.091904) (xy 155.243087 138.051246) (xy 155.49742 137.931037) (xy 155.723414 137.763519) (xy 155.912385 137.555131) (xy 156.027421 137.363318) (xy 156.101068 137.501101) (xy 156.280392 137.719608) (xy 156.498899 137.898932) (xy 156.748192 138.032182) (xy 157.018691 138.114236) (xy 157.229508 138.135) (xy 157.370492 138.135) (xy 157.581309 138.114236) (xy 157.851808 138.032182) (xy 158.101101 137.898932) (xy 158.319608 137.719608) (xy 158.498932 137.501101) (xy 158.57 137.368142) (xy 158.641068 137.501101) (xy 158.820392 137.719608) (xy 159.038899 137.898932) (xy 159.105001 137.934264) (xy 159.105001 138.903885) (xy 159.101444 138.94) (xy 159.115635 139.084085) (xy 159.145533 139.182643) (xy 159.157664 139.222633) (xy 159.225914 139.35032) (xy 159.317763 139.462238) (xy 159.345808 139.485254) (xy 159.554741 139.694187) (xy 159.577762 139.722238) (xy 159.68968 139.814087) (xy 159.784932 139.865) (xy 159.817367 139.882337) (xy 159.955915 139.924365) (xy 160.1 139.938556) (xy 160.136105 139.935) (xy 164.963894 139.935) (xy 164.999999 139.938556) (xy 165.036104 139.935) (xy 165.865554 139.935) (xy 169.118007 143.187454) (xy 168.980392 143.300392) (xy 168.801068 143.518899) (xy 168.73 143.651858) (xy 168.658932 143.518899) (xy 168.479608 143.300392) (xy 168.261101 143.121068) (xy 168.011808 142.987818) (xy 167.741309 142.905764) (xy 167.530492 142.885) (xy 167.389508 142.885) (xy 167.178691 142.905764) (xy 166.908192 142.987818) (xy 166.658899 143.121068) (xy 166.440392 143.300392) (xy 166.261068 143.518899) (xy 166.187421 143.656682) (xy 166.072385 143.464869) (xy 165.883414 143.256481) (xy 165.65742 143.088963) (xy 165.403087 142.968754) (xy 165.269039 142.928096) (xy 165.047 143.050085) (xy 165.047 144.193) (xy 165.067 144.193) (xy 165.067 144.447) (xy 165.047 144.447) (xy 165.047 145.589915) (xy 165.269039 145.711904) (xy 165.403087 145.671246) (xy 165.65742 145.551037) (xy 165.883414 145.383519) (xy 166.072385 145.175131) (xy 166.187421 144.983318) (xy 166.261068 145.121101) (xy 166.440392 145.339608) (xy 166.658899 145.518932) (xy 166.908192 145.652182) (xy 167.178691 145.734236) (xy 167.389508 145.755) (xy 167.530492 145.755) (xy 167.741309 145.734236) (xy 168.011808 145.652182) (xy 168.261101 145.518932) (xy 168.479608 145.339608) (xy 168.658932 145.121101) (xy 168.73 144.988142) (xy 168.801068 145.121101) (xy 168.980392 145.339608) (xy 169.165 145.491112) (xy 169.165001 146.365) (xy 147.404446 146.365) (xy 147.634192 146.135254) (xy 147.662238 146.112238) (xy 147.754087 146.00032) (xy 147.822337 145.872632) (xy 147.854639 145.766146) (xy 147.864365 145.734085) (xy 147.878556 145.59) (xy 147.875035 145.554245) (xy 147.941101 145.518932) (xy 148.159608 145.339608) (xy 148.338932 145.121101) (xy 148.412579 144.983318) (xy 148.527615 145.175131) (xy 148.716586 145.383519) (xy 148.94258 145.551037) (xy 149.196913 145.671246) (xy 149.330961 145.711904) (xy 149.553 145.589915) (xy 149.553 144.447) (xy 149.533 144.447) (xy 149.533 144.193) (xy 149.553 144.193) (xy 149.553 143.050085) (xy 149.807 143.050085) (xy 149.807 144.193) (xy 149.827 144.193) (xy 149.827 144.447) (xy 149.807 144.447) (xy 149.807 145.589915) (xy 150.029039 145.711904) (xy 150.163087 145.671246) (xy 150.41742 145.551037) (xy 150.643414 145.383519) (xy 150.832385 145.175131) (xy 150.947421 144.983318) (xy 151.021068 145.121101) (xy 151.200392 145.339608) (xy 151.418899 145.518932) (xy 151.668192 145.652182) (xy 151.938691 145.734236) (xy 152.149508 145.755) (xy 152.290492 145.755) (xy 152.501309 145.734236) (xy 152.771808 145.652182) (xy 153.021101 145.518932) (xy 153.239608 145.339608) (xy 153.418932 145.121101) (xy 153.492579 144.983318) (xy 153.607615 145.175131) (xy 153.796586 145.383519) (xy 154.02258 145.551037) (xy 154.276913 145.671246) (xy 154.410961 145.711904) (xy 154.633 145.589915) (xy 154.633 144.447) (xy 154.613 144.447) (xy 154.613 144.193) (xy 154.633 144.193) (xy 154.633 143.050085) (xy 154.887 143.050085) (xy 154.887 144.193) (xy 154.907 144.193) (xy 154.907 144.447) (xy 154.887 144.447) (xy 154.887 145.589915) (xy 155.109039 145.711904) (xy 155.243087 145.671246) (xy 155.49742 145.551037) (xy 155.723414 145.383519) (xy 155.912385 145.175131) (xy 156.027421 144.983318) (xy 156.101068 145.121101) (xy 156.280392 145.339608) (xy 156.498899 145.518932) (xy 156.748192 145.652182) (xy 157.018691 145.734236) (xy 157.229508 145.755) (xy 157.370492 145.755) (xy 157.581309 145.734236) (xy 157.851808 145.652182) (xy 158.101101 145.518932) (xy 158.319608 145.339608) (xy 158.498932 145.121101) (xy 158.572579 144.983318) (xy 158.687615 145.175131) (xy 158.876586 145.383519) (xy 159.10258 145.551037) (xy 159.356913 145.671246) (xy 159.490961 145.711904) (xy 159.713 145.589915) (xy 159.713 144.447) (xy 159.967 144.447) (xy 159.967 145.589915) (xy 160.189039 145.711904) (xy 160.323087 145.671246) (xy 160.57742 145.551037) (xy 160.803414 145.383519) (xy 160.992385 145.175131) (xy 161.11 144.979018) (xy 161.227615 145.175131) (xy 161.416586 145.383519) (xy 161.64258 145.551037) (xy 161.896913 145.671246) (xy 162.030961 145.711904) (xy 162.253 145.589915) (xy 162.253 144.447) (xy 162.507 144.447) (xy 162.507 145.589915) (xy 162.729039 145.711904) (xy 162.863087 145.671246) (xy 163.11742 145.551037) (xy 163.343414 145.383519) (xy 163.532385 145.175131) (xy 163.65 144.979018) (xy 163.767615 145.175131) (xy 163.956586 145.383519) (xy 164.18258 145.551037) (xy 164.436913 145.671246) (xy 164.570961 145.711904) (xy 164.793 145.589915) (xy 164.793 144.447) (xy 162.507 144.447) (xy 162.253 144.447) (xy 159.967 144.447) (xy 159.713 144.447) (xy 159.693 144.447) (xy 159.693 144.193) (xy 159.713 144.193) (xy 159.713 143.050085) (xy 159.967 143.050085) (xy 159.967 144.193) (xy 162.253 144.193) (xy 162.253 143.050085) (xy 162.507 143.050085) (xy 162.507 144.193) (xy 164.793 144.193) (xy 164.793 143.050085) (xy 164.570961 142.928096) (xy 164.436913 142.968754) (xy 164.18258 143.088963) (xy 163.956586 143.256481) (xy 163.767615 143.464869) (xy 163.65 143.660982) (xy 163.532385 143.464869) (xy 163.343414 143.256481) (xy 163.11742 143.088963) (xy 162.863087 142.968754) (xy 162.729039 142.928096) (xy 162.507 143.050085) (xy 162.253 143.050085) (xy 162.030961 142.928096) (xy 161.896913 142.968754) (xy 161.64258 143.088963) (xy 161.416586 143.256481) (xy 161.227615 143.464869) (xy 161.11 143.660982) (xy 160.992385 143.464869) (xy 160.803414 143.256481) (xy 160.57742 143.088963) (xy 160.323087 142.968754) (xy 160.189039 142.928096) (xy 159.967 143.050085) (xy 159.713 143.050085) (xy 159.490961 142.928096) (xy 159.356913 142.968754) (xy 159.10258 143.088963) (xy 158.876586 143.256481) (xy 158.687615 143.464869) (xy 158.572579 143.656682) (xy 158.498932 143.518899) (xy 158.319608 143.300392) (xy 158.101101 143.121068) (xy 157.851808 142.987818) (xy 157.581309 142.905764) (xy 157.370492 142.885) (xy 157.229508 142.885) (xy 157.018691 142.905764) (xy 156.748192 142.987818) (xy 156.498899 143.121068) (xy 156.280392 143.300392) (xy 156.101068 143.518899) (xy 156.027421 143.656682) (xy 155.912385 143.464869) (xy 155.723414 143.256481) (xy 155.49742 143.088963) (xy 155.243087 142.968754) (xy 155.109039 142.928096) (xy 154.887 143.050085) (xy 154.633 143.050085) (xy 154.410961 142.928096) (xy 154.276913 142.968754) (xy 154.02258 143.088963) (xy 153.796586 143.256481) (xy 153.607615 143.464869) (xy 153.492579 143.656682) (xy 153.418932 143.518899) (xy 153.239608 143.300392) (xy 153.021101 143.121068) (xy 152.771808 142.987818) (xy 152.501309 142.905764) (xy 152.290492 142.885) (xy 152.149508 142.885) (xy 151.938691 142.905764) (xy 151.668192 142.987818) (xy 151.418899 143.121068) (xy 151.200392 143.300392) (xy 151.021068 143.518899) (xy 150.947421 143.656682) (xy 150.832385 143.464869) (xy 150.643414 143.256481) (xy 150.41742 143.088963) (xy 150.163087 142.968754) (xy 150.029039 142.928096) (xy 149.807 143.050085) (xy 149.553 143.050085) (xy 149.330961 142.928096) (xy 149.196913 142.968754) (xy 148.94258 143.088963) (xy 148.716586 143.256481) (xy 148.527615 143.464869) (xy 148.412579 143.656682) (xy 148.338932 143.518899) (xy 148.159608 143.300392) (xy 147.941101 143.121068) (xy 147.875 143.085736) (xy 147.875 143.046105) (xy 147.878556 143.01) (xy 147.864365 142.865915) (xy 147.864087 142.865) (xy 147.822337 142.727367) (xy 147.754087 142.59968) (xy 147.662238 142.487762) (xy 147.634193 142.464746) (xy 146.775 141.605554) (xy 146.775 138.087063) (xy 146.790961 138.091904) (xy 147.013 137.969915) (xy 147.013 136.827) (xy 147.267 136.827) (xy 147.267 137.969915) (xy 147.489039 138.091904) (xy 147.623087 138.051246) (xy 147.87742 137.931037) (xy 148.103414 137.763519) (xy 148.292385 137.555131) (xy 148.41 137.359018) (xy 148.527615 137.555131) (xy 148.716586 137.763519) (xy 148.94258 137.931037) (xy 149.196913 138.051246) (xy 149.330961 138.091904) (xy 149.553 137.969915) (xy 149.553 136.827) (xy 147.267 136.827) (xy 147.013 136.827) (xy 146.993 136.827) (xy 146.993 136.573) (xy 147.013 136.573) (xy 147.013 135.430085) (xy 147.267 135.430085) (xy 147.267 136.573) (xy 149.553 136.573) (xy 149.553 135.430085) (xy 149.330961 135.308096) (xy 149.196913 135.348754) (xy 148.94258 135.468963) (xy 148.716586 135.636481) (xy 148.527615 135.844869) (xy 148.41 136.040982) (xy 148.292385 135.844869) (xy 148.103414 135.636481) (xy 147.87742 135.468963) (xy 147.623087 135.348754) (xy 147.489039 135.308096) (xy 147.267 135.430085) (xy 147.013 135.430085) (xy 146.790961 135.308096) (xy 146.775 135.312937) (xy 146.775 133.466496) (xy 147.028889 133.543513) (xy 147.24705 133.565) (xy 147.39295 133.565) (xy 147.611111 133.543513) (xy 147.891034 133.458599) (xy 148.004937 133.397717) ) ) (filled_polygon (pts (xy 113.059294 132.909014) (xy 113.244866 133.135134) (xy 113.293821 133.17531) (xy 110.763579 135.705554) (xy 110.731709 135.731709) (xy 110.640467 135.842889) (xy 110.627364 135.858855) (xy 110.549828 136.003914) (xy 110.502082 136.161312) (xy 110.48596 136.325) (xy 110.49 136.366019) (xy 110.49 137.329) (xy 86.884524 137.329) (xy 86.884524 145.049) (xy 110.490001 145.049) (xy 110.490001 146.365) (xy 87.645869 146.365) (xy 86.535 145.254133) (xy 86.535 136.135) (xy 86.592089 136.135) (xy 86.772729 136.099068) (xy 86.942889 136.028586) (xy 87.096028 135.926262) (xy 87.158234 135.864056) (xy 87.25172 135.814087) (xy 87.363638 135.722238) (xy 87.386658 135.694188) (xy 88.674847 134.406) (xy 110.045374 134.406) (xy 110.105915 134.424365) (xy 110.213895 134.435) (xy 110.213904 134.435) (xy 110.249999 134.438555) (xy 110.269496 134.436635) (xy 110.407111 134.528586) (xy 110.577271 134.599068) (xy 110.757911 134.635) (xy 110.942089 134.635) (xy 111.122729 134.599068) (xy 111.292889 134.528586) (xy 111.446028 134.426262) (xy 111.576262 134.296028) (xy 111.678586 134.142889) (xy 111.749068 133.972729) (xy 111.785 133.792089) (xy 111.785 133.607911) (xy 111.776464 133.565) (xy 111.83295 133.565) (xy 112.051111 133.543513) (xy 112.331034 133.458599) (xy 112.589014 133.320706) (xy 112.815134 133.135134) (xy 113.000706 132.909014) (xy 113.03 132.854209) ) ) (filled_polygon (pts (xy 207.965 139.754131) (xy 206.554133 141.165) (xy 196.141018 141.165) (xy 196.1 141.16096) (xy 196.058982 141.165) (xy 196.058981 141.165) (xy 195.936311 141.177082) (xy 195.778913 141.224828) (xy 195.633854 141.302364) (xy 195.506709 141.406709) (xy 195.480563 141.438568) (xy 194.238577 142.680556) (xy 194.206709 142.706709) (xy 194.102364 142.833854) (xy 194.024828 142.978913) (xy 193.991445 143.088963) (xy 193.977082 143.136312) (xy 193.96096 143.3) (xy 193.965 143.341018) (xy 193.965 143.641018) (xy 193.965001 143.641026) (xy 193.965 144.954131) (xy 192.554133 146.365) (xy 191.135 146.365) (xy 191.135 142.134625) (xy 191.224482 142.125812) (xy 191.34418 142.089502) (xy 191.454494 142.030537) (xy 191.551185 141.951185) (xy 191.630537 141.854494) (xy 191.689502 141.74418) (xy 191.705117 141.692702) (xy 191.986903 141.692702) (xy 192.058486 141.936671) (xy 192.313996 142.057571) (xy 192.588184 142.1263) (xy 192.870512 142.140217) (xy 193.15013 142.098787) (xy 193.416292 142.003603) (xy 193.541514 141.936671) (xy 193.613097 141.692702) (xy 192.8 140.879605) (xy 191.986903 141.692702) (xy 191.705117 141.692702) (xy 191.725812 141.624482) (xy 191.738072 141.5) (xy 191.738072 141.492785) (xy 191.807298 141.513097) (xy 192.620395 140.7) (xy 192.979605 140.7) (xy 193.792702 141.513097) (xy 194.036671 141.441514) (xy 194.157571 141.186004) (xy 194.2263 140.911816) (xy 194.240217 140.629488) (xy 194.198787 140.34987) (xy 194.103603 140.083708) (xy 194.036671 139.958486) (xy 193.792702 139.886903) (xy 192.979605 140.7) (xy 192.620395 140.7) (xy 191.807298 139.886903) (xy 191.738072 139.907215) (xy 191.738072 139.9) (xy 191.725812 139.775518) (xy 191.705118 139.707298) (xy 191.986903 139.707298) (xy 192.8 140.520395) (xy 193.613097 139.707298) (xy 193.541514 139.463329) (xy 193.286004 139.342429) (xy 193.011816 139.2737) (xy 192.729488 139.259783) (xy 192.44987 139.301213) (xy 192.183708 139.396397) (xy 192.058486 139.463329) (xy 191.986903 139.707298) (xy 191.705118 139.707298) (xy 191.689502 139.65582) (xy 191.630537 139.545506) (xy 191.551185 139.448815) (xy 191.454494 139.369463) (xy 191.34418 139.310498) (xy 191.224482 139.274188) (xy 191.1 139.261928) (xy 189.5 139.261928) (xy 189.375518 139.274188) (xy 189.25582 139.310498) (xy 189.145506 139.369463) (xy 189.048815 139.448815) (xy 188.969463 139.545506) (xy 188.910498 139.65582) (xy 188.874188 139.775518) (xy 188.865375 139.865) (xy 187.545869 139.865) (xy 181.175 133.494133) (xy 181.175 133.315793) (xy 181.395134 133.135134) (xy 181.580706 132.909014) (xy 181.61 132.854209) (xy 181.639294 132.909014) (xy 181.824866 133.135134) (xy 182.050986 133.320706) (xy 182.145001 133.370958) (xy 182.145001 134.063885) (xy 182.141444 134.1) (xy 182.155635 134.244085) (xy 182.184828 134.340318) (xy 182.197664 134.382633) (xy 182.265914 134.51032) (xy 182.357763 134.622238) (xy 182.385808 134.645254) (xy 184.084746 136.344193) (xy 184.107762 136.372238) (xy 184.151236 136.407916) (xy 184.21968 136.464087) (xy 184.347366 136.532337) (xy 184.485915 136.574365) (xy 184.63 136.588556) (xy 184.666105 136.585) (xy 204.923895 136.585) (xy 204.96 136.588556) (xy 204.996105 136.585) (xy 205.104085 136.574365) (xy 205.242633 136.532337) (xy 205.37032 136.464087) (xy 205.482238 136.372238) (xy 205.505258 136.344188) (xy 206.854693 134.994754) (xy 206.882738 134.971738) (xy 206.974587 134.85982) (xy 207.042837 134.732133) (xy 207.079789 134.610318) (xy 207.084865 134.593586) (xy 207.086345 134.578555) (xy 207.0955 134.485605) (xy 207.0955 134.485598) (xy 207.099055 134.449501) (xy 207.0955 134.413404) (xy 207.0955 120.412851) (xy 207.189086 120.272789) (xy 207.259568 120.102629) (xy 207.2955 119.921989) (xy 207.2955 119.737811) (xy 207.259568 119.557171) (xy 207.189086 119.387011) (xy 207.086762 119.233872) (xy 206.956528 119.103638) (xy 206.803389 119.001314) (xy 206.633229 118.930832) (xy 206.452589 118.8949) (xy 206.268411 118.8949) (xy 206.087771 118.930832) (xy 205.917611 119.001314) (xy 205.764472 119.103638) (xy 205.634238 119.233872) (xy 205.531914 119.387011) (xy 205.461432 119.557171) (xy 205.4255 119.737811) (xy 205.4255 119.921989) (xy 205.461432 120.102629) (xy 205.531914 120.272789) (xy 205.6255 120.412851) (xy 205.625501 121.332586) (xy 205.6255 121.332596) (xy 205.625501 134.145052) (xy 204.655554 135.115) (xy 184.934447 135.115) (xy 184.026946 134.207499) (xy 199.052106 134.207499) (xy 199.268228 134.574258) (xy 199.728105 134.814938) (xy 200.226098 134.961275) (xy 200.743071 135.007648) (xy 201.259159 134.952273) (xy 201.754526 134.797279) (xy 202.171772 134.574258) (xy 202.387894 134.207499) (xy 200.72 132.539605) (xy 199.052106 134.207499) (xy 184.026946 134.207499) (xy 183.615 133.795554) (xy 183.615 133.370957) (xy 183.709014 133.320706) (xy 183.935134 133.135134) (xy 184.120706 132.909014) (xy 184.155201 132.844477) (xy 184.224822 132.961355) (xy 184.419731 133.177588) (xy 184.65308 133.351641) (xy 184.915901 133.476825) (xy 185.06311 133.521476) (xy 185.293 133.400155) (xy 185.293 132.207) (xy 185.547 132.207) (xy 185.547 133.400155) (xy 185.77689 133.521476) (xy 185.924099 133.476825) (xy 186.18692 133.351641) (xy 186.420269 133.177588) (xy 186.615178 132.961355) (xy 186.764157 132.711252) (xy 186.861481 132.436891) (xy 186.833232 132.383071) (xy 198.072352 132.383071) (xy 198.127727 132.899159) (xy 198.282721 133.394526) (xy 198.505742 133.811772) (xy 198.872501 134.027894) (xy 200.540395 132.36) (xy 200.899605 132.36) (xy 202.567499 134.027894) (xy 202.934258 133.811772) (xy 203.174938 133.351895) (xy 203.321275 132.853902) (xy 203.367648 132.336929) (xy 203.312273 131.820841) (xy 203.157279 131.325474) (xy 202.934258 130.908228) (xy 202.567499 130.692106) (xy 200.899605 132.36) (xy 200.540395 132.36) (xy 198.872501 130.692106) (xy 198.505742 130.908228) (xy 198.265062 131.368105) (xy 198.118725 131.866098) (xy 198.072352 132.383071) (xy 186.833232 132.383071) (xy 186.740814 132.207) (xy 185.547 132.207) (xy 185.293 132.207) (xy 185.273 132.207) (xy 185.273 131.953) (xy 185.293 131.953) (xy 185.293 131.933) (xy 185.547 131.933) (xy 185.547 131.953) (xy 186.740814 131.953) (xy 186.861481 131.723109) (xy 186.764157 131.448748) (xy 186.615178 131.198645) (xy 186.438374 131.002498) (xy 186.51418 130.979502) (xy 186.624494 130.920537) (xy 186.721185 130.841185) (xy 186.800537 130.744494) (xy 186.859502 130.63418) (xy 186.895812 130.514482) (xy 186.896007 130.512501) (xy 199.052106 130.512501) (xy 200.72 132.180395) (xy 202.387894 130.512501) (xy 202.171772 130.145742) (xy 201.711895 129.905062) (xy 201.213902 129.758725) (xy 200.696929 129.712352) (xy 200.180841 129.767727) (xy 199.685474 129.922721) (xy 199.268228 130.145742) (xy 199.052106 130.512501) (xy 186.896007 130.512501) (xy 186.908072 130.39) (xy 186.908072 128.69) (xy 186.895812 128.565518) (xy 186.859502 128.44582) (xy 186.800537 128.335506) (xy 186.721185 128.238815) (xy 186.624494 128.159463) (xy 186.51418 128.100498) (xy 186.394482 128.064188) (xy 186.27 128.051928) (xy 184.57 128.051928) (xy 184.445518 128.064188) (xy 184.32582 128.100498) (xy 184.215506 128.159463) (xy 184.118815 128.238815) (xy 184.039463 128.335506) (xy 183.980498 128.44582) (xy 183.959607 128.514687) (xy 183.935134 128.484866) (xy 183.709014 128.299294) (xy 183.615 128.249043) (xy 183.615 127.924446) (xy 183.994193 127.545254) (xy 184.022238 127.522238) (xy 184.114087 127.41032) (xy 184.182337 127.282633) (xy 184.224365 127.144085) (xy 184.235 127.036105) (xy 184.235 127.036096) (xy 184.238555 127.000001) (xy 184.235 126.963906) (xy 184.235 119.999616) (xy 186.247692 119.999616) (xy 186.247695 119.999643) (xy 186.247692 120.000036) (xy 186.247693 120.017611) (xy 186.247696 120.017641) (xy 186.247693 120.018112) (xy 186.247807 120.153908) (xy 186.247822 120.154061) (xy 186.247821 120.157535) (xy 186.248486 120.25974) (xy 186.248578 120.260623) (xy 186.248499 120.261517) (xy 186.248645 120.270452) (xy 186.250355 120.343999) (xy 186.251435 120.352879) (xy 186.251018 120.361824) (xy 186.251537 120.370745) (xy 186.254784 120.420566) (xy 186.259427 120.44883) (xy 186.261053 120.477438) (xy 186.262491 120.486257) (xy 186.267768 120.517283) (xy 186.271881 120.532365) (xy 186.273743 120.54788) (xy 186.288279 120.592502) (xy 186.300628 120.637789) (xy 186.307589 120.651779) (xy 186.312431 120.666643) (xy 186.316073 120.674803) (xy 186.323874 120.691966) (xy 186.33811 120.71658) (xy 186.349647 120.742577) (xy 186.369306 120.770517) (xy 186.38641 120.800089) (xy 186.405162 120.821476) (xy 186.421524 120.84473) (xy 186.446231 120.868316) (xy 186.468757 120.894007) (xy 186.491302 120.911342) (xy 186.511872 120.930978) (xy 186.518946 120.936439) (xy 186.529764 120.944671) (xy 186.554475 120.959915) (xy 186.567777 120.970142) (xy 186.580233 120.976313) (xy 186.612357 120.998028) (xy 186.624688 121.003226) (xy 186.636071 121.010248) (xy 186.669846 121.022855) (xy 186.675246 121.025882) (xy 186.689333 121.030478) (xy 186.727454 121.046548) (xy 186.736006 121.049139) (xy 186.750335 121.053372) (xy 186.752933 121.05387) (xy 186.75309 121.053929) (xy 186.754089 121.054092) (xy 186.763016 121.055804) (xy 186.775174 121.06017) (xy 186.783854 121.062294) (xy 186.784367 121.062416) (xy 186.78928 121.063085) (xy 186.793992 121.064622) (xy 186.802731 121.06649) (xy 186.836414 121.073446) (xy 186.836495 121.073455) (xy 186.843729 121.074913) (xy 186.908795 121.087561) (xy 186.908928 121.087574) (xy 186.911378 121.088057) (xy 187.001003 121.105097) (xy 187.001092 121.105105) (xy 187.002566 121.105392) (xy 187.109928 121.125528) (xy 187.110004 121.125535) (xy 187.11121 121.125767) (xy 187.208867 121.143877) (xy 187.194937 121.164303) (xy 187.194882 121.164404) (xy 187.19364 121.166212) (xy 187.125842 121.266403) (xy 187.125769 121.266537) (xy 187.123603 121.269734) (xy 187.063921 121.359134) (xy 187.063846 121.359273) (xy 187.061043 121.363484) (xy 187.012991 121.436749) (xy 187.012927 121.436871) (xy 187.01284 121.436979) (xy 187.007995 121.444488) (xy 186.975089 121.49627) (xy 186.970255 121.505826) (xy 186.963935 121.514485) (xy 186.959451 121.522214) (xy 186.945205 121.547167) (xy 186.931192 121.578462) (xy 186.914465 121.608408) (xy 186.905723 121.635337) (xy 186.894157 121.661166) (xy 186.886489 121.694587) (xy 186.875898 121.727211) (xy 186.872553 121.755322) (xy 186.866224 121.782908) (xy 186.865193 121.817188) (xy 186.861141 121.851242) (xy 186.863319 121.879459) (xy 186.862468 121.907758) (xy 186.868115 121.941586) (xy 186.870755 121.975777) (xy 186.872371 121.984566) (xy 186.875637 122.001663) (xy 186.881425 122.021312) (xy 186.883036 122.030959) (xy 186.888648 122.045828) (xy 186.891841 122.056668) (xy 186.907163 122.11193) (xy 186.909477 122.116531) (xy 186.910934 122.121478) (xy 186.937499 122.17226) (xy 186.963276 122.223522) (xy 186.968104 122.231042) (xy 186.993405 122.26986) (xy 187.014271 122.295909) (xy 187.032681 122.323757) (xy 187.038362 122.330656) (xy 187.088466 122.390645) (xy 187.096404 122.398454) (xy 187.102995 122.407441) (xy 187.109005 122.414055) (xy 187.185319 122.49688) (xy 187.187926 122.499206) (xy 187.190062 122.501972) (xy 187.196234 122.508435) (xy 187.300167 122.61576) (xy 187.300285 122.61586) (xy 187.303968 122.619652) (xy 187.313429 122.629256) (xy 187.313536 122.629345) (xy 187.31577 122.631621) (xy 187.400533 122.716784) (xy 187.400637 122.71687) (xy 187.405009 122.721237) (xy 187.481801 122.796884) (xy 187.481852 122.796925) (xy 187.487528 122.802455) (xy 187.551538 122.863956) (xy 187.553409 122.865431) (xy 187.554971 122.86723) (xy 187.561504 122.873328) (xy 187.607918 122.916052) (xy 187.621369 122.926199) (xy 187.633246 122.938167) (xy 187.64017 122.943817) (xy 187.664178 122.963133) (xy 187.701679 122.98769) (xy 187.737329 123.014019) (xy 187.745056 123.017663) (xy 187.7521 123.022578) (xy 187.759923 123.026897) (xy 187.760039 123.02696) (xy 187.764569 123.028874) (xy 187.768672 123.031561) (xy 187.809807 123.048196) (xy 187.850304 123.067293) (xy 187.863021 123.070475) (xy 187.875096 123.075577) (xy 187.880051 123.076604) (xy 187.884468 123.07839) (xy 187.927605 123.086634) (xy 187.971475 123.09761) (xy 187.980323 123.098861) (xy 187.998601 123.101315) (xy 188.005768 123.101571) (xy 188.007154 123.101836) (xy 188.007679 123.101833) (xy 188.014363 123.103232) (xy 188.068916 123.103827) (xy 188.123427 123.105775) (xy 188.131291 123.104508) (xy 188.139262 123.104595) (xy 188.192909 123.09458) (xy 188.246743 123.085906) (xy 188.254211 123.083136) (xy 188.262046 123.081673) (xy 188.270611 123.079124) (xy 188.300258 123.070074) (xy 188.347112 123.050595) (xy 188.394659 123.032847) (xy 188.402658 123.028864) (xy 188.447733 123.006027) (xy 188.463819 122.995791) (xy 188.481146 122.987831) (xy 188.488832 122.983272) (xy 188.553389 122.944366) (xy 188.558544 122.940527) (xy 188.564296 122.937644) (xy 188.571822 122.932826) (xy 188.659918 122.875567) (xy 188.660486 122.875113) (xy 188.661138 122.874773) (xy 188.668585 122.869833) (xy 188.784276 122.791938) (xy 188.784379 122.791853) (xy 188.786628 122.790347) (xy 188.805747 122.77735) (xy 188.827623 122.762504) (xy 188.8368 122.81084) (xy 188.836818 122.810901) (xy 188.836996 122.811867) (xy 188.857074 122.916689) (xy 188.857095 122.916761) (xy 188.857308 122.917903) (xy 188.87584 123.013651) (xy 188.87587 123.013751) (xy 188.876186 123.015422) (xy 188.891802 123.094903) (xy 188.891844 123.095043) (xy 188.892503 123.098421) (xy 188.903835 123.154435) (xy 188.904476 123.156526) (xy 188.904713 123.158701) (xy 188.906606 123.167435) (xy 188.912286 123.192789) (xy 188.92175 123.22153) (xy 188.926143 123.243454) (xy 188.931475 123.256307) (xy 188.935605 123.272332) (xy 188.938728 123.280704) (xy 188.940329 123.284908) (xy 188.947107 123.29853) (xy 188.951354 123.311428) (xy 188.962642 123.33144) (xy 188.974004 123.358828) (xy 188.98619 123.37708) (xy 188.99597 123.396736) (xy 189.009006 123.413632) (xy 189.012722 123.420219) (xy 189.022958 123.43215) (xy 189.04336 123.462708) (xy 189.049072 123.46958) (xy 189.057709 123.479827) (xy 189.067277 123.489155) (xy 189.072272 123.495628) (xy 189.078064 123.500689) (xy 189.088868 123.514183) (xy 189.118965 123.539542) (xy 189.147149 123.567017) (xy 189.166623 123.579697) (xy 189.184388 123.594666) (xy 189.218833 123.613694) (xy 189.25182 123.635174) (xy 189.273384 123.64383) (xy 189.29372 123.655064) (xy 189.301951 123.658544) (xy 189.320338 123.666166) (xy 189.327113 123.668227) (xy 189.333434 123.671427) (xy 189.362258 123.679504) (xy 189.367736 123.681703) (xy 189.374967 123.683065) (xy 189.386848 123.686395) (xy 189.43984 123.702512) (xy 189.446879 123.703217) (xy 189.453707 123.70513) (xy 189.462517 123.706628) (xy 189.495543 123.712009) (xy 189.521331 123.713656) (xy 189.546765 123.718247) (xy 189.555677 123.718906) (xy 189.60823 123.722427) (xy 189.616703 123.722166) (xy 189.625108 123.723335) (xy 189.634039 123.723634) (xy 189.711005 123.725676) (xy 189.712178 123.725592) (xy 189.713347 123.725734) (xy 189.722282 123.725876) (xy 189.828549 123.726822) (xy 189.828708 123.726808) (xy 189.833198 123.726846) (xy 189.973653 123.727076) (xy 189.973714 123.72707) (xy 189.974701 123.727077) (xy 190.401845 123.727077) (xy 190.461945 123.721184) (xy 190.522151 123.715668) (xy 190.524118 123.715088) (xy 190.526155 123.714888) (xy 190.583942 123.697441) (xy 190.641953 123.680329) (xy 190.64377 123.679378) (xy 190.64573 123.678786) (xy 190.699041 123.650441) (xy 190.752611 123.622394) (xy 190.754208 123.621108) (xy 190.756016 123.620147) (xy 190.80281 123.581983) (xy 190.849908 123.544067) (xy 190.851225 123.542496) (xy 190.852811 123.541202) (xy 190.891258 123.494727) (xy 190.930138 123.448335) (xy 190.931126 123.446535) (xy 190.932429 123.44496) (xy 190.96115 123.391841) (xy 190.990244 123.338842) (xy 190.990862 123.336891) (xy 190.991837 123.335087) (xy 191.009693 123.277405) (xy 191.027941 123.21976) (xy 191.028728 123.215911) (xy 191.028773 123.215767) (xy 191.028789 123.215615) (xy 191.029732 123.211005) (xy 191.049978 123.108428) (xy 191.049984 123.108366) (xy 191.050189 123.107356) (xy 191.052615 123.094948) (xy 191.052628 123.094812) (xy 191.053181 123.092018) (xy 191.065751 123.026125) (xy 191.06576 123.026024) (xy 191.066129 123.02413) (xy 191.083211 122.933015) (xy 191.083218 122.93294) (xy 191.083435 122.931811) (xy 191.103094 122.825831) (xy 191.103099 122.82577) (xy 191.10329 122.824771) (xy 191.114609 122.763173) (xy 191.115254 122.762911) (xy 191.165987 122.797121) (xy 191.491037 123.018605) (xy 191.491146 123.018664) (xy 191.491241 123.018744) (xy 191.546101 123.048714) (xy 191.600629 123.07853) (xy 191.600746 123.078567) (xy 191.600856 123.078627) (xy 191.660546 123.097387) (xy 191.719774 123.116027) (xy 191.719897 123.11604) (xy 191.720016 123.116078) (xy 191.78244 123.122913) (xy 191.843933 123.12967) (xy 191.844056 123.129659) (xy 191.84418 123.129673) (xy 191.908073 123.124137) (xy 191.968377 123.118934) (xy 191.96849 123.118901) (xy 191.96862 123.11889) (xy 192.030726 123.100903) (xy 192.088366 123.084233) (xy 192.088473 123.084178) (xy 192.088596 123.084142) (xy 192.144776 123.05508) (xy 192.199329 123.026887) (xy 192.199427 123.026809) (xy 192.199537 123.026752) (xy 192.248673 122.987595) (xy 192.297041 122.94908) (xy 192.29712 122.948987) (xy 192.297219 122.948908) (xy 192.303586 122.942639) (xy 192.540658 122.705963) (xy 192.541885 122.735383) (xy 192.547815 122.759921) (xy 192.550848 122.78498) (xy 192.56245 122.820475) (xy 192.571227 122.856793) (xy 192.574223 122.865212) (xy 192.607229 122.955956) (xy 192.607532 122.956588) (xy 192.597125 122.983839) (xy 192.57996 123.021055) (xy 192.574896 123.042049) (xy 192.567191 123.062226) (xy 192.560285 123.102623) (xy 192.550672 123.142478) (xy 192.549497 123.151337) (xy 192.537714 123.245127) (xy 192.537499 123.253003) (xy 192.535949 123.260724) (xy 192.5358 123.315365) (xy 192.534312 123.369987) (xy 192.53563 123.37775) (xy 192.535609 123.385629) (xy 192.536519 123.394519) (xy 192.548264 123.501855) (xy 192.555346 123.535624) (xy 192.559442 123.569873) (xy 192.568134 123.596597) (xy 192.573903 123.624102) (xy 192.587404 123.65584) (xy 192.598077 123.688653) (xy 192.601715 123.696815) (xy 192.609297 123.713515) (xy 192.605355 123.723205) (xy 192.587395 123.76003) (xy 192.581872 123.780934) (xy 192.573726 123.800959) (xy 192.565956 123.841171) (xy 192.555488 123.880791) (xy 192.554121 123.889622) (xy 192.537568 124.001722) (xy 192.535029 124.053642) (xy 192.530784 124.105425) (xy 192.530989 124.114359) (xy 192.531885 124.144296) (xy 192.538442 124.19538) (xy 192.54324 124.246665) (xy 192.544998 124.255426) (xy 192.563328 124.34359) (xy 192.577934 124.390356) (xy 192.590547 124.437681) (xy 192.59652 124.449862) (xy 192.600566 124.462816) (xy 192.623967 124.505835) (xy 192.64554 124.549829) (xy 192.650292 124.557397) (xy 192.696468 124.629815) (xy 192.715788 124.654435) (xy 192.732613 124.680823) (xy 192.754252 124.70345) (xy 192.773578 124.728078) (xy 192.797308 124.748473) (xy 192.818941 124.771094) (xy 192.825758 124.776871) (xy 192.905302 124.84333) (xy 192.929524 124.85984) (xy 192.951901 124.878774) (xy 192.959289 124.883801) (xy 192.96519 124.887756) (xy 192.983051 124.897347) (xy 192.999503 124.909218) (xy 193.007257 124.913661) (xy 193.038997 124.931553) (xy 193.093269 124.955503) (xy 193.14732 124.979992) (xy 193.153142 124.981925) (xy 193.153271 124.981982) (xy 193.153401 124.982011) (xy 193.155801 124.982808) (xy 193.191676 124.994446) (xy 193.242666 125.005632) (xy 193.293256 125.018451) (xy 193.3021 125.019729) (xy 193.350843 125.026421) (xy 193.376161 125.027402) (xy 193.401212 125.031319) (xy 193.410137 125.031768) (xy 193.48048 125.034823) (xy 193.487594 125.034436) (xy 193.494681 125.035283) (xy 193.503616 125.035409) (xy 193.597549 125.036089) (xy 193.59755 125.036089) (xy 193.597625 125.03609) (xy 193.604366 125.036138) (xy 193.604521 125.036124) (xy 193.609497 125.036154) (xy 193.630679 125.036135) (xy 193.630805 125.036123) (xy 193.637278 125.036095) (xy 193.731757 125.035036) (xy 193.741354 125.033986) (xy 193.750992 125.034531) (xy 193.759918 125.0341) (xy 193.825749 125.03046) (xy 193.855318 125.025901) (xy 193.885206 125.024378) (xy 193.894034 125.022992) (xy 193.940014 125.015448) (xy 193.993727 125.001138) (xy 194.047748 124.987986) (xy 194.056162 124.984976) (xy 194.091089 124.972206) (xy 194.13991 124.948728) (xy 194.18933 124.926524) (xy 194.197053 124.922029) (xy 194.229727 124.90271) (xy 194.23866 124.896174) (xy 194.242815 124.894178) (xy 194.250993 124.888048) (xy 194.264021 124.880936) (xy 194.271374 124.875857) (xy 194.278154 124.871104) (xy 194.308473 124.845089) (xy 194.330529 124.828949) (xy 194.332052 124.827293) (xy 194.342763 124.819265) (xy 194.349313 124.813187) (xy 194.402769 124.762897) (xy 194.442481 124.71745) (xy 194.482467 124.672301) (xy 194.484854 124.668958) (xy 194.484957 124.66884) (xy 194.485036 124.668704) (xy 194.48766 124.665028) (xy 194.527976 124.607726) (xy 194.532352 124.6) (xy 197.861928 124.6) (xy 197.861928 126.2) (xy 197.874188 126.324482) (xy 197.910498 126.44418) (xy 197.969463 126.554494) (xy 198.048815 126.651185) (xy 198.145506 126.730537) (xy 198.25582 126.789502) (xy 198.375518 126.825812) (xy 198.5 126.838072) (xy 200.1 126.838072) (xy 200.224482 126.825812) (xy 200.34418 126.789502) (xy 200.454494 126.730537) (xy 200.551185 126.651185) (xy 200.630537 126.554494) (xy 200.689502 126.44418) (xy 200.725812 126.324482) (xy 200.738072 126.2) (xy 200.738072 124.6) (xy 200.725812 124.475518) (xy 200.689502 124.35582) (xy 200.630537 124.245506) (xy 200.551185 124.148815) (xy 200.454494 124.069463) (xy 200.34418 124.010498) (xy 200.224482 123.974188) (xy 200.1 123.961928) (xy 199.834275 123.961928) (xy 199.979727 123.90168) (xy 200.214759 123.744637) (xy 200.414637 123.544759) (xy 200.57168 123.309727) (xy 200.679853 123.048574) (xy 200.735 122.771335) (xy 200.735 122.488665) (xy 200.679853 122.211426) (xy 200.57168 121.950273) (xy 200.414637 121.715241) (xy 200.214759 121.515363) (xy 199.979727 121.35832) (xy 199.718574 121.250147) (xy 199.692699 121.245) (xy 199.718574 121.239853) (xy 199.979727 121.13168) (xy 200.214759 120.974637) (xy 200.414637 120.774759) (xy 200.57168 120.539727) (xy 200.679853 120.278574) (xy 200.735 120.001335) (xy 200.735 119.718665) (xy 200.679853 119.441426) (xy 200.57168 119.180273) (xy 200.414637 118.945241) (xy 200.214759 118.745363) (xy 199.979727 118.58832) (xy 199.718574 118.480147) (xy 199.692699 118.475) (xy 199.718574 118.469853) (xy 199.979727 118.36168) (xy 200.214759 118.204637) (xy 200.414637 118.004759) (xy 200.57168 117.769727) (xy 200.679853 117.508574) (xy 200.735 117.231335) (xy 200.735 116.948665) (xy 200.679853 116.671426) (xy 200.57168 116.410273) (xy 200.414637 116.175241) (xy 200.214759 115.975363) (xy 199.979727 115.81832) (xy 199.718574 115.710147) (xy 199.690118 115.704487) (xy 199.916292 115.623603) (xy 200.028429 115.563665) (xy 200.705 115.563665) (xy 200.705 115.846335) (xy 200.760147 116.123574) (xy 200.86832 116.384727) (xy 201.025363 116.619759) (xy 201.225241 116.819637) (xy 201.460273 116.97668) (xy 201.721426 117.084853) (xy 201.747301 117.09) (xy 201.721426 117.095147) (xy 201.460273 117.20332) (xy 201.225241 117.360363) (xy 201.025363 117.560241) (xy 200.86832 117.795273) (xy 200.760147 118.056426) (xy 200.705 118.333665) (xy 200.705 118.616335) (xy 200.760147 118.893574) (xy 200.86832 119.154727) (xy 201.025363 119.389759) (xy 201.225241 119.589637) (xy 201.460273 119.74668) (xy 201.721426 119.854853) (xy 201.747301 119.86) (xy 201.721426 119.865147) (xy 201.460273 119.97332) (xy 201.225241 120.130363) (xy 201.025363 120.330241) (xy 200.86832 120.565273) (xy 200.760147 120.826426) (xy 200.705 121.103665) (xy 200.705 121.386335) (xy 200.760147 121.663574) (xy 200.86832 121.924727) (xy 201.025363 122.159759) (xy 201.225241 122.359637) (xy 201.460273 122.51668) (xy 201.721426 122.624853) (xy 201.747301 122.63) (xy 201.721426 122.635147) (xy 201.460273 122.74332) (xy 201.225241 122.900363) (xy 201.025363 123.100241) (xy 200.86832 123.335273) (xy 200.760147 123.596426) (xy 200.705 123.873665) (xy 200.705 124.156335) (xy 200.760147 124.433574) (xy 200.86832 124.694727) (xy 201.025363 124.929759) (xy 201.225241 125.129637) (xy 201.460273 125.28668) (xy 201.721426 125.394853) (xy 201.998665 125.45) (xy 202.281335 125.45) (xy 202.558574 125.394853) (xy 202.819727 125.28668) (xy 203.054759 125.129637) (xy 203.254637 124.929759) (xy 203.41168 124.694727) (xy 203.519853 124.433574) (xy 203.575 124.156335) (xy 203.575 123.873665) (xy 203.519853 123.596426) (xy 203.41168 123.335273) (xy 203.254637 123.100241) (xy 203.054759 122.900363) (xy 202.819727 122.74332) (xy 202.558574 122.635147) (xy 202.532699 122.63) (xy 202.558574 122.624853) (xy 202.819727 122.51668) (xy 203.054759 122.359637) (xy 203.254637 122.159759) (xy 203.41168 121.924727) (xy 203.519853 121.663574) (xy 203.575 121.386335) (xy 203.575 121.103665) (xy 203.519853 120.826426) (xy 203.41168 120.565273) (xy 203.254637 120.330241) (xy 203.054759 120.130363) (xy 202.819727 119.97332) (xy 202.558574 119.865147) (xy 202.532699 119.86) (xy 202.558574 119.854853) (xy 202.819727 119.74668) (xy 203.054759 119.589637) (xy 203.254637 119.389759) (xy 203.41168 119.154727) (xy 203.519853 118.893574) (xy 203.575 118.616335) (xy 203.575 118.333665) (xy 203.519853 118.056426) (xy 203.41168 117.795273) (xy 203.254637 117.560241) (xy 203.054759 117.360363) (xy 202.819727 117.20332) (xy 202.558574 117.095147) (xy 202.532699 117.09) (xy 202.558574 117.084853) (xy 202.819727 116.97668) (xy 203.054759 116.819637) (xy 203.254637 116.619759) (xy 203.41168 116.384727) (xy 203.519853 116.123574) (xy 203.575 115.846335) (xy 203.575 115.563665) (xy 203.519853 115.286426) (xy 203.41168 115.025273) (xy 203.254637 114.790241) (xy 203.054759 114.590363) (xy 202.819727 114.43332) (xy 202.558574 114.325147) (xy 202.281335 114.27) (xy 201.998665 114.27) (xy 201.721426 114.325147) (xy 201.460273 114.43332) (xy 201.225241 114.590363) (xy 201.025363 114.790241) (xy 200.86832 115.025273) (xy 200.760147 115.286426) (xy 200.705 115.563665) (xy 200.028429 115.563665) (xy 200.041514 115.556671) (xy 200.113097 115.312702) (xy 199.3 114.499605) (xy 198.486903 115.312702) (xy 198.558486 115.556671) (xy 198.813996 115.677571) (xy 198.916289 115.703212) (xy 198.881426 115.710147) (xy 198.620273 115.81832) (xy 198.385241 115.975363) (xy 198.185363 116.175241) (xy 198.02832 116.410273) (xy 197.920147 116.671426) (xy 197.865 116.948665) (xy 197.865 117.231335) (xy 197.920147 117.508574) (xy 198.02832 117.769727) (xy 198.185363 118.004759) (xy 198.385241 118.204637) (xy 198.620273 118.36168) (xy 198.881426 118.469853) (xy 198.907301 118.475) (xy 198.881426 118.480147) (xy 198.620273 118.58832) (xy 198.385241 118.745363) (xy 198.185363 118.945241) (xy 198.02832 119.180273) (xy 197.920147 119.441426) (xy 197.865 119.718665) (xy 197.865 120.001335) (xy 197.920147 120.278574) (xy 198.02832 120.539727) (xy 198.185363 120.774759) (xy 198.385241 120.974637) (xy 198.620273 121.13168) (xy 198.881426 121.239853) (xy 198.907301 121.245) (xy 198.881426 121.250147) (xy 198.620273 121.35832) (xy 198.385241 121.515363) (xy 198.185363 121.715241) (xy 198.02832 121.950273) (xy 197.920147 122.211426) (xy 197.865 122.488665) (xy 197.865 122.771335) (xy 197.920147 123.048574) (xy 198.02832 123.309727) (xy 198.185363 123.544759) (xy 198.385241 123.744637) (xy 198.620273 123.90168) (xy 198.765725 123.961928) (xy 198.5 123.961928) (xy 198.375518 123.974188) (xy 198.25582 124.010498) (xy 198.145506 124.069463) (xy 198.048815 124.148815) (xy 197.969463 124.245506) (xy 197.910498 124.35582) (xy 197.874188 124.475518) (xy 197.861928 124.6) (xy 194.532352 124.6) (xy 194.556454 124.55745) (xy 194.585668 124.507596) (xy 194.589355 124.499456) (xy 194.602437 124.470031) (xy 194.602983 124.468385) (xy 194.603828 124.466878) (xy 194.622662 124.409124) (xy 194.6418 124.351489) (xy 194.642016 124.349775) (xy 194.642553 124.348127) (xy 194.64442 124.339388) (xy 194.666241 124.233655) (xy 194.670574 124.192846) (xy 194.67606 124.16145) (xy 194.702338 124.14538) (xy 194.713866 124.134762) (xy 194.726818 124.125945) (xy 194.759716 124.092532) (xy 194.794212 124.06076) (xy 194.800116 124.054052) (xy 194.813777 124.038311) (xy 194.843336 123.996646) (xy 194.874375 123.956043) (xy 194.879429 123.945771) (xy 194.88605 123.936438) (xy 194.906949 123.889833) (xy 194.929515 123.843967) (xy 194.932478 123.832905) (xy 194.937159 123.822467) (xy 194.948615 123.772662) (xy 194.961834 123.723314) (xy 194.962591 123.711903) (xy 194.965159 123.70074) (xy 194.966723 123.64965) (xy 194.968728 123.619434) (xy 194.969082 123.616714) (xy 194.968995 123.615404) (xy 194.970105 123.598683) (xy 194.969761 123.589753) (xy 194.968742 123.567344) (xy 194.963339 123.529864) (xy 194.96084 123.49208) (xy 194.954448 123.468195) (xy 194.950919 123.443716) (xy 194.938339 123.408001) (xy 194.92855 123.371421) (xy 194.92535 123.363077) (xy 194.91355 123.33294) (xy 194.90477 123.315695) (xy 194.898394 123.297427) (xy 194.894583 123.289344) (xy 194.875901 123.250419) (xy 194.875897 123.250413) (xy 194.872047 123.242381) (xy 194.863389 123.228092) (xy 194.856859 123.212705) (xy 194.852526 123.204889) (xy 194.833012 123.170253) (xy 194.798841 123.121446) (xy 194.765123 123.072347) (xy 194.763043 123.070315) (xy 194.761374 123.067932) (xy 194.718436 123.026752) (xy 194.675763 122.985077) (xy 194.671322 122.981568) (xy 194.671226 122.981475) (xy 194.671118 122.981406) (xy 194.668752 122.979536) (xy 194.645535 122.961448) (xy 194.623873 122.947743) (xy 194.612913 122.938887) (xy 194.62604 122.907512) (xy 194.640263 122.861292) (xy 194.656508 122.815775) (xy 194.658594 122.801719) (xy 194.662776 122.78813) (xy 194.667748 122.74005) (xy 194.674847 122.692223) (xy 194.675227 122.683295) (xy 194.678627 122.587952) (xy 194.675988 122.545511) (xy 194.676008 122.502992) (xy 194.672121 122.483312) (xy 194.670876 122.463287) (xy 194.660045 122.422171) (xy 194.65246 122.383765) (xy 194.661631 122.355889) (xy 194.680377 122.302005) (xy 194.681134 122.296608) (xy 194.682839 122.291425) (xy 194.689803 122.234797) (xy 194.697725 122.17831) (xy 194.697419 122.172862) (xy 194.698084 122.167453) (xy 194.693916 122.110545) (xy 194.690715 122.0536) (xy 194.689359 122.048324) (xy 194.68896 122.042881) (xy 194.673809 121.987834) (xy 194.659617 121.932628) (xy 194.657362 121.926568) (xy 194.669771 121.881723) (xy 194.686294 121.823541) (xy 194.68647 121.82138) (xy 194.687046 121.819298) (xy 194.691533 121.759176) (xy 194.696428 121.699047) (xy 194.696181 121.696895) (xy 194.696342 121.694739) (xy 194.68905 121.634759) (xy 194.682187 121.574955) (xy 194.68153 121.572903) (xy 194.681268 121.570745) (xy 194.662462 121.513316) (xy 194.644117 121.455992) (xy 194.642446 121.452194) (xy 194.642396 121.452042) (xy 194.642317 121.451902) (xy 194.640518 121.447813) (xy 194.578547 121.309575) (xy 194.591127 121.291543) (xy 194.594189 121.287231) (xy 194.594286 121.287014) (xy 194.59689 121.283282) (xy 194.59872 121.279114) (xy 194.601267 121.27535) (xy 194.623786 121.222013) (xy 194.637581 121.190588) (xy 194.645351 121.173283) (xy 194.645543 121.172452) (xy 194.647097 121.168911) (xy 194.648082 121.164467) (xy 194.64985 121.16028) (xy 194.661596 121.103509) (xy 194.665712 121.084944) (xy 194.673405 121.051568) (xy 194.673453 121.050029) (xy 194.674132 121.046965) (xy 194.674235 121.042425) (xy 194.675158 121.037965) (xy 194.675653 120.979977) (xy 194.675721 120.976995) (xy 194.677283 120.926722) (xy 194.676913 120.924494) (xy 194.676968 120.922092) (xy 194.676236 120.913186) (xy 194.676173 120.91248) (xy 194.665898 120.858101) (xy 194.65684 120.803501) (xy 194.654464 120.794886) (xy 194.64767 120.770909) (xy 194.643897 120.761292) (xy 194.641781 120.751389) (xy 194.645351 120.743437) (xy 194.645552 120.742564) (xy 194.647122 120.738987) (xy 194.650272 120.724772) (xy 194.655509 120.711195) (xy 194.663757 120.663907) (xy 194.665633 120.655442) (xy 194.673405 120.621722) (xy 194.673454 120.620143) (xy 194.674142 120.617038) (xy 194.674471 120.602488) (xy 194.676972 120.588147) (xy 194.675904 120.541277) (xy 194.677283 120.496876) (xy 194.676907 120.494609) (xy 194.676962 120.492165) (xy 194.676229 120.483259) (xy 194.676166 120.482554) (xy 194.674346 120.472928) (xy 194.674126 120.463273) (xy 194.664531 120.42001) (xy 194.65684 120.373655) (xy 194.654464 120.36504) (xy 194.64767 120.341063) (xy 194.643897 120.331446) (xy 194.641738 120.321343) (xy 194.638967 120.312847) (xy 194.638148 120.310395) (xy 194.645035 120.282387) (xy 194.659819 120.22388) (xy 194.660379 120.21998) (xy 194.660417 120.219827) (xy 194.660424 120.219668) (xy 194.66109 120.215035) (xy 194.670645 120.145116) (xy 194.672494 120.096572) (xy 194.676455 120.048172) (xy 194.676248 120.039239) (xy 194.674207 119.971344) (xy 194.672183 119.955594) (xy 194.672472 119.93972) (xy 194.671921 119.936643) (xy 194.67195 119.936139) (xy 194.675082 119.921082) (xy 194.675304 119.898098) (xy 194.678065 119.878552) (xy 194.676698 119.853779) (xy 194.678253 119.826803) (xy 194.676139 119.811565) (xy 194.676287 119.796182) (xy 194.675439 119.787286) (xy 194.675316 119.786086) (xy 194.67208 119.770106) (xy 194.671182 119.753836) (xy 194.666626 119.736039) (xy 194.666739 119.735664) (xy 194.667791 119.724789) (xy 194.670576 119.714232) (xy 194.673796 119.662721) (xy 194.678768 119.611338) (xy 194.677688 119.60047) (xy 194.67837 119.589569) (xy 194.671523 119.538408) (xy 194.666421 119.487045) (xy 194.664613 119.478293) (xy 194.659145 119.452729) (xy 194.64557 119.410125) (xy 194.63439 119.36684) (xy 194.631263 119.358468) (xy 194.614695 119.31504) (xy 194.606255 119.298099) (xy 194.603274 119.288272) (xy 194.601546 119.285032) (xy 194.598871 119.277242) (xy 194.595101 119.26914) (xy 194.590256 119.258914) (xy 194.569445 119.224211) (xy 194.558997 119.20324) (xy 194.555508 119.198723) (xy 194.544489 119.178065) (xy 194.539482 119.170663) (xy 194.536132 119.165785) (xy 194.556208 119.136269) (xy 194.558362 119.1312) (xy 194.561382 119.126592) (xy 194.565472 119.118646) (xy 194.5936 119.063059) (xy 194.604378 119.035329) (xy 194.617935 119.008857) (xy 194.626946 118.977264) (xy 194.63885 118.946637) (xy 194.644035 118.917352) (xy 194.652195 118.888742) (xy 194.653734 118.879939) (xy 194.669387 118.78659) (xy 194.67241 118.742458) (xy 194.67795 118.698582) (xy 194.676669 118.68028) (xy 194.677923 118.661976) (xy 194.672318 118.618107) (xy 194.66923 118.573981) (xy 194.667678 118.565181) (xy 194.650563 118.47196) (xy 194.639616 118.433792) (xy 194.631419 118.39494) (xy 194.625082 118.380093) (xy 194.640786 118.340075) (xy 194.641611 118.3355) (xy 194.643248 118.331145) (xy 194.6455 118.322497) (xy 194.655482 118.283039) (xy 194.661054 118.246183) (xy 194.669515 118.209895) (xy 194.670366 118.184585) (xy 194.674153 118.159536) (xy 194.67246 118.122312) (xy 194.673713 118.08506) (xy 194.673077 118.076146) (xy 194.668482 118.01743) (xy 194.666709 118.007451) (xy 194.666588 117.997307) (xy 194.665547 117.988431) (xy 194.663444 117.971509) (xy 194.660065 117.938368) (xy 194.660338 117.934911) (xy 194.666008 117.885192) (xy 194.668172 117.867524) (xy 194.668858 117.839093) (xy 194.672568 117.810893) (xy 194.672801 117.801959) (xy 194.673778 117.75084) (xy 194.673639 117.74907) (xy 194.673836 117.747303) (xy 194.668734 117.686822) (xy 194.663967 117.626319) (xy 194.663485 117.624605) (xy 194.663336 117.622839) (xy 194.646583 117.564497) (xy 194.633188 117.51686) (xy 194.634317 117.51406) (xy 194.639372 117.487445) (xy 194.647342 117.461552) (xy 194.649063 117.452784) (xy 194.667323 117.356229) (xy 194.667991 117.348759) (xy 194.669927 117.341521) (xy 194.673548 117.286598) (xy 194.678446 117.231819) (xy 194.677651 117.224373) (xy 194.678145 117.216886) (xy 194.677797 117.207956) (xy 194.675334 117.1543) (xy 194.675026 117.15217) (xy 194.675123 117.150023) (xy 194.671419 117.125563) (xy 194.675543 117.105028) (xy 194.675629 117.073066) (xy 194.678769 117.041266) (xy 194.675798 117.01076) (xy 194.675881 116.980122) (xy 194.66976 116.948759) (xy 194.666662 116.916948) (xy 194.666504 116.916423) (xy 194.666903 116.913585) (xy 194.675543 116.870566) (xy 194.675594 116.851854) (xy 194.678202 116.833325) (xy 194.675762 116.789515) (xy 194.675881 116.74566) (xy 194.672298 116.7273) (xy 194.671257 116.708612) (xy 194.661549 116.670767) (xy 194.661081 116.665737) (xy 194.658746 116.657864) (xy 194.651955 116.623067) (xy 194.649335 116.614524) (xy 194.643233 116.595105) (xy 194.640483 116.58864) (xy 194.640222 116.587623) (xy 194.638683 116.58441) (xy 194.633002 116.571055) (xy 194.625568 116.545986) (xy 194.622145 116.537731) (xy 194.605573 116.498536) (xy 194.603416 116.494566) (xy 194.602009 116.490268) (xy 194.598356 116.482113) (xy 194.597819 116.480935) (xy 194.591334 116.469759) (xy 194.586655 116.457715) (xy 194.582566 116.449769) (xy 194.571911 116.429415) (xy 194.549707 116.395524) (xy 194.546223 116.389313) (xy 194.545937 116.388786) (xy 194.545909 116.388752) (xy 194.535839 116.370798) (xy 194.557828 116.339942) (xy 194.562225 116.332162) (xy 194.580822 116.298715) (xy 194.589573 116.278564) (xy 194.600798 116.259695) (xy 194.614394 116.221406) (xy 194.630575 116.184145) (xy 194.635242 116.162696) (xy 194.642594 116.14199) (xy 194.644687 116.133302) (xy 194.657212 116.079685) (xy 194.658612 116.069123) (xy 194.661696 116.058938) (xy 194.666802 116.00732) (xy 194.673621 115.955862) (xy 194.672943 115.945236) (xy 194.673991 115.934639) (xy 194.673936 115.925703) (xy 194.672948 115.850385) (xy 194.670576 115.82908) (xy 194.670957 115.807639) (xy 194.67018 115.798737) (xy 194.666212 115.756628) (xy 194.658518 115.716987) (xy 194.653585 115.676893) (xy 194.651572 115.668186) (xy 194.639457 115.617393) (xy 194.62571 115.577503) (xy 194.614531 115.536837) (xy 194.605406 115.518591) (xy 194.598759 115.499303) (xy 194.577535 115.46286) (xy 194.558663 115.425122) (xy 194.553852 115.417592) (xy 194.527517 115.376993) (xy 194.523585 115.372062) (xy 194.520577 115.366521) (xy 194.484685 115.323281) (xy 194.449642 115.279335) (xy 194.444828 115.275263) (xy 194.440801 115.270411) (xy 194.434406 115.264169) (xy 194.385335 115.216938) (xy 194.377668 115.210882) (xy 194.371101 115.203649) (xy 194.364435 115.197697) (xy 194.357267 115.191386) (xy 194.343763 115.18166) (xy 194.331792 115.170104) (xy 194.324749 115.164603) (xy 194.269592 115.122142) (xy 194.256649 115.114058) (xy 194.245051 115.104164) (xy 194.203789 115.08104) (xy 194.163653 115.055971) (xy 194.149395 115.050558) (xy 194.136089 115.043101) (xy 194.12788 115.039571) (xy 194.079841 115.019312) (xy 194.049525 115.00989) (xy 194.020271 114.9976) (xy 193.99004 114.991401) (xy 193.960563 114.982239) (xy 193.92901 114.978886) (xy 193.897912 114.972509) (xy 193.889018 114.97164) (xy 193.832052 114.966468) (xy 193.807516 114.966645) (xy 193.78312 114.963908) (xy 193.774184 114.963846) (xy 193.690471 114.963846) (xy 193.640052 114.96879) (xy 193.58948 114.971864) (xy 193.585487 114.97291) (xy 193.529698 114.969496) (xy 193.503037 114.970473) (xy 193.476435 114.968458) (xy 193.467503 114.968718) (xy 193.402559 114.971064) (xy 193.370844 114.975335) (xy 193.338867 114.97656) (xy 193.309094 114.98365) (xy 193.27877 114.987733) (xy 193.248498 114.998079) (xy 193.217359 115.005494) (xy 193.20893 115.008462) (xy 193.126857 115.038001) (xy 193.087981 115.056456) (xy 193.048055 115.072508) (xy 193.031679 115.083184) (xy 193.01402 115.091567) (xy 192.979479 115.117214) (xy 192.943421 115.140721) (xy 192.936487 115.146357) (xy 192.891257 115.183643) (xy 192.870214 115.204761) (xy 192.847135 115.223606) (xy 192.826246 115.248885) (xy 192.803092 115.272122) (xy 192.786558 115.296916) (xy 192.767572 115.319892) (xy 192.762631 115.327339) (xy 192.712108 115.404643) (xy 192.697584 115.432463) (xy 192.680423 115.458736) (xy 192.668753 115.48769) (xy 192.654303 115.515368) (xy 192.64546 115.545478) (xy 192.633728 115.574585) (xy 192.631272 115.583177) (xy 192.60575 115.674879) (xy 192.601136 115.701171) (xy 192.593609 115.726782) (xy 192.590368 115.76254) (xy 192.584162 115.797905) (xy 192.584743 115.82459) (xy 192.582333 115.851177) (xy 192.582461 115.860113) (xy 192.584481 115.954909) (xy 192.589207 115.994417) (xy 192.591111 116.034146) (xy 192.596607 116.056282) (xy 192.599316 116.078931) (xy 192.61162 116.116753) (xy 192.621208 116.155371) (xy 192.624257 116.163771) (xy 192.63952 116.204935) (xy 192.632157 116.228544) (xy 192.631715 116.22966) (xy 192.631582 116.230385) (xy 192.629863 116.235897) (xy 192.611726 116.291698) (xy 192.611272 116.295503) (xy 192.61013 116.299164) (xy 192.608376 116.307927) (xy 192.591312 116.396352) (xy 192.589733 116.413298) (xy 192.585766 116.429846) (xy 192.583951 116.475366) (xy 192.579726 116.52072) (xy 192.581468 116.537643) (xy 192.58079 116.554652) (xy 192.58137 116.56357) (xy 192.588128 116.657452) (xy 192.592151 116.680943) (xy 192.593306 116.70475) (xy 192.60267 116.742369) (xy 192.609211 116.780566) (xy 192.617717 116.802821) (xy 192.623476 116.825957) (xy 192.62653 116.834356) (xy 192.641253 116.873993) (xy 192.633742 116.889381) (xy 192.623514 116.928041) (xy 192.610588 116.965883) (xy 192.607576 116.98828) (xy 192.601795 117.010132) (xy 192.600425 117.018962) (xy 192.585051 117.122836) (xy 192.582379 117.1771) (xy 192.578324 117.231317) (xy 192.578593 117.240249) (xy 192.58035 117.287645) (xy 192.580448 117.28837) (xy 192.580406 117.289093) (xy 192.587544 117.340846) (xy 192.303788 117.057563) (xy 192.256125 117.018478) (xy 192.207561 116.978601) (xy 192.207369 116.978498) (xy 192.207203 116.978362) (xy 192.152802 116.949251) (xy 192.097471 116.919594) (xy 192.097262 116.91953) (xy 192.097073 116.919429) (xy 192.038391 116.901541) (xy 191.978017 116.883093) (xy 191.977798 116.883071) (xy 191.977595 116.883009) (xy 191.916495 116.876854) (xy 191.853748 116.870491) (xy 191.853531 116.870512) (xy 191.853318 116.87049) (xy 191.792117 116.876327) (xy 191.729398 116.882266) (xy 191.729187 116.882329) (xy 191.728976 116.882349) (xy 191.670338 116.899883) (xy 191.609703 116.91797) (xy 191.609509 116.918072) (xy 191.609306 116.918133) (xy 191.55482 116.946917) (xy 191.499223 116.976242) (xy 191.498888 116.976466) (xy 191.498864 116.976479) (xy 191.49884 116.976498) (xy 191.491798 116.981214) (xy 191.115937 117.236737) (xy 191.114498 117.236162) (xy 191.097639 117.144662) (xy 191.09762 117.144596) (xy 191.097442 117.143601) (xy 191.078304 117.040703) (xy 191.078284 117.040634) (xy 191.078057 117.039379) (xy 191.062032 116.954217) (xy 191.061995 116.954089) (xy 191.061545 116.951662) (xy 191.050567 116.894593) (xy 191.050526 116.894454) (xy 191.049978 116.891572) (xy 191.029732 116.788995) (xy 191.012309 116.73116) (xy 190.995243 116.673175) (xy 190.994292 116.671355) (xy 190.993702 116.669398) (xy 190.965419 116.616128) (xy 190.937374 116.562483) (xy 190.936088 116.560884) (xy 190.935129 116.559077) (xy 190.896997 116.512264) (xy 190.859108 116.465138) (xy 190.857539 116.463821) (xy 190.856245 116.462233) (xy 190.809748 116.42372) (xy 190.763424 116.38485) (xy 190.761626 116.383862) (xy 190.760051 116.382557) (xy 190.707044 116.353855) (xy 190.653968 116.324676) (xy 190.652009 116.324055) (xy 190.650213 116.323082) (xy 190.592597 116.305209) (xy 190.534908 116.286909) (xy 190.532871 116.286681) (xy 190.530916 116.286074) (xy 190.470929 116.279732) (xy 190.410781 116.272985) (xy 190.406851 116.272958) (xy 190.406702 116.272942) (xy 190.406551 116.272956) (xy 190.401845 116.272923) (xy 189.974701 116.272923) (xy 189.974684 116.272925) (xy 189.974421 116.272923) (xy 189.9219 116.272946) (xy 189.921797 116.272956) (xy 189.920018 116.27295) (xy 189.791884 116.273383) (xy 189.791756 116.273396) (xy 189.785482 116.273436) (xy 189.689854 116.274716) (xy 189.686809 116.275056) (xy 189.683757 116.274827) (xy 189.674825 116.275094) (xy 189.606816 116.277603) (xy 189.59414 116.27932) (xy 189.581348 116.279051) (xy 189.572443 116.279799) (xy 189.527165 116.283917) (xy 189.491194 116.290777) (xy 189.454771 116.294703) (xy 189.446035 116.296585) (xy 189.418599 116.302694) (xy 189.404554 116.307299) (xy 189.40447 116.307315) (xy 189.404319 116.307376) (xy 189.387729 116.312815) (xy 189.356049 116.319993) (xy 189.328531 116.332225) (xy 189.299909 116.341609) (xy 189.273212 116.356623) (xy 189.263724 116.360132) (xy 189.258377 116.363408) (xy 189.241911 116.370727) (xy 189.23417 116.37519) (xy 189.219691 116.383673) (xy 189.201003 116.397233) (xy 189.191039 116.402837) (xy 189.183523 116.409268) (xy 189.157217 116.425385) (xy 189.138837 116.442342) (xy 189.118595 116.45703) (xy 189.093038 116.484596) (xy 189.065413 116.510082) (xy 189.050677 116.530286) (xy 189.033673 116.548626) (xy 189.023896 116.564496) (xy 189.023211 116.565251) (xy 189.014044 116.580489) (xy 189.013958 116.580629) (xy 188.991808 116.610997) (xy 188.987326 116.618728) (xy 188.980915 116.629964) (xy 188.973883 116.645681) (xy 188.968159 116.654972) (xy 188.966408 116.659673) (xy 188.958822 116.672282) (xy 188.949227 116.698887) (xy 188.948196 116.700724) (xy 188.945325 116.709505) (xy 188.929901 116.743978) (xy 188.924562 116.767279) (xy 188.916447 116.78978) (xy 188.914311 116.798458) (xy 188.911713 116.809337) (xy 188.911003 116.814496) (xy 188.909385 116.819447) (xy 188.907512 116.828184) (xy 188.898325 116.872537) (xy 188.898309 116.872686) (xy 188.897245 116.877863) (xy 188.883214 116.948622) (xy 188.883202 116.948741) (xy 188.882772 116.950874) (xy 188.865267 117.040842) (xy 188.86526 117.040919) (xy 188.865002 117.042211) (xy 188.84539 117.144193) (xy 188.845384 117.14426) (xy 188.845184 117.145271) (xy 188.827551 117.237814) (xy 188.786109 117.209682) (xy 188.785999 117.209622) (xy 188.784076 117.208308) (xy 188.66989 117.131433) (xy 188.669295 117.131112) (xy 188.668772 117.130682) (xy 188.661314 117.125759) (xy 188.572614 117.068092) (xy 188.566987 117.065172) (xy 188.561953 117.061309) (xy 188.554333 117.056641) (xy 188.489283 117.017404) (xy 188.472274 117.009292) (xy 188.456518 116.99893) (xy 188.448579 116.994828) (xy 188.403154 116.971752) (xy 188.356284 116.95345) (xy 188.310125 116.933368) (xy 188.301602 116.93068) (xy 188.27177 116.921496) (xy 188.263462 116.919804) (xy 188.255554 116.916737) (xy 188.202313 116.907351) (xy 188.149376 116.89657) (xy 188.1409 116.896524) (xy 188.132545 116.895051) (xy 188.078491 116.896185) (xy 188.024472 116.895891) (xy 188.016148 116.897492) (xy 188.007667 116.89767) (xy 187.998801 116.89879) (xy 187.980533 116.901228) (xy 187.979986 116.901356) (xy 187.97942 116.901377) (xy 187.919562 116.91553) (xy 187.882702 116.922588) (xy 187.873363 116.926369) (xy 187.858928 116.929755) (xy 187.858414 116.929988) (xy 187.857865 116.930118) (xy 187.808279 116.952718) (xy 187.766923 116.96946) (xy 187.756845 116.976065) (xy 187.745179 116.981357) (xy 187.744722 116.981684) (xy 187.744207 116.981919) (xy 187.736508 116.986455) (xy 187.735137 116.987275) (xy 187.699511 117.013639) (xy 187.662454 117.037925) (xy 187.655533 117.043578) (xy 187.628913 117.065631) (xy 187.619507 117.075116) (xy 187.60875 117.083054) (xy 187.602154 117.089083) (xy 187.553646 117.134042) (xy 187.552425 117.135418) (xy 187.550961 117.136544) (xy 187.544485 117.142702) (xy 187.478896 117.205939) (xy 187.478842 117.206002) (xy 187.47342 117.211282) (xy 187.395559 117.288168) (xy 187.395467 117.288278) (xy 187.391166 117.292549) (xy 187.305841 117.378455) (xy 187.305774 117.378537) (xy 187.300915 117.383469) (xy 187.214327 117.472583) (xy 187.212994 117.474254) (xy 187.211367 117.475649) (xy 187.205228 117.482143) (xy 187.12384 117.569436) (xy 187.118295 117.57669) (xy 187.111618 117.582924) (xy 187.10576 117.589672) (xy 187.050848 117.653819) (xy 187.035504 117.675761) (xy 187.017797 117.695862) (xy 187.012624 117.703148) (xy 186.982779 117.745809) (xy 186.961352 117.783874) (xy 186.937725 117.820602) (xy 186.930781 117.838181) (xy 186.921508 117.854655) (xy 186.907887 117.896143) (xy 186.90382 117.906439) (xy 186.902016 117.910101) (xy 186.901259 117.912923) (xy 186.891838 117.936773) (xy 186.889443 117.945382) (xy 186.883257 117.968225) (xy 186.877943 117.9998) (xy 186.86964 118.030738) (xy 186.867601 118.061252) (xy 186.862527 118.091399) (xy 186.863447 118.123402) (xy 186.861311 118.155366) (xy 186.865238 118.185699) (xy 186.866117 118.216253) (xy 186.873238 118.247478) (xy 186.87735 118.279239) (xy 186.887088 118.308215) (xy 186.893888 118.338033) (xy 186.896142 118.343085) (xy 186.896522 118.344704) (xy 186.907449 118.368799) (xy 186.917141 118.397637) (xy 186.920858 118.405763) (xy 186.922248 118.408747) (xy 186.935295 118.430829) (xy 186.944786 118.452098) (xy 186.946013 118.453835) (xy 186.94811 118.458458) (xy 186.952632 118.466166) (xy 186.971365 118.497596) (xy 186.974974 118.502491) (xy 186.977673 118.507958) (xy 186.982446 118.515513) (xy 187.019052 118.572573) (xy 187.019094 118.572626) (xy 187.023315 118.57913) (xy 187.074279 118.656476) (xy 187.074381 118.656602) (xy 187.076944 118.660487) (xy 187.138751 118.75277) (xy 187.138849 118.752889) (xy 187.140931 118.756004) (xy 187.208871 118.856119) (xy 187.107283 118.874965) (xy 187.107207 118.874987) (xy 187.105993 118.875206) (xy 186.999125 118.895258) (xy 186.999035 118.895284) (xy 186.99755 118.895556) (xy 186.908651 118.912467) (xy 186.908529 118.912503) (xy 186.906004 118.912976) (xy 186.841896 118.925451) (xy 186.841833 118.92547) (xy 186.834169 118.927004) (xy 186.801677 118.933743) (xy 186.796638 118.935314) (xy 186.791406 118.935962) (xy 186.782701 118.937981) (xy 186.7809 118.938412) (xy 186.762756 118.94468) (xy 186.74392 118.94844) (xy 186.735388 118.951097) (xy 186.721479 118.955532) (xy 186.694362 118.967204) (xy 186.682433 118.970924) (xy 186.674827 118.975057) (xy 186.66284 118.979198) (xy 186.652866 118.985017) (xy 186.608685 119.003854) (xy 186.60777 119.004478) (xy 186.60675 119.004917) (xy 186.563434 119.034675) (xy 186.552038 119.040715) (xy 186.538585 119.051656) (xy 186.50549 119.074225) (xy 186.503884 119.075586) (xy 186.503799 119.075645) (xy 186.503721 119.075725) (xy 186.498674 119.080004) (xy 186.488219 119.088995) (xy 186.472641 119.105292) (xy 186.455136 119.119529) (xy 186.429568 119.150352) (xy 186.40191 119.179285) (xy 186.389789 119.198305) (xy 186.375389 119.215664) (xy 186.356298 119.250858) (xy 186.334782 119.28462) (xy 186.326587 119.305629) (xy 186.315832 119.325456) (xy 186.312416 119.333714) (xy 186.304922 119.352188) (xy 186.302707 119.359678) (xy 186.299251 119.366675) (xy 186.291368 119.395921) (xy 186.289392 119.400987) (xy 186.2882 119.407676) (xy 186.285009 119.419514) (xy 186.269495 119.471965) (xy 186.268778 119.479731) (xy 186.266744 119.487276) (xy 186.265334 119.4961) (xy 186.26031 119.528991) (xy 186.258943 119.554363) (xy 186.254643 119.579408) (xy 186.25406 119.588325) (xy 186.25101 119.640566) (xy 186.251312 119.648227) (xy 186.250301 119.655832) (xy 186.250056 119.664765) (xy 186.248489 119.741285) (xy 186.248515 119.741618) (xy 186.248476 119.741947) (xy 186.248365 119.750883) (xy 186.247786 119.856617) (xy 186.247798 119.856751) (xy 186.247776 119.859738) (xy 186.247692 119.999616) (xy 184.235 119.999616) (xy 184.235 114.390512) (xy 197.859783 114.390512) (xy 197.901213 114.67013) (xy 197.996397 114.936292) (xy 198.063329 115.061514) (xy 198.307298 115.133097) (xy 199.120395 114.32) (xy 199.479605 114.32) (xy 200.292702 115.133097) (xy 200.536671 115.061514) (xy 200.657571 114.806004) (xy 200.7263 114.531816) (xy 200.740217 114.249488) (xy 200.698787 113.96987) (xy 200.603603 113.703708) (xy 200.536671 113.578486) (xy 200.292702 113.506903) (xy 199.479605 114.32) (xy 199.120395 114.32) (xy 198.307298 113.506903) (xy 198.063329 113.578486) (xy 197.942429 113.833996) (xy 197.8737 114.108184) (xy 197.859783 114.390512) (xy 184.235 114.390512) (xy 184.235 113.327298) (xy 198.486903 113.327298) (xy 199.3 114.140395) (xy 200.113097 113.327298) (xy 200.041514 113.083329) (xy 199.786004 112.962429) (xy 199.511816 112.8937) (xy 199.229488 112.879783) (xy 198.94987 112.921213) (xy 198.683708 113.016397) (xy 198.558486 113.083329) (xy 198.486903 113.327298) (xy 184.235 113.327298) (xy 184.235 109.207499) (xy 199.052106 109.207499) (xy 199.268228 109.574258) (xy 199.728105 109.814938) (xy 200.226098 109.961275) (xy 200.743071 110.007648) (xy 201.259159 109.952273) (xy 201.754526 109.797279) (xy 202.171772 109.574258) (xy 202.387894 109.207499) (xy 200.72 107.539605) (xy 199.052106 109.207499) (xy 184.235 109.207499) (xy 184.235 107.383071) (xy 198.072352 107.383071) (xy 198.127727 107.899159) (xy 198.282721 108.394526) (xy 198.505742 108.811772) (xy 198.872501 109.027894) (xy 200.540395 107.36) (xy 200.899605 107.36) (xy 202.567499 109.027894) (xy 202.934258 108.811772) (xy 203.174938 108.351895) (xy 203.321275 107.853902) (xy 203.367648 107.336929) (xy 203.312273 106.820841) (xy 203.157279 106.325474) (xy 202.934258 105.908228) (xy 202.567499 105.692106) (xy 200.899605 107.36) (xy 200.540395 107.36) (xy 198.872501 105.692106) (xy 198.505742 105.908228) (xy 198.265062 106.368105) (xy 198.118725 106.866098) (xy 198.072352 107.383071) (xy 184.235 107.383071) (xy 184.235 105.512501) (xy 199.052106 105.512501) (xy 200.72 107.180395) (xy 202.387894 105.512501) (xy 202.171772 105.145742) (xy 201.711895 104.905062) (xy 201.213902 104.758725) (xy 200.696929 104.712352) (xy 200.180841 104.767727) (xy 199.685474 104.922721) (xy 199.268228 105.145742) (xy 199.052106 105.512501) (xy 184.235 105.512501) (xy 184.235 99.310384) (xy 184.35096 99.351909) (xy 184.573 99.230624) (xy 184.573 98.087) (xy 184.827 98.087) (xy 184.827 99.230624) (xy 185.04904 99.351909) (xy 185.313881 99.25707) (xy 185.555131 99.112385) (xy 185.763519 98.923414) (xy 185.931037 98.69742) (xy 186.051246 98.443087) (xy 186.091904 98.309039) (xy 185.969915 98.087) (xy 184.827 98.087) (xy 184.573 98.087) (xy 184.553 98.087) (xy 184.553 97.833) (xy 184.573 97.833) (xy 184.573 97.813) (xy 184.827 97.813) (xy 184.827 97.833) (xy 185.969915 97.833) (xy 186.091904 97.610961) (xy 186.051246 97.476913) (xy 185.931037 97.22258) (xy 185.763519 96.996586) (xy 185.555131 96.807615) (xy 185.363318 96.692579) (xy 185.501101 96.618932) (xy 185.719608 96.439608) (xy 185.898932 96.221101) (xy 186.032182 95.971808) (xy 186.114236 95.701309) (xy 186.141943 95.42) (xy 186.114236 95.138691) (xy 186.032182 94.868192) (xy 185.898932 94.618899) (xy 185.719608 94.400392) (xy 185.501101 94.221068) (xy 185.368142 94.15) (xy 185.501101 94.078932) (xy 185.719608 93.899608) (xy 185.898932 93.681101) (xy 186.032182 93.431808) (xy 186.114236 93.161309) (xy 186.141943 92.88) (xy 186.114236 92.598691) (xy 186.032182 92.328192) (xy 185.898932 92.078899) (xy 185.719608 91.860392) (xy 185.501101 91.681068) (xy 185.368142 91.61) (xy 185.501101 91.538932) (xy 185.719608 91.359608) (xy 185.898932 91.141101) (xy 186.032182 90.891808) (xy 186.114236 90.621309) (xy 186.141943 90.34) (xy 186.114236 90.058691) (xy 186.032182 89.788192) (xy 185.898932 89.538899) (xy 185.719608 89.320392) (xy 185.501101 89.141068) (xy 185.368142 89.07) (xy 185.501101 88.998932) (xy 185.719608 88.819608) (xy 185.898932 88.601101) (xy 186.032182 88.351808) (xy 186.114236 88.081309) (xy 186.141943 87.8) (xy 186.114236 87.518691) (xy 186.032182 87.248192) (xy 185.898932 86.998899) (xy 185.719608 86.780392) (xy 185.501101 86.601068) (xy 185.368142 86.53) (xy 185.501101 86.458932) (xy 185.719608 86.279608) (xy 185.898932 86.061101) (xy 186.032182 85.811808) (xy 186.114236 85.541309) (xy 186.141943 85.26) (xy 186.114236 84.978691) (xy 186.032182 84.708192) (xy 185.898932 84.458899) (xy 185.719608 84.240392) (xy 185.501101 84.061068) (xy 185.368142 83.99) (xy 185.501101 83.918932) (xy 185.719608 83.739608) (xy 185.898932 83.521101) (xy 186.032182 83.271808) (xy 186.114236 83.001309) (xy 186.141943 82.72) (xy 186.114236 82.438691) (xy 186.032182 82.168192) (xy 185.898932 81.918899) (xy 185.719608 81.700392) (xy 185.501101 81.521068) (xy 185.368142 81.45) (xy 185.501101 81.378932) (xy 185.719608 81.199608) (xy 185.898932 80.981101) (xy 186.032182 80.731808) (xy 186.114236 80.461309) (xy 186.141943 80.18) (xy 186.114236 79.898691) (xy 186.032182 79.628192) (xy 185.898932 79.378899) (xy 185.719608 79.160392) (xy 185.501101 78.981068) (xy 185.368142 78.91) (xy 185.501101 78.838932) (xy 185.719608 78.659608) (xy 185.898932 78.441101) (xy 186.032182 78.191808) (xy 186.114236 77.921309) (xy 186.141943 77.64) (xy 186.114236 77.358691) (xy 186.032182 77.088192) (xy 185.898932 76.838899) (xy 185.719608 76.620392) (xy 185.606518 76.527581) (xy 185.624482 76.525812) (xy 185.74418 76.489502) (xy 185.854494 76.430537) (xy 185.951185 76.351185) (xy 186.030537 76.254494) (xy 186.089502 76.14418) (xy 186.125812 76.024482) (xy 186.138072 75.9) (xy 186.138072 74.3) (xy 186.125812 74.175518) (xy 186.089502 74.05582) (xy 186.030537 73.945506) (xy 185.951185 73.848815) (xy 185.854494 73.769463) (xy 185.827436 73.755) (xy 191.585001 73.755) (xy 191.585001 73.865736) (xy 191.518899 73.901068) (xy 191.300392 74.080392) (xy 191.121068 74.298899) (xy 190.987818 74.548192) (xy 190.905764 74.818691) (xy 190.878057 75.1) (xy 190.905764 75.381309) (xy 190.987818 75.651808) (xy 191.121068 75.901101) (xy 191.300392 76.119608) (xy 191.518899 76.298932) (xy 191.651858 76.37) (xy 191.518899 76.441068) (xy 191.300392 76.620392) (xy 191.121068 76.838899) (xy 190.987818 77.088192) (xy 190.905764 77.358691) (xy 190.878057 77.64) (xy 190.905764 77.921309) (xy 190.987818 78.191808) (xy 191.121068 78.441101) (xy 191.300392 78.659608) (xy 191.518899 78.838932) (xy 191.651858 78.91) (xy 191.518899 78.981068) (xy 191.300392 79.160392) (xy 191.121068 79.378899) (xy 190.987818 79.628192) (xy 190.905764 79.898691) (xy 190.878057 80.18) (xy 190.905764 80.461309) (xy 190.987818 80.731808) (xy 191.121068 80.981101) (xy 191.300392 81.199608) (xy 191.518899 81.378932) (xy 191.651858 81.45) (xy 191.518899 81.521068) (xy 191.300392 81.700392) (xy 191.121068 81.918899) (xy 190.987818 82.168192) (xy 190.905764 82.438691) (xy 190.878057 82.72) (xy 190.905764 83.001309) (xy 190.987818 83.271808) (xy 191.121068 83.521101) (xy 191.300392 83.739608) (xy 191.518899 83.918932) (xy 191.651858 83.99) (xy 191.518899 84.061068) (xy 191.300392 84.240392) (xy 191.121068 84.458899) (xy 190.987818 84.708192) (xy 190.905764 84.978691) (xy 190.878057 85.26) (xy 190.905764 85.541309) (xy 190.987818 85.811808) (xy 191.121068 86.061101) (xy 191.300392 86.279608) (xy 191.518899 86.458932) (xy 191.651858 86.53) (xy 191.518899 86.601068) (xy 191.300392 86.780392) (xy 191.121068 86.998899) (xy 190.987818 87.248192) (xy 190.905764 87.518691) (xy 190.878057 87.8) (xy 190.905764 88.081309) (xy 190.987818 88.351808) (xy 191.121068 88.601101) (xy 191.300392 88.819608) (xy 191.518899 88.998932) (xy 191.651858 89.07) (xy 191.518899 89.141068) (xy 191.300392 89.320392) (xy 191.121068 89.538899) (xy 190.987818 89.788192) (xy 190.905764 90.058691) (xy 190.878057 90.34) (xy 190.905764 90.621309) (xy 190.987818 90.891808) (xy 191.121068 91.141101) (xy 191.300392 91.359608) (xy 191.518899 91.538932) (xy 191.651858 91.61) (xy 191.518899 91.681068) (xy 191.300392 91.860392) (xy 191.121068 92.078899) (xy 190.987818 92.328192) (xy 190.905764 92.598691) (xy 190.878057 92.88) (xy 190.905764 93.161309) (xy 190.987818 93.431808) (xy 191.121068 93.681101) (xy 191.300392 93.899608) (xy 191.518899 94.078932) (xy 191.651858 94.15) (xy 191.518899 94.221068) (xy 191.300392 94.400392) (xy 191.121068 94.618899) (xy 190.987818 94.868192) (xy 190.905764 95.138691) (xy 190.878057 95.42) (xy 190.905764 95.701309) (xy 190.987818 95.971808) (xy 191.121068 96.221101) (xy 191.300392 96.439608) (xy 191.518899 96.618932) (xy 191.651858 96.69) (xy 191.518899 96.761068) (xy 191.300392 96.940392) (xy 191.121068 97.158899) (xy 190.987818 97.408192) (xy 190.905764 97.678691) (xy 190.878057 97.96) (xy 190.905764 98.241309) (xy 190.987818 98.511808) (xy 191.121068 98.761101) (xy 191.300392 98.979608) (xy 191.518899 99.158932) (xy 191.768192 99.292182) (xy 192.038691 99.374236) (xy 192.249508 99.395) (xy 192.390492 99.395) (xy 192.601309 99.374236) (xy 192.871808 99.292182) (xy 193.121101 99.158932) (xy 193.339608 98.979608) (xy 193.518932 98.761101) (xy 193.652182 98.511808) (xy 193.734236 98.241309) (xy 193.761943 97.96) (xy 193.734236 97.678691) (xy 193.652182 97.408192) (xy 193.518932 97.158899) (xy 193.339608 96.940392) (xy 193.121101 96.761068) (xy 192.988142 96.69) (xy 193.121101 96.618932) (xy 193.339608 96.439608) (xy 193.518932 96.221101) (xy 193.652182 95.971808) (xy 193.734236 95.701309) (xy 193.761943 95.42) (xy 193.734236 95.138691) (xy 193.652182 94.868192) (xy 193.518932 94.618899) (xy 193.339608 94.400392) (xy 193.121101 94.221068) (xy 192.988142 94.15) (xy 193.121101 94.078932) (xy 193.339608 93.899608) (xy 193.518932 93.681101) (xy 193.652182 93.431808) (xy 193.734236 93.161309) (xy 193.761943 92.88) (xy 193.734236 92.598691) (xy 193.652182 92.328192) (xy 193.518932 92.078899) (xy 193.339608 91.860392) (xy 193.121101 91.681068) (xy 192.988142 91.61) (xy 193.121101 91.538932) (xy 193.339608 91.359608) (xy 193.518932 91.141101) (xy 193.652182 90.891808) (xy 193.734236 90.621309) (xy 193.761943 90.34) (xy 193.734236 90.058691) (xy 193.652182 89.788192) (xy 193.518932 89.538899) (xy 193.339608 89.320392) (xy 193.121101 89.141068) (xy 192.988142 89.07) (xy 193.121101 88.998932) (xy 193.339608 88.819608) (xy 193.518932 88.601101) (xy 193.652182 88.351808) (xy 193.734236 88.081309) (xy 193.761943 87.8) (xy 193.734236 87.518691) (xy 193.652182 87.248192) (xy 193.518932 86.998899) (xy 193.339608 86.780392) (xy 193.121101 86.601068) (xy 192.988142 86.53) (xy 193.121101 86.458932) (xy 193.339608 86.279608) (xy 193.518932 86.061101) (xy 193.652182 85.811808) (xy 193.734236 85.541309) (xy 193.761943 85.26) (xy 193.734236 84.978691) (xy 193.652182 84.708192) (xy 193.518932 84.458899) (xy 193.339608 84.240392) (xy 193.121101 84.061068) (xy 192.988142 83.99) (xy 193.121101 83.918932) (xy 193.339608 83.739608) (xy 193.518932 83.521101) (xy 193.652182 83.271808) (xy 193.734236 83.001309) (xy 193.761943 82.72) (xy 193.734236 82.438691) (xy 193.652182 82.168192) (xy 193.518932 81.918899) (xy 193.339608 81.700392) (xy 193.121101 81.521068) (xy 192.988142 81.45) (xy 193.121101 81.378932) (xy 193.339608 81.199608) (xy 193.518932 80.981101) (xy 193.652182 80.731808) (xy 193.734236 80.461309) (xy 193.761943 80.18) (xy 193.734236 79.898691) (xy 193.652182 79.628192) (xy 193.518932 79.378899) (xy 193.339608 79.160392) (xy 193.121101 78.981068) (xy 192.988142 78.91) (xy 193.121101 78.838932) (xy 193.339608 78.659608) (xy 193.518932 78.441101) (xy 193.652182 78.191808) (xy 193.734236 77.921309) (xy 193.761943 77.64) (xy 193.734236 77.358691) (xy 193.652182 77.088192) (xy 193.518932 76.838899) (xy 193.339608 76.620392) (xy 193.121101 76.441068) (xy 192.988142 76.37) (xy 193.121101 76.298932) (xy 193.339608 76.119608) (xy 193.518932 75.901101) (xy 193.652182 75.651808) (xy 193.734236 75.381309) (xy 193.761943 75.1) (xy 193.738211 74.859047) (xy 204.6825 74.859047) (xy 204.6825 101.140952) (xy 207.7025 101.140952) (xy 207.7025 74.859047) (xy 204.6825 74.859047) (xy 193.738211 74.859047) (xy 193.734236 74.818691) (xy 193.652182 74.548192) (xy 193.518932 74.298899) (xy 193.339608 74.080392) (xy 193.255 74.010956) (xy 193.255 72.961018) (xy 193.25904 72.92) (xy 193.255 72.878981) (xy 193.255 72.254567) (xy 193.314759 72.214637) (xy 193.514637 72.014759) (xy 193.56793 71.935) (xy 207.965001 71.935) ) ) (filled_polygon (pts (xy 135.919294 132.909014) (xy 136.104866 133.135134) (xy 136.330986 133.320706) (xy 136.588966 133.458599) (xy 136.868889 133.543513) (xy 137.08705 133.565) (xy 137.23295 133.565) (xy 137.451111 133.543513) (xy 137.731034 133.458599) (xy 137.989014 133.320706) (xy 138.10449 133.225938) (xy 140.772744 135.894193) (xy 140.79576 135.922238) (xy 140.860824 135.975635) (xy 140.907678 136.014087) (xy 141.035364 136.082337) (xy 141.173913 136.124365) (xy 141.317998 136.138556) (xy 141.354103 136.135) (xy 142.017049 136.135) (xy 142.157111 136.228586) (xy 142.327271 136.299068) (xy 142.507911 136.335) (xy 142.692089 136.335) (xy 142.872729 136.299068) (xy 143.042889 136.228586) (xy 143.196028 136.126262) (xy 143.326262 135.996028) (xy 143.428586 135.842889) (xy 143.499068 135.672729) (xy 143.535 135.492089) (xy 143.535 135.307911) (xy 143.499068 135.127271) (xy 143.428586 134.957111) (xy 143.326262 134.803972) (xy 143.196028 134.673738) (xy 143.141047 134.637001) (xy 143.325553 134.637001) (xy 143.965001 135.27645) (xy 143.965 139.917049) (xy 143.871414 140.057111) (xy 143.800932 140.227271) (xy 143.765 140.407911) (xy 143.765 140.592089) (xy 143.800932 140.772729) (xy 143.871414 140.942889) (xy 143.973738 141.096028) (xy 144.103972 141.226262) (xy 144.252323 141.325387) (xy 144.173738 141.403972) (xy 144.071414 141.557111) (xy 144.000932 141.727271) (xy 143.965 141.907911) (xy 143.965 142.092089) (xy 144.000932 142.272729) (xy 144.071414 142.442889) (xy 144.173738 142.596028) (xy 144.303972 142.726262) (xy 144.457111 142.828586) (xy 144.627271 142.899068) (xy 144.807911 142.935) (xy 144.992089 142.935) (xy 145.172729 142.899068) (xy 145.342889 142.828586) (xy 145.496028 142.726262) (xy 145.626262 142.596028) (xy 145.650423 142.559869) (xy 146.268992 143.178439) (xy 146.120392 143.300392) (xy 145.941068 143.518899) (xy 145.807818 143.768192) (xy 145.725764 144.038691) (xy 145.698057 144.32) (xy 145.725764 144.601309) (xy 145.807818 144.871808) (xy 145.941068 145.121101) (xy 146.120392 145.339608) (xy 146.151332 145.365) (xy 141.664396 145.365) (xy 141.814637 145.214759) (xy 141.97168 144.979727) (xy 142.079853 144.718574) (xy 142.135 144.441335) (xy 142.135 144.158665) (xy 142.079853 143.881426) (xy 141.97168 143.620273) (xy 141.814637 143.385241) (xy 141.614759 143.185363) (xy 141.414131 143.051308) (xy 141.441514 143.036671) (xy 141.513097 142.792702) (xy 140.7 141.979605) (xy 139.886903 142.792702) (xy 139.958486 143.036671) (xy 139.987341 143.050324) (xy 139.785241 143.185363) (xy 139.585363 143.385241) (xy 139.518706 143.485) (xy 138.271112 143.485) (xy 138.119608 143.300392) (xy 137.901101 143.121068) (xy 137.828056 143.082025) (xy 137.824365 143.044545) (xy 137.810852 143) (xy 137.782337 142.905997) (xy 137.714087 142.77831) (xy 137.622238 142.666392) (xy 137.594193 142.643376) (xy 136.821329 141.870512) (xy 139.259783 141.870512) (xy 139.301213 142.15013) (xy 139.396397 142.416292) (xy 139.463329 142.541514) (xy 139.707298 142.613097) (xy 140.520395 141.8) (xy 140.879605 141.8) (xy 141.692702 142.613097) (xy 141.936671 142.541514) (xy 142.057571 142.286004) (xy 142.1263 142.011816) (xy 142.140217 141.729488) (xy 142.098787 141.44987) (xy 142.003603 141.183708) (xy 141.936671 141.058486) (xy 141.692702 140.986903) (xy 140.879605 141.8) (xy 140.520395 141.8) (xy 139.707298 140.986903) (xy 139.463329 141.058486) (xy 139.342429 141.313996) (xy 139.2737 141.588184) (xy 139.259783 141.870512) (xy 136.821329 141.870512) (xy 135.758115 140.807298) (xy 139.886903 140.807298) (xy 140.7 141.620395) (xy 141.513097 140.807298) (xy 141.441514 140.563329) (xy 141.186004 140.442429) (xy 140.911816 140.3737) (xy 140.629488 140.359783) (xy 140.34987 140.401213) (xy 140.083708 140.496397) (xy 139.958486 140.563329) (xy 139.886903 140.807298) (xy 135.758115 140.807298) (xy 134.456629 139.505813) (xy 134.433608 139.477762) (xy 134.32169 139.385913) (xy 134.194003 139.317663) (xy 134.055455 139.275635) (xy 133.947475 139.265) (xy 133.91137 139.261444) (xy 133.875265 139.265) (xy 132.755 139.265) (xy 132.755 137.934264) (xy 132.821101 137.898932) (xy 133.039608 137.719608) (xy 133.218932 137.501101) (xy 133.29 137.368142) (xy 133.361068 137.501101) (xy 133.540392 137.719608) (xy 133.758899 137.898932) (xy 134.008192 138.032182) (xy 134.278691 138.114236) (xy 134.489508 138.135) (xy 134.630492 138.135) (xy 134.841309 138.114236) (xy 135.111808 138.032182) (xy 135.361101 137.898932) (xy 135.579608 137.719608) (xy 135.672419 137.606518) (xy 135.674188 137.624482) (xy 135.710498 137.74418) (xy 135.769463 137.854494) (xy 135.848815 137.951185) (xy 135.945506 138.030537) (xy 136.05582 138.089502) (xy 136.175518 138.125812) (xy 136.237818 138.131948) (xy 136.17526 138.173748) (xy 136.045026 138.303982) (xy 135.942702 138.457121) (xy 135.87222 138.627281) (xy 135.836288 138.807921) (xy 135.836288 138.992099) (xy 135.87222 139.172739) (xy 135.942702 139.342899) (xy 136.045026 139.496038) (xy 136.17526 139.626272) (xy 136.328399 139.728596) (xy 136.498559 139.799078) (xy 136.679199 139.83501) (xy 136.863377 139.83501) (xy 137.044017 139.799078) (xy 137.214177 139.728596) (xy 137.367316 139.626272) (xy 137.49755 139.496038) (xy 137.599874 139.342899) (xy 137.670356 139.172739) (xy 137.706288 138.992099) (xy 137.706288 138.991121) (xy 137.714087 138.981618) (xy 137.782337 138.853931) (xy 137.824365 138.715383) (xy 137.835 138.607403) (xy 137.835 138.607394) (xy 137.838555 138.571299) (xy 137.835 138.535204) (xy 137.835 138.138072) (xy 137.9 138.138072) (xy 138.024482 138.125812) (xy 138.14418 138.089502) (xy 138.254494 138.030537) (xy 138.351185 137.951185) (xy 138.430537 137.854494) (xy 138.489502 137.74418) (xy 138.525812 137.624482) (xy 138.538072 137.5) (xy 138.538072 135.9) (xy 138.525812 135.775518) (xy 138.489502 135.65582) (xy 138.430537 135.545506) (xy 138.351185 135.448815) (xy 138.254494 135.369463) (xy 138.14418 135.310498) (xy 138.024482 135.274188) (xy 137.9 135.261928) (xy 136.3 135.261928) (xy 136.175518 135.274188) (xy 136.05582 135.310498) (xy 135.945506 135.369463) (xy 135.848815 135.448815) (xy 135.769463 135.545506) (xy 135.710498 135.65582) (xy 135.674188 135.775518) (xy 135.672419 135.793482) (xy 135.579608 135.680392) (xy 135.361101 135.501068) (xy 135.288056 135.462025) (xy 135.284365 135.424545) (xy 135.242337 135.285996) (xy 135.174087 135.15831) (xy 135.135468 135.111253) (xy 135.082238 135.046392) (xy 135.054193 135.023376) (xy 134.136628 134.105812) (xy 134.113608 134.077762) (xy 134.00169 133.985913) (xy 133.874003 133.917663) (xy 133.735455 133.875635) (xy 133.627475 133.865) (xy 133.59137 133.861444) (xy 133.555265 133.865) (xy 131.994447 133.865) (xy 131.664999 133.535553) (xy 131.664999 133.505931) (xy 131.788889 133.543513) (xy 132.00705 133.565) (xy 132.15295 133.565) (xy 132.371111 133.543513) (xy 132.651034 133.458599) (xy 132.909014 133.320706) (xy 133.135134 133.135134) (xy 133.320706 132.909014) (xy 133.35 132.854209) (xy 133.379294 132.909014) (xy 133.564866 133.135134) (xy 133.790986 133.320706) (xy 134.048966 133.458599) (xy 134.328889 133.543513) (xy 134.54705 133.565) (xy 134.69295 133.565) (xy 134.911111 133.543513) (xy 135.191034 133.458599) (xy 135.449014 133.320706) (xy 135.675134 133.135134) (xy 135.860706 132.909014) (xy 135.89 132.854209) ) ) (filled_polygon (pts (xy 121.987 136.573) (xy 122.007 136.573) (xy 122.007 136.827) (xy 121.987 136.827) (xy 121.987 137.969915) (xy 122.209039 138.091904) (xy 122.343087 138.051246) (xy 122.59742 137.931037) (xy 122.823414 137.763519) (xy 123.012385 137.555131) (xy 123.127421 137.363318) (xy 123.201068 137.501101) (xy 123.380392 137.719608) (xy 123.598899 137.898932) (xy 123.848192 138.032182) (xy 124.118691 138.114236) (xy 124.329508 138.135) (xy 124.470492 138.135) (xy 124.681309 138.114236) (xy 124.951808 138.032182) (xy 125.201101 137.898932) (xy 125.419608 137.719608) (xy 125.598932 137.501101) (xy 125.67 137.368142) (xy 125.741068 137.501101) (xy 125.920392 137.719608) (xy 126.138899 137.898932) (xy 126.205 137.934264) (xy 126.205001 139.603885) (xy 126.201444 139.64) (xy 126.215635 139.784085) (xy 126.240181 139.865) (xy 126.257664 139.922633) (xy 126.325914 140.05032) (xy 126.417763 140.162238) (xy 126.445808 140.185254) (xy 126.754741 140.494187) (xy 126.777762 140.522238) (xy 126.88968 140.614087) (xy 127.017367 140.682337) (xy 127.140421 140.719665) (xy 127.155915 140.724365) (xy 127.3 140.738556) (xy 127.336105 140.735) (xy 131.963895 140.735) (xy 132 140.738556) (xy 132.036105 140.735) (xy 133.606924 140.735) (xy 136.13088 143.258957) (xy 136.080392 143.300392) (xy 135.901068 143.518899) (xy 135.83 143.651858) (xy 135.758932 143.518899) (xy 135.579608 143.300392) (xy 135.361101 143.121068) (xy 135.111808 142.987818) (xy 134.841309 142.905764) (xy 134.630492 142.885) (xy 134.489508 142.885) (xy 134.278691 142.905764) (xy 134.008192 142.987818) (xy 133.758899 143.121068) (xy 133.540392 143.300392) (xy 133.361068 143.518899) (xy 133.287421 143.656682) (xy 133.172385 143.464869) (xy 132.983414 143.256481) (xy 132.75742 143.088963) (xy 132.503087 142.968754) (xy 132.369039 142.928096) (xy 132.147 143.050085) (xy 132.147 144.193) (xy 132.167 144.193) (xy 132.167 144.447) (xy 132.147 144.447) (xy 132.147 144.467) (xy 131.893 144.467) (xy 131.893 144.447) (xy 129.607 144.447) (xy 129.607 144.467) (xy 129.353 144.467) (xy 129.353 144.447) (xy 127.067 144.447) (xy 127.067 144.467) (xy 126.813 144.467) (xy 126.813 144.447) (xy 124.527 144.447) (xy 124.527 144.467) (xy 124.273 144.467) (xy 124.273 144.447) (xy 121.987 144.447) (xy 121.987 144.467) (xy 121.733 144.467) (xy 121.733 144.447) (xy 119.447 144.447) (xy 119.447 144.467) (xy 119.193 144.467) (xy 119.193 144.447) (xy 116.907 144.447) (xy 116.907 144.467) (xy 116.653 144.467) (xy 116.653 144.447) (xy 116.633 144.447) (xy 116.633 144.193) (xy 116.653 144.193) (xy 116.653 143.050085) (xy 116.907 143.050085) (xy 116.907 144.193) (xy 119.193 144.193) (xy 119.193 143.050085) (xy 119.447 143.050085) (xy 119.447 144.193) (xy 121.733 144.193) (xy 121.733 143.050085) (xy 121.987 143.050085) (xy 121.987 144.193) (xy 124.273 144.193) (xy 124.273 143.050085) (xy 124.527 143.050085) (xy 124.527 144.193) (xy 126.813 144.193) (xy 126.813 143.050085) (xy 127.067 143.050085) (xy 127.067 144.193) (xy 129.353 144.193) (xy 129.353 143.050085) (xy 129.607 143.050085) (xy 129.607 144.193) (xy 131.893 144.193) (xy 131.893 143.050085) (xy 131.670961 142.928096) (xy 131.536913 142.968754) (xy 131.28258 143.088963) (xy 131.056586 143.256481) (xy 130.867615 143.464869) (xy 130.75 143.660982) (xy 130.632385 143.464869) (xy 130.443414 143.256481) (xy 130.21742 143.088963) (xy 129.963087 142.968754) (xy 129.829039 142.928096) (xy 129.607 143.050085) (xy 129.353 143.050085) (xy 129.130961 142.928096) (xy 128.996913 142.968754) (xy 128.74258 143.088963) (xy 128.516586 143.256481) (xy 128.327615 143.464869) (xy 128.21 143.660982) (xy 128.092385 143.464869) (xy 127.903414 143.256481) (xy 127.67742 143.088963) (xy 127.423087 142.968754) (xy 127.289039 142.928096) (xy 127.067 143.050085) (xy 126.813 143.050085) (xy 126.590961 142.928096) (xy 126.456913 142.968754) (xy 126.20258 143.088963) (xy 125.976586 143.256481) (xy 125.787615 143.464869) (xy 125.67 143.660982) (xy 125.552385 143.464869) (xy 125.363414 143.256481) (xy 125.13742 143.088963) (xy 124.883087 142.968754) (xy 124.749039 142.928096) (xy 124.527 143.050085) (xy 124.273 143.050085) (xy 124.050961 142.928096) (xy 123.916913 142.968754) (xy 123.66258 143.088963) (xy 123.436586 143.256481) (xy 123.247615 143.464869) (xy 123.13 143.660982) (xy 123.012385 143.464869) (xy 122.823414 143.256481) (xy 122.59742 143.088963) (xy 122.343087 142.968754) (xy 122.209039 142.928096) (xy 121.987 143.050085) (xy 121.733 143.050085) (xy 121.510961 142.928096) (xy 121.376913 142.968754) (xy 121.12258 143.088963) (xy 120.896586 143.256481) (xy 120.707615 143.464869) (xy 120.59 143.660982) (xy 120.472385 143.464869) (xy 120.283414 143.256481) (xy 120.05742 143.088963) (xy 119.803087 142.968754) (xy 119.669039 142.928096) (xy 119.447 143.050085) (xy 119.193 143.050085) (xy 118.970961 142.928096) (xy 118.836913 142.968754) (xy 118.58258 143.088963) (xy 118.356586 143.256481) (xy 118.167615 143.464869) (xy 118.05 143.660982) (xy 117.932385 143.464869) (xy 117.743414 143.256481) (xy 117.51742 143.088963) (xy 117.263087 142.968754) (xy 117.129039 142.928096) (xy 116.907 143.050085) (xy 116.653 143.050085) (xy 116.430961 142.928096) (xy 116.296913 142.968754) (xy 116.04258 143.088963) (xy 115.816586 143.256481) (xy 115.627615 143.464869) (xy 115.512579 143.656682) (xy 115.438932 143.518899) (xy 115.259608 143.300392) (xy 115.209119 143.258957) (xy 118.374197 140.09388) (xy 118.402237 140.070868) (xy 118.42525 140.042827) (xy 118.425253 140.042824) (xy 118.494086 139.958951) (xy 118.494087 139.95895) (xy 118.562337 139.831263) (xy 118.604365 139.692715) (xy 118.615 139.584735) (xy 118.615 139.584726) (xy 118.618555 139.548631) (xy 118.615 139.512536) (xy 118.615 137.950299) (xy 118.768192 138.032182) (xy 119.038691 138.114236) (xy 119.249508 138.135) (xy 119.390492 138.135) (xy 119.601309 138.114236) (xy 119.871808 138.032182) (xy 120.121101 137.898932) (xy 120.339608 137.719608) (xy 120.518932 137.501101) (xy 120.592579 137.363318) (xy 120.707615 137.555131) (xy 120.896586 137.763519) (xy 121.12258 137.931037) (xy 121.376913 138.051246) (xy 121.510961 138.091904) (xy 121.733 137.969915) (xy 121.733 136.827) (xy 121.713 136.827) (xy 121.713 136.573) (xy 121.733 136.573) (xy 121.733 136.553) (xy 121.987 136.553) ) ) (filled_polygon (pts (xy 115.599294 132.909014) (xy 115.784866 133.135134) (xy 116.010986 133.320706) (xy 116.268966 133.458599) (xy 116.548889 133.543513) (xy 116.76705 133.565) (xy 116.91295 133.565) (xy 117.131111 133.543513) (xy 117.411034 133.458599) (xy 117.494999 133.413719) (xy 117.494999 133.613594) (xy 117.491443 133.649699) (xy 117.505634 133.793784) (xy 117.507829 133.801019) (xy 117.547662 133.932331) (xy 117.615912 134.060018) (xy 117.657384 134.110551) (xy 117.691732 134.283229) (xy 117.762214 134.453389) (xy 117.864538 134.606528) (xy 117.994772 134.736762) (xy 118.060125 134.780429) (xy 117.418395 135.422159) (xy 117.263087 135.348754) (xy 117.129039 135.308096) (xy 116.907 135.430085) (xy 116.907 136.573) (xy 116.927 136.573) (xy 116.927 136.827) (xy 116.907 136.827) (xy 116.907 137.969915) (xy 117.129039 138.091904) (xy 117.145001 138.087063) (xy 117.145001 139.053885) (xy 117.145 139.053895) (xy 117.145 139.244183) (xy 113.745808 142.643376) (xy 113.717763 142.666392) (xy 113.625914 142.77831) (xy 113.602071 142.822918) (xy 113.557664 142.905997) (xy 113.515635 143.044545) (xy 113.511944 143.082025) (xy 113.438899 143.121068) (xy 113.220392 143.300392) (xy 113.041068 143.518899) (xy 112.947163 143.694583) (xy 112.857229 143.657332) (xy 112.676589 143.6214) (xy 112.492411 143.6214) (xy 112.311771 143.657332) (xy 112.16 143.720197) (xy 112.16 137.04904) (xy 112.848091 137.04904) (xy 112.94293 137.313881) (xy 113.087615 137.555131) (xy 113.276586 137.763519) (xy 113.50258 137.931037) (xy 113.756913 138.051246) (xy 113.890961 138.091904) (xy 114.113 137.969915) (xy 114.113 136.827) (xy 114.367 136.827) (xy 114.367 137.969915) (xy 114.589039 138.091904) (xy 114.723087 138.051246) (xy 114.97742 137.931037) (xy 115.203414 137.763519) (xy 115.392385 137.555131) (xy 115.51 137.359018) (xy 115.627615 137.555131) (xy 115.816586 137.763519) (xy 116.04258 137.931037) (xy 116.296913 138.051246) (xy 116.430961 138.091904) (xy 116.653 137.969915) (xy 116.653 136.827) (xy 114.367 136.827) (xy 114.113 136.827) (xy 112.969376 136.827) (xy 112.848091 137.04904) (xy 112.16 137.04904) (xy 112.16 136.670867) (xy 112.479907 136.35096) (xy 112.848091 136.35096) (xy 112.969376 136.573) (xy 114.113 136.573) (xy 114.113 135.430085) (xy 114.367 135.430085) (xy 114.367 136.573) (xy 116.653 136.573) (xy 116.653 135.430085) (xy 116.430961 135.308096) (xy 116.296913 135.348754) (xy 116.04258 135.468963) (xy 115.816586 135.636481) (xy 115.627615 135.844869) (xy 115.51 136.040982) (xy 115.392385 135.844869) (xy 115.203414 135.636481) (xy 114.97742 135.468963) (xy 114.723087 135.348754) (xy 114.589039 135.308096) (xy 114.367 135.430085) (xy 114.113 135.430085) (xy 113.890961 135.308096) (xy 113.756913 135.348754) (xy 113.50258 135.468963) (xy 113.276586 135.636481) (xy 113.087615 135.844869) (xy 112.94293 136.086119) (xy 112.848091 136.35096) (xy 112.479907 136.35096) (xy 114.886441 133.944428) (xy 114.91829 133.91829) (xy 114.944428 133.886441) (xy 114.944439 133.88643) (xy 115.022636 133.791146) (xy 115.100172 133.646087) (xy 115.147918 133.488688) (xy 115.16404 133.325) (xy 115.161029 133.294432) (xy 115.355134 133.135134) (xy 115.540706 132.909014) (xy 115.57 132.854209) ) ) (filled_polygon (pts (xy 87.064746 131.304193) (xy 87.087762 131.332238) (xy 87.167482 131.397663) (xy 87.19968 131.424087) (xy 87.327366 131.492337) (xy 87.465915 131.534365) (xy 87.61 131.548556) (xy 87.646105 131.545) (xy 107.8417 131.545) (xy 107.778519 131.723109) (xy 107.899186 131.953) (xy 109.093 131.953) (xy 109.093 131.933) (xy 109.347 131.933) (xy 109.347 131.953) (xy 109.367 131.953) (xy 109.367 132.207) (xy 109.347 132.207) (xy 109.347 132.227) (xy 109.093 132.227) (xy 109.093 132.207) (xy 107.899186 132.207) (xy 107.778519 132.436891) (xy 107.875843 132.711252) (xy 108.009719 132.936) (xy 88.406505 132.936) (xy 88.3704 132.932444) (xy 88.226315 132.946635) (xy 88.087766 132.988663) (xy 87.98738 133.042321) (xy 87.96008 133.056913) (xy 87.848162 133.148762) (xy 87.825146 133.176807) (xy 86.712919 134.289035) (xy 86.592089 134.265) (xy 86.535 134.265) (xy 86.535 130.774446) ) ) (filled_polygon (pts (xy 112.505764 66.101309) (xy 112.587818 66.371808) (xy 112.721068 66.621101) (xy 112.900392 66.839608) (xy 113.118899 67.018932) (xy 113.251858 67.09) (xy 113.118899 67.161068) (xy 112.900392 67.340392) (xy 112.721068 67.558899) (xy 112.587818 67.808192) (xy 112.505764 68.078691) (xy 112.478057 68.36) (xy 112.505764 68.641309) (xy 112.587818 68.911808) (xy 112.721068 69.161101) (xy 112.900392 69.379608) (xy 113.118899 69.558932) (xy 113.251858 69.63) (xy 113.118899 69.701068) (xy 112.900392 69.880392) (xy 112.721068 70.098899) (xy 112.587818 70.348192) (xy 112.505764 70.618691) (xy 112.478057 70.9) (xy 112.505764 71.181309) (xy 112.587818 71.451808) (xy 112.721068 71.701101) (xy 112.900392 71.919608) (xy 113.118899 72.098932) (xy 113.251858 72.17) (xy 113.118899 72.241068) (xy 112.900392 72.420392) (xy 112.721068 72.638899) (xy 112.587818 72.888192) (xy 112.505764 73.158691) (xy 112.478057 73.44) (xy 112.505764 73.721309) (xy 112.587818 73.991808) (xy 112.721068 74.241101) (xy 112.900392 74.459608) (xy 113.118899 74.638932) (xy 113.251858 74.71) (xy 113.118899 74.781068) (xy 112.900392 74.960392) (xy 112.721068 75.178899) (xy 112.587818 75.428192) (xy 112.505764 75.698691) (xy 112.478057 75.98) (xy 112.505764 76.261309) (xy 112.587818 76.531808) (xy 112.721068 76.781101) (xy 112.900392 76.999608) (xy 113.118899 77.178932) (xy 113.186377 77.215) (xy 107.017377 77.215) (xy 107.155131 77.132385) (xy 107.363519 76.943414) (xy 107.531037 76.71742) (xy 107.651246 76.463087) (xy 107.691904 76.329039) (xy 107.569915 76.107) (xy 106.427 76.107) (xy 106.427 76.127) (xy 106.173 76.127) (xy 106.173 76.107) (xy 105.030085 76.107) (xy 104.908096 76.329039) (xy 104.948754 76.463087) (xy 105.068963 76.71742) (xy 105.236481 76.943414) (xy 105.444869 77.132385) (xy 105.582623 77.215) (xy 104.686105 77.215) (xy 104.65 77.211444) (xy 104.613895 77.215) (xy 104.505915 77.225635) (xy 104.367367 77.267663) (xy 104.23968 77.335913) (xy 104.127762 77.427762) (xy 104.104746 77.455807) (xy 101.655808 79.904746) (xy 101.627763 79.927762) (xy 101.535914 80.03968) (xy 101.493285 80.119433) (xy 101.467664 80.167367) (xy 101.425635 80.305915) (xy 101.411444 80.45) (xy 101.415001 80.486115) (xy 101.415001 80.773291) (xy 101.363087 80.748754) (xy 101.229039 80.708096) (xy 101.007 80.830085) (xy 101.007 81.973) (xy 101.027 81.973) (xy 101.027 82.227) (xy 101.007 82.227) (xy 101.007 83.369915) (xy 101.229039 83.491904) (xy 101.363087 83.451246) (xy 101.415 83.42671) (xy 101.415001 94.665252) (xy 100.385808 95.694446) (xy 100.357763 95.717462) (xy 100.265914 95.82938) (xy 100.214396 95.925764) (xy 100.197664 95.957067) (xy 100.155635 96.095615) (xy 100.155174 96.100298) (xy 100.078899 96.141068) (xy 99.860392 96.320392) (xy 99.681068 96.538899) (xy 99.547818 96.788192) (xy 99.465764 97.058691) (xy 99.438057 97.34) (xy 99.465764 97.621309) (xy 99.547818 97.891808) (xy 99.681068 98.141101) (xy 99.860392 98.359608) (xy 100.078899 98.538932) (xy 100.328192 98.672182) (xy 100.598691 98.754236) (xy 100.809508 98.775) (xy 100.950492 98.775) (xy 101.161309 98.754236) (xy 101.431808 98.672182) (xy 101.681101 98.538932) (xy 101.899608 98.359608) (xy 102.078932 98.141101) (xy 102.15 98.008142) (xy 102.221068 98.141101) (xy 102.400392 98.359608) (xy 102.618899 98.538932) (xy 102.868192 98.672182) (xy 103.138691 98.754236) (xy 103.349508 98.775) (xy 103.490492 98.775) (xy 103.701309 98.754236) (xy 103.971808 98.672182) (xy 104.221101 98.538932) (xy 104.439608 98.359608) (xy 104.618932 98.141101) (xy 104.69 98.008142) (xy 104.761068 98.141101) (xy 104.940392 98.359608) (xy 105.158899 98.538932) (xy 105.408192 98.672182) (xy 105.678691 98.754236) (xy 105.889508 98.775) (xy 106.030492 98.775) (xy 106.241309 98.754236) (xy 106.511808 98.672182) (xy 106.761101 98.538932) (xy 106.979608 98.359608) (xy 107.158932 98.141101) (xy 107.23 98.008142) (xy 107.301068 98.141101) (xy 107.480392 98.359608) (xy 107.698899 98.538932) (xy 107.948192 98.672182) (xy 108.218691 98.754236) (xy 108.429508 98.775) (xy 108.570492 98.775) (xy 108.781309 98.754236) (xy 108.865001 98.728849) (xy 108.865001 102.463885) (xy 108.861444 102.5) (xy 108.875635 102.644085) (xy 108.913929 102.77032) (xy 108.917664 102.782633) (xy 108.985914 102.91032) (xy 109.077763 103.022238) (xy 109.105808 103.045254) (xy 109.895621 103.835067) (xy 109.840392 103.880392) (xy 109.661068 104.098899) (xy 109.59 104.231858) (xy 109.518932 104.098899) (xy 109.339608 103.880392) (xy 109.121101 103.701068) (xy 108.871808 103.567818) (xy 108.601309 103.485764) (xy 108.390492 103.465) (xy 108.249508 103.465) (xy 108.038691 103.485764) (xy 107.768192 103.567818) (xy 107.518899 103.701068) (xy 107.300392 103.880392) (xy 107.121068 104.098899) (xy 107.05 104.231858) (xy 106.978932 104.098899) (xy 106.799608 103.880392) (xy 106.581101 103.701068) (xy 106.331808 103.567818) (xy 106.061309 103.485764) (xy 105.850492 103.465) (xy 105.709508 103.465) (xy 105.498691 103.485764) (xy 105.228192 103.567818) (xy 104.978899 103.701068) (xy 104.760392 103.880392) (xy 104.581068 104.098899) (xy 104.51 104.231858) (xy 104.438932 104.098899) (xy 104.259608 103.880392) (xy 104.041101 103.701068) (xy 103.791808 103.567818) (xy 103.521309 103.485764) (xy 103.310492 103.465) (xy 103.169508 103.465) (xy 102.958691 103.485764) (xy 102.688192 103.567818) (xy 102.438899 103.701068) (xy 102.220392 103.880392) (xy 102.041068 104.098899) (xy 101.967421 104.236682) (xy 101.852385 104.044869) (xy 101.663414 103.836481) (xy 101.43742 103.668963) (xy 101.183087 103.548754) (xy 101.049039 103.508096) (xy 100.827 103.630085) (xy 100.827 104.773) (xy 100.847 104.773) (xy 100.847 105.027) (xy 100.827 105.027) (xy 100.827 106.169915) (xy 101.049039 106.291904) (xy 101.183087 106.251246) (xy 101.43742 106.131037) (xy 101.663414 105.963519) (xy 101.852385 105.755131) (xy 101.967421 105.563318) (xy 102.041068 105.701101) (xy 102.220392 105.919608) (xy 102.438899 106.098932) (xy 102.688192 106.232182) (xy 102.958691 106.314236) (xy 103.169508 106.335) (xy 103.310492 106.335) (xy 103.521309 106.314236) (xy 103.791808 106.232182) (xy 104.041101 106.098932) (xy 104.259608 105.919608) (xy 104.438932 105.701101) (xy 104.51 105.568142) (xy 104.581068 105.701101) (xy 104.760392 105.919608) (xy 104.978899 106.098932) (xy 105.228192 106.232182) (xy 105.498691 106.314236) (xy 105.709508 106.335) (xy 105.850492 106.335) (xy 106.061309 106.314236) (xy 106.331808 106.232182) (xy 106.581101 106.098932) (xy 106.799608 105.919608) (xy 106.978932 105.701101) (xy 107.05 105.568142) (xy 107.121068 105.701101) (xy 107.300392 105.919608) (xy 107.518899 106.098932) (xy 107.768192 106.232182) (xy 108.038691 106.314236) (xy 108.249508 106.335) (xy 108.390492 106.335) (xy 108.601309 106.314236) (xy 108.871808 106.232182) (xy 109.121101 106.098932) (xy 109.339608 105.919608) (xy 109.518932 105.701101) (xy 109.59 105.568142) (xy 109.661068 105.701101) (xy 109.840392 105.919608) (xy 109.96153 106.019023) (xy 109.265808 106.714746) (xy 109.237763 106.737762) (xy 109.145914 106.84968) (xy 109.092121 106.95032) (xy 109.077664 106.977367) (xy 109.035635 107.115915) (xy 109.021444 107.26) (xy 109.025001 107.296115) (xy 109.025 118.889701) (xy 108.871808 118.807818) (xy 108.601309 118.725764) (xy 108.390492 118.705) (xy 108.249508 118.705) (xy 108.038691 118.725764) (xy 107.768192 118.807818) (xy 107.518899 118.941068) (xy 107.300392 119.120392) (xy 107.121068 119.338899) (xy 107.05 119.471858) (xy 106.978932 119.338899) (xy 106.799608 119.120392) (xy 106.581101 118.941068) (xy 106.331808 118.807818) (xy 106.061309 118.725764) (xy 105.850492 118.705) (xy 105.709508 118.705) (xy 105.498691 118.725764) (xy 105.228192 118.807818) (xy 104.978899 118.941068) (xy 104.760392 119.120392) (xy 104.581068 119.338899) (xy 104.51 119.471858) (xy 104.438932 119.338899) (xy 104.259608 119.120392) (xy 104.041101 118.941068) (xy 103.791808 118.807818) (xy 103.521309 118.725764) (xy 103.310492 118.705) (xy 103.169508 118.705) (xy 102.958691 118.725764) (xy 102.688192 118.807818) (xy 102.438899 118.941068) (xy 102.220392 119.120392) (xy 102.041068 119.338899) (xy 101.97 119.471858) (xy 101.898932 119.338899) (xy 101.719608 119.120392) (xy 101.501101 118.941068) (xy 101.251808 118.807818) (xy 100.981309 118.725764) (xy 100.770492 118.705) (xy 100.629508 118.705) (xy 100.418691 118.725764) (xy 100.148192 118.807818) (xy 99.898899 118.941068) (xy 99.680392 119.120392) (xy 99.501068 119.338899) (xy 99.367818 119.588192) (xy 99.285764 119.858691) (xy 99.258057 120.14) (xy 99.285764 120.421309) (xy 99.367818 120.691808) (xy 99.501068 120.941101) (xy 99.680392 121.159608) (xy 99.898899 121.338932) (xy 100.148192 121.472182) (xy 100.418691 121.554236) (xy 100.629508 121.575) (xy 100.770492 121.575) (xy 100.981309 121.554236) (xy 101.251808 121.472182) (xy 101.501101 121.338932) (xy 101.719608 121.159608) (xy 101.898932 120.941101) (xy 101.97 120.808142) (xy 102.041068 120.941101) (xy 102.220392 121.159608) (xy 102.438899 121.338932) (xy 102.688192 121.472182) (xy 102.958691 121.554236) (xy 103.169508 121.575) (xy 103.310492 121.575) (xy 103.521309 121.554236) (xy 103.791808 121.472182) (xy 104.041101 121.338932) (xy 104.259608 121.159608) (xy 104.438932 120.941101) (xy 104.51 120.808142) (xy 104.581068 120.941101) (xy 104.760392 121.159608) (xy 104.978899 121.338932) (xy 105.228192 121.472182) (xy 105.498691 121.554236) (xy 105.709508 121.575) (xy 105.850492 121.575) (xy 106.061309 121.554236) (xy 106.331808 121.472182) (xy 106.581101 121.338932) (xy 106.799608 121.159608) (xy 106.978932 120.941101) (xy 107.05 120.808142) (xy 107.121068 120.941101) (xy 107.300392 121.159608) (xy 107.518899 121.338932) (xy 107.768192 121.472182) (xy 108.038691 121.554236) (xy 108.249508 121.575) (xy 108.390492 121.575) (xy 108.601309 121.554236) (xy 108.871808 121.472182) (xy 109.025 121.390299) (xy 109.025 127.493472) (xy 108.725808 127.792665) (xy 108.697763 127.815681) (xy 108.605914 127.927599) (xy 108.564882 128.004365) (xy 108.537664 128.055286) (xy 108.495635 128.193834) (xy 108.490486 128.24611) (xy 108.390986 128.299294) (xy 108.164866 128.484866) (xy 107.979294 128.710986) (xy 107.841401 128.968966) (xy 107.756487 129.248889) (xy 107.727815 129.54) (xy 107.756487 129.831111) (xy 107.83047 130.075) (xy 104.251009 130.075) (xy 104.333828 130.019662) (xy 104.464062 129.889428) (xy 104.566386 129.736289) (xy 104.636868 129.566129) (xy 104.6728 129.385489) (xy 104.6728 129.201311) (xy 104.636868 129.020671) (xy 104.566386 128.850511) (xy 104.464062 128.697372) (xy 104.333828 128.567138) (xy 104.180689 128.464814) (xy 104.010529 128.394332) (xy 103.845315 128.361469) (xy 99.789658 124.305812) (xy 99.766637 124.277761) (xy 99.654719 124.185912) (xy 99.527032 124.117662) (xy 99.388484 124.075634) (xy 99.280504 124.064999) (xy 99.244399 124.061443) (xy 99.208294 124.064999) (xy 97.666361 124.064999) (xy 97.771246 123.843087) (xy 97.811904 123.709039) (xy 97.689915 123.487) (xy 96.547 123.487) (xy 96.547 123.507) (xy 96.293 123.507) (xy 96.293 123.487) (xy 95.150085 123.487) (xy 95.028096 123.709039) (xy 95.068754 123.843087) (xy 95.173639 124.064999) (xy 92.904446 124.064999) (xy 92.335 123.495554) (xy 92.335 120.82) (xy 94.978057 120.82) (xy 95.005764 121.101309) (xy 95.087818 121.371808) (xy 95.221068 121.621101) (xy 95.400392 121.839608) (xy 95.618899 122.018932) (xy 95.756682 122.092579) (xy 95.564869 122.207615) (xy 95.356481 122.396586) (xy 95.188963 122.62258) (xy 95.068754 122.876913) (xy 95.028096 123.010961) (xy 95.150085 123.233) (xy 96.293 123.233) (xy 96.293 123.213) (xy 96.547 123.213) (xy 96.547 123.233) (xy 97.689915 123.233) (xy 97.811904 123.010961) (xy 97.771246 122.876913) (xy 97.651037 122.62258) (xy 97.483519 122.396586) (xy 97.275131 122.207615) (xy 97.083318 122.092579) (xy 97.221101 122.018932) (xy 97.439608 121.839608) (xy 97.618932 121.621101) (xy 97.752182 121.371808) (xy 97.834236 121.101309) (xy 97.861943 120.82) (xy 97.834236 120.538691) (xy 97.752182 120.268192) (xy 97.618932 120.018899) (xy 97.439608 119.800392) (xy 97.221101 119.621068) (xy 97.083318 119.547421) (xy 97.275131 119.432385) (xy 97.483519 119.243414) (xy 97.651037 119.01742) (xy 97.771246 118.763087) (xy 97.811904 118.629039) (xy 97.689915 118.407) (xy 96.547 118.407) (xy 96.547 118.427) (xy 96.293 118.427) (xy 96.293 118.407) (xy 95.150085 118.407) (xy 95.028096 118.629039) (xy 95.068754 118.763087) (xy 95.188963 119.01742) (xy 95.356481 119.243414) (xy 95.564869 119.432385) (xy 95.756682 119.547421) (xy 95.618899 119.621068) (xy 95.400392 119.800392) (xy 95.221068 120.018899) (xy 95.087818 120.268192) (xy 95.005764 120.538691) (xy 94.978057 120.82) (xy 92.335 120.82) (xy 92.335 116.636105) (xy 92.338556 116.6) (xy 92.324365 116.455915) (xy 92.282337 116.317366) (xy 92.214087 116.18968) (xy 92.145253 116.105806) (xy 92.14525 116.105803) (xy 92.131492 116.089039) (xy 95.028096 116.089039) (xy 95.068754 116.223087) (xy 95.188963 116.47742) (xy 95.356481 116.703414) (xy 95.564869 116.892385) (xy 95.760982 117.01) (xy 95.564869 117.127615) (xy 95.356481 117.316586) (xy 95.188963 117.54258) (xy 95.068754 117.796913) (xy 95.028096 117.930961) (xy 95.150085 118.153) (xy 96.293 118.153) (xy 96.293 115.867) (xy 96.547 115.867) (xy 96.547 118.153) (xy 97.689915 118.153) (xy 97.811904 117.930961) (xy 97.771246 117.796913) (xy 97.651037 117.54258) (xy 97.483519 117.316586) (xy 97.275131 117.127615) (xy 97.079018 117.01) (xy 97.275131 116.892385) (xy 97.483519 116.703414) (xy 97.651037 116.47742) (xy 97.771246 116.223087) (xy 97.811904 116.089039) (xy 97.689915 115.867) (xy 96.547 115.867) (xy 96.293 115.867) (xy 95.150085 115.867) (xy 95.028096 116.089039) (xy 92.131492 116.089039) (xy 92.122237 116.077762) (xy 92.094197 116.05475) (xy 91.285258 115.245812) (xy 91.262238 115.217762) (xy 91.15032 115.125913) (xy 91.022633 115.057663) (xy 90.884085 115.015635) (xy 90.776105 115.005) (xy 90.74 115.001444) (xy 90.703895 115.005) (xy 90.034264 115.005) (xy 89.998932 114.938899) (xy 89.819608 114.720392) (xy 89.706518 114.627581) (xy 89.724482 114.625812) (xy 89.84418 114.589502) (xy 89.954494 114.530537) (xy 90.051185 114.451185) (xy 90.130537 114.354494) (xy 90.189502 114.24418) (xy 90.225812 114.124482) (xy 90.238072 114) (xy 90.238072 112.4) (xy 90.225812 112.275518) (xy 90.189502 112.15582) (xy 90.130537 112.045506) (xy 90.051185 111.948815) (xy 89.954494 111.869463) (xy 89.84418 111.810498) (xy 89.724482 111.774188) (xy 89.6 111.761928) (xy 88 111.761928) (xy 87.875518 111.774188) (xy 87.75582 111.810498) (xy 87.645506 111.869463) (xy 87.548815 111.948815) (xy 87.469463 112.045506) (xy 87.410498 112.15582) (xy 87.374188 112.275518) (xy 87.361928 112.4) (xy 87.361928 112.608689) (xy 87.277762 112.677762) (xy 87.254746 112.705807) (xy 86.535 113.425554) (xy 86.535 110.892702) (xy 93.186903 110.892702) (xy 93.258486 111.136671) (xy 93.513996 111.257571) (xy 93.788184 111.3263) (xy 94.070512 111.340217) (xy 94.35013 111.298787) (xy 94.616292 111.203603) (xy 94.741514 111.136671) (xy 94.813097 110.892702) (xy 94 110.079605) (xy 93.186903 110.892702) (xy 86.535 110.892702) (xy 86.535 109.970512) (xy 92.559783 109.970512) (xy 92.601213 110.25013) (xy 92.696397 110.516292) (xy 92.763329 110.641514) (xy 93.007298 110.713097) (xy 93.820395 109.9) (xy 93.007298 109.086903) (xy 92.763329 109.158486) (xy 92.642429 109.413996) (xy 92.5737 109.688184) (xy 92.559783 109.970512) (xy 86.535 109.970512) (xy 86.535 108.907298) (xy 93.186903 108.907298) (xy 94 109.720395) (xy 94.813097 108.907298) (xy 94.741514 108.663329) (xy 94.486004 108.542429) (xy 94.211816 108.4737) (xy 93.929488 108.459783) (xy 93.64987 108.501213) (xy 93.383708 108.596397) (xy 93.258486 108.663329) (xy 93.186903 108.907298) (xy 86.535 108.907298) (xy 86.535 106.235) (xy 94.354133 106.235) (xy 95.665001 107.545869) (xy 95.665 108.73207) (xy 95.585241 108.785363) (xy 95.385363 108.985241) (xy 95.251308 109.185869) (xy 95.236671 109.158486) (xy 94.992702 109.086903) (xy 94.179605 109.9) (xy 94.992702 110.713097) (xy 95.236671 110.641514) (xy 95.250324 110.612659) (xy 95.385363 110.814759) (xy 95.585001 111.014397) (xy 95.585 112.028888) (xy 95.400392 112.180392) (xy 95.221068 112.398899) (xy 95.087818 112.648192) (xy 95.005764 112.918691) (xy 94.978057 113.2) (xy 95.005764 113.481309) (xy 95.087818 113.751808) (xy 95.221068 114.001101) (xy 95.400392 114.219608) (xy 95.618899 114.398932) (xy 95.756682 114.472579) (xy 95.564869 114.587615) (xy 95.356481 114.776586) (xy 95.188963 115.00258) (xy 95.068754 115.256913) (xy 95.028096 115.390961) (xy 95.150085 115.613) (xy 96.293 115.613) (xy 96.293 115.593) (xy 96.547 115.593) (xy 96.547 115.613) (xy 97.689915 115.613) (xy 97.811904 115.390961) (xy 97.771246 115.256913) (xy 97.651037 115.00258) (xy 97.483519 114.776586) (xy 97.275131 114.587615) (xy 97.083318 114.472579) (xy 97.221101 114.398932) (xy 97.439608 114.219608) (xy 97.618932 114.001101) (xy 97.752182 113.751808) (xy 97.834236 113.481309) (xy 97.861943 113.2) (xy 97.834236 112.918691) (xy 97.752182 112.648192) (xy 97.618932 112.398899) (xy 97.439608 112.180392) (xy 97.255 112.028888) (xy 97.255 111.121384) (xy 97.414759 111.014637) (xy 97.614637 110.814759) (xy 97.77168 110.579727) (xy 97.879853 110.318574) (xy 97.935 110.041335) (xy 97.935 109.758665) (xy 97.879853 109.481426) (xy 97.77168 109.220273) (xy 97.614637 108.985241) (xy 97.414759 108.785363) (xy 97.335 108.73207) (xy 97.335 107.241007) (xy 97.339039 107.199999) (xy 97.335 107.158991) (xy 97.335 107.158981) (xy 97.322918 107.036311) (xy 97.275172 106.878913) (xy 97.197636 106.733854) (xy 97.093291 106.606709) (xy 97.061427 106.580559) (xy 95.729908 105.24904) (xy 99.308091 105.24904) (xy 99.40293 105.513881) (xy 99.547615 105.755131) (xy 99.736586 105.963519) (xy 99.96258 106.131037) (xy 100.216913 106.251246) (xy 100.350961 106.291904) (xy 100.573 106.169915) (xy 100.573 105.027) (xy 99.429376 105.027) (xy 99.308091 105.24904) (xy 95.729908 105.24904) (xy 95.319446 104.838579) (xy 95.293291 104.806709) (xy 95.166146 104.702364) (xy 95.021087 104.624828) (xy 94.863689 104.577082) (xy 94.741019 104.565) (xy 94.741018 104.565) (xy 94.7 104.56096) (xy 94.658982 104.565) (xy 86.535 104.565) (xy 86.535 104.55096) (xy 99.308091 104.55096) (xy 99.429376 104.773) (xy 100.573 104.773) (xy 100.573 103.630085) (xy 100.350961 103.508096) (xy 100.216913 103.548754) (xy 99.96258 103.668963) (xy 99.736586 103.836481) (xy 99.547615 104.044869) (xy 99.40293 104.286119) (xy 99.308091 104.55096) (xy 86.535 104.55096) (xy 86.535 101.889039) (xy 87.308096 101.889039) (xy 87.348754 102.023087) (xy 87.468963 102.27742) (xy 87.636481 102.503414) (xy 87.844869 102.692385) (xy 88.086119 102.83707) (xy 88.35096 102.931909) (xy 88.573 102.810624) (xy 88.573 101.667) (xy 87.430085 101.667) (xy 87.308096 101.889039) (xy 86.535 101.889039) (xy 86.535 83.892702) (xy 92.986903 83.892702) (xy 93.058486 84.136671) (xy 93.313996 84.257571) (xy 93.588184 84.3263) (xy 93.870512 84.340217) (xy 94.15013 84.298787) (xy 94.416292 84.203603) (xy 94.541514 84.136671) (xy 94.613097 83.892702) (xy 93.8 83.079605) (xy 92.986903 83.892702) (xy 86.535 83.892702) (xy 86.535 82.970512) (xy 92.359783 82.970512) (xy 92.401213 83.25013) (xy 92.496397 83.516292) (xy 92.563329 83.641514) (xy 92.807298 83.713097) (xy 93.620395 82.9) (xy 92.807298 82.086903) (xy 92.563329 82.158486) (xy 92.442429 82.413996) (xy 92.3737 82.688184) (xy 92.359783 82.970512) (xy 86.535 82.970512) (xy 86.535 81.907298) (xy 92.986903 81.907298) (xy 93.8 82.720395) (xy 94.613097 81.907298) (xy 94.541514 81.663329) (xy 94.286004 81.542429) (xy 94.011816 81.4737) (xy 93.729488 81.459783) (xy 93.44987 81.501213) (xy 93.183708 81.596397) (xy 93.058486 81.663329) (xy 92.986903 81.907298) (xy 86.535 81.907298) (xy 86.535 80.635) (xy 93.985503 80.635) (xy 95.260553 81.910051) (xy 95.185363 81.985241) (xy 95.051308 82.185869) (xy 95.036671 82.158486) (xy 94.792702 82.086903) (xy 93.979605 82.9) (xy 94.792702 83.713097) (xy 95.036671 83.641514) (xy 95.050324 83.612659) (xy 95.185363 83.814759) (xy 95.385241 84.014637) (xy 95.485001 84.081294) (xy 95.485 85.128888) (xy 95.300392 85.280392) (xy 95.121068 85.498899) (xy 94.987818 85.748192) (xy 94.905764 86.018691) (xy 94.878057 86.3) (xy 94.905764 86.581309) (xy 94.987818 86.851808) (xy 95.121068 87.101101) (xy 95.300392 87.319608) (xy 95.518899 87.498932) (xy 95.651858 87.57) (xy 95.518899 87.641068) (xy 95.300392 87.820392) (xy 95.121068 88.038899) (xy 94.987818 88.288192) (xy 94.905764 88.558691) (xy 94.878057 88.84) (xy 94.905764 89.121309) (xy 94.987818 89.391808) (xy 95.0697 89.544999) (xy 94.684446 89.544999) (xy 93.485258 88.345812) (xy 93.462238 88.317762) (xy 93.35032 88.225913) (xy 93.222633 88.157663) (xy 93.084085 88.115635) (xy 92.976105 88.105) (xy 92.94 88.101444) (xy 92.903895 88.105) (xy 89.934264 88.105) (xy 89.898932 88.038899) (xy 89.719608 87.820392) (xy 89.606518 87.727581) (xy 89.624482 87.725812) (xy 89.74418 87.689502) (xy 89.854494 87.630537) (xy 89.951185 87.551185) (xy 90.030537 87.454494) (xy 90.089502 87.34418) (xy 90.125812 87.224482) (xy 90.138072 87.1) (xy 90.138072 85.5) (xy 90.125812 85.375518) (xy 90.089502 85.25582) (xy 90.030537 85.145506) (xy 89.951185 85.048815) (xy 89.854494 84.969463) (xy 89.74418 84.910498) (xy 89.624482 84.874188) (xy 89.5 84.861928) (xy 87.9 84.861928) (xy 87.775518 84.874188) (xy 87.65582 84.910498) (xy 87.545506 84.969463) (xy 87.448815 85.048815) (xy 87.369463 85.145506) (xy 87.310498 85.25582) (xy 87.274188 85.375518) (xy 87.261928 85.5) (xy 87.261928 87.1) (xy 87.274188 87.224482) (xy 87.310498 87.34418) (xy 87.369463 87.454494) (xy 87.448815 87.551185) (xy 87.545506 87.630537) (xy 87.65582 87.689502) (xy 87.775518 87.725812) (xy 87.793482 87.727581) (xy 87.680392 87.820392) (xy 87.501068 88.038899) (xy 87.367818 88.288192) (xy 87.285764 88.558691) (xy 87.258057 88.84) (xy 87.285764 89.121309) (xy 87.367818 89.391808) (xy 87.501068 89.641101) (xy 87.680392 89.859608) (xy 87.898899 90.038932) (xy 88.031858 90.11) (xy 87.898899 90.181068) (xy 87.680392 90.360392) (xy 87.501068 90.578899) (xy 87.367818 90.828192) (xy 87.285764 91.098691) (xy 87.258057 91.38) (xy 87.285764 91.661309) (xy 87.367818 91.931808) (xy 87.501068 92.181101) (xy 87.680392 92.399608) (xy 87.898899 92.578932) (xy 88.031858 92.65) (xy 87.898899 92.721068) (xy 87.680392 92.900392) (xy 87.501068 93.118899) (xy 87.367818 93.368192) (xy 87.285764 93.638691) (xy 87.258057 93.92) (xy 87.285764 94.201309) (xy 87.367818 94.471808) (xy 87.501068 94.721101) (xy 87.680392 94.939608) (xy 87.898899 95.118932) (xy 88.031858 95.19) (xy 87.898899 95.261068) (xy 87.680392 95.440392) (xy 87.501068 95.658899) (xy 87.367818 95.908192) (xy 87.285764 96.178691) (xy 87.258057 96.46) (xy 87.285764 96.741309) (xy 87.367818 97.011808) (xy 87.501068 97.261101) (xy 87.680392 97.479608) (xy 87.898899 97.658932) (xy 88.031858 97.73) (xy 87.898899 97.801068) (xy 87.680392 97.980392) (xy 87.501068 98.198899) (xy 87.367818 98.448192) (xy 87.285764 98.718691) (xy 87.258057 99) (xy 87.285764 99.281309) (xy 87.367818 99.551808) (xy 87.501068 99.801101) (xy 87.680392 100.019608) (xy 87.898899 100.198932) (xy 88.036682 100.272579) (xy 87.844869 100.387615) (xy 87.636481 100.576586) (xy 87.468963 100.80258) (xy 87.348754 101.056913) (xy 87.308096 101.190961) (xy 87.430085 101.413) (xy 88.573 101.413) (xy 88.573 101.393) (xy 88.827 101.393) (xy 88.827 101.413) (xy 88.847 101.413) (xy 88.847 101.667) (xy 88.827 101.667) (xy 88.827 102.810624) (xy 89.04904 102.931909) (xy 89.313881 102.83707) (xy 89.555131 102.692385) (xy 89.565 102.683436) (xy 89.565 102.917049) (xy 89.471414 103.057111) (xy 89.400932 103.227271) (xy 89.365 103.407911) (xy 89.365 103.592089) (xy 89.400932 103.772729) (xy 89.471414 103.942889) (xy 89.573738 104.096028) (xy 89.703972 104.226262) (xy 89.857111 104.328586) (xy 90.027271 104.399068) (xy 90.207911 104.435) (xy 90.392089 104.435) (xy 90.572729 104.399068) (xy 90.742889 104.328586) (xy 90.896028 104.226262) (xy 91.026262 104.096028) (xy 91.128586 103.942889) (xy 91.199068 103.772729) (xy 91.235 103.592089) (xy 91.235 103.407911) (xy 91.199068 103.227271) (xy 91.128586 103.057111) (xy 91.035 102.917049) (xy 91.035 100.204446) (xy 94.044447 97.195) (xy 95.085736 97.195) (xy 95.121068 97.261101) (xy 95.300392 97.479608) (xy 95.518899 97.658932) (xy 95.651858 97.73) (xy 95.518899 97.801068) (xy 95.300392 97.980392) (xy 95.121068 98.198899) (xy 94.987818 98.448192) (xy 94.905764 98.718691) (xy 94.878057 99) (xy 94.905764 99.281309) (xy 94.987818 99.551808) (xy 95.121068 99.801101) (xy 95.300392 100.019608) (xy 95.518899 100.198932) (xy 95.651858 100.27) (xy 95.518899 100.341068) (xy 95.300392 100.520392) (xy 95.121068 100.738899) (xy 94.987818 100.988192) (xy 94.905764 101.258691) (xy 94.878057 101.54) (xy 94.905764 101.821309) (xy 94.987818 102.091808) (xy 95.121068 102.341101) (xy 95.300392 102.559608) (xy 95.518899 102.738932) (xy 95.768192 102.872182) (xy 96.038691 102.954236) (xy 96.249508 102.975) (xy 96.390492 102.975) (xy 96.601309 102.954236) (xy 96.871808 102.872182) (xy 97.121101 102.738932) (xy 97.339608 102.559608) (xy 97.518932 102.341101) (xy 97.554264 102.275) (xy 97.623895 102.275) (xy 97.66 102.278556) (xy 97.696105 102.275) (xy 97.804085 102.264365) (xy 97.942633 102.222337) (xy 98.07032 102.154087) (xy 98.182238 102.062238) (xy 98.205258 102.034188) (xy 99.194197 101.04525) (xy 99.222237 101.022238) (xy 99.24525 100.994197) (xy 99.245253 100.994194) (xy 99.270117 100.963897) (xy 99.314087 100.91032) (xy 99.382337 100.782633) (xy 99.424365 100.644085) (xy 99.435 100.536105) (xy 99.435 100.536098) (xy 99.438555 100.500001) (xy 99.435 100.463904) (xy 99.435 91.536105) (xy 99.438556 91.5) (xy 99.424365 91.355915) (xy 99.382337 91.217368) (xy 99.382337 91.217367) (xy 99.314087 91.08968) (xy 99.260484 91.024365) (xy 99.245253 91.005806) (xy 99.24525 91.005803) (xy 99.222237 90.977762) (xy 99.194197 90.95475) (xy 98.025257 89.785811) (xy 98.002237 89.757761) (xy 97.890319 89.665912) (xy 97.762632 89.597662) (xy 97.624084 89.555634) (xy 97.567589 89.55007) (xy 97.652182 89.391808) (xy 97.734236 89.121309) (xy 97.761943 88.84) (xy 97.734236 88.558691) (xy 97.652182 88.288192) (xy 97.518932 88.038899) (xy 97.339608 87.820392) (xy 97.121101 87.641068) (xy 96.988142 87.57) (xy 97.121101 87.498932) (xy 97.339608 87.319608) (xy 97.518932 87.101101) (xy 97.652182 86.851808) (xy 97.734236 86.581309) (xy 97.761943 86.3) (xy 97.734236 86.018691) (xy 97.652182 85.748192) (xy 97.518932 85.498899) (xy 97.339608 85.280392) (xy 97.155 85.128888) (xy 97.155 84.054567) (xy 97.214759 84.014637) (xy 97.414637 83.814759) (xy 97.57168 83.579727) (xy 97.679853 83.318574) (xy 97.735 83.041335) (xy 97.735 82.758665) (xy 97.679853 82.481426) (xy 97.666439 82.44904) (xy 99.488091 82.44904) (xy 99.58293 82.713881) (xy 99.727615 82.955131) (xy 99.916586 83.163519) (xy 100.14258 83.331037) (xy 100.396913 83.451246) (xy 100.530961 83.491904) (xy 100.753 83.369915) (xy 100.753 82.227) (xy 99.609376 82.227) (xy 99.488091 82.44904) (xy 97.666439 82.44904) (xy 97.57168 82.220273) (xy 97.414637 81.985241) (xy 97.214759 81.785363) (xy 97.163272 81.75096) (xy 99.488091 81.75096) (xy 99.609376 81.973) (xy 100.753 81.973) (xy 100.753 80.830085) (xy 100.530961 80.708096) (xy 100.396913 80.748754) (xy 100.14258 80.868963) (xy 99.916586 81.036481) (xy 99.727615 81.244869) (xy 99.58293 81.486119) (xy 99.488091 81.75096) (xy 97.163272 81.75096) (xy 97.13547 81.732384) (xy 97.131878 81.695915) (xy 97.122918 81.604941) (xy 97.075172 81.447543) (xy 96.997636 81.302484) (xy 96.893291 81.175339) (xy 96.861427 81.149189) (xy 94.950816 79.238579) (xy 94.924661 79.206709) (xy 94.797516 79.102364) (xy 94.652457 79.024828) (xy 94.495059 78.977082) (xy 94.372389 78.965) (xy 94.372388 78.965) (xy 94.33137 78.96096) (xy 94.290352 78.965) (xy 86.535 78.965) (xy 86.535 76.229039) (xy 89.408096 76.229039) (xy 89.448754 76.363087) (xy 89.568963 76.61742) (xy 89.736481 76.843414) (xy 89.944869 77.032385) (xy 90.186119 77.17707) (xy 90.45096 77.271909) (xy 90.673 77.150624) (xy 90.673 76.007) (xy 90.927 76.007) (xy 90.927 77.150624) (xy 91.14904 77.271909) (xy 91.413881 77.17707) (xy 91.655131 77.032385) (xy 91.863519 76.843414) (xy 92.031037 76.61742) (xy 92.151246 76.363087) (xy 92.191904 76.229039) (xy 92.069915 76.007) (xy 90.927 76.007) (xy 90.673 76.007) (xy 89.530085 76.007) (xy 89.408096 76.229039) (xy 86.535 76.229039) (xy 86.535 71.535) (xy 89.565736 71.535) (xy 89.601068 71.601101) (xy 89.780392 71.819608) (xy 89.998899 71.998932) (xy 90.131858 72.07) (xy 89.998899 72.141068) (xy 89.780392 72.320392) (xy 89.601068 72.538899) (xy 89.467818 72.788192) (xy 89.385764 73.058691) (xy 89.358057 73.34) (xy 89.385764 73.621309) (xy 89.467818 73.891808) (xy 89.601068 74.141101) (xy 89.780392 74.359608) (xy 89.998899 74.538932) (xy 90.136682 74.612579) (xy 89.944869 74.727615) (xy 89.736481 74.916586) (xy 89.568963 75.14258) (xy 89.448754 75.396913) (xy 89.408096 75.530961) (xy 89.530085 75.753) (xy 90.673 75.753) (xy 90.673 75.733) (xy 90.927 75.733) (xy 90.927 75.753) (xy 92.069915 75.753) (xy 92.191904 75.530961) (xy 92.151246 75.396913) (xy 92.031037 75.14258) (xy 91.863519 74.916586) (xy 91.655131 74.727615) (xy 91.463318 74.612579) (xy 91.601101 74.538932) (xy 91.819608 74.359608) (xy 91.998932 74.141101) (xy 92.039702 74.064826) (xy 92.044385 74.064365) (xy 92.182933 74.022337) (xy 92.31062 73.954087) (xy 92.422538 73.862238) (xy 92.445558 73.834188) (xy 93.305047 72.9747) (xy 97.031242 72.9747) (xy 97.005764 73.058691) (xy 96.978057 73.34) (xy 97.005764 73.621309) (xy 97.087818 73.891808) (xy 97.221068 74.141101) (xy 97.400392 74.359608) (xy 97.618899 74.538932) (xy 97.751858 74.61) (xy 97.618899 74.681068) (xy 97.400392 74.860392) (xy 97.221068 75.078899) (xy 97.087818 75.328192) (xy 97.005764 75.598691) (xy 96.978057 75.88) (xy 97.005764 76.161309) (xy 97.087818 76.431808) (xy 97.221068 76.681101) (xy 97.400392 76.899608) (xy 97.618899 77.078932) (xy 97.868192 77.212182) (xy 98.138691 77.294236) (xy 98.349508 77.315) (xy 98.490492 77.315) (xy 98.701309 77.294236) (xy 98.971808 77.212182) (xy 99.221101 77.078932) (xy 99.439608 76.899608) (xy 99.618932 76.681101) (xy 99.752182 76.431808) (xy 99.834236 76.161309) (xy 99.861943 75.88) (xy 99.834236 75.598691) (xy 99.752182 75.328192) (xy 99.618932 75.078899) (xy 99.439608 74.860392) (xy 99.221101 74.681068) (xy 99.088142 74.61) (xy 99.221101 74.538932) (xy 99.439608 74.359608) (xy 99.618932 74.141101) (xy 99.752182 73.891808) (xy 99.834236 73.621309) (xy 99.861943 73.34) (xy 99.834236 73.058691) (xy 99.808758 72.9747) (xy 101.283895 72.9747) (xy 101.32 72.978256) (xy 101.356105 72.9747) (xy 101.464085 72.964065) (xy 101.602633 72.922037) (xy 101.73032 72.853787) (xy 101.842238 72.761938) (xy 101.865259 72.733887) (xy 105.252962 69.346185) (xy 105.280392 69.379608) (xy 105.498899 69.558932) (xy 105.631858 69.63) (xy 105.498899 69.701068) (xy 105.280392 69.880392) (xy 105.101068 70.098899) (xy 104.967818 70.348192) (xy 104.885764 70.618691) (xy 104.858057 70.9) (xy 104.885764 71.181309) (xy 104.967818 71.451808) (xy 105.101068 71.701101) (xy 105.280392 71.919608) (xy 105.498899 72.098932) (xy 105.631858 72.17) (xy 105.498899 72.241068) (xy 105.280392 72.420392) (xy 105.101068 72.638899) (xy 104.967818 72.888192) (xy 104.885764 73.158691) (xy 104.858057 73.44) (xy 104.885764 73.721309) (xy 104.967818 73.991808) (xy 105.101068 74.241101) (xy 105.280392 74.459608) (xy 105.498899 74.638932) (xy 105.636682 74.712579) (xy 105.444869 74.827615) (xy 105.236481 75.016586) (xy 105.068963 75.24258) (xy 104.948754 75.496913) (xy 104.908096 75.630961) (xy 105.030085 75.853) (xy 106.173 75.853) (xy 106.173 75.833) (xy 106.427 75.833) (xy 106.427 75.853) (xy 107.569915 75.853) (xy 107.691904 75.630961) (xy 107.651246 75.496913) (xy 107.531037 75.24258) (xy 107.363519 75.016586) (xy 107.155131 74.827615) (xy 106.963318 74.712579) (xy 107.101101 74.638932) (xy 107.319608 74.459608) (xy 107.498932 74.241101) (xy 107.537975 74.168056) (xy 107.575455 74.164365) (xy 107.714003 74.122337) (xy 107.84169 74.054087) (xy 107.953608 73.962238) (xy 107.976629 73.934187) (xy 108.241692 73.669124) (xy 108.269737 73.646108) (xy 108.361587 73.53419) (xy 108.429837 73.406503) (xy 108.471865 73.267955) (xy 108.4825 73.159975) (xy 108.4825 73.159966) (xy 108.486055 73.123871) (xy 108.4825 73.087776) (xy 108.4825 70.104146) (xy 112.503933 66.082714) ) ) (filled_polygon (pts (xy 90.449001 122.377078) (xy 90.449002 124.079884) (xy 90.445445 124.115999) (xy 90.459636 124.260084) (xy 90.499014 124.389893) (xy 90.501665 124.398632) (xy 90.569915 124.526319) (xy 90.661764 124.638237) (xy 90.689809 124.661253) (xy 91.765001 125.736446) (xy 91.765 126.217049) (xy 91.671414 126.357111) (xy 91.600932 126.527271) (xy 91.565 126.707911) (xy 91.565 126.892089) (xy 91.600932 127.072729) (xy 91.671414 127.242889) (xy 91.773738 127.396028) (xy 91.903972 127.526262) (xy 92.057111 127.628586) (xy 92.227271 127.699068) (xy 92.407911 127.735) (xy 92.592089 127.735) (xy 92.772729 127.699068) (xy 92.942889 127.628586) (xy 93.096028 127.526262) (xy 93.226262 127.396028) (xy 93.328586 127.242889) (xy 93.399068 127.072729) (xy 93.435 126.892089) (xy 93.435 126.707911) (xy 93.399068 126.527271) (xy 93.328586 126.357111) (xy 93.235 126.217049) (xy 93.235 125.534999) (xy 95.032937 125.534999) (xy 95.028096 125.550961) (xy 95.150085 125.773) (xy 96.293 125.773) (xy 96.293 125.753) (xy 96.547 125.753) (xy 96.547 125.773) (xy 97.689915 125.773) (xy 97.811904 125.550961) (xy 97.807063 125.534999) (xy 98.939953 125.534999) (xy 102.805869 129.400915) (xy 102.838732 129.566129) (xy 102.909214 129.736289) (xy 103.011538 129.889428) (xy 103.141772 130.019662) (xy 103.224591 130.075) (xy 87.914447 130.075) (xy 87.635 129.795554) (xy 87.635 129.266509) (xy 87.736481 129.403414) (xy 87.944869 129.592385) (xy 88.186119 129.73707) (xy 88.45096 129.831909) (xy 88.673 129.710624) (xy 88.673 128.567) (xy 88.927 128.567) (xy 88.927 129.710624) (xy 89.14904 129.831909) (xy 89.413881 129.73707) (xy 89.655131 129.592385) (xy 89.863519 129.403414) (xy 90.031037 129.17742) (xy 90.151246 128.923087) (xy 90.191904 128.789039) (xy 90.069915 128.567) (xy 88.927 128.567) (xy 88.673 128.567) (xy 88.653 128.567) (xy 88.653 128.44) (xy 94.978057 128.44) (xy 95.005764 128.721309) (xy 95.087818 128.991808) (xy 95.221068 129.241101) (xy 95.400392 129.459608) (xy 95.618899 129.638932) (xy 95.868192 129.772182) (xy 96.138691 129.854236) (xy 96.349508 129.875) (xy 96.490492 129.875) (xy 96.701309 129.854236) (xy 96.971808 129.772182) (xy 97.221101 129.638932) (xy 97.439608 129.459608) (xy 97.618932 129.241101) (xy 97.752182 128.991808) (xy 97.834236 128.721309) (xy 97.861943 128.44) (xy 97.834236 128.158691) (xy 97.752182 127.888192) (xy 97.618932 127.638899) (xy 97.439608 127.420392) (xy 97.221101 127.241068) (xy 97.083318 127.167421) (xy 97.275131 127.052385) (xy 97.483519 126.863414) (xy 97.651037 126.63742) (xy 97.771246 126.383087) (xy 97.811904 126.249039) (xy 97.689915 126.027) (xy 96.547 126.027) (xy 96.547 126.047) (xy 96.293 126.047) (xy 96.293 126.027) (xy 95.150085 126.027) (xy 95.028096 126.249039) (xy 95.068754 126.383087) (xy 95.188963 126.63742) (xy 95.356481 126.863414) (xy 95.564869 127.052385) (xy 95.756682 127.167421) (xy 95.618899 127.241068) (xy 95.400392 127.420392) (xy 95.221068 127.638899) (xy 95.087818 127.888192) (xy 95.005764 128.158691) (xy 94.978057 128.44) (xy 88.653 128.44) (xy 88.653 128.313) (xy 88.673 128.313) (xy 88.673 128.293) (xy 88.927 128.293) (xy 88.927 128.313) (xy 90.069915 128.313) (xy 90.191904 128.090961) (xy 90.151246 127.956913) (xy 90.031037 127.70258) (xy 89.863519 127.476586) (xy 89.655131 127.287615) (xy 89.463318 127.172579) (xy 89.601101 127.098932) (xy 89.819608 126.919608) (xy 89.998932 126.701101) (xy 90.132182 126.451808) (xy 90.214236 126.181309) (xy 90.241943 125.9) (xy 90.214236 125.618691) (xy 90.132182 125.348192) (xy 89.998932 125.098899) (xy 89.819608 124.880392) (xy 89.601101 124.701068) (xy 89.468142 124.63) (xy 89.601101 124.558932) (xy 89.819608 124.379608) (xy 89.998932 124.161101) (xy 90.132182 123.911808) (xy 90.214236 123.641309) (xy 90.241943 123.36) (xy 90.214236 123.078691) (xy 90.132182 122.808192) (xy 89.998932 122.558899) (xy 89.819608 122.340392) (xy 89.601101 122.161068) (xy 89.468142 122.09) (xy 89.601101 122.018932) (xy 89.819608 121.839608) (xy 89.861043 121.789119) ) ) (filled_polygon (pts (xy 179.865 81.803895) (xy 179.865 81.803896) (xy 179.865001 123.625552) (xy 179.415554 124.075) (xy 179.024447 124.075) (xy 179.388793 123.710654) (xy 179.416838 123.687638) (xy 179.508687 123.57572) (xy 179.512071 123.569389) (xy 179.576937 123.448034) (xy 179.618965 123.309485) (xy 179.633156 123.1654) (xy 179.6296 123.129295) (xy 179.6296 108.416551) (xy 179.723186 108.276489) (xy 179.793668 108.106329) (xy 179.8296 107.925689) (xy 179.8296 107.741511) (xy 179.793668 107.560871) (xy 179.723186 107.390711) (xy 179.620862 107.237572) (xy 179.490628 107.107338) (xy 179.337489 107.005014) (xy 179.167329 106.934532) (xy 178.986689 106.8986) (xy 178.802511 106.8986) (xy 178.621871 106.934532) (xy 178.451711 107.005014) (xy 178.298572 107.107338) (xy 178.168338 107.237572) (xy 178.066014 107.390711) (xy 177.995532 107.560871) (xy 177.9596 107.741511) (xy 177.9596 107.925689) (xy 177.995532 108.106329) (xy 178.066014 108.276489) (xy 178.1596 108.416551) (xy 178.159601 122.860952) (xy 177.385554 123.635) (xy 177.065071 123.635) (xy 177.089638 123.614838) (xy 177.181487 123.50292) (xy 177.249737 123.375233) (xy 177.291765 123.236685) (xy 177.3024 123.128705) (xy 177.3024 123.128696) (xy 177.305955 123.092601) (xy 177.3024 123.056506) (xy 177.3024 107.765351) (xy 177.395986 107.625289) (xy 177.466468 107.455129) (xy 177.5024 107.274489) (xy 177.5024 107.090311) (xy 177.466468 106.909671) (xy 177.395986 106.739511) (xy 177.293662 106.586372) (xy 177.163428 106.456138) (xy 177.010289 106.353814) (xy 176.840129 106.283332) (xy 176.659489 106.2474) (xy 176.475311 106.2474) (xy 176.294671 106.283332) (xy 176.124511 106.353814) (xy 175.971372 106.456138) (xy 175.841138 106.586372) (xy 175.738814 106.739511) (xy 175.668332 106.909671) (xy 175.6324 107.090311) (xy 175.6324 107.274489) (xy 175.668332 107.455129) (xy 175.738814 107.625289) (xy 175.832401 107.765352) (xy 175.8324 111.550095) (xy 175.8324 111.550096) (xy 175.832401 122.788152) (xy 175.393054 123.2275) (xy 164.858594 123.2275) (xy 164.822499 123.223945) (xy 164.786404 123.2275) (xy 164.786395 123.2275) (xy 164.678415 123.238135) (xy 164.539867 123.280163) (xy 164.41218 123.348413) (xy 164.300262 123.440262) (xy 164.277246 123.468307) (xy 162.076054 125.6695) (xy 159.925251 125.6695) (xy 159.785189 125.575914) (xy 159.615029 125.505432) (xy 159.434389 125.4695) (xy 159.250211 125.4695) (xy 159.069571 125.505432) (xy 158.899411 125.575914) (xy 158.746272 125.678238) (xy 158.627578 125.796932) (xy 154.245558 121.414912) (xy 154.449508 121.435) (xy 154.590492 121.435) (xy 154.801309 121.414236) (xy 155.071808 121.332182) (xy 155.321101 121.198932) (xy 155.539608 121.019608) (xy 155.718932 120.801101) (xy 155.79 120.668142) (xy 155.861068 120.801101) (xy 156.040392 121.019608) (xy 156.258899 121.198932) (xy 156.508192 121.332182) (xy 156.778691 121.414236) (xy 156.989508 121.435) (xy 157.130492 121.435) (xy 157.341309 121.414236) (xy 157.611808 121.332182) (xy 157.861101 121.198932) (xy 158.079608 121.019608) (xy 158.258932 120.801101) (xy 158.33 120.668142) (xy 158.401068 120.801101) (xy 158.580392 121.019608) (xy 158.798899 121.198932) (xy 159.048192 121.332182) (xy 159.318691 121.414236) (xy 159.529508 121.435) (xy 159.670492 121.435) (xy 159.881309 121.414236) (xy 160.151808 121.332182) (xy 160.401101 121.198932) (xy 160.619608 121.019608) (xy 160.798932 120.801101) (xy 160.87 120.668142) (xy 160.941068 120.801101) (xy 161.120392 121.019608) (xy 161.338899 121.198932) (xy 161.588192 121.332182) (xy 161.858691 121.414236) (xy 162.069508 121.435) (xy 162.210492 121.435) (xy 162.421309 121.414236) (xy 162.691808 121.332182) (xy 162.941101 121.198932) (xy 163.159608 121.019608) (xy 163.338932 120.801101) (xy 163.41 120.668142) (xy 163.481068 120.801101) (xy 163.660392 121.019608) (xy 163.878899 121.198932) (xy 164.128192 121.332182) (xy 164.398691 121.414236) (xy 164.609508 121.435) (xy 164.750492 121.435) (xy 164.961309 121.414236) (xy 165.231808 121.332182) (xy 165.481101 121.198932) (xy 165.699608 121.019608) (xy 165.878932 120.801101) (xy 165.95 120.668142) (xy 166.021068 120.801101) (xy 166.200392 121.019608) (xy 166.418899 121.198932) (xy 166.668192 121.332182) (xy 166.938691 121.414236) (xy 167.149508 121.435) (xy 167.290492 121.435) (xy 167.501309 121.414236) (xy 167.771808 121.332182) (xy 168.021101 121.198932) (xy 168.239608 121.019608) (xy 168.418932 120.801101) (xy 168.492579 120.663318) (xy 168.607615 120.855131) (xy 168.796586 121.063519) (xy 169.02258 121.231037) (xy 169.276913 121.351246) (xy 169.410961 121.391904) (xy 169.633 121.269915) (xy 169.633 120.127) (xy 169.887 120.127) (xy 169.887 121.269915) (xy 170.109039 121.391904) (xy 170.243087 121.351246) (xy 170.49742 121.231037) (xy 170.723414 121.063519) (xy 170.912385 120.855131) (xy 171.05707 120.613881) (xy 171.151909 120.34904) (xy 171.030624 120.127) (xy 169.887 120.127) (xy 169.633 120.127) (xy 169.613 120.127) (xy 169.613 119.873) (xy 169.633 119.873) (xy 169.633 118.730085) (xy 169.887 118.730085) (xy 169.887 119.873) (xy 171.030624 119.873) (xy 171.151909 119.65096) (xy 171.05707 119.386119) (xy 170.912385 119.144869) (xy 170.723414 118.936481) (xy 170.49742 118.768963) (xy 170.243087 118.648754) (xy 170.109039 118.608096) (xy 169.887 118.730085) (xy 169.633 118.730085) (xy 169.410961 118.608096) (xy 169.276913 118.648754) (xy 169.02258 118.768963) (xy 168.796586 118.936481) (xy 168.607615 119.144869) (xy 168.492579 119.336682) (xy 168.418932 119.198899) (xy 168.239608 118.980392) (xy 168.021101 118.801068) (xy 167.999776 118.78967) (xy 168.814197 117.97525) (xy 168.842237 117.952238) (xy 168.86525 117.924197) (xy 168.865253 117.924194) (xy 168.895181 117.887726) (xy 168.934087 117.84032) (xy 169.002337 117.712633) (xy 169.044365 117.574085) (xy 169.055 117.466105) (xy 169.055 117.466104) (xy 169.058556 117.43) (xy 169.055 117.393895) (xy 169.055 113.630299) (xy 169.208192 113.712182) (xy 169.478691 113.794236) (xy 169.689508 113.815) (xy 169.830492 113.815) (xy 170.041309 113.794236) (xy 170.311808 113.712182) (xy 170.561101 113.578932) (xy 170.779608 113.399608) (xy 170.958932 113.181101) (xy 171.092182 112.931808) (xy 171.174236 112.661309) (xy 171.201943 112.38) (xy 171.174236 112.098691) (xy 171.092182 111.828192) (xy 170.958932 111.578899) (xy 170.779608 111.360392) (xy 170.561101 111.181068) (xy 170.311808 111.047818) (xy 170.041309 110.965764) (xy 169.830492 110.945) (xy 169.689508 110.945) (xy 169.478691 110.965764) (xy 169.208192 111.047818) (xy 169.055 111.129701) (xy 169.055 110.456096) (xy 169.058555 110.419999) (xy 169.055 110.383902) (xy 169.055 110.383895) (xy 169.044365 110.275915) (xy 169.002337 110.137367) (xy 168.934087 110.00968) (xy 168.842238 109.897762) (xy 168.814193 109.874746) (xy 168.131932 109.192485) (xy 168.099068 109.027271) (xy 168.028586 108.857111) (xy 167.926262 108.703972) (xy 167.796028 108.573738) (xy 167.642889 108.471414) (xy 167.472729 108.400932) (xy 167.292089 108.365) (xy 167.107911 108.365) (xy 166.927271 108.400932) (xy 166.757111 108.471414) (xy 166.603972 108.573738) (xy 166.473738 108.703972) (xy 166.371414 108.857111) (xy 166.300932 109.027271) (xy 166.265 109.207911) (xy 166.265 109.392089) (xy 166.300932 109.572729) (xy 166.371414 109.742889) (xy 166.473738 109.896028) (xy 166.603972 110.026262) (xy 166.757111 110.128586) (xy 166.927271 110.199068) (xy 167.092485 110.231932) (xy 167.585001 110.724448) (xy 167.585001 110.991151) (xy 167.501309 110.965764) (xy 167.290492 110.945) (xy 167.149508 110.945) (xy 166.938691 110.965764) (xy 166.668192 111.047818) (xy 166.515 111.129701) (xy 166.515 110.316094) (xy 166.518555 110.279999) (xy 166.515 110.243904) (xy 166.515 110.243895) (xy 166.504365 110.135915) (xy 166.462337 109.997367) (xy 166.394087 109.86968) (xy 166.302238 109.757762) (xy 166.274193 109.734746) (xy 165.731932 109.192485) (xy 165.699068 109.027271) (xy 165.628586 108.857111) (xy 165.526262 108.703972) (xy 165.396028 108.573738) (xy 165.242889 108.471414) (xy 165.072729 108.400932) (xy 164.892089 108.365) (xy 164.707911 108.365) (xy 164.527271 108.400932) (xy 164.357111 108.471414) (xy 164.203972 108.573738) (xy 164.073738 108.703972) (xy 163.971414 108.857111) (xy 163.900932 109.027271) (xy 163.865 109.207911) (xy 163.865 109.392089) (xy 163.900932 109.572729) (xy 163.971414 109.742889) (xy 164.073738 109.896028) (xy 164.203972 110.026262) (xy 164.357111 110.128586) (xy 164.527271 110.199068) (xy 164.692485 110.231932) (xy 165.045001 110.584448) (xy 165.045001 110.991151) (xy 164.961309 110.965764) (xy 164.750492 110.945) (xy 164.609508 110.945) (xy 164.398691 110.965764) (xy 164.128192 111.047818) (xy 163.975 111.129701) (xy 163.975 110.176105) (xy 163.978556 110.14) (xy 163.964365 109.995915) (xy 163.922337 109.857366) (xy 163.854087 109.72968) (xy 163.813195 109.679853) (xy 163.762238 109.617762) (xy 163.734193 109.594746) (xy 163.231932 109.092485) (xy 163.199068 108.927271) (xy 163.128586 108.757111) (xy 163.026262 108.603972) (xy 162.896028 108.473738) (xy 162.742889 108.371414) (xy 162.572729 108.300932) (xy 162.392089 108.265) (xy 162.207911 108.265) (xy 162.027271 108.300932) (xy 161.857111 108.371414) (xy 161.703972 108.473738) (xy 161.573738 108.603972) (xy 161.471414 108.757111) (xy 161.400932 108.927271) (xy 161.365 109.107911) (xy 161.365 109.292089) (xy 161.400932 109.472729) (xy 161.471414 109.642889) (xy 161.573738 109.796028) (xy 161.703972 109.926262) (xy 161.857111 110.028586) (xy 162.027271 110.099068) (xy 162.192485 110.131932) (xy 162.505001 110.444448) (xy 162.505001 110.991151) (xy 162.421309 110.965764) (xy 162.210492 110.945) (xy 162.069508 110.945) (xy 161.858691 110.965764) (xy 161.588192 111.047818) (xy 161.435 111.129701) (xy 161.435 109.836096) (xy 161.438555 109.799999) (xy 161.435 109.763902) (xy 161.435 109.763895) (xy 161.424365 109.655915) (xy 161.423547 109.653216) (xy 161.401007 109.578914) (xy 161.382337 109.517367) (xy 161.314087 109.38968) (xy 161.222238 109.277762) (xy 161.194193 109.254746) (xy 161.031932 109.092485) (xy 160.999068 108.927271) (xy 160.928586 108.757111) (xy 160.826262 108.603972) (xy 160.696028 108.473738) (xy 160.542889 108.371414) (xy 160.372729 108.300932) (xy 160.192089 108.265) (xy 160.007911 108.265) (xy 159.827271 108.300932) (xy 159.657111 108.371414) (xy 159.503972 108.473738) (xy 159.373738 108.603972) (xy 159.271414 108.757111) (xy 159.200932 108.927271) (xy 159.165 109.107911) (xy 159.165 109.292089) (xy 159.200932 109.472729) (xy 159.271414 109.642889) (xy 159.373738 109.796028) (xy 159.503972 109.926262) (xy 159.657111 110.028586) (xy 159.827271 110.099068) (xy 159.965001 110.126465) (xy 159.965001 110.991151) (xy 159.881309 110.965764) (xy 159.670492 110.945) (xy 159.529508 110.945) (xy 159.318691 110.965764) (xy 159.048192 111.047818) (xy 158.895 111.129701) (xy 158.895 110.296104) (xy 158.898556 110.259999) (xy 158.884365 110.115914) (xy 158.852139 110.00968) (xy 158.842337 109.977367) (xy 158.774087 109.84968) (xy 158.682238 109.737762) (xy 158.654193 109.714746) (xy 158.131932 109.192485) (xy 158.099068 109.027271) (xy 158.028586 108.857111) (xy 157.926262 108.703972) (xy 157.924518 108.702228) (xy 164.716647 101.9101) (xy 170.438795 101.9101) (xy 170.4749 101.913656) (xy 170.511005 101.9101) (xy 170.618985 101.899465) (xy 170.757533 101.857437) (xy 170.88522 101.789187) (xy 170.997138 101.697338) (xy 171.020158 101.669288) (xy 172.157515 100.531931) (xy 172.322729 100.499068) (xy 172.492889 100.428586) (xy 172.511928 100.415865) (xy 172.511928 101.35) (xy 172.524188 101.474482) (xy 172.560498 101.59418) (xy 172.619463 101.704494) (xy 172.698815 101.801185) (xy 172.795506 101.880537) (xy 172.90582 101.939502) (xy 173.025518 101.975812) (xy 173.15 101.988072) (xy 174.85 101.988072) (xy 174.974482 101.975812) (xy 175.09418 101.939502) (xy 175.204494 101.880537) (xy 175.301185 101.801185) (xy 175.380537 101.704494) (xy 175.439502 101.59418) (xy 175.462498 101.518374) (xy 175.658645 101.695178) (xy 175.908748 101.844157) (xy 176.183109 101.941481) (xy 176.413 101.820814) (xy 176.413 100.627) (xy 176.667 100.627) (xy 176.667 101.820814) (xy 176.896891 101.941481) (xy 177.171252 101.844157) (xy 177.421355 101.695178) (xy 177.637588 101.500269) (xy 177.811641 101.26692) (xy 177.936825 101.004099) (xy 177.981476 100.85689) (xy 177.860155 100.627) (xy 176.667 100.627) (xy 176.413 100.627) (xy 176.393 100.627) (xy 176.393 100.373) (xy 176.413 100.373) (xy 176.413 100.353) (xy 176.667 100.353) (xy 176.667 100.373) (xy 177.860155 100.373) (xy 177.981476 100.14311) (xy 177.936825 99.995901) (xy 177.811641 99.73308) (xy 177.637588 99.499731) (xy 177.421355 99.304822) (xy 177.304477 99.235201) (xy 177.369014 99.200706) (xy 177.595134 99.015134) (xy 177.780706 98.789014) (xy 177.918599 98.531034) (xy 178.003513 98.251111) (xy 178.032185 97.96) (xy 178.003513 97.668889) (xy 177.918599 97.388966) (xy 177.780706 97.130986) (xy 177.595134 96.904866) (xy 177.369014 96.719294) (xy 177.314209 96.69) (xy 177.369014 96.660706) (xy 177.595134 96.475134) (xy 177.780706 96.249014) (xy 177.918599 95.991034) (xy 178.003513 95.711111) (xy 178.032185 95.42) (xy 178.003513 95.128889) (xy 177.918599 94.848966) (xy 177.780706 94.590986) (xy 177.595134 94.364866) (xy 177.369014 94.179294) (xy 177.314209 94.15) (xy 177.369014 94.120706) (xy 177.595134 93.935134) (xy 177.780706 93.709014) (xy 177.918599 93.451034) (xy 178.003513 93.171111) (xy 178.032185 92.88) (xy 178.003513 92.588889) (xy 177.918599 92.308966) (xy 177.780706 92.050986) (xy 177.595134 91.824866) (xy 177.369014 91.639294) (xy 177.314209 91.61) (xy 177.369014 91.580706) (xy 177.595134 91.395134) (xy 177.780706 91.169014) (xy 177.918599 90.911034) (xy 178.003513 90.631111) (xy 178.032185 90.34) (xy 178.003513 90.048889) (xy 177.918599 89.768966) (xy 177.780706 89.510986) (xy 177.595134 89.284866) (xy 177.369014 89.099294) (xy 177.314209 89.07) (xy 177.369014 89.040706) (xy 177.595134 88.855134) (xy 177.780706 88.629014) (xy 177.918599 88.371034) (xy 178.003513 88.091111) (xy 178.032185 87.8) (xy 178.003513 87.508889) (xy 177.918599 87.228966) (xy 177.780706 86.970986) (xy 177.595134 86.744866) (xy 177.369014 86.559294) (xy 177.314209 86.53) (xy 177.369014 86.500706) (xy 177.595134 86.315134) (xy 177.780706 86.089014) (xy 177.918599 85.831034) (xy 178.003513 85.551111) (xy 178.032185 85.26) (xy 178.003513 84.968889) (xy 177.92953 84.725) (xy 178.136095 84.725) (xy 178.1722 84.728556) (xy 178.208305 84.725) (xy 178.316285 84.714365) (xy 178.454833 84.672337) (xy 178.58252 84.604087) (xy 178.694438 84.512238) (xy 178.717458 84.484188) (xy 178.948515 84.253132) (xy 179.113729 84.220268) (xy 179.283889 84.149786) (xy 179.437028 84.047462) (xy 179.567262 83.917228) (xy 179.669586 83.764089) (xy 179.740068 83.593929) (xy 179.776 83.413289) (xy 179.776 83.229111) (xy 179.740068 83.048471) (xy 179.669586 82.878311) (xy 179.567262 82.725172) (xy 179.437028 82.594938) (xy 179.283889 82.492614) (xy 179.113729 82.422132) (xy 178.933089 82.3862) (xy 178.748911 82.3862) (xy 178.568271 82.422132) (xy 178.398111 82.492614) (xy 178.244972 82.594938) (xy 178.114738 82.725172) (xy 178.017315 82.870976) (xy 178.032185 82.72) (xy 178.003513 82.428889) (xy 177.918599 82.148966) (xy 177.873719 82.065001) (xy 177.933894 82.065001) (xy 177.969999 82.068557) (xy 178.006104 82.065001) (xy 178.114084 82.054366) (xy 178.252632 82.012338) (xy 178.380319 81.944088) (xy 178.492237 81.852239) (xy 178.515258 81.824189) (xy 179.865001 80.474446) ) ) (filled_polygon (pts (xy 150.781068 113.181101) (xy 150.960392 113.399608) (xy 151.178899 113.578932) (xy 151.428192 113.712182) (xy 151.698691 113.794236) (xy 151.909508 113.815) (xy 152.050492 113.815) (xy 152.261309 113.794236) (xy 152.354201 113.766058) (xy 152.354201 116.178852) (xy 151.485808 117.047246) (xy 151.457762 117.070263) (xy 151.365913 117.182181) (xy 151.297663 117.309868) (xy 151.270457 117.399554) (xy 151.255635 117.448415) (xy 151.241444 117.5925) (xy 151.245 117.628606) (xy 151.245001 118.765736) (xy 151.178899 118.801068) (xy 150.960392 118.980392) (xy 150.781068 119.198899) (xy 150.71 119.331858) (xy 150.638932 119.198899) (xy 150.459608 118.980392) (xy 150.241101 118.801068) (xy 149.991808 118.667818) (xy 149.721309 118.585764) (xy 149.510492 118.565) (xy 149.369508 118.565) (xy 149.158691 118.585764) (xy 148.888192 118.667818) (xy 148.638899 118.801068) (xy 148.420392 118.980392) (xy 148.327581 119.093482) (xy 148.325812 119.075518) (xy 148.289502 118.95582) (xy 148.230537 118.845506) (xy 148.151185 118.748815) (xy 148.054494 118.669463) (xy 147.94418 118.610498) (xy 147.824482 118.574188) (xy 147.7 118.561928) (xy 146.1 118.561928) (xy 145.975518 118.574188) (xy 145.85582 118.610498) (xy 145.745506 118.669463) (xy 145.648815 118.748815) (xy 145.569463 118.845506) (xy 145.510498 118.95582) (xy 145.474188 119.075518) (xy 145.461928 119.2) (xy 145.461928 120.8) (xy 145.474188 120.924482) (xy 145.510498 121.04418) (xy 145.569463 121.154494) (xy 145.648815 121.251185) (xy 145.745506 121.330537) (xy 145.85582 121.389502) (xy 145.975518 121.425812) (xy 146.1 121.438072) (xy 146.165001 121.438072) (xy 146.165001 121.963885) (xy 146.161444 122) (xy 146.175635 122.144085) (xy 146.214957 122.27371) (xy 146.217664 122.282633) (xy 146.285914 122.41032) (xy 146.377763 122.522238) (xy 146.405808 122.545254) (xy 147.925553 124.065) (xy 142.644608 124.065) (xy 142.816292 124.003603) (xy 142.941514 123.936671) (xy 143.013097 123.692702) (xy 142.2 122.879605) (xy 141.386903 123.692702) (xy 141.458486 123.936671) (xy 141.713996 124.057571) (xy 141.743633 124.065) (xy 138.704447 124.065) (xy 138.4347 123.795254) (xy 138.4347 122.770512) (xy 140.759783 122.770512) (xy 140.801213 123.05013) (xy 140.896397 123.316292) (xy 140.963329 123.441514) (xy 141.207298 123.513097) (xy 142.020395 122.7) (xy 142.379605 122.7) (xy 143.192702 123.513097) (xy 143.436671 123.441514) (xy 143.557571 123.186004) (xy 143.6263 122.911816) (xy 143.640217 122.629488) (xy 143.598787 122.34987) (xy 143.503603 122.083708) (xy 143.436671 121.958486) (xy 143.192702 121.886903) (xy 142.379605 122.7) (xy 142.020395 122.7) (xy 141.207298 121.886903) (xy 140.963329 121.958486) (xy 140.842429 122.213996) (xy 140.7737 122.488184) (xy 140.759783 122.770512) (xy 138.4347 122.770512) (xy 138.4347 121.528758) (xy 138.518691 121.554236) (xy 138.729508 121.575) (xy 138.870492 121.575) (xy 139.081309 121.554236) (xy 139.351808 121.472182) (xy 139.601101 121.338932) (xy 139.819608 121.159608) (xy 139.971112 120.975) (xy 140.991979 120.975) (xy 141.085363 121.114759) (xy 141.285241 121.314637) (xy 141.485869 121.448692) (xy 141.458486 121.463329) (xy 141.386903 121.707298) (xy 142.2 122.520395) (xy 143.013097 121.707298) (xy 142.941514 121.463329) (xy 142.912659 121.449676) (xy 143.114759 121.314637) (xy 143.314637 121.114759) (xy 143.47168 120.879727) (xy 143.579853 120.618574) (xy 143.635 120.341335) (xy 143.635 120.058665) (xy 143.616285 119.964582) (xy 147.461433 116.119436) (xy 147.493291 116.093291) (xy 147.519816 116.060971) (xy 147.597636 115.966146) (xy 147.675172 115.821087) (xy 147.681068 115.801649) (xy 147.722918 115.663689) (xy 147.735 115.541019) (xy 147.735 115.541018) (xy 147.73904 115.5) (xy 147.735 115.458981) (xy 147.735 113.551112) (xy 147.919608 113.399608) (xy 148.098932 113.181101) (xy 148.17 113.048142) (xy 148.241068 113.181101) (xy 148.420392 113.399608) (xy 148.638899 113.578932) (xy 148.765001 113.646335) (xy 148.765 116.817049) (xy 148.671414 116.957111) (xy 148.600932 117.127271) (xy 148.565 117.307911) (xy 148.565 117.492089) (xy 148.600932 117.672729) (xy 148.671414 117.842889) (xy 148.773738 117.996028) (xy 148.903972 118.126262) (xy 149.057111 118.228586) (xy 149.227271 118.299068) (xy 149.407911 118.335) (xy 149.592089 118.335) (xy 149.772729 118.299068) (xy 149.942889 118.228586) (xy 150.096028 118.126262) (xy 150.226262 117.996028) (xy 150.328586 117.842889) (xy 150.399068 117.672729) (xy 150.435 117.492089) (xy 150.435 117.307911) (xy 150.399068 117.127271) (xy 150.328586 116.957111) (xy 150.235 116.817049) (xy 150.235 113.582193) (xy 150.241101 113.578932) (xy 150.459608 113.399608) (xy 150.638932 113.181101) (xy 150.71 113.048142) ) ) (filled_polygon (pts (xy 137.293748 97.285858) (xy 137.279605 97.3) (xy 138.092702 98.113097) (xy 138.336671 98.041514) (xy 138.457571 97.786004) (xy 138.5263 97.511816) (xy 138.535914 97.316782) (xy 139.83857 98.619438) (xy 139.838576 98.619443) (xy 145.780559 104.561427) (xy 145.806709 104.593291) (xy 145.933854 104.697636) (xy 146.078913 104.775172) (xy 146.236311 104.822918) (xy 146.358981 104.835) (xy 146.358991 104.835) (xy 146.399999 104.839039) (xy 146.441007 104.835) (xy 146.452339 104.835) (xy 146.463038 104.851013) (xy 146.648987 105.036962) (xy 146.665001 105.047662) (xy 146.665 106.322762) (xy 146.438574 106.549189) (xy 146.40671 106.575339) (xy 146.351483 106.642634) (xy 146.302364 106.702485) (xy 146.224828 106.847544) (xy 146.177082 107.004942) (xy 146.16453 107.132384) (xy 146.085241 107.185363) (xy 145.885363 107.385241) (xy 145.72832 107.620273) (xy 145.620147 107.881426) (xy 145.565 108.158665) (xy 145.565 108.441335) (xy 145.620147 108.718574) (xy 145.72832 108.979727) (xy 145.885363 109.214759) (xy 146.085241 109.414637) (xy 146.165 109.46793) (xy 146.165001 111.145736) (xy 146.098899 111.181068) (xy 145.880392 111.360392) (xy 145.701068 111.578899) (xy 145.567818 111.828192) (xy 145.485764 112.098691) (xy 145.458057 112.38) (xy 145.485764 112.661309) (xy 145.567818 112.931808) (xy 145.701068 113.181101) (xy 145.880392 113.399608) (xy 146.065001 113.551112) (xy 146.065 115.154131) (xy 142.435418 118.783715) (xy 142.341335 118.765) (xy 142.058665 118.765) (xy 141.781426 118.820147) (xy 141.520273 118.92832) (xy 141.285241 119.085363) (xy 141.085363 119.285241) (xy 141.07216 119.305) (xy 139.971112 119.305) (xy 139.819608 119.120392) (xy 139.601101 118.941068) (xy 139.351808 118.807818) (xy 139.081309 118.725764) (xy 138.870492 118.705) (xy 138.729508 118.705) (xy 138.518691 118.725764) (xy 138.4347 118.751242) (xy 138.4347 107.405046) (xy 139.294193 106.545554) (xy 139.322238 106.522538) (xy 139.414087 106.41062) (xy 139.452865 106.338072) (xy 139.6 106.338072) (xy 139.724482 106.325812) (xy 139.84418 106.289502) (xy 139.954494 106.230537) (xy 140.051185 106.151185) (xy 140.130537 106.054494) (xy 140.189502 105.94418) (xy 140.225812 105.824482) (xy 140.238072 105.7) (xy 140.238072 104.1) (xy 140.225812 103.975518) (xy 140.221345 103.960792) (xy 140.754746 104.494193) (xy 140.777762 104.522238) (xy 140.88968 104.614087) (xy 141.017367 104.682337) (xy 141.103078 104.708337) (xy 141.155914 104.724365) (xy 141.170132 104.725765) (xy 141.263895 104.735) (xy 141.263902 104.735) (xy 141.299999 104.738555) (xy 141.300975 104.738459) (xy 141.304618 104.745275) (xy 141.471445 104.948555) (xy 141.665001 105.107401) (xy 141.665 105.869042) (xy 141.570986 105.919294) (xy 141.344866 106.104866) (xy 141.159294 106.330986) (xy 141.021401 106.588966) (xy 140.936487 106.868889) (xy 140.907815 107.16) (xy 140.936487 107.451111) (xy 141.021401 107.731034) (xy 141.159294 107.989014) (xy 141.344866 108.215134) (xy 141.374687 108.239607) (xy 141.30582 108.260498) (xy 141.195506 108.319463) (xy 141.098815 108.398815) (xy 141.019463 108.495506) (xy 140.960498 108.60582) (xy 140.924188 108.725518) (xy 140.911928 108.85) (xy 140.911928 110.55) (xy 140.924188 110.674482) (xy 140.960498 110.79418) (xy 141.019463 110.904494) (xy 141.098815 111.001185) (xy 141.195506 111.080537) (xy 141.30582 111.139502) (xy 141.425518 111.175812) (xy 141.55 111.188072) (xy 143.25 111.188072) (xy 143.374482 111.175812) (xy 143.49418 111.139502) (xy 143.604494 111.080537) (xy 143.701185 111.001185) (xy 143.780537 110.904494) (xy 143.839502 110.79418) (xy 143.875812 110.674482) (xy 143.888072 110.55) (xy 143.888072 108.85) (xy 143.875812 108.725518) (xy 143.839502 108.60582) (xy 143.780537 108.495506) (xy 143.701185 108.398815) (xy 143.604494 108.319463) (xy 143.49418 108.260498) (xy 143.425313 108.239607) (xy 143.455134 108.215134) (xy 143.640706 107.989014) (xy 143.778599 107.731034) (xy 143.863513 107.451111) (xy 143.892185 107.16) (xy 143.863513 106.868889) (xy 143.778599 106.588966) (xy 143.640706 106.330986) (xy 143.455134 106.104866) (xy 143.229014 105.919294) (xy 143.135 105.869043) (xy 143.135 105.131564) (xy 143.165275 105.115382) (xy 143.368555 104.948555) (xy 143.535382 104.745275) (xy 143.659347 104.513354) (xy 143.735683 104.261706) (xy 143.761459 104) (xy 143.735683 103.738294) (xy 143.659347 103.486646) (xy 143.535382 103.254725) (xy 143.368555 103.051445) (xy 143.165275 102.884618) (xy 142.933354 102.760653) (xy 142.681706 102.684317) (xy 142.485579 102.665) (xy 142.354421 102.665) (xy 142.158294 102.684317) (xy 141.906646 102.760653) (xy 141.674725 102.884618) (xy 141.471445 103.051445) (xy 141.435135 103.095689) (xy 138.445259 100.105813) (xy 138.422238 100.077762) (xy 138.31032 99.985913) (xy 138.182633 99.917663) (xy 138.044085 99.875635) (xy 137.936105 99.865) (xy 137.9 99.861444) (xy 137.863895 99.865) (xy 133.793077 99.865) (xy 132.329119 98.401043) (xy 132.379608 98.359608) (xy 132.558932 98.141101) (xy 132.63 98.008142) (xy 132.701068 98.141101) (xy 132.880392 98.359608) (xy 133.098899 98.538932) (xy 133.348192 98.672182) (xy 133.618691 98.754236) (xy 133.829508 98.775) (xy 133.970492 98.775) (xy 134.181309 98.754236) (xy 134.451808 98.672182) (xy 134.701101 98.538932) (xy 134.919608 98.359608) (xy 134.974516 98.292702) (xy 136.286903 98.292702) (xy 136.358486 98.536671) (xy 136.613996 98.657571) (xy 136.888184 98.7263) (xy 137.170512 98.740217) (xy 137.45013 98.698787) (xy 137.716292 98.603603) (xy 137.841514 98.536671) (xy 137.913097 98.292702) (xy 137.1 97.479605) (xy 136.286903 98.292702) (xy 134.974516 98.292702) (xy 135.098932 98.141101) (xy 135.176186 97.99657) (xy 135.253291 97.933291) (xy 135.279446 97.901421) (xy 135.679214 97.501653) (xy 135.701213 97.65013) (xy 135.796397 97.916292) (xy 135.863329 98.041514) (xy 136.107298 98.113097) (xy 136.920395 97.3) (xy 136.906253 97.285858) (xy 137.085858 97.106253) (xy 137.1 97.120395) (xy 137.114143 97.106253) ) ) (filled_polygon (pts (xy 139.539485 86.217168) (xy 139.374271 86.250032) (xy 139.204111 86.320514) (xy 139.050972 86.422838) (xy 138.920738 86.553072) (xy 138.818414 86.706211) (xy 138.747932 86.876371) (xy 138.712 87.057011) (xy 138.712 87.241189) (xy 138.747932 87.421829) (xy 138.818414 87.591989) (xy 138.920738 87.745128) (xy 139.050972 87.875362) (xy 139.204111 87.977686) (xy 139.374271 88.048168) (xy 139.554911 88.0841) (xy 139.739089 88.0841) (xy 139.919729 88.048168) (xy 139.934139 88.042199) (xy 139.996397 88.216292) (xy 140.063329 88.341514) (xy 140.307298 88.413097) (xy 141.120395 87.6) (xy 141.106253 87.585858) (xy 141.285858 87.406253) (xy 141.3 87.420395) (xy 141.314143 87.406253) (xy 141.493748 87.585858) (xy 141.479605 87.6) (xy 142.292702 88.413097) (xy 142.536671 88.341514) (xy 142.657571 88.086004) (xy 142.7263 87.811816) (xy 142.740217 87.529488) (xy 142.698787 87.24987) (xy 142.603603 86.983708) (xy 142.582005 86.9433) (xy 171.336195 86.9433) (xy 171.3723 86.946856) (xy 171.408405 86.9433) (xy 171.516385 86.932665) (xy 171.654933 86.890637) (xy 171.78262 86.822387) (xy 171.894538 86.730538) (xy 171.917558 86.702488) (xy 172.679784 85.940262) (xy 172.759294 86.089014) (xy 172.944866 86.315134) (xy 173.170986 86.500706) (xy 173.225791 86.53) (xy 173.170986 86.559294) (xy 172.944866 86.744866) (xy 172.759294 86.970986) (xy 172.621401 87.228966) (xy 172.536487 87.508889) (xy 172.507815 87.8) (xy 172.536487 88.091111) (xy 172.621401 88.371034) (xy 172.759294 88.629014) (xy 172.944866 88.855134) (xy 173.170986 89.040706) (xy 173.225791 89.07) (xy 173.170986 89.099294) (xy 172.944866 89.284866) (xy 172.759294 89.510986) (xy 172.621401 89.768966) (xy 172.536487 90.048889) (xy 172.507815 90.34) (xy 172.536487 90.631111) (xy 172.621401 90.911034) (xy 172.759294 91.169014) (xy 172.944866 91.395134) (xy 173.170986 91.580706) (xy 173.225791 91.61) (xy 173.170986 91.639294) (xy 172.944866 91.824866) (xy 172.759294 92.050986) (xy 172.621401 92.308966) (xy 172.536487 92.588889) (xy 172.507815 92.88) (xy 172.536487 93.171111) (xy 172.621401 93.451034) (xy 172.759294 93.709014) (xy 172.944866 93.935134) (xy 173.170986 94.120706) (xy 173.225791 94.15) (xy 173.170986 94.179294) (xy 172.944866 94.364866) (xy 172.759294 94.590986) (xy 172.621401 94.848966) (xy 172.536487 95.128889) (xy 172.507815 95.42) (xy 172.536487 95.711111) (xy 172.621401 95.991034) (xy 172.759294 96.249014) (xy 172.944866 96.475134) (xy 173.170986 96.660706) (xy 173.225791 96.69) (xy 173.170986 96.719294) (xy 172.944866 96.904866) (xy 172.759294 97.130986) (xy 172.621401 97.388966) (xy 172.536487 97.668889) (xy 172.507815 97.96) (xy 172.536487 98.251111) (xy 172.621401 98.531034) (xy 172.759294 98.789014) (xy 172.944866 99.015134) (xy 172.974687 99.039607) (xy 172.90582 99.060498) (xy 172.838187 99.096649) (xy 172.776262 99.003972) (xy 172.646028 98.873738) (xy 172.492889 98.771414) (xy 172.322729 98.700932) (xy 172.142089 98.665) (xy 171.957911 98.665) (xy 171.777271 98.700932) (xy 171.607111 98.771414) (xy 171.453972 98.873738) (xy 171.323738 99.003972) (xy 171.221414 99.157111) (xy 171.150932 99.327271) (xy 171.118069 99.492485) (xy 170.170454 100.4401) (xy 164.448296 100.4401) (xy 164.412199 100.436545) (xy 164.376102 100.4401) (xy 164.376095 100.4401) (xy 164.282332 100.449335) (xy 164.268114 100.450735) (xy 164.226086 100.463484) (xy 164.129567 100.492763) (xy 164.00188 100.561013) (xy 163.889962 100.652862) (xy 163.866946 100.680907) (xy 155.295808 109.252046) (xy 155.267762 109.275063) (xy 155.175913 109.386981) (xy 155.107663 109.514668) (xy 155.082487 109.597663) (xy 155.065635 109.653215) (xy 155.051444 109.7973) (xy 155.055 109.833405) (xy 155.055 111.042719) (xy 154.801309 110.965764) (xy 154.590492 110.945) (xy 154.449508 110.945) (xy 154.238691 110.965764) (xy 153.968192 111.047818) (xy 153.8242 111.124783) (xy 153.8242 105.525494) (xy 153.827755 105.489399) (xy 153.8242 105.453304) (xy 153.8242 105.453295) (xy 153.813565 105.345315) (xy 153.771537 105.206767) (xy 153.703287 105.07908) (xy 153.668721 105.036962) (xy 153.634453 104.995206) (xy 153.63445 104.995203) (xy 153.611437 104.967162) (xy 153.583398 104.944151) (xy 148.074246 99.435) (xy 167.717049 99.435) (xy 167.857111 99.528586) (xy 168.027271 99.599068) (xy 168.207911 99.635) (xy 168.392089 99.635) (xy 168.572729 99.599068) (xy 168.742889 99.528586) (xy 168.896028 99.426262) (xy 169.026262 99.296028) (xy 169.128586 99.142889) (xy 169.199068 98.972729) (xy 169.235 98.792089) (xy 169.235 98.607911) (xy 169.199068 98.427271) (xy 169.128586 98.257111) (xy 169.026262 98.103972) (xy 168.896028 97.973738) (xy 168.742889 97.871414) (xy 168.572729 97.800932) (xy 168.392089 97.765) (xy 168.207911 97.765) (xy 168.027271 97.800932) (xy 167.857111 97.871414) (xy 167.717049 97.965) (xy 147.104447 97.965) (xy 145.873458 96.734012) (xy 145.879853 96.718574) (xy 145.935 96.441335) (xy 145.935 96.158665) (xy 145.879853 95.881426) (xy 145.787583 95.658665) (xy 165.865 95.658665) (xy 165.865 95.941335) (xy 165.920147 96.218574) (xy 166.02832 96.479727) (xy 166.185363 96.714759) (xy 166.385241 96.914637) (xy 166.620273 97.07168) (xy 166.881426 97.179853) (xy 167.158665 97.235) (xy 167.441335 97.235) (xy 167.718574 97.179853) (xy 167.979727 97.07168) (xy 168.214759 96.914637) (xy 168.336694 96.792702) (xy 168.986903 96.792702) (xy 169.058486 97.036671) (xy 169.313996 97.157571) (xy 169.588184 97.2263) (xy 169.870512 97.240217) (xy 170.15013 97.198787) (xy 170.416292 97.103603) (xy 170.541514 97.036671) (xy 170.613097 96.792702) (xy 169.8 95.979605) (xy 168.986903 96.792702) (xy 168.336694 96.792702) (xy 168.414637 96.714759) (xy 168.548692 96.514131) (xy 168.563329 96.541514) (xy 168.807298 96.613097) (xy 169.620395 95.8) (xy 169.979605 95.8) (xy 170.792702 96.613097) (xy 171.036671 96.541514) (xy 171.157571 96.286004) (xy 171.2263 96.011816) (xy 171.240217 95.729488) (xy 171.198787 95.44987) (xy 171.103603 95.183708) (xy 171.036671 95.058486) (xy 170.792702 94.986903) (xy 169.979605 95.8) (xy 169.620395 95.8) (xy 168.807298 94.986903) (xy 168.563329 95.058486) (xy 168.549676 95.087341) (xy 168.414637 94.885241) (xy 168.336694 94.807298) (xy 168.986903 94.807298) (xy 169.8 95.620395) (xy 170.613097 94.807298) (xy 170.541514 94.563329) (xy 170.286004 94.442429) (xy 170.011816 94.3737) (xy 169.729488 94.359783) (xy 169.44987 94.401213) (xy 169.183708 94.496397) (xy 169.058486 94.563329) (xy 168.986903 94.807298) (xy 168.336694 94.807298) (xy 168.214759 94.685363) (xy 167.979727 94.52832) (xy 167.718574 94.420147) (xy 167.441335 94.365) (xy 167.158665 94.365) (xy 166.881426 94.420147) (xy 166.620273 94.52832) (xy 166.385241 94.685363) (xy 166.185363 94.885241) (xy 166.02832 95.120273) (xy 165.920147 95.381426) (xy 165.865 95.658665) (xy 145.787583 95.658665) (xy 145.77168 95.620273) (xy 145.614637 95.385241) (xy 145.414759 95.185363) (xy 145.179727 95.02832) (xy 144.918574 94.920147) (xy 144.641335 94.865) (xy 144.358665 94.865) (xy 144.081426 94.920147) (xy 143.820273 95.02832) (xy 143.585241 95.185363) (xy 143.385363 95.385241) (xy 143.251308 95.585869) (xy 143.236671 95.558486) (xy 142.992702 95.486903) (xy 142.179605 96.3) (xy 142.992702 97.113097) (xy 143.236671 97.041514) (xy 143.250324 97.012659) (xy 143.385363 97.214759) (xy 143.585241 97.414637) (xy 143.820273 97.57168) (xy 144.081426 97.679853) (xy 144.358665 97.735) (xy 144.641335 97.735) (xy 144.769967 97.709413) (xy 146.254746 99.194193) (xy 146.256151 99.195905) (xy 146.230732 99.257271) (xy 146.1948 99.437911) (xy 146.1948 99.622089) (xy 146.230732 99.802729) (xy 146.301214 99.972889) (xy 146.403538 100.126028) (xy 146.533772 100.256262) (xy 146.686911 100.358586) (xy 146.857071 100.429068) (xy 147.022286 100.461932) (xy 152.3542 105.793847) (xy 152.354201 110.993942) (xy 152.261309 110.965764) (xy 152.050492 110.945) (xy 151.909508 110.945) (xy 151.698691 110.965764) (xy 151.428192 111.047818) (xy 151.178899 111.181068) (xy 150.960392 111.360392) (xy 150.781068 111.578899) (xy 150.71 111.711858) (xy 150.638932 111.578899) (xy 150.459608 111.360392) (xy 150.241101 111.181068) (xy 149.991808 111.047818) (xy 149.721309 110.965764) (xy 149.510492 110.945) (xy 149.369508 110.945) (xy 149.158691 110.965764) (xy 148.888192 111.047818) (xy 148.638899 111.181068) (xy 148.420392 111.360392) (xy 148.241068 111.578899) (xy 148.17 111.711858) (xy 148.098932 111.578899) (xy 147.919608 111.360392) (xy 147.835 111.290956) (xy 147.835 109.46793) (xy 147.914759 109.414637) (xy 148.036694 109.292702) (xy 148.686903 109.292702) (xy 148.758486 109.536671) (xy 149.013996 109.657571) (xy 149.288184 109.7263) (xy 149.570512 109.740217) (xy 149.85013 109.698787) (xy 150.116292 109.603603) (xy 150.241514 109.536671) (xy 150.313097 109.292702) (xy 149.5 108.479605) (xy 148.686903 109.292702) (xy 148.036694 109.292702) (xy 148.114637 109.214759) (xy 148.248692 109.014131) (xy 148.263329 109.041514) (xy 148.507298 109.113097) (xy 149.320395 108.3) (xy 149.679605 108.3) (xy 150.492702 109.113097) (xy 150.736671 109.041514) (xy 150.857571 108.786004) (xy 150.9263 108.511816) (xy 150.940217 108.229488) (xy 150.898787 107.94987) (xy 150.803603 107.683708) (xy 150.736671 107.558486) (xy 150.492702 107.486903) (xy 149.679605 108.3) (xy 149.320395 108.3) (xy 148.507298 107.486903) (xy 148.263329 107.558486) (xy 148.249676 107.587341) (xy 148.114637 107.385241) (xy 148.039447 107.310051) (xy 148.0422 107.307298) (xy 148.686903 107.307298) (xy 149.5 108.120395) (xy 150.313097 107.307298) (xy 150.241514 107.063329) (xy 149.986004 106.942429) (xy 149.711816 106.8737) (xy 149.429488 106.859783) (xy 149.14987 106.901213) (xy 148.883708 106.996397) (xy 148.758486 107.063329) (xy 148.686903 107.307298) (xy 148.0422 107.307298) (xy 148.061427 107.288071) (xy 148.093291 107.261921) (xy 148.197636 107.134776) (xy 148.275172 106.989717) (xy 148.322918 106.832319) (xy 148.335 106.709649) (xy 148.335 106.709648) (xy 148.33904 106.66863) (xy 148.335 106.627612) (xy 148.335 105.047661) (xy 148.351013 105.036962) (xy 148.536962 104.851013) (xy 148.683061 104.632359) (xy 148.783696 104.389405) (xy 148.835 104.131486) (xy 148.835 103.868514) (xy 148.783696 103.610595) (xy 148.683061 103.367641) (xy 148.536962 103.148987) (xy 148.351013 102.963038) (xy 148.132359 102.816939) (xy 147.889405 102.716304) (xy 147.631486 102.665) (xy 147.368514 102.665) (xy 147.110595 102.716304) (xy 146.867641 102.816939) (xy 146.648987 102.963038) (xy 146.596446 103.015579) (xy 141.019443 97.438576) (xy 141.019438 97.43857) (xy 140.87357 97.292702) (xy 141.186903 97.292702) (xy 141.258486 97.536671) (xy 141.513996 97.657571) (xy 141.788184 97.7263) (xy 142.070512 97.740217) (xy 142.35013 97.698787) (xy 142.616292 97.603603) (xy 142.741514 97.536671) (xy 142.813097 97.292702) (xy 142 96.479605) (xy 141.186903 97.292702) (xy 140.87357 97.292702) (xy 139.95138 96.370512) (xy 140.559783 96.370512) (xy 140.601213 96.65013) (xy 140.696397 96.916292) (xy 140.763329 97.041514) (xy 141.007298 97.113097) (xy 141.820395 96.3) (xy 141.007298 95.486903) (xy 140.763329 95.558486) (xy 140.642429 95.813996) (xy 140.5737 96.088184) (xy 140.559783 96.370512) (xy 139.95138 96.370512) (xy 138.888166 95.307298) (xy 141.186903 95.307298) (xy 142 96.120395) (xy 142.813097 95.307298) (xy 142.741514 95.063329) (xy 142.486004 94.942429) (xy 142.211816 94.8737) (xy 141.929488 94.859783) (xy 141.64987 94.901213) (xy 141.383708 94.996397) (xy 141.258486 95.063329) (xy 141.186903 95.307298) (xy 138.888166 95.307298) (xy 138.532877 94.952009) (xy 138.535 94.941335) (xy 138.535 94.658665) (xy 138.479853 94.381426) (xy 138.37168 94.120273) (xy 138.214637 93.885241) (xy 138.014759 93.685363) (xy 137.935 93.63207) (xy 137.935 91.9) (xy 143.061928 91.9) (xy 143.061928 93.5) (xy 143.074188 93.624482) (xy 143.110498 93.74418) (xy 143.169463 93.854494) (xy 143.248815 93.951185) (xy 143.345506 94.030537) (xy 143.45582 94.089502) (xy 143.575518 94.125812) (xy 143.7 94.138072) (xy 145.3 94.138072) (xy 145.424482 94.125812) (xy 145.54418 94.089502) (xy 145.654494 94.030537) (xy 145.751185 93.951185) (xy 145.830537 93.854494) (xy 145.889502 93.74418) (xy 145.925812 93.624482) (xy 145.927581 93.606518) (xy 146.020392 93.719608) (xy 146.238899 93.898932) (xy 146.488192 94.032182) (xy 146.758691 94.114236) (xy 146.969508 94.135) (xy 147.110492 94.135) (xy 147.321309 94.114236) (xy 147.591808 94.032182) (xy 147.841101 93.898932) (xy 148.059608 93.719608) (xy 148.238932 93.501101) (xy 148.31 93.368142) (xy 148.381068 93.501101) (xy 148.560392 93.719608) (xy 148.778899 93.898932) (xy 149.028192 94.032182) (xy 149.298691 94.114236) (xy 149.509508 94.135) (xy 149.650492 94.135) (xy 149.861309 94.114236) (xy 150.131808 94.032182) (xy 150.381101 93.898932) (xy 150.599608 93.719608) (xy 150.778932 93.501101) (xy 150.85 93.368142) (xy 150.921068 93.501101) (xy 151.100392 93.719608) (xy 151.318899 93.898932) (xy 151.568192 94.032182) (xy 151.838691 94.114236) (xy 152.049508 94.135) (xy 152.190492 94.135) (xy 152.401309 94.114236) (xy 152.671808 94.032182) (xy 152.921101 93.898932) (xy 153.139608 93.719608) (xy 153.318932 93.501101) (xy 153.39 93.368142) (xy 153.461068 93.501101) (xy 153.640392 93.719608) (xy 153.858899 93.898932) (xy 154.108192 94.032182) (xy 154.378691 94.114236) (xy 154.589508 94.135) (xy 154.730492 94.135) (xy 154.941309 94.114236) (xy 155.211808 94.032182) (xy 155.461101 93.898932) (xy 155.679608 93.719608) (xy 155.858932 93.501101) (xy 155.93 93.368142) (xy 156.001068 93.501101) (xy 156.180392 93.719608) (xy 156.398899 93.898932) (xy 156.648192 94.032182) (xy 156.918691 94.114236) (xy 157.129508 94.135) (xy 157.270492 94.135) (xy 157.481309 94.114236) (xy 157.751808 94.032182) (xy 158.001101 93.898932) (xy 158.219608 93.719608) (xy 158.398932 93.501101) (xy 158.47 93.368142) (xy 158.541068 93.501101) (xy 158.720392 93.719608) (xy 158.938899 93.898932) (xy 159.188192 94.032182) (xy 159.458691 94.114236) (xy 159.669508 94.135) (xy 159.810492 94.135) (xy 160.021309 94.114236) (xy 160.291808 94.032182) (xy 160.541101 93.898932) (xy 160.759608 93.719608) (xy 160.938932 93.501101) (xy 161.01 93.368142) (xy 161.081068 93.501101) (xy 161.260392 93.719608) (xy 161.478899 93.898932) (xy 161.728192 94.032182) (xy 161.998691 94.114236) (xy 162.209508 94.135) (xy 162.350492 94.135) (xy 162.561309 94.114236) (xy 162.831808 94.032182) (xy 163.081101 93.898932) (xy 163.299608 93.719608) (xy 163.478932 93.501101) (xy 163.55 93.368142) (xy 163.621068 93.501101) (xy 163.800392 93.719608) (xy 164.018899 93.898932) (xy 164.268192 94.032182) (xy 164.538691 94.114236) (xy 164.749508 94.135) (xy 164.890492 94.135) (xy 165.101309 94.114236) (xy 165.371808 94.032182) (xy 165.621101 93.898932) (xy 165.839608 93.719608) (xy 166.018932 93.501101) (xy 166.09 93.368142) (xy 166.161068 93.501101) (xy 166.340392 93.719608) (xy 166.558899 93.898932) (xy 166.808192 94.032182) (xy 167.078691 94.114236) (xy 167.289508 94.135) (xy 167.430492 94.135) (xy 167.641309 94.114236) (xy 167.911808 94.032182) (xy 168.161101 93.898932) (xy 168.379608 93.719608) (xy 168.558932 93.501101) (xy 168.692182 93.251808) (xy 168.774236 92.981309) (xy 168.801943 92.7) (xy 168.774236 92.418691) (xy 168.692182 92.148192) (xy 168.558932 91.898899) (xy 168.379608 91.680392) (xy 168.161101 91.501068) (xy 167.911808 91.367818) (xy 167.641309 91.285764) (xy 167.430492 91.265) (xy 167.289508 91.265) (xy 167.078691 91.285764) (xy 166.808192 91.367818) (xy 166.558899 91.501068) (xy 166.340392 91.680392) (xy 166.161068 91.898899) (xy 166.09 92.031858) (xy 166.018932 91.898899) (xy 165.839608 91.680392) (xy 165.621101 91.501068) (xy 165.371808 91.367818) (xy 165.101309 91.285764) (xy 164.890492 91.265) (xy 164.749508 91.265) (xy 164.538691 91.285764) (xy 164.268192 91.367818) (xy 164.018899 91.501068) (xy 163.800392 91.680392) (xy 163.621068 91.898899) (xy 163.55 92.031858) (xy 163.478932 91.898899) (xy 163.299608 91.680392) (xy 163.081101 91.501068) (xy 162.831808 91.367818) (xy 162.561309 91.285764) (xy 162.350492 91.265) (xy 162.209508 91.265) (xy 161.998691 91.285764) (xy 161.728192 91.367818) (xy 161.478899 91.501068) (xy 161.260392 91.680392) (xy 161.081068 91.898899) (xy 161.01 92.031858) (xy 160.938932 91.898899) (xy 160.759608 91.680392) (xy 160.541101 91.501068) (xy 160.291808 91.367818) (xy 160.021309 91.285764) (xy 159.810492 91.265) (xy 159.669508 91.265) (xy 159.458691 91.285764) (xy 159.188192 91.367818) (xy 158.938899 91.501068) (xy 158.720392 91.680392) (xy 158.541068 91.898899) (xy 158.47 92.031858) (xy 158.398932 91.898899) (xy 158.219608 91.680392) (xy 158.001101 91.501068) (xy 157.751808 91.367818) (xy 157.481309 91.285764) (xy 157.270492 91.265) (xy 157.129508 91.265) (xy 156.918691 91.285764) (xy 156.648192 91.367818) (xy 156.398899 91.501068) (xy 156.180392 91.680392) (xy 156.001068 91.898899) (xy 155.93 92.031858) (xy 155.858932 91.898899) (xy 155.679608 91.680392) (xy 155.461101 91.501068) (xy 155.211808 91.367818) (xy 154.941309 91.285764) (xy 154.730492 91.265) (xy 154.589508 91.265) (xy 154.378691 91.285764) (xy 154.108192 91.367818) (xy 153.858899 91.501068) (xy 153.640392 91.680392) (xy 153.461068 91.898899) (xy 153.39 92.031858) (xy 153.318932 91.898899) (xy 153.139608 91.680392) (xy 152.921101 91.501068) (xy 152.671808 91.367818) (xy 152.401309 91.285764) (xy 152.190492 91.265) (xy 152.049508 91.265) (xy 151.838691 91.285764) (xy 151.568192 91.367818) (xy 151.318899 91.501068) (xy 151.100392 91.680392) (xy 150.921068 91.898899) (xy 150.85 92.031858) (xy 150.778932 91.898899) (xy 150.599608 91.680392) (xy 150.381101 91.501068) (xy 150.131808 91.367818) (xy 149.861309 91.285764) (xy 149.650492 91.265) (xy 149.509508 91.265) (xy 149.298691 91.285764) (xy 149.028192 91.367818) (xy 148.778899 91.501068) (xy 148.560392 91.680392) (xy 148.381068 91.898899) (xy 148.31 92.031858) (xy 148.238932 91.898899) (xy 148.059608 91.680392) (xy 147.841101 91.501068) (xy 147.591808 91.367818) (xy 147.321309 91.285764) (xy 147.110492 91.265) (xy 146.969508 91.265) (xy 146.758691 91.285764) (xy 146.488192 91.367818) (xy 146.238899 91.501068) (xy 146.020392 91.680392) (xy 145.927581 91.793482) (xy 145.925812 91.775518) (xy 145.889502 91.65582) (xy 145.830537 91.545506) (xy 145.751185 91.448815) (xy 145.654494 91.369463) (xy 145.54418 91.310498) (xy 145.424482 91.274188) (xy 145.3 91.261928) (xy 143.7 91.261928) (xy 143.575518 91.274188) (xy 143.45582 91.310498) (xy 143.345506 91.369463) (xy 143.248815 91.448815) (xy 143.169463 91.545506) (xy 143.110498 91.65582) (xy 143.074188 91.775518) (xy 143.061928 91.9) (xy 137.935 91.9) (xy 137.935 88.592702) (xy 140.486903 88.592702) (xy 140.558486 88.836671) (xy 140.813996 88.957571) (xy 141.088184 89.0263) (xy 141.370512 89.040217) (xy 141.65013 88.998787) (xy 141.916292 88.903603) (xy 142.041514 88.836671) (xy 142.113097 88.592702) (xy 141.3 87.779605) (xy 140.486903 88.592702) (xy 137.935 88.592702) (xy 137.935 87.045867) (xy 139.045869 85.935) (xy 139.821653 85.935) ) ) (filled_polygon (pts (xy 93.834745 90.774192) (xy 93.857761 90.802237) (xy 93.969679 90.894086) (xy 94.097366 90.962336) (xy 94.163301 90.982337) (xy 94.235913 91.004364) (xy 94.250131 91.005764) (xy 94.343894 91.014999) (xy 94.343901 91.014999) (xy 94.379998 91.018554) (xy 94.416095 91.014999) (xy 94.931151 91.014999) (xy 94.905764 91.098691) (xy 94.878057 91.38) (xy 94.905764 91.661309) (xy 94.987818 91.931808) (xy 95.121068 92.181101) (xy 95.300392 92.399608) (xy 95.518899 92.578932) (xy 95.651858 92.65) (xy 95.518899 92.721068) (xy 95.300392 92.900392) (xy 95.121068 93.118899) (xy 95.085736 93.185) (xy 93.816094 93.185) (xy 93.779999 93.181445) (xy 93.743904 93.185) (xy 93.743895 93.185) (xy 93.635915 93.195635) (xy 93.497367 93.237663) (xy 93.36968 93.305913) (xy 93.257762 93.397762) (xy 93.234746 93.425807) (xy 90.935554 95.725) (xy 89.934264 95.725) (xy 89.898932 95.658899) (xy 89.719608 95.440392) (xy 89.501101 95.261068) (xy 89.368142 95.19) (xy 89.501101 95.118932) (xy 89.719608 94.939608) (xy 89.898932 94.721101) (xy 90.032182 94.471808) (xy 90.114236 94.201309) (xy 90.141943 93.92) (xy 90.114236 93.638691) (xy 90.032182 93.368192) (xy 89.898932 93.118899) (xy 89.719608 92.900392) (xy 89.501101 92.721068) (xy 89.368142 92.65) (xy 89.501101 92.578932) (xy 89.719608 92.399608) (xy 89.898932 92.181101) (xy 90.032182 91.931808) (xy 90.114236 91.661309) (xy 90.141943 91.38) (xy 90.114236 91.098691) (xy 90.032182 90.828192) (xy 89.898932 90.578899) (xy 89.719608 90.360392) (xy 89.501101 90.181068) (xy 89.368142 90.11) (xy 89.501101 90.038932) (xy 89.719608 89.859608) (xy 89.898932 89.641101) (xy 89.934264 89.575) (xy 92.635554 89.575) ) ) (filled_polygon (pts (xy 172.621401 82.148966) (xy 172.536487 82.428889) (xy 172.507815 82.72) (xy 172.536487 83.011111) (xy 172.621401 83.291034) (xy 172.759294 83.549014) (xy 172.86425 83.676903) (xy 171.067854 85.4733) (xy 168.73606 85.4733) (xy 168.751909 85.42904) (xy 168.630624 85.207) (xy 167.487 85.207) (xy 167.487 85.227) (xy 167.233 85.227) (xy 167.233 85.207) (xy 167.213 85.207) (xy 167.213 84.953) (xy 167.233 84.953) (xy 167.233 83.810085) (xy 167.487 83.810085) (xy 167.487 84.953) (xy 168.630624 84.953) (xy 168.751909 84.73096) (xy 168.65707 84.466119) (xy 168.512385 84.224869) (xy 168.323414 84.016481) (xy 168.09742 83.848963) (xy 167.843087 83.728754) (xy 167.709039 83.688096) (xy 167.487 83.810085) (xy 167.233 83.810085) (xy 167.010961 83.688096) (xy 166.876913 83.728754) (xy 166.62258 83.848963) (xy 166.396586 84.016481) (xy 166.207615 84.224869) (xy 166.092579 84.416682) (xy 166.018932 84.278899) (xy 165.839608 84.060392) (xy 165.621101 83.881068) (xy 165.548056 83.842025) (xy 165.544911 83.810085) (xy 165.544365 83.804544) (xy 165.52567 83.742917) (xy 165.502337 83.665997) (xy 165.434087 83.53831) (xy 165.342238 83.426392) (xy 165.314187 83.403371) (xy 164.872829 82.962013) (xy 164.849808 82.933962) (xy 164.73789 82.842113) (xy 164.610203 82.773863) (xy 164.471655 82.731835) (xy 164.363675 82.7212) (xy 164.32757 82.717644) (xy 164.291465 82.7212) (xy 163.467751 82.7212) (xy 163.327689 82.627614) (xy 163.157529 82.557132) (xy 162.976889 82.5212) (xy 162.792711 82.5212) (xy 162.612071 82.557132) (xy 162.441911 82.627614) (xy 162.288772 82.729938) (xy 162.158538 82.860172) (xy 162.056214 83.013311) (xy 161.985732 83.183471) (xy 161.9498 83.364111) (xy 161.9498 83.548289) (xy 161.97462 83.673066) (xy 161.728192 83.747818) (xy 161.478899 83.881068) (xy 161.260392 84.060392) (xy 161.081068 84.278899) (xy 161.01 84.411858) (xy 160.938932 84.278899) (xy 160.759608 84.060392) (xy 160.541101 83.881068) (xy 160.475 83.845736) (xy 160.475 83.476094) (xy 160.478555 83.439999) (xy 160.475 83.403904) (xy 160.475 83.403895) (xy 160.464365 83.295915) (xy 160.422337 83.157367) (xy 160.354087 83.02968) (xy 160.262238 82.917762) (xy 160.234193 82.894746) (xy 159.404448 82.065001) (xy 172.666281 82.065001) ) ) (filled_polygon (pts (xy 147.074746 73.054193) (xy 147.097762 73.082238) (xy 147.20968 73.174087) (xy 147.337367 73.242337) (xy 147.421822 73.267956) (xy 147.475914 73.284365) (xy 147.490132 73.285765) (xy 147.583895 73.295) (xy 147.583902 73.295) (xy 147.619999 73.298555) (xy 147.656096 73.295) (xy 172.709043 73.295) (xy 172.759294 73.389014) (xy 172.944866 73.615134) (xy 173.170986 73.800706) (xy 173.225791 73.83) (xy 173.170986 73.859294) (xy 172.944866 74.044866) (xy 172.759294 74.270986) (xy 172.751803 74.285) (xy 170.420874 74.285) (xy 170.415382 74.274725) (xy 170.248555 74.071445) (xy 170.045275 73.904618) (xy 169.813354 73.780653) (xy 169.561706 73.704317) (xy 169.365579 73.685) (xy 169.234421 73.685) (xy 169.038294 73.704317) (xy 168.786646 73.780653) (xy 168.554725 73.904618) (xy 168.351445 74.071445) (xy 168.184618 74.274725) (xy 168.060653 74.506646) (xy 167.984317 74.758294) (xy 167.958541 75.02) (xy 167.984317 75.281706) (xy 168.060653 75.533354) (xy 168.184618 75.765275) (xy 168.351445 75.968555) (xy 168.554725 76.135382) (xy 168.786646 76.259347) (xy 169.038294 76.335683) (xy 169.234421 76.355) (xy 169.365579 76.355) (xy 169.561706 76.335683) (xy 169.813354 76.259347) (xy 170.045275 76.135382) (xy 170.248555 75.968555) (xy 170.415382 75.765275) (xy 170.420874 75.755) (xy 172.666282 75.755) (xy 172.759294 75.929014) (xy 172.944866 76.155134) (xy 173.170986 76.340706) (xy 173.235523 76.375201) (xy 173.118645 76.444822) (xy 172.902412 76.639731) (xy 172.728359 76.87308) (xy 172.603175 77.135901) (xy 172.558524 77.28311) (xy 172.679845 77.513) (xy 173.873 77.513) (xy 173.873 77.493) (xy 174.127 77.493) (xy 174.127 77.513) (xy 174.147 77.513) (xy 174.147 77.767) (xy 174.127 77.767) (xy 174.127 77.787) (xy 173.873 77.787) (xy 173.873 77.767) (xy 172.679845 77.767) (xy 172.558524 77.99689) (xy 172.603175 78.144099) (xy 172.728359 78.40692) (xy 172.902412 78.640269) (xy 173.118645 78.835178) (xy 173.235523 78.904799) (xy 173.170986 78.939294) (xy 172.944866 79.124866) (xy 172.759294 79.350986) (xy 172.621401 79.608966) (xy 172.536487 79.888889) (xy 172.507815 80.18) (xy 172.536487 80.471111) (xy 172.574069 80.595001) (xy 170.542102 80.595001) (xy 170.565934 80.543758) (xy 170.628183 80.28826) (xy 170.63939 80.025527) (xy 170.599125 79.765656) (xy 170.508935 79.518634) (xy 170.455037 79.417797) (xy 170.221269 79.358336) (xy 169.479605 80.1) (xy 169.493748 80.114143) (xy 169.314143 80.293748) (xy 169.3 80.279605) (xy 169.285858 80.293748) (xy 169.106253 80.114143) (xy 169.120395 80.1) (xy 168.378731 79.358336) (xy 168.144963 79.417797) (xy 168.034066 79.656242) (xy 167.971817 79.91174) (xy 167.96061 80.174473) (xy 168.000875 80.434344) (xy 168.059532 80.595001) (xy 159.376448 80.595001) (xy 157.960178 79.178731) (xy 168.558336 79.178731) (xy 169.3 79.920395) (xy 170.041664 79.178731) (xy 169.982203 78.944963) (xy 169.743758 78.834066) (xy 169.48826 78.771817) (xy 169.225527 78.76061) (xy 168.965656 78.800875) (xy 168.718634 78.891065) (xy 168.617797 78.944963) (xy 168.558336 79.178731) (xy 157.960178 79.178731) (xy 157.316259 78.534812) (xy 157.293238 78.506762) (xy 157.18132 78.414913) (xy 157.053633 78.346663) (xy 156.915085 78.304635) (xy 156.807105 78.294) (xy 156.771 78.290444) (xy 156.734895 78.294) (xy 150.354447 78.294) (xy 143.735074 71.674628) (xy 143.898153 71.565662) (xy 144.085662 71.378153) (xy 144.232987 71.157665) (xy 144.334467 70.912672) (xy 144.3862 70.652589) (xy 144.3862 70.387411) (xy 144.380796 70.360242) ) ) (filled_polygon (pts (xy 201.815 55.345869) (xy 201.815 55.808982) (xy 201.81096 55.85) (xy 201.827082 56.013688) (xy 201.843 56.066163) (xy 201.8 56.061928) (xy 200.2 56.061928) (xy 200.075518 56.074188) (xy 199.95582 56.110498) (xy 199.845506 56.169463) (xy 199.748815 56.248815) (xy 199.669463 56.345506) (xy 199.610498 56.45582) (xy 199.574188 56.575518) (xy 199.572419 56.593482) (xy 199.479608 56.480392) (xy 199.261101 56.301068) (xy 199.011808 56.167818) (xy 198.741309 56.085764) (xy 198.530492 56.065) (xy 198.389508 56.065) (xy 198.178691 56.085764) (xy 197.908192 56.167818) (xy 197.658899 56.301068) (xy 197.440392 56.480392) (xy 197.261068 56.698899) (xy 197.187421 56.836682) (xy 197.072385 56.644869) (xy 196.883414 56.436481) (xy 196.65742 56.268963) (xy 196.403087 56.148754) (xy 196.269039 56.108096) (xy 196.047 56.230085) (xy 196.047 57.373) (xy 196.067 57.373) (xy 196.067 57.627) (xy 196.047 57.627) (xy 196.047 58.769915) (xy 196.269039 58.891904) (xy 196.403087 58.851246) (xy 196.65742 58.731037) (xy 196.883414 58.563519) (xy 197.072385 58.355131) (xy 197.187421 58.163318) (xy 197.261068 58.301101) (xy 197.440392 58.519608) (xy 197.658899 58.698932) (xy 197.908192 58.832182) (xy 198.178691 58.914236) (xy 198.389508 58.935) (xy 198.530492 58.935) (xy 198.741309 58.914236) (xy 199.011808 58.832182) (xy 199.261101 58.698932) (xy 199.479608 58.519608) (xy 199.572419 58.406518) (xy 199.574188 58.424482) (xy 199.610498 58.54418) (xy 199.669463 58.654494) (xy 199.748815 58.751185) (xy 199.845506 58.830537) (xy 199.95582 58.889502) (xy 200.075518 58.925812) (xy 200.2 58.938072) (xy 201.8 58.938072) (xy 201.924482 58.925812) (xy 202.04418 58.889502) (xy 202.154494 58.830537) (xy 202.251185 58.751185) (xy 202.330537 58.654494) (xy 202.389502 58.54418) (xy 202.425812 58.424482) (xy 202.438072 58.3) (xy 202.438072 56.818939) (xy 207.885 62.265868) (xy 207.885001 64.285) (xy 206.081294 64.285) (xy 206.014637 64.185241) (xy 205.814759 63.985363) (xy 205.614131 63.851308) (xy 205.641514 63.836671) (xy 205.713097 63.592702) (xy 204.9 62.779605) (xy 204.086903 63.592702) (xy 204.158486 63.836671) (xy 204.187341 63.850324) (xy 203.985241 63.985363) (xy 203.785363 64.185241) (xy 203.718706 64.285) (xy 202.171112 64.285) (xy 202.019608 64.100392) (xy 201.801101 63.921068) (xy 201.551808 63.787818) (xy 201.281309 63.705764) (xy 201.070492 63.685) (xy 200.929508 63.685) (xy 200.718691 63.705764) (xy 200.448192 63.787818) (xy 200.198899 63.921068) (xy 199.980392 64.100392) (xy 199.801068 64.318899) (xy 199.727421 64.456682) (xy 199.612385 64.264869) (xy 199.423414 64.056481) (xy 199.19742 63.888963) (xy 198.943087 63.768754) (xy 198.809039 63.728096) (xy 198.587 63.850085) (xy 198.587 64.993) (xy 198.607 64.993) (xy 198.607 65.247) (xy 198.587 65.247) (xy 198.587 66.389915) (xy 198.809039 66.511904) (xy 198.943087 66.471246) (xy 199.19742 66.351037) (xy 199.423414 66.183519) (xy 199.612385 65.975131) (xy 199.727421 65.783318) (xy 199.801068 65.921101) (xy 199.980392 66.139608) (xy 200.198899 66.318932) (xy 200.448192 66.452182) (xy 200.718691 66.534236) (xy 200.929508 66.555) (xy 201.070492 66.555) (xy 201.281309 66.534236) (xy 201.551808 66.452182) (xy 201.801101 66.318932) (xy 202.019608 66.139608) (xy 202.171112 65.955) (xy 203.745433 65.955) (xy 203.785363 66.014759) (xy 203.985241 66.214637) (xy 204.220273 66.37168) (xy 204.481426 66.479853) (xy 204.758665 66.535) (xy 205.041335 66.535) (xy 205.318574 66.479853) (xy 205.579727 66.37168) (xy 205.814759 66.214637) (xy 206.014637 66.014759) (xy 206.054567 65.955) (xy 207.965001 65.955) (xy 207.965 70.265) (xy 193.56793 70.265) (xy 193.514637 70.185241) (xy 193.314759 69.985363) (xy 193.079727 69.82832) (xy 192.818574 69.720147) (xy 192.541335 69.665) (xy 192.258665 69.665) (xy 191.981426 69.720147) (xy 191.720273 69.82832) (xy 191.485241 69.985363) (xy 191.285363 70.185241) (xy 191.151308 70.385869) (xy 191.136671 70.358486) (xy 190.892702 70.286903) (xy 190.079605 71.1) (xy 190.093748 71.114143) (xy 189.914143 71.293748) (xy 189.9 71.279605) (xy 189.885858 71.293748) (xy 189.706253 71.114143) (xy 189.720395 71.1) (xy 188.907298 70.286903) (xy 188.663329 70.358486) (xy 188.542429 70.613996) (xy 188.4737 70.888184) (xy 188.459783 71.170512) (xy 188.501213 71.45013) (xy 188.596397 71.716292) (xy 188.663329 71.841514) (xy 188.907296 71.913097) (xy 188.791023 72.02937) (xy 188.846653 72.085) (xy 182.121015 72.085) (xy 182.079999 72.08096) (xy 182.038983 72.085) (xy 182.038981 72.085) (xy 181.916311 72.097082) (xy 181.758913 72.144828) (xy 181.613854 72.222364) (xy 181.486709 72.326709) (xy 181.460558 72.358574) (xy 180.838574 72.980559) (xy 180.80671 73.006709) (xy 180.744726 73.082237) (xy 180.702364 73.133855) (xy 180.624828 73.278914) (xy 180.577082 73.436312) (xy 180.56096 73.6) (xy 180.565001 73.641028) (xy 180.565 75.054132) (xy 178.814133 76.805) (xy 177.775793 76.805) (xy 177.595134 76.584866) (xy 177.369014 76.399294) (xy 177.304477 76.364799) (xy 177.421355 76.295178) (xy 177.637588 76.100269) (xy 177.811641 75.86692) (xy 177.936825 75.604099) (xy 177.981476 75.45689) (xy 177.860155 75.227) (xy 176.667 75.227) (xy 176.667 75.247) (xy 176.413 75.247) (xy 176.413 75.227) (xy 176.393 75.227) (xy 176.393 74.973) (xy 176.413 74.973) (xy 176.413 72.687) (xy 176.667 72.687) (xy 176.667 74.973) (xy 177.860155 74.973) (xy 177.981476 74.74311) (xy 177.936825 74.595901) (xy 177.811641 74.33308) (xy 177.637588 74.099731) (xy 177.421355 73.904822) (xy 177.295745 73.83) (xy 177.421355 73.755178) (xy 177.637588 73.560269) (xy 177.811641 73.32692) (xy 177.936825 73.064099) (xy 177.981476 72.91689) (xy 177.860155 72.687) (xy 176.667 72.687) (xy 176.413 72.687) (xy 176.393 72.687) (xy 176.393 72.433) (xy 176.413 72.433) (xy 176.413 70.147) (xy 176.667 70.147) (xy 176.667 72.433) (xy 177.860155 72.433) (xy 177.981476 72.20311) (xy 177.936825 72.055901) (xy 177.811641 71.79308) (xy 177.637588 71.559731) (xy 177.421355 71.364822) (xy 177.295745 71.29) (xy 177.421355 71.215178) (xy 177.637588 71.020269) (xy 177.811641 70.78692) (xy 177.936825 70.524099) (xy 177.981476 70.37689) (xy 177.860155 70.147) (xy 176.667 70.147) (xy 176.413 70.147) (xy 176.393 70.147) (xy 176.393 70.107298) (xy 189.086903 70.107298) (xy 189.9 70.920395) (xy 190.713097 70.107298) (xy 190.641514 69.863329) (xy 190.386004 69.742429) (xy 190.111816 69.6737) (xy 189.829488 69.659783) (xy 189.54987 69.701213) (xy 189.283708 69.796397) (xy 189.158486 69.863329) (xy 189.086903 70.107298) (xy 176.393 70.107298) (xy 176.393 69.893) (xy 176.413 69.893) (xy 176.413 69.873) (xy 176.667 69.873) (xy 176.667 69.893) (xy 177.860155 69.893) (xy 177.981476 69.66311) (xy 177.936825 69.515901) (xy 177.811641 69.25308) (xy 177.637588 69.019731) (xy 177.421355 68.824822) (xy 177.304477 68.755201) (xy 177.369014 68.720706) (xy 177.595134 68.535134) (xy 177.780706 68.309014) (xy 177.918599 68.051034) (xy 178.003513 67.771111) (xy 178.032185 67.48) (xy 178.003513 67.188889) (xy 177.918599 66.908966) (xy 177.780706 66.650986) (xy 177.595134 66.424866) (xy 177.369014 66.239294) (xy 177.304477 66.204799) (xy 177.421355 66.135178) (xy 177.637588 65.940269) (xy 177.811641 65.70692) (xy 177.936825 65.444099) (xy 177.981476 65.29689) (xy 177.888125 65.12) (xy 181.778057 65.12) (xy 181.805764 65.401309) (xy 181.887818 65.671808) (xy 182.021068 65.921101) (xy 182.200392 66.139608) (xy 182.418899 66.318932) (xy 182.668192 66.452182) (xy 182.938691 66.534236) (xy 183.149508 66.555) (xy 183.290492 66.555) (xy 183.501309 66.534236) (xy 183.771808 66.452182) (xy 184.021101 66.318932) (xy 184.239608 66.139608) (xy 184.418932 65.921101) (xy 184.49 65.788142) (xy 184.561068 65.921101) (xy 184.740392 66.139608) (xy 184.958899 66.318932) (xy 185.208192 66.452182) (xy 185.478691 66.534236) (xy 185.689508 66.555) (xy 185.830492 66.555) (xy 186.041309 66.534236) (xy 186.311808 66.452182) (xy 186.561101 66.318932) (xy 186.779608 66.139608) (xy 186.958932 65.921101) (xy 187.03 65.788142) (xy 187.101068 65.921101) (xy 187.280392 66.139608) (xy 187.498899 66.318932) (xy 187.748192 66.452182) (xy 188.018691 66.534236) (xy 188.229508 66.555) (xy 188.370492 66.555) (xy 188.581309 66.534236) (xy 188.851808 66.452182) (xy 189.101101 66.318932) (xy 189.319608 66.139608) (xy 189.498932 65.921101) (xy 189.57 65.788142) (xy 189.641068 65.921101) (xy 189.820392 66.139608) (xy 190.038899 66.318932) (xy 190.288192 66.452182) (xy 190.558691 66.534236) (xy 190.769508 66.555) (xy 190.910492 66.555) (xy 191.121309 66.534236) (xy 191.391808 66.452182) (xy 191.641101 66.318932) (xy 191.859608 66.139608) (xy 192.038932 65.921101) (xy 192.112579 65.783318) (xy 192.227615 65.975131) (xy 192.416586 66.183519) (xy 192.64258 66.351037) (xy 192.896913 66.471246) (xy 193.030961 66.511904) (xy 193.253 66.389915) (xy 193.253 65.247) (xy 193.233 65.247) (xy 193.233 64.993) (xy 193.253 64.993) (xy 193.253 63.850085) (xy 193.030961 63.728096) (xy 192.896913 63.768754) (xy 192.64258 63.888963) (xy 192.416586 64.056481) (xy 192.227615 64.264869) (xy 192.112579 64.456682) (xy 192.038932 64.318899) (xy 191.859608 64.100392) (xy 191.641101 63.921068) (xy 191.391808 63.787818) (xy 191.121309 63.705764) (xy 190.910492 63.685) (xy 190.769508 63.685) (xy 190.558691 63.705764) (xy 190.288192 63.787818) (xy 190.038899 63.921068) (xy 189.820392 64.100392) (xy 189.641068 64.318899) (xy 189.57 64.451858) (xy 189.498932 64.318899) (xy 189.319608 64.100392) (xy 189.101101 63.921068) (xy 188.851808 63.787818) (xy 188.581309 63.705764) (xy 188.370492 63.685) (xy 188.229508 63.685) (xy 188.018691 63.705764) (xy 187.748192 63.787818) (xy 187.498899 63.921068) (xy 187.280392 64.100392) (xy 187.101068 64.318899) (xy 187.03 64.451858) (xy 186.958932 64.318899) (xy 186.779608 64.100392) (xy 186.561101 63.921068) (xy 186.311808 63.787818) (xy 186.041309 63.705764) (xy 185.830492 63.685) (xy 185.689508 63.685) (xy 185.478691 63.705764) (xy 185.208192 63.787818) (xy 184.958899 63.921068) (xy 184.740392 64.100392) (xy 184.561068 64.318899) (xy 184.49 64.451858) (xy 184.418932 64.318899) (xy 184.239608 64.100392) (xy 184.021101 63.921068) (xy 183.771808 63.787818) (xy 183.501309 63.705764) (xy 183.290492 63.685) (xy 183.149508 63.685) (xy 182.938691 63.705764) (xy 182.668192 63.787818) (xy 182.418899 63.921068) (xy 182.200392 64.100392) (xy 182.021068 64.318899) (xy 181.887818 64.568192) (xy 181.805764 64.838691) (xy 181.778057 65.12) (xy 177.888125 65.12) (xy 177.860155 65.067) (xy 176.667 65.067) (xy 176.667 65.087) (xy 176.413 65.087) (xy 176.413 65.067) (xy 176.393 65.067) (xy 176.393 64.813) (xy 176.413 64.813) (xy 176.413 64.793) (xy 176.667 64.793) (xy 176.667 64.813) (xy 177.860155 64.813) (xy 177.981476 64.58311) (xy 177.936825 64.435901) (xy 177.811641 64.17308) (xy 177.637588 63.939731) (xy 177.421355 63.744822) (xy 177.304477 63.675201) (xy 177.369014 63.640706) (xy 177.595134 63.455134) (xy 177.780706 63.229014) (xy 177.918599 62.971034) (xy 178.003513 62.691111) (xy 178.032185 62.4) (xy 178.003513 62.108889) (xy 177.95762 61.9576) (xy 193.818154 61.9576) (xy 195.185001 63.324448) (xy 195.185001 63.885736) (xy 195.118899 63.921068) (xy 194.900392 64.100392) (xy 194.721068 64.318899) (xy 194.647421 64.456682) (xy 194.532385 64.264869) (xy 194.343414 64.056481) (xy 194.11742 63.888963) (xy 193.863087 63.768754) (xy 193.729039 63.728096) (xy 193.507 63.850085) (xy 193.507 64.993) (xy 193.527 64.993) (xy 193.527 65.247) (xy 193.507 65.247) (xy 193.507 66.389915) (xy 193.729039 66.511904) (xy 193.863087 66.471246) (xy 194.11742 66.351037) (xy 194.343414 66.183519) (xy 194.532385 65.975131) (xy 194.647421 65.783318) (xy 194.721068 65.921101) (xy 194.900392 66.139608) (xy 195.118899 66.318932) (xy 195.368192 66.452182) (xy 195.638691 66.534236) (xy 195.849508 66.555) (xy 195.990492 66.555) (xy 196.201309 66.534236) (xy 196.471808 66.452182) (xy 196.721101 66.318932) (xy 196.939608 66.139608) (xy 197.118932 65.921101) (xy 197.192579 65.783318) (xy 197.307615 65.975131) (xy 197.496586 66.183519) (xy 197.72258 66.351037) (xy 197.976913 66.471246) (xy 198.110961 66.511904) (xy 198.333 66.389915) (xy 198.333 65.247) (xy 198.313 65.247) (xy 198.313 64.993) (xy 198.333 64.993) (xy 198.333 63.850085) (xy 198.110961 63.728096) (xy 197.976913 63.768754) (xy 197.72258 63.888963) (xy 197.496586 64.056481) (xy 197.307615 64.264869) (xy 197.192579 64.456682) (xy 197.118932 64.318899) (xy 196.939608 64.100392) (xy 196.721101 63.921068) (xy 196.655 63.885736) (xy 196.655 63.056094) (xy 196.658555 63.019999) (xy 196.655 62.983904) (xy 196.655 62.983895) (xy 196.644365 62.875915) (xy 196.602337 62.737367) (xy 196.566603 62.670512) (xy 203.459783 62.670512) (xy 203.501213 62.95013) (xy 203.596397 63.216292) (xy 203.663329 63.341514) (xy 203.907298 63.413097) (xy 204.720395 62.6) (xy 205.079605 62.6) (xy 205.892702 63.413097) (xy 206.136671 63.341514) (xy 206.257571 63.086004) (xy 206.3263 62.811816) (xy 206.340217 62.529488) (xy 206.298787 62.24987) (xy 206.203603 61.983708) (xy 206.136671 61.858486) (xy 205.892702 61.786903) (xy 205.079605 62.6) (xy 204.720395 62.6) (xy 203.907298 61.786903) (xy 203.663329 61.858486) (xy 203.542429 62.113996) (xy 203.4737 62.388184) (xy 203.459783 62.670512) (xy 196.566603 62.670512) (xy 196.534087 62.60968) (xy 196.442238 62.497762) (xy 196.414193 62.474746) (xy 195.546745 61.607298) (xy 204.086903 61.607298) (xy 204.9 62.420395) (xy 205.713097 61.607298) (xy 205.641514 61.363329) (xy 205.386004 61.242429) (xy 205.111816 61.1737) (xy 204.829488 61.159783) (xy 204.54987 61.201213) (xy 204.283708 61.296397) (xy 204.158486 61.363329) (xy 204.086903 61.607298) (xy 195.546745 61.607298) (xy 194.667858 60.728412) (xy 194.644838 60.700362) (xy 194.53292 60.608513) (xy 194.405233 60.540263) (xy 194.266685 60.498235) (xy 194.158705 60.4876) (xy 194.1226 60.484044) (xy 194.086495 60.4876) (xy 177.888364 60.4876) (xy 177.918599 60.431034) (xy 178.003513 60.151111) (xy 178.032185 59.86) (xy 178.003513 59.568889) (xy 177.918599 59.288966) (xy 177.780706 59.030986) (xy 177.595134 58.804866) (xy 177.369014 58.619294) (xy 177.314209 58.59) (xy 177.369014 58.560706) (xy 177.595134 58.375134) (xy 177.780706 58.149014) (xy 177.918599 57.891034) (xy 177.931337 57.84904) (xy 181.828091 57.84904) (xy 181.92293 58.113881) (xy 182.067615 58.355131) (xy 182.256586 58.563519) (xy 182.48258 58.731037) (xy 182.736913 58.851246) (xy 182.870961 58.891904) (xy 183.093 58.769915) (xy 183.093 57.627) (xy 181.949376 57.627) (xy 181.828091 57.84904) (xy 177.931337 57.84904) (xy 178.003513 57.611111) (xy 178.032185 57.32) (xy 178.015536 57.15096) (xy 181.828091 57.15096) (xy 181.949376 57.373) (xy 183.093 57.373) (xy 183.093 56.230085) (xy 182.870961 56.108096) (xy 182.736913 56.148754) (xy 182.48258 56.268963) (xy 182.256586 56.436481) (xy 182.067615 56.644869) (xy 181.92293 56.886119) (xy 181.828091 57.15096) (xy 178.015536 57.15096) (xy 178.003513 57.028889) (xy 177.918599 56.748966) (xy 177.780706 56.490986) (xy 177.595134 56.264866) (xy 177.369014 56.079294) (xy 177.314209 56.05) (xy 177.369014 56.020706) (xy 177.595134 55.835134) (xy 177.780706 55.609014) (xy 177.830957 55.515) (xy 189.075554 55.515) (xy 189.94153 56.380977) (xy 189.820392 56.480392) (xy 189.641068 56.698899) (xy 189.57 56.831858) (xy 189.498932 56.698899) (xy 189.319608 56.480392) (xy 189.101101 56.301068) (xy 188.851808 56.167818) (xy 188.581309 56.085764) (xy 188.370492 56.065) (xy 188.229508 56.065) (xy 188.018691 56.085764) (xy 187.748192 56.167818) (xy 187.498899 56.301068) (xy 187.280392 56.480392) (xy 187.101068 56.698899) (xy 187.03 56.831858) (xy 186.958932 56.698899) (xy 186.779608 56.480392) (xy 186.561101 56.301068) (xy 186.311808 56.167818) (xy 186.041309 56.085764) (xy 185.830492 56.065) (xy 185.689508 56.065) (xy 185.478691 56.085764) (xy 185.208192 56.167818) (xy 184.958899 56.301068) (xy 184.740392 56.480392) (xy 184.561068 56.698899) (xy 184.487421 56.836682) (xy 184.372385 56.644869) (xy 184.183414 56.436481) (xy 183.95742 56.268963) (xy 183.703087 56.148754) (xy 183.569039 56.108096) (xy 183.347 56.230085) (xy 183.347 57.373) (xy 183.367 57.373) (xy 183.367 57.627) (xy 183.347 57.627) (xy 183.347 58.769915) (xy 183.569039 58.891904) (xy 183.703087 58.851246) (xy 183.95742 58.731037) (xy 184.183414 58.563519) (xy 184.372385 58.355131) (xy 184.487421 58.163318) (xy 184.561068 58.301101) (xy 184.740392 58.519608) (xy 184.958899 58.698932) (xy 185.208192 58.832182) (xy 185.478691 58.914236) (xy 185.689508 58.935) (xy 185.830492 58.935) (xy 186.041309 58.914236) (xy 186.311808 58.832182) (xy 186.561101 58.698932) (xy 186.779608 58.519608) (xy 186.958932 58.301101) (xy 187.03 58.168142) (xy 187.101068 58.301101) (xy 187.280392 58.519608) (xy 187.498899 58.698932) (xy 187.748192 58.832182) (xy 188.018691 58.914236) (xy 188.229508 58.935) (xy 188.370492 58.935) (xy 188.581309 58.914236) (xy 188.851808 58.832182) (xy 189.101101 58.698932) (xy 189.319608 58.519608) (xy 189.498932 58.301101) (xy 189.57 58.168142) (xy 189.641068 58.301101) (xy 189.820392 58.519608) (xy 190.038899 58.698932) (xy 190.288192 58.832182) (xy 190.558691 58.914236) (xy 190.769508 58.935) (xy 190.910492 58.935) (xy 191.121309 58.914236) (xy 191.391808 58.832182) (xy 191.641101 58.698932) (xy 191.859608 58.519608) (xy 192.038932 58.301101) (xy 192.11 58.168142) (xy 192.181068 58.301101) (xy 192.360392 58.519608) (xy 192.578899 58.698932) (xy 192.828192 58.832182) (xy 193.098691 58.914236) (xy 193.309508 58.935) (xy 193.450492 58.935) (xy 193.661309 58.914236) (xy 193.931808 58.832182) (xy 194.181101 58.698932) (xy 194.399608 58.519608) (xy 194.578932 58.301101) (xy 194.652579 58.163318) (xy 194.767615 58.355131) (xy 194.956586 58.563519) (xy 195.18258 58.731037) (xy 195.436913 58.851246) (xy 195.570961 58.891904) (xy 195.793 58.769915) (xy 195.793 57.627) (xy 195.773 57.627) (xy 195.773 57.373) (xy 195.793 57.373) (xy 195.793 56.230085) (xy 195.570961 56.108096) (xy 195.436913 56.148754) (xy 195.18258 56.268963) (xy 194.956586 56.436481) (xy 194.767615 56.644869) (xy 194.652579 56.836682) (xy 194.578932 56.698899) (xy 194.399608 56.480392) (xy 194.181101 56.301068) (xy 194.115 56.265736) (xy 194.115 55.616105) (xy 194.118556 55.58) (xy 194.104365 55.435915) (xy 194.062337 55.297366) (xy 193.994087 55.16968) (xy 193.970714 55.1412) (xy 193.902238 55.057762) (xy 193.874193 55.034746) (xy 192.605768 53.766322) (xy 192.69418 53.739502) (xy 192.804494 53.680537) (xy 192.901185 53.601185) (xy 192.980537 53.504494) (xy 193.039502 53.39418) (xy 193.075812 53.274482) (xy 193.088072 53.15) (xy 193.088072 53.135) (xy 199.604133 53.135) ) ) (filled_polygon (pts (xy 89.361928 58.9) (xy 89.374188 59.024482) (xy 89.410498 59.14418) (xy 89.469463 59.254494) (xy 89.548815 59.351185) (xy 89.645506 59.430537) (xy 89.75582 59.489502) (xy 89.875518 59.525812) (xy 89.893482 59.527581) (xy 89.780392 59.620392) (xy 89.601068 59.838899) (xy 89.467818 60.088192) (xy 89.385764 60.358691) (xy 89.358057 60.64) (xy 89.385764 60.921309) (xy 89.467818 61.191808) (xy 89.601068 61.441101) (xy 89.780392 61.659608) (xy 89.998899 61.838932) (xy 90.131858 61.91) (xy 89.998899 61.981068) (xy 89.780392 62.160392) (xy 89.601068 62.378899) (xy 89.467818 62.628192) (xy 89.385764 62.898691) (xy 89.358057 63.18) (xy 89.385764 63.461309) (xy 89.467818 63.731808) (xy 89.601068 63.981101) (xy 89.780392 64.199608) (xy 89.998899 64.378932) (xy 90.136682 64.452579) (xy 89.944869 64.567615) (xy 89.736481 64.756586) (xy 89.568963 64.98258) (xy 89.448754 65.236913) (xy 89.408096 65.370961) (xy 89.530085 65.593) (xy 90.673 65.593) (xy 90.673 65.573) (xy 90.927 65.573) (xy 90.927 65.593) (xy 92.069915 65.593) (xy 92.191904 65.370961) (xy 92.151246 65.236913) (xy 92.031037 64.98258) (xy 91.863519 64.756586) (xy 91.655131 64.567615) (xy 91.463318 64.452579) (xy 91.601101 64.378932) (xy 91.819608 64.199608) (xy 91.998932 63.981101) (xy 92.132182 63.731808) (xy 92.214236 63.461309) (xy 92.241943 63.18) (xy 92.214236 62.898691) (xy 92.132182 62.628192) (xy 91.998932 62.378899) (xy 91.819608 62.160392) (xy 91.601101 61.981068) (xy 91.468142 61.91) (xy 91.601101 61.838932) (xy 91.819608 61.659608) (xy 91.847038 61.626184) (xy 95.334646 65.113793) (xy 95.357662 65.141838) (xy 95.46958 65.233687) (xy 95.597267 65.301937) (xy 95.735815 65.343965) (xy 95.843795 65.3546) (xy 95.843804 65.3546) (xy 95.879899 65.358155) (xy 95.915994 65.3546) (xy 97.031272 65.3546) (xy 97.005764 65.438691) (xy 96.978057 65.72) (xy 97.005764 66.001309) (xy 97.087818 66.271808) (xy 97.221068 66.521101) (xy 97.400392 66.739608) (xy 97.618899 66.918932) (xy 97.751858 66.99) (xy 97.618899 67.061068) (xy 97.400392 67.240392) (xy 97.221068 67.458899) (xy 97.087818 67.708192) (xy 97.005764 67.978691) (xy 96.978057 68.26) (xy 97.005764 68.541309) (xy 97.086609 68.807821) (xy 96.955267 68.847663) (xy 96.82758 68.915913) (xy 96.715662 69.007762) (xy 96.692646 69.035807) (xy 95.203285 70.525168) (xy 95.038071 70.558032) (xy 94.867911 70.628514) (xy 94.714772 70.730838) (xy 94.584538 70.861072) (xy 94.482214 71.014211) (xy 94.411732 71.184371) (xy 94.3758 71.365011) (xy 94.3758 71.5047) (xy 93.036696 71.5047) (xy 93.000599 71.501145) (xy 92.964502 71.5047) (xy 92.964495 71.5047) (xy 92.871775 71.513832) (xy 92.856514 71.515335) (xy 92.845837 71.518574) (xy 92.717967 71.557363) (xy 92.59028 71.625613) (xy 92.478362 71.717462) (xy 92.455346 71.745507) (xy 91.847038 72.353816) (xy 91.819608 72.320392) (xy 91.601101 72.141068) (xy 91.468142 72.07) (xy 91.601101 71.998932) (xy 91.819608 71.819608) (xy 91.998932 71.601101) (xy 92.132182 71.351808) (xy 92.214236 71.081309) (xy 92.241943 70.8) (xy 92.214236 70.518691) (xy 92.132182 70.248192) (xy 91.998932 69.998899) (xy 91.819608 69.780392) (xy 91.601101 69.601068) (xy 91.463318 69.527421) (xy 91.655131 69.412385) (xy 91.863519 69.223414) (xy 92.031037 68.99742) (xy 92.151246 68.743087) (xy 92.191904 68.609039) (xy 92.069915 68.387) (xy 90.927 68.387) (xy 90.927 68.407) (xy 90.673 68.407) (xy 90.673 68.387) (xy 89.530085 68.387) (xy 89.408096 68.609039) (xy 89.448754 68.743087) (xy 89.568963 68.99742) (xy 89.736481 69.223414) (xy 89.944869 69.412385) (xy 90.136682 69.527421) (xy 89.998899 69.601068) (xy 89.780392 69.780392) (xy 89.601068 69.998899) (xy 89.565736 70.065) (xy 86.535 70.065) (xy 86.535 66.069039) (xy 89.408096 66.069039) (xy 89.448754 66.203087) (xy 89.568963 66.45742) (xy 89.736481 66.683414) (xy 89.944869 66.872385) (xy 90.140982 66.99) (xy 89.944869 67.107615) (xy 89.736481 67.296586) (xy 89.568963 67.52258) (xy 89.448754 67.776913) (xy 89.408096 67.910961) (xy 89.530085 68.133) (xy 90.673 68.133) (xy 90.673 65.847) (xy 90.927 65.847) (xy 90.927 68.133) (xy 92.069915 68.133) (xy 92.191904 67.910961) (xy 92.151246 67.776913) (xy 92.031037 67.52258) (xy 91.863519 67.296586) (xy 91.655131 67.107615) (xy 91.459018 66.99) (xy 91.655131 66.872385) (xy 91.863519 66.683414) (xy 92.031037 66.45742) (xy 92.151246 66.203087) (xy 92.191904 66.069039) (xy 92.069915 65.847) (xy 90.927 65.847) (xy 90.673 65.847) (xy 89.530085 65.847) (xy 89.408096 66.069039) (xy 86.535 66.069039) (xy 86.535 59.345867) (xy 88.345868 57.535) (xy 89.361928 57.535) ) ) (filled_polygon (pts (xy 161.081426 63.640147) (xy 160.820273 63.74832) (xy 160.585241 63.905363) (xy 160.385363 64.105241) (xy 160.22832 64.340273) (xy 160.120147 64.601426) (xy 160.065 64.878665) (xy 160.065 65.161335) (xy 160.120147 65.438574) (xy 160.22832 65.699727) (xy 160.385363 65.934759) (xy 160.585241 66.134637) (xy 160.820273 66.29168) (xy 161.081426 66.399853) (xy 161.358665 66.455) (xy 161.641335 66.455) (xy 161.918574 66.399853) (xy 162.179727 66.29168) (xy 162.414759 66.134637) (xy 162.614637 65.934759) (xy 162.77168 65.699727) (xy 162.879853 65.438574) (xy 162.935 65.161335) (xy 162.935 64.878665) (xy 162.879853 64.601426) (xy 162.77168 64.340273) (xy 162.614637 64.105241) (xy 162.414759 63.905363) (xy 162.179727 63.74832) (xy 161.918574 63.640147) (xy 161.892699 63.635) (xy 163.895554 63.635) (xy 164.865 64.604447) (xy 164.865001 68.963885) (xy 164.861444 69) (xy 164.875635 69.144085) (xy 164.906966 69.247367) (xy 164.917664 69.282633) (xy 164.985914 69.41032) (xy 165.077763 69.522238) (xy 165.105808 69.545254) (xy 166.074746 70.514193) (xy 166.097762 70.542238) (xy 166.20968 70.634087) (xy 166.337367 70.702337) (xy 166.451656 70.737006) (xy 166.475915 70.744365) (xy 166.62 70.758556) (xy 166.656105 70.755) (xy 172.709043 70.755) (xy 172.759294 70.849014) (xy 172.944866 71.075134) (xy 173.170986 71.260706) (xy 173.225791 71.29) (xy 173.170986 71.319294) (xy 172.944866 71.504866) (xy 172.759294 71.730986) (xy 172.709043 71.825) (xy 147.924447 71.825) (xy 146.592149 70.492702) (xy 156.386903 70.492702) (xy 156.458486 70.736671) (xy 156.713996 70.857571) (xy 156.988184 70.9263) (xy 157.270512 70.940217) (xy 157.55013 70.898787) (xy 157.816292 70.803603) (xy 157.941514 70.736671) (xy 158.013097 70.492702) (xy 157.2 69.679605) (xy 156.386903 70.492702) (xy 146.592149 70.492702) (xy 145.669959 69.570512) (xy 155.759783 69.570512) (xy 155.801213 69.85013) (xy 155.896397 70.116292) (xy 155.963329 70.241514) (xy 156.207298 70.313097) (xy 157.020395 69.5) (xy 157.379605 69.5) (xy 158.192702 70.313097) (xy 158.436671 70.241514) (xy 158.450324 70.212659) (xy 158.585363 70.414759) (xy 158.785241 70.614637) (xy 159.020273 70.77168) (xy 159.281426 70.879853) (xy 159.558665 70.935) (xy 159.841335 70.935) (xy 160.118574 70.879853) (xy 160.379727 70.77168) (xy 160.614759 70.614637) (xy 160.814637 70.414759) (xy 160.97168 70.179727) (xy 161.079853 69.918574) (xy 161.135 69.641335) (xy 161.135 69.358665) (xy 161.079853 69.081426) (xy 160.97168 68.820273) (xy 160.814637 68.585241) (xy 160.614759 68.385363) (xy 160.379727 68.22832) (xy 160.118574 68.120147) (xy 159.841335 68.065) (xy 159.558665 68.065) (xy 159.281426 68.120147) (xy 159.020273 68.22832) (xy 158.785241 68.385363) (xy 158.585363 68.585241) (xy 158.451308 68.785869) (xy 158.436671 68.758486) (xy 158.192702 68.686903) (xy 157.379605 69.5) (xy 157.020395 69.5) (xy 156.207298 68.686903) (xy 155.963329 68.758486) (xy 155.842429 69.013996) (xy 155.7737 69.288184) (xy 155.759783 69.570512) (xy 145.669959 69.570512) (xy 144.606745 68.507298) (xy 156.386903 68.507298) (xy 157.2 69.320395) (xy 158.013097 68.507298) (xy 157.941514 68.263329) (xy 157.686004 68.142429) (xy 157.411816 68.0737) (xy 157.129488 68.059783) (xy 156.84987 68.101213) (xy 156.583708 68.196397) (xy 156.458486 68.263329) (xy 156.386903 68.507298) (xy 144.606745 68.507298) (xy 144.357305 68.257858) (xy 144.3862 68.112589) (xy 144.3862 67.847411) (xy 144.334467 67.587328) (xy 144.275512 67.445) (xy 152.153895 67.445) (xy 152.19 67.448556) (xy 152.226105 67.445) (xy 152.334085 67.434365) (xy 152.472633 67.392337) (xy 152.60032 67.324087) (xy 152.712238 67.232238) (xy 152.735258 67.204188) (xy 153.526625 66.412822) (xy 153.738665 66.455) (xy 154.021335 66.455) (xy 154.298574 66.399853) (xy 154.559727 66.29168) (xy 154.794759 66.134637) (xy 154.994637 65.934759) (xy 155.15168 65.699727) (xy 155.259853 65.438574) (xy 155.315 65.161335) (xy 155.315 64.878665) (xy 155.259853 64.601426) (xy 155.15168 64.340273) (xy 154.994637 64.105241) (xy 154.794759 63.905363) (xy 154.559727 63.74832) (xy 154.298574 63.640147) (xy 154.272699 63.635) (xy 161.107301 63.635) ) ) (filled_polygon (pts (xy 132.100932 60.572729) (xy 132.171414 60.742889) (xy 132.273738 60.896028) (xy 132.403972 61.026262) (xy 132.557111 61.128586) (xy 132.727271 61.199068) (xy 132.907911 61.235) (xy 133.092089 61.235) (xy 133.272729 61.199068) (xy 133.442889 61.128586) (xy 133.582951 61.035) (xy 136.995554 61.035) (xy 138.054746 62.094193) (xy 138.077762 62.122238) (xy 138.142826 62.175635) (xy 138.18968 62.214087) (xy 138.317366 62.282337) (xy 138.455915 62.324365) (xy 138.6 62.338556) (xy 138.636105 62.335) (xy 139.278097 62.335) (xy 139.223798 62.451509) (xy 139.160824 62.709102) (xy 139.149313 62.97403) (xy 139.189709 63.236113) (xy 139.280458 63.48528) (xy 139.335817 63.588848) (xy 139.570725 63.649667) (xy 139.556992 63.6634) (xy 136.858704 63.6634) (xy 136.822599 63.659844) (xy 136.678514 63.674035) (xy 136.642368 63.685) (xy 136.539967 63.716063) (xy 136.41228 63.784313) (xy 136.300362 63.876162) (xy 136.277346 63.904207) (xy 134.939654 65.2419) (xy 134.406051 65.2419) (xy 134.265989 65.148314) (xy 134.095829 65.077832) (xy 133.915189 65.0419) (xy 133.731011 65.0419) (xy 133.550371 65.077832) (xy 133.380211 65.148314) (xy 133.227072 65.250638) (xy 133.096838 65.380872) (xy 132.994514 65.534011) (xy 132.924032 65.704171) (xy 132.8881 65.884811) (xy 132.8881 66.068989) (xy 132.924032 66.249629) (xy 132.994514 66.419789) (xy 133.096838 66.572928) (xy 133.227072 66.703162) (xy 133.380211 66.805486) (xy 133.550371 66.875968) (xy 133.731011 66.9119) (xy 133.915189 66.9119) (xy 134.095829 66.875968) (xy 134.265989 66.805486) (xy 134.406051 66.7119) (xy 135.207995 66.7119) (xy 135.2441 66.715456) (xy 135.280205 66.7119) (xy 135.388185 66.701265) (xy 135.526733 66.659237) (xy 135.65442 66.590987) (xy 135.766338 66.499138) (xy 135.789359 66.471087) (xy 135.805753 66.454693) (xy 137.127047 65.1334) (xy 139.188412 65.1334) (xy 139.1538 65.307411) (xy 139.1538 65.572589) (xy 139.205533 65.832672) (xy 139.307013 66.077665) (xy 139.454338 66.298153) (xy 139.641847 66.485662) (xy 139.862335 66.632987) (xy 140.0506 66.710969) (xy 139.91472 66.760458) (xy 139.811152 66.815817) (xy 139.750332 67.050727) (xy 140.5 67.800395) (xy 141.249668 67.050727) (xy 141.188848 66.815817) (xy 140.957066 66.707794) (xy 141.137665 66.632987) (xy 141.358153 66.485662) (xy 141.545662 66.298153) (xy 141.692987 66.077665) (xy 141.770969 65.8894) (xy 141.820458 66.02528) (xy 141.875817 66.128848) (xy 142.110727 66.189668) (xy 142.860395 65.44) (xy 142.846253 65.425858) (xy 143.025858 65.246253) (xy 143.04 65.260395) (xy 143.054143 65.246253) (xy 143.233748 65.425858) (xy 143.219605 65.44) (xy 143.233748 65.454143) (xy 143.054143 65.633748) (xy 143.04 65.619605) (xy 142.648739 66.010866) (xy 142.593367 66.027663) (xy 142.46568 66.095913) (xy 142.353762 66.187762) (xy 142.330746 66.215807) (xy 141.534208 67.012346) (xy 141.506163 67.035362) (xy 141.414314 67.14728) (xy 141.346064 67.274967) (xy 141.329267 67.330338) (xy 140.679605 67.98) (xy 140.693748 67.994143) (xy 140.514143 68.173748) (xy 140.5 68.159605) (xy 140.485858 68.173748) (xy 140.306253 67.994143) (xy 140.320395 67.98) (xy 139.570727 67.230332) (xy 139.335817 67.291152) (xy 139.223798 67.531509) (xy 139.160824 67.789102) (xy 139.149313 68.05403) (xy 139.189709 68.316113) (xy 139.254497 68.494) (xy 132.208451 68.494) (xy 132.068389 68.400414) (xy 131.898229 68.329932) (xy 131.717589 68.294) (xy 131.533411 68.294) (xy 131.352771 68.329932) (xy 131.182611 68.400414) (xy 131.029472 68.502738) (xy 130.899238 68.632972) (xy 130.796914 68.786111) (xy 130.726432 68.956271) (xy 130.6905 69.136911) (xy 130.6905 69.217145) (xy 130.472589 69.1738) (xy 130.207411 69.1738) (xy 129.947328 69.225533) (xy 129.805 69.284488) (xy 129.805 60.834446) (xy 130.204447 60.435) (xy 132.073536 60.435) ) ) (filled_polygon (pts (xy 113.085 52.985604) (xy 112.885363 53.185241) (xy 112.751308 53.385869) (xy 112.736671 53.358486) (xy 112.492702 53.286903) (xy 111.679605 54.1) (xy 112.492702 54.913097) (xy 112.736671 54.841514) (xy 112.750324 54.812659) (xy 112.885363 55.014759) (xy 113.085001 55.214397) (xy 113.085 57.028888) (xy 112.900392 57.180392) (xy 112.721068 57.398899) (xy 112.587818 57.648192) (xy 112.505764 57.918691) (xy 112.478057 58.2) (xy 112.505764 58.481309) (xy 112.587818 58.751808) (xy 112.721068 59.001101) (xy 112.900392 59.219608) (xy 113.118899 59.398932) (xy 113.251858 59.47) (xy 113.118899 59.541068) (xy 112.900392 59.720392) (xy 112.721068 59.938899) (xy 112.587818 60.188192) (xy 112.505764 60.458691) (xy 112.478057 60.74) (xy 112.505764 61.021309) (xy 112.587818 61.291808) (xy 112.721068 61.541101) (xy 112.900392 61.759608) (xy 113.118899 61.938932) (xy 113.251858 62.01) (xy 113.118899 62.081068) (xy 112.900392 62.260392) (xy 112.721068 62.478899) (xy 112.587818 62.728192) (xy 112.505764 62.998691) (xy 112.478057 63.28) (xy 112.505764 63.561309) (xy 112.587818 63.831808) (xy 112.676368 63.997473) (xy 112.544867 64.037363) (xy 112.41718 64.105613) (xy 112.305262 64.197462) (xy 112.282246 64.225507) (xy 107.64796 68.859794) (xy 107.714236 68.641309) (xy 107.741943 68.36) (xy 107.714236 68.078691) (xy 107.632182 67.808192) (xy 107.498932 67.558899) (xy 107.319608 67.340392) (xy 107.101101 67.161068) (xy 106.968142 67.09) (xy 107.101101 67.018932) (xy 107.319608 66.839608) (xy 107.498932 66.621101) (xy 107.605443 66.421833) (xy 107.660872 66.477262) (xy 107.814011 66.579586) (xy 107.984171 66.650068) (xy 108.164811 66.686) (xy 108.348989 66.686) (xy 108.529629 66.650068) (xy 108.699789 66.579586) (xy 108.852928 66.477262) (xy 108.983162 66.347028) (xy 109.085486 66.193889) (xy 109.155968 66.023729) (xy 109.1919 65.843089) (xy 109.1919 65.658911) (xy 109.155968 65.478271) (xy 109.085486 65.308111) (xy 108.983162 65.154972) (xy 108.852928 65.024738) (xy 108.699789 64.922414) (xy 108.529629 64.851932) (xy 108.364415 64.819068) (xy 107.670758 64.125412) (xy 107.647738 64.097362) (xy 107.538263 64.007518) (xy 107.632182 63.831808) (xy 107.714236 63.561309) (xy 107.741943 63.28) (xy 107.714236 62.998691) (xy 107.632182 62.728192) (xy 107.498932 62.478899) (xy 107.319608 62.260392) (xy 107.101101 62.081068) (xy 106.968142 62.01) (xy 107.101101 61.938932) (xy 107.319608 61.759608) (xy 107.498932 61.541101) (xy 107.632182 61.291808) (xy 107.714236 61.021309) (xy 107.741943 60.74) (xy 107.714236 60.458691) (xy 107.632182 60.188192) (xy 107.498932 59.938899) (xy 107.319608 59.720392) (xy 107.206518 59.627581) (xy 107.224482 59.625812) (xy 107.34418 59.589502) (xy 107.454494 59.530537) (xy 107.551185 59.451185) (xy 107.630537 59.354494) (xy 107.689502 59.24418) (xy 107.725812 59.124482) (xy 107.738072 59) (xy 107.738072 57.4) (xy 107.725812 57.275518) (xy 107.689502 57.15582) (xy 107.630537 57.045506) (xy 107.551185 56.948815) (xy 107.454494 56.869463) (xy 107.34418 56.810498) (xy 107.224482 56.774188) (xy 107.1 56.761928) (xy 105.5 56.761928) (xy 105.375518 56.774188) (xy 105.25582 56.810498) (xy 105.145506 56.869463) (xy 105.048815 56.948815) (xy 104.969463 57.045506) (xy 104.910498 57.15582) (xy 104.874188 57.275518) (xy 104.861928 57.4) (xy 104.861928 59) (xy 104.874188 59.124482) (xy 104.910498 59.24418) (xy 104.969463 59.354494) (xy 105.048815 59.451185) (xy 105.145506 59.530537) (xy 105.25582 59.589502) (xy 105.375518 59.625812) (xy 105.393482 59.627581) (xy 105.280392 59.720392) (xy 105.101068 59.938899) (xy 104.967818 60.188192) (xy 104.885764 60.458691) (xy 104.858057 60.74) (xy 104.885764 61.021309) (xy 104.967818 61.291808) (xy 105.101068 61.541101) (xy 105.280392 61.759608) (xy 105.498899 61.938932) (xy 105.631858 62.01) (xy 105.498899 62.081068) (xy 105.280392 62.260392) (xy 105.101068 62.478899) (xy 104.967818 62.728192) (xy 104.885764 62.998691) (xy 104.858057 63.28) (xy 104.885764 63.561309) (xy 104.967818 63.831808) (xy 104.996036 63.8846) (xy 99.670513 63.8846) (xy 99.752182 63.731808) (xy 99.834236 63.461309) (xy 99.861943 63.18) (xy 99.834236 62.898691) (xy 99.752182 62.628192) (xy 99.618932 62.378899) (xy 99.439608 62.160392) (xy 99.221101 61.981068) (xy 99.088142 61.91) (xy 99.221101 61.838932) (xy 99.439608 61.659608) (xy 99.618932 61.441101) (xy 99.752182 61.191808) (xy 99.834236 60.921309) (xy 99.861943 60.64) (xy 99.834236 60.358691) (xy 99.752182 60.088192) (xy 99.618932 59.838899) (xy 99.439608 59.620392) (xy 99.221101 59.441068) (xy 99.088142 59.37) (xy 99.221101 59.298932) (xy 99.439608 59.119608) (xy 99.618932 58.901101) (xy 99.752182 58.651808) (xy 99.834236 58.381309) (xy 99.861943 58.1) (xy 99.834236 57.818691) (xy 99.752182 57.548192) (xy 99.618932 57.298899) (xy 99.439608 57.080392) (xy 99.255 56.928888) (xy 99.255 55.354567) (xy 99.314759 55.314637) (xy 99.514637 55.114759) (xy 99.529374 55.092702) (xy 110.686903 55.092702) (xy 110.758486 55.336671) (xy 111.013996 55.457571) (xy 111.288184 55.5263) (xy 111.570512 55.540217) (xy 111.85013 55.498787) (xy 112.116292 55.403603) (xy 112.241514 55.336671) (xy 112.313097 55.092702) (xy 111.5 54.279605) (xy 110.686903 55.092702) (xy 99.529374 55.092702) (xy 99.67168 54.879727) (xy 99.779853 54.618574) (xy 99.835 54.341335) (xy 99.835 54.170512) (xy 110.059783 54.170512) (xy 110.101213 54.45013) (xy 110.196397 54.716292) (xy 110.263329 54.841514) (xy 110.507298 54.913097) (xy 111.320395 54.1) (xy 110.507298 53.286903) (xy 110.263329 53.358486) (xy 110.142429 53.613996) (xy 110.0737 53.888184) (xy 110.059783 54.170512) (xy 99.835 54.170512) (xy 99.835 54.058665) (xy 99.779853 53.781426) (xy 99.67168 53.520273) (xy 99.514637 53.285241) (xy 99.336694 53.107298) (xy 110.686903 53.107298) (xy 111.5 53.920395) (xy 112.313097 53.107298) (xy 112.241514 52.863329) (xy 111.986004 52.742429) (xy 111.711816 52.6737) (xy 111.429488 52.659783) (xy 111.14987 52.701213) (xy 110.883708 52.796397) (xy 110.758486 52.863329) (xy 110.686903 53.107298) (xy 99.336694 53.107298) (xy 99.314759 53.085363) (xy 99.255 53.045433) (xy 99.255 51.635) (xy 113.085001 51.635) ) ) (filled_polygon (pts (xy 97.585 53.018706) (xy 97.485241 53.085363) (xy 97.285363 53.285241) (xy 97.151308 53.485869) (xy 97.136671 53.458486) (xy 96.892702 53.386903) (xy 96.079605 54.2) (xy 96.892702 55.013097) (xy 97.136671 54.941514) (xy 97.150324 54.912659) (xy 97.285363 55.114759) (xy 97.485241 55.314637) (xy 97.585001 55.381294) (xy 97.585 56.928888) (xy 97.400392 57.080392) (xy 97.221068 57.298899) (xy 97.087818 57.548192) (xy 97.005764 57.818691) (xy 96.978057 58.1) (xy 97.005764 58.381309) (xy 97.087818 58.651808) (xy 97.221068 58.901101) (xy 97.400392 59.119608) (xy 97.618899 59.298932) (xy 97.751858 59.37) (xy 97.618899 59.441068) (xy 97.400392 59.620392) (xy 97.221068 59.838899) (xy 97.087818 60.088192) (xy 97.005764 60.358691) (xy 96.978057 60.64) (xy 97.005764 60.921309) (xy 97.087818 61.191808) (xy 97.221068 61.441101) (xy 97.400392 61.659608) (xy 97.618899 61.838932) (xy 97.751858 61.91) (xy 97.618899 61.981068) (xy 97.400392 62.160392) (xy 97.221068 62.378899) (xy 97.087818 62.628192) (xy 97.005764 62.898691) (xy 96.978057 63.18) (xy 97.005764 63.461309) (xy 97.087818 63.731808) (xy 97.169487 63.8846) (xy 96.184347 63.8846) (xy 92.445559 60.145813) (xy 92.422538 60.117762) (xy 92.31062 60.025913) (xy 92.182933 59.957663) (xy 92.044385 59.915635) (xy 92.039702 59.915174) (xy 91.998932 59.838899) (xy 91.819608 59.620392) (xy 91.706518 59.527581) (xy 91.724482 59.525812) (xy 91.84418 59.489502) (xy 91.954494 59.430537) (xy 92.051185 59.351185) (xy 92.130537 59.254494) (xy 92.189502 59.14418) (xy 92.225812 59.024482) (xy 92.238072 58.9) (xy 92.238072 57.3) (xy 92.225812 57.175518) (xy 92.189502 57.05582) (xy 92.130537 56.945506) (xy 92.051185 56.848815) (xy 91.954494 56.769463) (xy 91.84418 56.710498) (xy 91.724482 56.674188) (xy 91.6 56.661928) (xy 90.918939 56.661928) (xy 92.388165 55.192702) (xy 95.086903 55.192702) (xy 95.158486 55.436671) (xy 95.413996 55.557571) (xy 95.688184 55.6263) (xy 95.970512 55.640217) (xy 96.25013 55.598787) (xy 96.516292 55.503603) (xy 96.641514 55.436671) (xy 96.713097 55.192702) (xy 95.9 54.379605) (xy 95.086903 55.192702) (xy 92.388165 55.192702) (xy 93.310356 54.270512) (xy 94.459783 54.270512) (xy 94.501213 54.55013) (xy 94.596397 54.816292) (xy 94.663329 54.941514) (xy 94.907298 55.013097) (xy 95.720395 54.2) (xy 94.907298 53.386903) (xy 94.663329 53.458486) (xy 94.542429 53.713996) (xy 94.4737 53.988184) (xy 94.459783 54.270512) (xy 93.310356 54.270512) (xy 93.861432 53.719437) (xy 93.893291 53.693291) (xy 93.939421 53.637082) (xy 93.997636 53.566146) (xy 94.075172 53.421087) (xy 94.122918 53.263689) (xy 94.128472 53.207298) (xy 95.086903 53.207298) (xy 95.9 54.020395) (xy 96.713097 53.207298) (xy 96.641514 52.963329) (xy 96.386004 52.842429) (xy 96.111816 52.7737) (xy 95.829488 52.759783) (xy 95.54987 52.801213) (xy 95.283708 52.896397) (xy 95.158486 52.963329) (xy 95.086903 53.207298) (xy 94.128472 53.207298) (xy 94.13904 53.1) (xy 94.135 53.058982) (xy 94.135 51.845867) (xy 94.345868 51.635) (xy 97.585001 51.635) ) ) (filled_polygon (pts (xy 140.693748 62.885858) (xy 140.679605 62.9) (xy 140.693748 62.914143) (xy 140.514143 63.093748) (xy 140.5 63.079605) (xy 140.485858 63.093748) (xy 140.306253 62.914143) (xy 140.320395 62.9) (xy 140.306253 62.885858) (xy 140.485858 62.706253) (xy 140.5 62.720395) (xy 140.514143 62.706253) ) ) (filled_polygon (pts (xy 168.465001 54.972594) (xy 168.400932 55.127271) (xy 168.365 55.307911) (xy 168.365 55.492089) (xy 168.400932 55.672729) (xy 168.471414 55.842889) (xy 168.573738 55.996028) (xy 168.703972 56.126262) (xy 168.857111 56.228586) (xy 169.027271 56.299068) (xy 169.207911 56.335) (xy 169.392089 56.335) (xy 169.572729 56.299068) (xy 169.742889 56.228586) (xy 169.896028 56.126262) (xy 170.026262 55.996028) (xy 170.128586 55.842889) (xy 170.199068 55.672729) (xy 170.235 55.492089) (xy 170.235 55.307911) (xy 170.199068 55.127271) (xy 170.135 54.972596) (xy 170.135 51.635) (xy 172.639556 51.635) (xy 172.621401 51.668966) (xy 172.536487 51.948889) (xy 172.507815 52.24) (xy 172.536487 52.531111) (xy 172.621401 52.811034) (xy 172.759294 53.069014) (xy 172.944866 53.295134) (xy 173.170986 53.480706) (xy 173.225791 53.51) (xy 173.170986 53.539294) (xy 172.944866 53.724866) (xy 172.759294 53.950986) (xy 172.621401 54.208966) (xy 172.536487 54.488889) (xy 172.507815 54.78) (xy 172.536487 55.071111) (xy 172.621401 55.351034) (xy 172.759294 55.609014) (xy 172.944866 55.835134) (xy 173.170986 56.020706) (xy 173.225791 56.05) (xy 173.170986 56.079294) (xy 172.944866 56.264866) (xy 172.759294 56.490986) (xy 172.709043 56.585) (xy 168.559394 56.585) (xy 168.523299 56.581445) (xy 168.487204 56.585) (xy 168.487195 56.585) (xy 168.379215 56.595635) (xy 168.240667 56.637663) (xy 168.11298 56.705913) (xy 168.001062 56.797762) (xy 167.978046 56.825807) (xy 167.423111 57.380743) (xy 167.423106 57.380747) (xy 166.667154 58.1367) (xy 162.938072 58.1367) (xy 162.938072 56.6) (xy 162.925812 56.475518) (xy 162.889502 56.35582) (xy 162.830537 56.245506) (xy 162.751185 56.148815) (xy 162.654494 56.069463) (xy 162.54418 56.010498) (xy 162.424482 55.974188) (xy 162.3 55.961928) (xy 160.7 55.961928) (xy 160.575518 55.974188) (xy 160.45582 56.010498) (xy 160.345506 56.069463) (xy 160.248815 56.148815) (xy 160.169463 56.245506) (xy 160.110498 56.35582) (xy 160.074188 56.475518) (xy 160.061928 56.6) (xy 160.061928 58.1367) (xy 155.118949 58.1367) (xy 155.237571 57.886004) (xy 155.3063 57.611816) (xy 155.320217 57.329488) (xy 155.278787 57.04987) (xy 155.183603 56.783708) (xy 155.116671 56.658486) (xy 154.872702 56.586903) (xy 154.059605 57.4) (xy 154.073748 57.414143) (xy 153.894143 57.593748) (xy 153.88 57.579605) (xy 153.865858 57.593748) (xy 153.686253 57.414143) (xy 153.700395 57.4) (xy 152.887298 56.586903) (xy 152.643329 56.658486) (xy 152.522429 56.913996) (xy 152.4537 57.188184) (xy 152.439783 57.470512) (xy 152.481213 57.75013) (xy 152.576397 58.016292) (xy 152.640756 58.1367) (xy 144.348421 58.1367) (xy 144.379176 58.010898) (xy 144.390687 57.74597) (xy 144.350291 57.483887) (xy 144.259542 57.23472) (xy 144.204183 57.131152) (xy 143.969273 57.070332) (xy 143.219605 57.82) (xy 143.233748 57.834143) (xy 143.054143 58.013748) (xy 143.04 57.999605) (xy 143.025858 58.013748) (xy 142.846253 57.834143) (xy 142.860395 57.82) (xy 142.110727 57.070332) (xy 141.875817 57.131152) (xy 141.767794 57.362934) (xy 141.692987 57.182335) (xy 141.545662 56.961847) (xy 141.474542 56.890727) (xy 142.290332 56.890727) (xy 143.04 57.640395) (xy 143.789668 56.890727) (xy 143.728848 56.655817) (xy 143.488491 56.543798) (xy 143.230898 56.480824) (xy 142.96597 56.469313) (xy 142.703887 56.509709) (xy 142.45472 56.600458) (xy 142.351152 56.655817) (xy 142.290332 56.890727) (xy 141.474542 56.890727) (xy 141.358153 56.774338) (xy 141.137665 56.627013) (xy 140.95174 56.55) (xy 141.137665 56.472987) (xy 141.235975 56.407298) (xy 153.066903 56.407298) (xy 153.88 57.220395) (xy 154.693097 56.407298) (xy 154.621514 56.163329) (xy 154.366004 56.042429) (xy 154.091816 55.9737) (xy 153.809488 55.959783) (xy 153.52987 56.001213) (xy 153.263708 56.096397) (xy 153.138486 56.163329) (xy 153.066903 56.407298) (xy 141.235975 56.407298) (xy 141.358153 56.325662) (xy 141.545662 56.138153) (xy 141.692987 55.917665) (xy 141.794467 55.672672) (xy 141.8462 55.412589) (xy 141.8462 55.147411) (xy 141.794467 54.887328) (xy 141.692987 54.642335) (xy 141.545662 54.421847) (xy 141.358153 54.234338) (xy 141.137665 54.087013) (xy 140.892672 53.985533) (xy 140.632589 53.9338) (xy 140.367411 53.9338) (xy 140.107328 53.985533) (xy 139.862335 54.087013) (xy 139.641847 54.234338) (xy 139.454338 54.421847) (xy 139.307013 54.642335) (xy 139.23 54.82826) (xy 139.152987 54.642335) (xy 139.005662 54.421847) (xy 138.818153 54.234338) (xy 138.597665 54.087013) (xy 138.352672 53.985533) (xy 138.092589 53.9338) (xy 137.827411 53.9338) (xy 137.567328 53.985533) (xy 137.322335 54.087013) (xy 137.101847 54.234338) (xy 136.914338 54.421847) (xy 136.767013 54.642335) (xy 136.69 54.82826) (xy 136.612987 54.642335) (xy 136.465662 54.421847) (xy 136.278153 54.234338) (xy 136.057665 54.087013) (xy 135.812672 53.985533) (xy 135.552589 53.9338) (xy 135.287411 53.9338) (xy 135.027328 53.985533) (xy 134.782335 54.087013) (xy 134.561847 54.234338) (xy 134.374338 54.421847) (xy 134.227013 54.642335) (xy 134.15 54.82826) (xy 134.072987 54.642335) (xy 133.925662 54.421847) (xy 133.738153 54.234338) (xy 133.517665 54.087013) (xy 133.272672 53.985533) (xy 133.012589 53.9338) (xy 132.747411 53.9338) (xy 132.487328 53.985533) (xy 132.242335 54.087013) (xy 132.021847 54.234338) (xy 131.834338 54.421847) (xy 131.687013 54.642335) (xy 131.61 54.82826) (xy 131.532987 54.642335) (xy 131.385662 54.421847) (xy 131.198153 54.234338) (xy 130.977665 54.087013) (xy 130.732672 53.985533) (xy 130.472589 53.9338) (xy 130.207411 53.9338) (xy 129.947328 53.985533) (xy 129.702335 54.087013) (xy 129.481847 54.234338) (xy 129.294338 54.421847) (xy 129.147013 54.642335) (xy 129.07 54.82826) (xy 128.992987 54.642335) (xy 128.845662 54.421847) (xy 128.658153 54.234338) (xy 128.437665 54.087013) (xy 128.192672 53.985533) (xy 127.932589 53.9338) (xy 127.667411 53.9338) (xy 127.407328 53.985533) (xy 127.162335 54.087013) (xy 126.941847 54.234338) (xy 126.754338 54.421847) (xy 126.607013 54.642335) (xy 126.564856 54.74411) (xy 125.919432 54.098685) (xy 125.886568 53.933471) (xy 125.816086 53.763311) (xy 125.713762 53.610172) (xy 125.583528 53.479938) (xy 125.430389 53.377614) (xy 125.260229 53.307132) (xy 125.079589 53.2712) (xy 124.895411 53.2712) (xy 124.714771 53.307132) (xy 124.544611 53.377614) (xy 124.391472 53.479938) (xy 124.261238 53.610172) (xy 124.158914 53.763311) (xy 124.088432 53.933471) (xy 124.0525 54.114111) (xy 124.0525 54.298289) (xy 124.088432 54.478929) (xy 124.158914 54.649089) (xy 124.261238 54.802228) (xy 124.391472 54.932462) (xy 124.544611 55.034786) (xy 124.714771 55.105268) (xy 124.879985 55.138132) (xy 126.201203 56.45935) (xy 125.979117 56.681437) (xy 125.897665 56.627013) (xy 125.652672 56.525533) (xy 125.392589 56.4738) (xy 125.127411 56.4738) (xy 124.867328 56.525533) (xy 124.622335 56.627013) (xy 124.401847 56.774338) (xy 124.214338 56.961847) (xy 124.067013 57.182335) (xy 123.965533 57.427328) (xy 123.9138 57.687411) (xy 123.9138 57.952589) (xy 123.965533 58.212672) (xy 124.067013 58.457665) (xy 124.214338 58.678153) (xy 124.401847 58.865662) (xy 124.622335 59.012987) (xy 124.80826 59.09) (xy 124.622335 59.167013) (xy 124.401847 59.314338) (xy 124.214338 59.501847) (xy 124.067013 59.722335) (xy 123.965533 59.967328) (xy 123.9138 60.227411) (xy 123.9138 60.492589) (xy 123.965533 60.752672) (xy 124.067013 60.997665) (xy 124.214338 61.218153) (xy 124.401847 61.405662) (xy 124.622335 61.552987) (xy 124.80826 61.63) (xy 124.622335 61.707013) (xy 124.401847 61.854338) (xy 124.291185 61.965) (xy 120.66793 61.965) (xy 120.614637 61.885241) (xy 120.414759 61.685363) (xy 120.214131 61.551308) (xy 120.241514 61.536671) (xy 120.313097 61.292702) (xy 119.5 60.479605) (xy 118.686903 61.292702) (xy 118.758486 61.536671) (xy 118.787341 61.550324) (xy 118.585241 61.685363) (xy 118.385363 61.885241) (xy 118.33207 61.965) (xy 117.545868 61.965) (xy 117.035 61.454132) (xy 117.035 60.370512) (xy 118.059783 60.370512) (xy 118.101213 60.65013) (xy 118.196397 60.916292) (xy 118.263329 61.041514) (xy 118.507298 61.113097) (xy 119.320395 60.3) (xy 119.679605 60.3) (xy 120.492702 61.113097) (xy 120.736671 61.041514) (xy 120.857571 60.786004) (xy 120.9263 60.511816) (xy 120.940217 60.229488) (xy 120.898787 59.94987) (xy 120.803603 59.683708) (xy 120.736671 59.558486) (xy 120.492702 59.486903) (xy 119.679605 60.3) (xy 119.320395 60.3) (xy 118.507298 59.486903) (xy 118.263329 59.558486) (xy 118.142429 59.813996) (xy 118.0737 60.088184) (xy 118.059783 60.370512) (xy 117.035 60.370512) (xy 117.035 59.389648) (xy 117.03904 59.348629) (xy 117.03497 59.307298) (xy 118.686903 59.307298) (xy 119.5 60.120395) (xy 120.313097 59.307298) (xy 120.241514 59.063329) (xy 119.986004 58.942429) (xy 119.711816 58.8737) (xy 119.429488 58.859783) (xy 119.14987 58.901213) (xy 118.883708 58.996397) (xy 118.758486 59.063329) (xy 118.686903 59.307298) (xy 117.03497 59.307298) (xy 117.022918 59.184941) (xy 116.975172 59.027543) (xy 116.897636 58.882484) (xy 116.888785 58.871699) (xy 116.793291 58.755339) (xy 116.761428 58.72919) (xy 115.670816 57.638579) (xy 115.644661 57.606709) (xy 115.517516 57.502364) (xy 115.372457 57.424828) (xy 115.215059 57.377082) (xy 115.092389 57.365) (xy 115.092388 57.365) (xy 115.091 57.364863) (xy 114.939608 57.180392) (xy 114.755 57.028888) (xy 114.755 55.321384) (xy 114.914759 55.214637) (xy 115.114637 55.014759) (xy 115.27168 54.779727) (xy 115.379853 54.518574) (xy 115.435 54.241335) (xy 115.435 53.958665) (xy 115.379853 53.681426) (xy 115.27168 53.420273) (xy 115.114637 53.185241) (xy 114.914759 52.985363) (xy 114.755 52.878616) (xy 114.755 51.635) (xy 168.465 51.635) ) ) (filled_polygon (pts (xy 205.871502 50.709348) (xy 205.328434 50.87679) (xy 204.850416 51.132296) (xy 204.604265 51.52466) (xy 206.45 53.370395) (xy 208.295735 51.52466) (xy 208.049584 51.132296) (xy 207.547178 50.866688) (xy 207.002607 50.704199) (xy 206.798136 50.685) (xy 209.315 50.685) (xy 209.315 53.207687) (xy 209.290652 52.971502) (xy 209.12321 52.428434) (xy 208.867704 51.950416) (xy 208.47534 51.704265) (xy 206.629605 53.55) (xy 208.47534 55.395735) (xy 208.867704 55.149584) (xy 209.133312 54.647178) (xy 209.295801 54.102607) (xy 209.315 53.898136) (xy 209.315 61.328792) (xy 209.313291 61.326709) (xy 209.281428 61.30056) (xy 203.556208 55.57534) (xy 204.604265 55.57534) (xy 204.850416 55.967704) (xy 205.352822 56.233312) (xy 205.897393 56.395801) (xy 206.463199 56.448928) (xy 207.028498 56.390652) (xy 207.571566 56.22321) (xy 208.049584 55.967704) (xy 208.295735 55.57534) (xy 206.45 53.729605) (xy 204.604265 55.57534) (xy 203.556208 55.57534) (xy 203.485 55.504133) (xy 203.485 55.041018) (xy 203.48904 55) (xy 203.476268 54.87032) (xy 203.472918 54.836311) (xy 203.425172 54.678913) (xy 203.347636 54.533854) (xy 203.316656 54.496105) (xy 203.269439 54.43857) (xy 203.269437 54.438568) (xy 203.243291 54.406709) (xy 203.211433 54.380564) (xy 202.394068 53.563199) (xy 203.551072 53.563199) (xy 203.609348 54.128498) (xy 203.77679 54.671566) (xy 204.032296 55.149584) (xy 204.42466 55.395735) (xy 206.270395 53.55) (xy 204.42466 51.704265) (xy 204.032296 51.950416) (xy 203.766688 52.452822) (xy 203.604199 52.997393) (xy 203.551072 53.563199) (xy 202.394068 53.563199) (xy 200.569446 51.738579) (xy 200.543291 51.706709) (xy 200.416146 51.602364) (xy 200.271087 51.524828) (xy 200.113689 51.477082) (xy 199.991019 51.465) (xy 199.991018 51.465) (xy 199.95 51.46096) (xy 199.908982 51.465) (xy 193.088072 51.465) (xy 193.088072 51.45) (xy 193.075812 51.325518) (xy 193.039502 51.20582) (xy 192.980537 51.095506) (xy 192.901185 50.998815) (xy 192.804494 50.919463) (xy 192.69418 50.860498) (xy 192.574482 50.824188) (xy 192.45 50.811928) (xy 192.393074 50.811928) (xy 192.375172 50.752913) (xy 192.338872 50.685) (xy 206.107687 50.685) ) ) (filled_polygon (pts (xy 87.971502 50.709348) (xy 87.428434 50.87679) (xy 86.950416 51.132296) (xy 86.704265 51.52466) (xy 88.55 53.370395) (xy 90.395735 51.52466) (xy 90.149584 51.132296) (xy 89.647178 50.866688) (xy 89.102607 50.704199) (xy 88.898136 50.685) (xy 92.934133 50.685) (xy 92.738578 50.880554) (xy 92.706709 50.906709) (xy 92.606874 51.028359) (xy 92.602364 51.033855) (xy 92.524828 51.178914) (xy 92.477082 51.336312) (xy 92.46096 51.5) (xy 92.465 51.541019) (xy 92.465001 52.75413) (xy 91.424741 53.79439) (xy 91.448928 53.536801) (xy 91.390652 52.971502) (xy 91.22321 52.428434) (xy 90.967704 51.950416) (xy 90.57534 51.704265) (xy 88.729605 53.55) (xy 88.743748 53.564143) (xy 88.564143 53.743748) (xy 88.55 53.729605) (xy 86.704265 55.57534) (xy 86.950416 55.967704) (xy 87.343576 56.175556) (xy 85.685 57.834133) (xy 85.685 53.892313) (xy 85.709348 54.128498) (xy 85.87679 54.671566) (xy 86.132296 55.149584) (xy 86.52466 55.395735) (xy 88.370395 53.55) (xy 86.52466 51.704265) (xy 86.132296 51.950416) (xy 85.866688 52.452822) (xy 85.704199 52.997393) (xy 85.685 53.201864) (xy 85.685 50.685) (xy 88.207687 50.685) ) ) (filled_polygon (pts (xy 187.715843 51.668748) (xy 187.618519 51.943109) (xy 187.739186 52.173) (xy 188.933 52.173) (xy 188.933 52.153) (xy 189.187 52.153) (xy 189.187 52.173) (xy 189.207 52.173) (xy 189.207 52.427) (xy 189.187 52.427) (xy 189.187 52.447) (xy 188.933 52.447) (xy 188.933 52.427) (xy 187.739186 52.427) (xy 187.618519 52.656891) (xy 187.697485 52.8795) (xy 177.872332 52.8795) (xy 177.936825 52.744099) (xy 177.981476 52.59689) (xy 177.860155 52.367) (xy 176.667 52.367) (xy 176.667 52.387) (xy 176.413 52.387) (xy 176.413 52.367) (xy 176.393 52.367) (xy 176.393 52.113) (xy 176.413 52.113) (xy 176.413 52.093) (xy 176.667 52.093) (xy 176.667 52.113) (xy 177.860155 52.113) (xy 177.981476 51.88311) (xy 177.936825 51.735901) (xy 177.888765 51.635) (xy 187.735946 51.635) ) ) ) (zone (net 1) (net_name GND) (layer B.Cu) (tstamp 5E470357) (hatch edge 0.508) (connect_pads (clearance 0.508)) (min_thickness 0.254) (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) (polygon (pts (xy 81.8 47.2) (xy 217.6 47.2) (xy 217.6 153) (xy 79.6 153) (xy 79.6 47.2) (xy 81.6 47.2) ) ) (filled_polygon (pts (xy 87.971502 50.709348) (xy 87.428434 50.87679) (xy 86.950416 51.132296) (xy 86.704265 51.52466) (xy 88.55 53.370395) (xy 90.395735 51.52466) (xy 90.149584 51.132296) (xy 89.647178 50.866688) (xy 89.102607 50.704199) (xy 88.898136 50.685) (xy 206.107687 50.685) (xy 205.871502 50.709348) (xy 205.328434 50.87679) (xy 204.850416 51.132296) (xy 204.604265 51.52466) (xy 206.45 53.370395) (xy 208.295735 51.52466) (xy 208.049584 51.132296) (xy 207.547178 50.866688) (xy 207.002607 50.704199) (xy 206.798136 50.685) (xy 209.315 50.685) (xy 209.315 53.207687) (xy 209.290652 52.971502) (xy 209.12321 52.428434) (xy 208.867704 51.950416) (xy 208.47534 51.704265) (xy 206.629605 53.55) (xy 208.47534 55.395735) (xy 208.867704 55.149584) (xy 209.133312 54.647178) (xy 209.295801 54.102607) (xy 209.315 53.898136) (xy 209.315001 142.315) (xy 196.033647 142.315) (xy 196 142.311686) (xy 195.966353 142.315) (xy 195.865717 142.324912) (xy 195.736594 142.364081) (xy 195.617593 142.427688) (xy 195.513289 142.513289) (xy 195.427688 142.617593) (xy 195.364081 142.736594) (xy 195.324912 142.865717) (xy 195.311686 143) (xy 195.315 143.033647) (xy 195.315001 147.315) (xy 85.685 147.315) (xy 85.685 135.663222) (xy 85.773738 135.796028) (xy 85.903972 135.926262) (xy 86.057111 136.028586) (xy 86.227271 136.099068) (xy 86.407911 136.135) (xy 86.592089 136.135) (xy 86.772729 136.099068) (xy 86.942889 136.028586) (xy 87.096028 135.926262) (xy 87.226262 135.796028) (xy 87.328586 135.642889) (xy 87.399068 135.472729) (xy 87.435 135.292089) (xy 87.435 135.107911) (xy 87.399068 134.927271) (xy 87.328586 134.757111) (xy 87.226262 134.603972) (xy 87.096028 134.473738) (xy 87.035 134.43296) (xy 87.035 132.808346) (xy 100.141246 145.914593) (xy 100.164262 145.942638) (xy 100.192306 145.965653) (xy 100.27618 146.034487) (xy 100.403866 146.102737) (xy 100.542415 146.144765) (xy 100.6865 146.158956) (xy 100.722605 146.1554) (xy 117.240995 146.1554) (xy 117.2771 146.158956) (xy 117.313205 146.1554) (xy 117.421185 146.144765) (xy 117.559733 146.102737) (xy 117.68742 146.034487) (xy 117.799338 145.942638) (xy 117.822358 145.914588) (xy 118.355084 145.381863) (xy 118.356586 145.383519) (xy 118.58258 145.551037) (xy 118.836913 145.671246) (xy 118.970961 145.711904) (xy 119.193 145.589915) (xy 119.193 144.447) (xy 119.447 144.447) (xy 119.447 145.589915) (xy 119.669039 145.711904) (xy 119.803087 145.671246) (xy 120.05742 145.551037) (xy 120.283414 145.383519) (xy 120.472385 145.175131) (xy 120.59 144.979018) (xy 120.707615 145.175131) (xy 120.896586 145.383519) (xy 121.12258 145.551037) (xy 121.376913 145.671246) (xy 121.510961 145.711904) (xy 121.733 145.589915) (xy 121.733 144.447) (xy 121.987 144.447) (xy 121.987 145.589915) (xy 122.209039 145.711904) (xy 122.343087 145.671246) (xy 122.59742 145.551037) (xy 122.823414 145.383519) (xy 123.012385 145.175131) (xy 123.13 144.979018) (xy 123.247615 145.175131) (xy 123.436586 145.383519) (xy 123.66258 145.551037) (xy 123.916913 145.671246) (xy 124.050961 145.711904) (xy 124.273 145.589915) (xy 124.273 144.447) (xy 124.527 144.447) (xy 124.527 145.589915) (xy 124.749039 145.711904) (xy 124.883087 145.671246) (xy 125.13742 145.551037) (xy 125.363414 145.383519) (xy 125.552385 145.175131) (xy 125.67 144.979018) (xy 125.787615 145.175131) (xy 125.976586 145.383519) (xy 126.20258 145.551037) (xy 126.456913 145.671246) (xy 126.590961 145.711904) (xy 126.813 145.589915) (xy 126.813 144.447) (xy 127.067 144.447) (xy 127.067 145.589915) (xy 127.289039 145.711904) (xy 127.423087 145.671246) (xy 127.67742 145.551037) (xy 127.903414 145.383519) (xy 128.092385 145.175131) (xy 128.21 144.979018) (xy 128.327615 145.175131) (xy 128.516586 145.383519) (xy 128.74258 145.551037) (xy 128.996913 145.671246) (xy 129.130961 145.711904) (xy 129.353 145.589915) (xy 129.353 144.447) (xy 129.607 144.447) (xy 129.607 145.589915) (xy 129.829039 145.711904) (xy 129.963087 145.671246) (xy 130.21742 145.551037) (xy 130.443414 145.383519) (xy 130.632385 145.175131) (xy 130.75 144.979018) (xy 130.867615 145.175131) (xy 131.056586 145.383519) (xy 131.28258 145.551037) (xy 131.536913 145.671246) (xy 131.670961 145.711904) (xy 131.893 145.589915) (xy 131.893 144.447) (xy 129.607 144.447) (xy 129.353 144.447) (xy 127.067 144.447) (xy 126.813 144.447) (xy 124.527 144.447) (xy 124.273 144.447) (xy 121.987 144.447) (xy 121.733 144.447) (xy 119.447 144.447) (xy 119.193 144.447) (xy 119.173 144.447) (xy 119.173 144.193) (xy 119.193 144.193) (xy 119.193 144.173) (xy 119.447 144.173) (xy 119.447 144.193) (xy 121.733 144.193) (xy 121.733 143.050085) (xy 121.987 143.050085) (xy 121.987 144.193) (xy 124.273 144.193) (xy 124.273 143.050085) (xy 124.527 143.050085) (xy 124.527 144.193) (xy 126.813 144.193) (xy 126.813 143.050085) (xy 127.067 143.050085) (xy 127.067 144.193) (xy 129.353 144.193) (xy 129.353 143.050085) (xy 129.607 143.050085) (xy 129.607 144.193) (xy 131.893 144.193) (xy 131.893 143.050085) (xy 131.670961 142.928096) (xy 131.536913 142.968754) (xy 131.28258 143.088963) (xy 131.056586 143.256481) (xy 130.867615 143.464869) (xy 130.75 143.660982) (xy 130.632385 143.464869) (xy 130.443414 143.256481) (xy 130.21742 143.088963) (xy 129.963087 142.968754) (xy 129.829039 142.928096) (xy 129.607 143.050085) (xy 129.353 143.050085) (xy 129.130961 142.928096) (xy 128.996913 142.968754) (xy 128.74258 143.088963) (xy 128.516586 143.256481) (xy 128.327615 143.464869) (xy 128.21 143.660982) (xy 128.092385 143.464869) (xy 127.903414 143.256481) (xy 127.67742 143.088963) (xy 127.423087 142.968754) (xy 127.289039 142.928096) (xy 127.067 143.050085) (xy 126.813 143.050085) (xy 126.590961 142.928096) (xy 126.456913 142.968754) (xy 126.20258 143.088963) (xy 125.976586 143.256481) (xy 125.787615 143.464869) (xy 125.67 143.660982) (xy 125.552385 143.464869) (xy 125.363414 143.256481) (xy 125.13742 143.088963) (xy 124.883087 142.968754) (xy 124.749039 142.928096) (xy 124.527 143.050085) (xy 124.273 143.050085) (xy 124.050961 142.928096) (xy 123.916913 142.968754) (xy 123.66258 143.088963) (xy 123.436586 143.256481) (xy 123.247615 143.464869) (xy 123.13 143.660982) (xy 123.012385 143.464869) (xy 122.823414 143.256481) (xy 122.59742 143.088963) (xy 122.343087 142.968754) (xy 122.209039 142.928096) (xy 121.987 143.050085) (xy 121.733 143.050085) (xy 121.510961 142.928096) (xy 121.376913 142.968754) (xy 121.12258 143.088963) (xy 120.896586 143.256481) (xy 120.707615 143.464869) (xy 120.59 143.660982) (xy 120.472385 143.464869) (xy 120.283414 143.256481) (xy 120.05742 143.088963) (xy 120.034172 143.077975) (xy 123.477137 139.63501) (xy 136.188337 139.63501) (xy 136.328399 139.728596) (xy 136.498559 139.799078) (xy 136.551037 139.809517) (xy 134.065808 142.294746) (xy 134.037763 142.317762) (xy 133.945914 142.42968) (xy 133.911431 142.494193) (xy 133.877664 142.557367) (xy 133.835635 142.695915) (xy 133.821444 142.84) (xy 133.825001 142.876115) (xy 133.825001 143.085736) (xy 133.758899 143.121068) (xy 133.540392 143.300392) (xy 133.361068 143.518899) (xy 133.287421 143.656682) (xy 133.172385 143.464869) (xy 132.983414 143.256481) (xy 132.75742 143.088963) (xy 132.503087 142.968754) (xy 132.369039 142.928096) (xy 132.147 143.050085) (xy 132.147 144.193) (xy 132.167 144.193) (xy 132.167 144.447) (xy 132.147 144.447) (xy 132.147 145.589915) (xy 132.369039 145.711904) (xy 132.503087 145.671246) (xy 132.75742 145.551037) (xy 132.983414 145.383519) (xy 133.172385 145.175131) (xy 133.287421 144.983318) (xy 133.361068 145.121101) (xy 133.540392 145.339608) (xy 133.758899 145.518932) (xy 134.008192 145.652182) (xy 134.278691 145.734236) (xy 134.489508 145.755) (xy 134.630492 145.755) (xy 134.841309 145.734236) (xy 135.111808 145.652182) (xy 135.361101 145.518932) (xy 135.579608 145.339608) (xy 135.758932 145.121101) (xy 135.83 144.988142) (xy 135.901068 145.121101) (xy 136.080392 145.339608) (xy 136.298899 145.518932) (xy 136.548192 145.652182) (xy 136.818691 145.734236) (xy 137.029508 145.755) (xy 137.170492 145.755) (xy 137.381309 145.734236) (xy 137.651808 145.652182) (xy 137.901101 145.518932) (xy 138.119608 145.339608) (xy 138.298932 145.121101) (xy 138.432182 144.871808) (xy 138.514236 144.601309) (xy 138.541943 144.32) (xy 138.526053 144.158665) (xy 139.265 144.158665) (xy 139.265 144.441335) (xy 139.320147 144.718574) (xy 139.42832 144.979727) (xy 139.585363 145.214759) (xy 139.785241 145.414637) (xy 140.020273 145.57168) (xy 140.281426 145.679853) (xy 140.558665 145.735) (xy 140.841335 145.735) (xy 141.118574 145.679853) (xy 141.379727 145.57168) (xy 141.614759 145.414637) (xy 141.814637 145.214759) (xy 141.97168 144.979727) (xy 142.079853 144.718574) (xy 142.135 144.441335) (xy 142.135 144.32) (xy 145.698057 144.32) (xy 145.725764 144.601309) (xy 145.807818 144.871808) (xy 145.941068 145.121101) (xy 146.120392 145.339608) (xy 146.338899 145.518932) (xy 146.588192 145.652182) (xy 146.858691 145.734236) (xy 147.069508 145.755) (xy 147.210492 145.755) (xy 147.421309 145.734236) (xy 147.691808 145.652182) (xy 147.941101 145.518932) (xy 148.159608 145.339608) (xy 148.338932 145.121101) (xy 148.412579 144.983318) (xy 148.527615 145.175131) (xy 148.716586 145.383519) (xy 148.94258 145.551037) (xy 149.196913 145.671246) (xy 149.330961 145.711904) (xy 149.553 145.589915) (xy 149.553 144.447) (xy 149.533 144.447) (xy 149.533 144.193) (xy 149.553 144.193) (xy 149.553 143.050085) (xy 149.330961 142.928096) (xy 149.196913 142.968754) (xy 148.94258 143.088963) (xy 148.716586 143.256481) (xy 148.527615 143.464869) (xy 148.412579 143.656682) (xy 148.338932 143.518899) (xy 148.159608 143.300392) (xy 147.941101 143.121068) (xy 147.691808 142.987818) (xy 147.421309 142.905764) (xy 147.210492 142.885) (xy 147.069508 142.885) (xy 146.858691 142.905764) (xy 146.588192 142.987818) (xy 146.338899 143.121068) (xy 146.120392 143.300392) (xy 145.941068 143.518899) (xy 145.807818 143.768192) (xy 145.725764 144.038691) (xy 145.698057 144.32) (xy 142.135 144.32) (xy 142.135 144.158665) (xy 142.079853 143.881426) (xy 141.97168 143.620273) (xy 141.814637 143.385241) (xy 141.614759 143.185363) (xy 141.414131 143.051308) (xy 141.441514 143.036671) (xy 141.513097 142.792702) (xy 140.7 141.979605) (xy 139.886903 142.792702) (xy 139.958486 143.036671) (xy 139.987341 143.050324) (xy 139.785241 143.185363) (xy 139.585363 143.385241) (xy 139.42832 143.620273) (xy 139.320147 143.881426) (xy 139.265 144.158665) (xy 138.526053 144.158665) (xy 138.514236 144.038691) (xy 138.432182 143.768192) (xy 138.298932 143.518899) (xy 138.119608 143.300392) (xy 137.901101 143.121068) (xy 137.651808 142.987818) (xy 137.381309 142.905764) (xy 137.170492 142.885) (xy 137.029508 142.885) (xy 136.818691 142.905764) (xy 136.548192 142.987818) (xy 136.298899 143.121068) (xy 136.080392 143.300392) (xy 135.901068 143.518899) (xy 135.83 143.651858) (xy 135.758932 143.518899) (xy 135.579608 143.300392) (xy 135.361101 143.121068) (xy 135.33326 143.106186) (xy 136.568934 141.870512) (xy 139.259783 141.870512) (xy 139.301213 142.15013) (xy 139.396397 142.416292) (xy 139.463329 142.541514) (xy 139.707298 142.613097) (xy 140.520395 141.8) (xy 140.879605 141.8) (xy 141.692702 142.613097) (xy 141.936671 142.541514) (xy 142.057571 142.286004) (xy 142.1263 142.011816) (xy 142.140217 141.729488) (xy 142.098787 141.44987) (xy 142.003603 141.183708) (xy 141.936671 141.058486) (xy 141.692702 140.986903) (xy 140.879605 141.8) (xy 140.520395 141.8) (xy 139.707298 140.986903) (xy 139.463329 141.058486) (xy 139.342429 141.313996) (xy 139.2737 141.588184) (xy 139.259783 141.870512) (xy 136.568934 141.870512) (xy 137.632148 140.807298) (xy 139.886903 140.807298) (xy 140.7 141.620395) (xy 141.513097 140.807298) (xy 141.441514 140.563329) (xy 141.186004 140.442429) (xy 141.048298 140.407911) (xy 143.765 140.407911) (xy 143.765 140.592089) (xy 143.800932 140.772729) (xy 143.871414 140.942889) (xy 143.973738 141.096028) (xy 144.103972 141.226262) (xy 144.252323 141.325387) (xy 144.173738 141.403972) (xy 144.071414 141.557111) (xy 144.000932 141.727271) (xy 143.965 141.907911) (xy 143.965 142.092089) (xy 144.000932 142.272729) (xy 144.071414 142.442889) (xy 144.173738 142.596028) (xy 144.303972 142.726262) (xy 144.457111 142.828586) (xy 144.627271 142.899068) (xy 144.807911 142.935) (xy 144.992089 142.935) (xy 145.172729 142.899068) (xy 145.342889 142.828586) (xy 145.482951 142.735) (xy 150.995554 142.735) (xy 151.398424 143.137871) (xy 151.200392 143.300392) (xy 151.021068 143.518899) (xy 150.947421 143.656682) (xy 150.832385 143.464869) (xy 150.643414 143.256481) (xy 150.41742 143.088963) (xy 150.163087 142.968754) (xy 150.029039 142.928096) (xy 149.807 143.050085) (xy 149.807 144.193) (xy 149.827 144.193) (xy 149.827 144.447) (xy 149.807 144.447) (xy 149.807 145.589915) (xy 150.029039 145.711904) (xy 150.163087 145.671246) (xy 150.41742 145.551037) (xy 150.643414 145.383519) (xy 150.832385 145.175131) (xy 150.947421 144.983318) (xy 151.021068 145.121101) (xy 151.200392 145.339608) (xy 151.418899 145.518932) (xy 151.668192 145.652182) (xy 151.938691 145.734236) (xy 152.149508 145.755) (xy 152.290492 145.755) (xy 152.501309 145.734236) (xy 152.771808 145.652182) (xy 153.021101 145.518932) (xy 153.239608 145.339608) (xy 153.418932 145.121101) (xy 153.492579 144.983318) (xy 153.607615 145.175131) (xy 153.796586 145.383519) (xy 154.02258 145.551037) (xy 154.276913 145.671246) (xy 154.410961 145.711904) (xy 154.633 145.589915) (xy 154.633 144.447) (xy 154.613 144.447) (xy 154.613 144.193) (xy 154.633 144.193) (xy 154.633 143.050085) (xy 154.410961 142.928096) (xy 154.276913 142.968754) (xy 154.02258 143.088963) (xy 153.796586 143.256481) (xy 153.607615 143.464869) (xy 153.492579 143.656682) (xy 153.418932 143.518899) (xy 153.239608 143.300392) (xy 153.021101 143.121068) (xy 152.955 143.085736) (xy 152.955 142.956094) (xy 152.958555 142.919999) (xy 152.955 142.883904) (xy 152.955 142.883895) (xy 152.944365 142.775915) (xy 152.902337 142.637367) (xy 152.834087 142.50968) (xy 152.742238 142.397762) (xy 152.714193 142.374746) (xy 151.845258 141.505812) (xy 151.822238 141.477762) (xy 151.71032 141.385913) (xy 151.582633 141.317663) (xy 151.444085 141.275635) (xy 151.336105 141.265) (xy 151.3 141.261444) (xy 151.263895 141.265) (xy 145.482951 141.265) (xy 145.438052 141.235) (xy 155.195554 141.235) (xy 156.565 142.604447) (xy 156.565 143.085736) (xy 156.498899 143.121068) (xy 156.280392 143.300392) (xy 156.101068 143.518899) (xy 156.027421 143.656682) (xy 155.912385 143.464869) (xy 155.723414 143.256481) (xy 155.49742 143.088963) (xy 155.243087 142.968754) (xy 155.109039 142.928096) (xy 154.887 143.050085) (xy 154.887 144.193) (xy 154.907 144.193) (xy 154.907 144.447) (xy 154.887 144.447) (xy 154.887 145.589915) (xy 155.109039 145.711904) (xy 155.243087 145.671246) (xy 155.49742 145.551037) (xy 155.723414 145.383519) (xy 155.912385 145.175131) (xy 156.027421 144.983318) (xy 156.101068 145.121101) (xy 156.280392 145.339608) (xy 156.498899 145.518932) (xy 156.748192 145.652182) (xy 157.018691 145.734236) (xy 157.229508 145.755) (xy 157.370492 145.755) (xy 157.581309 145.734236) (xy 157.851808 145.652182) (xy 158.101101 145.518932) (xy 158.319608 145.339608) (xy 158.498932 145.121101) (xy 158.572579 144.983318) (xy 158.687615 145.175131) (xy 158.876586 145.383519) (xy 159.10258 145.551037) (xy 159.356913 145.671246) (xy 159.490961 145.711904) (xy 159.713 145.589915) (xy 159.713 144.447) (xy 159.967 144.447) (xy 159.967 145.589915) (xy 160.189039 145.711904) (xy 160.323087 145.671246) (xy 160.57742 145.551037) (xy 160.803414 145.383519) (xy 160.992385 145.175131) (xy 161.11 144.979018) (xy 161.227615 145.175131) (xy 161.416586 145.383519) (xy 161.64258 145.551037) (xy 161.896913 145.671246) (xy 162.030961 145.711904) (xy 162.253 145.589915) (xy 162.253 144.447) (xy 162.507 144.447) (xy 162.507 145.589915) (xy 162.729039 145.711904) (xy 162.863087 145.671246) (xy 163.11742 145.551037) (xy 163.343414 145.383519) (xy 163.532385 145.175131) (xy 163.65 144.979018) (xy 163.767615 145.175131) (xy 163.956586 145.383519) (xy 164.18258 145.551037) (xy 164.436913 145.671246) (xy 164.570961 145.711904) (xy 164.793 145.589915) (xy 164.793 144.447) (xy 162.507 144.447) (xy 162.253 144.447) (xy 159.967 144.447) (xy 159.713 144.447) (xy 159.693 144.447) (xy 159.693 144.193) (xy 159.713 144.193) (xy 159.713 143.050085) (xy 159.967 143.050085) (xy 159.967 144.193) (xy 162.253 144.193) (xy 162.253 143.050085) (xy 162.507 143.050085) (xy 162.507 144.193) (xy 164.793 144.193) (xy 164.793 143.050085) (xy 164.570961 142.928096) (xy 164.436913 142.968754) (xy 164.18258 143.088963) (xy 163.956586 143.256481) (xy 163.767615 143.464869) (xy 163.65 143.660982) (xy 163.532385 143.464869) (xy 163.343414 143.256481) (xy 163.11742 143.088963) (xy 162.863087 142.968754) (xy 162.729039 142.928096) (xy 162.507 143.050085) (xy 162.253 143.050085) (xy 162.030961 142.928096) (xy 161.896913 142.968754) (xy 161.64258 143.088963) (xy 161.416586 143.256481) (xy 161.227615 143.464869) (xy 161.11 143.660982) (xy 160.992385 143.464869) (xy 160.803414 143.256481) (xy 160.57742 143.088963) (xy 160.323087 142.968754) (xy 160.189039 142.928096) (xy 159.967 143.050085) (xy 159.713 143.050085) (xy 159.490961 142.928096) (xy 159.356913 142.968754) (xy 159.10258 143.088963) (xy 158.876586 143.256481) (xy 158.687615 143.464869) (xy 158.572579 143.656682) (xy 158.498932 143.518899) (xy 158.319608 143.300392) (xy 158.101101 143.121068) (xy 158.035 143.085736) (xy 158.035 142.336094) (xy 158.038555 142.299999) (xy 158.035 142.263904) (xy 158.035 142.263895) (xy 158.024365 142.155915) (xy 157.982337 142.017367) (xy 157.914087 141.88968) (xy 157.897514 141.869487) (xy 157.845253 141.805806) (xy 157.84525 141.805803) (xy 157.822237 141.777762) (xy 157.794197 141.75475) (xy 156.045258 140.005812) (xy 156.022238 139.977762) (xy 155.91032 139.885913) (xy 155.782633 139.817663) (xy 155.644085 139.775635) (xy 155.536105 139.765) (xy 155.5 139.761444) (xy 155.463895 139.765) (xy 145.282951 139.765) (xy 145.142889 139.671414) (xy 144.972729 139.600932) (xy 144.792089 139.565) (xy 144.607911 139.565) (xy 144.427271 139.600932) (xy 144.257111 139.671414) (xy 144.103972 139.773738) (xy 143.973738 139.903972) (xy 143.871414 140.057111) (xy 143.800932 140.227271) (xy 143.765 140.407911) (xy 141.048298 140.407911) (xy 140.911816 140.3737) (xy 140.629488 140.359783) (xy 140.34987 140.401213) (xy 140.083708 140.496397) (xy 139.958486 140.563329) (xy 139.886903 140.807298) (xy 137.632148 140.807298) (xy 138.992447 139.447) (xy 157.751895 139.447) (xy 157.788 139.450556) (xy 157.824105 139.447) (xy 157.932085 139.436365) (xy 158.070633 139.394337) (xy 158.19832 139.326087) (xy 158.310238 139.234238) (xy 158.333258 139.206188) (xy 159.094197 138.44525) (xy 159.122237 138.422238) (xy 159.14525 138.394197) (xy 159.145253 138.394194) (xy 159.214086 138.310321) (xy 159.214087 138.31032) (xy 159.282337 138.182633) (xy 159.324365 138.044085) (xy 159.324454 138.043182) (xy 159.558691 138.114236) (xy 159.769508 138.135) (xy 159.910492 138.135) (xy 160.121309 138.114236) (xy 160.391808 138.032182) (xy 160.641101 137.898932) (xy 160.859608 137.719608) (xy 161.038932 137.501101) (xy 161.11 137.368142) (xy 161.181068 137.501101) (xy 161.360392 137.719608) (xy 161.578899 137.898932) (xy 161.828192 138.032182) (xy 162.098691 138.114236) (xy 162.309508 138.135) (xy 162.450492 138.135) (xy 162.661309 138.114236) (xy 162.931808 138.032182) (xy 163.065001 137.960989) (xy 163.065001 139.263885) (xy 163.061444 139.3) (xy 163.075635 139.444085) (xy 163.112315 139.565) (xy 163.117664 139.582633) (xy 163.185914 139.71032) (xy 163.277763 139.822238) (xy 163.305808 139.845254) (xy 166.616454 143.155901) (xy 166.440392 143.300392) (xy 166.261068 143.518899) (xy 166.187421 143.656682) (xy 166.072385 143.464869) (xy 165.883414 143.256481) (xy 165.65742 143.088963) (xy 165.403087 142.968754) (xy 165.269039 142.928096) (xy 165.047 143.050085) (xy 165.047 144.193) (xy 165.067 144.193) (xy 165.067 144.447) (xy 165.047 144.447) (xy 165.047 145.589915) (xy 165.269039 145.711904) (xy 165.403087 145.671246) (xy 165.65742 145.551037) (xy 165.883414 145.383519) (xy 166.072385 145.175131) (xy 166.187421 144.983318) (xy 166.261068 145.121101) (xy 166.440392 145.339608) (xy 166.658899 145.518932) (xy 166.908192 145.652182) (xy 167.178691 145.734236) (xy 167.389508 145.755) (xy 167.530492 145.755) (xy 167.741309 145.734236) (xy 168.011808 145.652182) (xy 168.261101 145.518932) (xy 168.479608 145.339608) (xy 168.658932 145.121101) (xy 168.73 144.988142) (xy 168.801068 145.121101) (xy 168.980392 145.339608) (xy 169.198899 145.518932) (xy 169.448192 145.652182) (xy 169.718691 145.734236) (xy 169.929508 145.755) (xy 170.070492 145.755) (xy 170.281309 145.734236) (xy 170.551808 145.652182) (xy 170.801101 145.518932) (xy 171.019608 145.339608) (xy 171.198932 145.121101) (xy 171.332182 144.871808) (xy 171.414236 144.601309) (xy 171.441943 144.32) (xy 171.426053 144.158665) (xy 172.365 144.158665) (xy 172.365 144.441335) (xy 172.420147 144.718574) (xy 172.52832 144.979727) (xy 172.685363 145.214759) (xy 172.885241 145.414637) (xy 173.120273 145.57168) (xy 173.381426 145.679853) (xy 173.658665 145.735) (xy 173.941335 145.735) (xy 174.218574 145.679853) (xy 174.479727 145.57168) (xy 174.714759 145.414637) (xy 174.914637 145.214759) (xy 175.07168 144.979727) (xy 175.179853 144.718574) (xy 175.235 144.441335) (xy 175.235 144.158665) (xy 175.179853 143.881426) (xy 175.07168 143.620273) (xy 174.914637 143.385241) (xy 174.714759 143.185363) (xy 174.514131 143.051308) (xy 174.541514 143.036671) (xy 174.613097 142.792702) (xy 173.8 141.979605) (xy 172.986903 142.792702) (xy 173.058486 143.036671) (xy 173.087341 143.050324) (xy 172.885241 143.185363) (xy 172.685363 143.385241) (xy 172.52832 143.620273) (xy 172.420147 143.881426) (xy 172.365 144.158665) (xy 171.426053 144.158665) (xy 171.414236 144.038691) (xy 171.332182 143.768192) (xy 171.198932 143.518899) (xy 171.019608 143.300392) (xy 170.801101 143.121068) (xy 170.551808 142.987818) (xy 170.281309 142.905764) (xy 170.070492 142.885) (xy 169.929508 142.885) (xy 169.718691 142.905764) (xy 169.448192 142.987818) (xy 169.198899 143.121068) (xy 168.980392 143.300392) (xy 168.801068 143.518899) (xy 168.73 143.651858) (xy 168.658932 143.518899) (xy 168.479608 143.300392) (xy 168.261101 143.121068) (xy 168.195 143.085736) (xy 168.195 142.996105) (xy 168.198556 142.96) (xy 168.184365 142.815915) (xy 168.142337 142.677366) (xy 168.074087 142.54968) (xy 168.005253 142.465806) (xy 168.00525 142.465803) (xy 167.982237 142.437762) (xy 167.954197 142.41475) (xy 167.409959 141.870512) (xy 172.359783 141.870512) (xy 172.401213 142.15013) (xy 172.496397 142.416292) (xy 172.563329 142.541514) (xy 172.807298 142.613097) (xy 173.620395 141.8) (xy 173.979605 141.8) (xy 174.792702 142.613097) (xy 175.036671 142.541514) (xy 175.157571 142.286004) (xy 175.2263 142.011816) (xy 175.240217 141.729488) (xy 175.198787 141.44987) (xy 175.103603 141.183708) (xy 175.036671 141.058486) (xy 174.792702 140.986903) (xy 173.979605 141.8) (xy 173.620395 141.8) (xy 172.807298 140.986903) (xy 172.563329 141.058486) (xy 172.442429 141.313996) (xy 172.3737 141.588184) (xy 172.359783 141.870512) (xy 167.409959 141.870512) (xy 166.346745 140.807298) (xy 172.986903 140.807298) (xy 173.8 141.620395) (xy 174.613097 140.807298) (xy 174.541514 140.563329) (xy 174.286004 140.442429) (xy 174.011816 140.3737) (xy 173.729488 140.359783) (xy 173.44987 140.401213) (xy 173.183708 140.496397) (xy 173.058486 140.563329) (xy 172.986903 140.807298) (xy 166.346745 140.807298) (xy 165.439447 139.9) (xy 188.861928 139.9) (xy 188.861928 141.5) (xy 188.874188 141.624482) (xy 188.910498 141.74418) (xy 188.969463 141.854494) (xy 189.048815 141.951185) (xy 189.145506 142.030537) (xy 189.25582 142.089502) (xy 189.375518 142.125812) (xy 189.5 142.138072) (xy 191.1 142.138072) (xy 191.224482 142.125812) (xy 191.34418 142.089502) (xy 191.454494 142.030537) (xy 191.551185 141.951185) (xy 191.630537 141.854494) (xy 191.689502 141.74418) (xy 191.705117 141.692702) (xy 191.986903 141.692702) (xy 192.058486 141.936671) (xy 192.313996 142.057571) (xy 192.588184 142.1263) (xy 192.870512 142.140217) (xy 193.15013 142.098787) (xy 193.416292 142.003603) (xy 193.541514 141.936671) (xy 193.613097 141.692702) (xy 192.8 140.879605) (xy 191.986903 141.692702) (xy 191.705117 141.692702) (xy 191.725812 141.624482) (xy 191.738072 141.5) (xy 191.738072 141.492785) (xy 191.807298 141.513097) (xy 192.620395 140.7) (xy 192.979605 140.7) (xy 193.792702 141.513097) (xy 194.036671 141.441514) (xy 194.157571 141.186004) (xy 194.2263 140.911816) (xy 194.240217 140.629488) (xy 194.198787 140.34987) (xy 194.103603 140.083708) (xy 194.036671 139.958486) (xy 193.792702 139.886903) (xy 192.979605 140.7) (xy 192.620395 140.7) (xy 191.807298 139.886903) (xy 191.738072 139.907215) (xy 191.738072 139.9) (xy 191.725812 139.775518) (xy 191.705118 139.707298) (xy 191.986903 139.707298) (xy 192.8 140.520395) (xy 193.613097 139.707298) (xy 193.541514 139.463329) (xy 193.286004 139.342429) (xy 193.011816 139.2737) (xy 192.729488 139.259783) (xy 192.44987 139.301213) (xy 192.183708 139.396397) (xy 192.058486 139.463329) (xy 191.986903 139.707298) (xy 191.705118 139.707298) (xy 191.689502 139.65582) (xy 191.630537 139.545506) (xy 191.551185 139.448815) (xy 191.454494 139.369463) (xy 191.34418 139.310498) (xy 191.224482 139.274188) (xy 191.1 139.261928) (xy 189.5 139.261928) (xy 189.375518 139.274188) (xy 189.25582 139.310498) (xy 189.145506 139.369463) (xy 189.048815 139.448815) (xy 188.969463 139.545506) (xy 188.910498 139.65582) (xy 188.874188 139.775518) (xy 188.861928 139.9) (xy 165.439447 139.9) (xy 164.535 138.995554) (xy 164.535 138.082782) (xy 164.638691 138.114236) (xy 164.849508 138.135) (xy 164.990492 138.135) (xy 165.201309 138.114236) (xy 165.471808 138.032182) (xy 165.721101 137.898932) (xy 165.939608 137.719608) (xy 166.118932 137.501101) (xy 166.19 137.368142) (xy 166.261068 137.501101) (xy 166.440392 137.719608) (xy 166.658899 137.898932) (xy 166.908192 138.032182) (xy 167.178691 138.114236) (xy 167.389508 138.135) (xy 167.530492 138.135) (xy 167.741309 138.114236) (xy 168.011808 138.032182) (xy 168.261101 137.898932) (xy 168.479608 137.719608) (xy 168.572419 137.606518) (xy 168.574188 137.624482) (xy 168.610498 137.74418) (xy 168.669463 137.854494) (xy 168.748815 137.951185) (xy 168.845506 138.030537) (xy 168.95582 138.089502) (xy 169.075518 138.125812) (xy 169.2 138.138072) (xy 169.71425 138.135) (xy 169.873 137.97625) (xy 169.873 136.827) (xy 170.127 136.827) (xy 170.127 137.97625) (xy 170.28575 138.135) (xy 170.8 138.138072) (xy 170.924482 138.125812) (xy 171.04418 138.089502) (xy 171.154494 138.030537) (xy 171.251185 137.951185) (xy 171.330537 137.854494) (xy 171.389502 137.74418) (xy 171.425812 137.624482) (xy 171.438072 137.5) (xy 171.435 136.98575) (xy 171.27625 136.827) (xy 170.127 136.827) (xy 169.873 136.827) (xy 169.853 136.827) (xy 169.853 136.573) (xy 169.873 136.573) (xy 169.873 136.553) (xy 170.127 136.553) (xy 170.127 136.573) (xy 171.27625 136.573) (xy 171.435 136.41425) (xy 171.438072 135.9) (xy 171.425812 135.775518) (xy 171.389502 135.65582) (xy 171.330537 135.545506) (xy 171.251185 135.448815) (xy 171.154494 135.369463) (xy 171.090019 135.335) (xy 188.563895 135.335) (xy 188.6 135.338556) (xy 188.636105 135.335) (xy 188.744085 135.324365) (xy 188.882633 135.282337) (xy 189.01032 135.214087) (xy 189.122238 135.122238) (xy 189.145259 135.094187) (xy 190.031947 134.207499) (xy 199.052106 134.207499) (xy 199.268228 134.574258) (xy 199.728105 134.814938) (xy 200.226098 134.961275) (xy 200.743071 135.007648) (xy 201.259159 134.952273) (xy 201.754526 134.797279) (xy 202.171772 134.574258) (xy 202.387894 134.207499) (xy 200.72 132.539605) (xy 199.052106 134.207499) (xy 190.031947 134.207499) (xy 191.856375 132.383071) (xy 198.072352 132.383071) (xy 198.127727 132.899159) (xy 198.282721 133.394526) (xy 198.505742 133.811772) (xy 198.872501 134.027894) (xy 200.540395 132.36) (xy 200.899605 132.36) (xy 202.567499 134.027894) (xy 202.934258 133.811772) (xy 203.174938 133.351895) (xy 203.321275 132.853902) (xy 203.367648 132.336929) (xy 203.312273 131.820841) (xy 203.157279 131.325474) (xy 202.934258 130.908228) (xy 202.567499 130.692106) (xy 200.899605 132.36) (xy 200.540395 132.36) (xy 198.872501 130.692106) (xy 198.505742 130.908228) (xy 198.265062 131.368105) (xy 198.118725 131.866098) (xy 198.072352 132.383071) (xy 191.856375 132.383071) (xy 193.726945 130.512501) (xy 199.052106 130.512501) (xy 200.72 132.180395) (xy 202.387894 130.512501) (xy 202.171772 130.145742) (xy 201.711895 129.905062) (xy 201.213902 129.758725) (xy 200.696929 129.712352) (xy 200.180841 129.767727) (xy 199.685474 129.922721) (xy 199.268228 130.145742) (xy 199.052106 130.512501) (xy 193.726945 130.512501) (xy 194.904447 129.335) (xy 203.963895 129.335) (xy 204 129.338556) (xy 204.036105 129.335) (xy 204.144085 129.324365) (xy 204.282633 129.282337) (xy 204.41032 129.214087) (xy 204.522238 129.122238) (xy 204.545258 129.094188) (xy 205.994193 127.645254) (xy 206.022238 127.622238) (xy 206.114087 127.51032) (xy 206.182337 127.382633) (xy 206.224365 127.244085) (xy 206.235 127.136105) (xy 206.235 127.136096) (xy 206.238555 127.100001) (xy 206.235 127.063906) (xy 206.235 120.758254) (xy 206.268411 120.7649) (xy 206.452589 120.7649) (xy 206.633229 120.728968) (xy 206.803389 120.658486) (xy 206.956528 120.556162) (xy 207.086762 120.425928) (xy 207.189086 120.272789) (xy 207.259568 120.102629) (xy 207.2955 119.921989) (xy 207.2955 119.737811) (xy 207.259568 119.557171) (xy 207.189086 119.387011) (xy 207.0955 119.246949) (xy 207.0955 76.696905) (xy 207.099056 76.6608) (xy 207.084865 76.516715) (xy 207.042837 76.378166) (xy 206.974587 76.25048) (xy 206.934951 76.202184) (xy 206.882738 76.138562) (xy 206.854693 76.115546) (xy 196.906184 66.167038) (xy 196.939608 66.139608) (xy 197.118932 65.921101) (xy 197.192579 65.783318) (xy 197.307615 65.975131) (xy 197.496586 66.183519) (xy 197.72258 66.351037) (xy 197.976913 66.471246) (xy 198.110961 66.511904) (xy 198.333 66.389915) (xy 198.333 65.247) (xy 198.313 65.247) (xy 198.313 64.993) (xy 198.333 64.993) (xy 198.333 63.850085) (xy 198.587 63.850085) (xy 198.587 64.993) (xy 198.607 64.993) (xy 198.607 65.247) (xy 198.587 65.247) (xy 198.587 66.389915) (xy 198.809039 66.511904) (xy 198.943087 66.471246) (xy 199.19742 66.351037) (xy 199.423414 66.183519) (xy 199.612385 65.975131) (xy 199.727421 65.783318) (xy 199.801068 65.921101) (xy 199.980392 66.139608) (xy 200.198899 66.318932) (xy 200.448192 66.452182) (xy 200.718691 66.534236) (xy 200.929508 66.555) (xy 201.070492 66.555) (xy 201.281309 66.534236) (xy 201.551808 66.452182) (xy 201.801101 66.318932) (xy 202.019608 66.139608) (xy 202.198932 65.921101) (xy 202.332182 65.671808) (xy 202.414236 65.401309) (xy 202.441943 65.12) (xy 202.426053 64.958665) (xy 203.465 64.958665) (xy 203.465 65.241335) (xy 203.520147 65.518574) (xy 203.62832 65.779727) (xy 203.785363 66.014759) (xy 203.985241 66.214637) (xy 204.220273 66.37168) (xy 204.481426 66.479853) (xy 204.758665 66.535) (xy 205.041335 66.535) (xy 205.318574 66.479853) (xy 205.579727 66.37168) (xy 205.814759 66.214637) (xy 206.014637 66.014759) (xy 206.17168 65.779727) (xy 206.279853 65.518574) (xy 206.335 65.241335) (xy 206.335 64.958665) (xy 206.279853 64.681426) (xy 206.17168 64.420273) (xy 206.014637 64.185241) (xy 205.814759 63.985363) (xy 205.614131 63.851308) (xy 205.641514 63.836671) (xy 205.713097 63.592702) (xy 204.9 62.779605) (xy 204.086903 63.592702) (xy 204.158486 63.836671) (xy 204.187341 63.850324) (xy 203.985241 63.985363) (xy 203.785363 64.185241) (xy 203.62832 64.420273) (xy 203.520147 64.681426) (xy 203.465 64.958665) (xy 202.426053 64.958665) (xy 202.414236 64.838691) (xy 202.332182 64.568192) (xy 202.198932 64.318899) (xy 202.019608 64.100392) (xy 201.801101 63.921068) (xy 201.551808 63.787818) (xy 201.281309 63.705764) (xy 201.070492 63.685) (xy 200.929508 63.685) (xy 200.718691 63.705764) (xy 200.448192 63.787818) (xy 200.198899 63.921068) (xy 199.980392 64.100392) (xy 199.801068 64.318899) (xy 199.727421 64.456682) (xy 199.612385 64.264869) (xy 199.423414 64.056481) (xy 199.19742 63.888963) (xy 198.943087 63.768754) (xy 198.809039 63.728096) (xy 198.587 63.850085) (xy 198.333 63.850085) (xy 198.110961 63.728096) (xy 197.976913 63.768754) (xy 197.72258 63.888963) (xy 197.496586 64.056481) (xy 197.307615 64.264869) (xy 197.192579 64.456682) (xy 197.118932 64.318899) (xy 196.939608 64.100392) (xy 196.721101 63.921068) (xy 196.471808 63.787818) (xy 196.201309 63.705764) (xy 195.990492 63.685) (xy 195.849508 63.685) (xy 195.638691 63.705764) (xy 195.368192 63.787818) (xy 195.118899 63.921068) (xy 194.900392 64.100392) (xy 194.721068 64.318899) (xy 194.647421 64.456682) (xy 194.532385 64.264869) (xy 194.343414 64.056481) (xy 194.11742 63.888963) (xy 193.863087 63.768754) (xy 193.729039 63.728096) (xy 193.507 63.850085) (xy 193.507 64.993) (xy 193.527 64.993) (xy 193.527 65.247) (xy 193.507 65.247) (xy 193.507 66.389915) (xy 193.729039 66.511904) (xy 193.863087 66.471246) (xy 194.11742 66.351037) (xy 194.343414 66.183519) (xy 194.532385 65.975131) (xy 194.647421 65.783318) (xy 194.721068 65.921101) (xy 194.900392 66.139608) (xy 195.118899 66.318932) (xy 195.195174 66.359702) (xy 195.195635 66.364385) (xy 195.23454 66.492634) (xy 195.237664 66.502933) (xy 195.305914 66.63062) (xy 195.397763 66.742538) (xy 195.425808 66.765554) (xy 205.625501 76.965248) (xy 205.6255 111.686053) (xy 204.56226 110.622814) (xy 204.53924 110.594764) (xy 204.427322 110.502915) (xy 204.299635 110.434665) (xy 204.161087 110.392637) (xy 204.053107 110.382002) (xy 204.017002 110.378446) (xy 203.980897 110.382002) (xy 179.921449 110.382002) (xy 178.746946 109.207499) (xy 199.052106 109.207499) (xy 199.268228 109.574258) (xy 199.728105 109.814938) (xy 200.226098 109.961275) (xy 200.743071 110.007648) (xy 201.259159 109.952273) (xy 201.754526 109.797279) (xy 202.171772 109.574258) (xy 202.387894 109.207499) (xy 200.72 107.539605) (xy 199.052106 109.207499) (xy 178.746946 109.207499) (xy 177.30336 107.763914) (xy 177.395986 107.625289) (xy 177.466468 107.455129) (xy 177.5024 107.274489) (xy 177.5024 107.090311) (xy 177.466468 106.909671) (xy 177.395986 106.739511) (xy 177.293662 106.586372) (xy 177.163428 106.456138) (xy 177.010289 106.353814) (xy 176.840129 106.283332) (xy 176.674915 106.250469) (xy 175.8854 105.460954) (xy 175.8854 101.830249) (xy 175.908748 101.844157) (xy 176.183109 101.941481) (xy 176.413 101.820814) (xy 176.413 100.627) (xy 176.667 100.627) (xy 176.667 101.820814) (xy 176.896891 101.941481) (xy 177.171252 101.844157) (xy 177.421355 101.695178) (xy 177.637588 101.500269) (xy 177.811641 101.26692) (xy 177.936825 101.004099) (xy 177.981476 100.85689) (xy 177.860155 100.627) (xy 176.667 100.627) (xy 176.413 100.627) (xy 176.393 100.627) (xy 176.393 100.373) (xy 176.413 100.373) (xy 176.413 100.353) (xy 176.667 100.353) (xy 176.667 100.373) (xy 177.860155 100.373) (xy 177.981476 100.14311) (xy 177.936825 99.995901) (xy 177.811641 99.73308) (xy 177.637588 99.499731) (xy 177.421355 99.304822) (xy 177.304477 99.235201) (xy 177.369014 99.200706) (xy 177.595134 99.015134) (xy 177.780706 98.789014) (xy 177.918599 98.531034) (xy 177.98594 98.309039) (xy 183.308096 98.309039) (xy 183.348754 98.443087) (xy 183.468963 98.69742) (xy 183.636481 98.923414) (xy 183.844869 99.112385) (xy 184.086119 99.25707) (xy 184.35096 99.351909) (xy 184.573 99.230624) (xy 184.573 98.087) (xy 184.827 98.087) (xy 184.827 99.230624) (xy 185.04904 99.351909) (xy 185.313881 99.25707) (xy 185.555131 99.112385) (xy 185.763519 98.923414) (xy 185.931037 98.69742) (xy 186.051246 98.443087) (xy 186.091904 98.309039) (xy 185.969915 98.087) (xy 184.827 98.087) (xy 184.573 98.087) (xy 183.430085 98.087) (xy 183.308096 98.309039) (xy 177.98594 98.309039) (xy 178.003513 98.251111) (xy 178.032185 97.96) (xy 178.003513 97.668889) (xy 177.965932 97.545) (xy 183.328103 97.545) (xy 183.308096 97.610961) (xy 183.430085 97.833) (xy 184.573 97.833) (xy 184.573 97.813) (xy 184.827 97.813) (xy 184.827 97.833) (xy 185.969915 97.833) (xy 186.091904 97.610961) (xy 186.071897 97.545) (xy 188.885554 97.545) (xy 189.794746 98.454193) (xy 189.817762 98.482238) (xy 189.87722 98.531034) (xy 189.92968 98.574087) (xy 190.057366 98.642337) (xy 190.195915 98.684365) (xy 190.34 98.698556) (xy 190.376105 98.695) (xy 191.085736 98.695) (xy 191.121068 98.761101) (xy 191.300392 98.979608) (xy 191.518899 99.158932) (xy 191.666517 99.237836) (xy 183.805754 107.0986) (xy 179.477551 107.0986) (xy 179.337489 107.005014) (xy 179.167329 106.934532) (xy 178.986689 106.8986) (xy 178.802511 106.8986) (xy 178.621871 106.934532) (xy 178.451711 107.005014) (xy 178.298572 107.107338) (xy 178.168338 107.237572) (xy 178.066014 107.390711) (xy 177.995532 107.560871) (xy 177.9596 107.741511) (xy 177.9596 107.925689) (xy 177.995532 108.106329) (xy 178.066014 108.276489) (xy 178.168338 108.429628) (xy 178.298572 108.559862) (xy 178.451711 108.662186) (xy 178.621871 108.732668) (xy 178.802511 108.7686) (xy 178.986689 108.7686) (xy 179.167329 108.732668) (xy 179.337489 108.662186) (xy 179.477551 108.5686) (xy 184.074095 108.5686) (xy 184.1102 108.572156) (xy 184.146305 108.5686) (xy 184.254285 108.557965) (xy 184.392833 108.515937) (xy 184.52052 108.447687) (xy 184.632438 108.355838) (xy 184.655459 108.327787) (xy 185.600175 107.383071) (xy 198.072352 107.383071) (xy 198.127727 107.899159) (xy 198.282721 108.394526) (xy 198.505742 108.811772) (xy 198.872501 109.027894) (xy 200.540395 107.36) (xy 200.899605 107.36) (xy 202.567499 109.027894) (xy 202.934258 108.811772) (xy 203.174938 108.351895) (xy 203.321275 107.853902) (xy 203.367648 107.336929) (xy 203.312273 106.820841) (xy 203.157279 106.325474) (xy 202.934258 105.908228) (xy 202.567499 105.692106) (xy 200.899605 107.36) (xy 200.540395 107.36) (xy 198.872501 105.692106) (xy 198.505742 105.908228) (xy 198.265062 106.368105) (xy 198.118725 106.866098) (xy 198.072352 107.383071) (xy 185.600175 107.383071) (xy 187.470745 105.512501) (xy 199.052106 105.512501) (xy 200.72 107.180395) (xy 202.387894 105.512501) (xy 202.171772 105.145742) (xy 201.711895 104.905062) (xy 201.213902 104.758725) (xy 200.696929 104.712352) (xy 200.180841 104.767727) (xy 199.685474 104.922721) (xy 199.268228 105.145742) (xy 199.052106 105.512501) (xy 187.470745 105.512501) (xy 194.073198 98.910049) (xy 194.101237 98.887038) (xy 194.12425 98.858997) (xy 194.124253 98.858994) (xy 194.181684 98.789014) (xy 194.193087 98.77512) (xy 194.261337 98.647433) (xy 194.303365 98.508885) (xy 194.314 98.400905) (xy 194.314 98.400896) (xy 194.317555 98.364801) (xy 194.314 98.328706) (xy 194.314 86.799964) (xy 195.647692 86.799964) (xy 195.647695 86.79999) (xy 195.647692 86.800384) (xy 195.647776 86.940262) (xy 195.64779 86.940407) (xy 195.647786 86.943383) (xy 195.648365 87.049117) (xy 195.648399 87.049443) (xy 195.648368 87.04978) (xy 195.648489 87.058715) (xy 195.650056 87.135235) (xy 195.65096 87.14285) (xy 195.650551 87.15051) (xy 195.65101 87.159434) (xy 195.65406 87.211675) (xy 195.658009 87.236775) (xy 195.659022 87.262166) (xy 195.66031 87.271009) (xy 195.665334 87.3039) (xy 195.667261 87.311467) (xy 195.66787 87.319249) (xy 195.682656 87.371932) (xy 195.686448 87.386828) (xy 195.687033 87.390395) (xy 195.688046 87.393103) (xy 195.696153 87.424944) (xy 195.69951 87.431988) (xy 195.701621 87.439508) (xy 195.704922 87.447812) (xy 195.712416 87.466286) (xy 195.722889 87.486253) (xy 195.730793 87.507384) (xy 195.751841 87.541451) (xy 195.770434 87.5769) (xy 195.78459 87.594458) (xy 195.796445 87.613646) (xy 195.823707 87.642975) (xy 195.848832 87.674138) (xy 195.866124 87.688608) (xy 195.881483 87.705132) (xy 195.888219 87.711005) (xy 195.898674 87.719996) (xy 195.929582 87.741712) (xy 195.944623 87.754298) (xy 195.9574 87.7613) (xy 195.998957 87.790711) (xy 195.999967 87.791162) (xy 196.000877 87.791802) (xy 196.046249 87.8119) (xy 196.054746 87.817017) (xy 196.06682 87.821378) (xy 196.074228 87.825538) (xy 196.084014 87.82874) (xy 196.112985 87.841693) (xy 196.114981 87.842345) (xy 196.11508 87.842389) (xy 196.115194 87.842415) (xy 196.121479 87.844468) (xy 196.135388 87.848903) (xy 196.154158 87.852923) (xy 196.172223 87.859448) (xy 196.1809 87.861588) (xy 196.182701 87.862019) (xy 196.187925 87.86274) (xy 196.19294 87.864381) (xy 196.201677 87.866257) (xy 196.234169 87.872996) (xy 196.23424 87.873004) (xy 196.241896 87.874549) (xy 196.306004 87.887024) (xy 196.306134 87.887036) (xy 196.308651 87.887533) (xy 196.39755 87.904444) (xy 196.397635 87.904452) (xy 196.399125 87.904742) (xy 196.505993 87.924794) (xy 196.506065 87.9248) (xy 196.507283 87.925035) (xy 196.608871 87.943881) (xy 196.540931 88.043996) (xy 196.540857 88.044131) (xy 196.538751 88.04723) (xy 196.476944 88.139513) (xy 196.47687 88.13965) (xy 196.474279 88.143524) (xy 196.423315 88.22087) (xy 196.423283 88.220931) (xy 196.419052 88.227427) (xy 196.382446 88.284487) (xy 196.379674 88.289909) (xy 196.375993 88.294759) (xy 196.371365 88.302404) (xy 196.352632 88.333834) (xy 196.350373 88.338635) (xy 196.349259 88.340166) (xy 196.339636 88.360947) (xy 196.326078 88.383179) (xy 196.322248 88.391253) (xy 196.320858 88.394237) (xy 196.310917 88.422504) (xy 196.299459 88.446858) (xy 196.298997 88.448713) (xy 196.296775 88.453511) (xy 196.28956 88.483229) (xy 196.279417 88.512068) (xy 196.274863 88.543759) (xy 196.267305 88.57489) (xy 196.266 88.605446) (xy 196.261652 88.635704) (xy 196.263341 88.667688) (xy 196.261974 88.699683) (xy 196.266625 88.729893) (xy 196.268238 88.760437) (xy 196.276109 88.791488) (xy 196.280981 88.823134) (xy 196.283257 88.831775) (xy 196.289443 88.854618) (xy 196.2975 88.87588) (xy 196.298928 88.881514) (xy 196.302413 88.888847) (xy 196.304918 88.895456) (xy 196.317963 88.937143) (xy 196.327006 88.953745) (xy 196.333703 88.971419) (xy 196.356814 89.008472) (xy 196.377708 89.046833) (xy 196.382779 89.054191) (xy 196.412624 89.096852) (xy 196.430045 89.117194) (xy 196.445084 89.139353) (xy 196.450848 89.146181) (xy 196.50576 89.210328) (xy 196.512346 89.216651) (xy 196.517792 89.223986) (xy 196.52384 89.230564) (xy 196.605228 89.317857) (xy 196.60683 89.31927) (xy 196.608144 89.320965) (xy 196.614327 89.327417) (xy 196.700915 89.416531) (xy 196.701002 89.416604) (xy 196.705841 89.421545) (xy 196.791166 89.507451) (xy 196.791267 89.507534) (xy 196.795559 89.511832) (xy 196.87342 89.588718) (xy 196.873483 89.588769) (xy 196.878896 89.594061) (xy 196.944485 89.657298) (xy 196.945929 89.65844) (xy 196.947134 89.659838) (xy 196.953646 89.665958) (xy 197.002154 89.710917) (xy 197.012793 89.719) (xy 197.022071 89.728621) (xy 197.028913 89.734369) (xy 197.055533 89.756422) (xy 197.092253 89.781227) (xy 197.127502 89.808082) (xy 197.135137 89.812725) (xy 197.136508 89.813545) (xy 197.137017 89.813786) (xy 197.137472 89.814121) (xy 197.148929 89.819513) (xy 197.159036 89.82634) (xy 197.20063 89.843858) (xy 197.249431 89.866929) (xy 197.249982 89.867067) (xy 197.250489 89.867306) (xy 197.264738 89.870859) (xy 197.274149 89.874823) (xy 197.311396 89.882496) (xy 197.370573 89.897362) (xy 197.371132 89.89739) (xy 197.371684 89.897528) (xy 197.380533 89.898772) (xy 197.398801 89.90121) (xy 197.407277 89.901506) (xy 197.41558 89.903224) (xy 197.469608 89.903684) (xy 197.523631 89.905572) (xy 197.532006 89.904216) (xy 197.540482 89.904288) (xy 197.593581 89.894244) (xy 197.646931 89.885605) (xy 197.654877 89.88265) (xy 197.663211 89.881074) (xy 197.67177 89.878504) (xy 197.701602 89.86932) (xy 197.748017 89.849893) (xy 197.795159 89.83224) (xy 197.803154 89.828248) (xy 197.848579 89.805172) (xy 197.864467 89.795038) (xy 197.8816 89.787159) (xy 197.889283 89.782596) (xy 197.954333 89.743359) (xy 197.959418 89.739569) (xy 197.965088 89.736726) (xy 197.972614 89.731908) (xy 198.061314 89.674241) (xy 198.061842 89.673819) (xy 198.062442 89.673506) (xy 198.06989 89.668567) (xy 198.184076 89.591692) (xy 198.18417 89.591615) (xy 198.186109 89.590318) (xy 198.227551 89.562186) (xy 198.245184 89.654729) (xy 198.245201 89.654788) (xy 198.24539 89.655807) (xy 198.265002 89.757789) (xy 198.265025 89.757867) (xy 198.265267 89.759158) (xy 198.282772 89.849126) (xy 198.282805 89.849236) (xy 198.283214 89.851378) (xy 198.297245 89.922137) (xy 198.29729 89.922285) (xy 198.298325 89.927463) (xy 198.307512 89.971816) (xy 198.30906 89.976786) (xy 198.309698 89.981957) (xy 198.311713 89.990663) (xy 198.314311 90.001542) (xy 198.322109 90.02415) (xy 198.327124 90.047529) (xy 198.341476 90.080846) (xy 198.344661 90.091069) (xy 198.346118 90.093751) (xy 198.355041 90.119621) (xy 198.362937 90.13317) (xy 198.364293 90.136972) (xy 198.369185 90.145166) (xy 198.376541 90.162243) (xy 198.380915 90.170036) (xy 198.387326 90.181272) (xy 198.407883 90.210299) (xy 198.41793 90.22754) (xy 198.419251 90.229037) (xy 198.428316 90.244222) (xy 198.445064 90.262799) (xy 198.459515 90.283205) (xy 198.486781 90.309074) (xy 198.511951 90.336994) (xy 198.531986 90.351964) (xy 198.550128 90.369176) (xy 198.577436 90.386436) (xy 198.583751 90.391994) (xy 198.591893 90.396724) (xy 198.612012 90.411756) (xy 198.619691 90.416327) (xy 198.63417 90.42481) (xy 198.648905 90.431608) (xy 198.655712 90.43591) (xy 198.66654 90.440087) (xy 198.691756 90.454735) (xy 198.720242 90.464518) (xy 198.747588 90.477133) (xy 198.779159 90.484751) (xy 198.80989 90.495304) (xy 198.818599 90.497306) (xy 198.846035 90.503415) (xy 198.867223 90.505999) (xy 198.86901 90.50643) (xy 198.871655 90.506539) (xy 198.882386 90.507848) (xy 198.918271 90.515212) (xy 198.927165 90.516083) (xy 198.972443 90.520201) (xy 198.985229 90.520111) (xy 198.997888 90.522006) (xy 199.006816 90.522397) (xy 199.074825 90.524906) (xy 199.077881 90.52472) (xy 199.08092 90.525102) (xy 199.089854 90.525284) (xy 199.185482 90.526564) (xy 199.185618 90.526552) (xy 199.191884 90.526617) (xy 199.320018 90.52705) (xy 199.320115 90.527041) (xy 199.3219 90.527054) (xy 199.374421 90.527077) (xy 199.37444 90.527075) (xy 199.374701 90.527077) (xy 199.801845 90.527077) (xy 199.861945 90.521184) (xy 199.922151 90.515668) (xy 199.924118 90.515088) (xy 199.926155 90.514888) (xy 199.983942 90.497441) (xy 200.041953 90.480329) (xy 200.04377 90.479378) (xy 200.04573 90.478786) (xy 200.099041 90.450441) (xy 200.152611 90.422394) (xy 200.154208 90.421108) (xy 200.156016 90.420147) (xy 200.20281 90.381983) (xy 200.249908 90.344067) (xy 200.251225 90.342496) (xy 200.252811 90.341202) (xy 200.291258 90.294727) (xy 200.330138 90.248335) (xy 200.331126 90.246535) (xy 200.332429 90.24496) (xy 200.361176 90.191794) (xy 200.390244 90.138842) (xy 200.390862 90.136891) (xy 200.391837 90.135087) (xy 200.409728 90.077292) (xy 200.427941 90.01976) (xy 200.428728 90.015911) (xy 200.428773 90.015767) (xy 200.428789 90.015615) (xy 200.429732 90.011005) (xy 200.449978 89.908428) (xy 200.449991 89.908291) (xy 200.450567 89.905407) (xy 200.461545 89.848338) (xy 200.461556 89.848218) (xy 200.462032 89.845783) (xy 200.478057 89.760621) (xy 200.478064 89.760537) (xy 200.478304 89.759297) (xy 200.497442 89.656399) (xy 200.497447 89.656341) (xy 200.497639 89.655338) (xy 200.514498 89.563838) (xy 200.515937 89.563263) (xy 200.891798 89.818786) (xy 200.946339 89.848534) (xy 201.001058 89.878427) (xy 201.001266 89.878492) (xy 201.001454 89.878595) (xy 201.060879 89.897228) (xy 201.120217 89.915877) (xy 201.120429 89.9159) (xy 201.120639 89.915966) (xy 201.182518 89.922698) (xy 201.244382 89.929472) (xy 201.244601 89.929453) (xy 201.244812 89.929476) (xy 201.305495 89.924176) (xy 201.368822 89.918689) (xy 201.369035 89.918627) (xy 201.369245 89.918609) (xy 201.428088 89.901524) (xy 201.488797 89.883941) (xy 201.48899 89.883841) (xy 201.489197 89.883781) (xy 201.544148 89.855308) (xy 201.599739 89.826551) (xy 201.599909 89.826415) (xy 201.600099 89.826317) (xy 201.648557 89.787647) (xy 201.69742 89.748707) (xy 201.697706 89.748425) (xy 201.697729 89.748407) (xy 201.69775 89.748382) (xy 201.703788 89.742437) (xy 201.987299 89.459398) (xy 201.980819 89.501981) (xy 201.980851 89.502705) (xy 201.980743 89.503427) (xy 201.98035 89.512355) (xy 201.978593 89.559751) (xy 201.981889 89.613994) (xy 201.983804 89.668315) (xy 201.985051 89.677164) (xy 202.000425 89.781038) (xy 202.005901 89.80297) (xy 202.0086 89.825406) (xy 202.020995 89.863421) (xy 202.030683 89.902223) (xy 202.040313 89.92267) (xy 202.041332 89.925795) (xy 202.02653 89.965644) (xy 202.020451 89.988688) (xy 202.011631 90.010833) (xy 202.004555 90.048948) (xy 201.99467 90.086419) (xy 201.993183 90.110198) (xy 201.988831 90.13364) (xy 201.988128 90.142548) (xy 201.98137 90.23643) (xy 201.98181 90.253445) (xy 201.979832 90.270345) (xy 201.983423 90.315758) (xy 201.984602 90.361294) (xy 201.988337 90.37789) (xy 201.989679 90.394862) (xy 201.991312 90.403648) (xy 202.008376 90.492073) (xy 202.009467 90.495751) (xy 202.009868 90.499562) (xy 202.027219 90.555594) (xy 202.039191 90.595953) (xy 202.024257 90.636229) (xy 202.014132 90.674702) (xy 202.001299 90.712356) (xy 201.998274 90.734963) (xy 201.992469 90.757022) (xy 201.990011 90.796718) (xy 201.984734 90.836158) (xy 201.984481 90.845091) (xy 201.982461 90.939887) (xy 201.9845 90.966505) (xy 201.983546 90.99318) (xy 201.989257 91.028628) (xy 201.991999 91.064429) (xy 201.999167 91.090139) (xy 202.003414 91.116496) (xy 202.00575 91.125121) (xy 202.031272 91.216823) (xy 202.042598 91.246095) (xy 202.051019 91.276321) (xy 202.065078 91.304193) (xy 202.076345 91.333313) (xy 202.093136 91.35982) (xy 202.107271 91.387843) (xy 202.112108 91.395357) (xy 202.162631 91.472661) (xy 202.181291 91.495897) (xy 202.197481 91.520924) (xy 202.220309 91.544482) (xy 202.240842 91.57005) (xy 202.263656 91.589215) (xy 202.284402 91.610625) (xy 202.291257 91.616357) (xy 202.336487 91.653643) (xy 202.372202 91.677644) (xy 202.406392 91.703778) (xy 202.423934 91.712407) (xy 202.440159 91.723311) (xy 202.479853 91.739917) (xy 202.51847 91.758914) (xy 202.526857 91.761999) (xy 202.60893 91.791538) (xy 202.639959 91.799386) (xy 202.670088 91.810155) (xy 202.700353 91.814662) (xy 202.730023 91.822166) (xy 202.761976 91.823838) (xy 202.793631 91.828551) (xy 202.802559 91.828936) (xy 202.867503 91.831282) (xy 202.894128 91.829639) (xy 202.920775 91.830988) (xy 202.929698 91.830504) (xy 202.985967 91.827061) (xy 203.031188 91.830444) (xy 203.081535 91.836092) (xy 203.090471 91.836154) (xy 203.174184 91.836154) (xy 203.198606 91.833759) (xy 203.223147 91.834279) (xy 203.232052 91.833532) (xy 203.289018 91.82836) (xy 203.320195 91.82242) (xy 203.3518 91.819506) (xy 203.381399 91.810758) (xy 203.411717 91.804981) (xy 203.441138 91.793101) (xy 203.471583 91.784103) (xy 203.479841 91.780688) (xy 203.52788 91.760429) (xy 203.541294 91.753156) (xy 203.555621 91.747944) (xy 203.596095 91.723443) (xy 203.637684 91.700893) (xy 203.649418 91.691163) (xy 203.662473 91.68326) (xy 203.669592 91.677858) (xy 203.724749 91.635397) (xy 203.736883 91.624007) (xy 203.750519 91.614472) (xy 203.757267 91.608614) (xy 203.764435 91.602303) (xy 203.771103 91.595162) (xy 203.778853 91.589214) (xy 203.785335 91.583062) (xy 203.834406 91.535831) (xy 203.838503 91.531033) (xy 203.843371 91.52703) (xy 203.87902 91.483585) (xy 203.915516 91.440844) (xy 203.9186 91.435348) (xy 203.922602 91.43047) (xy 203.927517 91.423007) (xy 203.953852 91.382408) (xy 203.973243 91.344951) (xy 203.994981 91.308794) (xy 204.001898 91.289598) (xy 204.011275 91.271484) (xy 204.02302 91.230978) (xy 204.037323 91.191284) (xy 204.039457 91.182607) (xy 204.051572 91.131814) (xy 204.057064 91.0918) (xy 204.065312 91.052262) (xy 204.066212 91.043372) (xy 204.07018 91.001263) (xy 204.070099 90.979828) (xy 204.072769 90.958549) (xy 204.072948 90.949615) (xy 204.073936 90.874297) (xy 204.073036 90.863685) (xy 204.073862 90.853071) (xy 204.067765 90.801548) (xy 204.063379 90.749838) (xy 204.060435 90.739605) (xy 204.059184 90.72903) (xy 204.057212 90.720315) (xy 204.044687 90.666698) (xy 204.037626 90.645895) (xy 204.033258 90.624378) (xy 204.017598 90.586893) (xy 204.004539 90.54842) (xy 203.993578 90.529395) (xy 203.98511 90.509126) (xy 203.980822 90.501285) (xy 203.962225 90.467838) (xy 203.936794 90.431075) (xy 203.935366 90.428742) (xy 203.945033 90.412055) (xy 203.967712 90.378473) (xy 203.971911 90.370585) (xy 203.982566 90.350231) (xy 203.986539 90.340414) (xy 203.987345 90.339022) (xy 203.987867 90.337497) (xy 203.994054 90.327169) (xy 203.997819 90.319065) (xy 203.998356 90.317887) (xy 203.99982 90.313616) (xy 204.002036 90.309671) (xy 204.005573 90.301464) (xy 204.022145 90.262269) (xy 204.029926 90.237314) (xy 204.040495 90.213402) (xy 204.043233 90.204895) (xy 204.049335 90.185476) (xy 204.056001 90.153692) (xy 204.059327 90.143025) (xy 204.060058 90.136209) (xy 204.06983 90.100209) (xy 204.071131 90.081544) (xy 204.074972 90.063229) (xy 204.075465 90.019374) (xy 204.078516 89.975606) (xy 204.076166 89.957036) (xy 204.076376 89.938331) (xy 204.068342 89.895214) (xy 204.066295 89.879039) (xy 204.068412 89.860047) (xy 204.074972 89.828767) (xy 204.075316 89.798124) (xy 204.078712 89.76767) (xy 204.076017 89.735825) (xy 204.076376 89.703869) (xy 204.071486 89.677628) (xy 204.074591 89.658896) (xy 204.074524 89.656751) (xy 204.074862 89.654624) (xy 204.075334 89.6457) (xy 204.077797 89.592044) (xy 204.077408 89.584554) (xy 204.078307 89.577115) (xy 204.074174 89.522257) (xy 204.071321 89.467306) (xy 204.069486 89.460041) (xy 204.068923 89.452563) (xy 204.067323 89.443771) (xy 204.049063 89.347216) (xy 204.041455 89.321213) (xy 204.036772 89.294532) (xy 204.032445 89.283349) (xy 204.044085 89.244067) (xy 204.061659 89.185938) (xy 204.061833 89.184165) (xy 204.062337 89.182466) (xy 204.067948 89.122045) (xy 204.073895 89.061632) (xy 204.073723 89.059867) (xy 204.073887 89.058096) (xy 204.073778 89.04916) (xy 204.072801 88.998041) (xy 204.069486 88.969796) (xy 204.069197 88.941353) (xy 204.068172 88.932476) (xy 204.066008 88.914808) (xy 204.060338 88.865089) (xy 204.060065 88.861632) (xy 204.063444 88.828491) (xy 204.065547 88.811569) (xy 204.06581 88.801433) (xy 204.067723 88.791474) (xy 204.068482 88.78257) (xy 204.073077 88.723854) (xy 204.072345 88.68659) (xy 204.074557 88.64939) (xy 204.071121 88.624299) (xy 204.070624 88.598972) (xy 204.062669 88.562563) (xy 204.057613 88.525639) (xy 204.055482 88.516961) (xy 204.0455 88.477503) (xy 204.043927 88.473132) (xy 204.043164 88.468538) (xy 204.025317 88.421125) (xy 204.028671 88.413562) (xy 204.037408 88.374834) (xy 204.048888 88.336818) (xy 204.050563 88.32804) (xy 204.067678 88.234819) (xy 204.071382 88.190733) (xy 204.077598 88.146953) (xy 204.0766 88.128639) (xy 204.078137 88.110351) (xy 204.073208 88.066382) (xy 204.070803 88.022233) (xy 204.069387 88.01341) (xy 204.053734 87.920061) (xy 204.045973 87.891337) (xy 204.041198 87.861984) (xy 204.029726 87.831202) (xy 204.021155 87.799478) (xy 204.007966 87.772815) (xy 203.997579 87.744943) (xy 203.9936 87.736941) (xy 203.965472 87.681354) (xy 203.962516 87.676703) (xy 203.960433 87.671605) (xy 203.935942 87.634493) (xy 203.939482 87.629337) (xy 203.951236 87.608023) (xy 203.954198 87.604297) (xy 203.96401 87.585273) (xy 203.986374 87.549135) (xy 203.990256 87.541086) (xy 203.995101 87.53086) (xy 203.997548 87.524044) (xy 203.9998 87.519961) (xy 204.003204 87.509279) (xy 204.011452 87.493287) (xy 204.014695 87.48496) (xy 204.031263 87.441532) (xy 204.043047 87.398404) (xy 204.057215 87.355996) (xy 204.059145 87.347271) (xy 204.064613 87.321707) (xy 204.070431 87.27043) (xy 204.077993 87.219359) (xy 204.077463 87.208443) (xy 204.078694 87.197597) (xy 204.074442 87.14617) (xy 204.07194 87.0946) (xy 204.069302 87.084001) (xy 204.068402 87.073116) (xy 204.066579 87.066728) (xy 204.06976 87.054986) (xy 204.070885 87.038732) (xy 204.074344 87.022797) (xy 204.075316 87.013914) (xy 204.075439 87.012714) (xy 204.075505 86.997327) (xy 204.077832 86.982123) (xy 204.07666 86.955275) (xy 204.078383 86.930378) (xy 204.075879 86.910672) (xy 204.075978 86.887809) (xy 204.073056 86.872711) (xy 204.072385 86.857336) (xy 204.071637 86.854267) (xy 204.071633 86.85331) (xy 204.073877 86.837586) (xy 204.074207 86.828656) (xy 204.076248 86.760761) (xy 204.072963 86.712304) (xy 204.071793 86.663747) (xy 204.070645 86.654884) (xy 204.06109 86.584965) (xy 204.047126 86.526262) (xy 204.038447 86.48871) (xy 204.038967 86.487153) (xy 204.041267 86.477083) (xy 204.045174 86.467518) (xy 204.04767 86.458937) (xy 204.054464 86.43496) (xy 204.062835 86.388528) (xy 204.07299 86.34559) (xy 204.073343 86.336002) (xy 204.075309 86.326342) (xy 204.076166 86.317446) (xy 204.076229 86.316741) (xy 204.076208 86.314352) (xy 204.076626 86.312036) (xy 204.075863 86.267438) (xy 204.077579 86.220768) (xy 204.075278 86.206395) (xy 204.075153 86.19184) (xy 204.074518 86.188771) (xy 204.07449 86.187148) (xy 204.066974 86.152324) (xy 204.065426 86.144844) (xy 204.057837 86.097433) (xy 204.052786 86.083775) (xy 204.049837 86.069526) (xy 204.048338 86.065977) (xy 204.048139 86.065053) (xy 204.04098 86.048493) (xy 204.041267 86.047237) (xy 204.045174 86.037672) (xy 204.04767 86.029091) (xy 204.054464 86.005114) (xy 204.064286 85.950637) (xy 204.075317 85.896416) (xy 204.076173 85.88752) (xy 204.076236 85.886814) (xy 204.076215 85.884467) (xy 204.076626 85.88219) (xy 204.075745 85.830706) (xy 204.07573 85.828908) (xy 204.076044 85.770928) (xy 204.075184 85.766456) (xy 204.075144 85.761913) (xy 204.074517 85.758886) (xy 204.07449 85.757302) (xy 204.067042 85.722791) (xy 204.063406 85.705238) (xy 204.052447 85.648271) (xy 204.050735 85.644052) (xy 204.049813 85.639602) (xy 204.04833 85.636091) (xy 204.048139 85.635207) (xy 204.040176 85.616788) (xy 204.027258 85.586208) (xy 204.005474 85.532533) (xy 204.002981 85.528737) (xy 204.001209 85.524541) (xy 203.99868 85.520806) (xy 203.998572 85.520556) (xy 203.995129 85.515561) (xy 203.978373 85.490814) (xy 204.040518 85.352187) (xy 204.059715 85.294966) (xy 204.079267 85.237964) (xy 204.079558 85.235822) (xy 204.080247 85.233768) (xy 204.087956 85.173967) (xy 204.096072 85.114193) (xy 204.095941 85.112029) (xy 204.096217 85.109887) (xy 204.092171 85.049821) (xy 204.088517 84.989516) (xy 204.087968 84.98742) (xy 204.087823 84.985263) (xy 204.072177 84.92709) (xy 204.05764 84.871555) (xy 204.071489 84.820643) (xy 204.087378 84.765915) (xy 204.087852 84.760484) (xy 204.089284 84.75522) (xy 204.093281 84.698301) (xy 204.098241 84.641482) (xy 204.097651 84.63606) (xy 204.098033 84.630621) (xy 204.090899 84.574011) (xy 204.084729 84.517309) (xy 204.083098 84.512108) (xy 204.082416 84.506695) (xy 204.064427 84.452566) (xy 204.052227 84.41366) (xy 204.05799 84.38648) (xy 204.069392 84.345525) (xy 204.070916 84.325525) (xy 204.075079 84.305895) (xy 204.075653 84.26338) (xy 204.078884 84.220981) (xy 204.078627 84.212048) (xy 204.075227 84.116705) (xy 204.068797 84.068785) (xy 204.064496 84.020638) (xy 204.060507 84.006999) (xy 204.058616 83.992908) (xy 204.043001 83.947151) (xy 204.029431 83.900756) (xy 204.02604 83.892488) (xy 204.012653 83.860492) (xy 204.016588 83.857402) (xy 204.038448 83.843995) (xy 204.045535 83.838552) (xy 204.068752 83.820464) (xy 204.093183 83.797262) (xy 204.094676 83.79609) (xy 204.095821 83.794757) (xy 204.111993 83.779399) (xy 204.155512 83.738812) (xy 204.157212 83.736455) (xy 204.159323 83.73445) (xy 204.193716 83.685835) (xy 204.228572 83.637502) (xy 204.231379 83.6326) (xy 204.231462 83.632482) (xy 204.231518 83.632356) (xy 204.233012 83.629747) (xy 204.252526 83.595111) (xy 204.259266 83.579826) (xy 204.268129 83.56565) (xy 204.272047 83.557619) (xy 204.275861 83.549662) (xy 204.275901 83.549581) (xy 204.294583 83.510656) (xy 204.301212 83.492481) (xy 204.310234 83.475358) (xy 204.31355 83.46706) (xy 204.32535 83.436923) (xy 204.335651 83.400477) (xy 204.348726 83.364946) (xy 204.352596 83.340524) (xy 204.359322 83.316726) (xy 204.362347 83.278983) (xy 204.368274 83.24158) (xy 204.368742 83.232656) (xy 204.369761 83.210247) (xy 204.369009 83.195877) (xy 204.369302 83.192219) (xy 204.368419 83.184606) (xy 204.367091 83.15923) (xy 204.36624 83.108131) (xy 204.36383 83.096941) (xy 204.363232 83.085511) (xy 204.350703 83.035986) (xy 204.339944 82.986024) (xy 204.335405 82.975512) (xy 204.332599 82.96442) (xy 204.310685 82.918262) (xy 204.29043 82.871351) (xy 204.283941 82.861928) (xy 204.27903 82.851584) (xy 204.248565 82.810558) (xy 204.219587 82.768478) (xy 204.213777 82.761689) (xy 204.200116 82.745948) (xy 204.166077 82.713706) (xy 204.133639 82.679827) (xy 204.120806 82.670826) (xy 204.109432 82.660053) (xy 204.075372 82.638566) (xy 204.071749 82.615974) (xy 204.067986 82.575109) (xy 204.066241 82.566345) (xy 204.04442 82.460612) (xy 204.043906 82.458957) (xy 204.043714 82.457239) (xy 204.025363 82.399279) (xy 204.007357 82.341331) (xy 204.006535 82.339814) (xy 204.006011 82.33816) (xy 204.002437 82.329969) (xy 203.989355 82.300544) (xy 203.960832 82.250271) (xy 203.933067 82.199618) (xy 203.927976 82.192274) (xy 203.88766 82.134972) (xy 203.84828 82.089236) (xy 203.809235 82.043272) (xy 203.806263 82.040437) (xy 203.806161 82.040318) (xy 203.806037 82.040221) (xy 203.802769 82.037103) (xy 203.749313 81.986813) (xy 203.738229 81.978261) (xy 203.737148 81.977052) (xy 203.716508 81.961502) (xy 203.685435 81.934076) (xy 203.678154 81.928896) (xy 203.671374 81.924143) (xy 203.659151 81.917247) (xy 203.650421 81.910511) (xy 203.645734 81.908179) (xy 203.637388 81.901891) (xy 203.629727 81.89729) (xy 203.597053 81.877971) (xy 203.547948 81.855079) (xy 203.49946 81.830921) (xy 203.491089 81.827794) (xy 203.456162 81.815024) (xy 203.402351 81.801124) (xy 203.348823 81.78606) (xy 203.340014 81.784552) (xy 203.294034 81.777008) (xy 203.264181 81.775068) (xy 203.234668 81.770095) (xy 203.225749 81.76954) (xy 203.159918 81.7659) (xy 203.150276 81.76631) (xy 203.140692 81.765126) (xy 203.131757 81.764964) (xy 203.037278 81.763905) (xy 203.037154 81.763916) (xy 203.030679 81.763865) (xy 203.009497 81.763846) (xy 203.009338 81.763861) (xy 203.004366 81.763862) (xy 202.997625 81.76391) (xy 202.997616 81.763911) (xy 202.997549 81.763911) (xy 202.903616 81.764591) (xy 202.896527 81.765338) (xy 202.88941 81.764851) (xy 202.88048 81.765177) (xy 202.810137 81.768232) (xy 202.78505 81.771797) (xy 202.759704 81.772424) (xy 202.750843 81.773579) (xy 202.7021 81.780271) (xy 202.651326 81.792385) (xy 202.600195 81.802855) (xy 202.591676 81.805554) (xy 202.555801 81.817192) (xy 202.501474 81.840897) (xy 202.446812 81.864112) (xy 202.441441 81.867091) (xy 202.441318 81.867145) (xy 202.441214 81.867217) (xy 202.438997 81.868447) (xy 202.407257 81.886339) (xy 202.390647 81.897975) (xy 202.372647 81.907319) (xy 202.36519 81.912244) (xy 202.359289 81.916199) (xy 202.33665 81.934818) (xy 202.312199 81.950989) (xy 202.305302 81.95667) (xy 202.225758 82.023129) (xy 202.20381 82.045447) (xy 202.179799 82.065508) (xy 202.160131 82.089863) (xy 202.138178 82.112186) (xy 202.120991 82.138329) (xy 202.101324 82.162683) (xy 202.096468 82.170185) (xy 202.050292 82.242603) (xy 202.028106 82.286293) (xy 202.004107 82.32898) (xy 201.999883 82.34187) (xy 201.993737 82.353972) (xy 201.980463 82.401125) (xy 201.965208 82.447674) (xy 201.963328 82.45641) (xy 201.944998 82.544574) (xy 201.939483 82.595798) (xy 201.932215 82.646774) (xy 201.931885 82.655704) (xy 201.930989 82.685641) (xy 201.934511 82.737496) (xy 201.936324 82.789429) (xy 201.937568 82.798278) (xy 201.954121 82.910378) (xy 201.964034 82.950137) (xy 201.971243 82.990458) (xy 201.979108 83.010594) (xy 201.984339 83.031574) (xy 202.00178 83.068637) (xy 202.009003 83.087132) (xy 202.001715 83.103185) (xy 201.990587 83.135838) (xy 201.976641 83.167392) (xy 201.970489 83.194815) (xy 201.961424 83.221414) (xy 201.956852 83.255599) (xy 201.949298 83.289268) (xy 201.948264 83.298145) (xy 201.936519 83.405481) (xy 201.93643 83.413363) (xy 201.935004 83.421105) (xy 201.935729 83.475731) (xy 201.935114 83.530379) (xy 201.936556 83.53812) (xy 201.936661 83.545999) (xy 201.937714 83.554873) (xy 201.949497 83.648663) (xy 201.958551 83.688643) (xy 201.964894 83.729139) (xy 201.972315 83.749418) (xy 201.977086 83.770484) (xy 201.993729 83.807933) (xy 202.007087 83.844435) (xy 201.974223 83.934788) (xy 201.964941 83.970975) (xy 201.952843 84.00631) (xy 201.949461 84.031322) (xy 201.943188 84.055777) (xy 201.941111 84.093071) (xy 201.940942 84.094321) (xy 201.703586 83.857361) (xy 201.703491 83.857283) (xy 201.703412 83.857187) (xy 201.654689 83.817265) (xy 201.607001 83.77816) (xy 201.606892 83.778102) (xy 201.606796 83.778023) (xy 201.55151 83.748466) (xy 201.496871 83.719228) (xy 201.496752 83.719192) (xy 201.496644 83.719134) (xy 201.436853 83.700933) (xy 201.377393 83.682808) (xy 201.377272 83.682796) (xy 201.377151 83.682759) (xy 201.315335 83.676557) (xy 201.253116 83.670289) (xy 201.252989 83.670301) (xy 201.252869 83.670289) (xy 201.19105 83.676208) (xy 201.128774 83.682148) (xy 201.128657 83.682183) (xy 201.128531 83.682195) (xy 201.068188 83.700265) (xy 201.009104 83.717932) (xy 201.008994 83.71799) (xy 201.008874 83.718026) (xy 200.95343 83.747345) (xy 200.898663 83.776279) (xy 200.898569 83.776355) (xy 200.898456 83.776415) (xy 200.891037 83.781395) (xy 200.566004 84.002867) (xy 200.515254 84.037089) (xy 200.514609 84.036827) (xy 200.50329 83.975229) (xy 200.503272 83.975165) (xy 200.503094 83.974169) (xy 200.483435 83.868189) (xy 200.483416 83.868125) (xy 200.483211 83.866985) (xy 200.466129 83.77587) (xy 200.466097 83.775761) (xy 200.465751 83.773875) (xy 200.453181 83.707982) (xy 200.453143 83.707851) (xy 200.452615 83.705052) (xy 200.450189 83.692644) (xy 200.450169 83.692578) (xy 200.449978 83.691572) (xy 200.429732 83.588995) (xy 200.412323 83.531207) (xy 200.395243 83.473175) (xy 200.394292 83.471355) (xy 200.393702 83.469398) (xy 200.365419 83.416128) (xy 200.337374 83.362483) (xy 200.336088 83.360884) (xy 200.335129 83.359077) (xy 200.296997 83.312264) (xy 200.259108 83.265138) (xy 200.257539 83.263821) (xy 200.256245 83.262233) (xy 200.209748 83.22372) (xy 200.163424 83.18485) (xy 200.161626 83.183862) (xy 200.160051 83.182557) (xy 200.107044 83.153855) (xy 200.053968 83.124676) (xy 200.052009 83.124055) (xy 200.050213 83.123082) (xy 199.992597 83.105209) (xy 199.934908 83.086909) (xy 199.932871 83.086681) (xy 199.930916 83.086074) (xy 199.870929 83.079732) (xy 199.810781 83.072985) (xy 199.806851 83.072958) (xy 199.806702 83.072942) (xy 199.806551 83.072956) (xy 199.801845 83.072923) (xy 199.374701 83.072923) (xy 199.374638 83.072929) (xy 199.373653 83.072924) (xy 199.233198 83.073154) (xy 199.233043 83.073169) (xy 199.228549 83.073178) (xy 199.122282 83.074124) (xy 199.121112 83.074249) (xy 199.119939 83.074149) (xy 199.111005 83.074324) (xy 199.034039 83.076366) (xy 199.025625 83.077417) (xy 199.01715 83.077037) (xy 199.00823 83.077573) (xy 198.955677 83.081094) (xy 198.930189 83.085328) (xy 198.904373 83.086615) (xy 198.895543 83.087991) (xy 198.862517 83.093372) (xy 198.855665 83.095189) (xy 198.848613 83.095796) (xy 198.795385 83.111176) (xy 198.780448 83.115138) (xy 198.776332 83.115854) (xy 198.773205 83.117059) (xy 198.741784 83.125392) (xy 198.73542 83.128503) (xy 198.728617 83.130469) (xy 198.720338 83.133834) (xy 198.701951 83.141456) (xy 198.68146 83.152405) (xy 198.659777 83.160759) (xy 198.626492 83.181777) (xy 198.591786 83.200322) (xy 198.573814 83.215041) (xy 198.554164 83.227449) (xy 198.525596 83.254531) (xy 198.495152 83.279464) (xy 198.483499 83.293608) (xy 198.47844 83.297906) (xy 198.474177 83.303275) (xy 198.463516 83.313381) (xy 198.457709 83.320173) (xy 198.449072 83.33042) (xy 198.428299 83.360612) (xy 198.427004 83.362184) (xy 198.417901 83.372499) (xy 198.416441 83.375005) (xy 198.41573 83.375868) (xy 198.414044 83.379001) (xy 198.400765 83.395724) (xy 198.390712 83.41524) (xy 198.378271 83.433322) (xy 198.366324 83.461022) (xy 198.355021 83.480423) (xy 198.350736 83.492848) (xy 198.343568 83.506764) (xy 198.340329 83.515092) (xy 198.338728 83.519296) (xy 198.334491 83.534834) (xy 198.328806 83.548016) (xy 198.324 83.570378) (xy 198.3143 83.598505) (xy 198.312286 83.607211) (xy 198.306606 83.632565) (xy 198.306339 83.634734) (xy 198.305668 83.636818) (xy 198.303835 83.645565) (xy 198.292503 83.701579) (xy 198.292487 83.701731) (xy 198.291802 83.705097) (xy 198.276186 83.784578) (xy 198.276177 83.78467) (xy 198.27584 83.786349) (xy 198.257308 83.882097) (xy 198.257302 83.882166) (xy 198.257074 83.883311) (xy 198.236996 83.988133) (xy 198.23699 83.988194) (xy 198.2368 83.98916) (xy 198.227623 84.037496) (xy 198.205747 84.02265) (xy 198.205745 84.022649) (xy 198.186628 84.009653) (xy 198.186508 84.009588) (xy 198.184276 84.008062) (xy 198.068585 83.930167) (xy 198.067947 83.929823) (xy 198.067377 83.929354) (xy 198.059918 83.924433) (xy 197.971822 83.867174) (xy 197.966119 83.864215) (xy 197.961011 83.860299) (xy 197.953389 83.855634) (xy 197.888832 83.816728) (xy 197.87162 83.808527) (xy 197.855677 83.798067) (xy 197.847733 83.793973) (xy 197.802658 83.771136) (xy 197.755372 83.75273) (xy 197.708787 83.732594) (xy 197.700258 83.729926) (xy 197.670611 83.720876) (xy 197.6628 83.719305) (xy 197.655368 83.716429) (xy 197.601642 83.707001) (xy 197.548158 83.696242) (xy 197.540187 83.696218) (xy 197.532342 83.694841) (xy 197.477813 83.696027) (xy 197.423252 83.695861) (xy 197.415432 83.697385) (xy 197.407466 83.697558) (xy 197.398601 83.698685) (xy 197.380323 83.701139) (xy 197.336284 83.711506) (xy 197.293057 83.719143) (xy 197.288617 83.720867) (xy 197.283645 83.721825) (xy 197.271505 83.726756) (xy 197.25874 83.729761) (xy 197.217953 83.748303) (xy 197.176619 83.764352) (xy 197.17249 83.766974) (xy 197.167921 83.76883) (xy 197.160039 83.77304) (xy 197.159923 83.773103) (xy 197.152817 83.777915) (xy 197.145033 83.781454) (xy 197.109002 83.807294) (xy 197.071179 83.831314) (xy 197.064178 83.836867) (xy 197.04017 83.856183) (xy 197.028132 83.867979) (xy 197.014534 83.877942) (xy 197.007918 83.883948) (xy 196.961504 83.926672) (xy 196.959918 83.928448) (xy 196.958025 83.929898) (xy 196.951538 83.936044) (xy 196.888214 83.996886) (xy 196.88821 83.996889) (xy 196.888142 83.996955) (xy 196.887528 83.997545) (xy 196.887494 83.997584) (xy 196.881801 84.003116) (xy 196.805009 84.078763) (xy 196.804926 84.078862) (xy 196.800533 84.083216) (xy 196.71577 84.168379) (xy 196.715675 84.168495) (xy 196.713429 84.170744) (xy 196.703968 84.180348) (xy 196.703871 84.180468) (xy 196.700167 84.18424) (xy 196.596234 84.291565) (xy 196.59406 84.294299) (xy 196.591419 84.296591) (xy 196.585319 84.30312) (xy 196.509005 84.385945) (xy 196.502292 84.394835) (xy 196.494242 84.402536) (xy 196.488466 84.409355) (xy 196.438362 84.469344) (xy 196.419568 84.496928) (xy 196.398336 84.522688) (xy 196.393405 84.53014) (xy 196.368104 84.568958) (xy 196.341625 84.619832) (xy 196.314342 84.670261) (xy 196.312817 84.675181) (xy 196.310437 84.679755) (xy 196.294346 84.734796) (xy 196.290052 84.748657) (xy 196.28542 84.760429) (xy 196.284031 84.768088) (xy 196.277375 84.789571) (xy 196.275637 84.798337) (xy 196.272371 84.815434) (xy 196.269255 84.849581) (xy 196.263135 84.883331) (xy 196.263591 84.911642) (xy 196.261019 84.939823) (xy 196.264594 84.973919) (xy 196.265146 85.008221) (xy 196.271092 85.035903) (xy 196.274043 85.064048) (xy 196.284176 85.096813) (xy 196.291378 85.130342) (xy 196.302582 85.156331) (xy 196.310947 85.183378) (xy 196.327251 85.213549) (xy 196.340828 85.245042) (xy 196.345205 85.252833) (xy 196.359451 85.277786) (xy 196.365645 85.286526) (xy 196.370348 85.296155) (xy 196.375089 85.30373) (xy 196.407995 85.355512) (xy 196.408077 85.355617) (xy 196.408142 85.355745) (xy 196.412991 85.363251) (xy 196.461043 85.436516) (xy 196.461137 85.436632) (xy 196.463921 85.440866) (xy 196.523603 85.530266) (xy 196.523702 85.530387) (xy 196.525842 85.533597) (xy 196.59364 85.633788) (xy 196.593716 85.633879) (xy 196.594937 85.635697) (xy 196.608867 85.656123) (xy 196.51121 85.674233) (xy 196.511139 85.674253) (xy 196.509928 85.674472) (xy 196.402566 85.694608) (xy 196.402482 85.694632) (xy 196.401003 85.694903) (xy 196.311378 85.711943) (xy 196.31126 85.711978) (xy 196.308795 85.712439) (xy 196.243729 85.725087) (xy 196.24364 85.725114) (xy 196.236414 85.726554) (xy 196.202731 85.73351) (xy 196.198 85.734981) (xy 196.193076 85.735581) (xy 196.184367 85.737584) (xy 196.183854 85.737706) (xy 196.17164 85.7419) (xy 196.158922 85.744156) (xy 196.150335 85.746628) (xy 196.136006 85.750861) (xy 196.100063 85.765425) (xy 196.083455 85.770588) (xy 196.076779 85.774208) (xy 196.044124 85.785881) (xy 196.032642 85.792745) (xy 196.020242 85.797769) (xy 195.986656 85.819796) (xy 195.975392 85.825182) (xy 195.96343 85.834116) (xy 195.936913 85.849967) (xy 195.929764 85.855329) (xy 195.918946 85.863561) (xy 195.916591 85.865747) (xy 195.915795 85.866269) (xy 195.911698 85.870289) (xy 195.898108 85.882905) (xy 195.875318 85.899926) (xy 195.852433 85.925304) (xy 195.827402 85.948539) (xy 195.810717 85.971563) (xy 195.791668 85.992686) (xy 195.774151 86.022019) (xy 195.754106 86.049679) (xy 195.742209 86.075508) (xy 195.727628 86.099925) (xy 195.723874 86.108034) (xy 195.716073 86.125197) (xy 195.711025 86.139989) (xy 195.703868 86.153883) (xy 195.690887 86.198994) (xy 195.675729 86.243408) (xy 195.673651 86.258892) (xy 195.669327 86.273918) (xy 195.667768 86.282717) (xy 195.662491 86.313743) (xy 195.660467 86.342311) (xy 195.655427 86.370521) (xy 195.654784 86.379434) (xy 195.651537 86.429255) (xy 195.651829 86.4382) (xy 195.650625 86.447069) (xy 195.650355 86.456001) (xy 195.648645 86.529548) (xy 195.648711 86.530438) (xy 195.648606 86.531325) (xy 195.648486 86.54026) (xy 195.647821 86.642465) (xy 195.647834 86.64261) (xy 195.647807 86.646092) (xy 195.647693 86.781888) (xy 195.647696 86.781922) (xy 195.647693 86.782389) (xy 195.647692 86.799964) (xy 194.314 86.799964) (xy 194.314 77.803734) (xy 194.317556 77.767629) (xy 194.303365 77.623545) (xy 194.296902 77.602239) (xy 194.261337 77.484997) (xy 194.193087 77.35731) (xy 194.101237 77.245392) (xy 194.073192 77.222376) (xy 193.996629 77.145813) (xy 193.973608 77.117762) (xy 193.86169 77.025913) (xy 193.734003 76.957663) (xy 193.595455 76.915635) (xy 193.557975 76.911944) (xy 193.518932 76.838899) (xy 193.339608 76.620392) (xy 193.121101 76.441068) (xy 192.988142 76.37) (xy 193.121101 76.298932) (xy 193.339608 76.119608) (xy 193.518932 75.901101) (xy 193.652182 75.651808) (xy 193.734236 75.381309) (xy 193.761943 75.1) (xy 193.734236 74.818691) (xy 193.652182 74.548192) (xy 193.518932 74.298899) (xy 193.339608 74.080392) (xy 193.121101 73.901068) (xy 192.871808 73.767818) (xy 192.601309 73.685764) (xy 192.390492 73.665) (xy 192.249508 73.665) (xy 192.038691 73.685764) (xy 191.768192 73.767818) (xy 191.518899 73.901068) (xy 191.300392 74.080392) (xy 191.121068 74.298899) (xy 190.987818 74.548192) (xy 190.905764 74.818691) (xy 190.878057 75.1) (xy 190.905764 75.381309) (xy 190.987818 75.651808) (xy 191.121068 75.901101) (xy 191.300392 76.119608) (xy 191.518899 76.298932) (xy 191.651858 76.37) (xy 191.518899 76.441068) (xy 191.300392 76.620392) (xy 191.121068 76.838899) (xy 191.085736 76.905) (xy 190.944447 76.905) (xy 188.035 73.995554) (xy 188.035 72.092702) (xy 189.086903 72.092702) (xy 189.158486 72.336671) (xy 189.413996 72.457571) (xy 189.688184 72.5263) (xy 189.970512 72.540217) (xy 190.25013 72.498787) (xy 190.516292 72.403603) (xy 190.641514 72.336671) (xy 190.713097 72.092702) (xy 189.9 71.279605) (xy 189.086903 72.092702) (xy 188.035 72.092702) (xy 188.035 71.170512) (xy 188.459783 71.170512) (xy 188.501213 71.45013) (xy 188.596397 71.716292) (xy 188.663329 71.841514) (xy 188.907298 71.913097) (xy 189.720395 71.1) (xy 190.079605 71.1) (xy 190.892702 71.913097) (xy 191.136671 71.841514) (xy 191.150324 71.812659) (xy 191.285363 72.014759) (xy 191.485241 72.214637) (xy 191.720273 72.37168) (xy 191.981426 72.479853) (xy 192.258665 72.535) (xy 192.541335 72.535) (xy 192.818574 72.479853) (xy 193.079727 72.37168) (xy 193.314759 72.214637) (xy 193.514637 72.014759) (xy 193.67168 71.779727) (xy 193.779853 71.518574) (xy 193.835 71.241335) (xy 193.835 70.958665) (xy 193.779853 70.681426) (xy 193.67168 70.420273) (xy 193.514637 70.185241) (xy 193.314759 69.985363) (xy 193.079727 69.82832) (xy 192.818574 69.720147) (xy 192.541335 69.665) (xy 192.258665 69.665) (xy 191.981426 69.720147) (xy 191.720273 69.82832) (xy 191.485241 69.985363) (xy 191.285363 70.185241) (xy 191.151308 70.385869) (xy 191.136671 70.358486) (xy 190.892702 70.286903) (xy 190.079605 71.1) (xy 189.720395 71.1) (xy 188.907298 70.286903) (xy 188.663329 70.358486) (xy 188.542429 70.613996) (xy 188.4737 70.888184) (xy 188.459783 71.170512) (xy 188.035 71.170512) (xy 188.035 70.107298) (xy 189.086903 70.107298) (xy 189.9 70.920395) (xy 190.713097 70.107298) (xy 190.641514 69.863329) (xy 190.386004 69.742429) (xy 190.111816 69.6737) (xy 189.829488 69.659783) (xy 189.54987 69.701213) (xy 189.283708 69.796397) (xy 189.158486 69.863329) (xy 189.086903 70.107298) (xy 188.035 70.107298) (xy 188.035 69.704446) (xy 190.094197 67.64525) (xy 190.122237 67.622238) (xy 190.14525 67.594197) (xy 190.145253 67.594194) (xy 190.204025 67.52258) (xy 190.214087 67.51032) (xy 190.282337 67.382633) (xy 190.324365 67.244085) (xy 190.335 67.136105) (xy 190.335 67.136096) (xy 190.338555 67.100001) (xy 190.335 67.063906) (xy 190.335 66.466381) (xy 190.558691 66.534236) (xy 190.769508 66.555) (xy 190.910492 66.555) (xy 191.121309 66.534236) (xy 191.391808 66.452182) (xy 191.641101 66.318932) (xy 191.859608 66.139608) (xy 192.038932 65.921101) (xy 192.112579 65.783318) (xy 192.227615 65.975131) (xy 192.416586 66.183519) (xy 192.64258 66.351037) (xy 192.896913 66.471246) (xy 193.030961 66.511904) (xy 193.253 66.389915) (xy 193.253 65.247) (xy 193.233 65.247) (xy 193.233 64.993) (xy 193.253 64.993) (xy 193.253 63.850085) (xy 193.030961 63.728096) (xy 192.896913 63.768754) (xy 192.64258 63.888963) (xy 192.416586 64.056481) (xy 192.227615 64.264869) (xy 192.112579 64.456682) (xy 192.038932 64.318899) (xy 191.859608 64.100392) (xy 191.641101 63.921068) (xy 191.391808 63.787818) (xy 191.121309 63.705764) (xy 190.910492 63.685) (xy 190.769508 63.685) (xy 190.558691 63.705764) (xy 190.335 63.773619) (xy 190.335 63.404446) (xy 191.068934 62.670512) (xy 203.459783 62.670512) (xy 203.501213 62.95013) (xy 203.596397 63.216292) (xy 203.663329 63.341514) (xy 203.907298 63.413097) (xy 204.720395 62.6) (xy 205.079605 62.6) (xy 205.892702 63.413097) (xy 206.136671 63.341514) (xy 206.257571 63.086004) (xy 206.3263 62.811816) (xy 206.340217 62.529488) (xy 206.298787 62.24987) (xy 206.203603 61.983708) (xy 206.136671 61.858486) (xy 205.892702 61.786903) (xy 205.079605 62.6) (xy 204.720395 62.6) (xy 203.907298 61.786903) (xy 203.663329 61.858486) (xy 203.542429 62.113996) (xy 203.4737 62.388184) (xy 203.459783 62.670512) (xy 191.068934 62.670512) (xy 192.132148 61.607298) (xy 204.086903 61.607298) (xy 204.9 62.420395) (xy 205.713097 61.607298) (xy 205.641514 61.363329) (xy 205.386004 61.242429) (xy 205.111816 61.1737) (xy 204.829488 61.159783) (xy 204.54987 61.201213) (xy 204.283708 61.296397) (xy 204.158486 61.363329) (xy 204.086903 61.607298) (xy 192.132148 61.607298) (xy 193.704447 60.035) (xy 200.263895 60.035) (xy 200.3 60.038556) (xy 200.336105 60.035) (xy 200.444085 60.024365) (xy 200.582633 59.982337) (xy 200.71032 59.914087) (xy 200.822238 59.822238) (xy 200.845258 59.794188) (xy 201.494197 59.14525) (xy 201.522237 59.122238) (xy 201.54525 59.094197) (xy 201.545253 59.094194) (xy 201.603104 59.023703) (xy 201.614087 59.01032) (xy 201.652704 58.938072) (xy 201.8 58.938072) (xy 201.924482 58.925812) (xy 202.04418 58.889502) (xy 202.154494 58.830537) (xy 202.251185 58.751185) (xy 202.330537 58.654494) (xy 202.389502 58.54418) (xy 202.425812 58.424482) (xy 202.438072 58.3) (xy 202.438072 56.7) (xy 202.425812 56.575518) (xy 202.389502 56.45582) (xy 202.330537 56.345506) (xy 202.251185 56.248815) (xy 202.154494 56.169463) (xy 202.04418 56.110498) (xy 201.924482 56.074188) (xy 201.8 56.061928) (xy 200.2 56.061928) (xy 200.075518 56.074188) (xy 199.95582 56.110498) (xy 199.845506 56.169463) (xy 199.748815 56.248815) (xy 199.669463 56.345506) (xy 199.610498 56.45582) (xy 199.574188 56.575518) (xy 199.572419 56.593482) (xy 199.479608 56.480392) (xy 199.261101 56.301068) (xy 199.011808 56.167818) (xy 198.741309 56.085764) (xy 198.530492 56.065) (xy 198.389508 56.065) (xy 198.178691 56.085764) (xy 197.908192 56.167818) (xy 197.658899 56.301068) (xy 197.440392 56.480392) (xy 197.261068 56.698899) (xy 197.187421 56.836682) (xy 197.072385 56.644869) (xy 196.883414 56.436481) (xy 196.65742 56.268963) (xy 196.403087 56.148754) (xy 196.269039 56.108096) (xy 196.047 56.230085) (xy 196.047 57.373) (xy 196.067 57.373) (xy 196.067 57.627) (xy 196.047 57.627) (xy 196.047 57.647) (xy 195.793 57.647) (xy 195.793 57.627) (xy 195.773 57.627) (xy 195.773 57.373) (xy 195.793 57.373) (xy 195.793 56.230085) (xy 195.570961 56.108096) (xy 195.436913 56.148754) (xy 195.18258 56.268963) (xy 194.956586 56.436481) (xy 194.767615 56.644869) (xy 194.652579 56.836682) (xy 194.578932 56.698899) (xy 194.399608 56.480392) (xy 194.181101 56.301068) (xy 193.931808 56.167818) (xy 193.661309 56.085764) (xy 193.450492 56.065) (xy 193.309508 56.065) (xy 193.098691 56.085764) (xy 192.828192 56.167818) (xy 192.578899 56.301068) (xy 192.360392 56.480392) (xy 192.181068 56.698899) (xy 192.11 56.831858) (xy 192.038932 56.698899) (xy 191.859608 56.480392) (xy 191.641101 56.301068) (xy 191.391808 56.167818) (xy 191.121309 56.085764) (xy 190.910492 56.065) (xy 190.769508 56.065) (xy 190.558691 56.085764) (xy 190.288192 56.167818) (xy 190.038899 56.301068) (xy 189.820392 56.480392) (xy 189.641068 56.698899) (xy 189.57 56.831858) (xy 189.498932 56.698899) (xy 189.319608 56.480392) (xy 189.101101 56.301068) (xy 188.851808 56.167818) (xy 188.581309 56.085764) (xy 188.370492 56.065) (xy 188.229508 56.065) (xy 188.018691 56.085764) (xy 187.748192 56.167818) (xy 187.498899 56.301068) (xy 187.280392 56.480392) (xy 187.101068 56.698899) (xy 187.03 56.831858) (xy 186.958932 56.698899) (xy 186.779608 56.480392) (xy 186.561101 56.301068) (xy 186.311808 56.167818) (xy 186.041309 56.085764) (xy 185.830492 56.065) (xy 185.689508 56.065) (xy 185.478691 56.085764) (xy 185.208192 56.167818) (xy 184.958899 56.301068) (xy 184.740392 56.480392) (xy 184.561068 56.698899) (xy 184.487421 56.836682) (xy 184.372385 56.644869) (xy 184.183414 56.436481) (xy 183.95742 56.268963) (xy 183.703087 56.148754) (xy 183.569039 56.108096) (xy 183.347 56.230085) (xy 183.347 57.373) (xy 183.367 57.373) (xy 183.367 57.627) (xy 183.347 57.627) (xy 183.347 57.647) (xy 183.093 57.647) (xy 183.093 57.627) (xy 181.949376 57.627) (xy 181.828091 57.84904) (xy 181.92293 58.113881) (xy 182.067615 58.355131) (xy 182.256586 58.563519) (xy 182.48258 58.731037) (xy 182.736913 58.851246) (xy 182.870961 58.891904) (xy 183.092998 58.769916) (xy 183.092998 58.935) (xy 183.184953 58.935) (xy 177.855272 64.264682) (xy 177.811641 64.17308) (xy 177.637588 63.939731) (xy 177.421355 63.744822) (xy 177.304477 63.675201) (xy 177.369014 63.640706) (xy 177.595134 63.455134) (xy 177.780706 63.229014) (xy 177.918599 62.971034) (xy 178.003513 62.691111) (xy 178.032185 62.4) (xy 178.003513 62.108889) (xy 177.918599 61.828966) (xy 177.780706 61.570986) (xy 177.595134 61.344866) (xy 177.369014 61.159294) (xy 177.314209 61.13) (xy 177.369014 61.100706) (xy 177.595134 60.915134) (xy 177.780706 60.689014) (xy 177.918599 60.431034) (xy 178.003513 60.151111) (xy 178.032185 59.86) (xy 178.003513 59.568889) (xy 177.918599 59.288966) (xy 177.780706 59.030986) (xy 177.595134 58.804866) (xy 177.369014 58.619294) (xy 177.314209 58.59) (xy 177.369014 58.560706) (xy 177.595134 58.375134) (xy 177.780706 58.149014) (xy 177.918599 57.891034) (xy 178.003513 57.611111) (xy 178.032185 57.32) (xy 178.015536 57.15096) (xy 181.828091 57.15096) (xy 181.949376 57.373) (xy 183.093 57.373) (xy 183.093 56.230085) (xy 182.870961 56.108096) (xy 182.736913 56.148754) (xy 182.48258 56.268963) (xy 182.256586 56.436481) (xy 182.067615 56.644869) (xy 181.92293 56.886119) (xy 181.828091 57.15096) (xy 178.015536 57.15096) (xy 178.003513 57.028889) (xy 177.918599 56.748966) (xy 177.780706 56.490986) (xy 177.595134 56.264866) (xy 177.369014 56.079294) (xy 177.314209 56.05) (xy 177.369014 56.020706) (xy 177.595134 55.835134) (xy 177.780706 55.609014) (xy 177.798705 55.57534) (xy 204.604265 55.57534) (xy 204.850416 55.967704) (xy 205.352822 56.233312) (xy 205.897393 56.395801) (xy 206.463199 56.448928) (xy 207.028498 56.390652) (xy 207.571566 56.22321) (xy 208.049584 55.967704) (xy 208.295735 55.57534) (xy 206.45 53.729605) (xy 204.604265 55.57534) (xy 177.798705 55.57534) (xy 177.918599 55.351034) (xy 178.003513 55.071111) (xy 178.032185 54.78) (xy 178.003513 54.488889) (xy 177.918599 54.208966) (xy 177.780706 53.950986) (xy 177.595134 53.724866) (xy 177.369014 53.539294) (xy 177.304477 53.504799) (xy 177.421355 53.435178) (xy 177.637588 53.240269) (xy 177.811641 53.00692) (xy 177.936825 52.744099) (xy 177.963276 52.656891) (xy 187.618519 52.656891) (xy 187.715843 52.931252) (xy 187.864822 53.181355) (xy 188.059731 53.397588) (xy 188.29308 53.571641) (xy 188.555901 53.696825) (xy 188.70311 53.741476) (xy 188.933 53.620155) (xy 188.933 52.427) (xy 187.739186 52.427) (xy 187.618519 52.656891) (xy 177.963276 52.656891) (xy 177.981476 52.59689) (xy 177.860155 52.367) (xy 176.667 52.367) (xy 176.667 52.387) (xy 176.413 52.387) (xy 176.413 52.367) (xy 176.393 52.367) (xy 176.393 52.113) (xy 176.413 52.113) (xy 176.413 50.919186) (xy 176.667 50.919186) (xy 176.667 52.113) (xy 177.860155 52.113) (xy 177.949812 51.943109) (xy 187.618519 51.943109) (xy 187.739186 52.173) (xy 188.933 52.173) (xy 188.933 50.979845) (xy 189.187 50.979845) (xy 189.187 52.173) (xy 189.207 52.173) (xy 189.207 52.427) (xy 189.187 52.427) (xy 189.187 53.620155) (xy 189.41689 53.741476) (xy 189.564099 53.696825) (xy 189.82692 53.571641) (xy 190.060269 53.397588) (xy 190.136034 53.313534) (xy 190.160498 53.39418) (xy 190.219463 53.504494) (xy 190.298815 53.601185) (xy 190.395506 53.680537) (xy 190.50582 53.739502) (xy 190.625518 53.775812) (xy 190.75 53.788072) (xy 192.45 53.788072) (xy 192.574482 53.775812) (xy 192.69418 53.739502) (xy 192.804494 53.680537) (xy 192.901185 53.601185) (xy 192.932359 53.563199) (xy 203.551072 53.563199) (xy 203.609348 54.128498) (xy 203.77679 54.671566) (xy 204.032296 55.149584) (xy 204.42466 55.395735) (xy 206.270395 53.55) (xy 204.42466 51.704265) (xy 204.032296 51.950416) (xy 203.766688 52.452822) (xy 203.604199 52.997393) (xy 203.551072 53.563199) (xy 192.932359 53.563199) (xy 192.980537 53.504494) (xy 193.039502 53.39418) (xy 193.075812 53.274482) (xy 193.088072 53.15) (xy 193.088072 51.45) (xy 193.075812 51.325518) (xy 193.039502 51.20582) (xy 192.980537 51.095506) (xy 192.901185 50.998815) (xy 192.804494 50.919463) (xy 192.69418 50.860498) (xy 192.574482 50.824188) (xy 192.45 50.811928) (xy 190.75 50.811928) (xy 190.625518 50.824188) (xy 190.50582 50.860498) (xy 190.395506 50.919463) (xy 190.298815 50.998815) (xy 190.219463 51.095506) (xy 190.160498 51.20582) (xy 190.136034 51.286466) (xy 190.060269 51.202412) (xy 189.82692 51.028359) (xy 189.564099 50.903175) (xy 189.41689 50.858524) (xy 189.187 50.979845) (xy 188.933 50.979845) (xy 188.70311 50.858524) (xy 188.555901 50.903175) (xy 188.29308 51.028359) (xy 188.059731 51.202412) (xy 187.864822 51.418645) (xy 187.715843 51.668748) (xy 187.618519 51.943109) (xy 177.949812 51.943109) (xy 177.981476 51.88311) (xy 177.936825 51.735901) (xy 177.811641 51.47308) (xy 177.637588 51.239731) (xy 177.421355 51.044822) (xy 177.171252 50.895843) (xy 176.896891 50.798519) (xy 176.667 50.919186) (xy 176.413 50.919186) (xy 176.183109 50.798519) (xy 175.908748 50.895843) (xy 175.658645 51.044822) (xy 175.442412 51.239731) (xy 175.271584 51.468756) (xy 175.240706 51.410986) (xy 175.055134 51.184866) (xy 174.829014 50.999294) (xy 174.571034 50.861401) (xy 174.291111 50.776487) (xy 174.07295 50.755) (xy 173.92705 50.755) (xy 173.708889 50.776487) (xy 173.428966 50.861401) (xy 173.170986 50.999294) (xy 172.944866 51.184866) (xy 172.759294 51.410986) (xy 172.621401 51.668966) (xy 172.536487 51.948889) (xy 172.507815 52.24) (xy 172.536487 52.531111) (xy 172.621401 52.811034) (xy 172.759294 53.069014) (xy 172.944866 53.295134) (xy 173.170986 53.480706) (xy 173.225791 53.51) (xy 173.170986 53.539294) (xy 172.944866 53.724866) (xy 172.759294 53.950986) (xy 172.621401 54.208966) (xy 172.536487 54.488889) (xy 172.507815 54.78) (xy 172.536487 55.071111) (xy 172.621401 55.351034) (xy 172.759294 55.609014) (xy 172.944866 55.835134) (xy 173.170986 56.020706) (xy 173.225791 56.05) (xy 173.170986 56.079294) (xy 172.944866 56.264866) (xy 172.759294 56.490986) (xy 172.621401 56.748966) (xy 172.536487 57.028889) (xy 172.507815 57.32) (xy 172.536487 57.611111) (xy 172.621401 57.891034) (xy 172.759294 58.149014) (xy 172.944866 58.375134) (xy 173.170986 58.560706) (xy 173.225791 58.59) (xy 173.170986 58.619294) (xy 172.944866 58.804866) (xy 172.759294 59.030986) (xy 172.621401 59.288966) (xy 172.536487 59.568889) (xy 172.507815 59.86) (xy 172.536487 60.151111) (xy 172.621401 60.431034) (xy 172.759294 60.689014) (xy 172.944866 60.915134) (xy 173.170986 61.100706) (xy 173.225791 61.13) (xy 173.170986 61.159294) (xy 172.944866 61.344866) (xy 172.759294 61.570986) (xy 172.621401 61.828966) (xy 172.536487 62.108889) (xy 172.507815 62.4) (xy 172.536487 62.691111) (xy 172.621401 62.971034) (xy 172.759294 63.229014) (xy 172.944866 63.455134) (xy 173.170986 63.640706) (xy 173.225791 63.67) (xy 173.170986 63.699294) (xy 172.944866 63.884866) (xy 172.759294 64.110986) (xy 172.621401 64.368966) (xy 172.536487 64.648889) (xy 172.507815 64.94) (xy 172.536487 65.231111) (xy 172.621401 65.511034) (xy 172.759294 65.769014) (xy 172.860509 65.892344) (xy 170.051956 68.700897) (xy 162.990908 75.761946) (xy 162.962863 75.784962) (xy 162.871014 75.89688) (xy 162.820907 75.990624) (xy 162.802764 76.024567) (xy 162.760735 76.163115) (xy 162.746544 76.3072) (xy 162.750101 76.343315) (xy 162.7501 79.717204) (xy 162.750101 79.717214) (xy 162.750101 80.093254) (xy 153.149549 70.492702) (xy 156.386903 70.492702) (xy 156.458486 70.736671) (xy 156.713996 70.857571) (xy 156.988184 70.9263) (xy 157.270512 70.940217) (xy 157.55013 70.898787) (xy 157.816292 70.803603) (xy 157.941514 70.736671) (xy 158.013097 70.492702) (xy 157.2 69.679605) (xy 156.386903 70.492702) (xy 153.149549 70.492702) (xy 152.227359 69.570512) (xy 155.759783 69.570512) (xy 155.801213 69.85013) (xy 155.896397 70.116292) (xy 155.963329 70.241514) (xy 156.207298 70.313097) (xy 157.020395 69.5) (xy 157.379605 69.5) (xy 158.192702 70.313097) (xy 158.436671 70.241514) (xy 158.450324 70.212659) (xy 158.585363 70.414759) (xy 158.785241 70.614637) (xy 159.020273 70.77168) (xy 159.281426 70.879853) (xy 159.558665 70.935) (xy 159.841335 70.935) (xy 160.118574 70.879853) (xy 160.379727 70.77168) (xy 160.614759 70.614637) (xy 160.814637 70.414759) (xy 160.867378 70.335827) (xy 160.9 70.33904) (xy 160.941018 70.335) (xy 160.941019 70.335) (xy 161.063689 70.322918) (xy 161.221087 70.275172) (xy 161.366146 70.197636) (xy 161.493291 70.093291) (xy 161.519445 70.061422) (xy 162.061427 69.519441) (xy 162.093291 69.493291) (xy 162.197636 69.366146) (xy 162.275172 69.221087) (xy 162.322918 69.063689) (xy 162.330514 68.986562) (xy 162.33904 68.900001) (xy 162.335 68.858982) (xy 162.335 67.38) (xy 167.958541 67.38) (xy 167.984317 67.641706) (xy 168.060653 67.893354) (xy 168.184618 68.125275) (xy 168.351445 68.328555) (xy 168.554725 68.495382) (xy 168.786646 68.619347) (xy 169.038294 68.695683) (xy 169.234421 68.715) (xy 169.365579 68.715) (xy 169.561706 68.695683) (xy 169.813354 68.619347) (xy 170.045275 68.495382) (xy 170.248555 68.328555) (xy 170.415382 68.125275) (xy 170.539347 67.893354) (xy 170.615683 67.641706) (xy 170.641459 67.38) (xy 170.615683 67.118294) (xy 170.539347 66.866646) (xy 170.415382 66.634725) (xy 170.248555 66.431445) (xy 170.045275 66.264618) (xy 169.813354 66.140653) (xy 169.561706 66.064317) (xy 169.365579 66.045) (xy 169.234421 66.045) (xy 169.038294 66.064317) (xy 168.786646 66.140653) (xy 168.554725 66.264618) (xy 168.351445 66.431445) (xy 168.184618 66.634725) (xy 168.060653 66.866646) (xy 167.984317 67.118294) (xy 167.958541 67.38) (xy 162.335 67.38) (xy 162.335 66.18793) (xy 162.414759 66.134637) (xy 162.614637 65.934759) (xy 162.77168 65.699727) (xy 162.879853 65.438574) (xy 162.935 65.161335) (xy 162.935 64.878665) (xy 162.879853 64.601426) (xy 162.77168 64.340273) (xy 162.614637 64.105241) (xy 162.445132 63.935736) (xy 163.245868 63.135) (xy 168.252339 63.135) (xy 168.263038 63.151013) (xy 168.448987 63.336962) (xy 168.667641 63.483061) (xy 168.910595 63.583696) (xy 169.168514 63.635) (xy 169.431486 63.635) (xy 169.689405 63.583696) (xy 169.932359 63.483061) (xy 170.151013 63.336962) (xy 170.336962 63.151013) (xy 170.483061 62.932359) (xy 170.583696 62.689405) (xy 170.635 62.431486) (xy 170.635 62.168514) (xy 170.583696 61.910595) (xy 170.483061 61.667641) (xy 170.336962 61.448987) (xy 170.151013 61.263038) (xy 170.135 61.252339) (xy 170.135 55.827404) (xy 170.199068 55.672729) (xy 170.235 55.492089) (xy 170.235 55.307911) (xy 170.199068 55.127271) (xy 170.128586 54.957111) (xy 170.026262 54.803972) (xy 169.896028 54.673738) (xy 169.742889 54.571414) (xy 169.572729 54.500932) (xy 169.392089 54.465) (xy 169.207911 54.465) (xy 169.027271 54.500932) (xy 168.857111 54.571414) (xy 168.703972 54.673738) (xy 168.573738 54.803972) (xy 168.471414 54.957111) (xy 168.400932 55.127271) (xy 168.365 55.307911) (xy 168.365 55.492089) (xy 168.400932 55.672729) (xy 168.465 55.827404) (xy 168.465001 61.252338) (xy 168.448987 61.263038) (xy 168.263038 61.448987) (xy 168.252339 61.465) (xy 162.941018 61.465) (xy 162.9 61.46096) (xy 162.858981 61.465) (xy 162.736311 61.477082) (xy 162.578913 61.524828) (xy 162.433854 61.602364) (xy 162.306709 61.706709) (xy 162.280558 61.738574) (xy 160.938574 63.080559) (xy 160.90671 63.106709) (xy 160.846562 63.18) (xy 160.802364 63.233855) (xy 160.724828 63.378914) (xy 160.677082 63.536312) (xy 160.66096 63.7) (xy 160.665001 63.741028) (xy 160.665001 63.852069) (xy 160.585241 63.905363) (xy 160.385363 64.105241) (xy 160.22832 64.340273) (xy 160.120147 64.601426) (xy 160.065 64.878665) (xy 160.065 65.161335) (xy 160.120147 65.438574) (xy 160.22832 65.699727) (xy 160.385363 65.934759) (xy 160.585241 66.134637) (xy 160.665001 66.187931) (xy 160.665 68.435604) (xy 160.614759 68.385363) (xy 160.379727 68.22832) (xy 160.118574 68.120147) (xy 159.841335 68.065) (xy 159.558665 68.065) (xy 159.281426 68.120147) (xy 159.020273 68.22832) (xy 158.785241 68.385363) (xy 158.585363 68.585241) (xy 158.451308 68.785869) (xy 158.436671 68.758486) (xy 158.192702 68.686903) (xy 157.379605 69.5) (xy 157.020395 69.5) (xy 156.207298 68.686903) (xy 155.963329 68.758486) (xy 155.842429 69.013996) (xy 155.7737 69.288184) (xy 155.759783 69.570512) (xy 152.227359 69.570512) (xy 151.164145 68.507298) (xy 156.386903 68.507298) (xy 157.2 69.320395) (xy 158.013097 68.507298) (xy 157.941514 68.263329) (xy 157.686004 68.142429) (xy 157.411816 68.0737) (xy 157.129488 68.059783) (xy 156.84987 68.101213) (xy 156.583708 68.196397) (xy 156.458486 68.263329) (xy 156.386903 68.507298) (xy 151.164145 68.507298) (xy 148.243132 65.586286) (xy 148.210268 65.421071) (xy 148.139786 65.250911) (xy 148.037462 65.097772) (xy 147.907228 64.967538) (xy 147.77422 64.878665) (xy 152.445 64.878665) (xy 152.445 65.161335) (xy 152.500147 65.438574) (xy 152.60832 65.699727) (xy 152.765363 65.934759) (xy 152.965241 66.134637) (xy 153.200273 66.29168) (xy 153.461426 66.399853) (xy 153.738665 66.455) (xy 154.021335 66.455) (xy 154.298574 66.399853) (xy 154.559727 66.29168) (xy 154.794759 66.134637) (xy 154.994637 65.934759) (xy 155.15168 65.699727) (xy 155.259853 65.438574) (xy 155.315 65.161335) (xy 155.315 64.878665) (xy 155.259853 64.601426) (xy 155.15168 64.340273) (xy 154.994637 64.105241) (xy 154.794759 63.905363) (xy 154.559727 63.74832) (xy 154.298574 63.640147) (xy 154.021335 63.585) (xy 153.738665 63.585) (xy 153.461426 63.640147) (xy 153.200273 63.74832) (xy 152.965241 63.905363) (xy 152.765363 64.105241) (xy 152.60832 64.340273) (xy 152.500147 64.601426) (xy 152.445 64.878665) (xy 147.77422 64.878665) (xy 147.754089 64.865214) (xy 147.583929 64.794732) (xy 147.4459 64.767276) (xy 147.4459 60.754277) (xy 147.557111 60.828586) (xy 147.727271 60.899068) (xy 147.907911 60.935) (xy 148.092089 60.935) (xy 148.272729 60.899068) (xy 148.442889 60.828586) (xy 148.596028 60.726262) (xy 148.726262 60.596028) (xy 148.828586 60.442889) (xy 148.899068 60.272729) (xy 148.935 60.092089) (xy 148.935 59.907911) (xy 148.899068 59.727271) (xy 148.828586 59.557111) (xy 148.726262 59.403972) (xy 148.596028 59.273738) (xy 148.442889 59.171414) (xy 148.272729 59.100932) (xy 148.135 59.073536) (xy 148.135 58.392702) (xy 153.066903 58.392702) (xy 153.138486 58.636671) (xy 153.393996 58.757571) (xy 153.668184 58.8263) (xy 153.950512 58.840217) (xy 154.23013 58.798787) (xy 154.496292 58.703603) (xy 154.621514 58.636671) (xy 154.693097 58.392702) (xy 153.88 57.579605) (xy 153.066903 58.392702) (xy 148.135 58.392702) (xy 148.135 58.336094) (xy 148.138555 58.299999) (xy 148.135 58.263904) (xy 148.135 58.263895) (xy 148.124365 58.155915) (xy 148.082337 58.017367) (xy 148.014087 57.88968) (xy 147.966022 57.831113) (xy 147.945253 57.805806) (xy 147.94525 57.805803) (xy 147.922237 57.777762) (xy 147.894197 57.75475) (xy 147.609959 57.470512) (xy 152.439783 57.470512) (xy 152.481213 57.75013) (xy 152.576397 58.016292) (xy 152.643329 58.141514) (xy 152.887298 58.213097) (xy 153.700395 57.4) (xy 154.059605 57.4) (xy 154.872702 58.213097) (xy 155.116671 58.141514) (xy 155.237571 57.886004) (xy 155.3063 57.611816) (xy 155.320217 57.329488) (xy 155.278787 57.04987) (xy 155.183603 56.783708) (xy 155.116671 56.658486) (xy 154.91734 56.6) (xy 160.061928 56.6) (xy 160.061928 58.2) (xy 160.074188 58.324482) (xy 160.110498 58.44418) (xy 160.169463 58.554494) (xy 160.248815 58.651185) (xy 160.345506 58.730537) (xy 160.45582 58.789502) (xy 160.575518 58.825812) (xy 160.7 58.838072) (xy 162.3 58.838072) (xy 162.424482 58.825812) (xy 162.54418 58.789502) (xy 162.654494 58.730537) (xy 162.751185 58.651185) (xy 162.830537 58.554494) (xy 162.889502 58.44418) (xy 162.925812 58.324482) (xy 162.938072 58.2) (xy 162.938072 56.6) (xy 162.925812 56.475518) (xy 162.889502 56.35582) (xy 162.830537 56.245506) (xy 162.751185 56.148815) (xy 162.654494 56.069463) (xy 162.54418 56.010498) (xy 162.424482 55.974188) (xy 162.3 55.961928) (xy 160.7 55.961928) (xy 160.575518 55.974188) (xy 160.45582 56.010498) (xy 160.345506 56.069463) (xy 160.248815 56.148815) (xy 160.169463 56.245506) (xy 160.110498 56.35582) (xy 160.074188 56.475518) (xy 160.061928 56.6) (xy 154.91734 56.6) (xy 154.872702 56.586903) (xy 154.059605 57.4) (xy 153.700395 57.4) (xy 152.887298 56.586903) (xy 152.643329 56.658486) (xy 152.522429 56.913996) (xy 152.4537 57.188184) (xy 152.439783 57.470512) (xy 147.609959 57.470512) (xy 146.546745 56.407298) (xy 153.066903 56.407298) (xy 153.88 57.220395) (xy 154.693097 56.407298) (xy 154.621514 56.163329) (xy 154.366004 56.042429) (xy 154.091816 55.9737) (xy 153.809488 55.959783) (xy 153.52987 56.001213) (xy 153.263708 56.096397) (xy 153.138486 56.163329) (xy 153.066903 56.407298) (xy 146.546745 56.407298) (xy 145.307534 55.168088) (xy 145.304365 55.135915) (xy 145.262337 54.997367) (xy 145.194087 54.86968) (xy 145.102238 54.757762) (xy 144.99032 54.665913) (xy 144.862633 54.597663) (xy 144.724085 54.555635) (xy 144.616105 54.545) (xy 144.456105 54.545) (xy 144.42 54.541444) (xy 144.383895 54.545) (xy 141.62795 54.545) (xy 141.545662 54.421847) (xy 141.358153 54.234338) (xy 141.137665 54.087013) (xy 140.892672 53.985533) (xy 140.632589 53.9338) (xy 140.367411 53.9338) (xy 140.222142 53.962695) (xy 139.986358 53.726912) (xy 139.963338 53.698862) (xy 139.85142 53.607013) (xy 139.723733 53.538763) (xy 139.585185 53.496735) (xy 139.477205 53.4861) (xy 139.4411 53.482544) (xy 139.404995 53.4861) (xy 127.192205 53.4861) (xy 127.1561 53.482544) (xy 127.012015 53.496735) (xy 126.873466 53.538763) (xy 126.773654 53.592114) (xy 126.74578 53.607013) (xy 126.633862 53.698862) (xy 126.610846 53.726907) (xy 125.893457 54.444296) (xy 125.9225 54.298289) (xy 125.9225 54.114111) (xy 125.886568 53.933471) (xy 125.816086 53.763311) (xy 125.713762 53.610172) (xy 125.583528 53.479938) (xy 125.430389 53.377614) (xy 125.260229 53.307132) (xy 125.079589 53.2712) (xy 124.895411 53.2712) (xy 124.714771 53.307132) (xy 124.544611 53.377614) (xy 124.391472 53.479938) (xy 124.261238 53.610172) (xy 124.158914 53.763311) (xy 124.088432 53.933471) (xy 124.055568 54.098685) (xy 123.455554 54.6987) (xy 115.305242 54.6987) (xy 115.379853 54.518574) (xy 115.435 54.241335) (xy 115.435 53.958665) (xy 115.379853 53.681426) (xy 115.27168 53.420273) (xy 115.114637 53.185241) (xy 114.914759 52.985363) (xy 114.679727 52.82832) (xy 114.418574 52.720147) (xy 114.141335 52.665) (xy 113.858665 52.665) (xy 113.581426 52.720147) (xy 113.320273 52.82832) (xy 113.085241 52.985363) (xy 112.885363 53.185241) (xy 112.751308 53.385869) (xy 112.736671 53.358486) (xy 112.492702 53.286903) (xy 111.679605 54.1) (xy 111.693748 54.114143) (xy 111.514143 54.293748) (xy 111.5 54.279605) (xy 111.485858 54.293748) (xy 111.306253 54.114143) (xy 111.320395 54.1) (xy 110.507298 53.286903) (xy 110.263329 53.358486) (xy 110.142429 53.613996) (xy 110.0737 53.888184) (xy 110.059783 54.170512) (xy 110.101213 54.45013) (xy 110.190106 54.6987) (xy 99.746664 54.6987) (xy 99.779853 54.618574) (xy 99.835 54.341335) (xy 99.835 54.058665) (xy 99.779853 53.781426) (xy 99.67168 53.520273) (xy 99.514637 53.285241) (xy 99.336694 53.107298) (xy 110.686903 53.107298) (xy 111.5 53.920395) (xy 112.313097 53.107298) (xy 112.241514 52.863329) (xy 111.986004 52.742429) (xy 111.711816 52.6737) (xy 111.429488 52.659783) (xy 111.14987 52.701213) (xy 110.883708 52.796397) (xy 110.758486 52.863329) (xy 110.686903 53.107298) (xy 99.336694 53.107298) (xy 99.314759 53.085363) (xy 99.079727 52.92832) (xy 98.818574 52.820147) (xy 98.541335 52.765) (xy 98.258665 52.765) (xy 97.981426 52.820147) (xy 97.720273 52.92832) (xy 97.485241 53.085363) (xy 97.285363 53.285241) (xy 97.151308 53.485869) (xy 97.136671 53.458486) (xy 96.892702 53.386903) (xy 96.079605 54.2) (xy 96.093748 54.214143) (xy 95.914143 54.393748) (xy 95.9 54.379605) (xy 95.885858 54.393748) (xy 95.706253 54.214143) (xy 95.720395 54.2) (xy 94.907298 53.386903) (xy 94.663329 53.458486) (xy 94.542429 53.713996) (xy 94.4737 53.988184) (xy 94.459783 54.270512) (xy 94.501213 54.55013) (xy 94.554344 54.6987) (xy 91.407805 54.6987) (xy 91.3717 54.695144) (xy 91.335595 54.6987) (xy 91.227615 54.709335) (xy 91.195263 54.719149) (xy 91.233312 54.647178) (xy 91.395801 54.102607) (xy 91.448928 53.536801) (xy 91.41496 53.207298) (xy 95.086903 53.207298) (xy 95.9 54.020395) (xy 96.713097 53.207298) (xy 96.641514 52.963329) (xy 96.386004 52.842429) (xy 96.111816 52.7737) (xy 95.829488 52.759783) (xy 95.54987 52.801213) (xy 95.283708 52.896397) (xy 95.158486 52.963329) (xy 95.086903 53.207298) (xy 91.41496 53.207298) (xy 91.390652 52.971502) (xy 91.22321 52.428434) (xy 90.967704 51.950416) (xy 90.57534 51.704265) (xy 88.729605 53.55) (xy 88.743748 53.564143) (xy 88.564143 53.743748) (xy 88.55 53.729605) (xy 86.704265 55.57534) (xy 86.950416 55.967704) (xy 87.452822 56.233312) (xy 87.997393 56.395801) (xy 88.563199 56.448928) (xy 89.128498 56.390652) (xy 89.485318 56.280635) (xy 85.805808 59.960146) (xy 85.777762 59.983163) (xy 85.685913 60.095081) (xy 85.685 60.096789) (xy 85.685 53.892313) (xy 85.709348 54.128498) (xy 85.87679 54.671566) (xy 86.132296 55.149584) (xy 86.52466 55.395735) (xy 88.370395 53.55) (xy 86.52466 51.704265) (xy 86.132296 51.950416) (xy 85.866688 52.452822) (xy 85.704199 52.997393) (xy 85.685 53.201864) (xy 85.685 50.685) (xy 88.207687 50.685) ) ) (filled_polygon (pts (xy 90.748738 120.062338) (xy 90.887286 120.104366) (xy 90.995266 120.115001) (xy 90.995275 120.115001) (xy 91.03137 120.118556) (xy 91.067465 120.115001) (xy 95.1697 120.115001) (xy 95.087818 120.268192) (xy 95.005764 120.538691) (xy 94.978057 120.82) (xy 95.005764 121.101309) (xy 95.087818 121.371808) (xy 95.221068 121.621101) (xy 95.400392 121.839608) (xy 95.618899 122.018932) (xy 95.756682 122.092579) (xy 95.564869 122.207615) (xy 95.356481 122.396586) (xy 95.188963 122.62258) (xy 95.068754 122.876913) (xy 95.028096 123.010961) (xy 95.150085 123.233) (xy 96.293 123.233) (xy 96.293 123.213) (xy 96.547 123.213) (xy 96.547 123.233) (xy 97.689915 123.233) (xy 97.811904 123.010961) (xy 97.771246 122.876913) (xy 97.651037 122.62258) (xy 97.483519 122.396586) (xy 97.275131 122.207615) (xy 97.083318 122.092579) (xy 97.221101 122.018932) (xy 97.439608 121.839608) (xy 97.618932 121.621101) (xy 97.685366 121.496811) (xy 99.882748 123.694193) (xy 99.905764 123.722238) (xy 100.017682 123.814087) (xy 100.145369 123.882337) (xy 100.283917 123.924365) (xy 100.391897 123.935) (xy 100.391906 123.935) (xy 100.428001 123.938555) (xy 100.464096 123.935) (xy 112.529895 123.935) (xy 112.566 123.938556) (xy 112.602105 123.935) (xy 112.710085 123.924365) (xy 112.848633 123.882337) (xy 112.97632 123.814087) (xy 113.088238 123.722238) (xy 113.111258 123.694188) (xy 114.994197 121.81125) (xy 115.022237 121.788238) (xy 115.04525 121.760197) (xy 115.045253 121.760194) (xy 115.082145 121.715241) (xy 115.114087 121.67632) (xy 115.182337 121.548633) (xy 115.205 121.473922) (xy 115.205001 125.303885) (xy 115.201444 125.34) (xy 115.215635 125.484085) (xy 115.249037 125.594193) (xy 115.257664 125.622633) (xy 115.325914 125.75032) (xy 115.417763 125.862238) (xy 115.445808 125.885254) (xy 116.814953 127.2544) (xy 110.152147 127.2544) (xy 109.743557 126.845811) (xy 109.720537 126.817761) (xy 109.608619 126.725912) (xy 109.480932 126.657662) (xy 109.342384 126.615634) (xy 109.234404 126.604999) (xy 109.198299 126.601443) (xy 109.162194 126.604999) (xy 97.666361 126.604999) (xy 97.771246 126.383087) (xy 97.811904 126.249039) (xy 97.689915 126.027) (xy 96.547 126.027) (xy 96.547 126.047) (xy 96.293 126.047) (xy 96.293 126.027) (xy 95.150085 126.027) (xy 95.028096 126.249039) (xy 95.068754 126.383087) (xy 95.173639 126.604999) (xy 93.414529 126.604999) (xy 93.399068 126.527271) (xy 93.328586 126.357111) (xy 93.226262 126.203972) (xy 93.096028 126.073738) (xy 92.942889 125.971414) (xy 92.772729 125.900932) (xy 92.592089 125.865) (xy 92.407911 125.865) (xy 92.227271 125.900932) (xy 92.057111 125.971414) (xy 91.903972 126.073738) (xy 91.773738 126.203972) (xy 91.671414 126.357111) (xy 91.600932 126.527271) (xy 91.565 126.707911) (xy 91.565 126.892089) (xy 91.600932 127.072729) (xy 91.671414 127.242889) (xy 91.773738 127.396028) (xy 91.903972 127.526262) (xy 92.057111 127.628586) (xy 92.227271 127.699068) (xy 92.392485 127.731931) (xy 92.494745 127.834191) (xy 92.517761 127.862237) (xy 92.629679 127.954086) (xy 92.757366 128.022336) (xy 92.865988 128.055286) (xy 92.895914 128.064364) (xy 93.039999 128.078555) (xy 93.076104 128.074999) (xy 95.031151 128.074999) (xy 95.005764 128.158691) (xy 94.978057 128.44) (xy 95.005764 128.721309) (xy 95.087818 128.991808) (xy 95.221068 129.241101) (xy 95.400392 129.459608) (xy 95.618899 129.638932) (xy 95.868192 129.772182) (xy 96.138691 129.854236) (xy 96.349508 129.875) (xy 96.490492 129.875) (xy 96.701309 129.854236) (xy 96.971808 129.772182) (xy 97.221101 129.638932) (xy 97.439608 129.459608) (xy 97.618932 129.241101) (xy 97.752182 128.991808) (xy 97.834236 128.721309) (xy 97.861943 128.44) (xy 97.834236 128.158691) (xy 97.808849 128.074999) (xy 108.893853 128.074999) (xy 108.903149 128.084295) (xy 108.648966 128.161401) (xy 108.390986 128.299294) (xy 108.164866 128.484866) (xy 107.979294 128.710986) (xy 107.841401 128.968966) (xy 107.756487 129.248889) (xy 107.727815 129.54) (xy 107.756487 129.831111) (xy 107.841401 130.111034) (xy 107.979294 130.369014) (xy 108.164866 130.595134) (xy 108.390986 130.780706) (xy 108.448756 130.811584) (xy 108.219731 130.982412) (xy 108.024822 131.198645) (xy 107.875843 131.448748) (xy 107.778519 131.723109) (xy 107.899186 131.953) (xy 109.093 131.953) (xy 109.093 131.933) (xy 109.347 131.933) (xy 109.347 131.953) (xy 109.367 131.953) (xy 109.367 132.207) (xy 109.347 132.207) (xy 109.347 133.400155) (xy 109.57689 133.521476) (xy 109.724099 133.476825) (xy 109.981113 133.354407) (xy 109.950932 133.427271) (xy 109.915 133.607911) (xy 109.915 133.792089) (xy 109.950932 133.972729) (xy 110.021414 134.142889) (xy 110.123738 134.296028) (xy 110.253972 134.426262) (xy 110.407111 134.528586) (xy 110.577271 134.599068) (xy 110.757911 134.635) (xy 110.942089 134.635) (xy 111.122729 134.599068) (xy 111.292889 134.528586) (xy 111.432951 134.435) (xy 111.805897 134.435) (xy 111.842002 134.438556) (xy 111.878107 134.435) (xy 111.986087 134.424365) (xy 112.124635 134.382337) (xy 112.252322 134.314087) (xy 112.36424 134.222238) (xy 112.38726 134.194188) (xy 113.355511 133.225938) (xy 113.470986 133.320706) (xy 113.565001 133.370958) (xy 113.565001 134.163885) (xy 113.561444 134.2) (xy 113.575635 134.344085) (xy 113.603529 134.436037) (xy 113.617664 134.482633) (xy 113.685914 134.61032) (xy 113.777763 134.722238) (xy 113.805808 134.745254) (xy 114.446797 135.386244) (xy 114.367 135.430085) (xy 114.367 136.573) (xy 116.653 136.573) (xy 116.653 136.553) (xy 116.907 136.553) (xy 116.907 136.573) (xy 116.927 136.573) (xy 116.927 136.827) (xy 116.907 136.827) (xy 116.907 136.847) (xy 116.653 136.847) (xy 116.653 136.827) (xy 114.367 136.827) (xy 114.367 136.847) (xy 114.113 136.847) (xy 114.113 136.827) (xy 112.969376 136.827) (xy 112.848091 137.04904) (xy 112.94293 137.313881) (xy 113.087615 137.555131) (xy 113.096564 137.565) (xy 110.604447 137.565) (xy 109.390407 136.35096) (xy 112.848091 136.35096) (xy 112.969376 136.573) (xy 114.113 136.573) (xy 114.113 135.430085) (xy 113.890961 135.308096) (xy 113.756913 135.348754) (xy 113.50258 135.468963) (xy 113.276586 135.636481) (xy 113.087615 135.844869) (xy 112.94293 136.086119) (xy 112.848091 136.35096) (xy 109.390407 136.35096) (xy 105.476338 132.436891) (xy 107.778519 132.436891) (xy 107.875843 132.711252) (xy 108.024822 132.961355) (xy 108.219731 133.177588) (xy 108.45308 133.351641) (xy 108.715901 133.476825) (xy 108.86311 133.521476) (xy 109.093 133.400155) (xy 109.093 132.207) (xy 107.899186 132.207) (xy 107.778519 132.436891) (xy 105.476338 132.436891) (xy 104.4728 131.433354) (xy 104.4728 129.876351) (xy 104.566386 129.736289) (xy 104.636868 129.566129) (xy 104.6728 129.385489) (xy 104.6728 129.201311) (xy 104.636868 129.020671) (xy 104.566386 128.850511) (xy 104.464062 128.697372) (xy 104.333828 128.567138) (xy 104.180689 128.464814) (xy 104.010529 128.394332) (xy 103.829889 128.3584) (xy 103.645711 128.3584) (xy 103.465071 128.394332) (xy 103.294911 128.464814) (xy 103.141772 128.567138) (xy 103.011538 128.697372) (xy 102.909214 128.850511) (xy 102.838732 129.020671) (xy 102.8028 129.201311) (xy 102.8028 129.385489) (xy 102.838732 129.566129) (xy 102.909214 129.736289) (xy 103.002801 129.876352) (xy 103.0028 131.701695) (xy 102.999244 131.7378) (xy 103.012867 131.876119) (xy 103.013435 131.881884) (xy 103.055463 132.020432) (xy 103.123713 132.148119) (xy 103.215562 132.260037) (xy 103.243608 132.283054) (xy 109.754746 138.794193) (xy 109.777762 138.822238) (xy 109.88968 138.914087) (xy 110.017367 138.982337) (xy 110.155915 139.024365) (xy 110.263895 139.035) (xy 110.263904 139.035) (xy 110.299999 139.038555) (xy 110.336094 139.035) (xy 121.998253 139.035) (xy 117.759278 143.273976) (xy 117.743414 143.256481) (xy 117.51742 143.088963) (xy 117.263087 142.968754) (xy 117.129039 142.928096) (xy 116.907 143.050085) (xy 116.907 144.193) (xy 116.927 144.193) (xy 116.927 144.447) (xy 116.907 144.447) (xy 116.907 144.467) (xy 116.653 144.467) (xy 116.653 144.447) (xy 116.633 144.447) (xy 116.633 144.193) (xy 116.653 144.193) (xy 116.653 143.050085) (xy 116.430961 142.928096) (xy 116.296913 142.968754) (xy 116.04258 143.088963) (xy 115.816586 143.256481) (xy 115.627615 143.464869) (xy 115.512579 143.656682) (xy 115.438932 143.518899) (xy 115.259608 143.300392) (xy 115.041101 143.121068) (xy 114.791808 142.987818) (xy 114.521309 142.905764) (xy 114.310492 142.885) (xy 114.169508 142.885) (xy 113.958691 142.905764) (xy 113.688192 142.987818) (xy 113.438899 143.121068) (xy 113.220392 143.300392) (xy 113.041068 143.518899) (xy 112.947163 143.694583) (xy 112.857229 143.657332) (xy 112.676589 143.6214) (xy 112.492411 143.6214) (xy 112.311771 143.657332) (xy 112.141611 143.727814) (xy 112.001549 143.8214) (xy 102.363647 143.8214) (xy 90.308059 131.765813) (xy 90.285038 131.737762) (xy 90.241378 131.701931) (xy 88.326946 129.7875) (xy 88.45096 129.831909) (xy 88.673 129.710624) (xy 88.673 128.567) (xy 88.927 128.567) (xy 88.927 129.710624) (xy 89.14904 129.831909) (xy 89.413881 129.73707) (xy 89.655131 129.592385) (xy 89.863519 129.403414) (xy 90.031037 129.17742) (xy 90.151246 128.923087) (xy 90.191904 128.789039) (xy 90.069915 128.567) (xy 88.927 128.567) (xy 88.673 128.567) (xy 88.653 128.567) (xy 88.653 128.313) (xy 88.673 128.313) (xy 88.673 128.293) (xy 88.927 128.293) (xy 88.927 128.313) (xy 90.069915 128.313) (xy 90.191904 128.090961) (xy 90.151246 127.956913) (xy 90.031037 127.70258) (xy 89.863519 127.476586) (xy 89.655131 127.287615) (xy 89.463318 127.172579) (xy 89.601101 127.098932) (xy 89.819608 126.919608) (xy 89.998932 126.701101) (xy 90.037975 126.628056) (xy 90.075455 126.624365) (xy 90.214003 126.582337) (xy 90.34169 126.514087) (xy 90.453608 126.422238) (xy 90.476628 126.394188) (xy 91.394197 125.47662) (xy 91.422237 125.453608) (xy 91.44525 125.425567) (xy 91.445253 125.425564) (xy 91.514087 125.34169) (xy 91.582337 125.214004) (xy 91.624365 125.075455) (xy 91.638556 124.93137) (xy 91.635 124.895265) (xy 91.635 123.709039) (xy 95.028096 123.709039) (xy 95.068754 123.843087) (xy 95.188963 124.09742) (xy 95.356481 124.323414) (xy 95.564869 124.512385) (xy 95.760982 124.63) (xy 95.564869 124.747615) (xy 95.356481 124.936586) (xy 95.188963 125.16258) (xy 95.068754 125.416913) (xy 95.028096 125.550961) (xy 95.150085 125.773) (xy 96.293 125.773) (xy 96.293 123.487) (xy 96.547 123.487) (xy 96.547 125.773) (xy 97.689915 125.773) (xy 97.811904 125.550961) (xy 97.771246 125.416913) (xy 97.651037 125.16258) (xy 97.483519 124.936586) (xy 97.275131 124.747615) (xy 97.079018 124.63) (xy 97.275131 124.512385) (xy 97.483519 124.323414) (xy 97.651037 124.09742) (xy 97.771246 123.843087) (xy 97.811904 123.709039) (xy 97.689915 123.487) (xy 96.547 123.487) (xy 96.293 123.487) (xy 95.150085 123.487) (xy 95.028096 123.709039) (xy 91.635 123.709039) (xy 91.635 121.328094) (xy 91.638555 121.291997) (xy 91.635 121.2559) (xy 91.635 121.255893) (xy 91.624365 121.147913) (xy 91.582337 121.009365) (xy 91.514087 120.881678) (xy 91.422238 120.76976) (xy 91.394193 120.746744) (xy 90.66506 120.017611) ) ) (filled_polygon (pts (xy 141.700932 135.672729) (xy 141.771414 135.842889) (xy 141.873738 135.996028) (xy 142.003972 136.126262) (xy 142.157111 136.228586) (xy 142.327271 136.299068) (xy 142.507911 136.335) (xy 142.692089 136.335) (xy 142.872729 136.299068) (xy 143.042889 136.228586) (xy 143.182951 136.135) (xy 145.590995 136.135) (xy 145.6271 136.138556) (xy 145.663205 136.135) (xy 145.771185 136.124365) (xy 145.836308 136.10461) (xy 145.748091 136.35096) (xy 145.869376 136.573) (xy 147.013 136.573) (xy 147.013 136.553) (xy 147.267 136.553) (xy 147.267 136.573) (xy 149.553 136.573) (xy 149.553 136.553) (xy 149.807 136.553) (xy 149.807 136.573) (xy 149.827 136.573) (xy 149.827 136.827) (xy 149.807 136.827) (xy 149.807 136.847) (xy 149.553 136.847) (xy 149.553 136.827) (xy 147.267 136.827) (xy 147.267 136.847) (xy 147.013 136.847) (xy 147.013 136.827) (xy 145.869376 136.827) (xy 145.748091 137.04904) (xy 145.84293 137.313881) (xy 145.987615 137.555131) (xy 145.996564 137.565) (xy 138.53167 137.565) (xy 138.538072 137.5) (xy 138.538072 135.9) (xy 138.525812 135.775518) (xy 138.489502 135.65582) (xy 138.430537 135.545506) (xy 138.390565 135.4968) (xy 141.665937 135.4968) ) ) (filled_polygon (pts (xy 121.987 136.573) (xy 122.007 136.573) (xy 122.007 136.827) (xy 121.987 136.827) (xy 121.987 136.847) (xy 121.733 136.847) (xy 121.733 136.827) (xy 121.713 136.827) (xy 121.713 136.573) (xy 121.733 136.573) (xy 121.733 136.553) (xy 121.987 136.553) ) ) (filled_polygon (pts (xy 154.887 136.573) (xy 154.907 136.573) (xy 154.907 136.827) (xy 154.887 136.827) (xy 154.887 136.847) (xy 154.633 136.847) (xy 154.633 136.827) (xy 154.613 136.827) (xy 154.613 136.573) (xy 154.633 136.573) (xy 154.633 136.553) (xy 154.887 136.553) ) ) (filled_polygon (pts (xy 162.687 131.953) (xy 162.707 131.953) (xy 162.707 132.207) (xy 162.687 132.207) (xy 162.687 133.400155) (xy 162.91689 133.521476) (xy 163.064099 133.476825) (xy 163.065 133.476396) (xy 163.065001 135.439011) (xy 162.931808 135.367818) (xy 162.661309 135.285764) (xy 162.450492 135.265) (xy 162.309508 135.265) (xy 162.098691 135.285764) (xy 161.828192 135.367818) (xy 161.578899 135.501068) (xy 161.360392 135.680392) (xy 161.181068 135.898899) (xy 161.11 136.031858) (xy 161.038932 135.898899) (xy 160.859608 135.680392) (xy 160.641101 135.501068) (xy 160.516811 135.434634) (xy 161.845895 134.10555) (xy 161.873935 134.082538) (xy 161.896948 134.054497) (xy 161.896951 134.054494) (xy 161.965785 133.97062) (xy 162.034035 133.842934) (xy 162.076063 133.704385) (xy 162.090254 133.5603) (xy 162.086698 133.524195) (xy 162.086698 133.486166) (xy 162.20311 133.521476) (xy 162.433 133.400155) (xy 162.433 132.207) (xy 162.413 132.207) (xy 162.413 131.953) (xy 162.433 131.953) (xy 162.433 131.933) (xy 162.687 131.933) ) ) (filled_polygon (pts (xy 136.605808 135.154746) (xy 136.577763 135.177762) (xy 136.50869 135.261928) (xy 136.3 135.261928) (xy 136.175518 135.274188) (xy 136.05582 135.310498) (xy 135.945506 135.369463) (xy 135.848815 135.448815) (xy 135.769463 135.545506) (xy 135.710498 135.65582) (xy 135.674188 135.775518) (xy 135.672419 135.793482) (xy 135.579608 135.680392) (xy 135.361101 135.501068) (xy 135.111808 135.367818) (xy 134.841309 135.285764) (xy 134.630492 135.265) (xy 134.489508 135.265) (xy 134.278691 135.285764) (xy 134.008192 135.367818) (xy 133.758899 135.501068) (xy 133.540392 135.680392) (xy 133.361068 135.898899) (xy 133.29 136.031858) (xy 133.218932 135.898899) (xy 133.039608 135.680392) (xy 132.821101 135.501068) (xy 132.571808 135.367818) (xy 132.301309 135.285764) (xy 132.090492 135.265) (xy 131.949508 135.265) (xy 131.738691 135.285764) (xy 131.468192 135.367818) (xy 131.218899 135.501068) (xy 131.000392 135.680392) (xy 130.821068 135.898899) (xy 130.75 136.031858) (xy 130.678932 135.898899) (xy 130.499608 135.680392) (xy 130.281101 135.501068) (xy 130.031808 135.367818) (xy 129.761309 135.285764) (xy 129.550492 135.265) (xy 129.409508 135.265) (xy 129.198691 135.285764) (xy 128.928192 135.367818) (xy 128.678899 135.501068) (xy 128.460392 135.680392) (xy 128.281068 135.898899) (xy 128.21 136.031858) (xy 128.138932 135.898899) (xy 127.959608 135.680392) (xy 127.741101 135.501068) (xy 127.675969 135.466254) (xy 127.678555 135.439999) (xy 127.675 135.403904) (xy 127.675 135.403895) (xy 127.664365 135.295915) (xy 127.622337 135.157367) (xy 127.554087 135.02968) (xy 127.52126 134.989681) (xy 127.485253 134.945806) (xy 127.48525 134.945803) (xy 127.462237 134.917762) (xy 127.434197 134.89475) (xy 127.284947 134.7455) (xy 137.015054 134.7455) ) ) (filled_polygon (pts (xy 185.054745 125.894192) (xy 185.077762 125.922238) (xy 185.18968 126.014087) (xy 185.317367 126.082337) (xy 185.371857 126.098866) (xy 185.455913 126.124365) (xy 185.599998 126.138556) (xy 185.636103 126.135) (xy 197.861928 126.135) (xy 197.861928 126.2) (xy 197.874188 126.324482) (xy 197.910498 126.44418) (xy 197.969463 126.554494) (xy 198.048815 126.651185) (xy 198.145506 126.730537) (xy 198.25582 126.789502) (xy 198.375518 126.825812) (xy 198.5 126.838072) (xy 200.1 126.838072) (xy 200.224482 126.825812) (xy 200.34418 126.789502) (xy 200.454494 126.730537) (xy 200.551185 126.651185) (xy 200.630537 126.554494) (xy 200.689502 126.44418) (xy 200.725812 126.324482) (xy 200.738072 126.2) (xy 200.738072 124.75) (xy 200.905252 124.75) (xy 201.025363 124.929759) (xy 201.225241 125.129637) (xy 201.460273 125.28668) (xy 201.721426 125.394853) (xy 201.998665 125.45) (xy 202.281335 125.45) (xy 202.558574 125.394853) (xy 202.819727 125.28668) (xy 203.054759 125.129637) (xy 203.254637 124.929759) (xy 203.41168 124.694727) (xy 203.519853 124.433574) (xy 203.575 124.156335) (xy 203.575 123.873665) (xy 203.519853 123.596426) (xy 203.41168 123.335273) (xy 203.254637 123.100241) (xy 203.054759 122.900363) (xy 202.819727 122.74332) (xy 202.558574 122.635147) (xy 202.532699 122.63) (xy 202.558574 122.624853) (xy 202.819727 122.51668) (xy 203.054759 122.359637) (xy 203.254637 122.159759) (xy 203.41168 121.924727) (xy 203.519853 121.663574) (xy 203.575 121.386335) (xy 203.575 121.103665) (xy 203.519853 120.826426) (xy 203.41168 120.565273) (xy 203.254637 120.330241) (xy 203.054759 120.130363) (xy 202.819727 119.97332) (xy 202.558574 119.865147) (xy 202.532699 119.86) (xy 202.558574 119.854853) (xy 202.819727 119.74668) (xy 203.054759 119.589637) (xy 203.254637 119.389759) (xy 203.41168 119.154727) (xy 203.519853 118.893574) (xy 203.575 118.616335) (xy 203.575 118.333665) (xy 203.519853 118.056426) (xy 203.41168 117.795273) (xy 203.254637 117.560241) (xy 203.054759 117.360363) (xy 202.819727 117.20332) (xy 202.558574 117.095147) (xy 202.532699 117.09) (xy 202.558574 117.084853) (xy 202.819727 116.97668) (xy 203.054759 116.819637) (xy 203.254637 116.619759) (xy 203.41168 116.384727) (xy 203.519853 116.123574) (xy 203.575 115.846335) (xy 203.575 115.563665) (xy 203.519853 115.286426) (xy 203.41168 115.025273) (xy 203.254637 114.790241) (xy 203.054759 114.590363) (xy 202.819727 114.43332) (xy 202.558574 114.325147) (xy 202.281335 114.27) (xy 201.998665 114.27) (xy 201.721426 114.325147) (xy 201.460273 114.43332) (xy 201.225241 114.590363) (xy 201.025363 114.790241) (xy 200.905252 114.97) (xy 200.579973 114.97) (xy 200.657571 114.806004) (xy 200.7263 114.531816) (xy 200.740217 114.249488) (xy 200.698787 113.96987) (xy 200.603603 113.703708) (xy 200.536671 113.578486) (xy 200.292702 113.506903) (xy 199.479605 114.32) (xy 199.493748 114.334143) (xy 199.314143 114.513748) (xy 199.3 114.499605) (xy 199.285858 114.513748) (xy 199.106253 114.334143) (xy 199.120395 114.32) (xy 198.307298 113.506903) (xy 198.063329 113.578486) (xy 197.942429 113.833996) (xy 197.8737 114.108184) (xy 197.859783 114.390512) (xy 197.901213 114.67013) (xy 197.996397 114.936292) (xy 198.014414 114.97) (xy 182.809447 114.97) (xy 181.166745 113.327298) (xy 198.486903 113.327298) (xy 199.3 114.140395) (xy 200.113097 113.327298) (xy 200.041514 113.083329) (xy 199.786004 112.962429) (xy 199.511816 112.8937) (xy 199.229488 112.879783) (xy 198.94987 112.921213) (xy 198.683708 113.016397) (xy 198.558486 113.083329) (xy 198.486903 113.327298) (xy 181.166745 113.327298) (xy 180.09146 112.252013) (xy 203.212567 112.252013) (xy 204.355806 113.395253) (xy 204.355812 113.395258) (xy 204.365 113.404446) (xy 204.365001 126.495552) (xy 203.445554 127.415) (xy 194.486105 127.415) (xy 194.45 127.411444) (xy 194.305915 127.425635) (xy 194.167366 127.467663) (xy 194.077092 127.515916) (xy 194.03968 127.535913) (xy 193.927762 127.627762) (xy 193.904746 127.655807) (xy 188.130554 133.43) (xy 186.022407 133.43) (xy 186.18692 133.351641) (xy 186.420269 133.177588) (xy 186.615178 132.961355) (xy 186.764157 132.711252) (xy 186.861481 132.436891) (xy 186.740814 132.207) (xy 185.547 132.207) (xy 185.547 132.227) (xy 185.293 132.227) (xy 185.293 132.207) (xy 185.273 132.207) (xy 185.273 131.953) (xy 185.293 131.953) (xy 185.293 131.933) (xy 185.547 131.933) (xy 185.547 131.953) (xy 186.740814 131.953) (xy 186.861481 131.723109) (xy 186.764157 131.448748) (xy 186.615178 131.198645) (xy 186.438374 131.002498) (xy 186.51418 130.979502) (xy 186.624494 130.920537) (xy 186.721185 130.841185) (xy 186.800537 130.744494) (xy 186.859502 130.63418) (xy 186.895812 130.514482) (xy 186.908072 130.39) (xy 186.908072 128.69) (xy 186.895812 128.565518) (xy 186.859502 128.44582) (xy 186.800537 128.335506) (xy 186.721185 128.238815) (xy 186.624494 128.159463) (xy 186.51418 128.100498) (xy 186.394482 128.064188) (xy 186.27 128.051928) (xy 184.57 128.051928) (xy 184.445518 128.064188) (xy 184.32582 128.100498) (xy 184.215506 128.159463) (xy 184.118815 128.238815) (xy 184.039463 128.335506) (xy 183.980498 128.44582) (xy 183.959607 128.514687) (xy 183.935134 128.484866) (xy 183.709014 128.299294) (xy 183.615 128.249043) (xy 183.615 127.616105) (xy 183.618556 127.58) (xy 183.604365 127.435915) (xy 183.562337 127.297366) (xy 183.494087 127.16968) (xy 183.425253 127.085806) (xy 183.42525 127.085803) (xy 183.402237 127.057762) (xy 183.374197 127.034751) (xy 178.145259 121.805813) (xy 178.122238 121.777762) (xy 178.01032 121.685913) (xy 177.882633 121.617663) (xy 177.744085 121.575635) (xy 177.636105 121.565) (xy 177.6 121.561444) (xy 177.563895 121.565) (xy 168.004446 121.565) (xy 167.955 121.515554) (xy 167.955 121.234264) (xy 168.021101 121.198932) (xy 168.239608 121.019608) (xy 168.418932 120.801101) (xy 168.492579 120.663318) (xy 168.607615 120.855131) (xy 168.796586 121.063519) (xy 169.02258 121.231037) (xy 169.276913 121.351246) (xy 169.410961 121.391904) (xy 169.633 121.269915) (xy 169.633 120.127) (xy 169.887 120.127) (xy 169.887 121.269915) (xy 170.109039 121.391904) (xy 170.243087 121.351246) (xy 170.49742 121.231037) (xy 170.723414 121.063519) (xy 170.912385 120.855131) (xy 171.05707 120.613881) (xy 171.151909 120.34904) (xy 171.030624 120.127) (xy 169.887 120.127) (xy 169.633 120.127) (xy 169.613 120.127) (xy 169.613 119.873) (xy 169.633 119.873) (xy 169.633 118.730085) (xy 169.887 118.730085) (xy 169.887 119.873) (xy 171.030624 119.873) (xy 171.151909 119.65096) (xy 171.05707 119.386119) (xy 170.912385 119.144869) (xy 170.723414 118.936481) (xy 170.49742 118.768963) (xy 170.243087 118.648754) (xy 170.109039 118.608096) (xy 169.887 118.730085) (xy 169.633 118.730085) (xy 169.410961 118.608096) (xy 169.276913 118.648754) (xy 169.02258 118.768963) (xy 168.796586 118.936481) (xy 168.607615 119.144869) (xy 168.492579 119.336682) (xy 168.418932 119.198899) (xy 168.239608 118.980392) (xy 168.021101 118.801068) (xy 167.771808 118.667818) (xy 167.501309 118.585764) (xy 167.290492 118.565) (xy 167.149508 118.565) (xy 166.938691 118.585764) (xy 166.668192 118.667818) (xy 166.418899 118.801068) (xy 166.200392 118.980392) (xy 166.021068 119.198899) (xy 165.95 119.331858) (xy 165.878932 119.198899) (xy 165.699608 118.980392) (xy 165.481101 118.801068) (xy 165.231808 118.667818) (xy 164.961309 118.585764) (xy 164.750492 118.565) (xy 164.609508 118.565) (xy 164.398691 118.585764) (xy 164.128192 118.667818) (xy 163.878899 118.801068) (xy 163.660392 118.980392) (xy 163.481068 119.198899) (xy 163.41 119.331858) (xy 163.338932 119.198899) (xy 163.159608 118.980392) (xy 162.941101 118.801068) (xy 162.691808 118.667818) (xy 162.421309 118.585764) (xy 162.210492 118.565) (xy 162.069508 118.565) (xy 161.858691 118.585764) (xy 161.588192 118.667818) (xy 161.338899 118.801068) (xy 161.120392 118.980392) (xy 160.941068 119.198899) (xy 160.87 119.331858) (xy 160.798932 119.198899) (xy 160.619608 118.980392) (xy 160.401101 118.801068) (xy 160.151808 118.667818) (xy 159.881309 118.585764) (xy 159.670492 118.565) (xy 159.529508 118.565) (xy 159.318691 118.585764) (xy 159.048192 118.667818) (xy 158.798899 118.801068) (xy 158.580392 118.980392) (xy 158.401068 119.198899) (xy 158.33 119.331858) (xy 158.258932 119.198899) (xy 158.079608 118.980392) (xy 157.861101 118.801068) (xy 157.611808 118.667818) (xy 157.341309 118.585764) (xy 157.130492 118.565) (xy 156.989508 118.565) (xy 156.778691 118.585764) (xy 156.508192 118.667818) (xy 156.258899 118.801068) (xy 156.040392 118.980392) (xy 155.861068 119.198899) (xy 155.79 119.331858) (xy 155.718932 119.198899) (xy 155.539608 118.980392) (xy 155.321101 118.801068) (xy 155.071808 118.667818) (xy 154.801309 118.585764) (xy 154.590492 118.565) (xy 154.449508 118.565) (xy 154.238691 118.585764) (xy 153.968192 118.667818) (xy 153.718899 118.801068) (xy 153.500392 118.980392) (xy 153.321068 119.198899) (xy 153.25 119.331858) (xy 153.178932 119.198899) (xy 152.999608 118.980392) (xy 152.781101 118.801068) (xy 152.531808 118.667818) (xy 152.261309 118.585764) (xy 152.050492 118.565) (xy 151.909508 118.565) (xy 151.698691 118.585764) (xy 151.428192 118.667818) (xy 151.178899 118.801068) (xy 150.960392 118.980392) (xy 150.781068 119.198899) (xy 150.71 119.331858) (xy 150.638932 119.198899) (xy 150.459608 118.980392) (xy 150.241101 118.801068) (xy 150.125936 118.739511) (xy 151.035247 117.8302) (xy 152.743249 117.8302) (xy 152.883311 117.923786) (xy 153.053471 117.994268) (xy 153.234111 118.0302) (xy 153.418289 118.0302) (xy 153.598929 117.994268) (xy 153.769089 117.923786) (xy 153.922228 117.821462) (xy 154.052462 117.691228) (xy 154.154786 117.538089) (xy 154.225268 117.367929) (xy 154.2612 117.187289) (xy 154.2612 117.135) (xy 166.763895 117.135) (xy 166.8 117.138556) (xy 166.836105 117.135) (xy 166.944085 117.124365) (xy 167.082633 117.082337) (xy 167.21032 117.014087) (xy 167.322238 116.922238) (xy 167.345259 116.894187) (xy 170.254193 113.985254) (xy 170.282238 113.962238) (xy 170.374087 113.85032) (xy 170.442337 113.722633) (xy 170.471381 113.626889) (xy 170.561101 113.578932) (xy 170.779608 113.399608) (xy 170.958932 113.181101) (xy 171.092182 112.931808) (xy 171.174236 112.661309) (xy 171.201943 112.38) (xy 171.174236 112.098691) (xy 171.137197 111.976589) ) ) (filled_polygon (pts (xy 140.820147 119.781426) (xy 140.765 120.058665) (xy 140.765 120.341335) (xy 140.820147 120.618574) (xy 140.92832 120.879727) (xy 141.085363 121.114759) (xy 141.285241 121.314637) (xy 141.485869 121.448692) (xy 141.458486 121.463329) (xy 141.386903 121.707298) (xy 142.2 122.520395) (xy 143.013097 121.707298) (xy 142.941514 121.463329) (xy 142.912659 121.449676) (xy 143.114759 121.314637) (xy 143.314637 121.114759) (xy 143.47168 120.879727) (xy 143.579853 120.618574) (xy 143.635 120.341335) (xy 143.635 120.058665) (xy 143.579853 119.781426) (xy 143.575493 119.7709) (xy 144.531154 119.7709) (xy 145.254446 120.494193) (xy 145.277462 120.522238) (xy 145.38938 120.614087) (xy 145.461928 120.652865) (xy 145.461928 120.8) (xy 145.474188 120.924482) (xy 145.510498 121.04418) (xy 145.569463 121.154494) (xy 145.648815 121.251185) (xy 145.745506 121.330537) (xy 145.85582 121.389502) (xy 145.975518 121.425812) (xy 146.1 121.438072) (xy 147.5467 121.438072) (xy 147.546701 123.455585) (xy 147.543144 123.4917) (xy 147.557335 123.635785) (xy 147.593423 123.754747) (xy 147.599364 123.774333) (xy 147.667614 123.90202) (xy 147.759463 124.013938) (xy 147.787508 124.036954) (xy 150.510001 126.759448) (xy 150.510001 128.203609) (xy 150.431034 128.161401) (xy 150.151111 128.076487) (xy 149.93295 128.055) (xy 149.78705 128.055) (xy 149.568889 128.076487) (xy 149.288966 128.161401) (xy 149.030986 128.299294) (xy 148.804866 128.484866) (xy 148.619294 128.710986) (xy 148.59 128.765791) (xy 148.560706 128.710986) (xy 148.375134 128.484866) (xy 148.149014 128.299294) (xy 148.061333 128.252428) (xy 148.049365 128.130914) (xy 148.007336 127.992366) (xy 147.939086 127.86468) (xy 147.870253 127.780806) (xy 147.870244 127.780797) (xy 147.847237 127.752763) (xy 147.819203 127.729756) (xy 144.295248 124.205802) (xy 144.272227 124.177751) (xy 144.160309 124.085902) (xy 144.032622 124.017652) (xy 143.894074 123.975624) (xy 143.786094 123.964989) (xy 143.749989 123.961433) (xy 143.713884 123.964989) (xy 142.888534 123.964989) (xy 142.941514 123.936671) (xy 143.013097 123.692702) (xy 142.2 122.879605) (xy 141.386903 123.692702) (xy 141.458486 123.936671) (xy 141.518333 123.964989) (xy 139.993066 123.964989) (xy 138.798589 122.770512) (xy 140.759783 122.770512) (xy 140.801213 123.05013) (xy 140.896397 123.316292) (xy 140.963329 123.441514) (xy 141.207298 123.513097) (xy 142.020395 122.7) (xy 142.379605 122.7) (xy 143.192702 123.513097) (xy 143.436671 123.441514) (xy 143.557571 123.186004) (xy 143.6263 122.911816) (xy 143.640217 122.629488) (xy 143.598787 122.34987) (xy 143.503603 122.083708) (xy 143.436671 121.958486) (xy 143.192702 121.886903) (xy 142.379605 122.7) (xy 142.020395 122.7) (xy 141.207298 121.886903) (xy 140.963329 121.958486) (xy 140.842429 122.213996) (xy 140.7737 122.488184) (xy 140.759783 122.770512) (xy 138.798589 122.770512) (xy 137.229119 121.201043) (xy 137.279608 121.159608) (xy 137.458932 120.941101) (xy 137.53 120.808142) (xy 137.601068 120.941101) (xy 137.780392 121.159608) (xy 137.998899 121.338932) (xy 138.248192 121.472182) (xy 138.518691 121.554236) (xy 138.729508 121.575) (xy 138.870492 121.575) (xy 139.081309 121.554236) (xy 139.351808 121.472182) (xy 139.601101 121.338932) (xy 139.819608 121.159608) (xy 139.998932 120.941101) (xy 140.132182 120.691808) (xy 140.214236 120.421309) (xy 140.241943 120.14) (xy 140.214236 119.858691) (xy 140.187605 119.7709) (xy 140.824507 119.7709) ) ) (filled_polygon (pts (xy 94.294746 89.334193) (xy 94.317762 89.362238) (xy 94.42968 89.454087) (xy 94.557367 89.522337) (xy 94.693522 89.563639) (xy 94.695915 89.564365) (xy 94.84 89.578556) (xy 94.876105 89.575) (xy 95.085736 89.575) (xy 95.121068 89.641101) (xy 95.300392 89.859608) (xy 95.518899 90.038932) (xy 95.651858 90.11) (xy 95.518899 90.181068) (xy 95.300392 90.360392) (xy 95.121068 90.578899) (xy 94.987818 90.828192) (xy 94.905764 91.098691) (xy 94.878057 91.38) (xy 94.905764 91.661309) (xy 94.987818 91.931808) (xy 95.121068 92.181101) (xy 95.300392 92.399608) (xy 95.518899 92.578932) (xy 95.651858 92.65) (xy 95.518899 92.721068) (xy 95.300392 92.900392) (xy 95.121068 93.118899) (xy 94.987818 93.368192) (xy 94.905764 93.638691) (xy 94.878057 93.92) (xy 94.905764 94.201309) (xy 94.987818 94.471808) (xy 95.121068 94.721101) (xy 95.300392 94.939608) (xy 95.518899 95.118932) (xy 95.651858 95.19) (xy 95.518899 95.261068) (xy 95.300392 95.440392) (xy 95.121068 95.658899) (xy 94.987818 95.908192) (xy 94.905764 96.178691) (xy 94.878057 96.46) (xy 94.905764 96.741309) (xy 94.987818 97.011808) (xy 95.121068 97.261101) (xy 95.300392 97.479608) (xy 95.518899 97.658932) (xy 95.651858 97.73) (xy 95.518899 97.801068) (xy 95.300392 97.980392) (xy 95.121068 98.198899) (xy 94.987818 98.448192) (xy 94.905764 98.718691) (xy 94.878057 99) (xy 94.905764 99.281309) (xy 94.987818 99.551808) (xy 95.121068 99.801101) (xy 95.300392 100.019608) (xy 95.518899 100.198932) (xy 95.651858 100.27) (xy 95.518899 100.341068) (xy 95.300392 100.520392) (xy 95.121068 100.738899) (xy 94.987818 100.988192) (xy 94.905764 101.258691) (xy 94.878057 101.54) (xy 94.905764 101.821309) (xy 94.987818 102.091808) (xy 95.121068 102.341101) (xy 95.300392 102.559608) (xy 95.518899 102.738932) (xy 95.768192 102.872182) (xy 96.038691 102.954236) (xy 96.249508 102.975) (xy 96.390492 102.975) (xy 96.601309 102.954236) (xy 96.871808 102.872182) (xy 97.121101 102.738932) (xy 97.339608 102.559608) (xy 97.518932 102.341101) (xy 97.652182 102.091808) (xy 97.734236 101.821309) (xy 97.761943 101.54) (xy 97.734236 101.258691) (xy 97.652182 100.988192) (xy 97.518932 100.738899) (xy 97.339608 100.520392) (xy 97.121101 100.341068) (xy 96.988142 100.27) (xy 97.121101 100.198932) (xy 97.339608 100.019608) (xy 97.381043 99.969119) (xy 100.965768 103.553845) (xy 100.827 103.630085) (xy 100.827 104.773) (xy 100.847 104.773) (xy 100.847 105.027) (xy 100.827 105.027) (xy 100.827 106.169915) (xy 101.049039 106.291904) (xy 101.183087 106.251246) (xy 101.43742 106.131037) (xy 101.663414 105.963519) (xy 101.852385 105.755131) (xy 101.967421 105.563318) (xy 102.041068 105.701101) (xy 102.220392 105.919608) (xy 102.438899 106.098932) (xy 102.505001 106.134264) (xy 102.505 109.503895) (xy 102.501444 109.54) (xy 102.515635 109.684085) (xy 102.52665 109.720395) (xy 102.557663 109.822632) (xy 102.625913 109.950319) (xy 102.717762 110.062237) (xy 102.745808 110.085254) (xy 106.725553 114.065) (xy 104.736094 114.065) (xy 104.699999 114.061445) (xy 104.663904 114.065) (xy 104.663895 114.065) (xy 104.555915 114.075635) (xy 104.417367 114.117663) (xy 104.28968 114.185913) (xy 104.177762 114.277762) (xy 104.154746 114.305807) (xy 100.205808 118.254746) (xy 100.177763 118.277762) (xy 100.085914 118.38968) (xy 100.031995 118.490555) (xy 100.017664 118.517367) (xy 99.975635 118.655915) (xy 99.961444 118.8) (xy 99.965001 118.836115) (xy 99.965001 118.905736) (xy 99.898899 118.941068) (xy 99.680392 119.120392) (xy 99.501068 119.338899) (xy 99.367818 119.588192) (xy 99.335 119.69638) (xy 99.335 107.236094) (xy 99.338555 107.199999) (xy 99.335 107.163904) (xy 99.335 107.163895) (xy 99.324365 107.055915) (xy 99.282337 106.917367) (xy 99.214087 106.78968) (xy 99.172914 106.739511) (xy 99.145253 106.705806) (xy 99.14525 106.705803) (xy 99.122237 106.677762) (xy 99.094198 106.654751) (xy 97.688487 105.24904) (xy 99.308091 105.24904) (xy 99.40293 105.513881) (xy 99.547615 105.755131) (xy 99.736586 105.963519) (xy 99.96258 106.131037) (xy 100.216913 106.251246) (xy 100.350961 106.291904) (xy 100.573 106.169915) (xy 100.573 105.027) (xy 99.429376 105.027) (xy 99.308091 105.24904) (xy 97.688487 105.24904) (xy 96.990407 104.55096) (xy 99.308091 104.55096) (xy 99.429376 104.773) (xy 100.573 104.773) (xy 100.573 103.630085) (xy 100.350961 103.508096) (xy 100.216913 103.548754) (xy 99.96258 103.668963) (xy 99.736586 103.836481) (xy 99.547615 104.044869) (xy 99.40293 104.286119) (xy 99.308091 104.55096) (xy 96.990407 104.55096) (xy 90.945259 98.505813) (xy 90.922238 98.477762) (xy 90.81032 98.385913) (xy 90.682633 98.317663) (xy 90.544085 98.275635) (xy 90.436105 98.265) (xy 90.4 98.261444) (xy 90.363895 98.265) (xy 89.934264 98.265) (xy 89.898932 98.198899) (xy 89.719608 97.980392) (xy 89.501101 97.801068) (xy 89.368142 97.73) (xy 89.501101 97.658932) (xy 89.719608 97.479608) (xy 89.898932 97.261101) (xy 90.032182 97.011808) (xy 90.114236 96.741309) (xy 90.141943 96.46) (xy 90.114236 96.178691) (xy 90.032182 95.908192) (xy 89.898932 95.658899) (xy 89.719608 95.440392) (xy 89.501101 95.261068) (xy 89.368142 95.19) (xy 89.501101 95.118932) (xy 89.719608 94.939608) (xy 89.898932 94.721101) (xy 90.032182 94.471808) (xy 90.114236 94.201309) (xy 90.141943 93.92) (xy 90.114236 93.638691) (xy 90.032182 93.368192) (xy 89.898932 93.118899) (xy 89.719608 92.900392) (xy 89.501101 92.721068) (xy 89.435 92.685736) (xy 89.435 92.614264) (xy 89.501101 92.578932) (xy 89.719608 92.399608) (xy 89.898932 92.181101) (xy 90.032182 91.931808) (xy 90.114236 91.661309) (xy 90.141943 91.38) (xy 90.114236 91.098691) (xy 90.032182 90.828192) (xy 89.898932 90.578899) (xy 89.719608 90.360392) (xy 89.501101 90.181068) (xy 89.368142 90.11) (xy 89.501101 90.038932) (xy 89.719608 89.859608) (xy 89.898932 89.641101) (xy 90.032182 89.391808) (xy 90.114236 89.121309) (xy 90.141943 88.84) (xy 90.114236 88.558691) (xy 90.032182 88.288192) (xy 89.898932 88.038899) (xy 89.719608 87.820392) (xy 89.606518 87.727581) (xy 89.624482 87.725812) (xy 89.74418 87.689502) (xy 89.854494 87.630537) (xy 89.951185 87.551185) (xy 90.030537 87.454494) (xy 90.089502 87.34418) (xy 90.125812 87.224482) (xy 90.138072 87.1) (xy 90.138072 85.934999) (xy 90.895553 85.934999) ) ) (filled_polygon (pts (xy 97.865 107.504447) (xy 97.865 107.836105) (xy 97.865001 107.836115) (xy 97.865001 109.44557) (xy 97.77168 109.220273) (xy 97.614637 108.985241) (xy 97.414759 108.785363) (xy 97.179727 108.62832) (xy 96.918574 108.520147) (xy 96.641335 108.465) (xy 96.358665 108.465) (xy 96.081426 108.520147) (xy 95.820273 108.62832) (xy 95.585241 108.785363) (xy 95.385363 108.985241) (xy 95.251308 109.185869) (xy 95.236671 109.158486) (xy 94.992702 109.086903) (xy 94.179605 109.9) (xy 94.992702 110.713097) (xy 95.236671 110.641514) (xy 95.250324 110.612659) (xy 95.385363 110.814759) (xy 95.585241 111.014637) (xy 95.820273 111.17168) (xy 96.081426 111.279853) (xy 96.358665 111.335) (xy 96.641335 111.335) (xy 96.918574 111.279853) (xy 97.179727 111.17168) (xy 97.414759 111.014637) (xy 97.614637 110.814759) (xy 97.77168 110.579727) (xy 97.865001 110.35443) (xy 97.865 119.597552) (xy 97.495159 119.227711) (xy 97.651037 119.01742) (xy 97.771246 118.763087) (xy 97.811904 118.629039) (xy 97.689915 118.407) (xy 96.547 118.407) (xy 96.547 118.427) (xy 96.293 118.427) (xy 96.293 118.407) (xy 95.150085 118.407) (xy 95.028096 118.629039) (xy 95.032937 118.645001) (xy 91.335818 118.645001) (xy 90.476628 117.785812) (xy 90.453608 117.757762) (xy 90.34169 117.665913) (xy 90.214003 117.597663) (xy 90.075455 117.555635) (xy 90.037975 117.551944) (xy 89.998932 117.478899) (xy 89.877056 117.330392) (xy 91.118409 116.089039) (xy 95.028096 116.089039) (xy 95.068754 116.223087) (xy 95.188963 116.47742) (xy 95.356481 116.703414) (xy 95.564869 116.892385) (xy 95.760982 117.01) (xy 95.564869 117.127615) (xy 95.356481 117.316586) (xy 95.188963 117.54258) (xy 95.068754 117.796913) (xy 95.028096 117.930961) (xy 95.150085 118.153) (xy 96.293 118.153) (xy 96.293 115.867) (xy 96.547 115.867) (xy 96.547 118.153) (xy 97.689915 118.153) (xy 97.811904 117.930961) (xy 97.771246 117.796913) (xy 97.651037 117.54258) (xy 97.483519 117.316586) (xy 97.275131 117.127615) (xy 97.079018 117.01) (xy 97.275131 116.892385) (xy 97.483519 116.703414) (xy 97.651037 116.47742) (xy 97.771246 116.223087) (xy 97.811904 116.089039) (xy 97.689915 115.867) (xy 96.547 115.867) (xy 96.293 115.867) (xy 95.150085 115.867) (xy 95.028096 116.089039) (xy 91.118409 116.089039) (xy 91.394197 115.813252) (xy 91.422237 115.79024) (xy 91.44525 115.762199) (xy 91.445253 115.762196) (xy 91.514086 115.678323) (xy 91.514087 115.678322) (xy 91.582337 115.550635) (xy 91.624365 115.412087) (xy 91.635 115.304107) (xy 91.635 115.304098) (xy 91.638555 115.268003) (xy 91.635 115.231908) (xy 91.635 113.2) (xy 94.978057 113.2) (xy 95.005764 113.481309) (xy 95.087818 113.751808) (xy 95.221068 114.001101) (xy 95.400392 114.219608) (xy 95.618899 114.398932) (xy 95.756682 114.472579) (xy 95.564869 114.587615) (xy 95.356481 114.776586) (xy 95.188963 115.00258) (xy 95.068754 115.256913) (xy 95.028096 115.390961) (xy 95.150085 115.613) (xy 96.293 115.613) (xy 96.293 115.593) (xy 96.547 115.593) (xy 96.547 115.613) (xy 97.689915 115.613) (xy 97.811904 115.390961) (xy 97.771246 115.256913) (xy 97.651037 115.00258) (xy 97.483519 114.776586) (xy 97.275131 114.587615) (xy 97.083318 114.472579) (xy 97.221101 114.398932) (xy 97.439608 114.219608) (xy 97.618932 114.001101) (xy 97.752182 113.751808) (xy 97.834236 113.481309) (xy 97.861943 113.2) (xy 97.834236 112.918691) (xy 97.752182 112.648192) (xy 97.618932 112.398899) (xy 97.439608 112.180392) (xy 97.221101 112.001068) (xy 96.971808 111.867818) (xy 96.701309 111.785764) (xy 96.490492 111.765) (xy 96.349508 111.765) (xy 96.138691 111.785764) (xy 95.868192 111.867818) (xy 95.618899 112.001068) (xy 95.400392 112.180392) (xy 95.221068 112.398899) (xy 95.087818 112.648192) (xy 95.005764 112.918691) (xy 94.978057 113.2) (xy 91.635 113.2) (xy 91.635 110.892702) (xy 93.186903 110.892702) (xy 93.258486 111.136671) (xy 93.513996 111.257571) (xy 93.788184 111.3263) (xy 94.070512 111.340217) (xy 94.35013 111.298787) (xy 94.616292 111.203603) (xy 94.741514 111.136671) (xy 94.813097 110.892702) (xy 94 110.079605) (xy 93.186903 110.892702) (xy 91.635 110.892702) (xy 91.635 110.836096) (xy 91.638555 110.799999) (xy 91.635 110.763902) (xy 91.635 110.763895) (xy 91.624365 110.655915) (xy 91.582337 110.517367) (xy 91.514087 110.38968) (xy 91.422238 110.277762) (xy 91.394193 110.254746) (xy 91.109959 109.970512) (xy 92.559783 109.970512) (xy 92.601213 110.25013) (xy 92.696397 110.516292) (xy 92.763329 110.641514) (xy 93.007298 110.713097) (xy 93.820395 109.9) (xy 93.007298 109.086903) (xy 92.763329 109.158486) (xy 92.642429 109.413996) (xy 92.5737 109.688184) (xy 92.559783 109.970512) (xy 91.109959 109.970512) (xy 91.035 109.895554) (xy 91.035 108.907298) (xy 93.186903 108.907298) (xy 94 109.720395) (xy 94.813097 108.907298) (xy 94.741514 108.663329) (xy 94.486004 108.542429) (xy 94.211816 108.4737) (xy 93.929488 108.459783) (xy 93.64987 108.501213) (xy 93.383708 108.596397) (xy 93.258486 108.663329) (xy 93.186903 108.907298) (xy 91.035 108.907298) (xy 91.035 104.082951) (xy 91.128586 103.942889) (xy 91.199068 103.772729) (xy 91.235 103.592089) (xy 91.235 103.407911) (xy 91.199068 103.227271) (xy 91.128586 103.057111) (xy 91.026262 102.903972) (xy 90.896028 102.773738) (xy 90.742889 102.671414) (xy 90.572729 102.600932) (xy 90.392089 102.565) (xy 90.207911 102.565) (xy 90.027271 102.600932) (xy 89.857111 102.671414) (xy 89.703972 102.773738) (xy 89.573738 102.903972) (xy 89.471414 103.057111) (xy 89.400932 103.227271) (xy 89.365 103.407911) (xy 89.365 103.592089) (xy 89.400932 103.772729) (xy 89.471414 103.942889) (xy 89.565001 104.082952) (xy 89.565 110.163895) (xy 89.561444 110.2) (xy 89.574042 110.327911) (xy 89.575635 110.344084) (xy 89.617663 110.482632) (xy 89.685913 110.610319) (xy 89.777762 110.722237) (xy 89.805808 110.745254) (xy 90.165001 111.104448) (xy 90.165001 112.109982) (xy 90.130537 112.045506) (xy 90.051185 111.948815) (xy 89.954494 111.869463) (xy 89.84418 111.810498) (xy 89.724482 111.774188) (xy 89.6 111.761928) (xy 89.391311 111.761928) (xy 89.345253 111.705806) (xy 89.34525 111.705803) (xy 89.322237 111.677762) (xy 89.294197 111.65475) (xy 88.334999 110.695553) (xy 88.334999 102.926193) (xy 88.35096 102.931909) (xy 88.573 102.810624) (xy 88.573 101.667) (xy 88.827 101.667) (xy 88.827 102.810624) (xy 89.04904 102.931909) (xy 89.313881 102.83707) (xy 89.555131 102.692385) (xy 89.763519 102.503414) (xy 89.931037 102.27742) (xy 90.051246 102.023087) (xy 90.091904 101.889039) (xy 89.969915 101.667) (xy 88.827 101.667) (xy 88.573 101.667) (xy 88.553 101.667) (xy 88.553 101.413) (xy 88.573 101.413) (xy 88.573 101.393) (xy 88.827 101.393) (xy 88.827 101.413) (xy 89.969915 101.413) (xy 90.091904 101.190961) (xy 90.051246 101.056913) (xy 89.931037 100.80258) (xy 89.763519 100.576586) (xy 89.555131 100.387615) (xy 89.363318 100.272579) (xy 89.501101 100.198932) (xy 89.719608 100.019608) (xy 89.898932 99.801101) (xy 89.934264 99.735) (xy 90.095554 99.735) ) ) (filled_polygon (pts (xy 148.600932 117.672729) (xy 148.671414 117.842889) (xy 148.773738 117.996028) (xy 148.782132 118.004422) (xy 148.088875 118.697679) (xy 148.054494 118.669463) (xy 147.94418 118.610498) (xy 147.824482 118.574188) (xy 147.7 118.561928) (xy 146.1 118.561928) (xy 145.975518 118.574188) (xy 145.85582 118.610498) (xy 145.745506 118.669463) (xy 145.648815 118.748815) (xy 145.621385 118.782239) (xy 145.380858 118.541712) (xy 145.357838 118.513662) (xy 145.24592 118.421813) (xy 145.118233 118.353563) (xy 144.979685 118.311535) (xy 144.871705 118.3009) (xy 144.8356 118.297344) (xy 144.799495 118.3009) (xy 135.826305 118.3009) (xy 135.7902 118.297344) (xy 135.646115 118.311535) (xy 135.507566 118.353563) (xy 135.37988 118.421813) (xy 135.267962 118.513662) (xy 135.244946 118.541707) (xy 134.699323 119.087331) (xy 134.521101 118.941068) (xy 134.455 118.905736) (xy 134.455 118.656094) (xy 134.458555 118.619999) (xy 134.455 118.583904) (xy 134.455 118.583895) (xy 134.444365 118.475915) (xy 134.402337 118.337367) (xy 134.334087 118.20968) (xy 134.242238 118.097762) (xy 134.214193 118.074746) (xy 133.674447 117.535) (xy 148.573536 117.535) ) ) (filled_polygon (pts (xy 141.180653 103.486646) (xy 141.104317 103.738294) (xy 141.078541 104) (xy 141.104317 104.261706) (xy 141.180653 104.513354) (xy 141.304618 104.745275) (xy 141.471445 104.948555) (xy 141.674725 105.115382) (xy 141.906646 105.239347) (xy 142.158294 105.315683) (xy 142.354421 105.335) (xy 142.485579 105.335) (xy 142.681706 105.315683) (xy 142.933354 105.239347) (xy 143.165275 105.115382) (xy 143.368555 104.948555) (xy 143.535382 104.745275) (xy 143.659347 104.513354) (xy 143.735683 104.261706) (xy 143.761459 104) (xy 143.735683 103.738294) (xy 143.659347 103.486646) (xy 143.631736 103.43499) (xy 146.289042 103.43499) (xy 146.216304 103.610595) (xy 146.165 103.868514) (xy 146.165 104.131486) (xy 146.216304 104.389405) (xy 146.316939 104.632359) (xy 146.463038 104.851013) (xy 146.648987 105.036962) (xy 146.867641 105.183061) (xy 147.110595 105.283696) (xy 147.368514 105.335) (xy 147.631486 105.335) (xy 147.889405 105.283696) (xy 148.132359 105.183061) (xy 148.351013 105.036962) (xy 148.536962 104.851013) (xy 148.683061 104.632359) (xy 148.783696 104.389405) (xy 148.835 104.131486) (xy 148.835 103.868514) (xy 148.783696 103.610595) (xy 148.710958 103.43499) (xy 148.722644 103.43499) (xy 156.395634 111.107981) (xy 156.258899 111.181068) (xy 156.040392 111.360392) (xy 155.861068 111.578899) (xy 155.79 111.711858) (xy 155.718932 111.578899) (xy 155.539608 111.360392) (xy 155.321101 111.181068) (xy 155.071808 111.047818) (xy 154.801309 110.965764) (xy 154.590492 110.945) (xy 154.449508 110.945) (xy 154.238691 110.965764) (xy 153.968192 111.047818) (xy 153.718899 111.181068) (xy 153.500392 111.360392) (xy 153.321068 111.578899) (xy 153.25 111.711858) (xy 153.178932 111.578899) (xy 152.999608 111.360392) (xy 152.781101 111.181068) (xy 152.531808 111.047818) (xy 152.261309 110.965764) (xy 152.050492 110.945) (xy 151.909508 110.945) (xy 151.698691 110.965764) (xy 151.428192 111.047818) (xy 151.178899 111.181068) (xy 150.960392 111.360392) (xy 150.781068 111.578899) (xy 150.71 111.711858) (xy 150.638932 111.578899) (xy 150.459608 111.360392) (xy 150.241101 111.181068) (xy 149.991808 111.047818) (xy 149.721309 110.965764) (xy 149.510492 110.945) (xy 149.369508 110.945) (xy 149.158691 110.965764) (xy 148.888192 111.047818) (xy 148.638899 111.181068) (xy 148.420392 111.360392) (xy 148.241068 111.578899) (xy 148.17 111.711858) (xy 148.098932 111.578899) (xy 147.919608 111.360392) (xy 147.701101 111.181068) (xy 147.451808 111.047818) (xy 147.181309 110.965764) (xy 146.970492 110.945) (xy 146.829508 110.945) (xy 146.618691 110.965764) (xy 146.348192 111.047818) (xy 146.098899 111.181068) (xy 145.880392 111.360392) (xy 145.701068 111.578899) (xy 145.567818 111.828192) (xy 145.485764 112.098691) (xy 145.458057 112.38) (xy 145.485764 112.661309) (xy 145.547552 112.865) (xy 112.644447 112.865) (xy 110.107358 110.327911) (xy 130.245 110.327911) (xy 130.245 110.512089) (xy 130.280932 110.692729) (xy 130.351414 110.862889) (xy 130.453738 111.016028) (xy 130.583972 111.146262) (xy 130.737111 111.248586) (xy 130.907271 111.319068) (xy 131.087911 111.355) (xy 131.272089 111.355) (xy 131.452729 111.319068) (xy 131.622889 111.248586) (xy 131.762951 111.155) (xy 141.35691 111.155) (xy 141.425518 111.175812) (xy 141.55 111.188072) (xy 143.25 111.188072) (xy 143.374482 111.175812) (xy 143.49418 111.139502) (xy 143.604494 111.080537) (xy 143.701185 111.001185) (xy 143.780537 110.904494) (xy 143.839502 110.79418) (xy 143.875812 110.674482) (xy 143.888072 110.55) (xy 143.888072 108.85) (xy 143.875812 108.725518) (xy 143.839502 108.60582) (xy 143.780537 108.495506) (xy 143.701185 108.398815) (xy 143.604494 108.319463) (xy 143.49418 108.260498) (xy 143.425313 108.239607) (xy 143.455134 108.215134) (xy 143.501476 108.158665) (xy 145.565 108.158665) (xy 145.565 108.441335) (xy 145.620147 108.718574) (xy 145.72832 108.979727) (xy 145.885363 109.214759) (xy 146.085241 109.414637) (xy 146.320273 109.57168) (xy 146.581426 109.679853) (xy 146.858665 109.735) (xy 147.141335 109.735) (xy 147.418574 109.679853) (xy 147.679727 109.57168) (xy 147.914759 109.414637) (xy 148.036694 109.292702) (xy 148.686903 109.292702) (xy 148.758486 109.536671) (xy 149.013996 109.657571) (xy 149.288184 109.7263) (xy 149.570512 109.740217) (xy 149.85013 109.698787) (xy 150.116292 109.603603) (xy 150.241514 109.536671) (xy 150.313097 109.292702) (xy 149.5 108.479605) (xy 148.686903 109.292702) (xy 148.036694 109.292702) (xy 148.114637 109.214759) (xy 148.248692 109.014131) (xy 148.263329 109.041514) (xy 148.507298 109.113097) (xy 149.320395 108.3) (xy 149.679605 108.3) (xy 150.492702 109.113097) (xy 150.736671 109.041514) (xy 150.857571 108.786004) (xy 150.9263 108.511816) (xy 150.940217 108.229488) (xy 150.898787 107.94987) (xy 150.803603 107.683708) (xy 150.736671 107.558486) (xy 150.492702 107.486903) (xy 149.679605 108.3) (xy 149.320395 108.3) (xy 148.507298 107.486903) (xy 148.263329 107.558486) (xy 148.249676 107.587341) (xy 148.114637 107.385241) (xy 148.036694 107.307298) (xy 148.686903 107.307298) (xy 149.5 108.120395) (xy 150.313097 107.307298) (xy 150.241514 107.063329) (xy 149.986004 106.942429) (xy 149.711816 106.8737) (xy 149.429488 106.859783) (xy 149.14987 106.901213) (xy 148.883708 106.996397) (xy 148.758486 107.063329) (xy 148.686903 107.307298) (xy 148.036694 107.307298) (xy 147.914759 107.185363) (xy 147.679727 107.02832) (xy 147.418574 106.920147) (xy 147.141335 106.865) (xy 146.858665 106.865) (xy 146.581426 106.920147) (xy 146.320273 107.02832) (xy 146.085241 107.185363) (xy 145.885363 107.385241) (xy 145.72832 107.620273) (xy 145.620147 107.881426) (xy 145.565 108.158665) (xy 143.501476 108.158665) (xy 143.640706 107.989014) (xy 143.778599 107.731034) (xy 143.863513 107.451111) (xy 143.892185 107.16) (xy 143.863513 106.868889) (xy 143.778599 106.588966) (xy 143.640706 106.330986) (xy 143.455134 106.104866) (xy 143.229014 105.919294) (xy 142.971034 105.781401) (xy 142.691111 105.696487) (xy 142.47295 105.675) (xy 142.32705 105.675) (xy 142.108889 105.696487) (xy 141.828966 105.781401) (xy 141.570986 105.919294) (xy 141.344866 106.104866) (xy 141.159294 106.330986) (xy 141.021401 106.588966) (xy 140.936487 106.868889) (xy 140.907815 107.16) (xy 140.936487 107.451111) (xy 141.021401 107.731034) (xy 141.159294 107.989014) (xy 141.344866 108.215134) (xy 141.374687 108.239607) (xy 141.30582 108.260498) (xy 141.195506 108.319463) (xy 141.098815 108.398815) (xy 141.019463 108.495506) (xy 140.960498 108.60582) (xy 140.924188 108.725518) (xy 140.911928 108.85) (xy 140.911928 109.685) (xy 131.762951 109.685) (xy 131.622889 109.591414) (xy 131.452729 109.520932) (xy 131.272089 109.485) (xy 131.087911 109.485) (xy 130.907271 109.520932) (xy 130.737111 109.591414) (xy 130.583972 109.693738) (xy 130.453738 109.823972) (xy 130.351414 109.977111) (xy 130.280932 110.147271) (xy 130.245 110.327911) (xy 110.107358 110.327911) (xy 109.055 109.275554) (xy 109.055 106.134264) (xy 109.121101 106.098932) (xy 109.339608 105.919608) (xy 109.518932 105.701101) (xy 109.59 105.568142) (xy 109.661068 105.701101) (xy 109.840392 105.919608) (xy 110.058899 106.098932) (xy 110.308192 106.232182) (xy 110.578691 106.314236) (xy 110.789508 106.335) (xy 110.930492 106.335) (xy 111.141309 106.314236) (xy 111.411808 106.232182) (xy 111.661101 106.098932) (xy 111.879608 105.919608) (xy 112.058932 105.701101) (xy 112.13 105.568142) (xy 112.201068 105.701101) (xy 112.380392 105.919608) (xy 112.598899 106.098932) (xy 112.848192 106.232182) (xy 113.118691 106.314236) (xy 113.329508 106.335) (xy 113.470492 106.335) (xy 113.681309 106.314236) (xy 113.951808 106.232182) (xy 114.201101 106.098932) (xy 114.419608 105.919608) (xy 114.598932 105.701101) (xy 114.67 105.568142) (xy 114.741068 105.701101) (xy 114.920392 105.919608) (xy 115.138899 106.098932) (xy 115.388192 106.232182) (xy 115.658691 106.314236) (xy 115.869508 106.335) (xy 116.010492 106.335) (xy 116.221309 106.314236) (xy 116.491808 106.232182) (xy 116.741101 106.098932) (xy 116.959608 105.919608) (xy 117.138932 105.701101) (xy 117.21 105.568142) (xy 117.281068 105.701101) (xy 117.460392 105.919608) (xy 117.678899 106.098932) (xy 117.928192 106.232182) (xy 118.198691 106.314236) (xy 118.409508 106.335) (xy 118.550492 106.335) (xy 118.761309 106.314236) (xy 119.031808 106.232182) (xy 119.281101 106.098932) (xy 119.499608 105.919608) (xy 119.678932 105.701101) (xy 119.75 105.568142) (xy 119.821068 105.701101) (xy 120.000392 105.919608) (xy 120.218899 106.098932) (xy 120.468192 106.232182) (xy 120.738691 106.314236) (xy 120.949508 106.335) (xy 121.090492 106.335) (xy 121.301309 106.314236) (xy 121.571808 106.232182) (xy 121.821101 106.098932) (xy 122.039608 105.919608) (xy 122.218932 105.701101) (xy 122.29 105.568142) (xy 122.361068 105.701101) (xy 122.540392 105.919608) (xy 122.758899 106.098932) (xy 123.008192 106.232182) (xy 123.278691 106.314236) (xy 123.489508 106.335) (xy 123.630492 106.335) (xy 123.841309 106.314236) (xy 124.111808 106.232182) (xy 124.361101 106.098932) (xy 124.579608 105.919608) (xy 124.758932 105.701101) (xy 124.83 105.568142) (xy 124.901068 105.701101) (xy 125.080392 105.919608) (xy 125.298899 106.098932) (xy 125.548192 106.232182) (xy 125.818691 106.314236) (xy 126.029508 106.335) (xy 126.170492 106.335) (xy 126.381309 106.314236) (xy 126.651808 106.232182) (xy 126.901101 106.098932) (xy 127.119608 105.919608) (xy 127.298932 105.701101) (xy 127.37 105.568142) (xy 127.441068 105.701101) (xy 127.620392 105.919608) (xy 127.838899 106.098932) (xy 128.088192 106.232182) (xy 128.358691 106.314236) (xy 128.569508 106.335) (xy 128.710492 106.335) (xy 128.921309 106.314236) (xy 129.191808 106.232182) (xy 129.441101 106.098932) (xy 129.659608 105.919608) (xy 129.838932 105.701101) (xy 129.91 105.568142) (xy 129.981068 105.701101) (xy 130.160392 105.919608) (xy 130.378899 106.098932) (xy 130.628192 106.232182) (xy 130.898691 106.314236) (xy 131.109508 106.335) (xy 131.250492 106.335) (xy 131.461309 106.314236) (xy 131.731808 106.232182) (xy 131.981101 106.098932) (xy 132.199608 105.919608) (xy 132.378932 105.701101) (xy 132.45 105.568142) (xy 132.521068 105.701101) (xy 132.700392 105.919608) (xy 132.918899 106.098932) (xy 133.168192 106.232182) (xy 133.438691 106.314236) (xy 133.649508 106.335) (xy 133.790492 106.335) (xy 134.001309 106.314236) (xy 134.271808 106.232182) (xy 134.521101 106.098932) (xy 134.739608 105.919608) (xy 134.918932 105.701101) (xy 134.99 105.568142) (xy 135.061068 105.701101) (xy 135.240392 105.919608) (xy 135.458899 106.098932) (xy 135.708192 106.232182) (xy 135.978691 106.314236) (xy 136.189508 106.335) (xy 136.330492 106.335) (xy 136.541309 106.314236) (xy 136.811808 106.232182) (xy 137.061101 106.098932) (xy 137.279608 105.919608) (xy 137.372419 105.806518) (xy 137.374188 105.824482) (xy 137.410498 105.94418) (xy 137.469463 106.054494) (xy 137.548815 106.151185) (xy 137.645506 106.230537) (xy 137.75582 106.289502) (xy 137.875518 106.325812) (xy 138 106.338072) (xy 139.6 106.338072) (xy 139.724482 106.325812) (xy 139.84418 106.289502) (xy 139.954494 106.230537) (xy 140.051185 106.151185) (xy 140.130537 106.054494) (xy 140.189502 105.94418) (xy 140.225812 105.824482) (xy 140.238072 105.7) (xy 140.238072 104.1) (xy 140.225812 103.975518) (xy 140.189502 103.85582) (xy 140.130537 103.745506) (xy 140.051185 103.648815) (xy 139.954494 103.569463) (xy 139.84418 103.510498) (xy 139.724482 103.474188) (xy 139.6 103.461928) (xy 139.495854 103.461928) (xy 139.487683 103.43499) (xy 141.208264 103.43499) ) ) (filled_polygon (pts (xy 172.759294 68.309014) (xy 172.883858 68.460795) (xy 170.955308 70.389346) (xy 170.927263 70.412362) (xy 170.835414 70.52428) (xy 170.788893 70.611315) (xy 170.767164 70.651967) (xy 170.725135 70.790515) (xy 170.710944 70.9346) (xy 170.714501 70.970715) (xy 170.7145 94.705893) (xy 170.613097 94.807296) (xy 170.541514 94.563329) (xy 170.286004 94.442429) (xy 170.011816 94.3737) (xy 169.729488 94.359783) (xy 169.44987 94.401213) (xy 169.183708 94.496397) (xy 169.058486 94.563329) (xy 168.986903 94.807298) (xy 169.8 95.620395) (xy 169.814143 95.606253) (xy 169.993748 95.785858) (xy 169.979605 95.8) (xy 169.993748 95.814143) (xy 169.814143 95.993748) (xy 169.8 95.979605) (xy 168.986903 96.792702) (xy 169.058486 97.036671) (xy 169.313996 97.157571) (xy 169.588184 97.2263) (xy 169.870512 97.240217) (xy 170.15013 97.198787) (xy 170.416292 97.103603) (xy 170.541514 97.036671) (xy 170.613097 96.792704) (xy 170.7145 96.894107) (xy 170.7145 100.114395) (xy 170.710944 100.1505) (xy 170.721174 100.254365) (xy 170.725135 100.294584) (xy 170.767163 100.433132) (xy 170.835413 100.560819) (xy 170.927262 100.672737) (xy 170.955308 100.695754) (xy 171.253741 100.994187) (xy 171.276762 101.022238) (xy 171.38868 101.114087) (xy 171.452524 101.148212) (xy 171.516366 101.182337) (xy 171.654915 101.224365) (xy 171.799 101.238556) (xy 171.835105 101.235) (xy 172.511928 101.235) (xy 172.511928 101.35) (xy 172.524188 101.474482) (xy 172.560498 101.59418) (xy 172.619463 101.704494) (xy 172.698815 101.801185) (xy 172.795506 101.880537) (xy 172.90582 101.939502) (xy 173.025518 101.975812) (xy 173.15 101.988072) (xy 174.415401 101.988072) (xy 174.4154 104.875954) (xy 169.035 99.495554) (xy 169.035 99.282951) (xy 169.128586 99.142889) (xy 169.199068 98.972729) (xy 169.235 98.792089) (xy 169.235 98.607911) (xy 169.199068 98.427271) (xy 169.128586 98.257111) (xy 169.026262 98.103972) (xy 168.896028 97.973738) (xy 168.742889 97.871414) (xy 168.572729 97.800932) (xy 168.392089 97.765) (xy 168.207911 97.765) (xy 168.035 97.799395) (xy 168.035 97.034748) (xy 168.214759 96.914637) (xy 168.414637 96.714759) (xy 168.548692 96.514131) (xy 168.563329 96.541514) (xy 168.807298 96.613097) (xy 169.620395 95.8) (xy 168.807298 94.986903) (xy 168.563329 95.058486) (xy 168.549676 95.087341) (xy 168.414637 94.885241) (xy 168.214759 94.685363) (xy 168.095 94.605343) (xy 168.095 93.934264) (xy 168.161101 93.898932) (xy 168.379608 93.719608) (xy 168.558932 93.501101) (xy 168.692182 93.251808) (xy 168.774236 92.981309) (xy 168.801943 92.7) (xy 168.774236 92.418691) (xy 168.692182 92.148192) (xy 168.558932 91.898899) (xy 168.379608 91.680392) (xy 168.161101 91.501068) (xy 167.911808 91.367818) (xy 167.641309 91.285764) (xy 167.430492 91.265) (xy 167.289508 91.265) (xy 167.078691 91.285764) (xy 166.808192 91.367818) (xy 166.558899 91.501068) (xy 166.340392 91.680392) (xy 166.161068 91.898899) (xy 166.09 92.031858) (xy 166.018932 91.898899) (xy 165.839608 91.680392) (xy 165.621101 91.501068) (xy 165.371808 91.367818) (xy 165.101309 91.285764) (xy 164.890492 91.265) (xy 164.749508 91.265) (xy 164.538691 91.285764) (xy 164.268192 91.367818) (xy 164.018899 91.501068) (xy 163.800392 91.680392) (xy 163.621068 91.898899) (xy 163.55 92.031858) (xy 163.478932 91.898899) (xy 163.299608 91.680392) (xy 163.081101 91.501068) (xy 162.831808 91.367818) (xy 162.561309 91.285764) (xy 162.350492 91.265) (xy 162.209508 91.265) (xy 161.998691 91.285764) (xy 161.728192 91.367818) (xy 161.478899 91.501068) (xy 161.260392 91.680392) (xy 161.081068 91.898899) (xy 161.01 92.031858) (xy 160.938932 91.898899) (xy 160.759608 91.680392) (xy 160.541101 91.501068) (xy 160.291808 91.367818) (xy 160.021309 91.285764) (xy 159.810492 91.265) (xy 159.669508 91.265) (xy 159.458691 91.285764) (xy 159.188192 91.367818) (xy 158.938899 91.501068) (xy 158.720392 91.680392) (xy 158.541068 91.898899) (xy 158.47 92.031858) (xy 158.398932 91.898899) (xy 158.219608 91.680392) (xy 158.001101 91.501068) (xy 157.751808 91.367818) (xy 157.481309 91.285764) (xy 157.270492 91.265) (xy 157.129508 91.265) (xy 156.918691 91.285764) (xy 156.648192 91.367818) (xy 156.398899 91.501068) (xy 156.180392 91.680392) (xy 156.001068 91.898899) (xy 155.93 92.031858) (xy 155.858932 91.898899) (xy 155.679608 91.680392) (xy 155.461101 91.501068) (xy 155.211808 91.367818) (xy 154.941309 91.285764) (xy 154.730492 91.265) (xy 154.589508 91.265) (xy 154.378691 91.285764) (xy 154.108192 91.367818) (xy 153.858899 91.501068) (xy 153.640392 91.680392) (xy 153.461068 91.898899) (xy 153.39 92.031858) (xy 153.318932 91.898899) (xy 153.139608 91.680392) (xy 152.921101 91.501068) (xy 152.671808 91.367818) (xy 152.401309 91.285764) (xy 152.190492 91.265) (xy 152.049508 91.265) (xy 151.838691 91.285764) (xy 151.568192 91.367818) (xy 151.318899 91.501068) (xy 151.100392 91.680392) (xy 150.921068 91.898899) (xy 150.85 92.031858) (xy 150.778932 91.898899) (xy 150.599608 91.680392) (xy 150.381101 91.501068) (xy 150.131808 91.367818) (xy 149.861309 91.285764) (xy 149.650492 91.265) (xy 149.509508 91.265) (xy 149.298691 91.285764) (xy 149.028192 91.367818) (xy 148.778899 91.501068) (xy 148.560392 91.680392) (xy 148.381068 91.898899) (xy 148.31 92.031858) (xy 148.238932 91.898899) (xy 148.059608 91.680392) (xy 147.841101 91.501068) (xy 147.591808 91.367818) (xy 147.321309 91.285764) (xy 147.110492 91.265) (xy 146.969508 91.265) (xy 146.758691 91.285764) (xy 146.488192 91.367818) (xy 146.4356 91.395929) (xy 146.4356 90.409394) (xy 146.439155 90.373299) (xy 146.4356 90.337204) (xy 146.4356 90.337195) (xy 146.424965 90.229215) (xy 146.382937 90.090667) (xy 146.314687 89.96298) (xy 146.222838 89.851062) (xy 146.194793 89.828046) (xy 142.398071 86.031325) (xy 142.414637 86.014759) (xy 142.560385 85.796631) (xy 143.468746 86.704993) (xy 143.491762 86.733038) (xy 143.602569 86.823975) (xy 143.60368 86.824887) (xy 143.731366 86.893137) (xy 143.869915 86.935165) (xy 144.014 86.949356) (xy 144.050105 86.9458) (xy 162.678195 86.9458) (xy 162.7143 86.949356) (xy 162.750405 86.9458) (xy 162.819996 86.938946) (xy 162.858385 86.935165) (xy 162.862934 86.933785) (xy 162.996933 86.893137) (xy 163.12462 86.824887) (xy 163.236538 86.733038) (xy 163.259558 86.704988) (xy 163.835844 86.128703) (xy 164.018899 86.278932) (xy 164.268192 86.412182) (xy 164.538691 86.494236) (xy 164.749508 86.515) (xy 164.890492 86.515) (xy 165.101309 86.494236) (xy 165.371808 86.412182) (xy 165.621101 86.278932) (xy 165.839608 86.099608) (xy 166.018932 85.881101) (xy 166.092579 85.743318) (xy 166.207615 85.935131) (xy 166.396586 86.143519) (xy 166.62258 86.311037) (xy 166.876913 86.431246) (xy 167.010961 86.471904) (xy 167.233 86.349915) (xy 167.233 85.207) (xy 167.487 85.207) (xy 167.487 86.349915) (xy 167.709039 86.471904) (xy 167.843087 86.431246) (xy 168.09742 86.311037) (xy 168.323414 86.143519) (xy 168.512385 85.935131) (xy 168.65707 85.693881) (xy 168.751909 85.42904) (xy 168.630624 85.207) (xy 167.487 85.207) (xy 167.233 85.207) (xy 167.213 85.207) (xy 167.213 84.953) (xy 167.233 84.953) (xy 167.233 83.810085) (xy 167.487 83.810085) (xy 167.487 84.953) (xy 168.630624 84.953) (xy 168.751909 84.73096) (xy 168.65707 84.466119) (xy 168.512385 84.224869) (xy 168.323414 84.016481) (xy 168.09742 83.848963) (xy 167.843087 83.728754) (xy 167.709039 83.688096) (xy 167.487 83.810085) (xy 167.233 83.810085) (xy 167.010961 83.688096) (xy 166.876913 83.728754) (xy 166.62258 83.848963) (xy 166.396586 84.016481) (xy 166.207615 84.224869) (xy 166.092579 84.416682) (xy 166.018932 84.278899) (xy 165.839608 84.060392) (xy 165.621101 83.881068) (xy 165.371808 83.747818) (xy 165.101309 83.665764) (xy 164.890492 83.645) (xy 164.749508 83.645) (xy 164.538691 83.665764) (xy 164.268192 83.747818) (xy 164.2201 83.773524) (xy 164.2201 81.021269) (xy 168.558336 81.021269) (xy 168.617797 81.255037) (xy 168.856242 81.365934) (xy 169.11174 81.428183) (xy 169.374473 81.43939) (xy 169.634344 81.399125) (xy 169.881366 81.308935) (xy 169.982203 81.255037) (xy 170.041664 81.021269) (xy 169.3 80.279605) (xy 168.558336 81.021269) (xy 164.2201 81.021269) (xy 164.2201 80.174473) (xy 167.96061 80.174473) (xy 168.000875 80.434344) (xy 168.091065 80.681366) (xy 168.144963 80.782203) (xy 168.378731 80.841664) (xy 169.120395 80.1) (xy 169.479605 80.1) (xy 170.221269 80.841664) (xy 170.455037 80.782203) (xy 170.565934 80.543758) (xy 170.628183 80.28826) (xy 170.63939 80.025527) (xy 170.599125 79.765656) (xy 170.508935 79.518634) (xy 170.455037 79.417797) (xy 170.221269 79.358336) (xy 169.479605 80.1) (xy 169.120395 80.1) (xy 168.378731 79.358336) (xy 168.144963 79.417797) (xy 168.034066 79.656242) (xy 167.971817 79.91174) (xy 167.96061 80.174473) (xy 164.2201 80.174473) (xy 164.2201 79.178731) (xy 168.558336 79.178731) (xy 169.3 79.920395) (xy 170.041664 79.178731) (xy 169.982203 78.944963) (xy 169.743758 78.834066) (xy 169.48826 78.771817) (xy 169.225527 78.76061) (xy 168.965656 78.800875) (xy 168.718634 78.891065) (xy 168.617797 78.944963) (xy 168.558336 79.178731) (xy 164.2201 79.178731) (xy 164.2201 76.611646) (xy 165.811746 75.02) (xy 167.958541 75.02) (xy 167.984317 75.281706) (xy 168.060653 75.533354) (xy 168.184618 75.765275) (xy 168.351445 75.968555) (xy 168.554725 76.135382) (xy 168.786646 76.259347) (xy 169.038294 76.335683) (xy 169.234421 76.355) (xy 169.365579 76.355) (xy 169.561706 76.335683) (xy 169.813354 76.259347) (xy 170.045275 76.135382) (xy 170.248555 75.968555) (xy 170.415382 75.765275) (xy 170.539347 75.533354) (xy 170.615683 75.281706) (xy 170.641459 75.02) (xy 170.615683 74.758294) (xy 170.539347 74.506646) (xy 170.415382 74.274725) (xy 170.248555 74.071445) (xy 170.045275 73.904618) (xy 169.813354 73.780653) (xy 169.561706 73.704317) (xy 169.365579 73.685) (xy 169.234421 73.685) (xy 169.038294 73.704317) (xy 168.786646 73.780653) (xy 168.554725 73.904618) (xy 168.351445 74.071445) (xy 168.184618 74.274725) (xy 168.060653 74.506646) (xy 167.984317 74.758294) (xy 167.958541 75.02) (xy 165.811746 75.02) (xy 171.091403 69.740344) (xy 171.091408 69.740339) (xy 172.676893 68.154853) ) ) (filled_polygon (pts (xy 97.371207 72.355954) (xy 97.221068 72.538899) (xy 97.087818 72.788192) (xy 97.005764 73.058691) (xy 96.978057 73.34) (xy 97.005764 73.621309) (xy 97.087818 73.891808) (xy 97.221068 74.141101) (xy 97.400392 74.359608) (xy 97.618899 74.538932) (xy 97.751858 74.61) (xy 97.618899 74.681068) (xy 97.400392 74.860392) (xy 97.221068 75.078899) (xy 97.087818 75.328192) (xy 97.005764 75.598691) (xy 96.978057 75.88) (xy 97.005764 76.161309) (xy 97.087818 76.431808) (xy 97.221068 76.681101) (xy 97.400392 76.899608) (xy 97.618899 77.078932) (xy 97.868192 77.212182) (xy 98.138691 77.294236) (xy 98.349508 77.315) (xy 98.490492 77.315) (xy 98.701309 77.294236) (xy 98.971808 77.212182) (xy 99.221101 77.078932) (xy 99.439608 76.899608) (xy 99.618932 76.681101) (xy 99.752182 76.431808) (xy 99.834236 76.161309) (xy 99.861943 75.88) (xy 99.834236 75.598691) (xy 99.752182 75.328192) (xy 99.618932 75.078899) (xy 99.439608 74.860392) (xy 99.221101 74.681068) (xy 99.088142 74.61) (xy 99.221101 74.538932) (xy 99.439608 74.359608) (xy 99.618932 74.141101) (xy 99.679235 74.028282) (xy 106.37826 80.727307) (xy 106.241309 80.685764) (xy 106.030492 80.665) (xy 105.889508 80.665) (xy 105.678691 80.685764) (xy 105.408192 80.767818) (xy 105.158899 80.901068) (xy 104.940392 81.080392) (xy 104.761068 81.298899) (xy 104.69 81.431858) (xy 104.618932 81.298899) (xy 104.439608 81.080392) (xy 104.221101 80.901068) (xy 103.971808 80.767818) (xy 103.701309 80.685764) (xy 103.490492 80.665) (xy 103.349508 80.665) (xy 103.138691 80.685764) (xy 102.868192 80.767818) (xy 102.618899 80.901068) (xy 102.400392 81.080392) (xy 102.221068 81.298899) (xy 102.147421 81.436682) (xy 102.032385 81.244869) (xy 101.843414 81.036481) (xy 101.61742 80.868963) (xy 101.363087 80.748754) (xy 101.229039 80.708096) (xy 101.007 80.830085) (xy 101.007 81.973) (xy 101.027 81.973) (xy 101.027 82.227) (xy 101.007 82.227) (xy 101.007 83.369915) (xy 101.229039 83.491904) (xy 101.363087 83.451246) (xy 101.61742 83.331037) (xy 101.843414 83.163519) (xy 102.032385 82.955131) (xy 102.147421 82.763318) (xy 102.221068 82.901101) (xy 102.400392 83.119608) (xy 102.618899 83.298932) (xy 102.868192 83.432182) (xy 103.138691 83.514236) (xy 103.349508 83.535) (xy 103.490492 83.535) (xy 103.701309 83.514236) (xy 103.971808 83.432182) (xy 104.221101 83.298932) (xy 104.439608 83.119608) (xy 104.618932 82.901101) (xy 104.69 82.768142) (xy 104.761068 82.901101) (xy 104.940392 83.119608) (xy 105.158899 83.298932) (xy 105.408192 83.432182) (xy 105.678691 83.514236) (xy 105.889508 83.535) (xy 106.030492 83.535) (xy 106.241309 83.514236) (xy 106.511808 83.432182) (xy 106.761101 83.298932) (xy 106.930205 83.160152) (xy 109.359496 85.589443) (xy 109.382512 85.617488) (xy 109.475847 85.694086) (xy 109.49443 85.709337) (xy 109.622116 85.777587) (xy 109.760665 85.819615) (xy 109.90475 85.833806) (xy 109.940855 85.83025) (xy 112.322174 85.83025) (xy 117.453676 90.961753) (xy 117.453682 90.961758) (xy 122.77088 96.278957) (xy 122.720392 96.320392) (xy 122.541068 96.538899) (xy 122.47 96.671858) (xy 122.398932 96.538899) (xy 122.219608 96.320392) (xy 122.001101 96.141068) (xy 121.751808 96.007818) (xy 121.481309 95.925764) (xy 121.270492 95.905) (xy 121.129508 95.905) (xy 120.918691 95.925764) (xy 120.648192 96.007818) (xy 120.398899 96.141068) (xy 120.257147 96.257401) (xy 119.775407 95.775661) (xy 119.775403 95.775656) (xy 119.005558 95.005812) (xy 118.982538 94.977762) (xy 118.87062 94.885913) (xy 118.742933 94.817663) (xy 118.604385 94.775635) (xy 118.496405 94.765) (xy 118.4603 94.761444) (xy 118.424195 94.765) (xy 109.336105 94.765) (xy 109.3 94.761444) (xy 109.263895 94.765) (xy 109.155915 94.775635) (xy 109.017367 94.817663) (xy 108.88968 94.885913) (xy 108.777762 94.977762) (xy 108.754746 95.005807) (xy 108.005808 95.754746) (xy 107.977763 95.777762) (xy 107.885914 95.88968) (xy 107.831739 95.991034) (xy 107.817664 96.017367) (xy 107.795861 96.089241) (xy 107.698899 96.141068) (xy 107.480392 96.320392) (xy 107.301068 96.538899) (xy 107.23 96.671858) (xy 107.158932 96.538899) (xy 106.979608 96.320392) (xy 106.8365 96.202946) (xy 111.287647 91.7518) (xy 114.740049 91.7518) (xy 114.880111 91.845386) (xy 115.050271 91.915868) (xy 115.230911 91.9518) (xy 115.415089 91.9518) (xy 115.595729 91.915868) (xy 115.765889 91.845386) (xy 115.919028 91.743062) (xy 116.049262 91.612828) (xy 116.151586 91.459689) (xy 116.222068 91.289529) (xy 116.258 91.108889) (xy 116.258 90.924711) (xy 116.222068 90.744071) (xy 116.151586 90.573911) (xy 116.049262 90.420772) (xy 115.919028 90.290538) (xy 115.765889 90.188214) (xy 115.595729 90.117732) (xy 115.415089 90.0818) (xy 115.230911 90.0818) (xy 115.050271 90.117732) (xy 114.880111 90.188214) (xy 114.740049 90.2818) (xy 111.019305 90.2818) (xy 110.9832 90.278244) (xy 110.839115 90.292435) (xy 110.700566 90.334463) (xy 110.583164 90.397216) (xy 110.57288 90.402713) (xy 110.460962 90.494562) (xy 110.437946 90.522607) (xy 105.465808 95.494746) (xy 105.437762 95.517763) (xy 105.345913 95.629681) (xy 105.277663 95.757368) (xy 105.248384 95.853887) (xy 105.235635 95.895915) (xy 105.221444 96.04) (xy 105.225 96.076106) (xy 105.225 96.105736) (xy 105.158899 96.141068) (xy 104.940392 96.320392) (xy 104.761068 96.538899) (xy 104.69 96.671858) (xy 104.618932 96.538899) (xy 104.439608 96.320392) (xy 104.221101 96.141068) (xy 104.155 96.105736) (xy 104.155 94.695046) (xy 110.640416 88.209631) (xy 110.805629 88.176768) (xy 110.975789 88.106286) (xy 111.128928 88.003962) (xy 111.259162 87.873728) (xy 111.361486 87.720589) (xy 111.431968 87.550429) (xy 111.4679 87.369789) (xy 111.4679 87.185611) (xy 111.431968 87.004971) (xy 111.361486 86.834811) (xy 111.259162 86.681672) (xy 111.128928 86.551438) (xy 110.975789 86.449114) (xy 110.805629 86.378632) (xy 110.624989 86.3427) (xy 110.440811 86.3427) (xy 110.260171 86.378632) (xy 110.090011 86.449114) (xy 109.936872 86.551438) (xy 109.806638 86.681672) (xy 109.704314 86.834811) (xy 109.633832 87.004971) (xy 109.600969 87.170184) (xy 102.925808 93.845346) (xy 102.897762 93.868363) (xy 102.805913 93.980281) (xy 102.737663 94.107968) (xy 102.712682 94.190319) (xy 102.695635 94.246515) (xy 102.681444 94.3906) (xy 102.685 94.426705) (xy 102.685001 96.105736) (xy 102.618899 96.141068) (xy 102.400392 96.320392) (xy 102.221068 96.538899) (xy 102.15 96.671858) (xy 102.078932 96.538899) (xy 101.899608 96.320392) (xy 101.681101 96.141068) (xy 101.431808 96.007818) (xy 101.161309 95.925764) (xy 100.950492 95.905) (xy 100.809508 95.905) (xy 100.598691 95.925764) (xy 100.328192 96.007818) (xy 100.078899 96.141068) (xy 99.860392 96.320392) (xy 99.681068 96.538899) (xy 99.547818 96.788192) (xy 99.465764 97.058691) (xy 99.438057 97.34) (xy 99.465764 97.621309) (xy 99.547818 97.891808) (xy 99.681068 98.141101) (xy 99.860392 98.359608) (xy 100.078899 98.538932) (xy 100.151944 98.577975) (xy 100.155635 98.615455) (xy 100.186952 98.718691) (xy 100.197664 98.754003) (xy 100.265914 98.88169) (xy 100.357763 98.993608) (xy 100.385808 99.016624) (xy 103.823376 102.454193) (xy 103.846392 102.482238) (xy 103.947237 102.565) (xy 102.055817 102.565) (xy 97.996629 98.505813) (xy 97.973608 98.477762) (xy 97.86169 98.385913) (xy 97.734003 98.317663) (xy 97.595455 98.275635) (xy 97.557975 98.271944) (xy 97.518932 98.198899) (xy 97.339608 97.980392) (xy 97.121101 97.801068) (xy 96.988142 97.73) (xy 97.121101 97.658932) (xy 97.339608 97.479608) (xy 97.518932 97.261101) (xy 97.652182 97.011808) (xy 97.734236 96.741309) (xy 97.761943 96.46) (xy 97.734236 96.178691) (xy 97.652182 95.908192) (xy 97.518932 95.658899) (xy 97.339608 95.440392) (xy 97.121101 95.261068) (xy 96.988142 95.19) (xy 97.121101 95.118932) (xy 97.339608 94.939608) (xy 97.518932 94.721101) (xy 97.652182 94.471808) (xy 97.734236 94.201309) (xy 97.761943 93.92) (xy 97.734236 93.638691) (xy 97.652182 93.368192) (xy 97.518932 93.118899) (xy 97.339608 92.900392) (xy 97.121101 92.721068) (xy 96.988142 92.65) (xy 97.121101 92.578932) (xy 97.339608 92.399608) (xy 97.518932 92.181101) (xy 97.652182 91.931808) (xy 97.734236 91.661309) (xy 97.761943 91.38) (xy 97.734236 91.098691) (xy 97.652182 90.828192) (xy 97.518932 90.578899) (xy 97.339608 90.360392) (xy 97.121101 90.181068) (xy 96.988142 90.11) (xy 97.121101 90.038932) (xy 97.339608 89.859608) (xy 97.518932 89.641101) (xy 97.652182 89.391808) (xy 97.734236 89.121309) (xy 97.761943 88.84) (xy 97.734236 88.558691) (xy 97.652182 88.288192) (xy 97.518932 88.038899) (xy 97.339608 87.820392) (xy 97.121101 87.641068) (xy 96.988142 87.57) (xy 97.121101 87.498932) (xy 97.339608 87.319608) (xy 97.518932 87.101101) (xy 97.652182 86.851808) (xy 97.734236 86.581309) (xy 97.761943 86.3) (xy 97.734236 86.018691) (xy 97.652182 85.748192) (xy 97.518932 85.498899) (xy 97.339608 85.280392) (xy 97.121101 85.101068) (xy 96.871808 84.967818) (xy 96.601309 84.885764) (xy 96.390492 84.865) (xy 96.249508 84.865) (xy 96.038691 84.885764) (xy 95.768192 84.967818) (xy 95.518899 85.101068) (xy 95.300392 85.280392) (xy 95.121068 85.498899) (xy 94.987818 85.748192) (xy 94.905764 86.018691) (xy 94.878057 86.3) (xy 94.905764 86.581309) (xy 94.987818 86.851808) (xy 95.121068 87.101101) (xy 95.300392 87.319608) (xy 95.518899 87.498932) (xy 95.651858 87.57) (xy 95.518899 87.641068) (xy 95.300392 87.820392) (xy 95.121068 88.038899) (xy 95.106187 88.06674) (xy 91.745258 84.705812) (xy 91.722237 84.677761) (xy 91.610319 84.585912) (xy 91.482632 84.517662) (xy 91.344084 84.475634) (xy 91.236104 84.464999) (xy 91.199999 84.461443) (xy 91.163894 84.464999) (xy 87.696104 84.464999) (xy 87.659999 84.461443) (xy 87.623894 84.464999) (xy 87.515914 84.475634) (xy 87.4669 84.490502) (xy 87.4669 83.892702) (xy 92.986903 83.892702) (xy 93.058486 84.136671) (xy 93.313996 84.257571) (xy 93.588184 84.3263) (xy 93.870512 84.340217) (xy 94.15013 84.298787) (xy 94.416292 84.203603) (xy 94.541514 84.136671) (xy 94.613097 83.892702) (xy 93.8 83.079605) (xy 92.986903 83.892702) (xy 87.4669 83.892702) (xy 87.4669 83.372546) (xy 87.868934 82.970512) (xy 92.359783 82.970512) (xy 92.401213 83.25013) (xy 92.496397 83.516292) (xy 92.563329 83.641514) (xy 92.807298 83.713097) (xy 93.620395 82.9) (xy 93.979605 82.9) (xy 94.792702 83.713097) (xy 95.036671 83.641514) (xy 95.050324 83.612659) (xy 95.185363 83.814759) (xy 95.385241 84.014637) (xy 95.620273 84.17168) (xy 95.881426 84.279853) (xy 96.158665 84.335) (xy 96.441335 84.335) (xy 96.718574 84.279853) (xy 96.979727 84.17168) (xy 97.214759 84.014637) (xy 97.414637 83.814759) (xy 97.57168 83.579727) (xy 97.679853 83.318574) (xy 97.735 83.041335) (xy 97.735 82.758665) (xy 97.679853 82.481426) (xy 97.666439 82.44904) (xy 99.488091 82.44904) (xy 99.58293 82.713881) (xy 99.727615 82.955131) (xy 99.916586 83.163519) (xy 100.14258 83.331037) (xy 100.396913 83.451246) (xy 100.530961 83.491904) (xy 100.753 83.369915) (xy 100.753 82.227) (xy 99.609376 82.227) (xy 99.488091 82.44904) (xy 97.666439 82.44904) (xy 97.57168 82.220273) (xy 97.414637 81.985241) (xy 97.214759 81.785363) (xy 97.163272 81.75096) (xy 99.488091 81.75096) (xy 99.609376 81.973) (xy 100.753 81.973) (xy 100.753 80.830085) (xy 100.530961 80.708096) (xy 100.396913 80.748754) (xy 100.14258 80.868963) (xy 99.916586 81.036481) (xy 99.727615 81.244869) (xy 99.58293 81.486119) (xy 99.488091 81.75096) (xy 97.163272 81.75096) (xy 96.979727 81.62832) (xy 96.718574 81.520147) (xy 96.441335 81.465) (xy 96.158665 81.465) (xy 95.881426 81.520147) (xy 95.620273 81.62832) (xy 95.385241 81.785363) (xy 95.185363 81.985241) (xy 95.051308 82.185869) (xy 95.036671 82.158486) (xy 94.792702 82.086903) (xy 93.979605 82.9) (xy 93.620395 82.9) (xy 92.807298 82.086903) (xy 92.563329 82.158486) (xy 92.442429 82.413996) (xy 92.3737 82.688184) (xy 92.359783 82.970512) (xy 87.868934 82.970512) (xy 88.932148 81.907298) (xy 92.986903 81.907298) (xy 93.8 82.720395) (xy 94.613097 81.907298) (xy 94.541514 81.663329) (xy 94.286004 81.542429) (xy 94.011816 81.4737) (xy 93.729488 81.459783) (xy 93.44987 81.501213) (xy 93.183708 81.596397) (xy 93.058486 81.663329) (xy 92.986903 81.907298) (xy 88.932148 81.907298) (xy 95.804993 75.034454) (xy 95.833038 75.011438) (xy 95.924887 74.89952) (xy 95.949092 74.854236) (xy 95.993137 74.771834) (xy 96.035165 74.633285) (xy 96.049356 74.4892) (xy 96.0458 74.453095) (xy 96.0458 72.040051) (xy 96.139386 71.899989) (xy 96.209868 71.729829) (xy 96.2458 71.549189) (xy 96.2458 71.365011) (xy 96.212412 71.197158) ) ) (filled_polygon (pts (xy 131.1334 75.206395) (xy 131.129844 75.2425) (xy 131.144035 75.386585) (xy 131.14983 75.405687) (xy 131.186063 75.525132) (xy 131.254313 75.652819) (xy 131.346162 75.764737) (xy 131.374208 75.787754) (xy 135.363601 79.777148) (xy 135.3636 83.564595) (xy 135.360044 83.6007) (xy 135.374235 83.744785) (xy 135.384218 83.777693) (xy 135.416263 83.883332) (xy 135.484513 84.011019) (xy 135.576362 84.122937) (xy 135.604408 84.145954) (xy 138.715069 87.256615) (xy 138.747932 87.421829) (xy 138.818414 87.591989) (xy 138.920738 87.745128) (xy 139.050972 87.875362) (xy 139.204111 87.977686) (xy 139.374271 88.048168) (xy 139.554911 88.0841) (xy 139.739089 88.0841) (xy 139.919729 88.048168) (xy 139.934139 88.042199) (xy 139.996397 88.216292) (xy 140.063329 88.341514) (xy 140.307298 88.413097) (xy 141.120395 87.6) (xy 141.106253 87.585858) (xy 141.285858 87.406253) (xy 141.3 87.420395) (xy 141.314143 87.406253) (xy 141.493748 87.585858) (xy 141.479605 87.6) (xy 142.292702 88.413097) (xy 142.536671 88.341514) (xy 142.566444 88.278591) (xy 144.965601 90.677748) (xy 144.965601 91.261928) (xy 143.7 91.261928) (xy 143.575518 91.274188) (xy 143.45582 91.310498) (xy 143.345506 91.369463) (xy 143.248815 91.448815) (xy 143.169463 91.545506) (xy 143.110498 91.65582) (xy 143.074188 91.775518) (xy 143.061928 91.9) (xy 143.061928 93.5) (xy 143.074188 93.624482) (xy 143.110498 93.74418) (xy 143.169463 93.854494) (xy 143.248815 93.951185) (xy 143.345506 94.030537) (xy 143.45582 94.089502) (xy 143.575518 94.125812) (xy 143.7 94.138072) (xy 143.765 94.138072) (xy 143.765001 95.065252) (xy 143.585241 95.185363) (xy 143.385363 95.385241) (xy 143.251308 95.585869) (xy 143.236671 95.558486) (xy 142.992702 95.486903) (xy 142.179605 96.3) (xy 142.992702 97.113097) (xy 143.236671 97.041514) (xy 143.250324 97.012659) (xy 143.385363 97.214759) (xy 143.585241 97.414637) (xy 143.820273 97.57168) (xy 144.081426 97.679853) (xy 144.358665 97.735) (xy 144.641335 97.735) (xy 144.918574 97.679853) (xy 144.9656 97.660374) (xy 144.9656 98.064695) (xy 144.962044 98.1008) (xy 144.971555 98.197367) (xy 144.976235 98.244884) (xy 145.018263 98.383432) (xy 145.086513 98.511119) (xy 145.178362 98.623037) (xy 145.206408 98.646054) (xy 146.185353 99.625) (xy 130.775 99.625) (xy 130.775 98.65444) (xy 130.808192 98.672182) (xy 131.078691 98.754236) (xy 131.289508 98.775) (xy 131.430492 98.775) (xy 131.641309 98.754236) (xy 131.911808 98.672182) (xy 132.161101 98.538932) (xy 132.379608 98.359608) (xy 132.558932 98.141101) (xy 132.63 98.008142) (xy 132.701068 98.141101) (xy 132.880392 98.359608) (xy 133.098899 98.538932) (xy 133.348192 98.672182) (xy 133.618691 98.754236) (xy 133.829508 98.775) (xy 133.970492 98.775) (xy 134.181309 98.754236) (xy 134.451808 98.672182) (xy 134.701101 98.538932) (xy 134.919608 98.359608) (xy 134.974516 98.292702) (xy 136.286903 98.292702) (xy 136.358486 98.536671) (xy 136.613996 98.657571) (xy 136.888184 98.7263) (xy 137.170512 98.740217) (xy 137.45013 98.698787) (xy 137.716292 98.603603) (xy 137.841514 98.536671) (xy 137.913097 98.292702) (xy 137.1 97.479605) (xy 136.286903 98.292702) (xy 134.974516 98.292702) (xy 135.098932 98.141101) (xy 135.232182 97.891808) (xy 135.314236 97.621309) (xy 135.338937 97.370512) (xy 135.659783 97.370512) (xy 135.701213 97.65013) (xy 135.796397 97.916292) (xy 135.863329 98.041514) (xy 136.107298 98.113097) (xy 136.920395 97.3) (xy 137.279605 97.3) (xy 138.092702 98.113097) (xy 138.336671 98.041514) (xy 138.457571 97.786004) (xy 138.5263 97.511816) (xy 138.5371 97.292702) (xy 141.186903 97.292702) (xy 141.258486 97.536671) (xy 141.513996 97.657571) (xy 141.788184 97.7263) (xy 142.070512 97.740217) (xy 142.35013 97.698787) (xy 142.616292 97.603603) (xy 142.741514 97.536671) (xy 142.813097 97.292702) (xy 142 96.479605) (xy 141.186903 97.292702) (xy 138.5371 97.292702) (xy 138.540217 97.229488) (xy 138.498787 96.94987) (xy 138.403603 96.683708) (xy 138.336671 96.558486) (xy 138.092702 96.486903) (xy 137.279605 97.3) (xy 136.920395 97.3) (xy 136.107298 96.486903) (xy 135.863329 96.558486) (xy 135.742429 96.813996) (xy 135.6737 97.088184) (xy 135.659783 97.370512) (xy 135.338937 97.370512) (xy 135.341943 97.34) (xy 135.314236 97.058691) (xy 135.232182 96.788192) (xy 135.098932 96.538899) (xy 134.919608 96.320392) (xy 134.701101 96.141068) (xy 134.451808 96.007818) (xy 134.181309 95.925764) (xy 133.970492 95.905) (xy 133.829508 95.905) (xy 133.618691 95.925764) (xy 133.348192 96.007818) (xy 133.098899 96.141068) (xy 132.880392 96.320392) (xy 132.701068 96.538899) (xy 132.63 96.671858) (xy 132.558932 96.538899) (xy 132.379608 96.320392) (xy 132.161101 96.141068) (xy 131.911808 96.007818) (xy 131.641309 95.925764) (xy 131.430492 95.905) (xy 131.289508 95.905) (xy 131.078691 95.925764) (xy 130.808192 96.007818) (xy 130.775 96.02556) (xy 130.775 94.658665) (xy 135.665 94.658665) (xy 135.665 94.941335) (xy 135.720147 95.218574) (xy 135.82832 95.479727) (xy 135.985363 95.714759) (xy 136.185241 95.914637) (xy 136.385869 96.048692) (xy 136.358486 96.063329) (xy 136.286903 96.307298) (xy 137.1 97.120395) (xy 137.849883 96.370512) (xy 140.559783 96.370512) (xy 140.601213 96.65013) (xy 140.696397 96.916292) (xy 140.763329 97.041514) (xy 141.007298 97.113097) (xy 141.820395 96.3) (xy 141.007298 95.486903) (xy 140.763329 95.558486) (xy 140.642429 95.813996) (xy 140.5737 96.088184) (xy 140.559783 96.370512) (xy 137.849883 96.370512) (xy 137.913097 96.307298) (xy 137.841514 96.063329) (xy 137.812659 96.049676) (xy 138.014759 95.914637) (xy 138.214637 95.714759) (xy 138.37168 95.479727) (xy 138.443102 95.307298) (xy 141.186903 95.307298) (xy 142 96.120395) (xy 142.813097 95.307298) (xy 142.741514 95.063329) (xy 142.486004 94.942429) (xy 142.211816 94.8737) (xy 141.929488 94.859783) (xy 141.64987 94.901213) (xy 141.383708 94.996397) (xy 141.258486 95.063329) (xy 141.186903 95.307298) (xy 138.443102 95.307298) (xy 138.479853 95.218574) (xy 138.535 94.941335) (xy 138.535 94.658665) (xy 138.479853 94.381426) (xy 138.37168 94.120273) (xy 138.214637 93.885241) (xy 138.014759 93.685363) (xy 137.779727 93.52832) (xy 137.518574 93.420147) (xy 137.241335 93.365) (xy 136.958665 93.365) (xy 136.681426 93.420147) (xy 136.420273 93.52832) (xy 136.185241 93.685363) (xy 135.985363 93.885241) (xy 135.82832 94.120273) (xy 135.720147 94.381426) (xy 135.665 94.658665) (xy 130.775 94.658665) (xy 130.775 88.592702) (xy 140.486903 88.592702) (xy 140.558486 88.836671) (xy 140.813996 88.957571) (xy 141.088184 89.0263) (xy 141.370512 89.040217) (xy 141.65013 88.998787) (xy 141.916292 88.903603) (xy 142.041514 88.836671) (xy 142.113097 88.592702) (xy 141.3 87.779605) (xy 140.486903 88.592702) (xy 130.775 88.592702) (xy 130.775 83.41444) (xy 130.808192 83.432182) (xy 131.078691 83.514236) (xy 131.289508 83.535) (xy 131.430492 83.535) (xy 131.641309 83.514236) (xy 131.911808 83.432182) (xy 132.161101 83.298932) (xy 132.379608 83.119608) (xy 132.472419 83.006518) (xy 132.474188 83.024482) (xy 132.510498 83.14418) (xy 132.569463 83.254494) (xy 132.648815 83.351185) (xy 132.745506 83.430537) (xy 132.85582 83.489502) (xy 132.975518 83.525812) (xy 133.1 83.538072) (xy 134.7 83.538072) (xy 134.824482 83.525812) (xy 134.94418 83.489502) (xy 135.054494 83.430537) (xy 135.151185 83.351185) (xy 135.230537 83.254494) (xy 135.289502 83.14418) (xy 135.325812 83.024482) (xy 135.338072 82.9) (xy 135.338072 81.3) (xy 135.325812 81.175518) (xy 135.289502 81.05582) (xy 135.230537 80.945506) (xy 135.151185 80.848815) (xy 135.054494 80.769463) (xy 134.94418 80.710498) (xy 134.824482 80.674188) (xy 134.7 80.661928) (xy 133.1 80.661928) (xy 132.975518 80.674188) (xy 132.85582 80.710498) (xy 132.745506 80.769463) (xy 132.648815 80.848815) (xy 132.569463 80.945506) (xy 132.510498 81.05582) (xy 132.474188 81.175518) (xy 132.472419 81.193482) (xy 132.379608 81.080392) (xy 132.161101 80.901068) (xy 131.911808 80.767818) (xy 131.641309 80.685764) (xy 131.430492 80.665) (xy 131.289508 80.665) (xy 131.078691 80.685764) (xy 130.808192 80.767818) (xy 130.775 80.78556) (xy 130.775 74.884245) (xy 130.834187 74.825058) (xy 130.862238 74.802037) (xy 130.954087 74.690119) (xy 131.022337 74.562432) (xy 131.058237 74.444085) (xy 131.064365 74.423885) (xy 131.078556 74.2798) (xy 131.075 74.243695) (xy 131.075 74.18795) (xy 131.133401 74.148928) ) ) (filled_polygon (pts (xy 89.361928 58.9) (xy 89.374188 59.024482) (xy 89.410498 59.14418) (xy 89.469463 59.254494) (xy 89.548815 59.351185) (xy 89.645506 59.430537) (xy 89.75582 59.489502) (xy 89.875518 59.525812) (xy 89.893482 59.527581) (xy 89.780392 59.620392) (xy 89.601068 59.838899) (xy 89.467818 60.088192) (xy 89.385764 60.358691) (xy 89.358057 60.64) (xy 89.385764 60.921309) (xy 89.467818 61.191808) (xy 89.601068 61.441101) (xy 89.780392 61.659608) (xy 89.998899 61.838932) (xy 90.131858 61.91) (xy 89.998899 61.981068) (xy 89.780392 62.160392) (xy 89.601068 62.378899) (xy 89.467818 62.628192) (xy 89.385764 62.898691) (xy 89.358057 63.18) (xy 89.385764 63.461309) (xy 89.467818 63.731808) (xy 89.601068 63.981101) (xy 89.780392 64.199608) (xy 89.998899 64.378932) (xy 90.136682 64.452579) (xy 89.944869 64.567615) (xy 89.736481 64.756586) (xy 89.568963 64.98258) (xy 89.448754 65.236913) (xy 89.408096 65.370961) (xy 89.530085 65.593) (xy 90.673 65.593) (xy 90.673 65.573) (xy 90.927 65.573) (xy 90.927 65.593) (xy 92.069915 65.593) (xy 92.191904 65.370961) (xy 92.151246 65.236913) (xy 92.031037 64.98258) (xy 91.863519 64.756586) (xy 91.655131 64.567615) (xy 91.463318 64.452579) (xy 91.601101 64.378932) (xy 91.819608 64.199608) (xy 91.998932 63.981101) (xy 92.034264 63.915) (xy 92.175554 63.915) (xy 92.59235 64.331797) (xy 92.592351 67.236535) (xy 92.588794 67.27265) (xy 92.602985 67.416735) (xy 92.637802 67.531509) (xy 92.645014 67.555283) (xy 92.713264 67.68297) (xy 92.805113 67.794888) (xy 92.833158 67.817904) (xy 95.570742 70.555488) (xy 95.402889 70.5221) (xy 95.218711 70.5221) (xy 95.038071 70.558032) (xy 94.867911 70.628514) (xy 94.714772 70.730838) (xy 94.584538 70.861072) (xy 94.482214 71.014211) (xy 94.411732 71.184371) (xy 94.3758 71.365011) (xy 94.3758 71.549189) (xy 94.411732 71.729829) (xy 94.482214 71.899989) (xy 94.5758 72.040051) (xy 94.575801 74.184752) (xy 87.035 81.725554) (xy 87.035 76.229039) (xy 89.408096 76.229039) (xy 89.448754 76.363087) (xy 89.568963 76.61742) (xy 89.736481 76.843414) (xy 89.944869 77.032385) (xy 90.186119 77.17707) (xy 90.45096 77.271909) (xy 90.673 77.150624) (xy 90.673 76.007) (xy 90.927 76.007) (xy 90.927 77.150624) (xy 91.14904 77.271909) (xy 91.413881 77.17707) (xy 91.655131 77.032385) (xy 91.863519 76.843414) (xy 92.031037 76.61742) (xy 92.151246 76.363087) (xy 92.191904 76.229039) (xy 92.069915 76.007) (xy 90.927 76.007) (xy 90.673 76.007) (xy 89.530085 76.007) (xy 89.408096 76.229039) (xy 87.035 76.229039) (xy 87.035 70.8) (xy 89.358057 70.8) (xy 89.385764 71.081309) (xy 89.467818 71.351808) (xy 89.601068 71.601101) (xy 89.780392 71.819608) (xy 89.998899 71.998932) (xy 90.131858 72.07) (xy 89.998899 72.141068) (xy 89.780392 72.320392) (xy 89.601068 72.538899) (xy 89.467818 72.788192) (xy 89.385764 73.058691) (xy 89.358057 73.34) (xy 89.385764 73.621309) (xy 89.467818 73.891808) (xy 89.601068 74.141101) (xy 89.780392 74.359608) (xy 89.998899 74.538932) (xy 90.136682 74.612579) (xy 89.944869 74.727615) (xy 89.736481 74.916586) (xy 89.568963 75.14258) (xy 89.448754 75.396913) (xy 89.408096 75.530961) (xy 89.530085 75.753) (xy 90.673 75.753) (xy 90.673 75.733) (xy 90.927 75.733) (xy 90.927 75.753) (xy 92.069915 75.753) (xy 92.191904 75.530961) (xy 92.151246 75.396913) (xy 92.031037 75.14258) (xy 91.863519 74.916586) (xy 91.655131 74.727615) (xy 91.463318 74.612579) (xy 91.601101 74.538932) (xy 91.819608 74.359608) (xy 91.998932 74.141101) (xy 92.132182 73.891808) (xy 92.214236 73.621309) (xy 92.241943 73.34) (xy 92.214236 73.058691) (xy 92.132182 72.788192) (xy 91.998932 72.538899) (xy 91.819608 72.320392) (xy 91.601101 72.141068) (xy 91.468142 72.07) (xy 91.601101 71.998932) (xy 91.819608 71.819608) (xy 91.998932 71.601101) (xy 92.132182 71.351808) (xy 92.214236 71.081309) (xy 92.241943 70.8) (xy 92.214236 70.518691) (xy 92.132182 70.248192) (xy 91.998932 69.998899) (xy 91.819608 69.780392) (xy 91.601101 69.601068) (xy 91.463318 69.527421) (xy 91.655131 69.412385) (xy 91.863519 69.223414) (xy 92.031037 68.99742) (xy 92.151246 68.743087) (xy 92.191904 68.609039) (xy 92.069915 68.387) (xy 90.927 68.387) (xy 90.927 68.407) (xy 90.673 68.407) (xy 90.673 68.387) (xy 89.530085 68.387) (xy 89.408096 68.609039) (xy 89.448754 68.743087) (xy 89.568963 68.99742) (xy 89.736481 69.223414) (xy 89.944869 69.412385) (xy 90.136682 69.527421) (xy 89.998899 69.601068) (xy 89.780392 69.780392) (xy 89.601068 69.998899) (xy 89.467818 70.248192) (xy 89.385764 70.518691) (xy 89.358057 70.8) (xy 87.035 70.8) (xy 87.035 66.069039) (xy 89.408096 66.069039) (xy 89.448754 66.203087) (xy 89.568963 66.45742) (xy 89.736481 66.683414) (xy 89.944869 66.872385) (xy 90.140982 66.99) (xy 89.944869 67.107615) (xy 89.736481 67.296586) (xy 89.568963 67.52258) (xy 89.448754 67.776913) (xy 89.408096 67.910961) (xy 89.530085 68.133) (xy 90.673 68.133) (xy 90.673 65.847) (xy 90.927 65.847) (xy 90.927 68.133) (xy 92.069915 68.133) (xy 92.191904 67.910961) (xy 92.151246 67.776913) (xy 92.031037 67.52258) (xy 91.863519 67.296586) (xy 91.655131 67.107615) (xy 91.459018 66.99) (xy 91.655131 66.872385) (xy 91.863519 66.683414) (xy 92.031037 66.45742) (xy 92.151246 66.203087) (xy 92.191904 66.069039) (xy 92.069915 65.847) (xy 90.927 65.847) (xy 90.673 65.847) (xy 89.530085 65.847) (xy 89.408096 66.069039) (xy 87.035 66.069039) (xy 87.035 60.809846) (xy 89.361928 58.482919) ) ) (filled_polygon (pts (xy 188.865 66.795553) (xy 186.805808 68.854746) (xy 186.777763 68.877762) (xy 186.685914 68.98968) (xy 186.623786 69.105914) (xy 186.617664 69.117367) (xy 186.575635 69.255915) (xy 186.561444 69.4) (xy 186.565001 69.436115) (xy 186.565 74.263895) (xy 186.561444 74.3) (xy 186.575635 74.444085) (xy 186.585121 74.475356) (xy 186.617663 74.582632) (xy 186.685913 74.710319) (xy 186.777762 74.822237) (xy 186.805808 74.845254) (xy 190.094746 78.134193) (xy 190.117762 78.162238) (xy 190.22968 78.254087) (xy 190.357367 78.322337) (xy 190.495915 78.364365) (xy 190.603895 78.375) (xy 190.603904 78.375) (xy 190.639999 78.378555) (xy 190.676094 78.375) (xy 191.085736 78.375) (xy 191.121068 78.441101) (xy 191.300392 78.659608) (xy 191.518899 78.838932) (xy 191.651858 78.91) (xy 191.518899 78.981068) (xy 191.300392 79.160392) (xy 191.121068 79.378899) (xy 191.085736 79.445) (xy 190.524447 79.445) (xy 189.615258 78.535812) (xy 189.592238 78.507762) (xy 189.48032 78.415913) (xy 189.352633 78.347663) (xy 189.214085 78.305635) (xy 189.106105 78.295) (xy 189.07 78.291444) (xy 189.033895 78.295) (xy 185.977025 78.295) (xy 186.032182 78.191808) (xy 186.114236 77.921309) (xy 186.141943 77.64) (xy 186.114236 77.358691) (xy 186.032182 77.088192) (xy 185.898932 76.838899) (xy 185.719608 76.620392) (xy 185.606518 76.527581) (xy 185.624482 76.525812) (xy 185.74418 76.489502) (xy 185.854494 76.430537) (xy 185.951185 76.351185) (xy 186.030537 76.254494) (xy 186.089502 76.14418) (xy 186.125812 76.024482) (xy 186.138072 75.9) (xy 186.138072 74.3) (xy 186.125812 74.175518) (xy 186.089502 74.05582) (xy 186.030537 73.945506) (xy 185.951185 73.848815) (xy 185.854494 73.769463) (xy 185.74418 73.710498) (xy 185.624482 73.674188) (xy 185.5 73.661928) (xy 183.9 73.661928) (xy 183.775518 73.674188) (xy 183.65582 73.710498) (xy 183.545506 73.769463) (xy 183.448815 73.848815) (xy 183.369463 73.945506) (xy 183.310498 74.05582) (xy 183.274188 74.175518) (xy 183.261928 74.3) (xy 183.261928 74.597056) (xy 183.254746 74.605807) (xy 182.345554 75.515) (xy 177.96385 75.515) (xy 177.981476 75.45689) (xy 177.860155 75.227) (xy 176.667 75.227) (xy 176.667 75.247) (xy 176.413 75.247) (xy 176.413 75.227) (xy 176.393 75.227) (xy 176.393 74.973) (xy 176.413 74.973) (xy 176.413 72.687) (xy 176.667 72.687) (xy 176.667 74.973) (xy 177.860155 74.973) (xy 177.981476 74.74311) (xy 177.936825 74.595901) (xy 177.811641 74.33308) (xy 177.637588 74.099731) (xy 177.421355 73.904822) (xy 177.295745 73.83) (xy 177.421355 73.755178) (xy 177.637588 73.560269) (xy 177.811641 73.32692) (xy 177.936825 73.064099) (xy 177.981476 72.91689) (xy 177.860155 72.687) (xy 176.667 72.687) (xy 176.413 72.687) (xy 176.393 72.687) (xy 176.393 72.433) (xy 176.413 72.433) (xy 176.413 70.147) (xy 176.667 70.147) (xy 176.667 72.433) (xy 177.860155 72.433) (xy 177.981476 72.20311) (xy 177.936825 72.055901) (xy 177.811641 71.79308) (xy 177.637588 71.559731) (xy 177.421355 71.364822) (xy 177.295745 71.29) (xy 177.421355 71.215178) (xy 177.637588 71.020269) (xy 177.811641 70.78692) (xy 177.936825 70.524099) (xy 177.981476 70.37689) (xy 177.860155 70.147) (xy 176.667 70.147) (xy 176.413 70.147) (xy 176.393 70.147) (xy 176.393 69.893) (xy 176.413 69.893) (xy 176.413 69.873) (xy 176.667 69.873) (xy 176.667 69.893) (xy 177.860155 69.893) (xy 177.981476 69.66311) (xy 177.947805 69.5521) (xy 185.698165 69.5521) (xy 185.73427 69.555656) (xy 185.770375 69.5521) (xy 185.878355 69.541465) (xy 186.016903 69.499437) (xy 186.14459 69.431187) (xy 186.256508 69.339338) (xy 186.279529 69.311288) (xy 188.794193 66.796624) (xy 188.822238 66.773608) (xy 188.865 66.721502) ) ) (filled_polygon (pts (xy 174.127 77.513) (xy 174.147 77.513) (xy 174.147 77.767) (xy 174.127 77.767) (xy 174.127 77.787) (xy 173.873 77.787) (xy 173.873 77.767) (xy 173.853 77.767) (xy 173.853 77.513) (xy 173.873 77.513) (xy 173.873 77.493) (xy 174.127 77.493) ) ) (filled_polygon (pts (xy 108.737555 76.345001) (xy 107.687063 76.345001) (xy 107.691904 76.329039) (xy 107.569915 76.107) (xy 106.427 76.107) (xy 106.427 76.127) (xy 106.173 76.127) (xy 106.173 76.107) (xy 106.153 76.107) (xy 106.153 75.853) (xy 106.173 75.853) (xy 106.173 75.833) (xy 106.427 75.833) (xy 106.427 75.853) (xy 107.569915 75.853) (xy 107.691904 75.630961) (xy 107.651246 75.496913) (xy 107.546361 75.275001) (xy 107.667555 75.275001) ) ) (filled_polygon (pts (xy 143.233748 57.805858) (xy 143.219605 57.82) (xy 143.969273 58.569668) (xy 144.204183 58.508848) (xy 144.316202 58.268491) (xy 144.379176 58.010898) (xy 144.390687 57.74597) (xy 144.387801 57.727248) (xy 145.44345 58.782897) (xy 145.443451 62.442336) (xy 145.44345 62.442346) (xy 145.443451 74.296104) (xy 143.013546 71.8662) (xy 143.172589 71.8662) (xy 143.432672 71.814467) (xy 143.677665 71.712987) (xy 143.898153 71.565662) (xy 144.085662 71.378153) (xy 144.232987 71.157665) (xy 144.334467 70.912672) (xy 144.3862 70.652589) (xy 144.3862 70.387411) (xy 144.334467 70.127328) (xy 144.232987 69.882335) (xy 144.085662 69.661847) (xy 143.898153 69.474338) (xy 143.677665 69.327013) (xy 143.49174 69.25) (xy 143.677665 69.172987) (xy 143.898153 69.025662) (xy 144.085662 68.838153) (xy 144.232987 68.617665) (xy 144.334467 68.372672) (xy 144.3862 68.112589) (xy 144.3862 67.847411) (xy 144.334467 67.587328) (xy 144.232987 67.342335) (xy 144.085662 67.121847) (xy 143.898153 66.934338) (xy 143.677665 66.787013) (xy 143.4894 66.709031) (xy 143.62528 66.659542) (xy 143.728848 66.604183) (xy 143.789668 66.369273) (xy 143.04 65.619605) (xy 142.290332 66.369273) (xy 142.351152 66.604183) (xy 142.582934 66.712206) (xy 142.402335 66.787013) (xy 142.181847 66.934338) (xy 141.994338 67.121847) (xy 141.847013 67.342335) (xy 141.769031 67.5306) (xy 141.719542 67.39472) (xy 141.664183 67.291152) (xy 141.429273 67.230332) (xy 140.679605 67.98) (xy 141.429273 68.729668) (xy 141.664183 68.668848) (xy 141.772206 68.437066) (xy 141.847013 68.617665) (xy 141.994338 68.838153) (xy 142.181847 69.025662) (xy 142.402335 69.172987) (xy 142.58826 69.25) (xy 142.402335 69.327013) (xy 142.181847 69.474338) (xy 142.055062 69.601123) (xy 142.033838 69.575262) (xy 142.005793 69.552246) (xy 141.209358 68.755812) (xy 141.186338 68.727762) (xy 141.07442 68.635913) (xy 140.946733 68.567663) (xy 140.891218 68.550823) (xy 140.5 68.159605) (xy 140.485858 68.173748) (xy 140.306253 67.994143) (xy 140.320395 67.98) (xy 139.570727 67.230332) (xy 139.344223 67.288976) (xy 137.362658 65.307411) (xy 139.1538 65.307411) (xy 139.1538 65.572589) (xy 139.205533 65.832672) (xy 139.307013 66.077665) (xy 139.454338 66.298153) (xy 139.641847 66.485662) (xy 139.862335 66.632987) (xy 140.0506 66.710969) (xy 139.91472 66.760458) (xy 139.811152 66.815817) (xy 139.750332 67.050727) (xy 140.5 67.800395) (xy 141.249668 67.050727) (xy 141.188848 66.815817) (xy 140.957066 66.707794) (xy 141.137665 66.632987) (xy 141.358153 66.485662) (xy 141.545662 66.298153) (xy 141.692987 66.077665) (xy 141.770969 65.8894) (xy 141.820458 66.02528) (xy 141.875817 66.128848) (xy 142.110727 66.189668) (xy 142.860395 65.44) (xy 143.219605 65.44) (xy 143.969273 66.189668) (xy 144.204183 66.128848) (xy 144.316202 65.888491) (xy 144.379176 65.630898) (xy 144.390687 65.36597) (xy 144.350291 65.103887) (xy 144.259542 64.85472) (xy 144.204183 64.751152) (xy 143.969273 64.690332) (xy 143.219605 65.44) (xy 142.860395 65.44) (xy 142.110727 64.690332) (xy 141.875817 64.751152) (xy 141.767794 64.982934) (xy 141.692987 64.802335) (xy 141.545662 64.581847) (xy 141.358153 64.394338) (xy 141.137665 64.247013) (xy 140.9494 64.169031) (xy 141.08528 64.119542) (xy 141.188848 64.064183) (xy 141.249668 63.829273) (xy 140.5 63.079605) (xy 139.750332 63.829273) (xy 139.811152 64.064183) (xy 140.042934 64.172206) (xy 139.862335 64.247013) (xy 139.641847 64.394338) (xy 139.454338 64.581847) (xy 139.307013 64.802335) (xy 139.205533 65.047328) (xy 139.1538 65.307411) (xy 137.362658 65.307411) (xy 135.029277 62.97403) (xy 139.149313 62.97403) (xy 139.189709 63.236113) (xy 139.280458 63.48528) (xy 139.335817 63.588848) (xy 139.570727 63.649668) (xy 140.320395 62.9) (xy 139.570727 62.150332) (xy 139.335817 62.211152) (xy 139.223798 62.451509) (xy 139.160824 62.709102) (xy 139.149313 62.97403) (xy 135.029277 62.97403) (xy 133.25737 61.202123) (xy 133.272729 61.199068) (xy 133.442889 61.128586) (xy 133.596028 61.026262) (xy 133.726262 60.896028) (xy 133.828586 60.742889) (xy 133.899068 60.572729) (xy 133.935 60.392089) (xy 133.935 60.207911) (xy 133.899068 60.027271) (xy 133.828586 59.857111) (xy 133.726262 59.703972) (xy 133.596028 59.573738) (xy 133.442889 59.471414) (xy 133.272729 59.400932) (xy 133.107515 59.368069) (xy 132.905647 59.1662) (xy 133.012589 59.1662) (xy 133.272672 59.114467) (xy 133.517665 59.012987) (xy 133.738153 58.865662) (xy 133.925662 58.678153) (xy 134.072987 58.457665) (xy 134.15 58.27174) (xy 134.227013 58.457665) (xy 134.374338 58.678153) (xy 134.561847 58.865662) (xy 134.782335 59.012987) (xy 135.027328 59.114467) (xy 135.287411 59.1662) (xy 135.552589 59.1662) (xy 135.812672 59.114467) (xy 136.057665 59.012987) (xy 136.278153 58.865662) (xy 136.465662 58.678153) (xy 136.612987 58.457665) (xy 136.69 58.27174) (xy 136.767013 58.457665) (xy 136.914338 58.678153) (xy 137.101847 58.865662) (xy 137.322335 59.012987) (xy 137.567328 59.114467) (xy 137.827411 59.1662) (xy 138.092589 59.1662) (xy 138.352672 59.114467) (xy 138.597665 59.012987) (xy 138.818153 58.865662) (xy 139.005662 58.678153) (xy 139.152987 58.457665) (xy 139.23 58.27174) (xy 139.307013 58.457665) (xy 139.454338 58.678153) (xy 139.641847 58.865662) (xy 139.862335 59.012987) (xy 140.04826 59.09) (xy 139.862335 59.167013) (xy 139.641847 59.314338) (xy 139.454338 59.501847) (xy 139.307013 59.722335) (xy 139.205533 59.967328) (xy 139.1538 60.227411) (xy 139.1538 60.492589) (xy 139.205533 60.752672) (xy 139.307013 60.997665) (xy 139.454338 61.218153) (xy 139.641847 61.405662) (xy 139.862335 61.552987) (xy 140.0506 61.630969) (xy 139.91472 61.680458) (xy 139.811152 61.735817) (xy 139.750332 61.970727) (xy 140.5 62.720395) (xy 141.249668 61.970727) (xy 141.188848 61.735817) (xy 140.957066 61.627794) (xy 141.137665 61.552987) (xy 141.358153 61.405662) (xy 141.545662 61.218153) (xy 141.692987 60.997665) (xy 141.77 60.81174) (xy 141.847013 60.997665) (xy 141.994338 61.218153) (xy 142.181847 61.405662) (xy 142.402335 61.552987) (xy 142.58826 61.63) (xy 142.402335 61.707013) (xy 142.181847 61.854338) (xy 141.994338 62.041847) (xy 141.847013 62.262335) (xy 141.769031 62.4506) (xy 141.719542 62.31472) (xy 141.664183 62.211152) (xy 141.429273 62.150332) (xy 140.679605 62.9) (xy 141.429273 63.649668) (xy 141.664183 63.588848) (xy 141.772206 63.357066) (xy 141.847013 63.537665) (xy 141.994338 63.758153) (xy 142.181847 63.945662) (xy 142.402335 64.092987) (xy 142.5906 64.170969) (xy 142.45472 64.220458) (xy 142.351152 64.275817) (xy 142.290332 64.510727) (xy 143.04 65.260395) (xy 143.789668 64.510727) (xy 143.728848 64.275817) (xy 143.497066 64.167794) (xy 143.677665 64.092987) (xy 143.898153 63.945662) (xy 144.085662 63.758153) (xy 144.232987 63.537665) (xy 144.334467 63.292672) (xy 144.3862 63.032589) (xy 144.3862 62.767411) (xy 144.334467 62.507328) (xy 144.232987 62.262335) (xy 144.085662 62.041847) (xy 143.898153 61.854338) (xy 143.677665 61.707013) (xy 143.49174 61.63) (xy 143.677665 61.552987) (xy 143.898153 61.405662) (xy 144.085662 61.218153) (xy 144.232987 60.997665) (xy 144.334467 60.752672) (xy 144.3862 60.492589) (xy 144.3862 60.227411) (xy 144.334467 59.967328) (xy 144.232987 59.722335) (xy 144.085662 59.501847) (xy 143.898153 59.314338) (xy 143.677665 59.167013) (xy 143.4894 59.089031) (xy 143.62528 59.039542) (xy 143.728848 58.984183) (xy 143.789668 58.749273) (xy 143.04 57.999605) (xy 142.290332 58.749273) (xy 142.351152 58.984183) (xy 142.582934 59.092206) (xy 142.402335 59.167013) (xy 142.181847 59.314338) (xy 141.994338 59.501847) (xy 141.847013 59.722335) (xy 141.77 59.90826) (xy 141.692987 59.722335) (xy 141.545662 59.501847) (xy 141.358153 59.314338) (xy 141.137665 59.167013) (xy 140.95174 59.09) (xy 141.137665 59.012987) (xy 141.358153 58.865662) (xy 141.545662 58.678153) (xy 141.692987 58.457665) (xy 141.770969 58.2694) (xy 141.820458 58.40528) (xy 141.875817 58.508848) (xy 142.110727 58.569668) (xy 142.860395 57.82) (xy 142.846253 57.805858) (xy 143.025858 57.626253) (xy 143.04 57.640395) (xy 143.054143 57.626253) ) ) (filled_polygon (pts (xy 120.751509 59.586245) (xy 120.736671 59.558486) (xy 120.492702 59.486903) (xy 119.679605 60.3) (xy 119.693748 60.314143) (xy 119.514143 60.493748) (xy 119.5 60.479605) (xy 119.485858 60.493748) (xy 119.306253 60.314143) (xy 119.320395 60.3) (xy 118.507298 59.486903) (xy 118.263329 59.558486) (xy 118.142429 59.813996) (xy 118.0737 60.088184) (xy 118.059783 60.370512) (xy 118.101213 60.65013) (xy 118.196397 60.916292) (xy 118.263329 61.041514) (xy 118.507296 61.113097) (xy 118.391023 61.22937) (xy 118.399003 61.23735) (xy 117.894308 61.742046) (xy 117.866262 61.765063) (xy 117.774413 61.876981) (xy 117.706163 62.004668) (xy 117.679493 62.092586) (xy 117.664135 62.143215) (xy 117.649944 62.2873) (xy 117.6535 62.323405) (xy 117.653501 65.377585) (xy 117.649944 65.4137) (xy 117.664135 65.557785) (xy 117.696659 65.665) (xy 117.706164 65.696333) (xy 117.774414 65.82402) (xy 117.866263 65.935938) (xy 117.894308 65.958954) (xy 122.7467 70.811347) (xy 122.7467 71.983054) (xy 114.995342 64.231696) (xy 115.118932 64.081101) (xy 115.252182 63.831808) (xy 115.334236 63.561309) (xy 115.361943 63.28) (xy 115.334236 62.998691) (xy 115.252182 62.728192) (xy 115.118932 62.478899) (xy 114.939608 62.260392) (xy 114.721101 62.081068) (xy 114.588142 62.01) (xy 114.721101 61.938932) (xy 114.939608 61.759608) (xy 115.118932 61.541101) (xy 115.252182 61.291808) (xy 115.334236 61.021309) (xy 115.361943 60.74) (xy 115.334236 60.458691) (xy 115.252182 60.188192) (xy 115.118932 59.938899) (xy 114.939608 59.720392) (xy 114.721101 59.541068) (xy 114.588142 59.47) (xy 114.721101 59.398932) (xy 114.832757 59.307298) (xy 118.686903 59.307298) (xy 119.5 60.120395) (xy 120.313097 59.307298) (xy 120.241514 59.063329) (xy 119.986004 58.942429) (xy 119.711816 58.8737) (xy 119.429488 58.859783) (xy 119.14987 58.901213) (xy 118.883708 58.996397) (xy 118.758486 59.063329) (xy 118.686903 59.307298) (xy 114.832757 59.307298) (xy 114.939608 59.219608) (xy 115.118932 59.001101) (xy 115.252182 58.751808) (xy 115.334236 58.481309) (xy 115.361943 58.2) (xy 115.334236 57.918691) (xy 115.252182 57.648192) (xy 115.118932 57.398899) (xy 114.939608 57.180392) (xy 114.721101 57.001068) (xy 114.471808 56.867818) (xy 114.201309 56.785764) (xy 113.990492 56.765) (xy 113.849508 56.765) (xy 113.638691 56.785764) (xy 113.368192 56.867818) (xy 113.118899 57.001068) (xy 112.900392 57.180392) (xy 112.721068 57.398899) (xy 112.587818 57.648192) (xy 112.505764 57.918691) (xy 112.478057 58.2) (xy 112.505764 58.481309) (xy 112.587818 58.751808) (xy 112.721068 59.001101) (xy 112.900392 59.219608) (xy 113.118899 59.398932) (xy 113.251858 59.47) (xy 113.118899 59.541068) (xy 112.900392 59.720392) (xy 112.721068 59.938899) (xy 112.587818 60.188192) (xy 112.505764 60.458691) (xy 112.478057 60.74) (xy 112.505764 61.021309) (xy 112.587818 61.291808) (xy 112.721068 61.541101) (xy 112.900392 61.759608) (xy 113.118899 61.938932) (xy 113.251858 62.01) (xy 113.118899 62.081068) (xy 112.900392 62.260392) (xy 112.721068 62.478899) (xy 112.64934 62.613093) (xy 108.1938 58.157554) (xy 108.1938 57.360205) (xy 108.197356 57.3241) (xy 108.183165 57.180015) (xy 108.1808 57.172219) (xy 108.141137 57.041467) (xy 108.072887 56.91378) (xy 107.981038 56.801862) (xy 107.952987 56.778841) (xy 107.679659 56.505513) (xy 107.656638 56.477462) (xy 107.54472 56.385613) (xy 107.417033 56.317363) (xy 107.278485 56.275335) (xy 107.170505 56.2647) (xy 107.1344 56.261144) (xy 107.098295 56.2647) (xy 92.936396 56.2647) (xy 92.900299 56.261145) (xy 92.864202 56.2647) (xy 92.864195 56.2647) (xy 92.771475 56.273832) (xy 92.756214 56.275335) (xy 92.714186 56.288084) (xy 92.617667 56.317363) (xy 92.48998 56.385613) (xy 92.378062 56.477462) (xy 92.355046 56.505507) (xy 92.029519 56.831034) (xy 91.954494 56.769463) (xy 91.84418 56.710498) (xy 91.724482 56.674188) (xy 91.6 56.661928) (xy 91.182919 56.661928) (xy 91.676147 56.1687) (xy 123.723895 56.1687) (xy 123.76 56.172256) (xy 123.796105 56.1687) (xy 123.904085 56.158065) (xy 124.042633 56.116037) (xy 124.17032 56.047787) (xy 124.282238 55.955938) (xy 124.305258 55.927888) (xy 125.095015 55.138132) (xy 125.225596 55.112157) ) ) (filled_polygon (pts (xy 176.667 64.813) (xy 176.687 64.813) (xy 176.687 65.067) (xy 176.667 65.067) (xy 176.667 65.087) (xy 176.413 65.087) (xy 176.413 65.067) (xy 176.393 65.067) (xy 176.393 64.813) (xy 176.413 64.813) (xy 176.413 64.793) (xy 176.667 64.793) ) ) ) ) ================================================ FILE: tandy-3-in-1/3-in-1.pro ================================================ update=2/4/2020 11:31:05 AM version=1 last_client=eeschema [general] version=1 RootSch= BoardNm= [cvpcb] version=1 NetIExt=net [eeschema] version=1 LibDir= [eeschema/libraries] [pcbnew] version=1 PageLayoutDescrFile= LastNetListRead= CopperLayerCount=2 BoardThickness=1.6 AllowMicroVias=0 AllowBlindVias=1 RequireCourtyardDefinitions=0 ProhibitOverlappingCourtyards=1 MinTrackWidth=0.15 MinViaDiameter=0.45 MinViaDrill=0.3 MinMicroViaDiameter=0.2 MinMicroViaDrill=0.09999999999999999 MinHoleToHole=0.25 TrackWidth1=0.2 TrackWidth2=0.2 TrackWidth3=0.4 ViaDiameter1=0.6 ViaDrill1=0.3 dPairWidth1=0.2 dPairGap1=0.25 dPairViaGap1=0.25 SilkLineWidth=0.12 SilkTextSizeV=1 SilkTextSizeH=1 SilkTextSizeThickness=0.15 SilkTextItalic=0 SilkTextUpright=1 CopperLineWidth=0.2 CopperTextSizeV=1.5 CopperTextSizeH=1.5 CopperTextThickness=0.3 CopperTextItalic=0 CopperTextUpright=1 EdgeCutLineWidth=0.05 CourtyardLineWidth=0.05 OthersLineWidth=0.15 OthersTextSizeV=1 OthersTextSizeH=1 OthersTextSizeThickness=0.15 OthersTextItalic=0 OthersTextUpright=1 SolderMaskClearance=0.051 SolderMaskMinWidth=0.25 SolderPasteClearance=0 SolderPasteRatio=-0 [pcbnew/Layer.F.Cu] Name=F.Cu Type=0 Enabled=1 [pcbnew/Layer.In1.Cu] Name=In1.Cu Type=0 Enabled=0 [pcbnew/Layer.In2.Cu] Name=In2.Cu Type=0 Enabled=0 [pcbnew/Layer.In3.Cu] Name=In3.Cu Type=0 Enabled=0 [pcbnew/Layer.In4.Cu] Name=In4.Cu Type=0 Enabled=0 [pcbnew/Layer.In5.Cu] Name=In5.Cu Type=0 Enabled=0 [pcbnew/Layer.In6.Cu] Name=In6.Cu Type=0 Enabled=0 [pcbnew/Layer.In7.Cu] Name=In7.Cu Type=0 Enabled=0 [pcbnew/Layer.In8.Cu] Name=In8.Cu Type=0 Enabled=0 [pcbnew/Layer.In9.Cu] Name=In9.Cu Type=0 Enabled=0 [pcbnew/Layer.In10.Cu] Name=In10.Cu Type=0 Enabled=0 [pcbnew/Layer.In11.Cu] Name=In11.Cu Type=0 Enabled=0 [pcbnew/Layer.In12.Cu] Name=In12.Cu Type=0 Enabled=0 [pcbnew/Layer.In13.Cu] Name=In13.Cu Type=0 Enabled=0 [pcbnew/Layer.In14.Cu] Name=In14.Cu Type=0 Enabled=0 [pcbnew/Layer.In15.Cu] Name=In15.Cu Type=0 Enabled=0 [pcbnew/Layer.In16.Cu] Name=In16.Cu Type=0 Enabled=0 [pcbnew/Layer.In17.Cu] Name=In17.Cu Type=0 Enabled=0 [pcbnew/Layer.In18.Cu] Name=In18.Cu Type=0 Enabled=0 [pcbnew/Layer.In19.Cu] Name=In19.Cu Type=0 Enabled=0 [pcbnew/Layer.In20.Cu] Name=In20.Cu Type=0 Enabled=0 [pcbnew/Layer.In21.Cu] Name=In21.Cu Type=0 Enabled=0 [pcbnew/Layer.In22.Cu] Name=In22.Cu Type=0 Enabled=0 [pcbnew/Layer.In23.Cu] Name=In23.Cu Type=0 Enabled=0 [pcbnew/Layer.In24.Cu] Name=In24.Cu Type=0 Enabled=0 [pcbnew/Layer.In25.Cu] Name=In25.Cu Type=0 Enabled=0 [pcbnew/Layer.In26.Cu] Name=In26.Cu Type=0 Enabled=0 [pcbnew/Layer.In27.Cu] Name=In27.Cu Type=0 Enabled=0 [pcbnew/Layer.In28.Cu] Name=In28.Cu Type=0 Enabled=0 [pcbnew/Layer.In29.Cu] Name=In29.Cu Type=0 Enabled=0 [pcbnew/Layer.In30.Cu] Name=In30.Cu Type=0 Enabled=0 [pcbnew/Layer.B.Cu] Name=B.Cu Type=0 Enabled=1 [pcbnew/Layer.B.Adhes] Enabled=0 [pcbnew/Layer.F.Adhes] Enabled=0 [pcbnew/Layer.B.Paste] Enabled=0 [pcbnew/Layer.F.Paste] Enabled=0 [pcbnew/Layer.B.SilkS] Enabled=1 [pcbnew/Layer.F.SilkS] Enabled=1 [pcbnew/Layer.B.Mask] Enabled=1 [pcbnew/Layer.F.Mask] Enabled=1 [pcbnew/Layer.Dwgs.User] Enabled=1 [pcbnew/Layer.Cmts.User] Enabled=0 [pcbnew/Layer.Eco1.User] Enabled=0 [pcbnew/Layer.Eco2.User] Enabled=0 [pcbnew/Layer.Edge.Cuts] Enabled=1 [pcbnew/Layer.Margin] Enabled=1 [pcbnew/Layer.B.CrtYd] Enabled=1 [pcbnew/Layer.F.CrtYd] Enabled=1 [pcbnew/Layer.B.Fab] Enabled=1 [pcbnew/Layer.F.Fab] Enabled=1 [pcbnew/Layer.Rescue] Enabled=0 [pcbnew/Netclasses] [pcbnew/Netclasses/Default] Name=Default Clearance=0.2 TrackWidth=0.2 ViaDiameter=0.6 ViaDrill=0.3 uViaDiameter=0.3 uViaDrill=0.1 dPairWidth=0.2 dPairGap=0.25 dPairViaGap=0.25 [schematic_editor] version=1 PageLayoutDescrFile= PlotDirectoryName= SubpartIdSeparator=0 SubpartFirstId=65 NetFmtName= SpiceAjustPassiveValues=0 LabSize=118 ERC_TestSimilarLabels=1 ================================================ FILE: tandy-3-in-1/3-in-1.sch ================================================ EESchema Schematic File Version 4 LIBS:3-in-1-cache EELAYER 30 0 EELAYER END $Descr B 17000 11000 encoding utf-8 Sheet 1 1 Title "Tandy 1000 EX/HX 3-in-1 Upgrade" Date "2019-11-18" Rev "1.7" Comp "Rob Krenicki" Comment1 "OSHW - Creative Commons Attribution ShareAlike 3.0" Comment2 "Derrived from designs by: Sergey Kiselev, James Pearce, Adrian Black" Comment3 "" Comment4 "" $EndDescr $Comp L Memory_RAM:AS6C4008-55PCN RAM-U? U 1 1 5DCCBB56 P 4100 2450 AR Path="/5E242959/5DCCBB56" Ref="RAM-U?" Part="1" AR Path="/5DCCBB56" Ref="RAM-U10" Part="1" F 0 "RAM-U10" H 4550 3650 50 0000 C CNN F 1 "AS6C4008-55PCN" H 4600 3550 50 0000 C CNN F 2 "Package_DIP:DIP-32_W15.24mm" H 4100 2550 50 0001 C CNN F 3 "https://www.alliancememory.com/wp-content/uploads/pdf/AS6C4008.pdf" H 4100 2550 50 0001 C CNN 1 4100 2450 1 0 0 -1 $EndComp $Comp L power:GND #PWR? U 1 1 5DCCBB5C P 4100 3550 AR Path="/5E242959/5DCCBB5C" Ref="#PWR?" Part="1" AR Path="/5DCCBB5C" Ref="#PWR0101" Part="1" F 0 "#PWR0101" H 4100 3300 50 0001 C CNN F 1 "GND" H 4105 3377 50 0000 C CNN F 2 "" H 4100 3550 50 0001 C CNN F 3 "" H 4100 3550 50 0001 C CNN 1 4100 3550 1 0 0 -1 $EndComp $Comp L 74xx:74LS245 RAM-U? U 1 1 5DCCBB62 P 2050 2400 AR Path="/5E242959/5DCCBB62" Ref="RAM-U?" Part="1" AR Path="/5DCCBB62" Ref="RAM-U11" Part="1" F 0 "RAM-U11" H 2350 3250 50 0000 C CNN F 1 "74HCT245" H 2350 3150 50 0000 C CNN F 2 "Package_DIP:DIP-20_W7.62mm" H 2050 2400 50 0001 C CNN F 3 "http://www.ti.com/lit/gpn/sn74LS245" H 2050 2400 50 0001 C CNN 1 2050 2400 1 0 0 -1 $EndComp $Comp L power:GND #PWR? U 1 1 5DCCBB68 P 2050 3200 AR Path="/5E242959/5DCCBB68" Ref="#PWR?" Part="1" AR Path="/5DCCBB68" Ref="#PWR0102" Part="1" F 0 "#PWR0102" H 2050 2950 50 0001 C CNN F 1 "GND" H 2055 3027 50 0000 C CNN F 2 "" H 2050 3200 50 0001 C CNN F 3 "" H 2050 3200 50 0001 C CNN 1 2050 3200 1 0 0 -1 $EndComp Text GLabel 1400 5250 0 50 Input ~ 0 A16 Text GLabel 1100 4800 0 50 Input ~ 0 A17 Text GLabel 1100 4600 0 50 Input ~ 0 A18 Text GLabel 2400 3850 0 50 Input ~ 0 A19 Text GLabel 1550 1900 0 50 Input ~ 0 D0 Text GLabel 1550 2000 0 50 Input ~ 0 D1 Text GLabel 1550 2100 0 50 Input ~ 0 D2 Text GLabel 1550 2200 0 50 Input ~ 0 D3 Text GLabel 1550 2300 0 50 Input ~ 0 D4 Text GLabel 1550 2400 0 50 Input ~ 0 D5 Text GLabel 1550 2500 0 50 Input ~ 0 D6 Text GLabel 1550 2600 0 50 Input ~ 0 D7 Text GLabel 1550 2800 0 50 Input ~ 0 ~MEMR Text GLabel 4600 1550 2 50 Input ~ 0 MEMD0 Text GLabel 4600 1650 2 50 Input ~ 0 MEMD1 Text GLabel 4600 1750 2 50 Input ~ 0 MEMD2 Text GLabel 4600 1850 2 50 Input ~ 0 MEMD3 Text GLabel 4600 2750 2 50 Input ~ 0 ~MEMW Text GLabel 4600 2650 2 50 Input ~ 0 ~MEMR Text GLabel 3600 1550 0 50 Input ~ 0 A0 Text GLabel 3600 1650 0 50 Input ~ 0 A1 Text GLabel 3600 1750 0 50 Input ~ 0 A2 Text GLabel 3600 1850 0 50 Input ~ 0 A3 Text GLabel 3600 1950 0 50 Input ~ 0 A4 Text GLabel 3600 2050 0 50 Input ~ 0 A5 Text GLabel 3600 2150 0 50 Input ~ 0 A6 Text GLabel 3600 2250 0 50 Input ~ 0 A7 Text GLabel 3600 2350 0 50 Input ~ 0 A8 Text GLabel 3600 2450 0 50 Input ~ 0 A9 Text GLabel 3600 2550 0 50 Input ~ 0 A10 Text GLabel 3600 2650 0 50 Input ~ 0 A11 Text GLabel 3600 2750 0 50 Input ~ 0 A12 Text GLabel 3600 2850 0 50 Input ~ 0 A13 Text GLabel 3600 2950 0 50 Input ~ 0 A14 Text GLabel 3600 3050 0 50 Input ~ 0 A15 Text GLabel 3600 3150 0 50 Input ~ 0 A16 Text GLabel 3600 3350 0 50 Input ~ 0 A18 $Comp L power:+5V #PWR? U 1 1 5DCCBBA0 P 2050 1600 AR Path="/5E242959/5DCCBBA0" Ref="#PWR?" Part="1" AR Path="/5DCCBBA0" Ref="#PWR0103" Part="1" F 0 "#PWR0103" H 2050 1450 50 0001 C CNN F 1 "+5V" H 2065 1773 50 0000 C CNN F 2 "" H 2050 1600 50 0001 C CNN F 3 "" H 2050 1600 50 0001 C CNN 1 2050 1600 1 0 0 -1 $EndComp $Comp L power:+5V #PWR? U 1 1 5DCCBBA6 P 4100 1350 AR Path="/5E242959/5DCCBBA6" Ref="#PWR?" Part="1" AR Path="/5DCCBBA6" Ref="#PWR0104" Part="1" F 0 "#PWR0104" H 4100 1200 50 0001 C CNN F 1 "+5V" H 4115 1523 50 0000 C CNN F 2 "" H 4100 1350 50 0001 C CNN F 3 "" H 4100 1350 50 0001 C CNN 1 4100 1350 1 0 0 -1 $EndComp $Comp L 74xx:74LS32 RAM-U? U 1 1 5DCCBBAC P 2950 3950 AR Path="/5E242959/5DCCBBAC" Ref="RAM-U?" Part="1" AR Path="/5DCCBBAC" Ref="RAM-U13" Part="1" F 0 "RAM-U13" H 2950 4275 50 0000 C CNN F 1 "74LS32" H 2950 4184 50 0000 C CNN F 2 "Package_DIP:DIP-14_W7.62mm" H 2950 3950 50 0001 C CNN F 3 "http://www.ti.com/lit/gpn/sn74LS32" H 2950 3950 50 0001 C CNN 1 2950 3950 1 0 0 -1 $EndComp $Comp L 74xx:74LS32 RAM-U? U 2 1 5DCCBBB2 P 1700 5350 AR Path="/5E242959/5DCCBBB2" Ref="RAM-U?" Part="2" AR Path="/5DCCBBB2" Ref="RAM-U13" Part="2" F 0 "RAM-U13" H 1700 5675 50 0000 C CNN F 1 "74LS32" H 1700 5584 50 0000 C CNN F 2 "Package_DIP:DIP-14_W7.62mm" H 1700 5350 50 0001 C CNN F 3 "http://www.ti.com/lit/gpn/sn74LS32" H 1700 5350 50 0001 C CNN 2 1700 5350 1 0 0 -1 $EndComp Text GLabel 1400 5450 0 50 Input ~ 0 A15 $Comp L 74xx:74LS00 RAM-U? U 4 1 5DCCBBB9 P 1700 4700 AR Path="/5E242959/5DCCBBB9" Ref="RAM-U?" Part="4" AR Path="/5DCCBBB9" Ref="RAM-U12" Part="4" F 0 "RAM-U12" H 1700 5025 50 0000 C CNN F 1 "74LS00" H 1700 4934 50 0000 C CNN F 2 "Package_DIP:DIP-14_W7.62mm" H 1700 4700 50 0001 C CNN F 3 "http://www.ti.com/lit/gpn/sn74ls00" H 1700 4700 50 0001 C CNN 4 1700 4700 1 0 0 -1 $EndComp $Comp L 74xx:74LS00 RAM-U? U 3 1 5DCCBBBF P 2600 4700 AR Path="/5E242959/5DCCBBBF" Ref="RAM-U?" Part="3" AR Path="/5DCCBBBF" Ref="RAM-U12" Part="3" F 0 "RAM-U12" H 2600 5025 50 0000 C CNN F 1 "74LS00" H 2600 4934 50 0000 C CNN F 2 "Package_DIP:DIP-14_W7.62mm" H 2600 4700 50 0001 C CNN F 3 "http://www.ti.com/lit/gpn/sn74ls00" H 2600 4700 50 0001 C CNN 3 2600 4700 1 0 0 -1 $EndComp $Comp L 74xx:74LS00 RAM-U? U 1 1 5DCCBBC5 P 3600 4700 AR Path="/5E242959/5DCCBBC5" Ref="RAM-U?" Part="1" AR Path="/5DCCBBC5" Ref="RAM-U12" Part="1" F 0 "RAM-U12" H 3600 5025 50 0000 C CNN F 1 "74LS00" H 3600 4934 50 0000 C CNN F 2 "Package_DIP:DIP-14_W7.62mm" H 3600 4700 50 0001 C CNN F 3 "http://www.ti.com/lit/gpn/sn74ls00" H 3600 4700 50 0001 C CNN 1 3600 4700 1 0 0 -1 $EndComp $Comp L 74xx:74LS00 RAM-U? U 2 1 5DCCBBCB P 4550 4700 AR Path="/5E242959/5DCCBBCB" Ref="RAM-U?" Part="2" AR Path="/5DCCBBCB" Ref="RAM-U12" Part="2" F 0 "RAM-U12" H 4550 5025 50 0000 C CNN F 1 "74LS00" H 4550 4934 50 0000 C CNN F 2 "Package_DIP:DIP-14_W7.62mm" H 4550 4700 50 0001 C CNN F 3 "http://www.ti.com/lit/gpn/sn74ls00" H 4550 4700 50 0001 C CNN 2 4550 4700 1 0 0 -1 $EndComp Wire Wire Line 1100 4600 1400 4600 Wire Wire Line 1100 4800 1300 4800 Wire Wire Line 1400 4600 1400 4300 Wire Wire Line 1400 4300 2300 4300 Wire Wire Line 2300 4300 2300 4600 Connection ~ 1400 4600 Wire Wire Line 1300 4800 1300 4050 Wire Wire Line 1300 4050 2650 4050 Connection ~ 1300 4800 Wire Wire Line 1300 4800 1400 4800 Wire Wire Line 2550 3850 2550 4300 Wire Wire Line 2550 4300 3300 4300 Wire Wire Line 2400 3850 2550 3850 Connection ~ 2550 3850 Wire Wire Line 2550 3850 2650 3850 Wire Wire Line 2000 4700 2100 4700 Wire Wire Line 2100 4700 2100 5100 Wire Wire Line 2100 5100 4250 5100 Wire Wire Line 6450 5650 6450 5550 Wire Wire Line 6450 5450 6550 5450 Wire Wire Line 8450 2850 9050 2850 Wire Wire Line 9050 2850 9050 3050 Wire Wire Line 9050 3050 9350 3050 Wire Wire Line 9150 3450 9150 2450 Wire Wire Line 9150 3450 9350 3450 Wire Wire Line 9350 3550 8450 3550 Wire Wire Line 11350 2750 11350 2650 Wire Wire Line 11350 2650 11150 2650 Wire Wire Line 11150 2650 11150 2950 Wire Wire Line 8450 3050 8950 3050 Wire Wire Line 8950 3050 8950 3650 Wire Wire Line 8950 3650 9350 3650 Wire Wire Line 9150 2450 8450 2450 Wire Wire Line 8450 3150 9050 3150 Wire Wire Line 8450 2350 9250 2350 Wire Wire Line 11150 2950 11250 2950 Connection ~ 6250 3650 Wire Wire Line 6250 3650 6850 3650 Wire Wire Line 6250 3900 6250 3850 Wire Wire Line 6250 2950 6850 2950 Wire Wire Line 6850 3250 6350 3250 Wire Wire Line 6350 3250 6350 3150 Wire Wire Line 8450 2050 8550 2050 Wire Wire Line 8450 2150 8550 2150 Wire Wire Line 6850 3150 6350 3150 Wire Wire Line 6250 3850 6850 3850 Connection ~ 6250 3850 Wire Wire Line 8550 2150 8550 2050 Wire Wire Line 11250 3050 10950 3050 Wire Wire Line 9350 3750 8850 3750 Wire Wire Line 8850 3750 8850 2950 Wire Wire Line 8850 2950 8450 2950 Wire Wire Line 9350 3350 8450 3350 Wire Wire Line 9350 3250 9050 3250 Wire Wire Line 9050 3250 9050 3150 Wire Wire Line 9250 3150 9350 3150 Wire Wire Line 6550 5350 6450 5350 Wire Wire Line 6550 5550 6450 5550 Connection ~ 6450 5550 NoConn ~ 7750 5350 NoConn ~ 7750 5250 NoConn ~ 7750 5150 NoConn ~ 7750 5050 NoConn ~ 7750 4950 NoConn ~ 7750 4850 NoConn ~ 7750 5450 $Comp L 3-in-1-rescue:74LS138-isa_fdc-rescue-3-in-1-rescue 232-U? U 1 1 5DCD9038 P 7150 5200 AR Path="/5E08FB93/5DCD9038" Ref="232-U?" Part="1" AR Path="/5DCD9038" Ref="232-U7" Part="1" F 0 "232-U7" H 7150 5250 60 0000 C CNN F 1 "74ALS138" H 7150 5150 60 0000 C CNN F 2 "Package_DIP:DIP-16_W7.62mm" H 7150 5200 50 0001 C CNN F 3 "" H 7150 5200 50 0001 C CNN 1 7150 5200 1 0 0 -1 $EndComp $Comp L 3-in-1-rescue:16550-PLCC-isa_fdc-rescue-3-in-1-rescue 232-U8 U 1 1 5DCD903E P 7650 2900 AR Path="/5DCD903E" Ref="232-U8" Part="1" AR Path="/5E08FB93/5DCD903E" Ref="U?" Part="1" F 0 "232-U8" H 7650 2950 60 0000 C CNN F 1 "16550" H 7650 2850 60 0000 C CNN F 2 "Package_LCC:PLCC-44_THT-Socket" H 7650 2900 50 0001 C CNN F 3 "" H 7650 2900 50 0001 C CNN 1 7650 2900 1 0 0 -1 $EndComp Text Notes 8000 1000 0 118 ~ 0 RS232 Serial Controller NoConn ~ 8450 1850 NoConn ~ 8450 4050 NoConn ~ 8450 3750 NoConn ~ 8450 3850 NoConn ~ 8450 2650 NoConn ~ 8450 2550 $Comp L 3-in-1-rescue:DB9-isa_fdc-rescue-3-in-1-rescue 232-P? U 1 1 5DCD904B P 11700 3350 AR Path="/5E08FB93/5DCD904B" Ref="232-P?" Part="1" AR Path="/5DCD904B" Ref="232-P2" Part="1" F 0 "232-P2" H 11700 3900 70 0000 C CNN F 1 "SERIAL" H 11700 2800 70 0000 C CNN F 2 "Connector_Dsub:DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm" H 11700 3350 50 0001 C CNN F 3 "" H 11700 3350 50 0001 C CNN 1 11700 3350 1 0 0 -1 $EndComp Wire Wire Line 6250 3650 6250 2950 Wire Wire Line 6250 3850 6250 3650 Wire Wire Line 6450 5550 6450 5450 $Comp L 3-in-1-rescue:74LS138-isa_fdc-rescue-3-in-1-rescue 232-U? U 1 1 5DCD9054 P 9400 5200 AR Path="/5E08FB93/5DCD9054" Ref="232-U?" Part="1" AR Path="/5DCD9054" Ref="232-U9" Part="1" F 0 "232-U9" H 9400 5250 60 0000 C CNN F 1 "74ALS138" H 9400 5150 60 0000 C CNN F 2 "Package_DIP:DIP-16_W7.62mm" H 9400 5200 50 0001 C CNN F 3 "" H 9400 5200 50 0001 C CNN 1 9400 5200 1 0 0 -1 $EndComp NoConn ~ 10000 4850 NoConn ~ 10000 4950 NoConn ~ 10000 5050 Wire Wire Line 7750 5550 8800 5550 NoConn ~ 10000 5150 NoConn ~ 10000 5250 NoConn ~ 10000 5350 NoConn ~ 10000 5450 $Comp L power:GND #PWR? U 1 1 5DCD9062 P 9150 1450 AR Path="/5E08FB93/5DCD9062" Ref="#PWR?" Part="1" AR Path="/5DCD9062" Ref="#PWR0105" Part="1" F 0 "#PWR0105" H 9150 1200 50 0001 C CNN F 1 "GND" H 9155 1277 50 0000 C CNN F 2 "" H 9150 1450 50 0001 C CNN F 3 "" H 9150 1450 50 0001 C CNN 1 9150 1450 -1 0 0 1 $EndComp $Comp L power:GND #PWR? U 1 1 5DCD9068 P 6250 3900 AR Path="/5E08FB93/5DCD9068" Ref="#PWR?" Part="1" AR Path="/5DCD9068" Ref="#PWR0106" Part="1" F 0 "#PWR0106" H 6250 3650 50 0001 C CNN F 1 "GND" H 6255 3727 50 0000 C CNN F 2 "" H 6250 3900 50 0001 C CNN F 3 "" H 6250 3900 50 0001 C CNN 1 6250 3900 1 0 0 -1 $EndComp $Comp L power:GND #PWR? U 1 1 5DCD906E P 11350 2750 AR Path="/5E08FB93/5DCD906E" Ref="#PWR?" Part="1" AR Path="/5DCD906E" Ref="#PWR0107" Part="1" F 0 "#PWR0107" H 11350 2500 50 0001 C CNN F 1 "GND" H 11355 2577 50 0000 C CNN F 2 "" H 11350 2750 50 0001 C CNN F 3 "" H 11350 2750 50 0001 C CNN 1 11350 2750 1 0 0 -1 $EndComp $Comp L power:GND #PWR? U 1 1 5DCD9074 P 6450 5650 AR Path="/5E08FB93/5DCD9074" Ref="#PWR?" Part="1" AR Path="/5DCD9074" Ref="#PWR0108" Part="1" F 0 "#PWR0108" H 6450 5400 50 0001 C CNN F 1 "GND" H 6455 5477 50 0000 C CNN F 2 "" H 6450 5650 50 0001 C CNN F 3 "" H 6450 5650 50 0001 C CNN 1 6450 5650 1 0 0 -1 $EndComp $Comp L power:GND #PWR? U 1 1 5DCD907B P 7150 5750 AR Path="/5E08FB93/5DCD907B" Ref="#PWR?" Part="1" AR Path="/5DCD907B" Ref="#PWR0109" Part="1" F 0 "#PWR0109" H 7150 5500 50 0001 C CNN F 1 "GND" H 7155 5577 50 0000 C CNN F 2 "" H 7150 5750 50 0001 C CNN F 3 "" H 7150 5750 50 0001 C CNN 1 7150 5750 1 0 0 -1 $EndComp $Comp L power:GND #PWR? U 1 1 5DCD9081 P 9400 5750 AR Path="/5E08FB93/5DCD9081" Ref="#PWR?" Part="1" AR Path="/5DCD9081" Ref="#PWR0110" Part="1" F 0 "#PWR0110" H 9400 5500 50 0001 C CNN F 1 "GND" H 9405 5577 50 0000 C CNN F 2 "" H 9400 5750 50 0001 C CNN F 3 "" H 9400 5750 50 0001 C CNN 1 9400 5750 1 0 0 -1 $EndComp Wire Wire Line 9400 5750 9400 5600 Wire Wire Line 7150 5750 7150 5600 Wire Wire Line 7150 4750 7150 4800 Wire Wire Line 9400 4750 9400 4800 $Comp L power:GND #PWR? U 1 1 5DCD908B P 7650 4200 AR Path="/5E08FB93/5DCD908B" Ref="#PWR?" Part="1" AR Path="/5DCD908B" Ref="#PWR0111" Part="1" F 0 "#PWR0111" H 7650 3950 50 0001 C CNN F 1 "GND" H 7655 4027 50 0000 C CNN F 2 "" H 7650 4200 50 0001 C CNN F 3 "" H 7650 4200 50 0001 C CNN 1 7650 4200 1 0 0 -1 $EndComp Wire Wire Line 10150 4100 10150 4000 Wire Wire Line 7650 4200 7650 4100 Wire Wire Line 7650 1650 7650 1700 Wire Wire Line 10150 2750 10150 2800 Wire Wire Line 9250 2350 9250 3150 $Comp L power:-12V #PWR? U 1 1 5DCD909C P 10950 2850 AR Path="/5E08FB93/5DCD909C" Ref="#PWR?" Part="1" AR Path="/5DCD909C" Ref="#PWR0112" Part="1" F 0 "#PWR0112" H 10950 2950 50 0001 C CNN F 1 "-12V" V 10965 2978 50 0000 L CNN F 2 "" H 10950 2850 50 0001 C CNN F 3 "" H 10950 2850 50 0001 C CNN 1 10950 2850 1 0 0 -1 $EndComp $Comp L power:+12V #PWR? U 1 1 5DCD90A2 P 10950 3950 AR Path="/5E08FB93/5DCD90A2" Ref="#PWR?" Part="1" AR Path="/5DCD90A2" Ref="#PWR0113" Part="1" F 0 "#PWR0113" H 10950 3800 50 0001 C CNN F 1 "+12V" V 10965 4078 50 0000 L CNN F 2 "" H 10950 3950 50 0001 C CNN F 3 "" H 10950 3950 50 0001 C CNN 1 10950 3950 -1 0 0 1 $EndComp $Comp L Oscillator:CXO_DIP8 232-OSC? U 1 1 5DCD90A8 P 9150 1750 AR Path="/5E08FB93/5DCD90A8" Ref="232-OSC?" Part="1" AR Path="/5DCD90A8" Ref="232-OSC1" Part="1" F 0 "232-OSC1" H 8650 1450 60 0000 C CNN F 1 "1.8432MHz" H 8650 1550 60 0000 C CNN F 2 "Oscillator:Oscillator_DIP-8" H 9150 1750 50 0001 C CNN F 3 "" H 9150 1750 50 0001 C CNN 1 9150 1750 -1 0 0 1 $EndComp Text GLabel 6850 1750 0 50 Input ~ 0 D0 Text GLabel 6850 1850 0 50 Input ~ 0 D1 Text GLabel 6850 1950 0 50 Input ~ 0 D2 Text GLabel 6850 2050 0 50 Input ~ 0 D3 Text GLabel 6850 2150 0 50 Input ~ 0 D4 Text GLabel 6850 2250 0 50 Input ~ 0 D5 Text GLabel 6850 2350 0 50 Input ~ 0 D6 Text GLabel 6850 2450 0 50 Input ~ 0 D7 Text GLabel 6850 2650 0 50 Input ~ 0 A0 Text GLabel 6850 2750 0 50 Input ~ 0 A1 Text GLabel 6850 2850 0 50 Input ~ 0 A2 Text GLabel 6550 4850 0 50 Input ~ 0 A6 Text GLabel 6550 4950 0 50 Input ~ 0 A7 Text GLabel 6550 5050 0 50 Input ~ 0 A9 Text GLabel 8800 4850 0 50 Input ~ 0 A8 Text GLabel 8800 4950 0 50 Input ~ 0 A4 Text GLabel 8800 5050 0 50 Input ~ 0 A3 Text GLabel 8800 5350 0 50 Input ~ 0 A5 Text GLabel 8800 5450 0 50 Input ~ 0 AEN Text GLabel 6850 4050 0 50 Input ~ 0 RESETDRV Text GLabel 6850 3750 0 50 Input ~ 0 ~IOW Text GLabel 6850 3550 0 50 Input ~ 0 ~IOR Text GLabel 8450 3950 2 50 Input ~ 0 IRQ4 Text GLabel 6850 3350 0 50 Input ~ 0 ~UART_CS Text GLabel 10000 5550 2 50 Input ~ 0 ~UART_CS $Comp L power:+5V #PWR? U 1 1 5DCD90C7 P 7650 1650 AR Path="/5E08FB93/5DCD90C7" Ref="#PWR?" Part="1" AR Path="/5DCD90C7" Ref="#PWR0114" Part="1" F 0 "#PWR0114" H 7650 1500 50 0001 C CNN F 1 "+5V" H 7665 1823 50 0000 C CNN F 2 "" H 7650 1650 50 0001 C CNN F 3 "" H 7650 1650 50 0001 C CNN 1 7650 1650 1 0 0 -1 $EndComp $Comp L power:+5V #PWR? U 1 1 5DCD90CD P 9150 2050 AR Path="/5E08FB93/5DCD90CD" Ref="#PWR?" Part="1" AR Path="/5DCD90CD" Ref="#PWR0115" Part="1" F 0 "#PWR0115" H 9150 1900 50 0001 C CNN F 1 "+5V" H 9165 2223 50 0000 C CNN F 2 "" H 9150 2050 50 0001 C CNN F 3 "" H 9150 2050 50 0001 C CNN 1 9150 2050 -1 0 0 1 $EndComp $Comp L power:+5V #PWR? U 1 1 5DCD90D3 P 9400 4750 AR Path="/5E08FB93/5DCD90D3" Ref="#PWR?" Part="1" AR Path="/5DCD90D3" Ref="#PWR0116" Part="1" F 0 "#PWR0116" H 9400 4600 50 0001 C CNN F 1 "+5V" H 9415 4923 50 0000 C CNN F 2 "" H 9400 4750 50 0001 C CNN F 3 "" H 9400 4750 50 0001 C CNN 1 9400 4750 1 0 0 -1 $EndComp $Comp L power:+5V #PWR? U 1 1 5DCD90D9 P 7150 4750 AR Path="/5E08FB93/5DCD90D9" Ref="#PWR?" Part="1" AR Path="/5DCD90D9" Ref="#PWR0117" Part="1" F 0 "#PWR0117" H 7150 4600 50 0001 C CNN F 1 "+5V" H 7165 4923 50 0000 C CNN F 2 "" H 7150 4750 50 0001 C CNN F 3 "" H 7150 4750 50 0001 C CNN 1 7150 4750 1 0 0 -1 $EndComp $Comp L power:+5V #PWR? U 1 1 5DCD90DF P 6450 5350 AR Path="/5E08FB93/5DCD90DF" Ref="#PWR?" Part="1" AR Path="/5DCD90DF" Ref="#PWR0118" Part="1" F 0 "#PWR0118" H 6450 5200 50 0001 C CNN F 1 "+5V" V 6465 5478 50 0000 L CNN F 2 "" H 6450 5350 50 0001 C CNN F 3 "" H 6450 5350 50 0001 C CNN 1 6450 5350 0 -1 -1 0 $EndComp $Comp L power:+5V #PWR? U 1 1 5DCD90E5 P 6350 3150 AR Path="/5E08FB93/5DCD90E5" Ref="#PWR?" Part="1" AR Path="/5DCD90E5" Ref="#PWR0119" Part="1" F 0 "#PWR0119" H 6350 3000 50 0001 C CNN F 1 "+5V" H 6365 3323 50 0000 C CNN F 2 "" H 6350 3150 50 0001 C CNN F 3 "" H 6350 3150 50 0001 C CNN 1 6350 3150 1 0 0 -1 $EndComp Connection ~ 6350 3150 $Comp L power:+5V #PWR? U 1 1 5DCD90EC P 10150 4100 AR Path="/5E08FB93/5DCD90EC" Ref="#PWR?" Part="1" AR Path="/5DCD90EC" Ref="#PWR0120" Part="1" F 0 "#PWR0120" H 10150 3950 50 0001 C CNN F 1 "+5V" H 10165 4273 50 0000 C CNN F 2 "" H 10150 4100 50 0001 C CNN F 3 "" H 10150 4100 50 0001 C CNN 1 10150 4100 -1 0 0 1 $EndComp $Comp L power:GND #PWR? U 1 1 5DCD90F2 P 10150 2750 AR Path="/5E08FB93/5DCD90F2" Ref="#PWR?" Part="1" AR Path="/5DCD90F2" Ref="#PWR0121" Part="1" F 0 "#PWR0121" H 10150 2500 50 0001 C CNN F 1 "GND" H 10155 2577 50 0000 C CNN F 2 "" H 10150 2750 50 0001 C CNN F 3 "" H 10150 2750 50 0001 C CNN 1 10150 2750 -1 0 0 1 $EndComp NoConn ~ 9450 1750 $Comp L 3-in-1-rescue:74LS688-xt-cf-rescue-3-in-1-rescue CF-U2 U 1 1 5DCF5A5A P 2200 8150 AR Path="/5DCF5A5A" Ref="CF-U2" Part="1" AR Path="/5DBF65CF/5DCF5A5A" Ref="U?" Part="1" F 0 "CF-U2" H 2200 8200 60 0000 C CNN F 1 "74LS688" H 2200 8100 60 0000 C CNN F 2 "Package_DIP:DIP-20_W7.62mm" H 2200 8150 50 0001 C CNN F 3 "" H 2200 8150 50 0001 C CNN 1 2200 8150 1 0 0 -1 $EndComp Wire Wire Line 1600 8150 1600 8250 $Comp L power:GND #PWR? U 1 1 5DCF5A62 P 850 8850 AR Path="/5DBF65CF/5DCF5A62" Ref="#PWR?" Part="1" AR Path="/5DCF5A62" Ref="#PWR0122" Part="1" F 0 "#PWR0122" H 850 8600 50 0001 C CNN F 1 "GND" H 855 8677 50 0000 C CNN F 2 "" H 850 8850 50 0001 C CNN F 3 "" H 850 8850 50 0001 C CNN 1 850 8850 1 0 0 -1 $EndComp $Comp L 74xx:74LS139 CF-U? U 1 1 5DCF5A68 P 3750 9200 AR Path="/5DBF65CF/5DCF5A68" Ref="CF-U?" Part="1" AR Path="/5DCF5A68" Ref="CF-U1" Part="1" F 0 "CF-U1" H 3750 9567 50 0000 C CNN F 1 "74LS139" H 3750 9476 50 0000 C CNN F 2 "Package_DIP:DIP-16_W7.62mm" H 3750 9200 50 0001 C CNN F 3 "http://www.ti.com/lit/gpn/sn74LS139" H 3750 9200 50 0001 C CNN 1 3750 9200 1 0 0 -1 $EndComp Wire Wire Line 3300 8200 2800 8200 Connection ~ 2800 8200 Wire Wire Line 2800 8200 2800 9400 $Comp L power:GND #PWR? U 1 1 5DCF5A80 P 3250 9100 AR Path="/5DBF65CF/5DCF5A80" Ref="#PWR?" Part="1" AR Path="/5DCF5A80" Ref="#PWR0123" Part="1" F 0 "#PWR0123" H 3250 8850 50 0001 C CNN F 1 "GND" V 3255 8972 50 0000 R CNN F 2 "" H 3250 9100 50 0001 C CNN F 3 "" H 3250 9100 50 0001 C CNN 1 3250 9100 0 1 1 0 $EndComp NoConn ~ 4250 9300 NoConn ~ 4250 9400 $Comp L 74xx:74LS139 CF-U? U 2 1 5DCF5A88 P 2050 9900 AR Path="/5DBF65CF/5DCF5A88" Ref="CF-U?" Part="2" AR Path="/5DCF5A88" Ref="CF-U1" Part="2" F 0 "CF-U1" H 2050 10267 50 0000 C CNN F 1 "74LS139" H 2050 10176 50 0000 C CNN F 2 "Package_DIP:DIP-16_W7.62mm" H 2050 9900 50 0001 C CNN F 3 "http://www.ti.com/lit/gpn/sn74LS139" H 2050 9900 50 0001 C CNN 2 2050 9900 1 0 0 -1 $EndComp Wire Wire Line 1550 9900 1200 9900 NoConn ~ 2550 9800 NoConn ~ 2550 10000 NoConn ~ 2550 10100 Wire Wire Line 1550 9800 1450 9800 Wire Wire Line 1450 9800 1450 10100 Wire Wire Line 1450 10100 1550 10100 $Comp L power:GND #PWR? U 1 1 5DCF5A95 P 1450 10100 AR Path="/5DBF65CF/5DCF5A95" Ref="#PWR?" Part="1" AR Path="/5DCF5A95" Ref="#PWR0124" Part="1" F 0 "#PWR0124" H 1450 9850 50 0001 C CNN F 1 "GND" H 1455 9927 50 0000 C CNN F 2 "" H 1450 10100 50 0001 C CNN F 3 "" H 1450 10100 50 0001 C CNN 1 1450 10100 1 0 0 -1 $EndComp Connection ~ 1450 10100 Wire Wire Line 850 8850 1200 8850 Wire Wire Line 1600 7750 1200 7750 Wire Wire Line 1200 7750 1200 7850 Connection ~ 1200 8850 Wire Wire Line 1200 8850 1600 8850 Wire Wire Line 1600 8750 1200 8750 Connection ~ 1200 8750 Wire Wire Line 1200 8750 1200 8850 Wire Wire Line 1600 8650 1200 8650 Connection ~ 1200 8650 Wire Wire Line 1200 8650 1200 8750 Wire Wire Line 1600 8450 1200 8450 Connection ~ 1200 8450 Wire Wire Line 1200 8450 1200 8550 Wire Wire Line 1600 8350 1200 8350 Connection ~ 1200 8350 Wire Wire Line 1200 8350 1200 8450 Wire Wire Line 1600 7950 1200 7950 Connection ~ 1200 7950 Wire Wire Line 1200 7950 1200 8350 Wire Wire Line 1600 7850 1200 7850 Connection ~ 1200 7850 Wire Wire Line 1200 7850 1200 7950 Wire Wire Line 1600 8550 1200 8550 Connection ~ 1200 8550 Wire Wire Line 1200 8550 1200 8650 Connection ~ 7850 9000 Wire Wire Line 7950 9000 7850 9000 Connection ~ 7750 8300 Wire Wire Line 7750 7300 7750 8300 Wire Wire Line 7750 8400 7950 8400 Wire Wire Line 7950 8300 7750 8300 $Comp L 3-in-1-rescue:28C64-xt-cf-rescue-3-in-1-rescue ROM-U5 U 1 1 5DCF5ABC P 10600 8250 AR Path="/5DCF5ABC" Ref="ROM-U5" Part="1" AR Path="/5DBF65CF/5DCF5ABC" Ref="U?" Part="1" AR Path="/5E034BEB/5DCF5ABC" Ref="U?" Part="1" F 0 "ROM-U5" H 10600 8300 60 0000 C CNN F 1 "28C64" H 10600 8200 60 0000 C CNN F 2 "Package_DIP:DIP-28_W15.24mm" H 10600 8250 50 0001 C CNN F 3 "" H 10600 8250 50 0001 C CNN 1 10600 8250 1 0 0 -1 $EndComp Text Notes 8700 6850 0 120 ~ 0 BIOS ROM (0xC000) $Comp L 3-in-1-rescue:74LS688-xt-cf-rescue-3-in-1-rescue ROM-U4 U 1 1 5DCF5AC3 P 8550 8300 AR Path="/5DCF5AC3" Ref="ROM-U4" Part="1" AR Path="/5DBF65CF/5DCF5AC3" Ref="U?" Part="1" AR Path="/5E034BEB/5DCF5AC3" Ref="U?" Part="1" F 0 "ROM-U4" H 8550 8350 60 0000 C CNN F 1 "74LS688" H 8550 8250 60 0000 C CNN F 2 "Package_DIP:DIP-20_W7.62mm" H 8550 8300 50 0001 C CNN F 3 "" H 8550 8300 50 0001 C CNN 1 8550 8300 1 0 0 -1 $EndComp Wire Wire Line 7750 8300 7750 8400 $Comp L Device:R R? U 1 1 5DCF5ACA P 11450 9100 AR Path="/5DBF65CF/5DCF5ACA" Ref="R?" Part="1" AR Path="/5E034BEB/5DCF5ACA" Ref="R?" Part="1" AR Path="/5DCF5ACA" Ref="R1" Part="1" F 0 "R1" V 11243 9100 50 0000 C CNN F 1 "10K" V 11334 9100 50 0000 C CNN F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" V 11380 9100 50 0001 C CNN F 3 "~" H 11450 9100 50 0001 C CNN 1 11450 9100 0 1 1 0 $EndComp Wire Wire Line 7950 8900 7850 8900 Connection ~ 7850 8900 Wire Wire Line 7850 8900 7850 9000 Wire Wire Line 7950 8600 7850 8600 Connection ~ 7850 8600 Wire Wire Line 7950 8500 7850 8500 Wire Wire Line 7850 8500 7850 8600 Wire Wire Line 7850 9000 7850 9200 Wire Wire Line 7950 9200 7850 9200 Connection ~ 7850 9200 Wire Wire Line 7850 9200 7850 9300 Wire Wire Line 7850 8600 7850 8700 Wire Wire Line 7950 8800 7850 8800 Connection ~ 7850 8800 Wire Wire Line 7850 8800 7850 8900 $Comp L 3-in-1-rescue:R-xt-cf-rescue-3-in-1-rescue R? U 1 1 5DCF5AE8 P 5150 8200 AR Path="/5DBF65CF/5DCF5AE8" Ref="R?" Part="1" AR Path="/5DCF5AE8" Ref="R3" Part="1" F 0 "R3" V 5230 8200 50 0000 C CNN F 1 "10K" V 5150 8200 50 0000 C CNN F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" H 5150 8200 50 0001 C CNN F 3 "" H 5150 8200 50 0001 C CNN 1 5150 8200 0 -1 -1 0 $EndComp $Comp L 3-in-1-rescue:R-xt-cf-rescue-3-in-1-rescue R? U 1 1 5DCF5AEE P 5400 8500 AR Path="/5DBF65CF/5DCF5AEE" Ref="R?" Part="1" AR Path="/5DCF5AEE" Ref="R2" Part="1" F 0 "R2" V 5480 8500 50 0000 C CNN F 1 "10K" V 5400 8500 50 0000 C CNN F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" H 5400 8500 50 0001 C CNN F 3 "" H 5400 8500 50 0001 C CNN 1 5400 8500 0 -1 -1 0 $EndComp $Comp L power:GND #PWR? U 1 1 5DCF5AF4 P 3800 8500 AR Path="/5DBF65CF/5DCF5AF4" Ref="#PWR?" Part="1" AR Path="/5DCF5AF4" Ref="#PWR0125" Part="1" F 0 "#PWR0125" H 3800 8250 50 0001 C CNN F 1 "GND" H 3805 8327 50 0000 C CNN F 2 "" H 3800 8500 50 0001 C CNN F 3 "" H 3800 8500 50 0001 C CNN 1 3800 8500 1 0 0 -1 $EndComp Wire Wire Line 2800 7250 2800 8200 $Comp L power:GND #PWR? U 1 1 5DCF5AFB P 2200 9200 AR Path="/5DBF65CF/5DCF5AFB" Ref="#PWR?" Part="1" AR Path="/5DCF5AFB" Ref="#PWR0126" Part="1" F 0 "#PWR0126" H 2200 8950 50 0001 C CNN F 1 "GND" H 2205 9027 50 0000 C CNN F 2 "" H 2200 9200 50 0001 C CNN F 3 "" H 2200 9200 50 0001 C CNN 1 2200 9200 1 0 0 -1 $EndComp Wire Wire Line 2200 7200 2200 7150 Wire Wire Line 2200 9200 2200 9100 $Comp L power:GND #PWR? U 1 1 5DCF5B03 P 8550 9350 AR Path="/5DBF65CF/5DCF5B03" Ref="#PWR?" Part="1" AR Path="/5DCF5B03" Ref="#PWR0127" Part="1" F 0 "#PWR0127" H 8550 9100 50 0001 C CNN F 1 "GND" H 8555 9177 50 0000 C CNN F 2 "" H 8550 9350 50 0001 C CNN F 3 "" H 8550 9350 50 0001 C CNN 1 8550 9350 1 0 0 -1 $EndComp $Comp L power:GND #PWR? U 1 1 5DCF5B09 P 10600 9250 AR Path="/5DBF65CF/5DCF5B09" Ref="#PWR?" Part="1" AR Path="/5DCF5B09" Ref="#PWR0128" Part="1" F 0 "#PWR0128" H 10600 9000 50 0001 C CNN F 1 "GND" H 10605 9077 50 0000 C CNN F 2 "" H 10600 9250 50 0001 C CNN F 3 "" H 10600 9250 50 0001 C CNN 1 10600 9250 1 0 0 -1 $EndComp Wire Wire Line 8550 7250 8550 7350 Wire Wire Line 8550 9350 8550 9250 Wire Wire Line 10600 9250 10600 9150 Wire Wire Line 10600 7350 10600 7250 Text GLabel 11300 7400 2 50 Input ~ 0 D0 Text GLabel 11300 7500 2 50 Input ~ 0 D1 Text GLabel 11300 7600 2 50 Input ~ 0 D2 Text GLabel 11300 7700 2 50 Input ~ 0 D3 Text GLabel 11300 7800 2 50 Input ~ 0 D4 Text GLabel 11300 7900 2 50 Input ~ 0 D5 Text GLabel 11300 8000 2 50 Input ~ 0 D6 Text GLabel 11300 8100 2 50 Input ~ 0 D7 Text GLabel 9900 7400 0 50 Input ~ 0 A0 Text GLabel 9900 7500 0 50 Input ~ 0 A1 Text GLabel 9900 7600 0 50 Input ~ 0 A2 Text GLabel 9900 7700 0 50 Input ~ 0 A3 Text GLabel 9900 7800 0 50 Input ~ 0 A4 Text GLabel 9900 7900 0 50 Input ~ 0 A5 Text GLabel 9900 8000 0 50 Input ~ 0 A6 Text GLabel 9900 8100 0 50 Input ~ 0 A7 Text GLabel 9900 8200 0 50 Input ~ 0 A8 Text GLabel 9900 8300 0 50 Input ~ 0 A9 Text GLabel 9900 8400 0 50 Input ~ 0 A10 Text GLabel 9900 8500 0 50 Input ~ 0 A11 Text GLabel 9900 8600 0 50 Input ~ 0 A12 Text GLabel 9900 9000 0 50 Input ~ 0 ~MEMR Text GLabel 9400 9450 0 50 Input ~ 0 ~MEMW Text GLabel 9900 8900 0 50 Input ~ 0 ~ROM_CS Text GLabel 9150 7400 2 50 Input ~ 0 ~ROM_CS Text GLabel 7950 7400 0 50 Input ~ 0 A19 Text GLabel 7950 7500 0 50 Input ~ 0 A18 Text GLabel 7950 7600 0 50 Input ~ 0 A17 Text GLabel 7950 7700 0 50 Input ~ 0 A16 Text GLabel 7950 7800 0 50 Input ~ 0 A15 Text GLabel 1200 9900 0 50 Input ~ 0 RESETDRV Text GLabel 3300 7200 0 50 Input ~ 0 D0 Text GLabel 3300 7300 0 50 Input ~ 0 D1 Text GLabel 3300 7400 0 50 Input ~ 0 D2 Text GLabel 3300 7500 0 50 Input ~ 0 D3 Text GLabel 3300 7600 0 50 Input ~ 0 D4 Text GLabel 3300 7700 0 50 Input ~ 0 D5 Text GLabel 3300 7800 0 50 Input ~ 0 D6 Text GLabel 3300 7900 0 50 Input ~ 0 D7 Text GLabel 1600 7250 0 50 Input ~ 0 A9 Text GLabel 1600 7350 0 50 Input ~ 0 A8 Text GLabel 1600 7450 0 50 Input ~ 0 A7 Text GLabel 1600 7550 0 50 Input ~ 0 A6 Text GLabel 1600 7650 0 50 Input ~ 0 A5 Text GLabel 1600 9050 0 50 Input ~ 0 AEN Text GLabel 5800 8900 0 50 Input ~ 0 A1 Text GLabel 5800 8800 0 50 Input ~ 0 A2 Text GLabel 6300 8900 2 50 Input ~ 0 A3 Text GLabel 3300 8100 0 50 Input ~ 0 ~IOR Text GLabel 5800 8400 0 50 Input ~ 0 ~IOR Text GLabel 5800 8300 0 50 Input ~ 0 ~IOW Text GLabel 2550 9900 2 50 Input ~ 0 CF_RESET Text GLabel 3250 9200 0 50 Input ~ 0 A4 Text GLabel 5800 7200 0 50 Input ~ 0 CF_RESET Text GLabel 4250 9100 2 50 Input ~ 0 CF_CS0 Text GLabel 4250 9200 2 50 Input ~ 0 CF_CS1 Text GLabel 5800 9000 0 50 Input ~ 0 CF_CS0 Text GLabel 6300 9000 2 50 Input ~ 0 CF_CS1 $Comp L power:+5V #PWR? U 1 1 5DCF5B4D P 2200 7150 AR Path="/5DBF65CF/5DCF5B4D" Ref="#PWR?" Part="1" AR Path="/5DCF5B4D" Ref="#PWR0129" Part="1" F 0 "#PWR0129" H 2200 7000 50 0001 C CNN F 1 "+5V" H 2215 7323 50 0000 C CNN F 2 "" H 2200 7150 50 0001 C CNN F 3 "" H 2200 7150 50 0001 C CNN 1 2200 7150 1 0 0 -1 $EndComp $Comp L power:+5V #PWR? U 1 1 5DCF5B53 P 3800 6900 AR Path="/5DBF65CF/5DCF5B53" Ref="#PWR?" Part="1" AR Path="/5DCF5B53" Ref="#PWR0130" Part="1" F 0 "#PWR0130" H 3800 6750 50 0001 C CNN F 1 "+5V" H 3815 7073 50 0000 C CNN F 2 "" H 3800 6900 50 0001 C CNN F 3 "" H 3800 6900 50 0001 C CNN 1 3800 6900 1 0 0 -1 $EndComp $Comp L power:+5V #PWR? U 1 1 5DCF5B59 P 5150 8500 AR Path="/5DBF65CF/5DCF5B59" Ref="#PWR?" Part="1" AR Path="/5DCF5B59" Ref="#PWR0131" Part="1" F 0 "#PWR0131" H 5150 8350 50 0001 C CNN F 1 "+5V" H 5165 8673 50 0000 C CNN F 2 "" H 5150 8500 50 0001 C CNN F 3 "" H 5150 8500 50 0001 C CNN 1 5150 8500 0 -1 -1 0 $EndComp $Comp L power:+5V #PWR? U 1 1 5DCF5B5F P 11600 9100 AR Path="/5DBF65CF/5DCF5B5F" Ref="#PWR?" Part="1" AR Path="/5DCF5B5F" Ref="#PWR0132" Part="1" F 0 "#PWR0132" H 11600 8950 50 0001 C CNN F 1 "+5V" V 11615 9228 50 0000 L CNN F 2 "" H 11600 9100 50 0001 C CNN F 3 "" H 11600 9100 50 0001 C CNN 1 11600 9100 0 1 1 0 $EndComp $Comp L power:+5V #PWR? U 1 1 5DCF5B65 P 10600 7250 AR Path="/5DBF65CF/5DCF5B65" Ref="#PWR?" Part="1" AR Path="/5DCF5B65" Ref="#PWR0133" Part="1" F 0 "#PWR0133" H 10600 7100 50 0001 C CNN F 1 "+5V" H 10615 7423 50 0000 C CNN F 2 "" H 10600 7250 50 0001 C CNN F 3 "" H 10600 7250 50 0001 C CNN 1 10600 7250 1 0 0 -1 $EndComp $Comp L power:+5V #PWR? U 1 1 5DCF5B6B P 8550 7250 AR Path="/5DBF65CF/5DCF5B6B" Ref="#PWR?" Part="1" AR Path="/5DCF5B6B" Ref="#PWR0134" Part="1" F 0 "#PWR0134" H 8550 7100 50 0001 C CNN F 1 "+5V" H 8565 7423 50 0000 C CNN F 2 "" H 8550 7250 50 0001 C CNN F 3 "" H 8550 7250 50 0001 C CNN 1 8550 7250 1 0 0 -1 $EndComp $Comp L power:+5V #PWR? U 1 1 5DCF5B71 P 7750 7300 AR Path="/5DBF65CF/5DCF5B71" Ref="#PWR?" Part="1" AR Path="/5DCF5B71" Ref="#PWR0135" Part="1" F 0 "#PWR0135" H 7750 7150 50 0001 C CNN F 1 "+5V" H 7765 7473 50 0000 C CNN F 2 "" H 7750 7300 50 0001 C CNN F 3 "" H 7750 7300 50 0001 C CNN 1 7750 7300 1 0 0 -1 $EndComp $Comp L power:+5V #PWR? U 1 1 5DCF5B77 P 1600 8150 AR Path="/5DBF65CF/5DCF5B77" Ref="#PWR?" Part="1" AR Path="/5DCF5B77" Ref="#PWR0136" Part="1" F 0 "#PWR0136" H 1600 8000 50 0001 C CNN F 1 "+5V" V 1615 8278 50 0000 L CNN F 2 "" H 1600 8150 50 0001 C CNN F 3 "" H 1600 8150 50 0001 C CNN 1 1600 8150 0 -1 -1 0 $EndComp Connection ~ 1600 8150 $Comp L power:GND #PWR? U 1 1 5DCF5B7E P 7850 9300 AR Path="/5DBF65CF/5DCF5B7E" Ref="#PWR?" Part="1" AR Path="/5DCF5B7E" Ref="#PWR0137" Part="1" F 0 "#PWR0137" H 7850 9050 50 0001 C CNN F 1 "GND" H 7855 9127 50 0000 C CNN F 2 "" H 7850 9300 50 0001 C CNN F 3 "" H 7850 9300 50 0001 C CNN 1 7850 9300 1 0 0 -1 $EndComp $Comp L power:+5V #PWR? U 1 1 5DCF5B84 P 6300 8100 AR Path="/5DBF65CF/5DCF5B84" Ref="#PWR?" Part="1" AR Path="/5DCF5B84" Ref="#PWR0138" Part="1" F 0 "#PWR0138" H 6300 7950 50 0001 C CNN F 1 "+5V" H 6315 8273 50 0000 C CNN F 2 "" H 6300 8100 50 0001 C CNN F 3 "" H 6300 8100 50 0001 C CNN 1 6300 8100 0 1 1 0 $EndComp $Comp L Connector_Generic:Conn_02x20_Odd_Even CF-J? U 1 1 5DCF5B8A P 6000 8100 AR Path="/5DBF65CF/5DCF5B8A" Ref="CF-J?" Part="1" AR Path="/5DCF5B8A" Ref="CF-J1" Part="1" F 0 "CF-J1" H 6050 9217 50 0000 C CNN F 1 "CF Interface" H 6050 9126 50 0000 C CNN F 2 "Connector_PinSocket_2.54mm:PinSocket_2x20_P2.54mm_Vertical" H 6000 8100 50 0001 C CNN F 3 "~" H 6000 8100 50 0001 C CNN 1 6000 8100 1 0 0 -1 $EndComp NoConn ~ 6300 7300 NoConn ~ 6300 7400 NoConn ~ 6300 8000 NoConn ~ 6300 7900 NoConn ~ 6300 7800 NoConn ~ 6300 7700 NoConn ~ 6300 7600 NoConn ~ 6300 7500 Wire Wire Line 6750 9100 6300 9100 Wire Wire Line 6300 8600 6750 8600 Wire Wire Line 6300 8400 6750 8400 Wire Wire Line 6300 8300 6750 8300 Wire Wire Line 6300 8200 6750 8200 NoConn ~ 6300 8800 NoConn ~ 6300 8500 NoConn ~ 6300 8700 NoConn ~ 5800 8600 NoConn ~ 5800 8700 Wire Wire Line 5800 8100 4900 8100 Wire Wire Line 4900 8100 4900 8200 Wire Wire Line 4900 9350 6100 9350 $Comp L power:GND #PWR? U 1 1 5DCF5BB9 P 6100 9550 AR Path="/5DBF65CF/5DCF5BB9" Ref="#PWR?" Part="1" AR Path="/5DCF5BB9" Ref="#PWR0139" Part="1" F 0 "#PWR0139" H 6100 9300 50 0001 C CNN F 1 "GND" H 6105 9377 50 0000 C CNN F 2 "" H 6100 9550 50 0001 C CNN F 3 "" H 6100 9550 50 0001 C CNN 1 6100 9550 1 0 0 -1 $EndComp Wire Wire Line 6100 9350 6100 9550 Connection ~ 6100 9350 Wire Wire Line 6100 9350 6750 9350 Connection ~ 4900 8200 Wire Wire Line 4900 8200 4900 9350 Wire Wire Line 5400 8200 5800 8200 Wire Wire Line 5650 8500 5800 8500 NoConn ~ 5800 9100 $Comp L Connector_Generic:Conn_01x02 CF-J? U 1 1 5DCF5BC7 P 5400 9800 AR Path="/5DBF65CF/5DCF5BC7" Ref="CF-J?" Part="1" AR Path="/5DCF5BC7" Ref="CF-J2" Part="1" F 0 "CF-J2" H 5480 9792 50 0000 L CNN F 1 "CF Power" H 5480 9701 50 0000 L CNN F 2 "Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical" H 5400 9800 50 0001 C CNN F 3 "~" H 5400 9800 50 0001 C CNN 1 5400 9800 1 0 0 -1 $EndComp $Comp L power:+5V #PWR? U 1 1 5DCF5BCD P 5200 9800 AR Path="/5DBF65CF/5DCF5BCD" Ref="#PWR?" Part="1" AR Path="/5DCF5BCD" Ref="#PWR0140" Part="1" F 0 "#PWR0140" H 5200 9650 50 0001 C CNN F 1 "+5V" V 5215 9928 50 0000 L CNN F 2 "" H 5200 9800 50 0001 C CNN F 3 "" H 5200 9800 50 0001 C CNN 1 5200 9800 0 -1 -1 0 $EndComp $Comp L power:GND #PWR? U 1 1 5DCF5BD3 P 5200 9900 AR Path="/5DBF65CF/5DCF5BD3" Ref="#PWR?" Part="1" AR Path="/5DCF5BD3" Ref="#PWR0141" Part="1" F 0 "#PWR0141" H 5200 9650 50 0001 C CNN F 1 "GND" V 5205 9772 50 0000 R CNN F 2 "" H 5200 9900 50 0001 C CNN F 3 "" H 5200 9900 50 0001 C CNN 1 5200 9900 0 1 1 0 $EndComp Text GLabel 7950 7900 0 50 Input ~ 0 A14 Text GLabel 7950 8000 0 50 Input ~ 0 A13 Wire Wire Line 7950 8100 7850 8100 Wire Wire Line 7850 8100 7850 8500 Connection ~ 7850 8500 Wire Wire Line 7950 8700 7850 8700 Connection ~ 7850 8700 Wire Wire Line 7850 8700 7850 8800 Connection ~ 14900 1900 Wire Wire Line 14900 1800 14900 1900 Wire Wire Line 13100 1300 13100 1400 Connection ~ 13700 1300 Wire Wire Line 13700 1300 13700 1400 Connection ~ 14300 1300 Wire Wire Line 14300 1300 14300 1400 Connection ~ 14600 1900 Wire Wire Line 14600 1900 14600 1800 Connection ~ 14000 1900 Wire Wire Line 14000 1900 14000 1800 Connection ~ 13400 1900 Wire Wire Line 13400 1900 13400 1800 Wire Wire Line 14900 2400 14900 2300 Wire Wire Line 13100 1800 13100 1900 Wire Wire Line 13700 1900 13700 1800 Connection ~ 13700 1900 Wire Wire Line 14300 1900 14300 1800 Connection ~ 14300 1900 Wire Wire Line 14600 1300 14600 1400 Connection ~ 14600 1300 Wire Wire Line 14000 1300 14000 1400 Connection ~ 14000 1300 Wire Wire Line 13400 1300 13400 1400 Connection ~ 13400 1300 Wire Wire Line 14900 1300 14900 1400 Connection ~ 14900 1300 $Comp L 3-in-1-rescue:C-isa_fdc-rescue-3-in-1-rescue C? U 1 1 5DD23250 P 14900 1600 AR Path="/5E08FB93/5DD23250" Ref="C?" Part="1" AR Path="/5DBF6E56/5DD23250" Ref="C?" Part="1" AR Path="/5DD23250" Ref="C7" Part="1" F 0 "C7" H 14950 1700 50 0000 L CNN F 1 "0.1uF" H 14950 1500 50 0000 L CNN F 2 "Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 14900 1600 50 0001 C CNN F 3 "" H 14900 1600 50 0001 C CNN 1 14900 1600 1 0 0 -1 $EndComp Text Notes 12600 1000 0 120 ~ 0 Power, Spares, and Bypass Capacitors $Comp L 3-in-1-rescue:C-isa_fdc-rescue-3-in-1-rescue C? U 1 1 5DD23257 P 14300 1600 AR Path="/5E08FB93/5DD23257" Ref="C?" Part="1" AR Path="/5DBF6E56/5DD23257" Ref="C?" Part="1" AR Path="/5DD23257" Ref="C5" Part="1" F 0 "C5" H 14350 1700 50 0000 L CNN F 1 "0.1uF" H 14350 1500 50 0000 L CNN F 2 "Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 14300 1600 50 0001 C CNN F 3 "" H 14300 1600 50 0001 C CNN 1 14300 1600 1 0 0 -1 $EndComp $Comp L 3-in-1-rescue:C-isa_fdc-rescue-3-in-1-rescue C? U 1 1 5DD2325D P 14600 1600 AR Path="/5E08FB93/5DD2325D" Ref="C?" Part="1" AR Path="/5DBF6E56/5DD2325D" Ref="C?" Part="1" AR Path="/5DD2325D" Ref="C6" Part="1" F 0 "C6" H 14650 1700 50 0000 L CNN F 1 "0.1uF" H 14650 1500 50 0000 L CNN F 2 "Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 14600 1600 50 0001 C CNN F 3 "" H 14600 1600 50 0001 C CNN 1 14600 1600 1 0 0 -1 $EndComp $Comp L 3-in-1-rescue:C-isa_fdc-rescue-3-in-1-rescue C? U 1 1 5DD23263 P 14900 2600 AR Path="/5E08FB93/5DD23263" Ref="C?" Part="1" AR Path="/5DBF6E56/5DD23263" Ref="C?" Part="1" AR Path="/5DD23263" Ref="C14" Part="1" F 0 "C14" H 14950 2700 50 0000 L CNN F 1 "0.1uF" H 14950 2500 50 0000 L CNN F 2 "Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 14900 2600 50 0001 C CNN F 3 "" H 14900 2600 50 0001 C CNN 1 14900 2600 1 0 0 -1 $EndComp $Comp L 3-in-1-rescue:C-isa_fdc-rescue-3-in-1-rescue C? U 1 1 5DD23269 P 13100 1600 AR Path="/5E08FB93/5DD23269" Ref="C?" Part="1" AR Path="/5DBF6E56/5DD23269" Ref="C?" Part="1" AR Path="/5DD23269" Ref="C1" Part="1" F 0 "C1" H 13150 1700 50 0000 L CNN F 1 "0.1uF" H 13150 1500 50 0000 L CNN F 2 "Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 13100 1600 50 0001 C CNN F 3 "" H 13100 1600 50 0001 C CNN 1 13100 1600 1 0 0 -1 $EndComp $Comp L 3-in-1-rescue:C-isa_fdc-rescue-3-in-1-rescue C? U 1 1 5DD2326F P 13400 1600 AR Path="/5E08FB93/5DD2326F" Ref="C?" Part="1" AR Path="/5DBF6E56/5DD2326F" Ref="C?" Part="1" AR Path="/5DD2326F" Ref="C2" Part="1" F 0 "C2" H 13450 1700 50 0000 L CNN F 1 "0.1uF" H 13450 1500 50 0000 L CNN F 2 "Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 13400 1600 50 0001 C CNN F 3 "" H 13400 1600 50 0001 C CNN 1 13400 1600 1 0 0 -1 $EndComp $Comp L 3-in-1-rescue:C-isa_fdc-rescue-3-in-1-rescue C? U 1 1 5DD23275 P 13700 1600 AR Path="/5E08FB93/5DD23275" Ref="C?" Part="1" AR Path="/5DBF6E56/5DD23275" Ref="C?" Part="1" AR Path="/5DD23275" Ref="C3" Part="1" F 0 "C3" H 13750 1700 50 0000 L CNN F 1 "0.1uF" H 13750 1500 50 0000 L CNN F 2 "Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 13700 1600 50 0001 C CNN F 3 "" H 13700 1600 50 0001 C CNN 1 13700 1600 1 0 0 -1 $EndComp $Comp L 3-in-1-rescue:C-isa_fdc-rescue-3-in-1-rescue C? U 1 1 5DD2327B P 14000 1600 AR Path="/5E08FB93/5DD2327B" Ref="C?" Part="1" AR Path="/5DBF6E56/5DD2327B" Ref="C?" Part="1" AR Path="/5DD2327B" Ref="C4" Part="1" F 0 "C4" H 14050 1700 50 0000 L CNN F 1 "0.1uF" H 14050 1500 50 0000 L CNN F 2 "Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 14000 1600 50 0001 C CNN F 3 "" H 14000 1600 50 0001 C CNN 1 14000 1600 1 0 0 -1 $EndComp Wire Wire Line 14900 1900 14600 1900 Wire Wire Line 13100 1300 13400 1300 Wire Wire Line 13700 1300 14000 1300 Wire Wire Line 14300 1300 14600 1300 Wire Wire Line 14600 1900 14300 1900 Wire Wire Line 14000 1900 13700 1900 Wire Wire Line 13400 1900 13100 1900 Wire Wire Line 14900 2900 14900 2800 Wire Wire Line 14300 1900 14000 1900 Wire Wire Line 14600 1300 14900 1300 Wire Wire Line 14000 1300 14300 1300 Wire Wire Line 13400 1300 13700 1300 $Comp L Device:CP CP1 U 1 1 5DD2328E P 15250 1600 AR Path="/5DD2328E" Ref="CP1" Part="1" AR Path="/5DBF65CF/5DD2328E" Ref="C?" Part="1" AR Path="/5DBF6E56/5DD2328E" Ref="C?" Part="1" F 0 "CP1" H 15300 1700 50 0000 L CNN F 1 "100uF" H 15300 1500 50 0000 L CNN F 2 "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" H 15250 1600 50 0001 C CNN F 3 "" H 15250 1600 50 0001 C CNN 1 15250 1600 1 0 0 -1 $EndComp Connection ~ 13400 2300 Wire Wire Line 13400 2300 13400 2400 Connection ~ 14000 2300 Wire Wire Line 14000 2300 14000 2400 Connection ~ 14300 2900 Wire Wire Line 14300 2900 14300 2800 Connection ~ 13700 2900 Wire Wire Line 13700 2900 13700 2800 Wire Wire Line 13100 2400 13100 2300 Wire Wire Line 13400 2800 13400 2900 Connection ~ 13400 2900 Wire Wire Line 14000 2900 14000 2800 Connection ~ 14000 2900 Wire Wire Line 14300 2300 14300 2400 Connection ~ 14300 2300 Wire Wire Line 13700 2300 13700 2400 Connection ~ 13700 2300 Wire Wire Line 13100 2300 13400 2300 $Comp L 3-in-1-rescue:C-isa_fdc-rescue-3-in-1-rescue C? U 1 1 5DD232A6 P 14600 2600 AR Path="/5E08FB93/5DD232A6" Ref="C?" Part="1" AR Path="/5DBF6E56/5DD232A6" Ref="C?" Part="1" AR Path="/5DD232A6" Ref="C13" Part="1" F 0 "C13" H 14650 2700 50 0000 L CNN F 1 "0.1uF" H 14650 2500 50 0000 L CNN F 2 "Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 14600 2600 50 0001 C CNN F 3 "" H 14600 2600 50 0001 C CNN 1 14600 2600 1 0 0 -1 $EndComp $Comp L 3-in-1-rescue:C-isa_fdc-rescue-3-in-1-rescue C? U 1 1 5DD232AC P 13100 2600 AR Path="/5E08FB93/5DD232AC" Ref="C?" Part="1" AR Path="/5DBF6E56/5DD232AC" Ref="C?" Part="1" AR Path="/5DD232AC" Ref="C8" Part="1" F 0 "C8" H 13150 2700 50 0000 L CNN F 1 "0.1uF" H 13150 2500 50 0000 L CNN F 2 "Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 13100 2600 50 0001 C CNN F 3 "" H 13100 2600 50 0001 C CNN 1 13100 2600 1 0 0 -1 $EndComp $Comp L 3-in-1-rescue:C-isa_fdc-rescue-3-in-1-rescue C? U 1 1 5DD232B2 P 13400 2600 AR Path="/5E08FB93/5DD232B2" Ref="C?" Part="1" AR Path="/5DBF6E56/5DD232B2" Ref="C?" Part="1" AR Path="/5DD232B2" Ref="C9" Part="1" F 0 "C9" H 13450 2700 50 0000 L CNN F 1 "0.1uF" H 13450 2500 50 0000 L CNN F 2 "Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 13400 2600 50 0001 C CNN F 3 "" H 13400 2600 50 0001 C CNN 1 13400 2600 1 0 0 -1 $EndComp $Comp L 3-in-1-rescue:C-isa_fdc-rescue-3-in-1-rescue C? U 1 1 5DD232B8 P 13700 2600 AR Path="/5E08FB93/5DD232B8" Ref="C?" Part="1" AR Path="/5DBF6E56/5DD232B8" Ref="C?" Part="1" AR Path="/5DD232B8" Ref="C10" Part="1" F 0 "C10" H 13750 2700 50 0000 L CNN F 1 "0.1uF" H 13750 2500 50 0000 L CNN F 2 "Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 13700 2600 50 0001 C CNN F 3 "" H 13700 2600 50 0001 C CNN 1 13700 2600 1 0 0 -1 $EndComp $Comp L 3-in-1-rescue:C-isa_fdc-rescue-3-in-1-rescue C? U 1 1 5DD232BE P 14000 2600 AR Path="/5E08FB93/5DD232BE" Ref="C?" Part="1" AR Path="/5DBF6E56/5DD232BE" Ref="C?" Part="1" AR Path="/5DD232BE" Ref="C11" Part="1" F 0 "C11" H 14050 2700 50 0000 L CNN F 1 "0.1uF" H 14050 2500 50 0000 L CNN F 2 "Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 14000 2600 50 0001 C CNN F 3 "" H 14000 2600 50 0001 C CNN 1 14000 2600 1 0 0 -1 $EndComp $Comp L 3-in-1-rescue:C-isa_fdc-rescue-3-in-1-rescue C? U 1 1 5DD232C4 P 14300 2600 AR Path="/5E08FB93/5DD232C4" Ref="C?" Part="1" AR Path="/5DBF6E56/5DD232C4" Ref="C?" Part="1" AR Path="/5DD232C4" Ref="C12" Part="1" F 0 "C12" H 14350 2700 50 0000 L CNN F 1 "0.1uF" H 14350 2500 50 0000 L CNN F 2 "Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 14300 2600 50 0001 C CNN F 3 "" H 14300 2600 50 0001 C CNN 1 14300 2600 1 0 0 -1 $EndComp Wire Wire Line 13400 2300 13700 2300 Wire Wire Line 14000 2300 14300 2300 Wire Wire Line 14300 2900 14000 2900 Wire Wire Line 13700 2900 13400 2900 Wire Wire Line 13100 2900 13100 2800 Wire Wire Line 13400 2900 13100 2900 Wire Wire Line 14000 2900 13700 2900 Wire Wire Line 14600 2900 14300 2900 Wire Wire Line 14300 2300 14600 2300 Wire Wire Line 13700 2300 14000 2300 Wire Wire Line 14600 2900 14600 2800 Wire Wire Line 14600 2400 14600 2300 Wire Wire Line 14600 2300 14900 2300 Connection ~ 14600 2300 Wire Wire Line 14900 2900 14600 2900 Connection ~ 14600 2900 $Comp L 74xx:74LS139 CF-U? U 3 1 5DD232DC P 13000 4050 AR Path="/5DBF6E56/5DD232DC" Ref="CF-U?" Part="3" AR Path="/5DD232DC" Ref="CF-U1" Part="3" F 0 "CF-U1" H 13230 4096 50 0000 L CNN F 1 "74LS139" H 13230 4005 50 0000 L CNN F 2 "Package_DIP:DIP-16_W7.62mm" H 13000 4050 50 0001 C CNN F 3 "http://www.ti.com/lit/gpn/sn74LS139" H 13000 4050 50 0001 C CNN 3 13000 4050 1 0 0 -1 $EndComp $Comp L power:GND #PWR? U 1 1 5DD232E2 P 13850 4550 AR Path="/5DBF6E56/5DD232E2" Ref="#PWR?" Part="1" AR Path="/5DD232E2" Ref="#PWR0142" Part="1" F 0 "#PWR0142" H 13850 4300 50 0001 C CNN F 1 "GND" H 13855 4377 50 0000 C CNN F 2 "" H 13850 4550 50 0001 C CNN F 3 "" H 13850 4550 50 0001 C CNN 1 13850 4550 1 0 0 -1 $EndComp Wire Wire Line 13400 1900 13700 1900 NoConn ~ 12900 5950 NoConn ~ 12900 6850 NoConn ~ 14350 8850 NoConn ~ 14350 8650 NoConn ~ 14350 8550 NoConn ~ 14350 8450 NoConn ~ 14350 8350 NoConn ~ 14350 8150 NoConn ~ 14350 8050 NoConn ~ 14350 7950 NoConn ~ 14350 7850 NoConn ~ 14350 7750 NoConn ~ 14350 7650 NoConn ~ 14350 7550 NoConn ~ 14350 7450 NoConn ~ 14350 7350 NoConn ~ 14350 6650 NoConn ~ 14350 6450 NoConn ~ 14350 6350 NoConn ~ 14350 6250 $Comp L 3-in-1-rescue:TANDY_BUS-xt-cf-rescue BUS1 U 1 1 5DD232FD P 13800 7450 AR Path="/5DD232FD" Ref="BUS1" Part="1" AR Path="/5DB9D5BF/5DD232FD" Ref="BUS?" Part="1" AR Path="/5DBF6E56/5DD232FD" Ref="BUS?" Part="1" F 0 "BUS1" H 13800 9260 70 0000 C CNN F 1 "TANDY_BUS" H 13800 9139 70 0000 C CNN F 2 "Tandy-IO:TANDY-PLUS-BUS" H 13800 7450 50 0001 C CNN F 3 "" H 13800 7450 50 0001 C CNN 1 13800 7450 1 0 0 -1 $EndComp $Comp L power:GND #PWR? U 1 1 5DD23303 P 14350 8950 AR Path="/5DB9D5BF/5DD23303" Ref="#PWR?" Part="1" AR Path="/5DD23303" Ref="#PWR0143" Part="1" AR Path="/5DBF6E56/5DD23303" Ref="#PWR?" Part="1" F 0 "#PWR0143" H 14350 8700 50 0001 C CNN F 1 "GND" V 14355 8822 50 0000 R CNN F 2 "" H 14350 8950 50 0001 C CNN F 3 "" H 14350 8950 50 0001 C CNN 1 14350 8950 0 -1 -1 0 $EndComp $Comp L power:GND #PWR? U 1 1 5DD23309 P 14350 6850 AR Path="/5DB9D5BF/5DD23309" Ref="#PWR?" Part="1" AR Path="/5DD23309" Ref="#PWR0144" Part="1" AR Path="/5DBF6E56/5DD23309" Ref="#PWR?" Part="1" F 0 "#PWR0144" H 14350 6600 50 0001 C CNN F 1 "GND" V 14355 6722 50 0000 R CNN F 2 "" H 14350 6850 50 0001 C CNN F 3 "" H 14350 6850 50 0001 C CNN 1 14350 6850 0 -1 -1 0 $EndComp $Comp L power:GND #PWR? U 1 1 5DD2330F P 14350 5950 AR Path="/5DB9D5BF/5DD2330F" Ref="#PWR?" Part="1" AR Path="/5DD2330F" Ref="#PWR0145" Part="1" AR Path="/5DBF6E56/5DD2330F" Ref="#PWR?" Part="1" F 0 "#PWR0145" H 14350 5700 50 0001 C CNN F 1 "GND" V 14355 5822 50 0000 R CNN F 2 "" H 14350 5950 50 0001 C CNN F 3 "" H 14350 5950 50 0001 C CNN 1 14350 5950 0 -1 -1 0 $EndComp Text Notes 13100 5500 0 120 ~ 0 Tandy PLUS Bus Text GLabel 14350 6950 2 50 Input ~ 0 ~MEMW Text GLabel 14350 7050 2 50 Input ~ 0 ~MEMR Text GLabel 14350 7150 2 50 Input ~ 0 ~IOW Text GLabel 14350 7250 2 50 Input ~ 0 ~IOR Text GLabel 14350 8250 2 50 Input ~ 0 IRQ4 Text GLabel 12900 6050 0 50 Input ~ 0 D7 Text GLabel 12900 6150 0 50 Input ~ 0 D6 Text GLabel 12900 6250 0 50 Input ~ 0 D5 $Comp L power:-12V #PWR? U 1 1 5DD2331E P 14350 6550 AR Path="/5DBF6E56/5DD2331E" Ref="#PWR?" Part="1" AR Path="/5DD2331E" Ref="#PWR0146" Part="1" F 0 "#PWR0146" H 14350 6650 50 0001 C CNN F 1 "-12V" V 14365 6678 50 0000 L CNN F 2 "" H 14350 6550 50 0001 C CNN F 3 "" H 14350 6550 50 0001 C CNN 1 14350 6550 0 1 1 0 $EndComp $Comp L power:+12V #PWR? U 1 1 5DD23324 P 14350 6750 AR Path="/5DBF6E56/5DD23324" Ref="#PWR?" Part="1" AR Path="/5DD23324" Ref="#PWR0147" Part="1" F 0 "#PWR0147" H 14350 6600 50 0001 C CNN F 1 "+12V" V 14365 6878 50 0000 L CNN F 2 "" H 14350 6750 50 0001 C CNN F 3 "" H 14350 6750 50 0001 C CNN 1 14350 6750 0 1 1 0 $EndComp Text GLabel 12900 6350 0 50 Input ~ 0 D4 Text GLabel 12900 6450 0 50 Input ~ 0 D3 Text GLabel 12900 6550 0 50 Input ~ 0 D2 Text GLabel 12900 6650 0 50 Input ~ 0 D1 Text GLabel 12900 6750 0 50 Input ~ 0 D0 Text GLabel 12900 6950 0 50 Input ~ 0 AEN Text GLabel 12900 7050 0 50 Input ~ 0 A19 Text GLabel 12900 7150 0 50 Input ~ 0 A18 Text GLabel 12900 7250 0 50 Input ~ 0 A17 Text GLabel 12900 7350 0 50 Input ~ 0 A16 Text GLabel 12900 7450 0 50 Input ~ 0 A15 Text GLabel 12900 7550 0 50 Input ~ 0 A14 Text GLabel 12900 7650 0 50 Input ~ 0 A13 Text GLabel 12900 7750 0 50 Input ~ 0 A12 Text GLabel 12900 7850 0 50 Input ~ 0 A11 Text GLabel 12900 7950 0 50 Input ~ 0 A10 Text GLabel 12900 8050 0 50 Input ~ 0 A9 Text GLabel 12900 8150 0 50 Input ~ 0 A8 Text GLabel 12900 8250 0 50 Input ~ 0 A7 Text GLabel 12900 8350 0 50 Input ~ 0 A6 Text GLabel 12900 8450 0 50 Input ~ 0 A5 Text GLabel 12900 8550 0 50 Input ~ 0 A4 Text GLabel 12900 8650 0 50 Input ~ 0 A3 Text GLabel 12900 8750 0 50 Input ~ 0 A2 Text GLabel 12900 8850 0 50 Input ~ 0 A1 Text GLabel 12900 8950 0 50 Input ~ 0 A0 $Comp L power:+5V #PWR? U 1 1 5DD23344 P 13850 3550 AR Path="/5DBF6E56/5DD23344" Ref="#PWR?" Part="1" AR Path="/5DD23344" Ref="#PWR0148" Part="1" F 0 "#PWR0148" H 13850 3400 50 0001 C CNN F 1 "+5V" H 13865 3723 50 0000 C CNN F 2 "" H 13850 3550 50 0001 C CNN F 3 "" H 13850 3550 50 0001 C CNN 1 13850 3550 1 0 0 -1 $EndComp $Comp L power:+5V #PWR? U 1 1 5DD2334A P 15250 1300 AR Path="/5DBF6E56/5DD2334A" Ref="#PWR?" Part="1" AR Path="/5DD2334A" Ref="#PWR0149" Part="1" F 0 "#PWR0149" H 15250 1150 50 0001 C CNN F 1 "+5V" H 15265 1473 50 0000 C CNN F 2 "" H 15250 1300 50 0001 C CNN F 3 "" H 15250 1300 50 0001 C CNN 1 15250 1300 1 0 0 -1 $EndComp $Comp L power:GND #PWR? U 1 1 5DD23350 P 15250 2000 AR Path="/5DBF6E56/5DD23350" Ref="#PWR?" Part="1" AR Path="/5DD23350" Ref="#PWR0150" Part="1" F 0 "#PWR0150" H 15250 1750 50 0001 C CNN F 1 "GND" H 15255 1827 50 0000 C CNN F 2 "" H 15250 2000 50 0001 C CNN F 3 "" H 15250 2000 50 0001 C CNN 1 15250 2000 1 0 0 -1 $EndComp Wire Wire Line 15250 2000 15250 1900 Text GLabel 14350 6050 2 50 Input ~ 0 RESETDRV $Comp L power:+5V #PWR? U 1 1 5DD2335B P 14350 6150 AR Path="/5DBF6E56/5DD2335B" Ref="#PWR?" Part="1" AR Path="/5DD2335B" Ref="#PWR0151" Part="1" F 0 "#PWR0151" H 14350 6000 50 0001 C CNN F 1 "+5V" V 14365 6278 50 0000 L CNN F 2 "" H 14350 6150 50 0001 C CNN F 3 "" H 14350 6150 50 0001 C CNN 1 14350 6150 0 1 1 0 $EndComp Connection ~ 13850 4550 Wire Wire Line 13850 4550 14700 4550 Connection ~ 13850 3550 Wire Wire Line 13850 3550 13000 3550 $Comp L power:GND #PWR? U 1 1 5DD23368 P 15450 4700 AR Path="/5DBF6E56/5DD23368" Ref="#PWR?" Part="1" AR Path="/5DD23368" Ref="#PWR0152" Part="1" F 0 "#PWR0152" H 15450 4450 50 0001 C CNN F 1 "GND" H 15455 4527 50 0000 C CNN F 2 "" H 15450 4700 50 0001 C CNN F 3 "" H 15450 4700 50 0001 C CNN 1 15450 4700 1 0 0 -1 $EndComp Wire Wire Line 15450 3600 15450 3800 $Comp L 74xx:74LS00 RAM-U? U 5 1 5DD2336F P 13850 4050 AR Path="/5DBF6E56/5DD2336F" Ref="RAM-U?" Part="5" AR Path="/5DD2336F" Ref="RAM-U12" Part="5" F 0 "RAM-U12" H 14080 4096 50 0000 L CNN F 1 "74LS00" H 14080 4005 50 0000 L CNN F 2 "Package_DIP:DIP-14_W7.62mm" H 13850 4050 50 0001 C CNN F 3 "http://www.ti.com/lit/gpn/sn74ls00" H 13850 4050 50 0001 C CNN 5 13850 4050 1 0 0 -1 $EndComp $Comp L 74xx:74LS32 RAM-U? U 3 1 5DD2337B P 15750 3700 AR Path="/5DBF6E56/5DD2337B" Ref="RAM-U?" Part="3" AR Path="/5DD2337B" Ref="RAM-U13" Part="3" F 0 "RAM-U13" H 15750 4025 50 0000 C CNN F 1 "74LS32" H 15750 3934 50 0000 C CNN F 2 "Package_DIP:DIP-14_W7.62mm" H 15750 3700 50 0001 C CNN F 3 "http://www.ti.com/lit/gpn/sn74LS32" H 15750 3700 50 0001 C CNN 3 15750 3700 1 0 0 -1 $EndComp $Comp L 74xx:74LS32 RAM-U? U 4 1 5DD23381 P 15750 4300 AR Path="/5DBF6E56/5DD23381" Ref="RAM-U?" Part="4" AR Path="/5DD23381" Ref="RAM-U13" Part="4" F 0 "RAM-U13" H 15750 4625 50 0000 C CNN F 1 "74LS32" H 15750 4534 50 0000 C CNN F 2 "Package_DIP:DIP-14_W7.62mm" H 15750 4300 50 0001 C CNN F 3 "http://www.ti.com/lit/gpn/sn74LS32" H 15750 4300 50 0001 C CNN 4 15750 4300 1 0 0 -1 $EndComp NoConn ~ 16050 3700 NoConn ~ 16050 4300 Wire Wire Line 15450 3800 15450 4200 Connection ~ 15450 3800 Connection ~ 15450 4200 Wire Wire Line 15450 4200 15450 4400 Wire Wire Line 15450 4400 15450 4700 Connection ~ 15450 4400 Wire Wire Line 14900 1900 15250 1900 Wire Wire Line 14900 1300 15250 1300 $Comp L Device:C C? U 1 1 5DD23391 P 15850 1600 AR Path="/5DBF6E56/5DD23391" Ref="C?" Part="1" AR Path="/5DD23391" Ref="C15" Part="1" F 0 "C15" H 15965 1646 50 0000 L CNN F 1 "0.1uF" H 15965 1555 50 0000 L CNN F 2 "Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 15888 1450 50 0001 C CNN F 3 "~" H 15850 1600 50 0001 C CNN 1 15850 1600 1 0 0 -1 $EndComp $Comp L Device:C C? U 1 1 5DD23397 P 15850 2600 AR Path="/5DBF6E56/5DD23397" Ref="C?" Part="1" AR Path="/5DD23397" Ref="C16" Part="1" F 0 "C16" H 15965 2646 50 0000 L CNN F 1 "0.1uF" H 15965 2555 50 0000 L CNN F 2 "Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" H 15888 2450 50 0001 C CNN F 3 "~" H 15850 2600 50 0001 C CNN 1 15850 2600 1 0 0 -1 $EndComp $Comp L power:GND #PWR? U 1 1 5DD233A1 P 15850 1750 AR Path="/5DBF6E56/5DD233A1" Ref="#PWR?" Part="1" AR Path="/5DD233A1" Ref="#PWR0153" Part="1" F 0 "#PWR0153" H 15850 1500 50 0001 C CNN F 1 "GND" H 15855 1577 50 0000 C CNN F 2 "" H 15850 1750 50 0001 C CNN F 3 "" H 15850 1750 50 0001 C CNN 1 15850 1750 1 0 0 -1 $EndComp $Comp L power:GND #PWR? U 1 1 5DD233A7 P 15850 2450 AR Path="/5DBF6E56/5DD233A7" Ref="#PWR?" Part="1" AR Path="/5DD233A7" Ref="#PWR0154" Part="1" F 0 "#PWR0154" H 15850 2200 50 0001 C CNN F 1 "GND" H 15855 2277 50 0000 C CNN F 2 "" H 15850 2450 50 0001 C CNN F 3 "" H 15850 2450 50 0001 C CNN 1 15850 2450 -1 0 0 1 $EndComp $Comp L power:-12V #PWR? U 1 1 5DD233AD P 15850 2750 AR Path="/5DBF6E56/5DD233AD" Ref="#PWR?" Part="1" AR Path="/5DD233AD" Ref="#PWR0155" Part="1" F 0 "#PWR0155" H 15850 2850 50 0001 C CNN F 1 "-12V" H 15865 2923 50 0000 C CNN F 2 "" H 15850 2750 50 0001 C CNN F 3 "" H 15850 2750 50 0001 C CNN 1 15850 2750 -1 0 0 1 $EndComp $Comp L power:+12V #PWR? U 1 1 5DD233B3 P 15850 1450 AR Path="/5DBF6E56/5DD233B3" Ref="#PWR?" Part="1" AR Path="/5DD233B3" Ref="#PWR0156" Part="1" F 0 "#PWR0156" H 15850 1300 50 0001 C CNN F 1 "+12V" H 15865 1623 50 0000 C CNN F 2 "" H 15850 1450 50 0001 C CNN F 3 "" H 15850 1450 50 0001 C CNN 1 15850 1450 1 0 0 -1 $EndComp Text GLabel 1550 2900 0 50 Input ~ 0 MEM-CE Text GLabel 4600 2550 2 50 Input ~ 0 MEM-CE Text GLabel 4850 4700 2 50 Input ~ 0 MEM-CE Text GLabel 3250 3950 2 50 Input ~ 0 CF-A17 Text GLabel 3600 3250 0 50 Input ~ 0 CF-A17 Text GLabel 4600 1950 2 50 Input ~ 0 MEMD4 Text GLabel 4600 2050 2 50 Input ~ 0 MEMD5 Text GLabel 4600 2150 2 50 Input ~ 0 MEMD6 Text GLabel 4600 2250 2 50 Input ~ 0 MEMD7 Text GLabel 2550 2600 2 50 Input ~ 0 MEMD7 Text GLabel 2550 2500 2 50 Input ~ 0 MEMD6 Text GLabel 2550 2400 2 50 Input ~ 0 MEMD5 Text GLabel 2550 2300 2 50 Input ~ 0 MEMD4 Text GLabel 2550 2200 2 50 Input ~ 0 MEMD3 Text GLabel 2550 2100 2 50 Input ~ 0 MEMD2 Text GLabel 2550 2000 2 50 Input ~ 0 MEMD1 Text GLabel 2550 1900 2 50 Input ~ 0 MEMD0 Wire Wire Line 2300 4800 2300 5350 Wire Wire Line 2000 5350 2300 5350 Wire Wire Line 3300 4800 3100 4800 Wire Wire Line 3100 4800 3100 4700 Wire Wire Line 3100 4700 2900 4700 Wire Wire Line 3300 4600 3300 4300 Wire Wire Line 4250 4800 4250 5100 Wire Wire Line 3900 4700 4100 4700 Wire Wire Line 4100 4700 4100 4600 Wire Wire Line 4100 4600 4250 4600 Wire Wire Line 2800 9400 3250 9400 Text GLabel 4300 7200 2 50 Input ~ 0 CFD0 Text GLabel 4300 7300 2 50 Input ~ 0 CFD1 Text GLabel 4300 7400 2 50 Input ~ 0 CFD2 Text GLabel 4300 7500 2 50 Input ~ 0 CFD3 $Comp L 74xx:74LS245 CF-U? U 1 1 5DCF5A72 P 3800 7700 AR Path="/5DBF65CF/5DCF5A72" Ref="CF-U?" Part="1" AR Path="/5DCF5A72" Ref="CF-U3" Part="1" F 0 "CF-U3" H 4100 8500 50 0000 C CNN F 1 "74HCT245" H 4100 8400 50 0000 C CNN F 2 "Package_DIP:DIP-20_W7.62mm" H 3800 7700 50 0001 C CNN F 3 "http://www.ti.com/lit/gpn/sn74LS245" H 3800 7700 50 0001 C CNN 1 3800 7700 1 0 0 -1 $EndComp Text GLabel 4300 7600 2 50 Input ~ 0 CFD4 Text GLabel 4300 7700 2 50 Input ~ 0 CFD5 Text GLabel 4300 7800 2 50 Input ~ 0 CFD6 Text GLabel 4300 7900 2 50 Input ~ 0 CFD7 Text GLabel 5800 8000 0 50 Input ~ 0 CFD0 Text GLabel 5800 7900 0 50 Input ~ 0 CFD1 Text GLabel 5800 7800 0 50 Input ~ 0 CFD2 Text GLabel 5800 7700 0 50 Input ~ 0 CFD3 Text GLabel 5800 7600 0 50 Input ~ 0 CFD4 Text GLabel 5800 7500 0 50 Input ~ 0 CFD5 Text GLabel 5800 7400 0 50 Input ~ 0 CFD6 Text GLabel 5800 7300 0 50 Input ~ 0 CFD7 Wire Wire Line 6300 7200 6750 7200 Wire Wire Line 6750 9350 6750 9100 Connection ~ 6750 9100 Wire Wire Line 6750 9100 6750 8600 Connection ~ 6750 8600 Wire Wire Line 6750 8600 6750 8400 Connection ~ 6750 8400 Wire Wire Line 6750 8400 6750 8300 Connection ~ 6750 8300 Wire Wire Line 6750 8300 6750 8200 Connection ~ 6750 8200 Wire Wire Line 6750 8200 6750 7200 Text Notes 2650 1150 0 118 ~ 0 Static RAM Wire Notes Line 5500 900 5500 5600 Wire Notes Line 5500 5600 700 5600 Wire Notes Line 700 5600 700 900 Wire Notes Line 700 900 5500 900 Text Notes 2800 6600 0 118 ~ 0 Compact Flash (0x300) Wire Notes Line 700 10350 7050 10350 Wire Notes Line 7050 10350 7050 6350 Wire Notes Line 7050 6350 700 6350 Wire Notes Line 700 6350 700 10350 Wire Notes Line 7350 6550 12000 6550 Wire Notes Line 12000 6550 12000 9800 Wire Notes Line 12000 9800 7350 9800 Wire Notes Line 7350 9800 7350 6550 Wire Wire Line 15250 1450 15250 1300 Wire Wire Line 15250 1750 15250 1900 Wire Wire Line 8450 1750 8850 1750 Wire Wire Line 10950 3150 11250 3150 Wire Wire Line 11250 3250 10950 3250 Wire Wire Line 10950 3350 11250 3350 Wire Wire Line 11250 3450 10950 3450 Wire Wire Line 10950 3550 11250 3550 Wire Wire Line 10950 3650 11250 3650 Wire Wire Line 10950 3750 11250 3750 $Comp L 3-in-1-rescue:GD75232-isa_fdc-rescue-3-in-1-rescue 232-U? U 1 1 5DCD9096 P 10150 3400 AR Path="/5E08FB93/5DCD9096" Ref="232-U?" Part="1" AR Path="/5DCD9096" Ref="232-U6" Part="1" F 0 "232-U6" H 10150 3200 60 0000 C CNN F 1 "GD75232" H 10150 3350 60 0000 C CNN F 2 "Package_DIP:DIP-20_W7.62mm" H 10150 3400 50 0001 C CNN F 3 "" H 10150 3400 50 0001 C CNN 1 10150 3400 -1 0 0 1 $EndComp Connection ~ 15250 1900 Connection ~ 15250 1300 $Comp L power:+5V #PWR0157 U 1 1 5E56556D P 14900 2300 F 0 "#PWR0157" H 14900 2150 50 0001 C CNN F 1 "+5V" H 14915 2473 50 0000 C CNN F 2 "" H 14900 2300 50 0001 C CNN F 3 "" H 14900 2300 50 0001 C CNN 1 14900 2300 1 0 0 -1 $EndComp Connection ~ 14900 2300 $Comp L power:GND #PWR0158 U 1 1 5E565A6D P 14900 2950 F 0 "#PWR0158" H 14900 2700 50 0001 C CNN F 1 "GND" H 14905 2777 50 0000 C CNN F 2 "" H 14900 2950 50 0001 C CNN F 3 "" H 14900 2950 50 0001 C CNN 1 14900 2950 1 0 0 -1 $EndComp Wire Wire Line 14900 2950 14900 2900 Connection ~ 14900 2900 Wire Wire Line 13000 4550 13850 4550 Wire Wire Line 14700 3550 13850 3550 $Comp L 74xx:74LS32 RAM-U? U 5 1 5DD23375 P 14700 4050 AR Path="/5DBF6E56/5DD23375" Ref="RAM-U?" Part="5" AR Path="/5DD23375" Ref="RAM-U13" Part="5" F 0 "RAM-U13" H 14930 4096 50 0000 L CNN F 1 "74LS32" H 14930 4005 50 0000 L CNN F 2 "Package_DIP:DIP-14_W7.62mm" H 14700 4050 50 0001 C CNN F 3 "http://www.ti.com/lit/gpn/sn74LS32" H 14700 4050 50 0001 C CNN 5 14700 4050 1 0 0 -1 $EndComp Wire Notes Line 12350 5250 15300 5250 Wire Notes Line 15300 5250 15300 9200 Wire Notes Line 15300 9200 12350 9200 Wire Notes Line 12350 9200 12350 5250 Wire Notes Line 12500 800 16300 800 Wire Notes Line 16300 800 16300 5050 Wire Notes Line 16300 5050 12500 5050 Wire Notes Line 12500 5050 12500 800 Wire Notes Line 5950 750 12200 750 Wire Notes Line 12200 750 12200 6150 Wire Notes Line 12200 6150 5950 6150 Wire Notes Line 5950 6150 5950 750 $Bitmap Pos 16300 9650 Scale 1.000000 Data 89 50 4E 47 0D 0A 1A 0A 00 00 00 0D 49 48 44 52 00 00 00 5F 00 00 00 64 08 06 00 00 00 E0 F1 EC 9B 00 00 00 04 73 42 49 54 08 08 08 08 7C 08 64 88 00 00 1C EE 49 44 41 54 78 9C ED 7D 77 78 1C D5 BD F6 3B 7D 66 7B D5 AE 56 BD D8 92 BB 6C 83 71 8D 80 60 70 80 10 08 0E 90 C6 4D 80 3C E4 12 D2 6E 2A 79 F2 A5 DD 2F A4 70 93 0B DF 0D 09 5C 12 20 E4 42 2A E0 40 68 31 B1 31 18 2C 1C 70 2F 2A 56 5D 69 57 EB ED 6D B6 4C FB FE 90 56 C8 B6 0C 2B 79 36 98 5C DE E7 D1 F3 68 77 CF 79 CF 6F DE 39 73 66 E6 F7 FB 9D 73 88 4B BE 70 39 DE 09 38 E2 59 FB 1D BF 63 E1 B7 DF AA 9C B1 10 DF B1 7E E0 D1 F3 FF 01 26 9D 31 C8 B7 DB 80 72 91 10 DC 6B CB 29 27 B2 96 E5 45 92 13 2A 6D 8F 1E 78 47 88 AF 10 34 99 E5 6C 8B CB 29 AB 11 94 25 C3 DB 9B 2A 6D 93 1E 78 47 88 9F 63 4C 3E 95 64 3C E5 96 CF B0 F6 E5 95 B4 47 2F BC 23 C4 4F F2 AE 65 98 85 AD 49 C1 DD 51 41 73 74 C3 3B 42 FC 34 EF 58 3A AB F2 9C 7D 56 E5 DF 2E BC 23 C4 CF 70 8E 65 B3 29 2F B2 D6 25 0A 41 9D F5 C7 56 71 03 23 06 DF 9A 3E D7 8A 5B 15 82 A2 E6 52 5F 03 81 34 E7 98 D5 18 AE 50 AC 27 C7 98 7D 73 69 0F 00 46 AD F3 2F 1D B6 2F BC 7E AE F5 CB 05 5D 49 F2 B0 B1 66 FD BE DA 8D 4F A9 24 6D 19 B7 34 5F B7 24 B0 E3 13 B6 7C F8 D8 6C 38 F2 B4 C1 56 64 0C 0D B3 6C 9A 4C F2 AE A5 A6 62 62 74 96 6D 99 0F 7B D7 FF 34 62 AE BF 11 80 26 51 BC A3 35 B2 E7 CE 59 B6 5D 36 2A D6 F3 A7 0B 0F 00 22 67 5B B7 BB F1 F2 BD C7 5C CB 3F AD 82 24 CA E5 49 F3 8E 76 00 DC 6C DB 4F F1 CE 59 0D 55 E3 E6 A6 CE 57 9A AE DA 17 31 D7 DF 04 80 00 40 F6 BB 57 FC E4 98 6B C5 17 66 DB 76 B9 A0 5A 57 CF D7 9D F4 64 E1 A7 40 90 6C DC E8 BB 3C 6C AE 3F CF 2E 06 5F 60 95 42 FA 74 1C 12 C9 F2 7E FB 82 6B FB DC E7 FE 58 A1 D8 AA D9 DA 90 E6 9D CB 24 8A 23 84 62 BA 97 55 0B E2 9B B5 73 A8 FA 3D 3F EC AF 5A F9 0B 95 64 9C 27 FD 4C C4 8D D5 17 03 48 39 C4 60 D7 6C 6D 78 2B E8 2E FE 69 85 9F 86 22 6D 68 1D B3 B5 7D 82 D4 14 BF 2D 17 3E 34 FD 32 48 F0 EE 96 3E F7 39 5F 3F E4 DB F0 50 C4 DC F0 F1 B9 08 0F 00 1A 41 1A 92 06 CF C6 11 FB 82 CF 26 04 CF 02 52 93 8F 1B 8B C9 91 E9 6D 85 8D B5 2B 5E AF DF F4 74 D2 E0 B9 12 A7 1F 05 2A 76 02 08 3D 7D 3B E5 08 7F 12 34 47 76 EC 0F F3 43 BB BF 9A E2 5D CB FD F6 05 9F 4E 0B AE 8B 51 A1 E1 90 93 32 07 6B 13 3D F7 78 D2 43 5B FC B6 05 37 FA ED ED DF 04 41 B2 65 56 57 5B C2 7B BE A4 E7 3D 40 37 F1 E7 20 FC 3B 11 BA 9E 00 5D 7A 98 06 02 87 7C 9D BF FA 27 17 1E 98 B8 09 FF 47 86 B5 D5 E9 42 A6 07 09 01 0D F5 B1 23 B7 03 D0 F4 E0 3B 9B E1 C8 8C 3E 64 2C 26 FD 7A 70 E9 36 B6 36 47 F7 3F 64 CF 06 1E D7 8B EF 6C 04 23 E7 86 96 06 76 7C 91 D0 A9 8F E9 26 3E 01 4D 5B 14 DC 79 0B A9 4A 21 BD 38 CF 32 28 ED A1 AE 9B 38 25 97 D4 8B 50 D7 A7 0A A3 94 0A B5 85 5E BD 05 FF 84 C3 8F 37 D9 FF 33 5F AA FF 6F 7A 72 EA FE 48 57 97 E8 79 CC 91 19 7D 48 6F DE B7 13 AC 2C 1E 59 10 DA F5 0D BD 79 75 17 9F 80 86 C5 C1 97 BE C0 C8 B9 61 BD B9 DF 16 68 6A 71 71 E0 C5 4F B2 4A FE B4 6F C9 73 45 45 5E 66 04 39 9B 68 0F 75 DD 04 40 A9 04 FF 3F 12 35 89 DE 1F BA B3 A3 BB 2B C1 5D 31 C7 9A 2F D5 FF BC 33 E3 7F B8 52 FC FF 08 30 72 EE 58 FB F1 57 BF 5F 29 FE 8A FA F3 15 82 B6 56 92 BF D2 50 09 CA A4 81 A8 98 46 15 23 4E F2 AE A6 84 B1 FA 7D 95 E2 FF 47 40 A1 58 EF A8 AD ED EA 4A F1 57 4C FC 11 FB C2 9B 01 94 EB B4 3A 6B 31 6A 6B BF 55 AD 90 4C 15 89 64 15 29 DE 38 6E 69 BA B1 12 DC 00 40 68 4A D4 50 48 F5 B0 4A 3E 29 93 8C 20 B2 96 66 85 62 EB 30 11 04 D1 15 22 67 3D 2F 6A AC 59 ED CE FA 75 F7 E7 57 44 7C BF AD FD 23 2A C9 B8 74 25 D5 D4 AC 37 35 F8 2B 5F B2 F7 D7 CE 6C 70 2F 09 F5 84 17 B9 24 EF 6C 08 5A 5A AF 1B B5 B5 7D 56 A1 D8 1A 1D 5B 26 86 9C 8B 6F AD 84 F8 BA 07 53 54 90 E4 C1 9A CE 5F 2A 14 EB D5 8B D3 9C 0B 3F BB D2 FF D7 4D 0D 89 A3 BF 37 4A E9 E0 4C BE 15 5E CE 25 5D D9 B1 97 6B 13 3D F7 E4 69 23 9F E1 1D AB A1 D3 95 90 63 4C F3 BC A9 C1 07 58 25 7F DA C8 DB 5C A0 FB 60 16 B4 B6 BC B7 C0 98 66 15 3F 7D 33 78 93 FD 77 9D 37 FC 97 CB 2C 85 58 59 9E 44 56 C9 8B CB 02 DB BF DC 16 EA FA 28 34 B5 A8 8B 11 04 29 0C 3A 97 DE A2 0B D7 34 9C D1 B0 53 24 39 26 C3 DB 17 A6 78 D7 B2 34 E7 E8 48 F1 AE 65 19 CE A6 5B 8F 73 64 46 7F B3 24 B0 E3 8B 27 0F 31 E5 A0 31 76 E8 77 32 C9 98 FA DD 2B FF 5B 0F 7B 02 B6 F9 B7 C5 0C D5 17 5B F2 91 7D 96 7C 74 9F B9 10 DB 6F CE 47 0F 08 72 76 CE 57 43 D9 91 2C 99 64 E8 88 B1 66 7D 9A 73 74 A4 79 E7 B2 14 EF EC 28 30 A6 05 98 43 66 41 39 60 E4 5C FF FA 81 47 97 B1 4A 3E 3B 57 0E 0D 04 5E AB DF F4 BB 98 B1 E6 5A 3D 6D 9B 06 95 96 F3 03 E6 42 6C EA 84 38 B2 81 97 04 39 5B 96 E7 B3 6C F1 47 6C ED D7 1C AD 5E FF FB 33 32 75 16 68 1B DF F5 91 C6 F8 E1 DF 9E 29 4F 92 73 36 75 35 7D E0 08 08 92 D7 C3 AE B7 82 37 D9 FF F3 65 81 ED 9F 29 A7 6C F9 63 3E 41 30 73 B6 68 96 A0 94 62 A0 36 D9 FB A8 1E 5C D6 42 74 D0 2E 8E 3F AD 07 57 39 D0 66 A1 D3 59 99 CF E8 14 03 CF D0 AA A4 CF CD 12 40 55 7A 78 8B 5E 5C 7A E2 AC 14 DF 92 0B BF A6 27 9F 35 1F FE BB 9E 7C 7A E1 AC 14 9F 93 73 51 9D F9 62 38 0B A3 6B 67 A5 F8 FF 5B 70 56 8A 5F A0 05 87 CE 7C 76 54 C0 EF 73 A6 38 2B C5 4F 09 EE 95 7A F2 25 79 7D F9 F4 C2 59 29 7E D4 E0 DB 24 93 8C 6E 4E BF E3 E6 86 F7 EB C5 A5 27 CA 16 9F D0 CB 4F 52 06 14 8A AD 0B 58 5A 74 11 2C C3 DA 6A E2 06 EF 15 7A 70 95 03 72 16 3A 95 DD BB 7C C9 63 8F 71 72 6E 6D 86 B3 75 24 79 F7 B2 0C 67 EF 10 27 E6 C6 1A E7 64 E5 5B A0 DF BD E2 FB DE F4 D0 33 AC 92 CF CF 95 43 03 81 A3 9E D5 FF 0E 82 34 E8 69 DB 34 48 AC 24 F6 5A F2 91 7D 93 2E 86 FD 76 71 7C 57 B9 95 CF 28 4B 59 26 19 2A C3 DA E6 A5 78 D7 B2 34 EF E8 48 F1 AE 8E 14 EF BC 00 04 A9 8B BF A7 2A 35 78 77 C7 D8 B6 5B E7 9A 9E 37 64 5F 74 6D 8F 77 CD 23 D0 67 78 D5 0C 85 C4 AB 96 7C F4 EF D6 7C 78 BF B1 10 DF 67 CD 47 0F 9F 49 E7 D0 35 3F 1F 00 BA AB CE BB 6D D8 B9 E4 76 9D E8 B4 9A 78 CF F7 16 8D EF FC CE 6C 4F C0 A8 75 DE A5 87 AB 37 FC 51 AF 5E 6F C9 85 9F 5B 3D F4 C4 26 BD F2 34 81 0A DC 70 6B 13 DD F7 43 53 73 3A D1 11 63 F6 B6 6F ED AE BF F4 B7 79 DA 50 56 26 84 42 50 E4 11 CF DA DB 0E FB 3A B7 E8 39 DC D4 C6 BB 7F A1 A7 F0 40 05 C4 37 15 93 21 87 18 7C 52 47 4A 22 61 AC BE EE 95 A6 0F EE 39 6E AA 5B F3 66 05 B3 8C C5 BB AB F1 CA E7 FD 8E 85 B7 03 D0 CD 11 48 2B 85 D1 EA F4 C0 33 7A F1 95 50 91 47 CD DA 78 CF BD 7A 73 4A 34 DF 9C E6 9C 6F FA BC 5E A0 85 AA 2C 6F EF D4 BB 6D 6F 6A E0 01 3D 1D 7D 25 54 44 FC AA CC F0 0E 46 CE F5 E8 C9 49 68 4A CA 97 EC 7B D3 0C 38 7B EE F8 01 63 21 FE B2 9E ED 02 90 6A E3 DD 0F E8 CC 09 A0 42 E2 53 9A A2 D4 26 7A EE D7 93 D3 95 19 FD 9D 20 67 E3 6F 56 86 80 86 9A 78 CF 2F F4 6C D7 2A 86 9E B7 16 A2 83 7A 72 96 50 B9 5C CD 64 DF AF 75 BC F1 AA 0D B1 43 65 0D 65 B5 C9 DE C7 29 A5 38 AE 53 BB A8 49 F4 EA 3E 84 96 50 31 F1 4D C5 64 48 90 32 DD 7A 70 19 0A 89 5D 0E 71 7C 4F 39 65 19 B5 98 F7 A6 06 F4 BA EA 24 57 76 74 A7 4E 5C A7 A0 62 E2 8F 59 E7 BD 2F C7 5A 74 49 21 99 ED 63 5E 5D FC E8 2F 01 E8 71 83 64 8E B9 57 7E 49 07 9E 19 51 11 F1 73 B4 C9 71 D4 B3 E6 5E 3D F8 49 55 0A D5 24 FB 1E 9B 4D 1D 6B 21 3A 68 15 43 CF 9D 69 DB 00 10 B0 CD FF F2 B8 A9 B1 AC F5 DD 66 0B DD C5 9F 98 93 BB E1 BF 26 73 27 CF 18 D5 C9 FE 07 58 B5 30 EB 7B 47 7D FC C8 DD 7A B4 0F 80 39 5A BD F6 81 02 25 98 74 E2 9B 82 EE E2 8F D8 17 5C 13 33 D6 7C 58 27 3A A9 2E D1 7D DF 5C 2A 7A D2 C3 CF 33 72 AE 57 0F 23 8A B4 61 FE 11 EF DA 1F E9 C1 35 1D BA 8A 9F 65 2C BE DE AA 73 7F 06 9D A2 46 56 31 F4 57 6B 3E 32 30 97 BA 94 26 2B B5 89 9E 39 9D B8 99 70 DC D2 74 73 C0 D2 72 89 5E 7C 80 8E E2 AB 20 89 FD 35 17 DE A3 92 8C 5B 2F CE BA 44 F7 19 0D 1D 35 89 DE 07 09 4D 99 73 C6 DB 49 A0 8E 78 D7 FD 77 8E 36 D9 75 E2 D3 4F FC 41 E7 D2 1B D2 82 4B 37 17 29 2D E7 8F 79 53 83 5B CF 84 C3 28 A5 22 8E 6C E0 8F 7A D9 A4 50 6C FD A1 EA F5 FF 4F D3 29 1C AC 8B F8 2A 48 0C 39 16 7F 15 3A 06 A9 EB 12 DD F7 51 9A 2C 9F 29 4F 43 EC D0 3D D0 31 6D 24 66 AA FD 70 8A 73 9C 3D 0B 5F 90 50 B1 34 B0 FD 5F 48 55 4E E8 C1 07 4D CD FA 92 7D BA F8 53 9C D9 E0 6E BE 98 D6 2B 09 4B 6D 09 EF F9 9C B5 10 3D BB 16 BE 70 67 C7 BA 3A 46 B7 BE 6F 96 27 40 B3 67 03 7F 74 64 C7 7E 8B 69 73 76 9D D9 B1 C7 4C C5 64 58 0F BB 48 A8 5A 5D FC E8 3D D3 BF 33 14 12 2F 7B 93 FD 77 41 53 67 13 85 52 5B C2 7B 3E DB 1A D9 F3 73 3D EC 02 74 9E 99 62 94 D2 A3 96 7C 78 47 C8 DC B4 59 7B 8B AC 60 4A 29 1E 6F 0F 75 FD CB 82 50 D7 F7 6A 92 7D 8F DA C5 E0 16 91 B5 D6 E7 19 53 EB 82 F1 AE 5B 8C 52 6A 56 2B 03 BE A9 5D C5 64 DF 88 7D C1 CD 9C 24 0E CC 3F BE FB 53 8B 83 3B BF E6 4D 0F 3E 6B 17 C7 9F 88 1B BC AB 65 8A AB 7E 0B 0A DD 85 07 2A 10 46 04 80 B0 B1 66 F5 BE DA 8D CF A8 24 6D 9B E9 77 AB 18 FA F3 E2 E0 8B 37 9B 8A C9 53 56 28 89 09 9E 76 7B EE 78 B7 DE 51 A3 04 EF 9E 6F 2E C4 FA 29 4D 39 61 56 BC 44 B2 6C B7 67 F5 B7 03 B6 F9 5F C5 CC 09 05 15 11 1E A8 90 F8 C0 CC 27 80 D0 94 64 4B 78 CF 17 9B A3 07 1E D0 5B DC 33 C5 71 53 DD 9A 43 D5 EF 79 50 A2 85 E9 43 41 C5 84 07 2A B4 B4 23 70 EA 10 64 CA C7 B6 AF F4 3F F7 BE EA F4 D0 0B 67 5D DE 1E 00 63 31 35 5A 93 EC 7B 40 64 CC B6 2C 67 5F 09 40 AB A4 F0 40 05 7B 7E 09 11 83 EF 9C A4 50 B5 BC 31 76 F0 57 94 A6 A8 15 6D 4C 27 8C 59 5A 2F 92 29 D6 D9 10 3F 52 D1 99 38 15 17 FF 5D 9C 1E 67 65 AE E6 FF 16 BC 2B FE DB 88 77 C5 7F 1B F1 AE F8 6F 23 DE 15 FF 6D C4 BB E2 BF 8D A0 01 A0 48 F1 A6 7E D7 F2 CF 47 0D BE 4D 0A 49 F3 D6 7C F8 F5 C6 E8 C1 9F DA F2 E1 5E 00 C8 D1 26 EB 41 5F E7 C3 B4 5A 48 36 45 0F FC 60 C0 D9 F1 B5 0C 67 6F 33 16 13 C7 9A A3 FB 7F E4 10 C7 F7 97 08 15 82 22 87 ED 8B 3E 31 6E 6D B9 56 22 59 87 A9 10 3F DC 18 3B 78 97 53 0C EE 2D 95 D9 53 7B D1 43 32 C9 39 1A 63 07 6E 1B B3 B5 DD 9A E2 9C CB 39 59 1C 6F 88 1D FE CF EA F4 C0 F6 37 33 38 60 69 B9 64 D4 D6 76 63 8E 31 37 53 AA 2C 9A 0B B1 03 35 89 DE 07 5D E2 D8 94 E7 32 4F 1B 6C 03 CE 8E 7F 8B 1A 6B DE AB 11 04 63 CD 85 77 37 45 F7 FF 87 A5 10 1B 9A 3C 1E D7 41 5F E7 83 B4 5A 08 AD 18 7D 7E 6A 5D A0 1C 6D AA 3F E8 EB FC B9 20 A5 87 96 04 5F BC 55 22 59 7E 6F ED C6 87 01 A8 4D D1 7D DF 1D B1 2F FA 4A 86 B3 2F 14 A4 F4 60 73 64 DF 0F 5C 62 60 6F 4C F0 2C F0 DB 17 7E 36 29 B8 57 10 9A A6 38 B3 63 7F 6B 8C 1D BC CB 20 A5 A3 00 50 24 39 43 BF 7B C5 E7 A3 06 DF 26 95 A4 58 6B 2E DC D5 14 DD FF 53 4B 21 E6 27 CE FF D2 87 2C 5D 8D 57 EC C8 B3 E6 13 B6 37 22 34 25 BD 74 74 DB C5 DE CC 70 57 86 B5 B9 5F 6E D9 7C 7C 72 15 8F 22 08 F2 8D 60 B2 A6 66 56 8E 3C BB C1 25 06 F6 69 20 B0 A7 76 E3 2F 27 B7 BD C0 B4 32 C5 05 E3 BB AE AB 4F 1C 7D 1C 00 B6 CD FB E8 98 44 0B 3E 42 53 62 1A 41 4D 9F FC A6 2C 08 EE BC BA 3E D1 FD E7 99 84 EF 73 AD B8 61 C0 BD E2 3E 9C 7A C5 AA F3 43 AF 7E BC 29 76 F0 11 91 31 BB BA 1A 3F B0 53 A2 F9 B6 E9 05 48 55 8E AD F4 3F 7B 81 43 1C 3F 90 61 6D 75 2F B7 6C 1E 61 E4 DC D0 85 7D 0F 4F 6D 68 96 61 6D 0B 5F 6E D9 7C D8 58 88 1F 5C 3F F0 E8 D2 22 C5 9B B6 CF FF 58 08 00 03 4D CD 82 20 6D 93 C7 93 5F 36 FA B7 8B 15 92 36 1D F2 75 3E 0A 82 3C 61 47 3A 4A 29 06 3B 46 9F DF 68 C9 47 FB BB 9A 3E B0 2D C7 5A D6 9C 64 4B 64 A5 FF D9 0B C9 3E F7 CA AF E5 59 73 07 2F 65 7A 16 05 5E BC 7C C5 C8 73 EB 6C D9 E0 9F 34 82 32 77 7B D7 FC 42 05 F9 C6 81 12 24 6B 2E C4 5E 59 EE FF EB BA A5 63 DB 2E E6 A5 CC 11 10 A4 69 C8 B9 E4 4B 00 10 32 35 74 46 CC F5 37 30 72 7E B0 C3 BF 75 DD FA 63 7F F0 34 44 0F DE 06 82 A4 7B 3C AB EE 2D 52 FC 09 19 00 9C 24 8E 2E 1D DB B6 B1 C3 BF B5 D3 9C 8F BC 04 80 1A 70 2D FF CE E9 22 45 63 B6 B6 2F 03 20 1B A2 07 3E BF FE D8 1F 3C AB 07 B7 CC 6B 8A EC FF AA 29 1F 7D BA 26 D1 FB 18 00 F4 B9 CF F9 B6 44 F3 6D 7C 31 BD 7F E9 D8 B6 4D 1D FE AD 1B 6C E2 F8 53 2A 49 3B 0E 7B D7 DF 3D C7 28 14 63 2E C4 F6 75 F8 B7 6E 58 1C D8 71 D9 82 F1 5D 1F 71 E4 42 7B 8F 54 AF BF 1F 04 29 B8 53 43 F7 AF 18 79 6E 5D 87 7F EB 05 56 31 F4 94 20 65 7A 8D 52 2A 30 E4 5C 72 4B 8E B5 AC 31 16 E2 2F AE 1A 7A 62 E1 9A 81 C7 EA 1D 99 D1 07 55 92 76 1D F6 AE FF 39 1D B2 34 5D 0D 00 F3 43 BB 3F 5D 9D 1E 78 01 00 6C B9 D0 DE 17 E6 7D F8 FC 02 63 5A 9A 63 4C 3E 00 85 49 23 D4 45 C1 9D FF 5A 0A 6A CB 04 73 DB 11 DF 86 3F 8B AC 75 11 00 84 2C 4D 9B 01 10 2D 91 3D DF F6 64 86 5F 01 80 B6 E3 BB 7F 18 31 D5 5E 9E E5 EC EB C2 C6 DA 0D 35 A9 63 53 A9 D6 0B C7 5F BE D9 9D 1D ED 02 00 4E 16 6F 78 B5 E9 03 3D 05 C6 D8 22 51 1C 7F F2 8C 0F 85 A0 20 93 8C 0D 80 E6 CA 8C BE 60 94 52 C7 21 E1 B8 35 1F B9 63 7E F8 EF 77 94 CA C5 0D DE 4D 00 B0 28 F8 D2 8D 2E 31 F0 3A 00 58 F2 91 8F BE D4 7A 8D 5F E4 6C AB F2 B4 71 2E D3 4C 95 25 81 1D 37 98 0B F1 A9 9C CD 11 5B FB 55 2A C9 78 0D 85 C4 CB 1D 63 DB 6E 2A 2D 4B E3 CA 8E EE 54 09 8A 62 D4 62 21 64 6E DC 0C 40 5B 14 7C E9 16 7B EE F8 51 00 58 36 B6 FD 33 3B E6 7D F8 0A 91 B3 AD A1 65 8A AB 07 00 73 21 36 95 DA C7 A8 C5 1C 2F 65 07 45 CE E6 CA 70 76 97 B1 98 1C 9B FC 29 25 48 99 A9 28 8E 35 1F 3E 0A 00 32 C9 98 00 20 CD 3B E6 03 80 DF BE E0 BA 90 B9 69 63 A9 5C 91 E2 BD 00 A0 50 CC 09 5B 70 08 52 66 6A D5 59 83 94 1E 03 90 05 40 61 06 D7 2E A5 29 B0 E5 42 DB A2 A6 BA 8F BE DE 70 E9 AB 9C 94 39 2A 48 D9 08 A3 E4 47 BC A9 81 DF FB 52 FD 5B 8B 14 4F 17 18 A3 03 40 C1 5C 88 F7 4D B5 23 67 93 B4 52 0C 48 B4 D0 A6 90 B4 03 6F 74 A6 72 21 72 72 2E 38 FD 8B 0C E7 58 04 00 0E 31 F8 FC F4 F5 80 28 4D 91 29 4D 91 15 82 22 0A B4 A1 19 80 DA 5B 75 DE 37 09 4D 95 4A 65 34 82 A0 00 50 34 26 26 11 68 84 A6 9E E0 E7 26 A0 15 27 0A 9E B0 AD 85 3C F9 07 00 20 DF A8 53 BA 96 4D 00 90 E5 EC 97 66 67 9E 95 75 F2 58 AD 9D E6 FF 19 B1 28 B8 F3 D6 23 DE 75 6A C4 54 7B 75 81 31 2D 2F 4C 9C 73 84 CD 0D 9F 2C D0 86 EB 6B 92 7D 7F C2 C4 89 53 08 68 27 AF 66 5B FA 3C A7 FD BA 66 80 19 00 08 4D 9B 71 6D 1D 85 64 28 85 62 59 00 54 C2 E0 B9 6E A6 32 34 80 14 00 87 4C B1 66 48 98 0A DD C9 24 E3 00 00 4E CE A6 A6 95 37 AA 13 37 DB 34 00 4C 9B AA 23 03 00 A5 4A E3 00 D0 36 BE EB 22 4F 66 F8 94 A7 16 46 29 9C 91 57 53 90 B3 89 95 A3 7F BD 5E 26 99 4F 16 28 A1 2A CF 98 3C 41 6B CB 75 63 B6 B6 AF 8D DA DA 3E 53 1F 3F FA 08 A9 4A 39 95 64 5C 32 C9 98 4A 0B 25 A9 20 A1 4D D8 AD 01 98 CA 7E D3 08 92 55 41 12 A5 9E 9B 65 AD A5 7B D2 5B 76 04 5A 29 F8 01 A0 40 0B 6D 33 FD CE 2A 79 99 91 73 29 89 16 CC AB 86 9E A8 E1 65 31 72 72 19 D2 92 0B EF 02 00 BF AD FD 86 D2 CD 28 64 AA 5F 5B 60 4C F3 08 4D 49 1B 8B 27 84 F3 84 71 73 D3 A5 A5 0F E3 96 E6 0F 01 00 2F 8B 01 00 70 66 03 5D 00 10 35 D6 5C CF 49 A2 26 48 19 55 90 32 6A 5C F0 74 52 AA 6C A4 DF B8 F2 66 0D 0D 04 8E 78 D6 7E 73 CC 3A 6F 23 AD 4A 8A 51 4A 05 9D 62 60 9F 27 35 F4 38 00 28 24 63 A7 34 59 33 16 93 DD 00 A8 61 FB A2 A9 1D DE 82 96 E6 4B 64 8A AB 25 55 39 CC 4B D9 20 A5 4A 19 00 45 99 E2 BC 41 6B CB C6 12 7F C0 DA FA F1 C9 2A 6F 79 57 76 88 C1 1D 00 D4 88 A9 EE DA 04 EF 9E 3A 01 21 53 FD FA 31 6B EB 65 00 60 2E C4 5E 01 40 8F 9B 9B 3F 52 D2 82 93 44 2D 62 A8 B9 84 95 73 A0 1B A3 07 FF F3 40 ED 85 9B C6 EC ED DF 88 1B BC 1B 69 55 8A A5 78 E7 F9 00 68 4F 6A E8 97 AC 92 CF 14 29 7E EA 51 AA C7 BB E6 A1 80 75 DE 27 35 82 34 66 78 C7 5A 00 70 66 C6 9E 01 80 9A 44 EF 03 C3 8E C5 5F 89 98 EB AF 7F B9 F9 EA 79 B6 5C E8 EF 69 CE B1 28 2D B8 2E E4 8B E9 D7 D7 0E 3E FE 1E 46 2D CE 29 67 DF 6F 6B BF D2 EF 58 F8 3D 3F 80 01 E7 B2 2E 6B 2E BC 57 21 69 21 62 AA 7D 3F 00 38 B2 81 A7 00 A0 36 DE 7D E7 D1 EA F5 1B 46 9C 8B 7F 14 31 D5 5E 49 A9 72 36 2D B8 3A 01 90 BE 64 DF DD B4 26 49 B4 2C C5 2D B9 F0 F6 94 E0 BE E4 50 F5 86 27 46 EC 0B B7 4B 14 E7 CC B1 96 73 CA B5 C7 29 06 0F 5A C5 F1 3F 25 0D DE 6B 5E 6D 7C FF 1E 4B 3E FA 92 46 90 6C 9A 77 6E 00 A0 41 C3 F9 0D B1 C3 77 C6 8C 35 9B 47 9C 8B 7F 92 14 DC 17 19 8A A9 81 98 B1 7A 43 81 31 75 04 AC AD BF A1 AB D3 03 7F CB 87 8C 37 F5 55 9D 73 A7 C8 D9 56 4D 72 AB AE F4 C8 7D 0B C6 5F F9 FA F4 06 29 A5 18 77 88 C1 3F 86 CD 0D 37 61 62 FC D6 6C D9 E0 23 2D D1 BD 77 01 13 49 4A CB FD 7F BD EC 40 CD 05 FF 23 72 D6 35 22 67 5D 33 59 6F BC 21 76 E8 8E B9 0A 0F 00 75 89 EE 2D 32 C5 5C 3F E4 58 FA 5D 91 B3 AD 11 39 5B E9 D9 59 76 66 FC BF 6A 0F 75 FD 9F 89 72 3D 5B F2 8C E9 73 83 CE A5 3F 12 39 5B 29 BB 58 F6 26 FB EF 6C 0F 75 4D 4D 51 5D 1C 7C F1 A6 BD B5 1B 9F C8 B1 96 E5 29 C1 BD 09 9A 9A F7 26 8F DD 3D 6E 6D BD B5 1C 7B 08 68 58 E1 DF 7A C3 FE DA 0B 73 31 63 CD C7 52 82 7B 22 95 50 53 B3 75 F1 EE DB BD E9 C1 2E 4A 53 D4 B6 50 D7 C7 7A AB CE FD 59 D2 E0 B9 2C 69 98 D8 D2 97 93 B2 47 5A 22 7B EF 9E 0A A6 14 28 C1 18 37 78 56 29 04 CD 5B F3 E1 03 A6 37 9E 70 50 7A C9 62 E4 DC F1 0B FB 1E F6 24 79 57 6B 86 B3 B7 1B 8A C9 63 B6 5C F8 94 60 B7 42 D0 64 CC E0 59 51 A4 0D 3E 46 29 84 ED E2 F8 6B 8C 5A 9C 1A 73 E2 42 55 87 46 50 8C 35 17 DE 47 69 B2 04 4C A4 1B 26 0C 9E E5 00 08 9B 18 DA 4B 42 9D F1 FE A0 82 24 12 82 7B 51 8E B5 34 12 9A 5A B0 E4 23 FB 66 4A 33 C9 D1 46 4B 52 A8 3A 47 25 48 C6 92 8F EC 37 15 93 A7 CC 56 51 41 92 61 53 DD 79 32 C5 3A AC B9 F0 6B 82 94 49 25 05 F7 12 4A 95 44 6B 3E 72 48 05 49 4E DA A4 4D DA 34 E3 BD 20 C3 5A 7D 49 DE BD 8C 80 A6 DA C5 F1 5D C2 89 F7 49 48 24 CB 47 8D BE 73 14 92 B1 73 72 76 C4 91 1D 3F 40 42 D5 CA 8A 64 9D 2C FE 5B 56 A8 00 72 B4 D1 08 82 20 39 49 CC CC 65 A9 C7 B3 11 EF 18 C7 DA AE A6 2B 7B 5F 6C BD 2E 25 B2 96 B7 E5 E4 57 02 EF 18 F1 FF 19 31 5B F1 FF 29 2E F7 B3 05 73 EA F9 45 92 E3 12 BC BB A9 48 72 33 A6 04 2A 04 4D 64 58 5B 4D 5C A8 6A C9 D3 86 53 D6 3F 28 52 3C 93 63 4C 06 99 64 68 0D 04 32 AC CD 93 E6 EC DE E9 4E AF 22 C9 71 49 DE D5 28 93 CC 29 EF CA 39 DA C8 E7 18 93 41 21 E8 13 EC 2F 92 1C 93 A3 8D A7 D8 94 A3 8D C2 64 79 02 98 78 E9 CA 32 96 EA 98 E0 69 C9 D3 06 F3 0C C7 47 E7 18 93 A1 48 72 0C 00 88 8C D9 95 E6 EC B5 27 3B E5 72 B4 D1 9A E4 5D 4D 32 C9 CC 69 9F 80 59 AD E6 A4 81 20 8E 56 9D F7 F5 11 C7 A2 6F 80 20 CD D0 D4 74 7D EC F0 F7 DB 8F EF FE 11 01 0D 1A 08 F4 B9 57 7E 66 D8 B1 E8 9B 2A C9 94 56 11 57 4C F9 D8 B6 C5 81 1D 9F B1 16 A2 7D 00 70 C4 BB F6 CE 90 A5 F9 16 5F BC E7 C7 71 63 F5 86 1C 6B 59 0D 00 C6 7C 6C DB AA E1 A7 DE D7 EF EA F8 9C DF B1 F0 5B 1A 41 59 08 4D 49 D4 C7 0E 7F 4F 03 31 75 E4 07 7D 9D FF 13 37 FA AE 9E 17 DA FD AF CD B1 03 53 49 B0 AF D7 5F F2 97 94 50 D5 B9 76 E0 D1 06 73 21 1E 02 80 2C 63 71 EF 6C BD 66 94 D0 14 A9 B3 EF 77 35 7E 6B FB 65 FD AE E5 3F 28 F9 B4 00 A8 42 31 B5 6B 51 F0 A5 CF 96 62 0E C7 DC 2B BF E4 77 2C FC A1 2B 3D F2 AB 1C 63 AE CF F2 F6 8B 00 10 7C 31 FD DA 79 C3 4F 9E 2F 93 8C F9 70 F5 7B EE 4D 18 3C 97 01 A0 A0 A9 69 5F F2 D8 DD ED A1 AE 6F 4D 7F AA 7B 2B CC AA E7 CB 34 EF 1E 71 2E B9 9D 52 E5 34 A9 4A 31 10 A4 79 C4 B9 E4 07 83 CE 25 D7 03 40 9E 36 58 82 D6 D6 1B 55 92 71 0B C5 D4 6E 73 2E B2 9D 54 A5 70 86 77 6C DC 53 7F C9 13 32 C9 9C B0 18 45 C0 DE F6 95 1C 6B E9 A0 E5 FC 20 00 D5 97 3A F6 9B 80 B5 F5 83 23 CE 25 77 4C 0A 1F 23 55 25 3B EC 5C FA 53 99 E6 A7 96 84 F7 A4 87 1E 03 80 B0 A9 6E CA 79 27 32 66 67 8A 77 6D 00 C0 45 8C B5 53 2B 4B 45 8D BE F3 01 B0 E6 7C 74 3B A9 29 39 BF AD FD 53 32 C5 D5 F1 C5 F4 5E 4B 2E BC 8D 52 8A 63 39 D6 B2 6E 4F DD C5 4F 9F EC F2 8E 98 EB 6F C8 F2 F6 4E 56 16 07 00 28 55 E9 E1 3F 50 AA 2C BD 5E B7 E9 E9 84 C1 73 05 A5 14 03 E6 5C E4 05 00 64 C0 36 FF EB 07 7D 9D B3 9A FD 3E DB 75 CC 88 86 E8 C1 AF CE 3F FE F7 3B 54 92 62 F7 D6 BC F7 C1 98 A9 F6 C3 41 4B EB 0D CD D1 03 0F 09 72 36 B5 66 E0 F1 75 09 83 67 59 55 66 A4 0B 98 18 3E 76 B6 6C 3E 5C A4 0D ED 29 DE 39 CF 21 8E 1F 29 91 B1 B2 D8 B3 6A E8 2F E7 1B A5 54 28 26 78 9A ED B9 E3 03 BB 1B 2E 7B 0C 00 61 CF 06 7E BF 62 74 EB C7 28 55 96 7B AB CE FD B7 21 E7 D2 9F 94 EA B9 33 FE 67 BA 35 55 4C 09 EE 4E 89 64 B9 49 F7 ED 65 93 41 0D 6D DC D2 F4 C1 A6 D8 C1 FB 00 20 6A AA BD 18 00 BC A9 C1 C7 18 B5 58 5C 33 F4 E7 8D 61 63 DD EA EA F4 C0 4E 00 50 08 8A 7A A5 E9 AA 9D 22 67 5B 1D 35 F8 D6 54 A7 07 A6 66 C3 50 4A 31 78 EE C8 D3 EB AC F9 C8 50 82 77 37 59 F3 91 21 BF AD ED 43 79 D6 BC DC 9C 8B 6C 3D 77 E4 E9 CB 19 B5 58 4C F0 EE F9 BB 1B 2F DF 1D 36 37 7C 22 C9 BB 7E 6C CD 47 CA 9A 88 37 BB 31 5F 53 D3 CD D1 FD FF 45 42 05 AD 4A C5 E6 E8 FE 3B 00 A0 40 0B BE 29 41 D5 42 AE 24 FC E4 E7 02 AB E4 47 01 A0 48 9D B8 64 63 75 F2 D8 83 46 29 15 02 00 47 2E 34 40 40 43 91 12 9A 00 A0 36 D1 73 2F AD 4A 32 01 0D 0D B1 43 F7 01 98 DA 24 CC 20 A5 E3 96 7C E4 45 95 A4 9D 31 83 77 25 00 84 CC 8D 9B 09 4D 49 5A 72 E1 2D 29 DE D5 29 32 66 87 42 50 64 4C F0 5E 04 A0 50 95 1E 7E 0A 00 68 55 92 4B C2 03 13 EB 44 98 0B B1 41 00 90 68 EE 84 6D B8 3D E9 A1 47 AD F9 C8 10 00 D8 F2 E1 41 02 9A 96 30 78 37 02 40 43 FC F0 3D 8C 5A 2C 4E FE D6 EB C8 06 9F 02 40 25 05 F7 EA 72 E5 9C 55 CF 67 94 82 38 3D C8 C1 C9 53 9B 34 12 C0 84 73 AA DF D5 F1 A9 11 FB C2 2F 48 B4 D0 80 37 DC B7 EC F4 72 25 18 A4 F4 29 EE 58 89 62 39 00 30 15 E2 53 FE 73 56 CE A7 69 A5 90 92 29 6E EA E6 ED 4D 0D 3E 96 12 AA 36 C5 8C 35 1B 6D B9 F0 E1 94 E0 BA D0 2A 1E DF EA 4D 0F FE 2E 25 B8 AF 0A 99 1B 2F B5 8B E3 AF C9 34 DF 60 CA C7 26 82 2F 00 86 ED 0B AF 19 74 2E BB AD C0 18 5B A7 1D FF 8C 6B F3 50 AA 9C 3A F9 BB 14 EF AC 06 80 43 BE CE 47 0E F9 3A A7 3F FD 95 B8 84 93 EB 9C 0E BA EE 99 32 6C 5F 78 6D BF 7B E5 BD D0 D4 AC 4D 0C BD 48 68 AA 08 00 49 C1 F5 9E D9 CE 52 54 48 7A EA 44 69 04 09 95 20 4F B8 4A 5D D9 D1 27 7B 71 5E 31 62 AC B9 D8 50 4C 76 6B 04 65 AC CA 8C 3C 59 95 1E 7E BE DB B3 3A 17 36 D5 6D 56 48 DA 0E 80 F0 A4 07 1F 07 80 31 4B EB 05 DD DE B5 8F 40 53 25 4B 2E FC 52 49 DC 0C 67 5B 25 D1 42 59 F3 AC 28 55 52 00 C0 58 88 BF CA CA F9 53 DC 1A 9C 24 96 3D 75 55 57 F1 4B 61 C4 A5 63 2F BC BF 14 92 04 80 9D CD 57 BF 94 E5 EC 65 89 CF 2A 79 51 A2 05 88 8C A5 B1 14 7A 2B 52 BC 53 25 99 13 96 F9 32 17 E2 E3 A6 7C AC 2B C3 3B 56 0D 3B 16 DF 8C 89 45 2A 9E 15 E4 6C CC 54 48 EC 4A 18 3C EF CD 33 26 07 00 D9 93 1E FA 33 00 44 4D B5 D7 02 A0 DA 43 5D D7 37 C4 8F 3C 52 E2 DA 5B 73 D1 6F 8F 5B 1A 67 0C 78 9C 0C 63 31 35 96 12 AA 50 1B EF BE BF 31 7E F8 D7 E5 D4 39 1D 74 7D C3 2D 45 C3 52 BC 73 51 69 6F A9 0C 6B AB CE 31 E6 05 E5 72 70 B2 D8 0B 00 43 CE A5 5F 4B 71 8E 9A 2C 63 31 F7 78 56 7D 17 33 EC 50 51 95 1E DA 02 80 CF B1 96 0B 0C 85 E4 1E 73 21 1E 00 00 77 66 E4 29 8D A0 4C 39 D6 B2 41 28 A6 5E 33 15 12 23 93 55 14 00 C8 B2 B6 05 A5 C4 80 1C 6D B2 C5 0D 9E 55 27 73 9F 0E 25 D7 F5 A0 6B D9 6D 71 A1 AA 05 00 44 C6 EC D8 5B F3 DE BB 82 E6 A6 59 AD 72 A5 6B CF F7 25 8F 3D 1C 37 FA 3E 34 E4 5A F6 B3 21 D7 B2 FF 8B 89 A8 91 0B B3 58 EF AC 36 DE 73 5F CC 58 F3 A1 0C EF E8 DC D5 FC C1 51 4C BC 55 6B 98 10 EE 84 10 60 55 66 64 CB 80 7B C5 1D 00 28 57 66 E4 A9 A9 EF D3 C3 7F 19 74 75 DC 01 80 F4 A4 06 B7 94 BC AE DE D4 C0 6F 82 D6 D6 4F F9 1D 0B BF E9 77 2C FC 3C 26 22 72 4E CC 62 EB 11 5F F2 D8 33 7E 7B FB B3 29 A1 6A D3 EE C6 2B 7A 01 84 4A C7 18 31 D5 5E 65 1B 08 2F 14 A4 4C A6 1C AE 32 7B BE A6 02 18 01 30 76 D2 0F F2 E4 F7 01 00 A8 4D F6 3E D9 3E FE CA 47 38 29 BB 0F 80 00 4D 15 9C 19 FF C3 9C 94 79 62 B2 5C 1E 00 08 4D 8B 4D 7E 3E 65 B3 97 EA F4 C0 F6 05 C1 9D 9B 59 59 3C 00 20 CF CA E2 A1 F6 F1 57 AE 61 E4 DC 9E C9 3A 53 B1 59 4B 3E 3A 28 14 53 5B 01 8C 54 65 46 9E 98 F6 7D 1F 2B 89 3B 01 0C 7B D2 43 53 5B 83 57 65 46 BA 16 05 5E BC D2 50 48 BC 8A 89 0E 61 B6 65 83 7F B1 65 83 0F 4D 72 97 66 AB A7 26 3F 9F 32 B3 92 84 AA AE 1C 79 EE 83 35 F1 EE 7F A7 94 E2 20 00 27 A1 29 11 77 7A F8 FE F3 86 9E DC 50 AE F0 00 F0 FF 01 7F AD 93 76 35 4B C1 83 00 00 00 00 49 45 4E 44 AE 42 60 82 EndData $EndBitmap $Comp L power:+5V #PWR0159 U 1 1 5E709C41 P 14350 8750 F 0 "#PWR0159" H 14350 8600 50 0001 C CNN F 1 "+5V" V 14365 8878 50 0000 L CNN F 2 "" H 14350 8750 50 0001 C CNN F 3 "" H 14350 8750 50 0001 C CNN 1 14350 8750 0 1 1 0 $EndComp $Comp L Mechanical:MountingHole_Pad H1 U 1 1 5DD65608 P 15600 6600 F 0 "H1" V 15554 6750 50 0000 L CNN F 1 "MountingHole" V 15645 6750 50 0000 L CNN F 2 "MountingHole:MountingHole_2.7mm_M2.5_ISO7380_Pad" H 15600 6600 50 0001 C CNN F 3 "~" H 15600 6600 50 0001 C CNN 1 15600 6600 0 1 1 0 $EndComp $Comp L Mechanical:MountingHole_Pad H2 U 1 1 5DD6713E P 15600 6900 F 0 "H2" V 15554 7050 50 0000 L CNN F 1 "MountingHole" V 15645 7050 50 0000 L CNN F 2 "MountingHole:MountingHole_2.7mm_M2.5_ISO7380_Pad" H 15600 6900 50 0001 C CNN F 3 "~" H 15600 6900 50 0001 C CNN 1 15600 6900 0 1 1 0 $EndComp $Comp L Jumper:Jumper_2_Open ROM-JP1 U 1 1 5DDE8E28 P 9600 9450 F 0 "ROM-JP1" H 9600 9600 50 0000 C CNN F 1 "ROM Write Enable" H 9600 9300 50 0000 C CNN F 2 "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" H 9600 9450 50 0001 C CNN F 3 "~" H 9600 9450 50 0001 C CNN 1 9600 9450 1 0 0 -1 $EndComp Wire Wire Line 9900 9100 9900 9450 Wire Wire Line 9900 9450 9800 9450 $Comp L power:GND #PWR0160 U 1 1 5DD6E476 P 15500 7150 F 0 "#PWR0160" H 15500 6900 50 0001 C CNN F 1 "GND" H 15505 6977 50 0000 C CNN F 2 "" H 15500 7150 50 0001 C CNN F 3 "" H 15500 7150 50 0001 C CNN 1 15500 7150 1 0 0 -1 $EndComp Wire Wire Line 15500 7150 15500 6900 Connection ~ 15500 6900 Wire Wire Line 15500 6900 15500 6600 $Comp L Device:R R4 U 1 1 5DE51C47 P 10050 9450 F 0 "R4" V 9843 9450 50 0000 C CNN F 1 "10K" V 9934 9450 50 0000 C CNN F 2 "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" V 9980 9450 50 0001 C CNN F 3 "~" H 10050 9450 50 0001 C CNN 1 10050 9450 0 1 1 0 $EndComp Connection ~ 9900 9450 $Comp L power:+5V #PWR0161 U 1 1 5DE52074 P 10200 9450 F 0 "#PWR0161" H 10200 9300 50 0001 C CNN F 1 "+5V" V 10215 9578 50 0000 L CNN F 2 "" H 10200 9450 50 0001 C CNN F 3 "" H 10200 9450 50 0001 C CNN 1 10200 9450 0 1 1 0 $EndComp $EndSCHEMATC ================================================ FILE: tandy-3-in-1/README.md ================================================ # Credit where credit is due This is forked from https://github.com/rkrenicki/Tandy-EX-HX-3in1 and this repo is primarily here in case his goes away for some reason. # Tandy 1000 EX/HX 3-in-1 Expansion Board This is a single expansion board designed for the Tandy 1000 EX and HX computers, to include the following upgrades: * 640KB Base System Memory * 96KB Upper Memory * 16550-based DE9 Serial RS232 Port * XT-IDE based CompactFlash "Hard Drive" ## Prerequisites This board is for the Tandy 1000EX and 1000HX computers only. It will not work in any other computer model as it is. You must remove any expansion cards already in the computer, this is designed to be a single-board upgrade and has no provisions to allow for any other expansion cards. ## Installing This board plugs into the Tandy PLUS interface, and takes up "Slot 2" on the rear of the computer. Please be careful to align the PLUS bus connector before pushing down, to avoid bending pins on the computer. Secure the backplate to the computer with two screws. The IDE BIOS will automatically start and boot directly to the CF card on 1000EX machines. 1000HX loads a boot menu by default, and you will need to press F4 to load the IDE BIOS. If you want to bypass the Tandy DOS ROM and boot menu, run "SETUPHX" and change the "Primary Start-up Device" to "DISK" and press F1 to save. ## Technical Details This board has no configuration jumpers and is designed to be plug-and-play. The only jumper is to enable programming the ROM. Install the jumper to flash the XT-IDE BIOS, otherwise the jumper should be removed. All assembled boards and kits sold by me come with a pre-programmed ROM, and this jumper should be left empty. The board is hardwired with these memory locations/ports: ``` SRAM: 0x0000-0x5FFF, 0xC800-0xDFFF UART: 0x3F8, IRQ 4 IDE: 0x300 ROM: 0xC000-0xC7FF ``` ## Assembly Notes All functions of the board are independent, no parts are shared between functions. If you do not want to use a specific function, you can safely omit any parts referenced with the function in the name (such as "232" for RS232). Recommended assembly order: (Shortest to tallest) * 1 - Resistors (R1-R3, R4 for v1.8+) * 2 - Bypass Capacitors (C1-C16, only noted as "0.1uF" on the boards) * 3 - 74 series Chips (U1-4, U6-7, U9, U11-13) * 4 - ROM Socket (U5 Socket) * 5 - SRAM Chip (U10) * 6 - Oscillator (OSC1) * 7 - UART Socket (U8 Socket) - Pay very special attention to the orientation! See note below. * 8 - Connectors (BUS1, CF-J1, CF-J2, 232-P2) * 8a - Bodge Resistor on rear of board. (Only for Version 1.7a boards) * 9 - ROM and UART chips into their sockets. * 10 - CF Adapter * 11 - Backplate NOTE: Please take careful note of part orientation. To optimize some trace routing, not all chips are oriented in the same direction. 232-U6, 232-U8, and RAM-U11 are all opposite oritentation than the other horizontal chips. Installing these backwards will destroy the chips. Pay special attention to 232-U8's socket, it must be installed with the "Pin 1 Arrow" installed facing towards the left of the board. 232-OSC1 is installed "upside down", with the squared corner facing the upper right. ## Bill of Materials |Quantity |Ref(s) |Mouser Part Number |Digikey Part Number |Description |-----|--------------|--------------------|--------------------|---------------------------------------------------------------- | 1 |BUS1 |200-CES13101SD
See Note2 Below|SAM1084-31-ND
See Note2 Below|2x31 2.54mm Header Socket | 1 |CF-J1 |517-8540-4500PL| |2x20 2.54mm Header Socket, 11mm height. | 4 |R1 through R4 |603-CFR-12JT-52-10K | |10kOhm Resistor | 16 |C1 through C16|594-K104M15X7RF53L2 | |0.1uF Multilayer Ceramic Capacitor, 2.5mm Lead Spacing | 1 |CP1 |647-RNU1C101MDS1 | |100uF 16V Polymer or Electrolytic Capacitor, 2.5mm Lead Spacing | 1 |232-OSC1 |774-MXO45HS-3C-1.8 |110-MXO45HS-3C-1M843200-ND |1.8432Mhz 1/2-size Oscillator | 1 |232-P2 |806-K22X-E9P-N-99 |2092-K22X-E9P-N-ND |DE9 Male Right Angle Connector | 2 |232-P2 Screw |571-5207953-3 |SFSO4401NR-ND |Jackscrew for DE9 connector | 1 |232-U6 |595-GD75232N |296-GD75232N-ND |GD75232N RS232 Driver | 2 |232-U7, 232-U9|595-SN74LS138N |296-1639-5-ND |74LS138 3-to-8 Line Demux | 1 |232-U8 |701-ST16C550CJ44TR-F|1016-1259-5-ND |16550/16C550 UART in PLCC-44 Package | 1 |232-U8 Socket |517-8444-11B1-RK-TP |3M4411B1-ND |PLCC-44 Through Hole Socket | 1 |CF-J2 |200-CES10101TD | |1x2 2.54mm Header Socket | 1 |CF-U1 |595-SN74LS139AN |296-1640-5-ND |74LS139 Dual 2-to-4 Demux | 2 |CF-U2, ROM-U4 |595-SN74LS688N
or 595-SN74F521N |296-1667-5-ND |74LS688 or 74F521 8-bit Comparator | 2 |CF-U3, RAM-U11|595-SN74LS245N |296-1655-5-ND |74LS245 Tri-state Bus Transciever | 1 |RAM-U10 |913-AS6C4008-55PCN |1450-1027-ND |AS6C4008-55PCN 4mbit (512k x 8) Static RAM | 1 |RAM-U12 |595-SN74LS00N |296-1626-ND |74LS00 Quad NAND Gate | 1 |RAM-U13 |595-SN74LS32N |296-1658-5-ND |74LS32 Quad OR Gate | 1 |ROM-U5 |556-AT28C64B15PU |AT28C64B-15PU-ND |28C64 64k x 8 EEPROM | 1 |ROM-U5 Socket |517-4828-6000-CP |ED3052-5-ND |28-pin Wide DIP Socket | 1 |CF-IDE Adapter|n/a |n/a |CF to IDE Adapter from eBay or AliExpress (See note below) Note: All 74LSxx series logic ICs can be substituted with any family with "LS" or "T" in the name, such as ALS, ACT, AHCT, or HCT among others. Note2: For the BUS1 Connectors, I have many of these left over from my last order of custom connectors. You can buy them for $1/ea plus shipping. Even for one, it is far cheaper than the $13 that Mouser wants. Please email tandy.3in1@gmail.com to order. ## BIOS This board uses the XT-IDE Universal BIOS. I have included pre-configured images for 2.0.0B3 r602 (latest version as of the time of writing this). The 3in1BIOS-8088.zip will work on any EX or HX computer, and is the version that I preload on assembled boards and kits. I have also included a V20 Enhanced version for any EX/HX that has an NEC V20 (or clone) installed. This enhanced version will roughly double your disk speed, but only works on V20 machines. ## CF-IDE Adapter This board is designed a specific version of a CF-IDE adapter. They are widely available on eBay and AliExpress. It bears the mark of "IDE to CF Ver.D2". It can generally be identified by the metal cover over the CF card connector. I do not have a link to any one specific vendor or listing, but if the adapter includes the metal backplate and has a metal cover over the CF slot, then it should be correct. The CF adapter does also need a few modifications, please refer to the "IDE Adapter Modifications.pdf" for details. It also has photos of the adapter for reference to buy the proper adapter. If you have any questions, feel free to join the Discord server below and ask in the #tandy-3in1-support channel. ## Support Discord I have started a Discord server for more real-time technical support, as well as discussion for my various projects in progress. You can follow this link to join: https://discord.gg/QmFssyXnQt ## Built With * [KiCAD EDA](http://www.kicad.org/) ## Authors * **Rob Krenicki** - [rkrenicki](https://github.com/rkrenicki) ## License This project is licensed under the Creative Commons - Attribution - ShareAlike 3.0 License ## Attribution This board was derrived from works by, uses design elements from, or contains sofware writen by the following: * Sergey Kiselev (http://www.malinov.com/Home/sergeys-projects) * James Pearce (https://www.lo-tech.co.uk/) * Adrian Black (https://www.youtube.com/user/craig1black/featured) * Jacob Dorne of Monotech PCs (https://monotech.fwscart.com/) * XTIDE Universal BIOS Team (http://www.xtideuniversalbios.org/) ## README TO-DO * Assembly Instructions ================================================ FILE: tandy-3-in-1/dans_build_notes.txt ================================================ The instructions in the readme.md are basically everything you need to know to build the card. I just want to add a few little bits of information for people who got kits from me. All chips have been tested. The ROM has been pre-programmed, although if you have issues or have a V20 CPU in your PC, you can get a lot better performance if you re-flash the bios. The tall header is made to be cut into 2 pins and used as a "taller" header where the CF reader connects to the 3-in-1. If you notice, the 40 pin header is taller than usual to allow room for the CF card to sit upside down without hitting the 3 in 1. See the https://github.com/mudmin/AnotherMaker/blob/master/tandy-3-in-1/IDE%20Adapter%20Modifications.pdf guide. When you follow that guide, the 2 pins that provide power to the CF reader are probably going to be too long. I recommend installing the cf reader, and then trimming those pins however much you need to trim it so everything sits level. It's a bit fiddly, but you'll get it. in the event it all goes wrong you can solder wire or the extra pins provided on that connector to make it all work. That's why they're there. This next part is VERY IMPORTANT. It is possible to fit the CF reader on but be misaligned. 1. If your cf reader is pressed up against the serial port, you did it wrong. 2. If there is not a gap between the shroud of the cf ide connector and the female connector on the 3in1, you did it wrong. 3. If the power connector has to connect to the 2 pin female header at a steep angle, you did it wrong. 4. If you put your card in the computer and the fan does not spin, you did it wrong. 5. Finally if you flip the card over and test for continuity between the 2 power pins that connect to the CF card and it beeps, you did it wrong. If it's wrong, pull the cf reader back off and when it goes on right, you'll know. These cards have a lot of soldering and will take some time to build. I recommend building them, then going back through and checking every connection. If you have a short or goof something, the 74688 chips die in a hurry and you will get weird behavior later. When you plug the card in, you should immediately see 640k of ram and the bios for the cf reader should come up after that. ================================================ FILE: tandy-3-in-1/fp-info-cache ================================================ 16481196762033251 Battery BatteryHolder_Bulgin_BX0036_1xC Bulgin Battery Holder, BX0036, Battery Type C (https://www.bulgin.com/products/pub/media/bulgin/data/Battery_holders.pdf) Bulgin BX0036 0 2 2 Battery BatteryHolder_Eagle_12BH611-GR https://eu.mouser.com/datasheet/2/209/EPD-200766-1274481.pdf 9V Battery Holder 0 2 2 Battery BatteryHolder_Keystone_103_1x20mm http://www.keyelco.com/product-pdf.cfm?p=719 Keystone type 103 battery holder 0 2 2 Battery BatteryHolder_Keystone_104_1x23mm http://www.keyelco.com/product-pdf.cfm?p=744 Keystone type 104 battery holder 0 2 2 Battery BatteryHolder_Keystone_105_1x2430 http://www.keyelco.com/product-pdf.cfm?p=745 Keystone type 105 battery holder 0 2 2 Battery BatteryHolder_Keystone_106_1x20mm http://www.keyelco.com/product-pdf.cfm?p=720 Keystone type 106 battery holder 0 2 2 Battery BatteryHolder_Keystone_107_1x23mm http://www.keyelco.com/product-pdf.cfm?p=746 Keystone type 107 battery holder 0 2 2 Battery BatteryHolder_Keystone_500 Keystone #500, CR1220 battery holder, http://www.keyelco.com/product-pdf.cfm?p=710 CR1220 battery holder 0 2 2 Battery BatteryHolder_Keystone_1042_1x18650 Battery holder for 18650 cylindrical cells http://www.keyelco.com/product.cfm/product_id/918 18650 Keystone 1042 Li-ion 0 2 2 Battery BatteryHolder_Keystone_1058_1x2032 http://www.keyelco.com/product-pdf.cfm?p=14028 Keystone type 1058 coin cell retainer 0 2 2 Battery BatteryHolder_Keystone_1060_1x2032 http://www.keyelco.com/product-pdf.cfm?p=726 CR2032 BR2032 BatteryHolder Battery 0 2 2 Battery BatteryHolder_Keystone_2462_2xAA 2xAA cell battery holder, Keystone P/N 2462, https://www.keyelco.com/product-pdf.cfm?p=1027 AA battery cell holder 0 2 2 Battery BatteryHolder_Keystone_2466_1xAAA 1xAAA Battery Holder, Keystone, Plastic Case, http://www.keyelco.com/product-pdf.cfm?p=1031 AAA battery holder Keystone 0 2 2 Battery BatteryHolder_Keystone_2468_2xAAA 2xAAA cell battery holder, Keystone P/N 2468, http://www.keyelco.com/product-pdf.cfm?p=1033 AAA battery cell holder 0 2 2 Battery BatteryHolder_Keystone_2479_3xAAA 3xAAA cell battery holder, Keystone P/N 2479, http://www.keyelco.com/product-pdf.cfm?p=1041 AAA battery cell holder 0 2 2 Battery BatteryHolder_Keystone_2993 http://www.keyelco.com/product-pdf.cfm?p=776 Keystone type 2993 negative battery contact 0 1 1 Battery BatteryHolder_Keystone_3000_1x12mm http://www.keyelco.com/product-pdf.cfm?p=777 Keystone type 3000 coin cell retainer 0 3 2 Battery BatteryHolder_Keystone_3001_1x12mm http://www.keyelco.com/product-pdf.cfm?p=778 Keystone type 3001 coin cell retainer 0 3 2 Battery BatteryHolder_Keystone_3002_1x2032 https://www.tme.eu/it/Document/a823211ec201a9e209042d155fe22d2b/KEYS2996.pdf BR2016 CR2016 DL2016 BR2020 CL2020 BR2025 CR2025 DL2025 DR2032 CR2032 DL2032 0 3 2 Battery BatteryHolder_Keystone_3008_1x2450 http://www.keyelco.com/product-pdf.cfm?p=786 Keystone type 3008 coin cell retainer 0 3 2 Battery BatteryHolder_Keystone_3009_1x2450 http://www.keyelco.com/product-pdf.cfm?p=787 Keystone type 3009 coin cell retainer 0 3 2 Battery BatteryHolder_Keystone_3034_1x20mm Keystone 3034 SMD battery holder for 2020, 2025 and 2032 coincell batteries. http://www.keyelco.com/product-pdf.cfm?p=798 Keystone type 3034 coin cell retainer 0 3 2 Battery BatteryHolder_LINX_BAT-HLD-012-SMT SMT battery holder for CR1216/1220/1225, https://linxtechnologies.com/wp/wp-content/uploads/bat-hld-012-smt.pdf battery holder coin cell cr1216 cr1220 cr1225 0 3 2 Battery BatteryHolder_MPD_BC2AAPC_2xAA 2xAA cell battery holder, Memory Protection Devices P/N BC2AAPC, http://www.memoryprotectiondevices.com/datasheets/BC2AAPC-datasheet.pdf AA battery cell holder 0 2 2 Battery BatteryHolder_MPD_BC12AAPC_2xAA 2xAA cell battery holder, Memory Protection Devices P/N BC12AAPC, http://www.memoryprotectiondevices.com/datasheets/BC12AAPC-datasheet.pdf AA battery cell holder 0 2 2 Battery BatteryHolder_MPD_BC2003_1x2032 http://www.memoryprotectiondevices.com/datasheets/BC-2003-datasheet.pdf BC2003 CR2032 2032 Battery Holder 0 3 2 Battery BatteryHolder_MPD_BH-18650-PC2 18650 Battery Holder (http://www.memoryprotectiondevices.com/datasheets/BK-18650-PC2-datasheet.pdf) 18650 Battery Holder 0 2 2 Battery BatteryHolder_Seiko_MS621F Seiko MS621F, https://www.sii.co.jp/en/me/files/2014/02/file_EXTENDED_PRDCT_SPEC_75_FILE_11.jpg Seiko MS621F 0 2 2 Battery BatteryHolder_TruPower_BH-331P_3xAA Keystone Battery Holder BH-331P Battery Type 3xAA (Script generated with StandardBox.py) (Keystone Battery Holder BH-331P Battery Type 3xAA) Battery Holder BH-331P Battery Type 3xAA 0 2 2 Battery Battery_CR1225 CR1225 battery battery CR1225 coin cell 0 0 0 Battery Battery_Panasonic_CR1025-VSK_Vertical_CircularHoles Panasonic CR-1025/VSK battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.pdf battery CR-1025 coin cell vertical 0 2 2 Battery Battery_Panasonic_CR1220-VCN_Vertical_CircularHoles Panasonic CR-1220/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.pdf battery CR-1220 coin cell vertical 0 2 2 Battery Battery_Panasonic_CR1632-V1AN_Vertical_CircularHoles Panasonic CR-1632-V1AN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.pdf battery CR-1632 coin cell vertical 0 2 2 Battery Battery_Panasonic_CR2025-V1AK_Vertical_CircularHoles Panasonic CR-2025/V1AK battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.pdf battery CR-2025 coin cell vertical 0 2 2 Battery Battery_Panasonic_CR2032-VS1N_Vertical_CircularHoles Panasonic CR-2032/VS1N battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.pdf battery CR-2032 coin cell vertical 0 2 2 Battery Battery_Panasonic_CR2354-VCN_Vertical_CircularHoles Panasonic CR-2354/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.pdf battery CR-2354/VCN coin cell vertical 0 2 2 Battery Battery_Panasonic_CR2450-VAN_Vertical_CircularHoles Panasonic CR-2450/VAN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.pdf battery CR-2450 coin cell 0 2 2 Battery Battery_Panasonic_CR2477-VCN_Vertical_CircularHoles Panasonic CR-2477/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.pdf battery CR-2477 coin cell vertical 0 2 2 Battery Battery_Panasonic_CR3032-VCN_Vertical_CircularHoles Panasonic CR-3032/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.pdf battery CR-3032 coin cell vertical 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_1.00u_PCB Cherry MX keyswitch, MX1A, 1.00u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A 1.00u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_1.00u_Plate Cherry MX keyswitch, MX1A, 1.00u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A 1.00u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_1.25u_PCB Cherry MX keyswitch, MX1A, 1.25u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A 1.25u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_1.25u_Plate Cherry MX keyswitch, MX1A, 1.25u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A 1.25u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_1.50u_PCB Cherry MX keyswitch, MX1A, 1.50u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A 1.50u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_1.50u_Plate Cherry MX keyswitch, MX1A, 1.50u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A 1.50u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_1.75u_PCB Cherry MX keyswitch, MX1A, 1.75u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A 1.75u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_1.75u_Plate Cherry MX keyswitch, MX1A, 1.75u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A 1.75u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_2.00u_PCB Cherry MX keyswitch, MX1A, 2.00u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A 2.00u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_2.00u_Plate Cherry MX keyswitch, MX1A, 2.00u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A 2.00u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_2.00u_Vertical_PCB Cherry MX keyswitch, MX1A, 2.00u, vertical, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A 2.00u vertical PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_2.00u_Vertical_Plate Cherry MX keyswitch, MX1A, 2.00u, vertical, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A 2.00u vertical plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_2.25u_PCB Cherry MX keyswitch, MX1A, 2.25u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A 2.25u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_2.25u_Plate Cherry MX keyswitch, MX1A, 2.25u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A 2.25u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_2.75u_PCB Cherry MX keyswitch, MX1A, 2.75u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A 2.75u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_2.75u_Plate Cherry MX keyswitch, MX1A, 2.75u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A 2.75u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_6.25u_PCB Cherry MX keyswitch, MX1A, 6.25u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A 6.25u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_6.25u_Plate Cherry MX keyswitch, MX1A, 6.25u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A 6.25u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_ISOEnter_PCB Cherry MX keyswitch, MX1A, ISO Enter, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A ISO enter PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX1A_ISOEnter_Plate Cherry MX keyswitch, MX1A, ISO Enter, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf cherry mx keyswitch MX1A ISO enter plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_1.00u_PCB Cherry MX keyswitch, 1.00u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 1.00u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_1.00u_Plate Cherry MX keyswitch, 1.00u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 1.00u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_1.25u_PCB Cherry MX keyswitch, 1.25u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 1.25u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_1.25u_Plate Cherry MX keyswitch, 1.25u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 1.25u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_1.50u_PCB Cherry MX keyswitch, 1.50u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 1.50u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_1.50u_Plate Cherry MX keyswitch, 1.50u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 1.50u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_1.75u_PCB Cherry MX keyswitch, 1.75u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 1.75u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_1.75u_Plate Cherry MX keyswitch, 1.75u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 1.75u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_2.00u_PCB Cherry MX keyswitch, 2.00u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 2.00u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_2.00u_Plate Cherry MX keyswitch, 2.00u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 2.00u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_2.00u_Vertical_PCB Cherry MX keyswitch, 2.00u, vertical, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 2.00u vertical PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_2.00u_Vertical_Plate Cherry MX keyswitch, 2.00u, vertical, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 2.00u vertical plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_2.25u_PCB Cherry MX keyswitch, 2.25u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 2.25u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_2.25u_Plate Cherry MX keyswitch, 2.25u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 2.25u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_2.75u_PCB Cherry MX keyswitch, 2.75u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 2.75u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_2.75u_Plate Cherry MX keyswitch, 2.75u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 2.75u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_6.25u_PCB Cherry MX keyswitch, 6.25u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 6.25u PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_6.25u_Plate Cherry MX keyswitch, 6.25u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch 6.25u plate 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_ISOEnter_PCB Cherry MX keyswitch, ISO Enter, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch ISO enter PCB 0 2 2 Button_Switch_Keyboard SW_Cherry_MX_ISOEnter_Plate Cherry MX keyswitch, ISO Enter, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf Cherry MX keyswitch ISO enter plate 0 2 2 Button_Switch_Keyboard SW_Matias_1.00u Matias/ALPS keyswitch, 1.00u, http://matias.ca/switches/ Matias ALPS keyswitch 1.00u 0 2 2 Button_Switch_Keyboard SW_Matias_1.25u Matias/ALPS keyswitch, 1.25u, http://matias.ca/switches/ Matias ALPS keyswitch 1.25u 0 2 2 Button_Switch_Keyboard SW_Matias_1.50u Matias/ALPS keyswitch, 1.50u, http://matias.ca/switches/ Matias ALPS keyswitch 1.50u 0 2 2 Button_Switch_Keyboard SW_Matias_1.75u Matias/ALPS keyswitch, 1.75u, http://matias.ca/switches/ Matias ALPS keyswitch 1.75u 0 2 2 Button_Switch_Keyboard SW_Matias_2.00u Matias/ALPS keyswitch, 2.00u, http://matias.ca/switches/ Matias ALPS keyswitch 2.00u 0 2 2 Button_Switch_Keyboard SW_Matias_2.25u Matias/ALPS keyswitch, 2.25u, http://matias.ca/switches/ Matias ALPS keyswitch 2.25u 0 2 2 Button_Switch_Keyboard SW_Matias_2.75u Matias/ALPS keyswitch, 2.75u, http://matias.ca/switches/ Matias ALPS keyswitch 2.75u 0 2 2 Button_Switch_Keyboard SW_Matias_6.25u Matias/ALPS keyswitch, 6.25u, http://matias.ca/switches/ Matias ALPS keyswitch 6.25u 0 2 2 Button_Switch_Keyboard SW_Matias_ISOEnter Matias/ALPS keyswitch, ISO Enter, http://matias.ca/switches/ Matias ALPS keyswitch ISO enter 0 2 2 Button_Switch_SMD Nidec_Copal_SH-7010A 4-bit rotary coded switch, J-hook, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf rotary switch bcd 0 6 5 Button_Switch_SMD Nidec_Copal_SH-7010B 4-bit rotary coded switch, gull wing, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf rotary switch bcd 0 6 5 Button_Switch_SMD Nidec_Copal_SH-7040B 4-bit rotary coded switch, gull wing, Gray code, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf rotary switch bcd 0 5 5 Button_Switch_SMD Panasonic_EVQPUJ_EVQPUA http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf SMD SMT SPST EVQPUJ EVQPUA 0 4 2 Button_Switch_SMD Panasonic_EVQPUK_EVQPUB http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf SMD SMT SPST EVQPUK EVQPUB 0 4 2 Button_Switch_SMD Panasonic_EVQPUL_EVQPUC http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf SMD SMT SPST EVQPUL EVQPUC 0 4 2 Button_Switch_SMD Panasonic_EVQPUM_EVQPUD http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf SMD SMT SPST EVQPUM EVQPUD 0 4 2 Button_Switch_SMD SW_DIP_SPSTx01_Slide_6.7x4.1mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 1x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x4.1mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 2 2 Button_Switch_SMD SW_DIP_SPSTx01_Slide_6.7x4.1mm_W8.61mm_P2.54mm_LowProfile SMD 1x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x4.1mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 2 2 Button_Switch_SMD SW_DIP_SPSTx01_Slide_9.78x4.72mm_W8.61mm_P2.54mm SMD 1x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x4.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 2 2 Button_Switch_SMD SW_DIP_SPSTx01_Slide_Copal_CHS-01A_W5.08mm_P1.27mm_JPin SMD 1x-dip-switch SPST Copal_CHS-01A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin 0 2 2 Button_Switch_SMD SW_DIP_SPSTx01_Slide_Copal_CHS-01B_W7.62mm_P1.27mm SMD 1x-dip-switch SPST Copal_CHS-01B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD SMD DIP Switch SPST Slide 7.62mm 300mil SMD 0 2 2 Button_Switch_SMD SW_DIP_SPSTx01_Slide_Copal_CVS-01xB_W5.9mm_P1mm SMD 1x-dip-switch SPST Copal_CVS-01xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) SMD DIP Switch SPST Slide 5.9mm 232mil 0 6 3 Button_Switch_SMD SW_DIP_SPSTx01_Slide_Omron_A6S-110x_W8.9mm_P2.54mm SMD 1x-dip-switch SPST Omron_A6S-110x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 2 2 Button_Switch_SMD SW_DIP_SPSTx02_Slide_6.7x6.64mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 2x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x6.64mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 4 4 Button_Switch_SMD SW_DIP_SPSTx02_Slide_6.7x6.64mm_W8.61mm_P2.54mm_LowProfile SMD 2x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x6.64mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 4 4 Button_Switch_SMD SW_DIP_SPSTx02_Slide_9.78x7.26mm_W8.61mm_P2.54mm SMD 2x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x7.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 4 4 Button_Switch_SMD SW_DIP_SPSTx02_Slide_Copal_CHS-02A_W5.08mm_P1.27mm_JPin SMD 2x-dip-switch SPST Copal_CHS-02A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin 0 4 4 Button_Switch_SMD SW_DIP_SPSTx02_Slide_Copal_CHS-02B_W7.62mm_P1.27mm SMD 2x-dip-switch SPST Copal_CHS-02B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD SMD DIP Switch SPST Slide 7.62mm 300mil SMD 0 4 4 Button_Switch_SMD SW_DIP_SPSTx02_Slide_Copal_CVS-02xB_W5.9mm_P1mm SMD 2x-dip-switch SPST Copal_CVS-02xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) SMD DIP Switch SPST Slide 5.9mm 232mil 0 8 5 Button_Switch_SMD SW_DIP_SPSTx02_Slide_KingTek_DSHP02TJ_W5.25mm_P1.27mm_JPin SMD 2x-dip-switch SPST KingTek_DSHP02TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin SMD DIP Switch SPST Slide 5.25mm 206mil JPin 0 4 4 Button_Switch_SMD SW_DIP_SPSTx02_Slide_KingTek_DSHP02TS_W7.62mm_P1.27mm SMD 2x-dip-switch SPST KingTek_DSHP02TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) SMD DIP Switch SPST Slide 7.62mm 300mil 0 4 4 Button_Switch_SMD SW_DIP_SPSTx02_Slide_Omron_A6H-2101_W6.15mm_P1.27mm SMD 2x-dip-switch SPST Omron_A6H-2101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) SMD DIP Switch SPST Slide 6.15mm 242mil 0 4 4 Button_Switch_SMD SW_DIP_SPSTx02_Slide_Omron_A6S-210x_W8.9mm_P2.54mm SMD 2x-dip-switch SPST Omron_A6S-210x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 4 4 Button_Switch_SMD SW_DIP_SPSTx03_Slide_6.7x9.18mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 3x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x9.18mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 6 6 Button_Switch_SMD SW_DIP_SPSTx03_Slide_6.7x9.18mm_W8.61mm_P2.54mm_LowProfile SMD 3x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x9.18mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 6 6 Button_Switch_SMD SW_DIP_SPSTx03_Slide_9.78x9.8mm_W8.61mm_P2.54mm SMD 3x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x9.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 6 6 Button_Switch_SMD SW_DIP_SPSTx03_Slide_Copal_CVS-03xB_W5.9mm_P1mm SMD 3x-dip-switch SPST Copal_CVS-03xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) SMD DIP Switch SPST Slide 5.9mm 232mil 0 10 7 Button_Switch_SMD SW_DIP_SPSTx03_Slide_KingTek_DSHP03TJ_W5.25mm_P1.27mm_JPin SMD 3x-dip-switch SPST KingTek_DSHP03TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin SMD DIP Switch SPST Slide 5.25mm 206mil JPin 0 6 6 Button_Switch_SMD SW_DIP_SPSTx03_Slide_KingTek_DSHP03TS_W7.62mm_P1.27mm SMD 3x-dip-switch SPST KingTek_DSHP03TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) SMD DIP Switch SPST Slide 7.62mm 300mil 0 6 6 Button_Switch_SMD SW_DIP_SPSTx03_Slide_Omron_A6S-310x_W8.9mm_P2.54mm SMD 3x-dip-switch SPST Omron_A6S-310x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 6 6 Button_Switch_SMD SW_DIP_SPSTx04_Slide_6.7x11.72mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 4x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x11.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 8 8 Button_Switch_SMD SW_DIP_SPSTx04_Slide_6.7x11.72mm_W8.61mm_P2.54mm_LowProfile SMD 4x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x11.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 8 8 Button_Switch_SMD SW_DIP_SPSTx04_Slide_9.78x12.34mm_W8.61mm_P2.54mm SMD 4x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x12.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 8 8 Button_Switch_SMD SW_DIP_SPSTx04_Slide_Copal_CHS-04A_W5.08mm_P1.27mm_JPin SMD 4x-dip-switch SPST Copal_CHS-04A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin 0 8 8 Button_Switch_SMD SW_DIP_SPSTx04_Slide_Copal_CHS-04B_W7.62mm_P1.27mm SMD 4x-dip-switch SPST Copal_CHS-04B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD SMD DIP Switch SPST Slide 7.62mm 300mil SMD 0 8 8 Button_Switch_SMD SW_DIP_SPSTx04_Slide_Copal_CVS-04xB_W5.9mm_P1mm SMD 4x-dip-switch SPST Copal_CVS-04xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) SMD DIP Switch SPST Slide 5.9mm 232mil 0 12 9 Button_Switch_SMD SW_DIP_SPSTx04_Slide_KingTek_DSHP04TJ_W5.25mm_P1.27mm_JPin SMD 4x-dip-switch SPST KingTek_DSHP04TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin SMD DIP Switch SPST Slide 5.25mm 206mil JPin 0 8 8 Button_Switch_SMD SW_DIP_SPSTx04_Slide_KingTek_DSHP04TS_W7.62mm_P1.27mm SMD 4x-dip-switch SPST KingTek_DSHP04TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) SMD DIP Switch SPST Slide 7.62mm 300mil 0 8 8 Button_Switch_SMD SW_DIP_SPSTx04_Slide_Omron_A6H-4101_W6.15mm_P1.27mm SMD 4x-dip-switch SPST Omron_A6H-4101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) SMD DIP Switch SPST Slide 6.15mm 242mil 0 8 8 Button_Switch_SMD SW_DIP_SPSTx04_Slide_Omron_A6S-410x_W8.9mm_P2.54mm SMD 4x-dip-switch SPST Omron_A6S-410x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 8 8 Button_Switch_SMD SW_DIP_SPSTx05_Slide_6.7x14.26mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 5x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x14.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 10 10 Button_Switch_SMD SW_DIP_SPSTx05_Slide_6.7x14.26mm_W8.61mm_P2.54mm_LowProfile SMD 5x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x14.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 10 10 Button_Switch_SMD SW_DIP_SPSTx05_Slide_9.78x14.88mm_W8.61mm_P2.54mm SMD 5x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x14.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 10 10 Button_Switch_SMD SW_DIP_SPSTx05_Slide_KingTek_DSHP05TJ_W5.25mm_P1.27mm_JPin SMD 5x-dip-switch SPST KingTek_DSHP05TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin SMD DIP Switch SPST Slide 5.25mm 206mil JPin 0 10 10 Button_Switch_SMD SW_DIP_SPSTx05_Slide_KingTek_DSHP05TS_W7.62mm_P1.27mm SMD 5x-dip-switch SPST KingTek_DSHP05TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) SMD DIP Switch SPST Slide 7.62mm 300mil 0 10 10 Button_Switch_SMD SW_DIP_SPSTx05_Slide_Omron_A6S-510x_W8.9mm_P2.54mm SMD 5x-dip-switch SPST Omron_A6S-510x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 10 10 Button_Switch_SMD SW_DIP_SPSTx06_Slide_6.7x16.8mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 6x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x16.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 12 12 Button_Switch_SMD SW_DIP_SPSTx06_Slide_6.7x16.8mm_W8.61mm_P2.54mm_LowProfile SMD 6x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x16.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 12 12 Button_Switch_SMD SW_DIP_SPSTx06_Slide_9.78x17.42mm_W8.61mm_P2.54mm SMD 6x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x17.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 12 12 Button_Switch_SMD SW_DIP_SPSTx06_Slide_Copal_CHS-06A_W5.08mm_P1.27mm_JPin SMD 6x-dip-switch SPST Copal_CHS-06A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin 0 12 12 Button_Switch_SMD SW_DIP_SPSTx06_Slide_Copal_CHS-06B_W7.62mm_P1.27mm SMD 6x-dip-switch SPST Copal_CHS-06B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD SMD DIP Switch SPST Slide 7.62mm 300mil SMD 0 12 12 Button_Switch_SMD SW_DIP_SPSTx06_Slide_KingTek_DSHP06TJ_W5.25mm_P1.27mm_JPin SMD 6x-dip-switch SPST KingTek_DSHP06TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin SMD DIP Switch SPST Slide 5.25mm 206mil JPin 0 12 12 Button_Switch_SMD SW_DIP_SPSTx06_Slide_KingTek_DSHP06TS_W7.62mm_P1.27mm SMD 6x-dip-switch SPST KingTek_DSHP06TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) SMD DIP Switch SPST Slide 7.62mm 300mil 0 12 12 Button_Switch_SMD SW_DIP_SPSTx06_Slide_Omron_A6H-6101_W6.15mm_P1.27mm SMD 6x-dip-switch SPST Omron_A6H-6101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) SMD DIP Switch SPST Slide 6.15mm 242mil 0 12 12 Button_Switch_SMD SW_DIP_SPSTx06_Slide_Omron_A6S-610x_W8.9mm_P2.54mm SMD 6x-dip-switch SPST Omron_A6S-610x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 12 12 Button_Switch_SMD SW_DIP_SPSTx07_Slide_6.7x19.34mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 7x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x19.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 14 14 Button_Switch_SMD SW_DIP_SPSTx07_Slide_6.7x19.34mm_W8.61mm_P2.54mm_LowProfile SMD 7x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x19.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 14 14 Button_Switch_SMD SW_DIP_SPSTx07_Slide_9.78x19.96mm_W8.61mm_P2.54mm SMD 7x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x19.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 14 14 Button_Switch_SMD SW_DIP_SPSTx07_Slide_KingTek_DSHP07TJ_W5.25mm_P1.27mm_JPin SMD 7x-dip-switch SPST KingTek_DSHP07TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin SMD DIP Switch SPST Slide 5.25mm 206mil JPin 0 14 14 Button_Switch_SMD SW_DIP_SPSTx07_Slide_KingTek_DSHP07TS_W7.62mm_P1.27mm SMD 7x-dip-switch SPST KingTek_DSHP07TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) SMD DIP Switch SPST Slide 7.62mm 300mil 0 14 14 Button_Switch_SMD SW_DIP_SPSTx07_Slide_Omron_A6S-710x_W8.9mm_P2.54mm SMD 7x-dip-switch SPST Omron_A6S-710x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 14 14 Button_Switch_SMD SW_DIP_SPSTx08_Slide_6.7x21.88mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 8x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x21.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 16 16 Button_Switch_SMD SW_DIP_SPSTx08_Slide_6.7x21.88mm_W8.61mm_P2.54mm_LowProfile SMD 8x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x21.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 16 16 Button_Switch_SMD SW_DIP_SPSTx08_Slide_9.78x22.5mm_W8.61mm_P2.54mm SMD 8x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x22.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 16 16 Button_Switch_SMD SW_DIP_SPSTx08_Slide_Copal_CHS-08A_W5.08mm_P1.27mm_JPin SMD 8x-dip-switch SPST Copal_CHS-08A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin 0 16 16 Button_Switch_SMD SW_DIP_SPSTx08_Slide_Copal_CHS-08B_W7.62mm_P1.27mm SMD 8x-dip-switch SPST Copal_CHS-08B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD SMD DIP Switch SPST Slide 7.62mm 300mil SMD 0 16 16 Button_Switch_SMD SW_DIP_SPSTx08_Slide_Copal_CVS-08xB_W5.9mm_P1mm SMD 8x-dip-switch SPST Copal_CVS-08xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) SMD DIP Switch SPST Slide 5.9mm 232mil 0 20 17 Button_Switch_SMD SW_DIP_SPSTx08_Slide_KingTek_DSHP08TJ_W5.25mm_P1.27mm_JPin SMD 8x-dip-switch SPST KingTek_DSHP08TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin SMD DIP Switch SPST Slide 5.25mm 206mil JPin 0 16 16 Button_Switch_SMD SW_DIP_SPSTx08_Slide_KingTek_DSHP08TS_W7.62mm_P1.27mm SMD 8x-dip-switch SPST KingTek_DSHP08TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) SMD DIP Switch SPST Slide 7.62mm 300mil 0 16 16 Button_Switch_SMD SW_DIP_SPSTx08_Slide_Omron_A6H-8101_W6.15mm_P1.27mm SMD 8x-dip-switch SPST Omron_A6H-8101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) SMD DIP Switch SPST Slide 6.15mm 242mil 0 16 16 Button_Switch_SMD SW_DIP_SPSTx08_Slide_Omron_A6S-810x_W8.9mm_P2.54mm SMD 8x-dip-switch SPST Omron_A6S-810x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 16 16 Button_Switch_SMD SW_DIP_SPSTx09_Slide_6.7x24.42mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 9x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x24.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 18 18 Button_Switch_SMD SW_DIP_SPSTx09_Slide_6.7x24.42mm_W8.61mm_P2.54mm_LowProfile SMD 9x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x24.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 18 18 Button_Switch_SMD SW_DIP_SPSTx09_Slide_9.78x25.04mm_W8.61mm_P2.54mm SMD 9x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x25.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 18 18 Button_Switch_SMD SW_DIP_SPSTx09_Slide_KingTek_DSHP09TJ_W5.25mm_P1.27mm_JPin SMD 9x-dip-switch SPST KingTek_DSHP09TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin SMD DIP Switch SPST Slide 5.25mm 206mil JPin 0 18 18 Button_Switch_SMD SW_DIP_SPSTx09_Slide_KingTek_DSHP09TS_W7.62mm_P1.27mm SMD 9x-dip-switch SPST KingTek_DSHP09TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) SMD DIP Switch SPST Slide 7.62mm 300mil 0 18 18 Button_Switch_SMD SW_DIP_SPSTx09_Slide_Omron_A6S-910x_W8.9mm_P2.54mm SMD 9x-dip-switch SPST Omron_A6S-910x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 18 18 Button_Switch_SMD SW_DIP_SPSTx10_Slide_6.7x26.96mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 10x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x26.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 20 20 Button_Switch_SMD SW_DIP_SPSTx10_Slide_6.7x26.96mm_W8.61mm_P2.54mm_LowProfile SMD 10x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x26.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 20 20 Button_Switch_SMD SW_DIP_SPSTx10_Slide_9.78x27.58mm_W8.61mm_P2.54mm SMD 10x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x27.58mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 20 20 Button_Switch_SMD SW_DIP_SPSTx10_Slide_Copal_CHS-10A_W5.08mm_P1.27mm_JPin SMD 10x-dip-switch SPST Copal_CHS-10A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin 0 20 20 Button_Switch_SMD SW_DIP_SPSTx10_Slide_Copal_CHS-10B_W7.62mm_P1.27mm SMD 10x-dip-switch SPST Copal_CHS-10B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD SMD DIP Switch SPST Slide 7.62mm 300mil SMD 0 20 20 Button_Switch_SMD SW_DIP_SPSTx10_Slide_KingTek_DSHP10TJ_W5.25mm_P1.27mm_JPin SMD 10x-dip-switch SPST KingTek_DSHP10TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin SMD DIP Switch SPST Slide 5.25mm 206mil JPin 0 20 20 Button_Switch_SMD SW_DIP_SPSTx10_Slide_KingTek_DSHP10TS_W7.62mm_P1.27mm SMD 10x-dip-switch SPST KingTek_DSHP10TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) SMD DIP Switch SPST Slide 7.62mm 300mil 0 20 20 Button_Switch_SMD SW_DIP_SPSTx10_Slide_Omron_A6H-10101_W6.15mm_P1.27mm SMD 10x-dip-switch SPST Omron_A6H-10101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) SMD DIP Switch SPST Slide 6.15mm 242mil 0 20 20 Button_Switch_SMD SW_DIP_SPSTx10_Slide_Omron_A6S-1010x_W8.9mm_P2.54mm SMD 10x-dip-switch SPST Omron_A6S-1010x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) SMD DIP Switch SPST Slide 8.9mm 350mil 0 20 20 Button_Switch_SMD SW_DIP_SPSTx11_Slide_6.7x29.5mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 11x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x29.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 22 22 Button_Switch_SMD SW_DIP_SPSTx11_Slide_6.7x29.5mm_W8.61mm_P2.54mm_LowProfile SMD 11x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x29.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 22 22 Button_Switch_SMD SW_DIP_SPSTx11_Slide_9.78x30.12mm_W8.61mm_P2.54mm SMD 11x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x30.12mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 22 22 Button_Switch_SMD SW_DIP_SPSTx12_Slide_6.7x32.04mm_W6.73mm_P2.54mm_LowProfile_JPin SMD 12x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x32.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin 0 24 24 Button_Switch_SMD SW_DIP_SPSTx12_Slide_6.7x32.04mm_W8.61mm_P2.54mm_LowProfile SMD 12x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x32.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile 0 24 24 Button_Switch_SMD SW_DIP_SPSTx12_Slide_9.78x32.66mm_W8.61mm_P2.54mm SMD 12x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x32.66mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD SMD DIP Switch SPST Slide 8.61mm 338mil SMD 0 24 24 Button_Switch_SMD SW_MEC_5GSH9 MEC 5G single pole normally-open tactile switch switch normally-open pushbutton push-button 0 4 4 Button_Switch_SMD SW_Push_1P1T_NO_6x6mm_H9.5mm tactile push button, 6x6mm e.g. PTS645xx series, height=9.5mm tact sw push 6mm smd 0 4 2 Button_Switch_SMD SW_Push_1P1T_NO_CK_KMR2 CK components KMR2 tactile switch http://www.ckswitches.com/media/1479/kmr2.pdf tactile switch kmr2 0 4 2 Button_Switch_SMD SW_Push_1P1T_NO_CK_KSC6xxJ CK components KSC6 tactile switch https://www.ckswitches.com/media/1972/ksc6.pdf tactile switch ksc6 0 4 2 Button_Switch_SMD SW_Push_1P1T_NO_CK_KSC7xxJ CK components KSC7 tactile switch https://www.ckswitches.com/media/1973/ksc7.pdf tactile switch ksc7 0 4 2 Button_Switch_SMD SW_Push_1P1T_NO_CK_PTS125Sx43PSMTR C&K Switches 1P1T SMD PTS125 Series 12mm Tact Switch with Pegs, https://www.ckswitches.com/media/1462/pts125.pdf Button Tactile Switch SPST 1P1T 0 4 2 Button_Switch_SMD SW_Push_SPST_NO_Alps_SKRK http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKRK/SKRKAHE020.html SMD SMT button 0 2 2 Button_Switch_SMD SW_SP3T_PCM13 Ultraminiature Surface Mount Slide Switch, right-angle, https://www.ckswitches.com/media/1424/pcm.pdf 0 8 4 Button_Switch_SMD SW_SPDT_CK-JS102011SAQN Sub-miniature slide switch, right-angle, http://www.ckswitches.com/media/1422/js.pdf switch spdt 0 3 3 Button_Switch_SMD SW_SPDT_PCM12 Ultraminiature Surface Mount Slide Switch, right-angle, https://www.ckswitches.com/media/1424/pcm.pdf 0 7 3 Button_Switch_SMD SW_SPST_B3S-1000 Surface Mount Tactile Switch for High-Density Packaging Tactile Switch 0 4 2 Button_Switch_SMD SW_SPST_B3S-1100 Surface Mount Tactile Switch for High-Density Packaging with Ground Terminal Tactile Switch 0 5 3 Button_Switch_SMD SW_SPST_B3SL-1002P Middle Stroke Tactile Switch, B3SL Middle Stroke Tactile Switch 0 4 2 Button_Switch_SMD SW_SPST_B3SL-1022P Middle Stroke Tactile Switch, B3SL Middle Stroke Tactile Switch 0 4 2 Button_Switch_SMD SW_SPST_B3U-1000P Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, without Ground Terminal, without Boss Tactile Switch 0 2 2 Button_Switch_SMD SW_SPST_B3U-1000P-B Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, without Ground Terminal, with Boss Tactile Switch 0 2 2 Button_Switch_SMD SW_SPST_B3U-1100P Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, with Ground Terminal, without Boss Tactile Switch 0 3 3 Button_Switch_SMD SW_SPST_B3U-1100P-B Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, with Ground Terminal, with Boss Tactile Switch 0 3 3 Button_Switch_SMD SW_SPST_B3U-3000P Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, without Ground Terminal, without Boss Tactile Switch 0 2 2 Button_Switch_SMD SW_SPST_B3U-3000P-B Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, without Ground Terminal, with Boss Tactile Switch 0 2 2 Button_Switch_SMD SW_SPST_B3U-3100P Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, with Ground Terminal, without Boss Tactile Switch 0 3 3 Button_Switch_SMD SW_SPST_B3U-3100P-B Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, with Ground Terminal, with Boss Tactile Switch 0 3 3 Button_Switch_SMD SW_SPST_CK_KXT3 https://www.ckswitches.com/media/1465/kxt3.pdf Switch SPST KXT3 0 2 2 Button_Switch_SMD SW_SPST_CK_RS282G05A3 https://www.mouser.com/ds/2/60/RS-282G05A-SM_RT-1159762.pdf SPST button tactile switch 0 2 2 Button_Switch_SMD SW_SPST_EVPBF Light Touch Switch 0 4 2 Button_Switch_SMD SW_SPST_EVQP0 Light Touch Switch, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE28.pdf 0 4 2 Button_Switch_SMD SW_SPST_EVQP2 Light Touch Switch 0 4 2 Button_Switch_SMD SW_SPST_EVQP7A Light Touch Switch,https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE20.pdf 0 4 2 Button_Switch_SMD SW_SPST_EVQP7C Light Touch Switch 0 4 2 Button_Switch_SMD SW_SPST_EVQPE1 Light Touch Switch, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE7.pdf 0 2 2 Button_Switch_SMD SW_SPST_EVQQ2 Light Touch Switch, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE28.pdf 0 4 2 Button_Switch_SMD SW_SPST_FSMSM http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=1437566-3&DocType=Customer+Drawing&DocLang=English SPST button tactile switch 0 2 2 Button_Switch_SMD SW_SPST_KMR2 CK components KMR2 tactile switch http://www.ckswitches.com/media/1479/kmr2.pdf tactile switch kmr2 0 4 2 Button_Switch_SMD SW_SPST_PTS645 C&K Components SPST SMD PTS645 Series 6mm Tact Switch SPST Button Switch 0 4 2 Button_Switch_SMD SW_SPST_PTS810 C&K Components, PTS 810 Series, Microminiature SMT Top Actuated, http://www.ckswitches.com/media/1476/pts810.pdf SPST Button Switch 0 4 2 Button_Switch_SMD SW_SPST_Panasonic_EVQPL_3PL_5PL_PT_A08 Light Touch Switch, http://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE3.pdf SMD SMT SPST EVQPL EVQPT 0 6 3 Button_Switch_SMD SW_SPST_Panasonic_EVQPL_3PL_5PL_PT_A15 Light Touch Switch, http://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE3.pdf SMD SMT SPST EVQPL EVQPT 0 6 3 Button_Switch_SMD SW_SPST_REED_CT05-XXXX-G1 Coto Technologies SPST Reed Switch CT05-XXXX-G1 Coto Reed SPST Switch 0 2 2 Button_Switch_SMD SW_SPST_REED_CT05-XXXX-J1 Coto Technologies SPST Reed Switch CT05-XXXX-J1 Coto Reed SPST Switch 0 2 2 Button_Switch_SMD SW_SPST_REED_CT10-XXXX-G1 Coto Technologies SPST Reed Switch CT10-XXXX-G1 Coto Reed SPST Switch 0 2 2 Button_Switch_SMD SW_SPST_REED_CT10-XXXX-G2 Coto Technologies SPST Reed Switch CT10-XXXX-G2 Coto Reed SPST Switch 0 2 2 Button_Switch_SMD SW_SPST_REED_CT10-XXXX-G4 Coto Technologies SPST Reed Switch CT10-XXXX-G4 Coto Reed SPST Switch 0 2 2 Button_Switch_SMD SW_SPST_SKQG_WithStem ALPS 5.2mm Square Low-profile Type (Surface Mount) SKQG Series, With stem, http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKQG/SKQGAFE010.html SPST Button Switch 0 4 2 Button_Switch_SMD SW_SPST_SKQG_WithoutStem ALPS 5.2mm Square Low-profile Type (Surface Mount) SKQG Series, Without stem, http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKQG/SKQGAEE010.html SPST Button Switch 0 4 2 Button_Switch_SMD SW_SPST_TL3305A https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf TL3305 Series Tact Switch 0 4 2 Button_Switch_SMD SW_SPST_TL3305B https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf TL3305 Series Tact Switch 0 4 2 Button_Switch_SMD SW_SPST_TL3305C https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf TL3305 Series Tact Switch 0 4 2 Button_Switch_SMD SW_SPST_TL3342 Low-profile SMD Tactile Switch, https://www.e-switch.com/system/asset/product_line/data_sheet/165/TL3342.pdf SPST Tactile Switch 0 4 2 Button_Switch_THT KSA_Tactile_SPST KSA http://www.ckswitches.com/media/1457/ksa_ksl.pdf SWITCH SMD KSA SW 0 5 5 Button_Switch_THT Nidec_Copal_SH-7010C 4-bit rotary coded switch, through-hole, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf rotary switch bcd 0 6 5 Button_Switch_THT Push_E-Switch_KS01Q01 E-Switch KS01Q01 http://spec_sheets.e-switch.com/specs/29-KS01Q01.pdf Push Button 0 4 4 Button_Switch_THT SW_CW_GPTS203211B SPST Off-On Pushbutton, 1A, 30V, CW Industries P/N GPTS203211B, http://switches-connectors-custom.cwind.com/Asset/GPTS203211BR2.pdf SPST button switch Off-On 0 2 2 Button_Switch_THT SW_CuK_JS202011AQN_DPDT_Angled CuK sub miniature slide switch, JS series, DPDT, right angle, http://www.ckswitches.com/media/1422/js.pdf switch DPDT 0 6 6 Button_Switch_THT SW_CuK_JS202011CQN_DPDT_Straight CuK sub miniature slide switch, JS series, DPDT, right angle, http://www.ckswitches.com/media/1422/js.pdf switch DPDT 0 6 6 Button_Switch_THT SW_CuK_OS102011MA1QN1_SPDT_Angled CuK miniature slide switch, OS series, SPDT, right angle, http://www.ckswitches.com/media/1428/os.pdf switch SPDT 0 5 3 Button_Switch_THT SW_DIP_SPSTx01_Piano_10.8x4.1mm_W7.62mm_P2.54mm 1x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x4.1mm DIP Switch SPST Piano 7.62mm 300mil 0 2 2 Button_Switch_THT SW_DIP_SPSTx01_Slide_6.7x4.1mm_W7.62mm_P2.54mm_LowProfile 1x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x4.1mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 2 2 Button_Switch_THT SW_DIP_SPSTx01_Slide_9.78x4.72mm_W7.62mm_P2.54mm 1x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x4.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 2 2 Button_Switch_THT SW_DIP_SPSTx02_Piano_10.8x6.64mm_W7.62mm_P2.54mm 2x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x6.64mm DIP Switch SPST Piano 7.62mm 300mil 0 4 4 Button_Switch_THT SW_DIP_SPSTx02_Piano_CTS_Series194-2MSTN_W7.62mm_P2.54mm 2x-dip-switch SPST CTS_Series194-2MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 4 4 Button_Switch_THT SW_DIP_SPSTx02_Slide_6.7x6.64mm_W7.62mm_P2.54mm_LowProfile 2x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x6.64mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 4 4 Button_Switch_THT SW_DIP_SPSTx02_Slide_9.78x7.26mm_W7.62mm_P2.54mm 2x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x7.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 4 4 Button_Switch_THT SW_DIP_SPSTx03_Piano_10.8x9.18mm_W7.62mm_P2.54mm 3x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x9.18mm DIP Switch SPST Piano 7.62mm 300mil 0 6 6 Button_Switch_THT SW_DIP_SPSTx03_Piano_CTS_Series194-3MSTN_W7.62mm_P2.54mm 3x-dip-switch SPST CTS_Series194-3MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 6 6 Button_Switch_THT SW_DIP_SPSTx03_Slide_6.7x9.18mm_W7.62mm_P2.54mm_LowProfile 3x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x9.18mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 6 6 Button_Switch_THT SW_DIP_SPSTx03_Slide_9.78x9.8mm_W7.62mm_P2.54mm 3x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x9.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 6 6 Button_Switch_THT SW_DIP_SPSTx04_Piano_10.8x11.72mm_W7.62mm_P2.54mm 4x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x11.72mm DIP Switch SPST Piano 7.62mm 300mil 0 8 8 Button_Switch_THT SW_DIP_SPSTx04_Piano_CTS_Series194-4MSTN_W7.62mm_P2.54mm 4x-dip-switch SPST CTS_Series194-4MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 8 8 Button_Switch_THT SW_DIP_SPSTx04_Slide_6.7x11.72mm_W7.62mm_P2.54mm_LowProfile 4x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x11.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 8 8 Button_Switch_THT SW_DIP_SPSTx04_Slide_9.78x12.34mm_W7.62mm_P2.54mm 4x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x12.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 8 8 Button_Switch_THT SW_DIP_SPSTx05_Piano_10.8x14.26mm_W7.62mm_P2.54mm 5x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x14.26mm DIP Switch SPST Piano 7.62mm 300mil 0 10 10 Button_Switch_THT SW_DIP_SPSTx05_Piano_CTS_Series194-5MSTN_W7.62mm_P2.54mm 5x-dip-switch SPST CTS_Series194-5MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 10 10 Button_Switch_THT SW_DIP_SPSTx05_Slide_6.7x14.26mm_W7.62mm_P2.54mm_LowProfile 5x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x14.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 10 10 Button_Switch_THT SW_DIP_SPSTx05_Slide_9.78x14.88mm_W7.62mm_P2.54mm 5x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x14.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 10 10 Button_Switch_THT SW_DIP_SPSTx06_Piano_10.8x16.8mm_W7.62mm_P2.54mm 6x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x16.8mm DIP Switch SPST Piano 7.62mm 300mil 0 12 12 Button_Switch_THT SW_DIP_SPSTx06_Piano_CTS_Series194-6MSTN_W7.62mm_P2.54mm 6x-dip-switch SPST CTS_Series194-6MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 12 12 Button_Switch_THT SW_DIP_SPSTx06_Slide_6.7x16.8mm_W7.62mm_P2.54mm_LowProfile 6x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x16.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 12 12 Button_Switch_THT SW_DIP_SPSTx06_Slide_9.78x17.42mm_W7.62mm_P2.54mm 6x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x17.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 12 12 Button_Switch_THT SW_DIP_SPSTx07_Piano_10.8x19.34mm_W7.62mm_P2.54mm 7x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x19.34mm DIP Switch SPST Piano 7.62mm 300mil 0 14 14 Button_Switch_THT SW_DIP_SPSTx07_Piano_CTS_Series194-7MSTN_W7.62mm_P2.54mm 7x-dip-switch SPST CTS_Series194-7MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 14 14 Button_Switch_THT SW_DIP_SPSTx07_Slide_6.7x19.34mm_W7.62mm_P2.54mm_LowProfile 7x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x19.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 14 14 Button_Switch_THT SW_DIP_SPSTx07_Slide_9.78x19.96mm_W7.62mm_P2.54mm 7x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x19.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 14 14 Button_Switch_THT SW_DIP_SPSTx08_Piano_10.8x21.88mm_W7.62mm_P2.54mm 8x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x21.88mm DIP Switch SPST Piano 7.62mm 300mil 0 16 16 Button_Switch_THT SW_DIP_SPSTx08_Piano_CTS_Series194-8MSTN_W7.62mm_P2.54mm 8x-dip-switch SPST CTS_Series194-8MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 16 16 Button_Switch_THT SW_DIP_SPSTx08_Slide_6.7x21.88mm_W7.62mm_P2.54mm_LowProfile 8x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x21.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 16 16 Button_Switch_THT SW_DIP_SPSTx08_Slide_9.78x22.5mm_W7.62mm_P2.54mm 8x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x22.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 16 16 Button_Switch_THT SW_DIP_SPSTx09_Piano_10.8x24.42mm_W7.62mm_P2.54mm 9x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x24.42mm DIP Switch SPST Piano 7.62mm 300mil 0 18 18 Button_Switch_THT SW_DIP_SPSTx09_Piano_CTS_Series194-9MSTN_W7.62mm_P2.54mm 9x-dip-switch SPST CTS_Series194-9MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 18 18 Button_Switch_THT SW_DIP_SPSTx09_Slide_6.7x24.42mm_W7.62mm_P2.54mm_LowProfile 9x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x24.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 18 18 Button_Switch_THT SW_DIP_SPSTx09_Slide_9.78x25.04mm_W7.62mm_P2.54mm 9x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x25.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 18 18 Button_Switch_THT SW_DIP_SPSTx10_Piano_10.8x26.96mm_W7.62mm_P2.54mm 10x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x26.96mm DIP Switch SPST Piano 7.62mm 300mil 0 20 20 Button_Switch_THT SW_DIP_SPSTx10_Piano_CTS_Series194-10MSTN_W7.62mm_P2.54mm 10x-dip-switch SPST CTS_Series194-10MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 20 20 Button_Switch_THT SW_DIP_SPSTx10_Slide_6.7x26.96mm_W7.62mm_P2.54mm_LowProfile 10x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x26.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 20 20 Button_Switch_THT SW_DIP_SPSTx10_Slide_9.78x27.58mm_W7.62mm_P2.54mm 10x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x27.58mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 20 20 Button_Switch_THT SW_DIP_SPSTx11_Piano_10.8x29.5mm_W7.62mm_P2.54mm 11x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x29.5mm DIP Switch SPST Piano 7.62mm 300mil 0 22 22 Button_Switch_THT SW_DIP_SPSTx11_Piano_CTS_Series194-11MSTN_W7.62mm_P2.54mm 11x-dip-switch SPST CTS_Series194-11MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 22 22 Button_Switch_THT SW_DIP_SPSTx11_Slide_6.7x29.5mm_W7.62mm_P2.54mm_LowProfile 11x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x29.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 22 22 Button_Switch_THT SW_DIP_SPSTx11_Slide_9.78x30.12mm_W7.62mm_P2.54mm 11x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x30.12mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 22 22 Button_Switch_THT SW_DIP_SPSTx12_Piano_10.8x32.04mm_W7.62mm_P2.54mm 12x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x32.04mm DIP Switch SPST Piano 7.62mm 300mil 0 24 24 Button_Switch_THT SW_DIP_SPSTx12_Piano_CTS_Series194-12MSTN_W7.62mm_P2.54mm 12x-dip-switch SPST CTS_Series194-12MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) DIP Switch SPST Piano 7.62mm 300mil 0 24 24 Button_Switch_THT SW_DIP_SPSTx12_Slide_6.7x32.04mm_W7.62mm_P2.54mm_LowProfile 12x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x32.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile DIP Switch SPST Slide 7.62mm 300mil LowProfile 0 24 24 Button_Switch_THT SW_DIP_SPSTx12_Slide_9.78x32.66mm_W7.62mm_P2.54mm 12x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x32.66mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) DIP Switch SPST Slide 7.62mm 300mil 0 24 24 Button_Switch_THT SW_E-Switch_EG1224_SPDT_Angled E-Switch slide switch, EG series, SPDT, right angle, http://spec_sheets.e-switch.com/specs/P040042.pdf switch SPDT 0 7 3 Button_Switch_THT SW_E-Switch_EG1271_DPDT E-Switch sub miniature slide switch, EG series, DPDT, http://spec_sheets.e-switch.com/specs/P040047.pdf switch DPDT 0 6 6 Button_Switch_THT SW_E-Switch_EG2219_DPDT_Angled E-Switch slide switch, EG series, DPDT, right angle, http://spec_sheets.e-switch.com/specs/P040170.pdf switch DPDT 0 10 6 Button_Switch_THT SW_Lever_1P2T_NKK_GW12LxH Switch, single pole double throw, right angle, http://www.nkkswitches.com/pdf/GW.pdf switch single-pole double-throw spdt ON-ON horizontal 0 5 3 Button_Switch_THT SW_MEC_5GTH9 MEC 5G single pole normally-open tactile switch https://cdn.sos.sk/productdata/80/f6/aabf7be6/5gth9358222.pdf switch normally-open pushbutton push-button 0 4 2 Button_Switch_THT SW_NKK_BB15AH https://www.nkkswitches.com/pdf/Bpushbuttons-1.pdf Pushbutton Right-angle 0 5 3 Button_Switch_THT SW_NKK_G1xJP Switch NKK G1xJP http://www.nkkswitches.com/pdf/gwillum.pdf SWITCH TOGGLE ILLUM SPDT NKK 0 6 6 Button_Switch_THT SW_NKK_GW12LJP Switch, single pole double throw, illuminated paddle, http://www.nkkswitches.com/pdf/gwillum.pdf switch single-pole double-throw spdt ON-ON illuminated LED 0 6 6 Button_Switch_THT SW_PUSH-12mm SW PUSH 12mm https://www.e-switch.com/system/asset/product_line/data_sheet/143/TL1100.pdf tact sw push 12mm 0 4 2 Button_Switch_THT SW_PUSH-12mm_Wuerth-430476085716 SW PUSH 12mm http://katalog.we-online.de/em/datasheet/430476085716.pdf tact sw push 12mm 0 4 2 Button_Switch_THT SW_PUSH_6mm https://www.omron.com/ecb/products/pdf/en-b3f.pdf tact sw push 6mm 0 4 2 Button_Switch_THT SW_PUSH_6mm_H4.3mm tactile push button, 6x6mm e.g. PHAP33xx series, height=4.3mm tact sw push 6mm 0 4 2 Button_Switch_THT SW_PUSH_6mm_H5mm tactile push button, 6x6mm e.g. PHAP33xx series, height=5mm tact sw push 6mm 0 4 2 Button_Switch_THT SW_PUSH_6mm_H7.3mm tactile push button, 6x6mm e.g. PHAP33xx series, height=7.3mm tact sw push 6mm 0 4 2 Button_Switch_THT SW_PUSH_6mm_H8.5mm tactile push button, 6x6mm e.g. PHAP33xx series, height=8.5mm tact sw push 6mm 0 4 2 Button_Switch_THT SW_PUSH_6mm_H8mm tactile push button, 6x6mm e.g. PHAP33xx series, height=8mm tact sw push 6mm 0 4 2 Button_Switch_THT SW_PUSH_6mm_H9.5mm tactile push button, 6x6mm e.g. PHAP33xx series, height=9.5mm tact sw push 6mm 0 4 2 Button_Switch_THT SW_PUSH_6mm_H13mm tactile push button, 6x6mm e.g. PHAP33xx series, height=13mm tact sw push 6mm 0 4 2 Button_Switch_THT SW_PUSH_E-Switch_FS5700DP_DPDT FS5700 series pushbutton footswitch, DPDT, https://www.e-switch.com/system/asset/product_line/data_sheet/226/FS5700.pdf switch DPDT footswitch 0 6 6 Button_Switch_THT SW_PUSH_LCD_E3_SAxxxx Switch with LCD screen E3 SAxxxx switch normally-open pushbutton push-button LCD 0 6 6 Button_Switch_THT SW_PUSH_LCD_E3_SAxxxx_SocketPins Switch with LCD screen E3 SAxxxx switch normally-open pushbutton push-button LCD 0 6 6 Button_Switch_THT SW_Push_1P1T_NO_LED_E-Switch_TL1250 illuminated right angle tact switch https://www.e-switch.com/system/asset/product_line/data_sheet/148/TL1250.pdf led push switch right angle 0 6 4 Button_Switch_THT SW_Push_1P2T_Vertical_E-Switch_800UDP8P1A1M6 right angle SPDT push button https://www.e-switch.com/system/asset/product_line/data_sheet/210/800U.pdf IP67 ultra-miniture horizontal 0 5 3 Button_Switch_THT SW_Push_2P2T_Vertical_E-Switch_800UDP8P1A1M6 right angle DPDT push button https://www.e-switch.com/system/asset/product_line/data_sheet/210/800U.pdf IP67 ultra-miniture horizontal 0 8 6 Button_Switch_THT SW_Slide_1P2T_CK_OS102011MS2Q CuK miniature slide switch, OS series, SPDT, https://www.ckswitches.com/media/1428/os.pdf switch SPDT 0 5 3 Button_Switch_THT SW_TH_Tactile_Omron_B3F-10xx SW_TH_Tactile_Omron_B3F-10xx_https://www.omron.com/ecb/products/pdf/en-b3f.pdf Omron B3F-10xx 0 4 4 Button_Switch_THT SW_Tactile_SKHH_Angled tactile switch 6mm ALPS SKHH right angle http://www.alps.com/prod/info/E/HTML/Tact/SnapIn/SKHH/SKHHLUA010.html tactile switch 6mm ALPS SKHH right angle 0 4 2 Button_Switch_THT SW_Tactile_SPST_Angled_PTS645Vx31-2LFS tactile switch SPST right angle, PTS645VL31-2 LFS tactile switch SPST angled PTS645VL31-2 LFS C&K Button 0 4 2 Button_Switch_THT SW_Tactile_SPST_Angled_PTS645Vx39-2LFS tactile switch SPST right angle, PTS645VL39-2 LFS tactile switch SPST angled PTS645VL39-2 LFS C&K Button 0 4 2 Button_Switch_THT SW_Tactile_SPST_Angled_PTS645Vx58-2LFS tactile switch SPST right angle, PTS645VL58-2 LFS tactile switch SPST angled PTS645VL58-2 LFS C&K Button 0 4 2 Button_Switch_THT SW_Tactile_SPST_Angled_PTS645Vx83-2LFS tactile switch SPST right angle, PTS645VL83-2 LFS tactile switch SPST angled PTS645VL83-2 LFS C&K Button 0 4 2 Button_Switch_THT SW_Tactile_Straight_KSA0Axx1LFTR SW PUSH SMALL http://www.ckswitches.com/media/1457/ksa_ksl.pdf SW PUSH SMALL Tactile C&K 0 4 2 Button_Switch_THT SW_Tactile_Straight_KSL0Axx1LFTR SW PUSH SMALL http://www.ckswitches.com/media/1457/ksa_ksl.pdf SW PUSH SMALL Tactile C&K 0 4 2 Buzzer_Beeper Buzzer_12x9.5RM7.6 Generic Buzzer, D12mm height 9.5mm with RM7.6mm buzzer 0 2 2 Buzzer_Beeper Buzzer_15x7.5RM7.6 Generic Buzzer, D15mm height 7.5mm with RM7.6mm buzzer 0 2 2 Buzzer_Beeper Buzzer_CUI_CPT-9019S-SMT https://www.cui.com/product/resource/cpt-9019s-smt.pdf buzzer piezo 0 2 2 Buzzer_Beeper Buzzer_Murata_PKMCS0909E4000-R1 Murata Buzzer http://www.murata.com/en-us/api/pdfdownloadapi?cate=&partno=PKMCS0909E4000-R1 Murata Buzzer Beeper 0 2 2 Buzzer_Beeper Buzzer_TDK_PS1240P02BT_D12.2mm_H6.5mm Buzzer, D12.2mm height 6.5mm, https://product.tdk.com/info/en/catalog/datasheets/piezoelectronic_buzzer_ps_en.pdf buzzer 0 2 2 Buzzer_Beeper MagneticBuzzer_CUI_CST-931RP-A CST-931RP-A, http://www.cui.com/product/resource/cst-931rp-a.pdf CST-931RP-A 0 2 2 Buzzer_Beeper MagneticBuzzer_Kingstate_KCG0601 Buzzer, Elektromagnetic Beeper, Summer, Kingstate KCG0601 0 2 2 Buzzer_Beeper MagneticBuzzer_Kobitone_254-EMB84Q-RO MagneticBuzzer Kobitone 254-EMB84Q-RO https://www.mouser.es/datasheet/2/209/KT-400385-1171904.pdf MagneticBuzzer Kobitone 254-EMB84Q-RO 0 3 3 Buzzer_Beeper MagneticBuzzer_ProSignal_ABI-009-RC Buzzer, Elektromagnetic Beeper, Summer, 6V-DC, Pro Signal ABI-009-RC 0 2 2 Buzzer_Beeper MagneticBuzzer_ProSignal_ABI-010-RC Buzzer, Elektromagnetic Beeper, Summer, 12V-DC, Pro Signal ABI-010-RC 0 2 2 Buzzer_Beeper MagneticBuzzer_ProSignal_ABT-410-RC Buzzer, Elektromagnetic Beeper, Summer, 1,5V-DC, Pro Signal ABT-410-RC 0 2 2 Buzzer_Beeper MagneticBuzzer_ProjectsUnlimited_AI-4228-TWT-R Buzzer, Elektromagnetic Beeper, Summer, 3-28V-DC, https://www.kynix.com/uploadfiles/pdf/AI-4228-TWT-R.pdf Projects Unlimited AI-4228-TWT-R 0 2 2 Buzzer_Beeper MagneticBuzzer_StarMicronics_HMB-06_HMB-12 Buzzer, Elektromagnetic Beeper, Summer, Star Micronics HMB-06 HMB-12 0 2 2 Buzzer_Beeper PUIAudio_SMT_0825_S_4_R SMD 8540, http://www.puiaudio.com/product-detail.aspx?partnumber=SMT-0825-S-4-R SMD 8540 0 4 4 Calibration_Scale Gauge_10mm_Type1_CopperTop Gauge, Massstab, 10mm, CopperTop, Type 1, Gauge Massstab 10mm CopperTop Type 1 0 0 0 Calibration_Scale Gauge_10mm_Type1_SilkScreenTop Gauge, Massstab, 10mm, SilkScreenTop, Type 1, Gauge Massstab 10mm SilkScreenTop Type 1 0 0 0 Calibration_Scale Gauge_10mm_Type2_CopperTop Gauge, Massstab, 10mm, CopperTop, Type 2, Gauge Massstab 10mm CopperTop Type 2 0 0 0 Calibration_Scale Gauge_10mm_Type2_SilkScreenTop Gauge, Massstab, 10mm, SilkScreenTop, Type 2, Gauge Massstab 10mm SilkScreenTop Type 2 0 0 0 Calibration_Scale Gauge_10mm_Type3_CopperTop Gauge, Massstab, 10mm, CopperTop, Type 3, Gauge Massstab 10mm CopperTop Type 3 0 0 0 Calibration_Scale Gauge_10mm_Type3_SilkScreenTop Gauge, Massstab, 10mm, SilkScreenTop, Type 3, Gauge Massstab 10mm SilkScreenTop Type 3 0 0 0 Calibration_Scale Gauge_10mm_Type4_CopperTop Gauge, Massstab, 10mm, CopperTop, Type 4, Gauge Massstab 10mm CopperTop Type 4 0 0 0 Calibration_Scale Gauge_10mm_Type4_SilkScreenTop Gauge, Massstab, 10mm, SilkScreenTop, Type 4, Gauge Massstab 10mm SilkScreenTop Type 4 0 0 0 Calibration_Scale Gauge_10mm_Type5_CopperTop Gauge, Massstab, 10mm, CopperTop, Type 5, Gauge Massstab 10mm CopperTop Type 5 0 0 0 Calibration_Scale Gauge_10mm_Type5_SilkScreenTop Gauge, Massstab, 10mm, SilkScreenTop, Type 5, Gauge Massstab 10mm SilkScreenTop Type 5 0 0 0 Calibration_Scale Gauge_50mm_Type1_CopperTop Gauge, Massstab, 50mm, CopperTop, Type 1, Gauge Massstab 50mm CopperTop Type 1 0 0 0 Calibration_Scale Gauge_50mm_Type1_SilkScreenTop Gauge, Massstab, 50mm, SilkScreenTop, Type 1, Gauge Massstab 50mm SilkScreenTop Type 1 0 0 0 Calibration_Scale Gauge_50mm_Type2_CopperTop Gauge, Massstab, 50mm, CopperTop, Type 2, Gauge Massstab 50mm CopperTop Type 2 0 0 0 Calibration_Scale Gauge_50mm_Type2_SilkScreenTop Gauge, Massstab, 50mm, SilkScreenTop, Type 2, Gauge Massstab 50mm SilkScreenTop Type 2 0 0 0 Calibration_Scale Gauge_100mm_Grid_Type1_CopperTop Gauge, Massstab, 100mm, Gitter, Grid, CopperTop, Type 1, Gauge Massstab 100mm Gitter Grid CopperTop Type 1 0 0 0 Calibration_Scale Gauge_100mm_Type1_CopperTop Gauge, Massstab, 100mm, CopperTop, Type 1, Gauge Massstab 100mm CopperTop Type 1 0 0 0 Calibration_Scale Gauge_100mm_Type1_SilkScreenTop Gauge, Massstab, 100mm, SilkScreenTop, Type 1, Gauge Massstab 100mm SilkScreenTop Type 1 0 0 0 Calibration_Scale Gauge_100mm_Type2_CopperTop Gauge, Massstab, 100mm, CopperTop, Type 2, Gauge Massstab 100mm CopperTop Type 2 0 0 0 Calibration_Scale Gauge_100mm_Type2_SilkScreenTop Gauge, Massstab, 100mm, SilkScreenTop, Type 2, Gauge Massstab 100mm SilkScreenTop Type 2 0 0 0 Capacitor_SMD CP_Elec_3x5.3 SMT capacitor, aluminium electrolytic, 3x5.3, Cornell Dubilier Electronics Capacitor Electrolytic 0 2 2 Capacitor_SMD CP_Elec_3x5.4 SMD capacitor, aluminum electrolytic, Nichicon, 3.0x5.4mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_4x3 SMD capacitor, aluminum electrolytic, Nichicon, 4.0x3mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_4x3.9 SMD capacitor, aluminum electrolytic, Nichicon, 4.0x3.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_4x4.5 SMD capacitor, aluminum electrolytic, Nichicon, 4.0x4.5mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_4x5.3 SMD capacitor, aluminum electrolytic, Vishay, 4.0x5.3mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_4x5.4 SMD capacitor, aluminum electrolytic, Panasonic A5 / Nichicon, 4.0x5.4mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_4x5.7 SMD capacitor, aluminum electrolytic, United Chemi-Con, 4.0x5.7mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_4x5.8 SMD capacitor, aluminum electrolytic, Panasonic, 4.0x5.8mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_5x3 SMD capacitor, aluminum electrolytic, Nichicon, 5.0x3.0mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_5x3.9 SMD capacitor, aluminum electrolytic, Nichicon, 5.0x3.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_5x4.4 SMD capacitor, aluminum electrolytic, Panasonic B45, 5.0x4.4mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_5x4.5 SMD capacitor, aluminum electrolytic, Nichicon, 5.0x4.5mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_5x5.3 SMD capacitor, aluminum electrolytic, Nichicon, 5.0x5.3mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_5x5.4 SMD capacitor, aluminum electrolytic, Nichicon, 5.0x5.4mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_5x5.7 SMD capacitor, aluminum electrolytic, United Chemi-Con, 5.0x5.7mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_5x5.8 SMD capacitor, aluminum electrolytic, Panasonic, 5.0x5.8mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_5x5.9 SMD capacitor, aluminum electrolytic, Panasonic B6, 5.0x5.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x3 SMD capacitor, aluminum electrolytic, Nichicon, 6.3x3.0mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x3.9 SMD capacitor, aluminum electrolytic, Nichicon, 6.3x3.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x4.5 SMD capacitor, aluminum electrolytic, Nichicon, 6.3x4.5mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x4.9 SMD capacitor, aluminum electrolytic, Panasonic C5, 6.3x4.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x5.2 SMD capacitor, aluminum electrolytic, United Chemi-Con, 6.3x5.2mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x5.3 SMD capacitor, aluminum electrolytic, Cornell Dubilier, 6.3x5.3mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x5.4 SMD capacitor, aluminum electrolytic, Panasonic C55, 6.3x5.4mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x5.4_Nichicon SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.4mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x5.7 SMD capacitor, aluminum electrolytic, United Chemi-Con, 6.3x5.7mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x5.8 SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.8mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x5.9 SMD capacitor, aluminum electrolytic, Panasonic C6, 6.3x5.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x7.7 SMD capacitor, aluminum electrolytic, Nichicon, 6.3x7.7mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_6.3x9.9 SMD capacitor, aluminum electrolytic, Panasonic C10, 6.3x9.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_8x5.4 SMD capacitor, aluminum electrolytic, Nichicon, 8.0x5.4mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_8x6.2 SMD capacitor, aluminum electrolytic, Nichicon, 8.0x6.2mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_8x6.5 SMD capacitor, aluminum electrolytic, Rubycon, 8.0x6.5mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_8x6.7 SMD capacitor, aluminum electrolytic, United Chemi-Con, 8.0x6.7mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_8x6.9 SMD capacitor, aluminum electrolytic, Panasonic E7, 8.0x6.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_8x10 SMD capacitor, aluminum electrolytic, Nichicon, 8.0x10mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_8x10.5 SMD capacitor, aluminum electrolytic, Vishay 0810, 8.0x10.5mm, http://www.vishay.com/docs/28395/150crz.pdf capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_8x11.9 SMD capacitor, aluminum electrolytic, Panasonic E12, 8.0x11.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_10x7.7 SMD capacitor, aluminum electrolytic, Nichicon, 10.0x7.7mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_10x7.9 SMD capacitor, aluminum electrolytic, Panasonic F8, 10.0x7.9mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_10x10 SMD capacitor, aluminum electrolytic, Nichicon, 10.0x10.0mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_10x10.5 SMD capacitor, aluminum electrolytic, Vishay 1010, 10.0x10.5mm, http://www.vishay.com/docs/28395/150crz.pdf capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_10x12.5 SMD capacitor, aluminum electrolytic, Vishay 1012, 10.0x12.5mm, http://www.vishay.com/docs/28395/150crz.pdf capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_10x12.6 SMD capacitor, aluminum electrolytic, Panasonic F12, 10.0x12.6mm capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_10x14.3 SMD capacitor, aluminum electrolytic, Vishay 1014, 10.0x14.3mm, http://www.vishay.com/docs/28395/150crz.pdf capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_16x17.5 SMD capacitor, aluminum electrolytic, Vishay 1616, 16.0x17.5mm, http://www.vishay.com/docs/28395/150crz.pdf capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_16x22 SMD capacitor, aluminum electrolytic, Vishay 1621, 16.0x22.0mm, http://www.vishay.com/docs/28395/150crz.pdf capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_18x17.5 SMD capacitor, aluminum electrolytic, Vishay 1816, 18.0x17.5mm, http://www.vishay.com/docs/28395/150crz.pdf capacitor electrolytic 0 2 2 Capacitor_SMD CP_Elec_18x22 SMD capacitor, aluminum electrolytic, Vishay 1821, 18.0x22.0mm, http://www.vishay.com/docs/28395/150crz.pdf capacitor electrolytic 0 2 2 Capacitor_SMD C_0201_0603Metric Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator capacitor 0 4 2 Capacitor_SMD C_0402_1005Metric Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_0603_1608Metric Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_0603_1608Metric_Pad1.05x0.95mm_HandSolder Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_0805_2012Metric Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_0805_2012Metric_Pad1.15x1.40mm_HandSolder Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_01005_0402Metric Capacitor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator capacitor 0 4 2 Capacitor_SMD C_1206_3216Metric Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_1206_3216Metric_Pad1.42x1.75mm_HandSolder Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_1210_3225Metric Capacitor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_1210_3225Metric_Pad1.42x2.65mm_HandSolder Capacitor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_1806_4516Metric Capacitor SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.modelithics.com/models/Vendor/MuRata/BLM41P.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_1806_4516Metric_Pad1.57x1.80mm_HandSolder Capacitor SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.modelithics.com/models/Vendor/MuRata/BLM41P.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_1812_4532Metric Capacitor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_1812_4532Metric_Pad1.30x3.40mm_HandSolder Capacitor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_1825_4564Metric Capacitor SMD 1825 (4564 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_1825_4564Metric_Pad1.88x6.70mm_HandSolder Capacitor SMD 1825 (4564 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_2010_5025Metric Capacitor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_2010_5025Metric_Pad1.52x2.65mm_HandSolder Capacitor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_2220_5650Metric Capacitor SMD 2220 (5650 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_2220_5650Metric_Pad1.97x5.40mm_HandSolder Capacitor SMD 2220 (5650 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_2225_5664Metric Capacitor SMD 2225 (5664 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_2225_5664Metric_Pad1.80x6.60mm_HandSolder Capacitor SMD 2225 (5664 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_2512_6332Metric Capacitor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_2512_6332Metric_Pad1.52x3.35mm_HandSolder Capacitor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_2816_7142Metric Capacitor SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_2816_7142Metric_Pad3.20x4.45mm_HandSolder Capacitor SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_3640_9110Metric Capacitor SMD 3640 (9110 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator capacitor 0 2 2 Capacitor_SMD C_3640_9110Metric_Pad2.10x10.45mm_HandSolder Capacitor SMD 3640 (9110 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator capacitor handsolder 0 2 2 Capacitor_SMD C_Elec_3x5.4 SMD capacitor, aluminum electrolytic nonpolar, 3.0x5.4mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_4x5.4 SMD capacitor, aluminum electrolytic nonpolar, 4.0x5.4mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_4x5.8 SMD capacitor, aluminum electrolytic nonpolar, 4.0x5.8mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_5x5.4 SMD capacitor, aluminum electrolytic nonpolar, 5.0x5.4mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_5x5.8 SMD capacitor, aluminum electrolytic nonpolar, 5.0x5.8mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_6.3x5.4 SMD capacitor, aluminum electrolytic nonpolar, 6.3x5.4mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_6.3x5.8 SMD capacitor, aluminum electrolytic nonpolar, 6.3x5.8mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_6.3x7.7 SMD capacitor, aluminum electrolytic nonpolar, 6.3x7.7mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_8x5.4 SMD capacitor, aluminum electrolytic nonpolar, 8.0x5.4mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_8x6.2 SMD capacitor, aluminum electrolytic nonpolar, 8.0x6.2mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_8x10.2 SMD capacitor, aluminum electrolytic nonpolar, 8.0x10.2mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Elec_10x10.2 SMD capacitor, aluminum electrolytic nonpolar, 10.0x10.2mm capacitor electrolyic nonpolar 0 2 2 Capacitor_SMD C_Trimmer_Murata_TZB4-A trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb Murata TZB4 TZB4-A 0 2 2 Capacitor_SMD C_Trimmer_Murata_TZB4-B trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb Murata TZB4 TZB4-A 0 2 2 Capacitor_SMD C_Trimmer_Murata_TZC3 trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb Murata TZC3 0 2 2 Capacitor_SMD C_Trimmer_Murata_TZR1 trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb Murata TZR1 0 2 2 Capacitor_SMD C_Trimmer_Murata_TZW4 trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb Murata TZW4 0 2 2 Capacitor_SMD C_Trimmer_Murata_TZY2 trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb Murata TZY2 0 2 2 Capacitor_SMD C_Trimmer_Sprague-Goodman_SGC3 trimmer capacitor SMD horizontal, http://media.wix.com/ugd/d86717_38d9821e12823a7aa9cef38c6c2a73cc.pdf Sprague Goodman SGC3 0 2 2 Capacitor_SMD C_Trimmer_Voltronics_JN trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf Voltronics JN 0 2 2 Capacitor_SMD C_Trimmer_Voltronics_JQ trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf Voltronics JQ 0 2 2 Capacitor_SMD C_Trimmer_Voltronics_JR trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf Voltronics JR 0 2 2 Capacitor_SMD C_Trimmer_Voltronics_JV trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf Voltronics JV 0 2 2 Capacitor_SMD C_Trimmer_Voltronics_JZ trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf Voltronics JR 0 2 2 Capacitor_THT CP_Axial_L10.0mm_D4.5mm_P15.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=10*4.5mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 15mm length 10mm diameter 4.5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L10.0mm_D6.0mm_P15.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=10*6mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 15mm length 10mm diameter 6mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L11.0mm_D5.0mm_P18.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=18mm, , length*diameter=11*5mm^2, Electrolytic Capacitor CP Axial series Axial Horizontal pin pitch 18mm length 11mm diameter 5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L11.0mm_D6.0mm_P18.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=18mm, , length*diameter=11*6mm^2, Electrolytic Capacitor CP Axial series Axial Horizontal pin pitch 18mm length 11mm diameter 6mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L11.0mm_D8.0mm_P15.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=11*8mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 15mm length 11mm diameter 8mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L18.0mm_D6.5mm_P25.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=18*6.5mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 25mm length 18mm diameter 6.5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L18.0mm_D8.0mm_P25.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=18*8mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 25mm length 18mm diameter 8mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L18.0mm_D10.0mm_P25.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=18*10mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 25mm length 18mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L20.0mm_D10.0mm_P26.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=26mm, , length*diameter=20*10mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 26mm length 20mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L20.0mm_D13.0mm_P26.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=26mm, , length*diameter=20*13mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 26mm length 20mm diameter 13mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L21.0mm_D8.0mm_P28.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=28mm, , length*diameter=21*8mm^2, Electrolytic Capacitor CP Axial series Axial Horizontal pin pitch 28mm length 21mm diameter 8mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L25.0mm_D10.0mm_P30.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=30mm, , length*diameter=25*10mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 30mm length 25mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L26.5mm_D20.0mm_P33.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=33mm, , length*diameter=26.5*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 33mm length 26.5mm diameter 20mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L29.0mm_D10.0mm_P35.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*10mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L29.0mm_D13.0mm_P35.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*13mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 13mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L29.0mm_D16.0mm_P35.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*16mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 16mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L29.0mm_D20.0mm_P35.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 20mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L30.0mm_D10.0mm_P35.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*10mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L30.0mm_D12.5mm_P35.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*12.5mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 12.5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L30.0mm_D15.0mm_P35.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*15mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 15mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L30.0mm_D18.0mm_P35.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*18mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 18mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L34.5mm_D20.0mm_P41.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=41mm, , length*diameter=34.5*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 41mm length 34.5mm diameter 20mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L37.0mm_D13.0mm_P43.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=43mm, , length*diameter=37*13mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 43mm length 37mm diameter 13mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L37.0mm_D16.0mm_P43.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=43mm, , length*diameter=37*16mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 43mm length 37mm diameter 16mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L37.0mm_D20.0mm_P43.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=43mm, , length*diameter=37*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf CP Axial series Axial Horizontal pin pitch 43mm length 37mm diameter 20mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L38.0mm_D18.0mm_P44.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=44mm, , length*diameter=38*18mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 44mm length 38mm diameter 18mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L38.0mm_D21.0mm_P44.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=44mm, , length*diameter=38*21mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf CP Axial series Axial Horizontal pin pitch 44mm length 38mm diameter 21mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L40.0mm_D16.0mm_P48.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=48mm, , length*diameter=40*16mm^2, Electrolytic Capacitor CP Axial series Axial Horizontal pin pitch 48mm length 40mm diameter 16mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L42.0mm_D23.0mm_P45.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 23.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L42.0mm_D26.0mm_P45.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 26mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L42.0mm_D29.0mm_P45.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 29.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L42.0mm_D32.0mm_P45.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 32.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L42.0mm_D35.0mm_P45.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 35.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L42.5mm_D20.0mm_P49.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=49mm, , length*diameter=42.5*20mm^2, Electrolytic Capacitor CP Axial series Axial Horizontal pin pitch 49mm length 42.5mm diameter 20mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L46.0mm_D20.0mm_P52.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=52mm, , length*diameter=46*20mm^2, Electrolytic Capacitor CP Axial series Axial Horizontal pin pitch 52mm length 46mm diameter 20mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L55.0mm_D23.0mm_P60.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 23.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L55.0mm_D26.0mm_P60.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 26mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L55.0mm_D29.0mm_P60.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 29.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L55.0mm_D32.0mm_P60.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 32.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L55.0mm_D35.0mm_P60.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 35.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L67.0mm_D23.0mm_P75.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 23.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L67.0mm_D26.0mm_P75.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 26mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L67.0mm_D29.0mm_P75.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 29.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L67.0mm_D32.0mm_P75.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 32.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L67.0mm_D35.0mm_P75.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 35.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L80.0mm_D23.0mm_P85.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 23.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L80.0mm_D26.0mm_P85.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 26mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L80.0mm_D29.0mm_P85.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 29.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L80.0mm_D32.0mm_P85.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 32.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L80.0mm_D35.0mm_P85.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 35.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L93.0mm_D23.0mm_P100.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 23.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L93.0mm_D26.0mm_P100.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 26mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L93.0mm_D29.0mm_P100.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 29.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L93.0mm_D32.0mm_P100.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 32.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Axial_L93.0mm_D35.0mm_P100.00mm_Horizontal CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 35.0mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D4.0mm_P1.50mm CP, Radial series, Radial, pin pitch=1.50mm, , diameter=4mm, Electrolytic Capacitor CP Radial series Radial pin pitch 1.50mm diameter 4mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D4.0mm_P2.00mm CP, Radial series, Radial, pin pitch=2.00mm, , diameter=4mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.00mm diameter 4mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D5.0mm_P2.00mm CP, Radial series, Radial, pin pitch=2.00mm, , diameter=5mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.00mm diameter 5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D5.0mm_P2.50mm CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D6.3mm_P2.50mm CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D7.5mm_P2.50mm CP, Radial series, Radial, pin pitch=2.50mm, , diameter=7.5mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.50mm diameter 7.5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D8.0mm_P2.50mm CP, Radial series, Radial, pin pitch=2.50mm, , diameter=8mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.50mm diameter 8mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D8.0mm_P3.50mm CP, Radial series, Radial, pin pitch=3.50mm, , diameter=8mm, Electrolytic Capacitor CP Radial series Radial pin pitch 3.50mm diameter 8mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D8.0mm_P3.80mm CP, Radial series, Radial, pin pitch=3.80mm, , diameter=8mm, Electrolytic Capacitor CP Radial series Radial pin pitch 3.80mm diameter 8mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D8.0mm_P5.00mm CP, Radial series, Radial, pin pitch=5.00mm, , diameter=8mm, Electrolytic Capacitor CP Radial series Radial pin pitch 5.00mm diameter 8mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D10.0mm_P2.50mm CP, Radial series, Radial, pin pitch=2.50mm, , diameter=10mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.50mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D10.0mm_P2.50mm_P5.00mm CP, Radial series, Radial, pin pitch=2.50mm 5.00mm, , diameter=10mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.50mm 5.00mm diameter 10mm Electrolytic Capacitor 0 4 2 Capacitor_THT CP_Radial_D10.0mm_P3.50mm CP, Radial series, Radial, pin pitch=3.50mm, , diameter=10mm, Electrolytic Capacitor CP Radial series Radial pin pitch 3.50mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D10.0mm_P3.80mm CP, Radial series, Radial, pin pitch=3.80mm, , diameter=10mm, Electrolytic Capacitor CP Radial series Radial pin pitch 3.80mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D10.0mm_P5.00mm CP, Radial series, Radial, pin pitch=5.00mm, , diameter=10mm, Electrolytic Capacitor CP Radial series Radial pin pitch 5.00mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D10.0mm_P5.00mm_P7.50mm CP, Radial series, Radial, pin pitch=5.00mm 7.50mm, , diameter=10mm, Electrolytic Capacitor CP Radial series Radial pin pitch 5.00mm 7.50mm diameter 10mm Electrolytic Capacitor 0 4 2 Capacitor_THT CP_Radial_D10.0mm_P7.50mm CP, Radial series, Radial, pin pitch=7.50mm, , diameter=10mm, Electrolytic Capacitor CP Radial series Radial pin pitch 7.50mm diameter 10mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D12.5mm_P2.50mm CP, Radial series, Radial, pin pitch=2.50mm, , diameter=12.5mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.50mm diameter 12.5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D12.5mm_P5.00mm CP, Radial series, Radial, pin pitch=5.00mm, , diameter=12.5mm, Electrolytic Capacitor CP Radial series Radial pin pitch 5.00mm diameter 12.5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D12.5mm_P7.50mm CP, Radial series, Radial, pin pitch=7.50mm, , diameter=12.5mm, Electrolytic Capacitor CP Radial series Radial pin pitch 7.50mm diameter 12.5mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D13.0mm_P2.50mm CP, Radial series, Radial, pin pitch=2.50mm, , diameter=13mm, Electrolytic Capacitor CP Radial series Radial pin pitch 2.50mm diameter 13mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D13.0mm_P5.00mm CP, Radial series, Radial, pin pitch=5.00mm, , diameter=13mm, Electrolytic Capacitor CP Radial series Radial pin pitch 5.00mm diameter 13mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D13.0mm_P7.50mm CP, Radial series, Radial, pin pitch=7.50mm, , diameter=13mm, Electrolytic Capacitor CP Radial series Radial pin pitch 7.50mm diameter 13mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D14.0mm_P5.00mm CP, Radial series, Radial, pin pitch=5.00mm, , diameter=14mm, Electrolytic Capacitor CP Radial series Radial pin pitch 5.00mm diameter 14mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D14.0mm_P7.50mm CP, Radial series, Radial, pin pitch=7.50mm, , diameter=14mm, Electrolytic Capacitor CP Radial series Radial pin pitch 7.50mm diameter 14mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D16.0mm_P7.50mm CP, Radial series, Radial, pin pitch=7.50mm, , diameter=16mm, Electrolytic Capacitor CP Radial series Radial pin pitch 7.50mm diameter 16mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D17.0mm_P7.50mm CP, Radial series, Radial, pin pitch=7.50mm, , diameter=17mm, Electrolytic Capacitor CP Radial series Radial pin pitch 7.50mm diameter 17mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D18.0mm_P7.50mm CP, Radial series, Radial, pin pitch=7.50mm, , diameter=18mm, Electrolytic Capacitor CP Radial series Radial pin pitch 7.50mm diameter 18mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D22.0mm_P10.00mm_3pin_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=22mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 22mm Electrolytic Capacitor 0 3 2 Capacitor_THT CP_Radial_D22.0mm_P10.00mm_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=22mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 22mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D24.0mm_P10.00mm_3pin_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=24mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 24mm Electrolytic Capacitor 0 3 2 Capacitor_THT CP_Radial_D24.0mm_P10.00mm_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=24mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 24mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D25.0mm_P10.00mm_3pin_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=25mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 25mm Electrolytic Capacitor 0 3 2 Capacitor_THT CP_Radial_D25.0mm_P10.00mm_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=25mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 25mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D26.0mm_P10.00mm_3pin_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=26mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 26mm Electrolytic Capacitor 0 3 2 Capacitor_THT CP_Radial_D26.0mm_P10.00mm_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=26mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 26mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D30.0mm_P10.00mm_3pin_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=30mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 30mm Electrolytic Capacitor 0 3 2 Capacitor_THT CP_Radial_D30.0mm_P10.00mm_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=30mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 30mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D35.0mm_P10.00mm_3pin_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=35mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 35mm Electrolytic Capacitor 0 3 2 Capacitor_THT CP_Radial_D35.0mm_P10.00mm_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=35mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 35mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_D40.0mm_P10.00mm_3pin_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=40mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 40mm Electrolytic Capacitor 0 3 2 Capacitor_THT CP_Radial_D40.0mm_P10.00mm_SnapIn CP, Radial series, Radial, pin pitch=10.00mm, , diameter=40mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf CP Radial series Radial pin pitch 10.00mm diameter 40mm Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D4.5mm_P2.50mm CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=4.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 2.50mm diameter 4.5mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D4.5mm_P5.00mm CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=4.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 5.00mm diameter 4.5mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D5.0mm_P2.50mm CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=5.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 2.50mm diameter 5.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D5.0mm_P5.00mm CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=5.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 5.00mm diameter 5.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D5.5mm_P2.50mm CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=5.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 2.50mm diameter 5.5mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D5.5mm_P5.00mm CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=5.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 5.00mm diameter 5.5mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D6.0mm_P2.50mm CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=6.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 2.50mm diameter 6.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D6.0mm_P5.00mm CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=6.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 5.00mm diameter 6.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D7.0mm_P2.50mm CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=7.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 2.50mm diameter 7.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D7.0mm_P5.00mm CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=7.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 5.00mm diameter 7.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D8.0mm_P2.50mm CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=8.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 2.50mm diameter 8.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D8.0mm_P5.00mm CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=8.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 5.00mm diameter 8.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D9.0mm_P2.50mm CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=9.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 2.50mm diameter 9.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D9.0mm_P5.00mm CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=9.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 5.00mm diameter 9.0mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D10.5mm_P2.50mm CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=10.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 2.50mm diameter 10.5mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT CP_Radial_Tantal_D10.5mm_P5.00mm CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=10.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf CP Radial_Tantal series Radial pin pitch 5.00mm diameter 10.5mm Tantal Electrolytic Capacitor 0 2 2 Capacitor_THT C_Axial_L3.8mm_D2.6mm_P7.50mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=7.5mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf C Axial series Axial Horizontal pin pitch 7.5mm length 3.8mm diameter 2.6mm 0 2 2 Capacitor_THT C_Axial_L3.8mm_D2.6mm_P10.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=10mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf C Axial series Axial Horizontal pin pitch 10mm length 3.8mm diameter 2.6mm 0 2 2 Capacitor_THT C_Axial_L3.8mm_D2.6mm_P12.50mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=12.5mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf C Axial series Axial Horizontal pin pitch 12.5mm length 3.8mm diameter 2.6mm 0 2 2 Capacitor_THT C_Axial_L3.8mm_D2.6mm_P15.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf C Axial series Axial Horizontal pin pitch 15mm length 3.8mm diameter 2.6mm 0 2 2 Capacitor_THT C_Axial_L5.1mm_D3.1mm_P7.50mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=7.5mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf C Axial series Axial Horizontal pin pitch 7.5mm length 5.1mm diameter 3.1mm 0 2 2 Capacitor_THT C_Axial_L5.1mm_D3.1mm_P10.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=10mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf C Axial series Axial Horizontal pin pitch 10mm length 5.1mm diameter 3.1mm 0 2 2 Capacitor_THT C_Axial_L5.1mm_D3.1mm_P12.50mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=12.5mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf C Axial series Axial Horizontal pin pitch 12.5mm length 5.1mm diameter 3.1mm 0 2 2 Capacitor_THT C_Axial_L5.1mm_D3.1mm_P15.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf C Axial series Axial Horizontal pin pitch 15mm length 5.1mm diameter 3.1mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D6.5mm_P15.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 6.5mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D6.5mm_P20.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 6.5mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D7.5mm_P15.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*7.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 7.5mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D7.5mm_P20.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*7.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 7.5mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D8.5mm_P15.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*8.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 8.5mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D8.5mm_P20.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*8.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 8.5mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D9.5mm_P15.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 9.5mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D9.5mm_P20.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 9.5mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D10.5mm_P15.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*10.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 10.5mm 0 2 2 Capacitor_THT C_Axial_L12.0mm_D10.5mm_P20.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*10.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 10.5mm 0 2 2 Capacitor_THT C_Axial_L17.0mm_D6.5mm_P20.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=17*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 20mm length 17mm diameter 6.5mm 0 2 2 Capacitor_THT C_Axial_L17.0mm_D6.5mm_P25.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=17*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 25mm length 17mm diameter 6.5mm 0 2 2 Capacitor_THT C_Axial_L17.0mm_D7.0mm_P20.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=17*7.0mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 20mm length 17mm diameter 7.0mm 0 2 2 Capacitor_THT C_Axial_L17.0mm_D7.0mm_P25.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=17*7.0mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 25mm length 17mm diameter 7.0mm 0 2 2 Capacitor_THT C_Axial_L19.0mm_D7.5mm_P25.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*7.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 7.5mm 0 2 2 Capacitor_THT C_Axial_L19.0mm_D8.0mm_P25.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*8.0mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 8.0mm 0 2 2 Capacitor_THT C_Axial_L19.0mm_D9.0mm_P25.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*9mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 9mm 0 2 2 Capacitor_THT C_Axial_L19.0mm_D9.5mm_P25.00mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 9.5mm 0 2 2 Capacitor_THT C_Axial_L22.0mm_D9.5mm_P27.50mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=27.5mm, , length*diameter=22*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 27.5mm length 22mm diameter 9.5mm 0 2 2 Capacitor_THT C_Axial_L22.0mm_D10.5mm_P27.50mm_Horizontal C, Axial series, Axial, Horizontal, pin pitch=27.5mm, , length*diameter=22*10.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf C Axial series Axial Horizontal pin pitch 27.5mm length 22mm diameter 10.5mm 0 2 2 Capacitor_THT C_Disc_D3.0mm_W1.6mm_P2.50mm C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.0*1.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf C Disc series Radial pin pitch 2.50mm diameter 3.0mm width 1.6mm Capacitor 0 2 2 Capacitor_THT C_Disc_D3.0mm_W2.0mm_P2.50mm C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor 0 2 2 Capacitor_THT C_Disc_D3.4mm_W2.1mm_P2.50mm C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor 0 2 2 Capacitor_THT C_Disc_D3.8mm_W2.6mm_P2.50mm C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor 0 2 2 Capacitor_THT C_Disc_D4.3mm_W1.9mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.3*1.9mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf C Disc series Radial pin pitch 5.00mm diameter 4.3mm width 1.9mm Capacitor 0 2 2 Capacitor_THT C_Disc_D4.7mm_W2.5mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.7*2.5mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf C Disc series Radial pin pitch 5.00mm diameter 4.7mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Disc_D5.0mm_W2.5mm_P2.50mm C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=5*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf C Disc series Radial pin pitch 2.50mm diameter 5mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Disc_D5.0mm_W2.5mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=5*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf C Disc series Radial pin pitch 5.00mm diameter 5mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Disc_D5.1mm_W3.2mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=5.1*3.2mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf C Disc series Radial pin pitch 5.00mm diameter 5.1mm width 3.2mm Capacitor 0 2 2 Capacitor_THT C_Disc_D6.0mm_W2.5mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=6*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf C Disc series Radial pin pitch 5.00mm diameter 6mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Disc_D6.0mm_W4.4mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=6*4.4mm^2, Capacitor C Disc series Radial pin pitch 5.00mm diameter 6mm width 4.4mm Capacitor 0 2 2 Capacitor_THT C_Disc_D7.0mm_W2.5mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf C Disc series Radial pin pitch 5.00mm diameter 7mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Disc_D7.5mm_W2.5mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*2.5mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Disc_D7.5mm_W4.4mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*4.4mm^2, Capacitor C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 4.4mm Capacitor 0 2 2 Capacitor_THT C_Disc_D7.5mm_W5.0mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D7.5mm_W5.0mm_P7.50mm C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 7.50mm diameter 7.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D7.5mm_W5.0mm_P10.00mm C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 10.00mm diameter 7.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D8.0mm_W2.5mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=8*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf C Disc series Radial pin pitch 5.00mm diameter 8mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Disc_D8.0mm_W5.0mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=8*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 5.00mm diameter 8mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D8.0mm_W5.0mm_P7.50mm C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=8*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 7.50mm diameter 8mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D8.0mm_W5.0mm_P10.00mm C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=8*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 10.00mm diameter 8mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D9.0mm_W2.5mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=9*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf C Disc series Radial pin pitch 5.00mm diameter 9mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Disc_D9.0mm_W5.0mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=9*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 5.00mm diameter 9mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D9.0mm_W5.0mm_P7.50mm C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=9*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 7.50mm diameter 9mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D9.0mm_W5.0mm_P10.00mm C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=9*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 10.00mm diameter 9mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D10.0mm_W2.5mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=10*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf C Disc series Radial pin pitch 5.00mm diameter 10mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Disc_D10.5mm_W5.0mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=10.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 5.00mm diameter 10.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D10.5mm_W5.0mm_P7.50mm C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=10.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 7.50mm diameter 10.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D10.5mm_W5.0mm_P10.00mm C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=10.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 10.00mm diameter 10.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D11.0mm_W5.0mm_P5.00mm C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=11*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 5.00mm diameter 11mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D11.0mm_W5.0mm_P7.50mm C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=11*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 7.50mm diameter 11mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D11.0mm_W5.0mm_P10.00mm C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=11*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 10.00mm diameter 11mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D12.0mm_W4.4mm_P7.75mm C, Disc series, Radial, pin pitch=7.75mm, , diameter*width=12*4.4mm^2, Capacitor C Disc series Radial pin pitch 7.75mm diameter 12mm width 4.4mm Capacitor 0 2 2 Capacitor_THT C_Disc_D12.5mm_W5.0mm_P7.50mm C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=12.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 7.50mm diameter 12.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D12.5mm_W5.0mm_P10.00mm C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=12.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 10.00mm diameter 12.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D14.5mm_W5.0mm_P7.50mm C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=14.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 7.50mm diameter 14.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D14.5mm_W5.0mm_P10.00mm C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=14.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 10.00mm diameter 14.5mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D16.0mm_W5.0mm_P7.50mm C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=16.0*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 7.50mm diameter 16.0mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Disc_D16.0mm_W5.0mm_P10.00mm C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=16.0*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf C Disc series Radial pin pitch 10.00mm diameter 16.0mm width 5.0mm Capacitor 0 2 2 Capacitor_THT C_Radial_D4.0mm_H5.0mm_P1.50mm C, Radial series, Radial, pin pitch=1.50mm, diameter=4mm, height=5mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 1.50mm diameter 4mm height 5mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D4.0mm_H7.0mm_P1.50mm C, Radial series, Radial, pin pitch=1.50mm, diameter=4mm, height=7mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 1.50mm diameter 4mm height 7mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D5.0mm_H5.0mm_P2.00mm C, Radial series, Radial, pin pitch=2.00mm, diameter=5mm, height=5mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 2.00mm diameter 5mm height 5mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D5.0mm_H7.0mm_P2.00mm C, Radial series, Radial, pin pitch=2.00mm, diameter=5mm, height=7mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 2.00mm diameter 5mm height 7mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D5.0mm_H11.0mm_P2.00mm C, Radial series, Radial, pin pitch=2.00mm, diameter=5mm, height=11mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 2.00mm diameter 5mm height 11mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D6.3mm_H5.0mm_P2.50mm C, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=5mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 2.50mm diameter 6.3mm height 5mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D6.3mm_H7.0mm_P2.50mm C, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=7mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 2.50mm diameter 6.3mm height 7mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D6.3mm_H11.0mm_P2.50mm C, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=11mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 2.50mm diameter 6.3mm height 11mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D8.0mm_H7.0mm_P3.50mm C, Radial series, Radial, pin pitch=3.50mm, diameter=8mm, height=7mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 3.50mm diameter 8mm height 7mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D8.0mm_H11.5mm_P3.50mm C, Radial series, Radial, pin pitch=3.50mm, diameter=8mm, height=11.5mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 3.50mm diameter 8mm height 11.5mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D10.0mm_H12.5mm_P5.00mm C, Radial series, Radial, pin pitch=5.00mm, diameter=10mm, height=12.5mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 5.00mm diameter 10mm height 12.5mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D10.0mm_H16.0mm_P5.00mm C, Radial series, Radial, pin pitch=5.00mm, diameter=10mm, height=16mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 5.00mm diameter 10mm height 16mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D10.0mm_H20.0mm_P5.00mm C, Radial series, Radial, pin pitch=5.00mm, diameter=10mm, height=20mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 5.00mm diameter 10mm height 20mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D12.5mm_H20.0mm_P5.00mm C, Radial series, Radial, pin pitch=5.00mm, diameter=12.5mm, height=20mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 5.00mm diameter 12.5mm height 20mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D12.5mm_H25.0mm_P5.00mm C, Radial series, Radial, pin pitch=5.00mm, diameter=12.5mm, height=25mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 5.00mm diameter 12.5mm height 25mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D16.0mm_H25.0mm_P7.50mm C, Radial series, Radial, pin pitch=7.50mm, diameter=16mm, height=25mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 7.50mm diameter 16mm height 25mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D16.0mm_H31.5mm_P7.50mm C, Radial series, Radial, pin pitch=7.50mm, diameter=16mm, height=31.5mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 7.50mm diameter 16mm height 31.5mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Radial_D18.0mm_H35.5mm_P7.50mm C, Radial series, Radial, pin pitch=7.50mm, diameter=18mm, height=35.5mm, Non-Polar Electrolytic Capacitor C Radial series Radial pin pitch 7.50mm diameter 18mm height 35.5mm Non-Polar Electrolytic Capacitor 0 2 2 Capacitor_THT C_Rect_L4.0mm_W2.5mm_P2.50mm C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L4.6mm_W2.0mm_P2.50mm_MKS02_FKP02 C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*2mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf C Rect series Radial pin pitch 2.50mm length 4.6mm width 2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L4.6mm_W3.0mm_P2.50mm_MKS02_FKP02 C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*3.0mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf C Rect series Radial pin pitch 2.50mm length 4.6mm width 3.0mm Capacitor 0 2 2 Capacitor_THT C_Rect_L4.6mm_W3.8mm_P2.50mm_MKS02_FKP02 C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*3.8mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf C Rect series Radial pin pitch 2.50mm length 4.6mm width 3.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L4.6mm_W4.6mm_P2.50mm_MKS02_FKP02 C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*4.6mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf C Rect series Radial pin pitch 2.50mm length 4.6mm width 4.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L4.6mm_W5.5mm_P2.50mm_MKS02_FKP02 C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*5.5mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf C Rect series Radial pin pitch 2.50mm length 4.6mm width 5.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.0mm_W2.0mm_P5.00mm C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*2mm^2, Capacitor C Rect series Radial pin pitch 5.00mm length 7mm width 2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.0mm_W2.5mm_P5.00mm C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*2.5mm^2, Capacitor C Rect series Radial pin pitch 5.00mm length 7mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.0mm_W3.5mm_P2.50mm_P5.00mm C, Rect series, Radial, pin pitch=2.50mm 5.00mm, , length*width=7*3.5mm^2, Capacitor C Rect series Radial pin pitch 2.50mm 5.00mm length 7mm width 3.5mm Capacitor 0 4 2 Capacitor_THT C_Rect_L7.0mm_W3.5mm_P5.00mm C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*3.5mm^2, Capacitor C Rect series Radial pin pitch 5.00mm length 7mm width 3.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.0mm_W4.5mm_P5.00mm C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*4.5mm^2, Capacitor C Rect series Radial pin pitch 5.00mm length 7mm width 4.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.0mm_W6.0mm_P5.00mm C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*6mm^2, Capacitor C Rect series Radial pin pitch 5.00mm length 7mm width 6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.0mm_W6.5mm_P5.00mm C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*6.5mm^2, Capacitor C Rect series Radial pin pitch 5.00mm length 7mm width 6.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.2mm_W2.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*2.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf C Rect series Radial pin pitch 5.00mm length 7.2mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.0mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.2mm_W3.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*5.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf C Rect series Radial pin pitch 5.00mm length 7.2mm width 5.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.2mm_W7.2mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*7.2mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf C Rect series Radial pin pitch 5.00mm length 7.2mm width 7.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.2mm_W8.5mm_P5.00mm_FKP2_FKP2_MKS2_MKP2 C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*8.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf C Rect series Radial pin pitch 5.00mm length 7.2mm width 8.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.2mm_W11.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf C Rect series Radial pin pitch 5.00mm length 7.2mm width 11mm Capacitor 0 2 2 Capacitor_THT C_Rect_L7.5mm_W6.5mm_P5.00mm C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.5*6.5mm^2, Capacitor C Rect series Radial pin pitch 5.00mm length 7.5mm width 6.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W2.5mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*2.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W2.6mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*2.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 2.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W2.7mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*2.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 2.7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W3.2mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 3.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W3.3mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 3.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W3.4mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 3.4mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W3.6mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 3.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W3.8mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 3.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W3.9mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 3.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W4.0mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*4.0mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 4.0mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W4.2mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*4.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 4.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W4.9mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*4.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 4.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W5.1mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*5.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 5.1mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W5.7mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*5.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 5.7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W6.4mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*6.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 6.4mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W6.7mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*6.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 6.7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W7.7mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*7.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 7.7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W8.5mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*8.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 8.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W9.5mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*9.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 9.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L9.0mm_W9.8mm_P7.50mm_MKT C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*9.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 7.50mm length 9mm width 9.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L10.0mm_W2.5mm_P7.50mm_MKS4 C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*2.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 7.50mm length 10mm width 2.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L10.0mm_W3.0mm_P7.50mm_FKS3_FKP3 C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*3mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf C Rect series Radial pin pitch 7.50mm length 10mm width 3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L10.0mm_W3.0mm_P7.50mm_MKS4 C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 7.50mm length 10mm width 3.0mm Capacitor 0 2 2 Capacitor_THT C_Rect_L10.0mm_W4.0mm_P7.50mm_FKS3_FKP3 C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*4mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf C Rect series Radial pin pitch 7.50mm length 10mm width 4mm Capacitor 0 2 2 Capacitor_THT C_Rect_L10.0mm_W4.0mm_P7.50mm_MKS4 C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*4.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 7.50mm length 10mm width 4.0mm Capacitor 0 2 2 Capacitor_THT C_Rect_L10.0mm_W5.0mm_P5.00mm_P7.50mm C, Rect series, Radial, pin pitch=5.00mm 7.50mm, , length*width=10*5mm^2, Capacitor C Rect series Radial pin pitch 5.00mm 7.50mm length 10mm width 5mm Capacitor 0 4 2 Capacitor_THT C_Rect_L10.3mm_W4.5mm_P7.50mm_MKS4 C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 7.50mm length 10.3mm width 4.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L10.3mm_W5.0mm_P7.50mm_MKS4 C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 7.50mm length 10.3mm width 5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L10.3mm_W5.7mm_P7.50mm_MKS4 C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*5.7mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 7.50mm length 10.3mm width 5.7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L10.3mm_W7.2mm_P7.50mm_MKS4 C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*7.2mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 7.50mm length 10.3mm width 7.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W2.8mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*2.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 2.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W3.4mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*3.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 3.4mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W3.5mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*3.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 3.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W4.2mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*4.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 4.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W4.3mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*4.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 4.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W5.1mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*5.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 5.1mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W5.3mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*5.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 5.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W6.3mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*6.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 6.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W6.4mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*6.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 6.4mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W7.3mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*7.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 7.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.0mm_W8.8mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*8.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.0mm width 8.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W2.0mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W2.6mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*2.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 2.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W2.8mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*2.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 2.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W3.2mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*3.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 3.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W3.5mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*3.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 3.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W3.6mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*3.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 3.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W4.0mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*4.0mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 4.0mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W4.3mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*4.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 4.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W4.5mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*4.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 4.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W5.0mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W5.1mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 5.1mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W5.2mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 5.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W5.6mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 5.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W6.4mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*6.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 6.4mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W6.6mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*6.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 6.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W6.9mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*6.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 6.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W7.3mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*7.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 7.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W7.5mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*7.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 7.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W7.8mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*7.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 7.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W8.0mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*8.0mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 8.0mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W8.8mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*8.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 8.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W9.5mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*9.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 9.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L11.5mm_W9.8mm_P10.00mm_MKT C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*9.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 10.00mm length 11.5mm width 9.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L13.0mm_W3.0mm_P10.00mm_FKS3_FKP3_MKS4 C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*3mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 10.00mm length 13mm width 3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L13.0mm_W4.0mm_P10.00mm_FKS3_FKP3_MKS4 C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*4mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 10.00mm length 13mm width 4mm Capacitor 0 2 2 Capacitor_THT C_Rect_L13.0mm_W5.0mm_P10.00mm_FKS3_FKP3_MKS4 C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 10.00mm length 13mm width 5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L13.0mm_W6.0mm_P10.00mm_FKS3_FKP3_MKS4 C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 10.00mm length 13mm width 6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L13.0mm_W6.5mm_P7.50mm_P10.00mm C, Rect series, Radial, pin pitch=7.50mm 10.00mm, , length*width=13*6.5mm^2, Capacitor C Rect series Radial pin pitch 7.50mm 10.00mm length 13mm width 6.5mm Capacitor 0 4 2 Capacitor_THT C_Rect_L13.0mm_W8.0mm_P10.00mm_FKS3_FKP3_MKS4 C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 10.00mm length 13mm width 8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L13.5mm_W4.0mm_P10.00mm_FKS3_FKP3_MKS4 C, Rect series, Radial, pin pitch=10.00mm, , length*width=13.5*4mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 10.00mm length 13.5mm width 4mm Capacitor 0 2 2 Capacitor_THT C_Rect_L13.5mm_W5.0mm_P10.00mm_FKS3_FKP3_MKS4 C, Rect series, Radial, pin pitch=10.00mm, , length*width=13.5*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 10.00mm length 13.5mm width 5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W4.7mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*4.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 4.7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W4.9mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*4.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 4.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W5.0mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W6.0mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W7.0mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W7.3mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*7.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 7.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W8.7mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*8.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 8.7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W8.9mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*8.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 8.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W9.0mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W9.2mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*9.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 9.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W10.7mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*10.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 10.7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W10.9mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*10.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 10.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W11.2mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*11.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 11.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W11.8mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*11.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 11.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W13.5mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*13.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 13.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W13.7mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*13.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 13.7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L16.5mm_W13.9mm_P15.00mm_MKT C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*13.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 15.00mm length 16.5mm width 13.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L18.0mm_W5.0mm_P15.00mm_FKS3_FKP3 C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf C Rect series Radial pin pitch 15.00mm length 18mm width 5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L18.0mm_W6.0mm_P15.00mm_FKS3_FKP3 C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf C Rect series Radial pin pitch 15.00mm length 18mm width 6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L18.0mm_W7.0mm_P15.00mm_FKS3_FKP3 C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*7mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf C Rect series Radial pin pitch 15.00mm length 18mm width 7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L18.0mm_W8.0mm_P15.00mm_FKS3_FKP3 C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf C Rect series Radial pin pitch 15.00mm length 18mm width 8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L18.0mm_W9.0mm_P15.00mm_FKS3_FKP3 C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf C Rect series Radial pin pitch 15.00mm length 18mm width 9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L18.0mm_W11.0mm_P15.00mm_FKS3_FKP3 C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf C Rect series Radial pin pitch 15.00mm length 18mm width 11mm Capacitor 0 2 2 Capacitor_THT C_Rect_L19.0mm_W5.0mm_P15.00mm_MKS4 C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 15.00mm length 19mm width 5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L19.0mm_W6.0mm_P15.00mm_MKS4 C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 15.00mm length 19mm width 6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L19.0mm_W7.0mm_P15.00mm_MKS4 C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*7mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 15.00mm length 19mm width 7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L19.0mm_W8.0mm_P15.00mm_MKS4 C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 15.00mm length 19mm width 8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L19.0mm_W9.0mm_P15.00mm_MKS4 C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 15.00mm length 19mm width 9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L19.0mm_W11.0mm_P15.00mm_MKS4 C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 15.00mm length 19mm width 11mm Capacitor 0 2 2 Capacitor_THT C_Rect_L24.0mm_W7.0mm_P22.50mm_MKT C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 22.50mm length 24mm width 7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L24.0mm_W8.3mm_P22.50mm_MKT C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*8.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 22.50mm length 24mm width 8.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L24.0mm_W8.6mm_P22.50mm_MKT C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*8.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 22.50mm length 24mm width 8.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L24.0mm_W10.1mm_P22.50mm_MKT C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*10.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 22.50mm length 24mm width 10.1mm Capacitor 0 2 2 Capacitor_THT C_Rect_L24.0mm_W10.3mm_P22.50mm_MKT C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*10.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 22.50mm length 24mm width 10.3mm Capacitor 0 2 2 Capacitor_THT C_Rect_L24.0mm_W10.9mm_P22.50mm_MKT C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*10.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 22.50mm length 24mm width 10.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L24.0mm_W12.2mm_P22.50mm_MKT C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*12.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 22.50mm length 24mm width 12.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L24.0mm_W12.6mm_P22.50mm_MKT C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*12.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 22.50mm length 24mm width 12.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L24.0mm_W12.8mm_P22.50mm_MKT C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*12.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 22.50mm length 24mm width 12.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L26.5mm_W5.0mm_P22.50mm_MKS4 C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 22.50mm length 26.5mm width 5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L26.5mm_W6.0mm_P22.50mm_MKS4 C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 22.50mm length 26.5mm width 6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L26.5mm_W7.0mm_P22.50mm_MKS4 C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*7mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 22.50mm length 26.5mm width 7mm Capacitor 0 2 2 Capacitor_THT C_Rect_L26.5mm_W8.5mm_P22.50mm_MKS4 C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*8.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 22.50mm length 26.5mm width 8.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L26.5mm_W10.5mm_P22.50mm_MKS4 C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*10.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 22.50mm length 26.5mm width 10.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L26.5mm_W11.5mm_P22.50mm_MKS4 C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*11.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 22.50mm length 26.5mm width 11.5mm Capacitor 0 2 2 Capacitor_THT C_Rect_L27.0mm_W9.0mm_P22.00mm C, Rect series, Radial, pin pitch=22.00mm, , length*width=27*9mm^2, Capacitor C Rect series Radial pin pitch 22.00mm length 27mm width 9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L27.0mm_W9.0mm_P23.00mm C, Rect series, Radial, pin pitch=23.00mm, , length*width=27*9mm^2, Capacitor C Rect series Radial pin pitch 23.00mm length 27mm width 9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L27.0mm_W11.0mm_P22.00mm C, Rect series, Radial, pin pitch=22.00mm, , length*width=27*11mm^2, Capacitor C Rect series Radial pin pitch 22.00mm length 27mm width 11mm Capacitor 0 2 2 Capacitor_THT C_Rect_L28.0mm_W8.0mm_P22.50mm_MKS4 C, Rect series, Radial, pin pitch=22.50mm, , length*width=28*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 22.50mm length 28mm width 8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L28.0mm_W10.0mm_P22.50mm_MKS4 C, Rect series, Radial, pin pitch=22.50mm, , length*width=28*10mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 22.50mm length 28mm width 10mm Capacitor 0 2 2 Capacitor_THT C_Rect_L28.0mm_W12.0mm_P22.50mm_MKS4 C, Rect series, Radial, pin pitch=22.50mm, , length*width=28*12mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 22.50mm length 28mm width 12mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W7.6mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*7.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 7.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W7.8mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*7.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 7.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W7.9mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*7.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 7.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W9.1mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*9.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 9.1mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W9.6mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*9.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 9.6mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W11.0mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*11mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 11mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W11.9mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*11.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 11.9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W12.2mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*12.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 12.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W13.0mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*13mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 13mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W13.8mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*13.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 13.8mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W14.2mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*14.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 14.2mm Capacitor 0 2 2 Capacitor_THT C_Rect_L29.0mm_W16.0mm_P27.50mm_MKT C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*16mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf C Rect series Radial pin pitch 27.50mm length 29mm width 16mm Capacitor 0 2 2 Capacitor_THT C_Rect_L31.5mm_W9.0mm_P27.50mm_MKS4 C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 27.50mm length 31.5mm width 9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L31.5mm_W11.0mm_P27.50mm_MKS4 C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 27.50mm length 31.5mm width 11mm Capacitor 0 2 2 Capacitor_THT C_Rect_L31.5mm_W13.0mm_P27.50mm_MKS4 C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*13mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 27.50mm length 31.5mm width 13mm Capacitor 0 2 2 Capacitor_THT C_Rect_L31.5mm_W15.0mm_P27.50mm_MKS4 C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*15mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 27.50mm length 31.5mm width 15mm Capacitor 0 2 2 Capacitor_THT C_Rect_L31.5mm_W17.0mm_P27.50mm_MKS4 C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*17mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 27.50mm length 31.5mm width 17mm Capacitor 0 2 2 Capacitor_THT C_Rect_L31.5mm_W20.0mm_P27.50mm_MKS4 C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*20mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 27.50mm length 31.5mm width 20mm Capacitor 0 2 2 Capacitor_THT C_Rect_L32.0mm_W15.0mm_P27.00mm C, Rect series, Radial, pin pitch=27.00mm, , length*width=32*15mm^2, Capacitor C Rect series Radial pin pitch 27.00mm length 32mm width 15mm Capacitor 0 2 2 Capacitor_THT C_Rect_L33.0mm_W13.0mm_P27.50mm_MKS4 C, Rect series, Radial, pin pitch=27.50mm, , length*width=33*13mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 27.50mm length 33mm width 13mm Capacitor 0 2 2 Capacitor_THT C_Rect_L33.0mm_W15.0mm_P27.50mm_MKS4 C, Rect series, Radial, pin pitch=27.50mm, , length*width=33*15mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 27.50mm length 33mm width 15mm Capacitor 0 2 2 Capacitor_THT C_Rect_L33.0mm_W20.0mm_P27.50mm_MKS4 C, Rect series, Radial, pin pitch=27.50mm, , length*width=33*20mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 27.50mm length 33mm width 20mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W9.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 9mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W11.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 11mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W13.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*13mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 13mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W15.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*15mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 15mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W17.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*17mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 17mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W19.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*19mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 19mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W20.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*20mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 20mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W24.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*24mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 24mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W31.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*31mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 31mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W35.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*35mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 35mm Capacitor 0 2 2 Capacitor_THT C_Rect_L41.5mm_W40.0mm_P37.50mm_MKS4 C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*40mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf C Rect series Radial pin pitch 37.50mm length 41.5mm width 40mm Capacitor 0 2 2 Capacitor_Tantalum_SMD CP_EIA-1608-08_AVX-J Tantalum Capacitor SMD AVX-J (1608-08 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-1608-08_AVX-J_Pad1.25x1.05mm_HandSolder Tantalum Capacitor SMD AVX-J (1608-08 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-1608-10_AVX-L Tantalum Capacitor SMD AVX-L (1608-10 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-1608-10_AVX-L_Pad1.25x1.05mm_HandSolder Tantalum Capacitor SMD AVX-L (1608-10 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-2012-12_Kemet-R Tantalum Capacitor SMD Kemet-R (2012-12 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-2012-12_Kemet-R_Pad1.30x1.05mm_HandSolder Tantalum Capacitor SMD Kemet-R (2012-12 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-2012-15_AVX-P Tantalum Capacitor SMD AVX-P (2012-15 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-2012-15_AVX-P_Pad1.30x1.05mm_HandSolder Tantalum Capacitor SMD AVX-P (2012-15 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3216-10_Kemet-I Tantalum Capacitor SMD Kemet-I (3216-10 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3216-10_Kemet-I_Pad1.58x1.35mm_HandSolder Tantalum Capacitor SMD Kemet-I (3216-10 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3216-12_Kemet-S Tantalum Capacitor SMD Kemet-S (3216-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3216-12_Kemet-S_Pad1.58x1.35mm_HandSolder Tantalum Capacitor SMD Kemet-S (3216-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3216-18_Kemet-A Tantalum Capacitor SMD Kemet-A (3216-18 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3216-18_Kemet-A_Pad1.58x1.35mm_HandSolder Tantalum Capacitor SMD Kemet-A (3216-18 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3528-12_Kemet-T Tantalum Capacitor SMD Kemet-T (3528-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3528-12_Kemet-T_Pad1.50x2.35mm_HandSolder Tantalum Capacitor SMD Kemet-T (3528-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3528-15_AVX-H Tantalum Capacitor SMD AVX-H (3528-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3528-15_AVX-H_Pad1.50x2.35mm_HandSolder Tantalum Capacitor SMD AVX-H (3528-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3528-21_Kemet-B Tantalum Capacitor SMD Kemet-B (3528-21 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-3528-21_Kemet-B_Pad1.50x2.35mm_HandSolder Tantalum Capacitor SMD Kemet-B (3528-21 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-6032-15_Kemet-U Tantalum Capacitor SMD Kemet-U (6032-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-6032-15_Kemet-U_Pad2.25x2.35mm_HandSolder Tantalum Capacitor SMD Kemet-U (6032-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-6032-20_AVX-F Tantalum Capacitor SMD AVX-F (6032-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-6032-20_AVX-F_Pad2.25x2.35mm_HandSolder Tantalum Capacitor SMD AVX-F (6032-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-6032-28_Kemet-C Tantalum Capacitor SMD Kemet-C (6032-28 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-6032-28_Kemet-C_Pad2.25x2.35mm_HandSolder Tantalum Capacitor SMD Kemet-C (6032-28 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-15_Kemet-W Tantalum Capacitor SMD Kemet-W (7343-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-15_Kemet-W_Pad2.25x2.55mm_HandSolder Tantalum Capacitor SMD Kemet-W (7343-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-20_Kemet-V Tantalum Capacitor SMD Kemet-V (7343-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-20_Kemet-V_Pad2.25x2.55mm_HandSolder Tantalum Capacitor SMD Kemet-V (7343-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-30_AVX-N Tantalum Capacitor SMD AVX-N (7343-30 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-30_AVX-N_Pad2.25x2.55mm_HandSolder Tantalum Capacitor SMD AVX-N (7343-30 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-31_Kemet-D Tantalum Capacitor SMD Kemet-D (7343-31 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-31_Kemet-D_Pad2.25x2.55mm_HandSolder Tantalum Capacitor SMD Kemet-D (7343-31 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-40_Kemet-Y Tantalum Capacitor SMD Kemet-Y (7343-40 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-40_Kemet-Y_Pad2.25x2.55mm_HandSolder Tantalum Capacitor SMD Kemet-Y (7343-40 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-43_Kemet-X Tantalum Capacitor SMD Kemet-X (7343-43 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7343-43_Kemet-X_Pad2.25x2.55mm_HandSolder Tantalum Capacitor SMD Kemet-X (7343-43 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7360-38_Kemet-E Tantalum Capacitor SMD Kemet-E (7360-38 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7360-38_Kemet-E_Pad2.25x4.25mm_HandSolder Tantalum Capacitor SMD Kemet-E (7360-38 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7361-38_AVX-V Tantalum Capacitor SMD AVX-V (7361-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7361-38_AVX-V_Pad2.18x3.30mm_HandSolder Tantalum Capacitor SMD AVX-V (7361-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7361-438_AVX-U Tantalum Capacitor SMD AVX-U (7361-438 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Capacitor_Tantalum_SMD CP_EIA-7361-438_AVX-U_Pad2.18x3.30mm_HandSolder Tantalum Capacitor SMD AVX-U (7361-438 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator capacitor tantalum 0 2 2 Connector Banana_Jack_1Pin Single banana socket, footprint - 6mm drill banana socket 0 1 1 Connector Banana_Jack_2Pin Dual banana socket, footprint - 2 x 6mm drills banana socket 0 2 2 Connector Banana_Jack_3Pin Triple banana socket, footprint - 3 x 6mm drills banana socket 0 3 3 Connector CUI_PD-30 3 pin connector, PD-30, http://www.cui.com/product/resource/pd-30.pdf connector 3-pin PD-30 power DIN 0 4 4 Connector CalTest_CT3151 Right-angle standard banana jack, http://www.caltestelectronics.com/images/attachments/P315100rH_drawing.pdf banana jack horizontal 0 4 1 Connector Connector_SFP_and_Cage https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=2227302&DocType=Customer+Drawing&DocLang=English SFP+ SFP 0 40 21 Connector DTF13-12Px http://www.te.com/usa-en/product-DTF13-12PA-G003.html DEUTSCH DT header 12 pin 0 12 12 Connector FanPinHeader_1x03_P2.54mm_Vertical 3-pin CPU fan Through hole pin header, see http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf pin header 3-pin CPU fan 0 3 3 Connector FanPinHeader_1x04_P2.54mm_Vertical 4-pin CPU fan Through hole pin header, e.g. for Wieson part number 2366C888-007 Molex 47053-1000, Foxconn HF27040-M1, Tyco 1470947-1 or equivalent, see http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf pin header 4-pin CPU fan 0 4 4 Connector GB042-34S-H10 http://www.lsmtron.com/pdf/Connector&Antenna_catalog.PDF 34pin SMD connector 0 34 34 Connector IHI_B6A-PCB-45_Vertical https://lugsdirect.com/PDF_Webprint/B6A-PCB-45-XX(-X).pdf connector IHI B6A-PCB-45 0 49 1 Connector JWT_A3963_1x02_P3.96mm_Vertical JWT A3963, 3.96mm pitch Pin head connector (http://www.jwt.com.tw/pro_pdf/A3963.pdf) connector JWT A3963 pinhead 0 2 2 Connector NS-Tech_Grove_1x04_P2mm_Vertical https://statics3.seeedstudio.com/images/opl/datasheet/3470130P1.pdf Grove-1x04 0 4 4 Connector Tag-Connect_TC2030-IDC-FP_2x03_P1.27mm_Vertical Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2030-IDC.pdf tag connect programming header pogo pins 0 6 6 Connector Tag-Connect_TC2030-IDC-NL_2x03_P1.27mm_Vertical Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2030-IDC-NL.pdf tag connect programming header pogo pins 0 6 6 Connector Tag-Connect_TC2050-IDC-FP_2x05_P1.27mm_Vertical Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2050-IDC-430%20Datasheet.pdf tag connect programming header pogo pins 0 10 10 Connector Tag-Connect_TC2050-IDC-NL_2x05_P1.27mm_Vertical Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2050-IDC-NL%20Datasheet.pdf tag connect programming header pogo pins 0 10 10 Connector Tag-Connect_TC2070-IDC-FP_2x07_P1.27mm_Vertical Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2070-IDC%20Datasheet.pdf tag connect programming header pogo pins 0 14 14 Connector_Audio Jack_3.5mm_CUI_SJ-3523-SMT_Horizontal 3.5 mm, Stereo, Right Angle, Surface Mount (SMT), Audio Jack Connector (https://www.cui.com/product/resource/sj-352x-smt-series.pdf) 3.5mm audio cui horizontal jack stereo 0 3 3 Connector_Audio Jack_3.5mm_CUI_SJ-3524-SMT_Horizontal 3.5 mm, Stereo, Right Angle, Surface Mount (SMT), Audio Jack Connector (https://www.cui.com/product/resource/sj-352x-smt-series.pdf) 3.5mm audio cui horizontal jack stereo 0 4 4 Connector_Audio Jack_3.5mm_CUI_SJ1-3533NG_Horizontal TRS 3.5mm, horizontal, through-hole, https://www.cui.com/product/resource/sj1-353xng.pdf TRS audio jack stereo horizontal 0 3 3 Connector_Audio Jack_3.5mm_CUI_SJ1-3533NG_Horizontal_CircularHoles TRS 3.5mm, horizontal, through-hole, , circular holeshttps://www.cui.com/product/resource/sj1-353xng.pdf TRS audio jack stereo horizontal circular 0 3 3 Connector_Audio Jack_3.5mm_CUI_SJ1-3535NG_Horizontal TRS 3.5mm, horizontal, through-hole, with switch, https://www.cui.com/product/resource/sj1-353xng.pdf TRS audio jack stereo horizontal 0 5 5 Connector_Audio Jack_3.5mm_CUI_SJ1-3535NG_Horizontal_CircularHoles TRS 3.5mm, horizontal, through-hole, with switch, circular holes, https://www.cui.com/product/resource/sj1-353xng.pdf TRS audio jack stereo horizontal circular 0 5 5 Connector_Audio Jack_3.5mm_Ledino_KB3SPRS_Horizontal https://www.reichelt.de/index.html?ACTION=7&LA=3&OPEN=0&INDEX=0&FILENAME=C160%252FKB3SPRS.pdf jack stereo TRS 0 5 5 Connector_Audio Jack_3.5mm_Neutrik_NMJ6HCD2_Horizontal NMJ6HCD2, TRS 1/4in (http://www.neutrik.com/en/audio/plugs-and-jacks/m-series/nmj6hcd2) NMJ6HCD2 TRS stereo jack connector 0 6 6 Connector_Audio Jack_3.5mm_PJ311_Horizontal PJ311 6pin SMD 3.5mm stereo headphones jack. headphones jack plug stereo 3.5mm PJ311 0 6 6 Connector_Audio Jack_3.5mm_PJ320D_Horizontal Headphones with microphone connector, 3.5mm, 4 pins (http://www.qingpu-electronics.com/en/products/WQP-PJ320D-72.html) 3.5mm jack mic microphone phones headphones 4pins audio plug 0 4 4 Connector_Audio Jack_3.5mm_PJ320E_Horizontal Headphones with microphone connector, 3.5mm, 4 pins (http://www.qingpu-electronics.com/en/products/WQP-PJ320E-177.html) 3.5mm jack mic microphone phones headphones 4pins audio plug 0 5 4 Connector_Audio Jack_3.5mm_PJ31060-I_Horizontal PJ31060-I 6pin SMD 3.5mm headphones jack (http://www.china-bsun.com/Product48/1577.html) headphones jack plug stereo 3.5mm PJ31060-I PJ31060 0 6 6 Connector_Audio Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html) WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu 0 3 3 Connector_Audio MiniXLR-5_Switchcraft_TRAPC_Horizontal http://www.switchcraft.com/ProductSummary.aspx?Parent=620 http://www.switchcraft.com/Drawings/TRAPC_X-TRASM_X_SERIES_CD.PDF THT Mini XLR 5Pin right angle 0 5 5 Connector_BarrelJack BarrelJack_CUI_PJ-036AH-SMT_Horizontal Surface-mount DC Barrel Jack, http://www.cui.com/product/resource/pj-036ah-smt.pdf Power Jack SMT 0 3 3 Connector_BarrelJack BarrelJack_CUI_PJ-063AH_Horizontal Barrel Jack, 2.0mm ID, 5.5mm OD, 24V, 8A, no switch, https://www.cui.com/product/resource/pj-063ah.pdf barrel jack cui dc power 0 4 3 Connector_BarrelJack BarrelJack_CUI_PJ-063AH_Horizontal_CircularHoles Barrel Jack, 2.0mm ID, 5.5mm OD, 24V, 8A, no switch, https://www.cui.com/product/resource/pj-063ah.pdf barrel jack cui dc power 0 4 3 Connector_BarrelJack BarrelJack_CUI_PJ-102AH_Horizontal Thin-pin DC Barrel Jack, https://cdn-shop.adafruit.com/datasheets/21mmdcjackDatasheet.pdf Power Jack 0 3 3 Connector_BarrelJack BarrelJack_Horizontal DC Barrel Jack Power Jack 0 3 3 Connector_BarrelJack BarrelJack_Wuerth_6941xx301002 Wuerth electronics barrel jack connector (5.5mm outher diameter, inner diameter 2.05mm or 2.55mm depending on exact order number), See: http://katalog.we-online.de/em/datasheet/6941xx301002.pdf connector barrel jack 0 3 3 Connector_Card CF-Card_3M_N7E50-7516PK-20-WF Compact Flash Card connector (https://multimedia.3m.com/mws/media/22365O/3mtm-cf-card-header-compactflashtm-type-i-sm-ts0662.pdf) connector cf 0 54 50 Connector_Card SD_Kyocera_145638009211859+ SD Card Connector, Normal Type, Outer Tail, Without Ejector (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) sd card smt 0 13 12 Connector_Card SD_Kyocera_145638009511859+ SD Card Connector, Normal Type, Outer Tail, Spring Eject Type (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) sd card smt 0 13 12 Connector_Card SD_Kyocera_145638109211859+ SD Card Connector, Reverse Type, Outer Tail, Without Ejector (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) sd card smt 0 13 12 Connector_Card SD_Kyocera_145638109511859+ SD Card Connector, Reverse Type, Outer Tail, Spring Eject Type (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) sd card smt 0 13 12 Connector_Card SD_TE_2041021 SD card connector, top mount, SMT (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2041021%7FB%7Fpdf%7FEnglish%7FENG_CD_2041021_B_C_2041021_B.pdf%7F2041021-4) sd card 0 15 12 Connector_Card microSD_HC_Hirose_DM3AT-SF-PEJM5 Micro SD, SMD, right-angle, push-pull (https://www.hirose.com/product/en/download_file/key_name/DM3AT-SF-PEJM5/category/Drawing%20(2D)/doc_file_id/44099/?file_category_id=6&item_id=06090031000&is_series=) Micro SD 0 14 11 Connector_Card microSD_HC_Hirose_DM3BT-DSF-PEJS Micro SD, SMD, reverse on-board, right-angle, push-pull (https://www.hirose.com/product/en/download_file/key_name/DM3BT-DSF-PEJS/category/Drawing%20(2D)/doc_file_id/44097/?file_category_id=6&item_id=06090029900&is_series=) Micro SD 0 16 11 Connector_Card microSD_HC_Hirose_DM3D-SF Micro SD, SMD, right-angle, push-pull (https://media.digikey.com/PDF/Data%20Sheets/Hirose%20PDFs/DM3D-SF.pdf) Micro SD 0 14 11 Connector_Card microSD_HC_Wuerth_693072010801 http://katalog.we-online.de/em/datasheet/693072010801.pdf Micro SD Wuerth Wurth Würth 0 12 9 Connector_Card microSIM_JAE_SF53S006VCBR2000 https://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ115712.pdf microSIM GSM Card 0 14 7 Connector_Coaxial BNC_Amphenol_B6252HB-NPP3G-50_Horizontal http://www.farnell.com/datasheets/612848.pdf BNC Amphenol Horizontal 0 4 2 Connector_Coaxial BNC_PanelMountable_Vertical Panel-mountable BNC connector mounted through PCB, vertical BNC connector 0 2 2 Connector_Coaxial BNC_TEConnectivity_1478204_Vertical BNC female PCB mount 4 pin straight chassis connector http://www.te.com/usa-en/product-1-1478204-0.html BNC female PCB mount 4 pin straight chassis connector 0 5 2 Connector_Coaxial MMCX_Molex_73415-0961_Horizontal_0.8mm-PCB Molex MMCX Horizontal Coaxial https://www.molex.com/pdm_docs/sd/734150961_sd.pdf Molex MMCX Horizontal Coaxial 0 3 2 Connector_Coaxial MMCX_Molex_73415-0961_Horizontal_1.0mm-PCB Molex MMCX Horizontal Coaxial https://www.molex.com/pdm_docs/sd/734150961_sd.pdf Molex MMCX Horizontal Coaxial 0 3 2 Connector_Coaxial MMCX_Molex_73415-0961_Horizontal_1.6mm-PCB Molex MMCX Horizontal Coaxial https://www.molex.com/pdm_docs/sd/734150961_sd.pdf Molex MMCX Horizontal Coaxial 0 3 2 Connector_Coaxial MMCX_Molex_73415-1471_Vertical http://www.molex.com/pdm_docs/sd/734151471_sd.pdf Molex MMCX Coaxial Connector 50 ohms Female Jack Vertical THT 0 5 2 Connector_Coaxial SMA_Amphenol_901-144_Vertical https://www.amphenolrf.com/downloads/dl/file/id/7023/product/3103/901_144_customer_drawing.pdf SMA THT Female Jack Vertical 0 5 2 Connector_Coaxial SMA_Amphenol_132134-10_Vertical https://www.amphenolrf.com/downloads/dl/file/id/4007/product/2974/132134_10_customer_drawing.pdf SMA SMD Female Jack Vertical 0 3 2 Connector_Coaxial SMA_Amphenol_132134-11_Vertical https://www.amphenolrf.com/downloads/dl/file/id/3406/product/2975/132134_11_customer_drawing.pdf SMA THT Female Jack Vertical ExtendedLegs 0 5 2 Connector_Coaxial SMA_Amphenol_132134-14_Vertical https://www.amphenolrf.com/downloads/dl/file/id/1793/product/2976/132134_14_customer_drawing.pdf SMA THT Female Jack Vertical ExtendedLegs 0 5 2 Connector_Coaxial SMA_Amphenol_132134-16_Vertical https://www.amphenolrf.com/downloads/dl/file/id/1141/product/2978/132134_16_customer_drawing.pdf SMA THT Female Jack Vertical ExtendedLegs 0 5 2 Connector_Coaxial SMA_Amphenol_132134_Vertical https://www.amphenolrf.com/downloads/dl/file/id/2187/product/2843/132134_customer_drawing.pdf SMA THT Female Jack Vertical ExtendedLegs 0 5 2 Connector_Coaxial SMA_Amphenol_132203-12_Horizontal https://www.amphenolrf.com/media/downloads/1769/132203-12.pdf SMA THT Female Jack Horizontal 0 5 2 Connector_Coaxial SMA_Amphenol_132289_EdgeMount http://www.amphenolrf.com/132289.html SMA 0 5 2 Connector_Coaxial SMA_Amphenol_132291-12_Vertical https://www.amphenolrf.com/downloads/dl/file/id/1688/product/3020/132291_12_customer_drawing.pdf SMA THT Female Jack Vertical Bulkhead 0 5 2 Connector_Coaxial SMA_Amphenol_132291_Vertical https://www.amphenolrf.com/downloads/dl/file/id/3222/product/2918/132291_customer_drawing.pdf SMA THT Female Jack Vertical Bulkhead 0 5 2 Connector_Coaxial SMA_Molex_73251-1153_EdgeMount_Horizontal Molex SMA RF Connectors, Edge Mount, (http://www.molex.com/pdm_docs/sd/732511150_sd.pdf) sma edge 0 11 2 Connector_Coaxial SMA_Molex_73251-2200_Horizontal https://www.molex.com/webdocs/datasheets/pdf/en-us/0732512200_RF_COAX_CONNECTORS.pdf SMA THT Female Jack Horizontal 0 5 2 Connector_Coaxial SMA_Samtec_SMA-J-P-H-ST-EM1_EdgeMount http://suddendocs.samtec.com/prints/sma-j-p-x-st-em1-mkt.pdf SMA 0 5 2 Connector_Coaxial SMB_Jack_Vertical SMB pcb mounting jack SMB Jack Striaght 0 5 2 Connector_Coaxial U.FL_Hirose_U.FL-R-SMT-1_Vertical Hirose U.FL Coaxial https://www.hirose.com/product/en/products/U.FL/U.FL-R-SMT-1%2810%29/ Hirose U.FL Coaxial 0 3 2 Connector_Coaxial U.FL_Molex_MCRF_73412-0110_Vertical Molex Microcoaxial RF Connectors (MCRF), mates Hirose U.FL, (http://www.molex.com/pdm_docs/sd/734120110_sd.pdf) mcrf hirose ufl u.fl microcoaxial 0 4 2 Connector_DIN DIN41612_B2_2x8_Horizontal DIN 41612 connector, type B/2, horizontal, 16 pins wide, 2 rows, even columns DIN 41512 IEC 60603 B/2 0 16 16 Connector_DIN DIN41612_B2_2x8_Vertical DIN 41612 connector, type B/2, vertical, 16 pins wide, 2 rows, even columns DIN 41512 IEC 60603 B/2 0 16 16 Connector_DIN DIN41612_B2_2x16_Horizontal DIN 41612 connector, type B/2, horizontal, 16 pins wide, 2 rows, full configuration DIN 41512 IEC 60603 B/2 0 32 32 Connector_DIN DIN41612_B2_2x16_Vertical DIN 41612 connector, type B/2, vertical, 16 pins wide, 2 rows, full configuration DIN 41512 IEC 60603 B/2 0 32 32 Connector_DIN DIN41612_B3_2x5_Horizontal DIN 41612 connector, type B/3, horizontal, 10 pins wide, 2 rows, even columns DIN 41512 IEC 60603 B/3 0 10 10 Connector_DIN DIN41612_B3_2x5_Vertical DIN 41612 connector, type B/3, vertical, 10 pins wide, 2 rows, even columns DIN 41512 IEC 60603 B/3 0 10 10 Connector_DIN DIN41612_B3_2x10_Horizontal DIN 41612 connector, type B/3, horizontal, 10 pins wide, 2 rows, full configuration DIN 41512 IEC 60603 B/3 0 20 20 Connector_DIN DIN41612_B3_2x10_Vertical DIN 41612 connector, type B/3, vertical, 10 pins wide, 2 rows, full configuration DIN 41512 IEC 60603 B/3 0 20 20 Connector_DIN DIN41612_B_2x16_Horizontal DIN 41612 connector, type B, horizontal, 32 pins wide, 2 rows, even columns DIN 41512 IEC 60603 B 0 32 32 Connector_DIN DIN41612_B_2x16_Vertical DIN 41612 connector, type B, vertical, 32 pins wide, 2 rows, even columns DIN 41512 IEC 60603 B 0 32 32 Connector_DIN DIN41612_B_2x32_Horizontal DIN 41612 connector, type B, horizontal, 32 pins wide, 2 rows, full configuration DIN 41512 IEC 60603 B 0 64 64 Connector_DIN DIN41612_B_2x32_Vertical DIN 41612 connector, type B, vertical, 32 pins wide, 2 rows, full configuration DIN 41512 IEC 60603 B 0 64 64 Connector_Dsub DSUB-9_Female_EdgeMount_P2.77mm 9-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 25mm 0 9 9 Connector_Dsub DSUB-9_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm 0 9 9 Connector_Dsub DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm 0 9 9 Connector_Dsub DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Female_Vertical_P2.77x2.84mm 9-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 25mm 0 9 9 Connector_Dsub DSUB-9_Female_Vertical_P2.77x2.84mm_MountingHoles 9-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 25mm 0 11 10 Connector_Dsub DSUB-9_Male_EdgeMount_P2.77mm 9-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 25mm 0 9 9 Connector_Dsub DSUB-9_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm 0 9 9 Connector_Dsub DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm 0 9 9 Connector_Dsub DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm 9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 11 10 Connector_Dsub DSUB-9_Male_Vertical_P2.77x2.84mm 9-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 25mm 0 9 9 Connector_Dsub DSUB-9_Male_Vertical_P2.77x2.84mm_MountingHoles 9-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 9-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 25mm 0 11 10 Connector_Dsub DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 17 16 Connector_Dsub DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 17 16 Connector_Dsub DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 9.4mm 0 15 15 Connector_Dsub DSUB-15-HD_Female_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x2.54mm pin-PCB-offset 9.4mm 0 15 15 Connector_Dsub DSUB-15-HD_Female_Vertical_P2.29x1.98mm_MountingHoles 15-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.29x1.98mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector straight vertical THT female pitch 2.29x1.98mm mounting holes distance 25mm 0 17 16 Connector_Dsub DSUB-15-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 17 16 Connector_Dsub DSUB-15-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 25mm mounting-hole-offset 25mm 0 17 16 Connector_Dsub DSUB-15-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 9.4mm 0 15 15 Connector_Dsub DSUB-15-HD_Male_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x2.54mm pin-PCB-offset 9.4mm 0 15 15 Connector_Dsub DSUB-15-HD_Male_Vertical_P2.29x1.98mm_MountingHoles 15-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.29x1.98mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector straight vertical THT male pitch 2.29x1.98mm mounting holes distance 25mm 0 17 16 Connector_Dsub DSUB-15_Female_EdgeMount_P2.77mm 15-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 33.3mm 0 15 15 Connector_Dsub DSUB-15_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm 0 15 15 Connector_Dsub DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm 0 15 15 Connector_Dsub DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Female_Vertical_P2.77x2.84mm 15-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 33.3mm 0 15 15 Connector_Dsub DSUB-15_Female_Vertical_P2.77x2.84mm_MountingHoles 15-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 33.3mm 0 17 16 Connector_Dsub DSUB-15_Male_EdgeMount_P2.77mm 15-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 33.3mm 0 15 15 Connector_Dsub DSUB-15_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm 0 15 15 Connector_Dsub DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm 0 15 15 Connector_Dsub DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm 15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 17 16 Connector_Dsub DSUB-15_Male_Vertical_P2.77x2.84mm 15-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 33.3mm 0 15 15 Connector_Dsub DSUB-15_Male_Vertical_P2.77x2.84mm_MountingHoles 15-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 15-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 33.3mm 0 17 16 Connector_Dsub DSUB-25_Female_EdgeMount_P2.77mm 25-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 47.1mm 0 25 25 Connector_Dsub DSUB-25_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm 0 25 25 Connector_Dsub DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm 0 25 25 Connector_Dsub DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Female_Vertical_P2.77x2.84mm 25-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 47.1mm 0 25 25 Connector_Dsub DSUB-25_Female_Vertical_P2.77x2.84mm_MountingHoles 25-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 47.1mm 0 27 26 Connector_Dsub DSUB-25_Male_EdgeMount_P2.77mm 25-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 47.1mm 0 25 25 Connector_Dsub DSUB-25_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm 0 25 25 Connector_Dsub DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm 0 25 25 Connector_Dsub DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm 25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 27 26 Connector_Dsub DSUB-25_Male_Vertical_P2.77x2.84mm 25-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 47.1mm 0 25 25 Connector_Dsub DSUB-25_Male_Vertical_P2.77x2.84mm_MountingHoles 25-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 25-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 47.1mm 0 27 26 Connector_Dsub DSUB-26-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm 26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 28 27 Connector_Dsub DSUB-26-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm 26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 28 27 Connector_Dsub DSUB-26-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm 26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 9.4mm 0 26 26 Connector_Dsub DSUB-26-HD_Female_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm 26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x2.54mm pin-PCB-offset 9.4mm 0 26 26 Connector_Dsub DSUB-26-HD_Female_Vertical_P2.29x1.98mm_MountingHoles 26-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.29x1.98mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 26-pin D-Sub connector straight vertical THT female pitch 2.29x1.98mm mounting holes distance 33.3mm 0 28 27 Connector_Dsub DSUB-26-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm 26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 28 27 Connector_Dsub DSUB-26-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm 26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm 0 28 27 Connector_Dsub DSUB-26-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm 26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 9.4mm 0 26 26 Connector_Dsub DSUB-26-HD_Male_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm 26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x2.54mm pin-PCB-offset 9.4mm 0 26 26 Connector_Dsub DSUB-26-HD_Male_Vertical_P2.29x1.98mm_MountingHoles 26-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.29x1.98mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 26-pin D-Sub connector straight vertical THT male pitch 2.29x1.98mm mounting holes distance 33.3mm 0 28 27 Connector_Dsub DSUB-37_Female_EdgeMount_P2.77mm 37-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 63.5mm 0 37 37 Connector_Dsub DSUB-37_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm 0 37 37 Connector_Dsub DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm 0 37 37 Connector_Dsub DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Female_Vertical_P2.77x2.84mm 37-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 63.5mm 0 37 37 Connector_Dsub DSUB-37_Female_Vertical_P2.77x2.84mm_MountingHoles 37-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 63.5mm 0 39 38 Connector_Dsub DSUB-37_Male_EdgeMount_P2.77mm 37-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 63.5mm 0 37 37 Connector_Dsub DSUB-37_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm 0 37 37 Connector_Dsub DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm 0 37 37 Connector_Dsub DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm 37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 39 38 Connector_Dsub DSUB-37_Male_Vertical_P2.77x2.84mm 37-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 63.5mm 0 37 37 Connector_Dsub DSUB-37_Male_Vertical_P2.77x2.84mm_MountingHoles 37-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 37-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 63.5mm 0 39 38 Connector_Dsub DSUB-44-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm 44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 46 45 Connector_Dsub DSUB-44-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm 44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 46 45 Connector_Dsub DSUB-44-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm 44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 9.4mm 0 44 44 Connector_Dsub DSUB-44-HD_Female_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm 44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x2.54mm pin-PCB-offset 9.4mm 0 44 44 Connector_Dsub DSUB-44-HD_Female_Vertical_P2.29x1.98mm_MountingHoles 44-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.29x1.98mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 44-pin D-Sub connector straight vertical THT female pitch 2.29x1.98mm mounting holes distance 47.1mm 0 46 45 Connector_Dsub DSUB-44-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm 44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 46 45 Connector_Dsub DSUB-44-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm 44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm 0 46 45 Connector_Dsub DSUB-44-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm 44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 9.4mm 0 44 44 Connector_Dsub DSUB-44-HD_Male_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm 44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x2.54mm pin-PCB-offset 9.4mm 0 44 44 Connector_Dsub DSUB-44-HD_Male_Vertical_P2.29x1.98mm_MountingHoles 44-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.29x1.98mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 44-pin D-Sub connector straight vertical THT male pitch 2.29x1.98mm mounting holes distance 47.1mm 0 46 45 Connector_Dsub DSUB-62-HD_Female_Horizontal_P2.41x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm 62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 64 63 Connector_Dsub DSUB-62-HD_Female_Horizontal_P2.41x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm 62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 64 63 Connector_Dsub DSUB-62-HD_Female_Horizontal_P2.41x1.98mm_EdgePinOffset9.40mm 62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x1.98mm pin-PCB-offset 9.4mm 0 62 62 Connector_Dsub DSUB-62-HD_Female_Horizontal_P2.41x2.54mm_EdgePinOffset9.40mm 62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x2.54mm pin-PCB-offset 9.4mm 0 62 62 Connector_Dsub DSUB-62-HD_Female_Vertical_P2.41x1.98mm_MountingHoles 62-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.41x1.98mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 62-pin D-Sub connector straight vertical THT female pitch 2.41x1.98mm mounting holes distance 63.5mm 0 64 63 Connector_Dsub DSUB-62-HD_Male_Horizontal_P2.41x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm 62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 64 63 Connector_Dsub DSUB-62-HD_Male_Horizontal_P2.41x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm 62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm 0 64 63 Connector_Dsub DSUB-62-HD_Male_Horizontal_P2.41x1.98mm_EdgePinOffset9.40mm 62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x1.98mm pin-PCB-offset 9.4mm 0 62 62 Connector_Dsub DSUB-62-HD_Male_Horizontal_P2.41x2.54mm_EdgePinOffset9.40mm 62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf 62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x2.54mm pin-PCB-offset 9.4mm 0 62 62 Connector_Dsub DSUB-62-HD_Male_Vertical_P2.41x1.98mm_MountingHoles 62-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.41x1.98mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf 62-pin D-Sub connector straight vertical THT male pitch 2.41x1.98mm mounting holes distance 63.5mm 0 64 63 Connector_FFC-FPC Hirose_FH12-6S-0.5SH_1x06-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-6S-0.5SH, 6 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 8 7 Connector_FFC-FPC Hirose_FH12-8S-0.5SH_1x08-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-8S-0.5SH, 8 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 10 9 Connector_FFC-FPC Hirose_FH12-10S-0.5SH_1x10-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-10S-0.5SH, 10 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 12 11 Connector_FFC-FPC Hirose_FH12-11S-0.5SH_1x11-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-11S-0.5SH, 11 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 13 12 Connector_FFC-FPC Hirose_FH12-12S-0.5SH_1x12-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-12S-0.5SH, 12 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 14 13 Connector_FFC-FPC Hirose_FH12-13S-0.5SH_1x13-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-13S-0.5SH, 13 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 15 14 Connector_FFC-FPC Hirose_FH12-14S-0.5SH_1x14-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-14S-0.5SH, 14 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 16 15 Connector_FFC-FPC Hirose_FH12-15S-0.5SH_1x15-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-15S-0.5SH, 15 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 17 16 Connector_FFC-FPC Hirose_FH12-16S-0.5SH_1x16-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-16S-0.5SH, 16 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 18 17 Connector_FFC-FPC Hirose_FH12-17S-0.5SH_1x17-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-17S-0.5SH, 17 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 19 18 Connector_FFC-FPC Hirose_FH12-18S-0.5SH_1x18-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-18S-0.5SH, 18 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 20 19 Connector_FFC-FPC Hirose_FH12-19S-0.5SH_1x19-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-19S-0.5SH, 19 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 21 20 Connector_FFC-FPC Hirose_FH12-20S-0.5SH_1x20-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-20S-0.5SH, 20 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 22 21 Connector_FFC-FPC Hirose_FH12-22S-0.5SH_1x22-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-22S-0.5SH, 22 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 24 23 Connector_FFC-FPC Hirose_FH12-24S-0.5SH_1x24-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-24S-0.5SH, 24 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 26 25 Connector_FFC-FPC Hirose_FH12-25S-0.5SH_1x25-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-25S-0.5SH, 25 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 27 26 Connector_FFC-FPC Hirose_FH12-26S-0.5SH_1x26-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-26S-0.5SH, 26 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 28 27 Connector_FFC-FPC Hirose_FH12-28S-0.5SH_1x28-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-28S-0.5SH, 28 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 30 29 Connector_FFC-FPC Hirose_FH12-30S-0.5SH_1x30-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-30S-0.5SH, 30 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 32 31 Connector_FFC-FPC Hirose_FH12-32S-0.5SH_1x32-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-32S-0.5SH, 32 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 34 33 Connector_FFC-FPC Hirose_FH12-33S-0.5SH_1x33-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-33S-0.5SH, 33 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 35 34 Connector_FFC-FPC Hirose_FH12-34S-0.5SH_1x34-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-34S-0.5SH, 34 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 36 35 Connector_FFC-FPC Hirose_FH12-35S-0.5SH_1x35-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-35S-0.5SH, 35 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 37 36 Connector_FFC-FPC Hirose_FH12-36S-0.5SH_1x36-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-36S-0.5SH, 36 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 38 37 Connector_FFC-FPC Hirose_FH12-40S-0.5SH_1x40-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-40S-0.5SH, 40 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 42 41 Connector_FFC-FPC Hirose_FH12-45S-0.5SH_1x45-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-45S-0.5SH, 45 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 47 46 Connector_FFC-FPC Hirose_FH12-50S-0.5SH_1x50-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-50S-0.5SH, 50 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 52 51 Connector_FFC-FPC Hirose_FH12-53S-0.5SH_1x53-1MP_P0.50mm_Horizontal Hirose FH12, FFC/FPC connector, FH12-53S-0.5SH, 53 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator connector Hirose FH12 horizontal 0 55 54 Connector_FFC-FPC JAE_FF0825SA1_2Rows-25Pins_P0.40mm_Horizontal Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0825SA1, 25 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator connector JAE top entry 0 25 25 Connector_FFC-FPC JAE_FF0829SA1_2Rows-29Pins_P0.40mm_Horizontal Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0829SA1, 29 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator connector JAE top entry 0 29 29 Connector_FFC-FPC JAE_FF0841SA1_2Rows-41Pins_P0.40mm_Horizontal Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0841SA1, 41 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator connector JAE top entry 0 41 41 Connector_FFC-FPC JAE_FF0851SA1_2Rows-51Pins_P0.40mm_Horizontal Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0851SA1, 51 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator connector JAE top entry 0 51 51 Connector_FFC-FPC JAE_FF0871SA1_2Rows-71Pins_P0.40mm_Horizontal Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0871SA1, 71 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator connector JAE top entry 0 71 71 Connector_FFC-FPC JAE_FF0881SA1_2Rows-81Pins_P0.40mm_Horizontal Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0881SA1, 81 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator connector JAE top entry 0 81 81 Connector_FFC-FPC Molex_54132-5033_1x50-1MP_P0.5mm_Horizontal Molex FFC/FPC connector, 50 bottom-side contacts, 0.5mm pitch, 2.0mm height, https://www.molex.com/pdm_docs/sd/541325033_sd.pdf FFC FPC 0 54 51 Connector_FFC-FPC Molex_200528-0040_1x04-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0040, 4 Circuits (https://www.molex.com/pdm_docs/sd/2005280040_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 6 5 Connector_FFC-FPC Molex_200528-0050_1x05-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0050, 5 Circuits (https://www.molex.com/pdm_docs/sd/2005280050_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 7 6 Connector_FFC-FPC Molex_200528-0060_1x06-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0060, 6 Circuits (https://www.molex.com/pdm_docs/sd/2005280060_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 8 7 Connector_FFC-FPC Molex_200528-0070_1x07-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0070, 7 Circuits (https://www.molex.com/pdm_docs/sd/2005280070_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 9 8 Connector_FFC-FPC Molex_200528-0080_1x08-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0080, 8 Circuits (https://www.molex.com/pdm_docs/sd/2005280080_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 10 9 Connector_FFC-FPC Molex_200528-0090_1x09-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0090, 9 Circuits (https://www.molex.com/pdm_docs/sd/2005280090_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 11 10 Connector_FFC-FPC Molex_200528-0100_1x10-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0100, 10 Circuits (https://www.molex.com/pdm_docs/sd/2005280100_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 12 11 Connector_FFC-FPC Molex_200528-0110_1x11-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0110, 11 Circuits (https://www.molex.com/pdm_docs/sd/2005280110_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 13 12 Connector_FFC-FPC Molex_200528-0120_1x12-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0120, 12 Circuits (https://www.molex.com/pdm_docs/sd/2005280120_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 14 13 Connector_FFC-FPC Molex_200528-0130_1x13-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0130, 13 Circuits (https://www.molex.com/pdm_docs/sd/2005280130_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 15 14 Connector_FFC-FPC Molex_200528-0140_1x14-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0140, 14 Circuits (https://www.molex.com/pdm_docs/sd/2005280140_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 16 15 Connector_FFC-FPC Molex_200528-0150_1x15-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0150, 15 Circuits (https://www.molex.com/pdm_docs/sd/2005280150_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 17 16 Connector_FFC-FPC Molex_200528-0160_1x16-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0160, 16 Circuits (https://www.molex.com/pdm_docs/sd/2005280160_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 18 17 Connector_FFC-FPC Molex_200528-0170_1x17-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0170, 17 Circuits (https://www.molex.com/pdm_docs/sd/2005280170_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 19 18 Connector_FFC-FPC Molex_200528-0180_1x18-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0180, 18 Circuits (https://www.molex.com/pdm_docs/sd/2005280180_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 20 19 Connector_FFC-FPC Molex_200528-0190_1x19-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0190, 19 Circuits (https://www.molex.com/pdm_docs/sd/2005280190_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 21 20 Connector_FFC-FPC Molex_200528-0200_1x20-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0200, 20 Circuits (https://www.molex.com/pdm_docs/sd/2005280200_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 22 21 Connector_FFC-FPC Molex_200528-0210_1x21-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0210, 21 Circuits (https://www.molex.com/pdm_docs/sd/2005280210_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 23 22 Connector_FFC-FPC Molex_200528-0220_1x22-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0220, 22 Circuits (https://www.molex.com/pdm_docs/sd/2005280220_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 24 23 Connector_FFC-FPC Molex_200528-0230_1x23-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0230, 23 Circuits (https://www.molex.com/pdm_docs/sd/2005280230_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 25 24 Connector_FFC-FPC Molex_200528-0240_1x24-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0240, 24 Circuits (https://www.molex.com/pdm_docs/sd/2005280240_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 26 25 Connector_FFC-FPC Molex_200528-0250_1x25-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0250, 25 Circuits (https://www.molex.com/pdm_docs/sd/2005280250_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 27 26 Connector_FFC-FPC Molex_200528-0260_1x26-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0260, 26 Circuits (https://www.molex.com/pdm_docs/sd/2005280260_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 28 27 Connector_FFC-FPC Molex_200528-0270_1x27-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0270, 27 Circuits (https://www.molex.com/pdm_docs/sd/2005280270_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 29 28 Connector_FFC-FPC Molex_200528-0280_1x28-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0280, 28 Circuits (https://www.molex.com/pdm_docs/sd/2005280280_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 30 29 Connector_FFC-FPC Molex_200528-0290_1x29-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0290, 29 Circuits (https://www.molex.com/pdm_docs/sd/2005280290_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 31 30 Connector_FFC-FPC Molex_200528-0300_1x30-1MP_P1.00mm_Horizontal Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0300, 30 Circuits (https://www.molex.com/pdm_docs/sd/2005280300_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 32 31 Connector_FFC-FPC Molex_502231-1500_1x15-1SH_P0.5mm_Vertical Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 6.05mm Height, Vertical, Surface Mount, ZIF, 15 Circuits (https://www.molex.com/pdm_docs/sd/5022311500_sd.pdf) molex FFC/FPC connector Pitch 0.5mm vertical 0 17 16 Connector_FFC-FPC Molex_502231-2400_1x24-1SH_P0.5mm_Vertical Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 6.05mm Height, Vertical, Surface Mount, ZIF, 24 Circuits (https://www.molex.com/pdm_docs/sd/5022312400_sd.pdf) molex FFC/FPC connector Pitch 0.5mm vertical 0 26 25 Connector_FFC-FPC Molex_502231-3300_1x33-1SH_P0.5mm_Vertical Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 6.05mm Height, Vertical, Surface Mount, ZIF, 33 Circuits (https://www.molex.com/pdm_docs/sd/5022313300_sd.pdf) molex FFC/FPC connector Pitch 0.5mm vertical 0 36 34 Connector_FFC-FPC Molex_502244-1530_1x15-1MP_P0.5mm_Horizontal Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 2.33mm Height, Right Angle, Surface Mount, ZIF, Bottom Contact Style, 15 Circuits (http://www.molex.com/pdm_docs/sd/5022441530_sd.pdf) molex FFC/FPC connector Pitch 0.5mm right angle 0 19 16 Connector_FFC-FPC Molex_502244-2430_1x24-1MP_P0.5mm_Horizontal Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 2.33mm Height, Right Angle, Surface Mount, ZIF, Bottom Contact Style, 24 Circuits (http://www.molex.com/pdm_docs/sd/5022441530_sd.pdf) molex FFC/FPC connector Pitch 0.5mm right angle 0 28 25 Connector_FFC-FPC Molex_502244-3330_1x33-1MP_P0.5mm_Horizontal Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 2.33mm Height, Right Angle, Surface Mount, ZIF, Bottom Contact Style, 33 Circuits (http://www.molex.com/pdm_docs/sd/5022441530_sd.pdf) molex FFC/FPC connector Pitch 0.5mm right angle 0 39 34 Connector_FFC-FPC Molex_502250-1791_2Rows-17Pins-1MP_P0.60mm_Horizontal Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-1791, 17 Circuits (http://www.molex.com/pdm_docs/sd/5022501791_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 19 18 Connector_FFC-FPC Molex_502250-2191_2Rows-21Pins-1MP_P0.60mm_Horizontal Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-2191, 21 Circuits (http://www.molex.com/pdm_docs/sd/5022502191_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 23 22 Connector_FFC-FPC Molex_502250-2391_2Rows-23Pins-1MP_P0.60mm_Horizontal Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-2391, 23 Circuits (http://www.molex.com/pdm_docs/sd/5022502391_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 25 24 Connector_FFC-FPC Molex_502250-2791_2Rows-27Pins-1MP_P0.60mm_Horizontal Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-2791, 27 Circuits (http://www.molex.com/pdm_docs/sd/5022502791_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 29 28 Connector_FFC-FPC Molex_502250-3391_2Rows-33Pins-1MP_P0.60mm_Horizontal Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-3391, 33 Circuits (http://www.molex.com/pdm_docs/sd/5022503391_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 35 34 Connector_FFC-FPC Molex_502250-3591_2Rows-35Pins-1MP_P0.60mm_Horizontal Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-3591, 35 Circuits (http://www.molex.com/pdm_docs/sd/5022503591_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 37 36 Connector_FFC-FPC Molex_502250-3991_2Rows-39Pins-1MP_P0.60mm_Horizontal Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-3991, 39 Circuits (http://www.molex.com/pdm_docs/sd/5022503991_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 41 40 Connector_FFC-FPC Molex_502250-4191_2Rows-41Pins-1MP_P0.60mm_Horizontal Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-4191, 41 Circuits (http://www.molex.com/pdm_docs/sd/5022504191_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 43 42 Connector_FFC-FPC Molex_502250-5191_2Rows-51Pins-1MP_P0.60mm_Horizontal Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-5191, 51 Circuits (http://www.molex.com/pdm_docs/sd/5022505191_sd.pdf), generated with kicad-footprint-generator connector Molex top entry 0 53 52 Connector_FFC-FPC TE_1-84952-0_1x10-1MP_P1.0mm_Horizontal TE FPC connector, 10 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 12 11 Connector_FFC-FPC TE_1-84952-1_1x11-1MP_P1.0mm_Horizontal TE FPC connector, 11 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 13 12 Connector_FFC-FPC TE_1-84952-2_1x12-1MP_P1.0mm_Horizontal TE FPC connector, 12 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 14 13 Connector_FFC-FPC TE_1-84952-3_1x13-1MP_P1.0mm_Horizontal TE FPC connector, 13 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 15 14 Connector_FFC-FPC TE_1-84952-4_1x14-1MP_P1.0mm_Horizontal TE FPC connector, 14 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 16 15 Connector_FFC-FPC TE_1-84952-5_1x15-1MP_P1.0mm_Horizontal TE FPC connector, 15 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 17 16 Connector_FFC-FPC TE_1-84952-6_1x16-1MP_P1.0mm_Horizontal TE FPC connector, 16 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 18 17 Connector_FFC-FPC TE_1-84952-7_1x17-1MP_P1.0mm_Horizontal TE FPC connector, 17 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 19 18 Connector_FFC-FPC TE_1-84952-8_1x18-1MP_P1.0mm_Horizontal TE FPC connector, 18 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 20 19 Connector_FFC-FPC TE_1-84952-9_1x19-1MP_P1.0mm_Horizontal TE FPC connector, 19 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 21 20 Connector_FFC-FPC TE_1-84953-0_1x10-1MP_P1.0mm_Horizontal TE FPC connector, 10 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 12 11 Connector_FFC-FPC TE_1-84953-1_1x11-1MP_P1.0mm_Horizontal TE FPC connector, 11 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 13 12 Connector_FFC-FPC TE_1-84953-2_1x12-1MP_P1.0mm_Horizontal TE FPC connector, 12 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 14 13 Connector_FFC-FPC TE_1-84953-3_1x13-1MP_P1.0mm_Horizontal TE FPC connector, 13 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 15 14 Connector_FFC-FPC TE_1-84953-4_1x14-1MP_P1.0mm_Horizontal TE FPC connector, 14 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 16 15 Connector_FFC-FPC TE_1-84953-5_1x15-1MP_P1.0mm_Horizontal TE FPC connector, 15 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 17 16 Connector_FFC-FPC TE_1-84953-6_1x16-1MP_P1.0mm_Horizontal TE FPC connector, 16 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 18 17 Connector_FFC-FPC TE_1-84953-7_1x17-1MP_P1.0mm_Horizontal TE FPC connector, 17 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 19 18 Connector_FFC-FPC TE_1-84953-8_1x18-1MP_P1.0mm_Horizontal TE FPC connector, 18 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 20 19 Connector_FFC-FPC TE_1-84953-9_1x19-1MP_P1.0mm_Horizontal TE FPC connector, 19 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 21 20 Connector_FFC-FPC TE_2-84952-0_1x20-1MP_P1.0mm_Horizontal TE FPC connector, 20 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 22 21 Connector_FFC-FPC TE_2-84952-1_1x21-1MP_P1.0mm_Horizontal TE FPC connector, 21 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 23 22 Connector_FFC-FPC TE_2-84952-2_1x22-1MP_P1.0mm_Horizontal TE FPC connector, 22 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 24 23 Connector_FFC-FPC TE_2-84952-3_1x23-1MP_P1.0mm_Horizontal TE FPC connector, 23 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 25 24 Connector_FFC-FPC TE_2-84952-4_1x24-1MP_P1.0mm_Horizontal TE FPC connector, 24 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 26 25 Connector_FFC-FPC TE_2-84952-5_1x25-1MP_P1.0mm_Horizontal TE FPC connector, 25 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 27 26 Connector_FFC-FPC TE_2-84952-6_1x26-1MP_P1.0mm_Horizontal TE FPC connector, 26 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 28 27 Connector_FFC-FPC TE_2-84952-7_1x27-1MP_P1.0mm_Horizontal TE FPC connector, 27 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 29 28 Connector_FFC-FPC TE_2-84952-8_1x28-1MP_P1.0mm_Horizontal TE FPC connector, 28 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 30 29 Connector_FFC-FPC TE_2-84952-9_1x29-1MP_P1.0mm_Horizontal TE FPC connector, 29 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 31 30 Connector_FFC-FPC TE_2-84953-0_1x20-1MP_P1.0mm_Horizontal TE FPC connector, 20 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 22 21 Connector_FFC-FPC TE_2-84953-1_1x21-1MP_P1.0mm_Horizontal TE FPC connector, 21 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 23 22 Connector_FFC-FPC TE_2-84953-2_1x22-1MP_P1.0mm_Horizontal TE FPC connector, 22 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 24 23 Connector_FFC-FPC TE_2-84953-3_1x23-1MP_P1.0mm_Horizontal TE FPC connector, 23 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 25 24 Connector_FFC-FPC TE_2-84953-4_1x24-1MP_P1.0mm_Horizontal TE FPC connector, 24 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 26 25 Connector_FFC-FPC TE_2-84953-5_1x25-1MP_P1.0mm_Horizontal TE FPC connector, 25 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 27 26 Connector_FFC-FPC TE_2-84953-6_1x26-1MP_P1.0mm_Horizontal TE FPC connector, 26 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 28 27 Connector_FFC-FPC TE_2-84953-7_1x27-1MP_P1.0mm_Horizontal TE FPC connector, 27 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 29 28 Connector_FFC-FPC TE_2-84953-8_1x28-1MP_P1.0mm_Horizontal TE FPC connector, 28 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 30 29 Connector_FFC-FPC TE_2-84953-9_1x29-1MP_P1.0mm_Horizontal TE FPC connector, 29 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 31 30 Connector_FFC-FPC TE_3-84952-0_1x30-1MP_P1.0mm_Horizontal TE FPC connector, 30 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 32 31 Connector_FFC-FPC TE_3-84953-0_1x30-1MP_P1.0mm_Horizontal TE FPC connector, 30 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 32 31 Connector_FFC-FPC TE_84952-4_1x04-1MP_P1.0mm_Horizontal TE FPC connector, 04 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 6 5 Connector_FFC-FPC TE_84952-5_1x05-1MP_P1.0mm_Horizontal TE FPC connector, 05 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 7 6 Connector_FFC-FPC TE_84952-6_1x06-1MP_P1.0mm_Horizontal TE FPC connector, 06 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 8 7 Connector_FFC-FPC TE_84952-7_1x07-1MP_P1.0mm_Horizontal TE FPC connector, 07 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 9 8 Connector_FFC-FPC TE_84952-8_1x08-1MP_P1.0mm_Horizontal TE FPC connector, 08 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 10 9 Connector_FFC-FPC TE_84952-9_1x09-1MP_P1.0mm_Horizontal TE FPC connector, 09 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 te fpc 84952 0 11 10 Connector_FFC-FPC TE_84953-4_1x04-1MP_P1.0mm_Horizontal TE FPC connector, 04 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 6 5 Connector_FFC-FPC TE_84953-5_1x05-1MP_P1.0mm_Horizontal TE FPC connector, 05 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 7 6 Connector_FFC-FPC TE_84953-6_1x06-1MP_P1.0mm_Horizontal TE FPC connector, 06 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 8 7 Connector_FFC-FPC TE_84953-7_1x07-1MP_P1.0mm_Horizontal TE FPC connector, 07 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 9 8 Connector_FFC-FPC TE_84953-8_1x08-1MP_P1.0mm_Horizontal TE FPC connector, 08 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 10 9 Connector_FFC-FPC TE_84953-9_1x09-1MP_P1.0mm_Horizontal TE FPC connector, 09 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 te fpc 84953 0 11 10 Connector_FFC-FPC Wuerth_68611214422_1x12-1MP_P1.0mm_Horizontal http://katalog.we-online.de/em/datasheet/68611214422.pdf Wuerth FPC 68611214422 connector 12 bottom-side contacts 1.0mm pitch 1.0mm height SMT 0 14 13 Connector_HDMI HDMI_A_Contact_Technology_HDMI-19APL2_Horizontal HDMI Contact Technology Type A http://www.contactswitch.com/en/download.aspx?id=1449 HDMI Contact Technology Type A 0 23 20 Connector_HDMI HDMI_Micro-D_Molex_46765-0x01 HDMI, Micro, Type D, SMD, 0.4mm pitch, 19 ckt, right angle (http://www.molex.com/pdm_docs/sd/467651301_sd.pdf) hdmi micro type d right angle smd 0 23 20 Connector_HDMI HDMI_Micro-D_Molex_46765-1x01 HDMI, Micro, Type D, THT, 0.4mm pitch, 19 ckt, right angle (http://www.molex.com/pdm_docs/sd/467651301_sd.pdf) hdmi micro type d right angle tht 0 23 20 Connector_HDMI HDMI_Micro-D_Molex_46765-2x0x HDMI, Micro, Type D, THT/SMD hybrid, 0.4mm pitch, 19 ckt, right angle (http://www.molex.com/pdm_docs/sd/467651301_sd.pdf) hdmi micro type d right angle tht smd hybrid 0 23 20 Connector_Harwin Harwin_Gecko-G125-FVX0605L0X_2x03_P1.25mm_Vertical Harwin Gecko Connector, 6 pins, dual row female, vertical entry, PN:G125-FVX0605L0X connector harwin gecko 0 6 6 Connector_Harwin Harwin_Gecko-G125-FVX1005L0X_2x05_P1.25mm_Vertical Harwin Gecko Connector, 10 pins, dual row female, vertical entry, PN:G125-FVX1005L0X connector harwin gecko 0 10 10 Connector_Harwin Harwin_Gecko-G125-FVX1205L0X_2x06_P1.25mm_Vertical Harwin Gecko Connector, 12 pins, dual row female, vertical entry, PN:G125-FVX1205L0X connector harwin gecko 0 12 12 Connector_Harwin Harwin_Gecko-G125-FVX1605L0X_2x08_P1.25mm_Vertical Harwin Gecko Connector, 16 pins, dual row female, vertical entry, PN:G125-FVX1605L0X connector harwin gecko 0 16 16 Connector_Harwin Harwin_Gecko-G125-FVX2005L0X_2x10_P1.25mm_Vertical Harwin Gecko Connector, 20 pins, dual row female, vertical entry, PN:G125-FVX2005L0X connector harwin gecko 0 20 20 Connector_Harwin Harwin_Gecko-G125-FVX2605L0X_2x13_P1.25mm_Vertical Harwin Gecko Connector, 26 pins, dual row female, vertical entry, PN:G125-FVX2605L0X connector harwin gecko 0 26 26 Connector_Harwin Harwin_Gecko-G125-FVX3405L0X_2x17_P1.25mm_Vertical Harwin Gecko Connector, 34 pins, dual row female, vertical entry, PN:G125-FVX3405L0X connector harwin gecko 0 34 34 Connector_Harwin Harwin_Gecko-G125-FVX5005L0X_2x25_P1.25mm_Vertical Harwin Gecko Connector, 50 pins, dual row female, vertical entry, PN:G125-FVX5005L0X connector harwin gecko 0 50 50 Connector_Harwin Harwin_Gecko-G125-MVX0605L0X_2x03_P1.25mm_Vertical Harwin Gecko Connector, 6 pins, dual row male, vertical entry, no latches, PN:G125-MVX0605L0X connector harwin gecko 0 6 6 Connector_Harwin Harwin_Gecko-G125-MVX0605L1X_2x03_P1.25mm_Vertical Harwin Gecko Connector, 6 pins, dual row male, vertical entry, with latches, PN:G125-MVX0605L1X connector harwin gecko 0 6 6 Connector_Harwin Harwin_Gecko-G125-MVX1005L0X_2x05_P1.25mm_Vertical Harwin Gecko Connector, 10 pins, dual row male, vertical entry, no latches, PN:G125-MVX1005L0X connector harwin gecko 0 10 10 Connector_Harwin Harwin_Gecko-G125-MVX1005L1X_2x05_P1.25mm_Vertical Harwin Gecko Connector, 10 pins, dual row male, vertical entry, with latches, PN:G125-MVX1005L1X connector harwin gecko 0 10 10 Connector_Harwin Harwin_Gecko-G125-MVX1205L0X_2x06_P1.25mm_Vertical Harwin Gecko Connector, 12 pins, dual row male, vertical entry, no latches, PN:G125-MVX1205L0X connector harwin gecko 0 12 12 Connector_Harwin Harwin_Gecko-G125-MVX1205L1X_2x06_P1.25mm_Vertical Harwin Gecko Connector, 12 pins, dual row male, vertical entry, with latches, PN:G125-MVX1205L1X connector harwin gecko 0 12 12 Connector_Harwin Harwin_Gecko-G125-MVX1605L0X_2x08_P1.25mm_Vertical Harwin Gecko Connector, 16 pins, dual row male, vertical entry, no latches, PN:G125-MVX1605L0X connector harwin gecko 0 16 16 Connector_Harwin Harwin_Gecko-G125-MVX1605L1X_2x08_P1.25mm_Vertical Harwin Gecko Connector, 16 pins, dual row male, vertical entry, with latches, PN:G125-MVX1605L1X connector harwin gecko 0 16 16 Connector_Harwin Harwin_Gecko-G125-MVX2005L0X_2x10_P1.25mm_Vertical Harwin Gecko Connector, 20 pins, dual row male, vertical entry, no latches, PN:G125-MVX2005L0X connector harwin gecko 0 20 20 Connector_Harwin Harwin_Gecko-G125-MVX2005L1X_2x10_P1.25mm_Vertical Harwin Gecko Connector, 20 pins, dual row male, vertical entry, with latches, PN:G125-MVX2005L1X connector harwin gecko 0 20 20 Connector_Harwin Harwin_Gecko-G125-MVX2605L0X_2x13_P1.25mm_Vertical Harwin Gecko Connector, 26 pins, dual row male, vertical entry, no latches, PN:G125-MVX2605L0X connector harwin gecko 0 26 26 Connector_Harwin Harwin_Gecko-G125-MVX2605L1X_2x13_P1.25mm_Vertical Harwin Gecko Connector, 26 pins, dual row male, vertical entry, with latches, PN:G125-MVX2605L1X connector harwin gecko 0 26 26 Connector_Harwin Harwin_Gecko-G125-MVX3405L0X_2x17_P1.25mm_Vertical Harwin Gecko Connector, 34 pins, dual row male, vertical entry, no latches, PN:G125-MVX3405L0X connector harwin gecko 0 34 34 Connector_Harwin Harwin_Gecko-G125-MVX3405L1X_2x17_P1.25mm_Vertical Harwin Gecko Connector, 34 pins, dual row male, vertical entry, with latches, PN:G125-MVX3405L1X connector harwin gecko 0 34 34 Connector_Harwin Harwin_Gecko-G125-MVX5005L0X_2x25_P1.25mm_Vertical Harwin Gecko Connector, 50 pins, dual row male, vertical entry, no latches, PN:G125-MVX5005L0X connector harwin gecko 0 50 50 Connector_Harwin Harwin_Gecko-G125-MVX5005L1X_2x25_P1.25mm_Vertical Harwin Gecko Connector, 50 pins, dual row male, vertical entry, with latches, PN:G125-MVX5005L1X connector harwin gecko 0 50 50 Connector_Harwin Harwin_LTek-Male_02_P2.00mm_Vertical Harwin LTek Connector, 2 pins, single row male, vertical entry connector harwin ltek M80 0 2 2 Connector_Harwin Harwin_LTek-Male_02_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 2 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 6 2 Connector_Harwin Harwin_LTek-Male_2x02_P2.00mm_Vertical Harwin LTek Connector, 4 pins, single row male, vertical entry connector harwin ltek M80 0 4 4 Connector_Harwin Harwin_LTek-Male_2x02_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 4 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 8 4 Connector_Harwin Harwin_LTek-Male_2x03_P2.00mm_Vertical Harwin LTek Connector, 6 pins, single row male, vertical entry connector harwin ltek M80 0 6 6 Connector_Harwin Harwin_LTek-Male_2x03_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 6 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 10 6 Connector_Harwin Harwin_LTek-Male_2x04_P2.00mm_Vertical Harwin LTek Connector, 8 pins, single row male, vertical entry connector harwin ltek M80 0 8 8 Connector_Harwin Harwin_LTek-Male_2x04_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 8 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 12 8 Connector_Harwin Harwin_LTek-Male_2x05_P2.00mm_Vertical Harwin LTek Connector, 10 pins, single row male, vertical entry connector harwin ltek M80 0 10 10 Connector_Harwin Harwin_LTek-Male_2x05_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 10 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 14 10 Connector_Harwin Harwin_LTek-Male_2x06_P2.00mm_Vertical Harwin LTek Connector, 12 pins, single row male, vertical entry connector harwin ltek M80 0 12 12 Connector_Harwin Harwin_LTek-Male_2x06_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 12 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 16 12 Connector_Harwin Harwin_LTek-Male_2x07_P2.00mm_Vertical Harwin LTek Connector, 14 pins, single row male, vertical entry connector harwin ltek M80 0 14 14 Connector_Harwin Harwin_LTek-Male_2x07_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 14 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 18 14 Connector_Harwin Harwin_LTek-Male_2x08_P2.00mm_Vertical Harwin LTek Connector, 16 pins, single row male, vertical entry connector harwin ltek M80 0 16 16 Connector_Harwin Harwin_LTek-Male_2x08_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 16 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 20 16 Connector_Harwin Harwin_LTek-Male_2x09_P2.00mm_Vertical Harwin LTek Connector, 18 pins, single row male, vertical entry connector harwin ltek M80 0 18 18 Connector_Harwin Harwin_LTek-Male_2x09_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 18 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 22 18 Connector_Harwin Harwin_LTek-Male_2x10_P2.00mm_Vertical Harwin LTek Connector, 20 pins, single row male, vertical entry connector harwin ltek M80 0 20 20 Connector_Harwin Harwin_LTek-Male_2x10_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 20 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 24 20 Connector_Harwin Harwin_LTek-Male_2x13_P2.00mm_Vertical Harwin LTek Connector, 26 pins, single row male, vertical entry connector harwin ltek M80 0 26 26 Connector_Harwin Harwin_LTek-Male_2x13_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 26 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 30 26 Connector_Harwin Harwin_LTek-Male_2x17_P2.00mm_Vertical Harwin LTek Connector, 34 pins, single row male, vertical entry connector harwin ltek M80 0 34 34 Connector_Harwin Harwin_LTek-Male_2x17_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 34 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 38 34 Connector_Harwin Harwin_LTek-Male_2x22_P2.00mm_Vertical Harwin LTek Connector, 44 pins, single row male, vertical entry connector harwin ltek M80 0 44 44 Connector_Harwin Harwin_LTek-Male_2x22_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 44 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 48 44 Connector_Harwin Harwin_LTek-Male_03_P2.00mm_Vertical Harwin LTek Connector, 3 pins, single row male, vertical entry connector harwin ltek M80 0 3 3 Connector_Harwin Harwin_LTek-Male_03_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 3 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 7 3 Connector_Harwin Harwin_LTek-Male_04_P2.00mm_Vertical Harwin LTek Connector, 4 pins, single row male, vertical entry connector harwin ltek M80 0 4 4 Connector_Harwin Harwin_LTek-Male_04_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 4 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 8 4 Connector_Harwin Harwin_LTek-Male_05_P2.00mm_Vertical Harwin LTek Connector, 5 pins, single row male, vertical entry connector harwin ltek M80 0 5 5 Connector_Harwin Harwin_LTek-Male_05_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 5 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 9 5 Connector_Harwin Harwin_LTek-Male_06_P2.00mm_Vertical Harwin LTek Connector, 6 pins, single row male, vertical entry connector harwin ltek M80 0 6 6 Connector_Harwin Harwin_LTek-Male_06_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 6 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 10 6 Connector_Harwin Harwin_LTek-Male_07_P2.00mm_Vertical Harwin LTek Connector, 7 pins, single row male, vertical entry connector harwin ltek M80 0 7 7 Connector_Harwin Harwin_LTek-Male_07_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 7 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 11 7 Connector_Harwin Harwin_LTek-Male_17_P2.00mm_Vertical Harwin LTek Connector, 17 pins, single row male, vertical entry connector harwin ltek M80 0 17 17 Connector_Harwin Harwin_LTek-Male_17_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 17 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 21 17 Connector_Harwin Harwin_LTek-Male_22_P2.00mm_Vertical Harwin LTek Connector, 22 pins, single row male, vertical entry connector harwin ltek M80 0 22 22 Connector_Harwin Harwin_LTek-Male_22_P2.00mm_Vertical_StrainRelief Harwin LTek Connector, 22 pins, single row male, vertical entry, strain relief clip connector harwin ltek M80 0 26 22 Connector_Harwin Harwin_M20-89003xx_1x03_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89003xx, 3 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 4 3 Connector_Harwin Harwin_M20-89004xx_1x04_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89004xx, 4 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 5 4 Connector_Harwin Harwin_M20-89005xx_1x05_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89005xx, 5 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 6 5 Connector_Harwin Harwin_M20-89006xx_1x06_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89006xx, 6 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 7 6 Connector_Harwin Harwin_M20-89007xx_1x07_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89007xx, 7 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 8 7 Connector_Harwin Harwin_M20-89008xx_1x08_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89008xx, 8 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 9 8 Connector_Harwin Harwin_M20-89009xx_1x09_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89009xx, 9 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 10 9 Connector_Harwin Harwin_M20-89010xx_1x10_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89010xx, 10 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 11 10 Connector_Harwin Harwin_M20-89011xx_1x11_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89011xx, 11 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 12 11 Connector_Harwin Harwin_M20-89012xx_1x12_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89012xx, 12 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 13 12 Connector_Harwin Harwin_M20-89013xx_1x13_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89013xx, 13 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 14 13 Connector_Harwin Harwin_M20-89014xx_1x14_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89014xx, 14 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 15 14 Connector_Harwin Harwin_M20-89015xx_1x15_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89015xx, 15 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 16 15 Connector_Harwin Harwin_M20-89016xx_1x16_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89016xx, 16 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 17 16 Connector_Harwin Harwin_M20-89017xx_1x17_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89017xx, 17 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 18 17 Connector_Harwin Harwin_M20-89018xx_1x18_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89018xx, 18 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 19 18 Connector_Harwin Harwin_M20-89019xx_1x19_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89019xx, 19 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 20 19 Connector_Harwin Harwin_M20-89020xx_1x20_P2.54mm_Horizontal Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89020xx, 20 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator connector Harwin M20-890 horizontal 0 21 20 Connector_Harwin Harwin_M20-7810245_2x02_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810245, 2 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 4 4 Connector_Harwin Harwin_M20-7810345_2x03_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810345, 3 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 6 6 Connector_Harwin Harwin_M20-7810445_2x04_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810445, 4 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 8 8 Connector_Harwin Harwin_M20-7810545_2x05_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810545, 5 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 10 10 Connector_Harwin Harwin_M20-7810645_2x06_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810645, 6 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 12 12 Connector_Harwin Harwin_M20-7810745_2x07_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810745, 7 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 14 14 Connector_Harwin Harwin_M20-7810845_2x08_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810845, 8 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 16 16 Connector_Harwin Harwin_M20-7810945_2x09_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810945, 9 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 18 18 Connector_Harwin Harwin_M20-7811045_2x10_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7811045, 10 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 20 20 Connector_Harwin Harwin_M20-7811245_2x12_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7811245, 12 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 24 24 Connector_Harwin Harwin_M20-7811545_2x15_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7811545, 15 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 30 30 Connector_Harwin Harwin_M20-7812045_2x20_P2.54mm_Vertical Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7812045, 20 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator connector Harwin M20 side entry 0 40 40 Connector_Hirose Hirose_BM24_BM24-40DP-2-0.35V_2x20_P0.35mm_PowerPin2_Vertical Hirose BM24 series connector, BM24-40DP/2-0.35V (https://www.hirose.com/product/en/download_file/key_name/BM24/category/Catalog/doc_file_id/47680/?file_category_id=4&item_id=50&is_series=1) connector Hirose BM24 40pin header 0 44 42 Connector_Hirose Hirose_BM24_BM24-40DS-2-0.35V_2x20_P0.35mm_PowerPin2_Vertical Hirose BM24 series connector, BM24-40DS/2-0.35V (https://www.hirose.com/product/en/download_file/key_name/BM24/category/Catalog/doc_file_id/47680/?file_category_id=4&item_id=50&is_series=1) connector Hirose 40pin receptacle vertical 0 42 42 Connector_Hirose Hirose_DF11-4DP-2DSA_2x02_P2.00mm_Vertical Hirose DF11 through hole, DF11-4DP-2DSA, 2 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 4 4 Connector_Hirose Hirose_DF11-6DP-2DSA_2x03_P2.00mm_Vertical Hirose DF11 through hole, DF11-6DP-2DSA, 3 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 6 6 Connector_Hirose Hirose_DF11-8DP-2DSA_2x04_P2.00mm_Vertical Hirose DF11 through hole, DF11-8DP-2DSA, 4 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 8 8 Connector_Hirose Hirose_DF11-10DP-2DSA_2x05_P2.00mm_Vertical Hirose DF11 through hole, DF11-10DP-2DSA, 5 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 10 10 Connector_Hirose Hirose_DF11-12DP-2DSA_2x06_P2.00mm_Vertical Hirose DF11 through hole, DF11-12DP-2DSA, 6 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 12 12 Connector_Hirose Hirose_DF11-14DP-2DSA_2x07_P2.00mm_Vertical Hirose DF11 through hole, DF11-14DP-2DSA, 7 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 14 14 Connector_Hirose Hirose_DF11-16DP-2DSA_2x08_P2.00mm_Vertical Hirose DF11 through hole, DF11-16DP-2DSA, 8 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 16 16 Connector_Hirose Hirose_DF11-18DP-2DSA_2x09_P2.00mm_Vertical Hirose DF11 through hole, DF11-18DP-2DSA, 9 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 18 18 Connector_Hirose Hirose_DF11-20DP-2DSA_2x10_P2.00mm_Vertical Hirose DF11 through hole, DF11-20DP-2DSA, 10 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 20 20 Connector_Hirose Hirose_DF11-22DP-2DSA_2x11_P2.00mm_Vertical Hirose DF11 through hole, DF11-22DP-2DSA, 11 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 22 22 Connector_Hirose Hirose_DF11-24DP-2DSA_2x12_P2.00mm_Vertical Hirose DF11 through hole, DF11-24DP-2DSA, 12 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 24 24 Connector_Hirose Hirose_DF11-26DP-2DSA_2x13_P2.00mm_Vertical Hirose DF11 through hole, DF11-26DP-2DSA, 13 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 26 26 Connector_Hirose Hirose_DF11-28DP-2DSA_2x14_P2.00mm_Vertical Hirose DF11 through hole, DF11-28DP-2DSA, 14 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 28 28 Connector_Hirose Hirose_DF11-30DP-2DSA_2x15_P2.00mm_Vertical Hirose DF11 through hole, DF11-30DP-2DSA, 15 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 30 30 Connector_Hirose Hirose_DF11-32DP-2DSA_2x16_P2.00mm_Vertical Hirose DF11 through hole, DF11-32DP-2DSA, 16 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator connector Hirose DF11 vertical 0 32 32 Connector_Hirose Hirose_DF12_DF12C3.0-10DS-0.5V_2x05_P0.50mm_Vertical Hirose DF12C SMD, DF12C3.0-10DS-0.5V, 10 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 20 10 Connector_Hirose Hirose_DF12_DF12C3.0-14DS-0.5V_2x07_P0.50mm_Vertical Hirose DF12C SMD, DF12C3.0-14DS-0.5V, 14 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 28 14 Connector_Hirose Hirose_DF12_DF12C3.0-20DS-0.5V_2x10_P0.50mm_Vertical Hirose DF12C SMD, DF12C3.0-20DS-0.5V, 20 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 40 20 Connector_Hirose Hirose_DF12_DF12C3.0-30DS-0.5V_2x15_P0.50mm_Vertical Hirose DF12C SMD, DF12C3.0-30DS-0.5V, 30 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 60 30 Connector_Hirose Hirose_DF12_DF12C3.0-32DS-0.5V_2x16_P0.50mm_Vertical Hirose DF12C SMD, DF12C3.0-32DS-0.5V, 32 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 64 32 Connector_Hirose Hirose_DF12_DF12C3.0-36DS-0.5V_2x18_P0.50mm_Vertical Hirose DF12C SMD, DF12C3.0-36DS-0.5V, 36 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 72 36 Connector_Hirose Hirose_DF12_DF12C3.0-40DS-0.5V_2x20_P0.50mm_Vertical Hirose DF12C SMD, DF12C3.0-40DS-0.5V, 40 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 80 40 Connector_Hirose Hirose_DF12_DF12C3.0-50DS-0.5V_2x25_P0.50mm_Vertical Hirose DF12C SMD, DF12C3.0-50DS-0.5V, 50 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 100 50 Connector_Hirose Hirose_DF12_DF12C3.0-60DS-0.5V_2x30_P0.50mm_Vertical Hirose DF12C SMD, DF12C3.0-60DS-0.5V, 60 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 120 60 Connector_Hirose Hirose_DF12_DF12E3.0-10DP-0.5V_2x05_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-10DP-0.5V, 10 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 20 10 Connector_Hirose Hirose_DF12_DF12E3.0-14DP-0.5V_2x07_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-14DP-0.5V, 14 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 28 14 Connector_Hirose Hirose_DF12_DF12E3.0-20DP-0.5V_2x10_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-20DP-0.5V, 20 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 40 20 Connector_Hirose Hirose_DF12_DF12E3.0-30DP-0.5V_2x15_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-30DP-0.5V, 30 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 60 30 Connector_Hirose Hirose_DF12_DF12E3.0-32DP-0.5V_2x16_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-32DP-0.5V, 32 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 64 32 Connector_Hirose Hirose_DF12_DF12E3.0-36DP-0.5V_2x18_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-36DP-0.5V, 36 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 72 36 Connector_Hirose Hirose_DF12_DF12E3.0-40DP-0.5V_2x20_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-40DP-0.5V, 40 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 80 40 Connector_Hirose Hirose_DF12_DF12E3.0-50DP-0.5V_2x25_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-50DP-0.5V, 50 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 100 50 Connector_Hirose Hirose_DF12_DF12E3.0-60DP-0.5V_2x30_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-60DP-0.5V, 60 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 120 60 Connector_Hirose Hirose_DF12_DF12E3.0-80DP-0.5V_2x40_P0.50mm_Vertical Hirose DF12E SMD, DF12E3.0-80DP-0.5V, 80 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator connector Hirose DF12 vertical 0 160 80 Connector_Hirose Hirose_DF13-02P-1.25DSA_1x02_P1.25mm_Vertical Hirose DF13 through hole, DF13-02P-1.25DSA, 2 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 2 2 Connector_Hirose Hirose_DF13-02P-1.25DS_1x02_P1.25mm_Horizontal Hirose DF13 through hole, DF13-02P-1.25DS, 2 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 2 2 Connector_Hirose Hirose_DF13-03P-1.25DSA_1x03_P1.25mm_Vertical Hirose DF13 through hole, DF13-03P-1.25DSA, 3 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 3 3 Connector_Hirose Hirose_DF13-03P-1.25DS_1x03_P1.25mm_Horizontal Hirose DF13 through hole, DF13-03P-1.25DS, 3 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 3 3 Connector_Hirose Hirose_DF13-04P-1.25DSA_1x04_P1.25mm_Vertical Hirose DF13 through hole, DF13-04P-1.25DSA, 4 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 4 4 Connector_Hirose Hirose_DF13-04P-1.25DS_1x04_P1.25mm_Horizontal Hirose DF13 through hole, DF13-04P-1.25DS, 4 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 4 4 Connector_Hirose Hirose_DF13-05P-1.25DSA_1x05_P1.25mm_Vertical Hirose DF13 through hole, DF13-05P-1.25DSA, 5 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 5 5 Connector_Hirose Hirose_DF13-05P-1.25DS_1x05_P1.25mm_Horizontal Hirose DF13 through hole, DF13-05P-1.25DS, 5 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 5 5 Connector_Hirose Hirose_DF13-06P-1.25DSA_1x06_P1.25mm_Vertical Hirose DF13 through hole, DF13-06P-1.25DSA, 6 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 6 6 Connector_Hirose Hirose_DF13-06P-1.25DS_1x06_P1.25mm_Horizontal Hirose DF13 through hole, DF13-06P-1.25DS, 6 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 6 6 Connector_Hirose Hirose_DF13-07P-1.25DSA_1x07_P1.25mm_Vertical Hirose DF13 through hole, DF13-07P-1.25DSA, 7 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 7 7 Connector_Hirose Hirose_DF13-07P-1.25DS_1x07_P1.25mm_Horizontal Hirose DF13 through hole, DF13-07P-1.25DS, 7 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 7 7 Connector_Hirose Hirose_DF13-08P-1.25DSA_1x08_P1.25mm_Vertical Hirose DF13 through hole, DF13-08P-1.25DSA, 8 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 8 8 Connector_Hirose Hirose_DF13-08P-1.25DS_1x08_P1.25mm_Horizontal Hirose DF13 through hole, DF13-08P-1.25DS, 8 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 8 8 Connector_Hirose Hirose_DF13-09P-1.25DSA_1x09_P1.25mm_Vertical Hirose DF13 through hole, DF13-09P-1.25DSA, 9 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 9 9 Connector_Hirose Hirose_DF13-09P-1.25DS_1x09_P1.25mm_Horizontal Hirose DF13 through hole, DF13-09P-1.25DS, 9 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 9 9 Connector_Hirose Hirose_DF13-10P-1.25DSA_1x10_P1.25mm_Vertical Hirose DF13 through hole, DF13-10P-1.25DSA, 10 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 10 10 Connector_Hirose Hirose_DF13-10P-1.25DS_1x10_P1.25mm_Horizontal Hirose DF13 through hole, DF13-10P-1.25DS, 10 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 10 10 Connector_Hirose Hirose_DF13-11P-1.25DSA_1x11_P1.25mm_Vertical Hirose DF13 through hole, DF13-11P-1.25DSA, 11 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 11 11 Connector_Hirose Hirose_DF13-11P-1.25DS_1x11_P1.25mm_Horizontal Hirose DF13 through hole, DF13-11P-1.25DS, 11 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 11 11 Connector_Hirose Hirose_DF13-12P-1.25DSA_1x12_P1.25mm_Vertical Hirose DF13 through hole, DF13-12P-1.25DSA, 12 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 12 12 Connector_Hirose Hirose_DF13-12P-1.25DS_1x12_P1.25mm_Horizontal Hirose DF13 through hole, DF13-12P-1.25DS, 12 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 12 12 Connector_Hirose Hirose_DF13-13P-1.25DSA_1x13_P1.25mm_Vertical Hirose DF13 through hole, DF13-13P-1.25DSA, 13 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 13 13 Connector_Hirose Hirose_DF13-14P-1.25DSA_1x14_P1.25mm_Vertical Hirose DF13 through hole, DF13-14P-1.25DSA, 14 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 14 14 Connector_Hirose Hirose_DF13-14P-1.25DS_1x14_P1.25mm_Horizontal Hirose DF13 through hole, DF13-14P-1.25DS, 14 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 14 14 Connector_Hirose Hirose_DF13-15P-1.25DSA_1x15_P1.25mm_Vertical Hirose DF13 through hole, DF13-15P-1.25DSA, 15 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator connector Hirose DF13 vertical 0 15 15 Connector_Hirose Hirose_DF13-15P-1.25DS_1x15_P1.25mm_Horizontal Hirose DF13 through hole, DF13-15P-1.25DS, 15 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator connector Hirose DF13 horizontal 0 15 15 Connector_Hirose Hirose_DF13C_CL535-0402-2-51_1x02-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0402-2-51, 2 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 4 3 Connector_Hirose Hirose_DF13C_CL535-0403-5-51_1x03-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0403-5-51, 3 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 5 4 Connector_Hirose Hirose_DF13C_CL535-0404-8-51_1x04-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0404-8-51, 4 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 6 5 Connector_Hirose Hirose_DF13C_CL535-0405-0-51_1x05-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0405-0-51, 5 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 7 6 Connector_Hirose Hirose_DF13C_CL535-0406-3-51_1x06-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0406-3-51, 6 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 8 7 Connector_Hirose Hirose_DF13C_CL535-0407-6-51_1x07-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0407-6-51, 7 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 9 8 Connector_Hirose Hirose_DF13C_CL535-0408-9-51_1x08-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0408-9-51, 8 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 10 9 Connector_Hirose Hirose_DF13C_CL535-0409-1-51_1x09-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0409-1-51, 9 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 11 10 Connector_Hirose Hirose_DF13C_CL535-0410-4-51_1x10-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0410-4-51, 10 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 12 11 Connector_Hirose Hirose_DF13C_CL535-0411-3-51_1x11-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0411-3-51, 11 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 13 12 Connector_Hirose Hirose_DF13C_CL535-0412-6-51_1x12-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0412-6-51, 12 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 14 13 Connector_Hirose Hirose_DF13C_CL535-0414-1-51_1x14-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0414-1-51, 14 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 16 15 Connector_Hirose Hirose_DF13C_CL535-0415-4-51_1x15-1MP_P1.25mm_Vertical Hirose DF13C SMD, CL535-0415-4-51, 15 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator connector Hirose DF13C vertical 0 17 16 Connector_Hirose Hirose_DF52-2S-0.8H_1x02-1MP_P0.80mm_Horizontal Hirose series connector, DF52-2S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 4 3 Connector_Hirose Hirose_DF52-3S-0.8H_1x03-1MP_P0.80mm_Horizontal Hirose series connector, DF52-3S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 5 4 Connector_Hirose Hirose_DF52-4S-0.8H_1x04-1MP_P0.80mm_Horizontal Hirose series connector, DF52-4S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 6 5 Connector_Hirose Hirose_DF52-5S-0.8H_1x05-1MP_P0.80mm_Horizontal Hirose series connector, DF52-5S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 7 6 Connector_Hirose Hirose_DF52-6S-0.8H_1x06-1MP_P0.80mm_Horizontal Hirose series connector, DF52-6S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 8 7 Connector_Hirose Hirose_DF52-7S-0.8H_1x07-1MP_P0.80mm_Horizontal Hirose series connector, DF52-7S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 9 8 Connector_Hirose Hirose_DF52-8S-0.8H_1x08-1MP_P0.80mm_Horizontal Hirose series connector, DF52-8S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 10 9 Connector_Hirose Hirose_DF52-9S-0.8H_1x09-1MP_P0.80mm_Horizontal Hirose series connector, DF52-9S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 11 10 Connector_Hirose Hirose_DF52-10S-0.8H_1x10-1MP_P0.80mm_Horizontal Hirose series connector, DF52-10S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 12 11 Connector_Hirose Hirose_DF52-11S-0.8H_1x11-1MP_P0.80mm_Horizontal Hirose series connector, DF52-11S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 13 12 Connector_Hirose Hirose_DF52-12S-0.8H_1x12-1MP_P0.80mm_Horizontal Hirose series connector, DF52-12S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 14 13 Connector_Hirose Hirose_DF52-14S-0.8H_1x14-1MP_P0.80mm_Horizontal Hirose series connector, DF52-14S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 16 15 Connector_Hirose Hirose_DF52-15S-0.8H_1x15-1MP_P0.80mm_Horizontal Hirose series connector, DF52-15S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator connector Hirose top entry 0 17 16 Connector_Hirose Hirose_DF63-1P-3.96DSA_1x01_P3.96mm_Horizontal Molex DF63 through hole, DF63-1P-3.96DSA, 1 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose top entry 0 1 1 Connector_Hirose Hirose_DF63-2P-3.96DSA_1x02_P3.96mm_Horizontal Molex DF63 through hole, DF63-2P-3.96DSA, 2 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose top entry 0 2 2 Connector_Hirose Hirose_DF63-3P-3.96DSA_1x03_P3.96mm_Horizontal Molex DF63 through hole, DF63-3P-3.96DSA, 3 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose top entry 0 3 3 Connector_Hirose Hirose_DF63-4P-3.96DSA_1x04_P3.96mm_Horizontal Molex DF63 through hole, DF63-4P-3.96DSA, 4 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose top entry 0 4 4 Connector_Hirose Hirose_DF63-5P-3.96DSA_1x05_P3.96mm_Horizontal Molex DF63 through hole, DF63-5P-3.96DSA, 5 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose top entry 0 5 5 Connector_Hirose Hirose_DF63-5P-3.96DSA_1x05_P3.96mm_Vertical Hirose DF63 through hole, DF63-5P-3.96DSA, 5 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 5 5 Connector_Hirose Hirose_DF63-6P-3.96DSA_1x06_P3.96mm_Horizontal Molex DF63 through hole, DF63-6P-3.96DSA, 6 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose top entry 0 6 6 Connector_Hirose Hirose_DF63-6P-3.96DSA_1x06_P3.96mm_Vertical Hirose DF63 through hole, DF63-6P-3.96DSA, 6 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 6 6 Connector_Hirose Hirose_DF63M-1P-3.96DSA_1x01_P3.96mm_Vertical Hirose DF63 through hole, DF63M-1P-3.96DSA, 1 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 1 1 Connector_Hirose Hirose_DF63M-2P-3.96DSA_1x02_P3.96mm_Vertical Hirose DF63 through hole, DF63M-2P-3.96DSA, 2 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 2 2 Connector_Hirose Hirose_DF63M-3P-3.96DSA_1x03_P3.96mm_Vertical Hirose DF63 through hole, DF63M-3P-3.96DSA, 3 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 3 3 Connector_Hirose Hirose_DF63M-4P-3.96DSA_1x04_P3.96mm_Vertical Hirose DF63 through hole, DF63M-4P-3.96DSA, 4 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 4 4 Connector_Hirose Hirose_DF63R-1P-3.96DSA_1x01_P3.96mm_Vertical Hirose DF63 through hole, DF63R-1P-3.96DSA, 1 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 1 1 Connector_Hirose Hirose_DF63R-2P-3.96DSA_1x02_P3.96mm_Vertical Hirose DF63 through hole, DF63R-2P-3.96DSA, 2 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 2 2 Connector_Hirose Hirose_DF63R-3P-3.96DSA_1x03_P3.96mm_Vertical Hirose DF63 through hole, DF63R-3P-3.96DSA, 3 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 3 3 Connector_Hirose Hirose_DF63R-4P-3.96DSA_1x04_P3.96mm_Vertical Hirose DF63 through hole, DF63R-4P-3.96DSA, 4 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 4 4 Connector_Hirose Hirose_DF63R-5P-3.96DSA_1x05_P3.96mm_Vertical Hirose DF63 through hole, DF63R-5P-3.96DSA, 5 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator connector Hirose DF63 vertical 0 5 5 Connector_IDC IDC-Header_2x03_P2.54mm_Horizontal Through hole angled IDC box header, 2x03, 2.54mm pitch, double rows Through hole IDC box header THT 2x03 2.54mm double row 0 6 6 Connector_IDC IDC-Header_2x03_P2.54mm_Vertical Through hole straight IDC box header, 2x03, 2.54mm pitch, double rows Through hole IDC box header THT 2x03 2.54mm double row 0 6 6 Connector_IDC IDC-Header_2x04_P2.54mm_Horizontal Through hole angled IDC box header, 2x04, 2.54mm pitch, double rows Through hole IDC box header THT 2x04 2.54mm double row 0 8 8 Connector_IDC IDC-Header_2x04_P2.54mm_Vertical Through hole straight IDC box header, 2x04, 2.54mm pitch, double rows Through hole IDC box header THT 2x04 2.54mm double row 0 8 8 Connector_IDC IDC-Header_2x05_P2.54mm_Horizontal Through hole angled IDC box header, 2x05, 2.54mm pitch, double rows Through hole IDC box header THT 2x05 2.54mm double row 0 10 10 Connector_IDC IDC-Header_2x05_P2.54mm_Horizontal_Lock Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) connector idc locked 0 12 10 Connector_IDC IDC-Header_2x05_P2.54mm_Vertical Through hole straight IDC box header, 2x05, 2.54mm pitch, double rows Through hole IDC box header THT 2x05 2.54mm double row 0 10 10 Connector_IDC IDC-Header_2x05_P2.54mm_Vertical_Lock Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) connector idc locked 0 12 10 Connector_IDC IDC-Header_2x06_P2.54mm_Horizontal Through hole angled IDC box header, 2x06, 2.54mm pitch, double rows Through hole IDC box header THT 2x06 2.54mm double row 0 12 12 Connector_IDC IDC-Header_2x06_P2.54mm_Vertical Through hole straight IDC box header, 2x06, 2.54mm pitch, double rows Through hole IDC box header THT 2x06 2.54mm double row 0 12 12 Connector_IDC IDC-Header_2x07_P2.54mm_Horizontal Through hole angled IDC box header, 2x07, 2.54mm pitch, double rows Through hole IDC box header THT 2x07 2.54mm double row 0 14 14 Connector_IDC IDC-Header_2x07_P2.54mm_Horizontal_Lock Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) connector idc locked 0 16 14 Connector_IDC IDC-Header_2x07_P2.54mm_Vertical Through hole straight IDC box header, 2x07, 2.54mm pitch, double rows Through hole IDC box header THT 2x07 2.54mm double row 0 14 14 Connector_IDC IDC-Header_2x07_P2.54mm_Vertical_Lock Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) connector idc locked 0 16 14 Connector_IDC IDC-Header_2x08_P2.54mm_Horizontal Through hole angled IDC box header, 2x08, 2.54mm pitch, double rows Through hole IDC box header THT 2x08 2.54mm double row 0 16 16 Connector_IDC IDC-Header_2x08_P2.54mm_Horizontal_Lock Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) connector idc locked 0 18 16 Connector_IDC IDC-Header_2x08_P2.54mm_Vertical Through hole straight IDC box header, 2x08, 2.54mm pitch, double rows Through hole IDC box header THT 2x08 2.54mm double row 0 16 16 Connector_IDC IDC-Header_2x08_P2.54mm_Vertical_Lock Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) connector idc locked 0 18 16 Connector_IDC IDC-Header_2x10_P2.54mm_Horizontal Through hole angled IDC box header, 2x10, 2.54mm pitch, double rows Through hole IDC box header THT 2x10 2.54mm double row 0 20 20 Connector_IDC IDC-Header_2x10_P2.54mm_Horizontal_Lock Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) connector idc locked 0 22 20 Connector_IDC IDC-Header_2x10_P2.54mm_Vertical Through hole straight IDC box header, 2x10, 2.54mm pitch, double rows Through hole IDC box header THT 2x10 2.54mm double row 0 20 20 Connector_IDC IDC-Header_2x10_P2.54mm_Vertical_Lock Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) connector idc locked 0 22 20 Connector_IDC IDC-Header_2x13_P2.54mm_Horizontal Through hole angled IDC box header, 2x13, 2.54mm pitch, double rows Through hole IDC box header THT 2x13 2.54mm double row 0 26 26 Connector_IDC IDC-Header_2x13_P2.54mm_Horizontal_Lock Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) connector idc locked 0 28 26 Connector_IDC IDC-Header_2x13_P2.54mm_Vertical Through hole straight IDC box header, 2x13, 2.54mm pitch, double rows Through hole IDC box header THT 2x13 2.54mm double row 0 26 26 Connector_IDC IDC-Header_2x13_P2.54mm_Vertical_Lock Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) connector idc locked 0 28 26 Connector_IDC IDC-Header_2x15_P2.54mm_Horizontal Through hole angled IDC box header, 2x15, 2.54mm pitch, double rows Through hole IDC box header THT 2x15 2.54mm double row 0 30 30 Connector_IDC IDC-Header_2x15_P2.54mm_Vertical Through hole straight IDC box header, 2x15, 2.54mm pitch, double rows Through hole IDC box header THT 2x15 2.54mm double row 0 30 30 Connector_IDC IDC-Header_2x17_P2.54mm_Horizontal Through hole angled IDC box header, 2x17, 2.54mm pitch, double rows Through hole IDC box header THT 2x17 2.54mm double row 0 34 34 Connector_IDC IDC-Header_2x17_P2.54mm_Horizontal_Lock Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) connector idc locked 0 36 34 Connector_IDC IDC-Header_2x17_P2.54mm_Vertical Through hole straight IDC box header, 2x17, 2.54mm pitch, double rows Through hole IDC box header THT 2x17 2.54mm double row 0 34 34 Connector_IDC IDC-Header_2x17_P2.54mm_Vertical_Lock Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) connector idc locked 0 36 34 Connector_IDC IDC-Header_2x20_P2.54mm_Horizontal Through hole angled IDC box header, 2x20, 2.54mm pitch, double rows Through hole IDC box header THT 2x20 2.54mm double row 0 40 40 Connector_IDC IDC-Header_2x20_P2.54mm_Horizontal_Lock Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) connector idc locked 0 42 41 Connector_IDC IDC-Header_2x20_P2.54mm_Vertical Through hole straight IDC box header, 2x20, 2.54mm pitch, double rows Through hole IDC box header THT 2x20 2.54mm double row 0 40 40 Connector_IDC IDC-Header_2x20_P2.54mm_Vertical_Lock Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) connector idc locked 0 42 40 Connector_IDC IDC-Header_2x25_P2.54mm_Horizontal Through hole angled IDC box header, 2x25, 2.54mm pitch, double rows Through hole IDC box header THT 2x25 2.54mm double row 0 50 50 Connector_IDC IDC-Header_2x25_P2.54mm_Vertical Through hole straight IDC box header, 2x25, 2.54mm pitch, double rows Through hole IDC box header THT 2x25 2.54mm double row 0 50 50 Connector_IDC IDC-Header_2x25_P2.54mm_Vertical_Lock Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) connector idc locked 0 52 50 Connector_IDC IDC-Header_2x30_P2.54mm_Horizontal Through hole angled IDC box header, 2x30, 2.54mm pitch, double rows Through hole IDC box header THT 2x30 2.54mm double row 0 60 60 Connector_IDC IDC-Header_2x30_P2.54mm_Vertical Through hole straight IDC box header, 2x30, 2.54mm pitch, double rows Through hole IDC box header THT 2x30 2.54mm double row 0 60 60 Connector_IDC IDC-Header_2x30_P2.54mm_Vertical_Lock Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) connector idc locked 0 62 60 Connector_IDC IDC-Header_2x32_P2.54mm_Horizontal Through hole angled IDC box header, 2x32, 2.54mm pitch, double rows Through hole IDC box header THT 2x32 2.54mm double row 0 64 64 Connector_IDC IDC-Header_2x32_P2.54mm_Vertical Through hole straight IDC box header, 2x32, 2.54mm pitch, double rows Through hole IDC box header THT 2x32 2.54mm double row 0 64 64 Connector_IDC IDC-Header_2x32_P2.54mm_Vertical_Lock Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) connector idc locked 0 66 64 Connector_JAE JAE_LY20-4P-DLT1_2x02_P2.00mm_Horizontal Molex LY 20 series connector, LY20-4P-DLT1, 2 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 4 4 Connector_JAE JAE_LY20-4P-DT1_2x02_P2.00mm_Vertical Molex LY 20 series connector, LY20-4P-DT1, 2 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 4 4 Connector_JAE JAE_LY20-6P-DLT1_2x03_P2.00mm_Horizontal Molex LY 20 series connector, LY20-6P-DLT1, 3 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 6 6 Connector_JAE JAE_LY20-6P-DT1_2x03_P2.00mm_Vertical Molex LY 20 series connector, LY20-6P-DT1, 3 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 6 6 Connector_JAE JAE_LY20-8P-DLT1_2x04_P2.00mm_Horizontal Molex LY 20 series connector, LY20-8P-DLT1, 4 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 8 8 Connector_JAE JAE_LY20-8P-DT1_2x04_P2.00mm_Vertical Molex LY 20 series connector, LY20-8P-DT1, 4 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 8 8 Connector_JAE JAE_LY20-10P-DLT1_2x05_P2.00mm_Horizontal Molex LY 20 series connector, LY20-10P-DLT1, 5 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 10 10 Connector_JAE JAE_LY20-10P-DT1_2x05_P2.00mm_Vertical Molex LY 20 series connector, LY20-10P-DT1, 5 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 10 10 Connector_JAE JAE_LY20-12P-DLT1_2x06_P2.00mm_Horizontal Molex LY 20 series connector, LY20-12P-DLT1, 6 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 12 12 Connector_JAE JAE_LY20-12P-DT1_2x06_P2.00mm_Vertical Molex LY 20 series connector, LY20-12P-DT1, 6 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 12 12 Connector_JAE JAE_LY20-14P-DLT1_2x07_P2.00mm_Horizontal Molex LY 20 series connector, LY20-14P-DLT1, 7 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 14 14 Connector_JAE JAE_LY20-14P-DT1_2x07_P2.00mm_Vertical Molex LY 20 series connector, LY20-14P-DT1, 7 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 14 14 Connector_JAE JAE_LY20-16P-DLT1_2x08_P2.00mm_Horizontal Molex LY 20 series connector, LY20-16P-DLT1, 8 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 16 16 Connector_JAE JAE_LY20-16P-DT1_2x08_P2.00mm_Vertical Molex LY 20 series connector, LY20-16P-DT1, 8 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 16 16 Connector_JAE JAE_LY20-18P-DLT1_2x09_P2.00mm_Horizontal Molex LY 20 series connector, LY20-18P-DLT1, 9 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 18 18 Connector_JAE JAE_LY20-18P-DT1_2x09_P2.00mm_Vertical Molex LY 20 series connector, LY20-18P-DT1, 9 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 18 18 Connector_JAE JAE_LY20-20P-DLT1_2x10_P2.00mm_Horizontal Molex LY 20 series connector, LY20-20P-DLT1, 10 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 20 20 Connector_JAE JAE_LY20-20P-DT1_2x10_P2.00mm_Vertical Molex LY 20 series connector, LY20-20P-DT1, 10 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 20 20 Connector_JAE JAE_LY20-22P-DLT1_2x11_P2.00mm_Horizontal Molex LY 20 series connector, LY20-22P-DLT1, 11 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 22 22 Connector_JAE JAE_LY20-22P-DT1_2x11_P2.00mm_Vertical Molex LY 20 series connector, LY20-22P-DT1, 11 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 22 22 Connector_JAE JAE_LY20-24P-DLT1_2x12_P2.00mm_Horizontal Molex LY 20 series connector, LY20-24P-DLT1, 12 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 24 24 Connector_JAE JAE_LY20-24P-DT1_2x12_P2.00mm_Vertical Molex LY 20 series connector, LY20-24P-DT1, 12 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 24 24 Connector_JAE JAE_LY20-26P-DLT1_2x13_P2.00mm_Horizontal Molex LY 20 series connector, LY20-26P-DLT1, 13 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 26 26 Connector_JAE JAE_LY20-26P-DT1_2x13_P2.00mm_Vertical Molex LY 20 series connector, LY20-26P-DT1, 13 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 26 26 Connector_JAE JAE_LY20-28P-DLT1_2x14_P2.00mm_Horizontal Molex LY 20 series connector, LY20-28P-DLT1, 14 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 28 28 Connector_JAE JAE_LY20-28P-DT1_2x14_P2.00mm_Vertical Molex LY 20 series connector, LY20-28P-DT1, 14 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 28 28 Connector_JAE JAE_LY20-30P-DLT1_2x15_P2.00mm_Horizontal Molex LY 20 series connector, LY20-30P-DLT1, 15 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 30 30 Connector_JAE JAE_LY20-30P-DT1_2x15_P2.00mm_Vertical Molex LY 20 series connector, LY20-30P-DT1, 15 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 30 30 Connector_JAE JAE_LY20-32P-DLT1_2x16_P2.00mm_Horizontal Molex LY 20 series connector, LY20-32P-DLT1, 16 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 32 32 Connector_JAE JAE_LY20-32P-DT1_2x16_P2.00mm_Vertical Molex LY 20 series connector, LY20-32P-DT1, 16 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 32 32 Connector_JAE JAE_LY20-34P-DLT1_2x17_P2.00mm_Horizontal Molex LY 20 series connector, LY20-34P-DLT1, 17 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 34 34 Connector_JAE JAE_LY20-34P-DT1_2x17_P2.00mm_Vertical Molex LY 20 series connector, LY20-34P-DT1, 17 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 34 34 Connector_JAE JAE_LY20-36P-DLT1_2x18_P2.00mm_Horizontal Molex LY 20 series connector, LY20-36P-DLT1, 18 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 36 36 Connector_JAE JAE_LY20-36P-DT1_2x18_P2.00mm_Vertical Molex LY 20 series connector, LY20-36P-DT1, 18 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 36 36 Connector_JAE JAE_LY20-38P-DLT1_2x19_P2.00mm_Horizontal Molex LY 20 series connector, LY20-38P-DLT1, 19 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 38 38 Connector_JAE JAE_LY20-38P-DT1_2x19_P2.00mm_Vertical Molex LY 20 series connector, LY20-38P-DT1, 19 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 38 38 Connector_JAE JAE_LY20-40P-DLT1_2x20_P2.00mm_Horizontal Molex LY 20 series connector, LY20-40P-DLT1, 20 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 40 40 Connector_JAE JAE_LY20-40P-DT1_2x20_P2.00mm_Vertical Molex LY 20 series connector, LY20-40P-DT1, 20 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 40 40 Connector_JAE JAE_LY20-42P-DLT1_2x21_P2.00mm_Horizontal Molex LY 20 series connector, LY20-42P-DLT1, 21 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 42 42 Connector_JAE JAE_LY20-42P-DT1_2x21_P2.00mm_Vertical Molex LY 20 series connector, LY20-42P-DT1, 21 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 42 42 Connector_JAE JAE_LY20-44P-DLT1_2x22_P2.00mm_Horizontal Molex LY 20 series connector, LY20-44P-DLT1, 22 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator connector JAE top entry 0 44 44 Connector_JAE JAE_LY20-44P-DT1_2x22_P2.00mm_Vertical Molex LY 20 series connector, LY20-44P-DT1, 22 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator connector JAE side entry 0 44 44 Connector_JST JST_ACH_BBM01B-ACHSS-A-GAN-ETF_1x01-1MP_P1.20mm_Vertical JST ACH series connector, BBM01B-ACHSS-A-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator connector JST ACH side entry 0 3 2 Connector_JST JST_ACH_BBM02B-ACHSS-GAN-ETF_1x02-1MP_P1.20mm_Vertical JST ACH series connector, BBM02B-ACHSS-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator connector JST ACH side entry 0 4 3 Connector_JST JST_ACH_BBM03B-ACHSS-GAN-ETF_1x03-1MP_P1.20mm_Vertical JST ACH series connector, BBM03B-ACHSS-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator connector JST ACH side entry 0 5 4 Connector_JST JST_ACH_BBM04B-ACHSS-A-GAN-ETF_1x04-1MP_P1.20mm_Vertical JST ACH series connector, BBM04B-ACHSS-A-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator connector JST ACH side entry 0 6 5 Connector_JST JST_ACH_BBM05B-ACHSS-A-GAN-ETF_1x05-1MP_P1.20mm_Vertical JST ACH series connector, BBM05B-ACHSS-A-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator connector JST ACH side entry 0 7 6 Connector_JST JST_ACH_BM01B-ACHSS-A-GAN-ETF_1x01-1MP_P1.20mm_Vertical JST ACH series connector, BM01B-ACHSS-A-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator connector JST ACH vertical 0 3 2 Connector_JST JST_ACH_BM02B-ACHSS-GAN-ETF_1x02-1MP_P1.20mm_Vertical JST ACH series connector, BM02B-ACHSS-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator connector JST ACH vertical 0 4 3 Connector_JST JST_ACH_BM03B-ACHSS-GAN-ETF_1x03-1MP_P1.20mm_Vertical JST ACH series connector, BM03B-ACHSS-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator connector JST ACH vertical 0 5 4 Connector_JST JST_ACH_BM04B-ACHSS-A-GAN-ETF_1x04-1MP_P1.20mm_Vertical JST ACH series connector, BM04B-ACHSS-A-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator connector JST ACH vertical 0 6 5 Connector_JST JST_ACH_BM05B-ACHSS-A-GAN-ETF_1x05-1MP_P1.20mm_Vertical JST ACH series connector, BM05B-ACHSS-A-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator connector JST ACH vertical 0 7 6 Connector_JST JST_AUH_BM03B-AUHKS-GA-TB_1x03-1MP_P1.50mm_Vertical JST AUH series connector, BM03B-AUHKS-GA-TB (http://www.jst-mfg.com/product/pdf/eng/eAUH.pdf), generated with kicad-footprint-generator connector JST AUH side entry 0 5 4 Connector_JST JST_AUH_BM05B-AUHKS-GA-TB_1x05-1MP_P1.50mm_Vertical JST AUH series connector, BM05B-AUHKS-GA-TB (http://www.jst-mfg.com/product/pdf/eng/eAUH.pdf), generated with kicad-footprint-generator connector JST AUH side entry 0 7 6 Connector_JST JST_EH_B2B-EH-A_1x02_P2.50mm_Vertical JST EH series connector, B2B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH vertical 0 2 2 Connector_JST JST_EH_B02B-EH-A_1x02_P2.50mm_Vertical JST EH series connector, B02B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 2 2 Connector_JST JST_EH_B03B-EH-A_1x03_P2.50mm_Vertical JST EH series connector, B03B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 3 3 Connector_JST JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical JST EH series connector, B3B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH vertical 0 3 3 Connector_JST JST_EH_B4B-EH-A_1x04_P2.50mm_Vertical JST EH series connector, B4B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH vertical 0 4 4 Connector_JST JST_EH_B04B-EH-A_1x04_P2.50mm_Vertical JST EH series connector, B04B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 4 4 Connector_JST JST_EH_B5B-EH-A_1x05_P2.50mm_Vertical JST EH series connector, B5B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH vertical 0 5 5 Connector_JST JST_EH_B05B-EH-A_1x05_P2.50mm_Vertical JST EH series connector, B05B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 5 5 Connector_JST JST_EH_B06B-EH-A_1x06_P2.50mm_Vertical JST EH series connector, B06B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 6 6 Connector_JST JST_EH_B6B-EH-A_1x06_P2.50mm_Vertical JST EH series connector, B6B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH vertical 0 6 6 Connector_JST JST_EH_B07B-EH-A_1x07_P2.50mm_Vertical JST EH series connector, B07B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 7 7 Connector_JST JST_EH_B7B-EH-A_1x07_P2.50mm_Vertical JST EH series connector, B7B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH vertical 0 7 7 Connector_JST JST_EH_B08B-EH-A_1x08_P2.50mm_Vertical JST EH series connector, B08B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 8 8 Connector_JST JST_EH_B8B-EH-A_1x08_P2.50mm_Vertical JST EH series connector, B8B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH vertical 0 8 8 Connector_JST JST_EH_B9B-EH-A_1x09_P2.50mm_Vertical JST EH series connector, B9B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH vertical 0 9 9 Connector_JST JST_EH_B09B-EH-A_1x09_P2.50mm_Vertical JST EH series connector, B09B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 9 9 Connector_JST JST_EH_B10B-EH-A_1x10_P2.50mm_Vertical JST EH series connector, B10B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 10 10 Connector_JST JST_EH_B11B-EH-A_1x11_P2.50mm_Vertical JST EH series connector, B11B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 11 11 Connector_JST JST_EH_B12B-EH-A_1x12_P2.50mm_Vertical JST EH series connector, B12B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 12 12 Connector_JST JST_EH_B13B-EH-A_1x13_P2.50mm_Vertical JST EH series connector, B13B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 13 13 Connector_JST JST_EH_B14B-EH-A_1x14_P2.50mm_Vertical JST EH series connector, B14B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 14 14 Connector_JST JST_EH_B15B-EH-A_1x15_P2.50mm_Vertical JST EH series connector, B15B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 15 15 Connector_JST JST_EH_B16B-EH-A_1x16_P2.50mm_Vertical JST EH series connector, B16B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH side entry 0 16 16 Connector_JST JST_EH_S02B-EH_1x02_P2.50mm_Horizontal JST EH series connector, S02B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 2 2 Connector_JST JST_EH_S2B-EH_1x02_P2.50mm_Horizontal JST EH series connector, S2B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH horizontal 0 2 2 Connector_JST JST_EH_S03B-EH_1x03_P2.50mm_Horizontal JST EH series connector, S03B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 3 3 Connector_JST JST_EH_S3B-EH_1x03_P2.50mm_Horizontal JST EH series connector, S3B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH horizontal 0 3 3 Connector_JST JST_EH_S04B-EH_1x04_P2.50mm_Horizontal JST EH series connector, S04B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 4 4 Connector_JST JST_EH_S4B-EH_1x04_P2.50mm_Horizontal JST EH series connector, S4B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH horizontal 0 4 4 Connector_JST JST_EH_S5B-EH_1x05_P2.50mm_Horizontal JST EH series connector, S5B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH horizontal 0 5 5 Connector_JST JST_EH_S05B-EH_1x05_P2.50mm_Horizontal JST EH series connector, S05B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 5 5 Connector_JST JST_EH_S6B-EH_1x06_P2.50mm_Horizontal JST EH series connector, S6B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH horizontal 0 6 6 Connector_JST JST_EH_S06B-EH_1x06_P2.50mm_Horizontal JST EH series connector, S06B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 6 6 Connector_JST JST_EH_S7B-EH_1x07_P2.50mm_Horizontal JST EH series connector, S7B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH horizontal 0 7 7 Connector_JST JST_EH_S07B-EH_1x07_P2.50mm_Horizontal JST EH series connector, S07B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 7 7 Connector_JST JST_EH_S08B-EH_1x08_P2.50mm_Horizontal JST EH series connector, S08B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 8 8 Connector_JST JST_EH_S8B-EH_1x08_P2.50mm_Horizontal JST EH series connector, S8B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH horizontal 0 8 8 Connector_JST JST_EH_S09B-EH_1x09_P2.50mm_Horizontal JST EH series connector, S09B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 9 9 Connector_JST JST_EH_S9B-EH_1x09_P2.50mm_Horizontal JST EH series connector, S9B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH horizontal 0 9 9 Connector_JST JST_EH_S10B-EH_1x10_P2.50mm_Horizontal JST EH series connector, S10B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 10 10 Connector_JST JST_EH_S11B-EH_1x11_P2.50mm_Horizontal JST EH series connector, S11B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 11 11 Connector_JST JST_EH_S12B-EH_1x12_P2.50mm_Horizontal JST EH series connector, S12B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 12 12 Connector_JST JST_EH_S13B-EH_1x13_P2.50mm_Horizontal JST EH series connector, S13B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 13 13 Connector_JST JST_EH_S14B-EH_1x14_P2.50mm_Horizontal JST EH series connector, S14B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 14 14 Connector_JST JST_EH_S15B-EH_1x15_P2.50mm_Horizontal JST EH series connector, S15B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 15 15 Connector_JST JST_EH_S16B-EH_1x16_P2.50mm_Horizontal JST EH series connector, S16B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator connector JST EH top entry 0 16 16 Connector_JST JST_GH_BM02B-GHS-TBT_1x02-1MP_P1.25mm_Vertical JST GH series connector, BM02B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 4 3 Connector_JST JST_GH_BM03B-GHS-TBT_1x03-1MP_P1.25mm_Vertical JST GH series connector, BM03B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 5 4 Connector_JST JST_GH_BM04B-GHS-TBT_1x04-1MP_P1.25mm_Vertical JST GH series connector, BM04B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 6 5 Connector_JST JST_GH_BM05B-GHS-TBT_1x05-1MP_P1.25mm_Vertical JST GH series connector, BM05B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 7 6 Connector_JST JST_GH_BM06B-GHS-TBT_1x06-1MP_P1.25mm_Vertical JST GH series connector, BM06B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 8 7 Connector_JST JST_GH_BM07B-GHS-TBT_1x07-1MP_P1.25mm_Vertical JST GH series connector, BM07B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 9 8 Connector_JST JST_GH_BM08B-GHS-TBT_1x08-1MP_P1.25mm_Vertical JST GH series connector, BM08B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 10 9 Connector_JST JST_GH_BM09B-GHS-TBT_1x09-1MP_P1.25mm_Vertical JST GH series connector, BM09B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 11 10 Connector_JST JST_GH_BM10B-GHS-TBT_1x10-1MP_P1.25mm_Vertical JST GH series connector, BM10B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 12 11 Connector_JST JST_GH_BM11B-GHS-TBT_1x11-1MP_P1.25mm_Vertical JST GH series connector, BM11B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 13 12 Connector_JST JST_GH_BM12B-GHS-TBT_1x12-1MP_P1.25mm_Vertical JST GH series connector, BM12B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 14 13 Connector_JST JST_GH_BM13B-GHS-TBT_1x13-1MP_P1.25mm_Vertical JST GH series connector, BM13B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 15 14 Connector_JST JST_GH_BM14B-GHS-TBT_1x14-1MP_P1.25mm_Vertical JST GH series connector, BM14B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 16 15 Connector_JST JST_GH_BM15B-GHS-TBT_1x15-1MP_P1.25mm_Vertical JST GH series connector, BM15B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH side entry 0 17 16 Connector_JST JST_GH_SM02B-GHS-TB_1x02-1MP_P1.25mm_Horizontal JST GH series connector, SM02B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 4 3 Connector_JST JST_GH_SM03B-GHS-TB_1x03-1MP_P1.25mm_Horizontal JST GH series connector, SM03B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 5 4 Connector_JST JST_GH_SM04B-GHS-TB_1x04-1MP_P1.25mm_Horizontal JST GH series connector, SM04B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 6 5 Connector_JST JST_GH_SM05B-GHS-TB_1x05-1MP_P1.25mm_Horizontal JST GH series connector, SM05B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 7 6 Connector_JST JST_GH_SM06B-GHS-TB_1x06-1MP_P1.25mm_Horizontal JST GH series connector, SM06B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 8 7 Connector_JST JST_GH_SM07B-GHS-TB_1x07-1MP_P1.25mm_Horizontal JST GH series connector, SM07B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 9 8 Connector_JST JST_GH_SM08B-GHS-TB_1x08-1MP_P1.25mm_Horizontal JST GH series connector, SM08B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 10 9 Connector_JST JST_GH_SM09B-GHS-TB_1x09-1MP_P1.25mm_Horizontal JST GH series connector, SM09B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 11 10 Connector_JST JST_GH_SM10B-GHS-TB_1x10-1MP_P1.25mm_Horizontal JST GH series connector, SM10B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 12 11 Connector_JST JST_GH_SM11B-GHS-TB_1x11-1MP_P1.25mm_Horizontal JST GH series connector, SM11B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 13 12 Connector_JST JST_GH_SM12B-GHS-TB_1x12-1MP_P1.25mm_Horizontal JST GH series connector, SM12B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 14 13 Connector_JST JST_GH_SM13B-GHS-TB_1x13-1MP_P1.25mm_Horizontal JST GH series connector, SM13B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 15 14 Connector_JST JST_GH_SM14B-GHS-TB_1x14-1MP_P1.25mm_Horizontal JST GH series connector, SM14B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 16 15 Connector_JST JST_GH_SM15B-GHS-TB_1x15-1MP_P1.25mm_Horizontal JST GH series connector, SM15B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator connector JST GH top entry 0 17 16 Connector_JST JST_J2100_B06B-J21DK-GGXR_2x03_P2.50x4.00mm_Vertical JST J2100 series connector, B06B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 vertical 0 8 6 Connector_JST JST_J2100_B06B-J21DK-GG_2x03_P2.50x4.00mm_Vertical JST J2100 series connector, B06B-J21DK-GG (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 side entry 0 8 6 Connector_JST JST_J2100_B08B-J21DK-GGXR_2x04_P2.50x4.00mm_Vertical JST J2100 series connector, B08B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 vertical 0 10 8 Connector_JST JST_J2100_B08B-J21DK-GG_2x04_P2.50x4.00mm_Vertical JST J2100 series connector, B08B-J21DK-GG (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 side entry 0 10 8 Connector_JST JST_J2100_B10B-J21DK-GGXR_2x05_P2.50x4.00mm_Vertical JST J2100 series connector, B10B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 vertical 0 12 10 Connector_JST JST_J2100_B10B-J21DK-GG_2x05_P2.50x4.00mm_Vertical JST J2100 series connector, B10B-J21DK-GG (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 side entry 0 12 10 Connector_JST JST_J2100_B12B-J21DK-GGXR_2x06_P2.50x4.00mm_Vertical JST J2100 series connector, B12B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 vertical 0 14 12 Connector_JST JST_J2100_B12B-J21DK-GG_2x06_P2.50x4.00mm_Vertical JST J2100 series connector, B12B-J21DK-GG (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 side entry 0 14 12 Connector_JST JST_J2100_B16B-J21DK-GGXR_2x08_P2.50x4.00mm_Vertical JST J2100 series connector, B16B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 vertical 0 18 16 Connector_JST JST_J2100_B16B-J21DK-GG_2x08_P2.50x4.00mm_Vertical JST J2100 series connector, B16B-J21DK-GG (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 side entry 0 18 16 Connector_JST JST_J2100_B20B-J21DK-GGXR_2x10_P2.50x4.00mm_Vertical JST J2100 series connector, B20B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 vertical 0 22 20 Connector_JST JST_J2100_B20B-J21DK-GG_2x10_P2.50x4.00mm_Vertical JST J2100 series connector, B20B-J21DK-GG (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 side entry 0 22 20 Connector_JST JST_J2100_S06B-J21DK-GGXR_2x03_P2.50mm_Horizontal JST J2100 series connector, S06B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 horizontal 0 7 6 Connector_JST JST_J2100_S06B-J21DK-GG_2x03_P2.50mm_Horizontal JST J2100 series connector, S06B-J21DK-GG (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 top entry 0 7 6 Connector_JST JST_J2100_S08B-J21DK-GGXR_2x04_P2.50mm_Horizontal JST J2100 series connector, S08B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 horizontal 0 10 8 Connector_JST JST_J2100_S08B-J21DK-GG_2x04_P2.50mm_Horizontal JST J2100 series connector, S08B-J21DK-GG (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 top entry 0 10 8 Connector_JST JST_J2100_S10B-J21DK-GGXR_2x05_P2.50mm_Horizontal JST J2100 series connector, S10B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 horizontal 0 12 10 Connector_JST JST_J2100_S10B-J21DK-GG_2x05_P2.50mm_Horizontal JST J2100 series connector, S10B-J21DK-GG (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 top entry 0 12 10 Connector_JST JST_J2100_S12B-J21DK-GGXR_2x06_P2.50mm_Horizontal JST J2100 series connector, S12B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 horizontal 0 14 12 Connector_JST JST_J2100_S12B-J21DK-GG_2x06_P2.50mm_Horizontal JST J2100 series connector, S12B-J21DK-GG (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 top entry 0 14 12 Connector_JST JST_J2100_S16B-J21DK-GGXR_2x08_P2.50mm_Horizontal JST J2100 series connector, S16B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 horizontal 0 18 16 Connector_JST JST_J2100_S16B-J21DK-GG_2x08_P2.50mm_Horizontal JST J2100 series connector, S16B-J21DK-GG (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 top entry 0 18 16 Connector_JST JST_J2100_S20B-J21DK-GGXR_2x10_P2.50mm_Horizontal JST J2100 series connector, S20B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 horizontal 0 22 20 Connector_JST JST_J2100_S20B-J21DK-GG_2x10_P2.50mm_Horizontal JST J2100 series connector, S20B-J21DK-GG (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator connector JST J2100 top entry 0 22 20 Connector_JST JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical JST JWPF series connector, B02B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator connector JST JWPF side entry 0 2 2 Connector_JST JST_JWPF_B03B-JWPF-SK-R_1x03_P2.00mm_Vertical JST JWPF series connector, B03B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator connector JST JWPF side entry 0 3 3 Connector_JST JST_JWPF_B04B-JWPF-SK-R_1x04_P2.00mm_Vertical JST JWPF series connector, B04B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator connector JST JWPF side entry 0 4 4 Connector_JST JST_JWPF_B06B-JWPF-SK-R_2x03_P2.00mm_Vertical JST JWPF series connector, B06B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator connector JST JWPF side entry 0 6 6 Connector_JST JST_JWPF_B08B-JWPF-SK-R_2x04_P2.00mm_Vertical JST JWPF series connector, B08B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator connector JST JWPF side entry 0 8 8 Connector_JST JST_LEA_SM02B-LEASS-TF_1x02-1MP_P4.20mm_Horizontal JST LEA series connector, SM02B-LEASS-TF (http://www.jst-mfg.com/product/pdf/eng/eLEA.pdf), generated with kicad-footprint-generator connector JST LEA top entry 0 4 3 Connector_JST JST_NV_B02P-NV_1x02_P5.00mm_Vertical JST NV series connector, B02P-NV (http://www.jst-mfg.com/product/pdf/eng/eNV.pdf), generated with kicad-footprint-generator connector JST NV side entry 0 2 2 Connector_JST JST_NV_B03P-NV_1x03_P5.00mm_Vertical JST NV series connector, B03P-NV (http://www.jst-mfg.com/product/pdf/eng/eNV.pdf), generated with kicad-footprint-generator connector JST NV side entry 0 3 3 Connector_JST JST_NV_B04P-NV_1x04_P5.00mm_Vertical JST NV series connector, B04P-NV (http://www.jst-mfg.com/product/pdf/eng/eNV.pdf), generated with kicad-footprint-generator connector JST NV side entry 0 4 4 Connector_JST JST_PHD_B8B-PHDSS_2x04_P2.00mm_Vertical JST PHD series connector, B8B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 8 8 Connector_JST JST_PHD_B10B-PHDSS_2x05_P2.00mm_Vertical JST PHD series connector, B10B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 10 10 Connector_JST JST_PHD_B12B-PHDSS_2x06_P2.00mm_Vertical JST PHD series connector, B12B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 12 12 Connector_JST JST_PHD_B14B-PHDSS_2x07_P2.00mm_Vertical JST PHD series connector, B14B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 14 14 Connector_JST JST_PHD_B16B-PHDSS_2x08_P2.00mm_Vertical JST PHD series connector, B16B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 16 16 Connector_JST JST_PHD_B18B-PHDSS_2x09_P2.00mm_Vertical JST PHD series connector, B18B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 18 18 Connector_JST JST_PHD_B20B-PHDSS_2x10_P2.00mm_Vertical JST PHD series connector, B20B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 20 20 Connector_JST JST_PHD_B22B-PHDSS_2x11_P2.00mm_Vertical JST PHD series connector, B22B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 22 22 Connector_JST JST_PHD_B24B-PHDSS_2x12_P2.00mm_Vertical JST PHD series connector, B24B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 24 24 Connector_JST JST_PHD_B26B-PHDSS_2x13_P2.00mm_Vertical JST PHD series connector, B26B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 26 26 Connector_JST JST_PHD_B28B-PHDSS_2x14_P2.00mm_Vertical JST PHD series connector, B28B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 28 28 Connector_JST JST_PHD_B30B-PHDSS_2x15_P2.00mm_Vertical JST PHD series connector, B30B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 30 30 Connector_JST JST_PHD_B32B-PHDSS_2x16_P2.00mm_Vertical JST PHD series connector, B32B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 32 32 Connector_JST JST_PHD_B34B-PHDSS_2x17_P2.00mm_Vertical JST PHD series connector, B34B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD vertical 0 34 34 Connector_JST JST_PHD_S8B-PHDSS_2x04_P2.00mm_Horizontal JST PHD series connector, S8B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 8 8 Connector_JST JST_PHD_S10B-PHDSS_2x05_P2.00mm_Horizontal JST PHD series connector, S10B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 10 10 Connector_JST JST_PHD_S12B-PHDSS_2x06_P2.00mm_Horizontal JST PHD series connector, S12B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 12 12 Connector_JST JST_PHD_S14B-PHDSS_2x07_P2.00mm_Horizontal JST PHD series connector, S14B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 14 14 Connector_JST JST_PHD_S16B-PHDSS_2x08_P2.00mm_Horizontal JST PHD series connector, S16B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 16 16 Connector_JST JST_PHD_S18B-PHDSS_2x09_P2.00mm_Horizontal JST PHD series connector, S18B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 18 18 Connector_JST JST_PHD_S20B-PHDSS_2x10_P2.00mm_Horizontal JST PHD series connector, S20B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 20 20 Connector_JST JST_PHD_S22B-PHDSS_2x11_P2.00mm_Horizontal JST PHD series connector, S22B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 22 22 Connector_JST JST_PHD_S24B-PHDSS_2x12_P2.00mm_Horizontal JST PHD series connector, S24B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 24 24 Connector_JST JST_PHD_S26B-PHDSS_2x13_P2.00mm_Horizontal JST PHD series connector, S26B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 26 26 Connector_JST JST_PHD_S28B-PHDSS_2x14_P2.00mm_Horizontal JST PHD series connector, S28B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 28 28 Connector_JST JST_PHD_S30B-PHDSS_2x15_P2.00mm_Horizontal JST PHD series connector, S30B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 30 30 Connector_JST JST_PHD_S32B-PHDSS_2x16_P2.00mm_Horizontal JST PHD series connector, S32B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 32 32 Connector_JST JST_PHD_S34B-PHDSS_2x17_P2.00mm_Horizontal JST PHD series connector, S34B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator connector JST PHD horizontal 0 34 34 Connector_JST JST_PH_B2B-PH-K_1x02_P2.00mm_Vertical JST PH series connector, B2B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 2 2 Connector_JST JST_PH_B2B-PH-SM4-TB_1x02-1MP_P2.00mm_Vertical JST PH series connector, B2B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 4 3 Connector_JST JST_PH_B3B-PH-K_1x03_P2.00mm_Vertical JST PH series connector, B3B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 3 3 Connector_JST JST_PH_B3B-PH-SM4-TB_1x03-1MP_P2.00mm_Vertical JST PH series connector, B3B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 5 4 Connector_JST JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical JST PH series connector, B4B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 4 4 Connector_JST JST_PH_B4B-PH-SM4-TB_1x04-1MP_P2.00mm_Vertical JST PH series connector, B4B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 6 5 Connector_JST JST_PH_B5B-PH-K_1x05_P2.00mm_Vertical JST PH series connector, B5B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 5 5 Connector_JST JST_PH_B5B-PH-SM4-TB_1x05-1MP_P2.00mm_Vertical JST PH series connector, B5B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 7 6 Connector_JST JST_PH_B6B-PH-K_1x06_P2.00mm_Vertical JST PH series connector, B6B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 6 6 Connector_JST JST_PH_B6B-PH-SM4-TB_1x06-1MP_P2.00mm_Vertical JST PH series connector, B6B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 8 7 Connector_JST JST_PH_B7B-PH-K_1x07_P2.00mm_Vertical JST PH series connector, B7B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 7 7 Connector_JST JST_PH_B7B-PH-SM4-TB_1x07-1MP_P2.00mm_Vertical JST PH series connector, B7B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 9 8 Connector_JST JST_PH_B8B-PH-K_1x08_P2.00mm_Vertical JST PH series connector, B8B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 8 8 Connector_JST JST_PH_B8B-PH-SM4-TB_1x08-1MP_P2.00mm_Vertical JST PH series connector, B8B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 10 9 Connector_JST JST_PH_B9B-PH-K_1x09_P2.00mm_Vertical JST PH series connector, B9B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 9 9 Connector_JST JST_PH_B9B-PH-SM4-TB_1x09-1MP_P2.00mm_Vertical JST PH series connector, B9B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 11 10 Connector_JST JST_PH_B10B-PH-K_1x10_P2.00mm_Vertical JST PH series connector, B10B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 10 10 Connector_JST JST_PH_B10B-PH-SM4-TB_1x10-1MP_P2.00mm_Vertical JST PH series connector, B10B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 12 11 Connector_JST JST_PH_B11B-PH-K_1x11_P2.00mm_Vertical JST PH series connector, B11B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 11 11 Connector_JST JST_PH_B11B-PH-SM4-TB_1x11-1MP_P2.00mm_Vertical JST PH series connector, B11B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 13 12 Connector_JST JST_PH_B12B-PH-K_1x12_P2.00mm_Vertical JST PH series connector, B12B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 12 12 Connector_JST JST_PH_B12B-PH-SM4-TB_1x12-1MP_P2.00mm_Vertical JST PH series connector, B12B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 14 13 Connector_JST JST_PH_B13B-PH-K_1x13_P2.00mm_Vertical JST PH series connector, B13B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 13 13 Connector_JST JST_PH_B13B-PH-SM4-TB_1x13-1MP_P2.00mm_Vertical JST PH series connector, B13B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 15 14 Connector_JST JST_PH_B14B-PH-K_1x14_P2.00mm_Vertical JST PH series connector, B14B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 14 14 Connector_JST JST_PH_B14B-PH-SM4-TB_1x14-1MP_P2.00mm_Vertical JST PH series connector, B14B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 16 15 Connector_JST JST_PH_B15B-PH-K_1x15_P2.00mm_Vertical JST PH series connector, B15B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 15 15 Connector_JST JST_PH_B15B-PH-SM4-TB_1x15-1MP_P2.00mm_Vertical JST PH series connector, B15B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 17 16 Connector_JST JST_PH_B16B-PH-K_1x16_P2.00mm_Vertical JST PH series connector, B16B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 16 16 Connector_JST JST_PH_B16B-PH-SM4-TB_1x16-1MP_P2.00mm_Vertical JST PH series connector, B16B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH side entry 0 18 17 Connector_JST JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal JST PH series connector, S2B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 2 2 Connector_JST JST_PH_S2B-PH-SM4-TB_1x02-1MP_P2.00mm_Horizontal JST PH series connector, S2B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 4 3 Connector_JST JST_PH_S3B-PH-K_1x03_P2.00mm_Horizontal JST PH series connector, S3B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 3 3 Connector_JST JST_PH_S3B-PH-SM4-TB_1x03-1MP_P2.00mm_Horizontal JST PH series connector, S3B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 5 4 Connector_JST JST_PH_S4B-PH-K_1x04_P2.00mm_Horizontal JST PH series connector, S4B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 4 4 Connector_JST JST_PH_S4B-PH-SM4-TB_1x04-1MP_P2.00mm_Horizontal JST PH series connector, S4B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 6 5 Connector_JST JST_PH_S5B-PH-K_1x05_P2.00mm_Horizontal JST PH series connector, S5B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 5 5 Connector_JST JST_PH_S5B-PH-SM4-TB_1x05-1MP_P2.00mm_Horizontal JST PH series connector, S5B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 7 6 Connector_JST JST_PH_S6B-PH-K_1x06_P2.00mm_Horizontal JST PH series connector, S6B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 6 6 Connector_JST JST_PH_S6B-PH-SM4-TB_1x06-1MP_P2.00mm_Horizontal JST PH series connector, S6B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 8 7 Connector_JST JST_PH_S7B-PH-K_1x07_P2.00mm_Horizontal JST PH series connector, S7B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 7 7 Connector_JST JST_PH_S7B-PH-SM4-TB_1x07-1MP_P2.00mm_Horizontal JST PH series connector, S7B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 9 8 Connector_JST JST_PH_S8B-PH-K_1x08_P2.00mm_Horizontal JST PH series connector, S8B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 8 8 Connector_JST JST_PH_S8B-PH-SM4-TB_1x08-1MP_P2.00mm_Horizontal JST PH series connector, S8B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 10 9 Connector_JST JST_PH_S9B-PH-K_1x09_P2.00mm_Horizontal JST PH series connector, S9B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 9 9 Connector_JST JST_PH_S9B-PH-SM4-TB_1x09-1MP_P2.00mm_Horizontal JST PH series connector, S9B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 11 10 Connector_JST JST_PH_S10B-PH-K_1x10_P2.00mm_Horizontal JST PH series connector, S10B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 10 10 Connector_JST JST_PH_S10B-PH-SM4-TB_1x10-1MP_P2.00mm_Horizontal JST PH series connector, S10B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 12 11 Connector_JST JST_PH_S11B-PH-K_1x11_P2.00mm_Horizontal JST PH series connector, S11B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 11 11 Connector_JST JST_PH_S11B-PH-SM4-TB_1x11-1MP_P2.00mm_Horizontal JST PH series connector, S11B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 13 12 Connector_JST JST_PH_S12B-PH-K_1x12_P2.00mm_Horizontal JST PH series connector, S12B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 12 12 Connector_JST JST_PH_S12B-PH-SM4-TB_1x12-1MP_P2.00mm_Horizontal JST PH series connector, S12B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 14 13 Connector_JST JST_PH_S13B-PH-K_1x13_P2.00mm_Horizontal JST PH series connector, S13B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 13 13 Connector_JST JST_PH_S13B-PH-SM4-TB_1x13-1MP_P2.00mm_Horizontal JST PH series connector, S13B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 15 14 Connector_JST JST_PH_S14B-PH-K_1x14_P2.00mm_Horizontal JST PH series connector, S14B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 14 14 Connector_JST JST_PH_S14B-PH-SM4-TB_1x14-1MP_P2.00mm_Horizontal JST PH series connector, S14B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 16 15 Connector_JST JST_PH_S15B-PH-K_1x15_P2.00mm_Horizontal JST PH series connector, S15B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 15 15 Connector_JST JST_PH_S15B-PH-SM4-TB_1x15-1MP_P2.00mm_Horizontal JST PH series connector, S15B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 17 16 Connector_JST JST_PH_S16B-PH-K_1x16_P2.00mm_Horizontal JST PH series connector, S16B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator connector JST PH top entry 0 16 16 Connector_JST JST_PUD_B08B-PUDSS_2x04_P2.00mm_Vertical JST PUD series connector, B08B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 8 8 Connector_JST JST_PUD_B10B-PUDSS_2x05_P2.00mm_Vertical JST PUD series connector, B10B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 10 10 Connector_JST JST_PUD_B12B-PUDSS_2x06_P2.00mm_Vertical JST PUD series connector, B12B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 12 12 Connector_JST JST_PUD_B14B-PUDSS_2x07_P2.00mm_Vertical JST PUD series connector, B14B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 14 14 Connector_JST JST_PUD_B16B-PUDSS_2x08_P2.00mm_Vertical JST PUD series connector, B16B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 16 16 Connector_JST JST_PUD_B18B-PUDSS_2x09_P2.00mm_Vertical JST PUD series connector, B18B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 18 18 Connector_JST JST_PUD_B20B-PUDSS_2x10_P2.00mm_Vertical JST PUD series connector, B20B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 20 20 Connector_JST JST_PUD_B22B-PUDSS_2x11_P2.00mm_Vertical JST PUD series connector, B22B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 22 22 Connector_JST JST_PUD_B24B-PUDSS_2x12_P2.00mm_Vertical JST PUD series connector, B24B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 24 24 Connector_JST JST_PUD_B26B-PUDSS_2x13_P2.00mm_Vertical JST PUD series connector, B26B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 26 26 Connector_JST JST_PUD_B28B-PUDSS_2x14_P2.00mm_Vertical JST PUD series connector, B28B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 28 28 Connector_JST JST_PUD_B30B-PUDSS_2x15_P2.00mm_Vertical JST PUD series connector, B30B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 30 30 Connector_JST JST_PUD_B32B-PUDSS_2x16_P2.00mm_Vertical JST PUD series connector, B32B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 32 32 Connector_JST JST_PUD_B34B-PUDSS_2x17_P2.00mm_Vertical JST PUD series connector, B34B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 34 34 Connector_JST JST_PUD_B36B-PUDSS_2x18_P2.00mm_Vertical JST PUD series connector, B36B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 36 36 Connector_JST JST_PUD_B38B-PUDSS_2x19_P2.00mm_Vertical JST PUD series connector, B38B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 38 38 Connector_JST JST_PUD_B40B-PUDSS_2x20_P2.00mm_Vertical JST PUD series connector, B40B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD side entry 0 40 40 Connector_JST JST_PUD_S08B-PUDSS-1_2x04_P2.00mm_Horizontal JST PUD series connector, S08B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 8 8 Connector_JST JST_PUD_S10B-PUDSS-1_2x05_P2.00mm_Horizontal JST PUD series connector, S10B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 10 10 Connector_JST JST_PUD_S12B-PUDSS-1_2x06_P2.00mm_Horizontal JST PUD series connector, S12B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 12 12 Connector_JST JST_PUD_S14B-PUDSS-1_2x07_P2.00mm_Horizontal JST PUD series connector, S14B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 14 14 Connector_JST JST_PUD_S16B-PUDSS-1_2x08_P2.00mm_Horizontal JST PUD series connector, S16B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 16 16 Connector_JST JST_PUD_S18B-PUDSS-1_2x09_P2.00mm_Horizontal JST PUD series connector, S18B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 18 18 Connector_JST JST_PUD_S20B-PUDSS-1_2x10_P2.00mm_Horizontal JST PUD series connector, S20B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 20 20 Connector_JST JST_PUD_S22B-PUDSS-1_2x11_P2.00mm_Horizontal JST PUD series connector, S22B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 22 22 Connector_JST JST_PUD_S24B-PUDSS-1_2x12_P2.00mm_Horizontal JST PUD series connector, S24B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 24 24 Connector_JST JST_PUD_S26B-PUDSS-1_2x13_P2.00mm_Horizontal JST PUD series connector, S26B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 26 26 Connector_JST JST_PUD_S28B-PUDSS-1_2x14_P2.00mm_Horizontal JST PUD series connector, S28B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 28 28 Connector_JST JST_PUD_S30B-PUDSS-1_2x15_P2.00mm_Horizontal JST PUD series connector, S30B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 30 30 Connector_JST JST_PUD_S32B-PUDSS-1_2x16_P2.00mm_Horizontal JST PUD series connector, S32B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 32 32 Connector_JST JST_PUD_S34B-PUDSS-1_2x17_P2.00mm_Horizontal JST PUD series connector, S34B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 34 34 Connector_JST JST_PUD_S36B-PUDSS-1_2x18_P2.00mm_Horizontal JST PUD series connector, S36B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 36 36 Connector_JST JST_PUD_S38B-PUDSS-1_2x19_P2.00mm_Horizontal JST PUD series connector, S38B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 38 38 Connector_JST JST_PUD_S40B-PUDSS-1_2x20_P2.00mm_Horizontal JST PUD series connector, S40B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator connector JST PUD top entry 0 40 40 Connector_JST JST_SFH_SM02B-SFHRS-TF_1x02-1MP_P4.20mm_Horizontal JST SFH series connector, SM02B-SFHRS-TF (http://www.jst-mfg.com/product/pdf/eng/eSFH.pdf), generated with kicad-footprint-generator connector JST SFH horizontal 0 4 3 Connector_JST JST_SFH_SM02B-SHLS-TF_1x02-1MP_P4.20mm_Horizontal JST SFH series connector, SM02B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSFH.pdf), generated with kicad-footprint-generator connector JST SFH top entry 0 4 3 Connector_JST JST_SHL_SM02B-SHLS-TF_1x02-1MP_P1.00mm_Horizontal JST SHL series connector, SM02B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 4 3 Connector_JST JST_SHL_SM05B-SHLS-TF_1x05-1MP_P1.00mm_Horizontal JST SHL series connector, SM05B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 7 6 Connector_JST JST_SHL_SM06B-SHLS-TF_1x06-1MP_P1.00mm_Horizontal JST SHL series connector, SM06B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 8 7 Connector_JST JST_SHL_SM07B-SHLS-TF_1x07-1MP_P1.00mm_Horizontal JST SHL series connector, SM07B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 9 8 Connector_JST JST_SHL_SM08B-SHLS-TF_1x08-1MP_P1.00mm_Horizontal JST SHL series connector, SM08B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 10 9 Connector_JST JST_SHL_SM10B-SHLS-TF_1x10-1MP_P1.00mm_Horizontal JST SHL series connector, SM10B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 12 11 Connector_JST JST_SHL_SM11B-SHLS-TF_1x11-1MP_P1.00mm_Horizontal JST SHL series connector, SM11B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 13 12 Connector_JST JST_SHL_SM12B-SHLS-TF_1x12-1MP_P1.00mm_Horizontal JST SHL series connector, SM12B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 14 13 Connector_JST JST_SHL_SM14B-SHLS-TF_1x14-1MP_P1.00mm_Horizontal JST SHL series connector, SM14B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 16 15 Connector_JST JST_SHL_SM16B-SHLS-TF_1x16-1MP_P1.00mm_Horizontal JST SHL series connector, SM16B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 18 17 Connector_JST JST_SHL_SM20B-SHLS-TF_1x20-1MP_P1.00mm_Horizontal JST SHL series connector, SM20B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 22 21 Connector_JST JST_SHL_SM22B-SHLS-TF_1x22-1MP_P1.00mm_Horizontal JST SHL series connector, SM22B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 24 23 Connector_JST JST_SHL_SM26B-SHLS-TF_1x26-1MP_P1.00mm_Horizontal JST SHL series connector, SM26B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 28 27 Connector_JST JST_SHL_SM30B-SHLS-TF_1x30-1MP_P1.00mm_Horizontal JST SHL series connector, SM30B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator connector JST SHL top entry 0 32 31 Connector_JST JST_SH_BM02B-SRSS-TB_1x02-1MP_P1.00mm_Vertical JST SH series connector, BM02B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 4 3 Connector_JST JST_SH_BM03B-SRSS-TB_1x03-1MP_P1.00mm_Vertical JST SH series connector, BM03B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 5 4 Connector_JST JST_SH_BM04B-SRSS-TB_1x04-1MP_P1.00mm_Vertical JST SH series connector, BM04B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 6 5 Connector_JST JST_SH_BM05B-SRSS-TB_1x05-1MP_P1.00mm_Vertical JST SH series connector, BM05B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 7 6 Connector_JST JST_SH_BM06B-SRSS-TB_1x06-1MP_P1.00mm_Vertical JST SH series connector, BM06B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 8 7 Connector_JST JST_SH_BM07B-SRSS-TB_1x07-1MP_P1.00mm_Vertical JST SH series connector, BM07B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 9 8 Connector_JST JST_SH_BM08B-SRSS-TB_1x08-1MP_P1.00mm_Vertical JST SH series connector, BM08B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 10 9 Connector_JST JST_SH_BM09B-SRSS-TB_1x09-1MP_P1.00mm_Vertical JST SH series connector, BM09B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 11 10 Connector_JST JST_SH_BM10B-SRSS-TB_1x10-1MP_P1.00mm_Vertical JST SH series connector, BM10B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 12 11 Connector_JST JST_SH_BM11B-SRSS-TB_1x11-1MP_P1.00mm_Vertical JST SH series connector, BM11B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 13 12 Connector_JST JST_SH_BM12B-SRSS-TB_1x12-1MP_P1.00mm_Vertical JST SH series connector, BM12B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 14 13 Connector_JST JST_SH_BM13B-SRSS-TB_1x13-1MP_P1.00mm_Vertical JST SH series connector, BM13B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 15 14 Connector_JST JST_SH_BM14B-SRSS-TB_1x14-1MP_P1.00mm_Vertical JST SH series connector, BM14B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 16 15 Connector_JST JST_SH_BM15B-SRSS-TB_1x15-1MP_P1.00mm_Vertical JST SH series connector, BM15B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH side entry 0 17 16 Connector_JST JST_SH_SM02B-SRSS-TB_1x02-1MP_P1.00mm_Horizontal JST SH series connector, SM02B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 4 3 Connector_JST JST_SH_SM03B-SRSS-TB_1x03-1MP_P1.00mm_Horizontal JST SH series connector, SM03B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 5 4 Connector_JST JST_SH_SM04B-SRSS-TB_1x04-1MP_P1.00mm_Horizontal JST SH series connector, SM04B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 6 5 Connector_JST JST_SH_SM05B-SRSS-TB_1x05-1MP_P1.00mm_Horizontal JST SH series connector, SM05B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 7 6 Connector_JST JST_SH_SM06B-SRSS-TB_1x06-1MP_P1.00mm_Horizontal JST SH series connector, SM06B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 8 7 Connector_JST JST_SH_SM07B-SRSS-TB_1x07-1MP_P1.00mm_Horizontal JST SH series connector, SM07B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 9 8 Connector_JST JST_SH_SM08B-SRSS-TB_1x08-1MP_P1.00mm_Horizontal JST SH series connector, SM08B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 10 9 Connector_JST JST_SH_SM09B-SRSS-TB_1x09-1MP_P1.00mm_Horizontal JST SH series connector, SM09B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 11 10 Connector_JST JST_SH_SM10B-SRSS-TB_1x10-1MP_P1.00mm_Horizontal JST SH series connector, SM10B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 12 11 Connector_JST JST_SH_SM11B-SRSS-TB_1x11-1MP_P1.00mm_Horizontal JST SH series connector, SM11B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 13 12 Connector_JST JST_SH_SM12B-SRSS-TB_1x12-1MP_P1.00mm_Horizontal JST SH series connector, SM12B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 14 13 Connector_JST JST_SH_SM13B-SRSS-TB_1x13-1MP_P1.00mm_Horizontal JST SH series connector, SM13B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 15 14 Connector_JST JST_SH_SM14B-SRSS-TB_1x14-1MP_P1.00mm_Horizontal JST SH series connector, SM14B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 16 15 Connector_JST JST_SH_SM15B-SRSS-TB_1x15-1MP_P1.00mm_Horizontal JST SH series connector, SM15B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 17 16 Connector_JST JST_SH_SM20B-SRSS-TB_1x20-1MP_P1.00mm_Horizontal JST SH series connector, SM20B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator connector JST SH top entry 0 22 21 Connector_JST JST_SUR_BM02B-SURS-TF_1x02-1MP_P0.80mm_Vertical JST SUR series connector, BM02B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 4 3 Connector_JST JST_SUR_BM03B-SURS-TF_1x03-1MP_P0.80mm_Vertical JST SUR series connector, BM03B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 5 4 Connector_JST JST_SUR_BM04B-SURS-TF_1x04-1MP_P0.80mm_Vertical JST SUR series connector, BM04B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 6 5 Connector_JST JST_SUR_BM05B-SURS-TF_1x05-1MP_P0.80mm_Vertical JST SUR series connector, BM05B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 7 6 Connector_JST JST_SUR_BM06B-SURS-TF_1x06-1MP_P0.80mm_Vertical JST SUR series connector, BM06B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 8 7 Connector_JST JST_SUR_BM08B-SURS-TF_1x08-1MP_P0.80mm_Vertical JST SUR series connector, BM08B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 10 9 Connector_JST JST_SUR_BM10B-SURS-TF_1x10-1MP_P0.80mm_Vertical JST SUR series connector, BM10B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 12 11 Connector_JST JST_SUR_BM12B-SURS-TF_1x12-1MP_P0.80mm_Vertical JST SUR series connector, BM12B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 14 13 Connector_JST JST_SUR_BM14B-SURS-TF_1x14-1MP_P0.80mm_Vertical JST SUR series connector, BM14B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 16 15 Connector_JST JST_SUR_BM15B-SURS-TF_1x15-1MP_P0.80mm_Vertical JST SUR series connector, BM15B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 17 16 Connector_JST JST_SUR_BM16B-SURS-TF_1x16-1MP_P0.80mm_Vertical JST SUR series connector, BM16B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 18 17 Connector_JST JST_SUR_BM17B-SURS-TF_1x17-1MP_P0.80mm_Vertical JST SUR series connector, BM17B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 19 18 Connector_JST JST_SUR_BM20B-SURS-TF_1x20-1MP_P0.80mm_Vertical JST SUR series connector, BM20B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR side entry 0 22 21 Connector_JST JST_SUR_SM02B-SURS-TF_1x02-1MP_P0.80mm_Horizontal JST SUR series connector, SM02B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 4 3 Connector_JST JST_SUR_SM03B-SURS-TF_1x03-1MP_P0.80mm_Horizontal JST SUR series connector, SM03B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 5 4 Connector_JST JST_SUR_SM04B-SURS-TF_1x04-1MP_P0.80mm_Horizontal JST SUR series connector, SM04B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 6 5 Connector_JST JST_SUR_SM05B-SURS-TF_1x05-1MP_P0.80mm_Horizontal JST SUR series connector, SM05B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 7 6 Connector_JST JST_SUR_SM06B-SURS-TF_1x06-1MP_P0.80mm_Horizontal JST SUR series connector, SM06B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 8 7 Connector_JST JST_SUR_SM08B-SURS-TF_1x08-1MP_P0.80mm_Horizontal JST SUR series connector, SM08B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 10 9 Connector_JST JST_SUR_SM10B-SURS-TF_1x10-1MP_P0.80mm_Horizontal JST SUR series connector, SM10B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 12 11 Connector_JST JST_SUR_SM12B-SURS-TF_1x12-1MP_P0.80mm_Horizontal JST SUR series connector, SM12B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 14 13 Connector_JST JST_SUR_SM14B-SURS-TF_1x14-1MP_P0.80mm_Horizontal JST SUR series connector, SM14B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 16 15 Connector_JST JST_SUR_SM15B-SURS-TF_1x15-1MP_P0.80mm_Horizontal JST SUR series connector, SM15B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 17 16 Connector_JST JST_SUR_SM16B-SURS-TF_1x16-1MP_P0.80mm_Horizontal JST SUR series connector, SM16B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 18 17 Connector_JST JST_SUR_SM17B-SURS-TF_1x17-1MP_P0.80mm_Horizontal JST SUR series connector, SM17B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 19 18 Connector_JST JST_SUR_SM20B-SURS-TF_1x20-1MP_P0.80mm_Horizontal JST SUR series connector, SM20B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 22 21 Connector_JST JST_SUR_SM22B-SURS-TF_1x22-1MP_P0.80mm_Horizontal JST SUR series connector, SM22B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator connector JST SUR top entry 0 24 23 Connector_JST JST_VH_B2P-VH-B_1x02_P3.96mm_Vertical JST VH PBT series connector, B2P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 2 2 Connector_JST JST_VH_B2P-VH-FB-B_1x02_P3.96mm_Vertical JST VH series connector, B2P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 2 2 Connector_JST JST_VH_B2P-VH_1x02_P3.96mm_Vertical JST VH series connector, B2P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 2 2 Connector_JST JST_VH_B2PS-VH_1x02_P3.96mm_Horizontal JST VH series connector, B2PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 2 2 Connector_JST JST_VH_B3P-VH-B_1x03_P3.96mm_Vertical JST VH PBT series connector, B3P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 3 3 Connector_JST JST_VH_B3P-VH-FB-B_1x03_P3.96mm_Vertical JST VH series connector, B3P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 3 3 Connector_JST JST_VH_B3P-VH_1x03_P3.96mm_Vertical JST VH series connector, B3P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 3 3 Connector_JST JST_VH_B3PS-VH_1x03_P3.96mm_Horizontal JST VH series connector, B3PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 3 3 Connector_JST JST_VH_B4P-VH-B_1x04_P3.96mm_Vertical JST VH PBT series connector, B4P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 4 4 Connector_JST JST_VH_B4P-VH-FB-B_1x04_P3.96mm_Vertical JST VH series connector, B4P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 4 4 Connector_JST JST_VH_B4P-VH_1x04_P3.96mm_Vertical JST VH series connector, B4P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 4 4 Connector_JST JST_VH_B4PS-VH_1x04_P3.96mm_Horizontal JST VH series connector, B4PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 4 4 Connector_JST JST_VH_B5P-VH-B_1x05_P3.96mm_Vertical JST VH PBT series connector, B5P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 5 5 Connector_JST JST_VH_B5P-VH-FB-B_1x05_P3.96mm_Vertical JST VH series connector, B5P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 5 5 Connector_JST JST_VH_B5P-VH_1x05_P3.96mm_Vertical JST VH series connector, B5P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 5 5 Connector_JST JST_VH_B5PS-VH_1x05_P3.96mm_Horizontal JST VH series connector, B5PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 5 5 Connector_JST JST_VH_B6P-VH-B_1x06_P3.96mm_Vertical JST VH PBT series connector, B6P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 6 6 Connector_JST JST_VH_B6P-VH-FB-B_1x06_P3.96mm_Vertical JST VH series connector, B6P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 6 6 Connector_JST JST_VH_B6P-VH_1x06_P3.96mm_Vertical JST VH series connector, B6P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 6 6 Connector_JST JST_VH_B6PS-VH_1x06_P3.96mm_Horizontal JST VH series connector, B6PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 6 6 Connector_JST JST_VH_B7P-VH-B_1x07_P3.96mm_Vertical JST VH PBT series connector, B7P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 7 7 Connector_JST JST_VH_B7P-VH-FB-B_1x07_P3.96mm_Vertical JST VH series connector, B7P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 7 7 Connector_JST JST_VH_B7P-VH_1x07_P3.96mm_Vertical JST VH series connector, B7P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 7 7 Connector_JST JST_VH_B7PS-VH_1x07_P3.96mm_Horizontal JST VH series connector, B7PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 7 7 Connector_JST JST_VH_B8P-VH-B_1x08_P3.96mm_Vertical JST VH PBT series connector, B8P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 8 8 Connector_JST JST_VH_B8P-VH-FB-B_1x08_P3.96mm_Vertical JST VH series connector, B8P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 8 8 Connector_JST JST_VH_B8P-VH_1x08_P3.96mm_Vertical JST VH series connector, B8P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 8 8 Connector_JST JST_VH_B8PS-VH_1x08_P3.96mm_Horizontal JST VH series connector, B8PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 8 8 Connector_JST JST_VH_B9P-VH-B_1x09_P3.96mm_Vertical JST VH PBT series connector, B9P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 9 9 Connector_JST JST_VH_B9P-VH-FB-B_1x09_P3.96mm_Vertical JST VH series connector, B9P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 9 9 Connector_JST JST_VH_B9P-VH_1x09_P3.96mm_Vertical JST VH series connector, B9P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 9 9 Connector_JST JST_VH_B9PS-VH_1x09_P3.96mm_Horizontal JST VH series connector, B9PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 9 9 Connector_JST JST_VH_B10P-VH-B_1x10_P3.96mm_Vertical JST VH PBT series connector, B10P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 10 10 Connector_JST JST_VH_B10P-VH-FB-B_1x10_P3.96mm_Vertical JST VH series connector, B10P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 10 10 Connector_JST JST_VH_B10P-VH_1x10_P3.96mm_Vertical JST VH series connector, B10P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 10 10 Connector_JST JST_VH_B10PS-VH_1x10_P3.96mm_Horizontal JST VH series connector, B10PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 10 10 Connector_JST JST_VH_B11P-VH-B_1x11_P3.96mm_Vertical JST VH PBT series connector, B11P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH side entry 0 11 11 Connector_JST JST_VH_S2P-VH_1x02_P3.96mm_Horizontal JST VH series connector, S2P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 2 2 Connector_JST JST_VH_S3P-VH_1x03_P3.96mm_Horizontal JST VH series connector, S3P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 3 3 Connector_JST JST_VH_S4P-VH_1x04_P3.96mm_Horizontal JST VH series connector, S4P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 4 4 Connector_JST JST_VH_S5P-VH_1x05_P3.96mm_Horizontal JST VH series connector, S5P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 5 5 Connector_JST JST_VH_S6P-VH_1x06_P3.96mm_Horizontal JST VH series connector, S6P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 6 6 Connector_JST JST_VH_S7P-VH_1x07_P3.96mm_Horizontal JST VH series connector, S7P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator connector JST VH top entry 0 7 7 Connector_JST JST_XAG_SM05B-XAGKS-BN-TB_1x05-1MP_P2.50mm_Horizontal JST XAG series connector, SM05B-XAGKS-BN-TB (http://www.jst-mfg.com/product/pdf/eng/eXAG.pdf), generated with kicad-footprint-generator connector JST XAG top entry 0 7 6 Connector_JST JST_XH_B1B-XH-AM_1x01_P2.50mm_Vertical JST XH series connector, B1B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical boss 0 1 1 Connector_JST JST_XH_B01B-XH-AM_1x01_P2.50mm_Vertical JST XH series connector, B01B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry boss 0 1 1 Connector_JST JST_XH_B02B-XH-AM_1x02_P2.50mm_Vertical JST XH series connector, B02B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry boss 0 2 2 Connector_JST JST_XH_B2B-XH-AM_1x02_P2.50mm_Vertical JST XH series connector, B2B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical boss 0 2 2 Connector_JST JST_XH_B2B-XH-A_1x02_P2.50mm_Vertical JST XH series connector, B2B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical 0 2 2 Connector_JST JST_XH_B02B-XH-A_1x02_P2.50mm_Vertical JST XH series connector, B02B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 2 2 Connector_JST JST_XH_B3B-XH-AM_1x03_P2.50mm_Vertical JST XH series connector, B3B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical boss 0 3 3 Connector_JST JST_XH_B03B-XH-AM_1x03_P2.50mm_Vertical JST XH series connector, B03B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry boss 0 3 3 Connector_JST JST_XH_B3B-XH-A_1x03_P2.50mm_Vertical JST XH series connector, B3B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical 0 3 3 Connector_JST JST_XH_B03B-XH-A_1x03_P2.50mm_Vertical JST XH series connector, B03B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 3 3 Connector_JST JST_XH_B4B-XH-AM_1x04_P2.50mm_Vertical JST XH series connector, B4B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical boss 0 4 4 Connector_JST JST_XH_B04B-XH-AM_1x04_P2.50mm_Vertical JST XH series connector, B04B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry boss 0 4 4 Connector_JST JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical JST XH series connector, B4B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical 0 4 4 Connector_JST JST_XH_B04B-XH-A_1x04_P2.50mm_Vertical JST XH series connector, B04B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 4 4 Connector_JST JST_XH_B5B-XH-AM_1x05_P2.50mm_Vertical JST XH series connector, B5B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical boss 0 5 5 Connector_JST JST_XH_B05B-XH-AM_1x05_P2.50mm_Vertical JST XH series connector, B05B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry boss 0 5 5 Connector_JST JST_XH_B05B-XH-A_1x05_P2.50mm_Vertical JST XH series connector, B05B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 5 5 Connector_JST JST_XH_B5B-XH-A_1x05_P2.50mm_Vertical JST XH series connector, B5B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical 0 5 5 Connector_JST JST_XH_B06B-XH-AM_1x06_P2.50mm_Vertical JST XH series connector, B06B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry boss 0 6 6 Connector_JST JST_XH_B6B-XH-AM_1x06_P2.50mm_Vertical JST XH series connector, B6B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical boss 0 6 6 Connector_JST JST_XH_B06B-XH-A_1x06_P2.50mm_Vertical JST XH series connector, B06B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 6 6 Connector_JST JST_XH_B6B-XH-A_1x06_P2.50mm_Vertical JST XH series connector, B6B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical 0 6 6 Connector_JST JST_XH_B07B-XH-AM_1x07_P2.50mm_Vertical JST XH series connector, B07B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry boss 0 7 7 Connector_JST JST_XH_B7B-XH-AM_1x07_P2.50mm_Vertical JST XH series connector, B7B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical boss 0 7 7 Connector_JST JST_XH_B07B-XH-A_1x07_P2.50mm_Vertical JST XH series connector, B07B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 7 7 Connector_JST JST_XH_B7B-XH-A_1x07_P2.50mm_Vertical JST XH series connector, B7B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical 0 7 7 Connector_JST JST_XH_B8B-XH-AM_1x08_P2.50mm_Vertical JST XH series connector, B8B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical boss 0 8 8 Connector_JST JST_XH_B08B-XH-AM_1x08_P2.50mm_Vertical JST XH series connector, B08B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry boss 0 8 8 Connector_JST JST_XH_B8B-XH-A_1x08_P2.50mm_Vertical JST XH series connector, B8B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical 0 8 8 Connector_JST JST_XH_B08B-XH-A_1x08_P2.50mm_Vertical JST XH series connector, B08B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 8 8 Connector_JST JST_XH_B9B-XH-AM_1x09_P2.50mm_Vertical JST XH series connector, B9B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical boss 0 9 9 Connector_JST JST_XH_B09B-XH-AM_1x09_P2.50mm_Vertical JST XH series connector, B09B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry boss 0 9 9 Connector_JST JST_XH_B9B-XH-A_1x09_P2.50mm_Vertical JST XH series connector, B9B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH vertical 0 9 9 Connector_JST JST_XH_B09B-XH-A_1x09_P2.50mm_Vertical JST XH series connector, B09B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 9 9 Connector_JST JST_XH_B10B-XH-AM_1x10_P2.50mm_Vertical JST XH series connector, B10B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry boss 0 10 10 Connector_JST JST_XH_B10B-XH-A_1x10_P2.50mm_Vertical JST XH series connector, B10B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 10 10 Connector_JST JST_XH_B11B-XH-AM_1x11_P2.50mm_Vertical JST XH series connector, B11B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry boss 0 11 11 Connector_JST JST_XH_B11B-XH-A_1x11_P2.50mm_Vertical JST XH series connector, B11B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 11 11 Connector_JST JST_XH_B12B-XH-AM_1x12_P2.50mm_Vertical JST XH series connector, B12B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry boss 0 12 12 Connector_JST JST_XH_B12B-XH-A_1x12_P2.50mm_Vertical JST XH series connector, B12B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 12 12 Connector_JST JST_XH_B13B-XH-A_1x13_P2.50mm_Vertical JST XH series connector, B13B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 13 13 Connector_JST JST_XH_B14B-XH-A_1x14_P2.50mm_Vertical JST XH series connector, B14B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 14 14 Connector_JST JST_XH_B15B-XH-A_1x15_P2.50mm_Vertical JST XH series connector, B15B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 15 15 Connector_JST JST_XH_B16B-XH-A_1x16_P2.50mm_Vertical JST XH series connector, B16B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 16 16 Connector_JST JST_XH_B20B-XH-A_1x20_P2.50mm_Vertical JST XH series connector, B20B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH side entry 0 20 20 Connector_JST JST_XH_S02B-XH-A-1_1x02_P2.50mm_Horizontal JST XH series connector, S02B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 2 2 Connector_JST JST_XH_S2B-XH-A-1_1x02_P2.50mm_Horizontal JST XH series connector, S2B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 2 2 Connector_JST JST_XH_S02B-XH-A_1x02_P2.50mm_Horizontal JST XH series connector, S02B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 2 2 Connector_JST JST_XH_S2B-XH-A_1x02_P2.50mm_Horizontal JST XH series connector, S2B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 2 2 Connector_JST JST_XH_S03B-XH-A-1_1x03_P2.50mm_Horizontal JST XH series connector, S03B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 3 3 Connector_JST JST_XH_S3B-XH-A-1_1x03_P2.50mm_Horizontal JST XH series connector, S3B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 3 3 Connector_JST JST_XH_S3B-XH-A_1x03_P2.50mm_Horizontal JST XH series connector, S3B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 3 3 Connector_JST JST_XH_S03B-XH-A_1x03_P2.50mm_Horizontal JST XH series connector, S03B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 3 3 Connector_JST JST_XH_S4B-XH-A-1_1x04_P2.50mm_Horizontal JST XH series connector, S4B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 4 4 Connector_JST JST_XH_S04B-XH-A-1_1x04_P2.50mm_Horizontal JST XH series connector, S04B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 4 4 Connector_JST JST_XH_S4B-XH-A_1x04_P2.50mm_Horizontal JST XH series connector, S4B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 4 4 Connector_JST JST_XH_S04B-XH-A_1x04_P2.50mm_Horizontal JST XH series connector, S04B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 4 4 Connector_JST JST_XH_S05B-XH-A-1_1x05_P2.50mm_Horizontal JST XH series connector, S05B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 5 5 Connector_JST JST_XH_S5B-XH-A-1_1x05_P2.50mm_Horizontal JST XH series connector, S5B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 5 5 Connector_JST JST_XH_S5B-XH-A_1x05_P2.50mm_Horizontal JST XH series connector, S5B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 5 5 Connector_JST JST_XH_S05B-XH-A_1x05_P2.50mm_Horizontal JST XH series connector, S05B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 5 5 Connector_JST JST_XH_S06B-XH-A-1_1x06_P2.50mm_Horizontal JST XH series connector, S06B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 6 6 Connector_JST JST_XH_S6B-XH-A-1_1x06_P2.50mm_Horizontal JST XH series connector, S6B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 6 6 Connector_JST JST_XH_S06B-XH-A_1x06_P2.50mm_Horizontal JST XH series connector, S06B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 6 6 Connector_JST JST_XH_S6B-XH-A_1x06_P2.50mm_Horizontal JST XH series connector, S6B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 6 6 Connector_JST JST_XH_S07B-XH-A-1_1x07_P2.50mm_Horizontal JST XH series connector, S07B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 7 7 Connector_JST JST_XH_S7B-XH-A-1_1x07_P2.50mm_Horizontal JST XH series connector, S7B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 7 7 Connector_JST JST_XH_S07B-XH-A_1x07_P2.50mm_Horizontal JST XH series connector, S07B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 7 7 Connector_JST JST_XH_S7B-XH-A_1x07_P2.50mm_Horizontal JST XH series connector, S7B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 7 7 Connector_JST JST_XH_S08B-XH-A-1_1x08_P2.50mm_Horizontal JST XH series connector, S08B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 8 8 Connector_JST JST_XH_S8B-XH-A-1_1x08_P2.50mm_Horizontal JST XH series connector, S8B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 8 8 Connector_JST JST_XH_S8B-XH-A_1x08_P2.50mm_Horizontal JST XH series connector, S8B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 8 8 Connector_JST JST_XH_S08B-XH-A_1x08_P2.50mm_Horizontal JST XH series connector, S08B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 8 8 Connector_JST JST_XH_S9B-XH-A-1_1x09_P2.50mm_Horizontal JST XH series connector, S9B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 9 9 Connector_JST JST_XH_S09B-XH-A-1_1x09_P2.50mm_Horizontal JST XH series connector, S09B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 9 9 Connector_JST JST_XH_S9B-XH-A_1x09_P2.50mm_Horizontal JST XH series connector, S9B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH horizontal 0 9 9 Connector_JST JST_XH_S09B-XH-A_1x09_P2.50mm_Horizontal JST XH series connector, S09B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 9 9 Connector_JST JST_XH_S10B-XH-A-1_1x10_P2.50mm_Horizontal JST XH series connector, S10B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 10 10 Connector_JST JST_XH_S10B-XH-A_1x10_P2.50mm_Horizontal JST XH series connector, S10B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 10 10 Connector_JST JST_XH_S11B-XH-A-1_1x11_P2.50mm_Horizontal JST XH series connector, S11B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 11 11 Connector_JST JST_XH_S11B-XH-A_1x11_P2.50mm_Horizontal JST XH series connector, S11B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 11 11 Connector_JST JST_XH_S12B-XH-A-1_1x12_P2.50mm_Horizontal JST XH series connector, S12B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 12 12 Connector_JST JST_XH_S12B-XH-A_1x12_P2.50mm_Horizontal JST XH series connector, S12B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 12 12 Connector_JST JST_XH_S13B-XH-A-1_1x13_P2.50mm_Horizontal JST XH series connector, S13B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 13 13 Connector_JST JST_XH_S13B-XH-A_1x13_P2.50mm_Horizontal JST XH series connector, S13B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 13 13 Connector_JST JST_XH_S14B-XH-A-1_1x14_P2.50mm_Horizontal JST XH series connector, S14B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 14 14 Connector_JST JST_XH_S14B-XH-A_1x14_P2.50mm_Horizontal JST XH series connector, S14B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 14 14 Connector_JST JST_XH_S15B-XH-A-1_1x15_P2.50mm_Horizontal JST XH series connector, S15B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 15 15 Connector_JST JST_XH_S15B-XH-A_1x15_P2.50mm_Horizontal JST XH series connector, S15B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 15 15 Connector_JST JST_XH_S16B-XH-A_1x16_P2.50mm_Horizontal JST XH series connector, S16B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator connector JST XH top entry 0 16 16 Connector_JST JST_ZE_B02B-ZESK-1D_1x02_P1.50mm_Vertical JST ZE series connector, B02B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 2 2 Connector_JST JST_ZE_B03B-ZESK-1D_1x03_P1.50mm_Vertical JST ZE series connector, B03B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 3 3 Connector_JST JST_ZE_B03B-ZESK-D_1x03_P1.50mm_Vertical JST ZE series connector, B03B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 3 3 Connector_JST JST_ZE_B04B-ZESK-1D_1x04_P1.50mm_Vertical JST ZE series connector, B04B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 4 4 Connector_JST JST_ZE_B04B-ZESK-D_1x04_P1.50mm_Vertical JST ZE series connector, B04B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 4 4 Connector_JST JST_ZE_B05B-ZESK-1D_1x05_P1.50mm_Vertical JST ZE series connector, B05B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 5 5 Connector_JST JST_ZE_B05B-ZESK-D_1x05_P1.50mm_Vertical JST ZE series connector, B05B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 5 5 Connector_JST JST_ZE_B06B-ZESK-1D_1x06_P1.50mm_Vertical JST ZE series connector, B06B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 6 6 Connector_JST JST_ZE_B06B-ZESK-D_1x06_P1.50mm_Vertical JST ZE series connector, B06B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 6 6 Connector_JST JST_ZE_B07B-ZESK-1D_1x07_P1.50mm_Vertical JST ZE series connector, B07B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 7 7 Connector_JST JST_ZE_B07B-ZESK-D_1x07_P1.50mm_Vertical JST ZE series connector, B07B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 7 7 Connector_JST JST_ZE_B08B-ZESK-1D_1x08_P1.50mm_Vertical JST ZE series connector, B08B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 8 8 Connector_JST JST_ZE_B08B-ZESK-D_1x08_P1.50mm_Vertical JST ZE series connector, B08B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 8 8 Connector_JST JST_ZE_B09B-ZESK-1D_1x09_P1.50mm_Vertical JST ZE series connector, B09B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 9 9 Connector_JST JST_ZE_B09B-ZESK-D_1x09_P1.50mm_Vertical JST ZE series connector, B09B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 9 9 Connector_JST JST_ZE_B10B-ZESK-1D_1x10_P1.50mm_Vertical JST ZE series connector, B10B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 10 10 Connector_JST JST_ZE_B10B-ZESK-D_1x10_P1.50mm_Vertical JST ZE series connector, B10B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 10 10 Connector_JST JST_ZE_B11B-ZESK-1D_1x11_P1.50mm_Vertical JST ZE series connector, B11B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 11 11 Connector_JST JST_ZE_B11B-ZESK-D_1x11_P1.50mm_Vertical JST ZE series connector, B11B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 11 11 Connector_JST JST_ZE_B12B-ZESK-1D_1x12_P1.50mm_Vertical JST ZE series connector, B12B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 12 12 Connector_JST JST_ZE_B12B-ZESK-D_1x12_P1.50mm_Vertical JST ZE series connector, B12B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 12 12 Connector_JST JST_ZE_B13B-ZESK-1D_1x13_P1.50mm_Vertical JST ZE series connector, B13B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 13 13 Connector_JST JST_ZE_B13B-ZESK-D_1x13_P1.50mm_Vertical JST ZE series connector, B13B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 13 13 Connector_JST JST_ZE_B14B-ZESK-1D_1x14_P1.50mm_Vertical JST ZE series connector, B14B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 14 14 Connector_JST JST_ZE_B14B-ZESK-D_1x14_P1.50mm_Vertical JST ZE series connector, B14B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 14 14 Connector_JST JST_ZE_B15B-ZESK-1D_1x15_P1.50mm_Vertical JST ZE series connector, B15B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 15 15 Connector_JST JST_ZE_B15B-ZESK-D_1x15_P1.50mm_Vertical JST ZE series connector, B15B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 15 15 Connector_JST JST_ZE_B16B-ZESK-1D_1x16_P1.50mm_Vertical JST ZE series connector, B16B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry boss 0 16 16 Connector_JST JST_ZE_B16B-ZESK-D_1x16_P1.50mm_Vertical JST ZE series connector, B16B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 16 16 Connector_JST JST_ZE_BM02B-ZESS-TBT_1x02-1MP_P1.50mm_Vertical JST ZE series connector, BM02B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 4 3 Connector_JST JST_ZE_BM02B-ZESS-TB_1x02-1MP_P1.50mm_Vertical JST ZE series connector, BM02B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 4 3 Connector_JST JST_ZE_BM03B-ZESS-TBT_1x03-1MP_P1.50mm_Vertical JST ZE series connector, BM03B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 5 4 Connector_JST JST_ZE_BM03B-ZESS-TB_1x03-1MP_P1.50mm_Vertical JST ZE series connector, BM03B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 5 4 Connector_JST JST_ZE_BM04B-ZESS-TBT_1x04-1MP_P1.50mm_Vertical JST ZE series connector, BM04B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 6 5 Connector_JST JST_ZE_BM04B-ZESS-TB_1x04-1MP_P1.50mm_Vertical JST ZE series connector, BM04B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 6 5 Connector_JST JST_ZE_BM05B-ZESS-TBT_1x05-1MP_P1.50mm_Vertical JST ZE series connector, BM05B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 7 6 Connector_JST JST_ZE_BM05B-ZESS-TB_1x05-1MP_P1.50mm_Vertical JST ZE series connector, BM05B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 7 6 Connector_JST JST_ZE_BM06B-ZESS-TBT_1x06-1MP_P1.50mm_Vertical JST ZE series connector, BM06B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 8 7 Connector_JST JST_ZE_BM06B-ZESS-TB_1x06-1MP_P1.50mm_Vertical JST ZE series connector, BM06B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 8 7 Connector_JST JST_ZE_BM07B-ZESS-TBT_1x07-1MP_P1.50mm_Vertical JST ZE series connector, BM07B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 9 8 Connector_JST JST_ZE_BM07B-ZESS-TB_1x07-1MP_P1.50mm_Vertical JST ZE series connector, BM07B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 9 8 Connector_JST JST_ZE_BM08B-ZESS-TBT_1x08-1MP_P1.50mm_Vertical JST ZE series connector, BM08B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 10 9 Connector_JST JST_ZE_BM08B-ZESS-TB_1x08-1MP_P1.50mm_Vertical JST ZE series connector, BM08B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 10 9 Connector_JST JST_ZE_BM09B-ZESS-TBT_1x09-1MP_P1.50mm_Vertical JST ZE series connector, BM09B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 11 10 Connector_JST JST_ZE_BM09B-ZESS-TB_1x09-1MP_P1.50mm_Vertical JST ZE series connector, BM09B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 11 10 Connector_JST JST_ZE_BM10B-ZESS-TBT_1x10-1MP_P1.50mm_Vertical JST ZE series connector, BM10B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 12 11 Connector_JST JST_ZE_BM10B-ZESS-TB_1x10-1MP_P1.50mm_Vertical JST ZE series connector, BM10B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 12 11 Connector_JST JST_ZE_BM11B-ZESS-TBT_1x11-1MP_P1.50mm_Vertical JST ZE series connector, BM11B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 13 12 Connector_JST JST_ZE_BM11B-ZESS-TB_1x11-1MP_P1.50mm_Vertical JST ZE series connector, BM11B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 13 12 Connector_JST JST_ZE_BM12B-ZESS-TBT_1x12-1MP_P1.50mm_Vertical JST ZE series connector, BM12B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 14 13 Connector_JST JST_ZE_BM12B-ZESS-TB_1x12-1MP_P1.50mm_Vertical JST ZE series connector, BM12B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 14 13 Connector_JST JST_ZE_BM13B-ZESS-TBT_1x13-1MP_P1.50mm_Vertical JST ZE series connector, BM13B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 15 14 Connector_JST JST_ZE_BM13B-ZESS-TB_1x13-1MP_P1.50mm_Vertical JST ZE series connector, BM13B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 15 14 Connector_JST JST_ZE_BM14B-ZESS-TBT_1x14-1MP_P1.50mm_Vertical JST ZE series connector, BM14B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 16 15 Connector_JST JST_ZE_BM14B-ZESS-TB_1x14-1MP_P1.50mm_Vertical JST ZE series connector, BM14B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 16 15 Connector_JST JST_ZE_BM15B-ZESS-TBT_1x15-1MP_P1.50mm_Vertical JST ZE series connector, BM15B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 17 16 Connector_JST JST_ZE_BM15B-ZESS-TB_1x15-1MP_P1.50mm_Vertical JST ZE series connector, BM15B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 17 16 Connector_JST JST_ZE_BM16B-ZESS-TBT_1x16-1MP_P1.50mm_Vertical JST ZE series connector, BM16B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE vertical 0 18 17 Connector_JST JST_ZE_BM16B-ZESS-TB_1x16-1MP_P1.50mm_Vertical JST ZE series connector, BM16B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE side entry 0 18 17 Connector_JST JST_ZE_S02B-ZESK-2D_1x02_P1.50mm_Horizontal JST ZE series connector, S02B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 2 2 Connector_JST JST_ZE_S03B-ZESK-2D_1x03_P1.50mm_Horizontal JST ZE series connector, S03B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 3 3 Connector_JST JST_ZE_S04B-ZESK-2D_1x04_P1.50mm_Horizontal JST ZE series connector, S04B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 4 4 Connector_JST JST_ZE_S05B-ZESK-2D_1x05_P1.50mm_Horizontal JST ZE series connector, S05B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 5 5 Connector_JST JST_ZE_S06B-ZESK-2D_1x06_P1.50mm_Horizontal JST ZE series connector, S06B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 6 6 Connector_JST JST_ZE_S07B-ZESK-2D_1x07_P1.50mm_Horizontal JST ZE series connector, S07B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 7 7 Connector_JST JST_ZE_S08B-ZESK-2D_1x08_P1.50mm_Horizontal JST ZE series connector, S08B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 8 8 Connector_JST JST_ZE_S09B-ZESK-2D_1x09_P1.50mm_Horizontal JST ZE series connector, S09B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 9 9 Connector_JST JST_ZE_S10B-ZESK-2D_1x10_P1.50mm_Horizontal JST ZE series connector, S10B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 10 10 Connector_JST JST_ZE_S11B-ZESK-2D_1x11_P1.50mm_Horizontal JST ZE series connector, S11B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 11 11 Connector_JST JST_ZE_S12B-ZESK-2D_1x12_P1.50mm_Horizontal JST ZE series connector, S12B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 12 12 Connector_JST JST_ZE_S13B-ZESK-2D_1x13_P1.50mm_Horizontal JST ZE series connector, S13B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 13 13 Connector_JST JST_ZE_S14B-ZESK-2D_1x14_P1.50mm_Horizontal JST ZE series connector, S14B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 14 14 Connector_JST JST_ZE_S15B-ZESK-2D_1x15_P1.50mm_Horizontal JST ZE series connector, S15B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 15 15 Connector_JST JST_ZE_S16B-ZESK-2D_1x16_P1.50mm_Horizontal JST ZE series connector, S16B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 16 16 Connector_JST JST_ZE_SM02B-ZESS-TBT_1x02-1MP_P1.50mm_Horizontal JST ZE series connector, SM02B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 4 3 Connector_JST JST_ZE_SM02B-ZESS-TB_1x02-1MP_P1.50mm_Horizontal JST ZE series connector, SM02B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 4 3 Connector_JST JST_ZE_SM03B-ZESS-TBT_1x03-1MP_P1.50mm_Horizontal JST ZE series connector, SM03B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 5 4 Connector_JST JST_ZE_SM03B-ZESS-TB_1x03-1MP_P1.50mm_Horizontal JST ZE series connector, SM03B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 5 4 Connector_JST JST_ZE_SM04B-ZESS-TBT_1x04-1MP_P1.50mm_Horizontal JST ZE series connector, SM04B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 6 5 Connector_JST JST_ZE_SM04B-ZESS-TB_1x04-1MP_P1.50mm_Horizontal JST ZE series connector, SM04B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 6 5 Connector_JST JST_ZE_SM05B-ZESS-TBT_1x05-1MP_P1.50mm_Horizontal JST ZE series connector, SM05B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 7 6 Connector_JST JST_ZE_SM05B-ZESS-TB_1x05-1MP_P1.50mm_Horizontal JST ZE series connector, SM05B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 7 6 Connector_JST JST_ZE_SM06B-ZESS-TBT_1x06-1MP_P1.50mm_Horizontal JST ZE series connector, SM06B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 8 7 Connector_JST JST_ZE_SM06B-ZESS-TB_1x06-1MP_P1.50mm_Horizontal JST ZE series connector, SM06B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 8 7 Connector_JST JST_ZE_SM07B-ZESS-TBT_1x07-1MP_P1.50mm_Horizontal JST ZE series connector, SM07B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 9 8 Connector_JST JST_ZE_SM07B-ZESS-TB_1x07-1MP_P1.50mm_Horizontal JST ZE series connector, SM07B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 9 8 Connector_JST JST_ZE_SM08B-ZESS-TBT_1x08-1MP_P1.50mm_Horizontal JST ZE series connector, SM08B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 10 9 Connector_JST JST_ZE_SM08B-ZESS-TB_1x08-1MP_P1.50mm_Horizontal JST ZE series connector, SM08B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 10 9 Connector_JST JST_ZE_SM09B-ZESS-TBT_1x09-1MP_P1.50mm_Horizontal JST ZE series connector, SM09B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 11 10 Connector_JST JST_ZE_SM09B-ZESS-TB_1x09-1MP_P1.50mm_Horizontal JST ZE series connector, SM09B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 11 10 Connector_JST JST_ZE_SM10B-ZESS-TBT_1x10-1MP_P1.50mm_Horizontal JST ZE series connector, SM10B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 12 11 Connector_JST JST_ZE_SM10B-ZESS-TB_1x10-1MP_P1.50mm_Horizontal JST ZE series connector, SM10B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 12 11 Connector_JST JST_ZE_SM11B-ZESS-TBT_1x11-1MP_P1.50mm_Horizontal JST ZE series connector, SM11B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 13 12 Connector_JST JST_ZE_SM11B-ZESS-TB_1x11-1MP_P1.50mm_Horizontal JST ZE series connector, SM11B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 13 12 Connector_JST JST_ZE_SM12B-ZESS-TBT_1x12-1MP_P1.50mm_Horizontal JST ZE series connector, SM12B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 14 13 Connector_JST JST_ZE_SM12B-ZESS-TB_1x12-1MP_P1.50mm_Horizontal JST ZE series connector, SM12B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 14 13 Connector_JST JST_ZE_SM13B-ZESS-TBT_1x13-1MP_P1.50mm_Horizontal JST ZE series connector, SM13B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 15 14 Connector_JST JST_ZE_SM13B-ZESS-TB_1x13-1MP_P1.50mm_Horizontal JST ZE series connector, SM13B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 15 14 Connector_JST JST_ZE_SM14B-ZESS-TBT_1x14-1MP_P1.50mm_Horizontal JST ZE series connector, SM14B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 16 15 Connector_JST JST_ZE_SM14B-ZESS-TB_1x14-1MP_P1.50mm_Horizontal JST ZE series connector, SM14B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 16 15 Connector_JST JST_ZE_SM15B-ZESS-TBT_1x15-1MP_P1.50mm_Horizontal JST ZE series connector, SM15B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 17 16 Connector_JST JST_ZE_SM15B-ZESS-TB_1x15-1MP_P1.50mm_Horizontal JST ZE series connector, SM15B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 17 16 Connector_JST JST_ZE_SM16B-ZESS-TBT_1x16-1MP_P1.50mm_Horizontal JST ZE series connector, SM16B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE top entry 0 18 17 Connector_JST JST_ZE_SM16B-ZESS-TB_1x16-1MP_P1.50mm_Horizontal JST ZE series connector, SM16B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator connector JST ZE horizontal 0 18 17 Connector_Molex Molex_CLIK-Mate_502382-0270_1x02-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-0270 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 4 3 Connector_Molex Molex_CLIK-Mate_502382-0370_1x03-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-0370 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 5 4 Connector_Molex Molex_CLIK-Mate_502382-0470_1x04-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-0470 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 6 5 Connector_Molex Molex_CLIK-Mate_502382-0570_1x05-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-0570 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 7 6 Connector_Molex Molex_CLIK-Mate_502382-0670_1x06-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-0670 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 8 7 Connector_Molex Molex_CLIK-Mate_502382-0770_1x07-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-0770 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 9 8 Connector_Molex Molex_CLIK-Mate_502382-0870_1x08-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-0870 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 10 9 Connector_Molex Molex_CLIK-Mate_502382-0970_1x09-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-0970 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 11 10 Connector_Molex Molex_CLIK-Mate_502382-1070_1x10-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-1070 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 12 11 Connector_Molex Molex_CLIK-Mate_502382-1170_1x11-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-1170 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 13 12 Connector_Molex Molex_CLIK-Mate_502382-1270_1x12-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-1270 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 14 13 Connector_Molex Molex_CLIK-Mate_502382-1370_1x13-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-1370 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 15 14 Connector_Molex Molex_CLIK-Mate_502382-1470_1x14-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-1470 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 16 15 Connector_Molex Molex_CLIK-Mate_502382-1570_1x15-1MP_P1.25mm_Vertical Molex CLIK-Mate series connector, 502382-1570 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 17 16 Connector_Molex Molex_CLIK-Mate_502386-0270_1x02-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-0270 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 4 3 Connector_Molex Molex_CLIK-Mate_502386-0370_1x03-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-0370 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 5 4 Connector_Molex Molex_CLIK-Mate_502386-0470_1x04-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-0470 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 6 5 Connector_Molex Molex_CLIK-Mate_502386-0570_1x05-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-0570 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 7 6 Connector_Molex Molex_CLIK-Mate_502386-0670_1x06-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-0670 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 8 7 Connector_Molex Molex_CLIK-Mate_502386-0770_1x07-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-0770 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 9 8 Connector_Molex Molex_CLIK-Mate_502386-0870_1x08-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-0870 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 10 9 Connector_Molex Molex_CLIK-Mate_502386-0970_1x09-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-0970 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 11 10 Connector_Molex Molex_CLIK-Mate_502386-1070_1x10-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-1070 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 12 11 Connector_Molex Molex_CLIK-Mate_502386-1170_1x11-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-1170 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 13 12 Connector_Molex Molex_CLIK-Mate_502386-1270_1x12-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-1270 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 14 13 Connector_Molex Molex_CLIK-Mate_502386-1370_1x13-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-1370 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 15 14 Connector_Molex Molex_CLIK-Mate_502386-1470_1x14-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-1470 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 16 15 Connector_Molex Molex_CLIK-Mate_502386-1570_1x15-1MP_P1.25mm_Horizontal Molex CLIK-Mate series connector, 502386-1570 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 17 16 Connector_Molex Molex_CLIK-Mate_502443-0270_1x02-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-0270 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 4 3 Connector_Molex Molex_CLIK-Mate_502443-0370_1x03-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-0370 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 5 4 Connector_Molex Molex_CLIK-Mate_502443-0470_1x04-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-0470 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 6 5 Connector_Molex Molex_CLIK-Mate_502443-0570_1x05-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-0570 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 7 6 Connector_Molex Molex_CLIK-Mate_502443-0670_1x06-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-0670 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 8 7 Connector_Molex Molex_CLIK-Mate_502443-0770_1x07-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-0770 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 9 8 Connector_Molex Molex_CLIK-Mate_502443-0870_1x08-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-0870 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 10 9 Connector_Molex Molex_CLIK-Mate_502443-0970_1x09-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-0970 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 11 10 Connector_Molex Molex_CLIK-Mate_502443-1270_1x12-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-1270 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 14 13 Connector_Molex Molex_CLIK-Mate_502443-1370_1x13-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-1370 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 15 14 Connector_Molex Molex_CLIK-Mate_502443-1470_1x14-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-1470 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 16 15 Connector_Molex Molex_CLIK-Mate_502443-1570_1x15-1MP_P2.00mm_Vertical Molex CLIK-Mate series connector, 502443-1570 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 17 16 Connector_Molex Molex_CLIK-Mate_502494-0270_1x02-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-0270 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 4 3 Connector_Molex Molex_CLIK-Mate_502494-0370_1x03-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-0370 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 5 4 Connector_Molex Molex_CLIK-Mate_502494-0470_1x04-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-0470 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 6 5 Connector_Molex Molex_CLIK-Mate_502494-0670_1x06-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-0670 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 8 7 Connector_Molex Molex_CLIK-Mate_502494-0870_1x08-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-0870 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 10 9 Connector_Molex Molex_CLIK-Mate_502494-1070_1x10-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-1070 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 12 11 Connector_Molex Molex_CLIK-Mate_502494-1270_1x12-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-1270 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 14 13 Connector_Molex Molex_CLIK-Mate_502494-1370_1x13-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-1370 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 15 14 Connector_Molex Molex_CLIK-Mate_502494-1470_1x14-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-1470 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 16 15 Connector_Molex Molex_CLIK-Mate_502494-1570_1x15-1MP_P2.00mm_Horizontal Molex CLIK-Mate series connector, 502494-1570 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 17 16 Connector_Molex Molex_CLIK-Mate_502585-0270_1x02-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-0270 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 4 3 Connector_Molex Molex_CLIK-Mate_502585-0370_1x03-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-0370 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 5 4 Connector_Molex Molex_CLIK-Mate_502585-0470_1x04-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-0470 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 6 5 Connector_Molex Molex_CLIK-Mate_502585-0570_1x05-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-0570 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 7 6 Connector_Molex Molex_CLIK-Mate_502585-0670_1x06-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-0670 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 8 7 Connector_Molex Molex_CLIK-Mate_502585-0770_1x07-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-0770 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 9 8 Connector_Molex Molex_CLIK-Mate_502585-0870_1x08-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-0870 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 10 9 Connector_Molex Molex_CLIK-Mate_502585-0970_1x09-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-0970 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 11 10 Connector_Molex Molex_CLIK-Mate_502585-1070_1x10-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-1070 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 12 11 Connector_Molex Molex_CLIK-Mate_502585-1170_1x11-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-1170 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 13 12 Connector_Molex Molex_CLIK-Mate_502585-1270_1x12-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-1270 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 14 13 Connector_Molex Molex_CLIK-Mate_502585-1370_1x13-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-1370 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 15 14 Connector_Molex Molex_CLIK-Mate_502585-1470_1x14-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-1470 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 16 15 Connector_Molex Molex_CLIK-Mate_502585-1570_1x15-1MP_P1.50mm_Horizontal Molex CLIK-Mate series connector, 502585-1570 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate top entry 0 17 16 Connector_Molex Molex_CLIK-Mate_505405-0270_1x02-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-0270 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 4 3 Connector_Molex Molex_CLIK-Mate_505405-0370_1x03-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-0370 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 5 4 Connector_Molex Molex_CLIK-Mate_505405-0470_1x04-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-0470 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 6 5 Connector_Molex Molex_CLIK-Mate_505405-0570_1x05-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-0570 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 7 6 Connector_Molex Molex_CLIK-Mate_505405-0670_1x06-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-0670 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 8 7 Connector_Molex Molex_CLIK-Mate_505405-0770_1x07-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-0770 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 9 8 Connector_Molex Molex_CLIK-Mate_505405-0870_1x08-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-0870 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 10 9 Connector_Molex Molex_CLIK-Mate_505405-0970_1x09-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-0970 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 11 10 Connector_Molex Molex_CLIK-Mate_505405-1070_1x10-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-1070 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 12 11 Connector_Molex Molex_CLIK-Mate_505405-1170_1x11-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-1170 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 13 12 Connector_Molex Molex_CLIK-Mate_505405-1270_1x12-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-1270 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 14 13 Connector_Molex Molex_CLIK-Mate_505405-1370_1x13-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-1370 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 15 14 Connector_Molex Molex_CLIK-Mate_505405-1470_1x14-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-1470 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 16 15 Connector_Molex Molex_CLIK-Mate_505405-1570_1x15-1MP_P1.50mm_Vertical Molex CLIK-Mate series connector, 505405-1570 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator connector Molex CLIK-Mate side entry 0 17 16 Connector_Molex Molex_KK-254_AE-6410-02A_1x02_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-02A example for new part number: 22-27-2021, 2 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 side entry 0 2 2 Connector_Molex Molex_KK-254_AE-6410-03A_1x03_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-03A example for new part number: 22-27-2031, 3 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 side entry 0 3 3 Connector_Molex Molex_KK-254_AE-6410-04A_1x04_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-04A example for new part number: 22-27-2041, 4 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 side entry 0 4 4 Connector_Molex Molex_KK-254_AE-6410-05A_1x05_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-05A example for new part number: 22-27-2051, 5 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 side entry 0 5 5 Connector_Molex Molex_KK-254_AE-6410-06A_1x06_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-06A example for new part number: 22-27-2061, 6 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 side entry 0 6 6 Connector_Molex Molex_KK-254_AE-6410-07A_1x07_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-07A example for new part number: 22-27-2071, 7 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 side entry 0 7 7 Connector_Molex Molex_KK-254_AE-6410-08A_1x08_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-08A example for new part number: 22-27-2081, 8 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 side entry 0 8 8 Connector_Molex Molex_KK-254_AE-6410-09A_1x09_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-09A example for new part number: 22-27-2091, 9 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 side entry 0 9 9 Connector_Molex Molex_KK-254_AE-6410-10A_1x10_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-10A example for new part number: 22-27-2101, 10 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 side entry 0 10 10 Connector_Molex Molex_KK-254_AE-6410-11A_1x11_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-11A example for new part number: 22-27-2111, 11 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 side entry 0 11 11 Connector_Molex Molex_KK-254_AE-6410-12A_1x12_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-12A example for new part number: 22-27-2121, 12 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 side entry 0 12 12 Connector_Molex Molex_KK-254_AE-6410-13A_1x13_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-13A example for new part number: 22-27-2131, 13 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 side entry 0 13 13 Connector_Molex Molex_KK-254_AE-6410-14A_1x14_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-14A example for new part number: 22-27-2141, 14 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 side entry 0 14 14 Connector_Molex Molex_KK-254_AE-6410-15A_1x15_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-15A example for new part number: 22-27-2151, 15 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 side entry 0 15 15 Connector_Molex Molex_KK-254_AE-6410-16A_1x16_P2.54mm_Vertical Molex KK-254 Interconnect System, old/engineering part number: AE-6410-16A example for new part number: 22-27-2161, 16 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator connector Molex KK-254 side entry 0 16 16 Connector_Molex Molex_Mega-Fit_76825-0002_2x01_P5.70mm_Horizontal Molex Mega-Fit Power Connectors, 76825-0002 (compatible alternatives: 172064-0002, 172064-1002), 1 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit top entry 0 2 2 Connector_Molex Molex_Mega-Fit_76825-0004_2x02_P5.70mm_Horizontal Molex Mega-Fit Power Connectors, 76825-0004 (compatible alternatives: 172064-0004, 172064-1004), 2 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit top entry 0 4 4 Connector_Molex Molex_Mega-Fit_76825-0006_2x03_P5.70mm_Horizontal Molex Mega-Fit Power Connectors, 76825-0006 (compatible alternatives: 172064-0006, 172064-1006), 3 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit top entry 0 6 6 Connector_Molex Molex_Mega-Fit_76825-0008_2x04_P5.70mm_Horizontal Molex Mega-Fit Power Connectors, 76825-0008 (compatible alternatives: 172064-0008, 172064-1008), 4 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit top entry 0 8 8 Connector_Molex Molex_Mega-Fit_76825-0010_2x05_P5.70mm_Horizontal Molex Mega-Fit Power Connectors, 76825-0010 (compatible alternatives: 172064-0010, 172064-1010), 5 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit top entry 0 10 10 Connector_Molex Molex_Mega-Fit_76825-0012_2x06_P5.70mm_Horizontal Molex Mega-Fit Power Connectors, 76825-0012 (compatible alternatives: 172064-0012, 172064-1012), 6 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit top entry 0 12 12 Connector_Molex Molex_Mega-Fit_76829-0002_2x01_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0002 (compatible alternatives: 172065-0002, 172065-1002), 1 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 2 2 Connector_Molex Molex_Mega-Fit_76829-0004_2x02_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0004 (compatible alternatives: 172065-0004, 172065-1004), 2 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 4 4 Connector_Molex Molex_Mega-Fit_76829-0006_2x03_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0006 (compatible alternatives: 172065-0006, 172065-1006), 3 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 6 6 Connector_Molex Molex_Mega-Fit_76829-0008_2x04_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0008 (compatible alternatives: 172065-0008, 172065-1008), 4 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 8 8 Connector_Molex Molex_Mega-Fit_76829-0010_2x05_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0010 (compatible alternatives: 172065-0010, 172065-1010), 5 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 10 10 Connector_Molex Molex_Mega-Fit_76829-0012_2x06_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0012 (compatible alternatives: 172065-0012, 172065-1012), 6 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 12 12 Connector_Molex Molex_Mega-Fit_76829-0102_2x01_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0102 (compatible alternatives: 172065-0202, 172065-0302), 1 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 2 2 Connector_Molex Molex_Mega-Fit_76829-0104_2x02_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0104 (compatible alternatives: 172065-0204, 172065-0304), 2 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 4 4 Connector_Molex Molex_Mega-Fit_76829-0106_2x03_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0106 (compatible alternatives: 172065-0206, 172065-0306), 3 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 6 6 Connector_Molex Molex_Mega-Fit_76829-0108_2x04_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0108 (compatible alternatives: 172065-0208, 172065-0308), 4 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 8 8 Connector_Molex Molex_Mega-Fit_76829-0110_2x05_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0110 (compatible alternatives: 172065-0210, 172065-0310), 5 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 10 10 Connector_Molex Molex_Mega-Fit_76829-0112_2x06_P5.70mm_Vertical Molex Mega-Fit Power Connectors, 76829-0112 (compatible alternatives: 172065-0212, 172065-0312), 6 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator connector Molex Mega-Fit side entry 0 12 12 Connector_Molex Molex_Micro-Fit_3.0_43045-0200_2x01_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0200 (compatible alternatives: 43045-0201, 43045-0202), 1 Pins per row (https://www.molex.com/pdm_docs/sd/430450200_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 2 2 Connector_Molex Molex_Micro-Fit_3.0_43045-0210_2x01-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0210 (compatible alternatives: 43045-0211, 43045-0209), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 4 3 Connector_Molex Molex_Micro-Fit_3.0_43045-0212_2x01_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0212 (compatible alternatives: 43045-0213, 43045-0224), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 2 2 Connector_Molex Molex_Micro-Fit_3.0_43045-0215_2x01_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0215 (compatible alternatives: 43045-0216, 43045-0217), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 2 2 Connector_Molex Molex_Micro-Fit_3.0_43045-0218_2x01-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0218 (compatible alternatives: 43045-0219, 43045-0220), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 4 3 Connector_Molex Molex_Micro-Fit_3.0_43045-0400_2x02_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0400 (compatible alternatives: 43045-0401, 43045-0402), 2 Pins per row (https://www.molex.com/pdm_docs/sd/430450200_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 4 4 Connector_Molex Molex_Micro-Fit_3.0_43045-0410_2x02-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0410 (compatible alternatives: 43045-0411, 43045-0409), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 6 5 Connector_Molex Molex_Micro-Fit_3.0_43045-0412_2x02_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0412 (compatible alternatives: 43045-0413, 43045-0424), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 4 4 Connector_Molex Molex_Micro-Fit_3.0_43045-0415_2x02_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0415 (compatible alternatives: 43045-0416, 43045-0417), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 4 4 Connector_Molex Molex_Micro-Fit_3.0_43045-0418_2x02-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0418 (compatible alternatives: 43045-0419, 43045-0420), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 6 5 Connector_Molex Molex_Micro-Fit_3.0_43045-0600_2x03_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0600 (compatible alternatives: 43045-0601, 43045-0602), 3 Pins per row (https://www.molex.com/pdm_docs/sd/430450200_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 6 6 Connector_Molex Molex_Micro-Fit_3.0_43045-0610_2x03-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0610 (compatible alternatives: 43045-0611, 43045-0609), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 8 7 Connector_Molex Molex_Micro-Fit_3.0_43045-0612_2x03_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0612 (compatible alternatives: 43045-0613, 43045-0624), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 6 6 Connector_Molex Molex_Micro-Fit_3.0_43045-0615_2x03_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0615 (compatible alternatives: 43045-0616, 43045-0617), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 6 6 Connector_Molex Molex_Micro-Fit_3.0_43045-0618_2x03-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0618 (compatible alternatives: 43045-0619, 43045-0620), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 8 7 Connector_Molex Molex_Micro-Fit_3.0_43045-0800_2x04_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0800 (compatible alternatives: 43045-0801, 43045-0802), 4 Pins per row (https://www.molex.com/pdm_docs/sd/430450200_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 8 8 Connector_Molex Molex_Micro-Fit_3.0_43045-0810_2x04-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-0810 (compatible alternatives: 43045-0811, 43045-0809), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 10 9 Connector_Molex Molex_Micro-Fit_3.0_43045-0812_2x04_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0812 (compatible alternatives: 43045-0813, 43045-0824), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 8 8 Connector_Molex Molex_Micro-Fit_3.0_43045-0815_2x04_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0815 (compatible alternatives: 43045-0816, 43045-0817), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 8 8 Connector_Molex Molex_Micro-Fit_3.0_43045-0818_2x04-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-0818 (compatible alternatives: 43045-0819, 43045-0820), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 10 9 Connector_Molex Molex_Micro-Fit_3.0_43045-1000_2x05_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1000 (compatible alternatives: 43045-1001, 43045-1002), 5 Pins per row (https://www.molex.com/pdm_docs/sd/430450200_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 10 10 Connector_Molex Molex_Micro-Fit_3.0_43045-1010_2x05-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1010 (compatible alternatives: 43045-1011, 43045-1009), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 12 11 Connector_Molex Molex_Micro-Fit_3.0_43045-1012_2x05_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1012 (compatible alternatives: 43045-1013, 43045-1024), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 10 10 Connector_Molex Molex_Micro-Fit_3.0_43045-1015_2x05_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1015 (compatible alternatives: 43045-1016, 43045-1017), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 10 10 Connector_Molex Molex_Micro-Fit_3.0_43045-1018_2x05-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1018 (compatible alternatives: 43045-1019, 43045-1020), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 12 11 Connector_Molex Molex_Micro-Fit_3.0_43045-1200_2x06_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1200 (compatible alternatives: 43045-1201, 43045-1202), 6 Pins per row (https://www.molex.com/pdm_docs/sd/430450200_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 12 12 Connector_Molex Molex_Micro-Fit_3.0_43045-1210_2x06-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1210 (compatible alternatives: 43045-1211, 43045-1209), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 14 13 Connector_Molex Molex_Micro-Fit_3.0_43045-1212_2x06_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1212 (compatible alternatives: 43045-1213, 43045-1224), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 12 12 Connector_Molex Molex_Micro-Fit_3.0_43045-1215_2x06_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1215 (compatible alternatives: 43045-1216, 43045-1217), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 12 12 Connector_Molex Molex_Micro-Fit_3.0_43045-1218_2x06-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1218 (compatible alternatives: 43045-1219, 43045-1220), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 14 13 Connector_Molex Molex_Micro-Fit_3.0_43045-1400_2x07_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1400 (compatible alternatives: 43045-1401, 43045-1402), 7 Pins per row (https://www.molex.com/pdm_docs/sd/430450200_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 14 14 Connector_Molex Molex_Micro-Fit_3.0_43045-1410_2x07-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1410 (compatible alternatives: 43045-1411, 43045-1409), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 16 15 Connector_Molex Molex_Micro-Fit_3.0_43045-1412_2x07_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1412 (compatible alternatives: 43045-1413, 43045-1424), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 14 14 Connector_Molex Molex_Micro-Fit_3.0_43045-1415_2x07_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1415 (compatible alternatives: 43045-1416, 43045-1417), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 14 14 Connector_Molex Molex_Micro-Fit_3.0_43045-1418_2x07-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1418 (compatible alternatives: 43045-1419, 43045-1420), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 16 15 Connector_Molex Molex_Micro-Fit_3.0_43045-1600_2x08_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1600 (compatible alternatives: 43045-1601, 43045-1602), 8 Pins per row (https://www.molex.com/pdm_docs/sd/430450200_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 16 16 Connector_Molex Molex_Micro-Fit_3.0_43045-1610_2x08-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1610 (compatible alternatives: 43045-1611, 43045-1609), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 18 17 Connector_Molex Molex_Micro-Fit_3.0_43045-1612_2x08_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1612 (compatible alternatives: 43045-1613, 43045-1624), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 16 16 Connector_Molex Molex_Micro-Fit_3.0_43045-1615_2x08_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1615 (compatible alternatives: 43045-1616, 43045-1617), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 16 16 Connector_Molex Molex_Micro-Fit_3.0_43045-1618_2x08-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1618 (compatible alternatives: 43045-1619, 43045-1620), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 18 17 Connector_Molex Molex_Micro-Fit_3.0_43045-1800_2x09_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1800 (compatible alternatives: 43045-1801, 43045-1802), 9 Pins per row (https://www.molex.com/pdm_docs/sd/430450200_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 18 18 Connector_Molex Molex_Micro-Fit_3.0_43045-1810_2x09-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-1810 (compatible alternatives: 43045-1811, 43045-1809), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 20 19 Connector_Molex Molex_Micro-Fit_3.0_43045-1812_2x09_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1812 (compatible alternatives: 43045-1813, 43045-1824), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 18 18 Connector_Molex Molex_Micro-Fit_3.0_43045-1815_2x09_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1815 (compatible alternatives: 43045-1816, 43045-1817), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 18 18 Connector_Molex Molex_Micro-Fit_3.0_43045-1818_2x09-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-1818 (compatible alternatives: 43045-1819, 43045-1820), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 20 19 Connector_Molex Molex_Micro-Fit_3.0_43045-2000_2x10_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-2000 (compatible alternatives: 43045-2001, 43045-2002), 10 Pins per row (https://www.molex.com/pdm_docs/sd/430450200_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 20 20 Connector_Molex Molex_Micro-Fit_3.0_43045-2010_2x10-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-2010 (compatible alternatives: 43045-2011, 43045-2009), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 22 21 Connector_Molex Molex_Micro-Fit_3.0_43045-2012_2x10_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-2012 (compatible alternatives: 43045-2013, 43045-2024), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 20 20 Connector_Molex Molex_Micro-Fit_3.0_43045-2015_2x10_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-2015 (compatible alternatives: 43045-2016, 43045-2017), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 20 20 Connector_Molex Molex_Micro-Fit_3.0_43045-2018_2x10-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-2018 (compatible alternatives: 43045-2019, 43045-2020), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 22 21 Connector_Molex Molex_Micro-Fit_3.0_43045-2200_2x11_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-2200 (compatible alternatives: 43045-2201, 43045-2202), 11 Pins per row (https://www.molex.com/pdm_docs/sd/430450200_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 22 22 Connector_Molex Molex_Micro-Fit_3.0_43045-2210_2x11-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-2210 (compatible alternatives: 43045-2211, 43045-2209), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 24 23 Connector_Molex Molex_Micro-Fit_3.0_43045-2212_2x11_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-2212 (compatible alternatives: 43045-2213, 43045-2224), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 22 22 Connector_Molex Molex_Micro-Fit_3.0_43045-2215_2x11_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-2215 (compatible alternatives: 43045-2216, 43045-2217), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 22 22 Connector_Molex Molex_Micro-Fit_3.0_43045-2218_2x11-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-2218 (compatible alternatives: 43045-2219, 43045-2220), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 24 23 Connector_Molex Molex_Micro-Fit_3.0_43045-2400_2x12_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-2400 (compatible alternatives: 43045-2401, 43045-2402), 12 Pins per row (https://www.molex.com/pdm_docs/sd/430450200_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 24 24 Connector_Molex Molex_Micro-Fit_3.0_43045-2410_2x12-1MP_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43045-2410 (compatible alternatives: 43045-2411, 43045-2409), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 26 25 Connector_Molex Molex_Micro-Fit_3.0_43045-2412_2x12_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-2412 (compatible alternatives: 43045-2413, 43045-2424), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 24 24 Connector_Molex Molex_Micro-Fit_3.0_43045-2415_2x12_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-2415 (compatible alternatives: 43045-2416, 43045-2417), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 24 24 Connector_Molex Molex_Micro-Fit_3.0_43045-2418_2x12-1MP_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43045-2418 (compatible alternatives: 43045-2419, 43045-2420), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 side entry 0 26 25 Connector_Molex Molex_Micro-Fit_3.0_43650-0200_1x02_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-0200 (compatible alternatives: 43650-0201, 43650-0202), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 2 2 Connector_Molex Molex_Micro-Fit_3.0_43650-0215_1x02_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-0215 (compatible alternatives: 43650-0216, 43650-0217), 2 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 2 2 Connector_Molex Molex_Micro-Fit_3.0_43650-0300_1x03_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-0300 (compatible alternatives: 43650-0301, 43650-0302), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 3 3 Connector_Molex Molex_Micro-Fit_3.0_43650-0315_1x03_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-0315 (compatible alternatives: 43650-0316, 43650-0317), 3 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 3 3 Connector_Molex Molex_Micro-Fit_3.0_43650-0400_1x04_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-0400 (compatible alternatives: 43650-0401, 43650-0402), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 4 4 Connector_Molex Molex_Micro-Fit_3.0_43650-0415_1x04_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-0415 (compatible alternatives: 43650-0416, 43650-0417), 4 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 4 4 Connector_Molex Molex_Micro-Fit_3.0_43650-0500_1x05_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-0500 (compatible alternatives: 43650-0501, 43650-0502), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 5 5 Connector_Molex Molex_Micro-Fit_3.0_43650-0515_1x05_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-0515 (compatible alternatives: 43650-0516, 43650-0517), 5 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 5 5 Connector_Molex Molex_Micro-Fit_3.0_43650-0600_1x06_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-0600 (compatible alternatives: 43650-0601, 43650-0602), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 6 6 Connector_Molex Molex_Micro-Fit_3.0_43650-0615_1x06_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-0615 (compatible alternatives: 43650-0616, 43650-0617), 6 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 6 6 Connector_Molex Molex_Micro-Fit_3.0_43650-0700_1x07_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-0700 (compatible alternatives: 43650-0701, 43650-0702), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 7 7 Connector_Molex Molex_Micro-Fit_3.0_43650-0715_1x07_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-0715 (compatible alternatives: 43650-0716, 43650-0717), 7 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 7 7 Connector_Molex Molex_Micro-Fit_3.0_43650-0800_1x08_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-0800 (compatible alternatives: 43650-0801, 43650-0802), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 8 8 Connector_Molex Molex_Micro-Fit_3.0_43650-0815_1x08_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-0815 (compatible alternatives: 43650-0816, 43650-0817), 8 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 8 8 Connector_Molex Molex_Micro-Fit_3.0_43650-0900_1x09_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-0900 (compatible alternatives: 43650-0901, 43650-0902), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 9 9 Connector_Molex Molex_Micro-Fit_3.0_43650-0915_1x09_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-0915 (compatible alternatives: 43650-0916, 43650-0917), 9 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 9 9 Connector_Molex Molex_Micro-Fit_3.0_43650-1000_1x10_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-1000 (compatible alternatives: 43650-1001, 43650-1002), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 10 10 Connector_Molex Molex_Micro-Fit_3.0_43650-1015_1x10_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-1015 (compatible alternatives: 43650-1016, 43650-1017), 10 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 10 10 Connector_Molex Molex_Micro-Fit_3.0_43650-1100_1x11_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-1100 (compatible alternatives: 43650-1101, 43650-1102), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 11 11 Connector_Molex Molex_Micro-Fit_3.0_43650-1115_1x11_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-1115 (compatible alternatives: 43650-1116, 43650-1117), 11 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 11 11 Connector_Molex Molex_Micro-Fit_3.0_43650-1200_1x12_P3.00mm_Horizontal Molex Micro-Fit 3.0 Connector System, 43650-1200 (compatible alternatives: 43650-1201, 43650-1202), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 top entry 0 12 12 Connector_Molex Molex_Micro-Fit_3.0_43650-1215_1x12_P3.00mm_Vertical Molex Micro-Fit 3.0 Connector System, 43650-1215 (compatible alternatives: 43650-1216, 43650-1217), 12 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Fit_3.0 vertical 0 12 12 Connector_Molex Molex_Micro-Latch_53253-0270_1x02_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-0270 (compatible alternatives: 53253-0250), 2 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 2 2 Connector_Molex Molex_Micro-Latch_53253-0370_1x03_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-0370 (compatible alternatives: 53253-0350), 3 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 3 3 Connector_Molex Molex_Micro-Latch_53253-0470_1x04_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-0470 (compatible alternatives: 53253-0450), 4 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 4 4 Connector_Molex Molex_Micro-Latch_53253-0570_1x05_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-0570 (compatible alternatives: 53253-0550), 5 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 5 5 Connector_Molex Molex_Micro-Latch_53253-0670_1x06_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-0670 (compatible alternatives: 53253-0650), 6 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 6 6 Connector_Molex Molex_Micro-Latch_53253-0770_1x07_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-0770 (compatible alternatives: 53253-0750), 7 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 7 7 Connector_Molex Molex_Micro-Latch_53253-0870_1x08_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-0870 (compatible alternatives: 53253-0850), 8 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 8 8 Connector_Molex Molex_Micro-Latch_53253-0970_1x09_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-0970 (compatible alternatives: 53253-0950), 9 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 9 9 Connector_Molex Molex_Micro-Latch_53253-1070_1x10_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-1070 (compatible alternatives: 53253-1050), 10 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 10 10 Connector_Molex Molex_Micro-Latch_53253-1170_1x11_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-1170 (compatible alternatives: 53253-1150), 11 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 11 11 Connector_Molex Molex_Micro-Latch_53253-1270_1x12_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-1270 (compatible alternatives: 53253-1250), 12 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 12 12 Connector_Molex Molex_Micro-Latch_53253-1370_1x13_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-1370 (compatible alternatives: 53253-1350), 13 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 13 13 Connector_Molex Molex_Micro-Latch_53253-1470_1x14_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-1470 (compatible alternatives: 53253-1450), 14 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 14 14 Connector_Molex Molex_Micro-Latch_53253-1570_1x15_P2.00mm_Vertical Molex Micro-Latch Wire-to-Board Connector System, 53253-1570 (compatible alternatives: 53253-1550), 15 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch side entry 0 15 15 Connector_Molex Molex_Micro-Latch_53254-0270_1x02_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-0270 (compatible alternatives: 53254-0250), 2 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 2 2 Connector_Molex Molex_Micro-Latch_53254-0370_1x03_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-0370 (compatible alternatives: 53254-0350), 3 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 3 3 Connector_Molex Molex_Micro-Latch_53254-0470_1x04_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-0470 (compatible alternatives: 53254-0450), 4 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 4 4 Connector_Molex Molex_Micro-Latch_53254-0570_1x05_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-0570 (compatible alternatives: 53254-0550), 5 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 5 5 Connector_Molex Molex_Micro-Latch_53254-0670_1x06_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-0670 (compatible alternatives: 53254-0650), 6 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 6 6 Connector_Molex Molex_Micro-Latch_53254-0770_1x07_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-0770 (compatible alternatives: 53254-0750), 7 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 7 7 Connector_Molex Molex_Micro-Latch_53254-0870_1x08_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-0870 (compatible alternatives: 53254-0850), 8 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 8 8 Connector_Molex Molex_Micro-Latch_53254-0970_1x09_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-0970 (compatible alternatives: 53254-0950), 9 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 9 9 Connector_Molex Molex_Micro-Latch_53254-1070_1x10_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-1070 (compatible alternatives: 53254-1050), 10 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 10 10 Connector_Molex Molex_Micro-Latch_53254-1170_1x11_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-1170 (compatible alternatives: 53254-1150), 11 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 11 11 Connector_Molex Molex_Micro-Latch_53254-1270_1x12_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-1270 (compatible alternatives: 53254-1250), 12 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 12 12 Connector_Molex Molex_Micro-Latch_53254-1370_1x13_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-1370 (compatible alternatives: 53254-1350), 13 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 13 13 Connector_Molex Molex_Micro-Latch_53254-1470_1x14_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-1470 (compatible alternatives: 53254-1450), 14 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 14 14 Connector_Molex Molex_Micro-Latch_53254-1570_1x15_P2.00mm_Horizontal Molex Micro-Latch Wire-to-Board Connector System, 53254-1570 (compatible alternatives: 53254-1550), 15 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator connector Molex Micro-Latch top entry 0 15 15 Connector_Molex Molex_MicroClasp_55932-0210_1x02_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0210, with PCB locator, 2 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 2 2 Connector_Molex Molex_MicroClasp_55932-0230_1x02_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0230, 2 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 2 2 Connector_Molex Molex_MicroClasp_55932-0310_1x03_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0310, with PCB locator, 3 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 3 3 Connector_Molex Molex_MicroClasp_55932-0330_1x03_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0330, 3 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 3 3 Connector_Molex Molex_MicroClasp_55932-0410_1x04_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0410, with PCB locator, 4 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 4 4 Connector_Molex Molex_MicroClasp_55932-0430_1x04_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0430, 4 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 4 4 Connector_Molex Molex_MicroClasp_55932-0510_1x05_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0510, with PCB locator, 5 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 5 5 Connector_Molex Molex_MicroClasp_55932-0530_1x05_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0530, 5 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 5 5 Connector_Molex Molex_MicroClasp_55932-0610_1x06_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0610, with PCB locator, 6 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 6 6 Connector_Molex Molex_MicroClasp_55932-0630_1x06_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0630, 6 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 6 6 Connector_Molex Molex_MicroClasp_55932-0710_1x07_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0710, with PCB locator, 7 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 7 7 Connector_Molex Molex_MicroClasp_55932-0730_1x07_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0730, 7 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 7 7 Connector_Molex Molex_MicroClasp_55932-0810_1x08_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0810, with PCB locator, 8 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 8 8 Connector_Molex Molex_MicroClasp_55932-0830_1x08_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0830, 8 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 8 8 Connector_Molex Molex_MicroClasp_55932-0910_1x09_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0910, with PCB locator, 9 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 9 9 Connector_Molex Molex_MicroClasp_55932-0930_1x09_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-0930, 9 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 9 9 Connector_Molex Molex_MicroClasp_55932-1010_1x10_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1010, with PCB locator, 10 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 10 10 Connector_Molex Molex_MicroClasp_55932-1030_1x10_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1030, 10 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 10 10 Connector_Molex Molex_MicroClasp_55932-1110_1x11_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1110, with PCB locator, 11 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 11 11 Connector_Molex Molex_MicroClasp_55932-1130_1x11_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1130, 11 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 11 11 Connector_Molex Molex_MicroClasp_55932-1210_1x12_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1210, with PCB locator, 12 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 12 12 Connector_Molex Molex_MicroClasp_55932-1230_1x12_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1230, 12 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 12 12 Connector_Molex Molex_MicroClasp_55932-1310_1x13_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1310, with PCB locator, 13 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 13 13 Connector_Molex Molex_MicroClasp_55932-1330_1x13_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1330, 13 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 13 13 Connector_Molex Molex_MicroClasp_55932-1410_1x14_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1410, with PCB locator, 14 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 14 14 Connector_Molex Molex_MicroClasp_55932-1430_1x14_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1430, 14 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 14 14 Connector_Molex Molex_MicroClasp_55932-1510_1x15_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1510, with PCB locator, 15 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 15 15 Connector_Molex Molex_MicroClasp_55932-1530_1x15_P2.00mm_Vertical Molex MicroClasp Wire-to-Board System, 55932-1530, 15 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator connector Molex MicroClasp side entry 0 15 15 Connector_Molex Molex_Mini-Fit_Jr_5566-02A2_2x01_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-02A2, example for new mpn: 39-28-902x, 1 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 2 2 Connector_Molex Molex_Mini-Fit_Jr_5566-02A_2x01_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-02A, example for new mpn: 39-28-x02x, 1 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 2 2 Connector_Molex Molex_Mini-Fit_Jr_5566-04A2_2x02_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-04A2, example for new mpn: 39-28-904x, 2 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 4 4 Connector_Molex Molex_Mini-Fit_Jr_5566-04A_2x02_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-04A, example for new mpn: 39-28-x04x, 2 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 4 4 Connector_Molex Molex_Mini-Fit_Jr_5566-06A2_2x03_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-06A2, example for new mpn: 39-28-906x, 3 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 6 6 Connector_Molex Molex_Mini-Fit_Jr_5566-06A_2x03_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-06A, example for new mpn: 39-28-x06x, 3 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 6 6 Connector_Molex Molex_Mini-Fit_Jr_5566-08A2_2x04_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-08A2, example for new mpn: 39-28-908x, 4 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 8 8 Connector_Molex Molex_Mini-Fit_Jr_5566-08A_2x04_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-08A, example for new mpn: 39-28-x08x, 4 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 8 8 Connector_Molex Molex_Mini-Fit_Jr_5566-10A2_2x05_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-10A2, example for new mpn: 39-28-910x, 5 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 10 10 Connector_Molex Molex_Mini-Fit_Jr_5566-10A_2x05_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-10A, example for new mpn: 39-28-x10x, 5 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 10 10 Connector_Molex Molex_Mini-Fit_Jr_5566-12A2_2x06_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-12A2, example for new mpn: 39-28-912x, 6 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 12 12 Connector_Molex Molex_Mini-Fit_Jr_5566-12A_2x06_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-12A, example for new mpn: 39-28-x12x, 6 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 12 12 Connector_Molex Molex_Mini-Fit_Jr_5566-14A2_2x07_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-14A2, example for new mpn: 39-28-914x, 7 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 14 14 Connector_Molex Molex_Mini-Fit_Jr_5566-14A_2x07_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-14A, example for new mpn: 39-28-x14x, 7 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 14 14 Connector_Molex Molex_Mini-Fit_Jr_5566-16A2_2x08_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-16A2, example for new mpn: 39-28-916x, 8 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 16 16 Connector_Molex Molex_Mini-Fit_Jr_5566-16A_2x08_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-16A, example for new mpn: 39-28-x16x, 8 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 16 16 Connector_Molex Molex_Mini-Fit_Jr_5566-18A2_2x09_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-18A2, example for new mpn: 39-28-918x, 9 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 18 18 Connector_Molex Molex_Mini-Fit_Jr_5566-18A_2x09_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-18A, example for new mpn: 39-28-x18x, 9 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 18 18 Connector_Molex Molex_Mini-Fit_Jr_5566-20A2_2x10_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-20A2, example for new mpn: 39-28-920x, 10 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 20 20 Connector_Molex Molex_Mini-Fit_Jr_5566-20A_2x10_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-20A, example for new mpn: 39-28-x20x, 10 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 20 20 Connector_Molex Molex_Mini-Fit_Jr_5566-22A2_2x11_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-22A2, example for new mpn: 39-28-922x, 11 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 22 22 Connector_Molex Molex_Mini-Fit_Jr_5566-22A_2x11_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-22A, example for new mpn: 39-28-x22x, 11 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 22 22 Connector_Molex Molex_Mini-Fit_Jr_5566-24A2_2x12_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-24A2, example for new mpn: 39-28-924x, 12 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entryplastic_peg 0 24 24 Connector_Molex Molex_Mini-Fit_Jr_5566-24A_2x12_P4.20mm_Vertical Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-24A, example for new mpn: 39-28-x24x, 12 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr side entry 0 24 24 Connector_Molex Molex_Mini-Fit_Jr_5569-02A1_2x01_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-02A1, example for new mpn: 39-29-4029, 1 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 2 2 Connector_Molex Molex_Mini-Fit_Jr_5569-02A2_2x01_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-02A2, example for new mpn: 39-30-0020, 1 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 2 2 Connector_Molex Molex_Mini-Fit_Jr_5569-04A1_2x02_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-04A1, example for new mpn: 39-29-4049, 2 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 4 4 Connector_Molex Molex_Mini-Fit_Jr_5569-04A2_2x02_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-04A2, example for new mpn: 39-30-0040, 2 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 4 4 Connector_Molex Molex_Mini-Fit_Jr_5569-06A1_2x03_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-06A1, example for new mpn: 39-29-4069, 3 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 6 6 Connector_Molex Molex_Mini-Fit_Jr_5569-06A2_2x03_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-06A2, example for new mpn: 39-30-0060, 3 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 6 6 Connector_Molex Molex_Mini-Fit_Jr_5569-08A1_2x04_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-08A1, example for new mpn: 39-29-4089, 4 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 8 8 Connector_Molex Molex_Mini-Fit_Jr_5569-08A2_2x04_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-08A2, example for new mpn: 39-30-0080, 4 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 8 8 Connector_Molex Molex_Mini-Fit_Jr_5569-10A1_2x05_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-10A1, example for new mpn: 39-29-4109, 5 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 10 10 Connector_Molex Molex_Mini-Fit_Jr_5569-10A2_2x05_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-10A2, example for new mpn: 39-30-0100, 5 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 10 10 Connector_Molex Molex_Mini-Fit_Jr_5569-12A1_2x06_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-12A1, example for new mpn: 39-29-4129, 6 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 12 12 Connector_Molex Molex_Mini-Fit_Jr_5569-12A2_2x06_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-12A2, example for new mpn: 39-30-0120, 6 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 12 12 Connector_Molex Molex_Mini-Fit_Jr_5569-14A1_2x07_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-14A1, example for new mpn: 39-29-4149, 7 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 14 14 Connector_Molex Molex_Mini-Fit_Jr_5569-14A2_2x07_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-14A2, example for new mpn: 39-30-0140, 7 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 14 14 Connector_Molex Molex_Mini-Fit_Jr_5569-16A1_2x08_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-16A1, example for new mpn: 39-29-4169, 8 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 16 16 Connector_Molex Molex_Mini-Fit_Jr_5569-16A2_2x08_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-16A2, example for new mpn: 39-30-0160, 8 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 16 16 Connector_Molex Molex_Mini-Fit_Jr_5569-18A1_2x09_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-18A1, example for new mpn: 39-29-4189, 9 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 18 18 Connector_Molex Molex_Mini-Fit_Jr_5569-18A2_2x09_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-18A2, example for new mpn: 39-30-0180, 9 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 18 18 Connector_Molex Molex_Mini-Fit_Jr_5569-20A1_2x10_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-20A1, example for new mpn: 39-29-4209, 10 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 20 20 Connector_Molex Molex_Mini-Fit_Jr_5569-20A2_2x10_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-20A2, example for new mpn: 39-30-0200, 10 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 20 20 Connector_Molex Molex_Mini-Fit_Jr_5569-22A1_2x11_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-22A1, example for new mpn: 39-29-4229, 11 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 22 22 Connector_Molex Molex_Mini-Fit_Jr_5569-22A2_2x11_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-22A2, example for new mpn: 39-30-0220, 11 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 22 22 Connector_Molex Molex_Mini-Fit_Jr_5569-24A1_2x12_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-24A1, example for new mpn: 39-29-4249, 12 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryscrew_flange 0 24 24 Connector_Molex Molex_Mini-Fit_Jr_5569-24A2_2x12_P4.20mm_Horizontal Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-24A2, example for new mpn: 39-30-0240, 12 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Jr top entryplastic_peg 0 24 24 Connector_Molex Molex_Mini-Fit_Sr_42819-22XX_1x02_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 42819-22XX, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 6 2 Connector_Molex Molex_Mini-Fit_Sr_42819-22XX_1x02_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42819-22XX, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 32 2 Connector_Molex Molex_Mini-Fit_Sr_42819-32XX_1x03_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 42819-32XX, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 8 3 Connector_Molex Molex_Mini-Fit_Sr_42819-32XX_1x03_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42819-32XX, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 47 3 Connector_Molex Molex_Mini-Fit_Sr_42819-42XX_1x04_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 42819-42XX, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 10 4 Connector_Molex Molex_Mini-Fit_Sr_42819-42XX_1x04_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42819-42XX, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 62 4 Connector_Molex Molex_Mini-Fit_Sr_42819-52XX_1x05_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 42819-52XX, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 12 5 Connector_Molex Molex_Mini-Fit_Sr_42819-52XX_1x05_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42819-52XX, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 77 5 Connector_Molex Molex_Mini-Fit_Sr_42819-62XX_1x06_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 42819-62XX, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 14 6 Connector_Molex Molex_Mini-Fit_Sr_42819-62XX_1x06_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42819-62XX, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 92 6 Connector_Molex Molex_Mini-Fit_Sr_42820-22XX_1x02_P10.00mm_Horizontal Molex Mini-Fit Sr. Power Connectors, 42820-22XX, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 6 2 Connector_Molex Molex_Mini-Fit_Sr_42820-22XX_1x02_P10.00mm_Horizontal_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42820-22XX, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 32 2 Connector_Molex Molex_Mini-Fit_Sr_42820-32XX_1x03_P10.00mm_Horizontal Molex Mini-Fit Sr. Power Connectors, 42820-32XX, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 8 3 Connector_Molex Molex_Mini-Fit_Sr_42820-32XX_1x03_P10.00mm_Horizontal_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42820-32XX, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 47 3 Connector_Molex Molex_Mini-Fit_Sr_42820-42XX_1x04_P10.00mm_Horizontal Molex Mini-Fit Sr. Power Connectors, 42820-42XX, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 10 4 Connector_Molex Molex_Mini-Fit_Sr_42820-42XX_1x04_P10.00mm_Horizontal_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42820-42XX, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 62 4 Connector_Molex Molex_Mini-Fit_Sr_42820-52XX_1x05_P10.00mm_Horizontal Molex Mini-Fit Sr. Power Connectors, 42820-52XX, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 12 5 Connector_Molex Molex_Mini-Fit_Sr_42820-52XX_1x05_P10.00mm_Horizontal_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42820-52XX, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 77 5 Connector_Molex Molex_Mini-Fit_Sr_42820-62XX_1x06_P10.00mm_Horizontal Molex Mini-Fit Sr. Power Connectors, 42820-62XX, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 14 6 Connector_Molex Molex_Mini-Fit_Sr_42820-62XX_1x06_P10.00mm_Horizontal_ThermalVias Molex Mini-Fit Sr. Power Connectors, 42820-62XX, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr top entry 0 92 6 Connector_Molex Molex_Mini-Fit_Sr_43915-xx06_2x03_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 43915-xx06, 3 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 14 6 Connector_Molex Molex_Mini-Fit_Sr_43915-xx06_2x03_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 43915-xx06, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 92 6 Connector_Molex Molex_Mini-Fit_Sr_43915-xx08_2x04_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 43915-xx08, 4 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 18 8 Connector_Molex Molex_Mini-Fit_Sr_43915-xx08_2x04_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 43915-xx08, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 122 8 Connector_Molex Molex_Mini-Fit_Sr_43915-xx10_2x05_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 43915-xx10, 5 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 22 10 Connector_Molex Molex_Mini-Fit_Sr_43915-xx10_2x05_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 43915-xx10, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 152 10 Connector_Molex Molex_Mini-Fit_Sr_43915-xx12_2x06_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 43915-xx12, 6 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 26 12 Connector_Molex Molex_Mini-Fit_Sr_43915-xx12_2x06_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 43915-xx12, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 182 12 Connector_Molex Molex_Mini-Fit_Sr_43915-xx14_2x07_P10.00mm_Vertical Molex Mini-Fit Sr. Power Connectors, 43915-xx14, 7 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 30 14 Connector_Molex Molex_Mini-Fit_Sr_43915-xx14_2x07_P10.00mm_Vertical_ThermalVias Molex Mini-Fit Sr. Power Connectors, 43915-xx14, With thermal vias in pads, 7 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator connector Molex Mini-Fit_Sr side entry 0 212 14 Connector_Molex Molex_Nano-Fit_105309-xx02_1x02_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105309-xx02, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 2 2 Connector_Molex Molex_Nano-Fit_105309-xx03_1x03_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105309-xx03, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 3 3 Connector_Molex Molex_Nano-Fit_105309-xx04_1x04_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105309-xx04, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 4 4 Connector_Molex Molex_Nano-Fit_105309-xx05_1x05_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105309-xx05, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 5 5 Connector_Molex Molex_Nano-Fit_105309-xx06_1x06_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105309-xx06, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 6 6 Connector_Molex Molex_Nano-Fit_105309-xx07_1x07_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105309-xx07, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 7 7 Connector_Molex Molex_Nano-Fit_105309-xx08_1x08_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105309-xx08, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 8 8 Connector_Molex Molex_Nano-Fit_105310-xx04_2x02_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105310-xx04, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 4 4 Connector_Molex Molex_Nano-Fit_105310-xx06_2x03_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105310-xx06, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 6 6 Connector_Molex Molex_Nano-Fit_105310-xx08_2x04_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105310-xx08, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 8 8 Connector_Molex Molex_Nano-Fit_105310-xx10_2x05_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105310-xx10, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 10 10 Connector_Molex Molex_Nano-Fit_105310-xx12_2x06_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105310-xx12, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 12 12 Connector_Molex Molex_Nano-Fit_105310-xx14_2x07_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105310-xx14, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 14 14 Connector_Molex Molex_Nano-Fit_105310-xx16_2x08_P2.50mm_Vertical Molex Nano-Fit Power Connectors, 105310-xx16, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit side entry 0 16 16 Connector_Molex Molex_Nano-Fit_105313-xx02_1x02_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105313-xx02, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 2 2 Connector_Molex Molex_Nano-Fit_105313-xx03_1x03_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105313-xx03, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 3 3 Connector_Molex Molex_Nano-Fit_105313-xx04_1x04_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105313-xx04, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 4 4 Connector_Molex Molex_Nano-Fit_105313-xx05_1x05_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105313-xx05, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 5 5 Connector_Molex Molex_Nano-Fit_105313-xx06_1x06_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105313-xx06, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 6 6 Connector_Molex Molex_Nano-Fit_105313-xx07_1x07_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105313-xx07, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 7 7 Connector_Molex Molex_Nano-Fit_105313-xx08_1x08_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105313-xx08, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 8 8 Connector_Molex Molex_Nano-Fit_105314-xx04_2x02_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105314-xx04, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 4 4 Connector_Molex Molex_Nano-Fit_105314-xx06_2x03_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105314-xx06, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 6 6 Connector_Molex Molex_Nano-Fit_105314-xx08_2x04_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105314-xx08, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 8 8 Connector_Molex Molex_Nano-Fit_105314-xx10_2x05_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105314-xx10, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 10 10 Connector_Molex Molex_Nano-Fit_105314-xx12_2x06_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105314-xx12, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 12 12 Connector_Molex Molex_Nano-Fit_105314-xx14_2x07_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105314-xx14, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 14 14 Connector_Molex Molex_Nano-Fit_105314-xx16_2x08_P2.50mm_Horizontal Molex Nano-Fit Power Connectors, 105314-xx16, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator connector Molex Nano-Fit top entry 0 16 16 Connector_Molex Molex_Panelmate_53780-0270_1x02-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-0270 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 4 3 Connector_Molex Molex_Panelmate_53780-0370_1x03-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-0370 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 5 4 Connector_Molex Molex_Panelmate_53780-0470_1x04-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-0470 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 6 5 Connector_Molex Molex_Panelmate_53780-0570_1x05-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-0570 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 7 6 Connector_Molex Molex_Panelmate_53780-0670_1x06-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-0670 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 8 7 Connector_Molex Molex_Panelmate_53780-0770_1x07-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-0770 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 9 8 Connector_Molex Molex_Panelmate_53780-0870_1x08-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-0870 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 10 9 Connector_Molex Molex_Panelmate_53780-0970_1x09-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-0970 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 11 10 Connector_Molex Molex_Panelmate_53780-1070_1x10-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-1070 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 12 11 Connector_Molex Molex_Panelmate_53780-1270_1x12-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-1270 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 14 13 Connector_Molex Molex_Panelmate_53780-1470_1x14-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-1470 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 16 15 Connector_Molex Molex_Panelmate_53780-1570_1x15-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-1570 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 17 16 Connector_Molex Molex_Panelmate_53780-1870_1x18-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-1870 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 20 19 Connector_Molex Molex_Panelmate_53780-3070_1x30-1MP_P1.25mm_Horizontal Molex Panelmate series connector, 53780-3070 (), generated with kicad-footprint-generator connector Molex Panelmate top entry 0 32 31 Connector_Molex Molex_Pico-Clasp_202396-0207_1x02-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-0207 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 4 3 Connector_Molex Molex_Pico-Clasp_202396-0307_1x03-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-0307 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 5 4 Connector_Molex Molex_Pico-Clasp_202396-0407_1x04-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-0407 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 6 5 Connector_Molex Molex_Pico-Clasp_202396-0507_1x05-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-0507 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 7 6 Connector_Molex Molex_Pico-Clasp_202396-0607_1x06-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-0607 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 8 7 Connector_Molex Molex_Pico-Clasp_202396-0707_1x07-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-0707 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 9 8 Connector_Molex Molex_Pico-Clasp_202396-0807_1x08-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-0807 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 10 9 Connector_Molex Molex_Pico-Clasp_202396-0907_1x09-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-0907 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 11 10 Connector_Molex Molex_Pico-Clasp_202396-1007_1x10-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-1007 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 12 11 Connector_Molex Molex_Pico-Clasp_202396-1107_1x11-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-1107 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 13 12 Connector_Molex Molex_Pico-Clasp_202396-1207_1x12-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-1207 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 14 13 Connector_Molex Molex_Pico-Clasp_202396-1307_1x13-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-1307 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 15 14 Connector_Molex Molex_Pico-Clasp_202396-1407_1x14-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-1407 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 16 15 Connector_Molex Molex_Pico-Clasp_202396-1507_1x15-1MP_P1.00mm_Horizontal Molex Pico-Clasp series connector, 202396-1507 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp top entry 0 17 16 Connector_Molex Molex_Pico-Clasp_501331-0207_1x02-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-0207 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 4 3 Connector_Molex Molex_Pico-Clasp_501331-0307_1x03-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-0307 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 5 4 Connector_Molex Molex_Pico-Clasp_501331-0407_1x04-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-0407 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 6 5 Connector_Molex Molex_Pico-Clasp_501331-0507_1x05-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-0507 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 7 6 Connector_Molex Molex_Pico-Clasp_501331-0607_1x06-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-0607 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 8 7 Connector_Molex Molex_Pico-Clasp_501331-0707_1x07-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-0707 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 9 8 Connector_Molex Molex_Pico-Clasp_501331-0807_1x08-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-0807 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 10 9 Connector_Molex Molex_Pico-Clasp_501331-0907_1x09-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-0907 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 11 10 Connector_Molex Molex_Pico-Clasp_501331-1007_1x10-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-1007 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 12 11 Connector_Molex Molex_Pico-Clasp_501331-1107_1x11-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-1107 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 13 12 Connector_Molex Molex_Pico-Clasp_501331-1207_1x12-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-1207 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 14 13 Connector_Molex Molex_Pico-Clasp_501331-1307_1x13-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-1307 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 15 14 Connector_Molex Molex_Pico-Clasp_501331-1407_1x14-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-1407 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 16 15 Connector_Molex Molex_Pico-Clasp_501331-1507_1x15-1MP_P1.00mm_Vertical Molex Pico-Clasp series connector, 501331-1507 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Clasp side entry 0 17 16 Connector_Molex Molex_Pico-EZmate_78171-0002_1x02-1MP_P1.20mm_Vertical Molex Pico-EZmate series connector, 78171-0002 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-EZmate side entry 0 4 3 Connector_Molex Molex_Pico-EZmate_78171-0003_1x03-1MP_P1.20mm_Vertical Molex Pico-EZmate series connector, 78171-0003 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-EZmate side entry 0 5 4 Connector_Molex Molex_Pico-EZmate_78171-0004_1x04-1MP_P1.20mm_Vertical Molex Pico-EZmate series connector, 78171-0004 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-EZmate side entry 0 6 5 Connector_Molex Molex_Pico-EZmate_78171-0005_1x05-1MP_P1.20mm_Vertical Molex Pico-EZmate series connector, 78171-0005 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-EZmate side entry 0 7 6 Connector_Molex Molex_Pico-EZmate_Slim_202656-0021_1x02-1MP_P1.20mm_Vertical Molex Pico-EZmate_Slim series connector, 202656-0021 (http://www.molex.com/pdm_docs/sd/2026560021_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-EZmate_Slim side entry 0 4 3 Connector_Molex Molex_Pico-Lock_504050-0491_1x04-1MP_P1.50mm_Horizontal Molex Pico-Lock series connector, 504050-0491 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Lock top entry 0 6 5 Connector_Molex Molex_Pico-Lock_504050-0591_1x05-1MP_P1.50mm_Horizontal Molex Pico-Lock series connector, 504050-0591 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Lock top entry 0 7 6 Connector_Molex Molex_Pico-Lock_504050-0691_1x06-1MP_P1.50mm_Horizontal Molex Pico-Lock series connector, 504050-0691 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Lock top entry 0 8 7 Connector_Molex Molex_Pico-Lock_504050-0791_1x07-1MP_P1.50mm_Horizontal Molex Pico-Lock series connector, 504050-0791 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Lock top entry 0 9 8 Connector_Molex Molex_Pico-Lock_504050-0891_1x08-1MP_P1.50mm_Horizontal Molex Pico-Lock series connector, 504050-0891 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Lock top entry 0 10 9 Connector_Molex Molex_Pico-Lock_504050-1091_1x10-1MP_P1.50mm_Horizontal Molex Pico-Lock series connector, 504050-1091 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Lock top entry 0 12 11 Connector_Molex Molex_Pico-Lock_504050-1291_1x12-1MP_P1.50mm_Horizontal Molex Pico-Lock series connector, 504050-1291 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator connector Molex Pico-Lock top entry 0 14 13 Connector_Molex Molex_PicoBlade_53047-0210_1x02_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-0210, 2 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 2 2 Connector_Molex Molex_PicoBlade_53047-0310_1x03_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-0310, 3 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 3 3 Connector_Molex Molex_PicoBlade_53047-0410_1x04_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-0410, 4 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 4 4 Connector_Molex Molex_PicoBlade_53047-0510_1x05_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-0510, 5 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 5 5 Connector_Molex Molex_PicoBlade_53047-0610_1x06_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-0610, 6 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 6 6 Connector_Molex Molex_PicoBlade_53047-0710_1x07_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-0710, 7 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 7 7 Connector_Molex Molex_PicoBlade_53047-0810_1x08_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-0810, 8 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 8 8 Connector_Molex Molex_PicoBlade_53047-0910_1x09_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-0910, 9 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 9 9 Connector_Molex Molex_PicoBlade_53047-1010_1x10_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-1010, 10 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 10 10 Connector_Molex Molex_PicoBlade_53047-1110_1x11_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-1110, 11 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 11 11 Connector_Molex Molex_PicoBlade_53047-1210_1x12_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-1210, 12 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 12 12 Connector_Molex Molex_PicoBlade_53047-1310_1x13_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-1310, 13 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 13 13 Connector_Molex Molex_PicoBlade_53047-1410_1x14_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-1410, 14 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 14 14 Connector_Molex Molex_PicoBlade_53047-1510_1x15_P1.25mm_Vertical Molex PicoBlade Connector System, 53047-1510, 15 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 15 15 Connector_Molex Molex_PicoBlade_53048-0210_1x02_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-0210, 2 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 2 2 Connector_Molex Molex_PicoBlade_53048-0310_1x03_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-0310, 3 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 3 3 Connector_Molex Molex_PicoBlade_53048-0410_1x04_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-0410, 4 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 4 4 Connector_Molex Molex_PicoBlade_53048-0510_1x05_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-0510, 5 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 5 5 Connector_Molex Molex_PicoBlade_53048-0610_1x06_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-0610, 6 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 6 6 Connector_Molex Molex_PicoBlade_53048-0710_1x07_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-0710, 7 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 7 7 Connector_Molex Molex_PicoBlade_53048-0810_1x08_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-0810, 8 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 8 8 Connector_Molex Molex_PicoBlade_53048-0910_1x09_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-0910, 9 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 9 9 Connector_Molex Molex_PicoBlade_53048-1010_1x10_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-1010, 10 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 10 10 Connector_Molex Molex_PicoBlade_53048-1110_1x11_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-1110, 11 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 11 11 Connector_Molex Molex_PicoBlade_53048-1210_1x12_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-1210, 12 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 12 12 Connector_Molex Molex_PicoBlade_53048-1310_1x13_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-1310, 13 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 13 13 Connector_Molex Molex_PicoBlade_53048-1410_1x14_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-1410, 14 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 14 14 Connector_Molex Molex_PicoBlade_53048-1510_1x15_P1.25mm_Horizontal Molex PicoBlade Connector System, 53048-1510, 15 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 15 15 Connector_Molex Molex_PicoBlade_53261-0271_1x02-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-0271 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 4 3 Connector_Molex Molex_PicoBlade_53261-0371_1x03-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-0371 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 5 4 Connector_Molex Molex_PicoBlade_53261-0471_1x04-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-0471 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 6 5 Connector_Molex Molex_PicoBlade_53261-0571_1x05-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-0571 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 7 6 Connector_Molex Molex_PicoBlade_53261-0671_1x06-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-0671 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 8 7 Connector_Molex Molex_PicoBlade_53261-0771_1x07-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-0771 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 9 8 Connector_Molex Molex_PicoBlade_53261-0871_1x08-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-0871 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 10 9 Connector_Molex Molex_PicoBlade_53261-0971_1x09-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-0971 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 11 10 Connector_Molex Molex_PicoBlade_53261-1071_1x10-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-1071 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 12 11 Connector_Molex Molex_PicoBlade_53261-1171_1x11-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-1171 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 13 12 Connector_Molex Molex_PicoBlade_53261-1271_1x12-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-1271 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 14 13 Connector_Molex Molex_PicoBlade_53261-1371_1x13-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-1371 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 15 14 Connector_Molex Molex_PicoBlade_53261-1471_1x14-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-1471 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 16 15 Connector_Molex Molex_PicoBlade_53261-1571_1x15-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-1571 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 17 16 Connector_Molex Molex_PicoBlade_53261-1771_1x17-1MP_P1.25mm_Horizontal Molex PicoBlade series connector, 53261-1771 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade top entry 0 19 18 Connector_Molex Molex_PicoBlade_53398-0271_1x02-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-0271 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 4 3 Connector_Molex Molex_PicoBlade_53398-0371_1x03-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-0371 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 5 4 Connector_Molex Molex_PicoBlade_53398-0471_1x04-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-0471 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 6 5 Connector_Molex Molex_PicoBlade_53398-0571_1x05-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-0571 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 7 6 Connector_Molex Molex_PicoBlade_53398-0671_1x06-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-0671 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 8 7 Connector_Molex Molex_PicoBlade_53398-0771_1x07-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-0771 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 9 8 Connector_Molex Molex_PicoBlade_53398-0871_1x08-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-0871 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 10 9 Connector_Molex Molex_PicoBlade_53398-0971_1x09-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-0971 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 11 10 Connector_Molex Molex_PicoBlade_53398-1071_1x10-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-1071 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 12 11 Connector_Molex Molex_PicoBlade_53398-1171_1x11-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-1171 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 13 12 Connector_Molex Molex_PicoBlade_53398-1271_1x12-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-1271 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 14 13 Connector_Molex Molex_PicoBlade_53398-1371_1x13-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-1371 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 15 14 Connector_Molex Molex_PicoBlade_53398-1471_1x14-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-1471 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 16 15 Connector_Molex Molex_PicoBlade_53398-1571_1x15-1MP_P1.25mm_Vertical Molex PicoBlade series connector, 53398-1571 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator connector Molex PicoBlade side entry 0 17 16 Connector_Molex Molex_Picoflex_90325-0004_2x02_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0004, 4 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 4 4 Connector_Molex Molex_Picoflex_90325-0006_2x03_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0006, 6 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 6 6 Connector_Molex Molex_Picoflex_90325-0008_2x04_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0008, 8 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 8 8 Connector_Molex Molex_Picoflex_90325-0010_2x05_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0010, 10 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 10 10 Connector_Molex Molex_Picoflex_90325-0012_2x06_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0012, 12 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 12 12 Connector_Molex Molex_Picoflex_90325-0014_2x07_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0014, 14 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 14 14 Connector_Molex Molex_Picoflex_90325-0016_2x08_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0016, 16 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 16 16 Connector_Molex Molex_Picoflex_90325-0018_2x09_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0018, 18 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 18 18 Connector_Molex Molex_Picoflex_90325-0020_2x10_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0020, 20 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 20 20 Connector_Molex Molex_Picoflex_90325-0022_2x11_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0022, 22 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 22 22 Connector_Molex Molex_Picoflex_90325-0024_2x12_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0024, 24 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 24 24 Connector_Molex Molex_Picoflex_90325-0026_2x13_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90325-0026, 26 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 26 26 Connector_Molex Molex_Picoflex_90814-0004_2x02_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0004, 4 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 4 4 Connector_Molex Molex_Picoflex_90814-0006_2x03_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0006, 6 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 6 6 Connector_Molex Molex_Picoflex_90814-0008_2x04_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0008, 8 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 8 8 Connector_Molex Molex_Picoflex_90814-0010_2x05_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0010, 10 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 10 10 Connector_Molex Molex_Picoflex_90814-0012_2x06_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0012, 12 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 12 12 Connector_Molex Molex_Picoflex_90814-0014_2x07_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0014, 14 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 14 14 Connector_Molex Molex_Picoflex_90814-0016_2x08_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0016, 16 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 16 16 Connector_Molex Molex_Picoflex_90814-0018_2x09_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0018, 18 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 18 18 Connector_Molex Molex_Picoflex_90814-0020_2x10_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0020, 20 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 20 20 Connector_Molex Molex_Picoflex_90814-0022_2x11_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0022, 22 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 22 22 Connector_Molex Molex_Picoflex_90814-0024_2x12_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0024, 24 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 24 24 Connector_Molex Molex_Picoflex_90814-0026_2x13_P1.27mm_Vertical Molex Picoflex Ribbon-Cable Connectors, 90814-0026, 26 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator connector Molex Picoflex side entry 0 26 26 Connector_Molex Molex_SPOX_5267-02A_1x02_P2.50mm_Vertical Molex SPOX Connector System, 5267-02A, 2 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 2 2 Connector_Molex Molex_SPOX_5267-03A_1x03_P2.50mm_Vertical Molex SPOX Connector System, 5267-03A, 3 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 3 3 Connector_Molex Molex_SPOX_5267-04A_1x04_P2.50mm_Vertical Molex SPOX Connector System, 5267-04A, 4 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 4 4 Connector_Molex Molex_SPOX_5267-05A_1x05_P2.50mm_Vertical Molex SPOX Connector System, 5267-05A, 5 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 5 5 Connector_Molex Molex_SPOX_5267-06A_1x06_P2.50mm_Vertical Molex SPOX Connector System, 5267-06A, 6 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 6 6 Connector_Molex Molex_SPOX_5267-07A_1x07_P2.50mm_Vertical Molex SPOX Connector System, 5267-07A, 7 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 7 7 Connector_Molex Molex_SPOX_5267-08A_1x08_P2.50mm_Vertical Molex SPOX Connector System, 5267-08A, 8 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 8 8 Connector_Molex Molex_SPOX_5267-09A_1x09_P2.50mm_Vertical Molex SPOX Connector System, 5267-09A, 9 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 9 9 Connector_Molex Molex_SPOX_5267-10A_1x10_P2.50mm_Vertical Molex SPOX Connector System, 5267-10A, 10 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 10 10 Connector_Molex Molex_SPOX_5267-11A_1x11_P2.50mm_Vertical Molex SPOX Connector System, 5267-11A, 11 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 11 11 Connector_Molex Molex_SPOX_5267-12A_1x12_P2.50mm_Vertical Molex SPOX Connector System, 5267-12A, 12 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 12 12 Connector_Molex Molex_SPOX_5267-13A_1x13_P2.50mm_Vertical Molex SPOX Connector System, 5267-13A, 13 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 13 13 Connector_Molex Molex_SPOX_5267-14A_1x14_P2.50mm_Vertical Molex SPOX Connector System, 5267-14A, 14 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 14 14 Connector_Molex Molex_SPOX_5267-15A_1x15_P2.50mm_Vertical Molex SPOX Connector System, 5267-15A, 15 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator connector Molex SPOX side entry 0 15 15 Connector_Molex Molex_Sabre_43160-0102_1x02_P7.49mm_Vertical Molex Sabre Power Connector, 43160-0102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 4 2 Connector_Molex Molex_Sabre_43160-0102_1x02_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-0102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 30 2 Connector_Molex Molex_Sabre_43160-0103_1x03_P7.49mm_Vertical Molex Sabre Power Connector, 43160-0103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 6 3 Connector_Molex Molex_Sabre_43160-0103_1x03_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-0103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 45 3 Connector_Molex Molex_Sabre_43160-0104_1x04_P7.49mm_Vertical Molex Sabre Power Connector, 43160-0104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 8 4 Connector_Molex Molex_Sabre_43160-0104_1x04_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-0104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 60 4 Connector_Molex Molex_Sabre_43160-0105_1x05_P7.49mm_Vertical Molex Sabre Power Connector, 43160-0105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 10 5 Connector_Molex Molex_Sabre_43160-0105_1x05_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-0105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 75 5 Connector_Molex Molex_Sabre_43160-0106_1x06_P7.49mm_Vertical Molex Sabre Power Connector, 43160-0106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 12 6 Connector_Molex Molex_Sabre_43160-0106_1x06_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-0106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 90 6 Connector_Molex Molex_Sabre_43160-1102_1x02_P7.49mm_Horizontal Molex Sabre Power Connector, 43160-1102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 6 2 Connector_Molex Molex_Sabre_43160-1102_1x02_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 43160-1102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 32 2 Connector_Molex Molex_Sabre_43160-1103_1x03_P7.49mm_Horizontal Molex Sabre Power Connector, 43160-1103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 8 3 Connector_Molex Molex_Sabre_43160-1103_1x03_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 43160-1103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 47 3 Connector_Molex Molex_Sabre_43160-1104_1x04_P7.49mm_Horizontal Molex Sabre Power Connector, 43160-1104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 10 4 Connector_Molex Molex_Sabre_43160-1104_1x04_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 43160-1104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 62 4 Connector_Molex Molex_Sabre_43160-1105_1x05_P7.49mm_Horizontal Molex Sabre Power Connector, 43160-1105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 12 5 Connector_Molex Molex_Sabre_43160-1105_1x05_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 43160-1105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 77 5 Connector_Molex Molex_Sabre_43160-1106_1x06_P7.49mm_Horizontal Molex Sabre Power Connector, 43160-1106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 14 6 Connector_Molex Molex_Sabre_43160-1106_1x06_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 43160-1106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 92 6 Connector_Molex Molex_Sabre_43160-2102_1x02_P7.49mm_Vertical Molex Sabre Power Connector, 43160-2102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 6 2 Connector_Molex Molex_Sabre_43160-2102_1x02_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-2102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 32 2 Connector_Molex Molex_Sabre_43160-2103_1x03_P7.49mm_Vertical Molex Sabre Power Connector, 43160-2103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 8 3 Connector_Molex Molex_Sabre_43160-2103_1x03_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-2103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 47 3 Connector_Molex Molex_Sabre_43160-2104_1x04_P7.49mm_Vertical Molex Sabre Power Connector, 43160-2104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 10 4 Connector_Molex Molex_Sabre_43160-2104_1x04_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-2104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 62 4 Connector_Molex Molex_Sabre_43160-2105_1x05_P7.49mm_Vertical Molex Sabre Power Connector, 43160-2105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 12 5 Connector_Molex Molex_Sabre_43160-2105_1x05_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-2105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 77 5 Connector_Molex Molex_Sabre_43160-2106_1x06_P7.49mm_Vertical Molex Sabre Power Connector, 43160-2106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 14 6 Connector_Molex Molex_Sabre_43160-2106_1x06_P7.49mm_Vertical_ThermalVias Molex Sabre Power Connector, 43160-2106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre side entry 0 92 6 Connector_Molex Molex_Sabre_46007-1102_1x02_P7.49mm_Horizontal Molex Sabre Power Connector, 46007-1102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 4 2 Connector_Molex Molex_Sabre_46007-1102_1x02_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 46007-1102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 30 2 Connector_Molex Molex_Sabre_46007-1103_1x03_P7.49mm_Horizontal Molex Sabre Power Connector, 46007-1103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 6 3 Connector_Molex Molex_Sabre_46007-1103_1x03_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 46007-1103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 45 3 Connector_Molex Molex_Sabre_46007-1104_1x04_P7.49mm_Horizontal Molex Sabre Power Connector, 46007-1104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 8 4 Connector_Molex Molex_Sabre_46007-1104_1x04_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 46007-1104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 60 4 Connector_Molex Molex_Sabre_46007-1105_1x05_P7.49mm_Horizontal Molex Sabre Power Connector, 46007-1105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 10 5 Connector_Molex Molex_Sabre_46007-1105_1x05_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 46007-1105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 75 5 Connector_Molex Molex_Sabre_46007-1106_1x06_P7.49mm_Horizontal Molex Sabre Power Connector, 46007-1106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 12 6 Connector_Molex Molex_Sabre_46007-1106_1x06_P7.49mm_Horizontal_ThermalVias Molex Sabre Power Connector, 46007-1106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator connector Molex Sabre top entry 0 90 6 Connector_Molex Molex_SlimStack_52991-0200_2x10_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0200, 20 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 20 20 Connector_Molex Molex_SlimStack_52991-0208_2x10_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0208, 20 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 20 20 Connector_Molex Molex_SlimStack_52991-0300_2x15_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0300, 30 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 30 30 Connector_Molex Molex_SlimStack_52991-0308_2x15_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0308, 30 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 30 30 Connector_Molex Molex_SlimStack_52991-0400_2x20_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0400, 40 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 40 40 Connector_Molex Molex_SlimStack_52991-0408_2x20_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0408, 40 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 40 40 Connector_Molex Molex_SlimStack_52991-0500_2x25_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0500, 50 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 50 50 Connector_Molex Molex_SlimStack_52991-0508_2x25_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0508, 50 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 50 50 Connector_Molex Molex_SlimStack_52991-0600_2x30_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0600, 60 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 60 60 Connector_Molex Molex_SlimStack_52991-0608_2x30_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0608, 60 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 60 60 Connector_Molex Molex_SlimStack_52991-0700_2x35_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0700, 70 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 70 70 Connector_Molex Molex_SlimStack_52991-0708_2x35_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0708, 70 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 70 70 Connector_Molex Molex_SlimStack_52991-0800_2x40_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0800, 80 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 80 80 Connector_Molex Molex_SlimStack_52991-0808_2x40_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0808, 80 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack vertical 0 80 80 Connector_Molex Molex_SlimStack_54722-0164_2x08_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0164, 16 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 16 16 Connector_Molex Molex_SlimStack_54722-0204_2x10_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0204, 20 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 20 20 Connector_Molex Molex_SlimStack_54722-0224_2x11_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0224, 22 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 22 22 Connector_Molex Molex_SlimStack_54722-0244_2x12_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0244, 24 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 24 24 Connector_Molex Molex_SlimStack_54722-0304_2x15_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0304, 30 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 30 30 Connector_Molex Molex_SlimStack_54722-0344_2x17_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0344, 34 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 34 34 Connector_Molex Molex_SlimStack_54722-0404_2x20_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0404, 40 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 40 40 Connector_Molex Molex_SlimStack_54722-0504_2x25_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0504, 50 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 50 50 Connector_Molex Molex_SlimStack_54722-0604_2x30_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0604, 60 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 60 60 Connector_Molex Molex_SlimStack_54722-0804_2x40_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0804, 80 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 80 80 Connector_Molex Molex_SlimStack_55560-0161_2x08_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0161, 16 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 16 16 Connector_Molex Molex_SlimStack_55560-0201_2x10_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0201, 20 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 20 20 Connector_Molex Molex_SlimStack_55560-0221_2x11_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0221, 22 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 22 22 Connector_Molex Molex_SlimStack_55560-0241_2x12_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0241, 24 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 24 24 Connector_Molex Molex_SlimStack_55560-0301_2x15_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0301, 30 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 30 30 Connector_Molex Molex_SlimStack_55560-0341_2x17_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0341, 34 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 34 34 Connector_Molex Molex_SlimStack_55560-0401_2x20_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0401, 40 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 40 40 Connector_Molex Molex_SlimStack_55560-0501_2x25_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0501, 50 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 50 50 Connector_Molex Molex_SlimStack_55560-0601_2x30_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0601, 60 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 60 60 Connector_Molex Molex_SlimStack_55560-0801_2x40_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0801, 80 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 80 80 Connector_Molex Molex_SlimStack_501920-3001_2x15_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 501920-3001, 30 Pins (http://www.molex.com/pdm_docs/sd/5019204001_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 30 30 Connector_Molex Molex_SlimStack_501920-4001_2x20_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 501920-4001, 40 Pins (http://www.molex.com/pdm_docs/sd/5019204001_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 40 40 Connector_Molex Molex_SlimStack_501920-5001_2x25_P0.50mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 501920-5001, 50 Pins (http://www.molex.com/pdm_docs/sd/5019204001_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 50 50 Connector_Molex Molex_SlimStack_502426-0810_2x04_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-0810, 8 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 8 8 Connector_Molex Molex_SlimStack_502426-1410_2x07_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-1410, 14 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 14 14 Connector_Molex Molex_SlimStack_502426-2010_2x10_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2010, 20 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 20 20 Connector_Molex Molex_SlimStack_502426-2210_2x11_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2210, 22 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 22 22 Connector_Molex Molex_SlimStack_502426-2410_2x12_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2410, 24 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 24 24 Connector_Molex Molex_SlimStack_502426-2610_2x13_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2610, 26 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 26 26 Connector_Molex Molex_SlimStack_502426-3010_2x15_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-3010, 30 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 30 30 Connector_Molex Molex_SlimStack_502426-3210_2x16_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-3210, 32 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 32 32 Connector_Molex Molex_SlimStack_502426-3410_2x17_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-3410, 34 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 34 34 Connector_Molex Molex_SlimStack_502426-4010_2x20_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-4010, 40 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 40 40 Connector_Molex Molex_SlimStack_502426-4410_2x22_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-4410, 44 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 44 44 Connector_Molex Molex_SlimStack_502426-5010_2x25_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-5010, 50 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 50 50 Connector_Molex Molex_SlimStack_502426-6010_2x30_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-6010, 60 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 60 60 Connector_Molex Molex_SlimStack_502426-6410_2x32_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-6410, 64 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 64 64 Connector_Molex Molex_SlimStack_502426-8010_2x40_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-8010, 80 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 80 80 Connector_Molex Molex_SlimStack_502430-0820_2x04_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-0820, 8 Pins (http://www.molex.com/pdm_docs/sd/5024300820_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 8 8 Connector_Molex Molex_SlimStack_502430-1410_2x07_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-1410, 14 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 14 14 Connector_Molex Molex_SlimStack_502430-2010_2x10_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2010, 20 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 20 20 Connector_Molex Molex_SlimStack_502430-2210_2x11_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2210, 22 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 22 22 Connector_Molex Molex_SlimStack_502430-2410_2x12_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2410, 24 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 24 24 Connector_Molex Molex_SlimStack_502430-2610_2x13_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2610, 26 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 26 26 Connector_Molex Molex_SlimStack_502430-3010_2x15_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-3010, 30 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 30 30 Connector_Molex Molex_SlimStack_502430-3210_2x16_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-3210, 32 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 32 32 Connector_Molex Molex_SlimStack_502430-3410_2x17_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-3410, 34 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 34 34 Connector_Molex Molex_SlimStack_502430-4010_2x20_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-4010, 40 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 40 40 Connector_Molex Molex_SlimStack_502430-4410_2x22_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-4410, 44 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 44 44 Connector_Molex Molex_SlimStack_502430-5010_2x25_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-5010, 50 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 50 50 Connector_Molex Molex_SlimStack_502430-6010_2x30_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-6010, 60 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 60 60 Connector_Molex Molex_SlimStack_502430-6410_2x32_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-6410, 64 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 64 64 Connector_Molex Molex_SlimStack_502430-8010_2x40_P0.40mm_Vertical Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-8010, 80 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator connector Molex SlimStack side entry 0 80 80 Connector_Multicomp Multicomp_MC9A12-1034_2x05_P2.54mm_Vertical http://www.farnell.com/datasheets/1520732.pdf connector multicomp MC9A MC9A12 0 10 10 Connector_Multicomp Multicomp_MC9A12-1434_2x07_P2.54mm_Vertical http://www.farnell.com/datasheets/1520732.pdf connector multicomp MC9A MC9A12 0 14 14 Connector_Multicomp Multicomp_MC9A12-1634_2x08_P2.54mm_Vertical http://www.farnell.com/datasheets/1520732.pdf connector multicomp MC9A MC9A12 0 16 16 Connector_Multicomp Multicomp_MC9A12-2034_2x10_P2.54mm_Vertical http://www.farnell.com/datasheets/1520732.pdf connector multicomp MC9A MC9A12 0 20 20 Connector_Multicomp Multicomp_MC9A12-2634_2x13_P2.54mm_Vertical http://www.farnell.com/datasheets/1520732.pdf connector multicomp MC9A MC9A12 0 26 26 Connector_Multicomp Multicomp_MC9A12-3434_2x17_P2.54mm_Vertical http://www.farnell.com/datasheets/1520732.pdf connector multicomp MC9A MC9A12 0 34 34 Connector_Multicomp Multicomp_MC9A12-4034_2x20_P2.54mm_Vertical http://www.farnell.com/datasheets/1520732.pdf connector multicomp MC9A MC9A12 0 40 40 Connector_Multicomp Multicomp_MC9A12-5034_2x25_P2.54mm_Vertical http://www.farnell.com/datasheets/1520732.pdf connector multicomp MC9A MC9A12 0 50 50 Connector_Multicomp Multicomp_MC9A12-6034_2x30_P2.54mm_Vertical http://www.farnell.com/datasheets/1520732.pdf connector multicomp MC9A MC9A12 0 60 60 Connector_Multicomp Multicomp_MC9A12-6434_2x32_P2.54mm_Vertical http://www.farnell.com/datasheets/1520732.pdf connector multicomp MC9A MC9A12 0 64 64 Connector_Multicomp Multicomp_MC9A22-1034_2x05_P2.54mm_Horizontal http://www.farnell.com/cad/360651.pdf connector multicomp MC9A MC9A22 0 10 10 Connector_Multicomp Multicomp_MC9A22-1434_2x07_P2.54mm_Horizontal http://www.farnell.com/cad/360651.pdf connector multicomp MC9A MC9A22 0 14 14 Connector_Multicomp Multicomp_MC9A22-1634_2x08_P2.54mm_Horizontal http://www.farnell.com/cad/360651.pdf connector multicomp MC9A MC9A22 0 16 16 Connector_Multicomp Multicomp_MC9A22-2034_2x10_P2.54mm_Horizontal http://www.farnell.com/cad/360651.pdf connector multicomp MC9A MC9A22 0 20 20 Connector_Multicomp Multicomp_MC9A22-2634_2x13_P2.54mm_Horizontal http://www.farnell.com/cad/360651.pdf connector multicomp MC9A MC9A22 0 26 26 Connector_Multicomp Multicomp_MC9A22-3434_2x17_P2.54mm_Horizontal http://www.farnell.com/cad/360651.pdf connector multicomp MC9A MC9A22 0 34 34 Connector_Multicomp Multicomp_MC9A22-4034_2x20_P2.54mm_Horizontal http://www.farnell.com/cad/360651.pdf connector multicomp MC9A MC9A22 0 40 40 Connector_Multicomp Multicomp_MC9A22-5034_2x25_P2.54mm_Horizontal http://www.farnell.com/cad/360651.pdf connector multicomp MC9A MC9A22 0 50 50 Connector_Multicomp Multicomp_MC9A22-6034_2x30_P2.54mm_Horizontal http://www.farnell.com/cad/360651.pdf connector multicomp MC9A MC9A22 0 60 60 Connector_PCBEdge 4UCON_10156_2x40_P1.27mm_Socket_Horizontal 4UCON 10156 Card edge socket with 80 contacts (40 each side), through-hole, http://www.4uconnector.com/online/object/4udrawing/10156.pdf 4UCON 10156 Card edge socket with 80 contacts 0 80 80 Connector_PCBEdge BUS_AT AT ISA 16 bits Bus Edge Connector BUS ISA AT Edge connector 0 98 98 Connector_PCBEdge BUS_PCI PCI bus Edge Connector PCI bus Edge Connector 0 240 120 Connector_PCBEdge BUS_PCIexpress PCIexpress Bus Edge Connector PCIexpress Bus Edge Connector 0 70 36 Connector_PCBEdge Samtec_MECF-05-0_-L-DV_2x05_P1.27mm_Polarized_Edge Highspeed card edge connector for PCB's with 05 contacts (polarized) conn samtec card-edge high-speed 0 8 8 Connector_PCBEdge Samtec_MECF-05-0_-NP-L-DV_2x05_P1.27mm_Edge Highspeed card edge connector for PCB's with 05 contacts (not polarized) conn samtec card-edge high-speed 0 10 10 Connector_PCBEdge Samtec_MECF-05-01-L-DV-WT_2x05_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 05 contacts (polarized) conn samtec card-edge high-speed 0 10 8 Connector_PCBEdge Samtec_MECF-05-01-L-DV_2x05_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 05 contacts (polarized) conn samtec card-edge high-speed 0 8 8 Connector_PCBEdge Samtec_MECF-05-01-NP-L-DV-WT_2x05_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 05 contacts (not polarized) conn samtec card-edge high-speed 0 12 10 Connector_PCBEdge Samtec_MECF-05-01-NP-L-DV_2x05_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 05 contacts (not polarized) conn samtec card-edge high-speed 0 10 10 Connector_PCBEdge Samtec_MECF-05-02-L-DV-WT_2x05_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 05 contacts (polarized) conn samtec card-edge high-speed 0 10 8 Connector_PCBEdge Samtec_MECF-05-02-L-DV_2x05_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 05 contacts (polarized) conn samtec card-edge high-speed 0 8 8 Connector_PCBEdge Samtec_MECF-05-02-NP-L-DV-WT_2x05_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 05 contacts (not polarized) conn samtec card-edge high-speed 0 12 10 Connector_PCBEdge Samtec_MECF-05-02-NP-L-DV_2x05_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 05 contacts (not polarized) conn samtec card-edge high-speed 0 10 10 Connector_PCBEdge Samtec_MECF-08-0_-L-DV_2x08_P1.27mm_Polarized_Edge Highspeed card edge connector for PCB's with 08 contacts (polarized) conn samtec card-edge high-speed 0 14 14 Connector_PCBEdge Samtec_MECF-08-0_-NP-L-DV_2x08_P1.27mm_Edge Highspeed card edge connector for PCB's with 08 contacts (not polarized) conn samtec card-edge high-speed 0 16 16 Connector_PCBEdge Samtec_MECF-08-01-L-DV-WT_2x08_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 08 contacts (polarized) conn samtec card-edge high-speed 0 16 14 Connector_PCBEdge Samtec_MECF-08-01-L-DV_2x08_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 08 contacts (polarized) conn samtec card-edge high-speed 0 14 14 Connector_PCBEdge Samtec_MECF-08-01-NP-L-DV-WT_2x08_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 08 contacts (not polarized) conn samtec card-edge high-speed 0 18 16 Connector_PCBEdge Samtec_MECF-08-01-NP-L-DV_2x08_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 08 contacts (not polarized) conn samtec card-edge high-speed 0 16 16 Connector_PCBEdge Samtec_MECF-08-02-L-DV-WT_2x08_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 08 contacts (polarized) conn samtec card-edge high-speed 0 16 14 Connector_PCBEdge Samtec_MECF-08-02-L-DV_2x08_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 08 contacts (polarized) conn samtec card-edge high-speed 0 14 14 Connector_PCBEdge Samtec_MECF-08-02-NP-L-DV-WT_2x08_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 08 contacts (not polarized) conn samtec card-edge high-speed 0 18 16 Connector_PCBEdge Samtec_MECF-08-02-NP-L-DV_2x08_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 08 contacts (not polarized) conn samtec card-edge high-speed 0 16 16 Connector_PCBEdge Samtec_MECF-20-0_-L-DV_2x20_P1.27mm_Polarized_Edge Highspeed card edge connector for PCB's with 20 contacts (polarized) conn samtec card-edge high-speed 0 38 38 Connector_PCBEdge Samtec_MECF-20-0_-NP-L-DV_2x20_P1.27mm_Edge Highspeed card edge connector for PCB's with 20 contacts (not polarized) conn samtec card-edge high-speed 0 40 40 Connector_PCBEdge Samtec_MECF-20-01-L-DV-WT_2x20_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 20 contacts (polarized) conn samtec card-edge high-speed 0 40 38 Connector_PCBEdge Samtec_MECF-20-01-L-DV_2x20_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 20 contacts (polarized) conn samtec card-edge high-speed 0 38 38 Connector_PCBEdge Samtec_MECF-20-01-NP-L-DV-WT_2x20_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 20 contacts (not polarized) conn samtec card-edge high-speed 0 42 40 Connector_PCBEdge Samtec_MECF-20-01-NP-L-DV_2x20_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 20 contacts (not polarized) conn samtec card-edge high-speed 0 40 40 Connector_PCBEdge Samtec_MECF-20-02-L-DV-WT_2x20_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 20 contacts (polarized) conn samtec card-edge high-speed 0 40 38 Connector_PCBEdge Samtec_MECF-20-02-L-DV_2x20_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 20 contacts (polarized) conn samtec card-edge high-speed 0 38 38 Connector_PCBEdge Samtec_MECF-20-02-NP-L-DV-WT_2x20_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 20 contacts (not polarized) conn samtec card-edge high-speed 0 42 40 Connector_PCBEdge Samtec_MECF-20-02-NP-L-DV_2x20_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 20 contacts (not polarized) conn samtec card-edge high-speed 0 40 40 Connector_PCBEdge Samtec_MECF-30-0_-L-DV_2x30_P1.27mm_Polarized_Edge Highspeed card edge connector for PCB's with 30 contacts (polarized) conn samtec card-edge high-speed 0 58 58 Connector_PCBEdge Samtec_MECF-30-0_-NP-L-DV_2x30_P1.27mm_Edge Highspeed card edge connector for PCB's with 30 contacts (not polarized) conn samtec card-edge high-speed 0 60 60 Connector_PCBEdge Samtec_MECF-30-01-L-DV-WT_2x30_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 30 contacts (polarized) conn samtec card-edge high-speed 0 60 58 Connector_PCBEdge Samtec_MECF-30-01-L-DV_2x30_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 30 contacts (polarized) conn samtec card-edge high-speed 0 58 58 Connector_PCBEdge Samtec_MECF-30-01-NP-L-DV-WT_2x30_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 30 contacts (not polarized) conn samtec card-edge high-speed 0 62 60 Connector_PCBEdge Samtec_MECF-30-01-NP-L-DV_2x30_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 30 contacts (not polarized) conn samtec card-edge high-speed 0 60 60 Connector_PCBEdge Samtec_MECF-30-02-L-DV-WT_2x30_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 30 contacts (polarized) conn samtec card-edge high-speed 0 60 58 Connector_PCBEdge Samtec_MECF-30-02-L-DV_2x30_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 30 contacts (polarized) conn samtec card-edge high-speed 0 58 58 Connector_PCBEdge Samtec_MECF-30-02-NP-L-DV-WT_2x30_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 30 contacts (not polarized) conn samtec card-edge high-speed 0 62 60 Connector_PCBEdge Samtec_MECF-30-02-NP-L-DV_2x30_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 30 contacts (not polarized) conn samtec card-edge high-speed 0 60 60 Connector_PCBEdge Samtec_MECF-40-0_-L-DV_2x40_P1.27mm_Polarized_Edge Highspeed card edge connector for PCB's with 40 contacts (polarized) conn samtec card-edge high-speed 0 78 78 Connector_PCBEdge Samtec_MECF-40-0_-NP-L-DV_2x40_P1.27mm_Edge Highspeed card edge connector for PCB's with 40 contacts (not polarized) conn samtec card-edge high-speed 0 80 80 Connector_PCBEdge Samtec_MECF-40-01-L-DV-WT_2x40_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 40 contacts (polarized) conn samtec card-edge high-speed 0 80 78 Connector_PCBEdge Samtec_MECF-40-01-L-DV_2x40_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 40 contacts (polarized) conn samtec card-edge high-speed 0 78 78 Connector_PCBEdge Samtec_MECF-40-01-NP-L-DV-WT_2x40_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 40 contacts (not polarized) conn samtec card-edge high-speed 0 82 80 Connector_PCBEdge Samtec_MECF-40-01-NP-L-DV_2x40_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 40 contacts (not polarized) conn samtec card-edge high-speed 0 80 80 Connector_PCBEdge Samtec_MECF-40-02-L-DV-WT_2x40_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 40 contacts (polarized) conn samtec card-edge high-speed 0 80 78 Connector_PCBEdge Samtec_MECF-40-02-L-DV_2x40_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 40 contacts (polarized) conn samtec card-edge high-speed 0 78 78 Connector_PCBEdge Samtec_MECF-40-02-NP-L-DV-WT_2x40_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 40 contacts (not polarized) conn samtec card-edge high-speed 0 82 80 Connector_PCBEdge Samtec_MECF-40-02-NP-L-DV_2x40_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 40 contacts (not polarized) conn samtec card-edge high-speed 0 80 80 Connector_PCBEdge Samtec_MECF-50-0_-L-DV_2x50_P1.27mm_Polarized_Edge Highspeed card edge connector for PCB's with 50 contacts (polarized) conn samtec card-edge high-speed 0 98 98 Connector_PCBEdge Samtec_MECF-50-0_-NP-L-DV_2x50_P1.27mm_Edge Highspeed card edge connector for PCB's with 50 contacts (not polarized) conn samtec card-edge high-speed 0 100 100 Connector_PCBEdge Samtec_MECF-50-01-L-DV-WT_2x50_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 50 contacts (polarized) conn samtec card-edge high-speed 0 100 98 Connector_PCBEdge Samtec_MECF-50-01-L-DV_2x50_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 50 contacts (polarized) conn samtec card-edge high-speed 0 98 98 Connector_PCBEdge Samtec_MECF-50-01-NP-L-DV-WT_2x50_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 50 contacts (not polarized) conn samtec card-edge high-speed 0 102 100 Connector_PCBEdge Samtec_MECF-50-01-NP-L-DV_2x50_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 50 contacts (not polarized) conn samtec card-edge high-speed 0 100 100 Connector_PCBEdge Samtec_MECF-50-02-L-DV-WT_2x50_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 50 contacts (polarized) conn samtec card-edge high-speed 0 100 98 Connector_PCBEdge Samtec_MECF-50-02-L-DV_2x50_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 50 contacts (polarized) conn samtec card-edge high-speed 0 98 98 Connector_PCBEdge Samtec_MECF-50-02-NP-L-DV-WT_2x50_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 50 contacts (not polarized) conn samtec card-edge high-speed 0 102 100 Connector_PCBEdge Samtec_MECF-50-02-NP-L-DV_2x50_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 50 contacts (not polarized) conn samtec card-edge high-speed 0 100 100 Connector_PCBEdge Samtec_MECF-60-0_-L-DV_2x60_P1.27mm_Polarized_Edge Highspeed card edge connector for PCB's with 60 contacts (polarized) conn samtec card-edge high-speed 0 116 116 Connector_PCBEdge Samtec_MECF-60-0_-NP-L-DV_2x60_P1.27mm_Edge Highspeed card edge connector for PCB's with 60 contacts (not polarized) conn samtec card-edge high-speed 0 120 120 Connector_PCBEdge Samtec_MECF-60-01-L-DV-WT_2x60_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 60 contacts (polarized) conn samtec card-edge high-speed 0 118 116 Connector_PCBEdge Samtec_MECF-60-01-L-DV_2x60_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 60 contacts (polarized) conn samtec card-edge high-speed 0 116 116 Connector_PCBEdge Samtec_MECF-60-01-NP-L-DV-WT_2x60_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 60 contacts (not polarized) conn samtec card-edge high-speed 0 122 120 Connector_PCBEdge Samtec_MECF-60-01-NP-L-DV_2x60_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 60 contacts (not polarized) conn samtec card-edge high-speed 0 120 120 Connector_PCBEdge Samtec_MECF-60-02-L-DV-WT_2x60_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 60 contacts (polarized) conn samtec card-edge high-speed 0 118 116 Connector_PCBEdge Samtec_MECF-60-02-L-DV_2x60_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 60 contacts (polarized) conn samtec card-edge high-speed 0 116 116 Connector_PCBEdge Samtec_MECF-60-02-NP-L-DV-WT_2x60_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 60 contacts (not polarized) conn samtec card-edge high-speed 0 122 120 Connector_PCBEdge Samtec_MECF-60-02-NP-L-DV_2x60_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 60 contacts (not polarized) conn samtec card-edge high-speed 0 120 120 Connector_PCBEdge Samtec_MECF-70-0_-L-DV_2x70_P1.27mm_Polarized_Edge Highspeed card edge connector for PCB's with 70 contacts (polarized) conn samtec card-edge high-speed 0 136 136 Connector_PCBEdge Samtec_MECF-70-0_-NP-L-DV_2x70_P1.27mm_Edge Highspeed card edge connector for PCB's with 70 contacts (not polarized) conn samtec card-edge high-speed 0 140 140 Connector_PCBEdge Samtec_MECF-70-01-L-DV-WT_2x70_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 70 contacts (polarized) conn samtec card-edge high-speed 0 138 136 Connector_PCBEdge Samtec_MECF-70-01-L-DV_2x70_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 70 contacts (polarized) conn samtec card-edge high-speed 0 136 136 Connector_PCBEdge Samtec_MECF-70-01-NP-L-DV-WT_2x70_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 70 contacts (not polarized) conn samtec card-edge high-speed 0 142 140 Connector_PCBEdge Samtec_MECF-70-01-NP-L-DV_2x70_P1.27mm_Socket_Horizontal Highspeed card edge connector for 1.6mm PCB's with 70 contacts (not polarized) conn samtec card-edge high-speed 0 140 140 Connector_PCBEdge Samtec_MECF-70-02-L-DV-WT_2x70_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 70 contacts (polarized) conn samtec card-edge high-speed 0 138 136 Connector_PCBEdge Samtec_MECF-70-02-L-DV_2x70_P1.27mm_Polarized_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 70 contacts (polarized) conn samtec card-edge high-speed 0 136 136 Connector_PCBEdge Samtec_MECF-70-02-NP-L-DV-WT_2x70_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 70 contacts (not polarized) conn samtec card-edge high-speed 0 142 140 Connector_PCBEdge Samtec_MECF-70-02-NP-L-DV_2x70_P1.27mm_Socket_Horizontal Highspeed card edge connector for 2.4mm PCB's with 70 contacts (not polarized) conn samtec card-edge high-speed 0 140 140 Connector_PCBEdge molex_EDGELOCK_2-CKT https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf Connector PCBEdge molex EDGELOCK 0 2 2 Connector_PCBEdge molex_EDGELOCK_4-CKT https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf Connector PCBEdge molex EDGELOCK 0 4 4 Connector_PCBEdge molex_EDGELOCK_6-CKT https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf Connector PCBEdge molex EDGELOCK 0 6 6 Connector_PCBEdge molex_EDGELOCK_8-CKT https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf Connector PCBEdge molex EDGELOCK 0 8 8 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_2-G-7,62_1x02_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/2-G-7,62; number of pins: 02; pin pitch: 7.62mm; Angled || order number: 1766233 12A 630V phoenix_contact connector GMSTBA_01x02_G_7.62mm 0 2 2 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_2-G_1x02_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/2-G; number of pins: 02; pin pitch: 7.50mm; Angled || order number: 1766343 12A 630V phoenix_contact connector GMSTBA_01x02_G_7.50mm 0 2 2 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_3-G-7,62_1x03_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/3-G-7,62; number of pins: 03; pin pitch: 7.62mm; Angled || order number: 1766246 12A 630V phoenix_contact connector GMSTBA_01x03_G_7.62mm 0 3 3 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_3-G_1x03_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/3-G; number of pins: 03; pin pitch: 7.50mm; Angled || order number: 1766356 12A 630V phoenix_contact connector GMSTBA_01x03_G_7.50mm 0 3 3 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_4-G-7,62_1x04_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/4-G-7,62; number of pins: 04; pin pitch: 7.62mm; Angled || order number: 1766259 12A 630V phoenix_contact connector GMSTBA_01x04_G_7.62mm 0 4 4 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_4-G_1x04_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/4-G; number of pins: 04; pin pitch: 7.50mm; Angled || order number: 1766369 12A 630V phoenix_contact connector GMSTBA_01x04_G_7.50mm 0 4 4 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_5-G-7,62_1x05_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/5-G-7,62; number of pins: 05; pin pitch: 7.62mm; Angled || order number: 1766262 12A 630V phoenix_contact connector GMSTBA_01x05_G_7.62mm 0 5 5 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_5-G_1x05_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/5-G; number of pins: 05; pin pitch: 7.50mm; Angled || order number: 1766372 12A 630V phoenix_contact connector GMSTBA_01x05_G_7.50mm 0 5 5 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_6-G-7,62_1x06_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/6-G-7,62; number of pins: 06; pin pitch: 7.62mm; Angled || order number: 1766275 12A 630V phoenix_contact connector GMSTBA_01x06_G_7.62mm 0 6 6 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_6-G_1x06_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/6-G; number of pins: 06; pin pitch: 7.50mm; Angled || order number: 1766385 12A 630V phoenix_contact connector GMSTBA_01x06_G_7.50mm 0 6 6 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_7-G-7,62_1x07_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/7-G-7,62; number of pins: 07; pin pitch: 7.62mm; Angled || order number: 1766288 12A 630V phoenix_contact connector GMSTBA_01x07_G_7.62mm 0 7 7 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_7-G_1x07_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/7-G; number of pins: 07; pin pitch: 7.50mm; Angled || order number: 1766398 12A 630V phoenix_contact connector GMSTBA_01x07_G_7.50mm 0 7 7 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_8-G-7,62_1x08_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/8-G-7,62; number of pins: 08; pin pitch: 7.62mm; Angled || order number: 1766291 12A 630V phoenix_contact connector GMSTBA_01x08_G_7.62mm 0 8 8 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_8-G_1x08_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/8-G; number of pins: 08; pin pitch: 7.50mm; Angled || order number: 1766408 12A 630V phoenix_contact connector GMSTBA_01x08_G_7.50mm 0 8 8 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_9-G-7,62_1x09_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/9-G-7,62; number of pins: 09; pin pitch: 7.62mm; Angled || order number: 1766301 12A 630V phoenix_contact connector GMSTBA_01x09_G_7.62mm 0 9 9 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_9-G_1x09_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/9-G; number of pins: 09; pin pitch: 7.50mm; Angled || order number: 1766411 12A 630V phoenix_contact connector GMSTBA_01x09_G_7.50mm 0 9 9 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_10-G-7,62_1x10_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/10-G-7,62; number of pins: 10; pin pitch: 7.62mm; Angled || order number: 1766314 12A 630V phoenix_contact connector GMSTBA_01x10_G_7.62mm 0 10 10 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_10-G_1x10_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/10-G; number of pins: 10; pin pitch: 7.50mm; Angled || order number: 1766424 12A 630V phoenix_contact connector GMSTBA_01x10_G_7.50mm 0 10 10 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_11-G-7,62_1x11_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/11-G-7,62; number of pins: 11; pin pitch: 7.62mm; Angled || order number: 1766327 12A 630V phoenix_contact connector GMSTBA_01x11_G_7.62mm 0 11 11 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_11-G_1x11_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/11-G; number of pins: 11; pin pitch: 7.50mm; Angled || order number: 1766437 12A 630V phoenix_contact connector GMSTBA_01x11_G_7.50mm 0 11 11 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_12-G-7,62_1x12_P7.62mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/12-G-7,62; number of pins: 12; pin pitch: 7.62mm; Angled || order number: 1766330 12A 630V phoenix_contact connector GMSTBA_01x12_G_7.62mm 0 12 12 Connector_Phoenix_GMSTB PhoenixContact_GMSTBA_2,5_12-G_1x12_P7.50mm_Horizontal Generic Phoenix Contact connector footprint for: GMSTBA_2,5/12-G; number of pins: 12; pin pitch: 7.50mm; Angled || order number: 1766440 12A 630V phoenix_contact connector GMSTBA_01x12_G_7.50mm 0 12 12 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_2-G-7,62_1x02_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/2-G-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical || order number: 1766770 12A 630V phoenix_contact connector GMSTBVA_01x02_G_7.62mm 0 2 2 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_2-G_1x02_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/2-G; number of pins: 02; pin pitch: 7.50mm; Vertical || order number: 1766660 12A 630V phoenix_contact connector GMSTBVA_01x02_G_7.50mm 0 2 2 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_3-G-7,62_1x03_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/3-G-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical || order number: 1766783 12A 630V phoenix_contact connector GMSTBVA_01x03_G_7.62mm 0 3 3 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_3-G_1x03_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/3-G; number of pins: 03; pin pitch: 7.50mm; Vertical || order number: 1766673 12A 630V phoenix_contact connector GMSTBVA_01x03_G_7.50mm 0 3 3 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_4-G-7,62_1x04_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/4-G-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical || order number: 1766796 12A 630V phoenix_contact connector GMSTBVA_01x04_G_7.62mm 0 4 4 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_4-G_1x04_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/4-G; number of pins: 04; pin pitch: 7.50mm; Vertical || order number: 1766686 12A 630V phoenix_contact connector GMSTBVA_01x04_G_7.50mm 0 4 4 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_5-G-7,62_1x05_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/5-G-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical || order number: 1766806 12A 630V phoenix_contact connector GMSTBVA_01x05_G_7.62mm 0 5 5 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_5-G_1x05_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/5-G; number of pins: 05; pin pitch: 7.50mm; Vertical || order number: 1766699 12A 630V phoenix_contact connector GMSTBVA_01x05_G_7.50mm 0 5 5 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_6-G-7,62_1x06_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/6-G-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical || order number: 1766819 12A 630V phoenix_contact connector GMSTBVA_01x06_G_7.62mm 0 6 6 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_6-G_1x06_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/6-G; number of pins: 06; pin pitch: 7.50mm; Vertical || order number: 1766709 12A 630V phoenix_contact connector GMSTBVA_01x06_G_7.50mm 0 6 6 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_7-G-7,62_1x07_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/7-G-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical || order number: 1766822 12A 630V phoenix_contact connector GMSTBVA_01x07_G_7.62mm 0 7 7 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_7-G_1x07_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/7-G; number of pins: 07; pin pitch: 7.50mm; Vertical || order number: 1766712 12A 630V phoenix_contact connector GMSTBVA_01x07_G_7.50mm 0 7 7 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_8-G-7,62_1x08_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/8-G-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical || order number: 1766835 12A 630V phoenix_contact connector GMSTBVA_01x08_G_7.62mm 0 8 8 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_8-G_1x08_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/8-G; number of pins: 08; pin pitch: 7.50mm; Vertical || order number: 1766725 12A 630V phoenix_contact connector GMSTBVA_01x08_G_7.50mm 0 8 8 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_9-G-7,62_1x09_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/9-G-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical || order number: 1766848 12A 630V phoenix_contact connector GMSTBVA_01x09_G_7.62mm 0 9 9 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_9-G_1x09_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/9-G; number of pins: 09; pin pitch: 7.50mm; Vertical || order number: 1766738 12A 630V phoenix_contact connector GMSTBVA_01x09_G_7.50mm 0 9 9 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_10-G-7,62_1x10_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/10-G-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical || order number: 1766851 12A 630V phoenix_contact connector GMSTBVA_01x10_G_7.62mm 0 10 10 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_10-G_1x10_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/10-G; number of pins: 10; pin pitch: 7.50mm; Vertical || order number: 1766741 12A 630V phoenix_contact connector GMSTBVA_01x10_G_7.50mm 0 10 10 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_11-G-7,62_1x11_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/11-G-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical || order number: 1766864 12A 630V phoenix_contact connector GMSTBVA_01x11_G_7.62mm 0 11 11 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_11-G_1x11_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/11-G; number of pins: 11; pin pitch: 7.50mm; Vertical || order number: 1766754 12A 630V phoenix_contact connector GMSTBVA_01x11_G_7.50mm 0 11 11 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_12-G-7,62_1x12_P7.62mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/12-G-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical || order number: 1766877 12A 630V phoenix_contact connector GMSTBVA_01x12_G_7.62mm 0 12 12 Connector_Phoenix_GMSTB PhoenixContact_GMSTBVA_2,5_12-G_1x12_P7.50mm_Vertical Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/12-G; number of pins: 12; pin pitch: 7.50mm; Vertical || order number: 1766767 12A 630V phoenix_contact connector GMSTBVA_01x12_G_7.50mm 0 12 12 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_2-GF-7,62_1x02_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829154 12A 630V phoenix_contact connector GMSTBV_01x02_GF_7.62mm 0 2 2 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_2-GF-7,62_1x02_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829154 12A 630V phoenix_contact connector GMSTBV_01x02_GF_7.62mm_MH 0 2 2 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_3-GF-7,62_1x03_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829167 12A 630V phoenix_contact connector GMSTBV_01x03_GF_7.62mm 0 3 3 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_3-GF-7,62_1x03_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829167 12A 630V phoenix_contact connector GMSTBV_01x03_GF_7.62mm_MH 0 3 3 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_4-GF-7,62_1x04_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829170 12A 630V phoenix_contact connector GMSTBV_01x04_GF_7.62mm 0 4 4 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_4-GF-7,62_1x04_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829170 12A 630V phoenix_contact connector GMSTBV_01x04_GF_7.62mm_MH 0 4 4 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_5-GF-7,62_1x05_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829183 12A 630V phoenix_contact connector GMSTBV_01x05_GF_7.62mm 0 5 5 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_5-GF-7,62_1x05_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829183 12A 630V phoenix_contact connector GMSTBV_01x05_GF_7.62mm_MH 0 5 5 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_6-GF-7,62_1x06_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829196 12A 630V phoenix_contact connector GMSTBV_01x06_GF_7.62mm 0 6 6 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_6-GF-7,62_1x06_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829196 12A 630V phoenix_contact connector GMSTBV_01x06_GF_7.62mm_MH 0 6 6 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_7-GF-7,62_1x07_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829206 12A 630V phoenix_contact connector GMSTBV_01x07_GF_7.62mm 0 7 7 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_7-GF-7,62_1x07_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829206 12A 630V phoenix_contact connector GMSTBV_01x07_GF_7.62mm_MH 0 7 7 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_8-GF-7,62_1x08_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829219 12A 630V phoenix_contact connector GMSTBV_01x08_GF_7.62mm 0 8 8 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_8-GF-7,62_1x08_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829219 12A 630V phoenix_contact connector GMSTBV_01x08_GF_7.62mm_MH 0 8 8 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_9-GF-7,62_1x09_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829222 12A 630V phoenix_contact connector GMSTBV_01x09_GF_7.62mm 0 9 9 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_9-GF-7,62_1x09_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829222 12A 630V phoenix_contact connector GMSTBV_01x09_GF_7.62mm_MH 0 9 9 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_10-GF-7,62_1x10_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829235 12A 630V phoenix_contact connector GMSTBV_01x10_GF_7.62mm 0 10 10 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_10-GF-7,62_1x10_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829235 12A 630V phoenix_contact connector GMSTBV_01x10_GF_7.62mm_MH 0 10 10 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_11-GF-7,62_1x11_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829248 12A 630V phoenix_contact connector GMSTBV_01x11_GF_7.62mm 0 11 11 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_11-GF-7,62_1x11_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829248 12A 630V phoenix_contact connector GMSTBV_01x11_GF_7.62mm_MH 0 11 11 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_12-GF-7,62_1x12_P7.62mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTBV_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829251 12A 630V phoenix_contact connector GMSTBV_01x12_GF_7.62mm 0 12 12 Connector_Phoenix_GMSTB PhoenixContact_GMSTBV_2,5_12-GF-7,62_1x12_P7.62mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTBV_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829251 12A 630V phoenix_contact connector GMSTBV_01x12_GF_7.62mm_MH 0 12 12 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_2-GF-7,62_1x02_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806229 12A 630V phoenix_contact connector GMSTB_01x02_GF_7.62mm 0 2 2 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_2-GF-7,62_1x02_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806229 12A 630V phoenix_contact connector GMSTB_01x02_GF_7.62mm_MH 0 2 2 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_3-GF-7,62_1x03_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806232 12A 630V phoenix_contact connector GMSTB_01x03_GF_7.62mm 0 3 3 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_3-GF-7,62_1x03_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806232 12A 630V phoenix_contact connector GMSTB_01x03_GF_7.62mm_MH 0 3 3 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_4-GF-7,62_1x04_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806245 12A 630V phoenix_contact connector GMSTB_01x04_GF_7.62mm 0 4 4 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_4-GF-7,62_1x04_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806245 12A 630V phoenix_contact connector GMSTB_01x04_GF_7.62mm_MH 0 4 4 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_5-GF-7,62_1x05_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806258 12A 630V phoenix_contact connector GMSTB_01x05_GF_7.62mm 0 5 5 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_5-GF-7,62_1x05_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806258 12A 630V phoenix_contact connector GMSTB_01x05_GF_7.62mm_MH 0 5 5 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_6-GF-7,62_1x06_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806261 12A 630V phoenix_contact connector GMSTB_01x06_GF_7.62mm 0 6 6 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_6-GF-7,62_1x06_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806261 12A 630V phoenix_contact connector GMSTB_01x06_GF_7.62mm_MH 0 6 6 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_7-GF-7,62_1x07_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806274 12A 630V phoenix_contact connector GMSTB_01x07_GF_7.62mm 0 7 7 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_7-GF-7,62_1x07_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806274 12A 630V phoenix_contact connector GMSTB_01x07_GF_7.62mm_MH 0 7 7 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_8-GF-7,62_1x08_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806287 12A 630V phoenix_contact connector GMSTB_01x08_GF_7.62mm 0 8 8 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_8-GF-7,62_1x08_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806287 12A 630V phoenix_contact connector GMSTB_01x08_GF_7.62mm_MH 0 8 8 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_9-GF-7,62_1x09_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806290 12A 630V phoenix_contact connector GMSTB_01x09_GF_7.62mm 0 9 9 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_9-GF-7,62_1x09_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806290 12A 630V phoenix_contact connector GMSTB_01x09_GF_7.62mm_MH 0 9 9 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_10-GF-7,62_1x10_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806300 12A 630V phoenix_contact connector GMSTB_01x10_GF_7.62mm 0 10 10 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_10-GF-7,62_1x10_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806300 12A 630V phoenix_contact connector GMSTB_01x10_GF_7.62mm_MH 0 10 10 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_11-GF-7,62_1x11_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806313 12A 630V phoenix_contact connector GMSTB_01x11_GF_7.62mm 0 11 11 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_11-GF-7,62_1x11_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806313 12A 630V phoenix_contact connector GMSTB_01x11_GF_7.62mm_MH 0 11 11 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_12-GF-7,62_1x12_P7.62mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: GMSTB_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806326 12A 630V phoenix_contact connector GMSTB_01x12_GF_7.62mm 0 12 12 Connector_Phoenix_GMSTB PhoenixContact_GMSTB_2,5_12-GF-7,62_1x12_P7.62mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: GMSTB_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806326 12A 630V phoenix_contact connector GMSTB_01x12_GF_7.62mm_MH 0 12 12 Connector_Phoenix_MC PhoenixContact_MCV_1,5_2-G-3.5_1x02_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical || order number: 1843606 8A 160V phoenix_contact connector MCV_01x02_G_3.5mm 0 2 2 Connector_Phoenix_MC PhoenixContact_MCV_1,5_2-G-3.81_1x02_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical || order number: 1803426 8A 160V phoenix_contact connector MCV_01x02_G_3.81mm 0 2 2 Connector_Phoenix_MC PhoenixContact_MCV_1,5_2-GF-3.5_1x02_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843224 8A 160V phoenix_contact connector MCV_01x02_GF_3.5mm 0 2 2 Connector_Phoenix_MC PhoenixContact_MCV_1,5_2-GF-3.5_1x02_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843224 8A 160V phoenix_contact connector MCV_01x02_GF_3.5mm_MH 0 2 2 Connector_Phoenix_MC PhoenixContact_MCV_1,5_2-GF-3.81_1x02_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830596 8A 160V phoenix_contact connector MCV_01x02_GF_3.81mm 0 2 2 Connector_Phoenix_MC PhoenixContact_MCV_1,5_2-GF-3.81_1x02_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830596 8A 160V phoenix_contact connector MCV_01x02_GF_3.81mm_MH 0 2 2 Connector_Phoenix_MC PhoenixContact_MCV_1,5_3-G-3.5_1x03_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical || order number: 1843619 8A 160V phoenix_contact connector MCV_01x03_G_3.5mm 0 3 3 Connector_Phoenix_MC PhoenixContact_MCV_1,5_3-G-3.81_1x03_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical || order number: 1803439 8A 160V phoenix_contact connector MCV_01x03_G_3.81mm 0 3 3 Connector_Phoenix_MC PhoenixContact_MCV_1,5_3-GF-3.5_1x03_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843237 8A 160V phoenix_contact connector MCV_01x03_GF_3.5mm 0 3 3 Connector_Phoenix_MC PhoenixContact_MCV_1,5_3-GF-3.5_1x03_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843237 8A 160V phoenix_contact connector MCV_01x03_GF_3.5mm_MH 0 3 3 Connector_Phoenix_MC PhoenixContact_MCV_1,5_3-GF-3.81_1x03_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830606 8A 160V phoenix_contact connector MCV_01x03_GF_3.81mm 0 3 3 Connector_Phoenix_MC PhoenixContact_MCV_1,5_3-GF-3.81_1x03_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830606 8A 160V phoenix_contact connector MCV_01x03_GF_3.81mm_MH 0 3 3 Connector_Phoenix_MC PhoenixContact_MCV_1,5_4-G-3.5_1x04_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical || order number: 1843622 8A 160V phoenix_contact connector MCV_01x04_G_3.5mm 0 4 4 Connector_Phoenix_MC PhoenixContact_MCV_1,5_4-G-3.81_1x04_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical || order number: 1803442 8A 160V phoenix_contact connector MCV_01x04_G_3.81mm 0 4 4 Connector_Phoenix_MC PhoenixContact_MCV_1,5_4-GF-3.5_1x04_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843240 8A 160V phoenix_contact connector MCV_01x04_GF_3.5mm 0 4 4 Connector_Phoenix_MC PhoenixContact_MCV_1,5_4-GF-3.5_1x04_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843240 8A 160V phoenix_contact connector MCV_01x04_GF_3.5mm_MH 0 4 4 Connector_Phoenix_MC PhoenixContact_MCV_1,5_4-GF-3.81_1x04_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830619 8A 160V phoenix_contact connector MCV_01x04_GF_3.81mm 0 4 4 Connector_Phoenix_MC PhoenixContact_MCV_1,5_4-GF-3.81_1x04_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830619 8A 160V phoenix_contact connector MCV_01x04_GF_3.81mm_MH 0 4 4 Connector_Phoenix_MC PhoenixContact_MCV_1,5_5-G-3.5_1x05_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical || order number: 1843635 8A 160V phoenix_contact connector MCV_01x05_G_3.5mm 0 5 5 Connector_Phoenix_MC PhoenixContact_MCV_1,5_5-G-3.81_1x05_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical || order number: 1803455 8A 160V phoenix_contact connector MCV_01x05_G_3.81mm 0 5 5 Connector_Phoenix_MC PhoenixContact_MCV_1,5_5-GF-3.5_1x05_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843253 8A 160V phoenix_contact connector MCV_01x05_GF_3.5mm 0 5 5 Connector_Phoenix_MC PhoenixContact_MCV_1,5_5-GF-3.5_1x05_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843253 8A 160V phoenix_contact connector MCV_01x05_GF_3.5mm_MH 0 5 5 Connector_Phoenix_MC PhoenixContact_MCV_1,5_5-GF-3.81_1x05_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830622 8A 160V phoenix_contact connector MCV_01x05_GF_3.81mm 0 5 5 Connector_Phoenix_MC PhoenixContact_MCV_1,5_5-GF-3.81_1x05_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830622 8A 160V phoenix_contact connector MCV_01x05_GF_3.81mm_MH 0 5 5 Connector_Phoenix_MC PhoenixContact_MCV_1,5_6-G-3.5_1x06_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical || order number: 1843648 8A 160V phoenix_contact connector MCV_01x06_G_3.5mm 0 6 6 Connector_Phoenix_MC PhoenixContact_MCV_1,5_6-G-3.81_1x06_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical || order number: 1803468 8A 160V phoenix_contact connector MCV_01x06_G_3.81mm 0 6 6 Connector_Phoenix_MC PhoenixContact_MCV_1,5_6-GF-3.5_1x06_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843266 8A 160V phoenix_contact connector MCV_01x06_GF_3.5mm 0 6 6 Connector_Phoenix_MC PhoenixContact_MCV_1,5_6-GF-3.5_1x06_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843266 8A 160V phoenix_contact connector MCV_01x06_GF_3.5mm_MH 0 6 6 Connector_Phoenix_MC PhoenixContact_MCV_1,5_6-GF-3.81_1x06_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830635 8A 160V phoenix_contact connector MCV_01x06_GF_3.81mm 0 6 6 Connector_Phoenix_MC PhoenixContact_MCV_1,5_6-GF-3.81_1x06_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830635 8A 160V phoenix_contact connector MCV_01x06_GF_3.81mm_MH 0 6 6 Connector_Phoenix_MC PhoenixContact_MCV_1,5_7-G-3.5_1x07_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical || order number: 1843651 8A 160V phoenix_contact connector MCV_01x07_G_3.5mm 0 7 7 Connector_Phoenix_MC PhoenixContact_MCV_1,5_7-G-3.81_1x07_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical || order number: 1803471 8A 160V phoenix_contact connector MCV_01x07_G_3.81mm 0 7 7 Connector_Phoenix_MC PhoenixContact_MCV_1,5_7-GF-3.5_1x07_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843279 8A 160V phoenix_contact connector MCV_01x07_GF_3.5mm 0 7 7 Connector_Phoenix_MC PhoenixContact_MCV_1,5_7-GF-3.5_1x07_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843279 8A 160V phoenix_contact connector MCV_01x07_GF_3.5mm_MH 0 7 7 Connector_Phoenix_MC PhoenixContact_MCV_1,5_7-GF-3.81_1x07_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830648 8A 160V phoenix_contact connector MCV_01x07_GF_3.81mm 0 7 7 Connector_Phoenix_MC PhoenixContact_MCV_1,5_7-GF-3.81_1x07_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830648 8A 160V phoenix_contact connector MCV_01x07_GF_3.81mm_MH 0 7 7 Connector_Phoenix_MC PhoenixContact_MCV_1,5_8-G-3.5_1x08_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical || order number: 1843664 8A 160V phoenix_contact connector MCV_01x08_G_3.5mm 0 8 8 Connector_Phoenix_MC PhoenixContact_MCV_1,5_8-G-3.81_1x08_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical || order number: 1803484 8A 160V phoenix_contact connector MCV_01x08_G_3.81mm 0 8 8 Connector_Phoenix_MC PhoenixContact_MCV_1,5_8-GF-3.5_1x08_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843282 8A 160V phoenix_contact connector MCV_01x08_GF_3.5mm 0 8 8 Connector_Phoenix_MC PhoenixContact_MCV_1,5_8-GF-3.5_1x08_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843282 8A 160V phoenix_contact connector MCV_01x08_GF_3.5mm_MH 0 8 8 Connector_Phoenix_MC PhoenixContact_MCV_1,5_8-GF-3.81_1x08_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830651 8A 160V phoenix_contact connector MCV_01x08_GF_3.81mm 0 8 8 Connector_Phoenix_MC PhoenixContact_MCV_1,5_8-GF-3.81_1x08_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830651 8A 160V phoenix_contact connector MCV_01x08_GF_3.81mm_MH 0 8 8 Connector_Phoenix_MC PhoenixContact_MCV_1,5_9-G-3.5_1x09_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical || order number: 1843677 8A 160V phoenix_contact connector MCV_01x09_G_3.5mm 0 9 9 Connector_Phoenix_MC PhoenixContact_MCV_1,5_9-G-3.81_1x09_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical || order number: 1803497 8A 160V phoenix_contact connector MCV_01x09_G_3.81mm 0 9 9 Connector_Phoenix_MC PhoenixContact_MCV_1,5_9-GF-3.5_1x09_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843295 8A 160V phoenix_contact connector MCV_01x09_GF_3.5mm 0 9 9 Connector_Phoenix_MC PhoenixContact_MCV_1,5_9-GF-3.5_1x09_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843295 8A 160V phoenix_contact connector MCV_01x09_GF_3.5mm_MH 0 9 9 Connector_Phoenix_MC PhoenixContact_MCV_1,5_9-GF-3.81_1x09_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830664 8A 160V phoenix_contact connector MCV_01x09_GF_3.81mm 0 9 9 Connector_Phoenix_MC PhoenixContact_MCV_1,5_9-GF-3.81_1x09_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830664 8A 160V phoenix_contact connector MCV_01x09_GF_3.81mm_MH 0 9 9 Connector_Phoenix_MC PhoenixContact_MCV_1,5_10-G-3.5_1x10_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical || order number: 1843680 8A 160V phoenix_contact connector MCV_01x10_G_3.5mm 0 10 10 Connector_Phoenix_MC PhoenixContact_MCV_1,5_10-G-3.81_1x10_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical || order number: 1803507 8A 160V phoenix_contact connector MCV_01x10_G_3.81mm 0 10 10 Connector_Phoenix_MC PhoenixContact_MCV_1,5_10-GF-3.5_1x10_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843305 8A 160V phoenix_contact connector MCV_01x10_GF_3.5mm 0 10 10 Connector_Phoenix_MC PhoenixContact_MCV_1,5_10-GF-3.5_1x10_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843305 8A 160V phoenix_contact connector MCV_01x10_GF_3.5mm_MH 0 10 10 Connector_Phoenix_MC PhoenixContact_MCV_1,5_10-GF-3.81_1x10_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830677 8A 160V phoenix_contact connector MCV_01x10_GF_3.81mm 0 10 10 Connector_Phoenix_MC PhoenixContact_MCV_1,5_10-GF-3.81_1x10_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830677 8A 160V phoenix_contact connector MCV_01x10_GF_3.81mm_MH 0 10 10 Connector_Phoenix_MC PhoenixContact_MCV_1,5_11-G-3.5_1x11_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical || order number: 1843693 8A 160V phoenix_contact connector MCV_01x11_G_3.5mm 0 11 11 Connector_Phoenix_MC PhoenixContact_MCV_1,5_11-G-3.81_1x11_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical || order number: 1803510 8A 160V phoenix_contact connector MCV_01x11_G_3.81mm 0 11 11 Connector_Phoenix_MC PhoenixContact_MCV_1,5_11-GF-3.5_1x11_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843318 8A 160V phoenix_contact connector MCV_01x11_GF_3.5mm 0 11 11 Connector_Phoenix_MC PhoenixContact_MCV_1,5_11-GF-3.5_1x11_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843318 8A 160V phoenix_contact connector MCV_01x11_GF_3.5mm_MH 0 11 11 Connector_Phoenix_MC PhoenixContact_MCV_1,5_11-GF-3.81_1x11_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830680 8A 160V phoenix_contact connector MCV_01x11_GF_3.81mm 0 11 11 Connector_Phoenix_MC PhoenixContact_MCV_1,5_11-GF-3.81_1x11_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830680 8A 160V phoenix_contact connector MCV_01x11_GF_3.81mm_MH 0 11 11 Connector_Phoenix_MC PhoenixContact_MCV_1,5_12-G-3.5_1x12_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical || order number: 1843703 8A 160V phoenix_contact connector MCV_01x12_G_3.5mm 0 12 12 Connector_Phoenix_MC PhoenixContact_MCV_1,5_12-G-3.81_1x12_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical || order number: 1803523 8A 160V phoenix_contact connector MCV_01x12_G_3.81mm 0 12 12 Connector_Phoenix_MC PhoenixContact_MCV_1,5_12-GF-3.5_1x12_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843321 8A 160V phoenix_contact connector MCV_01x12_GF_3.5mm 0 12 12 Connector_Phoenix_MC PhoenixContact_MCV_1,5_12-GF-3.5_1x12_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843321 8A 160V phoenix_contact connector MCV_01x12_GF_3.5mm_MH 0 12 12 Connector_Phoenix_MC PhoenixContact_MCV_1,5_12-GF-3.81_1x12_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830693 8A 160V phoenix_contact connector MCV_01x12_GF_3.81mm 0 12 12 Connector_Phoenix_MC PhoenixContact_MCV_1,5_12-GF-3.81_1x12_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830693 8A 160V phoenix_contact connector MCV_01x12_GF_3.81mm_MH 0 12 12 Connector_Phoenix_MC PhoenixContact_MCV_1,5_13-G-3.5_1x13_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/13-G-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical || order number: 1843716 8A 160V phoenix_contact connector MCV_01x13_G_3.5mm 0 13 13 Connector_Phoenix_MC PhoenixContact_MCV_1,5_13-G-3.81_1x13_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/13-G-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical || order number: 1803536 8A 160V phoenix_contact connector MCV_01x13_G_3.81mm 0 13 13 Connector_Phoenix_MC PhoenixContact_MCV_1,5_13-GF-3.5_1x13_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843334 8A 160V phoenix_contact connector MCV_01x13_GF_3.5mm 0 13 13 Connector_Phoenix_MC PhoenixContact_MCV_1,5_13-GF-3.5_1x13_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843334 8A 160V phoenix_contact connector MCV_01x13_GF_3.5mm_MH 0 13 13 Connector_Phoenix_MC PhoenixContact_MCV_1,5_13-GF-3.81_1x13_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830703 8A 160V phoenix_contact connector MCV_01x13_GF_3.81mm 0 13 13 Connector_Phoenix_MC PhoenixContact_MCV_1,5_13-GF-3.81_1x13_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830703 8A 160V phoenix_contact connector MCV_01x13_GF_3.81mm_MH 0 13 13 Connector_Phoenix_MC PhoenixContact_MCV_1,5_14-G-3.5_1x14_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/14-G-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical || order number: 1843729 8A 160V phoenix_contact connector MCV_01x14_G_3.5mm 0 14 14 Connector_Phoenix_MC PhoenixContact_MCV_1,5_14-G-3.81_1x14_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/14-G-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical || order number: 1803549 8A 160V phoenix_contact connector MCV_01x14_G_3.81mm 0 14 14 Connector_Phoenix_MC PhoenixContact_MCV_1,5_14-GF-3.5_1x14_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843347 8A 160V phoenix_contact connector MCV_01x14_GF_3.5mm 0 14 14 Connector_Phoenix_MC PhoenixContact_MCV_1,5_14-GF-3.5_1x14_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843347 8A 160V phoenix_contact connector MCV_01x14_GF_3.5mm_MH 0 14 14 Connector_Phoenix_MC PhoenixContact_MCV_1,5_14-GF-3.81_1x14_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830716 8A 160V phoenix_contact connector MCV_01x14_GF_3.81mm 0 14 14 Connector_Phoenix_MC PhoenixContact_MCV_1,5_14-GF-3.81_1x14_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830716 8A 160V phoenix_contact connector MCV_01x14_GF_3.81mm_MH 0 14 14 Connector_Phoenix_MC PhoenixContact_MCV_1,5_15-G-3.5_1x15_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/15-G-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical || order number: 1843732 8A 160V phoenix_contact connector MCV_01x15_G_3.5mm 0 15 15 Connector_Phoenix_MC PhoenixContact_MCV_1,5_15-G-3.81_1x15_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/15-G-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical || order number: 1803552 8A 160V phoenix_contact connector MCV_01x15_G_3.81mm 0 15 15 Connector_Phoenix_MC PhoenixContact_MCV_1,5_15-GF-3.5_1x15_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843350 8A 160V phoenix_contact connector MCV_01x15_GF_3.5mm 0 15 15 Connector_Phoenix_MC PhoenixContact_MCV_1,5_15-GF-3.5_1x15_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843350 8A 160V phoenix_contact connector MCV_01x15_GF_3.5mm_MH 0 15 15 Connector_Phoenix_MC PhoenixContact_MCV_1,5_15-GF-3.81_1x15_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830729 8A 160V phoenix_contact connector MCV_01x15_GF_3.81mm 0 15 15 Connector_Phoenix_MC PhoenixContact_MCV_1,5_15-GF-3.81_1x15_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830729 8A 160V phoenix_contact connector MCV_01x15_GF_3.81mm_MH 0 15 15 Connector_Phoenix_MC PhoenixContact_MCV_1,5_16-G-3.5_1x16_P3.50mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/16-G-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical || order number: 1843745 8A 160V phoenix_contact connector MCV_01x16_G_3.5mm 0 16 16 Connector_Phoenix_MC PhoenixContact_MCV_1,5_16-G-3.81_1x16_P3.81mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/16-G-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical || order number: 1803565 8A 160V phoenix_contact connector MCV_01x16_G_3.81mm 0 16 16 Connector_Phoenix_MC PhoenixContact_MCV_1,5_16-GF-3.5_1x16_P3.50mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843363 8A 160V phoenix_contact connector MCV_01x16_GF_3.5mm 0 16 16 Connector_Phoenix_MC PhoenixContact_MCV_1,5_16-GF-3.5_1x16_P3.50mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843363 8A 160V phoenix_contact connector MCV_01x16_GF_3.5mm_MH 0 16 16 Connector_Phoenix_MC PhoenixContact_MCV_1,5_16-GF-3.81_1x16_P3.81mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830732 8A 160V phoenix_contact connector MCV_01x16_GF_3.81mm 0 16 16 Connector_Phoenix_MC PhoenixContact_MCV_1,5_16-GF-3.81_1x16_P3.81mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830732 8A 160V phoenix_contact connector MCV_01x16_GF_3.81mm_MH 0 16 16 Connector_Phoenix_MC PhoenixContact_MC_1,5_2-G-3.5_1x02_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/2-G-3.5; number of pins: 02; pin pitch: 3.50mm; Angled || order number: 1844210 8A 160V phoenix_contact connector MC_01x02_G_3.5mm 0 2 2 Connector_Phoenix_MC PhoenixContact_MC_1,5_2-G-3.81_1x02_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/2-G-3.81; number of pins: 02; pin pitch: 3.81mm; Angled || order number: 1803277 8A 160V phoenix_contact connector MC_01x02_G_3.81mm 0 2 2 Connector_Phoenix_MC PhoenixContact_MC_1,5_2-GF-3.5_1x02_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843790 8A 160V phoenix_contact connector MC_01x02_GF_3.5mm 0 2 2 Connector_Phoenix_MC PhoenixContact_MC_1,5_2-GF-3.5_1x02_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843790 8A 160V phoenix_contact connector MC_01x02_GF_3.5mm_MH 0 2 2 Connector_Phoenix_MC PhoenixContact_MC_1,5_2-GF-3.81_1x02_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827868 8A 160V phoenix_contact connector MC_01x02_GF_3.81mm 0 2 2 Connector_Phoenix_MC PhoenixContact_MC_1,5_2-GF-3.81_1x02_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827868 8A 160V phoenix_contact connector MC_01x02_GF_3.81mm_MH 0 2 2 Connector_Phoenix_MC PhoenixContact_MC_1,5_3-G-3.5_1x03_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/3-G-3.5; number of pins: 03; pin pitch: 3.50mm; Angled || order number: 1844223 8A 160V phoenix_contact connector MC_01x03_G_3.5mm 0 3 3 Connector_Phoenix_MC PhoenixContact_MC_1,5_3-G-3.81_1x03_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/3-G-3.81; number of pins: 03; pin pitch: 3.81mm; Angled || order number: 1803280 8A 160V phoenix_contact connector MC_01x03_G_3.81mm 0 3 3 Connector_Phoenix_MC PhoenixContact_MC_1,5_3-GF-3.5_1x03_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843800 8A 160V phoenix_contact connector MC_01x03_GF_3.5mm 0 3 3 Connector_Phoenix_MC PhoenixContact_MC_1,5_3-GF-3.5_1x03_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843800 8A 160V phoenix_contact connector MC_01x03_GF_3.5mm_MH 0 3 3 Connector_Phoenix_MC PhoenixContact_MC_1,5_3-GF-3.81_1x03_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827871 8A 160V phoenix_contact connector MC_01x03_GF_3.81mm 0 3 3 Connector_Phoenix_MC PhoenixContact_MC_1,5_3-GF-3.81_1x03_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827871 8A 160V phoenix_contact connector MC_01x03_GF_3.81mm_MH 0 3 3 Connector_Phoenix_MC PhoenixContact_MC_1,5_4-G-3.5_1x04_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/4-G-3.5; number of pins: 04; pin pitch: 3.50mm; Angled || order number: 1844236 8A 160V phoenix_contact connector MC_01x04_G_3.5mm 0 4 4 Connector_Phoenix_MC PhoenixContact_MC_1,5_4-G-3.81_1x04_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/4-G-3.81; number of pins: 04; pin pitch: 3.81mm; Angled || order number: 1803293 8A 160V phoenix_contact connector MC_01x04_G_3.81mm 0 4 4 Connector_Phoenix_MC PhoenixContact_MC_1,5_4-GF-3.5_1x04_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843813 8A 160V phoenix_contact connector MC_01x04_GF_3.5mm 0 4 4 Connector_Phoenix_MC PhoenixContact_MC_1,5_4-GF-3.5_1x04_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843813 8A 160V phoenix_contact connector MC_01x04_GF_3.5mm_MH 0 4 4 Connector_Phoenix_MC PhoenixContact_MC_1,5_4-GF-3.81_1x04_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827884 8A 160V phoenix_contact connector MC_01x04_GF_3.81mm 0 4 4 Connector_Phoenix_MC PhoenixContact_MC_1,5_4-GF-3.81_1x04_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827884 8A 160V phoenix_contact connector MC_01x04_GF_3.81mm_MH 0 4 4 Connector_Phoenix_MC PhoenixContact_MC_1,5_5-G-3.5_1x05_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/5-G-3.5; number of pins: 05; pin pitch: 3.50mm; Angled || order number: 1844249 8A 160V phoenix_contact connector MC_01x05_G_3.5mm 0 5 5 Connector_Phoenix_MC PhoenixContact_MC_1,5_5-G-3.81_1x05_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/5-G-3.81; number of pins: 05; pin pitch: 3.81mm; Angled || order number: 1803303 8A 160V phoenix_contact connector MC_01x05_G_3.81mm 0 5 5 Connector_Phoenix_MC PhoenixContact_MC_1,5_5-GF-3.5_1x05_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843826 8A 160V phoenix_contact connector MC_01x05_GF_3.5mm 0 5 5 Connector_Phoenix_MC PhoenixContact_MC_1,5_5-GF-3.5_1x05_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843826 8A 160V phoenix_contact connector MC_01x05_GF_3.5mm_MH 0 5 5 Connector_Phoenix_MC PhoenixContact_MC_1,5_5-GF-3.81_1x05_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827897 8A 160V phoenix_contact connector MC_01x05_GF_3.81mm 0 5 5 Connector_Phoenix_MC PhoenixContact_MC_1,5_5-GF-3.81_1x05_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827897 8A 160V phoenix_contact connector MC_01x05_GF_3.81mm_MH 0 5 5 Connector_Phoenix_MC PhoenixContact_MC_1,5_6-G-3.5_1x06_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/6-G-3.5; number of pins: 06; pin pitch: 3.50mm; Angled || order number: 1844252 8A 160V phoenix_contact connector MC_01x06_G_3.5mm 0 6 6 Connector_Phoenix_MC PhoenixContact_MC_1,5_6-G-3.81_1x06_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/6-G-3.81; number of pins: 06; pin pitch: 3.81mm; Angled || order number: 1803316 8A 160V phoenix_contact connector MC_01x06_G_3.81mm 0 6 6 Connector_Phoenix_MC PhoenixContact_MC_1,5_6-GF-3.5_1x06_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843839 8A 160V phoenix_contact connector MC_01x06_GF_3.5mm 0 6 6 Connector_Phoenix_MC PhoenixContact_MC_1,5_6-GF-3.5_1x06_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843839 8A 160V phoenix_contact connector MC_01x06_GF_3.5mm_MH 0 6 6 Connector_Phoenix_MC PhoenixContact_MC_1,5_6-GF-3.81_1x06_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827907 8A 160V phoenix_contact connector MC_01x06_GF_3.81mm 0 6 6 Connector_Phoenix_MC PhoenixContact_MC_1,5_6-GF-3.81_1x06_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827907 8A 160V phoenix_contact connector MC_01x06_GF_3.81mm_MH 0 6 6 Connector_Phoenix_MC PhoenixContact_MC_1,5_7-G-3.5_1x07_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/7-G-3.5; number of pins: 07; pin pitch: 3.50mm; Angled || order number: 1844265 8A 160V phoenix_contact connector MC_01x07_G_3.5mm 0 7 7 Connector_Phoenix_MC PhoenixContact_MC_1,5_7-G-3.81_1x07_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/7-G-3.81; number of pins: 07; pin pitch: 3.81mm; Angled || order number: 1803329 8A 160V phoenix_contact connector MC_01x07_G_3.81mm 0 7 7 Connector_Phoenix_MC PhoenixContact_MC_1,5_7-GF-3.5_1x07_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843842 8A 160V phoenix_contact connector MC_01x07_GF_3.5mm 0 7 7 Connector_Phoenix_MC PhoenixContact_MC_1,5_7-GF-3.5_1x07_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843842 8A 160V phoenix_contact connector MC_01x07_GF_3.5mm_MH 0 7 7 Connector_Phoenix_MC PhoenixContact_MC_1,5_7-GF-3.81_1x07_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827910 8A 160V phoenix_contact connector MC_01x07_GF_3.81mm 0 7 7 Connector_Phoenix_MC PhoenixContact_MC_1,5_7-GF-3.81_1x07_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827910 8A 160V phoenix_contact connector MC_01x07_GF_3.81mm_MH 0 7 7 Connector_Phoenix_MC PhoenixContact_MC_1,5_8-G-3.5_1x08_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/8-G-3.5; number of pins: 08; pin pitch: 3.50mm; Angled || order number: 1844278 8A 160V phoenix_contact connector MC_01x08_G_3.5mm 0 8 8 Connector_Phoenix_MC PhoenixContact_MC_1,5_8-G-3.81_1x08_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/8-G-3.81; number of pins: 08; pin pitch: 3.81mm; Angled || order number: 1803332 8A 160V phoenix_contact connector MC_01x08_G_3.81mm 0 8 8 Connector_Phoenix_MC PhoenixContact_MC_1,5_8-GF-3.5_1x08_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843855 8A 160V phoenix_contact connector MC_01x08_GF_3.5mm 0 8 8 Connector_Phoenix_MC PhoenixContact_MC_1,5_8-GF-3.5_1x08_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843855 8A 160V phoenix_contact connector MC_01x08_GF_3.5mm_MH 0 8 8 Connector_Phoenix_MC PhoenixContact_MC_1,5_8-GF-3.81_1x08_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827923 8A 160V phoenix_contact connector MC_01x08_GF_3.81mm 0 8 8 Connector_Phoenix_MC PhoenixContact_MC_1,5_8-GF-3.81_1x08_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827923 8A 160V phoenix_contact connector MC_01x08_GF_3.81mm_MH 0 8 8 Connector_Phoenix_MC PhoenixContact_MC_1,5_9-G-3.5_1x09_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/9-G-3.5; number of pins: 09; pin pitch: 3.50mm; Angled || order number: 1844281 8A 160V phoenix_contact connector MC_01x09_G_3.5mm 0 9 9 Connector_Phoenix_MC PhoenixContact_MC_1,5_9-G-3.81_1x09_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/9-G-3.81; number of pins: 09; pin pitch: 3.81mm; Angled || order number: 1803345 8A 160V phoenix_contact connector MC_01x09_G_3.81mm 0 9 9 Connector_Phoenix_MC PhoenixContact_MC_1,5_9-GF-3.5_1x09_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843868 8A 160V phoenix_contact connector MC_01x09_GF_3.5mm 0 9 9 Connector_Phoenix_MC PhoenixContact_MC_1,5_9-GF-3.5_1x09_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843868 8A 160V phoenix_contact connector MC_01x09_GF_3.5mm_MH 0 9 9 Connector_Phoenix_MC PhoenixContact_MC_1,5_9-GF-3.81_1x09_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827936 8A 160V phoenix_contact connector MC_01x09_GF_3.81mm 0 9 9 Connector_Phoenix_MC PhoenixContact_MC_1,5_9-GF-3.81_1x09_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827936 8A 160V phoenix_contact connector MC_01x09_GF_3.81mm_MH 0 9 9 Connector_Phoenix_MC PhoenixContact_MC_1,5_10-G-3.5_1x10_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/10-G-3.5; number of pins: 10; pin pitch: 3.50mm; Angled || order number: 1844294 8A 160V phoenix_contact connector MC_01x10_G_3.5mm 0 10 10 Connector_Phoenix_MC PhoenixContact_MC_1,5_10-G-3.81_1x10_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/10-G-3.81; number of pins: 10; pin pitch: 3.81mm; Angled || order number: 1803358 8A 160V phoenix_contact connector MC_01x10_G_3.81mm 0 10 10 Connector_Phoenix_MC PhoenixContact_MC_1,5_10-GF-3.5_1x10_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843871 8A 160V phoenix_contact connector MC_01x10_GF_3.5mm 0 10 10 Connector_Phoenix_MC PhoenixContact_MC_1,5_10-GF-3.5_1x10_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843871 8A 160V phoenix_contact connector MC_01x10_GF_3.5mm_MH 0 10 10 Connector_Phoenix_MC PhoenixContact_MC_1,5_10-GF-3.81_1x10_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827949 8A 160V phoenix_contact connector MC_01x10_GF_3.81mm 0 10 10 Connector_Phoenix_MC PhoenixContact_MC_1,5_10-GF-3.81_1x10_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827949 8A 160V phoenix_contact connector MC_01x10_GF_3.81mm_MH 0 10 10 Connector_Phoenix_MC PhoenixContact_MC_1,5_11-G-3.5_1x11_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/11-G-3.5; number of pins: 11; pin pitch: 3.50mm; Angled || order number: 1844304 8A 160V phoenix_contact connector MC_01x11_G_3.5mm 0 11 11 Connector_Phoenix_MC PhoenixContact_MC_1,5_11-G-3.81_1x11_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/11-G-3.81; number of pins: 11; pin pitch: 3.81mm; Angled || order number: 1803361 8A 160V phoenix_contact connector MC_01x11_G_3.81mm 0 11 11 Connector_Phoenix_MC PhoenixContact_MC_1,5_11-GF-3.5_1x11_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843884 8A 160V phoenix_contact connector MC_01x11_GF_3.5mm 0 11 11 Connector_Phoenix_MC PhoenixContact_MC_1,5_11-GF-3.5_1x11_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843884 8A 160V phoenix_contact connector MC_01x11_GF_3.5mm_MH 0 11 11 Connector_Phoenix_MC PhoenixContact_MC_1,5_11-GF-3.81_1x11_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827952 8A 160V phoenix_contact connector MC_01x11_GF_3.81mm 0 11 11 Connector_Phoenix_MC PhoenixContact_MC_1,5_11-GF-3.81_1x11_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827952 8A 160V phoenix_contact connector MC_01x11_GF_3.81mm_MH 0 11 11 Connector_Phoenix_MC PhoenixContact_MC_1,5_12-G-3.5_1x12_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/12-G-3.5; number of pins: 12; pin pitch: 3.50mm; Angled || order number: 1844317 8A 160V phoenix_contact connector MC_01x12_G_3.5mm 0 12 12 Connector_Phoenix_MC PhoenixContact_MC_1,5_12-G-3.81_1x12_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/12-G-3.81; number of pins: 12; pin pitch: 3.81mm; Angled || order number: 1803374 8A 160V phoenix_contact connector MC_01x12_G_3.81mm 0 12 12 Connector_Phoenix_MC PhoenixContact_MC_1,5_12-GF-3.5_1x12_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843897 8A 160V phoenix_contact connector MC_01x12_GF_3.5mm 0 12 12 Connector_Phoenix_MC PhoenixContact_MC_1,5_12-GF-3.5_1x12_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843897 8A 160V phoenix_contact connector MC_01x12_GF_3.5mm_MH 0 12 12 Connector_Phoenix_MC PhoenixContact_MC_1,5_12-GF-3.81_1x12_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827965 8A 160V phoenix_contact connector MC_01x12_GF_3.81mm 0 12 12 Connector_Phoenix_MC PhoenixContact_MC_1,5_12-GF-3.81_1x12_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827965 8A 160V phoenix_contact connector MC_01x12_GF_3.81mm_MH 0 12 12 Connector_Phoenix_MC PhoenixContact_MC_1,5_13-G-3.5_1x13_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/13-G-3.5; number of pins: 13; pin pitch: 3.50mm; Angled || order number: 1844320 8A 160V phoenix_contact connector MC_01x13_G_3.5mm 0 13 13 Connector_Phoenix_MC PhoenixContact_MC_1,5_13-G-3.81_1x13_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/13-G-3.81; number of pins: 13; pin pitch: 3.81mm; Angled || order number: 1803387 8A 160V phoenix_contact connector MC_01x13_G_3.81mm 0 13 13 Connector_Phoenix_MC PhoenixContact_MC_1,5_13-GF-3.5_1x13_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843907 8A 160V phoenix_contact connector MC_01x13_GF_3.5mm 0 13 13 Connector_Phoenix_MC PhoenixContact_MC_1,5_13-GF-3.5_1x13_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843907 8A 160V phoenix_contact connector MC_01x13_GF_3.5mm_MH 0 13 13 Connector_Phoenix_MC PhoenixContact_MC_1,5_13-GF-3.81_1x13_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827978 8A 160V phoenix_contact connector MC_01x13_GF_3.81mm 0 13 13 Connector_Phoenix_MC PhoenixContact_MC_1,5_13-GF-3.81_1x13_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827978 8A 160V phoenix_contact connector MC_01x13_GF_3.81mm_MH 0 13 13 Connector_Phoenix_MC PhoenixContact_MC_1,5_14-G-3.5_1x14_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/14-G-3.5; number of pins: 14; pin pitch: 3.50mm; Angled || order number: 1844333 8A 160V phoenix_contact connector MC_01x14_G_3.5mm 0 14 14 Connector_Phoenix_MC PhoenixContact_MC_1,5_14-G-3.81_1x14_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/14-G-3.81; number of pins: 14; pin pitch: 3.81mm; Angled || order number: 1803390 8A 160V phoenix_contact connector MC_01x14_G_3.81mm 0 14 14 Connector_Phoenix_MC PhoenixContact_MC_1,5_14-GF-3.5_1x14_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843910 8A 160V phoenix_contact connector MC_01x14_GF_3.5mm 0 14 14 Connector_Phoenix_MC PhoenixContact_MC_1,5_14-GF-3.5_1x14_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843910 8A 160V phoenix_contact connector MC_01x14_GF_3.5mm_MH 0 14 14 Connector_Phoenix_MC PhoenixContact_MC_1,5_14-GF-3.81_1x14_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827981 8A 160V phoenix_contact connector MC_01x14_GF_3.81mm 0 14 14 Connector_Phoenix_MC PhoenixContact_MC_1,5_14-GF-3.81_1x14_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827981 8A 160V phoenix_contact connector MC_01x14_GF_3.81mm_MH 0 14 14 Connector_Phoenix_MC PhoenixContact_MC_1,5_15-G-3.5_1x15_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/15-G-3.5; number of pins: 15; pin pitch: 3.50mm; Angled || order number: 1844346 8A 160V phoenix_contact connector MC_01x15_G_3.5mm 0 15 15 Connector_Phoenix_MC PhoenixContact_MC_1,5_15-G-3.81_1x15_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/15-G-3.81; number of pins: 15; pin pitch: 3.81mm; Angled || order number: 1803400 8A 160V phoenix_contact connector MC_01x15_G_3.81mm 0 15 15 Connector_Phoenix_MC PhoenixContact_MC_1,5_15-GF-3.5_1x15_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843923 8A 160V phoenix_contact connector MC_01x15_GF_3.5mm 0 15 15 Connector_Phoenix_MC PhoenixContact_MC_1,5_15-GF-3.5_1x15_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843923 8A 160V phoenix_contact connector MC_01x15_GF_3.5mm_MH 0 15 15 Connector_Phoenix_MC PhoenixContact_MC_1,5_15-GF-3.81_1x15_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827994 8A 160V phoenix_contact connector MC_01x15_GF_3.81mm 0 15 15 Connector_Phoenix_MC PhoenixContact_MC_1,5_15-GF-3.81_1x15_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827994 8A 160V phoenix_contact connector MC_01x15_GF_3.81mm_MH 0 15 15 Connector_Phoenix_MC PhoenixContact_MC_1,5_16-G-3.5_1x16_P3.50mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/16-G-3.5; number of pins: 16; pin pitch: 3.50mm; Angled || order number: 1844359 8A 160V phoenix_contact connector MC_01x16_G_3.5mm 0 16 16 Connector_Phoenix_MC PhoenixContact_MC_1,5_16-G-3.81_1x16_P3.81mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/16-G-3.81; number of pins: 16; pin pitch: 3.81mm; Angled || order number: 1803413 8A 160V phoenix_contact connector MC_01x16_G_3.81mm 0 16 16 Connector_Phoenix_MC PhoenixContact_MC_1,5_16-GF-3.5_1x16_P3.50mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843936 8A 160V phoenix_contact connector MC_01x16_GF_3.5mm 0 16 16 Connector_Phoenix_MC PhoenixContact_MC_1,5_16-GF-3.5_1x16_P3.50mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843936 8A 160V phoenix_contact connector MC_01x16_GF_3.5mm_MH 0 16 16 Connector_Phoenix_MC PhoenixContact_MC_1,5_16-GF-3.81_1x16_P3.81mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Angled; threaded flange || order number: 1828003 8A 160V phoenix_contact connector MC_01x16_GF_3.81mm 0 16 16 Connector_Phoenix_MC PhoenixContact_MC_1,5_16-GF-3.81_1x16_P3.81mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1828003 8A 160V phoenix_contact connector MC_01x16_GF_3.81mm_MH 0 16 16 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_2-G-5.08_1x02_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical || order number: 1836299 8A 320V phoenix_contact connector MCV_01x02_G_5.08mm 0 2 2 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_2-GF-5.08_1x02_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847615 8A 320V phoenix_contact connector MCV_01x02_GF_5.08mm 0 2 2 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_2-GF-5.08_1x02_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847615 8A 320V phoenix_contact connector MCV_01x02_GF_5.08mm_MH 0 2 2 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_3-G-5.08_1x03_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical || order number: 1836309 8A 320V phoenix_contact connector MCV_01x03_G_5.08mm 0 3 3 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_3-GF-5.08_1x03_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847628 8A 320V phoenix_contact connector MCV_01x03_GF_5.08mm 0 3 3 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_3-GF-5.08_1x03_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847628 8A 320V phoenix_contact connector MCV_01x03_GF_5.08mm_MH 0 3 3 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_4-G-5.08_1x04_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical || order number: 1836312 8A 320V phoenix_contact connector MCV_01x04_G_5.08mm 0 4 4 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_4-GF-5.08_1x04_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847631 8A 320V phoenix_contact connector MCV_01x04_GF_5.08mm 0 4 4 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_4-GF-5.08_1x04_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847631 8A 320V phoenix_contact connector MCV_01x04_GF_5.08mm_MH 0 4 4 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_5-G-5.08_1x05_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical || order number: 1836325 8A 320V phoenix_contact connector MCV_01x05_G_5.08mm 0 5 5 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_5-GF-5.08_1x05_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847644 8A 320V phoenix_contact connector MCV_01x05_GF_5.08mm 0 5 5 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_5-GF-5.08_1x05_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847644 8A 320V phoenix_contact connector MCV_01x05_GF_5.08mm_MH 0 5 5 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_6-G-5.08_1x06_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical || order number: 1836338 8A 320V phoenix_contact connector MCV_01x06_G_5.08mm 0 6 6 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_6-GF-5.08_1x06_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847657 8A 320V phoenix_contact connector MCV_01x06_GF_5.08mm 0 6 6 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_6-GF-5.08_1x06_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847657 8A 320V phoenix_contact connector MCV_01x06_GF_5.08mm_MH 0 6 6 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_7-G-5.08_1x07_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical || order number: 1836341 8A 320V phoenix_contact connector MCV_01x07_G_5.08mm 0 7 7 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_7-GF-5.08_1x07_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847660 8A 320V phoenix_contact connector MCV_01x07_GF_5.08mm 0 7 7 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_7-GF-5.08_1x07_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847660 8A 320V phoenix_contact connector MCV_01x07_GF_5.08mm_MH 0 7 7 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_8-G-5.08_1x08_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical || order number: 1836354 8A 320V phoenix_contact connector MCV_01x08_G_5.08mm 0 8 8 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_8-GF-5.08_1x08_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847673 8A 320V phoenix_contact connector MCV_01x08_GF_5.08mm 0 8 8 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_8-GF-5.08_1x08_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847673 8A 320V phoenix_contact connector MCV_01x08_GF_5.08mm_MH 0 8 8 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_9-G-5.08_1x09_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical || order number: 1836367 8A 320V phoenix_contact connector MCV_01x09_G_5.08mm 0 9 9 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_9-GF-5.08_1x09_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847686 8A 320V phoenix_contact connector MCV_01x09_GF_5.08mm 0 9 9 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_9-GF-5.08_1x09_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847686 8A 320V phoenix_contact connector MCV_01x09_GF_5.08mm_MH 0 9 9 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_10-G-5.08_1x10_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical || order number: 1836370 8A 320V phoenix_contact connector MCV_01x10_G_5.08mm 0 10 10 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_10-GF-5.08_1x10_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847699 8A 320V phoenix_contact connector MCV_01x10_GF_5.08mm 0 10 10 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_10-GF-5.08_1x10_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847699 8A 320V phoenix_contact connector MCV_01x10_GF_5.08mm_MH 0 10 10 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_11-G-5.08_1x11_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical || order number: 1836383 8A 320V phoenix_contact connector MCV_01x11_G_5.08mm 0 11 11 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_11-GF-5.08_1x11_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847709 8A 320V phoenix_contact connector MCV_01x11_GF_5.08mm 0 11 11 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_11-GF-5.08_1x11_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847709 8A 320V phoenix_contact connector MCV_01x11_GF_5.08mm_MH 0 11 11 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_12-G-5.08_1x12_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical || order number: 1836396 8A 320V phoenix_contact connector MCV_01x12_G_5.08mm 0 12 12 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_12-GF-5.08_1x12_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847712 8A 320V phoenix_contact connector MCV_01x12_GF_5.08mm 0 12 12 Connector_Phoenix_MC_HighVoltage PhoenixContact_MCV_1,5_12-GF-5.08_1x12_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847712 8A 320V phoenix_contact connector MCV_01x12_GF_5.08mm_MH 0 12 12 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_2-G-5.08_1x02_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/2-G-5.08; number of pins: 02; pin pitch: 5.08mm; Angled || order number: 1836189 8A 320V phoenix_contact connector MC_01x02_G_5.08mm 0 2 2 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_2-GF-5.08_1x02_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847466 8A 320V phoenix_contact connector MC_01x02_GF_5.08mm 0 2 2 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_2-GF-5.08_1x02_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847466 8A 320V phoenix_contact connector MC_01x02_GF_5.08mm_MH 0 2 2 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_3-G-5.08_1x03_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/3-G-5.08; number of pins: 03; pin pitch: 5.08mm; Angled || order number: 1836192 8A 320V phoenix_contact connector MC_01x03_G_5.08mm 0 3 3 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_3-GF-5.08_1x03_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847479 8A 320V phoenix_contact connector MC_01x03_GF_5.08mm 0 3 3 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_3-GF-5.08_1x03_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847479 8A 320V phoenix_contact connector MC_01x03_GF_5.08mm_MH 0 3 3 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_4-G-5.08_1x04_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/4-G-5.08; number of pins: 04; pin pitch: 5.08mm; Angled || order number: 1836202 8A 320V phoenix_contact connector MC_01x04_G_5.08mm 0 4 4 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_4-GF-5.08_1x04_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847482 8A 320V phoenix_contact connector MC_01x04_GF_5.08mm 0 4 4 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_4-GF-5.08_1x04_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847482 8A 320V phoenix_contact connector MC_01x04_GF_5.08mm_MH 0 4 4 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_5-G-5.08_1x05_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/5-G-5.08; number of pins: 05; pin pitch: 5.08mm; Angled || order number: 1836215 8A 320V phoenix_contact connector MC_01x05_G_5.08mm 0 5 5 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_5-GF-5.08_1x05_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847495 8A 320V phoenix_contact connector MC_01x05_GF_5.08mm 0 5 5 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_5-GF-5.08_1x05_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847495 8A 320V phoenix_contact connector MC_01x05_GF_5.08mm_MH 0 5 5 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_6-G-5.08_1x06_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/6-G-5.08; number of pins: 06; pin pitch: 5.08mm; Angled || order number: 1836228 8A 320V phoenix_contact connector MC_01x06_G_5.08mm 0 6 6 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_6-GF-5.08_1x06_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847505 8A 320V phoenix_contact connector MC_01x06_GF_5.08mm 0 6 6 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_6-GF-5.08_1x06_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847505 8A 320V phoenix_contact connector MC_01x06_GF_5.08mm_MH 0 6 6 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_7-G-5.08_1x07_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/7-G-5.08; number of pins: 07; pin pitch: 5.08mm; Angled || order number: 1836231 8A 320V phoenix_contact connector MC_01x07_G_5.08mm 0 7 7 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_7-GF-5.08_1x07_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847518 8A 320V phoenix_contact connector MC_01x07_GF_5.08mm 0 7 7 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_7-GF-5.08_1x07_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847518 8A 320V phoenix_contact connector MC_01x07_GF_5.08mm_MH 0 7 7 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_8-G-5.08_1x08_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/8-G-5.08; number of pins: 08; pin pitch: 5.08mm; Angled || order number: 1836244 8A 320V phoenix_contact connector MC_01x08_G_5.08mm 0 8 8 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_8-GF-5.08_1x08_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847521 8A 320V phoenix_contact connector MC_01x08_GF_5.08mm 0 8 8 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_8-GF-5.08_1x08_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847521 8A 320V phoenix_contact connector MC_01x08_GF_5.08mm_MH 0 8 8 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_9-G-5.08_1x09_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/9-G-5.08; number of pins: 09; pin pitch: 5.08mm; Angled || order number: 1836257 8A 320V phoenix_contact connector MC_01x09_G_5.08mm 0 9 9 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_9-GF-5.08_1x09_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847534 8A 320V phoenix_contact connector MC_01x09_GF_5.08mm 0 9 9 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_9-GF-5.08_1x09_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847534 8A 320V phoenix_contact connector MC_01x09_GF_5.08mm_MH 0 9 9 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_10-G-5.08_1x10_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/10-G-5.08; number of pins: 10; pin pitch: 5.08mm; Angled || order number: 1836260 8A 320V phoenix_contact connector MC_01x10_G_5.08mm 0 10 10 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_10-GF-5.08_1x10_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847547 8A 320V phoenix_contact connector MC_01x10_GF_5.08mm 0 10 10 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_10-GF-5.08_1x10_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847547 8A 320V phoenix_contact connector MC_01x10_GF_5.08mm_MH 0 10 10 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_11-G-5.08_1x11_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/11-G-5.08; number of pins: 11; pin pitch: 5.08mm; Angled || order number: 1836273 8A 320V phoenix_contact connector MC_01x11_G_5.08mm 0 11 11 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_11-GF-5.08_1x11_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847550 8A 320V phoenix_contact connector MC_01x11_GF_5.08mm 0 11 11 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_11-GF-5.08_1x11_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847550 8A 320V phoenix_contact connector MC_01x11_GF_5.08mm_MH 0 11 11 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_12-G-5.08_1x12_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MC_1,5/12-G-5.08; number of pins: 12; pin pitch: 5.08mm; Angled || order number: 1836286 8A 320V phoenix_contact connector MC_01x12_G_5.08mm 0 12 12 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_12-GF-5.08_1x12_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847563 8A 320V phoenix_contact connector MC_01x12_GF_5.08mm 0 12 12 Connector_Phoenix_MC_HighVoltage PhoenixContact_MC_1,5_12-GF-5.08_1x12_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847563 8A 320V phoenix_contact connector MC_01x12_GF_5.08mm_MH 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_2-G-5,08_1x02_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/2-G-5,08; number of pins: 02; pin pitch: 5.08mm; Angled || order number: 1757242 12A || order number: 1923869 16A (HC) phoenix_contact connector MSTBA_01x02_G_5.08mm 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_2-G_1x02_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/2-G; number of pins: 02; pin pitch: 5.00mm; Angled || order number: 1757475 12A || order number: 1923759 16A (HC) phoenix_contact connector MSTBA_01x02_G_5.00mm 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_3-G-5,08_1x03_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/3-G-5,08; number of pins: 03; pin pitch: 5.08mm; Angled || order number: 1757255 12A || order number: 1923872 16A (HC) phoenix_contact connector MSTBA_01x03_G_5.08mm 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_3-G_1x03_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/3-G; number of pins: 03; pin pitch: 5.00mm; Angled || order number: 1757488 12A || order number: 1923762 16A (HC) phoenix_contact connector MSTBA_01x03_G_5.00mm 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_4-G-5,08_1x04_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/4-G-5,08; number of pins: 04; pin pitch: 5.08mm; Angled || order number: 1757268 12A || order number: 1923885 16A (HC) phoenix_contact connector MSTBA_01x04_G_5.08mm 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_4-G_1x04_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/4-G; number of pins: 04; pin pitch: 5.00mm; Angled || order number: 1757491 12A || order number: 1923775 16A (HC) phoenix_contact connector MSTBA_01x04_G_5.00mm 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_5-G-5,08_1x05_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/5-G-5,08; number of pins: 05; pin pitch: 5.08mm; Angled || order number: 1757271 12A || order number: 1923898 16A (HC) phoenix_contact connector MSTBA_01x05_G_5.08mm 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_5-G_1x05_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/5-G; number of pins: 05; pin pitch: 5.00mm; Angled || order number: 1757501 12A || order number: 1923788 16A (HC) phoenix_contact connector MSTBA_01x05_G_5.00mm 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_6-G-5,08_1x06_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/6-G-5,08; number of pins: 06; pin pitch: 5.08mm; Angled || order number: 1757284 12A || order number: 1923908 16A (HC) phoenix_contact connector MSTBA_01x06_G_5.08mm 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_6-G_1x06_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/6-G; number of pins: 06; pin pitch: 5.00mm; Angled || order number: 1757514 12A || order number: 1923791 16A (HC) phoenix_contact connector MSTBA_01x06_G_5.00mm 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_7-G-5,08_1x07_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/7-G-5,08; number of pins: 07; pin pitch: 5.08mm; Angled || order number: 1757297 12A || order number: 1923911 16A (HC) phoenix_contact connector MSTBA_01x07_G_5.08mm 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_7-G_1x07_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/7-G; number of pins: 07; pin pitch: 5.00mm; Angled || order number: 1757493 12A || order number: 1923801 16A (HC) phoenix_contact connector MSTBA_01x07_G_5.00mm 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_8-G-5,08_1x08_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/8-G-5,08; number of pins: 08; pin pitch: 5.08mm; Angled || order number: 1757307 12A || order number: 1923924 16A (HC) phoenix_contact connector MSTBA_01x08_G_5.08mm 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_8-G_1x08_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/8-G; number of pins: 08; pin pitch: 5.00mm; Angled || order number: 1757527 12A || order number: 1923814 16A (HC) phoenix_contact connector MSTBA_01x08_G_5.00mm 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_9-G-5,08_1x09_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/9-G-5,08; number of pins: 09; pin pitch: 5.08mm; Angled || order number: 1757310 12A || order number: 1923937 16A (HC) phoenix_contact connector MSTBA_01x09_G_5.08mm 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_9-G_1x09_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/9-G; number of pins: 09; pin pitch: 5.00mm; Angled || order number: 1757530 12A || order number: 1923827 16A (HC) phoenix_contact connector MSTBA_01x09_G_5.00mm 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_10-G-5,08_1x10_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/10-G-5,08; number of pins: 10; pin pitch: 5.08mm; Angled || order number: 1757323 12A || order number: 1923940 16A (HC) phoenix_contact connector MSTBA_01x10_G_5.08mm 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_10-G_1x10_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/10-G; number of pins: 10; pin pitch: 5.00mm; Angled || order number: 1757543 12A || order number: 1923830 16A (HC) phoenix_contact connector MSTBA_01x10_G_5.00mm 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_11-G-5,08_1x11_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/11-G-5,08; number of pins: 11; pin pitch: 5.08mm; Angled || order number: 1757336 12A || order number: 1923953 16A (HC) phoenix_contact connector MSTBA_01x11_G_5.08mm 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_11-G_1x11_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/11-G; number of pins: 11; pin pitch: 5.00mm; Angled || order number: 1757556 12A || order number: 1923843 16A (HC) phoenix_contact connector MSTBA_01x11_G_5.00mm 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_12-G-5,08_1x12_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/12-G-5,08; number of pins: 12; pin pitch: 5.08mm; Angled || order number: 1757349 12A || order number: 1923966 16A (HC) phoenix_contact connector MSTBA_01x12_G_5.08mm 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_12-G_1x12_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/12-G; number of pins: 12; pin pitch: 5.00mm; Angled || order number: 1757569 12A || order number: 1923856 16A (HC) phoenix_contact connector MSTBA_01x12_G_5.00mm 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_13-G-5,08_1x13_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/13-G-5,08; number of pins: 13; pin pitch: 5.08mm; Angled || order number: 1757352 12A phoenix_contact connector MSTBA_01x13_G_5.08mm 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_13-G_1x13_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/13-G; number of pins: 13; pin pitch: 5.00mm; Angled || order number: 1757572 12A phoenix_contact connector MSTBA_01x13_G_5.00mm 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_14-G-5,08_1x14_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/14-G-5,08; number of pins: 14; pin pitch: 5.08mm; Angled || order number: 1757365 12A phoenix_contact connector MSTBA_01x14_G_5.08mm 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_14-G_1x14_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/14-G; number of pins: 14; pin pitch: 5.00mm; Angled || order number: 1757585 12A phoenix_contact connector MSTBA_01x14_G_5.00mm 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_15-G-5,08_1x15_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/15-G-5,08; number of pins: 15; pin pitch: 5.08mm; Angled || order number: 1757378 12A phoenix_contact connector MSTBA_01x15_G_5.08mm 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_15-G_1x15_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/15-G; number of pins: 15; pin pitch: 5.00mm; Angled || order number: 1757598 12A phoenix_contact connector MSTBA_01x15_G_5.00mm 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_16-G-5,08_1x16_P5.08mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/16-G-5,08; number of pins: 16; pin pitch: 5.08mm; Angled || order number: 1757381 12A phoenix_contact connector MSTBA_01x16_G_5.08mm 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTBA_2,5_16-G_1x16_P5.00mm_Horizontal Generic Phoenix Contact connector footprint for: MSTBA_2,5/16-G; number of pins: 16; pin pitch: 5.00mm; Angled || order number: 1757608 12A phoenix_contact connector MSTBA_01x16_G_5.00mm 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_2-G-5,08_1x02_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/2-G-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical || order number: 1755736 12A || order number: 1924305 16A (HC) phoenix_contact connector MSTBVA_01x02_G_5.08mm 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_2-G_1x02_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/2-G; number of pins: 02; pin pitch: 5.00mm; Vertical || order number: 1755516 12A || order number: 1924198 16A (HC) phoenix_contact connector MSTBVA_01x02_G_5.00mm 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_3-G-5,08_1x03_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/3-G-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical || order number: 1755749 12A || order number: 1924318 16A (HC) phoenix_contact connector MSTBVA_01x03_G_5.08mm 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_3-G_1x03_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/3-G; number of pins: 03; pin pitch: 5.00mm; Vertical || order number: 1755529 12A || order number: 1924208 16A (HC) phoenix_contact connector MSTBVA_01x03_G_5.00mm 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_4-G-5,08_1x04_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/4-G-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical || order number: 1755752 12A || order number: 1924321 16A (HC) phoenix_contact connector MSTBVA_01x04_G_5.08mm 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_4-G_1x04_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/4-G; number of pins: 04; pin pitch: 5.00mm; Vertical || order number: 1755532 12A || order number: 1924211 16A (HC) phoenix_contact connector MSTBVA_01x04_G_5.00mm 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_5-G-5,08_1x05_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/5-G-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical || order number: 1755765 12A || order number: 1924334 16A (HC) phoenix_contact connector MSTBVA_01x05_G_5.08mm 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_5-G_1x05_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/5-G; number of pins: 05; pin pitch: 5.00mm; Vertical || order number: 1755545 12A || order number: 1924224 16A (HC) phoenix_contact connector MSTBVA_01x05_G_5.00mm 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_6-G-5,08_1x06_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/6-G-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical || order number: 1755778 12A || order number: 1924347 16A (HC) phoenix_contact connector MSTBVA_01x06_G_5.08mm 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_6-G_1x06_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/6-G; number of pins: 06; pin pitch: 5.00mm; Vertical || order number: 1755558 12A || order number: 1924237 16A (HC) phoenix_contact connector MSTBVA_01x06_G_5.00mm 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_7-G-5,08_1x07_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/7-G-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical || order number: 1755781 12A || order number: 1924350 16A (HC) phoenix_contact connector MSTBVA_01x07_G_5.08mm 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_7-G_1x07_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/7-G; number of pins: 07; pin pitch: 5.00mm; Vertical || order number: 1755561 12A || order number: 1924240 16A (HC) phoenix_contact connector MSTBVA_01x07_G_5.00mm 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_8-G-5,08_1x08_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/8-G-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical || order number: 1755794 12A || order number: 1924363 16A (HC) phoenix_contact connector MSTBVA_01x08_G_5.08mm 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/8-G; number of pins: 08; pin pitch: 5.00mm; Vertical || order number: 1755574 12A || order number: 1924253 16A (HC) phoenix_contact connector MSTBVA_01x08_G_5.00mm 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_9-G-5,08_1x09_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/9-G-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical || order number: 1755804 12A || order number: 1924376 16A (HC) phoenix_contact connector MSTBVA_01x09_G_5.08mm 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_9-G_1x09_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/9-G; number of pins: 09; pin pitch: 5.00mm; Vertical || order number: 1755587 12A || order number: 1924266 16A (HC) phoenix_contact connector MSTBVA_01x09_G_5.00mm 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_10-G-5,08_1x10_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/10-G-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical || order number: 1755817 12A || order number: 1924389 16A (HC) phoenix_contact connector MSTBVA_01x10_G_5.08mm 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_10-G_1x10_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/10-G; number of pins: 10; pin pitch: 5.00mm; Vertical || order number: 1755503 12A || order number: 1924279 16A (HC) phoenix_contact connector MSTBVA_01x10_G_5.00mm 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_11-G-5,08_1x11_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/11-G-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical || order number: 1755820 12A || order number: 1924392 16A (HC) phoenix_contact connector MSTBVA_01x11_G_5.08mm 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_11-G_1x11_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/11-G; number of pins: 11; pin pitch: 5.00mm; Vertical || order number: 1755590 12A || order number: 1924282 16A (HC) phoenix_contact connector MSTBVA_01x11_G_5.00mm 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_12-G-5,08_1x12_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/12-G-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical || order number: 1755833 12A || order number: 1924402 16A (HC) phoenix_contact connector MSTBVA_01x12_G_5.08mm 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_12-G_1x12_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/12-G; number of pins: 12; pin pitch: 5.00mm; Vertical || order number: 1755600 12A || order number: 1924295 16A (HC) phoenix_contact connector MSTBVA_01x12_G_5.00mm 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_13-G-5,08_1x13_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/13-G-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical || order number: 1755846 12A phoenix_contact connector MSTBVA_01x13_G_5.08mm 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_13-G_1x13_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/13-G; number of pins: 13; pin pitch: 5.00mm; Vertical || order number: 1755613 12A phoenix_contact connector MSTBVA_01x13_G_5.00mm 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_14-G-5,08_1x14_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/14-G-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical || order number: 1755859 12A phoenix_contact connector MSTBVA_01x14_G_5.08mm 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_14-G_1x14_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/14-G; number of pins: 14; pin pitch: 5.00mm; Vertical || order number: 1755626 12A phoenix_contact connector MSTBVA_01x14_G_5.00mm 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_15-G-5,08_1x15_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/15-G-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical || order number: 1755862 12A phoenix_contact connector MSTBVA_01x15_G_5.08mm 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_15-G_1x15_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/15-G; number of pins: 15; pin pitch: 5.00mm; Vertical || order number: 1755639 12A phoenix_contact connector MSTBVA_01x15_G_5.00mm 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_16-G-5,08_1x16_P5.08mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/16-G-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical || order number: 1755875 12A phoenix_contact connector MSTBVA_01x16_G_5.08mm 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTBVA_2,5_16-G_1x16_P5.00mm_Vertical Generic Phoenix Contact connector footprint for: MSTBVA_2,5/16-G; number of pins: 16; pin pitch: 5.00mm; Vertical || order number: 1755642 12A phoenix_contact connector MSTBVA_01x16_G_5.00mm 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_2-GF-5,08_1x02_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777073 12A || order number: 1924525 16A (HC) phoenix_contact connector MSTBV_01x02_GF_5.08mm 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_2-GF-5,08_1x02_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777073 12A || order number: 1924525 16A (HC) phoenix_contact connector MSTBV_01x02_GF_5.08mm_MH 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_2-GF_1x02_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776883 12A || order number: 1924415 16A (HC) phoenix_contact connector MSTBV_01x02_GF_5.00mm 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_2-GF_1x02_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776883 12A || order number: 1924415 16A (HC) phoenix_contact connector MSTBV_01x02_GF_5.00mm_MH 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_3-GF-5,08_1x03_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777086 12A || order number: 1924538 16A (HC) phoenix_contact connector MSTBV_01x03_GF_5.08mm 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_3-GF-5,08_1x03_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777086 12A || order number: 1924538 16A (HC) phoenix_contact connector MSTBV_01x03_GF_5.08mm_MH 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_3-GF_1x03_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776896 12A || order number: 1924428 16A (HC) phoenix_contact connector MSTBV_01x03_GF_5.00mm 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_3-GF_1x03_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776896 12A || order number: 1924428 16A (HC) phoenix_contact connector MSTBV_01x03_GF_5.00mm_MH 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_4-GF-5,08_1x04_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777099 12A || order number: 1924541 16A (HC) phoenix_contact connector MSTBV_01x04_GF_5.08mm 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_4-GF-5,08_1x04_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777099 12A || order number: 1924541 16A (HC) phoenix_contact connector MSTBV_01x04_GF_5.08mm_MH 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_4-GF_1x04_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776906 12A || order number: 1924431 16A (HC) phoenix_contact connector MSTBV_01x04_GF_5.00mm 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_4-GF_1x04_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776906 12A || order number: 1924431 16A (HC) phoenix_contact connector MSTBV_01x04_GF_5.00mm_MH 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_5-GF-5,08_1x05_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777109 12A || order number: 1924554 16A (HC) phoenix_contact connector MSTBV_01x05_GF_5.08mm 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_5-GF-5,08_1x05_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777109 12A || order number: 1924554 16A (HC) phoenix_contact connector MSTBV_01x05_GF_5.08mm_MH 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_5-GF_1x05_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776919 12A || order number: 1924444 16A (HC) phoenix_contact connector MSTBV_01x05_GF_5.00mm 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_5-GF_1x05_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776919 12A || order number: 1924444 16A (HC) phoenix_contact connector MSTBV_01x05_GF_5.00mm_MH 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_6-GF-5,08_1x06_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777112 12A || order number: 1924567 16A (HC) phoenix_contact connector MSTBV_01x06_GF_5.08mm 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_6-GF-5,08_1x06_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777112 12A || order number: 1924567 16A (HC) phoenix_contact connector MSTBV_01x06_GF_5.08mm_MH 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_6-GF_1x06_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776922 12A || order number: 1924457 16A (HC) phoenix_contact connector MSTBV_01x06_GF_5.00mm 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_6-GF_1x06_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776922 12A || order number: 1924457 16A (HC) phoenix_contact connector MSTBV_01x06_GF_5.00mm_MH 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_7-GF-5,08_1x07_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777125 12A || order number: 1924570 16A (HC) phoenix_contact connector MSTBV_01x07_GF_5.08mm 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_7-GF-5,08_1x07_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777125 12A || order number: 1924570 16A (HC) phoenix_contact connector MSTBV_01x07_GF_5.08mm_MH 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_7-GF_1x07_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776935 12A || order number: 1924460 16A (HC) phoenix_contact connector MSTBV_01x07_GF_5.00mm 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_7-GF_1x07_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776935 12A || order number: 1924460 16A (HC) phoenix_contact connector MSTBV_01x07_GF_5.00mm_MH 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_8-GF-5,08_1x08_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777138 12A || order number: 1924583 16A (HC) phoenix_contact connector MSTBV_01x08_GF_5.08mm 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_8-GF-5,08_1x08_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777138 12A || order number: 1924583 16A (HC) phoenix_contact connector MSTBV_01x08_GF_5.08mm_MH 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_8-GF_1x08_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776948 12A || order number: 1924473 16A (HC) phoenix_contact connector MSTBV_01x08_GF_5.00mm 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_8-GF_1x08_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776948 12A || order number: 1924473 16A (HC) phoenix_contact connector MSTBV_01x08_GF_5.00mm_MH 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_9-GF-5,08_1x09_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777141 12A || order number: 1924596 16A (HC) phoenix_contact connector MSTBV_01x09_GF_5.08mm 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_9-GF-5,08_1x09_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777141 12A || order number: 1924596 16A (HC) phoenix_contact connector MSTBV_01x09_GF_5.08mm_MH 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_9-GF_1x09_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776951 12A || order number: 1924486 16A (HC) phoenix_contact connector MSTBV_01x09_GF_5.00mm 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_9-GF_1x09_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776951 12A || order number: 1924486 16A (HC) phoenix_contact connector MSTBV_01x09_GF_5.00mm_MH 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_10-GF-5,08_1x10_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777154 12A || order number: 1924606 16A (HC) phoenix_contact connector MSTBV_01x10_GF_5.08mm 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_10-GF-5,08_1x10_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777154 12A || order number: 1924606 16A (HC) phoenix_contact connector MSTBV_01x10_GF_5.08mm_MH 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_10-GF_1x10_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776964 12A || order number: 1924499 16A (HC) phoenix_contact connector MSTBV_01x10_GF_5.00mm 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_10-GF_1x10_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776964 12A || order number: 1924499 16A (HC) phoenix_contact connector MSTBV_01x10_GF_5.00mm_MH 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_11-GF-5,08_1x11_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777167 12A || order number: 1924619 16A (HC) phoenix_contact connector MSTBV_01x11_GF_5.08mm 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_11-GF-5,08_1x11_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777167 12A || order number: 1924619 16A (HC) phoenix_contact connector MSTBV_01x11_GF_5.08mm_MH 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_11-GF_1x11_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776977 12A || order number: 1924509 16A (HC) phoenix_contact connector MSTBV_01x11_GF_5.00mm 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_11-GF_1x11_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776977 12A || order number: 1924509 16A (HC) phoenix_contact connector MSTBV_01x11_GF_5.00mm_MH 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_12-GF-5,08_1x12_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777170 12A || order number: 1924622 16A (HC) phoenix_contact connector MSTBV_01x12_GF_5.08mm 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_12-GF-5,08_1x12_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777170 12A || order number: 1924622 16A (HC) phoenix_contact connector MSTBV_01x12_GF_5.08mm_MH 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_12-GF_1x12_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776980 12A || order number: 1924512 16A (HC) phoenix_contact connector MSTBV_01x12_GF_5.00mm 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_12-GF_1x12_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776980 12A || order number: 1924512 16A (HC) phoenix_contact connector MSTBV_01x12_GF_5.00mm_MH 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_13-GF-5,08_1x13_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777183 12A phoenix_contact connector MSTBV_01x13_GF_5.08mm 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_13-GF-5,08_1x13_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777183 12A phoenix_contact connector MSTBV_01x13_GF_5.08mm_MH 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_13-GF_1x13_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776993 12A phoenix_contact connector MSTBV_01x13_GF_5.00mm 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_13-GF_1x13_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776993 12A phoenix_contact connector MSTBV_01x13_GF_5.00mm_MH 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_14-GF-5,08_1x14_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777196 12A phoenix_contact connector MSTBV_01x14_GF_5.08mm 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_14-GF-5,08_1x14_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777196 12A phoenix_contact connector MSTBV_01x14_GF_5.08mm_MH 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_14-GF_1x14_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776002 12A phoenix_contact connector MSTBV_01x14_GF_5.00mm 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_14-GF_1x14_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776002 12A phoenix_contact connector MSTBV_01x14_GF_5.00mm_MH 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_15-GF-5,08_1x15_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777206 12A phoenix_contact connector MSTBV_01x15_GF_5.08mm 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_15-GF-5,08_1x15_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777206 12A phoenix_contact connector MSTBV_01x15_GF_5.08mm_MH 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_15-GF_1x15_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776015 12A phoenix_contact connector MSTBV_01x15_GF_5.00mm 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_15-GF_1x15_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776015 12A phoenix_contact connector MSTBV_01x15_GF_5.00mm_MH 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_16-GF-5,08_1x16_P5.08mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777219 12A phoenix_contact connector MSTBV_01x16_GF_5.08mm 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_16-GF-5,08_1x16_P5.08mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777219 12A phoenix_contact connector MSTBV_01x16_GF_5.08mm_MH 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_16-GF_1x16_P5.00mm_Vertical_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776028 12A phoenix_contact connector MSTBV_01x16_GF_5.00mm 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTBV_2,5_16-GF_1x16_P5.00mm_Vertical_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776028 12A phoenix_contact connector MSTBV_01x16_GF_5.00mm_MH 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_2-GF-5,08_1x02_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776508 12A || order number: 1924088 16A (HC) phoenix_contact connector MSTB_01x02_GF_5.08mm 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_2-GF-5,08_1x02_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776508 12A || order number: 1924088 16A (HC) phoenix_contact connector MSTB_01x02_GF_5.08mm_MH 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_2-GF_1x02_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776692 12A || order number: 1923979 16A (HC) phoenix_contact connector MSTB_01x02_GF_5.00mm 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_2-GF_1x02_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776692 12A || order number: 1923979 16A (HC) phoenix_contact connector MSTB_01x02_GF_5.00mm_MH 0 2 2 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_3-GF-5,08_1x03_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776511 12A || order number: 1924091 16A (HC) phoenix_contact connector MSTB_01x03_GF_5.08mm 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_3-GF-5,08_1x03_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776511 12A || order number: 1924091 16A (HC) phoenix_contact connector MSTB_01x03_GF_5.08mm_MH 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_3-GF_1x03_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776702 12A || order number: 1923982 16A (HC) phoenix_contact connector MSTB_01x03_GF_5.00mm 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_3-GF_1x03_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776702 12A || order number: 1923982 16A (HC) phoenix_contact connector MSTB_01x03_GF_5.00mm_MH 0 3 3 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_4-GF-5,08_1x04_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776524 12A || order number: 1924101 16A (HC) phoenix_contact connector MSTB_01x04_GF_5.08mm 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_4-GF-5,08_1x04_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776524 12A || order number: 1924101 16A (HC) phoenix_contact connector MSTB_01x04_GF_5.08mm_MH 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_4-GF_1x04_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776715 12A || order number: 1923995 16A (HC) phoenix_contact connector MSTB_01x04_GF_5.00mm 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_4-GF_1x04_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776715 12A || order number: 1923995 16A (HC) phoenix_contact connector MSTB_01x04_GF_5.00mm_MH 0 4 4 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_5-GF-5,08_1x05_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776537 12A || order number: 1924114 16A (HC) phoenix_contact connector MSTB_01x05_GF_5.08mm 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_5-GF-5,08_1x05_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776537 12A || order number: 1924114 16A (HC) phoenix_contact connector MSTB_01x05_GF_5.08mm_MH 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_5-GF_1x05_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776728 12A || order number: 1924004 16A (HC) phoenix_contact connector MSTB_01x05_GF_5.00mm 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_5-GF_1x05_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776728 12A || order number: 1924004 16A (HC) phoenix_contact connector MSTB_01x05_GF_5.00mm_MH 0 5 5 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_6-GF-5,08_1x06_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776540 12A || order number: 1924127 16A (HC) phoenix_contact connector MSTB_01x06_GF_5.08mm 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_6-GF-5,08_1x06_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776540 12A || order number: 1924127 16A (HC) phoenix_contact connector MSTB_01x06_GF_5.08mm_MH 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_6-GF_1x06_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776731 12A || order number: 1924017 16A (HC) phoenix_contact connector MSTB_01x06_GF_5.00mm 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_6-GF_1x06_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776731 12A || order number: 1924017 16A (HC) phoenix_contact connector MSTB_01x06_GF_5.00mm_MH 0 6 6 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_7-GF-5,08_1x07_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776553 12A || order number: 1924130 16A (HC) phoenix_contact connector MSTB_01x07_GF_5.08mm 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_7-GF-5,08_1x07_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776553 12A || order number: 1924130 16A (HC) phoenix_contact connector MSTB_01x07_GF_5.08mm_MH 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_7-GF_1x07_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776744 12A || order number: 1924020 16A (HC) phoenix_contact connector MSTB_01x07_GF_5.00mm 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_7-GF_1x07_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776744 12A || order number: 1924020 16A (HC) phoenix_contact connector MSTB_01x07_GF_5.00mm_MH 0 7 7 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_8-GF-5,08_1x08_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776566 12A || order number: 1924143 16A (HC) phoenix_contact connector MSTB_01x08_GF_5.08mm 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_8-GF-5,08_1x08_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776566 12A || order number: 1924143 16A (HC) phoenix_contact connector MSTB_01x08_GF_5.08mm_MH 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_8-GF_1x08_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776757 12A || order number: 1924033 16A (HC) phoenix_contact connector MSTB_01x08_GF_5.00mm 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_8-GF_1x08_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776757 12A || order number: 1924033 16A (HC) phoenix_contact connector MSTB_01x08_GF_5.00mm_MH 0 8 8 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_9-GF-5,08_1x09_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776579 12A || order number: 1924156 16A (HC) phoenix_contact connector MSTB_01x09_GF_5.08mm 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_9-GF-5,08_1x09_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776579 12A || order number: 1924156 16A (HC) phoenix_contact connector MSTB_01x09_GF_5.08mm_MH 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_9-GF_1x09_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776760 12A || order number: 1924046 16A (HC) phoenix_contact connector MSTB_01x09_GF_5.00mm 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_9-GF_1x09_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776760 12A || order number: 1924046 16A (HC) phoenix_contact connector MSTB_01x09_GF_5.00mm_MH 0 9 9 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_10-GF-5,08_1x10_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776582 12A || order number: 1924169 16A (HC) phoenix_contact connector MSTB_01x10_GF_5.08mm 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_10-GF-5,08_1x10_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776582 12A || order number: 1924169 16A (HC) phoenix_contact connector MSTB_01x10_GF_5.08mm_MH 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_10-GF_1x10_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776773 12A || order number: 1924059 16A (HC) phoenix_contact connector MSTB_01x10_GF_5.00mm 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_10-GF_1x10_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776773 12A || order number: 1924059 16A (HC) phoenix_contact connector MSTB_01x10_GF_5.00mm_MH 0 10 10 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_11-GF-5,08_1x11_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776595 12A || order number: 1924172 16A (HC) phoenix_contact connector MSTB_01x11_GF_5.08mm 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_11-GF-5,08_1x11_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776595 12A || order number: 1924172 16A (HC) phoenix_contact connector MSTB_01x11_GF_5.08mm_MH 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_11-GF_1x11_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776786 12A || order number: 1924062 16A (HC) phoenix_contact connector MSTB_01x11_GF_5.00mm 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_11-GF_1x11_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776786 12A || order number: 1924062 16A (HC) phoenix_contact connector MSTB_01x11_GF_5.00mm_MH 0 11 11 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_12-GF-5,08_1x12_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776605 12A || order number: 1924185 16A (HC) phoenix_contact connector MSTB_01x12_GF_5.08mm 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_12-GF-5,08_1x12_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776605 12A || order number: 1924185 16A (HC) phoenix_contact connector MSTB_01x12_GF_5.08mm_MH 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_12-GF_1x12_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776799 12A || order number: 1924075 16A (HC) phoenix_contact connector MSTB_01x12_GF_5.00mm 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_12-GF_1x12_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776799 12A || order number: 1924075 16A (HC) phoenix_contact connector MSTB_01x12_GF_5.00mm_MH 0 12 12 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_13-GF-5,08_1x13_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776618 12A phoenix_contact connector MSTB_01x13_GF_5.08mm 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_13-GF-5,08_1x13_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776618 12A phoenix_contact connector MSTB_01x13_GF_5.08mm_MH 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_13-GF_1x13_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776809 12A phoenix_contact connector MSTB_01x13_GF_5.00mm 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_13-GF_1x13_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776809 12A phoenix_contact connector MSTB_01x13_GF_5.00mm_MH 0 13 13 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_14-GF-5,08_1x14_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776621 12A phoenix_contact connector MSTB_01x14_GF_5.08mm 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_14-GF-5,08_1x14_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776621 12A phoenix_contact connector MSTB_01x14_GF_5.08mm_MH 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_14-GF_1x14_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776812 12A phoenix_contact connector MSTB_01x14_GF_5.00mm 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_14-GF_1x14_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776812 12A phoenix_contact connector MSTB_01x14_GF_5.00mm_MH 0 14 14 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_15-GF-5,08_1x15_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776634 12A phoenix_contact connector MSTB_01x15_GF_5.08mm 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_15-GF-5,08_1x15_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776634 12A phoenix_contact connector MSTB_01x15_GF_5.08mm_MH 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_15-GF_1x15_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776825 12A phoenix_contact connector MSTB_01x15_GF_5.00mm 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_15-GF_1x15_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776825 12A phoenix_contact connector MSTB_01x15_GF_5.00mm_MH 0 15 15 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_16-GF-5,08_1x16_P5.08mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776647 12A phoenix_contact connector MSTB_01x16_GF_5.08mm 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_16-GF-5,08_1x16_P5.08mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776647 12A phoenix_contact connector MSTB_01x16_GF_5.08mm_MH 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_16-GF_1x16_P5.00mm_Horizontal_ThreadedFlange Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776838 12A phoenix_contact connector MSTB_01x16_GF_5.00mm 0 16 16 Connector_Phoenix_MSTB PhoenixContact_MSTB_2,5_16-GF_1x16_P5.00mm_Horizontal_ThreadedFlange_MountHole Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776838 12A phoenix_contact connector MSTB_01x16_GF_5.00mm_MH 0 16 16 Connector_Pin Pin_D0.7mm_L6.5mm_W1.8mm_FlatFork solder Pin_ with flat fork, hole diameter 0.7mm, length 6.5mm, width 1.8mm solder Pin_ with flat fork 0 1 1 Connector_Pin Pin_D0.9mm_L10.0mm_W2.4mm_FlatFork solder Pin_ with flat fork, hole diameter 0.9mm, length 10.0mm, width 2.4mm solder Pin_ with flat fork 0 1 1 Connector_Pin Pin_D1.0mm_L10.0mm solder Pin_ diameter 1.0mm, hole diameter 1.0mm (press fit), length 10.0mm solder Pin_ press fit 0 1 1 Connector_Pin Pin_D1.0mm_L10.0mm_LooseFit solder Pin_ diameter 1.0mm, hole diameter 1.2mm (loose fit), length 10.0mm solder Pin_ loose fit 0 1 1 Connector_Pin Pin_D1.1mm_L8.5mm_W2.5mm_FlatFork solder Pin_ with flat fork, hole diameter 1.1mm, length 8.5mm, width 2.5mm solder Pin_ with flat fork 0 1 1 Connector_Pin Pin_D1.1mm_L10.2mm_W3.5mm_Flat solder Pin_ with flat with hole, hole diameter 1.1mm, length 10.2mm, width 3.5mm solder Pin_ with flat fork 0 1 1 Connector_Pin Pin_D1.2mm_L10.2mm_W2.9mm_FlatFork solder Pin_ with flat with fork, hole diameter 1.2mm, length 11.3mm, width 3.0mm solder Pin_ with flat fork 0 1 1 Connector_Pin Pin_D1.2mm_L11.3mm_W3.0mm_Flat solder Pin_ with flat with hole, hole diameter 1.2mm, length 11.3mm, width 3.0mm solder Pin_ with flat fork 0 1 1 Connector_Pin Pin_D1.3mm_L10.0mm_W3.5mm_Flat solder Pin_ with flat with hole, hole diameter 1.3mm, length 10.0mm, width 3.5mm, e.g. Ettinger 13.13.865, https://katalog.ettinger.de/#p=434 solder Pin_ with flat fork 0 1 1 Connector_Pin Pin_D1.3mm_L11.0mm solder Pin_ diameter 1.3mm, hole diameter 1.3mm, length 11.0mm solder Pin_ pressfit 0 1 1 Connector_Pin Pin_D1.3mm_L11.0mm_LooseFit solder Pin_ diameter 1.3mm, hole diameter 1.5mm (loose fit), length 11.0mm solder Pin_ loose fit 0 1 1 Connector_Pin Pin_D1.3mm_L11.3mm_W2.8mm_Flat solder Pin_ with flat with hole, hole diameter 1.3mm, length 11.3mm, width 2.8mm solder Pin_ with flat fork 0 1 1 Connector_Pin Pin_D1.4mm_L8.5mm_W2.8mm_FlatFork solder Pin_ with flat with fork, hole diameter 1.4mm, length 8.5mm, width 2.8mm, e.g. Ettinger 13.13.890, https://katalog.ettinger.de/#p=434 solder Pin_ with flat fork 0 1 1 Connector_PinHeader_1.00mm PinHeader_1x01_P1.00mm_Horizontal Through hole angled pin header, 1x01, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x01 1.00mm single row 0 1 1 Connector_PinHeader_1.00mm PinHeader_1x01_P1.00mm_Vertical Through hole straight pin header, 1x01, 1.00mm pitch, single row Through hole pin header THT 1x01 1.00mm single row 0 1 1 Connector_PinHeader_1.00mm PinHeader_1x02_P1.00mm_Horizontal Through hole angled pin header, 1x02, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x02 1.00mm single row 0 2 2 Connector_PinHeader_1.00mm PinHeader_1x02_P1.00mm_Vertical Through hole straight pin header, 1x02, 1.00mm pitch, single row Through hole pin header THT 1x02 1.00mm single row 0 2 2 Connector_PinHeader_1.00mm PinHeader_1x02_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x02, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x02 1.00mm single row style1 pin1 left 0 2 2 Connector_PinHeader_1.00mm PinHeader_1x02_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x02, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x02 1.00mm single row style2 pin1 right 0 2 2 Connector_PinHeader_1.00mm PinHeader_1x03_P1.00mm_Horizontal Through hole angled pin header, 1x03, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x03 1.00mm single row 0 3 3 Connector_PinHeader_1.00mm PinHeader_1x03_P1.00mm_Vertical Through hole straight pin header, 1x03, 1.00mm pitch, single row Through hole pin header THT 1x03 1.00mm single row 0 3 3 Connector_PinHeader_1.00mm PinHeader_1x03_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x03, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x03 1.00mm single row style1 pin1 left 0 3 3 Connector_PinHeader_1.00mm PinHeader_1x03_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x03, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x03 1.00mm single row style2 pin1 right 0 3 3 Connector_PinHeader_1.00mm PinHeader_1x04_P1.00mm_Horizontal Through hole angled pin header, 1x04, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x04 1.00mm single row 0 4 4 Connector_PinHeader_1.00mm PinHeader_1x04_P1.00mm_Vertical Through hole straight pin header, 1x04, 1.00mm pitch, single row Through hole pin header THT 1x04 1.00mm single row 0 4 4 Connector_PinHeader_1.00mm PinHeader_1x04_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x04, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x04 1.00mm single row style1 pin1 left 0 4 4 Connector_PinHeader_1.00mm PinHeader_1x04_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x04, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x04 1.00mm single row style2 pin1 right 0 4 4 Connector_PinHeader_1.00mm PinHeader_1x05_P1.00mm_Horizontal Through hole angled pin header, 1x05, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x05 1.00mm single row 0 5 5 Connector_PinHeader_1.00mm PinHeader_1x05_P1.00mm_Vertical Through hole straight pin header, 1x05, 1.00mm pitch, single row Through hole pin header THT 1x05 1.00mm single row 0 5 5 Connector_PinHeader_1.00mm PinHeader_1x05_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x05, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x05 1.00mm single row style1 pin1 left 0 5 5 Connector_PinHeader_1.00mm PinHeader_1x05_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x05, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x05 1.00mm single row style2 pin1 right 0 5 5 Connector_PinHeader_1.00mm PinHeader_1x06_P1.00mm_Horizontal Through hole angled pin header, 1x06, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x06 1.00mm single row 0 6 6 Connector_PinHeader_1.00mm PinHeader_1x06_P1.00mm_Vertical Through hole straight pin header, 1x06, 1.00mm pitch, single row Through hole pin header THT 1x06 1.00mm single row 0 6 6 Connector_PinHeader_1.00mm PinHeader_1x06_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x06, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x06 1.00mm single row style1 pin1 left 0 6 6 Connector_PinHeader_1.00mm PinHeader_1x06_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x06, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x06 1.00mm single row style2 pin1 right 0 6 6 Connector_PinHeader_1.00mm PinHeader_1x07_P1.00mm_Horizontal Through hole angled pin header, 1x07, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x07 1.00mm single row 0 7 7 Connector_PinHeader_1.00mm PinHeader_1x07_P1.00mm_Vertical Through hole straight pin header, 1x07, 1.00mm pitch, single row Through hole pin header THT 1x07 1.00mm single row 0 7 7 Connector_PinHeader_1.00mm PinHeader_1x07_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x07, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x07 1.00mm single row style1 pin1 left 0 7 7 Connector_PinHeader_1.00mm PinHeader_1x07_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x07, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x07 1.00mm single row style2 pin1 right 0 7 7 Connector_PinHeader_1.00mm PinHeader_1x08_P1.00mm_Horizontal Through hole angled pin header, 1x08, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x08 1.00mm single row 0 8 8 Connector_PinHeader_1.00mm PinHeader_1x08_P1.00mm_Vertical Through hole straight pin header, 1x08, 1.00mm pitch, single row Through hole pin header THT 1x08 1.00mm single row 0 8 8 Connector_PinHeader_1.00mm PinHeader_1x08_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x08, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x08 1.00mm single row style1 pin1 left 0 8 8 Connector_PinHeader_1.00mm PinHeader_1x08_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x08, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x08 1.00mm single row style2 pin1 right 0 8 8 Connector_PinHeader_1.00mm PinHeader_1x09_P1.00mm_Horizontal Through hole angled pin header, 1x09, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x09 1.00mm single row 0 9 9 Connector_PinHeader_1.00mm PinHeader_1x09_P1.00mm_Vertical Through hole straight pin header, 1x09, 1.00mm pitch, single row Through hole pin header THT 1x09 1.00mm single row 0 9 9 Connector_PinHeader_1.00mm PinHeader_1x09_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x09, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x09 1.00mm single row style1 pin1 left 0 9 9 Connector_PinHeader_1.00mm PinHeader_1x09_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x09, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x09 1.00mm single row style2 pin1 right 0 9 9 Connector_PinHeader_1.00mm PinHeader_1x10_P1.00mm_Horizontal Through hole angled pin header, 1x10, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x10 1.00mm single row 0 10 10 Connector_PinHeader_1.00mm PinHeader_1x10_P1.00mm_Vertical Through hole straight pin header, 1x10, 1.00mm pitch, single row Through hole pin header THT 1x10 1.00mm single row 0 10 10 Connector_PinHeader_1.00mm PinHeader_1x10_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x10, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x10 1.00mm single row style1 pin1 left 0 10 10 Connector_PinHeader_1.00mm PinHeader_1x10_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x10, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x10 1.00mm single row style2 pin1 right 0 10 10 Connector_PinHeader_1.00mm PinHeader_1x11_P1.00mm_Horizontal Through hole angled pin header, 1x11, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x11 1.00mm single row 0 11 11 Connector_PinHeader_1.00mm PinHeader_1x11_P1.00mm_Vertical Through hole straight pin header, 1x11, 1.00mm pitch, single row Through hole pin header THT 1x11 1.00mm single row 0 11 11 Connector_PinHeader_1.00mm PinHeader_1x11_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x11, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x11 1.00mm single row style1 pin1 left 0 11 11 Connector_PinHeader_1.00mm PinHeader_1x11_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x11, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x11 1.00mm single row style2 pin1 right 0 11 11 Connector_PinHeader_1.00mm PinHeader_1x12_P1.00mm_Horizontal Through hole angled pin header, 1x12, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x12 1.00mm single row 0 12 12 Connector_PinHeader_1.00mm PinHeader_1x12_P1.00mm_Vertical Through hole straight pin header, 1x12, 1.00mm pitch, single row Through hole pin header THT 1x12 1.00mm single row 0 12 12 Connector_PinHeader_1.00mm PinHeader_1x12_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x12, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x12 1.00mm single row style1 pin1 left 0 12 12 Connector_PinHeader_1.00mm PinHeader_1x12_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x12, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x12 1.00mm single row style2 pin1 right 0 12 12 Connector_PinHeader_1.00mm PinHeader_1x13_P1.00mm_Horizontal Through hole angled pin header, 1x13, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x13 1.00mm single row 0 13 13 Connector_PinHeader_1.00mm PinHeader_1x13_P1.00mm_Vertical Through hole straight pin header, 1x13, 1.00mm pitch, single row Through hole pin header THT 1x13 1.00mm single row 0 13 13 Connector_PinHeader_1.00mm PinHeader_1x13_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x13, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x13 1.00mm single row style1 pin1 left 0 13 13 Connector_PinHeader_1.00mm PinHeader_1x13_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x13, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x13 1.00mm single row style2 pin1 right 0 13 13 Connector_PinHeader_1.00mm PinHeader_1x14_P1.00mm_Horizontal Through hole angled pin header, 1x14, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x14 1.00mm single row 0 14 14 Connector_PinHeader_1.00mm PinHeader_1x14_P1.00mm_Vertical Through hole straight pin header, 1x14, 1.00mm pitch, single row Through hole pin header THT 1x14 1.00mm single row 0 14 14 Connector_PinHeader_1.00mm PinHeader_1x14_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x14, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x14 1.00mm single row style1 pin1 left 0 14 14 Connector_PinHeader_1.00mm PinHeader_1x14_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x14, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x14 1.00mm single row style2 pin1 right 0 14 14 Connector_PinHeader_1.00mm PinHeader_1x15_P1.00mm_Horizontal Through hole angled pin header, 1x15, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x15 1.00mm single row 0 15 15 Connector_PinHeader_1.00mm PinHeader_1x15_P1.00mm_Vertical Through hole straight pin header, 1x15, 1.00mm pitch, single row Through hole pin header THT 1x15 1.00mm single row 0 15 15 Connector_PinHeader_1.00mm PinHeader_1x15_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x15, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x15 1.00mm single row style1 pin1 left 0 15 15 Connector_PinHeader_1.00mm PinHeader_1x15_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x15, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x15 1.00mm single row style2 pin1 right 0 15 15 Connector_PinHeader_1.00mm PinHeader_1x16_P1.00mm_Horizontal Through hole angled pin header, 1x16, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x16 1.00mm single row 0 16 16 Connector_PinHeader_1.00mm PinHeader_1x16_P1.00mm_Vertical Through hole straight pin header, 1x16, 1.00mm pitch, single row Through hole pin header THT 1x16 1.00mm single row 0 16 16 Connector_PinHeader_1.00mm PinHeader_1x16_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x16, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x16 1.00mm single row style1 pin1 left 0 16 16 Connector_PinHeader_1.00mm PinHeader_1x16_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x16, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x16 1.00mm single row style2 pin1 right 0 16 16 Connector_PinHeader_1.00mm PinHeader_1x17_P1.00mm_Horizontal Through hole angled pin header, 1x17, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x17 1.00mm single row 0 17 17 Connector_PinHeader_1.00mm PinHeader_1x17_P1.00mm_Vertical Through hole straight pin header, 1x17, 1.00mm pitch, single row Through hole pin header THT 1x17 1.00mm single row 0 17 17 Connector_PinHeader_1.00mm PinHeader_1x17_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x17, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x17 1.00mm single row style1 pin1 left 0 17 17 Connector_PinHeader_1.00mm PinHeader_1x17_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x17, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x17 1.00mm single row style2 pin1 right 0 17 17 Connector_PinHeader_1.00mm PinHeader_1x18_P1.00mm_Horizontal Through hole angled pin header, 1x18, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x18 1.00mm single row 0 18 18 Connector_PinHeader_1.00mm PinHeader_1x18_P1.00mm_Vertical Through hole straight pin header, 1x18, 1.00mm pitch, single row Through hole pin header THT 1x18 1.00mm single row 0 18 18 Connector_PinHeader_1.00mm PinHeader_1x18_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x18, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x18 1.00mm single row style1 pin1 left 0 18 18 Connector_PinHeader_1.00mm PinHeader_1x18_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x18, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x18 1.00mm single row style2 pin1 right 0 18 18 Connector_PinHeader_1.00mm PinHeader_1x19_P1.00mm_Horizontal Through hole angled pin header, 1x19, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x19 1.00mm single row 0 19 19 Connector_PinHeader_1.00mm PinHeader_1x19_P1.00mm_Vertical Through hole straight pin header, 1x19, 1.00mm pitch, single row Through hole pin header THT 1x19 1.00mm single row 0 19 19 Connector_PinHeader_1.00mm PinHeader_1x19_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x19, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x19 1.00mm single row style1 pin1 left 0 19 19 Connector_PinHeader_1.00mm PinHeader_1x19_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x19, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x19 1.00mm single row style2 pin1 right 0 19 19 Connector_PinHeader_1.00mm PinHeader_1x20_P1.00mm_Horizontal Through hole angled pin header, 1x20, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x20 1.00mm single row 0 20 20 Connector_PinHeader_1.00mm PinHeader_1x20_P1.00mm_Vertical Through hole straight pin header, 1x20, 1.00mm pitch, single row Through hole pin header THT 1x20 1.00mm single row 0 20 20 Connector_PinHeader_1.00mm PinHeader_1x20_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x20, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x20 1.00mm single row style1 pin1 left 0 20 20 Connector_PinHeader_1.00mm PinHeader_1x20_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x20, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x20 1.00mm single row style2 pin1 right 0 20 20 Connector_PinHeader_1.00mm PinHeader_1x21_P1.00mm_Horizontal Through hole angled pin header, 1x21, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x21 1.00mm single row 0 21 21 Connector_PinHeader_1.00mm PinHeader_1x21_P1.00mm_Vertical Through hole straight pin header, 1x21, 1.00mm pitch, single row Through hole pin header THT 1x21 1.00mm single row 0 21 21 Connector_PinHeader_1.00mm PinHeader_1x21_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x21, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x21 1.00mm single row style1 pin1 left 0 21 21 Connector_PinHeader_1.00mm PinHeader_1x21_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x21, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x21 1.00mm single row style2 pin1 right 0 21 21 Connector_PinHeader_1.00mm PinHeader_1x22_P1.00mm_Horizontal Through hole angled pin header, 1x22, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x22 1.00mm single row 0 22 22 Connector_PinHeader_1.00mm PinHeader_1x22_P1.00mm_Vertical Through hole straight pin header, 1x22, 1.00mm pitch, single row Through hole pin header THT 1x22 1.00mm single row 0 22 22 Connector_PinHeader_1.00mm PinHeader_1x22_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x22, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x22 1.00mm single row style1 pin1 left 0 22 22 Connector_PinHeader_1.00mm PinHeader_1x22_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x22, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x22 1.00mm single row style2 pin1 right 0 22 22 Connector_PinHeader_1.00mm PinHeader_1x23_P1.00mm_Horizontal Through hole angled pin header, 1x23, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x23 1.00mm single row 0 23 23 Connector_PinHeader_1.00mm PinHeader_1x23_P1.00mm_Vertical Through hole straight pin header, 1x23, 1.00mm pitch, single row Through hole pin header THT 1x23 1.00mm single row 0 23 23 Connector_PinHeader_1.00mm PinHeader_1x23_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x23, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x23 1.00mm single row style1 pin1 left 0 23 23 Connector_PinHeader_1.00mm PinHeader_1x23_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x23, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x23 1.00mm single row style2 pin1 right 0 23 23 Connector_PinHeader_1.00mm PinHeader_1x24_P1.00mm_Horizontal Through hole angled pin header, 1x24, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x24 1.00mm single row 0 24 24 Connector_PinHeader_1.00mm PinHeader_1x24_P1.00mm_Vertical Through hole straight pin header, 1x24, 1.00mm pitch, single row Through hole pin header THT 1x24 1.00mm single row 0 24 24 Connector_PinHeader_1.00mm PinHeader_1x24_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x24, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x24 1.00mm single row style1 pin1 left 0 24 24 Connector_PinHeader_1.00mm PinHeader_1x24_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x24, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x24 1.00mm single row style2 pin1 right 0 24 24 Connector_PinHeader_1.00mm PinHeader_1x25_P1.00mm_Horizontal Through hole angled pin header, 1x25, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x25 1.00mm single row 0 25 25 Connector_PinHeader_1.00mm PinHeader_1x25_P1.00mm_Vertical Through hole straight pin header, 1x25, 1.00mm pitch, single row Through hole pin header THT 1x25 1.00mm single row 0 25 25 Connector_PinHeader_1.00mm PinHeader_1x25_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x25, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x25 1.00mm single row style1 pin1 left 0 25 25 Connector_PinHeader_1.00mm PinHeader_1x25_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x25, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x25 1.00mm single row style2 pin1 right 0 25 25 Connector_PinHeader_1.00mm PinHeader_1x26_P1.00mm_Horizontal Through hole angled pin header, 1x26, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x26 1.00mm single row 0 26 26 Connector_PinHeader_1.00mm PinHeader_1x26_P1.00mm_Vertical Through hole straight pin header, 1x26, 1.00mm pitch, single row Through hole pin header THT 1x26 1.00mm single row 0 26 26 Connector_PinHeader_1.00mm PinHeader_1x26_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x26, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x26 1.00mm single row style1 pin1 left 0 26 26 Connector_PinHeader_1.00mm PinHeader_1x26_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x26, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x26 1.00mm single row style2 pin1 right 0 26 26 Connector_PinHeader_1.00mm PinHeader_1x27_P1.00mm_Horizontal Through hole angled pin header, 1x27, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x27 1.00mm single row 0 27 27 Connector_PinHeader_1.00mm PinHeader_1x27_P1.00mm_Vertical Through hole straight pin header, 1x27, 1.00mm pitch, single row Through hole pin header THT 1x27 1.00mm single row 0 27 27 Connector_PinHeader_1.00mm PinHeader_1x27_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x27, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x27 1.00mm single row style1 pin1 left 0 27 27 Connector_PinHeader_1.00mm PinHeader_1x27_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x27, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x27 1.00mm single row style2 pin1 right 0 27 27 Connector_PinHeader_1.00mm PinHeader_1x28_P1.00mm_Horizontal Through hole angled pin header, 1x28, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x28 1.00mm single row 0 28 28 Connector_PinHeader_1.00mm PinHeader_1x28_P1.00mm_Vertical Through hole straight pin header, 1x28, 1.00mm pitch, single row Through hole pin header THT 1x28 1.00mm single row 0 28 28 Connector_PinHeader_1.00mm PinHeader_1x28_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x28, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x28 1.00mm single row style1 pin1 left 0 28 28 Connector_PinHeader_1.00mm PinHeader_1x28_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x28, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x28 1.00mm single row style2 pin1 right 0 28 28 Connector_PinHeader_1.00mm PinHeader_1x29_P1.00mm_Horizontal Through hole angled pin header, 1x29, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x29 1.00mm single row 0 29 29 Connector_PinHeader_1.00mm PinHeader_1x29_P1.00mm_Vertical Through hole straight pin header, 1x29, 1.00mm pitch, single row Through hole pin header THT 1x29 1.00mm single row 0 29 29 Connector_PinHeader_1.00mm PinHeader_1x29_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x29, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x29 1.00mm single row style1 pin1 left 0 29 29 Connector_PinHeader_1.00mm PinHeader_1x29_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x29, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x29 1.00mm single row style2 pin1 right 0 29 29 Connector_PinHeader_1.00mm PinHeader_1x30_P1.00mm_Horizontal Through hole angled pin header, 1x30, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x30 1.00mm single row 0 30 30 Connector_PinHeader_1.00mm PinHeader_1x30_P1.00mm_Vertical Through hole straight pin header, 1x30, 1.00mm pitch, single row Through hole pin header THT 1x30 1.00mm single row 0 30 30 Connector_PinHeader_1.00mm PinHeader_1x30_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x30, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x30 1.00mm single row style1 pin1 left 0 30 30 Connector_PinHeader_1.00mm PinHeader_1x30_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x30, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x30 1.00mm single row style2 pin1 right 0 30 30 Connector_PinHeader_1.00mm PinHeader_1x31_P1.00mm_Horizontal Through hole angled pin header, 1x31, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x31 1.00mm single row 0 31 31 Connector_PinHeader_1.00mm PinHeader_1x31_P1.00mm_Vertical Through hole straight pin header, 1x31, 1.00mm pitch, single row Through hole pin header THT 1x31 1.00mm single row 0 31 31 Connector_PinHeader_1.00mm PinHeader_1x31_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x31, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x31 1.00mm single row style1 pin1 left 0 31 31 Connector_PinHeader_1.00mm PinHeader_1x31_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x31, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x31 1.00mm single row style2 pin1 right 0 31 31 Connector_PinHeader_1.00mm PinHeader_1x32_P1.00mm_Horizontal Through hole angled pin header, 1x32, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x32 1.00mm single row 0 32 32 Connector_PinHeader_1.00mm PinHeader_1x32_P1.00mm_Vertical Through hole straight pin header, 1x32, 1.00mm pitch, single row Through hole pin header THT 1x32 1.00mm single row 0 32 32 Connector_PinHeader_1.00mm PinHeader_1x32_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x32, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x32 1.00mm single row style1 pin1 left 0 32 32 Connector_PinHeader_1.00mm PinHeader_1x32_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x32, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x32 1.00mm single row style2 pin1 right 0 32 32 Connector_PinHeader_1.00mm PinHeader_1x33_P1.00mm_Horizontal Through hole angled pin header, 1x33, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x33 1.00mm single row 0 33 33 Connector_PinHeader_1.00mm PinHeader_1x33_P1.00mm_Vertical Through hole straight pin header, 1x33, 1.00mm pitch, single row Through hole pin header THT 1x33 1.00mm single row 0 33 33 Connector_PinHeader_1.00mm PinHeader_1x33_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x33, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x33 1.00mm single row style1 pin1 left 0 33 33 Connector_PinHeader_1.00mm PinHeader_1x33_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x33, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x33 1.00mm single row style2 pin1 right 0 33 33 Connector_PinHeader_1.00mm PinHeader_1x34_P1.00mm_Horizontal Through hole angled pin header, 1x34, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x34 1.00mm single row 0 34 34 Connector_PinHeader_1.00mm PinHeader_1x34_P1.00mm_Vertical Through hole straight pin header, 1x34, 1.00mm pitch, single row Through hole pin header THT 1x34 1.00mm single row 0 34 34 Connector_PinHeader_1.00mm PinHeader_1x34_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x34, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x34 1.00mm single row style1 pin1 left 0 34 34 Connector_PinHeader_1.00mm PinHeader_1x34_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x34, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x34 1.00mm single row style2 pin1 right 0 34 34 Connector_PinHeader_1.00mm PinHeader_1x35_P1.00mm_Horizontal Through hole angled pin header, 1x35, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x35 1.00mm single row 0 35 35 Connector_PinHeader_1.00mm PinHeader_1x35_P1.00mm_Vertical Through hole straight pin header, 1x35, 1.00mm pitch, single row Through hole pin header THT 1x35 1.00mm single row 0 35 35 Connector_PinHeader_1.00mm PinHeader_1x35_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x35, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x35 1.00mm single row style1 pin1 left 0 35 35 Connector_PinHeader_1.00mm PinHeader_1x35_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x35, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x35 1.00mm single row style2 pin1 right 0 35 35 Connector_PinHeader_1.00mm PinHeader_1x36_P1.00mm_Horizontal Through hole angled pin header, 1x36, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x36 1.00mm single row 0 36 36 Connector_PinHeader_1.00mm PinHeader_1x36_P1.00mm_Vertical Through hole straight pin header, 1x36, 1.00mm pitch, single row Through hole pin header THT 1x36 1.00mm single row 0 36 36 Connector_PinHeader_1.00mm PinHeader_1x36_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x36, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x36 1.00mm single row style1 pin1 left 0 36 36 Connector_PinHeader_1.00mm PinHeader_1x36_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x36, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x36 1.00mm single row style2 pin1 right 0 36 36 Connector_PinHeader_1.00mm PinHeader_1x37_P1.00mm_Horizontal Through hole angled pin header, 1x37, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x37 1.00mm single row 0 37 37 Connector_PinHeader_1.00mm PinHeader_1x37_P1.00mm_Vertical Through hole straight pin header, 1x37, 1.00mm pitch, single row Through hole pin header THT 1x37 1.00mm single row 0 37 37 Connector_PinHeader_1.00mm PinHeader_1x37_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x37, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x37 1.00mm single row style1 pin1 left 0 37 37 Connector_PinHeader_1.00mm PinHeader_1x37_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x37, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x37 1.00mm single row style2 pin1 right 0 37 37 Connector_PinHeader_1.00mm PinHeader_1x38_P1.00mm_Horizontal Through hole angled pin header, 1x38, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x38 1.00mm single row 0 38 38 Connector_PinHeader_1.00mm PinHeader_1x38_P1.00mm_Vertical Through hole straight pin header, 1x38, 1.00mm pitch, single row Through hole pin header THT 1x38 1.00mm single row 0 38 38 Connector_PinHeader_1.00mm PinHeader_1x38_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x38, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x38 1.00mm single row style1 pin1 left 0 38 38 Connector_PinHeader_1.00mm PinHeader_1x38_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x38, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x38 1.00mm single row style2 pin1 right 0 38 38 Connector_PinHeader_1.00mm PinHeader_1x39_P1.00mm_Horizontal Through hole angled pin header, 1x39, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x39 1.00mm single row 0 39 39 Connector_PinHeader_1.00mm PinHeader_1x39_P1.00mm_Vertical Through hole straight pin header, 1x39, 1.00mm pitch, single row Through hole pin header THT 1x39 1.00mm single row 0 39 39 Connector_PinHeader_1.00mm PinHeader_1x39_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x39, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x39 1.00mm single row style1 pin1 left 0 39 39 Connector_PinHeader_1.00mm PinHeader_1x39_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x39, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x39 1.00mm single row style2 pin1 right 0 39 39 Connector_PinHeader_1.00mm PinHeader_1x40_P1.00mm_Horizontal Through hole angled pin header, 1x40, 1.00mm pitch, 2.0mm pin length, single row Through hole angled pin header THT 1x40 1.00mm single row 0 40 40 Connector_PinHeader_1.00mm PinHeader_1x40_P1.00mm_Vertical Through hole straight pin header, 1x40, 1.00mm pitch, single row Through hole pin header THT 1x40 1.00mm single row 0 40 40 Connector_PinHeader_1.00mm PinHeader_1x40_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x40, 1.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x40 1.00mm single row style1 pin1 left 0 40 40 Connector_PinHeader_1.00mm PinHeader_1x40_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x40, 1.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x40 1.00mm single row style2 pin1 right 0 40 40 Connector_PinHeader_1.00mm PinHeader_2x01_P1.00mm_Horizontal Through hole angled pin header, 2x01, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x01 1.00mm double row 0 2 2 Connector_PinHeader_1.00mm PinHeader_2x01_P1.00mm_Vertical Through hole straight pin header, 2x01, 1.00mm pitch, double rows Through hole pin header THT 2x01 1.00mm double row 0 2 2 Connector_PinHeader_1.00mm PinHeader_2x01_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x01, 1.00mm pitch, double rows Surface mounted pin header SMD 2x01 1.00mm double row 0 2 2 Connector_PinHeader_1.00mm PinHeader_2x02_P1.00mm_Horizontal Through hole angled pin header, 2x02, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x02 1.00mm double row 0 4 4 Connector_PinHeader_1.00mm PinHeader_2x02_P1.00mm_Vertical Through hole straight pin header, 2x02, 1.00mm pitch, double rows Through hole pin header THT 2x02 1.00mm double row 0 4 4 Connector_PinHeader_1.00mm PinHeader_2x02_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x02, 1.00mm pitch, double rows Surface mounted pin header SMD 2x02 1.00mm double row 0 4 4 Connector_PinHeader_1.00mm PinHeader_2x03_P1.00mm_Horizontal Through hole angled pin header, 2x03, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x03 1.00mm double row 0 6 6 Connector_PinHeader_1.00mm PinHeader_2x03_P1.00mm_Vertical Through hole straight pin header, 2x03, 1.00mm pitch, double rows Through hole pin header THT 2x03 1.00mm double row 0 6 6 Connector_PinHeader_1.00mm PinHeader_2x03_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x03, 1.00mm pitch, double rows Surface mounted pin header SMD 2x03 1.00mm double row 0 6 6 Connector_PinHeader_1.00mm PinHeader_2x04_P1.00mm_Horizontal Through hole angled pin header, 2x04, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x04 1.00mm double row 0 8 8 Connector_PinHeader_1.00mm PinHeader_2x04_P1.00mm_Vertical Through hole straight pin header, 2x04, 1.00mm pitch, double rows Through hole pin header THT 2x04 1.00mm double row 0 8 8 Connector_PinHeader_1.00mm PinHeader_2x04_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x04, 1.00mm pitch, double rows Surface mounted pin header SMD 2x04 1.00mm double row 0 8 8 Connector_PinHeader_1.00mm PinHeader_2x05_P1.00mm_Horizontal Through hole angled pin header, 2x05, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x05 1.00mm double row 0 10 10 Connector_PinHeader_1.00mm PinHeader_2x05_P1.00mm_Vertical Through hole straight pin header, 2x05, 1.00mm pitch, double rows Through hole pin header THT 2x05 1.00mm double row 0 10 10 Connector_PinHeader_1.00mm PinHeader_2x05_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x05, 1.00mm pitch, double rows Surface mounted pin header SMD 2x05 1.00mm double row 0 10 10 Connector_PinHeader_1.00mm PinHeader_2x06_P1.00mm_Horizontal Through hole angled pin header, 2x06, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x06 1.00mm double row 0 12 12 Connector_PinHeader_1.00mm PinHeader_2x06_P1.00mm_Vertical Through hole straight pin header, 2x06, 1.00mm pitch, double rows Through hole pin header THT 2x06 1.00mm double row 0 12 12 Connector_PinHeader_1.00mm PinHeader_2x06_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x06, 1.00mm pitch, double rows Surface mounted pin header SMD 2x06 1.00mm double row 0 12 12 Connector_PinHeader_1.00mm PinHeader_2x07_P1.00mm_Horizontal Through hole angled pin header, 2x07, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x07 1.00mm double row 0 14 14 Connector_PinHeader_1.00mm PinHeader_2x07_P1.00mm_Vertical Through hole straight pin header, 2x07, 1.00mm pitch, double rows Through hole pin header THT 2x07 1.00mm double row 0 14 14 Connector_PinHeader_1.00mm PinHeader_2x07_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x07, 1.00mm pitch, double rows Surface mounted pin header SMD 2x07 1.00mm double row 0 14 14 Connector_PinHeader_1.00mm PinHeader_2x08_P1.00mm_Horizontal Through hole angled pin header, 2x08, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x08 1.00mm double row 0 16 16 Connector_PinHeader_1.00mm PinHeader_2x08_P1.00mm_Vertical Through hole straight pin header, 2x08, 1.00mm pitch, double rows Through hole pin header THT 2x08 1.00mm double row 0 16 16 Connector_PinHeader_1.00mm PinHeader_2x08_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x08, 1.00mm pitch, double rows Surface mounted pin header SMD 2x08 1.00mm double row 0 16 16 Connector_PinHeader_1.00mm PinHeader_2x09_P1.00mm_Horizontal Through hole angled pin header, 2x09, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x09 1.00mm double row 0 18 18 Connector_PinHeader_1.00mm PinHeader_2x09_P1.00mm_Vertical Through hole straight pin header, 2x09, 1.00mm pitch, double rows Through hole pin header THT 2x09 1.00mm double row 0 18 18 Connector_PinHeader_1.00mm PinHeader_2x09_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x09, 1.00mm pitch, double rows Surface mounted pin header SMD 2x09 1.00mm double row 0 18 18 Connector_PinHeader_1.00mm PinHeader_2x10_P1.00mm_Horizontal Through hole angled pin header, 2x10, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x10 1.00mm double row 0 20 20 Connector_PinHeader_1.00mm PinHeader_2x10_P1.00mm_Vertical Through hole straight pin header, 2x10, 1.00mm pitch, double rows Through hole pin header THT 2x10 1.00mm double row 0 20 20 Connector_PinHeader_1.00mm PinHeader_2x10_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x10, 1.00mm pitch, double rows Surface mounted pin header SMD 2x10 1.00mm double row 0 20 20 Connector_PinHeader_1.00mm PinHeader_2x11_P1.00mm_Horizontal Through hole angled pin header, 2x11, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x11 1.00mm double row 0 22 22 Connector_PinHeader_1.00mm PinHeader_2x11_P1.00mm_Vertical Through hole straight pin header, 2x11, 1.00mm pitch, double rows Through hole pin header THT 2x11 1.00mm double row 0 22 22 Connector_PinHeader_1.00mm PinHeader_2x11_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x11, 1.00mm pitch, double rows Surface mounted pin header SMD 2x11 1.00mm double row 0 22 22 Connector_PinHeader_1.00mm PinHeader_2x12_P1.00mm_Horizontal Through hole angled pin header, 2x12, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x12 1.00mm double row 0 24 24 Connector_PinHeader_1.00mm PinHeader_2x12_P1.00mm_Vertical Through hole straight pin header, 2x12, 1.00mm pitch, double rows Through hole pin header THT 2x12 1.00mm double row 0 24 24 Connector_PinHeader_1.00mm PinHeader_2x12_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x12, 1.00mm pitch, double rows Surface mounted pin header SMD 2x12 1.00mm double row 0 24 24 Connector_PinHeader_1.00mm PinHeader_2x13_P1.00mm_Horizontal Through hole angled pin header, 2x13, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x13 1.00mm double row 0 26 26 Connector_PinHeader_1.00mm PinHeader_2x13_P1.00mm_Vertical Through hole straight pin header, 2x13, 1.00mm pitch, double rows Through hole pin header THT 2x13 1.00mm double row 0 26 26 Connector_PinHeader_1.00mm PinHeader_2x13_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x13, 1.00mm pitch, double rows Surface mounted pin header SMD 2x13 1.00mm double row 0 26 26 Connector_PinHeader_1.00mm PinHeader_2x14_P1.00mm_Horizontal Through hole angled pin header, 2x14, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x14 1.00mm double row 0 28 28 Connector_PinHeader_1.00mm PinHeader_2x14_P1.00mm_Vertical Through hole straight pin header, 2x14, 1.00mm pitch, double rows Through hole pin header THT 2x14 1.00mm double row 0 28 28 Connector_PinHeader_1.00mm PinHeader_2x14_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x14, 1.00mm pitch, double rows Surface mounted pin header SMD 2x14 1.00mm double row 0 28 28 Connector_PinHeader_1.00mm PinHeader_2x15_P1.00mm_Horizontal Through hole angled pin header, 2x15, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x15 1.00mm double row 0 30 30 Connector_PinHeader_1.00mm PinHeader_2x15_P1.00mm_Vertical Through hole straight pin header, 2x15, 1.00mm pitch, double rows Through hole pin header THT 2x15 1.00mm double row 0 30 30 Connector_PinHeader_1.00mm PinHeader_2x15_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x15, 1.00mm pitch, double rows Surface mounted pin header SMD 2x15 1.00mm double row 0 30 30 Connector_PinHeader_1.00mm PinHeader_2x16_P1.00mm_Horizontal Through hole angled pin header, 2x16, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x16 1.00mm double row 0 32 32 Connector_PinHeader_1.00mm PinHeader_2x16_P1.00mm_Vertical Through hole straight pin header, 2x16, 1.00mm pitch, double rows Through hole pin header THT 2x16 1.00mm double row 0 32 32 Connector_PinHeader_1.00mm PinHeader_2x16_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x16, 1.00mm pitch, double rows Surface mounted pin header SMD 2x16 1.00mm double row 0 32 32 Connector_PinHeader_1.00mm PinHeader_2x17_P1.00mm_Horizontal Through hole angled pin header, 2x17, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x17 1.00mm double row 0 34 34 Connector_PinHeader_1.00mm PinHeader_2x17_P1.00mm_Vertical Through hole straight pin header, 2x17, 1.00mm pitch, double rows Through hole pin header THT 2x17 1.00mm double row 0 34 34 Connector_PinHeader_1.00mm PinHeader_2x17_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x17, 1.00mm pitch, double rows Surface mounted pin header SMD 2x17 1.00mm double row 0 34 34 Connector_PinHeader_1.00mm PinHeader_2x18_P1.00mm_Horizontal Through hole angled pin header, 2x18, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x18 1.00mm double row 0 36 36 Connector_PinHeader_1.00mm PinHeader_2x18_P1.00mm_Vertical Through hole straight pin header, 2x18, 1.00mm pitch, double rows Through hole pin header THT 2x18 1.00mm double row 0 36 36 Connector_PinHeader_1.00mm PinHeader_2x18_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x18, 1.00mm pitch, double rows Surface mounted pin header SMD 2x18 1.00mm double row 0 36 36 Connector_PinHeader_1.00mm PinHeader_2x19_P1.00mm_Horizontal Through hole angled pin header, 2x19, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x19 1.00mm double row 0 38 38 Connector_PinHeader_1.00mm PinHeader_2x19_P1.00mm_Vertical Through hole straight pin header, 2x19, 1.00mm pitch, double rows Through hole pin header THT 2x19 1.00mm double row 0 38 38 Connector_PinHeader_1.00mm PinHeader_2x19_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x19, 1.00mm pitch, double rows Surface mounted pin header SMD 2x19 1.00mm double row 0 38 38 Connector_PinHeader_1.00mm PinHeader_2x20_P1.00mm_Horizontal Through hole angled pin header, 2x20, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x20 1.00mm double row 0 40 40 Connector_PinHeader_1.00mm PinHeader_2x20_P1.00mm_Vertical Through hole straight pin header, 2x20, 1.00mm pitch, double rows Through hole pin header THT 2x20 1.00mm double row 0 40 40 Connector_PinHeader_1.00mm PinHeader_2x20_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x20, 1.00mm pitch, double rows Surface mounted pin header SMD 2x20 1.00mm double row 0 40 40 Connector_PinHeader_1.00mm PinHeader_2x21_P1.00mm_Horizontal Through hole angled pin header, 2x21, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x21 1.00mm double row 0 42 42 Connector_PinHeader_1.00mm PinHeader_2x21_P1.00mm_Vertical Through hole straight pin header, 2x21, 1.00mm pitch, double rows Through hole pin header THT 2x21 1.00mm double row 0 42 42 Connector_PinHeader_1.00mm PinHeader_2x21_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x21, 1.00mm pitch, double rows Surface mounted pin header SMD 2x21 1.00mm double row 0 42 42 Connector_PinHeader_1.00mm PinHeader_2x22_P1.00mm_Horizontal Through hole angled pin header, 2x22, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x22 1.00mm double row 0 44 44 Connector_PinHeader_1.00mm PinHeader_2x22_P1.00mm_Vertical Through hole straight pin header, 2x22, 1.00mm pitch, double rows Through hole pin header THT 2x22 1.00mm double row 0 44 44 Connector_PinHeader_1.00mm PinHeader_2x22_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x22, 1.00mm pitch, double rows Surface mounted pin header SMD 2x22 1.00mm double row 0 44 44 Connector_PinHeader_1.00mm PinHeader_2x23_P1.00mm_Horizontal Through hole angled pin header, 2x23, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x23 1.00mm double row 0 46 46 Connector_PinHeader_1.00mm PinHeader_2x23_P1.00mm_Vertical Through hole straight pin header, 2x23, 1.00mm pitch, double rows Through hole pin header THT 2x23 1.00mm double row 0 46 46 Connector_PinHeader_1.00mm PinHeader_2x23_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x23, 1.00mm pitch, double rows Surface mounted pin header SMD 2x23 1.00mm double row 0 46 46 Connector_PinHeader_1.00mm PinHeader_2x24_P1.00mm_Horizontal Through hole angled pin header, 2x24, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x24 1.00mm double row 0 48 48 Connector_PinHeader_1.00mm PinHeader_2x24_P1.00mm_Vertical Through hole straight pin header, 2x24, 1.00mm pitch, double rows Through hole pin header THT 2x24 1.00mm double row 0 48 48 Connector_PinHeader_1.00mm PinHeader_2x24_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x24, 1.00mm pitch, double rows Surface mounted pin header SMD 2x24 1.00mm double row 0 48 48 Connector_PinHeader_1.00mm PinHeader_2x25_P1.00mm_Horizontal Through hole angled pin header, 2x25, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x25 1.00mm double row 0 50 50 Connector_PinHeader_1.00mm PinHeader_2x25_P1.00mm_Vertical Through hole straight pin header, 2x25, 1.00mm pitch, double rows Through hole pin header THT 2x25 1.00mm double row 0 50 50 Connector_PinHeader_1.00mm PinHeader_2x25_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x25, 1.00mm pitch, double rows Surface mounted pin header SMD 2x25 1.00mm double row 0 50 50 Connector_PinHeader_1.00mm PinHeader_2x26_P1.00mm_Horizontal Through hole angled pin header, 2x26, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x26 1.00mm double row 0 52 52 Connector_PinHeader_1.00mm PinHeader_2x26_P1.00mm_Vertical Through hole straight pin header, 2x26, 1.00mm pitch, double rows Through hole pin header THT 2x26 1.00mm double row 0 52 52 Connector_PinHeader_1.00mm PinHeader_2x26_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x26, 1.00mm pitch, double rows Surface mounted pin header SMD 2x26 1.00mm double row 0 52 52 Connector_PinHeader_1.00mm PinHeader_2x27_P1.00mm_Horizontal Through hole angled pin header, 2x27, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x27 1.00mm double row 0 54 54 Connector_PinHeader_1.00mm PinHeader_2x27_P1.00mm_Vertical Through hole straight pin header, 2x27, 1.00mm pitch, double rows Through hole pin header THT 2x27 1.00mm double row 0 54 54 Connector_PinHeader_1.00mm PinHeader_2x27_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x27, 1.00mm pitch, double rows Surface mounted pin header SMD 2x27 1.00mm double row 0 54 54 Connector_PinHeader_1.00mm PinHeader_2x28_P1.00mm_Horizontal Through hole angled pin header, 2x28, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x28 1.00mm double row 0 56 56 Connector_PinHeader_1.00mm PinHeader_2x28_P1.00mm_Vertical Through hole straight pin header, 2x28, 1.00mm pitch, double rows Through hole pin header THT 2x28 1.00mm double row 0 56 56 Connector_PinHeader_1.00mm PinHeader_2x28_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x28, 1.00mm pitch, double rows Surface mounted pin header SMD 2x28 1.00mm double row 0 56 56 Connector_PinHeader_1.00mm PinHeader_2x29_P1.00mm_Horizontal Through hole angled pin header, 2x29, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x29 1.00mm double row 0 58 58 Connector_PinHeader_1.00mm PinHeader_2x29_P1.00mm_Vertical Through hole straight pin header, 2x29, 1.00mm pitch, double rows Through hole pin header THT 2x29 1.00mm double row 0 58 58 Connector_PinHeader_1.00mm PinHeader_2x29_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x29, 1.00mm pitch, double rows Surface mounted pin header SMD 2x29 1.00mm double row 0 58 58 Connector_PinHeader_1.00mm PinHeader_2x30_P1.00mm_Horizontal Through hole angled pin header, 2x30, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x30 1.00mm double row 0 60 60 Connector_PinHeader_1.00mm PinHeader_2x30_P1.00mm_Vertical Through hole straight pin header, 2x30, 1.00mm pitch, double rows Through hole pin header THT 2x30 1.00mm double row 0 60 60 Connector_PinHeader_1.00mm PinHeader_2x30_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x30, 1.00mm pitch, double rows Surface mounted pin header SMD 2x30 1.00mm double row 0 60 60 Connector_PinHeader_1.00mm PinHeader_2x31_P1.00mm_Horizontal Through hole angled pin header, 2x31, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x31 1.00mm double row 0 62 62 Connector_PinHeader_1.00mm PinHeader_2x31_P1.00mm_Vertical Through hole straight pin header, 2x31, 1.00mm pitch, double rows Through hole pin header THT 2x31 1.00mm double row 0 62 62 Connector_PinHeader_1.00mm PinHeader_2x31_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x31, 1.00mm pitch, double rows Surface mounted pin header SMD 2x31 1.00mm double row 0 62 62 Connector_PinHeader_1.00mm PinHeader_2x32_P1.00mm_Horizontal Through hole angled pin header, 2x32, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x32 1.00mm double row 0 64 64 Connector_PinHeader_1.00mm PinHeader_2x32_P1.00mm_Vertical Through hole straight pin header, 2x32, 1.00mm pitch, double rows Through hole pin header THT 2x32 1.00mm double row 0 64 64 Connector_PinHeader_1.00mm PinHeader_2x32_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x32, 1.00mm pitch, double rows Surface mounted pin header SMD 2x32 1.00mm double row 0 64 64 Connector_PinHeader_1.00mm PinHeader_2x33_P1.00mm_Horizontal Through hole angled pin header, 2x33, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x33 1.00mm double row 0 66 66 Connector_PinHeader_1.00mm PinHeader_2x33_P1.00mm_Vertical Through hole straight pin header, 2x33, 1.00mm pitch, double rows Through hole pin header THT 2x33 1.00mm double row 0 66 66 Connector_PinHeader_1.00mm PinHeader_2x33_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x33, 1.00mm pitch, double rows Surface mounted pin header SMD 2x33 1.00mm double row 0 66 66 Connector_PinHeader_1.00mm PinHeader_2x34_P1.00mm_Horizontal Through hole angled pin header, 2x34, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x34 1.00mm double row 0 68 68 Connector_PinHeader_1.00mm PinHeader_2x34_P1.00mm_Vertical Through hole straight pin header, 2x34, 1.00mm pitch, double rows Through hole pin header THT 2x34 1.00mm double row 0 68 68 Connector_PinHeader_1.00mm PinHeader_2x34_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x34, 1.00mm pitch, double rows Surface mounted pin header SMD 2x34 1.00mm double row 0 68 68 Connector_PinHeader_1.00mm PinHeader_2x35_P1.00mm_Horizontal Through hole angled pin header, 2x35, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x35 1.00mm double row 0 70 70 Connector_PinHeader_1.00mm PinHeader_2x35_P1.00mm_Vertical Through hole straight pin header, 2x35, 1.00mm pitch, double rows Through hole pin header THT 2x35 1.00mm double row 0 70 70 Connector_PinHeader_1.00mm PinHeader_2x35_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x35, 1.00mm pitch, double rows Surface mounted pin header SMD 2x35 1.00mm double row 0 70 70 Connector_PinHeader_1.00mm PinHeader_2x36_P1.00mm_Horizontal Through hole angled pin header, 2x36, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x36 1.00mm double row 0 72 72 Connector_PinHeader_1.00mm PinHeader_2x36_P1.00mm_Vertical Through hole straight pin header, 2x36, 1.00mm pitch, double rows Through hole pin header THT 2x36 1.00mm double row 0 72 72 Connector_PinHeader_1.00mm PinHeader_2x36_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x36, 1.00mm pitch, double rows Surface mounted pin header SMD 2x36 1.00mm double row 0 72 72 Connector_PinHeader_1.00mm PinHeader_2x37_P1.00mm_Horizontal Through hole angled pin header, 2x37, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x37 1.00mm double row 0 74 74 Connector_PinHeader_1.00mm PinHeader_2x37_P1.00mm_Vertical Through hole straight pin header, 2x37, 1.00mm pitch, double rows Through hole pin header THT 2x37 1.00mm double row 0 74 74 Connector_PinHeader_1.00mm PinHeader_2x37_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x37, 1.00mm pitch, double rows Surface mounted pin header SMD 2x37 1.00mm double row 0 74 74 Connector_PinHeader_1.00mm PinHeader_2x38_P1.00mm_Horizontal Through hole angled pin header, 2x38, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x38 1.00mm double row 0 76 76 Connector_PinHeader_1.00mm PinHeader_2x38_P1.00mm_Vertical Through hole straight pin header, 2x38, 1.00mm pitch, double rows Through hole pin header THT 2x38 1.00mm double row 0 76 76 Connector_PinHeader_1.00mm PinHeader_2x38_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x38, 1.00mm pitch, double rows Surface mounted pin header SMD 2x38 1.00mm double row 0 76 76 Connector_PinHeader_1.00mm PinHeader_2x39_P1.00mm_Horizontal Through hole angled pin header, 2x39, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x39 1.00mm double row 0 78 78 Connector_PinHeader_1.00mm PinHeader_2x39_P1.00mm_Vertical Through hole straight pin header, 2x39, 1.00mm pitch, double rows Through hole pin header THT 2x39 1.00mm double row 0 78 78 Connector_PinHeader_1.00mm PinHeader_2x39_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x39, 1.00mm pitch, double rows Surface mounted pin header SMD 2x39 1.00mm double row 0 78 78 Connector_PinHeader_1.00mm PinHeader_2x40_P1.00mm_Horizontal Through hole angled pin header, 2x40, 1.00mm pitch, 2.0mm pin length, double rows Through hole angled pin header THT 2x40 1.00mm double row 0 80 80 Connector_PinHeader_1.00mm PinHeader_2x40_P1.00mm_Vertical Through hole straight pin header, 2x40, 1.00mm pitch, double rows Through hole pin header THT 2x40 1.00mm double row 0 80 80 Connector_PinHeader_1.00mm PinHeader_2x40_P1.00mm_Vertical_SMD surface-mounted straight pin header, 2x40, 1.00mm pitch, double rows Surface mounted pin header SMD 2x40 1.00mm double row 0 80 80 Connector_PinHeader_1.27mm PinHeader_1x01_P1.27mm_Horizontal Through hole angled pin header, 1x01, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x01 1.27mm single row 0 1 1 Connector_PinHeader_1.27mm PinHeader_1x01_P1.27mm_Vertical Through hole straight pin header, 1x01, 1.27mm pitch, single row Through hole pin header THT 1x01 1.27mm single row 0 1 1 Connector_PinHeader_1.27mm PinHeader_1x02_P1.27mm_Horizontal Through hole angled pin header, 1x02, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x02 1.27mm single row 0 2 2 Connector_PinHeader_1.27mm PinHeader_1x02_P1.27mm_Vertical Through hole straight pin header, 1x02, 1.27mm pitch, single row Through hole pin header THT 1x02 1.27mm single row 0 2 2 Connector_PinHeader_1.27mm PinHeader_1x02_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x02, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x02 1.27mm single row style1 pin1 left 0 2 2 Connector_PinHeader_1.27mm PinHeader_1x02_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x02, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x02 1.27mm single row style2 pin1 right 0 2 2 Connector_PinHeader_1.27mm PinHeader_1x03_P1.27mm_Horizontal Through hole angled pin header, 1x03, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x03 1.27mm single row 0 3 3 Connector_PinHeader_1.27mm PinHeader_1x03_P1.27mm_Vertical Through hole straight pin header, 1x03, 1.27mm pitch, single row Through hole pin header THT 1x03 1.27mm single row 0 3 3 Connector_PinHeader_1.27mm PinHeader_1x03_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x03, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x03 1.27mm single row style1 pin1 left 0 3 3 Connector_PinHeader_1.27mm PinHeader_1x03_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x03, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x03 1.27mm single row style2 pin1 right 0 3 3 Connector_PinHeader_1.27mm PinHeader_1x04_P1.27mm_Horizontal Through hole angled pin header, 1x04, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x04 1.27mm single row 0 4 4 Connector_PinHeader_1.27mm PinHeader_1x04_P1.27mm_Vertical Through hole straight pin header, 1x04, 1.27mm pitch, single row Through hole pin header THT 1x04 1.27mm single row 0 4 4 Connector_PinHeader_1.27mm PinHeader_1x04_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x04, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x04 1.27mm single row style1 pin1 left 0 4 4 Connector_PinHeader_1.27mm PinHeader_1x04_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x04, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x04 1.27mm single row style2 pin1 right 0 4 4 Connector_PinHeader_1.27mm PinHeader_1x05_P1.27mm_Horizontal Through hole angled pin header, 1x05, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x05 1.27mm single row 0 5 5 Connector_PinHeader_1.27mm PinHeader_1x05_P1.27mm_Vertical Through hole straight pin header, 1x05, 1.27mm pitch, single row Through hole pin header THT 1x05 1.27mm single row 0 5 5 Connector_PinHeader_1.27mm PinHeader_1x05_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x05, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x05 1.27mm single row style1 pin1 left 0 5 5 Connector_PinHeader_1.27mm PinHeader_1x05_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x05, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x05 1.27mm single row style2 pin1 right 0 5 5 Connector_PinHeader_1.27mm PinHeader_1x06_P1.27mm_Horizontal Through hole angled pin header, 1x06, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x06 1.27mm single row 0 6 6 Connector_PinHeader_1.27mm PinHeader_1x06_P1.27mm_Vertical Through hole straight pin header, 1x06, 1.27mm pitch, single row Through hole pin header THT 1x06 1.27mm single row 0 6 6 Connector_PinHeader_1.27mm PinHeader_1x06_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x06, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x06 1.27mm single row style1 pin1 left 0 6 6 Connector_PinHeader_1.27mm PinHeader_1x06_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x06, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x06 1.27mm single row style2 pin1 right 0 6 6 Connector_PinHeader_1.27mm PinHeader_1x07_P1.27mm_Horizontal Through hole angled pin header, 1x07, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x07 1.27mm single row 0 7 7 Connector_PinHeader_1.27mm PinHeader_1x07_P1.27mm_Vertical Through hole straight pin header, 1x07, 1.27mm pitch, single row Through hole pin header THT 1x07 1.27mm single row 0 7 7 Connector_PinHeader_1.27mm PinHeader_1x07_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x07, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x07 1.27mm single row style1 pin1 left 0 7 7 Connector_PinHeader_1.27mm PinHeader_1x07_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x07, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x07 1.27mm single row style2 pin1 right 0 7 7 Connector_PinHeader_1.27mm PinHeader_1x08_P1.27mm_Horizontal Through hole angled pin header, 1x08, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x08 1.27mm single row 0 8 8 Connector_PinHeader_1.27mm PinHeader_1x08_P1.27mm_Vertical Through hole straight pin header, 1x08, 1.27mm pitch, single row Through hole pin header THT 1x08 1.27mm single row 0 8 8 Connector_PinHeader_1.27mm PinHeader_1x08_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x08, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x08 1.27mm single row style1 pin1 left 0 8 8 Connector_PinHeader_1.27mm PinHeader_1x08_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x08, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x08 1.27mm single row style2 pin1 right 0 8 8 Connector_PinHeader_1.27mm PinHeader_1x09_P1.27mm_Horizontal Through hole angled pin header, 1x09, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x09 1.27mm single row 0 9 9 Connector_PinHeader_1.27mm PinHeader_1x09_P1.27mm_Vertical Through hole straight pin header, 1x09, 1.27mm pitch, single row Through hole pin header THT 1x09 1.27mm single row 0 9 9 Connector_PinHeader_1.27mm PinHeader_1x09_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x09, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x09 1.27mm single row style1 pin1 left 0 9 9 Connector_PinHeader_1.27mm PinHeader_1x09_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x09, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x09 1.27mm single row style2 pin1 right 0 9 9 Connector_PinHeader_1.27mm PinHeader_1x10_P1.27mm_Horizontal Through hole angled pin header, 1x10, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x10 1.27mm single row 0 10 10 Connector_PinHeader_1.27mm PinHeader_1x10_P1.27mm_Vertical Through hole straight pin header, 1x10, 1.27mm pitch, single row Through hole pin header THT 1x10 1.27mm single row 0 10 10 Connector_PinHeader_1.27mm PinHeader_1x10_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x10, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x10 1.27mm single row style1 pin1 left 0 10 10 Connector_PinHeader_1.27mm PinHeader_1x10_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x10, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x10 1.27mm single row style2 pin1 right 0 10 10 Connector_PinHeader_1.27mm PinHeader_1x11_P1.27mm_Horizontal Through hole angled pin header, 1x11, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x11 1.27mm single row 0 11 11 Connector_PinHeader_1.27mm PinHeader_1x11_P1.27mm_Vertical Through hole straight pin header, 1x11, 1.27mm pitch, single row Through hole pin header THT 1x11 1.27mm single row 0 11 11 Connector_PinHeader_1.27mm PinHeader_1x11_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x11, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x11 1.27mm single row style1 pin1 left 0 11 11 Connector_PinHeader_1.27mm PinHeader_1x11_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x11, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x11 1.27mm single row style2 pin1 right 0 11 11 Connector_PinHeader_1.27mm PinHeader_1x12_P1.27mm_Horizontal Through hole angled pin header, 1x12, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x12 1.27mm single row 0 12 12 Connector_PinHeader_1.27mm PinHeader_1x12_P1.27mm_Vertical Through hole straight pin header, 1x12, 1.27mm pitch, single row Through hole pin header THT 1x12 1.27mm single row 0 12 12 Connector_PinHeader_1.27mm PinHeader_1x12_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x12, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x12 1.27mm single row style1 pin1 left 0 12 12 Connector_PinHeader_1.27mm PinHeader_1x12_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x12, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x12 1.27mm single row style2 pin1 right 0 12 12 Connector_PinHeader_1.27mm PinHeader_1x13_P1.27mm_Horizontal Through hole angled pin header, 1x13, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x13 1.27mm single row 0 13 13 Connector_PinHeader_1.27mm PinHeader_1x13_P1.27mm_Vertical Through hole straight pin header, 1x13, 1.27mm pitch, single row Through hole pin header THT 1x13 1.27mm single row 0 13 13 Connector_PinHeader_1.27mm PinHeader_1x13_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x13, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x13 1.27mm single row style1 pin1 left 0 13 13 Connector_PinHeader_1.27mm PinHeader_1x13_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x13, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x13 1.27mm single row style2 pin1 right 0 13 13 Connector_PinHeader_1.27mm PinHeader_1x14_P1.27mm_Horizontal Through hole angled pin header, 1x14, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x14 1.27mm single row 0 14 14 Connector_PinHeader_1.27mm PinHeader_1x14_P1.27mm_Vertical Through hole straight pin header, 1x14, 1.27mm pitch, single row Through hole pin header THT 1x14 1.27mm single row 0 14 14 Connector_PinHeader_1.27mm PinHeader_1x14_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x14, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x14 1.27mm single row style1 pin1 left 0 14 14 Connector_PinHeader_1.27mm PinHeader_1x14_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x14, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x14 1.27mm single row style2 pin1 right 0 14 14 Connector_PinHeader_1.27mm PinHeader_1x15_P1.27mm_Horizontal Through hole angled pin header, 1x15, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x15 1.27mm single row 0 15 15 Connector_PinHeader_1.27mm PinHeader_1x15_P1.27mm_Vertical Through hole straight pin header, 1x15, 1.27mm pitch, single row Through hole pin header THT 1x15 1.27mm single row 0 15 15 Connector_PinHeader_1.27mm PinHeader_1x15_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x15, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x15 1.27mm single row style1 pin1 left 0 15 15 Connector_PinHeader_1.27mm PinHeader_1x15_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x15, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x15 1.27mm single row style2 pin1 right 0 15 15 Connector_PinHeader_1.27mm PinHeader_1x16_P1.27mm_Horizontal Through hole angled pin header, 1x16, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x16 1.27mm single row 0 16 16 Connector_PinHeader_1.27mm PinHeader_1x16_P1.27mm_Vertical Through hole straight pin header, 1x16, 1.27mm pitch, single row Through hole pin header THT 1x16 1.27mm single row 0 16 16 Connector_PinHeader_1.27mm PinHeader_1x16_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x16, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x16 1.27mm single row style1 pin1 left 0 16 16 Connector_PinHeader_1.27mm PinHeader_1x16_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x16, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x16 1.27mm single row style2 pin1 right 0 16 16 Connector_PinHeader_1.27mm PinHeader_1x17_P1.27mm_Horizontal Through hole angled pin header, 1x17, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x17 1.27mm single row 0 17 17 Connector_PinHeader_1.27mm PinHeader_1x17_P1.27mm_Vertical Through hole straight pin header, 1x17, 1.27mm pitch, single row Through hole pin header THT 1x17 1.27mm single row 0 17 17 Connector_PinHeader_1.27mm PinHeader_1x17_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x17, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x17 1.27mm single row style1 pin1 left 0 17 17 Connector_PinHeader_1.27mm PinHeader_1x17_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x17, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x17 1.27mm single row style2 pin1 right 0 17 17 Connector_PinHeader_1.27mm PinHeader_1x18_P1.27mm_Horizontal Through hole angled pin header, 1x18, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x18 1.27mm single row 0 18 18 Connector_PinHeader_1.27mm PinHeader_1x18_P1.27mm_Vertical Through hole straight pin header, 1x18, 1.27mm pitch, single row Through hole pin header THT 1x18 1.27mm single row 0 18 18 Connector_PinHeader_1.27mm PinHeader_1x18_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x18, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x18 1.27mm single row style1 pin1 left 0 18 18 Connector_PinHeader_1.27mm PinHeader_1x18_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x18, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x18 1.27mm single row style2 pin1 right 0 18 18 Connector_PinHeader_1.27mm PinHeader_1x19_P1.27mm_Horizontal Through hole angled pin header, 1x19, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x19 1.27mm single row 0 19 19 Connector_PinHeader_1.27mm PinHeader_1x19_P1.27mm_Vertical Through hole straight pin header, 1x19, 1.27mm pitch, single row Through hole pin header THT 1x19 1.27mm single row 0 19 19 Connector_PinHeader_1.27mm PinHeader_1x19_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x19, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x19 1.27mm single row style1 pin1 left 0 19 19 Connector_PinHeader_1.27mm PinHeader_1x19_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x19, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x19 1.27mm single row style2 pin1 right 0 19 19 Connector_PinHeader_1.27mm PinHeader_1x20_P1.27mm_Horizontal Through hole angled pin header, 1x20, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x20 1.27mm single row 0 20 20 Connector_PinHeader_1.27mm PinHeader_1x20_P1.27mm_Vertical Through hole straight pin header, 1x20, 1.27mm pitch, single row Through hole pin header THT 1x20 1.27mm single row 0 20 20 Connector_PinHeader_1.27mm PinHeader_1x20_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x20, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x20 1.27mm single row style1 pin1 left 0 20 20 Connector_PinHeader_1.27mm PinHeader_1x20_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x20, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x20 1.27mm single row style2 pin1 right 0 20 20 Connector_PinHeader_1.27mm PinHeader_1x21_P1.27mm_Horizontal Through hole angled pin header, 1x21, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x21 1.27mm single row 0 21 21 Connector_PinHeader_1.27mm PinHeader_1x21_P1.27mm_Vertical Through hole straight pin header, 1x21, 1.27mm pitch, single row Through hole pin header THT 1x21 1.27mm single row 0 21 21 Connector_PinHeader_1.27mm PinHeader_1x21_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x21, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x21 1.27mm single row style1 pin1 left 0 21 21 Connector_PinHeader_1.27mm PinHeader_1x21_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x21, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x21 1.27mm single row style2 pin1 right 0 21 21 Connector_PinHeader_1.27mm PinHeader_1x22_P1.27mm_Horizontal Through hole angled pin header, 1x22, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x22 1.27mm single row 0 22 22 Connector_PinHeader_1.27mm PinHeader_1x22_P1.27mm_Vertical Through hole straight pin header, 1x22, 1.27mm pitch, single row Through hole pin header THT 1x22 1.27mm single row 0 22 22 Connector_PinHeader_1.27mm PinHeader_1x22_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x22, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x22 1.27mm single row style1 pin1 left 0 22 22 Connector_PinHeader_1.27mm PinHeader_1x22_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x22, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x22 1.27mm single row style2 pin1 right 0 22 22 Connector_PinHeader_1.27mm PinHeader_1x23_P1.27mm_Horizontal Through hole angled pin header, 1x23, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x23 1.27mm single row 0 23 23 Connector_PinHeader_1.27mm PinHeader_1x23_P1.27mm_Vertical Through hole straight pin header, 1x23, 1.27mm pitch, single row Through hole pin header THT 1x23 1.27mm single row 0 23 23 Connector_PinHeader_1.27mm PinHeader_1x23_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x23, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x23 1.27mm single row style1 pin1 left 0 23 23 Connector_PinHeader_1.27mm PinHeader_1x23_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x23, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x23 1.27mm single row style2 pin1 right 0 23 23 Connector_PinHeader_1.27mm PinHeader_1x24_P1.27mm_Horizontal Through hole angled pin header, 1x24, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x24 1.27mm single row 0 24 24 Connector_PinHeader_1.27mm PinHeader_1x24_P1.27mm_Vertical Through hole straight pin header, 1x24, 1.27mm pitch, single row Through hole pin header THT 1x24 1.27mm single row 0 24 24 Connector_PinHeader_1.27mm PinHeader_1x24_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x24, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x24 1.27mm single row style1 pin1 left 0 24 24 Connector_PinHeader_1.27mm PinHeader_1x24_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x24, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x24 1.27mm single row style2 pin1 right 0 24 24 Connector_PinHeader_1.27mm PinHeader_1x25_P1.27mm_Horizontal Through hole angled pin header, 1x25, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x25 1.27mm single row 0 25 25 Connector_PinHeader_1.27mm PinHeader_1x25_P1.27mm_Vertical Through hole straight pin header, 1x25, 1.27mm pitch, single row Through hole pin header THT 1x25 1.27mm single row 0 25 25 Connector_PinHeader_1.27mm PinHeader_1x25_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x25, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x25 1.27mm single row style1 pin1 left 0 25 25 Connector_PinHeader_1.27mm PinHeader_1x25_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x25, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x25 1.27mm single row style2 pin1 right 0 25 25 Connector_PinHeader_1.27mm PinHeader_1x26_P1.27mm_Horizontal Through hole angled pin header, 1x26, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x26 1.27mm single row 0 26 26 Connector_PinHeader_1.27mm PinHeader_1x26_P1.27mm_Vertical Through hole straight pin header, 1x26, 1.27mm pitch, single row Through hole pin header THT 1x26 1.27mm single row 0 26 26 Connector_PinHeader_1.27mm PinHeader_1x26_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x26, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x26 1.27mm single row style1 pin1 left 0 26 26 Connector_PinHeader_1.27mm PinHeader_1x26_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x26, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x26 1.27mm single row style2 pin1 right 0 26 26 Connector_PinHeader_1.27mm PinHeader_1x27_P1.27mm_Horizontal Through hole angled pin header, 1x27, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x27 1.27mm single row 0 27 27 Connector_PinHeader_1.27mm PinHeader_1x27_P1.27mm_Vertical Through hole straight pin header, 1x27, 1.27mm pitch, single row Through hole pin header THT 1x27 1.27mm single row 0 27 27 Connector_PinHeader_1.27mm PinHeader_1x27_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x27, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x27 1.27mm single row style1 pin1 left 0 27 27 Connector_PinHeader_1.27mm PinHeader_1x27_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x27, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x27 1.27mm single row style2 pin1 right 0 27 27 Connector_PinHeader_1.27mm PinHeader_1x28_P1.27mm_Horizontal Through hole angled pin header, 1x28, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x28 1.27mm single row 0 28 28 Connector_PinHeader_1.27mm PinHeader_1x28_P1.27mm_Vertical Through hole straight pin header, 1x28, 1.27mm pitch, single row Through hole pin header THT 1x28 1.27mm single row 0 28 28 Connector_PinHeader_1.27mm PinHeader_1x28_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x28, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x28 1.27mm single row style1 pin1 left 0 28 28 Connector_PinHeader_1.27mm PinHeader_1x28_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x28, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x28 1.27mm single row style2 pin1 right 0 28 28 Connector_PinHeader_1.27mm PinHeader_1x29_P1.27mm_Horizontal Through hole angled pin header, 1x29, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x29 1.27mm single row 0 29 29 Connector_PinHeader_1.27mm PinHeader_1x29_P1.27mm_Vertical Through hole straight pin header, 1x29, 1.27mm pitch, single row Through hole pin header THT 1x29 1.27mm single row 0 29 29 Connector_PinHeader_1.27mm PinHeader_1x29_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x29, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x29 1.27mm single row style1 pin1 left 0 29 29 Connector_PinHeader_1.27mm PinHeader_1x29_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x29, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x29 1.27mm single row style2 pin1 right 0 29 29 Connector_PinHeader_1.27mm PinHeader_1x30_P1.27mm_Horizontal Through hole angled pin header, 1x30, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x30 1.27mm single row 0 30 30 Connector_PinHeader_1.27mm PinHeader_1x30_P1.27mm_Vertical Through hole straight pin header, 1x30, 1.27mm pitch, single row Through hole pin header THT 1x30 1.27mm single row 0 30 30 Connector_PinHeader_1.27mm PinHeader_1x30_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x30, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x30 1.27mm single row style1 pin1 left 0 30 30 Connector_PinHeader_1.27mm PinHeader_1x30_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x30, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x30 1.27mm single row style2 pin1 right 0 30 30 Connector_PinHeader_1.27mm PinHeader_1x31_P1.27mm_Horizontal Through hole angled pin header, 1x31, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x31 1.27mm single row 0 31 31 Connector_PinHeader_1.27mm PinHeader_1x31_P1.27mm_Vertical Through hole straight pin header, 1x31, 1.27mm pitch, single row Through hole pin header THT 1x31 1.27mm single row 0 31 31 Connector_PinHeader_1.27mm PinHeader_1x31_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x31, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x31 1.27mm single row style1 pin1 left 0 31 31 Connector_PinHeader_1.27mm PinHeader_1x31_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x31, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x31 1.27mm single row style2 pin1 right 0 31 31 Connector_PinHeader_1.27mm PinHeader_1x32_P1.27mm_Horizontal Through hole angled pin header, 1x32, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x32 1.27mm single row 0 32 32 Connector_PinHeader_1.27mm PinHeader_1x32_P1.27mm_Vertical Through hole straight pin header, 1x32, 1.27mm pitch, single row Through hole pin header THT 1x32 1.27mm single row 0 32 32 Connector_PinHeader_1.27mm PinHeader_1x32_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x32, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x32 1.27mm single row style1 pin1 left 0 32 32 Connector_PinHeader_1.27mm PinHeader_1x32_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x32, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x32 1.27mm single row style2 pin1 right 0 32 32 Connector_PinHeader_1.27mm PinHeader_1x33_P1.27mm_Horizontal Through hole angled pin header, 1x33, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x33 1.27mm single row 0 33 33 Connector_PinHeader_1.27mm PinHeader_1x33_P1.27mm_Vertical Through hole straight pin header, 1x33, 1.27mm pitch, single row Through hole pin header THT 1x33 1.27mm single row 0 33 33 Connector_PinHeader_1.27mm PinHeader_1x33_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x33, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x33 1.27mm single row style1 pin1 left 0 33 33 Connector_PinHeader_1.27mm PinHeader_1x33_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x33, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x33 1.27mm single row style2 pin1 right 0 33 33 Connector_PinHeader_1.27mm PinHeader_1x34_P1.27mm_Horizontal Through hole angled pin header, 1x34, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x34 1.27mm single row 0 34 34 Connector_PinHeader_1.27mm PinHeader_1x34_P1.27mm_Vertical Through hole straight pin header, 1x34, 1.27mm pitch, single row Through hole pin header THT 1x34 1.27mm single row 0 34 34 Connector_PinHeader_1.27mm PinHeader_1x34_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x34, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x34 1.27mm single row style1 pin1 left 0 34 34 Connector_PinHeader_1.27mm PinHeader_1x34_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x34, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x34 1.27mm single row style2 pin1 right 0 34 34 Connector_PinHeader_1.27mm PinHeader_1x35_P1.27mm_Horizontal Through hole angled pin header, 1x35, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x35 1.27mm single row 0 35 35 Connector_PinHeader_1.27mm PinHeader_1x35_P1.27mm_Vertical Through hole straight pin header, 1x35, 1.27mm pitch, single row Through hole pin header THT 1x35 1.27mm single row 0 35 35 Connector_PinHeader_1.27mm PinHeader_1x35_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x35, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x35 1.27mm single row style1 pin1 left 0 35 35 Connector_PinHeader_1.27mm PinHeader_1x35_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x35, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x35 1.27mm single row style2 pin1 right 0 35 35 Connector_PinHeader_1.27mm PinHeader_1x36_P1.27mm_Horizontal Through hole angled pin header, 1x36, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x36 1.27mm single row 0 36 36 Connector_PinHeader_1.27mm PinHeader_1x36_P1.27mm_Vertical Through hole straight pin header, 1x36, 1.27mm pitch, single row Through hole pin header THT 1x36 1.27mm single row 0 36 36 Connector_PinHeader_1.27mm PinHeader_1x36_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x36, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x36 1.27mm single row style1 pin1 left 0 36 36 Connector_PinHeader_1.27mm PinHeader_1x36_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x36, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x36 1.27mm single row style2 pin1 right 0 36 36 Connector_PinHeader_1.27mm PinHeader_1x37_P1.27mm_Horizontal Through hole angled pin header, 1x37, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x37 1.27mm single row 0 37 37 Connector_PinHeader_1.27mm PinHeader_1x37_P1.27mm_Vertical Through hole straight pin header, 1x37, 1.27mm pitch, single row Through hole pin header THT 1x37 1.27mm single row 0 37 37 Connector_PinHeader_1.27mm PinHeader_1x37_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x37, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x37 1.27mm single row style1 pin1 left 0 37 37 Connector_PinHeader_1.27mm PinHeader_1x37_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x37, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x37 1.27mm single row style2 pin1 right 0 37 37 Connector_PinHeader_1.27mm PinHeader_1x38_P1.27mm_Horizontal Through hole angled pin header, 1x38, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x38 1.27mm single row 0 38 38 Connector_PinHeader_1.27mm PinHeader_1x38_P1.27mm_Vertical Through hole straight pin header, 1x38, 1.27mm pitch, single row Through hole pin header THT 1x38 1.27mm single row 0 38 38 Connector_PinHeader_1.27mm PinHeader_1x38_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x38, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x38 1.27mm single row style1 pin1 left 0 38 38 Connector_PinHeader_1.27mm PinHeader_1x38_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x38, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x38 1.27mm single row style2 pin1 right 0 38 38 Connector_PinHeader_1.27mm PinHeader_1x39_P1.27mm_Horizontal Through hole angled pin header, 1x39, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x39 1.27mm single row 0 39 39 Connector_PinHeader_1.27mm PinHeader_1x39_P1.27mm_Vertical Through hole straight pin header, 1x39, 1.27mm pitch, single row Through hole pin header THT 1x39 1.27mm single row 0 39 39 Connector_PinHeader_1.27mm PinHeader_1x39_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x39, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x39 1.27mm single row style1 pin1 left 0 39 39 Connector_PinHeader_1.27mm PinHeader_1x39_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x39, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x39 1.27mm single row style2 pin1 right 0 39 39 Connector_PinHeader_1.27mm PinHeader_1x40_P1.27mm_Horizontal Through hole angled pin header, 1x40, 1.27mm pitch, 4.0mm pin length, single row Through hole angled pin header THT 1x40 1.27mm single row 0 40 40 Connector_PinHeader_1.27mm PinHeader_1x40_P1.27mm_Vertical Through hole straight pin header, 1x40, 1.27mm pitch, single row Through hole pin header THT 1x40 1.27mm single row 0 40 40 Connector_PinHeader_1.27mm PinHeader_1x40_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x40, 1.27mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x40 1.27mm single row style1 pin1 left 0 40 40 Connector_PinHeader_1.27mm PinHeader_1x40_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x40, 1.27mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x40 1.27mm single row style2 pin1 right 0 40 40 Connector_PinHeader_1.27mm PinHeader_2x01_P1.27mm_Horizontal Through hole angled pin header, 2x01, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x01 1.27mm double row 0 2 2 Connector_PinHeader_1.27mm PinHeader_2x01_P1.27mm_Vertical Through hole straight pin header, 2x01, 1.27mm pitch, double rows Through hole pin header THT 2x01 1.27mm double row 0 2 2 Connector_PinHeader_1.27mm PinHeader_2x01_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x01, 1.27mm pitch, double rows Surface mounted pin header SMD 2x01 1.27mm double row 0 2 2 Connector_PinHeader_1.27mm PinHeader_2x02_P1.27mm_Horizontal Through hole angled pin header, 2x02, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x02 1.27mm double row 0 4 4 Connector_PinHeader_1.27mm PinHeader_2x02_P1.27mm_Vertical Through hole straight pin header, 2x02, 1.27mm pitch, double rows Through hole pin header THT 2x02 1.27mm double row 0 4 4 Connector_PinHeader_1.27mm PinHeader_2x02_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x02, 1.27mm pitch, double rows Surface mounted pin header SMD 2x02 1.27mm double row 0 4 4 Connector_PinHeader_1.27mm PinHeader_2x03_P1.27mm_Horizontal Through hole angled pin header, 2x03, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x03 1.27mm double row 0 6 6 Connector_PinHeader_1.27mm PinHeader_2x03_P1.27mm_Vertical Through hole straight pin header, 2x03, 1.27mm pitch, double rows Through hole pin header THT 2x03 1.27mm double row 0 6 6 Connector_PinHeader_1.27mm PinHeader_2x03_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x03, 1.27mm pitch, double rows Surface mounted pin header SMD 2x03 1.27mm double row 0 6 6 Connector_PinHeader_1.27mm PinHeader_2x04_P1.27mm_Horizontal Through hole angled pin header, 2x04, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x04 1.27mm double row 0 8 8 Connector_PinHeader_1.27mm PinHeader_2x04_P1.27mm_Vertical Through hole straight pin header, 2x04, 1.27mm pitch, double rows Through hole pin header THT 2x04 1.27mm double row 0 8 8 Connector_PinHeader_1.27mm PinHeader_2x04_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x04, 1.27mm pitch, double rows Surface mounted pin header SMD 2x04 1.27mm double row 0 8 8 Connector_PinHeader_1.27mm PinHeader_2x05_P1.27mm_Horizontal Through hole angled pin header, 2x05, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x05 1.27mm double row 0 10 10 Connector_PinHeader_1.27mm PinHeader_2x05_P1.27mm_Vertical Through hole straight pin header, 2x05, 1.27mm pitch, double rows Through hole pin header THT 2x05 1.27mm double row 0 10 10 Connector_PinHeader_1.27mm PinHeader_2x05_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x05, 1.27mm pitch, double rows Surface mounted pin header SMD 2x05 1.27mm double row 0 10 10 Connector_PinHeader_1.27mm PinHeader_2x06_P1.27mm_Horizontal Through hole angled pin header, 2x06, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x06 1.27mm double row 0 12 12 Connector_PinHeader_1.27mm PinHeader_2x06_P1.27mm_Vertical Through hole straight pin header, 2x06, 1.27mm pitch, double rows Through hole pin header THT 2x06 1.27mm double row 0 12 12 Connector_PinHeader_1.27mm PinHeader_2x06_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x06, 1.27mm pitch, double rows Surface mounted pin header SMD 2x06 1.27mm double row 0 12 12 Connector_PinHeader_1.27mm PinHeader_2x07_P1.27mm_Horizontal Through hole angled pin header, 2x07, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x07 1.27mm double row 0 14 14 Connector_PinHeader_1.27mm PinHeader_2x07_P1.27mm_Vertical Through hole straight pin header, 2x07, 1.27mm pitch, double rows Through hole pin header THT 2x07 1.27mm double row 0 14 14 Connector_PinHeader_1.27mm PinHeader_2x07_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x07, 1.27mm pitch, double rows Surface mounted pin header SMD 2x07 1.27mm double row 0 14 14 Connector_PinHeader_1.27mm PinHeader_2x08_P1.27mm_Horizontal Through hole angled pin header, 2x08, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x08 1.27mm double row 0 16 16 Connector_PinHeader_1.27mm PinHeader_2x08_P1.27mm_Vertical Through hole straight pin header, 2x08, 1.27mm pitch, double rows Through hole pin header THT 2x08 1.27mm double row 0 16 16 Connector_PinHeader_1.27mm PinHeader_2x08_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x08, 1.27mm pitch, double rows Surface mounted pin header SMD 2x08 1.27mm double row 0 16 16 Connector_PinHeader_1.27mm PinHeader_2x09_P1.27mm_Horizontal Through hole angled pin header, 2x09, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x09 1.27mm double row 0 18 18 Connector_PinHeader_1.27mm PinHeader_2x09_P1.27mm_Vertical Through hole straight pin header, 2x09, 1.27mm pitch, double rows Through hole pin header THT 2x09 1.27mm double row 0 18 18 Connector_PinHeader_1.27mm PinHeader_2x09_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x09, 1.27mm pitch, double rows Surface mounted pin header SMD 2x09 1.27mm double row 0 18 18 Connector_PinHeader_1.27mm PinHeader_2x10_P1.27mm_Horizontal Through hole angled pin header, 2x10, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x10 1.27mm double row 0 20 20 Connector_PinHeader_1.27mm PinHeader_2x10_P1.27mm_Vertical Through hole straight pin header, 2x10, 1.27mm pitch, double rows Through hole pin header THT 2x10 1.27mm double row 0 20 20 Connector_PinHeader_1.27mm PinHeader_2x10_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x10, 1.27mm pitch, double rows Surface mounted pin header SMD 2x10 1.27mm double row 0 20 20 Connector_PinHeader_1.27mm PinHeader_2x11_P1.27mm_Horizontal Through hole angled pin header, 2x11, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x11 1.27mm double row 0 22 22 Connector_PinHeader_1.27mm PinHeader_2x11_P1.27mm_Vertical Through hole straight pin header, 2x11, 1.27mm pitch, double rows Through hole pin header THT 2x11 1.27mm double row 0 22 22 Connector_PinHeader_1.27mm PinHeader_2x11_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x11, 1.27mm pitch, double rows Surface mounted pin header SMD 2x11 1.27mm double row 0 22 22 Connector_PinHeader_1.27mm PinHeader_2x12_P1.27mm_Horizontal Through hole angled pin header, 2x12, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x12 1.27mm double row 0 24 24 Connector_PinHeader_1.27mm PinHeader_2x12_P1.27mm_Vertical Through hole straight pin header, 2x12, 1.27mm pitch, double rows Through hole pin header THT 2x12 1.27mm double row 0 24 24 Connector_PinHeader_1.27mm PinHeader_2x12_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x12, 1.27mm pitch, double rows Surface mounted pin header SMD 2x12 1.27mm double row 0 24 24 Connector_PinHeader_1.27mm PinHeader_2x13_P1.27mm_Horizontal Through hole angled pin header, 2x13, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x13 1.27mm double row 0 26 26 Connector_PinHeader_1.27mm PinHeader_2x13_P1.27mm_Vertical Through hole straight pin header, 2x13, 1.27mm pitch, double rows Through hole pin header THT 2x13 1.27mm double row 0 26 26 Connector_PinHeader_1.27mm PinHeader_2x13_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x13, 1.27mm pitch, double rows Surface mounted pin header SMD 2x13 1.27mm double row 0 26 26 Connector_PinHeader_1.27mm PinHeader_2x14_P1.27mm_Horizontal Through hole angled pin header, 2x14, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x14 1.27mm double row 0 28 28 Connector_PinHeader_1.27mm PinHeader_2x14_P1.27mm_Vertical Through hole straight pin header, 2x14, 1.27mm pitch, double rows Through hole pin header THT 2x14 1.27mm double row 0 28 28 Connector_PinHeader_1.27mm PinHeader_2x14_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x14, 1.27mm pitch, double rows Surface mounted pin header SMD 2x14 1.27mm double row 0 28 28 Connector_PinHeader_1.27mm PinHeader_2x15_P1.27mm_Horizontal Through hole angled pin header, 2x15, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x15 1.27mm double row 0 30 30 Connector_PinHeader_1.27mm PinHeader_2x15_P1.27mm_Vertical Through hole straight pin header, 2x15, 1.27mm pitch, double rows Through hole pin header THT 2x15 1.27mm double row 0 30 30 Connector_PinHeader_1.27mm PinHeader_2x15_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x15, 1.27mm pitch, double rows Surface mounted pin header SMD 2x15 1.27mm double row 0 30 30 Connector_PinHeader_1.27mm PinHeader_2x16_P1.27mm_Horizontal Through hole angled pin header, 2x16, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x16 1.27mm double row 0 32 32 Connector_PinHeader_1.27mm PinHeader_2x16_P1.27mm_Vertical Through hole straight pin header, 2x16, 1.27mm pitch, double rows Through hole pin header THT 2x16 1.27mm double row 0 32 32 Connector_PinHeader_1.27mm PinHeader_2x16_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x16, 1.27mm pitch, double rows Surface mounted pin header SMD 2x16 1.27mm double row 0 32 32 Connector_PinHeader_1.27mm PinHeader_2x17_P1.27mm_Horizontal Through hole angled pin header, 2x17, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x17 1.27mm double row 0 34 34 Connector_PinHeader_1.27mm PinHeader_2x17_P1.27mm_Vertical Through hole straight pin header, 2x17, 1.27mm pitch, double rows Through hole pin header THT 2x17 1.27mm double row 0 34 34 Connector_PinHeader_1.27mm PinHeader_2x17_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x17, 1.27mm pitch, double rows Surface mounted pin header SMD 2x17 1.27mm double row 0 34 34 Connector_PinHeader_1.27mm PinHeader_2x18_P1.27mm_Horizontal Through hole angled pin header, 2x18, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x18 1.27mm double row 0 36 36 Connector_PinHeader_1.27mm PinHeader_2x18_P1.27mm_Vertical Through hole straight pin header, 2x18, 1.27mm pitch, double rows Through hole pin header THT 2x18 1.27mm double row 0 36 36 Connector_PinHeader_1.27mm PinHeader_2x18_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x18, 1.27mm pitch, double rows Surface mounted pin header SMD 2x18 1.27mm double row 0 36 36 Connector_PinHeader_1.27mm PinHeader_2x19_P1.27mm_Horizontal Through hole angled pin header, 2x19, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x19 1.27mm double row 0 38 38 Connector_PinHeader_1.27mm PinHeader_2x19_P1.27mm_Vertical Through hole straight pin header, 2x19, 1.27mm pitch, double rows Through hole pin header THT 2x19 1.27mm double row 0 38 38 Connector_PinHeader_1.27mm PinHeader_2x19_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x19, 1.27mm pitch, double rows Surface mounted pin header SMD 2x19 1.27mm double row 0 38 38 Connector_PinHeader_1.27mm PinHeader_2x20_P1.27mm_Horizontal Through hole angled pin header, 2x20, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x20 1.27mm double row 0 40 40 Connector_PinHeader_1.27mm PinHeader_2x20_P1.27mm_Vertical Through hole straight pin header, 2x20, 1.27mm pitch, double rows Through hole pin header THT 2x20 1.27mm double row 0 40 40 Connector_PinHeader_1.27mm PinHeader_2x20_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x20, 1.27mm pitch, double rows Surface mounted pin header SMD 2x20 1.27mm double row 0 40 40 Connector_PinHeader_1.27mm PinHeader_2x21_P1.27mm_Horizontal Through hole angled pin header, 2x21, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x21 1.27mm double row 0 42 42 Connector_PinHeader_1.27mm PinHeader_2x21_P1.27mm_Vertical Through hole straight pin header, 2x21, 1.27mm pitch, double rows Through hole pin header THT 2x21 1.27mm double row 0 42 42 Connector_PinHeader_1.27mm PinHeader_2x21_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x21, 1.27mm pitch, double rows Surface mounted pin header SMD 2x21 1.27mm double row 0 42 42 Connector_PinHeader_1.27mm PinHeader_2x22_P1.27mm_Horizontal Through hole angled pin header, 2x22, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x22 1.27mm double row 0 44 44 Connector_PinHeader_1.27mm PinHeader_2x22_P1.27mm_Vertical Through hole straight pin header, 2x22, 1.27mm pitch, double rows Through hole pin header THT 2x22 1.27mm double row 0 44 44 Connector_PinHeader_1.27mm PinHeader_2x22_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x22, 1.27mm pitch, double rows Surface mounted pin header SMD 2x22 1.27mm double row 0 44 44 Connector_PinHeader_1.27mm PinHeader_2x23_P1.27mm_Horizontal Through hole angled pin header, 2x23, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x23 1.27mm double row 0 46 46 Connector_PinHeader_1.27mm PinHeader_2x23_P1.27mm_Vertical Through hole straight pin header, 2x23, 1.27mm pitch, double rows Through hole pin header THT 2x23 1.27mm double row 0 46 46 Connector_PinHeader_1.27mm PinHeader_2x23_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x23, 1.27mm pitch, double rows Surface mounted pin header SMD 2x23 1.27mm double row 0 46 46 Connector_PinHeader_1.27mm PinHeader_2x24_P1.27mm_Horizontal Through hole angled pin header, 2x24, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x24 1.27mm double row 0 48 48 Connector_PinHeader_1.27mm PinHeader_2x24_P1.27mm_Vertical Through hole straight pin header, 2x24, 1.27mm pitch, double rows Through hole pin header THT 2x24 1.27mm double row 0 48 48 Connector_PinHeader_1.27mm PinHeader_2x24_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x24, 1.27mm pitch, double rows Surface mounted pin header SMD 2x24 1.27mm double row 0 48 48 Connector_PinHeader_1.27mm PinHeader_2x25_P1.27mm_Horizontal Through hole angled pin header, 2x25, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x25 1.27mm double row 0 50 50 Connector_PinHeader_1.27mm PinHeader_2x25_P1.27mm_Vertical Through hole straight pin header, 2x25, 1.27mm pitch, double rows Through hole pin header THT 2x25 1.27mm double row 0 50 50 Connector_PinHeader_1.27mm PinHeader_2x25_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x25, 1.27mm pitch, double rows Surface mounted pin header SMD 2x25 1.27mm double row 0 50 50 Connector_PinHeader_1.27mm PinHeader_2x26_P1.27mm_Horizontal Through hole angled pin header, 2x26, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x26 1.27mm double row 0 52 52 Connector_PinHeader_1.27mm PinHeader_2x26_P1.27mm_Vertical Through hole straight pin header, 2x26, 1.27mm pitch, double rows Through hole pin header THT 2x26 1.27mm double row 0 52 52 Connector_PinHeader_1.27mm PinHeader_2x26_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x26, 1.27mm pitch, double rows Surface mounted pin header SMD 2x26 1.27mm double row 0 52 52 Connector_PinHeader_1.27mm PinHeader_2x27_P1.27mm_Horizontal Through hole angled pin header, 2x27, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x27 1.27mm double row 0 54 54 Connector_PinHeader_1.27mm PinHeader_2x27_P1.27mm_Vertical Through hole straight pin header, 2x27, 1.27mm pitch, double rows Through hole pin header THT 2x27 1.27mm double row 0 54 54 Connector_PinHeader_1.27mm PinHeader_2x27_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x27, 1.27mm pitch, double rows Surface mounted pin header SMD 2x27 1.27mm double row 0 54 54 Connector_PinHeader_1.27mm PinHeader_2x28_P1.27mm_Horizontal Through hole angled pin header, 2x28, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x28 1.27mm double row 0 56 56 Connector_PinHeader_1.27mm PinHeader_2x28_P1.27mm_Vertical Through hole straight pin header, 2x28, 1.27mm pitch, double rows Through hole pin header THT 2x28 1.27mm double row 0 56 56 Connector_PinHeader_1.27mm PinHeader_2x28_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x28, 1.27mm pitch, double rows Surface mounted pin header SMD 2x28 1.27mm double row 0 56 56 Connector_PinHeader_1.27mm PinHeader_2x29_P1.27mm_Horizontal Through hole angled pin header, 2x29, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x29 1.27mm double row 0 58 58 Connector_PinHeader_1.27mm PinHeader_2x29_P1.27mm_Vertical Through hole straight pin header, 2x29, 1.27mm pitch, double rows Through hole pin header THT 2x29 1.27mm double row 0 58 58 Connector_PinHeader_1.27mm PinHeader_2x29_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x29, 1.27mm pitch, double rows Surface mounted pin header SMD 2x29 1.27mm double row 0 58 58 Connector_PinHeader_1.27mm PinHeader_2x30_P1.27mm_Horizontal Through hole angled pin header, 2x30, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x30 1.27mm double row 0 60 60 Connector_PinHeader_1.27mm PinHeader_2x30_P1.27mm_Vertical Through hole straight pin header, 2x30, 1.27mm pitch, double rows Through hole pin header THT 2x30 1.27mm double row 0 60 60 Connector_PinHeader_1.27mm PinHeader_2x30_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x30, 1.27mm pitch, double rows Surface mounted pin header SMD 2x30 1.27mm double row 0 60 60 Connector_PinHeader_1.27mm PinHeader_2x31_P1.27mm_Horizontal Through hole angled pin header, 2x31, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x31 1.27mm double row 0 62 62 Connector_PinHeader_1.27mm PinHeader_2x31_P1.27mm_Vertical Through hole straight pin header, 2x31, 1.27mm pitch, double rows Through hole pin header THT 2x31 1.27mm double row 0 62 62 Connector_PinHeader_1.27mm PinHeader_2x31_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x31, 1.27mm pitch, double rows Surface mounted pin header SMD 2x31 1.27mm double row 0 62 62 Connector_PinHeader_1.27mm PinHeader_2x32_P1.27mm_Horizontal Through hole angled pin header, 2x32, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x32 1.27mm double row 0 64 64 Connector_PinHeader_1.27mm PinHeader_2x32_P1.27mm_Vertical Through hole straight pin header, 2x32, 1.27mm pitch, double rows Through hole pin header THT 2x32 1.27mm double row 0 64 64 Connector_PinHeader_1.27mm PinHeader_2x32_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x32, 1.27mm pitch, double rows Surface mounted pin header SMD 2x32 1.27mm double row 0 64 64 Connector_PinHeader_1.27mm PinHeader_2x33_P1.27mm_Horizontal Through hole angled pin header, 2x33, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x33 1.27mm double row 0 66 66 Connector_PinHeader_1.27mm PinHeader_2x33_P1.27mm_Vertical Through hole straight pin header, 2x33, 1.27mm pitch, double rows Through hole pin header THT 2x33 1.27mm double row 0 66 66 Connector_PinHeader_1.27mm PinHeader_2x33_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x33, 1.27mm pitch, double rows Surface mounted pin header SMD 2x33 1.27mm double row 0 66 66 Connector_PinHeader_1.27mm PinHeader_2x34_P1.27mm_Horizontal Through hole angled pin header, 2x34, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x34 1.27mm double row 0 68 68 Connector_PinHeader_1.27mm PinHeader_2x34_P1.27mm_Vertical Through hole straight pin header, 2x34, 1.27mm pitch, double rows Through hole pin header THT 2x34 1.27mm double row 0 68 68 Connector_PinHeader_1.27mm PinHeader_2x34_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x34, 1.27mm pitch, double rows Surface mounted pin header SMD 2x34 1.27mm double row 0 68 68 Connector_PinHeader_1.27mm PinHeader_2x35_P1.27mm_Horizontal Through hole angled pin header, 2x35, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x35 1.27mm double row 0 70 70 Connector_PinHeader_1.27mm PinHeader_2x35_P1.27mm_Vertical Through hole straight pin header, 2x35, 1.27mm pitch, double rows Through hole pin header THT 2x35 1.27mm double row 0 70 70 Connector_PinHeader_1.27mm PinHeader_2x35_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x35, 1.27mm pitch, double rows Surface mounted pin header SMD 2x35 1.27mm double row 0 70 70 Connector_PinHeader_1.27mm PinHeader_2x36_P1.27mm_Horizontal Through hole angled pin header, 2x36, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x36 1.27mm double row 0 72 72 Connector_PinHeader_1.27mm PinHeader_2x36_P1.27mm_Vertical Through hole straight pin header, 2x36, 1.27mm pitch, double rows Through hole pin header THT 2x36 1.27mm double row 0 72 72 Connector_PinHeader_1.27mm PinHeader_2x36_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x36, 1.27mm pitch, double rows Surface mounted pin header SMD 2x36 1.27mm double row 0 72 72 Connector_PinHeader_1.27mm PinHeader_2x37_P1.27mm_Horizontal Through hole angled pin header, 2x37, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x37 1.27mm double row 0 74 74 Connector_PinHeader_1.27mm PinHeader_2x37_P1.27mm_Vertical Through hole straight pin header, 2x37, 1.27mm pitch, double rows Through hole pin header THT 2x37 1.27mm double row 0 74 74 Connector_PinHeader_1.27mm PinHeader_2x37_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x37, 1.27mm pitch, double rows Surface mounted pin header SMD 2x37 1.27mm double row 0 74 74 Connector_PinHeader_1.27mm PinHeader_2x38_P1.27mm_Horizontal Through hole angled pin header, 2x38, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x38 1.27mm double row 0 76 76 Connector_PinHeader_1.27mm PinHeader_2x38_P1.27mm_Vertical Through hole straight pin header, 2x38, 1.27mm pitch, double rows Through hole pin header THT 2x38 1.27mm double row 0 76 76 Connector_PinHeader_1.27mm PinHeader_2x38_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x38, 1.27mm pitch, double rows Surface mounted pin header SMD 2x38 1.27mm double row 0 76 76 Connector_PinHeader_1.27mm PinHeader_2x39_P1.27mm_Horizontal Through hole angled pin header, 2x39, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x39 1.27mm double row 0 78 78 Connector_PinHeader_1.27mm PinHeader_2x39_P1.27mm_Vertical Through hole straight pin header, 2x39, 1.27mm pitch, double rows Through hole pin header THT 2x39 1.27mm double row 0 78 78 Connector_PinHeader_1.27mm PinHeader_2x39_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x39, 1.27mm pitch, double rows Surface mounted pin header SMD 2x39 1.27mm double row 0 78 78 Connector_PinHeader_1.27mm PinHeader_2x40_P1.27mm_Horizontal Through hole angled pin header, 2x40, 1.27mm pitch, 4.0mm pin length, double rows Through hole angled pin header THT 2x40 1.27mm double row 0 80 80 Connector_PinHeader_1.27mm PinHeader_2x40_P1.27mm_Vertical Through hole straight pin header, 2x40, 1.27mm pitch, double rows Through hole pin header THT 2x40 1.27mm double row 0 80 80 Connector_PinHeader_1.27mm PinHeader_2x40_P1.27mm_Vertical_SMD surface-mounted straight pin header, 2x40, 1.27mm pitch, double rows Surface mounted pin header SMD 2x40 1.27mm double row 0 80 80 Connector_PinHeader_2.00mm PinHeader_1x01_P2.00mm_Horizontal Through hole angled pin header, 1x01, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x01 2.00mm single row 0 1 1 Connector_PinHeader_2.00mm PinHeader_1x01_P2.00mm_Vertical Through hole straight pin header, 1x01, 2.00mm pitch, single row Through hole pin header THT 1x01 2.00mm single row 0 1 1 Connector_PinHeader_2.00mm PinHeader_1x02_P2.00mm_Horizontal Through hole angled pin header, 1x02, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x02 2.00mm single row 0 2 2 Connector_PinHeader_2.00mm PinHeader_1x02_P2.00mm_Vertical Through hole straight pin header, 1x02, 2.00mm pitch, single row Through hole pin header THT 1x02 2.00mm single row 0 2 2 Connector_PinHeader_2.00mm PinHeader_1x02_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x02, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x02 2.00mm single row style1 pin1 left 0 2 2 Connector_PinHeader_2.00mm PinHeader_1x02_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x02, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x02 2.00mm single row style2 pin1 right 0 2 2 Connector_PinHeader_2.00mm PinHeader_1x03_P2.00mm_Horizontal Through hole angled pin header, 1x03, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x03 2.00mm single row 0 3 3 Connector_PinHeader_2.00mm PinHeader_1x03_P2.00mm_Vertical Through hole straight pin header, 1x03, 2.00mm pitch, single row Through hole pin header THT 1x03 2.00mm single row 0 3 3 Connector_PinHeader_2.00mm PinHeader_1x03_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x03, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x03 2.00mm single row style1 pin1 left 0 3 3 Connector_PinHeader_2.00mm PinHeader_1x03_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x03, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x03 2.00mm single row style2 pin1 right 0 3 3 Connector_PinHeader_2.00mm PinHeader_1x04_P2.00mm_Horizontal Through hole angled pin header, 1x04, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x04 2.00mm single row 0 4 4 Connector_PinHeader_2.00mm PinHeader_1x04_P2.00mm_Vertical Through hole straight pin header, 1x04, 2.00mm pitch, single row Through hole pin header THT 1x04 2.00mm single row 0 4 4 Connector_PinHeader_2.00mm PinHeader_1x04_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x04, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x04 2.00mm single row style1 pin1 left 0 4 4 Connector_PinHeader_2.00mm PinHeader_1x04_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x04, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x04 2.00mm single row style2 pin1 right 0 4 4 Connector_PinHeader_2.00mm PinHeader_1x05_P2.00mm_Horizontal Through hole angled pin header, 1x05, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x05 2.00mm single row 0 5 5 Connector_PinHeader_2.00mm PinHeader_1x05_P2.00mm_Vertical Through hole straight pin header, 1x05, 2.00mm pitch, single row Through hole pin header THT 1x05 2.00mm single row 0 5 5 Connector_PinHeader_2.00mm PinHeader_1x05_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x05, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x05 2.00mm single row style1 pin1 left 0 5 5 Connector_PinHeader_2.00mm PinHeader_1x05_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x05, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x05 2.00mm single row style2 pin1 right 0 5 5 Connector_PinHeader_2.00mm PinHeader_1x06_P2.00mm_Horizontal Through hole angled pin header, 1x06, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x06 2.00mm single row 0 6 6 Connector_PinHeader_2.00mm PinHeader_1x06_P2.00mm_Vertical Through hole straight pin header, 1x06, 2.00mm pitch, single row Through hole pin header THT 1x06 2.00mm single row 0 6 6 Connector_PinHeader_2.00mm PinHeader_1x06_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x06, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x06 2.00mm single row style1 pin1 left 0 6 6 Connector_PinHeader_2.00mm PinHeader_1x06_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x06, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x06 2.00mm single row style2 pin1 right 0 6 6 Connector_PinHeader_2.00mm PinHeader_1x07_P2.00mm_Horizontal Through hole angled pin header, 1x07, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x07 2.00mm single row 0 7 7 Connector_PinHeader_2.00mm PinHeader_1x07_P2.00mm_Vertical Through hole straight pin header, 1x07, 2.00mm pitch, single row Through hole pin header THT 1x07 2.00mm single row 0 7 7 Connector_PinHeader_2.00mm PinHeader_1x07_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x07, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x07 2.00mm single row style1 pin1 left 0 7 7 Connector_PinHeader_2.00mm PinHeader_1x07_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x07, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x07 2.00mm single row style2 pin1 right 0 7 7 Connector_PinHeader_2.00mm PinHeader_1x08_P2.00mm_Horizontal Through hole angled pin header, 1x08, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x08 2.00mm single row 0 8 8 Connector_PinHeader_2.00mm PinHeader_1x08_P2.00mm_Vertical Through hole straight pin header, 1x08, 2.00mm pitch, single row Through hole pin header THT 1x08 2.00mm single row 0 8 8 Connector_PinHeader_2.00mm PinHeader_1x08_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x08, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x08 2.00mm single row style1 pin1 left 0 8 8 Connector_PinHeader_2.00mm PinHeader_1x08_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x08, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x08 2.00mm single row style2 pin1 right 0 8 8 Connector_PinHeader_2.00mm PinHeader_1x09_P2.00mm_Horizontal Through hole angled pin header, 1x09, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x09 2.00mm single row 0 9 9 Connector_PinHeader_2.00mm PinHeader_1x09_P2.00mm_Vertical Through hole straight pin header, 1x09, 2.00mm pitch, single row Through hole pin header THT 1x09 2.00mm single row 0 9 9 Connector_PinHeader_2.00mm PinHeader_1x09_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x09, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x09 2.00mm single row style1 pin1 left 0 9 9 Connector_PinHeader_2.00mm PinHeader_1x09_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x09, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x09 2.00mm single row style2 pin1 right 0 9 9 Connector_PinHeader_2.00mm PinHeader_1x10_P2.00mm_Horizontal Through hole angled pin header, 1x10, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x10 2.00mm single row 0 10 10 Connector_PinHeader_2.00mm PinHeader_1x10_P2.00mm_Vertical Through hole straight pin header, 1x10, 2.00mm pitch, single row Through hole pin header THT 1x10 2.00mm single row 0 10 10 Connector_PinHeader_2.00mm PinHeader_1x10_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x10, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x10 2.00mm single row style1 pin1 left 0 10 10 Connector_PinHeader_2.00mm PinHeader_1x10_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x10, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x10 2.00mm single row style2 pin1 right 0 10 10 Connector_PinHeader_2.00mm PinHeader_1x11_P2.00mm_Horizontal Through hole angled pin header, 1x11, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x11 2.00mm single row 0 11 11 Connector_PinHeader_2.00mm PinHeader_1x11_P2.00mm_Vertical Through hole straight pin header, 1x11, 2.00mm pitch, single row Through hole pin header THT 1x11 2.00mm single row 0 11 11 Connector_PinHeader_2.00mm PinHeader_1x11_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x11, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x11 2.00mm single row style1 pin1 left 0 11 11 Connector_PinHeader_2.00mm PinHeader_1x11_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x11, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x11 2.00mm single row style2 pin1 right 0 11 11 Connector_PinHeader_2.00mm PinHeader_1x12_P2.00mm_Horizontal Through hole angled pin header, 1x12, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x12 2.00mm single row 0 12 12 Connector_PinHeader_2.00mm PinHeader_1x12_P2.00mm_Vertical Through hole straight pin header, 1x12, 2.00mm pitch, single row Through hole pin header THT 1x12 2.00mm single row 0 12 12 Connector_PinHeader_2.00mm PinHeader_1x12_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x12, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x12 2.00mm single row style1 pin1 left 0 12 12 Connector_PinHeader_2.00mm PinHeader_1x12_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x12, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x12 2.00mm single row style2 pin1 right 0 12 12 Connector_PinHeader_2.00mm PinHeader_1x13_P2.00mm_Horizontal Through hole angled pin header, 1x13, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x13 2.00mm single row 0 13 13 Connector_PinHeader_2.00mm PinHeader_1x13_P2.00mm_Vertical Through hole straight pin header, 1x13, 2.00mm pitch, single row Through hole pin header THT 1x13 2.00mm single row 0 13 13 Connector_PinHeader_2.00mm PinHeader_1x13_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x13, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x13 2.00mm single row style1 pin1 left 0 13 13 Connector_PinHeader_2.00mm PinHeader_1x13_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x13, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x13 2.00mm single row style2 pin1 right 0 13 13 Connector_PinHeader_2.00mm PinHeader_1x14_P2.00mm_Horizontal Through hole angled pin header, 1x14, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x14 2.00mm single row 0 14 14 Connector_PinHeader_2.00mm PinHeader_1x14_P2.00mm_Vertical Through hole straight pin header, 1x14, 2.00mm pitch, single row Through hole pin header THT 1x14 2.00mm single row 0 14 14 Connector_PinHeader_2.00mm PinHeader_1x14_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x14, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x14 2.00mm single row style1 pin1 left 0 14 14 Connector_PinHeader_2.00mm PinHeader_1x14_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x14, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x14 2.00mm single row style2 pin1 right 0 14 14 Connector_PinHeader_2.00mm PinHeader_1x15_P2.00mm_Horizontal Through hole angled pin header, 1x15, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x15 2.00mm single row 0 15 15 Connector_PinHeader_2.00mm PinHeader_1x15_P2.00mm_Vertical Through hole straight pin header, 1x15, 2.00mm pitch, single row Through hole pin header THT 1x15 2.00mm single row 0 15 15 Connector_PinHeader_2.00mm PinHeader_1x15_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x15, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x15 2.00mm single row style1 pin1 left 0 15 15 Connector_PinHeader_2.00mm PinHeader_1x15_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x15, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x15 2.00mm single row style2 pin1 right 0 15 15 Connector_PinHeader_2.00mm PinHeader_1x16_P2.00mm_Horizontal Through hole angled pin header, 1x16, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x16 2.00mm single row 0 16 16 Connector_PinHeader_2.00mm PinHeader_1x16_P2.00mm_Vertical Through hole straight pin header, 1x16, 2.00mm pitch, single row Through hole pin header THT 1x16 2.00mm single row 0 16 16 Connector_PinHeader_2.00mm PinHeader_1x16_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x16, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x16 2.00mm single row style1 pin1 left 0 16 16 Connector_PinHeader_2.00mm PinHeader_1x16_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x16, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x16 2.00mm single row style2 pin1 right 0 16 16 Connector_PinHeader_2.00mm PinHeader_1x17_P2.00mm_Horizontal Through hole angled pin header, 1x17, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x17 2.00mm single row 0 17 17 Connector_PinHeader_2.00mm PinHeader_1x17_P2.00mm_Vertical Through hole straight pin header, 1x17, 2.00mm pitch, single row Through hole pin header THT 1x17 2.00mm single row 0 17 17 Connector_PinHeader_2.00mm PinHeader_1x17_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x17, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x17 2.00mm single row style1 pin1 left 0 17 17 Connector_PinHeader_2.00mm PinHeader_1x17_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x17, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x17 2.00mm single row style2 pin1 right 0 17 17 Connector_PinHeader_2.00mm PinHeader_1x18_P2.00mm_Horizontal Through hole angled pin header, 1x18, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x18 2.00mm single row 0 18 18 Connector_PinHeader_2.00mm PinHeader_1x18_P2.00mm_Vertical Through hole straight pin header, 1x18, 2.00mm pitch, single row Through hole pin header THT 1x18 2.00mm single row 0 18 18 Connector_PinHeader_2.00mm PinHeader_1x18_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x18, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x18 2.00mm single row style1 pin1 left 0 18 18 Connector_PinHeader_2.00mm PinHeader_1x18_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x18, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x18 2.00mm single row style2 pin1 right 0 18 18 Connector_PinHeader_2.00mm PinHeader_1x19_P2.00mm_Horizontal Through hole angled pin header, 1x19, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x19 2.00mm single row 0 19 19 Connector_PinHeader_2.00mm PinHeader_1x19_P2.00mm_Vertical Through hole straight pin header, 1x19, 2.00mm pitch, single row Through hole pin header THT 1x19 2.00mm single row 0 19 19 Connector_PinHeader_2.00mm PinHeader_1x19_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x19, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x19 2.00mm single row style1 pin1 left 0 19 19 Connector_PinHeader_2.00mm PinHeader_1x19_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x19, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x19 2.00mm single row style2 pin1 right 0 19 19 Connector_PinHeader_2.00mm PinHeader_1x20_P2.00mm_Horizontal Through hole angled pin header, 1x20, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x20 2.00mm single row 0 20 20 Connector_PinHeader_2.00mm PinHeader_1x20_P2.00mm_Vertical Through hole straight pin header, 1x20, 2.00mm pitch, single row Through hole pin header THT 1x20 2.00mm single row 0 20 20 Connector_PinHeader_2.00mm PinHeader_1x20_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x20, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x20 2.00mm single row style1 pin1 left 0 20 20 Connector_PinHeader_2.00mm PinHeader_1x20_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x20, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x20 2.00mm single row style2 pin1 right 0 20 20 Connector_PinHeader_2.00mm PinHeader_1x21_P2.00mm_Horizontal Through hole angled pin header, 1x21, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x21 2.00mm single row 0 21 21 Connector_PinHeader_2.00mm PinHeader_1x21_P2.00mm_Vertical Through hole straight pin header, 1x21, 2.00mm pitch, single row Through hole pin header THT 1x21 2.00mm single row 0 21 21 Connector_PinHeader_2.00mm PinHeader_1x21_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x21, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x21 2.00mm single row style1 pin1 left 0 21 21 Connector_PinHeader_2.00mm PinHeader_1x21_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x21, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x21 2.00mm single row style2 pin1 right 0 21 21 Connector_PinHeader_2.00mm PinHeader_1x22_P2.00mm_Horizontal Through hole angled pin header, 1x22, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x22 2.00mm single row 0 22 22 Connector_PinHeader_2.00mm PinHeader_1x22_P2.00mm_Vertical Through hole straight pin header, 1x22, 2.00mm pitch, single row Through hole pin header THT 1x22 2.00mm single row 0 22 22 Connector_PinHeader_2.00mm PinHeader_1x22_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x22, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x22 2.00mm single row style1 pin1 left 0 22 22 Connector_PinHeader_2.00mm PinHeader_1x22_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x22, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x22 2.00mm single row style2 pin1 right 0 22 22 Connector_PinHeader_2.00mm PinHeader_1x23_P2.00mm_Horizontal Through hole angled pin header, 1x23, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x23 2.00mm single row 0 23 23 Connector_PinHeader_2.00mm PinHeader_1x23_P2.00mm_Vertical Through hole straight pin header, 1x23, 2.00mm pitch, single row Through hole pin header THT 1x23 2.00mm single row 0 23 23 Connector_PinHeader_2.00mm PinHeader_1x23_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x23, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x23 2.00mm single row style1 pin1 left 0 23 23 Connector_PinHeader_2.00mm PinHeader_1x23_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x23, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x23 2.00mm single row style2 pin1 right 0 23 23 Connector_PinHeader_2.00mm PinHeader_1x24_P2.00mm_Horizontal Through hole angled pin header, 1x24, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x24 2.00mm single row 0 24 24 Connector_PinHeader_2.00mm PinHeader_1x24_P2.00mm_Vertical Through hole straight pin header, 1x24, 2.00mm pitch, single row Through hole pin header THT 1x24 2.00mm single row 0 24 24 Connector_PinHeader_2.00mm PinHeader_1x24_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x24, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x24 2.00mm single row style1 pin1 left 0 24 24 Connector_PinHeader_2.00mm PinHeader_1x24_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x24, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x24 2.00mm single row style2 pin1 right 0 24 24 Connector_PinHeader_2.00mm PinHeader_1x25_P2.00mm_Horizontal Through hole angled pin header, 1x25, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x25 2.00mm single row 0 25 25 Connector_PinHeader_2.00mm PinHeader_1x25_P2.00mm_Vertical Through hole straight pin header, 1x25, 2.00mm pitch, single row Through hole pin header THT 1x25 2.00mm single row 0 25 25 Connector_PinHeader_2.00mm PinHeader_1x25_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x25, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x25 2.00mm single row style1 pin1 left 0 25 25 Connector_PinHeader_2.00mm PinHeader_1x25_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x25, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x25 2.00mm single row style2 pin1 right 0 25 25 Connector_PinHeader_2.00mm PinHeader_1x26_P2.00mm_Horizontal Through hole angled pin header, 1x26, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x26 2.00mm single row 0 26 26 Connector_PinHeader_2.00mm PinHeader_1x26_P2.00mm_Vertical Through hole straight pin header, 1x26, 2.00mm pitch, single row Through hole pin header THT 1x26 2.00mm single row 0 26 26 Connector_PinHeader_2.00mm PinHeader_1x26_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x26, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x26 2.00mm single row style1 pin1 left 0 26 26 Connector_PinHeader_2.00mm PinHeader_1x26_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x26, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x26 2.00mm single row style2 pin1 right 0 26 26 Connector_PinHeader_2.00mm PinHeader_1x27_P2.00mm_Horizontal Through hole angled pin header, 1x27, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x27 2.00mm single row 0 27 27 Connector_PinHeader_2.00mm PinHeader_1x27_P2.00mm_Vertical Through hole straight pin header, 1x27, 2.00mm pitch, single row Through hole pin header THT 1x27 2.00mm single row 0 27 27 Connector_PinHeader_2.00mm PinHeader_1x27_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x27, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x27 2.00mm single row style1 pin1 left 0 27 27 Connector_PinHeader_2.00mm PinHeader_1x27_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x27, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x27 2.00mm single row style2 pin1 right 0 27 27 Connector_PinHeader_2.00mm PinHeader_1x28_P2.00mm_Horizontal Through hole angled pin header, 1x28, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x28 2.00mm single row 0 28 28 Connector_PinHeader_2.00mm PinHeader_1x28_P2.00mm_Vertical Through hole straight pin header, 1x28, 2.00mm pitch, single row Through hole pin header THT 1x28 2.00mm single row 0 28 28 Connector_PinHeader_2.00mm PinHeader_1x28_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x28, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x28 2.00mm single row style1 pin1 left 0 28 28 Connector_PinHeader_2.00mm PinHeader_1x28_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x28, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x28 2.00mm single row style2 pin1 right 0 28 28 Connector_PinHeader_2.00mm PinHeader_1x29_P2.00mm_Horizontal Through hole angled pin header, 1x29, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x29 2.00mm single row 0 29 29 Connector_PinHeader_2.00mm PinHeader_1x29_P2.00mm_Vertical Through hole straight pin header, 1x29, 2.00mm pitch, single row Through hole pin header THT 1x29 2.00mm single row 0 29 29 Connector_PinHeader_2.00mm PinHeader_1x29_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x29, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x29 2.00mm single row style1 pin1 left 0 29 29 Connector_PinHeader_2.00mm PinHeader_1x29_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x29, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x29 2.00mm single row style2 pin1 right 0 29 29 Connector_PinHeader_2.00mm PinHeader_1x30_P2.00mm_Horizontal Through hole angled pin header, 1x30, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x30 2.00mm single row 0 30 30 Connector_PinHeader_2.00mm PinHeader_1x30_P2.00mm_Vertical Through hole straight pin header, 1x30, 2.00mm pitch, single row Through hole pin header THT 1x30 2.00mm single row 0 30 30 Connector_PinHeader_2.00mm PinHeader_1x30_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x30, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x30 2.00mm single row style1 pin1 left 0 30 30 Connector_PinHeader_2.00mm PinHeader_1x30_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x30, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x30 2.00mm single row style2 pin1 right 0 30 30 Connector_PinHeader_2.00mm PinHeader_1x31_P2.00mm_Horizontal Through hole angled pin header, 1x31, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x31 2.00mm single row 0 31 31 Connector_PinHeader_2.00mm PinHeader_1x31_P2.00mm_Vertical Through hole straight pin header, 1x31, 2.00mm pitch, single row Through hole pin header THT 1x31 2.00mm single row 0 31 31 Connector_PinHeader_2.00mm PinHeader_1x31_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x31, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x31 2.00mm single row style1 pin1 left 0 31 31 Connector_PinHeader_2.00mm PinHeader_1x31_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x31, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x31 2.00mm single row style2 pin1 right 0 31 31 Connector_PinHeader_2.00mm PinHeader_1x32_P2.00mm_Horizontal Through hole angled pin header, 1x32, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x32 2.00mm single row 0 32 32 Connector_PinHeader_2.00mm PinHeader_1x32_P2.00mm_Vertical Through hole straight pin header, 1x32, 2.00mm pitch, single row Through hole pin header THT 1x32 2.00mm single row 0 32 32 Connector_PinHeader_2.00mm PinHeader_1x32_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x32, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x32 2.00mm single row style1 pin1 left 0 32 32 Connector_PinHeader_2.00mm PinHeader_1x32_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x32, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x32 2.00mm single row style2 pin1 right 0 32 32 Connector_PinHeader_2.00mm PinHeader_1x33_P2.00mm_Horizontal Through hole angled pin header, 1x33, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x33 2.00mm single row 0 33 33 Connector_PinHeader_2.00mm PinHeader_1x33_P2.00mm_Vertical Through hole straight pin header, 1x33, 2.00mm pitch, single row Through hole pin header THT 1x33 2.00mm single row 0 33 33 Connector_PinHeader_2.00mm PinHeader_1x33_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x33, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x33 2.00mm single row style1 pin1 left 0 33 33 Connector_PinHeader_2.00mm PinHeader_1x33_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x33, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x33 2.00mm single row style2 pin1 right 0 33 33 Connector_PinHeader_2.00mm PinHeader_1x34_P2.00mm_Horizontal Through hole angled pin header, 1x34, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x34 2.00mm single row 0 34 34 Connector_PinHeader_2.00mm PinHeader_1x34_P2.00mm_Vertical Through hole straight pin header, 1x34, 2.00mm pitch, single row Through hole pin header THT 1x34 2.00mm single row 0 34 34 Connector_PinHeader_2.00mm PinHeader_1x34_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x34, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x34 2.00mm single row style1 pin1 left 0 34 34 Connector_PinHeader_2.00mm PinHeader_1x34_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x34, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x34 2.00mm single row style2 pin1 right 0 34 34 Connector_PinHeader_2.00mm PinHeader_1x35_P2.00mm_Horizontal Through hole angled pin header, 1x35, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x35 2.00mm single row 0 35 35 Connector_PinHeader_2.00mm PinHeader_1x35_P2.00mm_Vertical Through hole straight pin header, 1x35, 2.00mm pitch, single row Through hole pin header THT 1x35 2.00mm single row 0 35 35 Connector_PinHeader_2.00mm PinHeader_1x35_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x35, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x35 2.00mm single row style1 pin1 left 0 35 35 Connector_PinHeader_2.00mm PinHeader_1x35_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x35, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x35 2.00mm single row style2 pin1 right 0 35 35 Connector_PinHeader_2.00mm PinHeader_1x36_P2.00mm_Horizontal Through hole angled pin header, 1x36, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x36 2.00mm single row 0 36 36 Connector_PinHeader_2.00mm PinHeader_1x36_P2.00mm_Vertical Through hole straight pin header, 1x36, 2.00mm pitch, single row Through hole pin header THT 1x36 2.00mm single row 0 36 36 Connector_PinHeader_2.00mm PinHeader_1x36_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x36, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x36 2.00mm single row style1 pin1 left 0 36 36 Connector_PinHeader_2.00mm PinHeader_1x36_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x36, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x36 2.00mm single row style2 pin1 right 0 36 36 Connector_PinHeader_2.00mm PinHeader_1x37_P2.00mm_Horizontal Through hole angled pin header, 1x37, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x37 2.00mm single row 0 37 37 Connector_PinHeader_2.00mm PinHeader_1x37_P2.00mm_Vertical Through hole straight pin header, 1x37, 2.00mm pitch, single row Through hole pin header THT 1x37 2.00mm single row 0 37 37 Connector_PinHeader_2.00mm PinHeader_1x37_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x37, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x37 2.00mm single row style1 pin1 left 0 37 37 Connector_PinHeader_2.00mm PinHeader_1x37_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x37, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x37 2.00mm single row style2 pin1 right 0 37 37 Connector_PinHeader_2.00mm PinHeader_1x38_P2.00mm_Horizontal Through hole angled pin header, 1x38, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x38 2.00mm single row 0 38 38 Connector_PinHeader_2.00mm PinHeader_1x38_P2.00mm_Vertical Through hole straight pin header, 1x38, 2.00mm pitch, single row Through hole pin header THT 1x38 2.00mm single row 0 38 38 Connector_PinHeader_2.00mm PinHeader_1x38_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x38, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x38 2.00mm single row style1 pin1 left 0 38 38 Connector_PinHeader_2.00mm PinHeader_1x38_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x38, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x38 2.00mm single row style2 pin1 right 0 38 38 Connector_PinHeader_2.00mm PinHeader_1x39_P2.00mm_Horizontal Through hole angled pin header, 1x39, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x39 2.00mm single row 0 39 39 Connector_PinHeader_2.00mm PinHeader_1x39_P2.00mm_Vertical Through hole straight pin header, 1x39, 2.00mm pitch, single row Through hole pin header THT 1x39 2.00mm single row 0 39 39 Connector_PinHeader_2.00mm PinHeader_1x39_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x39, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x39 2.00mm single row style1 pin1 left 0 39 39 Connector_PinHeader_2.00mm PinHeader_1x39_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x39, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x39 2.00mm single row style2 pin1 right 0 39 39 Connector_PinHeader_2.00mm PinHeader_1x40_P2.00mm_Horizontal Through hole angled pin header, 1x40, 2.00mm pitch, 4.2mm pin length, single row Through hole angled pin header THT 1x40 2.00mm single row 0 40 40 Connector_PinHeader_2.00mm PinHeader_1x40_P2.00mm_Vertical Through hole straight pin header, 1x40, 2.00mm pitch, single row Through hole pin header THT 1x40 2.00mm single row 0 40 40 Connector_PinHeader_2.00mm PinHeader_1x40_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x40, 2.00mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x40 2.00mm single row style1 pin1 left 0 40 40 Connector_PinHeader_2.00mm PinHeader_1x40_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x40, 2.00mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x40 2.00mm single row style2 pin1 right 0 40 40 Connector_PinHeader_2.00mm PinHeader_2x01_P2.00mm_Horizontal Through hole angled pin header, 2x01, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x01 2.00mm double row 0 2 2 Connector_PinHeader_2.00mm PinHeader_2x01_P2.00mm_Vertical Through hole straight pin header, 2x01, 2.00mm pitch, double rows Through hole pin header THT 2x01 2.00mm double row 0 2 2 Connector_PinHeader_2.00mm PinHeader_2x01_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x01, 2.00mm pitch, double rows Surface mounted pin header SMD 2x01 2.00mm double row 0 2 2 Connector_PinHeader_2.00mm PinHeader_2x02_P2.00mm_Horizontal Through hole angled pin header, 2x02, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x02 2.00mm double row 0 4 4 Connector_PinHeader_2.00mm PinHeader_2x02_P2.00mm_Vertical Through hole straight pin header, 2x02, 2.00mm pitch, double rows Through hole pin header THT 2x02 2.00mm double row 0 4 4 Connector_PinHeader_2.00mm PinHeader_2x02_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x02, 2.00mm pitch, double rows Surface mounted pin header SMD 2x02 2.00mm double row 0 4 4 Connector_PinHeader_2.00mm PinHeader_2x03_P2.00mm_Horizontal Through hole angled pin header, 2x03, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x03 2.00mm double row 0 6 6 Connector_PinHeader_2.00mm PinHeader_2x03_P2.00mm_Vertical Through hole straight pin header, 2x03, 2.00mm pitch, double rows Through hole pin header THT 2x03 2.00mm double row 0 6 6 Connector_PinHeader_2.00mm PinHeader_2x03_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x03, 2.00mm pitch, double rows Surface mounted pin header SMD 2x03 2.00mm double row 0 6 6 Connector_PinHeader_2.00mm PinHeader_2x04_P2.00mm_Horizontal Through hole angled pin header, 2x04, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x04 2.00mm double row 0 8 8 Connector_PinHeader_2.00mm PinHeader_2x04_P2.00mm_Vertical Through hole straight pin header, 2x04, 2.00mm pitch, double rows Through hole pin header THT 2x04 2.00mm double row 0 8 8 Connector_PinHeader_2.00mm PinHeader_2x04_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x04, 2.00mm pitch, double rows Surface mounted pin header SMD 2x04 2.00mm double row 0 8 8 Connector_PinHeader_2.00mm PinHeader_2x05_P2.00mm_Horizontal Through hole angled pin header, 2x05, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x05 2.00mm double row 0 10 10 Connector_PinHeader_2.00mm PinHeader_2x05_P2.00mm_Vertical Through hole straight pin header, 2x05, 2.00mm pitch, double rows Through hole pin header THT 2x05 2.00mm double row 0 10 10 Connector_PinHeader_2.00mm PinHeader_2x05_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x05, 2.00mm pitch, double rows Surface mounted pin header SMD 2x05 2.00mm double row 0 10 10 Connector_PinHeader_2.00mm PinHeader_2x06_P2.00mm_Horizontal Through hole angled pin header, 2x06, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x06 2.00mm double row 0 12 12 Connector_PinHeader_2.00mm PinHeader_2x06_P2.00mm_Vertical Through hole straight pin header, 2x06, 2.00mm pitch, double rows Through hole pin header THT 2x06 2.00mm double row 0 12 12 Connector_PinHeader_2.00mm PinHeader_2x06_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x06, 2.00mm pitch, double rows Surface mounted pin header SMD 2x06 2.00mm double row 0 12 12 Connector_PinHeader_2.00mm PinHeader_2x07_P2.00mm_Horizontal Through hole angled pin header, 2x07, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x07 2.00mm double row 0 14 14 Connector_PinHeader_2.00mm PinHeader_2x07_P2.00mm_Vertical Through hole straight pin header, 2x07, 2.00mm pitch, double rows Through hole pin header THT 2x07 2.00mm double row 0 14 14 Connector_PinHeader_2.00mm PinHeader_2x07_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x07, 2.00mm pitch, double rows Surface mounted pin header SMD 2x07 2.00mm double row 0 14 14 Connector_PinHeader_2.00mm PinHeader_2x08_P2.00mm_Horizontal Through hole angled pin header, 2x08, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x08 2.00mm double row 0 16 16 Connector_PinHeader_2.00mm PinHeader_2x08_P2.00mm_Vertical Through hole straight pin header, 2x08, 2.00mm pitch, double rows Through hole pin header THT 2x08 2.00mm double row 0 16 16 Connector_PinHeader_2.00mm PinHeader_2x08_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x08, 2.00mm pitch, double rows Surface mounted pin header SMD 2x08 2.00mm double row 0 16 16 Connector_PinHeader_2.00mm PinHeader_2x09_P2.00mm_Horizontal Through hole angled pin header, 2x09, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x09 2.00mm double row 0 18 18 Connector_PinHeader_2.00mm PinHeader_2x09_P2.00mm_Vertical Through hole straight pin header, 2x09, 2.00mm pitch, double rows Through hole pin header THT 2x09 2.00mm double row 0 18 18 Connector_PinHeader_2.00mm PinHeader_2x09_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x09, 2.00mm pitch, double rows Surface mounted pin header SMD 2x09 2.00mm double row 0 18 18 Connector_PinHeader_2.00mm PinHeader_2x10_P2.00mm_Horizontal Through hole angled pin header, 2x10, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x10 2.00mm double row 0 20 20 Connector_PinHeader_2.00mm PinHeader_2x10_P2.00mm_Vertical Through hole straight pin header, 2x10, 2.00mm pitch, double rows Through hole pin header THT 2x10 2.00mm double row 0 20 20 Connector_PinHeader_2.00mm PinHeader_2x10_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x10, 2.00mm pitch, double rows Surface mounted pin header SMD 2x10 2.00mm double row 0 20 20 Connector_PinHeader_2.00mm PinHeader_2x11_P2.00mm_Horizontal Through hole angled pin header, 2x11, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x11 2.00mm double row 0 22 22 Connector_PinHeader_2.00mm PinHeader_2x11_P2.00mm_Vertical Through hole straight pin header, 2x11, 2.00mm pitch, double rows Through hole pin header THT 2x11 2.00mm double row 0 22 22 Connector_PinHeader_2.00mm PinHeader_2x11_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x11, 2.00mm pitch, double rows Surface mounted pin header SMD 2x11 2.00mm double row 0 22 22 Connector_PinHeader_2.00mm PinHeader_2x12_P2.00mm_Horizontal Through hole angled pin header, 2x12, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x12 2.00mm double row 0 24 24 Connector_PinHeader_2.00mm PinHeader_2x12_P2.00mm_Vertical Through hole straight pin header, 2x12, 2.00mm pitch, double rows Through hole pin header THT 2x12 2.00mm double row 0 24 24 Connector_PinHeader_2.00mm PinHeader_2x12_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x12, 2.00mm pitch, double rows Surface mounted pin header SMD 2x12 2.00mm double row 0 24 24 Connector_PinHeader_2.00mm PinHeader_2x13_P2.00mm_Horizontal Through hole angled pin header, 2x13, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x13 2.00mm double row 0 26 26 Connector_PinHeader_2.00mm PinHeader_2x13_P2.00mm_Vertical Through hole straight pin header, 2x13, 2.00mm pitch, double rows Through hole pin header THT 2x13 2.00mm double row 0 26 26 Connector_PinHeader_2.00mm PinHeader_2x13_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x13, 2.00mm pitch, double rows Surface mounted pin header SMD 2x13 2.00mm double row 0 26 26 Connector_PinHeader_2.00mm PinHeader_2x14_P2.00mm_Horizontal Through hole angled pin header, 2x14, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x14 2.00mm double row 0 28 28 Connector_PinHeader_2.00mm PinHeader_2x14_P2.00mm_Vertical Through hole straight pin header, 2x14, 2.00mm pitch, double rows Through hole pin header THT 2x14 2.00mm double row 0 28 28 Connector_PinHeader_2.00mm PinHeader_2x14_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x14, 2.00mm pitch, double rows Surface mounted pin header SMD 2x14 2.00mm double row 0 28 28 Connector_PinHeader_2.00mm PinHeader_2x15_P2.00mm_Horizontal Through hole angled pin header, 2x15, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x15 2.00mm double row 0 30 30 Connector_PinHeader_2.00mm PinHeader_2x15_P2.00mm_Vertical Through hole straight pin header, 2x15, 2.00mm pitch, double rows Through hole pin header THT 2x15 2.00mm double row 0 30 30 Connector_PinHeader_2.00mm PinHeader_2x15_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x15, 2.00mm pitch, double rows Surface mounted pin header SMD 2x15 2.00mm double row 0 30 30 Connector_PinHeader_2.00mm PinHeader_2x16_P2.00mm_Horizontal Through hole angled pin header, 2x16, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x16 2.00mm double row 0 32 32 Connector_PinHeader_2.00mm PinHeader_2x16_P2.00mm_Vertical Through hole straight pin header, 2x16, 2.00mm pitch, double rows Through hole pin header THT 2x16 2.00mm double row 0 32 32 Connector_PinHeader_2.00mm PinHeader_2x16_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x16, 2.00mm pitch, double rows Surface mounted pin header SMD 2x16 2.00mm double row 0 32 32 Connector_PinHeader_2.00mm PinHeader_2x17_P2.00mm_Horizontal Through hole angled pin header, 2x17, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x17 2.00mm double row 0 34 34 Connector_PinHeader_2.00mm PinHeader_2x17_P2.00mm_Vertical Through hole straight pin header, 2x17, 2.00mm pitch, double rows Through hole pin header THT 2x17 2.00mm double row 0 34 34 Connector_PinHeader_2.00mm PinHeader_2x17_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x17, 2.00mm pitch, double rows Surface mounted pin header SMD 2x17 2.00mm double row 0 34 34 Connector_PinHeader_2.00mm PinHeader_2x18_P2.00mm_Horizontal Through hole angled pin header, 2x18, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x18 2.00mm double row 0 36 36 Connector_PinHeader_2.00mm PinHeader_2x18_P2.00mm_Vertical Through hole straight pin header, 2x18, 2.00mm pitch, double rows Through hole pin header THT 2x18 2.00mm double row 0 36 36 Connector_PinHeader_2.00mm PinHeader_2x18_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x18, 2.00mm pitch, double rows Surface mounted pin header SMD 2x18 2.00mm double row 0 36 36 Connector_PinHeader_2.00mm PinHeader_2x19_P2.00mm_Horizontal Through hole angled pin header, 2x19, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x19 2.00mm double row 0 38 38 Connector_PinHeader_2.00mm PinHeader_2x19_P2.00mm_Vertical Through hole straight pin header, 2x19, 2.00mm pitch, double rows Through hole pin header THT 2x19 2.00mm double row 0 38 38 Connector_PinHeader_2.00mm PinHeader_2x19_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x19, 2.00mm pitch, double rows Surface mounted pin header SMD 2x19 2.00mm double row 0 38 38 Connector_PinHeader_2.00mm PinHeader_2x20_P2.00mm_Horizontal Through hole angled pin header, 2x20, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x20 2.00mm double row 0 40 40 Connector_PinHeader_2.00mm PinHeader_2x20_P2.00mm_Vertical Through hole straight pin header, 2x20, 2.00mm pitch, double rows Through hole pin header THT 2x20 2.00mm double row 0 40 40 Connector_PinHeader_2.00mm PinHeader_2x20_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x20, 2.00mm pitch, double rows Surface mounted pin header SMD 2x20 2.00mm double row 0 40 40 Connector_PinHeader_2.00mm PinHeader_2x21_P2.00mm_Horizontal Through hole angled pin header, 2x21, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x21 2.00mm double row 0 42 42 Connector_PinHeader_2.00mm PinHeader_2x21_P2.00mm_Vertical Through hole straight pin header, 2x21, 2.00mm pitch, double rows Through hole pin header THT 2x21 2.00mm double row 0 42 42 Connector_PinHeader_2.00mm PinHeader_2x21_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x21, 2.00mm pitch, double rows Surface mounted pin header SMD 2x21 2.00mm double row 0 42 42 Connector_PinHeader_2.00mm PinHeader_2x22_P2.00mm_Horizontal Through hole angled pin header, 2x22, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x22 2.00mm double row 0 44 44 Connector_PinHeader_2.00mm PinHeader_2x22_P2.00mm_Vertical Through hole straight pin header, 2x22, 2.00mm pitch, double rows Through hole pin header THT 2x22 2.00mm double row 0 44 44 Connector_PinHeader_2.00mm PinHeader_2x22_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x22, 2.00mm pitch, double rows Surface mounted pin header SMD 2x22 2.00mm double row 0 44 44 Connector_PinHeader_2.00mm PinHeader_2x23_P2.00mm_Horizontal Through hole angled pin header, 2x23, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x23 2.00mm double row 0 46 46 Connector_PinHeader_2.00mm PinHeader_2x23_P2.00mm_Vertical Through hole straight pin header, 2x23, 2.00mm pitch, double rows Through hole pin header THT 2x23 2.00mm double row 0 46 46 Connector_PinHeader_2.00mm PinHeader_2x23_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x23, 2.00mm pitch, double rows Surface mounted pin header SMD 2x23 2.00mm double row 0 46 46 Connector_PinHeader_2.00mm PinHeader_2x24_P2.00mm_Horizontal Through hole angled pin header, 2x24, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x24 2.00mm double row 0 48 48 Connector_PinHeader_2.00mm PinHeader_2x24_P2.00mm_Vertical Through hole straight pin header, 2x24, 2.00mm pitch, double rows Through hole pin header THT 2x24 2.00mm double row 0 48 48 Connector_PinHeader_2.00mm PinHeader_2x24_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x24, 2.00mm pitch, double rows Surface mounted pin header SMD 2x24 2.00mm double row 0 48 48 Connector_PinHeader_2.00mm PinHeader_2x25_P2.00mm_Horizontal Through hole angled pin header, 2x25, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x25 2.00mm double row 0 50 50 Connector_PinHeader_2.00mm PinHeader_2x25_P2.00mm_Vertical Through hole straight pin header, 2x25, 2.00mm pitch, double rows Through hole pin header THT 2x25 2.00mm double row 0 50 50 Connector_PinHeader_2.00mm PinHeader_2x25_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x25, 2.00mm pitch, double rows Surface mounted pin header SMD 2x25 2.00mm double row 0 50 50 Connector_PinHeader_2.00mm PinHeader_2x26_P2.00mm_Horizontal Through hole angled pin header, 2x26, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x26 2.00mm double row 0 52 52 Connector_PinHeader_2.00mm PinHeader_2x26_P2.00mm_Vertical Through hole straight pin header, 2x26, 2.00mm pitch, double rows Through hole pin header THT 2x26 2.00mm double row 0 52 52 Connector_PinHeader_2.00mm PinHeader_2x26_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x26, 2.00mm pitch, double rows Surface mounted pin header SMD 2x26 2.00mm double row 0 52 52 Connector_PinHeader_2.00mm PinHeader_2x27_P2.00mm_Horizontal Through hole angled pin header, 2x27, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x27 2.00mm double row 0 54 54 Connector_PinHeader_2.00mm PinHeader_2x27_P2.00mm_Vertical Through hole straight pin header, 2x27, 2.00mm pitch, double rows Through hole pin header THT 2x27 2.00mm double row 0 54 54 Connector_PinHeader_2.00mm PinHeader_2x27_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x27, 2.00mm pitch, double rows Surface mounted pin header SMD 2x27 2.00mm double row 0 54 54 Connector_PinHeader_2.00mm PinHeader_2x28_P2.00mm_Horizontal Through hole angled pin header, 2x28, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x28 2.00mm double row 0 56 56 Connector_PinHeader_2.00mm PinHeader_2x28_P2.00mm_Vertical Through hole straight pin header, 2x28, 2.00mm pitch, double rows Through hole pin header THT 2x28 2.00mm double row 0 56 56 Connector_PinHeader_2.00mm PinHeader_2x28_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x28, 2.00mm pitch, double rows Surface mounted pin header SMD 2x28 2.00mm double row 0 56 56 Connector_PinHeader_2.00mm PinHeader_2x29_P2.00mm_Horizontal Through hole angled pin header, 2x29, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x29 2.00mm double row 0 58 58 Connector_PinHeader_2.00mm PinHeader_2x29_P2.00mm_Vertical Through hole straight pin header, 2x29, 2.00mm pitch, double rows Through hole pin header THT 2x29 2.00mm double row 0 58 58 Connector_PinHeader_2.00mm PinHeader_2x29_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x29, 2.00mm pitch, double rows Surface mounted pin header SMD 2x29 2.00mm double row 0 58 58 Connector_PinHeader_2.00mm PinHeader_2x30_P2.00mm_Horizontal Through hole angled pin header, 2x30, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x30 2.00mm double row 0 60 60 Connector_PinHeader_2.00mm PinHeader_2x30_P2.00mm_Vertical Through hole straight pin header, 2x30, 2.00mm pitch, double rows Through hole pin header THT 2x30 2.00mm double row 0 60 60 Connector_PinHeader_2.00mm PinHeader_2x30_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x30, 2.00mm pitch, double rows Surface mounted pin header SMD 2x30 2.00mm double row 0 60 60 Connector_PinHeader_2.00mm PinHeader_2x31_P2.00mm_Horizontal Through hole angled pin header, 2x31, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x31 2.00mm double row 0 62 62 Connector_PinHeader_2.00mm PinHeader_2x31_P2.00mm_Vertical Through hole straight pin header, 2x31, 2.00mm pitch, double rows Through hole pin header THT 2x31 2.00mm double row 0 62 62 Connector_PinHeader_2.00mm PinHeader_2x31_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x31, 2.00mm pitch, double rows Surface mounted pin header SMD 2x31 2.00mm double row 0 62 62 Connector_PinHeader_2.00mm PinHeader_2x32_P2.00mm_Horizontal Through hole angled pin header, 2x32, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x32 2.00mm double row 0 64 64 Connector_PinHeader_2.00mm PinHeader_2x32_P2.00mm_Vertical Through hole straight pin header, 2x32, 2.00mm pitch, double rows Through hole pin header THT 2x32 2.00mm double row 0 64 64 Connector_PinHeader_2.00mm PinHeader_2x32_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x32, 2.00mm pitch, double rows Surface mounted pin header SMD 2x32 2.00mm double row 0 64 64 Connector_PinHeader_2.00mm PinHeader_2x33_P2.00mm_Horizontal Through hole angled pin header, 2x33, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x33 2.00mm double row 0 66 66 Connector_PinHeader_2.00mm PinHeader_2x33_P2.00mm_Vertical Through hole straight pin header, 2x33, 2.00mm pitch, double rows Through hole pin header THT 2x33 2.00mm double row 0 66 66 Connector_PinHeader_2.00mm PinHeader_2x33_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x33, 2.00mm pitch, double rows Surface mounted pin header SMD 2x33 2.00mm double row 0 66 66 Connector_PinHeader_2.00mm PinHeader_2x34_P2.00mm_Horizontal Through hole angled pin header, 2x34, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x34 2.00mm double row 0 68 68 Connector_PinHeader_2.00mm PinHeader_2x34_P2.00mm_Vertical Through hole straight pin header, 2x34, 2.00mm pitch, double rows Through hole pin header THT 2x34 2.00mm double row 0 68 68 Connector_PinHeader_2.00mm PinHeader_2x34_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x34, 2.00mm pitch, double rows Surface mounted pin header SMD 2x34 2.00mm double row 0 68 68 Connector_PinHeader_2.00mm PinHeader_2x35_P2.00mm_Horizontal Through hole angled pin header, 2x35, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x35 2.00mm double row 0 70 70 Connector_PinHeader_2.00mm PinHeader_2x35_P2.00mm_Vertical Through hole straight pin header, 2x35, 2.00mm pitch, double rows Through hole pin header THT 2x35 2.00mm double row 0 70 70 Connector_PinHeader_2.00mm PinHeader_2x35_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x35, 2.00mm pitch, double rows Surface mounted pin header SMD 2x35 2.00mm double row 0 70 70 Connector_PinHeader_2.00mm PinHeader_2x36_P2.00mm_Horizontal Through hole angled pin header, 2x36, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x36 2.00mm double row 0 72 72 Connector_PinHeader_2.00mm PinHeader_2x36_P2.00mm_Vertical Through hole straight pin header, 2x36, 2.00mm pitch, double rows Through hole pin header THT 2x36 2.00mm double row 0 72 72 Connector_PinHeader_2.00mm PinHeader_2x36_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x36, 2.00mm pitch, double rows Surface mounted pin header SMD 2x36 2.00mm double row 0 72 72 Connector_PinHeader_2.00mm PinHeader_2x37_P2.00mm_Horizontal Through hole angled pin header, 2x37, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x37 2.00mm double row 0 74 74 Connector_PinHeader_2.00mm PinHeader_2x37_P2.00mm_Vertical Through hole straight pin header, 2x37, 2.00mm pitch, double rows Through hole pin header THT 2x37 2.00mm double row 0 74 74 Connector_PinHeader_2.00mm PinHeader_2x37_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x37, 2.00mm pitch, double rows Surface mounted pin header SMD 2x37 2.00mm double row 0 74 74 Connector_PinHeader_2.00mm PinHeader_2x38_P2.00mm_Horizontal Through hole angled pin header, 2x38, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x38 2.00mm double row 0 76 76 Connector_PinHeader_2.00mm PinHeader_2x38_P2.00mm_Vertical Through hole straight pin header, 2x38, 2.00mm pitch, double rows Through hole pin header THT 2x38 2.00mm double row 0 76 76 Connector_PinHeader_2.00mm PinHeader_2x38_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x38, 2.00mm pitch, double rows Surface mounted pin header SMD 2x38 2.00mm double row 0 76 76 Connector_PinHeader_2.00mm PinHeader_2x39_P2.00mm_Horizontal Through hole angled pin header, 2x39, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x39 2.00mm double row 0 78 78 Connector_PinHeader_2.00mm PinHeader_2x39_P2.00mm_Vertical Through hole straight pin header, 2x39, 2.00mm pitch, double rows Through hole pin header THT 2x39 2.00mm double row 0 78 78 Connector_PinHeader_2.00mm PinHeader_2x39_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x39, 2.00mm pitch, double rows Surface mounted pin header SMD 2x39 2.00mm double row 0 78 78 Connector_PinHeader_2.00mm PinHeader_2x40_P2.00mm_Horizontal Through hole angled pin header, 2x40, 2.00mm pitch, 4.2mm pin length, double rows Through hole angled pin header THT 2x40 2.00mm double row 0 80 80 Connector_PinHeader_2.00mm PinHeader_2x40_P2.00mm_Vertical Through hole straight pin header, 2x40, 2.00mm pitch, double rows Through hole pin header THT 2x40 2.00mm double row 0 80 80 Connector_PinHeader_2.00mm PinHeader_2x40_P2.00mm_Vertical_SMD surface-mounted straight pin header, 2x40, 2.00mm pitch, double rows Surface mounted pin header SMD 2x40 2.00mm double row 0 80 80 Connector_PinHeader_2.54mm PinHeader_1x01_P2.54mm_Horizontal Through hole angled pin header, 1x01, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x01 2.54mm single row 0 1 1 Connector_PinHeader_2.54mm PinHeader_1x01_P2.54mm_Vertical Through hole straight pin header, 1x01, 2.54mm pitch, single row Through hole pin header THT 1x01 2.54mm single row 0 1 1 Connector_PinHeader_2.54mm PinHeader_1x02_P2.54mm_Horizontal Through hole angled pin header, 1x02, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x02 2.54mm single row 0 2 2 Connector_PinHeader_2.54mm PinHeader_1x02_P2.54mm_Vertical Through hole straight pin header, 1x02, 2.54mm pitch, single row Through hole pin header THT 1x02 2.54mm single row 0 2 2 Connector_PinHeader_2.54mm PinHeader_1x02_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x02, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x02 2.54mm single row style1 pin1 left 0 2 2 Connector_PinHeader_2.54mm PinHeader_1x02_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x02, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x02 2.54mm single row style2 pin1 right 0 2 2 Connector_PinHeader_2.54mm PinHeader_1x03_P2.54mm_Horizontal Through hole angled pin header, 1x03, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x03 2.54mm single row 0 3 3 Connector_PinHeader_2.54mm PinHeader_1x03_P2.54mm_Vertical Through hole straight pin header, 1x03, 2.54mm pitch, single row Through hole pin header THT 1x03 2.54mm single row 0 3 3 Connector_PinHeader_2.54mm PinHeader_1x03_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x03, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x03 2.54mm single row style1 pin1 left 0 3 3 Connector_PinHeader_2.54mm PinHeader_1x03_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x03, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x03 2.54mm single row style2 pin1 right 0 3 3 Connector_PinHeader_2.54mm PinHeader_1x04_P2.54mm_Horizontal Through hole angled pin header, 1x04, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x04 2.54mm single row 0 4 4 Connector_PinHeader_2.54mm PinHeader_1x04_P2.54mm_Vertical Through hole straight pin header, 1x04, 2.54mm pitch, single row Through hole pin header THT 1x04 2.54mm single row 0 4 4 Connector_PinHeader_2.54mm PinHeader_1x04_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x04, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x04 2.54mm single row style1 pin1 left 0 4 4 Connector_PinHeader_2.54mm PinHeader_1x04_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x04, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x04 2.54mm single row style2 pin1 right 0 4 4 Connector_PinHeader_2.54mm PinHeader_1x05_P2.54mm_Horizontal Through hole angled pin header, 1x05, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x05 2.54mm single row 0 5 5 Connector_PinHeader_2.54mm PinHeader_1x05_P2.54mm_Vertical Through hole straight pin header, 1x05, 2.54mm pitch, single row Through hole pin header THT 1x05 2.54mm single row 0 5 5 Connector_PinHeader_2.54mm PinHeader_1x05_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x05, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x05 2.54mm single row style1 pin1 left 0 5 5 Connector_PinHeader_2.54mm PinHeader_1x05_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x05, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x05 2.54mm single row style2 pin1 right 0 5 5 Connector_PinHeader_2.54mm PinHeader_1x06_P2.54mm_Horizontal Through hole angled pin header, 1x06, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x06 2.54mm single row 0 6 6 Connector_PinHeader_2.54mm PinHeader_1x06_P2.54mm_Vertical Through hole straight pin header, 1x06, 2.54mm pitch, single row Through hole pin header THT 1x06 2.54mm single row 0 6 6 Connector_PinHeader_2.54mm PinHeader_1x06_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x06, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x06 2.54mm single row style1 pin1 left 0 6 6 Connector_PinHeader_2.54mm PinHeader_1x06_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x06, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x06 2.54mm single row style2 pin1 right 0 6 6 Connector_PinHeader_2.54mm PinHeader_1x07_P2.54mm_Horizontal Through hole angled pin header, 1x07, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x07 2.54mm single row 0 7 7 Connector_PinHeader_2.54mm PinHeader_1x07_P2.54mm_Vertical Through hole straight pin header, 1x07, 2.54mm pitch, single row Through hole pin header THT 1x07 2.54mm single row 0 7 7 Connector_PinHeader_2.54mm PinHeader_1x07_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x07, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x07 2.54mm single row style1 pin1 left 0 7 7 Connector_PinHeader_2.54mm PinHeader_1x07_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x07, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x07 2.54mm single row style2 pin1 right 0 7 7 Connector_PinHeader_2.54mm PinHeader_1x08_P2.54mm_Horizontal Through hole angled pin header, 1x08, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x08 2.54mm single row 0 8 8 Connector_PinHeader_2.54mm PinHeader_1x08_P2.54mm_Vertical Through hole straight pin header, 1x08, 2.54mm pitch, single row Through hole pin header THT 1x08 2.54mm single row 0 8 8 Connector_PinHeader_2.54mm PinHeader_1x08_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x08, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x08 2.54mm single row style1 pin1 left 0 8 8 Connector_PinHeader_2.54mm PinHeader_1x08_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x08, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x08 2.54mm single row style2 pin1 right 0 8 8 Connector_PinHeader_2.54mm PinHeader_1x09_P2.54mm_Horizontal Through hole angled pin header, 1x09, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x09 2.54mm single row 0 9 9 Connector_PinHeader_2.54mm PinHeader_1x09_P2.54mm_Vertical Through hole straight pin header, 1x09, 2.54mm pitch, single row Through hole pin header THT 1x09 2.54mm single row 0 9 9 Connector_PinHeader_2.54mm PinHeader_1x09_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x09, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x09 2.54mm single row style1 pin1 left 0 9 9 Connector_PinHeader_2.54mm PinHeader_1x09_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x09, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x09 2.54mm single row style2 pin1 right 0 9 9 Connector_PinHeader_2.54mm PinHeader_1x10_P2.54mm_Horizontal Through hole angled pin header, 1x10, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x10 2.54mm single row 0 10 10 Connector_PinHeader_2.54mm PinHeader_1x10_P2.54mm_Vertical Through hole straight pin header, 1x10, 2.54mm pitch, single row Through hole pin header THT 1x10 2.54mm single row 0 10 10 Connector_PinHeader_2.54mm PinHeader_1x10_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x10, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x10 2.54mm single row style1 pin1 left 0 10 10 Connector_PinHeader_2.54mm PinHeader_1x10_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x10, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x10 2.54mm single row style2 pin1 right 0 10 10 Connector_PinHeader_2.54mm PinHeader_1x11_P2.54mm_Horizontal Through hole angled pin header, 1x11, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x11 2.54mm single row 0 11 11 Connector_PinHeader_2.54mm PinHeader_1x11_P2.54mm_Vertical Through hole straight pin header, 1x11, 2.54mm pitch, single row Through hole pin header THT 1x11 2.54mm single row 0 11 11 Connector_PinHeader_2.54mm PinHeader_1x11_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x11, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x11 2.54mm single row style1 pin1 left 0 11 11 Connector_PinHeader_2.54mm PinHeader_1x11_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x11, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x11 2.54mm single row style2 pin1 right 0 11 11 Connector_PinHeader_2.54mm PinHeader_1x12_P2.54mm_Horizontal Through hole angled pin header, 1x12, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x12 2.54mm single row 0 12 12 Connector_PinHeader_2.54mm PinHeader_1x12_P2.54mm_Vertical Through hole straight pin header, 1x12, 2.54mm pitch, single row Through hole pin header THT 1x12 2.54mm single row 0 12 12 Connector_PinHeader_2.54mm PinHeader_1x12_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x12, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x12 2.54mm single row style1 pin1 left 0 12 12 Connector_PinHeader_2.54mm PinHeader_1x12_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x12, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x12 2.54mm single row style2 pin1 right 0 12 12 Connector_PinHeader_2.54mm PinHeader_1x13_P2.54mm_Horizontal Through hole angled pin header, 1x13, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x13 2.54mm single row 0 13 13 Connector_PinHeader_2.54mm PinHeader_1x13_P2.54mm_Vertical Through hole straight pin header, 1x13, 2.54mm pitch, single row Through hole pin header THT 1x13 2.54mm single row 0 13 13 Connector_PinHeader_2.54mm PinHeader_1x13_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x13, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x13 2.54mm single row style1 pin1 left 0 13 13 Connector_PinHeader_2.54mm PinHeader_1x13_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x13, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x13 2.54mm single row style2 pin1 right 0 13 13 Connector_PinHeader_2.54mm PinHeader_1x14_P2.54mm_Horizontal Through hole angled pin header, 1x14, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x14 2.54mm single row 0 14 14 Connector_PinHeader_2.54mm PinHeader_1x14_P2.54mm_Vertical Through hole straight pin header, 1x14, 2.54mm pitch, single row Through hole pin header THT 1x14 2.54mm single row 0 14 14 Connector_PinHeader_2.54mm PinHeader_1x14_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x14, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x14 2.54mm single row style1 pin1 left 0 14 14 Connector_PinHeader_2.54mm PinHeader_1x14_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x14, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x14 2.54mm single row style2 pin1 right 0 14 14 Connector_PinHeader_2.54mm PinHeader_1x15_P2.54mm_Horizontal Through hole angled pin header, 1x15, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x15 2.54mm single row 0 15 15 Connector_PinHeader_2.54mm PinHeader_1x15_P2.54mm_Vertical Through hole straight pin header, 1x15, 2.54mm pitch, single row Through hole pin header THT 1x15 2.54mm single row 0 15 15 Connector_PinHeader_2.54mm PinHeader_1x15_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x15, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x15 2.54mm single row style1 pin1 left 0 15 15 Connector_PinHeader_2.54mm PinHeader_1x15_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x15, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x15 2.54mm single row style2 pin1 right 0 15 15 Connector_PinHeader_2.54mm PinHeader_1x16_P2.54mm_Horizontal Through hole angled pin header, 1x16, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x16 2.54mm single row 0 16 16 Connector_PinHeader_2.54mm PinHeader_1x16_P2.54mm_Vertical Through hole straight pin header, 1x16, 2.54mm pitch, single row Through hole pin header THT 1x16 2.54mm single row 0 16 16 Connector_PinHeader_2.54mm PinHeader_1x16_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x16, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x16 2.54mm single row style1 pin1 left 0 16 16 Connector_PinHeader_2.54mm PinHeader_1x16_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x16, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x16 2.54mm single row style2 pin1 right 0 16 16 Connector_PinHeader_2.54mm PinHeader_1x17_P2.54mm_Horizontal Through hole angled pin header, 1x17, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x17 2.54mm single row 0 17 17 Connector_PinHeader_2.54mm PinHeader_1x17_P2.54mm_Vertical Through hole straight pin header, 1x17, 2.54mm pitch, single row Through hole pin header THT 1x17 2.54mm single row 0 17 17 Connector_PinHeader_2.54mm PinHeader_1x17_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x17, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x17 2.54mm single row style1 pin1 left 0 17 17 Connector_PinHeader_2.54mm PinHeader_1x17_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x17, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x17 2.54mm single row style2 pin1 right 0 17 17 Connector_PinHeader_2.54mm PinHeader_1x18_P2.54mm_Horizontal Through hole angled pin header, 1x18, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x18 2.54mm single row 0 18 18 Connector_PinHeader_2.54mm PinHeader_1x18_P2.54mm_Vertical Through hole straight pin header, 1x18, 2.54mm pitch, single row Through hole pin header THT 1x18 2.54mm single row 0 18 18 Connector_PinHeader_2.54mm PinHeader_1x18_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x18, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x18 2.54mm single row style1 pin1 left 0 18 18 Connector_PinHeader_2.54mm PinHeader_1x18_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x18, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x18 2.54mm single row style2 pin1 right 0 18 18 Connector_PinHeader_2.54mm PinHeader_1x19_P2.54mm_Horizontal Through hole angled pin header, 1x19, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x19 2.54mm single row 0 19 19 Connector_PinHeader_2.54mm PinHeader_1x19_P2.54mm_Vertical Through hole straight pin header, 1x19, 2.54mm pitch, single row Through hole pin header THT 1x19 2.54mm single row 0 19 19 Connector_PinHeader_2.54mm PinHeader_1x19_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x19, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x19 2.54mm single row style1 pin1 left 0 19 19 Connector_PinHeader_2.54mm PinHeader_1x19_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x19, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x19 2.54mm single row style2 pin1 right 0 19 19 Connector_PinHeader_2.54mm PinHeader_1x20_P2.54mm_Horizontal Through hole angled pin header, 1x20, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x20 2.54mm single row 0 20 20 Connector_PinHeader_2.54mm PinHeader_1x20_P2.54mm_Vertical Through hole straight pin header, 1x20, 2.54mm pitch, single row Through hole pin header THT 1x20 2.54mm single row 0 20 20 Connector_PinHeader_2.54mm PinHeader_1x20_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x20, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x20 2.54mm single row style1 pin1 left 0 20 20 Connector_PinHeader_2.54mm PinHeader_1x20_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x20, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x20 2.54mm single row style2 pin1 right 0 20 20 Connector_PinHeader_2.54mm PinHeader_1x21_P2.54mm_Horizontal Through hole angled pin header, 1x21, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x21 2.54mm single row 0 21 21 Connector_PinHeader_2.54mm PinHeader_1x21_P2.54mm_Vertical Through hole straight pin header, 1x21, 2.54mm pitch, single row Through hole pin header THT 1x21 2.54mm single row 0 21 21 Connector_PinHeader_2.54mm PinHeader_1x21_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x21, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x21 2.54mm single row style1 pin1 left 0 21 21 Connector_PinHeader_2.54mm PinHeader_1x21_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x21, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x21 2.54mm single row style2 pin1 right 0 21 21 Connector_PinHeader_2.54mm PinHeader_1x22_P2.54mm_Horizontal Through hole angled pin header, 1x22, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x22 2.54mm single row 0 22 22 Connector_PinHeader_2.54mm PinHeader_1x22_P2.54mm_Vertical Through hole straight pin header, 1x22, 2.54mm pitch, single row Through hole pin header THT 1x22 2.54mm single row 0 22 22 Connector_PinHeader_2.54mm PinHeader_1x22_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x22, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x22 2.54mm single row style1 pin1 left 0 22 22 Connector_PinHeader_2.54mm PinHeader_1x22_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x22, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x22 2.54mm single row style2 pin1 right 0 22 22 Connector_PinHeader_2.54mm PinHeader_1x23_P2.54mm_Horizontal Through hole angled pin header, 1x23, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x23 2.54mm single row 0 23 23 Connector_PinHeader_2.54mm PinHeader_1x23_P2.54mm_Vertical Through hole straight pin header, 1x23, 2.54mm pitch, single row Through hole pin header THT 1x23 2.54mm single row 0 23 23 Connector_PinHeader_2.54mm PinHeader_1x23_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x23, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x23 2.54mm single row style1 pin1 left 0 23 23 Connector_PinHeader_2.54mm PinHeader_1x23_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x23, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x23 2.54mm single row style2 pin1 right 0 23 23 Connector_PinHeader_2.54mm PinHeader_1x24_P2.54mm_Horizontal Through hole angled pin header, 1x24, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x24 2.54mm single row 0 24 24 Connector_PinHeader_2.54mm PinHeader_1x24_P2.54mm_Vertical Through hole straight pin header, 1x24, 2.54mm pitch, single row Through hole pin header THT 1x24 2.54mm single row 0 24 24 Connector_PinHeader_2.54mm PinHeader_1x24_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x24, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x24 2.54mm single row style1 pin1 left 0 24 24 Connector_PinHeader_2.54mm PinHeader_1x24_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x24, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x24 2.54mm single row style2 pin1 right 0 24 24 Connector_PinHeader_2.54mm PinHeader_1x25_P2.54mm_Horizontal Through hole angled pin header, 1x25, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x25 2.54mm single row 0 25 25 Connector_PinHeader_2.54mm PinHeader_1x25_P2.54mm_Vertical Through hole straight pin header, 1x25, 2.54mm pitch, single row Through hole pin header THT 1x25 2.54mm single row 0 25 25 Connector_PinHeader_2.54mm PinHeader_1x25_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x25, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x25 2.54mm single row style1 pin1 left 0 25 25 Connector_PinHeader_2.54mm PinHeader_1x25_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x25, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x25 2.54mm single row style2 pin1 right 0 25 25 Connector_PinHeader_2.54mm PinHeader_1x26_P2.54mm_Horizontal Through hole angled pin header, 1x26, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x26 2.54mm single row 0 26 26 Connector_PinHeader_2.54mm PinHeader_1x26_P2.54mm_Vertical Through hole straight pin header, 1x26, 2.54mm pitch, single row Through hole pin header THT 1x26 2.54mm single row 0 26 26 Connector_PinHeader_2.54mm PinHeader_1x26_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x26, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x26 2.54mm single row style1 pin1 left 0 26 26 Connector_PinHeader_2.54mm PinHeader_1x26_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x26, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x26 2.54mm single row style2 pin1 right 0 26 26 Connector_PinHeader_2.54mm PinHeader_1x27_P2.54mm_Horizontal Through hole angled pin header, 1x27, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x27 2.54mm single row 0 27 27 Connector_PinHeader_2.54mm PinHeader_1x27_P2.54mm_Vertical Through hole straight pin header, 1x27, 2.54mm pitch, single row Through hole pin header THT 1x27 2.54mm single row 0 27 27 Connector_PinHeader_2.54mm PinHeader_1x27_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x27, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x27 2.54mm single row style1 pin1 left 0 27 27 Connector_PinHeader_2.54mm PinHeader_1x27_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x27, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x27 2.54mm single row style2 pin1 right 0 27 27 Connector_PinHeader_2.54mm PinHeader_1x28_P2.54mm_Horizontal Through hole angled pin header, 1x28, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x28 2.54mm single row 0 28 28 Connector_PinHeader_2.54mm PinHeader_1x28_P2.54mm_Vertical Through hole straight pin header, 1x28, 2.54mm pitch, single row Through hole pin header THT 1x28 2.54mm single row 0 28 28 Connector_PinHeader_2.54mm PinHeader_1x28_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x28, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x28 2.54mm single row style1 pin1 left 0 28 28 Connector_PinHeader_2.54mm PinHeader_1x28_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x28, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x28 2.54mm single row style2 pin1 right 0 28 28 Connector_PinHeader_2.54mm PinHeader_1x29_P2.54mm_Horizontal Through hole angled pin header, 1x29, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x29 2.54mm single row 0 29 29 Connector_PinHeader_2.54mm PinHeader_1x29_P2.54mm_Vertical Through hole straight pin header, 1x29, 2.54mm pitch, single row Through hole pin header THT 1x29 2.54mm single row 0 29 29 Connector_PinHeader_2.54mm PinHeader_1x29_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x29, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x29 2.54mm single row style1 pin1 left 0 29 29 Connector_PinHeader_2.54mm PinHeader_1x29_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x29, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x29 2.54mm single row style2 pin1 right 0 29 29 Connector_PinHeader_2.54mm PinHeader_1x30_P2.54mm_Horizontal Through hole angled pin header, 1x30, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x30 2.54mm single row 0 30 30 Connector_PinHeader_2.54mm PinHeader_1x30_P2.54mm_Vertical Through hole straight pin header, 1x30, 2.54mm pitch, single row Through hole pin header THT 1x30 2.54mm single row 0 30 30 Connector_PinHeader_2.54mm PinHeader_1x30_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x30, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x30 2.54mm single row style1 pin1 left 0 30 30 Connector_PinHeader_2.54mm PinHeader_1x30_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x30, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x30 2.54mm single row style2 pin1 right 0 30 30 Connector_PinHeader_2.54mm PinHeader_1x31_P2.54mm_Horizontal Through hole angled pin header, 1x31, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x31 2.54mm single row 0 31 31 Connector_PinHeader_2.54mm PinHeader_1x31_P2.54mm_Vertical Through hole straight pin header, 1x31, 2.54mm pitch, single row Through hole pin header THT 1x31 2.54mm single row 0 31 31 Connector_PinHeader_2.54mm PinHeader_1x31_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x31, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x31 2.54mm single row style1 pin1 left 0 31 31 Connector_PinHeader_2.54mm PinHeader_1x31_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x31, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x31 2.54mm single row style2 pin1 right 0 31 31 Connector_PinHeader_2.54mm PinHeader_1x32_P2.54mm_Horizontal Through hole angled pin header, 1x32, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x32 2.54mm single row 0 32 32 Connector_PinHeader_2.54mm PinHeader_1x32_P2.54mm_Vertical Through hole straight pin header, 1x32, 2.54mm pitch, single row Through hole pin header THT 1x32 2.54mm single row 0 32 32 Connector_PinHeader_2.54mm PinHeader_1x32_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x32, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x32 2.54mm single row style1 pin1 left 0 32 32 Connector_PinHeader_2.54mm PinHeader_1x32_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x32, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x32 2.54mm single row style2 pin1 right 0 32 32 Connector_PinHeader_2.54mm PinHeader_1x33_P2.54mm_Horizontal Through hole angled pin header, 1x33, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x33 2.54mm single row 0 33 33 Connector_PinHeader_2.54mm PinHeader_1x33_P2.54mm_Vertical Through hole straight pin header, 1x33, 2.54mm pitch, single row Through hole pin header THT 1x33 2.54mm single row 0 33 33 Connector_PinHeader_2.54mm PinHeader_1x33_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x33, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x33 2.54mm single row style1 pin1 left 0 33 33 Connector_PinHeader_2.54mm PinHeader_1x33_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x33, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x33 2.54mm single row style2 pin1 right 0 33 33 Connector_PinHeader_2.54mm PinHeader_1x34_P2.54mm_Horizontal Through hole angled pin header, 1x34, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x34 2.54mm single row 0 34 34 Connector_PinHeader_2.54mm PinHeader_1x34_P2.54mm_Vertical Through hole straight pin header, 1x34, 2.54mm pitch, single row Through hole pin header THT 1x34 2.54mm single row 0 34 34 Connector_PinHeader_2.54mm PinHeader_1x34_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x34, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x34 2.54mm single row style1 pin1 left 0 34 34 Connector_PinHeader_2.54mm PinHeader_1x34_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x34, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x34 2.54mm single row style2 pin1 right 0 34 34 Connector_PinHeader_2.54mm PinHeader_1x35_P2.54mm_Horizontal Through hole angled pin header, 1x35, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x35 2.54mm single row 0 35 35 Connector_PinHeader_2.54mm PinHeader_1x35_P2.54mm_Vertical Through hole straight pin header, 1x35, 2.54mm pitch, single row Through hole pin header THT 1x35 2.54mm single row 0 35 35 Connector_PinHeader_2.54mm PinHeader_1x35_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x35, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x35 2.54mm single row style1 pin1 left 0 35 35 Connector_PinHeader_2.54mm PinHeader_1x35_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x35, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x35 2.54mm single row style2 pin1 right 0 35 35 Connector_PinHeader_2.54mm PinHeader_1x36_P2.54mm_Horizontal Through hole angled pin header, 1x36, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x36 2.54mm single row 0 36 36 Connector_PinHeader_2.54mm PinHeader_1x36_P2.54mm_Vertical Through hole straight pin header, 1x36, 2.54mm pitch, single row Through hole pin header THT 1x36 2.54mm single row 0 36 36 Connector_PinHeader_2.54mm PinHeader_1x36_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x36, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x36 2.54mm single row style1 pin1 left 0 36 36 Connector_PinHeader_2.54mm PinHeader_1x36_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x36, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x36 2.54mm single row style2 pin1 right 0 36 36 Connector_PinHeader_2.54mm PinHeader_1x37_P2.54mm_Horizontal Through hole angled pin header, 1x37, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x37 2.54mm single row 0 37 37 Connector_PinHeader_2.54mm PinHeader_1x37_P2.54mm_Vertical Through hole straight pin header, 1x37, 2.54mm pitch, single row Through hole pin header THT 1x37 2.54mm single row 0 37 37 Connector_PinHeader_2.54mm PinHeader_1x37_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x37, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x37 2.54mm single row style1 pin1 left 0 37 37 Connector_PinHeader_2.54mm PinHeader_1x37_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x37, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x37 2.54mm single row style2 pin1 right 0 37 37 Connector_PinHeader_2.54mm PinHeader_1x38_P2.54mm_Horizontal Through hole angled pin header, 1x38, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x38 2.54mm single row 0 38 38 Connector_PinHeader_2.54mm PinHeader_1x38_P2.54mm_Vertical Through hole straight pin header, 1x38, 2.54mm pitch, single row Through hole pin header THT 1x38 2.54mm single row 0 38 38 Connector_PinHeader_2.54mm PinHeader_1x38_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x38, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x38 2.54mm single row style1 pin1 left 0 38 38 Connector_PinHeader_2.54mm PinHeader_1x38_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x38, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x38 2.54mm single row style2 pin1 right 0 38 38 Connector_PinHeader_2.54mm PinHeader_1x39_P2.54mm_Horizontal Through hole angled pin header, 1x39, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x39 2.54mm single row 0 39 39 Connector_PinHeader_2.54mm PinHeader_1x39_P2.54mm_Vertical Through hole straight pin header, 1x39, 2.54mm pitch, single row Through hole pin header THT 1x39 2.54mm single row 0 39 39 Connector_PinHeader_2.54mm PinHeader_1x39_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x39, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x39 2.54mm single row style1 pin1 left 0 39 39 Connector_PinHeader_2.54mm PinHeader_1x39_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x39, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x39 2.54mm single row style2 pin1 right 0 39 39 Connector_PinHeader_2.54mm PinHeader_1x40_P2.54mm_Horizontal Through hole angled pin header, 1x40, 2.54mm pitch, 6mm pin length, single row Through hole angled pin header THT 1x40 2.54mm single row 0 40 40 Connector_PinHeader_2.54mm PinHeader_1x40_P2.54mm_Vertical Through hole straight pin header, 1x40, 2.54mm pitch, single row Through hole pin header THT 1x40 2.54mm single row 0 40 40 Connector_PinHeader_2.54mm PinHeader_1x40_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight pin header, 1x40, 2.54mm pitch, single row, style 1 (pin 1 left) Surface mounted pin header SMD 1x40 2.54mm single row style1 pin1 left 0 40 40 Connector_PinHeader_2.54mm PinHeader_1x40_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight pin header, 1x40, 2.54mm pitch, single row, style 2 (pin 1 right) Surface mounted pin header SMD 1x40 2.54mm single row style2 pin1 right 0 40 40 Connector_PinHeader_2.54mm PinHeader_2x01_P2.54mm_Horizontal Through hole angled pin header, 2x01, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x01 2.54mm double row 0 2 2 Connector_PinHeader_2.54mm PinHeader_2x01_P2.54mm_Vertical Through hole straight pin header, 2x01, 2.54mm pitch, double rows Through hole pin header THT 2x01 2.54mm double row 0 2 2 Connector_PinHeader_2.54mm PinHeader_2x01_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x01, 2.54mm pitch, double rows Surface mounted pin header SMD 2x01 2.54mm double row 0 2 2 Connector_PinHeader_2.54mm PinHeader_2x02_P2.54mm_Horizontal Through hole angled pin header, 2x02, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x02 2.54mm double row 0 4 4 Connector_PinHeader_2.54mm PinHeader_2x02_P2.54mm_Vertical Through hole straight pin header, 2x02, 2.54mm pitch, double rows Through hole pin header THT 2x02 2.54mm double row 0 4 4 Connector_PinHeader_2.54mm PinHeader_2x02_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x02, 2.54mm pitch, double rows Surface mounted pin header SMD 2x02 2.54mm double row 0 4 4 Connector_PinHeader_2.54mm PinHeader_2x03_P2.54mm_Horizontal Through hole angled pin header, 2x03, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x03 2.54mm double row 0 6 6 Connector_PinHeader_2.54mm PinHeader_2x03_P2.54mm_Vertical Through hole straight pin header, 2x03, 2.54mm pitch, double rows Through hole pin header THT 2x03 2.54mm double row 0 6 6 Connector_PinHeader_2.54mm PinHeader_2x03_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x03, 2.54mm pitch, double rows Surface mounted pin header SMD 2x03 2.54mm double row 0 6 6 Connector_PinHeader_2.54mm PinHeader_2x04_P2.54mm_Horizontal Through hole angled pin header, 2x04, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x04 2.54mm double row 0 8 8 Connector_PinHeader_2.54mm PinHeader_2x04_P2.54mm_Vertical Through hole straight pin header, 2x04, 2.54mm pitch, double rows Through hole pin header THT 2x04 2.54mm double row 0 8 8 Connector_PinHeader_2.54mm PinHeader_2x04_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x04, 2.54mm pitch, double rows Surface mounted pin header SMD 2x04 2.54mm double row 0 8 8 Connector_PinHeader_2.54mm PinHeader_2x05_P2.54mm_Horizontal Through hole angled pin header, 2x05, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x05 2.54mm double row 0 10 10 Connector_PinHeader_2.54mm PinHeader_2x05_P2.54mm_Vertical Through hole straight pin header, 2x05, 2.54mm pitch, double rows Through hole pin header THT 2x05 2.54mm double row 0 10 10 Connector_PinHeader_2.54mm PinHeader_2x05_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x05, 2.54mm pitch, double rows Surface mounted pin header SMD 2x05 2.54mm double row 0 10 10 Connector_PinHeader_2.54mm PinHeader_2x06_P2.54mm_Horizontal Through hole angled pin header, 2x06, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x06 2.54mm double row 0 12 12 Connector_PinHeader_2.54mm PinHeader_2x06_P2.54mm_Vertical Through hole straight pin header, 2x06, 2.54mm pitch, double rows Through hole pin header THT 2x06 2.54mm double row 0 12 12 Connector_PinHeader_2.54mm PinHeader_2x06_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x06, 2.54mm pitch, double rows Surface mounted pin header SMD 2x06 2.54mm double row 0 12 12 Connector_PinHeader_2.54mm PinHeader_2x07_P2.54mm_Horizontal Through hole angled pin header, 2x07, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x07 2.54mm double row 0 14 14 Connector_PinHeader_2.54mm PinHeader_2x07_P2.54mm_Vertical Through hole straight pin header, 2x07, 2.54mm pitch, double rows Through hole pin header THT 2x07 2.54mm double row 0 14 14 Connector_PinHeader_2.54mm PinHeader_2x07_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x07, 2.54mm pitch, double rows Surface mounted pin header SMD 2x07 2.54mm double row 0 14 14 Connector_PinHeader_2.54mm PinHeader_2x08_P2.54mm_Horizontal Through hole angled pin header, 2x08, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x08 2.54mm double row 0 16 16 Connector_PinHeader_2.54mm PinHeader_2x08_P2.54mm_Vertical Through hole straight pin header, 2x08, 2.54mm pitch, double rows Through hole pin header THT 2x08 2.54mm double row 0 16 16 Connector_PinHeader_2.54mm PinHeader_2x08_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x08, 2.54mm pitch, double rows Surface mounted pin header SMD 2x08 2.54mm double row 0 16 16 Connector_PinHeader_2.54mm PinHeader_2x09_P2.54mm_Horizontal Through hole angled pin header, 2x09, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x09 2.54mm double row 0 18 18 Connector_PinHeader_2.54mm PinHeader_2x09_P2.54mm_Vertical Through hole straight pin header, 2x09, 2.54mm pitch, double rows Through hole pin header THT 2x09 2.54mm double row 0 18 18 Connector_PinHeader_2.54mm PinHeader_2x09_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x09, 2.54mm pitch, double rows Surface mounted pin header SMD 2x09 2.54mm double row 0 18 18 Connector_PinHeader_2.54mm PinHeader_2x10_P2.54mm_Horizontal Through hole angled pin header, 2x10, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x10 2.54mm double row 0 20 20 Connector_PinHeader_2.54mm PinHeader_2x10_P2.54mm_Vertical Through hole straight pin header, 2x10, 2.54mm pitch, double rows Through hole pin header THT 2x10 2.54mm double row 0 20 20 Connector_PinHeader_2.54mm PinHeader_2x10_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x10, 2.54mm pitch, double rows Surface mounted pin header SMD 2x10 2.54mm double row 0 20 20 Connector_PinHeader_2.54mm PinHeader_2x11_P2.54mm_Horizontal Through hole angled pin header, 2x11, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x11 2.54mm double row 0 22 22 Connector_PinHeader_2.54mm PinHeader_2x11_P2.54mm_Vertical Through hole straight pin header, 2x11, 2.54mm pitch, double rows Through hole pin header THT 2x11 2.54mm double row 0 22 22 Connector_PinHeader_2.54mm PinHeader_2x11_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x11, 2.54mm pitch, double rows Surface mounted pin header SMD 2x11 2.54mm double row 0 22 22 Connector_PinHeader_2.54mm PinHeader_2x12_P2.54mm_Horizontal Through hole angled pin header, 2x12, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x12 2.54mm double row 0 24 24 Connector_PinHeader_2.54mm PinHeader_2x12_P2.54mm_Vertical Through hole straight pin header, 2x12, 2.54mm pitch, double rows Through hole pin header THT 2x12 2.54mm double row 0 24 24 Connector_PinHeader_2.54mm PinHeader_2x12_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x12, 2.54mm pitch, double rows Surface mounted pin header SMD 2x12 2.54mm double row 0 24 24 Connector_PinHeader_2.54mm PinHeader_2x13_P2.54mm_Horizontal Through hole angled pin header, 2x13, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x13 2.54mm double row 0 26 26 Connector_PinHeader_2.54mm PinHeader_2x13_P2.54mm_Vertical Through hole straight pin header, 2x13, 2.54mm pitch, double rows Through hole pin header THT 2x13 2.54mm double row 0 26 26 Connector_PinHeader_2.54mm PinHeader_2x13_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x13, 2.54mm pitch, double rows Surface mounted pin header SMD 2x13 2.54mm double row 0 26 26 Connector_PinHeader_2.54mm PinHeader_2x14_P2.54mm_Horizontal Through hole angled pin header, 2x14, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x14 2.54mm double row 0 28 28 Connector_PinHeader_2.54mm PinHeader_2x14_P2.54mm_Vertical Through hole straight pin header, 2x14, 2.54mm pitch, double rows Through hole pin header THT 2x14 2.54mm double row 0 28 28 Connector_PinHeader_2.54mm PinHeader_2x14_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x14, 2.54mm pitch, double rows Surface mounted pin header SMD 2x14 2.54mm double row 0 28 28 Connector_PinHeader_2.54mm PinHeader_2x15_P2.54mm_Horizontal Through hole angled pin header, 2x15, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x15 2.54mm double row 0 30 30 Connector_PinHeader_2.54mm PinHeader_2x15_P2.54mm_Vertical Through hole straight pin header, 2x15, 2.54mm pitch, double rows Through hole pin header THT 2x15 2.54mm double row 0 30 30 Connector_PinHeader_2.54mm PinHeader_2x15_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x15, 2.54mm pitch, double rows Surface mounted pin header SMD 2x15 2.54mm double row 0 30 30 Connector_PinHeader_2.54mm PinHeader_2x16_P2.54mm_Horizontal Through hole angled pin header, 2x16, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x16 2.54mm double row 0 32 32 Connector_PinHeader_2.54mm PinHeader_2x16_P2.54mm_Vertical Through hole straight pin header, 2x16, 2.54mm pitch, double rows Through hole pin header THT 2x16 2.54mm double row 0 32 32 Connector_PinHeader_2.54mm PinHeader_2x16_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x16, 2.54mm pitch, double rows Surface mounted pin header SMD 2x16 2.54mm double row 0 32 32 Connector_PinHeader_2.54mm PinHeader_2x17_P2.54mm_Horizontal Through hole angled pin header, 2x17, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x17 2.54mm double row 0 34 34 Connector_PinHeader_2.54mm PinHeader_2x17_P2.54mm_Vertical Through hole straight pin header, 2x17, 2.54mm pitch, double rows Through hole pin header THT 2x17 2.54mm double row 0 34 34 Connector_PinHeader_2.54mm PinHeader_2x17_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x17, 2.54mm pitch, double rows Surface mounted pin header SMD 2x17 2.54mm double row 0 34 34 Connector_PinHeader_2.54mm PinHeader_2x18_P2.54mm_Horizontal Through hole angled pin header, 2x18, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x18 2.54mm double row 0 36 36 Connector_PinHeader_2.54mm PinHeader_2x18_P2.54mm_Vertical Through hole straight pin header, 2x18, 2.54mm pitch, double rows Through hole pin header THT 2x18 2.54mm double row 0 36 36 Connector_PinHeader_2.54mm PinHeader_2x18_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x18, 2.54mm pitch, double rows Surface mounted pin header SMD 2x18 2.54mm double row 0 36 36 Connector_PinHeader_2.54mm PinHeader_2x19_P2.54mm_Horizontal Through hole angled pin header, 2x19, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x19 2.54mm double row 0 38 38 Connector_PinHeader_2.54mm PinHeader_2x19_P2.54mm_Vertical Through hole straight pin header, 2x19, 2.54mm pitch, double rows Through hole pin header THT 2x19 2.54mm double row 0 38 38 Connector_PinHeader_2.54mm PinHeader_2x19_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x19, 2.54mm pitch, double rows Surface mounted pin header SMD 2x19 2.54mm double row 0 38 38 Connector_PinHeader_2.54mm PinHeader_2x20_P2.54mm_Horizontal Through hole angled pin header, 2x20, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x20 2.54mm double row 0 40 40 Connector_PinHeader_2.54mm PinHeader_2x20_P2.54mm_Vertical Through hole straight pin header, 2x20, 2.54mm pitch, double rows Through hole pin header THT 2x20 2.54mm double row 0 40 40 Connector_PinHeader_2.54mm PinHeader_2x20_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x20, 2.54mm pitch, double rows Surface mounted pin header SMD 2x20 2.54mm double row 0 40 40 Connector_PinHeader_2.54mm PinHeader_2x21_P2.54mm_Horizontal Through hole angled pin header, 2x21, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x21 2.54mm double row 0 42 42 Connector_PinHeader_2.54mm PinHeader_2x21_P2.54mm_Vertical Through hole straight pin header, 2x21, 2.54mm pitch, double rows Through hole pin header THT 2x21 2.54mm double row 0 42 42 Connector_PinHeader_2.54mm PinHeader_2x21_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x21, 2.54mm pitch, double rows Surface mounted pin header SMD 2x21 2.54mm double row 0 42 42 Connector_PinHeader_2.54mm PinHeader_2x22_P2.54mm_Horizontal Through hole angled pin header, 2x22, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x22 2.54mm double row 0 44 44 Connector_PinHeader_2.54mm PinHeader_2x22_P2.54mm_Vertical Through hole straight pin header, 2x22, 2.54mm pitch, double rows Through hole pin header THT 2x22 2.54mm double row 0 44 44 Connector_PinHeader_2.54mm PinHeader_2x22_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x22, 2.54mm pitch, double rows Surface mounted pin header SMD 2x22 2.54mm double row 0 44 44 Connector_PinHeader_2.54mm PinHeader_2x23_P2.54mm_Horizontal Through hole angled pin header, 2x23, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x23 2.54mm double row 0 46 46 Connector_PinHeader_2.54mm PinHeader_2x23_P2.54mm_Vertical Through hole straight pin header, 2x23, 2.54mm pitch, double rows Through hole pin header THT 2x23 2.54mm double row 0 46 46 Connector_PinHeader_2.54mm PinHeader_2x23_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x23, 2.54mm pitch, double rows Surface mounted pin header SMD 2x23 2.54mm double row 0 46 46 Connector_PinHeader_2.54mm PinHeader_2x24_P2.54mm_Horizontal Through hole angled pin header, 2x24, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x24 2.54mm double row 0 48 48 Connector_PinHeader_2.54mm PinHeader_2x24_P2.54mm_Vertical Through hole straight pin header, 2x24, 2.54mm pitch, double rows Through hole pin header THT 2x24 2.54mm double row 0 48 48 Connector_PinHeader_2.54mm PinHeader_2x24_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x24, 2.54mm pitch, double rows Surface mounted pin header SMD 2x24 2.54mm double row 0 48 48 Connector_PinHeader_2.54mm PinHeader_2x25_P2.54mm_Horizontal Through hole angled pin header, 2x25, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x25 2.54mm double row 0 50 50 Connector_PinHeader_2.54mm PinHeader_2x25_P2.54mm_Vertical Through hole straight pin header, 2x25, 2.54mm pitch, double rows Through hole pin header THT 2x25 2.54mm double row 0 50 50 Connector_PinHeader_2.54mm PinHeader_2x25_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x25, 2.54mm pitch, double rows Surface mounted pin header SMD 2x25 2.54mm double row 0 50 50 Connector_PinHeader_2.54mm PinHeader_2x26_P2.54mm_Horizontal Through hole angled pin header, 2x26, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x26 2.54mm double row 0 52 52 Connector_PinHeader_2.54mm PinHeader_2x26_P2.54mm_Vertical Through hole straight pin header, 2x26, 2.54mm pitch, double rows Through hole pin header THT 2x26 2.54mm double row 0 52 52 Connector_PinHeader_2.54mm PinHeader_2x26_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x26, 2.54mm pitch, double rows Surface mounted pin header SMD 2x26 2.54mm double row 0 52 52 Connector_PinHeader_2.54mm PinHeader_2x27_P2.54mm_Horizontal Through hole angled pin header, 2x27, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x27 2.54mm double row 0 54 54 Connector_PinHeader_2.54mm PinHeader_2x27_P2.54mm_Vertical Through hole straight pin header, 2x27, 2.54mm pitch, double rows Through hole pin header THT 2x27 2.54mm double row 0 54 54 Connector_PinHeader_2.54mm PinHeader_2x27_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x27, 2.54mm pitch, double rows Surface mounted pin header SMD 2x27 2.54mm double row 0 54 54 Connector_PinHeader_2.54mm PinHeader_2x28_P2.54mm_Horizontal Through hole angled pin header, 2x28, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x28 2.54mm double row 0 56 56 Connector_PinHeader_2.54mm PinHeader_2x28_P2.54mm_Vertical Through hole straight pin header, 2x28, 2.54mm pitch, double rows Through hole pin header THT 2x28 2.54mm double row 0 56 56 Connector_PinHeader_2.54mm PinHeader_2x28_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x28, 2.54mm pitch, double rows Surface mounted pin header SMD 2x28 2.54mm double row 0 56 56 Connector_PinHeader_2.54mm PinHeader_2x29_P2.54mm_Horizontal Through hole angled pin header, 2x29, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x29 2.54mm double row 0 58 58 Connector_PinHeader_2.54mm PinHeader_2x29_P2.54mm_Vertical Through hole straight pin header, 2x29, 2.54mm pitch, double rows Through hole pin header THT 2x29 2.54mm double row 0 58 58 Connector_PinHeader_2.54mm PinHeader_2x29_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x29, 2.54mm pitch, double rows Surface mounted pin header SMD 2x29 2.54mm double row 0 58 58 Connector_PinHeader_2.54mm PinHeader_2x30_P2.54mm_Horizontal Through hole angled pin header, 2x30, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x30 2.54mm double row 0 60 60 Connector_PinHeader_2.54mm PinHeader_2x30_P2.54mm_Vertical Through hole straight pin header, 2x30, 2.54mm pitch, double rows Through hole pin header THT 2x30 2.54mm double row 0 60 60 Connector_PinHeader_2.54mm PinHeader_2x30_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x30, 2.54mm pitch, double rows Surface mounted pin header SMD 2x30 2.54mm double row 0 60 60 Connector_PinHeader_2.54mm PinHeader_2x31_P2.54mm_Horizontal Through hole angled pin header, 2x31, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x31 2.54mm double row 0 62 62 Connector_PinHeader_2.54mm PinHeader_2x31_P2.54mm_Vertical Through hole straight pin header, 2x31, 2.54mm pitch, double rows Through hole pin header THT 2x31 2.54mm double row 0 62 62 Connector_PinHeader_2.54mm PinHeader_2x31_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x31, 2.54mm pitch, double rows Surface mounted pin header SMD 2x31 2.54mm double row 0 62 62 Connector_PinHeader_2.54mm PinHeader_2x32_P2.54mm_Horizontal Through hole angled pin header, 2x32, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x32 2.54mm double row 0 64 64 Connector_PinHeader_2.54mm PinHeader_2x32_P2.54mm_Vertical Through hole straight pin header, 2x32, 2.54mm pitch, double rows Through hole pin header THT 2x32 2.54mm double row 0 64 64 Connector_PinHeader_2.54mm PinHeader_2x32_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x32, 2.54mm pitch, double rows Surface mounted pin header SMD 2x32 2.54mm double row 0 64 64 Connector_PinHeader_2.54mm PinHeader_2x33_P2.54mm_Horizontal Through hole angled pin header, 2x33, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x33 2.54mm double row 0 66 66 Connector_PinHeader_2.54mm PinHeader_2x33_P2.54mm_Vertical Through hole straight pin header, 2x33, 2.54mm pitch, double rows Through hole pin header THT 2x33 2.54mm double row 0 66 66 Connector_PinHeader_2.54mm PinHeader_2x33_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x33, 2.54mm pitch, double rows Surface mounted pin header SMD 2x33 2.54mm double row 0 66 66 Connector_PinHeader_2.54mm PinHeader_2x34_P2.54mm_Horizontal Through hole angled pin header, 2x34, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x34 2.54mm double row 0 68 68 Connector_PinHeader_2.54mm PinHeader_2x34_P2.54mm_Vertical Through hole straight pin header, 2x34, 2.54mm pitch, double rows Through hole pin header THT 2x34 2.54mm double row 0 68 68 Connector_PinHeader_2.54mm PinHeader_2x34_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x34, 2.54mm pitch, double rows Surface mounted pin header SMD 2x34 2.54mm double row 0 68 68 Connector_PinHeader_2.54mm PinHeader_2x35_P2.54mm_Horizontal Through hole angled pin header, 2x35, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x35 2.54mm double row 0 70 70 Connector_PinHeader_2.54mm PinHeader_2x35_P2.54mm_Vertical Through hole straight pin header, 2x35, 2.54mm pitch, double rows Through hole pin header THT 2x35 2.54mm double row 0 70 70 Connector_PinHeader_2.54mm PinHeader_2x35_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x35, 2.54mm pitch, double rows Surface mounted pin header SMD 2x35 2.54mm double row 0 70 70 Connector_PinHeader_2.54mm PinHeader_2x36_P2.54mm_Horizontal Through hole angled pin header, 2x36, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x36 2.54mm double row 0 72 72 Connector_PinHeader_2.54mm PinHeader_2x36_P2.54mm_Vertical Through hole straight pin header, 2x36, 2.54mm pitch, double rows Through hole pin header THT 2x36 2.54mm double row 0 72 72 Connector_PinHeader_2.54mm PinHeader_2x36_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x36, 2.54mm pitch, double rows Surface mounted pin header SMD 2x36 2.54mm double row 0 72 72 Connector_PinHeader_2.54mm PinHeader_2x37_P2.54mm_Horizontal Through hole angled pin header, 2x37, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x37 2.54mm double row 0 74 74 Connector_PinHeader_2.54mm PinHeader_2x37_P2.54mm_Vertical Through hole straight pin header, 2x37, 2.54mm pitch, double rows Through hole pin header THT 2x37 2.54mm double row 0 74 74 Connector_PinHeader_2.54mm PinHeader_2x37_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x37, 2.54mm pitch, double rows Surface mounted pin header SMD 2x37 2.54mm double row 0 74 74 Connector_PinHeader_2.54mm PinHeader_2x38_P2.54mm_Horizontal Through hole angled pin header, 2x38, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x38 2.54mm double row 0 76 76 Connector_PinHeader_2.54mm PinHeader_2x38_P2.54mm_Vertical Through hole straight pin header, 2x38, 2.54mm pitch, double rows Through hole pin header THT 2x38 2.54mm double row 0 76 76 Connector_PinHeader_2.54mm PinHeader_2x38_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x38, 2.54mm pitch, double rows Surface mounted pin header SMD 2x38 2.54mm double row 0 76 76 Connector_PinHeader_2.54mm PinHeader_2x39_P2.54mm_Horizontal Through hole angled pin header, 2x39, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x39 2.54mm double row 0 78 78 Connector_PinHeader_2.54mm PinHeader_2x39_P2.54mm_Vertical Through hole straight pin header, 2x39, 2.54mm pitch, double rows Through hole pin header THT 2x39 2.54mm double row 0 78 78 Connector_PinHeader_2.54mm PinHeader_2x39_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x39, 2.54mm pitch, double rows Surface mounted pin header SMD 2x39 2.54mm double row 0 78 78 Connector_PinHeader_2.54mm PinHeader_2x40_P2.54mm_Horizontal Through hole angled pin header, 2x40, 2.54mm pitch, 6mm pin length, double rows Through hole angled pin header THT 2x40 2.54mm double row 0 80 80 Connector_PinHeader_2.54mm PinHeader_2x40_P2.54mm_Vertical Through hole straight pin header, 2x40, 2.54mm pitch, double rows Through hole pin header THT 2x40 2.54mm double row 0 80 80 Connector_PinHeader_2.54mm PinHeader_2x40_P2.54mm_Vertical_SMD surface-mounted straight pin header, 2x40, 2.54mm pitch, double rows Surface mounted pin header SMD 2x40 2.54mm double row 0 80 80 Connector_PinSocket_1.00mm PinSocket_1x02_P1.00mm_Vertical Through hole straight socket strip, 1x02, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x02 1.00mm single row 0 2 2 Connector_PinSocket_1.00mm PinSocket_1x02_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x02, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x02 1.00mm single row style1 pin1 left 0 2 2 Connector_PinSocket_1.00mm PinSocket_1x02_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x02, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x02 1.00mm single row style2 pin1 right 0 2 2 Connector_PinSocket_1.00mm PinSocket_1x03_P1.00mm_Vertical Through hole straight socket strip, 1x03, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x03 1.00mm single row 0 3 3 Connector_PinSocket_1.00mm PinSocket_1x03_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x03, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x03 1.00mm single row style1 pin1 left 0 3 3 Connector_PinSocket_1.00mm PinSocket_1x03_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x03, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x03 1.00mm single row style2 pin1 right 0 3 3 Connector_PinSocket_1.00mm PinSocket_1x04_P1.00mm_Vertical Through hole straight socket strip, 1x04, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x04 1.00mm single row 0 4 4 Connector_PinSocket_1.00mm PinSocket_1x04_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x04, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x04 1.00mm single row style1 pin1 left 0 4 4 Connector_PinSocket_1.00mm PinSocket_1x04_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x04, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x04 1.00mm single row style2 pin1 right 0 4 4 Connector_PinSocket_1.00mm PinSocket_1x05_P1.00mm_Vertical Through hole straight socket strip, 1x05, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x05 1.00mm single row 0 5 5 Connector_PinSocket_1.00mm PinSocket_1x05_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x05, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x05 1.00mm single row style1 pin1 left 0 5 5 Connector_PinSocket_1.00mm PinSocket_1x05_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x05, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x05 1.00mm single row style2 pin1 right 0 5 5 Connector_PinSocket_1.00mm PinSocket_1x06_P1.00mm_Vertical Through hole straight socket strip, 1x06, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x06 1.00mm single row 0 6 6 Connector_PinSocket_1.00mm PinSocket_1x06_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x06, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x06 1.00mm single row style1 pin1 left 0 6 6 Connector_PinSocket_1.00mm PinSocket_1x06_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x06, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x06 1.00mm single row style2 pin1 right 0 6 6 Connector_PinSocket_1.00mm PinSocket_1x07_P1.00mm_Vertical Through hole straight socket strip, 1x07, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x07 1.00mm single row 0 7 7 Connector_PinSocket_1.00mm PinSocket_1x07_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x07, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x07 1.00mm single row style1 pin1 left 0 7 7 Connector_PinSocket_1.00mm PinSocket_1x07_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x07, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x07 1.00mm single row style2 pin1 right 0 7 7 Connector_PinSocket_1.00mm PinSocket_1x08_P1.00mm_Vertical Through hole straight socket strip, 1x08, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x08 1.00mm single row 0 8 8 Connector_PinSocket_1.00mm PinSocket_1x08_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x08, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x08 1.00mm single row style1 pin1 left 0 8 8 Connector_PinSocket_1.00mm PinSocket_1x08_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x08, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x08 1.00mm single row style2 pin1 right 0 8 8 Connector_PinSocket_1.00mm PinSocket_1x09_P1.00mm_Vertical Through hole straight socket strip, 1x09, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x09 1.00mm single row 0 9 9 Connector_PinSocket_1.00mm PinSocket_1x09_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x09, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x09 1.00mm single row style1 pin1 left 0 9 9 Connector_PinSocket_1.00mm PinSocket_1x09_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x09, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x09 1.00mm single row style2 pin1 right 0 9 9 Connector_PinSocket_1.00mm PinSocket_1x10_P1.00mm_Vertical Through hole straight socket strip, 1x10, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x10 1.00mm single row 0 10 10 Connector_PinSocket_1.00mm PinSocket_1x10_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x10, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x10 1.00mm single row style1 pin1 left 0 10 10 Connector_PinSocket_1.00mm PinSocket_1x10_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x10, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x10 1.00mm single row style2 pin1 right 0 10 10 Connector_PinSocket_1.00mm PinSocket_1x11_P1.00mm_Vertical Through hole straight socket strip, 1x11, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x11 1.00mm single row 0 11 11 Connector_PinSocket_1.00mm PinSocket_1x11_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x11, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x11 1.00mm single row style1 pin1 left 0 11 11 Connector_PinSocket_1.00mm PinSocket_1x11_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x11, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x11 1.00mm single row style2 pin1 right 0 11 11 Connector_PinSocket_1.00mm PinSocket_1x12_P1.00mm_Vertical Through hole straight socket strip, 1x12, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x12 1.00mm single row 0 12 12 Connector_PinSocket_1.00mm PinSocket_1x12_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x12, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x12 1.00mm single row style1 pin1 left 0 12 12 Connector_PinSocket_1.00mm PinSocket_1x12_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x12, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x12 1.00mm single row style2 pin1 right 0 12 12 Connector_PinSocket_1.00mm PinSocket_1x13_P1.00mm_Vertical Through hole straight socket strip, 1x13, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x13 1.00mm single row 0 13 13 Connector_PinSocket_1.00mm PinSocket_1x13_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x13, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x13 1.00mm single row style1 pin1 left 0 13 13 Connector_PinSocket_1.00mm PinSocket_1x13_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x13, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x13 1.00mm single row style2 pin1 right 0 13 13 Connector_PinSocket_1.00mm PinSocket_1x14_P1.00mm_Vertical Through hole straight socket strip, 1x14, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x14 1.00mm single row 0 14 14 Connector_PinSocket_1.00mm PinSocket_1x14_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x14, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x14 1.00mm single row style1 pin1 left 0 14 14 Connector_PinSocket_1.00mm PinSocket_1x14_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x14, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x14 1.00mm single row style2 pin1 right 0 14 14 Connector_PinSocket_1.00mm PinSocket_1x15_P1.00mm_Vertical Through hole straight socket strip, 1x15, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x15 1.00mm single row 0 15 15 Connector_PinSocket_1.00mm PinSocket_1x15_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x15, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x15 1.00mm single row style1 pin1 left 0 15 15 Connector_PinSocket_1.00mm PinSocket_1x15_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x15, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x15 1.00mm single row style2 pin1 right 0 15 15 Connector_PinSocket_1.00mm PinSocket_1x16_P1.00mm_Vertical Through hole straight socket strip, 1x16, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x16 1.00mm single row 0 16 16 Connector_PinSocket_1.00mm PinSocket_1x16_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x16, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x16 1.00mm single row style1 pin1 left 0 16 16 Connector_PinSocket_1.00mm PinSocket_1x16_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x16, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x16 1.00mm single row style2 pin1 right 0 16 16 Connector_PinSocket_1.00mm PinSocket_1x17_P1.00mm_Vertical Through hole straight socket strip, 1x17, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x17 1.00mm single row 0 17 17 Connector_PinSocket_1.00mm PinSocket_1x17_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x17, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x17 1.00mm single row style1 pin1 left 0 17 17 Connector_PinSocket_1.00mm PinSocket_1x17_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x17, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x17 1.00mm single row style2 pin1 right 0 17 17 Connector_PinSocket_1.00mm PinSocket_1x18_P1.00mm_Vertical Through hole straight socket strip, 1x18, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x18 1.00mm single row 0 18 18 Connector_PinSocket_1.00mm PinSocket_1x18_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x18, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x18 1.00mm single row style1 pin1 left 0 18 18 Connector_PinSocket_1.00mm PinSocket_1x18_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x18, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x18 1.00mm single row style2 pin1 right 0 18 18 Connector_PinSocket_1.00mm PinSocket_1x19_P1.00mm_Vertical Through hole straight socket strip, 1x19, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x19 1.00mm single row 0 19 19 Connector_PinSocket_1.00mm PinSocket_1x19_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x19, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x19 1.00mm single row style1 pin1 left 0 19 19 Connector_PinSocket_1.00mm PinSocket_1x19_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x19, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x19 1.00mm single row style2 pin1 right 0 19 19 Connector_PinSocket_1.00mm PinSocket_1x20_P1.00mm_Vertical Through hole straight socket strip, 1x20, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x20 1.00mm single row 0 20 20 Connector_PinSocket_1.00mm PinSocket_1x20_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x20, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x20 1.00mm single row style1 pin1 left 0 20 20 Connector_PinSocket_1.00mm PinSocket_1x20_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x20, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x20 1.00mm single row style2 pin1 right 0 20 20 Connector_PinSocket_1.00mm PinSocket_1x21_P1.00mm_Vertical Through hole straight socket strip, 1x21, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x21 1.00mm single row 0 21 21 Connector_PinSocket_1.00mm PinSocket_1x21_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x21, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x21 1.00mm single row style1 pin1 left 0 21 21 Connector_PinSocket_1.00mm PinSocket_1x21_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x21, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x21 1.00mm single row style2 pin1 right 0 21 21 Connector_PinSocket_1.00mm PinSocket_1x22_P1.00mm_Vertical Through hole straight socket strip, 1x22, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x22 1.00mm single row 0 22 22 Connector_PinSocket_1.00mm PinSocket_1x22_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x22, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x22 1.00mm single row style1 pin1 left 0 22 22 Connector_PinSocket_1.00mm PinSocket_1x22_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x22, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x22 1.00mm single row style2 pin1 right 0 22 22 Connector_PinSocket_1.00mm PinSocket_1x23_P1.00mm_Vertical Through hole straight socket strip, 1x23, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x23 1.00mm single row 0 23 23 Connector_PinSocket_1.00mm PinSocket_1x23_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x23, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x23 1.00mm single row style1 pin1 left 0 23 23 Connector_PinSocket_1.00mm PinSocket_1x23_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x23, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x23 1.00mm single row style2 pin1 right 0 23 23 Connector_PinSocket_1.00mm PinSocket_1x24_P1.00mm_Vertical Through hole straight socket strip, 1x24, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x24 1.00mm single row 0 24 24 Connector_PinSocket_1.00mm PinSocket_1x24_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x24, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x24 1.00mm single row style1 pin1 left 0 24 24 Connector_PinSocket_1.00mm PinSocket_1x24_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x24, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x24 1.00mm single row style2 pin1 right 0 24 24 Connector_PinSocket_1.00mm PinSocket_1x25_P1.00mm_Vertical Through hole straight socket strip, 1x25, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x25 1.00mm single row 0 25 25 Connector_PinSocket_1.00mm PinSocket_1x25_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x25, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x25 1.00mm single row style1 pin1 left 0 25 25 Connector_PinSocket_1.00mm PinSocket_1x25_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x25, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x25 1.00mm single row style2 pin1 right 0 25 25 Connector_PinSocket_1.00mm PinSocket_1x26_P1.00mm_Vertical Through hole straight socket strip, 1x26, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x26 1.00mm single row 0 26 26 Connector_PinSocket_1.00mm PinSocket_1x26_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x26, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x26 1.00mm single row style1 pin1 left 0 26 26 Connector_PinSocket_1.00mm PinSocket_1x26_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x26, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x26 1.00mm single row style2 pin1 right 0 26 26 Connector_PinSocket_1.00mm PinSocket_1x27_P1.00mm_Vertical Through hole straight socket strip, 1x27, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x27 1.00mm single row 0 27 27 Connector_PinSocket_1.00mm PinSocket_1x27_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x27, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x27 1.00mm single row style1 pin1 left 0 27 27 Connector_PinSocket_1.00mm PinSocket_1x27_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x27, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x27 1.00mm single row style2 pin1 right 0 27 27 Connector_PinSocket_1.00mm PinSocket_1x28_P1.00mm_Vertical Through hole straight socket strip, 1x28, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x28 1.00mm single row 0 28 28 Connector_PinSocket_1.00mm PinSocket_1x28_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x28, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x28 1.00mm single row style1 pin1 left 0 28 28 Connector_PinSocket_1.00mm PinSocket_1x28_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x28, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x28 1.00mm single row style2 pin1 right 0 28 28 Connector_PinSocket_1.00mm PinSocket_1x29_P1.00mm_Vertical Through hole straight socket strip, 1x29, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x29 1.00mm single row 0 29 29 Connector_PinSocket_1.00mm PinSocket_1x29_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x29, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x29 1.00mm single row style1 pin1 left 0 29 29 Connector_PinSocket_1.00mm PinSocket_1x29_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x29, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x29 1.00mm single row style2 pin1 right 0 29 29 Connector_PinSocket_1.00mm PinSocket_1x30_P1.00mm_Vertical Through hole straight socket strip, 1x30, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x30 1.00mm single row 0 30 30 Connector_PinSocket_1.00mm PinSocket_1x30_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x30, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x30 1.00mm single row style1 pin1 left 0 30 30 Connector_PinSocket_1.00mm PinSocket_1x30_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x30, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x30 1.00mm single row style2 pin1 right 0 30 30 Connector_PinSocket_1.00mm PinSocket_1x31_P1.00mm_Vertical Through hole straight socket strip, 1x31, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x31 1.00mm single row 0 31 31 Connector_PinSocket_1.00mm PinSocket_1x31_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x31, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x31 1.00mm single row style1 pin1 left 0 31 31 Connector_PinSocket_1.00mm PinSocket_1x31_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x31, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x31 1.00mm single row style2 pin1 right 0 31 31 Connector_PinSocket_1.00mm PinSocket_1x32_P1.00mm_Vertical Through hole straight socket strip, 1x32, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x32 1.00mm single row 0 32 32 Connector_PinSocket_1.00mm PinSocket_1x32_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x32, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x32 1.00mm single row style1 pin1 left 0 32 32 Connector_PinSocket_1.00mm PinSocket_1x32_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x32, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x32 1.00mm single row style2 pin1 right 0 32 32 Connector_PinSocket_1.00mm PinSocket_1x33_P1.00mm_Vertical Through hole straight socket strip, 1x33, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x33 1.00mm single row 0 33 33 Connector_PinSocket_1.00mm PinSocket_1x33_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x33, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x33 1.00mm single row style1 pin1 left 0 33 33 Connector_PinSocket_1.00mm PinSocket_1x33_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x33, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x33 1.00mm single row style2 pin1 right 0 33 33 Connector_PinSocket_1.00mm PinSocket_1x34_P1.00mm_Vertical Through hole straight socket strip, 1x34, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x34 1.00mm single row 0 34 34 Connector_PinSocket_1.00mm PinSocket_1x34_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x34, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x34 1.00mm single row style1 pin1 left 0 34 34 Connector_PinSocket_1.00mm PinSocket_1x34_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x34, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x34 1.00mm single row style2 pin1 right 0 34 34 Connector_PinSocket_1.00mm PinSocket_1x35_P1.00mm_Vertical Through hole straight socket strip, 1x35, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x35 1.00mm single row 0 35 35 Connector_PinSocket_1.00mm PinSocket_1x35_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x35, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x35 1.00mm single row style1 pin1 left 0 35 35 Connector_PinSocket_1.00mm PinSocket_1x35_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x35, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x35 1.00mm single row style2 pin1 right 0 35 35 Connector_PinSocket_1.00mm PinSocket_1x36_P1.00mm_Vertical Through hole straight socket strip, 1x36, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x36 1.00mm single row 0 36 36 Connector_PinSocket_1.00mm PinSocket_1x36_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x36, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x36 1.00mm single row style1 pin1 left 0 36 36 Connector_PinSocket_1.00mm PinSocket_1x36_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x36, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x36 1.00mm single row style2 pin1 right 0 36 36 Connector_PinSocket_1.00mm PinSocket_1x37_P1.00mm_Vertical Through hole straight socket strip, 1x37, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x37 1.00mm single row 0 37 37 Connector_PinSocket_1.00mm PinSocket_1x37_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x37, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x37 1.00mm single row style1 pin1 left 0 37 37 Connector_PinSocket_1.00mm PinSocket_1x37_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x37, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x37 1.00mm single row style2 pin1 right 0 37 37 Connector_PinSocket_1.00mm PinSocket_1x38_P1.00mm_Vertical Through hole straight socket strip, 1x38, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x38 1.00mm single row 0 38 38 Connector_PinSocket_1.00mm PinSocket_1x38_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x38, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x38 1.00mm single row style1 pin1 left 0 38 38 Connector_PinSocket_1.00mm PinSocket_1x38_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x38, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x38 1.00mm single row style2 pin1 right 0 38 38 Connector_PinSocket_1.00mm PinSocket_1x39_P1.00mm_Vertical Through hole straight socket strip, 1x39, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x39 1.00mm single row 0 39 39 Connector_PinSocket_1.00mm PinSocket_1x39_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x39, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x39 1.00mm single row style1 pin1 left 0 39 39 Connector_PinSocket_1.00mm PinSocket_1x39_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x39, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x39 1.00mm single row style2 pin1 right 0 39 39 Connector_PinSocket_1.00mm PinSocket_1x40_P1.00mm_Vertical Through hole straight socket strip, 1x40, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated Through hole socket strip THT 1x40 1.00mm single row 0 40 40 Connector_PinSocket_1.00mm PinSocket_1x40_P1.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x40, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x40 1.00mm single row style1 pin1 left 0 40 40 Connector_PinSocket_1.00mm PinSocket_1x40_P1.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x40, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated Surface mounted socket strip SMD 1x40 1.00mm single row style2 pin1 right 0 40 40 Connector_PinSocket_1.00mm PinSocket_2x02_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x02, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x02 1.00mm double row 0 4 4 Connector_PinSocket_1.00mm PinSocket_2x03_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x03, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x03 1.00mm double row 0 6 6 Connector_PinSocket_1.00mm PinSocket_2x04_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x04, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x04 1.00mm double row 0 8 8 Connector_PinSocket_1.00mm PinSocket_2x05_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x05, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x05 1.00mm double row 0 10 10 Connector_PinSocket_1.00mm PinSocket_2x06_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x06, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x06 1.00mm double row 0 12 12 Connector_PinSocket_1.00mm PinSocket_2x07_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x07, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x07 1.00mm double row 0 14 14 Connector_PinSocket_1.00mm PinSocket_2x08_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x08, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x08 1.00mm double row 0 16 16 Connector_PinSocket_1.00mm PinSocket_2x09_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x09, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x09 1.00mm double row 0 18 18 Connector_PinSocket_1.00mm PinSocket_2x10_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x10, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x10 1.00mm double row 0 20 20 Connector_PinSocket_1.00mm PinSocket_2x11_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x11, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x11 1.00mm double row 0 22 22 Connector_PinSocket_1.00mm PinSocket_2x12_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x12, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x12 1.00mm double row 0 24 24 Connector_PinSocket_1.00mm PinSocket_2x13_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x13, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x13 1.00mm double row 0 26 26 Connector_PinSocket_1.00mm PinSocket_2x14_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x14, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x14 1.00mm double row 0 28 28 Connector_PinSocket_1.00mm PinSocket_2x15_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x15, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x15 1.00mm double row 0 30 30 Connector_PinSocket_1.00mm PinSocket_2x16_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x16, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x16 1.00mm double row 0 32 32 Connector_PinSocket_1.00mm PinSocket_2x17_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x17, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x17 1.00mm double row 0 34 34 Connector_PinSocket_1.00mm PinSocket_2x18_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x18, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x18 1.00mm double row 0 36 36 Connector_PinSocket_1.00mm PinSocket_2x19_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x19, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x19 1.00mm double row 0 38 38 Connector_PinSocket_1.00mm PinSocket_2x20_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x20, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x20 1.00mm double row 0 40 40 Connector_PinSocket_1.00mm PinSocket_2x21_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x21, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x21 1.00mm double row 0 42 42 Connector_PinSocket_1.00mm PinSocket_2x22_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x22, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x22 1.00mm double row 0 44 44 Connector_PinSocket_1.00mm PinSocket_2x23_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x23, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x23 1.00mm double row 0 46 46 Connector_PinSocket_1.00mm PinSocket_2x24_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x24, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x24 1.00mm double row 0 48 48 Connector_PinSocket_1.00mm PinSocket_2x25_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x25, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x25 1.00mm double row 0 50 50 Connector_PinSocket_1.00mm PinSocket_2x26_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x26, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x26 1.00mm double row 0 52 52 Connector_PinSocket_1.00mm PinSocket_2x27_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x27, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x27 1.00mm double row 0 54 54 Connector_PinSocket_1.00mm PinSocket_2x28_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x28, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x28 1.00mm double row 0 56 56 Connector_PinSocket_1.00mm PinSocket_2x29_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x29, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x29 1.00mm double row 0 58 58 Connector_PinSocket_1.00mm PinSocket_2x30_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x30, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x30 1.00mm double row 0 60 60 Connector_PinSocket_1.00mm PinSocket_2x31_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x31, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x31 1.00mm double row 0 62 62 Connector_PinSocket_1.00mm PinSocket_2x32_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x32, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x32 1.00mm double row 0 64 64 Connector_PinSocket_1.00mm PinSocket_2x33_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x33, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x33 1.00mm double row 0 66 66 Connector_PinSocket_1.00mm PinSocket_2x34_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x34, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x34 1.00mm double row 0 68 68 Connector_PinSocket_1.00mm PinSocket_2x35_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x35, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x35 1.00mm double row 0 70 70 Connector_PinSocket_1.00mm PinSocket_2x36_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x36, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x36 1.00mm double row 0 72 72 Connector_PinSocket_1.00mm PinSocket_2x37_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x37, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x37 1.00mm double row 0 74 74 Connector_PinSocket_1.00mm PinSocket_2x38_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x38, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x38 1.00mm double row 0 76 76 Connector_PinSocket_1.00mm PinSocket_2x39_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x39, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x39 1.00mm double row 0 78 78 Connector_PinSocket_1.00mm PinSocket_2x40_P1.00mm_Vertical_SMD surface-mounted straight socket strip, 2x40, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Surface mounted socket strip SMD 2x40 1.00mm double row 0 80 80 Connector_PinSocket_1.27mm PinSocket_1x01_P1.27mm_Vertical Through hole straight socket strip, 1x01, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x01 1.27mm single row 0 1 1 Connector_PinSocket_1.27mm PinSocket_1x02_P1.27mm_Vertical Through hole straight socket strip, 1x02, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x02 1.27mm single row 0 2 2 Connector_PinSocket_1.27mm PinSocket_1x02_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x02, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x02 1.27mm single row style1 pin1 left 0 2 2 Connector_PinSocket_1.27mm PinSocket_1x02_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x02, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x02 1.27mm single row style2 pin1 right 0 2 2 Connector_PinSocket_1.27mm PinSocket_1x03_P1.27mm_Vertical Through hole straight socket strip, 1x03, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x03 1.27mm single row 0 3 3 Connector_PinSocket_1.27mm PinSocket_1x03_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x03, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x03 1.27mm single row style1 pin1 left 0 3 3 Connector_PinSocket_1.27mm PinSocket_1x03_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x03, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x03 1.27mm single row style2 pin1 right 0 3 3 Connector_PinSocket_1.27mm PinSocket_1x04_P1.27mm_Vertical Through hole straight socket strip, 1x04, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x04 1.27mm single row 0 4 4 Connector_PinSocket_1.27mm PinSocket_1x04_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x04, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x04 1.27mm single row style1 pin1 left 0 4 4 Connector_PinSocket_1.27mm PinSocket_1x04_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x04, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x04 1.27mm single row style2 pin1 right 0 4 4 Connector_PinSocket_1.27mm PinSocket_1x05_P1.27mm_Vertical Through hole straight socket strip, 1x05, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x05 1.27mm single row 0 5 5 Connector_PinSocket_1.27mm PinSocket_1x05_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x05, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x05 1.27mm single row style1 pin1 left 0 5 5 Connector_PinSocket_1.27mm PinSocket_1x05_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x05, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x05 1.27mm single row style2 pin1 right 0 5 5 Connector_PinSocket_1.27mm PinSocket_1x06_P1.27mm_Vertical Through hole straight socket strip, 1x06, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x06 1.27mm single row 0 6 6 Connector_PinSocket_1.27mm PinSocket_1x06_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x06, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x06 1.27mm single row style1 pin1 left 0 6 6 Connector_PinSocket_1.27mm PinSocket_1x06_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x06, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x06 1.27mm single row style2 pin1 right 0 6 6 Connector_PinSocket_1.27mm PinSocket_1x07_P1.27mm_Vertical Through hole straight socket strip, 1x07, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x07 1.27mm single row 0 7 7 Connector_PinSocket_1.27mm PinSocket_1x07_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x07, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x07 1.27mm single row style1 pin1 left 0 7 7 Connector_PinSocket_1.27mm PinSocket_1x07_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x07, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x07 1.27mm single row style2 pin1 right 0 7 7 Connector_PinSocket_1.27mm PinSocket_1x08_P1.27mm_Vertical Through hole straight socket strip, 1x08, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x08 1.27mm single row 0 8 8 Connector_PinSocket_1.27mm PinSocket_1x08_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x08, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x08 1.27mm single row style1 pin1 left 0 8 8 Connector_PinSocket_1.27mm PinSocket_1x08_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x08, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x08 1.27mm single row style2 pin1 right 0 8 8 Connector_PinSocket_1.27mm PinSocket_1x09_P1.27mm_Vertical Through hole straight socket strip, 1x09, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x09 1.27mm single row 0 9 9 Connector_PinSocket_1.27mm PinSocket_1x09_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x09, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x09 1.27mm single row style1 pin1 left 0 9 9 Connector_PinSocket_1.27mm PinSocket_1x09_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x09, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x09 1.27mm single row style2 pin1 right 0 9 9 Connector_PinSocket_1.27mm PinSocket_1x10_P1.27mm_Vertical Through hole straight socket strip, 1x10, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x10 1.27mm single row 0 10 10 Connector_PinSocket_1.27mm PinSocket_1x10_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x10, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x10 1.27mm single row style1 pin1 left 0 10 10 Connector_PinSocket_1.27mm PinSocket_1x10_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x10, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x10 1.27mm single row style2 pin1 right 0 10 10 Connector_PinSocket_1.27mm PinSocket_1x11_P1.27mm_Vertical Through hole straight socket strip, 1x11, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x11 1.27mm single row 0 11 11 Connector_PinSocket_1.27mm PinSocket_1x11_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x11, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x11 1.27mm single row style1 pin1 left 0 11 11 Connector_PinSocket_1.27mm PinSocket_1x11_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x11, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x11 1.27mm single row style2 pin1 right 0 11 11 Connector_PinSocket_1.27mm PinSocket_1x12_P1.27mm_Vertical Through hole straight socket strip, 1x12, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x12 1.27mm single row 0 12 12 Connector_PinSocket_1.27mm PinSocket_1x12_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x12, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x12 1.27mm single row style1 pin1 left 0 12 12 Connector_PinSocket_1.27mm PinSocket_1x12_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x12, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x12 1.27mm single row style2 pin1 right 0 12 12 Connector_PinSocket_1.27mm PinSocket_1x13_P1.27mm_Vertical Through hole straight socket strip, 1x13, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x13 1.27mm single row 0 13 13 Connector_PinSocket_1.27mm PinSocket_1x13_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x13, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x13 1.27mm single row style1 pin1 left 0 13 13 Connector_PinSocket_1.27mm PinSocket_1x13_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x13, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x13 1.27mm single row style2 pin1 right 0 13 13 Connector_PinSocket_1.27mm PinSocket_1x14_P1.27mm_Vertical Through hole straight socket strip, 1x14, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x14 1.27mm single row 0 14 14 Connector_PinSocket_1.27mm PinSocket_1x14_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x14, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x14 1.27mm single row style1 pin1 left 0 14 14 Connector_PinSocket_1.27mm PinSocket_1x14_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x14, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x14 1.27mm single row style2 pin1 right 0 14 14 Connector_PinSocket_1.27mm PinSocket_1x15_P1.27mm_Vertical Through hole straight socket strip, 1x15, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x15 1.27mm single row 0 15 15 Connector_PinSocket_1.27mm PinSocket_1x15_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x15, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x15 1.27mm single row style1 pin1 left 0 15 15 Connector_PinSocket_1.27mm PinSocket_1x15_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x15, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x15 1.27mm single row style2 pin1 right 0 15 15 Connector_PinSocket_1.27mm PinSocket_1x16_P1.27mm_Vertical Through hole straight socket strip, 1x16, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x16 1.27mm single row 0 16 16 Connector_PinSocket_1.27mm PinSocket_1x16_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x16, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x16 1.27mm single row style1 pin1 left 0 16 16 Connector_PinSocket_1.27mm PinSocket_1x16_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x16, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x16 1.27mm single row style2 pin1 right 0 16 16 Connector_PinSocket_1.27mm PinSocket_1x17_P1.27mm_Vertical Through hole straight socket strip, 1x17, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x17 1.27mm single row 0 17 17 Connector_PinSocket_1.27mm PinSocket_1x17_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x17, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x17 1.27mm single row style1 pin1 left 0 17 17 Connector_PinSocket_1.27mm PinSocket_1x17_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x17, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x17 1.27mm single row style2 pin1 right 0 17 17 Connector_PinSocket_1.27mm PinSocket_1x18_P1.27mm_Vertical Through hole straight socket strip, 1x18, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x18 1.27mm single row 0 18 18 Connector_PinSocket_1.27mm PinSocket_1x18_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x18, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x18 1.27mm single row style1 pin1 left 0 18 18 Connector_PinSocket_1.27mm PinSocket_1x18_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x18, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x18 1.27mm single row style2 pin1 right 0 18 18 Connector_PinSocket_1.27mm PinSocket_1x19_P1.27mm_Vertical Through hole straight socket strip, 1x19, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x19 1.27mm single row 0 19 19 Connector_PinSocket_1.27mm PinSocket_1x19_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x19, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x19 1.27mm single row style1 pin1 left 0 19 19 Connector_PinSocket_1.27mm PinSocket_1x19_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x19, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x19 1.27mm single row style2 pin1 right 0 19 19 Connector_PinSocket_1.27mm PinSocket_1x20_P1.27mm_Vertical Through hole straight socket strip, 1x20, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x20 1.27mm single row 0 20 20 Connector_PinSocket_1.27mm PinSocket_1x20_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x20, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x20 1.27mm single row style1 pin1 left 0 20 20 Connector_PinSocket_1.27mm PinSocket_1x20_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x20, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x20 1.27mm single row style2 pin1 right 0 20 20 Connector_PinSocket_1.27mm PinSocket_1x21_P1.27mm_Vertical Through hole straight socket strip, 1x21, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x21 1.27mm single row 0 21 21 Connector_PinSocket_1.27mm PinSocket_1x21_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x21, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x21 1.27mm single row style1 pin1 left 0 21 21 Connector_PinSocket_1.27mm PinSocket_1x21_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x21, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x21 1.27mm single row style2 pin1 right 0 21 21 Connector_PinSocket_1.27mm PinSocket_1x22_P1.27mm_Vertical Through hole straight socket strip, 1x22, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x22 1.27mm single row 0 22 22 Connector_PinSocket_1.27mm PinSocket_1x22_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x22, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x22 1.27mm single row style1 pin1 left 0 22 22 Connector_PinSocket_1.27mm PinSocket_1x22_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x22, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x22 1.27mm single row style2 pin1 right 0 22 22 Connector_PinSocket_1.27mm PinSocket_1x23_P1.27mm_Vertical Through hole straight socket strip, 1x23, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x23 1.27mm single row 0 23 23 Connector_PinSocket_1.27mm PinSocket_1x23_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x23, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x23 1.27mm single row style1 pin1 left 0 23 23 Connector_PinSocket_1.27mm PinSocket_1x23_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x23, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x23 1.27mm single row style2 pin1 right 0 23 23 Connector_PinSocket_1.27mm PinSocket_1x24_P1.27mm_Vertical Through hole straight socket strip, 1x24, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x24 1.27mm single row 0 24 24 Connector_PinSocket_1.27mm PinSocket_1x24_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x24, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x24 1.27mm single row style1 pin1 left 0 24 24 Connector_PinSocket_1.27mm PinSocket_1x24_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x24, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x24 1.27mm single row style2 pin1 right 0 24 24 Connector_PinSocket_1.27mm PinSocket_1x25_P1.27mm_Vertical Through hole straight socket strip, 1x25, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x25 1.27mm single row 0 25 25 Connector_PinSocket_1.27mm PinSocket_1x25_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x25, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x25 1.27mm single row style1 pin1 left 0 25 25 Connector_PinSocket_1.27mm PinSocket_1x25_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x25, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x25 1.27mm single row style2 pin1 right 0 25 25 Connector_PinSocket_1.27mm PinSocket_1x26_P1.27mm_Vertical Through hole straight socket strip, 1x26, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x26 1.27mm single row 0 26 26 Connector_PinSocket_1.27mm PinSocket_1x26_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x26, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x26 1.27mm single row style1 pin1 left 0 26 26 Connector_PinSocket_1.27mm PinSocket_1x26_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x26, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x26 1.27mm single row style2 pin1 right 0 26 26 Connector_PinSocket_1.27mm PinSocket_1x27_P1.27mm_Vertical Through hole straight socket strip, 1x27, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x27 1.27mm single row 0 27 27 Connector_PinSocket_1.27mm PinSocket_1x27_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x27, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x27 1.27mm single row style1 pin1 left 0 27 27 Connector_PinSocket_1.27mm PinSocket_1x27_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x27, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x27 1.27mm single row style2 pin1 right 0 27 27 Connector_PinSocket_1.27mm PinSocket_1x28_P1.27mm_Vertical Through hole straight socket strip, 1x28, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x28 1.27mm single row 0 28 28 Connector_PinSocket_1.27mm PinSocket_1x28_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x28, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x28 1.27mm single row style1 pin1 left 0 28 28 Connector_PinSocket_1.27mm PinSocket_1x28_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x28, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x28 1.27mm single row style2 pin1 right 0 28 28 Connector_PinSocket_1.27mm PinSocket_1x29_P1.27mm_Vertical Through hole straight socket strip, 1x29, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x29 1.27mm single row 0 29 29 Connector_PinSocket_1.27mm PinSocket_1x29_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x29, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x29 1.27mm single row style1 pin1 left 0 29 29 Connector_PinSocket_1.27mm PinSocket_1x29_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x29, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x29 1.27mm single row style2 pin1 right 0 29 29 Connector_PinSocket_1.27mm PinSocket_1x30_P1.27mm_Vertical Through hole straight socket strip, 1x30, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x30 1.27mm single row 0 30 30 Connector_PinSocket_1.27mm PinSocket_1x30_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x30, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x30 1.27mm single row style1 pin1 left 0 30 30 Connector_PinSocket_1.27mm PinSocket_1x30_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x30, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x30 1.27mm single row style2 pin1 right 0 30 30 Connector_PinSocket_1.27mm PinSocket_1x31_P1.27mm_Vertical Through hole straight socket strip, 1x31, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x31 1.27mm single row 0 31 31 Connector_PinSocket_1.27mm PinSocket_1x31_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x31, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x31 1.27mm single row style1 pin1 left 0 31 31 Connector_PinSocket_1.27mm PinSocket_1x31_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x31, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x31 1.27mm single row style2 pin1 right 0 31 31 Connector_PinSocket_1.27mm PinSocket_1x32_P1.27mm_Vertical Through hole straight socket strip, 1x32, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x32 1.27mm single row 0 32 32 Connector_PinSocket_1.27mm PinSocket_1x32_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x32, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x32 1.27mm single row style1 pin1 left 0 32 32 Connector_PinSocket_1.27mm PinSocket_1x32_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x32, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x32 1.27mm single row style2 pin1 right 0 32 32 Connector_PinSocket_1.27mm PinSocket_1x33_P1.27mm_Vertical Through hole straight socket strip, 1x33, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x33 1.27mm single row 0 33 33 Connector_PinSocket_1.27mm PinSocket_1x33_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x33, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x33 1.27mm single row style1 pin1 left 0 33 33 Connector_PinSocket_1.27mm PinSocket_1x33_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x33, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x33 1.27mm single row style2 pin1 right 0 33 33 Connector_PinSocket_1.27mm PinSocket_1x34_P1.27mm_Vertical Through hole straight socket strip, 1x34, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x34 1.27mm single row 0 34 34 Connector_PinSocket_1.27mm PinSocket_1x34_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x34, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x34 1.27mm single row style1 pin1 left 0 34 34 Connector_PinSocket_1.27mm PinSocket_1x34_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x34, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x34 1.27mm single row style2 pin1 right 0 34 34 Connector_PinSocket_1.27mm PinSocket_1x35_P1.27mm_Vertical Through hole straight socket strip, 1x35, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x35 1.27mm single row 0 35 35 Connector_PinSocket_1.27mm PinSocket_1x35_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x35, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x35 1.27mm single row style1 pin1 left 0 35 35 Connector_PinSocket_1.27mm PinSocket_1x35_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x35, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x35 1.27mm single row style2 pin1 right 0 35 35 Connector_PinSocket_1.27mm PinSocket_1x36_P1.27mm_Vertical Through hole straight socket strip, 1x36, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x36 1.27mm single row 0 36 36 Connector_PinSocket_1.27mm PinSocket_1x36_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x36, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x36 1.27mm single row style1 pin1 left 0 36 36 Connector_PinSocket_1.27mm PinSocket_1x36_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x36, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x36 1.27mm single row style2 pin1 right 0 36 36 Connector_PinSocket_1.27mm PinSocket_1x37_P1.27mm_Vertical Through hole straight socket strip, 1x37, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x37 1.27mm single row 0 37 37 Connector_PinSocket_1.27mm PinSocket_1x37_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x37, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x37 1.27mm single row style1 pin1 left 0 37 37 Connector_PinSocket_1.27mm PinSocket_1x37_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x37, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x37 1.27mm single row style2 pin1 right 0 37 37 Connector_PinSocket_1.27mm PinSocket_1x38_P1.27mm_Vertical Through hole straight socket strip, 1x38, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x38 1.27mm single row 0 38 38 Connector_PinSocket_1.27mm PinSocket_1x38_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x38, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x38 1.27mm single row style1 pin1 left 0 38 38 Connector_PinSocket_1.27mm PinSocket_1x38_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x38, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x38 1.27mm single row style2 pin1 right 0 38 38 Connector_PinSocket_1.27mm PinSocket_1x39_P1.27mm_Vertical Through hole straight socket strip, 1x39, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x39 1.27mm single row 0 39 39 Connector_PinSocket_1.27mm PinSocket_1x39_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x39, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x39 1.27mm single row style1 pin1 left 0 39 39 Connector_PinSocket_1.27mm PinSocket_1x39_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x39, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x39 1.27mm single row style2 pin1 right 0 39 39 Connector_PinSocket_1.27mm PinSocket_1x40_P1.27mm_Vertical Through hole straight socket strip, 1x40, 1.27mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x40 1.27mm single row 0 40 40 Connector_PinSocket_1.27mm PinSocket_1x40_P1.27mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x40, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x40 1.27mm single row style1 pin1 left 0 40 40 Connector_PinSocket_1.27mm PinSocket_1x40_P1.27mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x40, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated Surface mounted socket strip SMD 1x40 1.27mm single row style2 pin1 right 0 40 40 Connector_PinSocket_1.27mm PinSocket_2x01_P1.27mm_Vertical Through hole straight socket strip, 2x01, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x01 1.27mm double row 0 2 2 Connector_PinSocket_1.27mm PinSocket_2x01_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x01, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x01 1.27mm double row 0 2 2 Connector_PinSocket_1.27mm PinSocket_2x02_P1.27mm_Vertical Through hole straight socket strip, 2x02, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x02 1.27mm double row 0 4 4 Connector_PinSocket_1.27mm PinSocket_2x02_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x02, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x02 1.27mm double row 0 4 4 Connector_PinSocket_1.27mm PinSocket_2x03_P1.27mm_Horizontal Through hole angled socket strip, 2x03, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x03 1.27mm double row 0 6 6 Connector_PinSocket_1.27mm PinSocket_2x03_P1.27mm_Vertical Through hole straight socket strip, 2x03, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x03 1.27mm double row 0 6 6 Connector_PinSocket_1.27mm PinSocket_2x03_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x03, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x03 1.27mm double row 0 6 6 Connector_PinSocket_1.27mm PinSocket_2x04_P1.27mm_Horizontal Through hole angled socket strip, 2x04, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x04 1.27mm double row 0 8 8 Connector_PinSocket_1.27mm PinSocket_2x04_P1.27mm_Vertical Through hole straight socket strip, 2x04, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x04 1.27mm double row 0 8 8 Connector_PinSocket_1.27mm PinSocket_2x04_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x04, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x04 1.27mm double row 0 8 8 Connector_PinSocket_1.27mm PinSocket_2x05_P1.27mm_Horizontal Through hole angled socket strip, 2x05, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x05 1.27mm double row 0 10 10 Connector_PinSocket_1.27mm PinSocket_2x05_P1.27mm_Vertical Through hole straight socket strip, 2x05, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x05 1.27mm double row 0 10 10 Connector_PinSocket_1.27mm PinSocket_2x05_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x05, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x05 1.27mm double row 0 10 10 Connector_PinSocket_1.27mm PinSocket_2x06_P1.27mm_Horizontal Through hole angled socket strip, 2x06, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x06 1.27mm double row 0 12 12 Connector_PinSocket_1.27mm PinSocket_2x06_P1.27mm_Vertical Through hole straight socket strip, 2x06, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x06 1.27mm double row 0 12 12 Connector_PinSocket_1.27mm PinSocket_2x06_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x06, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x06 1.27mm double row 0 12 12 Connector_PinSocket_1.27mm PinSocket_2x07_P1.27mm_Horizontal Through hole angled socket strip, 2x07, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x07 1.27mm double row 0 14 14 Connector_PinSocket_1.27mm PinSocket_2x07_P1.27mm_Vertical Through hole straight socket strip, 2x07, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x07 1.27mm double row 0 14 14 Connector_PinSocket_1.27mm PinSocket_2x07_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x07, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x07 1.27mm double row 0 14 14 Connector_PinSocket_1.27mm PinSocket_2x08_P1.27mm_Horizontal Through hole angled socket strip, 2x08, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x08 1.27mm double row 0 16 16 Connector_PinSocket_1.27mm PinSocket_2x08_P1.27mm_Vertical Through hole straight socket strip, 2x08, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x08 1.27mm double row 0 16 16 Connector_PinSocket_1.27mm PinSocket_2x08_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x08, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x08 1.27mm double row 0 16 16 Connector_PinSocket_1.27mm PinSocket_2x09_P1.27mm_Horizontal Through hole angled socket strip, 2x09, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x09 1.27mm double row 0 18 18 Connector_PinSocket_1.27mm PinSocket_2x09_P1.27mm_Vertical Through hole straight socket strip, 2x09, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x09 1.27mm double row 0 18 18 Connector_PinSocket_1.27mm PinSocket_2x09_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x09, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x09 1.27mm double row 0 18 18 Connector_PinSocket_1.27mm PinSocket_2x10_P1.27mm_Horizontal Through hole angled socket strip, 2x10, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x10 1.27mm double row 0 20 20 Connector_PinSocket_1.27mm PinSocket_2x10_P1.27mm_Vertical Through hole straight socket strip, 2x10, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x10 1.27mm double row 0 20 20 Connector_PinSocket_1.27mm PinSocket_2x10_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x10, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x10 1.27mm double row 0 20 20 Connector_PinSocket_1.27mm PinSocket_2x11_P1.27mm_Horizontal Through hole angled socket strip, 2x11, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x11 1.27mm double row 0 22 22 Connector_PinSocket_1.27mm PinSocket_2x11_P1.27mm_Vertical Through hole straight socket strip, 2x11, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x11 1.27mm double row 0 22 22 Connector_PinSocket_1.27mm PinSocket_2x11_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x11, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x11 1.27mm double row 0 22 22 Connector_PinSocket_1.27mm PinSocket_2x12_P1.27mm_Horizontal Through hole angled socket strip, 2x12, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x12 1.27mm double row 0 24 24 Connector_PinSocket_1.27mm PinSocket_2x12_P1.27mm_Vertical Through hole straight socket strip, 2x12, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x12 1.27mm double row 0 24 24 Connector_PinSocket_1.27mm PinSocket_2x12_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x12, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x12 1.27mm double row 0 24 24 Connector_PinSocket_1.27mm PinSocket_2x13_P1.27mm_Horizontal Through hole angled socket strip, 2x13, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x13 1.27mm double row 0 26 26 Connector_PinSocket_1.27mm PinSocket_2x13_P1.27mm_Vertical Through hole straight socket strip, 2x13, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x13 1.27mm double row 0 26 26 Connector_PinSocket_1.27mm PinSocket_2x13_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x13, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x13 1.27mm double row 0 26 26 Connector_PinSocket_1.27mm PinSocket_2x14_P1.27mm_Horizontal Through hole angled socket strip, 2x14, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x14 1.27mm double row 0 28 28 Connector_PinSocket_1.27mm PinSocket_2x14_P1.27mm_Vertical Through hole straight socket strip, 2x14, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x14 1.27mm double row 0 28 28 Connector_PinSocket_1.27mm PinSocket_2x14_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x14, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x14 1.27mm double row 0 28 28 Connector_PinSocket_1.27mm PinSocket_2x15_P1.27mm_Horizontal Through hole angled socket strip, 2x15, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x15 1.27mm double row 0 30 30 Connector_PinSocket_1.27mm PinSocket_2x15_P1.27mm_Vertical Through hole straight socket strip, 2x15, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x15 1.27mm double row 0 30 30 Connector_PinSocket_1.27mm PinSocket_2x15_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x15, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x15 1.27mm double row 0 30 30 Connector_PinSocket_1.27mm PinSocket_2x16_P1.27mm_Horizontal Through hole angled socket strip, 2x16, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x16 1.27mm double row 0 32 32 Connector_PinSocket_1.27mm PinSocket_2x16_P1.27mm_Vertical Through hole straight socket strip, 2x16, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x16 1.27mm double row 0 32 32 Connector_PinSocket_1.27mm PinSocket_2x16_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x16, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x16 1.27mm double row 0 32 32 Connector_PinSocket_1.27mm PinSocket_2x17_P1.27mm_Horizontal Through hole angled socket strip, 2x17, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x17 1.27mm double row 0 34 34 Connector_PinSocket_1.27mm PinSocket_2x17_P1.27mm_Vertical Through hole straight socket strip, 2x17, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x17 1.27mm double row 0 34 34 Connector_PinSocket_1.27mm PinSocket_2x17_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x17, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x17 1.27mm double row 0 34 34 Connector_PinSocket_1.27mm PinSocket_2x18_P1.27mm_Horizontal Through hole angled socket strip, 2x18, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x18 1.27mm double row 0 36 36 Connector_PinSocket_1.27mm PinSocket_2x18_P1.27mm_Vertical Through hole straight socket strip, 2x18, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x18 1.27mm double row 0 36 36 Connector_PinSocket_1.27mm PinSocket_2x18_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x18, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x18 1.27mm double row 0 36 36 Connector_PinSocket_1.27mm PinSocket_2x19_P1.27mm_Horizontal Through hole angled socket strip, 2x19, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x19 1.27mm double row 0 38 38 Connector_PinSocket_1.27mm PinSocket_2x19_P1.27mm_Vertical Through hole straight socket strip, 2x19, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x19 1.27mm double row 0 38 38 Connector_PinSocket_1.27mm PinSocket_2x19_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x19, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x19 1.27mm double row 0 38 38 Connector_PinSocket_1.27mm PinSocket_2x20_P1.27mm_Horizontal Through hole angled socket strip, 2x20, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x20 1.27mm double row 0 40 40 Connector_PinSocket_1.27mm PinSocket_2x20_P1.27mm_Vertical Through hole straight socket strip, 2x20, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x20 1.27mm double row 0 40 40 Connector_PinSocket_1.27mm PinSocket_2x20_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x20, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x20 1.27mm double row 0 40 40 Connector_PinSocket_1.27mm PinSocket_2x21_P1.27mm_Horizontal Through hole angled socket strip, 2x21, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x21 1.27mm double row 0 42 42 Connector_PinSocket_1.27mm PinSocket_2x21_P1.27mm_Vertical Through hole straight socket strip, 2x21, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x21 1.27mm double row 0 42 42 Connector_PinSocket_1.27mm PinSocket_2x21_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x21, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x21 1.27mm double row 0 42 42 Connector_PinSocket_1.27mm PinSocket_2x22_P1.27mm_Horizontal Through hole angled socket strip, 2x22, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x22 1.27mm double row 0 44 44 Connector_PinSocket_1.27mm PinSocket_2x22_P1.27mm_Vertical Through hole straight socket strip, 2x22, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x22 1.27mm double row 0 44 44 Connector_PinSocket_1.27mm PinSocket_2x22_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x22, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x22 1.27mm double row 0 44 44 Connector_PinSocket_1.27mm PinSocket_2x23_P1.27mm_Horizontal Through hole angled socket strip, 2x23, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x23 1.27mm double row 0 46 46 Connector_PinSocket_1.27mm PinSocket_2x23_P1.27mm_Vertical Through hole straight socket strip, 2x23, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x23 1.27mm double row 0 46 46 Connector_PinSocket_1.27mm PinSocket_2x23_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x23, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x23 1.27mm double row 0 46 46 Connector_PinSocket_1.27mm PinSocket_2x24_P1.27mm_Horizontal Through hole angled socket strip, 2x24, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x24 1.27mm double row 0 48 48 Connector_PinSocket_1.27mm PinSocket_2x24_P1.27mm_Vertical Through hole straight socket strip, 2x24, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x24 1.27mm double row 0 48 48 Connector_PinSocket_1.27mm PinSocket_2x24_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x24, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x24 1.27mm double row 0 48 48 Connector_PinSocket_1.27mm PinSocket_2x25_P1.27mm_Horizontal Through hole angled socket strip, 2x25, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x25 1.27mm double row 0 50 50 Connector_PinSocket_1.27mm PinSocket_2x25_P1.27mm_Vertical Through hole straight socket strip, 2x25, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x25 1.27mm double row 0 50 50 Connector_PinSocket_1.27mm PinSocket_2x25_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x25, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x25 1.27mm double row 0 50 50 Connector_PinSocket_1.27mm PinSocket_2x26_P1.27mm_Horizontal Through hole angled socket strip, 2x26, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x26 1.27mm double row 0 52 52 Connector_PinSocket_1.27mm PinSocket_2x26_P1.27mm_Vertical Through hole straight socket strip, 2x26, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x26 1.27mm double row 0 52 52 Connector_PinSocket_1.27mm PinSocket_2x26_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x26, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x26 1.27mm double row 0 52 52 Connector_PinSocket_1.27mm PinSocket_2x27_P1.27mm_Horizontal Through hole angled socket strip, 2x27, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x27 1.27mm double row 0 54 54 Connector_PinSocket_1.27mm PinSocket_2x27_P1.27mm_Vertical Through hole straight socket strip, 2x27, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x27 1.27mm double row 0 54 54 Connector_PinSocket_1.27mm PinSocket_2x27_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x27, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x27 1.27mm double row 0 54 54 Connector_PinSocket_1.27mm PinSocket_2x28_P1.27mm_Horizontal Through hole angled socket strip, 2x28, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x28 1.27mm double row 0 56 56 Connector_PinSocket_1.27mm PinSocket_2x28_P1.27mm_Vertical Through hole straight socket strip, 2x28, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x28 1.27mm double row 0 56 56 Connector_PinSocket_1.27mm PinSocket_2x28_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x28, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x28 1.27mm double row 0 56 56 Connector_PinSocket_1.27mm PinSocket_2x29_P1.27mm_Horizontal Through hole angled socket strip, 2x29, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x29 1.27mm double row 0 58 58 Connector_PinSocket_1.27mm PinSocket_2x29_P1.27mm_Vertical Through hole straight socket strip, 2x29, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x29 1.27mm double row 0 58 58 Connector_PinSocket_1.27mm PinSocket_2x29_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x29, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x29 1.27mm double row 0 58 58 Connector_PinSocket_1.27mm PinSocket_2x30_P1.27mm_Horizontal Through hole angled socket strip, 2x30, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x30 1.27mm double row 0 60 60 Connector_PinSocket_1.27mm PinSocket_2x30_P1.27mm_Vertical Through hole straight socket strip, 2x30, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x30 1.27mm double row 0 60 60 Connector_PinSocket_1.27mm PinSocket_2x30_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x30, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x30 1.27mm double row 0 60 60 Connector_PinSocket_1.27mm PinSocket_2x31_P1.27mm_Horizontal Through hole angled socket strip, 2x31, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x31 1.27mm double row 0 62 62 Connector_PinSocket_1.27mm PinSocket_2x31_P1.27mm_Vertical Through hole straight socket strip, 2x31, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x31 1.27mm double row 0 62 62 Connector_PinSocket_1.27mm PinSocket_2x31_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x31, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x31 1.27mm double row 0 62 62 Connector_PinSocket_1.27mm PinSocket_2x32_P1.27mm_Horizontal Through hole angled socket strip, 2x32, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x32 1.27mm double row 0 64 64 Connector_PinSocket_1.27mm PinSocket_2x32_P1.27mm_Vertical Through hole straight socket strip, 2x32, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x32 1.27mm double row 0 64 64 Connector_PinSocket_1.27mm PinSocket_2x32_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x32, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x32 1.27mm double row 0 64 64 Connector_PinSocket_1.27mm PinSocket_2x33_P1.27mm_Horizontal Through hole angled socket strip, 2x33, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x33 1.27mm double row 0 66 66 Connector_PinSocket_1.27mm PinSocket_2x33_P1.27mm_Vertical Through hole straight socket strip, 2x33, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x33 1.27mm double row 0 66 66 Connector_PinSocket_1.27mm PinSocket_2x33_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x33, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x33 1.27mm double row 0 66 66 Connector_PinSocket_1.27mm PinSocket_2x34_P1.27mm_Horizontal Through hole angled socket strip, 2x34, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x34 1.27mm double row 0 68 68 Connector_PinSocket_1.27mm PinSocket_2x34_P1.27mm_Vertical Through hole straight socket strip, 2x34, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x34 1.27mm double row 0 68 68 Connector_PinSocket_1.27mm PinSocket_2x34_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x34, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x34 1.27mm double row 0 68 68 Connector_PinSocket_1.27mm PinSocket_2x35_P1.27mm_Horizontal Through hole angled socket strip, 2x35, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x35 1.27mm double row 0 70 70 Connector_PinSocket_1.27mm PinSocket_2x35_P1.27mm_Vertical Through hole straight socket strip, 2x35, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x35 1.27mm double row 0 70 70 Connector_PinSocket_1.27mm PinSocket_2x35_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x35, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x35 1.27mm double row 0 70 70 Connector_PinSocket_1.27mm PinSocket_2x36_P1.27mm_Horizontal Through hole angled socket strip, 2x36, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x36 1.27mm double row 0 72 72 Connector_PinSocket_1.27mm PinSocket_2x36_P1.27mm_Vertical Through hole straight socket strip, 2x36, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x36 1.27mm double row 0 72 72 Connector_PinSocket_1.27mm PinSocket_2x36_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x36, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x36 1.27mm double row 0 72 72 Connector_PinSocket_1.27mm PinSocket_2x37_P1.27mm_Horizontal Through hole angled socket strip, 2x37, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x37 1.27mm double row 0 74 74 Connector_PinSocket_1.27mm PinSocket_2x37_P1.27mm_Vertical Through hole straight socket strip, 2x37, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x37 1.27mm double row 0 74 74 Connector_PinSocket_1.27mm PinSocket_2x37_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x37, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x37 1.27mm double row 0 74 74 Connector_PinSocket_1.27mm PinSocket_2x38_P1.27mm_Horizontal Through hole angled socket strip, 2x38, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x38 1.27mm double row 0 76 76 Connector_PinSocket_1.27mm PinSocket_2x38_P1.27mm_Vertical Through hole straight socket strip, 2x38, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x38 1.27mm double row 0 76 76 Connector_PinSocket_1.27mm PinSocket_2x38_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x38, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x38 1.27mm double row 0 76 76 Connector_PinSocket_1.27mm PinSocket_2x39_P1.27mm_Horizontal Through hole angled socket strip, 2x39, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x39 1.27mm double row 0 78 78 Connector_PinSocket_1.27mm PinSocket_2x39_P1.27mm_Vertical Through hole straight socket strip, 2x39, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x39 1.27mm double row 0 78 78 Connector_PinSocket_1.27mm PinSocket_2x39_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x39, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x39 1.27mm double row 0 78 78 Connector_PinSocket_1.27mm PinSocket_2x40_P1.27mm_Horizontal Through hole angled socket strip, 2x40, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x40 1.27mm double row 0 80 80 Connector_PinSocket_1.27mm PinSocket_2x40_P1.27mm_Vertical Through hole straight socket strip, 2x40, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x40 1.27mm double row 0 80 80 Connector_PinSocket_1.27mm PinSocket_2x40_P1.27mm_Vertical_SMD surface-mounted straight socket strip, 2x40, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated Surface mounted socket strip SMD 2x40 1.27mm double row 0 80 80 Connector_PinSocket_1.27mm PinSocket_2x41_P1.27mm_Horizontal Through hole angled socket strip, 2x41, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x41 1.27mm double row 0 82 82 Connector_PinSocket_1.27mm PinSocket_2x42_P1.27mm_Horizontal Through hole angled socket strip, 2x42, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x42 1.27mm double row 0 84 84 Connector_PinSocket_1.27mm PinSocket_2x43_P1.27mm_Horizontal Through hole angled socket strip, 2x43, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x43 1.27mm double row 0 86 86 Connector_PinSocket_1.27mm PinSocket_2x44_P1.27mm_Horizontal Through hole angled socket strip, 2x44, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x44 1.27mm double row 0 88 88 Connector_PinSocket_1.27mm PinSocket_2x45_P1.27mm_Horizontal Through hole angled socket strip, 2x45, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x45 1.27mm double row 0 90 90 Connector_PinSocket_1.27mm PinSocket_2x46_P1.27mm_Horizontal Through hole angled socket strip, 2x46, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x46 1.27mm double row 0 92 92 Connector_PinSocket_1.27mm PinSocket_2x47_P1.27mm_Horizontal Through hole angled socket strip, 2x47, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x47 1.27mm double row 0 94 94 Connector_PinSocket_1.27mm PinSocket_2x48_P1.27mm_Horizontal Through hole angled socket strip, 2x48, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x48 1.27mm double row 0 96 96 Connector_PinSocket_1.27mm PinSocket_2x49_P1.27mm_Horizontal Through hole angled socket strip, 2x49, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x49 1.27mm double row 0 98 98 Connector_PinSocket_1.27mm PinSocket_2x50_P1.27mm_Horizontal Through hole angled socket strip, 2x50, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated Through hole angled socket strip THT 2x50 1.27mm double row 0 100 100 Connector_PinSocket_2.00mm PinSocket_1x01_P2.00mm_Horizontal Through hole angled socket strip, 1x01, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x01 2.00mm single row 0 1 1 Connector_PinSocket_2.00mm PinSocket_1x01_P2.00mm_Vertical Through hole straight socket strip, 1x01, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x01 2.00mm single row 0 1 1 Connector_PinSocket_2.00mm PinSocket_1x02_P2.00mm_Horizontal Through hole angled socket strip, 1x02, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x02 2.00mm single row 0 2 2 Connector_PinSocket_2.00mm PinSocket_1x02_P2.00mm_Vertical Through hole straight socket strip, 1x02, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x02 2.00mm single row 0 2 2 Connector_PinSocket_2.00mm PinSocket_1x02_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x02, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x02 2.00mm single row style1 pin1 left 0 2 2 Connector_PinSocket_2.00mm PinSocket_1x02_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x02, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x02 2.00mm single row style2 pin1 right 0 2 2 Connector_PinSocket_2.00mm PinSocket_1x03_P2.00mm_Horizontal Through hole angled socket strip, 1x03, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x03 2.00mm single row 0 3 3 Connector_PinSocket_2.00mm PinSocket_1x03_P2.00mm_Vertical Through hole straight socket strip, 1x03, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x03 2.00mm single row 0 3 3 Connector_PinSocket_2.00mm PinSocket_1x03_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x03, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x03 2.00mm single row style1 pin1 left 0 3 3 Connector_PinSocket_2.00mm PinSocket_1x03_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x03, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x03 2.00mm single row style2 pin1 right 0 3 3 Connector_PinSocket_2.00mm PinSocket_1x04_P2.00mm_Horizontal Through hole angled socket strip, 1x04, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x04 2.00mm single row 0 4 4 Connector_PinSocket_2.00mm PinSocket_1x04_P2.00mm_Vertical Through hole straight socket strip, 1x04, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x04 2.00mm single row 0 4 4 Connector_PinSocket_2.00mm PinSocket_1x04_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x04, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x04 2.00mm single row style1 pin1 left 0 4 4 Connector_PinSocket_2.00mm PinSocket_1x04_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x04, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x04 2.00mm single row style2 pin1 right 0 4 4 Connector_PinSocket_2.00mm PinSocket_1x05_P2.00mm_Horizontal Through hole angled socket strip, 1x05, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x05 2.00mm single row 0 5 5 Connector_PinSocket_2.00mm PinSocket_1x05_P2.00mm_Vertical Through hole straight socket strip, 1x05, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x05 2.00mm single row 0 5 5 Connector_PinSocket_2.00mm PinSocket_1x05_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x05, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x05 2.00mm single row style1 pin1 left 0 5 5 Connector_PinSocket_2.00mm PinSocket_1x05_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x05, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x05 2.00mm single row style2 pin1 right 0 5 5 Connector_PinSocket_2.00mm PinSocket_1x06_P2.00mm_Horizontal Through hole angled socket strip, 1x06, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x06 2.00mm single row 0 6 6 Connector_PinSocket_2.00mm PinSocket_1x06_P2.00mm_Vertical Through hole straight socket strip, 1x06, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x06 2.00mm single row 0 6 6 Connector_PinSocket_2.00mm PinSocket_1x06_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x06, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x06 2.00mm single row style1 pin1 left 0 6 6 Connector_PinSocket_2.00mm PinSocket_1x06_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x06, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x06 2.00mm single row style2 pin1 right 0 6 6 Connector_PinSocket_2.00mm PinSocket_1x07_P2.00mm_Horizontal Through hole angled socket strip, 1x07, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x07 2.00mm single row 0 7 7 Connector_PinSocket_2.00mm PinSocket_1x07_P2.00mm_Vertical Through hole straight socket strip, 1x07, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x07 2.00mm single row 0 7 7 Connector_PinSocket_2.00mm PinSocket_1x07_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x07, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x07 2.00mm single row style1 pin1 left 0 7 7 Connector_PinSocket_2.00mm PinSocket_1x07_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x07, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x07 2.00mm single row style2 pin1 right 0 7 7 Connector_PinSocket_2.00mm PinSocket_1x08_P2.00mm_Horizontal Through hole angled socket strip, 1x08, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x08 2.00mm single row 0 8 8 Connector_PinSocket_2.00mm PinSocket_1x08_P2.00mm_Vertical Through hole straight socket strip, 1x08, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x08 2.00mm single row 0 8 8 Connector_PinSocket_2.00mm PinSocket_1x08_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x08, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x08 2.00mm single row style1 pin1 left 0 8 8 Connector_PinSocket_2.00mm PinSocket_1x08_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x08, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x08 2.00mm single row style2 pin1 right 0 8 8 Connector_PinSocket_2.00mm PinSocket_1x09_P2.00mm_Horizontal Through hole angled socket strip, 1x09, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x09 2.00mm single row 0 9 9 Connector_PinSocket_2.00mm PinSocket_1x09_P2.00mm_Vertical Through hole straight socket strip, 1x09, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x09 2.00mm single row 0 9 9 Connector_PinSocket_2.00mm PinSocket_1x09_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x09, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x09 2.00mm single row style1 pin1 left 0 9 9 Connector_PinSocket_2.00mm PinSocket_1x09_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x09, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x09 2.00mm single row style2 pin1 right 0 9 9 Connector_PinSocket_2.00mm PinSocket_1x10_P2.00mm_Horizontal Through hole angled socket strip, 1x10, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x10 2.00mm single row 0 10 10 Connector_PinSocket_2.00mm PinSocket_1x10_P2.00mm_Vertical Through hole straight socket strip, 1x10, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x10 2.00mm single row 0 10 10 Connector_PinSocket_2.00mm PinSocket_1x10_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x10, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x10 2.00mm single row style1 pin1 left 0 10 10 Connector_PinSocket_2.00mm PinSocket_1x10_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x10, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x10 2.00mm single row style2 pin1 right 0 10 10 Connector_PinSocket_2.00mm PinSocket_1x11_P2.00mm_Horizontal Through hole angled socket strip, 1x11, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x11 2.00mm single row 0 11 11 Connector_PinSocket_2.00mm PinSocket_1x11_P2.00mm_Vertical Through hole straight socket strip, 1x11, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x11 2.00mm single row 0 11 11 Connector_PinSocket_2.00mm PinSocket_1x11_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x11, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x11 2.00mm single row style1 pin1 left 0 11 11 Connector_PinSocket_2.00mm PinSocket_1x11_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x11, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x11 2.00mm single row style2 pin1 right 0 11 11 Connector_PinSocket_2.00mm PinSocket_1x12_P2.00mm_Horizontal Through hole angled socket strip, 1x12, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x12 2.00mm single row 0 12 12 Connector_PinSocket_2.00mm PinSocket_1x12_P2.00mm_Vertical Through hole straight socket strip, 1x12, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x12 2.00mm single row 0 12 12 Connector_PinSocket_2.00mm PinSocket_1x12_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x12, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x12 2.00mm single row style1 pin1 left 0 12 12 Connector_PinSocket_2.00mm PinSocket_1x12_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x12, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x12 2.00mm single row style2 pin1 right 0 12 12 Connector_PinSocket_2.00mm PinSocket_1x13_P2.00mm_Horizontal Through hole angled socket strip, 1x13, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x13 2.00mm single row 0 13 13 Connector_PinSocket_2.00mm PinSocket_1x13_P2.00mm_Vertical Through hole straight socket strip, 1x13, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x13 2.00mm single row 0 13 13 Connector_PinSocket_2.00mm PinSocket_1x13_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x13, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x13 2.00mm single row style1 pin1 left 0 13 13 Connector_PinSocket_2.00mm PinSocket_1x13_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x13, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x13 2.00mm single row style2 pin1 right 0 13 13 Connector_PinSocket_2.00mm PinSocket_1x14_P2.00mm_Horizontal Through hole angled socket strip, 1x14, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x14 2.00mm single row 0 14 14 Connector_PinSocket_2.00mm PinSocket_1x14_P2.00mm_Vertical Through hole straight socket strip, 1x14, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x14 2.00mm single row 0 14 14 Connector_PinSocket_2.00mm PinSocket_1x14_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x14, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x14 2.00mm single row style1 pin1 left 0 14 14 Connector_PinSocket_2.00mm PinSocket_1x14_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x14, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x14 2.00mm single row style2 pin1 right 0 14 14 Connector_PinSocket_2.00mm PinSocket_1x15_P2.00mm_Horizontal Through hole angled socket strip, 1x15, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x15 2.00mm single row 0 15 15 Connector_PinSocket_2.00mm PinSocket_1x15_P2.00mm_Vertical Through hole straight socket strip, 1x15, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x15 2.00mm single row 0 15 15 Connector_PinSocket_2.00mm PinSocket_1x15_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x15, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x15 2.00mm single row style1 pin1 left 0 15 15 Connector_PinSocket_2.00mm PinSocket_1x15_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x15, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x15 2.00mm single row style2 pin1 right 0 15 15 Connector_PinSocket_2.00mm PinSocket_1x16_P2.00mm_Horizontal Through hole angled socket strip, 1x16, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x16 2.00mm single row 0 16 16 Connector_PinSocket_2.00mm PinSocket_1x16_P2.00mm_Vertical Through hole straight socket strip, 1x16, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x16 2.00mm single row 0 16 16 Connector_PinSocket_2.00mm PinSocket_1x16_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x16, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x16 2.00mm single row style1 pin1 left 0 16 16 Connector_PinSocket_2.00mm PinSocket_1x16_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x16, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x16 2.00mm single row style2 pin1 right 0 16 16 Connector_PinSocket_2.00mm PinSocket_1x17_P2.00mm_Horizontal Through hole angled socket strip, 1x17, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x17 2.00mm single row 0 17 17 Connector_PinSocket_2.00mm PinSocket_1x17_P2.00mm_Vertical Through hole straight socket strip, 1x17, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x17 2.00mm single row 0 17 17 Connector_PinSocket_2.00mm PinSocket_1x17_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x17, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x17 2.00mm single row style1 pin1 left 0 17 17 Connector_PinSocket_2.00mm PinSocket_1x17_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x17, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x17 2.00mm single row style2 pin1 right 0 17 17 Connector_PinSocket_2.00mm PinSocket_1x18_P2.00mm_Horizontal Through hole angled socket strip, 1x18, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x18 2.00mm single row 0 18 18 Connector_PinSocket_2.00mm PinSocket_1x18_P2.00mm_Vertical Through hole straight socket strip, 1x18, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x18 2.00mm single row 0 18 18 Connector_PinSocket_2.00mm PinSocket_1x18_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x18, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x18 2.00mm single row style1 pin1 left 0 18 18 Connector_PinSocket_2.00mm PinSocket_1x18_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x18, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x18 2.00mm single row style2 pin1 right 0 18 18 Connector_PinSocket_2.00mm PinSocket_1x19_P2.00mm_Horizontal Through hole angled socket strip, 1x19, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x19 2.00mm single row 0 19 19 Connector_PinSocket_2.00mm PinSocket_1x19_P2.00mm_Vertical Through hole straight socket strip, 1x19, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x19 2.00mm single row 0 19 19 Connector_PinSocket_2.00mm PinSocket_1x19_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x19, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x19 2.00mm single row style1 pin1 left 0 19 19 Connector_PinSocket_2.00mm PinSocket_1x19_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x19, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x19 2.00mm single row style2 pin1 right 0 19 19 Connector_PinSocket_2.00mm PinSocket_1x20_P2.00mm_Horizontal Through hole angled socket strip, 1x20, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x20 2.00mm single row 0 20 20 Connector_PinSocket_2.00mm PinSocket_1x20_P2.00mm_Vertical Through hole straight socket strip, 1x20, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x20 2.00mm single row 0 20 20 Connector_PinSocket_2.00mm PinSocket_1x20_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x20, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x20 2.00mm single row style1 pin1 left 0 20 20 Connector_PinSocket_2.00mm PinSocket_1x20_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x20, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x20 2.00mm single row style2 pin1 right 0 20 20 Connector_PinSocket_2.00mm PinSocket_1x21_P2.00mm_Horizontal Through hole angled socket strip, 1x21, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x21 2.00mm single row 0 21 21 Connector_PinSocket_2.00mm PinSocket_1x21_P2.00mm_Vertical Through hole straight socket strip, 1x21, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x21 2.00mm single row 0 21 21 Connector_PinSocket_2.00mm PinSocket_1x21_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x21, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x21 2.00mm single row style1 pin1 left 0 21 21 Connector_PinSocket_2.00mm PinSocket_1x21_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x21, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x21 2.00mm single row style2 pin1 right 0 21 21 Connector_PinSocket_2.00mm PinSocket_1x22_P2.00mm_Horizontal Through hole angled socket strip, 1x22, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x22 2.00mm single row 0 22 22 Connector_PinSocket_2.00mm PinSocket_1x22_P2.00mm_Vertical Through hole straight socket strip, 1x22, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x22 2.00mm single row 0 22 22 Connector_PinSocket_2.00mm PinSocket_1x22_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x22, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x22 2.00mm single row style1 pin1 left 0 22 22 Connector_PinSocket_2.00mm PinSocket_1x22_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x22, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x22 2.00mm single row style2 pin1 right 0 22 22 Connector_PinSocket_2.00mm PinSocket_1x23_P2.00mm_Horizontal Through hole angled socket strip, 1x23, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x23 2.00mm single row 0 23 23 Connector_PinSocket_2.00mm PinSocket_1x23_P2.00mm_Vertical Through hole straight socket strip, 1x23, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x23 2.00mm single row 0 23 23 Connector_PinSocket_2.00mm PinSocket_1x23_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x23, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x23 2.00mm single row style1 pin1 left 0 23 23 Connector_PinSocket_2.00mm PinSocket_1x23_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x23, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x23 2.00mm single row style2 pin1 right 0 23 23 Connector_PinSocket_2.00mm PinSocket_1x24_P2.00mm_Horizontal Through hole angled socket strip, 1x24, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x24 2.00mm single row 0 24 24 Connector_PinSocket_2.00mm PinSocket_1x24_P2.00mm_Vertical Through hole straight socket strip, 1x24, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x24 2.00mm single row 0 24 24 Connector_PinSocket_2.00mm PinSocket_1x24_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x24, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x24 2.00mm single row style1 pin1 left 0 24 24 Connector_PinSocket_2.00mm PinSocket_1x24_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x24, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x24 2.00mm single row style2 pin1 right 0 24 24 Connector_PinSocket_2.00mm PinSocket_1x25_P2.00mm_Horizontal Through hole angled socket strip, 1x25, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x25 2.00mm single row 0 25 25 Connector_PinSocket_2.00mm PinSocket_1x25_P2.00mm_Vertical Through hole straight socket strip, 1x25, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x25 2.00mm single row 0 25 25 Connector_PinSocket_2.00mm PinSocket_1x25_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x25, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x25 2.00mm single row style1 pin1 left 0 25 25 Connector_PinSocket_2.00mm PinSocket_1x25_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x25, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x25 2.00mm single row style2 pin1 right 0 25 25 Connector_PinSocket_2.00mm PinSocket_1x26_P2.00mm_Horizontal Through hole angled socket strip, 1x26, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x26 2.00mm single row 0 26 26 Connector_PinSocket_2.00mm PinSocket_1x26_P2.00mm_Vertical Through hole straight socket strip, 1x26, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x26 2.00mm single row 0 26 26 Connector_PinSocket_2.00mm PinSocket_1x26_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x26, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x26 2.00mm single row style1 pin1 left 0 26 26 Connector_PinSocket_2.00mm PinSocket_1x26_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x26, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x26 2.00mm single row style2 pin1 right 0 26 26 Connector_PinSocket_2.00mm PinSocket_1x27_P2.00mm_Horizontal Through hole angled socket strip, 1x27, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x27 2.00mm single row 0 27 27 Connector_PinSocket_2.00mm PinSocket_1x27_P2.00mm_Vertical Through hole straight socket strip, 1x27, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x27 2.00mm single row 0 27 27 Connector_PinSocket_2.00mm PinSocket_1x27_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x27, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x27 2.00mm single row style1 pin1 left 0 27 27 Connector_PinSocket_2.00mm PinSocket_1x27_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x27, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x27 2.00mm single row style2 pin1 right 0 27 27 Connector_PinSocket_2.00mm PinSocket_1x28_P2.00mm_Horizontal Through hole angled socket strip, 1x28, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x28 2.00mm single row 0 28 28 Connector_PinSocket_2.00mm PinSocket_1x28_P2.00mm_Vertical Through hole straight socket strip, 1x28, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x28 2.00mm single row 0 28 28 Connector_PinSocket_2.00mm PinSocket_1x28_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x28, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x28 2.00mm single row style1 pin1 left 0 28 28 Connector_PinSocket_2.00mm PinSocket_1x28_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x28, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x28 2.00mm single row style2 pin1 right 0 28 28 Connector_PinSocket_2.00mm PinSocket_1x29_P2.00mm_Horizontal Through hole angled socket strip, 1x29, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x29 2.00mm single row 0 29 29 Connector_PinSocket_2.00mm PinSocket_1x29_P2.00mm_Vertical Through hole straight socket strip, 1x29, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x29 2.00mm single row 0 29 29 Connector_PinSocket_2.00mm PinSocket_1x29_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x29, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x29 2.00mm single row style1 pin1 left 0 29 29 Connector_PinSocket_2.00mm PinSocket_1x29_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x29, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x29 2.00mm single row style2 pin1 right 0 29 29 Connector_PinSocket_2.00mm PinSocket_1x30_P2.00mm_Horizontal Through hole angled socket strip, 1x30, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x30 2.00mm single row 0 30 30 Connector_PinSocket_2.00mm PinSocket_1x30_P2.00mm_Vertical Through hole straight socket strip, 1x30, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x30 2.00mm single row 0 30 30 Connector_PinSocket_2.00mm PinSocket_1x30_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x30, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x30 2.00mm single row style1 pin1 left 0 30 30 Connector_PinSocket_2.00mm PinSocket_1x30_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x30, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x30 2.00mm single row style2 pin1 right 0 30 30 Connector_PinSocket_2.00mm PinSocket_1x31_P2.00mm_Horizontal Through hole angled socket strip, 1x31, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x31 2.00mm single row 0 31 31 Connector_PinSocket_2.00mm PinSocket_1x31_P2.00mm_Vertical Through hole straight socket strip, 1x31, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x31 2.00mm single row 0 31 31 Connector_PinSocket_2.00mm PinSocket_1x31_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x31, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x31 2.00mm single row style1 pin1 left 0 31 31 Connector_PinSocket_2.00mm PinSocket_1x31_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x31, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x31 2.00mm single row style2 pin1 right 0 31 31 Connector_PinSocket_2.00mm PinSocket_1x32_P2.00mm_Horizontal Through hole angled socket strip, 1x32, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x32 2.00mm single row 0 32 32 Connector_PinSocket_2.00mm PinSocket_1x32_P2.00mm_Vertical Through hole straight socket strip, 1x32, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x32 2.00mm single row 0 32 32 Connector_PinSocket_2.00mm PinSocket_1x32_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x32, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x32 2.00mm single row style1 pin1 left 0 32 32 Connector_PinSocket_2.00mm PinSocket_1x32_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x32, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x32 2.00mm single row style2 pin1 right 0 32 32 Connector_PinSocket_2.00mm PinSocket_1x33_P2.00mm_Horizontal Through hole angled socket strip, 1x33, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x33 2.00mm single row 0 33 33 Connector_PinSocket_2.00mm PinSocket_1x33_P2.00mm_Vertical Through hole straight socket strip, 1x33, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x33 2.00mm single row 0 33 33 Connector_PinSocket_2.00mm PinSocket_1x33_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x33, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x33 2.00mm single row style1 pin1 left 0 33 33 Connector_PinSocket_2.00mm PinSocket_1x33_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x33, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x33 2.00mm single row style2 pin1 right 0 33 33 Connector_PinSocket_2.00mm PinSocket_1x34_P2.00mm_Horizontal Through hole angled socket strip, 1x34, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x34 2.00mm single row 0 34 34 Connector_PinSocket_2.00mm PinSocket_1x34_P2.00mm_Vertical Through hole straight socket strip, 1x34, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x34 2.00mm single row 0 34 34 Connector_PinSocket_2.00mm PinSocket_1x34_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x34, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x34 2.00mm single row style1 pin1 left 0 34 34 Connector_PinSocket_2.00mm PinSocket_1x34_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x34, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x34 2.00mm single row style2 pin1 right 0 34 34 Connector_PinSocket_2.00mm PinSocket_1x35_P2.00mm_Horizontal Through hole angled socket strip, 1x35, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x35 2.00mm single row 0 35 35 Connector_PinSocket_2.00mm PinSocket_1x35_P2.00mm_Vertical Through hole straight socket strip, 1x35, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x35 2.00mm single row 0 35 35 Connector_PinSocket_2.00mm PinSocket_1x35_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x35, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x35 2.00mm single row style1 pin1 left 0 35 35 Connector_PinSocket_2.00mm PinSocket_1x35_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x35, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x35 2.00mm single row style2 pin1 right 0 35 35 Connector_PinSocket_2.00mm PinSocket_1x36_P2.00mm_Horizontal Through hole angled socket strip, 1x36, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x36 2.00mm single row 0 36 36 Connector_PinSocket_2.00mm PinSocket_1x36_P2.00mm_Vertical Through hole straight socket strip, 1x36, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x36 2.00mm single row 0 36 36 Connector_PinSocket_2.00mm PinSocket_1x36_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x36, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x36 2.00mm single row style1 pin1 left 0 36 36 Connector_PinSocket_2.00mm PinSocket_1x36_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x36, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x36 2.00mm single row style2 pin1 right 0 36 36 Connector_PinSocket_2.00mm PinSocket_1x37_P2.00mm_Horizontal Through hole angled socket strip, 1x37, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x37 2.00mm single row 0 37 37 Connector_PinSocket_2.00mm PinSocket_1x37_P2.00mm_Vertical Through hole straight socket strip, 1x37, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x37 2.00mm single row 0 37 37 Connector_PinSocket_2.00mm PinSocket_1x37_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x37, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x37 2.00mm single row style1 pin1 left 0 37 37 Connector_PinSocket_2.00mm PinSocket_1x37_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x37, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x37 2.00mm single row style2 pin1 right 0 37 37 Connector_PinSocket_2.00mm PinSocket_1x38_P2.00mm_Horizontal Through hole angled socket strip, 1x38, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x38 2.00mm single row 0 38 38 Connector_PinSocket_2.00mm PinSocket_1x38_P2.00mm_Vertical Through hole straight socket strip, 1x38, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x38 2.00mm single row 0 38 38 Connector_PinSocket_2.00mm PinSocket_1x38_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x38, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x38 2.00mm single row style1 pin1 left 0 38 38 Connector_PinSocket_2.00mm PinSocket_1x38_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x38, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x38 2.00mm single row style2 pin1 right 0 38 38 Connector_PinSocket_2.00mm PinSocket_1x39_P2.00mm_Horizontal Through hole angled socket strip, 1x39, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x39 2.00mm single row 0 39 39 Connector_PinSocket_2.00mm PinSocket_1x39_P2.00mm_Vertical Through hole straight socket strip, 1x39, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x39 2.00mm single row 0 39 39 Connector_PinSocket_2.00mm PinSocket_1x39_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x39, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x39 2.00mm single row style1 pin1 left 0 39 39 Connector_PinSocket_2.00mm PinSocket_1x39_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x39, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x39 2.00mm single row style2 pin1 right 0 39 39 Connector_PinSocket_2.00mm PinSocket_1x40_P2.00mm_Horizontal Through hole angled socket strip, 1x40, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x40 2.00mm single row 0 40 40 Connector_PinSocket_2.00mm PinSocket_1x40_P2.00mm_Vertical Through hole straight socket strip, 1x40, 2.00mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x40 2.00mm single row 0 40 40 Connector_PinSocket_2.00mm PinSocket_1x40_P2.00mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x40, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x40 2.00mm single row style1 pin1 left 0 40 40 Connector_PinSocket_2.00mm PinSocket_1x40_P2.00mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x40, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated Surface mounted socket strip SMD 1x40 2.00mm single row style2 pin1 right 0 40 40 Connector_PinSocket_2.00mm PinSocket_2x01_P2.00mm_Horizontal Through hole angled socket strip, 2x01, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x01 2.00mm double row 0 2 2 Connector_PinSocket_2.00mm PinSocket_2x01_P2.00mm_Vertical Through hole straight socket strip, 2x01, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x01 2.00mm double row 0 2 2 Connector_PinSocket_2.00mm PinSocket_2x01_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x01, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x01 2.00mm double row 0 2 2 Connector_PinSocket_2.00mm PinSocket_2x02_P2.00mm_Horizontal Through hole angled socket strip, 2x02, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x02 2.00mm double row 0 4 4 Connector_PinSocket_2.00mm PinSocket_2x02_P2.00mm_Vertical Through hole straight socket strip, 2x02, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x02 2.00mm double row 0 4 4 Connector_PinSocket_2.00mm PinSocket_2x02_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x02, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x02 2.00mm double row 0 4 4 Connector_PinSocket_2.00mm PinSocket_2x03_P2.00mm_Horizontal Through hole angled socket strip, 2x03, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x03 2.00mm double row 0 6 6 Connector_PinSocket_2.00mm PinSocket_2x03_P2.00mm_Vertical Through hole straight socket strip, 2x03, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x03 2.00mm double row 0 6 6 Connector_PinSocket_2.00mm PinSocket_2x03_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x03, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x03 2.00mm double row 0 6 6 Connector_PinSocket_2.00mm PinSocket_2x04_P2.00mm_Horizontal Through hole angled socket strip, 2x04, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x04 2.00mm double row 0 8 8 Connector_PinSocket_2.00mm PinSocket_2x04_P2.00mm_Vertical Through hole straight socket strip, 2x04, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x04 2.00mm double row 0 8 8 Connector_PinSocket_2.00mm PinSocket_2x04_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x04, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x04 2.00mm double row 0 8 8 Connector_PinSocket_2.00mm PinSocket_2x05_P2.00mm_Horizontal Through hole angled socket strip, 2x05, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x05 2.00mm double row 0 10 10 Connector_PinSocket_2.00mm PinSocket_2x05_P2.00mm_Vertical Through hole straight socket strip, 2x05, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x05 2.00mm double row 0 10 10 Connector_PinSocket_2.00mm PinSocket_2x05_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x05, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x05 2.00mm double row 0 10 10 Connector_PinSocket_2.00mm PinSocket_2x06_P2.00mm_Horizontal Through hole angled socket strip, 2x06, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x06 2.00mm double row 0 12 12 Connector_PinSocket_2.00mm PinSocket_2x06_P2.00mm_Vertical Through hole straight socket strip, 2x06, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x06 2.00mm double row 0 12 12 Connector_PinSocket_2.00mm PinSocket_2x06_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x06, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x06 2.00mm double row 0 12 12 Connector_PinSocket_2.00mm PinSocket_2x07_P2.00mm_Horizontal Through hole angled socket strip, 2x07, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x07 2.00mm double row 0 14 14 Connector_PinSocket_2.00mm PinSocket_2x07_P2.00mm_Vertical Through hole straight socket strip, 2x07, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x07 2.00mm double row 0 14 14 Connector_PinSocket_2.00mm PinSocket_2x07_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x07, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x07 2.00mm double row 0 14 14 Connector_PinSocket_2.00mm PinSocket_2x08_P2.00mm_Horizontal Through hole angled socket strip, 2x08, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x08 2.00mm double row 0 16 16 Connector_PinSocket_2.00mm PinSocket_2x08_P2.00mm_Vertical Through hole straight socket strip, 2x08, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x08 2.00mm double row 0 16 16 Connector_PinSocket_2.00mm PinSocket_2x08_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x08, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x08 2.00mm double row 0 16 16 Connector_PinSocket_2.00mm PinSocket_2x09_P2.00mm_Horizontal Through hole angled socket strip, 2x09, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x09 2.00mm double row 0 18 18 Connector_PinSocket_2.00mm PinSocket_2x09_P2.00mm_Vertical Through hole straight socket strip, 2x09, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x09 2.00mm double row 0 18 18 Connector_PinSocket_2.00mm PinSocket_2x09_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x09, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x09 2.00mm double row 0 18 18 Connector_PinSocket_2.00mm PinSocket_2x10_P2.00mm_Horizontal Through hole angled socket strip, 2x10, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x10 2.00mm double row 0 20 20 Connector_PinSocket_2.00mm PinSocket_2x10_P2.00mm_Vertical Through hole straight socket strip, 2x10, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x10 2.00mm double row 0 20 20 Connector_PinSocket_2.00mm PinSocket_2x10_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x10, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x10 2.00mm double row 0 20 20 Connector_PinSocket_2.00mm PinSocket_2x11_P2.00mm_Horizontal Through hole angled socket strip, 2x11, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x11 2.00mm double row 0 22 22 Connector_PinSocket_2.00mm PinSocket_2x11_P2.00mm_Vertical Through hole straight socket strip, 2x11, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x11 2.00mm double row 0 22 22 Connector_PinSocket_2.00mm PinSocket_2x11_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x11, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x11 2.00mm double row 0 22 22 Connector_PinSocket_2.00mm PinSocket_2x12_P2.00mm_Horizontal Through hole angled socket strip, 2x12, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x12 2.00mm double row 0 24 24 Connector_PinSocket_2.00mm PinSocket_2x12_P2.00mm_Vertical Through hole straight socket strip, 2x12, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x12 2.00mm double row 0 24 24 Connector_PinSocket_2.00mm PinSocket_2x12_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x12, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x12 2.00mm double row 0 24 24 Connector_PinSocket_2.00mm PinSocket_2x13_P2.00mm_Horizontal Through hole angled socket strip, 2x13, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x13 2.00mm double row 0 26 26 Connector_PinSocket_2.00mm PinSocket_2x13_P2.00mm_Vertical Through hole straight socket strip, 2x13, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x13 2.00mm double row 0 26 26 Connector_PinSocket_2.00mm PinSocket_2x13_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x13, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x13 2.00mm double row 0 26 26 Connector_PinSocket_2.00mm PinSocket_2x14_P2.00mm_Horizontal Through hole angled socket strip, 2x14, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x14 2.00mm double row 0 28 28 Connector_PinSocket_2.00mm PinSocket_2x14_P2.00mm_Vertical Through hole straight socket strip, 2x14, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x14 2.00mm double row 0 28 28 Connector_PinSocket_2.00mm PinSocket_2x14_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x14, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x14 2.00mm double row 0 28 28 Connector_PinSocket_2.00mm PinSocket_2x15_P2.00mm_Horizontal Through hole angled socket strip, 2x15, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x15 2.00mm double row 0 30 30 Connector_PinSocket_2.00mm PinSocket_2x15_P2.00mm_Vertical Through hole straight socket strip, 2x15, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x15 2.00mm double row 0 30 30 Connector_PinSocket_2.00mm PinSocket_2x15_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x15, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x15 2.00mm double row 0 30 30 Connector_PinSocket_2.00mm PinSocket_2x16_P2.00mm_Horizontal Through hole angled socket strip, 2x16, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x16 2.00mm double row 0 32 32 Connector_PinSocket_2.00mm PinSocket_2x16_P2.00mm_Vertical Through hole straight socket strip, 2x16, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x16 2.00mm double row 0 32 32 Connector_PinSocket_2.00mm PinSocket_2x16_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x16, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x16 2.00mm double row 0 32 32 Connector_PinSocket_2.00mm PinSocket_2x17_P2.00mm_Horizontal Through hole angled socket strip, 2x17, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x17 2.00mm double row 0 34 34 Connector_PinSocket_2.00mm PinSocket_2x17_P2.00mm_Vertical Through hole straight socket strip, 2x17, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x17 2.00mm double row 0 34 34 Connector_PinSocket_2.00mm PinSocket_2x17_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x17, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x17 2.00mm double row 0 34 34 Connector_PinSocket_2.00mm PinSocket_2x18_P2.00mm_Horizontal Through hole angled socket strip, 2x18, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x18 2.00mm double row 0 36 36 Connector_PinSocket_2.00mm PinSocket_2x18_P2.00mm_Vertical Through hole straight socket strip, 2x18, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x18 2.00mm double row 0 36 36 Connector_PinSocket_2.00mm PinSocket_2x18_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x18, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x18 2.00mm double row 0 36 36 Connector_PinSocket_2.00mm PinSocket_2x19_P2.00mm_Horizontal Through hole angled socket strip, 2x19, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x19 2.00mm double row 0 38 38 Connector_PinSocket_2.00mm PinSocket_2x19_P2.00mm_Vertical Through hole straight socket strip, 2x19, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x19 2.00mm double row 0 38 38 Connector_PinSocket_2.00mm PinSocket_2x19_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x19, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x19 2.00mm double row 0 38 38 Connector_PinSocket_2.00mm PinSocket_2x20_P2.00mm_Horizontal Through hole angled socket strip, 2x20, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x20 2.00mm double row 0 40 40 Connector_PinSocket_2.00mm PinSocket_2x20_P2.00mm_Vertical Through hole straight socket strip, 2x20, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x20 2.00mm double row 0 40 40 Connector_PinSocket_2.00mm PinSocket_2x20_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x20, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x20 2.00mm double row 0 40 40 Connector_PinSocket_2.00mm PinSocket_2x21_P2.00mm_Horizontal Through hole angled socket strip, 2x21, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x21 2.00mm double row 0 42 42 Connector_PinSocket_2.00mm PinSocket_2x21_P2.00mm_Vertical Through hole straight socket strip, 2x21, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x21 2.00mm double row 0 42 42 Connector_PinSocket_2.00mm PinSocket_2x21_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x21, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x21 2.00mm double row 0 42 42 Connector_PinSocket_2.00mm PinSocket_2x22_P2.00mm_Horizontal Through hole angled socket strip, 2x22, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x22 2.00mm double row 0 44 44 Connector_PinSocket_2.00mm PinSocket_2x22_P2.00mm_Vertical Through hole straight socket strip, 2x22, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x22 2.00mm double row 0 44 44 Connector_PinSocket_2.00mm PinSocket_2x22_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x22, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x22 2.00mm double row 0 44 44 Connector_PinSocket_2.00mm PinSocket_2x23_P2.00mm_Horizontal Through hole angled socket strip, 2x23, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x23 2.00mm double row 0 46 46 Connector_PinSocket_2.00mm PinSocket_2x23_P2.00mm_Vertical Through hole straight socket strip, 2x23, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x23 2.00mm double row 0 46 46 Connector_PinSocket_2.00mm PinSocket_2x23_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x23, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x23 2.00mm double row 0 46 46 Connector_PinSocket_2.00mm PinSocket_2x24_P2.00mm_Horizontal Through hole angled socket strip, 2x24, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x24 2.00mm double row 0 48 48 Connector_PinSocket_2.00mm PinSocket_2x24_P2.00mm_Vertical Through hole straight socket strip, 2x24, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x24 2.00mm double row 0 48 48 Connector_PinSocket_2.00mm PinSocket_2x24_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x24, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x24 2.00mm double row 0 48 48 Connector_PinSocket_2.00mm PinSocket_2x25_P2.00mm_Horizontal Through hole angled socket strip, 2x25, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x25 2.00mm double row 0 50 50 Connector_PinSocket_2.00mm PinSocket_2x25_P2.00mm_Vertical Through hole straight socket strip, 2x25, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x25 2.00mm double row 0 50 50 Connector_PinSocket_2.00mm PinSocket_2x25_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x25, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x25 2.00mm double row 0 50 50 Connector_PinSocket_2.00mm PinSocket_2x26_P2.00mm_Horizontal Through hole angled socket strip, 2x26, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x26 2.00mm double row 0 52 52 Connector_PinSocket_2.00mm PinSocket_2x26_P2.00mm_Vertical Through hole straight socket strip, 2x26, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x26 2.00mm double row 0 52 52 Connector_PinSocket_2.00mm PinSocket_2x26_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x26, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x26 2.00mm double row 0 52 52 Connector_PinSocket_2.00mm PinSocket_2x27_P2.00mm_Horizontal Through hole angled socket strip, 2x27, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x27 2.00mm double row 0 54 54 Connector_PinSocket_2.00mm PinSocket_2x27_P2.00mm_Vertical Through hole straight socket strip, 2x27, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x27 2.00mm double row 0 54 54 Connector_PinSocket_2.00mm PinSocket_2x27_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x27, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x27 2.00mm double row 0 54 54 Connector_PinSocket_2.00mm PinSocket_2x28_P2.00mm_Horizontal Through hole angled socket strip, 2x28, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x28 2.00mm double row 0 56 56 Connector_PinSocket_2.00mm PinSocket_2x28_P2.00mm_Vertical Through hole straight socket strip, 2x28, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x28 2.00mm double row 0 56 56 Connector_PinSocket_2.00mm PinSocket_2x28_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x28, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x28 2.00mm double row 0 56 56 Connector_PinSocket_2.00mm PinSocket_2x29_P2.00mm_Horizontal Through hole angled socket strip, 2x29, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x29 2.00mm double row 0 58 58 Connector_PinSocket_2.00mm PinSocket_2x29_P2.00mm_Vertical Through hole straight socket strip, 2x29, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x29 2.00mm double row 0 58 58 Connector_PinSocket_2.00mm PinSocket_2x29_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x29, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x29 2.00mm double row 0 58 58 Connector_PinSocket_2.00mm PinSocket_2x30_P2.00mm_Horizontal Through hole angled socket strip, 2x30, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x30 2.00mm double row 0 60 60 Connector_PinSocket_2.00mm PinSocket_2x30_P2.00mm_Vertical Through hole straight socket strip, 2x30, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x30 2.00mm double row 0 60 60 Connector_PinSocket_2.00mm PinSocket_2x30_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x30, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x30 2.00mm double row 0 60 60 Connector_PinSocket_2.00mm PinSocket_2x31_P2.00mm_Horizontal Through hole angled socket strip, 2x31, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x31 2.00mm double row 0 62 62 Connector_PinSocket_2.00mm PinSocket_2x31_P2.00mm_Vertical Through hole straight socket strip, 2x31, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x31 2.00mm double row 0 62 62 Connector_PinSocket_2.00mm PinSocket_2x31_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x31, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x31 2.00mm double row 0 62 62 Connector_PinSocket_2.00mm PinSocket_2x32_P2.00mm_Horizontal Through hole angled socket strip, 2x32, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x32 2.00mm double row 0 64 64 Connector_PinSocket_2.00mm PinSocket_2x32_P2.00mm_Vertical Through hole straight socket strip, 2x32, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x32 2.00mm double row 0 64 64 Connector_PinSocket_2.00mm PinSocket_2x32_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x32, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x32 2.00mm double row 0 64 64 Connector_PinSocket_2.00mm PinSocket_2x33_P2.00mm_Horizontal Through hole angled socket strip, 2x33, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x33 2.00mm double row 0 66 66 Connector_PinSocket_2.00mm PinSocket_2x33_P2.00mm_Vertical Through hole straight socket strip, 2x33, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x33 2.00mm double row 0 66 66 Connector_PinSocket_2.00mm PinSocket_2x33_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x33, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x33 2.00mm double row 0 66 66 Connector_PinSocket_2.00mm PinSocket_2x34_P2.00mm_Horizontal Through hole angled socket strip, 2x34, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x34 2.00mm double row 0 68 68 Connector_PinSocket_2.00mm PinSocket_2x34_P2.00mm_Vertical Through hole straight socket strip, 2x34, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x34 2.00mm double row 0 68 68 Connector_PinSocket_2.00mm PinSocket_2x34_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x34, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x34 2.00mm double row 0 68 68 Connector_PinSocket_2.00mm PinSocket_2x35_P2.00mm_Horizontal Through hole angled socket strip, 2x35, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x35 2.00mm double row 0 70 70 Connector_PinSocket_2.00mm PinSocket_2x35_P2.00mm_Vertical Through hole straight socket strip, 2x35, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x35 2.00mm double row 0 70 70 Connector_PinSocket_2.00mm PinSocket_2x35_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x35, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x35 2.00mm double row 0 70 70 Connector_PinSocket_2.00mm PinSocket_2x36_P2.00mm_Horizontal Through hole angled socket strip, 2x36, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x36 2.00mm double row 0 72 72 Connector_PinSocket_2.00mm PinSocket_2x36_P2.00mm_Vertical Through hole straight socket strip, 2x36, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x36 2.00mm double row 0 72 72 Connector_PinSocket_2.00mm PinSocket_2x36_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x36, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x36 2.00mm double row 0 72 72 Connector_PinSocket_2.00mm PinSocket_2x37_P2.00mm_Horizontal Through hole angled socket strip, 2x37, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x37 2.00mm double row 0 74 74 Connector_PinSocket_2.00mm PinSocket_2x37_P2.00mm_Vertical Through hole straight socket strip, 2x37, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x37 2.00mm double row 0 74 74 Connector_PinSocket_2.00mm PinSocket_2x37_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x37, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x37 2.00mm double row 0 74 74 Connector_PinSocket_2.00mm PinSocket_2x38_P2.00mm_Horizontal Through hole angled socket strip, 2x38, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x38 2.00mm double row 0 76 76 Connector_PinSocket_2.00mm PinSocket_2x38_P2.00mm_Vertical Through hole straight socket strip, 2x38, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x38 2.00mm double row 0 76 76 Connector_PinSocket_2.00mm PinSocket_2x38_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x38, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x38 2.00mm double row 0 76 76 Connector_PinSocket_2.00mm PinSocket_2x39_P2.00mm_Horizontal Through hole angled socket strip, 2x39, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x39 2.00mm double row 0 78 78 Connector_PinSocket_2.00mm PinSocket_2x39_P2.00mm_Vertical Through hole straight socket strip, 2x39, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x39 2.00mm double row 0 78 78 Connector_PinSocket_2.00mm PinSocket_2x39_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x39, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x39 2.00mm double row 0 78 78 Connector_PinSocket_2.00mm PinSocket_2x40_P2.00mm_Horizontal Through hole angled socket strip, 2x40, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x40 2.00mm double row 0 80 80 Connector_PinSocket_2.00mm PinSocket_2x40_P2.00mm_Vertical Through hole straight socket strip, 2x40, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x40 2.00mm double row 0 80 80 Connector_PinSocket_2.00mm PinSocket_2x40_P2.00mm_Vertical_SMD surface-mounted straight socket strip, 2x40, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x40 2.00mm double row 0 80 80 Connector_PinSocket_2.54mm PinSocket_1x01_P2.54mm_Horizontal Through hole angled socket strip, 1x01, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x01 2.54mm single row 0 1 1 Connector_PinSocket_2.54mm PinSocket_1x01_P2.54mm_Vertical Through hole straight socket strip, 1x01, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x01 2.54mm single row 0 1 1 Connector_PinSocket_2.54mm PinSocket_1x02_P2.54mm_Horizontal Through hole angled socket strip, 1x02, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x02 2.54mm single row 0 2 2 Connector_PinSocket_2.54mm PinSocket_1x02_P2.54mm_Vertical Through hole straight socket strip, 1x02, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x02 2.54mm single row 0 2 2 Connector_PinSocket_2.54mm PinSocket_1x02_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x02, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x02 2.54mm single row style1 pin1 left 0 2 2 Connector_PinSocket_2.54mm PinSocket_1x02_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x02, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x02 2.54mm single row style2 pin1 right 0 2 2 Connector_PinSocket_2.54mm PinSocket_1x03_P2.54mm_Horizontal Through hole angled socket strip, 1x03, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x03 2.54mm single row 0 3 3 Connector_PinSocket_2.54mm PinSocket_1x03_P2.54mm_Vertical Through hole straight socket strip, 1x03, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x03 2.54mm single row 0 3 3 Connector_PinSocket_2.54mm PinSocket_1x03_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x03, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x03 2.54mm single row style1 pin1 left 0 3 3 Connector_PinSocket_2.54mm PinSocket_1x03_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x03, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x03 2.54mm single row style2 pin1 right 0 3 3 Connector_PinSocket_2.54mm PinSocket_1x04_P2.54mm_Horizontal Through hole angled socket strip, 1x04, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x04 2.54mm single row 0 4 4 Connector_PinSocket_2.54mm PinSocket_1x04_P2.54mm_Vertical Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x04 2.54mm single row 0 4 4 Connector_PinSocket_2.54mm PinSocket_1x04_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x04, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x04 2.54mm single row style1 pin1 left 0 4 4 Connector_PinSocket_2.54mm PinSocket_1x04_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x04, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x04 2.54mm single row style2 pin1 right 0 4 4 Connector_PinSocket_2.54mm PinSocket_1x05_P2.54mm_Horizontal Through hole angled socket strip, 1x05, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x05 2.54mm single row 0 5 5 Connector_PinSocket_2.54mm PinSocket_1x05_P2.54mm_Vertical Through hole straight socket strip, 1x05, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x05 2.54mm single row 0 5 5 Connector_PinSocket_2.54mm PinSocket_1x05_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x05, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x05 2.54mm single row style1 pin1 left 0 5 5 Connector_PinSocket_2.54mm PinSocket_1x05_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x05, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x05 2.54mm single row style2 pin1 right 0 5 5 Connector_PinSocket_2.54mm PinSocket_1x06_P2.54mm_Horizontal Through hole angled socket strip, 1x06, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x06 2.54mm single row 0 6 6 Connector_PinSocket_2.54mm PinSocket_1x06_P2.54mm_Vertical Through hole straight socket strip, 1x06, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x06 2.54mm single row 0 6 6 Connector_PinSocket_2.54mm PinSocket_1x06_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x06, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x06 2.54mm single row style1 pin1 left 0 6 6 Connector_PinSocket_2.54mm PinSocket_1x06_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x06, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x06 2.54mm single row style2 pin1 right 0 6 6 Connector_PinSocket_2.54mm PinSocket_1x07_P2.54mm_Horizontal Through hole angled socket strip, 1x07, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x07 2.54mm single row 0 7 7 Connector_PinSocket_2.54mm PinSocket_1x07_P2.54mm_Vertical Through hole straight socket strip, 1x07, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x07 2.54mm single row 0 7 7 Connector_PinSocket_2.54mm PinSocket_1x07_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x07, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x07 2.54mm single row style1 pin1 left 0 7 7 Connector_PinSocket_2.54mm PinSocket_1x07_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x07, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x07 2.54mm single row style2 pin1 right 0 7 7 Connector_PinSocket_2.54mm PinSocket_1x08_P2.54mm_Horizontal Through hole angled socket strip, 1x08, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x08 2.54mm single row 0 8 8 Connector_PinSocket_2.54mm PinSocket_1x08_P2.54mm_Vertical Through hole straight socket strip, 1x08, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x08 2.54mm single row 0 8 8 Connector_PinSocket_2.54mm PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x08, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x08 2.54mm single row style1 pin1 left 0 8 8 Connector_PinSocket_2.54mm PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x08, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x08 2.54mm single row style2 pin1 right 0 8 8 Connector_PinSocket_2.54mm PinSocket_1x09_P2.54mm_Horizontal Through hole angled socket strip, 1x09, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x09 2.54mm single row 0 9 9 Connector_PinSocket_2.54mm PinSocket_1x09_P2.54mm_Vertical Through hole straight socket strip, 1x09, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x09 2.54mm single row 0 9 9 Connector_PinSocket_2.54mm PinSocket_1x09_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x09, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x09 2.54mm single row style1 pin1 left 0 9 9 Connector_PinSocket_2.54mm PinSocket_1x09_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x09, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x09 2.54mm single row style2 pin1 right 0 9 9 Connector_PinSocket_2.54mm PinSocket_1x10_P2.54mm_Horizontal Through hole angled socket strip, 1x10, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x10 2.54mm single row 0 10 10 Connector_PinSocket_2.54mm PinSocket_1x10_P2.54mm_Vertical Through hole straight socket strip, 1x10, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x10 2.54mm single row 0 10 10 Connector_PinSocket_2.54mm PinSocket_1x10_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x10, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x10 2.54mm single row style1 pin1 left 0 10 10 Connector_PinSocket_2.54mm PinSocket_1x10_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x10, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x10 2.54mm single row style2 pin1 right 0 10 10 Connector_PinSocket_2.54mm PinSocket_1x11_P2.54mm_Horizontal Through hole angled socket strip, 1x11, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x11 2.54mm single row 0 11 11 Connector_PinSocket_2.54mm PinSocket_1x11_P2.54mm_Vertical Through hole straight socket strip, 1x11, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x11 2.54mm single row 0 11 11 Connector_PinSocket_2.54mm PinSocket_1x11_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x11, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x11 2.54mm single row style1 pin1 left 0 11 11 Connector_PinSocket_2.54mm PinSocket_1x11_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x11, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x11 2.54mm single row style2 pin1 right 0 11 11 Connector_PinSocket_2.54mm PinSocket_1x12_P2.54mm_Horizontal Through hole angled socket strip, 1x12, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x12 2.54mm single row 0 12 12 Connector_PinSocket_2.54mm PinSocket_1x12_P2.54mm_Vertical Through hole straight socket strip, 1x12, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x12 2.54mm single row 0 12 12 Connector_PinSocket_2.54mm PinSocket_1x12_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x12, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x12 2.54mm single row style1 pin1 left 0 12 12 Connector_PinSocket_2.54mm PinSocket_1x12_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x12, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x12 2.54mm single row style2 pin1 right 0 12 12 Connector_PinSocket_2.54mm PinSocket_1x13_P2.54mm_Horizontal Through hole angled socket strip, 1x13, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x13 2.54mm single row 0 13 13 Connector_PinSocket_2.54mm PinSocket_1x13_P2.54mm_Vertical Through hole straight socket strip, 1x13, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x13 2.54mm single row 0 13 13 Connector_PinSocket_2.54mm PinSocket_1x13_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x13, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x13 2.54mm single row style1 pin1 left 0 13 13 Connector_PinSocket_2.54mm PinSocket_1x13_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x13, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x13 2.54mm single row style2 pin1 right 0 13 13 Connector_PinSocket_2.54mm PinSocket_1x14_P2.54mm_Horizontal Through hole angled socket strip, 1x14, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x14 2.54mm single row 0 14 14 Connector_PinSocket_2.54mm PinSocket_1x14_P2.54mm_Vertical Through hole straight socket strip, 1x14, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x14 2.54mm single row 0 14 14 Connector_PinSocket_2.54mm PinSocket_1x14_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x14, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x14 2.54mm single row style1 pin1 left 0 14 14 Connector_PinSocket_2.54mm PinSocket_1x14_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x14, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x14 2.54mm single row style2 pin1 right 0 14 14 Connector_PinSocket_2.54mm PinSocket_1x15_P2.54mm_Horizontal Through hole angled socket strip, 1x15, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x15 2.54mm single row 0 15 15 Connector_PinSocket_2.54mm PinSocket_1x15_P2.54mm_Vertical Through hole straight socket strip, 1x15, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x15 2.54mm single row 0 15 15 Connector_PinSocket_2.54mm PinSocket_1x15_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x15, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x15 2.54mm single row style1 pin1 left 0 15 15 Connector_PinSocket_2.54mm PinSocket_1x15_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x15, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x15 2.54mm single row style2 pin1 right 0 15 15 Connector_PinSocket_2.54mm PinSocket_1x16_P2.54mm_Horizontal Through hole angled socket strip, 1x16, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x16 2.54mm single row 0 16 16 Connector_PinSocket_2.54mm PinSocket_1x16_P2.54mm_Vertical Through hole straight socket strip, 1x16, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x16 2.54mm single row 0 16 16 Connector_PinSocket_2.54mm PinSocket_1x16_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x16, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x16 2.54mm single row style1 pin1 left 0 16 16 Connector_PinSocket_2.54mm PinSocket_1x16_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x16, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x16 2.54mm single row style2 pin1 right 0 16 16 Connector_PinSocket_2.54mm PinSocket_1x17_P2.54mm_Horizontal Through hole angled socket strip, 1x17, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x17 2.54mm single row 0 17 17 Connector_PinSocket_2.54mm PinSocket_1x17_P2.54mm_Vertical Through hole straight socket strip, 1x17, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x17 2.54mm single row 0 17 17 Connector_PinSocket_2.54mm PinSocket_1x17_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x17, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x17 2.54mm single row style1 pin1 left 0 17 17 Connector_PinSocket_2.54mm PinSocket_1x17_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x17, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x17 2.54mm single row style2 pin1 right 0 17 17 Connector_PinSocket_2.54mm PinSocket_1x18_P2.54mm_Horizontal Through hole angled socket strip, 1x18, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x18 2.54mm single row 0 18 18 Connector_PinSocket_2.54mm PinSocket_1x18_P2.54mm_Vertical Through hole straight socket strip, 1x18, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x18 2.54mm single row 0 18 18 Connector_PinSocket_2.54mm PinSocket_1x18_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x18, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x18 2.54mm single row style1 pin1 left 0 18 18 Connector_PinSocket_2.54mm PinSocket_1x18_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x18, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x18 2.54mm single row style2 pin1 right 0 18 18 Connector_PinSocket_2.54mm PinSocket_1x19_P2.54mm_Horizontal Through hole angled socket strip, 1x19, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x19 2.54mm single row 0 19 19 Connector_PinSocket_2.54mm PinSocket_1x19_P2.54mm_Vertical Through hole straight socket strip, 1x19, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x19 2.54mm single row 0 19 19 Connector_PinSocket_2.54mm PinSocket_1x19_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x19, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x19 2.54mm single row style1 pin1 left 0 19 19 Connector_PinSocket_2.54mm PinSocket_1x19_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x19, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x19 2.54mm single row style2 pin1 right 0 19 19 Connector_PinSocket_2.54mm PinSocket_1x20_P2.54mm_Horizontal Through hole angled socket strip, 1x20, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x20 2.54mm single row 0 20 20 Connector_PinSocket_2.54mm PinSocket_1x20_P2.54mm_Vertical Through hole straight socket strip, 1x20, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x20 2.54mm single row 0 20 20 Connector_PinSocket_2.54mm PinSocket_1x20_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x20, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x20 2.54mm single row style1 pin1 left 0 20 20 Connector_PinSocket_2.54mm PinSocket_1x20_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x20, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x20 2.54mm single row style2 pin1 right 0 20 20 Connector_PinSocket_2.54mm PinSocket_1x21_P2.54mm_Horizontal Through hole angled socket strip, 1x21, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x21 2.54mm single row 0 21 21 Connector_PinSocket_2.54mm PinSocket_1x21_P2.54mm_Vertical Through hole straight socket strip, 1x21, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x21 2.54mm single row 0 21 21 Connector_PinSocket_2.54mm PinSocket_1x21_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x21, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x21 2.54mm single row style1 pin1 left 0 21 21 Connector_PinSocket_2.54mm PinSocket_1x21_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x21, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x21 2.54mm single row style2 pin1 right 0 21 21 Connector_PinSocket_2.54mm PinSocket_1x22_P2.54mm_Horizontal Through hole angled socket strip, 1x22, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x22 2.54mm single row 0 22 22 Connector_PinSocket_2.54mm PinSocket_1x22_P2.54mm_Vertical Through hole straight socket strip, 1x22, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x22 2.54mm single row 0 22 22 Connector_PinSocket_2.54mm PinSocket_1x22_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x22, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x22 2.54mm single row style1 pin1 left 0 22 22 Connector_PinSocket_2.54mm PinSocket_1x22_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x22, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x22 2.54mm single row style2 pin1 right 0 22 22 Connector_PinSocket_2.54mm PinSocket_1x23_P2.54mm_Horizontal Through hole angled socket strip, 1x23, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x23 2.54mm single row 0 23 23 Connector_PinSocket_2.54mm PinSocket_1x23_P2.54mm_Vertical Through hole straight socket strip, 1x23, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x23 2.54mm single row 0 23 23 Connector_PinSocket_2.54mm PinSocket_1x23_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x23, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x23 2.54mm single row style1 pin1 left 0 23 23 Connector_PinSocket_2.54mm PinSocket_1x23_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x23, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x23 2.54mm single row style2 pin1 right 0 23 23 Connector_PinSocket_2.54mm PinSocket_1x24_P2.54mm_Horizontal Through hole angled socket strip, 1x24, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x24 2.54mm single row 0 24 24 Connector_PinSocket_2.54mm PinSocket_1x24_P2.54mm_Vertical Through hole straight socket strip, 1x24, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x24 2.54mm single row 0 24 24 Connector_PinSocket_2.54mm PinSocket_1x24_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x24, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x24 2.54mm single row style1 pin1 left 0 24 24 Connector_PinSocket_2.54mm PinSocket_1x24_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x24, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x24 2.54mm single row style2 pin1 right 0 24 24 Connector_PinSocket_2.54mm PinSocket_1x25_P2.54mm_Horizontal Through hole angled socket strip, 1x25, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x25 2.54mm single row 0 25 25 Connector_PinSocket_2.54mm PinSocket_1x25_P2.54mm_Vertical Through hole straight socket strip, 1x25, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x25 2.54mm single row 0 25 25 Connector_PinSocket_2.54mm PinSocket_1x25_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x25, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x25 2.54mm single row style1 pin1 left 0 25 25 Connector_PinSocket_2.54mm PinSocket_1x25_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x25, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x25 2.54mm single row style2 pin1 right 0 25 25 Connector_PinSocket_2.54mm PinSocket_1x26_P2.54mm_Horizontal Through hole angled socket strip, 1x26, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x26 2.54mm single row 0 26 26 Connector_PinSocket_2.54mm PinSocket_1x26_P2.54mm_Vertical Through hole straight socket strip, 1x26, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x26 2.54mm single row 0 26 26 Connector_PinSocket_2.54mm PinSocket_1x26_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x26, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x26 2.54mm single row style1 pin1 left 0 26 26 Connector_PinSocket_2.54mm PinSocket_1x26_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x26, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x26 2.54mm single row style2 pin1 right 0 26 26 Connector_PinSocket_2.54mm PinSocket_1x27_P2.54mm_Horizontal Through hole angled socket strip, 1x27, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x27 2.54mm single row 0 27 27 Connector_PinSocket_2.54mm PinSocket_1x27_P2.54mm_Vertical Through hole straight socket strip, 1x27, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x27 2.54mm single row 0 27 27 Connector_PinSocket_2.54mm PinSocket_1x27_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x27, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x27 2.54mm single row style1 pin1 left 0 27 27 Connector_PinSocket_2.54mm PinSocket_1x27_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x27, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x27 2.54mm single row style2 pin1 right 0 27 27 Connector_PinSocket_2.54mm PinSocket_1x28_P2.54mm_Horizontal Through hole angled socket strip, 1x28, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x28 2.54mm single row 0 28 28 Connector_PinSocket_2.54mm PinSocket_1x28_P2.54mm_Vertical Through hole straight socket strip, 1x28, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x28 2.54mm single row 0 28 28 Connector_PinSocket_2.54mm PinSocket_1x28_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x28, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x28 2.54mm single row style1 pin1 left 0 28 28 Connector_PinSocket_2.54mm PinSocket_1x28_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x28, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x28 2.54mm single row style2 pin1 right 0 28 28 Connector_PinSocket_2.54mm PinSocket_1x29_P2.54mm_Horizontal Through hole angled socket strip, 1x29, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x29 2.54mm single row 0 29 29 Connector_PinSocket_2.54mm PinSocket_1x29_P2.54mm_Vertical Through hole straight socket strip, 1x29, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x29 2.54mm single row 0 29 29 Connector_PinSocket_2.54mm PinSocket_1x29_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x29, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x29 2.54mm single row style1 pin1 left 0 29 29 Connector_PinSocket_2.54mm PinSocket_1x29_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x29, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x29 2.54mm single row style2 pin1 right 0 29 29 Connector_PinSocket_2.54mm PinSocket_1x30_P2.54mm_Horizontal Through hole angled socket strip, 1x30, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x30 2.54mm single row 0 30 30 Connector_PinSocket_2.54mm PinSocket_1x30_P2.54mm_Vertical Through hole straight socket strip, 1x30, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x30 2.54mm single row 0 30 30 Connector_PinSocket_2.54mm PinSocket_1x30_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x30, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x30 2.54mm single row style1 pin1 left 0 30 30 Connector_PinSocket_2.54mm PinSocket_1x30_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x30, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x30 2.54mm single row style2 pin1 right 0 30 30 Connector_PinSocket_2.54mm PinSocket_1x31_P2.54mm_Horizontal Through hole angled socket strip, 1x31, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x31 2.54mm single row 0 31 31 Connector_PinSocket_2.54mm PinSocket_1x31_P2.54mm_Vertical Through hole straight socket strip, 1x31, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x31 2.54mm single row 0 31 31 Connector_PinSocket_2.54mm PinSocket_1x31_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x31, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x31 2.54mm single row style1 pin1 left 0 31 31 Connector_PinSocket_2.54mm PinSocket_1x31_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x31, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x31 2.54mm single row style2 pin1 right 0 31 31 Connector_PinSocket_2.54mm PinSocket_1x32_P2.54mm_Horizontal Through hole angled socket strip, 1x32, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x32 2.54mm single row 0 32 32 Connector_PinSocket_2.54mm PinSocket_1x32_P2.54mm_Vertical Through hole straight socket strip, 1x32, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x32 2.54mm single row 0 32 32 Connector_PinSocket_2.54mm PinSocket_1x32_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x32, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x32 2.54mm single row style1 pin1 left 0 32 32 Connector_PinSocket_2.54mm PinSocket_1x32_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x32, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x32 2.54mm single row style2 pin1 right 0 32 32 Connector_PinSocket_2.54mm PinSocket_1x33_P2.54mm_Horizontal Through hole angled socket strip, 1x33, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x33 2.54mm single row 0 33 33 Connector_PinSocket_2.54mm PinSocket_1x33_P2.54mm_Vertical Through hole straight socket strip, 1x33, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x33 2.54mm single row 0 33 33 Connector_PinSocket_2.54mm PinSocket_1x33_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x33, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x33 2.54mm single row style1 pin1 left 0 33 33 Connector_PinSocket_2.54mm PinSocket_1x33_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x33, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x33 2.54mm single row style2 pin1 right 0 33 33 Connector_PinSocket_2.54mm PinSocket_1x34_P2.54mm_Horizontal Through hole angled socket strip, 1x34, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x34 2.54mm single row 0 34 34 Connector_PinSocket_2.54mm PinSocket_1x34_P2.54mm_Vertical Through hole straight socket strip, 1x34, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x34 2.54mm single row 0 34 34 Connector_PinSocket_2.54mm PinSocket_1x34_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x34, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x34 2.54mm single row style1 pin1 left 0 34 34 Connector_PinSocket_2.54mm PinSocket_1x34_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x34, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x34 2.54mm single row style2 pin1 right 0 34 34 Connector_PinSocket_2.54mm PinSocket_1x35_P2.54mm_Horizontal Through hole angled socket strip, 1x35, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x35 2.54mm single row 0 35 35 Connector_PinSocket_2.54mm PinSocket_1x35_P2.54mm_Vertical Through hole straight socket strip, 1x35, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x35 2.54mm single row 0 35 35 Connector_PinSocket_2.54mm PinSocket_1x35_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x35, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x35 2.54mm single row style1 pin1 left 0 35 35 Connector_PinSocket_2.54mm PinSocket_1x35_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x35, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x35 2.54mm single row style2 pin1 right 0 35 35 Connector_PinSocket_2.54mm PinSocket_1x36_P2.54mm_Horizontal Through hole angled socket strip, 1x36, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x36 2.54mm single row 0 36 36 Connector_PinSocket_2.54mm PinSocket_1x36_P2.54mm_Vertical Through hole straight socket strip, 1x36, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x36 2.54mm single row 0 36 36 Connector_PinSocket_2.54mm PinSocket_1x36_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x36, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x36 2.54mm single row style1 pin1 left 0 36 36 Connector_PinSocket_2.54mm PinSocket_1x36_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x36, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x36 2.54mm single row style2 pin1 right 0 36 36 Connector_PinSocket_2.54mm PinSocket_1x37_P2.54mm_Horizontal Through hole angled socket strip, 1x37, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x37 2.54mm single row 0 37 37 Connector_PinSocket_2.54mm PinSocket_1x37_P2.54mm_Vertical Through hole straight socket strip, 1x37, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x37 2.54mm single row 0 37 37 Connector_PinSocket_2.54mm PinSocket_1x37_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x37, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x37 2.54mm single row style1 pin1 left 0 37 37 Connector_PinSocket_2.54mm PinSocket_1x37_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x37, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x37 2.54mm single row style2 pin1 right 0 37 37 Connector_PinSocket_2.54mm PinSocket_1x38_P2.54mm_Horizontal Through hole angled socket strip, 1x38, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x38 2.54mm single row 0 38 38 Connector_PinSocket_2.54mm PinSocket_1x38_P2.54mm_Vertical Through hole straight socket strip, 1x38, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x38 2.54mm single row 0 38 38 Connector_PinSocket_2.54mm PinSocket_1x38_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x38, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x38 2.54mm single row style1 pin1 left 0 38 38 Connector_PinSocket_2.54mm PinSocket_1x38_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x38, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x38 2.54mm single row style2 pin1 right 0 38 38 Connector_PinSocket_2.54mm PinSocket_1x39_P2.54mm_Horizontal Through hole angled socket strip, 1x39, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x39 2.54mm single row 0 39 39 Connector_PinSocket_2.54mm PinSocket_1x39_P2.54mm_Vertical Through hole straight socket strip, 1x39, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x39 2.54mm single row 0 39 39 Connector_PinSocket_2.54mm PinSocket_1x39_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x39, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x39 2.54mm single row style1 pin1 left 0 39 39 Connector_PinSocket_2.54mm PinSocket_1x39_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x39, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x39 2.54mm single row style2 pin1 right 0 39 39 Connector_PinSocket_2.54mm PinSocket_1x40_P2.54mm_Horizontal Through hole angled socket strip, 1x40, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated Through hole angled socket strip THT 1x40 2.54mm single row 0 40 40 Connector_PinSocket_2.54mm PinSocket_1x40_P2.54mm_Vertical Through hole straight socket strip, 1x40, 2.54mm pitch, single row (from Kicad 4.0.7), script generated Through hole socket strip THT 1x40 2.54mm single row 0 40 40 Connector_PinSocket_2.54mm PinSocket_1x40_P2.54mm_Vertical_SMD_Pin1Left surface-mounted straight socket strip, 1x40, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x40 2.54mm single row style1 pin1 left 0 40 40 Connector_PinSocket_2.54mm PinSocket_1x40_P2.54mm_Vertical_SMD_Pin1Right surface-mounted straight socket strip, 1x40, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated Surface mounted socket strip SMD 1x40 2.54mm single row style2 pin1 right 0 40 40 Connector_PinSocket_2.54mm PinSocket_2x01_P2.54mm_Horizontal Through hole angled socket strip, 2x01, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x01 2.54mm double row 0 2 2 Connector_PinSocket_2.54mm PinSocket_2x01_P2.54mm_Vertical Through hole straight socket strip, 2x01, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x01 2.54mm double row 0 2 2 Connector_PinSocket_2.54mm PinSocket_2x01_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x01, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x01 2.54mm double row 0 2 2 Connector_PinSocket_2.54mm PinSocket_2x02_P2.54mm_Horizontal Through hole angled socket strip, 2x02, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x02 2.54mm double row 0 4 4 Connector_PinSocket_2.54mm PinSocket_2x02_P2.54mm_Vertical Through hole straight socket strip, 2x02, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x02 2.54mm double row 0 4 4 Connector_PinSocket_2.54mm PinSocket_2x02_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x02, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x02 2.54mm double row 0 4 4 Connector_PinSocket_2.54mm PinSocket_2x03_P2.54mm_Horizontal Through hole angled socket strip, 2x03, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x03 2.54mm double row 0 6 6 Connector_PinSocket_2.54mm PinSocket_2x03_P2.54mm_Vertical Through hole straight socket strip, 2x03, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x03 2.54mm double row 0 6 6 Connector_PinSocket_2.54mm PinSocket_2x03_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x03, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x03 2.54mm double row 0 6 6 Connector_PinSocket_2.54mm PinSocket_2x04_P2.54mm_Horizontal Through hole angled socket strip, 2x04, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x04 2.54mm double row 0 8 8 Connector_PinSocket_2.54mm PinSocket_2x04_P2.54mm_Vertical Through hole straight socket strip, 2x04, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x04 2.54mm double row 0 8 8 Connector_PinSocket_2.54mm PinSocket_2x04_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x04, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x04 2.54mm double row 0 8 8 Connector_PinSocket_2.54mm PinSocket_2x05_P2.54mm_Horizontal Through hole angled socket strip, 2x05, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x05 2.54mm double row 0 10 10 Connector_PinSocket_2.54mm PinSocket_2x05_P2.54mm_Vertical Through hole straight socket strip, 2x05, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x05 2.54mm double row 0 10 10 Connector_PinSocket_2.54mm PinSocket_2x05_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x05, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x05 2.54mm double row 0 10 10 Connector_PinSocket_2.54mm PinSocket_2x06_P2.54mm_Horizontal Through hole angled socket strip, 2x06, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x06 2.54mm double row 0 12 12 Connector_PinSocket_2.54mm PinSocket_2x06_P2.54mm_Vertical Through hole straight socket strip, 2x06, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x06 2.54mm double row 0 12 12 Connector_PinSocket_2.54mm PinSocket_2x06_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x06, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x06 2.54mm double row 0 12 12 Connector_PinSocket_2.54mm PinSocket_2x07_P2.54mm_Horizontal Through hole angled socket strip, 2x07, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x07 2.54mm double row 0 14 14 Connector_PinSocket_2.54mm PinSocket_2x07_P2.54mm_Vertical Through hole straight socket strip, 2x07, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x07 2.54mm double row 0 14 14 Connector_PinSocket_2.54mm PinSocket_2x07_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x07, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x07 2.54mm double row 0 14 14 Connector_PinSocket_2.54mm PinSocket_2x08_P2.54mm_Horizontal Through hole angled socket strip, 2x08, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x08 2.54mm double row 0 16 16 Connector_PinSocket_2.54mm PinSocket_2x08_P2.54mm_Vertical Through hole straight socket strip, 2x08, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x08 2.54mm double row 0 16 16 Connector_PinSocket_2.54mm PinSocket_2x08_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x08, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x08 2.54mm double row 0 16 16 Connector_PinSocket_2.54mm PinSocket_2x09_P2.54mm_Horizontal Through hole angled socket strip, 2x09, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x09 2.54mm double row 0 18 18 Connector_PinSocket_2.54mm PinSocket_2x09_P2.54mm_Vertical Through hole straight socket strip, 2x09, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x09 2.54mm double row 0 18 18 Connector_PinSocket_2.54mm PinSocket_2x09_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x09, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x09 2.54mm double row 0 18 18 Connector_PinSocket_2.54mm PinSocket_2x10_P2.54mm_Horizontal Through hole angled socket strip, 2x10, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x10 2.54mm double row 0 20 20 Connector_PinSocket_2.54mm PinSocket_2x10_P2.54mm_Vertical Through hole straight socket strip, 2x10, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x10 2.54mm double row 0 20 20 Connector_PinSocket_2.54mm PinSocket_2x10_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x10, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x10 2.54mm double row 0 20 20 Connector_PinSocket_2.54mm PinSocket_2x11_P2.54mm_Horizontal Through hole angled socket strip, 2x11, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x11 2.54mm double row 0 22 22 Connector_PinSocket_2.54mm PinSocket_2x11_P2.54mm_Vertical Through hole straight socket strip, 2x11, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x11 2.54mm double row 0 22 22 Connector_PinSocket_2.54mm PinSocket_2x11_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x11, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x11 2.54mm double row 0 22 22 Connector_PinSocket_2.54mm PinSocket_2x12_P2.54mm_Horizontal Through hole angled socket strip, 2x12, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x12 2.54mm double row 0 24 24 Connector_PinSocket_2.54mm PinSocket_2x12_P2.54mm_Vertical Through hole straight socket strip, 2x12, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x12 2.54mm double row 0 24 24 Connector_PinSocket_2.54mm PinSocket_2x12_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x12, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x12 2.54mm double row 0 24 24 Connector_PinSocket_2.54mm PinSocket_2x13_P2.54mm_Horizontal Through hole angled socket strip, 2x13, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x13 2.54mm double row 0 26 26 Connector_PinSocket_2.54mm PinSocket_2x13_P2.54mm_Vertical Through hole straight socket strip, 2x13, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x13 2.54mm double row 0 26 26 Connector_PinSocket_2.54mm PinSocket_2x13_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x13, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x13 2.54mm double row 0 26 26 Connector_PinSocket_2.54mm PinSocket_2x14_P2.54mm_Horizontal Through hole angled socket strip, 2x14, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x14 2.54mm double row 0 28 28 Connector_PinSocket_2.54mm PinSocket_2x14_P2.54mm_Vertical Through hole straight socket strip, 2x14, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x14 2.54mm double row 0 28 28 Connector_PinSocket_2.54mm PinSocket_2x14_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x14, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x14 2.54mm double row 0 28 28 Connector_PinSocket_2.54mm PinSocket_2x15_P2.54mm_Horizontal Through hole angled socket strip, 2x15, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x15 2.54mm double row 0 30 30 Connector_PinSocket_2.54mm PinSocket_2x15_P2.54mm_Vertical Through hole straight socket strip, 2x15, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x15 2.54mm double row 0 30 30 Connector_PinSocket_2.54mm PinSocket_2x15_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x15, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x15 2.54mm double row 0 30 30 Connector_PinSocket_2.54mm PinSocket_2x16_P2.54mm_Horizontal Through hole angled socket strip, 2x16, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x16 2.54mm double row 0 32 32 Connector_PinSocket_2.54mm PinSocket_2x16_P2.54mm_Vertical Through hole straight socket strip, 2x16, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x16 2.54mm double row 0 32 32 Connector_PinSocket_2.54mm PinSocket_2x16_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x16, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x16 2.54mm double row 0 32 32 Connector_PinSocket_2.54mm PinSocket_2x17_P2.54mm_Horizontal Through hole angled socket strip, 2x17, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x17 2.54mm double row 0 34 34 Connector_PinSocket_2.54mm PinSocket_2x17_P2.54mm_Vertical Through hole straight socket strip, 2x17, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x17 2.54mm double row 0 34 34 Connector_PinSocket_2.54mm PinSocket_2x17_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x17, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x17 2.54mm double row 0 34 34 Connector_PinSocket_2.54mm PinSocket_2x18_P2.54mm_Horizontal Through hole angled socket strip, 2x18, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x18 2.54mm double row 0 36 36 Connector_PinSocket_2.54mm PinSocket_2x18_P2.54mm_Vertical Through hole straight socket strip, 2x18, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x18 2.54mm double row 0 36 36 Connector_PinSocket_2.54mm PinSocket_2x18_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x18, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x18 2.54mm double row 0 36 36 Connector_PinSocket_2.54mm PinSocket_2x19_P2.54mm_Horizontal Through hole angled socket strip, 2x19, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x19 2.54mm double row 0 38 38 Connector_PinSocket_2.54mm PinSocket_2x19_P2.54mm_Vertical Through hole straight socket strip, 2x19, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x19 2.54mm double row 0 38 38 Connector_PinSocket_2.54mm PinSocket_2x19_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x19, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x19 2.54mm double row 0 38 38 Connector_PinSocket_2.54mm PinSocket_2x20_P2.54mm_Horizontal Through hole angled socket strip, 2x20, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x20 2.54mm double row 0 40 40 Connector_PinSocket_2.54mm PinSocket_2x20_P2.54mm_Vertical Through hole straight socket strip, 2x20, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x20 2.54mm double row 0 40 40 Connector_PinSocket_2.54mm PinSocket_2x20_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x20, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x20 2.54mm double row 0 40 40 Connector_PinSocket_2.54mm PinSocket_2x21_P2.54mm_Horizontal Through hole angled socket strip, 2x21, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x21 2.54mm double row 0 42 42 Connector_PinSocket_2.54mm PinSocket_2x21_P2.54mm_Vertical Through hole straight socket strip, 2x21, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x21 2.54mm double row 0 42 42 Connector_PinSocket_2.54mm PinSocket_2x21_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x21, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x21 2.54mm double row 0 42 42 Connector_PinSocket_2.54mm PinSocket_2x22_P2.54mm_Horizontal Through hole angled socket strip, 2x22, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x22 2.54mm double row 0 44 44 Connector_PinSocket_2.54mm PinSocket_2x22_P2.54mm_Vertical Through hole straight socket strip, 2x22, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x22 2.54mm double row 0 44 44 Connector_PinSocket_2.54mm PinSocket_2x22_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x22, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x22 2.54mm double row 0 44 44 Connector_PinSocket_2.54mm PinSocket_2x23_P2.54mm_Horizontal Through hole angled socket strip, 2x23, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x23 2.54mm double row 0 46 46 Connector_PinSocket_2.54mm PinSocket_2x23_P2.54mm_Vertical Through hole straight socket strip, 2x23, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x23 2.54mm double row 0 46 46 Connector_PinSocket_2.54mm PinSocket_2x23_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x23, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x23 2.54mm double row 0 46 46 Connector_PinSocket_2.54mm PinSocket_2x24_P2.54mm_Horizontal Through hole angled socket strip, 2x24, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x24 2.54mm double row 0 48 48 Connector_PinSocket_2.54mm PinSocket_2x24_P2.54mm_Vertical Through hole straight socket strip, 2x24, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x24 2.54mm double row 0 48 48 Connector_PinSocket_2.54mm PinSocket_2x24_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x24, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x24 2.54mm double row 0 48 48 Connector_PinSocket_2.54mm PinSocket_2x25_P2.54mm_Horizontal Through hole angled socket strip, 2x25, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x25 2.54mm double row 0 50 50 Connector_PinSocket_2.54mm PinSocket_2x25_P2.54mm_Vertical Through hole straight socket strip, 2x25, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x25 2.54mm double row 0 50 50 Connector_PinSocket_2.54mm PinSocket_2x25_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x25, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x25 2.54mm double row 0 50 50 Connector_PinSocket_2.54mm PinSocket_2x26_P2.54mm_Horizontal Through hole angled socket strip, 2x26, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x26 2.54mm double row 0 52 52 Connector_PinSocket_2.54mm PinSocket_2x26_P2.54mm_Vertical Through hole straight socket strip, 2x26, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x26 2.54mm double row 0 52 52 Connector_PinSocket_2.54mm PinSocket_2x26_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x26, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x26 2.54mm double row 0 52 52 Connector_PinSocket_2.54mm PinSocket_2x27_P2.54mm_Horizontal Through hole angled socket strip, 2x27, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x27 2.54mm double row 0 54 54 Connector_PinSocket_2.54mm PinSocket_2x27_P2.54mm_Vertical Through hole straight socket strip, 2x27, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x27 2.54mm double row 0 54 54 Connector_PinSocket_2.54mm PinSocket_2x27_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x27, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x27 2.54mm double row 0 54 54 Connector_PinSocket_2.54mm PinSocket_2x28_P2.54mm_Horizontal Through hole angled socket strip, 2x28, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x28 2.54mm double row 0 56 56 Connector_PinSocket_2.54mm PinSocket_2x28_P2.54mm_Vertical Through hole straight socket strip, 2x28, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x28 2.54mm double row 0 56 56 Connector_PinSocket_2.54mm PinSocket_2x28_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x28, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x28 2.54mm double row 0 56 56 Connector_PinSocket_2.54mm PinSocket_2x29_P2.54mm_Horizontal Through hole angled socket strip, 2x29, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x29 2.54mm double row 0 58 58 Connector_PinSocket_2.54mm PinSocket_2x29_P2.54mm_Vertical Through hole straight socket strip, 2x29, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x29 2.54mm double row 0 58 58 Connector_PinSocket_2.54mm PinSocket_2x29_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x29, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x29 2.54mm double row 0 58 58 Connector_PinSocket_2.54mm PinSocket_2x30_P2.54mm_Horizontal Through hole angled socket strip, 2x30, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x30 2.54mm double row 0 60 60 Connector_PinSocket_2.54mm PinSocket_2x30_P2.54mm_Vertical Through hole straight socket strip, 2x30, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x30 2.54mm double row 0 60 60 Connector_PinSocket_2.54mm PinSocket_2x30_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x30, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x30 2.54mm double row 0 60 60 Connector_PinSocket_2.54mm PinSocket_2x31_P2.54mm_Horizontal Through hole angled socket strip, 2x31, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x31 2.54mm double row 0 62 62 Connector_PinSocket_2.54mm PinSocket_2x31_P2.54mm_Vertical Through hole straight socket strip, 2x31, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x31 2.54mm double row 0 62 62 Connector_PinSocket_2.54mm PinSocket_2x31_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x31, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x31 2.54mm double row 0 62 62 Connector_PinSocket_2.54mm PinSocket_2x32_P2.54mm_Horizontal Through hole angled socket strip, 2x32, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x32 2.54mm double row 0 64 64 Connector_PinSocket_2.54mm PinSocket_2x32_P2.54mm_Vertical Through hole straight socket strip, 2x32, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x32 2.54mm double row 0 64 64 Connector_PinSocket_2.54mm PinSocket_2x32_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x32, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x32 2.54mm double row 0 64 64 Connector_PinSocket_2.54mm PinSocket_2x33_P2.54mm_Horizontal Through hole angled socket strip, 2x33, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x33 2.54mm double row 0 66 66 Connector_PinSocket_2.54mm PinSocket_2x33_P2.54mm_Vertical Through hole straight socket strip, 2x33, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x33 2.54mm double row 0 66 66 Connector_PinSocket_2.54mm PinSocket_2x33_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x33, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x33 2.54mm double row 0 66 66 Connector_PinSocket_2.54mm PinSocket_2x34_P2.54mm_Horizontal Through hole angled socket strip, 2x34, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x34 2.54mm double row 0 68 68 Connector_PinSocket_2.54mm PinSocket_2x34_P2.54mm_Vertical Through hole straight socket strip, 2x34, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x34 2.54mm double row 0 68 68 Connector_PinSocket_2.54mm PinSocket_2x34_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x34, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x34 2.54mm double row 0 68 68 Connector_PinSocket_2.54mm PinSocket_2x35_P2.54mm_Horizontal Through hole angled socket strip, 2x35, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x35 2.54mm double row 0 70 70 Connector_PinSocket_2.54mm PinSocket_2x35_P2.54mm_Vertical Through hole straight socket strip, 2x35, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x35 2.54mm double row 0 70 70 Connector_PinSocket_2.54mm PinSocket_2x35_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x35, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x35 2.54mm double row 0 70 70 Connector_PinSocket_2.54mm PinSocket_2x36_P2.54mm_Horizontal Through hole angled socket strip, 2x36, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x36 2.54mm double row 0 72 72 Connector_PinSocket_2.54mm PinSocket_2x36_P2.54mm_Vertical Through hole straight socket strip, 2x36, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x36 2.54mm double row 0 72 72 Connector_PinSocket_2.54mm PinSocket_2x36_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x36, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x36 2.54mm double row 0 72 72 Connector_PinSocket_2.54mm PinSocket_2x37_P2.54mm_Horizontal Through hole angled socket strip, 2x37, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x37 2.54mm double row 0 74 74 Connector_PinSocket_2.54mm PinSocket_2x37_P2.54mm_Vertical Through hole straight socket strip, 2x37, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x37 2.54mm double row 0 74 74 Connector_PinSocket_2.54mm PinSocket_2x37_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x37, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x37 2.54mm double row 0 74 74 Connector_PinSocket_2.54mm PinSocket_2x38_P2.54mm_Horizontal Through hole angled socket strip, 2x38, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x38 2.54mm double row 0 76 76 Connector_PinSocket_2.54mm PinSocket_2x38_P2.54mm_Vertical Through hole straight socket strip, 2x38, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x38 2.54mm double row 0 76 76 Connector_PinSocket_2.54mm PinSocket_2x38_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x38, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x38 2.54mm double row 0 76 76 Connector_PinSocket_2.54mm PinSocket_2x39_P2.54mm_Horizontal Through hole angled socket strip, 2x39, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x39 2.54mm double row 0 78 78 Connector_PinSocket_2.54mm PinSocket_2x39_P2.54mm_Vertical Through hole straight socket strip, 2x39, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x39 2.54mm double row 0 78 78 Connector_PinSocket_2.54mm PinSocket_2x39_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x39, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x39 2.54mm double row 0 78 78 Connector_PinSocket_2.54mm PinSocket_2x40_P2.54mm_Horizontal Through hole angled socket strip, 2x40, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated Through hole angled socket strip THT 2x40 2.54mm double row 0 80 80 Connector_PinSocket_2.54mm PinSocket_2x40_P2.54mm_Vertical Through hole straight socket strip, 2x40, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Through hole socket strip THT 2x40 2.54mm double row 0 80 80 Connector_PinSocket_2.54mm PinSocket_2x40_P2.54mm_Vertical_SMD surface-mounted straight socket strip, 2x40, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted socket strip SMD 2x40 2.54mm double row 0 80 80 Connector_RJ RJ12_Amphenol_54601 RJ12 connector https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/c-bmj-0082.pdf RJ12 connector 0 6 6 Connector_RJ RJ45_Amphenol_54602-x08_Horizontal 8 Pol Shallow Latch Connector, Modjack, RJ45 (https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/c-bmj-0102.pdf) RJ45 0 8 8 Connector_RJ RJ45_Amphenol_RJHSE538X Shielded, 2 LED, https://www.amphenolcanada.com/ProductSearch/drawings/AC/RJHSE538X.pdf RJ45 8p8c ethernet cat5 0 14 13 Connector_RJ RJ45_Amphenol_RJHSE5380 Shielded, https://www.amphenolcanada.com/ProductSearch/drawings/AC/RJHSE538X.pdf RJ45 8p8c ethernet cat5 0 10 9 Connector_RJ RJ45_Amphenol_RJHSE5380-08 Shielded, https://www.amphenolcanada.com/ProductSearch/drawings/AC/RJHSE538X08.pdf RJ45 8p8c ethernet cat5 0 68 65 Connector_RJ RJ45_Amphenol_RJMG1BD3B8K1ANR 1 Port RJ45 Magjack Connector Through Hole 10/100 Base-T, AutoMDIX, https://www.amphenolcanada.com/ProductSearch/Drawings/AC/RJMG1BD3B8K1ANR.PDF RJ45 Magjack 0 14 13 Connector_RJ RJ45_BEL_SS74301-00x_Vertical https://belfuse.com/resources/drawings/stewartconnector/dr-stw-ss-74301-001-ss-74301-002-ss-74301-005.pdf RJ45 Vertical Shield LED Green Yellow 0 14 13 Connector_RJ RJ45_Cetus_J1B1211CCD_Horizontal 1 Port RJ45 Magjack Connector Through Hole 10/100 Base-T, Cetus, used and distributed by WIZnet (https://wizwiki.net/wiki/lib/exe/fetch.php?media=products:wiz550web:wiz550webds_kr:j1b1211ccd.pdf) RJ45 Magjack 0 14 13 Connector_RJ RJ45_Hanrun_HR911105A http://www.kosmodrom.com.ua/pdf/HR911105A.pdf RJ45 Magjack 0 14 13 Connector_RJ RJ45_OST_PJ012-8P8CX_Vertical RJ45 vertical connector http://www.on-shore.com/wp-content/uploads/2015/09/PJ012-8P8CX.pdf RJ45 PJ012 0 8 8 Connector_RJ RJ45_Plug_Metz_AJP92A8813 plug, ethernet, 8P8C, RJ45 Plug AJP92A8813 8P8C RJ45 ethernet plug 0 8 8 Connector_RJ RJ45_Wuerth_7499010121A_Horizontal 10/100Base-TX RJ45 ethernet magnetic transformer connector horizontal https://katalog.we-online.de/pbs/datasheet/7499010121A.pdf RJ45 ethernet magnetic 0 14 13 Connector_RJ RJ45_Wuerth_7499151120_Horizontal Wuerth 7499151120, LAN-Transformer WE-RJ45LAN 10/100/1000 BaseT, Dual Ethernet Jack (http://katalog.we-online.de/pbs/datasheet/7499151120.pdf) ethernet lan connector 0 32 29 Connector_SATA_SAS SAS-mini_TEConnectivity_1888174_Vertical 36pin mini SAS connector, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=1888174&DocType=Customer+Drawing&DocLang=English SAS mini connector 0 44 44 Connector_SATA_SAS SATA_Amphenol_10029364-001LF_Horizontal https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10029364.pdf SATA 0 24 23 Connector_Samtec Samtec_FMC_ASP-134602-01_10x40_P1.27mm_Vertical https://www.marutsu.co.jp/contents/shop/marutsu/ds/asp-134602-01.pdf FMC HPC 0 400 400 Connector_Samtec Samtec_FMC_ASP-134604-01_4x40_Vertical http://www.samtec.com/standards/vita.aspx FMC LPC VITA 0 162 160 Connector_Samtec Samtec_LSHM-105-xx.x-x-DV-N_2x05_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-105-xx.x-x-DV-N, 5 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 10 10 Connector_Samtec Samtec_LSHM-105-xx.x-x-DV-S_2x05-1SH_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-105-xx.x-x-DV-S, 5 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 12 11 Connector_Samtec Samtec_LSHM-110-xx.x-x-DV-N_2x10_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-110-xx.x-x-DV-N, 10 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 20 20 Connector_Samtec Samtec_LSHM-110-xx.x-x-DV-S_2x10-1SH_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-110-xx.x-x-DV-S, 10 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 22 21 Connector_Samtec Samtec_LSHM-120-xx.x-x-DV-N_2x20_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-120-xx.x-x-DV-N, 20 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 40 40 Connector_Samtec Samtec_LSHM-120-xx.x-x-DV-S_2x20-1SH_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-120-xx.x-x-DV-S, 20 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 42 41 Connector_Samtec Samtec_LSHM-130-xx.x-x-DV-N_2x30_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-130-xx.x-x-DV-N, 30 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 60 60 Connector_Samtec Samtec_LSHM-130-xx.x-x-DV-S_2x30-1SH_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-130-xx.x-x-DV-S, 30 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 62 61 Connector_Samtec Samtec_LSHM-140-xx.x-x-DV-N_2x40_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-140-xx.x-x-DV-N, 40 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 80 80 Connector_Samtec Samtec_LSHM-140-xx.x-x-DV-S_2x40-1SH_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-140-xx.x-x-DV-S, 40 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 82 81 Connector_Samtec Samtec_LSHM-150-xx.x-x-DV-N_2x50_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-150-xx.x-x-DV-N, 50 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 100 100 Connector_Samtec Samtec_LSHM-150-xx.x-x-DV-S_2x50-1SH_P0.50mm_Vertical Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-150-xx.x-x-DV-S, 50 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator connector Samtec side entry 0 102 101 Connector_Samtec_HLE_SMD Samtec_HLE-102-02-xxx-DV-BE-LC_2x02_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV-BE-LC, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 4 4 Connector_Samtec_HLE_SMD Samtec_HLE-102-02-xxx-DV-BE_2x02_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV-BE, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 4 4 Connector_Samtec_HLE_SMD Samtec_HLE-102-02-xxx-DV-LC_2x02_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV-LC, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 4 4 Connector_Samtec_HLE_SMD Samtec_HLE-102-02-xxx-DV_2x02_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 4 4 Connector_Samtec_HLE_SMD Samtec_HLE-103-02-xxx-DV-BE-LC_2x03_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV-BE-LC, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 6 6 Connector_Samtec_HLE_SMD Samtec_HLE-103-02-xxx-DV-BE_2x03_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV-BE, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 6 6 Connector_Samtec_HLE_SMD Samtec_HLE-103-02-xxx-DV-LC_2x03_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV-LC, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 6 6 Connector_Samtec_HLE_SMD Samtec_HLE-103-02-xxx-DV_2x03_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 6 6 Connector_Samtec_HLE_SMD Samtec_HLE-104-02-xxx-DV-A_2x04_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-A, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 8 8 Connector_Samtec_HLE_SMD Samtec_HLE-104-02-xxx-DV-BE-A_2x04_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-BE-A, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 8 8 Connector_Samtec_HLE_SMD Samtec_HLE-104-02-xxx-DV-BE-LC_2x04_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-BE-LC, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 8 8 Connector_Samtec_HLE_SMD Samtec_HLE-104-02-xxx-DV-BE_2x04_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-BE, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 8 8 Connector_Samtec_HLE_SMD Samtec_HLE-104-02-xxx-DV-LC_2x04_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-LC, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 8 8 Connector_Samtec_HLE_SMD Samtec_HLE-104-02-xxx-DV_2x04_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 8 8 Connector_Samtec_HLE_SMD Samtec_HLE-105-02-xxx-DV-A_2x05_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-A, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 10 10 Connector_Samtec_HLE_SMD Samtec_HLE-105-02-xxx-DV-BE-A_2x05_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-BE-A, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 10 10 Connector_Samtec_HLE_SMD Samtec_HLE-105-02-xxx-DV-BE-LC_2x05_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-BE-LC, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 10 10 Connector_Samtec_HLE_SMD Samtec_HLE-105-02-xxx-DV-BE_2x05_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-BE, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 10 10 Connector_Samtec_HLE_SMD Samtec_HLE-105-02-xxx-DV-LC_2x05_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-LC, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 10 10 Connector_Samtec_HLE_SMD Samtec_HLE-105-02-xxx-DV_2x05_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 10 10 Connector_Samtec_HLE_SMD Samtec_HLE-106-02-xxx-DV-A_2x06_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-A, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 12 12 Connector_Samtec_HLE_SMD Samtec_HLE-106-02-xxx-DV-BE-A_2x06_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-BE-A, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 12 12 Connector_Samtec_HLE_SMD Samtec_HLE-106-02-xxx-DV-BE-LC_2x06_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-BE-LC, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 12 12 Connector_Samtec_HLE_SMD Samtec_HLE-106-02-xxx-DV-BE_2x06_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-BE, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 12 12 Connector_Samtec_HLE_SMD Samtec_HLE-106-02-xxx-DV-LC_2x06_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-LC, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 12 12 Connector_Samtec_HLE_SMD Samtec_HLE-106-02-xxx-DV_2x06_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 12 12 Connector_Samtec_HLE_SMD Samtec_HLE-107-02-xxx-DV-A_2x07_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-A, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 14 14 Connector_Samtec_HLE_SMD Samtec_HLE-107-02-xxx-DV-BE-A_2x07_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-BE-A, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 14 14 Connector_Samtec_HLE_SMD Samtec_HLE-107-02-xxx-DV-BE-LC_2x07_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-BE-LC, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 14 14 Connector_Samtec_HLE_SMD Samtec_HLE-107-02-xxx-DV-BE_2x07_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-BE, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 14 14 Connector_Samtec_HLE_SMD Samtec_HLE-107-02-xxx-DV-LC_2x07_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-LC, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 14 14 Connector_Samtec_HLE_SMD Samtec_HLE-107-02-xxx-DV_2x07_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 14 14 Connector_Samtec_HLE_SMD Samtec_HLE-108-02-xxx-DV-A_2x08_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-A, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 16 16 Connector_Samtec_HLE_SMD Samtec_HLE-108-02-xxx-DV-BE-A_2x08_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-BE-A, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 16 16 Connector_Samtec_HLE_SMD Samtec_HLE-108-02-xxx-DV-BE-LC_2x08_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-BE-LC, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 16 16 Connector_Samtec_HLE_SMD Samtec_HLE-108-02-xxx-DV-BE_2x08_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-BE, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 16 16 Connector_Samtec_HLE_SMD Samtec_HLE-108-02-xxx-DV-LC_2x08_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-LC, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 16 16 Connector_Samtec_HLE_SMD Samtec_HLE-108-02-xxx-DV_2x08_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 16 16 Connector_Samtec_HLE_SMD Samtec_HLE-109-02-xxx-DV-A_2x09_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-A, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 18 18 Connector_Samtec_HLE_SMD Samtec_HLE-109-02-xxx-DV-BE-A_2x09_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-BE-A, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 18 18 Connector_Samtec_HLE_SMD Samtec_HLE-109-02-xxx-DV-BE-LC_2x09_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-BE-LC, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 18 18 Connector_Samtec_HLE_SMD Samtec_HLE-109-02-xxx-DV-BE_2x09_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-BE, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 18 18 Connector_Samtec_HLE_SMD Samtec_HLE-109-02-xxx-DV-LC_2x09_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-LC, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 18 18 Connector_Samtec_HLE_SMD Samtec_HLE-109-02-xxx-DV_2x09_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 18 18 Connector_Samtec_HLE_SMD Samtec_HLE-110-02-xxx-DV-A_2x10_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-A, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 20 20 Connector_Samtec_HLE_SMD Samtec_HLE-110-02-xxx-DV-BE-A_2x10_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-BE-A, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 20 20 Connector_Samtec_HLE_SMD Samtec_HLE-110-02-xxx-DV-BE-LC_2x10_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-BE-LC, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 20 20 Connector_Samtec_HLE_SMD Samtec_HLE-110-02-xxx-DV-BE_2x10_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-BE, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 20 20 Connector_Samtec_HLE_SMD Samtec_HLE-110-02-xxx-DV-LC_2x10_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-LC, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 20 20 Connector_Samtec_HLE_SMD Samtec_HLE-110-02-xxx-DV_2x10_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 20 20 Connector_Samtec_HLE_SMD Samtec_HLE-111-02-xxx-DV-A_2x11_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-A, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 22 22 Connector_Samtec_HLE_SMD Samtec_HLE-111-02-xxx-DV-BE-A_2x11_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-BE-A, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 22 22 Connector_Samtec_HLE_SMD Samtec_HLE-111-02-xxx-DV-BE-LC_2x11_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-BE-LC, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 22 22 Connector_Samtec_HLE_SMD Samtec_HLE-111-02-xxx-DV-BE_2x11_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-BE, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 22 22 Connector_Samtec_HLE_SMD Samtec_HLE-111-02-xxx-DV-LC_2x11_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-LC, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 22 22 Connector_Samtec_HLE_SMD Samtec_HLE-111-02-xxx-DV_2x11_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 22 22 Connector_Samtec_HLE_SMD Samtec_HLE-112-02-xxx-DV-A_2x12_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-A, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 24 24 Connector_Samtec_HLE_SMD Samtec_HLE-112-02-xxx-DV-BE-A_2x12_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-BE-A, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 24 24 Connector_Samtec_HLE_SMD Samtec_HLE-112-02-xxx-DV-BE-LC_2x12_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-BE-LC, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 24 24 Connector_Samtec_HLE_SMD Samtec_HLE-112-02-xxx-DV-BE_2x12_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-BE, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 24 24 Connector_Samtec_HLE_SMD Samtec_HLE-112-02-xxx-DV-LC_2x12_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-LC, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 24 24 Connector_Samtec_HLE_SMD Samtec_HLE-112-02-xxx-DV_2x12_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 24 24 Connector_Samtec_HLE_SMD Samtec_HLE-113-02-xxx-DV-A_2x13_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-A, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 26 26 Connector_Samtec_HLE_SMD Samtec_HLE-113-02-xxx-DV-BE-A_2x13_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-BE-A, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 26 26 Connector_Samtec_HLE_SMD Samtec_HLE-113-02-xxx-DV-BE-LC_2x13_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-BE-LC, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 26 26 Connector_Samtec_HLE_SMD Samtec_HLE-113-02-xxx-DV-BE_2x13_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-BE, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 26 26 Connector_Samtec_HLE_SMD Samtec_HLE-113-02-xxx-DV-LC_2x13_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-LC, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 26 26 Connector_Samtec_HLE_SMD Samtec_HLE-113-02-xxx-DV_2x13_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 26 26 Connector_Samtec_HLE_SMD Samtec_HLE-114-02-xxx-DV-A_2x14_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-A, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 28 28 Connector_Samtec_HLE_SMD Samtec_HLE-114-02-xxx-DV-BE-A_2x14_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-BE-A, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 28 28 Connector_Samtec_HLE_SMD Samtec_HLE-114-02-xxx-DV-BE-LC_2x14_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-BE-LC, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 28 28 Connector_Samtec_HLE_SMD Samtec_HLE-114-02-xxx-DV-BE_2x14_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-BE, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 28 28 Connector_Samtec_HLE_SMD Samtec_HLE-114-02-xxx-DV-LC_2x14_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-LC, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 28 28 Connector_Samtec_HLE_SMD Samtec_HLE-114-02-xxx-DV_2x14_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 28 28 Connector_Samtec_HLE_SMD Samtec_HLE-115-02-xxx-DV-A_2x15_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-A, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 30 30 Connector_Samtec_HLE_SMD Samtec_HLE-115-02-xxx-DV-BE-A_2x15_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-BE-A, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 30 30 Connector_Samtec_HLE_SMD Samtec_HLE-115-02-xxx-DV-BE-LC_2x15_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-BE-LC, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 30 30 Connector_Samtec_HLE_SMD Samtec_HLE-115-02-xxx-DV-BE_2x15_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-BE, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 30 30 Connector_Samtec_HLE_SMD Samtec_HLE-115-02-xxx-DV-LC_2x15_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-LC, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 30 30 Connector_Samtec_HLE_SMD Samtec_HLE-115-02-xxx-DV_2x15_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 30 30 Connector_Samtec_HLE_SMD Samtec_HLE-116-02-xxx-DV-A_2x16_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-A, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 32 32 Connector_Samtec_HLE_SMD Samtec_HLE-116-02-xxx-DV-BE-A_2x16_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-BE-A, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 32 32 Connector_Samtec_HLE_SMD Samtec_HLE-116-02-xxx-DV-BE-LC_2x16_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-BE-LC, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 32 32 Connector_Samtec_HLE_SMD Samtec_HLE-116-02-xxx-DV-BE_2x16_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-BE, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 32 32 Connector_Samtec_HLE_SMD Samtec_HLE-116-02-xxx-DV-LC_2x16_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-LC, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 32 32 Connector_Samtec_HLE_SMD Samtec_HLE-116-02-xxx-DV_2x16_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 32 32 Connector_Samtec_HLE_SMD Samtec_HLE-117-02-xxx-DV-A_2x17_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-A, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 34 34 Connector_Samtec_HLE_SMD Samtec_HLE-117-02-xxx-DV-BE-A_2x17_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-BE-A, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 34 34 Connector_Samtec_HLE_SMD Samtec_HLE-117-02-xxx-DV-BE-LC_2x17_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-BE-LC, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 34 34 Connector_Samtec_HLE_SMD Samtec_HLE-117-02-xxx-DV-BE_2x17_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-BE, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 34 34 Connector_Samtec_HLE_SMD Samtec_HLE-117-02-xxx-DV-LC_2x17_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-LC, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 34 34 Connector_Samtec_HLE_SMD Samtec_HLE-117-02-xxx-DV_2x17_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 34 34 Connector_Samtec_HLE_SMD Samtec_HLE-118-02-xxx-DV-A_2x18_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-A, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 36 36 Connector_Samtec_HLE_SMD Samtec_HLE-118-02-xxx-DV-BE-A_2x18_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-BE-A, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 36 36 Connector_Samtec_HLE_SMD Samtec_HLE-118-02-xxx-DV-BE-LC_2x18_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-BE-LC, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 36 36 Connector_Samtec_HLE_SMD Samtec_HLE-118-02-xxx-DV-BE_2x18_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-BE, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 36 36 Connector_Samtec_HLE_SMD Samtec_HLE-118-02-xxx-DV-LC_2x18_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-LC, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 36 36 Connector_Samtec_HLE_SMD Samtec_HLE-118-02-xxx-DV_2x18_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 36 36 Connector_Samtec_HLE_SMD Samtec_HLE-119-02-xxx-DV-A_2x19_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-A, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 38 38 Connector_Samtec_HLE_SMD Samtec_HLE-119-02-xxx-DV-BE-A_2x19_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-BE-A, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 38 38 Connector_Samtec_HLE_SMD Samtec_HLE-119-02-xxx-DV-BE-LC_2x19_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-BE-LC, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 38 38 Connector_Samtec_HLE_SMD Samtec_HLE-119-02-xxx-DV-BE_2x19_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-BE, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 38 38 Connector_Samtec_HLE_SMD Samtec_HLE-119-02-xxx-DV-LC_2x19_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-LC, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 38 38 Connector_Samtec_HLE_SMD Samtec_HLE-119-02-xxx-DV_2x19_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 38 38 Connector_Samtec_HLE_SMD Samtec_HLE-120-02-xxx-DV-A_2x20_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-A, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 40 40 Connector_Samtec_HLE_SMD Samtec_HLE-120-02-xxx-DV-BE-A_2x20_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-BE-A, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 40 40 Connector_Samtec_HLE_SMD Samtec_HLE-120-02-xxx-DV-BE-LC_2x20_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-BE-LC, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 40 40 Connector_Samtec_HLE_SMD Samtec_HLE-120-02-xxx-DV-BE_2x20_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-BE, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 40 40 Connector_Samtec_HLE_SMD Samtec_HLE-120-02-xxx-DV-LC_2x20_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-LC, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 40 40 Connector_Samtec_HLE_SMD Samtec_HLE-120-02-xxx-DV_2x20_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 40 40 Connector_Samtec_HLE_SMD Samtec_HLE-121-02-xxx-DV-A_2x21_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-A, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 42 42 Connector_Samtec_HLE_SMD Samtec_HLE-121-02-xxx-DV-BE-A_2x21_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-BE-A, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 42 42 Connector_Samtec_HLE_SMD Samtec_HLE-121-02-xxx-DV-BE-LC_2x21_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-BE-LC, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 42 42 Connector_Samtec_HLE_SMD Samtec_HLE-121-02-xxx-DV-BE_2x21_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-BE, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 42 42 Connector_Samtec_HLE_SMD Samtec_HLE-121-02-xxx-DV-LC_2x21_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-LC, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 42 42 Connector_Samtec_HLE_SMD Samtec_HLE-121-02-xxx-DV_2x21_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 42 42 Connector_Samtec_HLE_SMD Samtec_HLE-122-02-xxx-DV-A_2x22_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-A, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 44 44 Connector_Samtec_HLE_SMD Samtec_HLE-122-02-xxx-DV-BE-A_2x22_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-BE-A, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 44 44 Connector_Samtec_HLE_SMD Samtec_HLE-122-02-xxx-DV-BE-LC_2x22_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-BE-LC, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 44 44 Connector_Samtec_HLE_SMD Samtec_HLE-122-02-xxx-DV-BE_2x22_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-BE, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 44 44 Connector_Samtec_HLE_SMD Samtec_HLE-122-02-xxx-DV-LC_2x22_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-LC, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 44 44 Connector_Samtec_HLE_SMD Samtec_HLE-122-02-xxx-DV_2x22_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 44 44 Connector_Samtec_HLE_SMD Samtec_HLE-123-02-xxx-DV-A_2x23_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-A, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 46 46 Connector_Samtec_HLE_SMD Samtec_HLE-123-02-xxx-DV-BE-A_2x23_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-BE-A, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 46 46 Connector_Samtec_HLE_SMD Samtec_HLE-123-02-xxx-DV-BE-LC_2x23_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-BE-LC, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 46 46 Connector_Samtec_HLE_SMD Samtec_HLE-123-02-xxx-DV-BE_2x23_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-BE, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 46 46 Connector_Samtec_HLE_SMD Samtec_HLE-123-02-xxx-DV-LC_2x23_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-LC, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 46 46 Connector_Samtec_HLE_SMD Samtec_HLE-123-02-xxx-DV_2x23_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 46 46 Connector_Samtec_HLE_SMD Samtec_HLE-124-02-xxx-DV-A_2x24_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-A, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 48 48 Connector_Samtec_HLE_SMD Samtec_HLE-124-02-xxx-DV-BE-A_2x24_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-BE-A, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 48 48 Connector_Samtec_HLE_SMD Samtec_HLE-124-02-xxx-DV-BE-LC_2x24_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-BE-LC, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 48 48 Connector_Samtec_HLE_SMD Samtec_HLE-124-02-xxx-DV-BE_2x24_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-BE, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 48 48 Connector_Samtec_HLE_SMD Samtec_HLE-124-02-xxx-DV-LC_2x24_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-LC, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 48 48 Connector_Samtec_HLE_SMD Samtec_HLE-124-02-xxx-DV_2x24_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 48 48 Connector_Samtec_HLE_SMD Samtec_HLE-125-02-xxx-DV-A_2x25_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-A, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 50 50 Connector_Samtec_HLE_SMD Samtec_HLE-125-02-xxx-DV-BE-A_2x25_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-BE-A, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 50 50 Connector_Samtec_HLE_SMD Samtec_HLE-125-02-xxx-DV-BE-LC_2x25_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-BE-LC, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 50 50 Connector_Samtec_HLE_SMD Samtec_HLE-125-02-xxx-DV-BE_2x25_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-BE, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 50 50 Connector_Samtec_HLE_SMD Samtec_HLE-125-02-xxx-DV-LC_2x25_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-LC, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 50 50 Connector_Samtec_HLE_SMD Samtec_HLE-125-02-xxx-DV_2x25_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 50 50 Connector_Samtec_HLE_SMD Samtec_HLE-126-02-xxx-DV-A_2x26_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-A, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 52 52 Connector_Samtec_HLE_SMD Samtec_HLE-126-02-xxx-DV-BE-A_2x26_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-BE-A, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 52 52 Connector_Samtec_HLE_SMD Samtec_HLE-126-02-xxx-DV-BE-LC_2x26_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-BE-LC, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 52 52 Connector_Samtec_HLE_SMD Samtec_HLE-126-02-xxx-DV-BE_2x26_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-BE, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 52 52 Connector_Samtec_HLE_SMD Samtec_HLE-126-02-xxx-DV-LC_2x26_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-LC, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 52 52 Connector_Samtec_HLE_SMD Samtec_HLE-126-02-xxx-DV_2x26_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 52 52 Connector_Samtec_HLE_SMD Samtec_HLE-127-02-xxx-DV-A_2x27_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-A, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 54 54 Connector_Samtec_HLE_SMD Samtec_HLE-127-02-xxx-DV-BE-A_2x27_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-BE-A, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 54 54 Connector_Samtec_HLE_SMD Samtec_HLE-127-02-xxx-DV-BE-LC_2x27_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-BE-LC, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 54 54 Connector_Samtec_HLE_SMD Samtec_HLE-127-02-xxx-DV-BE_2x27_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-BE, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 54 54 Connector_Samtec_HLE_SMD Samtec_HLE-127-02-xxx-DV-LC_2x27_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-LC, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 54 54 Connector_Samtec_HLE_SMD Samtec_HLE-127-02-xxx-DV_2x27_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 54 54 Connector_Samtec_HLE_SMD Samtec_HLE-128-02-xxx-DV-A_2x28_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-A, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 56 56 Connector_Samtec_HLE_SMD Samtec_HLE-128-02-xxx-DV-BE-A_2x28_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-BE-A, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 56 56 Connector_Samtec_HLE_SMD Samtec_HLE-128-02-xxx-DV-BE-LC_2x28_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-BE-LC, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 56 56 Connector_Samtec_HLE_SMD Samtec_HLE-128-02-xxx-DV-BE_2x28_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-BE, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 56 56 Connector_Samtec_HLE_SMD Samtec_HLE-128-02-xxx-DV-LC_2x28_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-LC, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 56 56 Connector_Samtec_HLE_SMD Samtec_HLE-128-02-xxx-DV_2x28_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 56 56 Connector_Samtec_HLE_SMD Samtec_HLE-129-02-xxx-DV-A_2x29_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-A, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 58 58 Connector_Samtec_HLE_SMD Samtec_HLE-129-02-xxx-DV-BE-A_2x29_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-BE-A, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 58 58 Connector_Samtec_HLE_SMD Samtec_HLE-129-02-xxx-DV-BE-LC_2x29_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-BE-LC, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 58 58 Connector_Samtec_HLE_SMD Samtec_HLE-129-02-xxx-DV-BE_2x29_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-BE, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 58 58 Connector_Samtec_HLE_SMD Samtec_HLE-129-02-xxx-DV-LC_2x29_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-LC, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 58 58 Connector_Samtec_HLE_SMD Samtec_HLE-129-02-xxx-DV_2x29_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 58 58 Connector_Samtec_HLE_SMD Samtec_HLE-130-02-xxx-DV-A_2x30_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-A, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 60 60 Connector_Samtec_HLE_SMD Samtec_HLE-130-02-xxx-DV-BE-A_2x30_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-BE-A, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 60 60 Connector_Samtec_HLE_SMD Samtec_HLE-130-02-xxx-DV-BE-LC_2x30_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-BE-LC, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 60 60 Connector_Samtec_HLE_SMD Samtec_HLE-130-02-xxx-DV-BE_2x30_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-BE, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 60 60 Connector_Samtec_HLE_SMD Samtec_HLE-130-02-xxx-DV-LC_2x30_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-LC, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 60 60 Connector_Samtec_HLE_SMD Samtec_HLE-130-02-xxx-DV_2x30_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 60 60 Connector_Samtec_HLE_SMD Samtec_HLE-131-02-xxx-DV-A_2x31_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-A, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 62 62 Connector_Samtec_HLE_SMD Samtec_HLE-131-02-xxx-DV-BE-A_2x31_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-BE-A, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 62 62 Connector_Samtec_HLE_SMD Samtec_HLE-131-02-xxx-DV-BE-LC_2x31_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-BE-LC, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 62 62 Connector_Samtec_HLE_SMD Samtec_HLE-131-02-xxx-DV-BE_2x31_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-BE, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 62 62 Connector_Samtec_HLE_SMD Samtec_HLE-131-02-xxx-DV-LC_2x31_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-LC, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 62 62 Connector_Samtec_HLE_SMD Samtec_HLE-131-02-xxx-DV_2x31_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 62 62 Connector_Samtec_HLE_SMD Samtec_HLE-132-02-xxx-DV-A_2x32_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-A, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 64 64 Connector_Samtec_HLE_SMD Samtec_HLE-132-02-xxx-DV-BE-A_2x32_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-BE-A, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 64 64 Connector_Samtec_HLE_SMD Samtec_HLE-132-02-xxx-DV-BE-LC_2x32_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-BE-LC, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 64 64 Connector_Samtec_HLE_SMD Samtec_HLE-132-02-xxx-DV-BE_2x32_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-BE, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 64 64 Connector_Samtec_HLE_SMD Samtec_HLE-132-02-xxx-DV-LC_2x32_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-LC, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 64 64 Connector_Samtec_HLE_SMD Samtec_HLE-132-02-xxx-DV_2x32_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 64 64 Connector_Samtec_HLE_SMD Samtec_HLE-133-02-xxx-DV-A_2x33_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-A, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 66 66 Connector_Samtec_HLE_SMD Samtec_HLE-133-02-xxx-DV-BE-A_2x33_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-BE-A, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 66 66 Connector_Samtec_HLE_SMD Samtec_HLE-133-02-xxx-DV-BE-LC_2x33_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-BE-LC, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 66 66 Connector_Samtec_HLE_SMD Samtec_HLE-133-02-xxx-DV-BE_2x33_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-BE, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 66 66 Connector_Samtec_HLE_SMD Samtec_HLE-133-02-xxx-DV-LC_2x33_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-LC, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 66 66 Connector_Samtec_HLE_SMD Samtec_HLE-133-02-xxx-DV_2x33_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 66 66 Connector_Samtec_HLE_SMD Samtec_HLE-134-02-xxx-DV-A_2x34_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-A, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 68 68 Connector_Samtec_HLE_SMD Samtec_HLE-134-02-xxx-DV-BE-A_2x34_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-BE-A, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 68 68 Connector_Samtec_HLE_SMD Samtec_HLE-134-02-xxx-DV-BE-LC_2x34_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-BE-LC, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 68 68 Connector_Samtec_HLE_SMD Samtec_HLE-134-02-xxx-DV-BE_2x34_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-BE, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 68 68 Connector_Samtec_HLE_SMD Samtec_HLE-134-02-xxx-DV-LC_2x34_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-LC, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 68 68 Connector_Samtec_HLE_SMD Samtec_HLE-134-02-xxx-DV_2x34_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 68 68 Connector_Samtec_HLE_SMD Samtec_HLE-135-02-xxx-DV-A_2x35_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-A, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 70 70 Connector_Samtec_HLE_SMD Samtec_HLE-135-02-xxx-DV-BE-A_2x35_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-BE-A, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 70 70 Connector_Samtec_HLE_SMD Samtec_HLE-135-02-xxx-DV-BE-LC_2x35_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-BE-LC, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 70 70 Connector_Samtec_HLE_SMD Samtec_HLE-135-02-xxx-DV-BE_2x35_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-BE, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 70 70 Connector_Samtec_HLE_SMD Samtec_HLE-135-02-xxx-DV-LC_2x35_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-LC, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 70 70 Connector_Samtec_HLE_SMD Samtec_HLE-135-02-xxx-DV_2x35_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 70 70 Connector_Samtec_HLE_SMD Samtec_HLE-136-02-xxx-DV-A_2x36_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-A, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 72 72 Connector_Samtec_HLE_SMD Samtec_HLE-136-02-xxx-DV-BE-A_2x36_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-BE-A, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 72 72 Connector_Samtec_HLE_SMD Samtec_HLE-136-02-xxx-DV-BE-LC_2x36_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-BE-LC, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 72 72 Connector_Samtec_HLE_SMD Samtec_HLE-136-02-xxx-DV-BE_2x36_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-BE, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 72 72 Connector_Samtec_HLE_SMD Samtec_HLE-136-02-xxx-DV-LC_2x36_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-LC, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 72 72 Connector_Samtec_HLE_SMD Samtec_HLE-136-02-xxx-DV_2x36_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 72 72 Connector_Samtec_HLE_SMD Samtec_HLE-137-02-xxx-DV-A_2x37_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-A, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 74 74 Connector_Samtec_HLE_SMD Samtec_HLE-137-02-xxx-DV-BE-A_2x37_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-BE-A, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 74 74 Connector_Samtec_HLE_SMD Samtec_HLE-137-02-xxx-DV-BE-LC_2x37_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-BE-LC, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 74 74 Connector_Samtec_HLE_SMD Samtec_HLE-137-02-xxx-DV-BE_2x37_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-BE, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 74 74 Connector_Samtec_HLE_SMD Samtec_HLE-137-02-xxx-DV-LC_2x37_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-LC, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 74 74 Connector_Samtec_HLE_SMD Samtec_HLE-137-02-xxx-DV_2x37_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 74 74 Connector_Samtec_HLE_SMD Samtec_HLE-138-02-xxx-DV-A_2x38_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-A, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 76 76 Connector_Samtec_HLE_SMD Samtec_HLE-138-02-xxx-DV-BE-A_2x38_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-BE-A, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 76 76 Connector_Samtec_HLE_SMD Samtec_HLE-138-02-xxx-DV-BE-LC_2x38_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-BE-LC, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 76 76 Connector_Samtec_HLE_SMD Samtec_HLE-138-02-xxx-DV-BE_2x38_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-BE, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 76 76 Connector_Samtec_HLE_SMD Samtec_HLE-138-02-xxx-DV-LC_2x38_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-LC, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 76 76 Connector_Samtec_HLE_SMD Samtec_HLE-138-02-xxx-DV_2x38_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 76 76 Connector_Samtec_HLE_SMD Samtec_HLE-139-02-xxx-DV-A_2x39_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-A, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 78 78 Connector_Samtec_HLE_SMD Samtec_HLE-139-02-xxx-DV-BE-A_2x39_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-BE-A, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 78 78 Connector_Samtec_HLE_SMD Samtec_HLE-139-02-xxx-DV-BE-LC_2x39_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-BE-LC, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 78 78 Connector_Samtec_HLE_SMD Samtec_HLE-139-02-xxx-DV-BE_2x39_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-BE, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 78 78 Connector_Samtec_HLE_SMD Samtec_HLE-139-02-xxx-DV-LC_2x39_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-LC, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 78 78 Connector_Samtec_HLE_SMD Samtec_HLE-139-02-xxx-DV_2x39_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 78 78 Connector_Samtec_HLE_SMD Samtec_HLE-140-02-xxx-DV-A_2x40_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-A, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 80 80 Connector_Samtec_HLE_SMD Samtec_HLE-140-02-xxx-DV-BE-A_2x40_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-BE-A, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 80 80 Connector_Samtec_HLE_SMD Samtec_HLE-140-02-xxx-DV-BE-LC_2x40_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-BE-LC, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 80 80 Connector_Samtec_HLE_SMD Samtec_HLE-140-02-xxx-DV-BE_2x40_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-BE, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 80 80 Connector_Samtec_HLE_SMD Samtec_HLE-140-02-xxx-DV-LC_2x40_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-LC, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 80 80 Connector_Samtec_HLE_SMD Samtec_HLE-140-02-xxx-DV_2x40_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 80 80 Connector_Samtec_HLE_SMD Samtec_HLE-141-02-xxx-DV-A_2x41_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-A, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 82 82 Connector_Samtec_HLE_SMD Samtec_HLE-141-02-xxx-DV-BE-A_2x41_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-BE-A, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 82 82 Connector_Samtec_HLE_SMD Samtec_HLE-141-02-xxx-DV-BE-LC_2x41_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-BE-LC, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 82 82 Connector_Samtec_HLE_SMD Samtec_HLE-141-02-xxx-DV-BE_2x41_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-BE, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 82 82 Connector_Samtec_HLE_SMD Samtec_HLE-141-02-xxx-DV-LC_2x41_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-LC, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 82 82 Connector_Samtec_HLE_SMD Samtec_HLE-141-02-xxx-DV_2x41_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 82 82 Connector_Samtec_HLE_SMD Samtec_HLE-142-02-xxx-DV-A_2x42_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-A, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 84 84 Connector_Samtec_HLE_SMD Samtec_HLE-142-02-xxx-DV-BE-A_2x42_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-BE-A, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 84 84 Connector_Samtec_HLE_SMD Samtec_HLE-142-02-xxx-DV-BE-LC_2x42_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-BE-LC, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 84 84 Connector_Samtec_HLE_SMD Samtec_HLE-142-02-xxx-DV-BE_2x42_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-BE, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 84 84 Connector_Samtec_HLE_SMD Samtec_HLE-142-02-xxx-DV-LC_2x42_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-LC, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 84 84 Connector_Samtec_HLE_SMD Samtec_HLE-142-02-xxx-DV_2x42_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 84 84 Connector_Samtec_HLE_SMD Samtec_HLE-143-02-xxx-DV-A_2x43_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-A, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 86 86 Connector_Samtec_HLE_SMD Samtec_HLE-143-02-xxx-DV-BE-A_2x43_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-BE-A, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 86 86 Connector_Samtec_HLE_SMD Samtec_HLE-143-02-xxx-DV-BE-LC_2x43_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-BE-LC, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 86 86 Connector_Samtec_HLE_SMD Samtec_HLE-143-02-xxx-DV-BE_2x43_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-BE, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 86 86 Connector_Samtec_HLE_SMD Samtec_HLE-143-02-xxx-DV-LC_2x43_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-LC, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 86 86 Connector_Samtec_HLE_SMD Samtec_HLE-143-02-xxx-DV_2x43_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 86 86 Connector_Samtec_HLE_SMD Samtec_HLE-144-02-xxx-DV-A_2x44_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-A, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 88 88 Connector_Samtec_HLE_SMD Samtec_HLE-144-02-xxx-DV-BE-A_2x44_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-BE-A, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 88 88 Connector_Samtec_HLE_SMD Samtec_HLE-144-02-xxx-DV-BE-LC_2x44_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-BE-LC, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 88 88 Connector_Samtec_HLE_SMD Samtec_HLE-144-02-xxx-DV-BE_2x44_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-BE, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 88 88 Connector_Samtec_HLE_SMD Samtec_HLE-144-02-xxx-DV-LC_2x44_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-LC, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 88 88 Connector_Samtec_HLE_SMD Samtec_HLE-144-02-xxx-DV_2x44_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 88 88 Connector_Samtec_HLE_SMD Samtec_HLE-145-02-xxx-DV-A_2x45_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-A, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 90 90 Connector_Samtec_HLE_SMD Samtec_HLE-145-02-xxx-DV-BE-A_2x45_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-BE-A, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 90 90 Connector_Samtec_HLE_SMD Samtec_HLE-145-02-xxx-DV-BE-LC_2x45_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-BE-LC, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 90 90 Connector_Samtec_HLE_SMD Samtec_HLE-145-02-xxx-DV-BE_2x45_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-BE, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 90 90 Connector_Samtec_HLE_SMD Samtec_HLE-145-02-xxx-DV-LC_2x45_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-LC, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 90 90 Connector_Samtec_HLE_SMD Samtec_HLE-145-02-xxx-DV_2x45_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 90 90 Connector_Samtec_HLE_SMD Samtec_HLE-146-02-xxx-DV-A_2x46_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-A, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 92 92 Connector_Samtec_HLE_SMD Samtec_HLE-146-02-xxx-DV-BE-A_2x46_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-BE-A, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 92 92 Connector_Samtec_HLE_SMD Samtec_HLE-146-02-xxx-DV-BE-LC_2x46_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-BE-LC, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 92 92 Connector_Samtec_HLE_SMD Samtec_HLE-146-02-xxx-DV-BE_2x46_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-BE, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 92 92 Connector_Samtec_HLE_SMD Samtec_HLE-146-02-xxx-DV-LC_2x46_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-LC, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 92 92 Connector_Samtec_HLE_SMD Samtec_HLE-146-02-xxx-DV_2x46_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 92 92 Connector_Samtec_HLE_SMD Samtec_HLE-147-02-xxx-DV-A_2x47_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-A, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 94 94 Connector_Samtec_HLE_SMD Samtec_HLE-147-02-xxx-DV-BE-A_2x47_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-BE-A, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 94 94 Connector_Samtec_HLE_SMD Samtec_HLE-147-02-xxx-DV-BE-LC_2x47_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-BE-LC, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 94 94 Connector_Samtec_HLE_SMD Samtec_HLE-147-02-xxx-DV-BE_2x47_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-BE, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 94 94 Connector_Samtec_HLE_SMD Samtec_HLE-147-02-xxx-DV-LC_2x47_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-LC, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 94 94 Connector_Samtec_HLE_SMD Samtec_HLE-147-02-xxx-DV_2x47_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 94 94 Connector_Samtec_HLE_SMD Samtec_HLE-148-02-xxx-DV-A_2x48_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-A, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 96 96 Connector_Samtec_HLE_SMD Samtec_HLE-148-02-xxx-DV-BE-A_2x48_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-BE-A, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 96 96 Connector_Samtec_HLE_SMD Samtec_HLE-148-02-xxx-DV-BE-LC_2x48_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-BE-LC, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 96 96 Connector_Samtec_HLE_SMD Samtec_HLE-148-02-xxx-DV-BE_2x48_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-BE, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 96 96 Connector_Samtec_HLE_SMD Samtec_HLE-148-02-xxx-DV-LC_2x48_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-LC, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 96 96 Connector_Samtec_HLE_SMD Samtec_HLE-148-02-xxx-DV_2x48_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 96 96 Connector_Samtec_HLE_SMD Samtec_HLE-149-02-xxx-DV-A_2x49_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-A, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 98 98 Connector_Samtec_HLE_SMD Samtec_HLE-149-02-xxx-DV-BE-A_2x49_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-BE-A, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 98 98 Connector_Samtec_HLE_SMD Samtec_HLE-149-02-xxx-DV-BE-LC_2x49_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-BE-LC, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 98 98 Connector_Samtec_HLE_SMD Samtec_HLE-149-02-xxx-DV-BE_2x49_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-BE, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 98 98 Connector_Samtec_HLE_SMD Samtec_HLE-149-02-xxx-DV-LC_2x49_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-LC, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 98 98 Connector_Samtec_HLE_SMD Samtec_HLE-149-02-xxx-DV_2x49_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 98 98 Connector_Samtec_HLE_SMD Samtec_HLE-150-02-xxx-DV-A_2x50_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-A, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 100 100 Connector_Samtec_HLE_SMD Samtec_HLE-150-02-xxx-DV-BE-A_2x50_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-BE-A, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 100 100 Connector_Samtec_HLE_SMD Samtec_HLE-150-02-xxx-DV-BE-LC_2x50_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-BE-LC, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 100 100 Connector_Samtec_HLE_SMD Samtec_HLE-150-02-xxx-DV-BE_2x50_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-BE, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 100 100 Connector_Samtec_HLE_SMD Samtec_HLE-150-02-xxx-DV-LC_2x50_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-LC, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 100 100 Connector_Samtec_HLE_SMD Samtec_HLE-150-02-xxx-DV_2x50_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 100 100 Connector_Samtec_HLE_THT Samtec_HLE-104-02-xx-DV-PE-LC_2x04_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xx-DV-PE-LC, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 8 8 Connector_Samtec_HLE_THT Samtec_HLE-104-02-xx-DV-PE_2x04_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xx-DV-PE (compatible alternatives: HLE-104-02-xx-DV-PE-BE), 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 8 8 Connector_Samtec_HLE_THT Samtec_HLE-104-02-xx-DV-TE_2x04_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xx-DV-TE, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 8 8 Connector_Samtec_HLE_THT Samtec_HLE-105-02-xx-DV-PE-LC_2x05_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xx-DV-PE-LC, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 10 10 Connector_Samtec_HLE_THT Samtec_HLE-105-02-xx-DV-PE_2x05_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xx-DV-PE (compatible alternatives: HLE-105-02-xx-DV-PE-BE), 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 10 10 Connector_Samtec_HLE_THT Samtec_HLE-105-02-xx-DV-TE_2x05_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xx-DV-TE, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 10 10 Connector_Samtec_HLE_THT Samtec_HLE-106-02-xx-DV-PE-LC_2x06_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xx-DV-PE-LC, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 12 12 Connector_Samtec_HLE_THT Samtec_HLE-106-02-xx-DV-PE_2x06_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xx-DV-PE (compatible alternatives: HLE-106-02-xx-DV-PE-BE), 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 12 12 Connector_Samtec_HLE_THT Samtec_HLE-106-02-xx-DV-TE_2x06_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xx-DV-TE, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 12 12 Connector_Samtec_HLE_THT Samtec_HLE-107-02-xx-DV-PE-LC_2x07_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xx-DV-PE-LC, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 14 14 Connector_Samtec_HLE_THT Samtec_HLE-107-02-xx-DV-PE_2x07_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xx-DV-PE (compatible alternatives: HLE-107-02-xx-DV-PE-BE), 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 14 14 Connector_Samtec_HLE_THT Samtec_HLE-107-02-xx-DV-TE_2x07_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xx-DV-TE, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 14 14 Connector_Samtec_HLE_THT Samtec_HLE-108-02-xx-DV-PE-LC_2x08_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xx-DV-PE-LC, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 16 16 Connector_Samtec_HLE_THT Samtec_HLE-108-02-xx-DV-PE_2x08_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xx-DV-PE (compatible alternatives: HLE-108-02-xx-DV-PE-BE), 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 16 16 Connector_Samtec_HLE_THT Samtec_HLE-108-02-xx-DV-TE_2x08_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xx-DV-TE, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 16 16 Connector_Samtec_HLE_THT Samtec_HLE-109-02-xx-DV-PE-LC_2x09_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xx-DV-PE-LC, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 18 18 Connector_Samtec_HLE_THT Samtec_HLE-109-02-xx-DV-PE_2x09_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xx-DV-PE (compatible alternatives: HLE-109-02-xx-DV-PE-BE), 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 18 18 Connector_Samtec_HLE_THT Samtec_HLE-109-02-xx-DV-TE_2x09_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xx-DV-TE, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 18 18 Connector_Samtec_HLE_THT Samtec_HLE-110-02-xx-DV-PE-LC_2x10_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xx-DV-PE-LC, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 20 20 Connector_Samtec_HLE_THT Samtec_HLE-110-02-xx-DV-PE_2x10_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xx-DV-PE (compatible alternatives: HLE-110-02-xx-DV-PE-BE), 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 20 20 Connector_Samtec_HLE_THT Samtec_HLE-110-02-xx-DV-TE_2x10_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xx-DV-TE, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 20 20 Connector_Samtec_HLE_THT Samtec_HLE-111-02-xx-DV-PE-LC_2x11_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xx-DV-PE-LC, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 22 22 Connector_Samtec_HLE_THT Samtec_HLE-111-02-xx-DV-PE_2x11_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xx-DV-PE (compatible alternatives: HLE-111-02-xx-DV-PE-BE), 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 22 22 Connector_Samtec_HLE_THT Samtec_HLE-111-02-xx-DV-TE_2x11_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xx-DV-TE, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 22 22 Connector_Samtec_HLE_THT Samtec_HLE-112-02-xx-DV-PE-LC_2x12_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xx-DV-PE-LC, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 24 24 Connector_Samtec_HLE_THT Samtec_HLE-112-02-xx-DV-PE_2x12_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xx-DV-PE (compatible alternatives: HLE-112-02-xx-DV-PE-BE), 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 24 24 Connector_Samtec_HLE_THT Samtec_HLE-112-02-xx-DV-TE_2x12_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xx-DV-TE, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 24 24 Connector_Samtec_HLE_THT Samtec_HLE-113-02-xx-DV-PE-LC_2x13_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xx-DV-PE-LC, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 26 26 Connector_Samtec_HLE_THT Samtec_HLE-113-02-xx-DV-PE_2x13_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xx-DV-PE (compatible alternatives: HLE-113-02-xx-DV-PE-BE), 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 26 26 Connector_Samtec_HLE_THT Samtec_HLE-113-02-xx-DV-TE_2x13_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xx-DV-TE, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 26 26 Connector_Samtec_HLE_THT Samtec_HLE-114-02-xx-DV-PE-LC_2x14_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xx-DV-PE-LC, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 28 28 Connector_Samtec_HLE_THT Samtec_HLE-114-02-xx-DV-PE_2x14_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xx-DV-PE (compatible alternatives: HLE-114-02-xx-DV-PE-BE), 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 28 28 Connector_Samtec_HLE_THT Samtec_HLE-114-02-xx-DV-TE_2x14_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xx-DV-TE, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 28 28 Connector_Samtec_HLE_THT Samtec_HLE-115-02-xx-DV-PE-LC_2x15_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xx-DV-PE-LC, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 30 30 Connector_Samtec_HLE_THT Samtec_HLE-115-02-xx-DV-PE_2x15_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xx-DV-PE (compatible alternatives: HLE-115-02-xx-DV-PE-BE), 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 30 30 Connector_Samtec_HLE_THT Samtec_HLE-115-02-xx-DV-TE_2x15_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xx-DV-TE, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 30 30 Connector_Samtec_HLE_THT Samtec_HLE-116-02-xx-DV-PE-LC_2x16_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xx-DV-PE-LC, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 32 32 Connector_Samtec_HLE_THT Samtec_HLE-116-02-xx-DV-PE_2x16_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xx-DV-PE (compatible alternatives: HLE-116-02-xx-DV-PE-BE), 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 32 32 Connector_Samtec_HLE_THT Samtec_HLE-116-02-xx-DV-TE_2x16_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xx-DV-TE, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 32 32 Connector_Samtec_HLE_THT Samtec_HLE-117-02-xx-DV-PE-LC_2x17_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xx-DV-PE-LC, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 34 34 Connector_Samtec_HLE_THT Samtec_HLE-117-02-xx-DV-PE_2x17_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xx-DV-PE (compatible alternatives: HLE-117-02-xx-DV-PE-BE), 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 34 34 Connector_Samtec_HLE_THT Samtec_HLE-117-02-xx-DV-TE_2x17_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xx-DV-TE, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 34 34 Connector_Samtec_HLE_THT Samtec_HLE-118-02-xx-DV-PE-LC_2x18_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xx-DV-PE-LC, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 36 36 Connector_Samtec_HLE_THT Samtec_HLE-118-02-xx-DV-PE_2x18_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xx-DV-PE (compatible alternatives: HLE-118-02-xx-DV-PE-BE), 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 36 36 Connector_Samtec_HLE_THT Samtec_HLE-118-02-xx-DV-TE_2x18_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xx-DV-TE, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 36 36 Connector_Samtec_HLE_THT Samtec_HLE-119-02-xx-DV-PE-LC_2x19_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xx-DV-PE-LC, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 38 38 Connector_Samtec_HLE_THT Samtec_HLE-119-02-xx-DV-PE_2x19_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xx-DV-PE (compatible alternatives: HLE-119-02-xx-DV-PE-BE), 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 38 38 Connector_Samtec_HLE_THT Samtec_HLE-119-02-xx-DV-TE_2x19_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xx-DV-TE, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 38 38 Connector_Samtec_HLE_THT Samtec_HLE-120-02-xx-DV-PE-LC_2x20_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xx-DV-PE-LC, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 40 40 Connector_Samtec_HLE_THT Samtec_HLE-120-02-xx-DV-PE_2x20_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xx-DV-PE (compatible alternatives: HLE-120-02-xx-DV-PE-BE), 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 40 40 Connector_Samtec_HLE_THT Samtec_HLE-120-02-xx-DV-TE_2x20_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xx-DV-TE, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 40 40 Connector_Samtec_HLE_THT Samtec_HLE-121-02-xx-DV-PE-LC_2x21_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xx-DV-PE-LC, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 42 42 Connector_Samtec_HLE_THT Samtec_HLE-121-02-xx-DV-PE_2x21_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xx-DV-PE (compatible alternatives: HLE-121-02-xx-DV-PE-BE), 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 42 42 Connector_Samtec_HLE_THT Samtec_HLE-121-02-xx-DV-TE_2x21_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xx-DV-TE, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 42 42 Connector_Samtec_HLE_THT Samtec_HLE-122-02-xx-DV-PE-LC_2x22_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xx-DV-PE-LC, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 44 44 Connector_Samtec_HLE_THT Samtec_HLE-122-02-xx-DV-PE_2x22_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xx-DV-PE (compatible alternatives: HLE-122-02-xx-DV-PE-BE), 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 44 44 Connector_Samtec_HLE_THT Samtec_HLE-122-02-xx-DV-TE_2x22_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xx-DV-TE, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 44 44 Connector_Samtec_HLE_THT Samtec_HLE-123-02-xx-DV-PE-LC_2x23_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xx-DV-PE-LC, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 46 46 Connector_Samtec_HLE_THT Samtec_HLE-123-02-xx-DV-PE_2x23_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xx-DV-PE (compatible alternatives: HLE-123-02-xx-DV-PE-BE), 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 46 46 Connector_Samtec_HLE_THT Samtec_HLE-123-02-xx-DV-TE_2x23_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xx-DV-TE, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 46 46 Connector_Samtec_HLE_THT Samtec_HLE-124-02-xx-DV-PE-LC_2x24_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xx-DV-PE-LC, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 48 48 Connector_Samtec_HLE_THT Samtec_HLE-124-02-xx-DV-PE_2x24_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xx-DV-PE (compatible alternatives: HLE-124-02-xx-DV-PE-BE), 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 48 48 Connector_Samtec_HLE_THT Samtec_HLE-124-02-xx-DV-TE_2x24_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xx-DV-TE, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 48 48 Connector_Samtec_HLE_THT Samtec_HLE-125-02-xx-DV-PE-LC_2x25_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xx-DV-PE-LC, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 50 50 Connector_Samtec_HLE_THT Samtec_HLE-125-02-xx-DV-PE_2x25_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xx-DV-PE (compatible alternatives: HLE-125-02-xx-DV-PE-BE), 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 50 50 Connector_Samtec_HLE_THT Samtec_HLE-125-02-xx-DV-TE_2x25_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xx-DV-TE, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 50 50 Connector_Samtec_HLE_THT Samtec_HLE-126-02-xx-DV-PE-LC_2x26_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xx-DV-PE-LC, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 52 52 Connector_Samtec_HLE_THT Samtec_HLE-126-02-xx-DV-PE_2x26_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xx-DV-PE (compatible alternatives: HLE-126-02-xx-DV-PE-BE), 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 52 52 Connector_Samtec_HLE_THT Samtec_HLE-126-02-xx-DV-TE_2x26_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xx-DV-TE, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 52 52 Connector_Samtec_HLE_THT Samtec_HLE-127-02-xx-DV-PE-LC_2x27_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xx-DV-PE-LC, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 54 54 Connector_Samtec_HLE_THT Samtec_HLE-127-02-xx-DV-PE_2x27_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xx-DV-PE (compatible alternatives: HLE-127-02-xx-DV-PE-BE), 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 54 54 Connector_Samtec_HLE_THT Samtec_HLE-127-02-xx-DV-TE_2x27_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xx-DV-TE, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 54 54 Connector_Samtec_HLE_THT Samtec_HLE-128-02-xx-DV-PE-LC_2x28_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xx-DV-PE-LC, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 56 56 Connector_Samtec_HLE_THT Samtec_HLE-128-02-xx-DV-PE_2x28_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xx-DV-PE (compatible alternatives: HLE-128-02-xx-DV-PE-BE), 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 56 56 Connector_Samtec_HLE_THT Samtec_HLE-128-02-xx-DV-TE_2x28_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xx-DV-TE, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 56 56 Connector_Samtec_HLE_THT Samtec_HLE-129-02-xx-DV-PE-LC_2x29_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xx-DV-PE-LC, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 58 58 Connector_Samtec_HLE_THT Samtec_HLE-129-02-xx-DV-PE_2x29_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xx-DV-PE (compatible alternatives: HLE-129-02-xx-DV-PE-BE), 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 58 58 Connector_Samtec_HLE_THT Samtec_HLE-129-02-xx-DV-TE_2x29_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xx-DV-TE, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 58 58 Connector_Samtec_HLE_THT Samtec_HLE-130-02-xx-DV-PE-LC_2x30_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xx-DV-PE-LC, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 60 60 Connector_Samtec_HLE_THT Samtec_HLE-130-02-xx-DV-PE_2x30_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xx-DV-PE (compatible alternatives: HLE-130-02-xx-DV-PE-BE), 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 60 60 Connector_Samtec_HLE_THT Samtec_HLE-130-02-xx-DV-TE_2x30_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xx-DV-TE, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 60 60 Connector_Samtec_HLE_THT Samtec_HLE-131-02-xx-DV-PE-LC_2x31_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xx-DV-PE-LC, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 62 62 Connector_Samtec_HLE_THT Samtec_HLE-131-02-xx-DV-PE_2x31_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xx-DV-PE (compatible alternatives: HLE-131-02-xx-DV-PE-BE), 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 62 62 Connector_Samtec_HLE_THT Samtec_HLE-131-02-xx-DV-TE_2x31_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xx-DV-TE, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 62 62 Connector_Samtec_HLE_THT Samtec_HLE-132-02-xx-DV-PE-LC_2x32_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xx-DV-PE-LC, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 64 64 Connector_Samtec_HLE_THT Samtec_HLE-132-02-xx-DV-PE_2x32_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xx-DV-PE (compatible alternatives: HLE-132-02-xx-DV-PE-BE), 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 64 64 Connector_Samtec_HLE_THT Samtec_HLE-132-02-xx-DV-TE_2x32_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xx-DV-TE, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 64 64 Connector_Samtec_HLE_THT Samtec_HLE-133-02-xx-DV-PE-LC_2x33_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xx-DV-PE-LC, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 66 66 Connector_Samtec_HLE_THT Samtec_HLE-133-02-xx-DV-PE_2x33_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xx-DV-PE (compatible alternatives: HLE-133-02-xx-DV-PE-BE), 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 66 66 Connector_Samtec_HLE_THT Samtec_HLE-133-02-xx-DV-TE_2x33_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xx-DV-TE, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 66 66 Connector_Samtec_HLE_THT Samtec_HLE-134-02-xx-DV-PE-LC_2x34_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xx-DV-PE-LC, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 68 68 Connector_Samtec_HLE_THT Samtec_HLE-134-02-xx-DV-PE_2x34_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xx-DV-PE (compatible alternatives: HLE-134-02-xx-DV-PE-BE), 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 68 68 Connector_Samtec_HLE_THT Samtec_HLE-134-02-xx-DV-TE_2x34_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xx-DV-TE, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 68 68 Connector_Samtec_HLE_THT Samtec_HLE-135-02-xx-DV-PE-LC_2x35_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xx-DV-PE-LC, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 70 70 Connector_Samtec_HLE_THT Samtec_HLE-135-02-xx-DV-PE_2x35_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xx-DV-PE (compatible alternatives: HLE-135-02-xx-DV-PE-BE), 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 70 70 Connector_Samtec_HLE_THT Samtec_HLE-135-02-xx-DV-TE_2x35_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xx-DV-TE, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 70 70 Connector_Samtec_HLE_THT Samtec_HLE-136-02-xx-DV-PE-LC_2x36_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xx-DV-PE-LC, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 72 72 Connector_Samtec_HLE_THT Samtec_HLE-136-02-xx-DV-PE_2x36_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xx-DV-PE (compatible alternatives: HLE-136-02-xx-DV-PE-BE), 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 72 72 Connector_Samtec_HLE_THT Samtec_HLE-136-02-xx-DV-TE_2x36_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xx-DV-TE, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 72 72 Connector_Samtec_HLE_THT Samtec_HLE-137-02-xx-DV-PE-LC_2x37_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xx-DV-PE-LC, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 74 74 Connector_Samtec_HLE_THT Samtec_HLE-137-02-xx-DV-PE_2x37_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xx-DV-PE (compatible alternatives: HLE-137-02-xx-DV-PE-BE), 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 74 74 Connector_Samtec_HLE_THT Samtec_HLE-137-02-xx-DV-TE_2x37_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xx-DV-TE, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 74 74 Connector_Samtec_HLE_THT Samtec_HLE-138-02-xx-DV-PE-LC_2x38_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xx-DV-PE-LC, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 76 76 Connector_Samtec_HLE_THT Samtec_HLE-138-02-xx-DV-PE_2x38_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xx-DV-PE (compatible alternatives: HLE-138-02-xx-DV-PE-BE), 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 76 76 Connector_Samtec_HLE_THT Samtec_HLE-138-02-xx-DV-TE_2x38_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xx-DV-TE, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 76 76 Connector_Samtec_HLE_THT Samtec_HLE-139-02-xx-DV-PE-LC_2x39_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xx-DV-PE-LC, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 78 78 Connector_Samtec_HLE_THT Samtec_HLE-139-02-xx-DV-PE_2x39_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xx-DV-PE (compatible alternatives: HLE-139-02-xx-DV-PE-BE), 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 78 78 Connector_Samtec_HLE_THT Samtec_HLE-139-02-xx-DV-TE_2x39_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xx-DV-TE, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 78 78 Connector_Samtec_HLE_THT Samtec_HLE-140-02-xx-DV-PE-LC_2x40_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xx-DV-PE-LC, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 80 80 Connector_Samtec_HLE_THT Samtec_HLE-140-02-xx-DV-PE_2x40_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xx-DV-PE (compatible alternatives: HLE-140-02-xx-DV-PE-BE), 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 80 80 Connector_Samtec_HLE_THT Samtec_HLE-140-02-xx-DV-TE_2x40_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xx-DV-TE, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 80 80 Connector_Samtec_HLE_THT Samtec_HLE-141-02-xx-DV-PE-LC_2x41_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xx-DV-PE-LC, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 82 82 Connector_Samtec_HLE_THT Samtec_HLE-141-02-xx-DV-PE_2x41_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xx-DV-PE (compatible alternatives: HLE-141-02-xx-DV-PE-BE), 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 82 82 Connector_Samtec_HLE_THT Samtec_HLE-141-02-xx-DV-TE_2x41_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xx-DV-TE, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 82 82 Connector_Samtec_HLE_THT Samtec_HLE-142-02-xx-DV-PE-LC_2x42_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xx-DV-PE-LC, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 84 84 Connector_Samtec_HLE_THT Samtec_HLE-142-02-xx-DV-PE_2x42_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xx-DV-PE (compatible alternatives: HLE-142-02-xx-DV-PE-BE), 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 84 84 Connector_Samtec_HLE_THT Samtec_HLE-142-02-xx-DV-TE_2x42_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xx-DV-TE, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 84 84 Connector_Samtec_HLE_THT Samtec_HLE-143-02-xx-DV-PE-LC_2x43_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xx-DV-PE-LC, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 86 86 Connector_Samtec_HLE_THT Samtec_HLE-143-02-xx-DV-PE_2x43_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xx-DV-PE (compatible alternatives: HLE-143-02-xx-DV-PE-BE), 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 86 86 Connector_Samtec_HLE_THT Samtec_HLE-143-02-xx-DV-TE_2x43_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xx-DV-TE, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 86 86 Connector_Samtec_HLE_THT Samtec_HLE-144-02-xx-DV-PE-LC_2x44_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xx-DV-PE-LC, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 88 88 Connector_Samtec_HLE_THT Samtec_HLE-144-02-xx-DV-PE_2x44_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xx-DV-PE (compatible alternatives: HLE-144-02-xx-DV-PE-BE), 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 88 88 Connector_Samtec_HLE_THT Samtec_HLE-144-02-xx-DV-TE_2x44_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xx-DV-TE, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 88 88 Connector_Samtec_HLE_THT Samtec_HLE-145-02-xx-DV-PE-LC_2x45_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xx-DV-PE-LC, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 90 90 Connector_Samtec_HLE_THT Samtec_HLE-145-02-xx-DV-PE_2x45_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xx-DV-PE (compatible alternatives: HLE-145-02-xx-DV-PE-BE), 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 90 90 Connector_Samtec_HLE_THT Samtec_HLE-145-02-xx-DV-TE_2x45_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xx-DV-TE, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 90 90 Connector_Samtec_HLE_THT Samtec_HLE-146-02-xx-DV-PE-LC_2x46_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xx-DV-PE-LC, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 92 92 Connector_Samtec_HLE_THT Samtec_HLE-146-02-xx-DV-PE_2x46_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xx-DV-PE (compatible alternatives: HLE-146-02-xx-DV-PE-BE), 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 92 92 Connector_Samtec_HLE_THT Samtec_HLE-146-02-xx-DV-TE_2x46_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xx-DV-TE, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 92 92 Connector_Samtec_HLE_THT Samtec_HLE-147-02-xx-DV-PE-LC_2x47_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xx-DV-PE-LC, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 94 94 Connector_Samtec_HLE_THT Samtec_HLE-147-02-xx-DV-PE_2x47_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xx-DV-PE (compatible alternatives: HLE-147-02-xx-DV-PE-BE), 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 94 94 Connector_Samtec_HLE_THT Samtec_HLE-147-02-xx-DV-TE_2x47_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xx-DV-TE, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 94 94 Connector_Samtec_HLE_THT Samtec_HLE-148-02-xx-DV-PE-LC_2x48_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xx-DV-PE-LC, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 96 96 Connector_Samtec_HLE_THT Samtec_HLE-148-02-xx-DV-PE_2x48_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xx-DV-PE (compatible alternatives: HLE-148-02-xx-DV-PE-BE), 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 96 96 Connector_Samtec_HLE_THT Samtec_HLE-148-02-xx-DV-TE_2x48_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xx-DV-TE, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 96 96 Connector_Samtec_HLE_THT Samtec_HLE-149-02-xx-DV-PE-LC_2x49_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xx-DV-PE-LC, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 98 98 Connector_Samtec_HLE_THT Samtec_HLE-149-02-xx-DV-PE_2x49_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xx-DV-PE (compatible alternatives: HLE-149-02-xx-DV-PE-BE), 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 98 98 Connector_Samtec_HLE_THT Samtec_HLE-149-02-xx-DV-TE_2x49_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xx-DV-TE, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 98 98 Connector_Samtec_HLE_THT Samtec_HLE-150-02-xx-DV-PE-LC_2x50_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xx-DV-PE-LC, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 100 100 Connector_Samtec_HLE_THT Samtec_HLE-150-02-xx-DV-PE_2x50_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xx-DV-PE (compatible alternatives: HLE-150-02-xx-DV-PE-BE), 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 100 100 Connector_Samtec_HLE_THT Samtec_HLE-150-02-xx-DV-TE_2x50_P2.54mm_Horizontal Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xx-DV-TE, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator connector Samtec HLE top entry 0 100 100 Connector_TE-Connectivity TE_AMPSEAL_1-776087-x_3Rows_23_P0.4mm_Horizontal Connector TE 776087 0 23 23 Connector_TE-Connectivity TE_MATE-N-LOK_1-770182-x_3x03_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770182-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 9 9 Connector_TE-Connectivity TE_MATE-N-LOK_1-770186-x_3x04_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770186-x, 4 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 12 12 Connector_TE-Connectivity TE_MATE-N-LOK_1-770190-x_3x05_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770190-x, 5 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 15 15 Connector_TE-Connectivity TE_MATE-N-LOK_1-770621-x_2x06_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770621-x, 6 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 12 12 Connector_TE-Connectivity TE_MATE-N-LOK_1-770858-x_2x05_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770858-x, 5 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 10 10 Connector_TE-Connectivity TE_MATE-N-LOK_1-770866-x_1x02_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770866-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 2 2 Connector_TE-Connectivity TE_MATE-N-LOK_1-770870-x_1x03_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770870-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 3 3 Connector_TE-Connectivity TE_MATE-N-LOK_1-770874-x_2x02_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770874-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 4 4 Connector_TE-Connectivity TE_MATE-N-LOK_1-770875-x_2x03_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770875-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 6 6 Connector_TE-Connectivity TE_MATE-N-LOK_1-770966-x_1x02_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770966-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 2 2 Connector_TE-Connectivity TE_MATE-N-LOK_1-770967-x_1x03_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770967-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 3 3 Connector_TE-Connectivity TE_MATE-N-LOK_1-770968-x_2x02_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770968-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 4 4 Connector_TE-Connectivity TE_MATE-N-LOK_1-770969-x_2x03_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770969-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 6 6 Connector_TE-Connectivity TE_MATE-N-LOK_1-770970-x_2x04_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770970-x, 4 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 8 8 Connector_TE-Connectivity TE_MATE-N-LOK_1-770971-x_2x05_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770971-x, 5 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 10 10 Connector_TE-Connectivity TE_MATE-N-LOK_1-770972-x_2x06_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770972-x, 6 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 12 12 Connector_TE-Connectivity TE_MATE-N-LOK_1-770973-x_2x07_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770973-x, 7 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 14 14 Connector_TE-Connectivity TE_MATE-N-LOK_1-770974-x_2x08_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770974-x, 8 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 16 16 Connector_TE-Connectivity TE_MATE-N-LOK_1-794067-x_2x07_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794067-x, 7 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 14 14 Connector_TE-Connectivity TE_MATE-N-LOK_1-794068-x_2x08_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794068-x, 8 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 16 16 Connector_TE-Connectivity TE_MATE-N-LOK_1-794069-x_2x09_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794069-x, 9 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 18 18 Connector_TE-Connectivity TE_MATE-N-LOK_1-794070-x_2x10_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794070-x, 10 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 20 20 Connector_TE-Connectivity TE_MATE-N-LOK_1-794071-x_2x11_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794071-x, 11 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 22 22 Connector_TE-Connectivity TE_MATE-N-LOK_1-794072-x_2x12_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794072-x, 12 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 24 24 Connector_TE-Connectivity TE_MATE-N-LOK_1-794073-x_2x04_P4.14mm_Vertical Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794073-x, 4 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK side entry 0 8 8 Connector_TE-Connectivity TE_MATE-N-LOK_1-794105-x_2x09_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794105-x, 9 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 18 18 Connector_TE-Connectivity TE_MATE-N-LOK_1-794106-x_2x10_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794106-x, 10 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 20 20 Connector_TE-Connectivity TE_MATE-N-LOK_1-794107-x_2x11_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794107-x, 11 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 22 22 Connector_TE-Connectivity TE_MATE-N-LOK_1-794108-x_2x12_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794108-x, 12 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 24 24 Connector_TE-Connectivity TE_MATE-N-LOK_1-794374-x_1x01_P4.14mm_Horizontal Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794374-x, 1 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator connector TE MATE-N-LOK top entry 0 1 1 Connector_TE-Connectivity TE_MATE-N-LOK_350211-1_1x04_P5.08mm_Vertical https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F350211%7FU5%7Fpdf%7FEnglish%7FENG_CD_350211_U5.pdf%7F350211-1 connector TE MATE-N-LOK top entry ATA PATA IDE 5.25 inch floppy drive power 0 4 4 Connector_USB USB3_A_Molex_48393-001 USB 3.0, type A, right angle (http://www.molex.com/pdm_docs/sd/483930003_sd.pdf) USB 3.0 type A right angle 0 13 10 Connector_USB USB3_A_Plug_Wuerth_692112030100_Horizontal USB type A Plug, Horizontal, http://katalog.we-online.de/em/datasheet/692112030100.pdf usb A plug horizontal 0 11 10 Connector_USB USB_A_CNCTech_1001-011-01101_Horizontal http://cnctech.us/pdfs/1001-011-01101.pdf USB-A 0 6 5 Connector_USB USB_A_Molex_105057_Vertical https://www.molex.com/pdm_docs/sd/1050570001_sd.pdf USB A Vertical 0 7 5 Connector_USB USB_A_Stewart_SS-52100-001_Horizontal USB A connector https://belfuse.com/resources/drawings/stewartconnector/dr-stw-ss-52100-001.pdf USB_A Female Connector receptacle 0 6 5 Connector_USB USB_A_Wuerth_61400826021_Horizontal_Stacked Stacked USB A connector http://katalog.we-online.de/em/datasheet/61400826021.pdf Wuerth stacked USB_A 0 12 9 Connector_USB USB_B_Amphenol_MUSB-D511_Vertical_Rugged A,phenol MUSB_D511, USB B female connector, straight, rugged, https://www.amphenolcanada.com/ProductSearch/drawings/AC/MUSBD511XX.pdf USB_B_MUSB_Straight female connector straight rugged MUSB D511 0 6 5 Connector_USB USB_B_OST_USB-B1HSxx_Horizontal USB B receptacle, Horizontal, through-hole, http://www.on-shore.com/wp-content/uploads/2015/09/usb-b1hsxx.pdf USB-B receptacle horizontal through-hole 0 6 5 Connector_USB USB_B_TE_5787834_Vertical http://www.mouser.com/ds/2/418/NG_CD_5787834_A4-669110.pdf USB_B USB B vertical female connector 0 6 5 Connector_USB USB_C_Plug_Molex_105444 Universal Serial Bus (USB) Shielded I/O Plug, Type C, Right Angle, Surface Mount, http://www.molex.com/pdm_docs/sd/1054440001_sd.pdf USB Type-C Plug Edge Mount 0 24 23 Connector_USB USB_C_Receptacle_Amphenol_12401548E4-2A USB TYPE C, RA RCPT PCB, Hybrid, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401548E4%7e2A USB C Type-C Receptacle Hybrid 0 28 25 Connector_USB USB_C_Receptacle_Amphenol_12401548E4-2A_CircularHoles USB TYPE C, RA RCPT PCB, Hybrid, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401548E4%7e2A USB C Type-C Receptacle Hybrid 0 28 25 Connector_USB USB_C_Receptacle_Amphenol_12401610E4-2A USB TYPE C, RA RCPT PCB, SMT, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401610E4%7e2A USB C Type-C Receptacle SMD 0 28 25 Connector_USB USB_C_Receptacle_Amphenol_12401610E4-2A_CircularHoles USB TYPE C, RA RCPT PCB, SMT, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401610E4%7e2A USB C Type-C Receptacle SMD 0 28 25 Connector_USB USB_C_Receptacle_GCT_USB4085 USB 2.0 Type C Receptacle, https://gct.co/Files/Drawings/USB4085.pdf USB Type-C Receptacle Through-hole Right angle 0 20 17 Connector_USB USB_C_Receptacle_JAE_DX07S024WJ1R350 http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ117219.pdf USB C Type-C Receptacle SMD 0 30 25 Connector_USB USB_C_Receptacle_JAE_DX07S024WJ3R400 USB TYPE C, VERT RCPT PCB, SMT, http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ117928.pdf USB C Type-C Receptacle SMD 0 28 25 Connector_USB USB_C_Receptacle_Palconn_UTC16-G http://www.palpilot.com/wp-content/uploads/2017/05/UTC027-GKN-OR-Rev-A.pdf USB C Type-C Receptacle USB2.0 0 20 17 Connector_USB USB_Micro-B_Amphenol_10103594-0001LF_Horizontal Micro USB Type B 10103594-0001LF, http://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10103594.pdf USB USB_B USB_micro USB_OTG 0 17 6 Connector_USB USB_Micro-B_GCT_USB3076-30-A GCT Micro USB https://gct.co/files/drawings/usb3076.pdf Micro-USB SMD Typ-B GCT 0 11 6 Connector_USB USB_Micro-B_Molex-105017-0001 http://www.molex.com/pdm_docs/sd/1050170001_sd.pdf Micro-USB SMD Typ-B 0 13 6 Connector_USB USB_Micro-B_Molex-105133-0001 Molex Vertical Micro USB Typ-B (http://www.molex.com/pdm_docs/sd/1051330001_sd.pdf) Micro-USB SMD Typ-B Vertical 0 8 6 Connector_USB USB_Micro-B_Molex-105133-0031 Molex Vertical Micro USB Typ-B (http://www.molex.com/pdm_docs/sd/1051330031_sd.pdf) Micro-USB SMD Typ-B Vertical 0 8 6 Connector_USB USB_Micro-B_Molex_47346-0001 Micro USB B receptable with flange, bottom-mount, SMD, right-angle (http://www.molex.com/pdm_docs/sd/473460001_sd.pdf) Micro B USB SMD 0 11 6 Connector_USB USB_Micro-B_Tensility_54-00023_Vertical http://www.tensility.com/pdffiles/54-00023.pdf usb mini receptacle vertical 0 7 6 Connector_USB USB_Micro-B_Tensility_54-00023_Vertical_CircularHoles http://www.tensility.com/pdffiles/54-00023.pdf usb mini receptacle vertical 0 7 6 Connector_USB USB_Micro-B_Wuerth_614105150721_Vertical USB Micro-B receptacle, through-hole, vertical, http://katalog.we-online.de/em/datasheet/614105150721.pdf usb micro receptacle vertical 0 7 6 Connector_USB USB_Micro-B_Wuerth_614105150721_Vertical_CircularHoles USB Micro-B receptacle, through-hole, vertical, http://katalog.we-online.de/em/datasheet/614105150721.pdf usb micro receptacle vertical 0 7 6 Connector_USB USB_Micro-B_Wuerth_629105150521 USB Micro-B receptacle, http://www.mouser.com/ds/2/445/629105150521-469306.pdf usb micro receptacle 0 9 6 Connector_USB USB_Micro-B_Wuerth_629105150521_CircularHoles USB Micro-B receptacle, http://www.mouser.com/ds/2/445/629105150521-469306.pdf usb micro receptacle 0 9 6 Connector_USB USB_Mini-B_AdamTech_MUSB-B5-S-VT-TSMT-1_SMD_Vertical http://www.adam-tech.com/upload/MUSB-B5-S-VT-TSMT-1.pdf USB Mini-B 0 7 6 Connector_USB USB_Mini-B_Lumberg_2486_01_Horizontal USB Mini-B 5-pin SMD connector, http://downloads.lumberg.com/datenblaetter/en/2486_01.pdf USB USB_B USB_Mini connector 0 9 6 Connector_USB USB_Mini-B_Tensility_54-00023_Vertical http://www.tensility.com/pdffiles/54-00023.pdf usb mini receptacle vertical 0 7 6 Connector_USB USB_Mini-B_Tensility_54-00023_Vertical_CircularHoles http://www.tensility.com/pdffiles/54-00023.pdf usb mini receptacle vertical 0 7 6 Connector_Wago Wago_734-132_1x02_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-132 , 2 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 2 2 Connector_Wago Wago_734-133_1x03_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-133 , 3 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 3 3 Connector_Wago Wago_734-134_1x04_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-134 , 4 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 4 4 Connector_Wago Wago_734-135_1x05_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-135 , 5 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 5 5 Connector_Wago Wago_734-136_1x06_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-136 , 6 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 6 6 Connector_Wago Wago_734-137_1x07_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-137 , 7 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 7 7 Connector_Wago Wago_734-138_1x08_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-138 , 8 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 8 8 Connector_Wago Wago_734-139_1x09_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-139 , 9 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 9 9 Connector_Wago Wago_734-140_1x10_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-140 , 10 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 10 10 Connector_Wago Wago_734-141_1x11_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-141 , 11 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 11 11 Connector_Wago Wago_734-142_1x12_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-142 , 12 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 12 12 Connector_Wago Wago_734-143_1x13_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-143 , 13 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 13 13 Connector_Wago Wago_734-144_1x14_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-144 , 14 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 14 14 Connector_Wago Wago_734-146_1x16_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-146 , 16 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 16 16 Connector_Wago Wago_734-148_1x18_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-148 , 18 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 18 18 Connector_Wago Wago_734-150_1x20_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-150 , 20 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 20 20 Connector_Wago Wago_734-154_1x24_P3.50mm_Vertical Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-154 , 24 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago side entry 0 24 24 Connector_Wago Wago_734-162_1x02_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-162 , 2 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 2 2 Connector_Wago Wago_734-163_1x03_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-163 , 3 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 3 3 Connector_Wago Wago_734-164_1x04_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-164 , 4 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 4 4 Connector_Wago Wago_734-165_1x05_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-165 , 5 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 5 5 Connector_Wago Wago_734-166_1x06_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-166 , 6 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 6 6 Connector_Wago Wago_734-167_1x07_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-167 , 7 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 7 7 Connector_Wago Wago_734-168_1x08_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-168 , 8 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 8 8 Connector_Wago Wago_734-169_1x09_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-169 , 9 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 9 9 Connector_Wago Wago_734-170_1x10_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-170 , 10 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 10 10 Connector_Wago Wago_734-171_1x11_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-171 , 11 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 11 11 Connector_Wago Wago_734-172_1x12_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-172 , 12 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 12 12 Connector_Wago Wago_734-173_1x13_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-173 , 13 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 13 13 Connector_Wago Wago_734-174_1x14_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-174 , 14 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 14 14 Connector_Wago Wago_734-176_1x16_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-176 , 16 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 16 16 Connector_Wago Wago_734-178_1x18_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-178 , 18 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 18 18 Connector_Wago Wago_734-180_1x20_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-180 , 20 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 20 20 Connector_Wago Wago_734-184_1x24_P3.50mm_Horizontal Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-184 , 24 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator connector Wago top entry 0 24 24 Connector_Wire SolderWirePad_1x01_Drill0.8mm Wire solder connection connector 0 1 1 Connector_Wire SolderWirePad_1x01_Drill1.2mm Wire solder connection connector 0 1 1 Connector_Wire SolderWirePad_1x01_Drill1.5mm Wire solder connection connector 0 1 1 Connector_Wire SolderWirePad_1x01_Drill1mm Wire solder connection connector 0 1 1 Connector_Wire SolderWirePad_1x01_Drill2.5mm Wire solder connection connector 0 1 1 Connector_Wire SolderWirePad_1x01_Drill2mm Wire solder connection connector 0 1 1 Connector_Wire SolderWirePad_1x01_SMD_5x10mm Wire Pad, Square, SMD Pad, 5mm x 10mm, MesurementPoint Square SMDPad 5mmx10mm 0 1 1 Connector_Wire SolderWirePad_1x02_P3.81mm_Drill0.8mm Wire solder connection connector 0 2 2 Connector_Wire SolderWirePad_1x02_P3.81mm_Drill1.2mm Wire solder connection connector 0 2 2 Connector_Wire SolderWirePad_1x02_P3.81mm_Drill1mm Wire solder connection connector 0 2 2 Connector_Wire SolderWirePad_1x02_P5.08mm_Drill1.5mm Wire solder connection connector 0 2 2 Connector_Wire SolderWirePad_1x02_P7.62mm_Drill2.5mm Wire solder connection connector 0 2 2 Connector_Wire SolderWirePad_1x02_P7.62mm_Drill2mm Wire solder connection connector 0 2 2 Connector_Wire SolderWirePad_1x03_P3.81mm_Drill1.2mm Wire solder connection connector 0 3 3 Connector_Wire SolderWirePad_1x03_P3.175mm_Drill0.8mm Wire solder connection connector 0 3 3 Connector_Wire SolderWirePad_1x03_P3.175mm_Drill1mm Wire solder connection connector 0 3 3 Connector_Wire SolderWirePad_1x03_P4.445mm_Drill1.5mm Wire solder connection connector 0 3 3 Connector_Wire SolderWirePad_1x03_P5.715mm_Drill2mm Wire solder connection connector 0 3 3 Connector_Wire SolderWirePad_1x03_P7.62mm_Drill2.5mm Wire solder connection connector 0 3 3 Connector_Wire SolderWirePad_1x04_P3.81mm_Drill1.2mm Wire solder connection connector 0 4 4 Connector_Wire SolderWirePad_1x04_P3.81mm_Drill1mm Wire solder connection connector 0 4 4 Connector_Wire SolderWirePad_1x04_P3.175mm_Drill0.8mm Wire solder connection connector 0 4 4 Connector_Wire SolderWirePad_1x04_P5.08mm_Drill1.5mm Wire solder connection connector 0 4 4 Connector_Wire SolderWirePad_1x04_P6.35mm_Drill2mm Wire solder connection connector 0 4 4 Connector_Wire SolderWirePad_1x04_P7.62mm_Drill2.5mm Wire solder connection connector 0 4 4 Connector_Wire SolderWirePad_2x02_P2.54mm_Drill0.8mm Wire solder connection connector 0 4 4 Connector_Wire SolderWirePad_2x02_P3.81mm_Drill1.2mm Wire solder connection connector 0 4 4 Connector_Wire SolderWirePad_2x02_P3.81mm_Drill1mm Wire solder connection connector 0 4 4 Connector_Wire SolderWirePad_2x02_P5.08mm_Drill1.5mm Wire solder connection connector 0 4 4 Connector_Wire SolderWirePad_2x02_P6.35mm_Drill2mm Wire solder connection connector 0 4 4 Connector_Wire SolderWirePad_2x02_P7.62mm_Drill2.5mm Wire solder connection connector 0 4 4 Converter_ACDC Converter_ACDC_Hahn_HS-400xx_THT ACDC-Converter, 3W, Hahn-HS-400xx, THT https://www.schukat.com/schukat/schukat_cms_de.nsf/index/FrameView?OpenDocument&art=HS40009&wg=M7942 Hahn ACDC-Converter THT 0 4 4 Converter_ACDC Converter_ACDC_HiLink_HLK-PMxx ACDC-Converter, 3W, HiLink, HLK-PMxx, THT, http://www.hlktech.net/product_detail.php?ProId=54 ACDC-Converter 3W THT HiLink board mount module 0 4 4 Converter_ACDC Converter_ACDC_MeanWell_IRM-02-xx_SMD ACDC-Converter, 3W, Meanwell, IRM-02, SMD, https://www.meanwell.com/Upload/PDF/IRM-02/IRM-02-SPEC.PDF ACDC-Converter 3W 0 14 14 Converter_ACDC Converter_ACDC_MeanWell_IRM-02-xx_THT ACDC-Converter, 2W, Meanwell, IRM-02, THT, https://www.meanwell.co.uk/media/productPDF/IRM-02-spec.pdf ACDC-Converter 2W THT 0 4 4 Converter_ACDC Converter_ACDC_MeanWell_IRM-03-xx_SMD ACDC-Converter, 3W, Meanwell, IRM-03, SMD, http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-03 ACDC-Converter 3W 0 14 14 Converter_ACDC Converter_ACDC_MeanWell_IRM-03-xx_THT ACDC-Converter, 3W, Meanwell, IRM-03, THT, https://www.meanwell.com/Upload/PDF/IRM-03/IRM-03-SPEC.PDF ACDC-Converter 3W THT 0 5 5 Converter_ACDC Converter_ACDC_MeanWell_IRM-05-xx_THT http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-05 ACDC-Converter 5W Meanwell IRM-05 0 4 4 Converter_ACDC Converter_ACDC_MeanWell_IRM-10-xx_THT http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-10 ACDC-Converter 10W Meanwell IRM-10 0 4 4 Converter_ACDC Converter_ACDC_MeanWell_IRM-20-xx_THT ACDC-Converter, 20W, Meanwell, IRM-20, THT http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-20 ACDC-Converter 20W Meanwell IRM-20 0 4 4 Converter_ACDC Converter_ACDC_RECOM_RAC01-xxSGB_THT https://www.recom-power.com/pdf/Powerline-AC-DC/RAC01-GB.pdf recom power ac dc rac01xxgb rac01-05sgb rac01-12sgb 0 4 4 Converter_ACDC Converter_ACDC_RECOM_RAC04-xxSGx_THT https://www.recom-power.com/pdf/Powerline-AC-DC/RAC04-GA.pdf recom power ac dc 0 5 5 Converter_ACDC Converter_ACDC_RECOM_RAC05-xxSK_THT https://www.recom-power.com/pdf/Powerline-AC-DC/RAC05-K.pdf recom power ac dc 0 5 5 Converter_ACDC Converter_ACDC_TRACO_TMG-15_THT ACDC-Converter, TRACO, TMG Series 15 https://www.tracopower.com/products/tmg.pdf ACDC-Converter TRACO TMG Series 15 0 4 4 Converter_ACDC Converter_ACDC_TRACO_TMLM-04_THT ACDC-Converter, TRACO, TMLM Series 04 https://www.tracopower.com/products/tmlm.pdf ACDC-Converter TRACO TMLM Series 04 0 7 7 Converter_ACDC Converter_ACDC_TRACO_TMLM-05_THT ACDC-Converter, TRACO TMLM 05,https://www.tracopower.com/products/tmlm.pdf ACDC-Converter TRACO TMLM 05 0 4 4 Converter_ACDC Converter_ACDC_TRACO_TMLM-10-20_THT ACDC-Converter, TRACO TMLM 10, TRACO TMLM 20, https://www.tracopower.com/products/tmlm.pdf ACDC-Converter TRACO TMLM 10 and TMLM 20 0 4 4 Converter_ACDC Converter_ACDC_Vigortronix_VTX-214-010-xxx_THT Vigortronix VTX-214-010-xxx serie of ACDC converter, http://www.vigortronix.com/10WattACDCPCBPowerModule.aspx Vigortronix VTX-214-010-xxx serie of ACDC converter 0 4 4 Converter_ACDC Converter_ACDC_Vigortronix_VTX-214-015-1xx_THT Vigortronix VTX-214-010-xxx serie of ACDC converter, http://www.vigortronix.com/10WattACDCPCBPowerModule.aspx Vigortronix VTX-214-010-xxx serie of ACDC converter 0 5 5 Converter_DCDC Converter_DCDC_Artesyn_ATA_SMD DCDC-Converter, Artesyn, ATA Series, 3W Single and Dual Output, 1500VDC Isolation, 24.0x13.7x8.0mm https://www.artesyn.com/power/assets/ata_series_ds_01apr2015_79c25814fd.pdf https://www.artesyn.com/power/assets/trn_dc-dc_ata_3w_series_releas1430412818_techref.pdf DCDC SMD 0 7 7 Converter_DCDC Converter_DCDC_Bothhand_CFUDxxxx_THT DCDC-Converter, BOTHHAND, Type CFxxxx-Serie, (Very dodgy url but was the only at hand), DCDC-Converter BOTHHAND Type CFxxxx-Serie 0 10 10 Converter_DCDC Converter_DCDC_Bothhand_CFUSxxxxEH_THT DCDC-Converter, BOTHHAND, Type CFxxxx-Serie, (Very dodgy url but was the only at hand), DCDC-Converter BOTHHAND Type CFxxxx-Serie 0 9 9 Converter_DCDC Converter_DCDC_Bothhand_CFUSxxxx_THT DCDC-Converter, BOTHHAND, Type CFxxxx-Serie, (Very dodgy url but was the only at hand), DCDC-Converter BOTHHAND Type CFxxxx-Serie 0 8 8 Converter_DCDC Converter_DCDC_Cincon_EC5BExx_Dual_THT DCDC-Converter, CINCON, EC5BExx, 18-36VDC to Dual output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/B%20CASE/SPEC-EC5BE-V24.pdf DCDC-Converter CINCON EC5BExx 18-36VDC to Dual output 0 6 6 Converter_DCDC Converter_DCDC_Cincon_EC5BExx_Single_THT DCDC-Converter, CINCON, EC5BExx, 18-36VDC to dual output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/B%20CASE/SPEC-EC5BE-V24.pdf DCDC-Converter CINCON EC5BExx 18-36VDC to dual output 0 4 4 Converter_DCDC Converter_DCDC_Cincon_EC6Cxx_Dual-Triple_THT DCDC-Converter, CINCON, EC6Cxx, dual or tripple output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/C%20CASE/SPEC-EC6C-V12.pdf DCDC-Converter CINCON EC6Cxx dual or tripple output 0 7 7 Converter_DCDC Converter_DCDC_Cincon_EC6Cxx_Single_THT DCDC-Converter, CINCON, EC6Cxx, single output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/C%20CASE/SPEC-EC6C-V12.pdf DCDC-Converter CINCON EC6Cxx single output 0 6 6 Converter_DCDC Converter_DCDC_MeanWell_NID30_THT Meanwell DCDC non-isolated converter SIP module, http://www.meanwell.com/webapp/product/search.aspx?prod=nid30 DCDC non-isolated converter 0 11 11 Converter_DCDC Converter_DCDC_MeanWell_NID60_THT MeanWell NID60, http://www.meanwell.com/Upload/PDF/NID60/NID60-SPEC.PDF MeanWell NID60 0 11 11 Converter_DCDC Converter_DCDC_Murata_MGJ2DxxxxxxSC_THT Murata MGJ2DxxxxxxSC, 19.5x9.8x12.5mm, 5.2kVDC Isolated, 2W, SIP package style, https://power.murata.com/data/power/ncl/kdc_mgj2.pdf Murata MGJ2DxxxxxxSC 0 5 5 Converter_DCDC Converter_DCDC_Murata_MGJ3 Murata MGJ3, 5.2kVDC Isolated 3W Gate Drive, 15V/5V/5V Configurable, 22.61x23.11x14.19mm, https://power.murata.com/datasheet?/data/power/ncl/kdc_mgj3.pdf DCDC SMD 0 7 7 Converter_DCDC Converter_DCDC_Murata_NCS1SxxxxSC_THT Murata NCS1SxxxxSC https://power.murata.com/data/power/ncl/kdc_ncs1.pdf (Script generated with StandardBox.py) (Murata NCS1SxxxxSC https://power.murata.com/data/power/ncl/kdc_ncs1.pdf) Murata NCS1SxxxxSC 0 5 5 Converter_DCDC Converter_DCDC_RECOM_R-78B-2.0_THT DCDC-Converter, RECOM, RECOM_R-78B-2.0, SIP-3, pitch 2.54mm, package size 11.5x8.5x17.5mm^3, https://www.recom-power.com/pdf/Innoline/R-78Bxx-2.0.pdf dc-dc recom buck sip-3 pitch 2.54mm 0 3 3 Converter_DCDC Converter_DCDC_RECOM_R-78E-0.5_THT DCDC-Converter, RECOM, RECOM_R-78E-0.5, SIP-3, pitch 2.54mm, package size 11.6x8.5x10.4mm^3, https://www.recom-power.com/pdf/Innoline/R-78Exx-0.5.pdf dc-dc recom buck sip-3 pitch 2.54mm 0 3 3 Converter_DCDC Converter_DCDC_RECOM_R-78HB-0.5L_THT DCDC-Converter, RECOM, RECOM_R-78HB-0.5L, SIP-3, Horizontally Mounted, pitch 2.54mm, package size 11.5x8.5x17.5mm^3, https://www.recom-power.com/pdf/Innoline/R-78HBxx-0.5_L.pdf dc-dc recom buck sip-3 pitch 2.54mm 0 3 3 Converter_DCDC Converter_DCDC_RECOM_R-78HB-0.5_THT DCDC-Converter, RECOM, RECOM_R-78HB-0.5, SIP-3, pitch 2.54mm, package size 11.5x8.5x17.5mm^3, https://www.recom-power.com/pdf/Innoline/R-78HBxx-0.5_L.pdf dc-dc recom buck sip-3 pitch 2.54mm 0 3 3 Converter_DCDC Converter_DCDC_RECOM_R-78S-0.1_THT DCDC-Converter, RECOM, RECOM_R-78S-0.1, SIP-4, pitch 2.54mm, package size 11.6x8.5x10.4mm^3, https://www.recom-power.com/pdf/Innoline/R-78Sxx-0.1.pdf dc-dc recom buck sip-4 pitch 2.54mm 0 4 4 Converter_DCDC Converter_DCDC_RECOM_R5xxxDA_THT DCDC-Converter, RECOM, RECOM_R5xxxDA, SIP-12, Horizontally Mounted, pitch 2.54mm, package size 32.2x9.1x15mm^3, https://www.recom-power.com/pdf/Innoline/R-5xxxPA_DA.pdf dc-dc recom buck sip-12 pitch 2.54mm 0 12 12 Converter_DCDC Converter_DCDC_RECOM_R5xxxPA_THT DCDC-Converter, RECOM, RECOM_R5xxxPA, SIP-12, pitch 2.54mm, package size 32.2x9.1x15mm^3, https://www.recom-power.com/pdf/Innoline/R-5xxxPA_DA.pdf dc-dc recom buck sip-12 pitch 2.54mm 0 12 12 Converter_DCDC Converter_DCDC_RECOM_RPMx.x-x.0 https://www.recom-power.com/pdf/Innoline/RPM-6.0.pdf dc-dc recom buck lga-25 pitch 2.29mm 0 25 25 Converter_DCDC Converter_DCDC_TRACO_TEN10-xxxx_Dual_THT DCDC-Converter, TRACO, TEN10-xxxx, single output, https://assets.tracopower.com/20171102100522/TEN10/documents/ten10-datasheet.pdf DCDC-Converter TRACO TEN10-xxxx single output 0 5 5 Converter_DCDC Converter_DCDC_TRACO_TEN10-xxxx_Single_THT DCDC-Converter, TRACO, TEN10-xxxx, single output, https://assets.tracopower.com/20171102100522/TEN10/documents/ten10-datasheet.pdf DCDC-Converter TRACO TEN10-xxxx single output 0 4 4 Converter_DCDC Converter_DCDC_TRACO_TEN10-xxxx_THT DCDC-Converter, TRACO, TEN10-xxxx, https://assets.tracopower.com/20171102100522/TEN10/documents/ten10-datasheet.pdf DCDC-Converter TRACO TEN10-xxxx 0 4 4 Converter_DCDC Converter_DCDC_TRACO_TEN20-xxxx-N4_THT DCDC-Converter TRACO TEN20 Generic, https://assets.tracopower.com/20171102100522/TEN20/documents/ten20-datasheet.pdf DCDC-Converter TRACO TEN20 Generic 0 5 5 Converter_DCDC Converter_DCDC_TRACO_TEN20-xxxx_THT DCDC-Converter TRACO TEN20 Generic, https://assets.tracopower.com/20171102100522/TEN20/documents/ten20-datasheet.pdf DCDC-Converter TRACO TEN20 Generic 0 6 6 Converter_DCDC Converter_DCDC_TRACO_TMR-1-xxxx_Dual_THT DCDC-Converter, TRACO, TMR 1-xxxx, Dual output, Rev. March 21.2016 DCDC-Converter TRACO TMR1-xxxx Dual_output 0 5 5 Converter_DCDC Converter_DCDC_TRACO_TMR-1-xxxx_Single_THT DCDC-Converter, TRACO, TMR 1-xxxx, Single output, Rev. March 21.2016 DCDC-Converter TRACO TMR1-xxxx Single_output 0 4 4 Converter_DCDC Converter_DCDC_TRACO_TMR-1SM_SMD http://assets.tracopower.com/TMR1SM/documents/tmr1sm-datasheet.pdf DCDC SMD TRACO TMR-1SM 0 7 7 Converter_DCDC Converter_DCDC_TRACO_TMR-2xxxxWI_THT https://www.tracopower.com/products/tmr2wi.pdf DCDC-Converter TRACO TMRxxxxWI Single/Dual_output 0 7 7 Converter_DCDC Converter_DCDC_TRACO_TMR-xxxx_THT DCDC-Converter, TRACO, TMR xxxx, Single/Dual output, http://www.datasheetlib.com/datasheet/135136/tmr-2-2410e_traco-power.html?page=3#datasheet DCDC-Converter TRACO TMRxxxx Single/Dual_output 0 7 7 Converter_DCDC Converter_DCDC_TRACO_TSR-1_THT DCDC-Converter, TRACO, TSR 1-xxxx DCDC-Converter TRACO TSR-1 0 3 3 Converter_DCDC Converter_DCDC_XP_POWER-IA48xxD_THT XP_POWER IA48xxD, DIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator XP_POWER IA48xxD DIP DCDC-Converter 0 6 6 Converter_DCDC Converter_DCDC_XP_POWER-IA48xxS_THT XP_POWER IA48xxS, SIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator XP_POWER IA48xxS SIP DCDC-Converter 0 5 5 Converter_DCDC Converter_DCDC_XP_POWER-IAxxxxD_THT XP_POWER IAxxxxD, DIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator XP_POWER IAxxxxD DIP DCDC-Converter 0 6 6 Converter_DCDC Converter_DCDC_XP_POWER-IAxxxxS_THT XP_POWER IAxxxxS, SIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator XP_POWER IAxxxxS SIP DCDC-Converter 0 5 5 Converter_DCDC Converter_DCDC_XP_POWER-IHxxxxDH_THT XP_POWER IHxxxxDH, DIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator XP_POWER IHxxxxDH DIP DCDC-Converter 0 6 6 Converter_DCDC Converter_DCDC_XP_POWER-IHxxxxD_THT XP_POWER IHxxxxD, DIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator XP_POWER IHxxxxD DIP DCDC-Converter 0 6 6 Converter_DCDC Converter_DCDC_XP_POWER-IHxxxxSH_THT XP_POWER IHxxxxSH, SIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator XP_POWER IHxxxxSH SIP DCDC-Converter 0 5 5 Converter_DCDC Converter_DCDC_XP_POWER-IHxxxxS_THT XP_POWER IHxxxxS, SIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator XP_POWER IHxxxxS SIP DCDC-Converter 0 5 5 Converter_DCDC Converter_DCDC_XP_POWER-ISU02_SMD DCDC-Converter, XP POWER, ISU02 Series, 2W Single and Dual Output, 1500VDC Isolation, 19.0x17.0x8.7mm https://www.xppower.com/Portals/0/pdfs/SF_ISU02.pdf DCDC SMD XP POWER ISU02 0 7 7 Converter_DCDC Converter_DCDC_XP_POWER-ITQxxxxS-H_THT XP_POWER ITQxxxxS-H, SIP, (https://www.xppower.com/pdfs/SF_ITQ.pdf), generated with kicad-footprint-generator XP_POWER ITQxxxxS-H SIP DCDC-Converter 0 6 6 Converter_DCDC Converter_DCDC_XP_POWER-ITXxxxxSA_THT XP_POWER ITXxxxxSA, SIP, (https://www.xppower.com/pdfs/SF_ITX.pdf), generated with kicad-footprint-generator XP_POWER ITXxxxxSA SIP DCDC-Converter 0 5 5 Converter_DCDC Converter_DCDC_XP_POWER-ITxxxxxS_THT XP_POWER ITxxxxxS, SIP, (https://www.xppower.com/pdfs/SF_ITX.pdf https://www.xppower.com/pdfs/SF_ITQ.pdf), generated with kicad-footprint-generator XP_POWER ITxxxxxS SIP DCDC-Converter 0 5 5 Converter_DCDC Converter_DCDC_XP_POWER_JTExxxxDxx_THT DCDC-Converter, XP POWER, Type JTE06 Series, Dual Output DCDC-Converter XP_POWER JTE06 Dual 0 8 8 Converter_DCDC Converter_DCDC_muRata_CRE1xxxxxx3C_THT Isolated 1W single output DC/DC, http://power.murata.com/data/power/ncl/kdc_cre1.pdf Isolated 1W single output DC/DC 0 4 4 Converter_DCDC Converter_DCDC_muRata_CRE1xxxxxxDC_THT Isloated DC-DC, http://power.murata.com/data/power/ncl/kdc_cre1.pdf Isloated DC-DC 0 4 4 Converter_DCDC Converter_DCDC_muRata_CRE1xxxxxxSC_THT http://power.murata.com/data/power/ncl/kdc_cre1.pdf murata dc-dc transformer 0 4 4 Converter_DCDC Converter_DCDC_muRata_NMAxxxxDC_THT Isolated 1W DCDC-Converter, http://power.murata.com/data/power/ncl/kdc_nma.pdf Isolated 1W DCDC-Converter 0 6 6 Converter_DCDC Converter_DCDC_muRata_NMAxxxxSC_THT muRata NMAxxxxSC footprint based on SIP7, http://power.murata.com/data/power/ncl/kdc_nma.pdf muRata NMAxxxxSC DCDC-Converter 0 5 5 Converter_DCDC Converter_DCDC_muRata_NXE2SxxxxMC_THT Isolated 2W Single Output SM DC/DC Converters, http://power.murata.com/data/power/ncl/kdc_nxe2.pdf Isolated 2W Single Output SM DC/DC Converters 0 5 5 Converter_DCDC Converter_DCDC_muRata_OKI-78SR_Horizontal https://power.murata.com/data/power/oki-78sr.pdf 78sr3.3 78sr5 78sr9 78sr12 78srXX 0 3 3 Converter_DCDC Converter_DCDC_muRata_OKI-78SR_Vertical https://power.murata.com/data/power/oki-78sr.pdf 78sr3.3 78sr5 78sr9 78sr12 78srXX 0 3 3 Crystal Crystal_AT310_D3.0mm_L10.0mm_Horizontal Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf ['AT310'] 0 2 2 Crystal Crystal_AT310_D3.0mm_L10.0mm_Horizontal_1EP_style1 Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf ['AT310'] 0 3 3 Crystal Crystal_AT310_D3.0mm_L10.0mm_Horizontal_1EP_style2 Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf ['AT310'] 0 5 3 Crystal Crystal_AT310_D3.0mm_L10.0mm_Vertical Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf ['AT310'] 0 2 2 Crystal Crystal_C26-LF_D2.1mm_L6.5mm_Horizontal Crystal THT C26-LF 6.5mm length 2.06mm diameter ['C26-LF'] 0 2 2 Crystal Crystal_C26-LF_D2.1mm_L6.5mm_Horizontal_1EP_style1 Crystal THT C26-LF 6.5mm length 2.06mm diameter ['C26-LF'] 0 3 3 Crystal Crystal_C26-LF_D2.1mm_L6.5mm_Horizontal_1EP_style2 Crystal THT C26-LF 6.5mm length 2.06mm diameter ['C26-LF'] 0 5 3 Crystal Crystal_C26-LF_D2.1mm_L6.5mm_Vertical Crystal THT C26-LF 6.5mm length 2.06mm diameter ['C26-LF'] 0 2 2 Crystal Crystal_C38-LF_D3.0mm_L8.0mm_Horizontal Crystal THT C38-LF 8.0mm length 3.0mm diameter ['C38-LF'] 0 2 2 Crystal Crystal_C38-LF_D3.0mm_L8.0mm_Horizontal_1EP_style1 Crystal THT C38-LF 8.0mm length 3.0mm diameter ['C38-LF'] 0 3 3 Crystal Crystal_C38-LF_D3.0mm_L8.0mm_Horizontal_1EP_style2 Crystal THT C38-LF 8.0mm length 3.0mm diameter ['C38-LF'] 0 5 3 Crystal Crystal_C38-LF_D3.0mm_L8.0mm_Vertical Crystal THT C38-LF 8.0mm length 3.0mm diameter ['C38-LF'] 0 2 2 Crystal Crystal_DS10_D1.0mm_L4.3mm_Horizontal Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS10'] 0 2 2 Crystal Crystal_DS10_D1.0mm_L4.3mm_Horizontal_1EP_style1 Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS10'] 0 3 3 Crystal Crystal_DS10_D1.0mm_L4.3mm_Horizontal_1EP_style2 Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS10'] 0 5 3 Crystal Crystal_DS10_D1.0mm_L4.3mm_Vertical Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS10'] 0 2 2 Crystal Crystal_DS15_D1.5mm_L5.0mm_Horizontal Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS15'] 0 2 2 Crystal Crystal_DS15_D1.5mm_L5.0mm_Horizontal_1EP_style1 Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS15'] 0 3 3 Crystal Crystal_DS15_D1.5mm_L5.0mm_Horizontal_1EP_style2 Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS15'] 0 5 3 Crystal Crystal_DS15_D1.5mm_L5.0mm_Vertical Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS15'] 0 2 2 Crystal Crystal_DS26_D2.0mm_L6.0mm_Horizontal Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS26'] 0 2 2 Crystal Crystal_DS26_D2.0mm_L6.0mm_Horizontal_1EP_style1 Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS26'] 0 3 3 Crystal Crystal_DS26_D2.0mm_L6.0mm_Horizontal_1EP_style2 Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS26'] 0 5 3 Crystal Crystal_DS26_D2.0mm_L6.0mm_Vertical Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS26'] 0 2 2 Crystal Crystal_HC18-U_Horizontal Crystal THT HC-18/U http://5hertz.com/pdfs/04404_D.pdf THT crystal 0 2 2 Crystal Crystal_HC18-U_Horizontal_1EP_style1 Crystal THT HC-18/U http://5hertz.com/pdfs/04404_D.pdf THT crystal 0 3 3 Crystal Crystal_HC18-U_Horizontal_1EP_style2 Crystal THT HC-18/U http://5hertz.com/pdfs/04404_D.pdf THT crystal 0 5 3 Crystal Crystal_HC18-U_Vertical Crystal THT HC-18/U, http://5hertz.com/pdfs/04404_D.pdf THT crystalHC-18/U 0 2 2 Crystal Crystal_HC33-U_Horizontal Crystal THT HC-33/U http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf THT crystal 0 2 2 Crystal Crystal_HC33-U_Horizontal_1EP_style1 Crystal THT HC-33/U http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf THT crystal 0 3 3 Crystal Crystal_HC33-U_Horizontal_1EP_style2 Crystal THT HC-33/U http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf THT crystal 0 5 3 Crystal Crystal_HC33-U_Vertical Crystal THT HC-33/U, http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf THT crystalHC-33/U 0 2 2 Crystal Crystal_HC35-U Crystal, Quarz, HC35/U, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/TO71xx.pdf Crystal Quarz HC35/U 0 3 3 Crystal Crystal_HC49-4H_Vertical Crystal THT HC-49-4H http://5hertz.com/pdfs/04404_D.pdf THT crystalHC-49-4H 0 2 2 Crystal Crystal_HC49-U-3Pin_Vertical Crystal THT HC-49/U, 3pin-version, http://www.raltron.com/products/pdfspecs/crystal_hc_49_45_51.pdf THT crystalHC-49/U 0 3 3 Crystal Crystal_HC49-U_Horizontal Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf THT crystal 0 2 2 Crystal Crystal_HC49-U_Horizontal_1EP_style1 Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf THT crystal 0 3 3 Crystal Crystal_HC49-U_Horizontal_1EP_style2 Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf THT crystal 0 5 3 Crystal Crystal_HC49-U_Vertical Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf THT crystalHC-49/U 0 2 2 Crystal Crystal_HC50_Horizontal Crystal THT HC-50 http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf THT crystal 0 2 2 Crystal Crystal_HC50_Horizontal_1EP_style1 Crystal THT HC-50 http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf THT crystal 0 3 3 Crystal Crystal_HC50_Horizontal_1EP_style2 Crystal THT HC-50 http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf THT crystal 0 5 3 Crystal Crystal_HC50_Vertical Crystal THT HC-50, http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf THT crystalHC-50 0 2 2 Crystal Crystal_HC51-U_Vertical Crystal THT HC-51/U, http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf THT crystalHC-51/U 0 2 2 Crystal Crystal_HC51_Horizontal Crystal THT HC-51 http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf THT crystal 0 2 2 Crystal Crystal_HC51_Horizontal_1EP_style1 Crystal THT HC-51 http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf THT crystal 0 3 3 Crystal Crystal_HC51_Horizontal_1EP_style2 Crystal THT HC-51 http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf THT crystal 0 5 3 Crystal Crystal_HC52-6mm_Horizontal Crystal THT HC-51/6mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal 0 2 2 Crystal Crystal_HC52-6mm_Horizontal_1EP_style1 Crystal THT HC-51/6mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal 0 3 3 Crystal Crystal_HC52-6mm_Horizontal_1EP_style2 Crystal THT HC-51/6mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal 0 5 3 Crystal Crystal_HC52-6mm_Vertical Crystal THT HC-52/6mm, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystalHC-49/U 0 2 2 Crystal Crystal_HC52-8mm_Horizontal Crystal THT HC-51/8mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal 0 2 2 Crystal Crystal_HC52-8mm_Horizontal_1EP_style1 Crystal THT HC-51/8mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal 0 3 3 Crystal Crystal_HC52-8mm_Horizontal_1EP_style2 Crystal THT HC-51/8mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal 0 5 3 Crystal Crystal_HC52-8mm_Vertical Crystal THT HC-52/8mm, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystalHC-49/U 0 2 2 Crystal Crystal_HC52-U-3Pin_Vertical Crystal THT HC-52/U, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystalHC-52/U 0 3 3 Crystal Crystal_HC52-U_Horizontal Crystal THT HC-51/U http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal 0 2 2 Crystal Crystal_HC52-U_Horizontal_1EP_style1 Crystal THT HC-51/U http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal 0 3 3 Crystal Crystal_HC52-U_Horizontal_1EP_style2 Crystal THT HC-51/U http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal 0 5 3 Crystal Crystal_HC52-U_Vertical Crystal THT HC-52/U, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf THT crystal HC-52/U 0 2 2 Crystal Crystal_Round_D1.0mm_Vertical Crystal THT DS10 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS10'] 0 2 2 Crystal Crystal_Round_D1.5mm_Vertical Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS15'] 0 2 2 Crystal Crystal_Round_D2.0mm_Vertical Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf ['DS26'] 0 2 2 Crystal Crystal_Round_D3.0mm_Vertical Crystal THT C38-LF 8.0mm length 3.0mm diameter ['C38-LF'] 0 2 2 Crystal Crystal_SMD_0603-2Pin_6.0x3.5mm SMD Crystal SERIES SMD0603/2 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-2.pdf, 6.0x3.5mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_0603-2Pin_6.0x3.5mm_HandSoldering SMD Crystal SERIES SMD0603/2 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-2.pdf, hand-soldering, 6.0x3.5mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_0603-4Pin_6.0x3.5mm SMD Crystal SERIES SMD0603/4 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-4.pdf, 6.0x3.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_0603-4Pin_6.0x3.5mm_HandSoldering SMD Crystal SERIES SMD0603/4 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-4.pdf, hand-soldering, 6.0x3.5mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_2012-2Pin_2.0x1.2mm SMD Crystal 2012/2 http://txccrystal.com/images/pdf/9ht11.pdf, 2.0x1.2mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_2012-2Pin_2.0x1.2mm_HandSoldering SMD Crystal 2012/2 http://txccrystal.com/images/pdf/9ht11.pdf, hand-soldering, 2.0x1.2mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_2016-4Pin_2.0x1.6mm SMD Crystal SERIES SMD2016/4 http://www.q-crystal.com/upload/5/2015552223166229.pdf, 2.0x1.6mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_2520-4Pin_2.5x2.0mm SMD Crystal SERIES SMD2520/4 http://www.newxtal.com/UploadFiles/Images/2012-11-12-09-29-09-776.pdf, 2.5x2.0mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_3215-2Pin_3.2x1.5mm SMD Crystal FC-135 https://support.epson.biz/td/api/doc_check.php?dl=brief_FC-135R_en.pdf SMD SMT Crystal 0 2 2 Crystal Crystal_SMD_3225-4Pin_3.2x2.5mm SMD Crystal SERIES SMD3225/4 http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, 3.2x2.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_3225-4Pin_3.2x2.5mm_HandSoldering SMD Crystal SERIES SMD3225/4 http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, hand-soldering, 3.2x2.5mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_5032-2Pin_5.0x3.2mm SMD Crystal SERIES SMD2520/2 http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf, 5.0x3.2mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_5032-2Pin_5.0x3.2mm_HandSoldering SMD Crystal SERIES SMD2520/2 http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf, hand-soldering, 5.0x3.2mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_5032-4Pin_5.0x3.2mm SMD Crystal SERIES SMD2520/4 http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf, 5.0x3.2mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_7050-2Pin_7.0x5.0mm SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_7050-2Pin_7.0x5.0mm_HandSoldering SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, hand-soldering, 7.0x5.0mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_7050-4Pin_7.0x5.0mm SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_Abracon_ABM3-2Pin_5.0x3.2mm Abracon Miniature Ceramic Smd Crystal ABM3 http://www.abracon.com/Resonators/abm3.pdf, 5.0x3.2mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_Abracon_ABM3-2Pin_5.0x3.2mm_HandSoldering Abracon Miniature Ceramic Smd Crystal ABM3 http://www.abracon.com/Resonators/abm3.pdf, hand-soldering, 5.0x3.2mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_Abracon_ABM3B-4Pin_5.0x3.2mm Abracon Miniature Ceramic Smd Crystal ABM3B http://www.abracon.com/Resonators/abm3b.pdf, 5.0x3.2mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_Abracon_ABM3C-4Pin_5.0x3.2mm Abracon Miniature Ceramic Smd Crystal ABM3C http://www.abracon.com/Resonators/abm3c.pdf, 5.0x3.2mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_Abracon_ABM7-2Pin_6.0x3.5mm SMD Crystal Abracon ABM7, https://abracon.com/Resonators/abm7.pdf SMD SMT crystal 0 2 2 Crystal Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm Abracon Miniature Ceramic Smd Crystal ABM8G http://www.abracon.com/Resonators/ABM8G.pdf, 3.2x2.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_Abracon_ABM10-4Pin_2.5x2.0mm Abracon Miniature Ceramic Smd Crystal ABM10 http://www.abracon.com/Resonators/ABM10.pdf SMD SMT crystal Abracon ABM10 0 4 4 Crystal Crystal_SMD_Abracon_ABS25-4Pin_8.0x3.8mm Abracon Miniature Ceramic SMD Crystal ABS25 https://abracon.com/Resonators/abs25.pdf, 8.0x3.8mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_ECS_CSM3X-2Pin_7.6x4.1mm http://www.ecsxtal.com/store/pdf/CSM-3X.pdf Crystal CSM-3X 0 2 2 Crystal Crystal_SMD_EuroQuartz_EQ161-2Pin_3.2x1.5mm SMD Crystal EuroQuartz EQ161 series http://cdn-reichelt.de/documents/datenblatt/B400/PG32768C.pdf, 3.2x1.5mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_EuroQuartz_EQ161-2Pin_3.2x1.5mm_HandSoldering SMD Crystal EuroQuartz EQ161 series http://cdn-reichelt.de/documents/datenblatt/B400/PG32768C.pdf, hand-soldering, 3.2x1.5mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_EuroQuartz_MJ-4Pin_5.0x3.2mm SMD Crystal EuroQuartz MJ series http://cdn-reichelt.de/documents/datenblatt/B400/MJ.pdf, 5.0x3.2mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_EuroQuartz_MJ-4Pin_5.0x3.2mm_HandSoldering SMD Crystal EuroQuartz MJ series http://cdn-reichelt.de/documents/datenblatt/B400/MJ.pdf, hand-soldering, 5.0x3.2mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_EuroQuartz_MQ-4Pin_7.0x5.0mm SMD Crystal EuroQuartz MQ series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, 7.0x5.0mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_EuroQuartz_MQ-4Pin_7.0x5.0mm_HandSoldering SMD Crystal EuroQuartz MQ series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, hand-soldering, 7.0x5.0mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_EuroQuartz_MQ2-2Pin_7.0x5.0mm SMD Crystal EuroQuartz MQ2 series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, 7.0x5.0mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_EuroQuartz_MQ2-2Pin_7.0x5.0mm_HandSoldering SMD Crystal EuroQuartz MQ2 series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, hand-soldering, 7.0x5.0mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_EuroQuartz_MT-4Pin_3.2x2.5mm SMD Crystal EuroQuartz MT series http://cdn-reichelt.de/documents/datenblatt/B400/MT.pdf, 3.2x2.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_EuroQuartz_MT-4Pin_3.2x2.5mm_HandSoldering SMD Crystal EuroQuartz MT series http://cdn-reichelt.de/documents/datenblatt/B400/MT.pdf, hand-soldering, 3.2x2.5mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_EuroQuartz_X22-4Pin_2.5x2.0mm SMD Crystal EuroQuartz X22 series http://cdn-reichelt.de/documents/datenblatt/B400/DS_X22.pdf, 2.5x2.0mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_EuroQuartz_X22-4Pin_2.5x2.0mm_HandSoldering SMD Crystal EuroQuartz X22 series http://cdn-reichelt.de/documents/datenblatt/B400/DS_X22.pdf, hand-soldering, 2.5x2.0mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_FOX_FE-2Pin_7.5x5.0mm crystal Ceramic Resin Sealed SMD http://www.foxonline.com/pdfs/fe.pdf, 7.5x5.0mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_FOX_FE-2Pin_7.5x5.0mm_HandSoldering crystal Ceramic Resin Sealed SMD http://www.foxonline.com/pdfs/fe.pdf, hand-soldering, 7.5x5.0mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_FOX_FQ7050-2Pin_7.0x5.0mm FOX SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_FOX_FQ7050-2Pin_7.0x5.0mm_HandSoldering FOX SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, hand-soldering, 7.0x5.0mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_FOX_FQ7050-4Pin_7.0x5.0mm FOX SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_FrontierElectronics_FM206 SMD Watch Crystal FrontierElectronics FM206 6.0mm length 1.9mm diameter http://www.chinafronter.com/wp-content/uploads/2013/12/FM206.pdf ['FM206'] 0 3 3 Crystal Crystal_SMD_G8-2Pin_3.2x1.5mm SMD Crystal G8, 3.2x1.5mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_G8-2Pin_3.2x1.5mm_HandSoldering SMD Crystal G8, hand-soldering, 3.2x1.5mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_HC49-SD SMD Crystal HC-49-SD http://cdn-reichelt.de/documents/datenblatt/B400/xxx-HC49-SMD.pdf, 11.4x4.7mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_HC49-SD_HandSoldering SMD Crystal HC-49-SD http://cdn-reichelt.de/documents/datenblatt/B400/xxx-HC49-SMD.pdf, hand-soldering, 11.4x4.7mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC1V-T1A-2Pin_8.0x3.7mm SMD Crystal MicroCrystal CC1V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC1V-T1A.pdf, 8.0x3.7mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC1V-T1A-2Pin_8.0x3.7mm_HandSoldering SMD Crystal MicroCrystal CC1V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC1V-T1A.pdf, hand-soldering, 8.0x3.7mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC4V-T1A-2Pin_5.0x1.9mm SMD Crystal MicroCrystal CC4V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC4V-T1A.pdf, 5.0x1.9mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC4V-T1A-2Pin_5.0x1.9mm_HandSoldering SMD Crystal MicroCrystal CC4V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC4V-T1A.pdf, hand-soldering, 5.0x1.9mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC5V-T1A-2Pin_4.1x1.5mm SMD Crystal MicroCrystal CC5V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC5V-T1A.pdf, 4.1x1.5mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC5V-T1A-2Pin_4.1x1.5mm_HandSoldering SMD Crystal MicroCrystal CC5V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC5V-T1A.pdf, hand-soldering, 4.1x1.5mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC7V-T1A-2Pin_3.2x1.5mm SMD Crystal MicroCrystal CC7V-T1A/CM7V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC7V-T1A.pdf, 3.2x1.5mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC7V-T1A-2Pin_3.2x1.5mm_HandSoldering SMD Crystal MicroCrystal CC7V-T1A/CM7V-T1A series http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CC1V-T1A.pdf, hand-soldering, 3.2x1.5mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC8V-T1A-2Pin_2.0x1.2mm SMD Crystal MicroCrystal CC8V-T1A/CM8V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC8V-T1A.pdf, 2.0x1.2mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_MicroCrystal_CC8V-T1A-2Pin_2.0x1.2mm_HandSoldering SMD Crystal MicroCrystal CC8V-T1A/CM8V-T1A series http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CC8V-T1A.pdf, hand-soldering, 2.0x1.2mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_MicroCrystal_CM9V-T1A-2Pin_1.6x1.0mm SMD Crystal MicroCrystal CM9V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CM9V-T1A.pdf, 1.6x1.0mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_MicroCrystal_CM9V-T1A-2Pin_1.6x1.0mm_HandSoldering SMD Crystal MicroCrystal CM9V-T1A series http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CM9V-T1A.pdf, hand-soldering, 1.6x1.0mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_MicroCrystal_MS1V-T1K SMD Watch Crystal MicroCrystal MS1V-T1K 6.1mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/MS1V-T1K.pdf ['MS1V-T1K'] 0 3 3 Crystal Crystal_SMD_MicroCrystal_MS3V-T1R SMD Watch Crystal MicroCrystal MS3V-T1R 5.2mm length 1.4mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/MS3V-T1R.pdf ['MS3V-T1R'] 0 3 3 Crystal Crystal_SMD_Qantek_QC5CB-2Pin_5x3.2mm SMD Crystal Qantek QC5CB, https://www.qantek.com/tl_files/products/crystals/QC5CB.pdf SMD SMT crystal 0 2 2 Crystal Crystal_SMD_SeikoEpson_FA238-4Pin_3.2x2.5mm crystal Epson Toyocom FA-238 https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, 3.2x2.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_SeikoEpson_FA238-4Pin_3.2x2.5mm_HandSoldering crystal Epson Toyocom FA-238 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, hand-soldering, 3.2x2.5mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_SeikoEpson_FA238V-4Pin_3.2x2.5mm crystal Epson Toyocom FA-238 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, 3.2x2.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_SeikoEpson_FA238V-4Pin_3.2x2.5mm_HandSoldering crystal Epson Toyocom FA-238 series http://www.mouser.com/ds/2/137/1721499-465440.pdf, hand-soldering, 3.2x2.5mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_SeikoEpson_MA406-4Pin_11.7x4.0mm SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, 11.7x4.0mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_SeikoEpson_MA406-4Pin_11.7x4.0mm_HandSoldering SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, hand-soldering, 11.7x4.0mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_SeikoEpson_MA505-2Pin_12.7x5.1mm SMD Crystal Seiko Epson MC-505 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, 12.7x5.1mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_SeikoEpson_MA505-2Pin_12.7x5.1mm_HandSoldering SMD Crystal Seiko Epson MC-505 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, hand-soldering, 12.7x5.1mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_SeikoEpson_MA506-4Pin_12.7x5.1mm SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, 12.7x5.1mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_SeikoEpson_MA506-4Pin_12.7x5.1mm_HandSoldering SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, hand-soldering, 12.7x5.1mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_SeikoEpson_MC146-4Pin_6.7x1.5mm SMD Crystal Seiko Epson MC-146 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, 6.7x1.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_SeikoEpson_MC146-4Pin_6.7x1.5mm_HandSoldering SMD Crystal Seiko Epson MC-146 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, hand-soldering, 6.7x1.5mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_SeikoEpson_MC156-4Pin_7.1x2.5mm SMD Crystal Seiko Epson MC-156 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, 7.1x2.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_SeikoEpson_MC156-4Pin_7.1x2.5mm_HandSoldering SMD Crystal Seiko Epson MC-156 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, hand-soldering, 7.1x2.5mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_SeikoEpson_MC306-4Pin_8.0x3.2mm SMD Crystal Seiko Epson MC-306 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, 8.0x3.2mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_SeikoEpson_MC306-4Pin_8.0x3.2mm_HandSoldering SMD Crystal Seiko Epson MC-306 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, hand-soldering, 8.0x3.2mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_SeikoEpson_MC405-2Pin_9.6x4.1mm SMD Crystal Seiko Epson MC-405 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, 9.6x4.1mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_SeikoEpson_MC405-2Pin_9.6x4.1mm_HandSoldering SMD Crystal Seiko Epson MC-405 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, hand-soldering, 9.6x4.1mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_SeikoEpson_MC406-4Pin_9.6x4.1mm SMD Crystal Seiko Epson MC-406 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, 9.6x4.1mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_SeikoEpson_MC406-4Pin_9.6x4.1mm_HandSoldering SMD Crystal Seiko Epson MC-406 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, hand-soldering, 9.6x4.1mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_SeikoEpson_TSX3225-4Pin_3.2x2.5mm crystal Epson Toyocom TSX-3225 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, 3.2x2.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_SeikoEpson_TSX3225-4Pin_3.2x2.5mm_HandSoldering crystal Epson Toyocom TSX-3225 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, hand-soldering, 3.2x2.5mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_TXC_7A-2Pin_5x3.2mm SMD Crystal TXC 7A http://txccrystal.com/images/pdf/7a.pdf SMD SMT crystal 0 2 2 Crystal Crystal_SMD_TXC_7M-4Pin_3.2x2.5mm SMD Crystal TXC 7M http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, 3.2x2.5mm^2 package SMD SMT crystal 0 4 4 Crystal Crystal_SMD_TXC_7M-4Pin_3.2x2.5mm_HandSoldering SMD Crystal TXC 7M http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, hand-soldering, 3.2x2.5mm^2 package SMD SMT crystal hand-soldering 0 4 4 Crystal Crystal_SMD_TXC_9HT11-2Pin_2.0x1.2mm SMD Crystal TXC 9HT11 http://txccrystal.com/images/pdf/9ht11.pdf, 2.0x1.2mm^2 package SMD SMT crystal 0 2 2 Crystal Crystal_SMD_TXC_9HT11-2Pin_2.0x1.2mm_HandSoldering SMD Crystal TXC 9HT11 http://txccrystal.com/images/pdf/9ht11.pdf, hand-soldering, 2.0x1.2mm^2 package SMD SMT crystal hand-soldering 0 2 2 Crystal Crystal_SMD_TXC_AX_8045-2Pin_8.0x4.5mm http://www.txccrystal.com/images/pdf/ax-automotive.pdf SMD SMT crystal 0 2 2 Crystal Resonator-2Pin_W6.0mm_H3.0mm Ceramic Resomator/Filter 6.0x3.0mm^2, length*width=6.0x3.0mm^2 package, package length=6.0mm, package width=3.0mm, 2 pins THT ceramic resonator filter 0 2 2 Crystal Resonator-2Pin_W7.0mm_H2.5mm Ceramic Resomator/Filter 7.0x2.5mm^2, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 2 pins THT ceramic resonator filter 0 2 2 Crystal Resonator-2Pin_W8.0mm_H3.5mm Ceramic Resomator/Filter 8.0x3.5mm^2, length*width=8.0x3.5mm^2 package, package length=8.0mm, package width=3.5mm, 2 pins THT ceramic resonator filter 0 2 2 Crystal Resonator-2Pin_W10.0mm_H5.0mm Ceramic Resomator/Filter 10.0x5.0 RedFrequency MG/MT/MX series, http://www.red-frequency.com/download/datenblatt/redfrequency-datenblatt-ir-zta.pdf, length*width=10.0x5.0mm^2 package, package length=10.0mm, package width=5.0mm, 2 pins THT ceramic resonator filter 0 2 2 Crystal Resonator-3Pin_W6.0mm_H3.0mm Ceramic Resomator/Filter 6.0x3.0mm^2, length*width=6.0x3.0mm^2 package, package length=6.0mm, package width=3.0mm, 3 pins THT ceramic resonator filter 0 3 3 Crystal Resonator-3Pin_W7.0mm_H2.5mm Ceramic Resomator/Filter 7.0x2.5mm^2, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 3 pins THT ceramic resonator filter 0 3 3 Crystal Resonator-3Pin_W8.0mm_H3.5mm Ceramic Resomator/Filter 8.0x3.5mm^2, length*width=8.0x3.5mm^2 package, package length=8.0mm, package width=3.5mm, 3 pins THT ceramic resonator filter 0 3 3 Crystal Resonator-3Pin_W10.0mm_H5.0mm Ceramic Resomator/Filter 10.0x5.0mm^2 RedFrequency MG/MT/MX series, http://www.red-frequency.com/download/datenblatt/redfrequency-datenblatt-ir-zta.pdf, length*width=10.0x5.0mm^2 package, package length=10.0mm, package width=5.0mm, 3 pins THT ceramic resonator filter 0 3 3 Crystal Resonator_SMD-3Pin_7.2x3.0mm SMD Resomator/Filter 7.2x3.0mm, Murata CSTCC8M00G53-R0; 8MHz resonator, SMD, Farnell (Element 14) #1170435, http://www.farnell.com/datasheets/19296.pdf?_ga=1.247244932.122297557.1475167906, 7.2x3.0mm^2 package SMD SMT ceramic resonator filter filter 0 3 3 Crystal Resonator_SMD-3Pin_7.2x3.0mm_HandSoldering SMD Resomator/Filter 7.2x3.0mm, Murata CSTCC8M00G53-R0; 8MHz resonator, SMD, Farnell (Element 14) #1170435, http://www.farnell.com/datasheets/19296.pdf?_ga=1.247244932.122297557.1475167906, hand-soldering, 7.2x3.0mm^2 package SMD SMT ceramic resonator filter filter hand-soldering 0 3 3 Crystal Resonator_SMD_muRata_CDSCB-2Pin_4.5x2.0mm SMD Resomator/Filter Murata CDSCB, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 4.5x2.0mm^2 package SMD SMT ceramic resonator filter filter 0 2 2 Crystal Resonator_SMD_muRata_CDSCB-2Pin_4.5x2.0mm_HandSoldering SMD Resomator/Filter Murata CDSCB, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 4.5x2.0mm^2 package SMD SMT ceramic resonator filter filter hand-soldering 0 2 2 Crystal Resonator_SMD_muRata_CSTxExxV-3Pin_3.0x1.1mm SMD Resomator/Filter Murata CSTCE, https://www.murata.com/en-eu/products/productdata/8801162264606/SPEC-CSTNE16M0VH3C000R0.pdf SMD SMT ceramic resonator filter 0 3 3 Crystal Resonator_SMD_muRata_CSTxExxV-3Pin_3.0x1.1mm_HandSoldering SMD Resomator/Filter Murata CSTCE, https://www.murata.com/en-eu/products/productdata/8801162264606/SPEC-CSTNE16M0VH3C000R0.pdf SMD SMT ceramic resonator filter 0 3 3 Crystal Resonator_SMD_muRata_SFECV-3Pin_6.9x2.9mm SMD Resomator/Filter Murata SFECV, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 6.9x2.9mm^2 package SMD SMT ceramic resonator filter filter 0 3 3 Crystal Resonator_SMD_muRata_SFECV-3Pin_6.9x2.9mm_HandSoldering SMD Resomator/Filter Murata SFECV, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 6.9x2.9mm^2 package SMD SMT ceramic resonator filter filter hand-soldering 0 3 3 Crystal Resonator_SMD_muRata_SFSKA-3Pin_7.9x3.8mm SMD Resomator/Filter Murata SFSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 7.9x3.8mm^2 package SMD SMT ceramic resonator filter filter 0 3 3 Crystal Resonator_SMD_muRata_SFSKA-3Pin_7.9x3.8mm_HandSoldering SMD Resomator/Filter Murata SFSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 7.9x3.8mm^2 package SMD SMT ceramic resonator filter filter hand-soldering 0 3 3 Crystal Resonator_SMD_muRata_TPSKA-3Pin_7.9x3.8mm SMD Resomator/Filter Murata TPSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 7.9x3.8mm^2 package SMD SMT ceramic resonator filter filter 0 3 3 Crystal Resonator_SMD_muRata_TPSKA-3Pin_7.9x3.8mm_HandSoldering SMD Resomator/Filter Murata TPSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 7.9x3.8mm^2 package SMD SMT ceramic resonator filter filter hand-soldering 0 3 3 Crystal Resonator_muRata_CSTLSxxxG-3Pin_W8.0mm_H3.0mm Ceramic Resomator/Filter Murata CSTLSxxxG, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/timingdevice/ceralock/p17e.ashx, length*width=8.0x3.0mm^2 package, package length=8.0mm, package width=3.0mm, 3 pins THT ceramic resonator filter CSTLSxxxG 0 3 3 Crystal Resonator_muRata_CSTLSxxxX-3Pin_W5.5mm_H3.0mm Ceramic Resomator/Filter Murata CSTLSxxxX, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/timingdevice/ceralock/p17e.ashx, length*width=5.5x3.0mm^2 package, package length=5.5mm, package width=3.0mm, 3 pins THT ceramic resonator filter CSTLSxxxX 0 3 3 Crystal Resonator_muRata_DSN6-3Pin_W7.0mm_H2.5mm Ceramic Resomator/Filter Murata DSN6, http://cdn-reichelt.de/documents/datenblatt/B400/DSN6NC51H.pdf, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 3 pins THT ceramic resonator filter DSN6 0 3 3 Crystal Resonator_muRata_DSS6-3Pin_W7.0mm_H2.5mm Ceramic Resomator/Filter Murata DSS6, http://cdn-reichelt.de/documents/datenblatt/B400/DSN6NC51H.pdf, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 3 pins THT ceramic resonator filter DSS6 0 3 3 Diode_SMD D_0201_0603Metric Diode SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator diode 0 4 2 Diode_SMD D_0402_1005Metric Diode SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_0603_1608Metric Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_0603_1608Metric_Castellated Diode SMD 0603 (1608 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_0603_1608Metric_Pad1.05x0.95mm_HandSolder Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_0805_2012Metric Diode SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_0805_2012Metric_Castellated Diode SMD 0805 (2012 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_0805_2012Metric_Pad1.15x1.40mm_HandSolder Diode SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_01005_0402Metric Diode SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator diode 0 4 2 Diode_SMD D_1206_3216Metric Diode SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_1206_3216Metric_Castellated Diode SMD 1206 (3216 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_1206_3216Metric_Pad1.42x1.75mm_HandSolder Diode SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_1210_3225Metric Diode SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_1210_3225Metric_Castellated Diode SMD 1210 (3225 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_1210_3225Metric_Pad1.42x2.65mm_HandSolder Diode SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_1806_4516Metric Diode SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.modelithics.com/models/Vendor/MuRata/BLM41P.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_1806_4516Metric_Castellated Diode SMD 1806 (4516 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: https://www.modelithics.com/models/Vendor/MuRata/BLM41P.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_1806_4516Metric_Pad1.57x1.80mm_HandSolder Diode SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.modelithics.com/models/Vendor/MuRata/BLM41P.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_1812_4532Metric Diode SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_1812_4532Metric_Castellated Diode SMD 1812 (4532 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_1812_4532Metric_Pad1.30x3.40mm_HandSolder Diode SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_2010_5025Metric Diode SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_2010_5025Metric_Castellated Diode SMD 2010 (5025 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_2010_5025Metric_Pad1.52x2.65mm_HandSolder Diode SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_2114_3652Metric Diode SMD 2114 (3652 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_2114_3652Metric_Castellated Diode SMD 2114 (3652 Metric), castellated end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_2114_3652Metric_Pad1.85x3.75mm_HandSolder Diode SMD 2114 (3652 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_2512_6332Metric Diode SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_2512_6332Metric_Castellated Diode SMD 2512 (6332 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_2512_6332Metric_Pad1.52x3.35mm_HandSolder Diode SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_2816_7142Metric Diode SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_2816_7142Metric_Castellated Diode SMD 2816 (7142 Metric), castellated end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_2816_7142Metric_Pad3.20x4.45mm_HandSolder Diode SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_3220_8050Metric Diode SMD 3220 (8050 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator diode 0 2 2 Diode_SMD D_3220_8050Metric_Castellated Diode SMD 3220 (8050 Metric), castellated end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator diode castellated 0 2 2 Diode_SMD D_3220_8050Metric_Pad2.65x5.15mm_HandSolder Diode SMD 3220 (8050 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator diode handsolder 0 2 2 Diode_SMD D_MELF Diode, MELF,, Diode MELF 0 2 2 Diode_SMD D_MELF-RM10_Universal_Handsoldering Diode, Universal, MELF, RM10, Handsoldering, SMD, Thruhole, Diode Universal MELF RM10 Handsoldering SMD Thruhole 0 2 2 Diode_SMD D_MELF_Handsoldering Diode MELF Handsoldering Diode MELF Handsoldering 0 2 2 Diode_SMD D_MicroMELF Diode, MicroMELF, http://www.vishay.com/docs/85597/bzm55-se.pdf MicroMELF Diode 0 2 2 Diode_SMD D_MicroMELF_Hadsoldering Diode, MicroMELF, hand-soldering, http://www.vishay.com/docs/85597/bzm55-se.pdf MicroMELF Diode 0 2 2 Diode_SMD D_MiniMELF Diode Mini-MELF Diode Mini-MELF 0 2 2 Diode_SMD D_MiniMELF_Handsoldering Diode Mini-MELF Handsoldering Diode Mini-MELF Handsoldering 0 2 2 Diode_SMD D_PowerDI-123 http://www.diodes.com/_files/datasheets/ds30497.pdf PowerDI diode vishay 0 2 2 Diode_SMD D_Powermite2_AK Microsemi Powermite 2 SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5341) PowerMite2 0 2 2 Diode_SMD D_Powermite2_KA Microsemi Powermite 2 SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5341) PowerMite2 0 2 2 Diode_SMD D_Powermite3 Microsemi Powermite 3 SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5340) PowerMite3 0 3 3 Diode_SMD D_Powermite_AK Microsemi Powermite SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5339, https://www.onsemi.com/pub/Collateral/457-04.PDF) Powermite 0 2 2 Diode_SMD D_Powermite_KA Microsemi Powermite SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5339, https://www.onsemi.com/pub/Collateral/457-04.PDF) Powermite 0 2 2 Diode_SMD D_QFN_3.3x3.3mm_P0.65mm QFN, diode, 3.3x3.3x1mm (https://www.wolfspeed.com/media/downloads/846/C3D1P7060Q.pdf) diode qfn 3.3 0 3 2 Diode_SMD D_SC-80 JEITA SC-80 SC-80 0 2 2 Diode_SMD D_SC-80_HandSoldering JEITA SC-80 SC-80 0 2 2 Diode_SMD D_SMA Diode SMA (DO-214AC) Diode SMA (DO-214AC) 0 2 2 Diode_SMD D_SMA-SMB_Universal_Handsoldering Diode, Universal, SMA (DO-214AC) or SMB (DO-214AA), Handsoldering, Diode Universal SMA (DO-214AC) SMB (DO-214AA) Handsoldering 0 2 2 Diode_SMD D_SMA_Handsoldering Diode SMA (DO-214AC) Handsoldering Diode SMA (DO-214AC) Handsoldering 0 2 2 Diode_SMD D_SMB Diode SMB (DO-214AA) Diode SMB (DO-214AA) 0 2 2 Diode_SMD D_SMB-SMC_Universal_Handsoldering Diode, Universal, SMB(DO-214AA) or SMC (DO-214AB), Handsoldering, Diode Universal SMB(DO-214AA) SMC (DO-214AB) Handsoldering 0 2 2 Diode_SMD D_SMB_Handsoldering Diode SMB (DO-214AA) Handsoldering Diode SMB (DO-214AA) Handsoldering 0 2 2 Diode_SMD D_SMB_Modified Diode SMB (DO-214AA) Modified (http://www.littelfuse.com/~/media/electronics/datasheets/sidactors/littelfuse_sidactor_battrax_positive_negative_modified_do_214_datasheet.pdf.pdf) Diode SMB (DO-214AA) 0 3 3 Diode_SMD D_SMC Diode SMC (DO-214AB) Diode SMC (DO-214AB) 0 2 2 Diode_SMD D_SMC-RM10_Universal_Handsoldering Diode, Universal, SMC (DO-214AB), RM10, Handsoldering, SMD, Thruhole Diode Universal SMC (DO-214AB) RM10 Handsoldering SMD Thruhole 0 2 2 Diode_SMD D_SMC_Handsoldering Diode SMC (DO-214AB) Handsoldering Diode SMC (DO-214AB) Handsoldering 0 2 2 Diode_SMD D_SOD-110 SOD-110 SOD-110 0 2 2 Diode_SMD D_SOD-123 SOD-123 SOD-123 0 2 2 Diode_SMD D_SOD-123F D_SOD-123F D_SOD-123F 0 2 2 Diode_SMD D_SOD-323 SOD-323 SOD-323 0 2 2 Diode_SMD D_SOD-323F SOD-323F http://www.nxp.com/documents/outline_drawing/SOD323F.pdf SOD-323F 0 2 2 Diode_SMD D_SOD-323_HandSoldering SOD-323 SOD-323 0 2 2 Diode_SMD D_SOD-523 http://www.diodes.com/datasheets/ap02001.pdf p.144 Diode SOD523 0 2 2 Diode_SMD D_SOT-23_ANK SOT-23, Single Diode SOT-23 0 3 2 Diode_SMD D_SOT-23_NKA SOT-23, Single Diode SOT-23 0 3 2 Diode_SMD D_TUMD2 ROHM - TUMD2 TUMD2 0 2 2 Diode_SMD Diode_Bridge_Bourns_CD-DF4xxS 8.1x10.5mm, 4A, single phase bridge rectifier, https://www.bourns.com/docs/Product-Datasheets/CD-DF4xxSL.pdf Surface Mount Bridge Rectifier Diode 0 4 4 Diode_SMD Diode_Bridge_Diotec_ABS SMD diode bridge ABS (Diotec), see https://diotec.com/tl_files/diotec/files/pdf/datasheets/abs2.pdf ABS MBLS 0 4 4 Diode_SMD Diode_Bridge_Diotec_MicroDil_3.0x3.0x1.8mm SMD package Diotec Diotec MicroDil, body 3.0x3.0x1.8mm (e.g. diode bridge), see https://diotec.com/tl_files/diotec/files/pdf/datasheets/mys40.pdf Diotec MicroDil diode bridge 0 4 4 Diode_SMD Diode_Bridge_Diotec_SO-DIL-Slim SMD diode bridge Diotec SO-DIL Slim, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/b40fs.pdf DFS SO-DIL Slim 0 4 4 Diode_SMD Diode_Bridge_Vishay_DFS SMD diode bridge DFS, see http://www.vishay.com/docs/88854/padlayouts.pdf DFS 0 4 4 Diode_SMD Diode_Bridge_Vishay_DFSFlat SMD diode bridge Low Profile DFS "Flat", see http://www.vishay.com/docs/88874/dfl15005.pdf DFS 0 4 4 Diode_SMD Diode_Bridge_Vishay_MBLS SMD diode bridge MBLS, see http://www.vishay.com/docs/89959/mbl104s.pdf http://www.vishay.com/docs/88854/padlayouts.pdf DFS 0 4 4 Diode_SMD Littelfuse_PolyZen-LS http://m.littelfuse.com/~/media/electronics/datasheets/polyzen_devices/littelfuse_polyzen_standard_polyzen_catalog_datasheet.pdf.pdf Diode Polymer Protected Zener Diode Littelfuse LS 0 3 3 Diode_THT D_5KPW_P7.62mm_Vertical_AnodeUp Diode, 5KPW series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9*8mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5KPW series Axial Vertical pin pitch 7.62mm length 9mm diameter 8mm 0 2 2 Diode_THT D_5KPW_P7.62mm_Vertical_KathodeUp Diode, 5KPW series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9*8mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5KPW series Axial Vertical pin pitch 7.62mm length 9mm diameter 8mm 0 2 2 Diode_THT D_5KPW_P12.70mm_Horizontal Diode, 5KPW series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9*8mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5KPW series Axial Horizontal pin pitch 12.7mm length 9mm diameter 8mm 0 2 2 Diode_THT D_5KP_P7.62mm_Vertical_AnodeUp Diode, 5KP series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5KP series Axial Vertical pin pitch 7.62mm length 7.62mm diameter 9.53mm 0 2 2 Diode_THT D_5KP_P7.62mm_Vertical_KathodeUp Diode, 5KP series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5KP series Axial Vertical pin pitch 7.62mm length 7.62mm diameter 9.53mm 0 2 2 Diode_THT D_5KP_P10.16mm_Horizontal Diode, 5KP series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5KP series Axial Horizontal pin pitch 10.16mm length 7.62mm diameter 9.53mm 0 2 2 Diode_THT D_5KP_P12.70mm_Horizontal Diode, 5KP series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5KP series Axial Horizontal pin pitch 12.7mm length 7.62mm diameter 9.53mm 0 2 2 Diode_THT D_5W_P5.08mm_Vertical_AnodeUp Diode, 5W series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5W series Axial Vertical pin pitch 5.08mm length 8.9mm diameter 3.7mm 0 2 2 Diode_THT D_5W_P5.08mm_Vertical_KathodeUp Diode, 5W series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5W series Axial Vertical pin pitch 5.08mm length 8.9mm diameter 3.7mm 0 2 2 Diode_THT D_5W_P10.16mm_Horizontal Diode, 5W series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5W series Axial Horizontal pin pitch 10.16mm length 8.9mm diameter 3.7mm 0 2 2 Diode_THT D_5W_P12.70mm_Horizontal Diode, 5W series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif Diode 5W series Axial Horizontal pin pitch 12.7mm length 8.9mm diameter 3.7mm 0 2 2 Diode_THT D_A-405_P2.54mm_Vertical_AnodeUp Diode, A-405 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf Diode A-405 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_A-405_P2.54mm_Vertical_KathodeUp Diode, A-405 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf Diode A-405 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_A-405_P5.08mm_Vertical_AnodeUp Diode, A-405 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf Diode A-405 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_A-405_P5.08mm_Vertical_KathodeUp Diode, A-405 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf Diode A-405 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_A-405_P7.62mm_Horizontal Diode, A-405 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf Diode A-405 series Axial Horizontal pin pitch 7.62mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_A-405_P10.16mm_Horizontal Diode, A-405 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf Diode A-405 series Axial Horizontal pin pitch 10.16mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_A-405_P12.70mm_Horizontal Diode, A-405 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf Diode A-405 series Axial Horizontal pin pitch 12.7mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-15_P2.54mm_Vertical_AnodeUp Diode, DO-15 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf Diode DO-15 series Axial Vertical pin pitch 2.54mm length 7.6mm diameter 3.6mm 0 2 2 Diode_THT D_DO-15_P2.54mm_Vertical_KathodeUp Diode, DO-15 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf Diode DO-15 series Axial Vertical pin pitch 2.54mm length 7.6mm diameter 3.6mm 0 2 2 Diode_THT D_DO-15_P3.81mm_Vertical_AnodeUp Diode, DO-15 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf Diode DO-15 series Axial Vertical pin pitch 3.81mm length 7.6mm diameter 3.6mm 0 2 2 Diode_THT D_DO-15_P3.81mm_Vertical_KathodeUp Diode, DO-15 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf Diode DO-15 series Axial Vertical pin pitch 3.81mm length 7.6mm diameter 3.6mm 0 2 2 Diode_THT D_DO-15_P5.08mm_Vertical_AnodeUp Diode, DO-15 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf Diode DO-15 series Axial Vertical pin pitch 5.08mm length 7.6mm diameter 3.6mm 0 2 2 Diode_THT D_DO-15_P5.08mm_Vertical_KathodeUp Diode, DO-15 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf Diode DO-15 series Axial Vertical pin pitch 5.08mm length 7.6mm diameter 3.6mm 0 2 2 Diode_THT D_DO-15_P10.16mm_Horizontal Diode, DO-15 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf Diode DO-15 series Axial Horizontal pin pitch 10.16mm length 7.6mm diameter 3.6mm 0 2 2 Diode_THT D_DO-15_P12.70mm_Horizontal Diode, DO-15 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf Diode DO-15 series Axial Horizontal pin pitch 12.7mm length 7.6mm diameter 3.6mm 0 2 2 Diode_THT D_DO-15_P15.24mm_Horizontal Diode, DO-15 series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf Diode DO-15 series Axial Horizontal pin pitch 15.24mm length 7.6mm diameter 3.6mm 0 2 2 Diode_THT D_DO-27_P5.08mm_Vertical_AnodeUp Diode, DO-27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg Diode DO-27 series Axial Vertical pin pitch 5.08mm length 9.52mm diameter 5.33mm 0 2 2 Diode_THT D_DO-27_P5.08mm_Vertical_KathodeUp Diode, DO-27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg Diode DO-27 series Axial Vertical pin pitch 5.08mm length 9.52mm diameter 5.33mm 0 2 2 Diode_THT D_DO-27_P12.70mm_Horizontal Diode, DO-27 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg Diode DO-27 series Axial Horizontal pin pitch 12.7mm length 9.52mm diameter 5.33mm 0 2 2 Diode_THT D_DO-27_P15.24mm_Horizontal Diode, DO-27 series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg Diode DO-27 series Axial Horizontal pin pitch 15.24mm length 9.52mm diameter 5.33mm 0 2 2 Diode_THT D_DO-34_SOD68_P2.54mm_Vertical_AnodeUp Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf Diode DO-34_SOD68 series Axial Vertical pin pitch 2.54mm length 3.04mm diameter 1.6mm 0 2 2 Diode_THT D_DO-34_SOD68_P2.54mm_Vertical_KathodeUp Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf Diode DO-34_SOD68 series Axial Vertical pin pitch 2.54mm length 3.04mm diameter 1.6mm 0 2 2 Diode_THT D_DO-34_SOD68_P5.08mm_Vertical_AnodeUp Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf Diode DO-34_SOD68 series Axial Vertical pin pitch 5.08mm length 3.04mm diameter 1.6mm 0 2 2 Diode_THT D_DO-34_SOD68_P5.08mm_Vertical_KathodeUp Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf Diode DO-34_SOD68 series Axial Vertical pin pitch 5.08mm length 3.04mm diameter 1.6mm 0 2 2 Diode_THT D_DO-34_SOD68_P7.62mm_Horizontal Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf Diode DO-34_SOD68 series Axial Horizontal pin pitch 7.62mm length 3.04mm diameter 1.6mm 0 2 2 Diode_THT D_DO-34_SOD68_P10.16mm_Horizontal Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf Diode DO-34_SOD68 series Axial Horizontal pin pitch 10.16mm length 3.04mm diameter 1.6mm 0 2 2 Diode_THT D_DO-34_SOD68_P12.70mm_Horizontal Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf Diode DO-34_SOD68 series Axial Horizontal pin pitch 12.7mm length 3.04mm diameter 1.6mm 0 2 2 Diode_THT D_DO-35_SOD27_P2.54mm_Vertical_AnodeUp Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm 0 2 2 Diode_THT D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm 0 2 2 Diode_THT D_DO-35_SOD27_P3.81mm_Vertical_AnodeUp Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf Diode DO-35_SOD27 series Axial Vertical pin pitch 3.81mm length 4mm diameter 2mm 0 2 2 Diode_THT D_DO-35_SOD27_P3.81mm_Vertical_KathodeUp Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf Diode DO-35_SOD27 series Axial Vertical pin pitch 3.81mm length 4mm diameter 2mm 0 2 2 Diode_THT D_DO-35_SOD27_P5.08mm_Vertical_AnodeUp Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf Diode DO-35_SOD27 series Axial Vertical pin pitch 5.08mm length 4mm diameter 2mm 0 2 2 Diode_THT D_DO-35_SOD27_P5.08mm_Vertical_KathodeUp Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf Diode DO-35_SOD27 series Axial Vertical pin pitch 5.08mm length 4mm diameter 2mm 0 2 2 Diode_THT D_DO-35_SOD27_P7.62mm_Horizontal Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm 0 2 2 Diode_THT D_DO-35_SOD27_P10.16mm_Horizontal Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf Diode DO-35_SOD27 series Axial Horizontal pin pitch 10.16mm length 4mm diameter 2mm 0 2 2 Diode_THT D_DO-35_SOD27_P12.70mm_Horizontal Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf Diode DO-35_SOD27 series Axial Horizontal pin pitch 12.7mm length 4mm diameter 2mm 0 2 2 Diode_THT D_DO-41_SOD81_P2.54mm_Vertical_AnodeUp Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf Diode DO-41_SOD81 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-41_SOD81_P2.54mm_Vertical_KathodeUp Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf Diode DO-41_SOD81 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-41_SOD81_P3.81mm_Vertical_AnodeUp Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=5.2*2.7mm^2, , https://www.diodes.com/assets/Package-Files/DO-41-Plastic.pdf Diode DO-41_SOD81 series Axial Vertical pin pitch 3.81mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-41_SOD81_P3.81mm_Vertical_KathodeUp Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=5.2*2.7mm^2, , https://www.diodes.com/assets/Package-Files/DO-41-Plastic.pdf Diode DO-41_SOD81 series Axial Vertical pin pitch 3.81mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-41_SOD81_P5.08mm_Vertical_AnodeUp Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf Diode DO-41_SOD81 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-41_SOD81_P5.08mm_Vertical_KathodeUp Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf Diode DO-41_SOD81 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-41_SOD81_P7.62mm_Horizontal Diode, DO-41_SOD81 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf Diode DO-41_SOD81 series Axial Horizontal pin pitch 7.62mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-41_SOD81_P10.16mm_Horizontal Diode, DO-41_SOD81 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf Diode DO-41_SOD81 series Axial Horizontal pin pitch 10.16mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-41_SOD81_P12.70mm_Horizontal Diode, DO-41_SOD81 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf Diode DO-41_SOD81 series Axial Horizontal pin pitch 12.7mm length 5.2mm diameter 2.7mm 0 2 2 Diode_THT D_DO-201AD_P3.81mm_Vertical_AnodeUp Diode, DO-201AD series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf Diode DO-201AD series Axial Vertical pin pitch 3.81mm length 9.5mm diameter 5.2mm 0 2 2 Diode_THT D_DO-201AD_P3.81mm_Vertical_KathodeUp Diode, DO-201AD series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf Diode DO-201AD series Axial Vertical pin pitch 3.81mm length 9.5mm diameter 5.2mm 0 2 2 Diode_THT D_DO-201AD_P5.08mm_Vertical_AnodeUp Diode, DO-201AD series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf Diode DO-201AD series Axial Vertical pin pitch 5.08mm length 9.5mm diameter 5.2mm 0 2 2 Diode_THT D_DO-201AD_P5.08mm_Vertical_KathodeUp Diode, DO-201AD series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf Diode DO-201AD series Axial Vertical pin pitch 5.08mm length 9.5mm diameter 5.2mm 0 2 2 Diode_THT D_DO-201AD_P12.70mm_Horizontal Diode, DO-201AD series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf Diode DO-201AD series Axial Horizontal pin pitch 12.7mm length 9.5mm diameter 5.2mm 0 2 2 Diode_THT D_DO-201AD_P15.24mm_Horizontal Diode, DO-201AD series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf Diode DO-201AD series Axial Horizontal pin pitch 15.24mm length 9.5mm diameter 5.2mm 0 2 2 Diode_THT D_DO-201AE_P3.81mm_Vertical_AnodeUp Diode, DO-201AE series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf Diode DO-201AE series Axial Vertical pin pitch 3.81mm length 9mm diameter 5.3mm 0 2 2 Diode_THT D_DO-201AE_P3.81mm_Vertical_KathodeUp Diode, DO-201AE series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf Diode DO-201AE series Axial Vertical pin pitch 3.81mm length 9mm diameter 5.3mm 0 2 2 Diode_THT D_DO-201AE_P5.08mm_Vertical_AnodeUp Diode, DO-201AE series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf Diode DO-201AE series Axial Vertical pin pitch 5.08mm length 9mm diameter 5.3mm 0 2 2 Diode_THT D_DO-201AE_P5.08mm_Vertical_KathodeUp Diode, DO-201AE series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf Diode DO-201AE series Axial Vertical pin pitch 5.08mm length 9mm diameter 5.3mm 0 2 2 Diode_THT D_DO-201AE_P12.70mm_Horizontal Diode, DO-201AE series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf Diode DO-201AE series Axial Horizontal pin pitch 12.7mm length 9mm diameter 5.3mm 0 2 2 Diode_THT D_DO-201AE_P15.24mm_Horizontal Diode, DO-201AE series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf Diode DO-201AE series Axial Horizontal pin pitch 15.24mm length 9mm diameter 5.3mm 0 2 2 Diode_THT D_DO-201_P3.81mm_Vertical_AnodeUp Diode, DO-201 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf Diode DO-201 series Axial Vertical pin pitch 3.81mm length 9.53mm diameter 5.21mm 0 2 2 Diode_THT D_DO-201_P3.81mm_Vertical_KathodeUp Diode, DO-201 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf Diode DO-201 series Axial Vertical pin pitch 3.81mm length 9.53mm diameter 5.21mm 0 2 2 Diode_THT D_DO-201_P5.08mm_Vertical_AnodeUp Diode, DO-201 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf Diode DO-201 series Axial Vertical pin pitch 5.08mm length 9.53mm diameter 5.21mm 0 2 2 Diode_THT D_DO-201_P5.08mm_Vertical_KathodeUp Diode, DO-201 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf Diode DO-201 series Axial Vertical pin pitch 5.08mm length 9.53mm diameter 5.21mm 0 2 2 Diode_THT D_DO-201_P12.70mm_Horizontal Diode, DO-201 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf Diode DO-201 series Axial Horizontal pin pitch 12.7mm length 9.53mm diameter 5.21mm 0 2 2 Diode_THT D_DO-201_P15.24mm_Horizontal Diode, DO-201 series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf Diode DO-201 series Axial Horizontal pin pitch 15.24mm length 9.53mm diameter 5.21mm 0 2 2 Diode_THT D_P600_R-6_P7.62mm_Vertical_AnodeUp Diode, P600_R-6 series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf Diode P600_R-6 series Axial Vertical pin pitch 7.62mm length 9.1mm diameter 9.1mm 0 2 2 Diode_THT D_P600_R-6_P7.62mm_Vertical_KathodeUp Diode, P600_R-6 series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf Diode P600_R-6 series Axial Vertical pin pitch 7.62mm length 9.1mm diameter 9.1mm 0 2 2 Diode_THT D_P600_R-6_P12.70mm_Horizontal Diode, P600_R-6 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf Diode P600_R-6 series Axial Horizontal pin pitch 12.7mm length 9.1mm diameter 9.1mm 0 2 2 Diode_THT D_P600_R-6_P20.00mm_Horizontal Diode, P600_R-6 series, Axial, Horizontal, pin pitch=20mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf Diode P600_R-6 series Axial Horizontal pin pitch 20mm length 9.1mm diameter 9.1mm 0 2 2 Diode_THT D_T-1_P2.54mm_Vertical_AnodeUp Diode, T-1 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf Diode T-1 series Axial Vertical pin pitch 2.54mm length 3.2mm diameter 2.6mm 0 2 2 Diode_THT D_T-1_P2.54mm_Vertical_KathodeUp Diode, T-1 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf Diode T-1 series Axial Vertical pin pitch 2.54mm length 3.2mm diameter 2.6mm 0 2 2 Diode_THT D_T-1_P5.08mm_Horizontal Diode, T-1 series, Axial, Horizontal, pin pitch=5.08mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf Diode T-1 series Axial Horizontal pin pitch 5.08mm length 3.2mm diameter 2.6mm 0 2 2 Diode_THT D_T-1_P10.16mm_Horizontal Diode, T-1 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf Diode T-1 series Axial Horizontal pin pitch 10.16mm length 3.2mm diameter 2.6mm 0 2 2 Diode_THT D_T-1_P12.70mm_Horizontal Diode, T-1 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf Diode T-1 series Axial Horizontal pin pitch 12.7mm length 3.2mm diameter 2.6mm 0 2 2 Diode_THT Diode_Bridge_15.1x15.1x6.3mm_P10.9mm Single phase bridge rectifier case 15.1x15.1mm, pitch 10.9mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/pb1000.pdf Diode Bridge PB10xxS 0 4 4 Diode_THT Diode_Bridge_15.2x15.2x6.3mm_P10.9mm Single phase bridge rectifier case 15.2x15.2mm, pitch 10.9mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/kbpc600.pdf Diode Bridge KBPC6xx 0 4 4 Diode_THT Diode_Bridge_15.7x15.7x6.3mm_P10.8mm Single phase bridge rectifier case 15.7x15.7 Diode Bridge 0 4 4 Diode_THT Diode_Bridge_16.7x16.7x6.3mm_P10.8mm Single phase bridge rectifier case 16.7x16.7 Diode Bridge 0 4 4 Diode_THT Diode_Bridge_19.0x3.5x10.0mm_P5.0mm Vishay GBU rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88606/g3sba20.pdf Vishay GBU rectifier diode bridge 0 4 4 Diode_THT Diode_Bridge_19.0x19.0x6.8mm_P12.7mm Single phase bridge rectifier case 19x19mm, pitch 12.7mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/pb1000.pdf Diode Bridge PB10xx 0 4 4 Diode_THT Diode_Bridge_28.6x28.6x7.3mm_P18.0mm_P11.6mm Single phase bridge rectifier case 28.6x28.6mm, pitch 18.0mm & 11.6mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/kbpc1500fw.pdf Diode Bridge KBPCxxxxWP 0 4 4 Diode_THT Diode_Bridge_32.0x5.6x17.0mm_P10.0mm_P7.5mm Diotec 32x5.6x17mm rectifier package, 7.5mm/10mm pitch, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/b40c3700.pdf Diotec rectifier diode bridge 0 4 4 Diode_THT Diode_Bridge_DIP-4_W5.08mm_P2.54mm 4-lead dip package for diode bridges, row spacing 5.08mm, pin-spacing 2.54mm, see http://www.vishay.com/docs/88898/b2m.pdf DIL DIP PDIP 5.08mm 2.54 0 4 4 Diode_THT Diode_Bridge_DIP-4_W7.62mm_P5.08mm 4-lead dip package for diode bridges, row spacing 7.62 mm (300 mils), see http://cdn-reichelt.de/documents/datenblatt/A400/HDBL101G_20SERIES-TSC.pdf DIL DIP PDIP 5.08mm 7.62mm 300mil 0 4 4 Diode_THT Diode_Bridge_Round_D8.9mm 4-lead round diode bridge package, diameter 8.9mm, pin pitch 5.08mm, see http://cdn-reichelt.de/documents/datenblatt/A400/W005M-W10M_SEP.PDF diode bridge 8.9mm 8.85mm WOB pitch 5.08mm 0 4 4 Diode_THT Diode_Bridge_Round_D9.0mm 4-lead round diode bridge package, diameter 9.0mm, pin pitch 5.0mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/b40r.pdf diode bridge 9.0mm 8.85mm WOB pitch 5.0mm 0 4 4 Diode_THT Diode_Bridge_Round_D9.8mm 4-lead round diode bridge package, diameter 9.8mm, pin pitch 5.08mm, see http://www.vishay.com/docs/88769/woo5g.pdf diode bridge 9.8mm WOG pitch 5.08mm 0 4 4 Diode_THT Diode_Bridge_Vishay_GBL Vishay GBL rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88609/gbl005.pdf Vishay GBL rectifier diode bridge 0 4 4 Diode_THT Diode_Bridge_Vishay_GBU Vishay GBU rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88606/g3sba20.pdf Vishay GBU rectifier diode bridge 0 4 4 Diode_THT Diode_Bridge_Vishay_KBL Vishay KBL rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88655/kbl005.pdf Vishay KBL rectifier diode bridge 0 4 4 Diode_THT Diode_Bridge_Vishay_KBPC1 Single phase bridge rectifier case KBPC1, see http://www.vishay.com/docs/93585/vs-kbpc1series.pdf Diode Bridge 0 4 4 Diode_THT Diode_Bridge_Vishay_KBPC6 Single phase bridge rectifier case KBPC6, see http://www.vishay.com/docs/93585/vs-kbpc1series.pdf Diode Bridge 0 4 4 Diode_THT Diode_Bridge_Vishay_KBU Vishay KBU rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88656/kbu4.pdf Vishay KBU rectifier diode bridge 0 4 4 Display AG12864E STN/FSTN LCD 128x64 dot https://www.digchip.com/datasheets/parts/datasheet/1121/AG-12864E-pdf.php AG12864E Graphics Display 128x64 Ampire 0 24 20 Display Adafruit_SSD1306 Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI https://learn.adafruit.com/monochrome-oled-breakouts/downloads Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI 0 8 8 Display Adafruit_SSD1306_No_Mounting_Holes Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI https://learn.adafruit.com/monochrome-oled-breakouts/downloads Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI 0 8 8 Display CR2013-MI2120 CR2013-MI2120 ILI9341 LCD Breakout http://pan.baidu.com/s/11Y990 CR2013-MI2120 ILI9341 LCD Breakout 0 18 14 Display EA-eDIP128B-XXX LCD-graphical display with LED backlight 128x64 RS-232 I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip128-6e.pdf LCD-graphical display with LED backlight 128x64 RS-232 I2C or SPI 0 32 32 Display EA_DOGS104X-A LCD 4x10 character 3.3V VDD I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/doma/dogs104e.pdf LCD 4x10 character 3.3V VDD I2C or SPI 0 14 14 Display EA_DOGXL160-7 Grapchical,Display,LCD,160x104 http://www.lcd-module.com/eng/pdf/grafik/dogxl160-7e.pdf EA_DOGXL160-7 0 22 22 Display EA_DOGXL160-7_Backlight Grapchical,Display,LCD,160x104 http://www.lcd-module.com/eng/pdf/grafik/dogxl160-7e.pdf EA_DOGXL160-7_Backlight 0 22 22 Display EA_T123X-I2C http://www.lcd-module.de/pdf/doma/t123-i2c.pdf 3 Line 12 character wide alpha numeric LCD 0 6 6 Display EA_eDIP160-XXX LCD-graphical display with LED backlight 160x104 RS-232 I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip160-7e.pdf LCD-graphical display with LED backlight 160x104 RS-232 I2C or SPI 0 40 40 Display EA_eDIP240-XXX LCD graphical display LED backlight 240x128 http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip240-7e.pdf LCD graphical display LED backlight 240x128 0 40 40 Display EA_eDIP320X-XXX LCD display 320x340 RS-232 I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip320-8e.pdf LCD display 320x340 RS-232 I2C or SPI 0 48 48 Display EA_eDIPTFT32-XXX TFT-graphic display 320x240 16 bit colour with led backlight http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft32-ae.pdf TFT-graphic display 320x240 16 bit colour with led backlight 0 40 40 Display EA_eDIPTFT43-ATC http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft43-ae.pdf TFT graphical display 480x272 16-bit colour with LED backlight 0 40 40 Display EA_eDIPTFT43-XXX TFT graphical display 480x272 16-bit colour with LED backlight http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft43-ae.pdf TFT graphical display 480x272 16-bit colour with LED backlight 0 40 40 Display EA_eDIPTFT57-XXX http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft57-ae.pdf TFT-graphic display 640x480 16 bit colour 0 48 48 Display EA_eDIPTFT70-ATC TFT-graphical display 800x480 16-bit colours with capacitive touch panel http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft70-ae.pdf TFT-graphical display 800x480 16-bit colours with capacitive touch panel 0 48 48 Display EA_eDIPTFT70-XXX TFT-graphical display 800x480 16-bit colours http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft70-ae.pdf TFT-graphical display 800x480 16-bit colours and touch display 0 48 48 Display HDSM-441B_HDSM-443B 2 Digit 7 segemnt blue LED, right hand decimal, https://docs.broadcom.com/docs/AV02-1589EN 2 Digit 7 segment blue LED 0 10 10 Display HDSM-541B_HDSM-543B 2 digit 7 segement blue LED with right hand decimal, https://docs.broadcom.com/docs/AV02-1588EN 2 digit 7 segement blue LED with right hand decimal 0 10 10 Display HDSP-48xx 10-Element Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN 10-Element Bar Graph Array 0 20 20 Display HDSP-4830 10-Element Red Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN 10-Element Red Bar Graph Array 0 20 20 Display HDSP-4832 10-Element Red Yellow Green Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN 10-Element Red Yellow Green Bar Graph Array 0 20 20 Display HDSP-4836 10-Element Red Yellow Green Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN 10-Element Red Yellow Green Bar Graph Array 0 20 20 Display HDSP-4840 10-Element Yellow Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN 10-Element Yellow Bar Graph Array 0 20 20 Display HDSP-4850 10-Element Green Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN 10-Element Green Bar Graph Array 0 20 20 Display HLCP-J100 10-Element Red Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN 10-Element Red Bar Graph Array 0 20 20 Display HY1602E http://www.icbank.com/data/ICBShop/board/HY1602E.pdf LCD 16x2 Alphanumeric 16pin 0 20 16 Display LCD-016N002L 16 x 2 Character LCD, http://www.vishay.com/product?docid=37299 LCD-016N002L 16 x 2 Character LCD 0 24 20 Display LM16255 LCD LM16255 16x2 character http://www.datasheetlib.com/datasheet/259542/lm16255_sharp-electronics.html LCD 12x2 0 14 14 Display NHD-0420H1Z NHD-0420H1Z LCD http://www.newhavendisplay.com/specs/NHD-0420H1Z-FSW-GBW-33V3.pdf NHD-0420H1Z LCD 0 16 16 Display RC1602A http://www.raystar-optronics.com/down.php?ProID=18 LCD 16x2 Alphanumeric 16pin 0 22 18 Display WC1602A LCD 16x2 http://www.wincomlcd.com/pdf/WC1602A-SFYLYHTC06.pdf LCD 16x2 Alphanumeric 16pin 0 20 16 Display_7Segment 7SEGMENT-LED__HDSM531_HDSM533_SMD 7-Segment Display, HDSM53x, https://docs.broadcom.com/docs/AV02-0713EN 7segment LED HDSM531 HDSM533 0 10 10 Display_7Segment 7SegmentLED_LTS6760_LTS6780 7-Segment Display, LTS67x0, http://optoelectronics.liteon.com/upload/download/DS30-2001-355/S6760jd.pdf 7Segment LED LTS6760 LTS6780 0 10 10 Display_7Segment AD-121F2 Single Digit 7-segment RGB LED Display, 1-inch digit height, common anode, http://usasyck.com/products/AD-121F2_cat_e.pdf RGB LED digit 0 22 22 Display_7Segment AFF_2x7SEG-DIGIT_10mm Afficheur 7 segments 10mm DIGIT AFFICHEUR 0 16 16 Display_7Segment CA56-12CGKWA 4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12CGKWA(Ver.9A).pdf 4 digit 7 segment green LED 0 12 12 Display_7Segment CA56-12EWA 4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CA56-12EWA.pdf 4 digit 7 segment green LED 0 12 12 Display_7Segment CA56-12SEKWA 4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12SEKWA(Ver.7A).pdf 4 digit 7 segment green LED 0 12 12 Display_7Segment CA56-12SRWA 4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CA56-12SRWA.pdf 4 digit 7 segment green LED 0 12 12 Display_7Segment CA56-12SURKWA 4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12SURKWA(Ver.8A).pdf 4 digit 7 segment green LED 0 12 12 Display_7Segment CA56-12SYKWA 4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12SYKWA(Ver.6A).pdf 4 digit 7 segment green LED 0 12 12 Display_7Segment CC56-12GWA 4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CA56-11GWA.pdf 4 digit 7 segment green LED 0 12 12 Display_7Segment CC56-12YWA 4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CC56-12YWA.pdf 4 digit 7 segment green LED 0 12 12 Display_7Segment DA04-11CGKWA http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11CGKWA(Ver.6A).pdf Dubble digit green 7 segment LED display 0 16 16 Display_7Segment DA04-11SEKWA http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11SEKWA(Ver.9A).pdf Dubble digit super bright orange 7 segment LED display 0 16 16 Display_7Segment DA04-11SURKWA http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11SURKWA(Ver.10A).pdf Dubble digit hyper red 7 segment LED display 0 16 16 Display_7Segment DA04-11SYKWA http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11SYKWA(Ver.6A).pdf Dubble digit super bright yellow 7 segment LED display 0 16 16 Display_7Segment DA56-11CGKWA http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11CGKWA(Ver.16A).pdf Double digit seven segment green LED display 0 18 18 Display_7Segment DA56-11SEKWA http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11SEKWA(Ver.9A).pdf Double digit seven segment super bright orange LED display 0 18 18 Display_7Segment DA56-11SURKWA http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11SURKWA(Ver.11A).pdf Double digit seven segment hyper red LED display 0 18 18 Display_7Segment DA56-11SYKWA http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11SYKWA(Ver.11A).pdf Double digit seven segment super bright yellow LED display 0 18 18 Display_7Segment DE113-XX-XX http://www.display-elektronik.de/filter/DE113-RS-20_635.pdf 3 1/5 digit LOW BAT + 7-Segment LCD 0 40 40 Display_7Segment DE114-RS-20 http://www.display-elektronik.de/filter/DE113-RS-20_635.pdf 3 1/5 digit reflective LCD LOW-BAT + 7-Segment 0 40 40 Display_7Segment DE122-XX-XX http://www.display-elektronik.de/filter/DE122-RS-20_635.pdf 6 digit 7 segment LCD 0 50 50 Display_7Segment DE170-XX-XX http://www.display-elektronik.de/filter/DE170-RS-20_75.pdf 3 1/5 digit reflective arrow bat + 7 segment LCD 0 40 40 Display_7Segment ELD_426XXXX http://www.everlight.com/file/ProductFile/D426SYGWA-S530-E2.pdf Double digit 7 segment brilliant yellow green LED 0 10 10 Display_7Segment HDSP-7401 One digit 7 segment yellow, https://docs.broadcom.com/docs/AV02-2553EN One digit 7 segment yellow 0 10 10 Display_7Segment HDSP-7507 +-1 overflow 7 segment high efficiency red, https://docs.broadcom.com/docs/AV02-2553EN +-1 overflow 7 segment high efficiency red 0 10 10 Display_7Segment HDSP-7801 One digit 7 segment green, https://docs.broadcom.com/docs/AV02-2553EN One digit 7 segment green 0 10 10 Display_7Segment HDSP-7807 +-1 overflow 7 segment green, https://docs.broadcom.com/docs/AV02-2553EN +-1 overflow 7 segment green 0 10 10 Display_7Segment HDSP-A151 One digit 7 segment red, https://docs.broadcom.com/docs/AV02-2553EN One digit 7 segment high efficiency red 0 10 10 Display_7Segment HDSP-A401 One digit 7 segment orange, common anode, https://docs.broadcom.com/docs/AV02-2553EN One digit 7 segment orange common anode 0 10 10 Display_7Segment KCSC02-105 http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-105(Ver.9A).pdf Single digit 7 segement hyper red LED 0 10 10 Display_7Segment KCSC02-106 http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-106(Ver.10A).pdf Single digit 7 segement super bright orange LED 0 10 10 Display_7Segment KCSC02-107 http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-107(Ver.9A).pdf Single digit 7 segement super bright yellow LED 0 10 10 Display_7Segment KCSC02-123 http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-123(Ver.10A).pdf Single digit 7 segement super bright yellow LED 0 10 10 Display_7Segment KCSC02-136 http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-136(Ver.6B).pdf Single digit 7 segement super bright yellow LED 0 10 10 Display_7Segment LTS-69xx Afficheur 7 segments AFFICHEUR 0 8 8 Display_7Segment MAN71A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php One digit 7 segment red LED with right dot 0 14 14 Display_7Segment MAN72A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php One digit 7 segment red LED with left dot 0 14 14 Display_7Segment MAN73A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php Overflow +- 1 red LED 0 14 14 Display_7Segment MAN3410A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php One digit 7 segment green LED with dot 0 14 14 Display_7Segment MAN3420A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php One digit 7 segment green LED with left dot 0 14 14 Display_7Segment MAN3610A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php One digit 7 segment orange LED with right dot 0 14 14 Display_7Segment MAN3620A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php One digit 7 segment orange LED with left dot 0 14 14 Display_7Segment MAN3630A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php Overflow +- 1 orange LED 0 14 14 Display_7Segment MAN3810A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php One digit 7 segment yellow LED with right dot 0 14 14 Display_7Segment MAN3820A https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php One digit 7 segment yellow LED with left dot 0 14 14 Display_7Segment SA15-11xxx http://www.kingbrightusa.com/images/catalog/SPEC/SA15-11SRWA.pdf SA15-11xxx single digit 7 segment display 38.1mm 1.5inch 0 10 10 Display_7Segment SBC18-11SURKCGKWA http://www.kingbright.com/attachments/file/psearch/000/00/00/SBC18-11SURKCGKWA(Ver.6A).pdf single digit 7 segemnt red/green LED 0 10 10 Fiducial Fiducial_0.5mm_Dia_1mm_Outer Circular Fiducial, 0.5mm bare copper top, 1mm keepout (Level C) fiducial 0 1 0 Fiducial Fiducial_0.5mm_Mask1.5mm Circular Fiducial, 0.5mm bare copper, 1.5mm soldermask opening fiducial 0 1 0 Fiducial Fiducial_0.5mm_Mask1mm Circular Fiducial, 0.5mm bare copper, 1mm soldermask opening (Level C) fiducial 0 1 0 Fiducial Fiducial_0.75mm_Dia_1.5mm_Outer Circular Fiducial, 0.75mm bare copper top, 1.5mm keepout (Level B) fiducial 0 1 0 Fiducial Fiducial_0.75mm_Mask1.5mm Circular Fiducial, 0.75mm bare copper, 1.5mm soldermask opening (Level B) fiducial 0 1 0 Fiducial Fiducial_0.75mm_Mask2.25mm Circular Fiducial, 0.75mm bare copper, 2.25mm soldermask opening fiducial 0 1 0 Fiducial Fiducial_1.5mm_Mask3mm Circular Fiducial, 1.5mm bare copper, 3mm soldermask opening fiducial 0 1 0 Fiducial Fiducial_1.5mm_Mask4.5mm Circular Fiducial, 1.5mm bare copper, 4.5mm soldermask opening fiducial 0 1 0 Fiducial Fiducial_1mm_Dia_2.54mm_Outer_CopperBottom Circular Fiducial, 1mm bare copper bottom, 2.54mm keepout fiducial 0 1 0 Fiducial Fiducial_1mm_Dia_2.54mm_Outer_CopperTop Circular Fiducial, 1mm bare copper top, 2.54mm keepout fiducial 0 1 0 Fiducial Fiducial_1mm_Dia_2mm_Outer Circular Fiducial, 1mm bare copper top, 2mm keepout (Level A) fiducial 0 1 0 Fiducial Fiducial_1mm_Mask2mm Circular Fiducial, 1mm bare copper, 2mm soldermask opening (Level A) fiducial 0 1 0 Fiducial Fiducial_1mm_Mask3mm Circular Fiducial, 1mm bare copper, 3mm soldermask opening (recommended) fiducial 0 1 0 Fiducial Fiducial_Modern_CopperBottom Fiducial, Modern, Copper Bottom fiducial 0 1 0 Fiducial Fiducial_Modern_CopperTop Fiducial, Modern, Copper Top fiducial 0 1 0 Fiducial Fiducial_Modern_SilkscreenTop Fiducial, Modern, Silkscreen Top fiducial 0 1 0 Fiducial Fiducial_classic_Small_CopperBottom_Type1 Fiducial, Classic, Small, Copper Bottom, Type 1 fiducial 0 1 0 Fiducial Fiducial_classic_Small_CopperBottom_Type2 Fiducial, Classic, Small, Copper Bottom, Type 2 fiducial 0 1 0 Fiducial Fiducial_classic_Small_CopperTop_Type1 Fiducial, Classic, Small, Copper Top, Type 1 fiducial 0 1 0 Fiducial Fiducial_classic_Small_CopperTop_Type2 Fiducial, Classic, Small, Copper Top, Type 2 fiducial 0 1 0 Fiducial Fiducial_classic_Small_SilkscreenTop_Type1 Fiducial, Classic, Small, Copper Top, Type 1 fiducial 0 1 0 Fiducial Fiducial_classic_Small_SilkscreenTop_Type2 Fiducial, Classic, Small, Silkscreen Top, Type 2 fiducial 0 1 0 Fiducial Fiducial_classic_big_CopperBottom_Type1 Fiducial, Classic, Big, Copper Bottom, Type 1 fiducial 0 1 0 Fiducial Fiducial_classic_big_CopperBottom_Type2 Fiducial, Classic, Big, Copper Bottom, Type 2 fiducial 0 1 0 Fiducial Fiducial_classic_big_CopperTop_Type1 Fiducial, Classic, Big, Copper Top, Type 1 fiducial 0 1 0 Fiducial Fiducial_classic_big_CopperTop_Type2 Fiducial, Classic, Big, Copper Top, Type 2 fiducial 0 1 0 Fiducial Fiducial_classic_big_SilkscreenTop_Type1 Fiducial, Classic, Big, Silkscreen Top, Type 1 fiducial 0 1 0 Fiducial Fiducial_classic_big_SilkscreenTop_Type2 Fiducial, Classic, Big, Silkscreen Top, Type 2 fiducial 0 1 0 Filter Filter_1109-5_1.1x0.9mm 5-pin SAW filter package - 1.1x0.9 mm Body; (see https://www.murata.com/~/media/webrenewal/support/library/catalog/products/filter/rf/p73e.ashx?la=en-gb) Filter 5 0 5 5 Filter Filter_1411-5_1.4x1.1mm 5-pin filter package - 1.4x1.1 mm Body; (see https://global.kyocera.com/prdct/electro/product/pdf/sf14_tdlte.pdf) Filter 5 0 5 5 Filter Filter_Bourns_SRF0905_6.0x9.2mm https://www.bourns.com/docs/Product-Datasheets/SRF0905.pdf Line Filter 0 4 4 Filter Filter_Mini-Circuits_FV1206 Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206.pdf Mini-Circuits Filter SMD 1206 0 6 4 Filter Filter_Mini-Circuits_FV1206-1 Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-1.pdf Mini-Circuits Filter SMD 1206 0 6 6 Filter Filter_Mini-Circuits_FV1206-4 Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-4.pdf Mini-Circuits Filter SMD 1206 0 8 4 Filter Filter_Mini-Circuits_FV1206-5 Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-5.pdf Mini-Circuits Filter SMD 1206 0 8 4 Filter Filter_Mini-Circuits_FV1206-6 Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-6.pdf Mini-Circuits Filter SMD 1206 0 14 8 Filter Filter_Mini-Circuits_FV1206-7 Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-7.pdf Mini-Circuits Filter SMD 1206 0 5 3 Filter Filter_Murata_BNX025 https://www.murata.com/en-us/products/productdata/8796778004510/QNFH9101.pdf?1496719830000 EMI Filter 0 6 4 Filter Filter_Murata_BNX025_ThermalVias https://www.murata.com/en-us/products/productdata/8796778004510/QNFH9101.pdf?1496719830000 EMI Filter 0 19 4 Fuse Fuse_0201_0603Metric Fuse SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator resistor 0 4 2 Fuse Fuse_0402_1005Metric Fuse SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor 0 2 2 Fuse Fuse_0603_1608Metric Fuse SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor 0 2 2 Fuse Fuse_0603_1608Metric_Pad1.05x0.95mm_HandSolder Fuse SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Fuse Fuse_0805_2012Metric Fuse SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator resistor 0 2 2 Fuse Fuse_0805_2012Metric_Pad1.15x1.40mm_HandSolder Fuse SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator resistor handsolder 0 2 2 Fuse Fuse_01005_0402Metric Fuse SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator resistor 0 4 2 Fuse Fuse_1206_3216Metric Fuse SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor 0 2 2 Fuse Fuse_1206_3216Metric_Pad1.42x1.75mm_HandSolder Fuse SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Fuse Fuse_1210_3225Metric Fuse SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor 0 2 2 Fuse Fuse_1210_3225Metric_Pad1.42x2.65mm_HandSolder Fuse SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Fuse Fuse_1806_4516Metric Fuse SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.modelithics.com/models/Vendor/MuRata/BLM41P.pdf), generated with kicad-footprint-generator resistor 0 2 2 Fuse Fuse_1806_4516Metric_Pad1.57x1.80mm_HandSolder Fuse SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.modelithics.com/models/Vendor/MuRata/BLM41P.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Fuse Fuse_1812_4532Metric Fuse SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator resistor 0 2 2 Fuse Fuse_1812_4532Metric_Pad1.30x3.40mm_HandSolder Fuse SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Fuse Fuse_2010_5025Metric Fuse SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor 0 2 2 Fuse Fuse_2010_5025Metric_Pad1.52x2.65mm_HandSolder Fuse SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Fuse Fuse_2512_6332Metric Fuse SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor 0 2 2 Fuse Fuse_2512_6332Metric_Pad1.52x3.35mm_HandSolder Fuse SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Fuse Fuse_2816_7142Metric Fuse SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator resistor 0 2 2 Fuse Fuse_2816_7142Metric_Pad3.20x4.45mm_HandSolder Fuse SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Fuse Fuse_2920_7451Metric Fuse SMD 2920 (7451 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://www.megastar.com/products/fusetronic/polyswitch/PDF/smd2920.pdf), generated with kicad-footprint-generator resistor 0 2 2 Fuse Fuse_2920_7451Metric_Pad2.10x5.45mm_HandSolder Fuse SMD 2920 (7451 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://www.megastar.com/products/fusetronic/polyswitch/PDF/smd2920.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Fuse Fuse_BelFuse_0ZRE0005FF_L8.3mm_W3.8mm Fuse 0ZRE0005FF, BelFuse, Radial Leaded PTC, https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0008FF_L8.3mm_W3.8mm Fuse 0ZRE0008FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0012FF_L8.3mm_W3.8mm Fuse 0ZRE0012FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0016FF_L9.9mm_W3.8mm Fuse 0ZRE0016FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0025FF_L9.6mm_W3.8mm Fuse 0ZRE0025FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0033FF_L11.4mm_W3.8mm Fuse 0ZRE0033FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0040FF_L11.5mm_W3.8mm Fuse 0ZRE0040FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0055FF_L14.0mm_W4.1mm Fuse 0ZRE0055FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0075FF_L11.5mm_W4.8mm Fuse 0ZRE0075FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0100FF_L18.7mm_W5.1mm Fuse 0ZRE0100FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0125FF_L21.2mm_W5.3mm Fuse 0ZRE0125FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0150FF_L23.4mm_W5.3mm Fuse 0ZRE0150FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_BelFuse_0ZRE0200FF_L24.9mm_W6.1mm Fuse 0ZRE0200FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf 0ZRE BelFuse radial PTC 0 2 2 Fuse Fuse_Blade_ATO_directSolder car blade fuse direct solder car blade fuse 0 2 2 Fuse Fuse_Blade_Mini_directSolder car blade fuse mini, direct solder car blade fuse mini 0 2 2 Fuse Fuse_Bourns_MF-RG300 PTC Resettable Fuse, Ihold = 3.0A, Itrip=5.1A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RG400 PTC Resettable Fuse, Ihold = 4.0A, Itrip=6.8A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RG500 PTC Resettable Fuse, Ihold = 5.0A, Itrip=8.5A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RG600 PTC Resettable Fuse, Ihold = 6.0A, Itrip=10.2A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RG650 PTC Resettable Fuse, Ihold = 6.5A, Itrip=11.1A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RG700 PTC Resettable Fuse, Ihold = 7.0A, Itrip=11.9A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RG800 PTC Resettable Fuse, Ihold = 8.0A, Itrip=13.6A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RG900 PTC Resettable Fuse, Ihold = 9.0A, Itrip=15.3A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RG1000 PTC Resettable Fuse, Ihold = 10.0A, Itrip=17.0A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RG1100 PTC Resettable Fuse, Ihold = 11.0A, Itrip=18.7A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT050 PTC Resettable Fuse, Ihold = 0.5A, Itrip=0.92A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT070 PTC Resettable Fuse, Ihold = 0.7A, Itrip=1.4A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT100 PTC Resettable Fuse, Ihold = 1.0A, Itrip=1.8A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT200 PTC Resettable Fuse, Ihold = 2.0A, Itrip=3.8A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT300 PTC Resettable Fuse, Ihold = 3.0A, Itrip=6.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT400 PTC Resettable Fuse, Ihold = 4.0A, Itrip=7.5A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT500 PTC Resettable Fuse, Ihold = 5.0A, Itrip=9.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT550 PTC Resettable Fuse, Ihold = 5.5A, Itrip=10.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT600 PTC Resettable Fuse, Ihold = 6.0A, Itrip=10.8A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT650 PTC Resettable Fuse, Ihold = 6.5A, Itrip=12.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT700 PTC Resettable Fuse, Ihold = 7.0A, Itrip=13.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT750 PTC Resettable Fuse, Ihold = 7.5A, Itrip=13.1A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT800 PTC Resettable Fuse, Ihold = 8.0A, Itrip=15.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT900 PTC Resettable Fuse, Ihold = 9.0A, Itrip=16.5A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT1000 PTC Resettable Fuse, Ihold = 10.0A, Itrip=18.5A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT1100 PTC Resettable Fuse, Ihold = 11.0A, Itrip=20.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-RHT1300 PTC Resettable Fuse, Ihold = 13.0A, Itrip=24.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf ptc resettable fuse polyfuse THT 0 2 2 Fuse Fuse_Bourns_MF-SM_7.98x5.44mm https://www.bourns.com/docs/Product-Datasheets/mfsm.pdf bourns ptc resettable fuse polyfuse MF-SM MF-SMHT 0 2 2 Fuse Fuse_Bourns_MF-SM_9.5x6.71mm https://www.bourns.com/docs/Product-Datasheets/mfsm.pdf bourns ptc resettable fuse polyfuse MF-SM MF-SMHT 0 2 2 Fuse Fuse_Littelfuse-LVR100 Littelfuse, resettable fuse, PTC, polyswitch LVR100, Ih 1A http://www.littelfuse.com/~/media/electronics/datasheets/resettable_ptcs/littelfuse_ptc_lvr_catalog_datasheet.pdf.pdf LVR100 PTC resettable polyswitch 0 2 2 Fuse Fuse_Littelfuse-LVR125 Littelfuse, resettable fuse, PTC, polyswitch LVR125, Ih 1.25A, http://www.littelfuse.com/~/media/electronics/datasheets/resettable_ptcs/littelfuse_ptc_lvr_catalog_datasheet.pdf.pdf LVR125 PTC resettable polyswitch 0 2 2 Fuse Fuse_Littelfuse-LVR200 Littelfuse, resettable fuse, PTC, polyswitch LVR200, Ih 2A, http://www.littelfuse.com/~/media/electronics/datasheets/resettable_ptcs/littelfuse_ptc_lvr_catalog_datasheet.pdf.pdf LVR200 PTC resettable polyswitch 0 2 2 Fuse Fuse_Littelfuse_395Series Fuse, TE5, Littelfuse/Wickmann, No. 460, No560, Fuse TE5 Littelfuse/Wickmann No. 460 No560 0 2 2 Fuse Fuse_SunFuse-6HP SunFuse Ceramic Slow Blow Fuse 6H_6HP.PDF UL/CSA 6x32mm Ceramic Slow Blow Fuse 0 2 2 Fuse Fuseholder_Blade_ATO_Littelfuse_Pudenz_2_Pin Fuseholder ATO Blade littelfuse Pudenz 2 Pin Fuseholder ATO Blade littelfuse Pudenz 2 Pin 0 2 2 Fuse Fuseholder_Blade_Mini_Keystone_3568 fuse holder, car blade fuse mini, http://www.keyelco.com/product-pdf.cfm?p=306 car blade fuse mini 0 4 2 Fuse Fuseholder_Cylinder-5x20mm_Bulgin_FX0456_Vertical_Closed Fuseholder, 5x20, closed, vertical, Bulgin, FX0456, https://www.bulgin.com/products/pub/media/bulgin/data/Fuseholders.pdf Fuseholder 5x20 closed vertical Bulgin FX0456 Sicherungshalter 0 2 2 Fuse Fuseholder_Cylinder-5x20mm_Bulgin_FX0457_Horizontal_Closed Fuseholder, 5x20, closed, horizontal, Bulgin, FX0457, Sicherungshalter, Fuseholder 5x20 closed horizontal Bulgin FX0457 Sicherungshalter 0 2 2 Fuse Fuseholder_Cylinder-5x20mm_EATON_H15-V-1_Vertical_Closed PCB fuse holders for 5 mm x 20 mm fuses; 250V; 10A (http://www.cooperindustries.com/content/dam/public/bussmann/Electronics/Resources/product-datasheets/bus-elx-ds-4426-h15.pdf) fuse holder vertical 5x20mm 0 2 2 Fuse Fuseholder_Cylinder-5x20mm_EATON_HBV_Vertical_Closed 5 mm x 20 mm fuse holders; Vertical w/ Stability Pins; 250V; 6.3-16A (http://www.cooperindustries.com/content/dam/public/bussmann/Electronics/Resources/product-datasheets/Bus_Elx_DS_2118_HB_PCB_Series.pdf) fuse holder vertical 5x20mm 0 2 2 Fuse Fuseholder_Cylinder-5x20mm_EATON_HBW_Vertical_Closed 5 mm x 20 mm fuse holders; Vertical w/o Stability Pins; 250V; 6.3-16A (http://www.cooperindustries.com/content/dam/public/bussmann/Electronics/Resources/product-datasheets/Bus_Elx_DS_2118_HB_PCB_Series.pdf) fuse holder vertical 5x20mm 0 2 2 Fuse Fuseholder_Cylinder-5x20mm_Schurter_0031-8002_Horizontal_Open Fuseholder, horizontal, open, 6x32, Schurter, 0031.8002, Fuseholder horizontal open 6x32 Schurter 0031.8002 Sicherungshalter 0 2 2 Fuse Fuseholder_Cylinder-5x20mm_Schurter_0031_8201_Horizontal_Open Fuseholder horizontal open 5x20 Schurter 0031.8201, https://www.schurter.com/en/datasheet/typ_OGN.pdf Fuseholder horizontal open 5x20 Schurter 0031.8201 0 2 2 Fuse Fuseholder_Cylinder-5x20mm_Schurter_FAB_0031-355x_Horizontal_Closed Fuseholder 5x20mm horizontal Shurter model FAB, Suitable for order numbers 0031.3551 and 0031.3558 (https://www.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FAB.pdf) Fuseholder 5x20mm closed horizontal 0 2 2 Fuse Fuseholder_Cylinder-5x20mm_Schurter_FPG4_Vertical_Closed Shock-Safe Fuseholder, 5 x 20 mm, Slotted Cap/Fingergrip, vertical, IEC 60335-1; 250VAC/10A VDE; 500V/16A UL/CSA (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FPG4.pdf) fuse holder vertical 5x20mm 0 4 2 Fuse Fuseholder_Cylinder-5x20mm_Schurter_FUP_0031.2510_Horizontal_Closed Shock-Safe closed Fuseholder, Schurter FUP Series, 5.0 x 20mm, Slotted Cap, horizontal, 500 VAC 4W/16A (VDE), 600V 30A (UL/CSA), order numbers: 0031.2510 (0031.2500 + 0031.2323), http://www.schurter.ch/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FUP.pdf Fuseholder 5x20mm horizontal closed 0 3 2 Fuse Fuseholder_Cylinder-5x20mm_Stelvio-Kontek_PTF78_Horizontal_Open https://www.tme.eu/en/Document/3b48dbe2b9714a62652c97b08fcd464b/PTF78.pdf Fuseholder horizontal open 5x20 Stelvio-Kontek PTF/78 0 2 2 Fuse Fuseholder_Cylinder-6.3x32mm_Schurter_0031-8002_Horizontal_Open Fuseholder, horizontal, open, 6.3x32, Schurter, 0031.8002, https://www.schurter.com/en/datasheet/typ_OG__Holder__6.3x32.pdf Fuseholder horizontal open 6.3x32 Schurter 0031.8002 0 2 2 Fuse Fuseholder_Cylinder-6.3x32mm_Schurter_FUP_0031.2520_Horizontal_Closed Shock-Safe closed Fuseholder, Schurter FUP Series, 6.3 x 32 mm, Slotted Cap, horizontal, 500 VAC 4W/16A (VDE), 600V 30A (UL/CSA), order numbers: 0031.2520 (0031.2500 + 0031.2321), http://www.schurter.ch/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FUP.pdf Fuseholder 6.3x32mm horizontal closed 0 3 2 Fuse Fuseholder_TR5_Littelfuse_No560_No460 Fuse, Fuseholder, TR5, Littelfuse/Wickmann, No. 460, No560, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_holders/littelfuse_fuse_holder_559_560_datasheet.pdf.pdf Fuse Fuseholder TR5 Littelfuse/Wickmann No. 460 No560 0 2 2 Heatsink Heatsink_35x26mm_1xFixation3mm_Fischer-SK486-35 Heatsink, 35mm x 26mm, 1x Fixation 3mm, Fischer SK486-35 heatsink 0 1 1 Heatsink Heatsink_38x38mm_SpringFixation Heatsink, 38x38mm, Spring Fixation, diagonal, heatsink 0 4 1 Heatsink Heatsink_62x40mm_2xFixation3mm Heatsink, 62 x 40mm, 2x 3mm Drills, heatsink 0 2 1 Heatsink Heatsink_125x35x50mm_3xFixationM3 Heatsink, 125x35x50mm, 3 fixation holes 3.2mm heatsink 0 0 0 Heatsink Heatsink_AAVID_573300D00010G_TO-263 Heatsink, 12.70mm x 26.16mm x 10.16, SMD, 18K/W, TO-263, D2 Pak, https://www.shopaavid.com/Product/573300D00000G Heatsink AAVID TO-263 D2 Pak 0 2 1 Heatsink Heatsink_Aavid-TV5G_TO220_Horizontal Heatsink TV5G TO-220 Horizontal, https://www.shopaavid.com/Product/TV-5G Heatsink TV5G TO-220 Horizontal 0 0 0 Heatsink Heatsink_Fischer_FK24413D2PAK_26x13mm 26x13 mm SMD heatsink for TO-252 TO-263 TO-268, https://www.fischerelektronik.de/pim/upload/fischerData/cadpdf/base/fk_244_13_d2_pak.pdf heatsink TO-252 TO-263 TO-268 0 2 1 Heatsink Heatsink_Fischer_SK104-STC-STIC_35x13mm_2xDrill2.5mm Heatsink, 35mm x 13mm, 2x Fixation 2,5mm Drill, Soldering, Fischer SK104-STC-STIC, Heatsink fischer TO-220 0 2 1 Heatsink Heatsink_Fischer_SK104-STCB_35x13mm__2xDrill3.5mm_ScrewM3 Heatsink, 35mm x 13mm, 2x Fixation 2,5mm Drill, Soldering, Fischer SK104-STC-STIC, Heatsink fischer TO-220 0 2 1 Heatsink Heatsink_Fischer_SK129-STS_42x25mm_2xDrill2.5mm Heatsink, Fischer SK129 heatsink fischer 0 2 1 Heatsink Heatsink_SheetType_50x7mm_2Fixations Heatsink, Sheet type, 50x7mm, 2 fixations (solder), Heatsink sheet 0 2 1 Heatsink Heatsink_Stonecold_HS-132_32x14mm_2xFixation1.5mm Heatsink, StoneCold HS heatsink 0 2 1 Inductor_SMD L_6.3x6.3_H3 Choke, SMD, 6.3x6.3mm 3mm height Choke SMD 0 2 2 Inductor_SMD L_7.3x7.3_H3.5 Choke, SMD, 7.3x7.3mm 3.5mm height Choke SMD 0 2 2 Inductor_SMD L_7.3x7.3_H4.5 Choke, SMD, 7.3x7.3mm 4.5mm height Choke SMD 0 2 2 Inductor_SMD L_10.4x10.4_H4.8 Choke, SMD, 10.4x10.4mm 4.8mm height Choke SMD 0 2 2 Inductor_SMD L_12x12mm_H4.5mm Choke, SMD, 12x12mm 4.5mm height Choke SMD 0 2 2 Inductor_SMD L_12x12mm_H6mm Choke, SMD, 12x12mm 6mm height Choke SMD 0 2 2 Inductor_SMD L_12x12mm_H8mm Choke, SMD, 12x12mm 8mm height Choke SMD 0 2 2 Inductor_SMD L_0201_0603Metric Inductor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator inductor 0 4 2 Inductor_SMD L_0402_1005Metric Inductor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_0603_1608Metric Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_0603_1608Metric_Pad1.05x0.95mm_HandSolder Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_0805_2012Metric Inductor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_0805_2012Metric_Pad1.15x1.40mm_HandSolder Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_01005_0402Metric Inductor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator inductor 0 4 2 Inductor_SMD L_1206_3216Metric Inductor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_1206_3216Metric_Pad1.42x1.75mm_HandSolder Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_1210_3225Metric Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_1210_3225Metric_Pad1.42x2.65mm_HandSolder Capacitor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_1806_4516Metric Inductor SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.modelithics.com/models/Vendor/MuRata/BLM41P.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_1806_4516Metric_Pad1.57x1.80mm_HandSolder Capacitor SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.modelithics.com/models/Vendor/MuRata/BLM41P.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_1812_4532Metric Inductor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_1812_4532Metric_Pad1.30x3.40mm_HandSolder Capacitor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_2010_5025Metric Inductor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_2010_5025Metric_Pad1.52x2.65mm_HandSolder Capacitor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_2512_6332Metric Inductor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_2512_6332Metric_Pad1.52x3.35mm_HandSolder Capacitor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_2816_7142Metric Inductor SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator inductor 0 2 2 Inductor_SMD L_2816_7142Metric_Pad3.20x4.45mm_HandSolder Capacitor SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator inductor handsolder 0 2 2 Inductor_SMD L_Abracon_ASPI-0630LR smd shielded power inductor https://abracon.com/Magnetics/power/ASPI-0630LR.pdf inductor abracon smd shielded 0 2 2 Inductor_SMD L_Abracon_ASPI-3012S smd shielded power inductor http://www.abracon.com/Magnetics/power/ASPI-3012S.pdf inductor abracon smd shielded 0 2 2 Inductor_SMD L_Bourns-SRN1060 Bourns SRN1060 series SMD inductor https://www.bourns.com/docs/Product-Datasheets/SRN1060.pdf Bourns SRN1060 SMD inductor 0 2 2 Inductor_SMD L_Bourns-SRN4018 Bourns SRN4018 series SMD inductor, https://www.bourns.com/docs/Product-Datasheets/SRN4018.pdf Bourns SRN4018 SMD inductor 0 2 2 Inductor_SMD L_Bourns-SRN6028 Bourns SRN6028 series SMD inductor Bourns SRN6028 SMD inductor 0 2 2 Inductor_SMD L_Bourns-SRR1005 Bourns SRR1005 series SMD inductor Bourns SRR1005 SMD inductor 0 2 2 Inductor_SMD L_Bourns-SRU8043 Bourns SRU8043 series SMD inductor Bourns SRU8043 SMD inductor 0 2 2 Inductor_SMD L_Bourns_SDR1806 https://www.bourns.com/docs/Product-Datasheets/SDR1806.pdf Bourns SDR1806 0 2 2 Inductor_SMD L_Bourns_SRN6045TA http://www.bourns.com/docs/product-datasheets/srn6045ta.pdf Semi-shielded Power Inductor 0 2 2 Inductor_SMD L_Bourns_SRN8040TA https://www.bourns.com/docs/product-datasheets/srn8040ta.pdf Inductor 0 2 2 Inductor_SMD L_Bourns_SRP1245A Bourns SRP1245A series SMD inductor http://www.bourns.com/docs/Product-Datasheets/SRP1245A.pdf Bourns SRP1245A SMD inductor 0 2 2 Inductor_SMD L_Bourns_SRP2313AA Bourns SRR1260 series SMD inductor http://www.bourns.com/docs/product-datasheets/srp2313aa.pdf Bourns SRR1260 SMD inductor 0 4 2 Inductor_SMD L_Bourns_SRR1210A Bourns SRR1210A series SMD inductor https://www.bourns.com/docs/Product-Datasheets/SRR1210A.pdf Bourns SRR1210A SMD inductor 0 2 2 Inductor_SMD L_Bourns_SRR1260 Bourns SRR1260 series SMD inductor http://www.bourns.com/docs/Product-Datasheets/SRR1260.pdf Bourns SRR1260 SMD inductor 0 2 2 Inductor_SMD L_Coilcraft_LPS4018 SMD Inductor Coilcraft LPS4018 https://www.coilcraft.com/misc/lps4018d.html L Coilcraft LPS4018 0 14 2 Inductor_SMD L_Coilcraft_LPS5030 Shielded Power Inductor SMD, Coilcraft LPS5030, https://www.coilcraft.com/pdfs/lps5030.pdf, StepUp generated footprint inductor 0 2 2 Inductor_SMD L_Coilcraft_XAL5030 L_Coilcraft_XAL5030 L Coilcraft XAL5030 0 2 2 Inductor_SMD L_Coilcraft_XxL4020 L_Coilcraft_XxL4020 https://www.coilcraft.com/pdfs/xfl4020.pdf L Coilcraft XxL4020 0 2 2 Inductor_SMD L_Coilcraft_XxL4030 L_Coilcraft_XxL4030 https://www.coilcraft.com/pdfs/xfl4030.pdf L Coilcraft XxL4030 0 2 2 Inductor_SMD L_Coilcraft_XxL4040 L_Coilcraft_XxL4040 https://www.coilcraft.com/pdfs/xal4000.pdf L Coilcraft XxL4040 0 2 2 Inductor_SMD L_CommonMode_Wuerth_WE-SL2 http://katalog.we-online.de/en/pbs/WE-SL2?sid=5fbec16187#vs_t1:c1_ct:1 Wuerth WE-SL2 0 4 4 Inductor_SMD L_Fastron_PISN Choke, Drossel, PISN, SMD, Fastron, Choke Drossel PISN SMD Fastron 0 2 2 Inductor_SMD L_Fastron_PISN_Handsoldering Choke, Drossel, PISN, SMD, Fastron, Choke Drossel PISN SMD Fastron 0 2 2 Inductor_SMD L_Fastron_PISR Choke, Drossel, PISR, Fastron, SMD, Choke Drossel PISR Fastron SMD 0 2 2 Inductor_SMD L_Fastron_PISR_Handsoldering Choke, Drossel, PISR, Fastron, SMD, Choke Drossel PISR Fastron SMD 0 2 2 Inductor_SMD L_Murata_DEM35xxC https://www.murata.com/~/media/webrenewal/products/inductor/chip/tokoproducts/wirewoundferritetypeforpl/m_dem3518c.ashx Inductor SMD DEM35xxC 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_1turn_HDM0131A Neosid, Air-Coil, SML, 1turn, HDM0131A, Neosid Air-Coil SML 1turn HDM0131A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_2turn_HAM0231A Neosid, Air-Coil, SML, 2turn, HAM0231A, Neosid Air-Coil SML 2turn HAM0231A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_2turn_HDM0231A Neosid, Air-Coil, SML, 2turn, HDM0231A, Neosid Air-Coil SML 2turn HDM0231A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_3turn_HAM0331A Neosid, Air-Coil, SML, 2turn, HAM0331A, Neosid Air-Coil SML 3turn HAM0331A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_3turn_HDM0331A Neosid, Air-Coil, SML, 3turn, HDM0331A, Neosid Air-Coil SML 3turn HDM0331A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_4turn_HAM0431A Neosid, Air-Coil, SML, 4turn, HAM0431A, Neosid Air-Coil SML 4turn HAM0431A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_4turn_HDM0431A Neosid, Air-Coil, SML, 4turn, HDM0431A, Neosid Air-Coil SML 4turn HDM0431A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_5turn_HAM0531A Neosid, Air-Coil, SML, 5turn, HAM0531A, Neosid Air-Coil SML 5turn HAM0531A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_5turn_HDM0531A Neosid, Air-Coil, SML, 5turn, HDM0531A, Neosid Air-Coil SML 5turn HDM0531A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_6-10turn_HAM0631A-HAM1031A Neosid, Air-Coil, SML, 6-10turn, HAM0631A-HAM1031A, Neosid Air-Coil SML 6-10turn HAM0631A-HAM1031A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_6-10turn_HDM0431A-HDM1031A Neosid, Air-Coil, SML, 6-10turn, HDM0431A-HDM1031A, Neosid Air-Coil SML 6-10turn HDM0431A-HDM1031A 0 2 2 Inductor_SMD L_Neosid_Air-Coil_SML_6turn_HAM0631A Neosid, Air-Coil, SML, 6turn, HAM0631A, Neosid Air-Coil SML 6turn HAM0631A 0 2 2 Inductor_SMD L_Neosid_MicroCoil_Ms36-L Neosid, Micro Coil, Inductor, Ms36-L, SMD, Festinduktivitaet, anti clockwise, Neosid Micro Coil Inductor Ms36-L SMD Festinduktivitaet anti clockwise 0 2 2 Inductor_SMD L_Neosid_Ms42 Neosid, Inductor, SMs42, Festinduktivitaet, SMD, magneticaly shielded, Neosid Inductor SMs42 Festinduktivitaet SMD magneticaly shielded 0 2 2 Inductor_SMD L_Neosid_Ms50 Neosid, Power Inductor, Ms50, SMD, Festinduktivitaet, Neosid Power Inductor Ms50 SMD Festinduktivitaet 0 2 2 Inductor_SMD L_Neosid_Ms50T Neosid, Power Inductor, Ms50T, SMD, Festinduktivitaet, high temperature, Neosid Power Inductor Ms50T SMD Festinduktivitaet high temperature 0 2 2 Inductor_SMD L_Neosid_Ms85 Neosid, Ms85, Ms85T, SMD Inductor, Festinduktivitaet, SMD, Neosid Ms85 Ms85T SMD Inductor Festinduktivitaet SMD 0 2 2 Inductor_SMD L_Neosid_Ms85T Neosid, Ms85, Ms85T, SMD Inductor, Festinduktivitaet, SMD, Neosid Ms85 Ms85T SMD Inductor Festinduktivitaet SMD 0 2 2 Inductor_SMD L_Neosid_Ms95 Neosid,Inductor,Ms95, Ms95a, Ms95T, Festinduktivitaet, SMD, NeosidInductorMs95 Ms95a Ms95T Festinduktivitaet SMD 0 2 2 Inductor_SMD L_Neosid_Ms95T Neosid,Inductor,Ms95, Ms95a, Ms95T, Festinduktivitaet, SMD, NeosidInductorMs95 Ms95a Ms95T Festinduktivitaet SMD 0 2 2 Inductor_SMD L_Neosid_Ms95a Neosid,Inductor,Ms95, Ms95a, Ms95T, Festinduktivitaet, SMD, NeosidInductorMs95 Ms95a Ms95T Festinduktivitaet SMD 0 2 2 Inductor_SMD L_Neosid_SM-NE95H Neosid, Inductor,SM-NE95H, Festinduktivitaet, SMD, Neosid Inductor SM-NE95H Festinduktivitaet SMD 0 2 2 Inductor_SMD L_Neosid_SM-NE127 Neosid, Inductor, SM-NE127, Festinduktivitaet, SMD, Neosid Inductor SM-NE127 Festinduktivitaet SMD 0 2 2 Inductor_SMD L_Neosid_SM-NE127_HandSoldering Neosid, Inductor, SM-NE127, Festinduktivitaet, SMD, Neosid Inductor SM-NE127 Festinduktivitaet SMD 0 2 2 Inductor_SMD L_Neosid_SM-NE150 Neosid, Inductor, SM-NE150, Festinduktivitaet, SMD, Neosid Inductor SM-NE150 Festinduktivitaet SMD 0 2 2 Inductor_SMD L_Neosid_SM-PIC0512H Neosid, Inductor, PIC0512H, Power Inductor, Festinduktivitaet, SMD, Neosid Inductor PIC0512H Power Inductor Festinduktivitaet SMD 0 2 2 Inductor_SMD L_Neosid_SM-PIC0602H Neosid, Power Inductor, SM-PIC0602H, Festinduktivitaet, SMD, Neosid Power Inductor SM-PIC0602H Festinduktivitaet SMD 0 2 2 Inductor_SMD L_Neosid_SM-PIC0612H Neosid, Power Inductor, SM-PIC0612H, Festinduktivitaet, SMD, Neosid Power Inductor SM-PIC0612H Festinduktivitaet SMD 0 2 2 Inductor_SMD L_Neosid_SM-PIC1004H Neosid, Inductor, SM-PIC1004H, Festinduktivitaet, SMD, Neosid Inductor SM-PIC1004H Festinduktivitaet SMD 0 2 2 Inductor_SMD L_Neosid_SMS-ME3010 Neosid, Inductor, SMS-ME3010, Festinduktivitaet, SMD, magnetically shielded, Neosid Inductor SMS-ME3010 Festinduktivitaet SMD magnetically shielded 0 2 2 Inductor_SMD L_Neosid_SMS-ME3015 Neosid, Power Inductor, SMS-ME3015, Festinduktivitaet, SMD, magnetically shielded, Neosid Power Inductor SMS-ME3015 Festinduktivitaet SMD magnetically shielded 0 2 2 Inductor_SMD L_Neosid_SMs42 Neosid, Inductor, SMs42, Festinduktivitaet, SMD, magneticaly shielded, Neosid Inductor SMs42 Festinduktivitaet SMD magneticaly shielded 0 2 2 Inductor_SMD L_Neosid_SMs50 Neosid, Inductor, SMs50, Festinduktivitaet, SMD, magneticaly shielded, Neosid Inductor SMs50 Festinduktivitaet SMD magneticaly shielded 0 2 2 Inductor_SMD L_Neosid_SMs85 Neosid, Inductor, SMs85, Festinduktivitaet, SMD, magnetically shielded, Neosid Inductor SMs85 Festinduktivitaet SMD magnetically shielded 0 2 2 Inductor_SMD L_Neosid_SMs95_SMs95p Neosid, Inductor, SMs95, Festinduktivitaet, SMD, magnetically shielded, Neosid Inductor SMs95 Festinduktivitaet SMD magnetically shielded 0 2 2 Inductor_SMD L_Pulse_PA4320 Inductor SMD Pulse PA4320 http://productfinder.pulseeng.com/products/datasheets/P787.pdf Inductor SMD Pulse PA4320 0 2 2 Inductor_SMD L_Sagami_CER1242B Inductor, Sagami, h=4.5mm, http://www.sagami-elec.co.jp/file/CER1242B-CER1257B-CER1277B.pdf inductor sagami cer12xxb smd 0 2 2 Inductor_SMD L_Sagami_CER1257B Inductor, Sagami, h=6.0mm, http://www.sagami-elec.co.jp/file/CER1242B-CER1257B-CER1277B.pdf inductor sagami cer12xxb smd 0 2 2 Inductor_SMD L_Sagami_CER1277B Inductor, Sagami, h=8.0mm, http://www.sagami-elec.co.jp/file/CER1242B-CER1257B-CER1277B.pdf inductor sagami cer12xxb smd 0 2 2 Inductor_SMD L_Sagami_CWR1242C Sagami power inductor, CWR1242C, H=4.5mm (http://www.sagami-elec.co.jp/file/16Car_SMDCwr.pdf) inductor sagami cwr12xx smd 0 4 2 Inductor_SMD L_Sagami_CWR1257C Sagami power inductor, CWR1242C, H=6.0mm (http://www.sagami-elec.co.jp/file/16Car_SMDCwr.pdf) inductor sagami cwr12xx smd 0 4 2 Inductor_SMD L_Sagami_CWR1277C Sagami power inductor, CWR1242C, H=7.7mm (http://www.sagami-elec.co.jp/file/16Car_SMDCwr.pdf) inductor sagami cwr12xx smd 0 4 2 Inductor_SMD L_SigTra_SC3316F http://www.signaltransformer.com/sites/all/pdf/smd/P080_SC3316F.pdf Choke 0 2 2 Inductor_SMD L_TDK_SLF6025 Inductor, TDK, SLF6025, 6.0mmx6.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf6025_en.pdf) Inductor TDK_SLF6025 0 2 2 Inductor_SMD L_TDK_SLF6028 Inductor, TDK, SLF6028, 6.0mmx6.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf6028_en.pdf) Inductor TDK_SLF6028 0 2 2 Inductor_SMD L_TDK_SLF6045 Inductor, TDK, SLF6045, 6.0mmx6.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf6045_en.pdf) Inductor TDK_SLF6045 0 2 2 Inductor_SMD L_TDK_SLF7032 Inductor, TDK, SLF7032, 7.0mmx7.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf7032_en.pdf) Inductor TDK_SLF7032 0 2 2 Inductor_SMD L_TDK_SLF7045 Inductor, TDK, SLF7045, 7.0mmx7.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf7045_en.pdf) Inductor TDK_SLF7045 0 2 2 Inductor_SMD L_TDK_SLF7055 Inductor, TDK, SLF7055, 7.0mmx7.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf7055_en.pdf) Inductor TDK_SLF7055 0 2 2 Inductor_SMD L_TDK_SLF10145 Inductor, TDK, SLF10145, 10.1mmx10.1mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_automotive_power_slf10145-h_en.pdf) Inductor TDK_SLF10145 0 2 2 Inductor_SMD L_TDK_SLF10165 Inductor, TDK, SLF10165, 10.1mmx10.1mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_power_slf10165_en.pdf) Inductor TDK_SLF10165 0 2 2 Inductor_SMD L_TDK_SLF12555 Inductor, TDK, SLF12555, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_power_slf12555_en.pdf) Inductor SLF12555 0 2 2 Inductor_SMD L_TDK_SLF12565 Inductor, TDK, SLF12565, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_automotive_power_slf12565-h_en.pdf) Inductor SLF12565 0 2 2 Inductor_SMD L_TDK_SLF12575 Inductor, TDK, SLF12575, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_automotive_power_slf12575-h_en.pdf) Inductor SLF12575 0 2 2 Inductor_SMD L_TDK_VLF10040 Inductor,TDK, TDK-VLP-8040, 8.6mmx8.6mm inductor TDK VLP smd VLF10040 0 2 2 Inductor_SMD L_TDK_VLP8040 Inductor,TDK, TDK-VLP-8040, 8.6mmx8.6mm inductor TDK VLP smd VLP8040 0 2 2 Inductor_SMD L_Taiyo-Yuden_MD-1616 Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-1616, 1.6mmx1.6mm inductor taiyo-yuden md smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_MD-2020 Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-2020, 2.0mmx2.0mm inductor taiyo-yuden md smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_MD-3030 Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-3030, 3.0mmx3.0mm inductor taiyo-yuden md smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_MD-4040 Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-4040, 4.0mmx4.0mm inductor taiyo-yuden md smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_MD-5050 Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-5050, 5.0mmx5.0mm inductor taiyo-yuden md smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-20xx Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-20xx, 2.0mmx2.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-20xx_HandSoldering Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-20xx, 2.0mmx2.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-24xx Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-24xx, 2.4mmx2.4mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-24xx_HandSoldering Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-24xx, 2.4mmx2.4mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-30xx Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-30xx, 3.0mmx3.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-30xx_HandSoldering Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-30xx, 3.0mmx3.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-40xx Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-40xx, 4.0mmx4.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-40xx_HandSoldering Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-40xx, 4.0mmx4.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-50xx Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-50xx, 4.9mmx4.9mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-50xx_HandSoldering Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-50xx, 4.9mmx4.9mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-60xx Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-60xx, 6.0mmx6.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-60xx_HandSoldering Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-60xx, 6.0mmx6.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-80xx Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-80xx, 8.0mmx8.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_Taiyo-Yuden_NR-80xx_HandSoldering Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-80xx, 8.0mmx8.0mm inductor taiyo-yuden nr smd 0 2 2 Inductor_SMD L_TracoPower_TCK-141 Choke, SMD, 4.0x4.0mm 2.1mm height, https://www.tracopower.com/products/tck141.pdf Choke SMD 0 2 2 Inductor_SMD L_Vishay_IHLP-1212 Inductor, Vishay, IHLP series, 3.0mmx3.0mm inductor vishay ihlp smd 0 2 2 Inductor_SMD L_Vishay_IHLP-1616 Inductor, Vishay, IHLP series, 4.1mmx4.1mm inductor vishay ihlp smd 0 2 2 Inductor_SMD L_Vishay_IHLP-2020 Inductor, Vishay, IHLP series, 5.1mmx5.1mm inductor vishay ihlp smd 0 2 2 Inductor_SMD L_Vishay_IHLP-2525 Inductor, Vishay, IHLP series, 6.3mmx6.3mm inductor vishay ihlp smd 0 2 2 Inductor_SMD L_Vishay_IHLP-4040 Inductor, Vishay, IHLP series, 10.2mmx10.2mm inductor vishay ihlp smd 0 2 2 Inductor_SMD L_Vishay_IHLP-5050 Inductor, Vishay, IHLP series, 12.7mmx12.7mm inductor vishay ihlp smd 0 2 2 Inductor_SMD L_Vishay_IHLP-6767 Inductor, Vishay, IHLP series, 17.0mmx17.0mm inductor vishay ihlp smd 0 2 2 Inductor_SMD L_Vishay_IHSM-3825 Inductor, Vishay, Vishay_IHSM-3825, http://www.vishay.com/docs/34018/ihsm3825.pdf, 11.2mmx6.3mm inductor vishay icsm smd 0 2 2 Inductor_SMD L_Vishay_IHSM-4825 Inductor, Vishay, Vishay_IHSM-4825, http://www.vishay.com/docs/34019/ihsm4825.pdf, 13.7mmx6.3mm inductor vishay icsm smd 0 2 2 Inductor_SMD L_Vishay_IHSM-5832 Inductor, Vishay, Vishay_IHSM-5832, http://www.vishay.com/docs/34020/ihsm5832.pdf, 16.3mmx8.1mm inductor vishay icsm smd 0 2 2 Inductor_SMD L_Vishay_IHSM-7832 Inductor, Vishay, Vishay_IHSM-7832, http://www.vishay.com/docs/34021/ihsm7832.pdf, 19.8mmx8.1mm inductor vishay icsm smd 0 2 2 Inductor_SMD L_Wuerth_HCI-1030 Inductor, Wuerth Elektronik, Wuerth_HCI-1030, 10.6mmx10.6mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-1040 Inductor, Wuerth Elektronik, Wuerth_HCI-1040, 10.2mmx10.2mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-1050 Inductor, Wuerth Elektronik, Wuerth_HCI-1050, 10.2mmx10.2mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-1335 Inductor, Wuerth Elektronik, Wuerth_HCI-1335, 12.8mmx12.8mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-1350 Inductor, Wuerth Elektronik, Wuerth_HCI-1350, 12.8mmx12.8mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-1365 Inductor, Wuerth Elektronik, Wuerth_HCI-1365, 12.8mmx12.8mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-1890 Inductor, Wuerth Elektronik, Wuerth_HCI-1890, 18.2mmx18.2mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-2212 Inductor, Wuerth Elektronik, Wuerth_HCI-2212, 22.5mmx22.0mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-5040 Inductor, Wuerth Elektronik, Wuerth_HCI-5040, 5.5mmx5.2mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-7030 Inductor, Wuerth Elektronik, Wuerth_HCI-7030, 6.9mmx6.9mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-7040 Inductor, Wuerth Elektronik, Wuerth_HCI-7040, 6.9mmx6.9mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCI-7050 Inductor, Wuerth Elektronik, Wuerth_HCI-7050, 6.9mmx6.9mm inductor Wuerth hci smd 0 2 2 Inductor_SMD L_Wuerth_HCM-1050 Inductor, Wuerth Elektronik, Wuerth_HCM-1050, 10.2mmx7.0mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_HCM-1052 Inductor, Wuerth Elektronik, Wuerth_HCM-1052, 10.5mmx10.3mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_HCM-1070 Inductor, Wuerth Elektronik, Wuerth_HCM-1070, 10.1mmx7.0mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_HCM-1078 Inductor, Wuerth Elektronik, Wuerth_HCM-1078, 9.4mmx6.2mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_HCM-1190 Inductor, Wuerth Elektronik, Wuerth_HCM-1190, 10.5mmx11.0mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_HCM-1240 Inductor, Wuerth Elektronik, Wuerth_HCM-1240, 10.0mmx11.8mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_HCM-1350 Inductor, Wuerth Elektronik, Wuerth_HCM-1350, 13.5mmx13.3mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_HCM-1390 Inductor, Wuerth Elektronik, Wuerth_HCM-1390, 12.5mmx13.0mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_HCM-7050 Inductor, Wuerth Elektronik, Wuerth_HCM-7050, 7.2mmx7.0mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_HCM-7070 Inductor, Wuerth Elektronik, Wuerth_HCM-7070, 7.4mmx7.2mm inductor Wuerth hcm smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-1610 Inductor, Wuerth Elektronik, Wuerth_MAPI-1610, 1.6mmx1.6mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-2010 Inductor, Wuerth Elektronik, Wuerth_MAPI-2010, 2.0mmx1.6mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-2506 Inductor, Wuerth Elektronik, Wuerth_MAPI-2506, 2.5mmx2.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-2508 Inductor, Wuerth Elektronik, Wuerth_MAPI-2508, 2.5mmx2.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-2510 Inductor, Wuerth Elektronik, Wuerth_MAPI-2510, 2.5mmx2.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-2512 Inductor, Wuerth Elektronik, Wuerth_MAPI-2512, 2.5mmx2.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-3010 Inductor, Wuerth Elektronik, Wuerth_MAPI-3010, 3.0mmx3.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-3012 Inductor, Wuerth Elektronik, Wuerth_MAPI-3012, 3.0mmx3.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-3015 Inductor, Wuerth Elektronik, Wuerth_MAPI-3015, 3.0mmx3.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-3020 Inductor, Wuerth Elektronik, Wuerth_MAPI-3020, 3.0mmx3.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-4020 Inductor, Wuerth Elektronik, Wuerth_MAPI-4020, 4.0mmx4.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_MAPI-4030 Inductor, Wuerth Elektronik, Wuerth_MAPI-4030, 4.0mmx4.0mm inductor Wuerth smd 0 2 2 Inductor_SMD L_Wuerth_WE-DD-Typ-L-Typ-XL-Typ-XXL Choke, Double, Doppeldrossel, SMD, , Wuerth, WE-DD, Typ L, Typ XL, Typ XXL, Choke Double Doppeldrossel SMD Wuerth WE-DD TypL TypXL TypXXL 0 4 4 Inductor_SMD L_Wuerth_WE-DD-Typ-M-Typ-S Choke, Double, Doppeldrossel, SMD, , Wuerth, WE-DD, Typ M, Typ S, Choke Double Doppeldrossel SMD Wuerth WE-DD TypM TypS 0 4 4 Inductor_SMD L_Wuerth_WE-PD-Typ-7345 Choke, Drossel, WE-PD Typ LS, Wuerth, SMD, Choke Drossel WE-PDTypLS Wuerth SMD 0 2 2 Inductor_SMD L_Wuerth_WE-PD-Typ-LS Choke, Drossel, WE-PD Typ LS, Wuerth, SMD, Choke Drossel WE-PDTypLS Wuerth SMD 0 2 2 Inductor_SMD L_Wuerth_WE-PD-Typ-LS_Handsoldering Choke, Drossel, WE-PD Typ LS, Wuerth, SMD, Handsoldering, Choke Drossel WE-PDTypLS Wuerth SMD Handsoldering 0 2 2 Inductor_SMD L_Wuerth_WE-PD-Typ-M-Typ-S Choke, Drossel, WE-PD, Typ M, Typ S, Wuerth, SMD, Choke Drossel WE-PD TypM TypS Wuerth SMD 0 2 2 Inductor_SMD L_Wuerth_WE-PD-Typ-M-Typ-S_Handsoldering Choke, Drossel, WE-PD, Typ M, Typ S, Wuerth, SMD, Handsoldering, Choke Drossel WE-PD TypM TypS Wuerth SMD Handsoldering 0 2 2 Inductor_SMD L_Wuerth_WE-PD2-Typ-L Choke, Drossel, WE-PD2, Typ L, Wuerth, SMD, Choke Drossel WE-PD2 TypL Wuerth SMD 0 2 2 Inductor_SMD L_Wuerth_WE-PD2-Typ-MS Choke, Drossel, WE-PD2, Typ MS, Wuerth, SMD, Choke Drossel WE-PD2 TypMS Wuerth SMD 0 2 2 Inductor_SMD L_Wuerth_WE-PD2-Typ-XL Choke, Drossel, WE-PD2, Typ XL, Wuerth, SMD, Choke Drossel WE-PD2 TypXL Wuerth SMD 0 2 2 Inductor_SMD L_Wuerth_WE-PD4-Typ-X Choke, Drossel, WE-PD4, Typ X, Wuerth, SMD, Choke Drossel WE-PD4 TypX Wuerth SMD 0 2 2 Inductor_SMD L_Wuerth_WE-PDF Choke, Drossel, WE-PDF, Wuerth, SMD, Choke Drossel WE-PDF Wuerth SMD 0 2 2 Inductor_SMD L_Wuerth_WE-PDF_Handsoldering Choke, Drossel, WE-PDF, Handsoldering, Wuerth, SMD, Choke Drossel WE-PDF Handsoldering Wuerth SMD 0 2 2 Inductor_SMD L_Wuerth_WE-TPC-3816 Inductor, WE-TPC, Wuerth, SMD, http://katalog.we-online.de/pbs/datasheet/744031220.pdf Inductor WE-TPC Wuerth SMD 0 10 2 Inductor_THT Choke_EPCOS_B82722A Current-Compensated Ring Core Double Chokes, EPCOS, B82722A, 22.3mmx22.7mm, https://en.tdk.eu/inf/30/db/ind_2008/b82722a_j.pdf chokes epcos tht 0 4 4 Inductor_THT Choke_Schaffner_RN102-04-14.0x14.0mm Current-compensated Chokes, Scaffner, RN102-04, 14.0mmx14.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN112-04-17.7x17.1mm Current-compensated Chokes, Scaffner, RN112-04, 17.7mmx17.1mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN114-04-22.5x21.5mm Current-compensated Chokes, Scaffner, RN114-04, 22.5mmx21.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN116-04-22.5x21.5mm Current-compensated Chokes, Scaffner, RN116-04, 22.5mmx21.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN122-04-28.0x27.0mm Current-compensated Chokes, Scaffner, RN122-04, 28.0mmx27.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN142-04-33.1x32.5mm Current-compensated Chokes, Scaffner, RN142-04, 33.1mmx32.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN143-04-33.1x32.5mm Current-compensated Chokes, Scaffner, RN143-04, 33.1mmx32.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN152-04-43.0x41.8mm Current-compensated Chokes, Scaffner, RN152-04, 43.0mmx41.8mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN202-04-8.8x18.2mm Current-compensated Chokes, Scaffner, RN202-04, 8.8mmx18.2mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN204-04-9.0x14.0mm Current-compensated Chokes, Scaffner, RN204-04, 9.0mmx14.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN212-04-12.5x18.0mm Current-compensated Chokes, Scaffner, RN212-04, 12.5mmx18.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN214-04-15.5x23.0mm Current-compensated Chokes, Scaffner, RN214-04, 15.5mmx23.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN216-04-15.5x23.0mm Current-compensated Chokes, Scaffner, RN216-04, 15.5mmx23.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN222-04-18.0x31.0mm Current-compensated Chokes, Scaffner, RN222-04, 18.0mmx31.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN232-04-18.0x31.0mm Current-compensated Chokes, Scaffner, RN232-04, 18.0mmx31.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT Choke_Schaffner_RN242-04-18.0x31.0mm Current-compensated Chokes, Scaffner, RN242-04, 18.0mmx31.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ chokes schaffner tht 0 4 4 Inductor_THT L_Axial_L5.0mm_D3.6mm_P10.00mm_Horizontal_Murata_BL01RN1A2A2 Inductor, Murata BL01RN1A2A2, Axial, Horizontal, pin pitch=10.00mm, length*diameter=5*3.6mm, https://www.murata.com/en-global/products/productdetail?partno=BL01RN1A2A2%23 inductor axial horizontal 0 2 2 Inductor_THT L_Axial_L5.3mm_D2.2mm_P2.54mm_Vertical_Vishay_IM-1 Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.3*2.2mm^2, Vishay, IM-1, http://www.vishay.com/docs/34030/im.pdf Inductor Axial series Axial Vertical pin pitch 2.54mm length 5.3mm diameter 2.2mm Vishay IM-1 0 2 2 Inductor_THT L_Axial_L5.3mm_D2.2mm_P7.62mm_Horizontal_Vishay_IM-1 Inductor, Axial series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=5.3*2.2mm^2, Vishay, IM-1, http://www.vishay.com/docs/34030/im.pdf Inductor Axial series Axial Horizontal pin pitch 7.62mm length 5.3mm diameter 2.2mm Vishay IM-1 0 2 2 Inductor_THT L_Axial_L5.3mm_D2.2mm_P10.16mm_Horizontal_Vishay_IM-1 Inductor, Axial series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=5.3*2.2mm^2, Vishay, IM-1, http://www.vishay.com/docs/34030/im.pdf Inductor Axial series Axial Horizontal pin pitch 10.16mm length 5.3mm diameter 2.2mm Vishay IM-1 0 2 2 Inductor_THT L_Axial_L6.6mm_D2.7mm_P2.54mm_Vertical_Vishay_IM-2 Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=6.6*2.7mm^2, Vishay, IM-2, http://www.vishay.com/docs/34030/im.pdf Inductor Axial series Axial Vertical pin pitch 2.54mm length 6.6mm diameter 2.7mm Vishay IM-2 0 2 2 Inductor_THT L_Axial_L6.6mm_D2.7mm_P10.16mm_Horizontal_Vishay_IM-2 Inductor, Axial series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=6.6*2.7mm^2, Vishay, IM-2, http://www.vishay.com/docs/34030/im.pdf Inductor Axial series Axial Horizontal pin pitch 10.16mm length 6.6mm diameter 2.7mm Vishay IM-2 0 2 2 Inductor_THT L_Axial_L7.0mm_D3.3mm_P2.54mm_Vertical_Fastron_MICC Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 2.54mm length 7mm diameter 3.3mm Fastron MICC 0 2 2 Inductor_THT L_Axial_L7.0mm_D3.3mm_P5.08mm_Vertical_Fastron_MICC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 5.08mm length 7mm diameter 3.3mm Fastron MICC 0 2 2 Inductor_THT L_Axial_L7.0mm_D3.3mm_P10.16mm_Horizontal_Fastron_MICC Inductor, Axial series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 10.16mm length 7mm diameter 3.3mm Fastron MICC 0 2 2 Inductor_THT L_Axial_L7.0mm_D3.3mm_P12.70mm_Horizontal_Fastron_MICC Inductor, Axial series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 12.7mm length 7mm diameter 3.3mm Fastron MICC 0 2 2 Inductor_THT L_Axial_L9.5mm_D4.0mm_P2.54mm_Vertical_Fastron_SMCC Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf Inductor Axial series Axial Vertical pin pitch 2.54mm length 9.5mm diameter 4mm Fastron SMCC 0 2 2 Inductor_THT L_Axial_L9.5mm_D4.0mm_P5.08mm_Vertical_Fastron_SMCC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf Inductor Axial series Axial Vertical pin pitch 5.08mm length 9.5mm diameter 4mm Fastron SMCC 0 2 2 Inductor_THT L_Axial_L9.5mm_D4.0mm_P12.70mm_Horizontal_Fastron_SMCC Inductor, Axial series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf Inductor Axial series Axial Horizontal pin pitch 12.7mm length 9.5mm diameter 4mm Fastron SMCC 0 2 2 Inductor_THT L_Axial_L9.5mm_D4.0mm_P15.24mm_Horizontal_Fastron_SMCC Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf Inductor Axial series Axial Horizontal pin pitch 15.24mm length 9.5mm diameter 4mm Fastron SMCC 0 2 2 Inductor_THT L_Axial_L11.0mm_D4.5mm_P5.08mm_Vertical_Fastron_MECC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=11*4.5mm^2, Fastron, MECC, http://www.fastrongroup.com/image-show/21/MECC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 5.08mm length 11mm diameter 4.5mm Fastron MECC 0 2 2 Inductor_THT L_Axial_L11.0mm_D4.5mm_P7.62mm_Vertical_Fastron_MECC Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=11*4.5mm^2, Fastron, MECC, http://www.fastrongroup.com/image-show/21/MECC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 7.62mm length 11mm diameter 4.5mm Fastron MECC 0 2 2 Inductor_THT L_Axial_L11.0mm_D4.5mm_P15.24mm_Horizontal_Fastron_MECC Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=11*4.5mm^2, Fastron, MECC, http://www.fastrongroup.com/image-show/21/MECC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 15.24mm length 11mm diameter 4.5mm Fastron MECC 0 2 2 Inductor_THT L_Axial_L12.0mm_D5.0mm_P5.08mm_Vertical_Fastron_MISC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=12*5mm^2, Fastron, MISC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MISC.pdf Inductor Axial series Axial Vertical pin pitch 5.08mm length 12mm diameter 5mm Fastron MISC 0 2 2 Inductor_THT L_Axial_L12.0mm_D5.0mm_P7.62mm_Vertical_Fastron_MISC Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=12*5mm^2, Fastron, MISC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MISC.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 12mm diameter 5mm Fastron MISC 0 2 2 Inductor_THT L_Axial_L12.0mm_D5.0mm_P15.24mm_Horizontal_Fastron_MISC Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=12*5mm^2, Fastron, MISC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MISC.pdf Inductor Axial series Axial Horizontal pin pitch 15.24mm length 12mm diameter 5mm Fastron MISC 0 2 2 Inductor_THT L_Axial_L12.8mm_D5.8mm_P5.08mm_Vertical_Fastron_HBCC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 5.08mm length 12.8mm diameter 5.8mm Fastron HBCC 0 2 2 Inductor_THT L_Axial_L12.8mm_D5.8mm_P7.62mm_Vertical_Fastron_HBCC Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 7.62mm length 12.8mm diameter 5.8mm Fastron HBCC 0 2 2 Inductor_THT L_Axial_L12.8mm_D5.8mm_P20.32mm_Horizontal_Fastron_HBCC Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 20.32mm length 12.8mm diameter 5.8mm Fastron HBCC 0 2 2 Inductor_THT L_Axial_L12.8mm_D5.8mm_P25.40mm_Horizontal_Fastron_HBCC Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 25.4mm length 12.8mm diameter 5.8mm Fastron HBCC 0 2 2 Inductor_THT L_Axial_L13.0mm_D4.5mm_P5.08mm_Vertical_Fastron_HCCC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=13*4.5mm^2, Fastron, HCCC, http://www.fastrongroup.com/image-show/19/HCCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 5.08mm length 13mm diameter 4.5mm Fastron HCCC 0 2 2 Inductor_THT L_Axial_L13.0mm_D4.5mm_P7.62mm_Vertical_Fastron_HCCC Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=13*4.5mm^2, Fastron, HCCC, http://www.fastrongroup.com/image-show/19/HCCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 7.62mm length 13mm diameter 4.5mm Fastron HCCC 0 2 2 Inductor_THT L_Axial_L13.0mm_D4.5mm_P15.24mm_Horizontal_Fastron_HCCC Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=13*4.5mm^2, Fastron, HCCC, http://www.fastrongroup.com/image-show/19/HCCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 15.24mm length 13mm diameter 4.5mm Fastron HCCC 0 2 2 Inductor_THT L_Axial_L14.0mm_D4.5mm_P5.08mm_Vertical_Fastron_LACC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=14*4.5mm^2, Fastron, LACC, http://www.fastrongroup.com/image-show/20/LACC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 5.08mm length 14mm diameter 4.5mm Fastron LACC 0 2 2 Inductor_THT L_Axial_L14.0mm_D4.5mm_P7.62mm_Vertical_Fastron_LACC Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=14*4.5mm^2, Fastron, LACC, http://www.fastrongroup.com/image-show/20/LACC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 7.62mm length 14mm diameter 4.5mm Fastron LACC 0 2 2 Inductor_THT L_Axial_L14.0mm_D4.5mm_P15.24mm_Horizontal_Fastron_LACC Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=14*4.5mm^2, Fastron, LACC, http://www.fastrongroup.com/image-show/20/LACC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 15.24mm length 14mm diameter 4.5mm Fastron LACC 0 2 2 Inductor_THT L_Axial_L14.5mm_D5.8mm_P5.08mm_Vertical_Fastron_HBCC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 5.08mm length 14.5mm diameter 5.8mm Fastron HBCC 0 2 2 Inductor_THT L_Axial_L14.5mm_D5.8mm_P7.62mm_Vertical_Fastron_HBCC Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 7.62mm length 14.5mm diameter 5.8mm Fastron HBCC 0 2 2 Inductor_THT L_Axial_L14.5mm_D5.8mm_P20.32mm_Horizontal_Fastron_HBCC Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 20.32mm length 14.5mm diameter 5.8mm Fastron HBCC 0 2 2 Inductor_THT L_Axial_L14.5mm_D5.8mm_P25.40mm_Horizontal_Fastron_HBCC Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 25.4mm length 14.5mm diameter 5.8mm Fastron HBCC 0 2 2 Inductor_THT L_Axial_L16.0mm_D6.3mm_P5.08mm_Vertical_Fastron_VHBCC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 5.08mm length 16mm diameter 6.3mm Fastron VHBCC 0 2 2 Inductor_THT L_Axial_L16.0mm_D6.3mm_P7.62mm_Vertical_Fastron_VHBCC Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 7.62mm length 16mm diameter 6.3mm Fastron VHBCC 0 2 2 Inductor_THT L_Axial_L16.0mm_D6.3mm_P20.32mm_Horizontal_Fastron_VHBCC Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 20.32mm length 16mm diameter 6.3mm Fastron VHBCC 0 2 2 Inductor_THT L_Axial_L16.0mm_D6.3mm_P25.40mm_Horizontal_Fastron_VHBCC Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 25.4mm length 16mm diameter 6.3mm Fastron VHBCC 0 2 2 Inductor_THT L_Axial_L16.0mm_D7.5mm_P5.08mm_Vertical_Fastron_XHBCC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 5.08mm length 16mm diameter 7.5mm Fastron XHBCC 0 2 2 Inductor_THT L_Axial_L16.0mm_D7.5mm_P7.62mm_Vertical_Fastron_XHBCC Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Vertical pin pitch 7.62mm length 16mm diameter 7.5mm Fastron XHBCC 0 2 2 Inductor_THT L_Axial_L16.0mm_D7.5mm_P20.32mm_Horizontal_Fastron_XHBCC Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 20.32mm length 16mm diameter 7.5mm Fastron XHBCC 0 2 2 Inductor_THT L_Axial_L16.0mm_D7.5mm_P25.40mm_Horizontal_Fastron_XHBCC Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series Inductor Axial series Axial Horizontal pin pitch 25.4mm length 16mm diameter 7.5mm Fastron XHBCC 0 2 2 Inductor_THT L_Axial_L16.0mm_D9.5mm_P5.08mm_Vertical_Vishay_IM-10-37 Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=16*9.5mm^2, Vishay, IM-10-37, http://www.vishay.com/docs/34030/im10.pdf Inductor Axial series Axial Vertical pin pitch 5.08mm length 16mm diameter 9.5mm Vishay IM-10-37 0 2 2 Inductor_THT L_Axial_L16.0mm_D9.5mm_P20.32mm_Horizontal_Vishay_IM-10-37 Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=16*9.5mm^2, Vishay, IM-10-37, http://www.vishay.com/docs/34030/im10.pdf Inductor Axial series Axial Horizontal pin pitch 20.32mm length 16mm diameter 9.5mm Vishay IM-10-37 0 2 2 Inductor_THT L_Axial_L17.5mm_D12.0mm_P7.62mm_Vertical_Vishay_IM-10-46 Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=17.5*12mm^2, Vishay, IM-10-46, http://www.vishay.com/docs/34030/im10.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 17.5mm diameter 12mm Vishay IM-10-46 0 2 2 Inductor_THT L_Axial_L17.5mm_D12.0mm_P20.32mm_Horizontal_Vishay_IM-10-46 Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=17.5*12mm^2, Vishay, IM-10-46, http://www.vishay.com/docs/34030/im10.pdf Inductor Axial series Axial Horizontal pin pitch 20.32mm length 17.5mm diameter 12mm Vishay IM-10-46 0 2 2 Inductor_THT L_Axial_L20.0mm_D8.0mm_P5.08mm_Vertical Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=20*8mm^2 Inductor Axial series Axial Vertical pin pitch 5.08mm length 20mm diameter 8mm 0 2 2 Inductor_THT L_Axial_L20.0mm_D8.0mm_P7.62mm_Vertical Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=20*8mm^2 Inductor Axial series Axial Vertical pin pitch 7.62mm length 20mm diameter 8mm 0 2 2 Inductor_THT L_Axial_L20.0mm_D8.0mm_P25.40mm_Horizontal Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=20*8mm^2 Inductor Axial series Axial Horizontal pin pitch 25.4mm length 20mm diameter 8mm 0 2 2 Inductor_THT L_Axial_L20.3mm_D12.1mm_P7.62mm_Vertical_Vishay_IHA-101 Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=20.32*12.07mm^2, Vishay, IHA-101, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 20.32mm diameter 12.07mm Vishay IHA-101 0 2 2 Inductor_THT L_Axial_L20.3mm_D12.1mm_P28.50mm_Horizontal_Vishay_IHA-101 Inductor, Axial series, Axial, Horizontal, pin pitch=28.5mm, , length*diameter=20.32*12.07mm^2, Vishay, IHA-101, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Horizontal pin pitch 28.5mm length 20.32mm diameter 12.07mm Vishay IHA-101 0 2 2 Inductor_THT L_Axial_L20.3mm_D12.7mm_P7.62mm_Vertical_Vishay_IHA-201 Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=20.32*12.7mm^2, Vishay, IHA-201, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 20.32mm diameter 12.7mm Vishay IHA-201 0 2 2 Inductor_THT L_Axial_L20.3mm_D12.7mm_P25.40mm_Horizontal_Vishay_IHA-201 Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=20.32*12.7mm^2, Vishay, IHA-201, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Horizontal pin pitch 25.4mm length 20.32mm diameter 12.7mm Vishay IHA-201 0 2 2 Inductor_THT L_Axial_L23.4mm_D12.7mm_P7.62mm_Vertical_Vishay_IHA-203 Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=23.37*12.7mm^2, Vishay, IHA-203, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 23.37mm diameter 12.7mm Vishay IHA-203 0 2 2 Inductor_THT L_Axial_L23.4mm_D12.7mm_P32.00mm_Horizontal_Vishay_IHA-203 Inductor, Axial series, Axial, Horizontal, pin pitch=32mm, , length*diameter=23.37*12.7mm^2, Vishay, IHA-203, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Horizontal pin pitch 32mm length 23.37mm diameter 12.7mm Vishay IHA-203 0 2 2 Inductor_THT L_Axial_L24.0mm_D7.1mm_P5.08mm_Vertical_Vishay_IM-10-28 Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=24*7.1mm^2, Vishay, IM-10-28, http://www.vishay.com/docs/34035/im10.pdf Inductor Axial series Axial Vertical pin pitch 5.08mm length 24mm diameter 7.1mm Vishay IM-10-28 0 2 2 Inductor_THT L_Axial_L24.0mm_D7.1mm_P30.48mm_Horizontal_Vishay_IM-10-28 Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=24*7.1mm^2, Vishay, IM-10-28, http://www.vishay.com/docs/34035/im10.pdf Inductor Axial series Axial Horizontal pin pitch 30.48mm length 24mm diameter 7.1mm Vishay IM-10-28 0 2 2 Inductor_THT L_Axial_L24.0mm_D7.5mm_P5.08mm_Vertical_Fastron_MESC Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=24*7.5mm^2, Fastron, MESC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MESC.pdf Inductor Axial series Axial Vertical pin pitch 5.08mm length 24mm diameter 7.5mm Fastron MESC 0 2 2 Inductor_THT L_Axial_L24.0mm_D7.5mm_P7.62mm_Vertical_Fastron_MESC Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=24*7.5mm^2, Fastron, MESC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MESC.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 24mm diameter 7.5mm Fastron MESC 0 2 2 Inductor_THT L_Axial_L24.0mm_D7.5mm_P27.94mm_Horizontal_Fastron_MESC Inductor, Axial series, Axial, Horizontal, pin pitch=27.94mm, , length*diameter=24*7.5mm^2, Fastron, MESC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MESC.pdf Inductor Axial series Axial Horizontal pin pitch 27.94mm length 24mm diameter 7.5mm Fastron MESC 0 2 2 Inductor_THT L_Axial_L26.0mm_D9.0mm_P5.08mm_Vertical_Fastron_77A Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=26*9mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Vertical pin pitch 5.08mm length 26mm diameter 9mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L26.0mm_D9.0mm_P7.62mm_Vertical_Fastron_77A Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26*9mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 26mm diameter 9mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L26.0mm_D9.0mm_P30.48mm_Horizontal_Fastron_77A Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=26*9mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Horizontal pin pitch 30.48mm length 26mm diameter 9mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L26.0mm_D10.0mm_P5.08mm_Vertical_Fastron_77A Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=26*10mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Vertical pin pitch 5.08mm length 26mm diameter 10mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L26.0mm_D10.0mm_P7.62mm_Vertical_Fastron_77A Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26*10mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 26mm diameter 10mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L26.0mm_D10.0mm_P30.48mm_Horizontal_Fastron_77A Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=26*10mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Horizontal pin pitch 30.48mm length 26mm diameter 10mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L26.0mm_D11.0mm_P5.08mm_Vertical_Fastron_77A Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=26*11mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Vertical pin pitch 5.08mm length 26mm diameter 11mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L26.0mm_D11.0mm_P7.62mm_Vertical_Fastron_77A Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26*11mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 26mm diameter 11mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L26.0mm_D11.0mm_P30.48mm_Horizontal_Fastron_77A Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=26*11mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Horizontal pin pitch 30.48mm length 26mm diameter 11mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L26.7mm_D12.1mm_P7.62mm_Vertical_Vishay_IHA-103 Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26.67*12.07mm^2, Vishay, IHA-103, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 26.67mm diameter 12.07mm Vishay IHA-103 0 2 2 Inductor_THT L_Axial_L26.7mm_D12.1mm_P35.00mm_Horizontal_Vishay_IHA-103 Inductor, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=26.67*12.07mm^2, Vishay, IHA-103, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Horizontal pin pitch 35mm length 26.67mm diameter 12.07mm Vishay IHA-103 0 2 2 Inductor_THT L_Axial_L26.7mm_D14.0mm_P7.62mm_Vertical_Vishay_IHA-104 Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26.67*13.97mm^2, Vishay, IHA-104, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 26.67mm diameter 13.97mm Vishay IHA-104 0 2 2 Inductor_THT L_Axial_L26.7mm_D14.0mm_P35.00mm_Horizontal_Vishay_IHA-104 Inductor, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=26.67*13.97mm^2, Vishay, IHA-104, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Horizontal pin pitch 35mm length 26.67mm diameter 13.97mm Vishay IHA-104 0 2 2 Inductor_THT L_Axial_L29.9mm_D14.0mm_P7.62mm_Vertical_Vishay_IHA-105 Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=29.85*13.97mm^2, Vishay, IHA-105, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 29.85mm diameter 13.97mm Vishay IHA-105 0 2 2 Inductor_THT L_Axial_L29.9mm_D14.0mm_P38.00mm_Horizontal_Vishay_IHA-105 Inductor, Axial series, Axial, Horizontal, pin pitch=38mm, , length*diameter=29.85*13.97mm^2, Vishay, IHA-105, http://www.vishay.com/docs/34014/iha.pdf Inductor Axial series Axial Horizontal pin pitch 38mm length 29.85mm diameter 13.97mm Vishay IHA-105 0 2 2 Inductor_THT L_Axial_L30.0mm_D8.0mm_P5.08mm_Vertical_Fastron_77A Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=30*8mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Vertical pin pitch 5.08mm length 30mm diameter 8mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L30.0mm_D8.0mm_P7.62mm_Vertical_Fastron_77A Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=30*8mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Vertical pin pitch 7.62mm length 30mm diameter 8mm Fastron 77A 0 2 2 Inductor_THT L_Axial_L30.0mm_D8.0mm_P35.56mm_Horizontal_Fastron_77A Inductor, Axial series, Axial, Horizontal, pin pitch=35.56mm, , length*diameter=30*8mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf Inductor Axial series Axial Horizontal pin pitch 35.56mm length 30mm diameter 8mm Fastron 77A 0 2 2 Inductor_THT L_CommonMode_Toroid_Vertical_L19.3mm_W10.8mm_Px6.35mm_Py15.24mm_Bourns_8100 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=6.35*15.24mm^2, , length*width=19.304*10.795mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 6.35*15.24mm^2 length 19.304mm width 10.795mm Bourns 8100 0 4 4 Inductor_THT L_CommonMode_Toroid_Vertical_L21.0mm_W10.0mm_Px5.08mm_Py12.70mm_muRATA_5100 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=5.08*12.70mm^2, , length*width=21*10mm^2, muRATA, 5100, http://www.murata-ps.com/data/magnetics/kmp_5100.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 5.08*12.70mm^2 length 21mm width 10mm muRATA 5100 0 4 4 Inductor_THT L_CommonMode_Toroid_Vertical_L24.0mm_W16.3mm_Px10.16mm_Py20.32mm_muRATA_5200 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=10.16*20.32mm^2, , length*width=24*16.3mm^2, muRATA, 5200, http://www.murata-ps.com/data/magnetics/kmp_5200.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 10.16*20.32mm^2 length 24mm width 16.3mm muRATA 5200 0 4 4 Inductor_THT L_CommonMode_Toroid_Vertical_L30.5mm_W15.2mm_Px10.16mm_Py20.32mm_Bourns_8100 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=10.16*20.32mm^2, , length*width=30.479999999999997*15.239999999999998mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 10.16*20.32mm^2 length 30.479999999999997mm width 15.239999999999998mm Bourns 8100 0 4 4 Inductor_THT L_CommonMode_Toroid_Vertical_L34.3mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=34.29*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 34.29mm width 20.32mm Bourns 8100 0 4 4 Inductor_THT L_CommonMode_Toroid_Vertical_L36.8mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=36.83*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 36.83mm width 20.32mm Bourns 8100 0 4 4 Inductor_THT L_CommonMode_Toroid_Vertical_L38.1mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=38.099999999999994*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 38.099999999999994mm width 20.32mm Bourns 8100 0 4 4 Inductor_THT L_CommonMode_Toroid_Vertical_L39.4mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=39.37*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 39.37mm width 20.32mm Bourns 8100 0 4 4 Inductor_THT L_CommonMode_Toroid_Vertical_L41.9mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=41.91*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 41.91mm width 20.32mm Bourns 8100 0 4 4 Inductor_THT L_CommonMode_Toroid_Vertical_L43.2mm_W22.9mm_Px17.78mm_Py30.48mm_Bourns_8100 L_CommonMode_Toroid, Vertical series, Radial, pin pitch=17.78*30.48mm^2, , length*width=43.18*22.86mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf L_CommonMode_Toroid Vertical series Radial pin pitch 17.78*30.48mm^2 length 43.18mm width 22.86mm Bourns 8100 0 4 4 Inductor_THT L_CommonMode_Wuerth_WE-CMB-L Wuerth, WE-CMB, Bauform L, CommonModeChoke Gleichtaktdrossel 0 4 4 Inductor_THT L_CommonMode_Wuerth_WE-CMB-M Wuerth, WE-CMB, Bauform M, CommonModeChoke Gleichtaktdrossel 0 4 4 Inductor_THT L_CommonMode_Wuerth_WE-CMB-S Wuerth, WE-CMB, Bauform S, CommonModeChoke Gleichtaktdrossel 0 4 4 Inductor_THT L_CommonMode_Wuerth_WE-CMB-XL Wuerth, WE-CMB, Bauform XL, CommonModeChoke Gleichtaktdrossel 0 4 4 Inductor_THT L_CommonMode_Wuerth_WE-CMB-XS Wuerth, WE-CMB, Bauform XS, CommonModeChoke Gleichtaktdrossel 0 4 4 Inductor_THT L_CommonMode_Wuerth_WE-CMB-XXL Wuerth, WE-CMB, Bauform XXL, CommonModeChoke Gleichtaktdrossel 0 4 4 Inductor_THT L_Mount_Lodestone_VTM120 Lodestone Pacific, 30.48mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf vertical inductor toroid mount 0 4 4 Inductor_THT L_Mount_Lodestone_VTM160 Lodestone Pacific, 40.64mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf vertical inductor toroid mount 0 4 4 Inductor_THT L_Mount_Lodestone_VTM254 Lodestone Pacific, 64.51mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf vertical inductor toroid mount 0 4 4 Inductor_THT L_Mount_Lodestone_VTM280 Lodestone Pacific, 71.12mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf vertical inductor toroid mount 0 4 4 Inductor_THT L_Radial_D6.0mm_P4.00mm Inductor, Radial series, Radial, pin pitch=4.00mm, , diameter=6.0mm, http://www.abracon.com/Magnetics/radial/AIUR-07.pdf Inductor Radial series Radial pin pitch 4.00mm diameter 6.0mm 0 2 2 Inductor_THT L_Radial_D7.0mm_P3.00mm Inductor, Radial series, Radial, pin pitch=3.00mm, , diameter=7mm, http://www.abracon.com/Magnetics/radial/AIUR-16.pdf Inductor Radial series Radial pin pitch 3.00mm diameter 7mm 0 2 2 Inductor_THT L_Radial_D7.2mm_P3.00mm_MuRATA_1700 Inductor, Radial series, Radial, pin pitch=3.00mm, , diameter=7.2mm, MuRATA, 1700, http://www.murata-ps.com/data/magnetics/kmp_1700.pdf Inductor Radial series Radial pin pitch 3.00mm diameter 7.2mm MuRATA 1700 0 2 2 Inductor_THT L_Radial_D7.5mm_P3.50mm_Fastron_07P Inductor, Radial series, Radial, pin pitch=3.50mm, , diameter=7.5mm, Fastron, 07P, http://www.fastrongroup.com/image-show/39/07P.pdf?type=Complete-DataSheet&productType=series Inductor Radial series Radial pin pitch 3.50mm diameter 7.5mm Fastron 07P 0 2 2 Inductor_THT L_Radial_D7.5mm_P5.00mm_Fastron_07P Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=7.5mm, Fastron, 07P, http://www.fastrongroup.com/image-show/39/07P.pdf?type=Complete-DataSheet&productType=series Inductor Radial series Radial pin pitch 5.00mm diameter 7.5mm Fastron 07P 0 2 2 Inductor_THT L_Radial_D7.8mm_P5.00mm_Fastron_07HCP Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=7.8mm, Fastron, 07HCP, http://www.abracon.com/Magnetics/radial/AISR875.pdf Inductor Radial series Radial pin pitch 5.00mm diameter 7.8mm Fastron 07HCP 0 2 2 Inductor_THT L_Radial_D8.7mm_P5.00mm_Fastron_07HCP Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=8.7mm, Fastron, 07HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_07HCP.pdf Inductor Radial series Radial pin pitch 5.00mm diameter 8.7mm Fastron 07HCP 0 2 2 Inductor_THT L_Radial_D9.5mm_P5.00mm_Fastron_07HVP Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=9.5mm, Fastron, 07HVP, http://www.fastrongroup.com/image-show/107/07HVP%2007HVP_T.pdf?type=Complete-DataSheet&productType=series Inductor Radial series Radial pin pitch 5.00mm diameter 9.5mm Fastron 07HVP 0 2 2 Inductor_THT L_Radial_D10.0mm_P5.00mm_Fastron_07M Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10mm, Fastron, 07M, http://www.fastrongroup.com/image-show/37/07M.pdf?type=Complete-DataSheet&productType=series Inductor Radial series Radial pin pitch 5.00mm diameter 10mm Fastron 07M 0 2 2 Inductor_THT L_Radial_D10.0mm_P5.00mm_Fastron_07P Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10mm, Fastron, 07P, http://www.fastrongroup.com/image-show/37/07M.pdf?type=Complete-DataSheet&productType=series Inductor Radial series Radial pin pitch 5.00mm diameter 10mm Fastron 07P 0 2 2 Inductor_THT L_Radial_D10.0mm_P5.00mm_Neosid_SD12_style3 Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10.0mm, Neosid, SD12, style3, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf Inductor Radial series Radial pin pitch 5.00mm diameter 10.0mm Neosid SD12 style3 0 2 2 Inductor_THT L_Radial_D10.0mm_P5.00mm_Neosid_SD12k_style3 Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10.0mm, Neosid, SD12k, style3, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf Inductor Radial series Radial pin pitch 5.00mm diameter 10.0mm Neosid SD12k style3 0 2 2 Inductor_THT L_Radial_D10.5mm_P4.00x5.00mm_Murata_1200RS Inductor, Radial, Pitch=4.00x5.00mm, Diameter=10.5mm, Murata 1200RS, http://www.murata-ps.com/data/magnetics/kmp_1200rs.pdf Inductor Radial Murata 1200RS 0 4 2 Inductor_THT L_Radial_D10.5mm_P5.00mm_Abacron_AISR-01 Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10.5mm, Abacron, AISR-01, http://www.abracon.com/Magnetics/radial/AISR-01.pdf Inductor Radial series Radial pin pitch 5.00mm diameter 10.5mm Abacron AISR-01 0 2 2 Inductor_THT L_Radial_D12.0mm_P5.00mm_Fastron_11P Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=12.0mm, Fastron, 11P, http://cdn-reichelt.de/documents/datenblatt/B400/DS_11P.pdf Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm Fastron 11P 0 2 2 Inductor_THT L_Radial_D12.0mm_P5.00mm_Neosid_SD12_style2 Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=12.0mm, Neosid, SD12, style2, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm Neosid SD12 style2 0 2 2 Inductor_THT L_Radial_D12.0mm_P5.00mm_Neosid_SD12k_style2 Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=12.0mm, Neosid, SD12k, style2, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm Neosid SD12k style2 0 2 2 Inductor_THT L_Radial_D12.0mm_P6.00mm_MuRATA_1900R Inductor, Radial series, Radial, pin pitch=6.00mm, , diameter=12.0mm, MuRATA, 1900R, http://www.murata-ps.com/data/magnetics/kmp_1900r.pdf Inductor Radial series Radial pin pitch 6.00mm diameter 12.0mm MuRATA 1900R 0 2 2 Inductor_THT L_Radial_D12.0mm_P10.00mm_Neosid_SD12_style1 Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=12.0mm, Neosid, SD12, style1, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf Inductor Radial series Radial pin pitch 10.00mm diameter 12.0mm Neosid SD12 style1 0 2 2 Inductor_THT L_Radial_D12.0mm_P10.00mm_Neosid_SD12k_style1 Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=12.0mm, Neosid, SD12k, style1, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf Inductor Radial series Radial pin pitch 10.00mm diameter 12.0mm Neosid SD12k style1 0 2 2 Inductor_THT L_Radial_D12.5mm_P7.00mm_Fastron_09HCP Inductor, Radial series, Radial, pin pitch=7.00mm, , diameter=12.5mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf Inductor Radial series Radial pin pitch 7.00mm diameter 12.5mm Fastron 09HCP 0 2 2 Inductor_THT L_Radial_D12.5mm_P9.00mm_Fastron_09HCP Inductor, Radial series, Radial, pin pitch=9.00mm, , diameter=12.5mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf Inductor Radial series Radial pin pitch 9.00mm diameter 12.5mm Fastron 09HCP 0 2 2 Inductor_THT L_Radial_D13.5mm_P7.00mm_Fastron_09HCP Inductor, Radial series, Radial, pin pitch=7.00mm, , diameter=13.5mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf Inductor Radial series Radial pin pitch 7.00mm diameter 13.5mm Fastron 09HCP 0 2 2 Inductor_THT L_Radial_D14.2mm_P10.00mm_Neosid_SD14 Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=14.2mm, Neosid, SD14, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd14.pdf Inductor Radial series Radial pin pitch 10.00mm diameter 14.2mm Neosid SD14 0 2 2 Inductor_THT L_Radial_D16.8mm_P11.43mm_Vishay_IHB-1 Inductor, Radial series, Radial, pin pitch=11.43mm, , diameter=16.8mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 11.43mm diameter 16.8mm Vishay IHB-1 0 2 2 Inductor_THT L_Radial_D16.8mm_P12.07mm_Vishay_IHB-1 Inductor, Radial series, Radial, pin pitch=12.07mm, , diameter=16.8mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 12.07mm diameter 16.8mm Vishay IHB-1 0 2 2 Inductor_THT L_Radial_D16.8mm_P12.70mm_Vishay_IHB-1 Inductor, Radial series, Radial, pin pitch=12.70mm, , diameter=16.8mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 12.70mm diameter 16.8mm Vishay IHB-1 0 2 2 Inductor_THT L_Radial_D18.0mm_P10.00mm Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=18mm, http://www.abracon.com/Magnetics/radial/AIUR-15.pdf Inductor Radial series Radial pin pitch 10.00mm diameter 18mm 0 2 2 Inductor_THT L_Radial_D21.0mm_P14.61mm_Vishay_IHB-2 Inductor, Radial series, Radial, pin pitch=14.61mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 14.61mm diameter 21mm Vishay IHB-2 0 2 2 Inductor_THT L_Radial_D21.0mm_P15.00mm_Vishay_IHB-2 Inductor, Radial series, Radial, pin pitch=15.00mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 15.00mm diameter 21mm Vishay IHB-2 0 2 2 Inductor_THT L_Radial_D21.0mm_P15.24mm_Vishay_IHB-2 Inductor, Radial series, Radial, pin pitch=15.24mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 15.24mm diameter 21mm Vishay IHB-2 0 2 2 Inductor_THT L_Radial_D21.0mm_P15.75mm_Vishay_IHB-2 Inductor, Radial series, Radial, pin pitch=15.75mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 15.75mm diameter 21mm Vishay IHB-2 0 2 2 Inductor_THT L_Radial_D21.0mm_P19.00mm Inductor, Radial series, Radial, pin pitch=19.00mm, , diameter=21mm, http://www.abracon.com/Magnetics/radial/AIRD02.pdf Inductor Radial series Radial pin pitch 19.00mm diameter 21mm 0 2 2 Inductor_THT L_Radial_D24.0mm_P24.00mm Inductor, Radial series, Radial, pin pitch=24.00mm, , diameter=24mm Inductor Radial series Radial pin pitch 24.00mm diameter 24mm 0 2 2 Inductor_THT L_Radial_D24.4mm_P22.90mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=22.90mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 22.90mm diameter 24.4mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D24.4mm_P23.10mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=23.10mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 23.10mm diameter 24.4mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D24.4mm_P23.40mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=23.40mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 23.40mm diameter 24.4mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D24.4mm_P23.70mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=23.70mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 23.70mm diameter 24.4mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D24.4mm_P23.90mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=23.90mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 23.90mm diameter 24.4mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D27.9mm_P18.29mm_Vishay_IHB-3 Inductor, Radial series, Radial, pin pitch=18.29mm, , diameter=27.9mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 18.29mm diameter 27.9mm Vishay IHB-3 0 2 2 Inductor_THT L_Radial_D27.9mm_P19.05mm_Vishay_IHB-3 Inductor, Radial series, Radial, pin pitch=19.05mm, , diameter=27.9mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 19.05mm diameter 27.9mm Vishay IHB-3 0 2 2 Inductor_THT L_Radial_D27.9mm_P20.07mm_Vishay_IHB-3 Inductor, Radial series, Radial, pin pitch=20.07mm, , diameter=27.9mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 20.07mm diameter 27.9mm Vishay IHB-3 0 2 2 Inductor_THT L_Radial_D28.0mm_P29.20mm Inductor, Radial series, Radial, pin pitch=29.20mm, , diameter=28mm Inductor Radial series Radial pin pitch 29.20mm diameter 28mm 0 2 2 Inductor_THT L_Radial_D29.8mm_P28.30mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=28.30mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 28.30mm diameter 29.8mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D29.8mm_P28.50mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=28.50mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 28.50mm diameter 29.8mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D29.8mm_P28.80mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=28.80mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 28.80mm diameter 29.8mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D29.8mm_P29.00mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=29.00mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 29.00mm diameter 29.8mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D29.8mm_P29.30mm_muRATA_1400series Inductor, Radial series, Radial, pin pitch=29.30mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf Inductor Radial series Radial pin pitch 29.30mm diameter 29.8mm muRATA 1400series 0 2 2 Inductor_THT L_Radial_D40.6mm_P26.16mm_Vishay_IHB-5 Inductor, Radial series, Radial, pin pitch=26.16mm, , diameter=40.64mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 26.16mm diameter 40.64mm Vishay IHB-5 0 2 2 Inductor_THT L_Radial_D40.6mm_P27.18mm_Vishay_IHB-4 Inductor, Radial series, Radial, pin pitch=27.18mm, , diameter=40.64mm, Vishay, IHB-4, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 27.18mm diameter 40.64mm Vishay IHB-4 0 2 2 Inductor_THT L_Radial_D40.6mm_P27.94mm_Vishay_IHB-4 Inductor, Radial series, Radial, pin pitch=27.94mm, , diameter=40.64mm, Vishay, IHB-4, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 27.94mm diameter 40.64mm Vishay IHB-4 0 2 2 Inductor_THT L_Radial_D40.6mm_P27.94mm_Vishay_IHB-5 Inductor, Radial series, Radial, pin pitch=27.94mm, , diameter=40.64mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 27.94mm diameter 40.64mm Vishay IHB-5 0 2 2 Inductor_THT L_Radial_D40.6mm_P28.70mm_Vishay_IHB-5 Inductor, Radial series, Radial, pin pitch=28.70mm, , diameter=40.64mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 28.70mm diameter 40.64mm Vishay IHB-5 0 2 2 Inductor_THT L_Radial_D50.8mm_P33.27mm_Vishay_IHB-6 Inductor, Radial series, Radial, pin pitch=33.27mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 33.27mm diameter 50.8mm Vishay IHB-6 0 2 2 Inductor_THT L_Radial_D50.8mm_P34.29mm_Vishay_IHB-6 Inductor, Radial series, Radial, pin pitch=34.29mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 34.29mm diameter 50.8mm Vishay IHB-6 0 2 2 Inductor_THT L_Radial_D50.8mm_P35.81mm_Vishay_IHB-6 Inductor, Radial series, Radial, pin pitch=35.81mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 35.81mm diameter 50.8mm Vishay IHB-6 0 2 2 Inductor_THT L_Radial_D50.8mm_P36.32mm_Vishay_IHB-6 Inductor, Radial series, Radial, pin pitch=36.32mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 36.32mm diameter 50.8mm Vishay IHB-6 0 2 2 Inductor_THT L_Radial_D50.8mm_P38.86mm_Vishay_IHB-6 Inductor, Radial series, Radial, pin pitch=38.86mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf Inductor Radial series Radial pin pitch 38.86mm diameter 50.8mm Vishay IHB-6 0 2 2 Inductor_THT L_Radial_L7.5mm_W4.6mm_P5.00mm_Neosid_SD75 Inductor, Radial series, Radial, pin pitch=5.00mm, , length*width=7.5*4.6mm^2, Neosid, SD75, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd75.pdf Inductor Radial series Radial pin pitch 5.00mm length 7.5mm width 4.6mm Neosid SD75 0 2 2 Inductor_THT L_Radial_L8.0mm_W8.0mm_P5.00mm_Neosid_NE-CPB-07E Inductor, Radial series, Radial, pin pitch=5.00mm, , length*width=8*8mm^2, Neosid, NE-CPB-07E, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB07E.pdf Inductor Radial series Radial pin pitch 5.00mm length 8mm width 8mm Neosid NE-CPB-07E 0 2 2 Inductor_THT L_Radial_L8.0mm_W8.0mm_P5.00mm_Neosid_SD8 Inductor, Radial series, Radial, pin pitch=5.00mm, , length*width=8*8mm^2, Neosid, SD8, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd8.pdf Inductor Radial series Radial pin pitch 5.00mm length 8mm width 8mm Neosid SD8 0 2 2 Inductor_THT L_Radial_L9.1mm_W9.1mm_Px6.35mm_Py6.35mm_Pulse_LP-25 Inductor, Radial series, Radial, pin pitch=6.35*6.35mm^2, , length*width=9.14*9.14mm^2, Pulse, LP-25, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf Inductor Radial series Radial pin pitch 6.35*6.35mm^2 length 9.14mm width 9.14mm Pulse LP-25 0 2 2 Inductor_THT L_Radial_L10.2mm_W10.2mm_Px7.62mm_Py7.62mm_Pulse_LP-30 Inductor, Radial series, Radial, pin pitch=7.62*7.62mm^2, , length*width=10.16*10.16mm^2, Pulse, LP-30, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf Inductor Radial series Radial pin pitch 7.62*7.62mm^2 length 10.16mm width 10.16mm Pulse LP-30 0 2 2 Inductor_THT L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.3mm Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.3mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.3mm 0 2 2 Inductor_THT L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.5mm Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.5mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.5mm 0 2 2 Inductor_THT L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.7mm Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.7mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.7mm 0 2 2 Inductor_THT L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.8mm Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.8mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.8mm 0 2 2 Inductor_THT L_Radial_L12.6mm_W12.6mm_Px9.52mm_Py9.52mm_Pulse_LP-37 Inductor, Radial series, Radial, pin pitch=9.52*9.52mm^2, , length*width=12.57*12.57mm^2, Pulse, LP-37, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf Inductor Radial series Radial pin pitch 9.52*9.52mm^2 length 12.57mm width 12.57mm Pulse LP-37 0 2 2 Inductor_THT L_Radial_L16.1mm_W16.1mm_Px7.62mm_Py12.70mm_Pulse_LP-44 Inductor, Radial series, Radial, pin pitch=7.62*12.70mm^2, , length*width=16.13*16.13mm^2, Pulse, LP-44, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf Inductor Radial series Radial pin pitch 7.62*12.70mm^2 length 16.13mm width 16.13mm Pulse LP-44 0 2 2 Inductor_THT L_SELF1408 Self Ferrite 14 - 08 SELF 0 7 3 Inductor_THT L_SELF1418 Self Ferrite 14 - 18 SELF 0 10 4 Inductor_THT L_Toroid_Horizontal_D3.2mm_P6.40mm_Diameter3-5mm_Amidon-T12 L_Toroid, Horizontal series, Radial, pin pitch=6.40mm, , diameter=3.175mm, Diameter3-5mm, Amidon-T12 L_Toroid Horizontal series Radial pin pitch 6.40mm diameter 3.175mm Diameter3-5mm Amidon-T12 0 2 2 Inductor_THT L_Toroid_Horizontal_D4.1mm_P8.00mm_Diameter4-5mm_Amidon-T16 L_Toroid, Horizontal series, Radial, pin pitch=8.00mm, , diameter=4.064mm, Diameter4-5mm, Amidon-T16 L_Toroid Horizontal series Radial pin pitch 8.00mm diameter 4.064mm Diameter4-5mm Amidon-T16 0 2 2 Inductor_THT L_Toroid_Horizontal_D5.1mm_P9.00mm_Diameter6-5mm_Amidon-T20 L_Toroid, Horizontal series, Radial, pin pitch=9.00mm, , diameter=5.08mm, Diameter6-5mm, Amidon-T20 L_Toroid Horizontal series Radial pin pitch 9.00mm diameter 5.08mm Diameter6-5mm Amidon-T20 0 2 2 Inductor_THT L_Toroid_Horizontal_D6.5mm_P10.00mm_Diameter7-5mm_Amidon-T25 L_Toroid, Horizontal series, Radial, pin pitch=10.00mm, , diameter=6.476999999999999mm, Diameter7-5mm, Amidon-T25 L_Toroid Horizontal series Radial pin pitch 10.00mm diameter 6.476999999999999mm Diameter7-5mm Amidon-T25 0 2 2 Inductor_THT L_Toroid_Horizontal_D7.8mm_P13.00mm_Diameter9-5mm_Amidon-T30 L_Toroid, Horizontal series, Radial, pin pitch=13.00mm, , diameter=7.7978mm, Diameter9-5mm, Amidon-T30 L_Toroid Horizontal series Radial pin pitch 13.00mm diameter 7.7978mm Diameter9-5mm Amidon-T30 0 2 2 Inductor_THT L_Toroid_Horizontal_D9.5mm_P15.00mm_Diameter10-5mm_Amidon-T37 L_Toroid, Horizontal series, Radial, pin pitch=15.00mm, , diameter=9.524999999999999mm, Diameter10-5mm, Amidon-T37 L_Toroid Horizontal series Radial pin pitch 15.00mm diameter 9.524999999999999mm Diameter10-5mm Amidon-T37 0 2 2 Inductor_THT L_Toroid_Horizontal_D11.2mm_P17.00mm_Diameter12-5mm_Amidon-T44 L_Toroid, Horizontal series, Radial, pin pitch=17.00mm, , diameter=11.176mm, Diameter12-5mm, Amidon-T44 L_Toroid Horizontal series Radial pin pitch 17.00mm diameter 11.176mm Diameter12-5mm Amidon-T44 0 2 2 Inductor_THT L_Toroid_Horizontal_D12.7mm_P20.00mm_Diameter14-5mm_Amidon-T50 L_Toroid, Horizontal series, Radial, pin pitch=20.00mm, , diameter=12.7mm, Diameter14-5mm, Amidon-T50 L_Toroid Horizontal series Radial pin pitch 20.00mm diameter 12.7mm Diameter14-5mm Amidon-T50 0 2 2 Inductor_THT L_Toroid_Horizontal_D16.8mm_P14.70mm_Vishay_TJ3 L_Toroid, Horizontal series, Radial, pin pitch=14.70mm, , diameter=16.8mm, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Horizontal series Radial pin pitch 14.70mm diameter 16.8mm Vishay TJ3 0 2 2 Inductor_THT L_Toroid_Horizontal_D16.8mm_P14.70mm_Vishay_TJ3_BigPads L_Toroid, Horizontal series, Radial, pin pitch=14.70mm, , diameter=16.8mm, Vishay, TJ3, BigPads, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Horizontal series Radial pin pitch 14.70mm diameter 16.8mm Vishay TJ3 BigPads 0 2 2 Inductor_THT L_Toroid_Horizontal_D17.3mm_P15.24mm_Bourns_2000 L_Toroid, Horizontal series, Radial, pin pitch=15.24mm, , diameter=17.3mm, Bourns, 2000, http://www.bourns.com/docs/Product-Datasheets/2000_series.pdf?sfvrsn=5 L_Toroid Horizontal series Radial pin pitch 15.24mm diameter 17.3mm Bourns 2000 0 2 2 Inductor_THT L_Toroid_Horizontal_D21.8mm_P19.10mm_Bourns_2100 L_Toroid, Horizontal series, Radial, pin pitch=19.10mm, , diameter=21.8mm, Bourns, 2100, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 L_Toroid Horizontal series Radial pin pitch 19.10mm diameter 21.8mm Bourns 2100 0 2 2 Inductor_THT L_Toroid_Horizontal_D21.8mm_P19.60mm_Bourns_2100 L_Toroid, Horizontal series, Radial, pin pitch=19.60mm, , diameter=21.8mm, Bourns, 2100, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 L_Toroid Horizontal series Radial pin pitch 19.60mm diameter 21.8mm Bourns 2100 0 2 2 Inductor_THT L_Toroid_Horizontal_D22.4mm_P19.80mm_Vishay_TJ4 L_Toroid, Horizontal series, Radial, pin pitch=19.80mm, , diameter=22.4mm, Vishay, TJ4, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Horizontal series Radial pin pitch 19.80mm diameter 22.4mm Vishay TJ4 0 2 2 Inductor_THT L_Toroid_Horizontal_D24.1mm_P21.80mm_Bourns_2200 L_Toroid, Horizontal series, Radial, pin pitch=21.80mm, , diameter=24.1mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 L_Toroid Horizontal series Radial pin pitch 21.80mm diameter 24.1mm Bourns 2200 0 2 2 Inductor_THT L_Toroid_Horizontal_D24.1mm_P23.10mm_Bourns_2200 L_Toroid, Horizontal series, Radial, pin pitch=23.10mm, , diameter=24.1mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 L_Toroid Horizontal series Radial pin pitch 23.10mm diameter 24.1mm Bourns 2200 0 2 2 Inductor_THT L_Toroid_Horizontal_D25.4mm_P22.90mm_Vishay_TJ5 L_Toroid, Horizontal series, Radial, pin pitch=22.90mm, , diameter=25.4mm, Vishay, TJ5, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Horizontal series Radial pin pitch 22.90mm diameter 25.4mm Vishay TJ5 0 2 2 Inductor_THT L_Toroid_Horizontal_D25.4mm_P22.90mm_Vishay_TJ5_BigPads L_Toroid, Horizontal series, Radial, pin pitch=22.90mm, , diameter=25.4mm, Vishay, TJ5, BigPads, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Horizontal series Radial pin pitch 22.90mm diameter 25.4mm Vishay TJ5 BigPads 0 2 2 Inductor_THT L_Toroid_Horizontal_D26.0mm_P5.08mm inductor 26mm diameter toroid SELF INDUCTOR 0 3 2 Inductor_THT L_Toroid_Horizontal_D28.0mm_P25.10mm_Bourns_2200 L_Toroid, Horizontal series, Radial, pin pitch=25.10mm, , diameter=28mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 L_Toroid Horizontal series Radial pin pitch 25.10mm diameter 28mm Bourns 2200 0 2 2 Inductor_THT L_Toroid_Horizontal_D28.0mm_P26.67mm_Bourns_2200 L_Toroid, Horizontal series, Radial, pin pitch=26.67mm, , diameter=28mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 L_Toroid Horizontal series Radial pin pitch 26.67mm diameter 28mm Bourns 2200 0 2 2 Inductor_THT L_Toroid_Horizontal_D32.5mm_P28.90mm_Bourns_2300 L_Toroid, Horizontal series, Radial, pin pitch=28.90mm, , diameter=32.5mm, Bourns, 2300, http://www.bourns.com/docs/Product-Datasheets/2300_series.pdf?sfvrsn=3 L_Toroid Horizontal series Radial pin pitch 28.90mm diameter 32.5mm Bourns 2300 0 2 2 Inductor_THT L_Toroid_Horizontal_D32.5mm_P30.00mm_Bourns_2300 L_Toroid, Horizontal series, Radial, pin pitch=30.00mm, , diameter=32.5mm, Bourns, 2300, http://www.bourns.com/docs/Product-Datasheets/2300_series.pdf?sfvrsn=3 L_Toroid Horizontal series Radial pin pitch 30.00mm diameter 32.5mm Bourns 2300 0 2 2 Inductor_THT L_Toroid_Horizontal_D35.1mm_P31.00mm_Vishay_TJ6 L_Toroid, Horizontal series, Radial, pin pitch=31.00mm, , diameter=35.1mm, Vishay, TJ6, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Horizontal series Radial pin pitch 31.00mm diameter 35.1mm Vishay TJ6 0 2 2 Inductor_THT L_Toroid_Horizontal_D40.0mm_P48.26mm L_Toroid, Horizontal series, Radial, pin pitch=48.26mm, , diameter=40mm L_Toroid Horizontal series Radial pin pitch 48.26mm diameter 40mm 0 2 2 Inductor_THT L_Toroid_Horizontal_D41.9mm_P37.60mm_Vishay_TJ7 L_Toroid, Horizontal series, Radial, pin pitch=37.60mm, , diameter=41.9mm, Vishay, TJ7, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Horizontal series Radial pin pitch 37.60mm diameter 41.9mm Vishay TJ7 0 2 2 Inductor_THT L_Toroid_Horizontal_D49.3mm_P44.60mm_Vishay_TJ8 L_Toroid, Horizontal series, Radial, pin pitch=44.60mm, , diameter=49.3mm, Vishay, TJ8, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Horizontal series Radial pin pitch 44.60mm diameter 49.3mm Vishay TJ8 0 2 2 Inductor_THT L_Toroid_Horizontal_D69.1mm_P63.20mm_Vishay_TJ9 L_Toroid, Horizontal series, Radial, pin pitch=63.20mm, , diameter=69.1mm, Vishay, TJ9, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Horizontal series Radial pin pitch 63.20mm diameter 69.1mm Vishay TJ9 0 2 2 Inductor_THT L_Toroid_Vertical_L10.0mm_W5.0mm_P5.08mm L_Toroid, Vertical series, Radial, pin pitch=5.08mm, , length*width=10*5mm^2 L_Toroid Vertical series Radial pin pitch 5.08mm length 10mm width 5mm 0 2 2 Inductor_THT L_Toroid_Vertical_L13.0mm_W6.5mm_P5.60mm L_Toroid, Vertical series, Radial, pin pitch=5.60mm, , length*width=13*6.5mm^2 L_Toroid Vertical series Radial pin pitch 5.60mm length 13mm width 6.5mm 0 2 2 Inductor_THT L_Toroid_Vertical_L14.0mm_W5.6mm_P5.30mm_Bourns_5700 L_Toroid, Vertical series, Radial, pin pitch=5.30mm, , length*width=14*5.6mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf L_Toroid Vertical series Radial pin pitch 5.30mm length 14mm width 5.6mm Bourns 5700 0 2 2 Inductor_THT L_Toroid_Vertical_L14.0mm_W6.3mm_P4.57mm_Pulse_A L_Toroid, Vertical series, Radial, pin pitch=4.57mm, , length*width=13.97*6.35mm^2, Pulse, A, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 4.57mm length 13.97mm width 6.35mm Pulse A 0 2 2 Inductor_THT L_Toroid_Vertical_L14.7mm_W8.6mm_P5.58mm_Pulse_KM-1 L_Toroid, Vertical series, Radial, pin pitch=5.58mm, , length*width=14.73*8.64mm^2, Pulse, KM-1, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 5.58mm length 14.73mm width 8.64mm Pulse KM-1 0 2 2 Inductor_THT L_Toroid_Vertical_L16.0mm_W8.0mm_P7.62mm L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=16*8mm^2 L_Toroid Vertical series Radial pin pitch 7.62mm length 16mm width 8mm 0 2 2 Inductor_THT L_Toroid_Vertical_L16.3mm_W7.1mm_P7.11mm_Pulse_H L_Toroid, Vertical series, Radial, pin pitch=7.11mm, , length*width=16.26*7.11mm^2, Pulse, H, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 7.11mm length 16.26mm width 7.11mm Pulse H 0 2 2 Inductor_THT L_Toroid_Vertical_L16.4mm_W7.6mm_P6.60mm_Vishay_TJ3 L_Toroid, Vertical series, Radial, pin pitch=6.60mm, , length*width=16.4*7.6mm^2, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 6.60mm length 16.4mm width 7.6mm Vishay TJ3 0 2 2 Inductor_THT L_Toroid_Vertical_L16.5mm_W11.4mm_P7.62mm_Pulse_KM-2 L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=16.51*11.43mm^2, Pulse, KM-2, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 7.62mm length 16.51mm width 11.43mm Pulse KM-2 0 2 2 Inductor_THT L_Toroid_Vertical_L16.8mm_W9.2mm_P7.10mm_Vishay_TJ3 L_Toroid, Vertical series, Radial, pin pitch=7.10mm, , length*width=16.8*9.2mm^2, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 7.10mm length 16.8mm width 9.2mm Vishay TJ3 0 2 2 Inductor_THT L_Toroid_Vertical_L16.8mm_W9.2mm_P7.10mm_Vishay_TJ3_BigPads L_Toroid, Vertical series, Radial, pin pitch=7.10mm, , length*width=16.8*9.2mm^2, Vishay, TJ3, BigPads, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 7.10mm length 16.8mm width 9.2mm Vishay TJ3 BigPads 0 2 2 Inductor_THT L_Toroid_Vertical_L17.8mm_W8.1mm_P7.62mm_Bourns_5700 L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=17.8*8.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf L_Toroid Vertical series Radial pin pitch 7.62mm length 17.8mm width 8.1mm Bourns 5700 0 2 2 Inductor_THT L_Toroid_Vertical_L17.8mm_W9.7mm_P7.11mm_Pulse_B L_Toroid, Vertical series, Radial, pin pitch=7.11mm, , length*width=17.78*9.65mm^2, Pulse, B, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 7.11mm length 17.78mm width 9.65mm Pulse B 0 2 2 Inductor_THT L_Toroid_Vertical_L19.1mm_W8.1mm_P7.10mm_Bourns_5700 L_Toroid, Vertical series, Radial, pin pitch=7.10mm, , length*width=19.1*8.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf L_Toroid Vertical series Radial pin pitch 7.10mm length 19.1mm width 8.1mm Bourns 5700 0 2 2 Inductor_THT L_Toroid_Vertical_L21.6mm_W8.4mm_P8.38mm_Pulse_G L_Toroid, Vertical series, Radial, pin pitch=8.38mm, , length*width=21.59*8.38mm^2, Pulse, G, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 8.38mm length 21.59mm width 8.38mm Pulse G 0 2 2 Inductor_THT L_Toroid_Vertical_L21.6mm_W9.1mm_P8.40mm_Bourns_5700 L_Toroid, Vertical series, Radial, pin pitch=8.40mm, , length*width=21.6*9.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf L_Toroid Vertical series Radial pin pitch 8.40mm length 21.6mm width 9.1mm Bourns 5700 0 2 2 Inductor_THT L_Toroid_Vertical_L21.6mm_W9.5mm_P7.11mm_Pulse_C L_Toroid, Vertical series, Radial, pin pitch=7.11mm, , length*width=21.59*9.53mm^2, Pulse, C, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 7.11mm length 21.59mm width 9.53mm Pulse C 0 2 2 Inductor_THT L_Toroid_Vertical_L21.6mm_W11.4mm_P7.62mm_Pulse_KM-3 L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=21.59*11.43mm^2, Pulse, KM-3, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 7.62mm length 21.59mm width 11.43mm Pulse KM-3 0 2 2 Inductor_THT L_Toroid_Vertical_L22.4mm_W10.2mm_P7.90mm_Vishay_TJ4 L_Toroid, Vertical series, Radial, pin pitch=7.90mm, , length*width=22.4*10.2mm^2, Vishay, TJ4, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 7.90mm length 22.4mm width 10.2mm Vishay TJ4 0 2 2 Inductor_THT L_Toroid_Vertical_L24.6mm_W15.5mm_P11.44mm_Pulse_KM-4 L_Toroid, Vertical series, Radial, pin pitch=11.44mm, , length*width=24.64*15.5mm^2, Pulse, KM-4, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 11.44mm length 24.64mm width 15.5mm Pulse KM-4 0 2 2 Inductor_THT L_Toroid_Vertical_L25.4mm_W14.7mm_P12.20mm_Vishay_TJ5 L_Toroid, Vertical series, Radial, pin pitch=12.20mm, , length*width=25.4*14.7mm^2, Vishay, TJ5, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 12.20mm length 25.4mm width 14.7mm Vishay TJ5 0 2 2 Inductor_THT L_Toroid_Vertical_L25.4mm_W14.7mm_P12.20mm_Vishay_TJ5_BigPads L_Toroid, Vertical series, Radial, pin pitch=12.20mm, , length*width=25.4*14.7mm^2, Vishay, TJ5, BigPads, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 12.20mm length 25.4mm width 14.7mm Vishay TJ5 BigPads 0 2 2 Inductor_THT L_Toroid_Vertical_L26.7mm_W14.0mm_P10.16mm_Pulse_D L_Toroid, Vertical series, Radial, pin pitch=10.16mm, , length*width=26.67*13.97mm^2, Pulse, D, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 10.16mm length 26.67mm width 13.97mm Pulse D 0 2 2 Inductor_THT L_Toroid_Vertical_L28.6mm_W14.3mm_P11.43mm_Bourns_5700 L_Toroid, Vertical series, Radial, pin pitch=11.43mm, , length*width=28.6*14.3mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf L_Toroid Vertical series Radial pin pitch 11.43mm length 28.6mm width 14.3mm Bourns 5700 0 2 2 Inductor_THT L_Toroid_Vertical_L31.8mm_W15.9mm_P13.50mm_Bourns_5700 L_Toroid, Vertical series, Radial, pin pitch=13.50mm, , length*width=31.8*15.9mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf L_Toroid Vertical series Radial pin pitch 13.50mm length 31.8mm width 15.9mm Bourns 5700 0 2 2 Inductor_THT L_Toroid_Vertical_L33.0mm_W17.8mm_P12.70mm_Pulse_KM-5 L_Toroid, Vertical series, Radial, pin pitch=12.70mm, , length*width=33.02*17.78mm^2, Pulse, KM-5, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 12.70mm length 33.02mm width 17.78mm Pulse KM-5 0 2 2 Inductor_THT L_Toroid_Vertical_L35.1mm_W21.1mm_P18.50mm_Vishay_TJ6 L_Toroid, Vertical series, Radial, pin pitch=18.50mm, , length*width=35.1*21.1mm^2, Vishay, TJ6, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 18.50mm length 35.1mm width 21.1mm Vishay TJ6 0 2 2 Inductor_THT L_Toroid_Vertical_L35.6mm_W17.8mm_P12.70mm_Pulse_E L_Toroid, Vertical series, Radial, pin pitch=12.70mm, , length*width=35.56*17.78mm^2, Pulse, E, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 12.70mm length 35.56mm width 17.78mm Pulse E 0 2 2 Inductor_THT L_Toroid_Vertical_L41.9mm_W17.8mm_P12.70mm_Pulse_F L_Toroid, Vertical series, Radial, pin pitch=12.70mm, , length*width=41.91*17.78mm^2, Pulse, F, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf L_Toroid Vertical series Radial pin pitch 12.70mm length 41.91mm width 17.78mm Pulse F 0 2 2 Inductor_THT L_Toroid_Vertical_L41.9mm_W19.1mm_P15.80mm_Vishay_TJ7 L_Toroid, Vertical series, Radial, pin pitch=15.80mm, , length*width=41.9*19.1mm^2, Vishay, TJ7, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 15.80mm length 41.9mm width 19.1mm Vishay TJ7 0 2 2 Inductor_THT L_Toroid_Vertical_L46.0mm_W19.1mm_P21.80mm_Bourns_5700 L_Toroid, Vertical series, Radial, pin pitch=21.80mm, , length*width=46*19.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf L_Toroid Vertical series Radial pin pitch 21.80mm length 46mm width 19.1mm Bourns 5700 0 2 2 Inductor_THT L_Toroid_Vertical_L48.8mm_W25.4mm_P20.80mm_Vishay_TJ8 L_Toroid, Vertical series, Radial, pin pitch=20.80mm, , length*width=48.8*25.4mm^2, Vishay, TJ8, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 20.80mm length 48.8mm width 25.4mm Vishay TJ8 0 2 2 Inductor_THT L_Toroid_Vertical_L54.0mm_W23.8mm_P20.10mm_Bourns_5700 L_Toroid, Vertical series, Radial, pin pitch=20.10mm, , length*width=54*23.8mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf L_Toroid Vertical series Radial pin pitch 20.10mm length 54mm width 23.8mm Bourns 5700 0 2 2 Inductor_THT L_Toroid_Vertical_L67.6mm_W36.1mm_P31.80mm_Vishay_TJ9 L_Toroid, Vertical series, Radial, pin pitch=31.80mm, , length*width=67.6*36.1mm^2, Vishay, TJ9, http://www.vishay.com/docs/34079/tj.pdf L_Toroid Vertical series Radial pin pitch 31.80mm length 67.6mm width 36.1mm Vishay TJ9 0 2 2 Jumper SolderJumper-2_P1.3mm_Bridged2Bar_Pad1.0x1.5mm SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, bridged with 2 copper strips solder jumper open 0 2 2 Jumper SolderJumper-2_P1.3mm_Bridged2Bar_RoundedPad1.0x1.5mm SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, bridged with 2 copper strips solder jumper open 0 2 2 Jumper SolderJumper-2_P1.3mm_Bridged_Pad1.0x1.5mm SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, bridged with 1 copper strip solder jumper open 0 2 2 Jumper SolderJumper-2_P1.3mm_Bridged_RoundedPad1.0x1.5mm SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, bridged with 1 copper strip solder jumper open 0 2 2 Jumper SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open solder jumper open 0 2 2 Jumper SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open solder jumper open 0 2 2 Jumper SolderJumper-2_P1.3mm_Open_TrianglePad1.0x1.5mm SMD Solder Jumper, 1x1.5mm Triangular Pads, 0.3mm gap, open solder jumper open 0 2 2 Jumper SolderJumper-3_P1.3mm_Bridged2Bar12_Pad1.0x1.5mm SMD Solder 3-pad Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Bridged2Bar12_Pad1.0x1.5mm_NumberLabels SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip, labeled with numbers solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Bridged2Bar12_RoundedPad1.0x1.5mm SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Bridged2Bar12_RoundedPad1.0x1.5mm_NumberLabels SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip, labeled with numbers solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Bridged12_Pad1.0x1.5mm SMD Solder 3-pad Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Bridged12_Pad1.0x1.5mm_NumberLabels SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip, labeled with numbers solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Bridged12_RoundedPad1.0x1.5mm SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Bridged12_RoundedPad1.0x1.5mm_NumberLabels SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip, labeled with numbers solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Open_Pad1.0x1.5mm SMD Solder 3-pad Jumper, 1x1.5mm Pads, 0.3mm gap, open solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Open_Pad1.0x1.5mm_NumberLabels SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open, labeled with numbers solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Open_RoundedPad1.0x1.5mm SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, open solder jumper open 0 3 3 Jumper SolderJumper-3_P1.3mm_Open_RoundedPad1.0x1.5mm_NumberLabels SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, open, labeled with numbers solder jumper open 0 3 3 Jumper SolderJumper-3_P2.0mm_Open_TrianglePad1.0x1.5mm SMD Solder Jumper, 1x1.5mm Triangular Pads, 0.3mm gap, open solder jumper open 0 5 3 Jumper SolderJumper-3_P2.0mm_Open_TrianglePad1.0x1.5mm_NumberLabels SMD Solder Jumper, 1x1.5mm Triangular Pads, 0.3mm gap, open, labeled with numbers solder jumper open 0 5 3 LED_SMD LED-APA102-2020 http://www.led-color.com/upload/201604/APA102-2020%20SMD%20LED.pdf LED RGB SPI 0 8 6 LED_SMD LED-L1T2_LUMILEDS http://www.lumileds.com/uploads/438/DS133-pdf LUMILEDS LUXEON TX L1T2 LED 0 3 3 LED_SMD LED_1W_3W_R8 https://www.gme.cz/data/attachments/dsh.518-234.1.pdf LED 1W 3W 5W 0 3 3 LED_SMD LED_0201_0603Metric LED SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator LED 0 4 2 LED_SMD LED_0402_1005Metric LED SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED 0 2 2 LED_SMD LED_0603_1608Metric LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode 0 2 2 LED_SMD LED_0603_1608Metric_Castellated LED SMD 0603 (1608 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED castellated 0 2 2 LED_SMD LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED handsolder 0 2 2 LED_SMD LED_0805_2012Metric LED SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator diode 0 2 2 LED_SMD LED_0805_2012Metric_Castellated LED SMD 0805 (2012 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator LED castellated 0 2 2 LED_SMD LED_0805_2012Metric_Pad1.15x1.40mm_HandSolder LED SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator LED handsolder 0 2 2 LED_SMD LED_01005_0402Metric LED SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator LED 0 4 2 LED_SMD LED_1206_3216Metric LED SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode 0 2 2 LED_SMD LED_1206_3216Metric_Castellated LED SMD 1206 (3216 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED castellated 0 2 2 LED_SMD LED_1206_3216Metric_Pad1.42x1.75mm_HandSolder LED SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED handsolder 0 2 2 LED_SMD LED_1206_3216Metric_ReverseMount_Hole1.8x2.4mm LED SMD 1206 (3216 Metric), reverse mount, square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode reverse 0 2 2 LED_SMD LED_1210_3225Metric LED SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode 0 2 2 LED_SMD LED_1210_3225Metric_Castellated LED SMD 1210 (3225 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED castellated 0 2 2 LED_SMD LED_1210_3225Metric_Pad1.42x2.65mm_HandSolder LED SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED handsolder 0 2 2 LED_SMD LED_1806_4516Metric LED SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.modelithics.com/models/Vendor/MuRata/BLM41P.pdf), generated with kicad-footprint-generator diode 0 2 2 LED_SMD LED_1806_4516Metric_Castellated LED SMD 1806 (4516 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: https://www.modelithics.com/models/Vendor/MuRata/BLM41P.pdf), generated with kicad-footprint-generator LED castellated 0 2 2 LED_SMD LED_1806_4516Metric_Pad1.57x1.80mm_HandSolder LED SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.modelithics.com/models/Vendor/MuRata/BLM41P.pdf), generated with kicad-footprint-generator LED handsolder 0 2 2 LED_SMD LED_1812_4532Metric LED SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator diode 0 2 2 LED_SMD LED_1812_4532Metric_Castellated LED SMD 1812 (4532 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator LED castellated 0 2 2 LED_SMD LED_1812_4532Metric_Pad1.30x3.40mm_HandSolder LED SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator LED handsolder 0 2 2 LED_SMD LED_2010_5025Metric LED SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode 0 2 2 LED_SMD LED_2010_5025Metric_Castellated LED SMD 2010 (5025 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED castellated 0 2 2 LED_SMD LED_2010_5025Metric_Pad1.52x2.65mm_HandSolder LED SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED handsolder 0 2 2 LED_SMD LED_2512_6332Metric LED SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator diode 0 2 2 LED_SMD LED_2512_6332Metric_Castellated LED SMD 2512 (6332 Metric), castellated end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED castellated 0 2 2 LED_SMD LED_2512_6332Metric_Pad1.52x3.35mm_HandSolder LED SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator LED handsolder 0 2 2 LED_SMD LED_2816_7142Metric LED SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator diode 0 2 2 LED_SMD LED_2816_7142Metric_Castellated LED SMD 2816 (7142 Metric), castellated end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator LED castellated 0 2 2 LED_SMD LED_2816_7142Metric_Pad3.20x4.45mm_HandSolder LED SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator LED handsolder 0 2 2 LED_SMD LED_Avago_PLCC4_3.2x2.8mm_CW https://docs.broadcom.com/docs/AV02-4186EN LED Avago PLCC-4 ASMB-MTB0-0A3A2 0 4 4 LED_SMD LED_Avago_PLCC6_3x2.8mm https://docs.broadcom.com/docs/AV02-3793EN LED Avago PLCC-6 ASMT-YTB7-0AA02 0 6 6 LED_SMD LED_Cree-PLCC4_2x2mm_CW 2.0mm x 2.0mm PLCC4 LED, http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/HB/Data-Sheets/CLMVBFKA.pdf LED Cree PLCC-4 0 4 4 LED_SMD LED_Cree-PLCC4_3.2x2.8mm_CCW 3.2mm x 2.8mm PLCC4 LED, http://www.cree.com/led-components/media/documents/CLV1AFKB(874).pdf LED Cree PLCC-4 0 4 4 LED_SMD LED_Cree-PLCC4_5x5mm_CW 5.0mm x 5.0mm PLCC4 LED LED Cree PLCC-4 0 4 4 LED_SMD LED_Cree-PLCC6_4.7x1.5mm 4.7mm x 1.5mm PLCC6 LED, http://www.cree.com/led-components/media/documents/1381-QLS6AFKW.pdf LED Cree PLCC-6 0 6 6 LED_SMD LED_Cree-XB http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/XLampXBD.pdf LED Cree XB 0 5 3 LED_SMD LED_Cree-XH http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds-XHB.pdf LED Cree XH 0 8 2 LED_SMD LED_Cree-XHP35 http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds--XHP35.pdf LED Cree XHP35 0 6 3 LED_SMD LED_Cree-XHP50_6V Cree XHP50, 6V footprint, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP50.pdf LED Cree XHP50 0 17 3 LED_SMD LED_Cree-XHP50_12V Cree XHP50, 12V footprint, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP50.pdf LED XHP50 Cree 0 15 3 LED_SMD LED_Cree-XHP70_6V Cree XHP70 LED, 6V version, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP70.pdf LED Cree XHP70 0 17 3 LED_SMD LED_Cree-XHP70_12V Cree XHP70 LED, 12V version, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP70.pdf LED Cree XHP70 0 15 3 LED_SMD LED_Cree-XP LED Cree-XP http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/XLampXPE2.pdf LED Cree XP 0 6 3 LED_SMD LED_Cree-XP-G LED Cree-XP-G http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/XLampXPG.pdf LED Cree XP-G 0 6 3 LED_SMD LED_Cree-XQ LED Cree-XQ http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds-XQB.pdf LED Cree XQ 0 2 2 LED_SMD LED_Cree-XQ_HandSoldering LED Cree-XQ handsoldering pads http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds-XQB.pdf LED Cree XQ 0 2 2 LED_SMD LED_Inolux_IN-PI554FCH_PLCC4_5.0x5.0mm_P3.2mm http://www.inolux-corp.com/datasheet/SMDLED/Addressable%20LED/IN-PI554FCH.pdf RGB LED NeoPixel addressable 0 4 4 LED_SMD LED_Kingbright_AAA3528ESGCT Kingbright, dual LED, 3.5 x 2.8 mm Surface Mount LED Lamp (http://www.kingbrightusa.com/images/catalog/SPEC/AAA3528ESGCT.pdf) dual led smd 0 4 4 LED_SMD LED_Kingbright_APFA3010_3x1.5mm_Horizontal LED RGB, APFA3010, http://www.kingbrightusa.com/images/catalog/SPEC/APFA3010LSEEZGKQBKC.pdf LED RGB APFA3010 KINGBRIGHT 3x1.5mm 0 4 4 LED_SMD LED_LiteOn_LTST-S326 http://optoelectronics.liteon.com/upload/download/DS22-2000-287/LTST-S326KGJRKT.PDF LED SMD right angle CCA 0 3 3 LED_SMD LED_PLCC-2 LED PLCC-2 SMD package LED PLCC-2 SMD 0 2 2 LED_SMD LED_PLCC_2835 https://www.luckylight.cn/media/component/data-sheet/R2835BC-B2M-M10.pdf LED 0 2 2 LED_SMD LED_PLCC_2835_Handsoldering https://www.luckylight.cn/media/component/data-sheet/R2835BC-B2M-M10.pdf LED 0 2 2 LED_SMD LED_RGB_1210 RGB LED 3.2x2.7mm http://www.avagotech.com/docs/AV02-0610EN LED 3227 0 4 4 LED_SMD LED_RGB_5050-6 http://cdn.sparkfun.com/datasheets/Components/LED/5060BRG4.pdf RGB LED 5050-6 0 6 6 LED_SMD LED_RGB_Cree-PLCC-6_6x5mm_P2.1mm http://www.farnell.com/datasheets/2003905.pdf LED RGB PLCC-6 CLP6C-FBK 0 6 6 LED_SMD LED_RGB_Getian_GT-P6PRGB4303 https://www.gme.sk/img/cache/doc/518/177/vykonova-led-getian-gt-p6prgb4303-datasheet-1.pdf LED RGB 0 7 7 LED_SMD LED_RGB_PLCC-6 RGB LED PLCC-6 RGB LED PLCC-6 0 6 6 LED_SMD LED_ROHM_SMLVN6 https://www.rohm.com/datasheet/SMLVN6RGB1U LED ROHM SMLVN6 0 6 6 LED_SMD LED_SK6805_PLCC4_2.4x2.7mm_P1.3mm https://cdn-shop.adafruit.com/product-files/3484/3484_Datasheet.pdf LED RGB NeoPixel Nano 0 4 4 LED_SMD LED_SK6812MINI_PLCC4_3.5x3.5mm_P1.75mm https://cdn-shop.adafruit.com/product-files/2686/SK6812MINI_REV.01-1-2.pdf LED RGB NeoPixel Mini 0 4 4 LED_SMD LED_SK6812_PLCC4_5.0x5.0mm_P3.2mm https://cdn-shop.adafruit.com/product-files/1138/SK6812+LED+datasheet+.pdf LED RGB NeoPixel 0 4 4 LED_SMD LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf LED RGB NeoPixel 0 4 4 LED_SMD LED_WS2812_PLCC6_5.0x5.0mm_P1.6mm https://cdn-shop.adafruit.com/datasheets/WS2812.pdf LED RGB NeoPixel 0 6 6 LED_SMD LED_miniPLCC_2315 https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DAV02-2205EN_DS_ASMT-TxBM_2014-05-09.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430858274704&ssbinary=true LED 0 2 2 LED_SMD LED_miniPLCC_2315_Handsoldering https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DAV02-2205EN_DS_ASMT-TxBM_2014-05-09.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430858274704&ssbinary=true LED 0 2 2 LED_THT LED_BL-FL7680RGB 'Piranha' RGB LED, through hole, common anode, 7.62x7.62mm, BGRA pin order, https://cdn-shop.adafruit.com/datasheets/BL-FL7680RGB.pdf RGB LED Piranha Super-Flux BetLux 0 4 4 LED_THT LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O1.27mm_Z1.6mm LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins 0 2 2 LED_THT LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O1.27mm_Z4.9mm LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins 0 2 2 LED_THT LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O1.27mm_Z8.2mm LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins 0 2 2 LED_THT LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O3.81mm_Z1.6mm LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins 0 2 2 LED_THT LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O3.81mm_Z4.9mm LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins 0 2 2 LED_THT LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O3.81mm_Z8.2mm LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins 0 2 2 LED_THT LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O6.35mm_Z1.6mm LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins 0 2 2 LED_THT LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O6.35mm_Z4.9mm LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins 0 2 2 LED_THT LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O6.35mm_Z8.2mm LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins 0 2 2 LED_THT LED_D1.8mm_W3.3mm_H2.4mm LED, Round, Rectangular size 3.3x2.4mm^2 diameter 1.8mm, 2 pins LED Round Rectangular size 3.3x2.4mm^2 diameter 1.8mm 2 pins 0 2 2 LED_THT LED_D2.0mm_W4.0mm_H2.8mm_FlatTop LED, Round, FlatTop, Rectangular size 4.0x2.8mm^2 diameter 2.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-1034IDT(Ver.9A).pdf LED Round FlatTop Rectangular size 4.0x2.8mm^2 diameter 2.0mm 2 pins 0 2 2 LED_THT LED_D2.0mm_W4.8mm_H2.5mm_FlatTop LED, Round, FlatTop, Rectangular size 4.8x2.5mm^2 diameter 2.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-13GD(Ver.11B).pdf LED Round FlatTop Rectangular size 4.8x2.5mm^2 diameter 2.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm LED, diameter 3.0mm, 2 pins LED diameter 3.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm-3 LED, diameter 3.0mm, 2 pins, diameter 3.0mm, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-3VSURKCGKC(Ver.8A).pdf LED diameter 3.0mm 2 pins diameter 3.0mm 3 pins 0 3 3 LED_THT LED_D3.0mm_Clear IR-LED, diameter 3.0mm, 2 pins, color: clear IR infrared LED diameter 3.0mm 2 pins clear 0 2 2 LED_THT LED_D3.0mm_FlatTop LED, Round, FlatTop, diameter 3.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-47XEC(Ver.9A).pdf LED Round FlatTop diameter 3.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_Clear LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_IRBlack LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_IRGrey LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O1.27mm_Z6.0mm LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O1.27mm_Z10.0mm LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O3.81mm_Z2.0mm LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O3.81mm_Z6.0mm LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O3.81mm_Z10.0mm LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O6.35mm_Z2.0mm LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O6.35mm_Z6.0mm LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_Horizontal_O6.35mm_Z10.0mm LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins 0 2 2 LED_THT LED_D3.0mm_IRBlack IR-ED, diameter 3.0mm, 2 pins, color: black IR infrared LED diameter 3.0mm 2 pins black 0 2 2 LED_THT LED_D3.0mm_IRGrey IR-LED, diameter 3.0mm, 2 pins, color: grey IR infrared LED diameter 3.0mm 2 pins grey 0 2 2 LED_THT LED_D4.0mm LED, diameter 4.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-43GD(Ver.12B).pdf LED diameter 4.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf LED diameter 5.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm-3 LED, diameter 5.0mm, 2 pins, diameter 5.0mm, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-59EGC(Ver.17A).pdf LED diameter 5.0mm 2 pins diameter 5.0mm 3 pins 0 3 3 LED_THT LED_D5.0mm-3_Horizontal_O3.81mm_Z3.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 3 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 3 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins 0 3 3 LED_THT LED_D5.0mm-4_RGB LED, diameter 5.0mm, 2 pins, diameter 5.0mm, 3 pins, diameter 5.0mm, 4 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-154A4SUREQBFZGEW(Ver.9A).pdf LED diameter 5.0mm 2 pins diameter 5.0mm 3 pins diameter 5.0mm 4 pins RGB RGBLED 0 4 4 LED_THT LED_D5.0mm-4_RGB_Staggered_Pins LED, diameter 5.0mm, 2 pins, diameter 5.0mm, 3 pins, diameter 5.0mm, 4 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-154A4SUREQBFZGEW(Ver.9A).pdf LED diameter 5.0mm 2 pins diameter 5.0mm 3 pins diameter 5.0mm 4 pins RGB RGBLED 0 4 4 LED_THT LED_D5.0mm-4_RGB_Wide_Pins LED, diameter 5.0mm, 2 pins, diameter 5.0mm, 3 pins, diameter 5.0mm, 4 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-154A4SUREQBFZGEW(Ver.9A).pdf LED diameter 5.0mm 2 pins diameter 5.0mm 3 pins diameter 5.0mm 4 pins RGB RGBLED 0 4 4 LED_THT LED_D5.0mm_Clear LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf LED diameter 5.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_FlatTop LED, Round, FlatTop, diameter 5.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-483GDT(Ver.15B).pdf LED Round FlatTop diameter 5.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm_Clear LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm_IRBlack LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm_IRGrey LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O1.27mm_Z9.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O1.27mm_Z15.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O3.81mm_Z3.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O3.81mm_Z9.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O3.81mm_Z15.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O6.35mm_Z3.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O6.35mm_Z9.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_Horizontal_O6.35mm_Z15.0mm LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_IRBlack LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf LED diameter 5.0mm 2 pins 0 2 2 LED_THT LED_D5.0mm_IRGrey LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf LED diameter 5.0mm 2 pins 0 2 2 LED_THT LED_D8.0mm LED, diameter 8.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LED8MMGE_LED8MMGN_LED8MMRT%23KIN.pdf LED diameter 8.0mm 2 pins 0 2 2 LED_THT LED_D8.0mm-3 LED, diameter 8.0mm, 2 pins, diameter 8.0mm, 3 pins LED diameter 8.0mm 2 pins diameter 8.0mm 3 pins 0 3 3 LED_THT LED_D10.0mm LED, diameter 10.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LED10-4500RT%23KIN.pdf LED diameter 10.0mm 2 pins 0 2 2 LED_THT LED_D10.0mm-3 LED, diameter 10.0mm, 2 pins, diameter 10.0mm, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-819EGW(Ver.14A).pdf LED diameter 10.0mm 2 pins diameter 10.0mm 3 pins 0 3 3 LED_THT LED_D20.0mm LED, diameter 20.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/DLC2-6GD%28V6%29.pdf LED diameter 20.0mm 2 pins 0 2 2 LED_THT LED_Oval_W5.2mm_H3.8mm LED_Oval, Oval, Oval size 5.2x3.8mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-5603QBC-D(Ver.12B).pdf LED_Oval Oval Oval size 5.2x3.8mm^2 2 pins 0 2 2 LED_THT LED_Rectangular_W3.0mm_H2.0mm LED_Rectangular, Rectangular, Rectangular size 3.0x2.0mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf LED_Rectangular Rectangular Rectangular size 3.0x2.0mm^2 2 pins 0 2 2 LED_THT LED_Rectangular_W3.9mm_H1.8mm LED_Rectangular, Rectangular, Rectangular size 3.9x1.8mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-2774GD(Ver.7B).pdf LED_Rectangular Rectangular Rectangular size 3.9x1.8mm^2 2 pins 0 2 2 LED_THT LED_Rectangular_W3.9mm_H1.8mm_FlatTop LED_Rectangular, Rectangular, Rectangular size 3.9x1.8mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-2774GD(Ver.7B).pdf LED_Rectangular Rectangular Rectangular size 3.9x1.8mm^2 2 pins 0 2 2 LED_THT LED_Rectangular_W3.9mm_H1.9mm LED_Rectangular, Rectangular, Rectangular size 3.9x1.9mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-144GDT(Ver.14B).pdf LED_Rectangular Rectangular Rectangular size 3.9x1.9mm^2 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm-3Pins LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 3 pins 0 3 3 LED_THT LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O1.27mm_Z1.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O1.27mm_Z3.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O1.27mm_Z5.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O3.81mm_Z1.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O3.81mm_Z3.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O3.81mm_Z5.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O6.35mm_Z1.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O6.35mm_Z3.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O6.35mm_Z5.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins 0 2 2 LED_THT LED_Rectangular_W5.0mm_H5.0mm LED_Rectangular, Rectangular, Rectangular size 5.0x5.0mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf LED_Rectangular Rectangular Rectangular size 5.0x5.0mm^2 2 pins 0 2 2 LED_THT LED_Rectangular_W7.62mm_H4.55mm_P5.08mm_R3 Datasheet can be found at https://www.gme.cz/data/attachments/dsh.511-795.1.pdf LED automotive super flux 7.62mm 0 4 2 LED_THT LED_SideEmitter_Rectangular_W4.5mm_H1.6mm LED_SideEmitter_Rectangular, Rectangular, SideEmitter, Rectangular size 4.5x1.6mm^2, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LED15MMGE_LED15MMGN%23KIN.pdf LED_SideEmitter_Rectangular Rectangular SideEmitter Rectangular size 4.5x1.6mm^2 2 pins 0 2 2 LED_THT LED_VCCLite_5381H1_6.35x6.35mm Red 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf Red 5381 Series LED 0 2 2 LED_THT LED_VCCLite_5381H3_6.35x6.35mm Amber 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf Amber 5381 Series LED 0 2 2 LED_THT LED_VCCLite_5381H5_6.35x6.35mm Green 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf Green 5381 Series LED 0 2 2 LED_THT LED_VCCLite_5381H7_6.35x6.35mm Yellow 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf Yellow 5381 Series LED 0 2 2 Module A20_OLINUXINO_LIME2 A20 Olinuxino LIME2, 1.2GHz, 512-1024MB RAM, Micro-SD, NAND or eMMC, 1000Mbit Ethernet A20 Olimex Olinuxino LIME2 development board 0 180 180 Module Adafruit_HUZZAH_ESP8266_breakout 32-bit microcontroller module with WiFi, https://www.adafruit.com/product/2471 ESP8266 WiFi microcontroller 0 20 20 Module Adafruit_HUZZAH_ESP8266_breakout_WithMountingHoles 32-bit microcontroller module with WiFi, https://www.adafruit.com/product/2471 ESP8266 WiFi microcontroller 0 20 20 Module Arduino_Nano Arduino Nano, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf Arduino Nano 0 30 30 Module Arduino_Nano_WithMountingHoles Arduino Nano, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf Arduino Nano 0 30 30 Module Arduino_UNO_R2 Arduino UNO R2, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf Arduino UNO R2 0 30 30 Module Arduino_UNO_R2_WithMountingHoles Arduino UNO R2, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf Arduino UNO R2 0 30 30 Module Arduino_UNO_R3 Arduino UNO R3, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf Arduino UNO R3 0 32 32 Module Arduino_UNO_R3_WithMountingHoles Arduino UNO R3, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf Arduino UNO R3 0 32 32 Module BeagleBoard_PocketBeagle PocketBeagle, https://github.com/beagleboard/pocketbeagle/wiki/System-Reference-Manual#71_Expansion_Header_Connectors PocketBeagle 0 72 72 Module Maple_Mini Maple Mini, http://docs.leaflabs.com/static.leaflabs.com/pub/leaflabs/maple-docs/0.0.12/hardware/maple-mini.html Maple Mini 0 40 40 Module Onion_Omega2+ https://onion.io/omega2/ Omega Onion module 0 32 32 Module Onion_Omega2S https://github.com/OnionIoT/Omega2/raw/master/Documents/Omega2S%20Datasheet.pdf onion omega module 0 89 64 Module Pololu_Breakout-16_15.2x20.3mm Pololu Breakout 16-pin 15.2x20.3mm 0.6x0.8\ Pololu Breakout 0 16 16 Module Raspberry_Pi_Zero_Socketed_THT_FaceDown_MountingHoles Raspberry Pi Zero using through hole straight pin socket, 2x20, 2.54mm pitch, https://www.raspberrypi.org/documentation/hardware/raspberrypi/mechanical/rpi_MECH_Zero_1p2.pdf raspberry pi zero through hole 0 40 40 Module ST_Morpho_Connector_144_STLink ST Morpho Connector 144 With STLink ST Morpho Connector 144 STLink 0 148 148 Module ST_Morpho_Connector_144_STLink_MountingHoles ST Morpho Connector 144 With STLink ST Morpho Connector 144 STLink 0 148 148 Module WEMOS_D1_mini_light 16-pin module, column spacing 22.86 mm (900 mils), https://wiki.wemos.cc/products:d1:d1_mini, https://c1.staticflickr.com/1/734/31400410271_f278b087db_z.jpg ESP8266 WiFi microcontroller 0 16 16 MountingHole MountingHole_2.1mm Mounting Hole 2.1mm, no annular mounting hole 2.1mm no annular 0 0 0 MountingHole MountingHole_2.2mm_M2 Mounting Hole 2.2mm, no annular, M2 mounting hole 2.2mm no annular m2 0 0 0 MountingHole MountingHole_2.2mm_M2_DIN965 Mounting Hole 2.2mm, no annular, M2, DIN965 mounting hole 2.2mm no annular m2 din965 0 0 0 MountingHole MountingHole_2.2mm_M2_DIN965_Pad Mounting Hole 2.2mm, M2, DIN965 mounting hole 2.2mm m2 din965 0 1 1 MountingHole MountingHole_2.2mm_M2_ISO7380 Mounting Hole 2.2mm, no annular, M2, ISO7380 mounting hole 2.2mm no annular m2 iso7380 0 0 0 MountingHole MountingHole_2.2mm_M2_ISO7380_Pad Mounting Hole 2.2mm, M2, ISO7380 mounting hole 2.2mm m2 iso7380 0 1 1 MountingHole MountingHole_2.2mm_M2_ISO14580 Mounting Hole 2.2mm, no annular, M2, ISO14580 mounting hole 2.2mm no annular m2 iso14580 0 0 0 MountingHole MountingHole_2.2mm_M2_ISO14580_Pad Mounting Hole 2.2mm, M2, ISO14580 mounting hole 2.2mm m2 iso14580 0 1 1 MountingHole MountingHole_2.2mm_M2_Pad Mounting Hole 2.2mm, M2 mounting hole 2.2mm m2 0 1 1 MountingHole MountingHole_2.2mm_M2_Pad_Via Mounting Hole 2.2mm, M2 mounting hole 2.2mm m2 0 9 1 MountingHole MountingHole_2.5mm Mounting Hole 2.5mm, no annular mounting hole 2.5mm no annular 0 0 0 MountingHole MountingHole_2.5mm_Pad Mounting Hole 2.5mm mounting hole 2.5mm 0 1 1 MountingHole MountingHole_2.5mm_Pad_Via Mounting Hole 2.5mm mounting hole 2.5mm 0 9 1 MountingHole MountingHole_2.7mm Mounting Hole 2.7mm, no annular mounting hole 2.7mm no annular 0 0 0 MountingHole MountingHole_2.7mm_M2.5 Mounting Hole 2.7mm, no annular, M2.5 mounting hole 2.7mm no annular m2.5 0 0 0 MountingHole MountingHole_2.7mm_M2.5_DIN965 Mounting Hole 2.7mm, no annular, M2.5, DIN965 mounting hole 2.7mm no annular m2.5 din965 0 0 0 MountingHole MountingHole_2.7mm_M2.5_DIN965_Pad Mounting Hole 2.7mm, M2.5, DIN965 mounting hole 2.7mm m2.5 din965 0 1 1 MountingHole MountingHole_2.7mm_M2.5_ISO7380 Mounting Hole 2.7mm, no annular, M2.5, ISO7380 mounting hole 2.7mm no annular m2.5 iso7380 0 0 0 MountingHole MountingHole_2.7mm_M2.5_ISO7380_Pad Mounting Hole 2.7mm, M2.5, ISO7380 mounting hole 2.7mm m2.5 iso7380 0 1 1 MountingHole MountingHole_2.7mm_M2.5_ISO14580 Mounting Hole 2.7mm, no annular, M2.5, ISO14580 mounting hole 2.7mm no annular m2.5 iso14580 0 0 0 MountingHole MountingHole_2.7mm_M2.5_ISO14580_Pad Mounting Hole 2.7mm, M2.5, ISO14580 mounting hole 2.7mm m2.5 iso14580 0 1 1 MountingHole MountingHole_2.7mm_M2.5_Pad Mounting Hole 2.7mm, M2.5 mounting hole 2.7mm m2.5 0 1 1 MountingHole MountingHole_2.7mm_M2.5_Pad_Via Mounting Hole 2.7mm mounting hole 2.7mm 0 9 1 MountingHole MountingHole_2.7mm_Pad Mounting Hole 2.7mm mounting hole 2.7mm 0 1 1 MountingHole MountingHole_2.7mm_Pad_Via Mounting Hole 2.7mm mounting hole 2.7mm 0 9 1 MountingHole MountingHole_2mm Mounting Hole 2mm, no annular mounting hole 2mm no annular 0 0 0 MountingHole MountingHole_3.2mm_M3 Mounting Hole 3.2mm, no annular, M3 mounting hole 3.2mm no annular m3 0 0 0 MountingHole MountingHole_3.2mm_M3_DIN965 Mounting Hole 3.2mm, no annular, M3, DIN965 mounting hole 3.2mm no annular m3 din965 0 0 0 MountingHole MountingHole_3.2mm_M3_DIN965_Pad Mounting Hole 3.2mm, M3, DIN965 mounting hole 3.2mm m3 din965 0 1 1 MountingHole MountingHole_3.2mm_M3_ISO7380 Mounting Hole 3.2mm, no annular, M3, ISO7380 mounting hole 3.2mm no annular m3 iso7380 0 0 0 MountingHole MountingHole_3.2mm_M3_ISO7380_Pad Mounting Hole 3.2mm, M3, ISO7380 mounting hole 3.2mm m3 iso7380 0 1 1 MountingHole MountingHole_3.2mm_M3_ISO14580 Mounting Hole 3.2mm, no annular, M3, ISO14580 mounting hole 3.2mm no annular m3 iso14580 0 0 0 MountingHole MountingHole_3.2mm_M3_ISO14580_Pad Mounting Hole 3.2mm, M3, ISO14580 mounting hole 3.2mm m3 iso14580 0 1 1 MountingHole MountingHole_3.2mm_M3_Pad Mounting Hole 3.2mm, M3 mounting hole 3.2mm m3 0 1 1 MountingHole MountingHole_3.2mm_M3_Pad_Via Mounting Hole 3.2mm, M3 mounting hole 3.2mm m3 0 9 1 MountingHole MountingHole_3.5mm Mounting Hole 3.5mm, no annular mounting hole 3.5mm no annular 0 0 0 MountingHole MountingHole_3.5mm_Pad Mounting Hole 3.5mm mounting hole 3.5mm 0 1 1 MountingHole MountingHole_3.5mm_Pad_Via Mounting Hole 3.5mm mounting hole 3.5mm 0 9 1 MountingHole MountingHole_3.7mm Mounting Hole 3.7mm, no annular mounting hole 3.7mm no annular 0 0 0 MountingHole MountingHole_3.7mm_Pad Mounting Hole 3.7mm mounting hole 3.7mm 0 1 1 MountingHole MountingHole_3.7mm_Pad_Via Mounting Hole 3.7mm mounting hole 3.7mm 0 9 1 MountingHole MountingHole_3mm Mounting Hole 3mm, no annular mounting hole 3mm no annular 0 0 0 MountingHole MountingHole_3mm_Pad Mounting Hole 3mm mounting hole 3mm 0 1 1 MountingHole MountingHole_3mm_Pad_Via Mounting Hole 3mm mounting hole 3mm 0 9 1 MountingHole MountingHole_4.3mm_M4 Mounting Hole 4.3mm, no annular, M4 mounting hole 4.3mm no annular m4 0 0 0 MountingHole MountingHole_4.3mm_M4_DIN965 Mounting Hole 4.3mm, no annular, M4, DIN965 mounting hole 4.3mm no annular m4 din965 0 0 0 MountingHole MountingHole_4.3mm_M4_DIN965_Pad Mounting Hole 4.3mm, M4, DIN965 mounting hole 4.3mm m4 din965 0 1 1 MountingHole MountingHole_4.3mm_M4_ISO7380 Mounting Hole 4.3mm, no annular, M4, ISO7380 mounting hole 4.3mm no annular m4 iso7380 0 0 0 MountingHole MountingHole_4.3mm_M4_ISO7380_Pad Mounting Hole 4.3mm, M4, ISO7380 mounting hole 4.3mm m4 iso7380 0 1 1 MountingHole MountingHole_4.3mm_M4_ISO14580 Mounting Hole 4.3mm, no annular, M4, ISO14580 mounting hole 4.3mm no annular m4 iso14580 0 0 0 MountingHole MountingHole_4.3mm_M4_ISO14580_Pad Mounting Hole 4.3mm, M4, ISO14580 mounting hole 4.3mm m4 iso14580 0 1 1 MountingHole MountingHole_4.3mm_M4_Pad Mounting Hole 4.3mm, M4 mounting hole 4.3mm m4 0 1 1 MountingHole MountingHole_4.3mm_M4_Pad_Via Mounting Hole 4.3mm, M4 mounting hole 4.3mm m4 0 9 1 MountingHole MountingHole_4.3x6.2mm_M4_Pad Mounting Hole 4.3x6.2mm, M4 mounting hole 4.3x6.2mm m4 0 1 1 MountingHole MountingHole_4.3x6.2mm_M4_Pad_Via Mounting Hole 4.3x6.2mm, M4 mounting hole 4.3x6.2mm m4 0 17 1 MountingHole MountingHole_4.5mm Mounting Hole 4.5mm, no annular mounting hole 4.5mm no annular 0 0 0 MountingHole MountingHole_4.5mm_Pad Mounting Hole 4.5mm mounting hole 4.5mm 0 1 1 MountingHole MountingHole_4.5mm_Pad_Via Mounting Hole 4.5mm mounting hole 4.5mm 0 9 1 MountingHole MountingHole_4mm Mounting Hole 4mm, no annular mounting hole 4mm no annular 0 0 0 MountingHole MountingHole_4mm_Pad Mounting Hole 4mm mounting hole 4mm 0 1 1 MountingHole MountingHole_4mm_Pad_Via Mounting Hole 4mm mounting hole 4mm 0 9 1 MountingHole MountingHole_5.3mm_M5 Mounting Hole 5.3mm, no annular, M5 mounting hole 5.3mm no annular m5 0 0 0 MountingHole MountingHole_5.3mm_M5_DIN965 Mounting Hole 5.3mm, no annular, M5, DIN965 mounting hole 5.3mm no annular m5 din965 0 0 0 MountingHole MountingHole_5.3mm_M5_DIN965_Pad Mounting Hole 5.3mm, M5, DIN965 mounting hole 5.3mm m5 din965 0 1 1 MountingHole MountingHole_5.3mm_M5_ISO7380 Mounting Hole 5.3mm, no annular, M5, ISO7380 mounting hole 5.3mm no annular m5 iso7380 0 0 0 MountingHole MountingHole_5.3mm_M5_ISO7380_Pad Mounting Hole 5.3mm, M5, ISO7380 mounting hole 5.3mm m5 iso7380 0 1 1 MountingHole MountingHole_5.3mm_M5_ISO14580 Mounting Hole 5.3mm, no annular, M5, ISO14580 mounting hole 5.3mm no annular m5 iso14580 0 0 0 MountingHole MountingHole_5.3mm_M5_ISO14580_Pad Mounting Hole 5.3mm, M5, ISO14580 mounting hole 5.3mm m5 iso14580 0 1 1 MountingHole MountingHole_5.3mm_M5_Pad Mounting Hole 5.3mm, M5 mounting hole 5.3mm m5 0 1 1 MountingHole MountingHole_5.3mm_M5_Pad_Via Mounting Hole 5.3mm, M5 mounting hole 5.3mm m5 0 9 1 MountingHole MountingHole_5.5mm Mounting Hole 5.5mm, no annular mounting hole 5.5mm no annular 0 0 0 MountingHole MountingHole_5.5mm_Pad Mounting Hole 5.5mm mounting hole 5.5mm 0 1 1 MountingHole MountingHole_5.5mm_Pad_Via Mounting Hole 5.5mm mounting hole 5.5mm 0 9 1 MountingHole MountingHole_5mm Mounting Hole 5mm, no annular mounting hole 5mm no annular 0 0 0 MountingHole MountingHole_5mm_Pad Mounting Hole 5mm mounting hole 5mm 0 1 1 MountingHole MountingHole_5mm_Pad_Via Mounting Hole 5mm mounting hole 5mm 0 9 1 MountingHole MountingHole_6.4mm_M6 Mounting Hole 6.4mm, no annular, M6 mounting hole 6.4mm no annular m6 0 0 0 MountingHole MountingHole_6.4mm_M6_DIN965 Mounting Hole 6.4mm, no annular, M6, DIN965 mounting hole 6.4mm no annular m6 din965 0 0 0 MountingHole MountingHole_6.4mm_M6_DIN965_Pad Mounting Hole 6.4mm, M6, DIN965 mounting hole 6.4mm m6 din965 0 1 1 MountingHole MountingHole_6.4mm_M6_ISO7380 Mounting Hole 6.4mm, no annular, M6, ISO7380 mounting hole 6.4mm no annular m6 iso7380 0 0 0 MountingHole MountingHole_6.4mm_M6_ISO7380_Pad Mounting Hole 6.4mm, M6, ISO7380 mounting hole 6.4mm m6 iso7380 0 1 1 MountingHole MountingHole_6.4mm_M6_ISO14580 Mounting Hole 6.4mm, no annular, M6, ISO14580 mounting hole 6.4mm no annular m6 iso14580 0 0 0 MountingHole MountingHole_6.4mm_M6_ISO14580_Pad Mounting Hole 6.4mm, M6, ISO14580 mounting hole 6.4mm m6 iso14580 0 1 1 MountingHole MountingHole_6.4mm_M6_Pad Mounting Hole 6.4mm, M6 mounting hole 6.4mm m6 0 1 1 MountingHole MountingHole_6.4mm_M6_Pad_Via Mounting Hole 6.4mm, M6 mounting hole 6.4mm m6 0 9 1 MountingHole MountingHole_6.5mm Mounting Hole 6.5mm, no annular mounting hole 6.5mm no annular 0 0 0 MountingHole MountingHole_6.5mm_Pad Mounting Hole 6.5mm mounting hole 6.5mm 0 1 1 MountingHole MountingHole_6.5mm_Pad_Via Mounting Hole 6.5mm mounting hole 6.5mm 0 9 1 MountingHole MountingHole_6mm Mounting Hole 6mm, no annular mounting hole 6mm no annular 0 0 0 MountingHole MountingHole_6mm_Pad Mounting Hole 6mm mounting hole 6mm 0 1 1 MountingHole MountingHole_6mm_Pad_Via Mounting Hole 6mm mounting hole 6mm 0 9 1 MountingHole MountingHole_8.4mm_M8 Mounting Hole 8.4mm, no annular, M8 mounting hole 8.4mm no annular m8 0 0 0 MountingHole MountingHole_8.4mm_M8_Pad Mounting Hole 8.4mm, M8 mounting hole 8.4mm m8 0 1 1 MountingHole MountingHole_8.4mm_M8_Pad_Via Mounting Hole 8.4mm, M8 mounting hole 8.4mm m8 0 9 1 NetTie NetTie-2_SMD_Pad0.5mm Net tie, 2 pin, 0.5mm square SMD pads net tie 0 2 2 NetTie NetTie-2_SMD_Pad2.0mm Net tie, 2 pin, 2.0mm square SMD pads net tie 0 2 2 NetTie NetTie-2_THT_Pad0.3mm Net tie, 2 pin, 0.3mm round THT pads net tie 0 2 2 NetTie NetTie-2_THT_Pad1.0mm Net tie, 2 pin, 1.0mm round THT pads net tie 0 2 2 NetTie NetTie-3_SMD_Pad0.5mm Net tie, 3 pin, 0.5mm square SMD pads net tie 0 3 3 NetTie NetTie-3_SMD_Pad2.0mm Net tie, 3 pin, 2.0mm square SMD pads net tie 0 3 3 NetTie NetTie-3_THT_Pad0.3mm Net tie, 3 pin, 0.3mm round THT pads net tie 0 3 3 NetTie NetTie-3_THT_Pad1.0mm Net tie, 3 pin, 1.0mm round THT pads net tie 0 3 3 NetTie NetTie-4_SMD_Pad0.5mm Net tie, 4 pin, 0.5mm square SMD pads net tie 0 4 4 NetTie NetTie-4_SMD_Pad2.0mm Net tie, 4 pin, 2.0mm square SMD pads net tie 0 4 4 NetTie NetTie-4_THT_Pad0.3mm Net tie, 4 pin, 0.3mm round THT pads net tie 0 4 4 NetTie NetTie-4_THT_Pad1.0mm Net tie, 4 pin, 1.0mm round THT pads net tie 0 4 4 OptoDevice ADNS-9800 Laser Gaming Sensor ADNS-9800 MOUSE MOUSE_SENSOR LASER_GAMING_SENSOR 0 16 16 OptoDevice AGILENT_HFBR-152x Fiberoptic Transmitter TX, HFBR series (https://docs.broadcom.com/docs/AV02-3283EN) Fiberoptic Transmitter 0 6 6 OptoDevice AGILENT_HFBR-252x Fiberoptic Receiver RX, HFBR series (https://docs.broadcom.com/docs/AV02-3283EN) Fiberoptic Transmitter 0 6 6 OptoDevice AMS_TSL2550_SMD http://ams.com/eng/content/download/250130/975613/142977 TSL2550 ambient light sensor 0 4 4 OptoDevice Broadcom_AFBR-16xxZ_Horizontal Fiber Optic Transmitter and Receiver, https://docs.broadcom.com/docs/AV02-4369EN Fiber Optic Transmitter and Receiver 0 6 6 OptoDevice Broadcom_AFBR-16xxZ_Tilted Fiber Optic Transmitter and Receiver, https://docs.broadcom.com/docs/AV02-4369EN Fiber Optic Transmitter and Receiver 0 6 6 OptoDevice Broadcom_AFBR-16xxZ_Vertical Fiber Optic Transmitter and Receiver, https://docs.broadcom.com/docs/AV02-4369EN Fiber Optic Transmitter and Receiver 0 6 6 OptoDevice Broadcom_APDS-9301 ambient light sensor, i2c interface, 6-pin chipled package, https://docs.broadcom.com/docs/AV02-2315EN ambient light sensor chipled 0 6 6 OptoDevice Broadcom_DFN-6_2x2mm_P0.65mm Broadcom DFN, 6 Pin (https://docs.broadcom.com/docs/AV02-4755EN), generated with kicad-footprint-generator ipc_noLead_generator.py Broadcom DFN NoLead 0 6 6 OptoDevice Broadcom_LGA-8_2x2mm_P0.53mm Broadcom LGA, 8 Pin (https://docs.broadcom.com/docs/AV02-4755EN), generated with kicad-footprint-generator ipc_noLead_generator.py Broadcom LGA NoLead 0 8 8 OptoDevice Everlight_ITR8307 package for Everlight ITR8307 with PCB cutout, light-direction upwards, see http://www.everlight.com/file/ProductFile/ITR8307.pdf refective opto couple photo coupler 0 4 4 OptoDevice Everlight_ITR8307F43 package for Everlight ITR8307/F43, see https://everlighteurope.com/index.php?controller=attachment&id_attachment=5385 refective opto couple photo coupler 0 4 4 OptoDevice Everlight_ITR8307_Reverse package for Everlight ITR8307 with PCB cutout, light-direction downwards, see http://www.everlight.com/file/ProductFile/ITR8307.pdf refective opto couple photo coupler 0 4 4 OptoDevice Finder_34.81 Relay SPST, Finder Type 34.81 (opto relays/coupler), vertical/standing form, see https://gfinder.findernet.com/public/attachments/34/EN/S34USAEN.pdf Relay SPST Finder 0 4 4 OptoDevice Hamamatsu_C12880 Hamamatsu spectrometer, see http://www.hamamatsu.com/resources/pdf/ssd/c12880ma_kacc1226e.pdf opto spectrometer Hamamatsu 0 10 10 OptoDevice Hamamatsu_S13360-30CS SiPM, 2pin Hamamatsu SiPM 0 2 2 OptoDevice Kingbright_KPS-5130 http://www.kingbright.com/attachments/file/psearch/000/00/00/KPS-5130PD7C(Ver.14).pdf KPS-5130 photodiode RGB sensor 0 4 4 OptoDevice Kingbright_KRC011_Horizontal Subminiature Reflective Optical Sensor, http://www.kingbright.com/attachments/file/psearch/000/00/00/KRC011(Ver.15).pdf Subminiature Reflective Optical Sensor 0 4 4 OptoDevice Kingbright_KRC011_Vertical Subminiature Reflective Optical Sensor, http://www.kingbright.com/attachments/file/psearch/000/00/00/KRC011(Ver.15).pdf Subminiature Reflective Optical Sensor 0 4 4 OptoDevice Kodenshi_LG206D http://kodenshi.co.jp/products/pdf/sensor/photointerrupter_ic/LG206D.pdf Photointerrupter infrared LED with photo IC 0 5 5 OptoDevice Kodenshi_LG206L http://kodenshi.co.jp/products/pdf/sensor/photointerrupter_ic/LG205L.pdf Photointerrupter infrared LED with photo IC 0 5 5 OptoDevice Kodenshi_SG105 package for Kodenshi SG-105 with PCB cutout, light-direction upwards, see http://www.kodenshi.co.jp/products/pdf/sensor/photointerrupter_ref/SG-105.pdf refective opto couple photo coupler 0 4 4 OptoDevice Kodenshi_SG105F package for Kodenshi SG-105F, see http://www.kodenshi.co.jp/products/pdf/sensor/photointerrupter_ref/SG-105F.pdf refective opto couple photo coupler 0 4 4 OptoDevice Kodenshi_SG105_Reverse package for Kodenshi SG-105 with PCB cutout, light-direction downwards, see http://www.kodenshi.co.jp/products/pdf/sensor/photointerrupter_ref/SG-105.pdf refective opto couple photo coupler 0 4 4 OptoDevice LaserDiode_TO3.3-D3.3-3 Laser Diode, TO-3.3mm, 3pin Laser Diode TO3.3 0 3 3 OptoDevice LaserDiode_TO5-D9-3 Laser Diode, TO5-like (D=9mm), 3pin Laser Diode TO5-like 0 3 3 OptoDevice LaserDiode_TO18-D5.6-3 Laser Diode, TO18-like (D=5.6mm), 3pin Laser Diode TO18-like 0 3 3 OptoDevice LaserDiode_TO38ICut-3 Laser Diode, TO-38-ICut, 3pin Laser Diode TO38-ICut 0 3 3 OptoDevice LaserDiode_TO56-3 Laser Diode, TO-56, 3pin Laser Diode TO56 0 3 3 OptoDevice Lightpipe_Mentor_1276.1004 https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf spherical light pipe 4 way 3mm PLCC-2 PLCC-4 0 0 0 OptoDevice Lightpipe_Mentor_1276.2004 https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf planar light pipe 4 way 3mm PLCC-2 PLCC-4 0 0 0 OptoDevice Lite-On_LTR-303ALS-01 ambient light sensor, i2c interface, 6-pin chipled package, http://optoelectronics.liteon.com/upload/download/DS86-2013-0004/LTR-303ALS-01_DS_V1.pdf ambient light sensor chipled 0 6 6 OptoDevice Luna_NSL-32 Optoisolator with LED and photoresistor optoisolator 0 4 4 OptoDevice Maxim_OLGA-14_3.3x5.6mm_P0.8mm https://pdfserv.maximintegrated.com/land_patterns/90-0602.PDF OLGA-14 OESIP-14 0 14 14 OptoDevice ONSemi_QSE15x 3 Lead Plastic Package ONSemi QSE158 QSE159 0 3 3 OptoDevice OnSemi_CASE100CY OnSemi CASE 100CY, light-direction upwards, see http://www.onsemi.com/pub/Collateral/QRE1113-D.PDF refective opto couple photo coupler 0 4 4 OptoDevice Osram_BPW82 PhotoDiode, BPW82, RM2.54 PhotoDiode BPW82 RM2.54 0 2 2 OptoDevice Osram_DIL2_4.3x4.65mm_P5.08mm PhotoDiode, plastic DIL, 4.3x4.65mm², RM5.08 PhotoDiode plastic DIL RM5.08 0 2 2 OptoDevice Osram_LPT80A PhotoTransistor, sidelooker package, RM2.54 PhotoTransistor sidelooker package RM2.54 0 2 2 OptoDevice Osram_SFH9x0x package for Osram SFH9x0x series of reflective photo interrupters/couplers, see http://www.osram-os.com/Graphics/XPic6/00200860_0.pdf reflective photo interrupter SMD 0 6 6 OptoDevice Osram_SFH205 PhotoDiode, SFH205, RM2.54 PhotoDiode SFH205 RM2.54 0 2 2 OptoDevice Osram_SFH225 PhotoDiode, SFH225, RM2.54 PhotoDiode SFH225 RM2.54 0 2 2 OptoDevice Osram_SMD-DIL2_4.5x4.0mm PhotoDiode, plastic SMD DIL, 4.5x4mm² PhotoDiode plastic SMD DIL 0 2 2 OptoDevice Osram_SMD-SmartDIL PhotoDiode, plastic SMD SmatDIL PhotoDiode plastic SMD SmatDIL 0 3 3 OptoDevice Panasonic_APV-AQY_SSOP-4_4.45x2.65mm_P1.27mm https://www.panasonic-electric-works.com/cps/rde/xbcr/pew_eu_en/technical_information_photomos_en.pdf SSOP4 APV21 AQY22 0 4 4 OptoDevice PerkinElmer_VTL5C Axial Vactrol (http://www.qsl.net/wa1ion/vactrol/vactrol.pdf) vactrol 0 4 4 OptoDevice PerkinElmer_VTL5Cx2 Axial Vactrol (http://www.qsl.net/wa1ion/vactrol/vactrol.pdf) vactrol 0 5 5 OptoDevice R_LDR_4.9x4.2mm_P2.54mm_Vertical Resistor, LDR 4.9x4.2mm Resistor LDR4.9x4.2 0 2 2 OptoDevice R_LDR_5.0x4.1mm_P3mm_Vertical Resistor, LDR 5x4.1mm, see http://cdn-reichelt.de/documents/datenblatt/A500/A90xxxx%23PE.pdf Resistor LDR5x4.1mm 0 2 2 OptoDevice R_LDR_5.1x4.3mm_P3.4mm_Vertical Resistor, LDR 5.1x3.4mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf Resistor LDR5.1x3.4mm 0 2 2 OptoDevice R_LDR_5.2x5.2mm_P3.5mm_Horizontal Resistor, LDR 5.2x5.2, upright, see http://cdn-reichelt.de/documents/datenblatt/A500/M996011A.pdf Resistor LDR5.2x5.2 0 2 2 OptoDevice R_LDR_7x6mm_P5.1mm_Vertical Resistor, LDR 7x6mm Resistor LDR7x6mm 0 2 2 OptoDevice R_LDR_10x8.5mm_P7.6mm_Vertical Resistor, LDR 10x8.5mm Resistor LDR10.8.5mm 0 2 2 OptoDevice R_LDR_11x9.4mm_P8.2mm_Vertical Resistor, LDR 11x9.4mm Resistor LDR11x9.4mm 0 2 2 OptoDevice R_LDR_12x10.8mm_P9.0mm_Vertical Resistor, LDR 12x10.8mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf Resistor LDR12x10.8mm 0 2 2 OptoDevice R_LDR_D6.4mm_P3.4mm_Vertical Resistor, LDR D=6.4mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf Resistor LDRD=6.4mm 0 2 2 OptoDevice R_LDR_D13.8mm_P9.0mm_Vertical Resistor, diameter 13.8mm pitch 9mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf Resistor LDR 0 2 2 OptoDevice R_LDR_D20mm_P17.5mm_Vertical Resistor, LDR 20mm diameter, pin pitch 17.5mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf Resistor LDR 0 2 2 OptoDevice ST_VL53L0X https://www.st.com/resource/en/datasheet/vl53l1x.pdf laser-ranging sensor 0 12 12 OptoDevice ST_VL53L1X https://www.st.com/resource/en/datasheet/vl53l1x.pdf laser-ranging sensor 0 12 12 OptoDevice Sharp_GP2Y0A41SK0F http://www.sharp-world.com/products/device/lineup/data/pdf/datasheet/gp2y0a41sk_e.pdf Distance Sensor Sharp 0 2 2 OptoDevice Sharp_IS471F Sharp OPIC IS471F, see http://pdf.datasheetcatalog.com/datasheet/Sharp/mXvrzty.pdf Sharp OPIC IS471F 0 4 4 OptoDevice Sharp_IS485 Sharp OPIC, IS485, IS486, see http://microrato.ua.pt/main/Actividades/Estagios/Docs/IS485_6.pdf Sharp OPIC IS485 IS486 0 3 3 OptoDevice Siemens_SFH900 package for Siemens SFH900 reflex photo interrupter/coupler/object detector, see https://www.batronix.com/pdf/sfh900.pdf Siemens SFH900 reflex photo interrupter coupler object detector 0 3 3 OptoDevice Toshiba_TORX170_TORX173_TORX193_TORX194 Fiberoptic Reciver, RX, Toshiba, Toslink, TORX170, TORX173, TORX193, TORX194 Fiberoptic Reciver RX Toshiba Toslink TORX170 TORX173 TORX193 TORX194 0 6 6 OptoDevice Toshiba_TOTX170_TOTX173_TOTX193_TOTX194 Fiberoptic Reciver, RX, Toshiba, Toslink, TORX170, TORX173, TORX193, TORX194 Fiberoptic Reciver RX Toshiba Toslink TORX170 TORX173 TORX193 TORX194 0 6 6 OptoDevice Vishay_CAST-3Pin IR Receiver Vishay TSOP-xxxx, CAST package, see https://www.vishay.com/docs/82493/tsop311.pdf IRReceiverVishayTSOP-xxxx CAST 0 3 3 OptoDevice Vishay_CNY70 package for Vishay CNY70 refective photo coupler/interrupter Vishay CNY70 refective photo coupler 0 4 4 OptoDevice Vishay_MINICAST-3Pin IR Receiver Vishay TSOP-xxxx, MINICAST package, see https://www.vishay.com/docs/82669/tsop32s40f.pdf IR Receiver Vishay TSOP-xxxx MINICAST 0 3 3 OptoDevice Vishay_MINIMOLD-3Pin IR Receiver Vishay TSOP-xxxx, MINIMOLD package, see https://www.vishay.com/docs/82742/tsop331.pdf IR Receiver Vishay TSOP-xxxx MINIMOLD 0 3 3 OptoDevice Vishay_MOLD-3Pin IR Receiver Vishay TSOP-xxxx, MOLD package, see https://www.vishay.com/docs/82669/tsop32s40f.pdf IR Receiver Vishay TSOP-xxxx MOLD 0 3 3 Oscillator Oscillator_DIP-8 Oscillator, DIP8,http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf oscillator 0 4 4 Oscillator Oscillator_DIP-8_LargePads Oscillator, DIP8, Large Pads, http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf oscillator 0 4 4 Oscillator Oscillator_DIP-14 Oscillator, DIP14, http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf oscillator 0 4 4 Oscillator Oscillator_DIP-14_LargePads Oscillator, DIP14, Large Pads, http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf oscillator 0 4 4 Oscillator Oscillator_OCXO_Morion_MV267 http://www.morion.com.ru/catalog_pdf/MV267.pdf OCXO 0 5 5 Oscillator Oscillator_OCXO_Morion_MV317 https://www.morion-us.com/catalog_pdf/mv317.pdf OCXO 0 5 5 Oscillator Oscillator_SMD_Abracon_ABLNO https://abracon.com/Precisiontiming/ABLNO.pdf VCXO XO 0 4 4 Oscillator Oscillator_SMD_Abracon_ASCO-4Pin_1.6x1.2mm Miniature Crystal Clock Oscillator Abracon ASCO series, https://abracon.com/Oscillators/ASCO.pdf, 1.6x1.2mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_Abracon_ASDMB-4Pin_2.5x2.0mm Miniature Crystal Clock Oscillator Abracon ASDMB series, 2.5x2.0mm package, http://www.abracon.com/Oscillators/ASDMB.pdf SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_Abracon_ASE-4Pin_3.2x2.5mm Miniature Crystal Clock Oscillator Abracon ASE series, http://www.abracon.com/Oscillators/ASEseries.pdf, 3.2x2.5mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_Abracon_ASE-4Pin_3.2x2.5mm_HandSoldering Miniature Crystal Clock Oscillator Abracon ASE series, http://www.abracon.com/Oscillators/ASEseries.pdf, hand-soldering, 3.2x2.5mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_Abracon_ASV-4Pin_7.0x5.1mm Miniature Crystal Clock Oscillator Abracon ASV series, http://www.abracon.com/Oscillators/ASV.pdf, 7.0x5.1mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_Abracon_ASV-4Pin_7.0x5.1mm_HandSoldering Miniature Crystal Clock Oscillator Abracon ASV series, http://www.abracon.com/Oscillators/ASV.pdf, hand-soldering, 7.0x5.1mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_Diodes_FN-4Pin_7.0x5.0mm FN Series Crystal Clock Oscillator (XO) (https://www.diodes.com/assets/Datasheets/FN_3-3V.pdf) Oscillator Crystal SMD SMT 0 4 4 Oscillator Oscillator_SMD_ECS_2520MV-xxx-xx-4Pin_2.5x2.0mm Miniature Crystal Clock Oscillator ECS 2520MV series, https://www.ecsxtal.com/store/pdf/ECS-2520MV.pdf Miniature Crystal Clock Oscillator ECS 2520MV series SMD SMT HCMOS 0 4 4 Oscillator Oscillator_SMD_EuroQuartz_XO32-4Pin_3.2x2.5mm Miniature Crystal Clock Oscillator EuroQuartz XO32 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO32.pdf, 3.2x2.5mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_EuroQuartz_XO32-4Pin_3.2x2.5mm_HandSoldering Miniature Crystal Clock Oscillator EuroQuartz XO32 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO32.pdf, hand-soldering, 3.2x2.5mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_EuroQuartz_XO53-4Pin_5.0x3.2mm Miniature Crystal Clock Oscillator EuroQuartz XO53 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO53.pdf, 5.0x3.2mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_EuroQuartz_XO53-4Pin_5.0x3.2mm_HandSoldering Miniature Crystal Clock Oscillator EuroQuartz XO53 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO53.pdf, hand-soldering, 5.0x3.2mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_EuroQuartz_XO91-4Pin_7.0x5.0mm Miniature Crystal Clock Oscillator EuroQuartz XO91 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO91.pdf, 7.0x5.0mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_EuroQuartz_XO91-4Pin_7.0x5.0mm_HandSoldering Miniature Crystal Clock Oscillator EuroQuartz XO91 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO91.pdf, hand-soldering, 7.0x5.0mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS1-6Pin_14.8x9.1mm Miniature Crystal Clock Oscillator TXCO Fordahl DFA S1-KHZ/LHZ, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 14.8x9.1mm^2 package SMD SMT crystal oscillator 0 6 6 Oscillator Oscillator_SMD_Fordahl_DFAS2-4Pin_7.3x5.1mm Mminiature Crystal Clock Oscillator TXCO Fordahl DFA S2-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 7.3x5.1mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS2-4Pin_7.3x5.1mm_HandSoldering Mminiature Crystal Clock Oscillator TXCO Fordahl DFA S2-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 7.3x5.1mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS3-4Pin_9.1x7.2mm Miniature Crystal Clock Oscillator TXCO Fordahl DFA S3-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 9.1x7.2mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS3-4Pin_9.1x7.2mm_HandSoldering Miniature Crystal Clock Oscillator TXCO Fordahl DFA S3-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 9.1x7.2mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS7-4Pin_19.9x12.9mm Miniature Crystal Clock Oscillator TXCO Fordahl DFA S7-K/L, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 19.9x12.9mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS7-4Pin_19.9x12.9mm_HandSoldering Miniature Crystal Clock Oscillator TXCO Fordahl DFA S7-K/L, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 19.9x12.9mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS11-4Pin_7.0x5.0mm Miniature Crystal Clock Oscillator TXCO Fordahl DFA S11-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 7.0x5.0mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS11-4Pin_7.0x5.0mm_HandSoldering Miniature Crystal Clock Oscillator TXCO Fordahl DFA S11-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 7.0x5.0mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS15-4Pin_5.0x3.2mm Ultraminiature Crystal Clock Oscillator TXCO Fordahl DFA S15-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 5.0x3.2mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_Fordahl_DFAS15-4Pin_5.0x3.2mm_HandSoldering Ultraminiature Crystal Clock Oscillator TXCO Fordahl DFA S15-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 5.0x3.2mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_IQD_IQXO70-4Pin_7.5x5.0mm IQD Crystal Clock Oscillator IQXO-70, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 7.5x5.0mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_IQD_IQXO70-4Pin_7.5x5.0mm_HandSoldering IQD Crystal Clock Oscillator IQXO-70, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 7.5x5.0mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_Kyocera_2520-6Pin_2.5x2.0mm https://global.kyocera.com/prdct/electro/product/pdf/kt2520_e.pdf 2.5mm 2mm SMD 0 6 6 Oscillator Oscillator_SMD_OCXO_ConnorWinfield_OH300 http://www.conwin.com/datasheets/cx/cx282.pdf OCXO 0 7 7 Oscillator Oscillator_SMD_SI570_SI571_HandSoldering SI570, SI571, Programmable oscillator, Standard SI570 SI571 Programmable oscillator Standard 0 8 8 Oscillator Oscillator_SMD_SI570_SI571_Standard SI570, SI571, Programmable oscillator, Standard SI570 SI571 Programmable oscillator Standard 0 8 8 Oscillator Oscillator_SMD_SeikoEpson_SG210-4Pin_2.5x2.0mm SMD Crystal Oscillator Seiko Epson SG-210 https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-210SED, 2.5x2.0mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG210-4Pin_2.5x2.0mm_HandSoldering SMD Crystal Oscillator Seiko Epson SG-210 https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-210SED, hand-soldering, 2.5x2.0mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG3030CM SMD Crystal Oscillator Seiko Epson SG-3030CM package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002CA-4Pin_7.0x5.0mm SMD Crystal Oscillator Seiko Epson SG-8002CA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 7.0x5.0mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002CA-4Pin_7.0x5.0mm_HandSoldering SMD Crystal Oscillator Seiko Epson SG-8002CA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 7.0x5.0mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002CE-4Pin_3.2x2.5mm SMD Crystal Oscillator Seiko Epson SG-8002CE https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 3.2x2.5mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002CE-4Pin_3.2x2.5mm_HandSoldering SMD Crystal Oscillator Seiko Epson SG-8002CE https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 3.2x2.5mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002JA-4Pin_14.0x8.7mm SMD Crystal Oscillator Seiko Epson SG-8002JA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 14.0x8.7mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002JA-4Pin_14.0x8.7mm_HandSoldering SMD Crystal Oscillator Seiko Epson SG-8002JA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 14.0x8.7mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002JC-4Pin_10.5x5.0mm SMD Crystal Oscillator Seiko Epson SG-8002JC https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 10.5x5.0mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002JC-4Pin_10.5x5.0mm_HandSoldering SMD Crystal Oscillator Seiko Epson SG-8002JC https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 10.5x5.0mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002LB-4Pin_5.0x3.2mm SMD Crystal Oscillator Seiko Epson SG-8002LB https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 5.0x3.2mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_SeikoEpson_SG8002LB-4Pin_5.0x3.2mm_HandSoldering SMD Crystal Oscillator Seiko Epson SG-8002LB https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 5.0x3.2mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SMD_Silicon_Labs_LGA-6_2.5x3.2mm_P1.25mm Silicon_Labs LGA, 6 Pin (https://www.silabs.com/documents/public/data-sheets/si512-13.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py Silicon_Labs LGA NoLead 0 6 6 Oscillator Oscillator_SMD_TCXO_G158 TCXO TCXO 0 4 4 Oscillator Oscillator_SMD_TXC_7C-4Pin_5.0x3.2mm Miniature Crystal Clock Oscillator TXC 7C series, http://www.txccorp.com/download/products/osc/7C_o.pdf, 5.0x3.2mm^2 package SMD SMT crystal oscillator 0 4 4 Oscillator Oscillator_SMD_TXC_7C-4Pin_5.0x3.2mm_HandSoldering Miniature Crystal Clock Oscillator TXC 7C series, http://www.txccorp.com/download/products/osc/7C_o.pdf, hand-soldering, 5.0x3.2mm^2 package SMD SMT crystal oscillator hand-soldering 0 4 4 Oscillator Oscillator_SeikoEpson_SG-8002DB 14-lead dip package, row spacing 7.62 mm (300 mils) DIL DIP PDIP 2.54mm 7.62mm 300mil 0 4 4 Oscillator Oscillator_SeikoEpson_SG-8002DC 8-lead dip package, row spacing 7.62 mm (300 mils) DIL DIP PDIP 2.54mm 7.62mm 300mil 0 4 4 Package_BGA Analog_BGA-28_4.0x6.25mm_Layout4x7_P0.8mm_Ball0.45mm_Pad0.4 Analog BGA-28 4.0mm x 6.25mm package, pitch 0.4mm pad, based on https://www.analog.com/media/en/technical-documentation/data-sheets/8063fa.pdf BGA 28 0.8 0 28 28 Package_BGA BGA-9_1.6x1.6mm_Layout3x3_P0.5mm BGA-9, http://www.ti.com/lit/ds/symlink/bq27421-g1.pdf BGA-9 0 9 9 Package_BGA BGA-16_1.92x1.92mm_Layout4x4_P0.5mm BGA-16, http://www.st.com/content/ccc/resource/technical/document/datasheet/group2/bc/cd/62/9e/8f/30/47/69/CD00151267/files/CD00151267.pdf/jcr:content/translations/en.CD00151267.pdf BGA-16 0 16 16 Package_BGA BGA-25_6.35x6.35mm_Layout5x5_P1.27mm BGA-25, http://cds.linear.com/docs/en/datasheet/4624fc.pdf BGA-25 uModule 0 25 25 Package_BGA BGA-36_3.396x3.466mm_Layout6x6_P0.4mm_Ball0.25mm_Pad0.2mm_NSMD Altera V36, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00486-00.pdf Altera BGA-36 V36 VBGA 0 36 36 Package_BGA BGA-48_8.0x9.0mm_Layout6x8_P0.8mm BGA-48 - pitch 0.8 mm BGA-48 0 48 48 Package_BGA BGA-64_9.0x9.0mm_Layout10x10_P0.8mm BGA-64, 10x10 raster, 9x9mm package, pitch 0.8mm BGA-64 0 64 64 Package_BGA BGA-68_5.0x5.0mm_Layout9x9_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD Altera MBGA-68, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00344-01.pdf Altera BGA-68 M68 MBGA 0 68 68 Package_BGA BGA-81_4.496x4.377mm_Layout9x9_P0.4mm_Ball0.25mm_Pad0.2mm_NSMD Altera V81, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00478-01.pdf Altera VBGA V81 BGA-81 0 81 81 Package_BGA BGA-90_8.0x13.0mm_Layout2x3x15_P0.8mm BGA-90, http://www.issi.com/WW/pdf/42-45S32800J.pdf BGA-90 0 90 90 Package_BGA BGA-96_9.0x13.0mm_Layout2x3x16_P0.8mm BGA-96, http://www.mouser.com/ds/2/198/43-46TR16640B-81280BL-706483.pdf BGA-96 0 96 96 Package_BGA BGA-100_6.0x6.0mm_Layout11x11_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD Altera MBGA-100, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00345-01.pdf Altera BGA-100 M100 MBGA 0 100 100 Package_BGA BGA-100_11.0x11.0mm_Layout10x10_P1.0mm_Ball0.5mm_Pad0.4mm_NSMD BGA-100, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00223-02.pdf BGA-100 0 100 100 Package_BGA BGA-121_9.0x9.0mm_Layout11x11_P0.8mm_Ball0.4mm_Pad0.35mm_NSMD 121-ball, 0.8mm BGA (based on http://www.latticesemi.com/view_document?document_id=213) BGA 0.8mm 9mm 121 0 121 121 Package_BGA BGA-121_12.0x12.0mm_Layout11x11_P1.0mm BGA-121, http://cds.linear.com/docs/en/packaging/05081891_A_bga121.pdf BGA-121 0 121 121 Package_BGA BGA-132_12x18mm_Layout11x17_P0.5mm BGA-132 11x17 12x18mm 0.5pitch BGA-132 0 132 132 Package_BGA BGA-144_7.0x7.0mm_Layout13x13_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD Altera MBGA-144, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00346-00.pdf Altera BGA-144 M144 MBGA 0 144 144 Package_BGA BGA-144_13.0x13.0mm_Layout12x12_P1.0mm BGA-144, http://www.topline.tv/drawings/pdf/BGA%201,0mm%20pitch/LBGA144T1.0-DC128.pdf BGA-144 0 144 144 Package_BGA BGA-152_14x18mm_Layout13x17_P0.5mm BGA-152_14x18mm_Layout13x17_P0.5mm VBGA-152 0 152 152 Package_BGA BGA-153_8.0x8.0mm_Layout15x15_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD Altera MBGA-153, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00471-00.pdf Altera BGA-153 M153 MBGA 0 153 153 Package_BGA BGA-169_11.0x11.0mm_Layout13x13_P0.8mm_Ball0.5mm_Pad0.4mm_NSMD Altera U169, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00470-01.pdf Altera UBGA U169 BGA-169 0 169 169 Package_BGA BGA-256_11.0x11.0mm_Layout20x20_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD Altera MBGA-256, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00348-01.pdf Altera BGA-256 M256 MBGA 0 256 256 Package_BGA BGA-256_14.0x14.0mm_Layout16x16_P0.8mm_Ball0.45mm_Pad0.32mm_NSMD BGA-256, dimensions: https://www.xilinx.com/support/documentation/package_specs/ft256.pdf, design rules: https://www.xilinx.com/support/documentation/user_guides/ug1099-bga-device-design-rules.pdf BGA-256 0 256 256 Package_BGA BGA-256_17.0x17.0mm_Layout16x16_P1.0mm_Ball0.5mm_Pad0.4mm_NSMD BGA-256, dimensions: https://www.xilinx.com/support/documentation/package_specs/ft256.pdf, design rules: https://www.xilinx.com/support/documentation/user_guides/ug1099-bga-device-design-rules.pdf BGA-256 0 256 256 Package_BGA BGA-324_15.0x15.0mm_Layout18x18_P0.8mm_Ball0.5mm_Pad0.4mm_NSMD Altera U324, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00474-02.pdf Altera UBGA U324 BGA-324 0 324 324 Package_BGA BGA-324_19.0x19.0mm_Layout18x18_P1.0mm_Ball0.5mm_Pad0.4mm_NSMD BGA-324, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00233-03.pdf BGA-324 0 324 324 Package_BGA BGA-352_35.0x35.0mm_Layout26x26_P1.27mm BGA-352, https://www.fujitsu.com/downloads/MICRO/fma/pdfmcu/b352p05.pdf BGA-352 0 352 352 Package_BGA BGA-400_21.0x21.0mm_Layout20x20_P1.0mm BGA-400, https://www.xilinx.com/support/documentation/package_specs/fg400.pdf BGA-400 0 400 400 Package_BGA BGA-484_23.0x23.0mm_Layout22x22_P1.0mm BGA-484, https://www.xilinx.com/support/documentation/package_specs/fg484.pdf BGA-484 0 484 484 Package_BGA BGA-624_21.0x21.0mm_Layout25x25_P0.8mm BGA-624, 25x25 grid, 21x21mm package, pitch 0.8mm; https://www.nxp.com/docs/en/package-information/SOT1529-1.pdf BGA 624 0.8 0 624 624 Package_BGA BGA-625_21.0x21.0mm_Layout25x25_P0.8mm BGA-625 BGA-625 0 625 625 Package_BGA BGA-672_27.0x27.0mm_Layout26x26_P1.0mm_Ball0.6mm_Pad0.5mm_NSMD Altera BGA-672, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00472-00.pdf Altera BGA-672 F672 FBGA 0 672 672 Package_BGA BGA-676_27.0x27.0mm_Layout26x26_P1.0mm_Ball0.6mm_Pad0.5mm_NSMD XILINX BGA-676, https://www.xilinx.com/support/documentation/package_specs/fg676.pdf XILINX BGA-676 FG676/FGG676 0 676 676 Package_BGA BGA-1023_33.0x33.0mm_Layout32x32_P1.0mm BGA-1023 BGA-1023 0 1023 1023 Package_BGA BGA-1156_35.0x35.0mm_Layout34x34_P1.0mm BGA-1156 BGA-1156 0 1156 1156 Package_BGA BGA-1295_37.5x37.5mm_Layout36x36_P1.0mm BGA-1295 BGA-1295 0 1295 1295 Package_BGA FB-BGA-484_23.0x23.0mm_Layout22x22_P1.0mm Xilinx FB-484, https://www.xilinx.com/support/documentation/user_guides/ug1099-bga-device-design-rules.pdf FB-BGA-484 0 484 484 Package_BGA FBGA-78_7.5x11mm_Layout2x3x13_P0.8mm FBGA-78, https://www.skhynix.com/product/filedata/fileDownload.do?seq=7687 FBGA-78 0 78 78 Package_BGA Fujitsu_WLP-15_2.28x3.092mm_Layout3x5_P0.4mm WLP-15, 3x5 raster, 2.28x3.092mm package, pitch 0.4mm; http://www.fujitsu.com/global/documents/products/devices/semiconductor/fram/lineup/MB85RS1MT-DS501-00022-7v0-E.pdf BGA 8 0.4 0 8 8 Package_BGA LFBGA-100_10x10mm_Layout10x10_P0.8mm LFBGA-100, 10x10 raster, 10x10mm package, pitch 0.8mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f103tb.pdf BGA 100 0.8 0 100 100 Package_BGA LFBGA-144_10x10mm_Layout12x12_P0.8mm LFBGA-144, 12x12 raster, 10x10mm package, pitch 0.8mm; see section 6.1 of http://www.st.com/resource/en/datasheet/stm32f103ze.pdf BGA 144 0.8 0 144 144 Package_BGA LFBGA-169_16x12mm_Layout28x14_P0.5mm_Ball0.3_Pad0.3mm_NSMD https://4donline.ihs.com/images/VipMasterIC/IC/SGST/SGSTS20279/SGSTS20279-1.pdf?hkey=EF798316E3902B6ED9A73243A3159BB0 eMMC Flash LFBGA169 0 169 169 Package_BGA Lattice_caBGA-381_17.0x17.0mm_Layout20x20_P0.8mm_Ball0.4mm_Pad0.4mm_NSMD Lattice caBGA-381 footprint for ECP5 FPGAs, based on http://www.latticesemi.com/view_document?document_id=213 BGA 381 0.8 0 381 381 Package_BGA Lattice_caBGA-381_17.0x17.0mm_Layout20x20_P0.8mm_Ball0.4mm_Pad0.6mm_SMD Lattice caBGA-381 footprint for ECP5 FPGAs, based on http://www.latticesemi.com/view_document?document_id=213 BGA 381 0.8 0 381 381 Package_BGA Linear_BGA-133_15.0x15.0_Layout12x12_P1.27mm Analog Devices (Linear Tech), 133-pin BGA uModule, 15.0x15.0x4.92mm, https://www.analog.com/media/en/technical-documentation/data-sheets/4637fc.pdf 133 pin bga 0 134 134 Package_BGA Maxim_WLP-12 Maxim_WLP-12 W121B2+1 http://pdfserv.maximintegrated.com/package_dwgs/21-0009.PDF Maxim_WLP-12 0 12 12 Package_BGA TFBGA-64_5x5mm_Layout8x8_P0.5mm TFBGA-64, 8x8 raster, 5x5mm package, pitch 0.5mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f100v8.pdf BGA 64 0.5 0 64 64 Package_BGA TFBGA-100_8x8mm_Layout10x10_P0.8mm TFBGA-100, 10x10 raster, 8x8mm package, pitch 0.8mm; see section 6.2 of http://www.st.com/resource/en/datasheet/stm32f746zg.pdf BGA 100 0.8 0 100 100 Package_BGA TFBGA-100_9.0x9.0mm_Layout10x10_P0.8mm TFBGA-100, 10x10, 9x9mm package, pitch 0.8mm TFBGA-100 0 100 100 Package_BGA TFBGA-121_10x10mm_Layout11x11_P0.8mm TFBGA-121, 11x11 raster, 10x10mm package, pitch 0.8mm; http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#p495 BGA 121 0.8 0 121 121 Package_BGA TFBGA-216_13x13mm_Layout15x15_P0.8mm TFBGA-216, 15x15 raster, 13x13mm package, pitch 0.8mm; see section 6.8 of http://www.st.com/resource/en/datasheet/stm32f746zg.pdf BGA 216 0.8 0 216 216 Package_BGA TFBGA-265_14x14mm_Layout17x17_P0.8mm TFBGA-265, 17x17 raster, 14x14mm package, pitch 0.8mm; see section 7.8 of http://www.st.com/resource/en/datasheet/DM00387108.pdf BGA 265 0.8 0 265 265 Package_BGA Texas_DSBGA-5_0.822x1.116mm_Layout2x1x2_P0.4mm Texas Instruments, DSBGA, 0.822x1.116mm, 5 bump 2x1x2 array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/opa330.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) Texas Instruments DSBGA BGA YFF S-XBGA-N5 0 10 5 Package_BGA Texas_DSBGA-6_0.9x1.4mm_Layout2x3_P0.5mm Texas Instruments, DSBGA, 0.9x1.4mm, 6 bump 2x3 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/ts5a3159a.pdf) Texas Instruments DSBGA BGA YZP R-XBGA-N6 0 12 6 Package_BGA Texas_DSBGA-8_0.9x1.9mm_Layout2x4_P0.5mm Texas Instruments, DSBGA, 0.9x1.9mm, 8 bump 2x4 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/txb0102.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) Texas Instruments DSBGA BGA YZP R-XBGA-N8 0 16 8 Package_BGA Texas_DSBGA-8_1.43x1.41mm_Layout3x3_P0.5mm Texas Instruments, DSBGA, 1.43x1.41mm, 8 bump 3x3 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/lmc555.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) Texas Instruments DSBGA BGA YZP R-XBGA-N8 0 16 8 Package_BGA Texas_DSBGA-8_1.5195x1.5195mm_Layout3x3_P0.5mm Texas Instruments, DSBGA, 1.5195x1.5195x0.600mm, 8 ball 3x3 area grid, YZR pad definition (http://www.ti.com/lit/ml/mxbg270/mxbg270.pdf) BGA 8 0.5 0 8 8 Package_BGA Texas_DSBGA-9_1.4715x1.4715mm_Layout3x3_P0.5mm Texas Instruments, DSBGA, 1.4715x1.4715mm, 9 bump 3x3 array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/lm4990.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) Texas Instruments DSBGA BGA YZR0009 0 18 9 Package_BGA Texas_DSBGA-10_1.36x1.86mm_Layout3x4_P0.5mm Texas Instruments, DSBGA, 1.36x1.86mm, 10 bump 3x4 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/txs0104e.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) Texas Instruments DSBGA BGA 0 20 10 Package_BGA Texas_DSBGA-12_1.36x1.86mm_Layout3x4_P0.5mm Texas Instruments, DSBGA, 1.36x1.86mm, 12 bump 3x4 (area) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/txs0104e.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) Texas Instruments DSBGA BGA 0 24 12 Package_BGA Texas_DSBGA-28_1.9x3.0mm_Layout4x7_P0.4mm Texas Instruments, DSBGA, 3.0x1.9x0.625mm, 28 ball 7x4 area grid, NSMD pad definition (http://www.ti.com/lit/ds/symlink/bq51050b.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) BGA 28 0.4 0 28 28 Package_BGA Texas_DSBGA-49_3.33x3.488mm_Layout7x7_P0.4mm Texas Instruments, DSBGA, 3.33x3.488x0.625mm, 49 ball 7x7 area grid, NSMD pad definition (http://www.ti.com/lit/ds/symlink/msp430f2234.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) texas dsbga 49 0 49 49 Package_BGA Texas_DSBGA-64_3.415x3.535mm_Layout8x8_P0.4mm Texas Instruments, DSBGA, 3.415x3.535x0.625mm, 64 ball 8x8 area grid, NSMD pad definition (http://www.ti.com/lit/ds/slas718g/slas718g.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) texas dsbga 64 0 64 64 Package_BGA Texas_MicroStar_Junior_BGA-12_2.0x2.5mm_Layout4x3_P0.5mm Texas Instruments, BGA Microstar Junior, 2x2.5mm, 12 bump 4x3 grid, NSMD pad definition (http://www.ti.com/lit/ds/symlink/txb0104.pdf, http://www.ti.com/lit/wp/ssyz015b/ssyz015b.pdf) Texas_Junior_BGA-12 0 12 12 Package_BGA Texas_MicroStar_Junior_BGA-80_5.0x5.0mm_Layout9x9_P0.5mm Texas Instruments, BGA Microstar Junior, 5x5mm, 80 ball 9x9 grid, NSMD pad definition (http://www.ti.com/lit/ds/symlink/tlv320aic23b.pdf, http://www.ti.com/lit/wp/ssyz015b/ssyz015b.pdf) Texas_Junior_BGA-80 0 80 80 Package_BGA Texas_MicroStar_Junior_BGA-113_7.0x7.0mm_Layout12x12_P0.5mm Texas Instruments, BGA Microstar Junior, 7x7mm, 113 ball 12x12 grid, NSMD pad definition (http://www.ti.com/lit/ml/mpbg674/mpbg674.pdf, http://www.ti.com/lit/wp/ssyz015b/ssyz015b.pdf) Texas_Junior_BGA-113 0 113 113 Package_BGA UCBGA-36_2.5x2.5mm_Layout6x6_P0.4mm UCBGA-36, 6x6 raster, 2.5x2.5mm package, pitch 0.4mm; https://www.latticesemi.com/view_document?document_id=213 BGA 36 0.4 0 36 36 Package_BGA UCBGA-49_3x3mm_Layout7x7_P0.4mm UCBGA-49, 7x7 raster, 3x3mm package, pitch 0.4mm; https://www.latticesemi.com/view_document?document_id=213 BGA 49 0.4 0 49 49 Package_BGA UCBGA-81_4x4mm_Layout9x9_P0.4mm UCBGA-81, 9x9 raster, 4x4mm package, pitch 0.4mm; https://www.latticesemi.com/view_document?document_id=213 BGA 81 0.4 0 81 81 Package_BGA UFBGA-15_3.0x3.0mm_Layout4x4_P0.65mm UFBGA-15, 4x4, 3x3mm package, pitch 0.65mm UFBGA-15 0 15 15 Package_BGA UFBGA-32_4.0x4.0mm_Layout6x6_P0.5mm UFBGA-32, 6x6, 4x4mm package, pitch 0.5mm UFBGA-32 0 32 32 Package_BGA UFBGA-64_5x5mm_Layout8x8_P0.5mm UFBGA-64, 8x8 raster, 5x5mm package, pitch 0.5mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f051t8.pdf BGA 64 0.5 0 64 64 Package_BGA UFBGA-100_7x7mm_Layout12x12_P0.5mm UFBGA-100, 12x12 raster, 7x7mm package, pitch 0.5mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f103tb.pdf BGA 100 0.5 0 100 100 Package_BGA UFBGA-132_7x7mm_Layout12x12_P0.5mm UFBGA-132, 12x12 raster, 7x7mm package, pitch 0.5mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32l152zc.pdf BGA 132 0.5 0 132 132 Package_BGA UFBGA-132_7x7mm_P0.5mm UFBGA 132 Pins, 0.5mm Pitch, 0.3mm Ball, http://www.st.com/resource/en/datasheet/stm32l486qg.pdf ufbga bga small-pitch 0 132 132 Package_BGA UFBGA-144_7x7mm_Layout12x12_P0.5mm UFBGA-144, 12x12 raster, 7x7mm package, pitch 0.5mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32f446ze.pdf BGA 144 0.5 0 144 144 Package_BGA UFBGA-144_10x10mm_Layout12x12_P0.8mm UFBGA-144, 12x12 raster, 10x10mm package, pitch 0.8mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f446ze.pdf BGA 144 0.8 0 144 144 Package_BGA UFBGA-169_7x7mm_Layout13x13_P0.5mm UFBGA-169, 13x13 raster, 7x7mm package, pitch 0.5mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32f429ng.pdf BGA 169 0.5 0 169 169 Package_BGA UFBGA-201_10x10mm_Layout15x15_P0.65mm UFBGA-201, 15x15 raster, 10x10mm package, pitch 0.65mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32f207vg.pdf BGA 201 0.65 0 201 201 Package_BGA VFBGA-49_5.0x5.0mm_Layout7x7_P0.65mm VFBGA-49, 7x7, 5x5mm package, pitch 0.65mm VFBGA-49 0 49 49 Package_BGA VFBGA-100_7.0x7.0mm_Layout10x10_P0.65mm VFBGA-100, 10x10, 7x7mm package, pitch 0.65mm VFBGA-100 0 100 100 Package_BGA WLP-4_0.73x0.73mm_Layout2x2_P0.35mm_Ball0.22mm_Pad0.2mm_NSMD WLP-4, 2x2 raster, 0.73x0.73mm package, pitch 0.35mm; https://datasheets.maximintegrated.com/en/ds/MAX40200.pdf BGA 4 0.35 0 4 4 Package_BGA WLP-4_0.83x0.83mm_P0.4mm WLP-4_0.83x0.83mm_P0.4mm https://pdfserv.maximintegrated.com/package_dwgs/21-100107.PDF, https://www.maximintegrated.com/en/app-notes/index.mvp/id/1891 WLP-4 0 4 4 Package_BGA WLP-4_0.86x0.86mm_P0.4mm WLP-4_0.86x0.86mm_P0.4mm https://pdfserv.maximintegrated.com/package_dwgs/21-0612.PDF, https://www.maximintegrated.com/en/app-notes/index.mvp/id/1891 WLP-4 0 4 4 Package_BGA XBGA-121_10x10mm_Layout11x11_P0.8mm XBGA-121, 11x11 raster, 10x10mm package, pitch 0.6mm; http://ww1.microchip.com/downloads/en/DeviceDoc/39969b.pdf BGA 121 0.8 0 121 121 Package_BGA XFBGA-36_3.5x3.5mm_Layout6x6_P0.5mm XFBGA-36, https://www.nxp.com/docs/en/package-information/SOT1555-1.pdf XFBGA-36 0 36 36 Package_BGA XFBGA-64_5.0x5.0mm_Layout8x8_P0.5mm XFBGA-64, https://www.nxp.com/docs/en/package-information/SOT1555-1.pdf XFBGA-64 0 64 64 Package_BGA XFBGA-121_8x8mm_Layout11x11_P0.65mm XFBGA-121, https://www.nxp.com/docs/en/package-information/SOT1533-1.pdf XFBGA-121 0 121 121 Package_BGA Xilinx_CLG225 Zynq-7000 BGA, 15x15 grid, 13x13mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=77, NSMD pad definition Appendix A BGA 225 0.8 CLG225 0 225 225 Package_BGA Xilinx_CLG400 Zynq-7000 BGA, 20x20 grid, 17x17mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=78, NSMD pad definition Appendix A BGA 400 0.8 CLG400 CL400 0 400 400 Package_BGA Xilinx_CLG484_CLG485 Zynq-7000 BGA, 22x22 grid, 19x19mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=79, NSMD pad definition Appendix A BGA 484 0.8 CLG484 CL484 CLG485 CL485 0 484 484 Package_BGA Xilinx_CPG236 Artix-7 BGA, 19x19 grid, 10x10mm package, 0.5mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=266, NSMD pad definition Appendix A BGA 238 0.5 CP236 CPG236 0 238 238 Package_BGA Xilinx_CPG238 Artix-7 BGA, 19x19 grid, 10x10mm package, 0.5mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=267, NSMD pad definition Appendix A BGA 238 0.5 CPG238 0 238 238 Package_BGA Xilinx_CPGA196 Spartan-7 BGA, 14x14 grid, 8x8mm package, 0.5mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=260, NSMD pad definition Appendix A BGA 196 0.5 CPGA196 0 196 196 Package_BGA Xilinx_CSG324 Artix-7 BGA, 18x18 grid, 15x15mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=268, NSMD pad definition Appendix A BGA 324 0.8 CS324 CSG324 0 324 324 Package_BGA Xilinx_CSG325 Artix-7 BGA, 18x18 grid, 15x15mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=268, NSMD pad definition Appendix A BGA 324 0.8 CS325 CSG235 0 324 324 Package_BGA Xilinx_CSGA225 Spartan-7 BGA, 15x15 grid, 13x13mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=262, NSMD pad definition Appendix A BGA 225 0.8 CSGA225 0 225 225 Package_BGA Xilinx_CSGA324 Spartan-7 BGA, 18x18 grid, 15x15mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=263, NSMD pad definition Appendix A BGA 324 0.8 CSGA324 0 324 324 Package_BGA Xilinx_FBG484 Artix-7, Kintex-7 and Zynq-7000 BGA, 22x22 grid, 23x23mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=271, ttps://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=281, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=82, NSMD pad definition Appendix A BGA 484 1 FB484 FBG484 FBV484 0 484 484 Package_BGA Xilinx_FBG676 Artix-7, Kintex-7 and Zynq-7000 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=273, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=284, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=84, NSMD pad definition Appendix A BGA 676 1 FB676 FBG676 FBV676 0 676 676 Package_BGA Xilinx_FBG900 Kintex-7 BGA, 30x30 grid, 31x31mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=289, NSMD pad definition Appendix A BGA 900 1 FB900 FBG900 FBV900 0 900 900 Package_BGA Xilinx_FFG676 Kintex-7 and Zynq-7000 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=292, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=88, NSMD pad definition Appendix A BGA 676 1 FF676 FFG676 FFV676 0 676 676 Package_BGA Xilinx_FFG900_FFG901 Kintex-7 and Zynq-7000 BGA, 30x30 grid, 31x31mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=294, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=90, NSMD pad definition Appendix A BGA 900 1 FF900 FFG900 FFV900 FF901 FFG901 FFV901 0 900 900 Package_BGA Xilinx_FFG1156 Artix-7, Kintex-7 and Zynq-7000 BGA, 34x34 grid, 35x35mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=277, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=296, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=91, NSMD pad definition Appendix A BGA 1156 1 FF1156 FFG1156 FFV1156 0 1156 1156 Package_BGA Xilinx_FFG1157_FFG1158 Virtex-7 BGA, 34x34 grid, 35x35mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=299, NSMD pad definition Appendix A BGA 1156 1 FF1157 FFG1157 FFV1157 FF1158 FFG1158 FFV1158 0 1156 1156 Package_BGA Xilinx_FFG1761 Virtex-7 BGA, 42x42 grid, 42.5x42.5mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=300, NSMD pad definition Appendix A BGA 1760 1 FF1761 FFG1761 0 1760 1760 Package_BGA Xilinx_FFG1926_FFG1927_FFG1928_FFG1930 Virtex-7 BGA, 44x44 grid, 45x45mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=303, NSMD pad definition Appendix A BGA 1924 1 FF1926 FFG1926 FF1927 FFG1927 FFV1927 FF1928 FFG1928 FF1930 FFG1930 0 1924 1924 Package_BGA Xilinx_FFV1761 Virtex-7 BGA, 42x42 grid, 42.5x42.5mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=301, NSMD pad definition Appendix A BGA 1760 1 FFV1761 0 1760 1760 Package_BGA Xilinx_FGG484 Artix-7 BGA, 22x22 grid, 23x23mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=275, NSMD pad definition Appendix A BGA 484 1 FG484 FGG484 0 484 484 Package_BGA Xilinx_FGG676 Artix-7 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=276, NSMD pad definition Appendix A BGA 676 1 FG676 FGG676 0 676 676 Package_BGA Xilinx_FGGA484 Spartan-7 BGA, 22x22 grid, 23x23mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=264, NSMD pad definition Appendix A BGA 484 1 FGGA484 0 484 484 Package_BGA Xilinx_FGGA676 Spartan-7 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=265, NSMD pad definition Appendix A BGA 676 1 FGGA676 0 676 676 Package_BGA Xilinx_FHG1761 Virtex-7 BGA, 42x42 grid, 45x45mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=302, NSMD pad definition Appendix A BGA 1760 1 FH1761 FHG1761 0 1760 1760 Package_BGA Xilinx_FLG1925_FLG1926_FLG1928_FLG1930 Virtex-7 BGA, 44x44 grid, 45x45mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=304, NSMD pad definition Appendix A BGA 1924 1 FL1925 FLG1925 FL1926 FLG1926 FL1928 FLG1928 FL1930 FLG1930 0 1924 1924 Package_BGA Xilinx_FTG256 Artix-7 BGA, 16x16 grid, 17x17mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=269, NSMD pad definition Appendix A BGA 256 1 FT256 FTG256 0 256 256 Package_BGA Xilinx_FTGB196 Spartan-7 BGA, 14x14 grid, 15x15mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=261, NSMD pad definition Appendix A BGA 196 1 FTGB196 0 196 196 Package_BGA Xilinx_RB484 Artix-7 and Zynq-7000 BGA, 22x22 grid, 23x23mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=278, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=92, NSMD pad definition Appendix A BGA 484 1 RB484 0 484 484 Package_BGA Xilinx_RB676 Artix-7 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=280, NSMD pad definition Appendix A BGA 676 1 RB676 0 676 676 Package_BGA Xilinx_RF676 Kintex-7 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=297, NSMD pad definition Appendix A BGA 676 1 RF676 0 676 676 Package_BGA Xilinx_RF900 Kintex-7 and Zynq-7000 BGA, 30x30 grid, 31x31mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=298, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=94, NSMD pad definition Appendix A BGA 900 1 RF900 0 900 900 Package_BGA Xilinx_RF1156 Zynq-7000 BGA, 34x34 grid, 35x35mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=95, NSMD pad definition Appendix A BGA 1156 1 RF1156 0 1156 1156 Package_BGA Xilinx_RF1157_RF1158 Virtex-7 BGA, 34x34 grid, 35x35mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=305, NSMD pad definition Appendix A BGA 1156 1 RF1157 RF1158 0 1156 1156 Package_BGA Xilinx_RF1761 Virtex-7 BGA, 42x42 grid, 42.5x42.5mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=306, NSMD pad definition Appendix A BGA 1760 1 RF1761 0 1760 1760 Package_BGA Xilinx_RF1930 Virtex-7 BGA, 44x44 grid, 45x45mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=307, NSMD pad definition Appendix A BGA 1924 1 RF1930 0 1924 1924 Package_BGA Xilinx_RFG676 Zynq-7000 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=93, NSMD pad definition Appendix A BGA 676 1 RF676 RFG676 0 676 676 Package_BGA Xilinx_RS484 Artix-7 BGA, 22x22 grid, 19x19mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=279, NSMD pad definition Appendix A BGA 484 0.8 RS484 0 484 484 Package_BGA Xilinx_SBG484 Artix-7 BGA, 22x22 grid, 19x19mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=270, NSMD pad definition Appendix A BGA 484 0.8 SB484 SBG484 SBV484 0 484 484 Package_BGA Xilinx_SBG485 Zynq-7000 BGA, 22x22 grid, 19x19mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=80, NSMD pad definition Appendix A BGA 484 0.8 SBG485 SBV485 0 484 484 Package_CSP Analog_LFCSP-8-1EP_3x3mm_P0.5mm_EP1.53x1.85mm LFCSP, exposed pad, Analog Devices (http://www.analog.com/media/en/technical-documentation/data-sheets/ADL5542.pdf) LFCSP 8 0.5 0 12 5 Package_CSP LFCSP-8-1EP_3x2mm_P0.5mm_EP1.6x1.65mm LFCSP 8pin Pitch 0.5mm, http://www.analog.com/media/en/package-pcb-resources/package/57080735642908cp_8_4.pdf LFCSP 8pin thermal pad 3x2mm Pitch 0.5mm 0 9 9 Package_CSP LFCSP-8-1EP_3x3mm_P0.5mm_EP1.45x1.74mm LFCSP, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-8/CP_8_13.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py LFCSP DFN_QFN 0 13 9 Package_CSP LFCSP-8_2x2mm_P0.5mm LFCSP 8pin Pitch 0.5mm, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_8_6.pdf LFCSP 8pin 2x2mm Pitch 0.5mm 0 8 8 Package_CSP LFCSP-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/CP_16_22.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 21 17 Package_CSP LFCSP-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/CP_16_22.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 26 17 Package_CSP LFCSP-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm LFCSP, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/HMC7992.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 21 17 Package_CSP LFCSP-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm_ThermalVias LFCSP, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/HMC7992.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 26 17 Package_CSP LFCSP-16-1EP_3x3mm_P0.5mm_EP1.854x1.854mm 16-Lead Lead Frame Chip Scale Package, 3x3mm, 0.5mm pitch, 1.854mm thermal pad (CP-16-22, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_16_22.pdf) LFCSP 16 0.5 0 21 17 Package_CSP LFCSP-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm LFCSP, 16 pin, 4x4mm, 2.1mm sq pad (http://www.analog.com/media/en/technical-documentation/data-sheets/ADG633.pdf) LFCSP 16 0.65 0 21 17 Package_CSP LFCSP-20-1EP_4x4mm_P0.5mm_EP2.1x2.1mm 20-Lead Frame Chip Scale Package - 4x4x0.9 mm Body [LFCSP], (see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_20_6.pdf) LFCSP 0.5 0 25 21 Package_CSP LFCSP-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm LFCSP, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/AD7682_7689.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py LFCSP DFN_QFN 0 25 21 Package_CSP LFCSP-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias LFCSP, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/AD7682_7689.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py LFCSP DFN_QFN 0 35 21 Package_CSP LFCSP-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm LFCSP, 20 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-20/CP_20_8.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 25 21 Package_CSP LFCSP-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias LFCSP, 20 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-20/CP_20_8.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 35 21 Package_CSP LFCSP-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm LFCSP, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_24_7.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py LFCSP DFN_QFN 0 29 25 Package_CSP LFCSP-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias LFCSP, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_24_7.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py LFCSP DFN_QFN 0 39 25 Package_CSP LFCSP-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm LFCSP, 32 Pin (https://www.analog.com/media/en/package-pcb-resources/package/414143737956480539664569cp_32_2.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 42 33 Package_CSP LFCSP-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias LFCSP, 32 Pin (https://www.analog.com/media/en/package-pcb-resources/package/414143737956480539664569cp_32_2.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 59 33 Package_CSP LFCSP-32-1EP_5x5mm_P0.5mm_EP3.25x3.25mm 32-Lead Frame Chip Scale Package LFCSP (5mm x 5mm); (see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-32/CP_32_27.pdf LFCSP 0.5 0 37 33 Package_CSP LFCSP-48-1EP_7x7mm_P0.5mm_EP4.1x4.1mm LFCSP, 48 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_48_5.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 58 49 Package_CSP LFCSP-48-1EP_7x7mm_P0.5mm_EP4.1x4.1mm_ThermalVias LFCSP, 48 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_48_5.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 75 49 Package_CSP LFCSP-64-1EP_9x9mm_P0.5mm_EP5.21x5.21mm LFCSP, 64 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_64_7.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 69 65 Package_CSP LFCSP-64-1EP_9x9mm_P0.5mm_EP5.21x5.21mm_ThermalVias LFCSP, 64 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_64_7.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LFCSP NoLead 0 86 65 Package_CSP LFCSP-72-1EP_10x10mm_P0.5mm_EP5.3x5.3mm LFCSP, 72 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1452_1451_1450.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py LFCSP DFN_QFN 0 82 73 Package_CSP LFCSP-72-1EP_10x10mm_P0.5mm_EP5.3x5.3mm_ThermalVias LFCSP, 72 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1452_1451_1450.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py LFCSP DFN_QFN 0 99 73 Package_CSP LFCSP-72-1EP_10x10mm_P0.5mm_EP6.15x6.15mm 72-Lead Frame Chip Scale Package - 10x10x0.9 mm Body [LFCSP]; (see https://www.intersil.com/content/dam/Intersil/documents/l72_/l72.10x10c.pdf) LFCSP 0.5 0 77 73 Package_CSP LFCSP-VQ-24-1EP_4x4mm_P0.5mm_EP2.642x2.642mm LFCSP VQ, 24 pin, exposed pad, 4x4mm body, pitch 0.5mm (http://www.analog.com/media/en/package-pcb-resources/package/56702234806764cp_24_3.pdf, http://www.analog.com/media/en/technical-documentation/data-sheets/ADL5801.pdf) LFCSP 0.5 0 29 25 Package_CSP LFCSP-VQ-48-1EP_7x7mm_P0.5mm LFCSP VQ, 48 pin, exposed pad, 7x7mm body (http://www.analog.com/media/en/technical-documentation/data-sheets/AD7951.pdf, http://www.analog.com/en/design-center/packaging-quality-symbols-footprints/symbols-and-footprints/AD7951.html) LFCSP 48 0 49 49 Package_CSP ST_WLCSP-25_Die425 WLCSP-25, 5x5 raster, 2.097x2.493mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32l031f6.pdf BGA 25 0.4 0 25 25 Package_CSP ST_WLCSP-25_Die444 WLCSP-25, 5x5 raster, 2.423x2.325mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f031k6.pdf BGA 25 0.4 0 25 25 Package_CSP ST_WLCSP-25_Die457 WLCSP-25, 5x5 raster, 2.133x2.070mm package, pitch 0.4mm; see section 7.3 of http://www.st.com/resource/en/datasheet/stm32l011k3.pdf BGA 25 0.4 0 25 25 Package_CSP ST_WLCSP-36_Die417 WLCSP-36, 6x6 raster, 2.61x2.88mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32l052t8.pdf BGA 36 0.4 0 36 36 Package_CSP ST_WLCSP-36_Die440 WLCSP-36, 6x6 raster, 2.605x2.703mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f051t8.pdf BGA 36 0.4 0 36 36 Package_CSP ST_WLCSP-36_Die445 WLCSP-36, 6x6 raster, 2.605x2.703mm package, pitch 0.4mm; see section 7.3 of http://www.st.com/resource/en/datasheet/stm32f042k6.pdf BGA 36 0.4 0 36 36 Package_CSP ST_WLCSP-36_Die458 WLCSP-36, 6x6 raster, 2.553x2.579mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f410t8.pdf BGA 36 0.4 0 36 36 Package_CSP ST_WLCSP-49_Die423 WLCSP-49, 7x7 raster, 2.965x2.965mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f401vc.pdf BGA 49 0.4 0 49 49 Package_CSP ST_WLCSP-49_Die431 WLCSP-49, 7x7 raster, 2.999x3.185mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f411vc.pdf BGA 49 0.4 0 49 49 Package_CSP ST_WLCSP-49_Die433 WLCSP-49, 7x7 raster, 3.029x3.029mm package, pitch 0.4mm; see section 7.1.1 of http://www.st.com/resource/en/datasheet/stm32f401ce.pdf BGA 49 0.4 0 49 49 Package_CSP ST_WLCSP-49_Die435 WLCSP-49, 7x7 raster, 3.141x3.127mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/DM00257211.pdf BGA 49 0.4 0 49 49 Package_CSP ST_WLCSP-49_Die438 WLCSP-49, 7x7 raster, 3.89x3.74mm package, pitch 0.5mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f303r8.pdf BGA 49 0.5 0 49 49 Package_CSP ST_WLCSP-49_Die439 WLCSP-49, 7x7 raster, 3.417x3.151mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f301r8.pdf BGA 49 0.4 0 49 49 Package_CSP ST_WLCSP-49_Die447 WLCSP-49, 7x7 raster, 3.294x3.258mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32l072kz.pdf BGA 49 0.4 0 49 49 Package_CSP ST_WLCSP-49_Die448 WLCSP-49, 7x7 raster, 3.277x3.109mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32f071v8.pdf BGA 49 0.4 0 49 49 Package_CSP ST_WLCSP-63_Die427 WLCSP-63, 7x9 raster, 3.228x4.164mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32l151cc.pdf BGA 63 0.4 0 63 63 Package_CSP ST_WLCSP-64_Die414 WLCSP-64, 8x8 raster, 4.466x4.395mm package, pitch 0.5mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f103ze.pdf BGA 64 0.5 0 64 64 Package_CSP ST_WLCSP-64_Die427 WLCSP-64, 8x8 raster, 4.539x4.911mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32l152zc.pdf BGA 64 0.4 0 64 64 Package_CSP ST_WLCSP-64_Die435 WLCSP-64, 8x8 raster, 3.141x3.127mm package, pitch 0.35mm; see section 7.5 of http://www.st.com/resource/en/datasheet/DM00257211.pdf BGA 64 0.35 0 64 64 Package_CSP ST_WLCSP-64_Die436 WLCSP-64, 8x8 raster, 4.539x4.911mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32l152zd.pdf BGA 64 0.4 0 64 64 Package_CSP ST_WLCSP-64_Die441 WLCSP-64, 8x8 raster, 3.623x3.651mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/DM00213872.pdf BGA 64 0.4 0 64 64 Package_CSP ST_WLCSP-64_Die442 WLCSP-64, 8x8 raster, 3.347x3.585mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32f091vb.pdf BGA 64 0.4 0 64 64 Package_CSP ST_WLCSP-64_Die462 WLCSP-64, 8x8 raster, 3.357x3.657mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/DM00340475.pdf BGA 64 0.4 0 64 64 Package_CSP ST_WLCSP-66_Die411 WLCSP-66, 9x9 raster, 3.639x3.971mm package, pitch 0.4mm; see section 7.2 of http://www.st.com/resource/en/datasheet/stm32f207vg.pdf BGA 66 0.4 0 66 66 Package_CSP ST_WLCSP-66_Die432 WLCSP-66, 8x9 raster, 3.767x4.229mm package, pitch 0.4mm; see section 7.2 of http://www.st.com/resource/en/datasheet/stm32f378vc.pdf BGA 66 0.4 0 66 66 Package_CSP ST_WLCSP-72_Die415 WLCSP-72, 9x9 raster, 4.4084x3.7594mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32l476me.pdf BGA 72 0.4 0 72 72 Package_CSP ST_WLCSP-81_Die415 WLCSP-81, 9x9 raster, 4.4084x3.7594mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32l476me.pdf BGA 81 0.4 0 81 81 Package_CSP ST_WLCSP-81_Die421 WLCSP-81, 9x9 raster, 3.693x3.815mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32f446ze.pdf BGA 81 0.4 0 81 81 Package_CSP ST_WLCSP-81_Die463 WLCSP-81, 9x9 raster, 4.039x3.951mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/DM00282249.pdf BGA 81 0.4 0 81 81 Package_CSP ST_WLCSP-90_Die413 WLCSP-90, 10x9 raster, 4.223x3.969mm package, pitch 0.4mm; see section 6.1 of http://www.st.com/resource/en/datasheet/stm32f405og.pdf BGA 90 0.4 0 90 90 Package_CSP ST_WLCSP-100_Die422 WLCSP-100, 10x10 raster, 4.201x4.663mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32f302vc.pdf BGA 100 0.4 0 100 100 Package_CSP ST_WLCSP-100_Die446 WLCSP-100, 10x10 raster, 4.775x5.041mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f303zd.pdf BGA 100 0.4 0 100 100 Package_CSP ST_WLCSP-100_Die452 WLCSP-100, 10x10 raster, 4.201x4.663mm package, pitch 0.4mm; see section 7.7 of http://www.st.com/resource/en/datasheet/DM00330506.pdf BGA 100 0.4 0 100 100 Package_CSP ST_WLCSP-100_Die461 WLCSP-100, 10x10 raster, 4.618x4.142mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/DM00284211.pdf BGA 100 0.4 0 100 100 Package_CSP ST_WLCSP-104_Die437 WLCSP-104, 9x12 raster, 4.095x5.094mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32l152ze.pdf BGA 104 0.4 0 104 104 Package_CSP ST_WLCSP-143_Die419 WLCSP-143, 11x13 raster, 4.521x5.547mm package, pitch 0.4mm; see section 7.2 of http://www.st.com/resource/en/datasheet/stm32f429ng.pdf BGA 143 0.4 0 143 143 Package_CSP ST_WLCSP-143_Die449 WLCSP-143, 11x13 raster, 4.539x5.849mm package, pitch 0.4mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f746zg.pdf BGA 143 0.4 0 143 143 Package_CSP ST_WLCSP-144_Die470 WLCSP-144, 12x12 raster, 5.24x5.24mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/DM00366448.pdf BGA 144 0.4 0 144 144 Package_CSP ST_WLCSP-168_Die434 WLCSP-168, 12x14 raster, 4.891x5.692mm package, pitch 0.4mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f469ni.pdf BGA 168 0.4 0 168 168 Package_CSP ST_WLCSP-180_Die451 WLCSP-180, 13x14 raster, 5.537x6.095mm package, pitch 0.4mm; see section 6.6 of http://www.st.com/resource/en/datasheet/DM00273119.pdf BGA 180 0.4 0 180 180 Package_CSP WLCSP-6_1.4x1.0mm_P0.4mm 6pin Pitch 0.4mm 6pin Pitch 0.4mm WLCSP 0 6 6 Package_CSP WLCSP-8_1.58x1.63x0.35mm_Layout3x5_P0.35x0.4mm_Ball0.25mm_Pad0.25mm_NSMD WLCSP/XFBGA 8-pin package, staggered pins, http://www.adestotech.com/wp-content/uploads/DS-AT25DF041B_040.pdf WLCSP WLCSP-8 XFBGA XFBGA-8 CSP BGA Chip-Scale Glass-Top 0 8 8 Package_CSP WLCSP-12_1.56x1.56mm_P0.4mm WLCSP 12 1.56x1.56 https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMM150-DS001-01.pdf BMM150 WLCSP 0 12 12 Package_CSP WLCSP-12_1.403x1.555mm_P0.4mm_Stagger WLCSP-12, 6x4 raster staggered array, 1.403x1.555mm package, pitch 0.4mm; http://ww1.microchip.com/downloads/en/devicedoc/atmel-8235-8-bit-avr-microcontroller-attiny20_datasheet.pdf#page=208 CSP 12 0.2x0.346333 0 12 12 Package_CSP WLCSP-16_4x4_B2.17x2.32mm_P0.5mm WLCSP-16, http://www.nxp.com/documents/data_sheet/LPC1102_1104.pdf, http://www.nxp.com/assets/documents/data/en/application-notes/AN3846.pdf WLCSP-16 NXP 0 16 16 Package_CSP WLCSP-20_1.934x2.434mm_Layout4x5_P0.4mm WLCSP-20, 4x5 raster, 1.934x2.434mm package, pitch 0.4mm; see section 36.2.3 of http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-42363-SAM-D11_Datasheet.pdf BGA 20 0.4 0 20 20 Package_CSP WLCSP-20_1.994x1.94mm_Layout4x5_P0.4mm WLCSP-20, https://www.nxp.com/docs/en/package-information/98ASA00539D.pdf WLCSP-20 0 20 20 Package_CSP WLCSP-20_1.994x1.609mm_Layout5x4_P0.4mm WLCSP-20, https://www.nxp.com/docs/en/package-information/98ASA00676D.pdf WLCSP-20 0 20 20 Package_CSP WLCSP-36_2.82x2.67mm_Layout6x6_P0.4mm WLCSP-36, https://www.nxp.com/docs/en/package-information/98ASA00949D.pdf WLCSP-36 0 36 36 Package_CSP WLCSP-36_2.374x2.459mm_Layout6x6_P0.35mm WLCSP-36, https://www.nxp.com/docs/en/package-information/98ASA00604D.pdf WLCSP-36 0 36 36 Package_CSP WLCSP-56_3.170x3.444mm_Layout7x8_P0.4mm WLCSP-56, 7x8 raster, 3.170x3.444mm package, pitch 0.4mm; see section 48.2.4 of http://ww1.microchip.com/downloads/en/DeviceDoc/DS60001479B.pdf BGA 56 0.4 0 56 56 Package_CSP WLCSP-81_4.41x3.76mm_P0.4mm WLCSP-81, 9x9, 0.4mm Pitch, http://www.st.com/content/ccc/resource/technical/document/technical_note/92/30/3c/a1/4c/bb/43/6f/DM00103228.pdf/files/DM00103228.pdf/jcr:content/translations/en.DM00103228.pdf WLCSP ST 0 81 81 Package_CSP pSemi_CSP-16_1.64x2.04mm_P0.4mm pSemi CSP-16 1.64x2.04x0.285mm (http://www.psemi.com/pdf/datasheets/pe29101ds.pdf, http://www.psemi.com/pdf/app_notes/an77.pdf) psemi csp 16 0 16 16 Package_CSP pSemi_CSP-16_1.64x2.04mm_P0.4mm_Pad0.18mm pSemi CSP-16 1.64x2.04x0.285mm (http://www.psemi.com/pdf/datasheets/pe29101ds.pdf, http://www.psemi.com/pdf/app_notes/an77.pdf) psemi csp 16 0 16 16 Package_DFN_QFN AMS_QFN-4-1EP_2x2mm_P0.95mm_EP0.7x1.6mm UFD Package, 4-Lead Plastic QFN (2mm x 2mm), http://ams.com/eng/content/download/950231/2267959/483138 QFN 0.95 0 6 5 Package_DFN_QFN Cypress_QFN-56-1EP_8x8mm_P0.5mm_EP6.22x6.22mm_ThermalVias 56-Lead Plastic Quad Flat, No Lead Package (ML) - 8x8x0.9 mm Body [QFN] (see datasheet at http://www.cypress.com/file/138911/download and app note at http://www.cypress.com/file/140006/download) QFN 0.5 0 87 57 Package_DFN_QFN DFN-6-1EP_1.2x1.2mm_P0.4mm_EP0.3x0.94mm_PullBack DFN, 6 Pin (http://www.onsemi.com/pub/Collateral/NCP133-D.PDF), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py DFN DFN_QFN 0 9 7 Package_DFN_QFN DFN-6-1EP_2x1.8mm_P0.5mm_EP1.2x1.6mm DFN, 6 Pin (https://www.diodes.com/assets/Package-Files/U-DFN2018-6.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py DFN DFN_QFN 0 11 7 Package_DFN_QFN DFN-6-1EP_2x2mm_P0.5mm_EP0.61x1.42mm DC6 Package; 6-Lead Plastic DFN (2mm x 2mm) (see Linear Technology DFN_6_05-08-1703.pdf) DFN 0.5 0 9 7 Package_DFN_QFN DFN-6-1EP_2x2mm_P0.65mm_EP1x1.6mm 6-Lead Plastic Dual Flat, No Lead Package (MA) - 2x2x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) DFN 0.65 0 9 7 Package_DFN_QFN DFN-6-1EP_3x2mm_P0.5mm_EP1.65x1.35mm DFN, 6 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/(DCB6)%20DFN%2005-08-1715%20Rev%20A.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py DFN DFN_QFN 0 11 7 Package_DFN_QFN DFN-6-1EP_3x3mm_P0.95mm_EP1.7x2.6mm DFN6 3*3 MM, 0.95 PITCH; CASE 506AH-01 (see ON Semiconductor 506AH.PDF) DFN 0.95 0 13 7 Package_DFN_QFN DFN-6-1EP_3x3mm_P1mm_EP1.5x2.4mm DFN, 6 Pin (https://www.silabs.com/documents/public/data-sheets/Si7020-A20.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py DFN DFN_QFN 0 11 7 Package_DFN_QFN DFN-6_1.3x1.2mm_P0.4mm 6-Lead Plastic DFN (1.3mm x 1.2mm) DFN 0.4 0 6 6 Package_DFN_QFN DFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.3mm DFN, 8 Pin (https://www.onsemi.com/pub/Collateral/NB3N551-D.PDF#page=7), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 13 9 Package_DFN_QFN DFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.5mm DFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8127-AVR-8-bit-Microcontroller-ATtiny4-ATtiny5-ATtiny9-ATtiny10_Datasheet.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py DFN DFN_QFN 0 13 9 Package_DFN_QFN DFN-8-1EP_2x2mm_P0.5mm_EP1.05x1.75mm DFN8 2x2, 0.5P; CASE 506CN (see ON Semiconductor 506CN.PDF) DFN 0.5 0 11 9 Package_DFN_QFN DFN-8-1EP_2x2mm_P0.45mm_EP0.64x1.38mm DC8 Package 8-Lead Plastic DFN (2mm x 2mm) (see Linear Technology DFN_8_05-08-1719.pdf) DFN 0.45 0 11 9 Package_DFN_QFN DFN-8-1EP_2x3mm_P0.5mm_EP0.61x2.2mm DDB Package; 8-Lead Plastic DFN (3mm x 2mm) (see Linear Technology DFN_8_05-08-1702.pdf) DFN 0.5 0 12 9 Package_DFN_QFN DFN-8-1EP_3x2mm_P0.5mm_EP1.3x1.5mm 8-Lead Plastic Dual Flat, No Lead Package (8MA2) - 2x3x0.6 mm Body [UDFN] (see Atmel-8815-SEEPROM-AT24CS01-02-Datasheet.pdf) DFN 0.5 0 13 9 Package_DFN_QFN DFN-8-1EP_3x2mm_P0.5mm_EP1.36x1.46mm 8-Lead Plastic Dual Flat, No Lead Package (8MA2) - 2x3x0.6 mm Body (http://ww1.microchip.com/downloads/en/DeviceDoc/20005010F.pdf) DFN 0.5 0 13 9 Package_DFN_QFN DFN-8-1EP_3x2mm_P0.5mm_EP1.75x1.45mm 8-Lead Plastic Dual Flat, No Lead Package (MC) - 2x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) DFN 0.5 0 13 9 Package_DFN_QFN DFN-8-1EP_3x2mm_P0.45mm_EP1.66x1.36mm DCB Package 8-Lead Plastic DFN (2mm x 3mm) (see Linear Technology DFN_8_05-08-1718.pdf) DFN 0.45 0 13 9 Package_DFN_QFN DFN-8-1EP_3x3mm_P0.5mm_EP1.66x2.38mm DD Package; 8-Lead Plastic DFN (3mm x 3mm) (see Linear Technology DFN_8_05-08-1698.pdf) DFN 0.5 0 13 9 Package_DFN_QFN DFN-8-1EP_3x3mm_P0.65mm_EP1.7x2.05mm DFN, 8 Pin (http://www.ixysic.com/home/pdfs.nsf/www/IX4426-27-28.pdf/$file/IX4426-27-28.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py DFN DFN_QFN 0 13 9 Package_DFN_QFN DFN-8-1EP_3x3mm_P0.65mm_EP1.55x2.4mm 8-Lead Plastic Dual Flat, No Lead Package (MF) - 3x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) DFN 0.65 0 13 9 Package_DFN_QFN DFN-8-1EP_4x4mm_P0.8mm_EP2.5x3.6mm 8-Lead Plastic Dual Flat, No Lead Package (MD) - 4x4x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) DFN 0.8 0 15 9 Package_DFN_QFN DFN-8-1EP_4x4mm_P0.8mm_EP2.39x2.21mm 8-Lead Plastic Dual Flat, No Lead Package (MD) - 4x4x0.9 mm Body [DFN] (http://www.onsemi.com/pub/Collateral/NCP4308-D.PDF) DFN 0.8 0 13 9 Package_DFN_QFN DFN-8-1EP_6x5mm_P1.27mm_EP2x2mm DD Package; 8-Lead Plastic DFN (6mm x 5mm) (see http://www.everspin.com/file/236/download) dfn 0 13 9 Package_DFN_QFN DFN-8-1EP_6x5mm_P1.27mm_EP4x4mm DD Package; 8-Lead Plastic DFN (6mm x 5mm) (see http://www.everspin.com/file/236/download) dfn 0 25 9 Package_DFN_QFN DFN-8_2x2mm_P0.5mm DFN8 2x2, 0.5P; No exposed pad - Ref http://pdfserv.maximintegrated.com/land_patterns/90-0349.PDF DFN 0.5 0 8 8 Package_DFN_QFN DFN-10-1EP_2x3mm_P0.5mm_EP0.64x2.4mm DDB Package; 10-Lead Plastic DFN (3mm x 2mm) (see Linear Technology DFN_10_05-08-1722.pdf) DFN 0.5 0 13 11 Package_DFN_QFN DFN-10-1EP_3x3mm_P0.5mm_EP1.7x2.5mm DFN, 10 Pin (https://www.monolithicpower.com/pub/media/document/MPQ2483_r1.05.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 15 11 Package_DFN_QFN DFN-10-1EP_3x3mm_P0.5mm_EP1.55x2.48mm 10-Lead Plastic Dual Flat, No Lead Package (MF) - 3x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) DFN 0.5 0 15 11 Package_DFN_QFN DFN-10-1EP_3x3mm_P0.5mm_EP1.65x2.38mm DFN, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3471fb.pdf#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 15 11 Package_DFN_QFN DFN-10-1EP_3x3mm_P0.5mm_EP1.65x2.38mm_ThermalVias DFN, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3471fb.pdf#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 22 11 Package_DFN_QFN DFN-10-1EP_3x3mm_P0.5mm_EP1.75x2.7mm 10-Lead Plastic Dual Flat No-Lead Package, 3x3mm Body (see Atmel Appnote 8826) DFN 0.5 0 15 11 Package_DFN_QFN DFN-10_2x2mm_P0.4mm 10-Lead Plastic DFN (2mm x 2mm) 0.40mm pitch DFN 10 0.4mm 0 10 10 Package_DFN_QFN DFN-12-1EP_2x3mm_P0.45mm_EP0.64x2.4mm DDB Package; 12-Lead Plastic DFN (3mm x 2mm) (see Linear Technology DFN_12_05-08-1723.pdf) DFN 0.45 0 15 13 Package_DFN_QFN DFN-12-1EP_3x3mm_P0.5mm_EP2.05x2.86mm 10-Lead Plastic Dual Flat, No Lead Package (MF) - 3x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) DFN 0.5 0 17 13 Package_DFN_QFN DFN-12-1EP_3x3mm_P0.45mm_EP1.66x2.38mm DD Package; 12-Lead Plastic DFN (3mm x 3mm) (see Linear Technology DFN_12_05-08-1725.pdf) DFN 0.45 0 17 13 Package_DFN_QFN DFN-12-1EP_3x4mm_P0.5mm_EP1.7x3.3mm DE/UE Package; 12-Lead Plastic DFN (4mm x 3mm) (see Linear Technology DFN_12_05-08-1695.pdf) DFN 0.5 0 21 13 Package_DFN_QFN DFN-12-1EP_4x4mm_P0.5mm_EP2.66x3.38mm DF Package; 12-Lead Plastic DFN (4mm x 4mm) (see Linear Technology 05081733_A_DF12.pdf) DFN 0.5 0 21 13 Package_DFN_QFN DFN-12-1EP_4x4mm_P0.65mm_EP2.64x3.54mm DFN12, 4x4, 0.65P; CASE 506CE (see ON Semiconductor 506CE.PDF) DFN 0.65 0 21 13 Package_DFN_QFN DFN-14-1EP_3x3mm_P0.4mm_EP1.78x2.35mm DD Package; 14-Lead Plastic DFN (3mm x 3mm) (http://pdfserv.maximintegrated.com/land_patterns/90-0063.PDF) DFN 0.40 0 19 15 Package_DFN_QFN DFN-14-1EP_3x4.5mm_P0.65mm_EP1.65x4.25mm 14-lead very thin plastic quad flat, 3.0x4.5mm size, 0.65mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/14L_VDFN_4_5x3_0mm_JHA_C041198A.pdf) VDFN DFN 0.65mm 0 23 15 Package_DFN_QFN DFN-14-1EP_3x4.5mm_P0.65mm_EP1.65x4.25mm_ThermalVias 14-lead very thin plastic quad flat, 3.0x4.5mm size, 0.65mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/14L_VDFN_4_5x3_0mm_JHA_C041198A.pdf) VDFN DFN 0.65mm 0 33 15 Package_DFN_QFN DFN-14-1EP_3x4mm_P0.5mm_EP1.7x3.3mm DE Package; 14-Lead Plastic DFN (4mm x 3mm) (see Linear Technology DFN_14_05-08-1708.pdf) DFN 0.5 0 23 15 Package_DFN_QFN DFN-14-1EP_4x4mm_P0.5mm_EP2.86x3.6mm DFN14, 4x4, 0.5P; CASE 506CM (see ON Semiconductor 506CM.PDF) DFN 0.5 0 23 15 Package_DFN_QFN DFN-16-1EP_3x4mm_P0.45mm_EP1.7x3.3mm DE Package; 16-Lead Plastic DFN (4mm x 3mm) (see Linear Technology DFN_16_05-08-1732.pdf) DFN 0.45 0 25 17 Package_DFN_QFN DFN-16-1EP_3x5mm_P0.5mm_EP1.66x4.4mm DHC Package; 16-Lead Plastic DFN (5mm x 3mm) (see Linear Technology DFN_16_05-08-1706.pdf) DFN 0.5 0 27 17 Package_DFN_QFN DFN-16-1EP_4x5mm_P0.5mm_EP2.44x4.34mm DHD Package; 16-Lead Plastic DFN (5mm x 4mm) (see Linear Technology 05081707_A_DHD16.pdf) DFN 0.5 0 25 17 Package_DFN_QFN DFN-16-1EP_5x5mm_P0.5mm_EP3.46x4mm DH Package; 16-Lead Plastic DFN (5mm x 5mm) (see Linear Technology DFN_16_05-08-1709.pdf) DFN 0.5 0 26 17 Package_DFN_QFN DFN-18-1EP_3x5mm_P0.5mm_EP1.66x4.4mm DHC Package; 18-Lead Plastic DFN (5mm x 3mm) (see Linear Technology 05081955_0_DHC18.pdf) DFN 0.5 0 29 19 Package_DFN_QFN DFN-18-1EP_4x5mm_P0.5mm_EP2.44x4.34mm DHD Package; 18-Lead Plastic DFN (5mm x 4mm) (see Linear Technology DFN_18_05-08-1778.pdf) DFN 0.5 0 27 19 Package_DFN_QFN DFN-20-1EP_5x6mm_P0.5mm_EP3.24x4.24mm DFN20, 6x5, 0.5P; CASE 505AB (see ON Semiconductor 505AB.PDF) DFN 0.5 0 33 21 Package_DFN_QFN DFN-22-1EP_5x6mm_P0.5mm_EP3.14x4.3mm DFN22 6*5*0.9 MM, 0.5 P; CASE 506AF\xe2\x88\x9201 (see ON Semiconductor 506AF.PDF) DFN 0.5 0 35 23 Package_DFN_QFN DFN-24-1EP_4x7mm_P0.5mm_EP2.64x6.44mm DKD Package; 24-Lead Plastic DFN (7mm x 4mm) (see Linear Technology DFN_24_05-08-1864.pdf) DFN 0.5 0 35 25 Package_DFN_QFN DFN-32-1EP_4x7mm_P0.4mm_EP2.64x6.44mm DKD Package; 32-Lead Plastic DFN (7mm x 4mm) (see Linear Technology DFN_32_05-08-1734.pdf) DFN 0.4 0 43 33 Package_DFN_QFN DFN-44-1EP_5x8.9mm_P0.4mm_EP3.7x8.4mm DFN44 8.9x5, 0.4P; CASE 506BU-01 (see ON Semiconductor 506BU.PDF) DFN 0.4 0 63 45 Package_DFN_QFN DFN-S-8-1EP_6x5mm_P1.27mm 8-Lead Plastic Dual Flat, No Lead Package (MF) - 6x5 mm Body [DFN-S] (see Microchip Packaging Specification 00000049BS.pdf) DFN 1.27 0 16 9 Package_DFN_QFN Diodes_DFN1006-3 DFN package size 1006 3 pins DFN package size 1006 3 pins 0 3 3 Package_DFN_QFN Infineon_MLPQ-16-14-1EP_4x4mm_P0.5mm MLPQ 32 leads, 7x7mm, 0.127mm stencil (https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) mlpq 32 7x7mm 0 19 15 Package_DFN_QFN Infineon_MLPQ-40-32-1EP_7x7mm_P0.5mm MLPQ 32 leads, 7x7mm, 0.127mm stencil (https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) mlpq 32 7x7mm 0 76 33 Package_DFN_QFN Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_EP5.55x5.55mm MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2093mpbf.pdf?fileId=5546d462533600a401535675fb892793) mlpq 32 7x7mm 0 113 49 Package_DFN_QFN Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_Pad5.15x5.15mm MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2052mpbf.pdf?fileId=5546d462533600a401535675d3b32788) mlpq 32 7x7mm 0 117 49 Package_DFN_QFN Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_Pad5.55x5.55mm MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2093mpbf.pdf?fileId=5546d462533600a401535675fb892793) mlpq 32 7x7mm 0 117 49 Package_DFN_QFN Infineon_PQFN-22-15-4EP_6x5mm_P0.65mm PQFN 22 leads, 5x6mm, 0.127mm stencil (https://www.infineon.com/dgdl/ir4301.pdf?fileId=5546d462533600a4015355d5fc691819, https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) pqfn 22 5x6mm 0 56 15 Package_DFN_QFN Infineon_PQFN-44-31-5EP_7x7mm_P0.5mm PQFN 44 leads, 7x7mm, 0.127mm stencil (https://www.infineon.com/dgdl/ir4302.pdf?fileId=5546d462533600a4015355d602a9181d, https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) pqfn 44 7x7mm 0 125 27 Package_DFN_QFN Linear_DE14MA 14-Lead Plastic DFN, 4mm x 3mm (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/05081731_C_DE14MA.pdf) DFN 0.5 0 14 14 Package_DFN_QFN Linear_UGK52_QFN-46-52 Linear UKG52(46) package, QFN-52-1EP variant (see http://cds.linear.com/docs/en/datasheet/3886fe.pdf) QFN 0.5 0 62 47 Package_DFN_QFN MLF-6-1EP_1.6x1.6mm_P0.5mm_EP0.5x1.26mm MLF, 6 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic5353.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py MLF DFN_QFN 0 9 7 Package_DFN_QFN MLF-8-1EP_3x3mm_P0.65mm_EP1.55x2.3mm 8-Pin ePad 3mm x 3mm MLF - 3x3x0.85 mm Body (see Microchip datasheet http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf) DFN MLF 0.65 0 12 9 Package_DFN_QFN MLF-8-1EP_3x3mm_P0.65mm_EP1.55x2.3mm_ThermalVias 8-Pin ePad 3mm x 3mm MLF - 3x3x0.85 mm Body (see Microchip datasheet http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf) DFN MLF 0.65 0 15 9 Package_DFN_QFN MLF-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm MLF, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=263), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py MLF DFN_QFN 0 25 21 Package_DFN_QFN MLF-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias MLF, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=263), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py MLF DFN_QFN 0 30 21 Package_DFN_QFN MLPQ-16-1EP_4x4mm_P0.65mm_EP2.8x2.8mm Micro Leadframe Package, 16 pin with exposed pad MLPQ- 0.65 0 21 17 Package_DFN_QFN Micrel_MLF-8-1EP_2x2mm_P0.5mm_EP0.8x1.3mm_ThermalVias http://ww1.microchip.com/downloads/en/DeviceDoc/mic2290.pdf mlf 8 2x2 mm 0 14 9 Package_DFN_QFN Microchip_8E-16 16-Lead Quad Flat, No Lead Package (8E) - 4x4x0.9 mm Body [UQFN]; (see Microchip Packaging Specification 00000049BS.pdf) QFN Microchip 8E 16 0 20 17 Package_DFN_QFN Microchip_DRQFN-44-1EP_5x5mm_P0.7mm_EP2.65x2.65mm QFN, 44 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/44L_VQFN_5x5mm_Dual_Row_%5BS3B%5D_C04-21399a.pdf) QFN dual row 0 49 45 Package_DFN_QFN Microchip_DRQFN-44-1EP_5x5mm_P0.7mm_EP2.65x2.65mm_ThermalVias QFN, 44 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/44L_VQFN_5x5mm_Dual_Row_%5BS3B%5D_C04-21399a.pdf) QFN dual row 0 59 45 Package_DFN_QFN Microchip_DRQFN-64-1EP_7x7mm_P0.65mm_EP4.1x4.1mm QFN, 64 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_7x7_Dual_Row_%5BSVB%5D_C04-21420a.pdf) QFN dual row 0 74 65 Package_DFN_QFN Microchip_DRQFN-64-1EP_7x7mm_P0.65mm_EP4.1x4.1mm_ThermalVias QFN, 64 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_7x7_Dual_Row_%5BSVB%5D_C04-21420a.pdf) QFN dual row 0 91 65 Package_DFN_QFN Microsemi_QFN-40-32-2EP_6x8mm_P0.5mm 40-Lead (32-Lead Populated) Plastic Quad Flat, No Lead Package - 6x8x0.9mm Body (https://www.microsemi.com/document-portal/doc_download/131677-pd70224-data-sheet) QFN 0.5 0 92 34 Package_DFN_QFN Mini-Circuits_DL805 https://ww2.minicircuits.com/case_style/DL805.pdf RF Switch 0 11 9 Package_DFN_QFN Mini-Circuits_FG873-4_3x3mm Mini Circuits Case style FG (https://ww2.minicircuits.com/case_style/FG873.pdf) FG873 0 4 4 Package_DFN_QFN Nordic_AQFN-73-1EP_7x7mm_P0.5mm http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52%2Fdita%2Fnrf52%2Fchips%2Fnrf52840.html AQFN 7mm 0 78 74 Package_DFN_QFN OnSemi_DFN-8_2x2mm_P0.5mm DFN8 2x2, 0.5P (https://www.onsemi.com/pub/Collateral/511AT.PDF) DFN 0.5 0 8 8 Package_DFN_QFN OnSemi_UDFN-8_1.2x1.8mm_P0.4mm 8-Lead Plastic Dual Flat, No Lead Package, 1.2x1.8x1.55 mm Body [UDFN] (See http://www.onsemi.com/pub/Collateral/NLSV2T244-D.PDF) dfn udfn dual flat 0 8 8 Package_DFN_QFN OnSemi_VCT-28_3.5x3.5mm_P0.4mm OnSemi VCT, 28 Pin (http://www.onsemi.com/pub/Collateral/601AE.PDF), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py OnSemi VCT DFN_QFN 0 28 28 Package_DFN_QFN Panasonic_HQFN-16-1EP_4x4mm_P0.65mm_EP2.9x2.9mm Panasonic HQFN-16, 4x4x0.85mm (https://industrial.panasonic.com/content/data/SC/ds/ds7/c0/PKG_HQFN016-A-0404XZL_EN.pdf) panasonic hqfn 0 37 17 Package_DFN_QFN Panasonic_HSON-8_8x8mm_P2.00mm Panasonic HSON-8, 8x8x1.25mm (https://industrial.panasonic.com/content/data/SC/ds/ds7/c0/PKG_HSON008-A-0808XXI_EN.pdf) panasonic hson 0 27 9 Package_DFN_QFN QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm QFN, 12 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_12_%2005-08-1855.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 17 13 Package_DFN_QFN QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm_ThermalVias QFN, 12 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_12_%2005-08-1855.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 22 13 Package_DFN_QFN QFN-12-1EP_3x3mm_P0.51mm_EP1.45x1.45mm QFN, 12 Pin (https://ww2.minicircuits.com/case_style/DQ1225.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 17 13 Package_DFN_QFN QFN-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm QFN, 16 Pin (https://www.st.com/content/ccc/resource/technical/document/datasheet/4a/50/94/16/69/af/4b/58/DM00047334.pdf/files/DM00047334.pdf/jcr:content/translations/en.DM00047334.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 21 17 Package_DFN_QFN QFN-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm_ThermalVias QFN, 16 Pin (http://www.cypress.com/file/46236/download), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 31 17 Package_DFN_QFN QFN-16-1EP_3x3mm_P0.5mm_EP1.8x1.8mm 16-Lead Plastic Quad Flat, No Lead Package (NG) - 3x3x0.9 mm Body [QFN]; (see Microchip Packaging Specification 00000049BS.pdf) QFN 0.5 0 21 17 Package_DFN_QFN QFN-16-1EP_3x3mm_P0.5mm_EP1.9x1.9mm QFN, 16 Pin (https://www.nxp.com/docs/en/package-information/98ASA00525D.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 21 17 Package_DFN_QFN QFN-16-1EP_3x3mm_P0.5mm_EP1.9x1.9mm_ThermalVias QFN, 16 Pin (https://www.nxp.com/docs/en/package-information/98ASA00525D.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 26 17 Package_DFN_QFN QFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm QFN, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 21 17 Package_DFN_QFN QFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm_ThermalVias QFN, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 26 17 Package_DFN_QFN QFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm QFN, 16 Pin (https://www.onsemi.com/pub/Collateral/NCN4555-D.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 21 17 Package_DFN_QFN QFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm_ThermalVias QFN, 16 Pin (https://www.onsemi.com/pub/Collateral/NCN4555-D.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 26 17 Package_DFN_QFN QFN-16-1EP_3x3mm_P0.5mm_EP2.7x2.7mm_ThermalVias 16-Lead Plastic Quad Flat, No Lead Package (NG) - 3x3x0.9 mm Body [QFN]; (see Microchip Packaging Specification 00000049BS.pdf) QFN 0.5 0 27 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.5mm_EP2.45x2.45mm QFN, 16 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/isl8117.pdf#page=22), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 21 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias QFN, 16 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/isl8117.pdf#page=22), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 31 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm QFN, 16 Pin (http://www.thatcorp.com/datashts/THAT_1580_Datasheet.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 21 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm_ThermalVias QFN, 16 Pin (http://www.thatcorp.com/datashts/THAT_1580_Datasheet.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 31 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.65mm_EP2.5x2.5mm 16-Lead Plastic Quad Flat, No Lead Package (ML) - 4x4x0.9 mm Body [QFN]; (see Microchip Packaging Specification 00000049BS.pdf) QFN 0.65 4x4mm 0 21 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm QFN, 16 Pin (https://www.allegromicro.com/~/media/Files/Datasheets/A4403-Datasheet.ashx), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 21 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm_PullBack QFN, 16 Pin (https://ams.com/documents/20143/36005/AS5055A_DS000304_2-00.pdf#page=24), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 21 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm_PullBack_ThermalVias QFN, 16 Pin (https://ams.com/documents/20143/36005/AS5055A_DS000304_2-00.pdf#page=24), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 31 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm_ThermalVias QFN, 16 Pin (https://www.allegromicro.com/~/media/Files/Datasheets/A4403-Datasheet.ashx), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 31 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.65mm_EP2.15x2.15mm QFN, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4001f.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 21 17 Package_DFN_QFN QFN-16-1EP_4x4mm_P0.65mm_EP2.15x2.15mm_ThermalVias QFN, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4001f.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 31 17 Package_DFN_QFN QFN-16-1EP_5x5mm_P0.8mm_EP2.7x2.7mm QFN, 16 Pin (http://www.intersil.com/content/dam/Intersil/documents/l16_/l16.5x5.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 21 17 Package_DFN_QFN QFN-16-1EP_5x5mm_P0.8mm_EP2.7x2.7mm_ThermalVias QFN, 16 Pin (http://www.intersil.com/content/dam/Intersil/documents/l16_/l16.5x5.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 31 17 Package_DFN_QFN QFN-20-1EP_3.5x3.5mm_P0.5mm_EP2x2mm QFN, 20 Pin (http://www.ti.com/lit/ml/mpqf239/mpqf239.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 25 21 Package_DFN_QFN QFN-20-1EP_3.5x3.5mm_P0.5mm_EP2x2mm_ThermalVias QFN, 20 Pin (http://www.ti.com/lit/ml/mpqf239/mpqf239.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 30 21 Package_DFN_QFN QFN-20-1EP_3x3mm_P0.4mm_EP1.65x1.65mm QFN, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3553fc.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 25 21 Package_DFN_QFN QFN-20-1EP_3x3mm_P0.4mm_EP1.65x1.65mm_ThermalVias QFN, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3553fc.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 30 21 Package_DFN_QFN QFN-20-1EP_3x3mm_P0.45mm_EP1.6x1.6mm QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8235-8-bit-avr-microcontroller-attiny20_datasheet.pdf#page=212), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 25 21 Package_DFN_QFN QFN-20-1EP_3x3mm_P0.45mm_EP1.6x1.6mm_ThermalVias QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8235-8-bit-avr-microcontroller-attiny20_datasheet.pdf#page=212), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 30 21 Package_DFN_QFN QFN-20-1EP_3x4mm_P0.5mm_EP1.65x2.65mm QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 25 21 Package_DFN_QFN QFN-20-1EP_3x4mm_P0.5mm_EP1.65x2.65mm_ThermalVias QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 32 21 Package_DFN_QFN QFN-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=274), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 25 21 Package_DFN_QFN QFN-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=274), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 30 21 Package_DFN_QFN QFN-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc2535.pdf#page=164), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 25 21 Package_DFN_QFN QFN-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc2535.pdf#page=164), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 30 21 Package_DFN_QFN QFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm QFN, 20 Pin (https://www.silabs.com/documents/public/data-sheets/Si5351-B.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 25 21 Package_DFN_QFN QFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm_ThermalVias QFN, 20 Pin (https://www.silabs.com/documents/public/data-sheets/Si5351-B.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 30 21 Package_DFN_QFN QFN-20-1EP_4x4mm_P0.5mm_EP2.25x2.25mm 20-Lead Plastic Quad Flat No-Lead Package, 4x4mm Body (see Atmel Appnote 8826) QFN 0.5 0 25 21 Package_DFN_QFN QFN-20-1EP_4x5mm_P0.5mm_EP2.65x3.65mm QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1711.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 27 21 Package_DFN_QFN QFN-20-1EP_4x5mm_P0.5mm_EP2.65x3.65mm_ThermalVias QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1711.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 40 21 Package_DFN_QFN QFN-20-1EP_5x5mm_P0.65mm_EP3.35x3.35mm QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=276), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 25 21 Package_DFN_QFN QFN-20-1EP_5x5mm_P0.65mm_EP3.35x3.35mm_ThermalVias QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=276), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 35 21 Package_DFN_QFN QFN-24-1EP_3x3mm_P0.4mm_EP1.75x1.6mm QFN, 24 Pin (https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf#page=39), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 29 25 Package_DFN_QFN QFN-24-1EP_3x3mm_P0.4mm_EP1.75x1.6mm_ThermalVias QFN, 24 Pin (https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf#page=39), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 34 25 Package_DFN_QFN QFN-24-1EP_3x4mm_P0.4mm_EP1.65x2.65mm QFN, 24 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 31 25 Package_DFN_QFN QFN-24-1EP_3x4mm_P0.4mm_EP1.65x2.65mm_ThermalVias QFN, 24 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 38 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 29 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 39 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.6mm QFN, 24 Pin (https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 29 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.6mm_ThermalVias QFN, 24 Pin (https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 39 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.7mm QFN, 24 Pin (http://www.alfarzpp.lv/eng/sc/AS3330.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 29 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.7mm_ThermalVias QFN, 24 Pin (http://www.alfarzpp.lv/eng/sc/AS3330.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 39 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm QFN, 24 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/hmc431.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 29 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_ThermalVias QFN, 24 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/hmc431.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 39 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.65x2.65mm QFN, 24 Pin (http://www.cypress.com/file/46236/download), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 29 25 Package_DFN_QFN QFN-24-1EP_4x4mm_P0.5mm_EP2.65x2.65mm_ThermalVias QFN, 24 Pin (http://www.cypress.com/file/46236/download), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 39 25 Package_DFN_QFN QFN-24-1EP_4x5mm_P0.5mm_EP2.65x3.65mm QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_24_05-08-1696.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 31 25 Package_DFN_QFN QFN-24-1EP_4x5mm_P0.5mm_EP2.65x3.65mm_ThermalVias QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_24_05-08-1696.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 44 25 Package_DFN_QFN QFN-24-1EP_5x5mm_P0.65mm_EP3.2x3.2mm QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UH24)%20QFN%2005-08-1747%20Rev%20A.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 29 25 Package_DFN_QFN QFN-24-1EP_5x5mm_P0.65mm_EP3.2x3.2mm_ThermalVias QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UH24)%20QFN%2005-08-1747%20Rev%20A.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 51 25 Package_DFN_QFN QFN-24-1EP_5x5mm_P0.65mm_EP3.4x3.4mm QFN, 24 Pin (http://www.thatcorp.com/datashts/THAT_5173_Datasheet.pdf#page=17), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 29 25 Package_DFN_QFN QFN-24-1EP_5x5mm_P0.65mm_EP3.4x3.4mm_ThermalVias QFN, 24 Pin (http://www.thatcorp.com/datashts/THAT_5173_Datasheet.pdf#page=17), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 39 25 Package_DFN_QFN QFN-24-1EP_5x5mm_P0.65mm_EP3.6x3.6mm QFN, 24 Pin (https://www.nxp.com/docs/en/package-information/98ASA00734D.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 34 25 Package_DFN_QFN QFN-24-1EP_5x5mm_P0.65mm_EP3.6x3.6mm_ThermalVias QFN, 24 Pin (https://www.nxp.com/docs/en/package-information/98ASA00734D.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 67 25 Package_DFN_QFN QFN-28-1EP_3x6mm_P0.5mm_EP1.7x4.75mm QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081926_0_UDE28.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 37 29 Package_DFN_QFN QFN-28-1EP_3x6mm_P0.5mm_EP1.7x4.75mm_ThermalVias QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081926_0_UDE28.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 53 29 Package_DFN_QFN QFN-28-1EP_4x4mm_P0.4mm_EP2.3x2.3mm QFN, 28 Pin (http://www.issi.com/WW/pdf/31FL3731.pdf#page=21), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 33 29 Package_DFN_QFN QFN-28-1EP_4x4mm_P0.4mm_EP2.3x2.3mm_ThermalVias QFN, 28 Pin (http://www.issi.com/WW/pdf/31FL3731.pdf#page=21), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 43 29 Package_DFN_QFN QFN-28-1EP_4x4mm_P0.4mm_EP2.4x2.4mm QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=280), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 33 29 Package_DFN_QFN QFN-28-1EP_4x4mm_P0.4mm_EP2.4x2.4mm_ThermalVias QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=280), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 43 29 Package_DFN_QFN QFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm QFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=16), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 33 29 Package_DFN_QFN QFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm_ThermalVias QFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=16), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 43 29 Package_DFN_QFN QFN-28-1EP_4x5mm_P0.5mm_EP2.65x3.65mm QFN, 28 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/3555fe.pdf#page=32), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 35 29 Package_DFN_QFN QFN-28-1EP_4x5mm_P0.5mm_EP2.65x3.65mm_ThermalVias QFN, 28 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/3555fe.pdf#page=32), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 48 29 Package_DFN_QFN QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=283), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 38 29 Package_DFN_QFN QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm_ThermalVias QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=283), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 55 29 Package_DFN_QFN QFN-28-1EP_5x6mm_P0.5mm_EP3.65x4.65mm QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081932_0_UHE28.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 41 29 Package_DFN_QFN QFN-28-1EP_5x6mm_P0.5mm_EP3.65x4.65mm_ThermalVias QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081932_0_UHE28.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 62 29 Package_DFN_QFN QFN-28-1EP_6x6mm_P0.65mm_EP4.8x4.8mm QFN, 28 Pin (https://www.semtech.com/uploads/documents/sx1272.pdf#page=125), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 38 29 Package_DFN_QFN QFN-28-1EP_6x6mm_P0.65mm_EP4.8x4.8mm_ThermalVias QFN, 28 Pin (https://www.semtech.com/uploads/documents/sx1272.pdf#page=125), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 71 29 Package_DFN_QFN QFN-28-1EP_6x6mm_P0.65mm_EP4.25x4.25mm QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=289), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 38 29 Package_DFN_QFN QFN-28-1EP_6x6mm_P0.65mm_EP4.25x4.25mm_ThermalVias QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=289), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 71 29 Package_DFN_QFN QFN-28_4x4mm_P0.5mm QFN, 28 Pin (http://www.st.com/resource/en/datasheet/stm32f031k6.pdf#page=90), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 28 28 Package_DFN_QFN QFN-32-1EP_4x4mm_P0.4mm_EP2.9x2.9mm QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8153-8-and-16-bit-avr-microcontroller-xmega-e-atxmega8e5-atxmega16e5-atxmega32e5_datasheet.pdf (Page 70)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 37 33 Package_DFN_QFN QFN-32-1EP_4x4mm_P0.4mm_EP2.9x2.9mm_ThermalVias QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8153-8-and-16-bit-avr-microcontroller-xmega-e-atxmega8e5-atxmega16e5-atxmega32e5_datasheet.pdf (Page 70)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 47 33 Package_DFN_QFN QFN-32-1EP_4x4mm_P0.4mm_EP2.65x2.65mm QFN, 32 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/l32.4x4a.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 37 33 Package_DFN_QFN QFN-32-1EP_4x4mm_P0.4mm_EP2.65x2.65mm_ThermalVias QFN, 32 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/l32.4x4a.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 59 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf (Page 20)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 42 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf (Page 20)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 59 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm QFN, 32 Pin (http://infocenter.nordicsemi.com/pdf/nRF52810_PS_v1.1.pdf (Page 468)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 42 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm_ThermalVias QFN, 32 Pin (http://infocenter.nordicsemi.com/pdf/nRF52810_PS_v1.1.pdf (Page 468)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 59 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.7x3.7mm QFN, 32 Pin (https://www.espressif.com/sites/default/files/documentation/0a-esp8285_datasheet_en.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 37 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.7x3.7mm_ThermalVias QFN, 32 Pin (https://www.espressif.com/sites/default/files/documentation/0a-esp8285_datasheet_en.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 59 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm QFN, 32 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_32_05-08-1693.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 42 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm_ThermalVias QFN, 32 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_32_05-08-1693.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 59 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.65x3.65mm QFN, 32 Pin (https://www.exar.com/ds/mxl7704.pdf (Page 35)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 42 33 Package_DFN_QFN QFN-32-1EP_5x5mm_P0.5mm_EP3.65x3.65mm_ThermalVias QFN, 32 Pin (https://www.exar.com/ds/mxl7704.pdf (Page 35)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 59 33 Package_DFN_QFN QFN-32-1EP_7x7mm_P0.65mm_EP4.7x4.7mm QFN, 32 Pin (https://www.nxp.com/docs/en/data-sheet/LPC111X.pdf (Page 108)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 49 33 Package_DFN_QFN QFN-32-1EP_7x7mm_P0.65mm_EP4.7x4.7mm_ThermalVias QFN, 32 Pin (https://www.nxp.com/docs/en/data-sheet/LPC111X.pdf (Page 108)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 75 33 Package_DFN_QFN QFN-32-1EP_7x7mm_P0.65mm_EP4.65x4.65mm QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8209-8-bit%20AVR%20ATmega16M1-32M1-64M1_Datasheet.pdf (Page 426)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 49 33 Package_DFN_QFN QFN-32-1EP_7x7mm_P0.65mm_EP4.65x4.65mm_ThermalVias QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8209-8-bit%20AVR%20ATmega16M1-32M1-64M1_Datasheet.pdf (Page 426)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 75 33 Package_DFN_QFN QFN-32-1EP_7x7mm_P0.65mm_EP5.4x5.4mm QFN, 32 Pin (http://www.thatcorp.com/datashts/THAT_5171_Datasheet.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 49 33 Package_DFN_QFN QFN-32-1EP_7x7mm_P0.65mm_EP5.4x5.4mm_ThermalVias QFN, 32 Pin (http://www.thatcorp.com/datashts/THAT_5171_Datasheet.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 75 33 Package_DFN_QFN QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.1mm QFN, 36 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf (page 43)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 46 37 Package_DFN_QFN QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.1mm_ThermalVias QFN, 36 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf (page 43)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 56 37 Package_DFN_QFN QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.6mm QFN, 36 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UHE36)%20QFN%2005-08-1876%20Rev%20%C3%98.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 49 37 Package_DFN_QFN QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.6mm_ThermalVias QFN, 36 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UHE36)%20QFN%2005-08-1876%20Rev%20%C3%98.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 56 37 Package_DFN_QFN QFN-36-1EP_6x6mm_P0.5mm_EP3.7x3.7mm QFN, 36 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/36L_QFN_6x6_with_3_7x3_7_EP_Punch_Dimpled_4E_C04-0241A.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 46 37 Package_DFN_QFN QFN-36-1EP_6x6mm_P0.5mm_EP3.7x3.7mm_ThermalVias QFN, 36 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/36L_QFN_6x6_with_3_7x3_7_EP_Punch_Dimpled_4E_C04-0241A.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 63 37 Package_DFN_QFN QFN-36-1EP_6x6mm_P0.5mm_EP4.1x4.1mm QFN, 36 Pin (www.st.com/resource/en/datasheet/stm32f101t6.pdf (page 72)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 46 37 Package_DFN_QFN QFN-36-1EP_6x6mm_P0.5mm_EP4.1x4.1mm_ThermalVias QFN, 36 Pin (www.st.com/resource/en/datasheet/stm32f101t6.pdf (page 72)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 63 37 Package_DFN_QFN QFN-38-1EP_4x6mm_P0.4mm_EP2.65x4.65mm QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1750.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 47 39 Package_DFN_QFN QFN-38-1EP_4x6mm_P0.4mm_EP2.65x4.65mm_ThermalVias QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1750.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 56 39 Package_DFN_QFN QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1701.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 54 39 Package_DFN_QFN QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm_ThermalVias QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1701.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 63 39 Package_DFN_QFN QFN-40-1EP_5x5mm_P0.4mm_EP3.6x3.6mm QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=297), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 50 41 Package_DFN_QFN QFN-40-1EP_5x5mm_P0.4mm_EP3.6x3.6mm_ThermalVias QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=297), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 67 41 Package_DFN_QFN QFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm QFN, 40 Pin (http://www.issi.com/WW/pdf/31FL3736.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 50 41 Package_DFN_QFN QFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm_ThermalVias QFN, 40 Pin (http://www.issi.com/WW/pdf/31FL3736.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 67 41 Package_DFN_QFN QFN-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=295), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 57 41 Package_DFN_QFN QFN-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm_ThermalVias QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=295), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 83 41 Package_DFN_QFN QFN-42-1EP_5x6mm_P0.4mm_EP3.7x4.7mm QFN, 42 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081875_0_UHE42.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 55 43 Package_DFN_QFN QFN-42-1EP_5x6mm_P0.4mm_EP3.7x4.7mm_ThermalVias QFN, 42 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081875_0_UHE42.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 76 43 Package_DFN_QFN QFN-44-1EP_7x7mm_P0.5mm_EP5.2x5.2mm QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/2512S.pdf#page=17), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 61 45 Package_DFN_QFN QFN-44-1EP_7x7mm_P0.5mm_EP5.2x5.2mm_ThermalVias QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/2512S.pdf#page=17), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 87 45 Package_DFN_QFN QFN-44-1EP_7x7mm_P0.5mm_EP5.15x5.15mm QFN, 44 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_44_05-08-1763.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 61 45 Package_DFN_QFN QFN-44-1EP_7x7mm_P0.5mm_EP5.15x5.15mm_ThermalVias QFN, 44 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_44_05-08-1763.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 87 45 Package_DFN_QFN QFN-44-1EP_8x8mm_P0.65mm_EP6.6x6.6mm QFN, 44 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_44_05-08-1763.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 70 45 Package_DFN_QFN QFN-44-1EP_8x8mm_P0.65mm_EP6.6x6.6mm_ThermalVias QFN, 44 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_44_05-08-1763.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 107 45 Package_DFN_QFN QFN-44-1EP_8x8mm_P0.65mm_EP6.45x6.45mm QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/39935c.pdf#page=152), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 70 45 Package_DFN_QFN QFN-44-1EP_8x8mm_P0.65mm_EP6.45x6.45mm_ThermalVias QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/39935c.pdf#page=152), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 107 45 Package_DFN_QFN QFN-44-1EP_9x9mm_P0.65mm_EP7.5x7.5mm 44-Lead Plastic Quad Flat, No Lead Package - 9x9 mm Body [QFN]; see section 10.3 of https://www.parallax.com/sites/default/files/downloads/P8X32A-Propeller-Datasheet-v1.4.0_0.pdf QFN 0.65 0 49 45 Package_DFN_QFN QFN-44-1EP_9x9mm_P0.65mm_EP7.5x7.5mm_ThermalVias 44-Lead Plastic Quad Flat, No Lead Package - 9x9 mm Body [QFN] with thermal vias; see section 10.3 of https://www.parallax.com/sites/default/files/downloads/P8X32A-Propeller-Datasheet-v1.4.0_0.pdf QFN 0.65 0 55 45 Package_DFN_QFN QFN-48-1EP_5x5mm_P0.35mm_EP3.7x3.7mm QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 58 49 Package_DFN_QFN QFN-48-1EP_5x5mm_P0.35mm_EP3.7x3.7mm_ThermalVias QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 75 49 Package_DFN_QFN QFN-48-1EP_6x6mm_P0.4mm_EP4.2x4.2mm QFN, 48 Pin (https://static.dev.sifive.com/SiFive-FE310-G000-datasheet-v1p5.pdf#page=20), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 58 49 Package_DFN_QFN QFN-48-1EP_6x6mm_P0.4mm_EP4.2x4.2mm_ThermalVias QFN, 48 Pin (https://static.dev.sifive.com/SiFive-FE310-G000-datasheet-v1p5.pdf#page=20), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 91 49 Package_DFN_QFN QFN-48-1EP_6x6mm_P0.4mm_EP4.3x4.3mm QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 58 49 Package_DFN_QFN QFN-48-1EP_6x6mm_P0.4mm_EP4.3x4.3mm_ThermalVias QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 75 49 Package_DFN_QFN QFN-48-1EP_6x6mm_P0.4mm_EP4.6x4.6mm QFN, 48 Pin (http://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.3.pdf#page=67), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 58 49 Package_DFN_QFN QFN-48-1EP_6x6mm_P0.4mm_EP4.6x4.6mm_ThermalVias QFN, 48 Pin (http://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.3.pdf#page=67), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 91 49 Package_DFN_QFN QFN-48-1EP_6x6mm_P0.4mm_EP4.66x4.66mm QFN, 48 Pin (https://www.onsemi.com/pub/Collateral/485BA.PDF), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 58 49 Package_DFN_QFN QFN-48-1EP_6x6mm_P0.4mm_EP4.66x4.66mm_ThermalVias QFN, 48 Pin (https://www.onsemi.com/pub/Collateral/485BA.PDF), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 91 49 Package_DFN_QFN QFN-48-1EP_7x7mm_P0.5mm_EP5.3x5.3mm QFN, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2041_datasheet.pdf#page=62), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 65 49 Package_DFN_QFN QFN-48-1EP_7x7mm_P0.5mm_EP5.3x5.3mm_ThermalVias QFN, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2041_datasheet.pdf#page=62), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 91 49 Package_DFN_QFN QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm QFN, 48 Pin (http://www.st.com/resource/en/datasheet/stm32f042k6.pdf#page=94), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 65 49 Package_DFN_QFN QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm_ThermalVias QFN, 48 Pin (http://www.st.com/resource/en/datasheet/stm32f042k6.pdf#page=94), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 91 49 Package_DFN_QFN QFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm QFN, 48 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_48_05-08-1704.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 65 49 Package_DFN_QFN QFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm_ThermalVias QFN, 48 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_48_05-08-1704.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 91 49 Package_DFN_QFN QFN-48-1EP_7x7mm_P0.5mm_EP5.45x5.45mm QFN, 48 Pin (http://www.thatcorp.com/datashts/THAT_626x_Datasheet.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 65 49 Package_DFN_QFN QFN-48-1EP_7x7mm_P0.5mm_EP5.45x5.45mm_ThermalVias QFN, 48 Pin (http://www.thatcorp.com/datashts/THAT_626x_Datasheet.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 91 49 Package_DFN_QFN QFN-52-1EP_7x8mm_P0.5mm_EP5.41x6.45mm QFN, 52 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_52_05-08-1729.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 73 53 Package_DFN_QFN QFN-52-1EP_7x8mm_P0.5mm_EP5.41x6.45mm_ThermalVias QFN, 52 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_52_05-08-1729.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 104 53 Package_DFN_QFN QFN-56-1EP_7x7mm_P0.4mm_EP5.6x5.6mm QFN, 56 Pin (http://www.cypress.com/file/416486/download#page=40), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 73 57 Package_DFN_QFN QFN-56-1EP_7x7mm_P0.4mm_EP5.6x5.6mm_ThermalVias QFN, 56 Pin (http://www.cypress.com/file/416486/download#page=40), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 99 57 Package_DFN_QFN QFN-56-1EP_7x7mm_P0.4mm_EP5.7x5.7mm 56-Lead Plastic Ultra Thin Quad Flat, No Lead Package (MV) - 7x7x0.4 mm Body [UQFN]; (see Cypress Package Package Output Drawing 001-58740) QFN 0.4 0 82 57 Package_DFN_QFN QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm QFN, 56 Pin (http://www.ti.com/lit/an/scea032/scea032.pdf#page=4), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 73 57 Package_DFN_QFN QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm_ThermalVias QFN, 56 Pin (http://www.ti.com/lit/an/scea032/scea032.pdf#page=4), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 99 57 Package_DFN_QFN QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm_ThermalVias_TopTented QFN, 56 Pin top tented version (manually modified). For information see: http://www.cypress.com/file/138911/download QFN DFN_QFN 0 115 57 Package_DFN_QFN QFN-56-1EP_8x8mm_P0.5mm_EP4.6x5.3mm 56-Lead Plastic Quad Flat, No Lead Package (ML) - 8x8x0.9 mm Body [QFN]; (see http://www.cypress.com/file/138911/download) QFN 0.5 0 65 57 Package_DFN_QFN QFN-56-1EP_8x8mm_P0.5mm_EP5.6x5.6mm QFN, 56 Pin (http://www.ti.com/lit/ds/symlink/tlc5957.pdf#page=23), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 73 57 Package_DFN_QFN QFN-56-1EP_8x8mm_P0.5mm_EP5.6x5.6mm_ThermalVias QFN, 56 Pin (http://www.ti.com/lit/ds/symlink/tlc5957.pdf#page=23), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 99 57 Package_DFN_QFN QFN-64-1EP_8x8mm_P0.4mm_EP6.5x6.5mm QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_8x8_with%206_5x6_5%20EP_JXX_C04-0437A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 90 65 Package_DFN_QFN QFN-64-1EP_8x8mm_P0.4mm_EP6.5x6.5mm_ThermalVias QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_8x8_with%206_5x6_5%20EP_JXX_C04-0437A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 127 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP4.7x4.7mm QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/60001477A.pdf (page 1083)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 74 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP4.7x4.7mm_ThermalVias QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/60001477A.pdf (page 1083)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 91 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP5.4x5.4mm QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/70593d.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 81 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP5.4x5.4mm_ThermalVias QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/70593d.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 107 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP5.45x5.45mm QFN, 64 Pin (https://www.infineon.com/dgdl/Infineon-MA12040-DS-v01_00-EN.pdf?fileId=5546d46264a8de7e0164b7467a3d617c#page=81), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 81 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP5.45x5.45mm_ThermalVias QFN, 64 Pin (https://www.infineon.com/dgdl/Infineon-MA12040-DS-v01_00-EN.pdf?fileId=5546d46264a8de7e0164b7467a3d617c#page=81), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 107 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP6x6mm QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/tusb8041.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 81 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP6x6mm_ThermalVias QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/tusb8041.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 107 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.3x7.3mm QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002304A.pdf (page 43)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 90 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.3x7.3mm_ThermalVias QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002304A.pdf (page 43)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 127 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.5x7.5mm QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc7593.pdf (page 432)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 101 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.5x7.5mm_ThermalVias QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc7593.pdf (page 432)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 151 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm QFN, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/229321fa.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 90 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm_ThermalVias QFN, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/229321fa.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 127 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.25x7.25mm 64-Lead Plastic Quad Flat No-Lead Package, 9x9mm Body (see Atmel Appnote 8826) QFN 0.5 0 90 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.35x7.35mm 64-Lead Plastic Quad Flat, No Lead Package (MR) - 9x9x0.9 mm Body [QFN]; (see Microchip Packaging Specification 00000049BS.pdf) QFN 0.5 0 90 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.65x7.65mm QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2549-8-bit-AVR-Microcontroller-ATmega640-1280-1281-2560-2561_datasheet.pdf (page 415)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 101 65 Package_DFN_QFN QFN-64-1EP_9x9mm_P0.5mm_EP7.65x7.65mm_ThermalVias QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2549-8-bit-AVR-Microcontroller-ATmega640-1280-1281-2560-2561_datasheet.pdf (page 415)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 151 65 Package_DFN_QFN QFN-68-1EP_8x8mm_P0.4mm_EP5.2x5.2mm QFN, 68 Pin (https://cdn.microsemi.com/documents/1bf6886f-5919-4508-a50b-b1dbf3fdf0f4/download/#page=98), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 85 69 Package_DFN_QFN QFN-68-1EP_8x8mm_P0.4mm_EP5.2x5.2mm_ThermalVias QFN, 68 Pin (https://cdn.microsemi.com/documents/1bf6886f-5919-4508-a50b-b1dbf3fdf0f4/download/#page=98), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 111 69 Package_DFN_QFN QFN-72-1EP_10x10mm_P0.5mm_EP6x6mm QFN, 72 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001682C.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 82 73 Package_DFN_QFN QFN-72-1EP_10x10mm_P0.5mm_EP6x6mm_ThermalVias QFN, 72 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001682C.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 135 73 Package_DFN_QFN QFN-76-1EP_9x9mm_P0.4mm_EP3.8x3.8mm QFN, 76 Pin (https://www.marvell.com/documents/bqcwxsoiqfjkcjdjhkvc/#page=19), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 86 77 Package_DFN_QFN QFN-76-1EP_9x9mm_P0.4mm_EP3.8x3.8mm_ThermalVias QFN, 76 Pin (https://www.marvell.com/documents/bqcwxsoiqfjkcjdjhkvc/#page=19), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py QFN DFN_QFN 0 103 77 Package_DFN_QFN Qorvo_DFN-8-1EP_2x2mm_P0.5mm DFN 8 2x2mm, 0.5mm http://www.qorvo.com/products/d/da000896 DFN 0.5 Qorvo 2x2mm 0 9 9 Package_DFN_QFN ROHM_DFN0604-3 DFN package size 0604 3 pins DFN package size 0604 3 pins 0 3 3 Package_DFN_QFN ST_UFQFPN-20_3x3mm_P0.5mm UFQFPN 20-lead, 3 x 3 mm, 0.5 mm pitch, ultra thin fine pitch quad flat package (http://www.st.com/resource/en/datasheet/stm8s003f3.pdf) UFQFPN 0.5 0 40 20 Package_DFN_QFN ST_UQFN-6L_1.5x1.7mm_Pitch0.5mm ST UQFN 6 pin 0.5mm Pitch http://www.st.com/resource/en/datasheet/ecmf02-2amx6.pdf UQFN DFN 0.5 ST 0 6 6 Package_DFN_QFN SiliconLabs_QFN-20-1EP_3x3mm_P0.5mm 20-Lead Plastic Quad Flat, No Lead Package - 3x3 mm Body [QFN] with corner pads; see figure 8.2 of https://www.silabs.com/documents/public/data-sheets/efm8bb1-datasheet.pdf QFN 0.5 0 25 21 Package_DFN_QFN SiliconLabs_QFN-20-1EP_3x3mm_P0.5mm_ThermalVias 20-Lead Plastic Quad Flat, No Lead Package - 3x3 mm Body [QFN] with corner pads and thermal vias; see figure 8.2 of https://www.silabs.com/documents/public/data-sheets/efm8bb1-datasheet.pdf QFN 0.5 0 31 21 Package_DFN_QFN TDFN-8-1EP_3x2mm_P0.5mm_EP1.80x1.65mm 8-lead plastic dual flat, 2x3x0.75mm size, 0.5mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_TDFN_2x3_MN_C04-0129E-MN.pdf) TDFN DFN 0.5mm 0 12 9 Package_DFN_QFN TDFN-8-1EP_3x2mm_P0.5mm_EP1.80x1.65mm_ThermalVias 8-lead plastic dual flat, 2x3x0.75mm size, 0.5mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_TDFN_2x3_MN_C04-0129E-MN.pdf) TDFN DFN 0.5mm 0 17 9 Package_DFN_QFN TDFN-12_2x3mm_P0.5mm TDFN, 12 Pads, No exposed, http://www.st.com/resource/en/datasheet/stm6600.pdf DFN 0 12 12 Package_DFN_QFN TQFN-16-1EP_3x3mm_P0.5mm_EP1.23x1.23mm TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0136.PDF (T1633-5), https://pdfserv.maximintegrated.com/land_patterns/90-0032.PDF), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py TQFN DFN_QFN 0 21 17 Package_DFN_QFN TQFN-16-1EP_5x5mm_P0.8mm_EP3.1x3.1mm TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py TQFN NoLead 0 21 17 Package_DFN_QFN TQFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_PullBack TQFN, 24 Pin (https://ams.com/documents/20143/36005/AS1115_DS000206_1-00.pdf/3d3e6d35-b184-1329-adf9-2d769eb2404f), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py TQFN DFN_QFN 0 29 25 Package_DFN_QFN TQFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_PullBack_ThermalVias TQFN, 24 Pin (https://ams.com/documents/20143/36005/AS1115_DS000206_1-00.pdf/3d3e6d35-b184-1329-adf9-2d769eb2404f), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py TQFN DFN_QFN 0 39 25 Package_DFN_QFN Texas_DRB0008A DFN-8, 3x3x1mm, http://www.ti.com/lit/ds/symlink/ucc24610.pdf DRB0008A 0 23 9 Package_DFN_QFN Texas_MOF0009A Texas Instruments, QFM MOF0009A, 6x8x2mm (http://www.ti.com/lit/ml/mpsi063a/mpsi063a.pdf) ti qfm mof0009a 0 24 9 Package_DFN_QFN Texas_R-PUQFN-N10 http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=MPQF186&fileType=pdf Texas_R-PUQFN-N10 0 10 10 Package_DFN_QFN Texas_R-PWQFN-N28_EP2.1x3.1mm QFN, 28 Pin (http://www.ti.com/lit/ds/symlink/tps51363.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 33 29 Package_DFN_QFN Texas_R-PWQFN-N28_EP2.1x3.1mm_ThermalVias QFN, 28 Pin (http://www.ti.com/lit/ds/symlink/tps51363.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 43 29 Package_DFN_QFN Texas_RGE0024C_EP2.1x2.1mm Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/pca9548a.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py Texas QFN NoLead 0 29 25 Package_DFN_QFN Texas_RGE0024C_EP2.1x2.1mm_ThermalVias Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/pca9548a.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py Texas QFN NoLead 0 39 25 Package_DFN_QFN Texas_RGE0024H_EP2.7x2.7mm Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py Texas QFN NoLead 0 29 25 Package_DFN_QFN Texas_RGE0024H_EP2.7x2.7mm_ThermalVias Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py Texas QFN NoLead 0 39 25 Package_DFN_QFN Texas_RGV_S-PVQFN-N16_EP2.1x2.1mm QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ina3221.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 21 17 Package_DFN_QFN Texas_RGV_S-PVQFN-N16_EP2.1x2.1mm_ThermalVias QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ina3221.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 31 17 Package_DFN_QFN Texas_RGY_R-PVQFN-N24_EP2.05x3.1mm QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq24133.pdf#page=40) QFN NoLead 0 29 25 Package_DFN_QFN Texas_RGY_R-PVQFN-N24_EP2.05x3.1mm_ThermalVias QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq24133.pdf#page=40) QFN NoLead 0 36 25 Package_DFN_QFN Texas_RNN0018A Texas Instruments, VQFN-HR RNN0018A (http://www.ti.com/lit/ds/symlink/tps568215.pdf) ti vqfn-hr rnn0018a 0 26 18 Package_DFN_QFN Texas_RUM0016A 16 Pin WQFN - 4x4x0.8 mm Body; (see Texas Instruments Package Specification RUM0016A) WQFN 0.65 0 20 17 Package_DFN_QFN Texas_RUM0016A_EP2.6x2.6mm QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/lmh0074.pdf#page=13), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 21 17 Package_DFN_QFN Texas_RUM0016A_EP2.6x2.6mm_ThermalVias QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/lmh0074.pdf#page=13), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 31 17 Package_DFN_QFN Texas_RWH0032A Texas Instruments, RWH0032A, 8x8x0.9mm (http://www.ti.com/lit/ds/snosd10c/snosd10c.pdf) ti rwh0032a 0 71 33 Package_DFN_QFN Texas_RWH0032A_ThermalVias Texas Instruments, RWH0032A, 8x8x0.9mm (http://www.ti.com/lit/ds/snosd10c/snosd10c.pdf) ti rwh0032a 0 94 33 Package_DFN_QFN Texas_R_PUQFN-N12 Texas_R_PUQFN-N12 http://www.ti.com/lit/ds/symlink/txb0104.pdf Texas_R_PUQFN-N12 0 13 12 Package_DFN_QFN Texas_S-PDSO-N10_EP1.2x2mm DFN, 10 Pin (http://www.ti.com/lit/ds/symlink/tps7a91.pdf#page=30), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 15 11 Package_DFN_QFN Texas_S-PDSO-N10_EP1.2x2mm_ThermalVias DFN, 10 Pin (http://www.ti.com/lit/ds/symlink/tps7a91.pdf#page=30), generated with kicad-footprint-generator ipc_noLead_generator.py DFN NoLead 0 22 11 Package_DFN_QFN Texas_S-PVQFN-N14 Texas_S-PVQFN-N14 http://www.ti.com/lit/ds/symlink/txb0104.pdf Texas_S-PVQFN-N14_4.3x4.3_Pitch0.5mm_ThermalPad 0 19 15 Package_DFN_QFN Texas_S-PVQFN-N14_ThermalVias Texas_S-PVQFN-N14_ThermalVias http://www.ti.com/lit/ds/symlink/txb0104.pdf Texas_S-PVQFN-N14_ThermalVias 0 24 15 Package_DFN_QFN Texas_S-PVQFN-N16_EP2.7x2.7mm QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/msp430g2001.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 26 17 Package_DFN_QFN Texas_S-PVQFN-N16_EP2.7x2.7mm_ThermalVias QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/msp430g2001.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 31 17 Package_DFN_QFN Texas_S-PVQFN-N20_EP2.4x2.4mm QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/cc1101.pdf#page=101), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 25 21 Package_DFN_QFN Texas_S-PVQFN-N20_EP2.4x2.4mm_ThermalVias QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/cc1101.pdf#page=101), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 35 21 Package_DFN_QFN Texas_S-PVQFN-N20_EP2.7x2.7mm QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/drv8662.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 25 21 Package_DFN_QFN Texas_S-PVQFN-N20_EP2.7x2.7mm_ThermalVias QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/drv8662.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 35 21 Package_DFN_QFN Texas_S-PVQFN-N20_EP3.15x3.15mm QFN, 20 Pin (www.ti.com/lit/ds/symlink/tps7a7200.pdf#page=36), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 25 21 Package_DFN_QFN Texas_S-PVQFN-N20_EP3.15x3.15mm_ThermalVias QFN, 20 Pin (www.ti.com/lit/ds/symlink/tps7a7200.pdf#page=36), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 47 21 Package_DFN_QFN Texas_S-PVQFN-N24_EP2.1x2.1mm QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5720.pdf#page=111), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 29 25 Package_DFN_QFN Texas_S-PVQFN-N24_EP2.1x2.1mm_ThermalVias QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5720.pdf#page=111), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 39 25 Package_DFN_QFN Texas_S-PVQFN-N32_EP3.45x3.45mm QFN, 32 Pin (http://www.ti.com/lit/ds/symlink/msp430f1122.pdf#page=46), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 42 33 Package_DFN_QFN Texas_S-PVQFN-N32_EP3.45x3.45mm_ThermalVias QFN, 32 Pin (http://www.ti.com/lit/ds/symlink/msp430f1122.pdf#page=46), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 59 33 Package_DFN_QFN Texas_S-PVQFN-N36 36 pin S-PVQFN Texas http://www.ti.com/lit/ds/slvsba5d/slvsba5d.pdf QFN-0.5 36 QFN 6x6 PVQFN Texas 0 46 37 Package_DFN_QFN Texas_S-PVQFN-N36_EP4.4x4.4mm QFN, 36 Pin (http://www.ti.com/lit/ds/slvsba5d/slvsba5d.pdf#page=31), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 46 37 Package_DFN_QFN Texas_S-PVQFN-N36_EP4.4x4.4mm_ThermalVias QFN, 36 Pin (http://www.ti.com/lit/ds/slvsba5d/slvsba5d.pdf#page=31), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 79 37 Package_DFN_QFN Texas_S-PVQFN-N40_EP2.9x2.9mm QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5731.pdf#page=114), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 45 41 Package_DFN_QFN Texas_S-PVQFN-N40_EP2.9x2.9mm_ThermalVias QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5731.pdf#page=114), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 55 41 Package_DFN_QFN Texas_S-PVQFN-N40_EP3.52x2.62mm QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/drv8308.pdf#page=56), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 47 41 Package_DFN_QFN Texas_S-PVQFN-N40_EP3.52x2.62mm_ThermalVias QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/drv8308.pdf#page=56), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 60 41 Package_DFN_QFN Texas_S-PVQFN-N40_EP4.6x4.6mm QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/dac7750.pdf#page=55), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 50 41 Package_DFN_QFN Texas_S-PVQFN-N40_EP4.6x4.6mm_ThermalVias QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/dac7750.pdf#page=55), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 83 41 Package_DFN_QFN Texas_S-PVQFN-N40_EP4.15x4.15mm QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430g2755.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 50 41 Package_DFN_QFN Texas_S-PVQFN-N40_EP4.15x4.15mm_ThermalVias QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430g2755.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 83 41 Package_DFN_QFN Texas_S-PVQFN-N48_EP5.15x5.15mm QFN, 48 Pin (http://www.ti.com/lit/ds/symlink/msp430f5232.pdf#page=112), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 65 49 Package_DFN_QFN Texas_S-PVQFN-N48_EP5.15x5.15mm_ThermalVias QFN, 48 Pin (http://www.ti.com/lit/ds/symlink/msp430f5232.pdf#page=112), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 111 49 Package_DFN_QFN Texas_S-PVQFN-N64_EP4.25x4.25mm QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/msp430f5217.pdf#page=117), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 69 65 Package_DFN_QFN Texas_S-PVQFN-N64_EP4.25x4.25mm_ThermalVias QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/msp430f5217.pdf#page=117), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 127 65 Package_DFN_QFN Texas_S-PWQFN-N16_EP2.1x2.1mm QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/drv8801.pdf#page=31), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 21 17 Package_DFN_QFN Texas_S-PWQFN-N16_EP2.1x2.1mm_ThermalVias QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/drv8801.pdf#page=31), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 31 17 Package_DFN_QFN Texas_S-PWQFN-N20 20-Pin Plastic Quad Flatpack No-Lead Package, Body 3.0x3.0x0.8mm, Texas Instruments (http://www.ti.com/lit/ds/symlink/tps22993.pdf) QFN 0.4 0 24 20 Package_DFN_QFN Texas_S-PWQFN-N24_EP2.7x2.7mm QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq25601.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 29 25 Package_DFN_QFN Texas_S-PWQFN-N24_EP2.7x2.7mm_ThermalVias QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq25601.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 39 25 Package_DFN_QFN Texas_S-PWQFN-N32_EP2.8x2.8mm QFN, 32 Pin (https://www.ti.com/lit/ds/symlink/bq25703a.pdf#page=91), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 37 33 Package_DFN_QFN Texas_S-PWQFN-N32_EP2.8x2.8mm_ThermalVias QFN, 32 Pin (https://www.ti.com/lit/ds/symlink/bq25703a.pdf#page=91), generated with kicad-footprint-generator ipc_noLead_generator.py QFN NoLead 0 47 33 Package_DFN_QFN Texas_S-PWQFN-N100_EP5.5x5.5mm http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/lit/ds/sllse76m/sllse76m.pdf MultiRow QFN 0 114 105 Package_DFN_QFN Texas_S-PWQFN-N100_EP5.5x5.5mm_ThermalVias http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/lit/ds/sllse76m/sllse76m.pdf MultiRow QFN 0 131 105 Package_DFN_QFN Texas_S-PWSON-N6 6-Lead Plastic Dual Flat 2x2mm S-PWSON-N6 DFN Texas Instruments http://www.ti.com/lit/ds/symlink/tps717.pdf DFN 0.65 S-PWSON-N6 Texas 2x2mm 0 8 7 Package_DFN_QFN Texas_S-PWSON-N6_ThermalVias 6-Lead Plastic Dual Flat 2x2mm S-PWSON-N6 DFN Texas Instruments http://www.ti.com/lit/ds/symlink/tps717.pdf DFN 0.65 S-PWSON-N6 Texas 2x2mm 0 11 7 Package_DFN_QFN Texas_S-PX2QFN-14 Texas QFN, 14 Pin (http://www.ti.com/lit/ds/symlink/tlv9004.pdf#page=64), generated with kicad-footprint-generator ipc_noLead_generator.py Texas QFN NoLead 0 14 14 Package_DFN_QFN Texas_VQFN-RGR-20 http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=MPQF239&fileType=pdf QFN 0.5 VQFN 0 24 21 Package_DFN_QFN Texas_VQFN-RGW-20 http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=MPQF122&fileType=pdf QFN 0.65 VQFN 0 24 21 Package_DFN_QFN Texas_VQFN-RHL-20 http://www.ti.com/lit/ds/symlink/bq51050b.pdf RHL0020A 0 33 21 Package_DFN_QFN Texas_VQFN-RHL-20_ThermalVias http://www.ti.com/lit/ds/symlink/bq51050b.pdf RHL0020A 0 41 21 Package_DFN_QFN Texas_WQFN-MR-100_3x3-DapStencil http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=mpqf258&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=LPPD235&fileType=pdf MultiRow QFN 0 113 105 Package_DFN_QFN Texas_WQFN-MR-100_ThermalVias_3x3-DapStencil http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=mpqf258&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=LPPD235&fileType=pdf MultiRow QFN 0 126 105 Package_DFN_QFN Texas_X2QFN-12_1.6x1.6mm_P0.4mm Texas X2QFN, 12 Pin (http://www.ti.com/lit/ml/mpqf391c/mpqf391c.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py Texas X2QFN DFN_QFN 0 12 12 Package_DFN_QFN UDFN-4_1x1mm_P0.65mm UDFN-4_1x1mm_P0.65mm UDFN-4_1x1mm_P0.65mm 0 16 5 Package_DFN_QFN UDFN-9_1.0x3.8mm_P0.5mm 9-pin UDFN package, 1.0x3.8mm, (Ref: https://katalog.we-online.de/pbs/datasheet/824014881.pdf) UDFN SMD 0 9 9 Package_DFN_QFN UDFN-10_1.35x2.6mm_P0.5mm http://www.st.com/content/ccc/resource/technical/document/datasheet/f2/11/8a/ed/40/31/40/56/DM00088292.pdf/files/DM00088292.pdf/jcr:content/translations/en.DM00088292.pdf UDFN 0.5 uQFN 0 10 10 Package_DFN_QFN UQFN-10_1.3x1.8mm_P0.4mm UQFN, 10 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001725D.pdf (Page 9)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py UQFN DFN_QFN 0 10 10 Package_DFN_QFN UQFN-10_1.4x1.8mm_P0.4mm UQFN 10pin, https://www.onsemi.com/pub/Collateral/488AT.PDF UQFN-10_1.4x1.8mm_P0.4mm 0 10 10 Package_DFN_QFN UQFN-10_1.6x2.1mm_P0.5mm UQFN, 10 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001725D.pdf (Page 12)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py UQFN DFN_QFN 0 10 10 Package_DFN_QFN UQFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm 16-Lead Ultra Thin Quad Flat, No Lead Package (UC) - 3x3x0.5 mm Body [UQFN]; (see Microchip Packaging Specification 00000049BS.pdf) QFN 0.5 0 21 17 Package_DFN_QFN UQFN-16-1EP_4x4mm_P0.65mm_EP2.6x2.6mm UQFN, 16 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/16L_UQFN_4x4x0_5mm_JQ_C04257A.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py UQFN DFN_QFN 0 21 17 Package_DFN_QFN UQFN-16-1EP_4x4mm_P0.65mm_EP2.6x2.6mm_ThermalVias UQFN, 16 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/16L_UQFN_4x4x0_5mm_JQ_C04257A.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py UQFN DFN_QFN 0 31 17 Package_DFN_QFN UQFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm 16-Lead Ultra Thin Plastic Quad Flat, No Lead Package (JQ) - 4x4x0.5 mm Body [UQFN]; (see Microchip Packaging Specification 00000049BS.pdf) QFN 0.65 0 21 17 Package_DFN_QFN UQFN-20-1EP_3x3mm_P0.4mm_EP1.85x1.85mm UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=332), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 25 21 Package_DFN_QFN UQFN-20-1EP_3x3mm_P0.4mm_EP1.85x1.85mm_ThermalVias UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=332), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 30 21 Package_DFN_QFN UQFN-20-1EP_4x4mm_P0.5mm_EP2.8x2.8mm UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/40001839B.pdf#page=464), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 25 21 Package_DFN_QFN UQFN-20-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_ThermalVias UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/40001839B.pdf#page=464), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 35 21 Package_DFN_QFN UQFN-28-1EP_4x4mm_P0.4mm_EP2.35x2.35mm UQFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=338), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 33 29 Package_DFN_QFN UQFN-28-1EP_4x4mm_P0.4mm_EP2.35x2.35mm_ThermalVias UQFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=338), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 43 29 Package_DFN_QFN UQFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm UQFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=345), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 50 41 Package_DFN_QFN UQFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm_ThermalVias UQFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=345), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 67 41 Package_DFN_QFN UQFN-48-1EP_6x6mm_P0.4mm_EP4.45x4.45mm UQFN, 48 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=347), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 58 49 Package_DFN_QFN UQFN-48-1EP_6x6mm_P0.4mm_EP4.45x4.45mm_ThermalVias UQFN, 48 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=347), generated with kicad-footprint-generator ipc_noLead_generator.py UQFN NoLead 0 75 49 Package_DFN_QFN UQFN-48-1EP_6x6mm_P0.4mm_EP4.62x4.62mm UQFN, 48 Pin (https://github.com/KiCad/kicad-symbols/pull/1189#issuecomment-449506354), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py UQFN DFN_QFN 0 53 49 Package_DFN_QFN UQFN-48-1EP_6x6mm_P0.4mm_EP4.62x4.62mm_ThermalVias UQFN, 48 Pin (https://github.com/KiCad/kicad-symbols/pull/1189#issuecomment-449506354), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py UQFN DFN_QFN 0 75 49 Package_DFN_QFN VDFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.7mm 8-Lead Very Thin Dual Flatpack No-Lead (LZ) - 2x3x0.9 mm Body [VDFN] (see Microchip Packaging Specification 00000049BS.pdf) DFN 0.5 0 11 9 Package_DFN_QFN VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/cdclvp1102.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 21 17 Package_DFN_QFN VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/cdclvp1102.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 26 17 Package_DFN_QFN VQFN-16-1EP_3x3mm_P0.5mm_EP1.8x1.8mm VQFN, 16 Pin (https://www.st.com/resource/en/datasheet/stspin220.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py VQFN DFN_QFN 0 21 17 Package_DFN_QFN VQFN-16-1EP_3x3mm_P0.5mm_EP1.8x1.8mm_ThermalVias VQFN, 16 Pin (https://www.st.com/resource/en/datasheet/stspin220.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py VQFN DFN_QFN 0 26 17 Package_DFN_QFN VQFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm VQFN, 16 Pin (http://www.ti.com/lit/ds/sbos354a/sbos354a.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py VQFN DFN_QFN 0 21 17 Package_DFN_QFN VQFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm_ThermalVias VQFN, 16 Pin (http://www.ti.com/lit/ds/sbos354a/sbos354a.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py VQFN DFN_QFN 0 26 17 Package_DFN_QFN VQFN-16-1EP_3x3mm_P0.5mm_EP1.68x1.68mm VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/tlv62095.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py VQFN DFN_QFN 0 21 17 Package_DFN_QFN VQFN-16-1EP_3x3mm_P0.5mm_EP1.68x1.68mm_ThermalVias VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/tlv62095.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py VQFN DFN_QFN 0 26 17 Package_DFN_QFN VQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20%20Lead%20VQFN%203x3x0_9mm_1_7EP%20U2B%20C04-21496a.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py VQFN DFN_QFN 0 25 21 Package_DFN_QFN VQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm_ThermalVias VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20%20Lead%20VQFN%203x3x0_9mm_1_7EP%20U2B%20C04-21496a.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py VQFN DFN_QFN 0 30 21 Package_DFN_QFN VQFN-20-1EP_3x3mm_P0.45mm_EP1.55x1.55mm VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=264), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py VQFN DFN_QFN 0 25 21 Package_DFN_QFN VQFN-20-1EP_3x3mm_P0.45mm_EP1.55x1.55mm_ThermalVias VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=264), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py VQFN DFN_QFN 0 30 21 Package_DFN_QFN VQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm VQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430f1101a.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py VQFN DFN_QFN 0 34 25 Package_DFN_QFN VQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias VQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430f1101a.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py VQFN DFN_QFN 0 39 25 Package_DFN_QFN VQFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm VQFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-9505-AT42-QTouch-BSW-AT42QT1060_Datasheet.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 33 29 Package_DFN_QFN VQFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm_ThermalVias VQFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-9505-AT42-QTouch-BSW-AT42QT1060_Datasheet.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 43 29 Package_DFN_QFN VQFN-28-1EP_4x5mm_P0.5mm_EP2.55x3.55mm VQFN, 28 Pin (http://www.ti.com/lit/ds/symlink/lm5175.pdf#page=37), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py VQFN DFN_QFN 0 35 29 Package_DFN_QFN VQFN-28-1EP_4x5mm_P0.5mm_EP2.55x3.55mm_ThermalVias VQFN, 28 Pin (http://www.ti.com/lit/ds/symlink/lm5175.pdf#page=37), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py VQFN DFN_QFN 0 48 29 Package_DFN_QFN VQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm VQFN, 32 Pin (http://ww1.microchip.com/downloads/en/devicedoc/atmel-9520-at42-qtouch-bsw-at42qt1110_datasheet.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 37 33 Package_DFN_QFN VQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias VQFN, 32 Pin (http://ww1.microchip.com/downloads/en/devicedoc/atmel-9520-at42-qtouch-bsw-at42qt1110_datasheet.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py VQFN NoLead 0 47 33 Package_DFN_QFN WDFN-8-1EP_2x2.2mm_P0.5mm_EP0.80x0.54 https://www.onsemi.com/pub/Collateral/511BN.PDF WDFN-8 1EP 2.2X2.0 0.5P 0 9 9 Package_DFN_QFN WDFN-8-1EP_3x2mm_P0.5mm_EP1.3x1.4mm WDFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_TDFN_2x3_MNY_C04-0129E-MNY.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py WDFN DFN_QFN 0 13 9 Package_DFN_QFN WDFN-8_2x2mm_P0.5mm DFN8 2x2, 0.5P; No exposed pad (http://www.onsemi.com/pub/Collateral/NCP4308-D.PDF) DFN 0.5 0 8 8 Package_DFN_QFN WDFN-12-1EP_3x3mm_P0.45mm_EP1.7x2.5mm WDFN, 12 Pin (https://www.diodes.com/assets/Datasheets/PAM2306.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py WDFN DFN_QFN 0 17 13 Package_DFN_QFN WQFN-14-1EP_2.5x2.5mm_P0.5mm_EP1.45x1.45mm WQFN, 14 Pin (https://www.onsemi.com/pub/Collateral/FUSB302B-D.PDF#page=32), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 19 15 Package_DFN_QFN WQFN-14-1EP_2.5x2.5mm_P0.5mm_EP1.45x1.45mm_ThermalVias WQFN, 14 Pin (https://www.onsemi.com/pub/Collateral/FUSB302B-D.PDF#page=32), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 24 15 Package_DFN_QFN WQFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm WQFN, 16 Pin (https://www.onsemi.com/pub/Collateral/FUSB307B-D.PDF#page=56), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 21 17 Package_DFN_QFN WQFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm_ThermalVias WQFN, 16 Pin (https://www.onsemi.com/pub/Collateral/FUSB307B-D.PDF#page=56), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 26 17 Package_DFN_QFN WQFN-16-1EP_4x4mm_P0.5mm_EP2.6x2.6mm WQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 21 17 Package_DFN_QFN WQFN-16-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias WQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 31 17 Package_DFN_QFN WQFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm 16-Lead Plastic Quad Flat, No Lead - 4x4x0.75 mm Body [WQFN]; Thermal pad; (http://www.ti.com/lit/ds/symlink/drv8833.pdf) QFN 0.65 0 37 17 Package_DFN_QFN WQFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm_ThermalVias 16-Lead Plastic Quad Flat, No Lead - 4x4x0.75 mm Body [WQFN]; Thermal pad with vias; (http://www.ti.com/lit/ds/symlink/drv8833.pdf) QFN 0.65 0 43 17 Package_DFN_QFN WQFN-20-1EP_2.5x4.5mm_P0.5mm_EP1x2.9mm http://www.onsemi.com/pub/Collateral/510CD.PDF WQFN-20 4.5mm 2.5mm 0.5mm 0 24 21 Package_DFN_QFN WQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/lm26480.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 29 25 Package_DFN_QFN WQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/lm26480.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py WQFN NoLead 0 39 25 Package_DFN_QFN WQFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.7mm http://www.ti.com/lit/ml/mpqf167b/mpqf167b.pdf WQFN 0 29 25 Package_DFN_QFN WQFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.7mm_ThermalVias http://www.ti.com/lit/ml/mpqf167b/mpqf167b.pdf WQFN 0 38 25 Package_DFN_QFN WQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm QFN, 32-Leads, Body 5x5x0.8mm, Pitch 0.5mm, Thermal Pad 3.1x3.1mm; (see Texas Instruments LM25119 http://www.ti.com/lit/ds/symlink/lm25119.pdf) WQFN 0.5 0 37 33 Package_DIP DIP-4_W7.62mm 4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 4 4 Package_DIP DIP-4_W7.62mm_LongPads 4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 4 4 Package_DIP DIP-4_W7.62mm_SMDSocket_SmallPads 4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 4 4 Package_DIP DIP-4_W7.62mm_Socket 4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 4 4 Package_DIP DIP-4_W7.62mm_Socket_LongPads 4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 4 4 Package_DIP DIP-4_W8.89mm_SMDSocket_LongPads 4-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 4 4 Package_DIP DIP-4_W10.16mm 4-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 4 4 Package_DIP DIP-4_W10.16mm_LongPads 4-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 4 4 Package_DIP DIP-5-6_W7.62mm 5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 5 5 Package_DIP DIP-5-6_W7.62mm_LongPads 5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 5 5 Package_DIP DIP-5-6_W7.62mm_SMDSocket_SmallPads 5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 5 5 Package_DIP DIP-5-6_W7.62mm_Socket 5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 5 5 Package_DIP DIP-5-6_W7.62mm_Socket_LongPads 5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 5 5 Package_DIP DIP-5-6_W8.89mm_SMDSocket_LongPads 5-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 5 5 Package_DIP DIP-5-6_W10.16mm 5-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 5 5 Package_DIP DIP-5-6_W10.16mm_LongPads 5-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 5 5 Package_DIP DIP-6_W7.62mm 6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 6 6 Package_DIP DIP-6_W7.62mm_LongPads 6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 6 6 Package_DIP DIP-6_W7.62mm_SMDSocket_SmallPads 6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 6 6 Package_DIP DIP-6_W7.62mm_Socket 6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 6 6 Package_DIP DIP-6_W7.62mm_Socket_LongPads 6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 6 6 Package_DIP DIP-6_W8.89mm_SMDSocket_LongPads 6-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 6 6 Package_DIP DIP-6_W10.16mm 6-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 6 6 Package_DIP DIP-6_W10.16mm_LongPads 6-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 6 6 Package_DIP DIP-8-16_W7.62mm 16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 8 8 Package_DIP DIP-8-16_W7.62mm_Socket 16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 8 8 Package_DIP DIP-8-16_W7.62mm_Socket_LongPads 16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 8 8 Package_DIP DIP-8-N6_W7.62mm 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), missing pin 6 THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 7 7 Package_DIP DIP-8-N7_W7.62mm 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), missing pin 7 THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 7 7 Package_DIP DIP-8_W7.62mm 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 8 8 Package_DIP DIP-8_W7.62mm_LongPads 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 8 8 Package_DIP DIP-8_W7.62mm_SMDSocket_SmallPads 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 8 8 Package_DIP DIP-8_W7.62mm_Socket 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 8 8 Package_DIP DIP-8_W7.62mm_Socket_LongPads 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 8 8 Package_DIP DIP-8_W8.89mm_SMDSocket_LongPads 8-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 8 8 Package_DIP DIP-8_W10.16mm 8-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 8 8 Package_DIP DIP-8_W10.16mm_LongPads 8-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 8 8 Package_DIP DIP-10_W7.62mm 10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 10 10 Package_DIP DIP-10_W7.62mm_LongPads 10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 10 10 Package_DIP DIP-10_W7.62mm_SMDSocket_SmallPads 10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 10 10 Package_DIP DIP-10_W7.62mm_Socket 10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 10 10 Package_DIP DIP-10_W7.62mm_Socket_LongPads 10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 10 10 Package_DIP DIP-10_W8.89mm_SMDSocket_LongPads 10-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 10 10 Package_DIP DIP-10_W10.16mm 10-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 10 10 Package_DIP DIP-10_W10.16mm_LongPads 10-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 10 10 Package_DIP DIP-12_W7.62mm 12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 12 12 Package_DIP DIP-12_W7.62mm_LongPads 12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 12 12 Package_DIP DIP-12_W7.62mm_SMDSocket_SmallPads 12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 12 12 Package_DIP DIP-12_W7.62mm_Socket 12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 12 12 Package_DIP DIP-12_W7.62mm_Socket_LongPads 12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 12 12 Package_DIP DIP-12_W8.89mm_SMDSocket_LongPads 12-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 12 12 Package_DIP DIP-12_W10.16mm 12-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 12 12 Package_DIP DIP-12_W10.16mm_LongPads 12-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 12 12 Package_DIP DIP-14_W7.62mm 14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 14 14 Package_DIP DIP-14_W7.62mm_LongPads 14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 14 14 Package_DIP DIP-14_W7.62mm_SMDSocket_SmallPads 14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 14 14 Package_DIP DIP-14_W7.62mm_Socket 14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 14 14 Package_DIP DIP-14_W7.62mm_Socket_LongPads 14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 14 14 Package_DIP DIP-14_W8.89mm_SMDSocket_LongPads 14-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 14 14 Package_DIP DIP-14_W10.16mm 14-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 14 14 Package_DIP DIP-14_W10.16mm_LongPads 14-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 14 14 Package_DIP DIP-16_W7.62mm 16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 16 16 Package_DIP DIP-16_W7.62mm_LongPads 16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 16 16 Package_DIP DIP-16_W7.62mm_SMDSocket_SmallPads 16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 16 16 Package_DIP DIP-16_W7.62mm_Socket 16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 16 16 Package_DIP DIP-16_W7.62mm_Socket_LongPads 16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 16 16 Package_DIP DIP-16_W8.89mm_SMDSocket_LongPads 16-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 16 16 Package_DIP DIP-16_W10.16mm 16-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 16 16 Package_DIP DIP-16_W10.16mm_LongPads 16-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 16 16 Package_DIP DIP-18_W7.62mm 18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 18 18 Package_DIP DIP-18_W7.62mm_LongPads 18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 18 18 Package_DIP DIP-18_W7.62mm_SMDSocket_SmallPads 18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 18 18 Package_DIP DIP-18_W7.62mm_Socket 18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 18 18 Package_DIP DIP-18_W7.62mm_Socket_LongPads 18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 18 18 Package_DIP DIP-18_W8.89mm_SMDSocket_LongPads 18-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 18 18 Package_DIP DIP-20_W7.62mm 20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 20 20 Package_DIP DIP-20_W7.62mm_LongPads 20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 20 20 Package_DIP DIP-20_W7.62mm_SMDSocket_SmallPads 20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 20 20 Package_DIP DIP-20_W7.62mm_Socket 20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 20 20 Package_DIP DIP-20_W7.62mm_Socket_LongPads 20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 20 20 Package_DIP DIP-20_W8.89mm_SMDSocket_LongPads 20-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 20 20 Package_DIP DIP-22_W7.62mm 22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 22 22 Package_DIP DIP-22_W7.62mm_LongPads 22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 22 22 Package_DIP DIP-22_W7.62mm_SMDSocket_SmallPads 22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 22 22 Package_DIP DIP-22_W7.62mm_Socket 22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 22 22 Package_DIP DIP-22_W7.62mm_Socket_LongPads 22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 22 22 Package_DIP DIP-22_W8.89mm_SMDSocket_LongPads 22-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 22 22 Package_DIP DIP-22_W10.16mm 22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 22 22 Package_DIP DIP-22_W10.16mm_LongPads 22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 22 22 Package_DIP DIP-22_W10.16mm_SMDSocket_SmallPads 22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil SMDSocket SmallPads 0 22 22 Package_DIP DIP-22_W10.16mm_Socket 22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket 0 22 22 Package_DIP DIP-22_W10.16mm_Socket_LongPads 22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket LongPads 0 22 22 Package_DIP DIP-22_W11.43mm_SMDSocket_LongPads 22-lead though-hole mounted DIP package, row spacing 11.43 mm (450 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 11.43mm 450mil SMDSocket LongPads 0 22 22 Package_DIP DIP-24_W7.62mm 24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 24 24 Package_DIP DIP-24_W7.62mm_LongPads 24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 24 24 Package_DIP DIP-24_W7.62mm_SMDSocket_SmallPads 24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 24 24 Package_DIP DIP-24_W7.62mm_Socket 24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 24 24 Package_DIP DIP-24_W7.62mm_Socket_LongPads 24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 24 24 Package_DIP DIP-24_W8.89mm_SMDSocket_LongPads 24-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 24 24 Package_DIP DIP-24_W10.16mm 24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) THT DIP DIL PDIP 2.54mm 10.16mm 400mil 0 24 24 Package_DIP DIP-24_W10.16mm_LongPads 24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads 0 24 24 Package_DIP DIP-24_W10.16mm_SMDSocket_SmallPads 24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil SMDSocket SmallPads 0 24 24 Package_DIP DIP-24_W10.16mm_Socket 24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket 0 24 24 Package_DIP DIP-24_W10.16mm_Socket_LongPads 24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket LongPads 0 24 24 Package_DIP DIP-24_W11.43mm_SMDSocket_LongPads 24-lead though-hole mounted DIP package, row spacing 11.43 mm (450 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 11.43mm 450mil SMDSocket LongPads 0 24 24 Package_DIP DIP-24_W15.24mm 24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) THT DIP DIL PDIP 2.54mm 15.24mm 600mil 0 24 24 Package_DIP DIP-24_W15.24mm_LongPads 24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads 0 24 24 Package_DIP DIP-24_W15.24mm_SMDSocket_SmallPads 24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads 0 24 24 Package_DIP DIP-24_W15.24mm_Socket 24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket 0 24 24 Package_DIP DIP-24_W15.24mm_Socket_LongPads 24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads 0 24 24 Package_DIP DIP-24_W16.51mm_SMDSocket_LongPads 24-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads 0 24 24 Package_DIP DIP-28_W7.62mm 28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 28 28 Package_DIP DIP-28_W7.62mm_LongPads 28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 28 28 Package_DIP DIP-28_W7.62mm_SMDSocket_SmallPads 28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads 0 28 28 Package_DIP DIP-28_W7.62mm_Socket 28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket 0 28 28 Package_DIP DIP-28_W7.62mm_Socket_LongPads 28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads 0 28 28 Package_DIP DIP-28_W8.89mm_SMDSocket_LongPads 28-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads 0 28 28 Package_DIP DIP-28_W15.24mm 28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) THT DIP DIL PDIP 2.54mm 15.24mm 600mil 0 28 28 Package_DIP DIP-28_W15.24mm_LongPads 28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads 0 28 28 Package_DIP DIP-28_W15.24mm_SMDSocket_SmallPads 28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads 0 28 28 Package_DIP DIP-28_W15.24mm_Socket 28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket 0 28 28 Package_DIP DIP-28_W15.24mm_Socket_LongPads 28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads 0 28 28 Package_DIP DIP-28_W16.51mm_SMDSocket_LongPads 28-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads 0 28 28 Package_DIP DIP-32_W7.62mm 32-lead dip package, row spacing 7.62 mm (300 mils) DIL DIP PDIP 2.54mm 7.62mm 300mil 0 32 32 Package_DIP DIP-32_W15.24mm 32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) THT DIP DIL PDIP 2.54mm 15.24mm 600mil 0 32 32 Package_DIP DIP-32_W15.24mm_LongPads 32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads 0 32 32 Package_DIP DIP-32_W15.24mm_SMDSocket_SmallPads 32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads 0 32 32 Package_DIP DIP-32_W15.24mm_Socket 32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket 0 32 32 Package_DIP DIP-32_W15.24mm_Socket_LongPads 32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads 0 32 32 Package_DIP DIP-32_W16.51mm_SMDSocket_LongPads 32-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads 0 32 32 Package_DIP DIP-40_W15.24mm 40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) THT DIP DIL PDIP 2.54mm 15.24mm 600mil 0 40 40 Package_DIP DIP-40_W15.24mm_LongPads 40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads 0 40 40 Package_DIP DIP-40_W15.24mm_SMDSocket_SmallPads 40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads 0 40 40 Package_DIP DIP-40_W15.24mm_Socket 40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket 0 40 40 Package_DIP DIP-40_W15.24mm_Socket_LongPads 40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads 0 40 40 Package_DIP DIP-40_W16.51mm_SMDSocket_LongPads 40-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads 0 40 40 Package_DIP DIP-40_W25.4mm 40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils) THT DIP DIL PDIP 2.54mm 25.4mm 1000mil 0 40 40 Package_DIP DIP-40_W25.4mm_LongPads 40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), LongPads THT DIP DIL PDIP 2.54mm 25.4mm 1000mil LongPads 0 40 40 Package_DIP DIP-40_W25.4mm_SMDSocket_SmallPads 40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 25.4mm 1000mil SMDSocket SmallPads 0 40 40 Package_DIP DIP-40_W25.4mm_Socket 40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket 0 40 40 Package_DIP DIP-40_W25.4mm_Socket_LongPads 40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket LongPads 0 40 40 Package_DIP DIP-40_W26.67mm_SMDSocket_LongPads 40-lead though-hole mounted DIP package, row spacing 26.67 mm (1050 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 26.669999999999998mm 1050mil SMDSocket LongPads 0 40 40 Package_DIP DIP-42_W15.24mm 42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) THT DIP DIL PDIP 2.54mm 15.24mm 600mil 0 42 42 Package_DIP DIP-42_W15.24mm_LongPads 42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads 0 42 42 Package_DIP DIP-42_W15.24mm_SMDSocket_SmallPads 42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads 0 42 42 Package_DIP DIP-42_W15.24mm_Socket 42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket 0 42 42 Package_DIP DIP-42_W15.24mm_Socket_LongPads 42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads 0 42 42 Package_DIP DIP-42_W16.51mm_SMDSocket_LongPads 42-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads 0 42 42 Package_DIP DIP-48_W15.24mm 48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) THT DIP DIL PDIP 2.54mm 15.24mm 600mil 0 48 48 Package_DIP DIP-48_W15.24mm_LongPads 48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads 0 48 48 Package_DIP DIP-48_W15.24mm_SMDSocket_SmallPads 48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads 0 48 48 Package_DIP DIP-48_W15.24mm_Socket 48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket 0 48 48 Package_DIP DIP-48_W15.24mm_Socket_LongPads 48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads 0 48 48 Package_DIP DIP-48_W16.51mm_SMDSocket_LongPads 48-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads 0 48 48 Package_DIP DIP-64_W15.24mm 64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) THT DIP DIL PDIP 2.54mm 15.24mm 600mil 0 64 64 Package_DIP DIP-64_W15.24mm_LongPads 64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads 0 64 64 Package_DIP DIP-64_W15.24mm_SMDSocket_SmallPads 64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads 0 64 64 Package_DIP DIP-64_W15.24mm_Socket 64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket 0 64 64 Package_DIP DIP-64_W15.24mm_Socket_LongPads 64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads 0 64 64 Package_DIP DIP-64_W16.51mm_SMDSocket_LongPads 64-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads 0 64 64 Package_DIP DIP-64_W22.86mm 64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils) THT DIP DIL PDIP 2.54mm 22.86mm 900mil 0 64 64 Package_DIP DIP-64_W22.86mm_LongPads 64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), LongPads THT DIP DIL PDIP 2.54mm 22.86mm 900mil LongPads 0 64 64 Package_DIP DIP-64_W22.86mm_SMDSocket_SmallPads 64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 22.86mm 900mil SMDSocket SmallPads 0 64 64 Package_DIP DIP-64_W22.86mm_Socket 64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), Socket THT DIP DIL PDIP 2.54mm 22.86mm 900mil Socket 0 64 64 Package_DIP DIP-64_W22.86mm_Socket_LongPads 64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 22.86mm 900mil Socket LongPads 0 64 64 Package_DIP DIP-64_W24.13mm_SMDSocket_LongPads 64-lead though-hole mounted DIP package, row spacing 24.13 mm (950 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 24.13mm 950mil SMDSocket LongPads 0 64 64 Package_DIP DIP-64_W25.4mm 64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils) THT DIP DIL PDIP 2.54mm 25.4mm 1000mil 0 64 64 Package_DIP DIP-64_W25.4mm_LongPads 64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), LongPads THT DIP DIL PDIP 2.54mm 25.4mm 1000mil LongPads 0 64 64 Package_DIP DIP-64_W25.4mm_SMDSocket_SmallPads 64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), SMDSocket, SmallPads THT DIP DIL PDIP 2.54mm 25.4mm 1000mil SMDSocket SmallPads 0 64 64 Package_DIP DIP-64_W25.4mm_Socket 64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket 0 64 64 Package_DIP DIP-64_W25.4mm_Socket_LongPads 64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket, LongPads THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket LongPads 0 64 64 Package_DIP DIP-64_W26.67mm_SMDSocket_LongPads 64-lead though-hole mounted DIP package, row spacing 26.67 mm (1050 mils), SMDSocket, LongPads THT DIP DIL PDIP 2.54mm 26.669999999999998mm 1050mil SMDSocket LongPads 0 64 64 Package_DIP Fairchild_LSOP-8 8-Lead, 300\" Wide, Surface Mount Package (https://www.fairchildsemi.com/package-drawings/ML/MLSOP08A.pdf) LSOP 2.54mm 300mil 0 8 8 Package_DIP PowerIntegrations_PDIP-8B Power Integrations variant of 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads, see https://www.power.com/sites/default/files/product-docs/lnk520.pdf THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 7 7 Package_DIP PowerIntegrations_PDIP-8C Power Integrations variant of 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads, see https://ac-dc.power.com/sites/default/files/product-docs/tinyswitch-iii_family_datasheet.pdf THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 7 7 Package_DIP PowerIntegrations_SDIP-10C PowerIntegrations variant of 10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads, see https://www.power.com/sites/default/files/product-docs/tophx_family_datasheet.pdf THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads 0 9 9 Package_DIP PowerIntegrations_SMD-8 PowerIntegrations variant of 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils), see https://www.power.com/sites/default/files/product-docs/lnk520.pdf SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 8 8 Package_DIP PowerIntegrations_SMD-8B PowerIntegrations variant of 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils), see https://www.power.com/sites/default/files/product-docs/lnk520.pdf SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 7 7 Package_DIP PowerIntegrations_SMD-8C PowerIntegrations variant of 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils), see https://ac-dc.power.com/sites/default/files/product-docs/tinyswitch-iii_family_datasheet.pdf SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 7 7 Package_DIP PowerIntegrations_eDIP-12B Power Integrations eDIP-12B, see https://www.power.com/sites/default/files/product-docs/linkswitch-pl_family_datasheet.pdf THT DIP DIL PDIP 2.54mm 7.62mm 300mil 0 11 11 Package_DIP SMDIP-4_W7.62mm 4-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 4 4 Package_DIP SMDIP-4_W9.53mm 4-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 4 4 Package_DIP SMDIP-4_W9.53mm_Clearance8mm 4-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 4 4 Package_DIP SMDIP-4_W11.48mm 4-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 4 4 Package_DIP SMDIP-6_W7.62mm 6-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 6 6 Package_DIP SMDIP-6_W9.53mm 6-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 6 6 Package_DIP SMDIP-6_W9.53mm_Clearance8mm 6-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 6 6 Package_DIP SMDIP-6_W11.48mm 6-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 6 6 Package_DIP SMDIP-8_W7.62mm 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 8 8 Package_DIP SMDIP-8_W9.53mm 8-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 8 8 Package_DIP SMDIP-8_W9.53mm_Clearance8mm 8-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 8 8 Package_DIP SMDIP-8_W11.48mm 8-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 8 8 Package_DIP SMDIP-10_W7.62mm 10-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 10 10 Package_DIP SMDIP-10_W9.53mm 10-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 10 10 Package_DIP SMDIP-10_W9.53mm_Clearance8mm 10-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 10 10 Package_DIP SMDIP-10_W11.48mm 10-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 10 10 Package_DIP SMDIP-12_W7.62mm 12-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 12 12 Package_DIP SMDIP-12_W9.53mm 12-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 12 12 Package_DIP SMDIP-12_W9.53mm_Clearance8mm 12-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 12 12 Package_DIP SMDIP-12_W11.48mm 12-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 12 12 Package_DIP SMDIP-14_W7.62mm 14-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 14 14 Package_DIP SMDIP-14_W9.53mm 14-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 14 14 Package_DIP SMDIP-14_W9.53mm_Clearance8mm 14-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 14 14 Package_DIP SMDIP-14_W11.48mm 14-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 14 14 Package_DIP SMDIP-16_W7.62mm 16-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 16 16 Package_DIP SMDIP-16_W9.53mm 16-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 16 16 Package_DIP SMDIP-16_W9.53mm_Clearance8mm 16-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 16 16 Package_DIP SMDIP-16_W11.48mm 16-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 16 16 Package_DIP SMDIP-18_W7.62mm 18-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 18 18 Package_DIP SMDIP-18_W9.53mm 18-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 18 18 Package_DIP SMDIP-18_W9.53mm_Clearance8mm 18-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 18 18 Package_DIP SMDIP-18_W11.48mm 18-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 18 18 Package_DIP SMDIP-20_W7.62mm 20-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 20 20 Package_DIP SMDIP-20_W9.53mm 20-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 20 20 Package_DIP SMDIP-20_W9.53mm_Clearance8mm 20-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 20 20 Package_DIP SMDIP-20_W11.48mm 20-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 20 20 Package_DIP SMDIP-22_W7.62mm 22-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 22 22 Package_DIP SMDIP-22_W9.53mm 22-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 22 22 Package_DIP SMDIP-22_W9.53mm_Clearance8mm 22-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm 0 22 22 Package_DIP SMDIP-22_W11.48mm 22-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 22 22 Package_DIP SMDIP-24_W7.62mm 24-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 24 24 Package_DIP SMDIP-24_W9.53mm 24-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 24 24 Package_DIP SMDIP-24_W11.48mm 24-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 24 24 Package_DIP SMDIP-24_W15.24mm 24-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil 0 24 24 Package_DIP SMDIP-28_W15.24mm 28-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil 0 28 28 Package_DIP SMDIP-32_W7.62mm 32-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil 0 32 32 Package_DIP SMDIP-32_W9.53mm 32-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil 0 32 32 Package_DIP SMDIP-32_W11.48mm 32-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil 0 32 32 Package_DIP SMDIP-32_W15.24mm 32-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil 0 32 32 Package_DIP SMDIP-40_W15.24mm 40-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil 0 40 40 Package_DIP SMDIP-40_W25.24mm 40-lead surface-mounted (SMD) DIP package, row spacing 25.24 mm (993 mils) SMD DIP DIL PDIP SMDIP 2.54mm 25.24mm 993mil 0 40 40 Package_DIP SMDIP-42_W15.24mm 42-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil 0 42 42 Package_DIP SMDIP-48_W15.24mm 48-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil 0 48 48 Package_DIP SMDIP-64_W15.24mm 64-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil 0 64 64 Package_DIP Toshiba_11-7A9 Toshiba 11-7A9 package, like 6-lead dip package with missing pin 5, row spacing 7.62 mm (300 mils), https://toshiba.semicon-storage.com/info/docget.jsp?did=1421&prodName=TLP3021(S) Toshiba 11-7A9 DIL DIP PDIP 2.54mm 7.62mm 300mil 0 5 5 Package_DIP Vishay_HVM-DIP-3_W7.62mm 3-lead though-hole mounted high-volatge DIP package (based on standard DIP-4), row spacing 7.62 mm (300 mils), see https://www.vishay.com/docs/91361/hexdip.pdf THT DIP DIL PDIP 2.54mm 7.62mm 300mil Vishay HVMDIP HEXDIP 0 4 3 Package_DirectFET DirectFET_L8 DirectFET L8 https://www.infineon.com/dgdl/Infineon-AN-1035-AN-v29_00-EN.pdf?fileId=5546d462533600a40153559159020f76 DirectFET L8 0 15 3 Package_DirectFET DirectFET_ME IRF DirectFET_ME http://www.irf.com/technical-info/appnotes/an-1035.pdf DirectFET ME Mosfet Infenion 0 10 3 Package_DirectFET DirectFET_MN DirectFET MN https://www.infineon.com/dgdl/irf6646pbf.pdf?fileId=5546d462533600a4015355ec5f071a55 DirectFET MN Mosfet Infenion 0 7 3 Package_DirectFET DirectFET_MP DirectFET MP https://www.infineon.com/dgdl/irf6633pbf.pdf?fileId=5546d462533600a4015355e8dfe91a3b DirectFET MP Mosfet Infenion 0 7 3 Package_DirectFET DirectFET_MT DirectFET MT https://www.infineon.com/dgdl/irf6613pbf.pdf?fileId=5546d462533600a4015355e82b9b1a0d DirectFET MT Mosfet Infenion 0 7 3 Package_DirectFET DirectFET_MX DirectFET MX https://www.infineon.com/dgdl/irf8302mpbf.pdf?fileId=5546d462533600a40153560d16e41d5b DirectFET MX Infenion Mosfet 0 7 3 Package_DirectFET DirectFET_MZ DirectFET MZ https://www.infineon.com/dgdl/irf6668pbf.pdf?fileId=5546d462533600a4015355ec96b91a64 DirectFET MZ Infenion Mosfet 0 7 3 Package_DirectFET DirectFET_S1 DirectFET S1 https://www.infineon.com/dgdl/irf6810spbf.pdf?fileId=5546d462533600a4015355f0ab331ab4 DirectFET S1 Infenion Mosfet 0 6 3 Package_DirectFET DirectFET_S2 DirectFET S2 https://www.infineon.com/dgdl/Infineon-AN-1035-AN-v29_00-EN.pdf?fileId=5546d462533600a40153559159020f76 DirectFET S2 Infenion Mosfet 0 7 3 Package_DirectFET DirectFET_SH IRF DirectFET_SH https://www.infineon.com/dgdl/irf6655pbf.pdf?fileId=5546d462533600a4015355ec76961a5b DirectFET SH Mosfet Infenion 0 6 3 Package_DirectFET DirectFET_SJ DirectFET SJ https://www.infineon.com/dgdl/irf6810spbf.pdf?fileId=5546d462533600a4015355f0ab331ab4 DirectFET SJ Infenion Mosfet 0 7 3 Package_DirectFET DirectFET_SQ DirectFET SQ https://www.infineon.com/dgdl/irf8327spbf.pdf?fileId=5546d462533600a40153560d40c41d65 DirectFET SQ Infenion Mosfet 0 6 3 Package_DirectFET DirectFET_ST DirectFET ST https://www.infineon.com/dgdl/irf6722spbf.pdf?fileId=5546d462533600a4015355ed44531a90 DirectFET ST Infenion Mosfet 0 7 3 Package_LCC PLCC-20 PLCC, 20 pins, surface mount plcc smt 0 20 20 Package_LCC PLCC-20_SMD-Socket PLCC, 20 pins, surface mount plcc smt 0 20 20 Package_LCC PLCC-20_THT-Socket PLCC, 20 pins, through hole plcc leaded 0 20 20 Package_LCC PLCC-28 PLCC, 28 pins, surface mount plcc smt 0 28 28 Package_LCC PLCC-28_SMD-Socket PLCC, 28 pins, surface mount plcc smt 0 28 28 Package_LCC PLCC-28_THT-Socket PLCC, 28 pins, through hole plcc leaded 0 28 28 Package_LCC PLCC-32_11.4x14.0mm_P1.27mm PLCC, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc0015.pdf), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py PLCC LCC 0 32 32 Package_LCC PLCC-44 PLCC, 44 pins, surface mount plcc smt 0 44 44 Package_LCC PLCC-44_16.6x16.6mm_P1.27mm PLCC, 44 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py PLCC LCC 0 44 44 Package_LCC PLCC-44_SMD-Socket PLCC, 44 pins, surface mount plcc smt 0 44 44 Package_LCC PLCC-44_THT-Socket PLCC, 44 pins, through hole plcc leaded 0 44 44 Package_LCC PLCC-52 PLCC, 52 pins, surface mount plcc smt 0 52 52 Package_LCC PLCC-52_SMD-Socket PLCC, 52 pins, surface mount plcc smt 0 52 52 Package_LCC PLCC-52_THT-Socket PLCC, 52 pins, through hole plcc leaded 0 52 52 Package_LCC PLCC-68 PLCC, 68 pins, surface mount plcc smt 0 68 68 Package_LCC PLCC-68_24.2x24.2mm_P1.27mm PLCC, 68 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py PLCC LCC 0 68 68 Package_LCC PLCC-68_SMD-Socket PLCC, 68 pins, surface mount plcc smt 0 68 68 Package_LCC PLCC-68_THT-Socket PLCC, 68 pins, through hole plcc leaded 0 68 68 Package_LCC PLCC-84 PLCC, 84 pins, surface mount plcc smt 0 84 84 Package_LCC PLCC-84_29.3x29.3mm_P1.27mm PLCC, 84 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py PLCC LCC 0 84 84 Package_LCC PLCC-84_SMD-Socket PLCC, 84 pins, surface mount plcc smt 0 84 84 Package_LCC PLCC-84_THT-Socket PLCC, 84 pins, through hole plcc leaded 0 84 84 Package_LGA AMS_LGA-10-1EP_2.7x4mm_P0.6mm LGA-10, http://ams.com/eng/content/download/951091/2269479/471718 lga land grid array 0 13 11 Package_LGA AMS_LGA-20_4.7x4.5mm_P0.65mm http://ams.com/eng/content/download/1008631/2361759/498838 AMS LGA 0 20 20 Package_LGA Bosch_LGA-8_2.5x2.5mm_P0.65mm_ClockwisePinNumbering LGA-8 lga land grid array 0 8 8 Package_LGA Bosch_LGA-8_2x2.5mm_P0.65mm_ClockwisePinNumbering LGA-8, https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP280-DS001-18.pdf lga land grid array 0 8 8 Package_LGA Bosch_LGA-8_3x3mm_P0.8mm_ClockwisePinNumbering Bosch LGA, 8 Pin (https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME680-DS001-00.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py Bosch LGA NoLead 0 8 8 Package_LGA Bosch_LGA-14_3x2.5mm_P0.5mm LGA-14 Bosch https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMI160-DS000-07.pdf lga land grid array 0 14 14 Package_LGA LGA-8_3x5mm_P1.25mm LGA-8 lga land grid array 0 8 8 Package_LGA LGA-12_2x2mm_P0.5mm LGA12 lga land grid array 0 12 12 Package_LGA LGA-14_2x2mm_P0.35mm_LayoutBorder3x4y LGA, 14 Pin (http://www.st.com/resource/en/datasheet/lis2dh.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LGA NoLead 0 14 14 Package_LGA LGA-14_3x2.5mm_P0.5mm_LayoutBorder3x4y LGA, 14 Pin (http://www.st.com/resource/en/datasheet/lsm6ds3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LGA NoLead 0 14 14 Package_LGA LGA-14_3x5mm_P0.8mm_LayoutBorder1x6y LGA, 14 Pin (http://www.st.com/resource/en/datasheet/lsm303dlhc.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LGA NoLead 0 14 14 Package_LGA LGA-16_3x3mm_P0.5mm http://www.memsic.com/userfiles/files/DataSheets/Magnetic-Sensors-Datasheets/MMC5883MA-RevC.pdf lga land grid array 0 16 16 Package_LGA LGA-16_3x3mm_P0.5mm_LayoutBorder3x5y LGA, 16 Pin (http://www.st.com/resource/en/datasheet/lis331hh.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LGA NoLead 0 16 16 Package_LGA LGA-16_4x4mm_P0.65mm_LayoutBorder4x4y LGA, 16 Pin (http://www.st.com/resource/en/datasheet/l3gd20.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py LGA NoLead 0 16 16 Package_LGA LGA-24L_3x3.5mm_P0.43mm LGA 24L 3x3.5mm Pitch 0.43mm LGA 24L 3x3.5mm Pitch 0.43mm 0 24 24 Package_LGA LGA-28_5.2x3.8mm_P0.5mm LGA 28 5.2x3.8mm Pitch 0.5mm LGA 28 5.2x3.8mm Pitch 0.5mm 0 28 28 Package_LGA Linear_LGA-133_15.0x15.0_Layout12x12_P1.27mm Analog Devices (Linear Tech), 133-pin LGA uModule, 15.0x15.0x4.32mm, https://www.analog.com/media/en/technical-documentation/data-sheets/4637fc.pdf 133 pin lga 0 133 133 Package_LGA NXP_LGA-8_3x5mm_P1.25mm_H1.1mm NXP LGA, 8 Pin (https://www.nxp.com/docs/en/data-sheet/MPL3115A2.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py NXP LGA NoLead 0 8 8 Package_LGA NXP_LGA-8_3x5mm_P1.25mm_H1.2mm NXP LGA, 8 Pin (https://www.nxp.com/docs/en/data-sheet/MPL115A1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py NXP LGA NoLead 0 8 8 Package_LGA NXP_MPL115A1_LGA-8_3x5mm_P1.25mm NXP MPL115A1 LGA, 8 Pin (https://www.nxp.com/docs/en/data-sheet/MPL115A1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py NXP LGA NoLead 0 8 8 Package_LGA ST_HLGA-10_2.5x2.5mm_P0.6mm_LayoutBorder3x2y ST HLGA, 10 Pin (https://www.st.com/resource/en/datasheet/lps25hb.pdf#page=46), generated with kicad-footprint-generator ipc_noLead_generator.py ST HLGA NoLead 0 10 10 Package_LGA Texas_SIL0008D_MicroSiP-8-1EP_2.8x3mm_P0.65mm_EP1.1x1.9mm Texas SIL0008D MicroSiP, 8 Pin (http://www.ti.com/lit/ds/symlink/tps82130.pdf#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py Texas MicroSiP NoLead 0 12 9 Package_LGA Texas_SIL0008D_MicroSiP-8-1EP_2.8x3mm_P0.65mm_EP1.1x1.9mm_ThermalVias Texas SIL0008D MicroSiP, 8 Pin (http://www.ti.com/lit/ds/symlink/tps82130.pdf#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py Texas MicroSiP NoLead 0 16 9 Package_LGA Texas_SIL0010A_MicroSiP-10-1EP_3.8x3mm_P0.6mm_EP0.7x2.9mm_ThermalVias Texas SIL0010A MicroSiP, 10 Pin (http://www.ti.com/lit/ml/mpds579b/mpds579b.pdf), generated with kicad-footprint-generator ipc_lga_layoutBorder_generator.py Texas MicroSiP LGA 0 18 11 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP4x4mm EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00482-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 154 145 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP4x4mm_ThermalVias EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00482-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 171 145 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP5x5mm EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00476-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 161 145 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP5x5mm_ThermalVias EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00476-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 187 145 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP6.61x5.615mm EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00485-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 165 145 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP6.61x5.615mm_ThermalVias EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00485-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 196 145 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP7.2x6.35mm EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00487-01.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 175 145 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP7.2x6.35mm_ThermalVias EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00487-01.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 218 145 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP8.93x8.7mm EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00479-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 194 145 Package_QFP EQFP-144-1EP_20x20mm_P0.5mm_EP8.93x8.7mm_ThermalVias EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00479-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py EQFP QFP 0 259 145 Package_QFP HTQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm 64-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1 mm Body, 2.00 mm Footprint [HTQFP] thermal pad HTQFP-64 Pitch 0.5 0 69 65 Package_QFP HTQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm_Mask4.4x4.4mm_ThermalVias 64-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1 mm Body, 2.00 mm Footprint [HTQFP] thermal pad HTQFP-64 Pitch 0.5 0 135 65 Package_QFP LQFP-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm LQFP32: plastic low profile quad flat package; 32 leads; body 5 x 5 x 1.4 mm (see NXP sot401-1_fr.pdf and sot401-1_po.pdf) QFP 0.5 0 37 33 Package_QFP LQFP-32_5x5mm_P0.5mm LQFP, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT401-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 32 32 Package_QFP LQFP-32_7x7mm_P0.8mm LQFP, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT358-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 32 32 Package_QFP LQFP-36_7x7mm_P0.65mm LQFP, 36 Pin (https://www.onsemi.com/pub/Collateral/561AV.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 36 36 Package_QFP LQFP-44_10x10mm_P0.8mm LQFP, 44 Pin (https://www.nxp.com/files-static/shared/doc/package_info/98ASS23225W.pdf?&fsrch=1), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 44 44 Package_QFP LQFP-48-1EP_7x7mm_P0.5mm_EP3.6x3.6mm LQFP, 48 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_qfp_generator.py LQFP QFP 0 58 49 Package_QFP LQFP-48-1EP_7x7mm_P0.5mm_EP3.6x3.6mm_ThermalVias LQFP, 48 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_qfp_generator.py LQFP QFP 0 75 49 Package_QFP LQFP-48_7x7mm_P0.5mm LQFP, 48 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2358-16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 48 48 Package_QFP LQFP-52-1EP_10x10mm_P0.65mm_EP4.8x4.8mm LQFP, 52 Pin (https://www.onsemi.com/pub/Collateral/848H-01.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 62 53 Package_QFP LQFP-52-1EP_10x10mm_P0.65mm_EP4.8x4.8mm_ThermalVias LQFP, 52 Pin (https://www.onsemi.com/pub/Collateral/848H-01.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 95 53 Package_QFP LQFP-52_10x10mm_P0.65mm LQFP, 52 Pin (https://www.nxp.com/docs/en/package-information/98ARL10526D.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 52 52 Package_QFP LQFP-52_14x14mm_P1mm LQFP, 52 Pin (http://www.holtek.com/documents/10179/116711/HT1632Cv170.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 52 52 Package_QFP LQFP-64-1EP_10x10mm_P0.5mm_EP5x5mm LQFP, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/adv7611.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 90 65 Package_QFP LQFP-64-1EP_10x10mm_P0.5mm_EP5x5mm_ThermalVias LQFP, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/adv7611.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 107 65 Package_QFP LQFP-64-1EP_10x10mm_P0.5mm_EP6.5x6.5mm LQFP, 64 Pin (https://www.nxp.com/files-static/shared/doc/package_info/98ARH98426A.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 90 65 Package_QFP LQFP-64-1EP_10x10mm_P0.5mm_EP6.5x6.5mm_ThermalVias LQFP, 64 Pin (https://www.nxp.com/files-static/shared/doc/package_info/98ARH98426A.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 127 65 Package_QFP LQFP-64_7x7mm_P0.4mm LQFP, 64 Pin (https://www.nxp.com/docs/en/package-information/SOT414-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 64 64 Package_QFP LQFP-64_10x10mm_P0.5mm LQFP, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606_7606-6_7606-4.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 64 64 Package_QFP LQFP-64_14x14mm_P0.8mm LQFP, 64 Pin (https://www.nxp.com/docs/en/package-information/SOT791-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 64 64 Package_QFP LQFP-80_10x10mm_P0.4mm LQFP, 80 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/q80.10x10.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 80 80 Package_QFP LQFP-80_12x12mm_P0.5mm LQFP, 80 Pin (https://www.nxp.com/docs/en/package-information/SOT315-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 80 80 Package_QFP LQFP-80_14x14mm_P0.65mm LQFP, 80 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/AD9852.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 80 80 Package_QFP LQFP-100_14x14mm_P0.5mm LQFP, 100 Pin (https://www.nxp.com/docs/en/package-information/SOT407-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 100 100 Package_QFP LQFP-128_14x14mm_P0.4mm LQFP, 128 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/q128.14x14.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 128 128 Package_QFP LQFP-128_14x20mm_P0.5mm LQFP, 128 Pin (https://www.nxp.com/docs/en/package-information/SOT425-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 128 128 Package_QFP LQFP-144-1EP_20x20mm_P0.5mm_EP4x4mm 144-Lead Plastic Low Profile Quad Flatpack (PL) - 20x20x1.40 mm Body [LQFP] with 4x4 mm Exposed Pad, see https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00482-02.pdf QFP 0.5 0 154 145 Package_QFP LQFP-144-1EP_20x20mm_P0.5mm_EP5x5mm 144-Lead Plastic Low Profile Quad Flatpack (PL) - 20x20x1.40 mm Body [LQFP] with 5x5 mm Exposed Pad, see https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00476-02.pdf QFP 0.5 0 154 145 Package_QFP LQFP-144-1EP_20x20mm_P0.5mm_EP6.61x6.61mm 144-Lead Plastic Low Profile Quad Flatpack (PL) - 20x20x1.40 mm Body [LQFP] with 6.61x6.61 mm Exposed Pad, see https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00485-02.pdf QFP 0.5 0 170 145 Package_QFP LQFP-144-1EP_20x20mm_P0.5mm_EP7.2x7.2mm 144-Lead Plastic Low Profile Quad Flatpack (PL) - 20x20x1.40 mm Body [LQFP] with 7.2x7.2 mm Exposed Pad, see https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00487-01.pdf QFP 0.5 0 170 145 Package_QFP LQFP-144-1EP_20x20mm_P0.5mm_EP8.93x8.93mm 144-Lead Plastic Low Profile Quad Flatpack (PL) - 20x20x1.40 mm Body [LQFP] with 8.93x8.93 mm Exposed Pad, see https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00479-02.pdf QFP 0.5 0 181 145 Package_QFP LQFP-144_20x20mm_P0.5mm LQFP, 144 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=425), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 144 144 Package_QFP LQFP-160_24x24mm_P0.5mm LQFP, 160 Pin (https://www.nxp.com/docs/en/package-information/SOT435-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 160 160 Package_QFP LQFP-176_20x20mm_P0.4mm LQFP, 176 Pin (https://www.onsemi.com/pub/Collateral/566DB.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 176 176 Package_QFP LQFP-176_24x24mm_P0.5mm LQFP, 176 Pin (https://www.st.com/resource/en/datasheet/stm32f207vg.pdf#page=163), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 176 176 Package_QFP LQFP-208_28x28mm_P0.5mm LQFP, 208 Pin (https://www.nxp.com/docs/en/package-information/SOT459-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 208 208 Package_QFP LQFP-216_24x24mm_P0.4mm LQFP, 216 Pin (https://www.onsemi.com/pub/Collateral/561BE.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py LQFP QFP 0 216 216 Package_QFP MQFP-44_10x10mm_P0.8mm MQFP, 44 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ad7722.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py MQFP QFP 0 44 44 Package_QFP PQFP-44_10x10mm_P0.8mm 44-Lead Plastic Quad Flatpack - 10x10x2.5mm Body (http://www.onsemi.com/pub/Collateral/122BK.PDF) PQFP 0.8 0 44 44 Package_QFP PQFP-80_14x20mm_P0.8mm PQFP80 14x20 / QIP80E CASE 122BS (see ON Semiconductor 122BS.PDF) QFP 0.8 0 80 80 Package_QFP PQFP-100_14x20mm_P0.65mm PQFP, 100 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_qfp_generator.py PQFP QFP 0 100 100 Package_QFP PQFP-112_20x20mm_P0.65mm PQFP, 112 pins, 20mm sq body, 0.65mm pitch (http://cache.freescale.com/files/shared/doc/package_info/98ASS23330W.pdf, http://www.nxp.com/docs/en/application-note/AN4388.pdf) PQFP 112 0 112 112 Package_QFP PQFP-132_24x24mm_P0.635mm PQFP, 132 pins, 24mm sq body, 0.635mm pitch (https://www.intel.com/content/dam/www/public/us/en/documents/packaging-databooks/packaging-chapter-02-databook.pdf, http://www.nxp.com/docs/en/application-note/AN4388.pdf) PQFP 132 0 132 132 Package_QFP PQFP-132_24x24mm_P0.635mm_i386 PQFP, 132 pins, 24mm sq body, 0.635mm pitch, Intel 386EX (https://www.intel.com/content/dam/www/public/us/en/documents/packaging-databooks/packaging-chapter-02-databook.pdf, http://www.nxp.com/docs/en/application-note/AN4388.pdf) PQFP 132 Intel 386EX 0 132 132 Package_QFP PQFP-144_28x28mm_P0.65mm PQFP, 144 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_qfp_generator.py PQFP QFP 0 144 144 Package_QFP PQFP-160_28x28mm_P0.65mm PQFP, 160 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_qfp_generator.py PQFP QFP 0 160 160 Package_QFP PQFP-208_28x28mm_P0.5mm PQFP, 208 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_qfp_generator.py PQFP QFP 0 208 208 Package_QFP PQFP-240_32.1x32.1mm_P0.5mm PQFP, 240 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_qfp_generator.py PQFP QFP 0 240 240 Package_QFP PQFP-256_28x28mm_P0.4mm PQFP256 28x28 / QFP256J CASE 122BX (see ON Semiconductor 122BX.PDF) QFP 0.4 0 256 256 Package_QFP TQFP-32_7x7mm_P0.8mm 32-Lead Plastic Thin Quad Flatpack (PT) - 7x7x1.0 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) QFP 0.8 0 32 32 Package_QFP TQFP-44-1EP_10x10mm_P0.8mm_EP4.5x4.5mm 44-Lead Plastic Thin Quad Flatpack (MW) - 10x10x1.0 mm Body [TQFP] With 4.5x4.5 mm Exposed Pad (see Microchip Packaging Specification 00000049BS.pdf) QFP 0.8 0 54 45 Package_QFP TQFP-44_10x10mm_P0.8mm 44-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1.0 mm Body [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) QFP 0.8 0 44 44 Package_QFP TQFP-48-1EP_7x7mm_P0.5mm_EP3.5x3.5mm 48-Lead Thin Quad Flatpack (PT) - 7x7x1.0 mm Body [TQFP] With Exposed Pad (see Microchip Packaging Specification 00000049BS.pdf) QFP 0.5 0 53 49 Package_QFP TQFP-48-1EP_7x7mm_P0.5mm_EP5x5mm TQFP, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf (page 45)), generated with kicad-footprint-generator ipc_qfp_generator.py TQFP QFP 0 65 49 Package_QFP TQFP-48-1EP_7x7mm_P0.5mm_EP5x5mm_ThermalVias TQFP, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf (page 45)), generated with kicad-footprint-generator ipc_qfp_generator.py TQFP QFP 0 91 49 Package_QFP TQFP-48_7x7mm_P0.5mm 48 LEAD TQFP 7x7mm (see MICREL TQFP7x7-48LD-PL-1.pdf) QFP 0.5 0 48 48 Package_QFP TQFP-52-1EP_10x10mm_P0.65mm_EP6.5x6.5mm TQFP, 52 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_52_1.pdf), generated with kicad-footprint-generator ipc_qfp_generator.py TQFP QFP 0 78 53 Package_QFP TQFP-52-1EP_10x10mm_P0.65mm_EP6.5x6.5mm_ThermalVias TQFP, 52 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_52_1.pdf), generated with kicad-footprint-generator ipc_qfp_generator.py TQFP QFP 0 79 53 Package_QFP TQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm 64-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1 mm Body, 2.00 mm Footprint [TQFP] thermal pad QFP 0.5 0 90 65 Package_QFP TQFP-64_7x7mm_P0.4mm TQFP64 7x7, 0.4P CASE 932BH (see ON Semiconductor 932BH.PDF) QFP 0.4 0 64 64 Package_QFP TQFP-64_10x10mm_P0.5mm TQFP, 64 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_qfp_generator.py TQFP QFP 0 64 64 Package_QFP TQFP-64_14x14mm_P0.8mm 64-Lead Plastic Thin Quad Flatpack (PF) - 14x14x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) QFP 0.8 0 64 64 Package_QFP TQFP-80-1EP_14x14mm_P0.65mm_EP9.5x9.5mm 80-Lead Plastic Thin Quad Flatpack (PF) - 14x14mm body, 9.5mm sq thermal pad (http://www.analog.com/media/en/technical-documentation/data-sheets/AD9852.pdf) QFP 0.65 0 85 81 Package_QFP TQFP-80_12x12mm_P0.5mm 80-Lead Plastic Thin Quad Flatpack (PT) - 12x12x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) QFP 0.5 0 80 80 Package_QFP TQFP-80_14x14mm_P0.65mm 80-Lead Plastic Thin Quad Flatpack (PF) - 14x14x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) QFP 0.65 0 80 80 Package_QFP TQFP-100-1EP_14x14mm_P0.5mm_EP5x5mm TQFP, 100 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_100_4.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py TQFP QFP 0 117 101 Package_QFP TQFP-100-1EP_14x14mm_P0.5mm_EP5x5mm_ThermalVias TQFP, 100 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_100_4.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py TQFP QFP 0 143 101 Package_QFP TQFP-100_12x12mm_P0.4mm 100-Lead Plastic Thin Quad Flatpack (PT) - 12x12x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) QFP 0.4 0 100 100 Package_QFP TQFP-100_14x14mm_P0.5mm TQFP, 100 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_qfp_generator.py TQFP QFP 0 100 100 Package_QFP TQFP-120_14x14mm_P0.4mm TQFP120 14x14 / TQFP120 CASE 932AZ (see ON Semiconductor 932AZ.PDF) QFP 0.4 0 120 120 Package_QFP TQFP-128_14x14mm_P0.4mm TQFP128 14x14 / TQFP128 CASE 932BB (see ON Semiconductor 932BB.PDF) QFP 0.4 0 128 128 Package_QFP TQFP-144_16x16mm_P0.4mm 144-Lead Plastic Thin Quad Flatpack (PH) - 16x16x1 mm Body, 2.00 mm Footprint [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) QFP 0.4 0 144 144 Package_QFP TQFP-144_20x20mm_P0.5mm TQFP, 144 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_qfp_generator.py TQFP QFP 0 144 144 Package_QFP TQFP-176_24x24mm_P0.5mm TQFP, 176 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_qfp_generator.py TQFP QFP 0 176 176 Package_QFP VQFP-80_14x14mm_P0.65mm VQFP, 80 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_qfp_generator.py VQFP QFP 0 80 80 Package_QFP VQFP-100_14x14mm_P0.5mm VQFP, 100 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_qfp_generator.py VQFP QFP 0 100 100 Package_QFP VQFP-128_14x14mm_P0.4mm VQFP, 128 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_qfp_generator.py VQFP QFP 0 128 128 Package_QFP VQFP-176_20x20mm_P0.4mm VQFP, 176 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_qfp_generator.py VQFP QFP 0 176 176 Package_SIP PowerIntegrations_eSIP-7C eSIP-7C Vertical Flat Package with Heatsink Tab, https://ac-dc.power.com/sites/default/files/product-docs/topswitch-jx_family_datasheet.pdf Power Integrations E Package 0 6 6 Package_SIP PowerIntegrations_eSIP-7F eSIP-7F Flat Package with Heatsink Tab https://ac-dc.power.com/sites/default/files/product-docs/linkswitch-ph_family_datasheet.pdf Power Integrations L Package 0 6 6 Package_SIP SIP-8_19x3mm_P2.54mm SIP 8-pin (http://www.njr.com/semicon/PDF/package/SIP8_E.pdf) SIP8 0 8 8 Package_SIP SIP-9_21.54x3mm_P2.54mm SIP 9-pin () SIP8 0 9 9 Package_SIP SIP3_11.6x8.5mm RECOM,R78EXX,https://www.recom-power.com/pdf/Innoline/R-78Exx-0.5.pdf SIP3 Regulator Module 0 3 3 Package_SIP SIP4_Sharp-SSR_P7.62mm_Angled SIP4 Footprint for SSR made by Sharp Solid State relais SSR Sharp 0 4 4 Package_SIP SIP4_Sharp-SSR_P7.62mm_Angled_NoHole SIP4 Footprint for SSR made by Sharp Solid State relais SSR Sharp 0 4 4 Package_SIP SIP4_Sharp-SSR_P7.62mm_Straight SIP4 Footprint for SSR made by Sharp Solid State relais SSR Sharp 0 4 4 Package_SIP SIP9_Housing SIP9 SIP9 0 9 9 Package_SIP SIP9_Housing_BigPads SIP9, large pads SIP9 0 9 9 Package_SIP SLA704XM SIP SLA704XM (http://www.sumzi.com/upload/files/2007/07/2007073114282034189.PDF) SIP 0 18 18 Package_SIP STK672-040-E SIP-22 (http://www.onsemi.com/pub_link/Collateral/EN5227-D.PDF) SIP-22 0 22 22 Package_SIP STK672-080-E SIP-15 (http://www.onsemi.com/pub_link/Collateral/EN6507-D.PDF) SIP-15 0 15 15 Package_SIP Sanyo_STK4xx-15_59.2x8.0mm_P2.54mm Sanyo SIP-15, 59.2mm x 8.0mm bosy size, STK-433E STK-435E STK-436E (http://datasheet.octopart.com/STK430-Sanyo-datasheet-107060.pdf) Sanyo SIP-15 0 15 15 Package_SIP Sanyo_STK4xx-15_78.0x8.0mm_P2.54mm Sanyo SIP-15, 78.0mm x 8.0mm bosy size, STK-437E STK-439E STK-441E STK-443E (http://datasheet.octopart.com/STK430-Sanyo-datasheet-107060.pdf) Sanyo SIP-15 0 15 15 Package_SO Diodes_PSOP-8 8-Lead Plastic PSOP, Exposed Die Pad (see https://www.diodes.com/assets/Datasheets/AP2204.pdf) SSOP 0.50 exposed pad 0 12 9 Package_SO Diodes_SO-8EP 8-Lead Plastic SO, Exposed Die Pad (see https://www.diodes.com/assets/Package-Files/SO-8EP.pdf) SO exposed pad 0 9 9 Package_SO ETSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3x4.2mm 20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body with Exposed Pad [eTSSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.65 0 27 21 Package_SO HSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.1mm HSOP, 8 Pin (https://www.st.com/resource/en/datasheet/l5973d.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HSOP SO 0 13 9 Package_SO HSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.1mm_ThermalVias HSOP, 8 Pin (https://www.st.com/resource/en/datasheet/l5973d.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HSOP SO 0 20 9 Package_SO HSOP-20-1EP_11.0x15.9mm_P1.27mm_SlugDown HSOP 11.0x15.9mm Pitch 1.27mm Slug Down (PowerSO-20) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/tda7266d.pdf, www.st.com/resource/en/application_note/cd00003801.pdf) HSOP 11.0 x 15.9mm Pitch 1.27mm 0 23 21 Package_SO HSOP-20-1EP_11.0x15.9mm_P1.27mm_SlugDown_ThermalVias HSOP 11.0x15.9mm Pitch 1.27mm Slug Down Thermal Vias (PowerSO-20) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/tda7266d.pdf, www.st.com/resource/en/application_note/cd00003801.pdf) HSOP 11.0 x 15.9mm Pitch 1.27mm 0 45 21 Package_SO HSOP-20-1EP_11.0x15.9mm_P1.27mm_SlugUp HSOP 11.0x15.9mm Pitch 1.27mm Slug Up (PowerSO-20) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/tda7266d.pdf, www.st.com/resource/en/application_note/cd00003801.pdf) HSOP 11.0 x 15.9mm Pitch 1.27mm 0 20 20 Package_SO HSOP-36-1EP_11.0x15.9mm_P0.65mm_SlugDown HSOP 11.0x15.9mm Pitch 0.65mm Slug Down (PowerSO-36) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/vn808cm-32-e.pdf, http://www.st.com/resource/en/application_note/cd00003801.pdf) HSOP 11.0 x 15.9mm Pitch 0.65mm 0 39 37 Package_SO HSOP-36-1EP_11.0x15.9mm_P0.65mm_SlugDown_ThermalVias HSOP 11.0x15.9mm Pitch 0.65mm Slug Down Thermal Vias (PowerSO-36) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/vn808cm-32-e.pdf, http://www.st.com/resource/en/application_note/cd00003801.pdf) HSOP 11.0 x 15.9mm Pitch 0.65mm 0 61 37 Package_SO HSOP-36-1EP_11.0x15.9mm_P0.65mm_SlugUp HSOP 11.0x15.9mm Pitch 0.65mm Slug Up (PowerSO-36) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/vn808cm-32-e.pdf, http://www.st.com/resource/en/application_note/cd00003801.pdf) HSOP 11.0 x 15.9mm Pitch 0.65mm 0 36 36 Package_SO HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.4x3.2mm HTSOP, 8 Pin (https://media.digikey.com/pdf/Data%20Sheets/Rohm%20PDFs/BD9G341EFJ.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSOP SO 0 13 9 Package_SO HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.4x3.2mm_ThermalVias HTSOP, 8 Pin (https://media.digikey.com/pdf/Data%20Sheets/Rohm%20PDFs/BD9G341EFJ.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSOP SO 0 20 9 Package_SO HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm 16-Lead Plastic HTSSOP (4.4x5x1.2mm); Thermal pad; (http://www.ti.com/lit/ds/symlink/drv8833.pdf) SSOP 0.65 0 29 17 Package_SO HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask2.46x2.31mm_ThermalVias 16-Lead Plastic HTSSOP (4.4x5x1.2mm); Thermal pad with vias; (http://www.ti.com/lit/ds/symlink/drv8833.pdf) SSOP 0.65 0 27 17 Package_SO HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3mm_ThermalVias 16-Lead Plastic HTSSOP (4.4x5x1.2mm); Thermal pad with vias; (http://www.ti.com/lit/ds/symlink/drv8800.pdf) SSOP 0.65 0 46 17 Package_SO HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3x3mm HTSSOP, 16 Pin (https://www.st.com/resource/en/datasheet/stp08cp05.pdf#page=20), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 21 17 Package_SO HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm 20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [HTSSOP], with thermal pad with vias HTSSOP 0.65 0 29 21 Package_SO HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.4x3.7mm HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/bq24006.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 24 21 Package_SO HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.75x3.43mm HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=37&zoom=160,-90,3), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 26 21 Package_SO HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.75x3.43mm_ThermalVias HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=37&zoom=160,-90,3), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 42 21 Package_SO HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.75x3.43mm_ThermalVias_HandSolder HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=37&zoom=160,-90,3), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 42 21 Package_SO HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_ThermalVias 20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [HTSSOP], with thermal pad with vias HTSSOP 0.65 0 45 21 Package_SO HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.2x5mm HTSSOP, 24 Pin (https://www.st.com/resource/en/datasheet/stp16cp05.pdf#page=25), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 31 25 Package_SO HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.4x4.68mm HTSSOP, 24 Pin (http://www.ti.com/lit/ds/symlink/tps703.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 28 25 Package_SO HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.4x4.68mm_ThermalVias HTSSOP, 24 Pin (http://www.ti.com/lit/ds/symlink/tps703.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 47 25 Package_SO HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad TSSOP HTSSOP 0.65 thermal pad 0 39 29 Package_SO HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm_Mask2.4x6.17mm HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad TSSOP HTSSOP 0.65 thermal pad 0 40 29 Package_SO HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm_Mask2.4x6.17mm_ThermalVias HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad TSSOP HTSSOP 0.65 thermal pad 0 55 29 Package_SO HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm_ThermalVias HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad TSSOP HTSSOP 0.65 thermal pad 0 58 29 Package_SO HTSSOP-32-1EP_6.1x11mm_P0.65mm_EP5.2x11mm_Mask4.11x4.36mm HTSSOP32: plastic thin shrink small outline package; 32 leads; body width 6.1 mm; lead pitch 0.65 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot487-1_po.pdf) SSOP 0.65 PowerPAD 0 43 33 Package_SO HTSSOP-32-1EP_6.1x11mm_P0.65mm_EP5.2x11mm_Mask4.11x4.36mm_ThermalVias HTSSOP32: plastic thin shrink small outline package; 32 leads; body width 6.1 mm; lead pitch 0.65 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot487-1_po.pdf) SSOP 0.65 PowerPAD 0 83 33 Package_SO HTSSOP-38-1EP_6.1x12.5mm_P0.65mm_EP5.2x12.5mm_Mask3.39x6.35mm HTSSOP, 38 Pin (http://www.ti.com/lit/ds/symlink/tlc5951.pdf#page=47&zoom=140,-67,15), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 46 39 Package_SO HTSSOP-38-1EP_6.1x12.5mm_P0.65mm_EP5.2x12.5mm_Mask3.39x6.35mm_ThermalVias HTSSOP, 38 Pin (http://www.ti.com/lit/ds/symlink/tlc5951.pdf#page=47&zoom=140,-67,15), generated with kicad-footprint-generator ipc_gullwing_generator.py HTSSOP SO 0 87 39 Package_SO HTSSOP-56-1EP_6.1x14mm_P0.5mm_EP3.61x6.35mm HTSSOP56: plastic thin shrink small outline package http://www.ti.com/lit/ds/symlink/drv8301.pdf HTSSOP 0.5 0 72 57 Package_SO Infineon_PG-DSO-8-43 Infineon_PG-DSO-8-43 DSO DSO-8 SOIC SOIC-8 0 12 9 Package_SO Infineon_PG-DSO-12-9 Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, with thermal vias (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-9/) PG-DSO 0 23 13 Package_SO Infineon_PG-DSO-12-9_ThermalVias Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, with thermal vias (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-9/) PG-DSO 0 42 13 Package_SO Infineon_PG-DSO-12-11 Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, with thermal vias (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-11/) PG-DSO 0 23 13 Package_SO Infineon_PG-DSO-12-11_ThermalVias Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, with thermal vias (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-11/) PG-DSO 0 42 13 Package_SO Infineon_PG-DSO-20-30 Infineon SO package 20pin, exposed pad 4.5x7mm (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-71/) DSO-20 0 31 21 Package_SO Infineon_PG-DSO-20-30_ThermalVias Infineon SO package 20pin, exposed pad 4.5x7mm (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-71/) DSO-20 0 45 21 Package_SO Infineon_PG-DSO-20-32 Infineon SO package 20pin without exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-32/) DSO-20 0 20 20 Package_SO Infineon_PG-TSDSO-14-22 Infineon_PG-TSDSO-14-22 Infineon TSDSO 14-22 0 17 15 Package_SO Linear_MSOP-12-16-1EP_3x4mm_P0.5mm 12-Lead Plastic Micro Small Outline Package (MS) [MSOP], variant of MSOP-16 (see http://cds.linear.com/docs/en/datasheet/3630fd.pdf) SSOP 0.5 0 15 13 Package_SO Linear_MSOP-12-16_3x4mm_P0.5mm 12-Lead Plastic Micro Small Outline Package (MS) [MSOP], variant of MSOP-16 (see https://www.analog.com/media/en/technical-documentation/data-sheets/3748fb.pdf) SSOP 0.5 0 12 12 Package_SO MFSOP6-4_4.4x3.6mm_P1.27mm https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.4pin%20MFSOP6.html MFSOP 4 pin SMD 0 4 4 Package_SO MFSOP6-5_4.4x3.6mm_P1.27mm https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.5pin%20MFSOP6.html MFSOP 4 pin SMD 0 5 5 Package_SO MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm MS8E Package; 8-Lead Plastic MSOP, Exposed Die Pad (see Linear Technology 05081662_K_MS8E.pdf) SSOP 0.65 0 13 9 Package_SO MSOP-8-1EP_3x3mm_P0.65mm_EP1.73x1.85mm MSOP, 8 Pin (http://www.ti.com/lit/ds/symlink/lm25085.pdf#page=32), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 13 9 Package_SO MSOP-8-1EP_3x3mm_P0.65mm_EP1.73x1.85mm_ThermalVias MSOP, 8 Pin (http://www.ti.com/lit/ds/symlink/lm25085.pdf#page=32), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 18 9 Package_SO MSOP-8-1EP_3x3mm_P0.65mm_EP1.95x2.15mm MSOP, 8 Pin (http://www.st.com/resource/en/datasheet/pm8834.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 13 9 Package_SO MSOP-8-1EP_3x3mm_P0.65mm_EP1.95x2.15mm_ThermalVias MSOP, 8 Pin (http://www.st.com/resource/en/datasheet/pm8834.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 18 9 Package_SO MSOP-8-1EP_3x3mm_P0.65mm_EP2.5x3mm_Mask1.73x2.36mm MSOP, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf#page=15), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 14 9 Package_SO MSOP-8-1EP_3x3mm_P0.65mm_EP2.5x3mm_Mask1.73x2.36mm_ThermalVias MSOP, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf#page=15), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 19 9 Package_SO MSOP-8-1EP_3x3mm_P0.65mm_EP2.54x2.8mm MME Package; 8-Lead Plastic MSOP, Exposed Die Pad (see Microchip http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf) SSOP 0.65 0 12 9 Package_SO MSOP-8-1EP_3x3mm_P0.65mm_EP2.54x2.8mm_ThermalVias MME Package; 8-Lead Plastic MSOP, Exposed Die Pad (see Microchip http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf) SSOP 0.65 0 17 9 Package_SO MSOP-8_3x3mm_P0.65mm 8-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.65 0 8 8 Package_SO MSOP-10-1EP_3x3mm_P0.5mm_EP1.68x1.88mm MSOP, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3805fg.pdf#page=18), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 15 11 Package_SO MSOP-10-1EP_3x3mm_P0.5mm_EP1.68x1.88mm_ThermalVias MSOP, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3805fg.pdf#page=18), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 20 11 Package_SO MSOP-10-1EP_3x3mm_P0.5mm_EP1.73x1.98mm MSOP, 10 Pin (www.allegromicro.com/~/media/Files/Datasheets/A4952-3-Datasheet.ashx?la=en#page=10), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 15 11 Package_SO MSOP-10-1EP_3x3mm_P0.5mm_EP1.73x1.98mm_ThermalVias MSOP, 10 Pin (www.allegromicro.com/~/media/Files/Datasheets/A4952-3-Datasheet.ashx?la=en#page=10), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 20 11 Package_SO MSOP-10_3x3mm_P0.5mm 10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.5 0 10 10 Package_SO MSOP-12-1EP_3x4mm_P0.65mm_EP1.65x2.85mm MSOP, 12 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3652fe.pdf#page=24), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 17 13 Package_SO MSOP-12-1EP_3x4mm_P0.65mm_EP1.65x2.85mm_ThermalVias MSOP, 12 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3652fe.pdf#page=24), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 24 13 Package_SO MSOP-12-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm 10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.5 0 19 13 Package_SO MSOP-12-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm_ThermalVias 10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.5 0 25 13 Package_SO MSOP-12-16_3x4mm_P0.5mm 10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.5 0 12 12 Package_SO MSOP-12_3x4mm_P0.65mm MSOP, 12 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/6957fb.pdf#page=36), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 12 12 Package_SO MSOP-16-1EP_3x4.039mm_P0.5mm_EP1.651x2.845mm MSOP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081667_F_MSE16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 21 17 Package_SO MSOP-16-1EP_3x4.039mm_P0.5mm_EP1.651x2.845mm_ThermalVias MSOP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081667_F_MSE16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 28 17 Package_SO MSOP-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm MSOP, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 21 17 Package_SO MSOP-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm_ThermalVias MSOP, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 28 17 Package_SO MSOP-16_3x4.039mm_P0.5mm MSOP, 16 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081669_A_MS16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 16 16 Package_SO MSOP-16_3x4mm_P0.5mm MSOP, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/436412f.pdf#page=22), generated with kicad-footprint-generator ipc_gullwing_generator.py MSOP SO 0 16 16 Package_SO Mini-Circuits_CD541_H2.08mm https://ww2.minicircuits.com/case_style/CD541.pdf RF Transformer 0 6 6 Package_SO Mini-Circuits_CD542_H2.84mm https://ww2.minicircuits.com/case_style/CD542.pdf RF Transformer 0 6 6 Package_SO Mini-Circuits_CD636_H4.11mm https://ww2.minicircuits.com/case_style/CD636.pdf RF Transformer 0 6 6 Package_SO Mini-Circuits_CD637_H5.23mm https://ww2.minicircuits.com/case_style/CD637.pdf RF Transformer 0 6 6 Package_SO OnSemi_Micro8 ON Semiconductor Micro8 (Case846A-02): https://www.onsemi.com/pub/Collateral/846A-02.PDF micro8 0 8 8 Package_SO PSOP-44_16.9x27.17mm_P1.27mm PSOP44: plastic thin shrink small outline package; 44 leads; body width 16.90 mm PSOP 1.27 0 44 44 Package_SO PowerIntegrations_SO-8 Power-Integrations variant of 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], see https://ac-dc.power.com/sites/default/files/product-docs/senzero_family_datasheet.pdf SOIC 1.27 0 8 8 Package_SO PowerIntegrations_SO-8B Power-Integrations variant of 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], see https://www.mouser.com/ds/2/328/linkswitch-pl_family_datasheet-12517.pdf SOIC 1.27 0 7 7 Package_SO PowerIntegrations_SO-8C Power-Integrations variant of 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], see https://www.mouser.com/ds/2/328/linkswitch-pl_family_datasheet-12517.pdf SOIC 1.27 0 7 7 Package_SO PowerIntegrations_eSOP-12B eSOP-12B SMT Flat Package with Heatsink Tab, see https://ac-dc.power.com/sites/default/files/product-docs/topswitch-jx_family_datasheet.pdf Power Integrations K Package 0 12 12 Package_SO PowerPAK_SO-8_Dual PowerPAK SO-8 Dual (https://www.vishay.com/docs/71655/powerpak.pdf, https://www.vishay.com/docs/72600/72600.pdf) PowerPAK SO-8 Dual 0 10 6 Package_SO PowerPAK_SO-8_Single PowerPAK SO-8 Single (https://www.vishay.com/docs/71655/powerpak.pdf, https://www.vishay.com/docs/72599/72599.pdf) PowerPAK SO-8 Single 0 9 5 Package_SO QSOP-16_3.9x4.9mm_P0.635mm 16-Lead Plastic Shrink Small Outline Narrow Body (QR)-.150" Body [QSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.635 0 16 16 Package_SO QSOP-20_3.9x8.7mm_P0.635mm 20-Lead Plastic Shrink Small Outline Narrow Body (http://www.analog.com/media/en/technical-documentation/data-sheets/ADuM7640_7641_7642_7643.pdf) QSOP 0.635 0 20 20 Package_SO QSOP-24_3.9x8.7mm_P0.635mm 24-Lead Plastic Shrink Small Outline Narrow Body (QR)-.150" Body [QSOP] (see Microchip Packaging Specification 00000049CH.pdf) QSOP 0.635 0 24 24 Package_SO SO-4_4.4x2.3mm_P1.27mm 4-Lead Plastic Small Outline (SO), see http://datasheet.octopart.com/OPIA403BTRE-Optek-datasheet-5328560.pdf SO SOIC 1.27 0 4 4 Package_SO SO-4_4.4x3.6mm_P2.54mm 4-Lead Plastic Small Outline (SO), see https://www.elpro.org/de/index.php?controller=attachment&id_attachment=339 SO SOIC 2.54 0 4 4 Package_SO SO-4_4.4x3.9mm_P2.54mm SO, 4 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=10047&prodName=TLP3123), generated with kicad-footprint-generator ipc_gullwing_generator.py SO SO 0 4 4 Package_SO SO-4_4.4x4.3mm_P2.54mm 4-Lead Plastic Small Outline (SO), see https://docs.broadcom.com/docs/AV02-0173EN SO SOIC 2.54 0 4 4 Package_SO SO-4_7.6x3.6mm_P2.54mm 4-Lead Plastic Small Outline (SO) (http://www.everlight.com/file/ProductFile/201407061745083848.pdf) SO SOIC 2.54 0 4 4 Package_SO SO-5_4.4x3.6mm_P1.27mm 5-Lead Plastic Small Outline (SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true SO SOIC 1.27 0 5 5 Package_SO SO-6L_10x3.84mm_P1.27mm 6-pin plasic small outline 7,5mm long https://toshiba.semicon-storage.com/info/docget.jsp?did=53548&prodName=TLP2770 SO-6L 0 6 6 Package_SO SO-6_4.4x3.6mm_P1.27mm 6-Lead Plastic Small Outline (SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true SO SOIC 1.27 0 6 6 Package_SO SO-8_3.9x4.9mm_P1.27mm SO, 8 Pin (https://www.nxp.com/docs/en/data-sheet/PCF8523.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SO SO 0 8 8 Package_SO SO-8_5.3x6.2mm_P1.27mm 8-Lead Plastic Small Outline, 5.3x6.2mm Body (http://www.ti.com.cn/cn/lit/ds/symlink/tl7705a.pdf) SOIC 1.27 0 8 8 Package_SO SO-20_12.8x7.5mm_P1.27mm SO-20, 12.8x7.5mm, https://www.nxp.com/docs/en/data-sheet/SA605.pdf S0-20 0 20 20 Package_SO SOIC-4_4.55x2.6mm_P1.27mm SOIC, 4 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=12884&prodName=TLP291), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 4 4 Package_SO SOIC-4_4.55x3.7mm_P2.54mm SOIC, 6 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=11791&prodName=TLP185), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 4 4 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 13 9 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm_ThermalVias SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 20 9 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.35x2.35mm 8-Lead Thermally Enhanced Plastic Small Outline (SE) - Narrow, 3.90 mm Body [SOIC] (see Microchip Packaging Specification 00000049BS.pdf) SOIC 1.27 0 13 9 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.3mm SOIC, 8 Pin (http://www.allegromicro.com/~/media/Files/Datasheets/A4950-Datasheet.ashx#page=8), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 13 9 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.3mm_ThermalVias SOIC, 8 Pin (http://www.allegromicro.com/~/media/Files/Datasheets/A4950-Datasheet.ashx#page=8), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 20 9 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.81mm SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 13 9 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.81mm_ThermalVias SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 20 9 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.95x4.9mm_Mask2.71x3.4mm SOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lm5017.pdf#page=31), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 14 9 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.95x4.9mm_Mask2.71x3.4mm_ThermalVias SOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lm5017.pdf#page=31), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 23 9 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.514x3.2mm SOIC, 8 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/hip2100.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 13 9 Package_SO SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.514x3.2mm_ThermalVias SOIC, 8 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/hip2100.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 20 9 Package_SO SOIC-8-N7_3.9x4.9mm_P1.27mm 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], pin 7 removed (Microchip Packaging Specification 00000049BS.pdf, http://www.onsemi.com/pub/Collateral/NCP1207B.PDF) SOIC 1.27 0 7 7 Package_SO SOIC-8_3.9x4.9mm_P1.27mm SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 8 8 Package_SO SOIC-8_5.23x5.23mm_P1.27mm SOIC, 8 Pin (http://www.winbond.com/resource-files/w25q32jv%20revg%2003272018%20plus.pdf#page=68), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 8 8 Package_SO SOIC-8_5.275x5.275mm_P1.27mm SOIC, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20005045C.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 8 8 Package_SO SOIC-8_7.5x5.85mm_P1.27mm SOIC, 8 Pin (http://www.ti.com/lit/ml/mpds382b/mpds382b.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 8 8 Package_SO SOIC-14W_7.5x9.0mm_P1.27mm 14-Lead Plastic Small Outline (SO) - Wide, 7.50 mm Body (http://www.ti.com/lit/ds/symlink/lm1877.pdf) SOIC 1.27 0 14 14 Package_SO SOIC-14W_7.5x9mm_P1.27mm SOIC, 14 Pin (JEDEC MS-013AF, https://www.analog.com/media/en/package-pcb-resources/package/54614177245586rw_14.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 14 14 Package_SO SOIC-14_3.9x8.7mm_P1.27mm SOIC, 14 Pin (JEDEC MS-012AB, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_14.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 14 14 Package_SO SOIC-16W-12_7.5x10.3mm_P1.27mm SOIC-16 With 12 Pin Placed - Wide, 7.50 mm Body [SOIC] (https://docs.broadcom.com/docs/AV02-0169EN) SOIC 1.27 16 12 Wide 0 12 12 Package_SO SOIC-16W_5.3x10.2mm_P1.27mm 16-Lead Plastic Small Outline (SO) - Wide, 5.3 mm Body (http://www.ti.com/lit/ml/msop002a/msop002a.pdf) SOIC 1.27 0 16 16 Package_SO SOIC-16W_7.5x10.3mm_P1.27mm SOIC, 16 Pin (JEDEC MS-013AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_wide-rw/rw_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 16 16 Package_SO SOIC-16W_7.5x12.8mm_P1.27mm SOIC, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ri_soic_ic/ri_16_1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 16 16 Package_SO SOIC-16_3.9x9.9mm_P1.27mm SOIC, 16 Pin (JEDEC MS-012AC, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 16 16 Package_SO SOIC-16_4.55x10.3mm_P1.27mm SOIC, 16 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=12858&prodName=TLP291-4), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 16 16 Package_SO SOIC-18W_7.5x11.6mm_P1.27mm SOIC, 18 Pin (JEDEC MS-013AB, https://www.analog.com/media/en/package-pcb-resources/package/33254132129439rw_18.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 18 18 Package_SO SOIC-20W_7.5x12.8mm_P1.27mm SOIC, 20 Pin (JEDEC MS-013AC, https://www.analog.com/media/en/package-pcb-resources/package/233848rw_20.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 20 20 Package_SO SOIC-24W_7.5x15.4mm_P1.27mm SOIC, 24 Pin (JEDEC MS-013AD, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_wide-rw/RW_24.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 24 24 Package_SO SOIC-28W_7.5x17.9mm_P1.27mm SOIC, 28 Pin (JEDEC MS-013AE, https://www.analog.com/media/en/package-pcb-resources/package/35833120341221rw_28.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 28 28 Package_SO SOIC-28W_7.5x18.7mm_P1.27mm SOIC, 28 Pin (https://www.akm.com/akm/en/file/datasheet/AK5394AVS.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py SOIC SO 0 28 28 Package_SO SOIJ-8_5.3x5.3mm_P1.27mm 8-Lead Plastic Small Outline (SM) - Medium, 5.28 mm Body [SOIC] (see Microchip Packaging Specification 00000049BS.pdf) SOIC 1.27 0 8 8 Package_SO SOJ-36_10.16x23.49mm_P1.27mm SOJ, 36 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOJ SO 0 36 36 Package_SO SOP-4_3.8x4.1mm_P2.54mm SOP, 4 Pin (http://www.ixysic.com/home/pdfs.nsf/www/CPC1017N.pdf/$file/CPC1017N.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 4 4 Package_SO SOP-4_4.4x2.6mm_P1.27mm SOP, 4 Pin (http://www.vishay.com/docs/83510/tcmt1100.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 4 4 Package_SO SOP-4_4.4x2.8mm_P1.27mm 4-Lead Plastic Small Outline http://www.vishay.com/docs/49633/sg2098.pdf SOP 1.27 0 4 4 Package_SO SOP-8-1EP_4.57x4.57mm_P1.27mm_EP4.57x4.45mm SOP, 8 Pin (Mini-Circuits XX112 housing; https://ww2.minicircuits.com/case_style/XX112.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 13 9 Package_SO SOP-8-1EP_4.57x4.57mm_P1.27mm_EP4.57x4.45mm_ThermalVias SOP, 8 Pin (Mini-Circuits XX112 housing; https://ww2.minicircuits.com/case_style/XX112.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 20 9 Package_SO SOP-8_3.76x4.96mm_P1.27mm SOP, 8 Pin (https://ww2.minicircuits.com/case_style/XX211.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 8 8 Package_SO SOP-8_6.62x9.15mm_P2.54mm SOP, 8 Pin (http://www.ti.com/lit/ds/symlink/iso1050.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 8 8 Package_SO SOP-16_4.4x10.4mm_P1.27mm 16-Lead Plastic Small Outline http://www.vishay.com/docs/49633/sg2098.pdf SOP 1.27 0 16 16 Package_SO SOP-16_4.55x10.3mm_P1.27mm SOP, 16 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=12855&prodName=TLP290-4), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 16 16 Package_SO SOP-16_7.5x10.4mm_P1.27mm 16-Lead Plastic Small Outline http://www.vishay.com/docs/49633/sg2098.pdf SOP 1.27 0 16 16 Package_SO SOP-18_7.0x12.5mm_P1.27mm SOP, 18 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=30523), generated with kicad-footprint-generator package_soic_sop.py connector SOP SOIC 0 18 18 Package_SO SOP-18_7x12.5mm_P1.27mm SOP, 18 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=30523), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 18 18 Package_SO SOP-24_7.5x15.4mm_P1.27mm SOP, 24 Pin (http://www.issi.com/WW/pdf/31FL3218.pdf#page=14), generated with kicad-footprint-generator ipc_gullwing_generator.py SOP SO 0 24 24 Package_SO SSO-4_6.7x5.1mm_P2.54mm_Clearance8mm 4-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://www.vishay.com/docs/84299/vor1142b4.pdf SSO Stretched SO SOIC 2.54 0 4 4 Package_SO SSO-6_6.8x4.6mm_P1.27mm_Clearance7mm 8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true SSO Stretched SO SOIC 1.27 0 6 6 Package_SO SSO-6_6.8x4.6mm_P1.27mm_Clearance8mm 8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true SSO Stretched SO SOIC 1.27 0 6 6 Package_SO SSO-8_6.7x9.8mm_P2.54mm_Clearance8mm 8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://www.vishay.com/docs/83831/lh1533ab.pdf SSO Stretched SO SOIC Pitch 2.54 0 8 8 Package_SO SSO-8_6.8x5.9mm_P1.27mm_Clearance7mm 8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true SSO Stretched SO SOIC Pitch 1.27 0 8 8 Package_SO SSO-8_6.8x5.9mm_P1.27mm_Clearance8mm 8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true SSO Stretched SO SOIC Pitch 1.27 0 8 8 Package_SO SSO-8_9.6x6.3mm_P1.27mm_Clearance10.5mm 8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true SSO Stretched SO SOIC Pitch 1.27 0 8 8 Package_SO SSO-8_13.6x6.3mm_P1.27mm_Clearance14.2mm 8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true SSO Stretched SO SOIC Pitch 1.27 0 8 8 Package_SO SSOP-8_2.95x2.8mm_P0.65mm SSOP-8 2.9 x2.8mm Pitch 0.65mm SSOP-8 2.95x2.8mm Pitch 0.65mm 0 8 8 Package_SO SSOP-8_3.9x5.05mm_P1.27mm SSOP, 8 Pin (http://www.fujitsu.com/downloads/MICRO/fsa/pdf/products/memory/fram/MB85RS16-DS501-00014-6v0-E.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SSOP SO 0 8 8 Package_SO SSOP-8_3.95x5.21x3.27mm_P1.27mm SSOP-8 3.95x5.21x3.27mm Pitch 1.27mm SSOP-8 3.95x5.21x3.27mm 1.27mm 0 8 8 Package_SO SSOP-8_5.25x5.24mm_P1.27mm SSOP, 8 Pin (http://www.fujitsu.com/ca/en/Images/MB85RS2MT-DS501-00023-1v0-E.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SSOP SO 0 8 8 Package_SO SSOP-10_3.9x4.9mm_P1.00mm 10-Lead SSOP, 3.9 x 4.9mm body, 1.00mm pitch (http://www.st.com/resource/en/datasheet/viper01.pdf) SSOP 3.9 4.9 1.00 0 10 10 Package_SO SSOP-14_5.3x6.2mm_P0.65mm SSOP14: plastic shrink small outline package; 14 leads; body width 5.3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot337-1_po.pdf) SSOP 0.65 0 14 14 Package_SO SSOP-16_3.9x4.9mm_P0.635mm SSOP16: plastic shrink small outline package; 16 leads; body width 3.9 mm; lead pitch 0.635; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot519-1_po.pdf) SSOP 0.635 0 16 16 Package_SO SSOP-16_4.4x5.2mm_P0.65mm SSOP16: plastic shrink small outline package; 16 leads; body width 4.4 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot369-1_po.pdf) SSOP 0.65 0 16 16 Package_SO SSOP-16_5.3x6.2mm_P0.65mm SSOP16: plastic shrink small outline package; 16 leads; body width 5.3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot338-1_po.pdf) SSOP 0.65 0 16 16 Package_SO SSOP-18_4.4x6.5mm_P0.65mm SSOP18: plastic shrink small outline package; 18 leads; body width 4.4 mm (http://toshiba.semicon-storage.com/info/docget.jsp?did=30523&prodName=TBD62783APG) SSOP 0.65 0 18 18 Package_SO SSOP-20_3.9x8.7mm_P0.635mm SSOP20: plastic shrink small outline package; 24 leads; body width 3.9 mm; lead pitch 0.635; (see http://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT231X.pdf) SSOP 0.635 0 20 20 Package_SO SSOP-20_4.4x6.5mm_P0.65mm SSOP20: plastic shrink small outline package; 20 leads; body width 4.4 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot266-1_po.pdf) SSOP 0.65 0 20 20 Package_SO SSOP-20_5.3x7.2mm_P0.65mm 20-Lead Plastic Shrink Small Outline (SS)-5.30 mm Body [SSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.65 0 20 20 Package_SO SSOP-24_3.9x8.7mm_P0.635mm SSOP24: plastic shrink small outline package; 24 leads; body width 3.9 mm; lead pitch 0.635; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot556-1_po.pdf) SSOP 0.635 0 24 24 Package_SO SSOP-24_5.3x8.2mm_P0.65mm 24-Lead Plastic Shrink Small Outline (SS)-5.30 mm Body [SSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.65 0 24 24 Package_SO SSOP-28_3.9x9.9mm_P0.635mm SSOP28: plastic shrink small outline package; 28 leads; body width 3.9 mm; lead pitch 0.635; (see http://cds.linear.com/docs/en/datasheet/38901fb.pdf) SSOP 0.635 0 28 28 Package_SO SSOP-28_5.3x10.2mm_P0.65mm 28-Lead Plastic Shrink Small Outline (SS)-5.30 mm Body [SSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.65 0 28 28 Package_SO SSOP-32_11.305x20.495mm_P1.27mm SSOP, 32 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py SSOP SO 0 32 32 Package_SO SSOP-44_5.3x12.8mm_P0.5mm 44-Lead Plastic Shrink Small Outline (SS)-5.30 mm Body [SSOP] (http://cds.linear.com/docs/en/datasheet/680313fa.pdf) SSOP 0.5 0 44 44 Package_SO SSOP-48_7.5x15.9mm_P0.635mm SSOP48: plastic shrink small outline package; 48 leads; body width 7.5 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot370-1_po.pdf) SSOP 0.635 0 48 48 Package_SO SSOP-56_7.5x18.5mm_P0.635mm SSOP56: plastic shrink small outline package; 56 leads; body width 7.5 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot371-1_po.pdf) SSOP 0.635 0 56 56 Package_SO STC_SOP-16_3.9x9.9mm_P1.27mm STC SOP, 16 Pin (https://www.stcmicro.com/datasheet/STC15F2K60S2-en.pdf#page=156), generated with kicad-footprint-generator ipc_gullwing_generator.py STC SOP SO 0 16 16 Package_SO ST_MultiPowerSO-30 MultiPowerSO-30 3EP 16.0x17.2mm Pitch 1mm (http://www.st.com/resource/en/datasheet/vnh2sp30-e.pdf) MultiPowerSO-30 3EP 16.0x17.2mm Pitch 1mm 0 33 33 Package_SO ST_PowerSSO-24_SlugDown ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7266p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm 0 25 25 Package_SO ST_PowerSSO-24_SlugDown_ThermalVias ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7266p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm 0 38 25 Package_SO ST_PowerSSO-24_SlugUp ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7266p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm 0 24 24 Package_SO ST_PowerSSO-36_SlugDown ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7492p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm 0 37 37 Package_SO ST_PowerSSO-36_SlugDown_ThermalVias ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7492p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm 0 50 37 Package_SO ST_PowerSSO-36_SlugUp ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7492p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm 0 36 36 Package_SO TI_SO-PowerPAD-8 8-Lead Plastic PSOP, Exposed Die Pad (TI DDA0008B, see http://www.ti.com/lit/ds/symlink/lm3404.pdf) SSOP 0.50 exposed pad 0 12 9 Package_SO TI_SO-PowerPAD-8_ThermalVias 8-pin HTSOP package with 1.27mm pin pitch, compatible with SOIC-8, 3.9x4.9mm² body, exposed pad, thermal vias with large copper area, as proposed in http://www.ti.com/lit/ds/symlink/tps5430.pdf HTSOP 1.27 0 19 9 Package_SO TSOP-5_1.65x3.05mm_P0.95mm TSOP-5 package (comparable to TSOT-23), https://www.vishay.com/docs/71200/71200.pdf Jedec MO-193C TSOP-5L 0 5 5 Package_SO TSOP-6_1.65x3.05mm_P0.95mm TSOP-6 package (comparable to TSOT-23), https://www.vishay.com/docs/71200/71200.pdf Jedec MO-193C TSOP-6L 0 6 6 Package_SO TSOP-I-28_11.8x8mm_P0.55mm TSOP I, 28 pins, 18.8x8mm body, 0.55mm pitch, IPC-calculated pads (http://ww1.microchip.com/downloads/en/devicedoc/doc0807.pdf) TSOP I 28 pins 0 28 28 Package_SO TSOP-I-32_11.8x8mm_P0.5mm TSOP-I, 32 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py TSOP-I SO 0 32 32 Package_SO TSOP-I-32_18.4x8mm_P0.5mm TSOP I, 32 pins, 18.4x8mm body (https://www.micron.com/~/media/documents/products/technical-note/nor-flash/tn1225_land_pad_design.pdf, http://www.fujitsu.com/downloads/MICRO/fma/pdfmcu/f32pm25.pdf) TSOP I 32 0 32 32 Package_SO TSOP-I-32_18.4x8mm_P0.5mm_Reverse TSOP I, 32 pins, 18.4x8mm body (http://www.futurlec.com/Datasheet/Memory/628128.pdf), reverse mount TSOP I 32 reverse 0 32 32 Package_SO TSOP-I-48_18.4x12mm_P0.5mm TSOP I, 32 pins, 18.4x8mm body (https://www.micron.com/~/media/documents/products/technical-note/nor-flash/tn1225_land_pad_design.pdf) TSOP I 32 0 48 48 Package_SO TSOP-I-56_18.4x14mm_P0.5mm TSOP I, 32 pins, 18.4x8mm body (https://www.micron.com/~/media/documents/products/technical-note/nor-flash/tn1225_land_pad_design.pdf) TSOP I 32 0 56 56 Package_SO TSOP-II-32_21.0x10.2mm_P1.27mm 32-lead plastic TSOP; Type II TSOP-II 32 0 32 32 Package_SO TSOP-II-44_10.16x18.41mm_P0.8mm TSOP-II, 44 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py TSOP-II SO 0 44 44 Package_SO TSOP-II-54_22.2x10.16mm_P0.8mm 54-lead TSOP typ II package TSOPII TSOP2 0 54 54 Package_SO TSSOP-8_3x3mm_P0.65mm TSSOP8: plastic thin shrink small outline package; 8 leads; body width 3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot505-1_po.pdf) SSOP 0.65 0 8 8 Package_SO TSSOP-8_4.4x3mm_P0.65mm 8-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [TSSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.65 0 8 8 Package_SO TSSOP-10_3x3mm_P0.5mm TSSOP10: plastic thin shrink small outline package; 10 leads; body width 3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot552-1_po.pdf) SSOP 0.5 0 10 10 Package_SO TSSOP-14-1EP_4.4x5mm_P0.65mm 14-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [TSSOP] with exposed pad (http://cds.linear.com/docs/en/datasheet/34301fa.pdf) SSOP 0.65 exposed pad 0 18 15 Package_SO TSSOP-14_4.4x5mm_P0.65mm 14-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [TSSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.65 0 14 14 Package_SO TSSOP-16-1EP_4.4x5mm_P0.65mm FE Package; 16-Lead Plastic TSSOP (4.4mm); Exposed Pad Variation BB; (see Linear Technology 1956f.pdf) SSOP 0.65 0 24 17 Package_SO TSSOP-16_4.4x5mm_P0.65mm 16-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [TSSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.65 0 16 16 Package_SO TSSOP-20_4.4x6.5mm_P0.65mm 20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [TSSOP] (see Microchip Packaging Specification 00000049BS.pdf) SSOP 0.65 0 20 20 Package_SO TSSOP-24_4.4x7.8mm_P0.65mm TSSOP24: plastic thin shrink small outline package; 24 leads; body width 4.4 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot355-1_po.pdf) SSOP 0.65 0 24 24 Package_SO TSSOP-28-1EP_4.4x9.7mm_P0.65mm TSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; Exposed Pad Variation; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot361-1_po.pdf) SSOP 0.65 0 36 29 Package_SO TSSOP-28_4.4x9.7mm_P0.65mm TSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot361-1_po.pdf) SSOP 0.65 0 28 28 Package_SO TSSOP-30_4.4x7.8mm_P0.5mm TSSOP30: plastic thin shrink small outline package; 30 leads; body width 4.4 mm (http://www.ti.com/lit/ds/symlink/bq78350.pdf) SSOP 0.5 0 30 30 Package_SO TSSOP-32_6.1x11mm_P0.65mm TSSOP32: plastic thin shrink small outline package; 32 leads; body width 6.1 mm; lead pitch 0.65 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot487-1_po.pdf) SSOP 0.65 0 32 32 Package_SO TSSOP-38_4.4x9.7mm_P0.5mm TSSOP38: plastic thin shrink small outline package; 38 leads; body width 4.4 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot510-1_po.pdf) SSOP 0.5 0 38 38 Package_SO TSSOP-38_6.1x12.5mm_P0.65mm TSSOP38: plastic thin shrink small outline package; 38 leads; body width 6.1 mm (http://www.ti.com/lit/ds/symlink/msp430g2744.pdf) SSOP 0.65 0 38 38 Package_SO TSSOP-44_4.4x11.2mm_P0.5mm TSSOP44: plastic thin shrink small outline package; 44 leads; body width 4.4 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot510-1_po.pdf) SSOP 0.5 0 44 44 Package_SO TSSOP-48_6.1x12.5mm_P0.5mm TSSOP48: plastic thin shrink small outline package; 48 leads; body width 6.1 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot362-1_po.pdf) SSOP 0.5 0 48 48 Package_SO TSSOP-56_6.1x14mm_P0.5mm TSSOP56: plastic thin shrink small outline package; 56 leads; body width 6.1 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot364-1_po.pdf) SSOP 0.5 0 56 56 Package_SO Texas_HSOP-8-1EP_3.9x4.9mm_P1.27mm Texas Instruments HSOP 9, 1.27mm pitch, 3.9x4.9mm body, exposed pad, DDA0008J (http://www.ti.com/lit/ds/symlink/tps5430.pdf) HSOP 1.27 0 11 9 Package_SO Texas_HSOP-8-1EP_3.9x4.9mm_P1.27mm_ThermalVias Texas Instruments HSOP 9, 1.27mm pitch, 3.9x4.9mm body, exposed pad, thermal vias, DDA0008J (http://www.ti.com/lit/ds/symlink/tps5430.pdf) HSOP 1.27 0 20 9 Package_SO Texas_HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.95x4.9mm_Mask2.4x3.1mm_ThermalVias 8-pin HTSOP package with 1.27mm pin pitch, compatible with SOIC-8, 3.9x4.9mm body, exposed pad, thermal vias, http://www.ti.com/lit/ds/symlink/drv8870.pdf HTSOP 1.27 0 18 9 Package_SO Texas_PWP0020A 20-Pin Thermally Enhanced Thin Shrink Small-Outline Package, Body 4.4x6.5x1.1mm, Pad 3.0x4.2mm, Texas Instruments (see http://www.ti.com/lit/ds/symlink/lm5118.pdf) PWP HTSSOP 0.65mm 0 25 21 Package_SO Texas_R-PDSO-G8_EP2.95x4.9mm_Mask2.4x3.1mm HSOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lmr14030.pdf#page=28, http://www.ti.com/lit/ml/msoi002j/msoi002j.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HSOIC SO 0 16 9 Package_SO Texas_R-PDSO-G8_EP2.95x4.9mm_Mask2.4x3.1mm_ThermalVias HSOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lmr14030.pdf#page=28, http://www.ti.com/lit/ml/msoi002j/msoi002j.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py HSOIC SO 0 23 9 Package_SO Texas_R-PDSO-N5 Plastic Small outline http://www.ti.com/lit/ml/mpds158c/mpds158c.pdf SOT23 R-PDSO-N5 0 5 5 Package_SO VSO-40_7.6x15.4mm_P0.762mm VSO40: plastic very small outline package; 40 leads (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot158-1_po.pdf) SSOP 0.762 0 40 40 Package_SO VSO-56_11.1x21.5mm_P0.75mm VSO56: plastic very small outline package; 56 leads (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot190-1_po.pdf) SSOP 0.75 0 56 56 Package_SO VSSOP-8_2.3x2mm_P0.5mm VSSOP-8 2.3x2mm Pitch 0.5mm VSSOP-8 2.3x2mm Pitch 0.5mm 0 8 8 Package_SO VSSOP-8_2.4x2.1mm_P0.5mm http://www.ti.com/lit/ml/mpds050d/mpds050d.pdf VSSOP DCU R-PDSO-G8 Pitch0.5mm 0 8 8 Package_SO VSSOP-8_3.0x3.0mm_P0.65mm VSSOP-8 3.0 x 3.0, http://www.ti.com/lit/ds/symlink/lm75b.pdf VSSOP-8 3.0 x 3.0 0 8 8 Package_SO VSSOP-10_3x3mm_P0.5mm VSSOP, 10 Pin (http://www.ti.com/lit/ds/symlink/ads1115.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py VSSOP SO 0 10 10 Package_SO Vishay_PowerPAK_1212-8_Dual PowerPAK 1212-8 Dual (https://www.vishay.com/docs/71656/ppak12128.pdf, https://www.vishay.com/docs/72598/72598.pdf) Vishay_PowerPAK_1212-8_Dual 0 6 6 Package_SO Vishay_PowerPAK_1212-8_Single PowerPAK 1212-8 Single (https://www.vishay.com/docs/71656/ppak12128.pdf, https://www.vishay.com/docs/72597/72597.pdf) Vishay PowerPAK 1212-8 Single 0 5 5 Package_SO Vishay_PowerPAK_SO-8 www.vishay.com/docs/73152/si7336adp.pdf Vishay PowerPAK SO-8 0 9 5 Package_SO Zetex_SM8 Zetex, SMD, 8 pin package (http://datasheet.octopart.com/ZDT6758TA-Zetex-datasheet-68057.pdf) Zetex SM8 0 8 8 Package_SON Diodes_PowerDI3333-8 Diodes Incorporated PowerDI3333-8, Plastic Dual Flat No Lead Package, 3.3x3.3x0.8mm Body, https://www.diodes.com/assets/Package-Files/PowerDI3333-8.pdf PowerDI 0.65 0 13 5 Package_SON Fairchild_DualPower33-6_3x3mm Fairchild Power33 MOSFET package, 3x3mm (see https://www.fairchildsemi.com/datasheets/FD/FDMC8032L.pdf) mosfet 0 18 6 Package_SON Fairchild_MicroPak-6_1.0x1.45mm_P0.5mm Fairchild-specific MicroPak-6 1.0x1.45mm Pitch 0.5mm https://www.nxp.com/docs/en/application-note/AN10343.pdff Fairchild-specific MicroPak-6 1.0x1.45mm Pitch 0.5mm 0 6 6 Package_SON Fairchild_MicroPak2-6_1.0x1.0mm_P0.35mm Fairchild-specific MicroPak2-6 1.0x1.0mm Pitch 0.35mm https://www.nxp.com/docs/en/application-note/AN10343.pdff Fairchild-specific MicroPak2-6 1.0x1.0mm Pitch 0.35mm 0 6 6 Package_SON HUSON-3-1EP_2x2mm_P1.3mm_EP1.1x1.6mm HUSON, 3 Pin, SOT1061 (Ref: https://assets.nexperia.com/documents/data-sheet/PMEG2020CPA.pdf) huson nolead SOT1061 0 4 3 Package_SON HVSON-8-1EP_4x4mm_P0.8mm_EP2.2x3.1mm HVSON, 8 Pin (https://www.nxp.com/docs/en/data-sheet/PCF8523.pdf (page 57)), generated with kicad-footprint-generator ipc_noLead_generator.py HVSON NoLead 0 13 9 Package_SON NXP_XSON-16 http://www.nxp.com/documents/outline_drawing/SOT1341-1.pdf NXP XSON SOT-1341 0 16 16 Package_SON ROHM_VML0806 VML0806, Rohm (http://rohmfs.rohm.com/en/techdata_basic/transistor/soldering_condition/VML0806_Soldering_Condition.pdf, http://rohmfs.rohm.com/en/products/databook/package/spec/discrete/vml0806_tr-e.pdf) ROHM VML0806 0 3 3 Package_SON RTC_SMD_MicroCrystal_C3_2.5x3.7mm MicroCrystal C3 2.5x3.7mm, https://www.microcrystal.com/fileadmin/Media/Products/RTC/Datasheet/RV-1805-C3.pdf RTC C3 0 10 10 Package_SON SON-8-1EP_3x2mm_P0.5mm_EP1.4x1.6mm SON, 8 Pin (http://www.fujitsu.com/downloads/MICRO/fsa/pdf/products/memory/fram/MB85RS16-DS501-00014-6v0-E.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py SON DFN_QFN 0 13 9 Package_SON Texas_DQK Texas WSON-6 DQK, http://www.ti.com/lit/ds/symlink/csd16301q2.pdf Texas WSON6 2x2mm 0 10 8 Package_SON Texas_DRC0010J Texas DRC0010J, VSON10 3x3mm Body, 0.5mm Pitch, http://www.ti.com/lit/ds/symlink/tps63000.pdf Texas VSON10 3x3mm 0 17 11 Package_SON Texas_DRC0010J_ThermalVias Texas DRC0010J, VSON10 3x3mm Body, 0.5mm Pitch, http://www.ti.com/lit/ds/symlink/tps63000.pdf Texas VSON10 3x3mm 0 21 11 Package_SON Texas_DSC0010J 3x3mm Body, 0.5mm Pitch, DSC0010J, WSON, http://www.ti.com/lit/ds/symlink/tps61201.pdf 0.5 DSC0010J WSON 0 33 11 Package_SON Texas_DSC0010J_ThermalVias 3x3mm Body, 0.5mm Pitch, DSC0010J, WSON, http://www.ti.com/lit/ds/symlink/tps61201.pdf 0.5 DSC0010J WSON 0 39 11 Package_SON Texas_PWSON-N6 Plastic Small Outline No-Lead http://www.ti.com/lit/ml/mpds176e/mpds176e.pdf Plastic Small Outline No-Lead 0 7 7 Package_SON Texas_R-PWSON-N12_EP0.4x2mm http://www.ti.com/lit/ds/symlink/tpd6f003.pdf WSON SMD 0 16 13 Package_SON Texas_S-PDSO-N12 http://www.ti.com/lit/ds/symlink/bq27441-g1.pdf SON thermal pads 0 44 13 Package_SON Texas_S-PVSON-N8 8-Lead Plastic VSON, 3x3mm Body, 0.65mm Pitch, S-PVSON-N8, http://www.ti.com/lit/ds/symlink/opa2333.pdf DFN 0.65 S-PVSON-N8 0 21 9 Package_SON Texas_S-PVSON-N8_ThermalVias 8-Lead Plastic VSON, 3x3mm Body, 0.65mm Pitch, S-PVSON-N8, http://www.ti.com/lit/ds/symlink/opa2333.pdf DFN 0.65 S-PVSON-N8 0 27 9 Package_SON Texas_S-PVSON-N10 3x3mm Body, 0.5mm Pitch, S-PVSON-N10, DRC, http://www.ti.com/lit/ds/symlink/tps61201.pdf 0.5 S-PVSON-N10 DRC 0 33 11 Package_SON Texas_S-PVSON-N10_ThermalVias 3x3mm Body, 0.5mm Pitch, S-PVSON-N10, DRC, http://www.ti.com/lit/ds/symlink/tps61201.pdf 0.5 S-PVSON-N10 DRC 0 39 11 Package_SON Texas_S-PWSON-N8_EP1.2x2mm WSON, 8 Pin (http://www.ti.com/lit/ds/symlink/lp2951.pdf#page=27), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py WSON DFN_QFN 0 11 9 Package_SON Texas_S-PWSON-N8_EP1.2x2mm_ThermalVias WSON, 8 Pin (http://www.ti.com/lit/ds/symlink/lp2951.pdf#page=27), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py WSON DFN_QFN 0 18 9 Package_SON Texas_S-PWSON-N10 3x3mm Body, 0.5mm Pitch, S-PWSON-N10, DSC, http://www.ti.com/lit/ds/symlink/tps63060.pdf 0.5 S-PWSON-N10 DSC 0 41 11 Package_SON Texas_S-PWSON-N10_ThermalVias 3x3mm Body, 0.5mm Pitch, S-PWSON-N10, DSC, http://www.ti.com/lit/ds/symlink/tps63060.pdf 0.5 S-PWSON-N10 DSC 0 47 11 Package_SON Texas_X2SON-4_1x1mm_P0.65mm X2SON 5 pin 1x1mm package (Reference Datasheet: http://www.ti.com/lit/ds/sbvs193d/sbvs193d.pdf Reference part: TPS383x) [StepUp generated footprint] X2SON 0 13 5 Package_SON USON-10_2.5x1.0mm_P0.5mm USON-10 2.5x1.0mm_ Pitch 0.5mm http://www.ti.com/lit/ds/symlink/tpd4e02b04.pdf USON-10 2.5x1.0mm Pitch 0.5mm 0 10 10 Package_SON USON-20_2x4mm_P0.4mm USON-20 2x4mm Pitch 0.4mm http://www.ti.com/lit/ds/symlink/txb0108.pdf USON-20 2x4mm Pitch 0.4mm 0 20 20 Package_SON VSON-8_3.3x3.3mm_P0.65mm_NexFET 8-Lead Plastic Dual Flat, No Lead Package (MF) - 3.3x3.3x1 mm Body [VSON] http://www.ti.com/lit/ds/symlink/csd87334q3d.pdf VSON 0.65 0 12 5 Package_SON VSON-10-1EP_3x3mm_P0.5mm_EP1.2x2mm VSON, 10 Pin (http://rohmfs.rohm.com/en/products/databook/datasheet/ic/power/switching_regulator/bd8314nuv-e.pdf (Page 20)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py VSON 0 15 11 Package_SON VSON-10-1EP_3x3mm_P0.5mm_EP1.2x2mm_ThermalVias VSON, 10 Pin (http://rohmfs.rohm.com/en/products/databook/datasheet/ic/power/switching_regulator/bd8314nuv-e.pdf (Page 20)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py VSON 0 18 11 Package_SON VSON-10-1EP_3x3mm_P0.5mm_EP1.65x2.4mm VSON 10 Thermal on 11 3x3mm Pitch 0.5mm http://chip.tomsk.ru/chip/chipdoc.nsf/Package/D8A64DD165C2AAD9472579400024FC41!OpenDocument VSON 10 Thermal on 11 3x3mm Pitch 0.5mm 0 21 11 Package_SON VSON-10-1EP_3x3mm_P0.5mm_EP1.65x2.4mm_ThermalVias VSON 10 Thermal on 11 3x3mm Pitch 0.5mm http://chip.tomsk.ru/chip/chipdoc.nsf/Package/D8A64DD165C2AAD9472579400024FC41!OpenDocument VSON 10 Thermal on 11 3x3mm Pitch 0.5mm 0 27 11 Package_SON VSONP-8-1EP_5x6_P1.27mm SON, 8-Leads, Body 5x6x1mm, Pitch 1.27mm; (see Texas Instruments CSD18531Q5A http://www.ti.com/lit/ds/symlink/csd18531q5a.pdf) VSONP 1.27 0 13 3 Package_SON WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm WSON, 6 Pin (http://www.ti.com/lit/ds/symlink/tps61040.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py WSON NoLead 0 9 7 Package_SON WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm_ThermalVias WSON, 6 Pin (http://www.ti.com/lit/ds/symlink/tps61040.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py WSON NoLead 0 12 7 Package_SON WSON-6-1EP_3x3mm_P0.95mm WSON6 3*3 MM, 0.95 PITCH; http://www.ti.com/lit/ds/symlink/lmr62421.pdf WSON6 0.95 0 10 7 Package_SON WSON-6_1.5x1.5mm_P0.5mm WSON6, http://www.ti.com/lit/ds/symlink/tlv702.pdf WSON6_1.5x1.5mm_P0.5mm 0 6 6 Package_SON WSON-8-1EP_2x2mm_P0.5mm_EP0.9x1.6mm 8-Lead Plastic WSON, 2x2mm Body, 0.5mm Pitch, WSON-8, http://www.ti.com/lit/ds/symlink/lm27761.pdf WSON 8 1EP 0 11 9 Package_SON WSON-8-1EP_2x2mm_P0.5mm_EP0.9x1.6mm_ThermalVias 8-Lead Plastic WSON, 2x2mm Body, 0.5mm Pitch, WSON-8, http://www.ti.com/lit/ds/symlink/lm27761.pdf WSON 8 1EP ThermalVias 0 14 9 Package_SON WSON-8-1EP_3x2.5mm_P0.5mm_EP1.2x1.5mm_PullBack WSON, 8 Pin (http://www.ti.com/lit/ml/mpds400/mpds400.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py WSON NoLead 0 13 9 Package_SON WSON-8-1EP_3x2.5mm_P0.5mm_EP1.2x1.5mm_PullBack_ThermalVias WSON, 8 Pin (http://www.ti.com/lit/ml/mpds400/mpds400.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py WSON NoLead 0 18 9 Package_SON WSON-8-1EP_3x3mm_P0.5mm_EP1.6x2.0mm 8-Lead Plastic WSON, 2x2mm Body, 0.5mm Pitch, WSON-8, http://www.ti.com/lit/ds/symlink/lm27761.pdf WSON 8 1EP 0 13 9 Package_SON WSON-8-1EP_6x5mm_P1.27mm_EP3.4x4.3mm WSON, 8 Pin (http://www.winbond.com/resource-files/w25q32jv%20revg%2003272018%20plus.pdf (page 68)), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py WSON DFN_QFN 0 13 9 Package_SON WSON-8-1EP_6x5mm_P1.27mm_EP3.4x4mm WSON, 8 Pin (http://ww1.microchip.com/downloads/en/AppNotes/S72030.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py WSON DFN_QFN 0 13 9 Package_SON WSON-8_4x4mm_P0.8mm http://www.ti.com/lit/ml/mpds406/mpds406.pdf WSON8_4x4mm_P0.8mm 0 9 9 Package_SON WSON-10-1EP_2x3mm_P0.5mm_EP0.84x2.4mm WSON-10 package 2x3mm body, pitch 0.5mm, see http://www.ti.com/lit/ds/symlink/tps62177.pdf WSON 0.5 0 14 11 Package_SON WSON-10-1EP_2x3mm_P0.5mm_EP0.84x2.4mm_ThermalVias WSON-10 package 2x3mm body, pitch 0.5mm, thermal vias and counter-pad, see http://www.ti.com/lit/ds/symlink/tps62177.pdf WSON 0.5 thermal vias 0 17 11 Package_SON WSON-10-1EP_4x3mm_P0.5mm_EP2.2x2mm 10-Lead Plastic WSON, 4x3mm Body, 0.5mm Pitch (http://www.ti.com/lit/ds/symlink/lm4990.pdf) WSON 0.5 0 15 11 Package_SON WSON-12-1EP_3x2mm_P0.5mm_EP1x2.65 WSON-12 http://www.ti.com/lit/ds/symlink/lm27762.pdf WSON-12 0 15 13 Package_SON WSON-12-1EP_3x2mm_P0.5mm_EP1x2.65_ThermalVias WSON-12 http://www.ti.com/lit/ds/symlink/lm27762.pdf WSON-12 0 19 13 Package_SON WSON-12-1EP_4x4mm_P0.5mm_EP2.6x3mm WSON, 12 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py WSON NoLead 0 17 13 Package_SON WSON-12-1EP_4x4mm_P0.5mm_EP2.6x3mm_ThermalVias WSON, 12 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py WSON NoLead 0 27 13 Package_SON WSON-14-1EP_4.0x4.0mm_P0.5mm_EP2.6x2.6mm 14-Lead Plastic Dual Flat, No Lead Package - 4.0x4.0x0.8 mm Body [WSON], http://www.ti.com/lit/ml/mpds421/mpds421.pdf NHL014B 0 19 15 Package_SON WSON-16_3.3x1.35_P0.4mm WSON-16 3.3 x 1.35mm Pitch 0.4mm http://www.chip.tomsk.ru/chip/chipdoc.nsf/Package/C67E729A4D6C883A4725793E004C8739!OpenDocument WSON-16 3.3 x 1.35mm Pitch 0.4mm 0 20 17 Package_SON X2SON-8_1.4x1mm_P0.35mm X2SON-8 1.4x1mm Pitch0.35mm http://www.ti.com/lit/ds/symlink/pca9306.pdf X2SON-8 1.4x1mm Pitch0.35mm 0 8 8 Package_TO_SOT_SMD ATPAK-2 ATPAK SMD package, http://www.onsemi.com/pub/Collateral/ENA2192-D.PDF ATPAK 0 7 3 Package_TO_SOT_SMD Analog_KS-4 Analog Devices KS-4, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/sc70ks/ks_4.pdf Analog Devices KS-4 (like EIAJ SC-82) 0 4 4 Package_TO_SOT_SMD Diodes_SOT-553 Diodes SOT-553, https://www.diodes.com/assets/Package-Files/SOT553.pdf SOT-553 0 5 5 Package_TO_SOT_SMD HVSOF5 HVSOF5, http://rohmfs.rohm.com/en/techdata_basic/ic/package/hvsof5_1-e.pdf HVSOF5 0 9 5 Package_TO_SOT_SMD HVSOF6 HVSOF6, http://rohmfs.rohm.com/en/techdata_basic/ic/package/hvsof6_1-e.pdf, http://rohmfs.rohm.com/en/products/databook/datasheet/ic/audio_video/video_amplifier/bh76106hfv-e.pdf HVSOF6 0 7 7 Package_TO_SOT_SMD Infineon_PG-HDSOP-10-1 Infineon PG-HDSOP-10-1 (DDPAK), 20.96x6.5x2.3mm, slug up (https://www.infineon.com/cms/en/product/packages/PG-HDSOP/PG-HDSOP-10-1/) hdsop 10 ddpak 0 10 10 Package_TO_SOT_SMD Infineon_PG-HSOF-8-1 Infineon HSOF-8-1 power mosfet http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-1/ mosfet hsof 0 54 3 Package_TO_SOT_SMD Infineon_PG-HSOF-8-1_ThermalVias HSOF-8-1 power mosfet http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-1/ mosfet hsof thermal vias 0 57 3 Package_TO_SOT_SMD Infineon_PG-TO-220-7Lead_TabPin8 Infineon PG-TO-220-7, Tab as Pin 8, see e.g. https://www.infineon.com/dgdl/Infineon-BTS50055-1TMC-DS-v01_00-EN.pdf?fileId=5546d4625a888733015aa9b0007235e9 Infineon PG-TO-220-7 0 12 8 Package_TO_SOT_SMD LFPAK33 LFPAK33 SOT-1210 https://assets.nexperia.com/documents/outline-drawing/SOT1210.pdf LFPAK33 SOT-1210 0 21 5 Package_TO_SOT_SMD LFPAK56 LFPAK56 https://assets.nexperia.com/documents/outline-drawing/SOT669.pdf LFPAK56 SOT-669 Power-SO8 0 19 5 Package_TO_SOT_SMD LFPAK56_ThermalVias-1 LFPAK56 https://assets.nexperia.com/documents/outline-drawing/SOT669.pdf LFPAK56 SOT669 Thermal Vias 0.4mm Power-SO8 0 63 5 Package_TO_SOT_SMD LFPAK56_ThermalVias-2 LFPAK56 https://assets.nexperia.com/documents/outline-drawing/SOT669.pdf LFPAK56 SOT669 Thermical Vias Power-SO8 0 30 5 Package_TO_SOT_SMD OnSemi_ECH8 On Semiconductor ECH8, https://www.onsemi.com/pub/Collateral/318BF.PDF ECH8 SOT28-FL SOT-28-FL 0 8 8 Package_TO_SOT_SMD PQFN_8x8 Low profile 8x8mm PQFN package e.g. https://www.fairchildsemi.com/datasheets/FD/FDMT80080DC.pdf pqfn vdfn mosfet 0 16 3 Package_TO_SOT_SMD PowerMacro_M234_NoHole TO-50-4 Power Macro Package Style M234 TO-50-4 Power Macro Package Style M234 0 4 4 Package_TO_SOT_SMD PowerMacro_M234_WithHole TO-50-4 Power Macro Package Style M234 TO-50-4 Power Macro Package Style M234 0 4 4 Package_TO_SOT_SMD Rohm_HRP7 Rohm HRP7 SMD package, http://rohmfs.rohm.com/en/techdata_basic/ic/package/hrp7_1-e.pdf, http://rohmfs.rohm.com/en/products/databook/datasheet/ic/motor/dc/bd621x-e.pdf Rohm HRP7 SMD 0 69 7 Package_TO_SOT_SMD SC-59 SC-59, https://lib.chipdip.ru/images/import_diod/original/SOT-23_SC-59.jpg SC-59 0 3 3 Package_TO_SOT_SMD SC-59_Handsoldering SC-59, hand-soldering varaint, https://lib.chipdip.ru/images/import_diod/original/SOT-23_SC-59.jpg SC-59 hand-soldering 0 3 3 Package_TO_SOT_SMD SC-70-8 SC70-8 SC70-8 0 8 8 Package_TO_SOT_SMD SC-70-8_Handsoldering SC70-8, Handsoldering SC70-8 Handsoldering 0 8 8 Package_TO_SOT_SMD SC-82AA SC-82AA SC-82AA 0 4 4 Package_TO_SOT_SMD SC-82AA_Handsoldering SC-82AA SC-82AA 0 4 4 Package_TO_SOT_SMD SC-82AB SC-82AB SC-82AB 0 4 4 Package_TO_SOT_SMD SC-82AB_Handsoldering SC-82AB SC-82AB 0 4 4 Package_TO_SOT_SMD SOT-23 SOT-23, Standard SOT-23 0 3 3 Package_TO_SOT_SMD SOT-23-5 5-pin SOT23 package SOT-23-5 0 5 5 Package_TO_SOT_SMD SOT-23-5_HandSoldering 5-pin SOT23 package SOT-23-5 hand-soldering 0 5 5 Package_TO_SOT_SMD SOT-23-6 6-pin SOT-23 package SOT-23-6 0 6 6 Package_TO_SOT_SMD SOT-23-6_Handsoldering 6-pin SOT-23 package, Handsoldering SOT-23-6 Handsoldering 0 6 6 Package_TO_SOT_SMD SOT-23-8 8-pin SOT-23 package, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/sot-23rj/rj_8.pdf SOT-23-8 0 8 8 Package_TO_SOT_SMD SOT-23-8_Handsoldering 8-pin SOT-23 package, Handsoldering, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/sot-23rj/rj_8.pdf SOT-23-8 Handsoldering 0 8 8 Package_TO_SOT_SMD SOT-23W SOT-23W http://www.allegromicro.com/~/media/Files/Datasheets/A112x-Datasheet.ashx?la=en&hash=7BC461E058CC246E0BAB62433B2F1ECA104CA9D3 SOT-23W 0 3 3 Package_TO_SOT_SMD SOT-23W_Handsoldering SOT-23W http://www.allegromicro.com/~/media/Files/Datasheets/A112x-Datasheet.ashx?la=en&hash=7BC461E058CC246E0BAB62433B2F1ECA104CA9D3 SOT-23W for handsoldering 0 3 3 Package_TO_SOT_SMD SOT-23_Handsoldering SOT-23, Handsoldering SOT-23 0 3 3 Package_TO_SOT_SMD SOT-89-3 SOT-89-3 SOT-89-3 0 6 3 Package_TO_SOT_SMD SOT-89-3_Handsoldering SOT-89-3 Handsoldering SOT-89-3 Handsoldering 0 5 3 Package_TO_SOT_SMD SOT-89-5 SOT-89-5, Housing,http://www.e-devices.ricoh.co.jp/en/products/product_power/pkg/sot-89-5.pdf SOT-89-5 Housing 0 9 5 Package_TO_SOT_SMD SOT-89-5_Handsoldering SOT89-5, Housing,http://www.e-devices.ricoh.co.jp/en/products/product_power/pkg/sot-89-5.pdf SOT89-5 Housing 0 9 5 Package_TO_SOT_SMD SOT-143 SOT-143 SOT-143 0 4 4 Package_TO_SOT_SMD SOT-143R_Reverse SOT-143R Reverse SOT-143R Reverse 0 4 4 Package_TO_SOT_SMD SOT-143R_Reverse_Handsoldering SOT-143R Reverse Handsoldering SOT-143 Reverse Handsoldering 0 4 4 Package_TO_SOT_SMD SOT-143_Handsoldering SOT-143 Handsoldering SOT-143 Handsoldering 0 4 4 Package_TO_SOT_SMD SOT-223 module CMS SOT223 4 pins CMS SOT 0 4 4 Package_TO_SOT_SMD SOT-223-3_TabPin2 module CMS SOT223 4 pins CMS SOT 0 4 3 Package_TO_SOT_SMD SOT-223-5 module CMS SOT223 5 pins, http://ww1.microchip.com/downloads/en/DeviceDoc/51751a.pdf CMS SOT 0 5 5 Package_TO_SOT_SMD SOT-223-6 module CMS SOT223 6 pins, http://www.ti.com/lit/ds/symlink/tps737.pdf CMS SOT 0 6 6 Package_TO_SOT_SMD SOT-223-6_TabPin3 module CMS SOT223 6 pins, http://www.ti.com/lit/ds/symlink/tps737.pdf CMS SOT 0 6 5 Package_TO_SOT_SMD SOT-223-8 module CMS SOT223 8 pins, https://www.diodes.com/assets/Datasheets/ZXSBMR16PT8.pdf CMS SOT 0 8 8 Package_TO_SOT_SMD SOT-323_SC-70 SOT-323, SC-70 SOT-323 SC-70 0 3 3 Package_TO_SOT_SMD SOT-323_SC-70_Handsoldering SOT-323, SC-70 Handsoldering SOT-323 SC-70 Handsoldering 0 3 3 Package_TO_SOT_SMD SOT-343_SC-70-4 SOT-343, SC-70-4 SOT-343 SC-70-4 0 4 4 Package_TO_SOT_SMD SOT-343_SC-70-4_Handsoldering SOT-343, SC-70-4, Handsoldering SOT-343 SC-70-4 Handsoldering 0 4 4 Package_TO_SOT_SMD SOT-353_SC-70-5 SOT-353, SC-70-5 SOT-353 SC-70-5 0 5 5 Package_TO_SOT_SMD SOT-353_SC-70-5_Handsoldering SOT-353, SC-70-5, Handsoldering SOT-353 SC-70-5 Handsoldering 0 5 5 Package_TO_SOT_SMD SOT-363_SC-70-6 SOT-363, SC-70-6 SOT-363 SC-70-6 0 6 6 Package_TO_SOT_SMD SOT-363_SC-70-6_Handsoldering SOT-363, SC-70-6, Handsoldering SOT-363 SC-70-6 Handsoldering 0 6 6 Package_TO_SOT_SMD SOT-383F 8-pin SOT-383F, http://www.mouser.com/ds/2/80/CPDVR085V0C-HF-RevB-10783.pdf SOT-383F 0 9 9 Package_TO_SOT_SMD SOT-383FL 8-pin SOT-383FL package, http://www.onsemi.com/pub_link/Collateral/ENA2267-D.PDF SOT-383FL 0 8 8 Package_TO_SOT_SMD SOT-416 SOT-416, https://www.nxp.com/docs/en/package-information/SOT416.pdf SOT-416 0 3 3 Package_TO_SOT_SMD SOT-543 SOT-543 4 lead surface package SOT-543 SC-107A EMD4 0 4 4 Package_TO_SOT_SMD SOT-553 SOT553 SOT-553 0 5 5 Package_TO_SOT_SMD SOT-563 SOT563 SOT-563 0 6 6 Package_TO_SOT_SMD SOT-665 SOT665 SOT-665 0 5 5 Package_TO_SOT_SMD SOT-666 SOT666 SOT-666 0 6 6 Package_TO_SOT_SMD SOT-723 http://toshiba.semicon-storage.com/info/docget.jsp?did=5879&prodName=RN1104MFV sot 723 0 3 3 Package_TO_SOT_SMD SOT-883 SOT-883, https://assets.nexperia.com/documents/outline-drawing/SOT883.pdf SOT-883 0 3 3 Package_TO_SOT_SMD SOT-886 SOT-886 SOT-886 0 6 6 Package_TO_SOT_SMD SOT-963 SOT 963 6 pins package 1x0.8mm pitch 0.35mm SOT 963 6 pins package 1x0.8mm pitch 0.35mm 0 6 6 Package_TO_SOT_SMD SOT-1123 SOT-1123 small outline transistor (see http://www.onsemi.com/pub/Collateral/NST3906F3-D.PDF) SOT-1123 transistor 0 3 3 Package_TO_SOT_SMD SOT-1333-1 SOT-1333-1 SOT-1333-1 0 9 9 Package_TO_SOT_SMD SOT-1334-1 SOT-1334-1 SOT-1334-1 0 14 14 Package_TO_SOT_SMD SuperSOT-3 3-pin SuperSOT package https://www.fairchildsemi.com/package-drawings/MA/MA03B.pdf SuperSOT-3 SSOT-3 0 3 3 Package_TO_SOT_SMD SuperSOT-6 6-pin SuperSOT package http://www.mouser.com/ds/2/149/FMB5551-889214.pdf SuperSOT-6 SSOT-6 0 6 6 Package_TO_SOT_SMD SuperSOT-8 8-pin SuperSOT package, http://www.icbank.com/icbank_data/semi_package/ssot8_dim.pdf SuperSOT-8 SSOT-8 0 8 8 Package_TO_SOT_SMD TDSON-8-1 Power MOSFET package, TDSON-8-1, SuperS08, SON-8_5x6mm tdson 0 13 5 Package_TO_SOT_SMD TDSON-8-1_HandSoldering Power MOSFET package, TDSON-8-1, SuperS08, SON-8_5x6mm tdson 0 13 5 Package_TO_SOT_SMD TO-50-3_LongPad-NoHole_Housing TO-50-3 Macro T Package Style M236 TO-50-3 Macro T Package Style M236 0 3 3 Package_TO_SOT_SMD TO-50-3_LongPad-WithHole_Housing TO-50-3 Macro T Package Style M236 TO-50-3 Macro T Package Style M236 0 3 3 Package_TO_SOT_SMD TO-50-3_ShortPad-NoHole_Housing TO-50-3 Macro T Package Style M236 TO-50-3 Macro T Package Style M236 0 3 3 Package_TO_SOT_SMD TO-50-3_ShortPad-WithHole_Housing TO-50-3 Macro T Package Style M236 TO-50-3 Macro T Package Style M236 0 3 3 Package_TO_SOT_SMD TO-50-4_LongPad-NoHole_Housing TO-50-4 Macro X Package Style M238 TO-50-4 Macro X Package Style M238 0 4 4 Package_TO_SOT_SMD TO-50-4_LongPad-WithHole_Housing TO-50-4 Macro X Package Style M238 TO-50-4 Macro X Package Style M238 0 4 4 Package_TO_SOT_SMD TO-50-4_ShortPad-NoHole_Housing TO-50-4 Macro X Package Style M238 TO-50-4 Macro X Package Style M238 0 4 4 Package_TO_SOT_SMD TO-50-4_ShortPad-WithHole_Housing TO-50-4 Macro X Package Style M238 TO-50-4 Macro X Package Style M238 0 4 4 Package_TO_SOT_SMD TO-252-2 TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/ DPAK TO-252 DPAK-3 TO-252-3 SOT-428 0 7 3 Package_TO_SOT_SMD TO-252-2_TabPin1 TO-252-2, tab to pin 1 https://www.wolfspeed.com/media/downloads/87/CSD01060.pdf TO-252-2 diode 0 7 2 Package_TO_SOT_SMD TO-252-3_TabPin2 TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/ DPAK TO-252 DPAK-3 TO-252-3 SOT-428 0 8 3 Package_TO_SOT_SMD TO-252-3_TabPin4 TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/ DPAK TO-252 DPAK-3 TO-252-3 SOT-428 0 8 4 Package_TO_SOT_SMD TO-252-4 TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-5-11/ DPAK TO-252 DPAK-5 TO-252-5 0 9 5 Package_TO_SOT_SMD TO-252-5_TabPin3 TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-5-11/ DPAK TO-252 DPAK-5 TO-252-5 0 10 5 Package_TO_SOT_SMD TO-252-5_TabPin6 TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-5-11/ DPAK TO-252 DPAK-5 TO-252-5 0 10 6 Package_TO_SOT_SMD TO-263-2 TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-3-1/ D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 0 7 3 Package_TO_SOT_SMD TO-263-2_TabPin1 TO-263 / D2PAK / DDPAK SMD package, tab to pin 1, https://www.wolfspeed.com/media/downloads/137/C3D06060G.pdf D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 diode 0 7 2 Package_TO_SOT_SMD TO-263-3_TabPin2 TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-3-1/ D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 0 8 3 Package_TO_SOT_SMD TO-263-3_TabPin4 TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-3-1/ D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 0 8 4 Package_TO_SOT_SMD TO-263-4 TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-5-1/ D2PAK DDPAK TO-263 D2PAK-5 TO-263-5 SOT-426 0 9 5 Package_TO_SOT_SMD TO-263-5_TabPin3 TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-5-1/ D2PAK DDPAK TO-263 D2PAK-5 TO-263-5 SOT-426 0 10 5 Package_TO_SOT_SMD TO-263-5_TabPin6 TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-5-1/ D2PAK DDPAK TO-263 D2PAK-5 TO-263-5 SOT-426 0 10 6 Package_TO_SOT_SMD TO-263-6 TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/ D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427 0 11 7 Package_TO_SOT_SMD TO-263-7_TabPin4 TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/ D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427 0 12 7 Package_TO_SOT_SMD TO-263-7_TabPin8 TO-263 / D2PAK / DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/ D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427 0 12 8 Package_TO_SOT_SMD TO-263-9_TabPin5 TO-263 / D2PAK / DDPAK SMD package, http://www.ti.com/lit/ds/symlink/lm4755.pdf D2PAK DDPAK TO-263 D2PAK-9 TO-263-9 0 14 9 Package_TO_SOT_SMD TO-263-9_TabPin10 TO-263 / D2PAK / DDPAK SMD package, http://www.ti.com/lit/ds/symlink/lm4755.pdf D2PAK DDPAK TO-263 D2PAK-9 TO-263-9 0 14 10 Package_TO_SOT_SMD TO-268-2 TO-268/D3PAK SMD package, http://www.icbank.com/icbank_data/semi_package/to268aa_dim.pdf D3PAK TO-268 D3PAK-3 TO-268-3 0 7 3 Package_TO_SOT_SMD TO-269AA SMD package TO-269AA (e.g. diode bridge), see http://www.vishay.com/docs/88854/padlayouts.pdf TO-269AA MBS diode bridge 0 4 4 Package_TO_SOT_SMD TO-277A Thermal enhanced ultra thin SMD package; 3 leads; body: 5.8 x 4.3 x 0.78 mm TO-277A SOT-1289 0 12 3 Package_TO_SOT_SMD TO-277B TO-227B https://media.digikey.com/pdf/Data%20Sheets/Littelfuse%20PDFs/DST2050S.pdf TO-277B 0 9 3 Package_TO_SOT_SMD TSOT-23 3-pin TSOT23 package, http://www.analog.com.tw/pdf/All_In_One.pdf TSOT-23 0 3 3 Package_TO_SOT_SMD TSOT-23-5 5-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_5_05-08-1635.pdf TSOT-23-5 0 5 5 Package_TO_SOT_SMD TSOT-23-5_HandSoldering 5-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_5_05-08-1635.pdf TSOT-23-5 Hand-soldering 0 5 5 Package_TO_SOT_SMD TSOT-23-6 6-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_6_05-08-1636.pdf TSOT-23-6 MK06A TSOT-6 0 6 6 Package_TO_SOT_SMD TSOT-23-6_HandSoldering 6-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_6_05-08-1636.pdf TSOT-23-6 MK06A TSOT-6 Hand-soldering 0 6 6 Package_TO_SOT_SMD TSOT-23-8 8-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_8_05-08-1637.pdf TSOT-23-8 0 8 8 Package_TO_SOT_SMD TSOT-23-8_HandSoldering 8-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_8_05-08-1637.pdf TSOT-23-8 Hand-soldering 0 8 8 Package_TO_SOT_SMD TSOT-23_HandSoldering 5-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_5_05-08-1635.pdf TSOT-23 Hand-soldering 0 3 3 Package_TO_SOT_SMD Texas_DRT-3 Texas Instrument DRT-3 1x0.8mm Pitch 0.7mm http://www.ti.com/lit/ds/symlink/tpd2eusb30.pdf DRT-3 1x0.8mm Pitch 0.7mm 0 3 3 Package_TO_SOT_SMD Texas_NDY0011A TO-PMOD-11 11-pin switching regulator package, http://www.ti.com/lit/ml/mmsf025/mmsf025.pdf Texas TO-PMOD NDY00011A 0 12 12 Package_TO_SOT_SMD Texas_R-PDSO-G6 R-PDSO-G6, http://www.ti.com/lit/ds/slis144b/slis144b.pdf R-PDSO-G6 SC-70-6 0 6 6 Package_TO_SOT_SMD VSOF5 VSOF5 VSOF5 0 5 5 Package_TO_SOT_SMD Vishay_PowerPAK_SC70-6L_Dual Vishay PowerPAK SC70 dual transistor package http://www.vishay.com/docs/70487/70487.pdf powerpak sc70 sc-70 dual 0 8 6 Package_TO_SOT_SMD Vishay_PowerPAK_SC70-6L_Single Vishay PowerPAK SC70 single transistor package http://www.vishay.com/docs/70486/70486.pdf powerpak sc70 sc-70 0 10 3 Package_TO_SOT_THT Fairchild_TO-220F-6L Fairchild TO-220F-6L, http://www.mouser.com/ds/2/149/FSL136MRT-113334.pdf Fairchild TO-220F-6L 0 6 6 Package_TO_SOT_THT Heraeus_TO-92-2 TO-92 2-pin variant by Heraeus, drill 0.75mm (http://www.produktinfo.conrad.com/datenblaetter/175000-199999/181293-da-01-de-TO92_Temperatursensor_PT1000_32209225.pdf) to-92 0 2 2 Package_TO_SOT_THT NEC_Molded_7x4x9mm Molded Japan Transistor Package 7x4x9mm^3, http://rtellason.com/transdata/2sb734.pdf Japan transistor 0 3 3 Package_TO_SOT_THT PowerIntegrations_TO-220-7C Non Isolated Modified TO-220 7pin Package, see http://www.farnell.com/datasheets/5793.pdf Power Integration Y Package 0 6 6 Package_TO_SOT_THT SIPAK-1EP_Horizontal_TabDown SIPAK, Horizontal, RM 2.286mm SIPAK Horizontal RM 2.286mm 0 4 4 Package_TO_SOT_THT SIPAK_Vertical SIPAK, Vertical, RM 2.286mm SIPAK Vertical RM 2.286mm 0 3 3 Package_TO_SOT_THT SOD-70_P2.54mm Plastic near cylindrical package Sod-70 see: https://www.nxp.com/docs/en/data-sheet/KTY81_SER.pdf [StepUp generated footprint] Sod-70 0 2 2 Package_TO_SOT_THT SOD-70_P5.08mm Plastic near cylindrical package Sod-70 see: https://www.nxp.com/docs/en/data-sheet/KTY81_SER.pdf [StepUp generated footprint] Sod-70 0 2 2 Package_TO_SOT_THT SOT-227 SOT-227 / SOT-227B / ISOTOP, M4 mounting screws (https://www.vishay.com/docs/95423/sot227g2.pdf, https://www.vishay.com/docs/95793/vs-fc420sa10.pdf) sot 227 isotop 0 8 4 Package_TO_SOT_THT TO-3 Transistor TO-3 TR TO-3 TO3 TO-204 0 4 3 Package_TO_SOT_THT TO-3P-3_Horizontal_TabDown TO-3P-3, Horizontal, RM 5.45mm, , see https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.TO-3P(N).html TO-3P-3 Horizontal RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-3P-3_Horizontal_TabUp TO-3P-3, Horizontal, RM 5.45mm, , see https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.TO-3P(N).html TO-3P-3 Horizontal RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-3P-3_Vertical TO-3P-3, Vertical, RM 5.45mm, , see https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.TO-3P(N).html TO-3P-3 Vertical RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-3PB-3_Horizontal_TabDown TO-3PB-3, Horizontal, RM 5.45mm, , see http://www.onsemi.com/pub/Collateral/340AC.PDF TO-3PB-3 Horizontal RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-3PB-3_Horizontal_TabUp TO-3PB-3, Horizontal, RM 5.45mm, , see http://www.onsemi.com/pub/Collateral/340AC.PDF TO-3PB-3 Horizontal RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-3PB-3_Vertical TO-3PB-3, Vertical, RM 5.45mm, , see http://www.onsemi.com/pub/Collateral/340AC.PDF TO-3PB-3 Vertical RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-5-2 TO-5-2 TO-5-2 0 2 2 Package_TO_SOT_THT TO-5-2_Window TO-5-2_Window, Window TO-5-2_Window Window 0 2 2 Package_TO_SOT_THT TO-5-3 TO-5-3 TO-5-3 0 3 3 Package_TO_SOT_THT TO-5-3_Window TO-5-3_Window, Window TO-5-3_Window Window 0 3 3 Package_TO_SOT_THT TO-5-4 TO-5-4 TO-5-4 0 4 4 Package_TO_SOT_THT TO-5-4_Window TO-5-4_Window, Window TO-5-4_Window Window 0 4 4 Package_TO_SOT_THT TO-5-6 TO-5-6 TO-5-6 0 6 6 Package_TO_SOT_THT TO-5-6_Window TO-5-6_Window, Window TO-5-6_Window Window 0 6 6 Package_TO_SOT_THT TO-5-8 TO-5-8 TO-5-8 0 8 8 Package_TO_SOT_THT TO-5-8_PD5.08 TO-5-8_PD5.08 TO-5-8_PD5.08 0 8 8 Package_TO_SOT_THT TO-5-8_PD5.08_Window TO-5-8_PD5.08_Window, Window TO-5-8_PD5.08_Window Window 0 8 8 Package_TO_SOT_THT TO-5-8_Window TO-5-8_Window, Window TO-5-8_Window Window 0 8 8 Package_TO_SOT_THT TO-5-10 TO-5-10 TO-5-10 0 10 10 Package_TO_SOT_THT TO-5-10_Window TO-5-10_Window, Window TO-5-10_Window Window 0 10 10 Package_TO_SOT_THT TO-8-2 TO-8-2 TO-8-2 0 2 2 Package_TO_SOT_THT TO-8-2_Window TO-8-2_Window, Window TO-8-2_Window Window 0 2 2 Package_TO_SOT_THT TO-8-3 TO-8-3 TO-8-3 0 3 3 Package_TO_SOT_THT TO-8-3_Window TO-8-3_Window, Window TO-8-3_Window Window 0 3 3 Package_TO_SOT_THT TO-11-2 TO-11-2 TO-11-2 0 2 2 Package_TO_SOT_THT TO-11-2_Window TO-11-2_Window, Window TO-11-2_Window Window 0 2 2 Package_TO_SOT_THT TO-11-3 TO-11-3 TO-11-3 0 3 3 Package_TO_SOT_THT TO-11-3_Window TO-11-3_Window, Window TO-11-3_Window Window 0 3 3 Package_TO_SOT_THT TO-12-4 TO-12-4 TO-12-4 0 4 4 Package_TO_SOT_THT TO-12-4_Window TO-12-4_Window, Window TO-12-4_Window Window 0 4 4 Package_TO_SOT_THT TO-17-4 TO-17-4 TO-17-4 0 4 4 Package_TO_SOT_THT TO-17-4_Window TO-17-4_Window, Window TO-17-4_Window Window 0 4 4 Package_TO_SOT_THT TO-18-2 TO-18-2 TO-18-2 0 2 2 Package_TO_SOT_THT TO-18-2_Lens TO-18-2_Lens, Lens TO-18-2_Lens Lens 0 2 2 Package_TO_SOT_THT TO-18-2_Window TO-18-2_Window, Window TO-18-2_Window Window 0 2 2 Package_TO_SOT_THT TO-18-3 TO-18-3 TO-18-3 0 3 3 Package_TO_SOT_THT TO-18-3_Lens TO-18-3_Lens, Lens TO-18-3_Lens Lens 0 3 3 Package_TO_SOT_THT TO-18-3_Window TO-18-3_Window, Window TO-18-3_Window Window 0 3 3 Package_TO_SOT_THT TO-18-4 TO-18-4 TO-18-4 0 4 4 Package_TO_SOT_THT TO-18-4_Lens TO-18-4_Lens, Lens TO-18-4_Lens Lens 0 4 4 Package_TO_SOT_THT TO-18-4_Window TO-18-4_Window, Window TO-18-4_Window Window 0 4 4 Package_TO_SOT_THT TO-33-4 TO-33-4 TO-33-4 0 4 4 Package_TO_SOT_THT TO-33-4_Window TO-33-4_Window, Window TO-33-4_Window Window 0 4 4 Package_TO_SOT_THT TO-38-2 TO-38-2 TO-38-2 0 2 2 Package_TO_SOT_THT TO-38-2_Window TO-38-2_Window, Window TO-38-2_Window Window 0 2 2 Package_TO_SOT_THT TO-38-3 TO-38-3 TO-38-3 0 3 3 Package_TO_SOT_THT TO-38-3_Window TO-38-3_Window, Window TO-38-3_Window Window 0 3 3 Package_TO_SOT_THT TO-39-2 TO-39-2 TO-39-2 0 2 2 Package_TO_SOT_THT TO-39-2_Window TO-39-2_Window, Window TO-39-2_Window Window 0 2 2 Package_TO_SOT_THT TO-39-3 TO-39-3 TO-39-3 0 3 3 Package_TO_SOT_THT TO-39-3_Window TO-39-3_Window, Window TO-39-3_Window Window 0 3 3 Package_TO_SOT_THT TO-39-4 TO-39-4 TO-39-4 0 4 4 Package_TO_SOT_THT TO-39-4_Window TO-39-4_Window, Window TO-39-4_Window Window 0 4 4 Package_TO_SOT_THT TO-39-6 TO-39-6 TO-39-6 0 6 6 Package_TO_SOT_THT TO-39-6_Window TO-39-6_Window, Window TO-39-6_Window Window 0 6 6 Package_TO_SOT_THT TO-39-8 TO-39-8 TO-39-8 0 8 8 Package_TO_SOT_THT TO-39-8_Window TO-39-8_Window, Window TO-39-8_Window Window 0 8 8 Package_TO_SOT_THT TO-39-10 TO-39-10 TO-39-10 0 10 10 Package_TO_SOT_THT TO-39-10_Window TO-39-10_Window, Window TO-39-10_Window Window 0 10 10 Package_TO_SOT_THT TO-46-2 TO-46-2 TO-46-2 0 2 2 Package_TO_SOT_THT TO-46-2_Pin2Center TO-46-2, Pin2 at center of package, Thorlabs photodiodes TO-46-2 Thorlabs 0 2 2 Package_TO_SOT_THT TO-46-2_Pin2Center_Window TO-46-2, Pin2 at center of package, Thorlabs photodiodes TO-46-2 Thorlabs 0 2 2 Package_TO_SOT_THT TO-46-2_Window TO-46-2_Window, Window TO-46-2_Window Window 0 2 2 Package_TO_SOT_THT TO-46-3 TO-46-3 TO-46-3 0 3 3 Package_TO_SOT_THT TO-46-3_Pin2Center TO-46-3, Pin2 at center of package, Thorlabs photodiodes, https://www.thorlabs.de/drawings/374b6862eb3b5a04-9360B5F6-5056-2306-D912111C06C3F830/FDGA05-SpecSheet.pdf TO-46-3 Thorlabs 0 3 3 Package_TO_SOT_THT TO-46-3_Pin2Center_Window TO-46-3, Pin2 at center of package, Thorlabs photodiodes, https://www.thorlabs.de/drawings/374b6862eb3b5a04-9360B5F6-5056-2306-D912111C06C3F830/FDGA05-SpecSheet.pdf TO-46-3 Thorlabs 0 3 3 Package_TO_SOT_THT TO-46-3_Window TO-46-3_Window, Window TO-46-3_Window Window 0 3 3 Package_TO_SOT_THT TO-46-4 TO-46-4 TO-46-4 0 4 4 Package_TO_SOT_THT TO-46-4_Window TO-46-4_Window, Window TO-46-4_Window Window 0 4 4 Package_TO_SOT_THT TO-52-2 TO-52-2 TO-52-2 0 2 2 Package_TO_SOT_THT TO-52-2_Window TO-52-2_Window, Window TO-52-2_Window Window 0 2 2 Package_TO_SOT_THT TO-52-3 TO-52-3 TO-52-3 0 3 3 Package_TO_SOT_THT TO-52-3_Window TO-52-3_Window, Window TO-52-3_Window Window 0 3 3 Package_TO_SOT_THT TO-72-4 TO-72-4 TO-72-4 0 4 4 Package_TO_SOT_THT TO-72-4_Window TO-72-4_Window, Window TO-72-4_Window Window 0 4 4 Package_TO_SOT_THT TO-75-6 TO-75-6 TO-75-6 0 6 6 Package_TO_SOT_THT TO-75-6_Window TO-75-6_Window, Window TO-75-6_Window Window 0 6 6 Package_TO_SOT_THT TO-78-6 TO-78-6 TO-78-6 0 6 6 Package_TO_SOT_THT TO-78-6_Window TO-78-6_Window, Window TO-78-6_Window Window 0 6 6 Package_TO_SOT_THT TO-78-8 TO-78-8 TO-78-8 0 8 8 Package_TO_SOT_THT TO-78-8_Window TO-78-8_Window, Window TO-78-8_Window Window 0 8 8 Package_TO_SOT_THT TO-78-10 TO-78-10 TO-78-10 0 10 10 Package_TO_SOT_THT TO-78-10_Window TO-78-10_Window, Window TO-78-10_Window Window 0 10 10 Package_TO_SOT_THT TO-92 TO-92 leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92-2 TO-92 2-pin leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 diode SOD70 0 2 2 Package_TO_SOT_THT TO-92-2_Horizontal1 2-pin TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 temperature sensor diode 0 2 2 Package_TO_SOT_THT TO-92-2_Horizontal2 2-pin TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 temperature sensor diode 0 2 2 Package_TO_SOT_THT TO-92-2_W4.0mm_Horizontal_FlatSideDown TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 2 2 Package_TO_SOT_THT TO-92-2_W4.0mm_Horizontal_FlatSideUp TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 2 2 Package_TO_SOT_THT TO-92-2_Wide TO-92 2-pin leads in-line, wide, drill 0.75mm to-92 sc-43 sc-43a sot54 PA33 diode SOD70 0 2 2 Package_TO_SOT_THT TO-92Flat TO-92Flat package, often used for hall sensors, drill 0.75mm (see e.g. http://www.ti.com/lit/ds/symlink/drv5023.pdf) to-92Flat hall sensor 0 3 3 Package_TO_SOT_THT TO-92L TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) TO-92L Molded Narrow transistor 0 3 3 Package_TO_SOT_THT TO-92L_HandSolder TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm, hand-soldering variant with enlarged pads (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92L_Inline TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) TO-92L Inline Wide transistor 0 3 3 Package_TO_SOT_THT TO-92L_Inline_Wide TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) TO-92L Inline Wide transistor 0 3 3 Package_TO_SOT_THT TO-92L_Wide TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) TO-92L Molded Wide transistor 0 3 3 Package_TO_SOT_THT TO-92Mini-2 TO-92Mini package, drill 0.6mm (https://media.digikey.com/pdf/Data%20Sheets/Infineon%20PDFs/KT,KTY.pdf) to-92Mini transistor 0 2 2 Package_TO_SOT_THT TO-92S TO-92S package, drill 0.75mm (https://www.diodes.com/assets/Package-Files/TO92S%20(Type%20B).pdf) to-92S transistor 0 3 3 Package_TO_SOT_THT TO-92S-2 TO-92S package, 2-pin, drill 0.75mm (https://www.diodes.com/assets/Package-Files/TO92S%20(Type%20B).pdf) to-92S transistor 0 2 2 Package_TO_SOT_THT TO-92S_Wide TO-92S_Wide package, drill 0.75mm (https://www.diodes.com/assets/Package-Files/TO92S%20(Type%20B).pdf) TO-92S_Wide transistor 0 3 3 Package_TO_SOT_THT TO-92_HandSolder TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_Horizontal1 TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_Horizontal2 TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_Inline TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_Inline_Horizontal1 TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_Inline_Horizontal2 TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_Inline_W4.0mm_Horizontal_FlatSideDown TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_Inline_W4.0mm_Horizontal_FlatSideUp TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_Inline_Wide TO-92 leads in-line, wide, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_W4.0mm_StaggerEven_Horizontal_FlatSideDown TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_W4.0mm_StaggerEven_Horizontal_FlatSideUp TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-92_Wide TO-92 leads molded, wide, drill 0.75mm (see NXP sot054_po.pdf) to-92 sc-43 sc-43a sot54 PA33 transistor 0 3 3 Package_TO_SOT_THT TO-99-6 TO-99-6 TO-99-6 0 6 6 Package_TO_SOT_THT TO-99-6_Window TO-99-6_Window, Window TO-99-6_Window Window 0 6 6 Package_TO_SOT_THT TO-99-8 TO-99-8 TO-99-8 0 8 8 Package_TO_SOT_THT TO-99-8_Window TO-99-8_Window, Window TO-99-8_Window Window 0 8 8 Package_TO_SOT_THT TO-100-10 TO-100-10 TO-100-10 0 10 10 Package_TO_SOT_THT TO-100-10_Window TO-100-10_Window, Window TO-100-10_Window Window 0 10 10 Package_TO_SOT_THT TO-126-2_Horizontal_TabDown TO-126-2, Horizontal, RM 5.08mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf TO-126-2 Horizontal RM 5.08mm 0 2 2 Package_TO_SOT_THT TO-126-2_Horizontal_TabUp TO-126-2, Horizontal, RM 5.08mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf TO-126-2 Horizontal RM 5.08mm 0 2 2 Package_TO_SOT_THT TO-126-2_Vertical TO-126-2, Vertical, RM 5.08mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf TO-126-2 Vertical RM 5.08mm 0 2 2 Package_TO_SOT_THT TO-126-3_Horizontal_TabDown TO-126-3, Horizontal, RM 2.54mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf TO-126-3 Horizontal RM 2.54mm 0 3 3 Package_TO_SOT_THT TO-126-3_Horizontal_TabUp TO-126-3, Horizontal, RM 2.54mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf TO-126-3 Horizontal RM 2.54mm 0 3 3 Package_TO_SOT_THT TO-126-3_Vertical TO-126-3, Vertical, RM 2.54mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf TO-126-3 Vertical RM 2.54mm 0 3 3 Package_TO_SOT_THT TO-218-2_Horizontal_TabDown TO-218-2, Horizontal, RM 10.95mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf TO-218-2 Horizontal RM 10.95mm SOT-93 0 2 2 Package_TO_SOT_THT TO-218-2_Horizontal_TabUp TO-218-2, Horizontal, RM 10.95mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf TO-218-2 Horizontal RM 10.95mm SOT-93 0 2 2 Package_TO_SOT_THT TO-218-2_Vertical TO-218-2, Vertical, RM 10.95mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf TO-218-2 Vertical RM 10.95mm SOT-93 0 2 2 Package_TO_SOT_THT TO-218-3_Horizontal_TabDown TO-218-3, Horizontal, RM 5.475mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf TO-218-3 Horizontal RM 5.475mm SOT-93 0 3 3 Package_TO_SOT_THT TO-218-3_Horizontal_TabUp TO-218-3, Horizontal, RM 5.475mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf TO-218-3 Horizontal RM 5.475mm SOT-93 0 3 3 Package_TO_SOT_THT TO-218-3_Vertical TO-218-3, Vertical, RM 5.475mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf TO-218-3 Vertical RM 5.475mm SOT-93 0 3 3 Package_TO_SOT_THT TO-220-2_Horizontal_TabDown TO-220-2, Horizontal, RM 5.08mm, see https://www.centralsemi.com/PDFS/CASE/TO-220-2PD.PDF TO-220-2 Horizontal RM 5.08mm 0 2 2 Package_TO_SOT_THT TO-220-2_Horizontal_TabUp TO-220-2, Horizontal, RM 5.08mm, see https://www.centralsemi.com/PDFS/CASE/TO-220-2PD.PDF TO-220-2 Horizontal RM 5.08mm 0 2 2 Package_TO_SOT_THT TO-220-2_Vertical TO-220-2, Vertical, RM 5.08mm, see https://www.centralsemi.com/PDFS/CASE/TO-220-2PD.PDF TO-220-2 Vertical RM 5.08mm 0 2 2 Package_TO_SOT_THT TO-220-3_Horizontal_TabDown TO-220-3, Horizontal, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf TO-220-3 Horizontal RM 2.54mm 0 3 3 Package_TO_SOT_THT TO-220-3_Horizontal_TabUp TO-220-3, Horizontal, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf TO-220-3 Horizontal RM 2.54mm 0 3 3 Package_TO_SOT_THT TO-220-3_Vertical TO-220-3, Vertical, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf TO-220-3 Vertical RM 2.54mm 0 3 3 Package_TO_SOT_THT TO-220-4_Horizontal_TabDown TO-220-4, Horizontal, RM 2.54mm TO-220-4 Horizontal RM 2.54mm 0 4 4 Package_TO_SOT_THT TO-220-4_Horizontal_TabUp TO-220-4, Horizontal, RM 2.54mm TO-220-4 Horizontal RM 2.54mm 0 4 4 Package_TO_SOT_THT TO-220-4_P5.08x2.54mm_StaggerEven_Lead3.8mm_Vertical TO-220-4, Vertical, RM 2.54mm, staggered type-2 TO-220-4 Vertical RM 2.54mm staggered type-2 0 4 4 Package_TO_SOT_THT TO-220-4_P5.08x2.54mm_StaggerEven_Lead5.84mm_TabDown TO-220-4, Horizontal, RM 2.54mm, staggered type-2 TO-220-4 Horizontal RM 2.54mm staggered type-2 0 4 4 Package_TO_SOT_THT TO-220-4_P5.08x2.54mm_StaggerOdd_Lead3.8mm_Vertical TO-220-4, Vertical, RM 2.54mm, staggered type-1 TO-220-4 Vertical RM 2.54mm staggered type-1 0 4 4 Package_TO_SOT_THT TO-220-4_P5.08x2.54mm_StaggerOdd_Lead5.84mm_TabDown TO-220-4, Horizontal, RM 2.54mm, staggered type-1 TO-220-4 Horizontal RM 2.54mm staggered type-1 0 4 4 Package_TO_SOT_THT TO-220-4_Vertical TO-220-4, Vertical, RM 2.54mm TO-220-4 Vertical RM 2.54mm 0 4 4 Package_TO_SOT_THT TO-220-5_Horizontal_TabDown TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421_straight_lead.pdf TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 0 5 5 Package_TO_SOT_THT TO-220-5_Horizontal_TabUp TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421_straight_lead.pdf TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 0 5 5 Package_TO_SOT_THT TO-220-5_P3.4x3.7mm_StaggerEven_Lead3.8mm_Vertical TO-220-5, Vertical, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-2, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf TO-220-5 Vertical RM 1.7mm Pentawatt Multiwatt-5 staggered type-2 0 5 5 Package_TO_SOT_THT TO-220-5_P3.4x3.7mm_StaggerOdd_Lead3.8mm_Vertical TO-220-5, Vertical, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-1, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf TO-220-5 Vertical RM 1.7mm Pentawatt Multiwatt-5 staggered type-1 0 5 5 Package_TO_SOT_THT TO-220-5_P3.4x3.8mm_StaggerEven_Lead7.13mm_TabDown TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-2, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 staggered type-2 0 5 5 Package_TO_SOT_THT TO-220-5_P3.4x3.8mm_StaggerOdd_Lead7.13mm_TabDown TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-1, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 staggered type-1 0 5 5 Package_TO_SOT_THT TO-220-5_Vertical TO-220-5, Vertical, RM 1.7mm, Pentawatt, Multiwatt-5, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421_straight_lead.pdf TO-220-5 Vertical RM 1.7mm Pentawatt Multiwatt-5 0 5 5 Package_TO_SOT_THT TO-220-7_P2.54x3.7mm_StaggerEven_Lead3.8mm_Vertical TO-220-7, Vertical, RM 1.27mm, Multiwatt-7, staggered type-2 TO-220-7 Vertical RM 1.27mm Multiwatt-7 staggered type-2 0 7 7 Package_TO_SOT_THT TO-220-7_P2.54x3.7mm_StaggerOdd_Lead3.8mm_Vertical TO-220-7, Vertical, RM 1.27mm, Multiwatt-7, staggered type-1 TO-220-7 Vertical RM 1.27mm Multiwatt-7 staggered type-1 0 7 7 Package_TO_SOT_THT TO-220-7_P2.54x3.8mm_StaggerEven_Lead5.85mm_TabDown TO-220-7, Horizontal, RM 1.27mm, Multiwatt-7, staggered type-2 TO-220-7 Horizontal RM 1.27mm Multiwatt-7 staggered type-2 0 7 7 Package_TO_SOT_THT TO-220-7_P2.54x3.8mm_StaggerOdd_Lead5.85mm_TabDown TO-220-7, Horizontal, RM 1.27mm, Multiwatt-7, staggered type-1 TO-220-7 Horizontal RM 1.27mm Multiwatt-7 staggered type-1 0 7 7 Package_TO_SOT_THT TO-220-8_Vertical TO-220-8 (Multiwatt8), Vertical, 2.54mm Pitch (http://www.st.com/resource/en/datasheet/tda7264.pdf) TO-220-9 Vertical 2.54mm Pitch Multiwatt 8 0 8 8 Package_TO_SOT_THT TO-220-9_P1.94x3.7mm_StaggerEven_Lead3.8mm_Vertical TO-220-9, Vertical, RM 0.97mm, Multiwatt-9, staggered type-2 TO-220-9 Vertical RM 0.97mm Multiwatt-9 staggered type-2 0 9 9 Package_TO_SOT_THT TO-220-9_P1.94x3.7mm_StaggerOdd_Lead3.8mm_Vertical TO-220-9, Vertical, RM 0.97mm, Multiwatt-9, staggered type-1 TO-220-9 Vertical RM 0.97mm Multiwatt-9 staggered type-1 0 9 9 Package_TO_SOT_THT TO-220-9_P1.94x3.8mm_StaggerEven_Lead5.85mm_TabDown TO-220-9, Horizontal, RM 0.97mm, Multiwatt-9, staggered type-2 TO-220-9 Horizontal RM 0.97mm Multiwatt-9 staggered type-2 0 9 9 Package_TO_SOT_THT TO-220-9_P1.94x3.8mm_StaggerOdd_Lead5.85mm_TabDown TO-220-9, Horizontal, RM 0.97mm, Multiwatt-9, staggered type-1 TO-220-9 Horizontal RM 0.97mm Multiwatt-9 staggered type-1 0 9 9 Package_TO_SOT_THT TO-220-11_P3.4x2.54mm_StaggerEven_Lead5.84mm_TabDown TO-220-11, Horizontal, RM 1.7mm, staggered type-2, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf TO-220-11 Horizontal RM 1.7mm staggered type-2 0 11 11 Package_TO_SOT_THT TO-220-11_P3.4x2.54mm_StaggerOdd_Lead5.84mm_TabDown TO-220-11, Horizontal, RM 1.7mm, staggered type-1, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf TO-220-11 Horizontal RM 1.7mm staggered type-1 0 11 11 Package_TO_SOT_THT TO-220-11_P3.4x5.08mm_StaggerEven_Lead4.58mm_Vertical TO-220-11, Vertical, RM 1.7mm, staggered type-2, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf TO-220-11 Vertical RM 1.7mm staggered type-2 0 11 11 Package_TO_SOT_THT TO-220-11_P3.4x5.08mm_StaggerOdd_Lead4.85mm_Vertical TO-220-11, Vertical, RM 1.7mm, staggered type-1, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf TO-220-11 Vertical RM 1.7mm staggered type-1 0 11 11 Package_TO_SOT_THT TO-220-11_P3.4x5.08mm_StaggerOdd_Lead8.45mm_TabDown TO-220-11, Horizontal, RM 1.7mm, staggered type-1, see http://www.ti.com/lit/ds/symlink/lmd18200.pdf TO-220-11 Horizontal RM 1.7mm staggered type-1 0 11 11 Package_TO_SOT_THT TO-220-15_P2.54x2.54mm_StaggerEven_Lead4.58mm_Vertical TO-220-15, Vertical, RM 1.27mm, staggered type-2, see http://www.st.com/resource/en/datasheet/l298.pdf TO-220-15 Vertical RM 1.27mm staggered type-2 0 15 15 Package_TO_SOT_THT TO-220-15_P2.54x2.54mm_StaggerEven_Lead5.84mm_TabDown TO-220-15, Horizontal, RM 1.27mm, staggered type-2, see http://www.st.com/resource/en/datasheet/l298.pdf TO-220-15 Horizontal RM 1.27mm staggered type-2 0 15 15 Package_TO_SOT_THT TO-220-15_P2.54x2.54mm_StaggerOdd_Lead4.58mm_Vertical TO-220-15, Vertical, RM 1.27mm, staggered type-1, see http://www.st.com/resource/en/datasheet/l298.pdf TO-220-15 Vertical RM 1.27mm staggered type-1 0 15 15 Package_TO_SOT_THT TO-220-15_P2.54x2.54mm_StaggerOdd_Lead5.84mm_TabDown TO-220-15, Horizontal, RM 1.27mm, staggered type-1, see http://www.st.com/resource/en/datasheet/l298.pdf TO-220-15 Horizontal RM 1.27mm staggered type-1 0 15 15 Package_TO_SOT_THT TO-220F-2_Horizontal_TabDown TO-220F-2, Horizontal, RM 5.08mm, see http://www.onsemi.com/pub/Collateral/FFPF10F150S-D.pdf TO-220F-2 Horizontal RM 5.08mm 0 2 2 Package_TO_SOT_THT TO-220F-2_Horizontal_TabUp TO-220F-2, Horizontal, RM 5.08mm, see http://www.onsemi.com/pub/Collateral/FFPF10F150S-D.pdf TO-220F-2 Horizontal RM 5.08mm 0 2 2 Package_TO_SOT_THT TO-220F-2_Vertical TO-220F-2, Vertical, RM 5.08mm, see http://www.onsemi.com/pub/Collateral/FFPF10F150S-D.pdf TO-220F-2 Vertical RM 5.08mm 0 2 2 Package_TO_SOT_THT TO-220F-3_Horizontal_TabDown TO-220F-3, Horizontal, RM 2.54mm, see http://www.st.com/resource/en/datasheet/stp20nm60.pdf TO-220F-3 Horizontal RM 2.54mm 0 3 3 Package_TO_SOT_THT TO-220F-3_Horizontal_TabUp TO-220F-3, Horizontal, RM 2.54mm, see http://www.st.com/resource/en/datasheet/stp20nm60.pdf TO-220F-3 Horizontal RM 2.54mm 0 3 3 Package_TO_SOT_THT TO-220F-3_Vertical TO-220F-3, Vertical, RM 2.54mm, see http://www.st.com/resource/en/datasheet/stp20nm60.pdf TO-220F-3 Vertical RM 2.54mm 0 3 3 Package_TO_SOT_THT TO-220F-4_Horizontal_TabDown TO-220F-4, Horizontal, RM 2.54mm, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf TO-220F-4 Horizontal RM 2.54mm 0 4 4 Package_TO_SOT_THT TO-220F-4_Horizontal_TabUp TO-220F-4, Horizontal, RM 2.54mm, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf TO-220F-4 Horizontal RM 2.54mm 0 4 4 Package_TO_SOT_THT TO-220F-4_P5.08x2.05mm_StaggerEven_Lead1.85mm_Vertical TO-220F-4, Vertical, RM 2.54mm, staggered type-2, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf TO-220F-4 Vertical RM 2.54mm staggered type-2 0 4 4 Package_TO_SOT_THT TO-220F-4_P5.08x2.05mm_StaggerOdd_Lead1.85mm_Vertical TO-220F-4, Vertical, RM 2.54mm, staggered type-1, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf TO-220F-4 Vertical RM 2.54mm staggered type-1 0 4 4 Package_TO_SOT_THT TO-220F-4_P5.08x3.7mm_StaggerEven_Lead3.5mm_Vertical TO-220F-4, Vertical, RM 2.54mm, staggered type-2, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf TO-220F-4 Vertical RM 2.54mm staggered type-2 0 4 4 Package_TO_SOT_THT TO-220F-4_P5.08x3.7mm_StaggerOdd_Lead3.5mm_Vertical TO-220F-4, Vertical, RM 2.54mm, staggered type-1, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf TO-220F-4 Vertical RM 2.54mm staggered type-1 0 4 4 Package_TO_SOT_THT TO-220F-4_Vertical TO-220F-4, Vertical, RM 2.54mm, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf TO-220F-4 Vertical RM 2.54mm 0 4 4 Package_TO_SOT_THT TO-220F-5_Horizontal_TabDown TO-220F-5, Horizontal, RM 1.7mm, PentawattF-, MultiwattF-5 TO-220F-5 Horizontal RM 1.7mm PentawattF- MultiwattF-5 0 5 5 Package_TO_SOT_THT TO-220F-5_Horizontal_TabUp TO-220F-5, Horizontal, RM 1.7mm, PentawattF-, MultiwattF-5 TO-220F-5 Horizontal RM 1.7mm PentawattF- MultiwattF-5 0 5 5 Package_TO_SOT_THT TO-220F-5_P3.4x2.06mm_StaggerEven_Lead1.86mm_Vertical TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-2 TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-2 0 5 5 Package_TO_SOT_THT TO-220F-5_P3.4x2.06mm_StaggerOdd_Lead1.86mm_Vertical TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-1 TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-1 0 5 5 Package_TO_SOT_THT TO-220F-5_P3.4x3.7mm_StaggerEven_Lead3.5mm_Vertical TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-2 TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-2 0 5 5 Package_TO_SOT_THT TO-220F-5_P3.4x3.7mm_StaggerOdd_Lead3.5mm_Vertical TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-1 TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-1 0 5 5 Package_TO_SOT_THT TO-220F-5_Vertical TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5 TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 0 5 5 Package_TO_SOT_THT TO-220F-7_P2.54x3.7mm_StaggerEven_Lead3.5mm_Vertical TO-220F-7, Vertical, RM 1.27mm, staggered type-2 TO-220F-7 Vertical RM 1.27mm staggered type-2 0 7 7 Package_TO_SOT_THT TO-220F-7_P2.54x3.7mm_StaggerOdd_Lead3.5mm_Vertical TO-220F-7, Vertical, RM 1.27mm, staggered type-1 TO-220F-7 Vertical RM 1.27mm staggered type-1 0 7 7 Package_TO_SOT_THT TO-220F-9_P1.8x3.7mm_StaggerEven_Lead3.5mm_Vertical TO-220F-9, Vertical, RM 0.9mm, staggered type-2 TO-220F-9 Vertical RM 0.9mm staggered type-2 0 9 9 Package_TO_SOT_THT TO-220F-9_P1.8x3.7mm_StaggerOdd_Lead3.5mm_Vertical TO-220F-9, Vertical, RM 0.9mm, staggered type-1 TO-220F-9 Vertical RM 0.9mm staggered type-1 0 9 9 Package_TO_SOT_THT TO-220F-11_P3.4x5.08mm_StaggerEven_Lead5.08mm_Vertical TO-220F-11, Vertical, RM 1.7mm, MultiwattF-11, staggered type-2, see http://www.ti.com/lit/ds/symlink/lm3886.pdf TO-220F-11 Vertical RM 1.7mm MultiwattF-11 staggered type-2 0 11 11 Package_TO_SOT_THT TO-220F-11_P3.4x5.08mm_StaggerOdd_Lead5.08mm_Vertical TO-220F-11, Vertical, RM 1.7mm, MultiwattF-11, staggered type-1, see http://www.ti.com/lit/ds/symlink/lm3886.pdf TO-220F-11 Vertical RM 1.7mm MultiwattF-11 staggered type-1 0 11 11 Package_TO_SOT_THT TO-220F-15_P2.54x5.08mm_StaggerEven_Lead5.08mm_Vertical TO-220F-15, Vertical, RM 1.27mm, MultiwattF-15, staggered type-2 TO-220F-15 Vertical RM 1.27mm MultiwattF-15 staggered type-2 0 15 15 Package_TO_SOT_THT TO-220F-15_P2.54x5.08mm_StaggerOdd_Lead5.08mm_Vertical TO-220F-15, Vertical, RM 1.27mm, MultiwattF-15, staggered type-1 TO-220F-15 Vertical RM 1.27mm MultiwattF-15 staggered type-1 0 15 15 Package_TO_SOT_THT TO-247-2_Horizontal_TabDown TO-247-2, Horizontal, RM 10.9mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html TO-247-2 Horizontal RM 10.9mm 0 2 2 Package_TO_SOT_THT TO-247-2_Horizontal_TabUp TO-247-2, Horizontal, RM 10.9mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html TO-247-2 Horizontal RM 10.9mm 0 2 2 Package_TO_SOT_THT TO-247-2_Vertical TO-247-2, Vertical, RM 10.9mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html TO-247-2 Vertical RM 10.9mm 0 2 2 Package_TO_SOT_THT TO-247-3_Horizontal_TabDown TO-247-3, Horizontal, RM 5.45mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html TO-247-3 Horizontal RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-247-3_Horizontal_TabUp TO-247-3, Horizontal, RM 5.45mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html TO-247-3 Horizontal RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-247-3_Vertical TO-247-3, Vertical, RM 5.45mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html TO-247-3 Vertical RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-247-4_Horizontal_TabDown TO-247-4, Horizontal, RM 2.54mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html TO-247-4 Horizontal RM 2.54mm 0 4 4 Package_TO_SOT_THT TO-247-4_Horizontal_TabUp TO-247-4, Horizontal, RM 2.54mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html TO-247-4 Horizontal RM 2.54mm 0 4 4 Package_TO_SOT_THT TO-247-4_Vertical TO-247-4, Vertical, RM 2.54mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html TO-247-4 Vertical RM 2.54mm 0 4 4 Package_TO_SOT_THT TO-247-5_Horizontal_TabDown TO-247-5, Horizontal, RM 2.54mm, see http://ww1.microchip.com/downloads/en/DeviceDoc/20005685A.pdf TO-247-5 Horizontal RM 2.54mm 0 5 5 Package_TO_SOT_THT TO-247-5_Horizontal_TabUp TO-247-5, Horizontal, RM 2.54mm, see http://ww1.microchip.com/downloads/en/DeviceDoc/20005685A.pdf TO-247-5 Horizontal RM 2.54mm 0 5 5 Package_TO_SOT_THT TO-247-5_Vertical TO-247-5, Vertical, RM 2.54mm, see http://ww1.microchip.com/downloads/en/DeviceDoc/20005685A.pdf TO-247-5 Vertical RM 2.54mm 0 5 5 Package_TO_SOT_THT TO-251-2-1EP_Horizontal_TabDown TO-251-2, Horizontal, RM 4.58mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf TO-251-2 Horizontal RM 4.58mm IPAK 0 3 3 Package_TO_SOT_THT TO-251-2_Vertical TO-251-2, Vertical, RM 4.58mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf TO-251-2 Vertical RM 4.58mm IPAK 0 2 2 Package_TO_SOT_THT TO-251-3-1EP_Horizontal_TabDown TO-251-3, Horizontal, RM 2.29mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf TO-251-3 Horizontal RM 2.29mm IPAK 0 4 4 Package_TO_SOT_THT TO-251-3_Vertical TO-251-3, Vertical, RM 2.29mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf TO-251-3 Vertical RM 2.29mm IPAK 0 3 3 Package_TO_SOT_THT TO-262-3-1EP_Horizontal_TabDown TO-262-3, Horizontal, RM 2.54mm, IIPAK, I2PAK, see http://www.onsemi.com/pub/Collateral/EN8586-D.PDF TO-262-3 Horizontal RM 2.54mm IIPAK I2PAK 0 4 4 Package_TO_SOT_THT TO-262-3_Vertical TO-262-3, Vertical, RM 2.54mm, IIPAK, I2PAK, see http://www.onsemi.com/pub/Collateral/EN8586-D.PDF TO-262-3 Vertical RM 2.54mm IIPAK I2PAK 0 3 3 Package_TO_SOT_THT TO-262-5-1EP_Horizontal_TabDown TO-262-5, Horizontal, RM 1.7mm, IIPAK, I2PAK, see http://pdf.datasheetcatalog.com/datasheet/irf/iris4011.pdf TO-262-5 Horizontal RM 1.7mm IIPAK I2PAK 0 6 6 Package_TO_SOT_THT TO-262-5_Vertical TO-262-5, Vertical, RM 1.7mm, IIPAK, I2PAK, see http://pdf.datasheetcatalog.com/datasheet/irf/iris4011.pdf TO-262-5 Vertical RM 1.7mm IIPAK I2PAK 0 5 5 Package_TO_SOT_THT TO-264-2_Horizontal_TabDown TO-264-2, Horizontal, RM 10.9mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf TO-264-2 Horizontal RM 10.9mm 0 2 2 Package_TO_SOT_THT TO-264-2_Horizontal_TabUp TO-264-2, Horizontal, RM 10.9mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf TO-264-2 Horizontal RM 10.9mm 0 2 2 Package_TO_SOT_THT TO-264-2_Vertical TO-264-2, Vertical, RM 10.9mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf TO-264-2 Vertical RM 10.9mm 0 2 2 Package_TO_SOT_THT TO-264-3_Horizontal_TabDown TO-264-3, Horizontal, RM 5.45mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf TO-264-3 Horizontal RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-264-3_Horizontal_TabUp TO-264-3, Horizontal, RM 5.45mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf TO-264-3 Horizontal RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-264-3_Vertical TO-264-3, Vertical, RM 5.45mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf TO-264-3 Vertical RM 5.45mm 0 3 3 Package_TO_SOT_THT TO-264-5_Horizontal_TabDown TO-264-5, Horizontal, RM 3.81mm, see https://www.onsemi.com/pub/Collateral/NJL3281D-D.PDF TO-264-5 Horizontal RM 3.81mm 0 5 5 Package_TO_SOT_THT TO-264-5_Horizontal_TabUp TO-264-5, Horizontal, RM 3.81mm, see https://www.onsemi.com/pub/Collateral/NJL3281D-D.PDF TO-264-5 Horizontal RM 3.81mm 0 5 5 Package_TO_SOT_THT TO-264-5_Vertical TO-264-5, Vertical, RM 3.81mm, see https://www.onsemi.com/pub/Collateral/NJL3281D-D.PDF TO-264-5 Vertical RM 3.81mm 0 5 5 Potentiometer_SMD Potentiometer_ACP_CA6-VSMD_Vertical Potentiometer, vertical, ACP CA6-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/06/01-ACP-CA6.pdf Potentiometer vertical ACP CA6-VSMD 0 3 3 Potentiometer_SMD Potentiometer_ACP_CA6-VSMD_Vertical_Hole Potentiometer, vertical, shaft hole, ACP CA6-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/06/01-ACP-CA6.pdf Potentiometer vertical hole ACP CA6-VSMD 0 3 3 Potentiometer_SMD Potentiometer_ACP_CA9-VSMD_Vertical Potentiometer, vertical, ACP CA9-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf Potentiometer vertical ACP CA9-VSMD 0 3 3 Potentiometer_SMD Potentiometer_ACP_CA9-VSMD_Vertical_Hole Potentiometer, vertical, shaft hole, ACP CA9-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf Potentiometer vertical hole ACP CA9-VSMD 0 3 3 Potentiometer_SMD Potentiometer_ACP_CA14-VSMD_Vertical Potentiometer, vertical, ACP CA14-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf Potentiometer vertical ACP CA14-VSMD 0 3 3 Potentiometer_SMD Potentiometer_ACP_CA14-VSMD_Vertical_Hole Potentiometer, vertical, shaft hole, ACP CA14-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf Potentiometer vertical hole ACP CA14-VSMD 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3214G_Horizontal Potentiometer, horizontal, Bourns 3214G, https://www.bourns.com/docs/Product-Datasheets/3214.pdf Potentiometer horizontal Bourns 3214G 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3214J_Horizontal Potentiometer, horizontal, Bourns 3214J, https://www.bourns.com/docs/Product-Datasheets/3214.pdf Potentiometer horizontal Bourns 3214J 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3214W_Vertical Potentiometer, vertical, Bourns 3214W, https://www.bourns.com/docs/Product-Datasheets/3214.pdf Potentiometer vertical Bourns 3214W 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3214X_Vertical Potentiometer, vertical, Bourns 3214X, https://www.bourns.com/docs/Product-Datasheets/3214.pdf Potentiometer vertical Bourns 3214X 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3224G_Horizontal Potentiometer, horizontal, Bourns 3224G, https://www.bourns.com/docs/Product-Datasheets/3224.pdf Potentiometer horizontal Bourns 3224G 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3224J_Horizontal Potentiometer, horizontal, Bourns 3224J, https://www.bourns.com/docs/Product-Datasheets/3224.pdf Potentiometer horizontal Bourns 3224J 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3224W_Vertical Potentiometer, vertical, Bourns 3224W, https://www.bourns.com/docs/Product-Datasheets/3224.pdf Potentiometer vertical Bourns 3224W 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3224X_Vertical Potentiometer, vertical, Bourns 3224X, https://www.bourns.com/docs/Product-Datasheets/3224.pdf Potentiometer vertical Bourns 3224X 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3269P_Horizontal Potentiometer, horizontal, Bourns 3269P, https://www.bourns.com/docs/Product-Datasheets/3269.pdf Potentiometer horizontal Bourns 3269P 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3269W_Vertical Potentiometer, vertical, Bourns 3269W, https://www.bourns.com/docs/Product-Datasheets/3269.pdf Potentiometer vertical Bourns 3269W 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3269X_Horizontal Potentiometer, horizontal, Bourns 3269X, https://www.bourns.com/docs/Product-Datasheets/3269.pdf Potentiometer horizontal Bourns 3269X 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3314G_Vertical Potentiometer, vertical, Bourns 3314G, http://www.bourns.com/docs/Product-Datasheets/3314.pdf Potentiometer vertical Bourns 3314G 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3314J_Vertical Potentiometer, vertical, Bourns 3314J, http://www.bourns.com/docs/Product-Datasheets/3314.pdf Potentiometer vertical Bourns 3314J 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3314R-1_Vertical_Hole Potentiometer, vertical, shaft hole, Bourns 3314R-1, http://www.bourns.com/docs/Product-Datasheets/3314.pdf Potentiometer vertical hole Bourns 3314R-1 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3314R-GM5_Vertical Potentiometer, vertical, Bourns 3314R-GM5, http://www.bourns.com/docs/Product-Datasheets/3314.pdf Potentiometer vertical Bourns 3314R-GM5 0 3 3 Potentiometer_SMD Potentiometer_Bourns_3314S_Horizontal Potentiometer, horizontal, Bourns 3314S, http://www.bourns.com/docs/Product-Datasheets/3314.pdf Potentiometer horizontal Bourns 3314S 0 3 3 Potentiometer_SMD Potentiometer_Bourns_PRS11S_Vertical Potentiometer, vertical, Bourns PRS11S, http://www.bourns.com/docs/Product-Datasheets/PRS11S.pdf Potentiometer vertical Bourns PRS11S 0 5 5 Potentiometer_SMD Potentiometer_Bourns_TC33X_Vertical Potentiometer, Bourns, TC33X, Vertical, https://www.bourns.com/pdfs/TC33.pdf Potentiometer Bourns TC33X Vertical 0 3 3 Potentiometer_SMD Potentiometer_Vishay_TS53YJ_Vertical Potentiometer, vertical, Vishay TS53YJ, https://www.vishay.com/docs/51008/ts53.pdf Potentiometer vertical Vishay TS53YJ 0 3 3 Potentiometer_SMD Potentiometer_Vishay_TS53YL_Vertical Potentiometer, vertical, Vishay TS53YL, https://www.vishay.com/docs/51008/ts53.pdf Potentiometer vertical Vishay TS53YL 0 3 3 Potentiometer_THT Potentiometer_ACP_CA6-H2,5_Horizontal Potentiometer, horizontal, ACP CA6-H2,5, http://www.acptechnologies.com/wp-content/uploads/2017/06/01-ACP-CA6.pdf Potentiometer horizontal ACP CA6-H2,5 0 3 3 Potentiometer_THT Potentiometer_ACP_CA9-H2,5_Horizontal Potentiometer, horizontal, ACP CA9-H2,5, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf Potentiometer horizontal ACP CA9-H2,5 0 3 3 Potentiometer_THT Potentiometer_ACP_CA9-H3,8_Horizontal Potentiometer, horizontal, ACP CA9-H3,8, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf Potentiometer horizontal ACP CA9-H3,8 0 3 3 Potentiometer_THT Potentiometer_ACP_CA9-H5_Horizontal Potentiometer, horizontal, ACP CA9-H5, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf Potentiometer horizontal ACP CA9-H5 0 3 3 Potentiometer_THT Potentiometer_ACP_CA9-V10_Vertical Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf Potentiometer vertical ACP CA9-V10 0 3 3 Potentiometer_THT Potentiometer_ACP_CA9-V10_Vertical_Hole Potentiometer, vertical, shaft hole, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf Potentiometer vertical hole ACP CA9-V10 0 3 3 Potentiometer_THT Potentiometer_ACP_CA14-H2,5_Horizontal Potentiometer, horizontal, ACP CA14-H2,5, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf Potentiometer horizontal ACP CA14-H2,5 0 3 3 Potentiometer_THT Potentiometer_ACP_CA14-H4_Horizontal Potentiometer, horizontal, ACP CA14-H4, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf Potentiometer horizontal ACP CA14-H4 0 3 3 Potentiometer_THT Potentiometer_ACP_CA14-H5_Horizontal Potentiometer, horizontal, ACP CA14-H5, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf Potentiometer horizontal ACP CA14-H5 0 3 3 Potentiometer_THT Potentiometer_ACP_CA14V-15_Vertical Potentiometer, vertical, ACP CA14V-15, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf Potentiometer vertical ACP CA14V-15 0 3 3 Potentiometer_THT Potentiometer_ACP_CA14V-15_Vertical_Hole Potentiometer, vertical, shaft hole, ACP CA14V-15, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf Potentiometer vertical hole ACP CA14V-15 0 3 3 Potentiometer_THT Potentiometer_Alpha_RD901F-40-00D_Single_Vertical Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 potentiometer vertical 9mm single 0 5 3 Potentiometer_THT Potentiometer_Alpha_RD901F-40-00D_Single_Vertical_CircularHoles Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 potentiometer vertical 9mm single 0 5 3 Potentiometer_THT Potentiometer_Alpha_RD902F-40-00D_Dual_Vertical Potentiometer, vertical, 9mm, dual, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 potentiometer vertical 9mm dual 0 8 6 Potentiometer_THT Potentiometer_Alpha_RD902F-40-00D_Dual_Vertical_CircularHoles Potentiometer, vertical, 9mm, dual, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 potentiometer vertical 9mm dual 0 8 6 Potentiometer_THT Potentiometer_Alps_RK09K_Single_Horizontal Potentiometer, horizontal, Alps RK09K Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09K/RK09K_list.html Potentiometer horizontal Alps RK09K Single 0 5 3 Potentiometer_THT Potentiometer_Alps_RK09K_Single_Vertical Potentiometer, vertical, Alps RK09K Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09K/RK09K_list.html Potentiometer vertical Alps RK09K Single 0 3 3 Potentiometer_THT Potentiometer_Alps_RK09L_Double_Horizontal Potentiometer, horizontal, Alps RK09L Double, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html Potentiometer horizontal Alps RK09L Double 0 8 6 Potentiometer_THT Potentiometer_Alps_RK09L_Double_Vertical Potentiometer, vertical, Alps RK09L Double, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html Potentiometer vertical Alps RK09L Double 0 6 6 Potentiometer_THT Potentiometer_Alps_RK09L_Single_Horizontal Potentiometer, horizontal, Alps RK09L Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html Potentiometer horizontal Alps RK09L Single 0 5 3 Potentiometer_THT Potentiometer_Alps_RK09L_Single_Vertical Potentiometer, vertical, Alps RK09L Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html Potentiometer vertical Alps RK09L Single 0 3 3 Potentiometer_THT Potentiometer_Alps_RK09Y11_Single_Horizontal Potentiometer, horizontal, Alps RK09Y11 Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09Y11/RK09Y11_list.html Potentiometer horizontal Alps RK09Y11 Single 0 3 3 Potentiometer_THT Potentiometer_Alps_RK097_Dual_Horizontal Potentiometer, horizontal, Alps RK097 Dual, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK097/RK097_list.html Potentiometer horizontal Alps RK097 Dual 0 6 6 Potentiometer_THT Potentiometer_Alps_RK097_Single_Horizontal Potentiometer, horizontal, Alps RK097 Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK097/RK097_list.html Potentiometer horizontal Alps RK097 Single 0 3 3 Potentiometer_THT Potentiometer_Alps_RK163_Dual_Horizontal Potentiometer, horizontal, Alps RK163 Dual, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK16/RK16_list.html Potentiometer horizontal Alps RK163 Dual 0 6 6 Potentiometer_THT Potentiometer_Alps_RK163_Single_Horizontal Potentiometer, horizontal, Alps RK163 Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK16/RK16_list.html Potentiometer horizontal Alps RK163 Single 0 3 3 Potentiometer_THT Potentiometer_Bourns_3005_Horizontal Potentiometer, horizontal, Bourns 3005, http://www.bourns.com/docs/Product-Datasheets/3005.pdf Potentiometer horizontal Bourns 3005 0 3 3 Potentiometer_THT Potentiometer_Bourns_3006P_Horizontal Potentiometer, horizontal, Bourns 3006P, https://www.bourns.com/docs/Product-Datasheets/3006.pdf Potentiometer horizontal Bourns 3006P 0 3 3 Potentiometer_THT Potentiometer_Bourns_3006W_Horizontal Potentiometer, horizontal, Bourns 3006W, https://www.bourns.com/docs/Product-Datasheets/3006.pdf Potentiometer horizontal Bourns 3006W 0 3 3 Potentiometer_THT Potentiometer_Bourns_3006Y_Horizontal Potentiometer, horizontal, Bourns 3006Y, https://www.bourns.com/docs/Product-Datasheets/3006.pdf Potentiometer horizontal Bourns 3006Y 0 3 3 Potentiometer_THT Potentiometer_Bourns_3009P_Horizontal Potentiometer, horizontal, Bourns 3009P, http://www.bourns.com/docs/Product-Datasheets/3009.pdf Potentiometer horizontal Bourns 3009P 0 3 3 Potentiometer_THT Potentiometer_Bourns_3009Y_Horizontal Potentiometer, horizontal, Bourns 3009Y, http://www.bourns.com/docs/Product-Datasheets/3009.pdf Potentiometer horizontal Bourns 3009Y 0 3 3 Potentiometer_THT Potentiometer_Bourns_3266P_Horizontal Potentiometer, horizontal, Bourns 3266P, https://www.bourns.com/docs/Product-Datasheets/3266.pdf Potentiometer horizontal Bourns 3266P 0 3 3 Potentiometer_THT Potentiometer_Bourns_3266W_Vertical Potentiometer, vertical, Bourns 3266W, https://www.bourns.com/docs/Product-Datasheets/3266.pdf Potentiometer vertical Bourns 3266W 0 3 3 Potentiometer_THT Potentiometer_Bourns_3266X_Horizontal Potentiometer, horizontal, Bourns 3266X, https://www.bourns.com/docs/Product-Datasheets/3266.pdf Potentiometer horizontal Bourns 3266X 0 3 3 Potentiometer_THT Potentiometer_Bourns_3266Y_Vertical Potentiometer, vertical, Bourns 3266Y, https://www.bourns.com/docs/Product-Datasheets/3266.pdf Potentiometer vertical Bourns 3266Y 0 3 3 Potentiometer_THT Potentiometer_Bourns_3266Z_Horizontal Potentiometer, horizontal, Bourns 3266Z, https://www.bourns.com/docs/Product-Datasheets/3266.pdf Potentiometer horizontal Bourns 3266Z 0 3 3 Potentiometer_THT Potentiometer_Bourns_3296P_Horizontal Potentiometer, horizontal, Bourns 3296P, https://www.bourns.com/pdfs/3296.pdf Potentiometer horizontal Bourns 3296P 0 3 3 Potentiometer_THT Potentiometer_Bourns_3296W_Vertical Potentiometer, vertical, Bourns 3296W, https://www.bourns.com/pdfs/3296.pdf Potentiometer vertical Bourns 3296W 0 3 3 Potentiometer_THT Potentiometer_Bourns_3296X_Horizontal Potentiometer, horizontal, Bourns 3296X, https://www.bourns.com/pdfs/3296.pdf Potentiometer horizontal Bourns 3296X 0 3 3 Potentiometer_THT Potentiometer_Bourns_3296Y_Vertical Potentiometer, vertical, Bourns 3296Y, https://www.bourns.com/pdfs/3296.pdf Potentiometer vertical Bourns 3296Y 0 3 3 Potentiometer_THT Potentiometer_Bourns_3296Z_Horizontal Potentiometer, horizontal, Bourns 3296Z, https://www.bourns.com/pdfs/3296.pdf Potentiometer horizontal Bourns 3296Z 0 3 3 Potentiometer_THT Potentiometer_Bourns_3299P_Horizontal Potentiometer, horizontal, Bourns 3299P, https://www.bourns.com/pdfs/3299.pdf Potentiometer horizontal Bourns 3299P 0 3 3 Potentiometer_THT Potentiometer_Bourns_3299W_Vertical Potentiometer, vertical, Bourns 3299W, https://www.bourns.com/pdfs/3299.pdf Potentiometer vertical Bourns 3299W 0 3 3 Potentiometer_THT Potentiometer_Bourns_3299X_Horizontal Potentiometer, horizontal, Bourns 3299X, https://www.bourns.com/pdfs/3299.pdf Potentiometer horizontal Bourns 3299X 0 3 3 Potentiometer_THT Potentiometer_Bourns_3299Y_Vertical Potentiometer, vertical, Bourns 3299Y, https://www.bourns.com/pdfs/3299.pdf Potentiometer vertical Bourns 3299Y 0 3 3 Potentiometer_THT Potentiometer_Bourns_3299Z_Horizontal Potentiometer, horizontal, Bourns 3299Z, https://www.bourns.com/pdfs/3299.pdf Potentiometer horizontal Bourns 3299Z 0 3 3 Potentiometer_THT Potentiometer_Bourns_3339H_Vertical Potentiometer, vertical, Bourns 3339H, http://www.bourns.com/docs/Product-Datasheets/3339.pdf Potentiometer vertical Bourns 3339H 0 3 3 Potentiometer_THT Potentiometer_Bourns_3339P_Vertical Potentiometer, vertical, Bourns 3339P, http://www.bourns.com/docs/Product-Datasheets/3339.pdf Potentiometer vertical Bourns 3339P 0 3 3 Potentiometer_THT Potentiometer_Bourns_3339P_Vertical_HandSoldering Potentiometer, vertical, Bourns 3339P, hand-soldering, http://www.bourns.com/docs/Product-Datasheets/3339.pdf Potentiometer vertical Bourns 3339P hand-soldering 0 3 3 Potentiometer_THT Potentiometer_Bourns_3339S_Horizontal Potentiometer, horizontal, Bourns 3339S, http://www.bourns.com/docs/Product-Datasheets/3339.pdf Potentiometer horizontal Bourns 3339S 0 3 3 Potentiometer_THT Potentiometer_Bourns_3339W_Horizontal Potentiometer, horizontal, Bourns 3339W, http://www.bourns.com/docs/Product-Datasheets/3339.pdf Potentiometer horizontal Bourns 3339W 0 3 3 Potentiometer_THT Potentiometer_Bourns_3386C_Horizontal Potentiometer, horizontal, Bourns 3386C, https://www.bourns.com/pdfs/3386.pdf Potentiometer horizontal Bourns 3386C 0 3 3 Potentiometer_THT Potentiometer_Bourns_3386F_Vertical Potentiometer, vertical, Bourns 3386F, https://www.bourns.com/pdfs/3386.pdf Potentiometer vertical Bourns 3386F 0 3 3 Potentiometer_THT Potentiometer_Bourns_3386P_Vertical Potentiometer, vertical, Bourns 3386P, https://www.bourns.com/pdfs/3386.pdf Potentiometer vertical Bourns 3386P 0 3 3 Potentiometer_THT Potentiometer_Bourns_3386X_Horizontal Potentiometer, horizontal, Bourns 3386X, https://www.bourns.com/pdfs/3386.pdf Potentiometer horizontal Bourns 3386X 0 3 3 Potentiometer_THT Potentiometer_Bourns_PTA1543_Single_Slide Bourns single-gang slide potentiometer, 15.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf Bourns single-gang slide potentiometer 15.0mm 0 7 4 Potentiometer_THT Potentiometer_Bourns_PTA2043_Single_Slide Bourns single-gang slide potentiometer, 20.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf Bourns single-gang slide potentiometer 20.0mm 0 7 4 Potentiometer_THT Potentiometer_Bourns_PTA3043_Single_Slide Bourns single-gang slide potentiometer, 30.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf Bourns single-gang slide potentiometer 30.0mm 0 7 4 Potentiometer_THT Potentiometer_Bourns_PTA4543_Single_Slide Bourns single-gang slide potentiometer, 45.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf Bourns single-gang slide potentiometer 45.0mm 0 7 4 Potentiometer_THT Potentiometer_Bourns_PTA6043_Single_Slide Bourns single-gang slide potentiometer, 60.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf Bourns single-gang slide potentiometer 60.0mm 0 7 4 Potentiometer_THT Potentiometer_Bourns_PTV09A-1_Single_Vertical Potentiometer, vertical, Bourns PTV09A-1 Single, http://www.bourns.com/docs/Product-Datasheets/ptv09.pdf Potentiometer vertical Bourns PTV09A-1 Single 0 3 3 Potentiometer_THT Potentiometer_Bourns_PTV09A-2_Single_Horizontal Potentiometer, horizontal, Bourns PTV09A-2 Single, http://www.bourns.com/docs/Product-Datasheets/ptv09.pdf Potentiometer horizontal Bourns PTV09A-2 Single 0 5 3 Potentiometer_THT Potentiometer_Omeg_PC16BU_Horizontal Potentiometer, horizontal, Omeg PC16BU, http://www.omeg.co.uk/pc6bubrc.htm Potentiometer horizontal Omeg PC16BU 0 3 3 Potentiometer_THT Potentiometer_Omeg_PC16BU_Vertical Potentiometer, vertical, Omeg PC16BU, http://www.omeg.co.uk/pc6bubrc.htm Potentiometer vertical Omeg PC16BU 0 3 3 Potentiometer_THT Potentiometer_Piher_PC-16_Dual_Horizontal Potentiometer, horizontal, Piher PC-16 Dual, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf Potentiometer horizontal Piher PC-16 Dual 0 6 6 Potentiometer_THT Potentiometer_Piher_PC-16_Single_Horizontal Potentiometer, horizontal, Piher PC-16 Single, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf Potentiometer horizontal Piher PC-16 Single 0 3 3 Potentiometer_THT Potentiometer_Piher_PC-16_Single_Vertical Potentiometer, vertical, Piher PC-16 Single, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf Potentiometer vertical Piher PC-16 Single 0 3 3 Potentiometer_THT Potentiometer_Piher_PC-16_Triple_Horizontal Potentiometer, horizontal, Piher PC-16 Triple, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf Potentiometer horizontal Piher PC-16 Triple 0 9 9 Potentiometer_THT Potentiometer_Piher_PT-6-H_Horizontal Potentiometer, horizontal, Piher PT-6-H, http://www.piher-nacesa.com/pdf/11-PT6v03.pdf Potentiometer horizontal Piher PT-6-H 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-6-V_Vertical Potentiometer, vertical, Piher PT-6-V, http://www.piher-nacesa.com/pdf/11-PT6v03.pdf Potentiometer vertical Piher PT-6-V 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-6-V_Vertical_Hole Potentiometer, vertical, shaft hole, Piher PT-6-V, http://www.piher-nacesa.com/pdf/11-PT6v03.pdf Potentiometer vertical hole Piher PT-6-V 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-10-H01_Horizontal Potentiometer, horizontal, Piher PT-10-H01, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf Potentiometer horizontal Piher PT-10-H01 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-10-H05_Horizontal Potentiometer, horizontal, Piher PT-10-H05, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf Potentiometer horizontal Piher PT-10-H05 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-10-V05_Vertical Potentiometer, vertical, Piher PT-10-V05, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf Potentiometer vertical Piher PT-10-V05 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-10-V10_Vertical Potentiometer, vertical, Piher PT-10-V10, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf Potentiometer vertical Piher PT-10-V10 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-10-V10_Vertical_Hole Potentiometer, vertical, shaft hole, Piher PT-10-V10, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf Potentiometer vertical hole Piher PT-10-V10 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-15-H01_Horizontal Potentiometer, horizontal, Piher PT-15-H01, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf Potentiometer horizontal Piher PT-15-H01 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-15-H05_Horizontal Potentiometer, horizontal, Piher PT-15-H05, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf Potentiometer horizontal Piher PT-15-H05 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-15-H06_Horizontal Potentiometer, horizontal, Piher PT-15-H06, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf Potentiometer horizontal Piher PT-15-H06 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-15-H25_Horizontal Potentiometer, horizontal, Piher PT-15-H25, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf Potentiometer horizontal Piher PT-15-H25 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-15-V02_Vertical Potentiometer, vertical, Piher PT-15-V02, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf Potentiometer vertical Piher PT-15-V02 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-15-V02_Vertical_Hole Potentiometer, vertical, shaft hole, Piher PT-15-V02, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf Potentiometer vertical hole Piher PT-15-V02 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-15-V15_Vertical Potentiometer, vertical, Piher PT-15-V15, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf Potentiometer vertical Piher PT-15-V15 0 3 3 Potentiometer_THT Potentiometer_Piher_PT-15-V15_Vertical_Hole Potentiometer, vertical, shaft hole, Piher PT-15-V15, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf Potentiometer vertical hole Piher PT-15-V15 0 3 3 Potentiometer_THT Potentiometer_Piher_T-16H_Double_Horizontal Potentiometer, horizontal, Piher T-16H Double, http://www.piher-nacesa.com/pdf/22-T16v03.pdf Potentiometer horizontal Piher T-16H Double 0 6 6 Potentiometer_THT Potentiometer_Piher_T-16H_Single_Horizontal Potentiometer, horizontal, Piher T-16H Single, http://www.piher-nacesa.com/pdf/22-T16v03.pdf Potentiometer horizontal Piher T-16H Single 0 3 3 Potentiometer_THT Potentiometer_Piher_T-16L_Single_Vertical_Hole Potentiometer, vertical, shaft hole, Piher T-16L Single, http://www.piher-nacesa.com/pdf/22-T16v03.pdf Potentiometer vertical hole Piher T-16L Single 0 3 3 Potentiometer_THT Potentiometer_Runtron_RM-063_Horizontal Potentiometer, horizontal, Trimmer, RM-063 http://www.runtron.com/down/PDF%20Datasheet/Carbon%20Film%20Potentiometer/RM065%20RM063.pdf Potentiometer Trimmer RM-063 0 3 3 Potentiometer_THT Potentiometer_Runtron_RM-065_Vertical Potentiometer, vertical, Trimmer, RM-065 http://www.runtron.com/down/PDF%20Datasheet/Carbon%20Film%20Potentiometer/RM065%20RM063.pdf Potentiometer Trimmer RM-065 0 3 3 Potentiometer_THT Potentiometer_TT_P0915N http://www.ttelectronics.com/sites/default/files/download-files/Datasheet_PanelPot_P09xSeries.pdf potentiometer vertical TT P0915N single 0 5 3 Potentiometer_THT Potentiometer_Vishay_43_Horizontal Potentiometer, horizontal, Vishay 43, http://www.vishay.com/docs/57026/43.pdf Potentiometer horizontal Vishay 43 0 3 3 Potentiometer_THT Potentiometer_Vishay_148-149_Dual_Horizontal Potentiometer, horizontal, Vishay 148-149 Dual, http://www.vishay.com/docs/57040/148149.pdf Potentiometer horizontal Vishay 148-149 Dual 0 6 6 Potentiometer_THT Potentiometer_Vishay_148-149_Single_Horizontal Potentiometer, horizontal, Vishay 148-149 Single, http://www.vishay.com/docs/57040/148149.pdf Potentiometer horizontal Vishay 148-149 Single 0 3 3 Potentiometer_THT Potentiometer_Vishay_148-149_Single_Vertical Potentiometer, vertical, Vishay 148-149 Single, http://www.vishay.com/docs/57040/148149.pdf Potentiometer vertical Vishay 148-149 Single 0 3 3 Potentiometer_THT Potentiometer_Vishay_148E-149E_Dual_Horizontal Potentiometer, horizontal, Vishay 148E-149E Dual, http://www.vishay.com/docs/57040/148149.pdf Potentiometer horizontal Vishay 148E-149E Dual 0 10 6 Potentiometer_THT Potentiometer_Vishay_148E-149E_Single_Horizontal Potentiometer, horizontal, Vishay 148E-149E Single, http://www.vishay.com/docs/57040/148149.pdf Potentiometer horizontal Vishay 148E-149E Single 0 7 3 Potentiometer_THT Potentiometer_Vishay_248BH-249BH_Single_Horizontal Potentiometer, horizontal, Vishay 248BH-249BH Single, http://www.vishay.com/docs/57054/248249.pdf Potentiometer horizontal Vishay 248BH-249BH Single 0 3 3 Potentiometer_THT Potentiometer_Vishay_248GJ-249GJ_Single_Horizontal Potentiometer, horizontal, Vishay 248GJ-249GJ Single, http://www.vishay.com/docs/57054/248249.pdf Potentiometer horizontal Vishay 248GJ-249GJ Single 0 3 3 Potentiometer_THT Potentiometer_Vishay_248GJ-249GJ_Single_Vertical Potentiometer, vertical, Vishay 248GJ-249GJ Single, http://www.vishay.com/docs/57054/248249.pdf Potentiometer vertical Vishay 248GJ-249GJ Single 0 3 3 Potentiometer_THT Potentiometer_Vishay_T7-YA_Single_Vertical Potentiometer, vertical, Vishay T7-YA Single, http://www.vishay.com/docs/51015/t7.pdf Potentiometer vertical Vishay T7-YA Single 0 3 3 Potentiometer_THT Potentiometer_Vishay_T73XW_Horizontal Potentiometer, horizontal, Vishay T73XW, http://www.vishay.com/docs/51016/t73.pdf Potentiometer horizontal Vishay T73XW 0 3 3 Potentiometer_THT Potentiometer_Vishay_T73XX_Horizontal Potentiometer, horizontal, Vishay T73XX, http://www.vishay.com/docs/51016/t73.pdf Potentiometer horizontal Vishay T73XX 0 3 3 Potentiometer_THT Potentiometer_Vishay_T73YP_Vertical Potentiometer, vertical, Vishay T73YP, http://www.vishay.com/docs/51016/t73.pdf Potentiometer vertical Vishay T73YP 0 3 3 RF_Antenna Coilcraft_MA5532-AE_RFID RFID Transponder Coil antenna rfid coilcraft 0 2 2 RF_Antenna Pulse_W3011 Pulse RF Antenna, 4mm Clearance antenna rf 0 3 2 RF_Antenna Texas_SWRA117D_2.4GHz_Left http://www.ti.com/lit/an/swra117d/swra117d.pdf PCB antenna 0 2 2 RF_Antenna Texas_SWRA117D_2.4GHz_Right http://www.ti.com/lit/an/swra117d/swra117d.pdf PCB antenna 0 2 2 RF_Antenna Texas_SWRA416_868MHz_915MHz http://www.ti.com/lit/an/swra416/swra416.pdf PCB antenna 0 20 1 RF_Module Ai-Thinker-Ra-01-LoRa Ai Thinker Ra-01 LoRa LoRa Ra-01 0 16 16 RF_Module BLE112-A Class 4 Bluetooth Module with on-board antenna Bluetooth Module 0 30 30 RF_Module CMWX1ZZABZ https://wireless.murata.com/RFM/data/type_abz.pdf iot lora sigfox 0 57 57 RF_Module CYBLE-21Pin-10x10mm Cypress EZ-BLE PRoC Module (Bluetooth Smart) 21 Pin Module Cypress BT Bluetooth 0 21 21 RF_Module DWM1000 IEEE802.15.4-2011 UWB UWB Module 0 24 24 RF_Module DecaWave_DWM1001 https://www.decawave.com/sites/default/files/dwm1001_datasheet.pdf UWB module 0 34 34 RF_Module Digi_XBee_SMT http://www.digi.com/resources/documentation/digidocs/pdfs/90002126.pdf http://ftp1.digi.com/support/documentation/90001020_F.pdf Digi XBee SMT RF 0 37 37 RF_Module E18-MS1-PCB http://www.cdebyte.com/en/downpdf.aspx?id=122 Zigbee 0 24 24 RF_Module E73-2G4M04S http://www.cdebyte.com/en/downpdf.aspx?id=243 BLE BLE5 nRF52832 0 44 44 RF_Module ESP-07 Wi-Fi Module, http://wiki.ai-thinker.com/_media/esp8266/docs/a007ps01a2_esp-07_product_specification_v1.2.pdf Wi-Fi Module 0 16 16 RF_Module ESP-12E Wi-Fi Module, http://wiki.ai-thinker.com/_media/esp8266/docs/aithinker_esp_12f_datasheet_en.pdf Wi-Fi Module 0 22 22 RF_Module ESP-WROOM-02 http://espressif.com/sites/default/files/documentation/0c-esp-wroom-02_datasheet_en.pdf ESP WROOM-02 espressif esp8266ex 0 19 19 RF_Module ESP32-WROOM-32 Single 2.4 GHz Wi-Fi and Bluetooth combo chip https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf Single 2.4 GHz Wi-Fi and Bluetooth combo chip 0 39 39 RF_Module ESP32-WROOM-32U Single 2.4 GHz Wi-Fi and Bluetooth combo chip with U.FL connector, https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32d_esp32-wroom-32u_datasheet_en.pdf Single 2.4 GHz Wi-Fi and Bluetooth combo chip 0 39 39 RF_Module Garmin_M8-35_9.8x14.0mm_Layout6x6_P1.5mm D52M ANT SoC Module https://www.thisisant.com/assets/resources/D00001687_D52_Module_Datasheet.v.2.3_(Garmin).pdf RF SoC Radio ANT Bluetooth BLE D52 nRF52 Garmin Canada Dynastream Nordic 0 35 35 RF_Module HOPERF_RFM9XW_SMD Low Power Long Range Transceiver Module SMD-16 (https://www.hoperf.com/data/upload/portal/20181127/5bfcbea20e9ef.pdf) LoRa Low Power Long Range Transceiver Module 0 16 16 RF_Module HOPERF_RFM9XW_THT Low Power Long Range Transceiver Module THT-16 (https://www.hoperf.com/data/upload/portal/20181127/5bfcbea20e9ef.pdf) Low Power Long Range Transceiver Module LoRa 0 16 16 RF_Module HOPERF_RFM69HW Radio, RF, Module, http://www.hoperf.com/upload/rf/RFM69HW-V1.3.pdf Radio RF Module 0 16 16 RF_Module IQRF_TRx2DA_KON-SIM-01 8 pin SIM connector for IQRF TR-x2DA(T) modules, http://iqrf.org/weben/downloads.php?id=104 IQRF_KON-SIM-01 IQRF_TRx2DA 0 10 8 RF_Module IQRF_TRx2D_KON-SIM-01 8 pin SIM connector for IQRF TR-x2D(C)(T) modules, http://iqrf.org/weben/downloads.php?id=104 IQRF_KON-SIM-01 IQRF_TRx2D IQRF_TRx2DC 0 10 8 RF_Module Laird_BL652 Bluetooth v4.2 + NFC module Bluetooth BLE NFC 0 39 39 RF_Module Linx_RXM-GPS GPS Module, Linx gps linx 0 22 22 RF_Module MOD-nRF8001 BLE module, https://www.olimex.com/Products/Modules/RF/MOD-nRF8001/ BLE module 0 11 11 RF_Module Microchip_RN4871 Microchip RN4871 footprint RN4871 BLE 0 16 16 RF_Module MonoWireless_TWE-L-WX https://www.mono-wireless.com/jp/products/TWE-LITE/MW-PDS-TWELITE-JP.pdf TWE-L-WX 0 32 32 RF_Module Particle_P1 https://docs.particle.io/datasheets/p1-datasheet/ Particle P1 0 75 75 RF_Module RFDigital_RFD77101 RFDigital RFD77101 Simblee RFDigital RFD77101 Simblee 0 48 45 RF_Module RN42 Class 2 Bluetooth Module with on-board antenna Bluetooth Module 0 36 33 RF_Module RN42N Class 2 Bluetooth Module without antenna Bluetooth Module 0 39 36 RF_Module RN2483 Low-Power Long Range LoRa Transceiver Module rf module lora lorawan 0 47 47 RF_Module SIMCom_SIM800C Quad-Band GSM/GPRS module, 17.6x15.7x2.3mm, http://simcom.ee/documents/SIM800C/SIM800C_Hardware_Design_V1.05.pdf GSM Module SIM800C 0 42 42 RF_Module SIMCom_SIM900 Quad-Band GSM/GPRS module, 24x24x3mm, http://simcom.ee/documents/SIM900/SIM900_Hardware%20Design_V2.05.pdf GSM Module SIM900 0 68 68 RF_Module ST_SPBTLE Bluetooth Low Energy Module ble module st bluetooth 0 11 11 RF_Module TD1205 https://github.com/Telecom-Design/Documentation_TD_RF_Module/blob/master/TD1205%20Datasheet.pdf SIGFOX Module 0 9 9 RF_Module TD1208 https://github.com/Telecom-Design/Documentation_TD_RF_Module/blob/master/TD1208%20Datasheet.pdf SIGFOX Module 0 25 25 RF_Module Taiyo-Yuden_EYSGJNZWY Taiyo Yuden NRF51822 Module Bluetooth https://www.yuden.co.jp/wireless_module/document/datareport2/en/TY_BLE_EYSGJNZ_DataReport_V1_9_20180530E.pdf Taiyo Yuden NRF51822 Module Bluetooth 0 30 28 RF_Module Telit_xL865 Telit xL865 familly footprint, http://www.telit.com/fileadmin/user_upload/products/Downloads/3G/Telit_UL865_Hardware_User_Guide_r8.pdf xL865 gsm umts 0 52 48 RF_Module ZETA-433-SO_SMD RF transceiver SMD style https://www.rfsolutions.co.uk/downloads/1456219226DS-ZETA.pdf RF transceiver SMD style 0 12 12 RF_Module ZETA-433-SO_THT RF transceiver THT style https://www.rfsolutions.co.uk/downloads/1456219226DS-ZETA.pdf RF transceiver SMD style 0 12 12 RF_Module nRF24L01_Breakout nRF24L01 breakout board nRF24L01 adapter breakout 0 8 8 RF_Module ublox_LEA ublox LEA 6/7/8, (https://www.u-blox.com/sites/default/files/LEA-M8S-M8T-FW3_HardwareIntegrationManual_%28UBX-15030060%29.pdf) GPS ublox LEA 6/7/8 0 28 28 RF_Module ublox_MAX ublox MAX 6/7/8, (https://www.u-blox.com/sites/default/files/MAX-8-M8-FW3_HardwareIntegrationManual_%28UBX-15030059%29.pdf) GPS ublox MAX 6/7/8 0 18 18 RF_Module ublox_NEO ublox NEO 6/7/8, (https://www.u-blox.com/sites/default/files/NEO-8Q-NEO-M8-FW3_HardwareIntegrationManual_%28UBX-15029985%29_0.pdf) GPS ublox NEO 6/7/8 0 24 24 RF_Module ublox_SAM-M8Q GPS Module, 15.5x15.5x6.3mm, https://www.u-blox.com/sites/default/files/SAM-M8Q_HardwareIntegrationManual_%28UBX-16018358%29.pdf ublox SAM-M8Q 0 100 20 RF_Module ublox_SAM-M8Q_HandSolder GPS Module, 15.5x15.5x6.3mm, https://www.u-blox.com/sites/default/files/SAM-M8Q_HardwareIntegrationManual_%28UBX-16018358%29.pdf ublox SAM-M8Q 0 20 20 RF_Shielding Laird_Technologies_97-2002_25.40x25.40mm Laird Technologies 97-2002 EZ PEEL Shielding Cabinet One Piece SMD 25.40x25.40mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 8 1 RF_Shielding Laird_Technologies_97-2003_12.70x13.37mm Laird Technologies 97-2003 EZ PEEL Shielding Cabinet One Piece SMD 12.70x13.37mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 8 1 RF_Shielding Laird_Technologies_BMI-S-101_13.66x12.70mm Laird Technologies BMI-S-101 Shielding Cabinet One Piece SMD 13.66x12.70mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 16 1 RF_Shielding Laird_Technologies_BMI-S-102_16.50x16.50mm Laird Technologies BMI-S-102 Shielding Cabinet One Piece SMD 16.50x16.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 16 1 RF_Shielding Laird_Technologies_BMI-S-103_26.21x26.21mm Laird Technologies BMI-S-103 Shielding Cabinet One Piece SMD 26.21x26.21mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 24 1 RF_Shielding Laird_Technologies_BMI-S-104_32.00x32.00mm Laird Technologies BMI-S-104 Shielding Cabinet One Piece SMD 32.00x32.00mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 28 1 RF_Shielding Laird_Technologies_BMI-S-105_38.10x25.40mm Laird Technologies BMI-S-105 Shielding Cabinet One Piece SMD 38.10x25.40mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 28 1 RF_Shielding Laird_Technologies_BMI-S-106_36.83x33.68mm Laird Technologies BMI-S-106 Shielding Cabinet One Piece SMD 36.83x33.68mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 28 1 RF_Shielding Laird_Technologies_BMI-S-107_44.37x44.37mm Laird Technologies BMI-S-107 Shielding Cabinet One Piece SMD 44.37x44.37mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 36 1 RF_Shielding Laird_Technologies_BMI-S-201-F_13.66x12.70mm Laird Technologies BMI-S-201-F Shielding Cabinet Two Piece SMD 13.66x12.70mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 16 1 RF_Shielding Laird_Technologies_BMI-S-202-F_16.50x16.50mm Laird Technologies BMI-S-202-F Shielding Cabinet Two Piece SMD 16.50x16.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 16 1 RF_Shielding Laird_Technologies_BMI-S-203-F_26.21x26.21mm Laird Technologies BMI-S-203-F Shielding Cabinet Two Piece SMD 26.21x26.21mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 24 1 RF_Shielding Laird_Technologies_BMI-S-204-F_32.00x32.00mm Laird Technologies BMI-S-204-F Shielding Cabinet Two Piece SMD 32.00x32.00mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 28 1 RF_Shielding Laird_Technologies_BMI-S-205-F_38.10x25.40mm Laird Technologies BMI-S-205-F Shielding Cabinet Two Piece SMD 38.10x25.40mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 28 1 RF_Shielding Laird_Technologies_BMI-S-206-F_36.83x33.68mm Laird Technologies BMI-S-206-F Shielding Cabinet Two Piece SMD 36.83x33.68mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 28 1 RF_Shielding Laird_Technologies_BMI-S-207-F_44.37x44.37mm Laird Technologies BMI-S-207-F Shielding Cabinet Two Piece SMD 44.37x44.37mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 36 1 RF_Shielding Laird_Technologies_BMI-S-208-F_39.60x39.60mm Laird Technologies BMI-S-208-F Shielding Cabinet Two Piece SMD 39.60x39.60mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 32 1 RF_Shielding Laird_Technologies_BMI-S-209-F_29.36x18.50mm Laird Technologies BMI-S-209-F Shielding Cabinet Two Piece SMD 29.36x18.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 20 1 RF_Shielding Laird_Technologies_BMI-S-210-F_44.00x30.50mm Laird Technologies BMI-S-210-F Shielding Cabinet Two Piece SMD 44.00x30.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) Shielding Cabinet 0 32 1 RF_Shielding Wuerth_36103205_20x20mm WE-SHC Shielding Cabinet SMD 20x20mm Shielding Cabinet 0 20 1 RF_Shielding Wuerth_36103255_25x25mm WE-SHC Shielding Cabinet SMD 25x25mm Shielding Cabinet 0 24 1 RF_Shielding Wuerth_36103305_30x30mm WE-SHC Shielding Cabinet SMD 30x30mm Shielding Cabinet 0 28 1 RF_Shielding Wuerth_36103505_50x50mm WE-SHC Shielding Cabinet SMD 50x50mm Shielding Cabinet 0 44 1 RF_Shielding Wuerth_36103605_60x60mm WE-SHC Shielding Cabinet SMD 60x60mm Shielding Cabinet 0 52 1 RF_Shielding Wuerth_36503205_20x20mm WE-SHC Shielding Cabinet THT 21x21mm Shielding Cabinet 0 16 1 RF_Shielding Wuerth_36503255_25x25mm WE-SHC Shielding Cabinet THT 26x26mm Shielding Cabinet 0 20 1 RF_Shielding Wuerth_36503305_30x30mm WE-SHC Shielding Cabinet THT 31x31mm Shielding Cabinet 0 24 1 RF_Shielding Wuerth_36503505_50x50mm WE-SHC Shielding Cabinet THT 51x51mm Shielding Cabinet 0 40 1 RF_Shielding Wuerth_36503605_60x60mm WE-SHC Shielding Cabinet THT 61x61mm Shielding Cabinet 0 48 1 Relay_SMD Relay_DPDT_AXICOM_IMSeries_JLeg http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Specification+Or+Standard%7F108-98001%7FW5%7Fpdf%7FEnglish%7FENG_SS_108-98001_W5.pdf AXICOM IM-Series Relay J JLeg 0 8 8 Relay_SMD Relay_DPDT_FRT5_SMD IM Signal Relay DPDT FRT5 narrow footprint, SMD version of package Relay DPDT IM-relay FRT5 0 10 10 Relay_SMD Relay_DPDT_Omron_G6H-2F package for Omron G6H-2F relais, see http://cdn-reichelt.de/documents/datenblatt/C300/G6H%23OMR.pdf Omron G6H-2F relais 0 10 10 Relay_SMD Relay_DPDT_Omron_G6K-2F Omron G6K-2F relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf Omron G6K-2F relay 0 8 8 Relay_SMD Relay_DPDT_Omron_G6K-2F-Y Omron G6K-2F-Y relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf Omron G6K-2F-Y relay 0 8 8 Relay_SMD Relay_DPDT_Omron_G6K-2G Omron G6K-2G relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf Omron G6K-2G relay 0 8 8 Relay_SMD Relay_DPDT_Omron_G6K-2G-Y Omron G6K-2G-Y relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf Omron G6K-2G-Y relay 0 8 8 Relay_SMD Relay_DPDT_Omron_G6S-2F Relay Omron G6S-2F, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf Relay Omron G6S-2F 0 8 8 Relay_SMD Relay_DPDT_Omron_G6S-2G Relay Omron G6S-2G, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf Relay Omron G6S-2G 0 8 8 Relay_SMD Relay_DPDT_Omron_G6SK-2F Relay Omron G6SK-2F, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf Relay Omron G6SK-2F 0 10 10 Relay_SMD Relay_DPDT_Omron_G6SK-2G Relay Omron G6SK-2G, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf Relay Omron G6SK-2G 0 10 10 Relay_SMD Relay_SPDT_AXICOM_HF3Series_50ohms_Pitch1.27mm hiqsdr.com/images/3/3e/Axicom-HF3.pdf AXICOM HF3-Series Relay Pitch 1.27mm 50ohms 0 16 16 Relay_SMD Relay_SPDT_AXICOM_HF3Series_75ohms_Pitch1.27mm hiqsdr.com/images/3/3e/Axicom-HF3.pdf AXICOM HF3-Series Relay Pitch 1.27mm 75ohm 0 16 16 Relay_THT Relay_1-Form-A_Schrack-RYII_RM5mm Relay, 1-Form-A, Schrack-RYII, RM5mm, SPST-NO Relay 1-Form-A Schrack-RYII RM5mm SPST-NO 0 4 4 Relay_THT Relay_1-Form-B_Schrack-RYII_RM5mm Relay, 1-Form-B, Schrack-RYII, RM5mm, SPST-NC Relay 1-Form-B Schrack-RYII RM5mm SPST-NC 0 4 4 Relay_THT Relay_1-Form-C_Schrack-RYII_RM3.2mm Relay, 1-Form-C, Schrack-RYII, RM3.2mm, SPDT Relay 1-Form-C Schrack-RYII RM3.2mm SPDT 0 5 5 Relay_THT Relay_DPDT_AXICOM_IMSeries_Pitch3.2mm AXICOM IM-Series Relays, DPDR, Pitch 3.2mm, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Specification+Or+Standard%7F108-98001%7FV%7Fpdf%7FEnglish%7FENG_SS_108-98001_V_IM_0614_v1.pdf%7F4-1462039-1 AXICOM IM-Series Relay DPDR Pitch 3.2mm 0 8 8 Relay_THT Relay_DPDT_AXICOM_IMSeries_Pitch5.08mm AXICOM IM-Series Relays, DPDR, Pitch 5.08 AXICOM IM-Series Relay DPDR Pitch 5.08 0 8 8 Relay_THT Relay_DPDT_FRT5 IM Signal Relay DPDT FRT5 narrow footprint Relay DPDT IM-relay FRT5 0 10 10 Relay_THT Relay_DPDT_Finder_30.22 Finder 32.21-x000 Relay, DPDT, https://gfinder.findernet.com/public/attachments/30/EN/S30EN.pdf AXICOM IM-Series Relay SPDT 0 8 8 Relay_THT Relay_DPDT_Finder_40.52 Relay DPDT Finder 40.52, Pitch 5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf Relay DPDT Finder 40.52 Pitch 5mm 0 8 8 Relay_THT Relay_DPDT_Fujitsu_FTR-F1C https://www.fujitsu.com/downloads/MICRO/fcai/relays/ftr-f1.pdf relay dpdt fujitsu tht 0 8 8 Relay_THT Relay_DPDT_Omron_G5V-2 http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5v2.pdf Omron G5V-2 Relay DPDT 0 8 8 Relay_THT Relay_DPDT_Omron_G6H-2 Omron relay G6H-2, see http://cdn-reichelt.de/documents/datenblatt/C300/G6H%23OMR.pdf Omron relay G6H-2 0 10 10 Relay_THT Relay_DPDT_Omron_G6K-2P Omron G6K-2P relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf Omron G6K-2P relay 0 8 8 Relay_THT Relay_DPDT_Omron_G6K-2P-Y Omron G6K-2P-Y relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf Omron G6K-2P-Y relay 0 8 8 Relay_THT Relay_DPDT_Omron_G6S-2 Relay Omron G6S-2, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf Relay Omron G6S-2 0 8 8 Relay_THT Relay_DPDT_Omron_G6SK-2 Relay Omron G6SK-2, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf Relay Omron G6SK-2 0 10 10 Relay_THT Relay_DPDT_Panasonic_JW2 Panasonic Relay DPDT, http://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_jw.pdf?via=ok Panasonic Relay DPDT 0 8 8 Relay_THT Relay_DPDT_Schrack-RT2-FormC-Dual-Coil_RM5mm Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Form C http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7FRT2_bistable%7F1116%7Fpdf%7FEnglish%7FENG_DS_RT2_bistable_1116.pdf%7F1-1415537-8 Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Relay 0 9 9 Relay_THT Relay_DPDT_Schrack-RT2-FormC_RM5mm Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Form C http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=RT2_reflow&DocType=DS&DocLang=EN Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Relay 0 8 8 Relay_THT Relay_DPST_Fujitsu_FTR-F1A https://www.fujitsu.com/downloads/MICRO/fcai/relays/ftr-f1.pdf relay dpst fujitsu tht 0 6 6 Relay_THT Relay_DPST_Schrack-RT2-FormA_RM5mm Relay DPST Schrack-RT2 RM5mm 16A 250V AC Form A http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=RT2_reflow&DocType=DS&DocLang=EN Relay DPST Schrack-RT2 RM5mm 16A 250V AC Relay 0 6 6 Relay_THT Relay_SPDT_Finder_32.21-x000 Finder 32.21-x000 Relay, SPDT, https://gfinder.findernet.com/assets/Series/355/S32EN.pdf AXICOM IM-Series Relay SPDT 0 5 5 Relay_THT Relay_SPDT_Finder_34.51_Horizontal Relay SPDT, Finder Type34.51, horizontal form, see https://gfinder.findernet.com/public/attachments/34/EN/S34USAEN.pdf Relay SPDT Finder 0 5 5 Relay_THT Relay_SPDT_Finder_34.51_Vertical Relay SPDT, Finder Type34.51, vertical/standing form, see https://gfinder.findernet.com/public/attachments/34/EN/S34USAEN.pdf Relay SPDT Finder 0 5 5 Relay_THT Relay_SPDT_Finder_40.11 Relay SPDT Finder 40.11, https://www.finder-relais.net/de/finder-relais-serie-40.pdf Relay SPDT Finder 40.11 0 5 5 Relay_THT Relay_SPDT_Finder_40.31 Relay DPDT Finder 40.31, Pitch 3.5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf Relay DPDT Finder 40.31 Pitch 3.5mm 0 5 5 Relay_THT Relay_SPDT_Finder_40.41 Relay DPDT Finder 40.41, Pitch 3.5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf Relay DPDT Finder 40.41 Pitch 3.5mm 0 5 5 Relay_THT Relay_SPDT_Finder_40.51 Relay DPDT Finder 40.51, Pitch 5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf Relay DPDT Finder 40.51 Pitch 5mm 0 5 5 Relay_THT Relay_SPDT_HJR-4102 IM Signal Relay SPDT HJR-4102 Relay SPDT IM-relay HJR-4102 0 6 6 Relay_THT Relay_SPDT_HsinDa_Y14 http://www.hsinda.com.cn/en/ProductShow.asp?ID=208 Relay Y14 0 6 6 Relay_THT Relay_SPDT_Omron-G5LE-1 Omron Relay SPDT, http://www.omron.com/ecb/products/pdf/en-g5le.pdf Omron Relay SPDT 0 5 5 Relay_THT Relay_SPDT_Omron-G5Q-1 Relay SPDT Omron Serie G5Q, http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5q.pdf Relay SPDT Omron Serie G5Q 0 5 5 Relay_THT Relay_SPDT_Omron_G5V-1 Relay Omron G5V-1, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5v_1.pdf Relay Omron G5V-1 0 6 6 Relay_THT Relay_SPDT_Omron_G6E Relay SPDT Omron Serie G6E Relay SPDT Omron Serie G6E 1x um 0 5 5 Relay_THT Relay_SPDT_Omron_G6EK Relay SPDT Omron Serie G6EK, see http://www.logosfoundation.org/instrum_gwr/pi/Omron_G6E_134P.pdf Relay SPDT Omron Serie G6EK 0 6 6 Relay_THT Relay_SPDT_Panasonic_JW1_FormC Panasonic Relay SPDT, http://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_jw.pdf?via=ok Panasonic Relay SPDT 0 5 5 Relay_THT Relay_SPDT_PotterBrumfield_T9AP5D52_12V30A Relay SPDT Potter&Brumfield T9AP5D52 12V 30A 1xUn Connector Fast ON Only Dummy for Space NO Pads Relay SPDT Potter&Brumfield T9AP5D52 12V 30A 1xUm Connector Fast ON Flachsteckeranschluss Only Dummy for Space NO Pads 0 0 0 Relay_THT Relay_SPDT_RAYEX-L90 https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf Relay RAYEX L90 SPDT 0 6 6 Relay_THT Relay_SPDT_RAYEX-L90S https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf Relay RAYEX L90S SPDT 0 5 5 Relay_THT Relay_SPDT_SANYOU_SRD_Series_Form_C relay Sanyou SRD series Form C http://www.sanyourelay.ca/public/products/pdf/SRD.pdf relay Sanyu SRD form C 0 5 5 Relay_THT Relay_SPDT_Schrack-RP-II-1-16A-FormC_RM5mm Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Form C http://image.schrack.com/datenblaetter/h_rp810012-b.pdf Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Relay 0 8 5 Relay_THT Relay_SPDT_Schrack-RP-II-1-FormC_RM3.5mm Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rp810012-b.pdf Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Relay 0 5 5 Relay_THT Relay_SPDT_Schrack-RP-II-1-FormC_RM5mm Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rp810012-b.pdf Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Relay 0 5 5 Relay_THT Relay_SPDT_Schrack-RT1-16A-FormC_RM5mm Relay SPST Schrack-RT1 RM5mm 16A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf Relay SPST Schrack-RT1 RM5mm 16A 250V AC Relay 0 8 5 Relay_THT Relay_SPDT_Schrack-RT1-FormC_RM3.5mm Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Relay 0 5 5 Relay_THT Relay_SPDT_Schrack-RT1-FormC_RM5mm Relay SPST Schrack-RT1 RM5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf Relay SPST Schrack-RT1 RM5mm 8A 250V AC Relay 0 5 5 Relay_THT Relay_SPDT_StandexMeder_SIL_Form1C Standex-Meder SIL-relais, Form 1C, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_SIL.pdf Standex Meder SIL reed relais 0 5 5 Relay_THT Relay_SPST_Finder_32.21-x300 Finder 32.21-x300 Relay, SPST, https://gfinder.findernet.com/assets/Series/355/S32EN.pdf Finder 32.21-x300 Relay SPST 0 4 4 Relay_THT Relay_SPST_Omron-G5Q-1A Relay SPST-NO Omron Serie G5Q, http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5q.pdf Relay SPST-NO Omron Serie G5Q 0 4 4 Relay_THT Relay_SPST_Panasonic_JW1_FormA Panasonic Relay SPST, http://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_jw.pdf?via=ok Panasonic Relay SPST 0 4 4 Relay_THT Relay_SPST_PotterBrumfield_T9AP1D52_12V30A Relay SPST Potter&Brumfield T9AP1D52 12V 30A 1xEin Connector Fast ON Only Dummy for Space NO Pads Relau SPST Potter&Brumfield T9AP1D52 12V 30A 1xEin Connector Fast ON Flachsteckeranschluss Only Dummy for Space NO Pads 0 0 0 Relay_THT Relay_SPST_RAYEX-L90A https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf Relay RAYEX L90A SPST NO 0 5 5 Relay_THT Relay_SPST_RAYEX-L90AS https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf Relay RAYEX L90AS SPST NO 0 4 4 Relay_THT Relay_SPST_RAYEX-L90B https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf Relay RAYEX L90B SPST NC 0 5 5 Relay_THT Relay_SPST_RAYEX-L90BS https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf Relay RAYEX L90BS SPST NC 0 4 4 Relay_THT Relay_SPST_SANYOU_SRD_Series_Form_A relay Sanyou SRD series Form A http://www.sanyourelay.ca/public/products/pdf/SRD.pdf relay Sanyu SRD form A 0 4 4 Relay_THT Relay_SPST_SANYOU_SRD_Series_Form_B relay Sanyou SRD series Form B opener http://www.sanyourelay.ca/public/products/pdf/SRD.pdf relay Sanyu SRD form B opener 0 4 4 Relay_THT Relay_SPST_Schrack-RP-II-1-16A-FormA_RM5mm Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Form A http://image.schrack.com/datenblaetter/h_rp810012-b.pdf Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Relay 0 6 4 Relay_THT Relay_SPST_Schrack-RP-II-1-FormA_RM3.5mm Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Form A Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Relay 0 4 4 Relay_THT Relay_SPST_Schrack-RP-II-1-FormA_RM5mm Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Form A http://image.schrack.com/datenblaetter/h_rp810012-b.pdf Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Relay 0 4 4 Relay_THT Relay_SPST_Schrack-RP3SL-1coil_RM5mm Relay SPST Schrack-RP3SL, 1-coil-version, RM5mm 16A 250V AC Form A http://www.alliedelec.com/m/d/543c6bed18bf23a83ae5238947033ee0.pdf Relay SPST Schrack-RP3SL RM5mm 16A 250V AC Relay 0 6 4 Relay_THT Relay_SPST_Schrack-RP3SL_RM5mm Relay SPST Schrack-RP3SL RM5mm 16A 250V AC Form A http://www.alliedelec.com/m/d/543c6bed18bf23a83ae5238947033ee0.pdf Relay SPST Schrack-RP3SL RM5mm 16A 250V AC Relay 0 7 5 Relay_THT Relay_SPST_Schrack-RT1-16A-FormA_RM5mm Relay SPST Schrack-RT2 RM5mm 16A 250V AC Form C http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=RT2_reflow&DocType=DS&DocLang=EN Relay SPST Schrack-RT2 RM5mm 16A 250V AC Relay 0 6 4 Relay_THT Relay_SPST_Schrack-RT1-FormA_RM3.5mm Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Form A Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Relay 0 4 4 Relay_THT Relay_SPST_Schrack-RT1-FormA_RM5mm Relay SPST Schrack-RT1 RM5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf Relay SPST Schrack-RT1 RM5mm 8A 250V AC Relay 0 4 4 Relay_THT Relay_SPST_StandexMeder_MS_Form1AB Standex-Meder MS SIL-relais, Form 1A/1B, see https://standexelectronics.com/de/produkte/ms-reed-relais/ Standex Meder MS SIL reed relais 0 4 4 Relay_THT Relay_SPST_StandexMeder_SIL_Form1A Standex-Meder SIL-relais, Form 1A, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_SIL.pdf Standex Meder SIL reed relais 0 4 4 Relay_THT Relay_SPST_StandexMeder_SIL_Form1B Standex-Meder SIL-relais, Form 1B, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_SIL.pdf Standex Meder SIL reed relais 0 4 4 Relay_THT Relay_SPST_TE_PCH-1xxx2M Miniature PCB Relay, PCH Series, 1 Form A (NO), SPST http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7FPCH_series_relay_data_sheet_E%7F1215%7Fpdf%7FEnglish%7FENG_DS_PCH_series_relay_data_sheet_E_1215.pdf Relay SPST NO 0 4 4 Relay_THT Relay_SPST_TE_PCN-1xxD3MHZ https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1461491%7FG2%7Fpdf%7FEnglish%7FENG_CD_1461491_G2.pdf%7F3-1461491-0 SPST relay slim 0 4 4 Relay_THT Relay_Socket_DPDT_Finder_96.12 https://gfinder.findernet.com/public/attachments/56/DE/S56DE.pdf Relay socket DPDT Finder 96.12 56.32 0 8 8 Relay_THT Relay_StandexMeder_DIP_HighProfile package for Standex Meder DIP reed relay series, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_DIP.pdf DIL DIP PDIP 2.54mm 7.62mm 300mil reed relay 0 8 8 Relay_THT Relay_StandexMeder_DIP_LowProfile package for Standex Meder DIP reed relay series, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_DIP.pdf DIL DIP PDIP 2.54mm 7.62mm 300mil reed relay 0 8 8 Relay_THT Relay_StandexMeder_UMS Standex-Meder SIL-relais, UMS, see http://cdn-reichelt.de/documents/datenblatt/C300/UMS05_1A80_75L_DB.pdf Standex Meder SIL reed relais 0 4 4 Resistor_SMD R_0201_0603Metric Resistor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator resistor 0 4 2 Resistor_SMD R_0402_1005Metric Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_0603_1608Metric Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_0603_1608Metric_Pad1.05x0.95mm_HandSolder Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_0612_1632Metric Resistor SMD 0612 (1632 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_0612_1632Metric_Pad1.18x3.40mm_HandSolder Resistor SMD 0612 (1632 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_0805_2012Metric Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_0805_2012Metric_Pad1.15x1.40mm_HandSolder Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_0815_2038Metric Resistor SMD 0815 (2038 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.yageo.com/documents/recent/PYu-PRPFPH_521_RoHS_L_0.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_0815_2038Metric_Pad1.53x4.00mm_HandSolder Resistor SMD 0815 (2038 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.yageo.com/documents/recent/PYu-PRPFPH_521_RoHS_L_0.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_01005_0402Metric Resistor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator resistor 0 4 2 Resistor_SMD R_1020_2550Metric Resistor SMD 1020 (2550 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_1020_2550Metric_Pad1.33x5.20mm_HandSolder Resistor SMD 1020 (2550 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_1206_3216Metric Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_1206_3216Metric_Pad1.42x1.75mm_HandSolder Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_1210_3225Metric Resistor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_1210_3225Metric_Pad1.42x2.65mm_HandSolder Resistor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_1218_3246Metric Resistor SMD 1218 (3246 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20035/dcrcwe3.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_1218_3246Metric_Pad1.22x4.75mm_HandSolder Resistor SMD 1218 (3246 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20035/dcrcwe3.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_1806_4516Metric Resistor SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.modelithics.com/models/Vendor/MuRata/BLM41P.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_1806_4516Metric_Pad1.57x1.80mm_HandSolder Resistor SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.modelithics.com/models/Vendor/MuRata/BLM41P.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_1812_4532Metric Resistor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_1812_4532Metric_Pad1.30x3.40mm_HandSolder Resistor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_2010_5025Metric Resistor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_2010_5025Metric_Pad1.52x2.65mm_HandSolder Resistor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_2512_6332Metric Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_2512_6332Metric_Pad1.52x3.35mm_HandSolder Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_2816_7142Metric Resistor SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_2816_7142Metric_Pad3.20x4.45mm_HandSolder Resistor SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_4020_10251Metric Resistor SMD 4020 (10251 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://datasheet.octopart.com/HVC0603T5004FET-Ohmite-datasheet-26699797.pdf), generated with kicad-footprint-generator resistor 0 2 2 Resistor_SMD R_4020_10251Metric_Pad1.65x5.30mm_HandSolder Resistor SMD 4020 (10251 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://datasheet.octopart.com/HVC0603T5004FET-Ohmite-datasheet-26699797.pdf), generated with kicad-footprint-generator resistor handsolder 0 2 2 Resistor_SMD R_Array_Concave_2x0603 Thick Film Chip Resistor Array, Wave soldering, Vishay CRA06P (see cra06p.pdf) resistor array 0 4 4 Resistor_SMD R_Array_Concave_4x0402 Thick Film Chip Resistor Array, Wave soldering, Vishay CRA04P (see cra04p.pdf) resistor array 0 8 8 Resistor_SMD R_Array_Concave_4x0603 Thick Film Chip Resistor Array, Wave soldering, Vishay CRA06P (see cra06p.pdf) resistor array 0 8 8 Resistor_SMD R_Array_Convex_2x0402 Chip Resistor Network, ROHM MNR02 (see mnr_g.pdf) resistor array 0 4 4 Resistor_SMD R_Array_Convex_2x0603 Chip Resistor Network, ROHM MNR12 (see mnr_g.pdf) resistor array 0 4 4 Resistor_SMD R_Array_Convex_2x0606 Precision Thin Film Chip Resistor Array, VISHAY (see http://www.vishay.com/docs/28770/acasat.pdf) resistor array 0 4 4 Resistor_SMD R_Array_Convex_2x1206 Chip Resistor Network, ROHM MNR32 (see mnr_g.pdf) resistor array 0 4 4 Resistor_SMD R_Array_Convex_4x0402 Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf) resistor array 0 8 8 Resistor_SMD R_Array_Convex_4x0603 Chip Resistor Network, ROHM MNR14 (see mnr_g.pdf) resistor array 0 8 8 Resistor_SMD R_Array_Convex_4x0612 Precision Thin Film Chip Resistor Array, VISHAY (see http://www.vishay.com/docs/28770/acasat.pdf) resistor array 0 8 8 Resistor_SMD R_Array_Convex_4x1206 Chip Resistor Network, ROHM MNR34 (see mnr_g.pdf) resistor array 0 8 8 Resistor_SMD R_Array_Convex_5x0603 Chip Resistor Network, ROHM MNR15 (see mnr_g.pdf) resistor array 0 10 10 Resistor_SMD R_Array_Convex_5x1206 Chip Resistor Network, ROHM MNR35 (see mnr_g.pdf) resistor array 0 10 10 Resistor_SMD R_Array_Convex_8x0602 Chip Resistor Network, ROHM MNR18 (see mnr_g.pdf) resistor array 0 16 16 Resistor_SMD R_Cat16-2 SMT resistor net, Bourns CAT16 series, 2 way SMT resistor net Bourns CAT16 series 2 way 0 4 4 Resistor_SMD R_Cat16-4 SMT resistor net, Bourns CAT16 series, 4 way SMT resistor net Bourns CAT16 series 4 way 0 8 8 Resistor_SMD R_Cat16-8 SMT resistor net, Bourns CAT16 series, 8 way SMT resistor net Bourns CAT16 series 8 way 0 16 16 Resistor_SMD R_MELF_MMB-0207 Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf MELF Resistor 0 2 2 Resistor_SMD R_MicroMELF_MMU-0102 Resistor, MicroMELF, MMU-0102, http://www.vishay.com/docs/28713/melfprof.pdf MicroMELF Resistor 0 2 2 Resistor_SMD R_MiniMELF_MMA-0204 Resistor, MiniMELF, MMA-0204, http://www.vishay.com/docs/28713/melfprof.pdf MiniMELF Resistor 0 2 2 Resistor_SMD R_Shunt_Ohmite_LVK12 4 contact shunt resistor shunt resistor 4 contacts 0 4 4 Resistor_SMD R_Shunt_Ohmite_LVK20 4 contacts shunt resistor, https://www.ohmite.com/assets/docs/res_lvk.pdf 4 contacts resistor smd 0 4 4 Resistor_SMD R_Shunt_Ohmite_LVK24 4 contacts shunt resistor,https://www.ohmite.com/assets/docs/res_lvk.pdf 4 contacts resistor smd 0 4 4 Resistor_SMD R_Shunt_Ohmite_LVK25 4 contacts shunt resistor,https://www.ohmite.com/assets/docs/res_lvk.pdf 4 contacts resistor smd 0 4 4 Resistor_SMD R_Shunt_Vishay_WSK2512_6332Metric_T1.19mm Shunt Resistor SMD 2512 (6332 Metric), 2.6mm thick, Vishay WKS2512, Terminal length (T) 1.19mm, 5 to 200 milli Ohm (http://http://www.vishay.com/docs/30108/wsk.pdf) resistor shunt WSK2512 0 4 4 Resistor_SMD R_Shunt_Vishay_WSK2512_6332Metric_T2.21mm Shunt Resistor SMD 2512 (6332 Metric), 2.6mm thick, Vishay WKS2512, Terminal length (T) 2.21mm, 1 to 4.9 milli Ohm (http://http://www.vishay.com/docs/30108/wsk.pdf) resistor shunt WSK2512 0 4 4 Resistor_SMD R_Shunt_Vishay_WSK2512_6332Metric_T2.66mm Shunt Resistor SMD 2512 (6332 Metric), 2.6mm thick, Vishay WKS2512, Terminal length (T) 2.66mm, 0.5 to 0.99 milli Ohm (http://http://www.vishay.com/docs/30108/wsk.pdf) resistor shunt WSK2512 0 4 4 Resistor_SMD R_Shunt_Vishay_WSKW0612 https://www.vishay.com/docs/30332/wskw0612.pdf 4-Terminal SMD Shunt 0 4 4 Resistor_SMD R_Shunt_Vishay_WSR2_WSR3 Power Metal Strip Resistors 0.005 to 0.2, https://www.vishay.com/docs/30101/wsr.pdf SMD Shunt Resistor 0 2 2 Resistor_SMD R_Shunt_Vishay_WSR2_WSR3_KelvinConnection Power Metal Strip Resistors 0.005 to 0.2, https://www.vishay.com/docs/30101/wsr.pdf SMD Shunt Resistor 0 4 2 Resistor_THT R_Array_SIP4 4-pin Resistor SIP pack R 0 4 4 Resistor_THT R_Array_SIP5 5-pin Resistor SIP pack R 0 5 5 Resistor_THT R_Array_SIP6 6-pin Resistor SIP pack R 0 6 6 Resistor_THT R_Array_SIP7 7-pin Resistor SIP pack R 0 7 7 Resistor_THT R_Array_SIP8 8-pin Resistor SIP pack R 0 8 8 Resistor_THT R_Array_SIP9 9-pin Resistor SIP pack R 0 9 9 Resistor_THT R_Array_SIP10 10-pin Resistor SIP pack R 0 10 10 Resistor_THT R_Array_SIP11 11-pin Resistor SIP pack R 0 11 11 Resistor_THT R_Array_SIP12 12-pin Resistor SIP pack R 0 12 12 Resistor_THT R_Array_SIP13 13-pin Resistor SIP pack R 0 13 13 Resistor_THT R_Array_SIP14 14-pin Resistor SIP pack R 0 14 14 Resistor_THT R_Axial_DIN0204_L3.6mm_D1.6mm_P1.90mm_Vertical Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=1.9mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0204 series Axial Vertical pin pitch 1.9mm 0.167W length 3.6mm diameter 1.6mm 0 2 2 Resistor_THT R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm 0 2 2 Resistor_THT R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm 0 2 2 Resistor_THT R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Vertical Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0204 series Axial Vertical pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm 0 2 2 Resistor_THT R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal 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 Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm 0 2 2 Resistor_THT R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=2.54mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0207 series Axial Vertical pin pitch 2.54mm 0.25W = 1/4W length 6.3mm diameter 2.5mm 0 2 2 Resistor_THT R_Axial_DIN0207_L6.3mm_D2.5mm_P5.08mm_Vertical Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=5.08mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0207 series Axial Vertical pin pitch 5.08mm 0.25W = 1/4W length 6.3mm diameter 2.5mm 0 2 2 Resistor_THT R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=7.62mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0207 series Axial Horizontal pin pitch 7.62mm 0.25W = 1/4W length 6.3mm diameter 2.5mm 0 2 2 Resistor_THT R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm 0 2 2 Resistor_THT R_Axial_DIN0207_L6.3mm_D2.5mm_P15.24mm_Horizontal Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=15.24mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0207 series Axial Horizontal pin pitch 15.24mm 0.25W = 1/4W length 6.3mm diameter 2.5mm 0 2 2 Resistor_THT R_Axial_DIN0309_L9.0mm_D3.2mm_P2.54mm_Vertical Resistor, Axial_DIN0309 series, Axial, Vertical, pin pitch=2.54mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0309 series Axial Vertical pin pitch 2.54mm 0.5W = 1/2W length 9mm diameter 3.2mm 0 2 2 Resistor_THT R_Axial_DIN0309_L9.0mm_D3.2mm_P5.08mm_Vertical Resistor, Axial_DIN0309 series, Axial, Vertical, pin pitch=5.08mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0309 series Axial Vertical pin pitch 5.08mm 0.5W = 1/2W length 9mm diameter 3.2mm 0 2 2 Resistor_THT R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=12.7mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0309 series Axial Horizontal pin pitch 12.7mm 0.5W = 1/2W length 9mm diameter 3.2mm 0 2 2 Resistor_THT R_Axial_DIN0309_L9.0mm_D3.2mm_P15.24mm_Horizontal Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=15.24mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0309 series Axial Horizontal pin pitch 15.24mm 0.5W = 1/2W length 9mm diameter 3.2mm 0 2 2 Resistor_THT R_Axial_DIN0309_L9.0mm_D3.2mm_P20.32mm_Horizontal Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=20.32mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0309 series Axial Horizontal pin pitch 20.32mm 0.5W = 1/2W length 9mm diameter 3.2mm 0 2 2 Resistor_THT R_Axial_DIN0309_L9.0mm_D3.2mm_P25.40mm_Horizontal Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=25.4mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0309 series Axial Horizontal pin pitch 25.4mm 0.5W = 1/2W length 9mm diameter 3.2mm 0 2 2 Resistor_THT R_Axial_DIN0411_L9.9mm_D3.6mm_P5.08mm_Vertical Resistor, Axial_DIN0411 series, Axial, Vertical, pin pitch=5.08mm, 1W, length*diameter=9.9*3.6mm^2 Resistor Axial_DIN0411 series Axial Vertical pin pitch 5.08mm 1W length 9.9mm diameter 3.6mm 0 2 2 Resistor_THT R_Axial_DIN0411_L9.9mm_D3.6mm_P7.62mm_Vertical Resistor, Axial_DIN0411 series, Axial, Vertical, pin pitch=7.62mm, 1W, length*diameter=9.9*3.6mm^2 Resistor Axial_DIN0411 series Axial Vertical pin pitch 7.62mm 1W length 9.9mm diameter 3.6mm 0 2 2 Resistor_THT R_Axial_DIN0411_L9.9mm_D3.6mm_P12.70mm_Horizontal Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=12.7mm, 1W, length*diameter=9.9*3.6mm^2 Resistor Axial_DIN0411 series Axial Horizontal pin pitch 12.7mm 1W length 9.9mm diameter 3.6mm 0 2 2 Resistor_THT R_Axial_DIN0411_L9.9mm_D3.6mm_P15.24mm_Horizontal Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=15.24mm, 1W, length*diameter=9.9*3.6mm^2 Resistor Axial_DIN0411 series Axial Horizontal pin pitch 15.24mm 1W length 9.9mm diameter 3.6mm 0 2 2 Resistor_THT R_Axial_DIN0411_L9.9mm_D3.6mm_P20.32mm_Horizontal Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=20.32mm, 1W, length*diameter=9.9*3.6mm^2 Resistor Axial_DIN0411 series Axial Horizontal pin pitch 20.32mm 1W length 9.9mm diameter 3.6mm 0 2 2 Resistor_THT R_Axial_DIN0411_L9.9mm_D3.6mm_P25.40mm_Horizontal Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=25.4mm, 1W, length*diameter=9.9*3.6mm^2 Resistor Axial_DIN0411 series Axial Horizontal pin pitch 25.4mm 1W length 9.9mm diameter 3.6mm 0 2 2 Resistor_THT R_Axial_DIN0414_L11.9mm_D4.5mm_P5.08mm_Vertical Resistor, Axial_DIN0414 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0414 series Axial Vertical pin pitch 5.08mm 2W length 11.9mm diameter 4.5mm 0 2 2 Resistor_THT R_Axial_DIN0414_L11.9mm_D4.5mm_P7.62mm_Vertical Resistor, Axial_DIN0414 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0414 series Axial Vertical pin pitch 7.62mm 2W length 11.9mm diameter 4.5mm 0 2 2 Resistor_THT R_Axial_DIN0414_L11.9mm_D4.5mm_P15.24mm_Horizontal Resistor, Axial_DIN0414 series, Axial, Horizontal, pin pitch=15.24mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0414 series Axial Horizontal pin pitch 15.24mm 2W length 11.9mm diameter 4.5mm 0 2 2 Resistor_THT R_Axial_DIN0414_L11.9mm_D4.5mm_P20.32mm_Horizontal Resistor, Axial_DIN0414 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0414 series Axial Horizontal pin pitch 20.32mm 2W length 11.9mm diameter 4.5mm 0 2 2 Resistor_THT R_Axial_DIN0414_L11.9mm_D4.5mm_P25.40mm_Horizontal Resistor, Axial_DIN0414 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0414 series Axial Horizontal pin pitch 25.4mm 2W length 11.9mm diameter 4.5mm 0 2 2 Resistor_THT R_Axial_DIN0516_L15.5mm_D5.0mm_P5.08mm_Vertical Resistor, Axial_DIN0516 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0516 series Axial Vertical pin pitch 5.08mm 2W length 15.5mm diameter 5mm 0 2 2 Resistor_THT R_Axial_DIN0516_L15.5mm_D5.0mm_P7.62mm_Vertical Resistor, Axial_DIN0516 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0516 series Axial Vertical pin pitch 7.62mm 2W length 15.5mm diameter 5mm 0 2 2 Resistor_THT R_Axial_DIN0516_L15.5mm_D5.0mm_P20.32mm_Horizontal Resistor, Axial_DIN0516 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0516 series Axial Horizontal pin pitch 20.32mm 2W length 15.5mm diameter 5mm 0 2 2 Resistor_THT R_Axial_DIN0516_L15.5mm_D5.0mm_P25.40mm_Horizontal Resistor, Axial_DIN0516 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0516 series Axial Horizontal pin pitch 25.4mm 2W length 15.5mm diameter 5mm 0 2 2 Resistor_THT R_Axial_DIN0516_L15.5mm_D5.0mm_P30.48mm_Horizontal Resistor, Axial_DIN0516 series, Axial, Horizontal, pin pitch=30.48mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf Resistor Axial_DIN0516 series Axial Horizontal pin pitch 30.48mm 2W length 15.5mm diameter 5mm 0 2 2 Resistor_THT R_Axial_DIN0614_L14.3mm_D5.7mm_P5.08mm_Vertical Resistor, Axial_DIN0614 series, Axial, Vertical, pin pitch=5.08mm, 1.5W, length*diameter=14.3*5.7mm^2 Resistor Axial_DIN0614 series Axial Vertical pin pitch 5.08mm 1.5W length 14.3mm diameter 5.7mm 0 2 2 Resistor_THT R_Axial_DIN0614_L14.3mm_D5.7mm_P7.62mm_Vertical Resistor, Axial_DIN0614 series, Axial, Vertical, pin pitch=7.62mm, 1.5W, length*diameter=14.3*5.7mm^2 Resistor Axial_DIN0614 series Axial Vertical pin pitch 7.62mm 1.5W length 14.3mm diameter 5.7mm 0 2 2 Resistor_THT R_Axial_DIN0614_L14.3mm_D5.7mm_P15.24mm_Horizontal Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=15.24mm, 1.5W, length*diameter=14.3*5.7mm^2 Resistor Axial_DIN0614 series Axial Horizontal pin pitch 15.24mm 1.5W length 14.3mm diameter 5.7mm 0 2 2 Resistor_THT R_Axial_DIN0614_L14.3mm_D5.7mm_P20.32mm_Horizontal Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=20.32mm, 1.5W, length*diameter=14.3*5.7mm^2 Resistor Axial_DIN0614 series Axial Horizontal pin pitch 20.32mm 1.5W length 14.3mm diameter 5.7mm 0 2 2 Resistor_THT R_Axial_DIN0614_L14.3mm_D5.7mm_P25.40mm_Horizontal Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=25.4mm, 1.5W, length*diameter=14.3*5.7mm^2 Resistor Axial_DIN0614 series Axial Horizontal pin pitch 25.4mm 1.5W length 14.3mm diameter 5.7mm 0 2 2 Resistor_THT R_Axial_DIN0617_L17.0mm_D6.0mm_P5.08mm_Vertical Resistor, Axial_DIN0617 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0617 series Axial Vertical pin pitch 5.08mm 2W length 17mm diameter 6mm 0 2 2 Resistor_THT R_Axial_DIN0617_L17.0mm_D6.0mm_P7.62mm_Vertical Resistor, Axial_DIN0617 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0617 series Axial Vertical pin pitch 7.62mm 2W length 17mm diameter 6mm 0 2 2 Resistor_THT R_Axial_DIN0617_L17.0mm_D6.0mm_P20.32mm_Horizontal Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0617 series Axial Horizontal pin pitch 20.32mm 2W length 17mm diameter 6mm 0 2 2 Resistor_THT R_Axial_DIN0617_L17.0mm_D6.0mm_P25.40mm_Horizontal Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0617 series Axial Horizontal pin pitch 25.4mm 2W length 17mm diameter 6mm 0 2 2 Resistor_THT R_Axial_DIN0617_L17.0mm_D6.0mm_P30.48mm_Horizontal Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=30.48mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0617 series Axial Horizontal pin pitch 30.48mm 2W length 17mm diameter 6mm 0 2 2 Resistor_THT R_Axial_DIN0918_L18.0mm_D9.0mm_P7.62mm_Vertical Resistor, Axial_DIN0918 series, Axial, Vertical, pin pitch=7.62mm, 4W, length*diameter=18*9mm^2 Resistor Axial_DIN0918 series Axial Vertical pin pitch 7.62mm 4W length 18mm diameter 9mm 0 2 2 Resistor_THT R_Axial_DIN0918_L18.0mm_D9.0mm_P22.86mm_Horizontal Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=22.86mm, 4W, length*diameter=18*9mm^2 Resistor Axial_DIN0918 series Axial Horizontal pin pitch 22.86mm 4W length 18mm diameter 9mm 0 2 2 Resistor_THT R_Axial_DIN0918_L18.0mm_D9.0mm_P25.40mm_Horizontal Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=25.4mm, 4W, length*diameter=18*9mm^2 Resistor Axial_DIN0918 series Axial Horizontal pin pitch 25.4mm 4W length 18mm diameter 9mm 0 2 2 Resistor_THT R_Axial_DIN0918_L18.0mm_D9.0mm_P30.48mm_Horizontal Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=30.48mm, 4W, length*diameter=18*9mm^2 Resistor Axial_DIN0918 series Axial Horizontal pin pitch 30.48mm 4W length 18mm diameter 9mm 0 2 2 Resistor_THT R_Axial_DIN0922_L20.0mm_D9.0mm_P7.62mm_Vertical Resistor, Axial_DIN0922 series, Axial, Vertical, pin pitch=7.62mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0922 series Axial Vertical pin pitch 7.62mm 5W length 20mm diameter 9mm 0 2 2 Resistor_THT R_Axial_DIN0922_L20.0mm_D9.0mm_P25.40mm_Horizontal Resistor, Axial_DIN0922 series, Axial, Horizontal, pin pitch=25.4mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0922 series Axial Horizontal pin pitch 25.4mm 5W length 20mm diameter 9mm 0 2 2 Resistor_THT R_Axial_DIN0922_L20.0mm_D9.0mm_P30.48mm_Horizontal Resistor, Axial_DIN0922 series, Axial, Horizontal, pin pitch=30.48mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf Resistor Axial_DIN0922 series Axial Horizontal pin pitch 30.48mm 5W length 20mm diameter 9mm 0 2 2 Resistor_THT R_Axial_Power_L20.0mm_W6.4mm_P5.08mm_Vertical Resistor, Axial_Power series, Axial, Vertical, pin pitch=5.08mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Axial Vertical pin pitch 5.08mm 4W length 20mm width 6.4mm height 6.4mm 0 2 2 Resistor_THT R_Axial_Power_L20.0mm_W6.4mm_P7.62mm_Vertical Resistor, Axial_Power series, Axial, Vertical, pin pitch=7.62mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Axial Vertical pin pitch 7.62mm 4W length 20mm width 6.4mm height 6.4mm 0 2 2 Resistor_THT R_Axial_Power_L20.0mm_W6.4mm_P22.40mm Resistor, Axial_Power series, Box, pin pitch=22.4mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 22.4mm 4W length 20mm width 6.4mm height 6.4mm 0 2 2 Resistor_THT R_Axial_Power_L20.0mm_W6.4mm_P25.40mm Resistor, Axial_Power series, Box, pin pitch=25.4mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 25.4mm 4W length 20mm width 6.4mm height 6.4mm 0 2 2 Resistor_THT R_Axial_Power_L20.0mm_W6.4mm_P30.48mm Resistor, Axial_Power series, Box, pin pitch=30.48mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 30.48mm 4W length 20mm width 6.4mm height 6.4mm 0 2 2 Resistor_THT R_Axial_Power_L25.0mm_W6.4mm_P27.94mm Resistor, Axial_Power series, Box, pin pitch=27.94mm, 5W, length*width*height=25*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 27.94mm 5W length 25mm width 6.4mm height 6.4mm 0 2 2 Resistor_THT R_Axial_Power_L25.0mm_W6.4mm_P30.48mm Resistor, Axial_Power series, Box, pin pitch=30.48mm, 5W, length*width*height=25*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 30.48mm 5W length 25mm width 6.4mm height 6.4mm 0 2 2 Resistor_THT R_Axial_Power_L25.0mm_W9.0mm_P7.62mm_Vertical Resistor, Axial_Power series, Axial, Vertical, pin pitch=7.62mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Axial Vertical pin pitch 7.62mm 7W length 25mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Power_L25.0mm_W9.0mm_P10.16mm_Vertical Resistor, Axial_Power series, Axial, Vertical, pin pitch=10.16mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Axial Vertical pin pitch 10.16mm 7W length 25mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Power_L25.0mm_W9.0mm_P27.94mm Resistor, Axial_Power series, Box, pin pitch=27.94mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 27.94mm 7W length 25mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Power_L25.0mm_W9.0mm_P30.48mm Resistor, Axial_Power series, Box, pin pitch=30.48mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 30.48mm 7W length 25mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Power_L38.0mm_W6.4mm_P40.64mm Resistor, Axial_Power series, Box, pin pitch=40.64mm, 7W, length*width*height=38*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 40.64mm 7W length 38mm width 6.4mm height 6.4mm 0 2 2 Resistor_THT R_Axial_Power_L38.0mm_W6.4mm_P45.72mm Resistor, Axial_Power series, Box, pin pitch=45.72mm, 7W, length*width*height=38*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 45.72mm 7W length 38mm width 6.4mm height 6.4mm 0 2 2 Resistor_THT R_Axial_Power_L38.0mm_W9.0mm_P40.64mm Resistor, Axial_Power series, Box, pin pitch=40.64mm, 9W, length*width*height=38*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 40.64mm 9W length 38mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Power_L38.0mm_W9.0mm_P45.72mm Resistor, Axial_Power series, Box, pin pitch=45.72mm, 9W, length*width*height=38*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 45.72mm 9W length 38mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Power_L48.0mm_W12.5mm_P7.62mm_Vertical Resistor, Axial_Power series, Axial, Vertical, pin pitch=7.62mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Axial Vertical pin pitch 7.62mm 15W length 48mm width 12.5mm height 12.5mm 0 2 2 Resistor_THT R_Axial_Power_L48.0mm_W12.5mm_P10.16mm_Vertical Resistor, Axial_Power series, Axial, Vertical, pin pitch=10.16mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Axial Vertical pin pitch 10.16mm 15W length 48mm width 12.5mm height 12.5mm 0 2 2 Resistor_THT R_Axial_Power_L48.0mm_W12.5mm_P55.88mm Resistor, Axial_Power series, Box, pin pitch=55.88mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 55.88mm 15W length 48mm width 12.5mm height 12.5mm 0 2 2 Resistor_THT R_Axial_Power_L48.0mm_W12.5mm_P60.96mm Resistor, Axial_Power series, Box, pin pitch=60.96mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 60.96mm 15W length 48mm width 12.5mm height 12.5mm 0 2 2 Resistor_THT R_Axial_Power_L50.0mm_W9.0mm_P55.88mm Resistor, Axial_Power series, Box, pin pitch=55.88mm, 11W, length*width*height=50*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 55.88mm 11W length 50mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Power_L50.0mm_W9.0mm_P60.96mm Resistor, Axial_Power series, Box, pin pitch=60.96mm, 11W, length*width*height=50*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 60.96mm 11W length 50mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Power_L60.0mm_W14.0mm_P10.16mm_Vertical Resistor, Axial_Power series, Axial, Vertical, pin pitch=10.16mm, 25W, length*width*height=60*14*14mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Axial Vertical pin pitch 10.16mm 25W length 60mm width 14mm height 14mm 0 2 2 Resistor_THT R_Axial_Power_L60.0mm_W14.0mm_P66.04mm Resistor, Axial_Power series, Box, pin pitch=66.04mm, 25W, length*width*height=60*14*14mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 66.04mm 25W length 60mm width 14mm height 14mm 0 2 2 Resistor_THT R_Axial_Power_L60.0mm_W14.0mm_P71.12mm Resistor, Axial_Power series, Box, pin pitch=71.12mm, 25W, length*width*height=60*14*14mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 71.12mm 25W length 60mm width 14mm height 14mm 0 2 2 Resistor_THT R_Axial_Power_L75.0mm_W9.0mm_P81.28mm Resistor, Axial_Power series, Box, pin pitch=81.28mm, 17W, length*width*height=75*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 81.28mm 17W length 75mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Power_L75.0mm_W9.0mm_P86.36mm Resistor, Axial_Power series, Box, pin pitch=86.36mm, 17W, length*width*height=75*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf Resistor Axial_Power series Box pin pitch 86.36mm 17W length 75mm width 9mm height 9mm 0 2 2 Resistor_THT R_Axial_Shunt_L22.2mm_W8.0mm_PS14.30mm_P25.40mm Resistor, Axial_Shunt series, Box, pin pitch=25.4mm, 3W, length*width*height=22.2*8*8mm^3, shunt pin pitch = 14.30mm, http://www.vishay.com/docs/30217/cpsl.pdf Resistor Axial_Shunt series Box pin pitch 25.4mm 3W length 22.2mm width 8mm height 8mm shunt pin pitch 14.30mm 0 4 4 Resistor_THT R_Axial_Shunt_L22.2mm_W9.5mm_PS14.30mm_P25.40mm Resistor, Axial_Shunt series, Box, pin pitch=25.4mm, 5W, length*width*height=22.2*9.5*9.5mm^3, shunt pin pitch = 14.30mm, http://www.vishay.com/docs/30217/cpsl.pdf Resistor Axial_Shunt series Box pin pitch 25.4mm 5W length 22.2mm width 9.5mm height 9.5mm shunt pin pitch 14.30mm 0 4 4 Resistor_THT R_Axial_Shunt_L35.3mm_W9.5mm_PS25.40mm_P38.10mm Resistor, Axial_Shunt series, Box, pin pitch=38.1mm, 7W, length*width*height=35.3*9.5*9.5mm^3, shunt pin pitch = 25.40mm, http://www.vishay.com/docs/30217/cpsl.pdf Resistor Axial_Shunt series Box pin pitch 38.1mm 7W length 35.3mm width 9.5mm height 9.5mm shunt pin pitch 25.40mm 0 4 4 Resistor_THT R_Axial_Shunt_L47.6mm_W9.5mm_PS34.93mm_P50.80mm Resistor, Axial_Shunt series, Box, pin pitch=50.8mm, 10W, length*width*height=47.6*9.5*9.5mm^3, shunt pin pitch = 34.93mm, http://www.vishay.com/docs/30217/cpsl.pdf Resistor Axial_Shunt series Box pin pitch 50.8mm 10W length 47.6mm width 9.5mm height 9.5mm shunt pin pitch 34.93mm 0 4 4 Resistor_THT R_Axial_Shunt_L47.6mm_W12.7mm_PS34.93mm_P50.80mm Resistor, Axial_Shunt series, Box, pin pitch=50.8mm, 15W, length*width*height=47.6*12.7*12.7mm^3, shunt pin pitch = 34.93mm, http://www.vishay.com/docs/30217/cpsl.pdf Resistor Axial_Shunt series Box pin pitch 50.8mm 15W length 47.6mm width 12.7mm height 12.7mm shunt pin pitch 34.93mm 0 4 4 Resistor_THT R_Bare_Metal_Element_L12.4mm_W4.8mm_P11.40mm Resistor, Bare_Metal_Element series, Bare Metal Strip/Wire, Horizontal, pin pitch=11.4mm, 1W, length*width=12.4*4.8mm^2, https://www.bourns.com/pdfs/PWR4412-2S.pdf Resistor Bare_Metal_Element series Bare Metal Strip Wire Horizontal pin pitch 11.4mm 1W length 12.4mm width 4.8mm 0 2 2 Resistor_THT R_Bare_Metal_Element_L16.3mm_W4.8mm_P15.30mm Resistor, Bare_Metal_Element series, Bare Metal Strip/Wire, Horizontal, pin pitch=15.3mm, 3W, length*width=16.3*4.8mm^2, https://www.bourns.com/pdfs/PWR4412-2S.pdf Resistor Bare_Metal_Element series Bare Metal Strip Wire Horizontal pin pitch 15.3mm 3W length 16.3mm width 4.8mm 0 2 2 Resistor_THT R_Bare_Metal_Element_L21.3mm_W4.8mm_P20.30mm Resistor, Bare_Metal_Element series, Bare Metal Strip/Wire, Horizontal, pin pitch=20.3mm, 5W, length*width=21.3*4.8mm^2, https://www.bourns.com/pdfs/PWR4412-2S.pdf Resistor Bare_Metal_Element series Bare Metal Strip Wire Horizontal pin pitch 20.3mm 5W length 21.3mm width 4.8mm 0 2 2 Resistor_THT R_Box_L8.4mm_W2.5mm_P5.08mm Resistor, Box series, Radial, pin pitch=5.08mm, 0.5W = 1/2W, length*width=8.38*2.54mm^2, http://www.vishay.com/docs/60051/cns020.pdf Resistor Box series Radial pin pitch 5.08mm 0.5W = 1/2W length 8.38mm width 2.54mm 0 2 2 Resistor_THT R_Box_L13.0mm_W4.0mm_P9.00mm Resistor, Box series, Radial, pin pitch=9.00mm, 2W, length*width=13.0*4.0mm^2, http://www.produktinfo.conrad.com/datenblaetter/425000-449999/443860-da-01-de-METALLBAND_WIDERSTAND_0_1_OHM_5W_5Pr.pdf Resistor Box series Radial pin pitch 9.00mm 2W length 13.0mm width 4.0mm 0 2 2 Resistor_THT R_Box_L14.0mm_W5.0mm_P9.00mm Resistor, Box series, Radial, pin pitch=9.00mm, 5W, length*width=14.0*5.0mm^2, http://www.produktinfo.conrad.com/datenblaetter/425000-449999/443860-da-01-de-METALLBAND_WIDERSTAND_0_1_OHM_5W_5Pr.pdf Resistor Box series Radial pin pitch 9.00mm 5W length 14.0mm width 5.0mm 0 2 2 Resistor_THT R_Box_L26.0mm_W5.0mm_P20.00mm Resistor, Box series, Radial, pin pitch=20.00mm, 10W, length*width=26.0*5.0mm^2, http://www.produktinfo.conrad.com/datenblaetter/425000-449999/443860-da-01-de-METALLBAND_WIDERSTAND_0_1_OHM_5W_5Pr.pdf Resistor Box series Radial pin pitch 20.00mm 10W length 26.0mm width 5.0mm 0 2 2 Resistor_THT R_Radial_Power_L7.0mm_W8.0mm_Px2.40mm_Py2.30mm Resistor, Radial_Power series, Radial, pin pitch=2.40*2.30mm^2, 7W, length*width=7*8mm^2, http://www.vitrohm.com/content/files/vitrohm_series_kv_-_201601.pdf Resistor Radial_Power series Radial pin pitch 2.40*2.30mm^2 7W length 7mm width 8mm 0 2 2 Resistor_THT R_Radial_Power_L9.0mm_W10.0mm_Px2.70mm_Py2.30mm Resistor, Radial_Power series, Radial, pin pitch=2.70*2.30mm^2, 17W, length*width=9*10mm^2, http://www.vitrohm.com/content/files/vitrohm_series_kv_-_201601.pdf Resistor Radial_Power series Radial pin pitch 2.70*2.30mm^2 17W length 9mm width 10mm 0 2 2 Resistor_THT R_Radial_Power_L11.0mm_W7.0mm_P5.00mm Resistor, Radial_Power series, Radial, pin pitch=5.00mm, 2W, length*width=11.0*7.0mm^2, http://www.vishay.com/docs/30218/cpcx.pdf Resistor Radial_Power series Radial pin pitch 5.00mm 2W length 11.0mm width 7.0mm 0 2 2 Resistor_THT R_Radial_Power_L12.0mm_W8.0mm_P5.00mm Resistor, Radial_Power series, Radial, pin pitch=5.00mm, 3W, length*width=12.0*8.0mm^2, http://www.vishay.com/docs/30218/cpcx.pdf Resistor Radial_Power series Radial pin pitch 5.00mm 3W length 12.0mm width 8.0mm 0 2 2 Resistor_THT R_Radial_Power_L13.0mm_W9.0mm_P5.00mm Resistor, Radial_Power series, Radial, pin pitch=5.00mm, 7W, length*width=13.0*9.0mm^2, http://www.vishay.com/docs/30218/cpcx.pdf Resistor Radial_Power series Radial pin pitch 5.00mm 7W length 13.0mm width 9.0mm 0 2 2 Resistor_THT R_Radial_Power_L16.1mm_W9.0mm_P7.37mm Resistor, Radial_Power series, Radial, pin pitch=7.37mm, 10W, length*width=16.1*9mm^2, http://www.vishay.com/docs/30218/cpcx.pdf Resistor Radial_Power series Radial pin pitch 7.37mm 10W length 16.1mm width 9mm 0 2 2 Rotary_Encoder RotaryEncoder_Alps_EC11E-Switch_Vertical_H20mm Alps rotary encoder, EC12E... with switch, vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html rotary encoder 0 7 6 Rotary_Encoder RotaryEncoder_Alps_EC11E-Switch_Vertical_H20mm_CircularMountingHoles Alps rotary encoder, EC12E... with switch, vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html rotary encoder 0 7 6 Rotary_Encoder RotaryEncoder_Alps_EC11E_Vertical_H20mm Alps rotary encoder, EC12E... without switch (pins are dummy), vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html rotary encoder 0 7 4 Rotary_Encoder RotaryEncoder_Alps_EC11E_Vertical_H20mm_CircularMountingHoles Alps rotary encoder, EC12E... without switch (pins are dummy), vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html rotary encoder 0 7 4 Rotary_Encoder RotaryEncoder_Alps_EC12E-Switch_Vertical_H20mm Alps rotary encoder, EC12E... with switch, vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html & http://cdn-reichelt.de/documents/datenblatt/F100/402097STEC12E08.PDF rotary encoder 0 7 6 Rotary_Encoder RotaryEncoder_Alps_EC12E-Switch_Vertical_H20mm_CircularMountingHoles Alps rotary encoder, EC12E... with switch, vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html & http://cdn-reichelt.de/documents/datenblatt/F100/402097STEC12E08.PDF rotary encoder 0 7 6 Rotary_Encoder RotaryEncoder_Alps_EC12E_Vertical_H20mm Alps rotary encoder, EC12E..., vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html rotary encoder 0 5 4 Rotary_Encoder RotaryEncoder_Alps_EC12E_Vertical_H20mm_CircularMountingHoles Alps rotary encoder, EC12E..., vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html rotary encoder 0 5 4 Sensor_Audio Infineon_PG-LLGA-5-1 Infineon_PG-LLGA-5-1 StepUp generated footprint, https://www.infineon.com/cms/en/product/packages/PG-LLGA/PG-LLGA-5-1/ infineon mems microphone 0 15 5 Sensor_Audio ST_HLGA-6_3.76x4.72mm_P1.65mm http://www.st.com/content/ccc/resource/technical/document/datasheet/group3/27/62/48/98/44/54/4d/36/DM00303211/files/DM00303211.pdf/jcr:content/translations/en.DM00303211.pdf HLGA Sensor Audio 0 6 6 Sensor_Current AKM_CQ_7 AKM Current Sensor, 7 pin, THT (http://www.akm.com/akm/en/file/datasheet/CQ-236B.pdf) akm current sensor tht 0 39 7 Sensor_Current AKM_CQ_7S AKM Current Sensor, 7 pin, SMD (http://www.akm.com/akm/en/file/datasheet/CQ-236B.pdf) akm current sensor smd 0 19 7 Sensor_Current AKM_CQ_VSOP-24_5.6x7.9mm_P0.65mm AKM VSOP-24 current sensor, 5.6x7.9mm body, 0.65mm pitch (http://www.akm.com/akm/en/file/datasheet/CQ-330J.pdf) akm vsop 24 0 10 10 Sensor_Current AKM_CZ_SSOP-10_6.5x8.1mm_P0.95mm AKM CZ-381x current sensor, 6.5x8.1mm body, 0.95mm pitch (http://www.akm.com/akm/en/product/detail/0009/) akm cz-381x 10 0 10 10 Sensor_Current Allegro_CB_PFF Allegro MicroSystems, CB-PFF Package (http://www.allegromicro.com/en/Products/Current-Sensor-ICs/Fifty-To-Two-Hundred-Amp-Integrated-Conductor-Sensor-ICs/ACS758.aspx) !PADS 4-5 DO NOT MATCH DATASHEET! Allegro CB-PFF 0 37 5 Sensor_Current Allegro_CB_PSF Allegro MicroSystems, CB-PSF Package (http://www.allegromicro.com/en/Products/Current-Sensor-ICs/Fifty-To-Two-Hundred-Amp-Integrated-Conductor-Sensor-ICs/ACS758.aspx) Allegro CB-PSF 0 5 5 Sensor_Current Allegro_CB_PSS Allegro MicroSystems, CB-PSS Package (http://www.allegromicro.com/en/Products/Current-Sensor-ICs/Fifty-To-Two-Hundred-Amp-Integrated-Conductor-Sensor-ICs/ACS758.aspx) Allegro CB-PSS 0 5 5 Sensor_Current Allegro_PSOF-7_4.8x6.4mm_P1.60mm Allegro Microsystems PSOF-7, 4.8x6.4mm Body, 1.60mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/ACS780-Datasheet.ashx) Allegro PSOF-7 0 7 7 Sensor_Current Allegro_QFN-12-10-1EP_3x3mm_P0.5mm Allegro Microsystems 12-Lead (10-Lead Populated) Quad Flat Pack, 3x3mm Body, 0.5mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/ACS711-Datasheet.ashx) Allegro QFN 0.5 0 14 10 Sensor_Current Allegro_QSOP-24_3.9x8.7mm_P0.635mm Allegro Microsystems 24-Lead Plastic Shrink Small Outline Narrow Body Body [QSOP] (http://www.allegromicro.com/~/media/Files/Datasheets/ACS726-Datasheet.ashx?la=en) Allegro QSOP 0.635 0 24 24 Sensor_Current Allegro_SIP-3 Allegro Microsystems SIP-3, 1.27mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/A1369-Datasheet.ashx) Allegro SIP-3 0 3 3 Sensor_Current Allegro_SIP-4 Allegro Microsystems SIP-4, 1.27mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/A1363-Datasheet.ashx) Allegro SIP-4 0 4 4 Sensor_Current Diodes_SIP-3_4.1x1.5mm_P1.27mm Diodes SIP-3 Bulk Pack, 1.27mm Pitch (https://www.diodes.com/assets/Package-Files/SIP-3-Bulk-Pack.pdf) Diodes SIP-3 Bulk Pack 0 3 3 Sensor_Current Diodes_SIP-3_4.1x1.5mm_P2.65mm Diodes SIP-3 Ammo Pack, 2.65mm Pitch (https://www.diodes.com/assets/Package-Files/SIP-3-Ammo-Pack.pdf) Diodes SIP-3 Ammo Pack 0 3 3 Sensor_Current Diodes_SIP-3_AmmoPack Diodes SIP3 Ammo Pack, https://www.diodes.com/assets/Package-Files/SIP-3-Ammo-Pack.pdf SIP3 Ammo Pack 0 3 3 Sensor_Current LEM_HO8-NP LEM HO 8/15/25-NP Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/ho-np-0000_series.pdf) current transducer 0 13 13 Sensor_Current LEM_HO8-NSM LEM HO 8/15/25-NSM Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/ho-nsm-0000_series.pdf) current transducer 0 13 13 Sensor_Current LEM_HO40-NP LEM HO 40/60/120/150-NP Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/ho-np_0100__1100_series.pdf) current transducer 0 13 13 Sensor_Current LEM_HTFS LEM HTFS x00-P current transducer (https://www.lem.com/sites/default/files/products_datasheets/htfs_200_800-p.pdf) HTFS current transducer 0 4 4 Sensor_Current LEM_HX02-P LEM HX02-P hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%202_6-p_e%20v5.pdf) hall current 0 6 6 Sensor_Current LEM_HX03-P-SP2 LEM HX03-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) hall current 0 6 6 Sensor_Current LEM_HX04-P LEM HX04-P hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%202_6-p_e%20v5.pdf) hall current 0 6 6 Sensor_Current LEM_HX05-NP LEM HX05-NP hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%205_15-np_e%20v10.pdf) hall current 0 8 8 Sensor_Current LEM_HX05-P-SP2 LEM HX05-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) hall current 0 6 6 Sensor_Current LEM_HX06-P LEM HX06-P hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%202_6-p_e%20v5.pdf) hall current 0 6 6 Sensor_Current LEM_HX10-NP LEM HX10-NP hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%205_15-np_e%20v10.pdf) hall current 0 8 8 Sensor_Current LEM_HX10-P-SP2 LEM HX10-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) hall current 0 6 6 Sensor_Current LEM_HX15-NP LEM HX15-NP hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%205_15-np_e%20v10.pdf) hall current 0 8 8 Sensor_Current LEM_HX15-P-SP2 LEM HX15-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) hall current 0 6 6 Sensor_Current LEM_HX20-P-SP2 LEM HX20-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) hall current 0 6 6 Sensor_Current LEM_HX25-P-SP2 LEM HX25-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) hall current 0 6 6 Sensor_Current LEM_HX50-P-SP2 LEM HX50-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) hall current 0 6 6 Sensor_Current LEM_LA25-P LEM Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/la_25-p.pdf) current transducer 0 3 3 Sensor_Current LEM_LTSR-NP LEM current transducer LEM_LTSR-NP 5V supply voltage series https://www.lem.com/sites/default/files/products_datasheets/ltsr_6-np.pdf Current transducer 0 10 10 Sensor_Motion InvenSense_QFN-24_3x3mm_P0.4mm 24-Lead Plastic QFN (3mm x 3mm); Pitch 0.4mm; EP 1.7x1.54mm; for InvenSense motion sensors; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU9250REV1.0.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) QFN 0.4 0 24 24 Sensor_Motion InvenSense_QFN-24_3x3mm_P0.4mm_NoMask 24-Lead Plastic QFN (3mm x 3mm); Pitch 0.4mm; EP 1.7x1.54mm; for InvenSense motion sensors; Mask removed below exposed pad; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU9250REV1.0.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) QFN 0.4 0 25 24 Sensor_Motion InvenSense_QFN-24_4x4mm_P0.5mm 24-Lead Plastic QFN (4mm x 4mm); Pitch 0.5mm; EP 2.7x2.6mm; for InvenSense motion sensors; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) QFN 0.5 0 24 24 Sensor_Motion InvenSense_QFN-24_4x4mm_P0.5mm_NoMask 24-Lead Plastic QFN (4mm x 4mm); Pitch 0.5mm; EP 2.7x2.6mm; for InvenSense motion sensors; Mask removed below exposed pad; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) QFN 0.5 0 25 24 Sensor_Pressure Freescale_98ARH99066A https://www.nxp.com/docs/en/data-sheet/MPXH6250A.pdf sensor pressure ssop 98ARH99066A 0 8 8 Sensor_Pressure Freescale_98ARH99089A https://www.nxp.com/docs/en/data-sheet/MPXH6250A.pdf sensor pressure ssop 98ARH99089A 0 8 8 Sensor_Pressure Honeywell_40PCxxxG1A https://www.honeywellscportal.com/index.php?ci_id=138832 pressure sensor automotive honeywell 0 3 3 Sensor_Voltage LEM_LV25-P LEM LV25-P Voltage transducer, https://www.lem.com/sites/default/files/products_datasheets/lv_25-p.pdf LEM Hall Effect Voltage transducer 0 5 5 Socket 3M_Textool_216-3340-00-0602J_2x08_P2.54mm 3M 16-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 7.62mm 300mil Socket 0 16 16 Socket 3M_Textool_240-1288-00-0602J_2x20_P2.54mm 3M 40-pin zero insertion force socket, though-hole, row spacing 25.4 mm (1000 mils) THT DIP DIL ZIF 25.4mm 1000mil Socket 0 40 40 Socket DIP_Socket-14_W4.3_W5.08_W7.62_W10.16_W10.9_3M_214-3339-00-0602J 3M 14-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 7.62mm 300mil Socket 0 14 14 Socket DIP_Socket-16_W4.3_W5.08_W7.62_W10.16_W10.9_3M_216-3340-00-0602J 3M 16-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 7.62mm 300mil Socket 0 16 16 Socket DIP_Socket-18_W4.3_W5.08_W7.62_W10.16_W10.9_3M_218-3341-00-0602J 3M 18-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 7.62mm 300mil Socket 0 18 18 Socket DIP_Socket-20_W4.3_W5.08_W7.62_W10.16_W10.9_3M_220-3342-00-0602J 3M 20-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 7.62mm 300mil Socket 0 20 20 Socket DIP_Socket-22_W6.9_W7.62_W10.16_W12.7_W13.5_3M_222-3343-00-0602J 3M 22-pin zero insertion force socket, through-hole, row spacing 10.16 mm (400 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 10.16mm 400mil Socket 0 22 22 Socket DIP_Socket-24_W4.3_W5.08_W7.62_W10.16_W10.9_3M_224-5248-00-0602J 3M 24-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 7.62mm 300mil Socket 0 24 24 Socket DIP_Socket-24_W11.9_W12.7_W15.24_W17.78_W18.5_3M_224-1275-00-0602J 3M 24-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 15.24mm 600mil Socket 0 24 24 Socket DIP_Socket-28_W6.9_W7.62_W10.16_W12.7_W13.5_3M_228-4817-00-0602J 3M 28-pin zero insertion force socket, through-hole, row spacing 10.16 mm (400 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 10.16mm 400mil Socket 0 28 28 Socket DIP_Socket-28_W11.9_W12.7_W15.24_W17.78_W18.5_3M_228-1277-00-0602J 3M 28-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 15.24mm 600mil Socket 0 28 28 Socket DIP_Socket-32_W11.9_W12.7_W15.24_W17.78_W18.5_3M_232-1285-00-0602J 3M 32-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 15.24mm 600mil Socket 0 32 32 Socket DIP_Socket-40_W11.9_W12.7_W15.24_W17.78_W18.5_3M_240-1280-00-0602J 3M 40-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 15.24mm 600mil Socket 0 40 40 Socket DIP_Socket-40_W22.1_W22.86_W25.4_W27.94_W28.7_3M_240-3639-00-0602J 3M 40-pin zero insertion force socket, through-hole, row spacing 25.4 mm (1000 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 25.4mm 1000mil Socket 0 40 40 Socket DIP_Socket-42_W11.9_W12.7_W15.24_W17.78_W18.5_3M_242-1281-00-0602J 3M 42-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf THT DIP DIL ZIF 15.24mm 600mil Socket 0 42 42 Socket Wells_648-0482211SA01 https://www.farnell.com/cad/316865.pdf?_ga=2.37208032.177107060.1530611323-249019997.1498114824 48pin TSOP Socket 0 48 48 Symbol CE-Logo_8.5x6mm_SilkScreen CE marking Logo CE certification 0 0 0 Symbol CE-Logo_11.2x8mm_SilkScreen CE marking Logo CE certification 0 0 0 Symbol CE-Logo_16.8x12mm_SilkScreen CE marking Logo CE certification 0 0 0 Symbol CE-Logo_28x20mm_SilkScreen CE marking Logo CE certification 0 0 0 Symbol CE-Logo_42x30mm_SilkScreen CE marking Logo CE certification 0 0 0 Symbol CE-Logo_56.1x40mm_SilkScreen CE marking Logo CE certification 0 0 0 Symbol ESD-Logo_6.6x6mm_SilkScreen Electrostatic discharge Logo Logo ESD 0 0 0 Symbol ESD-Logo_8.9x8mm_SilkScreen Electrostatic discharge Logo Logo ESD 0 0 0 Symbol ESD-Logo_13.2x12mm_SilkScreen Electrostatic discharge Logo Logo ESD 0 0 0 Symbol ESD-Logo_22x20mm_SilkScreen Electrostatic discharge Logo Logo ESD 0 0 0 Symbol ESD-Logo_33x30mm_SilkScreen Electrostatic discharge Logo Logo ESD 0 0 0 Symbol ESD-Logo_44.1x40mm_SilkScreen Electrostatic discharge Logo Logo ESD 0 0 0 Symbol FCC-Logo_7.3x6mm_SilkScreen FCC marking Logo FCC certification 0 0 0 Symbol FCC-Logo_9.6x8mm_SilkScreen FCC marking Logo FCC certification 0 0 0 Symbol FCC-Logo_14.6x12mm_SilkScreen FCC marking Logo FCC certification 0 0 0 Symbol FCC-Logo_24.2x20mm_SilkScreen FCC marking Logo FCC certification 0 0 0 Symbol FCC-Logo_36.3x30mm_SilkScreen FCC marking Logo FCC certification 0 0 0 Symbol FCC-Logo_48.3x40mm_SilkScreen FCC marking Logo FCC certification 0 0 0 Symbol KiCad-Logo2_5mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_5mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_6mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_6mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_8mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_8mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_12mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_12mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_20mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_20mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_30mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_30mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_40mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo2_40mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_5mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_5mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_5mm_SolderMask KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_6mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_6mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_8mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_8mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_12mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_12mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_20mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_20mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_30mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_30mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_40mm_Copper KiCad Logo Logo KiCad 0 0 0 Symbol KiCad-Logo_40mm_SilkScreen KiCad Logo Logo KiCad 0 0 0 Symbol OSHW-Logo2_7.3x6mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_7.3x6mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_9.8x8mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_9.8x8mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_14.6x12mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_14.6x12mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_24.3x20mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_24.3x20mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_36.5x30mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_36.5x30mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_48.7x40mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo2_48.7x40mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Logo_5.7x6mm_Copper Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_5.7x6mm_SilkScreen Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_7.5x8mm_Copper Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_7.5x8mm_SilkScreen Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_11.4x12mm_Copper Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_11.4x12mm_SilkScreen Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_19x20mm_Copper Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_19x20mm_SilkScreen Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_28.5x30mm_Copper Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_28.5x30mm_SilkScreen Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_38.1x40mm_Copper Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Logo_38.1x40mm_SilkScreen Open Source Hardware Logo Logo OSHW 0 0 0 Symbol OSHW-Symbol_6.7x6mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_6.7x6mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_8.9x8mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_8.9x8mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_13.4x12mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_13.4x12mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_22.3x20mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_22.3x20mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_33.5x30mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_33.5x30mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_44.5x40mm_Copper Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol OSHW-Symbol_44.5x40mm_SilkScreen Open Source Hardware Symbol Logo Symbol OSHW 0 0 0 Symbol Polarity_Center_Negative_6mm_SilkScreen Polarity Logo, Center Negative Logo Polarity Center Negative 0 0 0 Symbol Polarity_Center_Negative_8mm_SilkScreen Polarity Logo, Center Negative Logo Polarity Center Negative 0 0 0 Symbol Polarity_Center_Negative_12mm_SilkScreen Polarity Logo, Center Negative Logo Polarity Center Negative 0 0 0 Symbol Polarity_Center_Negative_20mm_SilkScreen Polarity Logo, Center Negative Logo Polarity Center Negative 0 0 0 Symbol Polarity_Center_Negative_30mm_SilkScreen Polarity Logo, Center Negative Logo Polarity Center Negative 0 0 0 Symbol Polarity_Center_Negative_40mm_SilkScreen Polarity Logo, Center Negative Logo Polarity Center Negative 0 0 0 Symbol Polarity_Center_Positive_6mm_SilkScreen Polarity Logo, Center Positive Logo Polarity Center Positive 0 0 0 Symbol Polarity_Center_Positive_8mm_SilkScreen Polarity Logo, Center Positive Logo Polarity Center Positive 0 0 0 Symbol Polarity_Center_Positive_12mm_SilkScreen Polarity Logo, Center Positive Logo Polarity Center Positive 0 0 0 Symbol Polarity_Center_Positive_20mm_SilkScreen Polarity Logo, Center Positive Logo Polarity Center Positive 0 0 0 Symbol Polarity_Center_Positive_30mm_SilkScreen Polarity Logo, Center Positive Logo Polarity Center Positive 0 0 0 Symbol Polarity_Center_Positive_40mm_SilkScreen Polarity Logo, Center Positive Logo Polarity Center Positive 0 0 0 Symbol RoHS-Logo_6mm_SilkScreen Restriction of Hazardous Substances Directive Logo Logo RoHS 0 0 0 Symbol RoHS-Logo_8mm_SilkScreen Restriction of Hazardous Substances Directive Logo Logo RoHS 0 0 0 Symbol RoHS-Logo_12mm_SilkScreen Restriction of Hazardous Substances Directive Logo Logo RoHS 0 0 0 Symbol RoHS-Logo_20mm_SilkScreen Restriction of Hazardous Substances Directive Logo Logo RoHS 0 0 0 Symbol RoHS-Logo_30mm_SilkScreen Restriction of Hazardous Substances Directive Logo Logo RoHS 0 0 0 Symbol RoHS-Logo_40mm_SilkScreen Restriction of Hazardous Substances Directive Logo Logo RoHS 0 0 0 Symbol Symbol_Attention_CopperTop_Big Symbol, Attention, Copper Top, Big, Symbol, Attention, Copper Top, Big, 0 0 0 Symbol Symbol_Attention_CopperTop_Small Symbol, Attention, Copper Top, Small, Symbol, Attention, Copper Top, Small, 0 0 0 Symbol Symbol_Barrel_Polarity Barrel connector polarity indicator barrel polarity 0 0 0 Symbol Symbol_CC-Attribution_CopperTop_Big Symbol, CC-Attribution, Copper Top, Big, Symbol, CC-Attribution, Copper Top, Big, 0 0 0 Symbol Symbol_CC-Attribution_CopperTop_Small Symbol, CC-Share Alike, Copper Top, Small, Symbol, CC-Share Alike, Copper Top, Small, 0 0 0 Symbol Symbol_CC-Noncommercial_CopperTop_Big Symbol, CC-Noncommercial, Copper Top, Big, Symbol, CC-Noncommercial, Copper Top, Big, 0 0 0 Symbol Symbol_CC-Noncommercial_CopperTop_Small Symbol, CC-Noncommercial Alike, Copper Top, Small, Symbol, CC-Noncommercial Alike, Copper Top, Small, 0 0 0 Symbol Symbol_CC-PublicDomain_CopperTop_Big Symbol, CC-PublicDomain, Copper Top, Big, Symbol, CC-PublicDomain, Copper Top, Big, 0 0 0 Symbol Symbol_CC-PublicDomain_CopperTop_Small Symbol, CC-Public Domain, Copper Top, Small, Symbol, CC-Public Domain, Copper Top, Small, 0 0 0 Symbol Symbol_CC-PublicDomain_SilkScreenTop_Big Symbol, CC-PublicDomain, SilkScreen Top, Big, Symbol, CC-PublicDomain, SilkScreen Top, Big, 0 0 0 Symbol Symbol_CC-ShareAlike_CopperTop_Big Symbol, CC-Share Alike, Copper Top, Big, Symbol, CC-Share Alike, Copper Top, Big, 0 0 0 Symbol Symbol_CC-ShareAlike_CopperTop_Small Symbol, CC-Share Alike, Copper Top, Small, Symbol, CC-Share Alike, Copper Top, Small, 0 0 0 Symbol Symbol_CreativeCommonsPublicDomain_CopperTop_Small Symbol, Creative Commons Public Domain, CopperTop, Small, Symbol, Creative Commons Public Domain, CopperTop, Small, 0 0 0 Symbol Symbol_CreativeCommonsPublicDomain_SilkScreenTop_Small Symbol, Creative Commons Public Domain, SilkScreenTop, Small, Symbol, Creative Commons Public Domain, SilkScreen Top, Small, 0 0 0 Symbol Symbol_CreativeCommons_CopperTop_Type1_Big Symbol, Creative Commons, CopperTop, Type 1, Big, Symbol, Creative Commons, CopperTop, Type 1, Big, 0 0 0 Symbol Symbol_CreativeCommons_CopperTop_Type2_Big Symbol, Creative Commons, CopperTop, Type 2, Big, Symbol, Creative Commons, CopperTop, Type 2, Big, 0 0 0 Symbol Symbol_CreativeCommons_CopperTop_Type2_Small Symbol, Creative Commons, CopperTop, Type 2, Small, Symbol, Creative Commons, CopperTop, Type 2, Small, 0 0 0 Symbol Symbol_CreativeCommons_SilkScreenTop_Type2_Big Symbol, Creative Commons, SilkScreen Top, Type 2, Big, Symbol, Creative Commons, SilkScreen Top, Type 2, Big, 0 0 0 Symbol Symbol_Danger_CopperTop_Big Symbol, Danger, CopperTop, Big, Symbol, Danger, CopperTop, Big, 0 0 0 Symbol Symbol_Danger_CopperTop_Small Symbol, Danger, Copper Top, Small, Symbol, Danger, Copper Top, Small, 0 0 0 Symbol Symbol_ESD-Logo-Text_CopperTop 0 0 0 Symbol Symbol_ESD-Logo_CopperTop ESD-Logo, similar JEDEC-14, without text, ohne Text, Copper Top, ESD-Logo, similar JEDEC-14, without text, ohne Text, Copper Top, 0 0 0 Symbol Symbol_GNU-GPL_CopperTop_Big Symbol, GNU-GPL, Copper Top, Big, Symbol, GNU-GPL, Copper Top, Big, 0 0 0 Symbol Symbol_GNU-GPL_CopperTop_Small Symbol, GNU-GPL, Copper Top, Small, Symbol, GNU-GPL, Copper Top, Small, 0 0 0 Symbol Symbol_GNU-Logo_CopperTop GNU-Logo, GNU-Head, GNU-Kopf, Copper Top, GNU-Logo, GNU-Head, GNU-Kopf, Copper Top, 0 0 0 Symbol Symbol_GNU-Logo_SilkscreenTop GNU-Logo, GNU-Head, GNU-Kopf, Silkscreen, GNU-Logo, GNU-Head, GNU-Kopf, Silkscreen, 0 0 0 Symbol Symbol_HighVoltage_Type1_CopperTop_Big Symbol, HighVoltage, Type1, Copper Top, Big, Symbol, HighVoltage, Type1, Copper Top, Big, 0 0 0 Symbol Symbol_HighVoltage_Type2_CopperTop_Big Symbol, HighVoltage, Type2, Copper Top, Big, Symbol, HighVoltage, Type2, Copper Top, Big, 0 0 0 Symbol Symbol_HighVoltage_Type2_CopperTop_VerySmall Symbol, High Voltage, Type 2, Copper Top, Very Small, Symbol, High Voltage, Type 2, Copper Top, Very Small, 0 0 0 Symbol Symbol_Highvoltage_Type1_CopperTop_Small Symbol, Highvoltage, Type 1, Copper Top, Small, Symbol, Highvoltage, Type 1, Copper Top, Small, 0 0 0 Symbol Symbol_Highvoltage_Type2_CopperTop_Small Symbol, Highvoltage, Type 2, Copper Top, Small, Symbol, Highvoltage, Type 2, Copper Top, Small, 0 0 0 Symbol Symbol_KiCAD-Logo_CopperAndSilkScreenTop Symbol, KiCAD-Logo, Silk & Copper Top, Symbol, KiCAD-Logo, Silk & Copper Top, 0 0 0 Symbol WEEE-Logo_4.2x6mm_SilkScreen Waste Electrical and Electronic Equipment Directive Logo WEEE 0 0 0 Symbol WEEE-Logo_5.6x8mm_SilkScreen Waste Electrical and Electronic Equipment Directive Logo WEEE 0 0 0 Symbol WEEE-Logo_8.4x12mm_SilkScreen Waste Electrical and Electronic Equipment Directive Logo WEEE 0 0 0 Symbol WEEE-Logo_14x20mm_SilkScreen Waste Electrical and Electronic Equipment Directive Logo WEEE 0 0 0 Symbol WEEE-Logo_21x30mm_SilkScreen Waste Electrical and Electronic Equipment Directive Logo WEEE 0 0 0 Symbol WEEE-Logo_28.1x40mm_SilkScreen Waste Electrical and Electronic Equipment Directive Logo WEEE 0 0 0 TerminalBlock TerminalBlock_Altech_AK300-2_P5.00mm Altech AK300 terminal block, pitch 5.0mm, 45 degree angled, see http://www.mouser.com/ds/2/16/PCBMETRC-24178.pdf Altech AK300 terminal block pitch 5.0mm 0 2 2 TerminalBlock TerminalBlock_Altech_AK300-3_P5.00mm Altech AK300 terminal block, pitch 5.0mm, 45 degree angled, see http://www.mouser.com/ds/2/16/PCBMETRC-24178.pdf Altech AK300 terminal block pitch 5.0mm 0 3 3 TerminalBlock TerminalBlock_Altech_AK300-4_P5.00mm Altech AK300 terminal block, pitch 5.0mm, 45 degree angled, see http://www.mouser.com/ds/2/16/PCBMETRC-24178.pdf Altech AK300 terminal block pitch 5.0mm 0 4 4 TerminalBlock TerminalBlock_Wuerth_691311400102_P7.62mm https://katalog.we-online.de/em/datasheet/6913114001xx.pdf Wuerth WR-TBL Series 3114 terminal block pitch 7.62mm 0 2 2 TerminalBlock TerminalBlock_bornier-2_P5.08mm simple 2-pin terminal block, pitch 5.08mm, revamped version of bornier2 terminal block bornier2 0 2 2 TerminalBlock TerminalBlock_bornier-3_P5.08mm simple 3-pin terminal block, pitch 5.08mm, revamped version of bornier3 terminal block bornier3 0 3 3 TerminalBlock TerminalBlock_bornier-4_P5.08mm simple 4-pin terminal block, pitch 5.08mm, revamped version of bornier4 terminal block bornier4 0 4 4 TerminalBlock TerminalBlock_bornier-5_P5.08mm simple 5-pin terminal block, pitch 5.08mm, revamped version of bornier5 terminal block bornier5 0 5 5 TerminalBlock TerminalBlock_bornier-6_P5.08mm simple 6pin terminal block, pitch 5.08mm, revamped version of bornier6 terminal block bornier6 0 6 6 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x02_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 19963, 2 pins, pitch 3.5mm, size 7.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/19963.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 19963 pitch 3.5mm size 7.7x7mm^2 drill 1.2mm pad 2.4mm 0 2 2 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x02_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10693, vertical (cable from top), 2 pins, pitch 3.5mm, size 8x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10693.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10693 vertical pitch 3.5mm size 8x8.3mm^2 drill 1.3mm pad 2.6mm 0 2 2 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x03_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 20193, 3 pins, pitch 3.5mm, size 11.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/20193.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 20193 pitch 3.5mm size 11.2x7mm^2 drill 1.2mm pad 2.4mm 0 3 3 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x03_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10694, vertical (cable from top), 3 pins, pitch 3.5mm, size 11.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10694.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10694 vertical pitch 3.5mm size 11.5x8.3mm^2 drill 1.3mm pad 2.6mm 0 3 3 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x04_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 20001, 4 pins, pitch 3.5mm, size 14.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/20001.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 20001 pitch 3.5mm size 14.7x7mm^2 drill 1.2mm pad 2.4mm 0 4 4 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x04_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10695, vertical (cable from top), 4 pins, pitch 3.5mm, size 15x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10695.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10695 vertical pitch 3.5mm size 15x8.3mm^2 drill 1.3mm pad 2.6mm 0 4 4 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x05_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 20223, 5 pins, pitch 3.5mm, size 18.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/20223.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 20223 pitch 3.5mm size 18.2x7mm^2 drill 1.2mm pad 2.4mm 0 5 5 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x05_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10696, vertical (cable from top), 5 pins, pitch 3.5mm, size 18.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10696.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10696 vertical pitch 3.5mm size 18.5x8.3mm^2 drill 1.3mm pad 2.6mm 0 5 5 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x06_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 19964, 6 pins, pitch 3.5mm, size 21.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/19964.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 19964 pitch 3.5mm size 21.7x7mm^2 drill 1.2mm pad 2.4mm 0 6 6 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x06_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10697, vertical (cable from top), 6 pins, pitch 3.5mm, size 22x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10697.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10697 vertical pitch 3.5mm size 22x8.3mm^2 drill 1.3mm pad 2.6mm 0 6 6 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x07_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 10684, 7 pins, pitch 3.5mm, size 25.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10684.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10684 pitch 3.5mm size 25.2x7mm^2 drill 1.2mm pad 2.4mm 0 7 7 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x07_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10698, vertical (cable from top), 7 pins, pitch 3.5mm, size 25.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10698.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10698 vertical pitch 3.5mm size 25.5x8.3mm^2 drill 1.3mm pad 2.6mm 0 7 7 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x08_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 19965, 8 pins, pitch 3.5mm, size 28.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/19965.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 19965 pitch 3.5mm size 28.7x7mm^2 drill 1.2mm pad 2.4mm 0 8 8 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x08_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10699, vertical (cable from top), 8 pins, pitch 3.5mm, size 29x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10699.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10699 vertical pitch 3.5mm size 29x8.3mm^2 drill 1.3mm pad 2.6mm 0 8 8 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x09_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 10686, 9 pins, pitch 3.5mm, size 32.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10686.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10686 pitch 3.5mm size 32.2x7mm^2 drill 1.2mm pad 2.4mm 0 9 9 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x09_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10700, vertical (cable from top), 9 pins, pitch 3.5mm, size 32.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10700.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10700 vertical pitch 3.5mm size 32.5x8.3mm^2 drill 1.3mm pad 2.6mm 0 9 9 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x10_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 10687, 10 pins, pitch 3.5mm, size 35.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10687.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10687 pitch 3.5mm size 35.7x7mm^2 drill 1.2mm pad 2.4mm 0 10 10 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x10_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10701, vertical (cable from top), 10 pins, pitch 3.5mm, size 36x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10701.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10701 vertical pitch 3.5mm size 36x8.3mm^2 drill 1.3mm pad 2.6mm 0 10 10 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x11_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 10688, 11 pins, pitch 3.5mm, size 39.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10688.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10688 pitch 3.5mm size 39.2x7mm^2 drill 1.2mm pad 2.4mm 0 11 11 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x11_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10702, vertical (cable from top), 11 pins, pitch 3.5mm, size 39.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10702.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10702 vertical pitch 3.5mm size 39.5x8.3mm^2 drill 1.3mm pad 2.6mm 0 11 11 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x12_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 10689, 12 pins, pitch 3.5mm, size 42.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10689.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10689 pitch 3.5mm size 42.7x7mm^2 drill 1.2mm pad 2.4mm 0 12 12 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x12_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10703, vertical (cable from top), 12 pins, pitch 3.5mm, size 43x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10703.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10703 vertical pitch 3.5mm size 43x8.3mm^2 drill 1.3mm pad 2.6mm 0 12 12 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x13_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 10690, 13 pins, pitch 3.5mm, size 46.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10690.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10690 pitch 3.5mm size 46.2x7mm^2 drill 1.2mm pad 2.4mm 0 13 13 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x13_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10704, vertical (cable from top), 13 pins, pitch 3.5mm, size 46.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10704.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10704 vertical pitch 3.5mm size 46.5x8.3mm^2 drill 1.3mm pad 2.6mm 0 13 13 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x14_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 10691, 14 pins, pitch 3.5mm, size 49.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10691.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10691 pitch 3.5mm size 49.7x7mm^2 drill 1.2mm pad 2.4mm 0 14 14 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x14_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10705, vertical (cable from top), 14 pins, pitch 3.5mm, size 50x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10705.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10705 vertical pitch 3.5mm size 50x8.3mm^2 drill 1.3mm pad 2.6mm 0 14 14 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x15_P3.50mm_Horizontal Terminal Block 4Ucon ItemNo. 10692, 15 pins, pitch 3.5mm, size 53.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10692.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10692 pitch 3.5mm size 53.2x7mm^2 drill 1.2mm pad 2.4mm 0 15 15 TerminalBlock_4Ucon TerminalBlock_4Ucon_1x15_P3.50mm_Vertical Terminal Block 4Ucon ItemNo. 10706, vertical (cable from top), 15 pins, pitch 3.5mm, size 53.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10706.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon THT Terminal Block 4Ucon ItemNo. 10706 vertical pitch 3.5mm size 53.5x8.3mm^2 drill 1.3mm pad 2.6mm 0 15 15 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-02_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 2 2 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-03_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 3 3 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-04_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 4 4 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-05_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 5 5 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-06_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 6 6 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-07_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 7 7 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-08_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 8 8 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-09_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 9 9 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-10_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 10 10 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-11_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 11 11 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-12_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 12 12 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-13_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 13 13 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-14_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 14 14 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-15_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 15 15 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-16_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 16 16 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-17_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 17 17 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-18_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 18 18 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-19_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 19 19 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-20_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 20 20 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-21_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 21 21 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-22_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 22 22 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-23_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 23 23 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-24_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 24 24 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-25_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 25 25 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-26_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 26 26 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-27_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 27 27 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-28_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 28 28 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-29_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 29 29 TerminalBlock_Dinkle TerminalBlock_Dinkle_DT-55-B01X-30_P10.00mm Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX Dinkle DT-55-B01X Terminal Block pitch 10.00mm 0 30 30 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_360271_1x01_Horizontal_ScrewM3.0_Boxed single screw terminal block Metz Connect 360271, block size 9x7.3mm^2, drill diamater 1.5mm, 1 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 134, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT single screw terminal block Metz Connect 360271 size 9x7.3mm^2 drill 1.5mm pad 3mm 0 1 1 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_360272_1x01_Horizontal_ScrewM2.6 single screw terminal block Metz Connect 360272, block size 4x4mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 131, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT single screw terminal block Metz Connect 360272 size 4x4mm^2 drill 1.5mm pad 3mm 0 2 1 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_360273_1x01_Horizontal_ScrewM2.6_WireProtection single screw terminal block Metz Connect 360273, block size 5x4mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 131, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT single screw terminal block Metz Connect 360273 size 5x4mm^2 drill 1.5mm pad 3mm 0 2 1 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_360291_1x01_Horizontal_ScrewM3.0_Boxed single screw terminal block Metz Connect 360291, block size 9x7.3mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 133, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT single screw terminal block Metz Connect 360291 size 9x7.3mm^2 drill 1.5mm pad 3mm 0 2 1 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_360322_1x01_Horizontal_ScrewM3.0_WireProtection single screw terminal block Metz Connect 360322, block size 6x4mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 133, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT single screw terminal block Metz Connect 360322 size 6x4mm^2 drill 1.5mm pad 3mm 0 2 1 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_360381_1x01_Horizontal_ScrewM3.0 single screw terminal block Metz Connect 360381, block size 5x5mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 133, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT single screw terminal block Metz Connect 360381 size 5x5mm^2 drill 1.5mm pad 3mm 0 2 1 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_360410_1x01_Horizontal_ScrewM3.0 single screw terminal block Metz Connect 360410, block size 5x5mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 132, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT single screw terminal block Metz Connect 360410 size 5x5mm^2 drill 1.5mm pad 3mm 0 2 1 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_360425_1x01_Horizontal_ScrewM4.0_Boxed single screw terminal block Metz Connect 360425, block size 9x9mm^2, drill diamater 1.6mm, 4 pads, pad diameter 3.2mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 134, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT single screw terminal block Metz Connect 360425 size 9x9mm^2 drill 1.6mm pad 3.2mm 0 4 1 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type011_RT05502HBWC_1x02_P5.00mm_Horizontal terminal block Metz Connect Type011_RT05502HBWC, 2 pins, pitch 5mm, size 10x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type011_RT05502HBWC pitch 5mm size 10x10.5mm^2 drill 1.4mm pad 2.8mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type011_RT05503HBWC_1x03_P5.00mm_Horizontal terminal block Metz Connect Type011_RT05503HBWC, 3 pins, pitch 5mm, size 15x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type011_RT05503HBWC pitch 5mm size 15x10.5mm^2 drill 1.4mm pad 2.8mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type011_RT05504HBWC_1x04_P5.00mm_Horizontal terminal block Metz Connect Type011_RT05504HBWC, 4 pins, pitch 5mm, size 20x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type011_RT05504HBWC pitch 5mm size 20x10.5mm^2 drill 1.4mm pad 2.8mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type011_RT05505HBWC_1x05_P5.00mm_Horizontal terminal block Metz Connect Type011_RT05505HBWC, 5 pins, pitch 5mm, size 25x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type011_RT05505HBWC pitch 5mm size 25x10.5mm^2 drill 1.4mm pad 2.8mm 0 5 5 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type011_RT05506HBWC_1x06_P5.00mm_Horizontal terminal block Metz Connect Type011_RT05506HBWC, 6 pins, pitch 5mm, size 30x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type011_RT05506HBWC pitch 5mm size 30x10.5mm^2 drill 1.4mm pad 2.8mm 0 6 6 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type055_RT01502HDWU_1x02_P5.00mm_Horizontal terminal block Metz Connect Type055_RT01502HDWU, 2 pins, pitch 5mm, size 10x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310551_RT015xxHDWU_OFF-022723S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type055_RT01502HDWU pitch 5mm size 10x8mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type055_RT01503HDWU_1x03_P5.00mm_Horizontal terminal block Metz Connect Type055_RT01503HDWU, 3 pins, pitch 5mm, size 15x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310551_RT015xxHDWU_OFF-022723S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type055_RT01503HDWU pitch 5mm size 15x8mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type055_RT01504HDWU_1x04_P5.00mm_Horizontal terminal block Metz Connect Type055_RT01504HDWU, 4 pins, pitch 5mm, size 20x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310551_RT015xxHDWU_OFF-022723S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type055_RT01504HDWU pitch 5mm size 20x8mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type059_RT06302HBWC_1x02_P3.50mm_Horizontal terminal block Metz Connect Type059_RT06302HBWC, 2 pins, pitch 3.5mm, size 7x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type059_RT06302HBWC pitch 3.5mm size 7x6.5mm^2 drill 1.2mm pad 2.3mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type059_RT06303HBWC_1x03_P3.50mm_Horizontal terminal block Metz Connect Type059_RT06303HBWC, 3 pins, pitch 3.5mm, size 10.5x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type059_RT06303HBWC pitch 3.5mm size 10.5x6.5mm^2 drill 1.2mm pad 2.3mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type059_RT06304HBWC_1x04_P3.50mm_Horizontal terminal block Metz Connect Type059_RT06304HBWC, 4 pins, pitch 3.5mm, size 14x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type059_RT06304HBWC pitch 3.5mm size 14x6.5mm^2 drill 1.2mm pad 2.3mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type059_RT06305HBWC_1x05_P3.50mm_Horizontal terminal block Metz Connect Type059_RT06305HBWC, 5 pins, pitch 3.5mm, size 17.5x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type059_RT06305HBWC pitch 3.5mm size 17.5x6.5mm^2 drill 1.2mm pad 2.3mm 0 5 5 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type059_RT06306HBWC_1x06_P3.50mm_Horizontal terminal block Metz Connect Type059_RT06306HBWC, 6 pins, pitch 3.5mm, size 21x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type059_RT06306HBWC pitch 3.5mm size 21x6.5mm^2 drill 1.2mm pad 2.3mm 0 6 6 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type067_RT01902HDWC_1x02_P10.00mm_Horizontal terminal block Metz Connect Type067_RT01902HDWC, 2 pins, pitch 10mm, size 15.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type067_RT01902HDWC pitch 10mm size 15.8x8.2mm^2 drill 1.3mm pad 2.6mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type067_RT01903HDWC_1x03_P10.00mm_Horizontal terminal block Metz Connect Type067_RT01903HDWC, 3 pins, pitch 10mm, size 25.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type067_RT01903HDWC pitch 10mm size 25.8x8.2mm^2 drill 1.3mm pad 2.6mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type067_RT01904HDWC_1x04_P10.00mm_Horizontal terminal block Metz Connect Type067_RT01904HDWC, 4 pins, pitch 10mm, size 35.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type067_RT01904HDWC pitch 10mm size 35.8x8.2mm^2 drill 1.3mm pad 2.6mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type067_RT01905HDWC_1x05_P10.00mm_Horizontal terminal block Metz Connect Type067_RT01905HDWC, 5 pins, pitch 10mm, size 45.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type067_RT01905HDWC pitch 10mm size 45.8x8.2mm^2 drill 1.3mm pad 2.6mm 0 5 5 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type073_RT02602HBLU_1x02_P5.08mm_Horizontal terminal block Metz Connect Type073_RT02602HBLU, 2 pins, pitch 5.08mm, size 10.2x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310731_RT026xxHBLU_OFF-022792U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type073_RT02602HBLU pitch 5.08mm size 10.2x11mm^2 drill 1.4mm pad 2.6mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type073_RT02603HBLU_1x03_P5.08mm_Horizontal terminal block Metz Connect Type073_RT02603HBLU, 3 pins, pitch 5.08mm, size 15.2x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310731_RT026xxHBLU_OFF-022792U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type073_RT02603HBLU pitch 5.08mm size 15.2x11mm^2 drill 1.4mm pad 2.6mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type086_RT03402HBLC_1x02_P3.81mm_Horizontal terminal block Metz Connect Type086_RT03402HBLC, 2 pins, pitch 3.81mm, size 7.51x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type086_RT03402HBLC pitch 3.81mm size 7.51x7.3mm^2 drill 0.7mm pad 1.4mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type086_RT03403HBLC_1x03_P3.81mm_Horizontal terminal block Metz Connect Type086_RT03403HBLC, 3 pins, pitch 3.81mm, size 11.3x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type086_RT03403HBLC pitch 3.81mm size 11.3x7.3mm^2 drill 0.7mm pad 1.4mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type086_RT03404HBLC_1x04_P3.81mm_Horizontal terminal block Metz Connect Type086_RT03404HBLC, 4 pins, pitch 3.81mm, size 15.1x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type086_RT03404HBLC pitch 3.81mm size 15.1x7.3mm^2 drill 0.7mm pad 1.4mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type086_RT03405HBLC_1x05_P3.81mm_Horizontal terminal block Metz Connect Type086_RT03405HBLC, 5 pins, pitch 3.81mm, size 18.9x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type086_RT03405HBLC pitch 3.81mm size 18.9x7.3mm^2 drill 0.7mm pad 1.4mm 0 5 5 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type086_RT03406HBLC_1x06_P3.81mm_Horizontal terminal block Metz Connect Type086_RT03406HBLC, 6 pins, pitch 3.81mm, size 22.8x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type086_RT03406HBLC pitch 3.81mm size 22.8x7.3mm^2 drill 0.7mm pad 1.4mm 0 6 6 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type094_RT03502HBLU_1x02_P5.00mm_Horizontal terminal block Metz Connect Type094_RT03502HBLU, 2 pins, pitch 5mm, size 10x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type094_RT03502HBLU pitch 5mm size 10x8.3mm^2 drill 1.3mm pad 2.6mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type094_RT03503HBLU_1x03_P5.00mm_Horizontal terminal block Metz Connect Type094_RT03503HBLU, 3 pins, pitch 5mm, size 15x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type094_RT03503HBLU pitch 5mm size 15x8.3mm^2 drill 1.3mm pad 2.6mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type094_RT03504HBLU_1x04_P5.00mm_Horizontal terminal block Metz Connect Type094_RT03504HBLU, 4 pins, pitch 5mm, size 20x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type094_RT03504HBLU pitch 5mm size 20x8.3mm^2 drill 1.3mm pad 2.6mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type094_RT03505HBLU_1x05_P5.00mm_Horizontal terminal block Metz Connect Type094_RT03505HBLU, 5 pins, pitch 5mm, size 25x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type094_RT03505HBLU pitch 5mm size 25x8.3mm^2 drill 1.3mm pad 2.6mm 0 5 5 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type094_RT03506HBLU_1x06_P5.00mm_Horizontal terminal block Metz Connect Type094_RT03506HBLU, 6 pins, pitch 5mm, size 30x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type094_RT03506HBLU pitch 5mm size 30x8.3mm^2 drill 1.3mm pad 2.6mm 0 6 6 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type101_RT01602HBWC_1x02_P5.08mm_Horizontal terminal block Metz Connect Type101_RT01602HBWC, 2 pins, pitch 5.08mm, size 10.2x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type101_RT01602HBWC pitch 5.08mm size 10.2x8mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type101_RT01603HBWC_1x03_P5.08mm_Horizontal terminal block Metz Connect Type101_RT01603HBWC, 3 pins, pitch 5.08mm, size 15.2x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type101_RT01603HBWC pitch 5.08mm size 15.2x8mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type101_RT01604HBWC_1x04_P5.08mm_Horizontal terminal block Metz Connect Type101_RT01604HBWC, 4 pins, pitch 5.08mm, size 20.3x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type101_RT01604HBWC pitch 5.08mm size 20.3x8mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type101_RT01605HBWC_1x05_P5.08mm_Horizontal terminal block Metz Connect Type101_RT01605HBWC, 5 pins, pitch 5.08mm, size 25.4x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type101_RT01605HBWC pitch 5.08mm size 25.4x8mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type101_RT01606HBWC_1x06_P5.08mm_Horizontal terminal block Metz Connect Type101_RT01606HBWC, 6 pins, pitch 5.08mm, size 30.5x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type101_RT01606HBWC pitch 5.08mm size 30.5x8mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type171_RT13702HBWC_1x02_P7.50mm_Horizontal terminal block Metz Connect Type171_RT13702HBWC, 2 pins, pitch 7.5mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type171_RT13702HBWC pitch 7.5mm size 15x9mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type171_RT13703HBWC_1x03_P7.50mm_Horizontal terminal block Metz Connect Type171_RT13703HBWC, 3 pins, pitch 7.5mm, size 22.5x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type171_RT13703HBWC pitch 7.5mm size 22.5x9mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type171_RT13704HBWC_1x04_P7.50mm_Horizontal terminal block Metz Connect Type171_RT13704HBWC, 4 pins, pitch 7.5mm, size 30x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type171_RT13704HBWC pitch 7.5mm size 30x9mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type171_RT13705HBWC_1x05_P7.50mm_Horizontal terminal block Metz Connect Type171_RT13705HBWC, 5 pins, pitch 7.5mm, size 37.5x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type171_RT13705HBWC pitch 7.5mm size 37.5x9mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type171_RT13706HBWC_1x06_P7.50mm_Horizontal terminal block Metz Connect Type171_RT13706HBWC, 6 pins, pitch 7.5mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type171_RT13706HBWC pitch 7.5mm size 45x9mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type175_RT02702HBLC_1x02_P7.50mm_Horizontal terminal block Metz Connect Type175_RT02702HBLC, 2 pins, pitch 7.5mm, size 15x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type175_RT02702HBLC pitch 7.5mm size 15x11mm^2 drill 1.4mm pad 2.6mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type175_RT02703HBLC_1x03_P7.50mm_Horizontal terminal block Metz Connect Type175_RT02703HBLC, 3 pins, pitch 7.5mm, size 22.5x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type175_RT02703HBLC pitch 7.5mm size 22.5x11mm^2 drill 1.4mm pad 2.6mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type175_RT02704HBLC_1x04_P7.50mm_Horizontal terminal block Metz Connect Type175_RT02704HBLC, 4 pins, pitch 7.5mm, size 30x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type175_RT02704HBLC pitch 7.5mm size 30x11mm^2 drill 1.4mm pad 2.6mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type175_RT02705HBLC_1x05_P7.50mm_Horizontal terminal block Metz Connect Type175_RT02705HBLC, 5 pins, pitch 7.5mm, size 37.5x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type175_RT02705HBLC pitch 7.5mm size 37.5x11mm^2 drill 1.4mm pad 2.6mm 0 5 5 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type175_RT02706HBLC_1x06_P7.50mm_Horizontal terminal block Metz Connect Type175_RT02706HBLC, 6 pins, pitch 7.5mm, size 45x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type175_RT02706HBLC pitch 7.5mm size 45x11mm^2 drill 1.4mm pad 2.6mm 0 6 6 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type205_RT04502UBLC_1x02_P5.00mm_45Degree terminal block Metz Connect Type205_RT04502UBLC, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 10x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type205_RT04502UBLC 45Degree pitch 5mm size 10x12.5mm^2 drill 1.4mm pad 2.7mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type205_RT04503UBLC_1x03_P5.00mm_45Degree terminal block Metz Connect Type205_RT04503UBLC, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 15x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type205_RT04503UBLC 45Degree pitch 5mm size 15x12.5mm^2 drill 1.4mm pad 2.7mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type205_RT04504UBLC_1x04_P5.00mm_45Degree terminal block Metz Connect Type205_RT04504UBLC, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 20x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type205_RT04504UBLC 45Degree pitch 5mm size 20x12.5mm^2 drill 1.4mm pad 2.7mm 0 4 4 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type205_RT04505UBLC_1x05_P5.00mm_45Degree terminal block Metz Connect Type205_RT04505UBLC, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 25x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type205_RT04505UBLC 45Degree pitch 5mm size 25x12.5mm^2 drill 1.4mm pad 2.7mm 0 5 5 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type205_RT04506UBLC_1x06_P5.00mm_45Degree terminal block Metz Connect Type205_RT04506UBLC, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 30x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type205_RT04506UBLC 45Degree pitch 5mm size 30x12.5mm^2 drill 1.4mm pad 2.7mm 0 6 6 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type701_RT11L02HGLU_1x02_P6.35mm_Horizontal terminal block Metz Connect Type701_RT11L02HGLU, 2 pins, pitch 6.35mm, size 12.7x12.5mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317011_RT11LxxHGLU_OFF-022798U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type701_RT11L02HGLU pitch 6.35mm size 12.7x12.5mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type701_RT11L03HGLU_1x03_P6.35mm_Horizontal terminal block Metz Connect Type701_RT11L03HGLU, 3 pins, pitch 6.35mm, size 19x12.5mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317011_RT11LxxHGLU_OFF-022798U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type701_RT11L03HGLU pitch 6.35mm size 19x12.5mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type703_RT10N02HGLU_1x02_P9.52mm_Horizontal terminal block Metz Connect Type703_RT10N02HGLU, 2 pins, pitch 9.52mm, size 19x12.5mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317031_RT10NxxHGLU_OFF-022897S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type703_RT10N02HGLU pitch 9.52mm size 19x12.5mm^2 drill 1.3mm pad 2.6mm 0 2 2 TerminalBlock_MetzConnect TerminalBlock_MetzConnect_Type703_RT10N03HGLU_1x03_P9.52mm_Horizontal terminal block Metz Connect Type703_RT10N03HGLU, 3 pins, pitch 9.52mm, size 28.6x12.5mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317031_RT10NxxHGLU_OFF-022897S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect THT terminal block Metz Connect Type703_RT10N03HGLU pitch 9.52mm size 28.6x12.5mm^2 drill 1.3mm pad 2.6mm 0 3 3 TerminalBlock_Philmore TerminalBlock_Philmore_TB132_1x02_P5.00mm_Horizontal Terminal Block Philmore , 2 pins, pitch 5mm, size 10x10.2mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.philmore-datak.com/mc/Page%20197.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Philmore THT Terminal Block Philmore pitch 5mm size 10x10.2mm^2 drill 1.2mm pad 2.4mm 0 2 2 TerminalBlock_Philmore TerminalBlock_Philmore_TB133_1x03_P5.00mm_Horizontal Terminal Block Philmore , 3 pins, pitch 5mm, size 15x10.2mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.philmore-datak.com/mc/Page%20197.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Philmore THT Terminal Block Philmore pitch 5mm size 15x10.2mm^2 drill 1.2mm pad 2.4mm 0 3 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-2-5.08_1x02_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-2-5.08, 2 pins, pitch 5.08mm, size 10.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-2-5.08 pitch 5.08mm size 10.2x9.8mm^2 drill 1.3mm pad 2.6mm 0 2 2 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-2_1x02_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-2, 2 pins, pitch 5mm, size 10x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-2 pitch 5mm size 10x9.8mm^2 drill 1.3mm pad 2.6mm 0 2 2 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-3-5.08_1x03_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-3-5.08, 3 pins, pitch 5.08mm, size 15.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-3-5.08 pitch 5.08mm size 15.2x9.8mm^2 drill 1.3mm pad 2.6mm 0 3 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-3_1x03_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-3, 3 pins, pitch 5mm, size 15x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-3 pitch 5mm size 15x9.8mm^2 drill 1.3mm pad 2.6mm 0 3 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-4-5.08_1x04_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-4-5.08, 4 pins, pitch 5.08mm, size 20.3x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-4-5.08 pitch 5.08mm size 20.3x9.8mm^2 drill 1.3mm pad 2.6mm 0 4 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-4_1x04_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-4, 4 pins, pitch 5mm, size 20x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-4 pitch 5mm size 20x9.8mm^2 drill 1.3mm pad 2.6mm 0 4 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-5-5.08_1x05_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-5-5.08, 5 pins, pitch 5.08mm, size 25.4x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-5-5.08 pitch 5.08mm size 25.4x9.8mm^2 drill 1.3mm pad 2.6mm 0 5 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-5_1x05_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-5, 5 pins, pitch 5mm, size 25x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-5 pitch 5mm size 25x9.8mm^2 drill 1.3mm pad 2.6mm 0 5 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-6-5.08_1x06_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-6-5.08, 6 pins, pitch 5.08mm, size 30.5x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-6-5.08 pitch 5.08mm size 30.5x9.8mm^2 drill 1.3mm pad 2.6mm 0 6 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-6_1x06_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-6, 6 pins, pitch 5mm, size 30x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-6 pitch 5mm size 30x9.8mm^2 drill 1.3mm pad 2.6mm 0 6 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-7-5.08_1x07_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-7-5.08, 7 pins, pitch 5.08mm, size 35.6x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-7-5.08 pitch 5.08mm size 35.6x9.8mm^2 drill 1.3mm pad 2.6mm 0 7 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-7_1x07_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-7, 7 pins, pitch 5mm, size 35x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-7 pitch 5mm size 35x9.8mm^2 drill 1.3mm pad 2.6mm 0 7 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-8-5.08_1x08_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-8-5.08, 8 pins, pitch 5.08mm, size 40.6x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-8-5.08 pitch 5.08mm size 40.6x9.8mm^2 drill 1.3mm pad 2.6mm 0 8 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-8_1x08_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-8, 8 pins, pitch 5mm, size 40x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-8 pitch 5mm size 40x9.8mm^2 drill 1.3mm pad 2.6mm 0 8 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-9-5.08_1x09_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-9-5.08, 9 pins, pitch 5.08mm, size 45.7x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-9-5.08 pitch 5.08mm size 45.7x9.8mm^2 drill 1.3mm pad 2.6mm 0 9 9 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-9_1x09_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-9, 9 pins, pitch 5mm, size 45x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-9 pitch 5mm size 45x9.8mm^2 drill 1.3mm pad 2.6mm 0 9 9 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-10-5.08_1x10_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-10-5.08, 10 pins, pitch 5.08mm, size 50.8x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-10-5.08 pitch 5.08mm size 50.8x9.8mm^2 drill 1.3mm pad 2.6mm 0 10 10 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-10_1x10_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-10, 10 pins, pitch 5mm, size 50x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-10 pitch 5mm size 50x9.8mm^2 drill 1.3mm pad 2.6mm 0 10 10 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-11-5.08_1x11_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-11-5.08, 11 pins, pitch 5.08mm, size 55.9x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-11-5.08 pitch 5.08mm size 55.9x9.8mm^2 drill 1.3mm pad 2.6mm 0 11 11 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-11_1x11_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-11, 11 pins, pitch 5mm, size 55x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-11 pitch 5mm size 55x9.8mm^2 drill 1.3mm pad 2.6mm 0 11 11 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-12-5.08_1x12_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-12-5.08, 12 pins, pitch 5.08mm, size 61x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-12-5.08 pitch 5.08mm size 61x9.8mm^2 drill 1.3mm pad 2.6mm 0 12 12 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-12_1x12_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-12, 12 pins, pitch 5mm, size 60x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-12 pitch 5mm size 60x9.8mm^2 drill 1.3mm pad 2.6mm 0 12 12 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-13-5.08_1x13_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-13-5.08, 13 pins, pitch 5.08mm, size 66x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-13-5.08 pitch 5.08mm size 66x9.8mm^2 drill 1.3mm pad 2.6mm 0 13 13 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-13_1x13_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-13, 13 pins, pitch 5mm, size 65x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-13 pitch 5mm size 65x9.8mm^2 drill 1.3mm pad 2.6mm 0 13 13 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-14-5.08_1x14_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-14-5.08, 14 pins, pitch 5.08mm, size 71.1x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-14-5.08 pitch 5.08mm size 71.1x9.8mm^2 drill 1.3mm pad 2.6mm 0 14 14 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-14_1x14_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-14, 14 pins, pitch 5mm, size 70x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-14 pitch 5mm size 70x9.8mm^2 drill 1.3mm pad 2.6mm 0 14 14 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-15-5.08_1x15_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-15-5.08, 15 pins, pitch 5.08mm, size 76.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-15-5.08 pitch 5.08mm size 76.2x9.8mm^2 drill 1.3mm pad 2.6mm 0 15 15 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-15_1x15_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-15, 15 pins, pitch 5mm, size 75x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-15 pitch 5mm size 75x9.8mm^2 drill 1.3mm pad 2.6mm 0 15 15 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-16-5.08_1x16_P5.08mm_Horizontal Terminal Block Phoenix MKDS-1,5-16-5.08, 16 pins, pitch 5.08mm, size 81.3x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-16-5.08 pitch 5.08mm size 81.3x9.8mm^2 drill 1.3mm pad 2.6mm 0 16 16 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-1,5-16_1x16_P5.00mm_Horizontal Terminal Block Phoenix MKDS-1,5-16, 16 pins, pitch 5mm, size 80x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-1,5-16 pitch 5mm size 80x9.8mm^2 drill 1.3mm pad 2.6mm 0 16 16 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-2-5.08_1x02_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-2-5.08, 2 pins, pitch 5.08mm, size 10.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-2-5.08 pitch 5.08mm size 10.2x11.2mm^2 drill 1.3mm pad 2.6mm 0 2 2 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-3-5.08_1x03_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-3-5.08, 3 pins, pitch 5.08mm, size 15.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-3-5.08 pitch 5.08mm size 15.2x11.2mm^2 drill 1.3mm pad 2.6mm 0 3 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-4-5.08_1x04_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-4-5.08, 4 pins, pitch 5.08mm, size 20.3x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-4-5.08 pitch 5.08mm size 20.3x11.2mm^2 drill 1.3mm pad 2.6mm 0 4 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-5-5.08_1x05_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-5-5.08, 5 pins, pitch 5.08mm, size 25.4x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-5-5.08 pitch 5.08mm size 25.4x11.2mm^2 drill 1.3mm pad 2.6mm 0 5 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-6-5.08_1x06_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-6-5.08, 6 pins, pitch 5.08mm, size 30.5x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-6-5.08 pitch 5.08mm size 30.5x11.2mm^2 drill 1.3mm pad 2.6mm 0 6 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-7-5.08_1x07_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-7-5.08, 7 pins, pitch 5.08mm, size 35.6x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-7-5.08 pitch 5.08mm size 35.6x11.2mm^2 drill 1.3mm pad 2.6mm 0 7 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-8-5.08_1x08_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-8-5.08, 8 pins, pitch 5.08mm, size 40.6x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-8-5.08 pitch 5.08mm size 40.6x11.2mm^2 drill 1.3mm pad 2.6mm 0 8 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-9-5.08_1x09_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-9-5.08, 9 pins, pitch 5.08mm, size 45.7x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-9-5.08 pitch 5.08mm size 45.7x11.2mm^2 drill 1.3mm pad 2.6mm 0 9 9 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-10-5.08_1x10_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-10-5.08, 10 pins, pitch 5.08mm, size 50.8x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-10-5.08 pitch 5.08mm size 50.8x11.2mm^2 drill 1.3mm pad 2.6mm 0 10 10 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-11-5.08_1x11_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-11-5.08, 11 pins, pitch 5.08mm, size 55.9x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-11-5.08 pitch 5.08mm size 55.9x11.2mm^2 drill 1.3mm pad 2.6mm 0 11 11 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-12-5.08_1x12_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-12-5.08, 12 pins, pitch 5.08mm, size 61x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-12-5.08 pitch 5.08mm size 61x11.2mm^2 drill 1.3mm pad 2.6mm 0 12 12 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-13-5.08_1x13_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-13-5.08, 13 pins, pitch 5.08mm, size 66x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-13-5.08 pitch 5.08mm size 66x11.2mm^2 drill 1.3mm pad 2.6mm 0 13 13 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-14-5.08_1x14_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-14-5.08, 14 pins, pitch 5.08mm, size 71.1x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-14-5.08 pitch 5.08mm size 71.1x11.2mm^2 drill 1.3mm pad 2.6mm 0 14 14 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-15-5.08_1x15_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-15-5.08, 15 pins, pitch 5.08mm, size 76.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-15-5.08 pitch 5.08mm size 76.2x11.2mm^2 drill 1.3mm pad 2.6mm 0 15 15 TerminalBlock_Phoenix TerminalBlock_Phoenix_MKDS-3-16-5.08_1x16_P5.08mm_Horizontal Terminal Block Phoenix MKDS-3-16-5.08, 16 pins, pitch 5.08mm, size 81.3x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MKDS-3-16-5.08 pitch 5.08mm size 81.3x11.2mm^2 drill 1.3mm pad 2.6mm 0 16 16 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-2-2.54_1x02_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-2-2.54, 2 pins, pitch 2.54mm, size 5.54x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725656-920552.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-2-2.54 pitch 2.54mm size 5.54x6.2mm^2 drill 1.1mm pad 2.2mm 0 2 2 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-3-2.54_1x03_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-3-2.54, 3 pins, pitch 2.54mm, size 8.08x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725656-920552.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-3-2.54 pitch 2.54mm size 8.08x6.2mm^2 drill 1.1mm pad 2.2mm 0 3 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-4-2.54_1x04_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-4-2.54, 4 pins, pitch 2.54mm, size 10.6x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-4-2.54 pitch 2.54mm size 10.6x6.2mm^2 drill 1.1mm pad 2.2mm 0 4 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-5-2.54_1x05_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-5-2.54, 5 pins, pitch 2.54mm, size 13.2x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-5-2.54 pitch 2.54mm size 13.2x6.2mm^2 drill 1.1mm pad 2.2mm 0 5 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-6-2.54_1x06_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-6-2.54, 6 pins, pitch 2.54mm, size 15.7x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-6-2.54 pitch 2.54mm size 15.7x6.2mm^2 drill 1.1mm pad 2.2mm 0 6 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-7-2.54_1x07_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-7-2.54, 7 pins, pitch 2.54mm, size 18.2x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-7-2.54 pitch 2.54mm size 18.2x6.2mm^2 drill 1.1mm pad 2.2mm 0 7 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-8-2.54_1x08_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-8-2.54, 8 pins, pitch 2.54mm, size 20.8x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-8-2.54 pitch 2.54mm size 20.8x6.2mm^2 drill 1.1mm pad 2.2mm 0 8 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-9-2.54_1x09_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-9-2.54, 9 pins, pitch 2.54mm, size 23.3x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-9-2.54 pitch 2.54mm size 23.3x6.2mm^2 drill 1.1mm pad 2.2mm 0 9 9 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-10-2.54_1x10_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-10-2.54, 10 pins, pitch 2.54mm, size 25.9x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-10-2.54 pitch 2.54mm size 25.9x6.2mm^2 drill 1.1mm pad 2.2mm 0 10 10 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-11-2.54_1x11_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-11-2.54, 11 pins, pitch 2.54mm, size 28.4x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-11-2.54 pitch 2.54mm size 28.4x6.2mm^2 drill 1.1mm pad 2.2mm 0 11 11 TerminalBlock_Phoenix TerminalBlock_Phoenix_MPT-0,5-12-2.54_1x12_P2.54mm_Horizontal Terminal Block Phoenix MPT-0,5-12-2.54, 12 pins, pitch 2.54mm, size 30.9x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix MPT-0,5-12-2.54 pitch 2.54mm size 30.9x6.2mm^2 drill 1.1mm pad 2.2mm 0 12 12 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-2-3.5-H, 2 pins, pitch 3.5mm, size 7x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm 0 2 2 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-2-5.0-H_1x02_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-2-5.0-H, 2 pins, pitch 5mm, size 10x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-2-5.0-H pitch 5mm size 10x9mm^2 drill 1.3mm pad 2.6mm 0 2 2 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-3-3.5-H_1x03_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-3-3.5-H, 3 pins, pitch 3.5mm, size 10.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-3-3.5-H pitch 3.5mm size 10.5x7.6mm^2 drill 1.2mm pad 2.4mm 0 3 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-3-5.0-H_1x03_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-3-5.0-H, 3 pins, pitch 5mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-3-5.0-H pitch 5mm size 15x9mm^2 drill 1.3mm pad 2.6mm 0 3 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-4-3.5-H_1x04_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-4-3.5-H, 4 pins, pitch 3.5mm, size 14x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-4-3.5-H pitch 3.5mm size 14x7.6mm^2 drill 1.2mm pad 2.4mm 0 4 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-4-5.0-H_1x04_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-4-5.0-H, 4 pins, pitch 5mm, size 20x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-4-5.0-H pitch 5mm size 20x9mm^2 drill 1.3mm pad 2.6mm 0 4 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-5-3.5-H_1x05_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-5-3.5-H, 5 pins, pitch 3.5mm, size 17.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-5-3.5-H pitch 3.5mm size 17.5x7.6mm^2 drill 1.2mm pad 2.4mm 0 5 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-5-5.0-H_1x05_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-5-5.0-H, 5 pins, pitch 5mm, size 25x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-5-5.0-H pitch 5mm size 25x9mm^2 drill 1.3mm pad 2.6mm 0 5 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-6-3.5-H_1x06_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-6-3.5-H, 6 pins, pitch 3.5mm, size 21x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-6-3.5-H pitch 3.5mm size 21x7.6mm^2 drill 1.2mm pad 2.4mm 0 6 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-6-5.0-H_1x06_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-6-5.0-H, 6 pins, pitch 5mm, size 30x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-6-5.0-H pitch 5mm size 30x9mm^2 drill 1.3mm pad 2.6mm 0 6 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-7-3.5-H_1x07_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-7-3.5-H, 7 pins, pitch 3.5mm, size 24.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-7-3.5-H pitch 3.5mm size 24.5x7.6mm^2 drill 1.2mm pad 2.4mm 0 7 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-7-5.0-H_1x07_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-7-5.0-H, 7 pins, pitch 5mm, size 35x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-7-5.0-H pitch 5mm size 35x9mm^2 drill 1.3mm pad 2.6mm 0 7 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-8-3.5-H_1x08_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-8-3.5-H, 8 pins, pitch 3.5mm, size 28x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-8-3.5-H pitch 3.5mm size 28x7.6mm^2 drill 1.2mm pad 2.4mm 0 8 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-8-5.0-H_1x08_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-8-5.0-H, 8 pins, pitch 5mm, size 40x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-8-5.0-H pitch 5mm size 40x9mm^2 drill 1.3mm pad 2.6mm 0 8 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-9-3.5-H_1x09_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-9-3.5-H, 9 pins, pitch 3.5mm, size 31.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-9-3.5-H pitch 3.5mm size 31.5x7.6mm^2 drill 1.2mm pad 2.4mm 0 9 9 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-9-5.0-H_1x09_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-9-5.0-H, 9 pins, pitch 5mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-9-5.0-H pitch 5mm size 45x9mm^2 drill 1.3mm pad 2.6mm 0 9 9 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-10-3.5-H_1x10_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-10-3.5-H, 10 pins, pitch 3.5mm, size 35x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-10-3.5-H pitch 3.5mm size 35x7.6mm^2 drill 1.2mm pad 2.4mm 0 10 10 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-10-5.0-H_1x10_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-10-5.0-H, 10 pins, pitch 5mm, size 50x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-10-5.0-H pitch 5mm size 50x9mm^2 drill 1.3mm pad 2.6mm 0 10 10 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-11-3.5-H_1x11_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-11-3.5-H, 11 pins, pitch 3.5mm, size 38.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-11-3.5-H pitch 3.5mm size 38.5x7.6mm^2 drill 1.2mm pad 2.4mm 0 11 11 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-11-5.0-H_1x11_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-11-5.0-H, 11 pins, pitch 5mm, size 55x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-11-5.0-H pitch 5mm size 55x9mm^2 drill 1.3mm pad 2.6mm 0 11 11 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-12-3.5-H_1x12_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-12-3.5-H, 12 pins, pitch 3.5mm, size 42x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-12-3.5-H pitch 3.5mm size 42x7.6mm^2 drill 1.2mm pad 2.4mm 0 12 12 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-12-5.0-H_1x12_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-12-5.0-H, 12 pins, pitch 5mm, size 60x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-12-5.0-H pitch 5mm size 60x9mm^2 drill 1.3mm pad 2.6mm 0 12 12 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-13-3.5-H_1x13_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-13-3.5-H, 13 pins, pitch 3.5mm, size 45.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-13-3.5-H pitch 3.5mm size 45.5x7.6mm^2 drill 1.2mm pad 2.4mm 0 13 13 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-13-5.0-H_1x13_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-13-5.0-H, 13 pins, pitch 5mm, size 65x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-13-5.0-H pitch 5mm size 65x9mm^2 drill 1.3mm pad 2.6mm 0 13 13 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-14-3.5-H_1x14_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-14-3.5-H, 14 pins, pitch 3.5mm, size 49x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-14-3.5-H pitch 3.5mm size 49x7.6mm^2 drill 1.2mm pad 2.4mm 0 14 14 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-14-5.0-H_1x14_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-14-5.0-H, 14 pins, pitch 5mm, size 70x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-14-5.0-H pitch 5mm size 70x9mm^2 drill 1.3mm pad 2.6mm 0 14 14 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-15-3.5-H_1x15_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-15-3.5-H, 15 pins, pitch 3.5mm, size 52.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-15-3.5-H pitch 3.5mm size 52.5x7.6mm^2 drill 1.2mm pad 2.4mm 0 15 15 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-15-5.0-H_1x15_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-15-5.0-H, 15 pins, pitch 5mm, size 75x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-15-5.0-H pitch 5mm size 75x9mm^2 drill 1.3mm pad 2.6mm 0 15 15 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-16-3.5-H_1x16_P3.50mm_Horizontal Terminal Block Phoenix PT-1,5-16-3.5-H, 16 pins, pitch 3.5mm, size 56x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-16-3.5-H pitch 3.5mm size 56x7.6mm^2 drill 1.2mm pad 2.4mm 0 16 16 TerminalBlock_Phoenix TerminalBlock_Phoenix_PT-1,5-16-5.0-H_1x16_P5.00mm_Horizontal Terminal Block Phoenix PT-1,5-16-5.0-H, 16 pins, pitch 5mm, size 80x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PT-1,5-16-5.0-H pitch 5mm size 80x9mm^2 drill 1.3mm pad 2.6mm 0 16 16 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-2-2,5-V-SMD_1x02-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 2 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814702/pdf PhoenixContact PTSM0.5 2 2.5mm vertical SMD spring clamp terminal block connector 0 4 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-2-2,5-V-SMD_1x02_P2.50mm_Vertical PhoenixContact PTSM0,5 2 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814702/pdf PhoenixContact PTSM0.5 2 2.5mm vertical SMD spring clamp terminal block connector 0 4 2 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-2-2.5-H-THR_1x02_P2.50mm_Horizontal Terminal Block Phoenix PTSM-0,5-2-2.5-H-THR, 2 pins, pitch 2.5mm, size 7.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-2-2.5-H-THR pitch 2.5mm size 7.2x10mm^2 drill 1.2mm pad 3mm 0 4 2 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-2-2.5-V-THR_1x02_P2.50mm_Vertical Terminal Block Phoenix PTSM-0,5-2-2.5-V-THR, vertical (cable from top), 2 pins, pitch 2.5mm, size 5.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-2-2.5-V-THR vertical pitch 2.5mm size 5.5x5mm^2 drill 1.2mm pad 2mm 0 4 2 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-2-HV-2.5-SMD_1x02-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 2 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778696/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 4 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-2-HV-2.5-SMD_1x02_P2.50mm_Vertical PhoenixContact PTSM0,5 2 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778696/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 4 2 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-3-2,5-V-SMD_1x03-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 3 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814715/pdf PhoenixContact PTSM0.5 3 2.5mm vertical SMD spring clamp terminal block connector 0 5 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-3-2,5-V-SMD_1x03_P2.50mm_Vertical PhoenixContact PTSM0,5 3 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814715/pdf PhoenixContact PTSM0.5 3 2.5mm vertical SMD spring clamp terminal block connector 0 5 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-3-2.5-H-THR_1x03_P2.50mm_Horizontal Terminal Block Phoenix PTSM-0,5-3-2.5-H-THR, 3 pins, pitch 2.5mm, size 9.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-3-2.5-H-THR pitch 2.5mm size 9.7x10mm^2 drill 1.2mm pad 3mm 0 6 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-3-2.5-V-THR_1x03_P2.50mm_Vertical Terminal Block Phoenix PTSM-0,5-3-2.5-V-THR, vertical (cable from top), 3 pins, pitch 2.5mm, size 8x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-3-2.5-V-THR vertical pitch 2.5mm size 8x5mm^2 drill 1.2mm pad 2mm 0 6 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-3-HV-2.5-SMD_1x03-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 3 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778706/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 5 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-3-HV-2.5-SMD_1x03_P2.50mm_Vertical PhoenixContact PTSM0,5 3 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778706/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 5 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-4-2,5-V-SMD_1x04-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 4 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814728/pdf PhoenixContact PTSM0.5 4 2.5mm vertical SMD spring clamp terminal block connector 0 6 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-4-2,5-V-SMD_1x04_P2.50mm_Vertical PhoenixContact PTSM0,5 4 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814728/pdf PhoenixContact PTSM0.5 4 2.5mm vertical SMD spring clamp terminal block connector 0 6 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-4-2.5-H-THR_1x04_P2.50mm_Horizontal Terminal Block Phoenix PTSM-0,5-4-2.5-H-THR, 4 pins, pitch 2.5mm, size 12.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-4-2.5-H-THR pitch 2.5mm size 12.2x10mm^2 drill 1.2mm pad 3mm 0 8 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-4-2.5-V-THR_1x04_P2.50mm_Vertical Terminal Block Phoenix PTSM-0,5-4-2.5-V-THR, vertical (cable from top), 4 pins, pitch 2.5mm, size 10.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-4-2.5-V-THR vertical pitch 2.5mm size 10.5x5mm^2 drill 1.2mm pad 2mm 0 8 4 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-4-HV-2.5-SMD_1x04-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 4 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778719/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 4 3 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-4-HV-2.5-SMD_1x04_P2.50mm_Vertical PhoenixContact PTSM0,5 4 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778719/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 4 2 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-5-2,5-V-SMD_1x05-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 5 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814731/pdf PhoenixContact PTSM0.5 5 2.5mm vertical SMD spring clamp terminal block connector 0 7 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-5-2,5-V-SMD_1x05_P2.50mm_Vertical PhoenixContact PTSM0,5 5 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814731/pdf PhoenixContact PTSM0.5 5 2.5mm vertical SMD spring clamp terminal block connector 0 7 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-5-2.5-H-THR_1x05_P2.50mm_Horizontal Terminal Block Phoenix PTSM-0,5-5-2.5-H-THR, 5 pins, pitch 2.5mm, size 14.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-5-2.5-H-THR pitch 2.5mm size 14.7x10mm^2 drill 1.2mm pad 3mm 0 10 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-5-2.5-V-THR_1x05_P2.50mm_Vertical Terminal Block Phoenix PTSM-0,5-5-2.5-V-THR, vertical (cable from top), 5 pins, pitch 2.5mm, size 13x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-5-2.5-V-THR vertical pitch 2.5mm size 13x5mm^2 drill 1.2mm pad 2mm 0 10 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-5-HV-2.5-SMD_1x05-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 5 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778722/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 7 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-5-HV-2.5-SMD_1x05_P2.50mm_Vertical PhoenixContact PTSM0,5 5 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778722/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 7 5 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-6-2,5-V-SMD_1x06-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 6 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814744/pdf PhoenixContact PTSM0.5 6 2.5mm vertical SMD spring clamp terminal block connector 0 8 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-6-2,5-V-SMD_1x06_P2.50mm_Vertical PhoenixContact PTSM0,5 6 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814744/pdf PhoenixContact PTSM0.5 6 2.5mm vertical SMD spring clamp terminal block connector 0 8 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-6-2.5-H-THR_1x06_P2.50mm_Horizontal Terminal Block Phoenix PTSM-0,5-6-2.5-H-THR, 6 pins, pitch 2.5mm, size 17.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-6-2.5-H-THR pitch 2.5mm size 17.2x10mm^2 drill 1.2mm pad 3mm 0 12 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-6-2.5-V-THR_1x06_P2.50mm_Vertical Terminal Block Phoenix PTSM-0,5-6-2.5-V-THR, vertical (cable from top), 6 pins, pitch 2.5mm, size 15.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-6-2.5-V-THR vertical pitch 2.5mm size 15.5x5mm^2 drill 1.2mm pad 2mm 0 12 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-6-HV-2.5-SMD_1x06-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 6 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778735/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 8 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-6-HV-2.5-SMD_1x06_P2.50mm_Vertical PhoenixContact PTSM0,5 6 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778735/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 8 6 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-7-2,5-V-SMD_1x07-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 7 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814757/pdf PhoenixContact PTSM0.5 7 2.5mm vertical SMD spring clamp terminal block connector 0 9 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-7-2,5-V-SMD_1x07_P2.50mm_Vertical PhoenixContact PTSM0,5 7 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814757/pdf PhoenixContact PTSM0.5 7 2.5mm vertical SMD spring clamp terminal block connector 0 9 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-7-2.5-H-THR_1x07_P2.50mm_Horizontal Terminal Block Phoenix PTSM-0,5-7-2.5-H-THR, 7 pins, pitch 2.5mm, size 19.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-7-2.5-H-THR pitch 2.5mm size 19.7x10mm^2 drill 1.2mm pad 3mm 0 14 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-7-2.5-V-THR_1x07_P2.50mm_Vertical Terminal Block Phoenix PTSM-0,5-7-2.5-V-THR, vertical (cable from top), 7 pins, pitch 2.5mm, size 18x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-7-2.5-V-THR vertical pitch 2.5mm size 18x5mm^2 drill 1.2mm pad 2mm 0 14 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-7-HV-2.5-SMD_1x07-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 7 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778748/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 9 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-7-HV-2.5-SMD_1x07_P2.50mm_Vertical PhoenixContact PTSM0,5 7 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778748/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 9 7 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-8-2,5-V-SMD_1x08-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 8 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814760/pdf PhoenixContact PTSM0.5 8 2.5mm vertical SMD spring clamp terminal block connector 0 10 9 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-8-2,5-V-SMD_1x08_P2.50mm_Vertical PhoenixContact PTSM0,5 8 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814760/pdf PhoenixContact PTSM0.5 8 2.5mm vertical SMD spring clamp terminal block connector 0 10 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-8-2.5-H-THR_1x08_P2.50mm_Horizontal Terminal Block Phoenix PTSM-0,5-8-2.5-H-THR, 8 pins, pitch 2.5mm, size 22.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-8-2.5-H-THR pitch 2.5mm size 22.2x10mm^2 drill 1.2mm pad 3mm 0 16 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-8-2.5-V-THR_1x08_P2.50mm_Vertical Terminal Block Phoenix PTSM-0,5-8-2.5-V-THR, vertical (cable from top), 8 pins, pitch 2.5mm, size 20.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix THT Terminal Block Phoenix PTSM-0,5-8-2.5-V-THR vertical pitch 2.5mm size 20.5x5mm^2 drill 1.2mm pad 2mm 0 16 8 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-8-HV-2.5-SMD_1x08-1MP_P2.50mm_Vertical PhoenixContact PTSM0,5 8 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778751/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 10 9 TerminalBlock_Phoenix TerminalBlock_Phoenix_PTSM-0,5-8-HV-2.5-SMD_1x08_P2.50mm_Vertical PhoenixContact PTSM0,5 8 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778751/pdf 2.5mm vertical SMD spring clamp terminal block connector 0 10 8 TerminalBlock_RND TerminalBlock_RND_205-00001_1x02_P5.00mm_Horizontal terminal block RND 205-00001, 2 pins, pitch 5mm, size 10x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00001 pitch 5mm size 10x9mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00002_1x03_P5.00mm_Horizontal terminal block RND 205-00002, 3 pins, pitch 5mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00002 pitch 5mm size 15x9mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00003_1x04_P5.00mm_Horizontal terminal block RND 205-00003, 4 pins, pitch 5mm, size 20x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00003 pitch 5mm size 20x9mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00004_1x05_P5.00mm_Horizontal terminal block RND 205-00004, 5 pins, pitch 5mm, size 25x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00004 pitch 5mm size 25x9mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00005_1x06_P5.00mm_Horizontal terminal block RND 205-00005, 6 pins, pitch 5mm, size 30x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00005 pitch 5mm size 30x9mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00006_1x07_P5.00mm_Horizontal terminal block RND 205-00006, 7 pins, pitch 5mm, size 35x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00006 pitch 5mm size 35x9mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00007_1x08_P5.00mm_Horizontal terminal block RND 205-00007, 8 pins, pitch 5mm, size 40x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00007 pitch 5mm size 40x9mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00008_1x09_P5.00mm_Horizontal terminal block RND 205-00008, 9 pins, pitch 5mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00008 pitch 5mm size 45x9mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00009_1x10_P5.00mm_Horizontal terminal block RND 205-00009, 10 pins, pitch 5mm, size 50x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00009 pitch 5mm size 50x9mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00010_1x11_P5.00mm_Horizontal terminal block RND 205-00010, 11 pins, pitch 5mm, size 55x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00010 pitch 5mm size 55x9mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00011_1x12_P5.00mm_Horizontal terminal block RND 205-00011, 12 pins, pitch 5mm, size 60x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00011 pitch 5mm size 60x9mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00012_1x02_P5.00mm_Horizontal terminal block RND 205-00012, 2 pins, pitch 5mm, size 10x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00012 pitch 5mm size 10x7.6mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00013_1x03_P5.00mm_Horizontal terminal block RND 205-00013, 3 pins, pitch 5mm, size 15x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00013 pitch 5mm size 15x7.6mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00014_1x04_P5.00mm_Horizontal terminal block RND 205-00014, 4 pins, pitch 5mm, size 20x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00014 pitch 5mm size 20x7.6mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00015_1x05_P5.00mm_Horizontal terminal block RND 205-00015, 5 pins, pitch 5mm, size 25x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00015 pitch 5mm size 25x7.6mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00016_1x06_P5.00mm_Horizontal terminal block RND 205-00016, 6 pins, pitch 5mm, size 30x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00016 pitch 5mm size 30x7.6mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00017_1x07_P5.00mm_Horizontal terminal block RND 205-00017, 7 pins, pitch 5mm, size 35x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00017 pitch 5mm size 35x7.6mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00018_1x08_P5.00mm_Horizontal terminal block RND 205-00018, 8 pins, pitch 5mm, size 40x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00018 pitch 5mm size 40x7.6mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00019_1x09_P5.00mm_Horizontal terminal block RND 205-00019, 9 pins, pitch 5mm, size 45x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00019 pitch 5mm size 45x7.6mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00020_1x10_P5.00mm_Horizontal terminal block RND 205-00020, 10 pins, pitch 5mm, size 50x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00020 pitch 5mm size 50x7.6mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00021_1x11_P5.00mm_Horizontal terminal block RND 205-00021, 11 pins, pitch 5mm, size 55x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00021 pitch 5mm size 55x7.6mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00022_1x12_P5.00mm_Horizontal terminal block RND 205-00022, 12 pins, pitch 5mm, size 60x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00022 pitch 5mm size 60x7.6mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00023_1x02_P10.00mm_Horizontal terminal block RND 205-00023, 2 pins, pitch 10mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00023 pitch 10mm size 15x9mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00024_1x03_P10.00mm_Horizontal terminal block RND 205-00024, 3 pins, pitch 10mm, size 25x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00024 pitch 10mm size 25x9mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00025_1x04_P10.00mm_Horizontal terminal block RND 205-00025, 4 pins, pitch 10mm, size 35x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00025 pitch 10mm size 35x9mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00026_1x05_P10.00mm_Horizontal terminal block RND 205-00026, 5 pins, pitch 10mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00026 pitch 10mm size 45x9mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00027_1x06_P10.00mm_Horizontal terminal block RND 205-00027, 6 pins, pitch 10mm, size 55x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00027 pitch 10mm size 55x9mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00028_1x07_P10.00mm_Horizontal terminal block RND 205-00028, 7 pins, pitch 10mm, size 65x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00028 pitch 10mm size 65x9mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00029_1x08_P10.00mm_Horizontal terminal block RND 205-00029, 8 pins, pitch 10mm, size 75x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00029 pitch 10mm size 75x9mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00030_1x09_P10.00mm_Horizontal terminal block RND 205-00030, 9 pins, pitch 10mm, size 85x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00030 pitch 10mm size 85x9mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00031_1x10_P10.00mm_Horizontal terminal block RND 205-00031, 10 pins, pitch 10mm, size 95x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00031 pitch 10mm size 95x9mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00032_1x11_P10.00mm_Horizontal terminal block RND 205-00032, 11 pins, pitch 10mm, size 105x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00032 pitch 10mm size 105x9mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00033_1x12_P10.00mm_Horizontal terminal block RND 205-00033, 12 pins, pitch 10mm, size 115x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00033 pitch 10mm size 115x9mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00045_1x02_P5.00mm_Horizontal terminal block RND 205-00045, 2 pins, pitch 5mm, size 10x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00045 pitch 5mm size 10x8.1mm^2 drill 1.1mm pad 2.1mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00046_1x03_P5.00mm_Horizontal terminal block RND 205-00046, 3 pins, pitch 5mm, size 15x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00046 pitch 5mm size 15x8.1mm^2 drill 1.1mm pad 2.1mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00047_1x04_P5.00mm_Horizontal terminal block RND 205-00047, 4 pins, pitch 5mm, size 20x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00047 pitch 5mm size 20x8.1mm^2 drill 1.1mm pad 2.1mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00048_1x05_P5.00mm_Horizontal terminal block RND 205-00048, 5 pins, pitch 5mm, size 25x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00048 pitch 5mm size 25x8.1mm^2 drill 1.1mm pad 2.1mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00049_1x06_P5.00mm_Horizontal terminal block RND 205-00049, 6 pins, pitch 5mm, size 30x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00049 pitch 5mm size 30x8.1mm^2 drill 1.1mm pad 2.1mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00050_1x07_P5.00mm_Horizontal terminal block RND 205-00050, 7 pins, pitch 5mm, size 35x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00050 pitch 5mm size 35x8.1mm^2 drill 1.1mm pad 2.1mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00051_1x08_P5.00mm_Horizontal terminal block RND 205-00051, 8 pins, pitch 5mm, size 40x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00051 pitch 5mm size 40x8.1mm^2 drill 1.1mm pad 2.1mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00052_1x09_P5.00mm_Horizontal terminal block RND 205-00052, 9 pins, pitch 5mm, size 45x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00052 pitch 5mm size 45x8.1mm^2 drill 1.1mm pad 2.1mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00053_1x10_P5.00mm_Horizontal terminal block RND 205-00053, 10 pins, pitch 5mm, size 50x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00053 pitch 5mm size 50x8.1mm^2 drill 1.1mm pad 2.1mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00054_1x11_P5.00mm_Horizontal terminal block RND 205-00054, 11 pins, pitch 5mm, size 55x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00054 pitch 5mm size 55x8.1mm^2 drill 1.1mm pad 2.1mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00055_1x12_P5.00mm_Horizontal terminal block RND 205-00055, 12 pins, pitch 5mm, size 60x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00055 pitch 5mm size 60x8.1mm^2 drill 1.1mm pad 2.1mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00056_1x02_P5.00mm_45Degree terminal block RND 205-00056, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 10x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00056 45Degree pitch 5mm size 10x12.6mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00057_1x03_P5.00mm_45Degree terminal block RND 205-00057, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 15x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00057 45Degree pitch 5mm size 15x12.6mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00058_1x04_P5.00mm_45Degree terminal block RND 205-00058, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 20x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00058 45Degree pitch 5mm size 20x12.6mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00059_1x05_P5.00mm_45Degree terminal block RND 205-00059, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 25x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00059 45Degree pitch 5mm size 25x12.6mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00060_1x06_P5.00mm_45Degree terminal block RND 205-00060, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 30x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00060 45Degree pitch 5mm size 30x12.6mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00061_1x07_P5.00mm_45Degree terminal block RND 205-00061, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 35x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00061 45Degree pitch 5mm size 35x12.6mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00062_1x08_P5.00mm_45Degree terminal block RND 205-00062, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 40x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00062 45Degree pitch 5mm size 40x12.6mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00063_1x09_P5.00mm_45Degree terminal block RND 205-00063, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 45x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00063 45Degree pitch 5mm size 45x12.6mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00064_1x10_P5.00mm_45Degree terminal block RND 205-00064, 45Degree (cable under 45degree), 10 pins, pitch 5mm, size 50x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00064 45Degree pitch 5mm size 50x12.6mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00065_1x11_P5.00mm_45Degree terminal block RND 205-00065, 45Degree (cable under 45degree), 11 pins, pitch 5mm, size 55x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00065 45Degree pitch 5mm size 55x12.6mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00066_1x12_P5.00mm_45Degree terminal block RND 205-00066, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 60x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00066 45Degree pitch 5mm size 60x12.6mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00067_1x02_P7.50mm_Horizontal terminal block RND 205-00067, 2 pins, pitch 7.5mm, size 15x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00067 pitch 7.5mm size 15x10.3mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00068_1x03_P7.50mm_Horizontal terminal block RND 205-00068, 3 pins, pitch 7.5mm, size 22.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00068 pitch 7.5mm size 22.5x10.3mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00069_1x04_P7.50mm_Horizontal terminal block RND 205-00069, 4 pins, pitch 7.5mm, size 30x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00069 pitch 7.5mm size 30x10.3mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00070_1x05_P7.50mm_Horizontal terminal block RND 205-00070, 5 pins, pitch 7.5mm, size 37.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00070 pitch 7.5mm size 37.5x10.3mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00071_1x06_P7.50mm_Horizontal terminal block RND 205-00071, 6 pins, pitch 7.5mm, size 45x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00071 pitch 7.5mm size 45x10.3mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00072_1x07_P7.50mm_Horizontal terminal block RND 205-00072, 7 pins, pitch 7.5mm, size 52.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00072 pitch 7.5mm size 52.5x10.3mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00073_1x08_P7.50mm_Horizontal terminal block RND 205-00073, 8 pins, pitch 7.5mm, size 60x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00073 pitch 7.5mm size 60x10.3mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00074_1x09_P7.50mm_Horizontal terminal block RND 205-00074, 9 pins, pitch 7.5mm, size 67.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00074 pitch 7.5mm size 67.5x10.3mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00075_1x10_P7.50mm_Horizontal terminal block RND 205-00075, 10 pins, pitch 7.5mm, size 75x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00075 pitch 7.5mm size 75x10.3mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00076_1x11_P7.50mm_Horizontal terminal block RND 205-00076, 11 pins, pitch 7.5mm, size 82.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00076 pitch 7.5mm size 82.5x10.3mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00077_1x12_P7.50mm_Horizontal terminal block RND 205-00077, 12 pins, pitch 7.5mm, size 90x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00077 pitch 7.5mm size 90x10.3mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00078_1x02_P10.00mm_Horizontal terminal block RND 205-00078, 2 pins, pitch 10mm, size 15x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00078 pitch 10mm size 15x10.3mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00079_1x03_P10.00mm_Horizontal terminal block RND 205-00079, 3 pins, pitch 10mm, size 25x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00079 pitch 10mm size 25x10.3mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00080_1x04_P10.00mm_Horizontal terminal block RND 205-00080, 4 pins, pitch 10mm, size 35x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00080 pitch 10mm size 35x10.3mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00081_1x05_P10.00mm_Horizontal terminal block RND 205-00081, 5 pins, pitch 10mm, size 45x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00081 pitch 10mm size 45x10.3mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00082_1x06_P10.00mm_Horizontal terminal block RND 205-00082, 6 pins, pitch 10mm, size 55x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00082 pitch 10mm size 55x10.3mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00083_1x07_P10.00mm_Horizontal terminal block RND 205-00083, 7 pins, pitch 10mm, size 65x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00083 pitch 10mm size 65x10.3mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00084_1x08_P10.00mm_Horizontal terminal block RND 205-00084, 8 pins, pitch 10mm, size 75x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00084 pitch 10mm size 75x10.3mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00085_1x09_P10.00mm_Horizontal terminal block RND 205-00085, 9 pins, pitch 10mm, size 85x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00085 pitch 10mm size 85x10.3mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00086_1x10_P10.00mm_Horizontal terminal block RND 205-00086, 10 pins, pitch 10mm, size 95x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00086 pitch 10mm size 95x10.3mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00087_1x11_P10.00mm_Horizontal terminal block RND 205-00087, 11 pins, pitch 10mm, size 105x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00087 pitch 10mm size 105x10.3mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00088_1x12_P10.00mm_Horizontal terminal block RND 205-00088, 12 pins, pitch 10mm, size 115x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00088 pitch 10mm size 115x10.3mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00232_1x02_P5.08mm_Horizontal terminal block RND 205-00232, 2 pins, pitch 5.08mm, size 10.2x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00232 pitch 5.08mm size 10.2x8.45mm^2 drill 1.1mm pad 2.1mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00233_1x03_P5.08mm_Horizontal terminal block RND 205-00233, 3 pins, pitch 5.08mm, size 15.2x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00233 pitch 5.08mm size 15.2x8.45mm^2 drill 1.1mm pad 2.1mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00234_1x04_P5.08mm_Horizontal terminal block RND 205-00234, 4 pins, pitch 5.08mm, size 20.3x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00234 pitch 5.08mm size 20.3x8.45mm^2 drill 1.1mm pad 2.1mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00235_1x05_P5.08mm_Horizontal terminal block RND 205-00235, 5 pins, pitch 5.08mm, size 25.4x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00235 pitch 5.08mm size 25.4x8.45mm^2 drill 1.1mm pad 2.1mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00236_1x06_P5.08mm_Horizontal terminal block RND 205-00236, 6 pins, pitch 5.08mm, size 30.5x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00236 pitch 5.08mm size 30.5x8.45mm^2 drill 1.1mm pad 2.1mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00237_1x07_P5.08mm_Horizontal terminal block RND 205-00237, 7 pins, pitch 5.08mm, size 35.6x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00237 pitch 5.08mm size 35.6x8.45mm^2 drill 1.1mm pad 2.1mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00238_1x08_P5.08mm_Horizontal terminal block RND 205-00238, 8 pins, pitch 5.08mm, size 40.6x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00238 pitch 5.08mm size 40.6x8.45mm^2 drill 1.1mm pad 2.1mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00239_1x09_P5.08mm_Horizontal terminal block RND 205-00239, 9 pins, pitch 5.08mm, size 45.7x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00239 pitch 5.08mm size 45.7x8.45mm^2 drill 1.1mm pad 2.1mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00240_1x10_P5.08mm_Horizontal terminal block RND 205-00240, 10 pins, pitch 5.08mm, size 50.8x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00240 pitch 5.08mm size 50.8x8.45mm^2 drill 1.1mm pad 2.1mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00241_1x02_P10.16mm_Horizontal terminal block RND 205-00241, 2 pins, pitch 10.2mm, size 15.2x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00241 pitch 10.2mm size 15.2x8.3mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00242_1x03_P10.16mm_Horizontal terminal block RND 205-00242, 3 pins, pitch 10.2mm, size 25.4x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00242 pitch 10.2mm size 25.4x8.3mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00243_1x04_P10.16mm_Horizontal terminal block RND 205-00243, 4 pins, pitch 10.2mm, size 35.6x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00243 pitch 10.2mm size 35.6x8.3mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00244_1x05_P10.16mm_Horizontal terminal block RND 205-00244, 5 pins, pitch 10.2mm, size 45.7x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00244 pitch 10.2mm size 45.7x8.3mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00245_1x06_P10.16mm_Horizontal terminal block RND 205-00245, 6 pins, pitch 10.2mm, size 55.9x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00245 pitch 10.2mm size 55.9x8.3mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00246_1x07_P10.16mm_Horizontal terminal block RND 205-00246, 7 pins, pitch 10.2mm, size 66x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00246 pitch 10.2mm size 66x8.3mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00247_1x08_P10.16mm_Horizontal terminal block RND 205-00247, 8 pins, pitch 10.2mm, size 76.2x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00247 pitch 10.2mm size 76.2x8.3mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00248_1x09_P10.16mm_Horizontal terminal block RND 205-00248, 9 pins, pitch 10.2mm, size 86.4x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00248 pitch 10.2mm size 86.4x8.3mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00249_1x10_P10.16mm_Horizontal terminal block RND 205-00249, 10 pins, pitch 10.2mm, size 96.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00249 pitch 10.2mm size 96.5x8.3mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00250_1x11_P10.16mm_Horizontal terminal block RND 205-00250, 11 pins, pitch 10.2mm, size 107x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00250 pitch 10.2mm size 107x8.3mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00251_1x12_P10.16mm_Horizontal terminal block RND 205-00251, 12 pins, pitch 10.2mm, size 117x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00251 pitch 10.2mm size 117x8.3mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00276_1x02_P5.00mm_Vertical terminal block RND 205-00078, vertical (cable from top), 2 pins, pitch 5mm, size 10x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00078 vertical pitch 5mm size 10x10mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00277_1x03_P5.00mm_Vertical terminal block RND 205-00079, vertical (cable from top), 3 pins, pitch 5mm, size 15x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00079 vertical pitch 5mm size 15x10mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00278_1x04_P5.00mm_Vertical terminal block RND 205-00080, vertical (cable from top), 4 pins, pitch 5mm, size 20x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00080 vertical pitch 5mm size 20x10mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00279_1x05_P5.00mm_Vertical terminal block RND 205-00081, vertical (cable from top), 5 pins, pitch 5mm, size 25x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00081 vertical pitch 5mm size 25x10mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00280_1x06_P5.00mm_Vertical terminal block RND 205-00082, vertical (cable from top), 6 pins, pitch 5mm, size 30x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00082 vertical pitch 5mm size 30x10mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00281_1x07_P5.00mm_Vertical terminal block RND 205-00083, vertical (cable from top), 7 pins, pitch 5mm, size 35x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00083 vertical pitch 5mm size 35x10mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00282_1x08_P5.00mm_Vertical terminal block RND 205-00084, vertical (cable from top), 8 pins, pitch 5mm, size 40x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00084 vertical pitch 5mm size 40x10mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00283_1x09_P5.00mm_Vertical terminal block RND 205-00085, vertical (cable from top), 9 pins, pitch 5mm, size 45x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00085 vertical pitch 5mm size 45x10mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00284_1x10_P5.00mm_Vertical terminal block RND 205-00086, vertical (cable from top), 10 pins, pitch 5mm, size 50x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00086 vertical pitch 5mm size 50x10mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00285_1x11_P5.00mm_Vertical terminal block RND 205-00087, vertical (cable from top), 11 pins, pitch 5mm, size 55x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00087 vertical pitch 5mm size 55x10mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00286_1x12_P5.00mm_Vertical terminal block RND 205-00088, vertical (cable from top), 12 pins, pitch 5mm, size 60x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00088 vertical pitch 5mm size 60x10mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00287_1x02_P5.08mm_Horizontal terminal block RND 205-00287, 2 pins, pitch 5.08mm, size 10.2x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00287 pitch 5.08mm size 10.2x10.6mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00288_1x03_P5.08mm_Horizontal terminal block RND 205-00288, 3 pins, pitch 5.08mm, size 15.2x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00288 pitch 5.08mm size 15.2x10.6mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00289_1x04_P5.08mm_Horizontal terminal block RND 205-00289, 4 pins, pitch 5.08mm, size 20.3x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00289 pitch 5.08mm size 20.3x10.6mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00290_1x05_P5.08mm_Horizontal terminal block RND 205-00290, 5 pins, pitch 5.08mm, size 25.4x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00290 pitch 5.08mm size 25.4x10.6mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00291_1x06_P5.08mm_Horizontal terminal block RND 205-00291, 6 pins, pitch 5.08mm, size 30.5x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00291 pitch 5.08mm size 30.5x10.6mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00292_1x07_P5.08mm_Horizontal terminal block RND 205-00292, 7 pins, pitch 5.08mm, size 35.6x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00292 pitch 5.08mm size 35.6x10.6mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00293_1x08_P5.08mm_Horizontal terminal block RND 205-00293, 8 pins, pitch 5.08mm, size 40.6x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00293 pitch 5.08mm size 40.6x10.6mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00294_1x09_P5.08mm_Horizontal terminal block RND 205-00294, 9 pins, pitch 5.08mm, size 45.7x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00294 pitch 5.08mm size 45.7x10.6mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00295_1x10_P5.08mm_Horizontal terminal block RND 205-00295, 10 pins, pitch 5.08mm, size 50.8x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00295 pitch 5.08mm size 50.8x10.6mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00296_1x11_P5.08mm_Horizontal terminal block RND 205-00296, 11 pins, pitch 5.08mm, size 55.9x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00296 pitch 5.08mm size 55.9x10.6mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00297_1x12_P5.08mm_Horizontal terminal block RND 205-00297, 12 pins, pitch 5.08mm, size 61x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00297 pitch 5.08mm size 61x10.6mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_RND TerminalBlock_RND_205-00298_1x02_P10.00mm_Horizontal terminal block RND 205-00298, 2 pins, pitch 10mm, size 15x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00298 pitch 10mm size 15x8.1mm^2 drill 1.3mm pad 2.5mm 0 2 2 TerminalBlock_RND TerminalBlock_RND_205-00299_1x03_P10.00mm_Horizontal terminal block RND 205-00299, 3 pins, pitch 10mm, size 25x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00299 pitch 10mm size 25x8.1mm^2 drill 1.3mm pad 2.5mm 0 3 3 TerminalBlock_RND TerminalBlock_RND_205-00300_1x04_P10.00mm_Horizontal terminal block RND 205-00300, 4 pins, pitch 10mm, size 35x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00300 pitch 10mm size 35x8.1mm^2 drill 1.3mm pad 2.5mm 0 4 4 TerminalBlock_RND TerminalBlock_RND_205-00301_1x05_P10.00mm_Horizontal terminal block RND 205-00301, 5 pins, pitch 10mm, size 45x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00301 pitch 10mm size 45x8.1mm^2 drill 1.3mm pad 2.5mm 0 5 5 TerminalBlock_RND TerminalBlock_RND_205-00302_1x06_P10.00mm_Horizontal terminal block RND 205-00302, 6 pins, pitch 10mm, size 55x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00302 pitch 10mm size 55x8.1mm^2 drill 1.3mm pad 2.5mm 0 6 6 TerminalBlock_RND TerminalBlock_RND_205-00303_1x07_P10.00mm_Horizontal terminal block RND 205-00303, 7 pins, pitch 10mm, size 65x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00303 pitch 10mm size 65x8.1mm^2 drill 1.3mm pad 2.5mm 0 7 7 TerminalBlock_RND TerminalBlock_RND_205-00304_1x08_P10.00mm_Horizontal terminal block RND 205-00304, 8 pins, pitch 10mm, size 75x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00304 pitch 10mm size 75x8.1mm^2 drill 1.3mm pad 2.5mm 0 8 8 TerminalBlock_RND TerminalBlock_RND_205-00305_1x09_P10.00mm_Horizontal terminal block RND 205-00305, 9 pins, pitch 10mm, size 85x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00305 pitch 10mm size 85x8.1mm^2 drill 1.3mm pad 2.5mm 0 9 9 TerminalBlock_RND TerminalBlock_RND_205-00306_1x10_P10.00mm_Horizontal terminal block RND 205-00306, 10 pins, pitch 10mm, size 95x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00306 pitch 10mm size 95x8.1mm^2 drill 1.3mm pad 2.5mm 0 10 10 TerminalBlock_RND TerminalBlock_RND_205-00307_1x11_P10.00mm_Horizontal terminal block RND 205-00307, 11 pins, pitch 10mm, size 105x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00307 pitch 10mm size 105x8.1mm^2 drill 1.3mm pad 2.5mm 0 11 11 TerminalBlock_RND TerminalBlock_RND_205-00308_1x12_P10.00mm_Horizontal terminal block RND 205-00308, 12 pins, pitch 10mm, size 115x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND THT terminal block RND 205-00308 pitch 10mm size 115x8.1mm^2 drill 1.3mm pad 2.5mm 0 12 12 TerminalBlock_TE-Connectivity TerminalBlock_TE_1-282834-0_1x10_P2.54mm_Horizontal Terminal Block TE 1-282834-0, 10 pins, pitch 2.54mm, size 25.86x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 1-282834-0 pitch 2.54mm size 25.86x6.5mm^2 drill 1.1mm pad 2.1mm 0 10 10 TerminalBlock_TE-Connectivity TerminalBlock_TE_1-282834-1_1x11_P2.54mm_Horizontal Terminal Block TE 1-282834-1, 11 pins, pitch 2.54mm, size 28.4x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 1-282834-1 pitch 2.54mm size 28.4x6.5mm^2 drill 1.1mm pad 2.1mm 0 11 11 TerminalBlock_TE-Connectivity TerminalBlock_TE_1-282834-2_1x12_P2.54mm_Horizontal Terminal Block TE 1-282834-2, 12 pins, pitch 2.54mm, size 30.94x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 1-282834-2 pitch 2.54mm size 30.94x6.5mm^2 drill 1.1mm pad 2.1mm 0 12 12 TerminalBlock_TE-Connectivity TerminalBlock_TE_282834-2_1x02_P2.54mm_Horizontal Terminal Block TE 282834-2, 2 pins, pitch 2.54mm, size 5.54x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 282834-2 pitch 2.54mm size 5.54x6.5mm^2 drill 1.1mm pad 2.1mm 0 2 2 TerminalBlock_TE-Connectivity TerminalBlock_TE_282834-3_1x03_P2.54mm_Horizontal Terminal Block TE 282834-3, 3 pins, pitch 2.54mm, size 8.08x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 282834-3 pitch 2.54mm size 8.08x6.5mm^2 drill 1.1mm pad 2.1mm 0 3 3 TerminalBlock_TE-Connectivity TerminalBlock_TE_282834-4_1x04_P2.54mm_Horizontal Terminal Block TE 282834-4, 4 pins, pitch 2.54mm, size 10.620000000000001x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 282834-4 pitch 2.54mm size 10.620000000000001x6.5mm^2 drill 1.1mm pad 2.1mm 0 4 4 TerminalBlock_TE-Connectivity TerminalBlock_TE_282834-5_1x05_P2.54mm_Horizontal Terminal Block TE 282834-5, 5 pins, pitch 2.54mm, size 13.16x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 282834-5 pitch 2.54mm size 13.16x6.5mm^2 drill 1.1mm pad 2.1mm 0 5 5 TerminalBlock_TE-Connectivity TerminalBlock_TE_282834-6_1x06_P2.54mm_Horizontal Terminal Block TE 282834-6, 6 pins, pitch 2.54mm, size 15.7x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 282834-6 pitch 2.54mm size 15.7x6.5mm^2 drill 1.1mm pad 2.1mm 0 6 6 TerminalBlock_TE-Connectivity TerminalBlock_TE_282834-7_1x07_P2.54mm_Horizontal Terminal Block TE 282834-7, 7 pins, pitch 2.54mm, size 18.240000000000002x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 282834-7 pitch 2.54mm size 18.240000000000002x6.5mm^2 drill 1.1mm pad 2.1mm 0 7 7 TerminalBlock_TE-Connectivity TerminalBlock_TE_282834-8_1x08_P2.54mm_Horizontal Terminal Block TE 282834-8, 8 pins, pitch 2.54mm, size 20.78x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 282834-8 pitch 2.54mm size 20.78x6.5mm^2 drill 1.1mm pad 2.1mm 0 8 8 TerminalBlock_TE-Connectivity TerminalBlock_TE_282834-9_1x09_P2.54mm_Horizontal Terminal Block TE 282834-9, 9 pins, pitch 2.54mm, size 23.32x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity THT Terminal Block TE 282834-9 pitch 2.54mm size 23.32x6.5mm^2 drill 1.1mm pad 2.1mm 0 9 9 TerminalBlock_WAGO TerminalBlock_WAGO_236-101_1x01_P5.00mm_45Degree Terminal Block WAGO 236-101, 45Degree (cable under 45degree), 1 pins, pitch 5mm, size 6.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-101 45Degree pitch 5mm size 6.5x14mm^2 drill 1mm pad 3mm 0 2 1 TerminalBlock_WAGO TerminalBlock_WAGO_236-102_1x02_P5.00mm_45Degree Terminal Block WAGO 236-102, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 11.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-102 45Degree pitch 5mm size 11.5x14mm^2 drill 1mm pad 3mm 0 4 2 TerminalBlock_WAGO TerminalBlock_WAGO_236-103_1x03_P5.00mm_45Degree Terminal Block WAGO 236-103, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 16.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-103 45Degree pitch 5mm size 16.5x14mm^2 drill 1mm pad 3mm 0 6 3 TerminalBlock_WAGO TerminalBlock_WAGO_236-104_1x04_P5.00mm_45Degree Terminal Block WAGO 236-104, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 21.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-104 45Degree pitch 5mm size 21.5x14mm^2 drill 1mm pad 3mm 0 8 4 TerminalBlock_WAGO TerminalBlock_WAGO_236-105_1x05_P5.00mm_45Degree Terminal Block WAGO 236-105, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 26.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-105 45Degree pitch 5mm size 26.5x14mm^2 drill 1mm pad 3mm 0 10 5 TerminalBlock_WAGO TerminalBlock_WAGO_236-106_1x06_P5.00mm_45Degree Terminal Block WAGO 236-106, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 31.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-106 45Degree pitch 5mm size 31.5x14mm^2 drill 1mm pad 3mm 0 12 6 TerminalBlock_WAGO TerminalBlock_WAGO_236-107_1x07_P5.00mm_45Degree Terminal Block WAGO 236-107, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 36.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-107 45Degree pitch 5mm size 36.5x14mm^2 drill 1mm pad 3mm 0 14 7 TerminalBlock_WAGO TerminalBlock_WAGO_236-108_1x08_P5.00mm_45Degree Terminal Block WAGO 236-108, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 41.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-108 45Degree pitch 5mm size 41.5x14mm^2 drill 1mm pad 3mm 0 16 8 TerminalBlock_WAGO TerminalBlock_WAGO_236-109_1x09_P5.00mm_45Degree Terminal Block WAGO 236-109, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 46.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-109 45Degree pitch 5mm size 46.5x14mm^2 drill 1mm pad 3mm 0 18 9 TerminalBlock_WAGO TerminalBlock_WAGO_236-110_1x10_P5.00mm_45Degree Terminal Block WAGO 236-110, 45Degree (cable under 45degree), 10 pins, pitch 5mm, size 51.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-110 45Degree pitch 5mm size 51.5x14mm^2 drill 1mm pad 3mm 0 20 10 TerminalBlock_WAGO TerminalBlock_WAGO_236-112_1x12_P5.00mm_45Degree Terminal Block WAGO 236-112, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 61.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-112 45Degree pitch 5mm size 61.5x14mm^2 drill 1mm pad 3mm 0 24 12 TerminalBlock_WAGO TerminalBlock_WAGO_236-116_1x16_P5.00mm_45Degree Terminal Block WAGO 236-116, 45Degree (cable under 45degree), 16 pins, pitch 5mm, size 81.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-116 45Degree pitch 5mm size 81.5x14mm^2 drill 1mm pad 3mm 0 32 16 TerminalBlock_WAGO TerminalBlock_WAGO_236-124_1x24_P5.00mm_45Degree Terminal Block WAGO 236-124, 45Degree (cable under 45degree), 24 pins, pitch 5mm, size 122x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-124 45Degree pitch 5mm size 122x14mm^2 drill 1mm pad 3mm 0 48 24 TerminalBlock_WAGO TerminalBlock_WAGO_236-201_1x01_P7.50mm_45Degree Terminal Block WAGO 236-201, 45Degree (cable under 45degree), 1 pins, pitch 7.5mm, size 9x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-201 45Degree pitch 7.5mm size 9x14mm^2 drill 1mm pad 3mm 0 2 1 TerminalBlock_WAGO TerminalBlock_WAGO_236-202_1x02_P7.50mm_45Degree Terminal Block WAGO 236-202, 45Degree (cable under 45degree), 2 pins, pitch 7.5mm, size 16.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-202 45Degree pitch 7.5mm size 16.5x14mm^2 drill 1mm pad 3mm 0 4 2 TerminalBlock_WAGO TerminalBlock_WAGO_236-203_1x03_P7.50mm_45Degree Terminal Block WAGO 236-203, 45Degree (cable under 45degree), 3 pins, pitch 7.5mm, size 24x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-203 45Degree pitch 7.5mm size 24x14mm^2 drill 1mm pad 3mm 0 6 3 TerminalBlock_WAGO TerminalBlock_WAGO_236-204_1x04_P7.50mm_45Degree Terminal Block WAGO 236-204, 45Degree (cable under 45degree), 4 pins, pitch 7.5mm, size 31.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-204 45Degree pitch 7.5mm size 31.5x14mm^2 drill 1mm pad 3mm 0 8 4 TerminalBlock_WAGO TerminalBlock_WAGO_236-205_1x05_P7.50mm_45Degree Terminal Block WAGO 236-205, 45Degree (cable under 45degree), 5 pins, pitch 7.5mm, size 39x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-205 45Degree pitch 7.5mm size 39x14mm^2 drill 1mm pad 3mm 0 10 5 TerminalBlock_WAGO TerminalBlock_WAGO_236-206_1x06_P7.50mm_45Degree Terminal Block WAGO 236-206, 45Degree (cable under 45degree), 6 pins, pitch 7.5mm, size 46.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-206 45Degree pitch 7.5mm size 46.5x14mm^2 drill 1mm pad 3mm 0 12 6 TerminalBlock_WAGO TerminalBlock_WAGO_236-207_1x07_P7.50mm_45Degree Terminal Block WAGO 236-207, 45Degree (cable under 45degree), 7 pins, pitch 7.5mm, size 54x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-207 45Degree pitch 7.5mm size 54x14mm^2 drill 1mm pad 3mm 0 14 7 TerminalBlock_WAGO TerminalBlock_WAGO_236-208_1x08_P7.50mm_45Degree Terminal Block WAGO 236-208, 45Degree (cable under 45degree), 8 pins, pitch 7.5mm, size 61.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-208 45Degree pitch 7.5mm size 61.5x14mm^2 drill 1mm pad 3mm 0 16 8 TerminalBlock_WAGO TerminalBlock_WAGO_236-209_1x09_P7.50mm_45Degree Terminal Block WAGO 236-209, 45Degree (cable under 45degree), 9 pins, pitch 7.5mm, size 69x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-209 45Degree pitch 7.5mm size 69x14mm^2 drill 1mm pad 3mm 0 18 9 TerminalBlock_WAGO TerminalBlock_WAGO_236-210_1x10_P7.50mm_45Degree Terminal Block WAGO 236-210, 45Degree (cable under 45degree), 10 pins, pitch 7.5mm, size 76.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-210 45Degree pitch 7.5mm size 76.5x14mm^2 drill 1mm pad 3mm 0 20 10 TerminalBlock_WAGO TerminalBlock_WAGO_236-212_1x12_P7.50mm_45Degree Terminal Block WAGO 236-212, 45Degree (cable under 45degree), 12 pins, pitch 7.5mm, size 91.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-212 45Degree pitch 7.5mm size 91.5x14mm^2 drill 1mm pad 3mm 0 24 12 TerminalBlock_WAGO TerminalBlock_WAGO_236-216_1x16_P7.50mm_45Degree Terminal Block WAGO 236-216, 45Degree (cable under 45degree), 16 pins, pitch 7.5mm, size 122x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-216 45Degree pitch 7.5mm size 122x14mm^2 drill 1mm pad 3mm 0 32 16 TerminalBlock_WAGO TerminalBlock_WAGO_236-224_1x24_P7.50mm_45Degree Terminal Block WAGO 236-224, 45Degree (cable under 45degree), 24 pins, pitch 7.5mm, size 182x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-224 45Degree pitch 7.5mm size 182x14mm^2 drill 1mm pad 3mm 0 48 24 TerminalBlock_WAGO TerminalBlock_WAGO_236-301_1x01_P10.00mm_45Degree Terminal Block WAGO 236-301, 45Degree (cable under 45degree), 1 pins, pitch 10mm, size 11.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-301 45Degree pitch 10mm size 11.5x14mm^2 drill 1mm pad 3mm 0 2 1 TerminalBlock_WAGO TerminalBlock_WAGO_236-302_1x02_P10.00mm_45Degree Terminal Block WAGO 236-302, 45Degree (cable under 45degree), 2 pins, pitch 10mm, size 21.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-302 45Degree pitch 10mm size 21.5x14mm^2 drill 1mm pad 3mm 0 4 2 TerminalBlock_WAGO TerminalBlock_WAGO_236-303_1x03_P10.00mm_45Degree Terminal Block WAGO 236-303, 45Degree (cable under 45degree), 3 pins, pitch 10mm, size 31.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-303 45Degree pitch 10mm size 31.5x14mm^2 drill 1mm pad 3mm 0 6 3 TerminalBlock_WAGO TerminalBlock_WAGO_236-304_1x04_P10.00mm_45Degree Terminal Block WAGO 236-304, 45Degree (cable under 45degree), 4 pins, pitch 10mm, size 41.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-304 45Degree pitch 10mm size 41.5x14mm^2 drill 1mm pad 3mm 0 8 4 TerminalBlock_WAGO TerminalBlock_WAGO_236-305_1x05_P10.00mm_45Degree Terminal Block WAGO 236-305, 45Degree (cable under 45degree), 5 pins, pitch 10mm, size 51.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-305 45Degree pitch 10mm size 51.5x14mm^2 drill 1mm pad 3mm 0 10 5 TerminalBlock_WAGO TerminalBlock_WAGO_236-306_1x06_P10.00mm_45Degree Terminal Block WAGO 236-306, 45Degree (cable under 45degree), 6 pins, pitch 10mm, size 61.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-306 45Degree pitch 10mm size 61.5x14mm^2 drill 1mm pad 3mm 0 12 6 TerminalBlock_WAGO TerminalBlock_WAGO_236-307_1x07_P10.00mm_45Degree Terminal Block WAGO 236-307, 45Degree (cable under 45degree), 7 pins, pitch 10mm, size 71.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-307 45Degree pitch 10mm size 71.5x14mm^2 drill 1mm pad 3mm 0 14 7 TerminalBlock_WAGO TerminalBlock_WAGO_236-308_1x08_P10.00mm_45Degree Terminal Block WAGO 236-308, 45Degree (cable under 45degree), 8 pins, pitch 10mm, size 81.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-308 45Degree pitch 10mm size 81.5x14mm^2 drill 1mm pad 3mm 0 16 8 TerminalBlock_WAGO TerminalBlock_WAGO_236-309_1x09_P10.00mm_45Degree Terminal Block WAGO 236-309, 45Degree (cable under 45degree), 9 pins, pitch 10mm, size 91.5x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-309 45Degree pitch 10mm size 91.5x14mm^2 drill 1mm pad 3mm 0 18 9 TerminalBlock_WAGO TerminalBlock_WAGO_236-310_1x10_P10.00mm_45Degree Terminal Block WAGO 236-310, 45Degree (cable under 45degree), 10 pins, pitch 10mm, size 102x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-310 45Degree pitch 10mm size 102x14mm^2 drill 1mm pad 3mm 0 20 10 TerminalBlock_WAGO TerminalBlock_WAGO_236-312_1x12_P10.00mm_45Degree Terminal Block WAGO 236-312, 45Degree (cable under 45degree), 12 pins, pitch 10mm, size 122x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-312 45Degree pitch 10mm size 122x14mm^2 drill 1mm pad 3mm 0 24 12 TerminalBlock_WAGO TerminalBlock_WAGO_236-316_1x16_P10.00mm_45Degree Terminal Block WAGO 236-316, 45Degree (cable under 45degree), 16 pins, pitch 10mm, size 162x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-316 45Degree pitch 10mm size 162x14mm^2 drill 1mm pad 3mm 0 32 16 TerminalBlock_WAGO TerminalBlock_WAGO_236-324_1x24_P10.00mm_45Degree Terminal Block WAGO 236-324, 45Degree (cable under 45degree), 24 pins, pitch 10mm, size 242x14mm^2, drill diamater 1mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 236-324 45Degree pitch 10mm size 242x14mm^2 drill 1mm pad 3mm 0 48 24 TerminalBlock_WAGO TerminalBlock_WAGO_804-101_1x01_P5.00mm_45Degree Terminal Block WAGO 804-101, 45Degree (cable under 45degree), 1 pins, pitch 5mm, size 6.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-101 45Degree pitch 5mm size 6.5x15mm^2 drill 1.2mm pad 3mm 0 2 1 TerminalBlock_WAGO TerminalBlock_WAGO_804-102_1x02_P5.00mm_45Degree Terminal Block WAGO 804-102, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 11.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-102 45Degree pitch 5mm size 11.5x15mm^2 drill 1.2mm pad 3mm 0 4 2 TerminalBlock_WAGO TerminalBlock_WAGO_804-103_1x03_P5.00mm_45Degree Terminal Block WAGO 804-103, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 16.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-103 45Degree pitch 5mm size 16.5x15mm^2 drill 1.2mm pad 3mm 0 6 3 TerminalBlock_WAGO TerminalBlock_WAGO_804-104_1x04_P5.00mm_45Degree Terminal Block WAGO 804-104, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 21.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-104 45Degree pitch 5mm size 21.5x15mm^2 drill 1.2mm pad 3mm 0 8 4 TerminalBlock_WAGO TerminalBlock_WAGO_804-105_1x05_P5.00mm_45Degree Terminal Block WAGO 804-105, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 26.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-105 45Degree pitch 5mm size 26.5x15mm^2 drill 1.2mm pad 3mm 0 10 5 TerminalBlock_WAGO TerminalBlock_WAGO_804-106_1x06_P5.00mm_45Degree Terminal Block WAGO 804-106, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 31.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-106 45Degree pitch 5mm size 31.5x15mm^2 drill 1.2mm pad 3mm 0 12 6 TerminalBlock_WAGO TerminalBlock_WAGO_804-107_1x07_P5.00mm_45Degree Terminal Block WAGO 804-107, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 36.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-107 45Degree pitch 5mm size 36.5x15mm^2 drill 1.2mm pad 3mm 0 14 7 TerminalBlock_WAGO TerminalBlock_WAGO_804-108_1x08_P5.00mm_45Degree Terminal Block WAGO 804-108, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 41.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-108 45Degree pitch 5mm size 41.5x15mm^2 drill 1.2mm pad 3mm 0 16 8 TerminalBlock_WAGO TerminalBlock_WAGO_804-109_1x09_P5.00mm_45Degree Terminal Block WAGO 804-109, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 46.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-109 45Degree pitch 5mm size 46.5x15mm^2 drill 1.2mm pad 3mm 0 18 9 TerminalBlock_WAGO TerminalBlock_WAGO_804-110_1x10_P5.00mm_45Degree Terminal Block WAGO 804-110, 45Degree (cable under 45degree), 10 pins, pitch 5mm, size 51.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-110 45Degree pitch 5mm size 51.5x15mm^2 drill 1.2mm pad 3mm 0 20 10 TerminalBlock_WAGO TerminalBlock_WAGO_804-112_1x12_P5.00mm_45Degree Terminal Block WAGO 804-112, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 61.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-112 45Degree pitch 5mm size 61.5x15mm^2 drill 1.2mm pad 3mm 0 24 12 TerminalBlock_WAGO TerminalBlock_WAGO_804-116_1x16_P5.00mm_45Degree Terminal Block WAGO 804-116, 45Degree (cable under 45degree), 16 pins, pitch 5mm, size 81.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-116 45Degree pitch 5mm size 81.5x15mm^2 drill 1.2mm pad 3mm 0 32 16 TerminalBlock_WAGO TerminalBlock_WAGO_804-124_1x24_P5.00mm_45Degree Terminal Block WAGO 804-124, 45Degree (cable under 45degree), 24 pins, pitch 5mm, size 122x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-124 45Degree pitch 5mm size 122x15mm^2 drill 1.2mm pad 3mm 0 48 24 TerminalBlock_WAGO TerminalBlock_WAGO_804-301_1x01_P7.50mm_45Degree Terminal Block WAGO 804-301, 45Degree (cable under 45degree), 1 pins, pitch 7.5mm, size 6.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-301 45Degree pitch 7.5mm size 6.5x15mm^2 drill 1.2mm pad 3mm 0 2 1 TerminalBlock_WAGO TerminalBlock_WAGO_804-302_1x02_P7.50mm_45Degree Terminal Block WAGO 804-302, 45Degree (cable under 45degree), 2 pins, pitch 7.5mm, size 14x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-302 45Degree pitch 7.5mm size 14x15mm^2 drill 1.2mm pad 3mm 0 4 2 TerminalBlock_WAGO TerminalBlock_WAGO_804-303_1x03_P7.50mm_45Degree Terminal Block WAGO 804-303, 45Degree (cable under 45degree), 3 pins, pitch 7.5mm, size 21.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-303 45Degree pitch 7.5mm size 21.5x15mm^2 drill 1.2mm pad 3mm 0 6 3 TerminalBlock_WAGO TerminalBlock_WAGO_804-304_1x04_P7.50mm_45Degree Terminal Block WAGO 804-304, 45Degree (cable under 45degree), 4 pins, pitch 7.5mm, size 29x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-304 45Degree pitch 7.5mm size 29x15mm^2 drill 1.2mm pad 3mm 0 8 4 TerminalBlock_WAGO TerminalBlock_WAGO_804-305_1x05_P7.50mm_45Degree Terminal Block WAGO 804-305, 45Degree (cable under 45degree), 5 pins, pitch 7.5mm, size 36.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-305 45Degree pitch 7.5mm size 36.5x15mm^2 drill 1.2mm pad 3mm 0 10 5 TerminalBlock_WAGO TerminalBlock_WAGO_804-306_1x06_P7.50mm_45Degree Terminal Block WAGO 804-306, 45Degree (cable under 45degree), 6 pins, pitch 7.5mm, size 44x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-306 45Degree pitch 7.5mm size 44x15mm^2 drill 1.2mm pad 3mm 0 12 6 TerminalBlock_WAGO TerminalBlock_WAGO_804-307_1x07_P7.50mm_45Degree Terminal Block WAGO 804-307, 45Degree (cable under 45degree), 7 pins, pitch 7.5mm, size 51.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-307 45Degree pitch 7.5mm size 51.5x15mm^2 drill 1.2mm pad 3mm 0 14 7 TerminalBlock_WAGO TerminalBlock_WAGO_804-308_1x08_P7.50mm_45Degree Terminal Block WAGO 804-308, 45Degree (cable under 45degree), 8 pins, pitch 7.5mm, size 59x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-308 45Degree pitch 7.5mm size 59x15mm^2 drill 1.2mm pad 3mm 0 16 8 TerminalBlock_WAGO TerminalBlock_WAGO_804-309_1x09_P7.50mm_45Degree Terminal Block WAGO 804-309, 45Degree (cable under 45degree), 9 pins, pitch 7.5mm, size 66.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-309 45Degree pitch 7.5mm size 66.5x15mm^2 drill 1.2mm pad 3mm 0 18 9 TerminalBlock_WAGO TerminalBlock_WAGO_804-310_1x10_P7.50mm_45Degree Terminal Block WAGO 804-310, 45Degree (cable under 45degree), 10 pins, pitch 7.5mm, size 74x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-310 45Degree pitch 7.5mm size 74x15mm^2 drill 1.2mm pad 3mm 0 20 10 TerminalBlock_WAGO TerminalBlock_WAGO_804-312_1x12_P7.50mm_45Degree Terminal Block WAGO 804-312, 45Degree (cable under 45degree), 12 pins, pitch 7.5mm, size 89x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-312 45Degree pitch 7.5mm size 89x15mm^2 drill 1.2mm pad 3mm 0 24 12 TerminalBlock_WAGO TerminalBlock_WAGO_804-316_1x16_P7.50mm_45Degree Terminal Block WAGO 804-316, 45Degree (cable under 45degree), 16 pins, pitch 7.5mm, size 119x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-316 45Degree pitch 7.5mm size 119x15mm^2 drill 1.2mm pad 3mm 0 32 16 TerminalBlock_WAGO TerminalBlock_WAGO_804-324_1x24_P7.50mm_45Degree Terminal Block WAGO 804-324, 45Degree (cable under 45degree), 24 pins, pitch 7.5mm, size 179x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO THT Terminal Block WAGO 804-324 45Degree pitch 7.5mm size 179x15mm^2 drill 1.2mm pad 3mm 0 48 24 TestPoint TestPoint_2Pads_Pitch2.54mm_Drill0.8mm Test point with 2 pins, pitch 2.54mm, drill diameter 0.8mm CONN DEV 0 2 2 TestPoint TestPoint_2Pads_Pitch5.08mm_Drill1.3mm Test point with 2 pads, pitch 5.08mm, hole diameter 1.3mm, wire diameter 1.0mm CONN DEV 0 2 2 TestPoint TestPoint_Bridge_Pitch2.0mm_Drill0.7mm wire loop as test point, pitch 2.0mm, hole diameter 0.7mm, wire diameter 0.5mm test point wire loop 0 2 1 TestPoint TestPoint_Bridge_Pitch2.54mm_Drill0.7mm wire loop as test point, pitch 2.0mm, hole diameter 0.7mm, wire diameter 0.5mm test point wire loop 0 2 1 TestPoint TestPoint_Bridge_Pitch2.54mm_Drill1.0mm wire loop as test point, pitch 2.54mm, hole diameter 1.0mm, wire diameter 0.8mm test point wire loop 0 2 1 TestPoint TestPoint_Bridge_Pitch2.54mm_Drill1.3mm wire loop as test point, pitch 2.54mm, hole diameter 1.3mm, wire diameter 1.0mm test point wire loop 0 2 1 TestPoint TestPoint_Bridge_Pitch3.81mm_Drill1.3mm wire loop as test point, pitch 3.81mm, hole diameter 1.3mm, wire diameter 1.0mm test point wire loop 0 2 1 TestPoint TestPoint_Bridge_Pitch5.08mm_Drill0.7mm wire loop as test point, pitch 5.08mm, hole diameter 0.7mm, wire diameter 1.0mm test point wire loop 0 2 1 TestPoint TestPoint_Bridge_Pitch5.08mm_Drill1.3mm wire loop as test point, pitch 5.08mm, hole diameter 1.3mm, wire diameter 1.0mm test point wire loop 0 2 1 TestPoint TestPoint_Bridge_Pitch6.35mm_Drill1.3mm wire loop as test point, pitch 6.35mm, hole diameter 1.3mm, wire diameter 1.0mm test point wire loop 0 2 1 TestPoint TestPoint_Bridge_Pitch7.62mm_Drill1.3mm wire loop as test point, pitch 7.62mm, hole diameter 1.3mm, wire diameter 1.0mm test point wire loop 0 2 1 TestPoint TestPoint_Keystone_5000-5004_Miniature Keystone Miniature THM Test Point 5000-5004, http://www.keyelco.com/product-pdf.cfm?p=1309 Through Hole Mount Test Points 0 1 1 TestPoint TestPoint_Keystone_5005-5009_Compact Keystone Miniature THM Test Point 5005-5009, http://www.keyelco.com/product-pdf.cfm?p=1314 Through Hole Mount Test Points 0 1 1 TestPoint TestPoint_Keystone_5010-5014_Multipurpose Keystone Miniature THM Test Point 5010-5014, http://www.keyelco.com/product-pdf.cfm?p=1319 Through Hole Mount Test Points 0 1 1 TestPoint TestPoint_Keystone_5015_Micro-Minature SMT Test Point- Micro Miniature 5015, http://www.keyelco.com/product-pdf.cfm?p=1353 Test Point 0 1 1 TestPoint TestPoint_Keystone_5019_Minature SMT Test Point- Micro Miniature 5019, http://www.keyelco.com/product-pdf.cfm?p=1357 Test Point 0 1 1 TestPoint TestPoint_Loop_D1.80mm_Drill1.0mm_Beaded wire loop with bead as test point, loop diameter 1.8mm, hole diameter 1.0mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D2.50mm_Drill1.0mm wire loop as test point, loop diameter 2.5mm, hole diameter 1.0mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D2.50mm_Drill1.0mm_LowProfile low profile wire loop as test point, loop diameter 2.5mm, hole diameter 1.0mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D2.50mm_Drill1.85mm wire loop as test point, loop diameter 2.5mm, hole diameter 1.85mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D2.54mm_Drill1.5mm_Beaded wire loop with bead as test point, loop diameter2.548mm, hole diameter 1.5mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D2.60mm_Drill1.4mm_Beaded wire loop with bead as test point, loop diameter2.6mm, hole diameter 1.4mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D2.60mm_Drill1.6mm_Beaded wire loop with bead as test point, loop diameter2.6mm, hole diameter 1.6mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D3.50mm_Drill0.9mm_Beaded wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D3.50mm_Drill1.4mm_Beaded wire loop with bead as test point, loop diameter 3.5mm, hole diameter 1.4mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D3.80mm_Drill2.0mm wire loop as test point, loop diameter 3.8mm, hole diameter 2.0mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D3.80mm_Drill2.5mm wire loop as test point, loop diameter 3.8mm, hole diameter 2.5mm test point wire loop bead 0 1 1 TestPoint TestPoint_Loop_D3.80mm_Drill2.8mm wire loop as test point, loop diameter 3.8mm, hole diameter 2.8mm test point wire loop bead 0 1 1 TestPoint TestPoint_Pad_1.0x1.0mm SMD rectangular pad as test Point, square 1.0mm side length test point SMD pad rectangle square 0 1 1 TestPoint TestPoint_Pad_1.5x1.5mm SMD rectangular pad as test Point, square 1.5mm side length test point SMD pad rectangle square 0 1 1 TestPoint TestPoint_Pad_2.0x2.0mm SMD rectangular pad as test Point, square 2.0mm side length test point SMD pad rectangle square 0 1 1 TestPoint TestPoint_Pad_2.5x2.5mm SMD rectangular pad as test Point, square 2.5mm side length test point SMD pad rectangle square 0 1 1 TestPoint TestPoint_Pad_3.0x3.0mm SMD rectangular pad as test Point, square 3.0mm side length test point SMD pad rectangle square 0 1 1 TestPoint TestPoint_Pad_4.0x4.0mm SMD rectangular pad as test Point, square 4.0mm side length test point SMD pad rectangle square 0 1 1 TestPoint TestPoint_Pad_D1.0mm SMD pad as test Point, diameter 1.0mm test point SMD pad 0 1 1 TestPoint TestPoint_Pad_D1.5mm SMD pad as test Point, diameter 1.5mm test point SMD pad 0 1 1 TestPoint TestPoint_Pad_D2.0mm SMD pad as test Point, diameter 2.0mm test point SMD pad 0 1 1 TestPoint TestPoint_Pad_D2.5mm SMD pad as test Point, diameter 2.5mm test point SMD pad 0 1 1 TestPoint TestPoint_Pad_D3.0mm SMD pad as test Point, diameter 3.0mm test point SMD pad 0 1 1 TestPoint TestPoint_Pad_D4.0mm SMD pad as test Point, diameter 4.0mm test point SMD pad 0 1 1 TestPoint TestPoint_Plated_Hole_D2.0mm Plated Hole as test Point, diameter 2.0mm test point plated hole 0 1 1 TestPoint TestPoint_Plated_Hole_D3.0mm Plated Hole as test Point, diameter 3.0mm test point plated hole 0 1 1 TestPoint TestPoint_Plated_Hole_D4.0mm Plated Hole as test Point, diameter 4.0mm test point plated hole 0 1 1 TestPoint TestPoint_Plated_Hole_D5.0mm Plated Hole as test Point, diameter 5.0mm test point plated hole 0 1 1 TestPoint TestPoint_THTPad_1.0x1.0mm_Drill0.5mm THT rectangular pad as test Point, square 1.0mm side length, hole diameter 0.5mm test point THT pad rectangle square 0 1 1 TestPoint TestPoint_THTPad_1.5x1.5mm_Drill0.7mm THT rectangular pad as test Point, square 1.5mm side length, hole diameter 0.7mm test point THT pad rectangle square 0 1 1 TestPoint TestPoint_THTPad_2.0x2.0mm_Drill1.0mm THT rectangular pad as test Point, square 2.0mm_Drill1.0mm side length, hole diameter 1.0mm test point THT pad rectangle square 0 1 1 TestPoint TestPoint_THTPad_2.5x2.5mm_Drill1.2mm THT rectangular pad as test Point, square 2.5mm side length, hole diameter 1.2mm test point THT pad rectangle square 0 1 1 TestPoint TestPoint_THTPad_3.0x3.0mm_Drill1.5mm THT rectangular pad as test Point, square 3.0mm side length, hole diameter 1.5mm test point THT pad rectangle square 0 1 1 TestPoint TestPoint_THTPad_4.0x4.0mm_Drill2.0mm THT rectangular pad as test Point, square 4.0mm side length, hole diameter 2.0mm test point THT pad rectangle square 0 1 1 TestPoint TestPoint_THTPad_D1.0mm_Drill0.5mm THT pad as test Point, diameter 1.0mm, hole diameter 0.5mm test point THT pad 0 1 1 TestPoint TestPoint_THTPad_D1.5mm_Drill0.7mm THT pad as test Point, diameter 1.5mm, hole diameter 0.7mm test point THT pad 0 1 1 TestPoint TestPoint_THTPad_D2.0mm_Drill1.0mm THT pad as test Point, diameter 2.0mm, hole diameter 1.0mm test point THT pad 0 1 1 TestPoint TestPoint_THTPad_D2.5mm_Drill1.2mm THT pad as test Point, diameter 2.5mm, hole diameter 1.2mm test point THT pad 0 1 1 TestPoint TestPoint_THTPad_D3.0mm_Drill1.5mm THT pad as test Point, diameter 3.0mm, hole diameter 1.5mm test point THT pad 0 1 1 TestPoint TestPoint_THTPad_D4.0mm_Drill2.0mm THT pad as test Point, diameter 4.0mm, hole diameter 2.0mm test point THT pad 0 1 1 Transformer_SMD Pulse_P0926NL SMT Gate Drive Transformer, 1:1:1, 8.0x6.3x5.3mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) pulse pa0926nl 0 6 6 Transformer_SMD Pulse_PA1323NL SMT Gate Drive Transformer, 1:1, 9.5x7.1x5.3mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) pulse pa1323nl 0 6 6 Transformer_SMD Pulse_PA2001NL SMT Gate Drive Transformer, 1:1, 8.6x6.7x2.5mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) pulse pa2001nl pe-68386nl 0 4 4 Transformer_SMD Pulse_PA2002NL-PA2008NL-PA2009NL SMT Gate Drive Transformer, 1:1:1 or 2:1:1 or 2.5:1:1 or 1:1, 9.0x8.6x7.6mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) pulse pa2002nl pa2008nl pa2009nl p0544nl pa0184nl pa0297nl pa0510nl 0 6 6 Transformer_SMD Pulse_PA2004NL SMT Gate Drive Transformer, 1:1:1, 8.6x6.7x3.6mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) pulse pa2004nl pa0264nl 0 6 6 Transformer_SMD Pulse_PA2005NL SMT Gate Drive Transformer, 1:1:1, 11.8x8.8x4.0mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) pulse pa2005nl pa0173nl 0 6 6 Transformer_SMD Pulse_PA2006NL SMT Gate Drive Transformer, 1:1, 11.8x8.8x4.0mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) pulse pa2006nl pa0186nl 0 4 4 Transformer_SMD Pulse_PA2007NL SMT Gate Drive Transformer, 1:1, 9.0x8.6x7.6mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) pulse pa2007nl 0 4 4 Transformer_SMD Pulse_PA2777NL SMT Gate Drive Transformer, 1:1, 7.1x6.1x5.5mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) pulse pa2777nl 0 8 8 Transformer_SMD Pulse_PA3493NL SMT Gate Drive Transformer, 1.25:1, 10.9x9.7x2.7mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) pulse pa3493nl 0 4 4 Transformer_SMD Transformer_Coilcraft_CST1 Current sense transformer, SMD, 8.0x8.13x5.3mm (https://www.coilcraft.com/pdfs/cst.pdf) Transformer current sense SMD 0 8 8 Transformer_SMD Transformer_Coilcraft_CST2 Current sense transformer, SMD, 8.0x8.13x5.3mm (https://www.coilcraft.com/pdfs/cst.pdf) Transformer current sense SMD 0 8 8 Transformer_SMD Transformer_Coilcraft_CST2010 Current sense transformer, SMD, 14.55x19.91x10.50mm (https://www.coilcraft.com/pdfs/cst2010.pdf) Transformer current sense SMD 0 12 12 Transformer_SMD Transformer_CurrentSense_8.4x7.2mm Transformer current sense SMD 8.4x7.2mm Transformer current sense SMD 0 8 8 Transformer_SMD Transformer_Ethernet_Bel_S558-5999-T7-F Ethernet Transformer, Bel S558-5999-T7-F, https://www.belfuse.com/resources/ICMs/lan-/S558-5999-T7-F.pdf Ethernet Transformer 0 16 16 Transformer_SMD Transformer_Ethernet_Bourns_PT61017PEL https://www.bourns.com/docs/Product-Datasheets/PT61017PEL.pdf Transformer Ethernet Single Center-Tap 0 16 16 Transformer_SMD Transformer_Ethernet_HALO_TG111-MSC13 Transformer Ethernet SMD, https://www.haloelectronics.com/pdf/discrete-genesus.pdf Transformer Ethernet SMD 0 24 24 Transformer_SMD Transformer_MACOM_SM-22 https://cdn.macom.com/datasheets/ETC1-1-13.pdf RF Transformer 0 5 5 Transformer_SMD Transformer_NF_ETAL_P2781 NF-Transformer, ETAL, P2781, SMD, NF-Transformer ETAL P2781 SMD 0 8 7 Transformer_SMD Transformer_NF_ETAL_P2781_HandSoldering NF-Transformer, ETAL, P2781, SMD, Handsoldering NF-Transformer ETAL P2781 SMD Handsoldering 0 8 7 Transformer_SMD Transformer_NF_ETAL_P3000 NF-Reansformer, ETAL, P3000, SMD, NF-Reansformer ETAL P3000 SMD 0 15 13 Transformer_SMD Transformer_NF_ETAL_P3000_HandSoldering NF-Reansformer, ETAL, P3000, SMD, Handsoldering, NF-Reansformer ETAL P3000 SMD Handsoldering 0 15 13 Transformer_SMD Transformer_NF_ETAL_P3181 NF-Transformer, ETAL, P3181, SMD, NF-Transformer ETAL P3181 SMD 0 7 6 Transformer_SMD Transformer_NF_ETAL_P3181_HandSoldering NF-Transformer, ETAL, P3181, SMD, Hand Soldering, NF-Transformer ETAL P3181 SMD Hand Soldering 0 7 6 Transformer_SMD Transformer_NF_ETAL_P3188 NF-Transformer, ETAL, P3188, SMD, NF-Transformer ETAL P3188 SMD 0 8 6 Transformer_SMD Transformer_NF_ETAL_P3188_HandSoldering NF-Transformer, ETAL, P3188, SMD, Handsoldering, NF-Transformer ETAL P3188 SMD Handsoldering 0 8 6 Transformer_SMD Transformer_NF_ETAL_P3191 NF-Transformer, ETAL, P3191, SMD, NF-Transformer ETAL P3191 SMD 0 8 6 Transformer_SMD Transformer_NF_ETAL_P3191_HandSoldering NF-Transformer, ETAL, P3191, SMD, Handsoldering, NF-Transformer ETAL P3191 SMD Handsoldering 0 8 6 Transformer_SMD Transformer_Pulse_H1100NL For H1100NL, H1101NL, H1102NL, H1121NL, H1183NL, H1199NL, HX1188NL, HX1198NL and H1302NL. https://productfinder.pulseeng.com/doc_type/WEB301/doc_num/H1102NL/doc_part/H1102NL.pdf H1100NL H1101NL H1102NL H1121NL H1183NL H1199NL HX1188NL HX1198NL H1302N 0 16 16 Transformer_THT Autotransformer_Toroid_1Tap_Horizontal_D9.0mm_Amidon-T30 Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 9mm, Amidon T30, Autotransformer Toroid horizontal laying 1 Tap Diameter 9mm Amidon T30 0 3 3 Transformer_THT Autotransformer_Toroid_1Tap_Horizontal_D10.5mm_Amidon-T37 Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 10,5mm, Amidon T37, Autotransformer Toroid horizontal laying 1 Tap Diameter 10 5mm Amidon T37 0 3 3 Transformer_THT Autotransformer_Toroid_1Tap_Horizontal_D12.5mm_Amidon-T44 Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 12,5mm, Amidon T44, Autotransformer Toroid horizontal laying 1 Tap Diameter 12 5mm Amidon T44 0 3 3 Transformer_THT Autotransformer_Toroid_1Tap_Horizontal_D14.0mm_Amidon-T50 Choke, Inductance, Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 14mm, Amidon T50, Choke Inductance Autotransformer Toroid horizontal laying 1 Tap Diameter 14mm Amidon T50 0 3 3 Transformer_THT Autotransformer_ZS1052-AC Ignition coil for xenon flash, http://www.excelitas.com/downloads/ZS1052ACH.pdf ignition coil autotransformer 0 3 3 Transformer_THT Transformer_37x44 transformer 37x44mm² transformer 37x44mm² 0 12 4 Transformer_THT Transformer_Breve_TEZ-22x24 http://www.breve.pl/pdf/ANG/TEZ_ang.pdf TEZ PCB Transformer 0 7 7 Transformer_THT Transformer_Breve_TEZ-28x33 http://www.breve.pl/pdf/ANG/TEZ_ang.pdf TEZ PCB Transformer 0 9 9 Transformer_THT Transformer_Breve_TEZ-35x42 http://www.breve.pl/pdf/ANG/TEZ_ang.pdf TEZ PCB Transformer 0 9 9 Transformer_THT Transformer_Breve_TEZ-38x45 http://www.breve.pl/pdf/ANG/TEZ_ang.pdf TEZ PCB Transformer 0 9 9 Transformer_THT Transformer_Breve_TEZ-44x52 http://www.breve.pl/pdf/ANG/TEZ_ang.pdf TEZ PCB Transformer 0 10 10 Transformer_THT Transformer_Breve_TEZ-47x57 http://www.breve.pl/pdf/ANG/TEZ_ang.pdf TEZ PCB Transformer 0 13 13 Transformer_THT Transformer_CHK_EI30-2VA_1xSec Trafo, Printtrafo, CHK, EI30, 2VA, 1x Sec,http://www.eratransformers.com/downloads/030-7585.0.pdf Trafo Printtrafo CHK EI30 2VA 1x Sec 0 10 10 Transformer_THT Transformer_CHK_EI30-2VA_2xSec Trafo, Printtrafo, CHK, EI30, 2VA, 2x Sec, Trafo Printtrafo CHK EI30 2VA 2x Sec 0 10 10 Transformer_THT Transformer_CHK_EI30-2VA_Neutral Trafo, Printtrafo, CHK, EI30, 2VA, neutral, Trafo Printtrafo CHK EI30 2VA neutral 0 10 10 Transformer_THT Transformer_CHK_EI38-3VA_1xSec Trafo, Printtrafo, CHK, EI38, 3VA, 1x Sec, http://www.eratransformers.com/product-detail/20 Trafo Printtrafo CHK EI38 3VA 1x Sec 0 10 10 Transformer_THT Transformer_CHK_EI38-3VA_2xSec Trafo, Printtrafo, CHK, EI38, 3VA, 2x Sec, http://www.eratransformers.com/product-detail/20 Trafo Printtrafo CHK EI38 3VA 2x Sec 0 10 10 Transformer_THT Transformer_CHK_EI38-3VA_Neutral Trafo, Printtrafo, CHK, EI38, 3VA, neutral, http://www.eratransformers.com/product-detail/20 Trafo Printtrafo CHK EI42 3VA neutral 0 10 10 Transformer_THT Transformer_CHK_EI42-5VA_1xSec Trafo, Printtrafo, CHK, EI42, 5VA, 1x Sec, Trafo Printtrafo CHK EI42 5VA 1x Sec 0 10 10 Transformer_THT Transformer_CHK_EI42-5VA_2xSec Trafo, Printtrafo, CHK, EI42, 5VA, 2x Sec, Trafo Printtrafo CHK EI42 5VA 2x Sec 0 10 10 Transformer_THT Transformer_CHK_EI42-5VA_Neutral Trafo, Printtrafo, CHK, EI42, 5VA, neutral, Trafo Printtrafo CHK EI42 5VA neutral 0 10 10 Transformer_THT Transformer_CHK_EI48-8VA_1xSec Trafo, Printtrafo, CHK, EI48, 8VA, 1x Sec, http://www.eratransformers.com/product-detail/18 Trafo Printtrafo CHK EI48 8VA 1x Sec 0 12 12 Transformer_THT Transformer_CHK_EI48-8VA_2xSec Trafo, Printtrafo, CHK, EI48, 8VA, 2x Sec, http://www.eratransformers.com/product-detail/18 Trafo Printtrafo CHK EI48 8VA 2x Sec 0 12 12 Transformer_THT Transformer_CHK_EI48-8VA_Neutral Trafo, Printtrafo, CHK, EI48, 8VA, neutral, http://www.eratransformers.com/product-detail/18 Trafo Printtrafo CHK EI48 8VA neutral 0 12 12 Transformer_THT Transformer_CHK_EI48-10VA_1xSec Trafo, Printtrafo, CHK, EI48, 10VA, 1x Sec, Trafo Printtrafo CHK EI48 10VA 1x Sec 0 12 12 Transformer_THT Transformer_CHK_EI48-10VA_2xSec Trafo, Printtrafo, CHK, EI48, 10VA, 2x Sec, http://www.eratransformers.com/product-detail/18 Trafo Printtrafo CHK EI48 10VA 2x Sec 0 12 12 Transformer_THT Transformer_CHK_EI48-10VA_Neutral Trafo, Printtrafo, CHK, EI48, 10VA, neutral, http://www.eratransformers.com/product-detail/18 Trafo Printtrafo CHK EI48 10VA neutral 0 12 12 Transformer_THT Transformer_CHK_EI54-12VA_1xSec Trafo, Printtrafo, CHK, EI54, 12VA, 1x Sec,http://www.eratransformers.com/product-detail/19 Trafo Printtrafo CHK EI54 12VA 1x Sec 0 14 14 Transformer_THT Transformer_CHK_EI54-12VA_2xSec Trafo, Printtrafo, CHK, EI54, 12VA, 2x Sec,http://www.eratransformers.com/product-detail/19 Trafo Printtrafo CHK EI54 12VA 2x Sec 0 14 14 Transformer_THT Transformer_CHK_EI54-12VA_Neutral Trafo, Printtrafo, CHK, EI54, 12VA, neutral,http://www.eratransformers.com/product-detail/19 Trafo Printtrafo CHK EI54 12VA neutral 0 14 14 Transformer_THT Transformer_CHK_EI54-16VA_1xSec Trafo, Printtrafo, CHK, EI54, 16VA, 1x Sec,http://www.eratransformers.com/product-detail/19 Trafo Printtrafo CHK EI54 16VA 1x Sec 0 14 14 Transformer_THT Transformer_CHK_EI54-16VA_2xSec Trafo, Printtrafo, CHK, EI54, 16VA, 2x Sec,http://www.eratransformers.com/product-detail/19 Trafo Printtrafo CHK EI54 16VA 2x Sec 0 14 14 Transformer_THT Transformer_CHK_EI54-16VA_Neutral Trafo, Printtrafo, CHK, EI54, 16VA, neutral,http://www.eratransformers.com/product-detail/19 Trafo Printtrafo CHK EI54 16VA neutral 0 14 14 Transformer_THT Transformer_CHK_UI30-4VA_Flat Trafo, Flattrafo, CHK, UI30, 4VA, Trafo Flattrafo CHK UI30 4VA 0 16 16 Transformer_THT Transformer_CHK_UI39-10VA_Flat Trafo, Flattrafo, CHK, UI39, 10VA, Trafo Flattrafo CHK UI39 10VA 0 20 20 Transformer_THT Transformer_Coilcraft_Q4434-B_Rhombus-T1311 Transformator, Transformer, Flyback, Coilcraft Q4434-B, Rgombus T1311, Transformator Transformer Flyback Coilcraft Q4434-B Rgombus T1311 0 8 8 Transformer_THT Transformer_EPCOS_B66359A1013T_Horizontal Transformer, Transformator, ETD29, 13 Pin, Horizontal, EPCOS-B66359A1013T, Transformer Transformator ETD29 13 Pin Horizontal EPCOS-B66359A1013T 0 13 13 Transformer_THT Transformer_EPCOS_B66359J1014T_Vertical Transformer, Transformator, ETD29, 14 Pin, Vertical, EPCOS-B66359J1014T, Transformer Transformator ETD29 14 Pin Vertical EPCOS-B66359J1014T 0 14 14 Transformer_THT Transformer_Microphone_Lundahl_LL1538 AUDIO TRAFO LUNDAHL, https://www.lundahltransformers.com/wp-content/uploads/datasheets/1538_8xl.pdf AUDIO TRAFO LUNDAHL 0 7 7 Transformer_THT Transformer_Microphone_Lundahl_LL1587 AUDIO TRAFO LUNDAHL, https://www.lundahltransformers.com/wp-content/uploads/datasheets/1587.pdf AUDIO TRAFO LUNDAHL 0 7 7 Transformer_THT Transformer_Myrra_74040_Horizontal Transformer, Transformator, ETD29, 13 Pin, Horizontal, Myrra-74040, Transformer Transformator ETD29 13 Pin Horizontal Myrra-74040 0 13 13 Transformer_THT Transformer_Myrra_EF20_7408x EF20 flyback transformer,http://myrra.com/wp-content/uploads/2017/09/Datasheet-74087-74088-74089-rev-A.pdf transformer flyback SMPS 0 9 9 Transformer_THT Transformer_NF_ETAL_1-1_P1200 NF-Transformer, 1:1, ETAL P1200,http://www.etalgroup.com/sites/default/files/products/P1200_April_2005.pdf NF-Transformer 1to1 ETAL P1200 0 4 4 Transformer_THT Transformer_NF_ETAL_P1165 NF-Transformer, ETAL, P1165,http://www.etalgroup.com/sites/default/files/products/P1165_February_2006.pdf NF-Transformer ETAL P1165 0 4 4 Transformer_THT Transformer_NF_ETAL_P3324 NF-Transformer, ETAL P3324,http://www.etalgroup.com/sites/default/files/products/P3324_April_2005.pdf NF-Transformer ETAL P3324 0 4 4 Transformer_THT Transformer_NF_ETAL_P3356 NF-Transformer, ETAL P3356, http://www.etalgroup.com/sites/default/files/products/P3356_December_2005.pdf NF-Transformer ETAL P3356 0 4 4 Transformer_THT Transformer_Toroid_Horizontal_D9.0mm_Amidon-T30 Transformer, Toroid, horizontal, laying, Diameter 9mm, Amidon, T30, Transformer Toroid horizontal laying Diameter 9mm Amidon T30 0 4 4 Transformer_THT Transformer_Toroid_Horizontal_D10.5mm_Amidon-T37 Transformer, Toroid, horizontal, laying, Diameter 10,5mm, Amidon T37, Transformer Toroid horizontal laying Diameter 10 5mm Amidon T37 0 4 4 Transformer_THT Transformer_Toroid_Horizontal_D12.5mm_Amidon-T44 Transformer, Toroid, horizontal, laying, Diameter 12,5mm, Amidon T44, Transformer Toroid horizontal laying Diameter 12 5mm Amidon T44 0 4 4 Transformer_THT Transformer_Toroid_Horizontal_D14.0mm_Amidon-T50 Transformer, Toroid, horizontal, laying, Diameter 14mm, Amidon T50, Transformer Toroid horizontal laying Diameter 14mm Amidon T50 0 4 4 Transformer_THT Transformer_Toroid_Horizontal_D18.0mm Transformer, Toroid, tapped, horizontal, laying, Diameter 18mm, Transformer Toroid tapped horizontal laying Diameter 18mm 0 5 4 Transformer_THT Transformer_Toroid_Tapped_Horizontal_D9.0mm_Amidon-T30 Transformer, Toroid, tapped, horizontal, laying, Diameter 9mm, Amidon, T30, Transformer Toroid tapped horizontal laying Diameter 9mm Amidon T30 0 6 6 Transformer_THT Transformer_Toroid_Tapped_Horizontal_D10.5mm_Amidon-T37 Transformer, Toroid, tapped, horizontal, laying, Diameter 10,5mm, Amidon, T37, Transformer Toroid tapped horizontal laying Diameter 10 5mm Amidon T37 0 6 6 Transformer_THT Transformer_Toroid_Tapped_Horizontal_D12.5mm_Amidon-T44 Transformer, Toroid, tapped, horizontal, laying, Diameter 12,5mm, Amidon, T44, Transformer Toroid tapped horizontal laying Diameter 12 5mm Amidon T44 0 6 6 Transformer_THT Transformer_Toroid_Tapped_Horizontal_D14.0mm_Amidon-T50 Transformer, Toroid, tapped, horizontal, laying, Diameter 14mm, Amidon T50, Transformer Toroid tapped horizontal laying Diameter 14mm Amidon T50 0 6 6 Transformer_THT Transformer_Wuerth_750343373 Transformer, horizontal core with bobbin, 10 pin, 3.81mm pitch, 15.24mm row spacing, 22x23x17.53mm (https://katalog.we-online.com/ctm/datasheet/750343373.pdf) transformer flyback 0 10 10 Valve Valve_ECC-83-1 Valve ECC-83-1 round pins Valve ECC-83-1 round pins 0 9 9 Valve Valve_ECC-83-2 Valve ECC-83-2 flat pins Valve ECC-83-2 flat pins 0 10 9 Valve Valve_EURO Valve Euro Valve Euro 0 7 5 Valve Valve_Glimm Valve Glimm Valve Glimm 0 2 2 Valve Valve_Mini_G Valve mini G Valve mini G 0 9 7 Valve Valve_Mini_P Valve mini P Valve mini P 0 7 7 Valve Valve_Mini_Pentode_Linear Mini-Pentode, 5-pin, e.g. JAN6418 Valve Mini-Pentode 5-pin JAN6418 0 5 5 Valve Valve_Noval_G Valve NOVAL G Valve NOVAL G 0 11 9 Valve Valve_Noval_P Valve NOVAL P Valve NOVAL P 0 9 9 Valve Valve_Octal 8-pin round valve valve 0 9 8 Varistor RV_Disc_D7mm_W3.4mm_P5mm Varistor, diameter 7mm, width 3.4mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W3.5mm_P5mm Varistor, diameter 7mm, width 3.5mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W3.6mm_P5mm Varistor, diameter 7mm, width 3.6mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W3.7mm_P5mm Varistor, diameter 7mm, width 3.7mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W3.8mm_P5mm Varistor, diameter 7mm, width 3.8mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W3.9mm_P5mm Varistor, diameter 7mm, width 3.9mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W4.2mm_P5mm Varistor, diameter 7mm, width 4.2mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W4.3mm_P5mm Varistor, diameter 7mm, width 4.3mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W4.5mm_P5mm Varistor, diameter 7mm, width 4.5mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W4.8mm_P5mm Varistor, diameter 7mm, width 4.8mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W4.9mm_P5mm Varistor, diameter 7mm, width 4.9mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W4mm_P5mm Varistor, diameter 7mm, width 4mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W5.1mm_P5mm Varistor, diameter 7mm, width 5.1mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W5.4mm_P5mm Varistor, diameter 7mm, width 5.4mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W5.5mm_P5mm Varistor, diameter 7mm, width 5.5mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D7mm_W5.7mm_P5mm Varistor, diameter 7mm, width 5.7mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W3.3mm_P5mm Varistor, diameter 9mm, width 3.3mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W3.4mm_P5mm Varistor, diameter 9mm, width 3.4mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W3.5mm_P5mm Varistor, diameter 9mm, width 3.5mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W3.6mm_P5mm Varistor, diameter 9mm, width 3.6mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W3.7mm_P5mm Varistor, diameter 9mm, width 3.7mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W3.8mm_P5mm Varistor, diameter 9mm, width 3.8mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W3.9mm_P5mm Varistor, diameter 9mm, width 3.9mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W4.1mm_P5mm Varistor, diameter 9mm, width 4.1mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W4.2mm_P5mm Varistor, diameter 9mm, width 4.2mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W4.4mm_P5mm Varistor, diameter 9mm, width 4.4mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W4.5mm_P5mm Varistor, diameter 9mm, width 4.5mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W4.8mm_P5mm Varistor, diameter 9mm, width 4.8mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W4mm_P5mm Varistor, diameter 9mm, width 4mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W5.2mm_P5mm Varistor, diameter 9mm, width 5.2mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W5.4mm_P5mm Varistor, diameter 9mm, width 5.4mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W5.5mm_P5mm Varistor, diameter 9mm, width 5.5mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D9mm_W5.7mm_P5mm Varistor, diameter 9mm, width 5.7mm, pitch 5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W3.9mm_P7.5mm Varistor, diameter 12mm, width 3.9mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W4.2mm_P7.5mm Varistor, diameter 12mm, width 4.2mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W4.3mm_P7.5mm Varistor, diameter 12mm, width 4.3mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W4.4mm_P7.5mm Varistor, diameter 12mm, width 4.4mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W4.5mm_P7.5mm Varistor, diameter 12mm, width 4.5mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W4.6mm_P7.5mm Varistor, diameter 12mm, width 4.6mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W4.7mm_P7.5mm Varistor, diameter 12mm, width 4.7mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W4.8mm_P7.5mm Varistor, diameter 12mm, width 4.8mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W4mm_P7.5mm Varistor, diameter 12mm, width 4mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W5.1mm_P7.5mm Varistor, diameter 12mm, width 5.1mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W5.4mm_P7.5mm Varistor, diameter 12mm, width 5.4mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W5.8mm_P7.5mm Varistor, diameter 12mm, width 5.8mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W5mm_P7.5mm Varistor, diameter 12mm, width 5mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W6.1mm_P7.5mm Varistor, diameter 12mm, width 6.1mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W6.2mm_P7.5mm Varistor, diameter 12mm, width 6.2mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W6.3mm_P7.5mm Varistor, diameter 12mm, width 6.3mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W6.7mm_P7.5mm Varistor, diameter 12mm, width 6.7mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W7.1mm_P7.5mm Varistor, diameter 12mm, width 7.1mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W7.5mm_P7.5mm Varistor, diameter 12mm, width 7.5mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D12mm_W7.9mm_P7.5mm Varistor, diameter 12mm, width 7.9mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W3.9mm_P7.5mm Varistor, diameter 15.5mm, width 3.9mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W4.2mm_P7.5mm Varistor, diameter 15.5mm, width 4.2mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W4.3mm_P7.5mm Varistor, diameter 15.5mm, width 4.3mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W4.4mm_P7.5mm Varistor, diameter 15.5mm, width 4.4mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W4.5mm_P7.5mm Varistor, diameter 15.5mm, width 4.5mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W4.6mm_P7.5mm Varistor, diameter 15.5mm, width 4.6mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W4.7mm_P7.5mm Varistor, diameter 15.5mm, width 4.7mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W4.8mm_P7.5mm Varistor, diameter 15.5mm, width 4.8mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W4.9mm_P7.5mm Varistor, diameter 15.5mm, width 4.9mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W4mm_P7.5mm Varistor, diameter 15.5mm, width 4mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W5.2mm_P7.5mm Varistor, diameter 15.5mm, width 5.2mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W5.4mm_P7.5mm Varistor, diameter 15.5mm, width 5.4mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W5.9mm_P7.5mm Varistor, diameter 15.5mm, width 5.9mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W5mm_P7.5mm Varistor, diameter 15.5mm, width 5mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W6.1mm_P7.5mm Varistor, diameter 15.5mm, width 6.1mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W6.3mm_P7.5mm Varistor, diameter 15.5mm, width 6.3mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W6.4mm_P7.5mm Varistor, diameter 15.5mm, width 6.4mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W6.8mm_P7.5mm Varistor, diameter 15.5mm, width 6.8mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W7.2mm_P7.5mm Varistor, diameter 15.5mm, width 7.2mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W7.5mm_P7.5mm Varistor, diameter 15.5mm, width 7.5mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W8mm_P7.5mm Varistor, diameter 15.5mm, width 8mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D15.5mm_W11mm_P7.5mm Varistor, diameter 15.5mm, width 11mm, pitch 7.5mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W4.3mm_P10mm Varistor, diameter 21.5mm, width 4.3mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W4.4mm_P10mm Varistor, diameter 21.5mm, width 4.4mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W4.5mm_P10mm Varistor, diameter 21.5mm, width 4.5mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W4.6mm_P10mm Varistor, diameter 21.5mm, width 4.6mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W4.7mm_P10mm Varistor, diameter 21.5mm, width 4.7mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W4.8mm_P10mm Varistor, diameter 21.5mm, width 4.8mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W4.9mm_P10mm Varistor, diameter 21.5mm, width 4.9mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W5.1mm_P10mm Varistor, diameter 21.5mm, width 5.1mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W5.3mm_P10mm Varistor, diameter 21.5mm, width 5.3mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W5.4mm_P10mm Varistor, diameter 21.5mm, width 5.4mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W5.6mm_P10mm Varistor, diameter 21.5mm, width 5.6mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W5.8mm_P10mm Varistor, diameter 21.5mm, width 5.8mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W5mm_P10mm Varistor, diameter 21.5mm, width 5mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W6.1mm_P7.5mm varistor varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W6.3mm_P10mm Varistor, diameter 21.5mm, width 6.3mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W6.5mm_P10mm Varistor, diameter 21.5mm, width 6.5mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W6.7mm_P10mm Varistor, diameter 21.5mm, width 6.7mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W6.8mm_P10mm Varistor, diameter 21.5mm, width 6.8mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W7.1mm_P10mm Varistor, diameter 21.5mm, width 7.1mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W7.5mm_P10mm Varistor, diameter 21.5mm, width 7.5mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W7.9mm_P10mm Varistor, diameter 21.5mm, width 7.9mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W8.4mm_P10mm Varistor, diameter 21.5mm, width 8.4mm, pitch 10mm varistor SIOV 0 2 2 Varistor RV_Disc_D21.5mm_W11.4mm_P10mm Varistor, diameter 21.5mm, width 11.4mm, pitch 10mm varistor SIOV 0 2 2 ================================================ FILE: tandy-3-in-1/sym-lib-table ================================================ (sym_lib_table (lib (name 3-in-1-rescue)(type Legacy)(uri ${KIPRJMOD}/3-in-1-rescue.lib)(options "")(descr "")) ) ================================================ FILE: tandy-terminator/readme.txt ================================================ ================================================ FILE: traffic-light/traffic-light-sketch.ino ================================================ //Build Notes by https://youtube.com/AnotherMaker //as featured in https://youtu.be/dfoS-NAG6pM //You will need the Adafruit Neopixel library from the arduino library manager installed //Connect the data in pin of the first led ring to pin 6 of the arduino. //From then on, go data out of the first led ring to data in to the other. Send 5v and ground to //each neopixel. You may also want to add a smoothing capacitor. See this guide for best practices. // https://learn.adafruit.com/adafruit-neopixel-uberguide/best-practices //The 433 mhz receiver goes to interrupt 0 => that is pin #2 on nano,uno,mega //It also gets 5v and ground. //To determine the codes that your pre-programmed remote is putting out, you may want to //see this video https://www.youtube.com/watch?v=McYDX7_Tqy0 to see how I grab the codes. #include #ifdef __AVR__ #include #endif // Which pin on the Arduino is connected to the NeoPixels? // On a Trinket or Gemma we suggest changing this to 1 #define PIN 6 // How many NeoPixels are attached to the Arduino? #define NUMPIXELS 21 #include RCSwitch mySwitch = RCSwitch(); Adafruit_NeoPixel pixels = Adafruit_NeoPixel(NUMPIXELS, PIN, NEO_GRB + NEO_KHZ800); //setup colors uint32_t red = pixels.Color(255, 0, 0); uint32_t green = pixels.Color(0,255,0); uint32_t yellow = pixels.Color(255, 100, 0); uint32_t off = pixels.Color(0, 0, 0); unsigned long rec; //define beginning/ending pixel numbers int greenBegin = 0; int greenEnd = 6; int yellowBegin = 7; int yellowEnd = 13; int redBegin = 14; int redEnd = 20; void setup() { Serial.begin(9600); // This is for Trinket 5V 16MHz, you can remove these three lines if you are not using a Trinket #if defined (__AVR_ATtiny85__) if (F_CPU == 16000000) clock_prescale_set(clock_div_1); #endif // End of trinket special code mySwitch.enableReceive(0); // Receiver on interrupt 0 => that is pin #2 pixels.begin(); // This initializes the NeoPixel library. } void redLight(){ offLight(); for(int j = redBegin; j < redEnd+1 ; j++){ pixels.setPixelColor(j, red); } pixels.show(); } void yellowLight(){ offLight(); for(int j = yellowBegin; j < yellowEnd+1 ; j++){ pixels.setPixelColor(j, yellow); } pixels.show(); } void greenLight(){ offLight(); for(int j = greenBegin; j < greenEnd+1 ; j++){ pixels.setPixelColor(j, green); } pixels.show(); } void offLight(){ for(int j = 0; j < NUMPIXELS+1 ; j++){ pixels.setPixelColor(j, off); } pixels.show(); } void loop() { if (mySwitch.available()) { rec = mySwitch.getReceivedValue(); Serial.print("Received "); Serial.print( mySwitch.getReceivedValue() ); Serial.print(" / "); Serial.print( mySwitch.getReceivedBitlength() ); Serial.print("bit "); Serial.print("Protocol: "); Serial.println( mySwitch.getReceivedProtocol() ); if(rec == 5730977){ //button a redLight(); Serial.println("red"); } if(rec == 5730978){ //button b yellowLight(); Serial.println("yellow"); } if(rec == 5730980){ //button c greenLight(); } if(rec == 5730984){ //button d offLight(); } mySwitch.resetAvailable(); } } ================================================ FILE: vintage_emulation/apple ii/User_Guide_apple2.txt ================================================ Apple II emulator for Raspberry Pi User Guide: ========== For writing image to micro sd card, I recommend Etcher, with a very user friendly interface. Here are several version of Etcher for download, depending on the OS version you are using: https://www.balena.io/etcher/ https://www.filehippofilex.com/etcher/ Its even support zip packed files, so you dont need to unpack your img file at all. Just drag and drop zip image file to Etcher, click on Flash button and wait for it to finish. Its very important that you have a quality micro sd card, which leaves as much free space as described. Cheap cards often leaves slightly less space than the declared and then there may not be enough space to write a disc image. For the best performance, a quality 16 Gb (class 10) microsd card or larger is recommended. This image was designed to work on any LCD TV full HD or HD ready, with HDMI connectivity. Emulator usage: ============== At first start you should see an DOS3.3(tm) prompt. By pressing F3 you may select an image file name (usually having extensions .dsk, .do, .po) into Slot 6 Drive 1. After selecting it, you need to press F2 key and boot from the inserted disk, or type any DOS3.3(tm) commands to view disk contents and to run any program located in it. Common DOS commands are `CATALOG' (like `ls' in Linux), `BRUN FILENAME' - running any binary (B) program, or `RUN FILENAME' - running any Basic program (A or I). Usually, most game images have alternative way to run programs in them. You may find a lot of disk images in "Apple_II_software" folder. Some folders with games contain a large amount of files and it take some time to read their contents, so please be patient while browsing. To quit emualtor, press F10. It is highly recommended that quit from the emulator always be done regularly with F10, for the complete shutdown process. Emulator controls: ================= F1 - Show help screen F2 - Cold reset and boot inserted disk Shift+F2 - Restart emulator F3, F4 - Choose an image file name for floppy disk in Slot 6 drive 1 or 2 respectively Shift+F3, Shift+F4 - The same thing for Apple hard disks (in Slot 7) Alt+F3,Alt+F4 - same as F3,F4 using FTP (see emulator.conf about configuring FTP accounts) Alt+Shift+F3, Alt+Shift+F4 - same as Shift+F3, Shift+F4 but using FTP account (see above) F5 - Swap drives for Slot 6 F6 - Toggle fullscreen mode F7 - Reserved for Debugger! F8 - Save current screen as a .bmp file Shift+F8 - Save settings changable in runtime in conf file F9 - Cycle through various video modes F10 - Quit emulator F11 - Save current state to file, Alt+F11 - quick save F12 - Reload it from file, Alt+F12 - quick load Ctrl+0..9 - fast load state snapshot with corresponding number, saved previously by Ctrl+Shift+0..9 - fast save snapshot to current snapshot directory with corresponding number 0..9 Ctrl+F12 - Hot reset Pause - Pause emulator Scroll Lock - Toggle full speed Num pad keys: Grey + - Speed up emulator Grey - - Speed it down Grey * - Normal speed Note: When mouse works as a joystick, or Mouse Interface is on, when you first left-click on the window of emulator, mouse cursor is grabbed for using inside it. To release cursor, you should click left-mouse button again with SHIFT or CTRL key pressed. In fullscreen mode mouse cursor is always grabbed, to release it you may want to switch to windowed mode by pressing F6 key. Enjoy. ================================================ FILE: vintage_emulation/apple ii/sources.txt ================================================ https://www.youtube.com/watch?v=YXrIwoB0rPY https://drive.google.com/uc?id=1ywZ9JV9j6vbwIc7cqsNSSOtCljuvlCKD&export=download ================================================ FILE: vintage_emulation/atari 8 bit/User_Guide_Atari8bit.txt ================================================ Atari 400/800/XL/XE emulator for Raspberry Pi User Guide: ========== For writing image to micro sd card, I recommend Etcher, with a very user friendly interface. Here are several versions of Etcher for download, depending on the OS version you are using: https://www.balena.io/etcher/ https://www.filehippofilex.com/etcher/ Its even support zip packed files, so you dont need to unpack your img file at all. Just drag and drop zip image file to Etcher, click on Flash button and wait for it to finish. Its very important that you have a quality micro sd card, which leaves as much free space as described. Cheap cards often leaves slightly less space than the declared and then there may not be enough space to write a disc image. For the best performance, a quality 16 Gb (class 10) microsd card or larger is recommended. This image was designed to work on any LCD TV (full HD or HD ready), with HDMI connectivity. Emulator usage: ============== Keyboard, joystick and other controllers: ======================================== F1 Built in user interface F2 Option key F3 Select key F4 Start key F5 Reset key ("warm reset") Shift+F5 Reboot ("cold reset") F6 Help key (XL/XE only) F7 Break key F8 Enter monitor F9 Exit emulator F10 Save screenshot Shift+F10 Save interlaced screenshot F12 Turbo mode Alt+R Run Atari program Alt+D Disk management Alt+C Cartridge management Alt+T Tape management Alt+Y Select system Alt+O Sound settings Alt+W Sound recording start/stop Alt+S Save state file Alt+L Load state file Alt+A About the emulator Insert Insert line (Atari Shift+'>') Ctrl+Insert Insert character (Atari Ctrl+'>') Shift+Ctrl+Insert Shift+Ctrl+'>' Delete Delete line (Atari Shift+Backspace) Shift+Backspace Delete line (Atari Shift+Backspace) Ctrl+Delete Delete character (Atari Ctrl+Backspace) Ctrl+Backspace Delete character (Atari Ctrl+Backspace) Shift+Ctrl+Delete Shift+Ctrl+Backspace Shift+Ctrl+Backspace Shift+Ctrl+Backspace Home Clear (Atari Shift+'<') Ctrl+Home Ctrl+'<' (also clears screen) Shift+Ctrl+Home Shift+Ctrl+'<' ~ Inverse video Up Up (Atari Ctrl+'-') Down Down (Atari Ctrl+'=') Left Left (Atari ctrl+'+') Right Right (Atari ctrl+'*') Ctrl+Up - Ctrl+Down = Ctrl+Left + Ctrl+Right * Shift+Up _ (Atari Shift+'-') Shift+Down | (Atari Shift+'=') Shift+Left \ (Atari Shift+'+') Shift+Right ^ (Atari Shift+'*') Shift+Ctrl+Up Shift+Ctrl+- Shift+Ctrl+Down Shift+Ctrl+= Ctrl+'\' Ctrl+Esc (Workaround for Windows) Shift+Ctrl+'\' Shift+Ctrl+Esc (Workaround for Windows) CX85 Keypad (if enabled): host keypad 0123456789-. 0123456789-. host keypad / NO host keypad Ctrl+/ ESCAPE host keypad * DELETE host keypad + YES host keypad Enter +ENTER Joystick 0 is operated by the numeric keypad (make sure that the numeric keypad has been enabled). 7 8 9 \|/ 4 5 6 /|\ 1 2 3 And 0 is the fire key. Mouse is not supported. SDL keyboard, joystick and other controllers -------------------------------------------- ` Atari/Inverse key LSUPER Atari/Inverse key (unusable under Windows) RSUPER CapsToggle (+Shift = CapsLock) LAlt+F Switch fullscreen LAlt+G Switch visible horizontal area. See -horiz-area. LAlt+J Swap joysticks 0 and 1 LAlt+M Grab mouse (prevents mouse pointer from leaving the window) LAlt+LShift+1 Decrease tint (also called hue) LAlt+1 Increase tint LAlt+LShift+2 Decrease saturation (like TV Colour control) LAlt+2 Increase saturation LAlt+LShift+3 Decrease contrast (also called white level) LAlt+3 Increase contrast LAlt+LShift+4 Decrease brightness (also called black level) LAlt+4 Increase brightness LAlt+LShift+5 Decrease gamma adjustment LAlt+5 Increase gamma adjustment LAlt+LShift+6 Decrease color delay (Atari color adjustment potentiometer) LAlt+6 Increase color delay The following keys work only in the NTSC filter mode (-ntscemu): LAlt+LShift+7 Decrease sharpness LAlt+7 Increase sharpness LAlt+LShift+8 Decrease resolution LAlt+8 Increase resolution LAlt+LShift+9 Decrease artifacts LAlt+9 Increase artifacts LAlt+LShift+0 Decrease fringing LAlt+0 Increase fringing LAlt+LShift+- Decrease bleed LAlt+- Increase bleed LAlt+LShift+= Decrease burst phase (use this to change artifacting colours) LAlt+= Increase burst phase LAlt+LShift+[ Decrease scanlines percentage LAlt+[ Increase scanlines percentage LAlt+] Toggle NTSC composite/S-Video/RGB/monochrome settings LAlt+Shift+X Enable/disable 80 column screen (for -xep80/-af80/-proto80) Apart from standard joysticks (handled by the SDL) up to two keyboard joysticks are supported. The keys used for joystick directions and the trigger can be freely defined in the config UI (Controller Config -> Define layout). Keyboard joystick emulation can be enabled/disabled in the Controller Config. By default, joy 0 is enabled and joy 1 is disabled (to not steal normal AWDS keys in the emulator). X11 keyboard, joystick and other controllers -------------------------------------------- Alt Atari/Inverse key (either Alt key will work) Joystick 0 is operated by the mouse position relative to the center of the screen. The mouse button acts as the trigger. On Linux, standard joysticks are also supported. Cassette operation: ================== There is support for loading and saving from/to CAS tape images. It is also possible to select raw files (DOS binaries, bootable programs, BASIC programs etc.) as tape images, but only for loading. Upon attaching a tape image, the emulator acts as if the tape recorder's "Play" button was permanently pressed, so that a tape rolls automatically when an Atari program turns the tape motor on. Turning the SIO patch on speeds up the tape load and save operations. Note that toggling the SIO patch during any tape operation will cause it to fail. A tape image can be rewound to a specific part (block), to allow loading from tape images which contain multiple programs one-after-another. After rewinding the "Record" option is automatically turned off. Rewinding will cause any tape operation being in progress to fail. When a tape image is attached to Atari800, only loading from it is possible. Before saving data on the tape, a user has to manually switch the "Record" option to "yes", in the same way as one would manually press/release the "Record" button on a physical tape recorder. Remember to disable the "Record" option before loading from tape. Note that switching the "Record" option on/off during any tape operation will cause it to fail and may cause random data to be saved to a tape image. With the SIO patch active, the emulator automatically recognises whether a load or save operation is requested. and it is not necessary to touch the "Record" option. This can lead to unwanted changes in a tape file. To avoid the problem, a user can mark the attached cassette image as read-only to disallow any write operations. Saving to tape always casues the new blocks to be appended at the end of the tape image, regardless of the tape's current position. It is not possible to overwrite existing data on the tape. A user can create a new empty CAS tape image with the "Make blank tape" option. The user then provides the image's filename and its description (stored in the CAS image's header; may be left empty). The created image is automatically attached to Atari800 with the "Record" option turned on, which allows to go straight to saving the data. Creating an image with the filename pointing to an existing file will cause that file to be cleared. Only standard blocks can be loaded or saved. Any copy protection that relies on non-standard signals is not supported. Additionally, saving is only supported with the standard speed of 600 baud. Saving the emulator's state during a tape loading/saving is not supported. The current tape operation is not stored in the savestate and it will not be restored properly when that savestate is later loaded. The following file types are currently supported: - disk images: ATR, XFD, ATR.GZ/ATZ, XFD.GZ/XFZ, DCM, PRO, ATX - programs: COM/EXE/XEX, BAS, LST - cartridge images: CAR/CART, ROM (raw) - tape images: CAS, raw bootable programs - Atari800 state files: compressed and not compressed Disk images are mounted in order, e.g. the first file is mounted to the drive 1, next one to the drive 2, etc. Enjoy. ================================================ FILE: vintage_emulation/atari 8 bit/sources.txt ================================================ https://www.youtube.com/watch?v=1Xq1RlBvprs https://drive.google.com/uc?id=1Q1RMgF0MCxV1snqVGhQkIeiviJbY6Ma1&export=download ================================================ FILE: vintage_emulation/trs-80/User_Guide_TRS-80.txt ================================================ Radio Shack TRS-80 emulator for Raspberry Pi User Guide: =========== For writing image to micro sd card, I recommend Etcher, with a very user friendly interface. Here are several version of Etcher for download, depending on the OS version you are using: https://www.balena.io/etcher/ https://www.filehippofilex.com/etcher/ Its even support zip packed files, so you dont need to unpack your img file at all. Just drag and drop zip image file to Etcher, click on Flash button and wait for it to finish. Its very important that you have a quality micro sd card, which leaves as much free space as described. Cheap cards often leaves slightly less space than the declared and then there may not be enough space to write a disc image. For the best performance, a quality 16 Gb (class 10) microsd card or larger is recommended. This image was designed to work on any LCD TV full HD or HD ready, with HDMI connectivity. Emulator controls: ================= F7 - Main Menu F8 - Exit emulator F10 - Soft Reset, SHIFT/F10 - Hard Reset ESC - Break Example of loading programs: =========================== To view content of e.g Drive 1, type DIR 1 and press Enter. To start a game, just type its name (without extension after / sign) and press Enter. For example, type meteor and you will start "Meteor Mission 2" game from disk 1. Similarly, you can start programs from other disk drives. Use the same procedure if you want to load programs from other drives. To change default model at boot, press F7 to access Menu, go to "TRS-80 Model Selection" menu and choose model you want to emulate. Go back to the Menu, choose "Configuration/State File Management Menu" and then "Write Configuration File". Type "sdltrs" (without quotes) and press Enter. From now on your custom configuration was saved and will take a effect after next reboot. Don't forget to change the coresponded version of the DOS floppy image in drive 0, according to the TRS-80 model you have selected. It is highly recommended that exit from the emulator be done regularly with F8 from the Main Menu, for the complete shutdown process. Main Menu usage: ================ The main menu is the entry point for the Text GUI. You may move up and down through the menu items using the up and down arrow keys. A menu item may be selected by pressing Enter when the item is highlighted. Pressing ESC moves up a menu level (or exits the GUI if you are at the top level). Besides entering the GUI using F7, submenus of the GUI may be entered by using the key shortcuts show on the first three menu items. Floppy Disk Management Menu: =========================== The floppy disk management menu allows you to insert and remove floppy images into the emulated drives, as well as save and load disk sets, create new disk images, and set emulated disk drive options. For the first 8 options in the menu, there are three options: Hitting Enter while the item is selected, will move to the image selection screen, which is explained below. Hitting Backspace will remove a disk image if there is one in the drive. Hitting Space will toggle the write protect for the drive. The indicator for write protect is an asterisk "*" in front of the "Disk" in the menu item. Save Disk Set This ote, allows the user to save the names of the disk images that are currently in the drives to a file, to be loaded later. The file that the set is save in has an extension of ".set", and it is a human readable text file, containing the paths of the image files, or a blank line for a drive for a drive that has no disk. Load Disk Set: This button allows the user to load a disk set saved earlier with the Save Disk Set Button. The user is allowed to browse for the set file, displaying files ending in ".set". The emulator then loads the disk images specified in the file into the corresponding drives. If a drive in the set file is a blank line, no changes are made to the drive. This allows the user to load multiple disk sets sequentially. When the user presses Enter in on a Drive item in the Floppy Disk Management screen, the file open menu is displayed. The up and down arrows may be used to scroll through the list of files. Pressing Enter on the <..> item will take you to the parent directory. On Windows, the Drive letters are listed as the last items in the menu, and you can change drives by pressing Enter on those items. You may also go to a particular section of the file list my pressing the first letter of the file name. In the Floppy Creation screen, you may choose a format of a disk. It may be created in either the JV1, JV3, or DMK disk image format (See the Features page for info on the disk formats). If the "Insert Created Disk Into This Drive" is set to something besides none, the created image will be mounted on the specified floppy drive. Doubler Type: Specify what type of double density adaptor to emulate (Model I mode only). The type may be percom, radioshack (or tandy), both, or none. The type may be abbreviated to one character. The default is both, which causes the double density adaptor emulation to respond to the special commands of both the Percom and Radio Shack cards. True DAM Emulation: Turn off the single density data address mark remapping kludges described in the "Emulated floppy disks" and "Real floppy disks" sections above. With this option given, the distinction between F8 and FA data address marks is strictly observed on both writing and reading. This option is probably not useful unless you need to deal with Model I disks that use the distinction as part of a copy-protection scheme. See also "Common File Formats for Emulated TRS-80 Floppy Disks", available at http://www.tim- Finally, the last menu item allows you to set the size of each disk drive, as either a 5" or 8" drive. Hard Disk Management Menu: ========================== The hard disk management menu allows you to insert and remove floppy images into the emulated drives, as well as save and load disk sets and create new disk images. For the first 4 options in the menu, there are three options: Hitting Enter while the item is selected, will move to the image selection screen, which is explained above in the floppy disk section. Hitting Backspace will remove a disk image if there is one in the drive. Hitting Space will toggle the write protect for the drive. The indicator for write protect is an asterisk "*" in front of the "Disk" in the menu item. Save Disk Set This ote, allows the user to save the names of the disk images that are currently in the drives to a file, to be loaded later. The file that the set is save in has an extension of ".set", and it is a human readable text file, containing the paths of the image files, or a blank line for a drive for a drive that has no disk. Load Disk Set: This button allows the user to load a disk set saved earlier with the Save Disk Set Button. The user is allowed to browse for the set file, displaying files ending in ".set". The emulator then loads the disk images specified in the file into the corresponding drives. If a drive in the set file is a blank line, no changes are made to the drive. This allows the user to load multiple disk sets sequentially. In the Create Hard Disk Image window, you may choose a format of a disk. (See the Features page for info on the hard disk formats). If the "Insert Created Disk Into This Drive" is set to something besides none, the created image will be mounted on the specified hard drive. Cassette Management Menu: ======================== The cassette management menu allows you to insert and remove cassette images into the emulated drive, as well as create new cassette images. For the first options in the menu, there are two options: Hitting Enter while the item is selected, will move to the image selection screen, which is explained above in the floppy disk section. Hitting Backspace will remove a cassette image if there is one in the drive. The second option allows you to set the position of the cassette tape by changing the Position field. Valid values are 0 (fully rewound) through the number of bytes on the tape (at end of tape). The final option allows you to create a blank cassette image. In the Create Cassette Image window, you may choose a format of a cassette (.cas or .wav). If the "Insert Created Disk Into This Drive" is set to Yes, the created image will be mounted on the specified hard drive. TRS-80 Model Selection Menu: =========================== TRS-80 Model: Specifies what TRS-80 model to emulate. Hi-Res Graphics: In Model III or 4/4P mode select which hi-res graphics card to emulate, the Micro Labs Grafyx Solution hi-res graphics card or Radio Shack hi-res card. In Model I mode, the HRG1B 384x192 hi-res graphics card is emulated. Note that the Model III and Model 4/4P cards from Micro Labs are very different from one another. Configuration/State File Management Menu: ======================================== Save State (alt-S or cmd-S) This menu item allows you to save the state of the emulator, so that it may be loaded later with the Load State command. Disk images inserted into the computer are stored in the state file. Load State (alt-L or cmd-L) This menu item allows you load a state file (.t8s) previous saved with the Save State command. Write Configuration (alt-W or cmd-W) This menu item allows you to save the configuration of the emulator, so that it may be loaded later with the Load Configuration command. Configuration files (.t8c) are discussed further on the Features page. Read Configuration (alt-R or cmd-R) This menu item allows you load a Configuration file (.t8c) previous saved with the Save Configuration command. Printer Management Menu: ======================== The Printer Management menu controls the type of printer emulation that is used for outputting to the printer TRS-80. The are three choices for printer emulation, None, Text Printer, and Epson FX-80. The Text printer simply sends the printer output to a text file with optional script processing. The Epson option is only available on the Macintosh, and it emulates a legacy printer, and allow the user to save the printer output in a PDF file. Close and Reopen Printer Output File: Selecting this option will cause the printer output file to be closed, and the printer command to be executed using the file name. Print Command: The only option for the text printer type is the command used to print. Within the command, %s is used to represent the file name of the temporary file generated during printing. On Linux, this defaults to "lpr %s", on Windows "notepad %s", and on the Mac "open %s". The %s in the printer command will be replaced with the name of the printer output file. (On the Mac, this is for the text printer only, not the Epson emulation). Default Directories Menu: ======================== This menu allows the user to specify the default directories used for loading/saving various types of file used by the emulator. To choose the directory, press the Enter when the appropriate entry is highlighted. That will bring up the Directory select screen. The up and down arrows may be used to scroll through the list of directories. Pressing Enter on the <..> item will take you to the parent directory. On Windows, the Drive letters are listed as the last items in the menu, and you can change drives by pressing Enter on those items. The directory is selected by pressing the Tab key. ROM Files Menu: ============== This menu allows you to chose the ROM files used in the emulation of the Atari. These files are not provided with the emulator. To select the file, press Enter when the appropriate item is highlighted, and the file selection menu will appear. It's operation is explained in the Floppy Disk section above. Display Settings Menu: ===================== Emulator Colors: Specifies the foreground and background color of the sdltrs window. Default is black (0x000000) for foreground and white (0xFFFFFF) for background. Fullscreen GUI Colors: Specifies the foreground and background color of the fullscreen Text GUI. Default is green (0x008010) for foreground and white (0xFFFFFF) for background. Character Sets: Select among several sets of built-in character bitmaps. The three different options allow you to specify the character set used for each model, should you change models during sdltrs execution using the GUI. In Model I mode , five sets are available. The default, wider, is a modified Model III set with characters 8 pixels wide; it looks better on a modern computer screen with square pixels than the real Model I fonts, which were 6 pixels wide. lcmod is the character set in the replacement character generator that was supplied with the Radio Shack lower case modification. (It was reconstructed partly from memory and may have some minor bit errors.) stock is the character set in the stock character generator supplied with most upper case only machines. Since sdltrs currently always emulates the extra bit of display memory needed to support lower case, this character set gives you the authentic, unpleasant effect that real Model I users saw when they tried to do homebrew lower case modifications without replacing the character generator: lower case letters appear at an inconsistent height, and if you are using the Level II BASIC ROM display driver, upper case letters are replaced by meaningless symbols. early is the same as stock, but with the standard ASCII characters [, \, ], and ^ in the positions where most Model I's had directional arrows. This was the default programming in the Motorola character generator ROM that Radio Shack used, and a few early machines were actually shipped with this ROM. Finally, german or genie gives an approximate emulation of the GENIE, a German Model I clone. Characters are 8 pixels wide, and double width is supported even though later GENIE models did not include it. In Model III , 4 and 4P ( modes, three sets are available: katakana (the default for Model III) is the original Model III set with Japanese Katakana characters in the alternate character positions. This set was also used in early Model 4's. international (the default for Model 4 and 4P) is a later Model 4 set with accented Roman letters in the alternate positions. bold is a bold set from a character generator ROM found in one Model III, origin uncertain. Window Border Width: Put a border of width pixels around the TRS-80 display. The default is 2. Resize Window on Model 3 Mode Change: In Model 3 mode, resize the window whenever the emulated display mode changes between 64x16 text (or 512x192 graphics) and 80x24 text (or 640x240 graphics). Resize Window on Model 4 Mode Change: In Model 4/4P mode, resize the window whenever the emulated display mode changes between 64x16 text (or 512x192 graphics) and 80x24 text (or 640x240 graphics). Disk Leds: This option allows the user to chose if disk activity indicators are shown in the TRS-80 Emulator window (lower edge). Joystick Settings Menu: ====================== Use Numeric Keypad for Joystick This item determines if the numeric keypad is used for emulation of a joystick. USB Joystick/Gamepad This item allows the user to select which USB joystick, if any, is used for emulation of the TRS-80 Joystick. It will bring up a list of the USB joysticks that SDL is aware of as shown below: Miscellaneous Settings Menu: =========================== Shift Bracket Emulation: Chose Shift Bracket Emulation on or off. If on, emulate [, \, ], ^, and _ as shifted keys, and {, |, }, and ~ as unshifted. This is the default in Model 4 and 4P modes, and it works well with the keyboard driver in Model 4 TRSDOS/LS-DOS 6. If off, emulate [, \, ], ^, and _ as unshifted keys, and {, |, }, and ~ as shifted. This is the default in Model I and III modes, and it works well with many TRS-80 keyboard drivers. With some keyboard drivers these keys do not work at all, however. Turbo Mode/b>: This will turn Turbo mode on or off. When turbo mode is on, the emulator will run faster than a normal TRS80, by a factor of Turbo Rate, which is explained below, and also set on this page. The F11 key may be used to switch Turbo mode on or off while running the emulator. Turbo Speed: Set the number of times normal TRS80 speed that the emulator runs when in "Turbo" mode. Turbo mode can be used to speed compute intensive applications, compiling source code for example, on the emulator. The default setting is 5x. Above around 8x you may experience problems with runaway keyboard repeat on the emulator, so use higher values with caution. Keystretch Value: Fine-tune the keyboard behavior. To prevent keystrokes from being lost, sdltrs "stretches" the intervals between key transitions, so that the Z-80 program has time to see each transition before the next one occurs. Whenever the Z-80 program reads the keyboard matrix and sees an emulated key go up or down, sdltrs waits cycles Z-80 clock cycles (T-states) before it allows the program to see another key transition. Key transitions that are received during the waiting period or when the Z-80 program is not reading the keyboard are held in a queue. The default stretch value is 4000 cycles; it should seldom if ever be necessary to change it. Emtsafe Turn on/off ability for emts (Emulation traps) to write to unexpected places in the host filesystem. Serial Port Switches: Set the sense switches on the Model I serial port card. This option is meaningful only in Model I mode, and only when the Serial Port Name is not set to "". The default value is 0x6f, which Radio Shack software conventionally interprets as 9600 bps, 8 bits/word, no parity, 1 stop bit. Serial Port Name: Set the tty device to be used for I/O to the TRS-80's serial port. The default is "". Setting the name to be empty emulates having no serial port. Emulator overview: ================= Sdltrs is built on top of a Z-80 emulator, with added routines to support keyboard and video I/O through a SDL interface. The hardware emulation can operate as a TRS-80 Model I, Model III, Model 4, or Model 4P. sdltrs supports 48K of RAM in Model I or Model III mode, 128K in Model 4 or Model 4P mode. Floppy disks and hard disks are emulated using files to store the data; or under Linux only, real floppy drives can be used. A printer is emulated by sending its output to a text file. A serial port is emulated using a host serial port. Cassette I/O is emulated using files to store the cassette data. Game sound and music output are also supported. Though the cassette port, through the Model 4 sound option, and through the optional Orchestra-85/90 music synthesizer card are all emulated. In Model I mode, the HRG1B graphics card is emulated. In Model III and 4/4P mode, you can select whether the Radio Shack graphics card or Micro Labs Grafyx Solution is emulated. There is also a mouse driver for model 4/4P mode. Several common time-of-day clock cards are emulated on all models. The Alpha Products joystick is emulated using the numeric keypad, or through a SDL compatible joystick. Because sdltrs emulates the hardware, all known TRS-80 Model I/III/4/4P operating systems should run on it, including all flavors of TRSDOS, LDOS/LS-DOS, NEWDOS, DOSPLUS, MultiDOS, and TRS-80 CP/M. However, the emulator also includes some extensions to the standard hardware, and the special drivers, utilities, and instructions needed for these are not provided for all operating systems. Special support in the emulator allows the program to block when waiting for information from the keyboard. This will work only for programs that wait for keyboard input using the standard Model I/III ROM call; the emulator decides whether to block the Z-80 program when it tries to read from the keyboard memory by pattern-matching its stack. Keys: ==== The following keys have special meanings to sdltrs: F1 - TRS-80 Model 4/4P F1 key (address bit 7, data bits 4), TRS-80 Model 1 Electric Pencil control key F2 - TRS-80 Model 4/4P F2 key (address bit 7, data bits 5) F3 - TRS-80 Model 4/4P F3 key (address bit 7, data bits 6) F4 - TRS-80 Model 4 Caps Lock key (address bit 7, data bit 3) F5 or ScrollLock - TRS-80 @ key F6 - TRS-80 '0' key (so that a shifted 0 can be obtained) F7 - Enter Text GUI F8 - Exit SDLTRS F10 - Warm Reset Shift F10 - Power on / Hard Reset (reboot) ESC - Break Left Arrow or Backspace or Delete - TRS-80 left arrow key Right Arrow or Tab - TRS-80 right arrow key Up Arrow - TRS-80 up arrow key (caret for exponent) Down Arrow - TRS-80 down arrow key Home or Clear - TRS-80 clear key Control - TRS-80 Model 4 Ctrl key (address bit 7, data bit 2) RightAlt - TRS-80 shifted down arrow key (used as a control key with some TRS-80 software) Page Up - TRS-80 Left Shift key (address bit 7, data bit 0) Page Down - TRS-80 Right Shift key (address bit 7, data bit 1) End Key - TRS-80 Unused key (address bit 7, data bit 7) Insert Key - TRS-80 Underscore key (address bit 3, data bit 7) Shift UP Arrow - TRS-80 ESC key Ctrl + c - Copy from TRS-80 to host Ctrl + v - Paste from TRS-80 to host Ctrl + a - Select All on TRS-80 screen LeftAlt + '=' (think +) (or Left Cmd + '=') - Set windowed mode scaling to next higher size. (1x, 2x, 3x, and then wraps). LeftAlt + '-' - Set windowed mode scaling to next lower size. (3x, 2x, 1x and then wraps). LeftAlt + Enter - Switch from Windowed to Fullscreen mode and back. Alt + d - Enter Floppy Disk Management GUI Shift + Alt + d - Enter Hard Disk Management GUI Alt + t - Enter Cassette ('t' for Tape) Management GUI Alt + s - Save Emulator State Alt + l - Load Emulator State Alt + w - Write Configuration File Alt + r - Read Configuration File Alt + p - Pause Emulator (and then unpause) Alt + 1 (or 2,3,4,5,6,7,8) - Insert Floppy disk into drive N Shift + Alt + 1 (or 2,3,4,5,6,7,8) - Remove Floppy disk from drive N In Model III, 4, and 4P modes, the left and right shift keys are distinct; in Model I mode, they are the same. The keys [, \, ], ^, _, {, |, }, and ~ also activate unused positions in the keyboard matrix (address bit 3, data bits 3-7). With many TRS-80 keyboard drivers, these keys map to the corresponding ASCII characters; with others, they do nothing. In some cases you may find the shift state is reversed from what it should be; if you press [ but { is displayed instead (etc.), see the -shiftbracket and -noshift-bracket options below to correct the problem. The Insert key maps to the same position as underscore (address bit 3, data bit 7), so that this key can be used both with and without shift pressed; with many TRS-80 keyboard drivers one of these maps to ASCII code 0x7f. Pressing a key on a numeric keypad with NumLock disengaged emulate the Alpha Products joystick. Keys 2, 4, 6, 8 (KP_Down, KP_Left,KP_Right, KP_Up) are the main directions; keys 1, 3, 7, and 9 (KP_End,KP_Page_Down, KP_Home, KP_Page_Up) work as diagonal directions by activating two main directions at once; and key 0 (KP_Insert) or 5 (KP_Begin) is the fire button. Emulated cassette: ================= To control the emulated cassette, a file for the loaded tape is controlled by the -cassette option or the cassette option in the menu system. There is also a menu option to control the cassette position in the file. Emulated 5-inch floppy disks: ============================ In Model I mode, sdltrs emulates a Radio Shack Expansion Interface with the Percom Doubler or Radio Shack Doubler installed. The Doubler provides double-density disk access by allowing either the stock WD1771 FDC chip or a WD1791 chip to be selected under program control. At powerup the 1771 is selected, so operating systems with no Doubler driver see a stock system. By default, the emulator pretends to be both a Percom and Radio Shack Doubler at the same time -- it responds to the special commands of both -- so a driver for either should work. Under LDOS, use the command "FDUBL" (newer versions of LDOS), or "PDUBL" or "RDUBL" (older versions) to install the driver. Software that tries to detect which doubler you have (such as Super Utility) may be confused by the emulation of both at once, so you can choose to emulate only one with a command line option or text GUI control. In Model III, 4, or 4P mode, sdltrs emulates the stock floppy controller, which uses a WD1793 chip (software-compatible with the WD1791) to provide both single and double density. Four 5.25-inch floppy drives are emulated. Disk image files may be inserted into the emulated drives with command line options, text GUI controls. If the user does not have write permission for a floppy file, and/or the file has an internal write protect flag set, a write-protect tab is emulated. Use the mkdisk(1) program to turn the write protect flag on or off. If you try to boot an emulated Model I, III, or 4 with no emulated disk (that is, no disk in drive 0), sdltrs emulates having no floppy disk controller. The behavior of a real machine with a disk controller in this case didn't seem useful to emulate faithfully: A real Model I hangs with a screen full of garbage; a real Model III or 4 goes into a retry loop printing "Diskette?" on the screen and rechecking if you've inserted one. A real Model 4P always has a floppy controller, however, so sdltrs always emulates one. Due to a limitation of the original Model I hardware, drive :3 cannot be double-sided in Model I mode. In the original Model I, you could not have a drive :3 at all if any drive in the system was double-sided, but the emulator is able to be more forgiving. Emulated floppy image files can be of any of three types: JV1, compatible with Jeff Vavasour's popular freeware Model I emulator for MS-DOS; JV3, a compatible extension of a format first used in Vavasour's commercial Model III/4 emulator; or DMK, compatible with David Keil's Model 4 emulator. All threetypes work in sdltrs regardless of what model it is emulating. A heuristic is used to decide which type of image is in a drive, as none of the types has a magic number or signature. JV1 supports only single density, single sided, with directory on track 17. Sectors must be 256 bytes long. Use FORMAT (DIR=17) if you want to format JV1 disks with more (or less) than 35 tracks under LDOS. JV3 is much more flexible, though it still does not support everything the real controllers could do. It is probably best to use JV3 for all the disk images you create, since it is the most widely implemented by other emulators, unless you have a special reason to use one of the others. A JV3 disk can be formatted with 128, 256, 512, or 1024-byte sectors, 1 or 2 sides, single or double density, with either FB (normal) or F8 (deleted) data address mark on any sector. In single density the nonstandard data address marks FA and F9 are also available. You cannot format a sector with an incorrect track number or head number. You can format a sector with an intentional CRC error in the data field. sdltrs supports at most 5802 total sectors on a JV3 image. The original Vavasour JV3 format supported only 256-byte sectors, and had a limit of 2901 total sectors. If you use sector sizes other than 256 bytes or format more than 2901 sectors on a disk image, emulators other than sdltrs may be unable to read it. Note that an 80 track, double-sided, double-density (18 sector) 5.25-inch floppy will fit within the original 2901 sector limit; the extension to 5802 is primarily for emulation of 8-inch drives (discussed below). The DMK format is the most flexible. It supports essentially every thing that the original hardware could do, including all "protected" disk formats. However, a few protected disks still may not work with sdltrs due to limitations in sdltrs's floppy disk controller emulation rather than limitations of the DMK format; see the LIMITATIONS section below. Blank disks may be created from the Text GUI. Early Model I operating systems used an FA data address mark for the directory on single density disks, while later ones wrote F8 but would accept either upon reading. The change was needed because FA is a nonstandard DAM that is fully supported only by the WD1771 floppy disk controller used in the Model I; the controllers in the Model III and 4 cannot distinguish between FA and FB (which is used for non-directory sectors) upon reading, and cannot write FA. To deal nicely with this problem, sdltrs implements the following kludge. On writing in single density, an F8 data address mark is recorded as FA. On reading with an emulated WD1771 (available in Model I mode only), FA is returned as FA; on reading with a WD179x, FA is returned as F8. This trick makes the different operating systems perfectly compatible with each other, which is better than on a real Model I! You can use the -truedam flag to turn off this kludge if you need to; in that case the original hardware is emulated exactly. TRS-80 programs that attempt to measure the rotational speed of their floppy disk drives using timing loops will get the answers they expect, even when sdltrs does not emulate instructions at the same speed as the original machines. This works because sdltrs keeps a virtual clock (technically, a T-state counter), which measures how much time it should have taken to execute the instruction stream on a real machine, and it ties the emulation of floppy disk index holes to this clock, not to real time. Emulated 8-inch floppy disks: ============================ In addition to the four standard 5.25-inch drives, sdltrs also emulates four 8-inch floppy drives. There is no widely-accepted standard hardware interface for 8-inch floppies on the TRS-80, so sdltrs emulates a pseudo-hardware interface of its own and provides an LDOS/LS-DOS driver for it. The only difference between 5.25-inch and 8-inch emulated drives is that the emulator allows you to format more bytes per track in the latter. A new JV3 floppy can be formatted as either 5.25-inch or 8-inch depending on whether you initially put it into a 5.25-inch or 8-inch emulated drive. A new DMK floppy, however, must be created as an 8 inch image in order to be large enough for use in an 8-inch emulated drive. JV1 floppies cannot be used in 8-inch drives. Be careful not to put an emulated floppy into a 5.25-inch emulated drive after it has been formatted in an 8-inch emulated drive or vice versa; the results are likely to be confusing. Consider using different file extensions for the two types; say, .dsk for 5.25-inch and .8in for 8-inch. To use the emulated 8-inch drives, you'll need a driver. Under LDOS or LS-DOS, use the program XTRS8/DCT supplied on the emulated floppy utility.dsk. This driver is a very simple wrapper around the native LDOS/LS-DOS floppy driver. Here are detailed instructions. First, make sure an appropriate version of LDOS is in emulated floppy drive 0, and the supplied file utility.dsk is in another emulated floppy drive. Boot LDOS. If you are using Model I LDOS, be sure FDUBL is running. Second, type the following commands. Here d is the LDOS drive number you want to use for the 8-inch drive and u is the unit number you chose when naming the file. Most likely you will choose d and u to be equal to reduce confusion. SYSTEM (DRIVE=d,DRIVER="XTRS8",ENABLE) Enter unit number ([4]-7): u You can repeat these steps with different values of d and u to have more than one 8-inch drive. You might want to repeat four times using 4, 5, 6, and 7, or you might want to save some drive numbers for hard drives (see below). Finally, it's a good idea to give the SYSTEM (SYSGEN) command (Model I/III) or SYSGEN command (Model 4/4P). This command saves the SYSTEM settings, so the 8-inch drives will be available again the next time you reboot or restart the emulator. If you need to access an 8-inch drive after booting from a disk that hasn't been SYSGENed, simply use the same SYSTEM command again. In case you want to write your own driver for another TRS-80 operating system, here are details on the emulated pseudo-hardware. The 8-inch drives are accessed through the normal floppy disk controller, exactly like 5.25-inch drives. The four 5.25-inch drives have hardware select codes 1, 2, 4, and 8. The four 8-inch drives have hardware select codes 3, 5, 6, and 7, corresponding respectively to files. (See also the -sizemap option below, however.) Emulated hard disks: =================== sdltrs can emulate a hard disk in a file in one of two ways: it can use a special, sdltrs-specific LDOS driver called XTRSHARD/DCT, or it can emulate the Radio Shack hard drive controller (based on the Western Digital WD1010) and use the native drivers for the original hardware. Using XTRSHARD/DCT The XTRSHARD/DCT driver has been tested and works under both LDOS 5.3.1 for Model I or III and TRSDOS/LS-DOS 6.3.1 for Model 4/4P. It may or may not work under earlier LDOS versions. It definitely will not work under other TRS-80 operating systems or with emulators other than sdltrs or xtrs. The hard disk format was designed by Matthew Reed for his Model I/III and Model 4 emulators; sdltrs duplicates the format so that users can exchange hard drive images across the emulators. To use XTRSHARD/DCT, first create a blank hard drive file using the Text GUI. Second, load the file into one of the emulated hard drives using a command line option, the Text GUI. Third, make sure an appropriate version of LDOS is in emulated floppy drive 0, and the supplied file utility.dsk is in another emulated floppy drive. Boot LDOS. If you are using Model I LDOS 5.3.1, patch a bug in the FORMAT command by typing PATCH FORMAT/CMD.UTILITY M1FOR- MAT/FIX. You need to apply this patch only once. It must not be applied to Model III or Model 4/4P LDOS. Fourth, type the following commands. Here d is the LDOS drive number you want to use for the hard drive (a typical choice would be 4) and u is the unit number you chose when naming the file (most likely 0). SYSTEM (DRIVE=d,DRIVER="XTRSHARD",ENABLE) Enter unit number ([0]-7): u FORMAT d (DIR=1) Answer the questions asked by FORMAT as you prefer. The DIR=1 parame- ter to FORMAT is optional; it causes the hard drive's directory to be on track 1, making the initial size of the image smaller. You can repeat these steps with different values of d and u to have more than one hard drive. Finally, it's a good idea to give the SYSTEM (SYSGEN) command (Model I/III) or SYSGEN command (Model 4/4P). This command saves the SYSTEM settings, so the drive will be available again the next time you reboot or restart the emulator. If you need to access the hard disk file after booting from a floppy that hasn't been SYSGENed, simply use the same SYSTEM command(s) again, but don't FORMAT. You can freely use a different drive number or (if you renamed the hard disk file) a differ- ent unit number. Technical note: XTRSHARD/DCT is a small Z-80 program that implements all the required functions of an LDOS disk driver. Instead of talking to a real (or emulated) hard disk controller, however, it uses special support in sdltrs that allows Z-80 programs to open, close, read, and write host files directly. This support is described further in the "Data import and export" section below. Processor speed selection: ========================= A standard Model 4 has a software-controlled switch to select operation at either 4.05504 MHz (with heartbeat clock at 60 Hz) or 2.02752 MHz (with heartbeat clock at 30 Hz). sdltrs emulates this feature. Model I's were often modified to operate at higher speeds than the standard 1.77408 MHz. With one common modification, writing a 1 to port 0xFE would double the speed to 3.54816 MHz, while writing a 0 would set the speed back to normal. The heartbeat clock runs at 40 Hz in either case. sdltrs emulates this feature as well. Sound: ===== Sound support uses the sound capabilities of libsdl which Open Sound System /dev/dsp device, standard on Linux and available on many other Unix versions as well. The Orchestra-85 music synthesis software will run under sdltrs's Model I emulation, and the Orchestra-90 software will run with Model III oper- ating systems under sdltrs's Model III, 4, or 4P emulation. For best results, use Orchestra-90 and the Model 4 emulation, as this lets the software run at the highest emulated clock rate (4 MHz) and thus generate the best sound. If you want to run Orchestra-85 instead, you can tell it that you have a 3.5 MHz clock speedup with enable sequence 3E01D3FE and disable sequence 3E00D3FE; this will let the software run twice as fast as on an unmodified Model I and generate better sound. There is no need to use sdltrs's -autodelay flag when running Orchestra-85/90, but you might want to specify a small fixed delay to keep from getting excessive key repeat. Mouse: ===== A few Model 4 programs could use a mouse, such as the shareware hi-res drawing program MDRAW-II. The program XTRSMOUS/CMD on the utility disk (utility.dsk) is a mouse driver for Model 4/4P mode that should work with most such programs. sdltrs does not emulate the actual mouse hard- ware (a serial mouse plugged into the Model 4 RS-232 port), so the original mouse drivers will not work under sdltrs. Instead, XTRSMOUS accesses the host mouse pointer using an emulator trap. XTRSMOUS implements the same TRSDOS/LS-DOS 6 SVC interface as the David Goben and Matthew Reed mouse drivers. (It does not implement the interface of the older Scott McBurney mouse driver, which may be required by some programs.) By default XTRSMOUS installs itself in high memory. This is done because MDRAW-II tests for the presence of a mouse by looking to see whether the mouse SVC is vectored to high memory. If the driver is installed in low memory, MDRAW thinks it is not there at all. If you use mouse-aware programs that don't have this bug, or if you edit the first line of MDRAW to remove the test, you can install XTRSMOUS in low memory using the syntax "XTRSMOUS (LOW)". Time of day clock: ================= Several battery-backed time of day clocks were sold for the various TRS-80 models, including the TimeDate80, TChron1, TRSWatch, and T-Timer. They are essentially all the same hardware, but reside at a few different port ranges. sdltrs currently emulates them at port ranges 0x70-0x7C and 0xB0-0xBC. The T-Timer port range at 0xC0-0xCC conflicts with the Radio Shack hard drive controller and is not emulated. These clocks return only a 2-digit year, and it is unknown what their driver software will do in the year 2000 and beyond. If you have software that works with one of them, please send email to report what happens when it is used with sdltrs. Also see SETTIME/CMD in the "Data import and export" section above for another way to get the correct time into a Z-80 operating system running under sdltrs. Finally, you might notice that LDOS/LS-DOS always magically knows the correct date when you boot it (but not the time). When you first power up the emulated TRS-80, sdltrs dumps the date into the places in memory where LDOS and LS-DOS normally save it across reboots, so it looks to the operating system as if you rebooted after setting the date. Joystick: ======== Pressing a key on a PC numeric keypad with NumLock disengaged emulates the Alpha Products joystick. See the Keys section above for details. The emulated joystick is mapped only at port 0, to avoid conflicts with other devices. Standard USB joysticks and gamepads will work as well, and may be selected from the Text GUI. Save and Load Emulator State: ============================ sdltrs allows you to save the state of the emulator, so that it may be loaded later with the Load State command. Location of Disk and cassette image and inserted into the computer are stored in the state file. The state is stored in a .t8s file that may be saved using the Alt-S key combo. The Alt-L key combo will allow you to load a state file that has been saved. Disk LED Indicators: =================== sdltrs provides optional Disk LED indicators at the bottom of the emulated screen. You can turn these off with the -showled and -hideled options, or through the Text GUI. The following picture illustrates the LED's: The LED's for the 8 floppy drives are on the left bottom of the screen, and in this case the first drive is active, and the other seven are not. The LED's for the 4 hard drives are on the right bottom of the screen, and in this case none of the drives are active. ================================================ FILE: vintage_emulation/trs-80/sources.txt ================================================ https://www.youtube.com/watch?v=7VnhuUT7c4o https://drive.google.com/uc?id=1tryGM5moPB3QdG82JnBbce1Z05k7ZjbM&export=download https://drive.google.com/file/d/1PNj38yyr6xqlXf7ni9RQFNFJXTOaQH5k/view ================================================ FILE: vintage_emulation/zx spectrum/User_Guide_ZX81.txt ================================================ ZX81 emulator for Raspberry Pi For writing image to micro sd card, I recommend Etcher, with a very user friendly interface. Here are several version of Etcher for download, depending on the OS version you are using: https://www.balena.io/etcher/ https://www.filehippofilex.com/etcher/ Its even support zip packed files, so you dont need to unpack your img file at all. Just drag and drop zip image file to Etcher, click on Flash button and wait for it to finish. Its very important that you have a quality micro sd card, which leaves as much free space as described. Cheap cards often leaves slightly less space than the declared and then there may not be enough space to write a disc image. For the best performance, a quality 16 Gb (class 10) microsd card or larger is recommended. This image was made by default for any LCD TV full HD or HD ready. For the best visual experience, set the aspect ratio to 4:3 in your TV settings. Emulator Controls: Mouse and Keyboard are supported. Keyboard: The functions of the control bar are listed below alongside their keyboard equivalents: F2 - Options F3 - Load file dialog (e.g. press F3, navigate to zx81 folder to access software collection) Exit - Exit emulator (F10) Reset - Reset emulator (F12) Hide - Toggle virtual keyboard between autohide and don't hide (F6) Sticky - Toggle between sticky shift and toggle shift (F7) Opacity - Reduce (HOME) or increase (END) virtual keyboard opacity Video - Toggle between not inverse and inverse video (F8) Savestate - Toggle the save state dialog if available (F4) Loadstate - Toggle the load state dialog if available (F5) Click screen - Toggle virtual keyboard and control bar Backspace - Rubout i.e. equivalent to using SHIFT + 0 Comma - Equivalent to using SHIFT + . Cursors - Equivalent to using SHIFT + 5, 6, 7 and 8 -/= - Decrease/increase the volume (if supported) ALT + R - Cycle between 960x720, 640x480 and 320x240 F11 - Toggle between fullscreen and a window F9 - Activate the control remapper for remapping - joystick controls to keyboard controls PrtScn - Save a screenshot to the local scnsht folder Pause - Place emulation on hold but not the GUI The Virtual Keyboard and Control Bar Clicking the screen (or F1) brings up the virtual keyboard and the control bar enabling access to several very useful features. If a joystick is detected, the "J" key will be highlighted. General GUI Navigation: Every component has a green selector that can be moved around using the cursor keys or the joystick. The item currently selected can be activated with the Enter key, a joystick button (selector hit) or by clicking with the mouse. If you use the mouse then of course you are free to activate items directly and can ignore the selector. Page Up and Page Down (or joystick equivalents) will flip between pages and scroll through lists. The Escape key operates as you might expect: it closes the topmost dialog or component and will continue to do so until the emulator window is reached. Hardware Options: The F2 key toggles the runtime options which start with the options for the hardware. The defaults machine is ZX81 with 16 Kb of RAM memory. With this options you can change default model to ZX80 and he will boot at startup. hardware Most likely, most settings are self-explanatory. "M1NOT" refers to the possibility of running machine code in the 32-48K part of the memory. The next page contains: sound where the AY Unreal sound emulation has been selected. Use "VSYNC" for the sound that the ZX80/81 normally produces. The next page contains: gui Note that the volume of the sound may also be adjusted with the "-" and "=" keys. Loading a Program File: Typing the ZX80's LOAD ("W", newline) or the ZX81's LOAD "" ("J", SHIFT + "P" twice, newline) will show the load file dialog. There is a much easier way to show the same dialog and that's via the control bar icon or the F3 key (joystick select) but there is a fundamental difference in the way that these two methods work that you should be made aware of: a machine reset will occur if you load a program file by directly activating the dialog but not if you activate it via the machine's LOAD command. For the most part this won't matter at all, but if you are intending to set-up RAMTOP, load a program above it before loading another program then you will lose everything if you load a program by invoking the dialog directly. If you have an understanding of the ZX81 then you will know that it is possible to load a program by executing LOAD "PROG" in which case emulator's loading mechanism will search for prog.p or PROG.P within the last directory navigated to, or if you've yet to navigate anywhere then the start-up folder. If you'd like to load an .81 file instead then the .p extension can be overridden by appending an .81 suffix e.g LOAD "PROG.81". There are some additional ways to navigate and utilise the load file dialog that enhance its operability: directories can be opened and programs loaded with a single mouse or stylus click, the scrollbar is interactive and the list can be scrolled using a mouse wheel. It is also possible to select an item by typing its initial letter or number and then cycling to subsequent items with repeated presses. Saving a Program File: On the ZX80 saving is achieved by executing SAVE ("E", newline), but since there is no way to pass a filename and indeed no native emulator save file dialog either, a choice of two naming methods have been made available: the first and default method is to save the program into the last folder navigated to with the load file dialog (or the start-up directory) with a sequential filename e.g. zx80prog0123.o. The second funkier method is to embed a BASIC line somewhere within the program e.g. 9999 REM SAVE "PROG". The line number used is not important, but the use of the SAVE keyword is so you'll need to type 9999 SAVE "PROG" and then move the cursor back before SAVE and add a REM. When the program is saved by executing SAVE, emulator's program saving mechanism will look for this embedded BASIC REM statement and extract the filename. The default .o extension can be overridden by appending a .80 suffix. Please note that if you are using a version of emulator that's been ported to a non *nix platform, these filenaming methods may have been replaced with a save dialog native to your OS. Saving and Loading Data Files: With the commands SAVE "FILE;ADDRESS,length" LOAD "FILE;ADDRESS" data at the specified location and length can be saved to or loaded from a file. These work with and without ZXpand emulation. Saving and Loading State Files: Emulator supports the saving and later reloading of images that are most commonly known as save state files. They are simply files containing dumps of the emulated machine's memory and the emulator's variables to enable a program to be restored to the same state at some other point in the future. So, after loading a game and playing the first level or two you find that your lunch break is over and you'd like to save your current position within the game to continue with later when distraction beckons - simply activate the save state dialog by pressing F4 or selecting it from the control bar and choose a slot. Slots that are inverse have an existing state already stored there (from the same program) so either choose a new slot or overwrite an existing one. This can be achieved by clicking a slot with the mouse or stylus, moving the selector and pressing enter (selector hit) or pressing a number from 1 to 9. Loading a save state file requires that the original game is loaded first and then the load state dialog can be activated with F5 or via the control bar. Then simply choose one of the previous slots that you've saved to and away you go. Configuring a Joystick: If you have a digital or analogue joystick plugged in and you'd like to use it then open the runtime options (F2 from within the emulator or select the control bar icon) and employ the joystick configurator using either the cursor keys and enter, the mouse or stylus or the joystick once configured. Select a control on the graphical joystick representation (the selector will blink) and follow the instructions configuring as many of the controls as you possibly can for optimum usability. By default, the 'J' key is selected if the joystick has been detected. Remapping Joystick Controls: With the virtual keyboard and control bar visible, position the selector over the function that you'd like to assign to a joystick control and press the control remapper (the selector will blink). Then press a joystick control to remap the function to the control. Existing controls that have been remapped are active within the emulator (you cannot remap GUI controls) whilst new controls are universally active. It is possible to include the SHIFT modifier within the control as long as it is active before you initiate remapping. To cancel remapping press the control remapper again. Exiting emulator: Upon exiting, if you have modified any of the configurable options you will be presented with a dialog requesting that you confirm writing the changes to the configuration file (emulatorrc, emulator.ini). If you choose "No" then the changes will be discarded. This is useful for when you have configured the emulator just how you like it and don't wish to disturb it with unimportant modifications. ZX81 Chroma 81 SCART Interface: From http://www.fruitcake.plus.com/Sinclair/ZX81/Chroma/ChromaInterface.htm: "The Chroma 81 interface is a multi-purpose peripheral for the ZX81. Its primary function is to allow the ZX81 to be connected to a TV via a SCART socket to produce an RGB picture that is sharp and bright." Its emulation is enabled by default if there is enough RAM (see Hardware Options). ZXpand Emulation: ZXpand is a hardware add-on for the ZX81 that provides an SD Card, 32K RAM, and routines to save and load programs from the SD card. A number of BASIC commands have been changed to add CAT, DELETE, and CONFIG commands. For example, this adventure game: In Nihilum Reverteris needs high resolution, AY sound, and ZXpand emulation. The latter needs a version of emulator compiled with this emulation feature enabled. Files may be stored in the "ZXpand_SD_Card" directory near the emulator installation directory. Enjoy! ================================================ FILE: vintage_emulation/zx spectrum/sources.txt ================================================ https://www.youtube.com/watch?v=kAAnys4OFB0 https://drive.google.com/uc?id=1NTjBHbGxGuwtBZoHHlOxikpZY5a5RdGh&export=download ================================================ FILE: water-quality/CCS811/CCS811.cpp ================================================ #include "CCS811.h" int CCS811::begin(void) { uint8_t id=0; Wire.begin(); softReset(); delay(100); if(readReg(CCS811_REG_HW_ID,&id,1) != 1){DBG(""); DBG("bus data access error");DBG(""); return ERR_DATA_BUS;DBG(""); } DBG("real sensor id=");DBG(id); if(id != CCS811_HW_ID){DBG(""); delay(1); return ERR_IC_VERSION; } writeReg(CCS811_BOOTLOADER_APP_START, NULL, 0); setMeasurementMode(0,0,eMode4); setInTempHum(25, 50); return ERR_OK; } void CCS811::softReset(){ uint8_t value[4] = {0x11, 0xE5, 0x72, 0x8A}; writeReg(CCS811_REG_SW_RESET, value, 4); } bool CCS811::checkDataReady() { int8_t status[1] = {0}; readReg(CCS811_REG_STATUS, status, 1); DBG(status[0],HEX); if(!((status[0] >> 3) & 0x01)) return false; else return true; } uint16_t CCS811::readBaseLine(){ uint8_t buffer[2]; readReg(CCS811_REG_BASELINE, buffer, 2); return buffer[0]<<8|buffer[1]; } void CCS811::writeBaseLine(uint16_t baseLine){ uint8_t buffer[2]; buffer[0] = baseLine>>8; buffer[1] = baseLine; writeReg(CCS811_REG_BASELINE, buffer, 2); } void CCS811::setMeasurementMode(uint8_t thresh, uint8_t interrupt, eDRIVE_MODE_t mode){ uint8_t measurement[1] = {0}; measurement[0] = (thresh << 2) | (interrupt << 3) | (mode << 4); writeReg(CCS811_REG_MEAS_MODE, measurement, 1); } void CCS811::setMeasCycle(eCycle_t cycle){ uint8_t measurement[1] = {0}; measurement[0] = cycle << 4; writeReg(CCS811_REG_MEAS_MODE, measurement, 1); } uint8_t CCS811::getMeasurementMode(){ uint8_t meas[1] = {0}; readReg(CCS811_REG_MEAS_MODE, meas, 1); return meas[0]; } void CCS811::setThresholds(uint16_t lowToMed, uint16_t medToHigh) { uint8_t buffer[] = {(uint8_t)((lowToMed >> 8) & 0xF), (uint8_t)(lowToMed & 0xF), (uint8_t)((medToHigh >> 8) & 0xF), (uint8_t)(medToHigh & 0xF)}; writeReg(CCS811_REG_THRESHOLDS, buffer, 5); uint8_t buf[1]; readReg(CCS811_REG_THRESHOLDS, buf, 1); Serial.println(buf[0],HEX); } uint16_t CCS811::getCO2PPM(){ uint8_t buffer[8]; readReg(CCS811_REG_ALG_RESULT_DATA, buffer, 8); eCO2 = (((uint16_t)buffer[0] << 8) | (uint16_t)buffer[1]); return eCO2; } uint16_t CCS811::getTVOCPPB(){ uint8_t buffer[8]; readReg(CCS811_REG_ALG_RESULT_DATA, buffer, 8); eTVOC = (((uint16_t)buffer[2] << 8) | (uint16_t)buffer[3]); return eTVOC; } void CCS811::setInTempHum(float temperature, float humidity) // compensate for temperature and relative humidity { int _temp, _rh; if(temperature>0) _temp = (int)temperature + 0.5; // this will round off the floating point to the nearest integer value else if(temperature<0) // account for negative temperatures _temp = (int)temperature - 0.5; _temp = _temp + 25; // temperature high byte is stored as T+25°C in the sensor's memory so the value of byte is positive _rh = (int)humidity + 0.5; // this will round off the floating point to the nearest integer value uint8_t envData[4]; envData[0] = _rh << 1; // shift the binary number to left by 1. This is stored as a 7-bit value envData[1] = 0; // most significant fractional bit. Using 0 here - gives us accuracy of +/-1%. Current firmware (2016) only supports fractional increments of 0.5 envData[2] = _temp << 1; envData[3] = 0; writeReg(CCS811_REG_ENV_DATA, &envData, 4); } void CCS811::writeReg(uint8_t reg, const void* pBuf, size_t size) { if(pBuf == NULL){ DBG("pBuf ERROR!! : null pointer"); } uint8_t * _pBuf = (uint8_t *)pBuf; _pWire->beginTransmission(_deviceAddr); _pWire->write(®, 1); for(uint16_t i = 0; i < size; i++){ _pWire->write(_pBuf[i]); } _pWire->endTransmission(); } uint8_t CCS811::readReg(uint8_t reg, const void* pBuf, size_t size) { if(pBuf == NULL){ DBG("pBuf ERROR!! : null pointer"); } uint8_t * _pBuf = (uint8_t *)pBuf; _pWire->beginTransmission(_deviceAddr); _pWire->write(®, 1); if( _pWire->endTransmission() != 0){ return 0; } _pWire->requestFrom(_deviceAddr, (uint8_t) size); for(uint16_t i = 0; i < size; i++){ _pBuf[i] = _pWire->read(); } _pWire->endTransmission(); return size; } ================================================ FILE: water-quality/CCS811/CCS811.h ================================================ #ifndef _CCS811_H #define _CCS811_H #if ARDUINO >= 100 #include "Arduino.h" #else #include "WProgram.h" #endif #include /*I2C ADDRESS*/ #define CCS811_I2C_ADDRESS1 0x5A #define CCS811_I2C_ADDRESS2 0x5B #define CCS811_REG_STATUS 0x00 #define CCS811_REG_MEAS_MODE 0x01 #define CCS811_REG_ALG_RESULT_DATA 0x02 #define CCS811_REG_RAW_DATA 0x03 #define CCS811_REG_ENV_DATA 0x05 #define CCS811_REG_NTC 0x06 #define CCS811_REG_THRESHOLDS 0x10 #define CCS811_REG_BASELINE 0x11 #define CCS811_REG_HW_ID 0x20 #define CCS811_REG_HW_VERSION 0x21 #define CCS811_REG_FW_BOOT_VERSION 0x23 #define CCS811_REG_FW_APP_VERSION 0x24 #define CCS811_REG_INTERNAL_STATE 0xA0 #define CCS811_REG_ERROR_ID 0xE0 #define CCS811_REG_SW_RESET 0xFF #define CCS811_BOOTLOADER_APP_ERASE 0xF1 #define CCS811_BOOTLOADER_APP_DATA 0xF2 #define CCS811_BOOTLOADER_APP_VERIFY 0xF3 #define CCS811_BOOTLOADER_APP_START 0xF4 #define CCS811_HW_ID 0x81 //Open the macro to see the detailed program execution process. //#define ENABLE_DBG #ifdef ENABLE_DBG #define DBG(...) {Serial.print("[");Serial.print(__FUNCTION__); Serial.print("(): "); Serial.print(__LINE__); Serial.print(" ] "); Serial.println(__VA_ARGS__);} #else #define DBG(...) #endif class CCS811 { public: #define ERR_OK 0 //OK #define ERR_DATA_BUS -1 //error in data bus #define ERR_IC_VERSION -2 //chip version mismatch uint8_t _deviceAddr; typedef enum{ eMode0, //Idle (Measurements are disabled in this mode) eMode1, //Constant power mode, IAQ measurement every second eMode2, //Pulse heating mode IAQ measurement every 10 seconds eMode3, //Low power pulse heating mode IAQ measurement every 60 seconds eMode4 //Constant power mode, sensor measurement every 250ms 1xx: Reserved modes (For future use) }eDRIVE_MODE_t; typedef enum{ eClosed, //Idle (Measurements are disabled in this mode) eCycle_1s, //Constant power mode, IAQ measurement every second eCycle_10s, //Pulse heating mode IAQ measurement every 10 seconds eCycle_60s, //Low power pulse heating mode IAQ measurement every 60 seconds eCycle_250ms //Constant power mode, sensor measurement every 250ms 1xx: Reserved modes (For future use) }eCycle_t; /** * @brief Constructor * @param Input in Wire address */ CCS811(TwoWire *pWire = &Wire, uint8_t deviceAddr = 0x5A){_pWire = pWire; _deviceAddr = deviceAddr;}; /** * @brief Constructor * @return Return 0 if initialization succeeds, otherwise return non-zero. */ int begin(); /** * @brief Judge if there is data to read * @return Return 1 if there is, otherwise return 0. */ bool checkDataReady(); /** * @brief Reset sensor, clear all configured data. */ void softReset(), /** * @brief Set environment parameter * @param temperature Set temperature value, unit: centigrade, range (-40~85℃) * @param humidity Set humidity value, unit: RH, range (0~100) */ setInTempHum(float temperature, float humidity), /** * @brief Measurement parameter configuration * @param thresh:0 for Interrupt mode operates normally; 1 for interrupt mode only asserts the nINT signal (driven low) if the new * @param interrupt:0 for Interrupt generation is disabled; 1 for the nINT signal is asserted (driven low) when a new sample is ready in * @param mode:in typedef enum eDRIVE_MODE_t */ setMeasurementMode(uint8_t thresh, uint8_t interrupt, eDRIVE_MODE_t mode), /** * @brief Measurement parameter configuration * @param mode:in typedef enum eDRIVE_MODE_t */ setMeasCycle(eCycle_t cycle), /** * @brief Set interrupt thresholds * @param lowToMed: interrupt triggered value in range low to middle * @param medToHigh: interrupt triggered value in range middle to high */ setThresholds(uint16_t lowToMed, uint16_t medToHigh); /** * @brief Get current configured parameter * @return configuration code, needs to be converted into binary code to analyze * The 2nd: Interrupt mode (if enabled) operates normally,1: Interrupt mode (if enabled) only asserts the nINT signal (driven low) if the new * The 3rd: Interrupt generation is disabled,1: The nINT signal is asserted (driven low) when a new sample is ready in * The 4th: 6th: in typedef enum eDRIVE_MODE_t */ uint8_t getMeasurementMode(); /** * @brief Get the current carbon dioxide concentration * @return current carbon dioxide concentration, unit:ppm */ uint16_t getCO2PPM(), /** * @brief Get current TVOC concentration * @return Return current TVOC concentration, unit: ppb */ getTVOCPPB(); uint16_t readBaseLine(); void writeBaseLine(uint16_t baseLine); protected: typedef struct{ /* * The CCS811 received an I²C write request addressed to this station but with invalid register address ID */ uint8_t sWRITE_REG_INVALID: 1; /* * The CCS811 received an I²C read request to a mailbox ID that is invalid */ uint8_t sREAD_REG_INVALID: 1; /* * The CCS811 received an I²C request to write an unsupported mode to MEAS_MODE */ uint8_t sMEASMODE_INVALID: 1; /* * The sensor resistance measurement has reached or exceeded the maximum range */ uint8_t sMAX_RESISTANCE: 1; /* * The The Heater current in the CCS811 is not in range */ uint8_t sHEATER_FAULT: 1; /* * The Heater voltage is not being applied correctly */ uint8_t sHEATER_SUPPLY: 1; } __attribute__ ((packed))sError_id; typedef struct{ /* * ALG_RESULT_DATA crosses one of the thresholds set in the THRESHOLDS register * by more than the hysteresis value (also in the THRESHOLDS register) */ uint8_t sINT_THRESH: 1; /* * At the end of each measurement cycle (250ms, 1s, 10s, 60s) a flag is set in the * STATUS register regardless of the setting of this bit. */ uint8_t sINT_DATARDY: 1; /* * A new sample is placed in ALG_RESULT_DATA and RAW_DATA registers and the * DATA_READY bit in the STATUS register is set at the defined measurement interval. */ uint8_t sDRIVE_MODE: 3; } __attribute__ ((packed))sMeas_mode; typedef struct{ /* * This bit is cleared by reading ERROR_ID * It is not sufficient to read the ERROR field of ALG_RESULT_DATA and STATUS */ uint8_t sERROR: 1; /* * ALG_RESULT_DATA is read on the I²C interface */ uint8_t sDATA_READY: 1; uint8_t sAPP_VALID: 1; /* * After issuing a VERIFY command the application software must wait 70ms before * issuing any transactions to CCS811 over the I²C interface */ uint8_t sAPP_VERIFY: 1; /* * After issuing the ERASE command the application software must wait 500ms * before issuing any transactions to the CCS811 over the I2C interface. */ uint8_t sAPP_ERASE: 1; uint8_t sFW_MODE: 1; } __attribute__ ((packed))sStatus; void getData(void); void writeConfig(); virtual void writeReg(uint8_t reg, const void* pBuf, size_t size); virtual uint8_t readReg(uint8_t reg, const void* pBuf, size_t size); private: TwoWire *_pWire; uint16_t eCO2; uint16_t eTVOC; }; #endif ================================================ FILE: water-quality/CCS811/examples/readData/readData.ino ================================================ #include /* * IIC address default 0x5A, the address becomes 0x5B if the ADDR_SEL is soldered. */ //CCS811 sensor(&Wire, /*IIC_ADDRESS=*/0x5A); CCS811 sensor; void setup(void) { Serial.begin(115200); /*Wait for the chip to be initialized completely, and then exit*/ while(sensor.begin() != 0){ Serial.println("failed to init chip, please check if the chip connection is fine"); delay(1000); } /** * @brief Set measurement cycle * @param cycle:in typedef enum{ * eClosed, //Idle (Measurements are disabled in this mode) * eCycle_1s, //Constant power mode, IAQ measurement every second * eCycle_10s, //Pulse heating mode IAQ measurement every 10 seconds * eCycle_60s, //Low power pulse heating mode IAQ measurement every 60 seconds * eCycle_250ms //Constant power mode, sensor measurement every 250ms * }eCycle_t; */ sensor.setMeasCycle(sensor.eCycle_250ms); } void loop() { delay(1000); if(sensor.checkDataReady() == true){ Serial.print("CO2: "); Serial.print(sensor.getCO2PPM()); Serial.print("ppm, TVOC: "); Serial.print(sensor.getTVOCPPB()); Serial.println("ppb"); } else { Serial.println("Data is not ready!"); } /*! * @brief Set baseline * @param get from getBaseline.ino */ sensor.writeBaseLine(0x847B); //delay cannot be less than measurement cycle //delay(1000); } ================================================ FILE: water-quality/notes.txt ================================================ Take as much or as little of this code as you would like. The C02 sensor requires the CCS811 library to be copied to your arduino libraries folder. Connections. Obviously ground to ground and vcc to 5v. Turbidity sensor to Analog 0 TDS sensor to Analog 1 on the arduino CO2 Sensor SDA to A4 SCL to A5 Wake to ground RST and INT not connected ================================================ FILE: water-quality/water-and-co2.ino ================================================ //This is some test code for the following three Keyestudio sensors by AnotherMaker //You can buy them here using my links to support the channel //CO2 Sensor - https://amzn.to/3grX9vW //TDS Sensor - https://amzn.to/2DCz7Qo //Turbidity Sensor - https://amzn.to/33pjMNE // https://youtube.com/AnotherMaker //The CO2 sensor requires #include #define TdsSensorPin A1 #define VREF 5.0 // analog reference voltage(Volt) of the ADC #define SCOUNT 30 // sum of sample point int analogBuffer[SCOUNT]; // store the analog value in the array, read from ADC int analogBufferTemp[SCOUNT]; int analogBufferIndex = 0,copyIndex = 0; float averageVoltage = 0,tdsValue = 0,temperature = 25; //CO2 sensor /* * IIC address default 0x5A, the address becomes 0x5B if the ADDR_SEL is soldered. */ //CCS811 sensor(&Wire, /*IIC_ADDRESS=*/0x5A); CCS811 sensor; void setup() { Serial.begin(9600); pinMode(TdsSensorPin,INPUT); /*Wait for the chip to be initialized completely, and then exit*/ while(sensor.begin() != 0){ Serial.println("failed to init chip, please check if the chip connection is fine"); delay(1000); } /** * @brief Set measurement cycle * @param cycle:in typedef enum{ * eClosed, //Idle (Measurements are disabled in this mode) * eCycle_1s, //Constant power mode, IAQ measurement every second * eCycle_10s, //Pulse heating mode IAQ measurement every 10 seconds * eCycle_60s, //Low power pulse heating mode IAQ measurement every 60 seconds * eCycle_250ms //Constant power mode, sensor measurement every 250ms * }eCycle_t; */ sensor.setMeasCycle(sensor.eCycle_250ms); } void loop() { static unsigned long analogSampleTimepoint = millis(); if(millis()-analogSampleTimepoint > 40U) //every 40 milliseconds,read the analog value from the ADC { analogSampleTimepoint = millis(); analogBuffer[analogBufferIndex] = analogRead(TdsSensorPin); //read the analog value and store into the buffer analogBufferIndex++; if(analogBufferIndex == SCOUNT) analogBufferIndex = 0; } static unsigned long printTimepoint = millis(); if(millis()-printTimepoint > 800U) { printTimepoint = millis(); for(copyIndex=0;copyIndex int interval = 600; //how long to delay in millis unsigned long previous = 0; int state = LOW; int counter = 0; //I'm sure I'll use this for something int led = 48; //LCD pin to Arduino const int pin_RS = 8; const int pin_EN = 9; const int pin_d4 = 4; const int pin_d5 = 5; const int pin_d6 = 6; const int pin_d7 = 7; const int pin_BL = 10; LiquidCrystal lcd( pin_RS, pin_EN, pin_d4, pin_d5, pin_d6, pin_d7); void setup() { lcd.begin(16, 2); lcd.setCursor(0,0); lcd.print("Device"); lcd.setCursor(0,1); lcd.print("Booted"); delay(2000); //Suspense! lcd.clear(); digitalWrite(led,HIGH); } void loop() { //I want to count the number of times through the 577ms loop so I can keep these two in as close to sync as possible unsigned long currentMillis = millis(); if(currentMillis - previous >= interval){ //save this reading! previous = currentMillis; counter++; if(counter == 1){ lcd.setCursor(0,0); lcd.print("Stayin Alive!"); }else if(counter == 3){ lcd.setCursor(0,1); lcd.print("Stayin Alive!"); } if(counter == 5){ lcd.clear(); } if(counter >= 8){ counter = 0; } } } ================================================ FILE: will-it-blow-up/led-test/screen2.ino ================================================ //Stayin Alive is 104 BPM //60,000 / 104 BPM means that we need a "beat" every 577ms #include int interval = 400; //how long to delay in millis unsigned long previous = 0; int state = LOW; int counter = 0; //I'm sure I'll use this for something int led = 48; //LCD pin to Arduino const int pin_RS = 8; const int pin_EN = 9; const int pin_d4 = 4; const int pin_d5 = 5; const int pin_d6 = 6; const int pin_d7 = 7; const int pin_BL = 10; LiquidCrystal lcd( pin_RS, pin_EN, pin_d4, pin_d5, pin_d6, pin_d7); void setup() { lcd.begin(16, 2); lcd.setCursor(0,0); lcd.print("Device"); lcd.setCursor(0,1); lcd.print("Booted"); delay(2000); //Suspense! lcd.clear(); } void loop() { //I want to count the number of times through the 577ms loop so I can keep these two in as close to sync as possible unsigned long currentMillis = millis(); if(currentMillis - previous >= interval){ //save this reading! previous = currentMillis; counter++; if(counter == 8){ lcd.setCursor(0,0); lcd.print("Ha"); } if(counter == 9){ lcd.setCursor(0,0); lcd.print("Ha Ha"); } if(counter == 10){ lcd.setCursor(0,1); lcd.print("Ha"); } if(counter == 11){ lcd.setCursor(0,1); lcd.print("Ha Ha"); } if(counter >= 12){ counter = 0; lcd.clear(); } //figure out if you should turn the LED on or off if(state == LOW){ state = HIGH; }else{ state = LOW; } digitalWrite(led,state); } } ================================================ FILE: will-it-blow-up/led-test/screen3.ino ================================================ //Stayin Alive is 104 BPM //60,000 / 104 BPM means that we need a "beat" every 577ms -ish #include int interval = 500; //how long to delay in millis unsigned long previous = 0; int state = LOW; int counter = 0; //I'm sure I'll use this for something int led = 48; //LCD pin to Arduino const int pin_RS = 8; const int pin_EN = 9; const int pin_d4 = 4; const int pin_d5 = 5; const int pin_d6 = 6; const int pin_d7 = 7; const int pin_BL = 10; LiquidCrystal lcd( pin_RS, pin_EN, pin_d4, pin_d5, pin_d6, pin_d7); void setup() { lcd.begin(16, 2); lcd.setCursor(0,0); lcd.print("Device"); lcd.setCursor(0,1); lcd.print("Booted"); delay(2000); //Suspense! lcd.clear(); digitalWrite(led,HIGH); } void loop() { //I want to count the number of times through the 577ms loop so I can keep these two in as close to sync as possible unsigned long currentMillis = millis(); if(currentMillis - previous >= interval){ //save this reading! previous = currentMillis; counter++; if(counter == 1){ lcd.setCursor(0,0); lcd.print("Well"); }else if(counter == 2){ lcd.setCursor(0,0); lcd.print("Well you"); }else if(counter == 3){ lcd.setCursor(0,0); lcd.print("Well you can"); }else if(counter == 4){ lcd.setCursor(0,1); lcd.print("tell"); }else if(counter == 5){ lcd.setCursor(0,1); lcd.print("tell by"); }else if(counter == 6){ lcd.setCursor(0,1); lcd.print("tell by the"); } if(counter >= 12){ counter = 0; lcd.clear(); } } } ================================================ FILE: will-it-blow-up/led-test/screen4.ino ================================================ //Stayin Alive is 104 BPM //60,000 / 104 BPM means that we need a "beat" every 577ms -ish #include int interval = 500; //how long to delay in millis unsigned long previous = 0; int state = LOW; int counter = 0; //I'm sure I'll use this for something int led = 48; //LCD pin to Arduino const int pin_RS = 8; const int pin_EN = 9; const int pin_d4 = 4; const int pin_d5 = 5; const int pin_d6 = 6; const int pin_d7 = 7; const int pin_BL = 10; LiquidCrystal lcd( pin_RS, pin_EN, pin_d4, pin_d5, pin_d6, pin_d7); void setup() { lcd.begin(16, 2); lcd.setCursor(0,0); lcd.print("Device"); lcd.setCursor(0,1); lcd.print("Booted"); delay(2000); //Suspense! lcd.clear(); digitalWrite(led,HIGH); } void loop() { //I want to count the number of times through the 577ms loop so I can keep these two in as close to sync as possible unsigned long currentMillis = millis(); if(currentMillis - previous >= interval){ //save this reading! previous = currentMillis; counter++; if(counter == 8){ lcd.setCursor(0,0); lcd.print("Just"); }else if(counter == 10){ lcd.setCursor(0,1); lcd.print("kidding!!!"); } if(counter >= 12){ counter = 0; lcd.clear(); } } } ================================================ FILE: will-it-blow-up/relay-test/baseline-test.ino ================================================ //Let's see how many relays I can connect to an Arduino Mega clone before the thing freaks out. //relays connected to pins 2-9 int min = 2; int max = 10; void setup() { Serial.begin(9600); for (int i = min; i < max; i++) { pinMode(i,OUTPUT); digitalWrite(i,LOW); } Serial.println("Booted"); delay(2500); } void loop() { for (int i = min; i < max; i++) { digitalWrite(i,HIGH); } delay(5000); for (int i = min; i < max; i++) { digitalWrite(i,LOW); } delay(5000); } ================================================ FILE: will-it-blow-up/relay-test/every-single-pin.ino ================================================ //Let's see how many relays I can connect to an Arduino Mega clone before the thing freaks out. //relays connected to pins 2-9 int min = 0; int max = 54; static const uint8_t analog_pins[] = {A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15}; int analogMax = 16; void setup() { // Serial.begin(9600); for (int i = min; i < max; i++) { pinMode(i,OUTPUT); digitalWrite(i,LOW); } for (int i = 0; i < analogMax; i++) { pinMode(analog_pins[i],OUTPUT); digitalWrite(analog_pins[i],LOW); } // Serial.println("Booted"); delay(2500); } void loop() { for (int i = min; i < max; i++) { digitalWrite(i,HIGH); } for (int i = 0; i < analogMax; i++) { digitalWrite(analog_pins[i],HIGH); } delay(5000); for (int i = min; i < max; i++) { digitalWrite(i,LOW); } for (int i = 0; i < analogMax; i++) { digitalWrite(analog_pins[i],LOW); } delay(5000); } ================================================ FILE: will-it-blow-up/relay-test/relay-test.ino ================================================ //Let's see how many relays I can connect to an Arduino Mega clone before the thing freaks out. //relays connected to pins 2-9 for 8 relays and so forth int min = 2; int max = 26; void setup() { Serial.begin(9600); for (int i = min; i < max; i++) { pinMode(i,OUTPUT); digitalWrite(i,HIGH); } Serial.println("Booted"); delay(2500); } void loop() { Serial.println("************ New Loop ************"); for (int i = min; i #include #include //v6.11.5 from Library Manager // //Node-Red API Relay const int port = 80; const char* server = "192.168.95.9"; const char* api = "GET /api/date/? HTTP/1.0"; // // PHP API Relay // //note the 4414 is there because my php file is in c:\xampp\htdocs\4414 // const int port = 80; // const char* server = "192.168.95.148"; // const char* api = "GET /4414/apirelay.php HTTP/1.0"; EthernetClient client; void setup() { // Initialize Serial port Serial.begin(9600); while (!Serial) continue; // Initialize Ethernet library byte mac[] = {0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED}; if (!Ethernet.begin(mac)) { Serial.println(F("Failed to configure Ethernet")); return; } delay(1000); Serial.println(F("Connecting...")); } void loop() { apiCall(); // delay(10000); } void apiCall(){ if (!client.connect(server, port)) { Serial.println(F("Connection failed")); return; } Serial.println(F("Connected!")); // Send HTTP request client.println(api); client.println(F("Host: test.org")); client.println(F("Connection: close")); if (client.println() == 0) { Serial.println(F("Failed to send request")); return; } // Check HTTP status char status[32] = {0}; client.readBytesUntil('\r', status, sizeof(status)); if (strcmp(status, "HTTP/1.1 200 OK") != 0) { Serial.print(F("Unexpected response: ")); Serial.println(status); return; } // Skip HTTP headers char endOfHeaders[] = "\r\n\r\n"; if (!client.find(endOfHeaders)) { Serial.println(F("Invalid response")); return; } // Disconnect // client.stop(); } ================================================ FILE: will-it-blow-up/xeon/arduino/key-call.ino ================================================ #include #include #include //v6.11.5 from Library Manager const int port = 80; const char* server = "192.168.95.199"; const char* api = "GET /wibu/key/?key=12345-67890-12345-67890-12345 HTTP/1.0"; EthernetClient client; void setup() { // Initialize Serial port Serial.begin(9600); Serial.println("Beginning boot process"); while (!Serial) continue; // Initialize Ethernet library byte mac[] = {0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED}; if (!Ethernet.begin(mac)) { Serial.println(F("Failed to configure Ethernet")); return; } delay(1000); Serial.println(F("Connecting...")); } void loop() { apiCall(); // delay(10000); // no delay means the arduino hits the API as fast as it possibly can } void apiCall(){ if (!client.connect(server, port)) { Serial.println(F("Connection failed")); return; } Serial.println(F("Connected!")); // Send HTTP request client.println(api); client.println(F("Host: test.org")); client.println(F("Connection: close")); if (client.println() == 0) { Serial.println(F("Failed to send request")); return; } // // Check HTTP status char status[32] = {0}; client.readBytesUntil('\r', status, sizeof(status)); if (strcmp(status, "HTTP/1.1 200 OK") != 0) { Serial.print(F("Unexpected response: ")); Serial.println(status); return; } // Skip HTTP headers char endOfHeaders[] = "\r\n\r\n"; if (!client.find(endOfHeaders)) { Serial.println(F("Invalid response")); return; } client.stop(); } ================================================ FILE: will-it-blow-up/xeon/esp32/esp32-key-call.ino ================================================ #include #include #include // https://github.com/espressif/arduino-esp32/tree/master/libraries/HTTPClient #include //v6.11.5 from Library Manager const char* ssid = "yourSSID"; const char* password = "YOURpassword"; // Use arduinojson.org/v6/assistant to compute the capacity. DynamicJsonDocument doc(1024); const char* api = "http://192.168.95.1999:80/wibu/key/?key=12345-67890-12345-67890-12345"; void setup() { Serial.begin(9600); Serial.println("Booted"); delay(10); // We start by connecting to a WiFi network Serial.println(); Serial.println(); Serial.print("Connecting to "); Serial.println(ssid); WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); } Serial.println(""); Serial.println("WiFi connected"); Serial.println("IP address: "); Serial.println(WiFi.localIP()); } void loop() { apiCall(); } void apiCall(){ if(WiFi.status()== WL_CONNECTED){ //Check WiFi connection status Serial.println("Trying API"); HTTPClient http; //Declare object of class HTTPClient http.begin(api); //Specify request destination http.addHeader("Content-Type", "text/plain"); //Specify content-type header int httpCode = http.GET(); //if you want GET // int httpCode = http.POST("{\"key\":\"O7KWV-VXKF4-NU5D5-2C2D9-DFEF8\"}"); //If you want POST http.end(); //Close connection }else{ Serial.println("Error in WiFi connection"); } } ================================================ FILE: wind-speed-arduino/wind-speed-arduino.ino ================================================ /* AnotherMaker Wind Meter Get the sensor at Banggood https://www.banggood.com/custlink/vmvdAC5fgD The RGBDuinos I used in the video Duck - https://www.banggood.com/custlink/GKKYAr5f6R Bikini - https://www.banggood.com/custlink/KD3EbpFT0P Wiring Brown wire - 12v Black wire - Ground on 12v PSU and Arduino Blue wire - Analog Pin 0 on Arduino */ void setup() { Serial.begin(9600); } void loop(){ float sensorValue = analogRead(A0); Serial.print("Analog Value ="); Serial.println(sensorValue); float voltage = (sensorValue / 1023) * 5; Serial.print("Voltage ="); Serial.print(voltage); //correct low end jitter if(voltage < .02){ voltage = 0; } Serial.println(" V"); float wind_speed = mapfloat(voltage, 0.0, 2, 0, 32.4); float speed_mph = ((wind_speed *3600)/1609.344); Serial.print("Wind Speed ="); Serial.print(wind_speed); Serial.println("m/s"); Serial.print(speed_mph); Serial.println("mph"); delay(3000); } float mapfloat(float x, float in_min, float in_max, float out_min, float out_max) { return (x - in_min) * (out_max - out_min) / (in_max - in_min) + out_min; } ================================================ FILE: youtube-notifier/wemos-d1-code.ino ================================================ // Youtube Notifier by AnotherMaker // Simply Connect something like an LED (with resistor) to Pin2 and the other side to ground. // When the device receives a 1 from Node-red, it will light up. Hit the reset button on the arduino/wemos to reset it. //Based on the webserver tutorial by Rui Santos from randomnerdtutorials.com int light = 2; //Pin D4 on the wemos D1 Mini // Load Wi-Fi library #include // Replace with your network credentials const char* ssid = "YOUR_SSID"; const char* password = "YOUR_WIFI_PASSWORD"; // Set web server port number to 80 WiFiServer server(80); // Variable to store the HTTP request String header; // Current time unsigned long currentTime = millis(); // Previous time unsigned long previousTime = 0; // Define timeout time in milliseconds (example: 2000ms = 2s) const long timeoutTime = 2000; void setup() { Serial.begin(115200); pinMode(light, OUTPUT); digitalWrite(light, LOW); // Connect to Wi-Fi network with SSID and password Serial.print("Connecting to "); Serial.println(ssid); WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); } // Print local IP address and start web server Serial.println(""); Serial.println("WiFi connected."); Serial.println("IP address: "); Serial.println(WiFi.localIP()); server.begin(); } void loop(){ WiFiClient client = server.available(); // Listen for incoming clients if (client) { // If a new client connects, Serial.println("New Client."); // print a message out in the serial port String currentLine = ""; // make a String to hold incoming data from the client currentTime = millis(); previousTime = currentTime; while (client.connected() && currentTime - previousTime <= timeoutTime) { // loop while the client's connected currentTime = millis(); if (client.available()) { // if there's bytes to read from the client, char c = client.read(); // read a byte, then Serial.write(c); // print it out the serial monitor header += c; if (c == '\n') { // if the byte is a newline character // if the current line is blank, you got two newline characters in a row. // that's the end of the client HTTP request, so send a response: if (currentLine.length() == 0) { // HTTP headers always start with a response code (e.g. HTTP/1.1 200 OK) // and a content-type so the client knows what's coming, then a blank line: client.println("HTTP/1.1 200 OK"); client.println("Content-type:text/html"); client.println("Connection: close"); client.println(); // turns the GPIOs on and off if (header.indexOf("GET /light/on") >= 0) { Serial.println("Light"); digitalWrite(light, HIGH); } else if (header.indexOf("GET /light/off") >= 0) { digitalWrite(light, LOW); } // Display the HTML web page client.println(""); client.println(""); client.println(""); // CSS to style the on/off buttons // Feel free to change the background-color and font-size attributes to fit your preferences client.println(""); // Web Page Heading client.println("

ESP8266 Web Server

"); client.println(""); // The HTTP response ends with another blank line client.println(); // Break out of the while loop break; } else { // if you got a newline, then clear currentLine currentLine = ""; } } else if (c != '\r') { // if you got anything else but a carriage return character, currentLine += c; // add it to the end of the currentLine } } } // Clear the header variable header = ""; // Close the connection client.stop(); Serial.println("Client disconnected."); Serial.println(""); } } ================================================ FILE: youtube-notifier/youtube-notifier-node-red.json ================================================ [{"id":"972c24f0.5af958","type":"tab","label":"YouTube","disabled":false,"info":""},{"id":"48e2e332.d6bdfc","type":"feedparse","z":"972c24f0.5af958","name":"Gadget Reboot","url":"https://www.youtube.com/feeds/videos.xml?channel_id=UCwiKHTegfDe33K5wnmyULog","interval":"5","x":100,"y":40,"wires":[["50fdb70c.258a08"]]},{"id":"75defd5d.26cfe4","type":"inject","z":"972c24f0.5af958","name":"Initial one time database table setup.","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"CREATE TABLE `videos` ( `id` int(11) UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT, `url` text NOT NULL) ENGINE=InnoDB DEFAULT CHARSET=latin1","payload":"1","payloadType":"str","x":200,"y":320,"wires":[["c9b663d7.21941"]]},{"id":"a098633b.a82f4","type":"debug","z":"972c24f0.5af958","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1190,"y":40,"wires":[]},{"id":"50fdb70c.258a08","type":"function","z":"972c24f0.5af958","name":"Is it in the DB Already?","func":"msg.url = msg.topic; //save this for later\nmsg.url = msg.url.replace(\"?\",\"0\");\nmsg.topic = \"SELECT COUNT(*) FROM videos WHERE url = '\"+msg.url+\"'\";\n\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":320,"y":40,"wires":[["28b071f9.fd35ce"]]},{"id":"895e3121.358d6","type":"inject","z":"972c24f0.5af958","name":"Insert a sample video","props":[{"p":"payload","v":"1","vt":"str"},{"p":"topic","v":"INSERT INTO videos (url) VALUES(\"https://www.youtube.com/watch?v=BJAWbfGap5w\");","vt":"string"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"INSERT INTO videos (url) VALUES(\"https://www.youtube.com/watch?v=BJAWbfGap5w\");","payload":"1","payloadType":"str","x":160,"y":400,"wires":[["c9b663d7.21941"]]},{"id":"84940688.e8bd48","type":"inject","z":"972c24f0.5af958","name":"See all data","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"SELECT * FROM videos","payload":"1","payloadType":"str","x":130,"y":440,"wires":[["c9b663d7.21941"]]},{"id":"ff9977e4.a6f398","type":"inject","z":"972c24f0.5af958","name":"Check if video exists","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"SELECT count(*) FROM videos WHERE url = \"1https://www.youtube.com/watch?v=BJAWbfGap5w\";","payload":"1","payloadType":"str","x":150,"y":480,"wires":[["c9b663d7.21941"]]},{"id":"89607b8a.07fe68","type":"function","z":"972c24f0.5af958","name":"Add It","func":"msg.payload = Object.values(msg.payload[0]);\nif(msg.payload[0] === 0){\n // msg.payload = msg.url;\n msg.topic = \"INSERT INTO videos (url) VALUES('\"+msg.url+\"');\"\n return msg;\n}else{\n //do nothing\n}\n","outputs":1,"noerr":0,"x":710,"y":40,"wires":[["5075b86d.088b68"]]},{"id":"14e06a10.a37dc6","type":"inject","z":"972c24f0.5af958","name":"Empty TABLE ","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"TRUNCATE TABLE videos;","payload":"1","payloadType":"str","x":130,"y":360,"wires":[["c9b663d7.21941"]]},{"id":"28b071f9.fd35ce","type":"mysql","z":"972c24f0.5af958","mydb":"57a25406.9711fc","name":"","x":540,"y":40,"wires":[["89607b8a.07fe68"]]},{"id":"c9b663d7.21941","type":"mysql","z":"972c24f0.5af958","mydb":"57a25406.9711fc","name":"","x":500,"y":360,"wires":[[]]},{"id":"5075b86d.088b68","type":"mysql","z":"972c24f0.5af958","mydb":"57a25406.9711fc","name":"","x":900,"y":40,"wires":[["a098633b.a82f4","a9e3f5db.96e7a8"]]},{"id":"bc536f79.c6201","type":"inject","z":"972c24f0.5af958","name":"Turn light off","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"https://www.youtube.com/wa2ch0v=2PQshVfjAx","payload":"1","payloadType":"str","x":870,"y":200,"wires":[["ebabb30a.87c41"]]},{"id":"a9e3f5db.96e7a8","type":"http request","z":"972c24f0.5af958","name":"Turn light on","method":"GET","ret":"txt","paytoqs":"ignore","url":"http://192.168.95.125/light/on","tls":"","persist":false,"proxy":"","authType":"","x":1100,"y":140,"wires":[["da2990d7.e1284"]]},{"id":"da2990d7.e1284","type":"http response","z":"972c24f0.5af958","name":"","statusCode":"","headers":{},"x":1280,"y":140,"wires":[]},{"id":"ebabb30a.87c41","type":"http request","z":"972c24f0.5af958","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"http://192.168.95.125/light/off","tls":"","persist":false,"proxy":"","authType":"","x":1110,"y":200,"wires":[["34242d5d.9acd42"]]},{"id":"34242d5d.9acd42","type":"http response","z":"972c24f0.5af958","name":"","statusCode":"","headers":{},"x":1290,"y":200,"wires":[]},{"id":"ee401271.300f1","type":"inject","z":"972c24f0.5af958","name":"Insert Sample","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"https://www.youtube.com/wa2ch0v=2PQshVfjAx","payload":"1","payloadType":"str","x":130,"y":280,"wires":[["50fdb70c.258a08"]]},{"id":"c274dcd6.74ca2","type":"comment","z":"972c24f0.5af958","name":"Diagnostic/Setup Section","info":"","x":520,"y":320,"wires":[]},{"id":"57a25406.9711fc","type":"MySQLdatabase","name":"Node Red Database","host":"127.0.0.1","port":"3306","db":"node-red","tz":"","charset":""}] ================================================ FILE: yt_sucks/index.php ================================================ 0, 'path' => '/', 'secure' => $isHttps, 'httponly' => true, 'samesite' => 'Lax', ]); session_start(); header('X-Content-Type-Options: nosniff'); header('X-Frame-Options: DENY'); header('Referrer-Policy: strict-origin-when-cross-origin'); header( "Content-Security-Policy: default-src 'self'; " . "img-src 'self' https://img.youtube.com data:; " . "style-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net; " . "script-src 'self' https://cdn.jsdelivr.net; " . "connect-src 'self' https://cdn.jsdelivr.net; " . "form-action 'self' https://www.youtube.com https://youtube.com https://m.youtube.com https://music.youtube.com https://youtu.be; " . "base-uri 'self'; " . "frame-ancestors 'none'" ); $version = "3.0.2"; $date = "April 23, 2026"; /** * Verifies a URL's host is on the YouTube allowlist. * @param string $url * @return bool */ function is_youtube_url($url) { $host = parse_url($url, PHP_URL_HOST); if (!is_string($host) || $host === '') { return false; } $scheme = parse_url($url, PHP_URL_SCHEME); if (strtolower((string)$scheme) !== 'https') { return false; } $allowed = ['www.youtube.com', 'youtube.com', 'm.youtube.com', 'music.youtube.com', 'youtu.be']; return in_array(strtolower($host), $allowed, true); } /** * Fetches the content of a remote URL using cURL. * @param string $url The URL to fetch. * @return string|false The content of the URL on success, or false on failure. */ function curl_get_contents($url) { if (!is_youtube_url($url)) { return false; } $maxBytes = 5 * 1024 * 1024; // 5 MB cap $buffer = ''; $tooLarge = false; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_TIMEOUT, 10); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2); curl_setopt($ch, CURLOPT_PROTOCOLS, CURLPROTO_HTTPS); curl_setopt($ch, CURLOPT_WRITEFUNCTION, function ($ch, $data) use (&$buffer, &$tooLarge, $maxBytes) { $buffer .= $data; if (strlen($buffer) > $maxBytes) { $tooLarge = true; return 0; // abort } return strlen($data); }); // Manual redirect handling, re-validating host on each hop. $currentUrl = $url; $maxRedirects = 5; for ($i = 0; $i <= $maxRedirects; $i++) { curl_setopt($ch, CURLOPT_URL, $currentUrl); $buffer = ''; $tooLarge = false; curl_exec($ch); if ($tooLarge || curl_errno($ch)) { curl_close($ch); return false; } $code = curl_getinfo($ch, CURLINFO_HTTP_CODE); if ($code >= 300 && $code < 400) { $next = curl_getinfo($ch, CURLINFO_REDIRECT_URL); if (!is_string($next) || $next === '' || !is_youtube_url($next)) { curl_close($ch); return false; } $currentUrl = $next; continue; } curl_close($ch); return $buffer; } curl_close($ch); return false; } // --------------------------------- // Generate CSRF token and store it in session if (!isset($_SESSION['csrf_token'])) { $_SESSION['csrf_token'] = bin2hex(random_bytes(32)); } // Validate CSRF token function validate_csrf_token($token) { return isset($_SESSION['csrf_token']) && hash_equals($_SESSION['csrf_token'], $token); } if ($_SERVER["REQUEST_METHOD"] == "POST") { $csrf_token = $_POST['csrf_token'] ?? ''; if (!validate_csrf_token($csrf_token)) { die("CSRF token validation failed!"); } // Get the URL input, stripping CRLF to prevent header injection. $url = is_string($_POST["video"] ?? null) ? $_POST["video"] : ''; $url = str_replace(["\r", "\n", "\0"], '', $url); // Cap length to prevent absurdly long inputs. if (strlen($url) > 2048) { header("Location: " . $_SERVER['SCRIPT_NAME'] . "?error=invalid_url"); exit(); } if (!is_youtube_url($url)) { header("Location: " . $_SERVER['SCRIPT_NAME'] . "?error=invalid_url"); exit(); } //throw away anything after and including the first "&" $url = explode("&", $url)[0]; $remote_content = curl_get_contents($url); if ($remote_content === false) { // cURL failed to fetch the page header("Location: " . $_SERVER['SCRIPT_NAME'] . "?error=fetch_failed"); exit(); } $content = htmlspecialchars($remote_content); // Apply regex to capture channel IDs preg_match_all('/\/UC([\w-]+)(?="|\/)/', $content, $matches); // Filter out UC codes that are longer than 25 characters before any processing $validUCs = array_filter($matches[1], function ($uc) { return strlen($uc) <= 25; }); // Count the occurrences of each unique valid UC code $channelCounts = array_count_values($validUCs); // Check if there are any channel IDs found if (!empty($channelCounts)) { // Get the most frequent channel ID $mostFrequentChannel = array_keys($channelCounts, max($channelCounts))[0]; // Determine the playlist prefix based on user choice // UU is for "uploads" // UULF is for "uploads, without shorts" $prefix = "UU"; if (!isset($_POST['include_shorts']) || $_POST['include_shorts'] != '1') { $prefix = "UULF"; } $modifiedChannelId = $prefix . $mostFrequentChannel; // Create the final URL $finalUrl = $url . "&list=" . $modifiedChannelId; // Redirect to the modified URL header("Location: $finalUrl"); exit(); } // Redirect with an error message if no valid channel IDs found header("Location: " . $_SERVER['SCRIPT_NAME'] . "?error=channel_id_not_found"); exit(); } // If there's an error, display the appropriate message $error = isset($_GET['error']) ? $_GET['error'] : ''; $errorMsg = ''; if ($error === 'invalid_url') { $errorMsg = 'Invalid URL. Please enter a valid YouTube video URL.'; } elseif ($error === 'channel_id_not_found') { $errorMsg = 'YouTube Channel ID not found.'; } elseif ($error === 'fetch_failed') { $errorMsg = 'Failed to fetch content from the YouTube URL. This could be a temporary network issue.'; } ?> YouTube Sucks

Fix YouTube Play All

Version: | Updated:

Want to host your own version of this? Check out the Get the Code.

If you appreciate my work, feel free to donate at https://userspice.com/donate/.

================================================ FILE: yt_sucks/steps/01_base.php ================================================ ================================================ FILE: yt_sucks/steps/v1.1.0.php ================================================ '; print_r($var); echo ''; } else { echo $var; } } } if (!function_exists('dnd')) { function dnd($var) { dump($var); die(); } } // Validate CSRF token function validate_csrf_token($token) { return isset($_SESSION['csrf_token']) && hash_equals($_SESSION['csrf_token'], $token); } if ($_SERVER["REQUEST_METHOD"] == "POST") { $csrf_token = $_POST['csrf_token'] ?? ''; if (!validate_csrf_token($csrf_token)) { die("CSRF token validation failed!"); } // Get the URL input $url = $_POST["video"]; // Check if the URL starts with "https://www.youtube" or "https://youtube" if (strpos($url, 'https://www.youtube') !== 0 && strpos($url, 'https://youtube') !== 0) { header("Location: " . $_SERVER['PHP_SELF'] . "?error=invalid_url"); exit(); } //throw away anything after and including the first "&" $url = explode("&", $url)[0]; $content = htmlspecialchars(file_get_contents($url)); // Apply regex to capture channel IDs preg_match_all('/\/UC([\w-]+)(?="|\/)/', $content, $matches); // Filter out UC codes that are longer than 25 characters before any processing $validUCs = array_filter($matches[1], function ($uc) { return strlen($uc) <= 25; }); // Count the occurrences of each unique valid UC code $channelCounts = array_count_values($validUCs); // Debug to display channel counts // dnd($channelCounts); // Check if there are any channel IDs found if (!empty($channelCounts)) { // Get the most frequent channel ID $mostFrequentChannel = array_keys($channelCounts, max($channelCounts))[0]; // Modify the channel ID if necessary $modifiedChannelId = "UU" . $mostFrequentChannel; // Redirect to the original URL with the modified list parameter header("Location: $url&list=$modifiedChannelId"); exit(); } // Redirect with an error message if no valid channel IDs found header("Location: " . $_SERVER['PHP_SELF'] . "?error=channel_id_not_found"); exit(); } // If there's an error, display the appropriate message $error = isset($_GET['error']) ? $_GET['error'] : ''; $errorMsg = ''; if ($error === 'invalid_url') { $errorMsg = 'Invalid URL. Please enter a valid YouTube video URL.'; } elseif ($error === 'channel_id_not_found') { $errorMsg = 'YouTube Channel ID not found.'; } ?> YouTube Sucks

Fix YouTube Play All

Version: | Updated:

Want to host your own version of this? Check out the Get the Code.

If you appreciate my work, feel free to donate at https://userspice.com/donate/.