Hello,
I have a (adafruit) neopixel ledstrip which I connect to my ESP8266. I want to control the strip (colors and paterns) with my phone so I use Blynk.
I already can change the color of the srtip using BLYNK_WRITE(v1). I can also run the chase by blynk-connecting a button to v2 but it will only run 1 time when I push the button.
How I can repeat this "Chase" as long as the button (switch) is on?
neopixel_test_3.ino (1.7 KB)