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

Merge branch 'fixdetachinterrupt' of https://github.com/vicatcu/Arduino

This commit is contained in:
Cristian Maglie
2015-05-26 00:21:58 +02:00
2 changed files with 14 additions and 1 deletions

View File

@ -19,7 +19,8 @@ ARDUINO 1.6.5
[core]
* AVR: delayMicroseconds(..) doesn't hang if called with 0. Thanks @cano64
* AVR: delayMicroseconds(..), added support for 1Mhz, 12Mhz and 24Mhz. Thanks @cano64
* SAM: added watchdog routing for Due. Thanks @bobc
* AVR: added missing case in detachInterrupt(). Thanks @vicatcu
* SAM: added watchdog routine for Due. Thanks @bobc
ARDUINO 1.6.4 - 2015.05.06