Skip to content

Commit f8a146a

Browse files
committed
Configure PIR input pin.
1 parent 2d4654e commit f8a146a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

All_Seeing_Skull/All_Seeing_Skull.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ void setup(void) {
8585
Serial.begin(115200);
8686
randomSeed(analogRead(A3)); // Seed random() from floating analog input
8787

88+
pinMode(MOTION_SENSOR_PIN, INPUT);
89+
8890
#ifdef DISPLAY_BACKLIGHT
8991
// Enable backlight pin, initially off
9092
pinMode(DISPLAY_BACKLIGHT, OUTPUT);

0 commit comments

Comments
 (0)