Now you can use NC as InterruptIn

Dependencies:   X_NUCLEO_COMMON

Fork of X_NUCLEO_6180XA1 by ST

Revision:
14:0effa0bbf192
Parent:
13:6736a00a0aa9
Child:
15:454710d17358
--- a/x_nucleo_6180xa1.h	Tue Oct 13 14:32:54 2015 +0200
+++ b/x_nucleo_6180xa1.h	Mon Oct 19 13:54:17 2015 +0200
@@ -61,7 +61,7 @@
 		X_NUCLEO_6180XA1(DevI2C *ext_i2c) : dev_i2c(ext_i2c)
     {
 			 gpio0_top=new STMPE1600DigiOut(*dev_i2c, GPIO_12);
-	     sensor_top=new VL6180X(*dev_i2c, *gpio0_top, PB_0);
+	     sensor_top=new VL6180X(*dev_i2c, *gpio0_top, PB_0); 
 		}
 		
 		~X_NUCLEO_6180XA1()