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:
21:8d0624950dd1
Parent:
17:cbdee5f7a2aa
--- a/Components/Common/windcomp.h	Mon Apr 11 07:32:53 2016 +0000
+++ b/Components/Common/windcomp.h	Wed Apr 13 06:21:46 2016 +0000
@@ -109,8 +109,8 @@
 	 *   Status_t (*GetValue) (void *handle, float *f);                       *
 	 *------------------------------------------------------------------------*/
     /* Specific */
-	unsigned int (*WindComp_Get_Signal1) (void *handle);
-	unsigned int (*WindComp_Get_Signal2) (void *handle);
+	unsigned int (*GetSignal1) (void *handle);
+	unsigned int (*GetSignal2) (void *handle);
 } WINDCOMP_VTable_t;
 
 #ifdef __cplusplus