-->
Page 1 of 1

Did anyone try GPIO interrupt in RTOS SDK?

PostPosted: Mon Dec 15, 2014 10:20 am
by nnylyj
I can not find any function about GPIO interrupt such as
gpio_pin_intr_state_set or marcos such as ETS_GPIO_INTR_*
Does anyone know about this?
Or handle related registers directly?

sorry for my English, hoping you can understand what i am talking about.

Re: Did anyone try GPIO interrupt in RTOS SDK?

PostPosted: Mon Dec 15, 2014 12:17 pm
by arduic
I haven't gotten ahold of an ESP8266 myself but I have found a little documentation on the subject.
http://g-lab.ca/esp8266ex-gpio-applicat ... interface/

This looks like some basic GPIO interrupt registering however I cannot find details on how exactly these calls work or where in the SDK they preside.
Hope this is at least a good starting point for you.

Re: Did anyone try GPIO interrupt in RTOS SDK?

PostPosted: Mon Dec 15, 2014 12:40 pm
by Baoshi
Same for me. Also UART interrupts are missing.