File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 29
29
//| see `this Learn guide page <https://learn.adafruit.com/circuitpython-essentials/circuitpython-cap-touch>`_.
30
30
//|
31
31
//| **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
33
33
//| a `TouchIn` object, due to GPIO hardware limitations.
34
34
//|
35
35
//| Example::
41
41
//| print(touch_pin.value)
42
42
//|
43
43
//| This example will initialize the the device, and print the
44
- //| :py:data:`~touchio.TouchIn.value`."""
44
+ //| :py:data:`~touchio.TouchIn.value`.
45
+ //| """
45
46
46
47
static const mp_rom_map_elem_t touchio_module_globals_table [] = {
47
48
{ MP_ROM_QSTR (MP_QSTR___name__ ), MP_ROM_QSTR (MP_QSTR_touchio ) },
You can’t perform that action at this time.
0 commit comments