Go to file
Bogdan Davidoaia c9caf1806a sensors: add driver for DHTxx sensors
Add driver for the DHT temperature and relative himidity sensor family.
The sensor has a single signal pin (in addition to GND and VDD) over
which communication is done in a half-duplex manner (see datasheet for
more details).

Datasheets:
	http://www.micropik.com/PDF/dht11.pdf
	https://www.sparkfun.com/datasheets/Sensors/Temperature/DHT22.pdf
	http://akizukidenshi.com/download/ds/aosong/AM2302.pdf

Origin: Original
Change-Id: If8c8be73d7fdfef2ab2091bf9b8fe72bcd700ed1
Signed-off-by: Bogdan Davidoaia <bogdan.m.davidoaia@intel.com>
2016-05-14 00:31:43 +00:00
arch add a new option for debugging quark se 2016-05-12 10:57:52 +00:00
boards spi: consalidate and simplify 2016-05-12 10:57:26 +00:00
doc doc: arduino101: change kconfig option for GDB debugging 2016-05-12 13:00:55 +00:00
drivers sensors: add driver for DHTxx sensors 2016-05-14 00:31:43 +00:00
include net: buf: Add net_buf_add_le32() helper API 2016-05-13 07:55:39 +00:00
kernel nanokernel: Introduce workqueue API 2016-05-12 15:26:39 +00:00
lib
misc
net Bluetooth: L2CAP: Handle information request command on BR/EDR 2016-05-13 09:07:50 +00:00
samples samples: get rid of obsolete usage of ARCH variable 2016-05-12 10:57:28 +00:00
scripts
tests tests: Add nano_work test 2016-05-12 15:27:24 +00:00
.checkpatch.conf checkpatch: change default kconfig help length warns 2016-05-11 20:23:51 +00:00
.gitattributes
.gitignore
.gitreview
.mailmap
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
Makefile qemu: Add possibility to redirect serial port to pseudo TTY 2016-05-12 02:20:31 +00:00
Makefile.inc
zephyr-env.sh