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:
- 6:5dd31859cea3
- Parent:
- 2:19d1dcef0c0e
- Child:
- 14:8277ca0ab13a
--- a/Components/Interfaces/Windcomp_class.h Thu Mar 17 09:38:30 2016 +0000 +++ b/Components/Interfaces/Windcomp_class.h Thu Mar 17 10:34:54 2016 +0000 @@ -34,9 +34,9 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * ****************************************************************************** - */ - - + */ + + /* Generated with STM32CubeTOO -----------------------------------------------*/ @@ -77,10 +77,10 @@ * * * Example: * * virtual int GetValue(float *f) = 0; * - *------------------------------------------------------------------------*/ - virtual unsigned int TSU104_WindComp_Get_D2(void) = 0; - virtual unsigned int TSU104_WindComp_Get_D4(void) = 0; - virtual unsigned int TSU104_PhotoSensor_GetVoltage(void) = 0; + *------------------------------------------------------------------------*/ + virtual unsigned int TSU104_WindComp_Get_D2(void) = 0; + virtual unsigned int TSU104_WindComp_Get_D4(void) = 0; + virtual unsigned int TSU104_PhotoSensor_GetVoltage(PinName pin) = 0; }; #endif /* __WINDCOMP_CLASS_H */