Bump version and add device listing #4
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/LimeDriverBindings#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "get-device-list"
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?
Updated the project version reflecting new features. Extended the LimeConfig_t struct to include a device string supporting device specification. Introduced a new function
get_device_list
in the Python binding, allowing users to retrieve a list of available devices, enhancing usability. This change improves user interactions with the hardware, making device management more intuitive.N.B.: This depends on the merge of https://github.com/nqrduck/LimeDriver/pull/20 and a bump of the LimeDriver submodule.