Module: HackRF
- Extended by:
- FFI::Library
- Defined in:
- lib/hackrf.rb,
lib/hackrf/device.rb,
lib/hackrf/version.rb,
lib/hackrf/bindings.rb,
lib/hackrf/internals.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.open(&block) ⇒ Object
7 8 9 |
# File 'lib/hackrf.rb', line 7 def self.open(&block) Device.open(&block) end |