-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Description
Hello!
Why can I not add intterrupts when including ESP8266WiFi.h?
I can compile and run simple code with interrupts. I can compile and run the example wificlient sketch successfully. But when I add an interrupt to a sketch including ESP8266WiFi.h (Ex: attachInterrupt(13, onPulse, FALLING);) I get this error when compiling:
WiFiClient:24: error: 'onPulse' was not declared in this scope
Please give me some advice or explanation why the two can not be combined!
Metadata
Metadata
Assignees
Labels
No labels