Skip to content

Commit

Permalink
Release 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed May 18, 2021
1 parent c259617 commit d604e1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PinChangeInterrupt Library 1.2.8
PinChangeInterrupt Library 1.2.9
================================

![Header Picture](header.png)
Expand Down Expand Up @@ -288,7 +288,7 @@ the new PinChangeInterrupts may help you a lot.
Version History
===============
```
1.2.9 Release (xx.xx.2021)
1.2.9 Release (18.05.2021)
* Added Attiny261/461/861 support #39
* Added Attiny2313/2313A/4313 support #37
* Added ATMega328PB support #30
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.8
version=1.2.9
author=NicoHood
maintainer=NicoHood <[email protected]>
sentence=A simple & compact PinChangeInterrupt library for Arduino.
Expand Down
4 changes: 2 additions & 2 deletions src/PinChangeInterrupt.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2014-2018 NicoHood
Copyright (c) 2014-2021 NicoHood
See the readme for credit to other people.
Permission is hereby granted, free of charge, to any person obtaining a copy
Expand All @@ -25,7 +25,7 @@ THE SOFTWARE.
#pragma once

// Software Version
#define PCINT_VERSION 128
#define PCINT_VERSION 129

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

0 comments on commit d604e1f

Please sign in to comment.