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:
18:25dbc718084c
--- a/Components/Interfaces/PhotoSensor_class.h	Mon Apr 11 07:32:53 2016 +0000
+++ b/Components/Interfaces/PhotoSensor_class.h	Wed Apr 13 06:21:46 2016 +0000
@@ -84,7 +84,7 @@
      * @param  pin AnalogIn pin to use for detecting the voltage
      * @retval voltage detected by photo sensor
      */          
-    virtual unsigned int Get_PhotoSensor_GetVoltage(void) = 0;
+    virtual unsigned int GetVoltage(void) = 0;
 };
 
 #endif /* __PHOTO_SENSOR_CLASS_H */