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:
17:514f67d94d12
Parent:
15:17416bd1b51c
Child:
18:ee6f43cbfcc1
--- a/MSU.h	Tue Mar 28 04:43:23 2017 +0000
+++ b/MSU.h	Wed Sep 13 05:23:18 2017 +0000
@@ -18,6 +18,7 @@
 #define MSU_FXAS21002_ADDRESS  0x20
 #define MSU_S11059_ADDRESS     0x2A
 #define MAX30101_I2C_ADDRESS   0x57
+#define MSU_VCNL4100_I2C_ADDRESS 0x60
 
 typedef void (*fptr)(void) ;
 
@@ -41,6 +42,7 @@
 void testIS31SE5000(void) ;
 void testVEML6040A(void) ;
 void testVEML6075(void) ;
+void testVCNL4100(void) ;
 void testLM75B(void) ;
 void testFXAS21002(void) ;
 void testS11059(void) ;