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:
19:af35fc938d88
Parent:
18:25dbc718084c
--- a/Components/Interfaces/Led_driver_class.h	Fri Apr 08 09:22:36 2016 +0000
+++ b/Components/Interfaces/Led_driver_class.h	Mon Apr 11 05:50:58 2016 +0000
@@ -84,7 +84,7 @@
  	 * @param  dc duty cycle to set 
 	 * @retval duty cycle in LED driver configuration
 	 */		 
-	virtual int SetDutyCycle(float dc) = 0;
+	virtual double SetDutyCycle(double dc) = 0;
 };
 
 #endif /* __LED_DRIVER_CLASS_H */