Now you can use NC as InterruptIn

Dependencies:   X_NUCLEO_COMMON

Fork of X_NUCLEO_6180XA1 by ST

Revision:
28:7c9031e96c22
Parent:
23:dfb5ccc7b780
Child:
33:1573db91352c
--- a/Components/Display/Display_class.h	Wed Nov 04 17:17:35 2015 +0100
+++ b/Components/Display/Display_class.h	Thu Nov 05 17:20:03 2015 +0100
@@ -209,7 +209,7 @@
        *pDisplay_DGT[digit] = 0;
     }
 
-    void Digit_off (int digit)  // digits on
+    void Digit_off (int digit)  // digits off
     {
        *pDisplay_DGT[digit] = 1;
     }