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 2c68a63 commit ff097beCopy full SHA for ff097be
src/Arduino_LowPowerPortentaH7.h
@@ -200,7 +200,6 @@ class LowPowerPortentaH7 {
200
LowPowerPortentaH7() = default;
201
~LowPowerPortentaH7() = default;
202
203
- bool turnOffEthernet() const;
204
void waitForFlashReady() const;
205
206
/// @cond DEV
@@ -370,6 +369,13 @@ class LowPowerPortentaH7 {
370
369
* @return True if the microcontroller was in the given mode, false otherwise.
371
*/
372
bool wasInCPUMode(CPUMode mode) const;
+
373
+ /**
374
+ * @brief Put the ethernet module and phy in low power mode.
375
+ * Note: The board will blink the red LED every half second if this fails and will not progress.
376
+ * @return Success or failure.
377
+ */
378
+ bool turnOffEthernet() const;
379
};
380
381
/*
0 commit comments