Skip to content
Snippets Groups Projects
Commit 16c713c7 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

add main method

parent 1d8b5c54
No related branches found
No related tags found
No related merge requests found
Pipeline #94476 failed
......@@ -7,6 +7,8 @@ import threading
import time
from pypcc.simpleflock import simpleflock
def main():
parser = argparse.ArgumentParser()
parser.add_argument("-s", "--simulator", help="Do not connect to I2c, but simulate behaviour.", action="store_true")
parser.add_argument("-t", "--test", help="Do not start OPC-UA server.", action="store_true")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment