ISR on ESP8266 fails to fire.
Posted: Wed Nov 20, 2019 6:07 am
I am trying to interrupt a ESP8266 nodemcu using the interrupt from ADXL345. I know that the interrupt is being raised - as a function call to read the interrupt in the loop does get to it - however, the ISR registered against that interrupt fails to get called and set the global variable - which the beginning of the loop fails to read... Attached the sketch for your reference...