mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
1.0.1 DHTstable
This commit is contained in:
parent
4f22980cf6
commit
87d7661724
@ -1,12 +1,13 @@
|
||||
//
|
||||
// FILE: DHTStable.cpp
|
||||
// AUTHOR: Rob Tillaart
|
||||
// VERSION: 0.2.9
|
||||
// VERSION: 1.0.1
|
||||
// PURPOSE: DHT Temperature & Humidity Sensor library for Arduino
|
||||
// URL: https://github.com/RobTillaart/DHTstable
|
||||
//
|
||||
// HISTORY:
|
||||
|
||||
// 1.0.1 2021-06-01 change architecture to fix incompatible flag.
|
||||
// 1.0.0 2021-05-26 rename files and class to DHTStable to fix incompatible flag.
|
||||
// changed temperature and humidity to private
|
||||
// breaking change!
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// FILE: DHTStable.h
|
||||
// AUTHOR: Rob Tillaart
|
||||
// VERSION: 1.0.0
|
||||
// VERSION: 1.0.1
|
||||
// PURPOSE: DHT Temperature & Humidity Sensor library for Arduino
|
||||
// URL: https://github.com/RobTillaart/DHTstable
|
||||
//
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
#include "Arduino.h"
|
||||
|
||||
#define DHTSTABLE_LIB_VERSION (F("1.0.0 - DHTStable"))
|
||||
#define DHTSTABLE_LIB_VERSION (F("1.0.1 - DHTStable"))
|
||||
|
||||
|
||||
const int DHTLIB_OK = 0;
|
||||
|
@ -15,8 +15,8 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/RobTillaart/DHTstable.git"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"license": "MIT",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "avr"
|
||||
"platforms": "*"
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
name=DHTStable
|
||||
version=1.0.0
|
||||
version=1.0.1
|
||||
author=Rob Tillaart <rob.tillaart@gmail.com>
|
||||
maintainer=Rob Tillaart <rob.tillaart@gmail.com>
|
||||
sentence=Stable version of library for DHT Temperature & Humidity Sensor
|
||||
paragraph=DHT11 and DHT22 and equivalent.
|
||||
category=Sensors
|
||||
url=https://github.com/RobTillaart/DHTstable
|
||||
architectures=avr
|
||||
architectures=*
|
||||
includes=DHTStable.h
|
||||
depends=
|
||||
|
Loading…
Reference in New Issue
Block a user