-
Notifications
You must be signed in to change notification settings - Fork 31
Create ButtonMouseControl.ino #13
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
base: master
Are you sure you want to change the base?
Conversation
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.
DONE The examples must be placed under the examples folder in a subfolder that matches the sketch name exactly:
Mouse
|_examples
|_ButtonMouseControl
|_ButtonMouseControl.ino
Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#library-examples
Co-Authored-By: per1234 <[email protected]>
Co-Authored-By: per1234 <[email protected]>
One thing to note is that this sketch already comes bundled with the Arduino IDE (and Arduino Web Editor) under File > Examples > 09.USB > Mouse. It does make sense to bundle the examples with the library since the IDE bundled examples are not available to arduino-cli and Arduino Pro IDE users. I don't like the idea of having duplicate code to maintain, but it also could be problematic to remove the built-in sketches since there are likely tutorials that point people to that menu path. I suppose we could replace the content of the built in sketches with a comment like: // This example has been moved to File > Examples > Mouse > ButtonMouseControl |
I did it thinking that there has to be a consistent codebase throughout, What you have mentioned Is one possible solution to the issue. |
@per1234 so is it ready to merge? |
The example itself looks good to me, but I think it would be good to have a decision made regarding how to handle the situation with the built-in examples before moving forward with adding the examples to the Mouse and Keyboard libraries. I'm not the one to make the decisions on these things. I just added my thoughts in hope they will be of some use. |
@per1234 Thanks for the insight! Hoping there will be a decision soon. |
Co-Authored-By: per1234 <[email protected]>
Co-Authored-By: per1234 <[email protected]>
Oh okay! will keep in mind. |
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.
I recommend also adding the layout and schematic files from https://github.com/arduino/Arduino/tree/master/build/shared/examples/09.USB/Mouse/ButtonMouseControl
@per1234 I've added the files, please let me know if there is anything else. |
No description provided.