I2C sensor test program, derived from testI2C program. Simple test for FXOS8700CQ, HIH6130, MAG3110, MMA8451Q, MMA8452Q, MPL3115A2, MAX44000, MAX44005, MAX44008, MAX30101 included beside simple I2C read/write from testI2C.

Dependencies:   FXOS8700CQ HIH6130 IS31SE5000 MAG3110 MAX44000 MAX44005 MAX44008 MMA8451Q MMA8452Q MPL3115A2 VEML6040 VEML6075 mbed vt100 LM75B FXAS21002 MAX30101 VCNL4020 VCNL4100

Revision:
18:ee6f43cbfcc1
Parent:
17:514f67d94d12
Child:
19:dfd1f76515c5
--- a/MSU.h	Wed Sep 13 05:23:18 2017 +0000
+++ b/MSU.h	Wed Dec 27 08:31:24 2017 +0000
@@ -19,6 +19,9 @@
 #define MSU_S11059_ADDRESS     0x2A
 #define MAX30101_I2C_ADDRESS   0x57
 #define MSU_VCNL4100_I2C_ADDRESS 0x60
+#define MSU_AK009970N_I2C_ADDRESS 0x0C
+#define MSU_AK9752_I2C_ADDRESS 0x64
+#define MSU_AK9753_I2C_ADDRESS 0x66
 
 typedef void (*fptr)(void) ;
 
@@ -47,6 +50,9 @@
 void testFXAS21002(void) ;
 void testS11059(void) ;
 void testMAX30101(void) ;
+void testAK9752(void) ;
+void testAK9753(void) ;
+void testAK009970N(void) ;
     
 extern i2c_sensor_type i2c_sensor[] ;
 #endif
\ No newline at end of file