0.2.1 DHT2pin

This commit is contained in:
Rob Tillaart 2023-10-24 16:30:56 +02:00
parent 08ac902eb6
commit ad87c22b92
6 changed files with 22 additions and 6 deletions

View File

@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.2.1] - 2023-10-24
- update readme.md
## [0.2.0] - 2023-01-29
- add temperature() and humidity() as access function.
- move code to .cpp

View File

@ -1,7 +1,7 @@
//
// FILE: DHT2pin.cpp
// AUTHOR: Rob Tillaart
// VERSION: 0.2.0
// VERSION: 0.2.1
// PURPOSE: Experimental DHT _temperature & _humidiy Sensor library for Arduino
// URL: https://github.com/RobTillaart/DHT2pin
// http://arduino.cc/playground/Main/DHTLib

View File

@ -2,7 +2,7 @@
//
// FILE: dht2pin.h
// AUTHOR: Rob Tillaart
// VERSION: 0.2.0
// VERSION: 0.2.1
// PURPOSE: DHT Temperature & Humidity Sensor library for Arduino
// URL: https://github.com/RobTillaart/DHT2pin
// http://arduino.cc/playground/Main/DHTLib
@ -11,7 +11,7 @@
#include <Arduino.h>
#define DHT2PIN_LIB_VERSION (F("0.2.0"))
#define DHT2PIN_LIB_VERSION (F("0.2.1"))
#define DHTLIB_OK 0

View File

@ -18,9 +18,9 @@
"type": "git",
"url": "https://github.com/RobTillaart/DHT2pin"
},
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"frameworks": "arduino",
"frameworks": "*",
"platforms": "*",
"headers": "DHT2pin.h"
}

View File

@ -1,5 +1,5 @@
name=DHT2pin
version=0.2.0
version=0.2.1
author=Rob Tillaart <rob.tillaart@gmail.com>
maintainer=Rob Tillaart <rob.tillaart@gmail.com>
sentence=Experimental version of the DHT library, using 2 data pins instead of 1.

View File

@ -2,8 +2,11 @@
[![Arduino CI](https://github.com/RobTillaart/DHT2pin/workflows/Arduino%20CI/badge.svg)](https://github.com/marketplace/actions/arduino_ci)
[![Arduino-lint](https://github.com/RobTillaart/DHT2pin/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/RobTillaart/DHT2pin/actions/workflows/arduino-lint.yml)
[![JSON check](https://github.com/RobTillaart/DHT2pin/actions/workflows/jsoncheck.yml/badge.svg)](https://github.com/RobTillaart/DHT2pin/actions/workflows/jsoncheck.yml)
[![GitHub issues](https://img.shields.io/github/issues/RobTillaart/DHT2pin.svg)](https://github.com/RobTillaart/DHT2pin/issues)
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobTillaart/DHT2pin/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/RobTillaart/DHT2pin.svg?maxAge=3600)](https://github.com/RobTillaart/DHT2pin/releases)
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/robtillaart/library/DHT2pin.svg)](https://registry.platformio.org/libraries/robtillaart/DHT2pin)
# DHT2pin
@ -62,3 +65,12 @@ See example
- no active development planned
## Support
If you appreciate my libraries, you can support the development and maintenance.
Improve the quality of the libraries by providing issues and Pull Requests, or
donate through PayPal or GitHub sponsors.
Thank you,