Mail Archives: geda-help/2019/03/01/19:19:59
--0000000000001150e20583117a52
Content-Type: text/plain; charset="UTF-8"
http://www.gedasymbols.org/footprints/m4lib/DIP14.fp
Is an example of a 14 pin DIP footprint suitable for a through hole 14M
picaxe.
Some eda tools like Eagle bundle the symbols and associated footprints in
libraries - so called heavy symbols - but gschem allows any suitable
footprint to be set as the desired physical pinout for a symbol in gschem.
The history of "M4" and "newlib" collections of footprints is well
described at
http://wiki.geda-project.org/geda:pcb_footprints
tl;dr version:
You need a DIP14.fp footprint file available for laying out your schematic
in PCB, and probably have one already in your default installed libraries.
As far as the HC-12 footprint goes, I googled HC-12 footprint, and came
across a github repository with an eagle library for it at
https://github.com/meendiz/hc-12_si4463
from which the raw XML library can be downloaded at:
https://raw.githubusercontent.com/meendiz/hc-12_si4463/master/hc12_433mhz.lbr
which I then used with
https://github.com/erichVK5/translate2geda
to convert the eagle library into a gEDA PCB and gschem footprint and
symbol, respectively
which I have put on
http://www.gedasymbols.org/user/erich_heinzle/symbols/HC-12_FOOTPRINT_HC-12_FOOTPRINT.sym
http://www.gedasymbols.org/user/erich_heinzle/footprints/HC-12_FOOTPRINT.fp
In general, a google search for a footprint or symbol for a particular
device should yield either a gschem/PCB file, or one that can be converted
easily.
Regards,
Erich.
On Sat, 2 Mar 2019 03:24 Torben Friis (friistf AT gmail DOT com) [via
geda-help AT delorie DOT com], <geda-help AT delorie DOT com> wrote:
> Hi Erich Heinzie
> I have found 3 files with records that end on .fp:
>
> /home/torben/www/user/
> /home/geda/www/user
> /home/geda/www/footprints/newlib
>
> I have now integrated PICAXE-14.sym in the standard library that
> automatically comes up.
> The 3 files are a bit confusing. First they dont appear to be sorted all
> the way through? Next, can you tell me which of them is associated with the
> standard library?
> I am sorry I am a bit confused.
> torben
>
> On Fri, Mar 1, 2019 at 11:10 AM Torben Friis <friistf AT gmail DOT com> wrote:
>
>> Hi Erich Heinzie,
>> Do I need a footprint file also for the Picaxe-14?
>> I have been looking for sym-files (and fp-files?) for:
>> - a 3-legged step-up power converter (from Canton-Power)
>> - a hc-12 transceiver (5 legs)
>> - SW-420 vibration tester (3 legs)
>> without finding it. Maybe I can use something else with the right number
>> of legs.
>> Does anybody have it?
>> torben
>>
>>
>> On Thu, Feb 28, 2019 at 2:26 PM Torben Friis <friistf AT gmail DOT com> wrote:
>>
>>> Hi Erich Heinzie,
>>> It worked.
>>> Thank you.
>>> torben
>>>
>>> On Thu, Feb 28, 2019 at 1:31 PM Erich Heinzle (a1039181 AT gmail DOT com) [via
>>> geda-help AT delorie DOT com] <geda-help AT delorie DOT com> wrote:
>>>
>>>> you do not appear to have placed a symbol (.sym) file for the picaxe
>>>> in your picaxe directory, but you have some footprints (.fp) in there.
>>>>
>>>> gschem does not do anything or know what to do with the footprints.
>>>>
>>>> the following link should provide you with a picaxe 14M symbol
>>>> "PICAXE-14M.sym" that you can put in the picaxe directory gschem looks
>>>> in
>>>>
>>>> http://www.gedasymbols.org/user/erich_heinzle/symbols/PICAXE-14M.sym?dl
>>>> .
>>>>
>>>> On Thu, Feb 28, 2019 at 10:45 PM Torben Friis (friistf AT gmail DOT com) [via
>>>> geda-help AT delorie DOT com] <geda-help AT delorie DOT com> wrote:
>>>> >
>>>> > Hi Erich Heinzie,
>>>> > Sorry it took me a long time to answer - problems with a GSM module.
>>>> >
>>>> > I have found a file:
>>>> >
>>>> > /usr/share/gEDA/gafrc.d/geda-clib.scm
>>>> >
>>>> > with the content (the next to last line is added by me):
>>>> >
>>>> > ("minicircuits" "Mini-Circuits")
>>>> > ("national" "National Semiconductor")
>>>> > ("philips" "Philips Electronics")
>>>> > ("picaxe" "Picaxe chips")
>>>> > ("st" "ST Microelectronics")
>>>> >
>>>> > and a file:
>>>> >
>>>> > torben AT torben-Aspire-E5-773G:~$ ls /usr/share/gEDA/sym/philips
>>>> > PCA82C250-1.sym PCF8563-1.sym
>>>> > torben AT torben-Aspire-E5-773G:~$ ls /usr/share/gEDA/sym/picaxe
>>>> > SIP3.fp SIP4.fp SO8W.fp
>>>> >
>>>> > which is reflected in the Gschem selection of component:
>>>> >
>>>> > > Philips electronics
>>>> > PCA82C250-1.sym
>>>> > PCF8563-1.sym
>>>> > Picaxe Chips
>>>> >
>>>> > However, the "Picaxe chips" does not appear in the same way as ">
>>>> Philips electronics" with the subordinate points "SIP3.fp SIP4.fp
>>>> SO8W.fp". If I click "Picaxe chips" I close the screen. Obviously it does
>>>> not make contact with /usr/share/gEDA/sym/picaxe, SIP3.fp SIP4.fp SO8W.fp
>>>> > Can you explain the difference between philips and picaxe?
>>>> > torben
>>>> >
>>>> >
>>>> > On Fri, Feb 15, 2019 at 9:19 PM Erich Heinzle (a1039181 AT gmail DOT com)
>>>> [via geda-help AT delorie DOT com] <geda-help AT delorie DOT com> wrote:
>>>> >>
>>>> >>
>>>> http://www.gedasymbols.org/user/erich_heinzle/symbols/PICAXE-14M.sym?dl
>>>> >>
>>>> >> The above link will download the raw symbol file as a .sym for use
>>>> in the gschem schematic editor
>>>> >>
>>>> >> The DIP14 footprint required in the pcb layout editor will be a .fp
>>>> file and the raw file can be downloaded from
>>>> >>
>>>> >> http://www.gedasymbols.org/footprints/m4lib/DIP14.fp?dl
>>>> >>
>>>> >> You can place the respective files in the same directory as your
>>>> schematic and pcb layout, but most people will use dedicated directories in
>>>> their project directory for symbols and for footprints.
>>>> >>
>>>> >> Regards,
>>>> >>
>>>> >> Erich
>>>> >>
>>>> >>
>>>> >> On Fri, 15 Feb 2019 02:34 Torben Friis (friistf AT gmail DOT com) [via
>>>> geda-help AT delorie DOT com] <geda-help AT delorie DOT com wrote:
>>>> >>>
>>>> >>> Hi,
>>>> >>> I found DIP14:
>>>> >>>
>>>> >>> torben AT torben-Aspire-E5-773G:~$ cat /home/torben/gEDAsym
>>>> >>> http://www.gedasymbols.org/footprints/m4lib.cgi?geda
>>>> <here
>>>> >>>
>>>> >>> http://www.gedasymbols.org/cvs.html
>>>> >>>
>>>> >>> It looks different from your file if I view it..
>>>> >>>
>>>> >>> Where should I store the file you sent (if it is the file I should
>>>> store)?
>>>> >>> torben
>>>> >>>
>>>> >>> On Thu, Feb 14, 2019 at 3:26 PM Chad Parker (
>>>> parker DOT charles AT gmail DOT com) [via geda-help AT delorie DOT com] <
>>>> geda-help AT delorie DOT com> wrote:
>>>> >>>>
>>>> >>>>
>>>> >>>>
>>>> http://www.gedasymbols.org/user/erich_heinzle/symbols/PICAXE-14M.sym
>>>> >>>>
>>>> >>>> It looks like the package is a 14-pin DIP, so "DIP14" should work
>>>> as the footprint.
>>>> >>>>
>>>> >>>> Cheers,
>>>> >>>> --Chad
>>>> >>>>
>>>> >>>>
>>>> >>>> On Thu, Feb 14, 2019 at 9:11 AM Torben Friis (friistf AT gmail DOT com)
>>>> [via geda-help AT delorie DOT com] <geda-help AT delorie DOT com> wrote:
>>>> >>>>>
>>>> >>>>> Hi ,
>>>> >>>>> I have been looking fo the above element, but I cannot find it. I
>>>> have been looking for .../newlib and found it in two places, but neither
>>>> one appeared to provide it.
>>>> >>>>> Is there anywhere else I can look for it?
>>>> >>>>> torben
>>>>
>>>>
--0000000000001150e20583117a52
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr"><div di=
r=3D"ltr"><div dir=3D"ltr"><div dir=3D"auto"><div><a href=3D"http://www.ged=
asymbols.org/footprints/m4lib/DIP14.fp" rel=3D"noreferrer" target=3D"_blank=
">http://www.gedasymbols.org/footprints/m4lib/DIP14.fp</a><div dir=3D"auto"=
><br></div><div dir=3D"auto">Is an example of a 14 pin DIP footprint suitab=
le for a through hole 14M picaxe.</div><div dir=3D"auto"><br></div><div dir=
=3D"auto">Some eda tools like Eagle bundle the symbols and associated footp=
rints in libraries - so called heavy symbols - but gschem allows any suitab=
le footprint to be set as the desired physical pinout for a symbol in gsche=
m.</div><div dir=3D"auto"><br></div><div dir=3D"auto">The history of "=
M4" and "newlib" collections of footprints is well described=
at</div><div dir=3D"auto"><br></div><div dir=3D"auto"><a href=3D"http://wi=
ki.geda-project.org/geda:pcb_footprints" target=3D"_blank">http://wiki.geda=
-project.org/geda:pcb_footprints</a><br></div><div dir=3D"auto"><br></div><=
div dir=3D"auto">tl;dr version:</div>You need a DIP14.fp footprint file ava=
ilable for laying out your schematic in PCB, and probably have one already =
in your default installed libraries.<br><br>As far as the HC-12 footprint g=
oes, I googled HC-12 footprint, and came across a github repository with an=
eagle library for it at</div><div><br></div><div><a href=3D"https://github=
.com/meendiz/hc-12_si4463">https://github.com/meendiz/hc-12_si4463</a><br><=
/div><div><br></div><div>from which the raw XML library can be downloaded a=
t:</div><div><br></div><div><a href=3D"https://raw.githubusercontent.com/me=
endiz/hc-12_si4463/master/hc12_433mhz.lbr">https://raw.githubusercontent.co=
m/meendiz/hc-12_si4463/master/hc12_433mhz.lbr</a><br><br>which I then used =
with</div><div><br></div><div><a href=3D"https://github.com/erichVK5/transl=
ate2geda">https://github.com/erichVK5/translate2geda</a></div><div><br></di=
v><div>to convert the eagle library into a gEDA PCB and gschem footprint an=
d symbol, respectively</div><div><br></div><div>which I have put on</div><d=
iv><br></div><div><a href=3D"http://www.gedasymbols.org/user/erich_heinzle/=
symbols/HC-12_FOOTPRINT_HC-12_FOOTPRINT.sym">http://www.gedasymbols.org/use=
r/erich_heinzle/symbols/HC-12_FOOTPRINT_HC-12_FOOTPRINT.sym</a></div><div><=
br></div><div><a href=3D"http://www.gedasymbols.org/user/erich_heinzle/foot=
prints/HC-12_FOOTPRINT.fp">http://www.gedasymbols.org/user/erich_heinzle/fo=
otprints/HC-12_FOOTPRINT.fp</a></div><div><br></div><div>In general, a goog=
le search for a footprint or symbol for a particular device should yield ei=
ther a gschem/PCB file, or one that can be converted easily.</div><div><br>=
</div><div>Regards,</div><div><br></div><div>Erich.=C2=A0=C2=A0<br><br><br>=
<br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Sat=
, 2 Mar 2019 03:24 Torben Friis (<a href=3D"mailto:friistf AT gmail DOT com" rel=
=3D"noreferrer" target=3D"_blank">friistf AT gmail DOT com</a>) [via <a href=3D"ma=
ilto:geda-help AT delorie DOT com" rel=3D"noreferrer" target=3D"_blank">geda-help@=
delorie.com</a>], <<a href=3D"mailto:geda-help AT delorie DOT com" rel=3D"noref=
errer" target=3D"_blank">geda-help AT delorie DOT com</a>> wrote:<br></div><blo=
ckquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left=
:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr"><div dir=3D"=
ltr"><div class=3D"gmail_default" style=3D"font-family:arial,helvetica,sans=
-serif;font-size:large">Hi Erich Heinzie</div><div class=3D"gmail_default" =
style=3D"font-family:arial,helvetica,sans-serif;font-size:large">I have fou=
nd 3 files with records that end on .fp:</div><div class=3D"gmail_default" =
style=3D"font-family:arial,helvetica,sans-serif;font-size:large"><br></div>=
<div class=3D"gmail_default" style=3D"font-family:arial,helvetica,sans-seri=
f;font-size:large">/home/torben/www/user/<br>/home/geda/www/user<br>/home/g=
eda/www/footprints/newlib</div><div class=3D"gmail_default" style=3D"font-f=
amily:arial,helvetica,sans-serif;font-size:large"><br></div><div class=3D"g=
mail_default" style=3D"font-family:arial,helvetica,sans-serif;font-size:lar=
ge">I have now integrated PICAXE-14.sym in the standard library that automa=
tically comes up. <br></div><div class=3D"gmail_default" style=3D"font-fami=
ly:arial,helvetica,sans-serif;font-size:large">The 3 files are a bit confus=
ing. First they dont appear to be sorted all the way through? Next, can you=
tell me which of them is associated with the standard library?</div><div c=
lass=3D"gmail_default" style=3D"font-family:arial,helvetica,sans-serif;font=
-size:large">I am sorry I am a bit confused.</div><div class=3D"gmail_defau=
lt" style=3D"font-family:arial,helvetica,sans-serif;font-size:large">torben=
<br></div></div></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=
=3D"gmail_attr">On Fri, Mar 1, 2019 at 11:10 AM Torben Friis <<a href=3D=
"mailto:friistf AT gmail DOT com" rel=3D"noreferrer noreferrer" target=3D"_blank">=
friistf AT gmail DOT com</a>> wrote:<br></div><blockquote class=3D"gmail_quote"=
style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);p=
adding-left:1ex"><div dir=3D"ltr"><div class=3D"gmail_default" style=3D"fon=
t-family:arial,helvetica,sans-serif;font-size:large">Hi Erich Heinzie,</div=
><div class=3D"gmail_default" style=3D"font-family:arial,helvetica,sans-ser=
if;font-size:large">Do I need a footprint file also for the Picaxe-14?</div=
><div class=3D"gmail_default" style=3D"font-family:arial,helvetica,sans-ser=
if;font-size:large">I have been looking for sym-files (and fp-files?) for:<=
/div><div class=3D"gmail_default" style=3D"font-family:arial,helvetica,sans=
-serif;font-size:large">- a 3-legged step-up power converter (from Canton-P=
ower)</div><div class=3D"gmail_default" style=3D"font-family:arial,helvetic=
a,sans-serif;font-size:large">- a hc-12 transceiver (5 legs)</div><div clas=
s=3D"gmail_default" style=3D"font-family:arial,helvetica,sans-serif;font-si=
ze:large">- SW-420 vibration tester (3 legs)<br></div><div class=3D"gmail_d=
efault" style=3D"font-family:arial,helvetica,sans-serif;font-size:large">wi=
thout finding it. Maybe I can use something else with the right number of l=
egs.<br></div><div class=3D"gmail_default" style=3D"font-family:arial,helve=
tica,sans-serif;font-size:large">Does anybody have it?</div><div class=3D"g=
mail_default" style=3D"font-family:arial,helvetica,sans-serif;font-size:lar=
ge">torben<br></div><div class=3D"gmail_default" style=3D"font-family:arial=
,helvetica,sans-serif;font-size:large"><br></div></div><br><div class=3D"gm=
ail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Thu, Feb 28, 2019 at 2:=
26 PM Torben Friis <<a href=3D"mailto:friistf AT gmail DOT com" rel=3D"noreferr=
er noreferrer" target=3D"_blank">friistf AT gmail DOT com</a>> wrote:<br></div>=
<blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-=
left:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr"><div cla=
ss=3D"gmail_default" style=3D"font-family:arial,helvetica,sans-serif;font-s=
ize:large">Hi Erich Heinzie,</div><div class=3D"gmail_default" style=3D"fon=
t-family:arial,helvetica,sans-serif;font-size:large">It worked.</div><div c=
lass=3D"gmail_default" style=3D"font-family:arial,helvetica,sans-serif;font=
-size:large">Thank you.</div><div class=3D"gmail_default" style=3D"font-fam=
ily:arial,helvetica,sans-serif;font-size:large">torben<br></div></div><br><=
div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Thu, Feb=
28, 2019 at 1:31 PM Erich Heinzle (<a href=3D"mailto:a1039181 AT gmail DOT com" r=
el=3D"noreferrer noreferrer" target=3D"_blank">a1039181 AT gmail DOT com</a>) [via=
<a href=3D"mailto:geda-help AT delorie DOT com" rel=3D"noreferrer noreferrer" tar=
get=3D"_blank">geda-help AT delorie DOT com</a>] <<a href=3D"mailto:geda-help AT d=
elorie.com" rel=3D"noreferrer noreferrer" target=3D"_blank">geda-help AT delor=
ie.com</a>> wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"m=
argin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left=
:1ex">you do not appear to have placed a symbol (.sym) file for the picaxe<=
br>
in your picaxe directory, but you have some footprints (.fp) in there.<br>
<br>
gschem does not do anything or know what to do with the footprints.<br>
<br>
the following link should provide you with a picaxe 14M symbol<br>
"PICAXE-14M.sym" that you can put in the picaxe directory gschem =
looks<br>
in<br>
<br>
<a href=3D"http://www.gedasymbols.org/user/erich_heinzle/symbols/PICAXE-14M=
.sym?dl" rel=3D"noreferrer noreferrer noreferrer" target=3D"_blank">http://=
www.gedasymbols.org/user/erich_heinzle/symbols/PICAXE-14M.sym?dl</a> .<br>
<br>
On Thu, Feb 28, 2019 at 10:45 PM Torben Friis (<a href=3D"mailto:friistf AT gm=
ail.com" rel=3D"noreferrer noreferrer" target=3D"_blank">friistf AT gmail DOT com<=
/a>) [via<br>
<a href=3D"mailto:geda-help AT delorie DOT com" rel=3D"noreferrer noreferrer" targ=
et=3D"_blank">geda-help AT delorie DOT com</a>] <<a href=3D"mailto:geda-help AT de=
lorie.com" rel=3D"noreferrer noreferrer" target=3D"_blank">geda-help AT delori=
e.com</a>> wrote:<br>
><br>
> Hi Erich Heinzie,<br>
> Sorry it took me a long time to answer - problems with a GSM module.<b=
r>
><br>
> I have found a file:<br>
><br>
> /usr/share/gEDA/gafrc.d/geda-clib.scm<br>
><br>
> with the content (the next to last line is added by me):<br>
><br>
>=C2=A0 =C2=A0 =C2=A0("minicircuits" "Mini-Circuits"=
)<br>
>=C2=A0 =C2=A0 =C2=A0("national" "National Semiconductor&=
quot;)<br>
>=C2=A0 =C2=A0 =C2=A0("philips" "Philips Electronics"=
;)<br>
>=C2=A0 =C2=A0 =C2=A0("picaxe" "Picaxe chips")<br>
>=C2=A0 =C2=A0 =C2=A0("st" "ST Microelectronics")<br=
>
><br>
> and a file:<br>
><br>
> torben AT torben-Aspire-E5-773G:~$ ls /usr/share/gEDA/sym/philips<br>
> PCA82C250-1.sym=C2=A0 PCF8563-1.sym<br>
> torben AT torben-Aspire-E5-773G:~$ ls /usr/share/gEDA/sym/picaxe<br>
> SIP3.fp=C2=A0 SIP4.fp=C2=A0 SO8W.fp<br>
><br>
> which is reflected in the Gschem selection of component:<br>
><br>
> > Philips electronics<br>
>=C2=A0 =C2=A0 =C2=A0PCA82C250-1.sym<br>
>=C2=A0 =C2=A0 =C2=A0PCF8563-1.sym<br>
>=C2=A0 =C2=A0 =C2=A0Picaxe Chips<br>
><br>
> However, the "Picaxe chips" does not appear in the same way =
as "> Philips electronics" with the subordinate points "S=
IP3.fp=C2=A0 SIP4.fp=C2=A0 SO8W.fp". If I click "Picaxe chips&quo=
t; I close the screen. Obviously it does not make contact with /usr/share/g=
EDA/sym/picaxe, SIP3.fp=C2=A0 SIP4.fp=C2=A0 SO8W.fp<br>
> Can you explain the difference between philips and picaxe?<br>
> torben<br>
><br>
><br>
> On Fri, Feb 15, 2019 at 9:19 PM Erich Heinzle (<a href=3D"mailto:a1039=
181 AT gmail DOT com" rel=3D"noreferrer noreferrer" target=3D"_blank">a1039181 AT gma=
il.com</a>) [via <a href=3D"mailto:geda-help AT delorie DOT com" rel=3D"noreferrer=
noreferrer" target=3D"_blank">geda-help AT delorie DOT com</a>] <<a href=3D"ma=
ilto:geda-help AT delorie DOT com" rel=3D"noreferrer noreferrer" target=3D"_blank"=
>geda-help AT delorie DOT com</a>> wrote:<br>
>><br>
>> <a href=3D"http://www.gedasymbols.org/user/erich_heinzle/symbols/P=
ICAXE-14M.sym?dl" rel=3D"noreferrer noreferrer noreferrer" target=3D"_blank=
">http://www.gedasymbols.org/user/erich_heinzle/symbols/PICAXE-14M.sym?dl</=
a><br>
>><br>
>> The above link will download the raw symbol file as a .sym for use=
in the gschem schematic editor<br>
>><br>
>> The DIP14 footprint required in the pcb layout editor will be a .f=
p file and the raw file can be downloaded from<br>
>><br>
>> <a href=3D"http://www.gedasymbols.org/footprints/m4lib/DIP14.fp?dl=
" rel=3D"noreferrer noreferrer noreferrer" target=3D"_blank">http://www.ged=
asymbols.org/footprints/m4lib/DIP14.fp?dl</a><br>
>><br>
>> You can place the respective files in the same directory as your s=
chematic and pcb layout, but most people will use dedicated directories in =
their project directory for symbols and for footprints.<br>
>><br>
>> Regards,<br>
>><br>
>> Erich<br>
>><br>
>><br>
>> On Fri, 15 Feb 2019 02:34 Torben Friis (<a href=3D"mailto:friistf@=
gmail.com" rel=3D"noreferrer noreferrer" target=3D"_blank">friistf AT gmail DOT co=
m</a>) [via <a href=3D"mailto:geda-help AT delorie DOT com" rel=3D"noreferrer nore=
ferrer" target=3D"_blank">geda-help AT delorie DOT com</a>] <<a href=3D"mailto:=
geda-help AT delorie DOT com" rel=3D"noreferrer noreferrer" target=3D"_blank">geda=
-help AT delorie DOT com</a> wrote:<br>
>>><br>
>>> Hi,<br>
>>> I found DIP14:<br>
>>><br>
>>> torben AT torben-Aspire-E5-773G:~$ cat /home/torben/gEDAsym<br>
>>> <a href=3D"http://www.gedasymbols.org/footprints/m4lib.cgi?ged=
a" rel=3D"noreferrer noreferrer noreferrer" target=3D"_blank">http://www.ge=
dasymbols.org/footprints/m4lib.cgi?geda</a>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0<here<br>
>>><br>
>>> <a href=3D"http://www.gedasymbols.org/cvs.html" rel=3D"norefer=
rer noreferrer noreferrer" target=3D"_blank">http://www.gedasymbols.org/cvs=
.html</a><br>
>>><br>
>>> It looks different from your file if I view it..<br>
>>><br>
>>> Where should I store the file you sent (if it is the file I sh=
ould store)?<br>
>>> torben<br>
>>><br>
>>> On Thu, Feb 14, 2019 at 3:26 PM Chad Parker (<a href=3D"mailto=
:parker DOT charles AT gmail DOT com" rel=3D"noreferrer noreferrer" target=3D"_blank">=
parker DOT charles AT gmail DOT com</a>) [via <a href=3D"mailto:geda-help AT delorie DOT com"=
rel=3D"noreferrer noreferrer" target=3D"_blank">geda-help AT delorie DOT com</a>]=
<<a href=3D"mailto:geda-help AT delorie DOT com" rel=3D"noreferrer noreferrer"=
target=3D"_blank">geda-help AT delorie DOT com</a>> wrote:<br>
>>>><br>
>>>><br>
>>>> <a href=3D"http://www.gedasymbols.org/user/erich_heinzle/s=
ymbols/PICAXE-14M.sym" rel=3D"noreferrer noreferrer noreferrer" target=3D"_=
blank">http://www.gedasymbols.org/user/erich_heinzle/symbols/PICAXE-14M.sym=
</a><br>
>>>><br>
>>>> It looks like the package is a 14-pin DIP, so "DIP14&=
quot; should work as the footprint.<br>
>>>><br>
>>>> Cheers,<br>
>>>> --Chad<br>
>>>><br>
>>>><br>
>>>> On Thu, Feb 14, 2019 at 9:11 AM Torben Friis (<a href=3D"m=
ailto:friistf AT gmail DOT com" rel=3D"noreferrer noreferrer" target=3D"_blank">fr=
iistf AT gmail DOT com</a>) [via <a href=3D"mailto:geda-help AT delorie DOT com" rel=3D"n=
oreferrer noreferrer" target=3D"_blank">geda-help AT delorie DOT com</a>] <<a h=
ref=3D"mailto:geda-help AT delorie DOT com" rel=3D"noreferrer noreferrer" target=
=3D"_blank">geda-help AT delorie DOT com</a>> wrote:<br>
>>>>><br>
>>>>> Hi ,<br>
>>>>> I have been looking fo the above element, but I cannot=
find it. I have been looking for .../newlib and found it in two places, bu=
t neither one appeared to provide it.<br>
>>>>> Is there anywhere else I can look for it?<br>
>>>>> torben<br>
<br>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</div></div>
</div></div></div></div></div></div>
--0000000000001150e20583117a52--
- Raw text -