projects
/
saartuer.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Prepare for adding command-line arguments
[saartuer.git]
/
tuerd
diff --git
a/tuerd
b/tuerd
index 8c24cfd81777ae4b34f178a0b553a0514bdd5077..5c91f92a6f3f117b076dfe96d20ebe3297f4a689 100755
(executable)
--- a/
tuerd
+++ b/
tuerd
@@
-2,6
+2,8
@@
import RPi.GPIO as GPIO
import statemachine, actor, pins, tysock, waker
from libtuer import logger
import RPi.GPIO as GPIO
import statemachine, actor, pins, tysock, waker
from libtuer import logger
+import argparse
+# TODO: implement some arguments, e.g. --debug which does not send e-mails and prints debug stuff
# initialize GPIO stuff
GPIO.setmode(GPIO.BOARD)
# initialize GPIO stuff
GPIO.setmode(GPIO.BOARD)