Add more comments
This commit is contained in:
parent
8cdc8cca26
commit
ee0bbd9657
1 changed files with 6 additions and 1 deletions
|
|
@ -4,7 +4,12 @@
|
||||||
|
|
||||||
Surface dial example
|
Surface dial example
|
||||||
|
|
||||||
Use an encoder and a button. See the connection diagram how to wire it up.
|
Use an encoder and a button to create a Surface Dial-compatible device.
|
||||||
|
See the connection diagram how to wire it up.
|
||||||
|
|
||||||
|
Please note that:
|
||||||
|
- I tested it using an Arduino Pro Micro; TinkerCad didn't have that in its component library
|
||||||
|
- you obviously don't need a motor, but TinkerCad didn't have a separate encoder
|
||||||
|
|
||||||
The encoder processing code is coming from https://www.allwinedesigns.com/blog/pocketnc-jog-wheel
|
The encoder processing code is coming from https://www.allwinedesigns.com/blog/pocketnc-jog-wheel
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue