Skip to content

Instantly share code, notes, and snippets.

@lesp
Created April 28, 2016 12:32
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/0ccef7025fa7ba6fd88fcf88716ce98f to your computer and use it in GitHub Desktop.
Save lesp/0ccef7025fa7ba6fd88fcf88716ce98f to your computer and use it in GitHub Desktop.
Error handling
except KeyboardInterrupt:
for i in range(360):
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