Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 394 Bytes

File metadata and controls

18 lines (14 loc) · 394 Bytes

Adafruit_Python_DHT_Docker

Dockerized Adafruit Python DHT Sensor Library for Raspberry Pi

Run

docker run --privileged farshidtz/adafruit_dht [11|22|2302] GPIOpin#

For example to read from a DHT22 attached to GPIO4:

docker run --privileged farshidtz/adafruit_dht 22 4

Build Locally

docker build -t my_dht .