Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
main.cpp
00001 #include "mbed.h" 00002 #include "PowerControl/PowerControl.h" 00003 #include "PowerControl/EthernetPowerControl.h" 00004 00005 int main() { 00006 //turn OSC1 down 00007 PHY_PowerDown(); 00008 wait(5); 00009 LPC_GPIO1->FIODIR = 0x8000000; 00010 LPC_GPIO1->FIOCLR = 0x8000000; 00011 wait(5); 00012 LPC_GPIO1->FIOSET = 0x8000000; 00013 wait(5); 00014 PHY_PowerUp(); 00015 }
Generated on Mon Jul 18 2022 21:16:25 by
1.7.2