Adafruit_Wippersnapper_Arduino icon indicating copy to clipboard operation
Adafruit_Wippersnapper_Arduino copied to clipboard

Detect chip ID / family where possible to improve auto-detection rejection of wrong sensors

Open tyeth opened this issue 9 months ago • 0 comments

Testing the latest batch of added sensors, most of them are identified incorrectly at auto-detection (HTU31d becomes INA219 etc). Looking deeper most of the begin calls we don't confirm the chip ID, so we could in some instances. Those drivers should then come first in the list of sensors to try for the specific i2c addresses.

tyeth avatar May 14 '25 12:05 tyeth