Commit 58321a92 authored by Jun Kim's avatar Jun Kim Committed by GitHub
Browse files

Fix typo at rtctime.md

rtctime.dsleep -> rtctime.dsleep_aligned
parent 1032e9dd
...@@ -55,7 +55,7 @@ rtctime.dsleep(5000000, 4) ...@@ -55,7 +55,7 @@ rtctime.dsleep(5000000, 4)
For applications where it is necessary to take samples with high regularity, this function is useful. It provides an easy way to implement a "wake up on the next 5-minute boundary" scheme, without having to explicitly take into account how long the module has been active for etc before going back to sleep. For applications where it is necessary to take samples with high regularity, this function is useful. It provides an easy way to implement a "wake up on the next 5-minute boundary" scheme, without having to explicitly take into account how long the module has been active for etc before going back to sleep.
#### Syntax #### Syntax
`rtctime.dsleep(aligned_us, minsleep_us [, option])` `rtctime.dsleep_aligned(aligned_us, minsleep_us [, option])`
#### Parameters #### Parameters
- `aligned_us` boundary interval in microseconds - `aligned_us` boundary interval in microseconds
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment