Open ktkaufman03 opened 9 months ago
What? I just updated it last year :-)
Yes, I still consider this in my active rotation, and am using it in production. So I can vouch for the quality of what's there (it keeps running), if not the couple of missing features that I haven't gotten to yet.
The most obvious omission is the lack of a writable buffer for output. I didn't personally need D/A capabilities, so kept putting it off. See PR #27 for a discussion. Unfortunately, the D/A boards I ordered didn't arrive, so I do need get some real-world hardware to test out some of that work that was started.
But, beyond that, open an issue or put up some PR's if you've started some work. I would just ask that each PR be fairly targeted so we can consider and discuss each independently.
Note that the latest code is in the develop
branch, so please PR against that, not master
.
The other two things I had on my vague TODO list:
develop
)Sounds good. One of the first big things I did was rework the -sys library (and the main crate too) so it can work on Windows. I'll see about splitting things up and submitting some PRs soon.
Hi,
I've been working on some Rust IIO applications and noticed that this library - while still usable today - hasn't been updated in a while. I've been doing some work to bring it up to speed with the things I need to do, but I'm wondering if you still have time to review and accept contributions or if it's best that I continue on my own.
If you'd like to discuss things privately for any reason, I can be reached at ktkaufman@wpi.edu.
Thanks!