Holds data for a motor. More...
#include <vexmotor.h>
Data Fields | |
volatile int16_t | value |
tVexMotorType | type |
bool_t | reversed |
int32_t(* | motorPositionGet )(int16_t port) |
void(* | motorPositionSet )(int16_t port, int32_t value) |
int16_t(* | getEncoderId )(int16_t port) |
int16_t | port |
Holds data for a motor.
volatile int16_t value |
tVexMotorType type |
bool_t reversed |
int32_t(* motorPositionGet)(int16_t port) |
int16_t(* getEncoderId)(int16_t port) |
int16_t port |