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.
Dependents: Check_VL6180XA1_ToF
Fork of X_NUCLEO_6180XA1 by
Diff: Components/VL6180X/vl6180x_class.h
- Revision:
- 11:88541229403e
- Parent:
- 10:4954b09b72d8
- Child:
- 12:71d589e6fd2c
--- a/Components/VL6180X/vl6180x_class.h Tue Oct 06 09:03:10 2015 +0200 +++ b/Components/VL6180X/vl6180x_class.h Tue Oct 06 09:43:25 2015 +0200 @@ -162,7 +162,7 @@ status=VL6180x_SetI2CAddress(Device, NewAddr); if(!status) - Device->I2cAddr; + Device->I2cAddr=NewAddr; return status; }
