mbed library for STMicroelectronics' X-NUCLEO-IKA01A1 expansion board.
Dependents: HelloWorld_IKA01A1
Fork of X_NUCLEO_IKA01A1 by
Library for STMicroelectronics' X-NUCLEO-IKA01A1 multifunctional expansion board based on operational amplifiers.
Diff: Components/tsu104/tsu104_class.cpp
- Revision:
- 7:c66b5473f3a1
- Parent:
- 6:5dd31859cea3
- Child:
- 16:2f9443aedbe8
--- a/Components/tsu104/tsu104_class.cpp Thu Mar 17 10:34:54 2016 +0000
+++ b/Components/tsu104/tsu104_class.cpp Wed Apr 06 07:46:37 2016 +0000
@@ -56,32 +56,38 @@
/* Methods -------------------------------------------------------------------*/
-static Status_t GetVoltage(unsigned int *ptrVoltage);
-static Status_t GetCurrent(unsigned int *ptrCurrent);
+//static Status_t GetVoltage(unsigned int *ptrVoltage);
+//static Status_t GetCurrent(unsigned int *ptrCurrent);
/* TSU104's private functions. */
Status_t TSU104::TSU104_Init(void *init) {
-
+ return COMPONENT_OK;
}
Status_t TSU104::TSU104_ReadID(void *init) {
-
+ return COMPONENT_OK;
}
Status_t TSU104::TSU104_ConfigIT(void *init) {
-
+ return COMPONENT_OK;
+
}
+/*
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****/

X-NUCLEO-IKA01A1 Multifunctional board based on operational amplifiers.