From ae9a4b49cf762b5a96c8d8f23adcb54f49f62d6d Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Fri, 25 Dec 2020 22:53:56 +0100 Subject: [PATCH] external file for helper functions --- other.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 other.py diff --git a/other.py b/other.py new file mode 100644 index 00000000..1a8e69ec --- /dev/null +++ b/other.py @@ -0,0 +1,20 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- +""" +Created on Fri Dec 25 21:25:14 2020 + +@author: DJ2LS +""" + +import time +import threading + +import static + + + +def timeout(): + print("TIMEOUT REACHED!") + #static.ACK_TIMEOUT = seconds + #time.sleep(seconds) + static.ACK_TIMEOUT = 1 \ No newline at end of file