Skip to content

Commit a2d5481

Browse files
committed
Update _index.md: Opening paragraph updated
Opening paragraph updated with better english.
1 parent 83a43d5 commit a2d5481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/firmwareapi/pycom/machine/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Gates the clock to the CPU, useful to reduce power consumption at any time durin
5050

5151
Stops the CPU and all peripherals, including the networking interfaces (except for LTE). Execution is resumed from the main script, just as with a reset. If a value in milliseconds is given then the device will wake up after that period of time, otherwise it will remain in deep sleep until the reset button is pressed.
5252

53-
The products with LTE connectivity (FiPy, GPy, G01), require the LTE radio to be disabled separately via the LTE class before entering deepsleep. This is required due to the LTE radio being powered independently and allowing use cases which require the system to be taken out from deepsleep by an event from the LTE network (data or SMS received for instance).
53+
Products with LTE connectivity, such as the FiPy, GPy, G01, need to have the LTE radio disabled separately via the LTE class before entering deepsleep. This is necessary because the LTE radio is powered independently, which allows for use cases that wake the system from deepsleep by an event from the LTE network, for example receiving data or an SMS.
5454

5555
#### machine.pin\_sleep\_wakeup(pins, mode, enable\_pull)
5656

0 commit comments

Comments
 (0)