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:
16:2f9443aedbe8
--- a/Components/Common/photosensor.h	Mon Apr 11 07:32:53 2016 +0000
+++ b/Components/Common/photosensor.h	Wed Apr 13 06:21:46 2016 +0000
@@ -109,7 +109,7 @@
      *   Status_t (*GetValue) (void *handle, float *f);                       *
      *------------------------------------------------------------------------*/
         /* Specific */
-    unsigned int (*Get_PhotoSensor_GetVoltage) (void *handle);  
+    unsigned int (*GetGetVoltage) (void *handle);  
 } WINDCOMP_VTable_t;
 
 #ifdef __cplusplus