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:
9:af8d2d4102ea
Parent:
8:0d9e4ee027e4
Child:
10:70f329e007e6
--- a/Components/tsz124/tsz124_class.cpp	Wed Apr 06 09:01:41 2016 +0000
+++ b/Components/tsz124/tsz124_class.cpp	Wed Apr 06 09:02:51 2016 +0000
@@ -67,11 +67,11 @@
 }
 
 Status_t TSZ124::TSZ124_ReadID(void *init) {
-	
+	return COMPONENT_OK;
 }
 
 Status_t TSZ124::TSZ124_ConfigIT(void *init) {
-	
+	return COMPONENT_OK;	
 }
 
 static unsigned int TSZ124_GetVoltage(void) {