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:
1:7fbcb56cc096
--- a/Components/Common/led_driver.h	Fri Apr 08 09:22:36 2016 +0000
+++ b/Components/Common/led_driver.h	Mon Apr 11 05:50:58 2016 +0000
@@ -109,7 +109,7 @@
 	 *   Status_t (*GetValue) (void *handle, float *f);                       *
 	 *------------------------------------------------------------------------*/
         /* Specific */
-	Status_t (*SetDutyCycle) (void *handle, float dc);
+	double (*SetDutyCycle) (void *handle, double dc);
 } LED_DRIVER_VTable_t;
 
 #ifdef __cplusplus