From 0475700f3d6115b1935c71e6a442393a1ad01c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Mon, 4 Dec 2023 16:15:51 +0100 Subject: [PATCH] add D-PAK shottky --- diode/schottky.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/diode/schottky.yaml b/diode/schottky.yaml index 9845acb..2ebc1cf 100644 --- a/diode/schottky.yaml +++ b/diode/schottky.yaml @@ -1,11 +1,15 @@ name: SCHOTTKY -variations: SOD123, SOD323, SOD523, SMA, SMB, SMC +variations: SOD123, SOD323, SOD523, SMA, SMB, SMC, D-PAK description: diode, schottky, generic pinout: C: 1 A: 2 +pinout@D-PAK: + C: 4 + A: 1,3 + schematic: symbol: diode options: schottky @@ -33,3 +37,7 @@ housing@SMB: housing@SMC: outline: JEDEC DO-214 AB options: polarized + +housing@D-PAK: + suffix: _D-PAK + outline: JEDEC TO-252 AA