Eagle library parts and footprints.

Hi forum,

I am developing a new speicial-purpose Arduino board based on the Atmega328. I have so far used the Sparkfun Eagle library, but would like to have the library used by Arduino. Is it publicly available?

Thanks.

tDyre

Open the .brd file using Eagle, goto File->Run, and open "exp-project-lbr.ulp", this will export the components used in the board as a Eagle library.

Great trick for when a library is not available directly.

Great! Thanks a lot :slight_smile: