Skip to content

Commit 6dc1706

Browse files
authored
Fix wakeup pin comments
Remove incorrect state change case and add "wakeup"
1 parent 4f13967 commit 6dc1706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/Arduino_LowPowerPortentaH7.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ class LowPowerStandbyType {
9191
public:
9292
/// @cond DEV
9393
/**
94-
* @brief A class representing the condition that waits until a pin changes its state.
94+
* @brief A class representing the condition that waits until a wakeup pin changes its state.
9595
*
9696
* This class provides functionality to wait until a specified pin changes its state,
97-
* either from LOW to HIGH or from HIGH to LOW.
97+
* from HIGH to LOW.
9898
*/
9999
class UntilPinActivityClass {
100100
};

0 commit comments

Comments
 (0)