File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 57
57
//| This example will initialize the the device, read
58
58
//| :py:data:`~analogio.AnalogIn.value` and then
59
59
//| :py:meth:`~analogio.AnalogIn.deinit` the hardware. The last step is optional
60
- //| because CircuitPython will do it automatically after the program finishes."""
60
+ //| because CircuitPython will do it automatically after the program finishes.
61
+ //|
62
+ //| For the essentials of `analogio`, see the CircuitPython Essentials
63
+ //| Learn guide:
64
+ //| https://learn.adafruit.com/circuitpython-essentials/circuitpython-analog-in
65
+ //|
66
+ //| For more information on using `analogio`, see this additional Learn guide:
67
+ //| https://learn.adafruit.com/circuitpython-basics-analog-inputs-and-outputs
68
+ //| """
61
69
//|
62
70
63
71
STATIC const mp_rom_map_elem_t analogio_module_globals_table [] = {
You can’t perform that action at this time.
0 commit comments