Skip to content

Commit

Permalink
Update tssop.ts to default to legsoutside
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar authored Jul 30, 2024
1 parent 3f914b9 commit ab28b2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fn/tssop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { extendSoicDef, soicWithoutParsing, type SoicInput } from "./soic"
export const tssop_def = extendSoicDef({
w: "6.1mm",
p: "0.65mm",
legsoutside: true
})

export const tssop = (raw_params: SoicInput) => {
Expand Down

0 comments on commit ab28b2f

Please sign in to comment.