Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / colonet / utilities / manual_control / manualControlRobot / follow.h @ 13

History | View | Annotate | Download (108 Bytes)

1 13 emarinel
2
#ifndef _FOLLOW_H
3
#define _FOLLOW_H
4
5
6
void seek(int velocity);
7
void drive_forward (void);
8
9
#endif