We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f13967 commit 6dc1706Copy full SHA for 6dc1706
src/Arduino_LowPowerPortentaH7.h
@@ -91,10 +91,10 @@ class LowPowerStandbyType {
91
public:
92
/// @cond DEV
93
/**
94
- * @brief A class representing the condition that waits until a pin changes its state.
+ * @brief A class representing the condition that waits until a wakeup pin changes its state.
95
*
96
* This class provides functionality to wait until a specified pin changes its state,
97
- * either from LOW to HIGH or from HIGH to LOW.
+ * from HIGH to LOW.
98
*/
99
class UntilPinActivityClass {
100
};
0 commit comments