Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Simulate thermistors #13

Merged
merged 3 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 113 additions & 0 deletions elec/footprints/footprints.kicad_sym
Original file line number Diff line number Diff line change
Expand Up @@ -2329,4 +2329,117 @@
)
)
)
(symbol "MCP4728-E_UN"
(in_bom yes)
(on_board yes)
(property
"Reference"
"U"
(id 0)
(at 0 10.16 0)
(effects (font (size 1.27 1.27) ) )
)
(property
"Value"
"MCP4728-E/UN"
(id 1)
(at 0 -10.16 0)
(effects (font (size 1.27 1.27) ) )
)
(property
"Footprint"
"footprints:MSOP-10_L3.0-W3.0-P0.50-LS5.0-TL"
(id 2)
(at 0 -12.70 0)
(effects (font (size 1.27 1.27) ) hide)
)
(property
"Datasheet"
"https://lcsc.com/product-detail/EEPROM_MICROCHIP_MCP4728-E-UN_MCP4728-E-UN_C108207.html"
(id 3)
(at 0 -15.24 0)
(effects (font (size 1.27 1.27) ) hide)
)
(property
"LCSC Part"
"C108207"
(id 5)
(at 0 -17.78 0)
(effects (font (size 1.27 1.27) ) hide)
)
(symbol "MCP4728-E_UN_0_1"
(rectangle
(start -15.24 7.62)
(end 15.24 -7.62)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type background))
)
(circle
(center -13.97 6.35)
(radius 0.38)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(pin unspecified line
(at -17.78 5.08 0)
(length 2.54)
(name "VDD" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin unspecified line
(at -17.78 2.54 0)
(length 2.54)
(name "SCL" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin unspecified line
(at -17.78 -0.00 0)
(length 2.54)
(name "SDA" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin unspecified line
(at -17.78 -2.54 0)
(length 2.54)
(name "~{LDAC}" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin unspecified line
(at -17.78 -5.08 0)
(length 2.54)
(name "RDY/~{BSY}" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin unspecified line
(at 17.78 -5.08 180)
(length 2.54)
(name "VOUTA" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin unspecified line
(at 17.78 -2.54 180)
(length 2.54)
(name "VOUTB" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin unspecified line
(at 17.78 -0.00 180)
(length 2.54)
(name "VOUTC" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin unspecified line
(at 17.78 2.54 180)
(length 2.54)
(name "VOUTD" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
(pin unspecified line
(at 17.78 5.08 180)
(length 2.54)
(name "VSS" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
)
)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
(module easyeda2kicad:MSOP-10_L3.0-W3.0-P0.50-LS5.0-TL (layer F.Cu) (tedit 5DC5F6A4)
(attr smd)
(fp_text reference REF** (at 0 -5.0) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value MSOP-10_L3.0-W3.0-P0.50-LS5.0-TL (at 0 5.0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -0.55 -1.50) (end -1.50 -1.50) (layer F.SilkS) (width 0.25))
(fp_line (start 1.50 -1.52) (end 0.55 -1.52) (layer F.SilkS) (width 0.25))
(fp_line (start 1.50 -1.30) (end 1.50 -1.52) (layer F.SilkS) (width 0.25))
(fp_line (start 1.50 1.50) (end 1.50 1.30) (layer F.SilkS) (width 0.25))
(fp_line (start -1.50 -1.30) (end -1.50 -1.50) (layer F.SilkS) (width 0.25))
(fp_line (start 1.50 1.50) (end -1.50 1.50) (layer F.SilkS) (width 0.25))
(fp_line (start -1.50 1.50) (end -1.50 1.30) (layer F.SilkS) (width 0.25))
(pad 1 smd rect (at -2.45 -1.00 0.00) (size 1.50 0.30) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -2.45 -0.50 0.00) (size 1.50 0.30) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at -2.45 -0.00 0.00) (size 1.50 0.30) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at -2.45 0.50 0.00) (size 1.50 0.30) (layers F.Cu F.Paste F.Mask))
(pad 5 smd rect (at -2.45 1.00 0.00) (size 1.50 0.30) (layers F.Cu F.Paste F.Mask))
(pad 6 smd rect (at 2.45 1.00 0.00) (size 1.50 0.30) (layers F.Cu F.Paste F.Mask))
(pad 7 smd rect (at 2.45 0.50 0.00) (size 1.50 0.30) (layers F.Cu F.Paste F.Mask))
(pad 8 smd rect (at 2.45 -0.00 0.00) (size 1.50 0.30) (layers F.Cu F.Paste F.Mask))
(pad 9 smd rect (at 2.45 -0.50 0.00) (size 1.50 0.30) (layers F.Cu F.Paste F.Mask))
(pad 10 smd rect (at 2.45 -1.00 0.00) (size 1.50 0.30) (layers F.Cu F.Paste F.Mask))
(fp_circle (center -2.00 -1.50) (end -1.87 -1.50) (layer F.SilkS) (width 0.25))
(fp_circle (center -3.00 -1.00) (end -2.87 -1.00) (layer Cmts.User) (width 0.25))
(fp_circle (center -2.42 -1.47) (end -2.39 -1.47) (layer F.Fab) (width 0.06))
(fp_arc (start -0.00 -1.51) (end -0.55 -1.50) (angle -359.00) (layer F.SilkS) (width 0.25))
(model "{build_dir}/MSOP-10_L3.0-W3.0-H1.1-LS5.0-P0.50.step"
(offset (xyz 0.000 -0.000 -0.000))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 90))
)
)
Loading
Loading