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: Thesis_Rotating_Platform
Fork of X_NUCLEO_IHM01A1 by
Component Class Reference
An abstract class for Generic components. More...
#include <Component_class.h>
Inherited by StepperMotor.
Public Member Functions | |
| virtual int | Init (void *init)=0 |
| Initializing the component. | |
| virtual int | ReadID (uint8_t *id)=0 |
| Getting the ID of the component. | |
Detailed Description
An abstract class for Generic components.
Definition at line 55 of file Component_class.h.
Member Function Documentation
| virtual int Init | ( | void * | init ) | [pure virtual] |
Generated on Fri Jul 15 2022 12:57:41 by
1.7.2
