File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2929//| see `this Learn guide page <https://learn.adafruit.com/circuitpython-essentials/circuitpython-cap-touch>`_.
3030//|
3131//| **Limitations**: `touchio` on RP2350 must have a pull-up resistor to 3.3V
32- //| instead of ground and set the `pull=Pull.UP` parameter when constructing
32+ //| instead of ground and set the `` pull=Pull.UP` ` parameter when constructing
3333//| a `TouchIn` object, due to GPIO hardware limitations.
3434//|
3535//| Example::
4141//| print(touch_pin.value)
4242//|
4343//| This example will initialize the the device, and print the
44- //| :py:data:`~touchio.TouchIn.value`."""
44+ //| :py:data:`~touchio.TouchIn.value`.
45+ //| """
4546
4647static const mp_rom_map_elem_t touchio_module_globals_table [] = {
4748 { MP_ROM_QSTR (MP_QSTR___name__ ), MP_ROM_QSTR (MP_QSTR_touchio ) },
You can’t perform that action at this time.
0 commit comments