Skip to content

A Raspberry Pi DHT22/AM2302 polling application

Notifications You must be signed in to change notification settings

sweetpi/rpi_dht22

 
 

Repository files navigation

Driver for DHT22/AM2302 Temperature and humidity sensors on Raspberry Pi

Install and Usage

./configure
make
sudo ./rpi_dht22 pin1 [pin2...]
Pin = 7, Humidity = 55.4 %, Temperature = 16.6 °C

License

Public domain. Do what you want. No warranties.

Options

./configure options:

  • --disable-silent-rules Show the make process (silent by default)
  • --disable-secure Disable compile with FORTIY_SOURCE and stack-protector (enabled by default)
  • --enable-development Compile with -g -O0 -Wall. Applies disable-secure automatically

autogen.sh: Autoconf boostrap. Development use only.

About

A Raspberry Pi DHT22/AM2302 polling application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 90.9%
  • C 9.1%