Skip to content

Commit 8d936ff

Browse files
authored
Merge pull request #8 from arduino-libraries/alrvid-patch-1
Add warning about NO_ETHERNET_TURN_OFF
2 parents d4fcc82 + 9e3e287 commit 8d936ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/TurnPeripheralsOff/TurnPeripheralsOff.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@
1313
* This code is in the public domain
1414
*/
1515

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+
// -->
1621
#define NO_ETHERNET_TURN_OFF
22+
// <--
1723

1824
#include "Arduino_LowPowerPortentaH7.h"
1925
#include "Arduino_PMIC.h"

0 commit comments

Comments
 (0)