├── .gitignore ├── DESCRIPTION ├── README ├── pel_dil.lbr ├── pel_dipol_comp.lbr ├── pel_hdr.lbr ├── pel_jst.lbr ├── pel_jumpers.lbr ├── pel_misc.lbr ├── pel_molex.lbr ├── pel_odu.lbr ├── pel_ref_pkg.lbr └── pel_stm32.lbr /.gitignore: -------------------------------------------------------------------------------- 1 | *.l\#* 2 | -------------------------------------------------------------------------------- /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esden/pretty-eagle-libs/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esden/pretty-eagle-libs/HEAD/README -------------------------------------------------------------------------------- /pel_dil.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esden/pretty-eagle-libs/HEAD/pel_dil.lbr -------------------------------------------------------------------------------- /pel_dipol_comp.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esden/pretty-eagle-libs/HEAD/pel_dipol_comp.lbr -------------------------------------------------------------------------------- /pel_hdr.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esden/pretty-eagle-libs/HEAD/pel_hdr.lbr -------------------------------------------------------------------------------- /pel_jst.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esden/pretty-eagle-libs/HEAD/pel_jst.lbr -------------------------------------------------------------------------------- /pel_jumpers.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esden/pretty-eagle-libs/HEAD/pel_jumpers.lbr -------------------------------------------------------------------------------- /pel_misc.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esden/pretty-eagle-libs/HEAD/pel_misc.lbr -------------------------------------------------------------------------------- /pel_molex.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esden/pretty-eagle-libs/HEAD/pel_molex.lbr -------------------------------------------------------------------------------- /pel_odu.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esden/pretty-eagle-libs/HEAD/pel_odu.lbr -------------------------------------------------------------------------------- /pel_ref_pkg.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esden/pretty-eagle-libs/HEAD/pel_ref_pkg.lbr -------------------------------------------------------------------------------- /pel_stm32.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esden/pretty-eagle-libs/HEAD/pel_stm32.lbr --------------------------------------------------------------------------------