Commit 021fd789 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Attemps to use the sampling_rate in _vab_pulse

Showing with 2 additions and 1 deletion
+2 -1
......@@ -4,11 +4,12 @@ import time
class ControllerAbstract(ABC):
def __init__(self, **kwargs):
self.board_name = kwargs.pop('board_name', 'unknown Controller hardware')
self.bus = None
class MuxAbstract(ABC):
def __init__(self, **kwargs):
pass
self.board_name = kwargs.pop('board_name', 'unknown MUX hardware')
class TxAbstract(ABC):
def __init__(self, **kwargs):
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment