main_ubi_sdk v 0.1.3
This is UBI4 documentation
mult_motor_controller.h File Reference
#include "mult_motor_controller.h"
#include "motor_controller.h"
#include "stdint.h"
Include dependency graph for mult_motor_controller.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  multi_motor_controller_base_t
 

Typedefs

typedef void(* MultiMotorSelfFunc_t) (void *self)
 
typedef void(* MultiMotorFunc_t) (void)
 
typedef void(* MultiMotorSelfFuncWithReason_t) (void *self, uint8_t reason)
 
typedef void(* MultMotorMoveToPos) (void *self, uint8_t *position, uint8_t *delay, uint8_t *speed, uint8_t *force)
 

Functions

void MultMotorControllesBaseInit (multi_motor_controller_base_t *self)
 

Typedef Documentation

◆ MultiMotorFunc_t

typedef void(* MultiMotorFunc_t) (void)

◆ MultiMotorSelfFunc_t

typedef void(* MultiMotorSelfFunc_t) (void *self)

◆ MultiMotorSelfFuncWithReason_t

typedef void(* MultiMotorSelfFuncWithReason_t) (void *self, uint8_t reason)

◆ MultMotorMoveToPos

typedef void(* MultMotorMoveToPos) (void *self, uint8_t *position, uint8_t *delay, uint8_t *speed, uint8_t *force)

Function Documentation

◆ MultMotorControllesBaseInit()

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