Skip to content

Instantly share code, notes, and snippets.

@bathtimefish
Created December 6, 2014 12:50
Show Gist options
  • Save bathtimefish/f85f27cf702f16e122df to your computer and use it in GitHub Desktop.
Save bathtimefish/f85f27cf702f16e122df to your computer and use it in GitHub Desktop.
var on = false;
var id = setInterval(function() {
on = !on;
A8.write(on);
},1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment