This program streams sensor readings from the MPU950 sensor via HC-06 Bluetooth Module. It uses the Nucleo-32 board (STM32F303K8). It's a messy program but it works.

Dependencies:   MS5611 mbed

Revision:
1:c80b6c45e943
Parent:
0:ba048a293a0d
Child:
2:3946867c4748
--- a/main.cpp	Thu Apr 20 14:59:27 2017 +0000
+++ b/main.cpp	Thu Apr 20 15:01:13 2017 +0000
@@ -169,14 +169,13 @@
     roll, 
     ax,
     ay,
-    az,  
+    az  
     //ms5611.getTemperature(),
     //5611.getAltitude()
     );
        
         
     myled= !myled;
-    wait(0.01);
     count = t.read_ms(); 
 
     if(count > 1<<21) {