Skip to content

Commit a51b135

Browse files
committed
Add link to Learn guide for alarm module
1 parent 289fdc1 commit a51b135

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

shared-bindings/alarm/__init__.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
//|
5656
//| For both light sleep and deep sleep, if CircuitPython is connected to a host computer,
5757
//| maintaining the connection takes priority and power consumption may not be reduced.
58+
//|
59+
//| For more information about working with alarms and light/deep sleep in CircuitPython,
60+
//| see `this Learn guide <https://learn.adafruit.com/deep-sleep-with-circuitpython>`_.
5861
//| """
5962

6063
//| sleep_memory: SleepMemory

0 commit comments

Comments
 (0)