myriadrf / gr-limesdr

gr-limesdr Plugin for GNURadio
Other
142 stars 77 forks source link

Add write_lms_reg() method to source and sink #66

Closed daniestevez closed 3 years ago

daniestevez commented 3 years ago

This method calls LMS_WriteLMSReg() and gives a way of setting LMS7002M registers directly from GNU Radio (for instance by calling the method from Python)

gracid commented 3 years ago

Hello, I checked the pull request out. Everything seems to be working, but code should be formatted using clang-format file provided in the repo.

daniestevez commented 3 years ago

Thanks for the feedback! I didn't notice there was a clang-format file in the repo. I have pushed a commit to this PR with the clang-format. Should I squash it or will you take it from here?