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.
Fork of MotorDriver by
State_t Struct Reference
The code and value of the state of the motor. More...
#include <MotorDriver.h>
Data Fields | |
| Code_t | code |
| The Code_t enum of the motor state. | |
| float | value |
| The numerical value of the motor state. | |
Detailed Description
The code and value of the state of the motor.
Definition at line 44 of file MotorDriver.h.
Field Documentation
| Code_t code |
The Code_t enum of the motor state.
Definition at line 45 of file MotorDriver.h.
| float value |
The numerical value of the motor state.
Definition at line 46 of file MotorDriver.h.
Generated on Thu Jul 14 2022 10:50:07 by
1.7.2
