library.json (529B)
1 { 2 "name": "DHTNEW", 3 "keywords": "DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown", 4 "description": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.", 5 "authors": 6 { 7 "name": "Rob Tillaart", 8 "email": "Rob.Tillaart@gmail.com", 9 "maintainer": true 10 }, 11 "repository": 12 { 13 "type": "git", 14 "url": "https://github.com/RobTillaart/DHTNEW.git" 15 }, 16 "version":"0.4.5", 17 "frameworks": "arduino", 18 "platforms": "*" 19 }