-
Notifications
You must be signed in to change notification settings - Fork 15
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
Multi Instance Driver #9
Comments
Hi, it should just be an initialization rework to support this. I can push this change over the weekend, but more thorough testing is up to you :) |
Thank you, i'll try my best! :D |
Hi, where ca I find the commit for the multi instance driver? |
https://github.com/nobodyguy/HX711_zephyr_driver/tree/multi_instance |
Hey is it possible to merge the multi instance driver into main? |
What's the result of the testing? |
It works fine, if test for two hx711 is enough. |
Integrating it properly would require quite a bit of work because of the optional rate control and newly added output filters. |
Hi, |
Hi @nobodyguy, I hope you're doing well! I wanted to kindly follow up on the status of the multi-instance driver implementation. Have you had the chance to work on merging it into the main branch, or is there an updated timeline for when this task might be completed? Thank you for your efforts, and please let me know if I can assist with testing or provide any additional feedback to help move things along. Best regards, |
Hello @nobodyguy, any updates here? Thanks |
Hi, I am currently trying to integrate two HX711 modules into my application. This cannot be implemented as the driver only supports one instance of the load cell.
Is an implementation of the multi-instance driver pending?
The text was updated successfully, but these errors were encountered: