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
7
platform/stepper-robot/stepper-process.h
Normal file
7
platform/stepper-robot/stepper-process.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef __STEPPER_PROCESS_H__1OAHVG2XPP__
|
||||
#define __STEPPER_PROCESS_H__1OAHVG2XPP__
|
||||
#include <sys/process.h>
|
||||
|
||||
PROCESS_NAME(stepper_process);
|
||||
|
||||
#endif /* __STEPPER_PROCESS_H__1OAHVG2XPP__ */
|
Loading…
Add table
Add a link
Reference in a new issue