MAG3110 Virgo robot adaptation

Fork of MAG3110 by JP PANG

Revision:
9:f86b9453bb46
Parent:
8:203af65371e8
Child:
10:33eb06fe479c
--- a/MAG3110.h	Mon Aug 01 03:04:29 2016 +0000
+++ b/MAG3110.h	Mon Aug 01 05:57:01 2016 +0000
@@ -129,7 +129,7 @@
      * Acquire data from all axes in floating and return in uT, floating point format.
      * @param uT Pointer to 1x3 floating point array to store micro tesla values from X,Y,Z axes
      */
-    void get_uT(float *uT[3]);
+    void get_uT(float *uT);
 
 private:
     I2C _i2c;