Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sleep also triggers USB subsystem standly
Requires SAMD core >= 1.6.14
- Loading branch information
10471dd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I have just download this library to test it and I am getting no such method on my version of the USBDeviceClass "standby()" are you able to provide details on what version I need for this aspect to be compatible?
10471dd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @tplooker ,
the USB standby feature was implemented here (/arduino/ArduinoCore-samd@b9ac48c) and published with SAMD core 1.6.14. You only need to update SAMD core and it will work correctly 🙂
10471dd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great thankyou for such a prompt reply!