blob: f171714873d3c6578f8fc3b4caf355fa3038c477 [file] [log] [blame]
piotr437f5462014-02-04 17:57:25 +01001This is the gsm-write-a-block package meant as a guide to building
2out-of-tree packages. To use the gsm blocks, the Python namespaces
3is in 'gsm', which is imported as:
4
5 import gsm
6
7See the Doxygen documentation for details about the blocks available
8in this package. A quick listing of the details can be found in Python
9after importing by using:
10
11 help(gsm)