0.3.2 FastShiftOut

This commit is contained in:
Rob Tillaart 2023-11-01 12:28:08 +01:00
parent 59f78a3ac1
commit 4d22a22f92
6 changed files with 22 additions and 7 deletions

View File

@ -6,13 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/). and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.3.2] - 2023-10-31
- update readme.md
## [0.3.1] - 2023-02-20 ## [0.3.1] - 2023-02-20
- update readme.md - update readme.md
- update GitHub actions - update GitHub actions
- update license 2023 - update license 2023
- minor edits - minor edits
## [0.3.0] - 2022-11-05 ## [0.3.0] - 2022-11-05
- major refactor - major refactor

View File

@ -1,7 +1,7 @@
// //
// FILE: FastShiftOut.cpp // FILE: FastShiftOut.cpp
// AUTHOR: Rob Tillaart // AUTHOR: Rob Tillaart
// VERSION: 0.3.1 // VERSION: 0.3.2
// PURPOSE: ShiftOut that implements the Print interface // PURPOSE: ShiftOut that implements the Print interface
// DATE: 2013-08-22 // DATE: 2013-08-22
// URL: https://github.com/RobTillaart/FastShiftOut // URL: https://github.com/RobTillaart/FastShiftOut

View File

@ -2,7 +2,7 @@
// //
// FILE: FastShiftOut.h // FILE: FastShiftOut.h
// AUTHOR: Rob Tillaart // AUTHOR: Rob Tillaart
// VERSION: 0.3.1 // VERSION: 0.3.2
// PURPOSE: shiftOut class that implements the Print interface // PURPOSE: shiftOut class that implements the Print interface
// DATE: 2013-08-22 // DATE: 2013-08-22
// URL: https://github.com/RobTillaart/FastShiftOut // URL: https://github.com/RobTillaart/FastShiftOut
@ -11,7 +11,7 @@
#include "Arduino.h" #include "Arduino.h"
#include "Print.h" #include "Print.h"
#define FASTSHIFTOUT_LIB_VERSION (F("0.3.1")) #define FASTSHIFTOUT_LIB_VERSION (F("0.3.2"))
class FastShiftOut : public Print class FastShiftOut : public Print

View File

@ -2,8 +2,11 @@
[![Arduino CI](https://github.com/RobTillaart/FastShiftOut/workflows/Arduino%20CI/badge.svg)](https://github.com/marketplace/actions/arduino_ci) [![Arduino CI](https://github.com/RobTillaart/FastShiftOut/workflows/Arduino%20CI/badge.svg)](https://github.com/marketplace/actions/arduino_ci)
[![Arduino-lint](https://github.com/RobTillaart/FastShiftOut/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/RobTillaart/FastShiftOut/actions/workflows/arduino-lint.yml) [![Arduino-lint](https://github.com/RobTillaart/FastShiftOut/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/RobTillaart/FastShiftOut/actions/workflows/arduino-lint.yml)
[![JSON check](https://github.com/RobTillaart/FastShiftOut/actions/workflows/jsoncheck.yml/badge.svg)](https://github.com/RobTillaart/FastShiftOut/actions/workflows/jsoncheck.yml) [![JSON check](https://github.com/RobTillaart/FastShiftOut/actions/workflows/jsoncheck.yml/badge.svg)](https://github.com/RobTillaart/FastShiftOut/actions/workflows/jsoncheck.yml)
[![GitHub issues](https://img.shields.io/github/issues/RobTillaart/FastShiftOut.svg)](https://github.com/RobTillaart/FastShiftOut/issues)
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobTillaart/FastShiftOut/blob/master/LICENSE) [![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobTillaart/FastShiftOut/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/RobTillaart/FastShiftOut.svg?maxAge=3600)](https://github.com/RobTillaart/FastShiftOut/releases) [![GitHub release](https://img.shields.io/github/release/RobTillaart/FastShiftOut.svg?maxAge=3600)](https://github.com/RobTillaart/FastShiftOut/releases)
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/robtillaart/library/FastShiftOut.svg)](https://registry.platformio.org/libraries/robtillaart/FastShiftOut)
# FastShiftOut # FastShiftOut
@ -100,3 +103,12 @@ pull up resistors, especially if wires are exceeding 10 cm (4").
#### Wont #### 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,

View File

@ -15,9 +15,9 @@
"type": "git", "type": "git",
"url": "https://github.com/RobTillaart/FastShiftOut.git" "url": "https://github.com/RobTillaart/FastShiftOut.git"
}, },
"version": "0.3.1", "version": "0.3.2",
"license": "MIT", "license": "MIT",
"frameworks": "arduino", "frameworks": "*",
"platforms": "*", "platforms": "*",
"headers": "FastShiftOut.h" "headers": "FastShiftOut.h"
} }

View File

@ -1,5 +1,5 @@
name=FastShiftOut name=FastShiftOut
version=0.3.1 version=0.3.2
author=Rob Tillaart <rob.tillaart@gmail.com> author=Rob Tillaart <rob.tillaart@gmail.com>
maintainer=Rob Tillaart <rob.tillaart@gmail.com> maintainer=Rob Tillaart <rob.tillaart@gmail.com>
sentence=Arduino library for (AVR) optimized shiftOut - e.g. 74HC595 sentence=Arduino library for (AVR) optimized shiftOut - e.g. 74HC595