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
The current implementation of adafruit_mcp3xxx.AnalogIn has the old behaviour of zero padding to unsigned 16bit for the 10bit values. This is well documented as ranging from 0 to 65472 and has been previously discussed in #12
This is part of the same ecosystem, should this be brought into line with the aforementioned full-scaling change?