laser library

Revision:
2:40f590e28101
Parent:
0:15e49005d54e
--- a/vl6180x_platform.h	Wed Mar 22 20:55:05 2017 +0000
+++ b/vl6180x_platform.h	Fri Mar 31 15:49:47 2017 +0000
@@ -51,8 +51,7 @@
 #define trace_printf(...) (void)0
 #define LOG_GET_TIME() (int)0 /* add your code here expect to be an integer native (%d) type  value  */
 #endif
- 
- 
+
  
 #define LOG_FUNCTION_START(fmt, ... ) \
     trace_printf("beg %s start @%d\t" fmt "\n", __func__, LOG_GET_TIME(), ##__VA_ARGS__)
@@ -90,6 +89,7 @@
 struct MyVL6180Dev_t {
     struct VL6180xDevData_t Data;
     uint8_t I2cAddr;
+    uint8_t muxCh;
     //uint8_t DevID;
     
     //misc flags for application