Motor Evaluation Kit NEVC-MCTRL-100-t01-1.0.0
Firmware for NEVB-MCTRL-100-01 for trapezoidal control of BLDC motors using Hall-effect sensors
|
Collection of all motor control flags. More...
#include <main.h>
Public Attributes | |
uint8_t | speedControllerRun: 1 |
Should speed controller run? | |
uint8_t | remote: 1 |
Is the remote enabled? | |
uint8_t | enable: 1 |
Is the motor enabled? | |
uint8_t | actualDirection: 2 |
The actual direction of rotation. | |
uint8_t | desiredDirection: 1 |
The desired direction of rotation. | |
uint8_t | driveWaveform: 2 |
The current waveform that should be produced. | |
Collection of all motor control flags.
This struct contains all motor control flags used in this implementation.
uint8_t motorflags::actualDirection |
uint8_t motorflags::desiredDirection |
uint8_t motorflags::driveWaveform |
uint8_t motorflags::speedControllerRun |