gr-lora/docs
Pieter Robyns 91fb5e4930 Force SF 11 and SF 12 in test suite to use reduced rate 2020-03-23 17:49:26 +01:00
..
doxygen updated to compile against gnuradio 3.8 2019-08-15 17:37:14 +00:00
test-results Force SF 11 and SF 12 in test suite to use reduced rate 2020-03-23 17:49:26 +01:00
wiki/tutorial01 Improvements to test suites and tutorials 2017-09-08 13:22:11 +02:00
CMakeLists.txt Version 0.1 2016-06-22 21:43:15 +02:00
README.lora Version 0.1 2016-06-22 21:43:15 +02:00

README.lora

This is the lora-write-a-block package meant as a guide to building
out-of-tree packages. To use the lora blocks, the Python namespaces
is in 'lora', which is imported as:

    import lora

See the Doxygen documentation for details about the blocks available
in this package. A quick listing of the details can be found in Python
after importing by using:

    help(lora)