ST / X_NUCLEO_IKA01A1

Dependents:   HelloWorld_IKA01A1

Fork of X_NUCLEO_IKA01A1 by ST Expansion SW Team

Library for STMicroelectronics' X-NUCLEO-IKA01A1 multifunctional expansion board based on operational amplifiers.

Revision:
6:5dd31859cea3
Parent:
2:19d1dcef0c0e
Child:
14:8277ca0ab13a
--- a/Components/Interfaces/Windcomp_class.h	Thu Mar 17 09:38:30 2016 +0000
+++ b/Components/Interfaces/Windcomp_class.h	Thu Mar 17 10:34:54 2016 +0000
@@ -34,9 +34,9 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  ******************************************************************************
- */
-
-
+ */
+
+
 /* Generated with STM32CubeTOO -----------------------------------------------*/
 
 
@@ -77,10 +77,10 @@
 	 *                                                                        *
 	 * Example:                                                               *
 	 *    virtual int GetValue(float *f) = 0;                                 *
-	 *------------------------------------------------------------------------*/
-	virtual unsigned int TSU104_WindComp_Get_D2(void) = 0;
-	virtual unsigned int TSU104_WindComp_Get_D4(void) = 0;
-	virtual unsigned int TSU104_PhotoSensor_GetVoltage(void) = 0;
+	 *------------------------------------------------------------------------*/
+	virtual unsigned int TSU104_WindComp_Get_D2(void) = 0;
+	virtual unsigned int TSU104_WindComp_Get_D4(void) = 0;
+	virtual unsigned int TSU104_PhotoSensor_GetVoltage(PinName pin) = 0;
 };
 
 #endif /* __WINDCOMP_CLASS_H */