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:
16:2f9443aedbe8
Parent:
15:114514787e83
Child:
18:25dbc718084c
--- a/Components/Interfaces/Windcomp_class.h	Fri Apr 08 05:58:02 2016 +0000
+++ b/Components/Interfaces/Windcomp_class.h	Fri Apr 08 08:00:29 2016 +0000
@@ -79,9 +79,7 @@
 	 *    virtual int GetValue(float *f) = 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;
-};
+	virtual unsigned int WindComp_Get_Signal2(void) = 0;};
 
 #endif /* __WINDCOMP_CLASS_H */