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:
17:cbdee5f7a2aa
Parent:
13:9cecc8d66cc1
Child:
20:169bdc228a7b
--- a/Components/tsz124/tsz124_class.h	Fri Apr 08 08:00:29 2016 +0000
+++ b/Components/tsz124/tsz124_class.h	Fri Apr 08 08:59:17 2016 +0000
@@ -207,28 +207,6 @@
 	Status_t TSZ124_Init(void *init);
 	unsigned int TSZ124_ReadID(void *id);
 
-	/* TSZ124's interrupts related functions. */
-	Status_t TSZ124_ConfigIT(void* a);
-
-
-	/*** Component's I/O Methods ***/
-
-	/* ACTION 8 --------------------------------------------------------------*
-	 * Implement here other I/O methods beyond those already implemented      *
-	 * above, which are declared extern within the component's header file.   *
-	 *------------------------------------------------------------------------*/
-	unsigned int TSZ124_Read_Pin_A1()
-	{
-		/* TO BE IMPLEMENTED BY USING TARGET PLATFORM'S APIs. */
-		return (Status_t) 0;
-	}
-
-	unsigned int TSZ124_Read_Pin_A2()
-	{
-		/* TO BE IMPLEMENTED BY USING TARGET PLATFORM'S APIs. */
-		return (Status_t) 0;
-	}
-
 
 	/*** Component's Instance Variables ***/