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.
Revision 9:af8d2d4102ea, committed 2016-04-06
- Comitter:
- hemddabral
- Date:
- Wed Apr 06 09:02:51 2016 +0000
- Parent:
- 8:0d9e4ee027e4
- Child:
- 10:70f329e007e6
- Commit message:
- removed compilation warning
Changed in this revision
| Components/tsz124/tsz124_class.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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) {

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