You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is direct result of the library, but when I'm running Ps3.begin() I'm getting the error:
E (263747) PS3_GAP: ps3_gap_init_service Registering GAP service PS3-HIDC failed
E (263747) PS3_GAP: ps3_gap_init_service Registering GAP service PS3-HIDI failed
The function works as expected when running in a small program but when running in a more complex program it's throwing these errors.
Are any special timers/registers or something required that might already be in use?
No, it's a project ported from a more conventional Arduino board like the atmega that I'm trying to get running with the ESP32. It messes with registers, interrupts and timers so I was wondering if there were any particular requirements of this library
Not sure if this is direct result of the library, but when I'm running Ps3.begin() I'm getting the error:
The function works as expected when running in a small program but when running in a more complex program it's throwing these errors.
Are any special timers/registers or something required that might already be in use?
Originally posted by @klimbot in #3 (comment)
The text was updated successfully, but these errors were encountered: