Now you can use NC as InterruptIn

Dependencies:   X_NUCLEO_COMMON

Fork of X_NUCLEO_6180XA1 by ST

Revision:
13:6736a00a0aa9
Parent:
12:71d589e6fd2c
Child:
14:0effa0bbf192
--- a/x_nucleo_6180xa1.h	Tue Oct 13 14:22:45 2015 +0200
+++ b/x_nucleo_6180xa1.h	Tue Oct 13 14:32:54 2015 +0200
@@ -84,7 +84,7 @@
 		
 		static X_NUCLEO_6180XA1 *Instance(DevI2C *ext_i2c);
 		
-	  int InitBoard(); // FIXME posso ritornare il numero dei dispositivi attivi 
+	  int InitBoard();
 		
 	private:
 		static X_NUCLEO_6180XA1 *_instance;