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
I think the routine get_temp() in seesaw.py does not operate correctly below 0C.
Not sure you need the & 0x3F - I think you want to take the ret, check if it is above (1 << 31), and if so, subtract off 1<<32, then perhaps apply the scaling factor...
I think the Adafruit_seesaw.cpp might have the same issue.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi there,
I think the routine get_temp() in seesaw.py does not operate correctly below 0C.
Not sure you need the & 0x3F - I think you want to take the ret, check if it is above (1 << 31), and if so, subtract off 1<<32, then perhaps apply the scaling factor...
I think the Adafruit_seesaw.cpp might have the same issue.
Thanks!
The text was updated successfully, but these errors were encountered: