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:
1:ab09b233da7b
Parent:
0:3a322aad8c88
Child:
2:94059cb643be
--- a/main.cpp	Thu Oct 16 01:59:21 2014 +0000
+++ b/main.cpp	Thu Oct 16 15:48:57 2014 +0000
@@ -26,9 +26,13 @@
     * Gerardo Carmona
     
     VERSION:
-    1.0 - 10/14/14
+    1.1 - 10/16/14
 
     HISTORY:
+    1.1 - 10/16/14
+    (*) Some bug fixes
+    (*) Added encoder.h and encpoder.cpp (empty files)
+    
     1.0 - 10/14/14
     (+) Initial release.
     
@@ -68,8 +72,6 @@
 Timer gps_timer;
 
 // ----- Variables ------------------------------------------------------------------
-double mag_x, mag_y;
-double average;
 char bt_data;
 
 // ----- Function prototypes --------------------------------------------------------