minor edit

This commit is contained in:
RobTillaart 2016-12-17 21:03:32 +01:00
parent f5114ca837
commit e954b83020
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "DHT2pin",
"keywords": "DHT11 DHT22 DHT33 DHT44 AM2301 AM2302 AM2303",
"keywords": "DHT11 DHT22 DHT33 DHT44 AM2301 AM2302 AM2303 ",
"description": "Experimental library of the DHT library that uses 2 pins instead of 3.",
"repository":
{

View File

@ -10,7 +10,7 @@
// 0.0.2 support for non "F_CPU" boards especially Galileo
// Tested and verified by Maria Emanuella Moura Silva (thanks)
// changed name to DHT2pin
// 0.0.1 initial version - 2016 SEP 05 (based upon 0.1.13 DHT)
// 0.0.1 initial version - 2016 SEP 05 (based upon 0.1.13 DHT == DHTstable)
//
// Released to the public domain
//

View File

@ -16,7 +16,7 @@
#define DHT2PIN_LIB_VERSION "0.0.1"
#define DHTLIB_OK 0
#define DHTLIB_OK 0
#define DHTLIB_ERROR_CHECKSUM -1
#define DHTLIB_ERROR_TIMEOUT -2
#define DHTLIB_ERROR_CONNECT -3

View File

@ -1,5 +1,5 @@
NOTE: THIS LIB IS NOT TESTED EXTENSIVELY YET SO ALL DISCLAIMERS APPLY
NOTE: THIS LIB IS NOT TESTED EXTENSIVELY YET SO ALL DISCLAIMERS APPLY!
This library is an experimental version of the DHT library that uses 2 pins.
One pin for all read actions and one pin for write actions.