Skip to content

Instantly share code, notes, and snippets.

@kpj
Created October 21, 2013 17:56
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 kpj/6f54e50d0978a15839fd to your computer and use it in GitHub Desktop.
Save kpj/6f54e50d0978a15839fd to your computer and use it in GitHub Desktop.
function colors(i) {
pad.notifyChangeColor(Math.floor(Math.random()*32));
setTimeout(colors, i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment