~brian-sidebotham/+junk/valvers-pcb-libraries

« back to all changes in this revision

Viewing changes to pcb/src/make-plcc.py

  • Committer: brian.sidebotham at gmail
  • Date: 2012-04-13 13:37:26 UTC
  • mfrom: (1.1.4 pcb-libraries)
  • Revision ID: brian.sidebotham@gmail.com-20120413133726-l4b3n1bc0olrubuo
Add SMT chips, and some rearranging of structure

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#   (c)2012 Brian Sidebotham - www.valvers.com
5
5
#
6
6
 
7
 
import kicad as KiCad
 
7
import kicad_pcb as KiCad
8
8
import ic
9
9
 
10
10
l = KiCad.ModuleLibrary()