Skip to content

Commit 9d6c405

Browse files
committed
Add CPY essential learn guide link to digitalio
1 parent 3b665dd commit 9d6c405

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

shared-bindings/digitalio/__init__.c

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,13 @@
7373
//| led.value = False
7474
//| time.sleep(0.1)
7575
//|
76-
//| For more information on using `digitalio`, see this Learn guide:
76+
//| 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:
7781
//| https://learn.adafruit.com/circuitpython-digital-inputs-and-outputs
7882
//| """
79-
//|
8083

8184
STATIC const mp_rom_map_elem_t digitalio_module_globals_table[] = {
8285
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_digitalio) },

0 commit comments

Comments
 (0)