Proyecto SdCard-MPU6050

Dependencies:   mbed SDCard sd-driver SDFlashDisk SDHC_FileSystem

Files at this revision

API Documentation at this revision

Comitter:
SantiagoE
Date:
Mon May 25 22:12:45 2020 +0000
Commit message:
Proyecto SDcard con MPU6050

Changed in this revision

SDCard.lib Show annotated file Show diff for this revision Revisions of this file
SDFlashDisk.lib Show annotated file Show diff for this revision Revisions of this file
SDHC_FileSystem.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
sd-driver.lib Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SDCard.lib	Mon May 25 22:12:45 2020 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/Swabey89/code/SDCard/#c9ac3fc764b9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SDFlashDisk.lib	Mon May 25 22:12:45 2020 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/johnvanlaanen/code/SDFlashDisk/#99935a94f153
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SDHC_FileSystem.lib	Mon May 25 22:12:45 2020 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/tylerjw/code/SDHC_FileSystem/#b553aa902f90
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Mon May 25 22:12:45 2020 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+
+DigitalOut myled(LED1);
+
+int main() {
+    while(1) {
+        myled = 1;
+        wait(0.2);
+        myled = 0;
+        wait(0.2);
+    }
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Mon May 25 22:12:45 2020 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sd-driver.lib	Mon May 25 22:12:45 2020 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/coverxit/code/sd-driver/#0df98d0fd2a5