Orefatoi / Mbed 2 deprecated afero_poc15_171201

Dependencies:   mbed vt100

Revision:
7:aa858d789025
Parent:
0:f0de320e23ac
--- a/sensors/VEML6040.h	Wed Dec 06 00:35:56 2017 +0000
+++ b/sensors/VEML6040.h	Thu Dec 07 01:06:46 2017 +0000
@@ -20,8 +20,7 @@
  /**
  *  constructor
  *
- * @param sda SDA pin
- * @param scl SCL pin
+ * @param i2c Pointer of the I2C object
  * @param addr address of the I2C peripheral
  */
  VEML6040(I2C *i2c, int addr) ;