First release.

Dependencies:   FXOS8700CQ SDFileSystem mbed

Final program

  • Controling a robot by Bluetooth, it is capable of making 90° turns and move pre-defined distances.

Code by:

  • Mayumi Hori
  • Sarahí Morán
  • Gerardo Carmona
Revision:
2:94059cb643be
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/my_libraries/sd_card.h	Thu Oct 16 17:30:52 2014 +0000
@@ -0,0 +1,9 @@
+#ifndef sd_card_h 
+#define sd_card_h
+
+#include "SDFileSystem.h"
+
+void savefile_sd();
+
+
+#endif
\ No newline at end of file