diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-09-02 13:51:41 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-09-02 13:51:41 -0400 |
| commit | 5ddfa32166cee8b2f91f37f9037eb26c182c2125 (patch) | |
| tree | e5f70c1094536994185891f20d6a5f5a7778f18b | |
| parent | 2d6b9c2864ef9ed2fae359cde1299eea442f1d98 (diff) | |
schematic: fix cc2
| -rw-r--r-- | io.kicad_sch | 172 |
1 files changed, 166 insertions, 6 deletions
diff --git a/io.kicad_sch b/io.kicad_sch index f79d8e2..c0ca236 100644 --- a/io.kicad_sch +++ b/io.kicad_sch @@ -1760,10 +1760,6 @@ (uuid "a5b101ae-515d-4237-bf3a-359f87107c42") ) (no_connect - (at 138.43 118.11) - (uuid "0cf07acc-8988-4a6f-a9d9-2104ed8089b0") - ) - (no_connect (at 102.87 76.2) (uuid "258b72df-daea-46fe-b032-9ab8577ab06b") ) @@ -2073,6 +2069,17 @@ ) (uuid "51f3ce0b-0895-43ae-9414-23ce82ef2273") ) + (label "CC2" + (at 138.43 118.11 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "04a18084-563d-4c10-bc18-58ae6ff05ec4") + ) (label "MISO" (at 101.6 68.58 180) (fields_autoplaced yes) @@ -2095,7 +2102,18 @@ ) (uuid "3d962fbd-caf1-4fc3-bc4f-391cdb472805") ) - (label "CC" + (label "CC1" + (at 167.64 120.65 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "48b50d22-2674-47df-ab8e-8f45936430e0") + ) + (label "CC1" (at 138.43 115.57 0) (fields_autoplaced yes) (effects @@ -2117,7 +2135,7 @@ ) (uuid "61af2142-f176-4af8-ad68-040f1a7aff6e") ) - (label "CC" + (label "CC2" (at 177.8 120.65 180) (fields_autoplaced yes) (effects @@ -2253,6 +2271,82 @@ ) ) (symbol + (lib_id "Device:R_US") + (at 167.64 124.46 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "1f4ed0a5-7775-4ca8-b7fd-9e86e86e3135") + (property "Reference" "R17" + (at 163.195 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "5.1kΩ" + (at 163.195 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 168.656 124.714 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 167.64 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 167.64 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC Part #" "C23186" + (at 167.64 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "3abe803e-de50-48ab-bdfc-4f331caecbde") + ) + (pin "1" + (uuid "e020e424-d991-49bc-a5a8-948214fcece7") + ) + (instances + (project "okm" + (path "/705566ec-a23d-4313-8d6d-05f2a6d488ba/02cdcbaf-c488-4bc4-8bb8-bf5ed877517b" + (reference "R17") + (unit 1) + ) + ) + ) + ) + (symbol (lib_id "power:GND") (at 142.24 85.09 0) (unit 1) @@ -2399,6 +2493,72 @@ ) (symbol (lib_id "power:GND") + (at 167.64 128.27 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "35ffb834-68e6-49a4-8da7-c47119cac30d") + (property "Reference" "#PWR0109" + (at 167.64 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 169.545 132.715 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 167.64 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 167.64 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 167.64 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "183473da-145e-4315-84b0-7f65df86ef94") + ) + (instances + (project "okm" + (path "/705566ec-a23d-4313-8d6d-05f2a6d488ba/02cdcbaf-c488-4bc4-8bb8-bf5ed877517b" + (reference "#PWR0109") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") (at 192.405 75.565 0) (unit 1) (exclude_from_sim no) |
