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
I need to reset my AT32u4 upon certain conditions. this is done by sending a hid command from my android device that halts the watchdog. unfortunately doing it this way breaks the HID communication. is there a way of disabling/stopping the USB library before i reset so that when it restarts it gets re-enumerated by the host?
Ive tried calling RawHID.end() and RawHID.disable()
but it still does not get dropped from windows
Many thanks
Spriggsy
The text was updated successfully, but these errors were encountered:
I need to reset my AT32u4 upon certain conditions. this is done by sending a hid command from my android device that halts the watchdog. unfortunately doing it this way breaks the HID communication. is there a way of disabling/stopping the USB library before i reset so that when it restarts it gets re-enumerated by the host?
Ive tried calling RawHID.end() and RawHID.disable()
but it still does not get dropped from windows
Many thanks
Spriggsy
The text was updated successfully, but these errors were encountered: