Does anyone have any ideas on how I can decrease the loop time and in turn update the leds much faster?
Well, duh.
delayMicroseconds(DELAY);
How many time, per iteration of loop() is this call exectuted?
Does anyone have any ideas on how I can decrease the loop time and in turn update the leds much faster?
Well, duh.
delayMicroseconds(DELAY);
How many time, per iteration of loop() is this call exectuted?