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

Disabling interrupts while digitalWrite() and pinMode() modify registers (issue #146).

Updating revisions.
This commit is contained in:
David A. Mellis
2010-06-12 20:32:58 +00:00
parent e2169fa0a4
commit e2f5f0c9d6
2 changed files with 23 additions and 4 deletions

View File

@ -3,6 +3,7 @@ ARDUINO 0019
[core / libraries]
* More accurate delay() function from BenF.
* Re-enabling PWM after tone() ends.
[environment]