Angel David Yaguana Hernandez
/
AT45DB161D
Memoria Flash AT45DB161D
Revision 0:6c3378666293, committed 2012-06-07
- Comitter:
- apm_litoral
- Date:
- Thu Jun 07 05:19:49 2012 +0000
- Commit message:
Changed in this revision
diff -r 000000000000 -r 6c3378666293 at45db161d.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/at45db161d.lib Thu Jun 07 05:19:49 2012 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/okini3939/code/at45db161d/#b379e16fdf6f
diff -r 000000000000 -r 6c3378666293 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Thu Jun 07 05:19:49 2012 +0000 @@ -0,0 +1,13 @@ +#include "mbed.h" +#include "at45db161d.h" + +DigitalOut myled(LED1); +ATD45DB161D Flash(p5,p6,p7,p8); + +int main() { + Flash.Init(); + Flash.ChipErase(); + Flash.DeepPowerDown(); + wait(5); + Flash.ResumeFromDeepPowerDown(); +}
diff -r 000000000000 -r 6c3378666293 mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Thu Jun 07 05:19:49 2012 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/737756e0b479