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

attachInterrupt() and detachInterrupt(): from Wiring, with changes to automatically enable and disable the relevant interrupt and to specify the trigger.

This commit is contained in:
David A. Mellis
2006-11-24 17:12:32 +00:00
parent b3d300dd35
commit 514a74849a
5 changed files with 118 additions and 9 deletions

View File

@ -11,6 +11,9 @@ HALF_PI LITERAL1
TWO_PI LITERAL1
LSBFIRST LITERAL1
MSBFIRST LITERAL1
CHANGE LITERAL1
FALLING LITERAL1
RISING LITERAL1
false LITERAL1
true LITERAL1
null LITERAL1
@ -141,6 +144,8 @@ digitalRead KEYWORD2
pinMode KEYWORD2
analogRead KEYWORD2
analogWrite KEYWORD2
attachInterrupts KEYWORD2
detachInterrupts KEYWORD2
beginSerial KEYWORD2
serialWrite KEYWORD2
serialRead KEYWORD2