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.
Dependencies: DDRO_Farrari mbed
Fork of DDRO_Farrari by
Diff: power.cpp
- Revision:
- 2:e94460b2149f
- Parent:
- 1:6a820a0ca03b
- Child:
- 3:e1a6e12233dd
--- a/power.cpp Mon Oct 21 22:36:51 2013 +0000 +++ b/power.cpp Thu Feb 20 03:40:20 2014 +0000 @@ -122,7 +122,9 @@ // Zero/float all inputs, so they are not above DVDD when you lower it PORESETn = 0; CORERESETn = 0; - GPIO.input(); + GPIO1.input(); + GPIO2.input(); + GPIO3.input(); TCK = 0; TMS = 0; TDI = 0;