Skip to content

Instantly share code, notes, and snippets.

@tycen
Created December 5, 2013 22:27
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 tycen/7815158 to your computer and use it in GitHub Desktop.
Save tycen/7815158 to your computer and use it in GitHub Desktop.
Sleepi Button Watch
#!/bin/bash
while true ; do if grep -q 1 /sys/class/gpio/gpio22/value ; then echo "0" > /sys/class/gpio/gpio23/value ; echo "1" > /sys/class/gpio/gpio25/value ; sleep .1 ; fi ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment