Librairie adaptée au laboratoire 2
Dependencies: ST_INTERFACES X_NUCLEO_COMMON
Fork of X_NUCLEO_6180XA1 by
Revision 59:32055c2ddac6, committed 2018-02-02
- Comitter:
- YROY2004
- Date:
- Fri Feb 02 10:43:07 2018 +0000
- Parent:
- 58:1e9a3a46f814
- Commit message:
- Programme qui fait du I2C et de l'interface usager
Changed in this revision
XNucleo6180XA1.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/XNucleo6180XA1.cpp Mon Aug 21 15:44:34 2017 +0000 +++ b/XNucleo6180XA1.cpp Fri Feb 02 10:43:07 2018 +0000 @@ -64,7 +64,7 @@ { if (_instance==NULL) { //_instance=new XNucleo6180XA1(ext_i2c); - _instance=new XNucleo6180XA1(ext_i2c, gpio1_top, gpio1_bottom, gpio1_left, gpio1_right); + _instance=new XNucleo6180XA1(ext_i2c, gpio1_top, gpio1_bottom, gpio1_left, gpio1_right); } else { VL6180X_ErrLog("Failed to create X_NUCLEO_6180XA1 instance\n\r"); }