-
Notifications
You must be signed in to change notification settings - Fork 231
DHT22 SENSOR
Jaume Olivé Petrus edited this page Aug 14, 2017
·
7 revisions
What | Comments | |
---|---|---|
Identifier | DHT22 | |
Interface | GPIO | 1 pin |
Provides | temperature | celsius degrees |
humidity | % relative humidity | |
Properties | none | |
Datasheet |
s1 = sensor.attach("DHT22", pio.GPIO4)
s1:read("temperature")
s1:read("humidity")