Showing preview only (8,528K chars total). Download the full file or copy to clipboard to get everything.
Repository: diminDDL/ProPico
Branch: main
Commit: 97a9755ee7d7
Files: 46
Total size: 8.1 MB
Directory structure:
gitextract_0rwmiar3/
├── .gitignore
├── LICENSE
├── ProPico.kicad_pcb
├── ProPico.kicad_prl
├── ProPico.kicad_pro
├── ProPico.kicad_sch
├── README.md
├── bom/
│ └── ibom.html
├── fp-lib-table
├── libs/
│ ├── ECS-120-12-36-AGN-TR3/
│ │ └── ECS-120-12-36-AGN-TR--3DModel-STEP-56544.STEP
│ ├── RP2040/
│ │ ├── MCU_RaspberryPi_RP2040.lib
│ │ └── RP2040.pretty/
│ │ └── RP2040-QFN-56.kicad_mod
│ ├── Raspberry_Pi_Pico/
│ │ ├── MCU_RaspberryPi_and_Boards.kicad_sym
│ │ ├── MCU_RaspberryPi_and_Boards.pretty/
│ │ │ ├── Crystal_SMD_HC49-US.kicad_mod
│ │ │ ├── RP2040-QFN-56.kicad_mod
│ │ │ └── RPi_Pico_SMD_TH.kicad_mod
│ │ ├── RPi_Pico.pretty/
│ │ │ ├── CUI_SJ-3523-audio-jack.kicad_mod
│ │ │ ├── DSUB-15-L77HDE15SD1CH4F.kicad_mod
│ │ │ ├── Icon
│ │ │ ├── MBR120_SOD-123.kicad_mod
│ │ │ ├── RPi_Pico_SMD_TH.kicad_mod
│ │ │ └── USB_Micro-B_Amphenol_10103594-0001LF_Horizontal_modified.kicad_mod
│ │ └── Raspberry Pi Pico-R3.STEP
│ ├── W25Q16JVUXIQ_TR/
│ │ ├── IC_W25Q16JVUXIQ_TR.kicad_mod
│ │ ├── License.txt
│ │ ├── W25Q16JVUXIQ_TR.kicad_sym
│ │ ├── W25Q16JVUXIQ_TR.step
│ │ └── how-to-import.htm
│ └── connector/
│ ├── Pico_20pin.kicad_mod
│ └── Pico_4pin.kicad_mod
├── outputs/
│ └── blender/
│ ├── propico.blend
│ ├── propico.blend1
│ └── propico.pcb3d
├── software/
│ └── pro-pico-template/
│ ├── .gitignore
│ ├── CMakeLists.txt
│ ├── blink.pio
│ ├── build/
│ │ └── ProPicoTemplate.uf2
│ ├── lib/
│ │ └── Memory/
│ │ ├── CMakeLists.txt
│ │ ├── LICENSE
│ │ ├── README.md
│ │ ├── include/
│ │ │ └── Memory.hpp
│ │ └── src/
│ │ └── Memory.cpp
│ ├── main.cpp
│ ├── pico_sdk_import.cmake
│ └── upload.sh
└── sym-lib-table
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
# Format documentation: http://kicad-pcb.org/help/file-formats/
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.sch-bak
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache
*-backups
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv
================================================
FILE: LICENSE
================================================
MIT License
Copyright (c) 2022 Dima
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
================================================
FILE: ProPico.kicad_pcb
================================================
(kicad_pcb (version 20221018) (generator pcbnew)
(general
(thickness 1)
)
(paper "A5")
(layers
(0 "F.Cu" signal)
(31 "B.Cu" signal)
(32 "B.Adhes" user "B.Adhesive")
(33 "F.Adhes" user "F.Adhesive")
(34 "B.Paste" user)
(35 "F.Paste" user)
(36 "B.SilkS" user "B.Silkscreen")
(37 "F.SilkS" user "F.Silkscreen")
(38 "B.Mask" user)
(39 "F.Mask" user)
(40 "Dwgs.User" user "User.Drawings")
(41 "Cmts.User" user "User.Comments")
(42 "Eco1.User" user "User.Eco1")
(43 "Eco2.User" user "User.Eco2")
(44 "Edge.Cuts" user)
(45 "Margin" user)
(46 "B.CrtYd" user "B.Courtyard")
(47 "F.CrtYd" user "F.Courtyard")
(48 "B.Fab" user)
(49 "F.Fab" user)
)
(setup
(stackup
(layer "F.SilkS" (type "Top Silk Screen"))
(layer "F.Paste" (type "Top Solder Paste"))
(layer "F.Mask" (type "Top Solder Mask") (thickness 0.01))
(layer "F.Cu" (type "copper") (thickness 0.035))
(layer "dielectric 1" (type "core") (thickness 0.91) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02))
(layer "B.Cu" (type "copper") (thickness 0.035))
(layer "B.Mask" (type "Bottom Solder Mask") (thickness 0.01))
(layer "B.Paste" (type "Bottom Solder Paste"))
(layer "B.SilkS" (type "Bottom Silk Screen"))
(copper_finish "None")
(dielectric_constraints no)
)
(pad_to_mask_clearance 0)
(pcbplotparams
(layerselection 0x00010fc_ffffffff)
(plot_on_all_layers_selection 0x0000000_00000000)
(disableapertmacros false)
(usegerberextensions false)
(usegerberattributes true)
(usegerberadvancedattributes true)
(creategerberjobfile true)
(dashed_line_dash_ratio 12.000000)
(dashed_line_gap_ratio 3.000000)
(svgprecision 4)
(plotframeref false)
(viasonmask false)
(mode 1)
(useauxorigin false)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15.000000)
(dxfpolygonmode true)
(dxfimperialunits true)
(dxfusepcbnewfont true)
(psnegative false)
(psa4output false)
(plotreference true)
(plotvalue true)
(plotinvisibletext false)
(sketchpadsonfab false)
(subtractmaskfromsilk false)
(outputformat 1)
(mirror false)
(drillshape 1)
(scaleselection 1)
(outputdirectory "")
)
)
(net 0 "")
(net 1 "Net-(C3-Pad1)")
(net 2 "GND")
(net 3 "+3V3")
(net 4 "/XIN")
(net 5 "+5V")
(net 6 "+1V1")
(net 7 "VBUS")
(net 8 "Net-(D2-K)")
(net 9 "/GPIO23")
(net 10 "Net-(D3-K)")
(net 11 "/EEPROM_SCL")
(net 12 "Net-(J1-CC1)")
(net 13 "/D+")
(net 14 "/D-")
(net 15 "unconnected-(J1-SBU1-PadA8)")
(net 16 "Net-(J1-CC2)")
(net 17 "unconnected-(J1-SBU2-PadB8)")
(net 18 "/SWCLK")
(net 19 "/SWD")
(net 20 "/RUN")
(net 21 "/GPIO0")
(net 22 "/GPIO1")
(net 23 "/GPIO2")
(net 24 "/GPIO3")
(net 25 "/GPIO4")
(net 26 "/GPIO5")
(net 27 "/GPIO6")
(net 28 "/GPIO7")
(net 29 "/GPIO8")
(net 30 "/GPIO9")
(net 31 "/GPIO10")
(net 32 "/GPIO11")
(net 33 "/GPIO12")
(net 34 "/GPIO13")
(net 35 "/GPIO14")
(net 36 "/GPIO15")
(net 37 "/GPIO29_ADC3")
(net 38 "/GPIO28_ADC2")
(net 39 "/GPIO27_ADC1")
(net 40 "/GPIO26_ADC0")
(net 41 "/GPIO22")
(net 42 "/GPIO21")
(net 43 "/GPIO20")
(net 44 "/GPIO19")
(net 45 "/GPIO18")
(net 46 "/GPIO17")
(net 47 "/GPIO16")
(net 48 "/EEPROM_WP")
(net 49 "/3V0_VREF")
(net 50 "/QSPI_SS")
(net 51 "Net-(R1-Pad2)")
(net 52 "/XOUT")
(net 53 "/DP")
(net 54 "/EEPROM_SDA")
(net 55 "unconnected-(U1-Pad1)")
(net 56 "unconnected-(U1-Pad2)")
(net 57 "unconnected-(U1-Pad3)")
(net 58 "/QSPI_SD1")
(net 59 "/QSPI_SD2")
(net 60 "/QSPI_SD0")
(net 61 "/QSPI_SCLK")
(net 62 "/QSPI_SD3")
(net 63 "Net-(C6-Pad1)")
(net 64 "/DN")
(net 65 "/ADC_VREF")
(footprint "W25Q16JVUXIQ_TR:IC_W25Q16JVUXIQ_TR" (layer "F.Cu")
(tstamp 00737e19-b443-4ed5-974f-fbc436c31055)
(at 97.2566 59.1058 90)
(property "LCSC" "C2843335")
(property "P/N" "W25Q16JVUXIQ")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "128Mb Serial Flash Memory, Standard/Dual/Quad SPI, SOIC-8")
(property "ki_keywords" "flash memory SPI QPI DTR")
(path "/de6b3201-24ca-4a49-9a48-8ba9074f206f")
(attr smd)
(fp_text reference "U2" (at 1.275 -1.925 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp c86d307a-1bf2-4856-b840-486b7fba1e25)
)
(fp_text value "W25Q16JVUXIQ" (at 9.53 1.925 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 9b960c36-482c-421a-9ad8-b65ca5b656b9)
)
(fp_poly
(pts
(xy -1.65 -0.85)
(xy -1.1 -0.85)
(xy -1.1 -0.65)
(xy -1.65 -0.65)
)
(stroke (width 0.01) (type solid)) (fill solid) (layer "F.Paste") (tstamp 49cd07b8-7cb3-4ef2-9fb4-c0c94acd335f))
(fp_poly
(pts
(xy -1.65 -0.35)
(xy -1.1 -0.35)
(xy -1.1 -0.15)
(xy -1.65 -0.15)
)
(stroke (width 0.01) (type solid)) (fill solid) (layer "F.Paste") (tstamp b7efee7f-dcb5-4a09-9e99-864f87f3c94d))
(fp_poly
(pts
(xy -1.65 0.15)
(xy -1.1 0.15)
(xy -1.1 0.35)
(xy -1.65 0.35)
)
(stroke (width 0.01) (type solid)) (fill solid) (layer "F.Paste") (tstamp 6ebfd3f5-fd79-47b5-bf4b-484f27144d09))
(fp_poly
(pts
(xy -1.65 0.65)
(xy -1.1 0.65)
(xy -1.1 0.85)
(xy -1.65 0.85)
)
(stroke (width 0.01) (type solid)) (fill solid) (layer "F.Paste") (tstamp ee1bd987-861c-4bf5-9bf3-abb073eca007))
(fp_poly
(pts
(xy -0.1 -0.6)
(xy 0.1 -0.6)
(xy 0.1 -0.1)
(xy -0.1 -0.1)
)
(stroke (width 0.01) (type solid)) (fill solid) (layer "F.Paste") (tstamp bd6ae2f4-a37c-40c0-93f9-df6c3c4a5761))
(fp_poly
(pts
(xy -0.1 0.1)
(xy 0.1 0.1)
(xy 0.1 0.6)
(xy -0.1 0.6)
)
(stroke (width 0.01) (type solid)) (fill solid) (layer "F.Paste") (tstamp f92da39a-5c35-4fc5-9ce8-7b6580274edc))
(fp_poly
(pts
(xy 1.1 -0.85)
(xy 1.65 -0.85)
(xy 1.65 -0.65)
(xy 1.1 -0.65)
)
(stroke (width 0.01) (type solid)) (fill solid) (layer "F.Paste") (tstamp 48b89224-78a1-4ca9-9090-ceebafed98c8))
(fp_poly
(pts
(xy 1.1 -0.35)
(xy 1.65 -0.35)
(xy 1.65 -0.15)
(xy 1.1 -0.15)
)
(stroke (width 0.01) (type solid)) (fill solid) (layer "F.Paste") (tstamp 4f0b6bdb-4b18-4c7d-9229-9fcca0bca661))
(fp_poly
(pts
(xy 1.1 0.15)
(xy 1.65 0.15)
(xy 1.65 0.35)
(xy 1.1 0.35)
)
(stroke (width 0.01) (type solid)) (fill solid) (layer "F.Paste") (tstamp 7cf72d45-e6f3-4971-a2c8-cd063ae51f4d))
(fp_poly
(pts
(xy 1.1 0.65)
(xy 1.65 0.65)
(xy 1.65 0.85)
(xy 1.1 0.85)
)
(stroke (width 0.01) (type solid)) (fill solid) (layer "F.Paste") (tstamp cc8733e8-d436-4826-86ff-550ea3ca5f76))
(fp_line (start -0.63 -1) (end -0.47 -1)
(stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 4914784d-7a32-4b2a-b96b-bd7130d88055))
(fp_line (start -0.63 1) (end -0.47 1)
(stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp 71d3e28d-6604-4ae7-8f78-dc434bda23ca))
(fp_line (start 0.63 -1) (end 0.47 -1)
(stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp a3ed2eef-8ed9-44c2-b22a-94b9a097c6f0))
(fp_line (start 0.63 1) (end 0.47 1)
(stroke (width 0.127) (type solid)) (layer "F.SilkS") (tstamp d9cc1a3b-2d24-4354-bb56-e9e0f9702817))
(fp_circle (center -1.651 -1.143) (end -1.551 -1.143)
(stroke (width 0.2) (type solid)) (fill none) (layer "F.SilkS") (tstamp 4642ecc4-2d2c-4dd4-8b86-d5377f5b8836))
(fp_line (start -1.9 -1.25) (end -1.9 1.25)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea4616b0-0088-413a-9031-bde19bc27653))
(fp_line (start -1.9 1.25) (end 1.9 1.25)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a6fba96b-69c9-4ae1-b74a-441130b9e441))
(fp_line (start 1.9 -1.25) (end -1.9 -1.25)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4ce733fb-f476-4e71-a8e3-e5999b332f1f))
(fp_line (start 1.9 1.25) (end 1.9 -1.25)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f69b2d3c-0242-41b4-987b-ec774b81b7d7))
(fp_line (start -1.5 -1) (end 1.5 -1)
(stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp a295b661-cfb8-4d28-a8d6-4a7809aa4c29))
(fp_line (start -1.5 1) (end -1.5 -1)
(stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp 2c808459-4f9c-4c36-8db5-9c68b658b6d0))
(fp_line (start 1.5 -1) (end 1.5 1)
(stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp 858adc66-ee8b-43ee-bebc-91888f45915a))
(fp_line (start 1.5 1) (end -1.5 1)
(stroke (width 0.127) (type solid)) (layer "F.Fab") (tstamp a7f84bb4-68b3-47ee-ab7f-806946d6567d))
(fp_circle (center -1.651 -1.143) (end -1.551 -1.143)
(stroke (width 0.2) (type solid)) (fill none) (layer "F.Fab") (tstamp 33fe763c-e960-4ea2-886d-fac93e00473e))
(pad "1" smd rect (at -1.25 -0.75 90) (size 0.6 0.3) (layers "F.Cu" "F.Mask")
(net 50 "/QSPI_SS") (pinfunction "~{CS}") (pintype "input") (tstamp 3bb4ee39-5054-4243-858d-0746e83b706d))
(pad "2" smd rect (at -1.25 -0.25 90) (size 0.6 0.3) (layers "F.Cu" "F.Mask")
(net 58 "/QSPI_SD1") (pinfunction "DO(IO1)") (pintype "bidirectional") (tstamp ef0debe4-d1fc-40eb-8095-46678faf9a0d))
(pad "3" smd rect (at -1.25 0.25 90) (size 0.6 0.3) (layers "F.Cu" "F.Mask")
(net 59 "/QSPI_SD2") (pinfunction "IO2") (pintype "bidirectional") (tstamp 21d3b535-6566-4430-baa6-2f6c4589e9a8))
(pad "4" smd rect (at -1.25 0.75 90) (size 0.6 0.3) (layers "F.Cu" "F.Mask")
(net 2 "GND") (pinfunction "GND") (pintype "power_in") (tstamp f9d22195-b076-4ec8-9ce8-ff637b318ea7))
(pad "5" smd rect (at 1.25 0.75 90) (size 0.6 0.3) (layers "F.Cu" "F.Mask")
(net 60 "/QSPI_SD0") (pinfunction "DI(IO0)") (pintype "bidirectional") (tstamp e74784a9-fe1f-4c90-9710-d89d5c558a0c))
(pad "6" smd rect (at 1.25 0.25 90) (size 0.6 0.3) (layers "F.Cu" "F.Mask")
(net 61 "/QSPI_SCLK") (pinfunction "CLK") (pintype "input") (tstamp 14dc0c31-2ce8-4215-b189-aa6e55977593))
(pad "7" smd rect (at 1.25 -0.25 90) (size 0.6 0.3) (layers "F.Cu" "F.Mask")
(net 62 "/QSPI_SD3") (pinfunction "IO3") (pintype "bidirectional") (tstamp 8be33d16-a98e-4e78-b519-891658705d1b))
(pad "8" smd rect (at 1.25 -0.75 90) (size 0.6 0.3) (layers "F.Cu" "F.Mask")
(net 3 "+3V3") (pinfunction "VCC") (pintype "power_in") (tstamp d7f74725-f484-4af8-9a7c-359ea9dfc783))
(pad "9" smd rect (at 0 0 90) (size 0.3 1.7) (layers "F.Cu" "F.Mask") (tstamp cbeee061-91ab-4874-8f35-70e363b4b7f9))
(model "${KIPRJMOD}/lib/W25Q16JVUXIQ_TR/W25Q16JVUXIQ_TR.step" hide
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz -90 0 0))
)
(model "${KIPRJMOD}/libs/W25Q16JVUXIQ_TR/W25Q16JVUXIQ_TR.step"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz -90 0 0))
)
)
(footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu")
(tstamp 02fec3d9-5de3-4f44-8959-f7b19719f4c8)
(at 96.2406 46.1518 180)
(descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor")
(property "LCSC" "C25543")
(property "P/N" "0402WGJ0102TCE")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Resistor")
(property "ki_keywords" "R res resistor")
(path "/ca14f581-b725-4245-a1da-b6e69fd19a90")
(attr smd)
(fp_text reference "R13" (at 0 -1.17) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 3dcd7086-3e4d-478f-b74f-fdc0511ae82d)
)
(fp_text value "1k" (at 0 1.17) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp c703f55b-af72-45f0-9654-aae5541bd7e1)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 0.26 0.26) (thickness 0.04)))
(tstamp bef5f2e9-5c1f-4f37-ac08-47db2d871399)
)
(fp_line (start -0.153641 -0.38) (end 0.153641 -0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ceded9b3-1bba-4865-8de2-dba7e0ad6a2b))
(fp_line (start -0.153641 0.38) (end 0.153641 0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f15a8e6b-3bf3-4524-be40-bbd11ace3749))
(fp_line (start -0.93 -0.47) (end 0.93 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc840818-0790-4ab9-95fb-972cbc4388c0))
(fp_line (start -0.93 0.47) (end -0.93 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 341e99c7-cb08-4a81-a1ea-d5c40cf91337))
(fp_line (start 0.93 -0.47) (end 0.93 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7806e1ee-e229-4bdc-823c-c48e47243ddd))
(fp_line (start 0.93 0.47) (end -0.93 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ff74b395-85ea-4cb3-937c-ab4fd2bde49e))
(fp_line (start -0.525 -0.27) (end 0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1613b36f-dd64-481a-8af1-e72a54fbe043))
(fp_line (start -0.525 0.27) (end -0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3bbcc766-4a45-4efb-bfb1-d6864265d6e3))
(fp_line (start 0.525 -0.27) (end 0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d125c3c-1ed3-45db-b5f0-0f4f238e9727))
(fp_line (start 0.525 0.27) (end -0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 20b4a252-e91c-4b05-b810-ef71b5cb3951))
(pad "1" smd roundrect (at -0.51 0 180) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 10 "Net-(D3-K)") (pintype "passive") (tstamp a4b194bd-df0b-4812-975a-6538d53cc4c2))
(pad "2" smd roundrect (at 0.51 0 180) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp 838827b8-bbd6-4877-8536-7902152e98e6))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Button_Switch_SMD:SW_SPST_B3U-1000P" locked (layer "F.Cu")
(tstamp 0637556e-73ce-42aa-be65-80d58baf2ff2)
(at 98.0186 51.1048 90)
(descr "Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, without Ground Terminal, without Boss")
(tags "Tactile Switch")
(property "LCSC" "C231329")
(property "P/N" "B3U-1000P")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Push button switch, generic, two pins")
(property "ki_keywords" "switch normally-open pushbutton push-button")
(path "/51d2cfee-215a-4b9d-9ea4-5baf139a9086")
(attr smd)
(fp_text reference "SW1" (at 0 -2.5 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 26dcf51d-76dc-4161-9443-a85ef564ff28)
)
(fp_text value "BOOTSEL" (at 0 2.5 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 5ecd1464-1467-444e-8d27-003e9da43b7e)
)
(fp_text user "${REFERENCE}" (at 0 -2.5 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b42a2d7a-7f4f-478b-b058-650f50b9301e)
)
(fp_line (start -1.65 -1.4) (end 1.65 -1.4)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db6ecf4e-3bce-4d1b-89a0-24a64aec6efc))
(fp_line (start -1.65 -1.1) (end -1.65 -1.4)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3516df2b-dfef-469c-99be-263492519f46))
(fp_line (start -1.65 1.1) (end -1.65 1.4)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d448a120-c40c-41ee-a357-e9e014b3ce6c))
(fp_line (start -1.65 1.4) (end 1.65 1.4)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5bd5f356-b019-4533-a21c-1f9e6ba67039))
(fp_line (start 1.65 -1.4) (end 1.65 -1.1)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2dcb3444-e808-4a40-85e1-d51e309f2d10))
(fp_line (start 1.65 1.4) (end 1.65 1.1)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a2a0be3-5eff-46a6-bce9-34fb31e6b2f7))
(fp_line (start -2.4 -1.65) (end -2.4 1.65)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1fbeaa61-0463-4005-a60a-32b58584d610))
(fp_line (start -2.4 1.65) (end 2.4 1.65)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f901bd1-5afd-4a57-84d4-de34ed26a41a))
(fp_line (start 2.4 -1.65) (end -2.4 -1.65)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6c97880-59f8-4894-a6a0-43b07b6536b5))
(fp_line (start 2.4 1.65) (end 2.4 -1.65)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bfa71c06-ef6f-48b2-96ff-0452866e909a))
(fp_line (start -1.5 -1.25) (end 1.5 -1.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66fe0222-a2ca-4195-adce-04c5ea1c76b4))
(fp_line (start -1.5 1.25) (end -1.5 -1.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff4dbbd3-e531-48fb-babe-40207785fc18))
(fp_line (start 1.5 -1.25) (end 1.5 1.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 939c2c9d-abd2-4a38-83c8-6ac7d77c893a))
(fp_line (start 1.5 1.25) (end -1.5 1.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f44753e-0f32-4222-b09d-901a0754c605))
(fp_circle (center 0 0) (end 0.75 0)
(stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 604f77fa-71ba-4e67-a2fc-449b58986211))
(pad "1" smd rect locked (at -1.7 0 90) (size 0.9 1.7) (layers "F.Cu" "F.Paste" "F.Mask")
(net 2 "GND") (pinfunction "1") (pintype "passive") (tstamp 4d930b9a-6922-4bc9-a5a9-70362639c9ab))
(pad "2" smd rect locked (at 1.7 0 90) (size 0.9 1.7) (layers "F.Cu" "F.Paste" "F.Mask")
(net 51 "Net-(R1-Pad2)") (pinfunction "2") (pintype "passive") (tstamp ec163d44-7607-47c3-b0fc-3d23a1078112))
(model "${KICAD6_3DMODEL_DIR}/Button_Switch_SMD.3dshapes/SW_SPST_B3U-1000P.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu")
(tstamp 084bab33-f5e7-4449-99dc-1a3f3c98c4ca)
(at 107.6452 58.5724 90)
(descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "capacitor")
(property "LCSC" "C77009")
(property "P/N" "GRM155R61E105KA12D")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Unpolarized capacitor")
(property "ki_keywords" "cap capacitor")
(path "/8082bead-fa56-4716-b835-57403211c1c4")
(attr smd)
(fp_text reference "C12" (at 0 -1.16 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 1ef10d70-5f0f-4da3-af3a-caf964a5c3b9)
)
(fp_text value "1u" (at 0 1.16 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 685aa9a5-3a82-4493-a1de-62be43fa1894)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.25 0.25) (thickness 0.04)))
(tstamp 11cf97c5-9840-4d0b-9371-ff6ee0feed96)
)
(fp_line (start -0.107836 -0.36) (end 0.107836 -0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46a663cf-8a49-4b95-b1d6-9b7c898d7d52))
(fp_line (start -0.107836 0.36) (end 0.107836 0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a710841-5a71-42e2-93f7-617e3887268b))
(fp_line (start -0.91 -0.46) (end 0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c0a2fdb-5010-4d1b-9e97-05ac4fc0f2e0))
(fp_line (start -0.91 0.46) (end -0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e729e918-7df2-438e-b2c4-79ce9c808d16))
(fp_line (start 0.91 -0.46) (end 0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3a7b7174-772c-49a4-b331-720e8843cf76))
(fp_line (start 0.91 0.46) (end -0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1284234-0696-4b30-b742-95b09ad37bcf))
(fp_line (start -0.5 -0.25) (end 0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 273b4e21-49ef-444b-a3df-96734ef218af))
(fp_line (start -0.5 0.25) (end -0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a8165b4-73e9-46e1-89ec-9b1b6fc07246))
(fp_line (start 0.5 -0.25) (end 0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c28daefc-8796-4af1-bf49-d817179eae3b))
(fp_line (start 0.5 0.25) (end -0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b1ca425-36b7-4abe-a4cb-47c0b86b0b0d))
(pad "1" smd roundrect (at -0.48 0 90) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pintype "passive") (tstamp fd2fd3df-74be-4534-9bb6-ee5e7056b6ce))
(pad "2" smd roundrect (at 0.48 0 90) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp 5f0d4dfd-2f4a-44e0-8b80-db8c8923e08f))
(model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu")
(tstamp 1026efc2-93f4-4ca5-83df-1743cff4e83c)
(at 108.4326 47.8028 180)
(descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "capacitor handsolder")
(property "LCSC" "C57895")
(property "P/N" "CL10A225KA8NNNC")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Unpolarized capacitor")
(property "ki_keywords" "cap capacitor")
(path "/b5d0d791-9b42-4c22-bff8-11f9119be21d")
(attr smd)
(fp_text reference "C4" (at 0 -1.43) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 2c5408de-74ee-4215-8434-ca8783716edb)
)
(fp_text value "2.2u" (at 0 1.43) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 81a65a5f-cff5-422f-9c23-1143783f10b2)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 0.4 0.4) (thickness 0.06)))
(tstamp 5baabbbe-43aa-4605-bcef-f18afec0a1da)
)
(fp_line (start -0.146267 -0.51) (end 0.146267 -0.51)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d40231e4-766f-4dbe-997a-12aaed37692d))
(fp_line (start -0.146267 0.51) (end 0.146267 0.51)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6194380-329b-46f4-bca4-b9cd976edf46))
(fp_line (start -1.65 -0.73) (end 1.65 -0.73)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b1801ad-255d-4539-abcb-cd31f22109cd))
(fp_line (start -1.65 0.73) (end -1.65 -0.73)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d5320c76-356b-4d4a-ae5e-4d0f3fa9df63))
(fp_line (start 1.65 -0.73) (end 1.65 0.73)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 351ddf8a-1e53-4bb2-a9cf-2aa0eddce3a4))
(fp_line (start 1.65 0.73) (end -1.65 0.73)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88f13c2b-7c12-437d-8d36-d6d96edf383d))
(fp_line (start -0.8 -0.4) (end 0.8 -0.4)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79cd2e47-f6ec-4a38-a9a5-6a24c3e302b9))
(fp_line (start -0.8 0.4) (end -0.8 -0.4)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90b11756-6e53-46b2-9856-4eaf0eadf83b))
(fp_line (start 0.8 -0.4) (end 0.8 0.4)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3ae4891c-8208-494c-bfe1-406011ac982d))
(fp_line (start 0.8 0.4) (end -0.8 0.4)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp caa3ad8f-b528-4d0f-9e84-7cf1e8832147))
(pad "1" smd roundrect (at -0.8625 0 180) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 5 "+5V") (pintype "passive") (tstamp eb55e828-5f4a-4c90-9658-e397b9ec7a25))
(pad "2" smd roundrect (at 0.8625 0 180) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp 70e6e01a-bdf7-4949-aa41-0227e81360c8))
(model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu")
(tstamp 1a5c8850-a01b-4094-a74c-7477373152b5)
(at 98.1456 76.8858 -90)
(descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "capacitor")
(property "LCSC" "C126499")
(property "P/N" "GCM1555C1H180JA16D")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Unpolarized capacitor")
(property "ki_keywords" "cap capacitor")
(path "/f8457cc1-aace-4dfe-a2c5-3d88c5d4a4dc")
(attr smd)
(fp_text reference "C2" (at 0 -1.16 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 1e19e6d3-2ba6-463f-ad78-bdd058374294)
)
(fp_text value "18p" (at 0 1.16 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp a18b2acf-09c4-4ad8-8988-d90bb5bdf0be)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.25 0.25) (thickness 0.04)))
(tstamp b431a639-08a4-4913-b15e-d3496d452616)
)
(fp_line (start -0.107836 -0.36) (end 0.107836 -0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb23ac3e-0cc4-45bd-b37f-127f18b36a26))
(fp_line (start -0.107836 0.36) (end 0.107836 0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6d41188-cf6f-4623-abde-3f487b273e97))
(fp_line (start -0.91 -0.46) (end 0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b5c70f8c-18dd-41a6-b148-da0beb7d2f2b))
(fp_line (start -0.91 0.46) (end -0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a82838a6-b3de-40a5-9c02-2d5ac03a3b1d))
(fp_line (start 0.91 -0.46) (end 0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7a183d7b-4456-4805-8492-8acd0ca8584c))
(fp_line (start 0.91 0.46) (end -0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 564ea479-6ec2-450e-9777-d15aa2d0bd07))
(fp_line (start -0.5 -0.25) (end 0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef4b8fba-3bbe-4c73-88cf-31e3437e7962))
(fp_line (start -0.5 0.25) (end -0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 654a7ed6-461a-4863-97f5-7ea38a308c37))
(fp_line (start 0.5 -0.25) (end 0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1186ca50-34e5-4610-ab08-6b7f92f39782))
(fp_line (start 0.5 0.25) (end -0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee114761-1136-4ae5-9159-ffba10149af7))
(pad "1" smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 4 "/XIN") (pintype "passive") (tstamp fe85ad4f-c454-4137-8aac-cc843be10ac9))
(pad "2" smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp c7a4bdfe-28f6-4268-b36e-0b5d5efbf05b))
(model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "RP2040:RP2040-QFN-56" locked (layer "F.Cu")
(tstamp 21ff6c6e-b5be-474f-bfda-5426841463b5)
(at 102.8748 64.8208)
(descr "QFN, 56 Pin (http://www.cypress.com/file/416486/download#page=40), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py")
(tags "QFN DFN_QFN")
(property "LCSC" "C2040")
(property "P/N" "RP2040")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(path "/489944e9-1728-49ca-ba80-fae13f96aef9")
(attr smd)
(fp_text reference "U5" (at 0 -4.82) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 3a749315-feda-4e80-8ee6-6197d82dd7f6)
)
(fp_text value "RP2040" (at 0 4.82) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 45436b79-abbf-4b57-b705-8b39c74990fd)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp a51abbbc-dd12-4a5a-a543-4dadb1d123bc)
)
(fp_line (start -3.61 3.61) (end -3.61 2.96)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44e9ba95-6f6c-4955-bdee-7731264a2a0a))
(fp_line (start -2.96 -3.61) (end -3.61 -3.61)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 284eacb6-def6-4e87-ac36-f76d592138f2))
(fp_line (start -2.96 3.61) (end -3.61 3.61)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b9fa469-7ff7-4ce9-acfd-ddbd644b1433))
(fp_line (start 2.96 -3.61) (end 3.61 -3.61)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp efe9f9bc-dff6-414b-9221-aebc4c735f7a))
(fp_line (start 2.96 3.61) (end 3.61 3.61)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64e59666-218e-45ad-91f0-14d59bd889f8))
(fp_line (start 3.61 -3.61) (end 3.61 -2.96)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 877c3f4d-fc14-4201-b184-4f0951bb45a9))
(fp_line (start 3.61 3.61) (end 3.61 2.96)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36b117db-9734-4d06-ac2f-bb91d6670ca4))
(fp_line (start -4.12 -4.12) (end -4.12 4.12)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4fa0358b-2b6c-45e0-91e2-c866a89dc39f))
(fp_line (start -4.12 4.12) (end 4.12 4.12)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 412b9206-82d1-48df-ad12-c2cb60d204ca))
(fp_line (start 4.12 -4.12) (end -4.12 -4.12)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fc33e8ea-2bfb-4a11-bc38-2aea2f665836))
(fp_line (start 4.12 4.12) (end 4.12 -4.12)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 840e537e-d421-4633-8daf-765d6af2989e))
(fp_line (start -3.5 -2.5) (end -2.5 -3.5)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79f1e487-3eee-4b6b-8088-0b5aafed06c2))
(fp_line (start -3.5 3.5) (end -3.5 -2.5)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp babb00af-8b1d-469e-a8d4-348168e4f709))
(fp_line (start -2.5 -3.5) (end 3.5 -3.5)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3af8fbd-3d42-4879-8b0e-1ae95b432912))
(fp_line (start 3.5 -3.5) (end 3.5 3.5)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a1d62af-0853-4fc8-acce-ec7ee72f10c3))
(fp_line (start 3.5 3.5) (end -3.5 3.5)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b722b0db-1002-451b-adef-c98d7392f769))
(pad "" smd roundrect locked (at -0.6375 -0.6375) (size 1.084435 1.084435) (layers "F.Paste") (roundrect_rratio 0.2305347946) (tstamp 01723047-5b1d-4898-9aa1-49c5fe1e638a))
(pad "" smd roundrect locked (at -0.6375 0.6375) (size 1.084435 1.084435) (layers "F.Paste") (roundrect_rratio 0.2305347946) (tstamp 59931309-a9ab-4439-92b5-be20ec1227cf))
(pad "" smd roundrect locked (at 0.6375 -0.6375) (size 1.084435 1.084435) (layers "F.Paste") (roundrect_rratio 0.2305347946) (tstamp bbee4268-fc72-48f6-8919-9e6a99720959))
(pad "" smd roundrect locked (at 0.6375 0.6375) (size 1.084435 1.084435) (layers "F.Paste") (roundrect_rratio 0.2305347946) (tstamp 957d33a9-2033-4c04-9576-d4c6518ab1e7))
(pad "1" smd roundrect locked (at -3.4375 -2.6) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pinfunction "IOVDD") (pintype "power_in") (tstamp b3c353f8-3c25-4a76-9269-9689300aeccf))
(pad "2" smd roundrect locked (at -3.4375 -2.2) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 21 "/GPIO0") (pinfunction "GPIO0") (pintype "bidirectional") (tstamp 32ba42b7-d644-4f12-ae24-ebca3eca08f5))
(pad "3" smd roundrect locked (at -3.4375 -1.8) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 22 "/GPIO1") (pinfunction "GPIO1") (pintype "bidirectional") (tstamp aed2411a-29f5-4c0b-ae05-823e0052c910))
(pad "4" smd roundrect locked (at -3.4375 -1.4) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 23 "/GPIO2") (pinfunction "GPIO2") (pintype "bidirectional") (tstamp ffbdd3cb-fdec-4286-92fd-21316c3c891e))
(pad "5" smd roundrect locked (at -3.4375 -1) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 24 "/GPIO3") (pinfunction "GPIO3") (pintype "bidirectional") (tstamp 339694b5-7c0d-4a1a-bf4e-d15387f82822))
(pad "6" smd roundrect locked (at -3.4375 -0.6) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 25 "/GPIO4") (pinfunction "GPIO4") (pintype "bidirectional") (tstamp fdf6e172-adef-484d-8f4f-8a82f4b90862))
(pad "7" smd roundrect locked (at -3.4375 -0.2) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 26 "/GPIO5") (pinfunction "GPIO5") (pintype "bidirectional") (tstamp 9881c91d-1f0f-4168-8595-b714209b4516))
(pad "8" smd roundrect locked (at -3.4375 0.2) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 27 "/GPIO6") (pinfunction "GPIO6") (pintype "bidirectional") (tstamp f9df68e6-d74d-4c70-9506-a2353f356cf8))
(pad "9" smd roundrect locked (at -3.4375 0.6) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 28 "/GPIO7") (pinfunction "GPIO7") (pintype "bidirectional") (tstamp 5f654519-22ab-46ad-bd1a-aba7ff774080))
(pad "10" smd roundrect locked (at -3.4375 1) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pinfunction "IOVDD") (pintype "power_in") (tstamp 042feb11-c767-4193-962f-bddf52039a96))
(pad "11" smd roundrect locked (at -3.4375 1.4) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 29 "/GPIO8") (pinfunction "GPIO8") (pintype "bidirectional") (tstamp 20940efd-1c1f-4f8f-9da0-d30bffeb5cd1))
(pad "12" smd roundrect locked (at -3.4375 1.8) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 30 "/GPIO9") (pinfunction "GPIO9") (pintype "bidirectional") (tstamp fca0b5e3-3bb1-46b8-b757-230a8199f0ac))
(pad "13" smd roundrect locked (at -3.4375 2.2) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 31 "/GPIO10") (pinfunction "GPIO10") (pintype "bidirectional") (tstamp 20aaba89-dc8a-4665-bb57-2b9906f37783))
(pad "14" smd roundrect locked (at -3.4375 2.6) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 32 "/GPIO11") (pinfunction "GPIO11") (pintype "bidirectional") (tstamp 0ad76ec7-0a03-434e-82a4-e0b80ce1335e))
(pad "15" smd roundrect locked (at -2.6 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 33 "/GPIO12") (pinfunction "GPIO12") (pintype "bidirectional") (tstamp 3cfcd4dd-4cf2-4907-ba8f-85865e7124a7))
(pad "16" smd roundrect locked (at -2.2 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 34 "/GPIO13") (pinfunction "GPIO13") (pintype "bidirectional") (tstamp 10116958-d3aa-4b22-8902-d7cb4231934a))
(pad "17" smd roundrect locked (at -1.8 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 35 "/GPIO14") (pinfunction "GPIO14") (pintype "bidirectional") (tstamp a8e5732a-74e0-4f28-98a0-43cd87ea3bda))
(pad "18" smd roundrect locked (at -1.4 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 36 "/GPIO15") (pinfunction "GPIO15") (pintype "bidirectional") (tstamp 501c76cd-eac5-4573-9ad3-52aa0226814e))
(pad "19" smd roundrect locked (at -1 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pinfunction "TESTEN") (pintype "passive") (tstamp 82c734c6-9539-40d2-aa78-165c3b854e0b))
(pad "20" smd roundrect locked (at -0.6 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 4 "/XIN") (pinfunction "XIN") (pintype "input") (tstamp cdde1bce-5e06-4141-a90e-83ff8bcb87d9))
(pad "21" smd roundrect locked (at -0.2 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 52 "/XOUT") (pinfunction "XOUT") (pintype "passive") (tstamp 7829ed8c-d368-4ad4-8c91-7e97fb1f0345))
(pad "22" smd roundrect locked (at 0.2 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pinfunction "IOVDD") (pintype "power_in") (tstamp ac1fed13-28c4-495b-8ff2-70762acb693a))
(pad "23" smd roundrect locked (at 0.6 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 6 "+1V1") (pinfunction "DVDD") (pintype "power_in") (tstamp bc1863a7-d75c-4c76-9677-834cfda798b9))
(pad "24" smd roundrect locked (at 1 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 18 "/SWCLK") (pinfunction "SWCLK") (pintype "output") (tstamp 26d3928b-7660-4d41-b2db-b2d8822c1d9e))
(pad "25" smd roundrect locked (at 1.4 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 19 "/SWD") (pinfunction "SWD") (pintype "bidirectional") (tstamp 6de6c809-b954-498a-b05f-1185a88f6e27))
(pad "26" smd roundrect locked (at 1.8 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 20 "/RUN") (pinfunction "RUN") (pintype "input") (tstamp a8b035bb-d916-4270-ae2d-6ad558a15591))
(pad "27" smd roundrect locked (at 2.2 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 47 "/GPIO16") (pinfunction "GPIO16") (pintype "bidirectional") (tstamp 74880645-242c-44f2-afab-f84a207d35f6))
(pad "28" smd roundrect locked (at 2.6 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 46 "/GPIO17") (pinfunction "GPIO17") (pintype "bidirectional") (tstamp 5187da1c-b487-41c6-a9c5-95eab9ca48f1))
(pad "29" smd roundrect locked (at 3.4375 2.6) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 45 "/GPIO18") (pinfunction "GPIO18") (pintype "bidirectional") (tstamp bcd6f766-c6a4-4b2f-abd2-f9de99a046d6))
(pad "30" smd roundrect locked (at 3.4375 2.2) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 44 "/GPIO19") (pinfunction "GPIO19") (pintype "bidirectional") (tstamp f1ff484e-4f57-4cc3-ab3a-9f6817f64f81))
(pad "31" smd roundrect locked (at 3.4375 1.8) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 43 "/GPIO20") (pinfunction "GPIO20") (pintype "bidirectional") (tstamp aaea45ea-fe48-4b06-b141-afa0b65629ed))
(pad "32" smd roundrect locked (at 3.4375 1.4) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 42 "/GPIO21") (pinfunction "GPIO21") (pintype "bidirectional") (tstamp ebf6c40c-adac-47e8-8cb5-6700dd61393a))
(pad "33" smd roundrect locked (at 3.4375 1) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pinfunction "IOVDD") (pintype "power_in") (tstamp 6e6ff866-2700-4a67-8321-b09571672dec))
(pad "34" smd roundrect locked (at 3.4375 0.6) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 41 "/GPIO22") (pinfunction "GPIO22") (pintype "bidirectional") (tstamp d02109d8-e278-47a1-bf8d-de210c678072))
(pad "35" smd roundrect locked (at 3.4375 0.2) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 9 "/GPIO23") (pinfunction "GPIO23") (pintype "bidirectional") (tstamp 55c5a814-055b-4b47-a3fb-76ac3ee8a341))
(pad "36" smd roundrect locked (at 3.4375 -0.2) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 54 "/EEPROM_SDA") (pinfunction "GPIO24") (pintype "bidirectional") (tstamp e077c4b5-0358-4fb9-aa4d-0a68098a0273))
(pad "37" smd roundrect locked (at 3.4375 -0.6) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 11 "/EEPROM_SCL") (pinfunction "GPIO25") (pintype "bidirectional") (tstamp 767300d4-5f2c-4011-8642-c0c075152d9e))
(pad "38" smd roundrect locked (at 3.4375 -1) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 40 "/GPIO26_ADC0") (pinfunction "GPIO26_ADC0") (pintype "bidirectional") (tstamp 7484b029-03d4-4d6f-a89e-eb86e267481b))
(pad "39" smd roundrect locked (at 3.4375 -1.4) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 39 "/GPIO27_ADC1") (pinfunction "GPIO27_ADC1") (pintype "bidirectional") (tstamp 2548f479-5be9-42ee-9b71-3a2bf58f4c5e))
(pad "40" smd roundrect locked (at 3.4375 -1.8) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 38 "/GPIO28_ADC2") (pinfunction "GPIO28_ADC2") (pintype "bidirectional") (tstamp 06f023a1-23ca-40fd-bfea-dbea72a97ca6))
(pad "41" smd roundrect locked (at 3.4375 -2.2) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 37 "/GPIO29_ADC3") (pinfunction "GPIO29_ADC3") (pintype "bidirectional") (tstamp a8820eda-b1e5-467c-b002-8c2a93160fcb))
(pad "42" smd roundrect locked (at 3.4375 -2.6) (size 0.875 0.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pinfunction "IOVDD") (pintype "power_in") (tstamp 575e9f1f-10c5-4173-b4a0-f8b1429a83cc))
(pad "43" smd roundrect locked (at 2.6 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 65 "/ADC_VREF") (pinfunction "ADC_AVDD") (pintype "power_in") (tstamp a7c72282-ddc6-4fdd-8bd0-9228820ba751))
(pad "44" smd roundrect locked (at 2.2 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pinfunction "VREG_IN") (pintype "power_in") (tstamp 01061dc2-f316-4e61-b604-68888e445607))
(pad "45" smd roundrect locked (at 1.8 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 6 "+1V1") (pinfunction "VREG_VOUT") (pintype "power_out") (tstamp f3080dee-abdd-43be-9f2d-d08ff8533b83))
(pad "46" smd roundrect locked (at 1.4 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 64 "/DN") (pinfunction "USB_DM") (pintype "bidirectional") (tstamp 73e83ae4-f11a-4f33-9c11-30aee9dbf1d4))
(pad "47" smd roundrect locked (at 1 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 53 "/DP") (pinfunction "USB_DP") (pintype "bidirectional") (tstamp deb89cb2-2558-4412-bc9c-55cac20d1d34))
(pad "48" smd roundrect locked (at 0.6 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pinfunction "USB_VDD") (pintype "power_in") (tstamp 1d86856f-9c7b-4660-89f5-169f3a6ecc04))
(pad "49" smd roundrect locked (at 0.2 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pinfunction "IOVDD") (pintype "power_in") (tstamp 4ce6313c-a5ef-4f7b-b7dc-675a324348e1))
(pad "50" smd roundrect locked (at -0.2 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 6 "+1V1") (pinfunction "DVDD") (pintype "power_in") (tstamp d8489b9c-b1d0-4bce-94c6-6aaff0eadd3c))
(pad "51" smd roundrect locked (at -0.6 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 62 "/QSPI_SD3") (pinfunction "QSPI_SD3") (pintype "bidirectional") (tstamp b6cf7658-4b56-4a5b-b9f9-fe946714af19))
(pad "52" smd roundrect locked (at -1 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 61 "/QSPI_SCLK") (pinfunction "QSPI_SCLK") (pintype "output") (tstamp d42e8502-c5bc-47df-956f-2fffc3370272))
(pad "53" smd roundrect locked (at -1.4 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 60 "/QSPI_SD0") (pinfunction "QSPI_SD0") (pintype "bidirectional") (tstamp ff6b8022-00d1-44f2-ae9a-007cd87fec8d))
(pad "54" smd roundrect locked (at -1.8 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 59 "/QSPI_SD2") (pinfunction "QSPI_SD2") (pintype "bidirectional") (tstamp 1f0cd687-ce91-47b3-8104-496e31c1ff89))
(pad "55" smd roundrect locked (at -2.2 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 58 "/QSPI_SD1") (pinfunction "QSPI_SD1") (pintype "bidirectional") (tstamp ff8c5375-87c6-48a8-8027-bfb526440572))
(pad "56" smd roundrect locked (at -2.6 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 50 "/QSPI_SS") (pinfunction "QSPI_SS") (pintype "bidirectional") (tstamp 640177c9-6203-401f-a964-09feda860448))
(pad "57" smd roundrect locked (at 0 0) (size 3.048 3.048) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.045)
(net 2 "GND") (pinfunction "GND") (pintype "power_in") (tstamp a9e42945-58df-41f6-87c3-5016b4919b74))
(model "${KISYS3DMOD}/Package_DFN_QFN.3dshapes/QFN-56-1EP_7x7mm_P0.4mm_EP5.6x5.6mm.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
(model "${KICAD6_3DMODEL_DIR}/Package_DFN_QFN.3dshapes/QFN-56-1EP_7x7mm_P0.4mm_EP5.6x5.6mm.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu")
(tstamp 244fde75-6592-46ca-94cc-e3b1814248b3)
(at 103.6066 59.1058 90)
(descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "capacitor")
(property "LCSC" "C77020")
(property "P/N" "GRM155R71H104KE14D")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Unpolarized capacitor")
(property "ki_keywords" "cap capacitor")
(path "/7f92b30c-1ad6-4b35-8575-123fc4fc676c")
(attr smd)
(fp_text reference "C13" (at 0 -1.16 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp c7871412-4258-4ef6-8403-55d949741307)
)
(fp_text value "100n" (at 0 1.16 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp a1f75d06-cb59-4aef-9421-9b53db2a2df7)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.25 0.25) (thickness 0.04)))
(tstamp 895d5a00-b4e4-4b8b-976c-a7f414354b8f)
)
(fp_line (start -0.107836 -0.36) (end 0.107836 -0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 96a2558e-082c-4648-ab24-520ab4eee82e))
(fp_line (start -0.107836 0.36) (end 0.107836 0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 219a8322-7274-4a21-9b52-fb99adce27f9))
(fp_line (start -0.91 -0.46) (end 0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp abb3c25d-a049-480c-87d3-6556e3ff4097))
(fp_line (start -0.91 0.46) (end -0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6b088953-00d9-4bd5-8af5-9b03cf6620e3))
(fp_line (start 0.91 -0.46) (end 0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0fb7e7f3-7ba1-4ef2-9947-ee6724d1e057))
(fp_line (start 0.91 0.46) (end -0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a158055-3217-4939-9103-2e7a66365b73))
(fp_line (start -0.5 -0.25) (end 0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a3f3c262-248e-4eb2-89fc-f6fbe8b5075b))
(fp_line (start -0.5 0.25) (end -0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a49c0db-31d2-4ea4-b074-d65a4a74f088))
(fp_line (start 0.5 -0.25) (end 0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7f1512b-25fb-4eb3-b380-5261a858d9c2))
(fp_line (start 0.5 0.25) (end -0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67e2a3af-1790-42d9-8ea9-d60f6fc25ad4))
(pad "1" smd roundrect (at -0.48 0 90) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pintype "passive") (tstamp 9d0d4fc1-dfbf-4a61-b491-4e20c2344d1c))
(pad "2" smd roundrect (at 0.48 0 90) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp 8d868960-f779-42c2-a842-0c668c8a18eb))
(model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu")
(tstamp 283f35f4-deca-4e18-8e40-c0557fd126f9)
(at 101.4476 72.1868 180)
(descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Resistor")
(property "ki_keywords" "R res resistor")
(path "/78d1f302-7533-45cd-96c9-201bf3cfd718")
(attr smd)
(fp_text reference "R5" (at 0 -1.17) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 2c86061b-af0b-4119-8965-4be88dcc63a5)
)
(fp_text value "1k" (at 0 1.17) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 6b88c64f-fff4-4fc3-922b-a1b79cdb958b)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 0.26 0.26) (thickness 0.04)))
(tstamp 3b079d57-fc86-4641-b3f2-ef9f5cfcd965)
)
(fp_line (start -0.153641 -0.38) (end 0.153641 -0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec4092a7-787d-4fef-bc51-45fdb9e75b41))
(fp_line (start -0.153641 0.38) (end 0.153641 0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92d0279c-a964-4205-aa39-af19af8399c3))
(fp_line (start -0.93 -0.47) (end 0.93 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f5f4021-e7d4-42a6-aefd-c08d8e624a81))
(fp_line (start -0.93 0.47) (end -0.93 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 691db6c1-30aa-41ec-9ee0-f2581a94cdf4))
(fp_line (start 0.93 -0.47) (end 0.93 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 03dd10b1-f084-49df-b1ea-8f3507b794fa))
(fp_line (start 0.93 0.47) (end -0.93 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 31008a48-7c62-4b52-871a-76218dc4c10e))
(fp_line (start -0.525 -0.27) (end 0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d0c072b-bfa7-4b8b-b305-07678a87fd7b))
(fp_line (start -0.525 0.27) (end -0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b957de4d-c005-46d1-91b2-c3932946043b))
(fp_line (start 0.525 -0.27) (end 0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f2466b0-870c-4e62-a3f4-9e5d5c77da9d))
(fp_line (start 0.525 0.27) (end -0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 707142a1-915a-4bf4-9894-2eb6c2c91af2))
(pad "1" smd roundrect (at -0.51 0 180) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 52 "/XOUT") (pintype "passive") (tstamp c2a1497e-e835-4102-8765-fc3d209ab6e8))
(pad "2" smd roundrect (at 0.51 0 180) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 1 "Net-(C3-Pad1)") (pintype "passive") (tstamp 7d6e8305-6fb8-41c5-a8bf-797a3836966e))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Resistor_SMD:R_0402_1005Metric_Pad0.72x0.64mm_HandSolder" (layer "F.Cu")
(tstamp 2d1cc815-3892-45e2-bea6-3f0abcdb3c8c)
(at 99.9236 48.0568 180)
(descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor handsolder")
(property "LCSC" "C105873")
(property "P/N" "RC0402JR-075K1")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Resistor")
(property "ki_keywords" "R res resistor")
(path "/5dd258e2-c50f-4b11-96ae-ee214973979c")
(attr smd)
(fp_text reference "R3" (at 0 -1.17) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 5a3b4951-e326-44f1-8d99-22278bcb0148)
)
(fp_text value "5.1k" (at 0 1.17) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 215b5b6f-43dc-4736-a4b0-664584c88ae7)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 0.26 0.26) (thickness 0.04)))
(tstamp 54aeab28-f945-4e64-baf4-8359287cc89f)
)
(fp_line (start -0.167621 -0.38) (end 0.167621 -0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9713f1f3-64b8-40a6-80e7-d4634754c441))
(fp_line (start -0.167621 0.38) (end 0.167621 0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 043f96c9-c041-48f7-b9d5-24951b1329c4))
(fp_line (start -1.1 -0.47) (end 1.1 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee21d404-a9f8-470c-962d-5fd879290e7b))
(fp_line (start -1.1 0.47) (end -1.1 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e92dd746-609f-4bf9-828d-699b559bbca2))
(fp_line (start 1.1 -0.47) (end 1.1 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bcfa5d26-dafb-489d-86c0-7ccc34efaed7))
(fp_line (start 1.1 0.47) (end -1.1 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 874b2de0-d2f0-414f-8bf1-72f2028791a2))
(fp_line (start -0.525 -0.27) (end 0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4acb6a78-5e23-460d-a25a-ddd1045f8256))
(fp_line (start -0.525 0.27) (end -0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66ed7355-53cc-4388-b735-50a9e58d23ba))
(fp_line (start 0.525 -0.27) (end 0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9dce474c-a801-44f5-8485-5dcd576781fb))
(fp_line (start 0.525 0.27) (end -0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9871e568-476f-4a3a-a84c-6a1b0e9fa9ce))
(pad "1" smd roundrect (at -0.5975 0 180) (size 0.715 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 16 "Net-(J1-CC2)") (pintype "passive") (tstamp 7cc0b285-6310-46cf-a41d-7e39df14b676))
(pad "2" smd roundrect (at 0.5975 0 180) (size 0.715 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp f75ed8eb-03ed-4033-b3dc-ba8cc39d5c9a))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu")
(tstamp 36ae5b2a-87f2-4a2a-aee6-d7722c761f0c)
(at 109.0676 62.4078)
(descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "capacitor")
(property "LCSC" "C77020")
(property "P/N" "GRM155R71H104KE14D")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Unpolarized capacitor")
(property "ki_keywords" "cap capacitor")
(path "/2cc5db9e-ecfb-4fe7-9b1e-d6e514cb763f")
(attr smd)
(fp_text reference "C14" (at 0 -1.16) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 84aadeee-c77c-48df-9d11-610460818af1)
)
(fp_text value "100n" (at 0 1.16) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 3a7b2968-220b-4d43-b296-77641451981f)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 0.25 0.25) (thickness 0.04)))
(tstamp 4e7bd355-1c60-4dc8-9038-e984d3da826a)
)
(fp_line (start -0.107836 -0.36) (end 0.107836 -0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07667584-7f5b-4beb-9ee9-380af6114fae))
(fp_line (start -0.107836 0.36) (end 0.107836 0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a98137a-b71b-4858-beed-93c4bca30f34))
(fp_line (start -0.91 -0.46) (end 0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c524fd0-21a8-4cbb-863d-3348a1363326))
(fp_line (start -0.91 0.46) (end -0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 96531a2a-d311-4e49-a9b8-b065c20adb61))
(fp_line (start 0.91 -0.46) (end 0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 678433cf-241f-4b16-b1b8-4cf41dbdbbf3))
(fp_line (start 0.91 0.46) (end -0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0cf7104b-1f80-4d28-b5e8-7b4a2d77ea53))
(fp_line (start -0.5 -0.25) (end 0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f6dd559-f1f3-4683-9f85-b7b3a9c00ab2))
(fp_line (start -0.5 0.25) (end -0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71428ee7-1d1c-480b-9349-0993f4069d41))
(fp_line (start 0.5 -0.25) (end 0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6213ecd6-d4fb-4e52-b8e2-704749b636b1))
(fp_line (start 0.5 0.25) (end -0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ffb049a4-b5e4-407c-befd-7d61e6c45e45))
(pad "1" smd roundrect (at -0.48 0) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pintype "passive") (tstamp 4aa4d6b1-a1ee-4bec-91ba-cfc88f319033))
(pad "2" smd roundrect (at 0.48 0) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp 082d8899-6deb-4b1f-90d8-53232dc14886))
(model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Jumper:SolderJumper-3_P2.0mm_Open_TrianglePad1.0x1.5mm" (layer "F.Cu")
(tstamp 3a242e34-a1a9-4753-955f-1d1b3bbb6e32)
(at 101.6446 86.0298)
(descr "SMD Solder Jumper, 1x1.5mm Triangular Pads, 0.3mm gap, open")
(tags "solder jumper open")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Solder Jumper, 3-pole, open")
(property "ki_keywords" "Solder Jumper SPDT")
(path "/38325b73-cd11-4edd-acb6-3535538d8dc9")
(attr exclude_from_pos_files)
(fp_text reference "JP1" (at 0.725 -1.775) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 410ccee1-e93e-4695-b303-3d1ba6ff9636)
)
(fp_text value "EEPROM_WP" (at 0.725 1.925) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 035c3952-1513-4cca-9037-2d27c60dca6d)
)
(fp_line (start -2.75 -1) (end 2.75 -1)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f6ce8fb7-7a41-4442-84ee-dc138f73485a))
(fp_line (start -2.75 0.95) (end -2.75 -1)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f885ba35-b1c4-4a49-b621-8d97a88367eb))
(fp_line (start -1.7 1.5) (end -1.1 1.5)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36a6cbcc-1c9c-40c5-8af6-ae732832e34c))
(fp_line (start -1.4 1.2) (end -1.7 1.5)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc698707-13e1-4347-9b33-b76bd7783156))
(fp_line (start -1.1 1.5) (end -1.4 1.2)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f75f4b1-858f-4b7a-a821-9f6dd9c49e21))
(fp_line (start 2.75 -1) (end 2.75 0.95)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ce263da-91f7-4679-8202-e72ac16b460b))
(fp_line (start 2.75 0.95) (end -2.75 0.95)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e6393688-5285-4cd5-a0b7-777c600ca355))
(fp_line (start -2.98 -1.27) (end -2.98 1.25)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1f5fdc2-c592-4826-9caf-6fc90bcff04b))
(fp_line (start -2.98 -1.27) (end 3 -1.27)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 597af646-d5f8-4b8d-94e6-627f72bd5baf))
(fp_line (start 3 1.25) (end -2.98 1.25)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 947033e9-6986-4f58-9692-77907643ff10))
(fp_line (start 3 1.25) (end 3 -1.27)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b6b66e44-2a9d-43cc-964d-d10adb6e7e7a))
(pad "" smd rect (at -1.2 0) (size 1.5 1.5) (layers "F.Mask") (tstamp 4a69132a-ea21-430f-8ee1-8456d40237ed))
(pad "" smd rect (at 1.2 0) (size 1.5 1.5) (layers "F.Mask") (tstamp 1a9c1027-1418-4045-a3d0-037e1c97d2cb))
(pad "1" smd custom (at -2 0) (size 0.3 0.3) (layers "F.Cu" "F.Mask")
(net 3 "+3V3") (pinfunction "A") (pintype "passive") (zone_connect 2)
(options (clearance outline) (anchor rect))
(primitives
(gr_poly
(pts
(xy 1 0)
(xy 0.5 0.75)
(xy -0.5 0.75)
(xy -0.5 -0.75)
(xy 0.5 -0.75)
)
(width 0) (fill yes))
) (tstamp 944afeb1-0549-491a-948c-b1aa2773a2c7))
(pad "2" smd custom (at 0 0) (size 0.3 0.3) (layers "F.Cu")
(net 48 "/EEPROM_WP") (pinfunction "C") (pintype "passive") (zone_connect 2)
(options (clearance outline) (anchor rect))
(primitives
(gr_poly
(pts
(xy 0.7 0)
(xy 1.2 0.75)
(xy -1.2 0.75)
(xy -0.7 0)
(xy -1.2 -0.75)
(xy 1.2 -0.75)
)
(width 0) (fill yes))
) (tstamp e9cf3beb-2248-4fda-b364-75369ab61858))
(pad "3" smd custom (at 2 0 180) (size 0.3 0.3) (layers "F.Cu" "F.Mask")
(net 2 "GND") (pinfunction "B") (pintype "passive") (zone_connect 2)
(options (clearance outline) (anchor rect))
(primitives
(gr_poly
(pts
(xy 1 0)
(xy 0.5 0.75)
(xy -0.5 0.75)
(xy -0.5 -0.75)
(xy 0.5 -0.75)
)
(width 0) (fill yes))
) (tstamp 3928a5fd-bbec-4b5a-9a14-c1b34a4f048f))
)
(footprint "Capacitor_SMD:C_0402_1005Metric_Pad0.74x0.62mm_HandSolder" (layer "F.Cu")
(tstamp 3dc5b03b-5f5a-4f8d-a2f3-d39dacbcb31a)
(at 99.9236 76.6318 180)
(descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "capacitor handsolder")
(property "LCSC" "C77020")
(property "P/N" "GRM155R71H104KE14D")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Unpolarized capacitor")
(property "ki_keywords" "cap capacitor")
(path "/f1eea970-ccbf-4e3a-a8b0-f935770d72f6")
(attr smd)
(fp_text reference "C1" (at 0 -1.16) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp f6d872f5-848d-425e-9ae2-05cbd70222ad)
)
(fp_text value "100n" (at 0 1.16) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 29182e7f-1f83-4839-aab1-1ce1b2110ce1)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 0.25 0.25) (thickness 0.04)))
(tstamp 74de118a-a509-4228-85cd-908809a856bf)
)
(fp_line (start -0.115835 -0.36) (end 0.115835 -0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bf13666d-4d07-42dd-b276-141e8dab6ba9))
(fp_line (start -0.115835 0.36) (end 0.115835 0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e6218f2c-ee89-4732-bbc9-41805afb729e))
(fp_line (start -1.08 -0.46) (end 1.08 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5573b6dd-6fff-4ac3-97bd-6c13d6f59ec9))
(fp_line (start -1.08 0.46) (end -1.08 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ad18974-0c7e-4b06-a9fc-1eca26029718))
(fp_line (start 1.08 -0.46) (end 1.08 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 68501034-8228-4e75-8739-cff487364f12))
(fp_line (start 1.08 0.46) (end -1.08 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3fb96a5e-9fe5-4108-8631-9f37809788b9))
(fp_line (start -0.5 -0.25) (end 0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 64eb6db1-3820-4043-a2b7-90595e133931))
(fp_line (start -0.5 0.25) (end -0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc3e472d-4d4c-4865-bc85-166feac1ab9d))
(fp_line (start 0.5 -0.25) (end 0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 996efcf7-ffd0-46ce-9e73-27b358bc8d96))
(fp_line (start 0.5 0.25) (end -0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc3e294b-d789-4371-be70-344df6726d06))
(pad "1" smd roundrect (at -0.5675 0 180) (size 0.735 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pintype "passive") (tstamp 4e9fcf09-22e4-464b-a8fe-f107fbb8f83d))
(pad "2" smd roundrect (at 0.5675 0 180) (size 0.735 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp ce3333f6-6877-4ae5-bc4e-115089cab8fe))
(model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "connector:Pico_20pin" locked (layer "F.Cu")
(tstamp 412d3f7b-a7f4-4ced-9208-a922f877a3db)
(at 111.76 88.9508 180)
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Generic connector, single row, 01x20, script generated (kicad-library-utils/schlib/autogen/connector/)")
(property "ki_keywords" "connector")
(path "/6da45e35-d41c-49ce-af6e-945c8597cad0")
(attr through_hole)
(fp_text reference "J4" (at 0 -3.81 180 unlocked) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 6e648ca1-8c0f-47ee-a750-f8e9db05a044)
)
(fp_text value "RIGHT" (at 0 51.816 180 unlocked) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 66bae578-1489-4a01-9ab0-26d88d207334)
)
(fp_text user "${REFERENCE}" (at 0 53.316 180 unlocked) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b1d1516e-a1a9-41f5-9b0c-7f1a3731e96b)
)
(fp_text user "CUT" (at -1.344179 -2.520774 90 unlocked) (layer "User.4")
(effects (font (size 0.5 0.5) (thickness 0.08)) (justify left bottom))
(tstamp 85e8dab3-144d-40d6-acf6-f4d677c78d9d)
)
(fp_line (start -1.6002 -2.54) (end -1.6002 50)
(stroke (width 0.12) (type default)) (layer "User.4") (tstamp 324a4e2e-971c-43de-b807-29254d1f40c8))
(pad "1" thru_hole rect locked (at -1.6002 0 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 47 "/GPIO16") (pinfunction "Pin_1") (pintype "passive") (tstamp 9aee7850-d6ec-4c9c-a750-0b9b32d778f4))
(pad "1" thru_hole roundrect locked (at 0 0 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 47 "/GPIO16") (pinfunction "Pin_1") (pintype "passive") (tstamp 2d32d910-f09f-44d8-9dec-576c5ba0dbc9))
(pad "2" thru_hole rect locked (at -1.6002 2.54 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 46 "/GPIO17") (pinfunction "Pin_2") (pintype "passive") (tstamp 4ce74251-3e1b-4f75-b2cf-be49591c3939))
(pad "2" thru_hole roundrect locked (at 0 2.54 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 46 "/GPIO17") (pinfunction "Pin_2") (pintype "passive") (tstamp b8d5f274-245f-4538-9383-4ddb6ebf8405))
(pad "3" thru_hole rect locked (at -1.6002 5.08 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "Pin_3") (pintype "passive") (tstamp e62fe66d-5a95-460f-a2e3-59283845e377))
(pad "3" thru_hole rect locked (at 0 5.08 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "Pin_3") (pintype "passive") (tstamp 66f87262-b474-4bb0-ab4b-4d994de7a09c))
(pad "4" thru_hole rect locked (at -1.6002 7.62 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 45 "/GPIO18") (pinfunction "Pin_4") (pintype "passive") (tstamp c94c2242-b9d9-4b4c-8e75-6c7c0ca0bd97))
(pad "4" thru_hole roundrect locked (at 0 7.62 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 45 "/GPIO18") (pinfunction "Pin_4") (pintype "passive") (tstamp 317913b1-dd9d-43c0-8049-07301c7273d5))
(pad "5" thru_hole rect locked (at -1.6002 10.16 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 44 "/GPIO19") (pinfunction "Pin_5") (pintype "passive") (tstamp 31c8accd-cb46-4c40-969d-3d35c1bf0b67))
(pad "5" thru_hole roundrect locked (at 0 10.16 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 44 "/GPIO19") (pinfunction "Pin_5") (pintype "passive") (tstamp f44df0e1-300d-4339-a507-fc3cfa22f6cb))
(pad "6" thru_hole rect locked (at -1.6002 12.7 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 43 "/GPIO20") (pinfunction "Pin_6") (pintype "passive") (tstamp 18259c97-5ad5-4854-90ef-1b8936fdf6fe))
(pad "6" thru_hole roundrect locked (at 0 12.7 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 43 "/GPIO20") (pinfunction "Pin_6") (pintype "passive") (tstamp 1c29b58f-9682-42b3-8de3-43b3bbdea403))
(pad "7" thru_hole rect locked (at -1.6002 15.24 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 42 "/GPIO21") (pinfunction "Pin_7") (pintype "passive") (tstamp 15168e65-9552-45eb-adf5-c3687999e510))
(pad "7" thru_hole roundrect locked (at 0 15.24 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 42 "/GPIO21") (pinfunction "Pin_7") (pintype "passive") (tstamp 3022a7ca-5628-476f-85bc-352df2a23102))
(pad "8" thru_hole rect locked (at -1.6002 17.78 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "Pin_8") (pintype "passive") (tstamp 00854fe4-f64c-4086-adb7-64220910ecc2))
(pad "8" thru_hole rect locked (at 0 17.78 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "Pin_8") (pintype "passive") (tstamp a1933e65-a58e-43fd-be18-66c896f0102a))
(pad "9" thru_hole rect locked (at -1.6002 20.32 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 41 "/GPIO22") (pinfunction "Pin_9") (pintype "passive") (tstamp c0f9c83c-6824-4596-b0b3-0d7c62aa6aa6))
(pad "9" thru_hole roundrect locked (at 0 20.32 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 41 "/GPIO22") (pinfunction "Pin_9") (pintype "passive") (tstamp a26d68b8-3e74-47f9-896e-e1e18e05ce0d))
(pad "10" thru_hole rect locked (at -1.6002 22.86 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 20 "/RUN") (pinfunction "Pin_10") (pintype "passive") (tstamp b681fa77-f31b-4b54-9739-e04d38539fdb))
(pad "10" thru_hole roundrect locked (at 0 22.86 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 20 "/RUN") (pinfunction "Pin_10") (pintype "passive") (tstamp dfdecc1b-da0d-438e-a281-cb80a8957bfb))
(pad "11" thru_hole rect locked (at -1.6002 25.4 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 40 "/GPIO26_ADC0") (pinfunction "Pin_11") (pintype "passive") (tstamp 136a8783-8a5f-4ab0-af3a-c2ee3e5e6f47))
(pad "11" thru_hole roundrect locked (at 0 25.4 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 40 "/GPIO26_ADC0") (pinfunction "Pin_11") (pintype "passive") (tstamp a132cacb-104d-494e-832b-f8d3b23c63de))
(pad "12" thru_hole rect locked (at -1.6002 27.94 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 39 "/GPIO27_ADC1") (pinfunction "Pin_12") (pintype "passive") (tstamp f8c7fa67-7ff4-480f-914e-c497e1a43182))
(pad "12" thru_hole roundrect locked (at 0 27.94 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 39 "/GPIO27_ADC1") (pinfunction "Pin_12") (pintype "passive") (tstamp 61891587-23a2-4eff-80ee-7599a5bd6985))
(pad "13" thru_hole rect locked (at -1.6002 30.48 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "Pin_13") (pintype "passive") (tstamp 566dfbce-889e-4a9e-8401-99ac9b98e1d4))
(pad "13" thru_hole rect locked (at 0 30.48 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "Pin_13") (pintype "passive") (tstamp b0702702-d090-48b3-a573-8365cfc8539b))
(pad "14" thru_hole rect locked (at -1.6002 33.02 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 38 "/GPIO28_ADC2") (pinfunction "Pin_14") (pintype "passive") (tstamp d3c9c03a-2ced-4e52-af85-7b3087db3f54))
(pad "14" thru_hole roundrect locked (at 0 33.02 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 38 "/GPIO28_ADC2") (pinfunction "Pin_14") (pintype "passive") (tstamp 3bc14696-6359-4c63-bf78-05e88276e1d9))
(pad "15" thru_hole rect locked (at -1.6002 35.56 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 65 "/ADC_VREF") (pinfunction "Pin_15") (pintype "passive") (tstamp 810e05e3-d28b-4420-920d-a8c8ee603903))
(pad "15" thru_hole roundrect locked (at 0 35.56 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 65 "/ADC_VREF") (pinfunction "Pin_15") (pintype "passive") (tstamp 91870b62-3f80-4b1f-8798-148c1cc1893c))
(pad "16" thru_hole rect locked (at -1.6002 38.1 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 3 "+3V3") (pinfunction "Pin_16") (pintype "passive") (tstamp d544d662-4705-4d56-b389-aea5e9e8eeb1))
(pad "16" thru_hole roundrect locked (at 0 38.1 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 3 "+3V3") (pinfunction "Pin_16") (pintype "passive") (tstamp beb62d53-e4c1-442a-b00f-8742a4e0d946))
(pad "17" thru_hole rect locked (at -1.6002 40.64 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 37 "/GPIO29_ADC3") (pinfunction "Pin_17") (pintype "passive") (tstamp cf27c8a9-ea3f-4c6e-bc9e-fd62a23f69f9))
(pad "17" thru_hole roundrect locked (at 0 40.64 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 37 "/GPIO29_ADC3") (pinfunction "Pin_17") (pintype "passive") (tstamp b643df13-ce92-42fa-8ccb-384842db2be4))
(pad "18" thru_hole rect locked (at -1.6002 43.18 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "Pin_18") (pintype "passive") (tstamp ddeef3f0-ec75-40cd-8354-8d73947fa337))
(pad "18" thru_hole rect locked (at 0 43.18 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "Pin_18") (pintype "passive") (tstamp 9ccce9c1-292d-4a0f-bf9c-42e5616df165))
(pad "19" thru_hole rect locked (at -1.6002 45.72 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 5 "+5V") (pinfunction "Pin_19") (pintype "passive") (tstamp 26a50e90-f129-4049-97c2-0afde3836f46))
(pad "19" thru_hole roundrect locked (at 0 45.72 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 5 "+5V") (pinfunction "Pin_19") (pintype "passive") (tstamp 5dd89471-4b95-4b3e-8c17-2206e6fa7af7))
(pad "20" thru_hole rect locked (at -1.6002 48.26 180) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 7 "VBUS") (pinfunction "Pin_20") (pintype "passive") (tstamp 782117df-6709-4816-9cc7-5e87cc0a80b2))
(pad "20" thru_hole roundrect locked (at 0 48.26 180) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 7 "VBUS") (pinfunction "Pin_20") (pintype "passive") (tstamp 58f1c8e2-a712-4a7d-a48b-4e44906d30d9))
)
(footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu")
(tstamp 43d293c7-9f99-4bcc-972f-c019140c340d)
(at 102.0826 73.7108 -90)
(descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "capacitor")
(property "LCSC" "C126499")
(property "P/N" "GCM1555C1H180JA16D")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Unpolarized capacitor")
(property "ki_keywords" "cap capacitor")
(path "/d35a896b-f3bd-45e7-9eee-7059fccfd19b")
(attr smd)
(fp_text reference "C3" (at 0 -1.16 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 177b9d89-5680-40b4-af62-357951a86486)
)
(fp_text value "18p" (at 0 1.16 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b67a6910-3d76-412a-bf35-99e8727a06f9)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.25 0.25) (thickness 0.04)))
(tstamp 653ece48-0061-4eaf-b4fd-98079bcd3bb4)
)
(fp_line (start -0.107836 -0.36) (end 0.107836 -0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9c56de3-03ac-487e-984b-c108fe60ce54))
(fp_line (start -0.107836 0.36) (end 0.107836 0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77981268-b3f4-439a-aa6f-0de0b470af8f))
(fp_line (start -0.91 -0.46) (end 0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 145b425b-f240-47b0-8ea5-f4137eb265a1))
(fp_line (start -0.91 0.46) (end -0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4b43362-9e44-4305-b50f-af8a187d43c0))
(fp_line (start 0.91 -0.46) (end 0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d4ddd2b-2f1a-4ad3-9ddb-4b3dc9f1581b))
(fp_line (start 0.91 0.46) (end -0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 34f7de86-1c96-4641-95d0-0b4f9db6e2a4))
(fp_line (start -0.5 -0.25) (end 0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db6916ca-0da3-4065-b72e-f6bdbab5e93d))
(fp_line (start -0.5 0.25) (end -0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5b239c1-1dc8-4619-8486-06590c156686))
(fp_line (start 0.5 -0.25) (end 0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 355b6c43-6e3a-4470-b92f-a7f3b531a18a))
(fp_line (start 0.5 0.25) (end -0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a77d912-1dcd-4274-bb7a-4e5d4cb30ec2))
(pad "1" smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 1 "Net-(C3-Pad1)") (pintype "passive") (tstamp 6141eaab-b642-4204-b62f-0f9b89cf76a6))
(pad "2" smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp 0ccafaa8-28d8-4328-b00e-bf6b2c2ed1e4))
(model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "connector:Pico_4pin" locked (layer "F.Cu")
(tstamp 4435c30f-7106-4c13-bf25-697516aaadd9)
(at 104.14 88.7222 90)
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)")
(property "ki_keywords" "connector")
(path "/98091a00-1ec1-4ce0-97c7-813c246a5a8c")
(attr through_hole)
(fp_text reference "J2" (at -0.1778 -6.9088 90 unlocked) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 76d9b371-a4c9-45d3-96e4-1636221ce0ea)
)
(fp_text value "SWD" (at -0.127 5.969 90 unlocked) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 5c613fa0-6f39-4aee-bad2-0c7598f639d0)
)
(fp_text user "${REFERENCE}" (at -0.127 7.493 90 unlocked) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 709d451d-51f8-4d23-a0c1-508d07f08506)
)
(fp_text user "CUT" (at -1.27 -6.35 unlocked) (layer "User.4")
(effects (font (size 0.5 0.5) (thickness 0.08)) (justify left bottom))
(tstamp 2babaf6d-3219-4bea-9b8b-32b7168fa93a)
)
(fp_line (start -1.6002 -6.35) (end -1.6002 5.08)
(stroke (width 0.12) (type default)) (layer "User.4") (tstamp 38faf817-303e-485b-9ea1-bc03cf8917c1))
(pad "1" thru_hole rect locked (at -1.6002 -3.81 90) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 18 "/SWCLK") (pinfunction "Pin_1") (pintype "passive") (tstamp 592d9b11-07aa-4862-8990-0fff790baa1a))
(pad "1" thru_hole roundrect locked (at 0 -3.81 90) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 18 "/SWCLK") (pinfunction "Pin_1") (pintype "passive") (tstamp 33a88ad8-993a-4c17-b55f-11492506a88b))
(pad "2" thru_hole rect locked (at -1.6002 -1.27 90) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "Pin_2") (pintype "passive") (tstamp fd5b640f-b8f9-4b7a-bd4c-c07415b1e8c7))
(pad "2" thru_hole rect locked (at 0 -1.27 90) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "Pin_2") (pintype "passive") (tstamp 86df5db5-1e44-432d-a5f7-806c9a1e7620))
(pad "3" thru_hole rect locked (at -1.6002 1.27 90) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 19 "/SWD") (pinfunction "Pin_3") (pintype "passive") (tstamp 4f7e6a91-471f-4b6b-b217-8ac5ea04a98b))
(pad "3" thru_hole roundrect locked (at 0 1.27 90) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 19 "/SWD") (pinfunction "Pin_3") (pintype "passive") (tstamp 6db00bf4-23b9-4763-b580-7d0bebef0d28))
(pad "4" thru_hole rect locked (at -1.6002 3.81 90) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 20 "/RUN") (pinfunction "Pin_4") (pintype "passive") (tstamp 54139c01-03fc-4e4d-acf6-c517727404f4))
(pad "4" thru_hole roundrect locked (at 0 3.81 90) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 20 "/RUN") (pinfunction "Pin_4") (pintype "passive") (tstamp 4c08cbbd-88c0-4a5a-a280-72ee3faa43f8))
)
(footprint "Package_TO_SOT_SMD:SOT-223-3_TabPin2" (layer "F.Cu")
(tstamp 4c6585af-bdcf-441e-b1d5-cbb49f7ff3a5)
(at 104.2416 52.4878 180)
(descr "module CMS SOT223 4 pins")
(tags "CMS SOT")
(property "LCSC" "C347222")
(property "P/N" "AMS1117-3.3")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "800mA Low-Dropout Linear Regulator, 3.3V fixed output, TO-220/TO-252/TO-263/SOT-223")
(property "ki_keywords" "linear regulator ldo fixed positive")
(path "/f2347c31-1dd2-4a4a-806d-63f6ea052c9d")
(attr smd)
(fp_text reference "U3" (at 0 -4.5) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 41ca523c-b763-4ff9-8b19-76e99dc97c0c)
)
(fp_text value "AMS1117-3.3" (at 0 4.5) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 29b1637b-5b8e-4033-8558-9d99730fa0fd)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.8 0.8) (thickness 0.12)))
(tstamp 6b12bbcf-027b-4c87-adf8-7b73a00d4362)
)
(fp_line (start -4.1 -3.41) (end 1.91 -3.41)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4656ab33-b20a-4a8f-87b0-dffc67d8e515))
(fp_line (start -1.85 3.41) (end 1.91 3.41)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ecbe09c-ff13-4f43-ade4-d84c165233b5))
(fp_line (start 1.91 -3.41) (end 1.91 -2.15)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 233517e9-f329-4b30-8e68-a53cd57c6cb6))
(fp_line (start 1.91 3.41) (end 1.91 2.15)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67e0551a-0e52-4eb8-91d8-9a7dddf0e1ec))
(fp_line (start -4.4 -3.6) (end -4.4 3.6)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a926733d-5433-44f3-8e53-e36d45ea6253))
(fp_line (start -4.4 3.6) (end 4.4 3.6)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a26920eb-d18f-4a71-a54f-db4dcd16de36))
(fp_line (start 4.4 -3.6) (end -4.4 -3.6)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 64c85b6c-c260-43d2-9507-8a55d8226835))
(fp_line (start 4.4 3.6) (end 4.4 -3.6)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f45aa91-d0a8-453e-9478-1aa653cf00ab))
(fp_line (start -1.85 -2.35) (end -1.85 3.35)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 383a95fc-1db0-422b-82f2-d3cb1e1e29a3))
(fp_line (start -1.85 -2.35) (end -0.85 -3.35)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9aebefc8-6592-4ddd-b183-0719e9234d79))
(fp_line (start -1.85 3.35) (end 1.85 3.35)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d372cfa-b9e4-4736-90a1-213aee7ab356))
(fp_line (start -0.85 -3.35) (end 1.85 -3.35)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4384b73a-f399-4361-92f7-39a36d5bc99b))
(fp_line (start 1.85 -3.35) (end 1.85 3.35)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 259e3c00-089f-4ef7-9772-4c210661fe06))
(pad "1" smd rect (at -3.15 -2.3 180) (size 2 1.5) (layers "F.Cu" "F.Paste" "F.Mask")
(net 2 "GND") (pinfunction "GND") (pintype "power_in") (tstamp e1ec9b1d-39b2-4667-a3ce-cc604a48f1d5))
(pad "2" smd rect (at -3.15 0 180) (size 2 1.5) (layers "F.Cu" "F.Paste" "F.Mask")
(net 3 "+3V3") (pinfunction "VO") (pintype "power_out") (tstamp a0629873-4efa-49a7-bcd6-212544d13fdd))
(pad "2" smd rect (at 3.15 0 180) (size 2 3.8) (layers "F.Cu" "F.Paste" "F.Mask")
(net 3 "+3V3") (pinfunction "VO") (pintype "power_out") (tstamp 28165d36-7202-4b98-89f4-b2e2a93097e1))
(pad "3" smd rect (at -3.15 2.3 180) (size 2 1.5) (layers "F.Cu" "F.Paste" "F.Mask")
(net 5 "+5V") (pinfunction "VI") (pintype "power_in") (tstamp 315fca4b-660a-4c2c-bf2a-b76c7956fd36))
(model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-223.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu")
(tstamp 568fd7e4-c7fd-468f-bbb3-b9f07ac454c9)
(at 96.4946 40.9448 90)
(descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor")
(property "LCSC" "C25543")
(property "P/N" "0402WGJ0102TCE")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Resistor")
(property "ki_keywords" "R res resistor")
(path "/9b60e115-6e3b-4d55-a8bf-7a1dd4a1f102")
(attr smd)
(fp_text reference "R12" (at 0 -1.17 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp e3908233-705d-49a1-80f3-cf049494686e)
)
(fp_text value "1k" (at 0 1.17 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp cff01501-649d-42e0-8567-25be183cb9e9)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.26 0.26) (thickness 0.04)))
(tstamp b725d13d-86bc-46d0-b576-c9314905b477)
)
(fp_line (start -0.153641 -0.38) (end 0.153641 -0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a610a110-837b-4cc5-b5b2-e68e83254a85))
(fp_line (start -0.153641 0.38) (end 0.153641 0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a38176a-8272-4666-8f15-b54a33e18d5c))
(fp_line (start -0.93 -0.47) (end 0.93 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1543b4f2-3afb-4bb1-b6e6-9a71b7c96e0c))
(fp_line (start -0.93 0.47) (end -0.93 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c42040f-c33b-4aea-8f77-d6c6f713f597))
(fp_line (start 0.93 -0.47) (end 0.93 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8916e81f-a7c0-45bf-a0c8-9afa79aebe39))
(fp_line (start 0.93 0.47) (end -0.93 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8edaae7a-9897-4fae-a0a3-a948bc6c7585))
(fp_line (start -0.525 -0.27) (end 0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a4d6802-86e4-47a1-9cbd-c40d39abc619))
(fp_line (start -0.525 0.27) (end -0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 39c040f1-1a0b-4ae1-bb2d-e63e370fd763))
(fp_line (start 0.525 -0.27) (end 0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cbaf40f3-9031-4bfe-8101-943cc1c675d6))
(fp_line (start 0.525 0.27) (end -0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb759748-c7b0-4f00-b622-ddce1015efeb))
(pad "1" smd roundrect (at -0.51 0 90) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 8 "Net-(D2-K)") (pintype "passive") (tstamp 58b73b43-c796-44aa-bebd-9e67f500f4ab))
(pad "2" smd roundrect (at 0.51 0 90) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp f3e874af-6e48-485e-9983-3603dcc66ad2))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (layer "F.Cu")
(tstamp 58986ede-ded0-4875-9232-2b84a5769ece)
(at 101.9556 80.9498 90)
(descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py")
(tags "SOIC SO")
(property "LCSC" "C31082")
(property "P/N" "FM24CL16B")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "16Kb serial FRAM nonvolatile Memory, SOIC-8")
(property "ki_keywords" "FRAM I2C Serial 3.6V FRAM NVRAM")
(path "/ae34e8c3-26ea-47fa-80c8-402e5a0644ac")
(attr smd)
(fp_text reference "U1" (at 0 -3.4 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp fbd50b70-c44c-440c-9ba2-2ae6e2e744c9)
)
(fp_text value "FM24CL16B" (at 0 3.4 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 068427fc-e7a5-4b37-b5d7-2523429f8e46)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.98 0.98) (thickness 0.15)))
(tstamp fbfe27f4-0323-4978-ab46-36d6b7321e7a)
)
(fp_line (start 0 -2.56) (end -3.45 -2.56)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5bcff0b-dd12-4680-ad0d-37b6fd7da72b))
(fp_line (start 0 -2.56) (end 1.95 -2.56)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea67c017-0c35-44a1-bf76-12f4c5ea3002))
(fp_line (start 0 2.56) (end -1.95 2.56)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa5b11d6-9a76-4339-abb3-1c4cb7ddb2d1))
(fp_line (start 0 2.56) (end 1.95 2.56)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ed380ce-5420-4199-99c4-cd2a4c129bea))
(fp_line (start -3.7 -2.7) (end -3.7 2.7)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4b6c39c8-863d-4e22-bed2-19d506c39716))
(fp_line (start -3.7 2.7) (end 3.7 2.7)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3dcbf0fb-bdb8-4d43-9bb3-a352b0a0c6cc))
(fp_line (start 3.7 -2.7) (end -3.7 -2.7)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d6f13baf-5ed4-490d-a0ca-75b033a3e823))
(fp_line (start 3.7 2.7) (end 3.7 -2.7)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 520328e4-6804-4a9c-99d2-e556a878df14))
(fp_line (start -1.95 -1.475) (end -0.975 -2.45)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d31797e-8cff-40b3-8ac6-959d51ef132f))
(fp_line (start -1.95 2.45) (end -1.95 -1.475)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b242558-60c4-4e38-98f0-8b0d1c6cc25a))
(fp_line (start -0.975 -2.45) (end 1.95 -2.45)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 407425c5-19b6-4394-98cd-92a4403d2dad))
(fp_line (start 1.95 -2.45) (end 1.95 2.45)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9a33e52-083f-4d5f-932c-5afb7485aa43))
(fp_line (start 1.95 2.45) (end -1.95 2.45)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d7fd4a1-49e8-4f2c-9f38-e559700d3609))
(pad "1" smd roundrect (at -2.475 -1.905 90) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 55 "unconnected-(U1-Pad1)") (pintype "no_connect") (tstamp e04b7115-aff8-4f62-a6a1-5029c5000912))
(pad "2" smd roundrect (at -2.475 -0.635 90) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 56 "unconnected-(U1-Pad2)") (pintype "no_connect") (tstamp 304ac0bb-5122-4e35-a5db-8c44bac36bfb))
(pad "3" smd roundrect (at -2.475 0.635 90) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 57 "unconnected-(U1-Pad3)") (pintype "no_connect") (tstamp 18cb61e6-81a8-4eef-8f63-e0f8e47ac97d))
(pad "4" smd roundrect (at -2.475 1.905 90) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pinfunction "VSS") (pintype "power_in") (tstamp 91a1f55c-e7c0-4f62-83b0-052ab52c258f))
(pad "5" smd roundrect (at 2.475 1.905 90) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 54 "/EEPROM_SDA") (pinfunction "SDA") (pintype "bidirectional") (tstamp d67a4542-9449-489d-a0ee-302246c6545d))
(pad "6" smd roundrect (at 2.475 0.635 90) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 11 "/EEPROM_SCL") (pinfunction "SCL") (pintype "input") (tstamp 0097e540-16d7-464e-a19e-9ed24cba51d0))
(pad "7" smd roundrect (at 2.475 -0.635 90) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 48 "/EEPROM_WP") (pinfunction "WP") (pintype "input") (tstamp 4c57208f-9c41-4665-8338-01ee3b477a4f))
(pad "8" smd roundrect (at 2.475 -1.905 90) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pinfunction "VDD") (pintype "power_in") (tstamp a45b86d8-448a-4c9d-be72-f90c5d9236ce))
(model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu")
(tstamp 73f30db6-2ba4-4814-a84e-09212b33553b)
(at 102.9716 71.0438 -90)
(descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "capacitor")
(property "LCSC" "C77020")
(property "P/N" "GRM155R71H104KE14D")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Unpolarized capacitor")
(property "ki_keywords" "cap capacitor")
(path "/d6b417c2-8576-4228-af6d-1b9feddcfa1a")
(attr smd)
(fp_text reference "C18" (at 0 -1.16 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 6e2dd7a4-6e10-433a-9c2c-e23d9cd6d6d4)
)
(fp_text value "100n" (at 0 1.16 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 7f9fa607-6789-4901-8d0f-9ce95708ae1d)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.25 0.25) (thickness 0.04)))
(tstamp 01f2bbb3-d54d-4718-8924-f80dab484145)
)
(fp_line (start -0.107836 -0.36) (end 0.107836 -0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec29c5ff-9d45-4b5c-b3c8-4288340ec7a4))
(fp_line (start -0.107836 0.36) (end 0.107836 0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4404b30-5d6a-40d2-88ca-926c2788b15a))
(fp_line (start -0.91 -0.46) (end 0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e3d80df-8854-4f20-9fda-41c178c984cd))
(fp_line (start -0.91 0.46) (end -0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5b22cd8-f78c-4310-abab-de94d3c8182e))
(fp_line (start 0.91 -0.46) (end 0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a99768d0-3ba0-4343-83ce-c03fb8e0dfa0))
(fp_line (start 0.91 0.46) (end -0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d452d2d8-4972-4cde-b5b4-6e18542ac3fa))
(fp_line (start -0.5 -0.25) (end 0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8492f2f3-afd8-4b24-b2f0-856a1c9d5758))
(fp_line (start -0.5 0.25) (end -0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5252a1a8-e6ee-4c8a-9371-a4b2103a2be5))
(fp_line (start 0.5 -0.25) (end 0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d332926-f9e6-40b5-a953-a75e21c06e6b))
(fp_line (start 0.5 0.25) (end -0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae00759d-69ea-40d3-beae-d0a04ac96547))
(pad "1" smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pintype "passive") (tstamp 3f8a84f0-1042-44e8-b3b0-9252fc9387cd))
(pad "2" smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp 08cf214b-5fe1-4e9b-b356-43650fe4e45b))
(model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu")
(tstamp 7751c1be-e80c-4346-881f-58cd1e7da3dc)
(at 109.3216 60.2488)
(descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "capacitor handsolder")
(property "LCSC" "C76599")
(property "P/N" "C1608C0G1H103JT000N")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Unpolarized capacitor")
(property "ki_keywords" "cap capacitor")
(path "/5ce8f302-b29f-40ba-82bc-908b56f56dc6")
(attr smd)
(fp_text reference "C7" (at 0 -1.43) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp a5505793-74d9-4058-a95e-d0b9a8589da7)
)
(fp_text value "10n C0G" (at 0 1.43) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 479d3864-b259-4c20-9547-7d72bf3c70a6)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 0.4 0.4) (thickness 0.06)))
(tstamp 0698f3fe-d74c-40d8-9169-f6739a9420f5)
)
(fp_line (start -0.146267 -0.51) (end 0.146267 -0.51)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9fd9ca2d-74e0-469a-a21f-ad4241d5358c))
(fp_line (start -0.146267 0.51) (end 0.146267 0.51)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82d991f2-67b2-4f80-9776-466b2206d691))
(fp_line (start -1.65 -0.73) (end 1.65 -0.73)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9dfe25a8-da5f-449b-b821-16faf2d58ca6))
(fp_line (start -1.65 0.73) (end -1.65 -0.73)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9c6191e-ccbf-4724-bd03-4f35e527aa18))
(fp_line (start 1.65 -0.73) (end 1.65 0.73)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3ad1affa-a002-41ea-b11a-05969e1309be))
(fp_line (start 1.65 0.73) (end -1.65 0.73)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7bda30f6-7e36-4980-b789-ca8eb20744af))
(fp_line (start -0.8 -0.4) (end 0.8 -0.4)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42403b85-617d-43f4-95c0-b128a44c7997))
(fp_line (start -0.8 0.4) (end -0.8 -0.4)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9fc362e4-ab8b-4745-903c-9d98eefb8cf5))
(fp_line (start 0.8 -0.4) (end 0.8 0.4)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7088534f-56e8-423f-9ac5-e48615e2fdab))
(fp_line (start 0.8 0.4) (end -0.8 0.4)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d75de415-199c-4a88-955a-ad7bbbd81258))
(pad "1" smd roundrect (at -0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 65 "/ADC_VREF") (pintype "passive") (tstamp 5b0ba481-900f-4680-af41-ff56f9ccf4bb))
(pad "2" smd roundrect (at 0.8625 0) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp f4b7bb82-df02-4c5b-a1a9-d83a58f53f47))
(model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu")
(tstamp 7a2dc134-633d-4094-8d9e-84e53aa5b042)
(at 95.8596 67.4878 180)
(descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "capacitor")
(property "LCSC" "C77020")
(property "P/N" "GRM155R71H104KE14D")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Unpolarized capacitor")
(property "ki_keywords" "cap capacitor")
(path "/f0db66ac-29de-43ff-bd37-88e19c54f20d")
(attr smd)
(fp_text reference "C17" (at 0 -1.16) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 3e70059b-4c9b-4c5c-bbd4-93d653094d44)
)
(fp_text value "100n" (at 0 1.16) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 98fb8dc9-730a-4a6b-8765-6cf4603ea8ac)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 0.25 0.25) (thickness 0.04)))
(tstamp 0e56fad3-4a0b-4129-a6bd-eb259bf37fd2)
)
(fp_line (start -0.107836 -0.36) (end 0.107836 -0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb5a09b0-9a3c-4454-8d4d-31b6905b972c))
(fp_line (start -0.107836 0.36) (end 0.107836 0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c83663a3-a17d-4dc6-b5e7-aee48b8b1149))
(fp_line (start -0.91 -0.46) (end 0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2415bef9-1211-4e51-bd3f-cd189a5e8378))
(fp_line (start -0.91 0.46) (end -0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7c5f727f-c82b-4ba2-98b8-d354c3de07d1))
(fp_line (start 0.91 -0.46) (end 0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5bf84c27-6391-46b7-a8e2-5f7e5d57074d))
(fp_line (start 0.91 0.46) (end -0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fb7b97b6-8dea-43ce-83ff-a9d5bfaf9788))
(fp_line (start -0.5 -0.25) (end 0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9113e69e-3c3c-446e-97e6-d42e0c5179d4))
(fp_line (start -0.5 0.25) (end -0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0653c772-18ef-4719-a73b-718c8aa9e099))
(fp_line (start 0.5 -0.25) (end 0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 39b6396f-5023-4915-9a6e-e012c646ead8))
(fp_line (start 0.5 0.25) (end -0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 410a61cd-112f-4765-a873-1c85dca50035))
(pad "1" smd roundrect (at -0.48 0 180) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pintype "passive") (tstamp 7c3b5aa6-77dc-42a5-b040-373a9df5d0cf))
(pad "2" smd roundrect (at 0.48 0 180) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp 765caae0-4f77-416f-8658-87690a606507))
(model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu")
(tstamp 876f1b60-abb8-41cc-bbeb-ba4f7d5405d4)
(at 105.6132 58.5724 -90)
(descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor")
(property "LCSC" "C2909343")
(property "P/N" "FRC0402F27R0TS")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Resistor")
(property "ki_keywords" "R res resistor")
(path "/81a79092-46d0-4fc2-ad7a-3955fe63fbaf")
(attr smd)
(fp_text reference "R9" (at 0 -1.17 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b92c35a8-8ba2-41e2-9e02-cad0b39ab7f1)
)
(fp_text value "27" (at 0 1.17 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b031e6d8-eb81-476f-b6a6-063481bd28df)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.26 0.26) (thickness 0.04)))
(tstamp b2377e7d-0743-47eb-bec1-24f2812d6c90)
)
(fp_line (start -0.153641 -0.38) (end 0.153641 -0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b1b6195-fc08-4fed-811a-5dab7f3af622))
(fp_line (start -0.153641 0.38) (end 0.153641 0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 87b00844-bb3c-462b-9d86-95c88f6be569))
(fp_line (start -0.93 -0.47) (end 0.93 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d56b3c3-45c2-4379-b8df-96d0b3f40f97))
(fp_line (start -0.93 0.47) (end -0.93 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 06f082f3-e20a-43d1-83eb-4ccde035986b))
(fp_line (start 0.93 -0.47) (end 0.93 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 97c73353-20f3-4588-8f0d-8cddb5e6b415))
(fp_line (start 0.93 0.47) (end -0.93 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d72a170-0c01-44f7-9ab0-3f1300d0fa24))
(fp_line (start -0.525 -0.27) (end 0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d27766ed-39db-4283-bbb8-2bdf1684fb24))
(fp_line (start -0.525 0.27) (end -0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 819df18b-2e36-4275-8e45-30cb71d5966e))
(fp_line (start 0.525 -0.27) (end 0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 634d15cd-4514-4133-803c-83aef682a1e9))
(fp_line (start 0.525 0.27) (end -0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee1fa6fc-79f9-4535-8b19-34af36896917))
(pad "1" smd roundrect (at -0.51 0 270) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 14 "/D-") (pintype "passive") (tstamp a9d14f38-5618-42f4-a7bc-d8caed89d4a8))
(pad "2" smd roundrect (at 0.51 0 270) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 64 "/DN") (pintype "passive") (tstamp 17732287-2d31-4162-8d1e-d82d4ad0b5b3))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu")
(tstamp 880c51ad-6214-4bbc-bfc5-2582d193a84f)
(at 108.6866 68.2498 -90)
(descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "capacitor")
(property "LCSC" "C77020")
(property "P/N" "GRM155R71H104KE14D")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Unpolarized capacitor")
(property "ki_keywords" "cap capacitor")
(path "/15c086e3-24c5-4e36-9c03-7aba28e037b7")
(attr smd)
(fp_text reference "C11" (at 0 -1.16 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp be8a38ce-aff6-4f6f-a852-0c2f9d477a23)
)
(fp_text value "100n" (at 0 1.16 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp fbe60799-c7e6-47bc-abce-442f1b28fd18)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.25 0.25) (thickness 0.04)))
(tstamp 03d69eaf-1a5e-4175-8f0a-01faadd3406e)
)
(fp_line (start -0.107836 -0.36) (end 0.107836 -0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d522075-b629-45e5-8f39-9073f063b595))
(fp_line (start -0.107836 0.36) (end 0.107836 0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4292db3b-3b22-49a2-a40b-c36348847638))
(fp_line (start -0.91 -0.46) (end 0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 59204fe4-7f7a-4569-a80b-ed4edfe78efe))
(fp_line (start -0.91 0.46) (end -0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dfe085d4-6232-4e15-9e0d-9f7d9a3b78c6))
(fp_line (start 0.91 -0.46) (end 0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c8aad466-f64d-412a-9ec5-6a84e7e5d537))
(fp_line (start 0.91 0.46) (end -0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 86fdb9b6-39c6-4956-88f2-f7bff713bee7))
(fp_line (start -0.5 -0.25) (end 0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cedd62a4-7d9a-43c8-9548-365c673133f9))
(fp_line (start -0.5 0.25) (end -0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c4f1b6e-0993-4e4c-af2c-5431460b8f96))
(fp_line (start 0.5 -0.25) (end 0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5eb7035c-ff81-4f5c-a22b-e85c40dfc8c6))
(fp_line (start 0.5 0.25) (end -0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1af05cfd-81b3-4b8e-949e-aa83c30924d3))
(pad "1" smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pintype "passive") (tstamp 42430a33-a6e8-44e2-ab55-fd0b172a099c))
(pad "2" smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp a80bd207-eb0c-4276-b9ce-1ffe55543f8c))
(model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Diode_SMD:D_SOD-123" (layer "F.Cu")
(tstamp 8a071de1-919b-4bb3-8020-720c1b5d87ed)
(at 109.4486 44.3738 90)
(descr "SOD-123")
(tags "SOD-123")
(property "LCSC" "C552930")
(property "P/N" "PMEG6010CEGWJ")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Schottky diode")
(property "ki_keywords" "diode Schottky")
(path "/48df2cd0-8ce1-437d-8646-62c759362fbb")
(attr smd)
(fp_text reference "D1" (at 0 -2 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 9e1ae301-d259-4688-ac5d-bee05a7287bf)
)
(fp_text value "B5819W" (at 0 2.1 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 1fd278cb-cf0b-40a9-9a86-20daf949b5ed)
)
(fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 868a058d-e23c-49a4-891f-7ee545706885)
)
(fp_line (start -2.36 -1) (end -2.36 1)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d22847a4-6dce-4214-8dbc-f4de10d0b262))
(fp_line (start -2.36 -1) (end 1.65 -1)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e8ae87d-99c0-46be-b232-5a375d86b444))
(fp_line (start -2.36 1) (end 1.65 1)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 483fbe33-c0ce-4d8d-9877-ccfc300c0e80))
(fp_line (start -2.35 -1.15) (end -2.35 1.15)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b9149eb-9ac9-4d74-8c0f-4e3dcbb1d26d))
(fp_line (start -2.35 -1.15) (end 2.35 -1.15)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 878365e4-5ff1-4dd5-902f-1ecf17f98b30))
(fp_line (start 2.35 -1.15) (end 2.35 1.15)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5029e049-3980-46f2-abbb-84fac3549a0d))
(fp_line (start 2.35 1.15) (end -2.35 1.15)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1abc0f3-fde4-4195-8e49-8bef268a1b9f))
(fp_line (start -1.4 -0.9) (end 1.4 -0.9)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 70174f71-8b2b-4688-b896-e98b58f51b7b))
(fp_line (start -1.4 0.9) (end -1.4 -0.9)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46a6dae0-4646-4ed8-94b3-9d344f27ccfd))
(fp_line (start -0.75 0) (end -0.35 0)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b684ce4f-e1ba-461f-811c-a86d084ef630))
(fp_line (start -0.35 0) (end -0.35 -0.55)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be44d85b-5f7b-4f2e-a4e2-085c4de4edbd))
(fp_line (start -0.35 0) (end -0.35 0.55)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 21aa8fd0-195a-4cd5-a884-722d60d6fb03))
(fp_line (start -0.35 0) (end 0.25 -0.4)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1088160-e157-44e5-94a2-7ad76ac1c704))
(fp_line (start 0.25 -0.4) (end 0.25 0.4)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 117859a1-a40e-4928-9f95-44c2cbb3a636))
(fp_line (start 0.25 0) (end 0.75 0)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23d580b5-7149-42ab-b0aa-939fd006f9b6))
(fp_line (start 0.25 0.4) (end -0.35 0)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79943955-a504-42a1-8c3b-1912e236dfae))
(fp_line (start 1.4 -0.9) (end 1.4 0.9)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c35b16ac-fde8-46a5-8978-4c3f00712901))
(fp_line (start 1.4 0.9) (end -1.4 0.9)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0514257-9be7-407f-8337-5313da1f0d89))
(pad "1" smd roundrect (at -1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 5 "+5V") (pinfunction "K") (pintype "passive") (tstamp 9a752f03-c623-40e0-8290-71827527d154))
(pad "2" smd roundrect (at 1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 7 "VBUS") (pinfunction "A") (pintype "passive") (tstamp e0005027-d519-4242-9f1d-21741cefa3c5))
(model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Crystal:Crystal_SMD_2520-4Pin_2.5x2.0mm" (layer "F.Cu")
(tstamp 906b3da1-71ab-48dc-9a3a-350aefb295f6)
(at 99.7966 74.3458 180)
(descr "SMD Crystal SERIES SMD2520/4 http://www.newxtal.com/UploadFiles/Images/2012-11-12-09-29-09-776.pdf, 2.5x2.0mm^2 package")
(tags "SMD SMT crystal")
(property "LCSC" "C284155")
(property "P/N" "TXM12M0004252FBCEO00T")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Four pin crystal, GND on pins 2 and 4")
(property "ki_keywords" "quartz ceramic resonator oscillator")
(path "/2c7328dc-6719-4261-adcd-559287a9b2d7")
(attr smd)
(fp_text reference "Y1" (at 0 -2.2) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 121e9982-b653-40df-ab54-b04370cbd82b)
)
(fp_text value "ECS-120-12-36-AGN-TR3" (at 0 2.2) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 08c3edee-b178-400a-b380-c541c2e2c02a)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 0.6 0.6) (thickness 0.09)))
(tstamp bcfe3c6d-36b8-4f9d-a754-ce2d4e7058b2)
)
(fp_line (start -1.65 -1.4) (end -1.65 1.4)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 244e2c56-df94-4572-8970-81a6549b8fc6))
(fp_line (start -1.65 1.4) (end 1.65 1.4)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7823fcce-b280-47d4-9f15-bd1a6aedec50))
(fp_line (start -1.7 -1.5) (end -1.7 1.5)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 426c4c2e-3a6d-4d57-bee9-de446189a371))
(fp_line (start -1.7 1.5) (end 1.7 1.5)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 52a7a439-f688-4bd9-9f06-0d1db45a69f4))
(fp_line (start 1.7 -1.5) (end -1.7 -1.5)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d9edb891-9bcb-4997-8e37-11e9c76c02c4))
(fp_line (start 1.7 1.5) (end 1.7 -1.5)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9775859c-9b96-4287-9d97-368be8e64718))
(fp_line (start -1.25 -0.9) (end -1.15 -1)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25b4e83e-f7eb-44db-9f6b-c4f183c67a14))
(fp_line (start -1.25 0) (end -0.25 1)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9504a58-c282-48d8-afb3-f82fde663e78))
(fp_line (start -1.25 0.9) (end -1.25 -0.9)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b8444d31-e32c-423c-97af-326a77a832cf))
(fp_line (start -1.15 -1) (end 1.15 -1)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e00672f9-db26-4a51-859c-004c30ca8ba6))
(fp_line (start -1.15 1) (end -1.25 0.9)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb400548-6e8f-4efe-a1ff-3825c7601928))
(fp_line (start 1.15 -1) (end 1.25 -0.9)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06abc422-2e3c-47d6-97d2-9af31027a898))
(fp_line (start 1.15 1) (end -1.15 1)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 481f008b-5625-46d1-b724-659397cb71d3))
(fp_line (start 1.25 -0.9) (end 1.25 0.9)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 34fbf695-d3bc-481e-9bfe-b2f0008716aa))
(fp_line (start 1.25 0.9) (end 1.15 1)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3dfddc83-7006-49ff-a1c8-fedfc2b29129))
(pad "1" smd rect (at -0.875 0.7 180) (size 1.15 1) (layers "F.Cu" "F.Paste" "F.Mask")
(net 1 "Net-(C3-Pad1)") (pinfunction "1") (pintype "passive") (tstamp c77cec2f-124a-4616-99a2-57a7a9b7d158))
(pad "2" smd rect (at 0.875 0.7 180) (size 1.15 1) (layers "F.Cu" "F.Paste" "F.Mask")
(net 2 "GND") (pinfunction "2") (pintype "passive") (tstamp 2382d4c6-e80b-4bd4-a1df-0068af71a9f3))
(pad "3" smd rect (at 0.875 -0.7 180) (size 1.15 1) (layers "F.Cu" "F.Paste" "F.Mask")
(net 4 "/XIN") (pinfunction "3") (pintype "passive") (tstamp e358a11a-51da-4569-97a9-c7c137fa3932))
(pad "4" smd rect (at -0.875 -0.7 180) (size 1.15 1) (layers "F.Cu" "F.Paste" "F.Mask")
(net 2 "GND") (pinfunction "4") (pintype "passive") (tstamp c4b9f644-3d8c-418a-aee4-35abff23eee8))
(model "${KICAD6_3DMODEL_DIR}/Crystal.3dshapes/Crystal_SMD_2520-4Pin_2.5x2.0mm.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
(model "${KIPRJMOD}/libs/ECS-120-12-36-AGN-TR3/ECS-120-12-36-AGN-TR--3DModel-STEP-56544.STEP"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz -90 0 0))
)
)
(footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "F.Cu")
(tstamp 930a68f0-b857-494e-b0cb-2943de51a2ed)
(at 109.6772 53.5432 90)
(descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor handsolder")
(property "LCSC" "C2930220")
(property "P/N" "FRL0805FR470TS")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Resistor")
(property "ki_keywords" "R res resistor")
(path "/5fd2bb24-0c61-428a-8b0c-0e8fe27299f6")
(attr smd)
(fp_text reference "R6" (at 0 -1.65 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 0d41ce70-b891-451c-ba64-2e3f6104c0ad)
)
(fp_text value "470mOhm" (at 0 1.65 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 18c96f92-4f95-4590-badb-32c493c7a5e9)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.5 0.5) (thickness 0.08)))
(tstamp a55c8281-38d0-404d-bcd1-04ff545c88f7)
)
(fp_line (start -0.227064 -0.735) (end 0.227064 -0.735)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d6ebe99a-190e-4f1c-8942-1fca62e901d1))
(fp_line (start -0.227064 0.735) (end 0.227064 0.735)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f0f3f99-c840-4b61-88f7-bec1e440e350))
(fp_line (start -1.85 -0.95) (end 1.85 -0.95)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e8e85fe-54b2-480b-a285-b875d3ac135c))
(fp_line (start -1.85 0.95) (end -1.85 -0.95)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ba4478e-24c3-49d3-9e61-26f429e5d6c0))
(fp_line (start 1.85 -0.95) (end 1.85 0.95)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 966a1589-5814-4a76-86fb-d57cb1ec810a))
(fp_line (start 1.85 0.95) (end -1.85 0.95)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b969d95-7491-4928-8f14-1c0471dfd413))
(fp_line (start -1 -0.625) (end 1 -0.625)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7f5a980a-6d9f-495d-93bd-cb053356f7d5))
(fp_line (start -1 0.625) (end -1 -0.625)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7121eca5-68a8-4615-a307-2a871653a439))
(fp_line (start 1 -0.625) (end 1 0.625)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 303dc231-f54a-43f7-b775-769b7e05c6e6))
(fp_line (start 1 0.625) (end -1 0.625)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ca874eb-fd8b-49f8-b785-2af08d092327))
(pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2083333333)
(net 63 "Net-(C6-Pad1)") (pintype "passive") (tstamp f3761269-ed06-4ffd-ba38-0bc948639263))
(pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2083333333)
(net 3 "+3V3") (pintype "passive") (tstamp ae20106b-5796-493a-b084-96264e8e8493))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "F.Cu")
(tstamp a1060c86-f08c-45b6-a14b-f4d712ac821b)
(at 97.0026 47.8028)
(descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator")
(tags "LED handsolder")
(property "LCSC" "C434425")
(property "P/N" "SZYY0603O")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Light emitting diode")
(property "ki_keywords" "LED diode")
(path "/d59ef1bf-8983-4d4a-89ba-5ee308526297")
(attr smd)
(fp_text reference "D3" (at 0 -1.43) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 40a9820e-1372-472e-8d0a-8d535f98bf10)
)
(fp_text value "LED" (at 0 1.43) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 1bf0b773-f063-4e3b-bb1c-fe11fef66e8d)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 0.4 0.4) (thickness 0.06)))
(tstamp d58fa9ee-555b-4c5e-8a84-f241f7de370e)
)
(fp_line (start -1.66 -0.735) (end -1.66 0.735)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4815574-217e-4952-adab-49c5d428b80d))
(fp_line (start -1.65 -0.73) (end 1.65 -0.73)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c61c6db6-d4de-4a48-b79a-089c88776492))
(fp_line (start -1.65 0.73) (end -1.65 -0.73)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c805940d-124b-47de-8fe1-50313409e677))
(fp_line (start 1.65 -0.73) (end 1.65 0.73)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 089d9253-9be4-40a2-9325-39abb202cc03))
(fp_line (start 1.65 0.73) (end -1.65 0.73)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 538fb21a-b3d8-420a-8c83-42590b30353c))
(fp_line (start -0.8 -0.1) (end -0.8 0.4)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp abf03b58-20a1-4995-b49e-fa97d5734722))
(fp_line (start -0.8 0.4) (end 0.8 0.4)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d832c91-39d2-4b9d-ade7-7742aa34aae9))
(fp_line (start -0.5 -0.4) (end -0.8 -0.1)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed324aaf-09f4-49c3-9fdf-0c5e37c600fa))
(fp_line (start 0.8 -0.4) (end -0.5 -0.4)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1e94054c-4350-4e8e-99ed-9f7c3b718b49))
(fp_line (start 0.8 0.4) (end 0.8 -0.4)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a80be340-758d-43ca-af17-c509eecbbd3a))
(pad "1" smd roundrect (at -0.875 0) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 10 "Net-(D3-K)") (pinfunction "K") (pintype "passive") (tstamp b08cca1a-0fd1-4b5e-86f8-e13e447d739a))
(pad "2" smd roundrect (at 0.875 0) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 11 "/EEPROM_SCL") (pinfunction "A") (pintype "passive") (tstamp 009fc35f-d785-4ca7-8e1f-86550dd340f8))
(model "${KICAD6_3DMODEL_DIR}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "connector:Pico_20pin" locked (layer "F.Cu")
(tstamp a9400e28-5aa5-4ac6-affb-c6155b03bc6a)
(at 93.98 40.6908)
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Generic connector, single row, 01x20, script generated (kicad-library-utils/schlib/autogen/connector/)")
(property "ki_keywords" "connector")
(path "/7fa479bf-8c2c-4ce9-bfa4-096c4ac2a94f")
(attr through_hole)
(fp_text reference "J3" (at 0 -3.81 unlocked) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 75e0dc90-3d7f-48ea-90c4-d646cf26a749)
)
(fp_text value "LEFT" (at 0 51.816 unlocked) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp a3c9dd6d-279f-42f2-853d-08b08bbee788)
)
(fp_text user "${REFERENCE}" (at 0 53.316 unlocked) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp d97aef14-af46-4347-8993-bae8deb55b55)
)
(fp_text user "CUT" (at -1.344179 -2.520774 270 unlocked) (layer "User.4")
(effects (font (size 0.5 0.5) (thickness 0.08)) (justify left bottom))
(tstamp 68655bc0-46ca-4660-8ef2-ff28075c3415)
)
(fp_line (start -1.6002 -2.54) (end -1.6002 50)
(stroke (width 0.12) (type default)) (layer "User.4") (tstamp c81f19f1-7baf-4f95-a9a3-3718d4aaa683))
(pad "1" thru_hole rect locked (at -1.6002 0) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 21 "/GPIO0") (pinfunction "Pin_1") (pintype "passive") (tstamp f3536342-1a2d-4ecc-8a1a-3a07dbe774b7))
(pad "1" thru_hole roundrect locked (at 0 0) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 21 "/GPIO0") (pinfunction "Pin_1") (pintype "passive") (tstamp a018cf13-1fdd-4efd-9be5-73381ead0a65))
(pad "2" thru_hole rect locked (at -1.6002 2.54) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 22 "/GPIO1") (pinfunction "Pin_2") (pintype "passive") (tstamp e98fd022-eedb-4b04-beb1-f0edf7c4cada))
(pad "2" thru_hole roundrect locked (at 0 2.54) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 22 "/GPIO1") (pinfunction "Pin_2") (pintype "passive") (tstamp d4735ee1-98ab-4adb-a9eb-f0f472239b59))
(pad "3" thru_hole rect locked (at -1.6002 5.08) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "Pin_3") (pintype "passive") (tstamp 0e8ce6d3-f299-40fd-86ee-c895cd56631d))
(pad "3" thru_hole rect locked (at 0 5.08) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "Pin_3") (pintype "passive") (tstamp 9518ab0d-e52e-41c8-8322-5c8ec92c9a8a))
(pad "4" thru_hole rect locked (at -1.6002 7.62) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 23 "/GPIO2") (pinfunction "Pin_4") (pintype "passive") (tstamp 6f8dff86-72a9-407c-9e19-9dfb66b405e3))
(pad "4" thru_hole roundrect locked (at 0 7.62) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 23 "/GPIO2") (pinfunction "Pin_4") (pintype "passive") (tstamp a594346a-1b1d-4058-a437-f2e50b9b4b2b))
(pad "5" thru_hole rect locked (at -1.6002 10.16) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 24 "/GPIO3") (pinfunction "Pin_5") (pintype "passive") (tstamp e80ed7ad-9f5c-455b-a439-be31981c3601))
(pad "5" thru_hole roundrect locked (at 0 10.16) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 24 "/GPIO3") (pinfunction "Pin_5") (pintype "passive") (tstamp 896efa8f-23cf-449c-b8f0-4eae94fee9fd))
(pad "6" thru_hole rect locked (at -1.6002 12.7) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 25 "/GPIO4") (pinfunction "Pin_6") (pintype "passive") (tstamp e3c5ce42-1e34-4901-8d5a-b8b7dbea6cf9))
(pad "6" thru_hole roundrect locked (at 0 12.7) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 25 "/GPIO4") (pinfunction "Pin_6") (pintype "passive") (tstamp a5e37f6e-e468-4090-b8f8-fed21e000133))
(pad "7" thru_hole rect locked (at -1.6002 15.24) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 26 "/GPIO5") (pinfunction "Pin_7") (pintype "passive") (tstamp 44b74249-c0d5-4abb-8ec6-0447e7840d72))
(pad "7" thru_hole roundrect locked (at 0 15.24) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 26 "/GPIO5") (pinfunction "Pin_7") (pintype "passive") (tstamp 74c3a537-f66b-4cfd-8b8a-9bff7d12ba24))
(pad "8" thru_hole rect locked (at -1.6002 17.78) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "Pin_8") (pintype "passive") (tstamp fd9febf2-aaf6-444f-80bb-51d4302fcfe9))
(pad "8" thru_hole rect locked (at 0 17.78) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "Pin_8") (pintype "passive") (tstamp a6b64801-e14f-4b41-a0f6-c1c4b0de1599))
(pad "9" thru_hole rect locked (at -1.6002 20.32) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 27 "/GPIO6") (pinfunction "Pin_9") (pintype "passive") (tstamp e722ac70-6b46-4678-9abf-173794d6b65a))
(pad "9" thru_hole roundrect locked (at 0 20.32) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 27 "/GPIO6") (pinfunction "Pin_9") (pintype "passive") (tstamp 85d11a25-b968-48c2-af90-ae54b54af1c2))
(pad "10" thru_hole rect locked (at -1.6002 22.86) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 28 "/GPIO7") (pinfunction "Pin_10") (pintype "passive") (tstamp 0ca94144-b59a-48cd-8ad6-f4495f4411d5))
(pad "10" thru_hole roundrect locked (at 0 22.86) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 28 "/GPIO7") (pinfunction "Pin_10") (pintype "passive") (tstamp 2aa74ce9-04c5-46b2-bf13-5bd68e90d322))
(pad "11" thru_hole rect locked (at -1.6002 25.4) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 29 "/GPIO8") (pinfunction "Pin_11") (pintype "passive") (tstamp bd36902a-7411-42c4-a063-7c4a5be83e7b))
(pad "11" thru_hole roundrect locked (at 0 25.4) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 29 "/GPIO8") (pinfunction "Pin_11") (pintype "passive") (tstamp cdde708c-5b66-459b-8625-340d3ef7b024))
(pad "12" thru_hole rect locked (at -1.6002 27.94) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 30 "/GPIO9") (pinfunction "Pin_12") (pintype "passive") (tstamp d232006f-5528-470a-98ab-afe8c8fc87c8))
(pad "12" thru_hole roundrect locked (at 0 27.94) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 30 "/GPIO9") (pinfunction "Pin_12") (pintype "passive") (tstamp 920309ed-ac7f-4b54-b994-9587d1f1db32))
(pad "13" thru_hole rect locked (at -1.6002 30.48) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "Pin_13") (pintype "passive") (tstamp bdb908c0-51f0-4e30-840d-b5a5858d032d))
(pad "13" thru_hole rect locked (at 0 30.48) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "Pin_13") (pintype "passive") (tstamp ee45d6f6-f716-457f-a069-399771c8cd4c))
(pad "14" thru_hole rect locked (at -1.6002 33.02) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 31 "/GPIO10") (pinfunction "Pin_14") (pintype "passive") (tstamp 05b722b6-37f3-48d1-90bc-cf1c91cec976))
(pad "14" thru_hole roundrect locked (at 0 33.02) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 31 "/GPIO10") (pinfunction "Pin_14") (pintype "passive") (tstamp 2a81945f-1f11-4c24-8271-91435c1f1e60))
(pad "15" thru_hole rect locked (at -1.6002 35.56) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 32 "/GPIO11") (pinfunction "Pin_15") (pintype "passive") (tstamp 76f03ee1-dfa5-48bf-9583-21b1a8419365))
(pad "15" thru_hole roundrect locked (at 0 35.56) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 32 "/GPIO11") (pinfunction "Pin_15") (pintype "passive") (tstamp 862918f0-add1-4dbc-bc8c-c3c529e1408c))
(pad "16" thru_hole rect locked (at -1.6002 38.1) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 33 "/GPIO12") (pinfunction "Pin_16") (pintype "passive") (tstamp d98ebeca-8ca1-4c8a-9b87-2d6777f08874))
(pad "16" thru_hole roundrect locked (at 0 38.1) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 33 "/GPIO12") (pinfunction "Pin_16") (pintype "passive") (tstamp cfec7ac6-e172-45a1-b9b6-8afabe3b00b9))
(pad "17" thru_hole rect locked (at -1.6002 40.64) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 34 "/GPIO13") (pinfunction "Pin_17") (pintype "passive") (tstamp 91878e97-2c56-4f6d-bb9d-90fa785cf1da))
(pad "17" thru_hole roundrect locked (at 0 40.64) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 34 "/GPIO13") (pinfunction "Pin_17") (pintype "passive") (tstamp a9ebd5a8-c47a-4c7b-8381-d102c581ea79))
(pad "18" thru_hole rect locked (at -1.6002 43.18) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "Pin_18") (pintype "passive") (tstamp fc2e9415-4267-4562-a045-3de00ba1241c))
(pad "18" thru_hole rect locked (at 0 43.18) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "Pin_18") (pintype "passive") (tstamp 8fd5c925-f98b-4493-a1d4-c7ae54379050))
(pad "19" thru_hole rect locked (at -1.6002 45.72) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 35 "/GPIO14") (pinfunction "Pin_19") (pintype "passive") (tstamp 72425159-d0fb-45dd-881d-a843ea17862f))
(pad "19" thru_hole roundrect locked (at 0 45.72) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 35 "/GPIO14") (pinfunction "Pin_19") (pintype "passive") (tstamp eaf5b365-71f7-45a3-81a5-8e9803ad46c5))
(pad "20" thru_hole rect locked (at -1.6002 48.26) (size 2 1.6) (drill 1 (offset 0.2 0)) (layers "*.Cu" "*.Mask")
(net 36 "/GPIO15") (pinfunction "Pin_20") (pintype "passive") (tstamp 5e722796-1ef3-454b-899e-cdabed22727a))
(pad "20" thru_hole roundrect locked (at 0 48.26) (size 2 1.6) (drill 1 (offset -0.3 0)) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.45)
(net 36 "/GPIO15") (pinfunction "Pin_20") (pintype "passive") (tstamp a6e371fe-87d2-4247-b9ad-ff2bb672ca3d))
)
(footprint "Resistor_SMD:R_0402_1005Metric_Pad0.72x0.64mm_HandSolder" (layer "F.Cu")
(tstamp ad28d6e9-0f4a-49d8-acb2-c041eab02ab2)
(at 95.4786 57.9628 90)
(descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor handsolder")
(property "LCSC" "C25543")
(property "P/N" "0402WGJ0102TCE")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Resistor")
(property "ki_keywords" "R res resistor")
(path "/66c73dae-fb74-48f8-b2f8-b4c734bdc7e1")
(attr smd)
(fp_text reference "R1" (at 0 -1.17 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 4558b321-1cce-4ca3-8de7-faffb0403a98)
)
(fp_text value "1k" (at 0 1.17 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 028060ac-624e-4ceb-b66d-ceff7d99aa9c)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.26 0.26) (thickness 0.04)))
(tstamp 6c7aa1c5-ff1a-40ea-9d71-d0cc6ed25d83)
)
(fp_line (start -0.167621 -0.38) (end 0.167621 -0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ce62f7a-04b7-47e1-b051-67233bfdf172))
(fp_line (start -0.167621 0.38) (end 0.167621 0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp af9a9c5b-c38a-426c-aba0-bbfffaa79648))
(fp_line (start -1.1 -0.47) (end 1.1 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 32886488-6133-4723-825e-f656ff53367e))
(fp_line (start -1.1 0.47) (end -1.1 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce80ef79-3204-4ece-bf3f-e703dfc197d5))
(fp_line (start 1.1 -0.47) (end 1.1 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 93fc99d3-60a4-4845-a2a2-2732973d0913))
(fp_line (start 1.1 0.47) (end -1.1 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 56a94a5f-8536-480f-a257-b539d0972651))
(fp_line (start -0.525 -0.27) (end 0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 00e922be-3918-4724-bab4-21a751ccf434))
(fp_line (start -0.525 0.27) (end -0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a811fad-7fed-49d5-adfb-54cfd3c0207b))
(fp_line (start 0.525 -0.27) (end 0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc14ea1b-f7a0-48a6-886f-e96d912d813b))
(fp_line (start 0.525 0.27) (end -0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad46310e-4a5e-40be-ac79-3a483127dc06))
(pad "1" smd roundrect (at -0.5975 0 90) (size 0.715 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 50 "/QSPI_SS") (pintype "passive") (tstamp 1dd48f4e-351c-416b-9fbb-ac6e1c55829d))
(pad "2" smd roundrect (at 0.5975 0 90) (size 0.715 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 51 "Net-(R1-Pad2)") (pintype "passive") (tstamp b3272502-2e39-4726-b230-cfff083a486e))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Connector_USB:USB_C_Receptacle_Palconn_UTC16-G" locked (layer "F.Cu")
(tstamp b73faa4f-f3b2-45ec-ac24-32b0fcfe5923)
(at 102.87 43.1778 180)
(descr "http://www.palpilot.com/wp-content/uploads/2017/05/UTC027-GKN-OR-Rev-A.pdf")
(tags "USB C Type-C Receptacle USB2.0")
(property "LCSC" "C165948")
(property "P/N" "TYPE-C-31-M-12")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "USB 2.0-only Type-C Receptacle connector")
(property "ki_keywords" "usb universal serial bus type-C USB2.0")
(path "/9d9e1bb5-71c9-40c2-b16d-1f2d659fea89")
(attr smd)
(fp_text reference "J1" (at 0 -4.58) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 80b12bfc-face-4eb2-b6c6-e5b891924f89)
)
(fp_text value "USB_C_Receptacle_USB2.0" (at 0 6.24) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 51392cad-6f3c-4356-8538-823c20af7deb)
)
(fp_text user "PCB Edge" (at 0 3.43) (layer "Dwgs.User")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 5c5dd5bf-75d5-4c52-af47-b46fe8d5ae18)
)
(fp_text user "${REFERENCE}" (at 0 1.18) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 9516b739-65a5-4171-9e38-4845e42e3a01)
)
(fp_line (start -4.47 -0.67) (end -4.47 1.13)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 40d7b45f-a877-4c81-94bf-4e3742e6d100))
(fp_line (start -4.47 4.84) (end -4.47 3.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f2688147-12c8-43e4-a3c7-a7097b30f3d3))
(fp_line (start 4.47 -0.67) (end 4.47 1.13)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73ad60ca-afc9-4e26-a329-b0950ec55835))
(fp_line (start 4.47 4.84) (end -4.47 4.84)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b4331a2-a9fc-4e66-8992-e7858958c6c4))
(fp_line (start 4.47 4.84) (end 4.47 3.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02fb528d-dca7-433b-a443-64bbb9b989e4))
(fp_line (start -4.47 4.34) (end 4.47 4.34)
(stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 45204ed9-7b1d-46fa-839b-ae56892f776c))
(fp_line (start -5.27 -3.59) (end -5.27 5.34)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1405268b-2c94-44bd-955f-a4237c5c88e4))
(fp_line (start -5.27 5.34) (end 5.27 5.34)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb493145-fc38-493e-8170-55634f2b88e0))
(fp_line (start 5.27 -3.59) (end -5.27 -3.59)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9de94f7-e509-4b16-b4a2-5390973bc913))
(fp_line (start 5.27 5.34) (end 5.27 -3.59)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9b40b88-c718-4112-a8db-622bc195d7f8))
(fp_line (start -4.47 -2.48) (end -4.47 4.84)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7128fffd-1755-4d6b-b54c-df829ae5d740))
(fp_line (start -4.47 -2.48) (end 4.47 -2.48)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be1d9ed0-d4f7-4121-9be4-f25be6f32185))
(fp_line (start 4.47 -2.48) (end 4.47 4.84)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e228b7c2-0bf6-4ed9-8bd4-811d378302b2))
(fp_line (start 4.47 4.84) (end -4.47 4.84)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6340514e-64eb-4fd9-a78f-69cd65721795))
(pad "" np_thru_hole circle locked (at -2.89 -1.45) (size 0.6 0.6) (drill 0.6) (layers "*.Cu" "*.Mask") (tstamp 5ce266b4-1b12-40fd-b2a2-7f5a2dbae650))
(pad "" np_thru_hole circle locked (at 2.89 -1.45) (size 0.6 0.6) (drill 0.6) (layers "*.Cu" "*.Mask") (tstamp 0efddfb1-2d90-413b-a47d-4e76e3abdd38))
(pad "A1" smd rect locked (at -3.2 -2.51 180) (size 0.6 1.16) (layers "F.Cu" "F.Paste" "F.Mask")
(net 2 "GND") (pinfunction "GND") (pintype "passive") (tstamp 523bfe95-c9a6-4bd0-a24d-20539a46366d))
(pad "A4" smd rect locked (at -2.4 -2.51 180) (size 0.6 1.16) (layers "F.Cu" "F.Paste" "F.Mask")
(net 7 "VBUS") (pinfunction "VBUS") (pintype "passive") (tstamp 98d596b5-3fc9-4ae7-a4a4-4d10ddfdefff))
(pad "A5" smd rect locked (at -1.25 -2.51) (size 0.3 1.16) (layers "F.Cu" "F.Paste" "F.Mask")
(net 12 "Net-(J1-CC1)") (pinfunction "CC1") (pintype "bidirectional") (tstamp 6de41d7a-e52d-4fbf-8be4-d1dd09910b7d))
(pad "A6" smd rect locked (at -0.25 -2.51) (size 0.3 1.16) (layers "F.Cu" "F.Paste" "F.Mask")
(net 13 "/D+") (pinfunction "D+") (pintype "bidirectional") (tstamp 30ba4c17-a202-4aa0-9aba-fce2860a536a))
(pad "A7" smd rect locked (at 0.25 -2.51) (size 0.3 1.16) (layers "F.Cu" "F.Paste" "F.Mask")
(net 14 "/D-") (pinfunction "D-") (pintype "bidirectional") (tstamp d200af79-ed92-4941-b53e-0af466e9fa56))
(pad "A8" smd rect locked (at 1.25 -2.51) (size 0.3 1.16) (layers "F.Cu" "F.Paste" "F.Mask")
(net 15 "unconnected-(J1-SBU1-PadA8)") (pinfunction "SBU1") (pintype "bidirectional+no_connect") (tstamp 2d299107-5971-43c9-80a6-5d491eb6d0e8))
(pad "A9" smd rect locked (at 2.4 -2.51 180) (size 0.6 1.16) (layers "F.Cu" "F.Paste" "F.Mask")
(net 7 "VBUS") (pinfunction "VBUS") (pintype "passive") (tstamp 1a0d70b1-e025-46da-a59e-498afb9830cc))
(pad "A12" smd rect locked (at 3.2 -2.51 180) (size 0.6 1.16) (layers "F.Cu" "F.Paste" "F.Mask")
(net 2 "GND") (pinfunction "GND") (pintype "passive") (tstamp e03b2e94-0f87-4998-b7cc-058d7a138aa6))
(pad "B1" smd rect locked (at 3.2 -2.51 180) (size 0.6 1.16) (layers "F.Cu" "F.Paste" "F.Mask")
(net 2 "GND") (pinfunction "GND") (pintype "passive") (tstamp 348a84c2-cb15-4727-af87-560037c163f3))
(pad "B4" smd rect locked (at 2.4 -2.51 180) (size 0.6 1.16) (layers "F.Cu" "F.Paste" "F.Mask")
(net 7 "VBUS") (pinfunction "VBUS") (pintype "passive") (tstamp ed23e889-f66d-4eb5-b2a2-6159e7f129ba))
(pad "B5" smd rect locked (at 1.75 -2.51) (size 0.3 1.16) (layers "F.Cu" "F.Paste" "F.Mask")
(net 16 "Net-(J1-CC2)") (pinfunction "CC2") (pintype "bidirectional") (tstamp 091c9eec-dab8-41f1-8019-53000f731109))
(pad "B6" smd rect locked (at 0.75 -2.51) (size 0.3 1.16) (layers "F.Cu" "F.Paste" "F.Mask")
(net 13 "/D+") (pinfunction "D+") (pintype "bidirectional") (tstamp 8cfd45b6-a4df-4660-bf8d-9afd263c7211))
(pad "B7" smd rect locked (at -0.75 -2.51) (size 0.3 1.16) (layers "F.Cu" "F.Paste" "F.Mask")
(net 14 "/D-") (pinfunction "D-") (pintype "bidirectional") (tstamp 69a31dc4-1553-481c-ad30-8806b701cfeb))
(pad "B8" smd rect locked (at -1.75 -2.51) (size 0.3 1.16) (layers "F.Cu" "F.Paste" "F.Mask")
(net 17 "unconnected-(J1-SBU2-PadB8)") (pinfunction "SBU2") (pintype "bidirectional+no_connect") (tstamp b09cff52-fc4e-42bb-a7ef-8afd16d96ab9))
(pad "B9" smd rect locked (at -2.4 -2.51 180) (size 0.6 1.16) (layers "F.Cu" "F.Paste" "F.Mask")
(net 7 "VBUS") (pinfunction "VBUS") (pintype "passive") (tstamp 7b08c614-9310-4fca-bf80-8414175bffc6))
(pad "B12" smd rect locked (at -3.2 -2.51 180) (size 0.6 1.16) (layers "F.Cu" "F.Paste" "F.Mask")
(net 2 "GND") (pinfunction "GND") (pintype "passive") (tstamp 5de1d9e2-0087-48ab-8dfd-3d0d2e37089a))
(pad "S1" thru_hole oval locked (at -4.32 -1.93 270) (size 2 0.9) (drill oval 1.7 0.6) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "SHIELD") (pintype "passive") (tstamp d0be8469-c55c-4e58-ac8d-e887ad86ab7d))
(pad "S1" thru_hole oval locked (at -4.32 2.24 270) (size 1.7 0.9) (drill oval 1.4 0.6) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "SHIELD") (pintype "passive") (tstamp 0ab7de05-470b-458c-9164-05718e3efe74))
(pad "S1" thru_hole oval locked (at 4.32 -1.93 270) (size 2 0.9) (drill oval 1.7 0.6) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "SHIELD") (pintype "passive") (tstamp ebf85cf8-0d2e-4613-bd88-2d6b04213886))
(pad "S1" thru_hole oval locked (at 4.32 2.24 270) (size 1.7 0.9) (drill oval 1.4 0.6) (layers "*.Cu" "*.Mask")
(net 2 "GND") (pinfunction "SHIELD") (pintype "passive") (tstamp 1b4dffeb-5503-41eb-a780-a5b02a1def4c))
(model "${KICAD6_3DMODEL_DIR}/Connector_USB.3dshapes/USB_C_Receptacle_Palconn_UTC16-G.wrl" hide
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
(model ":KICAD7_3DMODEL_DIR:Connector_USB.3dshapes/USB_C_Receptacle_GCT_USB4105-xx-A_16P_TopMnt_Horizontal.wrl"
(offset (xyz 0 -1.2 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu")
(tstamp b7d06365-a12f-4600-a227-1e88172fabba)
(at 102.5906 75.6158)
(descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor")
(property "LCSC" "C25543")
(property "P/N" "0402WGJ0102TCE")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Resistor")
(property "ki_keywords" "R res resistor")
(path "/fee17f45-0b0a-47a3-ac7c-4e1389a6f420")
(attr smd)
(fp_text reference "R10" (at 0 -1.17) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 42dadc08-59d0-4069-b876-b5cccd2da95b)
)
(fp_text value "1k" (at 0 1.17) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 59aa9fe9-14df-4e4e-b362-aee18e3a4157)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 0.26 0.26) (thickness 0.04)))
(tstamp 5259d24e-07c3-47a5-a16d-0f2dd02e181f)
)
(fp_line (start -0.153641 -0.38) (end 0.153641 -0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5284fa5-61ca-4881-8e40-0e70cbfa7de4))
(fp_line (start -0.153641 0.38) (end 0.153641 0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e649615-067b-4600-8dc1-e4f146d0c308))
(fp_line (start -0.93 -0.47) (end 0.93 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 57c33428-00af-487d-acb3-de295ce36cb7))
(fp_line (start -0.93 0.47) (end -0.93 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8ac42c17-1dbd-44a9-8517-7a2e13da20ba))
(fp_line (start 0.93 -0.47) (end 0.93 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 85fe8f0d-1e20-4da9-828c-f39a02bf9f89))
(fp_line (start 0.93 0.47) (end -0.93 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ba3340d7-bbbf-4042-bec3-e32e409034d3))
(fp_line (start -0.525 -0.27) (end 0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa6531a3-3050-43f8-bb22-51bba92fbae3))
(fp_line (start -0.525 0.27) (end -0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 900749a5-6f00-4fe0-ad23-141d2f948f06))
(fp_line (start 0.525 -0.27) (end 0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ab94b31-c8ed-4909-8e59-c25030be5034))
(fp_line (start 0.525 0.27) (end -0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 460d67c8-7f2d-4581-9b16-6e68492ef401))
(pad "1" smd roundrect (at -0.51 0) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pintype "passive") (tstamp d04dc3cf-a2b7-423f-ac1d-533cb9c6d31e))
(pad "2" smd roundrect (at 0.51 0) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 54 "/EEPROM_SDA") (pintype "passive") (tstamp 8aae30dc-18db-4d57-ad11-cdfb69c00961))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu")
(tstamp c97b9622-ab0d-44f9-9626-5db8f780e738)
(at 95.4786 60.1218 90)
(descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "capacitor")
(property "LCSC" "C77020")
(property "P/N" "GRM155R71H104KE14D")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Unpolarized capacitor")
(property "ki_keywords" "cap capacitor")
(path "/02b794bc-63a2-4699-bbae-a01606829ca4")
(attr smd)
(fp_text reference "C16" (at 0 -1.16 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 0c449d3d-f263-4793-b7f6-3332040ee5d3)
)
(fp_text value "100n" (at 0 1.16 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 3986f14c-0ab5-474f-b114-96a4402e9026)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.25 0.25) (thickness 0.04)))
(tstamp 1f401ce8-79ff-4c85-a6dd-0cae2d1c7f68)
)
(fp_line (start -0.107836 -0.36) (end 0.107836 -0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 19c85fe2-6873-4287-a239-0fe2fb69a6ee))
(fp_line (start -0.107836 0.36) (end 0.107836 0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49906fce-f54c-498a-991b-b5b454475adb))
(fp_line (start -0.91 -0.46) (end 0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 356e6658-72e5-4050-980e-e70073182be8))
(fp_line (start -0.91 0.46) (end -0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ac874f6c-de14-474d-90c6-c8952b24f0f6))
(fp_line (start 0.91 -0.46) (end 0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 547ac804-e4cb-4dda-94a0-e2e562e29732))
(fp_line (start 0.91 0.46) (end -0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 991c558e-9639-4eed-a0ed-44b0ddea2ab2))
(fp_line (start -0.5 -0.25) (end 0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 13cc3d34-c209-4a5c-a7ce-caaa8c0860f8))
(fp_line (start -0.5 0.25) (end -0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8602598a-a562-4cde-8766-c941c8f01828))
(fp_line (start 0.5 -0.25) (end 0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f336d6e-798b-415b-bf99-1ded88b1f51e))
(fp_line (start 0.5 0.25) (end -0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 859863a6-ad34-4580-bdf3-a88f429dc8be))
(pad "1" smd roundrect (at -0.48 0 90) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pintype "passive") (tstamp 3ca5dd2a-ba6b-4f89-95e6-14906722ed30))
(pad "2" smd roundrect (at 0.48 0 90) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp b83cf3de-4284-4ade-a3fb-17f4943be2b9))
(model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu")
(tstamp cd668abc-9308-411a-8781-0a794f6bfc7f)
(at 102.0806 76.6338)
(descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor")
(property "LCSC" "C25543")
(property "P/N" "0402WGJ0102TCE")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Resistor")
(property "ki_keywords" "R res resistor")
(path "/957367ff-0215-4b26-8050-2b8b933b8618")
(attr smd)
(fp_text reference "R11" (at 0 -1.17) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 851653be-43d3-4d13-b182-eaa336e21e38)
)
(fp_text value "1k" (at 0 1.17) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 08322ce1-a66b-4a44-8443-84a88f36ee62)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 0.26 0.26) (thickness 0.04)))
(tstamp d7020544-468e-433f-bb55-d4aa0a49fe4e)
)
(fp_line (start -0.153641 -0.38) (end 0.153641 -0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ee94d43-1a49-4eb1-a1d5-76dbe0178682))
(fp_line (start -0.153641 0.38) (end 0.153641 0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ec33e40-7c3c-4b0f-8dfd-662b7730d532))
(fp_line (start -0.93 -0.47) (end 0.93 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 586ca115-49ed-4382-9a0f-006c90a0d3d6))
(fp_line (start -0.93 0.47) (end -0.93 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5813ae2a-05d5-40c5-ab6e-ef2ef687b273))
(fp_line (start 0.93 -0.47) (end 0.93 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eb115f7a-e5b0-4248-82af-8faa0861dd1b))
(fp_line (start 0.93 0.47) (end -0.93 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a44218c8-bcea-4dd4-bbbf-a9af02dff26a))
(fp_line (start -0.525 -0.27) (end 0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9cece072-7857-4573-9e84-a807a88096a7))
(fp_line (start -0.525 0.27) (end -0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79c988b7-40c7-4146-ba93-de0c6aeae824))
(fp_line (start 0.525 -0.27) (end 0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b042dfbe-a82b-4865-b7d3-e307d05e20bf))
(fp_line (start 0.525 0.27) (end -0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6fca4984-45d2-4221-a0a2-b130e08fa844))
(pad "1" smd roundrect (at -0.51 0) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pintype "passive") (tstamp 290d95e6-449b-4b36-8f05-44c945e981ac))
(pad "2" smd roundrect (at 0.51 0) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 11 "/EEPROM_SCL") (pintype "passive") (tstamp a8262b89-85f9-431a-b09c-5236cef9922a))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Resistor_SMD:R_0402_1005Metric_Pad0.72x0.64mm_HandSolder" (layer "F.Cu")
(tstamp cd9edcba-20f0-4754-88bc-a644aa4b3a7b)
(at 105.2576 48.0568)
(descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor handsolder")
(property "LCSC" "C105873")
(property "P/N" "RC0402JR-075K1")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Resistor")
(property "ki_keywords" "R res resistor")
(path "/4ac10c3d-8d8d-41d5-8817-813ccd8719fb")
(attr smd)
(fp_text reference "R4" (at 0 -1.17) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 06f38455-3436-4d09-b5ee-537f292027d7)
)
(fp_text value "5.1k" (at 0 1.17) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 2094460c-8b70-43b6-a03d-8add3af210ed)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 0.26 0.26) (thickness 0.04)))
(tstamp ed82e115-c17e-41b7-8880-7c4ffef83ff2)
)
(fp_line (start -0.167621 -0.38) (end 0.167621 -0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cbe53b3f-3c3c-4f0c-96c5-bd63e591c799))
(fp_line (start -0.167621 0.38) (end 0.167621 0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01731ed6-7b3a-4b1d-bcc3-0aef7ffd293e))
(fp_line (start -1.1 -0.47) (end 1.1 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ec158137-d3ff-4e1a-a19e-51e54b00e898))
(fp_line (start -1.1 0.47) (end -1.1 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 76731a02-a3fe-4b16-bc00-15b6446b0eb1))
(fp_line (start 1.1 -0.47) (end 1.1 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3ba5d729-e78d-4c08-88da-f69e8b207565))
(fp_line (start 1.1 0.47) (end -1.1 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c2f854b6-255d-467b-b10d-557f13f36c68))
(fp_line (start -0.525 -0.27) (end 0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b744393-6f77-4633-850f-20475f0eab4e))
(fp_line (start -0.525 0.27) (end -0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b8c5d0f7-4ba2-4dc0-8b96-3570bf61c2d1))
(fp_line (start 0.525 -0.27) (end 0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c2a6062-a785-42f9-9e7d-9891dd114442))
(fp_line (start 0.525 0.27) (end -0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dfa49b2e-4893-49e7-b296-efeef1f63f0f))
(pad "1" smd roundrect (at -0.5975 0) (size 0.715 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 12 "Net-(J1-CC1)") (pintype "passive") (tstamp fa31b4b5-17a5-46c8-ba54-cbf1b9f2b422))
(pad "2" smd roundrect (at 0.5975 0) (size 0.715 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp 65d2070b-debc-4c1e-bff5-47ca044ca3f0))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu")
(tstamp cde8c0fc-ba4a-4218-8714-e4e4577dac24)
(at 106.7816 79.8438 -90)
(descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py")
(tags "SOT TO_SOT_SMD")
(property "LCSC" "C460726")
(property "P/N" "LM4040D30FTA")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "3.000V Precision Micropower Shunt Voltage Reference, SOT-23")
(property "ki_keywords" "diode device voltage reference shunt")
(path "/ba1f6379-2070-43cb-a750-bde440560759")
(attr smd)
(fp_text reference "U4" (at 0 -2.4 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp d63d0a92-af9a-4088-8afe-8ef45c72101d)
)
(fp_text value "LM4040DBZ-3" (at 0 2.4 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp f1359a9d-0c6c-4618-b155-157967144a08)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.32 0.32) (thickness 0.05)))
(tstamp 9c108200-b63e-4462-9756-98056935fee9)
)
(fp_line (start 0 -1.56) (end -1.675 -1.56)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d2f10bb8-3b73-4428-aced-dbf5f4311e58))
(fp_line (start 0 -1.56) (end 0.65 -1.56)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 037613c7-1fa8-4105-9251-1d5b94fcf581))
(fp_line (start 0 1.56) (end -0.65 1.56)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 712eff5c-fa38-4a55-9529-5919b5db14ba))
(fp_line (start 0 1.56) (end 0.65 1.56)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13f516e1-9dd8-4f44-94b6-811b7f82138e))
(fp_line (start -1.92 -1.7) (end -1.92 1.7)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a76548e4-73ea-47a9-8058-56f0134e24c5))
(fp_line (start -1.92 1.7) (end 1.92 1.7)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd0c4071-e3e1-4962-8f92-abd0b74f1c85))
(fp_line (start 1.92 -1.7) (end -1.92 -1.7)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 01f7cf97-eeb0-406c-b41f-cc00d0aedeb9))
(fp_line (start 1.92 1.7) (end 1.92 -1.7)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5cd35c66-7bc2-4c40-ba2a-d7a08270faa4))
(fp_line (start -0.65 -1.125) (end -0.325 -1.45)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9aef158-553e-4fd7-81a2-0fd9b2eca6e8))
(fp_line (start -0.65 1.45) (end -0.65 -1.125)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp da8065ea-5eae-4882-af79-21966ade84f9))
(fp_line (start -0.325 -1.45) (end 0.65 -1.45)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b975cf2-17c2-4395-b958-22d535e4539c))
(fp_line (start 0.65 -1.45) (end 0.65 1.45)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ecbbcec8-38f0-4305-a5eb-85b0a34e804a))
(fp_line (start 0.65 1.45) (end -0.65 1.45)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32b64779-6452-4e71-aa95-ccaf5dcf284c))
(pad "1" smd roundrect (at -0.9375 -0.95 270) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 49 "/3V0_VREF") (pinfunction "K") (pintype "passive") (tstamp 2fb5d55c-8a52-42a9-acc5-06071603ed38))
(pad "2" smd roundrect (at -0.9375 0.95 270) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pinfunction "A") (pintype "passive") (tstamp 802e7322-7995-49c8-8565-5723dfe6e11d))
(pad "3" smd roundrect (at 0.9375 0 270) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp f5fd0e9d-ba0b-4ea9-b57e-aedc0e73f815))
(model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Resistor_SMD:R_0402_1005Metric_Pad0.72x0.64mm_HandSolder" (layer "F.Cu")
(tstamp d3c38da5-38e0-4ca9-8275-f813d3fef2d4)
(at 98.2726 55.5498)
(descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor handsolder")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "dnp" "")
(property "ki_description" "Resistor")
(property "ki_keywords" "R res resistor")
(path "/3fb95b04-640e-4a69-be42-7105c6ce44d4")
(attr smd)
(fp_text reference "R2" (at 0 -1.17) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 09eff4e4-7957-4e77-b9b7-5932ef490a72)
)
(fp_text value "DNP" (at 0 1.17) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 5d09d296-be2d-46f7-beae-37e951431677)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 0.26 0.26) (thickness 0.04)))
(tstamp 955875bf-c342-4657-96dc-464fa97373ea)
)
(fp_line (start -0.167621 -0.38) (end 0.167621 -0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dc7a5b53-7bb4-4f64-9c2b-fd3b8ddec120))
(fp_line (start -0.167621 0.38) (end 0.167621 0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4e79a097-ee6b-462f-bc56-a239172a03ab))
(fp_line (start -1.1 -0.47) (end 1.1 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2498f920-3beb-401e-ad5d-ec56509e0842))
(fp_line (start -1.1 0.47) (end -1.1 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e18a603e-a84a-4e0e-8017-659cdbb4c111))
(fp_line (start 1.1 -0.47) (end 1.1 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f7982d27-808a-4e0d-aab3-02b148c3dbc0))
(fp_line (start 1.1 0.47) (end -1.1 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29e05788-f28b-41ae-85e1-9b2ab01448da))
(fp_line (start -0.525 -0.27) (end 0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db6724f6-002f-44a8-bc72-8ca40285fa18))
(fp_line (start -0.525 0.27) (end -0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6be6bf14-c65c-4b79-89a4-d224fe24875b))
(fp_line (start 0.525 -0.27) (end 0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e19ce41e-6432-47cd-8315-066f1307087b))
(fp_line (start 0.525 0.27) (end -0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d95fdce8-addd-4301-b1ae-d69f2eb52233))
(pad "1" smd roundrect (at -0.5975 0) (size 0.715 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pintype "passive") (tstamp 28b82e58-1f35-4516-98b9-bb21777d2c44))
(pad "2" smd roundrect (at 0.5975 0) (size 0.715 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 50 "/QSPI_SS") (pintype "passive") (tstamp 919db69b-1e6b-43d4-990f-5a3a4963ec17))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Button_Switch_SMD:SW_SPST_B3U-1000P" (layer "F.Cu")
(tstamp d42cbc5a-fd6c-4e3f-9eea-68cda5a88c18)
(at 107.5436 83.6168)
(descr "Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, without Ground Terminal, without Boss")
(tags "Tactile Switch")
(property "LCSC" "C231329")
(property "P/N" "B3U-1000P")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Push button switch, generic, two pins")
(property "ki_keywords" "switch normally-open pushbutton push-button")
(path "/83cedd03-3bc2-4cbb-9368-bc17812bb690")
(attr smd)
(fp_text reference "SW2" (at 0 -2.5) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 11cd5def-5837-434d-8360-4def458dbde1)
)
(fp_text value "RES" (at 0 2.5) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 838f3de6-9a16-46c4-b531-1cedf90f6e94)
)
(fp_text user "${REFERENCE}" (at 0 -2.5) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 11ac2de5-24ee-48bf-99a9-b2a781a39bab)
)
(fp_line (start -1.65 -1.4) (end 1.65 -1.4)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ba4df8e-e3d4-4506-bc02-fedb85ccb22e))
(fp_line (start -1.65 -1.1) (end -1.65 -1.4)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c0989c75-05d3-46a1-a365-32166bfa4227))
(fp_line (start -1.65 1.1) (end -1.65 1.4)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47ddd5ab-2876-4aea-b1fd-2847cd1d1455))
(fp_line (start -1.65 1.4) (end 1.65 1.4)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21d502cb-0b02-45ae-85bb-2c9591cb1fca))
(fp_line (start 1.65 -1.4) (end 1.65 -1.1)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 223055cf-b3c7-40c8-acb5-bcef91e25635))
(fp_line (start 1.65 1.4) (end 1.65 1.1)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef8b6a45-46ac-4571-b897-6654c2789eb7))
(fp_line (start -2.4 -1.65) (end -2.4 1.65)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a8c1afe0-c437-43bb-b275-54a76e2bb4e3))
(fp_line (start -2.4 1.65) (end 2.4 1.65)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 65a975bb-b998-4d71-b9d0-b4e5862ccb7c))
(fp_line (start 2.4 -1.65) (end -2.4 -1.65)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9f65bd59-1ab3-40c9-9087-a2e1013595ac))
(fp_line (start 2.4 1.65) (end 2.4 -1.65)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 012357f6-9e50-4b1d-9048-19c945e2c76c))
(fp_line (start -1.5 -1.25) (end 1.5 -1.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d79c7cd7-233a-4310-8785-54fe62faefa8))
(fp_line (start -1.5 1.25) (end -1.5 -1.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8facc85c-1485-44e6-b8b7-c199a45d47e6))
(fp_line (start 1.5 -1.25) (end 1.5 1.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d09f7c7f-f112-4a9a-9825-e0a981ef6dec))
(fp_line (start 1.5 1.25) (end -1.5 1.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f60fc2d-3e14-4408-b8e8-d7f756ef67e2))
(fp_circle (center 0 0) (end 0.75 0)
(stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp f64e8f7b-42f8-4451-a87f-9087ea3b337b))
(pad "1" smd rect (at -1.7 0) (size 0.9 1.7) (layers "F.Cu" "F.Paste" "F.Mask")
(net 20 "/RUN") (pinfunction "1") (pintype "passive") (tstamp 3802364c-1949-4176-940a-d012990f6e42))
(pad "2" smd rect (at 1.7 0) (size 0.9 1.7) (layers "F.Cu" "F.Paste" "F.Mask")
(net 2 "GND") (pinfunction "2") (pintype "passive") (tstamp d2a45926-04ba-4b56-af98-68482f53338e))
(model "${KICAD6_3DMODEL_DIR}/Button_Switch_SMD.3dshapes/SW_SPST_B3U-1000P.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu")
(tstamp da037769-136c-4179-aa81-b8c4b6ba5412)
(at 103.9876 71.0438 -90)
(descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "capacitor")
(property "LCSC" "C77020")
(property "P/N" "GRM155R71H104KE14D")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Unpolarized capacitor")
(property "ki_keywords" "cap capacitor")
(path "/a113d3e6-bd78-4d50-80e6-6c8c59fab2fd")
(attr smd)
(fp_text reference "C9" (at 0 -1.16 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 2adbf47c-1f5f-45b0-96bb-01ed3c5ba00f)
)
(fp_text value "100n" (at 0 1.16 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 6a39b261-cb80-4edb-a5db-643853e247a0)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.25 0.25) (thickness 0.04)))
(tstamp 848861b1-831c-481b-8247-066e796914ce)
)
(fp_line (start -0.107836 -0.36) (end 0.107836 -0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b7ba19b-6540-40e3-8ad7-9bcc88046f80))
(fp_line (start -0.107836 0.36) (end 0.107836 0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca35d66d-08b2-489b-a854-c20870c6d946))
(fp_line (start -0.91 -0.46) (end 0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 04828c37-0856-47d7-8495-a83c578fa879))
(fp_line (start -0.91 0.46) (end -0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b99b2723-2809-4a06-be34-2306a30b0b65))
(fp_line (start 0.91 -0.46) (end 0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b29f6b80-93a1-4ea6-9f58-35d439bc98f2))
(fp_line (start 0.91 0.46) (end -0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6999150a-9885-408d-a140-f3cecf02e677))
(fp_line (start -0.5 -0.25) (end 0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a844366d-659c-4c41-9167-ed57c2d5a92c))
(fp_line (start -0.5 0.25) (end -0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd4df8a0-0209-4227-a7b5-602e1d05f009))
(fp_line (start 0.5 -0.25) (end 0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 073b0644-5840-407c-b7d3-452488d881f9))
(fp_line (start 0.5 0.25) (end -0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 251c822c-578f-493f-ae7d-2ceced01198a))
(pad "1" smd roundrect (at -0.48 0 270) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 6 "+1V1") (pintype "passive") (tstamp af7bfc8e-df5c-4776-a1f7-3ab1fb7da5ee))
(pad "2" smd roundrect (at 0.48 0 270) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp 7def85aa-83a2-4606-bac1-6af3493f6929))
(model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "F.Cu")
(tstamp dbefe00c-5459-4b5d-89b7-168b64716922)
(at 109.6772 57.3532 -90)
(descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator")
(tags "capacitor handsolder")
(property "LCSC" "C162422")
(property "P/N" "GRM21BR6YA106KE43L")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Unpolarized capacitor")
(property "ki_keywords" "cap capacitor")
(path "/02c55e93-d469-46ac-a4fe-938dccc433ab")
(attr smd)
(fp_text reference "C6" (at 0 -1.68 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 549fee22-a461-4897-b6ea-e7e931c68a68)
)
(fp_text value "10u" (at 0 1.68 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp a0c4aee6-b7c7-4ebf-afa1-04673223d873)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.5 0.5) (thickness 0.08)))
(tstamp b3c47e0f-5a75-4d7a-b29c-dea665720d85)
)
(fp_line (start -0.261252 -0.735) (end 0.261252 -0.735)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9f4f511-bcff-41ea-aba3-d836d410b04a))
(fp_line (start -0.261252 0.735) (end 0.261252 0.735)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b3ecae46-598c-4471-b626-f4a0c2851f3f))
(fp_line (start -1.88 -0.98) (end 1.88 -0.98)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3bbb38f6-655e-42e9-a2a3-ecf2fa1381a5))
(fp_line (start -1.88 0.98) (end -1.88 -0.98)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1140094-94e0-45ba-b5cb-2ccfb6560eb8))
(fp_line (start 1.88 -0.98) (end 1.88 0.98)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d757f1fe-8f62-4b1a-b526-fbd27cb4bb73))
(fp_line (start 1.88 0.98) (end -1.88 0.98)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 17144e3c-79b0-4ece-bde6-c88958c111be))
(fp_line (start -1 -0.625) (end 1 -0.625)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 907b60b8-2b4c-4b49-b916-d16177f4b461))
(fp_line (start -1 0.625) (end -1 -0.625)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a6c8362-d86e-4333-a212-cde64c72cf3a))
(fp_line (start 1 -0.625) (end 1 0.625)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e2b01ac0-8c8e-4c4c-80e3-ab74d4d825e2))
(fp_line (start 1 0.625) (end -1 0.625)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7f902c0-ceeb-4354-a4c8-e8c9161c0452))
(pad "1" smd roundrect (at -1.0375 0 270) (size 1.175 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2127659574)
(net 63 "Net-(C6-Pad1)") (pintype "passive") (tstamp 82c4e385-7e72-482b-9800-a4819318a289))
(pad "2" smd roundrect (at 1.0375 0 270) (size 1.175 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2127659574)
(net 2 "GND") (pintype "passive") (tstamp 0b3ce26b-a635-4180-a647-9a1fb2aa5e47))
(model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu")
(tstamp dddf9555-3126-47d3-91e8-c5e0d4d47845)
(at 109.4486 79.9708 -90)
(descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor handsolder")
(property "LCSC" "C22808")
(property "P/N" "0603WAF1500T5E")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Resistor")
(property "ki_keywords" "R res resistor")
(path "/b460c9c8-d79e-426a-94ee-11cdddda4709")
(attr smd)
(fp_text reference "R7" (at 0 -1.43 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 3573ad4d-5e81-4e51-a8f6-b7335fda6d98)
)
(fp_text value "150" (at 0 1.43 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp daf0b691-fb2e-4549-8ab4-a99b1bf8bf36)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.4 0.4) (thickness 0.06)))
(tstamp 2f68fcd1-bb26-445b-8122-49d65e88c045)
)
(fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ddfe9eb-01bb-4fc8-aa33-4e8aa927492a))
(fp_line (start -0.254724 0.5225) (end 0.254724 0.5225)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 481ffbea-f344-48d3-9d73-6cd7e7778338))
(fp_line (start -1.65 -0.73) (end 1.65 -0.73)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3e923f73-91e2-4d9d-9c5a-72257ebea9aa))
(fp_line (start -1.65 0.73) (end -1.65 -0.73)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 34bb8b00-1a11-4257-b1f5-2b3898b2748b))
(fp_line (start 1.65 -0.73) (end 1.65 0.73)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7414d489-ebfa-4ee5-a21f-ca06a7b1fba8))
(fp_line (start 1.65 0.73) (end -1.65 0.73)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8e03319-848d-420e-9584-4de8440193bd))
(fp_line (start -0.8 -0.4125) (end 0.8 -0.4125)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 057500d0-13e5-41e6-b6c7-13c22afed63d))
(fp_line (start -0.8 0.4125) (end -0.8 -0.4125)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c9712442-2355-4d59-bafd-75006e71cb3a))
(fp_line (start 0.8 -0.4125) (end 0.8 0.4125)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4235ddff-218d-4c33-8df2-fb7989e94952))
(fp_line (start 0.8 0.4125) (end -0.8 0.4125)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b9a99c4-df90-4d5b-9875-96617a34fd6d))
(pad "1" smd roundrect (at -0.9125 0 270) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 49 "/3V0_VREF") (pintype "passive") (tstamp 993ec551-acae-4469-ab5c-0985b54071e7))
(pad "2" smd roundrect (at 0.9125 0 270) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pintype "passive") (tstamp dca27a4f-a94b-485f-91f2-1f18a99ed8ca))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu")
(tstamp de14be45-93d3-4264-96bd-6a91a65ab4af)
(at 104.5972 58.5724 -90)
(descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor")
(property "LCSC" "C2909343")
(property "P/N" "FRC0402F27R0TS")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Resistor")
(property "ki_keywords" "R res resistor")
(path "/b8203564-13a8-4579-8d5f-aabcaad75607")
(attr smd)
(fp_text reference "R8" (at 0 -1.17 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 71c0ae86-9e2d-4bc6-9419-0e3d55a6a899)
)
(fp_text value "27" (at 0 1.17 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp fcafe798-9c6b-4579-90ff-81f519abe3b5)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.26 0.26) (thickness 0.04)))
(tstamp f25a3d04-93be-4fa1-93cd-4a8a63f27046)
)
(fp_line (start -0.153641 -0.38) (end 0.153641 -0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7edb5e86-c7e7-485a-a3a9-c7ab523773ed))
(fp_line (start -0.153641 0.38) (end 0.153641 0.38)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp caa3a236-7433-4bfc-b6fc-ea36ec876506))
(fp_line (start -0.93 -0.47) (end 0.93 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b26e4347-585c-4b28-b47c-b176c4047bf4))
(fp_line (start -0.93 0.47) (end -0.93 -0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ad75ef69-a203-474b-b0c0-843509ed46fd))
(fp_line (start 0.93 -0.47) (end 0.93 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5aec4612-b766-485f-8086-74b0d4705062))
(fp_line (start 0.93 0.47) (end -0.93 0.47)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 36e1968b-c5f5-4c15-b4e9-8548c93bf630))
(fp_line (start -0.525 -0.27) (end 0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8ded7f7-e46c-41f0-abc0-050ab634e308))
(fp_line (start -0.525 0.27) (end -0.525 -0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ebc9051-3c43-4416-a543-5d8cc505b509))
(fp_line (start 0.525 -0.27) (end 0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5c53a61-1951-4f97-b073-9187d27143a8))
(fp_line (start 0.525 0.27) (end -0.525 0.27)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7110d9dc-27bf-40ad-bc67-1bdd61755d16))
(pad "1" smd roundrect (at -0.51 0 270) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 13 "/D+") (pintype "passive") (tstamp 28935fb7-2f99-411b-af93-fa7ac4b8c5e1))
(pad "2" smd roundrect (at 0.51 0 270) (size 0.54 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 53 "/DP") (pintype "passive") (tstamp 39622230-4ac8-4422-877b-63a91c4a1b81))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu")
(tstamp ee321e88-35d7-49a6-bb84-77aa5aa3c057)
(at 102.2096 57.8358 135)
(descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "capacitor")
(property "LCSC" "C77020")
(property "P/N" "GRM155R71H104KE14D")
(property "Sheetfile" "ProPico.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Unpolarized capacitor")
(property "ki_keywords" "cap capacitor")
(path "/2e343e88-c253-43fe-b7ef-0f3a142ae4bc")
(attr smd)
(fp_text reference "C15" (at 0 -1.16 135) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 7c96acbd-2082-49f1-b5de-3768db882a9e)
)
(fp_text value "100n" (at 0 1.16 135) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 80b687c1-bbb5-45ed-9fe5-cf3bd5737929)
)
(fp_text user "${REFERENCE}" (at 0 0 135) (layer "F.Fab")
(effects (font (size 0.25 0.25) (thickness 0.04)))
(tstamp 7b32a260-5fc8-44b9-b844-1a0df6a7e819)
)
(fp_line (start -0.107836 -0.36) (end 0.107836 -0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69bef166-cb44-496c-8422-7775a895d6cd))
(fp_line (start -0.107836 0.36) (end 0.107836 0.36)
(stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4ef4d298-4de4-4452-a4aa-94dd539c8109))
(fp_line (start -0.91 -0.46) (end 0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cc4eec41-7d9a-4701-958b-e2950bdea9f6))
(fp_line (start -0.91 0.46) (end -0.91 -0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4bbfd1f7-6df4-4c27-975e-6a6f319828a7))
(fp_line (start 0.91 -0.46) (end 0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6dd744bf-40cb-48cd-bc7a-68674113bc30))
(fp_line (start 0.91 0.46) (end -0.91 0.46)
(stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 75b667c9-9fab-4e76-ab70-3796f0a629b4))
(fp_line (start -0.5 -0.25) (end 0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp de93b0e9-5fc5-4824-870f-31285257c260))
(fp_line (start -0.5 0.25) (end -0.5 -0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb434910-86fc-45d1-a5de-7e3378065fe9))
(fp_line (start 0.5 -0.25) (end 0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a3a16f7e-0d29-4c3f-9ccc-9e1fb445830d))
(fp_line (start 0.5 0.25) (end -0.5 0.25)
(stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b567905a-e093-49e7-b0ce-06f3bcffa7ba))
(pad "1" smd roundrect (at -0.48 0 135) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 3 "+3V3") (pintype "passive") (tstamp 0e98c086-6c66-4ac6-a61a-a70bc6dd6664))
(pad "2" smd roundrect (at 0.48 0 135) (size 0.56 0.62) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp 7c25b3b7-b0c5-4915-8bd7-44fa703f57af))
(model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu")
(tstamp f2e2aa44-d02b-4e2f-a0c2-fbebb38c5c63)
(at 106.6292 58.5724 90)
(descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footpr
gitextract_0rwmiar3/ ├── .gitignore ├── LICENSE ├── ProPico.kicad_pcb ├── ProPico.kicad_prl ├── ProPico.kicad_pro ├── ProPico.kicad_sch ├── README.md ├── bom/ │ └── ibom.html ├── fp-lib-table ├── libs/ │ ├── ECS-120-12-36-AGN-TR3/ │ │ └── ECS-120-12-36-AGN-TR--3DModel-STEP-56544.STEP │ ├── RP2040/ │ │ ├── MCU_RaspberryPi_RP2040.lib │ │ └── RP2040.pretty/ │ │ └── RP2040-QFN-56.kicad_mod │ ├── Raspberry_Pi_Pico/ │ │ ├── MCU_RaspberryPi_and_Boards.kicad_sym │ │ ├── MCU_RaspberryPi_and_Boards.pretty/ │ │ │ ├── Crystal_SMD_HC49-US.kicad_mod │ │ │ ├── RP2040-QFN-56.kicad_mod │ │ │ └── RPi_Pico_SMD_TH.kicad_mod │ │ ├── RPi_Pico.pretty/ │ │ │ ├── CUI_SJ-3523-audio-jack.kicad_mod │ │ │ ├── DSUB-15-L77HDE15SD1CH4F.kicad_mod │ │ │ ├── Icon │ │ │ ├── MBR120_SOD-123.kicad_mod │ │ │ ├── RPi_Pico_SMD_TH.kicad_mod │ │ │ └── USB_Micro-B_Amphenol_10103594-0001LF_Horizontal_modified.kicad_mod │ │ └── Raspberry Pi Pico-R3.STEP │ ├── W25Q16JVUXIQ_TR/ │ │ ├── IC_W25Q16JVUXIQ_TR.kicad_mod │ │ ├── License.txt │ │ ├── W25Q16JVUXIQ_TR.kicad_sym │ │ ├── W25Q16JVUXIQ_TR.step │ │ └── how-to-import.htm │ └── connector/ │ ├── Pico_20pin.kicad_mod │ └── Pico_4pin.kicad_mod ├── outputs/ │ └── blender/ │ ├── propico.blend │ ├── propico.blend1 │ └── propico.pcb3d ├── software/ │ └── pro-pico-template/ │ ├── .gitignore │ ├── CMakeLists.txt │ ├── blink.pio │ ├── build/ │ │ └── ProPicoTemplate.uf2 │ ├── lib/ │ │ └── Memory/ │ │ ├── CMakeLists.txt │ │ ├── LICENSE │ │ ├── README.md │ │ ├── include/ │ │ │ └── Memory.hpp │ │ └── src/ │ │ └── Memory.cpp │ ├── main.cpp │ ├── pico_sdk_import.cmake │ └── upload.sh └── sym-lib-table
SYMBOL INDEX (2 symbols across 2 files)
FILE: software/pro-pico-template/lib/Memory/include/Memory.hpp
class Memory (line 14) | class Memory
FILE: software/pro-pico-template/main.cpp
function main (line 22) | int main() {
Condensed preview — 46 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (8,757K chars).
[
{
"path": ".gitignore",
"chars": 396,
"preview": "# For PCBs designed using KiCad: http://www.kicad-pcb.org/\n# Format documentation: http://kicad-pcb.org/help/file-format"
},
{
"path": "LICENSE",
"chars": 1061,
"preview": "MIT License\n\nCopyright (c) 2022 Dima\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof th"
},
{
"path": "ProPico.kicad_pcb",
"chars": 683491,
"preview": "(kicad_pcb (version 20221018) (generator pcbnew)\n\n (general\n (thickness 1)\n )\n\n (paper \"A5\")\n (layers\n (0 \"F.C"
},
{
"path": "ProPico.kicad_prl",
"chars": 1191,
"preview": "{\n \"board\": {\n \"active_layer\": 0,\n \"active_layer_preset\": \"\",\n \"auto_track_width\": true,\n \"hidden_netclasse"
},
{
"path": "ProPico.kicad_pro",
"chars": 14424,
"preview": "{\n \"board\": {\n \"3dviewports\": [],\n \"design_settings\": {\n \"defaults\": {\n \"board_outline_line_width\": 0"
},
{
"path": "ProPico.kicad_sch",
"chars": 242912,
"preview": "(kicad_sch (version 20230121) (generator eeschema)\n\n (uuid 73e46140-01b8-4ec1-93bb-0d72bea0e0ee)\n\n (paper \"A3\")\n\n (li"
},
{
"path": "README.md",
"chars": 1442,
"preview": "# ProPico\nAn RP2040 dev board improving on aspects of the pi pico.\n\n### ⚠️ This project is still under development, repr"
},
{
"path": "bom/ibom.html",
"chars": 419384,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, i"
},
{
"path": "fp-lib-table",
"chars": 617,
"preview": "(fp_lib_table\n (version 7)\n (lib (name \"connector\")(type \"KiCad\")(uri \"${KIPRJMOD}/libs/connector\")(options \"\")(descr "
},
{
"path": "libs/ECS-120-12-36-AGN-TR3/ECS-120-12-36-AGN-TR--3DModel-STEP-56544.STEP",
"chars": 273350,
"preview": "ISO-10303-21;\r\nHEADER;\r\nFILE_DESCRIPTION (( 'STEP AP214' ),\r\n '1' );\r\nFILE_NAME ('ECS-120-12-36-AGN-TR.STEP',\r\n '2"
},
{
"path": "libs/RP2040/MCU_RaspberryPi_RP2040.lib",
"chars": 2732,
"preview": "EESchema-LIBRARY Version 2.4\r\n#encoding utf-8\r\n#\r\n# RP2040\r\n#\r\nDEF RP2040 U 0 40 Y Y 1 F N\r\nF0 \"U\" -1150 1950 50 H V C C"
},
{
"path": "libs/RP2040/RP2040.pretty/RP2040-QFN-56.kicad_mod",
"chars": 13155,
"preview": "(footprint \"RP2040-QFN-56\" (version 20211014) (generator pcbnew)\n (layer \"F.Cu\")\n (tedit 5EF32B43)\n (descr \"QFN, 56 P"
},
{
"path": "libs/Raspberry_Pi_Pico/MCU_RaspberryPi_and_Boards.kicad_sym",
"chars": 20241,
"preview": "(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)\n (symbol \"Pico\" (in_bom yes) (on_board yes)\n (p"
},
{
"path": "libs/Raspberry_Pi_Pico/MCU_RaspberryPi_and_Boards.pretty/Crystal_SMD_HC49-US.kicad_mod",
"chars": 2032,
"preview": "(module Crystal_SMD_HC49-US (layer F.Cu) (tedit 5F0C7995)\n (descr \"SMD Crystal HC-49-SD http://cdn-reichelt.de/document"
},
{
"path": "libs/Raspberry_Pi_Pico/MCU_RaspberryPi_and_Boards.pretty/RP2040-QFN-56.kicad_mod",
"chars": 9477,
"preview": "(module RP2040-QFN-56 (layer F.Cu) (tedit 5EF32B43)\n (descr \"QFN, 56 Pin (http://www.cypress.com/file/416486/download#p"
},
{
"path": "libs/Raspberry_Pi_Pico/MCU_RaspberryPi_and_Boards.pretty/RPi_Pico_SMD_TH.kicad_mod",
"chars": 28764,
"preview": "(footprint \"RPi_Pico_SMD_TH\" (version 20211014) (generator pcbnew)\n (layer \"F.Cu\")\n (tedit 6224DF39)\n (descr \"Through"
},
{
"path": "libs/Raspberry_Pi_Pico/RPi_Pico.pretty/CUI_SJ-3523-audio-jack.kicad_mod",
"chars": 2653,
"preview": "(module CUI_SJ-3523-audio-jack (layer F.Cu) (tedit 5F03199E)\r\n (descr \"3.5 mm, Stereo, Right Angle, Surface Mount (SMT)"
},
{
"path": "libs/Raspberry_Pi_Pico/RPi_Pico.pretty/DSUB-15-L77HDE15SD1CH4F.kicad_mod",
"chars": 5662,
"preview": "(module DSUB-15-L77HDE15SD1CH4F (layer F.Cu) (tedit 5EFF80D9)\r\n (descr \"15-pin D-Sub connector, horizontal/angled (90 d"
},
{
"path": "libs/Raspberry_Pi_Pico/RPi_Pico.pretty/Icon",
"chars": 0,
"preview": ""
},
{
"path": "libs/Raspberry_Pi_Pico/RPi_Pico.pretty/MBR120_SOD-123.kicad_mod",
"chars": 2026,
"preview": "(module MBR120_SOD-123 (layer F.Cu) (tedit 5F02E60A)\r\n (descr SOD-123)\r\n (tags SOD-123)\r\n (attr smd)\r\n (fp_text refe"
},
{
"path": "libs/Raspberry_Pi_Pico/RPi_Pico.pretty/RPi_Pico_SMD_TH.kicad_mod",
"chars": 18805,
"preview": "(module RPi_Pico_SMD_TH (layer F.Cu) (tedit 5F638C80)\r\n (descr \"Through hole straight pin header, 2x20, 2.54mm pitch, d"
},
{
"path": "libs/Raspberry_Pi_Pico/RPi_Pico.pretty/USB_Micro-B_Amphenol_10103594-0001LF_Horizontal_modified.kicad_mod",
"chars": 3931,
"preview": "(module USB_Micro-B_Amphenol_10103594-0001LF_Horizontal_modified (layer F.Cu) (tedit 5F0317C2)\r\n (descr \"Micro USB Type"
},
{
"path": "libs/Raspberry_Pi_Pico/Raspberry Pi Pico-R3.STEP",
"chars": 6500165,
"preview": "ISO-10303-21;\r\nHEADER;\r\nFILE_DESCRIPTION (( 'STEP AP214' ),\r\n '1' );\r\nFILE_NAME ('Raspberry Pi Pico-R3.STEP',\r\n '2"
},
{
"path": "libs/W25Q16JVUXIQ_TR/IC_W25Q16JVUXIQ_TR.kicad_mod",
"chars": 5408,
"preview": "(footprint \"IC_W25Q16JVUXIQ_TR\" (version 20211014) (generator pcbnew)\n (layer \"F.Cu\")\n (tedit 63D58560)\n (attr smd)\n "
},
{
"path": "libs/W25Q16JVUXIQ_TR/License.txt",
"chars": 2969,
"preview": "BY ACCESSING OR USING THESE SYMBOLS & FOOTPRINTS (\"MODELS\"), YOU ARE ACKNOWLEDGING THAT YOU HAVE READ, FULLY UNDERSTAND"
},
{
"path": "libs/W25Q16JVUXIQ_TR/W25Q16JVUXIQ_TR.kicad_sym",
"chars": 3386,
"preview": "\n(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)\n (symbol \"W25Q16JVUXIQ_TR\" (pin_names (offset 1.0"
},
{
"path": "libs/W25Q16JVUXIQ_TR/W25Q16JVUXIQ_TR.step",
"chars": 231059,
"preview": "ISO-10303-21;\r\nHEADER;\r\nFILE_DESCRIPTION (( 'STEP AP214' ),\r\n '1' );\r\nFILE_NAME ('W25X40CLUXIG TR.STEP',\r\n '2022-0"
},
{
"path": "libs/W25Q16JVUXIQ_TR/how-to-import.htm",
"chars": 445,
"preview": "<!DOCTYPE HTML><html lang=\"en-US\"> <head> <meta charset=\"UTF-8\"> <meta http-equiv=\"refresh\" content=\"0; url=https://www."
},
{
"path": "libs/connector/Pico_20pin.kicad_mod",
"chars": 7555,
"preview": "(footprint \"Pico_20pin\" (version 20221018) (generator pcbnew)\n (layer \"F.Cu\")\n (attr through_hole)\n (fp_text referenc"
},
{
"path": "libs/connector/Pico_4pin.kicad_mod",
"chars": 2284,
"preview": "(footprint \"Pico_4pin\" (version 20221018) (generator pcbnew)\n (layer \"F.Cu\")\n (attr through_hole)\n (fp_text reference"
},
{
"path": "software/pro-pico-template/.gitignore",
"chars": 27,
"preview": "!build\nbuild/*\n!build/*.uf2"
},
{
"path": "software/pro-pico-template/CMakeLists.txt",
"chars": 1817,
"preview": "# Set minimum required version of CMake\ncmake_minimum_required(VERSION 3.12)\n\n# Include build functions from Pico SDK\nin"
},
{
"path": "software/pro-pico-template/blink.pio",
"chars": 747,
"preview": ".program blink\n\n.wrap_target\n set pins, 1 [31] \n nop [31] \n nop [31] \n nop "
},
{
"path": "software/pro-pico-template/lib/Memory/CMakeLists.txt",
"chars": 412,
"preview": "# Set minimum required version of CMake\ncmake_minimum_required(VERSION 3.15)\n\n# Set the project name\nproject(Memory)\n\n# "
},
{
"path": "software/pro-pico-template/lib/Memory/LICENSE",
"chars": 1063,
"preview": "MIT License\n\nCopyright (c) 2022 Cuprum\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof "
},
{
"path": "software/pro-pico-template/lib/Memory/README.md",
"chars": 3115,
"preview": "### Source and License\nThis library was originally developed by [Cuprum](https://github.com/Cuprum77) and was part of th"
},
{
"path": "software/pro-pico-template/lib/Memory/include/Memory.hpp",
"chars": 664,
"preview": "#pragma once\n\n#include <stdio.h>\n#include \"pico/stdlib.h\"\n#include \"hardware/i2c.h\"\n\n#define DEFAULT_EEPROM_CLOCK "
},
{
"path": "software/pro-pico-template/lib/Memory/src/Memory.cpp",
"chars": 4145,
"preview": "#include \"Memory.hpp\"\n\n/**\n * @brief Construct a new Memory:: Memory object\n * @param device_address the address of the "
},
{
"path": "software/pro-pico-template/main.cpp",
"chars": 2302,
"preview": "#include <stdio.h>\n#include \"pico/stdlib.h\"\n#include \"pico/stdio.h\"\n#include \"hardware/pio.h\"\n#include \"hardware/clocks."
},
{
"path": "software/pro-pico-template/pico_sdk_import.cmake",
"chars": 2763,
"preview": "# This is a copy of <PICO_SDK_PATH>/external/pico_sdk_import.cmake\n\n# This can be dropped into an external project to he"
},
{
"path": "software/pro-pico-template/upload.sh",
"chars": 659,
"preview": "#!/bin/bash\ncd ./build/\nmake\ncd ..\nname=$(find ./build/ -name \"*.uf2\")\necho \"found: $name\"\nfound_device=false\nfor device"
},
{
"path": "sym-lib-table",
"chars": 166,
"preview": "(sym_lib_table\n (version 7)\n (lib (name \"MCU_RaspberryPi_RP2040\")(type \"Legacy\")(uri \"${KIPRJMOD}/libs/RP2040/MCU_Rasp"
}
]
// ... and 4 more files (download for full content)
About this extraction
This page contains the full source code of the diminDDL/ProPico GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 46 files (8.1 MB), approximately 2.1M tokens, and a symbol index with 2 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.