Eagle library for PGA-103 and PGA-103+ component (SOT-89 package). Tested on Eagle-7.2 and Eagle-7.7.
PGA-103+ datasheet: https://www.minicircuits.com/pdfs/PGA-103+.pdf
git clone https://github.com/handiko/PGA103-Eagle-Library.git
cd PGA103-Eagle-Library
- Copy the
pga103.lbr
into your Eagle library folder. For example, if your eagle library folder is located in/opt/eagle-7.2.0/lbr
, then type:sudo cp pga103.lbr /opt/eagle-7.2.0/lbr
- Open the Eagle CAD, then Library ---> Use All
- Now the pga103.lbr should be listed in your Eagle library.
- Download as zip
- Unzip
- copy the
pga103.lbr
into your Eagle library folder, for example : C:\EAGLE-7.2.0\lbr - Open the Eagle CAD, then Library --> Use All
From PGA103-Eagle-Library/Example/Simple-LNA folder
- Make PGA-103 symbol a little bit nicer
- Make a better example sch / board
- Adding description to the Device
- Better documentation / README
- ...
- Fork it (https://github.com/handiko/PGA103-Eagle-Library/fork)
- Create new branch (
git checkout -b add-blah-blah
) - Do some editing / create new feature
- Commit your works (
git commit -m "Adding some blah blah blah.."
) - Push to the branch (
git push -u origin add-blah-blah
) - Create a new Pull Request