Skip to content
Open
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
6 changes: 6 additions & 0 deletions src/fn/tqfp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ export const tqfp = (
raw_params.p = 0.8
break
case 44:
// TQFP-44 is a 10x10mm body on 0.8mm pitch (JEDEC MS-026 BBA),
// matching the tqfp32 defaults.
raw_params.p = 0.8
break
case 48:
raw_params.p = 0.5
break
Expand Down Expand Up @@ -57,6 +61,8 @@ export const tqfp = (
raw_params.pw = 0.55
break
case 44:
raw_params.pw = 0.55
break
case 48:
case 64:
case 80:
Expand Down
Loading
Loading