Skip to content

Instantly share code, notes, and snippets.

@nippe
Created May 11, 2016 06:50
Show Gist options
  • Save nippe/5135e78cc9989502ff5b746f97cea145 to your computer and use it in GitHub Desktop.
Save nippe/5135e78cc9989502ff5b746f97cea145 to your computer and use it in GitHub Desktop.
void setup() {
Particle.variable(“waterLevel”, waterLevel);
Particle.function(“sendSms”, sendSms);
pinMode(waterLevelPin, INPUT);
delay(1000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment