add most of the needed functions
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"board": {
|
||||
"active_layer": 0,
|
||||
"active_layer": 31,
|
||||
"active_layer_preset": "",
|
||||
"auto_track_width": true,
|
||||
"auto_track_width": false,
|
||||
"hidden_nets": [],
|
||||
"high_contrast_mode": 0,
|
||||
"net_color_mode": 1,
|
||||
@@ -14,17 +14,17 @@
|
||||
},
|
||||
"ratsnest_display_mode": 0,
|
||||
"selection_filter": {
|
||||
"dimensions": true,
|
||||
"dimensions": false,
|
||||
"footprints": true,
|
||||
"graphics": false,
|
||||
"keepouts": false,
|
||||
"lockedItems": true,
|
||||
"lockedItems": false,
|
||||
"otherItems": false,
|
||||
"pads": false,
|
||||
"text": true,
|
||||
"tracks": true,
|
||||
"vias": true,
|
||||
"zones": true
|
||||
"zones": false
|
||||
},
|
||||
"visible_items": [
|
||||
0,
|
||||
@@ -62,7 +62,7 @@
|
||||
35,
|
||||
36
|
||||
],
|
||||
"visible_layers": "ffc0c13_ffffffff",
|
||||
"visible_layers": "ffcdc03_ffffffff",
|
||||
"zone_display_mode": 0
|
||||
},
|
||||
"meta": {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
1134
RP2040.kicad_sch
1134
RP2040.kicad_sch
File diff suppressed because it is too large
Load Diff
85878
fp-info-cache
85878
fp-info-cache
File diff suppressed because it is too large
Load Diff
40
libs/voltageRegulator/AP7365-33YG-13.kicad_sym
Normal file
40
libs/voltageRegulator/AP7365-33YG-13.kicad_sym
Normal file
@@ -0,0 +1,40 @@
|
||||
(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor)
|
||||
(symbol "AP7365-33YG-13" (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (id 0) (at 1.27 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "AP7365-33YG-13" (id 1) (at 1.27 3.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "AP7365-33YG-13_0_1"
|
||||
(rectangle (start 0 2.54) (end 0 2.54)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(rectangle (start 5.08 -2.54) (end -5.08 2.54)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type background))
|
||||
)
|
||||
)
|
||||
(symbol "AP7365-33YG-13_1_1"
|
||||
(pin power_out line (at 7.62 0 180) (length 2.54)
|
||||
(name "out" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 0 -5.08 90) (length 2.54)
|
||||
(name "gnd" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -7.62 0 0) (length 2.54)
|
||||
(name "in" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
@@ -3,4 +3,5 @@
|
||||
(lib (name "49e")(type "KiCad")(uri "${KIPRJMOD}/libs/void_switch/symbols/49e.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "voidswitch")(type "KiCad")(uri "${KIPRJMOD}/libs/void_switch/symbols/voidswitch.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "MX25V1635FM2I")(type "KiCad")(uri "${KIPRJMOD}/libs/MX25V1635MF2I/MX25V1635FM2I.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "AP7365-33YG-13")(type "KiCad")(uri "${KIPRJMOD}/libs/voltageRegulator/AP7365-33YG-13.kicad_sym")(options "")(descr ""))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user