there's some old rev documentation in RTD ? not sure whats up but https://circuitpython.readthedocs.io/en/stable/shared-bindings/touchio/TouchIn.html is not the same as http://circuitpython.readthedocs.io/en/2.x/shared-bindings/touchio/TouchIn.html e.g. **raw_value** and **threshold** are missing from 'stable' here's what it indexes https://readthedocs.org/projects/circuitpython/ also, if possible, maybe have warnings on the other, deprecated APIs? e.g. http://circuitpython.readthedocs.io/en/1.x/shared-bindings/touchio/TouchIn.html (not sure if RTD supports it)
there's some old rev documentation in RTD ? not sure whats up but
https://circuitpython.readthedocs.io/en/stable/shared-bindings/touchio/TouchIn.html
is not the same as
http://circuitpython.readthedocs.io/en/2.x/shared-bindings/touchio/TouchIn.html
e.g. raw_value and threshold are missing from 'stable'
here's what it indexes
https://readthedocs.org/projects/circuitpython/
also, if possible, maybe have warnings on the other, deprecated APIs? e.g. http://circuitpython.readthedocs.io/en/1.x/shared-bindings/touchio/TouchIn.html
(not sure if RTD supports it)