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:
- 9:9cbc1736f148
- Parent:
- 8:f943a1fca15f
- Child:
- 10:4954b09b72d8
--- a/Components/VL6180X/vl6180x_class.h Tue Sep 29 14:50:15 2015 +0200
+++ b/Components/VL6180X/vl6180x_class.h Tue Sep 29 15:40:08 2015 +0200
@@ -219,7 +219,8 @@
int VL6180x_UpdateByte(VL6180xDev_t dev, uint16_t index, uint8_t AndData, uint8_t OrData);
int VL6180x_I2CWrite(uint8_t DeviceAddr, uint16_t RegisterAddr, uint8_t *pBuffer, uint16_t NumByteToWrite);
int VL6180x_I2CRead(uint8_t DeviceAddr, uint16_t RegisterAddr, uint8_t *pBuffer, uint16_t NumByteToRead);
-
+
+ VL6180xDev_t DevData;
private:
/*** Instance Variables ***/
@@ -228,7 +229,7 @@
DigitalOut *gpio0;
STMPE1600DigiOut *expgpio0;
- VL6180xDev_t DevData;
+// VL6180xDev_t DevData;
// VL6180xDev_t MyDeviceAddress;
// unsigned Present;
// unsigned Ready;
