1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

[sam] attachInterrupt() now works also on pins that belongs to PORTD

This commit is contained in:
Cristian Maglie
2013-02-02 17:14:30 +01:00
parent 3f105bcd00
commit 5edc110f61
2 changed files with 22 additions and 0 deletions

View File

@ -16,6 +16,7 @@ ARDUINO 1.5.2 BETA - 2012.01.23
* Extended command line build flags
[arduino core]
* sam: attachInterrupt() now works also on pins that belongs to PORTD
* sam: portOutputRegister() is now writeable.
* sam: fixed issue on weak-symbol for some interrupt handlers
* sam: fixed BSoD on some Windows machine (louismdavis)