forked from pointhi/kicad-footprint-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert SSOP-10_3.9x4.9mm_P1.00mm to generator, and add SOP-10_3.9x4.…
…9mm_P1.00mm and NSOP-16_3.9x9.9mm_P1.27mm see KiCad/kicad-footprints#2432 for explanation
- Loading branch information
1 parent
fa7f9c8
commit 6f4ced6
Showing
3 changed files
with
84 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
scripts/Packages/Package_Gullwing__QFP_SOIC_SO/size_definitions/nsop.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
FileHeader: | ||
library_Suffix: 'SO' | ||
device_type: 'NSOP' | ||
|
||
NSOP-16_3.9x9.9mm_P1.27mm: | ||
size_source: 'JEDEC MS-012AC, https://www.holtek.com/documents/10179/11842/HT42B534-xv110.pdf' | ||
body_size_x: # from JEDEC | ||
nominal: 3.9 | ||
tolerance: 0.1 | ||
body_size_y: | ||
minimum: 9.8 | ||
maximum: 10 | ||
overall_height: | ||
maximum: 1.75 | ||
|
||
overall_size_x: # from JEDEC (agrees with linked datasheet) | ||
nominal: 6 | ||
tolerance: 0.2 | ||
lead_len: | ||
minimum: 0.4 | ||
maximum: 1.27 | ||
lead_width: # from JEDEC (agrees with linked datasheet) | ||
minimum: 0.31 | ||
maximum: 0.51 | ||
|
||
pitch: 1.27 | ||
num_pins_x: 0 | ||
num_pins_y: 8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters