You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,12 +125,13 @@ one of the 2 pins: connect to microcontroller Gnd
125
125
the other pin: connect to any microcontroller input pin -> in this example pin 25
126
126
127
127
**You have to set INPUT_PULLUP of Right and Left pins with `pinMode(ROTARY_ENCODER_A_PIN, INPUT_PULLUP);` and `pinMode(ROTARY_ENCODER_B_PIN, INPUT_PULLUP);`**
128
-
Look example Esp32RotaryEncoderTheShortestExampleNoResistors.
128
+
Look for example Esp32RotaryEncoderTheShortestExampleNoResistors.
129
129
130
130
131
+
update 2024-03-10:
131
132
132
-
There is a new option areEncoderPinsPulldownforEsp32. By default it is true, but in case you use ESP32 you can set it to true.
133
-
It doesn't make any change for ESP8266, only ESP32.
133
+
There is an optional parameter in the constructor areEncoderPinsPulldownforEsp32. By default it is true, but in case you use ESP32 you can set it to false.
134
+
Please note that it doesn't make any change for ESP8266, but only for ESP32.
0 commit comments