From 9291dc2491b7e2385a855bf720b2b0d51520cbac Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Wed, 1 Nov 2023 12:23:10 +0100 Subject: [PATCH] 0.3.3 FasyShiftIn --- libraries/FastShiftIn/CHANGELOG.md | 5 ++++- libraries/FastShiftIn/FastShiftIn.cpp | 2 +- libraries/FastShiftIn/FastShiftIn.h | 4 ++-- libraries/FastShiftIn/library.json | 4 ++-- libraries/FastShiftIn/library.properties | 2 +- libraries/FastShiftIn/readme.md | 10 ++++++++++ 6 files changed, 20 insertions(+), 7 deletions(-) diff --git a/libraries/FastShiftIn/CHANGELOG.md b/libraries/FastShiftIn/CHANGELOG.md index ee10a959..075d67fc 100644 --- a/libraries/FastShiftIn/CHANGELOG.md +++ b/libraries/FastShiftIn/CHANGELOG.md @@ -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.3.3] - 2023-10-31 +- update readme.md + + ## [0.3.2] - 2023-02-20 - add (experimental) read16(), read24(), read32() functions. - changed return types of some functions. @@ -15,7 +19,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - update license 2023 - minor edits - ## [0.3.1] - 2022-11-06 - redo clock pulse diff --git a/libraries/FastShiftIn/FastShiftIn.cpp b/libraries/FastShiftIn/FastShiftIn.cpp index 343f9c09..58628a60 100644 --- a/libraries/FastShiftIn/FastShiftIn.cpp +++ b/libraries/FastShiftIn/FastShiftIn.cpp @@ -1,7 +1,7 @@ // // FILE: FastShiftIn.cpp // AUTHOR: Rob Tillaart -// VERSION: 0.3.2 +// VERSION: 0.3.3 // PURPOSE: Fast ShiftIn for 74HC165 register, AVR optimized // DATE: 2013-09-29 // URL: https://github.com/RobTillaart/FastShiftIn diff --git a/libraries/FastShiftIn/FastShiftIn.h b/libraries/FastShiftIn/FastShiftIn.h index 643509e4..a6081a58 100644 --- a/libraries/FastShiftIn/FastShiftIn.h +++ b/libraries/FastShiftIn/FastShiftIn.h @@ -2,7 +2,7 @@ // // FILE: FastShiftIn.h // AUTHOR: Rob Tillaart -// VERSION: 0.3.2 +// VERSION: 0.3.3 // PURPOSE: Fast ShiftIn for 74HC165 register, AVR optimized // DATE: 2013-09-29 // URL: https://github.com/RobTillaart/FastShiftIn @@ -11,7 +11,7 @@ #include "Arduino.h" -#define FASTSHIFTIN_LIB_VERSION (F("0.3.2")) +#define FASTSHIFTIN_LIB_VERSION (F("0.3.3")) class FastShiftIn diff --git a/libraries/FastShiftIn/library.json b/libraries/FastShiftIn/library.json index eea6d51a..54353ec5 100644 --- a/libraries/FastShiftIn/library.json +++ b/libraries/FastShiftIn/library.json @@ -15,9 +15,9 @@ "type": "git", "url": "https://github.com/RobTillaart/FastShiftIn.git" }, - "version": "0.3.2", + "version": "0.3.3", "license": "MIT", - "frameworks": "arduino", + "frameworks": "*", "platforms": "*", "headers": "FastShiftIn.h" } diff --git a/libraries/FastShiftIn/library.properties b/libraries/FastShiftIn/library.properties index 20ad7b1a..0b96997e 100644 --- a/libraries/FastShiftIn/library.properties +++ b/libraries/FastShiftIn/library.properties @@ -1,5 +1,5 @@ name=FastShiftIn -version=0.3.2 +version=0.3.3 author=Rob Tillaart maintainer=Rob Tillaart sentence=Arduino library for (AVR) optimized shiftIn - e.g. for 74HC165 diff --git a/libraries/FastShiftIn/readme.md b/libraries/FastShiftIn/readme.md index 584dedc3..abd3a0db 100644 --- a/libraries/FastShiftIn/readme.md +++ b/libraries/FastShiftIn/readme.md @@ -2,8 +2,11 @@ [![Arduino CI](https://github.com/RobTillaart/FastShiftIn/workflows/Arduino%20CI/badge.svg)](https://github.com/marketplace/actions/arduino_ci) [![Arduino-lint](https://github.com/RobTillaart/FastShiftIn/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/RobTillaart/FastShiftIn/actions/workflows/arduino-lint.yml) [![JSON check](https://github.com/RobTillaart/FastShiftIn/actions/workflows/jsoncheck.yml/badge.svg)](https://github.com/RobTillaart/FastShiftIn/actions/workflows/jsoncheck.yml) +[![GitHub issues](https://img.shields.io/github/issues/RobTillaart/FastShiftIn.svg)](https://github.com/RobTillaart/FastShiftIn/issues) + [![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobTillaart/FastShiftIn/blob/master/LICENSE) [![GitHub release](https://img.shields.io/github/release/RobTillaart/FastShiftIn.svg?maxAge=3600)](https://github.com/RobTillaart/FastShiftIn/releases) +[![PlatformIO Registry](https://badges.registry.platformio.org/packages/robtillaart/library/FastShiftIn.svg)](https://registry.platformio.org/libraries/robtillaart/FastShiftIn) # FastShiftIn @@ -110,3 +113,10 @@ pull up resistors, especially if wires are exceeding 10 cm (4"). #### Wont +## 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,