Example using the LSM303 MEMS compass onboard the STM32F3-Discovery board.

Dependencies:   LSM303DLHC mbed

Revision:
2:781079d0c247
Parent:
1:4d3e9a507feb
Child:
3:9b71b3bf2501
--- a/main.cpp	Sat Mar 21 16:20:45 2015 +0000
+++ b/main.cpp	Sat Mar 21 16:37:51 2015 +0000
@@ -3,8 +3,8 @@
 * @author  Name
 * @version V0.1
 * @date    09-March-2015
-* @brief   LEDs blinking with ticker.
-*          With push button pressed, LEDs turn on.
+* @brief   LEDs blinking with LSM303.
+*          With push button pressed, LEDs are opossite.
 ***********************************************************************************/
 
 /**********************************************************************************/