From 92f11a70778f19941c8d1388947807b2af8947ae Mon Sep 17 00:00:00 2001 From: NicoHood Date: Sun, 22 Nov 2020 13:28:04 +0100 Subject: [PATCH] Release 1.2.8 --- Readme.md | 7 +++++-- library.properties | 2 +- src/PinChangeInterrupt.h | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 3a65317..f203ff1 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -PinChangeInterrupt Library 1.2.7 +PinChangeInterrupt Library 1.2.8 ================================ ![Header Picture](header.png) @@ -31,7 +31,7 @@ Attiny 24/44/84: All pins are usable Attiny 25/45/85: All pins are usable Attiny 13: All pins are usable Attiny 441/841: All pins are usable -ATmega644P/ATmega1284P: All pins are usable +ATmega644/ATmega644P/ATmega1284P: All pins are usable ATmega 162: PORTA and PORTC usable ``` @@ -283,6 +283,9 @@ the new PinChangeInterrupts may help you a lot. Version History =============== ``` +1.2.8 Release (22.11.2020) +* Add support for ATmega644 #34 + 1.2.7 Release (07.10.2018) * Add support for ATmega162 #21 diff --git a/library.properties b/library.properties index ca1afe3..a97f65b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=PinChangeInterrupt -version=1.2.7 +version=1.2.8 author=NicoHood maintainer=NicoHood sentence=A simple & compact PinChangeInterrupt library for Arduino. diff --git a/src/PinChangeInterrupt.h b/src/PinChangeInterrupt.h index 2d35b66..abccd3a 100644 --- a/src/PinChangeInterrupt.h +++ b/src/PinChangeInterrupt.h @@ -25,7 +25,7 @@ THE SOFTWARE. #pragma once // Software Version -#define PCINT_VERSION 127 +#define PCINT_VERSION 128 #include #include