Hello Blynkers!
Maybe this is an easy question, but I did not succeed with my tests. What I’m trying to do is:
Perform a for ()
for 10 iterations, however for each iteration, it will be a new led widget. So I was wanting to assign a led to a variable, something like int X = led_device_a (V20);
. I also tried with string, but to no avail. The intention is in the for () function to call the variable x, assigned from a led, to something like x.on ();
or x.off ();