Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: sensors/VEML6040.h
- 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) ;