Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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:
- 16:2f9443aedbe8
- Parent:
- 15:114514787e83
- Child:
- 18:25dbc718084c
--- a/Components/Interfaces/Windcomp_class.h Fri Apr 08 05:58:02 2016 +0000 +++ b/Components/Interfaces/Windcomp_class.h Fri Apr 08 08:00:29 2016 +0000 @@ -79,9 +79,7 @@ * virtual int GetValue(float *f) = 0; * *------------------------------------------------------------------------*/ virtual unsigned int WindComp_Get_Signal1(void) = 0; - virtual unsigned int WindComp_Get_Signal2(void) = 0; - virtual unsigned int TSU104_PhotoSensor_GetVoltage(void) = 0; -}; + virtual unsigned int WindComp_Get_Signal2(void) = 0;}; #endif /* __WINDCOMP_CLASS_H */