revisions to pressure and magnetometer

Dependencies:   HMC5883L IMU MPU6050 MS5803 MS5837 mbed-rtos mbed sensor

Fork of sensor_library_test by Andrew Olguin

Revision:
4:60340d6eed1f
Parent:
3:6ca88b9c44c1
--- a/main.cpp	Mon Jul 25 00:51:01 2016 +0000
+++ b/main.cpp	Mon Jul 25 04:04:53 2016 +0000
@@ -23,7 +23,9 @@
 #include "mbed.h"
 #include "sensor.h"
 
+
 int main() {
+    device.attach(&callback);
     sensor_init();
     while (1) {
         sensor_update();