From 42436012a83caa6eec3cb0bd8add682df283906a Mon Sep 17 00:00:00 2001 From: Andrew Bradford <andrew@bradfordembedded.com> Date: Wed, 11 Nov 2015 05:29:33 -0500 Subject: [PATCH] Create diodes.lib and D symbol Signed-off-by: Andrew Bradford <andrew@bradfordembedded.com> --- lichenkad.pro | 3 ++- symbols/diodes.dcm | 8 ++++++++ symbols/diodes.lib | 18 ++++++++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 symbols/diodes.dcm create mode 100644 symbols/diodes.lib diff --git a/lichenkad.pro b/lichenkad.pro index 08c5c69..995e197 100644 --- a/lichenkad.pro +++ b/lichenkad.pro @@ -1,4 +1,4 @@ -update=Tue 03 Nov 2015 07:29:47 PM EST +update=Mon 16 Nov 2015 06:37:17 PM EST version=1 last_client=kicad [pcbnew] @@ -31,3 +31,4 @@ LibDir=symbols [eeschema/libraries] LibName1=symbols/passives LibName2=symbols/power +LibName3=symbols/diodes diff --git a/symbols/diodes.dcm b/symbols/diodes.dcm new file mode 100644 index 0000000..5da4318 --- /dev/null +++ b/symbols/diodes.dcm @@ -0,0 +1,8 @@ +EESchema-DOCLIB Version 2.0 +# +$CMP D +D Diode +K diode +$ENDCMP +# +#End Doc Library diff --git a/symbols/diodes.lib b/symbols/diodes.lib new file mode 100644 index 0000000..ed1b17b --- /dev/null +++ b/symbols/diodes.lib @@ -0,0 +1,18 @@ +EESchema-LIBRARY Version 2.3 +#encoding utf-8 +# +# D +# +DEF D D 0 40 N N 1 F N +F0 "D" 0 -150 60 H V C CNN +F1 "D" 0 150 60 H V C CNN +F2 "" -75 -200 50 H V C CNN +F3 "" 25 -100 50 H V C CNN +DRAW +P 6 0 1 0 75 0 -75 100 -75 -100 75 0 75 100 75 -100 N +X A 1 -200 0 125 R 50 50 1 1 B +X K 2 200 0 125 L 50 50 1 1 B +ENDDRAW +ENDDEF +# +#End Library -- GitLab