mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
external file for helper functions
This commit is contained in:
parent
54a5f74a1b
commit
ae9a4b49cf
1 changed files with 20 additions and 0 deletions
20
other.py
Normal file
20
other.py
Normal file
|
@ -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
|
Loading…
Reference in a new issue