mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-01 10:00:00 -07:00
Serial interface implemented
This commit is contained in:
9
FPE/Interfaces/Interface.py
Normal file
9
FPE/Interfaces/Interface.py
Normal file
@@ -0,0 +1,9 @@
|
||||
class Interface:
|
||||
IN = False
|
||||
OUT = False
|
||||
FWD = False
|
||||
RPT = False
|
||||
name = None
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user