diff --git a/motion.c b/motion.c index 7650168..3a40a85 100644 --- a/motion.c +++ b/motion.c @@ -8,7 +8,7 @@ #include "TSL2561.h" #define MOTION_PIN 0 -#define SECONDS_TO_OFF 5 +#define SECONDS_TO_OFF 5*60 int pin_read = 0; int state = 1;