diff options
Diffstat (limited to 'System/initialize_system.py')
-rw-r--r--[-rwxr-xr-x] | System/initialize_system.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/System/initialize_system.py b/System/initialize_system.py index 6df880f..38b7134 100755..100644 --- a/System/initialize_system.py +++ b/System/initialize_system.py @@ -4,6 +4,15 @@ from system import System import RPi.GPIO as GPIO
# Main program
+print("Got to init")
sys = System()
sys.initialize()
GPIO.cleanup()
+
+
+##debug version
+#print("alive")
+#sys = System()
+#limit_negative_pin = 19
+#while(1):
+# print(GPIO.input(limit_negative_pin))
\ No newline at end of file |