From 85168afc798ba4294b3a7849d80639f239bb0421 Mon Sep 17 00:00:00 2001 From: Assaf Date: Tue, 9 May 2017 11:57:12 +0300 Subject: [PATCH 1/4] Added ADA4807-1 http://www.analog.com/en/products/amplifiers/operational-amplifiers/rail-to-rail-amplifiers/ada4807-1.html --- library/analog_devices.dcm | 6 ++++++ library/analog_devices.lib | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/library/analog_devices.dcm b/library/analog_devices.dcm index 352b26d1..3d8c0e5c 100644 --- a/library/analog_devices.dcm +++ b/library/analog_devices.dcm @@ -126,6 +126,12 @@ K ad8429 instumentation amplifier soic-8 F http://www.analog.com/media/en/technical-documentation/data-sheets/AD8429.pdf $ENDCMP # +$CMP ADA4807-1 +D Low Power, general purpose Op Amp, SC-70-6 package +K op amp amplifier operational +F http://www.ti.com/lit/ds/symlink/lmv601.pdf +$ENDCMP +# $CMP ADE7758 D Poly Phase Multifunction Energy Metering, SO-24 K Energy Metering diff --git a/library/analog_devices.lib b/library/analog_devices.lib index b2a93133..cd2417a8 100644 --- a/library/analog_devices.lib +++ b/library/analog_devices.lib @@ -121,6 +121,27 @@ X Vs+ 8 0 300 100 D 50 50 1 1 W ENDDRAW ENDDEF # +# ADA4807-1 +# +DEF ADA4807-1 U 0 10 Y Y 1 F N +F0 "U" 0 150 50 H V L CNN +F1 "ADA4807-1" 0 -150 50 H V L CNN +F2 "TO_SOT_Packages_SMD:SC-70-6" 0 -250 50 H I L CNN +F3 "" 0 -350 50 H I L CNN +$FPLIST + *SC-70* +$ENDFPLIST +DRAW +P 4 0 1 10 -200 200 200 0 -200 -200 -200 200 f +X ~ 1 300 0 100 L 50 50 1 1 O +X V- 2 -100 -300 150 U 50 50 1 1 W +X + 3 -300 100 100 R 50 50 1 1 I +X - 4 -300 -100 100 R 50 50 1 1 I +X ~DS 5 0 -300 200 U 50 50 1 1 I +X V+ 6 -100 300 150 D 50 50 1 1 W +ENDDRAW +ENDDEF +# # ADE7758 # DEF ADE7758 U 0 40 Y Y 1 F N From 3d3bbeeb3ca13b4244d9df706cd701b1ad183be9 Mon Sep 17 00:00:00 2001 From: Assaf Date: Thu, 18 May 2017 12:48:49 +0300 Subject: [PATCH 2/4] ADA4807-1 : Fixed location, description and package --- library/linear.dcm | 5 +++++ library/linear.lib | 22 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/library/linear.dcm b/library/linear.dcm index 7c01670f..4d037de0 100644 --- a/library/linear.dcm +++ b/library/linear.dcm @@ -137,6 +137,11 @@ K ampliop low-power F http://www.analog.com/static/imported-files/data_sheets/ADA4075-2.pdf $ENDCMP # +$CMP ADA4807-1 +D Low Power, general purpose Op Amp, SC-70-6 or SOT-23-6 package +K op amp amplifier operational +F http://www.analog.com/media/en/technical-documentation/data-sheets/ADA4807-1_4807-2_4807-4.pdf +# $CMP ADCMP350 D Single-input comparator, internal 0.6V reference, Active-Low Open-Drain output, SC-70-4 package K comparator diff --git a/library/linear.lib b/library/linear.lib index 38fd74de..4fc40f21 100644 --- a/library/linear.lib +++ b/library/linear.lib @@ -367,6 +367,28 @@ X IN+ 8 -200 400 100 D 50 50 1 1 I ENDDRAW ENDDEF # +# ADA4807-1 +# +DEF ADA4807-1 U 0 10 Y Y 1 F N +F0 "U" 0 150 50 H V L CNN +F1 "ADA4807-1" 0 -150 50 H V L CNN +F2 "TO_SOT_Packages_SMD:SC-70-6" 0 -250 50 H I L CNN +F3 "" 0 -350 50 H I L CNN +$FPLIST + SC-70* + SOT-23* +$ENDFPLIST +DRAW +P 4 0 1 10 -200 200 200 0 -200 -200 -200 200 f +X ~ 1 300 0 100 L 50 50 1 1 O +X V- 2 -100 -300 150 U 50 50 1 1 W +X + 3 -300 100 100 R 50 50 1 1 I +X - 4 -300 -100 100 R 50 50 1 1 I +X ~DS 5 0 -300 200 U 50 50 1 1 I +X V+ 6 -100 300 150 D 50 50 1 1 W +ENDDRAW +ENDDEF +# # ADCMP350 # DEF ADCMP350 U 0 20 Y Y 1 F N From 6e3e46d112822b40e15ef63303e7207263354a42 Mon Sep 17 00:00:00 2001 From: Assaf Date: Thu, 18 May 2017 13:56:54 +0300 Subject: [PATCH 3/4] bugfix --- library/linear.dcm | 1 + 1 file changed, 1 insertion(+) diff --git a/library/linear.dcm b/library/linear.dcm index 4d037de0..9718d46e 100644 --- a/library/linear.dcm +++ b/library/linear.dcm @@ -141,6 +141,7 @@ $CMP ADA4807-1 D Low Power, general purpose Op Amp, SC-70-6 or SOT-23-6 package K op amp amplifier operational F http://www.analog.com/media/en/technical-documentation/data-sheets/ADA4807-1_4807-2_4807-4.pdf +$ENDCMP # $CMP ADCMP350 D Single-input comparator, internal 0.6V reference, Active-Low Open-Drain output, SC-70-4 package From 9b3b00f7df2ed8303866143306672fb055a59e79 Mon Sep 17 00:00:00 2001 From: Assaf Date: Mon, 22 May 2017 10:38:58 +0300 Subject: [PATCH 4/4] fixed footprint text format, cleared the footprint field as the part has 2 footprint options in FPFilters. --- library/linear.lib | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/linear.lib b/library/linear.lib index 4fc40f21..c5e30bdc 100644 --- a/library/linear.lib +++ b/library/linear.lib @@ -372,11 +372,11 @@ ENDDEF DEF ADA4807-1 U 0 10 Y Y 1 F N F0 "U" 0 150 50 H V L CNN F1 "ADA4807-1" 0 -150 50 H V L CNN -F2 "TO_SOT_Packages_SMD:SC-70-6" 0 -250 50 H I L CNN +F2 "" 0 -250 50 H I L CNN F3 "" 0 -350 50 H I L CNN $FPLIST - SC-70* - SOT-23* + SC?70* + SOT?23* $ENDFPLIST DRAW P 4 0 1 10 -200 200 200 0 -200 -200 -200 200 f