We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc1706 commit 00c3adfCopy full SHA for 00c3adf
src/Arduino_LowPowerPortentaH7.h
@@ -102,8 +102,8 @@ class LowPowerStandbyType {
102
103
/**
104
* @brief Represents a wakeup option which waits until a pin activity occurs.
105
- * This allows the microcontroller to wake up from standby through a pin interrupt
106
- * from a peripheral device.
+ * This allows the microcontroller to wake up from Standby Mode through a pin state
+ * change triggered by external circuitry.
107
*/
108
static const UntilPinActivityClass untilPinActivity;
109
0 commit comments