Skip to content

Commit

Permalink
Release 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed Nov 22, 2020
1 parent 436e302 commit 92f11a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PinChangeInterrupt Library 1.2.7
PinChangeInterrupt Library 1.2.8
================================

![Header Picture](header.png)
Expand Down Expand Up @@ -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
```

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=PinChangeInterrupt
version=1.2.7
version=1.2.8
author=NicoHood
maintainer=NicoHood <[email protected]>
sentence=A simple & compact PinChangeInterrupt library for Arduino.
Expand Down
2 changes: 1 addition & 1 deletion src/PinChangeInterrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ THE SOFTWARE.
#pragma once

// Software Version
#define PCINT_VERSION 127
#define PCINT_VERSION 128

#include <avr/io.h>
#include <avr/interrupt.h>
Expand Down

0 comments on commit 92f11a7

Please sign in to comment.