mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
minor edit
This commit is contained in:
parent
f5114ca837
commit
e954b83020
@ -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":
|
||||
{
|
||||
|
@ -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
|
||||
//
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user