Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / traffic_navigation / highways.h @ 1876

History | View | Annotate | Download (119 Bytes)

1
#ifndef HIGHWAYS_H
2
#define HIGHWAYS_H
3

    
4
void driveHighway(void);
5

    
6

    
7
#define COUNT_MAX 5
8
#define PASS_DISTANCE 100
9
#endif