-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #341 from LHSmicius/zener_nexperia
add zener, fix some other diodes
- Loading branch information
Showing
7 changed files
with
418 additions
and
4 deletions.
There are no files selected for viewing
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
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,20 @@ | ||
{ | ||
"gates": { | ||
"46497e15-9591-4edb-a642-da58ed27bef8": { | ||
"name": "Main", | ||
"suffix": "", | ||
"swap_group": 0, | ||
"unit": "99e6b7ce-dbf9-4402-85bb-543f9d80892e" | ||
} | ||
}, | ||
"manufacturer": "", | ||
"name": "Zener diode", | ||
"prefix": "D", | ||
"tags": [ | ||
"diode", | ||
"discrete", | ||
"generic" | ||
], | ||
"type": "entity", | ||
"uuid": "a7ec2682-3089-485e-a7d4-0f684ed46e9c" | ||
} |
4 changes: 2 additions & 2 deletions
4
parts/diode/base-sod-123.json → parts/diode/schottky/base-sod-123.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"MPN": [ | ||
false, | ||
"base SOT-23 zener diode" | ||
], | ||
"datasheet": [ | ||
false, | ||
"" | ||
], | ||
"description": [ | ||
false, | ||
"base zener diode, SOT-23" | ||
], | ||
"entity": "a7ec2682-3089-485e-a7d4-0f684ed46e9c", | ||
"flags": { | ||
"base_part": "set", | ||
"exclude_bom": "clear", | ||
"exclude_pnp": "clear" | ||
}, | ||
"inherit_model": true, | ||
"inherit_tags": false, | ||
"manufacturer": [ | ||
false, | ||
"" | ||
], | ||
"model": "1ebac498-5423-42dc-90a6-7ad333585f6a", | ||
"package": "a37e4931-af72-4de0-b4e4-0357747ba44d", | ||
"pad_map": { | ||
"531c3759-a1b6-40c6-9474-5554dc94bcec": { | ||
"gate": "46497e15-9591-4edb-a642-da58ed27bef8", | ||
"pin": "16ee5a5c-8eea-4447-ad48-04d973776e3a" | ||
}, | ||
"9fe9b6c3-f887-4523-976a-6aa050235658": { | ||
"gate": "46497e15-9591-4edb-a642-da58ed27bef8", | ||
"pin": "b57ca2a1-1bbf-43f0-b0a0-bf953094a8de" | ||
} | ||
}, | ||
"parametric": {}, | ||
"tags": [ | ||
"diode", | ||
"smd", | ||
"zener" | ||
], | ||
"type": "part", | ||
"uuid": "bde70492-14a5-4e33-b3b6-f1f7330655d5", | ||
"value": [ | ||
false, | ||
"" | ||
], | ||
"version": 1 | ||
} |
Oops, something went wrong.