add uhd and redpitaya device modules; switch driver detection to
factories
This commit is contained in:
6
owrx/source/uhd.py
Normal file
6
owrx/source/uhd.py
Normal file
@ -0,0 +1,6 @@
|
||||
from .soapy import SoapyConnectorSource
|
||||
|
||||
|
||||
class UhdSource(SoapyConnectorSource):
|
||||
def getDriver(self):
|
||||
return "uhd"
|
Reference in New Issue
Block a user