Подскажите пожалуйста. Какие пины на esp8266(esp 12f) отвечают за прерывания?
The ESP8266 has two different kinds of interrupts: “external”, and “pin change”. ESP8266 all pins have external interrupt except GPIO 16. These interrupts can be set to trigger on RISING or FALLING signal edges, or CHANGE of level.Dec 8, 2017