diff options
| author | Stijn Buys <ingar@telenet.be> | 2022-02-27 23:39:24 +0100 |
|---|---|---|
| committer | Stijn Buys <ingar@telenet.be> | 2022-02-27 23:39:24 +0100 |
| commit | 88a54148c9be32b09559dc74910f1496b24e3421 (patch) | |
| tree | fa5573ca5473b46df4032f430349aed11741ab29 /buttonctl/buttonctl.py | |
| parent | d94af12066678f40ecdf16da2c810472e452f5b8 (diff) | |
Renamed buttonctld to buttond.
Diffstat (limited to 'buttonctl/buttonctl.py')
| -rw-r--r-- | buttonctl/buttonctl.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/buttonctl/buttonctl.py b/buttonctl/buttonctl.py deleted file mode 100644 index 26878f1..0000000 --- a/buttonctl/buttonctl.py +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/python - -import RPi.GPIO as GPIO -import subprocess - - -GPIO.setmode(GPIO.BCM) -GPIO.setup(26, GPIO.IN, pull_up_down=GPIO.PUD_UP) -GPIO.wait_for_edge(26, GPIO.FALLING) - -print ('button pressed') - -subprocess.call(['ledctl', 'boot'], shell=False) - -subprocess.call(['shutdown', '-h', 'now'], shell=False) - |
