We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4654e commit f8a146aCopy full SHA for f8a146a
1 file changed
All_Seeing_Skull/All_Seeing_Skull.ino
@@ -85,6 +85,8 @@ void setup(void) {
85
Serial.begin(115200);
86
randomSeed(analogRead(A3)); // Seed random() from floating analog input
87
88
+ pinMode(MOTION_SENSOR_PIN, INPUT);
89
+
90
#ifdef DISPLAY_BACKLIGHT
91
// Enable backlight pin, initially off
92
pinMode(DISPLAY_BACKLIGHT, OUTPUT);
0 commit comments