mbed library for STMicroelectronics' X-NUCLEO-IKA01A1 expansion board.

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:
1:7fbcb56cc096
Child:
16:2f9443aedbe8
--- a/Components/Common/windcomp.h	Fri Apr 08 05:30:21 2016 +0000
+++ b/Components/Common/windcomp.h	Fri Apr 08 05:58:02 2016 +0000
@@ -109,8 +109,8 @@
 	 *   Status_t (*GetValue) (void *handle, float *f);                       *
 	 *------------------------------------------------------------------------*/
         /* Specific */
-	unsigned int (*TSU104_WindComp_Get_D2) (void *handle);
-	unsigned int (*TSU104_WindComp_Get_D4) (void *handle);
+	unsigned int (*WindComp_Get_Signal1) (void *handle);
+	unsigned int (*WindComp_Get_Signal2) (void *handle);
 	unsigned int (*TSU104_PhotoSensor_GetVoltage) (void *handle);	
 } WINDCOMP_VTable_t;