aboutsummaryrefslogtreecommitdiff
path: root/esp8266/qstrdefsport.h
diff options
context:
space:
mode:
authorDamien George2016-04-14 11:15:43 +0100
committerDamien George2016-04-14 12:44:26 +0100
commit674bf1bc81ab358d167965f06e5c51f86027b050 (patch)
tree0c47c48b3c59b1d6dc2b5a97c7d67bc509b46659 /esp8266/qstrdefsport.h
parentd9d408135de3845fbc8c21fea35dac90a537c5b0 (diff)
esp8266: Add hard IRQ callbacks for pin change on GPIO0-15.
Diffstat (limited to 'esp8266/qstrdefsport.h')
-rw-r--r--esp8266/qstrdefsport.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/esp8266/qstrdefsport.h b/esp8266/qstrdefsport.h
index 08e284a59..dc9efe06f 100644
--- a/esp8266/qstrdefsport.h
+++ b/esp8266/qstrdefsport.h
@@ -128,6 +128,11 @@ Q(essid)
Q(authmode)
Q(password)
+// IRQ class
+Q(IRQ)
+Q(irq)
+Q(trigger)
+
// Pin class
Q(Pin)
Q(init)
@@ -142,6 +147,8 @@ Q(OPEN_DRAIN)
Q(PULL_NONE)
Q(PULL_UP)
Q(PULL_DOWN)
+Q(IRQ_RISING)
+Q(IRQ_FALLING)
// PWM class
Q(PWM)