Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / colonet / testing / dongle / robot_receiver / follow.h @ 13

History | View | Annotate | Download (108 Bytes)

1

    
2
#ifndef _FOLLOW_H
3
#define _FOLLOW_H
4

    
5

    
6
void seek(int velocity);
7
void drive_forward (void);
8

    
9
#endif