Skip to content

Commit 00c3adf

Browse files
authored
Fix wakeup pin comment
Corrects a couple of details regarding the wakeup pin
1 parent 6dc1706 commit 00c3adf

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
@@ -102,8 +102,8 @@ class LowPowerStandbyType {
102102

103103
/**
104104
* @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.
105+
* This allows the microcontroller to wake up from Standby Mode through a pin state
106+
* change triggered by external circuitry.
107107
*/
108108
static const UntilPinActivityClass untilPinActivity;
109109

0 commit comments

Comments
 (0)