7 lines
139 B
Python
7 lines
139 B
Python
|
from .soapy import SoapyConnectorSource
|
||
|
|
||
|
|
||
|
class RedPitayaSource(SoapyConnectorSource):
|
||
|
def getDriver(self):
|
||
|
return "redpitaya"
|