Pi pico
Hi i’am using neopixel leds strip code raspberry l library’s i like to change the code so it repeat in a continuous loop.
Any help please `
Pi pico
Hi i’am using neopixel leds strip code raspberry l library’s i like to change the code so it repeat in a continuous loop.
Any help please `
Hi James,
What code are you using so far?
In micropython you can add a while True loop to infinitely repeat code
Thank you I will give it a go I am using micropython I can get the less to change colour and bink and on by changing range 4* range 10000*
Makes run until it get the end of the number.
I will try and put in a while loop at the bottom of the code.
Thank you
Hi James,
Excellent, if you have any further questions please include your code as a blockquote or preformatted text block within a forum reply so we can see what you’ve got so far.
All the best with the project!
Neopixel code which stops at end its in binary code I’m using micropython in thorny
NUM LEDS 70
PIN NUM 22
BIT LOOP
AND. T1
T2
T3
This is just a part of the code litte bits note correctly written
T3 this chages the colour T2 T1 (T0 STOP CODE )