Skip to content

Instantly share code, notes, and snippets.

@jonmarkgo
Created August 7, 2012 20:25
Show Gist options
  • Save jonmarkgo/3289009 to your computer and use it in GitHub Desktop.
Save jonmarkgo/3289009 to your computer and use it in GitHub Desktop.
poweroutlet3
//paste loop function here
void loop() {
if (client.connected()) {
digitalWrite(led,HIGH);
client.monitor();
}
}
//paste powerSwitch function here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment