Skip to content

Commit 9d83b31

Browse files
committed
Add Learn guide link to CPY Essentials for analogio
1 parent aaaa0ac commit 9d83b31

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

shared-bindings/analogio/__init__.c

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,15 @@
5757
//| This example will initialize the the device, read
5858
//| :py:data:`~analogio.AnalogIn.value` and then
5959
//| :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+
//| """
6169
//|
6270

6371
STATIC const mp_rom_map_elem_t analogio_module_globals_table[] = {

0 commit comments

Comments
 (0)