-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Esp8266 GestureTest #29
Comments
Here's some information SparkFun APDS-9960 - GestureTestISR not in IRAM! User exception (panic/abort/assert) Abort called
ctx: cont |
+1 |
you may need to add ICACHE_RAM_ATTR to the isr function...
|
73 | attachInterrupt(0, interruptRoutine, FALLING); That is what i get after add ICACHE_RAM_ATTR to the ISR function, can anyone help? |
I tried to use the library on esp8266, but it was constantly rebooting....
The text was updated successfully, but these errors were encountered: