Platform specific code for a robot using stepper motors.

This commit is contained in:
ksb 2007-02-24 00:21:16 +00:00
parent 13af443115
commit 20eaa31eff
17 changed files with 2262 additions and 0 deletions

View 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__ */