PropWare  3.0.0.229
C++ objects and CMake build system for Parallax Propeller
setRampStep.c
1 #include "abdrive.h"
2 
3 volatile int abd_rampStep[3];
4 
5 void drive_setRampStep(int stepsize)
6 {
7  abd_rampStep[ABD_B] = stepsize;
8 }
drive_setRampStep
void drive_setRampStep(int stepsize)
Overrides the default 12 ticks/second per 50th of a second for ramping.
Definition: setRampStep.c:5
abdrive.h
This library takes care of encoder monitoring and servo signaling, and provides a simple set of funct...