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:
16:2f9443aedbe8
Parent:
15:114514787e83
Child:
17:cbdee5f7a2aa
--- a/Components/Common/windcomp.h	Fri Apr 08 05:58:02 2016 +0000
+++ b/Components/Common/windcomp.h	Fri Apr 08 08:00:29 2016 +0000
@@ -1,6 +1,6 @@
 /**
  ******************************************************************************
- * @file    photodiode.h
+ * @file    WIND_COMP.h
  * @author  Central Labs
  * @version 1.0.0
  * @date    11-February-2016
@@ -38,8 +38,8 @@
 
 /* Define to prevent recursive inclusion -------------------------------------*/
 
-#ifndef __PHOTODIODE_H
-#define __PHOTODIODE_H
+#ifndef __WIND_COMP_H
+#define __WIND_COMP_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -62,25 +62,25 @@
   * @{
   */
     
-/** @addtogroup PHOTODIODE
+/** @addtogroup WIND_COMP
   * @{
   */
 
-/** @defgroup PHOTODIODE_Exported_Types
+/** @defgroup WIND_COMP_Exported_Types
   * @{
   */
 
 /**
- * @brief  PHOTODIODE component identifier enumerator definition.
+ * @brief  WIND_COMP component identifier enumerator definition.
  */
 typedef enum
 {
-	PHOTODIODE_NONE_COMPONENT = 0,
-	PHOTODIODE_TSU104_COMPONENT = 1
-} PHOTODIODEE_Component_t;
+	WIND_COMP_NONE_COMPONENT = 0,
+	WIND_COMP_TSU104_COMPONENT = 1
+} WIND_COMPE_Component_t;
 
 /** 
- * @brief  PHOTODIODE driver virtual table structure definition.
+ * @brief  WIND_COMP driver virtual table structure definition.
  */
 typedef struct
 {
@@ -111,14 +111,13 @@
         /* Specific */
 	unsigned int (*WindComp_Get_Signal1) (void *handle);
 	unsigned int (*WindComp_Get_Signal2) (void *handle);
-	unsigned int (*TSU104_PhotoSensor_GetVoltage) (void *handle);	
 } WINDCOMP_VTable_t;
 
 #ifdef __cplusplus
 }
 #endif
 
-#endif /* __PHOTODIODE_H */
+#endif /* __WIND_COMP_H */
 
 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/