We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee648e2 commit 1c97cccCopy full SHA for 1c97ccc
1 file changed
examples/InterruptRotator/InterruptRotator.ino
@@ -39,7 +39,7 @@
39
#define PIN_IN2 D6
40
41
#elif defined(ESP32)
42
-// Example for ESP8266 NodeMCU with input signals on pin D5 and D6
+// Example for ESP32 with input signals on pins 35 and 37
43
#define PIN_IN1 35
44
#define PIN_IN2 37
45
#endif
0 commit comments