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
making it scale to 65535 as opposed to just 16 bit is a little trickier: adafruit/circuitpython#6426. See the computational trick there to fill in the low-order bits properly.
The CP standard for
AnalogIn.value
is 16 bit:https://docs.circuitpython.org/en/latest/shared-bindings/analogio/index.html#analogio.AnalogIn.value
This library wants to follow same convention:
Adafruit_CircuitPython_seesaw/adafruit_seesaw/analoginput.py
Line 34 in fd26309
NeoSlider (others?) return 10 bit:
The text was updated successfully, but these errors were encountered: