diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-12-06 12:00:00 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-12-06 12:00:00 -0500 |
| commit | 9391c8f9ddadbf8b46662f9baa9f10b8826d8b02 (patch) | |
| tree | 40fd23869d41680df376241c4f63f1e8739d27ce /shared-bindings/alarm | |
| parent | a7ec4a0489d4ff6ca1d9f0f750ba5f18994d32f8 (diff) | |
Make ResetReason and RunReason available
Diffstat (limited to 'shared-bindings/alarm')
| -rw-r--r-- | shared-bindings/alarm/__init__.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-bindings/alarm/__init__.c b/shared-bindings/alarm/__init__.c index c983130a1..a1f1a2f8c 100644 --- a/shared-bindings/alarm/__init__.c +++ b/shared-bindings/alarm/__init__.c @@ -125,8 +125,8 @@ MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(alarm_light_sleep_until_alarms_obj, 1, MP_OB //| //| If no alarms are specified, the microcontroller will deep sleep until reset. //| -//| **If CircuitPython is connected to a host computer, `alarm.exit_and_deep_sleep_until_alarms()` -//| then the connection will be maintained, and the system will not go into deep sleep.** +//| **If CircuitPython is connected to a host computer, the connection will be maintained, +//| and the system will not go into deep sleep.** //| This allows the user to interrupt an existing program with ctrl-C, //| and to edit the files in CIRCUITPY, which would not be possible in true deep sleep. //| Thus, to use deep sleep and save significant power, you will need to disconnect from the host. |
