-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
bq274xx sample is not working #28383
Comments
@parthitce will you please take a look? |
It is not a big issue , just need to read each channel one by one otherwise ,SENSOR_CHAN_ALL should be handled in driver. |
@MaureenHelm Sure I will. |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
PR 28429 fixed this issue. Closing this issue @jrananth1032. Please re-open if anything else needs to be added. |
Read sensor channel individually. Fixes zephyrproject-rtos#28383. Signed-off-by: NavinSankar Velliangiri <[email protected]>
Read sensor channel individually. Fixes #28383. Signed-off-by: NavinSankar Velliangiri <[email protected]>
Describe the bug
I am trying to get bq27421 up and running on our developement board(soc:nrf52840).But sample is not working, because in sample trying to fetch samples for all channels(SENSOR_CHAN_ALL) ,but driver does not handling SENSOR_CHAN_ALL
To Reproduce
Steps to reproduce the behavior:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: