Memoria Flash AT45DB161D
Revision 0:6c3378666293, committed 2012-06-07
- Comitter:
- apm_litoral
- Date:
- Thu Jun 07 05:19:49 2012 +0000
- Child:
- 1:39c12ab0a83a
- Commit message:
Changed in this revision
--- /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
--- /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();
+}
--- /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