Adding an options parser and some copyright notes

This commit is contained in:
nzkarit
2017-09-09 00:09:27 +12:00
parent 0fbe579dfe
commit dd857bcadc
7 changed files with 82 additions and 40 deletions

View File

@@ -1,5 +1,7 @@
import numpy
###############################################################
# Further work on fork
# Copyright (C) 2017 David Robinson
class HackRF:
"""The HackRF class has functions from converting data into a format into which the hackrf can process
"""