Skip to content

Commit 3b665dd

Browse files
committed
Add Learn guide for digitalio
1 parent 8651156 commit 3b665dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

shared-bindings/digitalio/__init__.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,11 @@
7171
//| led.value = True
7272
//| time.sleep(0.1)
7373
//| led.value = False
74-
//| time.sleep(0.1)"""
74+
//| time.sleep(0.1)
75+
//|
76+
//| For more information on using `digitalio`, see this Learn guide:
77+
//| https://learn.adafruit.com/circuitpython-digital-inputs-and-outputs
78+
//| """
7579
//|
7680

7781
STATIC const mp_rom_map_elem_t digitalio_module_globals_table[] = {

0 commit comments

Comments
 (0)