2021-02-20 17:09:24 +00:00
|
|
|
from owrx.source.soapy import SoapyConnectorSource, SoapyConnectorDeviceDescription
|
2020-04-10 14:33:04 +00:00
|
|
|
|
|
|
|
|
|
|
|
class RedPitayaSource(SoapyConnectorSource):
|
|
|
|
def getDriver(self):
|
|
|
|
return "redpitaya"
|
2021-02-20 17:09:24 +00:00
|
|
|
|
|
|
|
|
|
|
|
class RedPitayaDeviceDescription(SoapyConnectorDeviceDescription):
|
|
|
|
pass
|