- Forked from technion/lol_dht22
- Based on dht11.c (license unknown).
- Requires wiringPi library.
./configure
make
sudo ./rpi_dht22 pin1 [pin2...]
Pin = 7, Humidity = 55.4 %, Temperature = 16.6 °C
Public domain. Do what you want. No warranties.
./configure options:
--disable-silent-rulesShow the make process (silent by default)--disable-secureDisable compile with FORTIY_SOURCE and stack-protector (enabled by default)--enable-developmentCompile with -g -O0 -Wall. Applies disable-secure automatically
autogen.sh: Autoconf boostrap. Development use only.