diff options
| author | Julian Blake Kongslie | 2021-07-06 09:44:36 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2021-07-06 09:44:36 -0700 |
| commit | 60e1775b874015a3451e4bde10a8eb30701b1165 (patch) | |
| tree | 477a2835c0f7e616bdeeabe6aee85f8af8b79650 /boards | |
| download | breadboarding-60e1775b874015a3451e4bde10a8eb30701b1165.tar.xz | |
Initial commit.
Diffstat (limited to 'boards')
| -rw-r--r-- | boards/decode/decode.kicad_pcb | 1 | ||||
| -rw-r--r-- | boards/decode/decode.pro | 33 | ||||
| -rw-r--r-- | boards/decode/decode.sch | 4 |
3 files changed, 38 insertions, 0 deletions
diff --git a/boards/decode/decode.kicad_pcb b/boards/decode/decode.kicad_pcb new file mode 100644 index 0000000..02c8ecb --- /dev/null +++ b/boards/decode/decode.kicad_pcb | |||
| @@ -0,0 +1 @@ | |||
| (kicad_pcb (version 4) (host kicad "dummy file") ) | |||
diff --git a/boards/decode/decode.pro b/boards/decode/decode.pro new file mode 100644 index 0000000..152769c --- /dev/null +++ b/boards/decode/decode.pro | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | update=22/05/2015 07:44:53 | ||
| 2 | version=1 | ||
| 3 | last_client=kicad | ||
| 4 | [general] | ||
| 5 | version=1 | ||
| 6 | RootSch= | ||
| 7 | BoardNm= | ||
| 8 | [pcbnew] | ||
| 9 | version=1 | ||
| 10 | LastNetListRead= | ||
| 11 | UseCmpFile=1 | ||
| 12 | PadDrill=0.600000000000 | ||
| 13 | PadDrillOvalY=0.600000000000 | ||
| 14 | PadSizeH=1.500000000000 | ||
| 15 | PadSizeV=1.500000000000 | ||
| 16 | PcbTextSizeV=1.500000000000 | ||
| 17 | PcbTextSizeH=1.500000000000 | ||
| 18 | PcbTextThickness=0.300000000000 | ||
| 19 | ModuleTextSizeV=1.000000000000 | ||
| 20 | ModuleTextSizeH=1.000000000000 | ||
| 21 | ModuleTextSizeThickness=0.150000000000 | ||
| 22 | SolderMaskClearance=0.000000000000 | ||
| 23 | SolderMaskMinWidth=0.000000000000 | ||
| 24 | DrawSegmentWidth=0.200000000000 | ||
| 25 | BoardOutlineThickness=0.100000000000 | ||
| 26 | ModuleOutlineThickness=0.150000000000 | ||
| 27 | [cvpcb] | ||
| 28 | version=1 | ||
| 29 | NetIExt=net | ||
| 30 | [eeschema] | ||
| 31 | version=1 | ||
| 32 | LibDir= | ||
| 33 | [eeschema/libraries] | ||
diff --git a/boards/decode/decode.sch b/boards/decode/decode.sch new file mode 100644 index 0000000..fff8c68 --- /dev/null +++ b/boards/decode/decode.sch | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | EESchema Schematic File Version 2 | ||
| 2 | EELAYER 25 0 | ||
| 3 | EELAYER END | ||
| 4 | $EndSCHEMATC | ||
