attachInterrupt
Posted: Tue Oct 31, 2017 9:48 am
Hi, i need to know how many pins can i use the interrupt function
-->
Open Community Forum for ESP8266, Come share Arduino and IoT (Internet of Things)
https://www.esp8266.com/
Interrupts may be attached to any GPIO pin, except GPIO16.
philbowles wrote:rudy wrote:Interrupts may be attached to any GPIO pin, except GPIO16.
http://esp8266.github.io/Arduino/versio ... rence.html
They can't be attached to pin 12 on an ESP-01....