seveibar/pico-w-3x5-led-matrix
A 15-LED WS2812B RGB matrix with a Raspberry Pi Pico W, connected in a daisy-chain configuration and powered via 5V, controlled by the microcontroller's GPIO pins.
Usage: To import and use the "@tsci/seveibar.pico-w-3x5-led-matrix" component: 1. Import the component in your project: ```tsx import PicoLedMatrix from "@tsci/seveibar.pico-w-3x5-led-matrix" ``` 2. Use the component in a circuit board: ```tsx export default () => ( <board> <PicoLedMatrix /> </board> ) ``` The component creates a 3x5 LED matrix connected to a Raspberry Pi Pico W, with automatic grid layout and tracing between LEDs and the microcontroller. Key features: - Generates a 3x5 LED grid - Automatically connects LEDs - Includes Pico W placement - Uses WS2812B LEDs - Configures power and ground connections
- Version
- 0.0.1
- License
- unset
- Stars
- 4
dist/circuit.json
PCB
Schematic
[
{
"type": "source_project_metadata",
"source_project_metadata_id": "source_project_metadata_0",
"software_used_string": "@tscircuit/core@0.0.435"
},
{
"type": "source_port",
"source_port_id": "source_port_0",
"name": "pin1",
"pin_number": 1,
"port_hints": [
"GP0_SPI0RX_I2C0SDA_UART0TX",
"pin1",
"1"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_1",
"name": "pin2",
"pin_number": 2,
"port_hints": [
"GP1_SPI0CSn_I2C0SCL_UART0RX",
"pin2",
"2"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_2",
"name": "pin3",
"pin_number": 3,
"port_hints": [
"GND1",
"pin3",
"3"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_3",
"name": "pin4",
"pin_number": 4,
"port_hints": [
"GP2_SPI0SCK_I2C1SDA",
"pin4",
"4"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_4",
"name": "pin5",
"pin_number": 5,
"port_hints": [
"GP3_SPI0TX_I2C1SCL",
"pin5",
"5"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_5",
"name": "pin6",
"pin_number": 6,
"port_hints": [
"GP4_SPI0RX_I2C0SDA_UART1TX",
"pin6",
"6"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_6",
"name": "pin7",
"pin_number": 7,
"port_hints": [
"GP5_SPI0CSn_I2C0SCL_UART1RX",
"pin7",
"7"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_7",
"name": "pin8",
"pin_number": 8,
"port_hints": [
"GND3",
"pin8",
"8"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_8",
"name": "pin9",
"pin_number": 9,
"port_hints": [
"GP6_SPI0SCK_I2C1SDA",
"pin9",
"9"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_9",
"name": "pin10",
"pin_number": 10,
"port_hints": [
"GP7_SPI0TX_I2C1SCL",
"pin10",
"10"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_10",
"name": "pin11",
"pin_number": 11,
"port_hints": [
"GP8_SPI1RX_I2C0SDA_UART1TX",
"pin11",
"11"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_11",
"name": "pin12",
"pin_number": 12,
"port_hints": [
"GP9_SPI1CSn_I2C0SCL_UART1RX",
"pin12",
"12"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_12",
"name": "pin13",
"pin_number": 13,
"port_hints": [
"GND4",
"pin13",
"13"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_13",
"name": "pin14",
"pin_number": 14,
"port_hints": [
"GP10_SPI1SCK_I2C1SDA",
"pin14",
"14"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_14",
"name": "pin15",
"pin_number": 15,
"port_hints": [
"GP11_SPI1TX_I2C1SCL",
"pin15",
"15"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_15",
"name": "pin16",
"pin_number": 16,
"port_hints": [
"GP12_SPI1RX_I2C0SDA_UART0TX",
"pin16",
"16"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_16",
"name": "pin17",
"pin_number": 17,
"port_hints": [
"GP13_SPI1CSn_I2C0SCL_UART0RX",
"pin17",
"17"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_17",
"name": "pin18",
"pin_number": 18,
"port_hints": [
"GND6",
"pin18",
"18"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_18",
"name": "pin19",
"pin_number": 19,
"port_hints": [
"GP14_SPI1SCK_I2C1SDA",
"pin19",
"19"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_19",
"name": "pin20",
"pin_number": 20,
"port_hints": [
"GP15_SPI1TX_I2C1SCL",
"pin20",
"20"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_20",
"name": "pin21",
"pin_number": 21,
"port_hints": [
"GP16_SPI0RX_UART0RX",
"pin21",
"21"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_21",
"name": "pin22",
"pin_number": 22,
"port_hints": [
"GP17_SPI0CSn_UART0TX",
"pin22",
"22"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_22",
"name": "pin23",
"pin_number": 23,
"port_hints": [
"GND7",
"pin23",
"23"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_23",
"name": "pin24",
"pin_number": 24,
"port_hints": [
"GP18_SPI0SCK_I2C1SDA",
"pin24",
"24"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_24",
"name": "pin25",
"pin_number": 25,
"port_hints": [
"GP19_SPI0TX_I2C1SCL",
"pin25",
"25"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_25",
"name": "pin26",
"pin_number": 26,
"port_hints": [
"GP20_I2C0SDA",
"pin26",
"26"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_26",
"name": "pin27",
"pin_number": 27,
"port_hints": [
"GP21_I2C0SCL",
"pin27",
"27"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_27",
"name": "pin28",
"pin_number": 28,
"port_hints": [
"GND5",
"pin28",
"28"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_28",
"name": "pin29",
"pin_number": 29,
"port_hints": [
"GP22",
"pin29",
"29"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_29",
"name": "pin30",
"pin_number": 30,
"port_hints": [
"RUN",
"pin30",
"30"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_30",
"name": "pin31",
"pin_number": 31,
"port_hints": [
"GP26_ADC0_I2C1SDA",
"pin31",
"31"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_31",
"name": "pin32",
"pin_number": 32,
"port_hints": [
"GP27_ADC1_I2C1SCL",
"pin32",
"32"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_32",
"name": "pin33",
"pin_number": 33,
"port_hints": [
"GND_AGND",
"pin33",
"33"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_33",
"name": "pin34",
"pin_number": 34,
"port_hints": [
"GP28_ADC2",
"pin34",
"34"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_34",
"name": "pin35",
"pin_number": 35,
"port_hints": [
"ADC_VREF",
"pin35",
"35"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_35",
"name": "pin36",
"pin_number": 36,
"port_hints": [
"pin36",
"36"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_36",
"name": "pin37",
"pin_number": 37,
"port_hints": [
"3V3_EN",
"pin37",
"37"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_37",
"name": "pin38",
"pin_number": 38,
"port_hints": [
"GND2",
"pin38",
"38"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_38",
"name": "pin39",
"pin_number": 39,
"port_hints": [
"VSYS",
"pin39",
"39"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_39",
"name": "pin40",
"pin_number": 40,
"port_hints": [
"VBUS",
"pin40",
"40"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_40",
"name": "pin41",
"pin_number": 41,
"port_hints": [
"TP6",
"pin41",
"41"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_41",
"name": "pin42",
"pin_number": 42,
"port_hints": [
"TP5",
"pin42",
"42"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_42",
"name": "pin43",
"pin_number": 43,
"port_hints": [
"TP4",
"pin43",
"43"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_43",
"name": "pin44",
"pin_number": 44,
"port_hints": [
"TP3",
"pin44",
"44"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_44",
"name": "pin45",
"pin_number": 45,
"port_hints": [
"TP2",
"pin45",
"45"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_45",
"name": "pin46",
"pin_number": 46,
"port_hints": [
"TP1",
"pin46",
"46"
],
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_component",
"source_component_id": "source_component_0",
"ftype": "simple_chip",
"name": "U1",
"manufacturer_part_number": "PICO_W",
"supplier_part_numbers": {
"jlcpcb": [
"C7203003"
]
},
"source_group_id": "source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_46",
"name": "pin1",
"pin_number": 1,
"port_hints": [
"DO",
"pin1",
"1"
],
"source_component_id": "source_component_1",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_47",
"name": "pin2",
"pin_number": 2,
"port_hints": [
"GND",
"pin2",
"2"
],
"source_component_id": "source_component_1",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_48",
"name": "pin3",
"pin_number": 3,
"port_hints": [
"DI",
"pin3",
"3"
],
"source_component_id": "source_component_1",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_49",
"name": "pin4",
"pin_number": 4,
"port_hints": [
"VDD",
"pin4",
"4"
],
"source_component_id": "source_component_1",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_component",
"source_component_id": "source_component_1",
"ftype": "simple_chip",
"name": "LED1",
"manufacturer_part_number": "WS2812B_2020",
"supplier_part_numbers": {
"jlcpcb": [
"C965555"
]
},
"source_group_id": "source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_50",
"name": "pin1",
"pin_number": 1,
"port_hints": [
"DO",
"pin1",
"1"
],
"source_component_id": "source_component_2",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_51",
"name": "pin2",
"pin_number": 2,
"port_hints": [
"GND",
"pin2",
"2"
],
"source_component_id": "source_component_2",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_52",
"name": "pin3",
"pin_number": 3,
"port_hints": [
"DI",
"pin3",
"3"
],
"source_component_id": "source_component_2",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_53",
"name": "pin4",
"pin_number": 4,
"port_hints": [
"VDD",
"pin4",
"4"
],
"source_component_id": "source_component_2",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_component",
"source_component_id": "source_component_2",
"ftype": "simple_chip",
"name": "LED2",
"manufacturer_part_number": "WS2812B_2020",
"supplier_part_numbers": {
"jlcpcb": [
"C965555"
]
},
"source_group_id": "source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_54",
"name": "pin1",
"pin_number": 1,
"port_hints": [
"DO",
"pin1",
"1"
],
"source_component_id": "source_component_3",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_55",
"name": "pin2",
"pin_number": 2,
"port_hints": [
"GND",
"pin2",
"2"
],
"source_component_id": "source_component_3",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_56",
"name": "pin3",
"pin_number": 3,
"port_hints": [
"DI",
"pin3",
"3"
],
"source_component_id": "source_component_3",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_57",
"name": "pin4",
"pin_number": 4,
"port_hints": [
"VDD",
"pin4",
"4"
],
"source_component_id": "source_component_3",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_component",
"source_component_id": "source_component_3",
"ftype": "simple_chip",
"name": "LED3",
"manufacturer_part_number": "WS2812B_2020",
"supplier_part_numbers": {
"jlcpcb": [
"C965555"
]
},
"source_group_id": "source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_58",
"name": "pin1",
"pin_number": 1,
"port_hints": [
"DO",
"pin1",
"1"
],
"source_component_id": "source_component_4",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_59",
"name": "pin2",
"pin_number": 2,
"port_hints": [
"GND",
"pin2",
"2"
],
"source_component_id": "source_component_4",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_60",
"name": "pin3",
"pin_number": 3,
"port_hints": [
"DI",
"pin3",
"3"
],
"source_component_id": "source_component_4",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_61",
"name": "pin4",
"pin_number": 4,
"port_hints": [
"VDD",
"pin4",
"4"
],
"source_component_id": "source_component_4",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_component",
"source_component_id": "source_component_4",
"ftype": "simple_chip",
"name": "LED4",
"manufacturer_part_number": "WS2812B_2020",
"supplier_part_numbers": {
"jlcpcb": [
"C965555"
]
},
"source_group_id": "source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_62",
"name": "pin1",
"pin_number": 1,
"port_hints": [
"DO",
"pin1",
"1"
],
"source_component_id": "source_component_5",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_63",
"name": "pin2",
"pin_number": 2,
"port_hints": [
"GND",
"pin2",
"2"
],
"source_component_id": "source_component_5",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_64",
"name": "pin3",
"pin_number": 3,
"port_hints": [
"DI",
"pin3",
"3"
],
"source_component_id": "source_component_5",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_65",
"name": "pin4",
"pin_number": 4,
"port_hints": [
"VDD",
"pin4",
"4"
],
"source_component_id": "source_component_5",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_component",
"source_component_id": "source_component_5",
"ftype": "simple_chip",
"name": "LED5",
"manufacturer_part_number": "WS2812B_2020",
"supplier_part_numbers": {
"jlcpcb": [
"C965555"
]
},
"source_group_id": "source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_66",
"name": "pin1",
"pin_number": 1,
"port_hints": [
"DO",
"pin1",
"1"
],
"source_component_id": "source_component_6",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_67",
"name": "pin2",
"pin_number": 2,
"port_hints": [
"GND",
"pin2",
"2"
],
"source_component_id": "source_component_6",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_68",
"name": "pin3",
"pin_number": 3,
"port_hints": [
"DI",
"pin3",
"3"
],
"source_component_id": "source_component_6",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_69",
"name": "pin4",
"pin_number": 4,
"port_hints": [
"VDD",
"pin4",
"4"
],
"source_component_id": "source_component_6",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_component",
"source_component_id": "source_component_6",
"ftype": "simple_chip",
"name": "LED6",
"manufacturer_part_number": "WS2812B_2020",
"supplier_part_numbers": {
"jlcpcb": [
"C965555"
]
},
"source_group_id": "source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_70",
"name": "pin1",
"pin_number": 1,
"port_hints": [
"DO",
"pin1",
"1"
],
"source_component_id": "source_component_7",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_71",
"name": "pin2",
"pin_number": 2,
"port_hints": [
"GND",
"pin2",
"2"
],
"source_component_id": "source_component_7",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_72",
"name": "pin3",
"pin_number": 3,
"port_hints": [
"DI",
"pin3",
"3"
],
"source_component_id": "source_component_7",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_73",
"name": "pin4",
"pin_number": 4,
"port_hints": [
"VDD",
"pin4",
"4"
],
"source_component_id": "source_component_7",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_component",
"source_component_id": "source_component_7",
"ftype": "simple_chip",
"name": "LED7",
"manufacturer_part_number": "WS2812B_2020",
"supplier_part_numbers": {
"jlcpcb": [
"C965555"
]
},
"source_group_id": "source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_74",
"name": "pin1",
"pin_number": 1,
"port_hints": [
"DO",
"pin1",
"1"
],
"source_component_id": "source_component_8",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_75",
"name": "pin2",
"pin_number": 2,
"port_hints": [
"GND",
"pin2",
"2"
],
"source_component_id": "source_component_8",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_76",
"name": "pin3",
"pin_number": 3,
"port_hints": [
"DI",
"pin3",
"3"
],
"source_component_id": "source_component_8",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_77",
"name": "pin4",
"pin_number": 4,
"port_hints": [
"VDD",
"pin4",
"4"
],
"source_component_id": "source_component_8",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_component",
"source_component_id": "source_component_8",
"ftype": "simple_chip",
"name": "LED8",
"manufacturer_part_number": "WS2812B_2020",
"supplier_part_numbers": {
"jlcpcb": [
"C965555"
]
},
"source_group_id": "source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_78",
"name": "pin1",
"pin_number": 1,
"port_hints": [
"DO",
"pin1",
"1"
],
"source_component_id": "source_component_9",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_79",
"name": "pin2",
"pin_number": 2,
"port_hints": [
"GND",
"pin2",
"2"
],
"source_component_id": "source_component_9",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_80",
"name": "pin3",
"pin_number": 3,
"port_hints": [
"DI",
"pin3",
"3"
],
"source_component_id": "source_component_9",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_81",
"name": "pin4",
"pin_number": 4,
"port_hints": [
"VDD",
"pin4",
"4"
],
"source_component_id": "source_component_9",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_component",
"source_component_id": "source_component_9",
"ftype": "simple_chip",
"name": "LED9",
"manufacturer_part_number": "WS2812B_2020",
"supplier_part_numbers": {
"jlcpcb": [
"C965555"
]
},
"source_group_id": "source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_82",
"name": "pin1",
"pin_number": 1,
"port_hints": [
"DO",
"pin1",
"1"
],
"source_component_id": "source_component_10",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_83",
"name": "pin2",
"pin_number": 2,
"port_hints": [
"GND",
"pin2",
"2"
],
"source_component_id": "source_component_10",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_84",
"name": "pin3",
"pin_number": 3,
"port_hints": [
"DI",
"pin3",
"3"
],
"source_component_id": "source_component_10",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_85",
"name": "pin4",
"pin_number": 4,
"port_hints": [
"VDD",
"pin4",
"4"
],
"source_component_id": "source_component_10",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_component",
"source_component_id": "source_component_10",
"ftype": "simple_chip",
"name": "LED10",
"manufacturer_part_number": "WS2812B_2020",
"supplier_part_numbers": {
"jlcpcb": [
"C965555"
]
},
"source_group_id": "source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_86",
"name": "pin1",
"pin_number": 1,
"port_hints": [
"DO",
"pin1",
"1"
],
"source_component_id": "source_component_11",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_87",
"name": "pin2",
"pin_number": 2,
"port_hints": [
"GND",
"pin2",
"2"
],
"source_component_id": "source_component_11",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_88",
"name": "pin3",
"pin_number": 3,
"port_hints": [
"DI",
"pin3",
"3"
],
"source_component_id": "source_component_11",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_89",
"name": "pin4",
"pin_number": 4,
"port_hints": [
"VDD",
"pin4",
"4"
],
"source_component_id": "source_component_11",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_component",
"source_component_id": "source_component_11",
"ftype": "simple_chip",
"name": "LED11",
"manufacturer_part_number": "WS2812B_2020",
"supplier_part_numbers": {
"jlcpcb": [
"C965555"
]
},
"source_group_id": "source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_90",
"name": "pin1",
"pin_number": 1,
"port_hints": [
"DO",
"pin1",
"1"
],
"source_component_id": "source_component_12",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_91",
"name": "pin2",
"pin_number": 2,
"port_hints": [
"GND",
"pin2",
"2"
],
"source_component_id": "source_component_12",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_92",
"name": "pin3",
"pin_number": 3,
"port_hints": [
"DI",
"pin3",
"3"
],
"source_component_id": "source_component_12",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_93",
"name": "pin4",
"pin_number": 4,
"port_hints": [
"VDD",
"pin4",
"4"
],
"source_component_id": "source_component_12",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_component",
"source_component_id": "source_component_12",
"ftype": "simple_chip",
"name": "LED12",
"manufacturer_part_number": "WS2812B_2020",
"supplier_part_numbers": {
"jlcpcb": [
"C965555"
]
},
"source_group_id": "source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_94",
"name": "pin1",
"pin_number": 1,
"port_hints": [
"DO",
"pin1",
"1"
],
"source_component_id": "source_component_13",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_95",
"name": "pin2",
"pin_number": 2,
"port_hints": [
"GND",
"pin2",
"2"
],
"source_component_id": "source_component_13",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_96",
"name": "pin3",
"pin_number": 3,
"port_hints": [
"DI",
"pin3",
"3"
],
"source_component_id": "source_component_13",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_97",
"name": "pin4",
"pin_number": 4,
"port_hints": [
"VDD",
"pin4",
"4"
],
"source_component_id": "source_component_13",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_component",
"source_component_id": "source_component_13",
"ftype": "simple_chip",
"name": "LED13",
"manufacturer_part_number": "WS2812B_2020",
"supplier_part_numbers": {
"jlcpcb": [
"C965555"
]
},
"source_group_id": "source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_98",
"name": "pin1",
"pin_number": 1,
"port_hints": [
"DO",
"pin1",
"1"
],
"source_component_id": "source_component_14",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_99",
"name": "pin2",
"pin_number": 2,
"port_hints": [
"GND",
"pin2",
"2"
],
"source_component_id": "source_component_14",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_100",
"name": "pin3",
"pin_number": 3,
"port_hints": [
"DI",
"pin3",
"3"
],
"source_component_id": "source_component_14",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_101",
"name": "pin4",
"pin_number": 4,
"port_hints": [
"VDD",
"pin4",
"4"
],
"source_component_id": "source_component_14",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_component",
"source_component_id": "source_component_14",
"ftype": "simple_chip",
"name": "LED14",
"manufacturer_part_number": "WS2812B_2020",
"supplier_part_numbers": {
"jlcpcb": [
"C965555"
]
},
"source_group_id": "source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_102",
"name": "pin1",
"pin_number": 1,
"port_hints": [
"DO",
"pin1",
"1"
],
"source_component_id": "source_component_15",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_103",
"name": "pin2",
"pin_number": 2,
"port_hints": [
"GND",
"pin2",
"2"
],
"source_component_id": "source_component_15",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_104",
"name": "pin3",
"pin_number": 3,
"port_hints": [
"DI",
"pin3",
"3"
],
"source_component_id": "source_component_15",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_105",
"name": "pin4",
"pin_number": 4,
"port_hints": [
"VDD",
"pin4",
"4"
],
"source_component_id": "source_component_15",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_component",
"source_component_id": "source_component_15",
"ftype": "simple_chip",
"name": "LED15",
"manufacturer_part_number": "WS2812B_2020",
"supplier_part_numbers": {
"jlcpcb": [
"C965555"
]
},
"source_group_id": "source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_106",
"name": "pin1",
"pin_number": 1,
"port_hints": [
"DO",
"pin1",
"1"
],
"source_component_id": "source_component_16",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_107",
"name": "pin2",
"pin_number": 2,
"port_hints": [
"GND",
"pin2",
"2"
],
"source_component_id": "source_component_16",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_108",
"name": "pin3",
"pin_number": 3,
"port_hints": [
"DI",
"pin3",
"3"
],
"source_component_id": "source_component_16",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_port",
"source_port_id": "source_port_109",
"name": "pin4",
"pin_number": 4,
"port_hints": [
"VDD",
"pin4",
"4"
],
"source_component_id": "source_component_16",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_component",
"source_component_id": "source_component_16",
"ftype": "simple_chip",
"name": "LED16",
"manufacturer_part_number": "WS2812B_2020",
"supplier_part_numbers": {
"jlcpcb": [
"C965555"
]
},
"source_group_id": "source_group_0"
},
{
"type": "source_net",
"source_net_id": "source_net_0",
"name": "GND",
"member_source_group_ids": [],
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_net",
"source_net_id": "source_net_1",
"name": "V5",
"member_source_group_ids": [],
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_group",
"source_group_id": "source_group_0",
"is_subcircuit": true,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_0",
"connected_source_port_ids": [
"source_port_47"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED1 .GND to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_1",
"connected_source_port_ids": [
"source_port_49"
],
"connected_source_net_ids": [
"source_net_1"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED1 .VDD to net.V5",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net1"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_2",
"connected_source_port_ids": [
"source_port_51"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED2 .GND to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_3",
"connected_source_port_ids": [
"source_port_53"
],
"connected_source_net_ids": [
"source_net_1"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED2 .VDD to net.V5",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net1"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_4",
"connected_source_port_ids": [
"source_port_46",
"source_port_52"
],
"connected_source_net_ids": [],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED1 .DO to .LED2 .DI",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net2"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_5",
"connected_source_port_ids": [
"source_port_55"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED3 .GND to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_6",
"connected_source_port_ids": [
"source_port_57"
],
"connected_source_net_ids": [
"source_net_1"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED3 .VDD to net.V5",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net1"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_7",
"connected_source_port_ids": [
"source_port_50",
"source_port_56"
],
"connected_source_net_ids": [],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED2 .DO to .LED3 .DI",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net3"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_8",
"connected_source_port_ids": [
"source_port_59"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED4 .GND to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_9",
"connected_source_port_ids": [
"source_port_61"
],
"connected_source_net_ids": [
"source_net_1"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED4 .VDD to net.V5",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net1"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_10",
"connected_source_port_ids": [
"source_port_54",
"source_port_60"
],
"connected_source_net_ids": [],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED3 .DO to .LED4 .DI",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net4"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_11",
"connected_source_port_ids": [
"source_port_63"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED5 .GND to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_12",
"connected_source_port_ids": [
"source_port_65"
],
"connected_source_net_ids": [
"source_net_1"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED5 .VDD to net.V5",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net1"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_13",
"connected_source_port_ids": [
"source_port_58",
"source_port_64"
],
"connected_source_net_ids": [],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED4 .DO to .LED5 .DI",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net5"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_14",
"connected_source_port_ids": [
"source_port_67"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED6 .GND to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_15",
"connected_source_port_ids": [
"source_port_69"
],
"connected_source_net_ids": [
"source_net_1"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED6 .VDD to net.V5",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net1"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_16",
"connected_source_port_ids": [
"source_port_62",
"source_port_68"
],
"connected_source_net_ids": [],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED5 .DO to .LED6 .DI",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net6"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_17",
"connected_source_port_ids": [
"source_port_71"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED7 .GND to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_18",
"connected_source_port_ids": [
"source_port_73"
],
"connected_source_net_ids": [
"source_net_1"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED7 .VDD to net.V5",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net1"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_19",
"connected_source_port_ids": [
"source_port_66",
"source_port_72"
],
"connected_source_net_ids": [],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED6 .DO to .LED7 .DI",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net7"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_20",
"connected_source_port_ids": [
"source_port_75"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED8 .GND to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_21",
"connected_source_port_ids": [
"source_port_77"
],
"connected_source_net_ids": [
"source_net_1"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED8 .VDD to net.V5",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net1"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_22",
"connected_source_port_ids": [
"source_port_70",
"source_port_76"
],
"connected_source_net_ids": [],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED7 .DO to .LED8 .DI",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net8"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_23",
"connected_source_port_ids": [
"source_port_79"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED9 .GND to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_24",
"connected_source_port_ids": [
"source_port_81"
],
"connected_source_net_ids": [
"source_net_1"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED9 .VDD to net.V5",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net1"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_25",
"connected_source_port_ids": [
"source_port_74",
"source_port_80"
],
"connected_source_net_ids": [],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED8 .DO to .LED9 .DI",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net9"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_26",
"connected_source_port_ids": [
"source_port_83"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED10 .GND to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_27",
"connected_source_port_ids": [
"source_port_85"
],
"connected_source_net_ids": [
"source_net_1"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED10 .VDD to net.V5",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net1"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_28",
"connected_source_port_ids": [
"source_port_78",
"source_port_84"
],
"connected_source_net_ids": [],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED9 .DO to .LED10 .DI",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net10"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_29",
"connected_source_port_ids": [
"source_port_87"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED11 .GND to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_30",
"connected_source_port_ids": [
"source_port_89"
],
"connected_source_net_ids": [
"source_net_1"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED11 .VDD to net.V5",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net1"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_31",
"connected_source_port_ids": [
"source_port_82",
"source_port_88"
],
"connected_source_net_ids": [],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED10 .DO to .LED11 .DI",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net11"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_32",
"connected_source_port_ids": [
"source_port_91"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED12 .GND to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_33",
"connected_source_port_ids": [
"source_port_93"
],
"connected_source_net_ids": [
"source_net_1"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED12 .VDD to net.V5",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net1"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_34",
"connected_source_port_ids": [
"source_port_86",
"source_port_92"
],
"connected_source_net_ids": [],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED11 .DO to .LED12 .DI",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net12"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_35",
"connected_source_port_ids": [
"source_port_95"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED13 .GND to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_36",
"connected_source_port_ids": [
"source_port_97"
],
"connected_source_net_ids": [
"source_net_1"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED13 .VDD to net.V5",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net1"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_37",
"connected_source_port_ids": [
"source_port_90",
"source_port_96"
],
"connected_source_net_ids": [],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED12 .DO to .LED13 .DI",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net13"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_38",
"connected_source_port_ids": [
"source_port_99"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED14 .GND to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_39",
"connected_source_port_ids": [
"source_port_101"
],
"connected_source_net_ids": [
"source_net_1"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED14 .VDD to net.V5",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net1"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_40",
"connected_source_port_ids": [
"source_port_94",
"source_port_100"
],
"connected_source_net_ids": [],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED13 .DO to .LED14 .DI",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net14"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_41",
"connected_source_port_ids": [
"source_port_103"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED15 .GND to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_42",
"connected_source_port_ids": [
"source_port_105"
],
"connected_source_net_ids": [
"source_net_1"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED15 .VDD to net.V5",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net1"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_43",
"connected_source_port_ids": [
"source_port_98",
"source_port_104"
],
"connected_source_net_ids": [],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED14 .DO to .LED15 .DI",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net15"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_44",
"connected_source_port_ids": [
"source_port_48",
"source_port_8"
],
"connected_source_net_ids": [],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED1 .DI to .U1 > .GP6_SPI0SCK_I2C1SDA",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net16"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_45",
"connected_source_port_ids": [
"source_port_2"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".U1 > .GND1 to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_46",
"connected_source_port_ids": [
"source_port_37"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".U1 > .GND2 to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_47",
"connected_source_port_ids": [
"source_port_7"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".U1 > .GND3 to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_48",
"connected_source_port_ids": [
"source_port_12"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".U1 > .GND4 to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_49",
"connected_source_port_ids": [
"source_port_27"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".U1 > .GND5 to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_50",
"connected_source_port_ids": [
"source_port_17"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".U1 > .GND6 to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_51",
"connected_source_port_ids": [
"source_port_22"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".U1 > .GND7 to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_52",
"connected_source_port_ids": [
"source_port_39"
],
"connected_source_net_ids": [
"source_net_1"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".U1 > .VBUS to net.V5",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net1"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_53",
"connected_source_port_ids": [
"source_port_107"
],
"connected_source_net_ids": [
"source_net_0"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED16 .GND to net.GND",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net0"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_54",
"connected_source_port_ids": [
"source_port_109"
],
"connected_source_net_ids": [
"source_net_1"
],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED16 .VDD to net.V5",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net1"
},
{
"type": "source_trace",
"source_trace_id": "source_trace_55",
"connected_source_port_ids": [
"source_port_108",
"source_port_13"
],
"connected_source_net_ids": [],
"subcircuit_id": "subcircuit_source_group_0",
"display_name": ".LED16 .DI to .U1 > .GP10_SPI1SCK_I2C1SDA",
"subcircuit_connectivity_map_key": "unnamedsubcircuit10270_connectivity_net17"
},
{
"type": "schematic_component",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 0,
"y": 0
},
"rotation": 0,
"size": {
"width": 5,
"height": 4.800000000000002
},
"pin_spacing": 0.2,
"port_labels": {
"pin1": "pin1",
"pin2": "pin2",
"pin3": "pin3",
"pin4": "pin4",
"pin5": "pin5",
"pin6": "pin6",
"pin7": "pin7",
"pin8": "pin8",
"pin9": "pin9",
"pin10": "pin10",
"pin11": "pin11",
"pin12": "pin12",
"pin13": "pin13",
"pin14": "pin14",
"pin15": "pin15",
"pin16": "pin16",
"pin17": "pin17",
"pin18": "pin18",
"pin19": "pin19",
"pin20": "pin20",
"pin21": "pin21",
"pin22": "pin22",
"pin23": "pin23",
"pin24": "pin24",
"pin25": "pin25",
"pin26": "pin26",
"pin27": "pin27",
"pin28": "pin28",
"pin29": "pin29",
"pin30": "pin30",
"pin31": "pin31",
"pin32": "pin32",
"pin33": "pin33",
"pin34": "pin34",
"pin35": "pin35",
"pin36": "pin36",
"pin37": "pin37",
"pin38": "pin38",
"pin39": "pin39",
"pin40": "pin40",
"pin41": "pin41",
"pin42": "pin42",
"pin43": "pin43",
"pin44": "pin44",
"pin45": "pin45",
"pin46": "pin46"
},
"source_component_id": "source_component_0",
"schematic_group_id": "schematic_group_0"
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_0",
"text": "PICO_W",
"schematic_component_id": "schematic_component_0",
"anchor": "left",
"rotation": 0,
"position": {
"x": -2.5,
"y": -2.5300000000000007
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_1",
"text": "U1",
"schematic_component_id": "schematic_component_0",
"anchor": "left",
"rotation": 0,
"position": {
"x": -2.5,
"y": 2.5300000000000007
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_component",
"schematic_component_id": "schematic_component_1",
"center": {
"x": 3.5,
"y": 16.25
},
"rotation": 0,
"size": {
"width": 1.3,
"height": 0.6000000000000001
},
"port_arrangement": {
"left_side": {
"pins": [
"DI",
"GND"
],
"direction": "top-to-bottom"
},
"right_side": {
"pins": [
"VDD",
"DO"
],
"direction": "top-to-bottom"
}
},
"pin_spacing": 0.2,
"port_labels": {
"pin1": "pin1",
"pin2": "pin2",
"pin3": "pin3",
"pin4": "pin4"
},
"source_component_id": "source_component_1",
"schematic_group_id": "schematic_group_0"
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_2",
"text": "WS2812B_2020",
"schematic_component_id": "schematic_component_1",
"anchor": "left",
"rotation": 0,
"position": {
"x": 2.85,
"y": 15.819999999999999
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_3",
"text": "LED1",
"schematic_component_id": "schematic_component_1",
"anchor": "left",
"rotation": 0,
"position": {
"x": 2.85,
"y": 16.68
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_component",
"schematic_component_id": "schematic_component_2",
"center": {
"x": 7.5,
"y": 16.25
},
"rotation": 0,
"size": {
"width": 1.3,
"height": 0.6000000000000001
},
"port_arrangement": {
"left_side": {
"pins": [
"DI",
"GND"
],
"direction": "top-to-bottom"
},
"right_side": {
"pins": [
"VDD",
"DO"
],
"direction": "top-to-bottom"
}
},
"pin_spacing": 0.2,
"port_labels": {
"pin1": "pin1",
"pin2": "pin2",
"pin3": "pin3",
"pin4": "pin4"
},
"source_component_id": "source_component_2",
"schematic_group_id": "schematic_group_0"
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_4",
"text": "WS2812B_2020",
"schematic_component_id": "schematic_component_2",
"anchor": "left",
"rotation": 0,
"position": {
"x": 6.85,
"y": 15.819999999999999
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_5",
"text": "LED2",
"schematic_component_id": "schematic_component_2",
"anchor": "left",
"rotation": 0,
"position": {
"x": 6.85,
"y": 16.68
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_component",
"schematic_component_id": "schematic_component_3",
"center": {
"x": 11.5,
"y": 16.25
},
"rotation": 0,
"size": {
"width": 1.3,
"height": 0.6000000000000001
},
"port_arrangement": {
"left_side": {
"pins": [
"DI",
"GND"
],
"direction": "top-to-bottom"
},
"right_side": {
"pins": [
"VDD",
"DO"
],
"direction": "top-to-bottom"
}
},
"pin_spacing": 0.2,
"port_labels": {
"pin1": "pin1",
"pin2": "pin2",
"pin3": "pin3",
"pin4": "pin4"
},
"source_component_id": "source_component_3",
"schematic_group_id": "schematic_group_0"
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_6",
"text": "WS2812B_2020",
"schematic_component_id": "schematic_component_3",
"anchor": "left",
"rotation": 0,
"position": {
"x": 10.85,
"y": 15.819999999999999
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_7",
"text": "LED3",
"schematic_component_id": "schematic_component_3",
"anchor": "left",
"rotation": 0,
"position": {
"x": 10.85,
"y": 16.68
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_component",
"schematic_component_id": "schematic_component_4",
"center": {
"x": 3.5,
"y": 13.75
},
"rotation": 0,
"size": {
"width": 1.3,
"height": 0.6000000000000001
},
"port_arrangement": {
"left_side": {
"pins": [
"DI",
"GND"
],
"direction": "top-to-bottom"
},
"right_side": {
"pins": [
"VDD",
"DO"
],
"direction": "top-to-bottom"
}
},
"pin_spacing": 0.2,
"port_labels": {
"pin1": "pin1",
"pin2": "pin2",
"pin3": "pin3",
"pin4": "pin4"
},
"source_component_id": "source_component_4",
"schematic_group_id": "schematic_group_0"
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_8",
"text": "WS2812B_2020",
"schematic_component_id": "schematic_component_4",
"anchor": "left",
"rotation": 0,
"position": {
"x": 2.85,
"y": 13.319999999999999
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_9",
"text": "LED4",
"schematic_component_id": "schematic_component_4",
"anchor": "left",
"rotation": 0,
"position": {
"x": 2.85,
"y": 14.180000000000001
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_component",
"schematic_component_id": "schematic_component_5",
"center": {
"x": 7.5,
"y": 13.75
},
"rotation": 0,
"size": {
"width": 1.3,
"height": 0.6000000000000001
},
"port_arrangement": {
"left_side": {
"pins": [
"DI",
"GND"
],
"direction": "top-to-bottom"
},
"right_side": {
"pins": [
"VDD",
"DO"
],
"direction": "top-to-bottom"
}
},
"pin_spacing": 0.2,
"port_labels": {
"pin1": "pin1",
"pin2": "pin2",
"pin3": "pin3",
"pin4": "pin4"
},
"source_component_id": "source_component_5",
"schematic_group_id": "schematic_group_0"
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_10",
"text": "WS2812B_2020",
"schematic_component_id": "schematic_component_5",
"anchor": "left",
"rotation": 0,
"position": {
"x": 6.85,
"y": 13.319999999999999
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_11",
"text": "LED5",
"schematic_component_id": "schematic_component_5",
"anchor": "left",
"rotation": 0,
"position": {
"x": 6.85,
"y": 14.180000000000001
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_component",
"schematic_component_id": "schematic_component_6",
"center": {
"x": 11.5,
"y": 13.75
},
"rotation": 0,
"size": {
"width": 1.3,
"height": 0.6000000000000001
},
"port_arrangement": {
"left_side": {
"pins": [
"DI",
"GND"
],
"direction": "top-to-bottom"
},
"right_side": {
"pins": [
"VDD",
"DO"
],
"direction": "top-to-bottom"
}
},
"pin_spacing": 0.2,
"port_labels": {
"pin1": "pin1",
"pin2": "pin2",
"pin3": "pin3",
"pin4": "pin4"
},
"source_component_id": "source_component_6",
"schematic_group_id": "schematic_group_0"
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_12",
"text": "WS2812B_2020",
"schematic_component_id": "schematic_component_6",
"anchor": "left",
"rotation": 0,
"position": {
"x": 10.85,
"y": 13.319999999999999
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_13",
"text": "LED6",
"schematic_component_id": "schematic_component_6",
"anchor": "left",
"rotation": 0,
"position": {
"x": 10.85,
"y": 14.180000000000001
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_component",
"schematic_component_id": "schematic_component_7",
"center": {
"x": 3.5,
"y": 11.25
},
"rotation": 0,
"size": {
"width": 1.3,
"height": 0.6000000000000001
},
"port_arrangement": {
"left_side": {
"pins": [
"DI",
"GND"
],
"direction": "top-to-bottom"
},
"right_side": {
"pins": [
"VDD",
"DO"
],
"direction": "top-to-bottom"
}
},
"pin_spacing": 0.2,
"port_labels": {
"pin1": "pin1",
"pin2": "pin2",
"pin3": "pin3",
"pin4": "pin4"
},
"source_component_id": "source_component_7",
"schematic_group_id": "schematic_group_0"
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_14",
"text": "WS2812B_2020",
"schematic_component_id": "schematic_component_7",
"anchor": "left",
"rotation": 0,
"position": {
"x": 2.85,
"y": 10.819999999999999
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_15",
"text": "LED7",
"schematic_component_id": "schematic_component_7",
"anchor": "left",
"rotation": 0,
"position": {
"x": 2.85,
"y": 11.680000000000001
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_component",
"schematic_component_id": "schematic_component_8",
"center": {
"x": 7.5,
"y": 11.25
},
"rotation": 0,
"size": {
"width": 1.3,
"height": 0.6000000000000001
},
"port_arrangement": {
"left_side": {
"pins": [
"DI",
"GND"
],
"direction": "top-to-bottom"
},
"right_side": {
"pins": [
"VDD",
"DO"
],
"direction": "top-to-bottom"
}
},
"pin_spacing": 0.2,
"port_labels": {
"pin1": "pin1",
"pin2": "pin2",
"pin3": "pin3",
"pin4": "pin4"
},
"source_component_id": "source_component_8",
"schematic_group_id": "schematic_group_0"
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_16",
"text": "WS2812B_2020",
"schematic_component_id": "schematic_component_8",
"anchor": "left",
"rotation": 0,
"position": {
"x": 6.85,
"y": 10.819999999999999
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_17",
"text": "LED8",
"schematic_component_id": "schematic_component_8",
"anchor": "left",
"rotation": 0,
"position": {
"x": 6.85,
"y": 11.680000000000001
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_component",
"schematic_component_id": "schematic_component_9",
"center": {
"x": 11.5,
"y": 11.25
},
"rotation": 0,
"size": {
"width": 1.3,
"height": 0.6000000000000001
},
"port_arrangement": {
"left_side": {
"pins": [
"DI",
"GND"
],
"direction": "top-to-bottom"
},
"right_side": {
"pins": [
"VDD",
"DO"
],
"direction": "top-to-bottom"
}
},
"pin_spacing": 0.2,
"port_labels": {
"pin1": "pin1",
"pin2": "pin2",
"pin3": "pin3",
"pin4": "pin4"
},
"source_component_id": "source_component_9",
"schematic_group_id": "schematic_group_0"
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_18",
"text": "WS2812B_2020",
"schematic_component_id": "schematic_component_9",
"anchor": "left",
"rotation": 0,
"position": {
"x": 10.85,
"y": 10.819999999999999
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_19",
"text": "LED9",
"schematic_component_id": "schematic_component_9",
"anchor": "left",
"rotation": 0,
"position": {
"x": 10.85,
"y": 11.680000000000001
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_component",
"schematic_component_id": "schematic_component_10",
"center": {
"x": 3.5,
"y": 8.75
},
"rotation": 0,
"size": {
"width": 1.3,
"height": 0.6000000000000001
},
"port_arrangement": {
"left_side": {
"pins": [
"DI",
"GND"
],
"direction": "top-to-bottom"
},
"right_side": {
"pins": [
"VDD",
"DO"
],
"direction": "top-to-bottom"
}
},
"pin_spacing": 0.2,
"port_labels": {
"pin1": "pin1",
"pin2": "pin2",
"pin3": "pin3",
"pin4": "pin4"
},
"source_component_id": "source_component_10",
"schematic_group_id": "schematic_group_0"
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_20",
"text": "WS2812B_2020",
"schematic_component_id": "schematic_component_10",
"anchor": "left",
"rotation": 0,
"position": {
"x": 2.85,
"y": 8.319999999999999
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_21",
"text": "LED10",
"schematic_component_id": "schematic_component_10",
"anchor": "left",
"rotation": 0,
"position": {
"x": 2.85,
"y": 9.180000000000001
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_component",
"schematic_component_id": "schematic_component_11",
"center": {
"x": 7.5,
"y": 8.75
},
"rotation": 0,
"size": {
"width": 1.3,
"height": 0.6000000000000001
},
"port_arrangement": {
"left_side": {
"pins": [
"DI",
"GND"
],
"direction": "top-to-bottom"
},
"right_side": {
"pins": [
"VDD",
"DO"
],
"direction": "top-to-bottom"
}
},
"pin_spacing": 0.2,
"port_labels": {
"pin1": "pin1",
"pin2": "pin2",
"pin3": "pin3",
"pin4": "pin4"
},
"source_component_id": "source_component_11",
"schematic_group_id": "schematic_group_0"
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_22",
"text": "WS2812B_2020",
"schematic_component_id": "schematic_component_11",
"anchor": "left",
"rotation": 0,
"position": {
"x": 6.85,
"y": 8.319999999999999
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_23",
"text": "LED11",
"schematic_component_id": "schematic_component_11",
"anchor": "left",
"rotation": 0,
"position": {
"x": 6.85,
"y": 9.180000000000001
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_component",
"schematic_component_id": "schematic_component_12",
"center": {
"x": 11.5,
"y": 8.75
},
"rotation": 0,
"size": {
"width": 1.3,
"height": 0.6000000000000001
},
"port_arrangement": {
"left_side": {
"pins": [
"DI",
"GND"
],
"direction": "top-to-bottom"
},
"right_side": {
"pins": [
"VDD",
"DO"
],
"direction": "top-to-bottom"
}
},
"pin_spacing": 0.2,
"port_labels": {
"pin1": "pin1",
"pin2": "pin2",
"pin3": "pin3",
"pin4": "pin4"
},
"source_component_id": "source_component_12",
"schematic_group_id": "schematic_group_0"
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_24",
"text": "WS2812B_2020",
"schematic_component_id": "schematic_component_12",
"anchor": "left",
"rotation": 0,
"position": {
"x": 10.85,
"y": 8.319999999999999
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_25",
"text": "LED12",
"schematic_component_id": "schematic_component_12",
"anchor": "left",
"rotation": 0,
"position": {
"x": 10.85,
"y": 9.180000000000001
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_component",
"schematic_component_id": "schematic_component_13",
"center": {
"x": 3.5,
"y": 6.25
},
"rotation": 0,
"size": {
"width": 1.3,
"height": 0.6000000000000001
},
"port_arrangement": {
"left_side": {
"pins": [
"DI",
"GND"
],
"direction": "top-to-bottom"
},
"right_side": {
"pins": [
"VDD",
"DO"
],
"direction": "top-to-bottom"
}
},
"pin_spacing": 0.2,
"port_labels": {
"pin1": "pin1",
"pin2": "pin2",
"pin3": "pin3",
"pin4": "pin4"
},
"source_component_id": "source_component_13",
"schematic_group_id": "schematic_group_0"
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_26",
"text": "WS2812B_2020",
"schematic_component_id": "schematic_component_13",
"anchor": "left",
"rotation": 0,
"position": {
"x": 2.85,
"y": 5.82
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_27",
"text": "LED13",
"schematic_component_id": "schematic_component_13",
"anchor": "left",
"rotation": 0,
"position": {
"x": 2.85,
"y": 6.68
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_component",
"schematic_component_id": "schematic_component_14",
"center": {
"x": 7.5,
"y": 6.25
},
"rotation": 0,
"size": {
"width": 1.3,
"height": 0.6000000000000001
},
"port_arrangement": {
"left_side": {
"pins": [
"DI",
"GND"
],
"direction": "top-to-bottom"
},
"right_side": {
"pins": [
"VDD",
"DO"
],
"direction": "top-to-bottom"
}
},
"pin_spacing": 0.2,
"port_labels": {
"pin1": "pin1",
"pin2": "pin2",
"pin3": "pin3",
"pin4": "pin4"
},
"source_component_id": "source_component_14",
"schematic_group_id": "schematic_group_0"
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_28",
"text": "WS2812B_2020",
"schematic_component_id": "schematic_component_14",
"anchor": "left",
"rotation": 0,
"position": {
"x": 6.85,
"y": 5.82
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_29",
"text": "LED14",
"schematic_component_id": "schematic_component_14",
"anchor": "left",
"rotation": 0,
"position": {
"x": 6.85,
"y": 6.68
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_component",
"schematic_component_id": "schematic_component_15",
"center": {
"x": 11.5,
"y": 6.25
},
"rotation": 0,
"size": {
"width": 1.3,
"height": 0.6000000000000001
},
"port_arrangement": {
"left_side": {
"pins": [
"DI",
"GND"
],
"direction": "top-to-bottom"
},
"right_side": {
"pins": [
"VDD",
"DO"
],
"direction": "top-to-bottom"
}
},
"pin_spacing": 0.2,
"port_labels": {
"pin1": "pin1",
"pin2": "pin2",
"pin3": "pin3",
"pin4": "pin4"
},
"source_component_id": "source_component_15",
"schematic_group_id": "schematic_group_0"
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_30",
"text": "WS2812B_2020",
"schematic_component_id": "schematic_component_15",
"anchor": "left",
"rotation": 0,
"position": {
"x": 10.85,
"y": 5.82
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_31",
"text": "LED15",
"schematic_component_id": "schematic_component_15",
"anchor": "left",
"rotation": 0,
"position": {
"x": 10.85,
"y": 6.68
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_component",
"schematic_component_id": "schematic_component_16",
"center": {
"x": 8,
"y": 0
},
"rotation": 0,
"size": {
"width": 1.3,
"height": 0.6000000000000001
},
"port_arrangement": {
"left_side": {
"pins": [
"DI",
"GND"
],
"direction": "top-to-bottom"
},
"right_side": {
"pins": [
"VDD",
"DO"
],
"direction": "top-to-bottom"
}
},
"pin_spacing": 0.2,
"port_labels": {
"pin1": "pin1",
"pin2": "pin2",
"pin3": "pin3",
"pin4": "pin4"
},
"source_component_id": "source_component_16",
"schematic_group_id": "schematic_group_0"
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_32",
"text": "WS2812B_2020",
"schematic_component_id": "schematic_component_16",
"anchor": "left",
"rotation": 0,
"position": {
"x": 7.35,
"y": -0.43000000000000005
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_text",
"schematic_text_id": "schematic_text_33",
"text": "LED16",
"schematic_component_id": "schematic_component_16",
"anchor": "left",
"rotation": 0,
"position": {
"x": 7.35,
"y": 0.43000000000000005
},
"color": "#006464",
"font_size": 0.18
},
{
"type": "schematic_group",
"schematic_group_id": "schematic_group_0",
"is_subcircuit": true,
"subcircuit_id": "subcircuit_source_group_0",
"center": {
"x": 0,
"y": 0
},
"width": 0,
"height": 0,
"schematic_component_ids": [],
"source_group_id": "source_group_0"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_0",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": 2.2000000000000006
},
"source_port_id": "source_port_0",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 1,
"true_ccw_index": 0,
"display_pin_label": "GP0_SPI0RX_I2C0SDA_UART0TX"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_1",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": 2.0000000000000004
},
"source_port_id": "source_port_1",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 2,
"true_ccw_index": 1,
"display_pin_label": "GP1_SPI0CSn_I2C0SCL_UART0RX"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_2",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": 1.8000000000000007
},
"source_port_id": "source_port_2",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 3,
"true_ccw_index": 2,
"display_pin_label": "GND1"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_3",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": 1.6000000000000005
},
"source_port_id": "source_port_3",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 4,
"true_ccw_index": 3,
"display_pin_label": "GP2_SPI0SCK_I2C1SDA"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_4",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": 1.4000000000000006
},
"source_port_id": "source_port_4",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 5,
"true_ccw_index": 4,
"display_pin_label": "GP3_SPI0TX_I2C1SCL"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_5",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": 1.2000000000000006
},
"source_port_id": "source_port_5",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 6,
"true_ccw_index": 5,
"display_pin_label": "GP4_SPI0RX_I2C0SDA_UART1TX"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_6",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": 1.0000000000000007
},
"source_port_id": "source_port_6",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 7,
"true_ccw_index": 6,
"display_pin_label": "GP5_SPI0CSn_I2C0SCL_UART1RX"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_7",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": 0.8000000000000007
},
"source_port_id": "source_port_7",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 8,
"true_ccw_index": 7,
"display_pin_label": "GND3"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_8",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": 0.6000000000000008
},
"source_port_id": "source_port_8",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 9,
"true_ccw_index": 8,
"display_pin_label": "GP6_SPI0SCK_I2C1SDA"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_9",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": 0.4000000000000008
},
"source_port_id": "source_port_9",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 10,
"true_ccw_index": 9,
"display_pin_label": "GP7_SPI0TX_I2C1SCL"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_10",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": 0.20000000000000084
},
"source_port_id": "source_port_10",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 11,
"true_ccw_index": 10,
"display_pin_label": "GP8_SPI1RX_I2C0SDA_UART1TX"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_11",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": 8.881784197001252e-16
},
"source_port_id": "source_port_11",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 12,
"true_ccw_index": 11,
"display_pin_label": "GP9_SPI1CSn_I2C0SCL_UART1RX"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_12",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": -0.1999999999999993
},
"source_port_id": "source_port_12",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 13,
"true_ccw_index": 12,
"display_pin_label": "GND4"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_13",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": -0.39999999999999947
},
"source_port_id": "source_port_13",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 14,
"true_ccw_index": 13,
"display_pin_label": "GP10_SPI1SCK_I2C1SDA"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_14",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": -0.5999999999999996
},
"source_port_id": "source_port_14",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 15,
"true_ccw_index": 14,
"display_pin_label": "GP11_SPI1TX_I2C1SCL"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_15",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": -0.7999999999999998
},
"source_port_id": "source_port_15",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 16,
"true_ccw_index": 15,
"display_pin_label": "GP12_SPI1RX_I2C0SDA_UART0TX"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_16",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": -1
},
"source_port_id": "source_port_16",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 17,
"true_ccw_index": 16,
"display_pin_label": "GP13_SPI1CSn_I2C0SCL_UART0RX"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_17",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": -1.2000000000000002
},
"source_port_id": "source_port_17",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 18,
"true_ccw_index": 17,
"display_pin_label": "GND6"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_18",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": -1.4000000000000004
},
"source_port_id": "source_port_18",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 19,
"true_ccw_index": 18,
"display_pin_label": "GP14_SPI1SCK_I2C1SDA"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_19",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": -1.6000000000000005
},
"source_port_id": "source_port_19",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 20,
"true_ccw_index": 19,
"display_pin_label": "GP15_SPI1TX_I2C1SCL"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_20",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": -1.8000000000000003
},
"source_port_id": "source_port_20",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 21,
"true_ccw_index": 20,
"display_pin_label": "GP16_SPI0RX_UART0RX"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_21",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": -2.0000000000000004
},
"source_port_id": "source_port_21",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 22,
"true_ccw_index": 21,
"display_pin_label": "GP17_SPI0CSn_UART0TX"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_22",
"schematic_component_id": "schematic_component_0",
"center": {
"x": -2.9,
"y": -2.2000000000000006
},
"source_port_id": "source_port_22",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 23,
"true_ccw_index": 22,
"display_pin_label": "GND7"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_23",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": -2.2000000000000006
},
"source_port_id": "source_port_23",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 24,
"true_ccw_index": 23,
"display_pin_label": "GP18_SPI0SCK_I2C1SDA"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_24",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": -2.0000000000000004
},
"source_port_id": "source_port_24",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 25,
"true_ccw_index": 24,
"display_pin_label": "GP19_SPI0TX_I2C1SCL"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_25",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": -1.8000000000000007
},
"source_port_id": "source_port_25",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 26,
"true_ccw_index": 25,
"display_pin_label": "GP20_I2C0SDA"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_26",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": -1.6000000000000005
},
"source_port_id": "source_port_26",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 27,
"true_ccw_index": 26,
"display_pin_label": "GP21_I2C0SCL"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_27",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": -1.4000000000000006
},
"source_port_id": "source_port_27",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 28,
"true_ccw_index": 27,
"display_pin_label": "GND5"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_28",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": -1.2000000000000006
},
"source_port_id": "source_port_28",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 29,
"true_ccw_index": 28,
"display_pin_label": "GP22"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_29",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": -1.0000000000000007
},
"source_port_id": "source_port_29",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 30,
"true_ccw_index": 29,
"display_pin_label": "RUN"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_30",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": -0.8000000000000007
},
"source_port_id": "source_port_30",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 31,
"true_ccw_index": 30,
"display_pin_label": "GP26_ADC0_I2C1SDA"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_31",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": -0.6000000000000008
},
"source_port_id": "source_port_31",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 32,
"true_ccw_index": 31,
"display_pin_label": "GP27_ADC1_I2C1SCL"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_32",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": -0.4000000000000008
},
"source_port_id": "source_port_32",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 33,
"true_ccw_index": 32,
"display_pin_label": "GND_AGND"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_33",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": -0.20000000000000084
},
"source_port_id": "source_port_33",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 34,
"true_ccw_index": 33,
"display_pin_label": "GP28_ADC2"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_34",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": -8.881784197001252e-16
},
"source_port_id": "source_port_34",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 35,
"true_ccw_index": 34,
"display_pin_label": "ADC_VREF"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_35",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": 0.1999999999999993
},
"source_port_id": "source_port_35",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 36,
"true_ccw_index": 35
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_36",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": 0.39999999999999947
},
"source_port_id": "source_port_36",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 37,
"true_ccw_index": 36,
"display_pin_label": "3V3_EN"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_37",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": 0.5999999999999996
},
"source_port_id": "source_port_37",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 38,
"true_ccw_index": 37,
"display_pin_label": "GND2"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_38",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": 0.7999999999999998
},
"source_port_id": "source_port_38",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 39,
"true_ccw_index": 38,
"display_pin_label": "VSYS"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_39",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": 1
},
"source_port_id": "source_port_39",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 40,
"true_ccw_index": 39,
"display_pin_label": "VBUS"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_40",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": 1.2000000000000002
},
"source_port_id": "source_port_40",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 41,
"true_ccw_index": 40,
"display_pin_label": "TP6"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_41",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": 1.4000000000000004
},
"source_port_id": "source_port_41",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 42,
"true_ccw_index": 41,
"display_pin_label": "TP5"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_42",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": 1.6000000000000005
},
"source_port_id": "source_port_42",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 43,
"true_ccw_index": 42,
"display_pin_label": "TP4"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_43",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": 1.8000000000000003
},
"source_port_id": "source_port_43",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 44,
"true_ccw_index": 43,
"display_pin_label": "TP3"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_44",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": 2.0000000000000004
},
"source_port_id": "source_port_44",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 45,
"true_ccw_index": 44,
"display_pin_label": "TP2"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_45",
"schematic_component_id": "schematic_component_0",
"center": {
"x": 2.9,
"y": 2.2000000000000006
},
"source_port_id": "source_port_45",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 46,
"true_ccw_index": 45,
"display_pin_label": "TP1"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_46",
"schematic_component_id": "schematic_component_1",
"center": {
"x": 4.55,
"y": 16.15
},
"source_port_id": "source_port_46",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 1,
"true_ccw_index": 2,
"display_pin_label": "DO"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_47",
"schematic_component_id": "schematic_component_1",
"center": {
"x": 2.45,
"y": 16.15
},
"source_port_id": "source_port_47",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 2,
"true_ccw_index": 1,
"display_pin_label": "GND"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_48",
"schematic_component_id": "schematic_component_1",
"center": {
"x": 2.45,
"y": 16.35
},
"source_port_id": "source_port_48",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 3,
"true_ccw_index": 0,
"display_pin_label": "DI"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_49",
"schematic_component_id": "schematic_component_1",
"center": {
"x": 4.55,
"y": 16.35
},
"source_port_id": "source_port_49",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 4,
"true_ccw_index": 3,
"display_pin_label": "VDD"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_50",
"schematic_component_id": "schematic_component_2",
"center": {
"x": 8.55,
"y": 16.15
},
"source_port_id": "source_port_50",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 1,
"true_ccw_index": 2,
"display_pin_label": "DO"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_51",
"schematic_component_id": "schematic_component_2",
"center": {
"x": 6.45,
"y": 16.15
},
"source_port_id": "source_port_51",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 2,
"true_ccw_index": 1,
"display_pin_label": "GND"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_52",
"schematic_component_id": "schematic_component_2",
"center": {
"x": 6.45,
"y": 16.35
},
"source_port_id": "source_port_52",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 3,
"true_ccw_index": 0,
"display_pin_label": "DI"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_53",
"schematic_component_id": "schematic_component_2",
"center": {
"x": 8.55,
"y": 16.35
},
"source_port_id": "source_port_53",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 4,
"true_ccw_index": 3,
"display_pin_label": "VDD"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_54",
"schematic_component_id": "schematic_component_3",
"center": {
"x": 12.55,
"y": 16.15
},
"source_port_id": "source_port_54",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 1,
"true_ccw_index": 2,
"display_pin_label": "DO"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_55",
"schematic_component_id": "schematic_component_3",
"center": {
"x": 10.45,
"y": 16.15
},
"source_port_id": "source_port_55",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 2,
"true_ccw_index": 1,
"display_pin_label": "GND"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_56",
"schematic_component_id": "schematic_component_3",
"center": {
"x": 10.45,
"y": 16.35
},
"source_port_id": "source_port_56",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 3,
"true_ccw_index": 0,
"display_pin_label": "DI"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_57",
"schematic_component_id": "schematic_component_3",
"center": {
"x": 12.55,
"y": 16.35
},
"source_port_id": "source_port_57",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 4,
"true_ccw_index": 3,
"display_pin_label": "VDD"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_58",
"schematic_component_id": "schematic_component_4",
"center": {
"x": 4.55,
"y": 13.65
},
"source_port_id": "source_port_58",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 1,
"true_ccw_index": 2,
"display_pin_label": "DO"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_59",
"schematic_component_id": "schematic_component_4",
"center": {
"x": 2.45,
"y": 13.65
},
"source_port_id": "source_port_59",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 2,
"true_ccw_index": 1,
"display_pin_label": "GND"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_60",
"schematic_component_id": "schematic_component_4",
"center": {
"x": 2.45,
"y": 13.85
},
"source_port_id": "source_port_60",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 3,
"true_ccw_index": 0,
"display_pin_label": "DI"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_61",
"schematic_component_id": "schematic_component_4",
"center": {
"x": 4.55,
"y": 13.85
},
"source_port_id": "source_port_61",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 4,
"true_ccw_index": 3,
"display_pin_label": "VDD"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_62",
"schematic_component_id": "schematic_component_5",
"center": {
"x": 8.55,
"y": 13.65
},
"source_port_id": "source_port_62",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 1,
"true_ccw_index": 2,
"display_pin_label": "DO"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_63",
"schematic_component_id": "schematic_component_5",
"center": {
"x": 6.45,
"y": 13.65
},
"source_port_id": "source_port_63",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 2,
"true_ccw_index": 1,
"display_pin_label": "GND"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_64",
"schematic_component_id": "schematic_component_5",
"center": {
"x": 6.45,
"y": 13.85
},
"source_port_id": "source_port_64",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 3,
"true_ccw_index": 0,
"display_pin_label": "DI"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_65",
"schematic_component_id": "schematic_component_5",
"center": {
"x": 8.55,
"y": 13.85
},
"source_port_id": "source_port_65",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 4,
"true_ccw_index": 3,
"display_pin_label": "VDD"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_66",
"schematic_component_id": "schematic_component_6",
"center": {
"x": 12.55,
"y": 13.65
},
"source_port_id": "source_port_66",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 1,
"true_ccw_index": 2,
"display_pin_label": "DO"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_67",
"schematic_component_id": "schematic_component_6",
"center": {
"x": 10.45,
"y": 13.65
},
"source_port_id": "source_port_67",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 2,
"true_ccw_index": 1,
"display_pin_label": "GND"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_68",
"schematic_component_id": "schematic_component_6",
"center": {
"x": 10.45,
"y": 13.85
},
"source_port_id": "source_port_68",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 3,
"true_ccw_index": 0,
"display_pin_label": "DI"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_69",
"schematic_component_id": "schematic_component_6",
"center": {
"x": 12.55,
"y": 13.85
},
"source_port_id": "source_port_69",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 4,
"true_ccw_index": 3,
"display_pin_label": "VDD"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_70",
"schematic_component_id": "schematic_component_7",
"center": {
"x": 4.55,
"y": 11.15
},
"source_port_id": "source_port_70",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 1,
"true_ccw_index": 2,
"display_pin_label": "DO"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_71",
"schematic_component_id": "schematic_component_7",
"center": {
"x": 2.45,
"y": 11.15
},
"source_port_id": "source_port_71",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 2,
"true_ccw_index": 1,
"display_pin_label": "GND"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_72",
"schematic_component_id": "schematic_component_7",
"center": {
"x": 2.45,
"y": 11.35
},
"source_port_id": "source_port_72",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 3,
"true_ccw_index": 0,
"display_pin_label": "DI"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_73",
"schematic_component_id": "schematic_component_7",
"center": {
"x": 4.55,
"y": 11.35
},
"source_port_id": "source_port_73",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 4,
"true_ccw_index": 3,
"display_pin_label": "VDD"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_74",
"schematic_component_id": "schematic_component_8",
"center": {
"x": 8.55,
"y": 11.15
},
"source_port_id": "source_port_74",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 1,
"true_ccw_index": 2,
"display_pin_label": "DO"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_75",
"schematic_component_id": "schematic_component_8",
"center": {
"x": 6.45,
"y": 11.15
},
"source_port_id": "source_port_75",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 2,
"true_ccw_index": 1,
"display_pin_label": "GND"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_76",
"schematic_component_id": "schematic_component_8",
"center": {
"x": 6.45,
"y": 11.35
},
"source_port_id": "source_port_76",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 3,
"true_ccw_index": 0,
"display_pin_label": "DI"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_77",
"schematic_component_id": "schematic_component_8",
"center": {
"x": 8.55,
"y": 11.35
},
"source_port_id": "source_port_77",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 4,
"true_ccw_index": 3,
"display_pin_label": "VDD"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_78",
"schematic_component_id": "schematic_component_9",
"center": {
"x": 12.55,
"y": 11.15
},
"source_port_id": "source_port_78",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 1,
"true_ccw_index": 2,
"display_pin_label": "DO"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_79",
"schematic_component_id": "schematic_component_9",
"center": {
"x": 10.45,
"y": 11.15
},
"source_port_id": "source_port_79",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 2,
"true_ccw_index": 1,
"display_pin_label": "GND"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_80",
"schematic_component_id": "schematic_component_9",
"center": {
"x": 10.45,
"y": 11.35
},
"source_port_id": "source_port_80",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 3,
"true_ccw_index": 0,
"display_pin_label": "DI"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_81",
"schematic_component_id": "schematic_component_9",
"center": {
"x": 12.55,
"y": 11.35
},
"source_port_id": "source_port_81",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 4,
"true_ccw_index": 3,
"display_pin_label": "VDD"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_82",
"schematic_component_id": "schematic_component_10",
"center": {
"x": 4.55,
"y": 8.65
},
"source_port_id": "source_port_82",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 1,
"true_ccw_index": 2,
"display_pin_label": "DO"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_83",
"schematic_component_id": "schematic_component_10",
"center": {
"x": 2.45,
"y": 8.65
},
"source_port_id": "source_port_83",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 2,
"true_ccw_index": 1,
"display_pin_label": "GND"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_84",
"schematic_component_id": "schematic_component_10",
"center": {
"x": 2.45,
"y": 8.85
},
"source_port_id": "source_port_84",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 3,
"true_ccw_index": 0,
"display_pin_label": "DI"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_85",
"schematic_component_id": "schematic_component_10",
"center": {
"x": 4.55,
"y": 8.85
},
"source_port_id": "source_port_85",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 4,
"true_ccw_index": 3,
"display_pin_label": "VDD"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_86",
"schematic_component_id": "schematic_component_11",
"center": {
"x": 8.55,
"y": 8.65
},
"source_port_id": "source_port_86",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 1,
"true_ccw_index": 2,
"display_pin_label": "DO"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_87",
"schematic_component_id": "schematic_component_11",
"center": {
"x": 6.45,
"y": 8.65
},
"source_port_id": "source_port_87",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 2,
"true_ccw_index": 1,
"display_pin_label": "GND"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_88",
"schematic_component_id": "schematic_component_11",
"center": {
"x": 6.45,
"y": 8.85
},
"source_port_id": "source_port_88",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 3,
"true_ccw_index": 0,
"display_pin_label": "DI"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_89",
"schematic_component_id": "schematic_component_11",
"center": {
"x": 8.55,
"y": 8.85
},
"source_port_id": "source_port_89",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 4,
"true_ccw_index": 3,
"display_pin_label": "VDD"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_90",
"schematic_component_id": "schematic_component_12",
"center": {
"x": 12.55,
"y": 8.65
},
"source_port_id": "source_port_90",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 1,
"true_ccw_index": 2,
"display_pin_label": "DO"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_91",
"schematic_component_id": "schematic_component_12",
"center": {
"x": 10.45,
"y": 8.65
},
"source_port_id": "source_port_91",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 2,
"true_ccw_index": 1,
"display_pin_label": "GND"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_92",
"schematic_component_id": "schematic_component_12",
"center": {
"x": 10.45,
"y": 8.85
},
"source_port_id": "source_port_92",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 3,
"true_ccw_index": 0,
"display_pin_label": "DI"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_93",
"schematic_component_id": "schematic_component_12",
"center": {
"x": 12.55,
"y": 8.85
},
"source_port_id": "source_port_93",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 4,
"true_ccw_index": 3,
"display_pin_label": "VDD"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_94",
"schematic_component_id": "schematic_component_13",
"center": {
"x": 4.55,
"y": 6.15
},
"source_port_id": "source_port_94",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 1,
"true_ccw_index": 2,
"display_pin_label": "DO"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_95",
"schematic_component_id": "schematic_component_13",
"center": {
"x": 2.45,
"y": 6.15
},
"source_port_id": "source_port_95",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 2,
"true_ccw_index": 1,
"display_pin_label": "GND"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_96",
"schematic_component_id": "schematic_component_13",
"center": {
"x": 2.45,
"y": 6.35
},
"source_port_id": "source_port_96",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 3,
"true_ccw_index": 0,
"display_pin_label": "DI"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_97",
"schematic_component_id": "schematic_component_13",
"center": {
"x": 4.55,
"y": 6.35
},
"source_port_id": "source_port_97",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 4,
"true_ccw_index": 3,
"display_pin_label": "VDD"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_98",
"schematic_component_id": "schematic_component_14",
"center": {
"x": 8.55,
"y": 6.15
},
"source_port_id": "source_port_98",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 1,
"true_ccw_index": 2,
"display_pin_label": "DO"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_99",
"schematic_component_id": "schematic_component_14",
"center": {
"x": 6.45,
"y": 6.15
},
"source_port_id": "source_port_99",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 2,
"true_ccw_index": 1,
"display_pin_label": "GND"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_100",
"schematic_component_id": "schematic_component_14",
"center": {
"x": 6.45,
"y": 6.35
},
"source_port_id": "source_port_100",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 3,
"true_ccw_index": 0,
"display_pin_label": "DI"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_101",
"schematic_component_id": "schematic_component_14",
"center": {
"x": 8.55,
"y": 6.35
},
"source_port_id": "source_port_101",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 4,
"true_ccw_index": 3,
"display_pin_label": "VDD"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_102",
"schematic_component_id": "schematic_component_15",
"center": {
"x": 12.55,
"y": 6.15
},
"source_port_id": "source_port_102",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 1,
"true_ccw_index": 2,
"display_pin_label": "DO"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_103",
"schematic_component_id": "schematic_component_15",
"center": {
"x": 10.45,
"y": 6.15
},
"source_port_id": "source_port_103",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 2,
"true_ccw_index": 1,
"display_pin_label": "GND"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_104",
"schematic_component_id": "schematic_component_15",
"center": {
"x": 10.45,
"y": 6.35
},
"source_port_id": "source_port_104",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 3,
"true_ccw_index": 0,
"display_pin_label": "DI"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_105",
"schematic_component_id": "schematic_component_15",
"center": {
"x": 12.55,
"y": 6.35
},
"source_port_id": "source_port_105",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 4,
"true_ccw_index": 3,
"display_pin_label": "VDD"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_106",
"schematic_component_id": "schematic_component_16",
"center": {
"x": 9.05,
"y": -0.1
},
"source_port_id": "source_port_106",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 1,
"true_ccw_index": 2,
"display_pin_label": "DO"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_107",
"schematic_component_id": "schematic_component_16",
"center": {
"x": 6.95,
"y": -0.1
},
"source_port_id": "source_port_107",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 2,
"true_ccw_index": 1,
"display_pin_label": "GND"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_108",
"schematic_component_id": "schematic_component_16",
"center": {
"x": 6.95,
"y": 0.1
},
"source_port_id": "source_port_108",
"facing_direction": "left",
"distance_from_component_edge": 0.4,
"side_of_component": "left",
"pin_number": 3,
"true_ccw_index": 0,
"display_pin_label": "DI"
},
{
"type": "schematic_port",
"schematic_port_id": "schematic_port_109",
"schematic_component_id": "schematic_component_16",
"center": {
"x": 9.05,
"y": 0.1
},
"source_port_id": "source_port_109",
"facing_direction": "right",
"distance_from_component_edge": 0.4,
"side_of_component": "right",
"pin_number": 4,
"true_ccw_index": 3,
"display_pin_label": "VDD"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_0",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": 2.45,
"y": 16.15
},
"center": {
"x": 2.45,
"y": 16.15
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_1",
"text": "V5",
"source_net_id": "source_net_1",
"anchor_position": {
"x": 4.55,
"y": 16.35
},
"center": {
"x": 4.55,
"y": 16.35
},
"anchor_side": "left"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_2",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": 6.45,
"y": 16.15
},
"center": {
"x": 6.45,
"y": 16.15
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_3",
"text": "V5",
"source_net_id": "source_net_1",
"anchor_position": {
"x": 8.55,
"y": 16.35
},
"center": {
"x": 8.55,
"y": 16.35
},
"anchor_side": "left"
},
{
"type": "schematic_trace",
"schematic_trace_id": "schematic_trace_0",
"source_trace_id": "source_trace_4",
"edges": [
{
"from": {
"route_type": "wire",
"x": 4.55,
"y": 16.15,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 6.05,
"y": 16.15,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 6.05,
"y": 16.15,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 6.05,
"y": 16.35,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 6.05,
"y": 16.35,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 6.45,
"y": 16.35,
"width": 0.1,
"layer": "top"
}
}
],
"junctions": []
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_4",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": 10.45,
"y": 16.15
},
"center": {
"x": 10.45,
"y": 16.15
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_5",
"text": "V5",
"source_net_id": "source_net_1",
"anchor_position": {
"x": 12.55,
"y": 16.35
},
"center": {
"x": 12.55,
"y": 16.35
},
"anchor_side": "left"
},
{
"type": "schematic_trace",
"schematic_trace_id": "schematic_trace_1",
"source_trace_id": "source_trace_7",
"edges": [
{
"from": {
"route_type": "wire",
"x": 8.55,
"y": 16.15,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 16.15,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 16.15,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 16.35,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 16.35,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 10.45,
"y": 16.35,
"width": 0.1,
"layer": "top"
}
}
],
"junctions": []
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_6",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": 2.45,
"y": 13.65
},
"center": {
"x": 2.45,
"y": 13.65
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_7",
"text": "V5",
"source_net_id": "source_net_1",
"anchor_position": {
"x": 4.55,
"y": 13.85
},
"center": {
"x": 4.55,
"y": 13.85
},
"anchor_side": "left"
},
{
"type": "schematic_trace",
"schematic_trace_id": "schematic_trace_2",
"source_trace_id": "source_trace_10",
"edges": [
{
"from": {
"route_type": "wire",
"x": 12.55,
"y": 16.15,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 12.55,
"y": 14.580000000000002,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 12.55,
"y": 14.580000000000002,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 2.450000000000001,
"y": 14.580000000000002,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 2.450000000000001,
"y": 14.580000000000002,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 2.450000000000001,
"y": 13.85,
"width": 0.1,
"layer": "top"
}
}
],
"junctions": []
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_8",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": 6.45,
"y": 13.65
},
"center": {
"x": 6.45,
"y": 13.65
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_9",
"text": "V5",
"source_net_id": "source_net_1",
"anchor_position": {
"x": 8.55,
"y": 13.85
},
"center": {
"x": 8.55,
"y": 13.85
},
"anchor_side": "left"
},
{
"type": "schematic_trace",
"schematic_trace_id": "schematic_trace_3",
"source_trace_id": "source_trace_13",
"edges": [
{
"from": {
"route_type": "wire",
"x": 4.55,
"y": 13.65,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 6.05,
"y": 13.65,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 6.05,
"y": 13.65,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 6.05,
"y": 13.85,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 6.05,
"y": 13.85,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 6.45,
"y": 13.85,
"width": 0.1,
"layer": "top"
}
}
],
"junctions": []
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_10",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": 10.45,
"y": 13.65
},
"center": {
"x": 10.45,
"y": 13.65
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_11",
"text": "V5",
"source_net_id": "source_net_1",
"anchor_position": {
"x": 12.55,
"y": 13.85
},
"center": {
"x": 12.55,
"y": 13.85
},
"anchor_side": "left"
},
{
"type": "schematic_trace",
"schematic_trace_id": "schematic_trace_4",
"source_trace_id": "source_trace_16",
"edges": [
{
"from": {
"route_type": "wire",
"x": 8.55,
"y": 13.65,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 13.65,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 13.65,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 13.85,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 13.85,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 10.45,
"y": 13.85,
"width": 0.1,
"layer": "top"
}
}
],
"junctions": []
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_12",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": 2.45,
"y": 11.15
},
"center": {
"x": 2.45,
"y": 11.15
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_13",
"text": "V5",
"source_net_id": "source_net_1",
"anchor_position": {
"x": 4.55,
"y": 11.35
},
"center": {
"x": 4.55,
"y": 11.35
},
"anchor_side": "left"
},
{
"type": "schematic_trace",
"schematic_trace_id": "schematic_trace_5",
"source_trace_id": "source_trace_19",
"edges": [
{
"from": {
"route_type": "wire",
"x": 12.55,
"y": 13.65,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 12.55,
"y": 12.080000000000002,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 12.55,
"y": 12.080000000000002,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 2.450000000000001,
"y": 12.080000000000002,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 2.450000000000001,
"y": 12.080000000000002,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 2.450000000000001,
"y": 11.35,
"width": 0.1,
"layer": "top"
}
}
],
"junctions": []
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_14",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": 6.45,
"y": 11.15
},
"center": {
"x": 6.45,
"y": 11.15
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_15",
"text": "V5",
"source_net_id": "source_net_1",
"anchor_position": {
"x": 8.55,
"y": 11.35
},
"center": {
"x": 8.55,
"y": 11.35
},
"anchor_side": "left"
},
{
"type": "schematic_trace",
"schematic_trace_id": "schematic_trace_6",
"source_trace_id": "source_trace_22",
"edges": [
{
"from": {
"route_type": "wire",
"x": 4.55,
"y": 11.15,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 6.05,
"y": 11.15,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 6.05,
"y": 11.15,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 6.05,
"y": 11.35,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 6.05,
"y": 11.35,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 6.45,
"y": 11.35,
"width": 0.1,
"layer": "top"
}
}
],
"junctions": []
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_16",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": 10.45,
"y": 11.15
},
"center": {
"x": 10.45,
"y": 11.15
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_17",
"text": "V5",
"source_net_id": "source_net_1",
"anchor_position": {
"x": 12.55,
"y": 11.35
},
"center": {
"x": 12.55,
"y": 11.35
},
"anchor_side": "left"
},
{
"type": "schematic_trace",
"schematic_trace_id": "schematic_trace_7",
"source_trace_id": "source_trace_25",
"edges": [
{
"from": {
"route_type": "wire",
"x": 8.55,
"y": 11.15,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 11.15,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 11.15,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 11.35,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 11.35,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 10.45,
"y": 11.35,
"width": 0.1,
"layer": "top"
}
}
],
"junctions": []
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_18",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": 2.45,
"y": 8.65
},
"center": {
"x": 2.45,
"y": 8.65
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_19",
"text": "V5",
"source_net_id": "source_net_1",
"anchor_position": {
"x": 4.55,
"y": 8.85
},
"center": {
"x": 4.55,
"y": 8.85
},
"anchor_side": "left"
},
{
"type": "schematic_trace",
"schematic_trace_id": "schematic_trace_8",
"source_trace_id": "source_trace_28",
"edges": [
{
"from": {
"route_type": "wire",
"x": 12.55,
"y": 11.15,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 12.55,
"y": 9.580000000000002,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 12.55,
"y": 9.580000000000002,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 2.450000000000001,
"y": 9.580000000000002,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 2.450000000000001,
"y": 9.580000000000002,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 2.450000000000001,
"y": 8.85,
"width": 0.1,
"layer": "top"
}
}
],
"junctions": []
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_20",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": 6.45,
"y": 8.65
},
"center": {
"x": 6.45,
"y": 8.65
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_21",
"text": "V5",
"source_net_id": "source_net_1",
"anchor_position": {
"x": 8.55,
"y": 8.85
},
"center": {
"x": 8.55,
"y": 8.85
},
"anchor_side": "left"
},
{
"type": "schematic_trace",
"schematic_trace_id": "schematic_trace_9",
"source_trace_id": "source_trace_31",
"edges": [
{
"from": {
"route_type": "wire",
"x": 4.55,
"y": 8.65,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 6.05,
"y": 8.65,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 6.05,
"y": 8.65,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 6.05,
"y": 8.85,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 6.05,
"y": 8.85,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 6.45,
"y": 8.85,
"width": 0.1,
"layer": "top"
}
}
],
"junctions": []
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_22",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": 10.45,
"y": 8.65
},
"center": {
"x": 10.45,
"y": 8.65
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_23",
"text": "V5",
"source_net_id": "source_net_1",
"anchor_position": {
"x": 12.55,
"y": 8.85
},
"center": {
"x": 12.55,
"y": 8.85
},
"anchor_side": "left"
},
{
"type": "schematic_trace",
"schematic_trace_id": "schematic_trace_10",
"source_trace_id": "source_trace_34",
"edges": [
{
"from": {
"route_type": "wire",
"x": 8.55,
"y": 8.65,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 8.65,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 8.65,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 8.85,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 8.85,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 10.45,
"y": 8.85,
"width": 0.1,
"layer": "top"
}
}
],
"junctions": []
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_24",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": 2.45,
"y": 6.15
},
"center": {
"x": 2.45,
"y": 6.15
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_25",
"text": "V5",
"source_net_id": "source_net_1",
"anchor_position": {
"x": 4.55,
"y": 6.35
},
"center": {
"x": 4.55,
"y": 6.35
},
"anchor_side": "left"
},
{
"type": "schematic_trace",
"schematic_trace_id": "schematic_trace_11",
"source_trace_id": "source_trace_37",
"edges": [
{
"from": {
"route_type": "wire",
"x": 12.55,
"y": 8.65,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 12.55,
"y": 7.079999999999999,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 12.55,
"y": 7.079999999999999,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 2.450000000000001,
"y": 7.079999999999999,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 2.450000000000001,
"y": 7.079999999999999,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 2.450000000000001,
"y": 6.35,
"width": 0.1,
"layer": "top"
}
}
],
"junctions": []
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_26",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": 6.45,
"y": 6.15
},
"center": {
"x": 6.45,
"y": 6.15
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_27",
"text": "V5",
"source_net_id": "source_net_1",
"anchor_position": {
"x": 8.55,
"y": 6.35
},
"center": {
"x": 8.55,
"y": 6.35
},
"anchor_side": "left"
},
{
"type": "schematic_trace",
"schematic_trace_id": "schematic_trace_12",
"source_trace_id": "source_trace_40",
"edges": [
{
"from": {
"route_type": "wire",
"x": 4.55,
"y": 6.15,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 6.05,
"y": 6.15,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 6.05,
"y": 6.15,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 6.05,
"y": 6.35,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 6.05,
"y": 6.35,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 6.45,
"y": 6.35,
"width": 0.1,
"layer": "top"
}
}
],
"junctions": []
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_28",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": 10.45,
"y": 6.15
},
"center": {
"x": 10.45,
"y": 6.15
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_29",
"text": "V5",
"source_net_id": "source_net_1",
"anchor_position": {
"x": 12.55,
"y": 6.35
},
"center": {
"x": 12.55,
"y": 6.35
},
"anchor_side": "left"
},
{
"type": "schematic_trace",
"schematic_trace_id": "schematic_trace_13",
"source_trace_id": "source_trace_43",
"edges": [
{
"from": {
"route_type": "wire",
"x": 8.55,
"y": 6.15,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 6.15,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 6.15,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 6.35,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": 10.049999999999999,
"y": 6.35,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": 10.45,
"y": 6.35,
"width": 0.1,
"layer": "top"
}
}
],
"junctions": []
},
{
"type": "schematic_trace",
"schematic_trace_id": "schematic_trace_14",
"source_trace_id": "source_trace_44",
"edges": [
{
"from": {
"route_type": "wire",
"x": 2.45,
"y": 16.35,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": -2.9,
"y": 16.35,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": -2.9,
"y": 16.35,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": -2.9,
"y": 2.4500000000000006,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": -2.9,
"y": 2.4500000000000006,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": -3.3,
"y": 2.4500000000000006,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": -3.3,
"y": 2.4500000000000006,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": -3.3,
"y": 0.6000000000000008,
"width": 0.1,
"layer": "top"
}
},
{
"from": {
"route_type": "wire",
"x": -3.3,
"y": 0.6000000000000008,
"width": 0.1,
"layer": "top"
},
"to": {
"route_type": "wire",
"x": -2.9,
"y": 0.6000000000000008,
"width": 0.1,
"layer": "top"
}
}
],
"junctions": []
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_30",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": -2.9,
"y": 1.8000000000000007
},
"center": {
"x": -2.9,
"y": 1.8000000000000007
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_31",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": 2.9,
"y": 0.5999999999999996
},
"center": {
"x": 2.9,
"y": 0.5999999999999996
},
"anchor_side": "left"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_32",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": -2.9,
"y": 0.8000000000000007
},
"center": {
"x": -2.9,
"y": 0.8000000000000007
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_33",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": -2.9,
"y": -0.1999999999999993
},
"center": {
"x": -2.9,
"y": -0.1999999999999993
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_34",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": 2.9,
"y": -1.4000000000000006
},
"center": {
"x": 2.9,
"y": -1.4000000000000006
},
"anchor_side": "left"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_35",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": -2.9,
"y": -1.2000000000000002
},
"center": {
"x": -2.9,
"y": -1.2000000000000002
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_36",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": -2.9,
"y": -2.2000000000000006
},
"center": {
"x": -2.9,
"y": -2.2000000000000006
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_37",
"text": "V5",
"source_net_id": "source_net_1",
"anchor_position": {
"x": 2.9,
"y": 1
},
"center": {
"x": 2.9,
"y": 1
},
"anchor_side": "left"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_38",
"text": "GND",
"source_net_id": "source_net_0",
"anchor_position": {
"x": 6.95,
"y": -0.1
},
"center": {
"x": 6.95,
"y": -0.1
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_39",
"text": "V5",
"source_net_id": "source_net_1",
"anchor_position": {
"x": 9.05,
"y": 0.1
},
"center": {
"x": 9.05,
"y": 0.1
},
"anchor_side": "left"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_40",
"text": "LED16_pin3",
"source_net_id": "source_port_13",
"anchor_position": {
"x": -2.9,
"y": -0.39999999999999947
},
"center": {
"x": -2.9,
"y": -0.39999999999999947
},
"anchor_side": "right"
},
{
"type": "schematic_net_label",
"schematic_net_label_id": "schematic_net_label_41",
"text": "LED16_pin3",
"source_net_id": "source_port_108",
"anchor_position": {
"x": 6.95,
"y": 0.1
},
"center": {
"x": 6.95,
"y": 0.1
},
"anchor_side": "right"
},
{
"type": "pcb_component",
"pcb_component_id": "pcb_component_0",
"center": {
"x": -15,
"y": 0.059963049999964824
},
"width": 20.979942800000018,
"height": 51.45999359999999,
"layer": "top",
"rotation": 90,
"source_component_id": "source_component_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_component",
"pcb_component_id": "pcb_component_1",
"center": {
"x": 7,
"y": 22.5
},
"width": 2.7300681999999776,
"height": 1.8000725999999503,
"layer": "top",
"rotation": 0,
"source_component_id": "source_component_1",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_component",
"pcb_component_id": "pcb_component_2",
"center": {
"x": 15,
"y": 22.5
},
"width": 2.7300681999999767,
"height": 1.8000725999999503,
"layer": "top",
"rotation": 0,
"source_component_id": "source_component_2",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_component",
"pcb_component_id": "pcb_component_3",
"center": {
"x": 23,
"y": 22.5
},
"width": 2.7300681999999767,
"height": 1.8000725999999503,
"layer": "top",
"rotation": 0,
"source_component_id": "source_component_3",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_component",
"pcb_component_id": "pcb_component_4",
"center": {
"x": 7,
"y": 17.5
},
"width": 2.7300681999999776,
"height": 1.8000725999999503,
"layer": "top",
"rotation": 0,
"source_component_id": "source_component_4",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_component",
"pcb_component_id": "pcb_component_5",
"center": {
"x": 15,
"y": 17.5
},
"width": 2.7300681999999767,
"height": 1.8000725999999503,
"layer": "top",
"rotation": 0,
"source_component_id": "source_component_5",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_component",
"pcb_component_id": "pcb_component_6",
"center": {
"x": 23,
"y": 17.5
},
"width": 2.7300681999999767,
"height": 1.8000725999999503,
"layer": "top",
"rotation": 0,
"source_component_id": "source_component_6",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_component",
"pcb_component_id": "pcb_component_7",
"center": {
"x": 7,
"y": 12.5
},
"width": 2.7300681999999776,
"height": 1.8000725999999503,
"layer": "top",
"rotation": 0,
"source_component_id": "source_component_7",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_component",
"pcb_component_id": "pcb_component_8",
"center": {
"x": 15,
"y": 12.5
},
"width": 2.7300681999999767,
"height": 1.8000725999999503,
"layer": "top",
"rotation": 0,
"source_component_id": "source_component_8",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_component",
"pcb_component_id": "pcb_component_9",
"center": {
"x": 23,
"y": 12.5
},
"width": 2.7300681999999767,
"height": 1.8000725999999503,
"layer": "top",
"rotation": 0,
"source_component_id": "source_component_9",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_component",
"pcb_component_id": "pcb_component_10",
"center": {
"x": 7,
"y": 7.5
},
"width": 2.7300681999999776,
"height": 1.8000725999999503,
"layer": "top",
"rotation": 0,
"source_component_id": "source_component_10",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_component",
"pcb_component_id": "pcb_component_11",
"center": {
"x": 15,
"y": 7.5
},
"width": 2.7300681999999767,
"height": 1.8000725999999503,
"layer": "top",
"rotation": 0,
"source_component_id": "source_component_11",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_component",
"pcb_component_id": "pcb_component_12",
"center": {
"x": 23,
"y": 7.5
},
"width": 2.7300681999999767,
"height": 1.8000725999999503,
"layer": "top",
"rotation": 0,
"source_component_id": "source_component_12",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_component",
"pcb_component_id": "pcb_component_13",
"center": {
"x": 7,
"y": 2.5
},
"width": 2.7300681999999776,
"height": 1.8000725999999494,
"layer": "top",
"rotation": 0,
"source_component_id": "source_component_13",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_component",
"pcb_component_id": "pcb_component_14",
"center": {
"x": 15,
"y": 2.5
},
"width": 2.7300681999999767,
"height": 1.8000725999999494,
"layer": "top",
"rotation": 0,
"source_component_id": "source_component_14",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_component",
"pcb_component_id": "pcb_component_15",
"center": {
"x": 23,
"y": 2.5
},
"width": 2.7300681999999767,
"height": 1.8000725999999494,
"layer": "top",
"rotation": 0,
"source_component_id": "source_component_15",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_component",
"pcb_component_id": "pcb_component_16",
"center": {
"x": 0,
"y": 0
},
"width": 2.7300681999999776,
"height": 1.8000725999999496,
"layer": "top",
"rotation": 0,
"source_component_id": "source_component_16",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_board",
"pcb_board_id": "pcb_board_0",
"center": {
"x": 0,
"y": 0
},
"thickness": 1.4,
"num_layers": 4,
"width": 55,
"height": 52,
"material": "fr4"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_0",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_40",
"layer": "top",
"shape": "rect",
"width": 1.499997,
"height": 1.499997,
"port_hints": [
"pin41"
],
"x": -12.500259000000028,
"y": -10.940014949999977,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_0",
"layer": "top",
"shape": "rect",
"width": 1.0499979,
"height": 1.0499979,
"x": -12.500259000000028,
"y": -10.940014949999977,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_0",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_1",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_41",
"layer": "top",
"shape": "rect",
"width": 1.499997,
"height": 1.499997,
"port_hints": [
"pin42"
],
"x": -12.500259000000028,
"y": -13.44013695000001,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_1",
"layer": "top",
"shape": "rect",
"width": 1.0499979,
"height": 1.0499979,
"x": -12.500259000000028,
"y": -13.44013695000001,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_1",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_2",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_42",
"layer": "top",
"shape": "rect",
"width": 1.499997,
"height": 1.499997,
"port_hints": [
"pin43"
],
"x": -12.500259000000028,
"y": -15.940004950000002,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_2",
"layer": "top",
"shape": "rect",
"width": 1.0499979,
"height": 1.0499979,
"x": -12.500259000000028,
"y": -15.940004950000002,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_2",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_3",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_43",
"layer": "top",
"shape": "rect",
"width": 1.499997,
"height": 1.499997,
"port_hints": [
"pin44"
],
"x": -14.00012900000013,
"y": -24.239962950000063,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_3",
"layer": "top",
"shape": "rect",
"width": 1.0499979,
"height": 1.0499979,
"x": -14.00012900000013,
"y": -24.239962950000063,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_3",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_4",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_44",
"layer": "top",
"shape": "rect",
"width": 1.499997,
"height": 1.499997,
"port_hints": [
"pin45"
],
"x": -16.000125000000025,
"y": -24.239962950000063,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_4",
"layer": "top",
"shape": "rect",
"width": 1.0499979,
"height": 1.0499979,
"x": -16.000125000000025,
"y": -24.239962950000063,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_4",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_5",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_45",
"layer": "top",
"shape": "rect",
"width": 1.499997,
"height": 1.499997,
"port_hints": [
"pin46"
],
"x": -15.000127000000022,
"y": -20.939994949999914,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_5",
"layer": "top",
"shape": "rect",
"width": 1.0499979,
"height": 1.0499979,
"x": -15.000127000000022,
"y": -20.939994949999914,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_5",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_6",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_0",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin1"
],
"x": -5.310026999999993,
"y": -24.07003695000003,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_6",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999993,
"y": -24.07003695000003,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_6",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_7",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_39",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin40"
],
"x": -24.68997300000001,
"y": -24.07003695000003,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_7",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": -24.07003695000003,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_7",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_8",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_1",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin2"
],
"x": -5.310026999999993,
"y": -21.530036950000067,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_8",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999993,
"y": -21.530036950000067,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_8",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_9",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_38",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin39"
],
"x": -24.68997300000001,
"y": -21.530036950000067,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_9",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": -21.530036950000067,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_9",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_10",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_2",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin3"
],
"x": -5.310026999999993,
"y": -18.99003694999999,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_10",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999993,
"y": -18.99003694999999,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_10",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_11",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_37",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin38"
],
"x": -24.68997300000001,
"y": -18.99003694999999,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_11",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": -18.99003694999999,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_11",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_12",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_3",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin4"
],
"x": -5.310026999999993,
"y": -16.450036950000026,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_12",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999993,
"y": -16.450036950000026,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_12",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_13",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_36",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin37"
],
"x": -24.68997300000001,
"y": -16.450036950000026,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_13",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": -16.450036950000026,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_13",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_14",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_4",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin5"
],
"x": -5.310026999999991,
"y": -13.910036950000062,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_14",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999991,
"y": -13.910036950000062,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_14",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_15",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_35",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin36"
],
"x": -24.68997300000001,
"y": -13.910036950000062,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_15",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": -13.910036950000062,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_15",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_16",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_5",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin6"
],
"x": -5.310026999999991,
"y": -11.370036949999985,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_16",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999991,
"y": -11.370036949999985,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_16",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_17",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_34",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin35"
],
"x": -24.68997300000001,
"y": -11.370036949999985,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_17",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": -11.370036949999985,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_17",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_18",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_6",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin7"
],
"x": -5.310026999999991,
"y": -8.830036950000022,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_18",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999991,
"y": -8.830036950000022,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_18",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_19",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_33",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin34"
],
"x": -24.68997300000001,
"y": -8.830036950000022,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_19",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": -8.830036950000022,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_19",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_20",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_7",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin8"
],
"x": -5.310026999999991,
"y": -6.290036950000059,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_20",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999991,
"y": -6.290036950000059,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_20",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_21",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_32",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin33"
],
"x": -24.68997300000001,
"y": -6.290036950000057,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_21",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": -6.290036950000057,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_21",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_22",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_8",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin9"
],
"x": -5.310026999999991,
"y": -3.750036949999981,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_22",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999991,
"y": -3.750036949999981,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_22",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_23",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_31",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin32"
],
"x": -24.68997300000001,
"y": -3.75003694999998,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_23",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": -3.75003694999998,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_23",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_24",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_9",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin10"
],
"x": -5.310026999999991,
"y": -1.2100369500000177,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_24",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999991,
"y": -1.2100369500000177,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_24",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_25",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_30",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin31"
],
"x": -24.68997300000001,
"y": -1.2100369500000163,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_25",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": -1.2100369500000163,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_25",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_26",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_10",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin11"
],
"x": -5.310026999999991,
"y": 1.329963049999946,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_26",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999991,
"y": 1.329963049999946,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_26",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_27",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_29",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin30"
],
"x": -24.68997300000001,
"y": 1.3299630499999473,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_27",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": 1.3299630499999473,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_27",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_28",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_11",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin12"
],
"x": -5.310026999999991,
"y": 3.8699630500000235,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_28",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999991,
"y": 3.8699630500000235,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_28",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_29",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_28",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin29"
],
"x": -24.68997300000001,
"y": 3.8699630500000244,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_29",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": 3.8699630500000244,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_29",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_30",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_12",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin13"
],
"x": -5.310026999999991,
"y": 6.409963049999987,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_30",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999991,
"y": 6.409963049999987,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_30",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_31",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_27",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin28"
],
"x": -24.68997300000001,
"y": 6.4099630499999884,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_31",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": 6.4099630499999884,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_31",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_32",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_13",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin14"
],
"x": -5.310026999999991,
"y": 8.949963049999951,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_32",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999991,
"y": 8.949963049999951,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_32",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_33",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_26",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin27"
],
"x": -24.68997300000001,
"y": 8.949963049999951,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_33",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": 8.949963049999951,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_33",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_34",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_14",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin15"
],
"x": -5.310026999999991,
"y": 11.489963049999915,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_34",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999991,
"y": 11.489963049999915,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_34",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_35",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_25",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin26"
],
"x": -24.68997300000001,
"y": 11.489963049999915,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_35",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": 11.489963049999915,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_35",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_36",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_15",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin16"
],
"x": -5.310026999999991,
"y": 14.029963049999992,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_36",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999991,
"y": 14.029963049999992,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_36",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_37",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_24",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin25"
],
"x": -24.68997300000001,
"y": 14.029963049999992,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_37",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": 14.029963049999992,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_37",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_38",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_16",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin17"
],
"x": -5.310026999999989,
"y": 16.569963049999956,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_38",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999989,
"y": 16.569963049999956,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_38",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_39",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_23",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin24"
],
"x": -24.68997300000001,
"y": 16.569963049999956,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_39",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": 16.569963049999956,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_39",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_40",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_17",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin18"
],
"x": -5.310026999999989,
"y": 19.10996304999992,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_40",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999989,
"y": 19.10996304999992,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_40",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_41",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_22",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin23"
],
"x": -24.68997300000001,
"y": 19.10996304999992,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_41",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": 19.10996304999992,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_41",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_42",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_18",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin19"
],
"x": -5.310026999999989,
"y": 21.649963049999997,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_42",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999989,
"y": 21.649963049999997,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_42",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_43",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_21",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin22"
],
"x": -24.68997300000001,
"y": 21.649963049999997,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_43",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": 21.649963049999997,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_43",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_44",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_19",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin20"
],
"x": -5.310026999999989,
"y": 24.18996304999996,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_44",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -5.310026999999989,
"y": 24.18996304999996,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_44",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_45",
"pcb_component_id": "pcb_component_0",
"pcb_port_id": "pcb_port_20",
"layer": "top",
"shape": "rect",
"width": 3.1999935999999995,
"height": 1.5999967999999998,
"port_hints": [
"pin21"
],
"x": -24.68997300000001,
"y": 24.18996304999996,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_45",
"layer": "top",
"shape": "rect",
"width": 2.2399955199999995,
"height": 1.1199977599999997,
"x": -24.68997300000001,
"y": 24.18996304999996,
"pcb_component_id": "pcb_component_0",
"pcb_smtpad_id": "pcb_smtpad_45",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_0",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.5001226000000525,
"y": 17.601101449999874
},
{
"x": -4.5001226000000525,
"y": 18.078900849999968
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_1",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -18.571138399999995,
"y": 25.55998825000006
},
{
"x": -11.42893779999997,
"y": 25.55998825000006
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_2",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.5001226000000525,
"y": 25.22110144999988
},
{
"x": -4.5001226000000525,
"y": 25.55998825000006
},
{
"x": -11.42893779999997,
"y": 25.55998825000006
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_3",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -18.571138399999995,
"y": 25.55998825000006
},
{
"x": -25.500080600000047,
"y": 25.55998825000006
},
{
"x": -25.500080600000047,
"y": 25.22110144999988
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_4",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.499953600000026,
"y": -25.101048350000042
},
{
"x": -25.499953600000026,
"y": -25.439808149999976
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_5",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": -25.439935149999997
},
{
"x": -4.500122600000056,
"y": -25.439935149999997
},
{
"x": -4.500122600000056,
"y": -25.101099149999982
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_6",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -18.999636399999986,
"y": -26.739830950000055
},
{
"x": -18.999636399999986,
"y": -26.339603149999903
},
{
"x": -10.999754000000168,
"y": -26.339603149999903
},
{
"x": -10.999754000000168,
"y": -26.739830950000055
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_7",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -11.191066799999932,
"y": -26.339603149999903
},
{
"x": -11.191066799999932,
"y": -25.465233549999994
},
{
"x": -11.165641400000029,
"y": -25.439808149999976
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_8",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -18.80250699999999,
"y": -26.339603149999903
},
{
"x": -18.80250699999999,
"y": -25.439808149999976
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_9",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -18.999636399999986,
"y": -26.739830950000055
},
{
"x": -10.999754000000168,
"y": -26.739830950000055
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_10",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": -22.561099150000132
},
{
"x": -25.500080600000047,
"y": -23.03889855
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_11",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": -20.021099150000055
},
{
"x": -25.500080600000047,
"y": -20.498898550000035
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_12",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": -17.48109915000009
},
{
"x": -25.500080600000047,
"y": -17.95889855000007
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_13",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": -14.941099150000014
},
{
"x": -25.500080600000047,
"y": -15.418898550000108
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_14",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": -12.40109915000005
},
{
"x": -25.500080600000047,
"y": -12.87889855000003
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_15",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": -9.861099150000086
},
{
"x": -25.500080600000047,
"y": -10.338898550000067
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_16",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": -7.321099150000122
},
{
"x": -25.500080600000047,
"y": -7.798898549999989
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_17",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": -4.781099150000045
},
{
"x": -25.500080600000047,
"y": -5.258898550000025
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_18",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": -2.2410991500000814
},
{
"x": -25.500080600000047,
"y": -2.718898550000062
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_19",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": 0.2989008499999961
},
{
"x": -25.500080600000047,
"y": -0.17889855000009838
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_20",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": 2.8389008499999595
},
{
"x": -25.500080600000047,
"y": 2.361101449999865
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_21",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": 5.378900849999924
},
{
"x": -25.500080600000047,
"y": 4.901101449999943
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_22",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": 7.918900849999887
},
{
"x": -25.500080600000047,
"y": 7.44110145000002
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_23",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": 10.458900849999964
},
{
"x": -25.500080600000047,
"y": 9.98110144999987
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_24",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": 12.998900849999927
},
{
"x": -25.500080600000047,
"y": 12.521101449999946
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_25",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": 15.538900850000005
},
{
"x": -25.500080600000047,
"y": 15.06110144999991
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_26",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": 18.078900849999968
},
{
"x": -25.500080600000047,
"y": 17.601101449999874
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_27",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": 20.618900849999932
},
{
"x": -25.500080600000047,
"y": 20.14110144999995
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_28",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -25.500080600000047,
"y": 23.158900849999895
},
{
"x": -25.500080600000047,
"y": 22.68110145000003
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_29",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.5001226000000525,
"y": 22.68110145000003
},
{
"x": -4.5001226000000525,
"y": 23.158900849999895
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_30",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.5001226000000525,
"y": 20.14110144999995
},
{
"x": -4.5001226000000525,
"y": 20.618900849999932
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_31",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.5001226000000525,
"y": 15.06110144999991
},
{
"x": -4.5001226000000525,
"y": 15.538900850000005
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_32",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.500122600000054,
"y": 12.521101449999946
},
{
"x": -4.500122600000054,
"y": 12.998900849999927
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_33",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.500122600000054,
"y": 9.98110144999987
},
{
"x": -4.500122600000054,
"y": 10.458900849999964
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_34",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.500122600000054,
"y": 7.441101450000018
},
{
"x": -4.500122600000054,
"y": 7.918900849999885
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_35",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.500122600000054,
"y": 4.901101449999941
},
{
"x": -4.500122600000054,
"y": 5.378900849999922
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_36",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.500122600000054,
"y": 2.361101449999864
},
{
"x": -4.500122600000054,
"y": 2.8389008499999586
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_37",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.500122600000054,
"y": -0.17889855000009966
},
{
"x": -4.500122600000054,
"y": 0.2989008499999948
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_38",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.500122600000054,
"y": -2.718898550000063
},
{
"x": -4.500122600000054,
"y": -2.2410991500000823
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_39",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.500122600000054,
"y": -5.258898550000027
},
{
"x": -4.500122600000054,
"y": -4.781099150000046
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_40",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.500122600000054,
"y": -7.798898549999991
},
{
"x": -4.500122600000054,
"y": -7.321099150000124
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_41",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.500122600000054,
"y": -10.338898550000067
},
{
"x": -4.500122600000054,
"y": -9.861099150000086
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_42",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.500122600000054,
"y": -12.87889855000003
},
{
"x": -4.500122600000054,
"y": -12.40109915000005
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_43",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.500122600000056,
"y": -15.418898550000108
},
{
"x": -4.500122600000056,
"y": -14.941099150000014
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_44",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.500122600000056,
"y": -17.95889855000007
},
{
"x": -4.500122600000056,
"y": -17.48109915000009
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_45",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.500122600000056,
"y": -20.498898550000035
},
{
"x": -4.500122600000056,
"y": -20.021099150000055
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_46",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -4.500122600000056,
"y": -23.03889855
},
{
"x": -4.500122600000056,
"y": -22.561099150000132
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_46",
"pcb_component_id": "pcb_component_1",
"pcb_port_id": "pcb_port_46",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin1"
],
"x": 6.084965000000011,
"y": 23.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_46",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 6.084965000000011,
"y": 23.050036999999975,
"pcb_component_id": "pcb_component_1",
"pcb_smtpad_id": "pcb_smtpad_46",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_47",
"pcb_component_id": "pcb_component_1",
"pcb_port_id": "pcb_port_47",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin2"
],
"x": 6.084965000000011,
"y": 21.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_47",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 6.084965000000011,
"y": 21.949963000000025,
"pcb_component_id": "pcb_component_1",
"pcb_smtpad_id": "pcb_smtpad_47",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_48",
"pcb_component_id": "pcb_component_1",
"pcb_port_id": "pcb_port_48",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin3"
],
"x": 7.915034999999989,
"y": 21.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_48",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 7.915034999999989,
"y": 21.949963000000025,
"pcb_component_id": "pcb_component_1",
"pcb_smtpad_id": "pcb_smtpad_48",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_49",
"pcb_component_id": "pcb_component_1",
"pcb_port_id": "pcb_port_49",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin4"
],
"x": 7.915034999999989,
"y": 23.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_49",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 7.915034999999989,
"y": 23.050036999999975,
"pcb_component_id": "pcb_component_1",
"pcb_smtpad_id": "pcb_smtpad_49",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_47",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 6.750013200000012,
"y": 23.249960399999964
},
{
"x": 6.9000001999999085,
"y": 23.249960399999964
},
{
"x": 6.9000001999999085,
"y": 21.84998859999996
},
{
"x": 6.9000001999999085,
"y": 21.80000139999993
},
{
"x": 6.750013200000012,
"y": 21.80000139999993
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_48",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 6.750013200000012,
"y": 23.249960399999964
},
{
"x": 6.750013200000012,
"y": 21.799976000000015
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_49",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 5.700002599999948,
"y": 23.649985000000015
},
{
"x": 5.700002599999948,
"y": 23.638148600000022
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_50",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 7.999997999999891,
"y": 23.599997799999983
},
{
"x": 6.000001999999995,
"y": 23.599997799999983
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_51",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 6.000001999999995,
"y": 21.400002200000017
},
{
"x": 7.999997999999891,
"y": 21.400002200000017
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_50",
"pcb_component_id": "pcb_component_2",
"pcb_port_id": "pcb_port_50",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin1"
],
"x": 14.084965000000011,
"y": 23.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_50",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 14.084965000000011,
"y": 23.050036999999975,
"pcb_component_id": "pcb_component_2",
"pcb_smtpad_id": "pcb_smtpad_50",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_51",
"pcb_component_id": "pcb_component_2",
"pcb_port_id": "pcb_port_51",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin2"
],
"x": 14.084965000000011,
"y": 21.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_51",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 14.084965000000011,
"y": 21.949963000000025,
"pcb_component_id": "pcb_component_2",
"pcb_smtpad_id": "pcb_smtpad_51",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_52",
"pcb_component_id": "pcb_component_2",
"pcb_port_id": "pcb_port_52",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin3"
],
"x": 15.915034999999989,
"y": 21.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_52",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 15.915034999999989,
"y": 21.949963000000025,
"pcb_component_id": "pcb_component_2",
"pcb_smtpad_id": "pcb_smtpad_52",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_53",
"pcb_component_id": "pcb_component_2",
"pcb_port_id": "pcb_port_53",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin4"
],
"x": 15.915034999999989,
"y": 23.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_53",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 15.915034999999989,
"y": 23.050036999999975,
"pcb_component_id": "pcb_component_2",
"pcb_smtpad_id": "pcb_smtpad_53",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_52",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 14.750013200000012,
"y": 23.249960399999964
},
{
"x": 14.900000199999909,
"y": 23.249960399999964
},
{
"x": 14.900000199999909,
"y": 21.84998859999996
},
{
"x": 14.900000199999909,
"y": 21.80000139999993
},
{
"x": 14.750013200000012,
"y": 21.80000139999993
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_53",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 14.750013200000012,
"y": 23.249960399999964
},
{
"x": 14.750013200000012,
"y": 21.799976000000015
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_54",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 13.700002599999948,
"y": 23.649985000000015
},
{
"x": 13.700002599999948,
"y": 23.638148600000022
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_55",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 15.999997999999891,
"y": 23.599997799999983
},
{
"x": 14.000001999999995,
"y": 23.599997799999983
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_56",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 14.000001999999995,
"y": 21.400002200000017
},
{
"x": 15.999997999999891,
"y": 21.400002200000017
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_54",
"pcb_component_id": "pcb_component_3",
"pcb_port_id": "pcb_port_54",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin1"
],
"x": 22.08496500000001,
"y": 23.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_54",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 22.08496500000001,
"y": 23.050036999999975,
"pcb_component_id": "pcb_component_3",
"pcb_smtpad_id": "pcb_smtpad_54",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_55",
"pcb_component_id": "pcb_component_3",
"pcb_port_id": "pcb_port_55",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin2"
],
"x": 22.08496500000001,
"y": 21.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_55",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 22.08496500000001,
"y": 21.949963000000025,
"pcb_component_id": "pcb_component_3",
"pcb_smtpad_id": "pcb_smtpad_55",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_56",
"pcb_component_id": "pcb_component_3",
"pcb_port_id": "pcb_port_56",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin3"
],
"x": 23.91503499999999,
"y": 21.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_56",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 23.91503499999999,
"y": 21.949963000000025,
"pcb_component_id": "pcb_component_3",
"pcb_smtpad_id": "pcb_smtpad_56",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_57",
"pcb_component_id": "pcb_component_3",
"pcb_port_id": "pcb_port_57",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin4"
],
"x": 23.91503499999999,
"y": 23.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_57",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 23.91503499999999,
"y": 23.050036999999975,
"pcb_component_id": "pcb_component_3",
"pcb_smtpad_id": "pcb_smtpad_57",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_57",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 22.750013200000012,
"y": 23.249960399999964
},
{
"x": 22.90000019999991,
"y": 23.249960399999964
},
{
"x": 22.90000019999991,
"y": 21.84998859999996
},
{
"x": 22.90000019999991,
"y": 21.80000139999993
},
{
"x": 22.750013200000012,
"y": 21.80000139999993
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_58",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 22.750013200000012,
"y": 23.249960399999964
},
{
"x": 22.750013200000012,
"y": 21.799976000000015
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_59",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 21.700002599999948,
"y": 23.649985000000015
},
{
"x": 21.700002599999948,
"y": 23.638148600000022
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_60",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 23.99999799999989,
"y": 23.599997799999983
},
{
"x": 22.000001999999995,
"y": 23.599997799999983
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_61",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 22.000001999999995,
"y": 21.400002200000017
},
{
"x": 23.99999799999989,
"y": 21.400002200000017
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_58",
"pcb_component_id": "pcb_component_4",
"pcb_port_id": "pcb_port_58",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin1"
],
"x": 6.084965000000011,
"y": 18.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_58",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 6.084965000000011,
"y": 18.050036999999975,
"pcb_component_id": "pcb_component_4",
"pcb_smtpad_id": "pcb_smtpad_58",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_59",
"pcb_component_id": "pcb_component_4",
"pcb_port_id": "pcb_port_59",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin2"
],
"x": 6.084965000000011,
"y": 16.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_59",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 6.084965000000011,
"y": 16.949963000000025,
"pcb_component_id": "pcb_component_4",
"pcb_smtpad_id": "pcb_smtpad_59",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_60",
"pcb_component_id": "pcb_component_4",
"pcb_port_id": "pcb_port_60",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin3"
],
"x": 7.915034999999989,
"y": 16.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_60",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 7.915034999999989,
"y": 16.949963000000025,
"pcb_component_id": "pcb_component_4",
"pcb_smtpad_id": "pcb_smtpad_60",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_61",
"pcb_component_id": "pcb_component_4",
"pcb_port_id": "pcb_port_61",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin4"
],
"x": 7.915034999999989,
"y": 18.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_61",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 7.915034999999989,
"y": 18.050036999999975,
"pcb_component_id": "pcb_component_4",
"pcb_smtpad_id": "pcb_smtpad_61",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_62",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 6.750013200000012,
"y": 18.249960399999964
},
{
"x": 6.9000001999999085,
"y": 18.249960399999964
},
{
"x": 6.9000001999999085,
"y": 16.84998859999996
},
{
"x": 6.9000001999999085,
"y": 16.80000139999993
},
{
"x": 6.750013200000012,
"y": 16.80000139999993
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_63",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 6.750013200000012,
"y": 18.249960399999964
},
{
"x": 6.750013200000012,
"y": 16.799976000000015
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_64",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 5.700002599999948,
"y": 18.649985000000015
},
{
"x": 5.700002599999948,
"y": 18.638148600000022
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_65",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 7.999997999999891,
"y": 18.599997799999983
},
{
"x": 6.000001999999995,
"y": 18.599997799999983
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_66",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 6.000001999999995,
"y": 16.400002200000017
},
{
"x": 7.999997999999891,
"y": 16.400002200000017
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_62",
"pcb_component_id": "pcb_component_5",
"pcb_port_id": "pcb_port_62",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin1"
],
"x": 14.084965000000011,
"y": 18.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_62",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 14.084965000000011,
"y": 18.050036999999975,
"pcb_component_id": "pcb_component_5",
"pcb_smtpad_id": "pcb_smtpad_62",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_63",
"pcb_component_id": "pcb_component_5",
"pcb_port_id": "pcb_port_63",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin2"
],
"x": 14.084965000000011,
"y": 16.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_63",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 14.084965000000011,
"y": 16.949963000000025,
"pcb_component_id": "pcb_component_5",
"pcb_smtpad_id": "pcb_smtpad_63",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_64",
"pcb_component_id": "pcb_component_5",
"pcb_port_id": "pcb_port_64",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin3"
],
"x": 15.915034999999989,
"y": 16.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_64",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 15.915034999999989,
"y": 16.949963000000025,
"pcb_component_id": "pcb_component_5",
"pcb_smtpad_id": "pcb_smtpad_64",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_65",
"pcb_component_id": "pcb_component_5",
"pcb_port_id": "pcb_port_65",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin4"
],
"x": 15.915034999999989,
"y": 18.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_65",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 15.915034999999989,
"y": 18.050036999999975,
"pcb_component_id": "pcb_component_5",
"pcb_smtpad_id": "pcb_smtpad_65",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_67",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 14.750013200000012,
"y": 18.249960399999964
},
{
"x": 14.900000199999909,
"y": 18.249960399999964
},
{
"x": 14.900000199999909,
"y": 16.84998859999996
},
{
"x": 14.900000199999909,
"y": 16.80000139999993
},
{
"x": 14.750013200000012,
"y": 16.80000139999993
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_68",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 14.750013200000012,
"y": 18.249960399999964
},
{
"x": 14.750013200000012,
"y": 16.799976000000015
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_69",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 13.700002599999948,
"y": 18.649985000000015
},
{
"x": 13.700002599999948,
"y": 18.638148600000022
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_70",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 15.999997999999891,
"y": 18.599997799999983
},
{
"x": 14.000001999999995,
"y": 18.599997799999983
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_71",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 14.000001999999995,
"y": 16.400002200000017
},
{
"x": 15.999997999999891,
"y": 16.400002200000017
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_66",
"pcb_component_id": "pcb_component_6",
"pcb_port_id": "pcb_port_66",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin1"
],
"x": 22.08496500000001,
"y": 18.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_66",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 22.08496500000001,
"y": 18.050036999999975,
"pcb_component_id": "pcb_component_6",
"pcb_smtpad_id": "pcb_smtpad_66",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_67",
"pcb_component_id": "pcb_component_6",
"pcb_port_id": "pcb_port_67",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin2"
],
"x": 22.08496500000001,
"y": 16.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_67",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 22.08496500000001,
"y": 16.949963000000025,
"pcb_component_id": "pcb_component_6",
"pcb_smtpad_id": "pcb_smtpad_67",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_68",
"pcb_component_id": "pcb_component_6",
"pcb_port_id": "pcb_port_68",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin3"
],
"x": 23.91503499999999,
"y": 16.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_68",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 23.91503499999999,
"y": 16.949963000000025,
"pcb_component_id": "pcb_component_6",
"pcb_smtpad_id": "pcb_smtpad_68",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_69",
"pcb_component_id": "pcb_component_6",
"pcb_port_id": "pcb_port_69",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin4"
],
"x": 23.91503499999999,
"y": 18.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_69",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 23.91503499999999,
"y": 18.050036999999975,
"pcb_component_id": "pcb_component_6",
"pcb_smtpad_id": "pcb_smtpad_69",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_72",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 22.750013200000012,
"y": 18.249960399999964
},
{
"x": 22.90000019999991,
"y": 18.249960399999964
},
{
"x": 22.90000019999991,
"y": 16.84998859999996
},
{
"x": 22.90000019999991,
"y": 16.80000139999993
},
{
"x": 22.750013200000012,
"y": 16.80000139999993
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_73",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 22.750013200000012,
"y": 18.249960399999964
},
{
"x": 22.750013200000012,
"y": 16.799976000000015
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_74",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 21.700002599999948,
"y": 18.649985000000015
},
{
"x": 21.700002599999948,
"y": 18.638148600000022
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_75",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 23.99999799999989,
"y": 18.599997799999983
},
{
"x": 22.000001999999995,
"y": 18.599997799999983
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_76",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 22.000001999999995,
"y": 16.400002200000017
},
{
"x": 23.99999799999989,
"y": 16.400002200000017
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_70",
"pcb_component_id": "pcb_component_7",
"pcb_port_id": "pcb_port_70",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin1"
],
"x": 6.084965000000011,
"y": 13.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_70",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 6.084965000000011,
"y": 13.050036999999975,
"pcb_component_id": "pcb_component_7",
"pcb_smtpad_id": "pcb_smtpad_70",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_71",
"pcb_component_id": "pcb_component_7",
"pcb_port_id": "pcb_port_71",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin2"
],
"x": 6.084965000000011,
"y": 11.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_71",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 6.084965000000011,
"y": 11.949963000000025,
"pcb_component_id": "pcb_component_7",
"pcb_smtpad_id": "pcb_smtpad_71",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_72",
"pcb_component_id": "pcb_component_7",
"pcb_port_id": "pcb_port_72",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin3"
],
"x": 7.915034999999989,
"y": 11.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_72",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 7.915034999999989,
"y": 11.949963000000025,
"pcb_component_id": "pcb_component_7",
"pcb_smtpad_id": "pcb_smtpad_72",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_73",
"pcb_component_id": "pcb_component_7",
"pcb_port_id": "pcb_port_73",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin4"
],
"x": 7.915034999999989,
"y": 13.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_73",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 7.915034999999989,
"y": 13.050036999999975,
"pcb_component_id": "pcb_component_7",
"pcb_smtpad_id": "pcb_smtpad_73",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_77",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 6.750013200000012,
"y": 13.249960399999964
},
{
"x": 6.9000001999999085,
"y": 13.249960399999964
},
{
"x": 6.9000001999999085,
"y": 11.84998859999996
},
{
"x": 6.9000001999999085,
"y": 11.800001399999928
},
{
"x": 6.750013200000012,
"y": 11.800001399999928
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_78",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 6.750013200000012,
"y": 13.249960399999964
},
{
"x": 6.750013200000012,
"y": 11.799976000000015
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_79",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 5.700002599999948,
"y": 13.649985000000015
},
{
"x": 5.700002599999948,
"y": 13.638148600000022
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_80",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 7.999997999999891,
"y": 13.599997799999983
},
{
"x": 6.000001999999995,
"y": 13.599997799999983
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_81",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 6.000001999999995,
"y": 11.400002200000017
},
{
"x": 7.999997999999891,
"y": 11.400002200000017
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_74",
"pcb_component_id": "pcb_component_8",
"pcb_port_id": "pcb_port_74",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin1"
],
"x": 14.084965000000011,
"y": 13.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_74",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 14.084965000000011,
"y": 13.050036999999975,
"pcb_component_id": "pcb_component_8",
"pcb_smtpad_id": "pcb_smtpad_74",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_75",
"pcb_component_id": "pcb_component_8",
"pcb_port_id": "pcb_port_75",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin2"
],
"x": 14.084965000000011,
"y": 11.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_75",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 14.084965000000011,
"y": 11.949963000000025,
"pcb_component_id": "pcb_component_8",
"pcb_smtpad_id": "pcb_smtpad_75",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_76",
"pcb_component_id": "pcb_component_8",
"pcb_port_id": "pcb_port_76",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin3"
],
"x": 15.915034999999989,
"y": 11.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_76",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 15.915034999999989,
"y": 11.949963000000025,
"pcb_component_id": "pcb_component_8",
"pcb_smtpad_id": "pcb_smtpad_76",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_77",
"pcb_component_id": "pcb_component_8",
"pcb_port_id": "pcb_port_77",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin4"
],
"x": 15.915034999999989,
"y": 13.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_77",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 15.915034999999989,
"y": 13.050036999999975,
"pcb_component_id": "pcb_component_8",
"pcb_smtpad_id": "pcb_smtpad_77",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_82",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 14.750013200000012,
"y": 13.249960399999964
},
{
"x": 14.900000199999909,
"y": 13.249960399999964
},
{
"x": 14.900000199999909,
"y": 11.84998859999996
},
{
"x": 14.900000199999909,
"y": 11.800001399999928
},
{
"x": 14.750013200000012,
"y": 11.800001399999928
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_83",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 14.750013200000012,
"y": 13.249960399999964
},
{
"x": 14.750013200000012,
"y": 11.799976000000015
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_84",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 13.700002599999948,
"y": 13.649985000000015
},
{
"x": 13.700002599999948,
"y": 13.638148600000022
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_85",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 15.999997999999891,
"y": 13.599997799999983
},
{
"x": 14.000001999999995,
"y": 13.599997799999983
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_86",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 14.000001999999995,
"y": 11.400002200000017
},
{
"x": 15.999997999999891,
"y": 11.400002200000017
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_78",
"pcb_component_id": "pcb_component_9",
"pcb_port_id": "pcb_port_78",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin1"
],
"x": 22.08496500000001,
"y": 13.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_78",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 22.08496500000001,
"y": 13.050036999999975,
"pcb_component_id": "pcb_component_9",
"pcb_smtpad_id": "pcb_smtpad_78",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_79",
"pcb_component_id": "pcb_component_9",
"pcb_port_id": "pcb_port_79",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin2"
],
"x": 22.08496500000001,
"y": 11.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_79",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 22.08496500000001,
"y": 11.949963000000025,
"pcb_component_id": "pcb_component_9",
"pcb_smtpad_id": "pcb_smtpad_79",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_80",
"pcb_component_id": "pcb_component_9",
"pcb_port_id": "pcb_port_80",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin3"
],
"x": 23.91503499999999,
"y": 11.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_80",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 23.91503499999999,
"y": 11.949963000000025,
"pcb_component_id": "pcb_component_9",
"pcb_smtpad_id": "pcb_smtpad_80",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_81",
"pcb_component_id": "pcb_component_9",
"pcb_port_id": "pcb_port_81",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin4"
],
"x": 23.91503499999999,
"y": 13.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_81",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 23.91503499999999,
"y": 13.050036999999975,
"pcb_component_id": "pcb_component_9",
"pcb_smtpad_id": "pcb_smtpad_81",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_87",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 22.750013200000012,
"y": 13.249960399999964
},
{
"x": 22.90000019999991,
"y": 13.249960399999964
},
{
"x": 22.90000019999991,
"y": 11.84998859999996
},
{
"x": 22.90000019999991,
"y": 11.800001399999928
},
{
"x": 22.750013200000012,
"y": 11.800001399999928
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_88",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 22.750013200000012,
"y": 13.249960399999964
},
{
"x": 22.750013200000012,
"y": 11.799976000000015
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_89",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 21.700002599999948,
"y": 13.649985000000015
},
{
"x": 21.700002599999948,
"y": 13.638148600000022
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_90",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 23.99999799999989,
"y": 13.599997799999983
},
{
"x": 22.000001999999995,
"y": 13.599997799999983
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_91",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 22.000001999999995,
"y": 11.400002200000017
},
{
"x": 23.99999799999989,
"y": 11.400002200000017
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_82",
"pcb_component_id": "pcb_component_10",
"pcb_port_id": "pcb_port_82",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin1"
],
"x": 6.084965000000011,
"y": 8.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_82",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 6.084965000000011,
"y": 8.050036999999975,
"pcb_component_id": "pcb_component_10",
"pcb_smtpad_id": "pcb_smtpad_82",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_83",
"pcb_component_id": "pcb_component_10",
"pcb_port_id": "pcb_port_83",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin2"
],
"x": 6.084965000000011,
"y": 6.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_83",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 6.084965000000011,
"y": 6.949963000000025,
"pcb_component_id": "pcb_component_10",
"pcb_smtpad_id": "pcb_smtpad_83",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_84",
"pcb_component_id": "pcb_component_10",
"pcb_port_id": "pcb_port_84",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin3"
],
"x": 7.915034999999989,
"y": 6.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_84",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 7.915034999999989,
"y": 6.949963000000025,
"pcb_component_id": "pcb_component_10",
"pcb_smtpad_id": "pcb_smtpad_84",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_85",
"pcb_component_id": "pcb_component_10",
"pcb_port_id": "pcb_port_85",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin4"
],
"x": 7.915034999999989,
"y": 8.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_85",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 7.915034999999989,
"y": 8.050036999999975,
"pcb_component_id": "pcb_component_10",
"pcb_smtpad_id": "pcb_smtpad_85",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_92",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 6.750013200000012,
"y": 8.249960399999964
},
{
"x": 6.9000001999999085,
"y": 8.249960399999964
},
{
"x": 6.9000001999999085,
"y": 6.849988599999961
},
{
"x": 6.9000001999999085,
"y": 6.800001399999928
},
{
"x": 6.750013200000012,
"y": 6.800001399999928
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_93",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 6.750013200000012,
"y": 8.249960399999964
},
{
"x": 6.750013200000012,
"y": 6.799976000000015
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_94",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 5.700002599999948,
"y": 8.649985000000015
},
{
"x": 5.700002599999948,
"y": 8.638148600000022
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_95",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 7.999997999999891,
"y": 8.599997799999983
},
{
"x": 6.000001999999995,
"y": 8.599997799999983
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_96",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 6.000001999999995,
"y": 6.400002200000017
},
{
"x": 7.999997999999891,
"y": 6.400002200000017
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_86",
"pcb_component_id": "pcb_component_11",
"pcb_port_id": "pcb_port_86",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin1"
],
"x": 14.084965000000011,
"y": 8.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_86",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 14.084965000000011,
"y": 8.050036999999975,
"pcb_component_id": "pcb_component_11",
"pcb_smtpad_id": "pcb_smtpad_86",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_87",
"pcb_component_id": "pcb_component_11",
"pcb_port_id": "pcb_port_87",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin2"
],
"x": 14.084965000000011,
"y": 6.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_87",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 14.084965000000011,
"y": 6.949963000000025,
"pcb_component_id": "pcb_component_11",
"pcb_smtpad_id": "pcb_smtpad_87",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_88",
"pcb_component_id": "pcb_component_11",
"pcb_port_id": "pcb_port_88",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin3"
],
"x": 15.915034999999989,
"y": 6.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_88",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 15.915034999999989,
"y": 6.949963000000025,
"pcb_component_id": "pcb_component_11",
"pcb_smtpad_id": "pcb_smtpad_88",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_89",
"pcb_component_id": "pcb_component_11",
"pcb_port_id": "pcb_port_89",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin4"
],
"x": 15.915034999999989,
"y": 8.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_89",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 15.915034999999989,
"y": 8.050036999999975,
"pcb_component_id": "pcb_component_11",
"pcb_smtpad_id": "pcb_smtpad_89",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_97",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 14.750013200000012,
"y": 8.249960399999964
},
{
"x": 14.900000199999909,
"y": 8.249960399999964
},
{
"x": 14.900000199999909,
"y": 6.849988599999961
},
{
"x": 14.900000199999909,
"y": 6.800001399999928
},
{
"x": 14.750013200000012,
"y": 6.800001399999928
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_98",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 14.750013200000012,
"y": 8.249960399999964
},
{
"x": 14.750013200000012,
"y": 6.799976000000015
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_99",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 13.700002599999948,
"y": 8.649985000000015
},
{
"x": 13.700002599999948,
"y": 8.638148600000022
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_100",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 15.999997999999891,
"y": 8.599997799999983
},
{
"x": 14.000001999999995,
"y": 8.599997799999983
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_101",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 14.000001999999995,
"y": 6.400002200000017
},
{
"x": 15.999997999999891,
"y": 6.400002200000017
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_90",
"pcb_component_id": "pcb_component_12",
"pcb_port_id": "pcb_port_90",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin1"
],
"x": 22.08496500000001,
"y": 8.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_90",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 22.08496500000001,
"y": 8.050036999999975,
"pcb_component_id": "pcb_component_12",
"pcb_smtpad_id": "pcb_smtpad_90",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_91",
"pcb_component_id": "pcb_component_12",
"pcb_port_id": "pcb_port_91",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin2"
],
"x": 22.08496500000001,
"y": 6.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_91",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 22.08496500000001,
"y": 6.949963000000025,
"pcb_component_id": "pcb_component_12",
"pcb_smtpad_id": "pcb_smtpad_91",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_92",
"pcb_component_id": "pcb_component_12",
"pcb_port_id": "pcb_port_92",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin3"
],
"x": 23.91503499999999,
"y": 6.949963000000025,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_92",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 23.91503499999999,
"y": 6.949963000000025,
"pcb_component_id": "pcb_component_12",
"pcb_smtpad_id": "pcb_smtpad_92",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_93",
"pcb_component_id": "pcb_component_12",
"pcb_port_id": "pcb_port_93",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin4"
],
"x": 23.91503499999999,
"y": 8.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_93",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 23.91503499999999,
"y": 8.050036999999975,
"pcb_component_id": "pcb_component_12",
"pcb_smtpad_id": "pcb_smtpad_93",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_102",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 22.750013200000012,
"y": 8.249960399999964
},
{
"x": 22.90000019999991,
"y": 8.249960399999964
},
{
"x": 22.90000019999991,
"y": 6.849988599999961
},
{
"x": 22.90000019999991,
"y": 6.800001399999928
},
{
"x": 22.750013200000012,
"y": 6.800001399999928
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_103",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 22.750013200000012,
"y": 8.249960399999964
},
{
"x": 22.750013200000012,
"y": 6.799976000000015
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_104",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 21.700002599999948,
"y": 8.649985000000015
},
{
"x": 21.700002599999948,
"y": 8.638148600000022
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_105",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 23.99999799999989,
"y": 8.599997799999983
},
{
"x": 22.000001999999995,
"y": 8.599997799999983
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_106",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 22.000001999999995,
"y": 6.400002200000017
},
{
"x": 23.99999799999989,
"y": 6.400002200000017
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_94",
"pcb_component_id": "pcb_component_13",
"pcb_port_id": "pcb_port_94",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin1"
],
"x": 6.084965000000011,
"y": 3.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_94",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 6.084965000000011,
"y": 3.050036999999975,
"pcb_component_id": "pcb_component_13",
"pcb_smtpad_id": "pcb_smtpad_94",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_95",
"pcb_component_id": "pcb_component_13",
"pcb_port_id": "pcb_port_95",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin2"
],
"x": 6.084965000000011,
"y": 1.9499630000000252,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_95",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 6.084965000000011,
"y": 1.9499630000000252,
"pcb_component_id": "pcb_component_13",
"pcb_smtpad_id": "pcb_smtpad_95",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_96",
"pcb_component_id": "pcb_component_13",
"pcb_port_id": "pcb_port_96",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin3"
],
"x": 7.915034999999989,
"y": 1.9499630000000252,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_96",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 7.915034999999989,
"y": 1.9499630000000252,
"pcb_component_id": "pcb_component_13",
"pcb_smtpad_id": "pcb_smtpad_96",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_97",
"pcb_component_id": "pcb_component_13",
"pcb_port_id": "pcb_port_97",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin4"
],
"x": 7.915034999999989,
"y": 3.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_97",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 7.915034999999989,
"y": 3.050036999999975,
"pcb_component_id": "pcb_component_13",
"pcb_smtpad_id": "pcb_smtpad_97",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_107",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 6.750013200000012,
"y": 3.2499603999999636
},
{
"x": 6.9000001999999085,
"y": 3.2499603999999636
},
{
"x": 6.9000001999999085,
"y": 1.8499885999999606
},
{
"x": 6.9000001999999085,
"y": 1.8000013999999283
},
{
"x": 6.750013200000012,
"y": 1.8000013999999283
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_108",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 6.750013200000012,
"y": 3.2499603999999636
},
{
"x": 6.750013200000012,
"y": 1.7999760000000151
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_109",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 5.700002599999948,
"y": 3.649985000000015
},
{
"x": 5.700002599999948,
"y": 3.6381486000000223
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_110",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 7.999997999999891,
"y": 3.599997799999983
},
{
"x": 6.000001999999995,
"y": 3.599997799999983
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_111",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 6.000001999999995,
"y": 1.4000022000000172
},
{
"x": 7.999997999999891,
"y": 1.4000022000000172
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_98",
"pcb_component_id": "pcb_component_14",
"pcb_port_id": "pcb_port_98",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin1"
],
"x": 14.084965000000011,
"y": 3.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_98",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 14.084965000000011,
"y": 3.050036999999975,
"pcb_component_id": "pcb_component_14",
"pcb_smtpad_id": "pcb_smtpad_98",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_99",
"pcb_component_id": "pcb_component_14",
"pcb_port_id": "pcb_port_99",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin2"
],
"x": 14.084965000000011,
"y": 1.9499630000000252,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_99",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 14.084965000000011,
"y": 1.9499630000000252,
"pcb_component_id": "pcb_component_14",
"pcb_smtpad_id": "pcb_smtpad_99",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_100",
"pcb_component_id": "pcb_component_14",
"pcb_port_id": "pcb_port_100",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin3"
],
"x": 15.915034999999989,
"y": 1.9499630000000252,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_100",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 15.915034999999989,
"y": 1.9499630000000252,
"pcb_component_id": "pcb_component_14",
"pcb_smtpad_id": "pcb_smtpad_100",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_101",
"pcb_component_id": "pcb_component_14",
"pcb_port_id": "pcb_port_101",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin4"
],
"x": 15.915034999999989,
"y": 3.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_101",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 15.915034999999989,
"y": 3.050036999999975,
"pcb_component_id": "pcb_component_14",
"pcb_smtpad_id": "pcb_smtpad_101",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_112",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 14.750013200000012,
"y": 3.2499603999999636
},
{
"x": 14.900000199999909,
"y": 3.2499603999999636
},
{
"x": 14.900000199999909,
"y": 1.8499885999999606
},
{
"x": 14.900000199999909,
"y": 1.8000013999999283
},
{
"x": 14.750013200000012,
"y": 1.8000013999999283
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_113",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 14.750013200000012,
"y": 3.2499603999999636
},
{
"x": 14.750013200000012,
"y": 1.7999760000000151
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_114",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 13.700002599999948,
"y": 3.649985000000015
},
{
"x": 13.700002599999948,
"y": 3.6381486000000223
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_115",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 15.999997999999891,
"y": 3.599997799999983
},
{
"x": 14.000001999999995,
"y": 3.599997799999983
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_116",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 14.000001999999995,
"y": 1.4000022000000172
},
{
"x": 15.999997999999891,
"y": 1.4000022000000172
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_102",
"pcb_component_id": "pcb_component_15",
"pcb_port_id": "pcb_port_102",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin1"
],
"x": 22.08496500000001,
"y": 3.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_102",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 22.08496500000001,
"y": 3.050036999999975,
"pcb_component_id": "pcb_component_15",
"pcb_smtpad_id": "pcb_smtpad_102",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_103",
"pcb_component_id": "pcb_component_15",
"pcb_port_id": "pcb_port_103",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin2"
],
"x": 22.08496500000001,
"y": 1.9499630000000252,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_103",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 22.08496500000001,
"y": 1.9499630000000252,
"pcb_component_id": "pcb_component_15",
"pcb_smtpad_id": "pcb_smtpad_103",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_104",
"pcb_component_id": "pcb_component_15",
"pcb_port_id": "pcb_port_104",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin3"
],
"x": 23.91503499999999,
"y": 1.9499630000000252,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_104",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 23.91503499999999,
"y": 1.9499630000000252,
"pcb_component_id": "pcb_component_15",
"pcb_smtpad_id": "pcb_smtpad_104",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_105",
"pcb_component_id": "pcb_component_15",
"pcb_port_id": "pcb_port_105",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin4"
],
"x": 23.91503499999999,
"y": 3.050036999999975,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_105",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 23.91503499999999,
"y": 3.050036999999975,
"pcb_component_id": "pcb_component_15",
"pcb_smtpad_id": "pcb_smtpad_105",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_117",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 22.750013200000012,
"y": 3.2499603999999636
},
{
"x": 22.90000019999991,
"y": 3.2499603999999636
},
{
"x": 22.90000019999991,
"y": 1.8499885999999606
},
{
"x": 22.90000019999991,
"y": 1.8000013999999283
},
{
"x": 22.750013200000012,
"y": 1.8000013999999283
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_118",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 22.750013200000012,
"y": 3.2499603999999636
},
{
"x": 22.750013200000012,
"y": 1.7999760000000151
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_119",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 21.700002599999948,
"y": 3.649985000000015
},
{
"x": 21.700002599999948,
"y": 3.6381486000000223
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_120",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 23.99999799999989,
"y": 3.599997799999983
},
{
"x": 22.000001999999995,
"y": 3.599997799999983
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_121",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 22.000001999999995,
"y": 1.4000022000000172
},
{
"x": 23.99999799999989,
"y": 1.4000022000000172
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_106",
"pcb_component_id": "pcb_component_16",
"pcb_port_id": "pcb_port_106",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin1"
],
"x": -0.9150349999999889,
"y": 0.5500369999999748,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_106",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": -0.9150349999999889,
"y": 0.5500369999999748,
"pcb_component_id": "pcb_component_16",
"pcb_smtpad_id": "pcb_smtpad_106",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_107",
"pcb_component_id": "pcb_component_16",
"pcb_port_id": "pcb_port_107",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin2"
],
"x": -0.9150349999999889,
"y": -0.5500369999999748,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_107",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": -0.9150349999999889,
"y": -0.5500369999999748,
"pcb_component_id": "pcb_component_16",
"pcb_smtpad_id": "pcb_smtpad_107",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_108",
"pcb_component_id": "pcb_component_16",
"pcb_port_id": "pcb_port_108",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin3"
],
"x": 0.9150349999999889,
"y": -0.5500369999999748,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_108",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 0.9150349999999889,
"y": -0.5500369999999748,
"pcb_component_id": "pcb_component_16",
"pcb_smtpad_id": "pcb_smtpad_108",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_smtpad",
"pcb_smtpad_id": "pcb_smtpad_109",
"pcb_component_id": "pcb_component_16",
"pcb_port_id": "pcb_port_109",
"layer": "top",
"shape": "rect",
"width": 0.8999982,
"height": 0.6999986,
"port_hints": [
"pin4"
],
"x": 0.9150349999999889,
"y": 0.5500369999999748,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_solder_paste",
"pcb_solder_paste_id": "pcb_solder_paste_109",
"layer": "top",
"shape": "rect",
"width": 0.6299987399999999,
"height": 0.48999902,
"x": 0.9150349999999889,
"y": 0.5500369999999748,
"pcb_component_id": "pcb_component_16",
"pcb_smtpad_id": "pcb_smtpad_109",
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_122",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -0.24998679999998785,
"y": 0.7499603999999636
},
{
"x": -0.09999980000009145,
"y": 0.7499603999999636
},
{
"x": -0.09999980000009145,
"y": -0.6500114000000394
},
{
"x": -0.09999980000009145,
"y": -0.6999986000000717
},
{
"x": -0.24998679999998785,
"y": -0.6999986000000717
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_123",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -0.24998679999998785,
"y": 0.7499603999999636
},
{
"x": -0.24998679999998785,
"y": -0.7000239999999849
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_124",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -1.299997400000052,
"y": 1.1499850000000151
},
{
"x": -1.299997400000052,
"y": 1.1381486000000223
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_125",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": 0.9999979999998914,
"y": 1.0999977999999828
},
{
"x": -0.999998000000005,
"y": 1.0999977999999828
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_silkscreen_path",
"pcb_silkscreen_path_id": "pcb_silkscreen_path_126",
"pcb_component_id": null,
"layer": "top",
"route": [
{
"x": -0.999998000000005,
"y": -1.0999977999999828
},
{
"x": 0.9999979999998914,
"y": -1.0999977999999828
}
],
"stroke_width": 0.1,
"subcircuit_id": "subcircuit_source_group_0"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_0",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999993,
"y": -24.07003695000003,
"source_port_id": "source_port_0"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_1",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999993,
"y": -21.530036950000067,
"source_port_id": "source_port_1"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_2",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999993,
"y": -18.99003694999999,
"source_port_id": "source_port_2"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_3",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999993,
"y": -16.450036950000026,
"source_port_id": "source_port_3"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_4",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999991,
"y": -13.910036950000062,
"source_port_id": "source_port_4"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_5",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999991,
"y": -11.370036949999985,
"source_port_id": "source_port_5"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_6",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999991,
"y": -8.830036950000022,
"source_port_id": "source_port_6"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_7",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999991,
"y": -6.290036950000059,
"source_port_id": "source_port_7"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_8",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999991,
"y": -3.750036949999981,
"source_port_id": "source_port_8"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_9",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999991,
"y": -1.2100369500000177,
"source_port_id": "source_port_9"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_10",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999991,
"y": 1.329963049999946,
"source_port_id": "source_port_10"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_11",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999991,
"y": 3.8699630500000235,
"source_port_id": "source_port_11"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_12",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999991,
"y": 6.409963049999987,
"source_port_id": "source_port_12"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_13",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999991,
"y": 8.949963049999951,
"source_port_id": "source_port_13"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_14",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999991,
"y": 11.489963049999915,
"source_port_id": "source_port_14"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_15",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999991,
"y": 14.029963049999992,
"source_port_id": "source_port_15"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_16",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999989,
"y": 16.569963049999956,
"source_port_id": "source_port_16"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_17",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999989,
"y": 19.10996304999992,
"source_port_id": "source_port_17"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_18",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999989,
"y": 21.649963049999997,
"source_port_id": "source_port_18"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_19",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -5.310026999999989,
"y": 24.18996304999996,
"source_port_id": "source_port_19"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_20",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": 24.18996304999996,
"source_port_id": "source_port_20"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_21",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": 21.649963049999997,
"source_port_id": "source_port_21"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_22",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": 19.10996304999992,
"source_port_id": "source_port_22"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_23",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": 16.569963049999956,
"source_port_id": "source_port_23"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_24",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": 14.029963049999992,
"source_port_id": "source_port_24"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_25",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": 11.489963049999915,
"source_port_id": "source_port_25"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_26",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": 8.949963049999951,
"source_port_id": "source_port_26"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_27",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": 6.4099630499999884,
"source_port_id": "source_port_27"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_28",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": 3.8699630500000244,
"source_port_id": "source_port_28"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_29",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": 1.3299630499999473,
"source_port_id": "source_port_29"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_30",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": -1.2100369500000163,
"source_port_id": "source_port_30"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_31",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": -3.75003694999998,
"source_port_id": "source_port_31"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_32",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": -6.290036950000057,
"source_port_id": "source_port_32"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_33",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": -8.830036950000022,
"source_port_id": "source_port_33"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_34",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": -11.370036949999985,
"source_port_id": "source_port_34"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_35",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": -13.910036950000062,
"source_port_id": "source_port_35"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_36",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": -16.450036950000026,
"source_port_id": "source_port_36"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_37",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": -18.99003694999999,
"source_port_id": "source_port_37"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_38",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": -21.530036950000067,
"source_port_id": "source_port_38"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_39",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -24.68997300000001,
"y": -24.07003695000003,
"source_port_id": "source_port_39"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_40",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -12.500259000000028,
"y": -10.940014949999977,
"source_port_id": "source_port_40"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_41",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -12.500259000000028,
"y": -13.44013695000001,
"source_port_id": "source_port_41"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_42",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -12.500259000000028,
"y": -15.940004950000002,
"source_port_id": "source_port_42"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_43",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -14.00012900000013,
"y": -24.239962950000063,
"source_port_id": "source_port_43"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_44",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -16.000125000000025,
"y": -24.239962950000063,
"source_port_id": "source_port_44"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_45",
"pcb_component_id": "pcb_component_0",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -15.000127000000022,
"y": -20.939994949999914,
"source_port_id": "source_port_45"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_46",
"pcb_component_id": "pcb_component_1",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 6.084965000000011,
"y": 23.050036999999975,
"source_port_id": "source_port_46"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_47",
"pcb_component_id": "pcb_component_1",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 6.084965000000011,
"y": 21.949963000000025,
"source_port_id": "source_port_47"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_48",
"pcb_component_id": "pcb_component_1",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 7.915034999999989,
"y": 21.949963000000025,
"source_port_id": "source_port_48"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_49",
"pcb_component_id": "pcb_component_1",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 7.915034999999989,
"y": 23.050036999999975,
"source_port_id": "source_port_49"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_50",
"pcb_component_id": "pcb_component_2",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 14.084965000000011,
"y": 23.050036999999975,
"source_port_id": "source_port_50"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_51",
"pcb_component_id": "pcb_component_2",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 14.084965000000011,
"y": 21.949963000000025,
"source_port_id": "source_port_51"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_52",
"pcb_component_id": "pcb_component_2",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 15.915034999999989,
"y": 21.949963000000025,
"source_port_id": "source_port_52"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_53",
"pcb_component_id": "pcb_component_2",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 15.915034999999989,
"y": 23.050036999999975,
"source_port_id": "source_port_53"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_54",
"pcb_component_id": "pcb_component_3",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 22.08496500000001,
"y": 23.050036999999975,
"source_port_id": "source_port_54"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_55",
"pcb_component_id": "pcb_component_3",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 22.08496500000001,
"y": 21.949963000000025,
"source_port_id": "source_port_55"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_56",
"pcb_component_id": "pcb_component_3",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 23.91503499999999,
"y": 21.949963000000025,
"source_port_id": "source_port_56"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_57",
"pcb_component_id": "pcb_component_3",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 23.91503499999999,
"y": 23.050036999999975,
"source_port_id": "source_port_57"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_58",
"pcb_component_id": "pcb_component_4",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 6.084965000000011,
"y": 18.050036999999975,
"source_port_id": "source_port_58"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_59",
"pcb_component_id": "pcb_component_4",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 6.084965000000011,
"y": 16.949963000000025,
"source_port_id": "source_port_59"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_60",
"pcb_component_id": "pcb_component_4",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 7.915034999999989,
"y": 16.949963000000025,
"source_port_id": "source_port_60"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_61",
"pcb_component_id": "pcb_component_4",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 7.915034999999989,
"y": 18.050036999999975,
"source_port_id": "source_port_61"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_62",
"pcb_component_id": "pcb_component_5",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 14.084965000000011,
"y": 18.050036999999975,
"source_port_id": "source_port_62"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_63",
"pcb_component_id": "pcb_component_5",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 14.084965000000011,
"y": 16.949963000000025,
"source_port_id": "source_port_63"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_64",
"pcb_component_id": "pcb_component_5",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 15.915034999999989,
"y": 16.949963000000025,
"source_port_id": "source_port_64"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_65",
"pcb_component_id": "pcb_component_5",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 15.915034999999989,
"y": 18.050036999999975,
"source_port_id": "source_port_65"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_66",
"pcb_component_id": "pcb_component_6",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 22.08496500000001,
"y": 18.050036999999975,
"source_port_id": "source_port_66"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_67",
"pcb_component_id": "pcb_component_6",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 22.08496500000001,
"y": 16.949963000000025,
"source_port_id": "source_port_67"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_68",
"pcb_component_id": "pcb_component_6",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 23.91503499999999,
"y": 16.949963000000025,
"source_port_id": "source_port_68"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_69",
"pcb_component_id": "pcb_component_6",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 23.91503499999999,
"y": 18.050036999999975,
"source_port_id": "source_port_69"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_70",
"pcb_component_id": "pcb_component_7",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 6.084965000000011,
"y": 13.050036999999975,
"source_port_id": "source_port_70"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_71",
"pcb_component_id": "pcb_component_7",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 6.084965000000011,
"y": 11.949963000000025,
"source_port_id": "source_port_71"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_72",
"pcb_component_id": "pcb_component_7",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 7.915034999999989,
"y": 11.949963000000025,
"source_port_id": "source_port_72"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_73",
"pcb_component_id": "pcb_component_7",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 7.915034999999989,
"y": 13.050036999999975,
"source_port_id": "source_port_73"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_74",
"pcb_component_id": "pcb_component_8",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 14.084965000000011,
"y": 13.050036999999975,
"source_port_id": "source_port_74"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_75",
"pcb_component_id": "pcb_component_8",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 14.084965000000011,
"y": 11.949963000000025,
"source_port_id": "source_port_75"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_76",
"pcb_component_id": "pcb_component_8",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 15.915034999999989,
"y": 11.949963000000025,
"source_port_id": "source_port_76"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_77",
"pcb_component_id": "pcb_component_8",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 15.915034999999989,
"y": 13.050036999999975,
"source_port_id": "source_port_77"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_78",
"pcb_component_id": "pcb_component_9",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 22.08496500000001,
"y": 13.050036999999975,
"source_port_id": "source_port_78"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_79",
"pcb_component_id": "pcb_component_9",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 22.08496500000001,
"y": 11.949963000000025,
"source_port_id": "source_port_79"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_80",
"pcb_component_id": "pcb_component_9",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 23.91503499999999,
"y": 11.949963000000025,
"source_port_id": "source_port_80"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_81",
"pcb_component_id": "pcb_component_9",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 23.91503499999999,
"y": 13.050036999999975,
"source_port_id": "source_port_81"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_82",
"pcb_component_id": "pcb_component_10",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 6.084965000000011,
"y": 8.050036999999975,
"source_port_id": "source_port_82"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_83",
"pcb_component_id": "pcb_component_10",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 6.084965000000011,
"y": 6.949963000000025,
"source_port_id": "source_port_83"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_84",
"pcb_component_id": "pcb_component_10",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 7.915034999999989,
"y": 6.949963000000025,
"source_port_id": "source_port_84"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_85",
"pcb_component_id": "pcb_component_10",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 7.915034999999989,
"y": 8.050036999999975,
"source_port_id": "source_port_85"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_86",
"pcb_component_id": "pcb_component_11",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 14.084965000000011,
"y": 8.050036999999975,
"source_port_id": "source_port_86"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_87",
"pcb_component_id": "pcb_component_11",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 14.084965000000011,
"y": 6.949963000000025,
"source_port_id": "source_port_87"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_88",
"pcb_component_id": "pcb_component_11",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 15.915034999999989,
"y": 6.949963000000025,
"source_port_id": "source_port_88"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_89",
"pcb_component_id": "pcb_component_11",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 15.915034999999989,
"y": 8.050036999999975,
"source_port_id": "source_port_89"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_90",
"pcb_component_id": "pcb_component_12",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 22.08496500000001,
"y": 8.050036999999975,
"source_port_id": "source_port_90"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_91",
"pcb_component_id": "pcb_component_12",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 22.08496500000001,
"y": 6.949963000000025,
"source_port_id": "source_port_91"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_92",
"pcb_component_id": "pcb_component_12",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 23.91503499999999,
"y": 6.949963000000025,
"source_port_id": "source_port_92"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_93",
"pcb_component_id": "pcb_component_12",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 23.91503499999999,
"y": 8.050036999999975,
"source_port_id": "source_port_93"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_94",
"pcb_component_id": "pcb_component_13",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 6.084965000000011,
"y": 3.050036999999975,
"source_port_id": "source_port_94"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_95",
"pcb_component_id": "pcb_component_13",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 6.084965000000011,
"y": 1.9499630000000252,
"source_port_id": "source_port_95"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_96",
"pcb_component_id": "pcb_component_13",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 7.915034999999989,
"y": 1.9499630000000252,
"source_port_id": "source_port_96"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_97",
"pcb_component_id": "pcb_component_13",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 7.915034999999989,
"y": 3.050036999999975,
"source_port_id": "source_port_97"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_98",
"pcb_component_id": "pcb_component_14",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 14.084965000000011,
"y": 3.050036999999975,
"source_port_id": "source_port_98"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_99",
"pcb_component_id": "pcb_component_14",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 14.084965000000011,
"y": 1.9499630000000252,
"source_port_id": "source_port_99"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_100",
"pcb_component_id": "pcb_component_14",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 15.915034999999989,
"y": 1.9499630000000252,
"source_port_id": "source_port_100"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_101",
"pcb_component_id": "pcb_component_14",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 15.915034999999989,
"y": 3.050036999999975,
"source_port_id": "source_port_101"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_102",
"pcb_component_id": "pcb_component_15",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 22.08496500000001,
"y": 3.050036999999975,
"source_port_id": "source_port_102"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_103",
"pcb_component_id": "pcb_component_15",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 22.08496500000001,
"y": 1.9499630000000252,
"source_port_id": "source_port_103"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_104",
"pcb_component_id": "pcb_component_15",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 23.91503499999999,
"y": 1.9499630000000252,
"source_port_id": "source_port_104"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_105",
"pcb_component_id": "pcb_component_15",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 23.91503499999999,
"y": 3.050036999999975,
"source_port_id": "source_port_105"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_106",
"pcb_component_id": "pcb_component_16",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -0.9150349999999889,
"y": 0.5500369999999748,
"source_port_id": "source_port_106"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_107",
"pcb_component_id": "pcb_component_16",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": -0.9150349999999889,
"y": -0.5500369999999748,
"source_port_id": "source_port_107"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_108",
"pcb_component_id": "pcb_component_16",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 0.9150349999999889,
"y": -0.5500369999999748,
"source_port_id": "source_port_108"
},
{
"type": "pcb_port",
"pcb_port_id": "pcb_port_109",
"pcb_component_id": "pcb_component_16",
"layers": [
"top"
],
"subcircuit_id": "subcircuit_source_group_0",
"x": 0.9150349999999889,
"y": 0.5500369999999748,
"source_port_id": "source_port_109"
},
{
"type": "cad_component",
"cad_component_id": "cad_component_0",
"position": {
"x": -15,
"y": 0.059963049999964824,
"z": 0.7
},
"rotation": {
"x": 0,
"y": 0,
"z": 90
},
"pcb_component_id": "pcb_component_0",
"source_component_id": "source_component_0",
"model_obj_url": "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=07c2e528ec9a4008b33211831b7000e1&pn=C7203003&cachebust_origin="
},
{
"type": "cad_component",
"cad_component_id": "cad_component_1",
"position": {
"x": 7,
"y": 22.5,
"z": 0.6299999999999999
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
},
"pcb_component_id": "pcb_component_1",
"source_component_id": "source_component_1",
"model_obj_url": "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=caa88715b11f4aa189b02e52bbb84e4f&pn=C965555&cachebust_origin="
},
{
"type": "cad_component",
"cad_component_id": "cad_component_2",
"position": {
"x": 15,
"y": 22.5,
"z": 0.6299999999999999
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
},
"pcb_component_id": "pcb_component_2",
"source_component_id": "source_component_2",
"model_obj_url": "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=caa88715b11f4aa189b02e52bbb84e4f&pn=C965555&cachebust_origin="
},
{
"type": "cad_component",
"cad_component_id": "cad_component_3",
"position": {
"x": 23,
"y": 22.5,
"z": 0.6299999999999999
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
},
"pcb_component_id": "pcb_component_3",
"source_component_id": "source_component_3",
"model_obj_url": "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=caa88715b11f4aa189b02e52bbb84e4f&pn=C965555&cachebust_origin="
},
{
"type": "cad_component",
"cad_component_id": "cad_component_4",
"position": {
"x": 7,
"y": 17.5,
"z": 0.6299999999999999
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
},
"pcb_component_id": "pcb_component_4",
"source_component_id": "source_component_4",
"model_obj_url": "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=caa88715b11f4aa189b02e52bbb84e4f&pn=C965555&cachebust_origin="
},
{
"type": "cad_component",
"cad_component_id": "cad_component_5",
"position": {
"x": 15,
"y": 17.5,
"z": 0.6299999999999999
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
},
"pcb_component_id": "pcb_component_5",
"source_component_id": "source_component_5",
"model_obj_url": "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=caa88715b11f4aa189b02e52bbb84e4f&pn=C965555&cachebust_origin="
},
{
"type": "cad_component",
"cad_component_id": "cad_component_6",
"position": {
"x": 23,
"y": 17.5,
"z": 0.6299999999999999
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
},
"pcb_component_id": "pcb_component_6",
"source_component_id": "source_component_6",
"model_obj_url": "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=caa88715b11f4aa189b02e52bbb84e4f&pn=C965555&cachebust_origin="
},
{
"type": "cad_component",
"cad_component_id": "cad_component_7",
"position": {
"x": 7,
"y": 12.5,
"z": 0.6299999999999999
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
},
"pcb_component_id": "pcb_component_7",
"source_component_id": "source_component_7",
"model_obj_url": "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=caa88715b11f4aa189b02e52bbb84e4f&pn=C965555&cachebust_origin="
},
{
"type": "cad_component",
"cad_component_id": "cad_component_8",
"position": {
"x": 15,
"y": 12.5,
"z": 0.6299999999999999
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
},
"pcb_component_id": "pcb_component_8",
"source_component_id": "source_component_8",
"model_obj_url": "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=caa88715b11f4aa189b02e52bbb84e4f&pn=C965555&cachebust_origin="
},
{
"type": "cad_component",
"cad_component_id": "cad_component_9",
"position": {
"x": 23,
"y": 12.5,
"z": 0.6299999999999999
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
},
"pcb_component_id": "pcb_component_9",
"source_component_id": "source_component_9",
"model_obj_url": "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=caa88715b11f4aa189b02e52bbb84e4f&pn=C965555&cachebust_origin="
},
{
"type": "cad_component",
"cad_component_id": "cad_component_10",
"position": {
"x": 7,
"y": 7.5,
"z": 0.6299999999999999
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
},
"pcb_component_id": "pcb_component_10",
"source_component_id": "source_component_10",
"model_obj_url": "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=caa88715b11f4aa189b02e52bbb84e4f&pn=C965555&cachebust_origin="
},
{
"type": "cad_component",
"cad_component_id": "cad_component_11",
"position": {
"x": 15,
"y": 7.5,
"z": 0.6299999999999999
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
},
"pcb_component_id": "pcb_component_11",
"source_component_id": "source_component_11",
"model_obj_url": "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=caa88715b11f4aa189b02e52bbb84e4f&pn=C965555&cachebust_origin="
},
{
"type": "cad_component",
"cad_component_id": "cad_component_12",
"position": {
"x": 23,
"y": 7.5,
"z": 0.6299999999999999
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
},
"pcb_component_id": "pcb_component_12",
"source_component_id": "source_component_12",
"model_obj_url": "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=caa88715b11f4aa189b02e52bbb84e4f&pn=C965555&cachebust_origin="
},
{
"type": "cad_component",
"cad_component_id": "cad_component_13",
"position": {
"x": 7,
"y": 2.5,
"z": 0.6299999999999999
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
},
"pcb_component_id": "pcb_component_13",
"source_component_id": "source_component_13",
"model_obj_url": "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=caa88715b11f4aa189b02e52bbb84e4f&pn=C965555&cachebust_origin="
},
{
"type": "cad_component",
"cad_component_id": "cad_component_14",
"position": {
"x": 15,
"y": 2.5,
"z": 0.6299999999999999
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
},
"pcb_component_id": "pcb_component_14",
"source_component_id": "source_component_14",
"model_obj_url": "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=caa88715b11f4aa189b02e52bbb84e4f&pn=C965555&cachebust_origin="
},
{
"type": "cad_component",
"cad_component_id": "cad_component_15",
"position": {
"x": 23,
"y": 2.5,
"z": 0.6299999999999999
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
},
"pcb_component_id": "pcb_component_15",
"source_component_id": "source_component_15",
"model_obj_url": "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=caa88715b11f4aa189b02e52bbb84e4f&pn=C965555&cachebust_origin="
},
{
"type": "cad_component",
"cad_component_id": "cad_component_16",
"position": {
"x": 0,
"y": 0,
"z": 0.6299999999999999
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
},
"pcb_component_id": "pcb_component_16",
"source_component_id": "source_component_16",
"model_obj_url": "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=caa88715b11f4aa189b02e52bbb84e4f&pn=C965555&cachebust_origin="
},
{
"type": "pcb_autorouting_error",
"pcb_autorouting_error_id": "pcb_autorouting_error_0",
"pcb_error_id": "pcb_autorouter_error_subcircuit_subcircuit_source_group_0",
"message": "Routing failed"
}
]