Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@lesp
Created April 28, 2016 12:25
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/e257891e663752df937afc8bfe1bfef1 to your computer and use it in GitHub Desktop.
Save lesp/e257891e663752df937afc8bfe1bfef1 to your computer and use it in GitHub Desktop.
Starting the main body of code
if __name__ == '__main__':
strip = Adafruit_NeoPixel(LED_COUNT, LED_PIN, LED_FREQ_HZ, LED_DMA, LED_INVERT, LED_BRIGHTNESS)
strip.begin()
try:
lights = ['pink','yellow','blue','green']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment