Skip to content
Snippets Groups Projects
Commit 721b1767 authored by Robin Mueller's avatar Robin Mueller
Browse files

serial interface abstract methods implemented

parent 6e3cf896
No related branches found
No related tags found
No related merge requests found
......@@ -17,3 +17,8 @@ class SerialComIF(CommunicationInterface):
def receiveTelemetryAndStoreTuple(self, tmTupleQueue):
pass
def pollInterface(self, parameter):
pass
def performListenerMode(self):
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment