-
Notifications
You must be signed in to change notification settings - Fork 234
DHT11 SENSOR
Jaume Olivé Petrus edited this page Jan 21, 2017
·
38 revisions
| What | Comments | |
|---|---|---|
| Identifier | DHT11 | |
| Interface | GPIO | 1 pin |
| Provides | temperature | celsius degrees |
| humidity | % relative humidity | |
| Settings | none | |
| [Datasheet] (http://www.micropik.com/PDF/dht11.pdf) | ![]() |
s1 = sensor.setup("DHT11", pio.GPIO4)
s1:acquire()
s1:read("temperature")
s1:read("humidity")
