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 289fdc1 commit a51b135Copy full SHA for a51b135
shared-bindings/alarm/__init__.c
@@ -55,6 +55,9 @@
55
//|
56
//| For both light sleep and deep sleep, if CircuitPython is connected to a host computer,
57
//| 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>`_.
61
//| """
62
63
//| sleep_memory: SleepMemory
0 commit comments