Created
June 15, 2015 07:25
-
-
Save ilmoeuro/ca057dfb9aff657ba840 to your computer and use it in GitHub Desktop.
Human-editable PCB layout file example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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