From caa2d9c446f5901671d30e52b1aaa4c56ef2f25c Mon Sep 17 00:00:00 2001 From: Raspberry Pi Date: Wed, 20 Nov 2019 01:22:22 -0600 Subject: Rework directory structure. Modify result file printing to match requirements of web server. --- System/initialize_system.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 System/initialize_system.py (limited to 'System/initialize_system.py') diff --git a/System/initialize_system.py b/System/initialize_system.py new file mode 100644 index 0000000..4eb287a --- /dev/null +++ b/System/initialize_system.py @@ -0,0 +1,7 @@ +# This file should be run on system startup. It will initialize the linear position to the center so that all tests originate from a proper position. +# The center is found by using the hardware limit switches +from system import System + +# Main program +sys = System() +sys.initialize() -- cgit v1.2.3