Librairie adaptée au laboratoire 2

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Fork of X_NUCLEO_6180XA1 by ST

Files at this revision

API Documentation at this revision

Comitter:
gallonm
Date:
Tue Oct 13 14:32:54 2015 +0200
Parent:
12:71d589e6fd2c
Child:
14:0effa0bbf192
Commit message:
Deleted a comment in x_nucleo_6180xa1.h
Deleted the variables RangeData and AlsData from the VL6180X class.
Principle data extracted in main inside MeasureData_t Data.

Changed in this revision

x_nucleo_6180xa1.h Show annotated file Show diff for this revision Revisions of this file
--- 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;