Skip to content

Instantly share code, notes, and snippets.

@todbot
Last active August 29, 2015 14:21
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 todbot/d82959c08effd5367f76 to your computer and use it in GitHub Desktop.
Save todbot/d82959c08effd5367f76 to your computer and use it in GitHub Desktop.
blink1-tool --playpattern example
#!/bin/sh
# play a multi-led pattern on a blink(1) using blink1-tool commandline program
blink1-tool --playpattern "3,#ff0000,0.3,1,#000000,0.3,2,#00ff00,0.3,1,#000000,0.3,2,#0000ff,0.3,0,#000000,0.3,0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment