Skip to content

Instantly share code, notes, and snippets.

@ilmoeuro
Created June 15, 2015 07:25
Show Gist options
  • Select an option

  • Save ilmoeuro/ca057dfb9aff657ba840 to your computer and use it in GitHub Desktop.

Select an option

Save ilmoeuro/ca057dfb9aff657ba840 to your computer and use it in GitHub Desktop.
Human-editable PCB layout file example
default unit 100 mil;
pcb {
size 100mm 160mm;
origin 10mm 10mm;
dil 14 {
5 5 12 5;
5 7 12 7;
mark "74HC00";
}
bus 7 {
5 5 12 5;
5 1 12 1;
}
sil 7 {
5 1 12 1;
}
bus 7 {
5 7 12 7;
5 10 12 10;
}
sil 7 {
5 10 12 10;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment