From a51b1353ea2c72323d89555523ff93c97e43cda7 Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Fri, 13 May 2022 11:24:02 -0400 Subject: [PATCH] Add link to Learn guide for alarm module --- shared-bindings/alarm/__init__.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shared-bindings/alarm/__init__.c b/shared-bindings/alarm/__init__.c index 2d532664b9..7fd14b7641 100644 --- a/shared-bindings/alarm/__init__.c +++ b/shared-bindings/alarm/__init__.c @@ -55,6 +55,9 @@ //| //| For both light sleep and deep sleep, if CircuitPython is connected to a host computer, //| maintaining the connection takes priority and power consumption may not be reduced. +//| +//| For more information about working with alarms and light/deep sleep in CircuitPython, +//| see `this Learn guide `_. //| """ //| sleep_memory: SleepMemory