We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b665dd commit 9d6c405Copy full SHA for 9d6c405
shared-bindings/digitalio/__init__.c
@@ -73,10 +73,13 @@
73
//| led.value = False
74
//| time.sleep(0.1)
75
//|
76
-//| For more information on using `digitalio`, see this Learn guide:
+//| For the essentials of `digitalio`, see the CircuitPython Essentials
77
+//| Learn guide:
78
+//| https://learn.adafruit.com/circuitpython-essentials/circuitpython-digital-in-out
79
+//|
80
+//| For more information on using `digitalio`, see this additional Learn guide:
81
//| https://learn.adafruit.com/circuitpython-digital-inputs-and-outputs
82
//| """
-//|
83
84
STATIC const mp_rom_map_elem_t digitalio_module_globals_table[] = {
85
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_digitalio) },
0 commit comments