Change PCB to square
This commit is contained in:
parent
f0974e6e79
commit
11d5d27167
3 changed files with 801 additions and 309 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,8 +1,8 @@
|
||||||
(export (version D)
|
(export (version D)
|
||||||
(design
|
(design
|
||||||
(source /home/fowler/weatherstation/schematics/oko-weatherstation.sch)
|
(source /home/aaron/datenhalter/shelf/okoyono/oko-weatherstation/schematics/oko-weatherstation.sch)
|
||||||
(date "Sun 27 Jan 2019 12:53:23 PM CET")
|
(date "Di 29 Jan 2019 20:24:07 CET")
|
||||||
(tool "Eeschema 5.0.2-1.fc29")
|
(tool "Eeschema 5.0.1")
|
||||||
(sheet (number 1) (name /) (tstamps /)
|
(sheet (number 1) (name /) (tstamps /)
|
||||||
(title_block
|
(title_block
|
||||||
(title)
|
(title)
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
(tstamp 5C36B0BF))
|
(tstamp 5C36B0BF))
|
||||||
(comp (ref R1)
|
(comp (ref R1)
|
||||||
(value 100k)
|
(value 100k)
|
||||||
(footprint Resistors_SMD:R_0603_1608Metric)
|
(footprint Resistors_ThroughHole:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal)
|
||||||
(datasheet ~)
|
(datasheet ~)
|
||||||
(libsource (lib Device) (part R) (description Resistor))
|
(libsource (lib Device) (part R) (description Resistor))
|
||||||
(sheetpath (names /) (tstamps /))
|
(sheetpath (names /) (tstamps /))
|
||||||
|
@ -240,11 +240,11 @@
|
||||||
(library (logical Device)
|
(library (logical Device)
|
||||||
(uri /usr/share/kicad/library/Device.lib))
|
(uri /usr/share/kicad/library/Device.lib))
|
||||||
(library (logical oko)
|
(library (logical oko)
|
||||||
(uri /home/fowler/weatherstation/schematics/parts/oko.lib))
|
(uri /home/aaron/datenhalter/shelf/okoyono/oko-weatherstation/schematics/parts/oko.lib))
|
||||||
(library (logical oko-weatherstation-rescue)
|
(library (logical oko-weatherstation-rescue)
|
||||||
(uri /home/fowler/weatherstation/schematics/oko-weatherstation-rescue.lib))
|
(uri /home/aaron/datenhalter/shelf/okoyono/oko-weatherstation/schematics/oko-weatherstation-rescue.lib))
|
||||||
(library (logical wemos_mini)
|
(library (logical wemos_mini)
|
||||||
(uri /home/fowler/weatherstation/schematics/parts/wemos_mini.lib)))
|
(uri /home/aaron/datenhalter/shelf/okoyono/oko-weatherstation/schematics/parts/wemos_mini.lib)))
|
||||||
(nets
|
(nets
|
||||||
(net (code 1) (name ANEMOMETER)
|
(net (code 1) (name ANEMOMETER)
|
||||||
(node (ref C1) (pin 2))
|
(node (ref C1) (pin 2))
|
||||||
|
|
|
@ -133,7 +133,7 @@ U 1 1 5C36B93E
|
||||||
P 7450 3750
|
P 7450 3750
|
||||||
F 0 "R1" V 7243 3750 50 0000 C CNN
|
F 0 "R1" V 7243 3750 50 0000 C CNN
|
||||||
F 1 "100k" V 7334 3750 50 0000 C CNN
|
F 1 "100k" V 7334 3750 50 0000 C CNN
|
||||||
F 2 "Resistors_SMD:R_0603_1608Metric" V 7380 3750 50 0001 C CNN
|
F 2 "Resistors_ThroughHole:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" V 7380 3750 50 0001 C CNN
|
||||||
F 3 "~" H 7450 3750 50 0001 C CNN
|
F 3 "~" H 7450 3750 50 0001 C CNN
|
||||||
1 7450 3750
|
1 7450 3750
|
||||||
0 1 1 0
|
0 1 1 0
|
||||||
|
|
Loading…
Reference in a new issue