diff options
| author | Joshua Drake <joshua.ellis.drake@okstate.edu> | 2026-01-09 14:38:23 -0600 |
|---|---|---|
| committer | Joshua Drake <joshua.ellis.drake@okstate.edu> | 2026-01-09 14:38:23 -0600 |
| commit | 3fad2b7d5905f9113c68fd8c62dd6d2e25db3efd (patch) | |
| tree | 90f63124972e99216540819268e22b018447e29d /DCDC.kicad_sch | |
| parent | a2522ea5eb1c93cde4c0b74a384b7e6b4a4cd6ea (diff) | |
Changed high side drivers to pmos :)
Diffstat (limited to 'DCDC.kicad_sch')
| -rw-r--r-- | DCDC.kicad_sch | 100 |
1 files changed, 96 insertions, 4 deletions
diff --git a/DCDC.kicad_sch b/DCDC.kicad_sch index 1476dc6..2c60805 100644 --- a/DCDC.kicad_sch +++ b/DCDC.kicad_sch @@ -1843,6 +1843,12 @@ (uuid "48183492-e4b0-408f-90b7-5eb6b76fdbb7") ) (junction + (at 73.66 77.47) + (diameter 0) + (color 0 0 0 0) + (uuid "4d5c5e67-cd2b-4d12-a93c-938245601a38") + ) + (junction (at 118.11 80.01) (diameter 0) (color 0 0 0 0) @@ -1944,6 +1950,16 @@ ) (wire (pts + (xy 73.66 73.66) (xy 73.66 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "11483c6e-e47d-4dab-97e7-976399676a55") + ) + (wire + (pts (xy 187.96 87.63) (xy 196.85 87.63) ) (stroke @@ -2094,6 +2110,16 @@ ) (wire (pts + (xy 73.66 77.47) (xy 81.28 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5910502e-4a4b-428f-b38e-826dd222a463") + ) + (wire + (pts (xy 118.11 74.93) (xy 118.11 57.15) ) (stroke @@ -2334,7 +2360,7 @@ ) (wire (pts - (xy 69.85 77.47) (xy 81.28 77.47) + (xy 69.85 77.47) (xy 73.66 77.47) ) (stroke (width 0) @@ -2539,6 +2565,72 @@ ) ) (symbol + (lib_id "power:+12V") + (at 73.66 73.66 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "12c3ccfa-2c3b-4f6c-b723-8702007445ad") + (property "Reference" "#PWR052" + (at 73.66 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+12V" + (at 73.66 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 73.66 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 73.66 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+12V\"" + (at 73.66 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e28aa698-3153-4331-a8b8-967fe4b80188") + ) + (instances + (project "SwitchBoardController" + (path "/69b0621f-5586-4073-89bf-b1438360aa11/e204ae91-c5ce-46a9-83d2-2d7fe4f9cce3" + (reference "#PWR052") + (unit 1) + ) + ) + ) + ) + (symbol (lib_id "power:GND") (at 64.77 86.36 0) (unit 1) @@ -2902,7 +2994,7 @@ ) ) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23_Handsoldering" + (property "Footprint" "Package_TO_SOT_SMD:SOT-23_Handsoldering_PMOS" (at 67.31 74.93 0) (effects (font @@ -3513,7 +3605,7 @@ (hide yes) ) ) - (property "Value" "+12V" + (property "Value" "+12Vin" (at 87.63 46.99 0) (effects (font @@ -4395,7 +4487,7 @@ (hide yes) ) ) - (property "Value" "+12V" + (property "Value" "+12Vin" (at 41.91 68.58 0) (effects (font |
