You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no matter how long I set the timeouts BQ3500_G_DONE_BIT_MASK never happens.
So I am wondering if the gauge ever updates the status after stopGauge completes and should I just not wait for any status.
What is your experience with this?
Thank you.
The text was updated successfully, but these errors were encountered:
Well, the answer is: I do not know. It's about 4 years old project which is a real past for me and unfortunately I don't have any device containing this IC around to try out...
Hi,
thank you for the library - this is a very thorough implementation and it is very helpful.
I am having an issue of never getting the correct status on the actual BQ3500 device in the
bool BQ35100::disableGauge(void)
method here:no matter how long I set the timeouts
BQ3500_G_DONE_BIT_MASK
never happens.So I am wondering if the gauge ever updates the status after
stopGauge
completes and should I just not wait for any status.What is your experience with this?
Thank you.
The text was updated successfully, but these errors were encountered: