You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
`class `[`LowPowerStandbyType`](#class_low_power_standby_type) | The [LowPowerStandbyType](#class_low_power_standby_type) class represents different types of standby modes for low power operation.
7
7
`class `[`RTCWakeupDelay`](#class_r_t_c_wakeup_delay) | The [RTCWakeupDelay](#class_r_t_c_wakeup_delay) class represents a delay before waking up from a low power mode.
8
8
`class `[`LowPowerStandbyType::UntilEitherClass`](#class_low_power_standby_type_1_1_until_either_class) | Represents a wakeup option which waits until either a pin activity occurs or a specified time has elapsed.
9
-
`class `[`LowPowerStandbyType::UntilPinActivityClass`](#class_low_power_standby_type_1_1_until_pin_activity_class) | Class representing an activity that waits until a pin changes its state.
9
+
`class `[`LowPowerStandbyType::UntilPinActivityClass`](#class_low_power_standby_type_1_1_until_pin_activity_class) | A class representing the condition that waits until a pin changes its state.
10
10
`class `[`LowPowerStandbyType::UntilTimeElapsedClass`](#class_low_power_standby_type_1_1_until_time_elapsed_class) | A class representing a time elapsed condition.
11
11
12
12
# class `LowPowerPortentaH7` <aid="class_low_power_portenta_h7"class="anchor"></a>
@@ -302,7 +302,7 @@ Represents a wakeup option which waits until either a pin activity occurs or a s
302
302
303
303
# class `LowPowerStandbyType::UntilPinActivityClass` <a id="class_low_power_standby_type_1_1_until_pin_activity_class" class="anchor"></a>
304
304
305
-
Class representing an activity that waits until a pin changes its state.
305
+
A class representing the condition that waits until a pin changes its state.
306
306
307
307
This class provides functionality to wait until a specified pin changes its state, either from LOW to HIGH or from HIGH to LOW.
0 commit comments