Skip to content

Commit d3848b0

Browse files
committed
Update documentation
1 parent 47a6a38 commit d3848b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
`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.
77
`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.
88
`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.
1010
`class ` [`LowPowerStandbyType::UntilTimeElapsedClass`](#class_low_power_standby_type_1_1_until_time_elapsed_class) | A class representing a time elapsed condition.
1111

1212
# class `LowPowerPortentaH7` <a id="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
302302
303303
# class `LowPowerStandbyType::UntilPinActivityClass` <a id="class_low_power_standby_type_1_1_until_pin_activity_class" class="anchor"></a>
304304
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.
306306
307307
This class provides functionality to wait until a specified pin changes its state, either from LOW to HIGH or from HIGH to LOW.
308308

0 commit comments

Comments
 (0)