├── README.md ├── README.txt └── adafruit.lbr /README.md: -------------------------------------------------------------------------------- 1 | ## Adafruit Eagle Library 2 | 3 | Now in Eagle 6 format! 4 | 5 | ### Don't click on the files! 6 | 7 | [Click here](https://github.com/adafruit/Adafruit-Eagle-Library/zipball/master) 8 | to download this as a zip file. 9 | 10 | ### Installation 11 | 12 | 1. Open Eagle and select the `Control Panel` window. 13 | 2. Choose `Options` and from the drop down that appears, `Directories`. 14 | 3. Change the Libraries line from: `$EAGLEDIR/lbr` to something like: 15 | 16 | > $EAGLEDIR/lbr:$HOME/external_lbrs (for OS X) 17 | 18 | > $EAGLEDIR\lbr;$HOME\external_lbrs (for Windows) 19 | 20 | 4. Click `OK` to save your changes. 21 | 5. Eagle will prompt to create the directory if it does not already exist. Note 22 | the location and choose `Yes` to create the directory. 23 | 24 | > On OS X, `$HOME/external_lbrs` changes to: /Users/mosfet/external_lbrs/ 25 | 26 | > On Windows, `$HOME\external_lbrs` changes to: C:\Users\Mosfet\Documents\external_lbrs 27 | 28 | 6. Find and open the `external_lbrs` folder. Unzip and drag `adafruit.lbr` into the 29 | new `external_lbrs` folder. 30 | 7. Restart Eagle. The library should be now be usable. 31 | -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- 1 | ## Adafruit Eagle Library 2 | 3 | Now in Eagle 6 format! 4 | 5 | ### Don't click on the files! 6 | 7 | [Click here](https://github.com/adafruit/Adafruit-Eagle-Library/zipball/master) 8 | to download this as a zip file. 9 | 10 | ### Installation 11 | 12 | 1. Open Eagle and select the `Control Panel` window. 13 | 2. Choose `Options` and from the drop down that appears, `Directories`. 14 | 3. Change the Libraries line from: `$EAGLEDIR/lbr` to something like: 15 | 16 | > $EAGLEDIR/lbr:$HOME/external_lbrs (for OS X) 17 | 18 | > $EAGLEDIR\lbr;$HOME\external_lbrs (for Windows) 19 | 20 | 4. Click `OK` to save your changes. 21 | 5. Eagle will prompt to create the directory if it does not already exist. Note 22 | the location and choose `Yes` to create the directory. 23 | 24 | > On OS X, `$HOME/external_lbrs` changes to: /Users/mosfet/external_lbrs/ 25 | 26 | > On Windows, `$HOME\external_lbrs` changes to: C:\Users\Mosfet\Documents\external_lbrs 27 | 28 | 6. Find and open the `external_lbrs` folder. Unzip and drag `adafruit.lbr` into the 29 | new `external_lbrs` folder. 30 | 7. Restart Eagle. The library should be now be usable. 31 | --------------------------------------------------------------------------------