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:
7:c66b5473f3a1
--- a/Components/tsu104/tsu104_class.cpp	Fri Apr 08 05:58:02 2016 +0000
+++ b/Components/tsu104/tsu104_class.cpp	Fri Apr 08 08:00:29 2016 +0000
@@ -56,9 +56,6 @@
 
 /* Methods -------------------------------------------------------------------*/
 
-//static Status_t GetVoltage(unsigned int *ptrVoltage);
-//static Status_t GetCurrent(unsigned int *ptrCurrent);	
-
 /* TSU104's private functions. */
 
 
@@ -75,19 +72,6 @@
 
 }
 
-/*
-static unsigned int TSU104_WindComp_Get_D2(void) {
-		return COMPONENT_OK;		
-}
-
-static unsigned int TSU104_WindComp_Get_D4(void) {	
-		return COMPONENT_OK;	
-}
-
-static unsigned int TSU104_PhotoSensor_GetVoltage(PinName pin) {	
-		return COMPONENT_OK;	
-}
-*/
 
 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/