Skip to content

Instantly share code, notes, and snippets.

@dt
Created December 5, 2014 06:30
Show Gist options
  • Save dt/ba4dd0ce404fb83a49be to your computer and use it in GitHub Desktop.
Save dt/ba4dd0ce404fb83a49be to your computer and use it in GitHub Desktop.
#coffeebot device
light <- hardware.pin8;
light.configure(ANALOG_IN);
function check() {
agent.send("lvl", light.read());
imp.wakeup(10, check);
}
check();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment