Skip to content

Commit 6128329

Browse files
committed
Update documentation
1 parent e99aae3 commit 6128329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This class is specific to the Portenta H7 board.
3232
| [`resetPreviousMode`](#class_low_power_portenta_h7_1a6f09b3ffe26355372f287ab90a451cc2) | Reset the flags behind the modeWas...() functions. |
3333
| [`standbyM4`](#class_low_power_portenta_h7_1a9e07fd4f7895a7753e7e28f99aca1ace) | Make the M4 core enter Standby Mode. |
3434
| [`standbyM7`](#class_low_power_portenta_h7_1a1eb5cec6e9604a48074f1c10ef5e7fb0) | Make the M7 core enter Standby Mode. |
35-
| [`timeSinceBoot`](#class_low_power_portenta_h7_1a4758c25574b6d099545ac8d55eff6f68) | Time since the board was booted. |
35+
| [`timeSinceBoot`](#class_low_power_portenta_h7_1a4758c25574b6d099545ac8d55eff6f68) | Time since the board was booted. It reports the time since the last wake-up reset (after standby) or power-on depending on what happened last. |
3636
| [`timeSpentIdle`](#class_low_power_portenta_h7_1ad42fdfa6885d8e0fdca5aa012fdb4c60) | Time spent in idle. |
3737
| [`timeSpentInSleep`](#class_low_power_portenta_h7_1a994eb6fcc0382515a82b81fa37ca9f3c) | Time spent in Sleep Mode. |
3838
| [`timeSpentInDeepSleep`](#class_low_power_portenta_h7_1a146eb61800a74360687fd34b456c0b44) | Time spent in Deep Sleep Mode. |
@@ -190,7 +190,7 @@ A constant from the LowPowerReturnCode enum.
190190
uint64_t timeSinceBoot() const
191191
```
192192

193-
Time since the board was booted.
193+
Time since the board was booted. It reports the time since the last wake-up reset (after standby) or power-on depending on what happened last.
194194

195195
#### Returns
196196
Number of microseconds.

0 commit comments

Comments
 (0)