Now you can use NC as InterruptIn

Dependencies:   X_NUCLEO_COMMON

Fork of X_NUCLEO_6180XA1 by ST

History

Now you can use NC as InterruptIn default tip

2016-03-11, by fabiombed [Fri, 11 Mar 2016 09:47:43 +0000] rev 42

Now you can use NC as InterruptIn


Check if 6180 InterruptIn pin is NC do not register call back function.

2016-03-03, by mapellil [Thu, 03 Mar 2016 10:43:01 +0000] rev 41

Check if 6180 InterruptIn pin is NC do not register call back function.


Fixed VL6180X::VL6180x_UpdateByte passing dangling pointer to I2cWrite

2016-02-24, by mapellil [Wed, 24 Feb 2016 14:51:25 +0000] rev 40

Fixed VL6180X::VL6180x_UpdateByte passing dangling pointer to I2cWrite


Fixed array init gcc compilation issue in Display.h

2016-01-18, by mapellil [Mon, 18 Jan 2016 15:11:01 +0000] rev 39

Fixed array init gcc compilation issue in Display.h


Fixed compilation warnings

2015-12-03, by mapellil [Thu, 03 Dec 2015 09:45:40 +0000] rev 38

Fixed compilation warnings


Renamed GPIOs using Arduino names for multi vendor compatibility

2015-11-27, by mapellil [Fri, 27 Nov 2015 08:47:30 +0000] rev 37

Renamed GPIOs using Arduino names for multi vendor compatibility


Exposed GPIOs on constructor, code cleanup, doxy comment

2015-11-24, by mapellil [Tue, 24 Nov 2015 16:04:41 +0000] rev 36

Exposed GPIOs on constructor, code cleanup, doxy comment


Removed vl6180x_api.h, added doxy comments to API

2015-11-18, by mapellil [Wed, 18 Nov 2015 16:35:04 +0000] rev 35

Removed vl6180x_api.h, added doxy comments to API


Added DisplayDigit function to Display class

2015-11-17, by licio.mapelli@st.com [Tue, 17 Nov 2015 17:38:38 +0100] rev 34

Added DisplayDigit function to Display class


Added Switch class, added self contained Display class, added STMPE1600 component

2015-11-17, by licio.mapelli@st.com [Tue, 17 Nov 2015 17:15:47 +0100] rev 33

Added Switch class, added self contained Display class, added STMPE1600 component
and modified X_NUCLEO_6180XA1 class accordingly