Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1336 from Misca1234/DHT11_4
Browse files Browse the repository at this point in the history
Added the foot print for sensor DHT11
  • Loading branch information
myfreescalewebpage committed Jan 25, 2019
2 parents 4a43b9a + 187555a commit 71c00ba
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions Sensor.pretty/Aosong_DHT11_5.5x12.0_P2.54mm.kicad_mod
@@ -0,0 +1,37 @@
(module Aosong_DHT11_5.5x12.0_P2.54mm (layer F.Cu) (tedit 5C4B60CF)
(descr "Temperature and humidity module, http://akizukidenshi.com/download/ds/aosong/DHT11.pdf")
(tags "Temperature and humidity module")
(fp_text reference REF** (at -1 -3.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Aosong_DHT11_5.5x12.0_P2.54mm (at 0 11.3) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.75 -2.19) (end 2.75 -2.19) (layer F.Fab) (width 0.1))
(fp_line (start 2.75 -2.19) (end 2.75 9.81) (layer F.Fab) (width 0.1))
(fp_line (start 2.75 9.81) (end -2.75 9.81) (layer F.Fab) (width 0.1))
(fp_line (start -2.75 -1.19) (end -2.75 9.81) (layer F.Fab) (width 0.1))
(fp_line (start -2.87 -2.32) (end 2.87 -2.32) (layer F.SilkS) (width 0.12))
(fp_line (start 2.88 -2.32) (end 2.88 9.94) (layer F.SilkS) (width 0.12))
(fp_line (start 2.88 9.94) (end -2.88 9.94) (layer F.SilkS) (width 0.12))
(fp_line (start -2.88 9.94) (end -2.88 -2.31) (layer F.SilkS) (width 0.12))
(fp_text user %R (at 0 3.81) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -3 -2.44) (end 3 -2.44) (layer F.CrtYd) (width 0.05))
(fp_line (start 3 -2.44) (end 3 10.06) (layer F.CrtYd) (width 0.05))
(fp_line (start 3 10.06) (end -3 10.06) (layer F.CrtYd) (width 0.05))
(fp_line (start -3 10.06) (end -3 -2.44) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.75 -1.19) (end -1.75 -2.19) (layer F.Fab) (width 0.1))
(fp_line (start -3.16 -2.6) (end -3.16 -0.6) (layer F.SilkS) (width 0.12))
(fp_line (start -3.16 -2.6) (end -1.55 -2.6) (layer F.SilkS) (width 0.12))
(pad 1 thru_hole rect (at 0 0) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 0 2.54) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at 0 5.08) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask))
(pad 4 thru_hole circle (at 0 7.62) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask))
(model ${KISYS3DMOD}/Sensor.3dshapes/Aosong_DHT11_5.5x12.0_P2.54mm.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

0 comments on commit 71c00ba

Please sign in to comment.