From d89c54fb233866c760627923291baa516fee87e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Wed, 6 Apr 2022 12:35:01 +0200 Subject: [PATCH] add generic schottky diode --- diode/schottky.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 diode/schottky.yaml diff --git a/diode/schottky.yaml b/diode/schottky.yaml new file mode 100644 index 0000000..1c0dca7 --- /dev/null +++ b/diode/schottky.yaml @@ -0,0 +1,23 @@ +name: SCHOTTKY +variations: SOD123, SOD323, SOD523 +description: diode, schottky, generic + +pinout: + C: 1 + A: 2 + +schematic: + symbol: diode + options: schottky + +housing@SOD123: + pattern: nxp sod123 + options: polarized + +housing@SOD323: + outline: nxp sod323 + options: polarized + +housing@SOD523: + outline: nxp sod523 + options: polarized