Closed this issue 3 years ago · 1 comments
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.
I would like to help.