Skip to content

Instantly share code, notes, and snippets.

@lesp
Created April 28, 2016 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lesp/c600d68accdd8d053b3ed90b66a0653b to your computer and use it in GitHub Desktop.
Save lesp/c600d68accdd8d053b3ed90b66a0653b to your computer and use it in GitHub Desktop.
Show the light sequence
for light in lights:
neo(light,0.3)
for i in range(150):
strip.setPixelColor(i,Color(0,0,0))
strip.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment