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/Interfaces/Windcomp_class.h
- Revision:
- 18:25dbc718084c
- Parent:
- 16:2f9443aedbe8
- Child:
- 21:8d0624950dd1
--- a/Components/Interfaces/Windcomp_class.h Fri Apr 08 08:59:17 2016 +0000 +++ b/Components/Interfaces/Windcomp_class.h Fri Apr 08 09:22:36 2016 +0000 @@ -78,7 +78,17 @@ * Example: * * virtual int GetValue(float *f) = 0; * *------------------------------------------------------------------------*/ + + /** + * @brief abstract method for obtaining digital signal value 1 in windows comparator configuration + * @retval digital signal value 1 + */ virtual unsigned int WindComp_Get_Signal1(void) = 0; + + /** + * @brief abstract method for obtaining digital signal value 2 in windows comparator configuration + * @retval digital signal value 2 + */ virtual unsigned int WindComp_Get_Signal2(void) = 0;}; #endif /* __WINDCOMP_CLASS_H */

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