We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8481bbf + f8a146a commit b65d823Copy full SHA for b65d823
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