RBE1001Lib
|
#include <Motor.h>
Go to the source code of this file.
Functions | |
float | myFmapBounded (float x, float in_min, float in_max, float out_min, float out_max) |
void | onMotorTimer (void *param) |
Variables | |
static const char * | TAG = "Motor Class" |
static TaskHandle_t | complexHandlerTask |
float myFmapBounded | ( | float | x, |
float | in_min, | ||
float | in_max, | ||
float | out_min, | ||
float | out_max | ||
) |
void onMotorTimer | ( | void * | param | ) |
Definition at line 89 of file Motor.cpp.
References Motor::loop(), MAX_POSSIBLE_MOTORS, and TAG.
Referenced by Motor::allocateTimer().
|
static |
Definition at line 15 of file Motor.cpp.
Referenced by Motor::allocateTimer().
|
static |
Definition at line 9 of file Motor.cpp.
Referenced by Motor::isMotorDoneWithMove(), onMotorTimer(), and Motor::setSetpointWithTime().