1.0.1 DHTstable

This commit is contained in:
rob tillaart 2021-06-01 08:21:54 +02:00
parent 4f22980cf6
commit 87d7661724
4 changed files with 8 additions and 7 deletions

View File

@ -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!

View File

@ -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;

View File

@ -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": "*"
}

View File

@ -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=