├── plate_ble ├── fp-lib-table ├── sym-lib-table ├── fab │ └── plate_ble.zip ├── plate_ble.kicad_prl ├── plate_ble.kicad_pro └── plate_ble.kicad_sch ├── hotswap_ble ├── sym-lib-table ├── fab │ ├── hotswap_ble.zip │ ├── hotswap_ble-.top.png │ ├── hotswap_ble-.bottom.png │ ├── BOM-hotswap_ble.csv │ └── CPL-hotswap_ble.csv ├── fp-lib-table ├── projectlib.pretty │ ├── mousebites_1mm_routable.kicad_mod │ └── logo_silk_10.kicad_mod ├── hotswap_ble.kicad_prl └── hotswap_ble.kicad_pro ├── img ├── PXL_20240208_122156142.jpg └── PXL_20240209_133833812.jpg ├── .gitignore ├── readme.md └── license.md /plate_ble/fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (version 7) 3 | ) 4 | -------------------------------------------------------------------------------- /hotswap_ble/sym-lib-table: -------------------------------------------------------------------------------- 1 | (sym_lib_table 2 | (version 7) 3 | ) 4 | -------------------------------------------------------------------------------- /plate_ble/sym-lib-table: -------------------------------------------------------------------------------- 1 | (sym_lib_table 2 | (version 7) 3 | ) 4 | -------------------------------------------------------------------------------- /plate_ble/fab/plate_ble.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebastler/cornholius/HEAD/plate_ble/fab/plate_ble.zip -------------------------------------------------------------------------------- /hotswap_ble/fab/hotswap_ble.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebastler/cornholius/HEAD/hotswap_ble/fab/hotswap_ble.zip -------------------------------------------------------------------------------- /img/PXL_20240208_122156142.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebastler/cornholius/HEAD/img/PXL_20240208_122156142.jpg -------------------------------------------------------------------------------- /img/PXL_20240209_133833812.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebastler/cornholius/HEAD/img/PXL_20240209_133833812.jpg -------------------------------------------------------------------------------- /hotswap_ble/fab/hotswap_ble-.top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebastler/cornholius/HEAD/hotswap_ble/fab/hotswap_ble-.top.png -------------------------------------------------------------------------------- /hotswap_ble/fab/hotswap_ble-.bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebastler/cornholius/HEAD/hotswap_ble/fab/hotswap_ble-.bottom.png -------------------------------------------------------------------------------- /hotswap_ble/fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (version 7) 3 | (lib (name "projectlib")(type "KiCad")(uri "${KIPRJMOD}/projectlib.pretty")(options "")(descr "")) 4 | ) 5 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # For PCBs designed using KiCad: http://www.kicad-pcb.org/ 2 | # Format documentation: http://kicad-pcb.org/help/file-formats/ 3 | 4 | # Temporary files 5 | **/*.000 6 | **/*.bak 7 | **/*.bck 8 | **/*.kicad_pcb-bak 9 | **/*.sch-bak 10 | **/*~ 11 | **/_autosave-* 12 | **/*.tmp 13 | **/*-save.pro 14 | **/-save.kicad_pcb 15 | **/fp-info-cache 16 | 17 | # Netlist files (exported from Eeschema) 18 | **/*.net 19 | 20 | # Autorouter files (exported from Pcbnew) 21 | **/*.dsn 22 | **/*.ses 23 | 24 | # Exported BOM files 25 | **/*.xml 26 | #**/*.csv 27 | 28 | # New KiCAD 6 backup folders 29 | **/*backups/* -------------------------------------------------------------------------------- /hotswap_ble/projectlib.pretty/mousebites_1mm_routable.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "mousebites_1mm_routable" (version 20221018) (generator pcbnew) 2 | (layer "F.Cu") 3 | (attr exclude_from_pos_files exclude_from_bom) 4 | (fp_text reference "REF**" (at -4 -2.75 180) (layer "F.SilkS") hide 5 | (effects (font (size 1 1) (thickness 0.15))) 6 | (tstamp 579fa7ee-ff77-42a2-ae45-dbed7e1db1f4) 7 | ) 8 | (fp_text value "mousebites 1mm" (at 0.25 -1.5 180) (layer "F.Fab") hide 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | (tstamp e9d64d4f-b8a4-41c2-a821-5741dad9fa23) 11 | ) 12 | (fp_arc (start -1 2.75) (mid -0.5 2.25) (end 0 2.75) 13 | (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp c5431b00-fa73-4c4f-9cf4-a784f7aad918)) 14 | (fp_arc (start 0 -2.75) (mid -0.5 -2.25) (end -1 -2.75) 15 | (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 9de59b94-4a88-4025-8095-4efa6a4f257f)) 16 | (pad "" np_thru_hole circle (at 0.25 -1.6) (size 0.75 0.75) (drill 0.75) (layers "*.Cu" "*.Mask") (tstamp dd1601c6-f16a-4c6c-b673-eb12076ff2f3)) 17 | (pad "" np_thru_hole circle (at 0.25 0) (size 0.75 0.75) (drill 0.75) (layers "*.Cu" "*.Mask") (tstamp 1c21155f-b582-4f66-ae54-1712b96f6300)) 18 | (pad "" np_thru_hole circle (at 0.25 1.6) (size 0.75 0.75) (drill 0.75) (layers "*.Cu" "*.Mask") (tstamp b5959a6e-3392-4e30-801b-67bbcfb413ed)) 19 | ) 20 | -------------------------------------------------------------------------------- /plate_ble/plate_ble.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 44, 4 | "active_layer_preset": "", 5 | "auto_track_width": true, 6 | "hidden_netclasses": [], 7 | "hidden_nets": [], 8 | "high_contrast_mode": 0, 9 | "net_color_mode": 1, 10 | "opacity": { 11 | "images": 0.6, 12 | "pads": 1.0, 13 | "tracks": 1.0, 14 | "vias": 1.0, 15 | "zones": 0.6 16 | }, 17 | "selection_filter": { 18 | "dimensions": true, 19 | "footprints": true, 20 | "graphics": true, 21 | "keepouts": true, 22 | "lockedItems": true, 23 | "otherItems": true, 24 | "pads": true, 25 | "text": true, 26 | "tracks": true, 27 | "vias": true, 28 | "zones": true 29 | }, 30 | "visible_items": [ 31 | 0, 32 | 1, 33 | 2, 34 | 3, 35 | 4, 36 | 5, 37 | 8, 38 | 9, 39 | 10, 40 | 11, 41 | 12, 42 | 13, 43 | 15, 44 | 16, 45 | 17, 46 | 18, 47 | 19, 48 | 20, 49 | 21, 50 | 22, 51 | 23, 52 | 24, 53 | 25, 54 | 26, 55 | 27, 56 | 28, 57 | 29, 58 | 30, 59 | 32, 60 | 33, 61 | 34, 62 | 35, 63 | 36, 64 | 39, 65 | 40 66 | ], 67 | "visible_layers": "ffeffff_ffffffff", 68 | "zone_display_mode": 0 69 | }, 70 | "meta": { 71 | "filename": "plate_ble.kicad_prl", 72 | "version": 3 73 | }, 74 | "project": { 75 | "files": [] 76 | } 77 | } 78 | -------------------------------------------------------------------------------- /hotswap_ble/hotswap_ble.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 31, 4 | "active_layer_preset": "", 5 | "auto_track_width": false, 6 | "hidden_netclasses": [], 7 | "hidden_nets": [], 8 | "high_contrast_mode": 0, 9 | "net_color_mode": 1, 10 | "opacity": { 11 | "images": 0.6, 12 | "pads": 1.0, 13 | "tracks": 1.0, 14 | "vias": 1.0, 15 | "zones": 0.6 16 | }, 17 | "selection_filter": { 18 | "dimensions": true, 19 | "footprints": true, 20 | "graphics": true, 21 | "keepouts": true, 22 | "lockedItems": true, 23 | "otherItems": true, 24 | "pads": true, 25 | "text": true, 26 | "tracks": true, 27 | "vias": true, 28 | "zones": true 29 | }, 30 | "visible_items": [ 31 | 0, 32 | 1, 33 | 2, 34 | 3, 35 | 4, 36 | 5, 37 | 8, 38 | 9, 39 | 10, 40 | 11, 41 | 12, 42 | 13, 43 | 15, 44 | 16, 45 | 17, 46 | 18, 47 | 19, 48 | 20, 49 | 21, 50 | 22, 51 | 23, 52 | 24, 53 | 25, 54 | 26, 55 | 27, 56 | 28, 57 | 29, 58 | 30, 59 | 32, 60 | 33, 61 | 34, 62 | 35, 63 | 36, 64 | 39, 65 | 40 66 | ], 67 | "visible_layers": "ffeffff_ffffffff", 68 | "zone_display_mode": 0 69 | }, 70 | "meta": { 71 | "filename": "hotswap_ble.kicad_prl", 72 | "version": 3 73 | }, 74 | "project": { 75 | "files": [] 76 | } 77 | } 78 | -------------------------------------------------------------------------------- /hotswap_ble/fab/BOM-hotswap_ble.csv: -------------------------------------------------------------------------------- 1 | Comment,Designator,Footprint,LCSC 2 | RST,SW1,SW_T1A2QR,C100056 3 | 1k,"R10,R11,R9",R_0402_1005Metric,C11702 4 | BQ24075,U2,VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm,C15464 5 | 12p,"C12,C13",C_0402_1005Metric,C1547 6 | TYPE-C-31-M-12,J1,USB_C_Receptacle_HRO_TYPE-C-31-M-12,C165948 7 | 4u7,"C1,C10,C11,C2,C4,C7",C_0402_1005Metric,C23733 8 | 10k,"R3,R7,R8",R_0402_1005Metric,C25744 9 | 47k,R4,R_0402_1005Metric,C25792 10 | 1k5,R5,R_0402_1005Metric,C25867 11 | 2k2,R6,R_0402_1005Metric,C25879 12 | 5k1,"R1,R2",R_0402_1005Metric,C25905 13 | MAX17048,U1,DFN-8-1EP_2x2mm_P0.5mm_EP0.7x1.3mm,C2682616 14 | IND,LED1,LED_1206R,C2802677 15 | 100n,"C14,C6",C_0402_1005Metric,C307331 16 | nRF52840_E73-2G4M08S1C,U4,nRF52840_E73-2G4M08S1C,C356849 17 | 74LVC1G11,U5,SOT-363_SC-70-6,C460525 18 | 78171-0002,J2,Molex_Pico-EZmate_78171-0002_1x02-1MP_P1.20mm_Vertical,C505023 19 | MX,"MX1,MX10,MX11,MX12,MX13,MX14,MX15,MX16,MX17,MX18,MX19,MX2,MX20,MX21,MX22,MX23,MX24,MX25,MX26,MX27,MX28,MX29,MX3,MX30,MX31,MX32,MX33,MX34,MX35,MX36,MX37,MX38,MX39,MX4,MX40,MX41,MX42,MX43,MX44,MX45,MX46,MX47,MX48,MX5,MX6,MX7,MX8,MX9",SW_MX_HS_1u,C5184526 20 | 1u,"C3,C5,C8,C9",C_0402_1005Metric,C52923 21 | 32.768 KHz,Y1,Crystal_SMD_2012-2Pin_2.0x1.2mm,C55208 22 | 1N4148WT,"D1,D10,D11,D12,D13,D14,D15,D16,D17,D18,D19,D2,D20,D21,D22,D23,D24,D25,D26,D27,D28,D29,D3,D30,D31,D32,D33,D34,D35,D36,D37,D38,D39,D4,D40,D41,D42,D43,D44,D45,D46,D47,D48,D5,D6,D7,D8,D9",D_SOD-523,C727112 23 | SRV05-4,U3,SOT-23-6-routable,C7420376 24 | 500mA,F1,Fuse_0603_1608Metric,C883095 25 | BLM15PX121SN1D,L1,L_0402_1005Metric,C88970 26 | 10 uH,L2,L_0603_1608Metric,C92982 27 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # Cornholius Keyboard 2 | 3 | Cornholius is, first and foremost, a Bluetooth Low Energy capable replacement PCB for the [Foostan Cornelius](https://github.com/foostan/corneliuskbd). Key and connector positions as well as PCB outline and plate were derived from the original Cornelius repository, but altered to fit the scope of this project - Thank you for open sourcing these files! In accordance with the license chosen by foostan, this project was published under the same license: CC BY-NC-SA 4.0. 4 | 5 | Parts of this project: 6 | * [PCB](./hotswap_ble/) [100%] 7 | * [Plate](./plate_ble/) [100%] 8 | * 3D printable cornelius/cornholius PCB compatible case [WIP] 9 | 10 | ## Cornholius PCB 11 | The PCB is designed to be 100% assemblable by jlcpcb in their "economic" PCBA option (without hotswap sockets), or the more expensive "standard" PCBA option incl. hotswap sockets. It uses an [Ebyte nRF52840_E73-2G4M08S1C](https://www.ebyte.com/en/downpdf.aspx?id=445) BLE module, which is part of their component library, so no external components must be ordered from other shops. This module is configured for full 2-stage DC-DC operation in high voltage mode for maximum battery life. 12 | 13 | Battery management is handled by a [TI BQ24075](http://www.ti.com/lit/ds/symlink/bq24075.pdf) battery management/power path IC, with a charge current of approx. 440 mA and all relevant protections in place. The PCB is designed for a HAC-006 (Nintendo Switch Joycon) battery, as replacement cells for it are affordable and easy to source, and are plug and play for Cornholius, incl. the right connector. It should lead to an estimated battery life of up to 8 months (according to ZMK power profiler). 14 | 15 | If you want to use any other battery type, make sure it has a Molex Pico EZmate 2-pin connector, and the correct polarity. Connecting a battery with mismatched polarity may damage the PCB and can potentially turn into a fire hazard. 16 | 17 | The 6th column on the PCB can be snapped off, turning it into a 5col PCB. 18 | 19 | ![soldering sockets](./img/PXL_20240208_122156142.jpg) 20 | ![battery closeup](./img/PXL_20240209_133833812.jpg) 21 | 22 | 23 | ### Programming 24 | Flashing an nRF52840 forn the first time requires hardware tools. Joric wrote up a very good guide on how to program nRF52 series chips in the [nrfmicro github wiki](https://github.com/joric/nrfmicro/wiki/Bootloader). If you have never flashed a nRF52 series chip before, I suggest reading it before proceeding to order any hardware. 25 | 26 | The PCB features a TC2030 flashing header footprint, configured in [TC2030-CTX-NL](https://www.tag-connect.com/wp-content/uploads/bsk-pdf-manager/TC2030-CTX_1.pdf) pinout. It should be possible to solder wires to this footprint and connect to a debug probe, but I have not tried. 27 | 28 | Precompiled bootloader files can be found in the Github Actions tab of my [fork of the Adafruit nRF52 Bootloader](https://github.com/ebastler/Adafruit_nRF52_Bootloader/actions). 29 | 30 | Once the PCBs have a bootloader, they can be programmed via a UF2 mass-storage-device bootloader. Double-tapping the reset button (or using keybinds, once ZMK is running) will send the device to bootloader. 31 | 32 | ### Ordering 33 | Gerber files and assembly files can be found in the [hotswap_ble/fab subfolder](./hotswap_ble/fab/). Use 1.6mm FR4 substrate. 34 | 35 | The jlcpcb assembly files are tested and were working at the time when I ordered prototypes, however, jlcpcb sometimes changes part numbers, or parts run out of stock and need to be replaced by new parts. Please proceed with caution and carefully check both BOM and position/alignment/orientation of all components when uploading to their site. 36 | 37 | ## Cornholius Plate 38 | The plate is made from FR4 substrate, without any copper plating, to minimie interference with the antenna. It also has a hole above the PCB's status LED to keep it visible. While it is compatible with Cornelius cases, the outline and the gasket tabs were slightly altered from the original Cornelius plate to allow for o-ring mount in Cornholius. 39 | 40 | ### Ordering 41 | Gerber files and assembly files can be found in the [plate_ble/fab subfolder](./plate_ble/fab/). Use 1.6mm FR4 substrate. 42 | 43 | ## Cornholius Case 44 | tbd 45 | 46 | This case will be designed to fit Cornholius and Cornelius PCBs, but only work with Cornholius plates due to the mounting design. While it will follow the Cornelius shape out of necessity, I want to give it a distinct design, setting it apart from the original. This section will be updated once the design is finalized. 47 | -------------------------------------------------------------------------------- /hotswap_ble/fab/CPL-hotswap_ble.csv: -------------------------------------------------------------------------------- 1 | Designator,Val,Package,Mid X,Mid Y,Rotation,Layer 2 | C1,4u7,C_0402_1005Metric,146.799999,-29.000001,90.0,bottom 3 | C2,4u7,C_0402_1005Metric,104.481358,-78.892584,10.0,bottom 4 | C3,1u,C_0402_1005Metric,104.290342,-79.975878,10.0,bottom 5 | C4,4u7,C_0402_1005Metric,101.255283,-82.79162,280.0,bottom 6 | C5,1u,C_0402_1005Metric,102.338573,-82.98263,280.0,bottom 7 | C6,100n,C_0402_1005Metric,109.870046,-81.506472,10.0,bottom 8 | C7,4u7,C_0402_1005Metric,108.936786,-84.146078,280.0,bottom 9 | C8,1u,C_0402_1005Metric,107.853498,-83.955064,280.0,bottom 10 | C9,1u,C_0402_1005Metric,96.02792,-79.037263,280.0,bottom 11 | C10,4u7,C_0402_1005Metric,94.907174,-84.414342,10.0,bottom 12 | C11,4u7,C_0402_1005Metric,95.680621,-81.006882,100.0,bottom 13 | C12,12p,C_0402_1005Metric,99.232496,-74.713041,190.0,bottom 14 | C13,12p,C_0402_1005Metric,99.024122,-75.894807,190.0,bottom 15 | C14,100n,C_0402_1005Metric,86.480109,-99.78409,10.0,bottom 16 | D1,1N4148WT,D_SOD-523,30.143959,-24.330783,280.0,bottom 17 | D2,1N4148WT,D_SOD-523,48.904543,-27.638785,280.0,bottom 18 | D3,1N4148WT,D_SOD-523,68.905635,-23.911559,280.0,bottom 19 | D4,1N4148WT,D_SOD-523,88.493222,-22.529409,280.0,bottom 20 | D5,1N4148WT,D_SOD-523,106.84031,-28.18248,280.0,bottom 21 | D6,1N4148WT,D_SOD-523,125.184208,-33.853624,280.0,bottom 22 | D7,1N4148WT,D_SOD-523,160.31536,-36.389192,260.0,bottom 23 | D8,1N4148WT,D_SOD-523,178.662448,-30.736123,260.0,bottom 24 | D9,1N4148WT,D_SOD-523,197.009537,-25.083049,260.0,bottom 25 | D10,1N4148WT,D_SOD-523,216.597126,-26.465203,260.0,bottom 26 | D11,1N4148WT,D_SOD-523,236.59821,-30.192421,260.0,bottom 27 | D12,1N4148WT,D_SOD-523,255.358798,-26.884424,260.0,bottom 28 | D13,1N4148WT,D_SOD-523,26.83596,-43.091373,280.0,bottom 29 | D14,1N4148WT,D_SOD-523,45.596549,-46.399371,280.0,bottom 30 | D15,1N4148WT,D_SOD-523,65.597636,-42.672146,280.0,bottom 31 | D16,1N4148WT,D_SOD-523,85.185221,-41.290001,280.0,bottom 32 | D17,1N4148WT,D_SOD-523,103.532312,-46.943068,280.0,bottom 33 | D18,1N4148WT,D_SOD-523,121.8794,-52.59614,280.0,bottom 34 | D19,1N4148WT,D_SOD-523,163.623358,-55.149783,260.0,bottom 35 | D20,1N4148WT,D_SOD-523,181.970446,-49.49671,260.0,bottom 36 | D21,1N4148WT,D_SOD-523,200.317537,-43.84364,260.0,bottom 37 | D22,1N4148WT,D_SOD-523,219.905124,-45.22579,260.0,bottom 38 | D23,1N4148WT,D_SOD-523,239.90621,-48.953013,260.0,bottom 39 | D24,1N4148WT,D_SOD-523,258.666798,-45.645016,260.0,bottom 40 | D25,1N4148WT,D_SOD-523,23.527961,-61.851959,280.0,bottom 41 | D26,1N4148WT,D_SOD-523,42.288548,-65.159956,280.0,bottom 42 | D27,1N4148WT,D_SOD-523,62.289637,-61.432736,280.0,bottom 43 | D28,1N4148WT,D_SOD-523,81.877223,-60.050583,280.0,bottom 44 | D29,1N4148WT,D_SOD-523,100.224312,-65.703658,280.0,bottom 45 | D30,1N4148WT,D_SOD-523,118.571396,-71.356731,280.0,bottom 46 | D31,1N4148WT,D_SOD-523,166.931354,-73.91037,260.0,bottom 47 | D32,1N4148WT,D_SOD-523,185.278444,-68.257297,260.0,bottom 48 | D33,1N4148WT,D_SOD-523,203.625533,-62.604226,260.0,bottom 49 | D34,1N4148WT,D_SOD-523,223.213122,-63.986377,260.0,bottom 50 | D35,1N4148WT,D_SOD-523,243.214208,-67.713596,260.0,bottom 51 | D36,1N4148WT,D_SOD-523,261.974793,-64.405603,260.0,bottom 52 | D37,1N4148WT,D_SOD-523,20.219965,-80.612545,280.0,bottom 53 | D38,1N4148WT,D_SOD-523,38.980552,-83.920546,280.0,bottom 54 | D39,1N4148WT,D_SOD-523,58.981639,-80.193319,280.0,bottom 55 | D40,1N4148WT,D_SOD-523,86.074544,-91.098687,100.0,bottom 56 | D41,1N4148WT,D_SOD-523,109.447209,-90.194767,295.0,bottom 57 | D42,1N4148WT,D_SOD-523,129.730283,-100.823382,310.0,bottom 58 | D43,1N4148WT,D_SOD-523,158.980872,-110.29503,230.0,bottom 59 | D44,1N4148WT,D_SOD-523,177.213271,-96.389527,245.0,bottom 60 | D45,1N4148WT,D_SOD-523,198.380768,-87.69673,260.0,bottom 61 | D46,1N4148WT,D_SOD-523,226.521117,-82.746963,260.0,bottom 62 | D47,1N4148WT,D_SOD-523,246.522204,-86.474185,260.0,bottom 63 | D48,1N4148WT,D_SOD-523,265.28279,-83.166189,260.0,bottom 64 | F1,500mA,Fuse_0603_1608Metric,146.400002,-27.200001,180.0,bottom 65 | J1,TYPE-C-31-M-12,USB_C_Receptacle_HRO_TYPE-C-31-M-12,150.0,-20.0,180.0,bottom 66 | J2,78171-0002,Molex_Pico-EZmate_78171-0002_1x02-1MP_P1.20mm_Vertical,126.182579,-87.694688,280.0,bottom 67 | L1,BLM15PX121SN1D,L_0402_1005Metric,145.600002,-29.000003,270.0,bottom 68 | L2,10 uH,L_0603_1608Metric,96.354672,-82.942933,190.0,bottom 69 | LED1,IND,LED_1206R,213.745857,-77.614898,350.0,bottom 70 | MX1,MX,SW_MX_HS_1u,36.43013,-31.064667,190.0,bottom 71 | MX2,MX,SW_MX_HS_1u,55.190721,-34.372667,190.0,bottom 72 | MX3,MX,SW_MX_HS_1u,75.191806,-30.645445,190.0,bottom 73 | MX4,MX,SW_MX_HS_1u,94.779394,-29.263298,190.0,bottom 74 | MX5,MX,SW_MX_HS_1u,113.126482,-34.916369,190.0,bottom 75 | MX6,MX,SW_MX_HS_1u,131.473572,-40.569438,190.0,bottom 76 | MX7,MX,SW_MX_HS_1u,168.52556,-40.566977,170.0,bottom 77 | MX8,MX,SW_MX_HS_1u,186.872644,-34.913905,170.0,bottom 78 | MX9,MX,SW_MX_HS_1u,205.219735,-29.260835,170.0,bottom 79 | MX10,MX,SW_MX_HS_1u,224.807323,-30.642984,170.0,bottom 80 | MX11,MX,SW_MX_HS_1u,244.80841,-34.370206,170.0,bottom 81 | MX12,MX,SW_MX_HS_1u,263.568997,-31.06221,170.0,bottom 82 | MX13,MX,SW_MX_HS_1u,33.122135,-49.825256,190.0,bottom 83 | MX14,MX,SW_MX_HS_1u,51.882722,-53.133257,190.0,bottom 84 | MX15,MX,SW_MX_HS_1u,71.88381,-49.406034,190.0,bottom 85 | MX16,MX,SW_MX_HS_1u,91.471395,-48.023881,190.0,bottom 86 | MX17,MX,SW_MX_HS_1u,109.818482,-53.676952,190.0,bottom 87 | MX18,MX,SW_MX_HS_1u,128.165571,-59.33003,190.0,bottom 88 | MX19,MX,SW_MX_HS_1u,171.833555,-59.327563,170.0,bottom 89 | MX20,MX,SW_MX_HS_1u,190.180643,-53.674497,170.0,bottom 90 | MX21,MX,SW_MX_HS_1u,208.52773,-48.021421,170.0,bottom 91 | MX22,MX,SW_MX_HS_1u,228.115318,-49.40357,170.0,bottom 92 | MX23,MX,SW_MX_HS_1u,248.116406,-53.130794,170.0,bottom 93 | MX24,MX,SW_MX_HS_1u,266.876993,-49.822795,170.0,bottom 94 | MX25,MX,SW_MX_HS_1u,29.814138,-68.585844,190.0,bottom 95 | MX26,MX,SW_MX_HS_1u,48.574725,-71.893845,190.0,bottom 96 | MX27,MX,SW_MX_HS_1u,68.575809,-68.166619,190.0,bottom 97 | MX28,MX,SW_MX_HS_1u,88.163399,-66.784472,190.0,bottom 98 | MX29,MX,SW_MX_HS_1u,106.510487,-72.43754,190.0,bottom 99 | MX30,MX,SW_MX_HS_1u,124.857573,-78.090611,190.0,bottom 100 | MX31,MX,SW_MX_HS_1u,175.141556,-78.088155,170.0,bottom 101 | MX32,MX,SW_MX_HS_1u,193.488641,-72.43508,170.0,bottom 102 | MX33,MX,SW_MX_HS_1u,211.83573,-66.782013,170.0,bottom 103 | MX34,MX,SW_MX_HS_1u,231.423317,-68.164159,170.0,bottom 104 | MX35,MX,SW_MX_HS_1u,251.424404,-71.891383,170.0,bottom 105 | MX36,MX,SW_MX_HS_1u,270.184992,-68.583387,170.0,bottom 106 | MX37,MX,SW_MX_HS_1u,26.506139,-87.346435,190.0,bottom 107 | MX38,MX,SW_MX_HS_1u,45.266727,-90.65443,190.0,bottom 108 | MX39,MX,SW_MX_HS_1u,65.267815,-86.92721,190.0,bottom 109 | MX40,MX,SW_MX_HS_1u,93.408696,-91.889205,190.0,bottom 110 | MX41,MX,SW_MX_HS_1u,113.776332,-98.326182,205.0,bottom 111 | MX42,MX,SW_MX_HS_1u,131.807328,-109.798187,220.0,bottom 112 | MX43,MX,SW_MX_HS_1u,168.180001,-109.808004,140.0,bottom 113 | MX44,MX,SW_MX_HS_1u,186.225,-98.3,155.0,bottom 114 | MX45,MX,SW_MX_HS_1u,206.59043,-91.886743,170.0,bottom 115 | MX46,MX,SW_MX_HS_1u,234.731315,-86.924749,170.0,bottom 116 | MX47,MX,SW_MX_HS_1u,254.732402,-90.651973,170.0,bottom 117 | MX48,MX,SW_MX_HS_1u,273.492989,-87.343973,170.0,bottom 118 | R1,5k1,R_0402_1005Metric,154.4,-27.200001,0.0,bottom 119 | R2,5k1,R_0402_1005Metric,154.399998,-28.400003,0.0,bottom 120 | R3,10k,R_0402_1005Metric,108.62374,-82.466193,190.0,bottom 121 | R4,47k,R_0402_1005Metric,105.952862,-79.761305,100.0,bottom 122 | R5,1k5,R_0402_1005Metric,102.124009,-81.320118,10.0,bottom 123 | R6,2k2,R_0402_1005Metric,107.03615,-79.95232,100.0,bottom 124 | R7,10k,R_0402_1005Metric,96.375216,-77.067651,100.0,bottom 125 | R8,10k,R_0402_1005Metric,97.630844,-77.289049,100.0,bottom 126 | R9,1k,R_0402_1005Metric,215.309652,-79.573094,260.0,bottom 127 | R10,1k,R_0402_1005Metric,214.127884,-79.781472,260.0,bottom 128 | R11,1k,R_0402_1005Metric,212.946116,-79.989853,260.0,bottom 129 | SW1,RST,SW_T1A2QR,86.78827,-97.604488,10.0,bottom 130 | U1,MAX17048,DFN-8-1EP_2x2mm_P0.5mm_EP0.7x1.3mm,110.540448,-79.370331,10.0,bottom 131 | U2,BQ24075,VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm,105.18286,-82.976444,10.0,bottom 132 | U3,SRV05-4,SOT-23-6-routable,150.200001,-27.8,270.0,bottom 133 | U4,nRF52840_E73-2G4M08S1C,nRF52840_E73-2G4M08S1C,85.943901,-76.33473,100.0,bottom 134 | U5,74LVC1G11,SOT-363_SC-70-6,86.132812,-101.753706,100.0,bottom 135 | Y1,32.768 KHz,Crystal_SMD_2012-2Pin_2.0x1.2mm,97.245517,-74.464221,100.0,bottom 136 | -------------------------------------------------------------------------------- /license.md: -------------------------------------------------------------------------------- 1 | Attribution-NonCommercial-ShareAlike 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International 58 | Public License 59 | 60 | By exercising the Licensed Rights (defined below), You accept and agree 61 | to be bound by the terms and conditions of this Creative Commons 62 | Attribution-NonCommercial-ShareAlike 4.0 International Public License 63 | ("Public License"). To the extent this Public License may be 64 | interpreted as a contract, You are granted the Licensed Rights in 65 | consideration of Your acceptance of these terms and conditions, and the 66 | Licensor grants You such rights in consideration of benefits the 67 | Licensor receives from making the Licensed Material available under 68 | these terms and conditions. 69 | 70 | 71 | Section 1 -- Definitions. 72 | 73 | a. Adapted Material means material subject to Copyright and Similar 74 | Rights that is derived from or based upon the Licensed Material 75 | and in which the Licensed Material is translated, altered, 76 | arranged, transformed, or otherwise modified in a manner requiring 77 | permission under the Copyright and Similar Rights held by the 78 | Licensor. For purposes of this Public License, where the Licensed 79 | Material is a musical work, performance, or sound recording, 80 | Adapted Material is always produced where the Licensed Material is 81 | synched in timed relation with a moving image. 82 | 83 | b. Adapter's License means the license You apply to Your Copyright 84 | and Similar Rights in Your contributions to Adapted Material in 85 | accordance with the terms and conditions of this Public License. 86 | 87 | c. BY-NC-SA Compatible License means a license listed at 88 | creativecommons.org/compatiblelicenses, approved by Creative 89 | Commons as essentially the equivalent of this Public License. 90 | 91 | d. Copyright and Similar Rights means copyright and/or similar rights 92 | closely related to copyright including, without limitation, 93 | performance, broadcast, sound recording, and Sui Generis Database 94 | Rights, without regard to how the rights are labeled or 95 | categorized. For purposes of this Public License, the rights 96 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 97 | Rights. 98 | 99 | e. Effective Technological Measures means those measures that, in the 100 | absence of proper authority, may not be circumvented under laws 101 | fulfilling obligations under Article 11 of the WIPO Copyright 102 | Treaty adopted on December 20, 1996, and/or similar international 103 | agreements. 104 | 105 | f. Exceptions and Limitations means fair use, fair dealing, and/or 106 | any other exception or limitation to Copyright and Similar Rights 107 | that applies to Your use of the Licensed Material. 108 | 109 | g. License Elements means the license attributes listed in the name 110 | of a Creative Commons Public License. The License Elements of this 111 | Public License are Attribution, NonCommercial, and ShareAlike. 112 | 113 | h. Licensed Material means the artistic or literary work, database, 114 | or other material to which the Licensor applied this Public 115 | License. 116 | 117 | i. Licensed Rights means the rights granted to You subject to the 118 | terms and conditions of this Public License, which are limited to 119 | all Copyright and Similar Rights that apply to Your use of the 120 | Licensed Material and that the Licensor has authority to license. 121 | 122 | j. Licensor means the individual(s) or entity(ies) granting rights 123 | under this Public License. 124 | 125 | k. NonCommercial means not primarily intended for or directed towards 126 | commercial advantage or monetary compensation. For purposes of 127 | this Public License, the exchange of the Licensed Material for 128 | other material subject to Copyright and Similar Rights by digital 129 | file-sharing or similar means is NonCommercial provided there is 130 | no payment of monetary compensation in connection with the 131 | exchange. 132 | 133 | l. Share means to provide material to the public by any means or 134 | process that requires permission under the Licensed Rights, such 135 | as reproduction, public display, public performance, distribution, 136 | dissemination, communication, or importation, and to make material 137 | available to the public including in ways that members of the 138 | public may access the material from a place and at a time 139 | individually chosen by them. 140 | 141 | m. Sui Generis Database Rights means rights other than copyright 142 | resulting from Directive 96/9/EC of the European Parliament and of 143 | the Council of 11 March 1996 on the legal protection of databases, 144 | as amended and/or succeeded, as well as other essentially 145 | equivalent rights anywhere in the world. 146 | 147 | n. You means the individual or entity exercising the Licensed Rights 148 | under this Public License. Your has a corresponding meaning. 149 | 150 | 151 | Section 2 -- Scope. 152 | 153 | a. License grant. 154 | 155 | 1. Subject to the terms and conditions of this Public License, 156 | the Licensor hereby grants You a worldwide, royalty-free, 157 | non-sublicensable, non-exclusive, irrevocable license to 158 | exercise the Licensed Rights in the Licensed Material to: 159 | 160 | a. reproduce and Share the Licensed Material, in whole or 161 | in part, for NonCommercial purposes only; and 162 | 163 | b. produce, reproduce, and Share Adapted Material for 164 | NonCommercial purposes only. 165 | 166 | 2. Exceptions and Limitations. For the avoidance of doubt, where 167 | Exceptions and Limitations apply to Your use, this Public 168 | License does not apply, and You do not need to comply with 169 | its terms and conditions. 170 | 171 | 3. Term. The term of this Public License is specified in Section 172 | 6(a). 173 | 174 | 4. Media and formats; technical modifications allowed. The 175 | Licensor authorizes You to exercise the Licensed Rights in 176 | all media and formats whether now known or hereafter created, 177 | and to make technical modifications necessary to do so. The 178 | Licensor waives and/or agrees not to assert any right or 179 | authority to forbid You from making technical modifications 180 | necessary to exercise the Licensed Rights, including 181 | technical modifications necessary to circumvent Effective 182 | Technological Measures. For purposes of this Public License, 183 | simply making modifications authorized by this Section 2(a) 184 | (4) never produces Adapted Material. 185 | 186 | 5. Downstream recipients. 187 | 188 | a. Offer from the Licensor -- Licensed Material. Every 189 | recipient of the Licensed Material automatically 190 | receives an offer from the Licensor to exercise the 191 | Licensed Rights under the terms and conditions of this 192 | Public License. 193 | 194 | b. Additional offer from the Licensor -- Adapted Material. 195 | Every recipient of Adapted Material from You 196 | automatically receives an offer from the Licensor to 197 | exercise the Licensed Rights in the Adapted Material 198 | under the conditions of the Adapter's License You apply. 199 | 200 | c. No downstream restrictions. You may not offer or impose 201 | any additional or different terms or conditions on, or 202 | apply any Effective Technological Measures to, the 203 | Licensed Material if doing so restricts exercise of the 204 | Licensed Rights by any recipient of the Licensed 205 | Material. 206 | 207 | 6. No endorsement. Nothing in this Public License constitutes or 208 | may be construed as permission to assert or imply that You 209 | are, or that Your use of the Licensed Material is, connected 210 | with, or sponsored, endorsed, or granted official status by, 211 | the Licensor or others designated to receive attribution as 212 | provided in Section 3(a)(1)(A)(i). 213 | 214 | b. Other rights. 215 | 216 | 1. Moral rights, such as the right of integrity, are not 217 | licensed under this Public License, nor are publicity, 218 | privacy, and/or other similar personality rights; however, to 219 | the extent possible, the Licensor waives and/or agrees not to 220 | assert any such rights held by the Licensor to the limited 221 | extent necessary to allow You to exercise the Licensed 222 | Rights, but not otherwise. 223 | 224 | 2. Patent and trademark rights are not licensed under this 225 | Public License. 226 | 227 | 3. To the extent possible, the Licensor waives any right to 228 | collect royalties from You for the exercise of the Licensed 229 | Rights, whether directly or through a collecting society 230 | under any voluntary or waivable statutory or compulsory 231 | licensing scheme. In all other cases the Licensor expressly 232 | reserves any right to collect such royalties, including when 233 | the Licensed Material is used other than for NonCommercial 234 | purposes. 235 | 236 | 237 | Section 3 -- License Conditions. 238 | 239 | Your exercise of the Licensed Rights is expressly made subject to the 240 | following conditions. 241 | 242 | a. Attribution. 243 | 244 | 1. If You Share the Licensed Material (including in modified 245 | form), You must: 246 | 247 | a. retain the following if it is supplied by the Licensor 248 | with the Licensed Material: 249 | 250 | i. identification of the creator(s) of the Licensed 251 | Material and any others designated to receive 252 | attribution, in any reasonable manner requested by 253 | the Licensor (including by pseudonym if 254 | designated); 255 | 256 | ii. a copyright notice; 257 | 258 | iii. a notice that refers to this Public License; 259 | 260 | iv. a notice that refers to the disclaimer of 261 | warranties; 262 | 263 | v. a URI or hyperlink to the Licensed Material to the 264 | extent reasonably practicable; 265 | 266 | b. indicate if You modified the Licensed Material and 267 | retain an indication of any previous modifications; and 268 | 269 | c. indicate the Licensed Material is licensed under this 270 | Public License, and include the text of, or the URI or 271 | hyperlink to, this Public License. 272 | 273 | 2. You may satisfy the conditions in Section 3(a)(1) in any 274 | reasonable manner based on the medium, means, and context in 275 | which You Share the Licensed Material. For example, it may be 276 | reasonable to satisfy the conditions by providing a URI or 277 | hyperlink to a resource that includes the required 278 | information. 279 | 3. If requested by the Licensor, You must remove any of the 280 | information required by Section 3(a)(1)(A) to the extent 281 | reasonably practicable. 282 | 283 | b. ShareAlike. 284 | 285 | In addition to the conditions in Section 3(a), if You Share 286 | Adapted Material You produce, the following conditions also apply. 287 | 288 | 1. The Adapter's License You apply must be a Creative Commons 289 | license with the same License Elements, this version or 290 | later, or a BY-NC-SA Compatible License. 291 | 292 | 2. You must include the text of, or the URI or hyperlink to, the 293 | Adapter's License You apply. You may satisfy this condition 294 | in any reasonable manner based on the medium, means, and 295 | context in which You Share Adapted Material. 296 | 297 | 3. You may not offer or impose any additional or different terms 298 | or conditions on, or apply any Effective Technological 299 | Measures to, Adapted Material that restrict exercise of the 300 | rights granted under the Adapter's License You apply. 301 | 302 | 303 | Section 4 -- Sui Generis Database Rights. 304 | 305 | Where the Licensed Rights include Sui Generis Database Rights that 306 | apply to Your use of the Licensed Material: 307 | 308 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 309 | to extract, reuse, reproduce, and Share all or a substantial 310 | portion of the contents of the database for NonCommercial purposes 311 | only; 312 | 313 | b. if You include all or a substantial portion of the database 314 | contents in a database in which You have Sui Generis Database 315 | Rights, then the database in which You have Sui Generis Database 316 | Rights (but not its individual contents) is Adapted Material, 317 | including for purposes of Section 3(b); and 318 | 319 | c. You must comply with the conditions in Section 3(a) if You Share 320 | all or a substantial portion of the contents of the database. 321 | 322 | For the avoidance of doubt, this Section 4 supplements and does not 323 | replace Your obligations under this Public License where the Licensed 324 | Rights include other Copyright and Similar Rights. 325 | 326 | 327 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 328 | 329 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 330 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 331 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 332 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 333 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 334 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 335 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 336 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 337 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 338 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 339 | 340 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 341 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 342 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 343 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 344 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 345 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 346 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 347 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 348 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 349 | 350 | c. The disclaimer of warranties and limitation of liability provided 351 | above shall be interpreted in a manner that, to the extent 352 | possible, most closely approximates an absolute disclaimer and 353 | waiver of all liability. 354 | 355 | 356 | Section 6 -- Term and Termination. 357 | 358 | a. This Public License applies for the term of the Copyright and 359 | Similar Rights licensed here. However, if You fail to comply with 360 | this Public License, then Your rights under this Public License 361 | terminate automatically. 362 | 363 | b. Where Your right to use the Licensed Material has terminated under 364 | Section 6(a), it reinstates: 365 | 366 | 1. automatically as of the date the violation is cured, provided 367 | it is cured within 30 days of Your discovery of the 368 | violation; or 369 | 370 | 2. upon express reinstatement by the Licensor. 371 | 372 | For the avoidance of doubt, this Section 6(b) does not affect any 373 | right the Licensor may have to seek remedies for Your violations 374 | of this Public License. 375 | 376 | c. For the avoidance of doubt, the Licensor may also offer the 377 | Licensed Material under separate terms or conditions or stop 378 | distributing the Licensed Material at any time; however, doing so 379 | will not terminate this Public License. 380 | 381 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 382 | License. 383 | 384 | 385 | Section 7 -- Other Terms and Conditions. 386 | 387 | a. The Licensor shall not be bound by any additional or different 388 | terms or conditions communicated by You unless expressly agreed. 389 | 390 | b. Any arrangements, understandings, or agreements regarding the 391 | Licensed Material not stated herein are separate from and 392 | independent of the terms and conditions of this Public License. 393 | 394 | 395 | Section 8 -- Interpretation. 396 | 397 | a. For the avoidance of doubt, this Public License does not, and 398 | shall not be interpreted to, reduce, limit, restrict, or impose 399 | conditions on any use of the Licensed Material that could lawfully 400 | be made without permission under this Public License. 401 | 402 | b. To the extent possible, if any provision of this Public License is 403 | deemed unenforceable, it shall be automatically reformed to the 404 | minimum extent necessary to make it enforceable. If the provision 405 | cannot be reformed, it shall be severed from this Public License 406 | without affecting the enforceability of the remaining terms and 407 | conditions. 408 | 409 | c. No term or condition of this Public License will be waived and no 410 | failure to comply consented to unless expressly agreed to by the 411 | Licensor. 412 | 413 | d. Nothing in this Public License constitutes or may be interpreted 414 | as a limitation upon, or waiver of, any privileges and immunities 415 | that apply to the Licensor or You, including from the legal 416 | processes of any jurisdiction or authority. 417 | 418 | ======================================================================= 419 | 420 | Creative Commons is not a party to its public 421 | licenses. Notwithstanding, Creative Commons may elect to apply one of 422 | its public licenses to material it publishes and in those instances 423 | will be considered the “Licensor.” The text of the Creative Commons 424 | public licenses is dedicated to the public domain under the CC0 Public 425 | Domain Dedication. Except for the limited purpose of indicating that 426 | material is shared under a Creative Commons public license or as 427 | otherwise permitted by the Creative Commons policies published at 428 | creativecommons.org/policies, Creative Commons does not authorize the 429 | use of the trademark "Creative Commons" or any other trademark or logo 430 | of Creative Commons without its prior written consent including, 431 | without limitation, in connection with any unauthorized modifications 432 | to any of its public licenses or any other arrangements, 433 | understandings, or agreements concerning use of licensed material. For 434 | the avoidance of doubt, this paragraph does not form part of the 435 | public licenses. 436 | 437 | Creative Commons may be contacted at creativecommons.org. 438 | -------------------------------------------------------------------------------- /plate_ble/plate_ble.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "3dviewports": [], 4 | "design_settings": { 5 | "defaults": { 6 | "board_outline_line_width": 0.15, 7 | "copper_line_width": 0.15, 8 | "copper_text_italic": false, 9 | "copper_text_size_h": 1.5, 10 | "copper_text_size_v": 1.5, 11 | "copper_text_thickness": 0.3, 12 | "copper_text_upright": true, 13 | "courtyard_line_width": 0.049999999999999996, 14 | "dimension_precision": 4, 15 | "dimension_units": 3, 16 | "dimensions": { 17 | "arrow_length": 1270000, 18 | "extension_offset": 500000, 19 | "keep_text_aligned": true, 20 | "suppress_zeroes": false, 21 | "text_position": 0, 22 | "units_format": 1 23 | }, 24 | "fab_line_width": 0.09999999999999999, 25 | "fab_text_italic": false, 26 | "fab_text_size_h": 1.0, 27 | "fab_text_size_v": 1.0, 28 | "fab_text_thickness": 0.15, 29 | "fab_text_upright": false, 30 | "other_line_width": 0.09999999999999999, 31 | "other_text_italic": false, 32 | "other_text_size_h": 1.0, 33 | "other_text_size_v": 1.0, 34 | "other_text_thickness": 0.15, 35 | "other_text_upright": false, 36 | "pads": { 37 | "drill": 3.9878, 38 | "height": 3.9878, 39 | "width": 3.9878 40 | }, 41 | "silk_line_width": 0.15, 42 | "silk_text_italic": false, 43 | "silk_text_size_h": 0.7999999999999999, 44 | "silk_text_size_v": 0.7999999999999999, 45 | "silk_text_thickness": 0.15, 46 | "silk_text_upright": true, 47 | "zones": { 48 | "min_clearance": 0.15 49 | } 50 | }, 51 | "diff_pair_dimensions": [ 52 | { 53 | "gap": 0.0, 54 | "via_gap": 0.0, 55 | "width": 0.0 56 | } 57 | ], 58 | "drc_exclusions": [], 59 | "meta": { 60 | "filename": "board_design_settings.json", 61 | "version": 2 62 | }, 63 | "rule_severities": { 64 | "annular_width": "error", 65 | "clearance": "error", 66 | "connection_width": "warning", 67 | "copper_edge_clearance": "error", 68 | "copper_sliver": "warning", 69 | "courtyards_overlap": "error", 70 | "diff_pair_gap_out_of_range": "error", 71 | "diff_pair_uncoupled_length_too_long": "error", 72 | "drill_out_of_range": "error", 73 | "duplicate_footprints": "warning", 74 | "extra_footprint": "warning", 75 | "footprint": "error", 76 | "footprint_type_mismatch": "ignore", 77 | "hole_clearance": "error", 78 | "hole_near_hole": "ignore", 79 | "invalid_outline": "error", 80 | "isolated_copper": "warning", 81 | "item_on_disabled_layer": "error", 82 | "items_not_allowed": "error", 83 | "length_out_of_range": "error", 84 | "lib_footprint_issues": "warning", 85 | "lib_footprint_mismatch": "warning", 86 | "malformed_courtyard": "error", 87 | "microvia_drill_out_of_range": "error", 88 | "missing_courtyard": "ignore", 89 | "missing_footprint": "warning", 90 | "net_conflict": "warning", 91 | "npth_inside_courtyard": "ignore", 92 | "padstack": "warning", 93 | "pth_inside_courtyard": "ignore", 94 | "shorting_items": "error", 95 | "silk_edge_clearance": "warning", 96 | "silk_over_copper": "ignore", 97 | "silk_overlap": "warning", 98 | "skew_out_of_range": "error", 99 | "solder_mask_bridge": "error", 100 | "starved_thermal": "error", 101 | "text_height": "ignore", 102 | "text_thickness": "warning", 103 | "through_hole_pad_without_hole": "error", 104 | "too_many_vias": "error", 105 | "track_dangling": "warning", 106 | "track_width": "error", 107 | "tracks_crossing": "error", 108 | "unconnected_items": "error", 109 | "unresolved_variable": "error", 110 | "via_dangling": "warning", 111 | "zones_intersect": "error" 112 | }, 113 | "rule_severitieslegacy_courtyards_overlap": true, 114 | "rule_severitieslegacy_no_courtyard_defined": false, 115 | "rules": { 116 | "max_error": 0.005, 117 | "min_clearance": 0.127, 118 | "min_connection": 0.127, 119 | "min_copper_edge_clearance": 0.3, 120 | "min_hole_clearance": 0.25, 121 | "min_hole_to_hole": 0.25, 122 | "min_microvia_diameter": 0.19999999999999998, 123 | "min_microvia_drill": 0.09999999999999999, 124 | "min_resolved_spokes": 1, 125 | "min_silk_clearance": 0.0, 126 | "min_text_height": 0.7999999999999999, 127 | "min_text_thickness": 0.08, 128 | "min_through_hole_diameter": 0.3, 129 | "min_track_width": 0.127, 130 | "min_via_annular_width": 0.15, 131 | "min_via_diameter": 0.3, 132 | "solder_mask_to_copper_clearance": 0.0, 133 | "use_height_for_length_calcs": true 134 | }, 135 | "teardrop_options": [ 136 | { 137 | "td_allow_use_two_tracks": true, 138 | "td_curve_segcount": 5, 139 | "td_on_pad_in_zone": false, 140 | "td_onpadsmd": true, 141 | "td_onroundshapesonly": true, 142 | "td_ontrackend": true, 143 | "td_onviapad": true 144 | } 145 | ], 146 | "teardrop_parameters": [ 147 | { 148 | "td_curve_segcount": 5, 149 | "td_height_ratio": 1.0, 150 | "td_length_ratio": 0.5, 151 | "td_maxheight": 2.0, 152 | "td_maxlen": 1.0, 153 | "td_target_name": "td_round_shape", 154 | "td_width_to_size_filter_ratio": 0.9 155 | }, 156 | { 157 | "td_curve_segcount": 0, 158 | "td_height_ratio": 1.0, 159 | "td_length_ratio": 0.5, 160 | "td_maxheight": 2.0, 161 | "td_maxlen": 1.0, 162 | "td_target_name": "td_rect_shape", 163 | "td_width_to_size_filter_ratio": 0.9 164 | }, 165 | { 166 | "td_curve_segcount": 0, 167 | "td_height_ratio": 1.0, 168 | "td_length_ratio": 0.5, 169 | "td_maxheight": 2.0, 170 | "td_maxlen": 1.0, 171 | "td_target_name": "td_track_end", 172 | "td_width_to_size_filter_ratio": 0.9 173 | } 174 | ], 175 | "track_widths": [ 176 | 0.0, 177 | 0.15, 178 | 0.3, 179 | 0.6 180 | ], 181 | "via_dimensions": [ 182 | { 183 | "diameter": 0.0, 184 | "drill": 0.0 185 | } 186 | ], 187 | "zones_allow_external_fillets": true 188 | }, 189 | "layer_presets": [], 190 | "viewports": [] 191 | }, 192 | "boards": [], 193 | "cvpcb": { 194 | "equivalence_files": [] 195 | }, 196 | "erc": { 197 | "erc_exclusions": [], 198 | "meta": { 199 | "version": 0 200 | }, 201 | "pin_map": [ 202 | [ 203 | 0, 204 | 0, 205 | 0, 206 | 0, 207 | 0, 208 | 0, 209 | 1, 210 | 0, 211 | 0, 212 | 0, 213 | 0, 214 | 2 215 | ], 216 | [ 217 | 0, 218 | 2, 219 | 0, 220 | 1, 221 | 0, 222 | 0, 223 | 1, 224 | 0, 225 | 2, 226 | 2, 227 | 2, 228 | 2 229 | ], 230 | [ 231 | 0, 232 | 0, 233 | 0, 234 | 0, 235 | 0, 236 | 0, 237 | 1, 238 | 0, 239 | 1, 240 | 0, 241 | 1, 242 | 2 243 | ], 244 | [ 245 | 0, 246 | 1, 247 | 0, 248 | 0, 249 | 0, 250 | 0, 251 | 1, 252 | 1, 253 | 2, 254 | 1, 255 | 1, 256 | 2 257 | ], 258 | [ 259 | 0, 260 | 0, 261 | 0, 262 | 0, 263 | 0, 264 | 0, 265 | 1, 266 | 0, 267 | 0, 268 | 0, 269 | 0, 270 | 2 271 | ], 272 | [ 273 | 0, 274 | 0, 275 | 0, 276 | 0, 277 | 0, 278 | 0, 279 | 0, 280 | 0, 281 | 0, 282 | 0, 283 | 0, 284 | 2 285 | ], 286 | [ 287 | 1, 288 | 1, 289 | 1, 290 | 1, 291 | 1, 292 | 0, 293 | 1, 294 | 1, 295 | 1, 296 | 1, 297 | 1, 298 | 2 299 | ], 300 | [ 301 | 0, 302 | 0, 303 | 0, 304 | 1, 305 | 0, 306 | 0, 307 | 1, 308 | 0, 309 | 0, 310 | 0, 311 | 0, 312 | 2 313 | ], 314 | [ 315 | 0, 316 | 2, 317 | 1, 318 | 2, 319 | 0, 320 | 0, 321 | 1, 322 | 0, 323 | 2, 324 | 2, 325 | 2, 326 | 2 327 | ], 328 | [ 329 | 0, 330 | 2, 331 | 0, 332 | 1, 333 | 0, 334 | 0, 335 | 1, 336 | 0, 337 | 2, 338 | 0, 339 | 0, 340 | 2 341 | ], 342 | [ 343 | 0, 344 | 2, 345 | 1, 346 | 1, 347 | 0, 348 | 0, 349 | 1, 350 | 0, 351 | 2, 352 | 0, 353 | 0, 354 | 2 355 | ], 356 | [ 357 | 2, 358 | 2, 359 | 2, 360 | 2, 361 | 2, 362 | 2, 363 | 2, 364 | 2, 365 | 2, 366 | 2, 367 | 2, 368 | 2 369 | ] 370 | ], 371 | "rule_severities": { 372 | "bus_definition_conflict": "error", 373 | "bus_entry_needed": "error", 374 | "bus_to_bus_conflict": "error", 375 | "bus_to_net_conflict": "error", 376 | "conflicting_netclasses": "error", 377 | "different_unit_footprint": "error", 378 | "different_unit_net": "error", 379 | "duplicate_reference": "error", 380 | "duplicate_sheet_names": "error", 381 | "endpoint_off_grid": "ignore", 382 | "extra_units": "error", 383 | "global_label_dangling": "warning", 384 | "hier_label_mismatch": "error", 385 | "label_dangling": "error", 386 | "lib_symbol_issues": "warning", 387 | "missing_bidi_pin": "warning", 388 | "missing_input_pin": "warning", 389 | "missing_power_pin": "error", 390 | "missing_unit": "warning", 391 | "multiple_net_names": "warning", 392 | "net_not_bus_member": "warning", 393 | "no_connect_connected": "warning", 394 | "no_connect_dangling": "warning", 395 | "pin_not_connected": "error", 396 | "pin_not_driven": "error", 397 | "pin_to_pin": "warning", 398 | "power_pin_not_driven": "error", 399 | "similar_labels": "warning", 400 | "simulation_model_issue": "ignore", 401 | "unannotated": "error", 402 | "unit_value_mismatch": "error", 403 | "unresolved_variable": "error", 404 | "wire_dangling": "error" 405 | } 406 | }, 407 | "libraries": { 408 | "pinned_footprint_libs": [], 409 | "pinned_symbol_libs": [] 410 | }, 411 | "meta": { 412 | "filename": "plate_ble.kicad_pro", 413 | "version": 1 414 | }, 415 | "net_settings": { 416 | "classes": [ 417 | { 418 | "bus_width": 12, 419 | "clearance": 0.15, 420 | "diff_pair_gap": 0.15, 421 | "diff_pair_via_gap": 0.25, 422 | "diff_pair_width": 0.15, 423 | "line_style": 0, 424 | "microvia_diameter": 0.3, 425 | "microvia_drill": 0.1, 426 | "name": "Default", 427 | "pcb_color": "rgba(0, 0, 0, 0.000)", 428 | "schematic_color": "rgba(0, 0, 0, 0.000)", 429 | "track_width": 0.15, 430 | "via_diameter": 0.6, 431 | "via_drill": 0.3, 432 | "wire_width": 6 433 | }, 434 | { 435 | "bus_width": 12, 436 | "clearance": 0.15, 437 | "diff_pair_gap": 0.15, 438 | "diff_pair_via_gap": 0.25, 439 | "diff_pair_width": 0.2, 440 | "line_style": 0, 441 | "microvia_diameter": 0.3, 442 | "microvia_drill": 0.1, 443 | "name": "POWER", 444 | "pcb_color": "rgba(0, 0, 0, 0.000)", 445 | "schematic_color": "rgba(0, 0, 0, 0.000)", 446 | "track_width": 0.3, 447 | "via_diameter": 0.6, 448 | "via_drill": 0.3, 449 | "wire_width": 6 450 | } 451 | ], 452 | "meta": { 453 | "version": 3 454 | }, 455 | "net_colors": null, 456 | "netclass_assignments": null, 457 | "netclass_patterns": [ 458 | { 459 | "netclass": "Default", 460 | "pattern": "COL0" 461 | }, 462 | { 463 | "netclass": "Default", 464 | "pattern": "COL1" 465 | }, 466 | { 467 | "netclass": "Default", 468 | "pattern": "COL10" 469 | }, 470 | { 471 | "netclass": "Default", 472 | "pattern": "COL11" 473 | }, 474 | { 475 | "netclass": "Default", 476 | "pattern": "COL2" 477 | }, 478 | { 479 | "netclass": "Default", 480 | "pattern": "COL3" 481 | }, 482 | { 483 | "netclass": "Default", 484 | "pattern": "COL4" 485 | }, 486 | { 487 | "netclass": "Default", 488 | "pattern": "COL5" 489 | }, 490 | { 491 | "netclass": "Default", 492 | "pattern": "COL6" 493 | }, 494 | { 495 | "netclass": "Default", 496 | "pattern": "COL7" 497 | }, 498 | { 499 | "netclass": "Default", 500 | "pattern": "COL8" 501 | }, 502 | { 503 | "netclass": "Default", 504 | "pattern": "COL9" 505 | }, 506 | { 507 | "netclass": "Default", 508 | "pattern": "D+" 509 | }, 510 | { 511 | "netclass": "Default", 512 | "pattern": "D-" 513 | }, 514 | { 515 | "netclass": "Default", 516 | "pattern": "MISO" 517 | }, 518 | { 519 | "netclass": "Default", 520 | "pattern": "MOSI" 521 | }, 522 | { 523 | "netclass": "Default", 524 | "pattern": "Net-(C1-Pad1)" 525 | }, 526 | { 527 | "netclass": "Default", 528 | "pattern": "Net-(C2-Pad1)" 529 | }, 530 | { 531 | "netclass": "Default", 532 | "pattern": "Net-(C3-Pad1)" 533 | }, 534 | { 535 | "netclass": "Default", 536 | "pattern": "Net-(D1-Pad2)" 537 | }, 538 | { 539 | "netclass": "Default", 540 | "pattern": "Net-(D10-Pad2)" 541 | }, 542 | { 543 | "netclass": "Default", 544 | "pattern": "Net-(D11-Pad2)" 545 | }, 546 | { 547 | "netclass": "Default", 548 | "pattern": "Net-(D12-Pad2)" 549 | }, 550 | { 551 | "netclass": "Default", 552 | "pattern": "Net-(D13-Pad2)" 553 | }, 554 | { 555 | "netclass": "Default", 556 | "pattern": "Net-(D14-Pad2)" 557 | }, 558 | { 559 | "netclass": "Default", 560 | "pattern": "Net-(D15-Pad2)" 561 | }, 562 | { 563 | "netclass": "Default", 564 | "pattern": "Net-(D16-Pad2)" 565 | }, 566 | { 567 | "netclass": "Default", 568 | "pattern": "Net-(D17-Pad2)" 569 | }, 570 | { 571 | "netclass": "Default", 572 | "pattern": "Net-(D18-Pad2)" 573 | }, 574 | { 575 | "netclass": "Default", 576 | "pattern": "Net-(D19-Pad2)" 577 | }, 578 | { 579 | "netclass": "Default", 580 | "pattern": "Net-(D2-Pad2)" 581 | }, 582 | { 583 | "netclass": "Default", 584 | "pattern": "Net-(D20-Pad2)" 585 | }, 586 | { 587 | "netclass": "Default", 588 | "pattern": "Net-(D21-Pad2)" 589 | }, 590 | { 591 | "netclass": "Default", 592 | "pattern": "Net-(D22-Pad2)" 593 | }, 594 | { 595 | "netclass": "Default", 596 | "pattern": "Net-(D23-Pad2)" 597 | }, 598 | { 599 | "netclass": "Default", 600 | "pattern": "Net-(D24-Pad2)" 601 | }, 602 | { 603 | "netclass": "Default", 604 | "pattern": "Net-(D25-Pad2)" 605 | }, 606 | { 607 | "netclass": "Default", 608 | "pattern": "Net-(D26-Pad2)" 609 | }, 610 | { 611 | "netclass": "Default", 612 | "pattern": "Net-(D27-Pad2)" 613 | }, 614 | { 615 | "netclass": "Default", 616 | "pattern": "Net-(D28-Pad2)" 617 | }, 618 | { 619 | "netclass": "Default", 620 | "pattern": "Net-(D29-Pad2)" 621 | }, 622 | { 623 | "netclass": "Default", 624 | "pattern": "Net-(D3-Pad2)" 625 | }, 626 | { 627 | "netclass": "Default", 628 | "pattern": "Net-(D30-Pad2)" 629 | }, 630 | { 631 | "netclass": "Default", 632 | "pattern": "Net-(D31-Pad2)" 633 | }, 634 | { 635 | "netclass": "Default", 636 | "pattern": "Net-(D32-Pad2)" 637 | }, 638 | { 639 | "netclass": "Default", 640 | "pattern": "Net-(D33-Pad2)" 641 | }, 642 | { 643 | "netclass": "Default", 644 | "pattern": "Net-(D34-Pad2)" 645 | }, 646 | { 647 | "netclass": "Default", 648 | "pattern": "Net-(D35-Pad2)" 649 | }, 650 | { 651 | "netclass": "Default", 652 | "pattern": "Net-(D36-Pad2)" 653 | }, 654 | { 655 | "netclass": "Default", 656 | "pattern": "Net-(D37-Pad2)" 657 | }, 658 | { 659 | "netclass": "Default", 660 | "pattern": "Net-(D38-Pad2)" 661 | }, 662 | { 663 | "netclass": "Default", 664 | "pattern": "Net-(D39-Pad2)" 665 | }, 666 | { 667 | "netclass": "Default", 668 | "pattern": "Net-(D4-Pad2)" 669 | }, 670 | { 671 | "netclass": "Default", 672 | "pattern": "Net-(D40-Pad2)" 673 | }, 674 | { 675 | "netclass": "Default", 676 | "pattern": "Net-(D41-Pad2)" 677 | }, 678 | { 679 | "netclass": "Default", 680 | "pattern": "Net-(D42-Pad2)" 681 | }, 682 | { 683 | "netclass": "Default", 684 | "pattern": "Net-(D43-Pad2)" 685 | }, 686 | { 687 | "netclass": "Default", 688 | "pattern": "Net-(D44-Pad2)" 689 | }, 690 | { 691 | "netclass": "Default", 692 | "pattern": "Net-(D45-Pad2)" 693 | }, 694 | { 695 | "netclass": "Default", 696 | "pattern": "Net-(D46-Pad2)" 697 | }, 698 | { 699 | "netclass": "Default", 700 | "pattern": "Net-(D47-Pad2)" 701 | }, 702 | { 703 | "netclass": "Default", 704 | "pattern": "Net-(D48-Pad2)" 705 | }, 706 | { 707 | "netclass": "Default", 708 | "pattern": "Net-(D5-Pad2)" 709 | }, 710 | { 711 | "netclass": "Default", 712 | "pattern": "Net-(D6-Pad2)" 713 | }, 714 | { 715 | "netclass": "Default", 716 | "pattern": "Net-(D7-Pad2)" 717 | }, 718 | { 719 | "netclass": "Default", 720 | "pattern": "Net-(D8-Pad2)" 721 | }, 722 | { 723 | "netclass": "Default", 724 | "pattern": "Net-(D9-Pad2)" 725 | }, 726 | { 727 | "netclass": "Default", 728 | "pattern": "Net-(R1-Pad2)" 729 | }, 730 | { 731 | "netclass": "Default", 732 | "pattern": "Net-(R2-Pad2)" 733 | }, 734 | { 735 | "netclass": "Default", 736 | "pattern": "Net-(R3-Pad2)" 737 | }, 738 | { 739 | "netclass": "Default", 740 | "pattern": "Net-(R4-Pad1)" 741 | }, 742 | { 743 | "netclass": "Default", 744 | "pattern": "Net-(R5-Pad1)" 745 | }, 746 | { 747 | "netclass": "Default", 748 | "pattern": "Net-(U1-Pad1)" 749 | }, 750 | { 751 | "netclass": "Default", 752 | "pattern": "Net-(U1-Pad12)" 753 | }, 754 | { 755 | "netclass": "Default", 756 | "pattern": "Net-(U1-Pad18)" 757 | }, 758 | { 759 | "netclass": "Default", 760 | "pattern": "Net-(U1-Pad19)" 761 | }, 762 | { 763 | "netclass": "Default", 764 | "pattern": "Net-(U1-Pad20)" 765 | }, 766 | { 767 | "netclass": "Default", 768 | "pattern": "Net-(U1-Pad21)" 769 | }, 770 | { 771 | "netclass": "Default", 772 | "pattern": "Net-(U1-Pad22)" 773 | }, 774 | { 775 | "netclass": "Default", 776 | "pattern": "Net-(U1-Pad25)" 777 | }, 778 | { 779 | "netclass": "Default", 780 | "pattern": "Net-(U1-Pad42)" 781 | }, 782 | { 783 | "netclass": "Default", 784 | "pattern": "Net-(USB1-Pad3)" 785 | }, 786 | { 787 | "netclass": "Default", 788 | "pattern": "Net-(USB1-Pad9)" 789 | }, 790 | { 791 | "netclass": "Default", 792 | "pattern": "RESET" 793 | }, 794 | { 795 | "netclass": "Default", 796 | "pattern": "ROW0" 797 | }, 798 | { 799 | "netclass": "Default", 800 | "pattern": "ROW1" 801 | }, 802 | { 803 | "netclass": "Default", 804 | "pattern": "ROW3" 805 | }, 806 | { 807 | "netclass": "POWER", 808 | "pattern": "+5V" 809 | }, 810 | { 811 | "netclass": "POWER", 812 | "pattern": "GND" 813 | }, 814 | { 815 | "netclass": "POWER", 816 | "pattern": "VBUS" 817 | }, 818 | { 819 | "netclass": "POWER", 820 | "pattern": "VCC" 821 | } 822 | ] 823 | }, 824 | "pcbnew": { 825 | "last_paths": { 826 | "gencad": "", 827 | "idf": "", 828 | "netlist": "cornelius.net", 829 | "specctra_dsn": "", 830 | "step": "", 831 | "vrml": "" 832 | }, 833 | "page_layout_descr_file": "" 834 | }, 835 | "schematic": { 836 | "annotate_start_num": 0, 837 | "drawing": { 838 | "dashed_lines_dash_length_ratio": 12.0, 839 | "dashed_lines_gap_length_ratio": 3.0, 840 | "default_line_thickness": 6.0, 841 | "default_text_size": 50.0, 842 | "field_names": [], 843 | "intersheets_ref_own_page": false, 844 | "intersheets_ref_prefix": "", 845 | "intersheets_ref_short": false, 846 | "intersheets_ref_show": false, 847 | "intersheets_ref_suffix": "", 848 | "junction_size_choice": 3, 849 | "label_size_ratio": 0.25, 850 | "pin_symbol_size": 0.0, 851 | "text_offset_ratio": 0.08 852 | }, 853 | "legacy_lib_dir": "", 854 | "legacy_lib_list": [], 855 | "meta": { 856 | "version": 1 857 | }, 858 | "net_format_name": "", 859 | "page_layout_descr_file": "", 860 | "plot_directory": "", 861 | "spice_adjust_passive_values": false, 862 | "spice_current_sheet_as_root": false, 863 | "spice_external_command": "spice \"%I\"", 864 | "spice_model_current_sheet_as_root": true, 865 | "spice_save_all_currents": false, 866 | "spice_save_all_voltages": false, 867 | "subpart_first_id": 65, 868 | "subpart_id_separator": 0 869 | }, 870 | "sheets": [ 871 | [ 872 | "195be91b-8e8a-44dc-96de-003bfb3dcf19", 873 | "" 874 | ] 875 | ], 876 | "text_variables": {} 877 | } 878 | -------------------------------------------------------------------------------- /hotswap_ble/hotswap_ble.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "3dviewports": [], 4 | "design_settings": { 5 | "defaults": { 6 | "board_outline_line_width": 0.15, 7 | "copper_line_width": 0.15, 8 | "copper_text_italic": false, 9 | "copper_text_size_h": 1.5, 10 | "copper_text_size_v": 1.5, 11 | "copper_text_thickness": 0.3, 12 | "copper_text_upright": true, 13 | "courtyard_line_width": 0.049999999999999996, 14 | "dimension_precision": 4, 15 | "dimension_units": 3, 16 | "dimensions": { 17 | "arrow_length": 1270000, 18 | "extension_offset": 500000, 19 | "keep_text_aligned": true, 20 | "suppress_zeroes": false, 21 | "text_position": 0, 22 | "units_format": 1 23 | }, 24 | "fab_line_width": 0.09999999999999999, 25 | "fab_text_italic": false, 26 | "fab_text_size_h": 1.0, 27 | "fab_text_size_v": 1.0, 28 | "fab_text_thickness": 0.15, 29 | "fab_text_upright": false, 30 | "other_line_width": 0.09999999999999999, 31 | "other_text_italic": false, 32 | "other_text_size_h": 1.0, 33 | "other_text_size_v": 1.0, 34 | "other_text_thickness": 0.15, 35 | "other_text_upright": false, 36 | "pads": { 37 | "drill": 3.9878, 38 | "height": 3.9878, 39 | "width": 3.9878 40 | }, 41 | "silk_line_width": 0.15, 42 | "silk_text_italic": false, 43 | "silk_text_size_h": 0.7999999999999999, 44 | "silk_text_size_v": 0.7999999999999999, 45 | "silk_text_thickness": 0.15, 46 | "silk_text_upright": true, 47 | "zones": { 48 | "min_clearance": 0.15 49 | } 50 | }, 51 | "diff_pair_dimensions": [ 52 | { 53 | "gap": 0.0, 54 | "via_gap": 0.0, 55 | "width": 0.0 56 | } 57 | ], 58 | "drc_exclusions": [], 59 | "meta": { 60 | "filename": "board_design_settings.json", 61 | "version": 2 62 | }, 63 | "rule_severities": { 64 | "annular_width": "error", 65 | "clearance": "error", 66 | "connection_width": "warning", 67 | "copper_edge_clearance": "error", 68 | "copper_sliver": "warning", 69 | "courtyards_overlap": "error", 70 | "diff_pair_gap_out_of_range": "error", 71 | "diff_pair_uncoupled_length_too_long": "error", 72 | "drill_out_of_range": "error", 73 | "duplicate_footprints": "warning", 74 | "extra_footprint": "warning", 75 | "footprint": "error", 76 | "footprint_type_mismatch": "ignore", 77 | "hole_clearance": "error", 78 | "hole_near_hole": "ignore", 79 | "invalid_outline": "error", 80 | "isolated_copper": "warning", 81 | "item_on_disabled_layer": "error", 82 | "items_not_allowed": "error", 83 | "length_out_of_range": "error", 84 | "lib_footprint_issues": "warning", 85 | "lib_footprint_mismatch": "warning", 86 | "malformed_courtyard": "error", 87 | "microvia_drill_out_of_range": "error", 88 | "missing_courtyard": "ignore", 89 | "missing_footprint": "warning", 90 | "net_conflict": "warning", 91 | "npth_inside_courtyard": "ignore", 92 | "padstack": "warning", 93 | "pth_inside_courtyard": "ignore", 94 | "shorting_items": "error", 95 | "silk_edge_clearance": "warning", 96 | "silk_over_copper": "ignore", 97 | "silk_overlap": "warning", 98 | "skew_out_of_range": "error", 99 | "solder_mask_bridge": "error", 100 | "starved_thermal": "error", 101 | "text_height": "ignore", 102 | "text_thickness": "warning", 103 | "through_hole_pad_without_hole": "error", 104 | "too_many_vias": "error", 105 | "track_dangling": "warning", 106 | "track_width": "error", 107 | "tracks_crossing": "error", 108 | "unconnected_items": "error", 109 | "unresolved_variable": "error", 110 | "via_dangling": "warning", 111 | "zones_intersect": "error" 112 | }, 113 | "rule_severitieslegacy_courtyards_overlap": true, 114 | "rule_severitieslegacy_no_courtyard_defined": false, 115 | "rules": { 116 | "max_error": 0.005, 117 | "min_clearance": 0.127, 118 | "min_connection": 0.127, 119 | "min_copper_edge_clearance": 0.3, 120 | "min_hole_clearance": 0.25, 121 | "min_hole_to_hole": 0.25, 122 | "min_microvia_diameter": 0.19999999999999998, 123 | "min_microvia_drill": 0.09999999999999999, 124 | "min_resolved_spokes": 1, 125 | "min_silk_clearance": 0.0, 126 | "min_text_height": 0.7999999999999999, 127 | "min_text_thickness": 0.08, 128 | "min_through_hole_diameter": 0.3, 129 | "min_track_width": 0.127, 130 | "min_via_annular_width": 0.15, 131 | "min_via_diameter": 0.3, 132 | "solder_mask_to_copper_clearance": 0.0, 133 | "use_height_for_length_calcs": true 134 | }, 135 | "teardrop_options": [ 136 | { 137 | "td_allow_use_two_tracks": true, 138 | "td_curve_segcount": 5, 139 | "td_on_pad_in_zone": false, 140 | "td_onpadsmd": true, 141 | "td_onroundshapesonly": true, 142 | "td_ontrackend": true, 143 | "td_onviapad": true 144 | } 145 | ], 146 | "teardrop_parameters": [ 147 | { 148 | "td_curve_segcount": 5, 149 | "td_height_ratio": 1.0, 150 | "td_length_ratio": 0.5, 151 | "td_maxheight": 2.0, 152 | "td_maxlen": 1.0, 153 | "td_target_name": "td_round_shape", 154 | "td_width_to_size_filter_ratio": 0.9 155 | }, 156 | { 157 | "td_curve_segcount": 0, 158 | "td_height_ratio": 1.0, 159 | "td_length_ratio": 0.5, 160 | "td_maxheight": 2.0, 161 | "td_maxlen": 1.0, 162 | "td_target_name": "td_rect_shape", 163 | "td_width_to_size_filter_ratio": 0.9 164 | }, 165 | { 166 | "td_curve_segcount": 0, 167 | "td_height_ratio": 1.0, 168 | "td_length_ratio": 0.5, 169 | "td_maxheight": 2.0, 170 | "td_maxlen": 1.0, 171 | "td_target_name": "td_track_end", 172 | "td_width_to_size_filter_ratio": 0.9 173 | } 174 | ], 175 | "track_widths": [ 176 | 0.0, 177 | 0.15, 178 | 0.3, 179 | 0.6 180 | ], 181 | "via_dimensions": [ 182 | { 183 | "diameter": 0.0, 184 | "drill": 0.0 185 | } 186 | ], 187 | "zones_allow_external_fillets": true 188 | }, 189 | "layer_presets": [], 190 | "viewports": [] 191 | }, 192 | "boards": [], 193 | "cvpcb": { 194 | "equivalence_files": [] 195 | }, 196 | "erc": { 197 | "erc_exclusions": [], 198 | "meta": { 199 | "version": 0 200 | }, 201 | "pin_map": [ 202 | [ 203 | 0, 204 | 0, 205 | 0, 206 | 0, 207 | 0, 208 | 0, 209 | 1, 210 | 0, 211 | 0, 212 | 0, 213 | 0, 214 | 2 215 | ], 216 | [ 217 | 0, 218 | 2, 219 | 0, 220 | 1, 221 | 0, 222 | 0, 223 | 1, 224 | 0, 225 | 2, 226 | 2, 227 | 2, 228 | 2 229 | ], 230 | [ 231 | 0, 232 | 0, 233 | 0, 234 | 0, 235 | 0, 236 | 0, 237 | 1, 238 | 0, 239 | 1, 240 | 0, 241 | 1, 242 | 2 243 | ], 244 | [ 245 | 0, 246 | 1, 247 | 0, 248 | 0, 249 | 0, 250 | 0, 251 | 1, 252 | 1, 253 | 2, 254 | 1, 255 | 1, 256 | 2 257 | ], 258 | [ 259 | 0, 260 | 0, 261 | 0, 262 | 0, 263 | 0, 264 | 0, 265 | 1, 266 | 0, 267 | 0, 268 | 0, 269 | 0, 270 | 2 271 | ], 272 | [ 273 | 0, 274 | 0, 275 | 0, 276 | 0, 277 | 0, 278 | 0, 279 | 0, 280 | 0, 281 | 0, 282 | 0, 283 | 0, 284 | 2 285 | ], 286 | [ 287 | 1, 288 | 1, 289 | 1, 290 | 1, 291 | 1, 292 | 0, 293 | 1, 294 | 1, 295 | 1, 296 | 1, 297 | 1, 298 | 2 299 | ], 300 | [ 301 | 0, 302 | 0, 303 | 0, 304 | 1, 305 | 0, 306 | 0, 307 | 1, 308 | 0, 309 | 0, 310 | 0, 311 | 0, 312 | 2 313 | ], 314 | [ 315 | 0, 316 | 2, 317 | 1, 318 | 2, 319 | 0, 320 | 0, 321 | 1, 322 | 0, 323 | 2, 324 | 2, 325 | 2, 326 | 2 327 | ], 328 | [ 329 | 0, 330 | 2, 331 | 0, 332 | 1, 333 | 0, 334 | 0, 335 | 1, 336 | 0, 337 | 2, 338 | 0, 339 | 0, 340 | 2 341 | ], 342 | [ 343 | 0, 344 | 2, 345 | 1, 346 | 1, 347 | 0, 348 | 0, 349 | 1, 350 | 0, 351 | 2, 352 | 0, 353 | 0, 354 | 2 355 | ], 356 | [ 357 | 2, 358 | 2, 359 | 2, 360 | 2, 361 | 2, 362 | 2, 363 | 2, 364 | 2, 365 | 2, 366 | 2, 367 | 2, 368 | 2 369 | ] 370 | ], 371 | "rule_severities": { 372 | "bus_definition_conflict": "error", 373 | "bus_entry_needed": "error", 374 | "bus_to_bus_conflict": "error", 375 | "bus_to_net_conflict": "error", 376 | "conflicting_netclasses": "error", 377 | "different_unit_footprint": "error", 378 | "different_unit_net": "error", 379 | "duplicate_reference": "error", 380 | "duplicate_sheet_names": "error", 381 | "endpoint_off_grid": "ignore", 382 | "extra_units": "error", 383 | "global_label_dangling": "warning", 384 | "hier_label_mismatch": "error", 385 | "label_dangling": "error", 386 | "lib_symbol_issues": "warning", 387 | "missing_bidi_pin": "warning", 388 | "missing_input_pin": "warning", 389 | "missing_power_pin": "error", 390 | "missing_unit": "warning", 391 | "multiple_net_names": "warning", 392 | "net_not_bus_member": "warning", 393 | "no_connect_connected": "warning", 394 | "no_connect_dangling": "warning", 395 | "pin_not_connected": "error", 396 | "pin_not_driven": "error", 397 | "pin_to_pin": "warning", 398 | "power_pin_not_driven": "error", 399 | "similar_labels": "warning", 400 | "simulation_model_issue": "ignore", 401 | "unannotated": "error", 402 | "unit_value_mismatch": "error", 403 | "unresolved_variable": "error", 404 | "wire_dangling": "error" 405 | } 406 | }, 407 | "libraries": { 408 | "pinned_footprint_libs": [], 409 | "pinned_symbol_libs": [] 410 | }, 411 | "meta": { 412 | "filename": "hotswap_ble.kicad_pro", 413 | "version": 1 414 | }, 415 | "net_settings": { 416 | "classes": [ 417 | { 418 | "bus_width": 12, 419 | "clearance": 0.15, 420 | "diff_pair_gap": 0.15, 421 | "diff_pair_via_gap": 0.25, 422 | "diff_pair_width": 0.15, 423 | "line_style": 0, 424 | "microvia_diameter": 0.3, 425 | "microvia_drill": 0.1, 426 | "name": "Default", 427 | "pcb_color": "rgba(0, 0, 0, 0.000)", 428 | "schematic_color": "rgba(0, 0, 0, 0.000)", 429 | "track_width": 0.15, 430 | "via_diameter": 0.6, 431 | "via_drill": 0.3, 432 | "wire_width": 6 433 | }, 434 | { 435 | "bus_width": 12, 436 | "clearance": 0.15, 437 | "diff_pair_gap": 0.15, 438 | "diff_pair_via_gap": 0.25, 439 | "diff_pair_width": 0.2, 440 | "line_style": 0, 441 | "microvia_diameter": 0.3, 442 | "microvia_drill": 0.1, 443 | "name": "POWER", 444 | "pcb_color": "rgba(0, 0, 0, 0.000)", 445 | "schematic_color": "rgba(0, 0, 0, 0.000)", 446 | "track_width": 0.3, 447 | "via_diameter": 0.6, 448 | "via_drill": 0.3, 449 | "wire_width": 6 450 | } 451 | ], 452 | "meta": { 453 | "version": 3 454 | }, 455 | "net_colors": null, 456 | "netclass_assignments": null, 457 | "netclass_patterns": [ 458 | { 459 | "netclass": "Default", 460 | "pattern": "COL0" 461 | }, 462 | { 463 | "netclass": "Default", 464 | "pattern": "COL1" 465 | }, 466 | { 467 | "netclass": "Default", 468 | "pattern": "COL10" 469 | }, 470 | { 471 | "netclass": "Default", 472 | "pattern": "COL11" 473 | }, 474 | { 475 | "netclass": "Default", 476 | "pattern": "COL2" 477 | }, 478 | { 479 | "netclass": "Default", 480 | "pattern": "COL3" 481 | }, 482 | { 483 | "netclass": "Default", 484 | "pattern": "COL4" 485 | }, 486 | { 487 | "netclass": "Default", 488 | "pattern": "COL5" 489 | }, 490 | { 491 | "netclass": "Default", 492 | "pattern": "COL6" 493 | }, 494 | { 495 | "netclass": "Default", 496 | "pattern": "COL7" 497 | }, 498 | { 499 | "netclass": "Default", 500 | "pattern": "COL8" 501 | }, 502 | { 503 | "netclass": "Default", 504 | "pattern": "COL9" 505 | }, 506 | { 507 | "netclass": "Default", 508 | "pattern": "D+" 509 | }, 510 | { 511 | "netclass": "Default", 512 | "pattern": "D-" 513 | }, 514 | { 515 | "netclass": "Default", 516 | "pattern": "MISO" 517 | }, 518 | { 519 | "netclass": "Default", 520 | "pattern": "MOSI" 521 | }, 522 | { 523 | "netclass": "Default", 524 | "pattern": "Net-(C1-Pad1)" 525 | }, 526 | { 527 | "netclass": "Default", 528 | "pattern": "Net-(C2-Pad1)" 529 | }, 530 | { 531 | "netclass": "Default", 532 | "pattern": "Net-(C3-Pad1)" 533 | }, 534 | { 535 | "netclass": "Default", 536 | "pattern": "Net-(D1-Pad2)" 537 | }, 538 | { 539 | "netclass": "Default", 540 | "pattern": "Net-(D10-Pad2)" 541 | }, 542 | { 543 | "netclass": "Default", 544 | "pattern": "Net-(D11-Pad2)" 545 | }, 546 | { 547 | "netclass": "Default", 548 | "pattern": "Net-(D12-Pad2)" 549 | }, 550 | { 551 | "netclass": "Default", 552 | "pattern": "Net-(D13-Pad2)" 553 | }, 554 | { 555 | "netclass": "Default", 556 | "pattern": "Net-(D14-Pad2)" 557 | }, 558 | { 559 | "netclass": "Default", 560 | "pattern": "Net-(D15-Pad2)" 561 | }, 562 | { 563 | "netclass": "Default", 564 | "pattern": "Net-(D16-Pad2)" 565 | }, 566 | { 567 | "netclass": "Default", 568 | "pattern": "Net-(D17-Pad2)" 569 | }, 570 | { 571 | "netclass": "Default", 572 | "pattern": "Net-(D18-Pad2)" 573 | }, 574 | { 575 | "netclass": "Default", 576 | "pattern": "Net-(D19-Pad2)" 577 | }, 578 | { 579 | "netclass": "Default", 580 | "pattern": "Net-(D2-Pad2)" 581 | }, 582 | { 583 | "netclass": "Default", 584 | "pattern": "Net-(D20-Pad2)" 585 | }, 586 | { 587 | "netclass": "Default", 588 | "pattern": "Net-(D21-Pad2)" 589 | }, 590 | { 591 | "netclass": "Default", 592 | "pattern": "Net-(D22-Pad2)" 593 | }, 594 | { 595 | "netclass": "Default", 596 | "pattern": "Net-(D23-Pad2)" 597 | }, 598 | { 599 | "netclass": "Default", 600 | "pattern": "Net-(D24-Pad2)" 601 | }, 602 | { 603 | "netclass": "Default", 604 | "pattern": "Net-(D25-Pad2)" 605 | }, 606 | { 607 | "netclass": "Default", 608 | "pattern": "Net-(D26-Pad2)" 609 | }, 610 | { 611 | "netclass": "Default", 612 | "pattern": "Net-(D27-Pad2)" 613 | }, 614 | { 615 | "netclass": "Default", 616 | "pattern": "Net-(D28-Pad2)" 617 | }, 618 | { 619 | "netclass": "Default", 620 | "pattern": "Net-(D29-Pad2)" 621 | }, 622 | { 623 | "netclass": "Default", 624 | "pattern": "Net-(D3-Pad2)" 625 | }, 626 | { 627 | "netclass": "Default", 628 | "pattern": "Net-(D30-Pad2)" 629 | }, 630 | { 631 | "netclass": "Default", 632 | "pattern": "Net-(D31-Pad2)" 633 | }, 634 | { 635 | "netclass": "Default", 636 | "pattern": "Net-(D32-Pad2)" 637 | }, 638 | { 639 | "netclass": "Default", 640 | "pattern": "Net-(D33-Pad2)" 641 | }, 642 | { 643 | "netclass": "Default", 644 | "pattern": "Net-(D34-Pad2)" 645 | }, 646 | { 647 | "netclass": "Default", 648 | "pattern": "Net-(D35-Pad2)" 649 | }, 650 | { 651 | "netclass": "Default", 652 | "pattern": "Net-(D36-Pad2)" 653 | }, 654 | { 655 | "netclass": "Default", 656 | "pattern": "Net-(D37-Pad2)" 657 | }, 658 | { 659 | "netclass": "Default", 660 | "pattern": "Net-(D38-Pad2)" 661 | }, 662 | { 663 | "netclass": "Default", 664 | "pattern": "Net-(D39-Pad2)" 665 | }, 666 | { 667 | "netclass": "Default", 668 | "pattern": "Net-(D4-Pad2)" 669 | }, 670 | { 671 | "netclass": "Default", 672 | "pattern": "Net-(D40-Pad2)" 673 | }, 674 | { 675 | "netclass": "Default", 676 | "pattern": "Net-(D41-Pad2)" 677 | }, 678 | { 679 | "netclass": "Default", 680 | "pattern": "Net-(D42-Pad2)" 681 | }, 682 | { 683 | "netclass": "Default", 684 | "pattern": "Net-(D43-Pad2)" 685 | }, 686 | { 687 | "netclass": "Default", 688 | "pattern": "Net-(D44-Pad2)" 689 | }, 690 | { 691 | "netclass": "Default", 692 | "pattern": "Net-(D45-Pad2)" 693 | }, 694 | { 695 | "netclass": "Default", 696 | "pattern": "Net-(D46-Pad2)" 697 | }, 698 | { 699 | "netclass": "Default", 700 | "pattern": "Net-(D47-Pad2)" 701 | }, 702 | { 703 | "netclass": "Default", 704 | "pattern": "Net-(D48-Pad2)" 705 | }, 706 | { 707 | "netclass": "Default", 708 | "pattern": "Net-(D5-Pad2)" 709 | }, 710 | { 711 | "netclass": "Default", 712 | "pattern": "Net-(D6-Pad2)" 713 | }, 714 | { 715 | "netclass": "Default", 716 | "pattern": "Net-(D7-Pad2)" 717 | }, 718 | { 719 | "netclass": "Default", 720 | "pattern": "Net-(D8-Pad2)" 721 | }, 722 | { 723 | "netclass": "Default", 724 | "pattern": "Net-(D9-Pad2)" 725 | }, 726 | { 727 | "netclass": "Default", 728 | "pattern": "Net-(R1-Pad2)" 729 | }, 730 | { 731 | "netclass": "Default", 732 | "pattern": "Net-(R2-Pad2)" 733 | }, 734 | { 735 | "netclass": "Default", 736 | "pattern": "Net-(R3-Pad2)" 737 | }, 738 | { 739 | "netclass": "Default", 740 | "pattern": "Net-(R4-Pad1)" 741 | }, 742 | { 743 | "netclass": "Default", 744 | "pattern": "Net-(R5-Pad1)" 745 | }, 746 | { 747 | "netclass": "Default", 748 | "pattern": "Net-(U1-Pad1)" 749 | }, 750 | { 751 | "netclass": "Default", 752 | "pattern": "Net-(U1-Pad12)" 753 | }, 754 | { 755 | "netclass": "Default", 756 | "pattern": "Net-(U1-Pad18)" 757 | }, 758 | { 759 | "netclass": "Default", 760 | "pattern": "Net-(U1-Pad19)" 761 | }, 762 | { 763 | "netclass": "Default", 764 | "pattern": "Net-(U1-Pad20)" 765 | }, 766 | { 767 | "netclass": "Default", 768 | "pattern": "Net-(U1-Pad21)" 769 | }, 770 | { 771 | "netclass": "Default", 772 | "pattern": "Net-(U1-Pad22)" 773 | }, 774 | { 775 | "netclass": "Default", 776 | "pattern": "Net-(U1-Pad25)" 777 | }, 778 | { 779 | "netclass": "Default", 780 | "pattern": "Net-(U1-Pad42)" 781 | }, 782 | { 783 | "netclass": "Default", 784 | "pattern": "Net-(USB1-Pad3)" 785 | }, 786 | { 787 | "netclass": "Default", 788 | "pattern": "Net-(USB1-Pad9)" 789 | }, 790 | { 791 | "netclass": "Default", 792 | "pattern": "RESET" 793 | }, 794 | { 795 | "netclass": "Default", 796 | "pattern": "ROW0" 797 | }, 798 | { 799 | "netclass": "Default", 800 | "pattern": "ROW1" 801 | }, 802 | { 803 | "netclass": "Default", 804 | "pattern": "ROW3" 805 | }, 806 | { 807 | "netclass": "POWER", 808 | "pattern": "+5V" 809 | }, 810 | { 811 | "netclass": "POWER", 812 | "pattern": "GND" 813 | }, 814 | { 815 | "netclass": "POWER", 816 | "pattern": "VBUS" 817 | }, 818 | { 819 | "netclass": "POWER", 820 | "pattern": "VCC" 821 | } 822 | ] 823 | }, 824 | "pcbnew": { 825 | "last_paths": { 826 | "gencad": "", 827 | "idf": "", 828 | "netlist": "cornelius.net", 829 | "specctra_dsn": "", 830 | "step": "", 831 | "vrml": "" 832 | }, 833 | "page_layout_descr_file": "" 834 | }, 835 | "schematic": { 836 | "annotate_start_num": 0, 837 | "drawing": { 838 | "dashed_lines_dash_length_ratio": 12.0, 839 | "dashed_lines_gap_length_ratio": 3.0, 840 | "default_line_thickness": 6.0, 841 | "default_text_size": 50.0, 842 | "field_names": [], 843 | "intersheets_ref_own_page": false, 844 | "intersheets_ref_prefix": "", 845 | "intersheets_ref_short": false, 846 | "intersheets_ref_show": false, 847 | "intersheets_ref_suffix": "", 848 | "junction_size_choice": 3, 849 | "label_size_ratio": 0.25, 850 | "pin_symbol_size": 0.0, 851 | "text_offset_ratio": 0.08 852 | }, 853 | "legacy_lib_dir": "", 854 | "legacy_lib_list": [], 855 | "meta": { 856 | "version": 1 857 | }, 858 | "net_format_name": "", 859 | "page_layout_descr_file": "", 860 | "plot_directory": "", 861 | "spice_adjust_passive_values": false, 862 | "spice_current_sheet_as_root": false, 863 | "spice_external_command": "spice \"%I\"", 864 | "spice_model_current_sheet_as_root": true, 865 | "spice_save_all_currents": false, 866 | "spice_save_all_voltages": false, 867 | "subpart_first_id": 65, 868 | "subpart_id_separator": 0 869 | }, 870 | "sheets": [ 871 | [ 872 | "195be91b-8e8a-44dc-96de-003bfb3dcf19", 873 | "" 874 | ] 875 | ], 876 | "text_variables": {} 877 | } 878 | -------------------------------------------------------------------------------- /hotswap_ble/projectlib.pretty/logo_silk_10.kicad_mod: -------------------------------------------------------------------------------- 1 | (module LOGO (layer F.Cu) 2 | (at 0 0) 3 | (fp_text reference "G***" (at 0 0) (layer F.SilkS) hide 4 | (effects (font (thickness 0.3))) 5 | ) 6 | (fp_text value "LOGO" (at 0.75 0) (layer F.SilkS) hide 7 | (effects (font (thickness 0.3))) 8 | ) 9 | (fp_poly (pts (xy 0.480495 -4.946918) (xy 0.939704 -4.882842) (xy 1.386445 -4.777812) (xy 1.818393 -4.633271) (xy 2.233224 -4.450663) (xy 2.628614 -4.231429) (xy 3.002239 -3.977013) (xy 3.351776 -3.688857) 10 | (xy 3.674899 -3.368405) (xy 3.969286 -3.017100) (xy 4.232612 -2.636383) (xy 4.462554 -2.227699) (xy 4.479037 -2.194649) (xy 4.664182 -1.770499) (xy 4.807972 -1.333160) (xy 4.910396 -0.885960) 11 | (xy 4.971446 -0.432226) (xy 4.991112 0.024714) (xy 4.969386 0.481533) (xy 4.906257 0.934903) (xy 4.801716 1.381497) (xy 4.655755 1.817986) (xy 4.491307 2.194649) (xy 4.266449 2.605823) 12 | (xy 4.007274 2.989956) (xy 3.716033 3.345473) (xy 3.394975 3.670799) (xy 3.046352 3.964357) (xy 2.672415 4.224573) (xy 2.275414 4.449870) (xy 1.857601 4.638674) (xy 1.421225 4.789410) 13 | (xy 0.968538 4.900500) (xy 0.530045 4.967382) (xy 0.393342 4.978031) (xy 0.225867 4.984638) (xy 0.041225 4.987231) (xy -0.146982 4.985844) (xy -0.325149 4.980505) (xy -0.479674 4.971248) 14 | (xy -0.545877 4.964928) (xy -0.987843 4.893447) (xy -1.426807 4.780320) (xy -1.856821 4.628013) (xy -2.271935 4.438995) (xy -2.666201 4.215731) (xy -3.033668 3.960691) (xy -3.108158 3.902298) 15 | (xy -3.454874 3.596831) (xy -3.767547 3.264697) (xy -4.045556 2.908698) (xy -4.288281 2.531639) (xy -4.495101 2.136325) (xy -4.665398 1.725558) (xy -4.798549 1.302144) (xy -4.893936 0.868887) 16 | (xy -4.950937 0.428589) (xy -4.962875 0.133684) (xy -4.663530 0.133684) (xy -4.022464 0.133684) (xy -3.804829 0.350503) (xy -3.587193 0.567322) (xy -3.587193 1.106783) (xy -3.586960 1.276644) 17 | (xy -3.586001 1.407420) (xy -3.583931 1.504586) (xy -3.580363 1.573618) (xy -3.574911 1.619991) (xy -3.567190 1.649180) (xy -3.556812 1.666661) (xy -3.547083 1.675359) (xy -3.477132 1.750487) 18 | (xy -3.439879 1.843097) (xy -3.434822 1.942313) (xy -3.461458 2.037260) (xy -3.519286 2.117061) (xy -3.569140 2.153366) (xy -3.649520 2.177865) (xy -3.746011 2.179381) (xy -3.836716 2.158194) 19 | (xy -3.855291 2.149710) (xy -3.928481 2.089090) (xy -3.972687 2.004833) (xy -3.987396 1.907580) (xy -3.987000 1.905000) (xy -3.810000 1.905000) (xy -3.792705 1.948115) (xy -3.753456 1.987973) 20 | (xy -3.711599 2.005263) (xy -3.676411 1.990048) (xy -3.643412 1.961272) (xy -3.617519 1.926680) (xy -3.619526 1.896517) (xy -3.640472 1.861009) (xy -3.676371 1.820726) (xy -3.708659 1.804737) 21 | (xy -3.753297 1.822396) (xy -3.793471 1.862700) (xy -3.810000 1.905000) (xy -3.987000 1.905000) (xy -3.972097 1.807973) (xy -3.926276 1.716654) (xy -3.878597 1.665700) (xy -3.863232 1.650797) 22 | (xy -3.851699 1.631290) (xy -3.843451 1.601122) (xy -3.837938 1.554239) (xy -3.834614 1.484584) (xy -3.832931 1.386101) (xy -3.832339 1.252735) (xy -3.832281 1.153803) (xy -3.832281 0.680679) 23 | (xy -3.982078 0.529726) (xy -4.131875 0.378772) (xy -4.383131 0.378772) (xy -4.487401 0.378012) (xy -4.560006 0.380174) (xy -4.605450 0.391918) (xy -4.628239 0.419906) (xy -4.632877 0.470798) 24 | (xy -4.623869 0.551256) (xy -4.605722 0.667940) (xy -4.600741 0.700519) (xy -4.512513 1.139161) (xy -4.383269 1.563751) (xy -4.215027 1.971802) (xy -4.009806 2.360829) (xy -3.769622 2.728345) 25 | (xy -3.496495 3.071864) (xy -3.192443 3.388901) (xy -2.859483 3.676969) (xy -2.499634 3.933582) (xy -2.114913 4.156255) (xy -1.707340 4.342500) (xy -1.615351 4.378135) (xy -1.435645 4.439767) 26 | (xy -1.234603 4.499029) (xy -1.026685 4.552296) (xy -0.826351 4.595943) (xy -0.648060 4.626344) (xy -0.601579 4.632277) (xy -0.500882 4.644065) (xy -0.409797 4.655041) (xy -0.342390 4.663495) 27 | (xy -0.323070 4.666087) (xy -0.254935 4.670910) (xy -0.152031 4.672271) (xy -0.023984 4.670566) (xy 0.119579 4.666194) (xy 0.269033 4.659552) (xy 0.414752 4.651035) (xy 0.547112 4.641042) 28 | (xy 0.656485 4.629970) (xy 0.701842 4.623800) (xy 0.827773 4.604455) (xy 0.913093 4.588788) (xy 0.960913 4.571872) (xy 0.974345 4.548777) (xy 0.956499 4.514575) (xy 0.910487 4.464338) 29 | (xy 0.844331 4.398087) (xy 0.680676 4.233333) (xy -0.136313 4.233333) (xy -0.351809 4.233534) (xy -0.526867 4.234248) (xy -0.665612 4.235639) (xy -0.772165 4.237874) (xy -0.850651 4.241118) 30 | (xy -0.905192 4.245536) (xy -0.939911 4.251293) (xy -0.958932 4.258556) (xy -0.966079 4.266627) (xy -1.001482 4.309782) (xy -1.064807 4.350166) (xy -1.139770 4.379366) (xy -1.203158 4.389131) 31 | (xy -1.303466 4.368487) (xy -1.390996 4.312843) (xy -1.456360 4.231631) (xy -1.490168 4.134284) (xy -1.490875 4.124604) (xy -1.287976 4.124604) (xy -1.266057 4.173783) (xy -1.256717 4.181953) 32 | (xy -1.219329 4.205243) (xy -1.203158 4.211052) (xy -1.176133 4.199346) (xy -1.149599 4.181953) (xy -1.119468 4.139432) (xy -1.119448 4.089536) (xy -1.142410 4.044429) (xy -1.181224 4.016274) 33 | (xy -1.228759 4.017236) (xy -1.242149 4.024056) (xy -1.279422 4.068360) (xy -1.287976 4.124604) (xy -1.490875 4.124604) (xy -1.492807 4.098162) (xy -1.476541 4.020361) (xy -1.435200 3.941097) 34 | (xy -1.379972 3.879634) (xy -1.357225 3.864720) (xy -1.294798 3.844255) (xy -1.216102 3.833019) (xy -1.193188 3.832280) (xy -1.122697 3.838112) (xy -1.066873 3.861491) (xy -1.005566 3.910263) 35 | (xy -0.919249 3.988245) (xy 0.812548 3.988245) (xy 1.063041 4.238028) (xy 1.313534 4.487810) (xy 1.659912 4.375438) (xy 1.665772 3.629816) (xy 1.670577 3.018478) (xy 1.916140 3.018478) 36 | (xy 1.916140 3.637046) (xy 1.916590 3.797865) (xy 1.917860 3.943121) (xy 1.919832 4.067152) (xy 1.922385 4.164297) (xy 1.925400 4.228894) (xy 1.928757 4.255283) (xy 1.929185 4.255614) 37 | (xy 1.953102 4.246018) (xy 2.007996 4.219995) (xy 2.085319 4.181691) (xy 2.163132 4.142144) (xy 2.384035 4.028674) (xy 2.384035 3.330388) (xy 2.707105 3.007894) (xy 3.030175 2.685401) 38 | (xy 3.030175 1.169140) (xy 3.338064 0.861840) (xy 3.445380 0.753979) (xy 3.524504 0.672134) (xy 3.579373 0.611445) (xy 3.613924 0.567051) (xy 3.632094 0.534091) (xy 3.637821 0.507703) 39 | (xy 3.636905 0.492886) (xy 3.638523 0.471689) (xy 3.833874 0.471689) (xy 3.853849 0.521692) (xy 3.896230 0.553119) (xy 3.921403 0.557017) (xy 3.968187 0.542152) (xy 3.983789 0.530280) 40 | (xy 4.010944 0.479287) (xy 4.004776 0.427315) (xy 3.973587 0.386127) (xy 3.925680 0.367485) (xy 3.876842 0.378772) (xy 3.840229 0.418814) (xy 3.833874 0.471689) (xy 3.638523 0.471689) 41 | (xy 3.643655 0.404457) (xy 3.682209 0.314953) (xy 3.743904 0.241958) (xy 3.769668 0.223378) (xy 3.869727 0.185464) (xy 3.972532 0.185622) (xy 4.067551 0.220622) (xy 4.144250 0.287235) 42 | (xy 4.180776 0.349440) (xy 4.203797 0.456291) (xy 4.182946 0.558614) (xy 4.118885 0.653438) (xy 4.111260 0.661266) (xy 4.053693 0.710128) (xy 3.997707 0.731439) (xy 3.940664 0.735263) 43 | (xy 3.904460 0.736484) (xy 3.872528 0.743076) (xy 3.838903 0.759435) (xy 3.797623 0.789957) (xy 3.742724 0.839036) (xy 3.668243 0.911069) (xy 3.570804 1.007867) (xy 3.297544 1.280471) 44 | (xy 3.297544 2.796785) (xy 2.963333 3.130438) (xy 2.629123 3.464092) (xy 2.629123 3.659326) (xy 2.630437 3.746353) (xy 2.633951 3.813402) (xy 2.639022 3.850399) (xy 2.641578 3.854561) 45 | (xy 2.663486 3.841977) (xy 2.712728 3.808014) (xy 2.781237 3.758359) (xy 2.836534 3.717160) (xy 2.948008 3.626710) (xy 3.078549 3.510310) (xy 3.219345 3.376771) (xy 3.361585 3.234905) 46 | (xy 3.496457 3.093524) (xy 3.615149 2.961441) (xy 3.708848 2.847466) (xy 3.717160 2.836534) (xy 3.854561 2.654034) (xy 3.854561 1.631204) (xy 3.788429 1.560409) (xy 3.725737 1.468699) 47 | (xy 3.707784 1.378880) (xy 3.904410 1.378880) (xy 3.930027 1.421839) (xy 3.981084 1.443921) (xy 4.008619 1.443802) (xy 4.050858 1.430296) (xy 4.065432 1.393830) (xy 4.066228 1.372691) 48 | (xy 4.051606 1.311308) (xy 4.014606 1.276318) (xy 3.965527 1.275563) (xy 3.949254 1.283642) (xy 3.909172 1.328373) (xy 3.904410 1.378880) (xy 3.707784 1.378880) (xy 3.706300 1.371458) 49 | (xy 3.729367 1.263925) (xy 3.738283 1.242408) (xy 3.798319 1.155486) (xy 3.881324 1.100277) (xy 3.977249 1.078571) (xy 4.076041 1.092159) (xy 4.167650 1.142833) (xy 4.188867 1.162120) 50 | (xy 4.246071 1.246913) (xy 4.270057 1.345244) (xy 4.261202 1.444852) (xy 4.219884 1.533479) (xy 4.176018 1.579218) (xy 4.153819 1.598647) (xy 4.138748 1.621232) (xy 4.129470 1.655262) 51 | (xy 4.124650 1.709025) (xy 4.122954 1.790810) (xy 4.123043 1.908206) (xy 4.124157 2.194649) (xy 4.209379 2.027544) (xy 4.315964 1.794107) (xy 4.415101 1.529931) (xy 4.502514 1.248724) 52 | (xy 4.573925 0.964196) (xy 4.623473 0.700519) (xy 4.637623 0.590495) (xy 4.651356 0.453186) (xy 4.663130 0.305854) (xy 4.671404 0.165761) (xy 4.671596 0.161535) (xy 4.685884 -0.155965) 53 | (xy 3.776269 -0.155965) (xy 3.180415 0.440196) (xy 2.584561 1.036356) (xy 2.584561 2.351171) (xy 2.250351 2.684824) (xy 1.916140 3.018478) (xy 1.670577 3.018478) (xy 1.671633 2.884195) 54 | (xy 2.317193 2.239787) (xy 2.317193 0.924370) (xy 2.980181 0.261659) (xy 3.643168 -0.401053) (xy 4.137462 -0.401053) (xy 4.292217 -0.401976) (xy 4.425487 -0.404594) (xy 4.531855 -0.408682) 55 | (xy 4.605902 -0.414014) (xy 4.642209 -0.420366) (xy 4.644790 -0.422143) (xy 4.648436 -0.456173) (xy 4.643346 -0.525362) (xy 4.630883 -0.621469) (xy 4.612410 -0.736252) (xy 4.589289 -0.861469) 56 | (xy 4.562882 -0.988877) (xy 4.534554 -1.110235) (xy 4.524564 -1.149274) (xy 4.388284 -1.582508) (xy 4.213139 -1.996576) (xy 4.001158 -2.389223) (xy 3.754373 -2.758192) (xy 3.474813 -3.101228) 57 | (xy 3.164510 -3.416074) (xy 2.825494 -3.700473) (xy 2.459796 -3.952170) (xy 2.069447 -4.168909) (xy 1.656477 -4.348432) (xy 1.639449 -4.354833) (xy 1.293202 -4.470951) (xy 0.956065 -4.555478) 58 | (xy 0.615111 -4.610709) (xy 0.257412 -4.638940) (xy 0.011140 -4.643898) (xy -0.364301 -4.631902) (xy -0.714635 -4.594384) (xy -1.052786 -4.529051) (xy -1.391677 -4.433608) (xy -1.617169 -4.354825) 59 | (xy -1.713490 -4.316709) (xy -1.822030 -4.270320) (xy -1.935404 -4.219232) (xy -2.046228 -4.167018) (xy -2.147117 -4.117254) (xy -2.230688 -4.073512) (xy -2.289556 -4.039366) (xy -2.316337 -4.018389) 60 | (xy -2.317193 -4.016034) (xy -2.301917 -3.997440) (xy -2.258145 -3.950566) (xy -2.188965 -3.878567) (xy -2.097463 -3.784599) (xy -1.986727 -3.671819) (xy -1.859842 -3.543383) (xy -1.719897 -3.402446) 61 | (xy -1.576485 -3.258676) (xy -0.835776 -2.517720) (xy 1.170134 -2.517720) (xy 2.094386 -1.592682) (xy 2.094386 0.005739) (xy 2.172368 0.092056) (xy 2.232500 0.184358) (xy 2.254429 0.278128) 62 | (xy 2.243604 0.367796) (xy 2.205472 0.447796) (xy 2.145483 0.512558) (xy 2.069084 0.556514) (xy 1.981723 0.574094) (xy 1.888848 0.559732) (xy 1.795908 0.507858) (xy 1.779280 0.493828) 63 | (xy 1.724176 0.418150) (xy 1.698786 0.325114) (xy 1.699264 0.311979) (xy 1.885085 0.311979) (xy 1.894574 0.335546) (xy 1.933883 0.368830) (xy 1.988413 0.373395) (xy 2.039974 0.350008) 64 | (xy 2.058603 0.328640) (xy 2.069343 0.277594) (xy 2.043382 0.233101) (xy 1.988309 0.206634) (xy 1.976663 0.204761) (xy 1.920090 0.215674) (xy 1.886896 0.255662) (xy 1.885085 0.311979) 65 | (xy 1.699264 0.311979) (xy 1.702339 0.227492) (xy 1.734062 0.138057) (xy 1.793183 0.069582) (xy 1.805437 0.061233) (xy 1.817312 0.052169) (xy 1.826826 0.038319) (xy 1.834242 0.015078) 66 | (xy 1.839819 -0.022160) (xy 1.843819 -0.078001) (xy 1.846503 -0.157050) (xy 1.848131 -0.263915) (xy 1.848965 -0.403200) (xy 1.849265 -0.579511) (xy 1.849298 -0.713004) (xy 1.849298 -1.459851) 67 | (xy 1.453815 -1.852596) (xy 1.058333 -2.245342) (xy 0.044561 -2.259651) (xy -0.969211 -2.273961) (xy -1.771316 -3.074517) (xy -2.573421 -3.875072) (xy -2.751667 -3.741057) (xy -2.829547 -3.682005) 68 | (xy -2.894842 -3.631573) (xy -2.938720 -3.596632) (xy -2.951302 -3.585755) (xy -2.942376 -3.563660) (xy -2.902276 -3.512397) (xy -2.832264 -3.433352) (xy -2.733600 -3.327915) (xy -2.607545 -3.197473) 69 | (xy -2.491836 -3.080085) (xy -2.010980 -2.595702) (xy -1.996999 -1.069474) (xy -1.994524 -0.788222) (xy -1.992189 -0.501346) (xy -1.990031 -0.215034) (xy -1.988091 0.064530) (xy -1.986406 0.331157) 70 | (xy -1.985016 0.578662) (xy -1.983960 0.800858) (xy -1.983276 0.991559) (xy -1.983004 1.144579) (xy -1.983001 1.159061) (xy -1.982983 1.861367) (xy -1.787586 2.055859) (xy -1.702660 2.138941) 71 | (xy -1.640875 2.194714) (xy -1.594911 2.228394) (xy -1.557451 2.245198) (xy -1.521176 2.250343) (xy -1.514647 2.250434) (xy -1.412782 2.270646) (xy -1.327066 2.325089) (xy -1.265023 2.404821) 72 | (xy -1.234176 2.500897) (xy -1.236533 2.581008) (xy -1.264110 2.651042) (xy -1.314293 2.721830) (xy -1.325231 2.733371) (xy -1.378207 2.779627) (xy -1.428859 2.801386) (xy -1.498952 2.807309) 73 | (xy -1.511150 2.807368) (xy -1.594610 2.800648) (xy -1.656155 2.776028) (xy -1.690137 2.750937) (xy -1.749194 2.681487) (xy -1.788202 2.596941) (xy -1.792048 2.570590) (xy -1.597505 2.570590) 74 | (xy -1.568870 2.612551) (xy -1.515088 2.629123) (xy -1.468305 2.614258) (xy -1.452702 2.602386) (xy -1.425566 2.553117) (xy -1.429444 2.502995) (xy -1.456159 2.462442) (xy -1.497534 2.441880) 75 | (xy -1.545393 2.451733) (xy -1.561503 2.463695) (xy -1.596293 2.516538) (xy -1.597505 2.570590) (xy -1.792048 2.570590) (xy -1.800246 2.514440) (xy -1.796410 2.487575) (xy -1.796582 2.461627) 76 | (xy -1.812068 2.428352) (xy -1.847150 2.382184) (xy -1.906113 2.317562) (xy -1.993237 2.228923) (xy -2.003129 2.219056) (xy -2.222412 2.000596) (xy -2.238179 0.939026) (xy -2.253947 -0.122544) 77 | (xy -2.725420 -0.596009) (xy -3.196892 -1.069474) (xy -3.305148 -1.069474) (xy -3.378915 -1.074407) (xy -3.431596 -1.095511) (xy -3.486160 -1.142241) (xy -3.489158 -1.145228) (xy -3.535834 -1.198060) 78 | (xy -3.558197 -1.247451) (xy -3.564733 -1.314592) (xy -3.381136 -1.314592) (xy -3.362606 -1.278995) (xy -3.316815 -1.253218) (xy -3.263032 -1.263248) (xy -3.215596 -1.306331) (xy -3.214912 -1.307358) 79 | (xy -3.195889 -1.345509) (xy -3.205718 -1.376228) (xy -3.230702 -1.403685) (xy -3.268394 -1.435146) (xy -3.299119 -1.435412) (xy -3.327028 -1.419366) (xy -3.373958 -1.369785) (xy -3.381136 -1.314592) 80 | (xy -3.564733 -1.314592) (xy -3.564748 -1.314742) (xy -3.564913 -1.335398) (xy -3.550155 -1.450739) (xy -3.504431 -1.536215) (xy -3.429026 -1.594209) (xy -3.327132 -1.624780) (xy -3.227061 -1.616481) 81 | (xy -3.137012 -1.574546) (xy -3.065185 -1.504209) (xy -3.019779 -1.410704) (xy -3.007978 -1.325456) (xy -3.006670 -1.296084) (xy -3.000316 -1.268262) (xy -2.985182 -1.237383) (xy -2.957537 -1.198837) 82 | (xy -2.913648 -1.148019) (xy -2.849783 -1.080321) (xy -2.762207 -0.991135) (xy -2.647189 -0.875853) (xy -2.629123 -0.857807) (xy -2.250351 -0.479527) (xy -2.250351 -2.462416) (xy -3.175719 -3.386996) 83 | (xy -3.347938 -3.213761) (xy -3.520157 -3.040525) (xy -3.212645 -2.733602) (xy -3.095778 -2.618612) (xy -3.005966 -2.534214) (xy -2.940349 -2.477976) (xy -2.896064 -2.447464) (xy -2.870251 -2.440246) 84 | (xy -2.868310 -2.440809) (xy -2.808802 -2.443577) (xy -2.734929 -2.420181) (xy -2.662506 -2.377247) (xy -2.618712 -2.336277) (xy -2.575717 -2.253904) (xy -2.561306 -2.153222) (xy -2.576710 -2.051097) 85 | (xy -2.594721 -2.007161) (xy -2.644103 -1.949560) (xy -2.718753 -1.901509) (xy -2.799407 -1.874195) (xy -2.828162 -1.871579) (xy -2.930643 -1.892197) (xy -3.018402 -1.948327) (xy -3.083122 -2.031380) 86 | (xy -3.116484 -2.132768) (xy -3.118355 -2.159700) (xy -2.931326 -2.159700) (xy -2.917908 -2.115053) (xy -2.877785 -2.080920) (xy -2.821586 -2.073811) (xy -2.770283 -2.095983) (xy -2.767263 -2.098842) 87 | (xy -2.741187 -2.148783) (xy -2.750303 -2.197885) (xy -2.786703 -2.233990) (xy -2.842481 -2.244944) (xy -2.860324 -2.241891) (xy -2.914441 -2.210878) (xy -2.931326 -2.159700) (xy -3.118355 -2.159700) 88 | (xy -3.119215 -2.172059) (xy -3.120941 -2.205549) (xy -3.128936 -2.236692) (xy -3.147533 -2.271190) (xy -3.181063 -2.314747) (xy -3.233859 -2.373065) (xy -3.310252 -2.451848) (xy -3.401469 -2.543670) 89 | (xy -3.683639 -2.826467) (xy -3.759374 -2.727279) (xy -3.877973 -2.557749) (xy -4.000562 -2.356978) (xy -4.120662 -2.137041) (xy -4.231799 -1.910011) (xy -4.327495 -1.687963) (xy -4.354833 -1.617169) 90 | (xy -4.393376 -1.507773) (xy -4.433462 -1.383357) (xy -4.472522 -1.253162) (xy -4.507988 -1.126433) (xy -4.537290 -1.012413) (xy -4.557861 -0.920346) (xy -4.567131 -0.859475) (xy -4.567402 -0.852237) 91 | (xy -4.567544 -0.802106) (xy -3.637631 -0.802106) (xy -3.244781 -0.431912) (xy -2.851930 -0.061718) (xy -2.851930 2.550711) (xy -2.434387 2.968689) (xy -2.016844 3.386666) (xy 0.375344 3.386666) 92 | (xy 0.440547 3.321463) (xy 0.530467 3.258450) (xy 0.631091 3.238653) (xy 0.742616 3.262041) (xy 0.763610 3.270723) (xy 0.831182 3.307431) (xy 0.872928 3.353443) (xy 0.902602 3.417599) 93 | (xy 0.925158 3.483004) (xy 0.930237 3.530051) (xy 0.918023 3.581294) (xy 0.904243 3.618806) (xy 0.848404 3.716128) (xy 0.767032 3.777885) (xy 0.692601 3.801822) (xy 0.604053 3.801387) 94 | (xy 0.512798 3.772664) (xy 0.439119 3.722782) (xy 0.426045 3.708124) (xy 0.383499 3.654035) (xy -2.105171 3.654035) (xy -2.198730 3.560542) (xy 0.560518 3.560542) (xy 0.565574 3.577354) 95 | (xy 0.595734 3.602871) (xy 0.645367 3.607785) (xy 0.694450 3.592126) (xy 0.712094 3.577123) (xy 0.731850 3.523609) (xy 0.713118 3.470137) (xy 0.685131 3.444870) (xy 0.634940 3.433743) 96 | (xy 0.591036 3.456409) (xy 0.563027 3.502224) (xy 0.560518 3.560542) (xy -2.198730 3.560542) (xy -2.612235 3.147330) (xy -3.119299 2.640626) (xy -3.119299 0.048544) (xy -3.436799 -0.253806) 97 | (xy -3.754299 -0.556155) (xy -4.180818 -0.556587) (xy -4.331327 -0.556295) (xy -4.443065 -0.554774) (xy -4.521819 -0.551574) (xy -4.573371 -0.546248) (xy -4.603508 -0.538345) (xy -4.618014 -0.527417) 98 | (xy -4.620597 -0.522464) (xy -4.626449 -0.488436) (xy -4.633298 -0.419084) (xy -4.640397 -0.323613) (xy -4.646996 -0.211224) (xy -4.648693 -0.177113) (xy -4.663530 0.133684) (xy -4.962875 0.133684) 99 | (xy -4.968933 -0.015943) (xy -4.947303 -0.461908) (xy -4.885428 -0.906499) (xy -4.782686 -1.346915) (xy -4.638458 -1.780349) (xy -4.456757 -2.194649) (xy -4.229520 -2.605457) (xy -3.968717 -2.988410) 100 | (xy -3.676672 -3.342064) (xy -3.355709 -3.664977) (xy -3.008151 -3.955707) (xy -2.636323 -4.212810) (xy -2.242549 -4.434843) (xy -1.829153 -4.620363) (xy -1.398458 -4.767928) (xy -0.952789 -4.876095) 101 | (xy -0.494469 -4.943421) (xy -0.025823 -4.968463) (xy 0.011140 -4.968597) (xy 0.480495 -4.946918) )(layer F.SilkS) (width 0.010000) 102 | ) 103 | (fp_poly (pts (xy 1.882245 1.482869) (xy 1.967769 1.523040) (xy 2.031797 1.591780) (xy 2.038307 1.603481) (xy 2.071095 1.707147) (xy 2.067185 1.808787) (xy 2.031192 1.899944) (xy 1.967730 1.972161) 104 | (xy 1.881413 2.016982) (xy 1.806933 2.027544) (xy 1.780874 2.031206) (xy 1.751575 2.044956) (xy 1.714538 2.072939) (xy 1.665261 2.119299) (xy 1.599247 2.188181) (xy 1.511996 2.283730) 105 | (xy 1.432625 2.372343) (xy 1.125175 2.717143) (xy 0.452447 2.717694) (xy 0.260741 2.718016) (xy 0.108738 2.718821) (xy -0.008420 2.720389) (xy -0.095589 2.723003) (xy -0.157629 2.726944) 106 | (xy -0.199396 2.732493) (xy -0.225749 2.739931) (xy -0.241544 2.749541) (xy -0.249395 2.758356) (xy -0.325728 2.828226) (xy -0.423249 2.867005) (xy -0.528622 2.871773) (xy -0.626238 2.840858) 107 | (xy -0.703973 2.775583) (xy -0.747319 2.682546) (xy -0.755794 2.606082) (xy -0.576228 2.606082) (xy -0.543173 2.662065) (xy -0.492001 2.690248) (xy -0.441598 2.674648) (xy -0.408693 2.637893) 108 | (xy -0.390267 2.599489) (xy -0.400136 2.565339) (xy -0.420124 2.538431) (xy -0.455637 2.503222) (xy -0.490523 2.500559) (xy -0.520979 2.512472) (xy -0.568366 2.552763) (xy -0.576228 2.606082) 109 | (xy -0.755794 2.606082) (xy -0.757544 2.590303) (xy -0.743509 2.483717) (xy -0.698657 2.405433) (xy -0.623614 2.350486) (xy -0.519212 2.319014) (xy -0.412933 2.325770) (xy -0.316637 2.368138) 110 | (xy -0.249395 2.433047) (xy -0.230061 2.448079) (xy -0.193939 2.459569) (xy -0.137183 2.467627) (xy -0.055945 2.472365) (xy 0.053622 2.473891) (xy 0.195366 2.472318) (xy 0.373134 2.467754) 111 | (xy 0.590774 2.460310) (xy 0.638679 2.458514) (xy 1.021130 2.444006) (xy 1.272620 2.158251) (xy 1.364104 2.053892) (xy 1.430061 1.976561) (xy 1.474523 1.919940) (xy 1.501522 1.877710) 112 | (xy 1.515090 1.843552) (xy 1.519260 1.811149) (xy 1.518064 1.774182) (xy 1.518034 1.773694) (xy 1.518868 1.759838) (xy 1.698259 1.759838) (xy 1.725574 1.803432) (xy 1.771332 1.842229) 113 | (xy 1.812126 1.841983) (xy 1.853114 1.812424) (xy 1.888857 1.765633) (xy 1.883028 1.721214) (xy 1.847994 1.681012) (xy 1.796081 1.655526) (xy 1.745771 1.674538) (xy 1.706899 1.721369) 114 | (xy 1.698259 1.759838) (xy 1.518868 1.759838) (xy 1.523429 1.684147) (xy 1.546802 1.607519) (xy 1.547321 1.606507) (xy 1.607761 1.533086) (xy 1.691133 1.487960) (xy 1.786330 1.471198) 115 | (xy 1.882245 1.482869) )(layer F.SilkS) (width 0.010000) 116 | ) 117 | (fp_poly (pts (xy 1.086518 -1.531477) (xy 1.359123 -1.258216) (xy 1.359123 -0.433805) (xy 1.085862 -0.161201) (xy 0.812602 0.111403) (xy 0.451646 0.111403) (xy 0.316707 0.111739) (xy 0.219520 0.113270) 118 | (xy 0.153278 0.116779) (xy 0.111173 0.123053) (xy 0.086397 0.132875) (xy 0.072144 0.147029) (xy 0.066965 0.155734) (xy 0.010419 0.218393) (xy -0.070248 0.254800) (xy -0.163528 0.265469) 119 | (xy -0.257913 0.250913) (xy -0.341893 0.211642) (xy -0.403961 0.148171) (xy -0.411816 0.134413) (xy -0.445907 0.027564) (xy -0.443454 -0.027917) (xy -0.261346 -0.027917) (xy -0.258599 0.019700) 120 | (xy -0.232356 0.054110) (xy -0.182976 0.085758) (xy -0.135012 0.075228) (xy -0.099083 0.043257) (xy -0.071702 -0.000625) (xy -0.080408 -0.038807) (xy -0.129498 -0.093182) (xy -0.180132 -0.103043) 121 | (xy -0.221503 -0.079163) (xy -0.261346 -0.027917) (xy -0.443454 -0.027917) (xy -0.441362 -0.075225) (xy -0.402778 -0.166050) (xy -0.334751 -0.237004) (xy -0.241876 -0.280183) (xy -0.165272 -0.289649) 122 | (xy -0.091758 -0.277527) (xy -0.016196 -0.246648) (xy 0.045326 -0.205247) (xy 0.075072 -0.166655) (xy 0.087866 -0.153110) (xy 0.118446 -0.143712) (xy 0.173342 -0.137789) (xy 0.259087 -0.134673) 123 | (xy 0.382213 -0.133691) (xy 0.396249 -0.133685) (xy 0.704773 -0.133685) (xy 1.114035 -0.551015) (xy 1.114035 -1.148337) (xy 0.701005 -1.559649) (xy -0.791845 -1.559649) (xy -0.997502 -1.353134) 124 | (xy -1.203158 -1.146619) (xy -1.203158 1.126055) (xy -0.996643 1.331712) (xy -0.790128 1.537368) (xy 0.703037 1.537368) (xy 1.002631 1.235460) (xy 1.002631 1.105677) (xy 1.003713 1.074373) 125 | (xy 1.183355 1.074373) (xy 1.195319 1.131577) (xy 1.217751 1.162412) (xy 1.256939 1.196485) (xy 1.291523 1.195578) (xy 1.336413 1.159018) (xy 1.338475 1.156963) (xy 1.369007 1.119828) 126 | (xy 1.367959 1.088675) (xy 1.352523 1.062270) (xy 1.303148 1.015481) (xy 1.248263 1.007831) (xy 1.213228 1.025800) (xy 1.183355 1.074373) (xy 1.003713 1.074373) (xy 1.005313 1.028131) 127 | (xy 1.017851 0.976746) (xy 1.046989 0.933232) (xy 1.078386 0.900140) (xy 1.134618 0.851413) (xy 1.187974 0.829386) (xy 1.257738 0.824386) (xy 1.375100 0.839490) (xy 1.462432 0.885999) 128 | (xy 1.523005 0.965705) (xy 1.525741 0.971331) (xy 1.554416 1.076220) (xy 1.545088 1.177655) (xy 1.502281 1.266746) (xy 1.430518 1.334600) (xy 1.334325 1.372324) (xy 1.320600 1.374507) 129 | (xy 1.278834 1.383625) (xy 1.237657 1.402649) (xy 1.189777 1.436985) (xy 1.127904 1.492039) (xy 1.044746 1.573218) (xy 1.022331 1.595662) (xy 0.814125 1.804737) (xy -0.903037 1.804737) 130 | (xy -1.175642 1.531476) (xy -1.448246 1.258216) (xy -1.448246 -1.280471) (xy -0.925346 -1.804737) (xy 0.813914 -1.804737) (xy 1.086518 -1.531477) )(layer F.SilkS) (width 0.010000) 131 | ) 132 | (fp_poly (pts (xy -0.911774 -4.036500) (xy -0.831541 -3.977576) (xy -0.787131 -3.927525) (xy -0.765111 -3.880396) (xy -0.757942 -3.816370) (xy -0.757544 -3.783038) (xy -0.757544 -3.662497) (xy -0.526827 -3.435459) 133 | (xy -0.296109 -3.208421) (xy 1.660210 -3.208421) (xy 2.278351 -2.589985) (xy 2.896491 -1.971549) (xy 2.896491 -0.765881) (xy 2.963688 -0.701502) (xy 3.029503 -0.614422) (xy 3.058496 -0.521785) 134 | (xy 3.055266 -0.430004) (xy 3.024414 -0.345495) (xy 2.970539 -0.274672) (xy 2.898240 -0.223951) (xy 2.812118 -0.199746) (xy 2.716772 -0.208473) (xy 2.635774 -0.244186) (xy 2.560256 -0.311853) 135 | (xy 2.510417 -0.400223) (xy 2.495438 -0.480132) (xy 2.495597 -0.481059) (xy 2.683267 -0.481059) (xy 2.693510 -0.450239) (xy 2.716612 -0.424967) (xy 2.755925 -0.389255) (xy 2.785106 -0.381777) 136 | (xy 2.824648 -0.398393) (xy 2.831114 -0.401837) (xy 2.866683 -0.440698) (xy 2.872430 -0.491762) (xy 2.853306 -0.540448) (xy 2.814262 -0.572175) (xy 2.772109 -0.575568) (xy 2.731711 -0.552301) 137 | (xy 2.702564 -0.519660) (xy 2.683267 -0.481059) (xy 2.495597 -0.481059) (xy 2.507772 -0.552022) (xy 2.538934 -0.627826) (xy 2.580170 -0.689588) (xy 2.609746 -0.714537) (xy 2.622689 -0.723982) 138 | (xy 2.632642 -0.740302) (xy 2.639994 -0.768861) (xy 2.645136 -0.815025) (xy 2.648458 -0.884159) (xy 2.650350 -0.981629) (xy 2.651202 -1.112799) (xy 2.651403 -1.283036) (xy 2.651403 -1.838486) 139 | (xy 2.088655 -2.400910) (xy 1.525906 -2.963334) (xy -0.412890 -2.963334) (xy -0.679562 -3.230702) (xy -0.783321 -3.333317) (xy -0.861879 -3.407202) (xy -0.920222 -3.456410) (xy -0.963334 -3.484991) 140 | (xy -0.996201 -3.496996) (xy -1.008569 -3.498070) (xy -1.117952 -3.517004) (xy -1.207391 -3.568431) (xy -1.272121 -3.644289) (xy -1.307378 -3.736516) (xy -1.307670 -3.765389) (xy -1.122810 -3.765389) 141 | (xy -1.113321 -3.741823) (xy -1.074012 -3.708539) (xy -1.019481 -3.703973) (xy -0.967921 -3.727360) (xy -0.949291 -3.748728) (xy -0.938552 -3.799775) (xy -0.964513 -3.844267) (xy -1.019586 -3.870734) 142 | (xy -1.031231 -3.872608) (xy -1.087805 -3.861695) (xy -1.120998 -3.821706) (xy -1.122810 -3.765389) (xy -1.307670 -3.765389) (xy -1.308398 -3.837049) (xy -1.270415 -3.937827) (xy -1.269429 -3.939455) 143 | (xy -1.198730 -4.017466) (xy -1.109243 -4.060193) (xy -1.010436 -4.066812) (xy -0.911774 -4.036500) )(layer F.SilkS) (width 0.010000) 144 | ) 145 | (fp_poly (pts (xy 0.412144 -4.281206) (xy 0.497738 -4.230888) (xy 0.543082 -4.178771) (xy 0.580325 -4.121930) (xy 1.838354 -4.121930) (xy 2.779616 -3.180473) (xy 3.720877 -2.239017) (xy 3.720877 -1.877836) 146 | (xy 3.721212 -1.742850) (xy 3.722741 -1.645618) (xy 3.726247 -1.579336) (xy 3.732514 -1.537198) (xy 3.742326 -1.512399) (xy 3.756467 -1.498134) (xy 3.765208 -1.492931) (xy 3.823333 -1.438606) 147 | (xy 3.860809 -1.356814) (xy 3.874901 -1.260887) (xy 3.862875 -1.164158) (xy 3.843044 -1.113306) (xy 3.783555 -1.043225) (xy 3.697716 -0.998007) (xy 3.598070 -0.980769) (xy 3.497161 -0.994627) 148 | (xy 3.448218 -1.015229) (xy 3.382027 -1.073345) (xy 3.339974 -1.155165) (xy 3.322466 -1.249066) (xy 3.324562 -1.275636) (xy 3.504092 -1.275636) (xy 3.506839 -1.228019) (xy 3.533082 -1.193609) 149 | (xy 3.582463 -1.161961) (xy 3.630426 -1.172491) (xy 3.666355 -1.204462) (xy 3.693736 -1.248344) (xy 3.685030 -1.286526) (xy 3.635940 -1.340902) (xy 3.585307 -1.350762) (xy 3.543935 -1.326882) 150 | (xy 3.504092 -1.275636) (xy 3.324562 -1.275636) (xy 3.329912 -1.343423) (xy 3.362720 -1.426615) (xy 3.421297 -1.487018) (xy 3.431458 -1.492931) (xy 3.449533 -1.505893) (xy 3.461914 -1.527097) 151 | (xy 3.469665 -1.564178) (xy 3.473850 -1.624772) (xy 3.475531 -1.716515) (xy 3.475789 -1.811197) (xy 3.475789 -2.105738) (xy 1.715455 -3.865702) (xy 1.145360 -3.873262) (xy 0.970777 -3.875412) 152 | (xy 0.835221 -3.876452) (xy 0.733163 -3.876056) (xy 0.659075 -3.873902) (xy 0.607429 -3.869666) (xy 0.572696 -3.863023) (xy 0.549349 -3.853650) (xy 0.531859 -3.841224) (xy 0.527150 -3.837055) 153 | (xy 0.424461 -3.769472) (xy 0.313639 -3.742475) (xy 0.202039 -3.757252) (xy 0.155235 -3.776956) (xy 0.084484 -3.836729) (xy 0.039123 -3.922250) (xy 0.024019 -4.010863) (xy 0.205452 -4.010863) 154 | (xy 0.232767 -3.967269) (xy 0.284013 -3.927426) (xy 0.331630 -3.930173) (xy 0.366040 -3.956416) (xy 0.397688 -4.005797) (xy 0.387158 -4.053760) (xy 0.355187 -4.089689) (xy 0.303274 -4.115176) 155 | (xy 0.252964 -4.096164) (xy 0.214092 -4.049333) (xy 0.205452 -4.010863) (xy 0.024019 -4.010863) (xy 0.022355 -4.020623) (xy 0.037383 -4.118951) (xy 0.058721 -4.165604) (xy 0.126747 -4.241438) 156 | (xy 0.215654 -4.286182) (xy 0.314451 -4.299537) (xy 0.412144 -4.281206) )(layer F.SilkS) (width 0.010000) 157 | ) 158 | ) 159 | -------------------------------------------------------------------------------- /plate_ble/plate_ble.kicad_sch: -------------------------------------------------------------------------------- 1 | (kicad_sch (version 20230121) (generator eeschema) 2 | 3 | (uuid 195be91b-8e8a-44dc-96de-003bfb3dcf19) 4 | 5 | (paper "A3") 6 | 7 | (lib_symbols 8 | (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 9 | (property "Reference" "H" (at 0 5.08 0) 10 | (effects (font (size 1.27 1.27))) 11 | ) 12 | (property "Value" "MountingHole" (at 0 3.175 0) 13 | (effects (font (size 1.27 1.27))) 14 | ) 15 | (property "Footprint" "" (at 0 0 0) 16 | (effects (font (size 1.27 1.27)) hide) 17 | ) 18 | (property "Datasheet" "~" (at 0 0 0) 19 | (effects (font (size 1.27 1.27)) hide) 20 | ) 21 | (property "ki_keywords" "mounting hole" (at 0 0 0) 22 | (effects (font (size 1.27 1.27)) hide) 23 | ) 24 | (property "ki_description" "Mounting Hole without connection" (at 0 0 0) 25 | (effects (font (size 1.27 1.27)) hide) 26 | ) 27 | (property "ki_fp_filters" "MountingHole*" (at 0 0 0) 28 | (effects (font (size 1.27 1.27)) hide) 29 | ) 30 | (symbol "MountingHole_0_1" 31 | (circle (center 0 0) (radius 1.27) 32 | (stroke (width 1.27) (type default)) 33 | (fill (type none)) 34 | ) 35 | ) 36 | ) 37 | ) 38 | 39 | 40 | (symbol (lib_id "Mechanical:MountingHole") (at 139.7 251.46 0) (unit 1) 41 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 42 | (uuid 063b1dc2-ca55-4bb4-85d7-6cd6f495ad59) 43 | (property "Reference" "MX32" (at 142.24 250.19 0) 44 | (effects (font (size 1.27 1.27)) (justify left)) 45 | ) 46 | (property "Value" "MX" (at 142.24 252.73 0) 47 | (effects (font (size 1.27 1.27)) (justify left)) 48 | ) 49 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 139.7 251.46 0) 50 | (effects (font (size 1.27 1.27)) hide) 51 | ) 52 | (property "Datasheet" "~" (at 139.7 251.46 0) 53 | (effects (font (size 1.27 1.27)) hide) 54 | ) 55 | (property "LCSC" "" (at 139.7 251.46 0) 56 | (effects (font (size 1.27 1.27)) hide) 57 | ) 58 | (instances 59 | (project "cornelius" 60 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 61 | (reference "MX32") (unit 1) 62 | ) 63 | ) 64 | (project "plate_ble" 65 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 66 | (reference "H32") (unit 1) 67 | ) 68 | ) 69 | (project "cornelius" 70 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 71 | (reference "MX32") (unit 1) 72 | ) 73 | ) 74 | ) 75 | ) 76 | 77 | (symbol (lib_id "Mechanical:MountingHole") (at 154.94 267.97 0) (unit 1) 78 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 79 | (uuid 068ae062-4b8a-4e8f-89cf-d2041ddd6e40) 80 | (property "Reference" "MX45" (at 157.48 266.7 0) 81 | (effects (font (size 1.27 1.27)) (justify left)) 82 | ) 83 | (property "Value" "MX" (at 157.48 269.24 0) 84 | (effects (font (size 1.27 1.27)) (justify left)) 85 | ) 86 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 154.94 267.97 0) 87 | (effects (font (size 1.27 1.27)) hide) 88 | ) 89 | (property "Datasheet" "~" (at 154.94 267.97 0) 90 | (effects (font (size 1.27 1.27)) hide) 91 | ) 92 | (property "LCSC" "" (at 154.94 267.97 0) 93 | (effects (font (size 1.27 1.27)) hide) 94 | ) 95 | (instances 96 | (project "cornelius" 97 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 98 | (reference "MX45") (unit 1) 99 | ) 100 | ) 101 | (project "plate_ble" 102 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 103 | (reference "H45") (unit 1) 104 | ) 105 | ) 106 | (project "cornelius" 107 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 108 | (reference "MX45") (unit 1) 109 | ) 110 | ) 111 | ) 112 | ) 113 | 114 | (symbol (lib_id "Mechanical:MountingHole") (at 124.46 234.95 0) (unit 1) 115 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 116 | (uuid 06fd59d4-5c4e-41cb-bddc-70adb2b1f5e5) 117 | (property "Reference" "MX19" (at 127 233.68 0) 118 | (effects (font (size 1.27 1.27)) (justify left)) 119 | ) 120 | (property "Value" "MX" (at 127 236.22 0) 121 | (effects (font (size 1.27 1.27)) (justify left)) 122 | ) 123 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 124.46 234.95 0) 124 | (effects (font (size 1.27 1.27)) hide) 125 | ) 126 | (property "Datasheet" "~" (at 124.46 234.95 0) 127 | (effects (font (size 1.27 1.27)) hide) 128 | ) 129 | (property "LCSC" "" (at 124.46 234.95 0) 130 | (effects (font (size 1.27 1.27)) hide) 131 | ) 132 | (instances 133 | (project "cornelius" 134 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 135 | (reference "MX19") (unit 1) 136 | ) 137 | ) 138 | (project "plate_ble" 139 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 140 | (reference "H19") (unit 1) 141 | ) 142 | ) 143 | (project "cornelius" 144 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 145 | (reference "MX19") (unit 1) 146 | ) 147 | ) 148 | ) 149 | ) 150 | 151 | (symbol (lib_id "Mechanical:MountingHole") (at 185.42 218.44 0) (unit 1) 152 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 153 | (uuid 07437343-938b-40bc-85a1-78465ff1d5ce) 154 | (property "Reference" "MX11" (at 187.96 217.17 0) 155 | (effects (font (size 1.27 1.27)) (justify left)) 156 | ) 157 | (property "Value" "MX" (at 187.96 219.71 0) 158 | (effects (font (size 1.27 1.27)) (justify left)) 159 | ) 160 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 185.42 218.44 0) 161 | (effects (font (size 1.27 1.27)) hide) 162 | ) 163 | (property "Datasheet" "~" (at 185.42 218.44 0) 164 | (effects (font (size 1.27 1.27)) hide) 165 | ) 166 | (property "LCSC" "" (at 185.42 218.44 0) 167 | (effects (font (size 1.27 1.27)) hide) 168 | ) 169 | (instances 170 | (project "cornelius" 171 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 172 | (reference "MX11") (unit 1) 173 | ) 174 | ) 175 | (project "plate_ble" 176 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 177 | (reference "H11") (unit 1) 178 | ) 179 | ) 180 | (project "cornelius" 181 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 182 | (reference "MX11") (unit 1) 183 | ) 184 | ) 185 | ) 186 | ) 187 | 188 | (symbol (lib_id "Mechanical:MountingHole") (at 185.42 267.97 0) (unit 1) 189 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 190 | (uuid 08d3b48b-5aae-4e55-b4f6-ccd7af245d63) 191 | (property "Reference" "MX47" (at 187.96 266.7 0) 192 | (effects (font (size 1.27 1.27)) (justify left)) 193 | ) 194 | (property "Value" "MX" (at 187.96 269.24 0) 195 | (effects (font (size 1.27 1.27)) (justify left)) 196 | ) 197 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 185.42 267.97 0) 198 | (effects (font (size 1.27 1.27)) hide) 199 | ) 200 | (property "Datasheet" "~" (at 185.42 267.97 0) 201 | (effects (font (size 1.27 1.27)) hide) 202 | ) 203 | (property "LCSC" "" (at 185.42 267.97 0) 204 | (effects (font (size 1.27 1.27)) hide) 205 | ) 206 | (instances 207 | (project "cornelius" 208 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 209 | (reference "MX47") (unit 1) 210 | ) 211 | ) 212 | (project "plate_ble" 213 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 214 | (reference "H47") (unit 1) 215 | ) 216 | ) 217 | (project "cornelius" 218 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 219 | (reference "MX47") (unit 1) 220 | ) 221 | ) 222 | ) 223 | ) 224 | 225 | (symbol (lib_id "Mechanical:MountingHole") (at 93.98 234.95 0) (unit 1) 226 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 227 | (uuid 1010bd01-1237-46bd-98c0-fff1ff2db459) 228 | (property "Reference" "MX17" (at 96.52 233.68 0) 229 | (effects (font (size 1.27 1.27)) (justify left)) 230 | ) 231 | (property "Value" "MX" (at 96.52 236.22 0) 232 | (effects (font (size 1.27 1.27)) (justify left)) 233 | ) 234 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 93.98 234.95 0) 235 | (effects (font (size 1.27 1.27)) hide) 236 | ) 237 | (property "Datasheet" "~" (at 93.98 234.95 0) 238 | (effects (font (size 1.27 1.27)) hide) 239 | ) 240 | (property "LCSC" "" (at 93.98 234.95 0) 241 | (effects (font (size 1.27 1.27)) hide) 242 | ) 243 | (instances 244 | (project "cornelius" 245 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 246 | (reference "MX17") (unit 1) 247 | ) 248 | ) 249 | (project "plate_ble" 250 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 251 | (reference "H17") (unit 1) 252 | ) 253 | ) 254 | (project "cornelius" 255 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 256 | (reference "MX17") (unit 1) 257 | ) 258 | ) 259 | ) 260 | ) 261 | 262 | (symbol (lib_id "Mechanical:MountingHole") (at 109.22 251.46 0) (unit 1) 263 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 264 | (uuid 2a0074bb-eb0c-4c1c-8e3e-2569f9806bef) 265 | (property "Reference" "MX30" (at 111.76 250.19 0) 266 | (effects (font (size 1.27 1.27)) (justify left)) 267 | ) 268 | (property "Value" "MX" (at 111.76 252.73 0) 269 | (effects (font (size 1.27 1.27)) (justify left)) 270 | ) 271 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 109.22 251.46 0) 272 | (effects (font (size 1.27 1.27)) hide) 273 | ) 274 | (property "Datasheet" "~" (at 109.22 251.46 0) 275 | (effects (font (size 1.27 1.27)) hide) 276 | ) 277 | (property "LCSC" "" (at 109.22 251.46 0) 278 | (effects (font (size 1.27 1.27)) hide) 279 | ) 280 | (instances 281 | (project "cornelius" 282 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 283 | (reference "MX30") (unit 1) 284 | ) 285 | ) 286 | (project "plate_ble" 287 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 288 | (reference "H30") (unit 1) 289 | ) 290 | ) 291 | (project "cornelius" 292 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 293 | (reference "MX30") (unit 1) 294 | ) 295 | ) 296 | ) 297 | ) 298 | 299 | (symbol (lib_id "Mechanical:MountingHole") (at 170.18 251.46 0) (unit 1) 300 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 301 | (uuid 2ec8a01a-e72d-4077-be61-c2143af405e1) 302 | (property "Reference" "MX34" (at 172.72 250.19 0) 303 | (effects (font (size 1.27 1.27)) (justify left)) 304 | ) 305 | (property "Value" "MX" (at 172.72 252.73 0) 306 | (effects (font (size 1.27 1.27)) (justify left)) 307 | ) 308 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 170.18 251.46 0) 309 | (effects (font (size 1.27 1.27)) hide) 310 | ) 311 | (property "Datasheet" "~" (at 170.18 251.46 0) 312 | (effects (font (size 1.27 1.27)) hide) 313 | ) 314 | (property "LCSC" "" (at 170.18 251.46 0) 315 | (effects (font (size 1.27 1.27)) hide) 316 | ) 317 | (instances 318 | (project "cornelius" 319 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 320 | (reference "MX34") (unit 1) 321 | ) 322 | ) 323 | (project "plate_ble" 324 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 325 | (reference "H34") (unit 1) 326 | ) 327 | ) 328 | (project "cornelius" 329 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 330 | (reference "MX34") (unit 1) 331 | ) 332 | ) 333 | ) 334 | ) 335 | 336 | (symbol (lib_id "Mechanical:MountingHole") (at 48.26 218.44 0) (unit 1) 337 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 338 | (uuid 3a81b5f7-7659-40af-8a1a-5fc79ed315a8) 339 | (property "Reference" "MX2" (at 50.8 217.17 0) 340 | (effects (font (size 1.27 1.27)) (justify left)) 341 | ) 342 | (property "Value" "MX" (at 50.8 219.71 0) 343 | (effects (font (size 1.27 1.27)) (justify left)) 344 | ) 345 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 48.26 218.44 0) 346 | (effects (font (size 1.27 1.27)) hide) 347 | ) 348 | (property "Datasheet" "~" (at 48.26 218.44 0) 349 | (effects (font (size 1.27 1.27)) hide) 350 | ) 351 | (property "LCSC" "" (at 48.26 218.44 0) 352 | (effects (font (size 1.27 1.27)) hide) 353 | ) 354 | (instances 355 | (project "cornelius" 356 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 357 | (reference "MX2") (unit 1) 358 | ) 359 | ) 360 | (project "plate_ble" 361 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 362 | (reference "H2") (unit 1) 363 | ) 364 | ) 365 | (project "cornelius" 366 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 367 | (reference "MX2") (unit 1) 368 | ) 369 | ) 370 | ) 371 | ) 372 | 373 | (symbol (lib_id "Mechanical:MountingHole") (at 48.26 234.95 0) (unit 1) 374 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 375 | (uuid 44fef1f7-9fcb-43b5-b0fe-76e2df268baa) 376 | (property "Reference" "MX14" (at 50.8 233.68 0) 377 | (effects (font (size 1.27 1.27)) (justify left)) 378 | ) 379 | (property "Value" "MX" (at 50.8 236.22 0) 380 | (effects (font (size 1.27 1.27)) (justify left)) 381 | ) 382 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 48.26 234.95 0) 383 | (effects (font (size 1.27 1.27)) hide) 384 | ) 385 | (property "Datasheet" "~" (at 48.26 234.95 0) 386 | (effects (font (size 1.27 1.27)) hide) 387 | ) 388 | (property "LCSC" "" (at 48.26 234.95 0) 389 | (effects (font (size 1.27 1.27)) hide) 390 | ) 391 | (instances 392 | (project "cornelius" 393 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 394 | (reference "MX14") (unit 1) 395 | ) 396 | ) 397 | (project "plate_ble" 398 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 399 | (reference "H14") (unit 1) 400 | ) 401 | ) 402 | (project "cornelius" 403 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 404 | (reference "MX14") (unit 1) 405 | ) 406 | ) 407 | ) 408 | ) 409 | 410 | (symbol (lib_id "Mechanical:MountingHole") (at 200.66 267.97 0) (unit 1) 411 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 412 | (uuid 4c20d6f0-d721-4c3a-8bf8-8c6b2139e8d9) 413 | (property "Reference" "MX48" (at 203.2 266.7 0) 414 | (effects (font (size 1.27 1.27)) (justify left)) 415 | ) 416 | (property "Value" "MX" (at 203.2 269.24 0) 417 | (effects (font (size 1.27 1.27)) (justify left)) 418 | ) 419 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 200.66 267.97 0) 420 | (effects (font (size 1.27 1.27)) hide) 421 | ) 422 | (property "Datasheet" "~" (at 200.66 267.97 0) 423 | (effects (font (size 1.27 1.27)) hide) 424 | ) 425 | (property "LCSC" "" (at 200.66 267.97 0) 426 | (effects (font (size 1.27 1.27)) hide) 427 | ) 428 | (instances 429 | (project "cornelius" 430 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 431 | (reference "MX48") (unit 1) 432 | ) 433 | ) 434 | (project "plate_ble" 435 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 436 | (reference "H48") (unit 1) 437 | ) 438 | ) 439 | (project "cornelius" 440 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 441 | (reference "MX48") (unit 1) 442 | ) 443 | ) 444 | ) 445 | ) 446 | 447 | (symbol (lib_id "Mechanical:MountingHole") (at 185.42 251.46 0) (unit 1) 448 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 449 | (uuid 4e04b161-5b86-4c49-813e-82b664d29d50) 450 | (property "Reference" "MX35" (at 187.96 250.19 0) 451 | (effects (font (size 1.27 1.27)) (justify left)) 452 | ) 453 | (property "Value" "MX" (at 187.96 252.73 0) 454 | (effects (font (size 1.27 1.27)) (justify left)) 455 | ) 456 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 185.42 251.46 0) 457 | (effects (font (size 1.27 1.27)) hide) 458 | ) 459 | (property "Datasheet" "~" (at 185.42 251.46 0) 460 | (effects (font (size 1.27 1.27)) hide) 461 | ) 462 | (property "LCSC" "" (at 185.42 251.46 0) 463 | (effects (font (size 1.27 1.27)) hide) 464 | ) 465 | (instances 466 | (project "cornelius" 467 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 468 | (reference "MX35") (unit 1) 469 | ) 470 | ) 471 | (project "plate_ble" 472 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 473 | (reference "H35") (unit 1) 474 | ) 475 | ) 476 | (project "cornelius" 477 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 478 | (reference "MX35") (unit 1) 479 | ) 480 | ) 481 | ) 482 | ) 483 | 484 | (symbol (lib_id "Mechanical:MountingHole") (at 63.5 251.46 0) (unit 1) 485 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 486 | (uuid 51a05c2a-5a5f-4f89-a2d7-c452b61e596d) 487 | (property "Reference" "MX27" (at 66.04 251.46 0) 488 | (effects (font (size 1.27 1.27)) (justify left)) 489 | ) 490 | (property "Value" "MX" (at 63.5 246.38 0) 491 | (effects (font (size 1.27 1.27)) hide) 492 | ) 493 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 63.5 251.46 0) 494 | (effects (font (size 1.27 1.27)) hide) 495 | ) 496 | (property "Datasheet" "~" (at 63.5 251.46 0) 497 | (effects (font (size 1.27 1.27)) hide) 498 | ) 499 | (property "LCSC" "" (at 63.5 251.46 0) 500 | (effects (font (size 1.27 1.27)) hide) 501 | ) 502 | (instances 503 | (project "cornelius" 504 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 505 | (reference "MX27") (unit 1) 506 | ) 507 | ) 508 | (project "plate_ble" 509 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 510 | (reference "H27") (unit 1) 511 | ) 512 | ) 513 | (project "cornelius" 514 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 515 | (reference "MX27") (unit 1) 516 | ) 517 | ) 518 | ) 519 | ) 520 | 521 | (symbol (lib_id "Mechanical:MountingHole") (at 139.7 267.97 0) (unit 1) 522 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 523 | (uuid 535aa5ec-573e-4d7d-8222-d455413312ef) 524 | (property "Reference" "MX44" (at 142.24 266.7 0) 525 | (effects (font (size 1.27 1.27)) (justify left)) 526 | ) 527 | (property "Value" "MX" (at 142.24 269.24 0) 528 | (effects (font (size 1.27 1.27)) (justify left)) 529 | ) 530 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 139.7 267.97 0) 531 | (effects (font (size 1.27 1.27)) hide) 532 | ) 533 | (property "Datasheet" "~" (at 139.7 267.97 0) 534 | (effects (font (size 1.27 1.27)) hide) 535 | ) 536 | (property "LCSC" "" (at 139.7 267.97 0) 537 | (effects (font (size 1.27 1.27)) hide) 538 | ) 539 | (instances 540 | (project "cornelius" 541 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 542 | (reference "MX44") (unit 1) 543 | ) 544 | ) 545 | (project "plate_ble" 546 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 547 | (reference "H44") (unit 1) 548 | ) 549 | ) 550 | (project "cornelius" 551 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 552 | (reference "MX44") (unit 1) 553 | ) 554 | ) 555 | ) 556 | ) 557 | 558 | (symbol (lib_id "Mechanical:MountingHole") (at 48.26 267.97 0) (unit 1) 559 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 560 | (uuid 5bab563d-8012-47ed-a747-f451d964faa3) 561 | (property "Reference" "MX38" (at 50.8 266.7 0) 562 | (effects (font (size 1.27 1.27)) (justify left)) 563 | ) 564 | (property "Value" "MX" (at 50.8 269.24 0) 565 | (effects (font (size 1.27 1.27)) (justify left)) 566 | ) 567 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 48.26 267.97 0) 568 | (effects (font (size 1.27 1.27)) hide) 569 | ) 570 | (property "Datasheet" "~" (at 48.26 267.97 0) 571 | (effects (font (size 1.27 1.27)) hide) 572 | ) 573 | (property "LCSC" "" (at 48.26 267.97 0) 574 | (effects (font (size 1.27 1.27)) hide) 575 | ) 576 | (instances 577 | (project "cornelius" 578 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 579 | (reference "MX38") (unit 1) 580 | ) 581 | ) 582 | (project "plate_ble" 583 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 584 | (reference "H38") (unit 1) 585 | ) 586 | ) 587 | (project "cornelius" 588 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 589 | (reference "MX38") (unit 1) 590 | ) 591 | ) 592 | ) 593 | ) 594 | 595 | (symbol (lib_id "Mechanical:MountingHole") (at 124.46 218.44 0) (unit 1) 596 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 597 | (uuid 5c95a454-e84b-41ac-a6ae-352fae1fd512) 598 | (property "Reference" "MX7" (at 127 217.17 0) 599 | (effects (font (size 1.27 1.27)) (justify left)) 600 | ) 601 | (property "Value" "MX" (at 127 219.71 0) 602 | (effects (font (size 1.27 1.27)) (justify left)) 603 | ) 604 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 124.46 218.44 0) 605 | (effects (font (size 1.27 1.27)) hide) 606 | ) 607 | (property "Datasheet" "~" (at 124.46 218.44 0) 608 | (effects (font (size 1.27 1.27)) hide) 609 | ) 610 | (property "LCSC" "" (at 124.46 218.44 0) 611 | (effects (font (size 1.27 1.27)) hide) 612 | ) 613 | (instances 614 | (project "cornelius" 615 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 616 | (reference "MX7") (unit 1) 617 | ) 618 | ) 619 | (project "plate_ble" 620 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 621 | (reference "H7") (unit 1) 622 | ) 623 | ) 624 | (project "cornelius" 625 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 626 | (reference "MX7") (unit 1) 627 | ) 628 | ) 629 | ) 630 | ) 631 | 632 | (symbol (lib_id "Mechanical:MountingHole") (at 109.22 234.95 0) (unit 1) 633 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 634 | (uuid 6174a3ed-c9f3-48be-a530-f51b00ab21ec) 635 | (property "Reference" "MX18" (at 111.76 233.68 0) 636 | (effects (font (size 1.27 1.27)) (justify left)) 637 | ) 638 | (property "Value" "MX" (at 111.76 236.22 0) 639 | (effects (font (size 1.27 1.27)) (justify left)) 640 | ) 641 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 109.22 234.95 0) 642 | (effects (font (size 1.27 1.27)) hide) 643 | ) 644 | (property "Datasheet" "~" (at 109.22 234.95 0) 645 | (effects (font (size 1.27 1.27)) hide) 646 | ) 647 | (property "LCSC" "" (at 109.22 234.95 0) 648 | (effects (font (size 1.27 1.27)) hide) 649 | ) 650 | (instances 651 | (project "cornelius" 652 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 653 | (reference "MX18") (unit 1) 654 | ) 655 | ) 656 | (project "plate_ble" 657 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 658 | (reference "H18") (unit 1) 659 | ) 660 | ) 661 | (project "cornelius" 662 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 663 | (reference "MX18") (unit 1) 664 | ) 665 | ) 666 | ) 667 | ) 668 | 669 | (symbol (lib_id "Mechanical:MountingHole") (at 78.74 267.97 0) (unit 1) 670 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 671 | (uuid 655301e7-bf76-4a3c-9ac6-6476fbb26f62) 672 | (property "Reference" "MX40" (at 81.28 266.7 0) 673 | (effects (font (size 1.27 1.27)) (justify left)) 674 | ) 675 | (property "Value" "MX" (at 81.28 269.24 0) 676 | (effects (font (size 1.27 1.27)) (justify left)) 677 | ) 678 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 78.74 267.97 0) 679 | (effects (font (size 1.27 1.27)) hide) 680 | ) 681 | (property "Datasheet" "~" (at 78.74 267.97 0) 682 | (effects (font (size 1.27 1.27)) hide) 683 | ) 684 | (property "LCSC" "" (at 78.74 267.97 0) 685 | (effects (font (size 1.27 1.27)) hide) 686 | ) 687 | (instances 688 | (project "cornelius" 689 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 690 | (reference "MX40") (unit 1) 691 | ) 692 | ) 693 | (project "plate_ble" 694 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 695 | (reference "H40") (unit 1) 696 | ) 697 | ) 698 | (project "cornelius" 699 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 700 | (reference "MX40") (unit 1) 701 | ) 702 | ) 703 | ) 704 | ) 705 | 706 | (symbol (lib_id "Mechanical:MountingHole") (at 33.02 234.95 0) (unit 1) 707 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 708 | (uuid 738abfe1-dea5-4266-9254-447c56134734) 709 | (property "Reference" "MX13" (at 35.56 233.68 0) 710 | (effects (font (size 1.27 1.27)) (justify left)) 711 | ) 712 | (property "Value" "MX" (at 35.56 236.22 0) 713 | (effects (font (size 1.27 1.27)) (justify left)) 714 | ) 715 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 33.02 234.95 0) 716 | (effects (font (size 1.27 1.27)) hide) 717 | ) 718 | (property "Datasheet" "~" (at 33.02 234.95 0) 719 | (effects (font (size 1.27 1.27)) hide) 720 | ) 721 | (property "LCSC" "" (at 33.02 234.95 0) 722 | (effects (font (size 1.27 1.27)) hide) 723 | ) 724 | (instances 725 | (project "cornelius" 726 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 727 | (reference "MX13") (unit 1) 728 | ) 729 | ) 730 | (project "plate_ble" 731 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 732 | (reference "H13") (unit 1) 733 | ) 734 | ) 735 | (project "cornelius" 736 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 737 | (reference "MX13") (unit 1) 738 | ) 739 | ) 740 | ) 741 | ) 742 | 743 | (symbol (lib_id "Mechanical:MountingHole") (at 93.98 267.97 0) (unit 1) 744 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 745 | (uuid 738ff01d-32a5-4825-abb3-f41625beaf44) 746 | (property "Reference" "MX41" (at 96.52 266.7 0) 747 | (effects (font (size 1.27 1.27)) (justify left)) 748 | ) 749 | (property "Value" "MX" (at 96.52 269.24 0) 750 | (effects (font (size 1.27 1.27)) (justify left)) 751 | ) 752 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 93.98 267.97 0) 753 | (effects (font (size 1.27 1.27)) hide) 754 | ) 755 | (property "Datasheet" "~" (at 93.98 267.97 0) 756 | (effects (font (size 1.27 1.27)) hide) 757 | ) 758 | (property "LCSC" "" (at 93.98 267.97 0) 759 | (effects (font (size 1.27 1.27)) hide) 760 | ) 761 | (instances 762 | (project "cornelius" 763 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 764 | (reference "MX41") (unit 1) 765 | ) 766 | ) 767 | (project "plate_ble" 768 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 769 | (reference "H41") (unit 1) 770 | ) 771 | ) 772 | (project "cornelius" 773 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 774 | (reference "MX41") (unit 1) 775 | ) 776 | ) 777 | ) 778 | ) 779 | 780 | (symbol (lib_id "Mechanical:MountingHole") (at 78.74 234.95 0) (unit 1) 781 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 782 | (uuid 74290ac4-a7ff-4e8b-8083-5234448999c3) 783 | (property "Reference" "MX16" (at 81.28 233.68 0) 784 | (effects (font (size 1.27 1.27)) (justify left)) 785 | ) 786 | (property "Value" "MX" (at 81.28 236.22 0) 787 | (effects (font (size 1.27 1.27)) (justify left)) 788 | ) 789 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 78.74 234.95 0) 790 | (effects (font (size 1.27 1.27)) hide) 791 | ) 792 | (property "Datasheet" "~" (at 78.74 234.95 0) 793 | (effects (font (size 1.27 1.27)) hide) 794 | ) 795 | (property "LCSC" "" (at 78.74 234.95 0) 796 | (effects (font (size 1.27 1.27)) hide) 797 | ) 798 | (instances 799 | (project "cornelius" 800 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 801 | (reference "MX16") (unit 1) 802 | ) 803 | ) 804 | (project "plate_ble" 805 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 806 | (reference "H16") (unit 1) 807 | ) 808 | ) 809 | (project "cornelius" 810 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 811 | (reference "MX16") (unit 1) 812 | ) 813 | ) 814 | ) 815 | ) 816 | 817 | (symbol (lib_id "Mechanical:MountingHole") (at 154.94 251.46 0) (unit 1) 818 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 819 | (uuid 7955cf1a-8310-4e2d-ad12-1ffe9032a836) 820 | (property "Reference" "MX33" (at 157.48 250.19 0) 821 | (effects (font (size 1.27 1.27)) (justify left)) 822 | ) 823 | (property "Value" "MX" (at 157.48 252.73 0) 824 | (effects (font (size 1.27 1.27)) (justify left)) 825 | ) 826 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 154.94 251.46 0) 827 | (effects (font (size 1.27 1.27)) hide) 828 | ) 829 | (property "Datasheet" "~" (at 154.94 251.46 0) 830 | (effects (font (size 1.27 1.27)) hide) 831 | ) 832 | (property "LCSC" "" (at 154.94 251.46 0) 833 | (effects (font (size 1.27 1.27)) hide) 834 | ) 835 | (instances 836 | (project "cornelius" 837 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 838 | (reference "MX33") (unit 1) 839 | ) 840 | ) 841 | (project "plate_ble" 842 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 843 | (reference "H33") (unit 1) 844 | ) 845 | ) 846 | (project "cornelius" 847 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 848 | (reference "MX33") (unit 1) 849 | ) 850 | ) 851 | ) 852 | ) 853 | 854 | (symbol (lib_id "Mechanical:MountingHole") (at 139.7 218.44 0) (unit 1) 855 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 856 | (uuid 7fc99e47-acb9-4e7e-8aca-ea9247f712b4) 857 | (property "Reference" "MX8" (at 142.24 217.17 0) 858 | (effects (font (size 1.27 1.27)) (justify left)) 859 | ) 860 | (property "Value" "MX" (at 142.24 219.71 0) 861 | (effects (font (size 1.27 1.27)) (justify left)) 862 | ) 863 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 139.7 218.44 0) 864 | (effects (font (size 1.27 1.27)) hide) 865 | ) 866 | (property "Datasheet" "~" (at 139.7 218.44 0) 867 | (effects (font (size 1.27 1.27)) hide) 868 | ) 869 | (property "LCSC" "" (at 139.7 218.44 0) 870 | (effects (font (size 1.27 1.27)) hide) 871 | ) 872 | (instances 873 | (project "cornelius" 874 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 875 | (reference "MX8") (unit 1) 876 | ) 877 | ) 878 | (project "plate_ble" 879 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 880 | (reference "H8") (unit 1) 881 | ) 882 | ) 883 | (project "cornelius" 884 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 885 | (reference "MX8") (unit 1) 886 | ) 887 | ) 888 | ) 889 | ) 890 | 891 | (symbol (lib_id "Mechanical:MountingHole") (at 63.5 234.95 0) (unit 1) 892 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 893 | (uuid 806b236d-ddfc-47ad-8b3f-623a8be01127) 894 | (property "Reference" "MX15" (at 66.04 234.95 0) 895 | (effects (font (size 1.27 1.27)) (justify left)) 896 | ) 897 | (property "Value" "MX" (at 63.5 229.87 0) 898 | (effects (font (size 1.27 1.27)) hide) 899 | ) 900 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 63.5 234.95 0) 901 | (effects (font (size 1.27 1.27)) hide) 902 | ) 903 | (property "Datasheet" "~" (at 63.5 234.95 0) 904 | (effects (font (size 1.27 1.27)) hide) 905 | ) 906 | (property "LCSC" "" (at 63.5 234.95 0) 907 | (effects (font (size 1.27 1.27)) hide) 908 | ) 909 | (instances 910 | (project "cornelius" 911 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 912 | (reference "MX15") (unit 1) 913 | ) 914 | ) 915 | (project "plate_ble" 916 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 917 | (reference "H15") (unit 1) 918 | ) 919 | ) 920 | (project "cornelius" 921 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 922 | (reference "MX15") (unit 1) 923 | ) 924 | ) 925 | ) 926 | ) 927 | 928 | (symbol (lib_id "Mechanical:MountingHole") (at 93.98 218.44 0) (unit 1) 929 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 930 | (uuid 828c0c7b-148c-42a1-bc13-c584ea3db511) 931 | (property "Reference" "MX5" (at 96.52 217.17 0) 932 | (effects (font (size 1.27 1.27)) (justify left)) 933 | ) 934 | (property "Value" "MX" (at 96.52 219.71 0) 935 | (effects (font (size 1.27 1.27)) (justify left)) 936 | ) 937 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 93.98 218.44 0) 938 | (effects (font (size 1.27 1.27)) hide) 939 | ) 940 | (property "Datasheet" "~" (at 93.98 218.44 0) 941 | (effects (font (size 1.27 1.27)) hide) 942 | ) 943 | (property "LCSC" "" (at 93.98 218.44 0) 944 | (effects (font (size 1.27 1.27)) hide) 945 | ) 946 | (instances 947 | (project "cornelius" 948 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 949 | (reference "MX5") (unit 1) 950 | ) 951 | ) 952 | (project "plate_ble" 953 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 954 | (reference "H5") (unit 1) 955 | ) 956 | ) 957 | (project "cornelius" 958 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 959 | (reference "MX5") (unit 1) 960 | ) 961 | ) 962 | ) 963 | ) 964 | 965 | (symbol (lib_id "Mechanical:MountingHole") (at 200.66 234.95 0) (unit 1) 966 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 967 | (uuid 87d62367-fb54-4d30-b711-f8b17788771b) 968 | (property "Reference" "MX24" (at 203.2 233.68 0) 969 | (effects (font (size 1.27 1.27)) (justify left)) 970 | ) 971 | (property "Value" "MX" (at 203.2 236.22 0) 972 | (effects (font (size 1.27 1.27)) (justify left)) 973 | ) 974 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 200.66 234.95 0) 975 | (effects (font (size 1.27 1.27)) hide) 976 | ) 977 | (property "Datasheet" "~" (at 200.66 234.95 0) 978 | (effects (font (size 1.27 1.27)) hide) 979 | ) 980 | (property "LCSC" "" (at 200.66 234.95 0) 981 | (effects (font (size 1.27 1.27)) hide) 982 | ) 983 | (instances 984 | (project "cornelius" 985 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 986 | (reference "MX24") (unit 1) 987 | ) 988 | ) 989 | (project "plate_ble" 990 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 991 | (reference "H24") (unit 1) 992 | ) 993 | ) 994 | (project "cornelius" 995 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 996 | (reference "MX24") (unit 1) 997 | ) 998 | ) 999 | ) 1000 | ) 1001 | 1002 | (symbol (lib_id "Mechanical:MountingHole") (at 200.66 218.44 0) (unit 1) 1003 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1004 | (uuid 8c36b845-6c6d-4747-ab86-22354c81671b) 1005 | (property "Reference" "MX12" (at 203.2 217.17 0) 1006 | (effects (font (size 1.27 1.27)) (justify left)) 1007 | ) 1008 | (property "Value" "MX" (at 203.2 219.71 0) 1009 | (effects (font (size 1.27 1.27)) (justify left)) 1010 | ) 1011 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 200.66 218.44 0) 1012 | (effects (font (size 1.27 1.27)) hide) 1013 | ) 1014 | (property "Datasheet" "~" (at 200.66 218.44 0) 1015 | (effects (font (size 1.27 1.27)) hide) 1016 | ) 1017 | (property "LCSC" "" (at 200.66 218.44 0) 1018 | (effects (font (size 1.27 1.27)) hide) 1019 | ) 1020 | (instances 1021 | (project "cornelius" 1022 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1023 | (reference "MX12") (unit 1) 1024 | ) 1025 | ) 1026 | (project "plate_ble" 1027 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1028 | (reference "H12") (unit 1) 1029 | ) 1030 | ) 1031 | (project "cornelius" 1032 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1033 | (reference "MX12") (unit 1) 1034 | ) 1035 | ) 1036 | ) 1037 | ) 1038 | 1039 | (symbol (lib_id "Mechanical:MountingHole") (at 63.5 267.97 0) (unit 1) 1040 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1041 | (uuid 8d9ee6bf-2400-40b7-b950-d6c643e7731e) 1042 | (property "Reference" "MX39" (at 66.04 267.97 0) 1043 | (effects (font (size 1.27 1.27)) (justify left)) 1044 | ) 1045 | (property "Value" "MX" (at 63.5 262.89 0) 1046 | (effects (font (size 1.27 1.27)) hide) 1047 | ) 1048 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 63.5 267.97 0) 1049 | (effects (font (size 1.27 1.27)) hide) 1050 | ) 1051 | (property "Datasheet" "~" (at 63.5 267.97 0) 1052 | (effects (font (size 1.27 1.27)) hide) 1053 | ) 1054 | (property "LCSC" "" (at 63.5 267.97 0) 1055 | (effects (font (size 1.27 1.27)) hide) 1056 | ) 1057 | (instances 1058 | (project "cornelius" 1059 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1060 | (reference "MX39") (unit 1) 1061 | ) 1062 | ) 1063 | (project "plate_ble" 1064 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1065 | (reference "H39") (unit 1) 1066 | ) 1067 | ) 1068 | (project "cornelius" 1069 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1070 | (reference "MX39") (unit 1) 1071 | ) 1072 | ) 1073 | ) 1074 | ) 1075 | 1076 | (symbol (lib_id "Mechanical:MountingHole") (at 33.02 267.97 0) (unit 1) 1077 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1078 | (uuid 946bbc7c-58c0-4d1c-9988-eb3eec3dd254) 1079 | (property "Reference" "MX37" (at 35.56 266.7 0) 1080 | (effects (font (size 1.27 1.27)) (justify left)) 1081 | ) 1082 | (property "Value" "MX" (at 35.56 269.24 0) 1083 | (effects (font (size 1.27 1.27)) (justify left)) 1084 | ) 1085 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 33.02 267.97 0) 1086 | (effects (font (size 1.27 1.27)) hide) 1087 | ) 1088 | (property "Datasheet" "~" (at 33.02 267.97 0) 1089 | (effects (font (size 1.27 1.27)) hide) 1090 | ) 1091 | (property "LCSC" "" (at 33.02 267.97 0) 1092 | (effects (font (size 1.27 1.27)) hide) 1093 | ) 1094 | (instances 1095 | (project "cornelius" 1096 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1097 | (reference "MX37") (unit 1) 1098 | ) 1099 | ) 1100 | (project "plate_ble" 1101 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1102 | (reference "H37") (unit 1) 1103 | ) 1104 | ) 1105 | (project "cornelius" 1106 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1107 | (reference "MX37") (unit 1) 1108 | ) 1109 | ) 1110 | ) 1111 | ) 1112 | 1113 | (symbol (lib_id "Mechanical:MountingHole") (at 109.22 267.97 0) (unit 1) 1114 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1115 | (uuid 98ba56c3-14fb-4208-9181-612cad8c5eaa) 1116 | (property "Reference" "MX42" (at 111.76 266.7 0) 1117 | (effects (font (size 1.27 1.27)) (justify left)) 1118 | ) 1119 | (property "Value" "MX" (at 111.76 269.24 0) 1120 | (effects (font (size 1.27 1.27)) (justify left)) 1121 | ) 1122 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 109.22 267.97 0) 1123 | (effects (font (size 1.27 1.27)) hide) 1124 | ) 1125 | (property "Datasheet" "~" (at 109.22 267.97 0) 1126 | (effects (font (size 1.27 1.27)) hide) 1127 | ) 1128 | (property "LCSC" "" (at 109.22 267.97 0) 1129 | (effects (font (size 1.27 1.27)) hide) 1130 | ) 1131 | (instances 1132 | (project "cornelius" 1133 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1134 | (reference "MX42") (unit 1) 1135 | ) 1136 | ) 1137 | (project "plate_ble" 1138 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1139 | (reference "H42") (unit 1) 1140 | ) 1141 | ) 1142 | (project "cornelius" 1143 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1144 | (reference "MX42") (unit 1) 1145 | ) 1146 | ) 1147 | ) 1148 | ) 1149 | 1150 | (symbol (lib_id "Mechanical:MountingHole") (at 33.02 251.46 0) (unit 1) 1151 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1152 | (uuid 9a9ca8a6-152d-48d4-81e9-b630ab8c4441) 1153 | (property "Reference" "MX25" (at 35.56 250.19 0) 1154 | (effects (font (size 1.27 1.27)) (justify left)) 1155 | ) 1156 | (property "Value" "MX" (at 35.56 252.73 0) 1157 | (effects (font (size 1.27 1.27)) (justify left)) 1158 | ) 1159 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 33.02 251.46 0) 1160 | (effects (font (size 1.27 1.27)) hide) 1161 | ) 1162 | (property "Datasheet" "~" (at 33.02 251.46 0) 1163 | (effects (font (size 1.27 1.27)) hide) 1164 | ) 1165 | (property "LCSC" "" (at 33.02 251.46 0) 1166 | (effects (font (size 1.27 1.27)) hide) 1167 | ) 1168 | (instances 1169 | (project "cornelius" 1170 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1171 | (reference "MX25") (unit 1) 1172 | ) 1173 | ) 1174 | (project "plate_ble" 1175 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1176 | (reference "H25") (unit 1) 1177 | ) 1178 | ) 1179 | (project "cornelius" 1180 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1181 | (reference "MX25") (unit 1) 1182 | ) 1183 | ) 1184 | ) 1185 | ) 1186 | 1187 | (symbol (lib_id "Mechanical:MountingHole") (at 33.02 218.44 0) (unit 1) 1188 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1189 | (uuid 9b91aedc-a5a0-446a-a7e6-6c01c262d6c1) 1190 | (property "Reference" "MX1" (at 35.56 217.17 0) 1191 | (effects (font (size 1.27 1.27)) (justify left)) 1192 | ) 1193 | (property "Value" "MX" (at 35.56 219.71 0) 1194 | (effects (font (size 1.27 1.27)) (justify left)) 1195 | ) 1196 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 33.02 218.44 0) 1197 | (effects (font (size 1.27 1.27)) hide) 1198 | ) 1199 | (property "Datasheet" "~" (at 33.02 218.44 0) 1200 | (effects (font (size 1.27 1.27)) hide) 1201 | ) 1202 | (property "LCSC" "" (at 33.02 218.44 0) 1203 | (effects (font (size 1.27 1.27)) hide) 1204 | ) 1205 | (instances 1206 | (project "cornelius" 1207 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1208 | (reference "MX1") (unit 1) 1209 | ) 1210 | ) 1211 | (project "plate_ble" 1212 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1213 | (reference "H1") (unit 1) 1214 | ) 1215 | ) 1216 | (project "cornelius" 1217 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1218 | (reference "MX1") (unit 1) 1219 | ) 1220 | ) 1221 | ) 1222 | ) 1223 | 1224 | (symbol (lib_id "Mechanical:MountingHole") (at 124.46 251.46 0) (unit 1) 1225 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1226 | (uuid 9c0cbbf6-79ec-48d0-840c-9ff9f14f0c71) 1227 | (property "Reference" "MX31" (at 127 250.19 0) 1228 | (effects (font (size 1.27 1.27)) (justify left)) 1229 | ) 1230 | (property "Value" "MX" (at 127 252.73 0) 1231 | (effects (font (size 1.27 1.27)) (justify left)) 1232 | ) 1233 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 124.46 251.46 0) 1234 | (effects (font (size 1.27 1.27)) hide) 1235 | ) 1236 | (property "Datasheet" "~" (at 124.46 251.46 0) 1237 | (effects (font (size 1.27 1.27)) hide) 1238 | ) 1239 | (property "LCSC" "" (at 124.46 251.46 0) 1240 | (effects (font (size 1.27 1.27)) hide) 1241 | ) 1242 | (instances 1243 | (project "cornelius" 1244 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1245 | (reference "MX31") (unit 1) 1246 | ) 1247 | ) 1248 | (project "plate_ble" 1249 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1250 | (reference "H31") (unit 1) 1251 | ) 1252 | ) 1253 | (project "cornelius" 1254 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1255 | (reference "MX31") (unit 1) 1256 | ) 1257 | ) 1258 | ) 1259 | ) 1260 | 1261 | (symbol (lib_id "Mechanical:MountingHole") (at 109.22 218.44 0) (unit 1) 1262 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1263 | (uuid 9eb33409-ce36-47b8-82da-d2f83a9318a3) 1264 | (property "Reference" "MX6" (at 111.76 217.17 0) 1265 | (effects (font (size 1.27 1.27)) (justify left)) 1266 | ) 1267 | (property "Value" "MX" (at 111.76 219.71 0) 1268 | (effects (font (size 1.27 1.27)) (justify left)) 1269 | ) 1270 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 109.22 218.44 0) 1271 | (effects (font (size 1.27 1.27)) hide) 1272 | ) 1273 | (property "Datasheet" "~" (at 109.22 218.44 0) 1274 | (effects (font (size 1.27 1.27)) hide) 1275 | ) 1276 | (property "LCSC" "" (at 109.22 218.44 0) 1277 | (effects (font (size 1.27 1.27)) hide) 1278 | ) 1279 | (instances 1280 | (project "cornelius" 1281 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1282 | (reference "MX6") (unit 1) 1283 | ) 1284 | ) 1285 | (project "plate_ble" 1286 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1287 | (reference "H6") (unit 1) 1288 | ) 1289 | ) 1290 | (project "cornelius" 1291 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1292 | (reference "MX6") (unit 1) 1293 | ) 1294 | ) 1295 | ) 1296 | ) 1297 | 1298 | (symbol (lib_id "Mechanical:MountingHole") (at 170.18 267.97 0) (unit 1) 1299 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1300 | (uuid a0d93cc3-bd27-4f03-84db-750b641093c0) 1301 | (property "Reference" "MX46" (at 172.72 266.7 0) 1302 | (effects (font (size 1.27 1.27)) (justify left)) 1303 | ) 1304 | (property "Value" "MX" (at 172.72 269.24 0) 1305 | (effects (font (size 1.27 1.27)) (justify left)) 1306 | ) 1307 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 170.18 267.97 0) 1308 | (effects (font (size 1.27 1.27)) hide) 1309 | ) 1310 | (property "Datasheet" "~" (at 170.18 267.97 0) 1311 | (effects (font (size 1.27 1.27)) hide) 1312 | ) 1313 | (property "LCSC" "" (at 170.18 267.97 0) 1314 | (effects (font (size 1.27 1.27)) hide) 1315 | ) 1316 | (instances 1317 | (project "cornelius" 1318 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1319 | (reference "MX46") (unit 1) 1320 | ) 1321 | ) 1322 | (project "plate_ble" 1323 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1324 | (reference "H46") (unit 1) 1325 | ) 1326 | ) 1327 | (project "cornelius" 1328 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1329 | (reference "MX46") (unit 1) 1330 | ) 1331 | ) 1332 | ) 1333 | ) 1334 | 1335 | (symbol (lib_id "Mechanical:MountingHole") (at 154.94 218.44 0) (unit 1) 1336 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1337 | (uuid a919a637-6e78-4b43-879d-79abefca8354) 1338 | (property "Reference" "MX9" (at 157.48 217.17 0) 1339 | (effects (font (size 1.27 1.27)) (justify left)) 1340 | ) 1341 | (property "Value" "MX" (at 157.48 219.71 0) 1342 | (effects (font (size 1.27 1.27)) (justify left)) 1343 | ) 1344 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 154.94 218.44 0) 1345 | (effects (font (size 1.27 1.27)) hide) 1346 | ) 1347 | (property "Datasheet" "~" (at 154.94 218.44 0) 1348 | (effects (font (size 1.27 1.27)) hide) 1349 | ) 1350 | (property "LCSC" "" (at 154.94 218.44 0) 1351 | (effects (font (size 1.27 1.27)) hide) 1352 | ) 1353 | (instances 1354 | (project "cornelius" 1355 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1356 | (reference "MX9") (unit 1) 1357 | ) 1358 | ) 1359 | (project "plate_ble" 1360 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1361 | (reference "H9") (unit 1) 1362 | ) 1363 | ) 1364 | (project "cornelius" 1365 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1366 | (reference "MX9") (unit 1) 1367 | ) 1368 | ) 1369 | ) 1370 | ) 1371 | 1372 | (symbol (lib_id "Mechanical:MountingHole") (at 48.26 251.46 0) (unit 1) 1373 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1374 | (uuid aad4109c-5f1b-4d73-8cf0-656a8ced7a9f) 1375 | (property "Reference" "MX26" (at 50.8 250.19 0) 1376 | (effects (font (size 1.27 1.27)) (justify left)) 1377 | ) 1378 | (property "Value" "MX" (at 50.8 252.73 0) 1379 | (effects (font (size 1.27 1.27)) (justify left)) 1380 | ) 1381 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 48.26 251.46 0) 1382 | (effects (font (size 1.27 1.27)) hide) 1383 | ) 1384 | (property "Datasheet" "~" (at 48.26 251.46 0) 1385 | (effects (font (size 1.27 1.27)) hide) 1386 | ) 1387 | (property "LCSC" "" (at 48.26 251.46 0) 1388 | (effects (font (size 1.27 1.27)) hide) 1389 | ) 1390 | (instances 1391 | (project "cornelius" 1392 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1393 | (reference "MX26") (unit 1) 1394 | ) 1395 | ) 1396 | (project "plate_ble" 1397 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1398 | (reference "H26") (unit 1) 1399 | ) 1400 | ) 1401 | (project "cornelius" 1402 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1403 | (reference "MX26") (unit 1) 1404 | ) 1405 | ) 1406 | ) 1407 | ) 1408 | 1409 | (symbol (lib_id "Mechanical:MountingHole") (at 154.94 234.95 0) (unit 1) 1410 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1411 | (uuid aae60d04-fd5f-40e3-b497-51b1faa28395) 1412 | (property "Reference" "MX21" (at 157.48 233.68 0) 1413 | (effects (font (size 1.27 1.27)) (justify left)) 1414 | ) 1415 | (property "Value" "MX" (at 157.48 236.22 0) 1416 | (effects (font (size 1.27 1.27)) (justify left)) 1417 | ) 1418 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 154.94 234.95 0) 1419 | (effects (font (size 1.27 1.27)) hide) 1420 | ) 1421 | (property "Datasheet" "~" (at 154.94 234.95 0) 1422 | (effects (font (size 1.27 1.27)) hide) 1423 | ) 1424 | (property "LCSC" "" (at 154.94 234.95 0) 1425 | (effects (font (size 1.27 1.27)) hide) 1426 | ) 1427 | (instances 1428 | (project "cornelius" 1429 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1430 | (reference "MX21") (unit 1) 1431 | ) 1432 | ) 1433 | (project "plate_ble" 1434 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1435 | (reference "H21") (unit 1) 1436 | ) 1437 | ) 1438 | (project "cornelius" 1439 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1440 | (reference "MX21") (unit 1) 1441 | ) 1442 | ) 1443 | ) 1444 | ) 1445 | 1446 | (symbol (lib_id "Mechanical:MountingHole") (at 170.18 218.44 0) (unit 1) 1447 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1448 | (uuid ab871621-6784-4d14-a287-b55e3745c996) 1449 | (property "Reference" "MX10" (at 172.72 217.17 0) 1450 | (effects (font (size 1.27 1.27)) (justify left)) 1451 | ) 1452 | (property "Value" "MX" (at 172.72 219.71 0) 1453 | (effects (font (size 1.27 1.27)) (justify left)) 1454 | ) 1455 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 170.18 218.44 0) 1456 | (effects (font (size 1.27 1.27)) hide) 1457 | ) 1458 | (property "Datasheet" "~" (at 170.18 218.44 0) 1459 | (effects (font (size 1.27 1.27)) hide) 1460 | ) 1461 | (property "LCSC" "" (at 170.18 218.44 0) 1462 | (effects (font (size 1.27 1.27)) hide) 1463 | ) 1464 | (instances 1465 | (project "cornelius" 1466 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1467 | (reference "MX10") (unit 1) 1468 | ) 1469 | ) 1470 | (project "plate_ble" 1471 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1472 | (reference "H10") (unit 1) 1473 | ) 1474 | ) 1475 | (project "cornelius" 1476 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1477 | (reference "MX10") (unit 1) 1478 | ) 1479 | ) 1480 | ) 1481 | ) 1482 | 1483 | (symbol (lib_id "Mechanical:MountingHole") (at 124.46 267.97 0) (unit 1) 1484 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1485 | (uuid b75f4daf-0742-43c9-bdd3-7f3c0350a0c7) 1486 | (property "Reference" "MX43" (at 127 266.7 0) 1487 | (effects (font (size 1.27 1.27)) (justify left)) 1488 | ) 1489 | (property "Value" "MX" (at 127 269.24 0) 1490 | (effects (font (size 1.27 1.27)) (justify left)) 1491 | ) 1492 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 124.46 267.97 0) 1493 | (effects (font (size 1.27 1.27)) hide) 1494 | ) 1495 | (property "Datasheet" "~" (at 124.46 267.97 0) 1496 | (effects (font (size 1.27 1.27)) hide) 1497 | ) 1498 | (property "LCSC" "" (at 124.46 267.97 0) 1499 | (effects (font (size 1.27 1.27)) hide) 1500 | ) 1501 | (instances 1502 | (project "cornelius" 1503 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1504 | (reference "MX43") (unit 1) 1505 | ) 1506 | ) 1507 | (project "plate_ble" 1508 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1509 | (reference "H43") (unit 1) 1510 | ) 1511 | ) 1512 | (project "cornelius" 1513 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1514 | (reference "MX43") (unit 1) 1515 | ) 1516 | ) 1517 | ) 1518 | ) 1519 | 1520 | (symbol (lib_id "Mechanical:MountingHole") (at 78.74 218.44 0) (unit 1) 1521 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1522 | (uuid bc466ee8-7bcf-473d-bcfd-2f7817159def) 1523 | (property "Reference" "MX4" (at 81.28 217.17 0) 1524 | (effects (font (size 1.27 1.27)) (justify left)) 1525 | ) 1526 | (property "Value" "MX" (at 81.28 219.71 0) 1527 | (effects (font (size 1.27 1.27)) (justify left)) 1528 | ) 1529 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 78.74 218.44 0) 1530 | (effects (font (size 1.27 1.27)) hide) 1531 | ) 1532 | (property "Datasheet" "~" (at 78.74 218.44 0) 1533 | (effects (font (size 1.27 1.27)) hide) 1534 | ) 1535 | (property "LCSC" "" (at 78.74 218.44 0) 1536 | (effects (font (size 1.27 1.27)) hide) 1537 | ) 1538 | (instances 1539 | (project "cornelius" 1540 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1541 | (reference "MX4") (unit 1) 1542 | ) 1543 | ) 1544 | (project "plate_ble" 1545 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1546 | (reference "H4") (unit 1) 1547 | ) 1548 | ) 1549 | (project "cornelius" 1550 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1551 | (reference "MX4") (unit 1) 1552 | ) 1553 | ) 1554 | ) 1555 | ) 1556 | 1557 | (symbol (lib_id "Mechanical:MountingHole") (at 93.98 251.46 0) (unit 1) 1558 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1559 | (uuid c3218840-1e96-4f96-8ea3-fc7618f0a79f) 1560 | (property "Reference" "MX29" (at 96.52 250.19 0) 1561 | (effects (font (size 1.27 1.27)) (justify left)) 1562 | ) 1563 | (property "Value" "MX" (at 96.52 252.73 0) 1564 | (effects (font (size 1.27 1.27)) (justify left)) 1565 | ) 1566 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 93.98 251.46 0) 1567 | (effects (font (size 1.27 1.27)) hide) 1568 | ) 1569 | (property "Datasheet" "~" (at 93.98 251.46 0) 1570 | (effects (font (size 1.27 1.27)) hide) 1571 | ) 1572 | (property "LCSC" "" (at 93.98 251.46 0) 1573 | (effects (font (size 1.27 1.27)) hide) 1574 | ) 1575 | (instances 1576 | (project "cornelius" 1577 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1578 | (reference "MX29") (unit 1) 1579 | ) 1580 | ) 1581 | (project "plate_ble" 1582 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1583 | (reference "H29") (unit 1) 1584 | ) 1585 | ) 1586 | (project "cornelius" 1587 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1588 | (reference "MX29") (unit 1) 1589 | ) 1590 | ) 1591 | ) 1592 | ) 1593 | 1594 | (symbol (lib_id "Mechanical:MountingHole") (at 170.18 234.95 0) (unit 1) 1595 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1596 | (uuid d19ece46-691c-4e12-b3a3-5f6369082b1f) 1597 | (property "Reference" "MX22" (at 172.72 233.68 0) 1598 | (effects (font (size 1.27 1.27)) (justify left)) 1599 | ) 1600 | (property "Value" "MX" (at 172.72 236.22 0) 1601 | (effects (font (size 1.27 1.27)) (justify left)) 1602 | ) 1603 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 170.18 234.95 0) 1604 | (effects (font (size 1.27 1.27)) hide) 1605 | ) 1606 | (property "Datasheet" "~" (at 170.18 234.95 0) 1607 | (effects (font (size 1.27 1.27)) hide) 1608 | ) 1609 | (property "LCSC" "" (at 170.18 234.95 0) 1610 | (effects (font (size 1.27 1.27)) hide) 1611 | ) 1612 | (instances 1613 | (project "cornelius" 1614 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1615 | (reference "MX22") (unit 1) 1616 | ) 1617 | ) 1618 | (project "plate_ble" 1619 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1620 | (reference "H22") (unit 1) 1621 | ) 1622 | ) 1623 | (project "cornelius" 1624 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1625 | (reference "MX22") (unit 1) 1626 | ) 1627 | ) 1628 | ) 1629 | ) 1630 | 1631 | (symbol (lib_id "Mechanical:MountingHole") (at 78.74 251.46 0) (unit 1) 1632 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1633 | (uuid e1a3515a-2b5b-46dd-bacf-870866851f1e) 1634 | (property "Reference" "MX28" (at 81.28 250.19 0) 1635 | (effects (font (size 1.27 1.27)) (justify left)) 1636 | ) 1637 | (property "Value" "MX" (at 81.28 252.73 0) 1638 | (effects (font (size 1.27 1.27)) (justify left)) 1639 | ) 1640 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 78.74 251.46 0) 1641 | (effects (font (size 1.27 1.27)) hide) 1642 | ) 1643 | (property "Datasheet" "~" (at 78.74 251.46 0) 1644 | (effects (font (size 1.27 1.27)) hide) 1645 | ) 1646 | (property "LCSC" "" (at 78.74 251.46 0) 1647 | (effects (font (size 1.27 1.27)) hide) 1648 | ) 1649 | (instances 1650 | (project "cornelius" 1651 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1652 | (reference "MX28") (unit 1) 1653 | ) 1654 | ) 1655 | (project "plate_ble" 1656 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1657 | (reference "H28") (unit 1) 1658 | ) 1659 | ) 1660 | (project "cornelius" 1661 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1662 | (reference "MX28") (unit 1) 1663 | ) 1664 | ) 1665 | ) 1666 | ) 1667 | 1668 | (symbol (lib_id "Mechanical:MountingHole") (at 63.5 218.44 0) (unit 1) 1669 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1670 | (uuid f169287a-faeb-4529-8657-4dfadbe7f8d9) 1671 | (property "Reference" "MX3" (at 66.04 218.44 0) 1672 | (effects (font (size 1.27 1.27)) (justify left)) 1673 | ) 1674 | (property "Value" "MX" (at 63.5 213.36 0) 1675 | (effects (font (size 1.27 1.27)) hide) 1676 | ) 1677 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 63.5 218.44 0) 1678 | (effects (font (size 1.27 1.27)) hide) 1679 | ) 1680 | (property "Datasheet" "~" (at 63.5 218.44 0) 1681 | (effects (font (size 1.27 1.27)) hide) 1682 | ) 1683 | (property "LCSC" "" (at 63.5 218.44 0) 1684 | (effects (font (size 1.27 1.27)) hide) 1685 | ) 1686 | (instances 1687 | (project "cornelius" 1688 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1689 | (reference "MX3") (unit 1) 1690 | ) 1691 | ) 1692 | (project "plate_ble" 1693 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1694 | (reference "H3") (unit 1) 1695 | ) 1696 | ) 1697 | (project "cornelius" 1698 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1699 | (reference "MX3") (unit 1) 1700 | ) 1701 | ) 1702 | ) 1703 | ) 1704 | 1705 | (symbol (lib_id "Mechanical:MountingHole") (at 185.42 234.95 0) (unit 1) 1706 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1707 | (uuid f58a0cca-b036-47e7-819b-13b65242279c) 1708 | (property "Reference" "MX23" (at 187.96 233.68 0) 1709 | (effects (font (size 1.27 1.27)) (justify left)) 1710 | ) 1711 | (property "Value" "MX" (at 187.96 236.22 0) 1712 | (effects (font (size 1.27 1.27)) (justify left)) 1713 | ) 1714 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 185.42 234.95 0) 1715 | (effects (font (size 1.27 1.27)) hide) 1716 | ) 1717 | (property "Datasheet" "~" (at 185.42 234.95 0) 1718 | (effects (font (size 1.27 1.27)) hide) 1719 | ) 1720 | (property "LCSC" "" (at 185.42 234.95 0) 1721 | (effects (font (size 1.27 1.27)) hide) 1722 | ) 1723 | (instances 1724 | (project "cornelius" 1725 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1726 | (reference "MX23") (unit 1) 1727 | ) 1728 | ) 1729 | (project "plate_ble" 1730 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1731 | (reference "H23") (unit 1) 1732 | ) 1733 | ) 1734 | (project "cornelius" 1735 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1736 | (reference "MX23") (unit 1) 1737 | ) 1738 | ) 1739 | ) 1740 | ) 1741 | 1742 | (symbol (lib_id "Mechanical:MountingHole") (at 139.7 234.95 0) (unit 1) 1743 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1744 | (uuid f830d584-67f8-4f91-b382-11e25ef0d995) 1745 | (property "Reference" "MX20" (at 142.24 233.68 0) 1746 | (effects (font (size 1.27 1.27)) (justify left)) 1747 | ) 1748 | (property "Value" "MX" (at 142.24 236.22 0) 1749 | (effects (font (size 1.27 1.27)) (justify left)) 1750 | ) 1751 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 139.7 234.95 0) 1752 | (effects (font (size 1.27 1.27)) hide) 1753 | ) 1754 | (property "Datasheet" "~" (at 139.7 234.95 0) 1755 | (effects (font (size 1.27 1.27)) hide) 1756 | ) 1757 | (property "LCSC" "" (at 139.7 234.95 0) 1758 | (effects (font (size 1.27 1.27)) hide) 1759 | ) 1760 | (instances 1761 | (project "cornelius" 1762 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1763 | (reference "MX20") (unit 1) 1764 | ) 1765 | ) 1766 | (project "plate_ble" 1767 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1768 | (reference "H20") (unit 1) 1769 | ) 1770 | ) 1771 | (project "cornelius" 1772 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1773 | (reference "MX20") (unit 1) 1774 | ) 1775 | ) 1776 | ) 1777 | ) 1778 | 1779 | (symbol (lib_id "Mechanical:MountingHole") (at 200.66 251.46 0) (unit 1) 1780 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 1781 | (uuid f8e85629-a073-449b-adcc-8e7f9bed2e74) 1782 | (property "Reference" "MX36" (at 203.2 250.19 0) 1783 | (effects (font (size 1.27 1.27)) (justify left)) 1784 | ) 1785 | (property "Value" "MX" (at 203.2 252.73 0) 1786 | (effects (font (size 1.27 1.27)) (justify left)) 1787 | ) 1788 | (property "Footprint" "PCM_marbastlib-xp-plate-mx:Plate-M_MX_1u" (at 200.66 251.46 0) 1789 | (effects (font (size 1.27 1.27)) hide) 1790 | ) 1791 | (property "Datasheet" "~" (at 200.66 251.46 0) 1792 | (effects (font (size 1.27 1.27)) hide) 1793 | ) 1794 | (property "LCSC" "" (at 200.66 251.46 0) 1795 | (effects (font (size 1.27 1.27)) hide) 1796 | ) 1797 | (instances 1798 | (project "cornelius" 1799 | (path "/13e40788-c997-49b6-a295-2e0f727db597/6b5635e7-5fcf-47f3-9ba2-4889ebab0035" 1800 | (reference "MX36") (unit 1) 1801 | ) 1802 | ) 1803 | (project "plate_ble" 1804 | (path "/195be91b-8e8a-44dc-96de-003bfb3dcf19" 1805 | (reference "H36") (unit 1) 1806 | ) 1807 | ) 1808 | (project "cornelius" 1809 | (path "/2ec4f4fa-8c08-458a-8dcd-8bbe89e58c6a" 1810 | (reference "MX36") (unit 1) 1811 | ) 1812 | ) 1813 | ) 1814 | ) 1815 | 1816 | (sheet_instances 1817 | (path "/" (page "1")) 1818 | ) 1819 | ) 1820 | --------------------------------------------------------------------------------