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:
18:25dbc718084c
Parent:
2:19d1dcef0c0e
Child:
19:af35fc938d88
--- a/Components/Interfaces/Led_driver_class.h	Fri Apr 08 08:59:17 2016 +0000
+++ b/Components/Interfaces/Led_driver_class.h	Fri Apr 08 09:22:36 2016 +0000
@@ -34,9 +34,9 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  ******************************************************************************
- */
-
-
+ */
+
+
 /* Generated with STM32CubeTOO -----------------------------------------------*/
 
 
@@ -77,7 +77,13 @@
 	 *                                                                        *
 	 * Example:                                                               *
 	 *    virtual int GetValue(float *f) = 0;                                 *
-	 *------------------------------------------------------------------------*/
+	 *------------------------------------------------------------------------*/
+	 
+	/**
+	 * @brief  abstract method for setting the duty cycle of LED in LED driver configuration
+ 	 * @param  dc duty cycle to set 
+	 * @retval duty cycle in LED driver configuration
+	 */		 
 	virtual int SetDutyCycle(float dc) = 0;
 };