ArduinoMotionStairLights
ArduinoMotionStairLights copied to clipboard
PIR Motion activated RGB led stair lights for Arduino
Hello. We are installing this in our stairwell, and some of our family members walk faster than the lights turn on. What variable can I adjust to speed up the...

I just noticed a potential problem with the current code, that may lead to the out-of-range crashes `(line 13) uint16_t gUpDown[NUM_LEDS];` defines an array with 12 elements, indexed 0-11 (with...