1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Added pinToInterrupt() variant macro (Paul Stoffregen)

This commit is contained in:
Cristian Maglie
2013-09-28 21:11:33 +02:00
parent 5284c3a3e6
commit 35d477297d
5 changed files with 13 additions and 1 deletions

View File

@ -25,6 +25,7 @@ ARDUINO 1.5.5 BETA
* avr: Added yun variant with LED_BUILTIN definition
* avr: Refactored Mega* variants definitions in boards.txt (Kristian Sloth Lauszus)
* avr: Removed File object destructor. In order to free memory allocated by a File object the safest way is to call its close() method
* Added digitalPinToInterrupt variant macro (Paul Stoffregen)
ARDUINO 1.5.4 BETA 2013.09.10