File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 47
47
//| import alarm
48
48
//| alarm.sleep_memory[0] = True
49
49
//| alarm.sleep_memory[1] = 12
50
- //|
50
+ //| """
51
51
52
52
//| def __init__(self) -> None:
53
- //| """Not currently dynamically supported . Access the sole instance through `microcontroller.nvm `."""
53
+ //| """Not used . Access the sole instance through `alarm.sleep_memory `."""
54
54
//| ...
55
55
//|
56
56
Original file line number Diff line number Diff line change 58
58
//| maintaining the connection takes priority and power consumption may not be reduced.
59
59
//| """
60
60
61
+ //| sleep_memory: SleepMemory
62
+ //| """Memory that persists during deep sleep.
63
+ //| This object is the sole instance of `alarm.SleepMemory`."""
61
64
//|
65
+
62
66
//| wake_alarm: Alarm
63
67
//| """The most recently triggered alarm. If CircuitPython was sleeping, the alarm the woke it from sleep."""
64
68
//|
You can’t perform that action at this time.
0 commit comments