-
Notifications
You must be signed in to change notification settings - Fork 52
[wearable_rotary] Add wearable rotary plugin #108
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
Conversation
90bb3ad
to
65ac37d
Compare
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.
As a side note, please be careful when referring to other plugins code as some plugins are old and use outdated coding practices.
@bbrto21 @swift-kim @rwalczyna Thanks for suggestions. I updated based on suggestions. |
80d3e78
to
02dd17e
Compare
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've run example on TW3, it works nicely!
fd25e63
to
fe6e6c0
Compare
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.
LGTM
* Add wearable rotary plugin * Implement example code * Fix some bugs * Update README * Update based on review * Update based on review * Update based on review * Update based on review * Update based on linter suggestions * Update based on review * Update based on review
Force-pushed to fix a typo ( |
Plugin that allows listening to rotary(bezel) events on wearable devices.
To-Dos:
considering implementingplatform_interface
for other wearable OSI think this should be done as separate pr.
implementing integration testThe rotary action is related to c++ code. So I decided to delete this work