main_ubi_sdk v 0.1.3
This is UBI4 documentation
mult_motor_controller.c File Reference
Include dependency graph for mult_motor_controller.c:

Functions

void MultiMotorControllesBaseOpen (multi_motor_controller_base_t *self, uint8_t reason)
 
void MultiMotorControllesBaseClose (multi_motor_controller_base_t *self, uint8_t reason)
 
void MultiMotorControllesBaseStop (multi_motor_controller_base_t *self, uint8_t reason)
 
void MultiMotorControllesBaseMoveToPos (multi_motor_controller_base_t *self, uint8_t *position, uint8_t *delay, uint8_t *speed, uint8_t *force)
 
void MultiMotorControllesBaseTick (multi_motor_controller_base_t *self)
 
void MultiMotorControllesBaseCalibrate (multi_motor_controller_base_t *self)
 
void MultMotorControllesBaseInit (multi_motor_controller_base_t *self)
 

Function Documentation

◆ MultiMotorControllesBaseCalibrate()

void MultiMotorControllesBaseCalibrate ( multi_motor_controller_base_t * self)
Here is the caller graph for this function:

◆ MultiMotorControllesBaseClose()

void MultiMotorControllesBaseClose ( multi_motor_controller_base_t * self,
uint8_t reason )
Here is the caller graph for this function:

◆ MultiMotorControllesBaseMoveToPos()

void MultiMotorControllesBaseMoveToPos ( multi_motor_controller_base_t * self,
uint8_t * position,
uint8_t * delay,
uint8_t * speed,
uint8_t * force )
Here is the caller graph for this function:

◆ MultiMotorControllesBaseOpen()

void MultiMotorControllesBaseOpen ( multi_motor_controller_base_t * self,
uint8_t reason )
Here is the caller graph for this function:

◆ MultiMotorControllesBaseStop()

void MultiMotorControllesBaseStop ( multi_motor_controller_base_t * self,
uint8_t reason )
Here is the caller graph for this function:

◆ MultiMotorControllesBaseTick()

void MultiMotorControllesBaseTick ( multi_motor_controller_base_t * self)
Here is the caller graph for this function:

◆ MultMotorControllesBaseInit()

void MultMotorControllesBaseInit ( multi_motor_controller_base_t * self)
Here is the call graph for this function: