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.
1 parent 1ce16f5 commit 9370ce2Copy full SHA for 9370ce2
README.md
@@ -66,7 +66,7 @@ void setup() {
66
rotaryEncoder.setAfterRotaryChangeValueCallback(rotaryAfterChangeValueCallback);
67
rotaryEncoder.setPushButtonOnPressCallback(rotaryOnPressCallback);
68
69
- // Start push button.
+ // Start rotary encoder.
70
rotaryEncoder.begin();
71
// ... YOUR CODE ...
72
}
0 commit comments