Added function to parse arguments for future implementation of python… #9
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: nqrduck/limedriver#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "parsi_argi"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
… binding.
I tested this with the LimeSDR USB
Please exclude the .h5 file, that shouldn't be in the repo (just add
data/
to.gitignore
). Other than that, LGTM.At this point, this is only used by the dump function. I should modify that one to take the vector instead of an array so we don't have to cast around that much.
Yup. We should probably move to vectors all the time? Because we might run into this issue more often.
+1. Should happen pretty much naturally as we work through the code.