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:
@ -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
|
||||
|
Reference in New Issue
Block a user