Created
August 7, 2012 20:25
-
-
Save jonmarkgo/3289009 to your computer and use it in GitHub Desktop.
poweroutlet3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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