From fb8f9410e784bb5e87451c0d21338f04d3327f91 Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Sat, 4 Nov 2023 14:11:59 +0100 Subject: [PATCH] update readme.md --- CHANGELOG.md | 3 +++ HC4053.h | 4 ++-- README.md | 20 ++++++++++++++++---- library.json | 4 ++-- library.properties | 2 +- 5 files changed, 24 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5add16e..0376d7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.1.0] - 2023-11-04 +- update readme.md + ## [0.1.0] - 2023-01-25 - initial version diff --git a/HC4053.h b/HC4053.h index 1e2a689..d600ac7 100644 --- a/HC4053.h +++ b/HC4053.h @@ -3,7 +3,7 @@ // FILE: HC4053.h // AUTHOR: Rob Tillaart // DATE: 2023-01-25 -// VERSION: 0.1.0 +// VERSION: 0.1.1 // PURPOSE: Arduino library for CD74HC4053 8 channel multiplexer and compatibles. // URL: https://github.com/RobTillaart/HC4053 @@ -11,7 +11,7 @@ #include "Arduino.h" -#define HC4053_LIB_VERSION (F("0.1.0")) +#define HC4053_LIB_VERSION (F("0.1.1")) class HC4053 diff --git a/README.md b/README.md index 55c0e3a..dddbeb4 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,11 @@ [![Arduino CI](https://github.com/RobTillaart/HC4053/workflows/Arduino%20CI/badge.svg)](https://github.com/marketplace/actions/arduino_ci) [![Arduino-lint](https://github.com/RobTillaart/HC4053/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/RobTillaart/HC4053/actions/workflows/arduino-lint.yml) [![JSON check](https://github.com/RobTillaart/HC4053/actions/workflows/jsoncheck.yml/badge.svg)](https://github.com/RobTillaart/HC4053/actions/workflows/jsoncheck.yml) +[![GitHub issues](https://img.shields.io/github/issues/RobTillaart/HC4053.svg)](https://github.com/RobTillaart/HC4053/issues) + [![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobTillaart/HC4053/blob/master/LICENSE) [![GitHub release](https://img.shields.io/github/release/RobTillaart/HC4053.svg?maxAge=3600)](https://github.com/RobTillaart/HC4053/releases) +[![PlatformIO Registry](https://badges.registry.platformio.org/packages/robtillaart/library/HC4053.svg)](https://registry.platformio.org/libraries/robtillaart/HC4053) # HC4053 @@ -33,10 +36,10 @@ to elaborate. #### Related to -- https://github.com/RobTillaart/HC4051 -- https://github.com/RobTillaart/HC4052 -- https://github.com/RobTillaart/HC4053 -- https://github.com/RobTillaart/HC4067 +- https://github.com/RobTillaart/HC4051 (1x8 mux) +- https://github.com/RobTillaart/HC4052 (2x4 mux) +- https://github.com/RobTillaart/HC4053 (3x2 mux) +- https://github.com/RobTillaart/HC4067 (1x16 mux) ## Hardware connection @@ -112,3 +115,12 @@ Also returns true if enablePin is not set. - keep in sync with HC4067 et.al. + +## 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, + diff --git a/library.json b/library.json index 18845d5..bada79a 100644 --- a/library.json +++ b/library.json @@ -15,9 +15,9 @@ "type": "git", "url": "https://github.com/RobTillaart/HC4053.git" }, - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", - "frameworks": "arduino", + "frameworks": "*", "platforms": "*", "headers": "HC4053.h" } diff --git a/library.properties b/library.properties index d7d338f..16b7137 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=HC4053 -version=0.1.0 +version=0.1.1 author=Rob Tillaart maintainer=Rob Tillaart sentence=Arduino library for a HC4053 3x2 channel multiplexer