Add Learn guide link to CPY Essentials for analogio

This commit is contained in:
Alec Delaney 2022-05-04 14:27:10 -04:00
parent aaaa0acde4
commit 9d83b319b3
1 changed files with 9 additions and 1 deletions

View File

@ -57,7 +57,15 @@
//| This example will initialize the the device, read
//| :py:data:`~analogio.AnalogIn.value` and then
//| :py:meth:`~analogio.AnalogIn.deinit` the hardware. The last step is optional
//| because CircuitPython will do it automatically after the program finishes."""
//| because CircuitPython will do it automatically after the program finishes.
//|
//| For the essentials of `analogio`, see the CircuitPython Essentials
//| Learn guide:
//| https://learn.adafruit.com/circuitpython-essentials/circuitpython-analog-in
//|
//| For more information on using `analogio`, see this additional Learn guide:
//| https://learn.adafruit.com/circuitpython-basics-analog-inputs-and-outputs
//| """
//|
STATIC const mp_rom_map_elem_t analogio_module_globals_table[] = {