File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ const mp_obj_property_t keypad_generic_events_obj = {
8686//| connected independently to individual pins,
8787//| connected to a shift register,
8888//| or connected in a row-and-column matrix.
89+ //|
90+ //| For more information about working with the `keypad` module in CircuitPython,
91+ //| see `this Learn guide <https://learn.adafruit.com/key-pad-matrix-scanning-in-circuitpython>`_.
8992//| """
9093//|
9194
Original file line number Diff line number Diff line change 4141//|
4242//| Not implemented: 64-bit int, uint, float.
4343//|
44+ //| For more information about working with msgpack,
45+ //| see `the CPython Library Documentation <https://msgpack-python.readthedocs.io/en/latest/?badge=latest>`_.
46+ //|
4447//| Example 1::
4548//|
4649//| import msgpack
Original file line number Diff line number Diff line change 3131
3232#include "shared-bindings/sharpdisplay/SharpMemoryFramebuffer.h"
3333
34- //| """Support for Sharp Memory Display framebuffers"""
34+ //| """Support for Sharp Memory Display framebuffers
35+ //|
36+ //| For more information about working with Sharp Memory Displays,
37+ //| see `this Learn guide <https://learn.adafruit.com/adafruit-sharp-memory-display-breakout/circuitpython-displayio-setup>`_.
38+ //| """
3539//|
36-
3740STATIC const mp_rom_map_elem_t sharpdisplay_module_globals_table [] = {
3841 { MP_ROM_QSTR (MP_QSTR___name__ ), MP_ROM_QSTR (MP_QSTR_sharpdisplay ) },
3942 { MP_ROM_QSTR (MP_QSTR_SharpMemoryFramebuffer ), MP_ROM_PTR (& sharpdisplay_framebuffer_type ) },
Original file line number Diff line number Diff line change 4545//| call :py:meth:`!deinit` or use a context manager. See
4646//| :ref:`lifetime-and-contextmanagers` for more info.
4747//|
48- //| For example::
48+ //| For more information about working with the `touchio` module in CircuitPython,
49+ //| see `this Learn guide page <https://learn.adafruit.com/circuitpython-essentials/circuitpython-cap-touch>`_.
50+ //|
51+ //| Example::
4952//|
5053//| import touchio
5154//| from board import *
You can’t perform that action at this time.
0 commit comments