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.
2 parents d4fcc82 + 9e3e287 commit 8d936ffCopy full SHA for 8d936ff
examples/TurnPeripheralsOff/TurnPeripheralsOff.ino
@@ -13,7 +13,13 @@
13
* This code is in the public domain
14
*/
15
16
+// WARNING: The following #define disables automatically turning off the Ethernet chip when the
17
+// microcontroller goes into Standby Mode. Doing so can damage the Ethernet transmission
18
+// termination resistors unless the power to the Ethernet chip is turned off manually,
19
+// as in this example sketch, before entering Standby Mode.
20
+// -->
21
#define NO_ETHERNET_TURN_OFF
22
+// <--
23
24
#include "Arduino_LowPowerPortentaH7.h"
25
#include "Arduino_PMIC.h"
0 commit comments