Skip to content

Commit

Permalink
blocks/sources/bladerf: add BladeRFSource
Browse files Browse the repository at this point in the history
closes #19.
  • Loading branch information
vsergeev committed Jan 4, 2021
1 parent 28747f1 commit 05b96cd
Show file tree
Hide file tree
Showing 2 changed files with 445 additions and 0 deletions.
1 change: 1 addition & 0 deletions radio/blocks/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ return {
PortAudioSource = require('radio.blocks.sources.portaudio'),
SoapySDRSource = require('radio.blocks.sources.soapysdr'),
UHDSource = require('radio.blocks.sources.uhd'),
BladeRFSource = require('radio.blocks.sources.bladerf'),
NetworkClientSource = require('radio.blocks.sources.networkclient'),
NetworkServerSource = require('radio.blocks.sources.networkserver'),

Expand Down
Loading

0 comments on commit 05b96cd

Please sign in to comment.