8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Proposal to simplify the implementation by avoiding the need for manually calling begin() before using HIDPowerDevice_.
begin()
HIDPowerDevice_
Sorry, something went wrong.
conflict, needs to be resolved. Please note that HID.cpp is a core Arduino module
86a7cab
bbe7da3
conflict, needs to be resolved.
I've now rebased the PR to resolve the conflict.
Please note that HID.cpp is a core Arduino module
Does this mean that you want me to first submit a PR for updating the HID implementation in https://github.com/arduino/ArduinoCore-avr with the same change?
I've proposed the same HID_ class changes to ArduinoCore-avr in arduino/ArduinoCore-avr#570
HID_
5d86f78
conflict, needs to be resolved. I've now rebased the PR to resolve the conflict. Please note that HID.cpp is a core Arduino module Does this mean that you want me to first submit a PR for updating the HID implementation in https://github.com/arduino/ArduinoCore-avr with the same change?
Hi Fredrik, what I mean is - it makes no sense to refactor HID.cpp in this repo because this is a core Arduino module. I only took it here because there was no other option to override the implementation of the HID protocol in the official Arduino library. The intent was to make only necessary changes and ensure they are mergeable with the original. I saw you submitted a PR to ArduinoCore-avr, this is the right approach, I believe. The only problem is - Arduino core team is very conservative on accepting PRs, unfortunately.
a8e26c1
86d976a
8245f61
Remove unreferenced and empty HIDPowerDevice_::end
2ce8035
Proposal to simplify the implementation by removing dead code.
Remove empty HID_::begin method
6079ef1
Move HIDPowerDevice_::begin impl. to constructor
a6816b0
Successfully merging this pull request may close these issues.