Platform specific code for a robot using stepper motors.
This commit is contained in:
parent
13af443115
commit
20eaa31eff
17 changed files with 2262 additions and 0 deletions
8
platform/stepper-robot/stepper/stepper-move.h
Normal file
8
platform/stepper-robot/stepper/stepper-move.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef __STEPPER_MOVE_H__9UFUHMYMYS__
|
||||
#define __STEPPER_MOVE_H__9UFUHMYMYS__
|
||||
|
||||
StepperResult
|
||||
stepper_move(unsigned int stepper_index, unsigned long *periodp,
|
||||
unsigned long a_max,unsigned long v_max, long s_end);
|
||||
|
||||
#endif /* __STEPPER_MOVE_H__9UFUHMYMYS__ */
|
Loading…
Add table
Add a link
Reference in a new issue