Now you can use NC as InterruptIn
Fork of X_NUCLEO_6180XA1 by
Diff: Components/VL6180X/vl6180x_cfg.h
- Revision:
- 22:1a6327e9a7e6
- Parent:
- 16:0d4776564733
- Child:
- 24:025afc3fe30f
--- a/Components/VL6180X/vl6180x_cfg.h Wed Oct 28 13:23:49 2015 +0000 +++ b/Components/VL6180X/vl6180x_cfg.h Wed Oct 28 14:56:22 2015 +0000 @@ -58,7 +58,7 @@ * @li 3 : Fixed scaling by 3 * @li -1 -2 -3 : Run time programmable through @a VL6180x_UpscaleSetScaling(). Default scaling factore is -VL6180x_UPSCALE_SUPPORT \n */ -#define VL6180x_UPSCALE_SUPPORT -3 // -1 to -3 +#define VL6180x_UPSCALE_SUPPORT -1 /** * @def VL6180x_ALS_SUPPORT @@ -106,7 +106,7 @@ * Device that do not formally support extended ranging should only be used with a scaling factor of 1. * Correct operation with scaling factor other than 1 (>200mm ) is not granted by ST. */ -#define VL6180x_EXTENDED_RANGE 1 // 0 to 1 +#define VL6180x_EXTENDED_RANGE 0 #if (VL6180x_EXTENDED_RANGE) && (VL6180x_ALS_SUPPORT)