There was an error while loading. Please reload this page.
1 parent 12aaf22 commit 3c09269Copy full SHA for 3c09269
1 file changed
examples/Lock/Lock_with_feedback/Lock_with_feedback.ino
@@ -52,7 +52,7 @@
52
#if defined(ESP8266)
53
#define LOCK_PIN D1 // PIN where the lock is connected to: HIGH = locked, LOW = unlocked
54
#define LOCK_STATE_PIN D2 // PIN where the lock feedback is connected to (HIGH:locked, LOW:unlocked)
55
-#elif defined(ESP32) || defined(ARDUINO_ARCH_RP2040)
+#else
56
#define LOCK_PIN 16 // PIN where the lock is connected to: HIGH = locked, LOW = unlocked
57
#define LOCK_STATE_PIN 17 // PIN where the lock feedback is connected to (HIGH:locked, LOW:unlocked)
58
#endif
0 commit comments