Skip to content

Instantly share code, notes, and snippets.

@nippe
Created May 11, 2016 06:49
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 nippe/5fe169ae231b7a8b128226d43cf060d5 to your computer and use it in GitHub Desktop.
Save nippe/5fe169ae231b7a8b128226d43cf060d5 to your computer and use it in GitHub Desktop.
int sendSms(String command);
const int DELAY_IN_SECONDS = 10*60; // 10 minutes
bool isMessageSent = false;
int waterThreshold = 2880;
int waterLevelPin = A1;
int waterLevel = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment