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
diff -r 000000000000 -r 836cf2fa47b2 SDCard.lib
--- /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
diff -r 000000000000 -r 836cf2fa47b2 SDFlashDisk.lib
--- /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
diff -r 000000000000 -r 836cf2fa47b2 SDHC_FileSystem.lib
--- /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
diff -r 000000000000 -r 836cf2fa47b2 main.cpp
--- /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);
+    }
+}
diff -r 000000000000 -r 836cf2fa47b2 mbed.bld
--- /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
diff -r 000000000000 -r 836cf2fa47b2 sd-driver.lib
--- /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