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:
15:114514787e83
Parent:
14:8277ca0ab13a
Child:
16:2f9443aedbe8
--- a/Components/Interfaces/Windcomp_class.h	Fri Apr 08 05:30:21 2016 +0000
+++ b/Components/Interfaces/Windcomp_class.h	Fri Apr 08 05:58:02 2016 +0000
@@ -78,8 +78,8 @@
 	 * 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 WindComp_Get_Signal1(void) = 0;
+	virtual unsigned int WindComp_Get_Signal2(void) = 0;
 	virtual unsigned int TSU104_PhotoSensor_GetVoltage(void) = 0;
 };