-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement continuous mode #2
Comments
Would be good addition! Any update on that? |
Hi @SndrSchnklshk, thanks for your interest.I believe in the original library, which is partly based this on the continuous mode was implemented (https://github.com/OM222O/ADS1219/) using the interrupt. I wanted to poll the status register instead, hence i coded this up here, but I'll try to see if I can look at it the coming weeks (a bit busy at the moment :-s) |
Thanks for your reply. I also prefer to go for a polling-option. If you got time; If feel it's not that hard if you just make sure to call the start/sync command once ( After that, read the conversion results (from external loop/core/task), something like (make sure to take the start/sync command out of the read method):
Maybe it's useful ;) |
Figure out how to propery handle the continuous mode & drdy pin, what goes in the library, what is µP responsibility
The text was updated successfully, but these errors were encountered: