Skip to content

Releases: NicoHood/PinChangeInterrupt

1.2.9

18 May 17:31
1.2.9
d604e1f
Compare
Choose a tag to compare

Release created with GPGit 1.4.1
https://github.com/NicoHood/gpgit

1.2.8

22 Nov 12:28
1.2.8
92f11a7
Compare
Choose a tag to compare

Release 1.2.8

Created with GPGit 1.3.4
https://github.com/NicoHood/gpgit

1.2.7

07 Oct 09:13
1.2.7
ed1c1f4
Compare
Choose a tag to compare

Release 1.2.7

Created with GPGit 1.3.2
https://github.com/NicoHood/gpgit

1.2.6

10 Feb 08:11
1.2.6
bd868ad
Compare
Choose a tag to compare

Release 1.2.6

Created with GPGit
https://github.com/NicoHood/gpgit

PinChangeInterrupt 1.2.5

02 Sep 10:56
1.2.5
e853d3c
Compare
Choose a tag to compare

Release 1.2.5

Created with GPGit 2.0.7
https://github.com/NicoHood/gpgit

PinChangeInterrupt 1.2.4

16 Apr 14:55
Compare
Choose a tag to compare

I forgot the 1.2.3 Release to tag, so basically both are "new" to Arduino library manager users.

1.2.4 Release (16.04.2016)
* Fixed Attinyx4/x5 Issue #8

1.2.3 Release (24.12.2015)
* Added Attiny441/841 support

PinChangeInterrupt 1.2.2

05 Dec 07:12
Compare
Choose a tag to compare

1.2.2 Release (05.12.2015)

  • Fixed initial value when enabled issue
  • Enabled official dot_a_linkage
  • Added Attiny13 support Issue #4
  • Updated documentation
  • Improved detaching function
  • Improved attaching and enabling

PinChangeInterrupt 1.2.1

24 May 21:09
Compare
Choose a tag to compare

1.2.1 Release (24.05.2015)

  • Fix Attiny Issue #1
  • Added enable/disable function
  • Added getPinChangeInterruptTrigger() function
  • Added to Arduino IDE library manager

PinChangeInterrupt 1.2

27 Apr 13:34
Compare
Choose a tag to compare
1.2 Release (19.04.2015)
* Added weak interrupt function
* Improved interrupt function calls
* Fixed attach/detach array position when ports are deactivated
* Improved manual PCINT deactivation by user
* Improved definitions for different boards
* HoodLoader2 definition fixes
* Improved speed
* Improved specific boards
* Moved attach function to .cpp file
* Updated examples
* Added API and LowLevel
* Added Port3 support (ATmega644P/ATmega1284P)
* Added PCINT_VERSION definition