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 2002df4 commit 205613dCopy full SHA for 205613d
content/components/deep_sleep.md
@@ -68,8 +68,8 @@ Advanced features:
68
wake up on multiple pins. This cannot be used together with wakeup pin.
69
70
- **pins** (**Required**, list of pin numbers): The pins to wake up on.
71
- - **mode** (**Required**): The mode to use for the wakeup source. Must be one of `ALL_LOW` (wake up when
72
- all pins go LOW) or `ANY_HIGH` (wake up when any pin goes HIGH).
+ - **mode** (**Required**): The mode to use for the wakeup source. Must be one of `ANY_LOW` (wake up when any
+ pin goes LOW), `ALL_LOW` (wake up when all pins go LOW) or `ANY_HIGH` (wake up when any pin goes HIGH).
73
74
{{< note >}}
75
Only one deep sleep component may be configured.
0 commit comments