Prueba para alumnos de la UNSL.

Dependencies:   mbed mbed-rtos eCompass_Lib MMA8451Q SLCD MAG3110

Revision:
5:072627dbcbc1
Parent:
4:ba1dbfb683fb
diff -r ba1dbfb683fb -r 072627dbcbc1 main.cpp
--- a/main.cpp	Sun May 18 15:59:34 2014 +0000
+++ b/main.cpp	Mon Sep 16 09:16:44 2019 +0000
@@ -111,7 +111,7 @@
     while (true) {
         // Signal flags that are reported as event are automatically cleared.
         Thread::signal_wait(0x4);  
-        slcd.printf("%04d", axis6.yaw); // print the heading (NED compass) to the LCD
+        slcd.printf("Hola"); // print the heading (NED compass) to the LCD
     }
 }