Now you can use NC as InterruptIn

Dependencies:   X_NUCLEO_COMMON

Fork of X_NUCLEO_6180XA1 by ST

Revision:
42:692c6223dc24
Parent:
37:837cffa6b530
--- a/x_nucleo_6180xa1.h	Thu Mar 03 10:43:01 2016 +0000
+++ b/x_nucleo_6180xa1.h	Fri Mar 11 09:47:43 2016 +0000
@@ -95,6 +95,7 @@
     X_NUCLEO_6180XA1(DevI2C *ext_i2c, PinName gpio1_top, PinName gpio1_bottom,
     		 						  PinName gpio1_left, PinName gpio1_right) : dev_i2c(ext_i2c) {
        stmpe1600 = new STMPE1600(*ext_i2c);		    		 						  	
+       stmpe1600->writeSYS_CTRL (SOFT_RESET);	
        Switch = new SWITCH (*stmpe1600, GPIO_11);	
        display = new Display(*stmpe1600);