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
Masking the upper 4 bits is useful to detect if there is an error. But the actual error is then coded into the lower 4 bits. So the print should just not mask anything and print the whole response value.
The text was updated successfully, but these errors were encountered:
This is a minor big. The mask here should be removed:
Adafruit_CircuitPython_SI1145/adafruit_si1145.py
Line 165 in 4b44479
Masking the upper 4 bits is useful to detect if there is an error. But the actual error is then coded into the lower 4 bits. So the print should just not mask anything and print the whole response value.

The text was updated successfully, but these errors were encountered: