rev4.2 work: allow selecting between Vdac1 and JP300 for U400 hi; better RV50x footprints, misc stuff
This commit is contained in:
parent
7bef293e32
commit
8e47d391e7
15
README.md
15
README.md
|
@ -81,7 +81,7 @@ be found on the PCB silkscreen.
|
|||
|
||||
| Ref | Quantity | Product | Footprint | Description | Notes |
|
||||
|:---- | --------:|:-------------- |:----------- |:----------- |:----- |
|
||||
| RV500, RV501 | 2 | Potentiometer | THT 2.54mm 1x3 | Potentiometer with colinear leads. | Used for optional manual control of parameters. |
|
||||
| RV500, RV501 | 2 | Bourns 3386F/P/U and clones, eg. Suntan TSR-3386 | THT 2.54mm 1x3 | Potentiometer. | Used for optional manual control of parameters. |
|
||||
|
||||
### If you need the "emergency reset button"
|
||||
|
||||
|
@ -89,7 +89,7 @@ be found on the PCB silkscreen.
|
|||
|:---- | --------:|:-------------- |:----------- |:----------- |:----- |
|
||||
| SW1 | 1 | Push button | THT 4-lead 6x6mm | Two-by-two push button switch, generic | Make sure the bends in the pushbutton leads are parallell with the lines on the silkscreen. |
|
||||
| R1 | 1 | 220k | 0805 | Resistor | Pullup/pulldown resistors. |
|
||||
| D101 | 1 | 1N4001 | SOD-123 | Generic or Schottky diode. | Reset diode to pull down the Pico's 3V3_EN line (which can be at an indeterminate voltage). |
|
||||
| D101 | 1 | 1N4001 | SOD-123 | Generic or Schottky diode. | Reset diode to pull down the Pico's `3V3_EN` line (which can be at an indeterminate voltage). |
|
||||
|
||||
The emergency reset button will stop U100, and disable most other ICs (eg. U400, U200).
|
||||
|
||||
|
@ -100,15 +100,14 @@ The DAC can be used for the level shifter, crowbar glitcher and SPDT glitcher
|
|||
|
||||
| Ref | Quantity | Product | Footprint | Description | Notes |
|
||||
|:---- | --------:|:-------------- |:----------- |:----------- |:----- |
|
||||
| U401 | 1 | MCP4802 | SOIC-8 3.9x4.9 (U401a) -OR- MSOP-8 3x3mm P0.65mm (U401b) | 2-channel 8-bit DAC, SPI interface. | DAC, optional. If not placed, you probably want to short JP500, and short the two leads as indicated on the silkscreen. SOIC and MSOP both work. MCP4812 or MCP4822 can be used, too. |
|
||||
| R500, R501 | 2 | 220k | 0805 | Generic resistor | Voltage divider for max voltage sensing of U401. Only needed if you place the DAC (U401). |
|
||||
| U401 | 1 | MCP4802 | SOIC-8 3.9x4.9 (U401a) *OR* MSOP-8 3x3mm P0.65mm (U401b) | 2-channel 8-bit DAC, SPI interface. | DAC, optional. If not placed, you probably want to short JP500, and short the two leads as indicated on the silkscreen. SOIC and MSOP both work. MCP4812 or MCP4822 can be used, too. |
|
||||
| C401 | 1 | 10 nF | 0805 | Unpolarized (MLCC) capacitor | Decoupling capacitor for U401. Optional. |
|
||||
|
||||
### If you need the level shifter
|
||||
|
||||
| Ref | Quantity | Product | Footprint | Description | Notes |
|
||||
|:---- | --------:|:-------------- |:----------- |:----------- |:----- |
|
||||
| U200 | 1 | TXS0108EPW -OR- NXS0108PW | TSSOP-20 4.4x6.5mm P0.65mm | Bidirectional level-shifting voltage translator | The level shifter. Source from TI or Nexperia. |
|
||||
| U200 | 1 | TXS0108EPW *OR* NXS0108PW *OR* NTS0308EPWJ *OR* MAX3001EAUP+ | TSSOP-20 4.4x6.5mm P0.65mm | Bidirectional level-shifting voltage translator | The level shifter. Source from TI, Nexperia, NXP or Maxim. LSF-style level shifters cannot be used. |
|
||||
| R200 | 1 | 47k | 0805 | Pulldown resistor | Used for the enable line of U200. |
|
||||
| JP200 | 1 | Pin header 02x04 | THT 2.54mm 02x04 | Level shifter external voltage selector. | Place a generic pin header here, use a pin shunt to select the voltage. |
|
||||
|
||||
|
@ -131,8 +130,8 @@ Note, Q300 and Q301 are selected by separate GPIO lines on the Pico.
|
|||
| Ref | Quantity | Product | Footprint | Description | Notes |
|
||||
|:---- | --------:|:-------------- |:----------- |:----------- |:----- |
|
||||
| U400 | 1 | MAX4619CSE+ | SOIC-8 3.9x4.9mm | Triple analog SPDT switch | Fast SPDT switch IC, used for glitching (selecting between high and low voltage levels). |
|
||||
| R400 | 1 | 22k | 0805 | Generic resistor | Pullup/pulldown resistors for the enable line of U400. Can be used instead of D400. |
|
||||
| D400 | 1 | 1N4001 | SOD-123 | Generic or Schottky diode | Pulldown diode for the INHIBIT line of U400. Can be used instead of R400. |
|
||||
| R401 | 1 | 220k | 0805 | Generic resistor | Pullup/pulldown resistors for the enable line of U400. |
|
||||
| R400 | 1 | 22k | 0805 | Generic resistor | Pullup/pulldown resistors for the enable line of U400. Can be used instead of D400, but this one has preference. |
|
||||
| D400 | 1 | 1N4001 | SOD-123 | Generic or Schottky diode | Pulldown diode for the INHIBIT line of U400. Can be used instead of R400, but prefer using R400. |
|
||||
| R401 | 1 | 220k | 0805 | Generic resistor | Pullup/pulldown resistors for the enable/inhibit line of U400. |
|
||||
| C400 | 1 | 10 nF | 0805 | Unpolarized (MLCC) capacitor | Decoupling capacitor for U400. Optional. |
|
||||
|
||||
|
|
|
@ -393,7 +393,7 @@
|
|||
(property "Value" "R_Potentiometer" (id 1) (at 88.3921 72.9866 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
)
|
||||
(property "Footprint" "Potentiometer_THT:Potentiometer_Vishay_T73XW_Horizontal" (id 2) (at 90.17 71.12 0)
|
||||
(property "Footprint" "Potentiometer_THT:Potentiometer_Bourns_3386F_Vertical" (id 2) (at 90.17 71.12 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 90.17 71.12 0)
|
||||
|
@ -480,7 +480,7 @@
|
|||
(property "Value" "R_Potentiometer" (id 1) (at 111.2521 99.6566 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
)
|
||||
(property "Footprint" "Potentiometer_THT:Potentiometer_Vishay_T73XW_Horizontal" (id 2) (at 113.03 97.79 0)
|
||||
(property "Footprint" "Potentiometer_THT:Potentiometer_Bourns_3386F_Vertical" (id 2) (at 113.03 97.79 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 113.03 97.79 0)
|
||||
|
|
|
@ -1812,7 +1812,7 @@
|
|||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 2dd40cb1-e9ea-4d1c-9fcc-e8f6d68c1f9e)
|
||||
)
|
||||
(wire (pts (xy 208.28 53.34) (xy 255.27 53.34))
|
||||
(wire (pts (xy 224.79 53.34) (xy 255.27 53.34))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 2ec9be40-1d5a-4e2d-8a4d-4be2d3c079d5)
|
||||
)
|
||||
|
@ -1948,7 +1948,7 @@
|
|||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 5576cd03-3bad-40c5-9316-1d286895d52a)
|
||||
)
|
||||
(wire (pts (xy 208.28 48.26) (xy 217.17 48.26))
|
||||
(wire (pts (xy 224.79 48.26) (xy 233.68 48.26))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 55cff608-ab38-48d9-ac09-2d0a877ceca1)
|
||||
)
|
||||
|
@ -2006,7 +2006,7 @@
|
|||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 645bdbdc-8f65-42ef-a021-2d3e7d74a739)
|
||||
)
|
||||
(wire (pts (xy 208.28 43.18) (xy 212.09 43.18))
|
||||
(wire (pts (xy 224.79 43.18) (xy 228.6 43.18))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 680c3e83-f590-4924-85a1-36d51b076683)
|
||||
)
|
||||
|
@ -2457,11 +2457,11 @@
|
|||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid df3dc9a2-ba40-4c3a-87fe-61cc8e23d71b)
|
||||
)
|
||||
(wire (pts (xy 208.28 45.72) (xy 212.09 45.72))
|
||||
(wire (pts (xy 224.79 45.72) (xy 228.6 45.72))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid e07e1653-d05d-4bf2-bea3-6515a06de065)
|
||||
)
|
||||
(wire (pts (xy 208.28 50.8) (xy 217.17 50.8))
|
||||
(wire (pts (xy 224.79 50.8) (xy 233.68 50.8))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid e0b36e60-bb2b-489c-a764-1b81e551ce62)
|
||||
)
|
||||
|
@ -2647,7 +2647,7 @@
|
|||
(uuid ef3dded2-639c-45d4-8076-84cfb5189592)
|
||||
)
|
||||
|
||||
(label "SWCLK" (at 217.17 48.26 180)
|
||||
(label "SWCLK" (at 233.68 48.26 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
(uuid 0fc912fd-5036-4a55-b598-a9af40810824)
|
||||
)
|
||||
|
@ -2687,7 +2687,7 @@
|
|||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
(uuid dfcef016-1bf5-4158-8a79-72d38a522877)
|
||||
)
|
||||
(label "SWDIO" (at 217.17 50.8 180)
|
||||
(label "SWDIO" (at 233.68 50.8 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
(uuid f47374c3-cb2a-4769-880f-830c9b19222e)
|
||||
)
|
||||
|
@ -2745,13 +2745,6 @@
|
|||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||
)
|
||||
)
|
||||
(global_label "MAX_SW_A" (shape input) (at 254 124.46 0) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 12f96445-9459-452b-b9b7-9d52750528df)
|
||||
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 467.36 226.06 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(global_label "TRIG_IN" (shape input) (at 213.36 124.46 180) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 1317ff66-8ecf-46c9-9612-8d2eae03c537)
|
||||
|
@ -2759,6 +2752,13 @@
|
|||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(global_label "MAX_SW_A" (shape input) (at 254 124.46 0) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 1470d71c-524a-4e0a-835d-48ad093dc97a)
|
||||
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 467.36 226.06 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
(global_label "ADC1" (shape input) (at 137.16 177.8 0) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 152cd84e-bbed-4df5-a866-d1ab977b0966)
|
||||
|
@ -4162,15 +4162,15 @@
|
|||
(pin "1" (uuid 8566a99d-19a7-45d1-9b0c-561f0d7e237d))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Connector_Generic:Conn_01x05") (at 203.2 48.26 180) (unit 1)
|
||||
(symbol (lib_id "Connector_Generic:Conn_01x05") (at 219.71 48.26 180) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid 00000000-0000-0000-0000-000062cc5616)
|
||||
(property "Reference" "J101" (id 0) (at 205.2828 37.465 0))
|
||||
(property "Value" "Conn_01x05" (id 1) (at 205.2828 39.7764 0))
|
||||
(property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" (id 2) (at 203.2 48.26 0)
|
||||
(property "Reference" "J101" (id 0) (at 221.7928 37.465 0))
|
||||
(property "Value" "Conn_01x05" (id 1) (at 221.7928 39.7764 0))
|
||||
(property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" (id 2) (at 219.71 48.26 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 203.2 48.26 0)
|
||||
(property "Datasheet" "~" (id 3) (at 219.71 48.26 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 6d3d5a17-1dc1-4b4d-b3ac-05b8801f79eb))
|
||||
|
@ -4180,37 +4180,37 @@
|
|||
(pin "5" (uuid ad9e1efe-c964-4ebd-a3b5-a80fbfe06cf2))
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:+3V3") (at 212.09 45.72 270) (unit 1)
|
||||
(symbol (lib_id "power:+3V3") (at 228.6 45.72 270) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid 00000000-0000-0000-0000-000062cd93d1)
|
||||
(property "Reference" "#PWR0151" (id 0) (at 208.28 45.72 0)
|
||||
(property "Reference" "#PWR0151" (id 0) (at 224.79 45.72 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "+3V3" (id 1) (at 215.3412 46.101 90)
|
||||
(property "Value" "+3V3" (id 1) (at 231.8512 46.101 90)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 212.09 45.72 0)
|
||||
(property "Footprint" "" (id 2) (at 228.6 45.72 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 212.09 45.72 0)
|
||||
(property "Datasheet" "" (id 3) (at 228.6 45.72 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 18d7951e-c51a-42ed-8f8c-8febecc9a4f2))
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 212.09 43.18 90) (unit 1)
|
||||
(symbol (lib_id "power:GND") (at 228.6 43.18 90) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid 00000000-0000-0000-0000-000062cd93d9)
|
||||
(property "Reference" "#PWR0154" (id 0) (at 218.44 43.18 0)
|
||||
(property "Reference" "#PWR0154" (id 0) (at 234.95 43.18 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (id 1) (at 215.3412 43.053 90)
|
||||
(property "Value" "GND" (id 1) (at 231.8512 43.053 90)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 212.09 43.18 0)
|
||||
(property "Footprint" "" (id 2) (at 228.6 43.18 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 212.09 43.18 0)
|
||||
(property "Datasheet" "" (id 3) (at 228.6 43.18 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 7418d2e0-8530-4316-92ec-ca204aea76fb))
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,12 +1,12 @@
|
|||
%TF.GenerationSoftware,KiCad,Pcbnew,6.0.1*%
|
||||
%TF.CreationDate,2022-03-30T17:28:01+02:00*%
|
||||
%TF.CreationDate,2022-04-02T05:11:13+02:00*%
|
||||
%TF.ProjectId,glitcher,676c6974-6368-4657-922e-6b696361645f,4*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Soldermask,Bot*%
|
||||
%TF.FilePolarity,Negative*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 6.0.1) date 2022-03-30 17:28:01*
|
||||
G04 Created by KiCad (PCBNEW 6.0.1) date 2022-04-02 05:11:13*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
|
@ -29,12 +29,12 @@ G04 Aperture macros list*
|
|||
20,1,$1+$1,$6,$7,$8,$9,0*
|
||||
20,1,$1+$1,$8,$9,$2,$3,0*%
|
||||
G04 Aperture macros list end*
|
||||
%ADD10R,5.080000X1.500000*%
|
||||
%ADD11C,0.800000*%
|
||||
%ADD12C,6.400000*%
|
||||
%ADD13R,1.700000X1.700000*%
|
||||
%ADD14O,1.700000X1.700000*%
|
||||
%ADD15C,1.440000*%
|
||||
%ADD10C,1.440000*%
|
||||
%ADD11R,5.080000X1.500000*%
|
||||
%ADD12C,0.800000*%
|
||||
%ADD13C,6.400000*%
|
||||
%ADD14R,1.700000X1.700000*%
|
||||
%ADD15O,1.700000X1.700000*%
|
||||
%ADD16O,1.500000X1.500000*%
|
||||
%ADD17O,1.800000X1.800000*%
|
||||
%ADD18R,1.000000X1.000000*%
|
||||
|
@ -52,11 +52,32 @@ G04 Aperture macros list end*
|
|||
%ADD30RoundRect,0.150000X0.725000X0.150000X-0.725000X0.150000X-0.725000X-0.150000X0.725000X-0.150000X0*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
%TO.C,REF\u002A\u002A*%
|
||||
X81026000Y-110998000D03*
|
||||
X81026000Y-108458000D03*
|
||||
X81026000Y-105918000D03*
|
||||
%TD*%
|
||||
%TO.C,REF\u002A\u002A*%
|
||||
X81153000Y-99695000D03*
|
||||
X81153000Y-97155000D03*
|
||||
X81153000Y-94615000D03*
|
||||
%TD*%
|
||||
%TO.C,RV501*%
|
||||
X78371000Y-110998000D03*
|
||||
X83451000Y-108458000D03*
|
||||
X78371000Y-105918000D03*
|
||||
%TD*%
|
||||
%TO.C,RV500*%
|
||||
X78486000Y-99695000D03*
|
||||
X83566000Y-97155000D03*
|
||||
X78486000Y-94615000D03*
|
||||
%TD*%
|
||||
D11*
|
||||
%TO.C,J206*%
|
||||
X159845000Y-83037000D03*
|
||||
X159845000Y-91537000D03*
|
||||
%TD*%
|
||||
D11*
|
||||
D12*
|
||||
%TO.C,H3*%
|
||||
X160896000Y-122682000D03*
|
||||
X156798944Y-120984944D03*
|
||||
|
@ -65,15 +86,15 @@ X156798944Y-124379056D03*
|
|||
X160193056Y-120984944D03*
|
||||
X160193056Y-124379056D03*
|
||||
X158496000Y-120282000D03*
|
||||
D12*
|
||||
D13*
|
||||
X158496000Y-122682000D03*
|
||||
D11*
|
||||
D12*
|
||||
X156096000Y-122682000D03*
|
||||
%TD*%
|
||||
D13*
|
||||
D14*
|
||||
%TO.C,JP300*%
|
||||
X93091000Y-93472000D03*
|
||||
D14*
|
||||
D15*
|
||||
X93091000Y-96012000D03*
|
||||
X93091000Y-98552000D03*
|
||||
X93091000Y-101092000D03*
|
||||
|
@ -82,10 +103,10 @@ X95631000Y-101092000D03*
|
|||
X95631000Y-93472000D03*
|
||||
X95631000Y-98552000D03*
|
||||
%TD*%
|
||||
D13*
|
||||
D14*
|
||||
%TO.C,J207*%
|
||||
X140721000Y-77602000D03*
|
||||
D14*
|
||||
D15*
|
||||
X140721000Y-75062000D03*
|
||||
X143261000Y-77602000D03*
|
||||
X143261000Y-75062000D03*
|
||||
|
@ -96,13 +117,13 @@ X148341000Y-75062000D03*
|
|||
X150881000Y-77602000D03*
|
||||
X150881000Y-75062000D03*
|
||||
%TD*%
|
||||
D13*
|
||||
D14*
|
||||
%TO.C,J202*%
|
||||
X152776000Y-99441000D03*
|
||||
%TD*%
|
||||
%TO.C,J200*%
|
||||
X151638000Y-122682000D03*
|
||||
D14*
|
||||
D15*
|
||||
X149098000Y-122682000D03*
|
||||
X146558000Y-122682000D03*
|
||||
X144018000Y-122682000D03*
|
||||
|
@ -111,10 +132,10 @@ X138938000Y-122682000D03*
|
|||
X136398000Y-122682000D03*
|
||||
X133858000Y-122682000D03*
|
||||
%TD*%
|
||||
D13*
|
||||
D14*
|
||||
%TO.C,JP200*%
|
||||
X93091000Y-110363000D03*
|
||||
D14*
|
||||
D15*
|
||||
X93091000Y-112903000D03*
|
||||
X93091000Y-115443000D03*
|
||||
X93091000Y-117983000D03*
|
||||
|
@ -123,13 +144,7 @@ X95631000Y-112903000D03*
|
|||
X95631000Y-110363000D03*
|
||||
X95631000Y-117983000D03*
|
||||
%TD*%
|
||||
D15*
|
||||
%TO.C,RV500*%
|
||||
X80772000Y-95631000D03*
|
||||
X80772000Y-98171000D03*
|
||||
X80772000Y-100711000D03*
|
||||
%TD*%
|
||||
D13*
|
||||
D14*
|
||||
%TO.C,J205*%
|
||||
X153030000Y-87317000D03*
|
||||
%TD*%
|
||||
|
@ -141,67 +156,67 @@ X110686000Y-124203000D03*
|
|||
X116136000Y-124203000D03*
|
||||
D16*
|
||||
X115836000Y-121173000D03*
|
||||
D14*
|
||||
D15*
|
||||
X122301000Y-124333000D03*
|
||||
X122301000Y-121793000D03*
|
||||
D13*
|
||||
X122301000Y-119253000D03*
|
||||
D14*
|
||||
X122301000Y-119253000D03*
|
||||
D15*
|
||||
X122301000Y-116713000D03*
|
||||
X122301000Y-114173000D03*
|
||||
X122301000Y-111633000D03*
|
||||
X122301000Y-109093000D03*
|
||||
D13*
|
||||
X122301000Y-106553000D03*
|
||||
D14*
|
||||
X122301000Y-106553000D03*
|
||||
D15*
|
||||
X122301000Y-104013000D03*
|
||||
X122301000Y-101473000D03*
|
||||
X122301000Y-98933000D03*
|
||||
X122301000Y-96393000D03*
|
||||
D13*
|
||||
X122301000Y-93853000D03*
|
||||
D14*
|
||||
X122301000Y-93853000D03*
|
||||
D15*
|
||||
X122301000Y-91313000D03*
|
||||
X122301000Y-88773000D03*
|
||||
X122301000Y-86233000D03*
|
||||
X122301000Y-83693000D03*
|
||||
D13*
|
||||
X122301000Y-81153000D03*
|
||||
D14*
|
||||
X122301000Y-81153000D03*
|
||||
D15*
|
||||
X122301000Y-78613000D03*
|
||||
X122301000Y-76073000D03*
|
||||
X104521000Y-76073000D03*
|
||||
X104521000Y-78613000D03*
|
||||
D13*
|
||||
X104521000Y-81153000D03*
|
||||
D14*
|
||||
X104521000Y-81153000D03*
|
||||
D15*
|
||||
X104521000Y-83693000D03*
|
||||
X104521000Y-86233000D03*
|
||||
X104521000Y-88773000D03*
|
||||
X104521000Y-91313000D03*
|
||||
D13*
|
||||
X104521000Y-93853000D03*
|
||||
D14*
|
||||
X104521000Y-93853000D03*
|
||||
D15*
|
||||
X104521000Y-96393000D03*
|
||||
X104521000Y-98933000D03*
|
||||
X104521000Y-101473000D03*
|
||||
X104521000Y-104013000D03*
|
||||
D13*
|
||||
X104521000Y-106553000D03*
|
||||
D14*
|
||||
X104521000Y-106553000D03*
|
||||
D15*
|
||||
X104521000Y-109093000D03*
|
||||
X104521000Y-111633000D03*
|
||||
X104521000Y-114173000D03*
|
||||
X104521000Y-116713000D03*
|
||||
D13*
|
||||
X104521000Y-119253000D03*
|
||||
D14*
|
||||
X104521000Y-119253000D03*
|
||||
D15*
|
||||
X104521000Y-121793000D03*
|
||||
X104521000Y-124333000D03*
|
||||
X115951000Y-76303000D03*
|
||||
D13*
|
||||
X113411000Y-76303000D03*
|
||||
D14*
|
||||
X113411000Y-76303000D03*
|
||||
D15*
|
||||
X110871000Y-76303000D03*
|
||||
%TD*%
|
||||
D18*
|
||||
|
@ -218,19 +233,13 @@ X82424000Y-80516000D03*
|
|||
X83694000Y-79246000D03*
|
||||
X82424000Y-79246000D03*
|
||||
%TD*%
|
||||
D15*
|
||||
%TO.C,RV501*%
|
||||
X80772000Y-107457000D03*
|
||||
X80772000Y-109997000D03*
|
||||
X80772000Y-112537000D03*
|
||||
%TD*%
|
||||
D20*
|
||||
%TO.C,C100*%
|
||||
X95123000Y-124333000D03*
|
||||
D21*
|
||||
X93123000Y-124333000D03*
|
||||
%TD*%
|
||||
D11*
|
||||
D12*
|
||||
%TO.C,H2*%
|
||||
X156798944Y-78405056D03*
|
||||
X156096000Y-76708000D03*
|
||||
|
@ -239,12 +248,12 @@ X158496000Y-74308000D03*
|
|||
X160193056Y-78405056D03*
|
||||
X160896000Y-76708000D03*
|
||||
X160193056Y-75010944D03*
|
||||
D12*
|
||||
D13*
|
||||
X158496000Y-76708000D03*
|
||||
D11*
|
||||
D12*
|
||||
X156798944Y-75010944D03*
|
||||
%TD*%
|
||||
D13*
|
||||
D14*
|
||||
%TO.C,J201*%
|
||||
X154940000Y-112141000D03*
|
||||
%TD*%
|
||||
|
@ -255,24 +264,24 @@ X84444400Y-118619200D03*
|
|||
X79944400Y-118619200D03*
|
||||
X79944400Y-125119200D03*
|
||||
%TD*%
|
||||
D13*
|
||||
D14*
|
||||
%TO.C,J100*%
|
||||
X129032000Y-123307000D03*
|
||||
D14*
|
||||
D15*
|
||||
X129032000Y-120767000D03*
|
||||
X129032000Y-118227000D03*
|
||||
X129032000Y-115687000D03*
|
||||
%TD*%
|
||||
D13*
|
||||
D14*
|
||||
%TO.C,J101*%
|
||||
X74676000Y-83566000D03*
|
||||
D14*
|
||||
D15*
|
||||
X74676000Y-86106000D03*
|
||||
X74676000Y-88646000D03*
|
||||
X74676000Y-91186000D03*
|
||||
X74676000Y-93726000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
D11*
|
||||
%TO.C,J204*%
|
||||
X159888000Y-95445000D03*
|
||||
X159888000Y-103945000D03*
|
||||
|
@ -281,13 +290,13 @@ X159888000Y-103945000D03*
|
|||
X159888000Y-107891000D03*
|
||||
X159888000Y-116391000D03*
|
||||
%TD*%
|
||||
D11*
|
||||
D12*
|
||||
%TO.C,H1*%
|
||||
X74803000Y-78981000D03*
|
||||
X73105944Y-74883944D03*
|
||||
D12*
|
||||
D13*
|
||||
X74803000Y-76581000D03*
|
||||
D11*
|
||||
D12*
|
||||
X74803000Y-74181000D03*
|
||||
X73105944Y-78278056D03*
|
||||
X77203000Y-76581000D03*
|
||||
|
@ -295,22 +304,22 @@ X76500056Y-78278056D03*
|
|||
X72403000Y-76581000D03*
|
||||
X76500056Y-74883944D03*
|
||||
%TD*%
|
||||
D13*
|
||||
D14*
|
||||
%TO.C,J208*%
|
||||
X129351800Y-77627400D03*
|
||||
D14*
|
||||
D15*
|
||||
X129351800Y-75087400D03*
|
||||
X131891800Y-77627400D03*
|
||||
X131891800Y-75087400D03*
|
||||
X134431800Y-77627400D03*
|
||||
X134431800Y-75087400D03*
|
||||
%TD*%
|
||||
D11*
|
||||
D12*
|
||||
%TO.C,H4*%
|
||||
X76500056Y-120984944D03*
|
||||
D12*
|
||||
D13*
|
||||
X74803000Y-122682000D03*
|
||||
D11*
|
||||
D12*
|
||||
X72403000Y-122682000D03*
|
||||
X76500056Y-124379056D03*
|
||||
X74803000Y-120282000D03*
|
||||
|
@ -326,8 +335,8 @@ X87502000Y-92202000D03*
|
|||
%TD*%
|
||||
D24*
|
||||
%TO.C,R401*%
|
||||
X139065000Y-98425000D03*
|
||||
X139065000Y-96425000D03*
|
||||
X139065000Y-98425000D03*
|
||||
%TD*%
|
||||
D23*
|
||||
%TO.C,D101*%
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
%TF.GenerationSoftware,KiCad,Pcbnew,6.0.1*%
|
||||
%TF.CreationDate,2022-03-30T17:28:00+02:00*%
|
||||
%TF.CreationDate,2022-04-02T05:11:13+02:00*%
|
||||
%TF.ProjectId,glitcher,676c6974-6368-4657-922e-6b696361645f,4*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Paste,Bot*%
|
||||
%TF.FilePolarity,Positive*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 6.0.1) date 2022-03-30 17:28:00*
|
||||
G04 Created by KiCad (PCBNEW 6.0.1) date 2022-04-02 05:11:13*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
|
@ -59,8 +59,8 @@ X87502000Y-92202000D03*
|
|||
%TD*%
|
||||
D12*
|
||||
%TO.C,R401*%
|
||||
X139065000Y-98425000D03*
|
||||
X139065000Y-96425000D03*
|
||||
X139065000Y-98425000D03*
|
||||
%TD*%
|
||||
D11*
|
||||
%TO.C,D101*%
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,11 +1,11 @@
|
|||
%TF.GenerationSoftware,KiCad,Pcbnew,6.0.1*%
|
||||
%TF.CreationDate,2022-03-30T17:28:01+02:00*%
|
||||
%TF.CreationDate,2022-04-02T05:11:14+02:00*%
|
||||
%TF.ProjectId,glitcher,676c6974-6368-4657-922e-6b696361645f,4*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Profile,NP*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 6.0.1) date 2022-03-30 17:28:01*
|
||||
G04 Created by KiCad (PCBNEW 6.0.1) date 2022-04-02 05:11:14*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,12 +1,12 @@
|
|||
%TF.GenerationSoftware,KiCad,Pcbnew,6.0.1*%
|
||||
%TF.CreationDate,2022-03-30T17:28:01+02:00*%
|
||||
%TF.CreationDate,2022-04-02T05:11:13+02:00*%
|
||||
%TF.ProjectId,glitcher,676c6974-6368-4657-922e-6b696361645f,4*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Soldermask,Top*%
|
||||
%TF.FilePolarity,Negative*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 6.0.1) date 2022-03-30 17:28:01*
|
||||
G04 Created by KiCad (PCBNEW 6.0.1) date 2022-04-02 05:11:13*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
|
@ -29,14 +29,14 @@ G04 Aperture macros list*
|
|||
20,1,$1+$1,$6,$7,$8,$9,0*
|
||||
20,1,$1+$1,$8,$9,$2,$3,0*%
|
||||
G04 Aperture macros list end*
|
||||
%ADD10RoundRect,0.250000X0.450000X-0.350000X0.450000X0.350000X-0.450000X0.350000X-0.450000X-0.350000X0*%
|
||||
%ADD11R,5.080000X1.500000*%
|
||||
%ADD12C,0.800000*%
|
||||
%ADD13C,6.400000*%
|
||||
%ADD14R,1.700000X1.700000*%
|
||||
%ADD15O,1.700000X1.700000*%
|
||||
%ADD16RoundRect,0.249999X1.075001X-0.450001X1.075001X0.450001X-1.075001X0.450001X-1.075001X-0.450001X0*%
|
||||
%ADD17C,1.440000*%
|
||||
%ADD10C,1.440000*%
|
||||
%ADD11RoundRect,0.250000X0.450000X-0.350000X0.450000X0.350000X-0.450000X0.350000X-0.450000X-0.350000X0*%
|
||||
%ADD12R,5.080000X1.500000*%
|
||||
%ADD13C,0.800000*%
|
||||
%ADD14C,6.400000*%
|
||||
%ADD15R,1.700000X1.700000*%
|
||||
%ADD16O,1.700000X1.700000*%
|
||||
%ADD17RoundRect,0.249999X1.075001X-0.450001X1.075001X0.450001X-1.075001X0.450001X-1.075001X-0.450001X0*%
|
||||
%ADD18RoundRect,0.250000X0.350000X0.450000X-0.350000X0.450000X-0.350000X-0.450000X0.350000X-0.450000X0*%
|
||||
%ADD19O,1.500000X1.500000*%
|
||||
%ADD20O,1.800000X1.800000*%
|
||||
|
@ -54,17 +54,38 @@ G04 Aperture macros list end*
|
|||
%ADD32RoundRect,0.150000X-0.825000X-0.150000X0.825000X-0.150000X0.825000X0.150000X-0.825000X0.150000X0*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
%TO.C,REF\u002A\u002A*%
|
||||
X81026000Y-110998000D03*
|
||||
X81026000Y-108458000D03*
|
||||
X81026000Y-105918000D03*
|
||||
%TD*%
|
||||
%TO.C,REF\u002A\u002A*%
|
||||
X81153000Y-99695000D03*
|
||||
X81153000Y-97155000D03*
|
||||
X81153000Y-94615000D03*
|
||||
%TD*%
|
||||
%TO.C,RV501*%
|
||||
X78371000Y-110998000D03*
|
||||
X83451000Y-108458000D03*
|
||||
X78371000Y-105918000D03*
|
||||
%TD*%
|
||||
%TO.C,RV500*%
|
||||
X78486000Y-99695000D03*
|
||||
X83566000Y-97155000D03*
|
||||
X78486000Y-94615000D03*
|
||||
%TD*%
|
||||
D11*
|
||||
%TO.C,R300d1*%
|
||||
X135128000Y-88179000D03*
|
||||
X135128000Y-86179000D03*
|
||||
%TD*%
|
||||
D11*
|
||||
D12*
|
||||
%TO.C,J206*%
|
||||
X159845000Y-87287000D03*
|
||||
X159845000Y-91537000D03*
|
||||
X159845000Y-83037000D03*
|
||||
%TD*%
|
||||
D12*
|
||||
D13*
|
||||
%TO.C,H3*%
|
||||
X160896000Y-122682000D03*
|
||||
X156798944Y-120984944D03*
|
||||
|
@ -73,15 +94,15 @@ X156798944Y-124379056D03*
|
|||
X160193056Y-120984944D03*
|
||||
X160193056Y-124379056D03*
|
||||
X158496000Y-120282000D03*
|
||||
D13*
|
||||
D14*
|
||||
X158496000Y-122682000D03*
|
||||
D12*
|
||||
D13*
|
||||
X156096000Y-122682000D03*
|
||||
%TD*%
|
||||
D14*
|
||||
D15*
|
||||
%TO.C,JP300*%
|
||||
X93091000Y-93472000D03*
|
||||
D15*
|
||||
D16*
|
||||
X93091000Y-96012000D03*
|
||||
X93091000Y-98552000D03*
|
||||
X93091000Y-101092000D03*
|
||||
|
@ -90,10 +111,10 @@ X95631000Y-101092000D03*
|
|||
X95631000Y-93472000D03*
|
||||
X95631000Y-98552000D03*
|
||||
%TD*%
|
||||
D14*
|
||||
D15*
|
||||
%TO.C,J207*%
|
||||
X140721000Y-77602000D03*
|
||||
D15*
|
||||
D16*
|
||||
X140721000Y-75062000D03*
|
||||
X143261000Y-77602000D03*
|
||||
X143261000Y-75062000D03*
|
||||
|
@ -104,19 +125,19 @@ X148341000Y-75062000D03*
|
|||
X150881000Y-77602000D03*
|
||||
X150881000Y-75062000D03*
|
||||
%TD*%
|
||||
D14*
|
||||
D15*
|
||||
%TO.C,J202*%
|
||||
X152776000Y-99441000D03*
|
||||
%TD*%
|
||||
D16*
|
||||
D17*
|
||||
%TO.C,R300b1*%
|
||||
X135128000Y-89579000D03*
|
||||
X135128000Y-84779000D03*
|
||||
%TD*%
|
||||
D14*
|
||||
D15*
|
||||
%TO.C,J200*%
|
||||
X151638000Y-122682000D03*
|
||||
D15*
|
||||
D16*
|
||||
X149098000Y-122682000D03*
|
||||
X146558000Y-122682000D03*
|
||||
X144018000Y-122682000D03*
|
||||
|
@ -125,10 +146,10 @@ X138938000Y-122682000D03*
|
|||
X136398000Y-122682000D03*
|
||||
X133858000Y-122682000D03*
|
||||
%TD*%
|
||||
D14*
|
||||
D15*
|
||||
%TO.C,JP200*%
|
||||
X93091000Y-110363000D03*
|
||||
D15*
|
||||
D16*
|
||||
X93091000Y-112903000D03*
|
||||
X93091000Y-115443000D03*
|
||||
X93091000Y-117983000D03*
|
||||
|
@ -137,13 +158,7 @@ X95631000Y-112903000D03*
|
|||
X95631000Y-110363000D03*
|
||||
X95631000Y-117983000D03*
|
||||
%TD*%
|
||||
D17*
|
||||
%TO.C,RV500*%
|
||||
X80772000Y-95631000D03*
|
||||
X80772000Y-98171000D03*
|
||||
X80772000Y-100711000D03*
|
||||
%TD*%
|
||||
D14*
|
||||
D15*
|
||||
%TO.C,J205*%
|
||||
X153030000Y-87317000D03*
|
||||
%TD*%
|
||||
|
@ -160,156 +175,156 @@ X110686000Y-124203000D03*
|
|||
X116136000Y-124203000D03*
|
||||
D19*
|
||||
X115836000Y-121173000D03*
|
||||
D15*
|
||||
D16*
|
||||
X122301000Y-124333000D03*
|
||||
D21*
|
||||
X123201000Y-124333000D03*
|
||||
X123201000Y-121793000D03*
|
||||
D15*
|
||||
D16*
|
||||
X122301000Y-121793000D03*
|
||||
D21*
|
||||
X123201000Y-119253000D03*
|
||||
D14*
|
||||
X122301000Y-119253000D03*
|
||||
D15*
|
||||
X122301000Y-119253000D03*
|
||||
D16*
|
||||
X122301000Y-116713000D03*
|
||||
D21*
|
||||
X123201000Y-116713000D03*
|
||||
X123201000Y-114173000D03*
|
||||
D15*
|
||||
D16*
|
||||
X122301000Y-114173000D03*
|
||||
D21*
|
||||
X123201000Y-111633000D03*
|
||||
D15*
|
||||
D16*
|
||||
X122301000Y-111633000D03*
|
||||
X122301000Y-109093000D03*
|
||||
D21*
|
||||
X123201000Y-109093000D03*
|
||||
X123201000Y-106553000D03*
|
||||
D14*
|
||||
X122301000Y-106553000D03*
|
||||
D15*
|
||||
X122301000Y-106553000D03*
|
||||
D16*
|
||||
X122301000Y-104013000D03*
|
||||
D21*
|
||||
X123201000Y-104013000D03*
|
||||
X123201000Y-101473000D03*
|
||||
D15*
|
||||
D16*
|
||||
X122301000Y-101473000D03*
|
||||
X122301000Y-98933000D03*
|
||||
D21*
|
||||
X123201000Y-98933000D03*
|
||||
X123201000Y-96393000D03*
|
||||
D15*
|
||||
D16*
|
||||
X122301000Y-96393000D03*
|
||||
D14*
|
||||
D15*
|
||||
X122301000Y-93853000D03*
|
||||
D21*
|
||||
X123201000Y-93853000D03*
|
||||
D15*
|
||||
D16*
|
||||
X122301000Y-91313000D03*
|
||||
D21*
|
||||
X123201000Y-91313000D03*
|
||||
D15*
|
||||
D16*
|
||||
X122301000Y-88773000D03*
|
||||
D21*
|
||||
X123201000Y-88773000D03*
|
||||
X123201000Y-86233000D03*
|
||||
D15*
|
||||
D16*
|
||||
X122301000Y-86233000D03*
|
||||
X122301000Y-83693000D03*
|
||||
D21*
|
||||
X123201000Y-83693000D03*
|
||||
X123201000Y-81153000D03*
|
||||
D14*
|
||||
D15*
|
||||
X122301000Y-81153000D03*
|
||||
D21*
|
||||
X123201000Y-78613000D03*
|
||||
D15*
|
||||
D16*
|
||||
X122301000Y-78613000D03*
|
||||
X122301000Y-76073000D03*
|
||||
D21*
|
||||
X123201000Y-76073000D03*
|
||||
D15*
|
||||
D16*
|
||||
X104521000Y-76073000D03*
|
||||
D21*
|
||||
X103621000Y-76073000D03*
|
||||
X103621000Y-78613000D03*
|
||||
D15*
|
||||
D16*
|
||||
X104521000Y-78613000D03*
|
||||
D14*
|
||||
D15*
|
||||
X104521000Y-81153000D03*
|
||||
D21*
|
||||
X103621000Y-81153000D03*
|
||||
D15*
|
||||
D16*
|
||||
X104521000Y-83693000D03*
|
||||
D21*
|
||||
X103621000Y-83693000D03*
|
||||
D15*
|
||||
D16*
|
||||
X104521000Y-86233000D03*
|
||||
D21*
|
||||
X103621000Y-86233000D03*
|
||||
D15*
|
||||
D16*
|
||||
X104521000Y-88773000D03*
|
||||
D21*
|
||||
X103621000Y-88773000D03*
|
||||
X103621000Y-91313000D03*
|
||||
D15*
|
||||
D16*
|
||||
X104521000Y-91313000D03*
|
||||
D14*
|
||||
D15*
|
||||
X104521000Y-93853000D03*
|
||||
D21*
|
||||
X103621000Y-93853000D03*
|
||||
D15*
|
||||
D16*
|
||||
X104521000Y-96393000D03*
|
||||
D21*
|
||||
X103621000Y-96393000D03*
|
||||
D15*
|
||||
D16*
|
||||
X104521000Y-98933000D03*
|
||||
D21*
|
||||
X103621000Y-98933000D03*
|
||||
D15*
|
||||
D16*
|
||||
X104521000Y-101473000D03*
|
||||
D21*
|
||||
X103621000Y-101473000D03*
|
||||
X103621000Y-104013000D03*
|
||||
D15*
|
||||
D16*
|
||||
X104521000Y-104013000D03*
|
||||
D21*
|
||||
X103621000Y-106553000D03*
|
||||
D14*
|
||||
X104521000Y-106553000D03*
|
||||
D15*
|
||||
X104521000Y-106553000D03*
|
||||
D16*
|
||||
X104521000Y-109093000D03*
|
||||
D21*
|
||||
X103621000Y-109093000D03*
|
||||
X103621000Y-111633000D03*
|
||||
D15*
|
||||
D16*
|
||||
X104521000Y-111633000D03*
|
||||
X104521000Y-114173000D03*
|
||||
D21*
|
||||
X103621000Y-114173000D03*
|
||||
D15*
|
||||
D16*
|
||||
X104521000Y-116713000D03*
|
||||
D21*
|
||||
X103621000Y-116713000D03*
|
||||
D14*
|
||||
D15*
|
||||
X104521000Y-119253000D03*
|
||||
D21*
|
||||
X103621000Y-119253000D03*
|
||||
X103621000Y-121793000D03*
|
||||
D15*
|
||||
D16*
|
||||
X104521000Y-121793000D03*
|
||||
D21*
|
||||
X103621000Y-124333000D03*
|
||||
D15*
|
||||
D16*
|
||||
X104521000Y-124333000D03*
|
||||
X115951000Y-76303000D03*
|
||||
D22*
|
||||
X115951000Y-75403000D03*
|
||||
X113411000Y-75403000D03*
|
||||
D14*
|
||||
X113411000Y-76303000D03*
|
||||
D15*
|
||||
X113411000Y-76303000D03*
|
||||
D16*
|
||||
X110871000Y-76303000D03*
|
||||
D22*
|
||||
X110871000Y-75403000D03*
|
||||
|
@ -341,12 +356,6 @@ X81024000Y-80516000D03*
|
|||
X85094000Y-79246000D03*
|
||||
X81024000Y-79246000D03*
|
||||
%TD*%
|
||||
D17*
|
||||
%TO.C,RV501*%
|
||||
X80772000Y-107457000D03*
|
||||
X80772000Y-109997000D03*
|
||||
X80772000Y-112537000D03*
|
||||
%TD*%
|
||||
D26*
|
||||
%TO.C,R300*%
|
||||
X135150000Y-90229000D03*
|
||||
|
@ -368,7 +377,7 @@ D30*
|
|||
X135128000Y-88729000D03*
|
||||
X135128000Y-85629000D03*
|
||||
%TD*%
|
||||
D12*
|
||||
D13*
|
||||
%TO.C,H2*%
|
||||
X156798944Y-78405056D03*
|
||||
X156096000Y-76708000D03*
|
||||
|
@ -377,12 +386,12 @@ X158496000Y-74308000D03*
|
|||
X160193056Y-78405056D03*
|
||||
X160896000Y-76708000D03*
|
||||
X160193056Y-75010944D03*
|
||||
D13*
|
||||
D14*
|
||||
X158496000Y-76708000D03*
|
||||
D12*
|
||||
D13*
|
||||
X156798944Y-75010944D03*
|
||||
%TD*%
|
||||
D14*
|
||||
D15*
|
||||
%TO.C,J201*%
|
||||
X154940000Y-112141000D03*
|
||||
%TD*%
|
||||
|
@ -404,24 +413,24 @@ X96455000Y-84915819D03*
|
|||
X96455000Y-83645819D03*
|
||||
X96455000Y-82375819D03*
|
||||
%TD*%
|
||||
D14*
|
||||
D15*
|
||||
%TO.C,J100*%
|
||||
X129032000Y-123307000D03*
|
||||
D15*
|
||||
D16*
|
||||
X129032000Y-120767000D03*
|
||||
X129032000Y-118227000D03*
|
||||
X129032000Y-115687000D03*
|
||||
%TD*%
|
||||
D14*
|
||||
D15*
|
||||
%TO.C,J101*%
|
||||
X74676000Y-83566000D03*
|
||||
D15*
|
||||
D16*
|
||||
X74676000Y-86106000D03*
|
||||
X74676000Y-88646000D03*
|
||||
X74676000Y-91186000D03*
|
||||
X74676000Y-93726000D03*
|
||||
%TD*%
|
||||
D11*
|
||||
D12*
|
||||
%TO.C,J204*%
|
||||
X159888000Y-99695000D03*
|
||||
X159888000Y-103945000D03*
|
||||
|
@ -438,19 +447,19 @@ X147001000Y-87122000D03*
|
|||
X147001000Y-85852000D03*
|
||||
X147001000Y-84582000D03*
|
||||
%TD*%
|
||||
D11*
|
||||
D12*
|
||||
%TO.C,J203*%
|
||||
X159888000Y-112141000D03*
|
||||
X159888000Y-116391000D03*
|
||||
X159888000Y-107891000D03*
|
||||
%TD*%
|
||||
D12*
|
||||
D13*
|
||||
%TO.C,H1*%
|
||||
X74803000Y-78981000D03*
|
||||
X73105944Y-74883944D03*
|
||||
D13*
|
||||
D14*
|
||||
X74803000Y-76581000D03*
|
||||
D12*
|
||||
D13*
|
||||
X74803000Y-74181000D03*
|
||||
X73105944Y-78278056D03*
|
||||
X77203000Y-76581000D03*
|
||||
|
@ -458,22 +467,22 @@ X76500056Y-78278056D03*
|
|||
X72403000Y-76581000D03*
|
||||
X76500056Y-74883944D03*
|
||||
%TD*%
|
||||
D14*
|
||||
D15*
|
||||
%TO.C,J208*%
|
||||
X129351800Y-77627400D03*
|
||||
D15*
|
||||
D16*
|
||||
X129351800Y-75087400D03*
|
||||
X131891800Y-77627400D03*
|
||||
X131891800Y-75087400D03*
|
||||
X134431800Y-77627400D03*
|
||||
X134431800Y-75087400D03*
|
||||
%TD*%
|
||||
D12*
|
||||
D13*
|
||||
%TO.C,H4*%
|
||||
X76500056Y-120984944D03*
|
||||
D13*
|
||||
D14*
|
||||
X74803000Y-122682000D03*
|
||||
D12*
|
||||
D13*
|
||||
X72403000Y-122682000D03*
|
||||
X76500056Y-124379056D03*
|
||||
X74803000Y-120282000D03*
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
%TF.GenerationSoftware,KiCad,Pcbnew,6.0.1*%
|
||||
%TF.CreationDate,2022-03-30T17:28:00+02:00*%
|
||||
%TF.CreationDate,2022-04-02T05:11:13+02:00*%
|
||||
%TF.ProjectId,glitcher,676c6974-6368-4657-922e-6b696361645f,4*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Paste,Top*%
|
||||
%TF.FilePolarity,Positive*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 6.0.1) date 2022-03-30 17:28:00*
|
||||
G04 Created by KiCad (PCBNEW 6.0.1) date 2022-04-02 05:11:13*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,7 +1,7 @@
|
|||
M48
|
||||
; DRILL file {KiCad 6.0.1} date wo 30 mrt 2022 17:28:03
|
||||
; DRILL file {KiCad 6.0.1} date za 02 apr 2022 05:11:15
|
||||
; FORMAT={-:-/ absolute / inch / decimal}
|
||||
; #@! TF.CreationDate,2022-03-30T17:28:03+02:00
|
||||
; #@! TF.CreationDate,2022-04-02T05:11:15+02:00
|
||||
; #@! TF.GenerationSoftware,Kicad,Pcbnew,6.0.1
|
||||
; #@! TF.FileFunction,NonPlated,1,2,NPTH
|
||||
FMAT,2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
M48
|
||||
; DRILL file {KiCad 6.0.1} date wo 30 mrt 2022 17:28:03
|
||||
; DRILL file {KiCad 6.0.1} date za 02 apr 2022 05:11:15
|
||||
; FORMAT={-:-/ absolute / inch / decimal}
|
||||
; #@! TF.CreationDate,2022-03-30T17:28:03+02:00
|
||||
; #@! TF.CreationDate,2022-04-02T05:11:15+02:00
|
||||
; #@! TF.GenerationSoftware,Kicad,Pcbnew,6.0.1
|
||||
; #@! TF.FileFunction,Plated,1,2,PTH
|
||||
FMAT,2
|
||||
|
@ -36,22 +36,24 @@ X3.54Y-3.37
|
|||
X3.67Y-3.4
|
||||
X3.745Y-3.46
|
||||
X3.85Y-3.19
|
||||
X3.86Y-3.87
|
||||
X3.8576Y-3.9074
|
||||
X3.9Y-3.25
|
||||
X3.93Y-3.65
|
||||
X3.97Y-3.625
|
||||
X3.975Y-4.61
|
||||
X4.23Y-3.405
|
||||
X4.41Y-3.515
|
||||
X4.6862Y-3.6488
|
||||
X5.17Y-3.99
|
||||
X5.39Y-4.7
|
||||
X5.47Y-3.405
|
||||
X5.555Y-4.035
|
||||
X5.672Y-3.84
|
||||
X5.685Y-3.89
|
||||
X5.55Y-4.025
|
||||
X5.7Y-3.875
|
||||
X5.71Y-3.33
|
||||
X5.74Y-3.96
|
||||
X5.78Y-4.645
|
||||
X5.96Y-3.785
|
||||
X5.85Y-3.57
|
||||
X5.87Y-3.605
|
||||
X5.88Y-3.705
|
||||
X6.135Y-3.27
|
||||
X6.135Y-4.58
|
||||
X6.295Y-3.68
|
||||
|
@ -104,12 +106,18 @@ X3.295Y-3.2199
|
|||
X3.295Y-3.2699
|
||||
X3.295Y-3.3199
|
||||
T5
|
||||
X3.18Y-3.765
|
||||
X3.18Y-3.865
|
||||
X3.18Y-3.965
|
||||
X3.18Y-4.2306
|
||||
X3.18Y-4.3306
|
||||
X3.18Y-4.4306
|
||||
X3.0855Y-4.17
|
||||
X3.0855Y-4.37
|
||||
X3.09Y-3.725
|
||||
X3.09Y-3.925
|
||||
X3.19Y-4.17
|
||||
X3.19Y-4.27
|
||||
X3.19Y-4.37
|
||||
X3.195Y-3.725
|
||||
X3.195Y-3.825
|
||||
X3.195Y-3.925
|
||||
X3.2855Y-4.27
|
||||
X3.29Y-3.825
|
||||
T6
|
||||
X2.94Y-3.29
|
||||
X2.94Y-3.39
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"Application": "Pcbnew",
|
||||
"Version": "6.0.1"
|
||||
},
|
||||
"CreationDate": "2022-03-30T17:28:01+02:00"
|
||||
"CreationDate": "2022-04-02T05:11:14+02:00"
|
||||
},
|
||||
"GeneralSpecs": {
|
||||
"ProjectId": {
|
||||
|
@ -24,8 +24,8 @@
|
|||
"DesignRules": [
|
||||
{
|
||||
"Layers": "Outer",
|
||||
"PadToPad": 0.0,
|
||||
"PadToTrack": 0.0,
|
||||
"PadToPad": 0.2,
|
||||
"PadToTrack": 0.2,
|
||||
"TrackToTrack": 0.2,
|
||||
"MinLineWidth": 0.25,
|
||||
"TrackToRegion": 0.508,
|
||||
|
|
12088
glitcher.kicad_pcb
12088
glitcher.kicad_pcb
File diff suppressed because it is too large
Load Diff
|
@ -33,9 +33,9 @@
|
|||
"other_text_thickness": 0.15,
|
||||
"other_text_upright": false,
|
||||
"pads": {
|
||||
"drill": 0.65,
|
||||
"height": 1.0,
|
||||
"width": 1.0
|
||||
"drill": 0.8,
|
||||
"height": 1.44,
|
||||
"width": 1.44
|
||||
},
|
||||
"silk_line_width": 0.12,
|
||||
"silk_text_italic": false,
|
||||
|
|
|
@ -1114,10 +1114,10 @@
|
|||
(reference "R501") (unit 1) (value "220k") (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder")
|
||||
)
|
||||
(path "/efd5f8c1-9436-4170-b4e4-91dea4f3a969/4e12d8ce-76cb-40c5-9326-2c56158c5774"
|
||||
(reference "RV500") (unit 1) (value "R_Potentiometer") (footprint "Potentiometer_THT:Potentiometer_Vishay_T73XW_Horizontal")
|
||||
(reference "RV500") (unit 1) (value "R_Potentiometer") (footprint "Potentiometer_THT:Potentiometer_Bourns_3386F_Vertical")
|
||||
)
|
||||
(path "/efd5f8c1-9436-4170-b4e4-91dea4f3a969/f711799c-9636-4105-b15a-2cbd7c24e265"
|
||||
(reference "RV501") (unit 1) (value "R_Potentiometer") (footprint "Potentiometer_THT:Potentiometer_Vishay_T73XW_Horizontal")
|
||||
(reference "RV501") (unit 1) (value "R_Potentiometer") (footprint "Potentiometer_THT:Potentiometer_Bourns_3386F_Vertical")
|
||||
)
|
||||
(path "/00000000-0000-0000-0000-000061cd9b9d"
|
||||
(reference "SW1") (unit 1) (value "SW_Push") (footprint "Button_Switch_THT:SW_PUSH_6mm")
|
||||
|
|
121
vccout.kicad_sch
121
vccout.kicad_sch
|
@ -661,6 +661,9 @@
|
|||
)
|
||||
)
|
||||
|
||||
(junction (at 200.66 111.76) (diameter 0) (color 0 0 0 0)
|
||||
(uuid 0284a595-1877-40e2-a2dd-d65700fc2cd2)
|
||||
)
|
||||
(junction (at 205.74 143.51) (diameter 0) (color 0 0 0 0)
|
||||
(uuid 1614d9b4-a3f3-4294-8355-80529c414505)
|
||||
)
|
||||
|
@ -697,33 +700,21 @@
|
|||
(junction (at 113.03 101.6) (diameter 0) (color 0 0 0 0)
|
||||
(uuid 865a9162-726f-4a41-97ff-300c179f138e)
|
||||
)
|
||||
(junction (at 191.77 88.9) (diameter 0) (color 0 0 0 0)
|
||||
(uuid 8d55b923-6d26-4d82-8e9a-5a2e8f572279)
|
||||
)
|
||||
(junction (at 217.17 120.65) (diameter 0) (color 0 0 0 0)
|
||||
(uuid 9ad8e352-005c-4299-8beb-56f3b58c96b7)
|
||||
)
|
||||
(junction (at 115.57 99.06) (diameter 0) (color 0 0 0 0)
|
||||
(uuid a9ab5ac9-6b89-484b-b8a5-1c8da4baa341)
|
||||
)
|
||||
(junction (at 196.85 91.44) (diameter 0) (color 0 0 0 0)
|
||||
(uuid af12e434-3f2e-41e9-8288-4e27eac9c8d4)
|
||||
)
|
||||
(junction (at 165.1 101.6) (diameter 0) (color 0 0 0 0)
|
||||
(uuid b996f802-19ba-4c4a-8185-c7364b604dbd)
|
||||
)
|
||||
(junction (at 195.58 143.51) (diameter 0) (color 0 0 0 0)
|
||||
(uuid be2080a1-8da4-49a1-b603-72f9fdf31e19)
|
||||
)
|
||||
(junction (at 201.93 111.76) (diameter 0) (color 0 0 0 0)
|
||||
(uuid c65c39bd-1f86-402b-80e1-7da868656008)
|
||||
)
|
||||
(junction (at 118.11 96.52) (diameter 0) (color 0 0 0 0)
|
||||
(uuid cbfdcd23-eb2d-4c51-ba7e-6a785c7b536d)
|
||||
)
|
||||
(junction (at 200.66 111.76) (diameter 0) (color 0 0 0 0)
|
||||
(uuid d6f23471-6e15-45d1-80eb-2ace0b1a8ab5)
|
||||
)
|
||||
(junction (at 140.97 80.01) (diameter 0) (color 0 0 0 0)
|
||||
(uuid d9ff1f30-1ae5-4d42-9745-711449e59926)
|
||||
)
|
||||
|
@ -733,9 +724,6 @@
|
|||
(junction (at 196.85 99.06) (diameter 0) (color 0 0 0 0)
|
||||
(uuid e372a1e0-233f-47ec-8569-b74ecb5e3c79)
|
||||
)
|
||||
(junction (at 231.14 88.9) (diameter 0) (color 0 0 0 0)
|
||||
(uuid f2db3ca1-4706-4dd3-88bd-c220a6fd591c)
|
||||
)
|
||||
(junction (at 200.66 109.22) (diameter 0) (color 0 0 0 0)
|
||||
(uuid fd3b4b39-129b-4780-adf2-6fedeb400468)
|
||||
)
|
||||
|
@ -744,11 +732,8 @@
|
|||
(no_connect (at 182.88 109.22) (uuid 39597e81-f70e-461a-8b54-a3cbec89ae01))
|
||||
(no_connect (at 193.04 106.68) (uuid 39597e81-f70e-461a-8b54-a3cbec89ae02))
|
||||
(no_connect (at 195.58 106.68) (uuid 39597e81-f70e-461a-8b54-a3cbec89ae03))
|
||||
(no_connect (at 232.41 96.52) (uuid 43f72311-9d74-4379-aff9-849c5d7414c8))
|
||||
(no_connect (at 135.89 53.34) (uuid 5bd58b01-d022-4a2c-9c8b-6f1e9ad7a6e0))
|
||||
(no_connect (at 201.93 116.84) (uuid c14069c8-3176-4607-9ba9-0b4bfe614a87))
|
||||
(no_connect (at 201.93 114.3) (uuid c14069c8-3176-4607-9ba9-0b4bfe614a87))
|
||||
(no_connect (at 186.69 93.98) (uuid c583ce96-e316-4ea4-8e80-3286109cf8c2))
|
||||
(no_connect (at 189.23 77.47) (uuid af0b929f-5dde-42f9-843a-729b5cd12cd5))
|
||||
|
||||
(wire (pts (xy 120.65 93.98) (xy 128.27 93.98))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
|
@ -794,10 +779,6 @@
|
|||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 1d11054e-68f5-4db8-b9fc-db2d85bf58b4)
|
||||
)
|
||||
(wire (pts (xy 231.14 85.09) (xy 231.14 88.9))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 1f34e62f-26b3-4ee5-bfb3-d73efa462cd9)
|
||||
)
|
||||
(wire (pts (xy 153.67 101.6) (xy 165.1 101.6))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 1f9ecc18-1c5d-4f7d-afd2-efa8b9c510f7)
|
||||
|
@ -806,7 +787,7 @@
|
|||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 20b87239-ba10-40ca-ad3e-6d1c645d8290)
|
||||
)
|
||||
(wire (pts (xy 232.41 96.52) (xy 238.76 96.52))
|
||||
(wire (pts (xy 228.6 88.9) (xy 241.3 88.9))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 22c319fd-f352-45a3-8516-1b9407d4e01d)
|
||||
)
|
||||
|
@ -830,7 +811,7 @@
|
|||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 3aa5dba9-698a-429b-b5bc-746b0a7330f7)
|
||||
)
|
||||
(wire (pts (xy 231.14 96.52) (xy 231.14 88.9))
|
||||
(wire (pts (xy 231.14 85.09) (xy 231.14 96.52))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 43c007f0-1eb5-4249-981c-6513966fb483)
|
||||
)
|
||||
|
@ -838,6 +819,10 @@
|
|||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 44108556-aea5-45b3-9fd6-96c6349a5776)
|
||||
)
|
||||
(wire (pts (xy 184.15 82.55) (xy 184.15 91.44))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 4bbdf9a2-7d6c-4311-b652-2e754741f12f)
|
||||
)
|
||||
(wire (pts (xy 204.47 143.51) (xy 205.74 143.51))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 4ecffb65-b24e-4aba-9916-5dbd15297fee)
|
||||
|
@ -866,7 +851,7 @@
|
|||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 63cced83-9470-42cf-a59b-18dbeb3104ae)
|
||||
)
|
||||
(wire (pts (xy 196.85 91.44) (xy 196.85 83.82))
|
||||
(wire (pts (xy 196.85 83.82) (xy 196.85 99.06))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 6ba81f5c-b31b-47f8-a9a3-5f6079f5e5ce)
|
||||
)
|
||||
|
@ -902,14 +887,6 @@
|
|||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 74a261e6-8a1f-4906-95bc-1fdadf6cd672)
|
||||
)
|
||||
(wire (pts (xy 196.85 91.44) (xy 196.85 99.06))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 752ab628-5921-495e-88c8-9c45cf4601fc)
|
||||
)
|
||||
(wire (pts (xy 191.77 96.52) (xy 191.77 88.9))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 79eef85a-a019-42d1-b828-f223999ed8a4)
|
||||
)
|
||||
(wire (pts (xy 132.08 120.65) (xy 140.97 120.65))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 7b119961-c144-4b87-8254-eef8385a267c)
|
||||
|
@ -942,14 +919,6 @@
|
|||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 8774f0a1-1469-43a9-96cb-2dc2471a56a4)
|
||||
)
|
||||
(wire (pts (xy 196.85 91.44) (xy 203.2 91.44))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 8aca3dcb-f5fe-439e-b916-a46f8b7ca962)
|
||||
)
|
||||
(wire (pts (xy 200.66 109.22) (xy 203.2 109.22))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 8b0a555d-f6b0-4c45-9b4e-efe1c39823d6)
|
||||
)
|
||||
(wire (pts (xy 170.18 101.6) (xy 196.85 101.6))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 8b455869-84d2-4ee3-aa5d-b5ec71f4ad35)
|
||||
|
@ -958,10 +927,6 @@
|
|||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 8cd0a53d-b73d-493c-8c57-0191a02d1ee8)
|
||||
)
|
||||
(wire (pts (xy 170.18 93.98) (xy 186.69 93.98))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 8fc42731-31a7-43d7-b6b6-936ab91b29f8)
|
||||
)
|
||||
(wire (pts (xy 118.11 96.52) (xy 118.11 132.08))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 91456108-e9d6-4007-bf24-246ab2a523bd)
|
||||
|
@ -978,10 +943,6 @@
|
|||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 92e9e797-bd73-4855-ac68-96ba15feea10)
|
||||
)
|
||||
(wire (pts (xy 191.77 88.9) (xy 203.2 88.9))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 948e1184-b471-4360-b397-3ae58e62c790)
|
||||
)
|
||||
(wire (pts (xy 191.77 77.47) (xy 191.77 81.28))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 951d8eb6-3fac-46ae-8c3b-1238073695b4)
|
||||
|
@ -998,14 +959,14 @@
|
|||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 9a40f148-adb7-43be-b954-431c2fe64d58)
|
||||
)
|
||||
(wire (pts (xy 201.93 114.3) (xy 201.93 111.76))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 9b002dfd-89a6-420e-9bb6-07a3afa3b5ea)
|
||||
)
|
||||
(wire (pts (xy 228.6 96.52) (xy 231.14 96.52))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid a3247184-f68b-4093-bb7a-eab185a3cd9d)
|
||||
)
|
||||
(wire (pts (xy 185.42 82.55) (xy 184.15 82.55))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid a65e0ed0-e17b-4b8e-bb8c-93c466b23281)
|
||||
)
|
||||
(wire (pts (xy 153.67 129.54) (xy 160.02 129.54))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid a683ba3e-8d22-479d-8e8b-16436eb01d8b)
|
||||
|
@ -1022,7 +983,11 @@
|
|||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid ac780ebe-5afd-4e74-82f8-509da8ddaa4d)
|
||||
)
|
||||
(wire (pts (xy 191.77 88.9) (xy 191.77 85.09))
|
||||
(wire (pts (xy 185.42 77.47) (xy 185.42 82.55))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid acc0eb5e-8b9d-4d83-b910-3cd7aec6610a)
|
||||
)
|
||||
(wire (pts (xy 191.77 85.09) (xy 191.77 96.52))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid adfbfe80-f647-4af0-a870-88685828effc)
|
||||
)
|
||||
|
@ -1046,6 +1011,14 @@
|
|||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid b4090575-e0f4-4fd7-a720-8be7d00b822e)
|
||||
)
|
||||
(wire (pts (xy 203.2 109.22) (xy 201.93 109.22))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid b5d31276-2f59-4b3e-9f61-4f6cbb858f8f)
|
||||
)
|
||||
(wire (pts (xy 199.39 93.98) (xy 199.39 88.9))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid bad73efb-7db7-489e-ba5f-3f3264759879)
|
||||
)
|
||||
(wire (pts (xy 129.54 80.01) (xy 140.97 80.01))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid bde77517-51a4-4ea1-818e-5aed4f0dd1ff)
|
||||
|
@ -1070,30 +1043,26 @@
|
|||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid c7ebb325-31c4-45c2-9d8b-2523e8225548)
|
||||
)
|
||||
(wire (pts (xy 201.93 111.76) (xy 203.2 111.76))
|
||||
(wire (pts (xy 170.18 93.98) (xy 199.39 93.98))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid ca1069e0-f65c-4f05-831e-825f9eeeb66f)
|
||||
(uuid ca514c76-60de-48a1-adc2-326f83838f42)
|
||||
)
|
||||
(wire (pts (xy 231.14 81.28) (xy 231.14 85.09))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid caf4aaf7-79b6-4ab9-8e5c-e1f9281d43be)
|
||||
)
|
||||
(wire (pts (xy 231.14 88.9) (xy 228.6 88.9))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid cb35c4bf-2cc6-4f62-88e1-b2a4f9b396ce)
|
||||
)
|
||||
(wire (pts (xy 140.97 80.01) (xy 142.24 80.01))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid d8af303b-f3b1-4b94-aad2-f05683698d07)
|
||||
)
|
||||
(wire (pts (xy 200.66 111.76) (xy 201.93 111.76))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid db67ceeb-7a20-45fc-a54f-d343b16f254f)
|
||||
)
|
||||
(wire (pts (xy 106.68 96.52) (xy 118.11 96.52))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid db6cca2d-c6b7-400d-ab11-e64b73c5d3ef)
|
||||
)
|
||||
(wire (pts (xy 201.93 109.22) (xy 201.93 114.3))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid dc0054eb-c6d8-4f06-838e-40c33431824d)
|
||||
)
|
||||
(wire (pts (xy 140.97 80.01) (xy 140.97 86.36))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid e51f25c0-4873-4946-83d5-9074d76c93c6)
|
||||
|
@ -1110,6 +1079,10 @@
|
|||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid ed927ada-233b-4e77-a7a1-83bd978128d6)
|
||||
)
|
||||
(wire (pts (xy 184.15 91.44) (xy 203.2 91.44))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid ee84ed82-a9b6-4932-9232-28bd6cbc3681)
|
||||
)
|
||||
(wire (pts (xy 215.9 67.31) (xy 215.9 73.66))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid ee9a0c8f-943f-47e4-bc71-bfaad15db956)
|
||||
|
@ -1126,6 +1099,14 @@
|
|||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid f54f57f7-07b4-4d95-811a-0a685daa51b4)
|
||||
)
|
||||
(wire (pts (xy 199.39 88.9) (xy 203.2 88.9))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid f6f6218f-3ffb-4a4c-9e09-f02fa0d59ec7)
|
||||
)
|
||||
(wire (pts (xy 200.66 111.76) (xy 203.2 111.76))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid fa9da361-9007-4f75-8844-44a6db916194)
|
||||
)
|
||||
(wire (pts (xy 170.18 99.06) (xy 170.18 101.6))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid faae9d2c-d2ec-4876-a54c-b7f99c6f960b)
|
||||
|
@ -1165,7 +1146,7 @@
|
|||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
(uuid c89edaff-35c8-4830-846f-4146c6f59421)
|
||||
)
|
||||
(label "hi_sel" (at 238.76 96.52 180)
|
||||
(label "hi_sel" (at 241.3 88.9 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
(uuid d919a830-50b2-44bc-a117-c2adfd725d89)
|
||||
)
|
||||
|
@ -1181,10 +1162,10 @@
|
|||
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||
)
|
||||
)
|
||||
(global_label "MAX_SW_A" (shape input) (at 201.93 116.84 270) (fields_autoplaced)
|
||||
(global_label "MAX_SW_A" (shape input) (at 201.93 114.3 270) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 0a3a5220-544c-4d88-b0d5-a729ed0c0dca)
|
||||
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 86.36 241.3 0)
|
||||
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 86.36 238.76 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
)
|
||||
|
@ -1195,10 +1176,10 @@
|
|||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||
)
|
||||
)
|
||||
(global_label "CB_VCC" (shape input) (at 189.23 77.47 180) (fields_autoplaced)
|
||||
(global_label "CB_VCC" (shape input) (at 185.42 77.47 180) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 5a4c068f-507f-41ff-82aa-85b784be179d)
|
||||
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 179.7696 77.5494 0)
|
||||
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 175.9596 77.5494 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right) hide)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue