Hello,
Working on an already existing project that i need to build on. I have the schematic and board files but i need to find out which library they used so i can create a similar board in a new project. is there any way to check which lib was used on the older board and schematic files.
I realize this is a beginner question. any and all responses appreciated.
Kbanner
Using the info button for each component will work, but it’s rather tedious for large projects. Running statistic-brd.ulp or statistic-sch.ulp and saving the report will give you something like the excerpt below.
----------------------------
LIBRARY Q.
rcl 1
SparkFun 2 3
Hirose_usb 1
pinhead 1
SparkFun_5.11 1
FTDI_new 1
PACKAGE Q.
C0805 1
0603-CAP 2
PTC-1206 1
UX60SC-MB-5ST 1
1X03 1
OSHW-LOGO-S 1
QFN-16 1
VALUE PAC Q. Top Bot
10uF C0805 1 1 0
0.1uF 0603-CAP 2 2 0
PTCSMD PTC-1206 1 1 0
USB UX60SC-MB-5ST 1 1 0
~/-empty-/~JP1 1X03 1 1 0
OSHW-LOGOS OSHW-LOGO-S 1 0 1
FT230XQ QFN-16 1 1 0
Jon