Skip to content

Instantly share code, notes, and snippets.

View akosveres's full-sized avatar
🇭🇺
"Works on my laptop"

Akos Veres akosveres

🇭🇺
"Works on my laptop"
View GitHub Profile
@tjoen
tjoen / button.py
Last active October 21, 2018 08:30
button.py
# Mycroft quick and dirty led and button tester
#
# Put mbus.py, button.py and light.py in /home/pi
# Run python lights.py in another terminal
# or better: add it to your autorun.sh like this:
# python /home/pi/lights.py </dev/null &>/dev/null &
# just before:
# else
# # running from a SSH session
# echo "Remote session"