Skip to content

Commit

Permalink
sot: Add SOT23-3P95_280X145L60X40
Browse files Browse the repository at this point in the history
Aka "SOT23-3".
  • Loading branch information
ubruhin committed Oct 17, 2023
1 parent 173e8ae commit 9e19a69
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions generate_sot.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,23 @@ def generate(
],
pin1_indicator=False,
)
generate(
name='SOT23-3P95_280X145L60X40',
body_width=1.6,
body_length=2.9,
total_height=1.45,
lead_span=2.8,
lead_height=0.17,
lead_contact_length=0.45,
leads_left=[
('1', 0.95, 0.4),
('2', -0.95, 0.4),
],
leads_right=[
('3', 0, 0.4),
],
pin1_indicator=False,
)
generate(
name='SOT23-5P95_280X145L60X40',
body_width=1.6,
Expand Down

0 comments on commit 9e19a69

Please sign in to comment.