Serial interface implemented

This commit is contained in:
Mark Qvist 2016-06-03 19:02:02 +02:00
parent 9a9630cfd2
commit be8fa4f7bb
15 changed files with 2789 additions and 30 deletions

View file

@ -0,0 +1,9 @@
class Interface:
IN = False
OUT = False
FWD = False
RPT = False
name = None
def __init__(self):
pass