Librairie adaptée au laboratoire 2
Dependencies: ST_INTERFACES X_NUCLEO_COMMON
Fork of X_NUCLEO_6180XA1 by
Revision 55:a37f407230ca, committed 2017-03-03
- Comitter:
- Davidroid
- Date:
- Fri Mar 03 15:06:18 2017 +0000
- Parent:
- 54:17f3bb228b13
- Child:
- 56:37d1736bd896
- Commit message:
- Some modifications to fit mbed coding style.
Changed in this revision
Components/VL6180X/vl6180x_class.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Components/VL6180X/vl6180x_class.cpp Wed Nov 30 08:25:04 2016 +0000 +++ b/Components/VL6180X/vl6180x_class.cpp Fri Mar 03 15:06:18 2017 +0000 @@ -3163,7 +3163,6 @@ int VL6180X::HandleIRQ(OperatingMode operating_mode, MeasureData_t *Data) { int status; - EnableInterruptMeasureDetectionIRQ(); status=GetMeasurement(operating_mode, Data); return status;