## Before Install ```bash git clone https://github.com/zhaolei/WiringOP.git -b h3
npm install orangepi-dht11bash
git clone https://github.com/zhaolei/WiringOP.git -b h3
cd WiringOP
chmod +x ./build
sudo ./build
`Usage
`javascriptconst dht11 = require(
orangepi-dht11);const pin = 7;
const result = dht11(pin);
console.log(result);
// { error: '', temperature: 27.600000381469727, humidity: 44 }
``