Now you can use NC as InterruptIn

Dependencies:   X_NUCLEO_COMMON

Fork of X_NUCLEO_6180XA1 by ST

Revision:
14:0effa0bbf192
Parent:
12:71d589e6fd2c
Child:
15:454710d17358
--- a/x_nucleo_6180xa1.cpp	Tue Oct 13 14:32:54 2015 +0200
+++ b/x_nucleo_6180xa1.cpp	Mon Oct 19 13:54:17 2015 +0200
@@ -56,7 +56,8 @@
 int X_NUCLEO_6180XA1::InitBoard()
 {	
 	int status;
-	
+	//flag per verificare sensori presenti 
+	//sensor_top->VL6180x_Off() x4
 	status=sensor_top->InitSensor(NEW_SENSOR_TOP_ADDRESS);
 	if(status)
 	{