Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 223 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 223 Bytes

dht11-json

Pump DHT11 data through a Raspberry Pi. Output a JSON

You need wiringPi lib. Assuming your lib is installed in /usr/local/lib, you can build it typing:

cc -o bin/dht11 dht11.c -L/usr/local/lib -lwiringPi