Updated Hardware API (markdown)

Daniel Campora 2015-09-21 10:58:02 +02:00
parent f71576f747
commit ca0c23ccd1
1 changed files with 1 additions and 1 deletions

@ -334,7 +334,7 @@ Methods:
- `machine.sleep([... options])` NOHEAP; enter sleep mode that retains RAM and continues execution when woken
- `machine.deepsleep([... options])` NOHEAP; enter sleep mode that may not retain RAM and may reset when woken
- `machine.reset_cause()` get the reset cause
- `machine.wake_reason()` get the wake reason, might return `None` if now sleep-wake cycle has occurred ??
- `machine.wake_reason()` get the wake reason, will return `None` if now sleep-wake cycle has occurred
### Constants