diff --git a/examples/04.Shields/PIR_Shield/pir_simple/pir_simple.ino b/examples/04.Shields/PIR_Shield/pir_simple/pir_simple.ino index 0af6ed8..247f412 100644 --- a/examples/04.Shields/PIR_Shield/pir_simple/pir_simple.ino +++ b/examples/04.Shields/PIR_Shield/pir_simple/pir_simple.ino @@ -5,7 +5,7 @@ * 1 Button Shield pushbutton connects pin D3 to GND */ -const int PIR = D3; +const int PIR = D2; int PIRState = 0;