Open
Description
The change in adafruit/circuitpython#4794 (raised by @PaintYourDragon) which appeared in CircuitPython 8 scales values to the full 16 bit range for analogio.AnalogIn
.
The current implementation of analog_in.AnalogIn has the old behaviour for the ADS1015 of zero padding to signed 16bit for the 12bit values.
This is part of the same ecosystem, should this be brought into line with the aforementioned full-scaling change? Same issue raised in adafruit/Adafruit_CircuitPython_MCP3xxx#43
Metadata
Metadata
Assignees
Labels
No labels