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
Windcomp Class Reference
An abstract class for Windcomp components. More...
#include <Windcomp.h>
Inherits Component.
Inherited by TSU104.
Public Member Functions | |
| virtual unsigned int | get_signal1 (void)=0 |
| abstract method for obtaining digital signal value 1 in windows comparator configuration | |
| virtual unsigned int | get_signal2 (void)=0 |
| abstract method for obtaining digital signal value 2 in windows comparator configuration | |
| virtual | ~Windcomp () |
| Destructor. | |
| virtual int | init (void *init)=0 |
| Initializing the component. | |
| virtual int | read_id (uint8_t *id)=0 |
| Getting the ID of the component. | |
Detailed Description
An abstract class for Windcomp components.
Definition at line 67 of file Windcomp.h.
Constructor & Destructor Documentation
| virtual ~Windcomp | ( | ) | [virtual] |
Destructor.
Definition at line 97 of file Windcomp.h.
Member Function Documentation
| virtual unsigned int get_signal1 | ( | void | ) | [pure virtual] |
abstract method for obtaining digital signal value 1 in windows comparator configuration
- Return values:
-
digital signal value 1
Implemented in TSU104.
| virtual unsigned int get_signal2 | ( | void | ) | [pure virtual] |
abstract method for obtaining digital signal value 2 in windows comparator configuration
- Return values:
-
digital signal value 2
Implemented in TSU104.
| virtual int init | ( | void * | init ) | [pure virtual, inherited] |
Generated on Tue Jul 12 2022 17:01:49 by
1.7.2

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