From ee0bbd9657d63494f6ffd46781b601a96f635a2a Mon Sep 17 00:00:00 2001 From: wind-rider Date: Sat, 19 Aug 2017 23:01:02 +0200 Subject: [PATCH] Add more comments --- examples/SurfaceDial/surface_dial.ino | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/SurfaceDial/surface_dial.ino b/examples/SurfaceDial/surface_dial.ino index 527a1bd..a26324d 100644 --- a/examples/SurfaceDial/surface_dial.ino +++ b/examples/SurfaceDial/surface_dial.ino @@ -4,7 +4,12 @@ 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 */